/* Page Background */ body { background-color: #ffffff; margin: 30px 20px 50px 20px; } /* Remove layout border */ #main { border-width: 0; background-color: #ffffff; } /* About & Comments background */ #about-section { background-color: #ffffff; } /* How to edit comments */ /* Comment background color */ #comment-list li { color: #6000FF; background-color: #ffffff; } /* Avatar “frame” */ #comment-list img { border-color: #000000; background-color: #6000FF; } /* Username & Date area */ #comment-list .options { color: #6000FF; background-color: #ffffff; } /* Username/Report/Delete links */ #comment-list .options a { color: #6000FF; } /* Comment pages */ .pages { background-color: #ffffff; } /* “PAGES” -text */ .pages .info { color: #ffffff; } /* Page numbers - links */ .pages a { color: #6000FF; } /* “Add comment” area */ .add-comment { background-color: #ffffff; color: #6000FF; } /* “Add comment” link */ .add-comment a { color: #6000FF; } h1 { color: #6000FF; background-color: #ffffff; font-family: tahoma; font-size: 20px; letter-spacing: -5px; } #stories h2 { color: #6000FF; background-color: #ffffff; font-family: tahoma; font-size: 20px; letter-spacing: -5px; } #articles h2 { color: #6000FF; background-color: #ffffff; font-family: tahoma; font-size: 20px; letter-spacing: 2px; } #poems h2 { color: #6000FF; background-color: #ffffff; font-family: tahoma; font-size: 20px; letter-spacing: 2px; } #journals h2 { color: #6000FF; background-color: #ffffff; font-family: tahoma; font-size: 20px; letter-spacing: 2px; } #photos h2 { color: #6000FF; background-color: #ffffff; font-family: tahoma; font-size: 20px; letter-spacing: 2px; } #about-section h2 { color: #6000FF; background-color: #ffffff; font-family: tahoma; font-size: 20px; letter-spacing: 2px; } #friends h2 { color: #EF1646; background-color: #ffffff; font-family: Georgia; font-size: 20px; letter-spacing: 2px; } #about h2 { color: #6000FF; background-color: #ffffff; font-family: tahoma; font-size: 20px; letter-spacing: 2px; } #info-section { background-color: #6000FF; } /* Image as page background */ body { background-color: #ffffff; background-image: url(http://i54.tinypic.com/afdp3o.gif); background-repeat: repeat; /* it can also be “no-repeat”, “repeat-y” or “repeat-x” */ background-position: right; /* it can also be “center left”, “center center” etc.*/ } #main { background-color: #6000FF; } #about-section { background-color: #ffffff; } #main { border-color: #000000; background-image: url(http://i54.tinypic.com/afdp3o.gif); background-position: bottom left; background-repeat: repeat; } /* If you don’t like orange, you can try this… */ #image, #info, #stories, #articles, #poems, #journals, #friends, #photos, #friends a:hover img { background-color: #ffffff; } #info dt, #info dd, #stories li, #articles li, #poems li, #journals li, #friends img, #photos .photo div { background-color: #6000FF; } #image img, #articles li img, #photos .photo { background-color: #6000FF; } #image img, #articles li img, #friends img, #photos .photo { border-color: #6000FF; } #friends div { color: #6000FF; } a:link { text-decoration: none; } a:hover{ color: black; font-family: tahoma; text-transform: lowercase; text-decoration: line-through; letter-spacing: 2px; word-spacing: 4px; font-weight: italic; } html body div #menu { padding: 5px 10px; Margin: 35px 60px -1px 60px; font-size: 12px; text-align: center; color: #6000FF; background-color: #ffffff; font-family: tahoma; } html body div #menu a { color: #6000FF; padding: 2px; text-decoration: none; } html body div #menu a:hover { text-decoration: underline; } html body div #options { padding: 3px 10px; font-size: 9px; text-align: center; color: #6000FF; background-color: #ffffff; font-family: tahoma; } html body div #options a { color: #6000FF; padding: 2px; text-decoration: none; } html body div #options a:hover { text-decoration: underline; } html body div #options span a { color: #6000FF; } body { margin: 0; padding: 0; background-color: #6000FF; font-family: tahoma; } a { color: #6000FF; text-decoration: none; } a:hover { color: #6000FF; }