forked from altitudelabs/web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·78 lines (78 loc) · 1.11 KB
/
style.css
File metadata and controls
executable file
·78 lines (78 loc) · 1.11 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
@font-face {
font-family: 'Mason Regular';
src: url('creed.ttf');
}
body {
background-image: url("../images/bg.png");
background-size: 30px 35px;
}
#content {
text-align: center;
height: 100%;
}
#title {
padding-top: 8%;
padding-bottom: 4%;
font-size: 70px;
font-family: "Mason Regular";
color: #999999;
text-shadow: 2px 2px #000;
}
#stat {
border: 5px solid white;
border-radius: 20px;
width: 40%;
min-width: 330px;
height: ;
margin: 0 auto;
}
.row {
height: 40px;
}
.padLeft {
float: left;
height: 40px;
line-height: 40px;
width: 5%;
}
.band {
float: left;
height: 40px;
line-height: 40px;
width: 48%;
color: white;
text-align: left;
font-size: 20px;
font-weight: bold;
}
.number {
float: left;
height: 40px;
line-height: 40px;
width: 20%;
font-family: "Arial";
text-align: right;
font-size: 17px;
color: red;
}
.mention {
float: left;
height: 40px;
line-height: 40px;
width: 25%;
padding-left: 2%;
text-align: left;
font-size: 17px;
color: white;
font-weight: lighter;
}
.row div {
display: none;
}
hr {
margin: 0;
color: grey;
background-color: grey;
height: 1px;
border: 0px;
}