Advertisement
Guest User

forum.elvenar.com

a guest
Nov 5th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.65 KB | None | 0 0
  1. @-moz-document domain("forum.elvenar.com") {
  2. html {
  3.     font-family: 'Noto Sans', sans-serif;
  4.     text-rendering: optimizeLegibility;
  5.     font-size: 16px;
  6.     line-height: 1.4;
  7. }
  8. .pageNav-page:not(:first-child) {
  9.     border-left-color: #686050;
  10. }
  11. .message-body{
  12.     font-family: 'Noto Sans', sans-serif;
  13. }
  14. .message-cell {
  15.     background: #f6ecd6;
  16.     border: 1px solid #ccb790;
  17.     border-radius: 3px;
  18.     color: #482b13;
  19. }
  20.  
  21. .u-scrollButtons {
  22.     display: block;
  23.     opacity: 1;
  24. }
  25.  
  26. div.fr-box.fr-basic.fr-top .fr-wrapper {
  27.     background: #f6ecd6;
  28.     font-family: 'Noto Sans', sans-serif;
  29. }
  30. div.fr-box textarea.input {
  31.     font-family: 'Noto Sans', sans-serif;
  32. }
  33. div.message-editorWrapper {
  34.     font-family: 'Noto Sans', sans-serif;
  35. }
  36. .bbCodePreview-content {
  37.     font-family: 'Noto Sans', sans-serif;
  38. }
  39. .block-row {
  40.     font-size: 12px;
  41. }
  42. a {
  43.     font-weight: normal;
  44. }
  45. a.bbCodeBlock-sourceJump {
  46.     font-weight: bold;
  47. }
  48. .label.label--skyBlue {
  49.     color: #fff;
  50.     background: #3c5a71;
  51.     border-color: #235076;
  52. }
  53. .label.label--green {
  54.     color: #fff;
  55.     background: #006000;
  56.     border-color: #003d00;
  57. }
  58. .label.label--red {
  59.     color: #fff;
  60.     background: #920000;
  61.     border-color: #5f0000;
  62. }
  63. .label.label--blue {
  64.     color: #fff;
  65.     background: #0006b0;
  66.     border-color: #000586;
  67. }
  68. .bbCodeBlock {
  69.     border-left: 3px solid #3e590f;
  70. }
  71. .bbCodeBlock-title {
  72.     font-size: 14px;
  73.     color: #3e590f;
  74. }
  75. .bbCodeBlock.bbCodeBlock--quote
  76. .bbCodeBlock-content {
  77.     background-color: #ecdec0;
  78.     font-size: 14px;
  79. }
  80. .p-breadcrumbs>li {
  81.     font-size: 14px;
  82. }
  83. .avatar {
  84.     border-radius: 3%;
  85. }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement