-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
104 lines (87 loc) · 1.55 KB
/
main.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
body {
/*background-color: aquamarine;*/
margin: 0 auto;
text-align: center;
}
/*
@media only screen and (max-width :767px)
.ui.menu > .ui.container {
width : 100% !important;
margin-left : 0em !important;
margin-right : 0em !important;
}
*/
#ss
{/*
position: absolute;
height: 200px;
width: 400px;
top: 50%;
left: 50%;*/
background-color: transparent;
border-color : transparent;
position: fixed;
top: 60%;
left: 50%;
width : 80%;
margin: 0 auto;
transform: translate(-50%, -50%);
}
.massive.ui.button{
/*width : 90% !important;
height : 30%;*/
width : 500px !important;
height : 100px;
}
/*-------Mainpage UI section-------*/
body, html {
height: 100%;
overflow: auto;
}
.bg {
position: fixed;
left: 0;
right: 0;
z-index: 1;
/* The image used */
background-image: url("assets/BackgroundImg-min.jpg");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: darken;
/*filter: blur(5px);*/
}
.upbg {
position: fixed;
left: 0;
right: 0;
z-index: 2;
background-color: black;
opacity: 0.8;
width: 100%;
height: 100%;
}
#MainPageLogo {
margin: 0% 5% 0% 5%;
padding-top: 50%;
position: fixed;
left: 0;
right: 0;
z-index: 9999;
}
#MainPageComment {
margin-top: 0;
margin-bottom:30px;
color: white;
}
.ui.inverted.button {
width: 80% !important;
font-family: "Nanum Gothic", sans-serif !important;
font-size: 14pt;
}
h2 {
font-family: "Nanum Gothic", sans-serif;
}