This style was deleted by its author, mod_wastrel@userstyles

mod_wastrel@userstyles deleted this style

Try usoMain simplerStyle instead of this deleted style.

See more styles for Userstyles.org

usoForum simpleBlue

Added by mod_wastrel@userstyles, Created: Sep 11, 2012, Updated: Sep 16, 2012
No screenshot

Description:

A simple style for forum.userstyles.org that trims the wasted space from the content window--use all of your widescreen (and on screens not so wide); this style might work well for any site using Vanilla 2 (with certain obvious changes). I'm still working out a few kinks, plus the optional scrollbars and pagination are enabled by default right now (I might change their default to disabled before I'm finished**). Feel free to play with it.

[ http://freestyler.ws/style/67922/usoforum-simpleblue ] Coded for Firefox/Gecko

More info
**You can enable/disable the optional scrollbars and/or pagination styling by commenting/uncommenting their code blocks.

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

Installs:
Applies to:
http://forum.userstyles.org/discussion, http://forum.userstyles.org/activity, http://forum.userstyles.org/profile, http://forum.userstyles.org/categories... More »
License:
CC0 1.0 Universal.
mod_wastrel@userstyles has waived all copyright and related or neighboring rights to usoForum simpleBlue, to the extent allowed by law.

Related styles:

WARNING: This webware is not functioning properly. Please enable javascript in your browser and try again.