mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
460 lines
16 KiB
CSS
460 lines
16 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/. */
|
|
|
|
%define WINSTRIPE_AERO
|
|
%include browser.css
|
|
%undef WINSTRIPE_AERO
|
|
|
|
%define customToolbarColor hsl(210,75%,92%)
|
|
%define glassActiveBorderColor rgb(37, 44, 51)
|
|
%define glassInactiveBorderColor rgb(102, 102, 102)
|
|
|
|
@media not all and (-moz-windows-classic) {
|
|
#main-window[sizemode="normal"] > #titlebar > #titlebar-content > #appmenu-button-container {
|
|
margin-top: 1px;
|
|
}
|
|
|
|
#appmenu-button {
|
|
border-width: 2px;
|
|
-moz-border-left-colors: @appMenuButtonBorderColor@;
|
|
-moz-border-bottom-colors: @appMenuButtonBorderColor@;
|
|
-moz-border-right-colors: @appMenuButtonBorderColor@;
|
|
margin-bottom: 1px; /* compensate white outer border */
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.25) inset,
|
|
0 0 2px 1px rgba(255,255,255,.25) inset;
|
|
}
|
|
|
|
#main-window[privatebrowsingmode=temporary] #appmenu-button {
|
|
-moz-border-left-colors: rgba(255,255,255,.5) rgba(43,8,65,.9);
|
|
-moz-border-bottom-colors: rgba(255,255,255,.5) rgba(43,8,65,.9);
|
|
-moz-border-right-colors: rgba(255,255,255,.5) rgba(43,8,65,.9);
|
|
}
|
|
|
|
#appmenu-popup {
|
|
margin-top: -1px;
|
|
-moz-margin-start: 1px;
|
|
}
|
|
|
|
.panel-promo-message {
|
|
font-style: italic;
|
|
}
|
|
}
|
|
|
|
@media (-moz-windows-default-theme) {
|
|
#navigator-toolbox > toolbar:not(:-moz-lwtheme),
|
|
#browser-bottombox:not(:-moz-lwtheme) {
|
|
background-color: @customToolbarColor@;
|
|
}
|
|
|
|
.tabbrowser-tab:not(:-moz-lwtheme),
|
|
.tabs-newtab-button:not(:-moz-lwtheme) {
|
|
background-image: @toolbarShadowOnTab@, @bgTabTexture@,
|
|
linear-gradient(@customToolbarColor@, @customToolbarColor@);
|
|
}
|
|
|
|
.tabbrowser-tab:not(:-moz-lwtheme):hover,
|
|
.tabs-newtab-button:not(:-moz-lwtheme):hover {
|
|
background-image: @toolbarShadowOnTab@, @bgTabTextureHover@,
|
|
linear-gradient(@customToolbarColor@, @customToolbarColor@);
|
|
}
|
|
|
|
.tabbrowser-tab[selected="true"]:not(:-moz-lwtheme) {
|
|
background-image: linear-gradient(#fff, @toolbarHighlight@ 50%),
|
|
linear-gradient(@customToolbarColor@, @customToolbarColor@);
|
|
}
|
|
|
|
#main-window[tabsontop=false]:not([disablechrome]) .tabbrowser-tab[selected=true]:not(:-moz-lwtheme) {
|
|
background-image: @toolbarShadowOnTab@,
|
|
linear-gradient(#fff, @toolbarHighlight@ 50%),
|
|
linear-gradient(@customToolbarColor@, @customToolbarColor@);
|
|
}
|
|
|
|
#navigator-toolbox:not(:-moz-lwtheme)::after {
|
|
background-color: #aabccf;
|
|
}
|
|
|
|
#navigator-toolbox[tabsontop=true] #urlbar:not(:-moz-lwtheme),
|
|
#navigator-toolbox[tabsontop=true] .searchbar-textbox:not(:-moz-lwtheme) {
|
|
border-color: hsla(210,54%,20%,.25) hsla(210,54%,20%,.27) hsla(210,54%,20%,.3);
|
|
}
|
|
|
|
#navigator-toolbox[tabsontop=true] #urlbar:not(:-moz-lwtheme):not([focused]):hover,
|
|
#navigator-toolbox[tabsontop=true] .searchbar-textbox:not(:-moz-lwtheme):not([focused]):hover {
|
|
border-color: hsla(210,54%,20%,.35) hsla(210,54%,20%,.37) hsla(210,54%,20%,.4);
|
|
}
|
|
|
|
#navigator-toolbox[tabsontop=true] #urlbar:not(:-moz-lwtheme)[focused],
|
|
#navigator-toolbox[tabsontop=true] .searchbar-textbox:not(:-moz-lwtheme)[focused] {
|
|
border-color: hsla(206,100%,60%,.65) hsla(206,100%,55%,.65) hsla(206,100%,50%,.65);
|
|
}
|
|
|
|
.sidebar-splitter {
|
|
border: 0;
|
|
-moz-border-end: 1px solid #A9B7C9;
|
|
min-width: 0;
|
|
width: 3px;
|
|
background-color: transparent;
|
|
-moz-margin-start: -3px;
|
|
position: relative;
|
|
}
|
|
|
|
#appcontent ~ .sidebar-splitter {
|
|
-moz-border-start: 1px solid #A9B7C9;
|
|
-moz-border-end: none;
|
|
-moz-margin-start: 0;
|
|
-moz-margin-end: -3px;
|
|
}
|
|
|
|
.menu-accel,
|
|
.menu-iconic-accel {
|
|
color: graytext;
|
|
}
|
|
|
|
.chatbar-button,
|
|
chatbar > chatbox {
|
|
border-color: #A9B7C9;
|
|
}
|
|
|
|
}
|
|
|
|
@media (-moz-windows-compositor) {
|
|
/* These should be hidden w/ glass enabled. Windows draws its own buttons. */
|
|
.titlebar-button {
|
|
display: none;
|
|
}
|
|
|
|
#main-window[sizemode="maximized"] #titlebar-buttonbox {
|
|
-moz-margin-end: 3px;
|
|
}
|
|
|
|
#main-window {
|
|
-moz-appearance: -moz-win-borderless-glass;
|
|
background: transparent;
|
|
}
|
|
|
|
#appcontent {
|
|
-moz-appearance: -moz-win-exclude-glass;
|
|
}
|
|
|
|
#main-window[chromemargin^="0,"][sizemode=normal] #navigator-toolbox {
|
|
margin-top: -7px;
|
|
}
|
|
|
|
/* Artificially draw window borders that are covered by lwtheme, see bug 591930. */
|
|
#main-window[sizemode="normal"] > #titlebar > #titlebar-content:-moz-lwtheme {
|
|
border-top: 2px solid;
|
|
-moz-border-top-colors: @glassActiveBorderColor@ rgba(255,255,255,.6);
|
|
}
|
|
|
|
#main-window[sizemode="normal"] > #titlebar > #titlebar-content:-moz-lwtheme:-moz-window-inactive {
|
|
-moz-border-top-colors: @glassInactiveBorderColor@ rgba(255,255,255,.6);
|
|
}
|
|
|
|
#main-window[sizemode="normal"] > #titlebar > #titlebar-content > #appmenu-button-container:-moz-lwtheme {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
#main-window[sizemode="normal"] #titlebar-buttonbox:-moz-lwtheme {
|
|
margin-top: -2px;
|
|
}
|
|
|
|
#appmenu-button {
|
|
margin-bottom: -1px; /* compensate white outer border */
|
|
}
|
|
|
|
#main-window[sizemode=fullscreen]:not(:-moz-lwtheme) {
|
|
-moz-appearance: none;
|
|
background-color: #556;
|
|
}
|
|
|
|
#toolbar-menubar:not(:-moz-lwtheme),
|
|
#TabsToolbar[tabsontop=true]:not(:-moz-lwtheme),
|
|
#nav-bar[tabsontop=false]:not(:-moz-lwtheme),
|
|
#nav-bar + #customToolbars + #PersonalToolbar[collapsed=true] + #TabsToolbar[tabsontop=false]:last-child:not(:-moz-lwtheme) {
|
|
background-color: transparent !important;
|
|
color: black;
|
|
text-shadow: 0 0 .5em white, 0 0 .5em white, 0 1px 0 rgba(255,255,255,.4);
|
|
border-left-style: none !important;
|
|
border-right-style: none !important;
|
|
}
|
|
|
|
:-moz-any(#toolbar-menubar, #nav-bar[tabsontop=false]) :-moz-any(@primaryToolbarButtons@):not(:-moz-any(#alltabs-button,#tabview-button,#sync-button[status])) > .toolbarbutton-icon:not(:-moz-lwtheme),
|
|
#TabsToolbar[tabsontop=true] :-moz-any(@primaryToolbarButtons@):not(:-moz-any(#alltabs-button,#tabview-button,#new-tab-button,#sync-button[status])) > .toolbarbutton-icon:not(:-moz-lwtheme),
|
|
#nav-bar + #customToolbars + #PersonalToolbar[collapsed=true] + #TabsToolbar[tabsontop=false]:last-child :-moz-any(@primaryToolbarButtons@):not(:-moz-any(#alltabs-button,#tabview-button,#new-tab-button,#sync-button[status])) > .toolbarbutton-icon:not(:-moz-lwtheme) {
|
|
list-style-image: url("chrome://browser/skin/Toolbar-inverted.png");
|
|
}
|
|
|
|
:-moz-any(#toolbar-menubar, #TabsToolbar[tabsontop=true], #nav-bar[tabsontop=false]) .toolbarbutton-1 > .toolbarbutton-menu-dropmarker:not(:-moz-lwtheme),
|
|
:-moz-any(#toolbar-menubar, #TabsToolbar[tabsontop=true], #nav-bar[tabsontop=false]) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:not(:-moz-lwtheme),
|
|
#nav-bar + #customToolbars + #PersonalToolbar[collapsed=true] + #TabsToolbar[tabsontop=false]:last-child .toolbarbutton-1 > .toolbarbutton-menu-dropmarker:not(:-moz-lwtheme),
|
|
#nav-bar + #customToolbars + #PersonalToolbar[collapsed=true] + #TabsToolbar[tabsontop=false]:last-child .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:not(:-moz-lwtheme) {
|
|
list-style-image: url("chrome://browser/skin/toolbarbutton-dropdown-arrow-inverted.png");
|
|
}
|
|
|
|
/* Vertical toolbar border */
|
|
#main-window[sizemode=normal] #navigator-toolbox::after,
|
|
#main-window[sizemode=normal] #navigator-toolbox[tabsontop=true] > toolbar:not(#toolbar-menubar):not(#TabsToolbar),
|
|
#main-window[sizemode=normal] #navigator-toolbox[tabsontop=false] > toolbar:not(#toolbar-menubar):not(#nav-bar) {
|
|
border-left: 1px solid @toolbarShadowColor@;
|
|
border-right: 1px solid @toolbarShadowColor@;
|
|
background-clip: padding-box;
|
|
}
|
|
#main-window[sizemode=normal] #navigator-toolbox > toolbar:-moz-lwtheme {
|
|
border-color: transparent !important;
|
|
}
|
|
#main-window[sizemode=normal] #browser-border-start,
|
|
#main-window[sizemode=normal] #browser-border-end {
|
|
display: -moz-box;
|
|
background-color: @toolbarShadowColor@;
|
|
width: 1px;
|
|
}
|
|
#main-window[sizemode=normal] #browser-bottombox {
|
|
border: 1px solid @toolbarShadowColor@;
|
|
border-top-style: none;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
#main-window[sizemode=normal][tabsontop=false] #PersonalToolbar:not(:-moz-lwtheme) {
|
|
border-top-left-radius: 2.5px;
|
|
border-top-right-radius: 2.5px;
|
|
}
|
|
|
|
/* Toolbar shadow behind tabs */
|
|
/* This code is only needed for restored windows (i.e. sizemode=normal)
|
|
because of the border radius on the toolbar below the tab bar. */
|
|
#main-window[sizemode=normal] #nav-bar[tabsontop=true]:not(:-moz-lwtheme),
|
|
#main-window[sizemode=normal] #nav-bar[tabsontop=true][collapsed=true]:not([customizing]) + toolbar:not(:-moz-lwtheme),
|
|
#main-window[sizemode=normal] #nav-bar[tabsontop=true][collapsed=true]:not([customizing]) + #customToolbars + #PersonalToolbar:not(:-moz-lwtheme),
|
|
#main-window[sizemode=normal][disablechrome] #navigator-toolbox[tabsontop=true]:not(:-moz-lwtheme)::after {
|
|
border-top: 1px solid @toolbarShadowColor@;
|
|
border-top-left-radius: 2.5px;
|
|
border-top-right-radius: 2.5px;
|
|
background-clip: padding-box;
|
|
}
|
|
#main-window[sizemode=normal] #TabsToolbar[tabsontop=true]:not(:-moz-lwtheme) {
|
|
margin-bottom: -1px;
|
|
background-image: none !important;
|
|
}
|
|
#main-window[sizemode=normal] #tabbrowser-tabs[tabsontop=true] > .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox > .scrollbox-innerbox:not(:-moz-lwtheme) {
|
|
position: relative;
|
|
}
|
|
|
|
#navigator-toolbox[tabsontop=false] > #PersonalToolbar {
|
|
margin-top: 3px;
|
|
}
|
|
#navigator-toolbox[tabsontop=false] > #PersonalToolbar:not(:-moz-lwtheme) {
|
|
margin-top: 2px;
|
|
border-top: 1px solid @toolbarShadowColor@;
|
|
background-image: linear-gradient(@toolbarHighlight@, rgba(255,255,255,0));
|
|
}
|
|
|
|
#main-window[sizemode=normal] #TabsToolbar[tabsontop=true] {
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
#main-window[sizemode=normal] #TabsToolbar[tabsontop=false] {
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
/* Rounded corners for when chrome is disabled */
|
|
#main-window[sizemode=normal][disablechrome] #navigator-toolbox[tabsontop=true]:not(:-moz-lwtheme)::after {
|
|
visibility: visible;
|
|
background-color: @customToolbarColor@;
|
|
background-image: linear-gradient(@toolbarHighlight@, @toolbarHighlight@);
|
|
height: 4px;
|
|
}
|
|
|
|
/* Make the window draggable by glassed toolbars (bug 555081) */
|
|
#toolbar-menubar:not([autohide="true"]),
|
|
#TabsToolbar[tabsontop="true"],
|
|
#nav-bar[tabsontop=false],
|
|
#nav-bar + #customToolbars + #PersonalToolbar[collapsed="true"] + #TabsToolbar[tabsontop="false"]:last-child,
|
|
#navigator-toolbox > toolbar:not(#toolbar-menubar):-moz-lwtheme {
|
|
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-drag");
|
|
}
|
|
|
|
#appcontent:not(:-moz-lwtheme) {
|
|
background-color: -moz-dialog;
|
|
}
|
|
|
|
#main-menubar:not(:-moz-lwtheme):not(:-moz-window-inactive) {
|
|
background-color: rgba(255,255,255,.5);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
#navigator-toolbox[tabsontop=false] #urlbar:not(:-moz-lwtheme),
|
|
#navigator-toolbox[tabsontop=false] .searchbar-textbox:not(:-moz-lwtheme) {
|
|
background-color: rgba(255,255,255,.725);
|
|
@navbarTextboxCustomBorder@
|
|
color: black;
|
|
}
|
|
|
|
#navigator-toolbox[tabsontop=false] html|*.urlbar-input:not(:-moz-lwtheme)::-moz-placeholder,
|
|
#navigator-toolbox[tabsontop=false] .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:not(:-moz-lwtheme)::-moz-placeholder {
|
|
opacity: 1.0;
|
|
color: #777;
|
|
}
|
|
|
|
#navigator-toolbox[tabsontop=false] #urlbar:not(:-moz-lwtheme):hover,
|
|
#navigator-toolbox[tabsontop=false] .searchbar-textbox:not(:-moz-lwtheme):hover {
|
|
background-color: rgba(255,255,255,.898);
|
|
}
|
|
|
|
#navigator-toolbox[tabsontop=false] #urlbar:not(:-moz-lwtheme)[focused],
|
|
#navigator-toolbox[tabsontop=false] .searchbar-textbox:not(:-moz-lwtheme)[focused] {
|
|
background-color: white;
|
|
}
|
|
|
|
.tabbrowser-tab:not(:-moz-lwtheme) {
|
|
text-shadow: none;
|
|
}
|
|
|
|
#main-window[sizemode=normal] .statuspanel-inner {
|
|
/* align with the browser's side borders */
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
}
|
|
|
|
#ctrlTab-panel {
|
|
background: transparent;
|
|
-moz-appearance: -moz-win-glass;
|
|
border-radius: 0;
|
|
border: none;
|
|
font: normal 1.2em "Segoe UI";
|
|
color: black;
|
|
text-shadow: white -1px -1px .35em, white -1px 1px .35em, white 1px 1px .35em, white 1px -1px .35em;
|
|
}
|
|
|
|
#tab-view:-moz-lwtheme {
|
|
background-image: url("chrome://browser/skin/tabview/grain.png"),
|
|
linear-gradient(rgba(255,255,255,0), #CCD9EA 200px, #C7D5E7);
|
|
background-attachment: fixed;
|
|
}
|
|
}
|
|
|
|
@media not all and (-moz-windows-compositor) {
|
|
@media (-moz-windows-default-theme) {
|
|
#main-window {
|
|
background-color: rgb(185,209,234);
|
|
}
|
|
#main-window:-moz-window-inactive {
|
|
background-color: rgb(215,228,242);
|
|
}
|
|
|
|
#toolbar-menubar:not([autohide=true]):not(:-moz-lwtheme),
|
|
#TabsToolbar[tabsontop=true]:not(:-moz-lwtheme),
|
|
#navigator-toolbox[tabsontop=false] > toolbar:not(#toolbar-menubar):not(:-moz-lwtheme) {
|
|
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-drag");
|
|
background-color: transparent;
|
|
}
|
|
#toolbar-menubar[autohide=true] {
|
|
background-color: transparent !important;
|
|
}
|
|
}
|
|
|
|
#print-preview-toolbar:not(:-moz-lwtheme) {
|
|
-moz-appearance: -moz-win-browsertabbar-toolbox;
|
|
}
|
|
}
|
|
|
|
/* ::::: fullscreen window controls ::::: */
|
|
|
|
#window-controls {
|
|
-moz-box-align: start;
|
|
}
|
|
|
|
#minimize-button,
|
|
#restore-button,
|
|
#close-button {
|
|
-moz-appearance: none;
|
|
border-style: none;
|
|
margin: 0;
|
|
}
|
|
#close-button {
|
|
-moz-image-region: rect(0, 49px, 16px, 32px);
|
|
}
|
|
#close-button:hover {
|
|
-moz-image-region: rect(16px, 49px, 32px, 32px);
|
|
}
|
|
#close-button:hover:active {
|
|
-moz-image-region: rect(32px, 49px, 48px, 32px);
|
|
}
|
|
|
|
#minimize-button:-moz-locale-dir(rtl),
|
|
#restore-button:-moz-locale-dir(rtl),
|
|
#close-button:-moz-locale-dir(rtl) {
|
|
transform: scaleX(-1);
|
|
}
|
|
|
|
/* ::::: splitmenu highlight style that imitates Windows 7 start menu ::::: */
|
|
@media (-moz-windows-default-theme) {
|
|
.splitmenu-menuitem,
|
|
.splitmenu-menu {
|
|
-moz-appearance: none;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
border: 1px solid transparent;
|
|
}
|
|
.splitmenu-menuitem {
|
|
-moz-margin-end: 0;
|
|
}
|
|
.splitmenu-menu {
|
|
-moz-margin-start: -1px;
|
|
}
|
|
.splitmenu-menuitem:-moz-locale-dir(ltr),
|
|
.splitmenu-menu:-moz-locale-dir(rtl) {
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.splitmenu-menu:-moz-locale-dir(ltr),
|
|
.splitmenu-menuitem:-moz-locale-dir(rtl) {
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
|
|
.splitmenu-menuitem > .menu-text {
|
|
-moz-margin-start: 1px !important;
|
|
-moz-margin-end: 3px !important;
|
|
}
|
|
.splitmenu-menu > .menu-right {
|
|
-moz-margin-end: -3px;
|
|
}
|
|
|
|
.splitmenu-menuitem[iconic],
|
|
.splitmenu-menu[iconic] {
|
|
padding-bottom: 1px;
|
|
}
|
|
.splitmenu-menuitem[iconic] > .menu-iconic-left {
|
|
margin-top: -3px;
|
|
margin-bottom: -2px;
|
|
-moz-margin-start: -1px;
|
|
}
|
|
.splitmenu-menuitem[iconic] > .menu-iconic-text {
|
|
-moz-margin-start: 2px !important;
|
|
-moz-margin-end: 3px !important;
|
|
}
|
|
.splitmenu-menu[iconic] > .menu-right {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.splitmenu-menuitem[_moz-menuactive],
|
|
.splitmenu-menu[_moz-menuactive] {
|
|
background-color: transparent;
|
|
background-image: linear-gradient(#fafbfd, #ebf3fd);
|
|
border-color: #aeccf1;
|
|
}
|
|
|
|
.splitmenu-menuitem[disabled][_moz-menuactive],
|
|
.splitmenu-menu[disabled][_moz-menuactive] {
|
|
background-image: linear-gradient(#f8f9f9, #eaeaea);
|
|
border-color: #d8d7d7;
|
|
}
|
|
|
|
.splitmenu-menu[_moz-menuactive]:not(:hover):not([open]) {
|
|
background-image: none;
|
|
}
|
|
}
|