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

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 Feed-icon

1 point
login to vote
stojshic script's author
Posted 59 minutes ago

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...

1 point
login to vote
avg scriptwright
Posted Sep 30, 2008

I think Joe means that to not block every error, but just the install warnings.

1 point
login to vote
Gnintendo scriptwright
Posted Sep 30, 2008

Comments are messed up since they updated them.

1 point
login to vote
French31 scriptwright
Posted Sep 27, 2008

Hi,

could you please align the grey background with the text? It seems to fit only for the main page.

Thanks in advance!

1 point
login to vote
stojshic script's author
Posted Aug 18, 2008

@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...

1 point
login to vote
JoeSimmons scriptwright
Posted Aug 17, 2008

You use p#install_warning {display : none !important;} instead of p.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.

1 point
login to vote
stojshic script's author
Posted Aug 17, 2008

@JoeSimmons - #install_warning? What's that for?

1 point
login to vote
JoeSimmons scriptwright
Posted Aug 16, 2008

You can now use

#install_warning {display : none !important;}

1 point
login to vote
stojshic script's author
Posted Aug 15, 2008

@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...

1 point
login to vote
French31 scriptwright
Posted Jul 28, 2008

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.

1 point
login to vote
ldglance user
Posted Apr 14, 2008

thanks i like it alot can not stand white:D

1 point
login to vote
stojshic script's author
Posted Apr 5, 2008

Any comments for new style?? Do you like it??? Post any bugs please...

1 point
login to vote
malious scriptwright
Posted Apr 3, 2008

pleasure is all mine :)

1 point
login to vote
stojshic script's author
Posted Apr 2, 2008

@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 :)

1 point
login to vote
malious scriptwright
Posted Apr 1, 2008

here is the link where you will find the blockquote
http://userscripts.org/forums/3/topics/2039

this is a blockquote

1 point
login to vote
stojshic script's author
Posted Apr 1, 2008

@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?

1 point
login to vote
malious scriptwright
Posted Mar 31, 2008

http://malious.110mb.com/css/USO_css.css
please review this
modified the css a bit
original credit given to the author :)

1 point
login to vote
malious scriptwright
Posted Mar 31, 2008

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;}';

1 point
login to vote
alex. user
Posted Mar 26, 2008

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

1 point
login to vote
NotStyle user
Posted Dec 1, 2007

fixed some bugs i see =]. Good work =]

1 point
login to vote
stojshic script's author
Posted Oct 29, 2007

@grise

I'm not sure what google ads are u talking about?? USO does not have any ads...

1 point
login to vote
Posted Oct 29, 2007

Thnx for the Fix ^^ looks alot better now (Y)

And you're right, that Red warningbox was annoying :)

Great job, i like it.

1 point
login to vote
grise user
Posted Oct 29, 2007

Good Work Bloody_Angel
but... can you remove google ads ?

1 point
login to vote
stojshic script's author
Posted Oct 28, 2007

@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...

1 point
login to vote
Posted Oct 28, 2007

ohhhhh very nice.

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