-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
78 lines (68 loc) · 1.76 KB
/
Style.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
body
{
color: #111111;
background-color: #EEEEEE;
cursor: default;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 9pt;
font-weight: normal;
font-style: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
table{
font-family: 'Courier New' , Courier, monospace;
background-color: #111111;
color: #EEEEEE;
table-layout: fixed;
word-wrap:break-word;
}
th {
background-color: #111111;
}
.invisible {
visibility: hidden;
font-size: 1pt;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h1{
background-color: #835700;
}
h2{
background-color: #936700;
}
h3{
background-color: #a37700;
}
/* th{padding: 4px 4px 4px 4px; text-align: center; vertical-align: bottom; word-wrap:break-word;} */
th{padding: 4px 4px 4px 4px; text-align: center; vertical-align: bottom; word-wrap:break-word; overflow-wrap:break-word;}
/* 0px 9px 0px 9px; */
td
{
padding: 4px 4px 4px 4px;
text-align: right;
vertical-align: middle;
word-wrap:break-word;
overflow-wrap:break-word;
}
.dn{text-align: left;}
.dh{padding: 4px 4px 4px 4px; text-align: center; vertical-align: bottom; text-align: center;}
.bg0{background-color: #a37700;}
.bg1{background-color: #936700;}
.bg2{background-color: #835700;}
.bg3{background-color: #734700;}
.bg4{background-color: #633700;}
.bg5{background-color: #532700;}
.r1{background-color: #392900;}
.r2{background-color: #190900;}
.rh1{background-color: #505039; color: #EEEEEE; font-weight: bold;}
.rh2{background-color: #505039; color: #ECECEC; cursor: pointer;}
table.sortable tbody tr:nth-child(2n) td {
background: #392900;
}
table.sortable tbody tr:nth-child(2n+1) td {
background: #190900;
}