More actions
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
.tabs-input { | .tabs-input { | ||
display: none !important; | display: none !important; | ||
} | |||
.fa { | |||
display: none !important; | |||
} | } | ||
mw.loader.load('//kit.fontawesome.com/90136e7f9b.js') | mw.loader.load('//kit.fontawesome.com/90136e7f9b.js') |
Revision as of 17:58, 30 May 2023
/* CSS placed here will be applied to all skins */
#wpTextbox1 {
width: 100%;
}
.tooltipshown {
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:#ffdd66
}
.tooltipshown:hover > .tooltiptext {
visibility: visible;
opacity: 1
}
.tabs-input {
display: none !important;
}
.fa {
display: none !important;
}
mw.loader.load('//kit.fontawesome.com/90136e7f9b.js')