forked from marcwright/press-your-luck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
158 lines (137 loc) · 3.03 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
body {
font-size: 20px;
font-family: Georgia;
/*background-color: rgb(51, 51, 51)*/
background-color: black;
margin-left: 0 auto;
}
input[type="button"] {
width: 10em;
height: 5em;
margin-left: 0 auto;
}
#board, #footer {
width: 30em;
height: 26em;
margin: auto;
}
.whammyPic{
margin-left: 2px;
background-image: url('./img/whammy2bw.png');
background-size: 4em 4em;
width: 4em;
height: 4em;
float: left;
}
#celMiddle {
float:left;
width: 20em;
height:15em;
color: red;
/*border: black .2em solid;*/
background-image: url("./img/logo.png");
background-size: 20em 15em;
background-repeat: no-repeat;
border-radius: 2em;
overflow: hidden;
}
#whammysContainerDiv {
/*width: 15em;
height: 3em;*/
box-sizing: border-box;
float: left;
}
#spins{
margin-top: -0.5em;
}
#spins p {
color:yellow;
font-size: 1em;
/*display: inline-block;*/
float:right;
/*margin: em 0em 2em 1em;*/
}
#score {
color: red;
text-align: center;
font-size: 2em;
margin-top: -0.2em;
}
#spinScore {
float:right;
}
#startStopDiv {
/*padding-top: 0.5em;*/
padding-bottom: 1em;
text-align: center;
float:left;
margin-left: 1em;
/*width: 38em;*/
/*margin-left: 1em;*/
/*float: right;*/
}
.flash {
color: #FFF !important;
background: #FC79CE;
!important;
border: 0.5em
}
.celRow {
width: 5em;
height: 5em;
float: left;
background-color: gray;
/*border: black .2em solid;*/
}
.celStack {
width: 5em;
height: 5em;
background-color: gray;
}
.cel {
/* background-image: url('http://orig07.deviantart.net/7cf0/f/2013/071/2/f/press_by_designerboy7-d5xuww5.png'); */
background-size: 4.8em 4.8em;
background-repeat: no-repeat;
border-radius: 1em;
border: .2em solid;
/*margin: .5em;*/
text-align: center;
box-sizing: border-box;
/*padding: 0.6em*/
}
.sprite {
width: 46.5em;
height: 47em;
background-image: url('http://orig07.deviantart.net/7cf0/f/2013/071/2/f/press_by_designerboy7-d5xuww5.png');
/* background-position: -2318px -465px; */
}
.red {
margin: red .5em dotted;
}
.btn {
background: #d93434;
background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
background-image: -o-linear-gradient(top, #d93434, #b82b2b);
background-image: linear-gradient(to bottom, #d93434, #b82b2b);
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 2em;
font-family: Arial;
color: #ffffff;
font-size: 1em;
/*padding: 1em 0.5em 2em 0.5em;*/
text-decoration: none;
width: 4em;
height: 4em
}
/*.btn:hover {
/*background: #537d15;*/
background-image: -webkit-linear-gradient(top, #537d15, #34d944);
background-image: -moz-linear-gradient(top, #537d15, #34d944);
background-image: -ms-linear-gradient(top, #537d15, #34d944);
background-image: -o-linear-gradient(top, #537d15, #34d944);
background-image: linear-gradient(to bottom, #537d15, #34d944);
text-decoration: none;
}*/