Шаблон:Россия/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
TSP (обсуждение | вклад) Контрастный? |
||
| (не показано 38 промежуточных версий 2 участников) | |||
| Строка 1: | Строка 1: | ||
/* Для шаблона {{Россия}} */ | |||
.russia-body { | |||
text-align: left; | |||
} | |||
.russia-header { | .russia-header { | ||
background: #B0C4DE; | background: #B0C4DE; | ||
color: | color: #0645AD; | ||
font-size: | font-size: larger; | ||
} | } | ||
.russia-even { | .russia-even { | ||
background: #FFFAF0; | background: #FFFAF0; | ||
border-top: | border-top: silver 1px solid; | ||
padding-left: 5px; | padding-left: 5px; | ||
} | } | ||
.russia-odd { | .russia-odd { | ||
border-top: | border-top: silver 1px solid; | ||
padding-left:5px; | padding-left: 5px; | ||
} | } | ||
.russia-image, .navbox .russia-headers { | .russia-image, .russia-headers, .navbox .russia-headers { | ||
background: #B0C4DE; | background: #B0C4DE; | ||
text-align: center; | text-align: center; | ||
| Строка 23: | Строка 25: | ||
font-weight: bold; | font-weight: bold; | ||
background-color: #B0C4DE; | background-color: #B0C4DE; | ||
font-size: larger; | |||
} | |||
.russia-block:not(:last-child) { | |||
margin-bottom: 2px; | |||
} | |||
/* Для шаблона {{Слуги}} */ | |||
.servants-body { | |||
text-align: left; | |||
} | |||
.servants-header, .navbox .servants-header { | |||
background: white; | |||
color: #0645AD; | |||
font-size: larger; | |||
} | |||
.servants-header a, .servants-header .plainlinksneverexpand a { | |||
color: #0039A6; | |||
} | |||
.servants-even { | |||
background: #FFFAF0; | |||
border-top: silver 1px solid; | |||
padding-left: 5px; | |||
} | |||
.servants-odd { | |||
border-top: silver 1px solid; | |||
padding-left: 5px; | |||
} | |||
.servants-image { | |||
background: white; | |||
text-align: center; | |||
} | |||
.servants-princes a { | |||
color: red; | |||
} | |||
.servants-mud a { | |||
color: blue; | |||
} | |||
/* Для шаблона {{Союзники}} */ | |||
.allies-body { | |||
text-align: left; | |||
} | |||
.allies-header, .navbox .allies-header { | |||
background: #0039A6; | |||
color: white; | |||
font-size: larger; | |||
} | |||
.allies-header a, .allies-header .plainlinksneverexpand a { | |||
color: white; | |||
} | |||
.allies-even { | |||
background: #FFFAF0; | |||
border-top: cornflowerblue 1px solid; | |||
padding-left: 5px; | |||
} | |||
.allies-odd { | |||
border-top: cornflowerblue 1px solid; | |||
padding-left: 5px; | |||
} | |||
.allies-image { | |||
background: cornflowerblue; | |||
text-align: center; | |||
} | |||
.allies-army a { | |||
color: #FFC0CB; | |||
} | |||
.allies-navy a { | |||
color: white; | |||
} | |||
/* Для шаблона {{Враги}} */ | |||
.enemies-body { | |||
text-align: left; | |||
} | |||
.enemies-header, .navbox .enemies-header { | |||
background: #D52B1E; | |||
color: white; | |||
font-size: larger; | |||
} | |||
.enemies-header a, .enemies-header .plainlinksneverexpand a { | |||
color: white; | color: white; | ||
} | } | ||
. | .enemies-even { | ||
background: #FFFAF0; | |||
border-top: silver 1px solid; | |||
padding-left: 5px; | |||
} | |||
.enemies-odd { | |||
border-top: silver 1px solid; | |||
padding-left: 5px; | |||
} | |||
.enemies-image { | |||
background: #FA8072; | |||
text-align: center; | |||
} | |||
.enemies-external a { | |||
color: blue; | |||
} | |||
.enemies-internal a { | |||
color: white; | color: white; | ||
} | } | ||
. | /* Прочее */ | ||
.remark { | |||
font-size: 80%; | |||
} | |||
.mw-collapsible-toggle { | |||
font-size: 100%; | |||
} | |||
.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child::before { | |||
content: '[разверзнуть]' !important; | |||
} | } | ||
Текущая версия от 13:55, 7 ноября 2021
/* Для шаблона {{Россия}} */
.russia-body {
text-align: left;
}
.russia-header {
background: #B0C4DE;
color: #0645AD;
font-size: larger;
}
.russia-even {
background: #FFFAF0;
border-top: silver 1px solid;
padding-left: 5px;
}
.russia-odd {
border-top: silver 1px solid;
padding-left: 5px;
}
.russia-image, .russia-headers, .navbox .russia-headers {
background: #B0C4DE;
text-align: center;
}
.russia-footer {
font-weight: bold;
background-color: #B0C4DE;
font-size: larger;
}
.russia-block:not(:last-child) {
margin-bottom: 2px;
}
/* Для шаблона {{Слуги}} */
.servants-body {
text-align: left;
}
.servants-header, .navbox .servants-header {
background: white;
color: #0645AD;
font-size: larger;
}
.servants-header a, .servants-header .plainlinksneverexpand a {
color: #0039A6;
}
.servants-even {
background: #FFFAF0;
border-top: silver 1px solid;
padding-left: 5px;
}
.servants-odd {
border-top: silver 1px solid;
padding-left: 5px;
}
.servants-image {
background: white;
text-align: center;
}
.servants-princes a {
color: red;
}
.servants-mud a {
color: blue;
}
/* Для шаблона {{Союзники}} */
.allies-body {
text-align: left;
}
.allies-header, .navbox .allies-header {
background: #0039A6;
color: white;
font-size: larger;
}
.allies-header a, .allies-header .plainlinksneverexpand a {
color: white;
}
.allies-even {
background: #FFFAF0;
border-top: cornflowerblue 1px solid;
padding-left: 5px;
}
.allies-odd {
border-top: cornflowerblue 1px solid;
padding-left: 5px;
}
.allies-image {
background: cornflowerblue;
text-align: center;
}
.allies-army a {
color: #FFC0CB;
}
.allies-navy a {
color: white;
}
/* Для шаблона {{Враги}} */
.enemies-body {
text-align: left;
}
.enemies-header, .navbox .enemies-header {
background: #D52B1E;
color: white;
font-size: larger;
}
.enemies-header a, .enemies-header .plainlinksneverexpand a {
color: white;
}
.enemies-even {
background: #FFFAF0;
border-top: silver 1px solid;
padding-left: 5px;
}
.enemies-odd {
border-top: silver 1px solid;
padding-left: 5px;
}
.enemies-image {
background: #FA8072;
text-align: center;
}
.enemies-external a {
color: blue;
}
.enemies-internal a {
color: white;
}
/* Прочее */
.remark {
font-size: 80%;
}
.mw-collapsible-toggle {
font-size: 100%;
}
.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child::before {
content: '[разверзнуть]' !important;
}