Difference between revisions of "MediaWiki:Common.css"

From Birocapedia
Jump to navigationJump to search
(New page: →‎CSS placed here will be applied to all skins: →‎wikitable/prettytable class for skinning normal tables: table.wikitable, table.prettytable { margin: 1em 1em 1em 0; backgro...)
 
 
Line 25: Line 25:
 
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}
 +
 +
.page-Main_Page h1.firstHeading { display: none; }

Latest revision as of 01:09, 28 February 2009

/* CSS placed here will be applied to all skins */

/* 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 {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

.page-Main_Page h1.firstHeading { display: none; }