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

Материал из Руководство по OpenKore
Перейти к навигации Перейти к поиску
 
(нет различий)

Текущая версия от 00:24, 22 января 2019

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
table.indextable {
	table-layout:fixed;
	width:98%;
	background-color: #f6f6f6;
	border: 1px #d5d5d5 solid;
	border-collapse: collapse;
}

table.indextable > tr > th,
table.indextable > tr > td,
table.indextable > * > tr > th,
table.indextable > * > tr > td {
	border: 1px #d5d5d5 solid;
	padding: 0.2em;
}
 
table.indextable > tr > th,
table.indextable > * > tr > th {
	background-color: #2ba6d1;
	color: #fff;
	font-size: 170%;
	padding: 10px 10px 10px 10px;
	border: 1px #d5d5d5 solid;
	font-weight: normal;
	
}

table.indextable > caption {
	font-weight: bold;
}