hi! like it?
code:
<style type="text/css">
/* Stylesheet */
/* by xanga.com/modern_goddess */
/* http://BlogRing.Net */
body {
background:#58e79f url();
background-repeat:all directions;
background-attachment: fixed;
background-position:bottom-right;
background-color: #58e79f;
scrollbar-arrow-color: #ffffbf;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #bfffdf;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #ffffbf;
scrollbar-darkshadow-color: #afcfbf;
scrollbar-3dlight-color: #FFFFFF;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px comic sans ms;
line-height:12px;
color:#afcfbf;
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:comic sans ms;
text-transform:lowercase;
font-size:24px;
line-height:10px;
font-weight:none;
color:#afcfbf;
letter-spacing:0px;
background-color: #58e79f;
text-align: left;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#afcfbf;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#ffffbf;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#bfffdf;
cursor: ne-resize;
text-decoration: lowercase;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 2px dashed #afcfbf;
font:normal 11px comic sans ms;
background-color: #ffffff;
letter-spacing:0px;
color: #afcfbf;
filter: alpha(style=0,opacity=60);
}
table.left {
/* this edits the menu module */
border: 2px dashed #bfffbf;
width:160px;
background-color: #ffffbf;
filter: alpha(style=0,opacity=60);
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 2px dashed #ffffbf;
background: #ffffbf url("");
width:400px;
filter: alpha(style=0,opacity=60);
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: #ffffbf;
font: normal 11px comic sans ms;
text-transform: lowercase;
color: #afcfbf;
border: 2px dashed #58e79f;
filter: alpha(style=0,opacity=60);
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url();
background-color: #FFFFFF;
border: 2px dashed #f433ff;
filter: alpha(style=0,opacity=60);
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #ffffbf;
border: 2px dashed #bfffcf;
filter: alpha(style=0,opacity=60);
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 2px dashed #bfffdf;
filter: alpha(style=0,opacity=60);
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 2px dashed #afcfbf;
}
</style> |