"Friend Space"
"Hide Friends Box"
<style> .K {Hide Friends Table} table.friendSpace {display:none;} </style> |
- Du Kannst auch einen Link zu der Seite "Zeige Alle Freunde" in
die 'Kennen Lernen' Sektion einfügen.
- You can provide a Link to "View All Friends" by placing this code
at the end of your 'Who I'd Like To Meet'.
|
- Don't forget to insert your 'FRIEND ID' to the code.
- Look at the Address Bar on your profile.
- Nur die "Top Freunde" verstecken . Die Anzahl und den Link
zur 'Zeige Alle Freunde' behalten.
- Hide just the "Top Friends" and leave the number of friends and
the 'View All Friends' links.
<style> .K {Hide Just Top Friends} td.text td.text table table table {display:none;} </style> |
- Top Freunde und die Anzahl verstecken und den Link zur
"Alle Freunde" behalten.
- Hide Top Friends the number of friends and leave the "View All
Friends" links.
<style> .K {Keep Only View All Friends Link} td.text td.text .btext, td.text td.text table table table { display:none;} </style> |
- Der Link zur "Alle Freunde" verstecken.
- Hide the "View All Friends" links.
<style> .K {Hide View All Friends Link} .friendSpace td.text div a {display:none !important;} </style> |
"Hide Top Friends Name"
<style> .K {Hide Top Friends Names} .friendSpace td a {visibility:hidden; font-size:0px;} .friendSpace td a img {visibility:visible;} </style> |
"Styling Top Friends Name"
<style> .K {Format Top Friends Names} td.text td.text td td td a { font-size:12px; color:red; font-family:verdana;} </style> |
<style> .K {Format Top Friends Names} .friendSpace td a { font-size:12px; color:red; font-family:verdana;} </style> |
"Displace Top Friends Name Under Their Pics"
<style> .K {Displace Top Friends Names} .friendSpace td a { position:relative; top:60px; display:block; height:30px;} .friendSpace td a img { position:relative; top:-135px; height:80px;} </style> |
<style> .K {Hide Top Friends Pics} .friendSpace td a img {display:none;} </style> |
<style> .K {Bottom Align Top Friends Pics} .friendSpace td.text td td {vertical-align:bottom;} </style> |
- Du kannst auch "height" aus dem Code striechen.
- You can also take out "height" from the code.
<style> .K {Resize Top Friends Pics} .friendSpace td a img { width:70px !important; height:100px !important;} </style> |
<style> .K {Space Between Top Friends Pics} .friendSpace {width:0px !important;} .friendSpace td td, .friendSpace table table { width:0px; padding:1px;} </style> |
<style> .K {Border Around Top Friends Pics} .friendSpace a img {border: 2px Green solid;} </style> |
<style> .K {Top Friends Pics Rollover Border} .friendSpace a:hover img {border: 2px yellow solid;} </style> |
<style> .K {Remove Borders Around Top Friends Pics} .friendSpace td a img {border:0px !important;} </style> |
<style> .K {Remove Top Friends Online Now Icons} .friendSpace span.msOnlineNow {display:none;} </style> |
"Move Friends Box Around"
- Du kannst mit dem folgenden Code die Tabelle der Top-Freunde
nach 'LINKS' verschieben.
Dann mußt du aber auch die Kommentare nach 'OBEN' ziehen. - You can move with the below code your friends table to the 'LEFT'
column.
Then, you need to move the comments table 'Up'.
<style type="text/css"> .K {Move Friends Table} .friendSpace {position:relative; left:-400px; top:1000px;} .friendsComments {position:relative; left:0px; top:-350px;} </style> |
anzupassen. - Adjust the colored numbers (left and top)to fix the positions of
both Tables.
<style type="text/css"> .K {Positioning Friends Table} .friendSpace {position:absolute; left:50%; margin-left:-250px; top:1000px;} </style> |
- Wenns nötig wird die Fusszeilen Links etc. nach unten zu
verschieben, benutze den folgenden Code: - If it is necessary to move the Bottom Links down, use the
below code:
<style>.K {Move The Bottom Links Down} table div {margin-top:100px;} div table div, table table div {margin-top:0px;} </style> |
- Copy at the end of "Meet"
<style> .K {Hide Comments And Center Friends} .friendsComments {display:none !important;} </style> </td></tr></table> </td></tr> |