PDA

View Full Version : Change colour code to transparent


killerford
06-08-2013, 08:53 PM
I'm using the tabbed mod and some guy posted the code and said just change the colour to what you want and that I might need to make to css files for both light and dark theme.

This is the code they posted

skin-tfh.css

.yui-navset .yui-content {
background:#ffffff;
border-top:5px solid #ADCCE1;
}

change the background element.

NOTE: you'll want to have a different CSS file for your dark and light styles..

The said that they made this code transparent so you don't need to have two different colours.. Can anyone tell me how to make this code transparent?

Ba'al
06-09-2013, 02:29 AM
Try replacing the color code with the word transparent thats how i usually do it in the stylevar.

killerford
06-09-2013, 04:37 PM
Works. Also been messing with the colouring of the skin mod and I've sorted it so it matches all themes.

-- Please close this thread.