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 / stylesheet erstellen für Ilch?
Beitrag
<blockquote data-quote="Crawford" data-source="post: 1696820" data-attributes="member: 395473"><p><strong>AW: CSS / stylesheet erstellen für Ilch?</strong></p><p></p><p>Es gibt so "Standard CSS Codes" die jedes Ilch Design braucht um vernünftig im Content Bereich zu funktionieren. Hier eine Übersicht welche CSS Styles ich verwende:</p><p></p><p>[CODE]body {</p><p>background : url(Bilder/bg.jpg) no-repeat fixed center;</p><p>background-color : #000;</p><p>margin : 0 0 0 0;</p><p>font-size : 12px;</p><p>font-family : Verdana, sans-serif;</p><p>color : #fff;</p><p>}</p><p>br.clear {</p><p>clear : left;</p><p>text-decoration : none;</p><p>}</p><p>a:focus {</p><p>outline : 0;</p><p>text-decoration : none;</p><p>}</p><p>div.none {</p><p>display : none;</p><p>text-decoration : none;</p><p>}</p><p>a {</p><p>font : 11px Arial;</p><p>color : #fff;</p><p>text-decoration : none;</p><p>}</p><p>a:hover {</p><p>color : #ff6c00; <- kann nach belieben geändert werden!</p><p>text-decoration : none;</p><p>}</p><p>.border {</p><p>color : #ff6c00; <- kann nach belieben geändert werden!</p><p>text-decoration : none;</p><p>}</p><p>.Chead {</p><p>color: #ff6c00; <- kann nach belieben geändert werden!</p><p>text-decoration : none;</p><p>}</p><p>.Cdark {</p><p>color: #ff6c00; <- kann nach belieben geändert werden!</p><p>text-decoration : none;</p><p>}</p><p>.Cmite {</p><p>color: #ff6c00; <- kann nach belieben geändert werden!</p><p>text-decoration : none;</p><p>}</p><p>.Cnorm {</p><p>color: #ff6c00; <- kann nach belieben geändert werden!</p><p>text-decoration : none;</p><p>}</p><p>.smalfont {</p><p>font : 12px Arial;</p><p>color : #fff;</p><p>text-decoration : none;</p><p>}</p><p>.linkfont {</p><p>font : 12px Arial;</p><p>color : #fff;</p><p>text-decoration : none;</p><p>}</p><p>fieldset {</p><p>border : 1px solid #ff6c00;</p><p>text-decoration : none;</p><p>}</p><p>legend {</p><p>font : 12px Arial;</p><p>font-weight : bold;</p><p>color : #fff;</p><p>text-decoration : none;</p><p>}</p><p>form {</p><p>margin : 0;</p><p>padding : 0;</p><p>text-decoration : none;</p><p>}[/CODE]Wie gesagt das sind nur Beispiele! Aber das sind die Handelsüblichen CSS die für Ilch benötigt werden. Die anderen CSS musst du natürlich noch "erstellen" und dementsprechend einbinden.</p></blockquote><p></p>
[QUOTE="Crawford, post: 1696820, member: 395473"] [b]AW: CSS / stylesheet erstellen für Ilch?[/b] Es gibt so "Standard CSS Codes" die jedes Ilch Design braucht um vernünftig im Content Bereich zu funktionieren. Hier eine Übersicht welche CSS Styles ich verwende: [CODE]body { background : url(Bilder/bg.jpg) no-repeat fixed center; background-color : #000; margin : 0 0 0 0; font-size : 12px; font-family : Verdana, sans-serif; color : #fff; } br.clear { clear : left; text-decoration : none; } a:focus { outline : 0; text-decoration : none; } div.none { display : none; text-decoration : none; } a { font : 11px Arial; color : #fff; text-decoration : none; } a:hover { color : #ff6c00; <- kann nach belieben geändert werden! text-decoration : none; } .border { color : #ff6c00; <- kann nach belieben geändert werden! text-decoration : none; } .Chead { color: #ff6c00; <- kann nach belieben geändert werden! text-decoration : none; } .Cdark { color: #ff6c00; <- kann nach belieben geändert werden! text-decoration : none; } .Cmite { color: #ff6c00; <- kann nach belieben geändert werden! text-decoration : none; } .Cnorm { color: #ff6c00; <- kann nach belieben geändert werden! text-decoration : none; } .smalfont { font : 12px Arial; color : #fff; text-decoration : none; } .linkfont { font : 12px Arial; color : #fff; text-decoration : none; } fieldset { border : 1px solid #ff6c00; text-decoration : none; } legend { font : 12px Arial; font-weight : bold; color : #fff; text-decoration : none; } form { margin : 0; padding : 0; text-decoration : none; }[/CODE]Wie gesagt das sind nur Beispiele! Aber das sind die Handelsüblichen CSS die für Ilch benötigt werden. Die anderen CSS musst du natürlich noch "erstellen" und dementsprechend einbinden. [/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 / stylesheet erstellen für Ilch?
Oben