| <style type="text/css"> /* */ body { background-image: url(http://i28.photobucket.com/albums/c249/Layouts_Xanga/frankandgee1.jpg); background-repeat:no-repeat; background-position: bottom right; background-attachment: fixed; background-color: black; scrollbar-arrow-color: BF0000; scrollbar-track-color: black; scrollbar-shadow-color: black; scrollbar-face-color: black; scrollbar-highlight-color: BF0000; scrollbar-darkshadow-color: black; scrollbar-3dlight-color: black; } .blogbody, table.footer, .standard, .leftmodulefontcolor, td,p { /* edits main text */ font:normal 11px terminal; line-height:11px; color:white; letter-spacing:0px; text-align:justify; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: silver; } 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:terminal; text-transform:uppercase; font-size:10px; font-weight:bold; color:white; letter-spacing:0px; background-color:black; border:0px solid #ffffff; text-align:center; padding: 5px; width: 250px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:BF0000; font:10px arial; letter-spacing:-1px; line-height:10px; text-decoration: lowercase; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:BF0000; font:10px arial; line-height:10px; letter-spacing:-1px; text-decoration: lowercase; } a:hover { cursor:ne-resize; font-size:9px; color:white; letter-spacing:-1px; font-face:arial; font-weight:bold; border-bottom:1px solid #BF0000; text-transform: uppercase; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ffffff; font:normal 10px arial; color:white; background-color: black; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 2px white; width:200px; background-color: black; } table.blogbody { /* this edits the other the place where the blog is */ border: 6px double white; background-color:transparent; width:250px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: black; font: bold 10px arial; text-transform: uppercase; text-decoration: bold; color: white; border: none; text-align:center; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: black; border: 1px solid white; color: #BF0000; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: black; border: 1px solid white; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid white; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 200px; } hr { /* horizontal divider */ border: 5px solid black; } </style> |