X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcommon.css;h=72b61f3c6e5ac08089636c4e859a190236d3ff0f;hp=e5480f7c434459f140319eae4574f0444cdb3a0f;hb=1988bb88c279ec0deae5bbf72308e7b356416ae5;hpb=8d7ef0d90b767f02a75010e15f34fc004beb7c7c diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index e5480f7c..72b61f3c 100644 --- a/LCARStrek/browser/devtools/common.css +++ b/LCARStrek/browser/devtools/common.css @@ -1,109 +1,272 @@ /* vim:set ts=2 sw=2 sts=2 et: */ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is DevTools code. - * - * The Initial Developer of the Original Code is Mozilla Foundation. - * Portions created by the Initial Developer are Copyright (C) 2011 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * Paul Rouget (original author) - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ +/* 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/. */ -/* Toolbar and Toolbar items */ - -.devtools-toolbar { +/* LCARS-specific rules that should be limited to toolbox but there's no other place to put them */ +window { + padding: 0; } -.devtools-toolbarbutton { +notification { + margin-bottom: 3px; } -.devtools-toolbarbutton > .toolbarbutton-icon { +/* End LCARStrek toolbox rules */ + + +/* Font for code */ +.devtools-monospace { + font: 12px "Liberation Mono", Consolas, "Courier New", monospace; } -.devtools-toolbarbutton:not([label]) { - min-width: 20px; +/* Splitters */ + +.devtools-horizontal-splitter { + min-height: 3px; + height: 3px; + position: relative; } -.devtools-toolbarbutton:not([checked]):hover:active { +#devtools-side-splitter { + min-width: 0; + width: 3px; + border: none; + margin: 0 3px; + position: relative; + cursor: e-resize; } -.devtools-toolbarbutton[checked] { +/* In-tools sidebar */ + +.devtools-toolbox-side-iframe { + min-width: 465px; } -.devtools-toolbarbutton[checked]:hover:active { +/* === BEGIN common.inc.css === */ + +/* Autocomplete Popup */ +/* Dark and light theme */ + +.devtools-autocomplete-popup { + border-radius: 3px; + overflow-x: hidden; + max-height: 40rem; } -/* Search input */ +.devtools-autocomplete-listbox { + background-color: transparent; + border-width: 0px !important; +} -/* -.devtools-searchinput { - -moz-appearance: none; - margin: 0 3px; - border: 1px solid hsla(211,68%,6%,.6); - box-shadow: inset 0 1px 0 hsla(211,68%,6%,.05), 0 0 0 1px hsla(210,40%,83%,.1); - border-radius: 2px; +.devtools-autocomplete-listbox > richlistitem, +.devtools-autocomplete-listbox > richlistitem[selected] { + width: 100%; background-color: transparent; - background-image: url(magnifying-glass.png), -moz-linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35)); - background-repeat: no-repeat; - background-position: 4px 3px, top left, top left; - padding-top: 0; - padding-bottom: 0; - -moz-padding-start: 18px; - -moz-padding-end: 12px; - color: hsl(210,30%,85%); - -moz-transition-property: background-color, border-color, box-shadow; - -moz-transition-duration: 150ms; - -moz-transition-timing-function: ease; + border-radius: 4px; } -.devtools-searchinput[focused] { - border-color: hsl(200,70%,40%) hsl(200,75%,37%) hsl(200,80%,35%); - background-origin: padding-box; - background-clip: padding-box; - box-shadow: inset 0 0 0 1px hsla(211,68%,6%,.1); +.devtools-autocomplete-listbox.dark-theme > richlistitem[selected], +.devtools-autocomplete-listbox.dark-theme > richlistitem:hover { +/* background-color: rgba(0,0,0,0.5); */ } -.devtools-searchinput:-moz-locale-dir(rtl) { - background-position: -moz-calc(100% - 4px) 3px, top left, top left; +.devtools-autocomplete-listbox.dark-theme > richlistitem[selected] > .autocomplete-value, +.devtools-autocomplete-listbox:focus.dark-theme > richlistitem[selected] > .initial-value { +/* color: hsl(208,100%,60%);*/ } -.devtools-searchinput > .textbox-input-box > .textbox-search-icons { - display: none; +.devtools-autocomplete-listbox.dark-theme > richlistitem[selected] > label { +/* color: #eee;*/ } -.devtools-searchinput > .textbox-input-box > .textbox-input:-moz-placeholder { - color: hsl(208,10%,66%); +.devtools-autocomplete-listbox.dark-theme > richlistitem > label { +/* color: #ccc;*/ } -*/ -/* Splitters */ +.devtools-autocomplete-listbox > richlistitem > .initial-value, +.devtools-autocomplete-listbox > richlistitem > .autocomplete-value { + margin: 0; + padding: 1px 0; +} -#devtools-side-splitter { +.devtools-autocomplete-listbox > richlistitem > .autocomplete-count { + text-align: right; +} + +/* Rest of the dark and light theme */ + +.devtools-autocomplete-popup, +.CodeMirror-hints, +.CodeMirror-Tern-tooltip { + border: 1px solid #FF9F00; + background-color: #000000; +} + +.devtools-autocomplete-popup.light-theme { +} + +.devtools-autocomplete-listbox.light-theme > richlistitem[selected], +.devtools-autocomplete-listbox.light-theme > richlistitem:hover { +/* background-color: rgba(128,128,128,0.3); */ +} + +.devtools-autocomplete-listbox.light-theme > richlistitem[selected] > .autocomplete-value, +.devtools-autocomplete-listbox:focus.light-theme > richlistitem[selected] > .initial-value { +/* color: #222;*/ +} + +.devtools-autocomplete-listbox.light-theme > richlistitem > label { +/* color: #666;*/ +} + +/* Responsive container */ + +.devtools-responsive-container { + -moz-box-orient: horizontal; +} + +@media (max-width: 700px) { + .devtools-responsive-container { + -moz-box-orient: vertical; + } + + .devtools-responsive-container > .devtools-side-splitter { + border: 0; + margin: 3px 0; + min-height: 3px; + height: 3px; + /* In some edge case the cursor is not changed to n-resize */ + cursor: n-resize; + } + + .devtools-responsive-container > .devtools-sidebar-tabs { + min-height: 35vh; + max-height: 75vh; + } +} + +/* Tooltip widget (see browser/devtools/shared/widgets/Tooltip.js) */ + +.devtools-tooltip.devtools-tooltip-tooltip { + /* If the tooltip uses a XUL element */ + padding: 4px; + background: #A09090; + border-radius: 3px; +} + +.devtools-tooltip .panel-arrowcontent { + /* If the tooltip uses a XUL element instead */ + padding: 4px; +} + +.devtools-tooltip .panel-arrowcontainer { + /* Reseting the transition used when panels are shown */ + transition: none; + /* Panels slide up/down/left/right when they appear using a transform. + Since we want to remove the transition, we don't need to transform anymore + plus it can interfeer by causing mouseleave events on the underlying nodes */ + transform: none; +} + +.devtools-tooltip[clamped-dimensions] { + min-height: 100px; + max-height: 400px; + min-width: 100px; + max-width: 400px; +} +.devtools-tooltip[clamped-dimensions-no-min-height] { + min-height: 0; + max-height: 400px; + min-width: 100px; + max-width: 400px; +} +.devtools-tooltip[clamped-dimensions] .panel-arrowcontent, +.devtools-tooltip[clamped-dimensions-no-min-height] .panel-arrowcontent { + overflow: hidden; +} + +/* Tooltip: Simple Text */ + +.devtools-tooltip-simple-text { + background: #000000; + max-width: 400px; + margin: 0 -4px; /* Compensate for the .panel-arrowcontent padding. */ + padding: 8px 12px; + white-space: pre-wrap; +} + +.devtools-tooltip-simple-text:first-child { + margin-top: -4px; +} + +.devtools-tooltip-simple-text:last-child { + margin-bottom: -4px; +} + +.devtools-tooltip-simple-text { + background-color: #000000; + max-width: 400px; + margin: 0 -4px; /* Compensate for the .panel-arrowcontent padding. */ + padding: 8px 12px; + white-space: pre-wrap; +} + +.devtools-tooltip-simple-text:first-child { + margin-top: -4px; +} + +.devtools-tooltip-simple-text:last-child { + margin-bottom: -4px; +} + +/* Tooltip: Alert Icon */ + +.devtools-tooltip-alert-icon { + width: 32px; + height: 32px; + margin: 6px; + -moz-margin-end: 20px; +} + +.devtools-tooltip-alert-icon { + list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); +} + +/* Tooltip: Variables View */ + +.devtools-tooltip-variables-view-box { + margin: -4px; /* Compensate for the .panel-arrowcontent padding. */ +} + +.devtools-tooltip-variables-view-box .variable-or-property > .title { + -moz-padding-end: 6px; +} + +/* Tooltip: Tiles */ + +.devtools-tooltip-tiles { + background-color: #A09090; + background-image: linear-gradient(45deg, #9C9CFF 25%, transparent 25%, transparent 75%, #9C9CFF 75%, #9C9CFF), + linear-gradient(45deg, #9C9CFF 25%, transparent 25%, transparent 75%, #9C9CFF 75%, #9C9CFF); + background-size: 20px 20px; + background-position: 0 0, 10px 10px; +} + +.devtools-tooltip-iframe { + border: none; + background: transparent; +} + +/* Eyedropper Widget */ + +.devtools-eyedropper-panel { + pointer-events: none; + -moz-appearance: none; + width: 156px; + height: 120px; + background-color: transparent; border: none; } + +/* === END common.inc.css === */