Subversion-Projekte lars-tiefland.ci

Revision

Revision 47 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
41 lars 1
/* STANDARD */
2
a:link,
3
a:active,
4
a:visited {
5
    text-decoration:none;
6
}
7
a:hover {
8
    text-decoration:underline;
9
}
10
.content a:link,
11
.content a:active,
12
.content a:visited {
13
 
14
}
15
.content a:hover {
16
 
17
}
18
#topinfo a:hover {
19
    text-decoration:underline!important;
20
}
21
/* FOOTER */
22
.footer a:link,
23
.footer a:active,
24
.footer a:visited {
25
    color:#767676;
26
}
27
.footer a:hover {
28
    color:#ea5901;
29
}
30
.topfooter a:link,
31
.topfooter a:active,
32
.topfooter a:visited {
33
    color:#767676;
34
}
35
.topfooter a:hover {
36
    color:#00ABC8;
37
}
38
#topinfo a:link,
39
#topinfo a:active,
40
#topinfo a:visited{
41
    color:#fff;
42
    text-decoration:none;
43
}
44
 
45
.infocenter_submenu a:link,
46
.infocenter_submenu a:active,
47
.infocenter_submenu a:visited,
48
#wk_open a:link,
49
#wk_open a:active,
50
#wk_open a:visited{
51
    color:#000!important;
52
    text-decoration:none;
53
}
54
#wk_open a:hover,
55
.infocenter_submenu a:hover {
56
    color:#ea5802!important;
57
}
58
#wk_open .zurKasseButton:link,
59
#wk_open .zurKasseButton:active,
60
#wk_open .zurKasseButton:visited {
61
    color:#fff!important;
62
    text-decoration:none;
63
}
64
#wk_open .zurKasseButton:hover {
65
    text-decoration:underline!important;
66
}
67
.preisInner a:link,
68
.preisInner a:active,
69
.preisInner a:visited {
70
    color:#e75b04;
71
}
72
.preisInner a:hover {
73
 
74
}
75
.artikel_fatherlink a:link,
76
.artikel_fatherlink a:active,
77
.artikel_fatherlink a:visited  {
78
    color:#020B4E;
79
    font-size:10px;
80
}
81
.box_subdir .bottom a:link,
82
.box_subdir .bottom a:active,
83
.box_subdir .bottom a:visited {
84
    display:table-cell;
85
    vertical-align:middle;
86
    width:322px;
87
    height:80px;
88
    font-size:16px!important;
89
    color:#1e1e1e!important;
90
    text-decoration:none;
91
}
92
.box_subdir .bottom a:hover {
93
    color:#fff!important;
94
}