MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
text-align: left; | text-align: left; | ||
transition: all 0.2s; | transition: all 0.2s; | ||
border: 1px solid #aaa; | border: 1px solid #aaa;; | ||
} | } | ||
Revision as of 16:14, 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;;
}
.tooltip {
position: relative;
}
.tooltip:hover>.tooltiptext {
visibility: visible;
opacity: 1;
}
.vector-main-menu-action-opt-out {
display:none;
}