Шаблон: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;
border-radius: 2px;
padding: .2em .5em;
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */