blob: b44b61fa2200d67b608443fe5532a62af7bb7f3c (
plain)
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
|
.text-center {
text-align: center;
}
article img {
border: 1px solid #eee;
box-shadow: 0 0 1em #ccc;
margin: 30px auto 10px;
}
article img.emojione {
border: none;
box-shadow: none;
margin: 0;
}
.md-footer-nav {
background-color: rgba(0,0,0,.57);
}
/* Docker Branding */
.md-header {
background-color: #0d9cec !important;
}
@font-face{
font-family: "Geomanist";
src: url("../fonts/hinted-Geomanist-Book.ttf")
}
body {
font-family: "Open Sans", sans-serif;
font-size: 15px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
letter-spacing: normal;
color: #577482;
}
h1, h2, h3, h4, .md-footer-nav__inner, .md-header-nav__title, footer.md-footer {
font-family: Geomanist;
}
.md-header-nav__title {
line-height: 2.9rem;
}
.md-header-nav__button img {
width: 145px;
}
|