1 |
f115c8b5
|
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 |
80b17f46
|
Jan Šedivý
|
margin-bottom: 1rem;
|
34 |
f115c8b5
|
Filip Jani
|
}
|
35 |
|
|
|
36 |
|
|
.content {
|
37 |
|
|
margin: 32px 64px;
|
38 |
|
|
}
|
39 |
|
|
|
40 |
|
|
html {
|
41 |
|
|
position: relative;
|
42 |
|
|
min-height: 100%;
|
43 |
|
|
}
|
44 |
|
|
|
45 |
|
|
body {
|
46 |
|
|
/* Margin bottom by footer height + margin */
|
47 |
|
|
margin-bottom: 96px;
|
48 |
|
|
}
|
49 |
|
|
|
50 |
|
|
.footer {
|
51 |
|
|
position: absolute;
|
52 |
|
|
bottom: 0;
|
53 |
|
|
width: 100%;
|
54 |
|
|
/* Set the fixed height of the footer here */
|
55 |
|
|
height: 64px;
|
56 |
|
|
padding: 8px;
|
57 |
|
|
background-color: #003366;
|
58 |
|
|
color: rgba(255, 255, 255, .5);
|
59 |
|
|
}
|
60 |
|
|
|
61 |
|
|
.search-options .form-group.row {
|
62 |
|
|
margin-bottom: 0.5rem;
|
63 |
|
|
}
|
64 |
|
|
|
65 |
|
|
.navbar.navbar-expand-lg {
|
66 |
|
|
padding-top: 0;
|
67 |
|
|
padding-bottom: 0;
|
68 |
|
|
}
|
69 |
|
|
|
70 |
|
|
.pagination-header {
|
71 |
|
|
margin-bottom: 0;
|
72 |
|
|
margin-top: 1rem;
|
73 |
|
|
}
|
74 |
|
|
|
75 |
|
|
.pagination-header ul {
|
76 |
|
|
margin-bottom: 0;
|
77 |
|
|
}
|
78 |
|
|
|
79 |
|
|
.linefound {
|
80 |
|
|
font-weight: bold;
|
81 |
|
|
}
|
82 |
|
|
|
83 |
|
|
.found {
|
84 |
|
|
font-weight: bold;
|
85 |
|
|
color: #003366;
|
86 |
|
|
}
|
87 |
|
|
|
88 |
|
|
.page-link {
|
89 |
|
|
color: #003366;
|
90 |
|
|
}
|
91 |
|
|
|
92 |
|
|
.page-item.active .page-link {
|
93 |
|
|
background-color: #003366;
|
94 |
|
|
border-color: #003366;
|
95 |
|
|
}
|
96 |
|
|
|
97 |
|
|
.nav .nav-item a {
|
98 |
|
|
color: #003366;
|
99 |
|
|
}
|
100 |
|
|
|
101 |
|
|
ul.nav {
|
102 |
|
|
background-color: #e5e5e5;
|
103 |
|
|
padding: 0 1rem;
|
104 |
|
|
}
|
105 |
|
|
|
106 |
ce045025
|
Petr Lukašík
|
li.nav-item .active {
|
107 |
f115c8b5
|
Filip Jani
|
background-color: #003366;
|
108 |
|
|
border-color: #003366;
|
109 |
|
|
color: #FAFAFA;
|
110 |
d5a16eb6
|
Filip Jani
|
}
|
111 |
|
|
|
112 |
ce045025
|
Petr Lukašík
|
.ul-alert {
|
113 |
d5a16eb6
|
Filip Jani
|
margin-bottom: 0;
|
114 |
168d1b4f
|
Filip Jani
|
}
|
115 |
|
|
|
116 |
ce045025
|
Petr Lukašík
|
.required {
|
117 |
168d1b4f
|
Filip Jani
|
font-weight: bold;
|
118 |
ce045025
|
Petr Lukašík
|
}
|
119 |
|
|
|
120 |
|
|
.disabled {
|
121 |
|
|
pointer-events: none;
|
122 |
|
|
cursor: default;
|
123 |
f115c8b5
|
Filip Jani
|
}
|