browser/themes/linux/pageInfo.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/linux/pageInfo.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,276 @@
     1.4 +%if 0
     1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +%endif
     1.9 +
    1.10 +@import url("chrome://global/skin/");
    1.11 +
    1.12 +/* View buttons */
    1.13 +#viewGroup > radio {
    1.14 +  list-style-image: url("chrome://browser/skin/pageInfo.png");
    1.15 +  -moz-box-orient: vertical;
    1.16 +  -moz-box-align: center;
    1.17 +  -moz-appearance: none;
    1.18 +  min-width: 4.5em;
    1.19 +  margin: 0;
    1.20 +  padding: 3px;
    1.21 +  color: -moz-FieldText;
    1.22 +}
    1.23 +
    1.24 +#viewGroup > radio[selected="true"] {
    1.25 +  background-color: Highlight;
    1.26 +  color: HighlightText; 
    1.27 +}
    1.28 +
    1.29 +#topBar {
    1.30 +  -moz-appearance: listbox;
    1.31 +  margin: 8px 8px 0;
    1.32 +}
    1.33 +
    1.34 +#generalTab {
    1.35 +  -moz-image-region: rect(0px, 32px, 32px, 0px)
    1.36 +}
    1.37 +
    1.38 +#mediaTab {
    1.39 +  -moz-image-region: rect(0px, 64px, 32px, 32px)
    1.40 +}
    1.41 +
    1.42 +#feedTab {
    1.43 +  -moz-image-region: rect(0px, 96px, 32px, 64px)
    1.44 +}
    1.45 +
    1.46 +#permTab {
    1.47 +  -moz-image-region: rect(0px, 128px, 32px, 96px)
    1.48 +}
    1.49 +
    1.50 +#securityTab {
    1.51 +  -moz-image-region: rect(0px, 160px, 32px, 128px)
    1.52 +}
    1.53 +
    1.54 +#mainDeck {
    1.55 +  padding-left: 2px;
    1.56 +  padding-right: 2px;
    1.57 +}
    1.58 +
    1.59 +deck {
    1.60 +  padding: 10px 10px 10px 10px;
    1.61 +}
    1.62 +
    1.63 +/* Misc */
    1.64 +tree {
    1.65 +  margin: .5em;
    1.66 +}
    1.67 +
    1.68 +.gridSeparator {
    1.69 +  width: .5em;
    1.70 +}
    1.71 +
    1.72 +textbox {
    1.73 +  background: transparent !important;
    1.74 +  border: none;
    1.75 +  padding: 0px;
    1.76 +  margin-top: 1px;
    1.77 +  -moz-appearance: none;
    1.78 +}
    1.79 +
    1.80 +textbox.header {
    1.81 +  -moz-margin-start: 0;
    1.82 +}
    1.83 +
    1.84 +.iframe {
    1.85 +  margin: .5em;
    1.86 +  background: white;
    1.87 +  overflow: auto;
    1.88 +}
    1.89 +
    1.90 +.fixedsize {
    1.91 +  height: 8.5em;
    1.92 +}
    1.93 +
    1.94 +textbox[disabled] {
    1.95 +  font-style: italic;
    1.96 +}
    1.97 +
    1.98 +/* General Tab */
    1.99 +#generalPanel > #titletext {
   1.100 +  -moz-margin-start: 5px;
   1.101 +}
   1.102 +
   1.103 +groupbox.collapsable caption .caption-icon { 
   1.104 +  width: 9px;
   1.105 +  height: 9px;
   1.106 +  background-repeat: no-repeat;
   1.107 +  background-position: center;
   1.108 +  -moz-margin-start: 1px;
   1.109 +  -moz-margin-end: 3px;
   1.110 +  background-image: url("chrome://global/skin/tree/twisty-open.png");
   1.111 +}
   1.112 +
   1.113 +groupbox.collapsable[closed="true"] {
   1.114 +  border: none;
   1.115 +}
   1.116 +
   1.117 +groupbox.collapsable[closed="true"] caption .caption-icon { 
   1.118 +  background-image: url("chrome://global/skin/tree/twisty-clsd.png");
   1.119 +}
   1.120 +
   1.121 +groupbox tree { 
   1.122 +  margin: 0;
   1.123 +  border: none;
   1.124 +}
   1.125 +
   1.126 +groupbox.treebox .groupbox-body { 
   1.127 +  -moz-margin-start: 5px;
   1.128 +  -moz-margin-end: 1px;
   1.129 +  padding-top: 0;
   1.130 +}
   1.131 +
   1.132 +#securityBox description { 
   1.133 +  -moz-margin-start: 10px;
   1.134 +}
   1.135 +
   1.136 +#general-security-identity {
   1.137 +  white-space: pre-wrap;
   1.138 +  line-height: 2em;
   1.139 +}
   1.140 +
   1.141 +/* Media Tab */
   1.142 +#imagetree {
   1.143 +  min-height: 10em;
   1.144 +  margin-top: 2px;
   1.145 +  margin-bottom: 0;
   1.146 +}
   1.147 +
   1.148 +#mediaSplitter {
   1.149 +  -moz-appearance: none;
   1.150 +  height: .8em;
   1.151 +}
   1.152 +
   1.153 +#mediaGrid {
   1.154 +  min-height: 9em;
   1.155 +}
   1.156 +
   1.157 +#mediaLabelColumn {
   1.158 +  min-width: 10em;
   1.159 +}
   1.160 +
   1.161 +#thepreviewimage {
   1.162 +  margin: 1em;
   1.163 +}
   1.164 +
   1.165 +treechildren::-moz-tree-cell-text(broken) {
   1.166 +  font-style: italic;
   1.167 +  color: graytext;
   1.168 +}
   1.169 +
   1.170 +#mediaPreviewBox .inset {
   1.171 +  -moz-appearance: listbox;
   1.172 +  margin-bottom: 0;  
   1.173 +}
   1.174 +
   1.175 +/* Feeds Tab */
   1.176 +#feedPanel {
   1.177 +  margin-left: 2px;
   1.178 +  margin-right: 2px;
   1.179 +}
   1.180 +
   1.181 +#feedtree {
   1.182 +  margin-bottom: 0px;
   1.183 +}
   1.184 +
   1.185 +#feedListbox richlistitem {
   1.186 +  padding-top: 6px;
   1.187 +  padding-bottom: 6px;
   1.188 +  -moz-padding-start: 7px;
   1.189 +  -moz-padding-end: 7px;
   1.190 +  min-height: 25px;
   1.191 +  border-bottom: 1px dotted #C0C0C0;
   1.192 +  color: -moz-FieldText;
   1.193 +}
   1.194 +
   1.195 +#feedListbox richlistitem[selected="true"] {
   1.196 +  background-color: -moz-Dialog;
   1.197 +  color: -moz-DialogText;
   1.198 +}
   1.199 +
   1.200 +#feedListbox {
   1.201 +  margin-bottom: 0;
   1.202 +  border: 2px solid;
   1.203 +  -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
   1.204 +  -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
   1.205 +  -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
   1.206 +  -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
   1.207 +}
   1.208 +
   1.209 +.feedTitle { 
   1.210 +  font-weight: bold;
   1.211 +}
   1.212 +
   1.213 +/* Permissions Tab */
   1.214 +#permPanel {
   1.215 +  margin-left: 6px;
   1.216 +  margin-right: 6px;
   1.217 +}
   1.218 +
   1.219 +#permList {
   1.220 +  -moz-appearance: listbox;
   1.221 +  margin-top: .5em;
   1.222 +  overflow: auto;
   1.223 +  border: 2px solid;
   1.224 +  -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
   1.225 +  -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
   1.226 +  -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
   1.227 +  -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
   1.228 +  background-color: -moz-field;
   1.229 +  color: -moz-FieldText;
   1.230 +}
   1.231 +
   1.232 +.permission {
   1.233 +  padding-top: 6px;
   1.234 +  padding-bottom: 6px;
   1.235 +  -moz-padding-start: 7px;
   1.236 +  -moz-padding-end: 7px;
   1.237 +  min-height: 25px;
   1.238 +  border-bottom: 1px dotted #C0C0C0;
   1.239 +}
   1.240 +
   1.241 +.permissionLabel {
   1.242 +  font-weight: bold;
   1.243 +}
   1.244 +
   1.245 +.permission:hover {
   1.246 +  background-color: -moz-dialog;
   1.247 +  color: -moz-DialogText;
   1.248 +}
   1.249 +
   1.250 +/* Security Tab */
   1.251 +#securityPanel .caption-icon {
   1.252 +  display: none;
   1.253 +}
   1.254 +
   1.255 +#securityPanel .header {
   1.256 +  font-size: 120%;
   1.257 +}
   1.258 + 
   1.259 +#securityPanel .fieldLabel {
   1.260 +  margin: 2px 10px 3px 10px;
   1.261 +}
   1.262 +
   1.263 +#securityPanel .fieldValue {
   1.264 +  font-weight: bold;
   1.265 +  margin: 2px 10px 0px 10px;
   1.266 +}
   1.267 +
   1.268 +/* Icons for context menus */
   1.269 +menuitem:not([type]) {
   1.270 +  -moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic");
   1.271 +}
   1.272 +
   1.273 +#menu_selectall {
   1.274 +  list-style-image: url("moz-icon://stock/gtk-select-all?size=menu");
   1.275 +}
   1.276 +
   1.277 +#menu_copy {
   1.278 +  list-style-image: url("moz-icon://stock/gtk-copy?size=menu");
   1.279 +}

mercurial