MediaWiki:Monobook.css

The official GemStone IV encyclopedia.
Revision as of 09:58, 23 July 2010 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
 /* Shamelessly stolen from Wikipedia. --Oliver */
 /****************************/
 /* BEGIN LIGHT BLUE SECTION */
 /****************************/
 /* Make all non-namespace pages have a light blue content area. This is done by
    setting the background color for all #content areas to light blue and then
    overriding it for any #content enclosed in a .ns-0 (main namespace). I then
    do the same for the "tab" background colors. --Lupo */
 
 #content {
     background: #F8FCFF; /* a light blue */
 }
 
 #content div.thumb {
     border-color: #F8FCFF;
 }
 
 .ns-0 * #content {
     background: white;
 }
 
 #mytabs li {
     background: #F8FCFF;
 }
 
 .ns-0 * #mytabs li {
     background: white;
 }
 
 #mytabs li a {
     background-color: #F8FCFF;
 }
 
 .ns-0 * #mytabs li a {
     background-color: white;
 }
 
 #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
     background-color: #F8FCFF;
 }
 
 .ns-0 * #p-cactions li a {
     background-color: #fbfbfb;
 }
 
 .ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
     background-color: white;
 }
 
 .ns-0 * #content div.thumb {
     border-color: white;
 }
 
 /**************************/
 /* END LIGHT BLUE SECTION */
 /**************************/
 /* End thief-y setion */

 #siteSub {
     display: inline;
     font-size: 90%;
     font-weight: normal;
     font-style: italic;
 }

 pre {
     white-space: pre-wrap;
 }

 div.kpnews {
      margin: -0.5em 1em 1em 0;
      padding: 0.5em 0.5em 0.85em 0.5em;
      background: #F9F9F9;
      border: 1px #AAA dashed;
      border-collapse: collapse;
 }

 div.kptweets {
      margin: -0.5em 1em 1em 0;
      padding: 0.5em 0.5em 0.85em 0.5em;
      background: #F9F9F9;
      border: 1px #AAA dashed;
      border-collapse: collapse;
 }

 div.TwitterFeed {
      font-size: small;
 }

 #mainPageSectionTable {
      width: 100%;
 }

 td.mainPageSection {
      width: 50%;
      border: 1px solid #88AACC;
      background: #F8FCFF;
 }

 /*.editsection { font-size: 50%; }*/