| | get you a "html":
/* slice veins Stylesheet*/ body { background-color: #000000; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FF3399; scrollbar-shadow-color: #000000; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; cursor: crosshair; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px Tahoma; line-height:10px; color:#FFFFFF; letter-spacing:0px; text-align:left; } 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: Impact; text-transform:lowercase; font-size:17px; line-height:10px; font-weight:bold; color:#FFFFFF; letter-spacing:0px; background-color: #FF3399; text-align: center; border: 2px dashed #FF3399; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF3399; text-decoration: none; font:normal 11px Tahoma; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF66CC; text-decoration: line-through; font:normal 11px Tahoma; } a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; cursor: crosshair; text-decoration: none; font:bold 13px Tahoma; background-color: #FF3399; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px #FFFFFF; font:normal 11px Tahoma; background-color: #000000; letter-spacing:0px; color: #FF3399; } table.left { /* this edits the menu module */ border: 2px #FFFFFF; width:160px; background-color: #000000; font:normal 11px Tahoma; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px FFFFFF; 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-color: #FFFFFF; font: bold 12px Tahoma; color: #FF3399; border: 4px solid #FFFFFF; text-align: center; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: dashed; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #FFFFFF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px dashed #FF3399; }
|