diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-22 00:56:22 +0200 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-22 11:49:01 +0200 |
commit | d2c331b9f036951eef062dd5141c75182375ba12 (patch) | |
tree | 325bf3c56b70ec845e8de9349f45408ed844e747 /common/.vimfx/userContent.css | |
download | dotfiles-d2c331b9f036951eef062dd5141c75182375ba12.tar.gz dotfiles-d2c331b9f036951eef062dd5141c75182375ba12.zip |
Add current configuration
Diffstat (limited to 'common/.vimfx/userContent.css')
-rw-r--r-- | common/.vimfx/userContent.css | 47 |
1 files changed, 47 insertions, 0 deletions
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 } +} |