Участник:Snowinmars: различия между версиями
Материал из AERIE Wiki
(css) |
|||
Строка 10: | Строка 10: | ||
<pre> | <pre> | ||
+ | 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, | .ts-container, | ||
.sidebar-chunk, | .sidebar-chunk, | ||
.toc, | .toc, | ||
.editOptions, | .editOptions, | ||
− | |||
− | |||
.dropdown, | .dropdown, | ||
.mw-editfont-monospace, | .mw-editfont-monospace, | ||
Строка 51: | Строка 70: | ||
} | } | ||
+ | .new, | ||
+ | .new>a, | ||
a.new { | a.new { | ||
color: #dc3023 !important; | color: #dc3023 !important; |
Версия 01:07, 5 декабря 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; } 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); }