~ubuntu-branches/ubuntu/trusty/enigmail/trusty-updates

« back to all changes in this revision

Viewing changes to ui/skin/classic/enigmail-aero.css

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2015-08-26 20:07:19 UTC
  • mfrom: (0.12.19)
  • Revision ID: package-import@ubuntu.com-20150826200719-t3qktwtjhs7qzjq1
Tags: 2:1.8.2-0ubuntu0.14.04.1
* New upstream release v1.8.2 to support Thunderbird 38
  - Fixes LP: #1489103 - Per-account settings missing after Thunderbird
    update

* Depend on gnupg2 instead of gnupg. Whilst this enigmail version still
  works with gnupg 1.4.*, it pops up an alert warning that it will be the
  last version to do so
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ***** BEGIN LICENSE BLOCK *****
2
 
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
 
 *
4
 
 * The contents of this file are subject to the Mozilla Public
5
 
 * License Version 1.1 (the "MPL"); you may not use this file
6
 
 * except in compliance with the MPL. You may obtain a copy of
7
 
 * the MPL at http://www.mozilla.org/MPL/
8
 
 *
9
 
 * Software distributed under the MPL is distributed on an "AS
10
 
 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
11
 
 * implied. See the MPL for the specific language governing
12
 
 * rights and limitations under the MPL.
13
 
 *
14
 
 * The Original Code is Enigmail.
15
 
 *
16
 
 * The Initial Developer of the Original Code is Patrick Brunschwig.
17
 
 * Portions created by Patrick Brunschwig <patrick@enigmail.net> are
18
 
 * Copyright (C) 2009 Patrick Brunschwig. All Rights Reserved.
19
 
 *
20
 
 * Contributor(s):
21
 
 *
22
 
 * Alternatively, the contents of this file may be used under the terms of
23
 
 * either the GNU General Public License Version 2 or later (the "GPL"), or
24
 
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
25
 
 * in which case the provisions of the GPL or the LGPL are applicable instead
26
 
 * of those above. If you wish to allow use of your version of this file only
27
 
 * under the terms of either the GPL or the LGPL, and not to allow others to
28
 
 * use your version of this file under the terms of the MPL, indicate your
29
 
 * decision by deleting the provisions above and replace them with the notice
30
 
 * and other provisions required by the GPL or the LGPL. If you do not delete
31
 
 * the provisions above, a recipient may use your version of this file under
32
 
 * the terms of any one of the MPL, the GPL or the LGPL.
33
 
 * ***** END LICENSE BLOCK ***** */
34
 
 
35
 
/**
36
 
 * Enigmail styles for Windows (Aero Theme)
37
 
 */
38
 
 
39
 
@import url("chrome://global/skin/");
40
 
/* @import url("chrome://messenger/skin/"); */
41
 
 
42
 
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
43
 
 
44
 
 
45
 
#button-enigmail-decrypt,
46
 
[typeid="button-enigmail-decrypt"]
47
 
  {
48
 
    list-style-image : url("chrome://enigmail/skin/enigmail-toolbar.png");
49
 
    -moz-image-region: rect(0px 24px 24px 0px);
50
 
  }
51
 
 
52
 
#button-enigmail-decrypt:hover,
53
 
[typeid="button-enigmail-decrypt"]
54
 
  {
55
 
    -moz-image-region: rect(24px 24px 48px 0px);
56
 
  }
57
 
 
58
 
#button-enigmail-decrypt[disabled],
59
 
[typeid="button-enigmail-decrypt"]
60
 
  {
61
 
    -moz-image-region: rect(48px 24px 72px 0px);
62
 
  }
63
 
 
64
 
toolbar[iconsize="small"]  #button-enigmail-decrypt
65
 
  {
66
 
    -moz-image-region: rect(0px 16px 16px 0px);
67
 
    list-style-image      : url("chrome://enigmail/skin/enigmail-toolbar-small.png");
68
 
  }
69
 
 
70
 
toolbar[iconsize="small"] #button-enigmail-decrypt:hover
71
 
  {
72
 
    -moz-image-region: rect(16px 16px 32px 0px);
73
 
  }
74
 
 
75
 
toolbar[iconsize="small"] #button-enigmail-decrypt[disabled]
76
 
  {
77
 
    -moz-image-region: rect(32px 16px 48px 0px);
78
 
  }
79
 
 
80
 
#button-enigmail-send,
81
 
#button-enigmail-send:hover {
82
 
  -moz-image-region: rect(0px 24px 24px 0px);
83
 
   list-style-image      : url("chrome://enigmail/skin/enigmail-settings.png");
84
 
}
85
 
 
86
 
#button-enigmail-send[disabled] {
87
 
  -moz-image-region: rect(24px 24px 48px 0px);
88
 
}
89
 
 
90
 
 
91
 
toolbar[iconsize="small"] #button-enigmail-send {
92
 
  -moz-image-region: rect(0px 16px 16px 0px);
93
 
   list-style-image      : url("chrome://enigmail/skin/enigmail-settings-small.png");
94
 
}
95
 
 
96
 
toolbar[iconsize="small"] #button-enigmail-send:hover {
97
 
  -moz-image-region: rect(16px 16px 32px 0px);
98
 
}
99
 
 
100
 
toolbar[iconsize="small"] #button-enigmail-send[disabled] {
101
 
  -moz-image-region: rect(32px 16px 48px 0px);
102
 
}
103
 
 
104
 
.action-box { width: 100px }
105
 
 
106
 
#expandedEnigmailBox {
107
 
 background-color: #d8e0e8;
108
 
 color: black;
109
 
}
110
 
 
111
 
.enigmailHeaderName {
112
 
  color: #888a85; /* lower contrast, TB3 */
113
 
  text-align: right;
114
 
  background-color: transparent;
115
 
  -moz-margin-end: 2px;
116
 
}
117
 
 
118
 
.enigmailHeaderValue {
119
 
  min-width: 50px;
120
 
  white-space: normal;
121
 
  color: WindowText;
122
 
  line-height: 1.4em;
123
 
 
124
 
  -moz-appearance: none !important;
125
 
  -moz-appearance: none;
126
 
 
127
 
  padding: 0px !important;
128
 
  margin: 0px !important;
129
 
  -moz-margin-start: 3px !important;
130
 
  border: none !important;
131
 
  background-color: transparent;
132
 
}
133
 
 
134
 
.enigmailHeaderSpacer {
135
 
  width: 2px;
136
 
}
137
 
 
138
 
.enigmailHeaderBoxLabelNoSignature {
139
 
  background-color:#d8e0e8;
140
 
  color: black;
141
 
}
142
 
 
143
 
.enigmailHeaderBoxLabelSignatureOk {
144
 
  background-color:#ccffcc;
145
 
  color: black;
146
 
}
147
 
 
148
 
.enigmailHeaderBoxLabelSignatureVerified {
149
 
  background-color:#ccffff;
150
 
  color: black;
151
 
}
152
 
 
153
 
.enigmailHeaderBoxLabelSignatureNotOk {
154
 
  background-color:#FFD8FE;
155
 
  color: black;
156
 
}
157
 
 
158
 
.enigmailHeaderBoxLabelSignatureUnknown {
159
 
  background-color:#FFFFC9;
160
 
  color: black;
161
 
}
162
 
 
163
 
.enigmailHeaderBoxLabelBuggyMailFormat {
164
 
  background-color:#FFD8FE;
165
 
  color: black;
166
 
}
167
 
 
168
 
.enigmailLink {
169
 
  text-decoration: underline;
170
 
  color: blue;
171
 
  cursor: pointer;
172
 
}
173
 
 
174
 
.enigmailStrong {
175
 
  font-weight: bold;
176
 
}
177
 
 
178
 
.enigmailUidInactive {
179
 
  color: gray;
180
 
  font-style: italic;
181
 
}
182
 
 
183
 
.enigMsgHdrView-flat-button {
184
 
  min-width: 1px !important;
185
 
  -moz-appearance: none;
186
 
  color: black;
187
 
  background-color: transparent;
188
 
  border: 2px solid transparent;
189
 
  margin-top: 0px;
190
 
  margin-bottom: 0px;
191
 
  padding: 0 2px;
192
 
  border-radius: 2px;
193
 
  -moz-border-top-colors: none;
194
 
  -moz-border-right-colors: none;
195
 
  -moz-border-bottom-colors: none;
196
 
  -moz-border-left-colors: none;
197
 
  min-height: 1ex;
198
 
}
199
 
 
200
 
.enigMsgHdrView-flat-button:hover {
201
 
  color: -moz-buttonhovertext;
202
 
  background-color: -moz-buttonhoverface;
203
 
  -moz-border-top-colors: transparent threedhighlight threedlightshadow;
204
 
  -moz-border-right-colors: transparent threeddarkshadow threedshadow;
205
 
  -moz-border-bottom-colors: transparent threeddarkshadow threedshadow;
206
 
  -moz-border-left-colors: transparent threedhighlight threedlightshadow;
207
 
}
208
 
 
209
 
 
210
 
/***************************************************
211
 
 *  Icons for messenger status bar
212
 
 ***************************************************/
213
 
 
214
 
#enigmail-status-bar #enigmail-signed-status {
215
 
  list-style-image: none;
216
 
  visibility: collapse;
217
 
}
218
 
 
219
 
#enigmail-status-bar[signed="ok"] #enigmail-signed-status {
220
 
  list-style-image: url("chrome://enigmail/skin/enigSignOk.png");
221
 
  visibility: visible;
222
 
}
223
 
 
224
 
#enigmail-status-bar[signed="notok"] #enigmail-signed-status {
225
 
  list-style-image: url("chrome://enigmail/skin/enigSignNotOk.png");
226
 
  visibility: visible;
227
 
}
228
 
 
229
 
#enigmail-status-bar[signed="unknown"] #enigmail-signed-status {
230
 
  list-style-image: url("chrome://enigmail/skin/enigSignUnkown.png");
231
 
  visibility: visible;
232
 
}
233
 
 
234
 
#enigmail-status-bar[signed="inactive"] #enigmail-signed-status {
235
 
  list-style-image: url("chrome://enigmail/skin/enigSignInactive.png");
236
 
  visibility: visible;
237
 
}
238
 
 
239
 
#enigmail-status-bar #enigmail-encrypted-status {
240
 
  list-style-image: none;
241
 
  visibility: collapse;
242
 
}
243
 
 
244
 
#enigmail-status-bar[encrypted="ok"] #enigmail-encrypted-status {
245
 
  list-style-image: url("chrome://enigmail/skin/enigEncOk.png");
246
 
  visibility: visible;
247
 
}
248
 
 
249
 
#enigmail-status-bar[encrypted="notok"] #enigmail-encrypted-status {
250
 
  list-style-image: url("chrome://enigmail/skin/enigEncNotOk.png");
251
 
  visibility: visible;
252
 
}
253
 
 
254
 
#enigmail-status-bar[encrypted="inactive"] #enigmail-encrypted-status {
255
 
  list-style-image: url("chrome://enigmail/skin/enigEncInactive.png");
256
 
  visibility: visible;
257
 
}
258
 
 
259
 
 
260
 
/***************************************************
261
 
 *  Icons for compose status bar: signed states
262
 
 ***************************************************/
263
 
 
264
 
#enigmail-status-bar[signed="forceYes"] #enigmail-signed-status {
265
 
  list-style-image: url("chrome://enigmail/skin/enigSignForceYes.png");
266
 
  visibility: visible;
267
 
}
268
 
 
269
 
#enigmail-status-bar[signed="forceNo"] #enigmail-signed-status {
270
 
  list-style-image: url("chrome://enigmail/skin/enigSignForceNo.png");
271
 
  visibility: visible;
272
 
}
273
 
 
274
 
#enigmail-status-bar[signed="inactiveNone"] #enigmail-signed-status {
275
 
  list-style-image: url("chrome://enigmail/skin/enigSignInactiveNone.png");
276
 
  visibility: visible;
277
 
}
278
 
 
279
 
#enigmail-status-bar[signed="inactivePlus"] #enigmail-signed-status {
280
 
  list-style-image: url("chrome://enigmail/skin/enigSignInactivePlus.png");
281
 
  visibility: visible;
282
 
}
283
 
 
284
 
#enigmail-status-bar[signed="inactiveMinus"] #enigmail-signed-status {
285
 
  list-style-image: url("chrome://enigmail/skin/enigSignInactiveMinus.png");
286
 
  visibility: visible;
287
 
}
288
 
 
289
 
#enigmail-status-bar[signed="inactiveConflict"] #enigmail-signed-status {
290
 
  list-style-image: url("chrome://enigmail/skin/enigSignInactiveConflict.png");
291
 
  visibility: visible;
292
 
}
293
 
 
294
 
#enigmail-status-bar[signed="activeNone"] #enigmail-signed-status {
295
 
  list-style-image: url("chrome://enigmail/skin/enigSignActiveNone.png");
296
 
  visibility: visible;
297
 
}
298
 
 
299
 
#enigmail-status-bar[signed="activePlus"] #enigmail-signed-status {
300
 
  list-style-image: url("chrome://enigmail/skin/enigSignActivePlus.png");
301
 
  visibility: visible;
302
 
}
303
 
 
304
 
#enigmail-status-bar[signed="activeMinus"] #enigmail-signed-status {
305
 
  list-style-image: url("chrome://enigmail/skin/enigSignActiveMinus.png");
306
 
  visibility: visible;
307
 
}
308
 
 
309
 
#enigmail-status-bar[signed="activeConflict"] #enigmail-signed-status {
310
 
  list-style-image: url("chrome://enigmail/skin/enigSignActiveConflict.png");
311
 
  visibility: visible;
312
 
}
313
 
 
314
 
/***************************************************
315
 
 *  Icons for compose status bar: encrypted states
316
 
 ***************************************************/
317
 
 
318
 
#enigmail-status-bar[encrypted="forceYes"] #enigmail-encrypted-status {
319
 
  list-style-image: url("chrome://enigmail/skin/enigEncForceYes.png");
320
 
  visibility: visible;
321
 
}
322
 
 
323
 
#enigmail-status-bar[encrypted="forceNo"] #enigmail-encrypted-status {
324
 
  list-style-image: url("chrome://enigmail/skin/enigEncForceNo.png");
325
 
  visibility: visible;
326
 
}
327
 
 
328
 
#enigmail-status-bar[encrypted="activeNone"] #enigmail-encrypted-status {
329
 
  list-style-image: url("chrome://enigmail/skin/enigEncActiveNone.png");
330
 
  visibility: visible;
331
 
}
332
 
 
333
 
#enigmail-status-bar[encrypted="activePlus"] #enigmail-encrypted-status {
334
 
  list-style-image: url("chrome://enigmail/skin/enigEncActivePlus.png");
335
 
  visibility: visible;
336
 
}
337
 
 
338
 
#enigmail-status-bar[encrypted="activeMinus"] #enigmail-encrypted-status {
339
 
  list-style-image: url("chrome://enigmail/skin/enigEncActiveMinus.png");
340
 
  visibility: visible;
341
 
}
342
 
 
343
 
#enigmail-status-bar[encrypted="activeConflict"] #enigmail-encrypted-status {
344
 
  list-style-image: url("chrome://enigmail/skin/enigEncActiveConflict.png");
345
 
  visibility: visible;
346
 
}
347
 
 
348
 
#enigmail-status-bar[encrypted="inactiveNone"] #enigmail-encrypted-status {
349
 
  list-style-image: url("chrome://enigmail/skin/enigEncInactiveNone.png");
350
 
  visibility: visible;
351
 
}
352
 
 
353
 
#enigmail-status-bar[encrypted="inactivePlus"] #enigmail-encrypted-status {
354
 
  list-style-image: url("chrome://enigmail/skin/enigEncInactivePlus.png");
355
 
  visibility: visible;
356
 
}
357
 
 
358
 
#enigmail-status-bar[encrypted="inactiveMinus"] #enigmail-encrypted-status {
359
 
  list-style-image: url("chrome://enigmail/skin/enigEncInactiveMinus.png");
360
 
  visibility: visible;
361
 
}
362
 
 
363
 
#enigmail-status-bar[encrypted="inactiveConflict"] #enigmail-encrypted-status {
364
 
  list-style-image: url("chrome://enigmail/skin/enigEncInactiveConflict.png");
365
 
  visibility: visible;
366
 
}
367
 
 
368
 
 
369
 
.enigmailPrefsTitle {
370
 
  font-weight: bold;
371
 
  height: 25px;
372
 
}
373
 
 
374
 
treechildren::-moz-tree-cell-text(enigmailSubkeyTitle) {
375
 
  font-weight: bold;
376
 
}
377
 
 
378
 
treechildren::-moz-tree-cell-text(enigmailOwnKey) {
379
 
  font-weight: bold;
380
 
}
381
 
 
382
 
treechildren::-moz-tree-cell-text(enigKeyInactive) {
383
 
  color: gray;
384
 
  font-style: italic;
385
 
}
386
 
 
387
 
treechildren::-moz-tree-column(enigDontEncrypt) {
388
 
  background-color: rgb(90%, 90%, 90%);
389
 
}
390
 
 
391
 
.enigmailExpandViewButton {
392
 
  width: 9px; /* The image's width is 9 pixels */
393
 
  list-style-image: url("chrome://enigmail/skin/twisty-clsd.png");
394
 
}
395
 
 
396
 
.enigmailCollapseViewButton {
397
 
  width: 9px; /* The image's width is 9 pixels */
398
 
  list-style-image: url("chrome://enigmail/skin/twisty-open.png");
399
 
 
400
 
}
401
 
 
402
 
treechildren::-moz-tree-image(enigSignedEncrypted)
403
 
{
404
 
  list-style-image: url("chrome://enigmail/skin/col-encrypted-signed.png");
405
 
}
406
 
 
407
 
treechildren::-moz-tree-image(enigSigned)
408
 
{
409
 
  list-style-image: url("chrome://enigmail/skin/col-encrypted-signed.png");
410
 
    -moz-image-region: rect(0px 24px 12px 12px);
411
 
}
412
 
 
413
 
treechildren::-moz-tree-image(enigEncrypted)
414
 
{
415
 
  list-style-image: url("chrome://enigmail/skin/col-encrypted-signed.png");
416
 
    -moz-image-region: rect(0px 12px 12px 0px);
417
 
}
418
 
 
419
 
 
420
 
/* the following styles are available for the key trust
421
 
   columnm in the key manager:
422
 
    enigmail_keyValid_unknown
423
 
    enigmail_keyValid_invalid
424
 
    enigmail_keyValid_disabled
425
 
    enigmail_keyValid_revoked
426
 
    enigmail_keyValid_expired
427
 
    enigmail_keyTrust_untrusted
428
 
    enigmail_keyTrust_marginal
429
 
    enigmail_keyTrust_full
430
 
    enigmail_keyTrust_ultimate
431
 
    enigmail_keyTrust_unknown
432
 
 
433
 
They can be applied using:
434
 
treechildren::-moz-tree-cell(STYLE) {}
435
 
treechildren::-moz-tree-cell-text(STYLE) {}
436
 
*/
437
 
 
438