Neueste Beiträge

Erste Seite  |  «  |  1  ...  42  |  43  |  44  |  45  |  46  ...  63  |  »  |  Letzte Die Suche lieferte 621 Ergebnisse:


Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

Signatur zentrieren

von Blutmondlicht am 24.11.2017 10:55

p.signature { text-align:center; }

Antworten

Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

Forumindex Scrollbar

von Blutmondlicht am 24.11.2017 10:50

table.tableForums { max-height: 100px; overflow: auto; display: block; }

Antworten

Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

Eigene Schriftart einfügen

von Blutmondlicht am 24.11.2017 10:49

@font-face { font-family: 'meine-schrift'; src: url('pfad/zu/meinerschrift.ttf') format('truetype'); }

https://fonts.google.com/ <<== Web-Schriftarten

Antworten

Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

Schriftart in Beiträgen ändern

von Blutmondlicht am 24.11.2017 10:48

div.forum_postbody_content { font-family: Times New Roman; font-size: 14px; }

Antworten

Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

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!!

Antworten

Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

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; }

Antworten

Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

Icon in der Forenbeitragsübersichtsbox ändern

von Blutmondlicht am 24.11.2017 10:43

ul.forumList li { list-style: none; padding: 6px 0 6px 25px; margin: 0; background-image: url(URL HIER REIN); line-height: 16px; }

Antworten

Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

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; }

Antworten

Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

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; }

Antworten

Blutmondlicht

-, Männlich

  Rollenspieler

Beiträge: 69

Admin-Icon in der Übersicht ändern

von Blutmondlicht am 24.11.2017 10:40

a[title="Dieser Benutzer ist Administrator."]:before { content: url(URL-LINK); }

img[src$="/ico_small_admin.gif"] { display: none; }

Antworten
Erste Seite  |  «  |  1  ...  42  |  43  |  44  |  45  |  46  ...  63  |  »  |  Letzte

« zurück zur vorherigen Seite