MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
visibility: visible; | visibility: visible; | ||
opacity: 1; | opacity: 1; | ||
} | |||
.vector-main-menu-action-opt-out { | |||
display:none; | |||
} | } | ||
Revision as of 15:29, 8 November 2025
/* CSS placed here will be applied to all skins */
.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: #ffdd66;
}
.tooltip {
position: relative;
}
.tooltip:hover>.tooltiptext {
visibility: visible;
opacity: 1;
}
.vector-main-menu-action-opt-out {
display:none;
}