Quick dark style for Slashdot.org
Slashdot Dark by pd333
Details
Authorpd333
LicenseNo License
Categoryslashdot
Created
Updated
Size2.5 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 Slashdot Dark
@version 20220401.08.32
@namespace userstyles.world/user/pd333
@description Quick dark style for Slashdot.org
@author pd333
@license No License
==/UserStyle== */
@-moz-document domain("slashdot.org") {
body {
background: #333;
padding: 12px 1em 0;
}
body > section {
background: #333;
}
#slashboxes article, #firehose article, #comments article {
color: rgb(250,250,250);
display: block;
}
a:visited, a:hover {
color: rgb(204,204,0);
}
a, .link, a.link {
color: rgb(255,255,102);
text-decoration: none;
cursor: pointer;
}
.message-bar {
color: #f6f6f6;
background-color: #565656;
border-bottom: 1px solid #151515;
}
.message-bar a {
color: rgb(255,255,102);
}
#firehose article header .details {
color: #f6f6f6;
background: #565656;
}
#comments .oneline > div > div > div.title > h4 a {
color: rgb(255,255,102);
}
#comments .oneline > div > div > div > p {
overflow: hidden;
margin: 0;
color: #f6f6f6 !important;
}
.oneline > div > .commentBody {
color: #f6f6f6 !important;
}
#newa2footerv2 .pr h3, #newa2footerv2 .rl h3, #newa2footerv2 .ns h3 {
background: #6e6e6e;
}
h4 .selected {
background: #6e6e6e;
box-shadow: 0px -2px 1px rgba(171, 171, 171, .9);
-webkit-box-shadow: 0px -2px 1px rgba(171, 171, 171, .9);
-moz-box-shadow: 0px -2px 1px rgba(171, 171, 171, .9);
color: #f6f6f6 !important;
}
footer.nf nav li.selected {
background: #6e6e6e;
box-shadow: 0px 2px 1px rgba(171, 171, 171, .9);
-webkit-box-shadow: 0px 2px 1px rgba(171, 171, 171, .9);
-moz-box-shadow: 0px 2px 1px rgba(171, 171, 171, .9);
}
#more_comments_button > a {
color: #f6f6f6;
}
blockquote.msg > p {
background: #565656;
color: #f6f6f6;
}
blockquote.msg .slant {
border-color: transparent transparent #565656;
}
#clickgen .tlnav {
background: #565656;
}
#d2header {
background: #6e6e6e;
}
section#besttabs {
display: none;
background: #6e6e6e;
}
section#besttabs span.legend {
color:white;
}
#d2header > div > aside p {
color: white;
}
body.slashdot-it li.comment.full .details, #comments .details {
background: none repeat scroll 0 0 #6e6e6e;
color: white;
}
.full .commentBody {
color: white;
}
.btn.link, .btn.link:hover, .btn.link:active:hover {
color: rgb(255,255,102) !important;
}
footer{
color:white;
}
footer div.tright a, nav[role=footer] ul li a {
color: white;
}
}