Hi Leutz!
Ich hab ne Frage:
Wie kann ich dem Hintergrund auf der Seite, wenn man in der Statistikbox auf "mehr..." klickt, eine andere farbe geben?
Ich finde in den Templates einfach nichts.
Auch nicht in der Statistik.php.
Plz help me!
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
/* Standart Text Formatierung */ body { font-family: Verdana; font-size: 12px; color: FFFFFF; } /* Link Formatierung */ a { color: FFFFFF; font-family: Verdana; font-size: 11px; text-decoration: none; } a:hover { color: D43031;TEXT-DECORATION: none; } /* Standart Text Formatierung */ td { font-family: Verdana; font-size: 12px; color: #FFFFFF;} .mite { background: 333333; } /* tabelle mittel dunkle Farbe */ .dark { background: 333333; } /* tabelle dunkle Farbe */ /* tabelle mit rand ohne hintergrund */ .border { border: #333333; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; } /* tabelle mit rand mit mittel dunklem hintergrund */ .miteborder { background: 333333; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; } /* tabelle mit rand mit dunklem hintergrund */ .darkborder { background: 333333; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; } /* Input Formatierung */ input { color: #FFFFFF; border-color: #999999; border-width: 1; font: 12px Verdana; background: 333333; } /* Textarea Formatierung */ textarea { color: #FFFFFF; border-color: #999999; border-width: 1; font: 12px Verdana; background: 333333; } /* Selected Box Formatierung */ select { color:#FFFFFF; border-color: #999999; border-width: 1; font: 12px Verdana; background: 333333 } /* hr Linien Formatierung */ .hr { color: 333333; }
/* Standart Text Formatierung */ body { font-family: Verdana; font-size: 12px; color: 000000; background-color: #FAFAFA; }
Geschlossen | ||
Zurück zu Allgemein |