michael@0: /* vim:set ts=2 sw=2 sts=2 et: */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: .stylesheet-title, michael@0: .stylesheet-name { michael@0: text-decoration: none; michael@0: } michael@0: michael@0: .stylesheet-name { michael@0: font-size: 13px; michael@0: } michael@0: michael@0: .theme-dark .stylesheet-title, michael@0: .theme-dark .stylesheet-name { michael@0: color: #f5f7fa; michael@0: } michael@0: michael@0: .theme-dark .stylesheet-rule-count, michael@0: .theme-dark .stylesheet-linked-file, michael@0: .theme-dark .stylesheet-saveButton { michael@0: color: #b6babf; michael@0: } michael@0: michael@0: .theme-light .stylesheet-title, michael@0: .theme-light .stylesheet-name { michael@0: color: #585959; michael@0: } michael@0: michael@0: .theme-light .stylesheet-rule-count, michael@0: .theme-light .stylesheet-linked-file, michael@0: .theme-light .stylesheet-saveButton { michael@0: color: #18191a; michael@0: } michael@0: michael@0: .stylesheet-saveButton { michael@0: text-decoration: underline; michael@0: cursor: pointer; michael@0: } michael@0: michael@0: .splitview-active .stylesheet-title, michael@0: .splitview-active .stylesheet-name, michael@0: .theme-light .splitview-active .stylesheet-rule-count, michael@0: .theme-light .splitview-active .stylesheet-linked-file, michael@0: .theme-light .splitview-active .stylesheet-saveButton { michael@0: color: #f5f7fa; michael@0: } michael@0: michael@0: .splitview-nav:focus { michael@0: outline: 0; /* focus ring is on the stylesheet name */ michael@0: } michael@0: michael@0: .splitview-nav > li.unsaved > hgroup .stylesheet-name { michael@0: font-style: italic; michael@0: } michael@0: michael@0: .splitview-nav:-moz-locale-dir(ltr) > li.unsaved > hgroup .stylesheet-name:before, michael@0: .splitview-nav:-moz-locale-dir(rtl) > li.unsaved > hgroup .stylesheet-name:after { michael@0: font-style: italic; michael@0: } michael@0: michael@0: .splitview-nav.empty > p { michael@0: padding: 0 10px; michael@0: } michael@0: michael@0: .stylesheet-enabled { michael@0: padding: 8px 0; michael@0: margin: 0 8px; michael@0: background-image: url(itemToggle.png); michael@0: background-repeat: no-repeat; michael@0: background-clip: content-box; michael@0: background-position: 0 8px; michael@0: width: 24px; michael@0: height: 40px; michael@0: } michael@0: michael@0: .theme-light .stylesheet-enabled { michael@0: background-image: url(itemToggle-light.png); michael@0: } michael@0: michael@0: .disabled > .stylesheet-enabled { michael@0: background-position: -24px 8px; michael@0: } michael@0: michael@0: .splitview-nav > li > .stylesheet-enabled:focus, michael@0: .splitview-nav > li:hover > .stylesheet-enabled { michael@0: outline: 0; michael@0: } michael@0: michael@0: .stylesheet-linked-file:not(:empty){ michael@0: -moz-margin-end: 0.4em; michael@0: } michael@0: michael@0: .stylesheet-linked-file:not(:empty):before { michael@0: -moz-margin-start: 0.4em; michael@0: } michael@0: michael@0: li.linked-file-error .stylesheet-linked-file:after { michael@0: font-size: 110%; michael@0: } michael@0: michael@0: .stylesheet-more > h3 { michael@0: font-size: 11px; michael@0: -moz-margin-end: 2px; michael@0: } michael@0: michael@0: .devtools-searchinput { michael@0: max-width: 25ex; michael@0: font-size: 11px; michael@0: } michael@0: michael@0: .placeholder a { michael@0: text-decoration: underline; michael@0: } michael@0: michael@0: h1, michael@0: h2, michael@0: h3 { michael@0: font-size: inherit; michael@0: font-weight: normal; michael@0: margin: 0; michael@0: padding: 0; michael@0: } michael@0: michael@0: /* portrait mode */ michael@0: @media (max-width: 550px) { michael@0: .splitview-nav { michael@0: box-shadow: none; michael@0: } michael@0: michael@0: .splitview-nav > li.splitview-active { michael@0: background-size: 0 0, 0 0, auto; michael@0: } michael@0: michael@0: .stylesheet-enabled { michael@0: padding: 0; michael@0: background-position: 0 0; michael@0: height: 24px; michael@0: } michael@0: michael@0: .disabled > .stylesheet-enabled { michael@0: background-position: -24px 0; michael@0: } michael@0: michael@0: .splitview-nav > li > hgroup.stylesheet-info { michael@0: -moz-box-align: baseline; michael@0: } michael@0: }