| background-color: #ffffff;
scrollbar-arrow-color: #01AFFF;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #01AFFF;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #01AFFF;
cursor:crosshair; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 10px arial;
color:#01AFFF;
letter-spacing:0px;
text-align:justify;
}
div.blogheader, .caption {
/* edits the dates */
font-family:Verdana;
text-transform:lowercase;
font-size:14px;
line-height:11px;
font-weight:bold;
color:#01AFFF;
letter-spacing:0px;
text-align: left;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
font:normal 10px arial;
color:#01AFFF;
text-decoration: underline;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
font:normal 10px arial;
color:#01AFFF;
text-decoration: underline;
}
a:hover {
/* edits when user mouseovers the links */
font:normal 10px arial;
color:#01AFFF;
cursor: e-resize;
text-decoration: line-through;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #01AFFF;
font:normal 11px arial;
background-color: #ffffff;
letter-spacing:0px;
color: #01AFFF;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 0px solid #01AFFF;
width:340px;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
border: 1px solid #01AFFF;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #01AFFF;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 380px;
}
hr {
/* horizontal divider */
border: 1px solid #01AFFF;
}
|