| scrollbar-arrow-color: blue;
scrollbar-track-color: green;
scrollbar-shadow-color: black;
scrollbar-face-color: green;
scrollbar-highlight-color: yellow;
scrollbar-darkshadow-color:black;
scrollbar-3dlight-color: yellow;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px century gothic;
line-height:18px;
color:yellow;
letter-spacing:0px;
text-align:justify;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font: normal 14px century gothic;
font-size:20px;
font-weight: bolder;
background-image: ( RL);
text-align: center;
color: green;
background-color: yellow;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:yellow;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:yellow;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:black;
cursor: ne-resize;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid black;
font:normal 11px century gothic;
background-color: yellow;
letter-spacing:0px;
color: green;
}
table.left {
/* this edits the menu module */
border: 1px solid black;
width:160px;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 1px solid black;
background-color: green;
width:400px;
font:normal 11px century gothic;
line-height:18px;
color: yellow;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: none;
background-color: green;
font: bold 11px century gothic;
text-transform: lowercase;
color: yellow;
border: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: none;
background-color: green;
border: none;
font:normal 11px century gothic;
line-height:18px;
color: yellow;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: green;
border: 1px solid black;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid yellow;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 1px solid black;
}
|