| put this code where you would normally put a header
<img
src="http://img.photobucket.com/albums/v370/buttercupx0baby/mychemicalromace.jpg"
alt="Image hosted by Photobucket.com">
put this code in the website stats of your look and feel
<script>
document.title=
"What Will It Take To Show You That It's Not The Life It Seems"
</script>
<style type="text/css"><!-- a:hover
{background:url(http://members.asianavenue.com/risa-cute-image/starglow.gif);
text-decoration: none;} //--></style>
<style type="text/css">
body {
background-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #FF409F;
scrollbar-shadow-color: #FF409F;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #FF409F;
scrollbar-darkshadow-color: #FF409F;
scrollbar-3dlight-color: #FF409F;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 10px verdana;
line-height:10px;
color:#FF409F;
letter-spacing:1px;
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:verdana;
text-transform:lowercase;
font-size:24px;
line-height:10px;
font-weight:normal;
color:#FF409F;
letter-spacing:2px;
background-color: #000000;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#FF409F;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#FF409F;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#FF409F;
cursor: crosshair;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 2px dashed #B79F87;
font:normal 10px verdana;
background-color: #000000;
letter-spacing:1px;
color: #FF409F;
}
table.left {
/* this edits the menu module */
border: 4px dashed #FFFF40;
width:160px;
background-color: #000000;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 4px dashed #FFFF40;
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(http://url.com/to/the/site/image.gif);
background-color: #000000;
font: bold 10px verdana;
text-transform: lowercase;
color: #FF409F;
border: none;
}
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: #000000;
border: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #000000;
border: 4px dashed #FFFF40;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #FFFF40;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 1px solid #B79F87;
}
</style>
|
| |