Hallo erstmal,
angesichts der Uhrzeit ist meine Verzweiflung groß,sehr groß.
Es handelt sich um folgendes Problem: Ich wollte lediglich in der Navigationleiste die Schriftfarbe ändern, was mir auch gelungen ist, allerdings erscheint meine Schrift irgendwie verschwommen, ich glaube die Zeile im css lokalisiert zu haben, wo sich die Navigationsschrifteinstellung verändern lässt, allerdings wie gesagt egal was ich mache es ist verschwommen.
Blog
Theme
Hier ist nochmal der Code, also ich habe in der Zeile a die Farbe, also color von schwarz auf weiß und den font von 88em auf 8.0em was ich mit dem 26px machen soll, ist mir ein Rätsel, also wie gesagt ich habe etliche Kombinationen durch, dabei will ich nur dass die Navigationsschrift gut lesbar und fett ist, vielleicht kann mir ja jemand einen Tipp geben. Bedanke mich schon mal im Vorraus und wünsche schöne Feiertage.
LG Rita
/* FRONT MENU */
ul#front_menu{float:left;text-transform:uppercase;position:relative;top:-4px;}
* html .expand{margin-top:-13px;} *+html .expand{margin-top:-13px;}
#front_menu li{list-style:none;float:left;margin-right:4px;}
* html #front_menu li{height:36px;display:inline;}
#front_menu li a{height:36px;display:block;background:url(images/nav.png) no-repeat left top;padding-left:15px;color:#ffffff;font:700 .8.0em/-26px Arial, Helvetica, sans-serif;text-decoration:none;cursor:pointer;}
#front_menu li a span{height:36px;display:block;background:url(images/nav.png) no-repeat right top;line-height:36px;padding-right:15px;}
#front_menu li a:hover,#front_menu li a.s{background-position:left bottom;}
#front_menu li a:hover span,#front_menu li a.s span{background-position:right bottom;}
* html #front_menu li a,* html #front_menu li a span{width:1%;white-space:nowrap;cursor:pointer;}
* html #front_menu li a span{position:relative;}
#front_menu li {background:none;float:left; position:relative;}
#front_menu ul {width:200px;position:absolute;display:none; background:#FFF;border-left:1px solid #ACACAB;border-right:1px solid #ACACAB;border-bottom:1px solid #ACACAB;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius:5px;}
#front_menu ul li a, #front_menu ul li a span{margin:-3px -1px;height:auto;background:none;}
#front_menu li ul a {width:200px; float:left; white-space:nowrap;}
#front_menu li ul a:hover{text-decoration:underline;}
#front_menu ul ul {top:auto;}
#front_menu li ul ul {left:1em; }
Alles anzeigen