CSS Help

Status
Not open for further replies.

xHurricaneZ

New Member
Aug 15, 2013
24
4
Where do I go in my styles folder to edit this at?

I don't have an image linking to this area, so it must be in there. if I'm wrong can you please correct me.
 

VaginaMuncher

Chilling with me bitch Fiona
Mar 17, 2013
447
58
Firstly, The actual pages (me/community/etc) all run of the same css (usually) you can find this by going in /app/tpl/skins/skin/styles/COMMON.css then search for header or something, Then change the color.

Voila
 

xHurricaneZ

New Member
Aug 15, 2013
24
4


That is so hard to look through, plus there's a few things that say header. I honestly don't know anything about css coding. Would you be able to show me what part I need to change? I just wanna make it the default blue color that habbo has. that color.
 

VaginaMuncher

Chilling with me bitch Fiona
Mar 17, 2013
447
58
HERE YOU GO:
Go to /app/tpl/skins/skin/styles/common.css
LINE 10 - find header-container
Code:
#header-container{background-color:#151515;background-repeat:repeat-x;background-image:url(../images/topbg.gif);background-position:0 100%;min-width:930px;margin:0;z-index:10}
REPLACE WITH:
Code:
#header-container{background-color:#bce0ee;background-repeat:repeat-x);background-position:0 100%;min-width:930px;margin:0;z-index:10}
Feel free to follow/like/best comment :D
 

xHurricaneZ

New Member
Aug 15, 2013
24
4
HERE YOU GO:
Go to /app/tpl/skins/skin/styles/common.css
LINE 10 - find header-container
Code:
#header-container{background-color:#151515;background-repeat:repeat-x;background-image:url(../images/topbg.gif);background-position:0 100%;min-width:930px;margin:0;z-index:10}
REPLACE WITH:
Code:
#header-container{background-color:#bce0ee;background-repeat:repeat-x);background-position:0 100%;min-width:930px;margin:0;z-index:10}
Feel free to follow/like/best comment :D
You're the best lol I didn't think someone would do it. I've ran into another problem though. This one I think is easier, but I still don't know how to fix it.

I don't have a back line going across the yellow area like this
 

VaginaMuncher

Chilling with me bitch Fiona
Mar 17, 2013
447
58
Ah okay, Now this is because we're using pure color, We need to go back to line 10
#header-container:
Code:
#header-container{background-color:#bce0ee;background-repeat:repeat-x);background-position:0 100%;min-width:930px;margin:0;z-index:10}
REPLACE WITH:
Code:
#header-container{background-color:#bce0ee;background-repeat:repeat-x;background-image:url(../images/topbg.gif);background-position:0 100%;min-width:930px;margin:0;z-index:10}
You see "background-image:url(../images/topbg.gif);"
Okay then save this picture as topbg.GIF make sure you save it as gif.
SAVE THIS PICTURE:
(Saving: Right click the image then locate /app/tpl/skins/skin/images/SAVE AS topbg.gif
Into /app/tpl/skins/skin/images/topbg.gif then clear cache and reload


Voila
Like comment/follow if I helped/fix :D
 
Status
Not open for further replies.

Users who are viewing this thread

Top