-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
117 lines (101 loc) · 1.55 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
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
#container{
width:100%;
height: 97%;
}
#contentContainer{
position:absolute;
width:80%;
}
#titleContainer{
height: 100px;
width: 100%;
}
h1 {
text-align: center;
}
#widgetContainer{
position: absolute;
right: 10px;
width: 18%;
height: 98%;
}
#minimapContainer{
border-style: solid;
height:40%;
}
#followergraph{
height: 500px;
overflow-y: scroll;
overflow-x: hidden;
}
.fakelink{
text-decoration-line: underline;
}
#floatingaxis {
position:absolute;
top:547px;
}
#candidatewindow {
margin-top:5px;
border-style: solid;
height:37%;
font-size:14px;
position:absolute;
top: 42%;
width: 98%;
overflow-y: scroll;
}
#questionairewindow {
position:absolute;
margin-top:5px;
border-style: solid;
height:12%;
width: 98%;
float:left;
top: 82%;
overflow-y: auto;
}
div.tooltip {
position: absolute;
text-align: center;
width: 140px;
height: auto;
padding: 2px;
font: 12px times;
font-weight: bold;
background: lightsteelblue;
border: 0px;
border-radius: 8px;
pointer-events: none;
z-index: 2;
}
#minimap {
cursor: grab;
float:left;
width:60%;
padding-left:20px;
height:85%;
}
#minimap:active .slider-rect {
opacity: 0.05;
cursor: move;
}
.slider-rect {
fill: #000;
opacity: 0.3;
cursor: pointer;
}
footer {
position: fixed;
bottom: 0;
background-color: #2d3436;
color: #dfe6e9;
text-align: center;
font-size: 12px;
width: 99%;
padding: 5px;
box-sizing: border-box;
}
footer a {
color: #dfe6e9;
}