-
Notifications
You must be signed in to change notification settings - Fork 0
/
maincss.css
52 lines (52 loc) · 937 Bytes
/
maincss.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
@font-face {
font-family: Minecraft;
src: url(Minecraft.ttf);
}
body{
background-color: rgb(87, 86, 86);
text-align: center;
font-family: Minecraft;
}
.Wiki{
z-index: 2;
border-color: aliceblue;
border-style: ridge;
border-width: 3px;
position:absolute;
width:1150px;
}
#BasicGame{
top: 630px;
left: 100px;
color: beige;
}
#ProGame{
top: 1230px;
left: 100px;
color: beige;
}
.SectionIcon{
width: 40px;
height: 40px;
}
.SectionFrame{
width: 570px;
border-color: white;
border-style: solid;
border-width: 1px;
font-size: 40px;
-webkit-text-stroke-color: rgb(53, 136, 53);
-webkit-text-stroke-width: 1px;
}
a:hover{
color: rgb(79, 228, 59);
}
a{
color: aliceblue;
text-decoration: none;
}
.MCSites{
border-style: ridge;
border-width: 5px;
border-color: green;
}