summaryrefslogtreecommitdiff
path: root/css/styles.css
blob: 8d17ee7eff34d934411f2650f80dbbf19c49da00 (plain)
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
}

div.left_area {
	width: 150px;
	float: left;
	margin: 5px;
}

div.inhalt {
	float: left;
	margin: 5px;
}

div.menu {
	border: 1px solid #6D96A9;
	color: #6D96A9;
	padding: 5px;
}

div.menu a {
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: none;
	background: #DEE6EE;
}


div.head_box {
	border: 1px solid #6D96A9;
	background: #DEE6EE;
	margin: 2px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	color: black;
}



table.event {
	width: 250px;
	height: 250px;
	float: left;
	border: 1px solid #6D96A9;
	margin: 2px;
	padding: 0px;
}

table.event tr td.tools {
	background: #DEE6EE;
	padding: 2px;
	width: 25px;
}

table.event tr td.content {
	float: left;
	padding: 5px;
}

table.event tr td.content {
	float: left;
	padding: 5px;
}

div.description {
	height: 150px;
	overflow: auto;
	margin-top: 10px;
}

div.info {
	text-align: right;
	margin-bottom: 3px;
}

table.event tr td.station {
	background: #6D96A9;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 10px;
}

table.event tr td.content .title {
	font-weight: bold;
	height: 15px;
}

table.event tr td.content .short {
	font-size: 11px;
	height: 40px;
}

table.timers {
	margin-top: 10px;
	border: 1px solid #6D96A9; 
}

table.timers tr td {
	padding: 3px 7px 3px 3px;
}

table.timers tr.active {
	background: #DEE6EE;
}

table.timers tr td.head {
	background: #6D96A9;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 3px;
}

<#
  ##########################
  #  Schedule
  ##########################
#>

table.schedule {
	margin-top: 10px;
	border: 1px solid #6D96A9; 
}

table.schedule tr td.head {
	background: #6D96A9;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 3px;
}

table.schedule tr td {
	vertical-align: top;
	padding: 3px 7px 3px 3px;
}


table.schedule tr.active {
	background: #DEE6EE;
}

<#
  ##########################
  #  Remote Control Keypad
  ##########################
#>

table.keypad {
	margin-top: 10px;
	border: 1px solid #6D96A9; 
}

table.keypad tr td.button button {
	width: 4em;
}

table.keypad tr td.redbutton button {
	width: 3em;
	background-color: #FF0000;
}

table.keypad tr td.greenbutton button {
	width: 3em;
	background-color: #00FF00;
}

table.keypad tr td.yellowbutton button {
	width: 3em;
	background-color: #FFFF00;
}

table.keypad tr td.bluebutton button {
	width: 3em;
	background-color: #0000FF;
}