summaryrefslogtreecommitdiff
path: root/template/default/style.css
blob: 45b4f1312cf5ae07d31ca0522bd8115258acb3ee (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
* { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; }
#rc, #tv { background-color: black; margin: 0px; }
body { background-color: #c4cdd7; margin: 3px; }
form { margin: 0px; }
td { color: black; font-weight: normal; font-size: 11px; }
input { color: black; font-weight: normal; font-size: 11px; }
textarea { color: black; font-weight: normal; font-size: 11px; }
select { color: black; font-weight: normal; font-size: 11px; }
b { font-weight: bold }
i { font-style: italic }
.gbutton { color: black; font-weight: bold }

h1 { margin-right: 12px; margin-left: 12px; font-size: 13px; font-weight: bold; color: black; display: inline; }
h2 { margin: 0px; font-size: 11px; font-weight: bold; color: black; }
h3 { margin: 0px 0px; font-size: 11px; font-weight: bold; color: black; }
h4 { margin: 0px 0px; font-size: 11px; font-weight: normal; font-style: italic; color: black; }
h5 { margin: 1px 5px; font-size: 11px; font-weight: normal; color: black; text-align: right; }

a, a:visited, a:active { color: black; text-decoration: none; }
a:hover { color: gray; text-decoration: none; }

#tv input, #tv select, #tv h5 { font-weight: normal; font-size: 9px; display: inline; }
#prog_list h2 { display: inline; }
#prog_summary .heading div { margin: 10px 12px; }
#prog_summary .content { margin-right: 12px; margin-left: 12px }
#prog_summary h2 { display: inline; }
#rec_list .list_row .name div { font-weight: bold; }
#prog_timeline a , #prog_timeline a:visited, #prog_timeline a:active { color: blue; }

#error h2 { font-size: 11px; color: red; }

.list_heading h2 { margin-right: 5px; margin-left: 6px; white-space: nowrap; }
.list_row td div { margin: 3px 5px 0px 5px; white-space: nowrap; }
.list_row td.name div { margin: 3px 5px 0px 5px; white-space: normal; }

.color1 { background-color: #e6eff9; }
.color2 { background-color: #d5dee8; }
#prog_timeline #prgtable { border-left-color:#c4cdd7; border-bottom-color:#c4cdd7; }
#prog_timeline #timertable { background:red; border-left-color:#ffcdd7; border-bottom-color:#ffcdd7; }
#prog_timeline #timeline { background:red; }
#prog_timeline .col_current { background-color: #e6eee9; }
#prog_timeline .col_broadcast { background-color: #f7fffa; }
#prog_timeline .col_timer { background-color: #ffeee9; }
#rec_list #path { margin: 1em 0px; }
#timer_list .col_ok { background-color: #00a317; }
#timer_list .col_conflict { background-color: #a11917; }
#timer_list .col_collision { background-color: #ffde62; }
#timer_list .col_inactive { background-color: #858585; }
#timer_list #prgtable { border-left-color:#000000; border-right-color:#000000; }

#content { margin-top: 1em; }
.group { margin-top: 0.5em; }
#buttons { margin-top: 0.5em; }

#help dd dl dt { margin-top: 0.3em; font-weight: normal; font-style: italic; }
#help dt { margin-top: 0.6em; font-weight: bold; font-style: italic; }