User:Seancdaug/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

   /* ROUNDED CORNERS IN GECKO-BASED BROWSERS (MOZILLA, FIREFOX, ETC.) */
   #p-cactions ul li,
   #p-cactions ul li a     { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; }
   #content                { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; }
   div.pBody               { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; }
 
   /* HIDE INFREQUENTLY USED MENU OPTIONS */
   #siteSub, #p-lang, #footer, #n-contact, #n-sitesupport { display: none; }
 
   /* TRYING TO MAKE A FLOATING SIDEBAR
   #p-logo                 { position: fixed; }
   #p-navigation           { position: fixed; top: 13em; }
   #p-nav                  { position: fixed; top: 14em; }
   #p-search               { position: fixed; top: 24.5em; }
   #p-tb                   { position: fixed; top: 30.25em; z-index: 3; }
   #p-tbx                  { position: fixed; top: 25.25em; z-index: 3; } */
 
   /* STOP BACKGROUND IMAGE FROM SCROLLING WITH CONTENT AREA */
   body                    { background-attachment: fixed; }
 
   /* BOLD HEADINGS WITHOUT HORIZONTAL RULE
   .firstHeading           { border-bottom-width: 0; }
   .editsection            { margin-top: 7px; }
   h1, h2, h3, h4          { border-bottom-width: 0px; margin-bottom: 0; padding-bottom: 0; font-weight: bold; } */
   #contentSub             { margin-top: 7px; margin-left: 20px; }
   .previewnote            { border-bottom-width: 0; margin-bottom: -12px; }
 
   #siteNotice { display:none; }
   #mpbanner { display: none; }
   #fundraising { display:none; }
   #pabanner { display:none; }
   #n-Featured-content { display: none; }
 
   a:link, a:visited, a:active { text-decoration: none; }
   a:hover { text-decoration: underline; }