Log in | Back to darenet.org

MediaWiki:Common.css

Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/** CSS placed here will be applied to all skins */
/*<pre>*/
/*****
** 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;
      }

/*****
** Table formatting2
*****/
   table.wtable   {
      margin:1em 1em 1em 0;
      background:#99CCFF;
      border:1px #AAA solid;
      border-collapse:collapse;
      }

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

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

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