-
Notifications
You must be signed in to change notification settings - Fork 2
/
options.css
74 lines (66 loc) · 1.19 KB
/
options.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
body {
width: 400px;
}
h4 {
margin: 0.8em 0px 0.2em 0px;
}
ul {
margin-top:0.5em;
}
.content {
margin: 5px 5px;
}
.banner {
padding: 0.5em;
margin: 0px;
width: auto;
background: #CEE3F8;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
text-align:center;
vertical-align:middle;
}
.fade {
opacity: 0;
transition: opacity .5s ease-in-out;
}
.italicised {
font-style: italic;
}
input[type='color'] {
margin-top: 4px;
}
input[type='range'] {
width: 70%;
}
fieldset {
border-color: #CEE3F8;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
margin: 4px 0px;
}
fieldset div {
-webkit-column-count: 2;
}
div.col2 fieldset {
display: inline-block;
}
.colourPicker { display: inline-block; }
div.col2 {
-webkit-column-count: 2;
}
span.reset {
cursor: pointer;
user-select: none;
}
span.rangeDisplay {
font-size: 2em;
padding-right: 6px;
min-width: 1em;
text-align: right;
display: inline-block;
}