Hallo,
ich finde die Linkfarbe in meiner CSS dabei nicht. Im Moment ist er zu hell und wird erst dunkel wenn man mit der Maus drüber fährt.
Hier die CSS:
ZitatAlles anzeigen/* Begin Settings and Classes */
a {
text-decoration:none;
color:#888;
}
a:hover {
color:#464646;
}
h1 a, h2 a, h3 a, #sitename {
color:#464646;
}
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
text-decoration:none;
color:#464646;
}p {
margin:20px 0; }
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
/*font-style:italic;*/
font-family: Georgia, 'Times New Roman', Times, serif;
color:#343434;
}
h1, h2 {
font-size:2em;
line-height:30px;
margin-bottom:14px;
}
.entry h2 {
font-size:1.8em;
margin-top:30px;
}
h3 {
font-size:1.5em;
line-height:20px;
margin-top:30px;
}
h4, h5, h6 {
margin-top:30px;
}
.pagetitle {
font:normal 1em/10px Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin-bottom:20px;
display:block;
margin-top:-30px;
}
small {
font-size:1em;
color:#b6b6b6;
line-height:10px;
}
.caps {
text-transform:uppercase;
margin-bottom:6px;
display:block;
}
code {
font: 1.1em "Courier New", Courier, Fixed;
}
pre {
font: 1.1em "Courier New", Courier, Fixed;
margin:1.5em;
padding:10px;
background:#fafafa;
border:1px solid #eee;
}
acronym, abbr {
font-size: 0.9em;
letter-spacing: .07em;
}
hr {
clear:both;
width:80%;
height:1px;
border:none 0;
color:#ccc;
background-color:#ccc;
margin:1.5em 0;
}
img {
border:none;
max-width:100%;
}
blockquote {
margin-left:-21px;
padding-left:21px;
background:url(images/quote.gif) no-repeat 0 6px;
color:#343434;
}
.entry cite {
font-style:italic;
font-size:.9em;
display:block;
margin:5px 0 0;
text-align:right;
}
.entry cite:before {
content: "\2014 \0020";
}
.post ul, .post ol, .post dl {
margin:20px 0;
}
.post ul ul , .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
margin:0;
}
.post li {
padding:0 0 5px;
}
.post ul li {
background:url(images/icons.gif) no-repeat 0 -141px;
padding-left:10px;
list-style:none;
margin-left:-10px;
}
.post ol li li {
margin-left:10px;
}
.post li li {
margin:0;
}
.post li h3 {
margin:0;
}
.post dt {
font-weight:bold;
background:url(images/icons.gif) no-repeat 0 -141px;
padding-left:10px;
margin-left:-10px;
}.post dd {
padding-left:10px;
padding-bottom:5px;
}
.clear {
clear:both;
height:0;
line-height:0;
font-size:1px;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
.aligncenter, div.aligncenter, img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
Danke