-
Notifications
You must be signed in to change notification settings - Fork 2
/
stylesheet.css
66 lines (66 loc) · 990 Bytes
/
stylesheet.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
body {
font-size: 12px;
background: #ccc;
font-family: 'Helvetica', 'Arial', Sans;
}
.content {
text-align: justify;
margin: 0 auto;
width: 320px;
}
h1 {
font-size: 30px;
font-family: 'Amatic SC', cursive;
margin: 10px 0;
}
#description {
margin: 10px 0;
line-height: 18px;
color: #666;
}
a {
color: #888;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#menu a {
color: #888;
}
#wrapper {
background: #fff;
margin: 0 auto;
width: 320px;
height: 480px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.prescore-wrapper {
margin-top: -46px;
margin-bottom: 11px;
text-align: right;
padding-right: 10px;
color: #999;
}
#prescore {
padding-left: 10px;
}
.score-wrapper {
text-align: right;
padding-right: 10px;
color: #999;
}
#score {
padding-left: 10px;
}
.top-wrapper {
margin-top: 15px;
padding-right: 10px;
text-align: right;
color: #FFF;
}
#top {
padding-left: 10px;
}