<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on UserScripts - Skin | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/13382</link>
    <description>Recent comments on userscript: UserScripts - Skin</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by stojshic @ Wed, 15 Oct 2008 17:01:46 -0500</title>
      <description>&lt;p&gt;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...&lt;/p&gt;</description>
      <pubDate>Wed, 15 Oct 2008 17:01:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72071</guid>
      <author>stojshic</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by avg @ Tue, 30 Sep 2008 18:50:41 -0500</title>
      <description>&lt;p&gt;I think Joe means that to not block &lt;strong&gt;every&lt;/strong&gt; error, but just the install warnings.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Sep 2008 18:50:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72072</guid>
      <author>avg</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gnintendo @ Tue, 30 Sep 2008 18:12:41 -0500</title>
      <description>&lt;p&gt;Comments are messed up since they updated them.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Sep 2008 18:12:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72073</guid>
      <author>Gnintendo</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by French31 @ Sat, 27 Sep 2008 10:05:52 -0500</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;could you please align the grey background with the text? It seems to fit only for the main page.&lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;</description>
      <pubDate>Sat, 27 Sep 2008 10:05:52 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72074</guid>
      <author>French31</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by stojshic @ Mon, 18 Aug 2008 04:35:57 -0500</title>
      <description>&lt;p&gt;@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...&lt;/p&gt;</description>
      <pubDate>Mon, 18 Aug 2008 04:35:57 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72075</guid>
      <author>stojshic</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons @ Sun, 17 Aug 2008 10:30:50 -0500</title>
      <description>&lt;p&gt;You use &lt;code&gt;p#install_warning {display : none !important;}&lt;/code&gt; instead of &lt;code&gt;p.error {display : none !important;}&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;or &lt;code&gt;document.getElementById(&quot;install_warning&quot;).style.display = &quot;none&quot;;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Jesse put an id on the specific installation warning so people could specifically hide it.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 10:30:50 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72076</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by stojshic @ Sun, 17 Aug 2008 06:43:18 -0500</title>
      <description>&lt;p&gt;@JoeSimmons - #install_warning? What's that for?&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 06:43:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72077</guid>
      <author>stojshic</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons @ Sat, 16 Aug 2008 17:59:22 -0500</title>
      <description>&lt;p&gt;You can now use &lt;pre&gt;#install_warning {display : none !important;}&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 17:59:22 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72078</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by stojshic @ Fri, 15 Aug 2008 12:11:44 -0500</title>
      <description>&lt;p&gt;@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...&lt;/p&gt;

&lt;p&gt;*EDIT* : OK, now the feedback button is black. Hope you like it...&lt;/p&gt;</description>
      <pubDate>Fri, 15 Aug 2008 12:11:44 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72079</guid>
      <author>stojshic</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by French31 @ Mon, 28 Jul 2008 04:03:21 -0500</title>
      <description>&lt;p&gt;I love this skin! :D&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Is it possible to change the color of the feedback button too? Orange is not in the mood of this skin.&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jul 2008 04:03:21 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72080</guid>
      <author>French31</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by ldglance @ Mon, 14 Apr 2008 16:26:17 -0500</title>
      <description>&lt;p&gt;thanks i like it alot can not stand white:D&lt;/p&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:26:17 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72081</guid>
      <author>ldglance</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by stojshic @ Sat, 05 Apr 2008 20:16:40 -0500</title>
      <description>&lt;p&gt;Any comments for new style?? Do you like it??? Post any bugs please...&lt;/p&gt;</description>
      <pubDate>Sat, 05 Apr 2008 20:16:40 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72082</guid>
      <author>stojshic</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by malious @ Thu, 03 Apr 2008 01:57:11 -0500</title>
      <description>&lt;p&gt;&lt;b&gt;pleasure is all mine :)&lt;/b&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 03 Apr 2008 01:57:11 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72083</guid>
      <author>malious</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by stojshic @ Wed, 02 Apr 2008 19:53:08 -0500</title>
      <description>&lt;p&gt;@malious Thanks for reporting this bug man. Didn't know about that &quot;blockquote&quot; until now. Anyway, I fixed that, now it's better:) And I saw your version, it looks cool, great job :)&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2008 19:53:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72084</guid>
      <author>stojshic</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by malious @ Tue, 01 Apr 2008 19:44:23 -0500</title>
      <description>&lt;p&gt;here is the link where you will find the blockquote
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/forums/3/topics/2039&quot;&gt;http://userscripts.org/forums/3/topics/2039&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;this is a blockquote&lt;/blockquote&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 19:44:23 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72085</guid>
      <author>malious</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by stojshic @ Tue, 01 Apr 2008 19:12:48 -0500</title>
      <description>&lt;p&gt;@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?&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 19:12:48 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72086</guid>
      <author>stojshic</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by malious @ Mon, 31 Mar 2008 16:27:03 -0500</title>
      <description>&lt;p&gt;&lt;code&gt;http://malious.110mb.com/css/USO_css.css&lt;/code&gt;
&lt;br /&gt;please review this
&lt;br /&gt;modified the css a bit
&lt;br /&gt;original credit given to the author :)&lt;/p&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:27:03 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72087</guid>
      <author>malious</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by malious @ Mon, 31 Mar 2008 13:42:58 -0500</title>
      <description>&lt;p&gt;can i edit this css for my own use?
&lt;br /&gt;i'll change some colors&lt;/p&gt;

&lt;p&gt;and also for blockquotes, the color default does not suit this skin
&lt;br /&gt;so have to change it
&lt;br /&gt;i added this for blockquotes:
&lt;br /&gt;&lt;code&gt;x += 'blockquote{background-color: #C0C0C0 !important; color: #004400;}';
&lt;br /&gt;x += 'blockquote a{color: #800000;}';
&lt;br /&gt;x += 'blockquote a:hover{color: #111111 !important;}';&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 31 Mar 2008 13:42:58 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72088</guid>
      <author>malious</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by alex. @ Wed, 26 Mar 2008 15:44:21 -0500</title>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;The style can be found here.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://userstyles.org/styles/5989&quot;&gt;http://userstyles.org/styles/5989&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 26 Mar 2008 15:44:21 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72089</guid>
      <author>alex.</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by NotStyle @ Sat, 01 Dec 2007 12:26:27 -0600</title>
      <description>&lt;p&gt;fixed some bugs i see =]. Good work =]&lt;/p&gt;</description>
      <pubDate>Sat, 01 Dec 2007 12:26:27 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72090</guid>
      <author>NotStyle</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by stojshic @ Mon, 29 Oct 2007 10:13:44 -0500</title>
      <description>&lt;p&gt;@grise&lt;/p&gt;

&lt;p&gt;I'm not sure what google ads are u talking about?? USO does not have any ads...&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:13:44 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72091</guid>
      <author>stojshic</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by Deathstar-NL @ Mon, 29 Oct 2007 09:47:02 -0500</title>
      <description>&lt;p&gt;Thnx for the Fix ^^ looks alot better now (Y)&lt;/p&gt;

&lt;p&gt;And you're right, that Red warningbox was annoying :)&lt;/p&gt;

&lt;p&gt;Great job, i like it.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:47:02 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72092</guid>
      <author>Deathstar-NL</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by grise @ Mon, 29 Oct 2007 09:36:18 -0500</title>
      <description>&lt;p&gt;Good Work Bloody_Angel
&lt;br /&gt;but... can you remove google ads ?&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:36:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72093</guid>
      <author>grise</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by stojshic @ Sun, 28 Oct 2007 19:35:44 -0500</title>
      <description>&lt;p&gt;@Reggie Kickass, Flake &amp;amp; SoundFloor:&lt;/p&gt;

&lt;p&gt;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...&lt;/p&gt;</description>
      <pubDate>Sun, 28 Oct 2007 19:35:44 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72094</guid>
      <author>stojshic</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
    <item>
      <title>Archived Comments, replied by Reggie Kickass @ Sun, 28 Oct 2007 19:25:52 -0500</title>
      <description>&lt;p&gt;ohhhhh very nice.&lt;/p&gt;</description>
      <pubDate>Sun, 28 Oct 2007 19:25:52 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16765:72095</guid>
      <author>Reggie Kickass</author>
      <link>http://userscripts.org/topics/16765</link>
    </item>
  </channel>
</rss>
