index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=18000&action=raw&maxage=18000 755 Bytes
/* CSS placed here will be applied to all skins */

h1.firstHeading { text-align: left }

/* Some browsers seem to have problems with clearing floats automatically */
.cleared { clear:both }

 /* from http://en.wikipedia.org/wiki/MediaWiki:Common.css */
 
 /* wikitable/prettytable class for skinning normal tables */
 table.wikitable,
 table.prettytable {
     margin: 1em 1em 1em 0;
     background: #f9f9f9;
     border: 1px #aaa solid;
     border-collapse: collapse;
 }
 .wikitable th, .wikitable td,
 .prettytable th, .prettytable td {
     border: 1px #aaa solid;
     padding: 0.2em;
 }
 .wikitable th,
 .prettytable th {
     background: #f2f2f2;
     text-align: center;
 }
 .wikitable caption,
 .prettytable caption {
     font-weight: bold;
 }