Navigation
---------------------
ZSKIN
Private
CLAF
Add Me
Subscriptions
Sign In
zzzebraskin37
:
weblog
-
photos
-
videos
-
audio
-
pulse
-
profile
-
reviews
-
events
-
subscribe!
review
 
-
ratings
 
-
flag
  [
xanga
-
join
-
sign in
]
zzzebraskin37
read my profile
sign my guestbook
Message:
message me
Member Since:
7/20/2006
Subscriptions
Sites I Read
Subscribe to zzzebraskin37
Get trial subscription
zzzebraskin
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
Thursday, July 20, 2006
normal
bold
italics
underline
strikeout
This goes into your look&feel
<div align="right"> <form name="jump"> <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"> <option value="#">Navigation</option> <option value="#">---------------------</option> <option value=http://www.xanga.com/zzzebraskin>ZSKIN</option> <option value="http://www.xanga.com/private/home.aspx">Private</option> <option value="http://www.xanga.com/CLAF/default.asp">CLAF</option> <option value="http://www.xanga.com/Private/SubscribeTo.aspx?user=USERNAMEHERE">Add Me</option> <option value="http://www.xanga.com/Private/subs.aspx">Subscriptions</option> <option value="http://www.xanga.com/signin.aspx">Sign In</option> </select> </form> <div align="right"> <style type="text/css"> body { /* zzzebraskin(C) don't jockk kayy */ BACKGROUND-POSITION: bottom left; BACKGROUND-IMAGE: url(http://img140.imageshack.us/img140/3466/11221cgs3.jpg); BACKGROUND-ATTACHMENT: fixed; BACKGROUND-REPEAT:no-repeat; BACKGROUND-COLOR: #BBC8C4; scrollbar-arrow-color: #000000; scrollbar-track-color: #BBC8C4; scrollbar-shadow-color: #000000; scrollbar-face-color: #BBC8C4; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #BBC8C4; scrollbar-3dlight-color: #BBC8C4; } .center, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 7px small fonts; line-height:11px; color:#000000; letter-spacing:0px; text-align:center; text-transform: uppercase; } blogbody b, .standard b, p b, strong { font-weight: bold; color: #831922; } .blogbody u, .standard u { /* edits underlined text */ text-decoration: none; font-weight:normal; color: #F2C9D4; border-bottom: 2px solid #F2C9D4;} .blogbody i, .standard i, em { /* edits italicized text */ color:#4C727B; font-weight:normal; background-color:#trans;} .blogbody s, .standard s { /* edits strikeouts */ color: #DD85F6; font: normal 7px small fonts} text-transform: uppercase; 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 { /* DATES */ font-family: small fonts; text-transform: uppercase; background-color: transp; font-size:7px; font-weight: normal; line-height: 11px; letter-spacing: 0px; color: #000000; text-align: center; padding: 3px; width: 160px; border: 0px solid #000000; border-bottom:0px solid #000000; background-image: url(); background-position:bottom left; background-repeat:repeat; background-attachment:fixed; display: none; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 7px small fonts; text-transform: uppercase; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 7px small fonts; text-transform: uppercase; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#000000; font:normal 7px small fonts; text-transform: uppercase; cursor: hand; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border-top: 1px solid #ffffff; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; font:normal 7px small fonts; text-transform: uppercase; background-color: #ffffff; border-bottom: 1px solid #ffffff; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ width:180px; border:1px solid #000000; background-color: #BBC8C4; background-image:url(); background-repeat: repeat-x; background-position: top left; background-attachment: fixed; text-align:center; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #000000; background-color: #BBC8C4; background-image: url(); background-repeat: repeat; background-position:bottom right; background-attachment: fixed; width:260px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ display:none } table.left TD { /* on your menu module, this edits the body part of it */ width:180px; background-color: #BBC8C4; background-image:url(); background-repeat: repeat; background-position: top left; background-attachment: fixed; text-align:center; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px dashed #000000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 3px dashed #ffffff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 130px; } hr { /* horizontal divider */ border: 1px solid #fffffff; } td.maincenter, { width:75%; } table.navigation, table.footer { display: none; </style> <script language=JavaScript> <!-- //--> </script> </style>
This goes in Webstats:
<!-- begin code provided by createblog.com --> <script type="text/javascript"> // // © EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Subscriptions", "Publish Comments", "add eProps", "eprop", "eProps", "add comments", "comment", "comments", "email it", "view entire profile", "sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "sign out", "Name:", "Birthday:", "Gender:", "State:", "Country:", "Interests:", "Expertise:", "Website", "Email", "Member since:"); // *** add the replacing words or fragments below var newWords = new Array( "Friends", "publish", "prp", "prp", "prp", "Cmnt", "Cmnt", "Cmnt", "", "pfile", "gbook", "Blogs", "Others", "", "gdbye", "", "", "", "", "", "", "", "", "", ""); 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(); </script> <!--AdRemover--><br /></table></td></tr></tr></td></table><br /><ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"><br /><ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"><br /><!--Finished--><br /> <<!--AdRemover--> <!--Screennaimless code created by Lathea Byrd--> <!--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-->
Hiding The Search Bar
Search bars are basically fucked up shitt. So what you need to do is. Go into your look and feel then scroll down and find the drop down box for your search bar press don't show then it says out line of it to the right click transparent so no resadue is left from the icky searchbar.
Check out their contest pretty amazing. I must say.
Comment If You Use Or Like<3
9:06 PM
-
1 view
-
add eprops
-
1 comment
-
email it
<
False
close
xanga
-
your site
-
terms
-
privacy
-
jobs
-
help
-
press
-
join
-
Language
safety
-
parents
-
law enforcement
report inappropriate content