-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
147 lines (147 loc) · 2.26 KB
/
styles.css
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
html
{
margin: 0;
padding: 0;
}
body
{
background-image: url('bg.png');
background-repeat: no-repeat;
font-family: helvetica,arial,sans-serif;
font-family: arial,sans-serif;
font-size: 30px;
margin: 0;
overflow: hidden;
padding: 0;
}
h1
{
font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
font-family: arial, sans-serif;
text-transform: uppercase;
font-weight: normal;
font-size: 2em;
margin: 0 0 10px 0;
padding: 0;
}
h2
{
font-size: 1.4em;
}
p
{
margin: 0 0 10px 0;
}
table
{
border-collapse: collapse;
font-size: 0.6em;
}
table.idag
{
xfont-size: 0.8em;
margin: 0 0 10px 0;
width: 570px;
}
table.idag th
{
border-bottom: 1px solid black;
}
table.idag th,
table.idag td
{
padding: 10px;
}
table.idag th:first-child,
table.idag td:first-child
{
text-align: left;
}
table.idag th:last-child,
table.idag td:last-child
{
text-align: right;
white-space: nowrap;
}
table.idag tr:nth-child(odd) td
{
background-color: #eee;
}
table.program th
{
padding-right: 20px;
}
table.program th,
table.program td
{
height: 25px;
padding: 6px;
vertical-align: top;
}
div#footer
{
height: 45px;
left: 0;
position: absolute;
top: 723px;
width: 1360px;
}
div#ur
{
background-color: #0080FF;
color: white;
display: none;
float: right;
height: 36px;
opacity: 1;
padding: 6px 10px 3px 10px;
text-align: center;
z-index: 100;
}
div#marquee
{
background-color: #000;
color: #FFF;
display: none;
font-size: 1em;
height: 40px;
opacity: 0.6;
width: 1222px;
padding-top: 5px;
}
div#breaking
{
background-color: yellow;
color: black;
display: none;
float: left;
padding: 5px 16px 3px 16px;
opacity: 1;
z-index: 100;
}
div#footer.clock div#ur,
div#footer.marquee div#ur,
div#footer.breaking div#ur
{
display: block;
}
div#footer.marquee div#marquee,
div#footer.breaking div#marquee
{
display: block;
}
div#footer.breaking div#marquee
{
background-color: white;
color: black;
opacity: 1;
}
div.breaking div#breaking
{
display: block;
}
h3
{
color: #CCC;
font: 0.8em arial;
}