| <img src="http://i2.photobucket.com/albums/y7/userplease/pottersnervous.jpg" alt="Image hosted by Photobucket.com"> <style type="text/css"> /* yule ball*/ /* by hp_isyourMOM */ body { background-repeat: no-repeat; background-image: url(none); background-attachment: fixed; background-position: top right; background-color: #FCC0E5; scrollbar-arrow-color: #FF9999; scrollbar-track-color: #FCC0E5; scrollbar-shadow-color: #FF6666; scrollbar-face-color: #FCC0E5; scrollbar-highlight-color: #FF6666; scrollbar-darkshadow-color: #FF9999; scrollbar-3dlight-color: #FF9999; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px tahoma; line-height:10px; color: #000000; letter-spacing:0px; text-align:justify; } 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: tahoma; text-transform:lowercase; font-size:11px; font-weight:bold; color:#FCC0E5; letter-spacing:0px; background-color: #000000; border-top: 3px solid FCC0E5; border-left: 3px solid FCC0E5; border-right: 3px solid FCC0E5; text-align: center; padding: 4px; } a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */ color:#FF6666; font:normal 11px tahoma; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF6666; font:normal 11px tahoma; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#000000; font:normal 11px tahoma; line-height:10px; cursor: none; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 0px solid #CCCCCC; font:normal 11px tahoma; background-color: #000000; letter-spacing:0px; color: #FCC0E5; } table.left { /* this edits the menu module */ border: 0px solid #000000; width:160px; background-color: none; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px solid #FCC0E5; background-color: #FF9999; width:490px; background-image: url(); } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #000000; font: bold 11px tahoma; text-transform: lowercase; color: #FCC0E5; border-top: 3px solid FCC0E5; border-left: 3px solid FCC0E5; border-right: 3px solid FCC0E5; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(); background-color: #FF9999; border: 3px solid #FCC0E5; color: #FCC0E5; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FCC0E5; border: 0px solid #ffffff; color: #FCC0E5; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #000000; color: #FCC0E5; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px double #FCC0E5; } </style> |