-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover.css
88 lines (74 loc) · 1.79 KB
/
cover.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
80
81
82
83
84
85
86
87
88
body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
.ui.container {
width: 700px;
max-width: 700px;
}
nav.ui.container .ui.header {
float: left;
margin-top: 12px;
}
nav.ui.container .ui.inverted.compact.menu {
float: right;
}
}
.ui.inverted.vertical.center.aligned.segment {
padding-top: 36px;
}
nav.ui.container .ui.inverted.compact.menu {
background-color: rgb(51, 51, 51);
}
nav.ui.container .ui.inverted.compact.menu .item {
padding-bottom: 0;
}
nav.ui.container .ui.inverted.compact.menu .item {
font-size: 16px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 14px;
margin-left: 16px;
margin-right: 16px;
border-radius: 0;
}
nav.ui.container .ui.inverted.compact.menu .active.item {
background-color: inherit;
border-bottom-color: white;
border-bottom-style: solid;
border-bottom-width: 2px;
}
.ui.inverted.vertical.segment {
height: 100vh;
background-color: rgb(51, 51, 51);
}
.ui.content.container {
align-items: center;
height: 300px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.ui.content.container h1.header {
font-size: 36px;
}
.ui.content.container p {
font-size: 21px;
line-height: 1.6;
font-weight: 300;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui.inverted.vertical.segment footer.ui.segment {
height: 80px;
width: 100%;
position: absolute;
bottom: 0;
color: gray;
}
.ui.inverted.vertical.segment footer.ui.segment a {
color: white;
}