MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
a { | a { | ||
color: #0645ad; | color: #0645ad; | ||
} | } | ||
Line 15: | Line 10: | ||
a:active { | a:active { | ||
color: #faa700 | color: #faa700 | ||
} | } | ||
Line 29: | Line 16: | ||
} | } | ||
a.new,#p-personal a.new { | a.new, #p-personal a.new { | ||
color: #d33 | color: #d33 | ||
} | } | ||
a.new:visited, #p-personal a.new:visited { | |||
a.new:visited,#p-personal a.new:visited { | |||
color: #a55858 | color: #a55858 | ||
} | } | ||
.mw-parser-output a.extiw,.mw-parser-output a.external { | .mw-parser-output a.extiw, .mw-parser-output a.external { | ||
color: #36b | color: #36b | ||
} | } | ||
.mw-parser-output a.extiw:visited,.mw-parser-output a.external:visited { | .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { | ||
color: #636 | color: #636 | ||
} | } | ||
.mw-parser-output a.extiw:active,.mw-parser-output a.external:active { | .mw-parser-output a.extiw:active, .mw-parser-output a.external:active { | ||
color: #b63 | color: #b63 | ||
} | } | ||
hr { | hr { | ||
background-color: #a2a9b1; | background-color: #a2a9b1; | ||
} | } | ||
h1,h2,h3,h4,h5,h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: #000; | color: #000; | ||
} | } | ||
h1,h2 { | h1, h2 { | ||
border-bottom: 1px solid #a2a9b1 | border-bottom: 1px solid #a2a9b1 | ||
} | } | ||
code { | |||
color: #000; | |||
background-color: #f8f9fa; | |||
border: 1px solid #eaecf0; | |||
} | } | ||
pre, .mw-code { | |||
color: #000; | |||
background-color: #f8f9fa; | |||
border: 1px solid #eaecf0; | |||
} | } | ||
fieldset { | |||
border: 1px solid #2a4b8d; | |||
} | } | ||
.toc, .mw-warning, .toccolours { | |||
border: 1px solid #a2a9b1; | |||
background-color: #f8f9fa; | |||
} | } | ||
.tocnumber { | |||
color: #202122; | |||
} | } | ||
div.thumbinner { | |||
border: 1px solid #c8ccd1; | |||
background-color: #f8f9fa; | |||
} | } | ||
html .thumbimage { | |||
background-color: #fff; | |||
border: 1px solid #c8ccd1 | |||
} | } | ||
img.thumbborder { | |||
border: 1px solid #eaecf0 | |||
} | } | ||
.catlinks { | |||
border: 1px solid #a2a9b1; | |||
background-color: #f8f9fa; | |||
} | } | ||
textarea { | |||
border: 1px solid #c8ccd1 | |||
} | } | ||
.editOptions { | |||
background-color: #eaecf0; | |||
color: #202122; | |||
border: 1px solid #c8ccd1; | |||
} | } | ||
.usermessage { | |||
background-color: #ffce7b; | |||
border: 1px solid #ffa500; | |||
color: #000; | |||
} | } | ||
mark { | |||
background-color: #ff0; | |||
color: #000 | |||
} | } | ||
li span.deleted, span.history-deleted { | |||
color: #72777d; | |||
} | } | ||
.not-patrolled { | |||
background-color: #ffa | |||
} | } | ||
.unpatrolled { | |||
color: #d33 | |||
} | } | ||
.catlinks li { | |||
border-left: 1px solid #a2a9b1; | |||
} | } | ||
.autocomment, .autocomment a, .autocomment a:visited { | |||
color: # | color: #72777d | ||
} | } | ||
a.new { | |||
color: #ba0000 | |||
} | } | ||
.wikitable { | |||
background-color: #f8f9fa; | |||
color: #202122; | |||
border: 1px solid #a2a9b1; | |||
} | } | ||
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { | |||
border: 1px solid #a2a9b1; | |||
} | } | ||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
background-color: #eaecf0; | |||
} | } | ||
.error { | |||
color: #d33 | |||
} | } | ||
. | .warning { | ||
color: #ac6600 | |||
} | } | ||
.success { | |||
color: #14866d | |||
} | } | ||
. | .mw-infobox { | ||
border: 2px solid #fc3; | |||
} | } | ||
.mw-datatable { | |||
border: 1px solid #a2a9b1; | |||
} | } | ||
. | .mw-datatable td, .mw-datatable th { | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
} | } | ||
. | .mw-datatable th { | ||
background-color: #eaeeff | |||
} | } | ||
.mw-datatable td { | |||
background-color: #fff | |||
} | } | ||
.mw-datatable tr:hover td { | |||
background-color: #eaf3ff | |||
} | } | ||
} | |||
.messagebox,.errorbox,.warningbox,.successbox { | |||
color: #000; | |||
} | |||
.messagebox { | |||
background-color: #eaecf0; | |||
} | border-color: #a2a9b1 | ||
} | |||
.errorbox { | |||
background-color: #fee7e6; | |||
border-color: #d33 | |||
} | |||
.warningbox { | |||
background-color: #fef6e7; | |||
} | border-color: #fc3 | ||
} | |||
.successbox { | |||
background-color: #d5fdf4; | |||
border-color: #14866d | |||
} | |||
@media print { | |||
body { | |||
background: #fff; | |||
color: #000; | |||
} | } | ||
.mw- | pre,.mw-code { | ||
background: #fff; | |||
color: #000; | |||
border: 1pt dashed #000; | |||
} | } | ||
.mw- | .mw-body { | ||
background: #fff; | |||
color: #000; | |||
} | } | ||
.toc { | |||
background-color: #f9f9f9; | |||
border: 1pt solid #aaa; | |||
padding: 5px; | |||
display: table | |||
} | } | ||
div. | div.thumbinner { | ||
background-color: #fff; | |||
color: #666; | |||
} | } | ||
img.thumbborder { | |||
border: | border: 1pt solid #ddd | ||
} | } | ||
.wikitable,.mw_metadata { | |||
background | background: #fff; | ||
border: | border: 1pt solid #aaa; | ||
} | } | ||
.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td,.mw_metadata th,.mw_metadata td { | |||
background: #fff !important; | |||
color: #000 !important; | |||
border: 1pt solid #aaa; | |||
} | } | ||
. | table.listing,table.listing td { | ||
border: 1pt solid #000; | |||
} | } | ||
. | .catlinks li { | ||
border-left: 1pt solid #aaa; | |||
} | } | ||
#footer { | |||
border: | background: #fff; | ||
color: #000; | |||
border-top: 1pt solid #aaa; | |||
} | } | ||
} | |||
@media screen { | |||
body { | |||
background-color: #f6f6f6 | |||
} | } | ||
.mw- | .mw-body { | ||
border: 1px solid #a7d7f9; | |||
background-color: #ffffff; | |||
color: #252525; | |||
} | } | ||
div#simpleSearch { | |||
border: solid 1px #aaa; | |||
background- | color: black; | ||
background-color: white; | |||
} | } | ||
div#simpleSearch input { | |||
color: black | |||
} | } | ||
. | div#simpleSearch #searchInput.placeholder { | ||
color: #999 | |||
} | } | ||
div#simpleSearch #searchInput:-ms-input-placeholder { | |||
color: #999 | |||
} | } | ||
div | div#simpleSearch #searchInput:-moz-placeholder { | ||
color: #999 | |||
} | } | ||
div. | div.darkvectorTabs ul li { | ||
background-color: #f3f3f3; | |||
} | } | ||
div.darkvectorTabs li.new a,div.darkvectorTabs li.new a:visited { | |||
color: #a55858 | |||
} | } | ||
. | div.darkvectorTabs li a { | ||
color: #0645ad; | |||
} | } | ||
div.darkvectorMenu div.menu { | |||
border: 1px | background-color: white; | ||
border: solid 1px silver; | |||
} | } | ||
. | div.darkvectorMenu li a { | ||
color: #0645ad; | |||
} | } | ||
. | .vector-menu-tabs-legacy .selected { | ||
background | background: #4d4d4d | ||
} | } | ||
.vector-menu-tabs-legacy li { | |||
background-image: linear-gradient(to top, #000000 0, #4d4d4d 1px, #777 100%); | |||
} | } | ||
# | .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading { | ||
background-image: none; | |||
background-repeat: no-repeat; | |||
background-size: 1px 100%; | |||
} | } | ||
# | #mw-page-base { | ||
background-color: #fbfbfb; | |||
background-image: -webkit-gradient(linear,right top,right bottom,color-stop(50%,#ffffff),color-stop(100%,#f6f6f6)); | |||
background-image: -webkit-linear-gradient(top,#ffffff 50%,#f6f6f6 100%); | |||
background-image: -moz-linear-gradient(top,#ffffff 50%,#f6f6f6 100%); | |||
background-image: linear-gradient(to bottom,#ffffff 50%,#f6f6f6 100%); | |||
background-color: #ffffff | |||
} | } | ||
# | div#mw-panel div.portal h3 { | ||
color: #4d4d4d; | |||
color: # | |||
} | } | ||
div#mw-panel div.portal div.body ul li a { | |||
color: #0645ad | |||
} | } | ||
div#mw-panel div.portal div.body ul li a:visited { | |||
color: #0b0080 | |||
} | } | ||
h1,h2,h3,h4,h5,h6 { | |||
color: #c1c1c1 | |||
} | } | ||
.mw- | div.mw-number-text { | ||
color: #888 !important | |||
} | } | ||
. | div.mw-number-text h3 { | ||
color: #c1c1c1 !important | |||
} | } | ||
hr { | |||
color: #222 | |||
} | } | ||
.mw- | pre,.mw-code,.wikiEditor-ui-toolbar { | ||
color: #ccc !important; | |||
background-color: #4C4C4C !important; | |||
- | |||
} | } | ||
.CategoryTreeToggle { | |||
color: #e69710 | |||
} | } | ||
.editOptions { | |||
color: #a8a8a8; | |||
background-color: #333; | |||
border-color: #4c4c4c | |||
} | } | ||
.oo-ui-tabOptionWidget,.oo-ui-tabSelectWidget-framed { | |||
color: #e69710 !important | |||
} | } | ||
.oo-ui-menuOptionWidget,.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | |||
color: #a8a8a8 !important | |||
} | } | ||
.oo-ui-tabSelectWidget-framed,.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,.oo-ui-menuSelectWidget { | |||
background-color: #4c4c4c !important | |||
} | } | ||
.oo-ui-tabSelectWidget-framed,.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | |||
border- | border-color: #4c4c4c !important | ||
} | } | ||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover,.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected,.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | |||
background-color: #606060 !important; | |||
border-color: #4c4c4c !important | |||
} | } | ||
.mw-rcfilters-ui-filterMenuHeaderWidget-header,.mw-rcfilters-ui-filterMenuSectionOptionWidget,.oo-ui-popupWidget-popup { | |||
color: #a8a8a8 !important; | |||
background-color: #606060 !important; | |||
border-color: #4c4c4c !important | |||
} | } | ||
.mw-rcfilters-ui-filterMenuHeaderWidget-title,.mw-rcfilters-ui-itemMenuOptionWidget-label-title,.mw-rcfilters-ui-itemMenuOptionWidget-label-desc,.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title,.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,.mw-rcfilters-ui-menuSelectWidget-footer { | |||
color: #ccc !important | |||
} | } | ||
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { | |||
color: #999 !important | |||
} | } | ||
.mw- | .mw-rcfilters-ui-filterMenuHeaderWidget-title,.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,.mw-rcfilters-ui-menuSelectWidget-footer,.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { | ||
background-color: #606060 !important | |||
} | } | ||
input,textarea { | |||
background-color: #4c4c4c; | |||
border-color: #4c4c4c; | |||
color: #c1c1c1 | |||
} | } | ||
.ace-tm,.ace-tm .ace_gutter,.ace-tm .ace_gutter-active-line,.codeEditor-status { | |||
background-color: #4c4c4c !important; | |||
color: # | color: #c1c1c1 !important | ||
} | } | ||
. | .ace-tm .ace_marker-layer .ace_selection { | ||
background-color: # | background-color: #606060 !important | ||
} | } | ||
. | .ace-tm,.ace-tm .ace_gutter,.ace-tm .ace_gutter-active-line { | ||
border-color: #4c4c4c !important | |||
} | } | ||
.codeEditor-status { | |||
background-color: #4C4C4C !important | |||
} | } | ||
.ace-tm .ace_constant { | |||
color: #d44 !important | |||
} | } | ||
.uls-menu,.mw-mmv-dialog { | |||
background-color: #606060 !important | |||
} | } | ||
.uls-menu .uls-search { | |||
border-top-color: #e69710 !important; | |||
border-bottom-color: #e69710 !important | |||
} | } | ||
. | .uls-menu .uls-filtersuggestion { | ||
background-color: #909090 !important | |||
} | } | ||
.mw- | .uls-menu .uls-title,.mw-mmv-options-text-header,.rc-anchor-light { | ||
color: #aaa !important | |||
} | } | ||
. | .uls-menu .uls-lcd-region-section .uls-lcd-region-title { | ||
color: #ccc !important | |||
} | } | ||
. | .uls-lcd-region-section ul li:hover,.rc-footer { | ||
background-color: #707070 !important | |||
} | } | ||
.mw- | .mw-mmv-post-image,.mw-mmv-image-metadata { | ||
background-color: #4c4c4c !important | |||
} | } | ||
.mw-mmv-image-links li,.rc-report-problem-text { | |||
color: #bbb !important | |||
} | } | ||
. | .mw-mmv-post-image { | ||
color: #fff !important | |||
} | } | ||
. | .mw-mmv-options-dialog-header { | ||
color: #ccc !important | |||
} | } | ||
. | .mw-mmv-options-text-body { | ||
color: #999 !important | |||
} | } | ||
. | .mw-mmv-dialog .mw-mmv-dialog-down-arrow,.oo-ui-tagItemWidget.oo-ui-widget-enabled { | ||
background-color: #aaa !important | |||
} | } | ||
. | .smw-ask-otheroptions tr { | ||
background: #505050 none repeat scroll 0% 0% !important | |||
} | } | ||
. | a,.mw-body a.external,.mw-body a.extiw,.uls-language-list a { | ||
color: #e69710 !important | |||
} | } | ||
a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited { | |||
color: #db8200 | |||
} | } | ||
. | a.new,#p-personal a.new { | ||
color: # | color: #d44 | ||
} | } | ||
. | div.thumbinner,.catlinks { | ||
background-color: #4c4c4c; | |||
border-color: #666 | |||
} | } | ||
. | #toc,div.toc,ul#filetoc,li.gallerybox div.thumb { | ||
background-color: #3d3d3d; | |||
border-color: #666 | |||
} | } | ||
. | table.mw_metadata td,table.mw_metadata th,table.wikitable,table.wikitable > * > tr > th,table.wikitable > * > tr > td,pre { | ||
color: #c1c1c1; | |||
background-color: #4c4c4c; | |||
border-color: #666 | |||
} | } | ||
table.mw_metadata th,table.wikitable > * > tr > th { | |||
background-color: #595959 | |||
} | } | ||
.infobox > caption,.navbox2 th { | |||
background: #595959 | |||
} | } | ||
.infobox th { | |||
background: #4c4c4c | |||
} | } | ||
a | #preftoc li > a { | ||
color: # | border-top: 1px solid #ccc; | ||
border-right: 1px solid #ccc; | |||
border-left: 1px solid #ccc; | |||
border-collapse: collapse; | |||
background-color: transparent; | |||
color: #D28A0D | |||
} | } | ||
. | .mw-warning-with-logexcerpt { | ||
color: #a9a9a9 | |||
} | } | ||
. | .mw-datatable th,#rc-imageselect { | ||
background-color: #4C4C4C !important | |||
} | } | ||
. | .oo-ui-textInputWidget input,.oo-ui-textInputWidget textarea,.oo-ui-tagMultiselectWidget-handle,div#simpleSearch #searchInput { | ||
background-color: # | background-color: #4C4C4C !important; | ||
color: # | color: #C1C1C1 !important | ||
} | } | ||
div#simpleSearch #searchButton { | |||
background-color: rgba(210,138,13,0.27) !important | |||
} | } | ||
. | .oo-ui-buttonElement-button,.mw-ui-button { | ||
background-color: # | color: #ffffff !important; | ||
background-color: #e69710 !important; | |||
border-color: #e69710 !important | |||
} | } | ||
. | .oo-ui-buttonElement-button:hover,.mw-ui-button:hover { | ||
color: #ffffff !important; | |||
background-color: #D28A0D !important; | |||
border-color: #D28A0D !important | |||
} | } | ||
. | .oo-ui-dropdownInputWidget select,.oo-ui-dropdownInputWidget.oo-ui-widget-enabled,.mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { | ||
background-color: #4C4C4C !important | |||
} | } | ||
. | table.diff { | ||
color: # | background-color: #4c4c4c | ||
} | } | ||
. | td .diffchange { | ||
color: # | color: #4c4c4c | ||
} | } | ||
. | .gallerytext p { | ||
color: | color: rgba(0,0,0,0.8) | ||
} | } | ||
. | #left-navigation div.darkvectorTabs,#right-navigation div.darkvectorTabs { | ||
background-image: inherit; | |||
background-color: #250b2d | |||
} | } | ||
. | #left-navigation div.darkvectorTabs ul,#right-navigation div.darkvectorTabs ul { | ||
background-color: #250b2d | |||
} | } | ||
. | #left-navigation div.darkvectorTabs ul li,#right-navigation div.darkvectorTabs ul li { | ||
background-color: #222; | |||
background-image: -moz-linear-gradient(top,#2e2e2e 20%,#222222 100%); | |||
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#2e2e2e),color-stop(100%,#222222)); | |||
background-image: -webkit-linear-gradient(top,#2e2e2e 20%,#222222 100%); | |||
background-image: linear-gradient(#2e2e2e 20%,#222222 100%) | |||
} | } | ||
. | #left-navigation div.darkvectorTabs li.new a,#right-navigation div.darkvectorTabs li.new a,#left-navigation div.darkvectorTabs li.new a:visited,#right-navigation div.darkvectorTabs li.new a:visited { | ||
color: #d44 | |||
} | } | ||
. | #left-navigation div.darkvectorTabs li.selected,#right-navigation div.darkvectorTabs li.selected { | ||
background-color: #333; | |||
background-image: -moz-linear-gradient(top,#e69710 0,#333333 10%); | |||
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e69710),color-stop(10%,#333333)); | |||
background-image: -webkit-linear-gradient(top,#e69710 0,#333333 10%); | |||
background-image: linear-gradient(#e69710 0,#333333 10%) | |||
} | } | ||
. | #left-navigation div.darkvectorTabs li.selected a,#right-navigation div.darkvectorTabs li.selected a,#left-navigation div.darkvectorTabs li.selected a:visited,#right-navigation div.darkvectorTabs li.selected a:visited { | ||
color: #D28A0D | |||
} | } | ||
. | #left-navigation div.darkvectorTabs li a,#right-navigation div.darkvectorTabs li a { | ||
color: #e69710 | |||
} | } | ||
#mw-head div.darkvectorMenu h3 span { | |||
color: #e69710 | |||
} | } | ||
. | div.darkvectorMenu ul { | ||
background-color: # | background-color: black; | ||
border: solid 1px #0c0c0c | |||
} | } | ||
. | div.darkvectorMenu li a { | ||
color: #e69710 | |||
} | } | ||
. | div.darkvectorMenu li.selected a,div.darkvectorMenu li.selected a:visited { | ||
color: #D28A0D; | |||
text-decoration: none | |||
} | } | ||
. | div.darkvectorMenu#p-cactions div.menu { | ||
border-color: #666 | |||
} | } | ||
. | div.darkvectorMenu#p-cactions ul { | ||
border: 0; | |||
background-color: #4c4c4c | |||
} | } | ||
#mw-navigation #mw-panel div.portal { | |||
background-image: none; | |||
border-top: 1px solid #4c4c4c | |||
} | } | ||
body { | |||
background-color: #2a2a2a | |||
} | } | ||
.mw- | .mw-body { | ||
border: 1px solid #250b2d; | |||
color: #c1c1c1; | |||
} | } | ||
div#simpleSearch { | |||
border: solid 1px #aaa; | |||
color: black; | |||
background-color: white; | |||
} | } | ||
div#simpleSearch input { | |||
color: black | |||
} | } | ||
div#simpleSearch #searchInput.placeholder { | |||
color: #999 | |||
} | } | ||
div#simpleSearch #searchInput:-ms-input-placeholder { | |||
color: #999 | |||
} | } | ||
div#simpleSearch #searchInput:-moz-placeholder { | |||
color: #999 | |||
} | } | ||
div.darkvectorTabs ul li { | |||
background-color: #f3f3f3; | |||
} | } | ||
div.darkvectorTabs li.new a,div.darkvectorTabs li.new a:visited { | |||
color: #a55858 | |||
} | } | ||
div.darkvectorTabs li a { | |||
color: #e69710; | |||
} | } | ||
. | div.darkvectorMenu h3 span { | ||
color: #656565 | |||
} | } | ||
. | div.darkvectorMenu div.menu { | ||
background-color: white; | |||
border: solid 1px silver; | |||
} | } | ||
. | div.darkvectorMenu li a { | ||
color: #e69710; | |||
} | } | ||
#mw-page-base { | |||
background-color: #2a2a2a; | |||
background-image: -moz-linear-gradient(top,#333333 50%,#2a2a2a 100%); | |||
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#333333),color-stop(100%,#2a2a2a)); | |||
background-image: -webkit-linear-gradient(top,#333333 50%,#2a2a2a 100%); | |||
background-image: linear-gradient(#333333 50%,#2a2a2a 100%); | |||
background-color: #333; | |||
} | } | ||
#mw-panel .portal h3 { | |||
font-size: .75em; | |||
color: #656565; | |||
font-weight: normal; | |||
#mw-panel .portal h3 { | |||
font-size: .75em; | |||
color: #656565; | |||
font-weight: normal; | |||
margin: 0; | margin: 0; | ||
padding: .25em 0 .25em .25em; | padding: .25em 0 .25em .25em; | ||
cursor: default; | cursor: default; | ||
border: none | border: none | ||
} | } | ||
Line 3,086: | Line 755: | ||
#mw-panel .portal .body ul li a:visited { | #mw-panel .portal .body ul li a:visited { | ||
color: #D28A0D | color: #D28A0D | ||
} | } | ||
.mw-prefs-buttons { | .mw-prefs-buttons { | ||
background-color: #4a4a4a | background-color: #4a4a4a | ||
} | } | ||
#footer ul li { | #footer ul li { | ||
color: #7c7c7c !important; | color: #7c7c7c !important; | ||
} | } | ||
.tocnumber { | .tocnumber { | ||
border-color: #666; | border-color: #666; | ||
color: #db8200 | color: #db8200 | ||
Line 3,166: | Line 771: | ||
.toctogglelabel { | .toctogglelabel { | ||
color: #db8200 | color: #db8200 | ||
} | } | ||
Line 3,209: | Line 813: | ||
@media screen and (min-width: 982px) { | @media screen and (min-width: 982px) { | ||
h1,h2,h3,h4,h5,h6 { | h1,h2,h3,h4,h5,h6 { | ||
color: #c1c1c1 | color: #c1c1c1 | ||
Line 3,262: | Line 832: | ||
color: #ccc !important; | color: #ccc !important; | ||
background-color: #4C4C4C !important; | background-color: #4C4C4C !important; | ||
} | } | ||
Line 3,316: | Line 881: | ||
.mw-rcfilters-ui-filterMenuHeaderWidget-title,.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,.mw-rcfilters-ui-menuSelectWidget-footer,.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { | .mw-rcfilters-ui-filterMenuHeaderWidget-title,.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,.mw-rcfilters-ui-menuSelectWidget-footer,.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { | ||
background-color: #606060 !important | background-color: #606060 !important | ||
} | } | ||
Line 3,333: | Line 894: | ||
} | } | ||
.ace-tm .ace_marker-layer .ace_selection { | .ace-tm .ace_marker-layer .ace_selection { | ||
Line 3,351: | Line 909: | ||
.ace-tm .ace_constant { | .ace-tm .ace_constant { | ||
color: #d44 !important | color: #d44 !important | ||
} | } | ||
.uls-menu,.mw-mmv-dialog { | .uls-menu,.mw-mmv-dialog { | ||
background-color: #606060 !important | background-color: #606060 !important | ||
} | } | ||
Line 3,390: | Line 934: | ||
.uls-lcd-region-section ul li:hover,.rc-footer { | .uls-lcd-region-section ul li:hover,.rc-footer { | ||
background-color: #707070 !important | background-color: #707070 !important | ||
} | } | ||
Line 3,441: | Line 974: | ||
a.new,#p-personal a.new { | a.new,#p-personal a.new { | ||
color: #d44 | color: #d44 | ||
} | } | ||
Line 3,455: | Line 984: | ||
background-color: #3d3d3d; | background-color: #3d3d3d; | ||
border-color: #666 | border-color: #666 | ||
} | } | ||
Line 3,479: | Line 1,002: | ||
.infobox th { | .infobox th { | ||
background: #4c4c4c | background: #4c4c4c | ||
} | } | ||
Line 3,496: | Line 1,011: | ||
background-color: transparent; | background-color: transparent; | ||
color: #D28A0D | color: #D28A0D | ||
} | } | ||
Line 3,508: | Line 1,019: | ||
.mw-datatable th,#rc-imageselect { | .mw-datatable th,#rc-imageselect { | ||
background-color: #4C4C4C !important | background-color: #4C4C4C !important | ||
} | } | ||
Line 3,548: | Line 1,055: | ||
.oo-ui-dropdownInputWidget select,.oo-ui-dropdownInputWidget.oo-ui-widget-enabled,.mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { | .oo-ui-dropdownInputWidget select,.oo-ui-dropdownInputWidget.oo-ui-widget-enabled,.mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { | ||
background-color: #4C4C4C !important | background-color: #4C4C4C !important | ||
} | } | ||
Line 3,737: | Line 1,240: | ||
div.emptyPortlet { | div.emptyPortlet { | ||
display: none | display: none | ||
} | } | ||
Line 3,833: | Line 1,331: | ||
font-size: .75em; | font-size: .75em; | ||
white-space: nowrap | white-space: nowrap | ||
} | } | ||
Line 3,870: | Line 1,359: | ||
color: black; | color: black; | ||
background-color: white; | background-color: white; | ||
background-position: top left; | background-position: top left; | ||
background-repeat: repeat-x | background-repeat: repeat-x | ||
Line 3,923: | Line 1,411: | ||
white-space: nowrap; | white-space: nowrap; | ||
overflow: hidden; | overflow: hidden; | ||
background-position: center center; | background-position: center center; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
Line 3,941: | Line 1,426: | ||
float: left; | float: left; | ||
height: 2.5em; | height: 2.5em; | ||
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 3,954: | Line 1,438: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
background-position: right bottom; | background-position: right bottom; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
Line 3,967: | Line 1,450: | ||
padding: 0; | padding: 0; | ||
background-color: #f3f3f3; | background-color: #f3f3f3; | ||
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
Line 3,979: | Line 1,461: | ||
div.darkvectorTabs li.new a,div.darkvectorTabs li.new a:visited { | div.darkvectorTabs li.new a,div.darkvectorTabs li.new a:visited { | ||
color: #a55858 | color: #a55858 | ||
} | } | ||
Line 4,011: | Line 1,489: | ||
div.darkvectorTabs span { | div.darkvectorTabs span { | ||
display: inline-block; | display: inline-block; | ||
background-position: bottom right; | background-position: bottom right; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
Line 4,039: | Line 1,516: | ||
#mw-head div.darkvectorMenu h3 { | #mw-head div.darkvectorMenu h3 { | ||
float: left; | float: left; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: bottom right; | background-position: bottom right; | ||
Line 4,065: | Line 1,541: | ||
width: 20px; | width: 20px; | ||
height: 2.5em; | height: 2.5em; | ||
background-position: 100% 70%; | background-position: 100% 70%; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 4,078: | Line 1,551: | ||
div.darkvectorMenu.menuForceShow h3 a { | div.darkvectorMenu.menuForceShow h3 a { | ||
background-position: 100% 100% | background-position: 100% 100% | ||
} | } | ||
Line 4,210: | Line 1,677: | ||
overflow: hidden; | overflow: hidden; | ||
background-position: 5px 60% | background-position: 5px 60% | ||
} | } | ||
Line 4,265: | Line 1,683: | ||
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
background-color: #2a2a2a; | background-color: #2a2a2a; | ||
background-image: -moz-linear-gradient(top,#333333 50%,#2a2a2a 100%); | background-image: -moz-linear-gradient(top,#333333 50%,#2a2a2a 100%); | ||
Line 4,337: | Line 1,754: | ||
background-position: top left; | background-position: top left; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
Latest revision as of 03:45, 7 August 2024
@media screen { a { color: #0645ad; } a:visited { color: #0b0080 } a:active { color: #faa700 } a.stub { color: #723 } a.new, #p-personal a.new { color: #d33 } a.new:visited, #p-personal a.new:visited { color: #a55858 } .mw-parser-output a.extiw, .mw-parser-output a.external { color: #36b } .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #636 } .mw-parser-output a.extiw:active, .mw-parser-output a.external:active { color: #b63 } hr { background-color: #a2a9b1; } h1, h2, h3, h4, h5, h6 { color: #000; } h1, h2 { border-bottom: 1px solid #a2a9b1 } code { color: #000; background-color: #f8f9fa; border: 1px solid #eaecf0; } pre, .mw-code { color: #000; background-color: #f8f9fa; border: 1px solid #eaecf0; } fieldset { border: 1px solid #2a4b8d; } .toc, .mw-warning, .toccolours { border: 1px solid #a2a9b1; background-color: #f8f9fa; } .tocnumber { color: #202122; } div.thumbinner { border: 1px solid #c8ccd1; background-color: #f8f9fa; } html .thumbimage { background-color: #fff; border: 1px solid #c8ccd1 } img.thumbborder { border: 1px solid #eaecf0 } .catlinks { border: 1px solid #a2a9b1; background-color: #f8f9fa; } textarea { border: 1px solid #c8ccd1 } .editOptions { background-color: #eaecf0; color: #202122; border: 1px solid #c8ccd1; } .usermessage { background-color: #ffce7b; border: 1px solid #ffa500; color: #000; } mark { background-color: #ff0; color: #000 } li span.deleted, span.history-deleted { color: #72777d; } .not-patrolled { background-color: #ffa } .unpatrolled { color: #d33 } .catlinks li { border-left: 1px solid #a2a9b1; } .autocomment, .autocomment a, .autocomment a:visited { color: #72777d } a.new { color: #ba0000 } .wikitable { background-color: #f8f9fa; color: #202122; border: 1px solid #a2a9b1; } .wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { border: 1px solid #a2a9b1; } .wikitable > tr > th, .wikitable > * > tr > th { background-color: #eaecf0; } .error { color: #d33 } .warning { color: #ac6600 } .success { color: #14866d } .mw-infobox { border: 2px solid #fc3; } .mw-datatable { border: 1px solid #a2a9b1; } .mw-datatable td, .mw-datatable th { border: 1px solid #a2a9b1; } .mw-datatable th { background-color: #eaeeff } .mw-datatable td { background-color: #fff } .mw-datatable tr:hover td { background-color: #eaf3ff } } .messagebox,.errorbox,.warningbox,.successbox { color: #000; } .messagebox { background-color: #eaecf0; border-color: #a2a9b1 } .errorbox { background-color: #fee7e6; border-color: #d33 } .warningbox { background-color: #fef6e7; border-color: #fc3 } .successbox { background-color: #d5fdf4; border-color: #14866d } @media print { body { background: #fff; color: #000; } pre,.mw-code { background: #fff; color: #000; border: 1pt dashed #000; } .mw-body { background: #fff; color: #000; } .toc { background-color: #f9f9f9; border: 1pt solid #aaa; padding: 5px; display: table } div.thumbinner { background-color: #fff; color: #666; } img.thumbborder { border: 1pt solid #ddd } .wikitable,.mw_metadata { background: #fff; border: 1pt solid #aaa; } .wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td,.mw_metadata th,.mw_metadata td { background: #fff !important; color: #000 !important; border: 1pt solid #aaa; } table.listing,table.listing td { border: 1pt solid #000; } .catlinks li { border-left: 1pt solid #aaa; } #footer { background: #fff; color: #000; border-top: 1pt solid #aaa; } } @media screen { body { background-color: #f6f6f6 } .mw-body { border: 1px solid #a7d7f9; background-color: #ffffff; color: #252525; } div#simpleSearch { border: solid 1px #aaa; color: black; background-color: white; } div#simpleSearch input { color: black } div#simpleSearch #searchInput.placeholder { color: #999 } div#simpleSearch #searchInput:-ms-input-placeholder { color: #999 } div#simpleSearch #searchInput:-moz-placeholder { color: #999 } div.darkvectorTabs ul li { background-color: #f3f3f3; } div.darkvectorTabs li.new a,div.darkvectorTabs li.new a:visited { color: #a55858 } div.darkvectorTabs li a { color: #0645ad; } div.darkvectorMenu div.menu { background-color: white; border: solid 1px silver; } div.darkvectorMenu li a { color: #0645ad; } .vector-menu-tabs-legacy .selected { background: #4d4d4d } .vector-menu-tabs-legacy li { background-image: linear-gradient(to top, #000000 0, #4d4d4d 1px, #777 100%); } .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading { background-image: none; background-repeat: no-repeat; background-size: 1px 100%; } #mw-page-base { background-color: #fbfbfb; background-image: -webkit-gradient(linear,right top,right bottom,color-stop(50%,#ffffff),color-stop(100%,#f6f6f6)); background-image: -webkit-linear-gradient(top,#ffffff 50%,#f6f6f6 100%); background-image: -moz-linear-gradient(top,#ffffff 50%,#f6f6f6 100%); background-image: linear-gradient(to bottom,#ffffff 50%,#f6f6f6 100%); background-color: #ffffff } div#mw-panel div.portal h3 { color: #4d4d4d; } div#mw-panel div.portal div.body ul li a { color: #0645ad } div#mw-panel div.portal div.body ul li a:visited { color: #0b0080 } h1,h2,h3,h4,h5,h6 { color: #c1c1c1 } div.mw-number-text { color: #888 !important } div.mw-number-text h3 { color: #c1c1c1 !important } hr { color: #222 } pre,.mw-code,.wikiEditor-ui-toolbar { color: #ccc !important; background-color: #4C4C4C !important; } .CategoryTreeToggle { color: #e69710 } .editOptions { color: #a8a8a8; background-color: #333; border-color: #4c4c4c } .oo-ui-tabOptionWidget,.oo-ui-tabSelectWidget-framed { color: #e69710 !important } .oo-ui-menuOptionWidget,.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { color: #a8a8a8 !important } .oo-ui-tabSelectWidget-framed,.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,.oo-ui-menuSelectWidget { background-color: #4c4c4c !important } .oo-ui-tabSelectWidget-framed,.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { border-color: #4c4c4c !important } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover,.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected,.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { background-color: #606060 !important; border-color: #4c4c4c !important } .mw-rcfilters-ui-filterMenuHeaderWidget-header,.mw-rcfilters-ui-filterMenuSectionOptionWidget,.oo-ui-popupWidget-popup { color: #a8a8a8 !important; background-color: #606060 !important; border-color: #4c4c4c !important } .mw-rcfilters-ui-filterMenuHeaderWidget-title,.mw-rcfilters-ui-itemMenuOptionWidget-label-title,.mw-rcfilters-ui-itemMenuOptionWidget-label-desc,.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title,.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,.mw-rcfilters-ui-menuSelectWidget-footer { color: #ccc !important } .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { color: #999 !important } .mw-rcfilters-ui-filterMenuHeaderWidget-title,.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,.mw-rcfilters-ui-menuSelectWidget-footer,.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { background-color: #606060 !important } input,textarea { background-color: #4c4c4c; border-color: #4c4c4c; color: #c1c1c1 } .ace-tm,.ace-tm .ace_gutter,.ace-tm .ace_gutter-active-line,.codeEditor-status { background-color: #4c4c4c !important; color: #c1c1c1 !important } .ace-tm .ace_marker-layer .ace_selection { background-color: #606060 !important } .ace-tm,.ace-tm .ace_gutter,.ace-tm .ace_gutter-active-line { border-color: #4c4c4c !important } .codeEditor-status { background-color: #4C4C4C !important } .ace-tm .ace_constant { color: #d44 !important } .uls-menu,.mw-mmv-dialog { background-color: #606060 !important } .uls-menu .uls-search { border-top-color: #e69710 !important; border-bottom-color: #e69710 !important } .uls-menu .uls-filtersuggestion { background-color: #909090 !important } .uls-menu .uls-title,.mw-mmv-options-text-header,.rc-anchor-light { color: #aaa !important } .uls-menu .uls-lcd-region-section .uls-lcd-region-title { color: #ccc !important } .uls-lcd-region-section ul li:hover,.rc-footer { background-color: #707070 !important } .mw-mmv-post-image,.mw-mmv-image-metadata { background-color: #4c4c4c !important } .mw-mmv-image-links li,.rc-report-problem-text { color: #bbb !important } .mw-mmv-post-image { color: #fff !important } .mw-mmv-options-dialog-header { color: #ccc !important } .mw-mmv-options-text-body { color: #999 !important } .mw-mmv-dialog .mw-mmv-dialog-down-arrow,.oo-ui-tagItemWidget.oo-ui-widget-enabled { background-color: #aaa !important } .smw-ask-otheroptions tr { background: #505050 none repeat scroll 0% 0% !important } a,.mw-body a.external,.mw-body a.extiw,.uls-language-list a { color: #e69710 !important } a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited { color: #db8200 } a.new,#p-personal a.new { color: #d44 } div.thumbinner,.catlinks { background-color: #4c4c4c; border-color: #666 } #toc,div.toc,ul#filetoc,li.gallerybox div.thumb { background-color: #3d3d3d; border-color: #666 } table.mw_metadata td,table.mw_metadata th,table.wikitable,table.wikitable > * > tr > th,table.wikitable > * > tr > td,pre { color: #c1c1c1; background-color: #4c4c4c; border-color: #666 } table.mw_metadata th,table.wikitable > * > tr > th { background-color: #595959 } .infobox > caption,.navbox2 th { background: #595959 } .infobox th { background: #4c4c4c } #preftoc li > a { border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-collapse: collapse; background-color: transparent; color: #D28A0D } .mw-warning-with-logexcerpt { color: #a9a9a9 } .mw-datatable th,#rc-imageselect { background-color: #4C4C4C !important } .oo-ui-textInputWidget input,.oo-ui-textInputWidget textarea,.oo-ui-tagMultiselectWidget-handle,div#simpleSearch #searchInput { background-color: #4C4C4C !important; color: #C1C1C1 !important } div#simpleSearch #searchButton { background-color: rgba(210,138,13,0.27) !important } .oo-ui-buttonElement-button,.mw-ui-button { color: #ffffff !important; background-color: #e69710 !important; border-color: #e69710 !important } .oo-ui-buttonElement-button:hover,.mw-ui-button:hover { color: #ffffff !important; background-color: #D28A0D !important; border-color: #D28A0D !important } .oo-ui-dropdownInputWidget select,.oo-ui-dropdownInputWidget.oo-ui-widget-enabled,.mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { background-color: #4C4C4C !important } table.diff { background-color: #4c4c4c } td .diffchange { color: #4c4c4c } .gallerytext p { color: rgba(0,0,0,0.8) } #left-navigation div.darkvectorTabs,#right-navigation div.darkvectorTabs { background-image: inherit; background-color: #250b2d } #left-navigation div.darkvectorTabs ul,#right-navigation div.darkvectorTabs ul { background-color: #250b2d } #left-navigation div.darkvectorTabs ul li,#right-navigation div.darkvectorTabs ul li { background-color: #222; background-image: -moz-linear-gradient(top,#2e2e2e 20%,#222222 100%); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#2e2e2e),color-stop(100%,#222222)); background-image: -webkit-linear-gradient(top,#2e2e2e 20%,#222222 100%); background-image: linear-gradient(#2e2e2e 20%,#222222 100%) } #left-navigation div.darkvectorTabs li.new a,#right-navigation div.darkvectorTabs li.new a,#left-navigation div.darkvectorTabs li.new a:visited,#right-navigation div.darkvectorTabs li.new a:visited { color: #d44 } #left-navigation div.darkvectorTabs li.selected,#right-navigation div.darkvectorTabs li.selected { background-color: #333; background-image: -moz-linear-gradient(top,#e69710 0,#333333 10%); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e69710),color-stop(10%,#333333)); background-image: -webkit-linear-gradient(top,#e69710 0,#333333 10%); background-image: linear-gradient(#e69710 0,#333333 10%) } #left-navigation div.darkvectorTabs li.selected a,#right-navigation div.darkvectorTabs li.selected a,#left-navigation div.darkvectorTabs li.selected a:visited,#right-navigation div.darkvectorTabs li.selected a:visited { color: #D28A0D } #left-navigation div.darkvectorTabs li a,#right-navigation div.darkvectorTabs li a { color: #e69710 } #mw-head div.darkvectorMenu h3 span { color: #e69710 } div.darkvectorMenu ul { background-color: black; border: solid 1px #0c0c0c } div.darkvectorMenu li a { color: #e69710 } div.darkvectorMenu li.selected a,div.darkvectorMenu li.selected a:visited { color: #D28A0D; text-decoration: none } div.darkvectorMenu#p-cactions div.menu { border-color: #666 } div.darkvectorMenu#p-cactions ul { border: 0; background-color: #4c4c4c } #mw-navigation #mw-panel div.portal { background-image: none; border-top: 1px solid #4c4c4c } body { background-color: #2a2a2a } .mw-body { border: 1px solid #250b2d; color: #c1c1c1; } div#simpleSearch { border: solid 1px #aaa; color: black; background-color: white; } div#simpleSearch input { color: black } div#simpleSearch #searchInput.placeholder { color: #999 } div#simpleSearch #searchInput:-ms-input-placeholder { color: #999 } div#simpleSearch #searchInput:-moz-placeholder { color: #999 } div.darkvectorTabs ul li { background-color: #f3f3f3; } div.darkvectorTabs li.new a,div.darkvectorTabs li.new a:visited { color: #a55858 } div.darkvectorTabs li a { color: #e69710; } div.darkvectorMenu h3 span { color: #656565 } div.darkvectorMenu div.menu { background-color: white; border: solid 1px silver; } div.darkvectorMenu li a { color: #e69710; } #mw-page-base { background-color: #2a2a2a; background-image: -moz-linear-gradient(top,#333333 50%,#2a2a2a 100%); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#333333),color-stop(100%,#2a2a2a)); background-image: -webkit-linear-gradient(top,#333333 50%,#2a2a2a 100%); background-image: linear-gradient(#333333 50%,#2a2a2a 100%); background-color: #333; } #mw-panel .portal h3 { font-size: .75em; color: #656565; font-weight: normal; margin: 0; padding: .25em 0 .25em .25em; cursor: default; border: none } #mw-panel .portal .body ul li a { color: #e69710 } #mw-panel .portal .body ul li a:visited { color: #D28A0D } .mw-prefs-buttons { background-color: #4a4a4a } #footer ul li { color: #7c7c7c !important; } .tocnumber { border-color: #666; color: #db8200 } .toctogglelabel { color: #db8200 } .mw-changeslist-legend { color: #a9a9a9; background-color: #404040 !important } ol.references li:target { background-color: #663300 } sup.reference:target { background-color: #663300 } .mw-editfont-monospace { background-color: #393939 } .diff.diff-contentalign-left { background-color: #393939 } .catlinks { background-color: #393939 } .mw-createacct-benefits-list p { color: #c9c9c9 } div#mw-panel div.portal div.body ul li a:visited { color: #db8200 } div#mw-panel div.portal div.body ul li a { color: #e69710 } } @media screen and (min-width: 982px) { h1,h2,h3,h4,h5,h6 { color: #c1c1c1 } div.mw-number-text { color: #888 !important } div.mw-number-text h3 { color: #c1c1c1 !important } hr { color: #222 } pre,.mw-code,.wikiEditor-ui-toolbar { color: #ccc !important; background-color: #4C4C4C !important; } .CategoryTreeToggle { color: #e69710 } .editOptions { color: #a8a8a8; background-color: #333; border-color: #4c4c4c } .oo-ui-tabOptionWidget,.oo-ui-tabSelectWidget-framed { color: #e69710 !important } .oo-ui-menuOptionWidget,.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { color: #a8a8a8 !important } .oo-ui-tabSelectWidget-framed,.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,.oo-ui-menuSelectWidget { background-color: #4c4c4c !important } .oo-ui-tabSelectWidget-framed,.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { border-color: #4c4c4c !important } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover,.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected,.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { background-color: #606060 !important; border-color: #4c4c4c !important } .mw-rcfilters-ui-filterMenuHeaderWidget-header,.mw-rcfilters-ui-filterMenuSectionOptionWidget,.oo-ui-popupWidget-popup { color: #a8a8a8 !important; background-color: #606060 !important; border-color: #4c4c4c !important } .mw-rcfilters-ui-filterMenuHeaderWidget-title,.mw-rcfilters-ui-itemMenuOptionWidget-label-title,.mw-rcfilters-ui-itemMenuOptionWidget-label-desc,.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title,.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,.mw-rcfilters-ui-menuSelectWidget-footer { color: #ccc !important } .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { color: #999 !important } .mw-rcfilters-ui-filterMenuHeaderWidget-title,.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,.mw-rcfilters-ui-menuSelectWidget-footer,.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { background-color: #606060 !important } input,textarea { background-color: #4c4c4c; border-color: #4c4c4c; color: #c1c1c1 } .ace-tm,.ace-tm .ace_gutter,.ace-tm .ace_gutter-active-line,.codeEditor-status { background-color: #4c4c4c !important; color: #c1c1c1 !important } .ace-tm .ace_marker-layer .ace_selection { background-color: #606060 !important } .ace-tm,.ace-tm .ace_gutter,.ace-tm .ace_gutter-active-line { border-color: #4c4c4c !important } .codeEditor-status { background-color: #4C4C4C !important } .ace-tm .ace_constant { color: #d44 !important } .uls-menu,.mw-mmv-dialog { background-color: #606060 !important } .uls-menu .uls-search { border-top-color: #e69710 !important; border-bottom-color: #e69710 !important } .uls-menu .uls-filtersuggestion { background-color: #909090 !important } .uls-menu .uls-title,.mw-mmv-options-text-header,.rc-anchor-light { color: #aaa !important } .uls-menu .uls-lcd-region-section .uls-lcd-region-title { color: #ccc !important } .uls-lcd-region-section ul li:hover,.rc-footer { background-color: #707070 !important } .mw-mmv-post-image,.mw-mmv-image-metadata { background-color: #4c4c4c !important } .mw-mmv-image-links li,.rc-report-problem-text { color: #bbb !important } .mw-mmv-post-image { color: #fff !important } .mw-mmv-options-dialog-header { color: #ccc !important } .mw-mmv-options-text-body { color: #999 !important } .mw-mmv-dialog .mw-mmv-dialog-down-arrow,.oo-ui-tagItemWidget.oo-ui-widget-enabled { background-color: #aaa !important } .smw-ask-otheroptions tr { background: #505050 none repeat scroll 0% 0% !important } a,.mw-body a.external,.mw-body a.extiw,.uls-language-list a { color: #e69710 !important } a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited { color: #db8200 } a.new,#p-personal a.new { color: #d44 } div.thumbinner,.catlinks { background-color: #4c4c4c; border-color: #666 } #toc,div.toc,ul#filetoc,li.gallerybox div.thumb { background-color: #3d3d3d; border-color: #666 } table.mw_metadata td,table.mw_metadata th,table.wikitable,table.wikitable > * > tr > th,table.wikitable > * > tr > td,pre { color: #c1c1c1; background-color: #4c4c4c; border-color: #666 } table.mw_metadata th,table.wikitable > * > tr > th { background-color: #595959 } .infobox > caption,.navbox2 th { background: #595959 } .infobox th { background: #4c4c4c } #preftoc li > a { border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-collapse: collapse; background-color: transparent; color: #D28A0D } .mw-warning-with-logexcerpt { color: #a9a9a9 } .mw-datatable th,#rc-imageselect { background-color: #4C4C4C !important } div#simpleSearch { background-color: transparent !important; background-image: none !important; border: none !important } .oo-ui-textInputWidget input,.oo-ui-textInputWidget textarea,.oo-ui-tagMultiselectWidget-handle,div#simpleSearch #searchInput { background-color: #4C4C4C !important; color: #C1C1C1 !important } div#simpleSearch #searchInput { height: 100% !important; padding: 0 !important } div#simpleSearch #searchButton { background-color: rgba(210,138,13,0.27) !important } .oo-ui-buttonElement-button,.mw-ui-button { color: #ffffff !important; background-color: #e69710 !important; border-color: #e69710 !important } .oo-ui-buttonElement-button:hover,.mw-ui-button:hover { color: #ffffff !important; background-color: #D28A0D !important; border-color: #D28A0D !important } .oo-ui-dropdownInputWidget select,.oo-ui-dropdownInputWidget.oo-ui-widget-enabled,.mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { background-color: #4C4C4C !important } table.diff { background-color: #4c4c4c } td .diffchange { color: #4c4c4c } #pagehistory li.selected,td.diff-context { background-color: inherit; color: inherit } #pagehistory li { border: 0 } .gallerytext p { color: rgba(0,0,0,0.8) } #left-navigation div.darkvectorTabs,#right-navigation div.darkvectorTabs { background-image: inherit; background-color: #250b2d } #left-navigation div.darkvectorTabs ul,#right-navigation div.darkvectorTabs ul { background-color: #250b2d } #left-navigation div.darkvectorTabs ul li,#right-navigation div.darkvectorTabs ul li { background-color: #222; background-image: -moz-linear-gradient(top,#2e2e2e 20%,#222222 100%); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#2e2e2e),color-stop(100%,#222222)); background-image: -webkit-linear-gradient(top,#2e2e2e 20%,#222222 100%); background-image: linear-gradient(#2e2e2e 20%,#222222 100%) } #left-navigation div.darkvectorTabs li.new a,#right-navigation div.darkvectorTabs li.new a,#left-navigation div.darkvectorTabs li.new a:visited,#right-navigation div.darkvectorTabs li.new a:visited { color: #d44 } #left-navigation div.darkvectorTabs li.selected,#right-navigation div.darkvectorTabs li.selected { background-color: #333; background-image: -moz-linear-gradient(top,#e69710 0,#333333 10%); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e69710),color-stop(10%,#333333)); background-image: -webkit-linear-gradient(top,#e69710 0,#333333 10%); background-image: linear-gradient(#e69710 0,#333333 10%) } #left-navigation div.darkvectorTabs li.selected a,#right-navigation div.darkvectorTabs li.selected a,#left-navigation div.darkvectorTabs li.selected a:visited,#right-navigation div.darkvectorTabs li.selected a:visited { color: #D28A0D } #left-navigation div.darkvectorTabs li a,#right-navigation div.darkvectorTabs li a { color: #e69710 } #left-navigation div.darkvectorTabs span,#right-navigation div.darkvectorTabs span { background: transparent } #mw-head #right-navigation div.darkvectorMenu h3 { background: inherit } #mw-head div.darkvectorMenu h3 span { color: #e69710 } div.darkvectorMenu h3 a { background: inherit } div.darkvectorMenu ul { background-color: black; border: solid 1px #0c0c0c } div.darkvectorMenu li a { color: #e69710 } div.darkvectorMenu li.selected a,div.darkvectorMenu li.selected a:visited { color: #D28A0D; text-decoration: none } div.darkvectorMenu#p-cactions div.menu { border-color: #666 } div.darkvectorMenu#p-cactions ul { border: 0; background-color: #4c4c4c } #mw-navigation #mw-panel div.portal { background-image: none; border-top: 1px solid #4c4c4c } #mw-navigation #mw-panel div.portal#p-logo,#mw-navigation #mw-panel div.portal#p-navigation { border-top: none } html { font-size: 100% } html,body { height: 100%; margin: 0; padding: 0; font-family: sans-serif } body { background-color: #2a2a2a } .mw-body { margin-left: 10em; padding: 1em; border: 1px solid #250b2d; border-right-width: 0; margin-top: -1px; background-color: #333; color: #c1c1c1; direction: ltr } .mw-body .mw-editsection,.mw-body .mw-editsection-like { font-family: sans-serif } .mw-body p { line-height: inherit; margin: 0.5em 0 } .mw-body h1,.mw-body h2,.mw-body #firstHeading { font-family: "Linux Libertine",Georgia,Times,serif; line-height: 1.3; margin-bottom: .25em; padding: 0 } .mw-body h1,.mw-body #firstHeading { font-size: 1.8em } .mw-body h2 { font-size: 1.5em; margin-top: 1em } .mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6 { line-height: 1.6; margin-top: .3em; margin-bottom: 0; padding-bottom: 0 } .mw-body h3 { font-size: 1.17em } .mw-body h3,.mw-body h4 { font-weight: bold } .mw-body h4,.mw-body h5,.mw-body h6 { font-size: 100% } .mw-body #toc h2,.mw-body .toc h2 { font-size: 100%; font-family: sans-serif } div.emptyPortlet { display: none } pre,.mw-code { line-height: 1.3em } #siteNotice { font-size: .8em } .redirectText { font-size: 140% } .redirectMsg img { vertical-align: text-bottom } .mw-body-content { position: relative; line-height: 1.6; font-size: .875em } body.darkvector-animateLayout .mw-body,body.darkvector-animateLayout #footer,body.darkvector-animateLayout #left-navigation { -webkit-transition: margin-left 250ms,padding 250ms; -moz-transition: margin-left 250ms,padding 250ms; -o-transition: margin-left 250ms,padding 250ms; transition: margin-left 250ms,padding 250ms } body.darkvector-animateLayout #p-logo { -webkit-transition: left 250ms; -moz-transition: left 250ms; -o-transition: left 250ms; transition: left 250ms } body.darkvector-animateLayout #mw-panel { -webkit-transition: padding-right 250ms; -moz-transition: padding-right 250ms; -o-transition: padding-right 250ms; transition: padding-right 250ms } body.darkvector-animateLayout #p-search { -webkit-transition: margin-right 250ms; -moz-transition: margin-right 250ms; -o-transition: margin-right 250ms; transition: margin-right 250ms } body.darkvector-animateLayout #p-personal { -webkit-transition: right 250ms; -moz-transition: right 250ms; -o-transition: right 250ms; transition: right 250ms } body.darkvector-animateLayout #mw-head-base { -webkit-transition: margin-left 250ms; -moz-transition: margin-left 250ms; -o-transition: margin-left 250ms; transition: margin-left 250ms } #p-personal { position: absolute; top: .33em; right: .75em; z-index: 100 } #p-personal h3 { display: none } #p-personal ul { list-style-type: none; list-style-image: none; margin: 0; padding-left: 10em } #p-personal li { line-height: 1.125em; float: left; margin-left: .75em; margin-top: .5em; font-size: .75em; white-space: nowrap } #p-search { float: left; margin-right: .5em; margin-left: .5em } #p-search h3 { display: none } #p-search form,#p-search input { margin: 0; margin-top: .4em } div#simpleSearch { display: block; width: 12.6em; padding-right: 1.4em; height: 1.4em; margin-top: .65em; position: relative; min-height: 1px; border: solid 1px #aaa; color: black; background-color: white; background-position: top left; background-repeat: repeat-x } div#simpleSearch input { margin: 0; padding: 0; border: 0; background-color: transparent; color: black } div#simpleSearch #searchInput { width: 100%; padding: .2em 0 .2em .2em; font-size: 13px; direction: ltr; -webkit-appearance: textfield } div#simpleSearch #searchInput:focus { outline: none } div#simpleSearch #searchInput.placeholder { color: #999 } div#simpleSearch #searchInput:-ms-input-placeholder { color: #999 } div#simpleSearch #searchInput:-moz-placeholder { color: #999 } div#simpleSearch #searchInput::-webkit-search-decoration,div#simpleSearch #searchInput::-webkit-search-cancel-button,div#simpleSearch #searchInput::-webkit-search-results-button,div#simpleSearch #searchInput::-webkit-search-results-decoration { -webkit-appearance: textfield } div#simpleSearch #searchButton,div#simpleSearch #mw-searchButton { position: absolute; top: 0; right: 0; width: 1.65em; height: 100%; cursor: pointer; text-indent: -99999px; line-height: 1; direction: ltr; white-space: nowrap; overflow: hidden; background-position: center center; background-repeat: no-repeat } div#simpleSearch #mw-searchButton { z-index: 1 } div.darkvectorTabs h3 { display: none } div.darkvectorTabs { float: left; height: 2.5em; background-position: bottom left; background-repeat: no-repeat; padding-left: 1px } div.darkvectorTabs ul { float: left; height: 100%; list-style-type: none; list-style-image: none; margin: 0; padding: 0; background-position: right bottom; background-repeat: no-repeat } div.darkvectorTabs ul li { float: left; line-height: 1.125em; display: inline-block; height: 100%; margin: 0; padding: 0; background-color: #f3f3f3; background-position: bottom left; background-repeat: repeat-x; white-space: nowrap } div.darkvectorTabs ul > li { display: block } div.darkvectorTabs li.new a,div.darkvectorTabs li.new a:visited { color: #a55858 } div.darkvectorTabs li.selected a,div.darkvectorTabs li.selected a:visited { color: #333; text-decoration: none } div.darkvectorTabs li.icon a { background-position: bottom right; background-repeat: no-repeat } div.darkvectorTabs li a { display: inline-block; height: 1.9em; padding-left: .5em; padding-right: .5em; color: #e69710; cursor: pointer; font-size: .8em } div.darkvectorTabs li > a { display: block } div.darkvectorTabs span { display: inline-block; background-position: bottom right; background-repeat: no-repeat } div.darkvectorTabs span a { display: inline-block; padding-top: 1.25em } div.darkvectorTabs span > a { float: left; display: block } div.darkvectorMenu { direction: ltr; float: left; cursor: pointer; position: relative } body.rtl div.darkvectorMenu { direction: rtl } #mw-head div.darkvectorMenu h3 { float: left; background-repeat: no-repeat; background-position: bottom right; margin-left: -1px; font-size: 1em; height: 2.5em; padding-right: 1px; margin-right: -1px } div.darkvectorMenu h3 span { display: block; font-size: .8em; padding-left: .7em; padding-top: 1.375em; margin-right: 20px; font-weight: normal; color: #656565 } div.darkvectorMenu h3 a { position: absolute; top: 0; right: 0; width: 20px; height: 2.5em; background-position: 100% 70%; background-repeat: no-repeat; -webkit-transition: background-position 250ms; -moz-transition: background-position 250ms; -o-transition: background-position 250ms; transition: background-position 250ms } div.darkvectorMenu.menuForceShow h3 a { background-position: 100% 100% } div.darkvectorMenu div.menu { min-width: 100%; position: absolute; top: 2.5em; left: -1px; background-color: white; border: solid 1px silver; border-top-width: 0; clear: both; text-align: left; display: none } div.darkvectorMenu:hover div.menu,div.darkvectorMenu.menuForceShow div.menu { display: block } div.darkvectorMenu ul { list-style-type: none; list-style-image: none; padding: 0; margin: 0; text-align: left } div.darkvectorMenu ul,x:-moz-any-link { min-width: 5em } div.darkvectorMenu ul,x:-moz-any-link,x:default { min-width: 0 } div.darkvectorMenu li { padding: 0; margin: 0; text-align: left; line-height: 1em } div.darkvectorMenu li a { display: inline-block; padding: .5em; white-space: nowrap; color: #e69710; cursor: pointer; font-size: .8em } div.darkvectorMenu li > a { display: block } div.darkvectorMenu li.selected a,div.darkvectorMenu li.selected a:visited { color: #333; text-decoration: none } @-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg) } } @-moz-keyframes rotate { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg) } } @-o-keyframes rotate { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes rotate { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg) } } #ca-unwatch.icon a,#ca-watch.icon a { margin: 0; padding: 0; display: block; width: 26px; padding-top: 3.1em; margin-top: 0; height: 0; overflow: hidden; background-position: 5px 60% } #mw-page-base { height: 5em; background-position: bottom left; background-repeat: repeat-x; background-color: #2a2a2a; background-image: -moz-linear-gradient(top,#333333 50%,#2a2a2a 100%); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#333333),color-stop(100%,#2a2a2a)); background-image: -webkit-linear-gradient(top,#333333 50%,#2a2a2a 100%); background-image: linear-gradient(#333333 50%,#2a2a2a 100%); background-color: #333 } #mw-head-base { margin-top: -5em; margin-left: 10em; height: 5em } #mw-head { position: absolute; top: 0; right: 0; width: 100% } #mw-head h3 { margin: 0; padding: 0 } #left-navigation { float: left; margin-left: 10em; margin-top: 2.5em; margin-bottom: -2.5em; display: inline } #right-navigation { float: right; margin-top: 2.5em } #p-logo { position: absolute; top: -160px; left: 0; width: 10em; height: 160px } #p-logo a { display: block; width: 10em; height: 160px; background-repeat: no-repeat; background-position: center center; text-decoration: none } #mw-panel { font-size: inherit; position: absolute; top: 160px; padding-top: 1em; width: 10em; left: 0 } #mw-panel .portal { margin: 0 .6em 0 .7em; padding: .25em 0; direction: ltr; background-position: top left; background-repeat: no-repeat; } #mw-panel .portal h3 { font-size: .75em; color: #656565; font-weight: normal; margin: 0; padding: .25em 0 .25em .25em; cursor: default; border: none } #mw-panel .portal .body { margin: 0 0 0 1.25em; padding-top: 0 } #mw-panel .portal .body ul { list-style-type: none; list-style-image: none; margin: 0; padding: 0 } #mw-panel .portal .body ul li { line-height: 1.125em; margin: 0; padding: .25em 0; font-size: .75em; word-wrap: break-word } #mw-panel .portal .body ul li a { color: #e69710 } #mw-panel .portal .body ul li a:visited { color: #D28A0D } #mw-panel .portal.first { background-image: none; margin-top: 0 } #mw-panel .portal.first h3 { display: none } #mw-panel .portal.first .body { margin-left: .5em } .mw-prefs-buttons { background-color: #4a4a4a } #footer { margin-left: 10em; margin-top: 0; padding: .75em; direction: ltr } #footer ul { list-style-type: none; list-style-image: none; margin: 0; padding: 0 } #footer ul li { margin: 0; padding: 0; padding-top: .5em; padding-bottom: .5em; color: #7c7c7c !important; font-size: .7em } #footer #footer-icons { float: right } #footer #footer-icons li { float: left; margin-left: .5em; line-height: 2em; text-align: right } #footer #footer-info li { line-height: 1.4em } #footer #footer-places li { float: left; margin-right: 1em; line-height: 2em } body.ltr #footer #footer-places { float: left } .mw-jump,#jump-to-nav { overflow: hidden; height: 0px } .tocnumber { list-style-type: inherit; background-color: transparent; border-color: #666; color: #db8200 } .toctogglelabel { cursor: pointer; color: #db8200 } .mw-changeslist-legend { color: #a9a9a9; background-color: #404040 !important } ol.references li:target { background-color: #663300 } sup.reference:target { background-color: #663300 } .mw-editfont-monospace { background-color: #393939 } .diff.diff-contentalign-left { background-color: #393939 } .catlinks { background-color: #393939 } .mw-createacct-benefits-list p { color: #c9c9c9 } div#mw-panel div.portal div.body ul li a:visited { color: #db8200 } div#mw-panel div.portal div.body ul li a { color: #e69710 } }