regular text bold underlinded italics
copy and paste everything below this line into custom header
_________________________________________________________________
scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #000000; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color:#000000; scrollbar-3dlight-color: #0000000; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px tahoma; line-height:10px; color: #ffffff; 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: Capitalize; font-size:24px; font-weight: bold; line-height: 28px; color: #000000; background-color: #ffffff; text-align: center; border: 1px dashed #9900cc; border-width: 1px 1px 1px 1px; padding-left: 5px; }
a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #ffffff; font:normal 11px tahoma;line-height:10px; text-decoration: none; }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px tahoma; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color: #ffffff; font:normal 11px tahoma; line-height:10px; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ffffff; font:normal 11px tahoma; background-color: #000000; letter-spacing:0px; color: #ffffff; filter: alpha(style=0,opacity=50); }
table.left { /* this edits the menu module */ border: 1px dashed #ffffff; width:160px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ background-image: url; background-repeat: no-repeat; background-position: top left; background-color: #000000; width:400px; border: 1px dashed #ffffff; border-width: 0px 1px 1px 1px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #ffffff; font: bold 11px tahoma; color: #000000; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: none; color: #ffffff; text-align: center; border-top: 1px dashed #ffffff; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px dashed #ffffff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #ffffff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px dashed #ffffff; } </style>
<!-- End Script by Blogring.net --> <BODY style="border-bottom: #ffffff 10t double; border-top: #ffffff 10t double; border-left: #ffffff 10t double; border-right: #ffffff 10t double"></TBODY><a href=" http://xanga.com/hawtxstuff" target="_blank">HAWTxSTUFF</a><br />
<style type="text/css"> .blogbody i, .standard i, p i, em { font-weight: italic; color: #ff6699;} </style> <style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ff6600; } </style>
<style> u{ border-bottom: 1px dashed #ff6600; color:#ff6699; } </style>
<!-- begin code provided by createblog.com --> <style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover { filter:blur(add="0",direction="90",strength="7"); height:0; } </style> <!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <style> a:hover { border: none; } </style>
<!-- end code provided by createblog.com -->
__________________________________________________
copy and paste everything below this line into website stats
___________________________________________________________
<!-- Begin Script: Provided by Blogring.net --> <script type="text/javascript"> // 2003 EasterEgg, //http://www.xanga.com/easteregg // Changes date text // For use at Xanga only. // Info at http://dorkette.net
function replaceWordsDates() { // ***add the Months or Days you wish to replace below var oldWordsDates = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" );
// *** add the replacing Months or Days below var newWordsDates = new Array( "january", "february", "march", "april", "may", "june", "july", "august", "september", "october", "november", "december", "today is the day monday", "you've heard it all before tuesday", "wonderwall wednesday", "be the one to save me thursday", "nobody Feels the way I do friday</font>", "I don't know how saturday", "save me sunday" );
allDivData = document.getElementsByTagName('div'); var collections = new Array(allDivData); for (var k = 0; k < collections.length; ++k ) { for (var i = 0; i < collections[k].length; ++i ) { if (collections[k][i].innerHTML.indexOf('DIV') == -1) { for ( var n = 0; n < oldWordsDates.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]); replacement = collections[k][i].innerHTML.replace(oldWordsDates[n], newWordsDates[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWordsDates(); </script> <!-- End Script : Provided by Blogring.net -->
|