HeruHelp
Home
Coming Soon
About
News
Rules
Contact Us
Link Back
Staff Log
Live Help

QuickLinks
Herupets
HeruHelp Clan
UnOfficial Toolbar

Herupets
Pets
Info/History
Herupets Staff Log
Game Guides
Itemlist: 156 Items FAQ
Guides
Layouts/Graphics

Pet Revamp: 93%

Important
Rules
Privacy Policy

Coding
CSS Coding
HTML Coding
BBCode Coding

Affiliates
Apply

Please Apply

Other

CSS Coding Help

CSS stands for Cascading Style Sheets. Instead of just affecting a small area of your page, it affects the WHOLE thing. CSS codes always start and end in "style". Take any of the colored codes, and put them inbetween these two tags. (What each color-section is for is explained beside it.)

Match the Color of the CSS code to its descriptions color.

body,div,td,p{font-family: FONTTYPE; color: COLOR; font-size: SIZE} This changes the fonts on your page. FONTTYPE can be changed to things such as Arial, Verdana or any other font. Color can be any color of the rainbow. Make sure to change size, too. Standard size is 12.
A{text-decoration: DECORATE; font-family: FONTTYPE; color: COLOR; font-size: SIZE} This changes the link on your page. DECORATE can be changed to: underline, overline, underline overline, line-through, none.
body{background: COLOR; background-image: url(IMGLINK)}
This changes the background. You can have a color and an image, but if you only want a color, erase "background-image: url(IMGLINK)".
scrollbar-face-color : COLOR;
scrollbar-highlight-color : COLOR;
scrollbar-3dlight-color : COLOR;
scrollbar-shadow-color : COLOR;
scrollbar-darkshadow-color : COLOR;
scrollbar-track-color : COLOR;
scrollbar-arrow-color : COLOR}
This changes your scrollbar. Experiment!
body{cursor: CURSOR} This changes your cursor. CURSOR can be changed to: default, auto, wait, crosshair, hand, help, text, move.

Guide © Iceycreamy, a visitor of many petsites.


Profile Coding
In order to code your own profile, CSS coding needs to be used. The codes are shown below:

This code is to make an area on your profile disappear from the page.

Replace --------- with:

trophies - the trophy area on your profile
profile - the whole area except the topbar links
topinfo - the area where the avatar and username are
rightbar - al the areas on the right side of the profile
basicinfo - the area with your Statistics, like Name, Forum Posts, When you were last seen, etc.
userinfo - your shop and gallery information
rate - rate section
pets - pets section
DONTREMOVE - the links at the top of the page.
profile_bar - the big blue bar that says profile.

This code can place any of the above areas anywhere you want on the page, expiriment:

make XX and YY any number.

Content copyright © Heru-Step. Images copyright © Herupets. Layout copyright © Zules.