-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (86 loc) · 1.74 KB
/
style.css
File metadata and controls
89 lines (86 loc) · 1.74 KB
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
#smb-header {
color: #fff;
font-family: UniSansHeavyCaps;
background-color: #71BC68;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
border-bottom: 2px solid #2f4d2c;
box-shadow: 0px 0px 50px 0px #00000067;
}
#name {
font-size: 4em;
position: relative;
margin-left: 2%;
}
#plr-counter {
position: absolute;
top: 50%;
transform: translate(0,-50%);
right:0px;
margin-right: 2%;
font-size: 2em;
}
#filler{
height: 4em;
}
#scr1 {
width: 100%;
}
#scr2 {
width: 100%;
}
#main {
box-shadow: 0px 0px 50px 0px #000000;
background-color: #fff;
left: 10%;
width: 80%;
height: 210vh;
position:absolute;
}
#guide {
position:absolute;
left: 10%;
width: 80%;
}
p {
font-family: Minecraft;
font-size: 150%;
text-align: center;
}
#event-new-season{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 2em;
top: 2%;
position: absolute;
left:50%;
transform: translate(-50%,0);
}
#join-button {
cursor: pointer;
background-color: #8B8B8B;
border-left: #373737 2px solid;
border-top: #373737 2px solid;
border-right: #FFFFFF 2px solid;
border-bottom: #FFFFFF 2px solid;
font-size: 2em;
text-align: center;
transition-duration: 0.3s;
aspect-ratio: 1;
}
#join-button:hover {
transition-duration: 0.3s;
background-color: #909DFF;
}
html {
background-image:url(dirt.png);
}
@font-face {
font-family: "Minecraft";
src:url('fonts/woff/mine.woff') format('woff');
}
@font-face {
font-family: "UniSansHeavyCaps";
src:url('fonts/woff/8519.woff') format('woff');
}