MediaWiki:Common.css: различия между версиями
Meduza (обсуждение | вклад) Нет описания правки |
Meduza (обсуждение | вклад) (Отмена правки 162, сделанной Meduza (обсуждение)) Метка: отмена |
||
Строка 20: | Строка 20: | ||
body, .mw-body-content h2 { | body, .mw-body-content h2 { | ||
font-family: 'Gilroy Regular'; | font-family: 'Gilroy Regular'; | ||
font-size: 1. | font-size: 1.1em; | ||
} | } | ||
Строка 33: | Строка 33: | ||
font-size: 1.3em; | font-size: 1.3em; | ||
color: #fff; | color: #fff; | ||
text-indent: 2em; | |||
line-height: 2.4; | |||
} | } | ||
.toctitle h2 { | .toctitle h2 { | ||
background-color: #fff; | background-color: #fff; | ||
color: #000; | |||
} | } | ||
body { | body { | ||
background: rgb(235, 120, 115); | |||
} | } | ||
#p-logo a { | #p-logo a { | ||
Строка 52: | Строка 54: | ||
margin-top: 11em; | margin-top: 11em; | ||
} | } | ||
.toc { | .toc { | ||
font-size: 1.3em; | |||
border: 4px solid rgb(212, 180, 125); | border: 4px solid rgb(212, 180, 125); | ||
background-color: #fff; | background-color: #fff; | ||
} | |||
.toc a { | |||
color: #000; | |||
} | } | ||
table.wikitable { | table.wikitable { | ||
background-color: rgb(212, 180, 125); | background-color: rgb(212, 180, 125); | ||
color: # | color: #000; | ||
margin: 1em 0; | margin: 1em 0; | ||
border: 2px solid rgb(212, 180, 125); | border: 2px solid rgb(212, 180, 125); | ||
Строка 84: | Строка 91: | ||
list-style-type: disc; | list-style-type: disc; | ||
list-style-image: url(222); | list-style-image: url(222); | ||
} | |||
.catlinks { | |||
border: 0px solid #000; | |||
background-color: #000; | |||
color: #fff; | |||
line-height: 2; | |||
text-indent: 1.2em; | |||
color: rgb(212, 180, 125); | |||
} | |||
.catlinks a { | |||
color: rgb(212, 180, 125); | |||
} | |||
.catlinks li { | |||
border-left: 1px solid rgb(212, 180, 125); | |||
} | |||
#mw-panel .portal .body li a:visited, #mw-panel .portal .body li a { | |||
color: #000; | |||
} | |||
#mw-panel .portal .body { | |||
margin-left: 0.5em; | |||
padding-top: 0; | |||
background-image: url(222); | |||
} | } |
Версия от 22:46, 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, .mw-body-content h2 {
font-family: 'Gilroy Regular';
font-size: 1.1em;
}
.firstHeading{
background-color: #fff;
}
.mw-body h1{
font-size: 2em;
}
.mw-body-content h2 {
background-color: rgb(235,120,115);
font-size: 1.3em;
color: #fff;
text-indent: 2em;
line-height: 2.4;
}
.toctitle h2 {
background-color: #fff;
color: #000;
}
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 {
font-size: 1.3em;
border: 4px solid rgb(212, 180, 125);
background-color: #fff;
}
.toc a {
color: #000;
}
table.wikitable {
background-color: rgb(212, 180, 125);
color: #000;
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, .mw-parser-output a.external {
text-decoration: none;
color: rgb(235, 120, 115);
background: none;
}
.mw-body h1, .mw-body-content h1 {
font-family: 'Gilroy Bold';
}
ul {
list-style-type: disc;
list-style-image: url(222);
}
.catlinks {
border: 0px solid #000;
background-color: #000;
color: #fff;
line-height: 2;
text-indent: 1.2em;
color: rgb(212, 180, 125);
}
.catlinks a {
color: rgb(212, 180, 125);
}
.catlinks li {
border-left: 1px solid rgb(212, 180, 125);
}
#mw-panel .portal .body li a:visited, #mw-panel .portal .body li a {
color: #000;
}
#mw-panel .portal .body {
margin-left: 0.5em;
padding-top: 0;
background-image: url(222);
}