-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
135 lines (123 loc) · 2.52 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/* Style the header */
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
background: #1abc9c;
font-size: 20px;
}
.header {
/* padding: 100px; */
text-align: center;
background: #1abc9c;
color: white;
}
/* Increase the font size of the h1 element */
.header h1 {
font-size: 100px;
}
.whiteflag{
display:none;
width: 100px;
height: 150px;
position: absolute ;
}
.button:active ~ .whiteflag{
display: block;
position: absolute;
}
input[type=text] {
padding:5px;
border:2px solid #ccc;
position: relative;
-webkit-border-radius: 5px;
border-radius: 5px;
color: grey ;
}
input[type=text]:focus {
border-color:#1abc9c;
}
input[type = submit]{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
background-color: white;
color: #1abc9c;
}
img{
width: 300px;
height: 200px;
}
.button, .form-submit-button{
display: inline-block;
padding: 10px 15px;
font-size: 15px;
position: relative;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #abcfbd;
border: none;
border-radius: 15px;
/*box-shadow: 0 9px #999; */
}
.button:hover {background-color: #7dcaca}
.button:active {
background-color: #7dcaca;
/*box-shadow: 0 5px #666;
//transform: translateY(4px); */
}
input[type="radio"] {
background-color: #ddd;
background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
-webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
border-radius: 10px;
cursor: pointer;
display: inline-block;
height: 15px;
margin-right: 15px;
position: relative;
width: 15px;
-webkit-appearance: none;
}
input[type="radio"]:checked {
background-color: #1abc9c;
}
#username {
font-size: 18px;
font-weight: bold;
text-align: center;
}
#username span {
font-size: 24px;
text-align: center;
/* margin-left: 2.5em; */
padding: 0 0em 0.5em 0;
/* border-width: 2px; */
/* border-color: black;
border-style:solid; */
}
#myBoard {
margin: 0 auto;
}
#fish_button {
text-align: center;
padding: 0 0em 1em 0;
margin: 0 auto;
}
#username {
font-size: 18px;
font-weight: bold;
text-align: center;
}
#username span {
font-size: 24px;
text-align: center;
/* margin-left: 2.5em; */
padding: 0 0em 0.5em 0;
/* border-width: 2px; */
/* border-color: black;
border-style:solid; */
}