-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (51 loc) · 833 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
body {
font-family: "Varela Round", sans-serif, monospace;
}
h2 {
width: 100%;
}
h4 {
margin-top:10px;
margin-bottom: 10px;
padding-bottom: 2px;
border-bottom: 1px solid rgba(23, 23, 23, 0.1);
width: 100%;
display: block;
}
.secondary-link {
color: #5CA6B5;
display: block;
}
.center {
text-align: center;
}
i.fa {
width: 20px;
text-align: center;
}
/* Starschema logo */
.schema-logo {
max-height: 40px;
float: right;
}
label.tooltippy:hover {
position: relative;
text-decoration: none
}
label.tooltippy span {
display: none
}
label.tooltippy:hover span {
color: #fff;
display: block;
position: absolute;
top: 0px; left: 40px;
width: 300px;
padding: 1px;
margin: 2px;
z-index: 100;
background: #000;
border: 1px solid #955F1F;
opacity: 0.9;
text-align: center
}