don't wait for the storm to pass
learn to dance in the rain
[[ layouts_y0u_xlov3 ]]

adopt your own virtual pet!
About this Entry
Posted by: AH_layouts

Visit AH_layouts's Xanga Site

Original: 7/1/2005 12:29 AM
Views: 14
Comments: 11
eProps: 16

Read Comments
Post a Comment
Back to Your Xanga Site



Friday, July 01, 2005

 

alrighty, i do take requests. and i do not make new entries everytime i make new layouts. so their all on one entry.so if you'd like a request, just comment on there or IM on AIM.

: )

thanks!

 Posted 7/1/2005 12:29 AM - 14 Views - 16 eProps - 11 comments

Give eProps or Post a Comment

11 Comments

Visit soxhardxcore_layouts's Xanga Site!
I have a question...where do you find your backgrounds...I have been looking like crazy!
Posted 7/1/2005 12:51 PM by soxhardxcore_layouts - reply

Could you possibly make a layout that is almost exactly like mine but change all the black to a baby blue and have the banner say: Fall today, rise tomorrow stand through the tears and forget the sorrow

If you can thank you much

Posted 7/13/2005 1:48 PM by Anonymous - reply


/* Layout Made By Verycute_layoutz_4you */
body {
background-color: #ffffff;
background-image: url();
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color:#FF99CC;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #FF99CC;
scrollbar-darkshadow-color:#ffffff;
scrollbar-3dlight-color: #FF99CC;
}
.blogbody b, .standard b, p b, strong {
/* edits bold text */
 font-weight: bold;
 color: #FF99CC;
 }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 11px arial;
  line-height:16px;
  color:#000000;
  letter-spacing:0px;
  text-align:justify;
  }
table.footer TD {
/* leave it alone unless you know what to do*/
  text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family:arial;
text-transform:upercase;
font-size:22px;
line-height:30px;
font-weight:bold;
height: 1px;
background-color: #000000;
filter: alpha (opacity=100, finishopacity=0, style=2);
color:#ffffff;
letter-spacing:-2px;
text-align: center;
with: 400px
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#000000;
  text-decoration: none;
font:normal 11px arial;
  line-height:16px;
  }
a:visited, a.footernav:visited,  {
/* edits visited links*/
  color:#FF99CC;
  text-decoration: none;
font:normal 11px arial;
  line-height:16px;
   }
a:hover {
/* edits when user mouseovers the links */
  color:#ffffff;
  text-decoration: none;
font:bold 11px arial;
  line-height:16px;
background-color: #FF99CC;
BORDER-left: #000000 1px solid;
BORDER-right: #000000 1px solid;
BORDER-bottom: #000000 1px solid;
BORDER-top: #000000 1px solid;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 3px solid #FF99CC
  font:normal 11px arial;
  background-color: #ffffff;
  letter-spacing:0px;
  color: #FF99CC;
  }
table.left {
/* this edits the menu module */
  border: 4px solid #FF99CC;
  width:160px;
  background-color: #ffffff;
  color: #000000;
  }
table.blogbody {
/* edits blog area */
  border: 5px solid #FF99CC;
  background-color: #ffffff;
  width: 390px;
  font:normal 11px arial;
  line-height:16px;
  color: #000000;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-image: none;
  background-color: #ffffff;
  font: bold 11px arial;
  color: #000000;
  border: none;
BORDER-BOTTOM: #FF99CC 4px solid;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: #FFFFFF;
  border: none;
color: #FF99CC;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: #ffffff;
  border: 1px solid #FF99CC;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 1px solid #000000;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 500px;
  }
hr {
/* horizontal divider */
  border: 1px solid #FF99CC;
  }







<!--
//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("#FF99CC","#000000")
// the border color
var blinkBorderColor = "#ffffff"
// the border width, in pixels
var blinkBorderWidth = 2;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 6;
// the width of the entire box, in pixels or %
var blinkWidth = 550;
// the height of each row, in pixels
var blinkRowHeight = 10;
// 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 + "'>");
}
document.write("");
}
document.write("");
// ... 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();
//-->

Thats the code..thanks again for making it!!

Posted 7/13/2005 7:57 PM by Anonymous - reply

Visit DENNIS_TACKETT's Xanga Site!

hi, will you make me a layout? background:blood red. Background pic: is at this site:http://images.amazon.com/images/P/B0007VCV2M.03._SCLZZZZZZZ_.jpg

and i want the cursor to be the little arrow's that you have. and the saying is "and you know you can sing. the next best superstar". thank you. and can you change like where it says "add comment" and that stuff. can you put "add song" and "give superstars" thanks.

             DENNIS_TACKETT

Posted 7/16/2005 2:52 AM by DENNIS_TACKETT - reply

Visit DENNIS_TACKETT's Xanga Site!
thank you so much. you rock
Posted 7/16/2005 5:36 PM by DENNIS_TACKETT - reply

Visit thepinkalbumn's Xanga Site!
could u maybe make one that says "for all of this, im better off without u"? i dont care about the colors and stuff. just make it pretty lol. thanks! luv ya!! lexi
Posted 7/20/2005 1:38 PM by thepinkalbumn - reply

Visit my_lips_are_made_for_talking's Xanga Site!

could you please try to make me a softball layout please. not just a plane one with a picture could you go all out liek with a field or mabe some softballs for the background. ( im a catcher so it could have something to do with that ) thanks alot i hope u can come up with something! thanks again byebye

Posted 7/22/2005 9:28 PM by my_lips_are_made_for_talking - reply

Visit RENTjunky101's Xanga Site!
Hey i was wondering if you could make me a Cry-baby layout. its a movie staring Johnny Depp. i dont have any prefrenses on the colors or anything. Just do watever u think looks bac maby you could comment me when you are done. thank you.
Posted 7/28/2005 9:01 PM by RENTjunky101 - reply

Hey I was wondering if you could make a layout for me. Background a nice blue and anything cool you can think of and the quote:

Don't wait for the storm to pass
Learn to dance in the rain

I love that quote. And could you make the top line and the bottom one spaced so they aren't touching. Thanks a bunch, leave a comment when you finish <3

Posted 8/1/2005 1:36 AM by Anonymous - reply

i was wondering if u could make me a layout. saying .. Love is For me and NOT for THOSE hoeZ .. if u could that would be great.. can u make the BACK GROUND blk. and the Words Light Grey u know what i mean .. thnx a million and at the Bottom can u put THe YOUTH gone WIld. thnx a bunch... mych love lauren..!!!!!!!!!!!!!!!!
Posted 8/16/2005 2:31 PM by Anonymous - reply

Visit KeViN_hUnTeR_20's Xanga Site!
hey my name is kevin and i was wondering if u would make me a layout i have a pic in my head of what it will look like but its kinda alot of details so if u wouldnt mind i will talk  to u bout it on aim  my sn is k2l0h    if u can thnx sooooooo much
Posted 8/20/2005 3:12 AM by KeViN_hUnTeR_20 - reply


Choose Identity
(?)
 
Give eProps (?)
Post a Comment
Add Link | Preview HTML comment help 
Profile Pic:
Default  |  Choose »  (?)



Back to AH_layouts's Xanga Site!
Note: your comment will appear in AH_layouts's local time zone:
GMT -05:00 (Eastern Standard - US, Canada)
www.coolcounters.com