|
<style type="text/css">
body {
cursor: crosshair;
background-color: #000000;
background-image: url(http://www.thelittlescrapbookstore.com/images/covers/Newspaper.jpg);
background-position: center ;
background-attachment: fixed;
background-repeat: no-repeat;}
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 10px trebuchet MS;
line-height:9px;
color:#000000;
letter-spacing:0px;
text-align:justify;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #66cccc;
}
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:terminal;
text-transform:uppercase;
font-size:10px;
font-weight:bold;
color:#000000;
letter-spacing:0px;
background-color:ffffff;
border: 2px solid #000000;
text-align: center;
padding: 1px;
width: 190px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#000000;
font: 9px trebuchet MS;
line-height:10px;
text-decoration: none;
text-transform: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#000000;
font: 9px trebuchet MS;
line-height:10px;
text-decoration: none;
text-transform: none;
}
a:hover {
cursor:ne-resize;
font:16px small fonts;
color:#000000;
border-bottom: 0px solid #ff3366;
text-transform: lowercase;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 0px solid #ffffff;
font:normal 10px TREBUCHET MS; color:#000000;
background-color: #ffffff;
letter-spacing:0px;
color: #000000;
}
table.left {
/* this edits the menu module */
border: 0px solid #ffffff;
width:150px;
background-color: #FFFFFF;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 0px solid #FFffff;
background-color:FFFFFF;
width:190px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(enter);
background-color: FFFFFF;
font: bold 9px trebuchet ms;
text-transform:none;
text-decoration: bold;
color: #000000;
border: 2px solid #000000;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #ffffff;
border: 0px solid #ffffff;
}
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 #ffffff;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 150px;
}
hr {
/* horizontal divider */
border: 0px solid #ffffff;
}
</style>
|
| |