19
19
stroke-dasharray : 2px ;
20
20
}
21
21
22
- .ct-series-a .ct-point , .ct-series-a .ct-line , .ct-series-a .ct-bar , .ct-series-a .ct-slice-donut {
22
+ .ct-series-a .ct-point ,
23
+ .ct-series-a .ct-line ,
24
+ .ct-series-a .ct-bar ,
25
+ .ct-series-a .ct-slice-donut {
23
26
stroke : rgba (255 , 255 , 255 , 0.8 );
24
27
}
25
28
40
43
color : rgba (255 , 255 , 255 , 0.7 );
41
44
}
42
45
43
- .ct-chart-line .ct-label , .ct-chart-bar .ct-label {
46
+ .ct-chart-line .ct-label ,
47
+ .ct-chart-bar .ct-label {
44
48
display : block;
45
49
display : -webkit-box;
46
50
display : -moz-box;
@@ -58,15 +62,16 @@ html * {
58
62
-moz-osx-font-smoothing : grayscale;
59
63
}
60
64
body {
61
- background-color : # EEEEEE ;
62
- color : # 3C4858 ;
65
+ background-color : # eeeeee ;
66
+ color : # 3c4858 ;
63
67
margin : 0 ;
64
68
font-family : Roboto, Helvetica, Arial, sans-serif;
65
69
font-weight : 300 ;
66
70
line-height : 1.5em ;
67
71
}
68
72
69
- blockquote footer : before , blockquote small : before {
73
+ blockquote footer : before ,
74
+ blockquote small : before {
70
75
content : '\2014 \00A0' ;
71
76
}
72
77
@@ -103,16 +108,22 @@ h6 {
103
108
}
104
109
105
110
body {
106
- background-color : # EEEEEE ;
107
- color : # 3C4858 ;
111
+ background-color : # eeeeee ;
112
+ color : # 3c4858 ;
108
113
}
109
114
110
115
blockquote p {
111
116
font-style : italic;
112
117
}
113
118
114
- body , h1 , h2 , h3 , h4 , h5 , h6 {
115
- font-family : "Roboto" , "Helvetica" , "Arial" , sans-serif;
119
+ body ,
120
+ h1 ,
121
+ h2 ,
122
+ h3 ,
123
+ h4 ,
124
+ h5 ,
125
+ h6 {
126
+ font-family : 'Roboto' , 'Helvetica' , 'Arial' , sans-serif;
116
127
font-weight : 300 ;
117
128
line-height : 1.5em ;
118
129
}
122
133
text-decoration : none;
123
134
}
124
135
125
- a : hover , a : focus {
136
+ a : hover ,
137
+ a : focus {
126
138
color : # 89229b ;
127
139
text-decoration : none;
128
140
}
@@ -140,14 +152,17 @@ legend {
140
152
outline : 0 ;
141
153
}
142
154
143
- a : focus , a : active ,
144
- button : active , button : focus , button : hover ,
155
+ a : focus,
156
+ a:active,
157
+ button:active,
158
+ button:focus,
159
+ button:hover,
145
160
button::-moz-focus-inner,
146
- input [type = " reset" ]::-moz-focus-inner ,
147
- input [type = " button" ]::-moz-focus-inner ,
148
- input [type = " submit" ]::-moz-focus-inner ,
161
+ input[type=' reset' ]::-moz-focus-inner ,
162
+ input [type = ' button' ]::-moz-focus-inner ,
163
+ input [type = ' submit' ]::-moz-focus-inner ,
149
164
select ::-moz-focus-inner ,
150
- input [type = " file" ] > input [type = " button" ]::-moz-focus-inner {
165
+ input [type = ' file' ] > input [type = ' button' ]::-moz-focus-inner {
151
166
outline : 0 !important ;
152
167
}
153
168
@@ -165,7 +180,7 @@ output {
165
180
label {
166
181
font-size : 14px ;
167
182
line-height : 1.42857 ;
168
- color : # AAAAAA ;
183
+ color : # aaaaaa ;
169
184
font-weight : 400 ;
170
185
}
171
186
@@ -214,7 +229,7 @@ footer ul li a:hover {
214
229
top : 0 ;
215
230
left : auto;
216
231
right : 260px ;
217
- content : "" ;
232
+ content : '' ;
218
233
z-index : 9999 ;
219
234
overflow-x : hidden;
220
235
}
0 commit comments