MediaWiki:Common.css: различия между версиями
Внешний вид
Alexey (обсуждение | вклад) мНет описания правки |
Alexey (обсуждение | вклад) Нет описания правки |
||
(не показаны 3 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь 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 { | |||
font- | 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; }