-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathiroffer-state.css
86 lines (86 loc) · 1.65 KB
/
iroffer-state.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
body{
background-color: #ffffff;
color: #000000;
height: 100%;
font-family: Arial;
font-size: small;
text-align: center;
}
a{color: #0000FF; text-decoration: underline;}
a:link {color: #0000FF; text-decoration: underline;}
a:visited {color: #000080; text-decoration: underline;}
a.head,a.head:visited {
background-color: #81A381;
color: #ffffff;
font-family: Verdana,Arial,Tahoma,sans-serif;
font-size: 9pt;
font-weight: bold;
text-align: left;
}
a.credits,a.credits:visited {
font-family: Verdana,Arial,Tahoma,sans-serif;
font-size: 8pt;
}
th.head {
background-color: #81A381;
color: #ffffff;
font-family: Verdana,Arial,Tahoma,sans-serif;
font-size: 9pt;
font-weight: bold;
text-align: left;
padding-left: 5px;
padding-right: 5px;
}
th.right {
background-color: #81A381;
color: #ffffff;
font-family: Verdana,Arial,Tahoma,sans-serif;
font-size: 9pt;
font-weight: bold;
text-align: right;
padding-left: 5px;
padding-right: 5px;
}
td.content {
background-color: #eafaea;
color: #252525;
font-family: Verdana,Arial,Tahoma;
font-size: 10pt;
border-bottom: 1px solid #cccccc;
text-align: left;
padding-left: 5px;
padding-right: 5px;
}
td.right {
background-color: #eafaea;
color: #252525;
font-family: Verdana,Arial,Tahoma;
font-size: 10pt;
border-bottom: 1px solid #cccccc;
text-align: right;
padding-left: 5px;
padding-right: 5px;
}
#list h1 {
font-family: Verdana,Arial,Tahoma;
font-size: 14pt;
color: #a0a0a0;
}
table.status {
font-family: Verdana,Arial,Tahoma;
font-size: 10pt;
background-color: #eafaea;
}
span.selectable {
cursor: pointer;
}
span.selectable:hover {
background-color: #81A381;
}
span.hidden {
visibility: hidden;
position: absolute;
}
span.cmd {
font-weight: bold;
}