MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
CliffracerX (talk | contribs) No edit summary |
CliffracerX (talk | contribs) No edit summary |
||
Line 33: | Line 33: | ||
.vector-menu-tabs-legacy li { | .vector-menu-tabs-legacy li { | ||
background-image: linear-gradient(to top, #9bbf30 0, #9bbf30 1px, # | background-image: linear-gradient(to top, #9bbf30 0, #9bbf30 1px, #1b1b1b 100%); | ||
} | } | ||
Line 57: | Line 57: | ||
.vector-menu-tabs,.vector-menu-tabs a,#mw-head .vector-menu-dropdown .vector-menu-heading { | .vector-menu-tabs,.vector-menu-tabs a,#mw-head .vector-menu-dropdown .vector-menu-heading { | ||
background-image: linear-gradient(to bottom,rgba( | background-image: linear-gradient(to bottom,rgba(27,27,27,0) 0,#aaff00 100%); | ||
} | } | ||
Line 99: | Line 99: | ||
.vector-menu-tabs-legacy .selected { | .vector-menu-tabs-legacy .selected { | ||
background: #aaff00; | background: #aaff00; | ||
background-image: linear-gradient(to top, #aaff00 0, #aaff00 1px, #1b1b1b 100%); | |||
} | } | ||
Line 104: | Line 105: | ||
background-color: #1b1b1b; | background-color: #1b1b1b; | ||
background-image: linear-gradient(to bottom, #111111 50%, #1b1b1b 100%); | background-image: linear-gradient(to bottom, #111111 50%, #1b1b1b 100%); | ||
} | |||
.mw-footer li { | |||
color: #ffffff; | |||
} | } |
Revision as of 20:02, 24 March 2024
/* CSS placed here will be applied to all skins */
.tooltip {
position: relative
}
.tooltiptext {
position: absolute;
display: block;
z-index: 2;
width: 250px;
padding: 10px;
visibility: hidden;
opacity: 0;
white-space: normal;
text-align: left;
transition: all 0.2s;
border: 1px solid #aaa;
background-color: #aaff00
}
.tooltip:hover>.tooltiptext {
visibility: visible;
opacity: 1
}
a {
color: #aaff00;
}
a:visited {
color: #afe60b;
}
.vector-menu-tabs-legacy li {
background-image: linear-gradient(to top, #9bbf30 0, #9bbf30 1px, #1b1b1b 100%);
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
color: #aaff00;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
color: #afe60b;
}
.vector-menu-tabs-legacy li a {
color: #dfff40;
}
.vector-menu-tabs-legacy li a:visited {
color: #cef218;
}
.mw-body {
border: 1px solid #aaff00;
}
.vector-menu-tabs,.vector-menu-tabs a,#mw-head .vector-menu-dropdown .vector-menu-heading {
background-image: linear-gradient(to bottom,rgba(27,27,27,0) 0,#aaff00 100%);
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: #aaff00;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
background-color: #aaff00;
border-color: #9bbf30;
}
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
background-color: #aaff00;
border-color: #9bbf30;
}
.vector-menu-dropdown .mw-list-item a {
color: #aaff00;
}
.vector-menu-dropdown .mw-list-item a:visited {
color: #afe60b;
}
body {
background-color: #1b1b1b;
color: #ffffff;
}
.mw-body,.parsoid-body {
background-color: #333333;
color: #ffffff;
}
.toc {
background-color: #666666;
border: 1pt solid #555555;
}
.vector-menu-tabs-legacy .selected {
background: #aaff00;
background-image: linear-gradient(to top, #aaff00 0, #aaff00 1px, #1b1b1b 100%);
}
#mw-page-base {
background-color: #1b1b1b;
background-image: linear-gradient(to bottom, #111111 50%, #1b1b1b 100%);
}
.mw-footer li {
color: #ffffff;
}