MediaWiki:Common.css: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
.cynic-show { | .cynic-show { | ||
display: none; | display: none; | ||
} | |||
.bottom-box{ | |||
border: 1px solid #000; | |||
padding: 20px; | |||
color: white; | |||
} | |||
.box-header{ | |||
background-color: black; | |||
padding: 10px 0; | |||
color: white; | |||
text-align: center; | |||
height: 25px; | |||
vertical-align: middle; | |||
font-size: 150%; | |||
} | } |
Revision as of 20:59, 8 September 2021
/* CSS placed here will be applied to all skins */ /* Hide stuff meant for accounts with special permissions. Made visible again in [[MediaWiki:Group-aragir.css]], [[MediaWiki:Group-cerrule.css]], [[MediaWiki:Group-delbellis.css]], and [[Mediawiki:Group-cynic.css]]. */ .aragir-show, .cerrule-show, .delbellis-show, .cynic-show { display: none; } .bottom-box{ border: 1px solid #000; padding: 20px; color: white; } .box-header{ background-color: black; padding: 10px 0; color: white; text-align: center; height: 25px; vertical-align: middle; font-size: 150%; }