Suche nach Beiträgen von Blutmondlicht
Erste Seite | « | 1 ... 3 | 4 | 5 | 6 | 7 | » | Letzte
Die Suche lieferte 69 Ergebnisse:
Admintitel in Beiträgen entfernen
von Blutmondlicht am 24.11.2017 10:47.forum_postbody_userinfo .small { visibility: hidden!important; }
entfernt auch die Anzahl der Beiträge von Usern!!
Hinweise bei Beiträgen entfernen
von Blutmondlicht am 24.11.2017 10:45/* "Bitte wähle einen aussagekräftigen Titel..." */ #forumTitleNotice { display: none; } /* "Bitte achte in deinem Beitrag auf..." */ #forumSpellNotice { display: none; }
Icon in der Forenbeitragsübersichtsbox ändern
von Blutmondlicht am 24.11.2017 10:43ul.forumList li { list-style: none; padding: 6px 0 6px 25px; margin: 0; background-image: url(URL HIER REIN); line-height: 16px; }
Icons im Rangsystem ändern
von Blutmondlicht am 24.11.2017 10:42#head_icons a.icon.coins { background-image: url(URL LINK); }
#head_icons a.icon.coins:hover { background-image: url(URL LINK); }
.profile.coins{ background-image: url(URL LINK); background-position: right top; background-repeat: no-repeat; } .icon.coins { background-image: url(URL LINK); }
div.highlight5 table tbody tr td:nth-child(1) img { visibility: hidden!important; }
div.highlight5 table tbody tr td:nth-child(1) { background-image: url(URL LINK); background-position: left center; background-repeat: no-repeat; }
div.ranking_right div#allMembers div.memberList div.memberListItem div.memberInfos div.memberDetails table.profileTable.inverse tbody tr:nth-child(2) td:nth-child(2) img { visibility: hidden!important; }
div.ranking_right div#allMembers div.memberList div.memberListItem div.memberInfos div.memberDetails table.profileTable.inverse tbody tr:nth-child(2) td:nth-child(2) { background-image: url(URL LINK); background-position: left center; background-repeat: no-repeat; }
div#profileInfos div#profileInfosLeft div#profileDetails table tbody tr:nth-last-child(1) td:nth-child(2) img { visibility: hidden!Important; }
div#profileInfos div#profileInfosLeft div#profileDetails table tbody tr:nth-last-child(1) td:nth-child(2) { background-image: url(URL LINK); background-position: left center; background-repeat: no-repeat; }
#head_icons a.icon.coins:hover { background-image: url(URL LINK); }
.profile.coins{ background-image: url(URL LINK); background-position: right top; background-repeat: no-repeat; } .icon.coins { background-image: url(URL LINK); }
div.highlight5 table tbody tr td:nth-child(1) img { visibility: hidden!important; }
div.highlight5 table tbody tr td:nth-child(1) { background-image: url(URL LINK); background-position: left center; background-repeat: no-repeat; }
div.ranking_right div#allMembers div.memberList div.memberListItem div.memberInfos div.memberDetails table.profileTable.inverse tbody tr:nth-child(2) td:nth-child(2) img { visibility: hidden!important; }
div.ranking_right div#allMembers div.memberList div.memberListItem div.memberInfos div.memberDetails table.profileTable.inverse tbody tr:nth-child(2) td:nth-child(2) { background-image: url(URL LINK); background-position: left center; background-repeat: no-repeat; }
div#profileInfos div#profileInfosLeft div#profileDetails table tbody tr:nth-last-child(1) td:nth-child(2) img { visibility: hidden!Important; }
div#profileInfos div#profileInfosLeft div#profileDetails table tbody tr:nth-last-child(1) td:nth-child(2) { background-image: url(URL LINK); background-position: left center; background-repeat: no-repeat; }
On & Offline Icon ändern
von Blutmondlicht am 24.11.2017 10:41.profileTableOffline { background-image: url(URL-LINK); background-position: right top; background-repeat: no-repeat; }
a[title="Online!"]:before { content: url(URL-LINK); } img[src$="/ico_online.gif"] { display: none; } .profileTableOnline { background-image: url(URL-LINK); background-position: right top; background-repeat: no-repeat; }
Admin-Icon in der Übersicht ändern
von Blutmondlicht am 24.11.2017 10:40a[title="Dieser Benutzer ist Administrator."]:before { content: url(URL-LINK); }
img[src$="/ico_small_admin.gif"] { display: none; }
img[src$="/ico_small_admin.gif"] { display: none; }
Icons im Header ändern
von Blutmondlicht am 24.11.2017 10:37/*Gästebuch*/
#head_icons a.icon.report { background-image: url(URL-LINK); }
#head_icons a.icon.report:hover { background-image: url(URL-LINK); }
/*Neuer Freund*/
#head_icons a.icon.user_add { background-image: url(URL-LINK); }
#head_icons a.icon.user_add:hover { background-image: url(URL-LINK); }
/*Neue Nachricht*/
#head_icons a.icon.email { background-image: url(URL-LINK); }
#head_icons a.icon.email:hover { background-image: url(URL-LINK); }
#head_icons a.icon.report { background-image: url(URL-LINK); }
#head_icons a.icon.report:hover { background-image: url(URL-LINK); }
/*Neuer Freund*/
#head_icons a.icon.user_add { background-image: url(URL-LINK); }
#head_icons a.icon.user_add:hover { background-image: url(URL-LINK); }
/*Neue Nachricht*/
#head_icons a.icon.email { background-image: url(URL-LINK); }
#head_icons a.icon.email:hover { background-image: url(URL-LINK); }
Galerie oder Videos im Profil ausblenden
von Blutmondlicht am 24.11.2017 10:36#tabGallery { display: none; }
#tabVideos { display: none; }
#tabVideos { display: none; }
"Verbindung zu...." im Profil ausblenden
von Blutmondlicht am 24.11.2017 10:35#profile_path_to { display: none; }
Einführung im Profil ausblenden
von Blutmondlicht am 24.11.2017 10:35#userWelcome { display: none; }