The colors you see are merely as examples, replace them with your hex code choices.
| Codes to use when adding or removing...... |
| Colored Scrollbars |
BODY { color: #5E6556;
background: #000000 url(http://YOUR_BG_HERE.jpg);
font-size: medium;
scrollbar-face-color:#5E6556;
scrollbar-arrow-color:#4c381D;
scrollbar-track-color:#5E6556;
scrollbar-shadow-color:#5E6556;
scrollbar-highlight-color:#4c381D;
scrollbar-3dlight-color:#4c381D;
scrollbar-darkshadow-Color:#5E6556;
} |
Changes the scrollbars for ALL pages. Add that code at the very first BODY tag. |
| Fixed Background |
BODY { color: #5E6556;
background: #000000 url(http://YOUR_BG_HERE.jpg);
font-size: medium; background-attachment: fixed;} |
Gives Background a "fixed" look for all pages. Add that to the first BODY tag. |
| font |
{ font-family: Kristen ITC; color:#800000; font-weight: bold; font-size: 11pt} |
Affects All Pages with font commands like the Tourney Color Times, Top 20, etc. |
| A:link |
{ color: #000000; font-size: medium; text-decoration: overline;} |
Gives your links color. |
| A:hover |
{ color: #000000; font-size: medium; text-decoration: overline;} |
Gives your links a different look when the mouse is hovered over it. |
| A:visited |
{ color: #000000; font-size: medium; text-decoration: overline;} |
Gives your links a different look after it has been clicked. |
| img |
{ border=0 } |
Affects all pages that have images used as links, works best with Main page Codes. |
| hr |
{ display: none; } |
Removes the horizontal rule in-between the logo and the main page |
| th |
{ color: #FFFFFF; font-size: medium;} |
Affects all pages with Table Headers |
| h1, h2 |
{ color: #FFFFFF; font-size: medium;} |
Affects pages that have header 1 and header 2 commands |
| input |
{
background:#hex code;
color:#000000;
font:11px verdana,Arial,Helvetica,sans-serif;} |
Affects pages that have an input space like in Free Sign UP, Report Loss Pges |
| select |
{border-color: #FFFFFF; color:#000000; font:normal 11px Verdana,Arial,Helvetica,sans-serif} |
Affects all pages with select buttons, as in Standings Page |
| textarea |
{border-color: #FFFFFF; color:#000000; background-color: #919798; font:normal 11px Verdana,Arial,Helvetica,sans-serif}
|
Standings Page, etc |
Copyright © by Admins101 All Rights Reserved.