Newer
Older
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
dl dt {
font-weight: bold;
}
.alert,
.alert a,
.admonition,
.admonition-icon svg {
color: var(--ifm-font-color-base);
fill: var(--ifm-font-color-base);
stroke: var(--ifm-font-color-base);
}
.center {
text-align: center;
}
img {
color: red; /* color of alt text for images with invalid src url */
}
/* custom navbar back-to-root link */
.navbar__items {
position: relative;
}
@media screen and (min-width: 1000px) {
.has-back-btn .navbar__brand {
margin-left: 32px;
}
}
.has-back-btn .navbar__toggle.clean-btn {
margin-left: 32px;
}
.fitko-navbar-icon--back {
display: inline-block !important;
padding: 0;
position: absolute;
left: 2px;
top: 13px;
}
.fitko-navbar-icon--back a {
display: inline-block;
width: 24px;
height: 24px;
text-align: center;
}
.fitko-navbar-icon--back img {
display: inline-block;
height: 18px;
}
.fitko-navbar-icon--back.hidden {
display: none !important;
}
/* subscribe form START */
.subscribe-form label {
font-size: smaller;
display: block;
font-weight: 700;
}
.subscribe-form input {
margin-bottom: 0.5rem;
padding: 0.5rem 0.75rem;
border: 1px solid rgb(229 231 235);
border-radius: 0.5rem;
width: 100vw;
max-width: 320px;
}
.subscribe-form .get-subscribe {
margin: 1rem 0;
width: 190px;
color: #ffffff;
font-weight: 700;
border-color: var(--ifm-color-primary);
background-color: var(--ifm-color-primary);
cursor: pointer;
}
.subscribe-form .no-subscribe {
display: inline-block;
text-decoration: none;
font-size: x-small;
padding-left: 2.5rem;
margin-bottom: 1rem;
width: 120px;
text-align: right;
}
.fitko-newsletter {
max-width: 625px;
text-align: center;
display: inline-block;
margin-right: 50px;
}

Michael Haidner
committed
.fitko-video-margin-bottom {
margin-bottom: 15px;
}
@media screen and (max-width: 1000px){
.fitko-newsletter {
margin-left: 30px;
text-align: left;
max-width: 440px !important;
}
}
.fitko-body-roadmap {
}
.fitko-contact {
text-align: center;
margin-top: 55px;
margin-bottom: 15px;
@media screen and (max-width: 1000px){
.fitko-contact {
text-align: center;
min-height: 180px;
margin-top: 97px;
margin-bottom: 15px;
}
}