Response to Rounder Fast Dial Boxes Tutorial
chiaroscuro Wed, 07/09/2008 - 15:20
@Mafi0z
Thanks for your great Tutorial
I saw today a suggestion of Lain_13 on page 58 of the Russian Forum (in English) Russian Forum (in Russian) to make a file in Stylish to modify the Radius setting value in Fast Dial.
I put the following code together (see below)
Seems to work fine in Version 1.89.
Has the advantage of allowing one to keep the Radius setting when changing Versions of Fast Dial.(up to and including 1.90)
Please let me know if this works in Fast Dial Ver 2 ?
I have decided to post the Fast Dial Ver 1.90 of this Style to Userstyles for easy download into Stylish
To download this Style please click here
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") {
}
div.cell
{
-moz-border-radius: 15px !important;
}
(code modified July 16 2008)
Search logos
Search site
Navigation
User login
Online users
Active - 15 mins:
Recent comments
-
by: peter6541 min 27 sec ago
-
by: peter6547 min 57 sec ago
-
by: peter6549 min 34 sec ago
-
by: hammadamir9013 min 40 sec ago
-
by: sijiv3175922 min 55 sec ago
-
by: peter65435 min 56 sec ago
-
by: hammadamir9039 min 30 sec ago
-
by: sijiv3175959 min 24 sec ago
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by chiaroscuro on Wed, 07/16/2008 - 06:38@Mafi0z
>what i have to wonder is..if you're using firefox 2, how is the arrow in that first cell transparent? lol..<
Yes it's the only cell with an image and transparent background that I ever get to see...
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by gumanov on Fri, 07/11/2008 - 17:34ye thats weird.. maybe because it does use any scaling methods? maybe the arrow image is placed there from a local url link..
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by chiaroscuro on Sat, 07/12/2008 - 23:38Yes, interesting isn't it.
Maybe this is them:
Visible in base64 in Template.html.
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by gumanov on Sat, 07/12/2008 - 23:15i cant find that in template.html
where did u find those
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by chiaroscuro on Sat, 07/12/2008 - 23:47You should be able to find them.
Line 42 and line 45. (In Fast Dial 1.90)
.back {
background-image: url(data:image/gif;base64,R0lGODlhZABLABEAACH5BAEAAAAALAAAAA
BkAEsAoQEAANPT06mpqQAAAALWhI+py+0Po5y02ouz3rz7D4biSJbmiabqyr
buC8fyTNf2jef6zvf+Dwz6BALhSRAoGknI5HLUdD5BUem0U7VeNVnt9tL1fi
nhJPGMTivHhnLgDY/LxVf3/A5ff+14vL7eF+g3xic497dUaCiHKKS4GNcI9A
iZN0VZ+SY5lJm5ydm5+AkaGjhKWnp3ipoayYYpuPoD2yc72+rK1oarqXtQph
Z85vurSmzRZXtcnLtM1uw8EaUcvUtX/YBEjQ1AxP0NHi4+Tl5ufo6err7O3u
7+Dh8vP49SAAA7);
}
#content td:hover .back {
background-image: url(data:image/gif;base64,R0lGODlhZABLABEAACH5BAEAAAAALAAAAA
BkAEsAoQEAAKmpqYCAgAAAAALWhI+py+0Po5y02ouz3rz7D4biSJbmiabq
yrbuC8fyTNf2jef6zvf+Dwz6BALhSRAoGknI5HLUdD5BUem0U7VeNVnt9t
L1finhJPGMTivHhnLgDY/LxVf3/A5ff+14vL7eF+g3xic497dUaCiHKKS4
GNcI9AiZN0VZ+SY5lJm5ydm5+AkaGjhKWnp3ipoayYYpuPoD2yc72+rK1o
arqXtQphZ85vurSmzRZXtcnLtM1uw8EaUcvUtX/YBEjQ1AxP0NHi4+Tl5u
fo6err7O3u7+Dh8vP49SAAA7);
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by gumanov on Sun, 07/13/2008 - 00:14yep found it thanks..
try using firefox 2, and replace that base64 code with a url to a transparent logo..!
and see if transparency works
=]
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by chiaroscuro on Sun, 07/13/2008 - 09:59@Mafi0z
Very interesting suggestion !
Will get back to you.
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by telega on Sun, 07/13/2008 - 02:30In Firefox 2 transparency gets lost when FD scales custom image to the size specified in preferences. If you copy custom image directly to folder [firefox_profile]/fastdial/<number>.png, the image should be displayed transparent.
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by chiaroscuro on Sun, 07/13/2008 - 10:13@Telega
Thanks for that.
Very intriguing.
Will look into all this.
Re: Response to Rounder Fast Dial Boxes Tutorial
Submitted by chiaroscuro on Wed, 07/16/2008 - 16:19@Mafi0z
I would be interested to know how your Stylish fix for Radius is working in Fast Dial 2.
I am finding that with the code I put together for Fast Dial 1.x, that when Fast Dial/Firefox first loads the Radius is set at default.
It seems necessary to switch the Style off and then on again (from the status bar) for the radius value to be modified correctly.
I am wondering on the loading of Fast Dial, if the Stylish set Radius value is not being simply overwritten by the default setting in Template.html.
If this is the case I can think of no way at the moment to overcome this.
So perhaps this idea is flawed.
Pages