Habe folgendes Problem:
Ein Freund von mir hat mir ein neues Design für unsere ilch HP erstellt allerdings habe ich Probleme mit der style.css. Genauer gesagt ich bekomme es nicht hin, wenn das Design "Alar_Novanter" ausgewählt wurde, dass die Überschriften der Boxen wie z.B. "Menü" die Farbe weis bekommen

Hier mal die style.css.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | /* CSS Datei enthält Teile vom Standarddesign von css Datei copyright by ilch.de erstellt von scaRFhogg seite: www.daiwai.de */ body { margin: 0; padding: 0; background-color: #000000; font-size: 12px; font-family: Verdana, sans-serif; } td { font-family: Verdana; font-size: 12px; } a { color: #FFFFFF; font-family: Verdana; font-size: 11px; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: none; } a.box { color: #FFFFFF; font-family: Verdana; font-size: 11px; text-decoration: none; } a.box:hover { color: #FFFFFF; font-family: Verdana; font-size: 11px; text-decoration: none; } .Chead { background: #c9c9c9; color: #FFFFFF; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { background: #FF0000; color: #FFFFFF; } .Callg { background-color: #EFEFEF; color: #FFFFFF; } .Callg td { color: #FFFFFF; } .Cnorm { background-color: #e5e5e5; } .Cmite { background-color: #e6e6e6; } .Cdark { background-color: #FFDB90; } .rand { border: solid #FF0000 1px; } .smalfont { font-size: 10px; text-decoration: none; } .border { background-color: #FFFFFF; } hr { height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px; } input, textarea, select { color: #FFFFFF; font: 12px Verdana; border-color: #FFFFFF; border-width: 1px; border-style: solid; font-weight: none; text-decoration: none; background-color: #FFFFFF; } |
Fehlt da die entsprechende Section oder wird die Farbe der Überschriften gar in den .php Boxen selbst festgelegt?
Danke im Vorraus!
verwendete ilchClan Version: 1.1
betroffene Homepage: unstoppable-gilde.de