Projekt

Obecné

Profil

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