forked from rioleo/CS147
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (77 loc) · 1.25 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
body {
width:320px;
background:#eee;
margin:0;
padding:0;
font-family: Helvetica, Arial, sans-serif;
}
h2 {
font-size:22px;
font-weight:300;
color:#aaa;
}
.whitebit {
height:212px;
background: url("spy.png") center bottom;
}
.bottombit {
float:left;
width:100%;
height:250px;
background: linear-gradient(180deg, #087195, #000);
background: -webkit-linear-gradient(#000, #087195);
}
.explanation {
background:#8fc2d6;
margin:5px;
padding:5px;
margin-bottom:20px;
}
#button {
margin:0 auto;
padding:10px;
background:#333;
width:190px;
color:#fff;
height:20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
text-align:center;
}
#timer {
width:70px;
float:right;
margin-right:10px;
}
.area {
float:left;
clear:both;
padding:10px;
}
.box {
width:100px;
float:right;
padding:0px;
color:#fff;
height:50px;
margin:20px;
background:#fff;
border:3px solid #4889a3;
}
.box1 {
background:#1E3F6E;
}
.box1 {
background:#000;
}
.box2 {
background:#1E5B6E;
}
.blue {
color:#ffffff;
}
.blue {
color:#003399;
}