-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
105 lines (90 loc) · 1.16 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
div.area
{
height: 49%;
width: 98%;
left: 0px;
overflow-y: scroll;
position: relative;
}
table.constellations, .constellations tr, .constellations td, .constellations th
{
border: 1px solid black;
border-collapse: collapse;
}
.constellations img
{
display: inline;
height: 2em;
width: 2em;
}
.constellations ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
}
.state td
{
vertical-align: top;
}
.used dd
{
margin: 0px;
padding: 0px;
}
.used dt
{
text-align: center;
font-weight: bold;
}
dl.used
{
list-style-type: none;
margin: 0px;
padding: 0px;
}
.remaining img {
height: 2em;
width: 2em;
}
.remaining td {
text-align: center;
}
.remaining th
{
padding: 0px;
}
#cy {
width: 100%;
position: relative;
}
.ui-tooltip, .qtip{
max-width: 400px;
}
.confClose, .confOpen {
position: absolute;
top: 0px;
right: 0px;
height: 100%;
cursor: pointer;
z-index: 100;
overflow-x: hidden;
}
.confClose * {
visibility: hidden;
}
.confClose {
width: 2%;
background-color: #a0a0a0;
}
.confOpen {
padding-left: 10px;
width: 30%;
background-color: #a0a0a0;
}
.confOpen fieldset {
margin: 1em;
}
.confOpen * {
background-color: #e0e0e0;
}