(25.09.2015, 15:00)MrBrechreiz schrieb: [ -> ]Sorry, aber im Moment blicke ich nicht ganz durch.
Wieso hast Du die Klasse kopiert, wo anders hinein Kopiert und dann umbenannt ? Du hättest doch einfach die Klasse in der css kopieren können, darunter einfügen (natürlich anpassen) und dieser das a:link ergänzen können. Somit gibst Du dem Link in der Klasse sein eigenes aussehen.
Ich habe MiniKalender.css erstellt, damit ich nicht danach suchen muss. Also der Übersichthalber. So sieht die css aus
[url=http://keiji.bplaced.net/LDU-Forum/admin/index.php?module=style-themes&action=edit_stylesheet&file=MiniKalender.css&tid=9][/url]
.thead-mc {
background: #ff0000 url(images/revolution/thead.png) top left repeat-x;
padding: 10px;
border-bottom: 1px solid #070707;
text-shadow: 1px 1px 0px #070707;
-webkit-box-shadow: inset 0 0 1px 1px #2a2a2a;
-moz-box-shadow: inset 0 0 1px 1px #2a2a2a;
box-shadow: inset 0 0 1px 1px #2a2a2a;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
color: #969696;
}
.thead-mc a:link {
text-decoration: none;
font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
color: #ff0000;
}
.thead-mc a:visited {
color: #53b8fc;
font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
color: #ff0000;
}
.thead-mc a:hover,
.thead-mc a:active {
font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
color: #ff0000;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.thead-mc input.textbox,
.thead-mc select {
border: 11px solid #000;
}
Ich gebe zu ich habe nicht die lust mich mit css zu befassen. Deswegen habe ich alles genommen was thead im namen hatte. Sry wenn ich dich verwirrt habe.
Mein problem ist eher die anzeige des Folgemonat. Wieso die kein a href haben und somit nicht rot angezeigt werden.