only works with Vector 2010, the default
nature wikipedia+some wikimedias theme by undefynedd
Details
Authorundefynedd
Licensepublic domain
Categorywikipedia, wiktionary, wikimedia
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wikipedia.org - 2022-08-21, 8:02:16 p.m.
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A calm brown theme for the default Vector 2010 Wikipedia theme.
@author Awesomecat#8762
==/UserStyle== */
@-moz-document domain("wikipedia.org"), domain("wiktionary.org"), domain("wikimedia.org") {
body {
--bgbg: #c4baa7;
--bg: #e8e2d8;
--text: #634c3f;
--link: #527516;
--visited: #1a5243;
--red: #963840;
--border: #387136;
background-color:var(--bgbg);
color: var(--text);
}
h1, h2, h3, h4, h5, h6, p {
color: var(--text);
}
h1, h2 {
border-bottom: 1px solid var(--border);
}
hr {
color:var(--border);
}
#mw-page-base {
background-color: var(--bgbg);
background-image: none;
}
.mw-body {
background-color: var(--bg);
color: var(--text);
}
.vector-menu-tabs-legacy li {
background-image: linear-gradient(to top, var(--border) 0%, var(--bg) 10%, var(--bgbg) 100%);
}
.vector-menu-tabs-legacy li.selected {
background-image: linear-gradient(to top, var(--bg) 50%, var(--bgbg) 100%);
border-bottom:none;
}
a {
color: var(--link);
}
a:visited {
color: var(--visited);
}
a:hover {
text-decoration-color: currentcolor;
}
.vector-search-box-input {
border-radius: 7px;
}
@media (min-width: 1px) {
.new, .new a {
color: var(--red)!important;
}
}
}