style.css
680 Bytes
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
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
div.logo img {
width: 200px;
height: 200px;
box-shadow: none !important;
}
div.sequelize {
color: #399af3;
font-size: 60px;
font-family: 'Titillium Web', sans-serif;
}
a[href="source.html"],
a[href^="file/lib/"] {
display: none;
}
.slack-logo {
height: 20px;
position: relative;
top: 3px;
padding: 0 5px;
}
.header-logo {
height: 25px;
position: relative;
top: 6px;
}
.center {
text-align: center;
}
.manual-root .content img {
box-shadow: none !important;
max-width: 300px;
}
.navigation {
margin-top: 40px !important;
padding-top: 0;
height: calc(100% - 40px);
}