update both themes for suite classic changes up to 2010-08-29
[themes.git] / LCARStrek / navigator / pageInfo.css
CommitLineData
351107c9 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 *
e10e7add 14 * The Original Code is mozilla.org code.
351107c9 15 *
b1eaa419 16 * The Initial Developer of the Original Code is Daniel Brooks.
e10e7add 17 * Portions created by the Initial Developer are Copyright (C) 2001-2007
351107c9 18 * the Initial Developer. All Rights Reserved.
19 *
20 * Contributor(s):
e10e7add
RK
21 * Kevin Gerich <webmail@kmgerich.com>
22 * Daniel Brooks <db48x@yahoo.com>
23 * Florian QUEZE <f.qu@queze.net>
351107c9 24 *
25 * Alternatively, the contents of this file may be used under the terms of
26 * either the GNU General Public License Version 2 or later (the "GPL"), or
27 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 * in which case the provisions of the GPL or the LGPL are applicable instead
29 * of those above. If you wish to allow use of your version of this file only
30 * under the terms of either the GPL or the LGPL, and not to allow others to
31 * use your version of this file under the terms of the MPL, indicate your
32 * decision by deleting the provisions above and replace them with the notice
e10e7add 33 * and other provisions required by the GPL or the LGPL. If you do not delete
351107c9 34 * the provisions above, a recipient may use your version of this file under
35 * the terms of any one of the MPL, the GPL or the LGPL.
36 *
e10e7add 37 * ***** END LICENSE BLOCK ***** */
351107c9 38
b1eaa419 39@import "chrome://global/skin/";
351107c9 40
e10e7add 41/* Misc */
7aa65558 42tree {
b1eaa419 43 margin: .5em;
351107c9 44}
45
e10e7add
RK
46.gridSeparator {
47 width: .5em;
48}
49
50textbox {
b1eaa419 51 background: transparent !important;
52 border: none;
53 padding: 0px;
e10e7add 54 -moz-user-focus: none;
351107c9 55}
56
b1eaa419 57textbox.header {
e10e7add 58 -moz-margin-start: 0;
b1eaa419 59}
60
61.iframe {
62 margin: .5em;
63 background: black;
64 overflow: auto;
65}
66
2b722888 67.fixedsize {
8a7d0690 68 height: 8.5em;
2b722888 69}
242fc635 70
d15efd04
RK
71textbox[readonly="true"] {
72 color: #9C9CFF;
73}
74
242fc635 75textbox[disabled] {
76 font-style: italic;
77}
e10e7add 78
d15efd04
RK
79row > label {
80 padding: 3px 0;
81}
82
e10e7add 83/* General Tab */
e10e7add
RK
84#general-security-identity {
85 white-space: pre-wrap;
86 line-height: 2em;
87}
88
89/* Media Tab */
90#imagetree {
91 min-height: 10em;
92}
93
94#thepreviewimage {
95 margin: 1em;
96}
97
98treechildren::-moz-tree-cell-text(broken) {
99 font-style: italic;
100 color: #8050B0;
101}
102
103/* Feeds Tab */
104#feedListbox richlistitem {
105 padding-top: 6px;
106 padding-bottom: 6px;
107 -moz-padding-start: 7px;
108 -moz-padding-end: 7px;
109 min-height: 25px;
110 border-bottom: 1px dotted #9C9CFF;
111}
112
113.feedTitle {
114 font-weight: bold;
115}
116
117/* Permissions Tab */
118#permList {
119 margin-top: .5em;
120 overflow: auto;
121}
122
8dcc05d2 123.permission {
e10e7add
RK
124 padding-top: 6px;
125 padding-bottom: 6px;
126 -moz-padding-start: 7px;
127 -moz-padding-end: 7px;
128 min-height: 25px;
129 border-bottom: 1px dotted #9C9CFF;
130}
131
8dcc05d2 132.permissionLabel {
e10e7add
RK
133 font-weight: bold;
134}
135
136/* Security Tab */
b5adebfa 137.fieldValue {
e10e7add 138 font-weight: bold;
e10e7add 139}
7214f501
RK
140
141#identity-icon {
142 width: 64px;
143 height: 64px;
144 list-style-image: url("chrome://navigator/skin/icons/identity.png");
145 -moz-image-region: rect(0px, 64px, 64px, 0px);
146}
147
148#identity-icon.verifiedDomain {
149 -moz-image-region: rect(64px, 64px, 128px, 0px);
150}
151
152#identity-icon.verifiedIdentity {
153 -moz-image-region: rect(128px, 64px, 192px, 0px);
154}