Advertisement
Guest User

userContent.css

a guest
Nov 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.05 KB | None | 0 0
  1. * { font-family: sans-serif, FontAwesome, "Segoe UI Symbol", PlaceholderFontOne, "Placeholder Font Two" !important; }
  2. pre, code { font-family: monospace !important; }
  3. body { font-weight: 400 !important; }
  4.  
  5. @-moz-document domain("github.com") {
  6.         .octicon, .mega-octicon {
  7.                 font-family: octicons !important;
  8.         }
  9.  
  10.         .blob-code * {
  11.                 font-family: monospace !important;
  12.         }
  13.  
  14.         .blob-num, .blob-code-inner {
  15.                 font-family: monospace !important;
  16.                 font-size: 13px !important;
  17.         }
  18.  
  19.         .markdown-body {
  20.                 font-size: 13px !important;
  21.                 line-height: 1.4 !important;
  22.         }
  23.  
  24.         .markdown-body p, li {
  25.                 margin-top: 1ex !important;
  26.                 margin-bottom: 1ex !important;
  27.         }
  28.  
  29.         .comment-body {
  30.                 font-size: 13px !important;
  31.         }
  32.  
  33.         .file-navigation-option .input-group .form-control {
  34.                 height: 30px !important;
  35.         }
  36.  
  37.         .container {
  38.                 width: 1024px !important;
  39.         }
  40. }
  41.  
  42. @-moz-document domain("slack.com") {
  43.         .fa {
  44.                 font-family: FontAwesome !important;
  45.         }
  46. }
  47.  
  48. @-moz-document domain("trello.com") {
  49.         .icon-sm, .icon-lg {
  50.                 font-family: trellicons !important;
  51.         }
  52. }
  53.  
  54. @-moz-document domain("review.openstack.org") {
  55.         .CodeMirror * {
  56.                 font-family: monospace !important;
  57.         }
  58.  
  59.         .CodeMirror .CodeMirror-linewidget * {
  60.                 font-family: sans-serif !important;
  61.         }
  62. }
  63.  
  64. @-moz-document domain("etherpad.openstack.org") {
  65.         .buttonicon {
  66.                 font-family: fontawesome-etherpad !important;
  67.                 font-size: 10px !important;
  68.         }
  69.  
  70.         select {
  71.                 font-family: sans-serif !important;
  72.                 font-size: 10px !important;
  73.                 line-height: 10px !important;
  74.         }
  75.  
  76.         body#innerdocbody * {
  77.                 font-family: monospace !important;
  78.         }
  79. }
  80.  
  81. @-moz-document domain("gog.com") {
  82.         .ic {
  83.                 font-family: gog-icons !important;
  84.         }
  85. }
  86.  
  87. @-moz-document domain("docker.com") {
  88.         body, p, li, a {
  89.                 font-weight: normal !important;
  90.                 line-height: 1.4 !important;
  91.         }
  92.         code {
  93.                 font-family: monospace !important;
  94.         }
  95. }
  96.  
  97. @-moz-document domain("wordpress.com") {
  98.         body, input, textarea {
  99.                 font-weight: normal !important;
  100.                 line-height: 1.4 !important;
  101.         }
  102.         p {
  103.                 margin-bottom: 1ex !important;
  104.         }
  105. }
  106.  
  107. @-moz-document domain("linux.com") {
  108.         html {
  109.                 font-weight: normal !important;
  110.         }
  111. }
  112.  
  113. @-moz-document domain("pagerduty.com") {
  114.         body {
  115.                 font-weight: normal !important;
  116.         }
  117. }
  118.  
  119. @-moz-document domain("quip.com") {
  120.         .icon-font {
  121.                 font-family: "Quip Glyphs" !important;
  122.         }
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement