-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
79 lines (64 loc) · 1.26 KB
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {
background-color: #a0b8c7;
}
.main.container {
margin-top: 2em;
}
.ui.menu .item {
color: #FFFFFF;
}
.main.menu {
background-color: #185f87;
margin-top: 0px;
border-radius: 0;
border: none;
box-shadow: none;
transition: box-shadow 0.5s ease, padding 0.5s ease;
}
.main.menu .item img.logo {
margin-right: 1.5em;
}
.overlay {
float: left;
margin: 0em 3em 1em 0em;
}
.overlay .menu {
position: relative;
left: 0;
transition: left 0.5s ease;
}
.main.menu.fixed {
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.main.menu {
margin-bottom: 0px;
}
.overlay.fixed .menu {
left: 900px;
}
#bd {
background-color: #FFFFFF;
padding: 2em 1em 1em;
}
/*#00263c*/
.text.container .left.floated.image {
margin: 2em 2em 2em -4em;
}
.text.container .right.floated.image {
margin: 2em 2em 2em 2em;
}
.ui.footer.segment {
background-color: #185f87;
}
.ui.text.container {
max-width: 90%!important;
}
#head {
background-image: url("./img/erad-sp-2016.png");
background-color: #a0b8c7;
background-size: cover;
background-position: 30% 30%;
width: 100%;
height: 300px;
padding-top: 90px;
}