Projekt

Obecné

Profil

Stáhnout (1.42 KB) 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 f851ac73 Jan Šedivý
}
67
68
.linefound {
69 4b592357 Jan Šedivý
    color: #003dc7;
70 f851ac73 Jan Šedivý
    font-weight: 600;
71
}
72
73
.found {
74
    font-weight: 600;
75 4b592357 Jan Šedivý
    color: #003dc7;
76 f851ac73 Jan Šedivý
}
77
78
.search-settings-select {
79
    width: 60px;
80
}
81
82
.form-group.search-settings-row {
83
    margin-bottom: 0;
84
}
85
86
.results-found {
87
    margin-bottom: 0.2em;
88 4b592357 Jan Šedivý
}
89
90
.page-link {
91
    color: #003dc7;
92
}
93
94
.page-item.active .page-link {
95
    background-color: #003366;
96
    border-color: #003366;
97
}
98
99
.transliteration-link {
100
    font-weight: 400;
101
}
102
103
a {
104
    color: #003dc7;
105 75cb34bb Filip Jani
}
106
107
.birth-date{
108
    color: #3399ff;
109 00f32800 Filip Jani
}