elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

aboutServiceWorkers.css (792B)


      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 body {
      6   min-width: 330px;
      7   max-width: 100%;
      8   min-height: 330px;
      9   max-height: 100%;
     10 }
     11 
     12 .warningBackground {
     13   display: none;
     14   background: #181411;
     15   width:100%;
     16   height:100%;
     17   z-index:10;
     18   top:0;
     19   left:0;
     20   position:fixed;
     21 }
     22 
     23 .warningMessage {
     24   color: #bfbbb6;
     25   position: relative;
     26   min-width: 330px;
     27   max-width: 50em;
     28   margin: 4em auto;
     29   border: 1px solid rgb(50,50,50);
     30   border-radius: 10px;
     31   padding: 3em;
     32   padding-inline-start: 30px;
     33   background: #181411;
     34   margin-left: auto;
     35   text-align: center;
     36 }
     37 
     38 .active {
     39   display: block;
     40 }
     41 
     42 .inactive {
     43   display: none;
     44 }