This is just some static backup of the original site, don't expect every link to work!

source: chrome/skin/classic/v_identity/v_identity.css @ ecd2c8

multiEditng_0.6ng_0.8ng_0.9
Last change on this file since ecd2c8 was ecd2c8, checked in by rene <rene@…>, 13 years ago

layout optimizations

  • Property mode set to 100644
File size: 11.7 KB
Line 
1@import url("chrome://global/skin/");
2@import url("chrome://v_identity/locale/logo.css"); 
3@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
4
5#fcc_switch[vid="false"] {
6    display: none;
7}
8
9#msgIdentity_clone .smtpServerListHbox {
10    margin: 0px;
11    -moz-appearance: textfield;
12}
13.smtpServerListHbox {
14    -moz-binding: url("chrome://v_identity/content/v_identity.xml#smtpServerList");
15}
16#vI_rdfDataEditorContent checkbox.vI_plain {
17    display: none;
18}
19
20.smtpServerHbox {
21    margin: -1px 0px -1px -1px;
22}
23
24.identity_clone-menulist .contentHbox {
25    padding-right: 0.25em;
26}
27
28.identity_clone-menulist .smtpServerMenuList {
29    border-style: none;
30    -moz-appearance: none;
31    margin: 0px;
32    padding: 0px;
33    color: graytext;
34    text-align: center;
35    background-color: transparent;
36}
37
38.identityHbox, .baseIDHbox, .smtpServerHbox {
39    background-color: transparent;
40}
41.identityHbox[checked="true"][colorize="true"], .baseIDHbox[checked="true"][colorize="true"], .smtpServerHbox[checked="true"][colorize="true"] {
42    background-color: rgb(235, 245, 235);
43}
44.identityHbox {
45    padding-right: 0.25em;
46}
47.baseIDHbox {
48    padding-left: 0.25em;
49}
50.baseIDHbox[checked="true"][colorize="true"][disabled="true"], .smtpServerHbox[checked="true"][colorize="true"][disabled="true"] {
51    background-color: transparent;
52}
53
54checkbox.vI_plain > .checkbox-spacer-box > .checkbox-check {
55    width: 0px;
56}
57checkbox.vI_plain > .checkbox-label-center-box, checkbox.vI_plain > .checkbox-label-box {
58    display: none;
59}
60
61checkbox.vI_plain {
62    margin: 0px;
63    height: 0px;
64    padding: 0px;
65}
66
67.widthXX { width: 36em; }
68.widthX { width: 18em; }
69.heightS { height: 3px; }
70spacer#beforeStorage { width: 100px; }
71spacer.widthS { width : 20px; }
72spacer.paragraph { height: 10px; }
73
74tabpanels.plain {
75    border: medium none  ! important;
76    -moz-appearance: none ! important;
77}
78
79tree.vIprefTree {
80    width: 15em;
81}
82
83#viewGroup {
84    padding: 5px;
85}
86
87#viewGroup radio {
88    -moz-appearance: none;
89    min-width: 4.5em;
90    margin: 0;
91    padding: 3px;
92    list-style-image: url("chrome://v_identity/skin/PrefIcons.png");
93    -moz-box-orient: vertical;
94    -moz-box-align: center !important;
95}
96
97#viewGroup radio:hover {
98    border: 1px solid #ff9c9c;
99    margin: -1px;
100    background-color: white;
101    background-color: transparent;
102}
103
104#viewGroup radio[selected="true"] {
105    border: 1px solid #870000;
106    margin: -1px;
107    background-color: white;
108    background-color: transparent;
109}
110
111radio#sourceEmail           { -moz-image-region: rect(0px, 338px, 52px, 280px) }
112radio#sourceEmail[featureDisabled="true"]   { -moz-image-region: rect(104px, 338px, 156px, 280px) }
113radio#sourceEmail:hover         { -moz-image-region: rect(52px, 338px, 104px, 280px) }
114radio#selection         { -moz-image-region: rect(0px, 168px, 52px, 112px) }
115radio#selection[featureDisabled="true"]     { -moz-image-region: rect(104px, 168px, 156px, 112px) }
116radio#selection:hover       { -moz-image-region: rect(52px, 168px, 104px, 112px) }
117radio#composeDialog             { -moz-image-region: rect(0px, 112px, 52px, 56px) }
118radio#composeDialog[featureDisabled="true"]     { -moz-image-region: rect(104px, 112px, 156px, 56px) }
119radio#composeDialog:hover       { -moz-image-region: rect(52px, 112px, 104px, 56px) }
120radio#emailOut          { -moz-image-region: rect(0px, 56px, 52px, 0px) }
121radio#emailOut[featureDisabled="true"]  { -moz-image-region: rect(104px, 56px, 156px, 0px) }
122radio#emailOut:hover        { -moz-image-region: rect(52px, 56px, 104px, 0px) }
123radio#storageOut            { -moz-image-region: rect(0px, 280px, 52px, 224px) }
124radio#storageOut[featureDisabled="true"]    { -moz-image-region: rect(104px, 280px, 156px, 224px) }
125radio#storageOut:hover          { -moz-image-region: rect(52px, 280px, 104px, 224px) }
126radio#options           { -moz-image-region: rect(0px, 393px, 52px, 335px) }
127radio#options[featureDisabled="true"]   { -moz-image-region: rect(104px, 393px, 156px, 335px) }
128radio#options:hover         { -moz-image-region: rect(52px, 393px, 104px, 335px) }
129
130#viewGroup image.arrow {
131    list-style-image: url("chrome://v_identity/skin/Arrows.png");
132}
133
134image#toSelection, image#toCompose, image#toSend { -moz-image-region: rect(0px, 64px, 30px, 47px) }
135image#toSelection[featureDisabled="true"], image#toCompose[featureDisabled="true"], image#toSend[featureDisabled="true"]    { -moz-image-region: rect(30px, 64px, 60px, 47px) }
136image#storageUpDown             { -moz-image-region: rect(0px, 30px, 30px, -1px) }
137image#storageUpDown[featureDisabled="true"]     { -moz-image-region: rect(30px, 30px, 60px, -1px) }
138image#storageUp             { -moz-image-region: rect(0px, 48px, 30px, 30px) }
139image#storageUp[featureDisabled="true"]     { -moz-image-region: rect(30px, 48px, 60px, 30px) }
140
141
142#prefTabbox {
143    border: 1px inset threedface; padding: 5px; background-color: white;
144}
145
146#prefTabbox tabpanels {
147    padding: 0px;
148}
149
150#prefTabbox tabpanel {
151    padding: 8px; background-color: -moz-dialog;
152}
153
154#prefTabbox tabs {
155    padding-left: 8px;
156}
157
158.paneButtonIcon {
159    width: 56px;
160    height: 52px;
161}
162
163treechildren::-moz-tree-cell(no) {
164    background-repeat:no-repeat;
165    background-position: center;
166    background-image: url("chrome://v_identity/skin/notchecked-unequal.png");
167}
168treechildren::-moz-tree-cell(yes) {
169    background-repeat:no-repeat;
170    background-position: center;
171    background-image: url("chrome://v_identity/skin/checked-unequal.png");
172}
173
174#vI_statusMenuTooltip {
175    text-align: center;
176    font-size: x-small;
177}
178
179#vI_statusMenuTooltip_StatusValueLine1, #vI_statusMenuTooltip_StatusValueLine2 {
180    font-weight: bold;
181    font-size: small;
182}
183
184#vI_statusMenuTooltip_Change {
185    margin-top: 1em;
186    font-style: italic;
187}
188
189#vINotificationTitle {
190    text-align: right;
191    font-weight: bold;
192}
193
194#vINotificationTextbox {
195    background-color: transparent;
196    margin: 5px !important;
197    margin-left: 20px !important;
198    -moz-border-top-colors: grey;
199    -moz-border-right-colors: grey;
200    -moz-border-bottom-colors: grey;
201    -moz-border-left-colors: grey;
202}
203
204#vINotificationTextbox.border {
205      border-style: solid !important;
206      border-right-style: none !important;
207      border-width: 1px !important;
208}
209
210#vI-status-menu[save="off"] {
211    list-style-image: url("chrome://v_identity/skin/vI_gr.png");
212    visibility: visible;
213}
214
215#vI-status-menu[save="ok"] {
216    list-style-image: url("chrome://v_identity/skin/vI_gn.png");
217    visibility: visible;
218}
219
220#vI-status-menu[save="base"] {
221    list-style-image: url("chrome://v_identity/skin/vI_ge.png");
222    visibility: visible;
223}
224
225#vI-status-menu[save="ok"][smtp="save"] {
226    list-style-image: url("chrome://v_identity/skin/vI_bl.png");
227    visibility: visible;
228}
229
230#vI-status-menu[save="base"][smtp="save"] {
231    list-style-image: url("chrome://v_identity/skin/vI_gebl.png");
232    visibility: visible;
233}
234
235treechildren::-moz-tree-cell-text(user) {
236    font-weight: bold;
237}
238
239treechildren::-moz-tree-cell-text(locked) {
240    font-style: italic;
241}
242
243#upgradeWizard, #vi_Dialog {
244    width: 550px;
245    height: 370px;
246}
247
248#upgradeWizard wizardpage {
249    overflow:   hidden;
250}
251
252#upgradeWizard browser {
253    height:     185px;
254}
255
256#upgradeWizard textbox {
257    height:     175px;
258}
259   
260.v_identity_logo_button {
261    -moz-appearance: toolbarbutton;
262    border: medium none ; background-color: transparent;
263}
264
265#vINotification {
266  -moz-binding: url("chrome://v_identity/content/vI_notificationBar.xml#vI_notificationbox");
267  -moz-box-orient: vertical;
268  overflow-y: hidden;
269}
270
271#vINotification notification {
272  -moz-binding: url("chrome://v_identity/content/vI_notificationBar.xml#vI_notification");
273}
274
275.vINotificationLogo {
276    margin: 0;
277    padding: 0;
278}
279
280#vIDebugBox, #vIErrorBox{
281    overflow: auto;
282    font-size: x-small;
283    height: 10em;
284}
285
286.identity_clone-menulist {
287    -moz-binding: url(chrome://v_identity/content/v_identity.xml#fromMenuList_clone);
288    -moz-appearance: textfield;
289    margin: 2px 4px;
290    border: 2px solid;
291    -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
292    -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
293    -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
294    -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
295    padding: 0px;
296    background-color: -moz-Field;
297    color: -moz-FieldText;
298}
299
300.description-treecell {
301    -moz-binding: url("chrome://v_identity/content/v_identity.xml#descriptionTreeCell");
302    color: red;
303}
304
305.identity_clone-menulist .smtpServerHbox, .identity_clone-menulist .smtpServerMenuList, .identity_clone-menulist .smtpServerMenuList .menulist-label-box {
306    border: medium none ; margin: 0px; height: 1em; max-height: 1em;
307}
308
309
310.identity_clone-menulist .smtpServerMenuList .menuitem-non-iconic {
311    padding: 0;
312}
313
314.identity_clone-menulist .smtpServerMenuList .menuitem-label {
315    text-align: center;
316}
317
318.identity_clone-menulist .smtpServerMenuList .menulist-icon, .smtpServerMenuList .menulist-dropmarker {
319    display: none;
320}
321
322.identity_clone-menulist[showSmtp="false"] .smtpServerMenuList, .identity_clone-menulist[showSmtp="false"] .menupopup_clone-smtp {
323    display: none;
324}
325
326.autoReplyTo {
327    -moz-binding: url("chrome://v_identity/content/v_identity.xml#autoReplyTo");
328}
329
330
331.identityDataTooltip {
332    -moz-binding: url("chrome://v_identity/content/v_identity.xml#vI_identityDataTooltip");
333}
334
335#vI_tooltipPopupset {
336    -moz-binding: url("chrome://v_identity/content/v_identity.xml#tooltipPopupset");
337}
338
339.vI_htmlTextBox {
340    -moz-binding: url("chrome://v_identity/content/vI_htmlTextBox.xml#vI_htmlTextBox");
341}
342
343.identity_clone-popup-item {
344    -moz-binding: url("chrome://v_identity/content/v_identity.xml#fromPopupItem_clone");
345    padding: 0;
346    margin: 0;
347}
348
349.auto-reply-to {
350    -moz-binding: url("chrome://v_identity/content/v_identity.xml#autoReplyTo");
351}
352
353.menulist_clone-icon {
354    margin:     -2px 0pt -2px 3px;
355}
356
357.menupopup_clone-icon{
358    margin:     0 3px;
359    padding:    0;
360}
361
362.menulist_clone-textbox, .menupopup_clone-text, .menupopup_clone-description {
363    margin:     0;
364    padding:    1px;
365    background-color: transparent;
366    background-image: none;
367    outline:    none;
368}
369
370
371.menulist_clone-textbox .textbox-search-icons {
372    display:    none;
373}
374
375.menu_clone-vid, .menupopup_clone-vid {
376    margin:     0 5px 0 0;
377    font-style: italic;
378    color:      graytext;
379}
380
381.menupopup_clone-vid {
382    margin: 0;
383    padding-left: 0;
384}
385.menupopup_clone-description, .menu_clone-description {
386    margin:     0 5px 0 0;
387    font-style: italic;
388    color:      graytext;
389}
390
391.menupopup_clone-description {
392    margin:     0 2px 0 0;
393    padding-right:  0;
394}
395
396.menupopup_clone-smtp {
397    margin: 1px 0pt 1px 4px;
398    text-align: center;
399    color: graytext;
400}
401
402.identity_clone-menulist[vid="true"], .identity_clone-popup-item[vid="true"] {
403    list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar-small.png");
404    -moz-image-region: rect(0px 16px 16px 0px); 
405}
406
407.identity_clone-menulist[vid="false"], .identity_clone-popup-item[vid="false"] {
408    list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png");
409}
410
411/*  this is only for TB < 3 to indicate virtual Identity, now done with autocomplete css */
412/*.menulist_clone-textbox[nomatch="true"] {
413    color: green;
414}*/
415
416.virtIdLabel[vid="false"], .v_identity_logo[vid="false"] {
417    display:    none;
418}
419.virtIdLabel {
420    margin-right: 0px;
421}
422
423
424/* indicates a new indentity in menu */
425/* the alternate is the person-icon, which is defined elsewhere */
426.new-icon {
427    list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar-small.png");
428    -moz-image-region: rect(0px 16px 16px 0px);
429}
430
431#fromPopupItem_clone .menulist-menupopup {
432    padding: 0;
433}
434
435.messageImage {
436    width: 16px;
437    height: 16px;
438    margin: 0px 6px 0px 6px;
439}
440
441.messageText {
442    -moz-margin-start: 5px;
443}
444
445.messageButton {
446    margin: 0px 5px 0px 5px;
447}
448
449.vINotificationCloseButton {
450    display: inline;
451    padding: 4px 2px !important;
452    -moz-appearance: none;
453    -moz-image-region: rect(0px, 56px, 14px, 42px);
454    height: 24px;
455    border: none !important;
456    cursor: default;
457    list-style-image: url("chrome://v_identity/skin/close.png");
458}
459
460.vINotificationCloseButton:hover {
461    -moz-image-region: rect(0px, 28px, 14px, 14px);
462    opacity: 1.0;
463}
464
465.vINotificationCloseButton:hover:active {
466    -moz-image-region: rect(0px, 42px, 14px, 28px);
467    opacity: 1.0;
468}
469
470.vINotificationCloseButton:focus {
471    outline: none !important;
472}
473
474#storageExtrasWarning {
475    font-style: italic;
476    margin-top: 20px;
477}
Note: See TracBrowser for help on using the repository browser.