DivineDaoReader
- Enable dark mode from site settings before you enable this userstyle. *
Authorketan-16
LicenseNo License
CategoryDivineDaoLibrary - DivineDaoReader
Created
Updated
Size1.3 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
DivineDaoReader
DivineDaoReader
/* ==UserStyle==
@name www.divinedaolibrary.com
@version 20220125.06.20
@namespace userstyles.world/user/ketan-16
@description DivineDaoReader
* Enable dark mode from site settings before you enable this userstyle. *
@author ketan-16
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.divinedaolibrary.com/") {
::-webkit-scrollbar {
background: #151515;
width:1.5em;
}
::-webkit-scrollbar-track {
background: rgba(255,255,255,0.1);
border: 5px solid rgba(0,0,0,0.5);
border-radius: 25px;
margin-top: 1px;
margin-bottom:1px;
}
::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.25);
border-radius: 25px;
border: 3px solid rgba(0,0,0,0.25);
}
nav a,.entry-content h3 span a, .site-main ul li span a,.entry-content p span a, .comment-meta .fn{
color:#2196f3 !important
}
.header-container, nav, .entry-content p strong, hr, img, .footer, .entry-tags, #comments, .footer-widgets-wrapper, .site-info{
display:none !important;
}
body{
height:0;
}
.entry-content a{
margin:5px;
padding: 5px;
border-radius: 5px;
background: rgba(255,255,255,0.1);
text-decoration: none;
text-transform: uppercase;
font-weight: 800;
font-size: smaller;
}
p{
}
}