-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
75 lines (55 loc) · 852 Bytes
/
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
#simplebrainzhead {
background-color:#2F4F4F;
font-family: Helvetica;
font-size: 2px;
font-variant: normal;
color: white;
}
/*
#result {
background-color: #EEE8AA;
}
*/
#dropdown *{
vertical-align: middle;
}
#filtermodule {
position:absolute; top:190px; left:10px;
vertical-align: middle;
width:290px;
height:50px;
}
/* add footer-style*/
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #000000;
color: white;
text-align: center;
}
#pageloader
{
position:absolute;
width:100%;
height:100%;
text-align: center;
}
.Centerer
{
display: inline-block;
height: 100%;
vertical-align: middle;
}
.Centered
{
display: inline-block;
vertical-align: middle;
}
.node .type1 {
fill:#690011;
}
.node .type2 {
fill:#BF0426;
}