Common.css: различия между версиями
Материал из Blood on the Clocktower Wiki на русском
Нет описания правки Метки: ручная отмена отменено |
Нет описания правки Метка: отменено |
||
| Строка 5: | Строка 5: | ||
.star { | .star { | ||
font-size: x-large; | font-size: x-large; | ||
width: | width: 24px; | ||
display: inline-block; | display: inline-block; | ||
color: gray; | color: gray; | ||
| Строка 22: | Строка 22: | ||
color: gold; | color: gold; | ||
position: absolute; | position: absolute; | ||
margin-left: - | margin-left: -24px; | ||
width: | width: 12px; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
Версия от 22:20, 8 мая 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }
.star {
font-size: x-large;
width: 24px;
display: inline-block;
color: gray;
}
.star:last-child {
margin-right: 0;
}
.star:before {
content:'\2605';
}
.star.on {
color: gold;
}
.star.half:after {
content:'\2605';
color: gold;
position: absolute;
margin-left: -24px;
width: 12px;
overflow: hidden;
}
