Projekt

Obecné

Profil

Stáhnout (1.53 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 1882569e Filip Jani
}
35
36
.display-6 {
37
    font-size: 1.1rem;
38
    font-weight: 300;
39
    line-height: 1.2;
40
    margin-bottom: 1rem;
41 00f32800 Filip Jani
}
42
43
.content {
44
    margin: 32px 64px;
45
}
46
47
html {
48
    position: relative;
49
    min-height: 100%;
50
}
51
body {
52
    /* Margin bottom by footer height + margin */
53
    margin-bottom: 96px;
54
}
55
.footer {
56
    position: absolute;
57
    bottom: 0;
58
    width: 100%;
59
    /* Set the fixed height of the footer here */
60
    height: 64px;
61
    padding: 8px;
62
    background-color: #003366;
63
    color: rgba(255,255,255,.5);
64
}
65
66
.navbar.navbar-expand-lg {
67
    padding-top: 0;
68
    padding-bottom: 0;
69 168d1b4f Filip Jani
}
70
71
.required{
72
    font-weight: bold;
73 f851ac73 Jan Šedivý
}
74
75
.linefound {
76 4b592357 Jan Šedivý
    color: #003dc7;
77 f851ac73 Jan Šedivý
    font-weight: 600;
78
}
79
80
.found {
81
    font-weight: 600;
82 4b592357 Jan Šedivý
    color: #003dc7;
83 f851ac73 Jan Šedivý
}
84
85
.search-settings-select {
86
    width: 60px;
87
}
88
89
.form-group.search-settings-row {
90
    margin-bottom: 0;
91
}
92
93
.results-found {
94
    margin-bottom: 0.2em;
95 4b592357 Jan Šedivý
}
96
97
.page-link {
98
    color: #003dc7;
99
}
100
101
.page-item.active .page-link {
102
    background-color: #003366;
103
    border-color: #003366;
104
}
105
106
.transliteration-link {
107
    font-weight: 400;
108
}
109
110
a {
111
    color: #003dc7;
112 75cb34bb Filip Jani
}
113
114
.birth-date{
115
    color: #3399ff;
116 00f32800 Filip Jani
}