X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=19f6841e7db2f053504dd554312d77992e0d5c92;hp=adce2145d05c0134ffe1b7e33f27978da9002b53;hb=fe524e0c0e2035af794e8183b25693f847fb12ce;hpb=1e32332fe703b0d8d949023f18fe4ad7bb847c51 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index adce2145..19f6841e 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1341,17 +1341,18 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon padding-right: 2.01px; } +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI, #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity { - color: #008484; - -moz-border-end: 1px solid #008484; -moz-margin-end: 3px; } +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(ltr), #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(ltr) { border-top-right-radius: 0; border-bottom-right-radius: 0; } +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(rtl), #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(rtl) { border-top-left-radius: 0; border-bottom-left-radius: 0; @@ -1396,11 +1397,36 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon /* page proxy icon */ +/* === BEGIN identity-block.inc.css === */ + +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI { + /* Default theme does different color per channel, we can't as they do it build-time. */ + color: #9C9CFF; + -moz-border-end: 1px solid #9C9CFF; +} + +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity { + color: #008484; + -moz-border-end: 1px solid #008484; +} + +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI, +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity { + background-position: right; + background-size: 1px; + background-repeat: no-repeat; +} + +/* page proxy icon */ + #page-proxy-favicon { width: 16px; height: 16px; list-style-image: url("chrome://browser/skin/identity-icons-generic.png"); - -moz-image-region: rect(0, 16px, 16px, 0); +} + +.chromeUI > #page-proxy-favicon[pageproxystate="valid"] { + list-style-image: url("chrome://branding/content/identity-icons-brand.png"); } .verifiedDomain > #page-proxy-favicon[pageproxystate="valid"] { @@ -1415,6 +1441,39 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-active.png"); } +.mixedDisplayContent > #page-proxy-favicon[pageproxystate="valid"] { + list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png"); +} + +.mixedDisplayContentLoadedActiveBlocked > #page-proxy-favicon[pageproxystate="valid"] { + list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png"); +} + +#page-proxy-favicon[pageproxystate="invalid"] { + opacity: 0.3; +} + +#identity-popup.chromeUI > #identity-popup-container > #identity-popup-icon { + list-style-image: url("chrome://branding/content/icon64.png"); +} + +#identity-popup-brandName { + font-weight: bold; + font-size: 1.25em; + margin-top: .5em; + margin-bottom: .5em; +} + +#identity-popup-content-box { + max-width: 50ch; +} + +/* === END identity-block.inc.css === */ + +#page-proxy-favicon { + -moz-image-region: rect(0, 16px, 16px, 0); +} + #identity-box:hover > #page-proxy-favicon { -moz-image-region: rect(0, 32px, 16px, 16px); } @@ -1435,6 +1494,13 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon color: #000000; } +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover, +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover:active, +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI[open=true] { + background-color: #9C9CFF; + color: #000000; +} + #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover, #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover:active, #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity[open=true] { @@ -1442,10 +1508,6 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon color: #000000; } -#page-proxy-favicon[pageproxystate="invalid"] { - opacity: 0.3; -} - /* autocomplete */ #treecolAutoCompleteImage { @@ -1806,6 +1868,13 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- -moz-padding-start: 0px; } +.browserContainer > findbar { +/* + background-color: -moz-dialog; + color: -moz-DialogText; +*/ +} + /* ::::: throbber ::::: */ #navigator-throbber { @@ -1862,6 +1931,10 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- background-color: #C09070; } +.tabbrowser-tab[remote] { + text-decoration: underline; +} + .tabbrowser-tab:hover, .tabs-newtab-button:hover { } @@ -2177,6 +2250,21 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { -moz-margin-end: 0; } +#identity-popup > .panel-arrowcontainer > .panel-arrowcontent { + padding: 0; +} + +#identity-popup-container { + min-width: 280px; + padding: 10px; +} + +#identity-popup-button-container { +/* background: linear-gradient(to bottom, rgba(0,0,0,0.04) 60%, transparent);*/ + padding: 10px; + margin-top: 5px; +} + .popup-notification-icon { width: 64px; height: 64px; @@ -2254,7 +2342,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { } .popup-notification-icon[popupid="webapps-install"] { - list-style-image: url("chrome://browser/skin/webapps-64.png"); + list-style-image: url("chrome://global/skin/icons/webapps-64.png"); } .popup-notification-icon[popupid="mixed-content-blocked"] { @@ -2334,7 +2422,7 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon } #webapps-notification-icon { - list-style-image: url("chrome://browser/skin/webapps-16.png"); + list-style-image: url("chrome://gobal/skin/icons/webapps-16.png"); } #plugins-notification-icon { @@ -2349,6 +2437,18 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png"); } +#plugins-notification-icon, +#alert-plugins-notification-icon, +#blocked-plugins-notification-icon { +/* -moz-image-region: rect(0, 16px, 16px, 0);*/ +} + +#plugins-notification-icon:hover, +#alert-plugins-notification-icon:hover, +#blocked-plugins-notification-icon:hover { +/* -moz-image-region: rect(0, 32px, 16px, 16px);*/ +} + #plugin-install-notification-icon { list-style-image: url("chrome://browser/skin/pluginInstall-16.png"); } @@ -2400,10 +2500,6 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon margin: 0px; } -#identity-popup-container { - min-width: 280px; -} - #download-monitor { list-style-image: url("chrome://browser/skin/FxToolbar.png"); -moz-image-region: rect(0, 108px, 18px, 90px); @@ -2756,6 +2852,10 @@ html|*.highlighter-nodeinfobar-pseudo-classes { /* margin: auto 10px; */ } +#developer-toolbar-toolbox-button > label { + display: none; +} + #developer-toolbar-toolbox-button { list-style-image: url("chrome://browser/skin/devtools/toggle-tools.png"); -moz-image-region: rect(0px, 16px, 16px, 0px); @@ -2858,6 +2958,8 @@ html|*#gcli-output-frame { /* === END commandline.inc.css === */ +/* === BEGIN responsivedesign.inc.css === */ + /* Responsive Mode */ .browserContainer[responsivemode] { @@ -2880,15 +2982,53 @@ html|*#gcli-output-frame { .devtools-responsiveui-toolbar > menulist, .devtools-responsiveui-toolbar > toolbarbutton { min-width: 22px; - border-radius: 0; +/* border-radius: 0; */ } .devtools-responsiveui-toolbar:-moz-locale-dir(ltr) > *:first-child, .devtools-responsiveui-toolbar:-moz-locale-dir(rtl) > *:last-child { - margin-left: 0; + margin-left: 3px; } -.devtools-responsiveui-resizebar { +.devtools-responsiveui-close { + list-style-image: url("chrome://browser/skin/devtools/close.png"); + -moz-image-region: rect(0px,16px,16px,0px); +} + +.devtools-responsiveui-close:hover { + -moz-image-region: rect(0px,32px,16px,16px); +} + +.devtools-responsiveui-rotate { + list-style-image: url("chrome://browser/skin/devtools/responsiveui-rotate.png"); + -moz-image-region: rect(0px,16px,16px,0px); +} + +.devtools-responsiveui-rotate:hover { + -moz-image-region: rect(0px,32px,16px,16px); +} + +.devtools-responsiveui-touch { + list-style-image: url("chrome://browser/skin/devtools/responsiveui-touch.png"); + -moz-image-region: rect(0px,16px,16px,0px); +} + +.devtools-responsiveui-touch:hover, +.devtools-responsiveui-touch[checked], +.devtools-responsiveui-touch[checked]:hover { + -moz-image-region: rect(0px,32px,16px,16px); +} + +.devtools-responsiveui-screenshot { + list-style-image: url("chrome://browser/skin/devtools/responsiveui-screenshot.png"); + -moz-image-region: rect(0px,16px,16px,0px); +} + +.devtools-responsiveui-screenshot:hover { + -moz-image-region: rect(0px,32px,16px,16px); +} + +.devtools-responsiveui-resizebarV { width: 7px; height: 24px; cursor: ew-resize; @@ -2896,6 +3036,14 @@ html|*#gcli-output-frame { background-image: url("chrome://browser/skin/devtools/responsive-vertical-resizer.png"); } +.devtools-responsiveui-resizebarH { + width: 24px; + height: 7px; + cursor: ns-resize; + transform: translate(-12px, 12px); + background-image: url("chrome://browser/skin/devtools/responsive-horizontal-resizer.png"); +} + .devtools-responsiveui-resizehandle { width: 16px; height: 16px; @@ -2904,6 +3052,8 @@ html|*#gcli-output-frame { background-image: url("chrome://browser/skin/devtools/responsive-se-resizer.png"); } +/* === END responsivedesign.inc.css === */ + /* Error counter */ #developer-toolbar-toolbox-button[error-count]:before { @@ -3069,6 +3219,8 @@ html|*#gcli-output-frame { border-radius: inherit; } +/* === BEGIN chat.inc.css === */ + .chat-status-icon { max-height: 16px; max-width: 16px; @@ -3092,6 +3244,11 @@ html|*#gcli-output-frame { width: inherit; } +.chat-toolbarbutton.notification-anchor-icon > .toolbarbutton-icon { + width: inherit; + margin-top: -2px; +} + .chat-close-button { list-style-image: url('chrome://browser/skin/social/chat-icons.png'); -moz-image-region: rect(0, 16px, 16px, 0); @@ -3194,6 +3351,10 @@ chatbar > chatbox > .chat-titlebar > .chat-swap-button:hover { } } +.chatbar-button > .toolbarbutton-icon { + width: 16px; +} + .chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { width: auto; height: auto; @@ -3260,6 +3421,8 @@ window > chatbox { padding: 0px; } +/* === END chat.inc.css === */ + /* === BEGIN plugin-doorhanger.inc.css === */ /** @@ -3275,11 +3438,10 @@ window > chatbox { } .click-to-play-plugins-notification-center-box { -/* background-color: rgba(255,255,255,0.3); */ } -.plugin-popupnotification-centeritem { -/* border-top: 1px solid #9C9CFF; */ +.plugin-popupnotification-centeritem:nth-child(odd) { +/* background-color: rgba(0,0,0,0.1);*/ } .center-item-label {