| put this code in your HEADERR of your look & feel.
<style type="text/css"> body { background-color: #000000; background-image: url(); background-attachment: fixed; background-repeat: y-repeat; background-position: bottom left; scrollbar-arrow-color: #FF9900; scrollbar-track-color: #000000; scrollbar-shadow-color: #FF9900; scrollbar-face-color: #000000; scrollbar-highlight-color: #FF9900; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; cursor: crosshair; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 13px tahoma; line-height:11px; color: #ffffff; letter-spacing:0px; text-align:justify; } .left B, { font: bold 11px tahoma; color: "# ffffff"; 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: left; } div.blogheader, .caption { /* edits the dates */ font-family:impact; text-transform:uppercase; font-size:18px; line-height:30px; font-weight:bold; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:#FF9900; color:black; letter-spacing:1px; text-align: center;
text-align: center; background-image: url(); border: 3px solid #FF9900; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #ffffff; font:normal 11px tahoma; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #FFFFFF; font:normal 11px tahoma; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #ffffff; font: 11px tahoma; line-height:11px; text-decoration: none; cursor: crosshair; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px solid #FF9900; font:normal 11px tahoma; background-color: #000000; letter-spacing:0px; color: #FF9900; } table.left { /* this edits the menu module */ border: 2px solid #FFFfff; background-color: #000000;
width: 160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 2px solid #ffffff; width: 350px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #FF9900; font: bold 11px tahoma; color: #000000; border: none; text-align: left; width: 160px; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: left; border-top: 2px solid #000000; width: 160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 2px solid #ffffff; } .blogbody i, .standard i, p i, em { font-weight: italic;; color: #FF9900; } u { color: #FF9900; font-family: tahoma; border-bottom: 1px solid #FFFFff; letter-spacing: 0px; font-weight: Underline; text-transform: none; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #FF9900; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #ffffff; } body { /* picture */ background-image:url(http://img.photobucket.com/albums/v469/mojojojo22/uhhuh.bmp); background-repeat:no-repeat; background-position:bottom right; background-attachment:fixed }
}
</style>
|