You guys are the shit. I’ve got the grey one working now. I might mess around with this later to see if I can make it match my eclipse skin with a pale blue background and grey-ish letters. Good fuckin stuff guys.
Thanks so much, I have super sensitive eyes. I want do my own colors but I’m so noob with html ;_;
You sir are a saint.
Looks great. Thanks
This is so much better than the white! Now all we really need is a blue theme, but I can wait.
Thank you, white background was gonna give me a migraine for weeks
These are wonderful, but there have been a few tweaks made to the boards since yesterday that have made these skins a little less helpful:
Some requests:
– Change the highlight “New” when viewing the thread list back to yellow
– When editing posts, a small message appears at the bottom of the post that says “this post was edited by xx on yy.” The current stylish skins make this a normal-sized font in white. The default uses a smaller, red font. Changing it back to that would be lovely.
edit: To show what the “edited by” thing looks like.
Why isn’t this skin simply an option in the user control panel?
How do IE users implement this?
.HasNew { background-color: #FFFF00 !important; }
.HasNew > .Number { color: #000000 !important; }
.PostEdited { color: #E00000 !important; font-size: 0.8em !important; }
A couple other things:
.Highlight { background-color: #404040 !important; }
Highlights the current page number in the links at the bottom of a thread.
.Options { background-color: #404040 !important; }
Is pretty ugly but at least I can find the edit button now. “filter: invert(100%)” might work better in Chrome (don’t have it installed), but it’s not supported in Firefox.
That got it nicely, thank you!
And preview does work, it just works… differently. It changes your post from edit mode to how it would look in an actual post without changing windows. If you want to finalize the post, click “Post Comment,” otherwise click “edit” to go back to live editing.
How do you make it so that it these only work for the site? When I try to add “shoryuken.com” to the “Applies to” list, it flat out doesn’t work.
EDIT:
Work in progress.
How do you make it so that it these only work for the site? When I try to add “shoryuken.com” to the “Applies to” list, it flat out doesn’t work.
Add this to the top of your code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://forums.shoryuken.com/) {
Little red fonts are back. Please reload and test. I removed some code to make it less aggressive with fonts.

snip
I noticed the edits in your post, and I added them to the script I’m using. VERY nice! The highlights are especially welcome. Thanks so much!

How do you make it so that it these only work for the site? When I try to add “shoryuken.com” to the “Applies to” list, it flat out doesn’t work.
EDIT:
Work in progress.
snip
I really like how it’s coming out. When it’s done can you post the code?

.Options { background-color: #404040 !important; }
Is pretty ugly but at least I can find the edit button now. “filter: invert(100%)” might work better in Chrome (don’t have it installed), but it’s not supported in Firefox.
I realized I can reuse the icons from the top of the page. This is a little wiggy, but is at least a start:
.OptionsTitle {
background-image: url("http://vanillicon.com/sprites/sprites-14-eeeeee.png") !important;
background-position: -178px -60px !important;
}
d3v -

Work in progress.
I tried out your color scheme and then proceeded to shamelessly lift it. Hope you don’t mind. It looks more coherent now.

http://i.imgur.com/qFwBKv7.png
background-image: none !important;
In case somebody wants to remove that gray to black gradient picture.
Thanks man!