MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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: #d4ff00;
}
.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%);
}