tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

setDesktopBackground.css (712B)


      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 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
      6 @namespace html url("http://www.w3.org/1999/xhtml");
      7 
      8 html|canvas#screen {
      9  border-style: solid;
     10  border-width: 12px 11px;
     11  border-image: url("chrome://browser/skin/monitor-border.png") 12 11 stretch;
     12 }
     13 
     14 #monitor-base {
     15  list-style-image: url("chrome://browser/skin/monitor-base.png");
     16 }
     17 
     18 html|p#preview-unavailable {
     19  margin: 12px 11px;
     20  text-align: center;
     21  color: #9b2423;
     22  font-weight: var(--font-weight-bold);
     23 }