-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (72 loc) · 1.88 KB
/
style.css
File metadata and controls
81 lines (72 loc) · 1.88 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
.cardStyle {
background-color: #f5b373;
-webkit-box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
border-radius: 6px;
}
canvas {
border-radius: 10px;
-webkit-box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
}
#timeTitle {
font-size: 2.5rem;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
color: white;
}
.totalStyle {
background-color: #384a0d;
-webkit-box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
border-radius: 6px;
margin-top: 5%;
padding: 2%;
margin-bottom: 5%;
}
#name,
#level,
#seconds {
color: #15405e;
font-size: 2rem;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
}
.totalTile {
color: #15405e;
font-size: 2rem;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
color: white;
}
#totalDisplay {
font-size: 1.5rem;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
}
#timerDiv {
background-color: #b5671b;
-webkit-box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
box-shadow: 4px 3px 18px -1px rgba(0, 0, 0, 0.75);
border-radius: 6px;
margin-top: 4%;
padding: 1%;
}
.gameTitleDiv {
font-size: 3rem;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
}
#timeTook {
color: #5c7a15;
}
.hide {
height: 0;
padding: 0;
margin: 0;
visibility: hidden;
}