aboutsummaryrefslogtreecommitdiff
path: root/hp_assets/css/main.css
blob: 62bc0ffbcdd0868c3f84bb6212ce9586918b3ad9 (plain) (blame)
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
html {height: 100%; width: 100%;}
body {font-family: sans-serif; z-index: 1; height: 100%; width: 100%; background-position: center; background-attachment: fixed;}

.hidden {display: none;}
.menu-item {display: none; z-index: 3;}

#bg-overlay {    
	position:fixed;
	padding:0;
	margin:0;
	top:0;
	left:0;
	width: 100%;
	height: 100%; 
	background-color: #fff; 
	opacity: 0; 
	z-index: 2; 
	transition: .3s all;
}

body.menu-shown #bg-overlay {opacity: 0.3;}

#mobile-menu-wrap {z-index: 3; position: absolute; top: 15px; left: 15px;}
#mobile-menu-wrap a {font-size: 20px;}

.bg {
	border-radius: 5px; 
	background-color: rgba(0, 0, 0, .5); 
	padding: 20px;
}

.bg a {
	color: #fff;
}

#links-wrap {
	font-size: 80px;

	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	
	padding-bottom: 3px;

	width: fit-content;
	height: auto;

	max-width: 75%;
	max-height: 85%;

	overflow: auto;
	display: flex;
}

#links-wrap a {transition: .3s all;}
#links-wrap a:hover {color: #d3d3d3;}
#links-wrap .link {display: inline-block; width: 33%; float: left; text-align: center;}
#links-wrap::-webkit-scrollbar {width: 10px;	background-color: transparent;}
#links-wrap::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4); background-color: rgba(255,255,255,.2);}

#pic-info-wrap {color: #fff; font-size: 16px; position: absolute; bottom: 15px; left: 15px;}
#pic-info-wrap a:hover, #pic-info-wrap a:active {color: #fff; text-decoration: none;}