Line 1: |
Line 1: |
| /* default colors */ | | /* default colors */ |
− | /*:root.skin-citizen-dark {--color-surface-0: #333232;}*/
| + | :root.skin-citizen-dark {--color-surface-0: #333232;} |
− | /*:root.skin-citizen-dark {--color-surface-1: #2B2A2B;}*/
| + | :root.skin-citizen-dark {--color-surface-1: #2B2A2B;} |
− | /*:root.skin-citizen-dark {--color-base: #C1C1C1;}*/
| |
− | :root.skin-citizen-dark {--color-base--emphasized: #C1C1C1;}
| |
− | :root.skin-citizen-dark {--color-base--subtle: #C1C1C1;}
| |
| | | |
| /* ui color */ | | /* ui color */ |
| + | h1, h2, h3, h4, h5, h6 {color: #C1C1C1;} |
| .list-header {background-color: #333232;} | | .list-header {background-color: #333232;} |
| .mw-footer {background-color: #2B2A2B;} | | .mw-footer {background-color: #2B2A2B;} |
Line 36: |
Line 34: |
| /* all pages */ | | /* all pages */ |
| .mw-htmlform-ooui-wrapper.oo-ui-layout.oo-ui-panelLayout.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {border-color: #A2A9B1;} | | .mw-htmlform-ooui-wrapper.oo-ui-layout.oo-ui-panelLayout.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {border-color: #A2A9B1;} |
− | .oo-ui-textInputWidget.oo-ui-inputWidget-input {background-color: #4C4C4C; border-color: #A2A8B0; color: #C1C1C1;}
| |
| #ooui-php-3 {background-color: #4C4C4C; border-color: #4C4C4C; color: #A8A8A8;} | | #ooui-php-3 {background-color: #4C4C4C; border-color: #4C4C4C; color: #A8A8A8;} |
| .oo-ui-fieldLayout-field {background: #333232;} | | .oo-ui-fieldLayout-field {background: #333232;} |
| + | .oo-ui-textInputWidget.oo-ui-inputWidget-input {background-color: #4C4C4C; border-color: #A2A8B0; color: #C1C1C1;} |
| .oo-ui-widget.oo-ui-widget-enabled.oo-ui-inputWidget.oo-ui-dropdownInputWidget.oo-ui-isMobile.mw-widget-namespaceInputWidget | | .oo-ui-widget.oo-ui-widget-enabled.oo-ui-inputWidget.oo-ui-dropdownInputWidget.oo-ui-isMobile.mw-widget-namespaceInputWidget |
| {background-color: #333232;} | | {background-color: #333232;} |
Line 66: |
Line 64: |
| #searchform-suggestions-footer {background-color: #2B2A2B;} | | #searchform-suggestions-footer {background-color: #2B2A2B;} |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {border-color: #E69710; background-color: #E69710;} | | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {border-color: #E69710; background-color: #E69710;} |
− | .oo-ui-buttonElement-button.mw-ui-button {border-color: #E69710; background-color: #E69710; color: #FFFFFF;}
| |
| .skin-citizen-dark .mw-search-profile-tabs {border-color: #C8CCD1; background-color: #333232;} | | .skin-citizen-dark .mw-search-profile-tabs {border-color: #C8CCD1; background-color: #333232;} |
| | | |