Difference between revisions of "MediaWiki:Common.css"
From CTWUG Wiki
(New page: →CSS placed here will be applied to all skins: .page-Main_Page h1.firstHeading { display: none; }) |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.page-Main_Page h1.firstHeading { display: none; } | .page-Main_Page h1.firstHeading { display: none; } | ||
| + | |||
| + | |||
| + | /* Begin Infobox CSS */ | ||
| + | .infobox.bordered {index.ph...age=86400 (line 120) | ||
| + | border-collapse:collapse; | ||
| + | } | ||
| + | .infobox {index.ph...age=86400 (line 101) | ||
| + | background-color:#F9F9F9; | ||
| + | border:1px solid #AAAAAA; | ||
| + | clear:right; | ||
| + | color:black; | ||
| + | float:right; | ||
| + | margin-bottom:0.5em; | ||
| + | margin-left:1em; | ||
| + | margin-top:1.25em; | ||
| + | padding:0.2em; | ||
| + | } | ||
| + | /* End Infobox CSS */ | ||
Revision as of 10:21, 13 November 2008
/* CSS placed here will be applied to all skins */
.page-Main_Page h1.firstHeading { display: none; }
/* Begin Infobox CSS */
.infobox.bordered {index.ph...age=86400 (line 120)
border-collapse:collapse;
}
.infobox {index.ph...age=86400 (line 101)
background-color:#F9F9F9;
border:1px solid #AAAAAA;
clear:right;
color:black;
float:right;
margin-bottom:0.5em;
margin-left:1em;
margin-top:1.25em;
padding:0.2em;
}
/* End Infobox CSS */