<style type="text/css">
/* starry eyed suprise stylesheet by xmaluangelx3*/
/*http://BlogRing.net*/
body {
background:white url("http://img243.echo.cx/img243/4498/polkadots5sq.png");
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
scrollbar-arrow-color: #99CCFF;
scrollbar-track-color: #fff;
scrollbar-shadow-color: #99CCFF;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #99CCFF;
scrollbar-darkshadow-color: #99CCFF;
scrollbar-3dlight-color: #99CCFF;
cursor: crosshair;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px tahoma;
line-height:11px;
color: #FF99CC;
letter-spacing:0px;
text-align:justify;
}
.left B, { font: bold 11px franklin gothic medium; color: "#99CCFF"; line-height: 11px;}
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: tahoma;
text-transform: lowercase;
font-size:18px;
font-weight: bold;
line-height: 15px;
letter-spacing: -1px;
color:#CC99FF;
text-align: center;
padding: 3px;
width: 500px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color: #CC99FF;
font:normal 11px tahoma;
line-height:11px;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color: #CC99FF;
font:normal 11px tahoma;
line-height:11px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color: #FF99CC;
font: 11px tahoma;
line-height:11px;
text-decoration: line-through;
cursor: crosshair;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #CC99FF;
font:normal 11px tahoma;
background-color: #fff;
letter-spacing:0px;
color: #FF99CC;
}
table.left {
/* this edits the menu module */
border: 1px solid #CC99FF;
width: 160px;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 1px dashed #CC99FF;
width: 500px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: #CC99FF;
font: bold 11px tahoma;
filter: alpha (opacity=100, finishopacity=0, style=1)
color: #CC99FF;
border: none;
text-align: center;
width: 160px;
}
table.left TD {
/* on your menu module, this edits the body part of it */
border: none;
text-align: center;
border-top: 1px solid #CC99FF;
width: 160px;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #fff;
border: 1px solid #BBBBBB;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #BBBBBB;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 600px;
}
hr {
/* horizontal divider */
border: 1px solid #ffffff;
}
</style> |