Related styles:
-
usoMain simplerStyle
Installs:Created: Nov 07, 2013Last Updated: Nov 15, 2013 -
Created: Jul 29, 2012Last Updated: Jul 30, 2012
-
Created: May 04, 2014Last Updated: Apr 24, 2017
-
Created: Sep 03, 2015Last Updated: Feb 23, 2016
-
Created: Feb 07, 2016Last Updated: Mar 05, 2016
-
Created: May 21, 2016Last Updated: Jun 07, 2016
-
Created: Nov 22, 2011Last Updated: Apr 16, 2017
-
Created: Mar 17, 2016Last Updated: Jan 15, 2017
-
Created: Sep 21, 2014Last Updated: Jun 20, 2016
mod_wastrel@userstyles deleted this style
Try usoMain simplerStyle instead of this deleted style.
See more styles for Userstyles.org
usoForum simpleBlue
Description:
[ http://freestyler.ws/style/67922/usoforum-simpleblue ] Coded for Firefox/Gecko
More info
The default forum style is too "bright" (as well as too "smurfy") and wastes too much space. I've tried to keep modifications to a minimum, especially as far as colors are concerned (just a little less bright--except, maybe, for the scrollbars). This style is designed to complement my style for the main site, http://freestyler.ws/style/63377/usomain-simplestyle, as far as that goes, the one exception being to keep the panel on the left--which is really what this style is all about (using more of the "empty" space).
Note 19Sep2012: name change (working on another version w/same styling but different primary color)
Note 16Sep2012: if you'd like to http://cdn.userstyles.org/style_screenshots/35239_additional_4857.png, then you can use the following script (for Greasemonkey or Scriptish) to do it:
// ==UserScript==
// @id usoForum_style-review-rating
// @name usoForum: .addClass for a style review rating
// @version 1.0
// @namespace mod_wastrel@userstyles
// @author mod_wastrel
// @description Add a class for the rating in a style review in order to color the heading
// @include http://forum.userstyles.org/discussion/*
// @run-at document-end
// ==/UserScript==
( function( global )
{ "use strict";
var $ = global.jQuery;
$( function(bing)
{ $( 'img.good-rating' ) .parents( 'div#Content' ) .addClass( 'style-review-good' ); } );
$( function(bang)
{ $( 'img.ok-rating' ) .parents( 'div#Content' ) .addClass( 'style-review-ok' ); } );
$( function(boom)
{ $( 'img.bad-rating' ) .parents( 'div#Content' ) .addClass( 'style-review-bad' ); } );
} ( window.wrappedJSObject ) );
________________________
Updates...
16Sep2012: minor tweaks
14Sep2012: category links are styled--as an eye-catcher (enabled by default for now, as with other options); options noted in comments in the code
First install FreeStyler to use this style.
If you already installed it, please, make sure this site is allowed to run JavaScript.But you can download Freestyler for other browsers and apply styles there!
Applies to:
http://forum.userstyles.org/discussion, http://forum.userstyles.org/activity, http://forum.userstyles.org/profile, http://forum.userstyles.org/categories... More »