Шаблон:Comment/песочница/styles.css: различия между версиями
< Шаблон:Comment | песочница
(Новая страница: «.ts-comment { position: relative; } .ts-comment [role=button] { border-bottom: 1px dotted; cursor: help; } .ts-comment [role=tooltip] { display: none; } .ts-comment [role=button]:hover + [role=tooltip], .ts-comment [role=button]:focus + [role=tooltip] { display: inline-block; position: absolute; z-index: 2; bottom: 1.5em; margin-left: -100%; margin-left: calc(-100% - 0.5em); min-width: 6em; background: #fff; border: 1px solid #c8ccd1; borde...») |
Импортёр (обсуждение | вклад) м (1 версия импортирована) |
(нет различий)
|
Текущая версия от 13:07, 1 мая 2024
.ts-comment {
position: relative;
}
.ts-comment [role=button] {
border-bottom: 1px dotted;
cursor: help;
}
.ts-comment [role=tooltip] {
display: none;
}
.ts-comment [role=button]:hover + [role=tooltip],
.ts-comment [role=button]:focus + [role=tooltip] {
display: inline-block;
position: absolute;
z-index: 2;
bottom: 1.5em;
margin-left: -100%;
margin-left: calc(-100% - 0.5em);
min-width: 6em;
background: #fff;
border: 1px solid #c8ccd1;
border-radius: 2px;
padding: .2em .5em;
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */