MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
#siteSub { | #siteSub { | ||
display: inline; | display: inline; | ||
font-size: | font-size: 1.1em; | ||
font-weight: normal; | font-weight: normal; | ||
font-style: italic; | font-style: italic;} | ||
} | |||
body.page-Main_Page.action-view #siteSub, | body.page-Main_Page.action-view #siteSub, | ||
body.page-Main_Page.action-submit #siteSub { | body.page-Main_Page.action-submit #siteSub {display: none;} | ||
display: | |||
} | #toc {width: 250px; font-size: 1em;} | ||
#mw-panel .portal a, #mw-panel .portal a:visited {font-size: 1.2em !important;} | |||
p {font-size: 1.11em;} | |||
.infobox { | |||
font-size: 1em; | |||
background: #fff; | |||
border: solid 1px #aaa; | |||
float: right; | |||
margin: 0 0 1em 1em; | |||
padding: 1em; | |||
width: 210px;} | |||
.infobox-title { | |||
font-size: 1.5em; | |||
text-align: center;} | |||
.infobox-image { | |||
text-align: center;} | |||
.infobox th { | |||
text-align: right; | |||
vertical-align: top; | |||
width: 120px;} | |||
.infobox td {vertical-align: top;} | |||
.red {color: red; font-size: 18pt;} | |||
.home { | |||
font-size: 0.9em; | |||
border: 1px solid #aaa !important; | |||
float: left; | |||
display: block; | |||
box-sizing: border-box; | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
width: 100%;} | |||
#welcome { | |||
background: #f5edfb; | |||
padding: 0; | |||
margin: 0 0 10px 0; | |||
text-align: center; | |||
font-size: 1.2em;} | |||
#about {background: #f8fcff; padding: 10px 10px 10px 10px; margin: 0 0 0 0; font-size: 1em;} | |||
#title {background: #e8eef6; padding: 0 0 0 10px; margin: 0 0 1em 0; text-align: left; font-size: 1em;} | |||
#f5edfb; | |||
#e8eef6; | |||
#f9f7f7; | |||
#f8fcff; |
Revision as of 10:21, 1 July 2022
/* Display text below main article header, located at MediaWiki:Tagline */ #siteSub { display: inline; font-size: 1.1em; font-weight: normal; font-style: italic;} body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-submit #siteSub {display: none;} #toc {width: 250px; font-size: 1em;} #mw-panel .portal a, #mw-panel .portal a:visited {font-size: 1.2em !important;} p {font-size: 1.11em;} .infobox { font-size: 1em; background: #fff; border: solid 1px #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 210px;} .infobox-title { font-size: 1.5em; text-align: center;} .infobox-image { text-align: center;} .infobox th { text-align: right; vertical-align: top; width: 120px;} .infobox td {vertical-align: top;} .red {color: red; font-size: 18pt;} .home { font-size: 0.9em; border: 1px solid #aaa !important; float: left; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; width: 100%;} #welcome { background: #f5edfb; padding: 0; margin: 0 0 10px 0; text-align: center; font-size: 1.2em;} #about {background: #f8fcff; padding: 10px 10px 10px 10px; margin: 0 0 0 0; font-size: 1em;} #title {background: #e8eef6; padding: 0 0 0 10px; margin: 0 0 1em 0; text-align: left; font-size: 1em;} #f5edfb; #e8eef6; #f9f7f7; #f8fcff;