aboutsummaryrefslogtreecommitdiff
path: root/files/es/xpinstall_api_reference/index.html
blob: c2809418ff8f041eec9a7aa5234a7a1506f0993a (plain)
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
130
131
132
---
title: XPInstall API Reference
slug: XPInstall_API_Reference
---
<p>@namespace url(<a class=" external" href="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">http://www.mozilla.org/keymaster/gat...re.is.only.xul</a>);
</p><p>/* ----------Make toolbars Look ok on Classic---------- */
</p>
<ol><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox {
</li></ol>
<pre class="eval"> -moz-appearance: toolbox !important;
 background-color: -moz-Dialog !important;
 border-top: 2px solid !important;
 -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important;
</pre>
<p>}
</p>
<ol><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox toolbar {
</li></ol>
<pre class="eval"> -moz-appearance: toolbar !important;
 border-top: 2px solid !important;
 -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important;
</pre>
<p>}
</p>
<ol><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar {
</li></ol>
<pre class="eval"> border: none !important;
</pre>
<p>}
</p>
<ol><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar,
</li><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #PersonalToolbar {
</li></ol>
<pre class="eval"> -moz-opacity: 1 !important;
</pre>
<p>}
</p>
<ol><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar,
</li><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar menubar,
</li><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #nav-bar {
</li></ol>
<pre class="eval"> -moz-appearance: toolbar !important;
</pre>
<p>}
</p>
<ol><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar {
</li></ol>
<pre class="eval">  background: none !important;
</pre>
<p>}
</p>
<ol><li>main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox {
</li></ol>
<pre class="eval">  background-color: -moz-Dialog !important;
</pre>
<p>}
</p><p>/* ----------Fix Address Bar---------- */
</p>
<ol><li>urlbar {
</li></ol>
<pre class="eval"> padding-left: 1px !important;
</pre>
<p>}
</p><p>/* code from kliu0x52 */
</p>
<ol><li>urlbar:not(:-moz-system-metric(windows-default-theme)) {
</li></ol>
<pre class="eval">  -moz-appearance: TextField ! important;
</pre>
<p>}
</p>
<ol><li>urlbar{{ mediawiki.external('chromedir=\"ltr\"') }}:not(:-moz-system-metric(windows-default-theme)) {
</li></ol>
<pre class="eval">  -moz-margin-start: 4px ! important;
</pre>
<p>}
</p>
<ol><li>urlbar{{ mediawiki.external('chromedir=\"ltr\"') }}:not(:-moz-system-metric(windows-default-theme)) &gt; #identity-box {
</li></ol>
<pre class="eval">  -moz-margin-start: 0px ! important;
</pre>
<p>}
</p>
<ol><li>urlbar{{ mediawiki.external('chromedir=\"ltr\"') }}:not(:-moz-system-metric(windows-default-theme)) &gt; #identity-box &gt; hbox {
</li></ol>
<pre class="eval">  border-left-style: none ! important;
  padding-left: 2px ! important;
  -moz-border-radius: 0px ! important;
</pre>
<p>}
</p><p>.searchbar-textbox:not(:-moz-system-metric(windows-default-theme)) {
</p>
<pre class="eval">  -moz-appearance: TextField ! important;
</pre>
<p>}
/* end of code from kliu0x52 */
</p><p>/* ----------Remove withe background from menubar---------- */
</p>
<ol><li>toolbar-menubar {
</li></ol>
<pre class="eval"> background: none !important;
</pre>
<p>}
</p>
<ol><li>main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #file-menu,
</li><li>main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #edit-menu,
</li><li>main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #view-menu,
</li><li>main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #history-menu,
</li><li>main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #bookmarksMenu,
</li><li>main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #tools-menu,
</li><li>main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #helpMenu {
</li></ol>
<pre class="eval"> color: #ffffff !important;
</pre>
<p>}
</p><p>/* ----------Make bookmarks toolbar blue---------- */
</p>
<ol><li>PersonalToolbar:-moz-system-metric(windows-default-theme) {
</li></ol>
<pre class="eval"> -moz-appearance: communications-toolbox !important;
 padding: 2px 2px 3px 2px !important;
</pre>
<p>}
</p>
<ol><li>PersonalToolbar .toolbarbutton-text:-moz-system-metric(windows-default-theme) {
</li></ol>
<p>color: #fff !important;
margin-bottom: 1px !important;
}
</p><p>toolbarbutton.bookmark-item:-moz-system-metric(windows-default-theme) {
padding: 2px 6px !important;
</p>