forked from getsquared-xyz/Player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (62 loc) · 1.59 KB
/
style.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
@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
@import url(https://fonts.googleapis.com/css?family=VT323);
#instructions{
font-family: 'Share Tech Mono';
font-size: 13px;
padding-top: 20px;
}
a{
font-family: 'Share Tech Mono';
font-size: 23px;
}
#main{
text-align: center;
padding-bottom:10px;
}
#main-title{
font-family: 'Share Tech Mono';
font-size: 48px;
padding-bottom: 15px;
}
body{
/*background-color: #FCFFFA; TODO: Set colour here*/
}
#nickLabel{
font-family: 'Poiret One';
font-size: 25px;
}
#nick{
/*background-color: white; TODO: Set colour here*/
border: 2px solid #BDBDBD;/* TODO: Set new colour here*/
padding-top: 5px;
padding-bottom: 5px;
padding-right: 27px;
padding-left: 20px;
text-align: center;
font-family: 'VT323';
font-size:18px;
}
#server{
/*background-color: white; TODO: Set colour here*/
border: 2px solid #BDBDBD;/* TODO: Set new colour here*/
padding-top: 5px;
padding-bottom: 5px;
padding-right: 27px;
padding-left: 20px;
text-align: center;
font-family: 'VT323';
font-size:18px;
}
#submit{
font-family: 'Share Tech Mono';
font-size:25px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
border: 1px solid #CCCCCC;
border-radius: 5px;
background-color: #FCFCFC; /* Set different color here -- This is just here so that we don't get
an ugly dark grey background.*/
}