Перейти до вмісту

Шаблон:Ukr-heroes-table/styles.css

Матеріал з Вікіпедії — вільної енциклопедії.
/* Орден Держави (прижиттєво і посмертно) */
.ukrheroes tr.state {
   background-color:var(--background-color-base, #fff);
   color:inherit;
}

/* орден «Золота Зірка» (прижиттєво і посмертно) */
.ukrheroes tr.gold {
   background: LemonChiffon;
}

@media screen {
	html.skin-theme-clientpref-night .ukrheroes tr.gold {
		background: rgb(55, 44, 28);
	}
}
@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .ukrheroes tr.gold {
        background: rgb(55, 44, 28);
    }
}

/* нагороджені посмертно*/
.ukrheroes tr.posthum td:first-child:after {
   content: " †";
}
.ukrheroes tr.posthum td:first-child {
   border-left:5px solid;
}

/* Герої і двічі Герої Соціалістичної Праці */
.ukrheroes tr.ussr td:first-child:after, .ukrheroes tr.ussr-stripped td:first-child:after {
   content: "+ГСП";
   vertical-align: super;
   font-size: 70%;
}
.ukrheroes tr.ussr2 td:first-child:after {
   content: "+2ГСП";
   vertical-align: super;
   font-size: 70%;
}
.ukrheroes tr.ussr.posthum td:first-child a:after {
   content: " †";
}

.ukrheroes tr.state.stripped td:first-child:after, .ukrheroes tr.ussr-stripped td:first-child a:after {
   content: " (позбавлений звання)";
   color: red;
}
/* ширина колонки «Відзнака» */
.ukrheroes th:nth-child(3)
{
   width:110px;
}