Участник:Snowinmars: различия между версиями
Материал из AERIE Wiki
м (→Stylus css: upd) |
|||
| Строка 42: | Строка 42: | ||
color: #fcc9b9; | color: #fcc9b9; | ||
border: none; | border: none; | ||
| + | } | ||
| + | |||
| + | .mw-datatable > tr > td, .wikitable > tr > td, .mw-datatable > * > tr > td, .wikitable > * > tr > td { | ||
| + | border: 1px dashed #393432; | ||
} | } | ||
Версия 22:38, 27 декабря 2022
tg @snowinmars snowinmars@yandex.ru
Разработчик, физик.
Рпг, головоломки.
Stylus css
h3 {
border-image: linear-gradient(to right, #c8ccd1, transparent 50%, transparent 100%) 50;
border-width: 2px;
border-style: solid;
border-top: none;
border-left: none;
border-right: none;
}
h4 {
border-image: linear-gradient(to right, #c8ccd188, transparent 50%, transparent 100%) 50;
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
border-right: none;
}
table,
#mw-header-nav-hack,
#content-bottom-stuff,
.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;
}
.mw-datatable > tr > td, .wikitable > tr > td, .mw-datatable > * > tr > td, .wikitable > * > tr > td {
border: 1px dashed #393432;
}
th,
#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;
}
.new,
.new>a,
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);
}