Image hosted by Photobucket.com






punkprincess_layouts
punkprincess_layouts22
read my profile
sign my guestbook

Visit punkprincess_layouts22's Xanga Site!

Message: message me


Member Since: 8/3/2005

SubscriptionsSites I Read

Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Thursday, August 04, 2005

HEADER!!

 

<p align=Center>
     <img src="http://i19.photobucket.com/albums/b186/BAM_CKy64/banner.gif" alt="Image hosted by Photobucket.com"></p><br><br><br><br><br>


<A href=" http://www.xanga.com/punkprincess_layouts"> <b>punkprincess_layouts</b></A><br><style type="text/css">
body {
 background-color: #000000;
 background-image: url(http://i19.photobucket.com/albums/b186/BAM_CKy64/wallpaper2.gif) ;
 background-repeat: repeat;
 background-attachment: fixed;
 background-position: all directions;
 scrollbar-arrow-color: #FF0099;
 scrollbar-track-color: #000000;
 scrollbar-shadow-color: #FF0099;
 scrollbar-face-color: #000000;
 scrollbar-highlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-3dlight-color: #000000;
 }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 10px tahoma;
  line-height:10px;
  color: #FF0099;
  letter-spacing:0px;
  text-align:Center
;
  }
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: lowercase;
font-size:12px;
line-height:50px;
font-weight:normal;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 3px;
background-color:#000000;
color: #FF0099;
letter-spacing:3px;
text-align: center;
background-image: none;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:# FF0099;
  text-decoration: none;
  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color:# FF0099;
  text-decoration: none;
   }
a:hover {
/* edits when user mouseovers the links */
  color:# FF0099;
  cursor: ne-resize;
  text-decoration: none;
  background-image: none;
  }
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 1px solid #FF0099;
  font:normal 10px tahoma;
  background-color: black;
  letter-spacing:0px;
  color: # FF0099;
  background-image: none;
  }
table.left {
/* this edits the menu module */
  border: 1px solid #33CC00;
  width:200px;
   background-color: black;
  }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 1px solid #33CC00;
  background-color: black;
  width:400px;
  }
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-color:black ;
  font: bold 10px tahoma;
  text-transform: uppercase;
  color: #FF0099;
  border: 2px solid #33CC00;
  background-image: none
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: black;
  border: #33CC00;
  color: #FF0099;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: black;
  border: 1px solid #33CC00;
  }
<br><Br><br><br>table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 1px solid #33CC00;
   }
hr {
/* horizontal divider */
  border: 1px solid #33CC00;
  }
</style>
<BODY style="border-bottom: #FF0099
25t solid; border-top: #FF0099
25t solid; border-left: #33CC00
25t solid; border-right: #33CC00
25t solid"></TBODY>


Wednesday, August 03, 2005

WEBSTATS

 

<!--AdRemover-->
<!--Screennaimless code created by Anti_fukin_social-->
<!--http://www.xanga.com/anti_fukin_social--></table></td></tr></tr></td></table>
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished-->
<!--End Of AdRemover-->
<!-- begin code provided by createblog.com -->
<style>
a:hover
{border: 1px solid #FF0099;}
</style>
<!-- end code provided by createblog.com -->
<!-- from xanga.com/html_scripts-->
<style type="text/css">
.custom{
width:400px;
height:350px;
z-index:100;
overflow: auto;
border: 2px color solid;
background:Transparent;
}</style>
<!-- begin code provided by createblog.com from xanga.com/html_scripts-->
<script>
var tds = document.getElementsByTagName ('a');
for (var i = 0; i < tds.length; i++) {
timeString = tds[i].innerText;
if(timeString.match(/\d+:\d+ [ap]m\b/i)){
if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;}
table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode;
stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild;
inner = stuff.innerHTML
stuff.innerHTML="";
stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>');
}
}
</script>


<!-- Switch Module Sides : Provided by Blogring.net -->
<script language=javascript>
// swaps sidebar position on default xanga site layout
// by sean http://www.xanga.com/seanmeister
function swapSidebar(){
var tds = document.getElementsByTagName("td")
for (var i = 0; i < tds.length; i++){
if (tds[i] == "mainleft" || tds[i].width == "200"){
var sidebar = tds[i].cloneNode(true);
//document.write.blogring.net
tds[i].parentNode.appendChild(sidebar);
tds[i].parentNode.removeChild(tds[i]);
break;
}}
}
swapSidebar();
</script>
<!-- End Script : Provided by Blogring.net -->