MediaWiki:Common.css
| Line 29: | Line 29: | ||
** Table formatting2  | ** Table formatting2  | ||
*****/  | *****/  | ||
| - |     table.  | + |     table.wtable   {  | 
       margin:1em 1em 1em 0;  |        margin:1em 1em 1em 0;  | ||
       background:#99CCFF;  |        background:#99CCFF;  | ||
| Line 36: | Line 36: | ||
       }  |        }  | ||
| - |     table.  | + |     table.wtable th, table.wtable td {  | 
       border:1px #AAA solid;  |        border:1px #AAA solid;  | ||
       padding:0.2em;  |        padding:0.2em;  | ||
       }  |        }  | ||
| - |     table.  | + |     table.wtable th{  | 
       background:#F2F2F2;  |        background:#F2F2F2;  | ||
       text-align:center;  |        text-align:center;  | ||
       }  |        }  | ||
| - |     table.  | + |     table.wtable caption {  | 
       margin-left:inherit;  |        margin-left:inherit;  | ||
       margin-right:inherit;  |        margin-right:inherit;  | ||
       }  |        }  | ||
Revision as of 09:40, 22 October 2007
/** 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;
      }
