Recommended Posts

Great VS... using Alunamin now ^^.

Would be nice if there was a silver taskbar with blue windows.

And, it also seems as if the address button needs a little adjustment; they don't seem to be aligned - http://img214.exs.cx/img214/9638/untitled7bq.jpg

Either way, it's the best I've seen in awhile.

Link to comment
https://www.neowin.net/forum/topic/280506-reluna/page/8/#findComment-585429152
Share on other sites

Hello everyone, i just wanted to share something, i thought some of you might find it useful.

I noticed that the tab's colors (hover, selected, idle) on firefox differed quite a bit from the ones found in the alunamin substyle, and i quite like how they behave, so i tried to mimick them on firefox.

First, navigate to your profile's chrome directory, which is found in:

X:\Documents and Settings\YOURUSERNAME\Application Data\Mozilla\Firefox\Profiles\SOMERANDOMSTRING\chrome

Where X is the drive letter where windows is intalled, YOURUSERNAME is the username of your windows account and SOMERANDOMSTRING just happen to be randomly generated alphanumeric string firefox creates when populating your profile for the first time.

Next, create a new text file there, and edit it's contents to the following:

tab[selected="true"] { 
   background-color: rgb(222,218,210) !important; 
   color: #484848 !important;
   height: 23px;
   font-weight: normal !important;
} 

/* Change color of normal tabs */ 
tab:not([selected="true"]) { 
   background-color: rgb(200,196,188) !important; 
   color: #969cbf !important;
   height: 23px;
}

tab:hover {
   color: #9f754a !important;
}

tab[selected="true"]:hover {
   color: #484848 !important;
}

Save it. And to end, remane the text file to "userChrome.css".

Now close firefox if you have it open, and then open it again (or just open it if you didnt have it open :p) the tabs should now fit with the rest of your system :) that's it.

Now, if you'd like at some point to rever this, just delete the userChrome.css file and that's it. If anyone wants the code for the other substyles and dosen't know how to do it, ask away.

Thank you Bant for the wonderful theme.

Edited by salvi
Link to comment
https://www.neowin.net/forum/topic/280506-reluna/page/8/#findComment-585431807
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.