Участник:Snowinmars: различия между версиями
Материал из AERIE Wiki
(Новая страница: «tg @snowinmars snowinmars@yandex.ru Разработчик, физик. Рпг, головоломки.») |
(css) |
||
| Строка 3: | Строка 3: | ||
Разработчик, физик. | Разработчик, физик. | ||
| + | |||
Рпг, головоломки. | Рпг, головоломки. | ||
| + | |||
| + | |||
| + | == Stylus css == | ||
| + | |||
| + | <pre> | ||
| + | .ts-container, | ||
| + | .sidebar-chunk, | ||
| + | .toc, | ||
| + | .editOptions, | ||
| + | .dropdown, | ||
| + | .mw-editfont-monospace, | ||
| + | #mw-content { | ||
| + | background-color: #27221f !important; | ||
| + | color: #fcc9b9; | ||
| + | border: none; | ||
| + | } | ||
| + | |||
| + | #searchInput, | ||
| + | #wpSummary, | ||
| + | .warningbox, | ||
| + | .thumbinner, | ||
| + | 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; | ||
| + | ; | ||
| + | } | ||
| + | |||
| + | #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); | ||
| + | } | ||
| + | </pre> | ||
Версия 02:11, 8 ноября 2022
tg @snowinmars snowinmars@yandex.ru
Разработчик, физик.
Рпг, головоломки.
Stylus css
.ts-container,
.sidebar-chunk,
.toc,
.editOptions,
.dropdown,
.mw-editfont-monospace,
#mw-content {
background-color: #27221f !important;
color: #fcc9b9;
border: none;
}
#searchInput,
#wpSummary,
.warningbox,
.thumbinner,
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;
;
}
#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);
}