UserScripts - Skin
Last update on Aug 16, 2008
Black skin for UserScripts.org - v2.6 - By stojshic
This is an black skin for UserScripts.Org site. It's not fully done yet, so this is something like beta version. Please, tell me if u see some bugs, and I'm sure u'll find some... And comment what u think of the skin, what would u like changed...
For older verison of the skin (v1.08) go to http://userscripts.org/scripts/show/24721
16.08.2008:
v2.6 - One small fix in this release, changed color of the Feedback button to black, so it fits nicer with skin
21.04.2008:
v2.5 - Changed background color and size of search bar...
15.04.2008:
v2.4 - Fixed bad colors in "Subscribe to topic" page...
10.04.2008:
v2.3 - There were some problems when someone commented code, now that's fixed. And I optimized code a bit.. So, now officially it's out of Beta phase
04.04.2008:
v2.2b: I saw one bug, if you click link to view all your forum posts, there were one bug, you couldn't read where post is posted. Now that's fixed...
03.04.2008:
v2.0b - v2.1b: This is new version of the skin, which is still in beta phase. I'll add some colors to the skin, I think I'll add green color for the headers, and maybe some else... I'll see... I hope you will like it. I guess it's a bit buggy, so if you find any bugs, please tell me. Thanks
Edit: As I thought, there were bugs, and now I fixed some of them...
03.04.2008:
v1.08: Fixed blockquoted text color mismatch (bug), thank you malious
19.03.2008:
v1.07: Some minor color bugs fixed...
29.01.2008:
v1.06: USO changed some code so the script was buggy (authors comments were yellow), so I fixed the script...
28.01.2008:
v1.05: Changed the font color on the homepage from blue to grey
29.10.2007:
v1.04: Added an option to show/hide the USO warning message about installing new scripts (default is show)
28.10.2007:
v1.03: Found one more bug, and now fixed. Some quoted comments couldn't be seen. I didn't saw that till now, so I fixed it now.
28.10.2007:
v1.02: Fixed bug with author posts, now u can see what author posted. Also fixed bug with coded text. Warning message is not Red anymore, now it fits nicer to skin...
28.10.2007:
v1.01: Removed border from some elements, so now it looks a bit nicer...
If u want to hide USO warning message, go to Tools > Greasemonkey > Menage User Scripts > UserScripts - Skin and click Edit. Then scroll to the bottom of the script, find the text shown below, and change it row like shown:
---------------------------------------
//x += 'p.error{ visibility: hidden;}';
---------------------------------------
to
-------------------------------------
x += 'p.error{ visibility: hidden;}';
-------------------------------------
Other words, just remove first two signs of the text - //

For older verison of the skin (v1.08) go to http://userscripts.org/scripts/show/24721
Updates:
16.08.2008:
v2.6 - One small fix in this release, changed color of the Feedback button to black, so it fits nicer with skin
21.04.2008:
v2.5 - Changed background color and size of search bar...
15.04.2008:
v2.4 - Fixed bad colors in "Subscribe to topic" page...
10.04.2008:
v2.3 - There were some problems when someone commented code, now that's fixed. And I optimized code a bit.. So, now officially it's out of Beta phase
04.04.2008:
v2.2b: I saw one bug, if you click link to view all your forum posts, there were one bug, you couldn't read where post is posted. Now that's fixed...
03.04.2008:
v2.0b - v2.1b: This is new version of the skin, which is still in beta phase. I'll add some colors to the skin, I think I'll add green color for the headers, and maybe some else... I'll see... I hope you will like it. I guess it's a bit buggy, so if you find any bugs, please tell me. Thanks
Edit: As I thought, there were bugs, and now I fixed some of them...
03.04.2008:
v1.08: Fixed blockquoted text color mismatch (bug), thank you malious
19.03.2008:
v1.07: Some minor color bugs fixed...
29.01.2008:
v1.06: USO changed some code so the script was buggy (authors comments were yellow), so I fixed the script...
28.01.2008:
v1.05: Changed the font color on the homepage from blue to grey
29.10.2007:
v1.04: Added an option to show/hide the USO warning message about installing new scripts (default is show)
28.10.2007:
v1.03: Found one more bug, and now fixed. Some quoted comments couldn't be seen. I didn't saw that till now, so I fixed it now.
28.10.2007:
v1.02: Fixed bug with author posts, now u can see what author posted. Also fixed bug with coded text. Warning message is not Red anymore, now it fits nicer to skin...
28.10.2007:
v1.01: Removed border from some elements, so now it looks a bit nicer...
Configuration:
If u want to hide USO warning message, go to Tools > Greasemonkey > Menage User Scripts > UserScripts - Skin and click Edit. Then scroll to the bottom of the script, find the text shown below, and change it row like shown:
---------------------------------------
//x += 'p.error{ visibility: hidden;}';
---------------------------------------
to
-------------------------------------
x += 'p.error{ visibility: hidden;}';
-------------------------------------
Other words, just remove first two signs of the text - //
ScreenShot:

You could comment on this script if you were logged in.
31 comments
You could comment on this script if you were logged in.

login to vote
OK. Userscripts completely redesigned their site (now it's much more sleek and beautiful). I'll try to do the new version of the script as soon as I can. Check for updates regularly...
login to vote
I think Joe means that to not block every error, but just the install warnings.
login to vote
Comments are messed up since they updated them.
login to vote
Hi,
could you please align the grey background with the text? It seems to fit only for the main page.
Thanks in advance!
login to vote
@JoeSimmons - OK, i understand, but why would I change p.error to p#install_warning when in works fine now? When p.error does not hide that warning I will change my code, but for now there no need for that...
login to vote
You use
p#install_warning {display : none !important;}instead ofp.error {display : none !important;}or
document.getElementById("install_warning").style.display = "none";Jesse put an id on the specific installation warning so people could specifically hide it.
login to vote
@JoeSimmons - #install_warning? What's that for?
login to vote
You can now use
#install_warning {display : none !important;}login to vote
@French31 - I'll do it tomorrow, that shouldn't be any problem. I, personally, like orange button, but i'll make it Green or Gray, so it fits better in skin...
*EDIT* : OK, now the feedback button is black. Hope you like it...
login to vote
I love this skin! :D
Could you please change the color of the bg images of unlisted scripts (white font on pink is not readable)? Not that it matters much, but that's still an improvement.
Is it possible to change the color of the feedback button too? Orange is not in the mood of this skin.
Thanks in advance.
login to vote
thanks i like it alot can not stand white:D
login to vote
Any comments for new style?? Do you like it??? Post any bugs please...
login to vote
pleasure is all mine :)
login to vote
@malious Thanks for reporting this bug man. Didn't know about that "blockquote" until now. Anyway, I fixed that, now it's better:) And I saw your version, it looks cool, great job :)
login to vote
here is the link where you will find the blockquote
http://userscripts.org/forums/3/topics/2039
login to vote
@malious it's ok to use my code, as long as you put my name in the credits:) blockquotes? I didn't see that anywhere. Can you give me the link where I can see it please?
login to vote
http://malious.110mb.com/css/USO_css.cssplease review this
modified the css a bit
original credit given to the author :)
login to vote
can i edit this css for my own use?
i'll change some colors
and also for blockquotes, the color default does not suit this skin
so have to change it
i added this for blockquotes:
x += 'blockquote{background-color: #C0C0C0 !important; color: #004400;}';x += 'blockquote a{color: #800000;}';
x += 'blockquote a:hover{color: #111111 !important;}';
login to vote
I have taken the css from the script and added it to a css file so you can use it in stylish which means the page will be styled while it's loading.
The style can be found here.
http://userstyles.org/styles/5989
login to vote
fixed some bugs i see =]. Good work =]
login to vote
@grise
I'm not sure what google ads are u talking about?? USO does not have any ads...
login to vote
Thnx for the Fix ^^ looks alot better now (Y)
And you're right, that Red warningbox was annoying :)
Great job, i like it.
login to vote
Good Work Bloody_Angel
but... can you remove google ads ?
login to vote
@Reggie Kickass, Flake & SoundFloor:
Thanks man,I'm glad u like my skin. I'm doing my best to make a good skin for USO because the orig. one is sooooo bad... If u find some bug, please report it...
login to vote
ohhhhh very nice.