More actions
mNo edit summary |
mNo edit summary |
||
(65 intermediate revisions by the same user not shown) | |||
Line 19: | Line 19: | ||
} | } | ||
.suggestions-result-current {background-color:#070d36 !important;} | |||
.suggestions-results {background-color:#9aa8ce !important;} | |||
.suggestion-results, .suggestions-special, .oo-ui-menuSelectWidget {background-color:#8694ba !important;} | |||
.suggestions-special .special-label {color:#454545 !important ;} | |||
.wikiEditor-ui-toolbar {background-color:#4e578b !important;} | |||
.autocomment {color:#afafaf; } | .autocomment {color:#afafaf; } | ||
table.imbox {background-color:#4e578b !important;} | |||
table.ombox {background-color:#4e578b !important;} | |||
/* Navbox */ | |||
table.navbox th { background-color:#070d36 !important; } | table.navbox th { background-color:#070d36 !important; } | ||
table.navbox { border-color:#070d36 !important; } | table.navbox { border-color:#070d36 !important; } | ||
/* Infobox */ | |||
.infobox {border-color:#070d36 !important;} | .infobox {border-color:#070d36 !important;} | ||
.incell, .incell_top, .incell_bottom, .incell_topleft, .incell_topright, .incell_bottomleft, .incell_bottomright { background-color:#070d36 !important;} | .incell, .incell_top, .incell_bottom, .incell_topleft, .incell_topright, .incell_bottomleft, .incell_bottomright { background-color:#070d36 !important;} | ||
/* Drop Down Elements */ | |||
.dropdown ul {background-color:#070d36 !important;} | .dropdown ul {background-color:#070d36 !important;} | ||
.tabs-togglebox >*> .tabs-content {color:#172a58 !important;} | .tabs-togglebox >*> .tabs-content {color:#172a58 !important;} | ||
/* Templates */ | |||
.template-documentation, #documentation-meta-data { background-color:#070d36 !important; } | .template-documentation, #documentation-meta-data { background-color:#070d36 !important; } | ||
/* Upload Wizard */ | |||
.mwe-upwiz-file.filled .mwe-upwiz-visible-file { background-color:#26396d !important; } | .mwe-upwiz-file.filled .mwe-upwiz-visible-file { background-color:#26396d !important; } | ||
.mw-widget-calendarWidget-month, .mw-widget-calendarWidget-year {color:#1d1d1d !important ;} | |||
/* Calender */ | |||
.mw-widgets-datetime-calendarWidget.mw-widgets-datetime-calendarWidget-dependent { background-color:#324883 !important; } | .mw-widgets-datetime-calendarWidget.mw-widgets-datetime-calendarWidget-dependent { background-color:#324883 !important; } | ||
Line 45: | Line 72: | ||
.mw-widgets-datetime-dateTimeInputWidget-fields > .mw-widgets-datetime-dateTimeInputWidget-field {color:#d7d7d7 !important; } | .mw-widgets-datetime-dateTimeInputWidget-fields > .mw-widgets-datetime-dateTimeInputWidget-field {color:#d7d7d7 !important; } | ||
/* Etc. */ | |||
.mw_metadata th { background-color:#070d36 !important; } | |||
.oo-ui-buttonGroupWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-disabled > .oo-ui-buttonElement-button { background-color:#070d36 !important; } | |||
.mw-datatable tr:hover td { background-color:#070d36 !important; } | |||
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled { background-color:#324883 !important; } | |||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { background-color:#070d36 !important; } | |||
/* Citation */ | |||
ol.references > li:target, sup.reference:target, span.citation:target { background-color:#4e578b !important;} |
Latest revision as of 20:24, 7 September 2018
html {
--NOL-darkblack: #070d36;
--NOL-black: #172a58;
--NOL-darkcharcoal: #283a6a;
--NOL-charcoal:#26396d;
--NOL-lightcharcoal: #182651;
--NOL-dark-transp: #172a58;
--NOL-grey: #d7d7d7;
--NOL-lightgrey: #d7d7d7;
--NOL-red:#cb1818;
--NOL-burntgold: #c4a645;
--NOL-gold: #f1df74;
--NOL-whitegold: #d2e2ef;
--NOL-deepblue: #c5a63b;
--NOL-blue: #ccc;
--NOL-lightblue: #f4f1da;
--header:
url(https://i.imgur.com/RF5nQfw.jpg)
}
.suggestions-result-current {background-color:#070d36 !important;}
.suggestions-results {background-color:#9aa8ce !important;}
.suggestion-results, .suggestions-special, .oo-ui-menuSelectWidget {background-color:#8694ba !important;}
.suggestions-special .special-label {color:#454545 !important ;}
.wikiEditor-ui-toolbar {background-color:#4e578b !important;}
.autocomment {color:#afafaf; }
table.imbox {background-color:#4e578b !important;}
table.ombox {background-color:#4e578b !important;}
/* Navbox */
table.navbox th { background-color:#070d36 !important; }
table.navbox { border-color:#070d36 !important; }
/* Infobox */
.infobox {border-color:#070d36 !important;}
.incell, .incell_top, .incell_bottom, .incell_topleft, .incell_topright, .incell_bottomleft, .incell_bottomright { background-color:#070d36 !important;}
/* Drop Down Elements */
.dropdown ul {background-color:#070d36 !important;}
.tabs-togglebox >*> .tabs-content {color:#172a58 !important;}
/* Templates */
.template-documentation, #documentation-meta-data { background-color:#070d36 !important; }
/* Upload Wizard */
.mwe-upwiz-file.filled .mwe-upwiz-visible-file { background-color:#26396d !important; }
.mw-widget-calendarWidget-month, .mw-widget-calendarWidget-year {color:#1d1d1d !important ;}
/* Calender */
.mw-widgets-datetime-calendarWidget.mw-widgets-datetime-calendarWidget-dependent { background-color:#324883 !important; }
.mw-widgets-datetime-dateTimeInputWidget-handle { background-color:#324883 !important; }
.mw-widgets-datetime-dateTimeInputWidget-fields > .mw-widgets-datetime-dateTimeInputWidget-field {color:#d7d7d7 !important; }
/* Etc. */
.mw_metadata th { background-color:#070d36 !important; }
.oo-ui-buttonGroupWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-disabled > .oo-ui-buttonElement-button { background-color:#070d36 !important; }
.mw-datatable tr:hover td { background-color:#070d36 !important; }
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled { background-color:#324883 !important; }
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { background-color:#070d36 !important; }
/* Citation */
ol.references > li:target, sup.reference:target, span.citation:target { background-color:#4e578b !important;}