-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.css
69 lines (56 loc) · 1.07 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
body {
font: message-box;
font-size: 9pt;
margin: 1em auto;
width: 500px;
}
h1, h2, h3 {
border: 0;
border-bottom: 1px solid black;
text-align: center;
}
.ui-icon.ui-header-icon {
display: inline-block;
position: relative;
top: .15em;
}
.ui-slider {
margin: .5em 1em;
}
.ui-option {
margin: 0;
margin-bottom: 1em;
box-shadow: 0px 5px 15px -5px #000000;
}
.ui-option>.ui-widget-header,
.ui-option>.ui-widget-content {
padding: .25em .75em;
}
.ui-option>.ui-widget-header {
color: #2779aa;
font-size: 1.25em;
margin: 0;
text-align: left;
}
.ui-option>.ui-widget-content {
text-align: center;
}
.ui-option>.ui-widget-content h3 {
border-bottom: 1px solid #2779aa;
color: #2779aa;
font-size: 1.1em;
margin: 1em 0;
}
.ui-option>.ui-widget-content h3:first-child {
margin: 0 0 1em 0;
}
.ui-formfooter {
text-align:center;
padding: .75em;
}
.ui-dialog-notitle .ui-dialog-titlebar { display: none; }
#popupMsg {
display: none;
text-align: center;
}
#idleTime { width: 3.5em; }