|
background-color: white;
background-image: url();
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #FF0000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #FF0000;
scrollbar-darkshadow-color: #FF0000;
scrollbar-3dlight-color: #FF0000;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:12px;
color: #FF0000;
letter-spacing:0px;
text-align:center;
}
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-family: impact;
text-transform:uppercase;
font-size:16px;
line-height:30px;
font-weight: normal;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:#FFFFFF;
color:black;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#FFFFFF;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#FFFFFF;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#FFFFFF;
cursor: ne-resize;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #FFFFFF;
font:normal 11px arial;
background-color: #000000;
letter-spacing:0px;
color: #FF0000;
}
table.left {
/* this edits the menu module */
border: 1px solid #FFFFFF;
width:160px;
background-color: #000000;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 3px double #FFFFFF;
background-color: #000000;
width:400px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url();
filter: alpha (opacity=100, finishopacity=0, style=1);
background-color: #FF0000;
font: bold 11px arial;
text-transform: uppercase;
color: white;
border: 1px solid white;
letter spacing: 1px;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: none;
background-color: #000000;
border: none;
color: #FF0000;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #000000;
border: 1px solid #FFFFFF;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #FFFFFF;
}
hr {
/* horizontal divider */
border: 1px solid #FF0000;
}
|