MediaWiki:Darkvector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 106: | Line 106: | ||
.infobox th { | .infobox th { | ||
background: #203e65; | background: #203e65; | ||
} | |||
table { | |||
width: 100%; | |||
} | } | ||
table.ambox-content { | table.ambox-content { | ||
Line 183: | Line 186: | ||
} | } | ||
.CodeMirror, .mw-code, .wikiEditor-ui-toolbar { | .CodeMirror, .mw-code, .wikiEditor-ui-toolbar { | ||
background-color: # | background-color: #171717 !important; | ||
} | } | ||
.editOptions { | .editOptions { | ||
Line 199: | Line 202: | ||
border-color: #6660; | border-color: #6660; | ||
} | } | ||
.wikiEditor-ui .wikiEditor-ui-view { | |||
border: 1px solid #10b4e6; | |||
} | |||
.wikiEditor-ui-toolbar .group .label { | |||
float: left; | |||
border: 0; | |||
height: 22px; | |||
line-height: 22px; | |||
margin: 2px 8px 2px 5px; | |||
margin-left: 5px; | |||
color: #fff; | |||
cursor: default; | |||
} | |||
.mw-editform #wpTextbox1 { | |||
margin: 5px; | |||
display: block; | |||
max-height: 100vh; | |||
min-height: 5em; | |||
} | |||
.wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .section-secondary .group { | |||
border-color: #0000; | |||
} | |||
.wikiEditor-ui .wikiEditor-ui-top { | |||
position: relative; | |||
border-bottom: 1px solid #10b4e6; | |||
} | |||
.wikiEditor-ui-toolbar .sections .section { | |||
border-top: 0; | |||
} | |||
.mw-editfont-monospace { | |||
background-color: #202020; | |||
} | |||
.catlinks { | |||
background-color: #262626; | |||
} | |||
.mw-body h3 { | |||
font-size: 1.25em; | |||
} | |||
.mw-body-content { | |||
line-height: 1.6; | |||
font-size: 0.925em; | |||
} |
Latest revision as of 21:52, 28 March 2024
/* CSS placed here will affect users of the DarkVector skin */
body {
background-color: #171717;
}
#mw-page-base {
background-image: linear-gradient(#222 25%,#171717 100%);
}
.mw-body {
margin-left: 10em;
padding: 1em;
border: 1px solid #0b182d;
border-right-width: 1px;
border-right-width: 0;
margin-top: -1px;
background-color: #262626;
color: #c1c1c1;
direction: ltr;
}
.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
border-color: #10b4e6;
}
.mw-prefs-buttons {
background-color: #262626;
-webkit-position: sticky;
position: sticky;
bottom: 0;
margin-top: -1px;
border-top: 1px solid #10b4e6;
padding: 1em 0;
box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.25);
}
a {
color: #10b4e6 !important;
}
a:visited {
color: #00db93 !important;
}
#left-navigation div.darkvectorTabs li.selected, #right-navigation div.darkvectorTabs li.selected {
background-image: linear-gradient(#10b4e6 0,#262626 10%);
}
#left-navigation div.darkvectorTabs ul li, #right-navigation div.darkvectorTabs ul li {
background-image: linear-gradient(#3a3a3a 20%,#262626 100%);
}
#mw-head div.darkvectorMenu h3 span {
color: #10b4e6;
}
.oo-ui-buttonElement-button, .mw-ui-button {
color: #ffffff !important;
background-color: #0278bf !important;
border-color: #fff0 !important;
}
.oo-ui-buttonElement-button:hover, .mw-ui-button:hover {
color: #ffffff !important;
background-color: #0DADD2 !important;
border-color: #FFF0 !important;
}
.oo-ui-tabOptionWidget, .oo-ui-tabSelectWidget-framed {
color: #00c3ff !important;
}
.oo-ui-labelWidget.oo-ui-inline-help {
display: block;
color: #cead60;
font-size: 0.92857143em;
}
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea, .oo-ui-tagMultiselectWidget-handle, div#simpleSearch #searchInput {
background-color: #2F2F2F !important;
color: #C1C1C1 !important;
}
.oo-ui-tabSelectWidget-framed, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, .oo-ui-menuSelectWidget {
background-color: #1c1c1c !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: #28496d !important;
border-color: #dbaf00 !important;
}
div#simpleSearch #searchButton {
background-color: rgba(0, 112, 255, 0.27) !important;
}
.infobox > caption, .navbox2 th {
background: #10b4e6;
}
.infobox {
border: 1px solid #10b4e6;
border-spacing: 3px;
background-color: #f8f9fa;
color: #FFF;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 88%;
line-height: 1.5em;
background-color: #1a1a1a !important;
}
.infobox th {
background: #203e65;
}
table {
width: 100%;
}
table.ambox-content {
border-left: 10px solid #f28500;
border-right: 1px solid #f28500;
border-top: 1px solid #f28500;
border-bottom: 1px solid #f28500;
}
table.ambox {
margin: 0 10%;
margin-top: 5px;
background-color: #171717;
box-sizing: border-box;
}
table.ambox-notice {
border-left: 10px solid #36c;
border-right: 1px solid #36c;
border-top: 1px solid #36c;
border-bottom: 1px solid #36c;
}
table.ambox-style {
border-left: 10px solid #fc3;
border-right: 1px solid #fc3;
border-top: 1px solid #fc3;
border-bottom: 1px solid #fc3;
}
table.ambox-delete {
border-left: 10px solid #b32424;
border-right: 1px solid #b32424;
border-top: 1px solid #b32424;
border-bottom: 1px solid #b32424;
}
table.ambox-move {
border-left: 10px solid #9932cc;
border-right: 1px solid #9932cc;
border-top: 1px solid #9932cc;
border-bottom: 1px solid #9932cc;
}
#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 !important;
}
#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 !important;
}
.toctogglelabel {
cursor: pointer;
color: #10b4e6;
}
.tocnumber {
list-style-type: inherit;
background-color: transparent;
border-color: #666;
color: #dbaf00;
}
.navbox {
box-sizing: border-box;
border: 1px solid #171717;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;
}
.navbox, .navbox-subgroup {
background-color: #171717;
}
tr + tr > .navbox-abovebelow, tr + tr > .navbox-group, tr + tr > .navbox-image, tr + tr > .navbox-list {
border-top: #fff0;
}
.navbox-even {
background-color: #fff0;
}
.ace-tm, .ace-tm .ace_gutter, .ace-tm .ace_gutter-active-line, .codeEditor-status {
background-color: #151515 !important;
color: #c1c1c1 !important;
}
.CodeMirror, .mw-code, .wikiEditor-ui-toolbar {
background-color: #171717 !important;
}
.editOptions {
color: #e6e6e6;
background-color: #262626;
border-color: #fff0;
}
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre {
padding-left: 1.5em;
box-shadow: inset 0.75em 0 0 #10b4e642;
}
table.mw_metadata td, table.mw_metadata th, table.wikitable, table.wikitable > * > tr > th, table.wikitable > * > tr > td, pre {
color: #c1c1c1;
background-color: #1e1e1e;
border-color: #6660;
}
.wikiEditor-ui .wikiEditor-ui-view {
border: 1px solid #10b4e6;
}
.wikiEditor-ui-toolbar .group .label {
float: left;
border: 0;
height: 22px;
line-height: 22px;
margin: 2px 8px 2px 5px;
margin-left: 5px;
color: #fff;
cursor: default;
}
.mw-editform #wpTextbox1 {
margin: 5px;
display: block;
max-height: 100vh;
min-height: 5em;
}
.wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .section-secondary .group {
border-color: #0000;
}
.wikiEditor-ui .wikiEditor-ui-top {
position: relative;
border-bottom: 1px solid #10b4e6;
}
.wikiEditor-ui-toolbar .sections .section {
border-top: 0;
}
.mw-editfont-monospace {
background-color: #202020;
}
.catlinks {
background-color: #262626;
}
.mw-body h3 {
font-size: 1.25em;
}
.mw-body-content {
line-height: 1.6;
font-size: 0.925em;
}