first part of LCARStrek sync to browser windows theme changes in Firefox 25
[themes.git] / LCARStrek / navigator / pageInfo.css
CommitLineData
9099c61d
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
351107c9 4
b1eaa419 5@import "chrome://global/skin/";
351107c9 6
e10e7add 7/* Misc */
7aa65558 8tree {
b1eaa419 9 margin: .5em;
351107c9 10}
11
e10e7add
RK
12.gridSeparator {
13 width: .5em;
14}
15
16textbox {
b1eaa419 17 background: transparent !important;
18 border: none;
19 padding: 0px;
e10e7add 20 -moz-user-focus: none;
351107c9 21}
22
b1eaa419 23textbox.header {
e10e7add 24 -moz-margin-start: 0;
b1eaa419 25}
26
27.iframe {
28 margin: .5em;
29 background: black;
30 overflow: auto;
31}
32
2b722888 33.fixedsize {
8a7d0690 34 height: 8.5em;
2b722888 35}
242fc635 36
d15efd04
RK
37textbox[readonly="true"] {
38 color: #9C9CFF;
39}
40
242fc635 41textbox[disabled] {
42 font-style: italic;
43}
e10e7add 44
d15efd04
RK
45row > label {
46 padding: 3px 0;
47}
48
e10e7add 49/* General Tab */
e10e7add
RK
50#general-security-identity {
51 white-space: pre-wrap;
52 line-height: 2em;
53}
54
55/* Media Tab */
56#imagetree {
57 min-height: 10em;
58}
59
60#thepreviewimage {
61 margin: 1em;
62}
63
64treechildren::-moz-tree-cell-text(broken) {
65 font-style: italic;
66 color: #8050B0;
67}
68
69/* Feeds Tab */
70#feedListbox richlistitem {
71 padding-top: 6px;
72 padding-bottom: 6px;
73 -moz-padding-start: 7px;
74 -moz-padding-end: 7px;
75 min-height: 25px;
76 border-bottom: 1px dotted #9C9CFF;
77}
78
79.feedTitle {
80 font-weight: bold;
81}
82
83/* Permissions Tab */
84#permList {
85 margin-top: .5em;
86 overflow: auto;
87}
88
8dcc05d2 89.permission {
e10e7add
RK
90 padding-top: 6px;
91 padding-bottom: 6px;
92 -moz-padding-start: 7px;
93 -moz-padding-end: 7px;
94 min-height: 25px;
95 border-bottom: 1px dotted #9C9CFF;
96}
97
8dcc05d2 98.permissionLabel {
e10e7add
RK
99 font-weight: bold;
100}
101
102/* Security Tab */
b5adebfa 103.fieldValue {
e10e7add 104 font-weight: bold;
e10e7add 105}
7214f501
RK
106
107#identity-icon {
108 width: 64px;
109 height: 64px;
110 list-style-image: url("chrome://navigator/skin/icons/identity.png");
111 -moz-image-region: rect(0px, 64px, 64px, 0px);
112}
113
114#identity-icon.verifiedDomain {
115 -moz-image-region: rect(64px, 64px, 128px, 0px);
116}
117
118#identity-icon.verifiedIdentity {
119 -moz-image-region: rect(128px, 64px, 192px, 0px);
120}