A dark style for javlibrary a database of jav titles.
javlibrary - dark by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categoryjavlibrary
Created
Updated
Size1.6 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 javlibrary.com - 06/10/2022, 4:01:37 pm
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A dark userstyle for javlibrary.
@author Thermalzombie
==/UserStyle== */
@-moz-document domain("javlibrary.com") {
/* Insert code here... */
html, head, body, #topmenu, #toplogo, #content, .textbox, .searchbox,
.video, #leftmenu li a, .starbox, .dimrow td, .editor, textarea,
input, select
{
background:#000000 !important;
}
select option:hover
{
background:#E0215A !important;
}
.signature, #leftmenu .menul1
{
background-color:#000000 !important;
}
#announcement, .boxtitle, .genreitem, .leftp, .rightp,
.titlebox, .desc, .page, .bannermissing, .desc1, .cast,
.genre, .category, #video_comments_alllang, .searchitem,
#sdf4td, .filter
{
color:#FFF !important;
background:#E0215A !important;
}
#leftmenu li
{
border-bottom: 1px #E0215A solid !important;
}
#leftmenu li a
{
border-left: 1px #E0215A solid !important;
border-right: 1px #E0215A solid !important;
}
#idsearchbox, #rightcolumn, .videothumblist .videos .video
{
border: 2px #E0215A solid !important;
}
a, .header, .caption, #bottomcopyright, .date, .nickname,
.text, .text span, td, select, textarea, input, .id,
strong, blockquote
{
color:#FFF !important;
}
a:hover
{
text-decoration:underline !important;
}
}