MediaWiki:Common.css: различия между версиями
Внешний вид
FR (обсуждение | вклад) Нет описания правки |
Alexey (обсуждение | вклад) Нет описания правки |
||
(не показано 11 промежуточных версий 2 участников) | |||
Строка 2: | Строка 2: | ||
body { | 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; | |||
} | } |
Текущая версия от 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; }