Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
.img_border { border: 1px solid #A7A8C1; float: | .img_border { border: 1px solid #A7A8C1; float: left; line-height: 1px; padding: 0px; } | ||
.infobox { background-color: #E8E8EE; border: 3px solid #A7A8C1; border-spacing: 4px; float: right; font-size: 88%; line-height: 1.5em; padding: 10px; text-align: left; width: 22em; } | .infobox { background-color: #E8E8EE; border: 3px solid #A7A8C1; border-spacing: 4px; float: right; font-size: 88%; line-height: 1.5em; padding: 10px; text-align: left; width: 22em; } | ||
Revision as of 17:18, 18 December 2008
/** CSS placed here will be applied to all skins */
.img_border { border: 1px solid #A7A8C1; float: left; line-height: 1px; padding: 0px; }
.infobox { background-color: #E8E8EE; border: 3px solid #A7A8C1; border-spacing: 4px; float: right; font-size: 88%; line-height: 1.5em; padding: 10px; text-align: left; width: 22em; }
.infobox_head { font-size: 150%; font-weight: bold; text-align:center; }
.infobox_img { text-align:center; }
.page-Main_Page h1.firstHeading { display: none; }