Navigation
Xanga
Refresh
Private
Profile
Guestbook
Subscribe
Sign In
Log Out
sHeAs_LaYoUtS
:
weblog
-
photos
-
videos
-
audio
-
pulse
-
profile
-
reviews
-
events
-
subscribe!
review
 
-
ratings
 
-
flag
  [
xanga
-
join
-
sign in
]
sHeAs_LaYoUtS
read my profile
sign my guestbook
Name:
shea
Country:
United States
State:
California
Birthday:
3/26/1989
Gender:
Female
Message:
message me
Website:
visit my website
AIM:
swedishgalpal
Member Since:
7/29/2004
Subscriptions
Sites I Read
Subscribe to sHeAs_LaYoUtS
Get trial subscription
ALL_Layouts
Alternative_Layouts
Blogrings
**~Layout QuEenZ~**
previous
-
random
-
next
! I'M A LAYOUT WHORE !
previous
-
random
-
next
**sKiNNeD bY sHeA's_LaYoUtS**
previous
-
random
-
next
LAYOUT PROVIDERS
previous
-
random
-
next
|L|a|y|o|u|t|S|4|Y|o|U|
previous
-
random
-
next
Posting Calendar
Jan
Feb
Mar
Apr
May
June
July
Aug
Sept
Oct
Nov
Dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2008
2007
2006
2005
2004
2003
2002
2001
2000
1999
|<< oldest
|
newest >>|
view all weblog archives
Get Involved!
Suggest a link
Recommend to friend
Create a site
Friday, August 27, 2004
7:09 PM
-
40 eprops
-
21 comments
-
email it
Thursday, August 26, 2004
</style> <div style="border: 3px double #FF9900; width: 600px;"><img src="http://img.photobucket.com/albums/v371/xamour36/ashleesimpson.jpg"> <style type="text/css"> /* Ashlee Simpson Stylesheet */ /* by Kaitlyn (all_my_layouts)*/ body { border: 20px ridge #006633; background-color: #000000; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #000000; scrollbar-shadow-color: #FFFFFF; scrollbar-face-color: #FF9900; 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 Arial; line-height:10px; color: #0033CC; 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: Monotype Corsiva; font-size:24px; color:#FF6699; letter-spacing:2px; background-color: #000000; text-align: Center; padding: 2px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FFFFFF; font:normal 11px arial; line-height:10px; text-decoration: underline; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF9900; font:11px Arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#66CCFF; border: 1px solid #FFFFFF; font:bold 13px Arial; line-height:10px; cursor: ne-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FFFFFF; font:normal 11px arial; background-color: #000000; letter-spacing:0px; } 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 */ border: 1px dashed #FFFFFF; background-color: #000000; width:420px; } 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: 18px Monotype Corsiva; color: #AAAAAA; border: 1px dashed #FFFFFF; } 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: #000000; border: 1px dashed #FFFFFF; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px dashed #FF66CC; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px dashed #FFFFFF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 420px; } hr { /* horizontal divider */ border: 1px solid #FF6699; } </style> <!-- Blink Boxes : Provided by Blogring.net --> <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("#FF9900","#0033CC","#FF66CC"); // the border color var blinkBorderColor = "#FFFFFF" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 80; // the width of the entire box, in pixels or % var blinkWidth = 600; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // 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> <!-- End Script by Blogring.net -->
7:10 PM
-
10 eprops
-
5 comments
-
email it
CUSTOM HEADER:: <style type=text/css> /*Bam Margera Layout*/ /* by Jennifer Chambless - xanga.com/MagicSoTragic *//* Footer Remover - xanga.com/add_ons*/ table.textad, table.header, table\.bannner{ margin-top: 20px; visibility: hidden} table.main {width: 100%; border: none;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer, HR{display: none;} .smalltext {font-size: 12px;} .button {font-family: arial;} .mainleft {width:250px;} ..leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD {width:250px;} .mainleft { display:none; } */ table.footer, table.footernav {display: none;}; body {font:bold 14px arial;scrollbar-highlight-color: #FF0099; scrollbar-3dlight-color: #000000; scrollbar-shadow-color: #FF0099; scrollbar-darkshadow-color: #000000; scrollbar-arrow-color: #FF0099; scrollbar-face-color: #000000; scrollbar-track-color: #000000;} body {cursor: crosshair;} a:hover { color: #FFFFFF; font:bold 11px arial; line-height: 11px; text-decoration: none; cursor: sw-resize; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { font:normal 11px arial; line-height:9px; color:#FFFFFF; letter-spacing:0px; text-align:justify; } div.blogheader, .caption { font-family: arial; text-transform: normal; font-size:12px; line-height: 12px; font-weight: bold; color:#FF0099; text-align: left; border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:#FF0099; } a:link, .footernav.link, a.footernav:link, a.footernav:active { color:#FF0099; font:bold 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { color:#FF0099; font:bold 11px arial; line-height:11px; text-decoration: none; } </style> <IMG SRC="http://img.photobucket.com/albums/v459/layoutsforlosers2/bam2.jpg" USEMAP="#tbs.jpg" WIDTH=493 HEIGHT=382 BORDER=0> <MAP NAME="tbs.jpg"> <AREA SHAPE=RECT COORDS="251,329,302,344" HREF="HTTP://xanga.com" TARGET="_self" ALT="xanga"> <AREA SHAPE=RECT COORDS="304,326,341,344" HREF="http://www.xanga.com/CLAF/default.asp" TARGET="_self" ALT="look and feel"> <AREA SHAPE=RECT COORDS="343,329,386,345" HREF="http://www.xanga.com/private/home.aspx" TARGET="_self" ALT="your xanga"> <AREA SHAPE=RECT COORDS="389,327,457,345" HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=WishfulThinker152" TARGET="_blank" ALT="subscribe to me"> <AREA SHAPE=RECT COORDS="360,348,304,364" HREF="http://www.xanga.com/profile.aspx?user=WishfulThinker152" TARGET="_self" ALT="profile"> <AREA SHAPE=RECT COORDS="308,345,377,366" HREF="http://www.xanga.com/layoutsforlosers" TARGET="_self" ALT="layouts"> <AREA SHAPE=RECT COORDS="381,346,441,365" HREF="http://www.xanga.com/logout.aspx" TARGET="_self" ALT="leave"> </MAP> <div id="content" style="margin-top: -330px; margin-left: 225px; width: 226px; height:262px; margin-right: 0%; margin-bottom: 0px; overflow: auto; filter: alpha(style=0,opacity=100); background-color=#000000">
6:55 PM
-
8 eprops
-
4 comments
-
email it
CUSTOM HEADER:: <style type=text/css> /* Matchbook Romance*/ /* by Jennifer Chambless - xanga.com/MagicSoTragic *//* Footer Remover - xanga.com/add_ons*/ table.textad, table.header, table\.bannner{ margin-top: 20px; visibility: hidden} table.main {width: 100%; border: none;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer, HR{display: none;} .smalltext {font-size: 12px;} .button {font-family: arial;} .mainleft {width:250px;} ..leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD {width:250px;} .mainleft { display:none; } */ table.footer, table.footernav {display: none;}; body {font:bold 14px arial;scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-arrow-color: #000000; scrollbar-face-color: #FFFFFF; scrollbar-track-color: #000000;} body {cursor: default;} a:hover { color: #000000; font:bold 12px arial; line-height: 12px; text-decoration: none; cursor: hand; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { font:normal 10px arial; line-height:9px; color: :#000000; letter-spacing:0px; text-align:justify; } div.blogheader, .caption { font-family: arial; text-transform: normal; font-size:12px; line-height: 12px; font-weight: bold; color: :#000000; text-align: left; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color :#000000; } a:link, .footernav.link, a.footernav:link, a.footernav:active { color:#000000; font:bold 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { color:#000000; font:bold 11px arial; line-height:11px; text-decoration: none; } </style> <IMG SRC="http://img.photobucket.com/albums/v459/layoutsforlosers2/matchbookromance2.jpg" USEMAP="#tbs.jpg" WIDTH=520 HEIGHT=520 BORDER=0> <MAP NAME="tbs.jpg"> <AREA SHAPE=RECT COORDS="13,482,63,512" HREF="HTTP://xanga.com" TARGET="_self" ALT="xanga"> <AREA SHAPE=RECT COORDS="65,483,105,506" HREF="http://www.xanga.com/CLAF/default.asp" TARGET="_self" ALT="look and feel"> <AREA SHAPE=RECT COORDS="108,484,154,508" HREF="http://www.xanga.com/private/home.aspx" TARGET="_self" ALT="your xanga"> <AREA SHAPE=RECT COORDS="157,483,212,510" HREF="http://www.xanga.com/profile.aspx?user=TAKINGBACKEM0" TARGET="_self" ALT="profile"> <AREA SHAPE=RECT COORDS="216,482,315,509" HREF="http://www.xanga.com/Private/subs.aspx" TARGET="_self" ALT="your subscriptions"> <AREA SHAPE=RECT COORDS="317,484,381,505" HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=TAKINGBACKEM0" TARGET="_blank" ALT="subscribe to me"> <AREA SHAPE=RECT COORDS="385,486,447,508" HREF="http://www.xanga.com/layoutsforlosers" TARGET="_self" ALT="layouts for losers"> <AREA SHAPE=RECT COORDS="450,483,498,505" HREF="http://www.xanga.com/logout.aspx" TARGET="_self" ALT="leave"> </MAP> <div id="content" style="margin-top: -415px; margin-left: 0%; width: 462px; height:191px; margin-right: 0%; margin-bottom: 27px; overflow: auto; filter: alpha(style=0,opacity=60); background-color=#FFFFFF"> WEB STATS:: <!--Get this code at http://help.xanga.com/replacelinks.htm//--> <script language="javascript"> <!-- var links = document.getElementsByTagName ("a"); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/d+:d+ (am|pm)/i)) links[l] else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "stories"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "story"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "alibis"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "alibi"); }//--> </script> <bgsound src="http://www.thetrivial.com/muzic/02-matchbook_romance-your_stories_my_alibis-fnt.mp3" LOOP="infinite" autostart="true">
6:54 PM
-
6 eprops
-
3 comments
-
email it
NEWSIES LAYOUT::
<script>document.title="Seize the Day";</script> <style type="text/css"> /* the Newsies Stylesheet */ /* by Lorelei(xanga.com/Shakespearian_love) */ /* <a href='http://xanga.com/layouts411_04' target='_blank'>http://xanga.com/layouts411_04</a> */ body { background-color: #FFFFFF; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; scrollbar-shadow-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:black; 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:arial; text-transform:uppercase; font-size:16px; line-height:10px; font-weight:bold; color:#000000; letter-spacing:0px; background-color: #transparent; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; text-decoration: bold; } a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; cursor: sw-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #000000; width:160px; background-color: #FFFFFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid 000000; background-color: #transparent; 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: #FFFFFF; font: bold 11px arial; text-transform: uppercase; color: #000000; 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 #000000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 400px; } hr { /* horizontal divider */ border: 1px solid #000000; } .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.footer {display: none;} </style> <center> <img SRC="http://www.yoxio.com/img/82583.jpg" BORDER=0 USEMAP="#newsies"> </center> <div align=left> <DIV style="postion:static; margin-top: -387px; margin-left: 273px; width: 430px;OVERFLOW: auto; height:362px; BACKGROUND-COLOR: transparent">
6:30 PM
-
4 eprops
-
2 comments
-
email it
Next 5 >>
comments? requests?
Talk
in my
flooble chatterbox, a free javascript chat tag board / shoutbox / tagboard program for your xanga, diary, blogger or weblog
|
logic problems, math puzzles
Designed by
Xquizit
False
close
xanga
-
your site
-
terms
-
privacy
-
jobs
-
help
-
press
-
join
-
Language
safety
-
parents
-
law enforcement
report inappropriate content