Dark background with warm text color
samlib.ru # dark background 50% width by wratixor
Details
Authorwratixor
LicenseCC-BY-SA-4.0
Categorysamlib.ru
Created
Updated
Size991 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name samlib.ru # dark background
@namespace USO Archive
@author ZimniY
@description Dark background with warm text color
@version 20190616.14.53
@license CC-BY-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("samlib.ru") {
/* SAMLIB only article text affected */
/* TEXT & BACKGROUND */
html {
color: #fffbdf;
background-color: #353535;
}
/* LINKS */
a {
color: #dffbff;
background-color: inherit;
}
/* ###########
dependent items
########### */
body {
color: inherit;
background-color: inherit;
max-width: 50%;
margin-left: auto;
margin-right: auto;
font-size: 25px;
font-family: sans-serif;
}
font {
color: inherit;
background-color: inherit;
}
/* TABLE */
table {
color: inherit;
background-color: inherit;
}
td {
color: inherit;
background-color: inherit;
}
/* Litnet */
.litnet-clr {
color: inherit;
background-color: inherit;
}
}