Перейти к содержанию

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

Материал из marxopedia
Нет описания правки
Нет описания правки
 
Строка 3: Строка 3:
body {
body {
font-family: "Inter", sans-serif;
font-family: "Inter", sans-serif;
}
/* Шаблон ОТексте*/
/****************************** Шаблон заголовка ******************************/
table.headertemplate {
width: 100%;
border: 1px solid #ADA;
background: #E4F2E4;
text-align: center;
font-size: 0.9em;
}
.headertemplate .header_backlink,
.headertemplate .header_forelink {
width: 20%;
font-size: 0.9em;
}
.headertemplate .header_title { width: 60%; }
.headertemplate .header_backlink { text-align: left; }
.headertemplate .header_forelink { text-align: right; }
.header_notes {
width: 100%;
border-bottom: 1px solid #A88;
background: #FAFAFF;
font-size: 0.9em;
}
}

Текущая версия от 21:41, 2 января 2025

/* Размещённый здесь CSS будет применяться ко всем темам оформления */

body {
	font-family: "Inter", sans-serif;
}

/* Шаблон ОТексте*/

/****************************** Шаблон заголовка ******************************/

table.headertemplate {
	width: 100%; 
	border: 1px solid #ADA; 
	background: #E4F2E4; 
	text-align: center; 
	font-size: 0.9em;
}
 
.headertemplate .header_backlink,
.headertemplate .header_forelink {
	width: 20%;
	font-size: 0.9em;
}
 
.headertemplate .header_title { width: 60%; }
.headertemplate .header_backlink { text-align: left; }
.headertemplate .header_forelink { text-align: right; }

.header_notes {
	width: 100%;
	border-bottom: 1px solid #A88;
	background: #FAFAFF;
	font-size: 0.9em;
}