PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
[CSS] CSS-Contest 2012 WIPs
Beitrag
<blockquote data-quote="cebito" data-source="post: 1923376" data-attributes="member: 173078"><p><strong>AW: [CSS] CSS-Contest 2012 WIPs</strong></p><p></p><p>Oder so :lol:</p><p></p><p></p><p>@stromer - kombiniert und bissl umgebaut, funktioniert wunderbar sogar im FF die figcaption musst dir jetzt neu positionieren, die brauch keine Hintergrundbilder mehr. [CODE]#gallery ul{</p><p>position:relative;</p><p>list-style:none;</p><p>margin:20px 40px 0 40px;</p><p>width:720px;</p><p>padding:0;</p><p>text-align: center;</p><p>}</p><p>#gallery ul li {</p><p>display:inline-block;</p><p>width:110px;</p><p>height:73px;</p><p>margin-right:30px;</p><p>background-size:cover;</p><p>background-position:50% 50%;</p><p>background-repeat:none;</p><p>padding:0;</p><p>opacity:0.5;</p><p>z-index:1;</p><p>box-shadow: 0px 2px 3px #090909;</p><p>}</p><p>#gallery ul li:nth-child(1) {</p><p>background-image:url(../images/rocketship.jpg);</p><p>animation: thumb 40s linear 0s infinite;</p><p>}</p><p>#gallery ul li:nth-child(2) {</p><p>background-image:url(../images/behind_the_scenes.jpg);</p><p>animation: thumb 40s linear 8s infinite;</p><p>}</p><p>#gallery ul li:nth-child(3) {</p><p>background-image:url(../images/femme_fatale.jpg);</p><p>animation: thumb 40s linear 16s infinite;</p><p>}</p><p>#gallery ul li:nth-child(4) {</p><p>background-image:url(../images/a_paper_bag_story.jpg);</p><p>animation: thumb 40s linear 24s infinite;</p><p>}</p><p>#gallery ul li:nth-child(5) {</p><p>background-image:url(../images/rocketship_music.jpg);</p><p>animation: thumb 40s linear 32s infinite;</p><p>margin-right:0;</p><p>}</p><p>#gallery ul li:hover {</p><p>opacity:1;</p><p>}</p><p>#gallery ul li figure {</p><p>margin:0;</p><p>position:absolute;</p><p>top:60px;</p><p>left:50%;</p><p>margin:0 0 0 -320px;</p><p>width:640px;</p><p>height:400px;</p><p>overflow:hidden;</p><p>opacity:0;</p><p>}</p><p>#gallery ul li:hover figure {</p><p>opacity:1;</p><p>z-index: 1000;</p><p>box-shadow: inset 0px 0px 3px #090909;</p><p>color:#046380;</p><p>}</p><p>#gallery ul li:nth-child(1) figure {</p><p>animation: versuch 40s linear 0s infinite;</p><p>}</p><p>#gallery ul li:nth-child(2) figure {</p><p>animation: versuch 40s linear 8s infinite;</p><p>}</p><p>#gallery ul li:nth-child(3) figure {</p><p>animation: versuch 40s linear 16s infinite;</p><p>}</p><p>#gallery ul li:nth-child(4) figure {</p><p>animation: versuch 40s linear 24s infinite;</p><p>}</p><p>#gallery ul li:nth-child(5) figure {</p><p>animation: versuch 40s linear 32s infinite;</p><p>}</p><p>#gallery ul:hover li,#gallery ul:hover li figure{animation:none;}</p><p></p><p>@keyframes versuch {</p><p>0%{opacity:0;}</p><p>5%{opacity:1;}</p><p>20%{opacity:1;}</p><p>25%{opacity:0;}</p><p>100%{opacity:0;}</p><p>}</p><p>@keyframes thumb {</p><p>0%{opacity:.5;}</p><p>5%{opacity:1;}</p><p>20%{opacity:1;}</p><p>25%{opacity:.5;}</p><p>100%{opacity:.5;}</p><p>}</p><p>#cc:before{</p><p>content:'';</p><p>display:block;</p><p>z-index:100;</p><p>margin:0;</p><p>position:absolute;</p><p>top:124px;</p><p>left:40px;</p><p>width:720px;</p><p>height:400px;</p><p>}</p><p>#cc {</p><p>padding:0;</p><p>margin:420px 0 0 0;</p><p>float:right;</p><p>font-family:Cuprum;</p><p>font-size:14px;</p><p>font-weight:bold;</p><p>}[/CODE]</p></blockquote><p></p>
[QUOTE="cebito, post: 1923376, member: 173078"] [b]AW: [CSS] CSS-Contest 2012 WIPs[/b] Oder so :lol: @stromer - kombiniert und bissl umgebaut, funktioniert wunderbar sogar im FF die figcaption musst dir jetzt neu positionieren, die brauch keine Hintergrundbilder mehr. [CODE]#gallery ul{ position:relative; list-style:none; margin:20px 40px 0 40px; width:720px; padding:0; text-align: center; } #gallery ul li { display:inline-block; width:110px; height:73px; margin-right:30px; background-size:cover; background-position:50% 50%; background-repeat:none; padding:0; opacity:0.5; z-index:1; box-shadow: 0px 2px 3px #090909; } #gallery ul li:nth-child(1) { background-image:url(../images/rocketship.jpg); animation: thumb 40s linear 0s infinite; } #gallery ul li:nth-child(2) { background-image:url(../images/behind_the_scenes.jpg); animation: thumb 40s linear 8s infinite; } #gallery ul li:nth-child(3) { background-image:url(../images/femme_fatale.jpg); animation: thumb 40s linear 16s infinite; } #gallery ul li:nth-child(4) { background-image:url(../images/a_paper_bag_story.jpg); animation: thumb 40s linear 24s infinite; } #gallery ul li:nth-child(5) { background-image:url(../images/rocketship_music.jpg); animation: thumb 40s linear 32s infinite; margin-right:0; } #gallery ul li:hover { opacity:1; } #gallery ul li figure { margin:0; position:absolute; top:60px; left:50%; margin:0 0 0 -320px; width:640px; height:400px; overflow:hidden; opacity:0; } #gallery ul li:hover figure { opacity:1; z-index: 1000; box-shadow: inset 0px 0px 3px #090909; color:#046380; } #gallery ul li:nth-child(1) figure { animation: versuch 40s linear 0s infinite; } #gallery ul li:nth-child(2) figure { animation: versuch 40s linear 8s infinite; } #gallery ul li:nth-child(3) figure { animation: versuch 40s linear 16s infinite; } #gallery ul li:nth-child(4) figure { animation: versuch 40s linear 24s infinite; } #gallery ul li:nth-child(5) figure { animation: versuch 40s linear 32s infinite; } #gallery ul:hover li,#gallery ul:hover li figure{animation:none;} @keyframes versuch { 0%{opacity:0;} 5%{opacity:1;} 20%{opacity:1;} 25%{opacity:0;} 100%{opacity:0;} } @keyframes thumb { 0%{opacity:.5;} 5%{opacity:1;} 20%{opacity:1;} 25%{opacity:.5;} 100%{opacity:.5;} } #cc:before{ content:''; display:block; z-index:100; margin:0; position:absolute; top:124px; left:40px; width:720px; height:400px; } #cc { padding:0; margin:420px 0 0 0; float:right; font-family:Cuprum; font-size:14px; font-weight:bold; }[/CODE] [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ★ = 12, ◇ = 4 und die Hälfte von ★ zu ◇ addiert wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
[CSS] CSS-Contest 2012 WIPs
Oben