profile guide courtesy of SLEEPY XIII y GANGSTA XIII SSC now N1T30WL XIII SSC
this guide was copied from the south side creepers guild where im currently vice. sleepy is my primo aka cousin who's now deceased. please send all comments to me instead

GRACIAS / THANKS TO...
special thanks to Naramaru who created the ultimate text color guide. user is not in any way associated with SSC GUILD or my family and is an independent thread / person
shad0w xiii ssc was the original owner of the ssc guild but had no creation in any part of any thread but is being recognized as his profile id and name are used in here
N1T30WL XIII is a previous name of mine N1T30WL XIII SSC
this guide was copied from the south side creepers guild where im currently vice. sleepy is my primo aka cousin who's now deceased. please send all comments to me instead

GRACIAS / THANKS TO...
special thanks to Naramaru who created the ultimate text color guide. user is not in any way associated with SSC GUILD or my family and is an independent thread / person
shad0w xiii ssc was the original owner of the ssc guild but had no creation in any part of any thread but is being recognized as his profile id and name are used in here
N1T30WL XIII is a previous name of mine N1T30WL XIII SSC
SLEEPY XIII
THIS FIRST POST WAS FROM 2011 AND SOME OF THE CODES MAY NOT WORK ANYMORE
PLEASE REFER TO THE NEW GUIDE BY GANGSTA XIII SSC FOR CODES FROM 2014
================================================
Q- HOW DO I CENTER MY PROFILE V1?
use this code here #site{margin-left: auto; margin-right: auto; width: 760px;}
just copy and paste and put it into your theme over ride box, found in the upper right hand corner of your profile preferences
link to YOUR profile preferences is here http://www.gaiaonline.com/account/profileprefs
==================================================
OR... HOW DO I CENTER MY PROFILE V2?
use this code here #columns{width: ##px; margin-left: auto; margin-right: auto; float: none; position: relative; top: 0px;}
just copy and paste and put it into your theme over ride box, found in the upper right hand corner of your profile preferences
link to YOUR profile preferences is here http://www.gaiaonline.com/account/profileprefs
===================================================
you can also switch between two different profiles by clicking on profile preferences click for classic
Choose Profile: current V classic
go to http://www.tektek.org to get custom profiles and put them in the same override box that you would use to center your profile
or use both codes to center and customize
====================================================
using classic profile? and don't want your friends to be seen on there?
so if you're using Classic, go to Settings>Profile Settings and add this line of code to the custom profile box on the page:
ONLY WORKS ON V1 PROFILE
#friends{display:none;}
=====================================================
V1 ABOUT FADE
#about img {
opacity:0.5;
}
#about img:hover {
opacity:1;
}
=====================================================
PLEASE REFER TO THE NEW GUIDE BY GANGSTA XIII SSC FOR CODES FROM 2014
================================================
Q- HOW DO I CENTER MY PROFILE V1?
use this code here #site{margin-left: auto; margin-right: auto; width: 760px;}
just copy and paste and put it into your theme over ride box, found in the upper right hand corner of your profile preferences
link to YOUR profile preferences is here http://www.gaiaonline.com/account/profileprefs
==================================================
OR... HOW DO I CENTER MY PROFILE V2?
use this code here #columns{width: ##px; margin-left: auto; margin-right: auto; float: none; position: relative; top: 0px;}
just copy and paste and put it into your theme over ride box, found in the upper right hand corner of your profile preferences
link to YOUR profile preferences is here http://www.gaiaonline.com/account/profileprefs
===================================================
you can also switch between two different profiles by clicking on profile preferences click for classic
Choose Profile: current V classic
go to http://www.tektek.org to get custom profiles and put them in the same override box that you would use to center your profile
or use both codes to center and customize
====================================================
using classic profile? and don't want your friends to be seen on there?
so if you're using Classic, go to Settings>Profile Settings and add this line of code to the custom profile box on the page:
ONLY WORKS ON V1 PROFILE
#friends{display:none;}
=====================================================
V1 ABOUT FADE
#about img {
opacity:0.5;
}
#about img:hover {
opacity:1;
}
=====================================================
N1T30WL XIII
What are the different profile systems?
Gaia has two profile systems.
The classic profile system is Gaia's original profile system. It is sometimes referred to as the “old school” system. The classic profile system can be very limiting for some users. The only way to customize a classic layout is by using CSS and BBcode. This is an example of a classic profile with no CSS customization. This is an example of a classic profile with a lot of CSS customization.
The current profile system is Gaia's second profile system. It is sometimes referred to as the “v2” system. The current profile system was geared towards letting users who weren't so good with CSS have the ability to easily customize their profiles. You can still use CSS with this system, if you wish. The current profile system utilizes a drag & drop method of page editing to allow users to change their background, reorganize their content & add new content, and add tons of random images all over the place if they so wish. The current profile system has alot more freedom to it.
**************************************************************************************
here are some basic codes to fix it up, you put the codes in the theme override box in this link here or you can use the link below as well
**************************************************************************************
ok so i posted up in the q and a forum and all i got was alot of spam and confusion
so to eliminate that confusion and make it easier i decided to post up the direct links in here to change your nav bar color if you like
to start get the right code below and then go to this link here and then you can change the color of the nav bar in your profile if you like
(be sure to put the code in your theme override box)
-------------------------------------------------------------------------------------------
if you want to make your profile header blue like mine use this code below
works on both v1 and v2 profiles
#gaia_header, #header_left, #header_right{background-color:darkblue !important;}

--------------------------------------------------------------------------------------------
and if you just want to make the links blue but not the nav bar at the top use this link here
now if you dont want blue you want green or grey or whatever replace #30a1f7 with a color like "green"
works on v1 and v2 profiles
#gaia_header li a{color: #30A1F7 !important;}
----------------------------------------------------------------------------------------------
to make the nav bar transparent without changing colors at all
works on v1 and v2 profiles
#gaia_header, #gaia_header ul {background-color: #FFF !important}
----------------------------------------------------------------------------------------------
to make the nav bar transparent and make the links blue use this both codes
transparent must remain #fff
to change the link colors to a different color remove #30a1f7 and insert color you want like "green"
#gaia_header, #gaia_header ul {background-color: #FFF !important} nav bar transparent
#gaia_header li a{color: #30A1F7 !important;} links a different color
---------------------------------------------------------------------------------------------
center my profile v1
ONLY WORKS ON V1 PROFILE
#site{margin-left: auto; margin-right: auto; width: 760px;}
----------------------------------------------------------------------------------------------
center my profile v2
ONLY WORKS ON V2 PROFILE
#columns{width: 760px; margin-left: auto; margin-right: auto; float: none; position: relative; top: 0px;}
----------------------------------------------------------------------------------------------
to change background color on v1 profile (this code is set for black) however if you want to insert blue or green or something else just change black to whatever
ONLY WORKS ON V1 PROFILE
body {background-color:black;}
OR
/*Background Color*/body{background: #000;} also the color black
----------------------------------------------------------------------------------------------
to remove the V1 header
ONLY WORKS ON V1 PROFILE
#header{display:none;}
----------------------------------------------------------------------------------------------
works on both v1 and v2 profiles
if you want custom cursors for your profile page then go to this website cursors for you and look up the cursor you want and then copy and paste the code and then install the code at gaia's profile preferences profile preferences
---------------------------------------------------------------------------------------------------
how to make your about section transparent in v1 profile so when your mouse is over it you will see the pic and when the mouse is off of it it will be transparent , use the entire code
ONLY FOR A V1 PROFILE
#about img {opacity:0.5;}
#about img:hover {opacity:1;}
_________________________________________________________
want to edit your v1 profile header? use this code here
#extendedProfileBody #header h1 {background-image:url('http://i85.photobucket.com/albums/k50/juan1024s/pageheaderw6tx_zpsdeb637e7.jpg');width:760px;height:120px;border:0px;}
replace the http://i85.photobucket with whatever pic you want
___________________________________________________________
want a direct link to your house? cant figure it out? its ok here is the code
http://www.gaiaonline.com/launch/towns2?&house=????????
replace the ?????? with your profile number
BY THE WAY THAT LINK ABOVE TAKES YOU STRAIGHT TO TOWNS 2 not to your house, to get to your house put in the profile number
cant find your profile number? no problem click on the spoiler below to see where to find it, this is shad0w xiii ssc's profile code but its in the same place

____________________________________________________________
how do i change the inside color of a v1 profile?
#content { background-color: #xxxxx; }
replace the #xxxx with a color like black or green or orange or whatever
_____________________________________________________________
how do i change the image in a v1 profile header? use this code here
#extendedProfileBody #header h1 {background-image:url('http://tinypic.com/ftmw45.png');width:760px;height:130px;border:0px;}
replace the tiny pic image with whatever you want
____________________________________________________________
how do i make my about section on a V2 profile transparent?
use this code here
#id_about { background-color: transparent; }
if you change the transparent to blue or green then your about section becomes that color
>>>>>>>>>>>>>
this also works on the detail section
#id_details { background-color: lightblue; }

(other codes for that same box)
yet another way to make it go between solid and opaque
V2 ONLY
#id_about {opacity:0.5;} #id_about:hover {opacity:1.0;}
SIX BOXES DOWN IT SHOWS HOW TO MAKE ROUNDED CORNERS TOO v
_____________________________________________________________
HOW TO MAKE THE ABOUT SECTION ON A V1 PROFILE FADE IN AND OUT (for v1 only)
#about img {
opacity:0.5;
}
#about img:hover {
opacity:1;
}
_____________________________________________________________
how do I change the colors in the drop down menu below my avi on my V2 PROFILE?
#avatar_menu a:hover {color:green; background: white; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
just change color green to whatever like blue or brown
_____________________________________________________________
color changing links for a v2, maybe?? v1 pro
so.... your links in your header are one color like blue but lets say when others hover over them, well you want the color to change to like green or brown? no problem here is the code to do that
#gaia_header a:hover, #gaia_header a:active {color: green !important;}
just change green to whatever color you want
_____________________________________________________________
change the color of recent visitors on your profile SOLO V2
/*Links*/
a:link, a:visited {color:green;}
if you dont like green change it to whatever color you want
_____________________________________________________________
all the colors here
to change profile boxes on V2 PROFILES
_____________________________________________________________
round your profile corners on the V2 profile
(this rounds them on everything)
.panel{ border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;}

_____________________________________________________________
other codes coming soon
_____________________________________________________________
again theme override aqui
------------------------------------------------------------------------------------------
Gaia has two profile systems.
The classic profile system is Gaia's original profile system. It is sometimes referred to as the “old school” system. The classic profile system can be very limiting for some users. The only way to customize a classic layout is by using CSS and BBcode. This is an example of a classic profile with no CSS customization. This is an example of a classic profile with a lot of CSS customization.
The current profile system is Gaia's second profile system. It is sometimes referred to as the “v2” system. The current profile system was geared towards letting users who weren't so good with CSS have the ability to easily customize their profiles. You can still use CSS with this system, if you wish. The current profile system utilizes a drag & drop method of page editing to allow users to change their background, reorganize their content & add new content, and add tons of random images all over the place if they so wish. The current profile system has alot more freedom to it.
**************************************************************************************
here are some basic codes to fix it up, you put the codes in the theme override box in this link here or you can use the link below as well
**************************************************************************************
ok so i posted up in the q and a forum and all i got was alot of spam and confusion
so to eliminate that confusion and make it easier i decided to post up the direct links in here to change your nav bar color if you like
to start get the right code below and then go to this link here and then you can change the color of the nav bar in your profile if you like
(be sure to put the code in your theme override box)
-------------------------------------------------------------------------------------------
if you want to make your profile header blue like mine use this code below
works on both v1 and v2 profiles
#gaia_header, #header_left, #header_right{background-color:darkblue !important;}

--------------------------------------------------------------------------------------------
and if you just want to make the links blue but not the nav bar at the top use this link here
now if you dont want blue you want green or grey or whatever replace #30a1f7 with a color like "green"
works on v1 and v2 profiles
#gaia_header li a{color: #30A1F7 !important;}
----------------------------------------------------------------------------------------------
to make the nav bar transparent without changing colors at all
works on v1 and v2 profiles
#gaia_header, #gaia_header ul {background-color: #FFF !important}
----------------------------------------------------------------------------------------------
to make the nav bar transparent and make the links blue use this both codes
transparent must remain #fff
to change the link colors to a different color remove #30a1f7 and insert color you want like "green"
#gaia_header, #gaia_header ul {background-color: #FFF !important} nav bar transparent
#gaia_header li a{color: #30A1F7 !important;} links a different color
---------------------------------------------------------------------------------------------
center my profile v1
ONLY WORKS ON V1 PROFILE
#site{margin-left: auto; margin-right: auto; width: 760px;}
----------------------------------------------------------------------------------------------
center my profile v2
ONLY WORKS ON V2 PROFILE
#columns{width: 760px; margin-left: auto; margin-right: auto; float: none; position: relative; top: 0px;}
----------------------------------------------------------------------------------------------
to change background color on v1 profile (this code is set for black) however if you want to insert blue or green or something else just change black to whatever
ONLY WORKS ON V1 PROFILE
body {background-color:black;}
OR
/*Background Color*/body{background: #000;} also the color black
----------------------------------------------------------------------------------------------
to remove the V1 header
ONLY WORKS ON V1 PROFILE
#header{display:none;}
----------------------------------------------------------------------------------------------
works on both v1 and v2 profiles
if you want custom cursors for your profile page then go to this website cursors for you and look up the cursor you want and then copy and paste the code and then install the code at gaia's profile preferences profile preferences
---------------------------------------------------------------------------------------------------
how to make your about section transparent in v1 profile so when your mouse is over it you will see the pic and when the mouse is off of it it will be transparent , use the entire code
ONLY FOR A V1 PROFILE
#about img {opacity:0.5;}
#about img:hover {opacity:1;}
_________________________________________________________
want to edit your v1 profile header? use this code here
#extendedProfileBody #header h1 {background-image:url('http://i85.photobucket.com/albums/k50/juan1024s/pageheaderw6tx_zpsdeb637e7.jpg');width:760px;height:120px;border:0px;}
replace the http://i85.photobucket with whatever pic you want
___________________________________________________________
want a direct link to your house? cant figure it out? its ok here is the code
http://www.gaiaonline.com/launch/towns2?&house=????????
replace the ?????? with your profile number
BY THE WAY THAT LINK ABOVE TAKES YOU STRAIGHT TO TOWNS 2 not to your house, to get to your house put in the profile number
cant find your profile number? no problem click on the spoiler below to see where to find it, this is shad0w xiii ssc's profile code but its in the same place

____________________________________________________________
how do i change the inside color of a v1 profile?
#content { background-color: #xxxxx; }
replace the #xxxx with a color like black or green or orange or whatever
_____________________________________________________________
how do i change the image in a v1 profile header? use this code here
#extendedProfileBody #header h1 {background-image:url('http://tinypic.com/ftmw45.png');width:760px;height:130px;border:0px;}
replace the tiny pic image with whatever you want
____________________________________________________________
how do i make my about section on a V2 profile transparent?
use this code here
#id_about { background-color: transparent; }
if you change the transparent to blue or green then your about section becomes that color
>>>>>>>>>>>>>
this also works on the detail section
#id_details { background-color: lightblue; }

(other codes for that same box)
yet another way to make it go between solid and opaque
V2 ONLY
#id_about {opacity:0.5;} #id_about:hover {opacity:1.0;}
SIX BOXES DOWN IT SHOWS HOW TO MAKE ROUNDED CORNERS TOO v
_____________________________________________________________
HOW TO MAKE THE ABOUT SECTION ON A V1 PROFILE FADE IN AND OUT (for v1 only)
#about img {
opacity:0.5;
}
#about img:hover {
opacity:1;
}
_____________________________________________________________
how do I change the colors in the drop down menu below my avi on my V2 PROFILE?
#avatar_menu a:hover {color:green; background: white; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
just change color green to whatever like blue or brown
_____________________________________________________________
color changing links for a v2, maybe?? v1 pro
so.... your links in your header are one color like blue but lets say when others hover over them, well you want the color to change to like green or brown? no problem here is the code to do that
#gaia_header a:hover, #gaia_header a:active {color: green !important;}
just change green to whatever color you want
_____________________________________________________________
change the color of recent visitors on your profile SOLO V2
/*Links*/
a:link, a:visited {color:green;}
if you dont like green change it to whatever color you want
_____________________________________________________________
all the colors here
to change profile boxes on V2 PROFILES
_____________________________________________________________
round your profile corners on the V2 profile
(this rounds them on everything)
.panel{ border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;}

_____________________________________________________________
other codes coming soon
_____________________________________________________________
again theme override aqui
------------------------------------------------------------------------------------------
