Skip to content

Restore Darker Colors on the SJG Forums by parody

Screenshot of Restore Darker Colors on the SJG Forums

Details

Authorparody

LicenseCC BY-SA 4.0

Categorysjgames

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

In November 2021 the Steve Jackson Forums changed to use lighter yellows than before.

This CSS restores the darker color scheme used before then.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Restore Darker Colors on the SJG Forums
@namespace      forums.sjgames.com
@version        1.0.0
@description    This CSS restores the darker color scheme used before then.
@author         Michael Miller (parody@esglabs.com)
==/UserStyle== */

@-moz-document domain("forums.sjgames.com") {
/*
    Restore Darker Colors on the SJG Forums
    
	
	created by Michael Miller
	(parody@esglabs.com)

	Version 1.0.0
/*

/*
    In November 2021 the Steve Jackson Forums changed to use lighter yellows than before.

    This CSS restores the darker color scheme used before then.
*/


/* Table rows.  (Threads and posts.) */
.alt1, .alt1Active {
    /* background: #ffedae; */
    background: #E8C54A !important;
    
    /* color: #000000; */
}

.alt2, .alt2Active {
    /* background: #fff3c9; */
    background: #ffdd66 !important;
        
    /* color: #000000; */
}


/* Post editor. */
.panel {
    /* background: #ffffcc; */
    background: #ffff99 !important;
    
    /* color: #000000; */
    /* padding: 10px; */
    /* border: 2px outset; */
}
}

Reviews

No reviews yet.