linkbutton.css
3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
a.l-btn {
background-position: right 0;
text-decoration: none;
display: inline-block;
zoom: 1;
height: 24px;
padding-right: 18px;
cursor: pointer;
outline: none;
}
a.l-btn-plain {
padding-right: 5px;
border: 0;
padding: 1px 6px 1px 1px;
}
a.l-btn-disabled {
color: #ccc;
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
a.l-btn span.l-btn-left {
display: inline-block;
background-position: 0 -48px;
padding: 4px 0px 4px 18px;
line-height: 16px;
height: 16px;
}
a.l-btn-plain span.l-btn-left {
padding-left: 5px;
}
a.l-btn span span.l-btn-text {
display: inline-block;
vertical-align: baseline;
width: auto;
height: 16px;
line-height: 16px;
font-size: 12px;
padding: 0;
margin: 0;
}
a.l-btn span span.l-btn-icon-left {
padding: 0 0 0 20px;
background-position: left center;
}
a.l-btn span span.l-btn-icon-right {
padding: 0 20px 0 0;
background-position: right center;
}
a.l-btn span span span.l-btn-empty {
display: inline-block;
margin: 0;
padding: 0;
width: 16px;
}
a:hover.l-btn {
background-position: right -24px;
outline: none;
text-decoration: none;
}
a:hover.l-btn span.l-btn-left {
background-position: 0 bottom;
}
a:hover.l-btn-plain {
padding: 0 5px 0 0;
}
a:hover.l-btn-disabled {
background-position: right 0;
}
a:hover.l-btn-disabled span.l-btn-left {
background-position: 0 -48px;
}
a.l-btn .l-btn-focus {
outline: #0000FF dotted thin;
}
a.l-btn {
color: #404040;
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background: #84909c;
background-repeat: repeat-x;
border: 1px solid #84909c;
background: -webkit-linear-gradient(top,#84909c 0,#84909c 100%);
background: -moz-linear-gradient(top,#84909c 0,#84909c 100%);
background: -o-linear-gradient(top,#84909c 0,#84909c 100%);
background: linear-gradient(to bottom,#84909c 0,#84909c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#84909c,endColorstr=#84909c,GradientType=0);
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
}
a.l-btn span.l-btn-left {
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background-image: none;
}
a:hover.l-btn {
background: #E6E6E6;
color: #404040;
border: 1px solid #E6E6E6;
filter: none;
}
a.l-btn-plain,
a.l-btn-plain span.l-btn-left {
background: transparent;
border: 0;
filter: none;
}
a:hover.l-btn-plain {
background: #E6E6E6;
color: #404040;
border: 1px solid #E6E6E6;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
}
a.l-btn-disabled,
a:hover.l-btn-disabled {
color: #404040;
filter: alpha(opacity=50);
background: #84909c;
color: #404040;
background: -webkit-linear-gradient(top,#84909c 0,#84909c 100%);
background: -moz-linear-gradient(top,#84909c 0,#84909c 100%);
background: -o-linear-gradient(top,#84909c 0,#84909c 100%);
background: linear-gradient(to bottom,#84909c 0,#84909c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#84909c,endColorstr=#84909c,GradientType=0);
filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr=#84909c,endColorstr=#84909c,GradientType=0);
}
a.l-btn-plain-disabled,
a:hover.l-btn-plain-disabled {
background: transparent;
filter: alpha(opacity=50);
}
a.l-btn-selected,
a:hover.l-btn-selected {
background-position: right -24px;
background: #c7ccd1;
filter: none;
}
a.l-btn-selected span.l-btn-left,
a:hover.l-btn-selected span.l-btn-left {
background-position: 0 bottom;
background-image: none;
}
a.l-btn-plain-selected,
a:hover.l-btn-plain-selected {
background: #c7ccd1;
}