body {
background-image:url();
background-repeat: repeat;
background-attachment: fixed;
background-position: bottom right;
background-color: teal;
scrollbar-arrow-color:black;
scrollbar-track-color: teal;
scrollbar-shadow-color: crimson;
scrollbar-face-color: gold;
scrollbar-highlight-color: crimson;
scrollbar-darkshadow-color: black;
scrollbar-3dlight-color: black;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font: normal 7px small fonts;
line-height: 7px;
color: crimson;
letter-spacing:-0px;
text-align: center;
text-transform: uppercase;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it like this, unless you know what to do*/
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family: small fonts;
text-transform: uppercase;
font-size: 7px;
font-weight: normal;
color: white;
background-color: crimson;
text-align: center;
border: 1px solid black;
border-bottom: 1px solid black;
width: 130px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color: black;
background-color: #transp;
border: 0px solid turquoise;
font:normal 7px small fonts;
letter-spacing: 0px;
text-decoration: none;
text-transform: uppercase;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color: black;
background-color: #transp;
border: 0px solid turquoise;
font:normal 7px small fonts;
letter-spacing: 0px;
text-decoration: none;
text-transform: uppercase;
}
a:hover {
/* edits when user mouseovers the links */
font: 7px small fonts;
font-weight: normal;
color: crimson;
background-color: #transp;
border-bottom: 0px solid black;
text-decoration: none;
letter-spacing: -0pt;
text-transform: uppercase;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid black;
font: normal 7px small fonts;
color: crimson;
background-color:gold;
letter-spacing:0px;
text-transform: uppercase;
}
table.left {
/* this edits the menu module */
border: 1px solid black;
font-weight: normal;
width: 100px;
background-color: crimson;
background-image: url ();
}
table.blogbody {
/* this edits the other the place where the blog is */
background-color: gold;
background-image: url ();
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
border: 1px solid black;
border-top: 1px solid black;
width:130px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
display: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color:crimson;
background-image: url ();
border: 1px solid black;
color: gold;
text-align:center;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color:#ffffff;
border: 0px solid #ffffff;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid white;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 130px;
}
hr {
/* horizontal divider */
border: 1px solid black;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: normal;
color: black;
}
.blogbody u, .standard u, p u, u {
font-weight: lighter;
color: black;
font: normal 7px small fonts;
border-bottom: 2px solid teal;
text-transform: uppercase;
}
.blogbody i, .standard i, p i, em {
font-weight: normal;
font: normal 7px small fonts;
text-transform: uppercase;
color: teal;}
False