-
Notifications
You must be signed in to change notification settings - Fork 22
/
content_handler.css
129 lines (113 loc) · 2.73 KB
/
content_handler.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
#delugesiphon-modal-__MSG_@@extension_id__ {
background: #304663;
font-family: 'Chrome Droid Sans', 'Droid Sans Fallback', 'Lucida Grande', sans-serif;
color: #D1DAE5;
position: relative;
font-size: 16px;
padding: 0;
display: none;
}
#delugesiphon-modal-__MSG_@@extension_id__.displayed {
display: inline-block;
min-height: 250px;
}
#delugesiphon-modal-__MSG_@@extension_id__ form {
margin: 54px 0 0 0;
}
#delugesiphon-modal-__MSG_@@extension_id__ form > div {
margin: 4px 0;
}
#delugesiphon-modal-__MSG_@@extension_id__ form > div:not(.plugin) {
white-space: nowrap;
height: 23px;
}
#delugesiphon-modal-__MSG_@@extension_id__ h3 {
position: absolute;
top: 0;
right: 0;
left: 0;
color: #D1DAE5;
background: url('chrome-extension://__MSG_@@extension_id__/images/navbar.gif') 0 0 repeat-x;
text-overflow: ellipsis;
text-align: center;
overflow: hidden;
white-space: nowrap;
font-size: 1.25em;
vertical-align: middle;
height: 48px;
line-height: 40px;
padding: 4px 26px;
margin: 0 0 10px 0;
}
#delugesiphon-modal-__MSG_@@extension_id__ .note {
text-align: center;
font-size: 0.75em;
height: 1.25em;
line-height: 0.75em;
font-style: italic;
color: #999;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#delugesiphon-modal-__MSG_@@extension_id__ label {
color: #D1DAE5;
display: inline-block;
width: 115px;
padding-right: 10px;
text-align: right;
font-size: 0.8em;
line-height: 23px;
vertical-align: middle;
}
#delugesiphon-modal-__MSG_@@extension_id__ label[for=label] {
vertical-align: top;
}
#delugesiphon-modal-__MSG_@@extension_id__ select[multiple] {
min-width: 160px;
max-width: 310px;
padding: 3px;
margin: 0;
}
#delugesiphon-modal-__MSG_@@extension_id__ input,
#delugesiphon-modal-__MSG_@@extension_id__ button,
#delugesiphon-modal-__MSG_@@extension_id__ select {
display: inline-block;
border: 1px solid #CCC;
font-size: 0.8em;
line-height: 14px;
border-radius: 2px;
height: auto;
}
#delugesiphon-modal-__MSG_@@extension_id__ input[disabled] {
background: #ddd;
color: 444;
opacity: 0.8;
}
#delugesiphon-modal-__MSG_@@extension_id__ input[type="text"] {
width: 310px;
padding: 3px;
margin: 0;
}
#delugesiphon-modal-__MSG_@@extension_id__ input[type="checkbox"] {
width: auto;
}
#delugesiphon-modal-__MSG_@@extension_id__ .buttons {
text-align: center;
position: absolute;
bottom: 10px;
left: 0;
right: 0;
}
#delugesiphon-modal-__MSG_@@extension_id__ .buttons input,
#delugesiphon-modal-__MSG_@@extension_id__ .buttons button {
min-width: 60px;
display: inline-block;
margin: 0 auto;
background-color: #4CAF50;
border: none;
color: white;
padding: 8px 16px;
text-decoration: none;
cursor: pointer;
}