<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JackRebel.com &#187; Firefox Extensions</title>
	<atom:link href="http://www.jackrebel.com/category/firefox-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jackrebel.com</link>
	<description>Wallpapers &#124; PSD Files &#124; Icons &#38; more.</description>
	<lastBuildDate>Tue, 24 Jan 2012 05:29:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Tricking Out Firefox Part 2 &#8211; Transparent Twitter Home Page</title>
		<link>http://www.jackrebel.com/tricking-out-firefox-part-2-transparent-twitter-home-page/</link>
		<comments>http://www.jackrebel.com/tricking-out-firefox-part-2-transparent-twitter-home-page/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 01:23:54 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Firefox Extensions]]></category>
		<category><![CDATA[Greasemonkey Scripts]]></category>
		<category><![CDATA[Stylish Tweaks]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Stylish]]></category>
		<category><![CDATA[Twitter]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.jackrebel.com/?p=7519</guid>
		<description><![CDATA[In part 1 we covered customizing Firefox with a persona. You can also customize the appearance of any web site viewed in Firefox using the Stylish add-on that we&#8217;ll use in this post to make a transparent background for our Twitter home page. Part 3 will cover some of the many skins and themes available [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.jackrebel.com/?p=7514">part 1</a> we covered customizing Firefox with a <a href="http://www.getpersonas.com/" onclick="pageTracker._trackPageview('/outgoing/www.getpersonas.com/?referer=');">persona</a>. You can also customize the appearance of any web site viewed in Firefox using the <a href="https://addons.mozilla.org/en-US/firefox/addon/2108" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/2108?referer=');">Stylish</a> add-on that we&#8217;ll use in this post to make a transparent background for our Twitter home page.  Part 3 will cover some of the many skins and themes available for Firefox.</p>
<p>Here&#8217;s a screenshot of my Twitter home page with the background image from jackrebel.com and a transparent background for the center of the page that we create with some custom CSS injected into the twitter page on the fly using Stylish. We also have to adjust a lot of the colors of various bits to work with a dark background. The sidebar has a hover effect. You can tune the opacity to your liking by changing the opacity numbers for the various elements, but bear in mind the text is made transparent also so too little opacity can be hard to read (click to enlarge):</p>
<p style="text-align: center;"><a href="http://www.jackrebel.com/wp-content/uploads/2009/08/Transparent_twitter_2.jpg"><img class="alignnone size-full wp-image-5428" title="Transparent Twitter Home Page" src="http://www.jackrebel.com/wp-content/uploads/2009/08/Transparent_twitter_2.jpg" alt="Transparent Twitter Home Page" width=510" height="384" /></a></p>
<p>You can upload images to use as the background using the Twitter Settings/Design option in the page header. You can also choose solid background colors for the twitter content (tweets) and sidebar sections &#8211; choose colors that are similar to your background image for the best effect and choose a contrasting text color &#8211; most likely either black or white. You want the text to be readable against the background image. </p>
<p>Then you will need to install the <a href="https://addons.mozilla.org/en-US/firefox/addon/2108" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/2108?referer=');">Stylish</a> add-on. It will ask to restart Firefox which you should do &#8211; it reloads any tabs you have open. Then install the <a href="http://userstyles.org/styles/18379" onclick="pageTracker._trackPageview('/outgoing/userstyles.org/styles/18379?referer=');">Transparent Twitter Styles</a> from <a href="http://userstyles.org/" onclick="pageTracker._trackPageview('/outgoing/userstyles.org/?referer=');">Userstyles.org</a>. There should be an install button for Firefox in the top right corner of that page, as well as ways to install in Chrome and Opera. There are also style tweaks for many other web sites available on their <a href="http://userstyles.org/styles/browse/site/all/popularity/desc/1" onclick="pageTracker._trackPageview('/outgoing/userstyles.org/styles/browse/site/all/popularity/desc/1?referer=');">Site Styles</a> page. Now reload the Twitter page and you should see a partially transparent background. The effect can be tweaked to your liking by modifying the CSS it uses. Right click on the Stylish S icon in the bottom right corner of the Firefox window and select Manage Styles&#8230;</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-5428" title="Firefox Stylish Menu" src="http://www.jackrebel.com/wp-content/uploads/2009/08/Transparent_twitter_manage_styles.jpg" alt="Firefox Stylish Menu" /></p>
<p>This pops up the addon editor dialog with the Stylish User Styles option selected. Select the Transparent twitter style from the list and click on the edit button&#8230;</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-5428" title="Firefox Stylish Editing Twitter Styles" src="http://www.jackrebel.com/wp-content/uploads/2009/08/Transparent_twitter_edit.jpg" alt="Firefox Stylish Editing Twitter Styles" /></p>
<p>to show the CSS that is injected into the twitter page to create the transparent effect. This is the standard code that works for most sites with a photo background and solid color message area and sidebar.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-5428" title="Firefox Stylish Editing Twitter Styles" src="http://www.jackrebel.com/wp-content/uploads/2009/08/Transparent_twitter_css.jpg" alt="Firefox Stylish Editing Twitter Styles" width=510" height="384"  /></p>
<p>You can change the CSS, either to adjust the opacities for the best effect with your background image and colors, or even make the twitter content and sidebar disappear completely unless you mouse over them. The CSS in the following dialog is what I used to create the first screenshot above. It uses a transparent background for the message area since my background is a color wash without any fine detail.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-5428" title="Firefox Stylish Editing Twitter Styles Hover Effect" src="http://www.jackrebel.com/wp-content/uploads/2009/08/Transparent_twitter_css_hover.jpg" alt="Firefox Stylish Editing Twitter Styles Hover Effect"  width=510" height="384" /></p>
<p>Here is the CSS from the above screenshot:<br />
<code><br />
/* code by shao */<br />
/* modified by JackRebel.com for light text on a dark blue background image */</p>
<p>@namespace url(http://www.w3.org/1999/xhtml);</p>
<p>@-moz-document domain("twitter.com") {</p>
<p>textarea#status {color: #FFFFFF !important}<br />
.top-navigation {background-color: transparent !important}<br />
.bar h3 label, #currently, #latest_status, #latest_text, h1#heading {color:#FFFFFF !important}<br />
ol.statuses li:hover{color:#333366 !important}<br />
#content{background-color:transparent  !important;color:#FFFFFF  !important;opacity:0.9 !important}<br />
#status{background-color:transparent !important}<br />
#side_base{opacity:0.6 !important}<br />
#side_base:hover{opacity:0.9 !important}<br />
}<br />
</code></p>
<p style="text-align: center;"><a href="http://3723a8g4v9tyipmf06jhyypax2.hop.clickbank.net/?tid=REBEL" target="_top" onclick="pageTracker._trackPageview('/outgoing/3723a8g4v9tyipmf06jhyypax2.hop.clickbank.net/?tid=REBEL&amp;referer=');"><img src="http://www.ipadvideolessons.com/banners/ipadvideolessons-350x350.gif" border="0" alt="" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jackrebel.com/tricking-out-firefox-part-2-transparent-twitter-home-page/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Tricking Out Firefox Part 1 &#8211; Personas</title>
		<link>http://www.jackrebel.com/tricking-out-firefox-part-1-personas/</link>
		<comments>http://www.jackrebel.com/tricking-out-firefox-part-1-personas/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 17:10:42 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Firefox Extensions]]></category>
		<category><![CDATA[Firefox Theme]]></category>
		<category><![CDATA[diamond]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[persona]]></category>
		<category><![CDATA[theme]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.jackrebel.com/?p=7514</guid>
		<description><![CDATA[Firefox (45% of JR readers use it) has a plugin architecture that allows easy customization of the header and footer areas using the Firefox Persona plugin. You can also customize the appearance of any web site viewed in Firefox using the Stylish add-on that we&#8217;ll use in part 2 to make a transparent background for [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox (45% of JR readers use it) has a plugin architecture that allows easy customization of the header and footer areas using the <a href="http://www.getpersonas.com/" onclick="pageTracker._trackPageview('/outgoing/www.getpersonas.com/?referer=');">Firefox Persona</a> plugin. You can also customize the appearance of any web site viewed in Firefox using the <a href="https://addons.mozilla.org/en-US/firefox/addon/2108" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/2108?referer=');">Stylish</a> add-on that we&#8217;ll use in part 2 to make a transparent background for our Twitter home page.  There are also many skins and themes for Firefox that we&#8217;ll explore in part 3. The screenshot shows the semi-transparent theme diamond and you can see the Jack Rebel header logo bleeding through in the title bar from the window behind. </p>
<p>Here&#8217;s a Firefox Persona with Yosemite&#8217;s Half Dome (click to enlarge):</p>
<p style="text-align: center;"><a href="http://www.jackrebel.com/wp-content/uploads/2009/08/Firefox_Persona_Yosemite_diamond.jpg"><img class="alignnone size-full wp-image-5428" title="Firefox_Persona_Yosemite" src="http://www.jackrebel.com/wp-content/uploads/2009/08/Firefox_Persona_Yosemite_diamond.jpg" alt="Firefox_Persona_Yosemite" width=510" height="384" /></a></p>
<p style="text-align: center;">Type: <a href="http://www.jackrebel.com/category/firefox-themes/">Firefox Themes</a>, <a href="http://www.jackrebel.com/category/firefox-extensions/">Firefox Extensions</a> |  Mozilla Firefox: <a href="http://www.getpersonas.com" onclick="pageTracker._trackPageview('/outgoing/www.getpersonas.com?referer=');">Persona Add-on</a>, <a href="http://www.getpersonas.com/gallery/" onclick="pageTracker._trackPageview('/outgoing/www.getpersonas.com/gallery/?referer=');">Persona Gallery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackrebel.com/tricking-out-firefox-part-1-personas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

