Actions

MediaWiki

Difference between revisions of "Common.css"

From Just in Time

(Created page with '→‎CSS placed here will be applied to all skins: table.wikitable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; border-collapse: collapse…')
 
Line 10: Line 10:
 
  {
 
  {
 
   border: 1px #aaaaaa solid;
 
   border: 1px #aaaaaa solid;
   padding: 0.2em;
+
   padding: 0.5em;
 
  }
 
  }
 
  table.wikitable th,
 
  table.wikitable th,

Revision as of 22:44, 2 August 2010

/* CSS placed here will be applied to all skins */
table.wikitable
 {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }
 table.wikitable th, table.wikitable td,
 {
   border: 1px #aaaaaa solid;
   padding: 0.5em;
 }
 table.wikitable th,
 {
   background: #ccccff;
   text-align: center;
 }
 table.wikitable caption,
 {
   margin-left: inherit;
   margin-right: inherit;
 }