Suche nach Beiträgen von Blutmondlicht
Erste Seite | « | 1 | 2 | 3 | 4 | 5 | 6 ... 7 | » | Letzte
Die Suche lieferte 69 Ergebnisse:
Mitgliederübersicht ohne Namen mit Filter versehen
von Blutmondlicht am 27.11.2017 15:11.memberListPhotos img {
-webkit-filter: Filter(0%);
-moz-filter: Filter(0%);
-o-filter: Filter(0%);
-ms-filter: Filter(0%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
border-radius: 0px 0px 0px 0px; /*Umrisse des Rahmens*/
border: 1px solid #Farbe; /*Rahmen und Farbe*/
margin-bottom: 5px;
margin-right: 5px;
width: 75px; }
Für Hover :hover in den Code wie in den Wichtigen Begriffen einfügen.
Filter stehen ebenso dort erklärt und müssen eingefügt werden wie in dem Link beschrieben.
-webkit-filter: Filter(0%);
-moz-filter: Filter(0%);
-o-filter: Filter(0%);
-ms-filter: Filter(0%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
border-radius: 0px 0px 0px 0px; /*Umrisse des Rahmens*/
border: 1px solid #Farbe; /*Rahmen und Farbe*/
margin-bottom: 5px;
margin-right: 5px;
width: 75px; }
Für Hover :hover in den Code wie in den Wichtigen Begriffen einfügen.
Filter stehen ebenso dort erklärt und müssen eingefügt werden wie in dem Link beschrieben.
Konto Optionen zentriert
von Blutmondlicht am 24.11.2017 14:34#divAccount ul li { text-align: center; }
Begrüßung über Login
von Blutmondlicht am 24.11.2017 14:33#head_center:before { content: "Herzlich Willkommen auf meiner Seite!"; }
Konto Optionen entfernen
von Blutmondlicht am 24.11.2017 14:32#divAccount li a[href="/friends.html"] { display: none; } /*Meine Freunde*/
#divAccount li a[href="/mygallery.html"] { display: none; } /*Meine Galerie*/
#divAccount li a[href="/myvideos.html"] { display: none; } /*Meine Videos*/
#divAccount li a[href="/myaccount.html"] { display: none; } /*Mein Account*/
#divAccount li a[href="/myprofile.html"] { display: none; } /*Mein Profil*/
#divAccount a[href ^="/messagebook/"] { display: none; } /*Mein Gästebuch*/
#divAccount li a[href="/mysettings.html"] { display: none; } /*Meine Einstellungen*/
#divAccount li a[href="/logout.do"] { display: none; } /*Logout*/
#divAccount li a[href="/mygallery.html"] { display: none; } /*Meine Galerie*/
#divAccount li a[href="/myvideos.html"] { display: none; } /*Meine Videos*/
#divAccount li a[href="/myaccount.html"] { display: none; } /*Mein Account*/
#divAccount li a[href="/myprofile.html"] { display: none; } /*Mein Profil*/
#divAccount a[href ^="/messagebook/"] { display: none; } /*Mein Gästebuch*/
#divAccount li a[href="/mysettings.html"] { display: none; } /*Meine Einstellungen*/
#divAccount li a[href="/logout.do"] { display: none; } /*Logout*/
Login & Konto im Header verschieben
von Blutmondlicht am 24.11.2017 14:28#head_center {
margin-right: 300px; /*nach rechts*/
margin-top: 20px; /*nach unten*/ }
margin-right: 300px; /*nach rechts*/
margin-top: 20px; /*nach unten*/ }
Schriftart in Header ändern
von Blutmondlicht am 24.11.2017 14:26#head_center {
font-family: HIER SCHRIFTART EINFÜGEN;
font-size: 12px;
}
font-family: HIER SCHRIFTART EINFÜGEN;
font-size: 12px;
}
Container-Schatten entfernen
von Blutmondlicht am 24.11.2017 11:08#container { background-image: none; }
Scrollbalken anpassen
von Blutmondlicht am 24.11.2017 11:07::-webkit-scrollbar {
width: 9px;
height: 4px;
background: #ffffff;
}
::-webkit-scrollbar-thumb { background-color: #000000; }
width: 9px;
height: 4px;
background: #ffffff;
}
::-webkit-scrollbar-thumb { background-color: #000000; }
Boxenrand entfernen
von Blutmondlicht am 24.11.2017 11:03div.boxItemBorder { border-color: transparent; }