Difference between revisions of "MediaWiki:Common.css"
(修复Logo位置的bug。// #p-logo { position: absolute;) |
|||
Line 174: | Line 174: | ||
body:not(.inline-spoilers_toggle_on) .new:hover .inline-spoilers.off { | body:not(.inline-spoilers_toggle_on) .new:hover .inline-spoilers.off { | ||
color: #BA0000; | color: #BA0000; | ||
+ | } | ||
+ | /* templatedata */ | ||
+ | .mw-templatedata-doc-muted { | ||
+ | font-style: italic; | ||
} | } |
Revision as of 05:27, 25 February 2021
/* CSS placed here will be applied to all skins */ /* advertisement */ .please-donate { height: 90px; margin: 10px; clear: both; text-align: center; } .please-donate a { display: block; width: 728px; height: 90px; margin: 0 auto; } .ads-main { width: 728px; margin: -90px auto 0; } /* LOGO */ #p-logo a { height: 245px; } #p-logo { position: absolute; top: -245px; } div#mw-panel { top: 245px; } /* Template:Navbox related css (update from zhmoe on 2017/05/19) */ table.navbox { border: 1px solid #aaa; clear: both; margin: auto; padding: 1px; text-align: center; width: 100%; } table.navbox+table.navbox { margin-top: -1px; } .navbox-title, .navbox-abovebelow, table.navbox th { padding-left: 1em; padding-right: 1em; text-align: center; } .navbox-group { font-weight: 700; padding-left: 1em; padding-right: 1em; white-space: nowrap; } .navbox, .navbox-subgroup { background: none repeat scroll 0 0 #fdfdfd; } .navbox-list { border-color: #fdfdfd; } .navbox-title, table.navbox th { background: none repeat scroll 0 0 #a5e4a5; } .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background: none repeat scroll 0 0 #c0ecc0; } .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background: none repeat scroll 0 0 #e6f6e6; } .navbox-even { background: none repeat scroll 0 0 #f5fcf5; } .navbox-odd { background: none repeat scroll 0 0 transparent; } .collapseButton { float: right; font-weight: 400; text-align: right; width: auto; } .navbox .collapseButton { width: 6em; } /* Tabs */ .tab .TabLabelText { display: inline-block; padding: 1px; cursor: pointer; } .tab .TabLabel { z-index: 2; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .tab .TabLabelText.selected { border-top: 3px solid green; padding: 1px; background: white; border-left: 1px solid #aaa; border-right: 1px solid #aaa; } .tab .TabContent { background: white; padding: 20px 30px; position: relative; z-index: 1; border: 1px solid #aaa; } .tab .TabContentText { display: none; } .tab .TabContentText.selected { display: block; } .Tabs .Tab { border-bottom: 1px solid #aaa; } .Tabs .Tab:first-child { border-top: 1px solid #aaa; } .Tabs .Tab .TabLabelText { padding: 7px; } .Tabs .Tab .TabContentText { padding: 3px; } /* ------------------------------------------------------------- * Inline spoilers tag * ------------------------------------------------------------- */ span.inline-spoilers a.external, span.inline-spoilers a.external:visited, span.inline-spoilers a.extiw, span.inline-spoilers a.extiw:visited { color: #252525; } .inline-spoilers, .inline-spoilers a, a .inline-spoilers, .inline-spoilers a.new { background-color: #252525; color: #252525; text-shadow: none; } body:not(.inline-spoilers_toggle_on) .inline-spoilers:hover, body:not(.inline-spoilers_toggle_on) .inline-spoilers:active, body:not(.inline-spoilers_toggle_on) .inline-spoilers.off { color: white; } body:not(.inline-spoilers_toggle_on) .inline-spoilers:hover a, body:not(.inline-spoilers_toggle_on) a:hover .inline-spoilers, body:not(.inline-spoilers_toggle_on) .inline-spoilers.off a, body:not(.inline-spoilers_toggle_on) a:hover .inline-spoilers.off { color: lightblue; } body:not(.inline-spoilers_toggle_on) .inline-spoilers.off .new, body:not(.inline-spoilers_toggle_on) .inline-spoilers.off .new:hover, body:not(.inline-spoilers_toggle_on) .new:hover .inline-spoilers.off, body:not(.inline-spoilers_toggle_on) .inline-spoilers.off .new, body:not(.inline-spoilers_toggle_on) .inline-spoilers.off .new:hover, body:not(.inline-spoilers_toggle_on) .new:hover .inline-spoilers.off { color: #BA0000; } /* templatedata */ .mw-templatedata-doc-muted { font-style: italic; }