Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/browser/themes/addons/aiwindow/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 2 kB image not shown  

Quelle  aiwindow-theme.css   Sprache: unbekannt

 
Spracherkennung für: .css vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/* 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/. */

:root {
  @media not -moz-pref("browser.nova.enabled") {
    /* See bug 2036647 for removing this. */
    --lwt-additional-images: radial-gradient(circle at 5090%, rgba(25324424310%, rgba(253244243130%, rgba(2162022471100%);
    /* This makes the gradient work nicely when in the toolbox */
    --lwt-background-size: 100vw 100vh;
    @media (prefers-color-scheme: dark) {
      --lwt-additional-images:
        radial-gradient(ellipse 110130% at 100100%, rgba(255124310.2), transparent 45%),
        radial-gradient(ellipse 9070% at -1010%, rgba(115902450.32), transparent 60%),
        radial-gradient(ellipse 100100% at 500%, rgba(106501400.5), rgba(333640.2550%, transparent 80%),
        linear-gradient(236deg, #311435.34%, #1f133c 98.24%);
      --lwt-background-size: 100vw 100vh, 100vw 100vh, 100vw 100vh, 100vw 100vh;
    }
  }
}

body {
  --tabpanel-background-color: transparent;
}

/* Selected tab */
#tabbrowser-tabs tab[selected] .tab-background {
  background-image: light-dark(
    linear-gradient(to bottom, rgba(2552552551), rgba(2552552550.3)),
    linear-gradient(180deg, rgba(1991942550.360%, rgba(1941882470.11100%)
  );
  /* AI Window design uses purple-tinted shadows to match brand colors, rather
   * than the neutral gray shadows from standard design tokens. */
  /* stylelint-disable stylelint-plugin-mozilla/use-design-tokens */
  box-shadow:
    0 3px 16px 0 rgba(59341210.12),
    0 1px 2px 0 rgba(59341210.2);
}

/* Urlbar */
#urlbar:not([open]) {
  > .urlbar-background,
  #identity-icon-box {
    border-radius: var(--border-radius-circle);
  }
  .searchmode-switcher {
    --button-border-radius: var(--border-radius-circle);
  }
}

/* Tab preview thumbnail */
.tab-preview-thumbnail-container > canvas {
  background-image: var(--ai-gradient);
}

[Dauer der Verarbeitung: 0.58 Sekunden]