Subversion-Projekte lars-tiefland.webanos.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
/* STANDARD */
2
a:link,
3
a:active,
4
a:visited {
5
    text-decoration:none;
6
    color:#3e3e3e;
7
    transition:color .2s ease, background-color .2s ease;
8
}
9
a:hover {
10
 
11
}
12
 
13
 
14
 
15
footer a:link,
16
footer a:active,
17
footer a:visited {
18
    color:#3A3B3D;
19
}
20
footer a:hover,
21
footer a:focus {
22
    color:#EA5802;
23
}
24
 
25
a.basket_item:link,
26
a.basket_item:active,
27
a.basket_item:visited {
28
 
29
}
30