Pipedot inspired coloring, good on eyes.
Also checkout Old Slashdot style - https://userstyles.org/styles/98847/soylentnews-light-green
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/99546.user.css
Authorcubancigar11
LicenseCC Zero
Categorysoylentnews.org
Created
Updated
Size1.8 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Pipedot inspired coloring, good on eyes.
Also checkout Old Slashdot style - https://userstyles.org/styles/98847/soylentnews-light-green
(Mon, 20 Feb 2023 10:44:27 UTC) Comment text is now serif - thanks mcgrew.
(Thu, 22 Dec 2022 06:51:40 UTC) Added label.story_more coloring, increased font size.
(Thu, 01 Jun 2017 14:22:21 UTC) Added #section_banner
(Mon, 17 Apr 2017 16:32:51 UTC) Added anonymous user layout. Got the rounded corners :)
(Wed, 15 Mar 2017 07:45:33 UTC) Added some missed(/newly introduced?) divs.
(Tue, 14 Apr 2015 14:39:44 UTC) Updated/fixed bugs.
(Tue, 22 Apr 2014 12:18:56 UTC) Added blockquote highlighting.
(Thu, 03 Apr 2014 17:42:46 UTC) Added 'body .intro h3' coloring, similar to previous change.
(Wed, 02 Apr 2014 19:02:55 UTC) Added 'body .full h3' coloring.
(Tue, 01 Apr 2014 04:16:41 UTC) Update due to parent site CSS change. Let me know if I missed something.
/* ==UserStyle==
@name SoylentNews - Blue
@namespace USO Archive
@author cubancigar11
@description `Pipedot inspired coloring, good on eyes.Also checkout Old Slashdot style - https://userstyles.org/styles/98847/soylentnews-light-green`
@version 20230220.10.45
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("soylentnews.org")
{
*
{
font-size: 12pt !important;
}
body, .generaltitle
{
background: white !important;
}
body, div, form, h1, h2, h3, h4, h5, h6, #links ul li, #links ul, #topnav, img
{
font-family: sans-serif !important;
}
.title h4, .generaltitle h3, .article h3
{
background: #506890 !important;
border-radius: 10px 10px 0px 0px !important;
}
.content, #links ul, #links ul li
{
background: #eee !important;
}
#links li
{
border-bottom: 1px solid #d3d3d3 !important;
}
.generaltitle h3 a, #usermenu ul.menu li.selected a, .commentBox a, .title h4 a, #formtabs ul li.active, .article h3 a, #section_banner, #section_banner a
{
background: #506890 !important;
color: white !important;
}
.commentTop, .details, .article, .data
{
font-size: 10pt !important;
}
.commentBody div
{
font-family: serif !important;
}
.commentSub
{
background: #f0f0f0 !important;
}
label.story_more
{
color: #506890 !important;
font-style: italic !important;
}
#slashboxes h4, .commentTop, .commentBox, .data_head
{
background: #506890 !important;
}
#usermenu ul.menu li a, #formtabs ul li
{
background: #d0d0d0 !important;
color: #335252 !important;
}
body .full h3, body .intro h3
{
background: white !important;
color: black !important;
}
a
{
color: #506890 !important;
}
}