art
January 11th, 2006, 03:53 PM
EDIT:: Added the way to roll back to original
Hi forum
I just made little changes to the wonderfull winterfox widgets theme, and added to it the firefoxy buttons. This is for FF1.5 installed in /opt directory.
http://gnome-look.org/content/show.php?content=21812
http://emps.l-c-n.com/downloads
The firefoxy doesn't work really well on my ubuntu, the location bar gets broken. So here it is.
Download the winterfox, and Prettywidgets-Linux.tgz
tar jxf winterfox-0.7.tar.bz2
tar zxf Prettywidgets-Linux.tgz
Installing winterfox:
Make a backup
sudo cp -r /opt/firefox/res /opt/firefox/res_bckp
After extracting winterfox you'll get a folder called res.
cd ~/Desktop/res/
sudo cp -r * /opt/firefox/res
sudo cat /opt/firefox/res/winter.css >> /opt/firefox/res/forms.css
Installing firefoxy buttons:
cd ~/Desktop/widgets-linux-P/for_1.5
sudo cp aguaButton_focus.png /opt/firefox/res/winter/button-bg-active.png
sudo cp aguaButton.png /opt/firefox/res/winter/button-bg.png
sudo cp radio.png /opt/firefox/res/winter/radio.png
sudo cp radio_checked.png /opt/firefox/res/winter/radio_checked.png
sudo cp droparrow.png /opt/firefox/res/winter/droparrow.png
sudo gedit /opt/firefox/res/forms.css
and change
/* --------------------------------------------
DROPDOWNS
-----------------------------------------------*/
select,
select:not([size]),
select[size="0"],
select[size="1"] {
font-weight: normal !important;
color: black;
background: #efebe7 url(winter/button-bg.png) repeat-x bottom right !important;
to
/* --------------------------------------------
DROPDOWNS
-----------------------------------------------*/
select,
select:not([size]),
select[size="0"],
select[size="1"] {
font-weight: normal !important;
color: black;
background: #f1f4f8 url(winter/button-bg.png) repeat-x bottom right !important;
I like it, hope you'll too... Here is a little screenie
If you didn't like it, here is how to roll back
sudo rm -rf /opt/firefox/res/*
cd /opt/firefox/res/
sudo cp -r /opt/firefox/res_bckp/* .
Hi forum
I just made little changes to the wonderfull winterfox widgets theme, and added to it the firefoxy buttons. This is for FF1.5 installed in /opt directory.
http://gnome-look.org/content/show.php?content=21812
http://emps.l-c-n.com/downloads
The firefoxy doesn't work really well on my ubuntu, the location bar gets broken. So here it is.
Download the winterfox, and Prettywidgets-Linux.tgz
tar jxf winterfox-0.7.tar.bz2
tar zxf Prettywidgets-Linux.tgz
Installing winterfox:
Make a backup
sudo cp -r /opt/firefox/res /opt/firefox/res_bckp
After extracting winterfox you'll get a folder called res.
cd ~/Desktop/res/
sudo cp -r * /opt/firefox/res
sudo cat /opt/firefox/res/winter.css >> /opt/firefox/res/forms.css
Installing firefoxy buttons:
cd ~/Desktop/widgets-linux-P/for_1.5
sudo cp aguaButton_focus.png /opt/firefox/res/winter/button-bg-active.png
sudo cp aguaButton.png /opt/firefox/res/winter/button-bg.png
sudo cp radio.png /opt/firefox/res/winter/radio.png
sudo cp radio_checked.png /opt/firefox/res/winter/radio_checked.png
sudo cp droparrow.png /opt/firefox/res/winter/droparrow.png
sudo gedit /opt/firefox/res/forms.css
and change
/* --------------------------------------------
DROPDOWNS
-----------------------------------------------*/
select,
select:not([size]),
select[size="0"],
select[size="1"] {
font-weight: normal !important;
color: black;
background: #efebe7 url(winter/button-bg.png) repeat-x bottom right !important;
to
/* --------------------------------------------
DROPDOWNS
-----------------------------------------------*/
select,
select:not([size]),
select[size="0"],
select[size="1"] {
font-weight: normal !important;
color: black;
background: #f1f4f8 url(winter/button-bg.png) repeat-x bottom right !important;
I like it, hope you'll too... Here is a little screenie
If you didn't like it, here is how to roll back
sudo rm -rf /opt/firefox/res/*
cd /opt/firefox/res/
sudo cp -r /opt/firefox/res_bckp/* .