MediaWiki:Common.css: различия между версиями
Meduza (обсуждение | вклад) Нет описания правки |
Meduza (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
@font-face { | @font-face { | ||
font-family: 'Gilroy | font-family: 'Gilroy Regular'; | ||
src: url('https://test09.rgdb.ru/fonts/Gilroy- | src: url('https://test09.rgdb.ru/fonts/Gilroy-Regular.eot'); | ||
src: url('https://test09.rgdb.ru/fonts/Gilroy- | src: url('https://test09.rgdb.ru/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), | ||
url('https://test09.rgdb.ru/fonts/Gilroy- | url('https://test09.rgdb.ru/fonts/Gilroy-Regular.woff') format('woff'), | ||
url('https://test09.rgdb.ru/fonts/Gilroy- | url('https://test09.rgdb.ru/fonts/Gilroy-Regular.ttf') format('truetype'); | ||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'Gilroy Bold'; | |||
src: url('https://test09.rgdb.ru/fonts/Gilroy-Bold.eot'); | |||
src: url('https://test09.rgdb.ru/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), | |||
url('https://test09.rgdb.ru/fonts/Gilroy-Bold.woff') format('woff'), | |||
url('https://test09.rgdb.ru/fonts/Gilroy-Bold.ttf') format('truetype'); | |||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
body { | body { | ||
font-family: 'Gilroy | font-family: 'Gilroy Regular'; | ||
font-size: | font-size: 1em; | ||
} | } | ||
Строка 67: | Строка 76: | ||
} | } | ||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
font-family: 'Gilroy | font-family: 'Gilroy Bold'; | ||
} | } |
Версия от 21:10, 25 июля 2019
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
@font-face {
font-family: 'Gilroy Regular';
src: url('https://test09.rgdb.ru/fonts/Gilroy-Regular.eot');
src: url('https://test09.rgdb.ru/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
url('https://test09.rgdb.ru/fonts/Gilroy-Regular.woff') format('woff'),
url('https://test09.rgdb.ru/fonts/Gilroy-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy Bold';
src: url('https://test09.rgdb.ru/fonts/Gilroy-Bold.eot');
src: url('https://test09.rgdb.ru/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
url('https://test09.rgdb.ru/fonts/Gilroy-Bold.woff') format('woff'),
url('https://test09.rgdb.ru/fonts/Gilroy-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Gilroy Regular';
font-size: 1em;
}
.firstHeading{
background-color: #fff;
}
.mw-body h1{
font-size: 2.4em;
}
.mw-body-content h2 {
background-color: rgb(235,120,115);
}
.toctitle h2 {
background-color: #fff;
}
body {
background: rgb(235, 120, 115);
}
#p-logo a {
width: 11.5em;
height: 320px;
}
#mw-panel {
padding-left: 0em;
}
#mw-panel #p-logo + .portal {
background-image: none;
margin-top: 11em;
}
.toc {
border: 4px solid rgb(212, 180, 125);
background-color: #fff;
}
table.wikitable {
background-color: rgb(212, 180, 125);
color: #222;
margin: 1em 0;
border: 2px solid rgb(212, 180, 125);
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
border: 2px solid rgb(212, 180, 125);
}
div.thumbinner {
border: 0px solid rgb(212, 180, 125);
background-color: rgb(212, 180, 125);
}
html .thumbimage {
background-color: rgb(212, 180, 125);
border: 0px solid rgb(212, 180, 125);
}
a, a:visited, .toctogglelabel {
text-decoration: none;
color: rgb(235, 120, 115);
background: none;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'Gilroy Bold';
}