Don't Starve вики
Don't Starve вики
2144
страницы
Нет описания правки
Нет описания правки
Строка 54: Строка 54:
 
.page-Участник_अर्हत्_CookBook #WikiaRailWrapper {
 
.page-Участник_अर्हत्_CookBook #WikiaRailWrapper {
 
display:none !important;
 
display:none !important;
  +
}
  +
  +
.cookbook .sy {
  +
background-image: url(https://static.wikia.nocookie.net/dont-starve/images/0/02/Cellhover2.png/revision/latest?cb=20210129170730&path-prefix=ru) !important;
  +
border-color:#0000 !important;
  +
background:#0000;
  +
box-shadow:none !important;
  +
display: inline-block;
  +
}
  +
  +
.cookbook .sy:hover , .cookbook .sn:hover {
  +
background-image: url(https://static.wikia.nocookie.net/dont-starve/images/0/02/Cellhover2.png/revision/latest?cb=20210129170730&path-prefix=ru) !important;
  +
border-color:#0000 !important;
  +
background:#0000;
  +
box-shadow:none !important;
  +
}
  +
  +
.cookbook .sn {
  +
background-image: url(https://static.wikia.nocookie.net/dont-starve/images/a/a1/Cell2.png/revision/latest?cb=20210129170703&path-prefix=ru);
  +
display: inline-block;
 
}
 
}

Версия от 17:09, 29 января 2021

.toc ul, .toc ul ul {
    list-style: none;    
    margin-left:20px;
} 
.toc ul li:before {
    content: counters(tocitem,".") "."; 
}
.toc {
    border:none !important;
    border-left:4px solid #694F40 !important;
}

.activity-tabs .wds-tabs__tab:hover {
    box-shadow: inset 0 -2px 0 0 var(--themed-link-color);
}

/*COOKBOOK*/
.cookbook #default {
    text-align:center;
    top:-33px;
    left:132px;
    width:238px !important;
}

.cookbook #shef {
    top:-33px;
    left:349px;
    width:238px !important;
    text-align:center;
}

.cookbook #defaultshef div {
    background-image: url(https://vignette.wikia.nocookie.net/dont-starve/images/5/5f/Cbtab.png/revision/latest?cb=20201002180329&path-prefix=ru) !important;
    font-size:27px !important;
    border:none !important;
    height:38px;
    color: #000;
    padding-bottom:11px !important;
    font-size:28px; 
    font-family:'Konstanting';
    line-height:53px;
    cursor:pointer;
}
.cookbook .active {
    z-index:2 !important;
    border-radius:20px;
    color: #e2c39e !important; 
}

.cookbook #defaultshef div:not(.active):hover {
    color: #e2c39e; 
}

.page-Участник_अरहत_CookBook #WikiaRailWrapper {
    display:none !important;
}

.cookbook .sy {
    background-image: url(https://static.wikia.nocookie.net/dont-starve/images/0/02/Cellhover2.png/revision/latest?cb=20210129170730&path-prefix=ru) !important;
    border-color:#0000 !important;
    background:#0000;
    box-shadow:none !important;
    display: inline-block;
}
 
.cookbook .sy:hover , .cookbook .sn:hover {
    background-image: url(https://static.wikia.nocookie.net/dont-starve/images/0/02/Cellhover2.png/revision/latest?cb=20210129170730&path-prefix=ru) !important;
    border-color:#0000 !important;
    background:#0000;
    box-shadow:none !important;
}
 
.cookbook .sn {
    background-image: url(https://static.wikia.nocookie.net/dont-starve/images/a/a1/Cell2.png/revision/latest?cb=20210129170703&path-prefix=ru);
    display: inline-block;
}