|
|
|
The Body
body - changes the main body area. (The area behind the content.) The body is the largest area on the page, and it spans the entire page.
"body" does NOT use a "#" or "." before it!!!! I see this error a lot. Do NOT put anything in front of it.
I realize this is more of an html code but it is best placed here.
The Site #site - changes the margins and position of the site area. #site is the second-largest area, and it contains the profile contents, the main bar, the footer, etc.
The Sidebar & Main
#sidebar - changes the area directly behind the left side: profile, details, & wishlist. (As well as fonts in those sections.) #sidebar consists of all the sections on the left side. The sections it applies to are #profile, #details, and #wishlist.
#main - changes the area directly behind the right side: about, friends, journal, comments, multimedia, & signature. (As well as fonts in those sections.) #main is the area to the right of the profile, including the sections #about, #friends, #journal, #comments, #multimedia, and #signature.
The Top Header
#extendedProfileBody #header - changes the top header area. #extendedProfileBody #header h1 - changes the background of the top header area.
Notice that here we use two id's and one html code "h1." In this case the "h1" only applies to "extendedProfileBody" and isn't used elsewhere in the markup. If we were to simply have h1 and not #extended... our code would apply to the entire page. By attaching it to #extended... we make our changes apply specifically to the top banner.
*Note - you can still change the dimensions using just the second code, so why not save space and just use that one. 3nodding
The Content Area
#content - changes the area behind the main sections such as 'profile,' 'about,' 'details,' etc. #content is both the #sidebar and #main sections combined, and covers all sections those two tags cover.
The "Section" Tag
The section tag is a class that is found next to most segments. You can use it to combine codes together if you're making parts of your profile similar all around. For example you can use it to make all sections such as 'profile,' 'about,' 'details,' etc. disappear, or to change the font-style, however it doesn't seem to work with all code types, so mess around with it first.
.section - changes the 'profile,' 'about,' 'details,' etc. sections universally. .section h2 - changes the headers of the 'profile,' 'about,' 'details,' etc. sections.
*Note - "h2" is another one of those html codes. In this case it is only used for all the interior segments 'profile,' 'about,' 'details,' etc.
The Profile Area
#profile - changes the profile area (the area with your avatar and status bar) #profile h2 - changes the header of your profile area. (The part that says your avatars name) #profile .avatar - changes the avatar area of your profile section. #profile .items - changes the items area of your profile section. #profile .caption - changes the caption (quote) area of your profile section. #profile .caption:before - changes the top curved corner area of quote box. #profile .caption:after - changes the bottom curved corner area of quote box. #profile .message - changes the message area of your profile section and the speech pointer/arrow.
The Status Bar
I realize the status bar is part of the profile section, but for the sake of sanity I've made it into a new section.
#bar – changes the status bar area. #bar #onlineButton – changes the online portion of your status bar. #bar #offlineButton – changes the offline portion of your status bar. #bar #hiddenButton - changes the hidden portion of your status bar. #bar #addButton – changes the add portion of your status bar. #bar #msgButton – changes the PM portion of your status bar. #bar #tradeButton – changes the trade portion of your status bar. #bar #ignoreButton – changes the ignore portion of your status bar.
#bar #addButton a - changes the link state, pretty much the same as the above codes. (since they're already links.)
#bar #addButton a:hover - changes the hovered over state of the add button. (In other words, when you move your mouse over the add button in your status bar it will change that part. So if you want a different image when the person hovers, from the image when they're not hovering you'd change it with this code.)
*Note - the 'a' and 'a:hover' codes works on the msg, trade, and ignore portions as well.
The Details Section
#details - changes the details area. #details h2 - changes the header of your details area.
#commonFriends - changes the common friends area. #commonFriends li img - changes the avatar image area in common friends. (ie - the bg directly behind it, or the size or opacity of the avatar.)
#details #stats - changes the left half of the details text area. #details #stats dt - changes the headings of the left half of details text area. #details #stats dd - changes the input area of the left half of details text area. #details #info - changes the right half of the details text area. #details #info dt - changes the headings of the right half of details text area. #details #info dd - changes the input area of the right half of details text area.
*Note - the stats and info area are the portions that say:: location, last login, posts, etc. Stats is the left side, info the right. Headings are: "location, Birthday, etc." Basically the text that Gaia inputed for you. The input area is the stuff that you typed in, such as your actual birthdate and in interests it would be whatever interest text you typed such as: anime, food, whatever.
The Wishlist Section
#wishlist - changes the wishlist area. #wishlist h2 - changes the header of your wishlist area. #wistlist .items - changes the items area of your wishlist. #wishlist .questing - changes the questing image area of your wishlist. #wishlist .bought - changes the bought image area of your wishlist. #wishlist .donated - changes the donated image area of your wishlist.
The About Section
#about - changes the about area. #about h2 - changes the header of your about area. #about .links - changes the links area of your about section. (In case you want to changes the background color, size, position, whatever.)
The Friends Section
#friends - changes the friends area. #friends h2 - changes the header of your friends area. #friends .links - changes the links area of your friends section. #friends #friendGroup - changes the friendgroup area - basically the background behind the background of each individual friend avatar as well as the width of the area behind the avatar. #friends #friendGroup li - changes the border area in between friends. #friends #friendGroup img - changes the avatar area of your friends section.
*Note - after messing around I can better describe the friend/friendgroup img codes. The first one can change the dimensions of the area behind each individual friend without stretching the avatar image as well as place an additional background behind the friends. The second changes the properties of the avatar image, making it possible for you to have two backgrounds behind the avatars, the second one will overlap the first. You can also change the dimensions of the second to stretch the avatar image. Mess around with it and see what you can do.
The Journal Section
#journal - changes the journal area. #journal h2 - changes the header of your journal area. #journal .links - changes the links area of your journal section. #journal h3 – changes the journal title area of journal section. #journal #entries - changes the entries area of your journal section.
The Comments Section
#comments - changes the comments area. #comments h2 - changes the header of your comments area. #comments .links - changes the links area of your comments section.
#comments dl dt.avatar img – changes the bg of avatars on the left side of your comments. #comments dl dt.avatar2 img – changes the avatar area of avatars on the right side of your comments.
#comments .caption – changes the area of odd # comments. #comments .caption2 – changes the area of even # comments. #comments .caption:before - changes the top curved corner area of odd # comments. #comments .caption:after - changes the bottom curved corner area of odd # comments. #comments .caption2:before - changes the top curved corner area of even # comments. #comments .caption2:after - changes the bottom curved corner area of even # comments. #comments .caption .message - changes the message area of odd # comments and the speech pointer/arrow. #comments .caption2 .message - changes the message area of even # comments and the speech pointer/arrow. #comments p.date - changes the 'date' area in the comments message box.
The Multimedia Section
#multimedia - changes the multimedia area. #multimedia h2 - changes the header of your multimedia area. #multimedia object, #multimedia embed - changes the player object of your multimedia section.
The Signature Section
#signature - changes the signature area. #signature h2 - changes the header of your signature area.
The Footer Section
#footer - changes the footer area (the part that says 'copyright Gaia Interactive.') (no longer available)
The Corp Section
#corp - changes the link area beneath the copyright bar. (no longer available)
Links
Links are both their own section and NOT their own section. If you write them w/out a section before them they affect the whole page, if you just want them to affect a section you must write the section id before them.
a:link - changes the default/normal link. a:hover - changes the link status when hovered over. a:visited - changes the link status when a link has been visited/clicked. a:active - changes the link status when the link is in the process of a click to going to the url.
(We do not have a section later for links because links can accept ALL the properties that fonts do. So simply look at fonts to figure out what you can use with links.)
Other
If you quote someone or use the 'code' code anywhere in your profile these can control their properties.
td.code - controls things in the 'code' code. td.quote - controls things that are quoted.
td .genmed - controls the title parts, the text that says "Code:" and "*** Wrote:"
Government Organization · Sat Oct 24, 2009 @ 12:08am · 0 Comments |
|
|
|
|
|