-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.css
More file actions
105 lines (95 loc) · 2.03 KB
/
print.css
File metadata and controls
105 lines (95 loc) · 2.03 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
html {
//background: url(http://srvpw02/ircio/images/image2.jpg)
// no-repeat center center fixed;
// -webkit-background-size: cover;
// -moz-background-size: cover;
// -o-background-size: cover;
// background-size: cover;
}
body {
//background-image: linear-gradient(to top, #2b5876 0%, #c4e0e5 100%);
//background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
background-image: linear-gradient(to top, #1e3c72 0%, #2a5298 100%);
}
.resp-container {
position: relative;
overflow: hidden;
//padding-top: 18.8%;
padding-top: 18.8%;
//max-width: 100%;
//width: 100%;
//height: 250px;
//padding-top: 56.25%;
}
.resp-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.resp-containerv {
position: relative;
overflow: hidden;
//padding-top: 25%;
padding-top: 26%;
}
.resp-iframev {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
div.highcharts-container g.highcharts-tracker > * {
// fill :#fff;
zIndex: 18;
}
ul {
list-style-type: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
// background-color: #2f4050;
}
th, td {
text-align: center;
overflow:hidden;
zoom:1;
// background-color: #2f4050;
}
tr:nth-child(even){
// background-color: #f2f2f2
}
.tiempo {
color: #ffffff;
font-size: 14px;
font-weight: bold;
text-align: left;
font-family: Verdana, Geneva, sans-serif;
}
.faltan {
color: #FFFF00;
font-size: 130%;
font-weight: bold;
text-Shadow: 0px 1px 2px black;
font-family: proxima-nova,helvetica,arial,sans-seri;
text-align: center;
//font-family: Verdana, Geneva, sans-serif;
// animation: blink-animation 15s steps(5, start) infinite;
// -webkit-animation: blink-animation 15s steps(5, start) infinite;
}
@keyframes blink-animation {
to {
visibility: hidden;
}
}
@-webkit-keyframes blink-animation {
to {
visibility: hidden;
}