| </center><br><br><img src="http://i29.photobucket.com/albums/c254/Ricky80/gaysoldiers.jpg"><br> <a href="http://www.xanga.com/home.aspx?user=gay_graphics">® Gay Graphics®</a><BR><BR> <style type="text/css"> body { background:url("http://i27.photobucket.com/albums/c153/missk26y7/LOVEiTG.gif"); background-repeat:all directions; background-attachment: fixed; background-position:top left; background-color: #FFFFFF; scrollbar-arrow-color: #FF99CC; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #FF99CC; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FF99CC; scrollbar-darkshadow-color: #FF99CC; scrollbar-3dlight-color: #FF99CC; } table.footer {display: none;}table.search { display: none; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */ font:normal 11px trebuchet ms; color: #000000; letter-spacing:0px; text-align:center; } b, strong {font-weight:bold; letter-spacing:0px;color: #666666;} u {font-weight:normal; letter-spacing: 0px; color:#666666; border-bottom: 1pt solid #FF99CC;} em,i {font-weight:normal;italize; lefter-spacing: 0px; font-family:trebuchet ms; color: 666666;}; /* 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: trebuchet ms; text-transform: ; font-size: 22px; font-weight: normal; color: #000000; text-align: center; line-height: 20pt; width: 330px; border-right: solid 2px #000000; border-top: solid 2px #000000; border-left: solid 2px #000000; border-bottom: solid 0px #000000; background:url(""); } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; font:normal 11px trebuchet ms; line-height:10px; text-decoration:none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px trebuchet ms; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #FFFFFF; font:normal 11px trebuchet ms; background:#FF99CC; line-height:12px; letter-spacing:0px; text-decoration:none; cursor:crosshair; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: none; font:normal 11px trebuchet ms; background-color: #FFFFFF; font-color:#000000; } table.left { /* this edits the menu module */ border: 2px solid #000000; width:200px; background-color: #FFFFFF; color: #FFFFFF;
} table.blogbody { /* this edits the other the place where the blog is */ border: 2px solid #000000; background-color: #FFFFFF; width:px; background:url("http://img399.imageshack.us/img399/8232/pnkhearts4ix.png");
} table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; FONT-SIZE: 16px; BORDER-LEFT: #000000 0px solid; WIDTH: 164px; height: 20px; COLOR: #000000; BORDER-BOTTOM: #000000 2px solid; FONT-FAMILY: arial; LETTER-SPACING: -1px; BACKGROUND-COLOR: #; TEXT-ALIGN: center; text-decoration:normal; background:url("http://img399.imageshack.us/img399/8232/pnkhearts4ix.png"); } table.left TD { /* on your menu module, this edits the body part of it */ background-color: white; border: #000000; font: arial; color: #000000; text-align: center; border-top: none; background:url background:url("http://img399.imageshack.us/img399/8232/pnkhearts4ix.png"); } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 2px solid #000000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: none; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 494px; } hr { /* horizontal divider */ border: 1px solid #000000; } table.footer {display: none;} </style>
<script language=JavaScript> /* Falling Picture *1 picture* Original at http://black.demons.to/ fixed to work in XANGA by xanga.com/dorischu */ st=setTimeout; change=''; //#Amended Code
var no = 15; // number of picture appear var speed = 50; // smaller value will move more faster var falling = " http://star-girl.org/pages/blinkie/icons/seasonal/season6.gif "; // PUT YOUR IMAGE URL HERE var ns4up = (document.layers) ? 1 : 0; var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; var am, stx, sty; var i, doc_width = 600, doc_height = 800; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0; xp[i] = Math.random()*(doc_width-50); yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); if (ns4up) { if (i == 0) { document.write("<layer name=\"dot"+ i +"\" left=\"20\" top=\"10\" visibility=\"show\"><img src=\"" + falling + "\" border=\"0\"></layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"20\" top=\"10\" visibility=\"show\"><img src=\"" + falling + "\" border=\"0\"></layer>"); } } else if (ie4up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: abso"+change+"lute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 10px; LEFT: 20px;\"><img src=\"" + falling + "\" border=\"0\"></div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: abso"+change+"lute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 10px; LEFT: 20px;\"><img src=\"" + falling + "\" border=\"0\"></div>"); } } } function snowNS() { for (i = 0; i < no; ++ i) { yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } st("snowNS()", speed); } function snowIE() { for (i = 0; i < no; ++ i) { yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7+ Math.random(); doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx[i] += stx[i]; document.all["dot"+i].style.pixelTop = yp[i]; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } st("snowIE()", speed); } if (ns4up) { snowNS(); } else if (ie4up) { snowIE(); } </SCRIPT> |