HomeHome  PortalPortal  SearchSearch  FAQFAQ  RegisterRegister  Log inLog in  

RSS Feed Galaxy GUI Live News | Galaxy GUI has new admins!

Don't be a lurker! Register Today at Galaxy GUI and get access to our releases database, full of icons, wallpapers, themes and more updated daily as well as other features that will enchance your browsing experience
Galaxy GUI Avatar Welcome to Galaxy GUI!
Bookmark and Share
User Pass

Remember Me?
Firefox Themes View previous topic View next topic Go down
Goto page : 1, 2  Next
Author Message
sparo



Member
Member

Group : Member
Joined : 04 May 2008
From : Duluth, Minnesota, USA
OS : Mac OS X Leopard


May 10th 2008, 20:12

Sorry, can someone move this to Computing and Web?

Post the links to your favorite Firefox Themes.

Put [BETA] in the title if the theme is for a Beta release.
Don't put anything in the title if it's for the current release of Firefox.

I'll go first.
http://xeeew.deviantart.com/art/Elementary-Firefox-Theme-82890075

//Thread moved. - Tron
_________________
sgparo@gmail.com
http://sparo.tumblr.com/
Mitch



Head Admin
Head Admin

Group : Administrator
Joined : 24 Apr 2008
From : S/W England
OS : Leopard


May 10th 2008, 20:49

Neat thread idea mate. smile
_________________
Mitch Bartlett - Icon designer, MacThemes Writer, Mac junkie.

www.mjbartlett.co.uk
alxmarcond



Moderator
Moderator

Group : Moderator
Joined : 12 Jan 2008
From : Clemson
OS : Ubuntu, Fedora, LFS, WinXP Pro SP3


May 11th 2008, 00:02

stylish skins count?

heres my fav code

Code:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
textbox:not([readonly]), menulist {
  -moz-appearance: none !important;
  border: 3px solid !important;
  -moz-border-top-colors: #676767 #C5C5C5 -moz-Field !important;
  -moz-border-bottom-colors: #C2C2C2 #A4A4A4 -moz-Field !important;
  -moz-border-right-colors: #969696 #C5C5C5 -moz-Field !important;
  -moz-border-left-colors: #969696 #C5C5C5 -moz-Field !important;
  -moz-border-radius: 9.5pt !important;
  -moz-background-clip: padding !important;
}
textbox[focused="true"], menulist:focus {
  -moz-outline-radius: 9.5pt !important;
  outline: solid 1pt !important;
  outline-color: rgba(60, 120, 240, 0.8) !important;
  outline-offset: -1pt !important;
}
tab:focus label, #identity-box:focus {
  -moz-outline-radius: 9.5pt !important;
  outline: solid 1pt !important;
  outline-color: rgba(60, 120, 240, 0.8) !important;
}
tab:focus label {
  border: none !important;
  outline-offset: 1pt !important;
}
.tabbrowser-tabs tab:focus label {
  padding-left: 1px !important;
}
tab:focus hbox {
  border: none !important;
  outline: none !important;
}
searchbar {
  min-height: 21.7pt !important;
}
#urlbar, #urlbar>:not(#identity-box)>:not(dropmarker), #urlbar>:not(#identity-box), menulist dropmarker, menulist, textbox:not([readonly]), searchbar button {
  -moz-appearance: none !important;
  background: -moz-Field !important;
}
textbox:not([empty="true"]):not([disabled="true"]), menulist:not([disabled="true"]) {
  color: -moz-fieldtext !important;
}
#urlbar :not(dropmarker), searchbar button {
  -moz-border-radius: 14pt !important;
}
menulist dropmarker {
  display: -moz-box !important;
}
menulist dropmarker *, .autocomplete-history-dropmarker * {
  display: none !important;
}
menulist dropmarker {
  margin-top: 1.8pt !important;
}
richlistbox menulist dropmarker {
  -moz-appearance: menulist-button !important;
  margin-top: -2.5pt !important;
  margin-bottom: -2.5pt !important;
  margin-right: -1pt !important;
}
toolbar splitter {
  outline: highlight 1pt solid !important;
  -moz-outline-radius: 12121212px !important;
  outline-offset: -10pt !important;
  height: 20pt !important;
  width: 24pt !important;
  border: none !important;
  padding: 0 !important;
  margin-left: -9pt !important;
  margin-right: -6.5pt !important;
}
#identity-box {
  padding-right: 0.1pt !important;
  -moz-background-clip: border !important;
  margin-top: -1px !important;
  margin-bottom: -1px !important;
  margin-left: -1.3pt !important;
  border: none !important;
}
#identity-box>hbox {
  margin-left: -1px !important;
  min-width: 18px !important;
  border: none !important;
  min-height: 10px !important;
  background: -moz-field !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  padding-left: 1.5pt !important;
  padding-right: 1px !important;
  margin: 0 !important;
}
#urlbar :not(dropmarker), searchbar * {
  border: none !important;
}
#identity-box.verifiedIdentity, #identity-box.verifiedDomain {
  background: rgba(0, 0, 0, 0.5) !important;
}
#identity-box.verifiedIdentity>hbox {
  background: rgba(200, 255, 200, 0.9) !important;
}
#identity-box.verifiedDomain>hbox {
  background: rgba(200, 210, 255, 0.99) !important;
}

/**
 *  Uncomment the lines below to turn on alternative
 *  appearance for the site button.
**/
/*
#identity-box.unknownIdentity>hbox {
  background: rgba(255, 200, 210, 0.3) !important;
}
*/

#identity-box.verifiedDomain label {
  /*display: -moz-box !important;*/
}
#identity-box label {
  margin-right: 3.1pt !important;
  color: black !important;
}
menulist dropmarker, textbox dropmarker {
  width: 0px !important;
  border-top: 6.5pt solid highlight !important;
  border-left: 4pt solid rgba(0, 0, 0, 0) !important;
  border-right: 4pt solid rgba(0, 0, 0, 0) !important;
  border-bottom: none !important;
  -moz-border-top-colors: highlight !important;
  -moz-border-left-colors: rgba(0, 0, 0, 0) !important;
  -moz-border-right-colors: rgba(0, 0, 0, 0) !important;
  -moz-border-bottom-colors: rgba(0, 0, 0, 0) !important;
  background: none !important;
  margin-top: 4pt !important;
  margin-right: 2pt !important;
  margin-left: 1.1pt !important;
  -moz-border-radius-bottomright: 12pt !important;
}
#searchbox textbox {
  border: none !important;
  outline-offset: 4px !important;
  margin-right: -15px !important;
  padding-right: 17px !important;
}
spinbuttons, spinbuttons * {
  -moz-appearance: none !important;
  border: none !important;
  padding: 0 !important;
  margin-top: -0.5pt !important;
  margin-bottom: -0.5pt !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.textbox-input-box.numberbox-input-box {
  -moz-appearance: none !important;
  border: none !important;
}
.find-field-container {
  -moz-appearance: none !important;
  border: none !important;
  background: none !important;
}
.findbar-container {
  -moz-appearance: toolbox !important;
  margin-top: 1px !important;
}
findbar {
  -moz-appearance: toolbar !important;
  margin-bottom: -1px !important;
}

_________________
sparo



Member
Member

Group : Member
Joined : 04 May 2008
From : Duluth, Minnesota, USA
OS : Mac OS X Leopard


May 11th 2008, 00:34

Nice. I'm too lazy to check that skin out right now, but I will next I re-customize my Firefox.
happy
_________________
sgparo@gmail.com
http://sparo.tumblr.com/
sparo



Member
Member

Group : Member
Joined : 04 May 2008
From : Duluth, Minnesota, USA
OS : Mac OS X Leopard


May 11th 2008, 00:42

@alxmarcond:
That theme made my Firefox look like it got raped. Anally.
Lol.
_________________
sgparo@gmail.com
http://sparo.tumblr.com/
Mitch



Head Admin
Head Admin

Group : Administrator
Joined : 24 Apr 2008
From : S/W England
OS : Leopard


May 11th 2008, 01:10

Just a warning, sparo. Please be easy on the language, if it can be called that, next time.
I know it's nothing, but we have young members. wink
_________________
Mitch Bartlett - Icon designer, MacThemes Writer, Mac junkie.

www.mjbartlett.co.uk
alxmarcond



Moderator
Moderator

Group : Moderator
Joined : 12 Jan 2008
From : Clemson
OS : Ubuntu, Fedora, LFS, WinXP Pro SP3


May 11th 2008, 01:39

yeah, sexually explicit stuff not allowed. thanks for warning him tron, good mod *throws treat*
_________________
sparo



Member
Member

Group : Member
Joined : 04 May 2008
From : Duluth, Minnesota, USA
OS : Mac OS X Leopard


May 11th 2008, 01:40

Sorry. I'll try to cut down. You should see me in public, tongue.

Anyways, back on topic...
_________________
sgparo@gmail.com
http://sparo.tumblr.com/
alxmarcond



Moderator
Moderator

Group : Moderator
Joined : 12 Jan 2008
From : Clemson
OS : Ubuntu, Fedora, LFS, WinXP Pro SP3


May 11th 2008, 01:41

same here mate same here... what do u mean though? how did it mess up ur firefox? screenshot?
_________________
sparo



Member
Member

Group : Member
Joined : 04 May 2008
From : Duluth, Minnesota, USA
OS : Mac OS X Leopard


May 11th 2008, 13:13

Nah, it was the default theme pretty much, but with rounded textareas, etc. The borders of the textareas interfered with the rest of the UI. Let me tell you this: IT WASN'T PRETTY.
happy

Maybe you have a larger screen resolution, so it might look nicer on your computer. and you're probably not running the same OS.
_________________
sgparo@gmail.com
http://sparo.tumblr.com/
ichiDS



Regular Visitor
Regular Visitor

Group : Member
Joined : 17 Mar 2008


May 16th 2008, 22:03

OFFTOPIC: I don't think that anyone could feel it ofensive(At less in my country boys at age of 8 knows EVERYTHING)

ONTOPIC:
This theme is the best by far

http://tanjihay.deviantart.com/art/Foxdie-1-1-3-60350715
_________________
CHUPALA
SbuxBlaze



Founder
Founder

Group : Founder
Joined : 24 Dec 2007
From : Southern California
OS : Vista Ultimate


May 16th 2008, 22:06

@ichids, probably the best firefox theme ever
_________________
Founder of Galaxy GUI
sparo



Member
Member

Group : Member
Joined : 04 May 2008
From : Duluth, Minnesota, USA
OS : Mac OS X Leopard


May 17th 2008, 02:39

I think that Urethane and iFox are pretty choice in my book.
_________________
sgparo@gmail.com
http://sparo.tumblr.com/
randomus_r



Regular Visitor
Regular Visitor

Group : Member
Joined : 17 Apr 2008
OS : Vista


May 17th 2008, 10:49

Firefox Beta 5 on Vista with glass extension wink

http://www.neowin.net/forum/index.php?showtopic=632112
_________________
SbuxBlaze



Founder
Founder

Group : Founder
Joined : 24 Dec 2007
From : Southern California
OS : Vista Ultimate


May 17th 2008, 17:06

@randomus, thanks so much for linking that glass extention, ive been looking for something like that for a long time
_________________
Founder of Galaxy GUI
randomus_r



Regular Visitor
Regular Visitor

Group : Member
Joined : 17 Apr 2008
OS : Vista


May 17th 2008, 23:31

No problemo smile
_________________
alxmarcond



Moderator
Moderator

Group : Moderator
Joined : 12 Jan 2008
From : Clemson
OS : Ubuntu, Fedora, LFS, WinXP Pro SP3


May 18th 2008, 01:12

foxdie is pretty amazing. too bad it lacks beta 5 support :/
_________________
sparo



Member
Member

Group : Member
Joined : 04 May 2008
From : Duluth, Minnesota, USA
OS : Mac OS X Leopard


May 20th 2008, 14:56

:/

If I run the beta version, my family would shoot me. They'd be like "Wtf is thiiiiiiiiiis".
_________________
sgparo@gmail.com
http://sparo.tumblr.com/
SbuxBlaze



Founder
Founder

Group : Founder
Joined : 24 Dec 2007
From : Southern California
OS : Vista Ultimate


May 20th 2008, 15:04

sparo wrote:
:/

If I run the beta version, my family would shoot me. They'd be like "Wtf is thiiiiiiiiiis".


Well it works without a single problem so far
_________________
Founder of Galaxy GUI
sparo



Member
Member

Group : Member
Joined : 04 May 2008
From : Duluth, Minnesota, USA
OS : Mac OS X Leopard


May 22nd 2008, 02:46

They'll shoot me. My mom's a little finnish woman.
_________________
sgparo@gmail.com
http://sparo.tumblr.com/
Firefox Themes View previous topic View next topic Back to top
Page 1 of 2 Goto page : 1, 2  Next

Permissions of this forum: You cannot reply to topics in this forum
Galaxy GUI :: Tech Related :: 

World Wide Web

-

RSS Feed

Topic and post times are displayed in GMT (Greenwich Mean Time) for guests
Go to Top · Contact Us · Privacy Policy · Terms of Use

Design ©2007-2008 Galaxy GUI (Version 3.4.6)
All trademarks mentioned on this page are the property of their respective owners
phpbb skin developed by: SbuxBlaze, Tron, Callan and Markoz