a:hover {background:url(http://groups.msn.com/_Secure/0RACqAqEUSMulCkAOcRkTPGR7NpfIw58mwRFDqnG5vsC11wYylBtKAVK*eUQlvOjNowy27Cv5LXTkNwaOnep2M/blue.gif?dc=4675528860408154064); text-decoration: none;}
Lovely's Layoutsa:hover {background:url(http://groups.msn.com/_Secure/0SwCFAvgWXnVE5ipkWjnmBltR8fLdLr*t6uHgL4LXN0MBo*8qnECAIzzWtt9giW2KE*XToyZyiQGoeX9SOG7JX5ODj7bBv2I3eXhG0t4St78I2NloIgPUKw/Animation10.gif?dc=4675518918394887162); text-decoration: none;}
Lovely's Layouts

/* By Verycute_Layoutz_4you */
body {
background-color: #ffffff;
background-image: url(http://img.photobucket.com/albums/v629/dorkybutt/xanga%20stuff/purplebutterfly.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
scrollbar-arrow-color: #00CCFF;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #00CCFF;
scrollbar-face-color: #FF3399;
scrollbar-highlight-color: #00CCFF;
scrollbar-darkshadow-color:#ffffff;
scrollbar-3dlight-color: #00CCFF;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:15px;
color:#FF3399;
letter-spacing:0px;
text-align:justify;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #00CCFF;
}
em,i {font-weight:normal;italize; lefter-spacing: 0px; font-family: georgia; color:69e5ff;};
u {font-weight:normal; letter-spacing:0px; color: #FF3399;border-bottom: 1pt dashed #00CCFF; font-family: arial;}
table.footer TD {
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family:arial;
text-transform:normal;
font-size:20px;
line-height:34px;
width:420px;
font-weight:normal;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color: #FF3399;
color:#ffffff;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#000000;
text-decoration: none;
font:normal 11px arial;
line-height:18px;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#000000;
text-decoration: none;
font:normal 11px arial;
line-height:18px;
}
a:hover {
/* edits when user mouseovers the links */
color:#ffffff;
cursor: ne-resize;
text-decoration: none;
font:normal 11px arial;
line-height:18px;
background-color: #FF3399;
border: 2px solid #00CCFF;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 3px double #00CCFF;
font:normal 11px arial;
background-color: #ffffff;
letter-spacing:0px;
color: #FF3399;
}
table.left {
/* this edits the menu module */
border: 3px solid #FF3399;
width:170px;
}
table.blogbody {
/* this edits the blog */
border: 3px solid #00CCFF;
background-color: #ffffff;
width:420px;
font:normal 11px arial;
line-height:18px;
color: #00CCFF;
}
table.left th {
/* edits title of menu moudle */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: none;
background-color: transparent;
font: bold 11px arial;
text-transform: normal;
color: #FF3399;
border: 3px double #00CCFF;
}
table.left TD {
/* edits body of menu module */
background-image: http://img188.echo.cx/img188/5201/banana8ed.gif;
background-color: #ffffff;
border: 3px solid #00CCFF;
font:normal 11px arial;
line-height:18px;
color: #00CCFF;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #ffffff;
border: 3px double #00CCFF;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #FF3399;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 2px solid #FF3399;
}
function replaceWords()
{
// ***add the words or fragments you wish to replace below
var oldWords = new Array(
"Subscriptions",
"About Me:",
"Name:",
"Birthday:",
"Expertise:",
"State:",
"Email:",
"Virginia",
"Interests:",
"Stats",
"Gender:",
"Female",
"Posting Calendar",
"My Blogrings");
// *** add the replacing words or fragments below
var newWords = new Array(
"Online Buddiesü",
"Meü",
"..name",
"..birthday",
"..expertise",
"..stay at",
"..email",
"Quezon Cityü",
"..my interests",
"..stats",
"..gender",
"femaleü",
"..calendarü",
"..BlogRingsü"); allTableData = document.getElementsByTagName('td');
allTableHeaders = document.getElementsByTagName('th');
var collections = new Array(allTableData,allTableHeaders);
for (var k = 0 ; k < collections.length ; ++k )
{
for (var i = 0 ; i < collections[k].length ; ++i )
{
if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
{
for ( var n = 0 ; n < oldWords.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
collections[k][i].innerHTML = replacement;
break;
}
}
}
}
}
}
replaceWords();
// original by EasterEgg, xanga.com/easteregg
// modified to reflect xanga's current html schemas
function adjustSirListHeight()
{
// *** define the height of your SIR-list in the line below
var sirListHeight = '90px';
var allTables = document.getElementsByTagName('tbody');
for (i=0; i < allTables.length; i++)
{
if ((allTables[i].innerHTML.indexOf('Sites I Read') != -1) &&
(allTables[i].innerHTML.toUpperCase().indexOf('
/*
by Sean F
*/
function colorComments(){
var bg1="#FFFFFF";
var bg2="#FCEBFF";
var sw=0;
var attname = document.all ? "class"+"Name" : "class";
var ctables = document.getElementsByTagName("table");
for (var cn=0; cn < ctables.length; cn++){
if (ctables[cn].getAttribute(attname) == "blogbody"){
sw = sw == 1 ? 0 : 1;
ctables[cn].style.backgroundColor = sw == 1 ? bg1 : bg2;
}}}
if ( .href.indexOf("item.aspx") != -1) colorComments();
// ?2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header
// Set the message for the alert box
am = "biatch! _no stealin pls!ü_";
// do not edit below this line
// ===========================
bV = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"
function nrc(e) {
if (bNS && e.which > 1){
alert(am)
return false
} else if (bIE && (event.button >1)) {
alert(am)
return false;
}
}
document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;
|