some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / navigator / pageInfo.css
... / ...
CommitLineData
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/. */
4
5@import "chrome://global/skin/";
6
7/* Misc */
8tree {
9 margin: .5em;
10}
11
12.gridSeparator {
13 width: .5em;
14}
15
16textbox {
17 background: transparent !important;
18 border: none;
19 padding: 0px;
20 -moz-user-focus: none;
21}
22
23textbox.header {
24 margin-inline-start: 0;
25}
26
27textbox.meta-properties {
28 margin-top: 1px;
29}
30
31.iframe {
32 margin: .5em;
33 background: black;
34 overflow: auto;
35}
36
37.fixedsize {
38 height: 8.5em;
39}
40
41textbox[readonly="true"] {
42 color: #9C9CFF;
43}
44
45textbox[disabled] {
46 font-style: italic;
47}
48
49row > label {
50 padding: 3px 0;
51}
52
53/* General Tab */
54#general-security-identity {
55 white-space: pre-wrap;
56 line-height: 2em;
57}
58
59/* Media Tab */
60#imagetree {
61 min-height: 10em;
62}
63
64#thepreviewimage {
65 margin: 1em;
66}
67
68treechildren::-moz-tree-cell-text(broken) {
69 font-style: italic;
70 color: #8050B0;
71}
72
73/* Feeds Tab */
74#feedListbox richlistitem {
75 padding-top: 6px;
76 padding-bottom: 6px;
77 padding-inline-start: 7px;
78 padding-inline-end: 7px;
79 min-height: 25px;
80 border-bottom: 1px dotted #9C9CFF;
81}
82
83.feedTitle {
84 font-weight: bold;
85}
86
87/* Permissions Tab */
88#permList {
89 margin-top: .5em;
90 overflow: auto;
91}
92
93.permission {
94 padding-top: 6px;
95 padding-bottom: 6px;
96 padding-inline-start: 7px;
97 padding-inline-end: 7px;
98 min-height: 25px;
99 border-bottom: 1px dotted #9C9CFF;
100}
101
102.permissionLabel {
103 font-weight: bold;
104}
105
106/* Security Tab */
107.fieldValue {
108 font-weight: bold;
109}
110
111#identity-icon {
112 width: 64px;
113 height: 64px;
114 list-style-image: url("chrome://navigator/skin/icons/identity.png");
115 -moz-image-region: rect(0px, 64px, 64px, 0px);
116}
117
118#identity-icon.verifiedDomain {
119 -moz-image-region: rect(64px, 64px, 128px, 0px);
120}
121
122#identity-icon.verifiedIdentity {
123 -moz-image-region: rect(128px, 64px, 192px, 0px);
124}