reluna


Recommended Posts

did you even install the VS?  if you did you would see that it is in there.

585414938[/snapback]

Sadly u don't know what ur talking about? I too would love to see that style in there. But I think tis great the way it is :).

Link to comment
Share on other sites

Does anyone plans to make an alunamin dock b/g and winamp skin? (*hint* to KoL ;) )

585416770[/snapback]

*HINT HINT*

alunamin winamp skin will be great

Link to comment
Share on other sites

Thanks a lot for creating this nice skin :D

Anyway, does anyone know where I can get this shellstyle? LINK

585428491[/snapback]

The shellstyle is by Amhar from gfxOasis and it is not for realese yet.

Link to comment
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
Share on other sites

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

    • No registered users viewing this page.