forked from FrostCo/AdvancedProfanityFilter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.css
More file actions
65 lines (54 loc) · 766 Bytes
/
options.css
File metadata and controls
65 lines (54 loc) · 766 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
53
54
55
56
57
58
59
60
61
62
63
64
65
a:link, a:visited {
color: gray;
font-size: 10px;
}
a:hover, a:active {
color: #393939;
font-size: 10px;
}
textarea {
width:100%;
}
label input[type=checkbox]{
position: relative;
vertical-align: middle;
bottom: 1px;
}
#save {
float: right;
margin-right: 0;
}
.notes {
padding-top: 5px;
font-size: 10px;
color: gray;
}
.examples {
padding-bottom: 5px;
padding-left: 20px;
font-size: 10px;
color: gray;
}
#options {
padding: 20px 0;
}
#status {
height: 40px;
padding-top: 11px;
padding-bottom: 11px;
color: green;
}
#status.error {
color: red;
}
#default {
margin: 6px 0 0 0;
float: right;
}
#contributors {
font-style: italic;
font-size: 10px;
line-height: 14px;
display: inline;
color: gray;
}