Difference between revisions of "User:Lundberg/monobook.css"

From PublicWiki
Jump to: navigation, search
(New page: **** ** Table formatting ****: table.wikitable, table.prettytable { margin:1em 1em 1em 0; background:#F9F9F9; border:1px #AAA solid; border-collapse:collap...)
 
Line 1: Line 1:
/*****
+
/* Table formatting */
** Table formatting
+
 
*****/
 
 
   table.wikitable,
 
   table.wikitable,
 
   table.prettytable {
 
   table.prettytable {
Line 9: Line 8:
 
       border-collapse:collapse;
 
       border-collapse:collapse;
 
       }
 
       }
 
+
 
   table.wikitable th, table.wikitable td,
 
   table.wikitable th, table.wikitable td,
 
   table.prettytable th, table.prettytable td {
 
   table.prettytable th, table.prettytable td {
Line 15: Line 14:
 
       padding:0.2em;
 
       padding:0.2em;
 
       }
 
       }
 
+
 
   table.wikitable th,
 
   table.wikitable th,
 
   table.prettytable th {
 
   table.prettytable th {
Line 21: Line 20:
 
       text-align:center;
 
       text-align:center;
 
       }
 
       }
 
+
 
   table.wikitable caption,
 
   table.wikitable caption,
 
   table.prettytable caption {
 
   table.prettytable caption {

Revision as of 18:31, 8 May 2007

/* Table formatting */

   table.wikitable,
   table.prettytable {
      margin:1em 1em 1em 0;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
      }
 
   table.wikitable th, table.wikitable td,
   table.prettytable th, table.prettytable td {
      border:1px #AAA solid;
      padding:0.2em;
      }
 
   table.wikitable th,
   table.prettytable th {
      background:#F2F2F2;
      text-align:center;
      }
 
   table.wikitable caption,
   table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
      }