Действия

MediaWiki

Common.css: различия между версиями

Материал из Blood on the Clocktower Wiki на русском

Нет описания правки
Метка: отменено
Нет описания правки
 
(не показано 13 промежуточных версий 2 участников)
Строка 3: Строка 3:
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }


.star {
tr.border-bottom {
     font-size: x-large;
     border-bottom: 1px solid #BDA89A;
     width: 20px;
     padding: 50px;
    display: inline-block;
     margin: 50px;
     color: gray;
}
}
.star:last-child {
tr.border-bottom td {
     margin-right: 0;
     padding-top: 20px;
}
     padding-bottom: 20px;
.star:before {
    content:'\2605';
}
.star.on {
     color: gold;
}
.star.half:after {
    content:'\2605';
    color: gold;
    position: absolute;
    margin-left: -20px;
    width: 10px;
    overflow: hidden;
}
 
.rating {
    position: relative;
    display:inline-block;
    font-size: 50pt;
  height: 1em;
    line-height: 1em;
}
 
.rating:before {
    content: "\2606\2606\2606\2606\2606";
}
 
.rating:after {
    content: "\2605\2605\2605\2605\2605";
    position:absolute;
    left:0;
    overflow:hidden;
    width:var(--w,50%);
    color: rgb(255, 200, 0);
    z-index:-1;
}
}


li {
#edition-details,#character-details,#jinxes{
  display: table;
    background-color:rgba(255,255,255,0.75);
    padding-bottom:0.3em;
    padding-top:1.5em;
    margin-bottom:1.5em;
    border:1px #BDA89A solid
}
}

Текущая версия от 22:40, 5 октября 2024

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }

tr.border-bottom {
    border-bottom: 1px solid #BDA89A;
    padding: 50px;
    margin: 50px;
}
tr.border-bottom td {
    padding-top: 20px;
    padding-bottom: 20px;
}

#edition-details,#character-details,#jinxes{
    background-color:rgba(255,255,255,0.75);
    padding-bottom:0.3em;
    padding-top:1.5em;
    margin-bottom:1.5em;
    border:1px #BDA89A solid
}