mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 06:00:46 +00:00
333 lines
7.0 KiB
CSS
333 lines
7.0 KiB
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
|
|
|
/*
|
|
* General styles
|
|
*/
|
|
|
|
#status4evar-status-widget,
|
|
#status4evar-progress-widget
|
|
{
|
|
-moz-box-align: center;
|
|
}
|
|
|
|
[forcevisible="true"]
|
|
{
|
|
visibility: visible !important;
|
|
}
|
|
|
|
#wrapper-status4evar-progress-widget progressmeter,
|
|
#wrapper-status4evar-download-button toolbarbutton
|
|
{
|
|
visibility: visible;
|
|
}
|
|
|
|
#wrapper-status4evar-status-widget toolbaritem label
|
|
{
|
|
background-color: rgba(0,0,0,0.2);
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
/*
|
|
* Options button
|
|
*/
|
|
|
|
#status4evar-options-button
|
|
{
|
|
list-style-image: url("chrome://browser/skin/statusbar/s4e24.png");
|
|
}
|
|
|
|
toolbar[iconsize="small"] #status4evar-options-button
|
|
{
|
|
list-style-image: url("chrome://browser/skin/statusbar/s4e16.png");
|
|
}
|
|
|
|
/*
|
|
* Download status
|
|
*/
|
|
|
|
toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"],
|
|
toolbar[mode="text"] #status4evar-download-button
|
|
{
|
|
-moz-box-orient: horizontal !important;
|
|
}
|
|
|
|
toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"] > label
|
|
{
|
|
display: -moz-box !important;
|
|
}
|
|
|
|
#status4evar-download-progress-bar
|
|
{
|
|
border: 1px solid gray;
|
|
-moz-appearance: none;
|
|
margin: 0px;
|
|
min-height: 0px;
|
|
min-width: 0px;
|
|
}
|
|
|
|
#status4evar-download-progress-bar > *
|
|
{
|
|
-moz-appearance: none;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
#status4evar-download-progress-bar[pmType$="unknown"] > .progress-bar
|
|
{
|
|
background-image: url("chrome://browser/skin/statusbar/pulse.png");
|
|
}
|
|
|
|
#status4evar-download-notification-container
|
|
{
|
|
min-height: 1px;
|
|
min-width: 1px;
|
|
height: 1px;
|
|
margin-bottom: -1px;
|
|
position: relative;
|
|
z-index: 5;
|
|
}
|
|
|
|
#status4evar-download-notification-icon
|
|
{
|
|
opacity: 0;
|
|
background-size: 16px;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
@keyframes status4evar-download-notification-finish
|
|
{
|
|
from { opacity: 0; transform: scale(1); }
|
|
20% { opacity: .65; animation-timing-function: ease-in; }
|
|
to { opacity: 0; transform: scale(8); }
|
|
}
|
|
|
|
#status4evar-download-notification-anchor[notification="finish"][forcevisible="true"] #status4evar-download-notification-icon
|
|
{
|
|
background-image: url("chrome://browser/skin/downloads/download-notification-finish.png");
|
|
animation-name: status4evar-download-notification-finish;
|
|
animation-duration: 1s;
|
|
}
|
|
|
|
/*
|
|
* Splitter
|
|
*/
|
|
|
|
splitter.status4evar-status-splitter
|
|
{
|
|
-moz-appearance: splitter;
|
|
border: none;
|
|
background: transparent;
|
|
position: relative;
|
|
}
|
|
|
|
splitter.status4evar-status-splitter:not(:hover)
|
|
{
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
/*
|
|
* Location bar progress
|
|
*/
|
|
|
|
#urlbar-progress-alt
|
|
{
|
|
margin: 0px;
|
|
-moz-appearance: none;
|
|
min-height: 0px;
|
|
height: 3px;
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#urlbar[pmpack="center"] #urlbar-progress-alt
|
|
{
|
|
-moz-box-flex: 1;
|
|
}
|
|
|
|
#urlbar:not([pmpack="center"]) #urlbar-progress-alt > *
|
|
{
|
|
border-top: 1px solid rgba(0,0,0,.1);
|
|
border-bottom: 1px solid rgba(0,0,0,.1);
|
|
}
|
|
|
|
#urlbar-container:not([combined]) #urlbar:not([pmpack="begin"]) #urlbar-progress-alt,
|
|
#urlbar-container:not([combined]) #urlbar:not([pmpack="begin"]) #urlbar-progress-alt > *
|
|
{
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
|
|
#urlbar-container:not([combined]) #urlbar:not([pmpack="end"]) #urlbar-progress-alt,
|
|
#urlbar-container:not([combined]) #urlbar:not([pmpack="end"]) #urlbar-progress-alt > *
|
|
{
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
|
|
/*
|
|
* General progress
|
|
*/
|
|
|
|
#urlbar-progress-alt > *,
|
|
#status4evar-progress-bar[s4estyle="true"] > *
|
|
{
|
|
border: none;
|
|
}
|
|
|
|
#urlbar-progress-alt > .progress-remainder,
|
|
#status4evar-progress-bar > .progress-remainder
|
|
{
|
|
background-image: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#urlbar[s4estyle="true"] > #urlbar-progress-alt > .progress-bar,
|
|
#status4evar-progress-bar[s4estyle="true"] > .progress-bar
|
|
{
|
|
border-right: 1px solid rgba(0,0,0,.2);
|
|
}
|
|
|
|
#urlbar[s4estyle="true"] > #urlbar-progress-alt[value="0"] > .progress-bar,
|
|
#urlbar[s4estyle="true"] > #urlbar-progress-alt[value="100"] > .progress-bar,
|
|
#status4evar-progress-bar[s4estyle="true"][value="0"] > .progress-bar,
|
|
#status4evar-progress-bar[s4estyle="true"][value="100"] > .progress-bar
|
|
{
|
|
border-right: none;
|
|
}
|
|
|
|
/*
|
|
* Location bar status transisions
|
|
*/
|
|
|
|
#urlbar .urlbar-over-link-layer
|
|
{
|
|
opacity: 0;
|
|
}
|
|
|
|
#urlbar .urlbar-input-layer[overlinkstate="fade-in"],
|
|
#urlbar .urlbar-input-layer[overlinkstate="fade-in"] html|input.urlbar-input::-moz-placeholder
|
|
{
|
|
-moz-transition-property: color;
|
|
-moz-transition-duration: 150ms;
|
|
color: transparent;
|
|
}
|
|
|
|
#urlbar .urlbar-input-layer[overlinkstate="fade-out"],
|
|
#urlbar .urlbar-input-layer[overlinkstate="fade-out"] html|input.urlbar-input::-moz-placeholder
|
|
{
|
|
-moz-transition-property: color;
|
|
-moz-transition-duration: 150ms;
|
|
-moz-transition-timing-function: cubic-bezier(0.0, 1.0, 1.0, 1.0);
|
|
}
|
|
|
|
#urlbar .urlbar-input-layer[overlinkstate="showing"],
|
|
#urlbar .urlbar-input-layer[overlinkstate="showing"] html|input.urlbar-input::-moz-placeholder
|
|
{
|
|
color: transparent;
|
|
}
|
|
|
|
#urlbar .urlbar-over-link-layer[overlinkstate="fade-in"]
|
|
{
|
|
-moz-transition-property: opacity;
|
|
-moz-transition-duration: 150ms;
|
|
opacity: 1;
|
|
}
|
|
|
|
#urlbar .urlbar-over-link-layer[overlinkstate="fade-out"]
|
|
{
|
|
-moz-transition-property: opacity;
|
|
-moz-transition-duration: 150ms;
|
|
-moz-transition-timing-function: cubic-bezier(0.0, 1.0, 1.0, 1.0);
|
|
}
|
|
|
|
#urlbar .urlbar-over-link-layer[overlinkstate="showing"]
|
|
{
|
|
opacity: 1;
|
|
}
|
|
|
|
#urlbar .urlbar-input-layer-children[overlinkstate="fade-in"]
|
|
{
|
|
-moz-transition-property: opacity;
|
|
-moz-transition-duration: 150ms;
|
|
opacity: 0;
|
|
}
|
|
|
|
#urlbar .urlbar-input-layer-children[overlinkstate="fade-out"]
|
|
{
|
|
-moz-transition-property: opacity;
|
|
-moz-transition-duration: 150ms;
|
|
-moz-transition-timing-function: cubic-bezier(0.0, 1.0, 1.0, 1.0);
|
|
}
|
|
|
|
#urlbar .urlbar-input-layer-children[overlinkstate="showing"]
|
|
{
|
|
opacity: 0;
|
|
}
|
|
|
|
/*
|
|
* Location bar status layout
|
|
*/
|
|
|
|
#urlbar[s4esalign="left"] .urlbar-origin-box
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
#urlbar .urlbar-origin-label,
|
|
#urlbar .urlbar-over-link-host-label,
|
|
#urlbar .urlbar-over-link-path-label
|
|
{
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
}
|
|
|
|
#urlbar .urlbar-over-link-box:-moz-locale-dir(ltr)
|
|
{
|
|
-moz-padding-start: 18px;
|
|
-moz-padding-end: 2px;
|
|
}
|
|
|
|
#urlbar .urlbar-over-link-box:-moz-locale-dir(rtl)
|
|
{
|
|
-moz-padding-end: 18px;
|
|
-moz-padding-start: 2px;
|
|
}
|
|
|
|
#urlbar[s4esalign="left"] .urlbar-over-link-box:-moz-locale-dir(ltr)
|
|
{
|
|
-moz-padding-start: 1px;
|
|
}
|
|
|
|
#urlbar[s4esalign="left"] .urlbar-over-link-box:-moz-locale-dir(rtl)
|
|
{
|
|
-moz-padding-end: 1px;
|
|
}
|
|
|
|
#urlbar:not([s4esalign="left"]) .urlbar-over-link-box:-moz-locale-dir(ltr)
|
|
{
|
|
background: url(chrome://browser/skin/statusbar/urlbar-over-link-arrow.png) no-repeat left center;
|
|
}
|
|
|
|
#urlbar:not([s4esalign="left"]) .urlbar-over-link-box:-moz-locale-dir(rtl)
|
|
{
|
|
background: url(chrome://browser/skin/statusbar/urlbar-over-link-arrow-rtl.png) no-repeat right center;
|
|
}
|
|
|
|
/*
|
|
* Status bar
|
|
*/
|
|
|
|
#status-bar > .statusbar-resizerpanel
|
|
{
|
|
display: none !important;
|
|
}
|
|
|