"Online Now Icon"
- Wenn du vorhast deinen "Online Now Indikator Und Text" zu
verstecken, benutze den folgenden Code: - If you plan to hide your "on-line Now indicator And Text",
use the following code:
"Remove Only 'Online Now's Icon' "
"Remove Only 'Online Now's Text' "
"Format 'Online Now's Text' "
║║║ ║║ ║ ║║ ║║║
║║║ ║║ ║ ║║ ║║║
- Um eine individuelle 'Online Now Indikator' auf der Seite zu haben, findest du ein passendes Bild/Icon, und lädst du es hoch. Die URL fügst du dann in den folgenden Code ein: - To have an individual 'Online Now Indicator', find a proper graphic/icon and upload it. Then, insert the URL in the following code:
- Ersetze Image URL mit deiner eigenen Icon-URL.
- °CSS Hintergrund Eigenschaften° - Change the Numbers 40/60 to the height/width of your icon.
- Replace Image URL with your own icon URL.
- °CSS Background Properties°
║║║ ║║ ║ ║║ ║║║
║║║ ║║ ║ ║║ ║║║
- Wenn du ein "Künstler/Band Profil" hast, benutze die
folgende Codes:
"Remove 'Online Now Icon And Text' "
"Remove Only 'Online Now's Icon' "
"Remove Only 'Online Now's Text' "
"Format 'Online Now's Text' "
"Custom 'Online Now Icon' "
- Ersetze Image URL mit deiner eigenen Icon-URL.
- °CSS Hintergrund Eigenschaften° - Change the Numbers 40/60 to the height/width of your icon.
- Replace Image URL with your own icon URL.
- °CSS Background Properties°
║║║ ║║ ║ ║║ ║║║
║║║ ║║ ║ ║║ ║║║
verstecken, benutze den folgenden Code: - If you plan to hide your "on-line Now indicator And Text",
use the following code:
<style> .KhAk {Hide Online Now Indikator And Text} .profileInfo td td.text span.msOnlineNow { display:none;} </style> |
<style> .KhAk {Hide Online Now Indikator} .profileInfo span.msOnlineNow img {display:none;} </style> |
<style> .KhAk {Hide Online Now Text} .profileInfo span.msOnlineNow {font-size:0px; word-spacing:-1000px; letter-spacing:-1000px;} </style> |
<style> .KhAk {Format Online Now Text} .profileInfo span.msOnlineNow {color:Your Color; font-size:20px;} </style> |
- Um eine individuelle 'Online Now Indikator' auf der Seite zu haben, findest du ein passendes Bild/Icon, und lädst du es hoch. Die URL fügst du dann in den folgenden Code ein: - To have an individual 'Online Now Indicator', find a proper graphic/icon and upload it. Then, insert the URL in the following code:
°Code°
<style type="text/css"> .KhAk {Custom Online Now Icon} .profileInfo span.msOnlineNow {display:block; height:40px !important; width:60px !important; background-image:url(Image URL); background-position: top left; background-repeat: no-repeat; background-attachment:scroll; z-index:2;} .profileInfo span.msOnlineNow img {display:none;} .profileInfo span.msOnlineNow {font-size:0px; word-spacing:-1000px; letter-spacing:-1000px;} </style> |
NOTE:
- Ändere die Zahlen 40/60 in die Höhe/Breite deines Icons.- Ersetze Image URL mit deiner eigenen Icon-URL.
- °CSS Hintergrund Eigenschaften° - Change the Numbers 40/60 to the height/width of your icon.
- Replace Image URL with your own icon URL.
- °CSS Background Properties°
- Wenn du ein "Künstler/Band Profil" hast, benutze die
folgende Codes:
- If you have an "Artist/Band Profile", use below Codes:
<style> .KhAk {Hide Online Now Indikator And Text} td td td td.text span.msOnlineNow { display:none;} </style> |
<style> .KhAk {Hide Online Now Indikator} td td td td.text span.msOnlineNow img {display:none;} </style> |
<style> .KhAk {Hide Online Now Text} td td td td.text span.msOnlineNow {font-size:0px; word-spacing:-1000px; letter-spacing:-1000px;} </style> |
<style> .KhAk {Format Online Now Text} td td td td.text span.msOnlineNow {color:Your Color; font-size:20px;} </style> |
<style type="text/css"> .KhAk {Custom Online Now Icon} td td td td.text span.msOnlineNow {display:block; height:40px !important; width:60px !important; background-image:url(Image URL); background-position: top left; background-repeat: no-repeat; background-attachment:scroll; z-index:2;} td td td td.text span.msOnlineNow img {display:none;} td td td td.text span.msOnlineNow {font-size:0px; word-spacing:-1000px; letter-spacing:-1000px;} </style> |
NOTE:
- Ändere die Zahlen 40/60 in die Höhe/Breite deines Icons.- Ersetze Image URL mit deiner eigenen Icon-URL.
- °CSS Hintergrund Eigenschaften° - Change the Numbers 40/60 to the height/width of your icon.
- Replace Image URL with your own icon URL.
- °CSS Background Properties°