™ ¬ dj. îñdrí. ñ. fríéñds ¬÷¤—:
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Kumpulan Script CSS Code 2008

Go down

new Kumpulan Script CSS Code 2008

Post  indri______jgc30@att.net Wed Oct 15, 2008 11:33 pm

[color:fbfc="Red"]1.Welcome Alert

Code:

/* Welcome Alert Box*/
body {
  height:expr/**/ession(
  function welcome()
  {alert('haI '+parent.pageViewerFName+' !! jangan lupa isi testi kalo mampir !!!');}
  window.onload=welcome);
}

[color:fbfc="Red"]2.Goodbye Alert

Code:

/* Goodbye Alert Box*/
body{left:expression(
function goodbye()
{alert('Nangdi Suw '+pageViewerFName+'add gw dunkz !! ');}
window.onunload=goodbye);}

[color:fbfc="Red"]3.Personal Logo

Code:

/* Personalize logo */
#navigation {
background: #000000;
border: 5px solid #ce4424;
margin:10px 0 30px 0;
padding:260px 0 0 0;
background-image: url(URL GAMBAR);
background-attachment:scroll;
background-repeat: no-repeat;
background-position: center center;
}

[color:fbfc="Red"]4.Menghilangkan More about me

Code:

/* Remove more about me link */
.controlpanel a.more {display:none;}

[color:fbfc="Red"]5.Transparan shout out

Code:

/*Transparent Shoutout*/

{transparent shoutout}
.controlpanel .so { margin: 0 -20px 10px 0; width: 257px;
 position: relative; background:url() repeat-y top left; color:
 #ce4424; font-weight: bold; }
.controlpanel .so a { color: #ce4424; }
.controlpanel .so div#cpShoutoutBox, .controlpanel .so
div#cpShoutoutEditBox { padding: 7px 7px 5px 7px; margin: 0; }
.controlpanel .so div#cpShoutoutEditBox { display: none; }
.controlpanel .sol { position: absolute; left: -5px; top: 8px;
width: 6px; height: 11px; background:url() no-repeat; }
.controlpanel .sob { width: 257px; height: 2px;
background:url() no-repeat; line-height: 0; font-size: 0; }

[color:fbfc="Red"]6.Border page

Code:

/* FLOATING PAGE EFFECT */
body {border-style: groove; border-top-color: #ce4424;
border-bottom-color: #ce4424; border-left-color: #ce4424;
border-right-color: #ce4424; border-top-width: 25px;
border-bottom-width: 25px; border-left-width: 25px;
border-right-width: 25px;}

[color:fbfc="Red"]7.Scrolling box

more bout me:

Code:

/* SCROLLING MORE ABOUT ME BOX */
.content_moreabout_1_5 {
  padding: 2px 2px 2px 2px;
  overflow: auto;
  width: 510PX;
  height: 250px;
  background-image: url();
  background-attachment: fixed;
  background-position: center;
  background-repeat:repeat;
}

commen box:

Code:

/* SCROLLING PUBLICCOMMENTS BOX */
#content_18 {
  padding: 2px 2px 2px 2px;
  overflow: auto;
  width: 510px;
  height: 250px;
  background-image: url();
  background-attachment: fixed;
  background-position: center;
  background-repeat:repeat;
  background-color: transparent;
}

testimonial:

Code:

/* PUBLICCOMMENTS CONTENT SCROLLINGBOX */
.publiccomments div div .dtd {
  width: 100%;
}
.publiccomments div div .dtd ul {
  padding: 2px 2px 2px 2px;
  overflow: auto;
  border: 2px dashed #ce4424;
  width:380px;
  height: 100px;
  background-color:transparent;
  background-image: url();
  background-position: center;
  background-repeat: repeat;
}

media box:

Code:

/* SCROLLING SCRAPBOOK BOX */
#content_10 {
  padding: 2px 2px 2px 2px;
  overflow: auto;
  width: 100%;
  height: 250px;
  background-image: url();
  background-attachment: fixed;
  background-position: center;
  background-repeat:repeat;
}

friend list:

Code:

/* SCROLLING FRIENDS BOX */
#content_2 {
  padding: 2px 2px 2px 2px;
  overflow: auto;
  width: 100%;
  height: 250px;
  background-image: url();
  background-attachment: fixed;
  background-position: center;
  background-repeat:repeat;
}

custom scrollbar:

Code:

/* CUSTOM SCROLLBARS */
body {
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
}

[color:fbfc="Red"]8.Menghilangkan sesuatu

blog & review:

Code:

.blogsreviews { display:none;}
.blogs {display:none;}
.reviews { display:none;}

fan of:

Code:

.myfans {display:none;}
.fanof {display:none;}

group:

Code:

.groups {display:none;}

friend:

Code:

.friends{display:none;}

photo galery:

Code:

.photos {display:none;}

media box:

Code:

.scrapbook{display:none;background:transparent;}

add ons:

Code:

.user_tracker {
  display:none;
}

logo,search,dll:

Code:

/* Remove top banner */
.banner_ad_fix{display:none;}

/* Remove logo */
#logo {display:none;background:transparent;}

/* Remove search form*/
#search {display:none;background:transparent;}
#search form {display:none;background:transparent;}

/* Hide the connection box */
.meettrail{display:none;background:transparent;}

/* Hide google ads */
#content_14 {display:none!important;}

/* Hide report abuse */
#reportabuse{display:none;}

/* Remove featured sponsor */
#marketing_bg{display:none;background:transparent;}

main navigation,sub navigation.(tombol home,profil,logout,dll):

Code:

#subnav {
  display: none;
}

#mainnav, #mainnav .left, #mainnav .right {
  display: none;
}

#navdivider {
  display: none;
}

#navigation{
  dispaly: none;
}

[color:fbfc="Red"]9.friendlist 1 kolom

Code:

/* One column friends list */
.friends div.boxcontent{width:100%;text-align:center;}
.friends.flogrid75{text-align:center;width:75px;}
.friends div.viewall a{text-align:center;width:100%;padding-left:20px;}

[color:fbfc="Red"]10.Merubah tampilan primary foto menjadi gif image

Code:

div.imgblock200 {
background:url(URL_GIF_IMAGE);
background-position: center center;
background-repeat: no-repeat;
height:128px;
width:170px;
}
div.imgblock200 img {display:none !important}

[color:fbfc="Red"]11.Bullet

di control panel data:

Code:

.controlpanel .q {background: url(URL)  background-attachment: fixed;
  background-position:center;
  background-position: center left;
  background-repeat: no-repeat;}

di control panel button:

Code:

#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
 background-image: url( URL);
  background-attachment: fixed;
  background-position: center left;
  background-repeat: no-repeat;
  background-color: transparent;}

background mater header:

Code:

.commonbox h1, .commonbox h2 {
  background-color: transparent;
  background-image: url(IMG URL HERE);
  background-attachment: fixed;
  background-position:center;
  background-position: center center;
  background-repeat: repeat;
  text-align:center;}

[color:fbfc="Blue"][SIZE="2"]Sumber : Friendster management[/SIZE]
indri______jgc30@att.net
indri______jgc30@att.net

Kumpulan Script CSS Code 2008 0993ba4fd1dca76e3dda0ce91c5dc073

Female
Number of posts : 2029
Location : (¯`·._.• jåkãrtã •._.·´¯)
Job/hobbies : pacaran
Registration date : 2007-08-19

https://indri-n-friends.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum