Section Names & Accessible Parts
Remember this Ctrl+F is your best friend
when looking for something specific.
Gaia Header
#gaia_header ~ It's the bar at the very top of your profile that your not allowed to edit (except for background color/images).
#gaia_header #header_left ~ It's the left part that sits on the #gaia_header. It contains the "My Gaia, Shops, etc".
(Not allowed to remove, or edit, except for color/images and height/width.)
#gaia_header #header_left img ~ Is the part that says "Gaia" in the black box next to the links
(not suppose to remove).
#gaia_header #header_right ~ It's the right part that sits on the #gaia_header. It contains the "Register link (for those not registered/logged-in), Profile Options (for the owner), Recommend (for the visitor), and Sign Out"
(Not allowed to remove, or edit, except for color/images and height/width.)
#gaia_header #header_right img ~ Is the part that has the "Register Now" image for when your not logged-in
(not suppose to remove).
Extended Header
#header ~ Controls the box with the default house background image.
#extendedProfileBody #header h1 ~ It's the part that contains the house image at the top of every basic OldSchool profile.
This image view image
Profile
#sidebar ~ Contains the entire
profile box; contact bar, avatar, and equipped items list.
#profile ~ Contains the contact bar, avatar, and equipped items list.
#profile h2 ~ Controls the header (your name) for the profile box.
#profile .avatar ~ Controls your avatar; height/width, background, etc.
#profile ul.items ~ Controls the items equipped to your avatar.
#profile ul.items img ~ Controls each image individually as a whole.
#profile #bar ~ Controls the contact bar.
#bar #onlineButton ~ Controls the online option for when you're online.
#bar #offlineButton ~ Controls the offline option for when you're offline.
#profile #bar #addButton ~ Controls the add button.
#profile #bar #msgButton ~ Controls the message button.
#profile #bar #tradeButton ~ Controls the trade button.
#profile #bar #ignoreButton ~ Controls the ignore button.
Details
#details ~ Controls the entire details section.
#details h2 ~ Controls the header of the details.
#details dl ~ Controls the details info part (all of it).
#details dl#info ~ Controls Location, Occupation, Gender, and B-day.
#details dl#stats ~ Controls Last Login, Total Posts, Posts Per Day, and Member Since
#commonFriends ~ Controls the friends in common, people see when they view your profile.
#commonFriends li img ~ Controls the friends in common images.
Wishlist
#wishlist ~ Controls the place of all your wishful items.
#wishlist h2 ~ Controls the wishlist header.
#wishlist .items ~ Controls each wishlist item as a whole.
#wishlist .questing ~ Controls the questing wishlist items.
#wishlist .bought ~ Controls the bought wishlist items.
#wishlist .donated ~ Controls the donated wishlist items.
About
#about ~controls the entire about section.
#about h2 ~ Controls the about header.
#about .links ~ Controls the
view posts, view guilds, and view store links.
Friends
#friends ~ Controls your friends list that are displayed.
#friends h2 ~ Controls the header to the friends.
#friends .links ~ Controls the
view all friends link.
#friends p ~ Controls the
view # of # friends under the
view all friends link.
Side Note: This will also control the displayed friend username. To fix this, see #friends #friendGroup li p below.
#friends #friendGroup li ~ Controls the part that the friends displayed avatar sits on.
#friends #friendGroup li p ~ Controls the user names of your displayed friends separate from the #friends p.
#friends #friendGroup li img ~ Controls the displayed friends avatar.
Journal
#journal ~ Holds your journal entries section.
#journal h2 ~ Controls the header for the journal section.
#journal h3 ~ Controls the title name of your journal.
#journal .links ~ Controls the
view journal link at the top.
#entries ~ Controls the three most recent journal entries title & date.
Multimedia
#multimedia ~ Controls the box for your flash content on your profile.
#multimedia h2 ~ Controls the header to the media section.
#multimedia embed ~ Controls the flash content; height/width.
Comments
I do believe everything is now up-to-date and better organized.
#comments ~ Controls the displayed comments that people leave.
#comments h2 ~ Controls the header to the displayed comments.
#comments .links ~ Controls the
add comment and
view comments links.
#alerts_banner ~ Controls the
alert me of comments that the owner sees.
#comments p ~ controls the
Viewing 10 of 20 comments. Also controls the Report button, comment date, and avatar user name.
#comments dl dt.avatar img ~ Controls the displayed avatar on the left.
#comments dl dt.avatar2 img ~ Controls the displayed avatar on the right.
#comments .message ~ Controls
all the text and caption arrow from the avatar in all comment boxes.
#comments .date ~ Controls the time stamp (date and time) as well as the Report button for the comments.
#comments .date a ~ Controls the Report button for the comments.#comments .postcontent ~ Directly controls the users comment text for all comments.
#comments .caption ~ Controls the odd number boxes (the 1st, 3rd, 5th, 7th, & 9th posts).
#comments .caption .message ~ Controls all text and the caption arrow from the avatar inside the odd number comment boxes.
#comments .caption .date ~ Controls the time stamp (date and time) as well as the Report button for the odd comments.
#comments .caption .date a ~ Controls the Report button for the odd numbered comments.
#comments .caption .postcontent ~ Directly controls the users comment text for the odd numbered comments.
#comments .caption2 ~ Controls the odd number boxes (the 2nd, 4th, 6th, 8th, & 10th posts).
#comments .caption2 .message ~ Controls all text and the caption arrow from the avatar inside the even number comment boxes.
#comments .caption2 .date ~ Controls the time stamp (date and time) as well as the Report button for the even comments.
#comments .caption2 .date a ~ Controls the Report button for the even numbered comments.
#comments .caption2 .postcontent ~ Directly controls the users comment text for the odd numbered comments.
#comments ul.admin ~ Controls the
delete and the
comment back buttons that the owner sees.
#comments ul.admin a ~ Controls the comment back button.
#comments ul.admin li ~ Controls the delete button.
Signature
#signature ~ Controls your own personal signature box.
#signature h2 ~ Controls the header to the signature box.
Other
html ~ The entire web document
body ~ Body of the web document, often used for setting page backgrounds & cursors
#site ~ Wrapping container for the entire profile content
#content ~ child element of '#site' also a wrapping container for the profile content