elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

config.css (989B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2  * License, v. 2.0. If a copy of the MPL was not distributed with this
      3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 #warningScreen {
      6   font-size: 15px;
      7   padding-top: 0;
      8   padding-bottom: 0;
      9   padding-inline-start: calc(48px + 4.6em);
     10   padding-inline-end: 48px;
     11   padding-inline-start: calc(48px + 4.6em);
     12   padding-inline-end: 48px;
     13 }
     14 
     15 .title {
     16   background-image: url("chrome://global/skin/icons/warning.svg");
     17 }
     18 
     19 #warningTitle {
     20   font-weight: lighter;
     21   line-height: 1.2;
     22   color: #bfbbb6;
     23   margin: 0;
     24   margin-bottom: .5em;
     25 }
     26 
     27 #warningText {
     28   margin: 1em 0;
     29 }
     30 
     31 #warningButton {
     32   margin-top: 0.6em;
     33 }
     34 
     35 #filterRow {
     36   margin-top: 4px;
     37   margin-inline-start: 4px;
     38   margin-inline-start: 4px;
     39 }
     40 
     41 #configTree {
     42   margin-top: 4px;
     43   margin-bottom: 4px;
     44 }
     45 
     46 #configTreeBody::-moz-tree-cell-text(user) {
     47   font-weight: bold;
     48 }
     49 
     50 #configTreeBody::-moz-tree-cell-text(locked) {
     51   font-style: italic;
     52 }