MediaWiki:Common.css: различия между версиями
Meduza (обсуждение | вклад) Нет описания правки |
Meduza (обсуждение | вклад) Нет описания правки |
||
(не показано 36 промежуточных версий 2 участников) | |||
Строка 1: | Строка 1: | ||
@font-face { | @font-face { | ||
font-family: 'Gilroy Regular'; | font-family: 'Gilroy Regular'; | ||
src: url(' | src: url('/fonts/Gilroy-Regular.eot'); | ||
src: url(' | src: url('/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), | ||
url(' | url('/fonts/Gilroy-Regular.woff') format('woff'), | ||
url(' | url('/fonts/Gilroy-Regular.ttf') format('truetype'); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
Строка 11: | Строка 10: | ||
@font-face { | @font-face { | ||
font-family: 'Gilroy Bold'; | font-family: 'Gilroy Bold'; | ||
src: url(' | src: url('/fonts/Gilroy-Bold.eot'); | ||
src: url(' | src: url('/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), | ||
url(' | url('/fonts/Gilroy-Bold.woff') format('woff'), | ||
url(' | url('/fonts/Gilroy-Bold.ttf') format('truetype'); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
Строка 20: | Строка 19: | ||
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; | ||
} | } | ||
.firstHeading{ | .firstHeading{ | ||
background-color: #fff; | background-color: #fff; | ||
} | |||
.mw-body { | |||
border: 0px solid #fff; | |||
} | } | ||
.mw-body h1{ | .mw-body h1{ | ||
Строка 30: | Строка 32: | ||
} | } | ||
.mw-body-content h2 { | .mw-body-content h2 { | ||
background-color: rgb( | background-color: rgb(240,144,138); | ||
font-size: 1.3em; | font-size: 1.3em; | ||
color: #fff; | color: #fff; | ||
text-indent: 2em; | text-indent: 2em; | ||
line-height: 2.4; | |||
border-bottom: 0px solid #fff; | |||
} | } | ||
.toctitle h2 { | .toctitle h2 { | ||
background-color: # | background-color: #F7EDEE; | ||
color: #000; | |||
} | |||
body, #mw-head { | |||
background: #F7EDEE; | |||
padding-bottom: 13px; | |||
} | } | ||
#p-logo { | |||
width: 11em; | |||
height: 200px; | |||
} | } | ||
#p-logo a { | #p-logo a { | ||
width: | |||
height: | width: 11em; | ||
height: 360px; | |||
} | |||
.mw-wiki-logo { | |||
background: no-repeat center url(/resources/assets/logo-prodetlit-400x800.png?79e44); | |||
background-size: 9em; | |||
} | } | ||
#mw-panel { | #mw-panel { | ||
Строка 52: | Строка 67: | ||
margin-top: 11em; | margin-top: 11em; | ||
} | } | ||
.toc { | .toc { | ||
border: 4px solid | font-size: 1.3em; | ||
background-color: # | border: 4px solid #F7EDEE; | ||
background-color: #F7EDEE; | |||
} | |||
.toc a { | |||
color: #000; | |||
} | } | ||
table.wikitable { | table.wikitable { | ||
background-color: rgb( | width: 300px; | ||
color: # | background-color: rgb(119, 191, 191); | ||
margin: 1em | color: #000; | ||
border: | margin: 0em 0em 1em 1em; | ||
border: 0px solid rgb(119, 191, 191); | |||
} | } | ||
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | table.wikitable > tr > th, | ||
border: | table.wikitable > tr > td, | ||
table.wikitable > * > tr > th, | |||
table.wikitable > * > tr > td { | |||
border: 0px solid rgb(0, 0, 0); | |||
padding: 0em 0.4em; | |||
} | } | ||
div.thumbinner { | div.thumbinner { | ||
border: 0px solid rgb( | border: 0px solid rgb(119, 191, 191); | ||
background-color: rgb( | background-color: rgb(119, 191, 191); | ||
} | } | ||
html .thumbimage { | html .thumbimage { | ||
background-color: rgb( | background-color: rgb(119, 191, 191); | ||
border: 0px solid rgb( | border: 0px solid rgb(119, 191, 191); | ||
} | } | ||
a, a:visited, .toctogglelabel, .mw-parser-output a.external { | #left-menu a, #left-menu a:visited { | ||
color: rgb(234,96,87); | |||
} | |||
a, | |||
a:visited, | |||
.toctogglelabel, | |||
.mw-parser-output a.external { | |||
text-decoration: none; | text-decoration: none; | ||
color: rgb( | color: rgb(234,96,87); | ||
background: none; | background: none; | ||
} | } | ||
.mw-body h1, .mw-body-content h1 { | .mw-body h1, | ||
.mw-body-content h1 { | |||
font-family: 'Gilroy Bold'; | font-family: 'Gilroy Bold'; | ||
} | } | ||
ul { | ul { | ||
list-style-type: disc; | list-style-type: disc; | ||
list-style-image: | list-style-image: none; | ||
} | } | ||
.catlinks { | .catlinks { | ||
border: 0px solid #000; | border: 0px solid rgb(51, 51, 51); | ||
background-color: #000; | background-color: rgb(51, 51, 51); | ||
color: #fff; | |||
line-height: 2; | |||
text-indent: 1.2em; | |||
} | |||
.catlinks a , .catlinks a:visited{ | |||
color: #fff; | |||
} | |||
.catlinks li { | |||
border-left: 1px solid #fff; | |||
} | |||
#mw-panel .portal .body li a:visited, | |||
#mw-panel .portal .body li a, #mw-panel .portal h3 { | |||
color: #000; | |||
display: none; | |||
} | |||
#mw-panel .portal .body { | |||
margin-left: 0.5em; | |||
padding-top: 0; | |||
background: transparent; | |||
display: none; | |||
} | |||
.mw-body { | |||
margin-left: 11em; | |||
margin-right: 8em; | |||
} | |||
.vector222Tabs li.selected222 a, .vector222Tabs li.selected222 a:visited, .vector222Tabs li, .vector222Tabs ul li { | |||
text-decoration: none; | |||
font-family: 'Gilroy Bold'; | |||
color: #000; | |||
background: transparent; | |||
display: flex; | |||
align-items: center; | |||
} | |||
.vector222Tabs span, .vector222Tabs ul, #mw-page-base, .vector222Tabs { | |||
background: transparent; | |||
} | |||
#left-navigation { | |||
margin-top: 1em; | |||
margin-bottom: 0em; | |||
margin-left: 0em; | |||
} | |||
#p-search { | |||
margin-right: 8em; | |||
} | |||
#p-personal { | |||
right: 8em; | |||
} | |||
#mw-panel ul { | |||
list-style-type: none; | |||
margin: 0 11px 0 19px; | |||
font-family: 'Gilroy Bold'; | |||
font-size: 0.8125em; | |||
border: 2px solid rgb(240, 144, 138); | |||
padding: 2px 0 1px 0; | |||
} | |||
#mw-panel li { | |||
margin-bottom: 0.2em; | |||
margin-top: 0.2em; | |||
margin-left: 0.5em; | |||
} | |||
#p-personal a, a:visited { | |||
display:none; | |||
} | |||
#footer #footer-icons li { | |||
margin-right: 10em; | |||
} | |||
.hiddenStructure { | |||
display: none; | |||
speak: none; | |||
} | |||
.mw-indicators { | |||
display:none; | |||
} | |||
table.wikitable222 { | |||
width: 62%; | |||
color: #000; | |||
border: 1px solid rgb(119, 191, 191); | |||
} | |||
table.wikitable222 > tr > th, | |||
table.wikitable222 > tr > td, | |||
table.wikitable222 > * > tr > th, | |||
table.wikitable222 > * > tr > td { | |||
border: 0px solid rgb(119, 191, 191); | |||
padding: 0.2em 0.8em; | |||
} | |||
table.wikitable242 { | |||
width: 36%; | |||
background-color: rgb(119, 191, 191); | |||
color: #000; | |||
margin: 1.3em 0em 0em 0em; | |||
border: 2px solid rgb(119, 191, 191); | |||
} | |||
table.wikitable242 > tr > th, | |||
table.wikitable242 > tr > td, | |||
table.wikitable242 > * > tr > th, | |||
table.wikitable242 > * > tr > td { | |||
border: 0px solid rgb(0, 0, 0); | |||
padding: 0.2em 0.2em; | |||
} | |||
table.wikitable242 a, table.wikitable242 a:visited { | |||
color: #000; | |||
} | |||
table.wikitable242 img { | |||
max-width: 22.5vw; | |||
height: auto; | |||
} | |||
table.wikitable242 .thumbinner { | |||
width: unset !important; | |||
} | |||
table.wikitable243 { | |||
width: 36%; | |||
background-color: #fff; | |||
color: #000; | |||
border: 1px solid rgb(119, 191, 191); | |||
} | |||
table.wikitable243 > tr > th, | |||
table.wikitable243 > tr > td, | |||
table.wikitable243 > * > tr > th, | |||
table.wikitable243 > * > tr > td { | |||
border: 0px solid rgb(0, 0, 0); | |||
padding: 0.2em 0.8em; | |||
} | |||
table.wikitable243 a, table.wikitable243 a:visited { | |||
color: #000; | |||
} | |||
.vector222Tabs ul { | |||
float: left; | |||
height: 100%; | |||
list-style-type: none; | |||
list-style-image: none; | |||
margin: 0; | |||
padding: 0; | |||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAQ0lEQVR4AWVOhQEAIAzC/X+xAXbXeoDFGA3A9yk1n4juBROcUegfarWjP3ojZvEzxs6j+nygmo+zzsk79nY+tOxdEhlf3UHVgUFrVwAAAABJRU5ErkJggg==); | |||
background-image: url(/skins/Vector222/images/tab-break.png?09d4b) ! ie; | |||
background-repeat: no-repeat; | |||
display: flex; | |||
padding-left: 1px; | |||
} | |||
.vector222Tabs li a { | |||
display: block; | |||
height: 1.9em; | |||
padding-left: 0.615em; | |||
padding-right: 0.615em; | |||
color: #0645ad; | |||
cursor: pointer; | |||
font-size: 0.8125em; | |||
} | |||
#mw-head { | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: unset; | |||
display: flex; | |||
/* align-content: center; */ | |||
align-items: flex-end; | |||
justify-content: space-between; | |||
flex-wrap: wrap; | |||
padding-left: 11em; | |||
/* left: 11em; */ | |||
/* padding-right: 11em; */ | |||
max-width: 100%; | |||
min-height: 75px; | |||
} | |||
#right-navigation { | |||
margin-top: 0em; | |||
} | |||
.vector-search-box-inner { | |||
/* min-width: 5em; */ | |||
width: 13.2em; | |||
/* width: 20vw; */ | |||
/* max-width: 20em; */ | |||
} | } |
Текущая версия от 18:43, 3 июня 2024
@font-face {
font-family: 'Gilroy Regular';
src: url('/fonts/Gilroy-Regular.eot');
src: url('/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
url('/fonts/Gilroy-Regular.woff') format('woff'),
url('/fonts/Gilroy-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy Bold';
src: url('/fonts/Gilroy-Bold.eot');
src: url('/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
url('/fonts/Gilroy-Bold.woff') format('woff'),
url('/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 {
border: 0px solid #fff;
}
.mw-body h1{
font-size: 2em;
}
.mw-body-content h2 {
background-color: rgb(240,144,138);
font-size: 1.3em;
color: #fff;
text-indent: 2em;
line-height: 2.4;
border-bottom: 0px solid #fff;
}
.toctitle h2 {
background-color: #F7EDEE;
color: #000;
}
body, #mw-head {
background: #F7EDEE;
padding-bottom: 13px;
}
#p-logo {
width: 11em;
height: 200px;
}
#p-logo a {
width: 11em;
height: 360px;
}
.mw-wiki-logo {
background: no-repeat center url(/resources/assets/logo-prodetlit-400x800.png?79e44);
background-size: 9em;
}
#mw-panel {
padding-left: 0em;
}
#mw-panel #p-logo + .portal {
background-image: none;
margin-top: 11em;
}
.toc {
font-size: 1.3em;
border: 4px solid #F7EDEE;
background-color: #F7EDEE;
}
.toc a {
color: #000;
}
table.wikitable {
width: 300px;
background-color: rgb(119, 191, 191);
color: #000;
margin: 0em 0em 1em 1em;
border: 0px solid rgb(119, 191, 191);
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
border: 0px solid rgb(0, 0, 0);
padding: 0em 0.4em;
}
div.thumbinner {
border: 0px solid rgb(119, 191, 191);
background-color: rgb(119, 191, 191);
}
html .thumbimage {
background-color: rgb(119, 191, 191);
border: 0px solid rgb(119, 191, 191);
}
#left-menu a, #left-menu a:visited {
color: rgb(234,96,87);
}
a,
a:visited,
.toctogglelabel,
.mw-parser-output a.external {
text-decoration: none;
color: rgb(234,96,87);
background: none;
}
.mw-body h1,
.mw-body-content h1 {
font-family: 'Gilroy Bold';
}
ul {
list-style-type: disc;
list-style-image: none;
}
.catlinks {
border: 0px solid rgb(51, 51, 51);
background-color: rgb(51, 51, 51);
color: #fff;
line-height: 2;
text-indent: 1.2em;
}
.catlinks a , .catlinks a:visited{
color: #fff;
}
.catlinks li {
border-left: 1px solid #fff;
}
#mw-panel .portal .body li a:visited,
#mw-panel .portal .body li a, #mw-panel .portal h3 {
color: #000;
display: none;
}
#mw-panel .portal .body {
margin-left: 0.5em;
padding-top: 0;
background: transparent;
display: none;
}
.mw-body {
margin-left: 11em;
margin-right: 8em;
}
.vector222Tabs li.selected222 a, .vector222Tabs li.selected222 a:visited, .vector222Tabs li, .vector222Tabs ul li {
text-decoration: none;
font-family: 'Gilroy Bold';
color: #000;
background: transparent;
display: flex;
align-items: center;
}
.vector222Tabs span, .vector222Tabs ul, #mw-page-base, .vector222Tabs {
background: transparent;
}
#left-navigation {
margin-top: 1em;
margin-bottom: 0em;
margin-left: 0em;
}
#p-search {
margin-right: 8em;
}
#p-personal {
right: 8em;
}
#mw-panel ul {
list-style-type: none;
margin: 0 11px 0 19px;
font-family: 'Gilroy Bold';
font-size: 0.8125em;
border: 2px solid rgb(240, 144, 138);
padding: 2px 0 1px 0;
}
#mw-panel li {
margin-bottom: 0.2em;
margin-top: 0.2em;
margin-left: 0.5em;
}
#p-personal a, a:visited {
display:none;
}
#footer #footer-icons li {
margin-right: 10em;
}
.hiddenStructure {
display: none;
speak: none;
}
.mw-indicators {
display:none;
}
table.wikitable222 {
width: 62%;
color: #000;
border: 1px solid rgb(119, 191, 191);
}
table.wikitable222 > tr > th,
table.wikitable222 > tr > td,
table.wikitable222 > * > tr > th,
table.wikitable222 > * > tr > td {
border: 0px solid rgb(119, 191, 191);
padding: 0.2em 0.8em;
}
table.wikitable242 {
width: 36%;
background-color: rgb(119, 191, 191);
color: #000;
margin: 1.3em 0em 0em 0em;
border: 2px solid rgb(119, 191, 191);
}
table.wikitable242 > tr > th,
table.wikitable242 > tr > td,
table.wikitable242 > * > tr > th,
table.wikitable242 > * > tr > td {
border: 0px solid rgb(0, 0, 0);
padding: 0.2em 0.2em;
}
table.wikitable242 a, table.wikitable242 a:visited {
color: #000;
}
table.wikitable242 img {
max-width: 22.5vw;
height: auto;
}
table.wikitable242 .thumbinner {
width: unset !important;
}
table.wikitable243 {
width: 36%;
background-color: #fff;
color: #000;
border: 1px solid rgb(119, 191, 191);
}
table.wikitable243 > tr > th,
table.wikitable243 > tr > td,
table.wikitable243 > * > tr > th,
table.wikitable243 > * > tr > td {
border: 0px solid rgb(0, 0, 0);
padding: 0.2em 0.8em;
}
table.wikitable243 a, table.wikitable243 a:visited {
color: #000;
}
.vector222Tabs ul {
float: left;
height: 100%;
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAQ0lEQVR4AWVOhQEAIAzC/X+xAXbXeoDFGA3A9yk1n4juBROcUegfarWjP3ojZvEzxs6j+nygmo+zzsk79nY+tOxdEhlf3UHVgUFrVwAAAABJRU5ErkJggg==);
background-image: url(/skins/Vector222/images/tab-break.png?09d4b) ! ie;
background-repeat: no-repeat;
display: flex;
padding-left: 1px;
}
.vector222Tabs li a {
display: block;
height: 1.9em;
padding-left: 0.615em;
padding-right: 0.615em;
color: #0645ad;
cursor: pointer;
font-size: 0.8125em;
}
#mw-head {
position: absolute;
top: 0;
left: 0;
width: unset;
display: flex;
/* align-content: center; */
align-items: flex-end;
justify-content: space-between;
flex-wrap: wrap;
padding-left: 11em;
/* left: 11em; */
/* padding-right: 11em; */
max-width: 100%;
min-height: 75px;
}
#right-navigation {
margin-top: 0em;
}
.vector-search-box-inner {
/* min-width: 5em; */
width: 13.2em;
/* width: 20vw; */
/* max-width: 20em; */
}