Fast Dial Transparent With Stylish Addon.
Sanjay —Sat, 04/17/2010 - 09:43
Hi Guys
UPDATE (Works Only With Vista And Windows 7).
I have been reading a lot about fast dial cannot be transparent, it is possible.
I have been working with this code taken from http://userstyles.org/styles/19104.
I can get all of fast dial transparent and all of firefox but the down side is, it makes all websites transparent which some will like it some wont.
If someone can stop all websites from going transparent or slightly faded will be perfect, as i have tried for a long time and have been unsuccessful.
Here go's tutorial for noobs i am sure the more advance people will no what to do ( make sure you remove all other transparent apps, plugins, addons or stylish codes ).
1. First install Stylish https://addons.mozilla.org/en-US/firefox/addon/2108.
2. After install right click on the stylish status bar icon and turn off all styles ONLY turn on styles after the last step.
3. Again right click on the stylish status bar icon and write new style > blank style.
4. Name the title Glass Firefox and then add code below in the big white empty box and save.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
*:not([style*="rgb"]){
-moz-appearance: -moz-win-glass !important ;
background: transparent !important;
color:white !important; }
5. Create another new style named Glass Websites and then add the 2 codes together below in the big white empty box and save.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("") {
*:not([style*="rgb"]){
-moz-appearance: transparent !important ;
color: white !important;}
}
@-moz-document url-prefix("http://"), url-prefix("https://") {
*:not([style*="rgb"]){
background: black !important ; }
}
6. Right click on the stylish status bar icon and turn on all styles and enjoy!.
Click on this link for expanded version http://i44.tinypic.com/2qdsrw2.jpg
Search logos
Search site
Navigation
User login
Online users
Recent comments
-
by: peter6545 hours 21 min ago
-
by: sijiv317595 hours 53 min ago
-
by: wakawaka5 hours 59 min ago
-
by: wakawaka6 hours 54 min ago
-
by: peter6546 hours 58 min ago
-
by: hammadamir907 hours 3 min ago
-
by: sijiv317597 hours 7 min ago
-
by: peter6547 hours 12 min ago
Re: Fast Dial Transparent With Stylish Addon.
Submitted by chiaroscuro on Sun, 08/18/2013 - 12:30Thanks
Much appreciated
Re: Fast Dial Transparent With Stylish Addon.
Submitted by Sanjay on Thu, 09/05/2013 - 13:19Update for Firefox 23 and above.
Add new code below to Stylish Addon.
Downside is that thumbnails are transparent, still trying to figure out how to make them not transparent.
Also all websites don't get transparent, only Fastdial page which is better than the old code.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#main-window[stylish-url="chrome://fastdial/content/fastdial.html"] #appcontent:not([style*="rgb"])
{ opacity: 0.25 !important; }
*:not([style*="rgb"]) { background: transparent !important; }
#nav-bar,#status-bar,#addon-bar,.tabbrowser-tab,
#PersonalToolbar,textbox#urlbar,stack#page-proxy-stack,
.chromeclass-directories *,#bookmarksPanel *,
searchbar#searchbar textbox,.tabs-newtab-button,#identity-box { color: white !important; }
If you want only Fastdial transparent then put the code below in Stylish Addon.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#main-window[stylish-url="chrome://fastdial/content/fastdial.html"] #appcontent:not([style*="rgb"])
{ opacity: 0.25 !important; }
Enjoy!
Re: Fast Dial Transparent With Stylish Addon.
Submitted by chiaroscuro on Thu, 09/05/2013 - 14:49@Sanjay
Hey, many thanks for this update
I will be most interested to see what telega thinks of this
Please could you confirm what Windows operating System you are using
Many thanks
Re: Fast Dial Transparent With Stylish Addon.
Submitted by Sanjay on Fri, 09/06/2013 - 15:10@chiaroscuro
I am using Windows Vista with Aero enabled, also it should work on Windows 7 as well with Aero enabled.
Cannot confirm Windows 8 I as don't have it or know anybody who has it.
If anyone who has Windows 8 please can they try it and let us know.
Many thanks!
Re: Fast Dial Transparent With Stylish Addon.
Submitted by spaljeni on Tue, 04/15/2014 - 08:01Anyone figured out how to make the background, but not the thumbnails transparent yet?
Pages