3
text-shadow: 0.3px 0.3px #ddd;
32
6
text-decoration:none;
37
9
text-decoration:none;
13
text-decoration:underline;
16
@-moz-keyframes pulse{
17
0%{ box-shadow:0 0 1px #888; z-index:3000;}
18
50%{ box-shadow:0 0 100px #888; z-index:3000;}
19
100%{ box-shadow:0 0 1px #888; z-index:3000;}
22
@-webkit-keyframes pulse{
23
0%{ box-shadow:0 0 1px #888; z-index:3000;}
24
50%{ box-shadow:0 0 100px #888; z-index:3000;}
25
100%{ box-shadow:0 0 1px #888; z-index:3000;}
28
@-moz-keyframes pulseMini{
29
0%{ box-shadow:0 0 1px #aaa; z-index:3000;}
30
50%{ box-shadow:0 0 30px #aaa; z-index:3000;}
31
100%{ box-shadow:0 0 1px #aaa; z-index:3000;}
34
@-webkit-keyframes pulseMini{
35
0%{ box-shadow:0 0 1px #aaa; z-index:3000;}
36
50%{ box-shadow:0 0 30px #aaa; z-index:3000;}
37
100%{ box-shadow:0 0 1px #aaa; z-index:3000;}
41
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
50
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
60
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
75
border-bottom: 1px solid #acacac;
44
78
/* The box where all stuff in in body is generated in.*/
53
/* pinkBanner is a class for a div which contains the style settings for a header that contains h1 */
57
background-color:#ae2771;
58
border:1px solid #9b195c;
61
/* blueBanner is a class for a div which contains the style settings for a header that contains h1 */
66
background-color:#0a68ad;
67
border:1px solid #074877;
93
font-family: Helvetica, Arial, sans-serif;
96
background-image: linear-gradient(to top,#fff,#f5f5f5);
98
-webkit-touch-callout: none;
99
-webkit-user-select: none;
100
-khtml-user-select: none;
101
-moz-user-select: none;
102
-ms-user-select: none;
107
background-color:#f5f5f5;
108
background-image: linear-gradient(to bottom,#fff,#f5f5f5);
116
font-family: Helvetica, Arial, sans-serif;
119
background-image: linear-gradient(to top,#fff,#f5f5f5);
122
-webkit-touch-callout: none;
123
-webkit-user-select: none;
124
-khtml-user-select: none;
125
-moz-user-select: none;
126
-ms-user-select: none;
129
a.positionUnder:hover{
130
background-color:#f5f5f5;
131
background-image: linear-gradient(to bottom,#fff,#f5f5f5);
148
background-image: url(../img/borderbackground.png);
149
display:inline-block;
159
background-image: url(../img/borderbackground.png);
164
font-family: "icomoon";
166
display:inline-block;
170
-webkit-touch-callout: none;
171
-webkit-user-select: none;
172
-khtml-user-select: none;
173
-moz-user-select: none;
174
-ms-user-select: none;
178
.categoryIcon.expanded{
179
transform:rotate(90deg);
180
-ms-transform:rotate(90deg); /* IE 9 */
181
-webkit-transform:rotate(90deg); /* Safari and Chrome */
183
.categoryIcon.notExpanded{
184
transform:rotate(0deg);
185
-ms-transform:rotate(0deg); /* IE 9 */
186
-webkit-transform:rotate(0deg); /* Safari and Chrome */
194
background-image: url(../img/example_indicator.png);
195
background-position:center;
196
background-repeat:no-repeat;
197
display:inline-block;
202
/* Banner is for each category */
208
/* Odd or even rows */
211
background-color:#f5f5f5;
216
background-color:#fff;
228
font-family: icomoon;
229
background-color:silver;
233
transform:rotate(90deg);
234
-ms-transform:rotate(90deg); /* IE 9 */
235
-webkit-transform:rotate(90deg); /* Safari and Chrome */
238
-webkit-touch-callout: none;
239
-webkit-user-select: none;
240
-khtml-user-select: none;
241
-moz-user-select: none;
242
-ms-user-select: none;
253
font-family: icomoon;
254
background-color:silver;
256
transform:rotate(-90deg);
257
-ms-transform:rotate(-90deg); /* IE 9 */
258
-webkit-transform:rotate(-90deg); /* Safari and Chrome */
261
-webkit-touch-callout: none;
262
-webkit-user-select: none;
263
-khtml-user-select: none;
264
-moz-user-select: none;
265
-ms-user-select: none;
270
-moz-animation: pulse 1.5s 1;
271
-webkit-animation: pulse 1.5s 1;
276
-moz-animation: pulseMini 1.5s 1;
277
-webkit-animation: pulseMini 1.5s 1;
b'\\ No newline at end of file'