Over 16,529,082 people are on fubar.
What are you waiting for?

Info Box

Simple enough, this is the box toward the mid section of your page to the right of your UIL/display pic section and to the left of your FuBling.

It contains your age, sex, location, fuowned, buzz, level, and all that good stuff.

I labeled it conflicted coding because it shares a lot of css with the tables on the right side of the profile.

I'll get into this in the Major Tables or Background section, for now though just going to go through each part of the Info Box.

Info Box Outline

 

This is the first line, it contains your Age, Sex, and if no city link the zip code or country name.
.userprofile_stat_firstline {
  border: .2em red ridge;
}



These both are the city/state link. They both affect the same thing you can use either or,but coding them both with different css won't produce a cool effect. This is a subtable to the Age/Sex table.
This also affects the blast box city/state link, but will be overridden by Fu-Code. For reference though, on the blast box if the city/state isn't designated, the country is ".blank_link".
.show_user_demo {
background-color: cyan;
}
.link_dummy {
  border: .2em cyan ridge;
}



This section affects the tables containing the text:
Name, Buzz, birthday, fu-Owned worth, Joined, Marital Status, Level, Points, Achievements, Blasts, and Profile Views.
It's just the text, not the entire line
.userprofile_stat_header {
  border: .2em purple ridge;
}
If you're having issues with a couple of these not coding, it's because you'll need the following section to clear it up, as "b" is bold text,
and birthday/name both are bolded, so you may have bold text coded elsewhere that affects these.
.userprofile_stat_header b {
 border: .2em purple ridge;
}



This covers all the sections but your level status (rank to rank, %, and points to go section).
.userprofile_stat_data {
  border: .2em orange ridge;
}



This is the percent bars. If you want to code them differently, use ".level_wrapper .percent_bar" for the level bar, and ".buzz_wrapper .percent_bar" for the buzz bar.
I'll make a percent bars section later that shows how they work, and how to change them to make custom bars.
.percent_bar {
  border: .2em indianred ridge;
}



This is the buzz percent displayed in numerical value.
.buzz_percent {
  border: .2em green ridge;
}



This is the buzz percent in name format, in this case "sh*t faced!".
.buzz_line {
  border: .2em white ridge;
}



This is the bolded links, unfortunately this css shares not only the fu-Owned by:, Referrals:, and Photos: links, but also the
fuBling, Status/atomrss, Family, Friends, Fans, Fan of, MUMMs, Blog Posts, Lounges, Drinks, and profile viewers links (though this is overridden by foot Fu-Code).
.userprofile_boldlinks {
  border: .2em navy ridge;
}



The Level Status Table, note that the table to the left of this shares with many other subtables and is a royal pain to individually code.
.user_level_group {
  border: .2em teal ridge;
}



The current level name and next level name gray text. If you want all 3 (the arrow counts) with separate borders/bgs, you can use ".user_level_top span" instead, though they all share the same code.
.user_level_top {
border: .2em orangered ridge;
}



This is the numerical percent value for your current level progress.
.level_percent {
  border: .2em #884411 ridge;
}



This is the points to go section.
.user_level_bottom {
  border: .2em gray ridge;
}



This is your salute images. You can either use ".delayload" or ".userpage_salutes"
.userpage_salutes {
  border: .2em yellowgreen ridge;
}


 

 

 

 

Leave a comment!
html comments NOT enabled!
NOTE: If you post content that is offensive, adult, or NSFW (Not Safe For Work), your account will be deleted.[?]

giphy icon
last post
13 years ago
posts
9
views
4,615
can view
everyone
can comment
everyone
atom/rss

other blogs by this author

 13 years ago
Please Read First!!!
official fubar blogs
 8 years ago
fubar news by babyjesus  
 13 years ago
fubar.com ideas! by babyjesus  
 10 years ago
fubar'd Official Wishli... by SCRAPPER  
 11 years ago
Word of Esix by esixfiddy  

discover blogs on fubar

blog.php' rendered in 0.0559 seconds on machine '191'.