Welcome to Gaia! ::


6,000 Points
  • Invisibility 100
  • Befriended 100
  • Consumer 100
thanks a lot it resolved my problem changing the font color of the header

Lonely Explorer

8,600 Points
  • Beta Voter 0
  • Beta Citizen 0
  • Beta Gaian 0
Brink Kale
I'm tempted so heavily to post something like. "First" or just spam this page in general. Its only because I like you that I have these feelings about your thread xD. In any case, I say add some images in and color some of the text red. Especially this part "the gaia logo must remain visible in the top bar. this means that you can't remove it entirely, and you can't make it nearly transparent."
Where is the pretty pictures and style Mr. Web Design Junkie D= You know I don't mean it offensively. ( or at least by reading this, you do)

Oh and it recently came to my attention that the body influences the bar size ( it should have probably been obvious to me. Thanks for the absolution code. I never thought of that. If only I can get it to realign properly without a top code or something, or would the best thing to use be a positioning top code?

User Image

i know i'm off topic here, but i actually went out of my way to read that tiny print there, you know, just sayin
"You know I don't mean it offensively. ( or at least by reading this, you do)"
Question. Is there a way to make the links a certain color when you hover over them? :3

Witty Lunatic

11,700 Points
  • Survivor 150
  • Heckler 50
  • Money Never Sleeps 200
Is there a way to Center the header?
The header bar is where it say My Gaia, Shop, Community, World, Games??
trezoid
Introduction


The gaia header bar, at the top of every profile, has been getting quite a bit of discussion lately, with much debate going on about what you can and can't do with it, so I am going to clarify some issues with my understanding of the rules, and then go on to show you a bit about changing the bar within those rules to allow you to make it fit better with your profile.

Rules


The general guideline that appears to have become the rule is that the gaia logo must remain visible in the top bar. this means that you can't remove it entirely, and you can't make it nearly transparent.

What you can do, and something that a lot of people don't realise, is that you can replace it with an version of the logo without a background. More on that later.

Recently, it has also become apparent that you can't add anything to that bar which may under any circumstances obscure one of the links in the bar.

It must also remain at the top of the profile, and can't be moved.

Also, the whole bar must remain totally visible and functional. This means that you can't make the link color the same as the background color, and you can't add an image underneath that makes it hard to tell what you are clicking.

ON TO THE CSS!


Selectors


The selectors you can use to alter the top bar are:

#gaia_header (This the whole top bar, and sets width, overall border, and height, but not colors)

#gaia_header #header_left, and #gaia_header #header_right (these are the left and right sides of the bar, and can be used to change the color of the bar)

#gaia_header a(this is the links in the header)
and #header_left img (this is the actual logo)

Coloring the bar


The there are 2 main ways of coloring the bar, and both work just fine.

The first, and arguably the easiest, is to apply color values to #gaia_header #header_left, and #gaia_header #header_right, eg
Quote:
#gaia_header #header_left, #gaia_header #header_right{background-color:#1f1f1f;color:#00ffff;}
this makes the header a dark grey, with bright aqua dividers. you can then change the links using #gaia_header a.

The second method for coloring the bar is to use a background image. this is just a matter of setting a transparent background on the selectors, and then making sure your image is wide enough.



The logo


for this section, I will simply offer the code I use to you all, and offer you the image I use. Just remember, the logo must remain completely visible, so use the black version only on lightly colored profiles, and the white logo on only darkly colored profiles.

code for a white gaia logo
#header_left img
{
padding-top: 0px;
padding-right: 47px;
padding-bottom: 23px;
padding-left: 0px;
background-color: transparent;
background-image: url(http://www.freewebs.com/trezoid/DSG.png)!important;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;
height: 0px;
width: 0px;
}


code for a black gaia logo
#header_left img
{
padding-top: 0px;
padding-right: 47px;
padding-bottom: 23px;
padding-left: 0px;
background-color: transparent;
background-image: url(http://i97.photobucket.com/albums/l210/zaned06/gaia.png)!important;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;
height: 0px;
width: 0px;
}

Other things to do

More stuff added.

full width bar, despite body being narrower (gaia header is situated in the body)

Full width header
#gaia_header{position:absolute; width:100%;}


full width and always at the top of the persons screen, no matter how far down the profile they scroll.
Floating header bar
#gaia_header{
position:fixed;
width:100%;
}


Closing


That was my super brief guide to the gaia header. There isn't actually very much to say, but this will hopefully clear up any issues people have with it.


So yuu can remove the gaia header, as long as the logo is there?

Sparkly Lunatic

MrRsz-leXaa


So yuu can remove the gaia header, as long as the logo is there?


no. you can change it's color, but all the content of the bar must be still there and visible.
trezoid
MrRsz-leXaa


So yuu can remove the gaia header, as long as the logo is there?


no. you can change it's color, but all the content of the bar must be still there and visible.


Nd wht happens if yuu do remove it?

Sparkly Lunatic

MrRsz-leXaa
trezoid
MrRsz-leXaa


So yuu can remove the gaia header, as long as the logo is there?


no. you can change it's color, but all the content of the bar must be still there and visible.


Nd wht happens if yuu do remove it?


if it's seen by a moderator, your whole CSS get's disabled, much like if your signature breaks the image size rules.
trezoid
MrRsz-leXaa
trezoid
MrRsz-leXaa


So yuu can remove the gaia header, as long as the logo is there?


no. you can change it's color, but all the content of the bar must be still there and visible.


Nd wht happens if yuu do remove it?


if it's seen by a moderator, your whole CSS get's disabled, much like if your signature breaks the image size rules.


Ohh, buhht will yuu get banned?

Sparkly Lunatic

MrRsz-leXaa
trezoid
MrRsz-leXaa
trezoid
MrRsz-leXaa


So yuu can remove the gaia header, as long as the logo is there?


no. you can change it's color, but all the content of the bar must be still there and visible.


Nd wht happens if yuu do remove it?


if it's seen by a moderator, your whole CSS get's disabled, much like if your signature breaks the image size rules.


Ohh, buhht will yuu get banned?
not banned, no.

as I said, it follows the same rules as for signature disabling, with increasingly large fines to re-enable it.

Popular Elder

4,450 Points
  • Dressed Up 200
  • Elocutionist 200
  • Person of Interest 200
trezoid
not banned, no.

as I said, it follows the same rules as for signature disabling, with increasingly large fines to re-enable it.
You would be surprised how many people just re-enable and don't change anything. Then they get mad when the fine gets too large.

Beloved Bloodsucker

So, I was wondering if having a background image on the gaia header was alright.
You can still see all the the text and everything else. You can see what I had in mine by clicking this link: http://i54.tinypic.com/2wdsf20.jpg
I'd post the picture, but it would stretch the page. x.x

Sparkly Lunatic

Tekkno Zombie
So, I was wondering if having a background image on the gaia header was alright.
You can still see all the the text and everything else. You can see what I had in mine by clicking this link: http://i54.tinypic.com/2wdsf20.jpg
I'd post the picture, but it would stretch the page. x.x


Yeah, that's fine biggrin

Beloved Bloodsucker

trezoid
Tekkno Zombie
So, I was wondering if having a background image on the gaia header was alright.
You can still see all the the text and everything else. You can see what I had in mine by clicking this link: http://i54.tinypic.com/2wdsf20.jpg
I'd post the picture, but it would stretch the page. x.x


Yeah, that's fine biggrin

Cool, thanks. biggrin

Quick Reply

Submit
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum