MediaWiki:Centralnotice-shared-common-style-2012

From Meta, a Wikimedia project coordination wiki

<style type="text/css">

   /* Common style for 2012 banners */
   #centralNotice.collapsed #{{{banner}}}{
       display: none;
   }
   /* Suppress lock icon for secure links in the banner */
   #centralNotice a[href^="https://"], .link-https {
       background-image: none !important;
       padding: 0 !important;
   }
   /* Put the little X in the top-right (ltr) or top-left (rtl) corner */
   #cn-toggle-box {
       position: absolute;
       z-index: 51;
       top: 7px;
   }
   body.ltr #cn-toggle-box {
       right: 7px;
   }
   body.rtl #cn-toggle-box {
       left: 7px;
   }
   #cn-toggle-box img, #cn-close-box img {
       display: block;
   }
   /* For buttons in the lower right (ltr) or left (rtl) corner */
   .cn-bottom-right-float {
       position: absolute;
       z-index: 50;
       bottom: 1em;
   }
   body.ltr .cn-bottom-right-float {
       right: 1em;
   }
   body.rtl .cn-bottom-right-float {
       left: 1em;
   }
   body.ltr #{{{banner}}} {
       background-position: bottom left;
   }
   body.rtl #{{{banner}}} {
       background-position: bottom right;
   }
   #{{{banner}}} a {
                     text-decoration: none;
                 }
   #{{{banner}}} a:hover {
                     text-decoration: none;
                 }
   #{{{banner}}} #cn-bold-blue-text:hover {
                     text-decoration: underline;
                 }
   #{{{banner}}} #cn-bold-blue-text {
                     font-size: 2.25em;
                     font-weight: bold;
                     font-family: Helvetica, Arial, sans-serif;
                     color: navy;
                     padding: 1.5em 80px 0.8em 210px;
                     line-height: 1em;
                     text-align:center;
                 }

</style>