MediaWiki:Common.css: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
background-color:#333; | background-color:#333; | ||
} | } | ||
.mwe-popups .mwe-popups-extract[dir='ltr']:after { | |||
background-image: linear-gradient(to right,rgba(255,255,255,0),#333 50%) | |||
} | |||
.secret | .secret | ||
{ | { |
Revision as of 19:37, 12 September 2021
/* CSS placed here will be applied to all skins */ .mwe-popups mwe-popups-container { background-color:#333; } .mwe-popups .mwe-popups-extract[dir='ltr']:after { background-image: linear-gradient(to right,rgba(255,255,255,0),#333 50%) } .secret { display:inline-block; } .mwe-popups .mwe-popups-settings-icon { display: none; } #ca-viewsource { display: none !important; } #ca-history { display: none !important;} /* 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]]. */ .sysop-show, .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: 5px 0; color: white; text-align: center; height: 30px; vertical-align: middle; font-size: 150%; } .bottom-box .header { color: white; font-weight: bold; padding-right: 20px; border-right: 3px solid #000; } .bottom-box td { padding: 0 10px 0 10px } .infobox { float:right; border:2px solid #d49c00; border-radius:4px; background-color: #806b32; padding:5px; width:220px; color:white; text-align: center; margin-left:20px; margin-bottom:20px; } .infobox a, .infobox a:link, .infobox a:visited { text-decoration: none; border-bottom: 1px dotted #fff; color:#fff; } .infobox a:hover { text-decoration: none; border-bottom: 1px solid #fff; color:#fff; }