From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- .../suite/profile/chrome/userChrome-example.css | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 l10n-it/suite/profile/chrome/userChrome-example.css (limited to 'l10n-it/suite/profile/chrome/userChrome-example.css') diff --git a/l10n-it/suite/profile/chrome/userChrome-example.css b/l10n-it/suite/profile/chrome/userChrome-example.css new file mode 100644 index 0000000000..d867f893a7 --- /dev/null +++ b/l10n-it/suite/profile/chrome/userChrome-example.css @@ -0,0 +1,51 @@ +/* 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/. */ + +/* + * Modificare questo file e copiarlo come userChrome.css nel proprio + * profilo-directory/chrome/ + */ + +/* + * Questo file può essere utilizzato per personalizzare l'aspetto dell'interfaccia di Mozilla + * Si suggerisce di utilizzare !important sulle regole in cui si desidera + * sovrascrivere le impostazioni predefinite. + */ + +/* + * Non rimuovere la riga @namespace -- E' necessaria per il corretto funzionamento + */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* imposta il namespace predefinito per XUL */ + + +/* + * Alcuni miglioramenti possibili per l'accessibilità: + */ + +/* + * Imposta le dimensioni predefinite dei caratteri a 20 pt: + * + * * { + * font-size: 20pt !important + * } + */ +/* + * Imposta in particolare alcune voci di menu a 15 pt invece della dimensione predefinita: + * + * menupopup > * { + * font-size: 15pt !important + * } + */ +/* + * Imposta un carattere a spaziatura fissa per la barra degli indirizzi (URL) + * + * #urlbar { + * font-family: monospace !important; + * } + */ + +/* + * Per altri esempi consultare http://www.mozilla.org/unix/customizing.html + */ + -- cgit v1.2.3