Da ich ein neues Design baue habe ich nun ein Problem mit dem Forum:
Es geht um diese Überschriften:
Forenübersicht Beiträge Themen letzter Beitrag
Diese werden bei mir immer Dick / Fett angezeigt.
chead in der CSS ist nirgends als bold / Fett etc deklariert.
Desweiteren habe ich bei /include / templates / forum: bei:
showforum, show_cat, showpost, showtopic überall die <b> und <strong> tags entfernt.
Leider werden die Überschriften immer noch als Fett angezeigt.
Nur der Safari + Google Browser zeigt diese nicht Fett an.
IE + Firefox 3.6.3 zeigen diese Schrift Fett an.
Habe auch mal Schriftart auf Arial gesetzt. Da hab ichs gleiche Problem.
Das Problem ist auch das auch bei Boxen wie dem Kalender alles Fett geschrieben wird.
Hier noch meine CSS:
/* css Datei copyright Feurio */ /*HTML Elemente */ body , html,{ margin: 0; padding: 0; text-align: center; background-color: #4A4849; font-size: 18px; font-family: CloisterBlackLight; } a {color:#fff;font-size:18px;font-family: CloisterBlackLight;} /* Definiert Linkfarbe für Gesamte Seite */ a:hover {color:#df0101;text-decoration:underline;font-size:18px} /* Definiert Linkfarbe bei Mausover für Gesamte Seite */ hr { height: 0px; border: solid #003366 0px; border-top-width: 1px; } input, textarea, select { color: #000000; font: 12px Verdana; border-color: #185685; border-width: 1px; border-style: solid; text-decoration: none; background-color: #EFEFEF; } /* Design */ @font-face { font-family: 'CloisterBlackLight'; src: url('fonts/cloister/CloisterBlack.eot'); src: local('fonts/cloister/Cloister Black'), local('fonts/cloister/CloisterBlack-Light'), url('fonts/cloister/CloisterBlack.woff') format('woff'), url('fonts/cloister/CloisterBlack.ttf') format('truetype'), url('fonts/cloister/CloisterBlack.svg#CloisterBlack-Light') format('svg'); } #wrap { position: relative; /* Position der Seite Mittig */ width: 100 %; /*Definiert die Seitenbreite = Header + Top BG sollten so groß sein*/ background: #196b2d; text-align: left; margin: 0 auto 0 auto; font-family: CloisterBlackLight; } #container_seite{ font-family: CloisterBlackLight; padding: 10px; } #header { background: #196b2d; /* Header Logo mit Seitenamen */ height: 152px; text-align: left; vertical-align:middle; } #content{ font-family: CloisterBlackLight; padding: 10px; } #footer { /* Definiert den Fußbereich der Seite */ background: #196b2d; height: 33px; text-align: center; vertical-align: middle; } #left_col /* Linkes Menü. Width definiert Breit des Menüs */ { float: left; padding-left: 0px; border-width: 0x; border-top-color:#000; border-right-color: #000; border-bottom-color: #000; border-left-color: #000; border-style:solid; width: 165px; } #content_explode{ margin-left: 180px; background: #acac8f; padding: 10px; font-size: 14px; font-family: Arial; border-top-color:#000; border-right-color: #000; border-bottom-color: #000; border-left-color: #000; border-style:ridge; -moz-border-radius:10px; -webkit-border-radius: 10px; } .balken { background: url(img/menu/balken.gif); height: 6px; } .top { background: url(img/top_1.jpg); /* Background Über dem Header */ height: 20px; width: 100%; } .box_top {color:#8b4513;font-size:18px;position:relative;left:5px;top:-3px; } .box_content {text-align: center; color:#fff;position:relative;left:0px;top:5px;font-size:14px;} a.menu { display:block; text-align:center; color: #fff; font-size: 20px; text-decoration: none; font-family: CloisterBlackLight; } a.menu:hover { display:block; color: #df0101; text-decoration: none; font-family: CloisterBlackLight; } a.grafik { color:#196b2d; } a.grafik:hover { color:#e2e440; } /* ILCH */ a.smalfont { font-size: 16px; } .Chead { font-family: CloisterBlackLight; font-size: 20px; background: #666666; /* Ändert Farbe im Kopfteil vom Forum / GB */ color: #fff; } .Chead a { color: #fff; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { background: #606060; color: #fff; } .Callg { background-color: #FF0000; color: #000000; } .Callg td { color: #000000; } .Cnorm { background-color: #595959; /* Background für Forum wo z.b. Besucherzahlen steht / GB Formular Mitte */ color: #fff; } .Cmite { background-color: #999999; /* Gästebuch da wo der Nick/ Email etc stehen */ } .Cdark { background-color: #757575; /* Im Kalender Tage z.b. */ } .rand { border: solid #FFFFFF 2px; } .smalfont { font-size: 14px; text-decoration: none; } .border { background-color: #808080; }
Liebe Grüße
Feurio
verwendete ilchClan Version: 1.1 N
betroffene Homepage: wonnegauer-ritterschaft.de
Zuletzt modifiziert von Feurio am 04.04.2010 - 00:55:23