-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
116 lines (95 loc) · 1.12 KB
/
styles.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
/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
body {
font-family: georgia, serif;
background-color:#FDFDF7;
color:#387181;
text-align:center;
height:100%;
overflow-x:hidden;
overflow-y:scroll;
}
#header{
font-size:200%;
padding:10px;
margin:10px;
}
#footer{
position:absolute;
width:100%;
bottom:0;
}
#navigation{
margin:10px;
padding:10px;
}
#board{
margin:0 auto;
width:530px;
}
#content{
margin:10px;
padding:10px;
}
#difficulty{
float:right;
width:100px;
}
#players{
clear:both;
float:right;
width:100px;
}
#reset{
clear:both;
float:right;
width:100px;
}
#score{
clear:both;
float:right;
width:100px;
}
#options{
float:left;
width:27%;
}
a{
color:#387181;
text-decoration:none;
padding:5px;
}
a:hover{
color:black;
}
ul{
list-style: none;
text-align:center;
padding:0;
margin:0;
}
hr{
size:1px;
border-color:#387181;
}
img{
padding:1px;
}
img:hover{
padding:0;
border:1px solid #387181;
}
input[type="radio"]{
float:left;
clear:left;
}
label{
float:left;
}
p{
margin:0;
pading:0;
}
button{
margin:5px;
}