Re: Individuelle Anpassung der Forums-Optik

#7907569  | PERMALINK

natsume

Registriert seit: 24.07.2005

Beiträge: 5,562

StyloNimm es als letzten Eintrag mit einer Leerzeile Abstand zum Vorgehenden, enden muss das ganze (wenn Firefox) dann eine Zeile darunter mit „}“ – schau dir das Ende im ersten Post von Jim an, dann sollte eigentlich verständlich sein wie es gemacht wird.

Das Prinzip ist mir klar, es funktioniert nur leider nicht. So sieht mein Code aus:

@-moz-document
domain(„forum.rollingstone.de“)
{
p, li, blockquote, div, td, th,
a, i, b, em, strong, abbr, acronym, span
{ font-family: sans-serif !important }

pre, code, tt, samp, textarea,
pre *, code *, tt *, samp *, textarea *
{ font-family: monospace !important }

.alt1, .alt1Active, .alt2, .alt2Active, .thead
{ line-height: 1.4 !important }

textarea, input

td.alt1
{ background-color: #F8F6F2 !important }

td.alt2
{ background-color: #F1EDE5 !important }

div#page
{ margin: auto !important }
}

Jim KeatsProbier mal das, tut meinen Augen recht gut:

td.alt1
{ background-color: #F8F6F2 !important }

td.alt2
{ background-color: #F1EDE5 !important }

Meinen auch, danke!

--