summaryrefslogtreecommitdiff
path: root/common/.vimfx/userContent.css
blob: 3493445f85f387a020c0bb1bfb806cf3554fb578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@-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 }
}

@-moz-document domain("fandom.com") {
  #global-top-navigation { display: none !important }
  #global-explore-navigation { display: none !important }
}