Wikipedia with Flexoki color-scheme. Flexoki was created by Steph Ango (https://stephango.com/flexoki)
Flexoki for Wikipedia by tunjan
Details
Authortunjan
LicenseCC BY 4.0
Categorywikipedia.org
Created
Updated
Size1.9 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 - May 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
*::selection{
background: rgba(187,220,206,0.3);
}
.mw-page-container {
background-color: rgb(255, 252, 240) !important;
color: rgb(16, 15, 15);
}
.mw-page-container a {
color: rgb(32, 94, 166);
}
.vector-pinned-container {
padding: 2em;
background-color: rgb(242, 240, 229);
border-radius:5px;
border:2px solid rgb(230, 228, 217);
}
* a{
color:rgb(36, 131, 123) !important;
}
p {
font-size: 1.2em;
}
.vector-header-container{
border-bottom:2px solid rgb(230, 228, 217);
}
.vector-header, .mw-header, .vector-header-container, .vector-sticky-header-container, .vector-sticky-header, .infobox, .vevent{
background-color: rgb(242, 240, 229) !important;
}
.vector-sticky-pinned-container::after{
background:none !important;
}
.infobox, .vevent {
border-color: rgb(230, 228, 217) !important;
border-width: 2px;
}
.wikitable {
background-color: rgb(255, 252, 240) !important;
border-color: rgb(230, 228, 217) !important;
border-width: 1px !important;
}
th {
background-color: rgb(218, 216, 206) !important;
color:rgb(16, 15, 15) !important;
}
.infobox-header{
background-color: rgb(206, 205, 195) !important;
}
.thumbinner, .multiimageinner, figure, figcaption{
border-color:rgb(230, 228, 217) !important;
border-width:1px !important;
background-color:rgb(242, 240, 229)!important;
color: rgb(16, 15, 15) !important;
}
}