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 | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 l10n-nl/suite/profile/chrome/userChrome-example.css (limited to 'l10n-nl/suite/profile/chrome/userChrome-example.css') diff --git a/l10n-nl/suite/profile/chrome/userChrome-example.css b/l10n-nl/suite/profile/chrome/userChrome-example.css new file mode 100644 index 0000000000..6258296b84 --- /dev/null +++ b/l10n-nl/suite/profile/chrome/userChrome-example.css @@ -0,0 +1,58 @@ +/* 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/. */ + +/* + * Bewerk dit bestand en kopieer het als userChrome.css naar uw + * profielmap/chrome/ + */ + +/* + * Dit bestand kan worden gebruikt om het uiterlijk van Mozilla’s gebruikersinterface + * aan te passen. Overweeg om !important te gebruiken voor regels waarvan u wilt dat + * ze voorgaan op de standaardinstellingen. + */ + +/* + * De regel met @namespace niet verwijderen -- deze is nodig voor correct functioneren + */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* zet de standaard namespace op XUL */ + + +/* + * Enkele mogelijke toegankelijkheidsverbeteringen: + */ +/* + * Alle standaard lettertypegroottes op 20 pt zetten: + * + * * { + * font-size: 20pt !important + * } + */ +/* + * Menu-items afzonderlijk op 15 pt zetten in plaats van de standaardgrootte: + * + * menupopup > * { + * font-size: 15pt !important + * } + */ +/* + * Voor de locatiebalk (URL) een lettertype met vaste breedte gebruiken + * + * #urlbar { + * font-family: monospace !important; + * } + */ + +/* + * De throbber en zijn vervelende bewegen verwijderen: + * + * #throbber-box { + * display: none !important; + * } + */ + +/* + * Voor meer voorbeelden, zie http://www.mozilla.org/unix/customizing.html + */ + -- cgit v1.2.3