friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2008-01-13 17:38:55

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7565
Reputation: 296

Some useful MP CSS

Customize infobox:

//infobox located before the footer
.infobox div.boxbody {
border-top-width: 10px;
border-right-width: 10px;
border-bottom-width: 10px;
border-left-width: 10px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
background-color: ;
background: url(URL_OF_IMAGE)!important;
-moz-border-radius: 15px;
position: center;
}

customize background in contact box:

//contacts and groups
.contactbox {
background-colort:ransparent;
background: url(URL_OF_IMAGE)!important;
border:1px solid #ffffff;
-moz-border-radius: 10px;
color:white;
font-size:11px;
}

image effect:

img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0
}

a:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5
}

credits: FF tools.  =D




I love you. More than I show you. More than you know. I love you so much :kiss:

#2  2008-01-14 13:06:45

Ephemeral
» Moderator
Ephemeral's display avatar
L'Interdit
Class-S
Location: Perdido Paraíso
Registered: 2006-10-20
Posts: 10253
Reputation: 281
Friendster

Re: Some useful MP CSS

May I share...  :eh:

Hide iframe ads without affecting iframe scripts thru replace ID and add box function. (quite a type full :wallbash: )

/*BLAH*/
.railbody iframe, #maincontent iframe {display:none!Important;visibility:hidden!important}


#3  2008-01-14 13:16:17

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7565
Reputation: 296

Re: Some useful MP CSS

:thumbsup:  haha finally i can hide the ads on my rail .. thanks ephe!  :D




I love you. More than I show you. More than you know. I love you so much :kiss:

#4  2008-01-14 13:44:18

Ephemeral
» Moderator
Ephemeral's display avatar
L'Interdit
Class-S
Location: Perdido Paraíso
Registered: 2006-10-20
Posts: 10253
Reputation: 281
Friendster

Re: Some useful MP CSS

It will work if you didn't change the class rail on the script  =) because the add box targets the rail but the hide targets the railbody  :eh:

I think xavier has another method of hiding ads  =)


#5  2008-01-14 14:00:36

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7565
Reputation: 296

Re: Some useful MP CSS

yes i think instead of frame he added div.frame chuvaekek  :lol:




I love you. More than I show you. More than you know. I love you so much :kiss:

#6  2008-01-14 17:33:45

xavierkym
» Retired Moderator
The Sinister
Class-S
Location: London, England
Registered: 2007-06-10
Posts: 5370
Reputation: 129
Friendster

Re: Some useful MP CSS

Customize the ONLINE status ;)

Code:

#rail p b {color:green}

Hide the Report Abuse and Block User Links

Code:

li.report, li.block {display:none!Important}

Last edited by xavierkym (2008-01-15 00:04:50)


#7  2008-02-16 06:14:21

sahabat.peterpan
» SuperFriendster
sahabat.peterpan's display avatar
Rockstars
Registered: 2007-10-31
Posts: 8431
Reputation: 58

Re: Some useful MP CSS

Thanks for sharing :D  :thumbsup:


#8  2008-02-25 03:02:05

redphoenix_04
» FriendsterManiac
redphoenix_04's display avatar
_**donna**_
The Scandalers
Location: _**in ur hearts**_
Registered: 2007-06-20
Posts: 862
Last visit: 2008-10-30
Reputation: 9

Re: Some useful MP CSS

wow. Thanks for sharing! :)



Click HERE   





ava and sig made by me. :)

#9  2008-03-06 09:23:56

pinkblack08
» FriendsterElite
pinkblack08's display avatar
Team Edward ♥
The Scandalers
Location: in my Firebolt >.<
Registered: 2007-11-02
Posts: 3912
Last visit: 2008-11-30
Reputation: 180
Friendster

Re: Some useful MP CSS

wow ate!thanks for the share~!



Yes, They do. Esp. Alice.;)

#10  2008-03-06 17:22:32

kangkong10
» Promoter
kangkong10's display avatar
Registered: 2008-01-09
Posts: 1290
Reputation: 14

Re: Some useful MP CSS

:o nice trickz fwend..


elow guys, I'm Back again

#11  2008-04-05 16:38:42

ThE_FamouS_LasT_WorD
» FriendsterAddict
ThE_FamouS_LasT_WorD's display avatar
AKATSUKI MEMBER
Naruto Fanz-ShinobiElite
Location: Grass Village
Registered: 2007-08-23
Posts: 575
Last visit: 2008-11-13
Reputation: 3
Friendster

Re: Some useful MP CSS

thanks for sharing




AKATSUKI

#12  2008-04-17 17:19:20

SCHiZOPHRENIC SUNSHiNE
» FriendsterTalker
SCHiZOPHRENIC SUNSHiNE's display avatar
Location: In yerr mouth.
Registered: 2007-08-13
Posts: 135
Last visit: 2008-11-16
Reputation: 1

Re: Some useful MP CSS

thanks for d hide rail ads ephe. :3

#13  2008-04-30 22:41:30

eehjhay
» Retired Moderator
eehjhay's display avatar
What can I put in here?
Class X
Location: Liverpool NSW AU
Registered: 2007-02-13
Posts: 4506
Last visit: 2008-12-01
Reputation: 124
Friendster

Re: Some useful MP CSS

customize background in contact box:



//contacts and groups
.contactbox {
background-colort:ransparent;
background: url(URL_OF_IMAGE)!important;
border:1px solid #ffffff;
-moz-border-radius: 10px;
color:white;
font-size:11px;
}

You had a typo in that part.


Anyway if you will use kind kind of declaration, instead of using

background-color: transparent;
background-image: url(URLHERE);

and replace it with

background: url(URLHERE);

the other background properties will be ignored. So only the url(URLHERE) will be the value in the background. You don't have to mention the other properties since they will be default.


#14  2008-05-02 05:01:51

SCHiZOPHRENIC SUNSHiNE
» FriendsterTalker
SCHiZOPHRENIC SUNSHiNE's display avatar
Location: In yerr mouth.
Registered: 2007-08-13
Posts: 135
Last visit: 2008-11-16
Reputation: 1

Re: Some useful MP CSS

I would like to share. :3

Cuztomize the Itembox:

Code:

/* ITEMBOXES */

div#big_blank_div {
display: none;
}
td.icon {
display:none;
}

div.home-compose {
margin-left:150px;
margin-top:-10px;
margin-bottom: 25px;
position:absolute;
font-size:12px;
font-color:#FFFFFF;
font-family: Tahoma;
height:20px;
position:relative;
text-align:center;
}

td.icon {
display:none;
}

div.itemboxsub .cattitle {
font-weight: bold;
font-size: 22px;
color:#FFFFFF;
font-family:Tahoma;
text-align: left;
padding-left: 20px;
}

.itemboxsub .cattitle {
font-weight: bold;
font-size: 22px;
color:#FFFFFF;
font-family:Tahoma;
text-align: left;
padding-left: 20px;
}

td.cattitle {
font-weight: bold;
font-size: 22px;
color:#FFFFFF;
font-family:Tahoma;
text-align: left;
padding-left: 20px;
}

div.itemboxsub {
background:#000000 url(URL_OF_IMAGE) repeat-x scroll top left;
border:medium none;
font-weight: bold;
font-size: 22px;
color:#FFFFFF;
font-family:Tahoma;
text-align: left;
padding-left: 20px;
}
.itemboxsub {
background:transparent url(URL_OF_IMAGE) repeat-y scroll top left;
border:medium none;
font-weight: bold;
font-size: 22px;
color:#FFFFFF;
font-family:Tahoma;
text-align: left;
padding-left: 20px;
}

div.itemsubsub {
font-size: 12px;
font-weight: normal;
line-height: 10px;
text-align: right;
color:#FFFFFF;
max-width: 450px;
margin-right:5px;
font-family:Tahoma;
}

.itemsubsub {
font-size: 12px;
font-weight: normal;
line-height: 10px;
text-align: right;
color:#FFFFFF;
max-width: 450px;
margin-right: 5px;
font-family:Tahoma;
}

.itembox {
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;
background:#000000 url(URL_OF_IMAGE) repeat-y scroll bottom left;
border-color: #FFFFFF;
border-style: dotted solid solid solid;
border-width:1px 1px 1px 1px;
font-weight: normal;
font-family:Tahoma;
color:#FFFFFF;
size:16px;
margin: 10px 0px 25px 15px;
padding: 20px 10px 20px 10px;
max-width: 470px;
}

div.itembox {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
background:#000000 url(URL_OF_IMAGE) repeat-y scroll top left;
filter:alpha(opacity=90);
opacity:0.90;
border-color: #FFFFFF;
border-style: dotted solid solid solid;
border-width:1px 1px 1px 1px;
font-weight: normal;
font-family:Tahoma;
color:#FFFFFF;
size:16px;
margin: 10px 0px 25px 15px;
padding: 20px 10px 20px 10px;
max-width: 470px;
}

.posteddate {
font-family:Tahoma;
color:#FFFFFF;
}
td.posteddate {
font-family:Tahoma;
color:#FFFFFF;
}

.m td, .m th {
font-family:Tahoma;
padding:0pt;
color:#FFFFFF;
}

Custumize your guestbook

Code:

/* GUESTBOOK */

#home_guestbook {
padding-top: 15px;
height: 500px;
overflow-x: auto;
}

table#table_reply {
width:100%;
margin: 0 5px 2px 0;
padding:0;
border:0;
}

#home_guestbook .replybodytext {
background:transparent !important;
border: none;
color:#ffffff;
font-family: Tahoma;
margin-left:9px;
text-align:left;
}

#home_guestbook .replybox {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
background:#000000 url(URL_OF_IMAGE)scroll repeat-x top center;
border-color: #ffffff #ffffff #ffffff #ffffff;
border-style: solid solid solid solid;
border-width:1px 1px 1px 1px;
color:#ffffff;
font-family: Tahoma;
size: 16px;
text-align:left;
padding-top: 20px;
margin-top:10px;
margin-bottom:10px;
max-width: 450px;
}

#home_guestbook .textarea#body {
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#000000 url(URL_OF_IMAGE)scroll repeat bottom center;
border:1px solid #FFFFFF;
color:#ffffff;
font-family:Tahoma;
font-weight:bold;
margin-right:10px;
margin-left:10px;
padding: 5px 5px 5px 5px;
}

#home_guestbook .itemreplyform.textarea#body {
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#000000 url(URL_OF_IMAGE)scroll repeat-x top center;
border:1px solid #FFFFFF;
color:#ffffff;
font-family:Tahoma;
font-weight:bold;
margin-right:10px;
margin-left:10px;
padding: 5px 5px 5px 5px;
}
#home_guestbook .quotea {
color:#ffffff;
font-family:Tahoma;
font-weight:bold;
margin-bottom: 5px;
}

#home_guestbook .quotet {
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#000000 url(URL_OF_IMAGE)scroll repeat bottom center;
border:1px solid #FFFFFF;
color:#ffffff;
font-family:Tahoma;
font-weight:bold;
margin-right:10px;
margin-left:10px;
padding: 5px 5px 5px 5px;
margin-right:90px;
}

And for the Guestbook button

Code:

/*GUEST BOOK BUTTON*/
div#home_guestbook td#cell_submit input {
background: url(URL_OF_IMAGE)
no-repeat;
width : 65px;
height: 31px;
padding: auto 5px 5px -4px;
margin-top:4px;
border : none;
font-family: Tahoma;
color: #FFFFFF;
font-weight: bold;
font-size:10px;
text-align: center;
}

div#home_guestbook td#cell_submit input:hover {
background: url(URL_OF_IMAGE)
no-repeat;
width : 65px;
height: 31px;
border : none;
font-family: Tahoma;
color: #FFFFFF;
font-weight: bold;
font-size:12px;
text-align:center;
}
span.textarea-handle {
display : none;
}

#15  2008-05-03 00:02:51

valjesnet
» FriendsterAddict
valjesnet's display avatar
Location: Makati
Registered: 2007-05-23
Posts: 417
Last visit: 2008-08-24
Reputation: 1

Re: Some useful MP CSS

li.report, li.block {display:none!Important}  - multiply do not accept this code.  i tried pasting in my css section

/*BLAH*/
.railbody iframe, #maincontent iframe {display:none!Important;visibility:hidden!important} - i pasted this in my css section but the ads are still there.  google ads?


#16  2008-05-05 21:17:26

GeneSy
» FriendsterTalker
GeneSy's display avatar
Class X
Registered: 2007-04-07
Posts: 204
Last visit: 2008-10-23
Reputation: 3

Re: Some useful MP CSS

xavierkym wrote:

li.report, li.block {display:none!Important}

lol,. does this work?
doesnt multiply filter those 2??

#17  2008-05-07 07:27:20

.L.
» FriendsterManiac
.L.'s display avatar
[-.Lyrical.goth.maiden.-]
Rockstars
Location: ...
Registered: 2008-04-23
Posts: 737
Reputation: 38

Re: Some useful MP CSS

cool. thanks for sharing =)





Search Friendstertalk

Moderated by Ephemeral, blurrycloud, dale

Board footer

FriendsterTalk is not affiliated with Friendster.com
Copyright © 2002–2008 PunBB

[ 25 queries - 8.459 second ]

Pay Per Click Ads by pay per click advertising by Kontera

FriendsterTalk.com x

Welcome to FriendsterTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)