From d2c331b9f036951eef062dd5141c75182375ba12 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 00:56:22 +0200 Subject: Add current configuration --- common/.vimfx/userContent.css | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 common/.vimfx/userContent.css (limited to 'common/.vimfx/userContent.css') diff --git a/common/.vimfx/userContent.css b/common/.vimfx/userContent.css new file mode 100644 index 0000000..a230e0b --- /dev/null +++ b/common/.vimfx/userContent.css @@ -0,0 +1,47 @@ +@-moz-document domain("wikipedia.org"), + domain("wiktionary.org"), + domain("wikiquote.org") { + p, li, dl { + text-align: justify; + line-height: initial; + } + h1, h2 { + font-family: serif !important; + } +} + +@-moz-document domain("gentoo.org") { + body > * { + font-family: sans-serif; + } + h1, h2, h3, h4, h5, h6 { + font-family: serif !important; + } + h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { + font-family: sans-serif !important; + } +} + +@-moz-document domain("khanacademy.org") { + ._2qe0as { padding: 0.5em !important } + ._lqicet { margin-bottom: 0.5em !important } + ._oziornq { padding: 0 !important } + ._13ise4e h3 { display: none } +} + +@-moz-document domain("snikket.org") { + p { font-size: 1rem !important } + h1, h2 { font-family: initial !important } + body { + font-family: initial !important; + line-height: initial !important; + } +} + +@-moz-document domain("laparola.net") { + [lang=el] { font-family: inherit !important } + + div.p { line-height: initial !important } + + div.p span.v { padding: 0 !important } +} -- cgit v1.2.3