| <font color="black">MY_style_layout</font> <style type="text/css"> body { background-image: url("http://www.myimagehub.com/userfiles/sd9/waiting_again.png"); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-color: white; scrollbar-arrow-color: black scrollbar-track-color: black; scrollbar-shadow-color: white; scrollbar-face-color: white; scrollbar-highlight-color: white; scrollbar-darkshadow-color: black; scrollbar-3dlight-color: black; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px terminal; line-height:15px; color: black; 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; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#black; background-color:#; border:#; text-decoration: dashed; text-transform: normal; font:normal 10px terminal; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:black; background-color:#; border: #; text-decoration: normal; text-transform:normal; font:normal 10px terminal; } a:hover { /* edits when user mouseovers the links */ color:black; cursor: crosshair; text-decoration: normal; filter: blur; text-transform:normal; font: bold 11px terminal; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px DOTTED black; font:normal 10px terminal; background-color: transp; letter-spacing:2px; color: black; } table.left { /* this edits the side module */ border: 2px solid black; width:180px; background-color: white; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px solid black; border-width: 3px; background-color: transp; width:400px; } 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: black; border: 0px solid black; } table.left TD { /* on your side module, this edits the body part of it */ background-image: url(); background-color: transp; border: 1px solid black; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: white; border: 3px solid transp; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px dotted black; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 3px dotted #transp; } </style> |