forked from clemg/pythongolfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (44 loc) · 701 Bytes
/
Copy pathstyle.css
File metadata and controls
52 lines (44 loc) · 701 Bytes
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
body,
html {
text-align: center
}
.links {
font-size: 18px
}
.links:visited {
color: #00f
}
label,
textarea {
font-size: .95rem;
letter-spacing: 1px
}
textarea {
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 1px 1px 1px #999;
line-height: 1.5;
padding: 10px 14px
}
label {
display: block;
margin-bottom: 10px;
padding-top: 20px
}
#golfit_button {
background-color: #fff;
border: 2px solid #555;
border-radius: 4px;
color: #000;
cursor: pointer;
font-size: 16px;
margin: 0 0 10px;
padding: 15px 32px;
text-align: center
}
#golfit_button:hover {
background-color: #eee
}
#output {
background-color: #e3e3e3
}