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 @ 9e9bab

Last change on this file since 9e9bab was 9e9bab, checked in by root <root@…>, 15 years ago

initial import v0.4.0

  • Property mode set to 100644
File size: 2.5 KB
Line 
1@import url("chrome://v_identity/locale/logo.css"); 
2@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
3
4notificationbox {
5  -moz-binding: url("chrome://v_identity/content/vI_notificationBar.xml#notificationbox");
6  -moz-box-orient: vertical;
7  overflow-y: hidden;
8}
9
10notification {
11  -moz-binding: url("chrome://v_identity/content/vI_notificationBar.xml#notification");
12}
13
14.vINotificationLogo {
15    margin: 0;
16    padding: 0;
17}
18
19.identity_clone-menulist {
20  -moz-binding: url(chrome://v_identity/content/v_identity.xml#fromMenuList_clone);
21  -moz-appearance: textfield;
22  margin: 2px 4px;
23  border: 2px solid;
24  -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
25  -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
26  -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
27  -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
28  padding: 1px 0px 1px 2px;
29  background-color: -moz-Field;
30  color: -moz-FieldText;
31}
32
33.identity_clone-popup-item {
34  -moz-binding: url("chrome://v_identity/content/v_identity.xml#fromPopupItem_clone");
35  padding: 0;
36  margin: 0;
37}
38
39.menulist_clone-icon {
40    margin:     0 3px;
41}
42
43.menupopup_clone-icon{
44    margin:     0 3px;
45    padding:    0;
46}
47
48.menulist_clone-textbox, .menupopup_clone-text {
49    margin:     0;
50    padding:    1px;
51    background-color: transparent;
52}
53
54.vIactiv {
55    color: red;
56}
57
58/* indicates a new indetity in menu */
59/* the alternate is the person-icon, which is defined elsewhere */
60.new-icon {
61  list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar-small.png");
62  -moz-image-region: rect(0px 16px 16px 0px);
63}
64
65
66/* the following styles are copied from notification.css, cause its not included in pre2.0 */
67notification {
68  background-color: InfoBackground;
69  color: InfoText;
70}
71
72notification[type="info"] {
73  background-color: -moz-Dialog;
74}
75
76notification[type="critical"] {
77  background-color: red;
78}
79
80#fromPopupItem_clone .menulist-menupopup {
81    padding: 0;
82}
83
84.messageImage {
85  width: 16px;
86  height: 16px;
87  margin: 0px 1px 0px 6px;
88}
89
90.messageText {
91  -moz-margin-start: 5px;
92}
93
94.messageButton {
95  margin: 0px 5px 0px 5px;
96}
97
98.messageCloseButton {
99  list-style-image: url("chrome://global/skin/icons/close.png");
100  -moz-appearance: none;
101  -moz-image-region: rect(0px, 16px, 16px, 0px);
102  padding: 4px 2px;
103  border: none !important;
104}
105
106.messageCloseButton:hover {
107  -moz-image-region: rect(0px, 32px, 16px, 16px);
108}
109
110.messageCloseButton:hover:active {
111  -moz-image-region: rect(0px, 48px, 16px, 32px);
112}
113/* the previous styles are copied from notification.css, cause its not included in pre2.0 */
Note: See TracBrowser for help on using the repository browser.