Links bleiben blau und underlined
Hallo ihr Fachleute,
Samstag und Sonntag gingen drauf mit folgendem Problem, jetzt brauche ich bitte Hilfe:
Ich verwende das spartanische eos_dark Theme um einen Fotoblog zu erstellen.
Alle Links wie z.B.in der MYGALLERY-Übersichtsseite, oder besser gesagt alle Links sind blau und underlined. (siehe Anhang)
Mir fällt nix mehr ein!!!
PHP
/*
Theme Name: eos_dark
Theme URI: http://www.blog-werkstatt.de/
Description: eos_dark ist ein Photoblog Theme für WordPress
Version: 1.0 deutsch
Author: claudia hoffmann
Author URI: http://www.blog-werkstatt.de/
*/
/*************************************
* CSS - Style *
**************************************/
body{
margin:0;
padding:0;
font-family:arial, verdana, serif;
color:#BFBFBF;
background: #191919 url(images/bg.gif) repeat-y top center;}
#container{
width:850px;
margin:0px auto;}
#header h1{
float:right;
font-size:3.4em;
margin:0 50px 0 0;
padding:50px 0 10px 0;}
#header h1 a {
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
letter-spacing:0.2em;
color:#88ff88;}
h1 a:hover {color:#BFBFBF;}
#navbar{
clear:both;
float:left;
padding:50px;
margin:0 0 10px 0;}
ul.menu {
float: left;
margin:1;
padding:0 22px;
list-style-type: none;}
ul.menu li {float: left;}
ul.menu li a {
float:left;
display:block;
padding:0px 15px 0 15px;
font-size:0.8em;
font-weight:bold;
color:#BFBFBF;
letter-spacing:0.1em;
text-decoration:none;}
ul.menu li a:link,
ul.menu li a:visited {
color:#BFBFBF;}
ul.menu li a:hover,
ul.menu li a:active {
color:#8a8a8a;
text-decoration: none;}
#content{
width:750px;}
.entry{
clear:both;
padding:0 0 0 100px;}
.entry img{
padding:25px;
border:0px solid #c0c0c0;}
.entry p{
font-size:0.8em;}
.entry h2{
font-size:1.0em;
color:#8a8a8a;
font-weight:normal;
letter-spacing:0.2em;
padding-top:20px;}
.entry h3{
font-size:0.9em;
font-weight:normal;
letter-spacing:0.1em;
margin:30px 0 20px 0;}
/* ---- postmeta ---- */
.postmeta {
font-size:0.7em;}
.postmeta a{
color:#BFBFBF;
text-decoration:none;}
/* ---- footer ---- */
.footer{
margin:50px 0 0 0;
padding:10px 0 10px 0;
text-align:center;
font-size:0.7em; }
.footer a{
color:#BFBFBF;
text-decoration:none;}
/* // Kommentare // */
ol.commentlist{
list-style-type: none;
margin:10px 0 50px 0;
font-size:0.7em;}
.commentlist li{
width:500px;
border:1px solid #DADADA;
font-size:0.7em;
list-style-type:none;}
.commentlist li a{
color:#BFBFBF;
text-decoration:none;}
.commentmetadata {
font-size:1.5em;
margin:5px 0 10px 10px;}
/* --------------------------------------------------- */
Alles anzeigen
Oder hat das damit zu tun, dass ich den Blog momentan nur lokal auf meinem Rechner installiert und über XAMPP laufen habe.
Wer rettet mir das Wochenende.
Vieln Dank im voraus
Luciano
PS: Warum ist eigentlich bei diesen blauen Linknamen in MYGALLERY der führende Buchstabe groß?