MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: →Removing the Main Page title from the main page.: body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, bod..." |
No edit summary |
||
| Line 7: | Line 7: | ||
display: none !important; | display: none !important; | ||
} | } | ||
.infobox{background-color:#E8E8EE;border:3px solid #A7A8C1;border-spacing:4px;float:right;font-size:88%;line-height:1.5em;margin-left:6px;padding:10px;text-align:left;width:22em} | |||
.infobox_head{font-size:150%;font-weight:700;text-align:center} | |||
.infobox_img{text-align:center} | |||
.infobox_animlink{padding-bottom:0;text-align:center} | |||
.infobox_link{padding-bottom:4px;text-align:center} | |||
.infobox_subhead{font-size:125%;font-weight:700;padding-top:12px;text-align:center} | |||
.infobox_table{background-color:#E8E8EE;border:0px;border-spacing:0px 4px;margin-left:0px;padding:0} | |||
Revision as of 23:10, 12 November 2012
/* CSS placed here will be applied to all skins */
/* Removing the Main Page title from the main page. */
body.page-Main_Page #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
display: none !important;
}
.infobox{background-color:#E8E8EE;border:3px solid #A7A8C1;border-spacing:4px;float:right;font-size:88%;line-height:1.5em;margin-left:6px;padding:10px;text-align:left;width:22em}
.infobox_head{font-size:150%;font-weight:700;text-align:center}
.infobox_img{text-align:center}
.infobox_animlink{padding-bottom:0;text-align:center}
.infobox_link{padding-bottom:4px;text-align:center}
.infobox_subhead{font-size:125%;font-weight:700;padding-top:12px;text-align:center}
.infobox_table{background-color:#E8E8EE;border:0px;border-spacing:0px 4px;margin-left:0px;padding:0}