This style changes UI in www.mobileread.com
MobileRead.com Dark by Daviteusz
Details
AuthorDaviteusz
LicenseGNU GPLv3
Categorymobileread
Created
Updated
Size29 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This style is compatible with DarkReader.
Inspired on:
If you like my work, you can buy me a coffee!
Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name MobileRead.com Dark
@author Daviteusz
@description Almost perfect dark theme for MobileRead.com
@namespace https://userstyles.world/style/13484/mobileread-com-dark
@version 3.8.1
@license GNU GPLv3
@preprocessor stylus
This userstyle is inspired on:
- https://userstyles.world/style/12889/mobileread-dark-style
- https://uso.kkx.one/style/156988
==/UserStyle== */
@-moz-document domain("www.mobileread.com") {
/*
.
*##:
. =##.
::----. . =
--:..*+******+---:..=
-:....#**::---=++**+***+=--
*.....#** .::--+**=
+....:#** .**.
=....:#**-::- ...*##
=:...:#*#- :- :-**#
-:...-***= :- -: *=
::...=**=+-:: -: #.
:-...=**= .=::=: ::+#
.=...+**- +**
+...+**: **-
+...***. .**
+...***. -*#
*...#** +*+
*...#** **-
*...#*# .**
*..:#**. .. ...:+*#
*..:#*+*****-:-****+*++
.---#*++++**: =**+++*. . -=-. .::.
.---=**+*-+=#+-::: . .. :###* :###: . .-=+
+.*:::+*=- . ###+ . . :-- =### :++*
. :----: --+-***###+- . -###: +### . . :++*
. .--=+=-:+#######*: : .*+*.*-+--=+###: : *### . . #####= *##* .. -+#####*=: :---.:=+++- ::---:. ::-----:. .. .:----:=++*
:*#++#########+: :*### .*--+-=-+:=:-=###- ####=+++-- -=###= ###* =###*---+###* - =+++++-:== .=+++++++++= :. ++===+++++ : :+++++==++++*
####=. .*### .###= +=--=+ *:- .:-+### :####++*####+. ###= ###+ *##*. .###* =+++- . :+++: -+++. . =+++ =+++: -++*
. +### .###= *##* *=---:-=:: -+### +### :*###. ###= .###- .###*--=+**##### -+++ .+++-.......++++ .:-==+=++++ .+++. :++*
:###- *##* -###.:*----. .-=###* *##* .###+ ###= -###. .####**+==---::. -+++ -++++++++++++++= =+++-:::=+++ -+++ :++*
###* =###. ###+ -#+-------=+###* .###= .###+ ###= +### *###. . -+++ .+++. +++= :+++ .+++: :++*
. +###. ###+ . . *### .+#*****####*: +### *###. ###= +###. .*###+-::-=*#+ =+++ ++++: : +++= .++++ =+++-. =++*
###+ . . *##* .:. . :-====-- . *###=:. .:*###- ###- :*##*. . -*#######*=- .: =+++ . :++++++++++= .++++++++=+++= :+++++++++++*
*#*+ . ##+*########+: . .::. . .. .:-:-:-:. . . ::::: :-: .. ::::: :::
=== MobileRead.com Dark ===
Almost perfet dark theme
Resolves many issues with the site
and modernizes its appearance.
Donate: ko-fi.com/Daviteusz
/* ======================= */
/*=== HTML Color sheme ===*/
html {
color-scheme: dark !important;
background-color: #222 !important;
}
/*=== Webkit scrollbars ===
*::-webkit-scrollbar {
width: 12px !important;
background: #333 !important;
border-radius: 2px
}
*::-webkit-scrollbar-thumb {
background: #444;
}
*::-webkit-scrollbar-corner {
background-color: #333 !important;
}
*::-moz-scrollbar {
width: 12px !important;
} */
/*=== Page related ===*/
/* Top left navigation */
.top_menu_left li {
border-right: 1px solid #444
}
/* RSS icon */
[src="https://www2.mobileread.com/i/mr/misc/rss.gif"] {
clip-path: inset(2px 3px 2px 3px round 2px);
height: 16px;
width: 18px;
position: relative;
top: 2px;
transform: scale(1.4)
}
/* Global table layout colors and backgrounds */
/* left column */
.alt1,
.alt1Active {
background: rgb(34, 34, 34) !important;
color: #ccc !important;
border-color: #333 !important;
}
/* right column */
.alt2,
.alt2Active {
background: rgb(38, 38, 38) !important;
color: #ccc !important;
border-color: #333 !important;
}
/* Threads tree table */
/* Theards tree icon */
[src="https://www2.mobileread.com/i/mr/misc/navbits_finallink_ltr.gif"] {
position: relative;
bottom: 1px;
left: 1px;
}
table tbody tr td.navbar {
word-break: break-word;
}
table tbody tr td.navbar::before {
content: "";
position: relative;
bottom: 1px;
left: 7px;
display: block;
width: 7px;
height: 9px;
border-left: 1px dotted #fff;
border-bottom: 1px dotted #fff;
border-radius: 0px 0px 0px 1px;
margin-bottom: -10px;
z-index: 1;
image-rendering: pixelated;
}
/* "Threads in Forum" header bar color */
.tcat {
color: #fff;
background: #4E72A2 !important;
}
/* "Showing threads" bar color */
.thead {
background: #333 !important;
color: #ccc !important;
border-color: #333 !important;
}
/* bottom bar */
.tfoot {
background: #4E72A2 !important;
}
/* background color */
.page,
.tborder,
body {
background: #222 !important;
color: #ccc;
}
/* external border colors */
.tborder,
.alt1:has(img[title="Reply With Quote"]) a::after,
[valign="bottom"] td.smallfont a::after,
[valign="top"] td.smallfont a::after,
.alt2:has([id^="reputationmenu_"]) a::after {
border: 1px solid #444;
}
/* Logo image & header background */
.header {
background: #111 !important;
}
#logo_image {
content: url(/forums/attachment.php?attachmentid=206314&d=1707676303);
left: 10px;
position: absolute;
top: 45px;
display: block;
max-width: 220px;
max-height: 100px;
width: auto;
height: auto;
}
/* Global Hyperlinks color */
a:link,
a:visited,
body_alink,
body_avisited {
color: #fff !important;
text-decoration: none;
}
a:hover,
a:active,
body_ahover {
color: #fff !important;
text-decoration: underline;
}
/* vBulletin related */
.vbmenu_popup {
background: #5D5D5D;
color: #b9b9b9;
border: 1px solid #222;
}
/* Control Panel under header and in right */
.vbmenu_control {
background: #4E72A2 !important;
color: #fff !important;
}
.vbmenu_option {
background: #222;
color: #ccc;
}
.vbmenu_hilite {
background: #4E72A2;
}
/* Threaded mode tree color */
[src^="https://www2.mobileread.com/i/mr/misc/tree_"] {
filter: invert(1) contrast(0)
}
/*== Page navigation...