Allmystery
Menschen Wissenschaft Politik Mystery Kriminalfälle Spiritualität Verschwörungen Technologie Ufologie Natur Umfragen Unterhaltung
weitere Rubriken
PhilosophieTräumeOrteEsoterikLiteraturAstronomieHelpdeskGruppenGamingFilmeMusikClashVerbesserungenAllmysteryEnglish
Diskussions-Übersichten
BesuchtTeilgenommenAlleNeueGeschlossenLesenswertSchlüsselwörter
Schiebe oft benutzte Tabs in die Navigationsleiste (zurücksetzen).

Do it yourself: CSS für Profil und Blog

6.815 Beiträge ▪ Schlüsselwörter: Allmystery, Hilfe, Welt ▪ Abonnieren: Feed E-Mail

Do it yourself: CSS für Profil und Blog

02.08.2012 um 10:56
Wie kann ichs machen dass man die freundschaftsliste und die rubriken nicht mehr sieht?

Danke im Vorraus :)

Anzeige
melden

Do it yourself: CSS für Profil und Blog

02.08.2012 um 12:09
@Kona-chan

Allmystery-Wiki: Klassen-Sammlung

Das mit der Fl steht sogar eine Seite vornedran.


melden

Do it yourself: CSS für Profil und Blog

02.08.2012 um 14:08
sag mal gibt es einen code mit dem man das hintergrundbild im prof wie ne diashow abspielen kann??


melden

Do it yourself: CSS für Profil und Blog

02.08.2012 um 15:33
@BlackAngel

So wie bei mir?


melden

Do it yourself: CSS für Profil und Blog

02.08.2012 um 16:47
@Prof.nixblick
jaaaaaaaaaaa *_*

wusste das gar nicht :D

da siehst ma wie lang ich nicht mehr auf deinem prof war..


melden

Do it yourself: CSS für Profil und Blog

02.08.2012 um 18:39
@BlackAngel

html body {
-webkit-animation-name: diashow;
-webkit-animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-delay: 70;
-webkit-animation-timing-function: ease;

-moz-animation-name: diashow;
-moz-animation-duration: 10s;
-moz-animation-iteration-count: infinite;
-moz-animation-delay: 70;
-moz-animation-timing-function: ease;

-o-animation-name: diashow;
-o-animation-duration: 10s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: ease;

-khtml-animation-name: diashow;
-khtml-animation-duration: 10s;
-khtml-animation-iteration-count: infinite;
-khtml-animation-delay: 70;
-khtml-animation-timing-function: ease;

background-attachment: fixed;
background-position: -70px -180px;
margin: 0;
}

@-webkit-keyframes diashow {
0% {
background: url(hier die url des bildes1);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
30% {
background: url(hier die url des bildes2);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
70% {
background: url(hier die url des bildes3);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
90% {
background: url(hier die url des bildes4);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
100% {
background: url(hier die url des bildes5);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
}

@-moz-keyframes diashow {
0% {
background: url(hier die url des bildes1);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
30% {
background: url(hier die url des bildes2);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
70% {
background: url(hier die url des bildes3);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
90% {
background: url(hier die url des bildes4);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
100% {
background: url(hier die url des bildes5);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
}

@-o-keyframes diashow {
0% {
background: url(hier die url des bildes1);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
30% {
background: url(hier die url des bildes2);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
70% {
background: url(hier die url des bildes3);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
90% {
background: url(hier die url des bildes4);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
100% {
background: url(hier die url des bildes5);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
}

@-khtml-keyframes diashow {
0% {
background: url(hier die url des bildes1);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
30% {
background: url(hier die url des bildes2);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
70% {
background: url(hier die url des bildes3);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
90% {
background: url(hier die url des bildes4);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
100% {
background: url(hier die url des bildes5);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
}


1x verlinktmelden

Do it yourself: CSS für Profil und Blog

02.08.2012 um 21:47
ok... danke....


melden

Do it yourself: CSS für Profil und Blog

04.08.2012 um 14:44
so wie ich grade mitbekommen habe funktioniert der code Beitrag von Prof.nixblick (Seite 123) unter ff noch nicht.

laut mozilla wird es frühestens ende des monats. wer den neuen ff (beta-version) testen will

http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora-l10n/firefox-16.0a2.de.win32.installer.exe


1x verlinktmelden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 15:07
Kann mir jemand sagen wie ich das Problem mit meinen gästebuch lösen kann ? Also das "neuer eintrag verfassen" wieder da steht wo es hinsoll. Ich weis zwar wie ich die stelle anspreche, aber nicht was ich dahinter schreiben muss damit es ein par felder nach oben rückt.


melden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 22:50
Hey,
ich bin neu hier und möchte mein Profil bearbeiten. Eigentlich habe ich die gleiche Frage wir NeoNeji, weiß nur leider nichts mit dieser Seite (Klassen-Sammlung) und den Codes anzufangen. Wäre nett, wenn mir das mal einer erklärt.
Kann sein, dass ich auch einfach nur blöd bin. :D


melden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:01
@Initan
Willst du es erklärt bekommen oder einfach nur was zum Copy-Pasten?


melden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:02
Wenn es keine Umstände macht, bitte erklären.


melden
---- ehemaliges Mitglied

Link kopieren
Lesezeichen setzen

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:06
Mit dem Addon "Stylish" könnt ihr das ganze Forum umdesignen:

f4fc18 screen1a

d8bca7 screen2aOriginal anzeigen (0,2 MB)


1x verlinktmelden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:06
@Initan
Hast du dir mal hier im Thread den ersten Post durchgelesen? Da werden doch schon die Grundlagen erklärt.


melden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:11
@Ciela
Ich sagte ja: Kann sein, dass ich auch einfach nur blöd bin.
Ja, ich hab's mir durchgelesen. :/


melden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:13
@Initan
Wenn du Geduld hast, kann ichs dir erklären :D
Also, die Grundlagen zumindest, ich bin ja kein Profi.


melden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:15
@Initan
Hmm...

Als erstes musst du in den Profileinstellungen das Textfeld auf HTML umstellen.

Dann kannst du für den Anfang mal folgendes reinschreiben:

<style> </style>

Dazwischen wirst du dann Codes angeben, wie zB. die Farbe aller Links, das würde dann so aussehen:

<style> a {color: #555555;} </style>

Somit wären alle Links grau.
Wenn du sie lieber rot möchtest, wäre das so:

<style> a {color: #FF0000;} </style>

oder auch einfach:

<style> a {color: red;} </style>

Wenn du alles geschriebene grün möchtest und alle Links blau, jedoch, dass sich die Links pink färben, wenn du die Maus darüber hälst, sieht das dann so aus:

<style> body {color: green;} a {color: blue} a:hover {color: #AA00FF;} </style>

Soviel zur Grundlage.


melden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:15
@Initan

Was genau möchtest Du denn?


melden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:19
@low_milk

Für dein Problemchen müsstest Du etwas ändern...


melden

Do it yourself: CSS für Profil und Blog

06.08.2012 um 23:21
@Ciela
Ich glaube, da ist dir jemand zuvor gekommen. :D

@mirror6
Achso~, jetzt macht's 'klick' in meinem Kopf. Das einzige Problem was ich hatte war, dass ich einfach nicht wusste, wohin mit dem Code.

@Prof.nixblick
Naja, dass man die Freundesliste und die Rubriken auf meinem Profil nicht mehr sieht.


Anzeige

melden