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 60: | Line 60: | ||
} | } | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement- | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
color: #aaff00; | 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; | |||
} | } |
Revision as of 19:39, 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, #ffffff 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(170,255,0,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;
}