-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyles.css
39 lines (37 loc) · 804 Bytes
/
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
body.options {
background-color: rgba(217, 222, 255, 0.7);
padding: 20px;
}
h1 {
margin-top: 0;
}
.options ul {
margin: 0;
padding: 0;
}
.options ul li {
list-style: none;
border-left: 3px solid #1726b8;
padding: 10px 0 10px 15px;
margin-bottom: 15px;
background: white;
}
.options ul li:nth-of-type(2) {
border-color: #1d6218;
}
.options ul li:nth-of-type(3) {
border-color: #892d1e;
}
.options ul li h2 { padding : 0; margin: 0;}
.options ul li input[type=checkbox] {
-moz-transform: scale(1.5); /* FF */
-webkit-transform: scale(1.5); /* Safari and Chrome */
padding: 10px;
margin-right: 10px;
}
.options .buttons { text-align: left; }
.options form button[type=submit] {
font-size: 1.3em;
width: 15%;
text-align: center;
}