-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (103 loc) · 1.7 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
* {
margin: 0;
border: 0;
text-align: center;
}
body {
background-color: rgb(77, 77, 77);
}
.top {
color: rgb(204, 204, 204);
margin-top: 10px;
margin-bottom: 0px;
}
.one {
padding: 0px;
display: inline-block;
}
fieldset {
background-color: rgb(204, 204, 204);
border: 2px solid black;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
padding: 0px;
}
hr {
border: 1px solid black;
margin-left: 10px;
margin-right: 10px;
}
table {
border: 3px solid black;
border-collapse: collapse;
margin: auto;
max-width: 95%;
text-align: center;
font-weight: bold;
font-family: sans-serif;
}
td {
border: 3px solid black;
font-size: 3em;
padding: 0em .25em;
}
td:hover {
background-color: rgba(77, 77, 77, 0.5);
}
input[type=submit] {
border: 2px solid black;
font-weight: bold;
background-color: rgb(204, 204, 204);
}
input[type=submit].grid {
opacity: 0;
font-size: 1em;
padding: 0em 0em;
cursor: pointer;
border: 0px;
}
input[type=submit].two {
cursor: pointer;
border: 0px;
background-color: rgb(77, 77, 77);
color: rgb(204, 204, 204);
}
input[value=Reset].two {
font-family: serif;
font-weight: normal;
font-size: 1em;
color: yellow;
}
input[value="Switch Turns: Yes"].two {
font-family: serif;
font-weight: normal;
font-size: 1em;
color: yellow;
}
input[value="Switch Turns: No"].two {
font-family: serif;
font-weight: normal;
font-size: 1em;
color: yellow;
}
input[value="Play First"].two {
font-family: serif;
font-weight: normal;
font-size: 1em;
color: yellow;
}
input[value="Play Second"].two {
font-family: serif;
font-weight: normal;
font-size: 1em;
color: yellow;
}
a:link {
text-decoration: none;
color: blue;
}
a:visited {
text-decoration: none;
color: blue;
}