X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=4a0c9bfab345b84486420a897d50a0d80bf1d5f4;hp=0839fd6000515b7576e89d530542811ecaa3b00a;hb=270cbf0c786cf69c16cdfeccc4ff73f9043b0f06;hpb=fcfb76ce3816425323e0fed62ea96494d2c98272 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 0839fd60..4a0c9bfa 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -30,7 +30,7 @@ menubar { /* ::::: primary toolbar ::::: */ .toolbar-primary > .toolbar-box > .toolbar-holder { - background-color: #FF9F00; + background-color: #A09090; } .toolbar-primary > .toolbar-box > .toolbar-startcap, @@ -1602,8 +1602,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- /* social recommending panel */ #share-button { - width: 16px; - height: 16px; + -moz-image-region: rect(0, 16px, 16px, 0); } #socialUserPortrait { @@ -1748,12 +1747,12 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- } #navigator-throbber[busy="true"] { - list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png"); } #navigator-throbber, #wrapper-navigator-throbber > #navigator-throbber { - list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); + list-style-image: url("chrome://communicator/skin/brand/throbber16-single.png"); } /* Tabstrip */ @@ -1828,15 +1827,11 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- } .tab-throbber { - list-style-image: url("chrome://browser/skin/tabbrowser/connecting.png"); + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim-connect.png"); } .tab-throbber[progress] { - list-style-image: url("chrome://browser/skin/tabbrowser/loading.png"); -} - -#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] { - min-height: 16px; /* corresponds to the max. height of non-textual tab contents, i.e. the favicon */ + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png"); } .tab-throbber[pinned], @@ -2197,6 +2192,10 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { list-style-image: url("chrome://browser/skin/webapps-64.png"); } +.popup-notification-icon[popupid="webRTC-shareDevices"] { + list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png"); +} + /* Notification icon box */ #notification-popup-box { position: relative; @@ -2264,6 +2263,10 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png"); } +#webRTC-notification-icon { + list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png"); +} + #identity-popup-container { min-width: 280px; } @@ -2991,6 +2994,12 @@ html|*#gcli-output-frame { border-color: transparent; } +.gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection { + background-color: #008484; + color: #000000; + text-shadow: none; +} + .gclitoolbar-complete-node { padding-left: 21px; background-color: transparent; @@ -3040,13 +3049,12 @@ html|*#gcli-output-frame { /* Responsive Mode */ -vbox[anonid=browserContainer][responsivemode] { - background: #392900 url("chrome://browser/skin/devtools/responsive-background.png"); - box-shadow: 0 0 7px #9C9CFF inset; +.browserContainer[responsivemode] { + background: #221500 url("chrome://browser/skin/devtools/responsive-background.png"); padding: 0 20px 20px 20px; } -stack[anonid=browserStack][responsivemode] { +.browserStack[responsivemode] { box-shadow: 0 0 7px #9C9CFF; } @@ -3136,6 +3144,10 @@ stack[anonid=browserStack][responsivemode] { display: none; } +#developer-toolbar-toolbox-button { + -moz-image-region: rect(64px, 16px, 80px, 0); +} + /* Error counter */ #developer-toolbar-webconsole[error-count]:before { @@ -3189,8 +3201,7 @@ stack[anonid=browserStack][responsivemode] { } .social-notification-icon-image { - width: 16px; - height: 16px; + -moz-image-region: rect(0, 16px, 16px, 0); } #social-notification-icon-mentions { @@ -3223,7 +3234,6 @@ stack[anonid=browserStack][responsivemode] { background-color: #000000; color: #FF9F00; position: relative; - font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; cursor: pointer; } @@ -3234,7 +3244,8 @@ stack[anonid=browserStack][responsivemode] { margin: 10px; } -#social-statusarea-user > vbox > .link { +#social-statusarea-user > vbox > #social-statusarea-notloggedin, +#social-statusarea-user > vbox > #social-statusarea-username { background: transparent; border: none; color: #9C9CFF; @@ -3242,7 +3253,9 @@ stack[anonid=browserStack][responsivemode] { margin: 0 6px; list-style-image: none; } -#social-statusarea-user:hover > vbox > .link { + +#social-statusarea-user[_moz-menuactive] > vbox > #social-statusarea-notloggedin, +#social-statusarea-user[_moz-menuactive] > vbox > #social-statusarea-username { text-decoration: underline; } @@ -3250,7 +3263,6 @@ stack[anonid=browserStack][responsivemode] { padding: 0; } -#social-notification-box, .social-panel-frame { border-radius: inherit; } @@ -3286,6 +3298,7 @@ stack[anonid=browserStack][responsivemode] { .chat-title { font-weight: bold; font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; + text-shadow: none; cursor: inherit; } @@ -3334,15 +3347,23 @@ stack[anonid=browserStack][responsivemode] { -moz-border-end: 1px solid #008484; } -.chatbar-button > .button-box > .box-inherit > .button-icon { +.chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { + width: auto; + height: auto; max-height: 16px; max-width: 16px; - padding: 2px; } -.chatbar-button[open="true"], -.chatbar-button:hover, -.chatbar-button:active:hover { +.chatbar-button > .toolbarbutton-icon { + opacity: .6; + -moz-margin-end: 0; +} +.chatbar-button:hover > .toolbarbutton-icon, +.chatbar-button[open="true"] > .toolbarbutton-icon { + opacity: 1; +} + +.chatbar-button[open="true"] { } .chatbar-button > .toolbarbutton-text, @@ -3350,7 +3371,7 @@ stack[anonid=browserStack][responsivemode] { display: none; } -.chatbar-button[activity] { +.chatbar-button[activity]:not([open="true"]) { background-color: #E7ADE7; } @@ -3360,7 +3381,7 @@ stack[anonid=browserStack][responsivemode] { .chatbar-innerbox { background: transparent; - margin: -285px -1px 0 -1px; + margin: -285px 0 0; overflow: hidden; } @@ -3375,6 +3396,8 @@ chatbar > chatbox { background-color: #000000; border: 1px solid #9C9CFF; border-bottom: none; + border-top-left-radius: 2.5px; + border-top-right-radius: 2.5px; } chatbox[minimized="true"] { @@ -3389,10 +3412,13 @@ chatbox[minimized="true"] { .click-to-play-plugins-notification-icon-box { background: #000000; - -moz-border-end: 1px solid #9C9CFF; + -moz-border-end: 1px solid #FF9F00; padding-top: 16px; -moz-padding-end: 16px; -moz-padding-start: 24px; + -moz-margin-start: 4px; + margin-top: 4px; + margin-bottom: 4px; } .click-to-play-plugins-notification-icon-box:-moz-locale-dir(ltr) { @@ -3406,13 +3432,13 @@ chatbox[minimized="true"] { } .click-to-play-plugins-notification-separator { - -moz-border-start: 1px solid #9C9CFF; - border-top: 1px solid #9C9CFF; + /*-moz-border-start: 1px solid #9C9CFF; + border-top: 1px solid #9C9CFF;*/ } .click-to-play-plugins-notification-description-box { - border-bottom: 1px solid #9C9CFF; - -moz-border-start: 1px solid #9C9CFF; + /*border-bottom: 1px solid #9C9CFF; + -moz-border-start: 1px solid #9C9CFF;*/ padding-top: 12px; -moz-padding-end: 11px; padding-bottom: 9px; @@ -3420,15 +3446,16 @@ chatbox[minimized="true"] { } .click-to-play-plugins-notification-center-box { - border-top: 1px solid #9C9CFF; - border-bottom: 1px solid #9C9CFF; - -moz-border-start: 1px solid #9C9CFF; + border-top: 1px solid #FF9F00; + border-bottom: 1px solid #FF9F00; + /*-moz-border-start: 1px solid #9C9CFF;*/ background-color: #000000; + -moz-margin-end: 4px; } .click-to-play-plugins-notification-button-container { - border-top: 1px solid #9C9CFF; - -moz-border-start: 1px solid #9C9CFF; + /*border-top: 1px solid #9C9CFF; + -moz-border-start: 1px solid #9C9CFF;*/ margin: 0px; padding: 16px; }