db10b15c |
1 | /** Contains style definitions for the navigator application |
2 | **/ |
3 | |
4 | @import url(chrome://communicator/skin/); |
db10b15c |
5 | @import url(chrome://navigator/skin/personalToolbar.css); |
6 | @import url(chrome://communicator/skin/sidebar/sidebar.css); |
7 | |
8 | #sidebar-parent |
9 | { |
10 | margin-right : 2px; |
11 | } |
12 | |
13 | /* |
14 | * Rules for 'hiding' portions of the chrome for special |
15 | * kinds of browser windows. |
16 | */ |
17 | window[chromehidden~="menubar"] .chromeclass-menubar { |
18 | display: none; |
19 | } |
20 | |
21 | window[chromehidden~="toolbar"] .chromeclass-toolbar { |
22 | display: none; |
23 | } |
24 | |
25 | window[chromehidden~="location"] .chromeclass-location { |
26 | display: none; |
27 | } |
28 | |
29 | window[chromehidden~="directories"] .chromeclass-directories { |
30 | display: none; |
31 | } |
32 | |
33 | window[chromehidden~="status"] .chromeclass-status { |
34 | display: none; |
35 | } |
36 | |
37 | window[chromehidden~="extrachrome"] .chromeclass-extrachrome { |
38 | display: none; |
39 | } |
40 | |
41 | /* |
42 | * Images for the main buttons |
43 | */ |
d3bf7ecf |
44 | .menubutton-dual-button > .button-internal-box > .button-text-container, |
45 | .menubutton-dual-ex-button > .button-internal-box > .button-text-container |
db10b15c |
46 | { |
47 | display : none; |
48 | } |
49 | |
d3bf7ecf |
50 | .menubutton-dual-button, |
51 | .menubutton-dual-ex-button |
db10b15c |
52 | { |
53 | min-width : 32px; |
54 | min-height : 32px; |
55 | } |
56 | |
57 | #back-button |
58 | { |
59 | list-style-image : url("chrome://navigator/skin/back.gif"); |
60 | margin : 0px; |
61 | } |
62 | |
63 | #back-button[disabled="true"] |
64 | { |
65 | list-style-image : url("chrome://navigator/skin/back_dis.gif"); |
66 | } |
67 | |
68 | #forward-button |
69 | { |
70 | list-style-image : url("chrome://navigator/skin/forward.gif"); |
71 | margin : 0px; |
72 | } |
73 | |
74 | #forward-button[disabled="true"] |
75 | { |
76 | list-style-image : url("chrome://navigator/skin/forward_dis.gif"); |
77 | } |
78 | |
79 | #stop-button |
80 | { |
81 | list-style-image : url("chrome://navigator/skin/stop.gif"); |
82 | } |
83 | |
84 | |
85 | #stop-button[disabled="true"] |
86 | { |
87 | list-style-image : url("chrome://navigator/skin/stop_dis.gif"); |
88 | } |
89 | |
90 | #reload-button |
91 | { |
92 | list-style-image : url("chrome://navigator/skin/reload.gif"); |
93 | } |
94 | |
db10b15c |
95 | |
96 | #content-frame |
97 | { |
98 | min-width : 0px; |
99 | min-height : 0px; |
100 | } |
101 | |
102 | #statusbar-icon |
103 | { |
104 | width : 100px; |
105 | } |
106 | |
107 | #statusbar-display |
108 | { |
109 | list-style-image : url("chrome://communicator/skin/document.gif"): |
110 | } |
111 | |
112 | #statusbar-display[error="true"] |
113 | { |
114 | list-style-image : url("chrome://communicator/skin/document-error.gif"); |
115 | } |
116 | |
117 | #nav-bar-inner |
118 | { |
119 | padding-left : 0px; |
6e52efb6 |
120 | padding-top : 11px; |
121 | padding-bottom : 11px; |
afe91d6d |
122 | -moz-box-align : center; |
db10b15c |
123 | } |
124 | |
db10b15c |
125 | #search-button |
126 | { |
127 | margin : 0px 3px 0px 0px; |
128 | } |
129 | |
130 | #go-button |
131 | { |
132 | margin : 0px 3px 0px 0px; |
133 | } |
134 | |
135 | #homebutton |
136 | { |
137 | list-style-image : url("chrome://communicator/skin/bookmarks/home.gif"); |
138 | } |
139 | |
140 | .menuitem-iconic |
141 | { |
142 | padding : 2px; |
143 | } |
144 | |
145 | #print-button |
146 | { |
d06746d5 |
147 | list-style-image : url("chrome://global/skin/print.gif"); |
db10b15c |
148 | margin : 0px 3px 0px 0px; |
149 | } |
150 | |
151 | #print-button > .menubutton-dual-button |
152 | { |
153 | padding : 0px; |
154 | } |
cb0524e2 |
155 | |
29c4873a |
156 | |
d06746d5 |
157 | /*all the urlbar stuff*/ |
158 | #page-proxy-button |
159 | { |
160 | border : 1px inset #CCD0DD; |
161 | border-right : none; |
162 | list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); |
163 | cursor : grab; |
164 | padding : 2px 2px 3px 3px; |
165 | } |
166 | |
167 | #action-popup |
168 | { |
169 | list-style-image : url("chrome://global/skin/scroll-down.gif"); |
170 | margin : 0px; |
171 | /* -moz-border-radius : 4px; */ |
172 | } |
173 | |
174 | |
175 | .autocomplete-textbox-container |
176 | { |
177 | border : 1px inset #CCD0DD; |
178 | border-left : none; |
179 | background-color : #FFFFFF; |
180 | } |
181 | |
182 | #urlbar-container |
183 | { |
184 | border : none; |
185 | background-color : inherit; |
186 | padding : 0px; |
187 | } |
188 | |
189 | #urlbar-group |
190 | { |
191 | margin-right : 5px; |
192 | } |