start working on new version of Firefox LCARStrek theme by moving old theming to...
[themes.git] / LCARStrek / browser / pageInfo.css
CommitLineData
319c6529
RK
1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
8 *
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
12 * License.
13 *
14 * The Original Code is mozilla.org code.
15 *
16 * The Initial Developer of the Original Code is
17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998-2004
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Kevin Gerich <webmail@kmgerich.com>
23 * Daniel Brooks <db48x@yahoo.com>
24 * Florian QUEZE <f.qu@queze.net>
25 *
26 * Alternatively, the contents of this file may be used under the terms of
27 * either the GNU General Public License Version 2 or later (the "GPL"), or
28 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 * in which case the provisions of the GPL or the LGPL are applicable instead
30 * of those above. If you wish to allow use of your version of this file only
31 * under the terms of either the GPL or the LGPL, and not to allow others to
32 * use your version of this file under the terms of the MPL, indicate your
33 * decision by deleting the provisions above and replace them with the notice
34 * and other provisions required by the GPL or the LGPL. If you do not delete
35 * the provisions above, a recipient may use your version of this file under
36 * the terms of any one of the MPL, the GPL or the LGPL.
37 *
38 * ***** END LICENSE BLOCK ***** */
39
40@import "chrome://global/skin/";
41
42/* View buttons */
43#viewGroup {
44 -moz-padding-start: 10px;
45}
46
47#viewGroup > radio {
48 list-style-image: url("chrome://browser/skin/pageInfo.png");
49 -moz-box-orient: vertical;
50 -moz-box-align: center;
51 -moz-appearance: none;
52 padding: 5px 3px 1px 3px;
53 margin: 0 1px;
54 min-width: 4.5em;
55}
56
57#viewGroup > radio:hover {
58 border: 1px solid #008484;
59 color: #FFCF00;
60}
61
62#viewGroup > radio[selected="true"] {
63 border: 1px solid #9C9CFF;
64 background-color: #008484;
65 color: #FFCF00;
66}
67
68#topBar {
69 border-bottom: 2px solid #9C9CFF;
70 -moz-padding-start: 10px;
71 background-color: #000000;
72 color: #FF9F00;
73}
74
75#generalTab {
76 -moz-image-region: rect(0px, 32px, 32px, 0px)
77}
78
79#generalTab:hover, #generalTab[selected="true"] {
80 -moz-image-region: rect(32px, 32px, 64px, 0px)
81}
82
83#mediaTab {
84 -moz-image-region: rect(0px, 64px, 32px, 32px)
85}
86
87#mediaTab:hover, #mediaTab[selected="true"] {
88 -moz-image-region: rect(32px, 64px, 64px, 32px)
89}
90
91#feedTab {
92 -moz-image-region: rect(0px, 96px, 32px, 64px)
93}
94
95#feedTab:hover, #feedTab[selected="true"] {
96 -moz-image-region: rect(32px, 96px, 64px, 64px)
97}
98
99#permTab {
100 -moz-image-region: rect(0px, 128px, 32px, 96px)
101}
102
103#permTab:hover, #permTab[selected="true"] {
104 -moz-image-region: rect(32px, 128px, 64px, 96px)
105}
106
107#securityTab {
108 -moz-image-region: rect(0px, 160px, 32px, 128px)
109}
110
111#securityTab:hover, #securityTab[selected="true"] {
112 -moz-image-region: rect(32px, 160px, 64px, 128px)
113}
114
115deck {
116 padding: 10px 10px 10px 10px;
117}
118
119/* Misc */
120tree {
121 margin: .5em;
122}
123
124.gridSeparator {
125 width: .5em;
126}
127
128textbox {
129 background: transparent !important;
130 border: none;
131 padding: 0px;
132 margin-top: 1px;
133 -moz-appearance: none;
134}
135
136textbox.header {
137 -moz-margin-start: 0;
138}
139
140.iframe {
141 margin: .5em;
142 background: white;
143 overflow: auto;
144}
145
146.fixedsize {
147 height: 8.5em;
148}
149
150textbox[disabled] {
151 font-style: italic;
152}
153
154/* General Tab */
155groupbox.collapsable caption .caption-icon {
156 width: 9px;
157 height: 9px;
158 background-repeat: no-repeat;
159 background-position: center;
160 -moz-margin-start: 2px;
161 -moz-margin-end: 2px;
162 background-image: url("chrome://global/skin/tree/twisty-open.gif");
163}
164
165groupbox.collapsable[closed="true"] {
166 border: none;
167 margin-bottom: 9px;
168 -moz-appearance: none;
169}
170
171groupbox.collapsable[closed="true"] caption .caption-icon {
172 background-image: url("chrome://global/skin/tree/twisty-closed.gif");
173}
174
175groupbox tree {
176 margin: 0 3px;
177 border: none;
178}
179
180#securityBox description {
181 -moz-margin-start: 10px;
182}
183
184#general-security-identity {
185 white-space: pre-wrap;
186 line-height: 2em;
187}
188
189/* Media Tab */
190#imagetree {
191 min-height: 10em;
192 margin-bottom: 0;
193}
194
195#mediaSplitter {
196 border-style: none;
197 background: none;
198 height: .8em;
199}
200
201#mediaGrid {
202 min-height: 9em;
203}
204
205#mediaLabelColumn {
206 min-width: 10em;
207}
208
209#thepreviewimage {
210 margin: 1em;
211}
212
213treechildren::-moz-tree-cell-text(broken) {
214 font-style: italic;
215 color: #8050B0;
216}
217
218/* Feeds Tab */
219#feedtree {
220 margin-bottom: 0px;
221}
222
223#feedListbox richlistitem {
224 padding-top: 6px;
225 padding-bottom: 6px;
226 -moz-padding-start: 7px;
227 -moz-padding-end: 7px;
228 min-height: 25px;
229 border-bottom: 1px dotted #9C9CFF;
230}
231/*
232#feedListbox richlistitem[selected="true"] {
233 background-color: -moz-Dialog;
234 color: -moz-DialogText;
235}
236
237#feedListbox {
238 border: 2px solid;
239 -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
240 -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
241 -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
242 -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
243}
244*/
245.feedTitle {
246 font-weight: bold;
247}
248
249/* Permissions Tab */
250#permList {
251 margin-top: .5em;
252 overflow: auto;
253 border: 2px solid;
254/* -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
255 -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
256 -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
257 -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
258 background-color: -moz-field; */
259}
260
261.permission {
262 padding-top: 6px;
263 padding-bottom: 6px;
264 -moz-padding-start: 7px;
265 -moz-padding-end: 7px;
266 min-height: 25px;
267 border-bottom: 1px dotted #9C9CFF;
268}
269
270.permissionLabel {
271 font-weight: bold;
272}
273/*
274.permission:hover {
275 background-color: -moz-dialog;
276}
277*/
278/* Security Tab */
279#securityPanel .caption-icon {
280 display: none;
281}
282
283#securityPanel .header {
284 font-size: 120%;
285}
286
287#securityPanel .fieldLabel {
288 margin: 2px 10px 3px 10px;
289}
290
291#securityPanel .fieldValue {
292 font-weight: bold;
293 margin: 2px 10px 0px 10px;
294}