7
7
margin-top : 0px ;
8
8
padding-top : 0 ;
9
9
border-top : 1px solid # 4F8EF7 ;
10
-
10
+
11
11
background : url(../ img/themes/crossword.png);
12
12
13
13
-webkit-transition : all 1s ease;
@@ -137,14 +137,14 @@ body {
137
137
# theme-switcher .option .selected : hover {
138
138
background-color : lightgrey;
139
139
}
140
- @media (min-width : 1080px ) {
140
+ @media (min-width : 1080px ) {
141
141
# plugins {
142
142
float : none;
143
143
margin : 0 auto;
144
144
clear : both;
145
145
}
146
146
}
147
- @media (max-width : 1079px ) {
147
+ @media (max-width : 1079px ) {
148
148
# plugins {
149
149
float : none;
150
150
margin : 0 auto;
@@ -178,7 +178,7 @@ body {
178
178
margin-left : 20px ;
179
179
margin-bottom : 50px ;
180
180
}
181
- @media (max-width : 768px ) {
181
+ @media (max-width : 768px ) {
182
182
.plugin {
183
183
max-width : 80% ;
184
184
float : none;
@@ -261,7 +261,7 @@ refresh-btn button:active {
261
261
height : 100% ;
262
262
width : 6px ;
263
263
display : inline-block;
264
-
264
+
265
265
-webkit-animation : stretchdelay 1.2s infinite ease-in-out;
266
266
animation : stretchdelay 1.2s infinite ease-in-out;
267
267
}
@@ -287,15 +287,15 @@ refresh-btn button:active {
287
287
}
288
288
289
289
@-webkit-keyframes stretchdelay {
290
- 0% , 40% , 100% { -webkit-transform : scaleY (0.4 ) }
290
+ 0% , 40% , 100% { -webkit-transform : scaleY (0.4 ) }
291
291
20% { -webkit-transform : scaleY (1.0 ) }
292
292
}
293
293
294
294
@keyframes stretchdelay {
295
- 0% , 40% , 100% {
295
+ 0% , 40% , 100% {
296
296
transform : scaleY (0.4 );
297
297
-webkit-transform : scaleY (0.4 );
298
- } 20% {
298
+ } 20% {
299
299
transform : scaleY (1.0 );
300
300
-webkit-transform : scaleY (1.0 );
301
301
}
@@ -311,7 +311,7 @@ table
311
311
text-align : left;
312
312
table-layout : fixed;
313
313
}
314
- table th ,
314
+ table th ,
315
315
table td {
316
316
padding : 5px ;
317
317
max-width : 250px ;
@@ -341,7 +341,6 @@ table.metrics-table {
341
341
canvas {
342
342
float : none;
343
343
margin : 0 auto;
344
- width : 100% ;
345
344
max-width : 100% ;
346
345
}
347
346
/*********************************************
@@ -366,7 +365,7 @@ canvas {
366
365
padding-bottom : 0 ;
367
366
margin : 0 ;
368
367
}
369
- .table-data-plugin .filter ,
368
+ .table-data-plugin .filter ,
370
369
.table-data-plugin .filter : focus ,
371
370
.table-data-plugin .filter : active {
372
371
height : 20px ;
@@ -383,7 +382,7 @@ canvas {
383
382
.table-data-plugin .filter : focus {
384
383
border-bottom : 1px solid # ff5722 ;
385
384
}
386
- .table-data-plugin thead tr th a ,
385
+ .table-data-plugin thead tr th a ,
387
386
.table-data-plugin thead tr th a : visited {
388
387
color : black;
389
388
text-decoration : none;
@@ -393,7 +392,7 @@ canvas {
393
392
color : # 1EAEDB ;
394
393
}
395
394
/*
396
- * Popover
395
+ * Popover
397
396
* http://codepen.io/derekpcollins/pen/JCLhG/
398
397
*/
399
398
0 commit comments