<style type="text/css">
/* Black & Blue*/
/* By: Lysa */
/* creator_of_layouts */
body {
background-color:
#000000;
border: 1px solid #00ccff;
scrollbar-face-color:#000000;
scrollbar-arrow-color: #00ccff;
scrollbar-track-color:#00ccff;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-Color:#ffffff;
}
.left, .blogbody, table.footer, .standard,
.leftmodulefontcolor, td, p {
/* edits main text */
font: normal 14px
georgia;
line-height:13px;
color: #00ccff;
text-align:justify;
cursor: crosshair;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bolder;
}
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:georgia;
text-transform:lowercase;
font-size:25px;
line-height:20px;
letter-spacing:-2
px;
font-weight:bolder;
color: #00ccff;
background-color:
#000000;
text-align: center;
text-decoration: underline;
border: 1px solid #00ccff;
}
a:link, .footernav.link, a.footernav:link,
a.footernav:active {
/* edits all links */
color:#00ccFF;
font:bold 12px georgia;
line-height:13px;
text-decoration: none;
cursor:crosshair;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#00ccFF;
font:bold 12px georgia;
line-height:13px;
text-decoration: none;
cursor:crosshair;
}
a:hover {
/* edits when user mouseovers the links */
text-decoration: line-through;
font:bold georgia 13px;
border:2 solid #00ccff;
cursor:ne-resize;
line-height:13px;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #00ccff;
font:normal 14px
Georgia;
background-color:
#000000;
color: #00ccff;
line-height:13px;
}
table.left {
/* this edits the menu module */
border: 1px solid
#00ccff;
width:160px;
background-color:
#000000;
line-heigth:13px;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 0px solid
c0c0c0;
background-color:
#000000;
font:normal 14px georgia;
line-heigth:13px;
width:400px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color:
#000000;
font:normal 14px georgia;
text-transform: lowercase;
color: #00ccff;
border: 1px solid
#00ccff;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color:
#000000;
border: 1px solid
#00ccff;
line-heigth:13px;
color: #00ccff;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color:
#000000;
border: 1px solid
#00ccff;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid
#c0c0c0;
line-heigth:13px;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
line-heigth:13px;
}
hr {
/* horizontal divider */
border: 1px solid
#00ccff;
}
</style> |