fixing skin bustage because of scrollbar changes
[themes.git] / EarlyBlue / navigator / skin / navigator.css
1 /** Contains style definitions for the navigator application 
2  **/
3
4 @import url(chrome://communicator/skin/);
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  */
44 .menubutton-dual-button > .button-internal-box > .button-text-container 
45   {
46     display             : none;
47   }
48
49 .menubutton-dual-button
50   {
51     min-width           : 32px;
52     min-height          : 32px;
53   }
54
55 #back-button 
56   {
57           list-style-image      : url("chrome://navigator/skin/back.gif");
58     margin                : 0px;
59   }
60
61 #back-button[disabled="true"]
62   {
63           list-style-image      : url("chrome://navigator/skin/back_dis.gif");
64   }
65
66 #forward-button 
67   {
68           list-style-image      : url("chrome://navigator/skin/forward.gif");
69     margin                : 0px;
70   }
71
72 #forward-button[disabled="true"]
73   {
74           list-style-image      : url("chrome://navigator/skin/forward_dis.gif");
75   }
76
77 #stop-button 
78   {
79           list-style-image      : url("chrome://navigator/skin/stop.gif");
80   } 
81
82
83 #stop-button[disabled="true"]
84   {
85           list-style-image      : url("chrome://navigator/skin/stop_dis.gif");
86   }
87
88 #reload-button 
89   {
90           list-style-image      : url("chrome://navigator/skin/reload.gif");
91   }
92
93 /*all the urlbar stuff*/
94 #page-proxy-button 
95   {
96           list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
97           cursor                : grab;
98           margin-right          : 3px;
99           margin-left           : 2px;
100   } 
101
102 #ubhist-keyword-popup 
103   {
104           margin                : 0px 1px 0px 0px;
105           width                 : 10px; 
106           list-style-image      : url("chrome://global/skin/scroll-down.gif"); 
107   } 
108
109 #ubhist
110   {
111     background-color      : #9999CC;
112     list-style-image      : url("chrome://global/skin/scroll-down.gif"); 
113     padding               : 0px 0px 0px 0px;
114     margin                : 0px 3px 0px 0px;
115   }
116
117 #ubhist > .menubutton-icon-internal-box
118   {
119     border                : 1px outset #CCD0DD;
120   }  
121
122 #ubhist:hover:active > .menubutton-icon-internal-box,
123 #ubhist[open="true"] > .menubutton-icon-internal-box
124   {
125     border                : 1px inset #CCD0DD;
126   }  
127
128
129 #action-popup 
130   {
131     list-style-image      : url("chrome://global/skin/scroll-down.gif"); 
132           margin                : 0px; 
133 /*        -moz-border-radius    : 4px; */
134   }
135
136 #content-frame 
137   {
138     min-width             : 0px;
139     min-height            : 0px;
140   }
141
142 #statusbar-icon 
143   {
144     width                 : 100px;
145   }
146
147 #statusbar-display
148   {
149     list-style-image      : url("chrome://communicator/skin/document.gif"):
150   }
151   
152 #statusbar-display[error="true"]
153   {
154     list-style-image      : url("chrome://communicator/skin/document-error.gif");
155   }  
156   
157 #nav-bar-inner
158   {
159     padding-left          : 0px;
160     padding-top           : 10px;
161     padding-bottom        : 10px;
162   }
163
164 #search-button
165   {
166     margin                : 0px 3px 0px 0px;
167   }
168   
169 #go-button
170   {
171     margin                : 0px 3px 0px 0px;
172   }
173   
174 #homebutton
175   {
176     list-style-image      : url("chrome://communicator/skin/bookmarks/home.gif");
177   }
178
179 .menuitem-iconic
180   {
181     padding               : 2px;
182   }
183
184 #print-button 
185   {
186         list-style-image      : url("chrome://global/skin/print.gif");
187     margin                : 0px 3px 0px 0px;
188   }
189
190 #print-button > .menubutton-dual-button
191   {
192     padding               : 0px;
193   }
194
195