gitlab_medici/www/css/front/style.css @ cc435e16
1 |
.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 |
body { |
44 |
/* Margin bottom by footer height + margin */
|
45 |
margin-bottom: 96px; |
46 |
}
|
47 |
.footer { |
48 |
position: absolute; |
49 |
bottom: 0; |
50 |
width: 100%; |
51 |
/* Set the fixed height of the footer here */
|
52 |
height: 64px; |
53 |
padding: 8px; |
54 |
background-color: #003366; |
55 |
color: rgba(255,255,255,.5); |
56 |
}
|
57 |
|
58 |
.navbar.navbar-expand-lg { |
59 |
padding-top: 0; |
60 |
padding-bottom: 0; |
61 |
}
|
62 |
|
63 |
.required{ |
64 |
font-weight: bold; |
65 |
}
|