Simple dark theme that makes the page a bit easier on the eyes.
Simple Dark Cohh Vodchat by iudicy
Details
Authoriudicy
LicenseUnlicense
Categorycohhilition
Created
Updated
Size2.7 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 Simple Dark Cohh Vodchat
@version 20240707.09.14
@namespace ?
==/UserStyle== */
@-moz-document domain("vodchat.cohhilition.com") {
body{
background:none;
background-color:#0e0e10;
background-image: none;
color: #fdfcfc !important;
font-family:roobert;
}
.cell_25{
width:20%;
margin-bottom:10px;
padding-bottom:0px;
}
.cell_75{
width:80%;
}
a{
color:#ab2e3f !important;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
background:none !important;
text-decoration-line:none;
}
a span:nth-child(2){
display:none;
}
a .bi{
color:white !important;
}
h4{
margin-left:1rem;
font-size:21px;
}
div.row:nth-child(1){
height:0.5rem;
}
.float-right div:nth-child(2){
display:none;
}
#mainnav a{
border-top: none;
border-left:none;
border-right:none;
border-bottom:none;
}
#mainnav a .btn{
border-top: none;
border-left:none;
border-right:none;
border-bottom:none;
}
#header{
background-color:#121214;
border-bottom:black;
padding-bottom:0;
margin-bottom:1rem;
height:70px;
background-size:55px;
background-position-x:25px;
background-position-y:12px;
padding-left:100px;
}
#header li a {
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
background:none !important;
}
#report_issue{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
background:none !important;
}
#video_section_buttons div.active{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
background:none !important;
}
#video_section_buttons div{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
background:none !important;
}
#messages{
padding-bottom:15px;
}
#messages div{
min-height:28.2px;
margin-top:0px;
margin-bottom:0rem;
padding-top:2px;
padding-bottom:0px;
line-height:1.35em;
font-size:15.5px;
vertical-align:middle;
}
#messages div span{
font-family: Roobert;
font-size:85%;
}
#messages div span:nth-child(2) {
font-weight:bold;
}
#messages div span:nth-child(3) {
font-weight:bold;
}
#messages .message img{
height:28px;
vertical-align:middle;
}
div.row:nth-child(2){
margin-bottom:0.8rem;
}
#other_videos{
margin-top:2rem;
}
#video_page { display: flex; flex-direction: column; }
.cell_100 {order:1; }
div.row:nth-child(1) {order:2; }
#other_videos {order:3;}
}