Very dark version of time.is, was inspired to do this an hour before 2022 waiting for the new year to start :)
time.is ultra night mode (updated 2022) by a95ogs7wmqn3nf
Details
Authora95ogs7wmqn3nf
LicenseNo License
Categorytime.is
Created
Updated
Size998 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 time.is ultra night mode (updated 2022)
@version 20211231.23.35
@namespace userstyles.world/user/a95ogs7wmqn3nf
@description Very dark version of time.is, was inspired to do this an hour before 2022 waiting for the new year to start :)
@author a95ogs7wmqn3nf
@license No License
==/UserStyle== */
@-moz-document domain("time.is") {
#clock0_bg {
background-color: #212121;
z-index: -1;
position: relative;
}
div, img, form {
background-color: #212121;
z-index: -1;
}
body, select, input, textarea {
color: #515151;
letter-spacing: 2px;
}
a:link, a:visited {
color: #b5b5b5;
}
#mainwrapper {
background: #212121;
}
#top_cities_tmp a.s1, #top_cities_tmp a.s2 {
background: #4d4d4d;
}
.tbx a {
background: #424242;
}
#pL a:link, #pL a:visited, #pL1 a, #lC, #daydiv, #daydiv1 {
color: #9b9b9b;
}
#q.txtin {
background: #404040 url('/img/magnifying_glass_grey.png') 10px center no-repeat;
}
}