aboutsummaryrefslogtreecommitdiff
path: root/website/assets/css/style.css
blob: 8a277f7ccad7b1588cd9cdb57707a4795be69280 (plain)
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
/*
 * Mods
 */

.pure-menu-heading {
	text-transform: none !important;
}

.anchor {
	position: relative;
	margin-top: -5%;
}

.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 3;
	overflow: hidden;
	background-color: #2d3e50;
}

.overbox {
	display: none;
}

.overbox:target {
	display: block;
}