-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (62 loc) · 1.03 KB
/
style.css
File metadata and controls
71 lines (62 loc) · 1.03 KB
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
header {
width: 100%;
padding: 15px 0;
margin: 0 auto;
text-align: center;
}
header .headline {
font-size: 32px;
}
#a1 {
height: auto;
text-align: center;
}
.a1_headers {
padding: 0 0 0 10px;
font-size: 20px;
font-weight:bold;
border-style: solid;
border-width: 0 0 0 5px;
border-color: #ffa050;
}
textarea {
padding: 10px;
max-width: 100%;
line-height: 1.5;
border-radius: 5px;
border: 1px solid #ccc;
box-shadow: 1px 1px 1px #aaa;
}
select {
margin: 5px 0 5px 0;
padding: 5px;
border-radius: 5px;
border: 1px solid #ccc;
}
.data_options {
padding: 10px 10px 20px;
}
#data_option0 {
padding: 0 0 0 142px;
text-align: center;
}
#data_option1 {
text-align: center;
}
#data_option2 {
text-align: center;
}
button {
margin: 10px 0 10px 0;
padding: 5px;
color: #fff;
background-color: #ffa050;
border-radius: 5px;
border: 1px solid #ccc;
}
button:hover {
background-color: #ffb464;
}
button:active {
background-color: #ffc878;
}