Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #siteSub { display:block; font-weight:normal; font-size:normal;} body.page-Main_Page.action-view #siteSub, body.page-Main_P...") |
|||
Line 3: | Line 3: | ||
#siteSub { display:block; font-weight:normal; font-size:normal;} | #siteSub { display:block; font-weight:normal; font-size:normal;} | ||
body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-submit #siteSub { display: none; } | body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-submit #siteSub { display: none; } | ||
+ | |||
+ | /* Info Box */ | ||
+ | .infobox { | ||
+ | border: 1px solid #a2a9b1; | ||
+ | border-spacing: 3px; | ||
+ | background-color: #f8f9fa; | ||
+ | color: black; | ||
+ | margin: 0.5em 0 0.5em 1em; | ||
+ | padding: 0.2em; | ||
+ | float: right; | ||
+ | clear: right; | ||
+ | font-size: 88%; | ||
+ | line-height: 1.5em; | ||
+ | } | ||
+ | .infobox td, .infobox th { | ||
+ | vertical-align: top; | ||
+ | text-align: left; | ||
+ | } |
Revision as of 10:09, 2 April 2020
/* CSS placed here will be applied to all skins */ #siteSub { display:block; font-weight:normal; font-size:normal;} body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-submit #siteSub { display: none; } /* Info Box */ .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; font-size: 88%; line-height: 1.5em; } .infobox td, .infobox th { vertical-align: top; text-align: left; }