MediaWiki:Evergreen.css

From selfstudy
Revision as of 17:11, 17 April 2008 by Greenea (Talk | contribs)

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/*<nowiki>*/
/* make the list of references look smaller */
ol.references {
font-size: 90%;
}

ul.references-small { font-size: 90%;}

/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
font-size: 90%;
-moz-column-count:2;
-webkit-column-count:2;
column-count:2;
}

/*Create fixed position left navigation*/
/*#p-navigation {
position:fixed;
left:0px;
top:54px;
}

#p-Standards {
position:fixed;
left:0px;
top:150px;
}

#p-search {
position:fixed;
left:0px;
top:370px;
}

#p-tb {
position:fixed;
left:0px;
top:450px;
}
*/

/*****
** Table formatting
*****/
   table.wikitable   {
      margin:1em 1em 1em 0;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
      }

   table.wikitable th, table.wikitable td {
      border:1px #AAA solid;
      padding:0.2em;
      }

   table.wikitable th{
      background:#F2F2F2;
      text-align:center;
      }

   table.wikitable caption {
      margin-left:inherit;
      margin-right:inherit;
      }