My layout

/* Page Background */

body { background-color: #ffffff; margin: 25px 20px 45px 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: #000000;
background-color: #ffffff; }

/* Avatar "frame" */

#comment-list img {
border-color: #000000;
background-color: #00F9FF;
}

/* Username & Date area */

#comment-list .options {
color: #00F9FF;
background-color: #ffffff;
}

/* Username/Report/Delete links */

#comment-list .options a {
color: #EF1646;
}

/* Comment pages */

.pages {
background-color: #ffffff;
}

/* "PAGES" -text */

.pages .info {
color: #ffffff;
}

/* Page numbers - links */

.pages a {
color: #EF1646;
}

/* "Add comment" area */

.add-comment {
background-color: #ffffff;
color: #EF1646;
}

/* "Add comment" link */

.add-comment a {
color: #EF1646;
}

h1 {
color: #C100FF;
background-color: #ffffff;
font-family: Georgia;
font-size: 43px;
letter-spacing: -4px;
}

#stories h2 {
color: #C100FF;
background-color: #ffffff;
font-family: Georgia;
font-size: 43px;
letter-spacing: -4px;
}

#articles h2 {
color: #C100FF;
background-color: #ffffff;
font-family: Georgia;
font-size: 43px;
letter-spacing: 1px;
}

#poems h2 {
color: #C100FF;
background-color: #ffffff;
font-family: Georgia;
font-size: 43px;
letter-spacing: 1px;
}

#photos h2 {
color: #C100FF;
background-color: #ffffff;
font-family: Georgia;
font-size: 43px;
letter-spacing: 1px;
}

#about-section h2 {
color: #C100FF;
background-color: #ffffff;
font-family: Georgia;
font-size: 23px;
letter-spacing: 1px;
}

#friends h2 {
color: #C100FF;
background-color: #ffffff;
font-family: Georgia;
font-size: 43px;
letter-spacing: 1px;
}

#journals h2 {
color: #C100FF;
background-color: #ffffff;
font-family: Georgia;
font-size: 43px;
letter-spacing: 1px;
}

#about h2 {
color: #C100FF;
background-color: #ffffff;
font-family: Gorgia;
font-size: 43px;
letter-spacing: 1px;
}

#info-section {
background-color: #C100FF;
}

/* Image as page background */

body {
background-color: #ffffff;
background-image: url(http://i110.photobucket.com/albums/n119/chibichibi-100190/layouts/Stars.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: #C100FF;
}

#about-content { /* About: background */
background-color: #000000;
background-image: url(http://i141.photobucket.com/albums/r59/Hannah77456/stars%20hearts%20rainbows%20butterfly/thbutterfly.jpg);
background-position: left bottom;
background-repeat: no-repeat;
color: #fff;
}
}

#main {
border-color: #000000;
background-image: url(http://i110.photobucket.com/albums/n119/chibichibi-100190/layouts/Stars.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: #C100FF;
}

#image img, #articles li img, #photos .photo {
background-color: #C100FF;
}

#image img, #articles li img, #friends img, #photos .photo {
border-color: #C100FF;
}

#friends div {
color: #C100FF;
}

a:link {
text-decoration: none;
}

a:hover{
color: black;
font-family: times;
text-transform: uppercase;
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: 17px;
text-align: center;
color: #C100FF;
background-color: #000000;
font-family: times;
}

html body div #menu a
{
color: #C100FF;
padding: 2px;
text-decoration: none;
}

html body div #menu a:hover
{
text-decoration: underline;
}

html body div #options
{
padding: 3px 10px;
font-size: 11px;
text-align: center;
color: #C100FF;
background-color: #000000;
font-family: Arial;
}

html body div #options a
{
color: #C100FF;
padding: 2px;
text-decoration: none;
}

html body div #options a:hover
{
text-decoration: underline;
}

html body div #options span a
{
color: #C100FF;
}

html body div #error-message
{
font-size: 0.8em;
text-align: center;
padding: 20px;
margin: 15px 45px 20px 45px;
border: #000 5px solid;
color: #EF1646;
background: C100FF url(/data/images/profiles/item-details.gif) center center no-repeat;
font-family: Arial;
}

body
{
margin: 0;
padding: 0;
background-color: #C100FF;
font-family: Arial;
}

textarea
{
font-family: Arial, ;
font-size: 1em;
}

a
{
color: #C100FF;
text-decoration: none;
}

a:hover
{
color: #C100FF;
}
body, #main, #comment-list .options, #about-section, #image, #image img, #info, #stories, #articles, #poems, #journals, #friends, #photos, #friends a:hover img {
background-color: #ffffff;
August 11th, 2010 at 12:36am