generated from jm1021/leuck_reunion
-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.css
125 lines (121 loc) · 2.17 KB
/
default.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<style>
body::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.body {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* first part of homepage css*/
.herocenterimage
{
background-color:#ffffff;
height:100%;
width:100%;
padding:0px;
border-style:hidden;
outline:none;
position:absolute;
}
.background
{
background-color:#274c77;
height:100%;
width:100%;
}
#browser
{
width:55%;
height:65%;
left: 1%;
top: 0%;
position:absolute;
margin-top:5%;
}
.group
{
left:40%;
top:70%;
position:absolute;
}
.content
{
top:10%;
left:20%;
position:absolute;
}
.buttonprimary
{
background-color:#ffffff;
height:5%;
width:20%;
padding:0px;
border-style:hidden;
outline:none;
top: 212px;
left:307px;
position:absolute;
text-align: center;
}
.background3
{
background-color:#ffffff;
height:60px;
width:240px;
filter:drop-shadow(0px 8px 4px rgba(0,0,0,0.25));
border-radius:5px;
}
.text
{
color:#274c77;
text-align:center;
vertical-align:text-middle;
font-size:18px;
font-family:Ubuntu;
left:25px;
top:20px;
width:191px;
height:21px;
position:absolute;
line-height:auto;
border-style:hidden;
outline:none;
}
.subtitle
{
color:rgba(255, 255, 255, 0.5);
text-align:center;
vertical-align:text-middle;
font-size:17px;
font-family:Ubuntu;
left:167px;
top:73px;
width:506px;
height:51px;
position:absolute;
line-height:140.625px;
border-style:hidden;
outline:none;
}
.title2
{
color:#ffffff;
text-align:center;
vertical-align:text-middle;
font-size:48px;
font-family:Ubuntu;
left:36px;
top:18px;
width:787px;
height:56px;
position:absolute;
line-height:auto;
border-style:hidden;
outline:none;
}
footer{
style= position: relative;
margin-top: 60%;
}
</style>