MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display:none; }") |
No edit summary |
||
Line 2: | Line 2: | ||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||
table.tmstable, table.thumbgrid { | |||
margin:1em 1em 1em 0; | |||
padding:5px; | |||
background:#eee; | |||
border-bottom:0px #aaa solid; | |||
border-collapse:collapse; | |||
color:black; | |||
width:100%; | |||
} | |||
.tmstable th,.tmstable td, .thumbgrid th,.thumbgrid td { | |||
border-bottom:1px #aaa solid; | |||
padding:0.5em} | |||
.tmstable th { | |||
background:#f2f2f2; | |||
text-align:center; | |||
} | |||
.tmstable caption, .thumbgrid caption { | |||
font-weight:bold;} | |||
.thumbgrid td { | |||
text-align:center; | |||
} |
Revision as of 17:35, 9 March 2012
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }
table.tmstable, table.thumbgrid {
margin:1em 1em 1em 0;
padding:5px;
background:#eee;
border-bottom:0px #aaa solid;
border-collapse:collapse;
color:black;
width:100%;
}
.tmstable th,.tmstable td, .thumbgrid th,.thumbgrid td {
border-bottom:1px #aaa solid;
padding:0.5em}
.tmstable th {
background:#f2f2f2;
text-align:center;
}
.tmstable caption, .thumbgrid caption {
font-weight:bold;}
.thumbgrid td {
text-align:center;
}