MediaWiki:Common-ru.css

Материал из Terraria Wiki
Перейти к навигации Перейти к поиску

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
/***************************************
SPECIFIC RUSSIAN TERRARIA WIKI CSS-STYLE
***************************************/

/* Russian "Blocked" banner */
.blocked{
    background-image: url(https://static.wikia.nocookie.net/terraria_ru_gamepedia/images/c/c3/Blocked-ru.png/revision/latest?cb=20210115141140) !important;
}

/* Стили для [[Terraria Wiki:Проекты/Качество страниц]] */
#table-aq-legend td:first-child,
#table-aq-legend td:nth-child(2){
    text-align: center;
}

#aq-chart {
    width:100%;
    border-collapse:collapse;
    margin:2em 0;
}
#aq-chart td:not(:last-child) {
    border-right:1px solid;
    height:2em;
}
#aq-chart td:first-child, #aq-chart-legend tr:first-child td > div {
    background-color:#C82538;
}
#aq-chart td:nth-child(2), #aq-chart-legend tr:nth-child(2) td > div {
    background-color:#B13433;
}
#aq-chart td:nth-child(3), #aq-chart-legend tr:nth-child(3) td > div {
    background-color:#8D472B;
}
#aq-chart td:nth-child(4), #aq-chart-legend tr:nth-child(4) td > div {
    background-color:#675E24;
}
#aq-chart td:nth-child(5), #aq-chart-legend tr:nth-child(5) td > div {
    background-color:#45731E;
}
#aq-chart td:last-child, #aq-chart-legend tr:last-child td > div {
    background-color:#2E7F18;
}

#aq-chart-legend td > div {
    text-align:center;
    vertical-align:middle;
    width:1.8em;
    height:1.8em;
}
#aq-chart-legend td:nth-child(2) {
    padding:0 1.6em 0 1em;
}

/* Стили для [[Картины#Примечания]] */
#Paintings-chance-list li {
  line-height: 3em;
}

#Paintings-chance-list li > span:last-child {
  display: inline-block;
  width: 150px;
  text-align: right;
}

#Paintings-chance-list .i {
  display: inline-block;
  width: 195px;
}