Projekt

Obecné

Profil

Stáhnout (951 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 00f32800 Filip Jani
.header-logo {
2
    background-color: #006666;
3
    color: white;
4
    padding: 16px;
5
    font-size: 2rem;
6
    margin-bottom: 0;
7
}
8
9
.display-4 {
10
    font-size: 2.5rem;
11
}
12
13
.display-4 a {
14
    color: white;
15
}
16
17
.display-4 a:hover {
18
    text-decoration: none;
19
}
20
21
.display-4 a:active {
22
    color: white;
23
}
24
25
.display-4 a:visited {
26
    color: white;
27
}
28
29
.display-5 {
30
    font-size: 2rem;
31
    font-weight: 300;
32
    line-height: 1.2;
33 82862b2d Jan Šedivý
    margin-bottom: 1rem;
34 00f32800 Filip Jani
}
35
36
.content {
37
    margin: 32px 64px;
38
}
39
40
html {
41
    position: relative;
42
    min-height: 100%;
43
}
44
body {
45
    /* Margin bottom by footer height + margin */
46
    margin-bottom: 96px;
47
}
48
.footer {
49
    position: absolute;
50
    bottom: 0;
51
    width: 100%;
52
    /* Set the fixed height of the footer here */
53
    height: 64px;
54
    padding: 8px;
55
    background-color: #003366;
56
    color: rgba(255,255,255,.5);
57
}
58
59
.navbar.navbar-expand-lg {
60
    padding-top: 0;
61
    padding-bottom: 0;
62 168d1b4f Filip Jani
}
63
64
.required{
65
    font-weight: bold;
66 00f32800 Filip Jani
}