Участник:Snowinmars: различия между версиями
Материал из AERIE Wiki
(css) |
(→Stylus css: update style) |
||
| Строка 16: | Строка 16: | ||
.dropdown, | .dropdown, | ||
.mw-editfont-monospace, | .mw-editfont-monospace, | ||
| + | .mw-datatable > tr > td, .wikitable > tr > td, .mw-datatable > * > tr > td, .wikitable > * > tr > td, | ||
#mw-content { | #mw-content { | ||
background-color: #27221f !important; | background-color: #27221f !important; | ||
| Строка 26: | Строка 27: | ||
.warningbox, | .warningbox, | ||
.thumbinner, | .thumbinner, | ||
| + | .wikitable, .mw-datatable, .mw-datatable > tr > th, .wikitable > tr > th, .mw-datatable > * > tr > th, .wikitable > * > tr > th, | ||
pre { | pre { | ||
background-color: #393432 !important; | background-color: #393432 !important; | ||
| Строка 37: | Строка 39: | ||
a { | a { | ||
color: #a5ba93 !important; | color: #a5ba93 !important; | ||
| − | |||
} | } | ||
| Строка 45: | Строка 46: | ||
a:visited { | a:visited { | ||
color: #bcb58c !important; | color: #bcb58c !important; | ||
| − | ; | + | } |
| + | |||
| + | a.new { | ||
| + | color: #dc3023 !important; | ||
| + | } | ||
| + | |||
| + | a.new:hover, | ||
| + | a.new:visited { | ||
| + | color: #cf3a24 !important; | ||
} | } | ||
Версия 03:17, 8 ноября 2022
tg @snowinmars snowinmars@yandex.ru
Разработчик, физик.
Рпг, головоломки.
Stylus css
.ts-container,
.sidebar-chunk,
.toc,
.editOptions,
.dropdown,
.mw-editfont-monospace,
.mw-datatable > tr > td, .wikitable > tr > td, .mw-datatable > * > tr > td, .wikitable > * > tr > td,
#mw-content {
background-color: #27221f !important;
color: #fcc9b9;
border: none;
}
#searchInput,
#wpSummary,
.warningbox,
.thumbinner,
.wikitable, .mw-datatable, .mw-datatable > tr > th, .wikitable > tr > th, .mw-datatable > * > tr > th, .wikitable > * > tr > th,
pre {
background-color: #393432 !important;
color: #ffddca;
border: none;
}
.tools-inline li.selected a,
.toctogglelabel,
.mw-wiki-title,
a {
color: #a5ba93 !important;
}
.toctogglelabel:hover,
.toctogglelabel:visited,
a:hover,
a:visited {
color: #bcb58c !important;
}
a.new {
color: #dc3023 !important;
}
a.new:hover,
a.new:visited {
color: #cf3a24 !important;
}
#personal h2 {
background-image: url(/skins/Timeless/resources/images/user-grey.png?0ed80);
color: #eee;
}
#ca-view a {
background-image: url(/skins/Timeless/resources/images/eyeball-grey.png?f02ef);
}
#ca-edit a {
background-image: url(/skins/Timeless/resources/images/pencil-grey.png?23255);
}
#ca-history a {
background-image: url(/skins/Timeless/resources/images/clock-grey.png?9dce9);
}