MediaWiki:Common.css: различия между версиями
Gabefrut (обсуждение | вклад) м (тултипы 2) |
Gabefrut (обсуждение | вклад) м (тултипы 3) |
||
Строка 5: | Строка 5: | ||
.tooltip > .text { | .tooltip > .text { | ||
text-decoration: underline dotted | cursor: help; | ||
text-decoration: underline dotted; | |||
} | } | ||
Версия от 19:27, 24 октября 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.tooltip {
position: relative;
}
.tooltip > .text {
cursor: help;
text-decoration: underline dotted;
}
.tooltip:hover .tooltip-content,
.tooltip-content:hover {
display: block;
}
.tooltip-content {
display: none;
position: absolute;
left: 0;
top: 1.2em;
width: 200px;
background: white;
padding: 4px;
margin: 0;
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 90px -20px, rgb(234, 236, 240) 0px 0px 0px 1px;
}