| <font color="ff05ff"> MY_style_layout </font> <style type="text/css"> body { background-image: url("http://tinypic.com/5oxxlf"); background-attachment: fixed; background-repeat: no-repeat ; background-color: black; background-position: top left; } background-color: #000000; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #000000; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 9px terminal; line-height:16px; color: #66CCFF; letter-spacing:1px; } 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: none; font-size:13px; font-weight:heavy; line-height:14px; color:#66CCFF; letter-spacing:0px; background-color: transp; border: 4px solid #FF3399; border-width:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#33FF00; background-color:#; border:#; text-decoration: normal; text-transform: normal; font:normal 9px terminal; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0066; background-color:#; border: #; text-decoration: normal; text-transform:normal; font:normal 9px terminal; } a:hover { /* edits when user mouseovers the links */ color:#FFFF99; cursor: crosshair; text-decoration: normal; filter: blur; text-transform:normal; font: bold 9px terminal; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px DOTTED #FF3399; font:normal 10px terminal; background-color: transp; letter-spacing:2px; color: #66FF66; } table.left { /* this edits the side module */ border: 3px solid #FF3399; width:150px; background-color: transp; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px solid #66FF66; border-width: 3px; background-color: transp; width:300px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: transp; font:bold 14px terminal; text-transform: lowercase; color: #FF9900; border: 0px solid #9999FF; } table.left TD { /* on your side module, this edits the body part of it */ background-image: url(); background-color: transp; border: 1px solid #FF3399; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 3px solid #FF3399; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px dotted #FF3399; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 480px; } hr { /* horizontal divider */ border: 3px dotted #FF3399; } </style> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody u, .standard u, p u, u { font-weight: lighter; color: #FF6600; border-bottom: #FF3399 dashed 1px;} </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFFF99; } </style> <div align=left> |
| |