This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Hello There, Guest!

| Register
Home » Search » Roster » Whitepages » Records » FAQ » Guidebook
Styling Your Profile
Profile
Neowulf
Currently championing: None
#1
This is a cobbled-together-in-five-minutes thing for changing your profile's colors and banner. Make sure you put it in the Custom CSS field or it will not work!

You probably have to add stuff like text color changes to some fields, depending on which background colors you choose to work with, etc. :)

Depending on your profile banner, you might have to update the height .banner
To remove the background from thead, first declare background-image: none; and then background-color: #;

Code:
<style type="text/css">
body { background: url('http://julle.cc/images/Helovia/Mauja/mau_prof_bg.jpg'); background-position: bottom center; background-size: 100% auto; }
.banner { border-color: ; }
.banner { background: url('http://julle.cc/images/Helovia/Mauja/mau_prof_banner.jpg'); }
.banner .homelink h7 a:link,
.banner .homelink h7 a:visited,
a:link, a:visited { color: ; }
.banner .homelink h7 a:active,
.banner .homelink h7 a:hover,
a:active, a:hover { color: ; }

.navigation { background-color: ; }
.top_menu { background-color: ; }

.profile_name,
.layout_header .menu .item,
.profile_switchers ul li,
.profile_switchers ul li.selected,
.profile_container { background-color: ; }

.profile_name .quote { background-color: ; }

.layout_header .menu .item .heading { background-color: ; }

.profile_switchers ul li:hover,
.info_bar h9,
.info_bar h8 { background-color: ; }

.info_bar { border-color: ; }

.profile_image_switcher ul { background-color: ; }
.profile_image_switcher ul li:hover { background-color: ; }

.thead { background-color: ; }
.tcat { background-color: ; }
.trow1 { background-color: ; }

#return-to-top { background: #; border-color: #; }
#return-to-top:hover { background-color: #; }
#return-to-top i { color: #; }
#return-to-top:hover i { color: ; }

#footer .upper, #footer .lower { background-color: ; color: ;  }
</style>
Proximo, are you in danger of becoming a good man?
Neowulf
Currently championing: None
#2
Updated again, most notably .profile_name .quote got added
Proximo, are you in danger of becoming a good man?