|
body { background-color: #ffffff; background-image: url(http://tinypic.com/29fx1w); background-repeat: no-repeat; background-attachment: fixed; background-position: center; scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #ff66cc; scrollbar-face-color: #ff89cc; scrollbar-highlight-color: #ff89cc; scrollbar-darkshadow-color:#ffffff; scrollbar-3dlight-color: #ffffff; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:18px; color:#ff66cc; 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:impact; text-transform:lowercase; font-size:20px; line-height:30px; font-weight:bold; height: 1px; background-color: #ff66cc; filter: alpha (opacity=100, finishopacity=0, style=2); color:#ffffff; letter-spacing:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ font:normal 11px arial; color:#000000; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ font:normal 11px arial; color:#ff66cc; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#ff66cc; cursor: ne-resize; text-decoration: none; font:normal 11px arial; background-color: #ff66cc; border: 3px solid #000000; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 3px solid #ff66cc; font:normal 11px arial; background-color: #ffffff; letter-spacing:0px; color: #ff66cc; } table.left { /* this edits the menu module */ border: 7px solid #000000; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 7px solid #ff66cc; background-color: #ffffff; width:400px; font:normal 11px arial; line-height:18px; color: #ff66cc; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: none; background-color: #ffffff; font: bold 11px arial; text-transform: lowercase; color: #000000; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: none; background-color: #ffffff; border: none; font:normal 11px arial; line-height:18px; color: #ff66cc; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #3366ff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 7px solid #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #ff66cc; }
|