SUMMER HANDBAGS
dont jock. please & thank you
LYT with words custom header:
<FONT style="FONT-WEIGHT: bold; FONT-SIZE: 32pt; COLOR: #EFDFCF; LINE-HEIGHT: 18pt; FONT-FAMILY: century gothic; LETTER-SPACING: -2.5pt">♥</FONT>
<FONT style="FONT-WEIGHT: bold; FONT-SIZE: 40pt; COLOR: #339933; LINE-HEIGHT: 20pt; FONT-FAMILY: Arial; LETTER-SPACING: -1pt">color array</FONT>
<FONT style="FONT-WEIGHT: bold; FONT-SIZE:40pt; COLOR: #ff00cc; LINE-HEIGHT: 20pt; FONT-FAMILY: Arial; LETTER-SPACING:-1pt"> of handbags</font> <br><br>
<img src="http://x86.xanga.com/9ce8127338d6810348294/z6405212.jpg"> <img src="http://xf4.xanga.com/e1084b56473329971907/z7535311.jpg"> <img src="http://x4a.xanga.com/7d6834ebc66307542990/z6031607.png"> <style type=text/css> body { scrollbar-arrow-color: #EFDFCF; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; background-color: #ffcc99; background-image: url(); background-repeat: repeat; background-attachment: fixed; background-position: center center; } /* [ Main Text ] */ .left, blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {font:normal 7px small fonts; color: #604020; letter-spacing: 1px; text-transform: uppercase; text-align: normal; line-height:11px;} /*[ Bold Text ]*/ .blogbody b, .standard b, p b, strong { color: #000000; normal 11px arial; line-height:11px; background-color: #EFDFCF; letter-spacing: 1px; } /*[ Edit Italic Text ]*/ .blogbody i, .standard i, p i, em { normal 11px georgia; color: #EFDFCF; letter-spacing: 2px; line-height:11px; } /*[ Edits Underline Text ] */u { font:normal 11px arial; color: #ff00cc; line-height:10px; border-bottom: 3px solid #fff; text-decoration:none; } } div.blogheader, .caption { /* edits the dates */ background-color: #339933; font: normal 9px terminal; text-transform: lowercase; background-image: url(); background-repeat: repeat; background-attachment: fixed; background-position: center center; font-weight:italic; color: #EFDFCF; text-align: center; LETTER-SPACING: 2px; border: 0px solid #EAADEA; padding-top:5px; width:400px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; background-color: #ffffff; font:normal 7px small fonts; text-transform:uppercase; letter-spacing: -1px; line-height: 11px;
text-decoration: bold; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; background-color: #ffffff; font:normal 7px small fonts; text-transform:uppercase; letter-spacing: -1px; line-height: 11px;
text-decoration: bold;
} a:hover { /* edits when user mouseovers the links */ color: #ff00cc; background-color: #fff; font:normal 11px arial; text-transform:lowercase; letter-spacing: 3px; line-height: 11px; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ background-color: #339933; color:#fff; font:normal 7px small fonts; text-transform:uppercase; border:1px solid #EFDFCF; letter-spacing:0px; }
} table.left { /* this edits the menu module */ border: 0px solid #d0e2d2; width:150px; color: #ec86ac; background-color: #fff;
text-align: normal; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid #EAADEA; background-color: #339933;
background-image: url(); background-repeat: repeat; background-attachment: fixed; background-position: center center; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: #339933; background-image: url(); background-repeat: repeat; background-position: top left; font: normal 9px terminal; text-transform: lowercase; font-weight:italic; color: #EFDFCF; text-align: center; LETTER-SPACING: 2px; border: 0px solid #EAADEA; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #339933; background-image: url(); background-repeat: repeat; background-position: top left; border: 0px solid #EAADEA; color: #604020; text-align: center; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ff00cc;
border: 1px solid #ff00cc; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ background-color: transperant; border: 1px solid #ff00cc; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 480px; } hr { /* horizontal divider */ border: 1px solid #ff00cc; } table.footer {display: none;}</style> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#339933","#ffffff"); // the border color var blinkBorderColor = "#ff00cc" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 2; // the # of columns var blinkCols = 1; // the width of the entire box, in pixels or % var blinkWidth = 303; // the height of each row, in pixels var blinkRowHeight = 2; // speed of blinking, in milliseconds var blinkRate = 20; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </script> <DIV id=scroll3 style="background-color: #ffcc99; background-image: url(); OVERFLOW: none; WIDTH: 560px; HEIGHT: 100% ;"> <FONT style="FONT-SIZE: 11px; COLOR: #000; FONT-FAMILY: arial; border: 0px solid #94be99; LETTER-SPACING: 2px; FONT-WEIGHT: normal;"><FONT color="#a0c880">
<a href="http://www.xanga.com/tannedlays">| TANNED |</a> <b> </b> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com"> | HOME |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/private"> | PRIVATE |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=USERNAME"> | SUBBSRIBE |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/Private/subs.aspx"> | SUBBIES |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/CLAF"> | L&&F |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/signin.aspx">| COME IN |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT>
</div> <style type="text/css"> table.navigation, table.footer { display:none; } </style>
LYT w/o WORDS CUSTOM HEADER:
<img src="http://x86.xanga.com/9ce8127338d6810348294/z6405212.jpg"> <img src="http://xf4.xanga.com/e1084b56473329971907/z7535311.jpg"> <img src="http://x4a.xanga.com/7d6834ebc66307542990/z6031607.png"> <style type=text/css> body { scrollbar-arrow-color: #EFDFCF; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; background-color: #ffcc99; background-image: url(); background-repeat: repeat; background-attachment: fixed; background-position: center center; } /* [ Main Text ] */ .left, blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {font:normal 7px small fonts; color: #604020; letter-spacing: 1px; text-transform: uppercase; text-align: normal; line-height:11px;} /*[ Bold Text ]*/ .blogbody b, .standard b, p b, strong { color: #000000; normal 11px arial; line-height:11px; background-color: #EFDFCF; letter-spacing: 1px; } /*[ Edit Italic Text ]*/ .blogbody i, .standard i, p i, em { normal 11px georgia; color: #EFDFCF; letter-spacing: 2px; line-height:11px; } /*[ Edits Underline Text ] */u { font:normal 11px arial; color: #ff00cc; line-height:10px; border-bottom: 3px solid #fff; text-decoration:none; } } div.blogheader, .caption { /* edits the dates */ background-color: #339933; font: normal 9px terminal; text-transform: lowercase; background-image: url(); background-repeat: repeat; background-attachment: fixed; background-position: center center; font-weight:italic; color: #EFDFCF; text-align: center; LETTER-SPACING: 2px; border: 0px solid #EAADEA; padding-top:5px; width:400px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; background-color: #ffffff; font:normal 7px small fonts; text-transform:uppercase; letter-spacing: -1px; line-height: 11px;
text-decoration: bold; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; background-color: #ffffff; font:normal 7px small fonts; text-transform:uppercase; letter-spacing: -1px; line-height: 11px;
text-decoration: bold;
} a:hover { /* edits when user mouseovers the links */ color: #ff00cc; background-color: #fff; font:normal 11px arial; text-transform:lowercase; letter-spacing: 3px; line-height: 11px; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ background-color: #339933; color:#fff; font:normal 7px small fonts; text-transform:uppercase; border:1px solid #EFDFCF; letter-spacing:0px; }
} table.left { /* this edits the menu module */ border: 0px solid #d0e2d2; width:150px; color: #ec86ac; background-color: #fff;
text-align: normal; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid #EAADEA; background-color: #339933;
background-image: url(); background-repeat: repeat; background-attachment: fixed; background-position: center center; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: #339933; background-image: url(); background-repeat: repeat; background-position: top left; font: normal 9px terminal; text-transform: lowercase; font-weight:italic; color: #EFDFCF; text-align: center; LETTER-SPACING: 2px; border: 0px solid #EAADEA; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #339933; background-image: url(); background-repeat: repeat; background-position: top left; border: 0px solid #EAADEA; color: #604020; text-align: center; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ff00cc;
border: 1px solid #ff00cc; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ background-color: transperant; border: 1px solid #ff00cc; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 480px; } hr { /* horizontal divider */ border: 1px solid #ff00cc; } table.footer {display: none;}</style> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#339933","#ffffff"); // the border color var blinkBorderColor = "#ff00cc" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 2; // the # of columns var blinkCols = 1; // the width of the entire box, in pixels or % var blinkWidth = 303; // the height of each row, in pixels var blinkRowHeight = 2; // speed of blinking, in milliseconds var blinkRate = 20; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </script> <DIV id=scroll3 style="background-color: #ffcc99; background-image: url(); OVERFLOW: none; WIDTH: 560px; HEIGHT: 100% ;"> <FONT style="FONT-SIZE: 11px; COLOR: #000; FONT-FAMILY: arial; border: 0px solid #94be99; LETTER-SPACING: 2px; FONT-WEIGHT: normal;"><FONT color="#a0c880">
<a href="http://www.xanga.com/tannedlays">| TANNED |</a> <b> </b> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com"> | HOME |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/private"> | PRIVATE |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=USERNAME"> | SUBBSRIBE |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/Private/subs.aspx"> | SUBBIES |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/CLAF"> | L&&F |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT> <a href="http://www.xanga.com/signin.aspx">| COME IN |</a> <FONT style="FONT-SIZE: 6pt; TEXT-TRANSFORM: none; COLOR: #ff00cc; FONT-FAMILY: Symbol; LETTER-SPACING: -2pt">©</FONT>
</div> <style type="text/css"> table.navigation, table.footer { display:none; } </style>
ADD REMOVER(BEGinning of website stats)
<!--Ad Remover--> <script type="text/javascript">document.write('\u003c\u0063\u0065\u006e\u0074\u0065\u0072\u003e\u003c\u0061\u006c\u0069\u0067\u006e\u003d\u0062\u006f\u0074\u0074\u006f\u006d\u003e\u003c\u0061\u0020\u0074\u0061\u0072\u0067\u0065\u0074\u003d\u0022\u005f\u0062\u006c\u0061\u006e\u006b\u0022\u0020\u0068\u0072\u0065\u0066\u003d\u0022\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u0078\u0061\u006e\u0067\u0061\u006e\u002e\u0064\u006f\u0072\u0069\u0073\u0063\u0068\u0075\u002e\u0063\u006f\u006d\u002f\u0074\u0075\u0074\u006f\u0072\u0069\u0061\u006c\u002f\u0078\u0061\u006e\u0067\u0061\u0061\u0064\u0072\u0065\u006d\u006f\u0076\u0065\u0072\u002f\u0069\u006e\u0064\u0065\u0078\u002e\u0068\u0074\u006d\u006c\u0022\u003e\u0041\u0064\u0020\u0052\u0065\u006d\u006f\u0076\u0065\u0072\u003c\u002f\u0061\u003e\u003c\u002f\u0063\u0065\u006e\u0074\u0065\u0072\u003e\u000d\u000a\u003c\u0073\u0063\u0072\u0069\u0070\u0074\u0020\u0074\u0079\u0070\u0065\u003d\u0022\u0074\u0065\u0078\u0074\u002f\u006a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0022\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003d\u0022\u006a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0022\u003e\u000d\u000a\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u0074\u006f\u0070\u0057\u0072\u0069\u0074\u0065\u0028\u0029\u000d\u000a\u007b\u006e\u0075\u006c\u006c\u003b\u007d\u000d\u000a\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u002e\u0077\u0072\u0069\u0074\u0065\u0020\u003d\u0020\u0073\u0074\u006f\u0070\u0057\u0072\u0069\u0074\u0065\u003b\u000d\u000a\u003c\u0021\u002d\u002d\u0020\u000d\u000a\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0062\u006c\u006f\u0063\u006b\u0045\u0072\u0072\u006f\u0072\u0028\u0029\u0020\u000d\u000a\u007b\u0020\u000d\u000a\u0072\u0065\u0074\u0075\u0072\u006e\u0020\u0074\u0072\u0075\u0065\u003b\u0020\u000d\u000a\u007d\u0020\u000d\u000a\u0077\u0069\u006e\u0064\u006f\u0077\u002e\u006f\u006e\u0065\u0072\u0072\u006f\u0072\u0020\u003d\u0020\u0062\u006c\u006f\u0063\u006b\u0045\u0072\u0072\u006f\u0072\u003b\u0020\u000d\u000a\u002d\u002d\u003e\u000d\u000a\u003c\u002f\u0073\u0063\u0072\u0069\u0070\u0074\u003e\u000d\u000a\u003c\u002f\u0074\u0061\u0062\u006c\u0065\u003e\u003c\u002f\u0074\u0064\u003e\u003c\u002f\u0074\u0072\u003e\u003c\u002f\u0074\u0072\u003e\u003c\u002f\u0074\u0064\u003e\u003c\u002f\u0074\u0061\u0062\u006c\u0065\u003e\u000d\u000a\u003c\u0069\u006c\u0061\u0079\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u003d\u0022\u0022\u003e\u003c\u0064\u0069\u0076\u0020\u0069\u0064\u003d\u0022\u0022\u0020\u0073\u0074\u0079\u006c\u0065\u003d\u0022\u0077\u0069\u0064\u0074\u0068\u003a\u0031\u003b\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u003a\u0031\u003b\u0020\u0042\u0041\u0043\u004b\u0047\u0052\u004f\u0055\u004e\u0044\u003a\u0020\u0023\u003b\u0020\u0046\u0049\u004c\u0054\u0045\u0052\u003a\u0020\u0061\u006c\u0070\u0068\u0061\u0028\u006f\u0070\u0061\u0063\u0069\u0074\u0079\u003d\u0030\u0029\u003b\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u003a\u0061\u0075\u0074\u006f\u0022\u003e\u000d\u000a\u003c\u0069\u006c\u0061\u0079\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u003d\u0022\u0022\u003e\u003c\u0064\u0069\u0076\u0020\u0069\u0064\u003d\u0022\u0022\u0020\u0073\u0074\u0079\u006c\u0065\u003d\u0022\u0077\u0069\u0064\u0074\u0068\u003a\u0031\u003b\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u003a\u0031\u003b\u0020\u0042\u0041\u0043\u004b\u0047\u0052\u004f\u0055\u004e\u0044\u003a\u0020\u0023\u003b\u0020\u0046\u0049\u004c\u0054\u0045\u0052\u003a\u0020\u0061\u006c\u0070\u0068\u0061\u0028\u006f\u0070\u0061\u0063\u0069\u0074\u0079\u003d\u0030\u0029\u003b\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u003a\u0061\u0075\u0074\u006f\u0022\u003e')</script> <!--Ad Remover--> |