Servus,
und zwar würde ich gerne die Linkfarbe in meinem Blog ändern. Leider finde ich in der style.css nicht die Stelle, in der dieses konfiguriert wird. Hier ein Auszug:
PHP
/* Links -----------------------------------------------------------------------*/
a { text-decoration: none;
outline:none;
}
a:hover {
color: #E1771E;
}
ul {
list-style:none;
}
.clear {
clear:both;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
.imgleft {
float:left;
margin:0 12px 12px 0;
border:4px solid #fbd073;
}
.imgright {
float:right;
margin:0 0 12px 12px;
border:4px solid #fbd073;
}
.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
width:98%;
background:#d5d5d5;
padding:5px;
margin:10px 0;
}
code {
font-size:12px;
}
.gravatar {
float:right;
border:2px solid #999;
margin:10px 10px 10px 15px;
width:40px;
height:40px;
background: url(images/gravtar.png) no-repeat;
Alles anzeigen
Kann mir hier jemand weiterhelfen?