summaryrefslogtreecommitdiff
path: root/common/.vimfx/userContent.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/.vimfx/userContent.css')
-rw-r--r--common/.vimfx/userContent.css47
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 }
+}