Xanga Layouts - Color BasedThese themes are generally quite plain, and they feature a combination of colors. All the themes are simple, and make the Xanga fast loading and easy to use.
/*"Unity in Beige" stylesheet */
/* by [Only registered and activated users can see links. ] */
/*[Only registered and activated users can see links. ]
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#999999;
font:normal 11px arial;
line-height:10px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#ddddd9;
font:normal 11px arial;
line-height:10px;
cursor: ne-resize;
text-decoration: none;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #c0c0c0;
font:normal 11px arial;
background-color: #FFFFFF;
letter-spacing:0px;
}
table.left {
/* this edits the menu module */
border: 1px solid #c0c0c0;
width:160px;
background-color: #FCEBFF;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 0px solid c0c0c0;
background-color: #ffffff;
width:430px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url (http://url.com/to/the/site/image.gif);
background-color: #ddddd5;
font: bold 11px arial;
text-transform: uppercase;
color: #fffff5;
border: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url (http://url.com/to/the/site/image.gif);
background-color: #FFFFFF;
border: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #ddddd5;
border: 1px solid #c0c0c0;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #c0c0c0;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 600px;
}
hr {
/* horizontal divider */
border: 1px solid #ddddd7;
}
</style>