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

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

Материал из marxopedia
Нет описания правки
Нет описания правки
 
(не показано 6 промежуточных версий этого же участника)
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Размещённый здесь CSS будет применяться ко всем темам оформления */


:root {
body {
  --font-size-medium: 17px;
font-family: "Inter", sans-serif;
}
}


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


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


body {
table.headertemplate {
text-align: justify;
width: 100%;  
border: 1px solid #ADA;
-webkit-hyphens: auto;
background: #E4F2E4;  
  -ms-hyphens: auto;
text-align: center;  
  hyphens: auto;
font-size: 0.9em;
 
}
  font-family: "Lora", serif;
font-optical-sizing: auto;
.headertemplate .header_backlink,
font-weight: 400;
.headertemplate .header_forelink {
font-style: normal;
width: 20%;
font-size: 0.9em;
}
}
.headertemplate .header_title { width: 60%; }
.headertemplate .header_backlink { text-align: left; }
.headertemplate .header_forelink { text-align: right; }


.vector-pinnable-element {
.header_notes {
  text-align: left;
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;
}