Copy Into Custom Header *remember to fill in where it says "YOUR USERNAME" with your own username.
<style type="text/css"> body { background-color: #000000; background-image: url(http://i15.photobucket.com/albums/a367/noche_echox/11_activepanelreduced33.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #000000; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px terminal; line-height:10px; color:#9999FF; 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:Blackadder ITC; text-transform:Normal; font-size:24px; line-height:10px; font-weight:normal; color:#9999FF; letter-spacing:0px; background-color: #ffffff; text-align: center; }
a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#9999FF; text-decoration: none; }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#DDDDDD; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#000000; cursor: crosshair; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #c0c0c0; font:normal 11px terminal; background-color: #FFFFFF; letter-spacing:0px; color: #000000; }
table.left { /* this edits the menu module */ border: 1px solid #c0c0c0; width:160px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: #ffffff; width:400px; }
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: #000000; font: bold 11px terminal; text-transform: lowercase; color: #FFFFFF; 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: #FFFFFF; border: 1px solid #FFFFFF; } 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: 500px; } hr { /* horizontal divider */ border: 1px solid #CCCCFF; } </style>
<!-- begin code provided by createblog.com --> <style type="text/css"> table.navigation, table.footer { display:none; } </style> <!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <form name="jump"> <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"> <option value="#">Navigation</option> <option value="#">---------------------</option> <option value="http://xanga.com">Xanga</option> <option value="http://xanga.com/YOURUSERNAME">Refresh</option> <option value="http://www.xanga.com/private/home.aspx">Private</option> <option value="http://www.xanga.com/CLAF/default.asp">CLAF</option> <option value="http://www.xanga.com/profile.aspx?user=YOURUSERNAME">Profile</option> <option value="http://www.xanga.com/guestbook.aspx?user=YOURUSERNAME">Guestbook</option> <option value="http://www.xanga.com/Private/SubscribeTo.aspx?user=YOURUSERNAME">Add Me</option> <option value="http://www.xanga.com/Private/subs.aspx">Subscriptions</option> <option value="http://www.xanga.com/Private/feedback.aspx">Feedback</option> <option value="#">---------------------</option> <option value="http://www.xanga.com/signin.aspx">Sign In</option> <option value="http://www.xanga.com/logout.aspx">Log Out</option> </select> <!-- end code provided by createblog.com --> |