Einzelnen Beitrag anzeigen
Alt 17.09.2004, 07:32   #9
ChristianEb
Jr. Member
 
Registriert seit: 04.09.2000
Beiträge: 93


Standard

Hier gelten die selben Regeln wie bei CSS. in {} stehen die Anweisungen für die verschiedenen Tags.

Der Fehler liegt in der Verschachtelung der {}. Wenn eine Klammer geöffnet wird, muss sie auch wieder geschlossen werden, bevor eine neue geöffnet wird.

Also deien Usercontent.css sollte dann wie volgt ausschauen:

Code:
/*
* This file can be used to apply a style to all web pages you view
* Rules without !important are overruled by author rules if the
* author sets any. Rules with !important overrule author rules.
*/

/*
* example: turn off "blink" element blinking
*
* blink { text-decoration: none ! important; }
*
*/

/*
* example: give all tables a 2px border
*
* table { border: 2px solid; }
*/
*
/*
* For more examples see http://www.mozilla.org/unix/customizing.html

/* Fix for MSKB articles, to stop the overlapping text. */
.KBPUBV2 LI,
.KBPUBV2 OL LI,
.KBPUBV2 UL LI,
.KBPUBV2 UL UL,
.KBPUBV2 UL UL LI,
.KBPUBV2 .appliesto,
.KBPUBV2 .appliesto UL,
.KBPUBV2 .appliesto UL UL,
.KBPUBV2 .appliesto UL LI,
.KBPUBV2 .postappliesto,
.KBPUBV2 .postappliesto UL,
.KBPUBV2 .postappliesto UL UL,
.KBPUBV2 .postappliesto UL LI {
margin: 5px !important;
}


font {
font-size: 150% !important;
}
____________________________________
la forma scompare la sua radice é eterna

gesehen im guggenheim-venice
ChristianEb ist offline   Mit Zitat antworten