Advertisement
Guest User

Untitled

a guest
Aug 8th, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.52 KB | None | 0 0
  1. @-moz-document url-prefix("https://rpgcodex.net/forums/") {
  2.     :root {
  3.         --primary1: grey;
  4.         --primary2: silver;
  5.         --primary3: white;
  6.         --secondary1: #F5F7FA;
  7.         --secondary2: black;
  8.         --secondary3: red;
  9.     }
  10.     body {
  11.         background: var(--secondary1);
  12.         color: var(--secondary2);
  13.     }
  14.     .node-main,
  15.     .node-icon,
  16.     .node-stats,
  17.     .node-description,
  18.     .node-extra-row,
  19.     .node-extra,
  20.     .pairs > dt,
  21.     .blockLink:hover,
  22.     .block-body dt,
  23.     .block-body dd,
  24.     .formSubmitRow-controls,
  25.     .formSubmitRow-bar,
  26.     .pageNav-page:hover > a,
  27.     .fr-toolbar *,
  28.     .fr-desktop *,
  29.     .pageNav-jump:hover,
  30.     .memberHeader-content,
  31.     .tooltip-content *,
  32.     .xfPreview,
  33.     .pollResult {
  34.         background: var(--primary3);
  35.         color: var(--secondary2);
  36.     }
  37.     a:hover,
  38.     .fauxBlockLink,
  39.     .text-area,
  40.     .inputChoices-explain,
  41.     .formRow .formRow-explain,
  42.     .structItem-minor a,
  43.     a.bbCodeBlock-sourceJump,
  44.     .bbWrapper,
  45.     .fr-view p,
  46.     .contentRow-minor {
  47.         color: var(--secondary2);
  48.     }
  49.     .block-header,
  50.     .p-nav,
  51.     .pageNav-page > a,
  52.     .pageNav-jump,
  53.     .block-footer,
  54.     .block-row,
  55.     .fr-view blockquote[data-quote]:before,
  56.     .alert.is-unread {
  57.         background: var(--primary1);
  58.     }
  59.     .input:focus,
  60.     .input.is-focused,
  61.     .inputGroup:focus-within,
  62.     #XF .fr-box.fr-basic.is-focused,
  63.     .codeEditor.CodeMirror.CodeMirror-focused,
  64.     .blockLink.is-selected,
  65.     .block-filterBar,
  66.     .tagItem,
  67.     .overlay-title {
  68.         background: var(--primary1);
  69.         color: var(--primary3);
  70.     }
  71.     a,
  72.     h1,
  73.     .menu a,
  74.     .menu-tabHeader .tabs-tab.is-active,
  75.     .p-description {
  76.         color: var(--primary1);
  77.     }
  78.     .p-body-sidebar *,
  79.     .p-sectionLinks,
  80.     .is-selected *,
  81.     .p-nav-list .p-navEl.is-selected,
  82.     .contentRow,
  83.     .menu-row.menu-row--alt,
  84.     .menu-tabHeader,
  85.     a.button.button--link,
  86.     .fr-view,
  87.     .fr-box.fr-basic.is-focused .fr-element,
  88.     .block-formSectionHeader,
  89.     .menu-header,
  90.     .menu-footer,
  91.     .menu-footer-main,
  92.     .listInline.listInline--bullet * {
  93.         background: var(--primary3);
  94.         color: var(--primary1);
  95.     }
  96.     .button,
  97.     a.button,
  98.     .button.button--cta.button,
  99.     .button.button--primary,
  100.     a.button.button--primary,
  101.     .fr-view blockquote {
  102.         background: var(--primary3);
  103.         background-color: var(--primary3);
  104.         color: var(--primary1);
  105.         border-top-color: var(--primary1);
  106.     }
  107.     .input,
  108.     .block-row,
  109.     .bbCodeBlock-title,
  110.     .memberOverviewBlock-seeMore,
  111.     .fr-popup *,
  112.     .fr-toolbar * {
  113.         background: var(--primary3) !important;
  114.         color: var(--secondary2) !important;
  115.     }
  116.     .menu-content,
  117.     .inputNumber-button,
  118.     .button--link {
  119.         background: var(--primary3) !important;
  120.         color: var(--primary1) !important;
  121.     }
  122.     .tabs,
  123.     .message-responseRow,
  124.     .alert:hover {
  125.         background: var(--primary1) !important;
  126.     }
  127.     .tabs-tab,
  128.     .block-header {
  129.         color: var(--primary3) !important;
  130.     }
  131.     .u-dt.node-extra-date,
  132.     .u-dt,
  133.     h1,
  134.     h2,
  135.     h3,
  136.     a.username,
  137.     .node-title a,
  138.     .showIgnoredLink,
  139.     .iconic > input[type="checkbox"] + i::after,
  140.     .iconic > i,
  141.     .button.is-disabled,
  142.     .fr-view,
  143.     .message-attribution-opposite,
  144.     .message-lastEdit,
  145.     .sv-rating__count {
  146.         color: var(--secondary2) !important;
  147.     }
  148.     .node-title a,
  149.     .contentRow-header .username {
  150.         color: var(--primary3);
  151.     }
  152.     .menu-linkRow,
  153.     .blockLink,
  154.     .structItem-cell,
  155.     .message--quickReply .message-cell--main,
  156.     .memberOverviewBlocks {
  157.         background: var(--primary3);
  158.     }
  159.     .username--moderator {
  160.         color: var(--secondary3);
  161.     }
  162.     .samUnitWrapper.structItem--thread.structItem * {
  163.         background: var(--primary3);
  164.         color: var(--primary1);
  165.     }
  166.     .samUnitWrapper *,
  167.     .structItem-pageJump a,
  168.     .block-minorHeader,
  169.     .inputTypes-display {
  170.         background: var(--primary3) !important;
  171.         color: var(--primary1) !important;
  172.     }
  173.     .structItem--thread > .structItem-cell > .structItem-minor > .structItem-pageJump a,
  174.     .messageNotice {
  175.         background: var(--primary3) !important;
  176.         color: var(--secondary2) !important;
  177.     }
  178.     .structItem--thread > .structItem-cell > .structItem-minor > .structItem-pageJump,
  179.     .block--messages .message-inner .message-cell,
  180.     .message--quickReply .message-cell--user,
  181.     .message-cell.message-cell--user,
  182.     .message-cell,
  183.     .inputGroup-text,
  184.     .tooltip-content {
  185.         background: var(--primary3) !important;
  186.     }
  187.     .structItem--thread > .structItem-cell > .structItem-minor > .structItem-pageJump a:hover {
  188.         background: var(--primary1) !important;
  189.         color: var(--primary3) !important;
  190.     }
  191.     .bbCodeBlock-content {
  192.         background: var(--primary2) !important;
  193.         color: var(--secondary2);
  194.     }
  195.     .bbCodeCode *,
  196.     .bbCodeCode,
  197.     .bbCodeBlock--screenLimited .bbCodeBlock-content {
  198.         background: var(--primary3);
  199.         color: var(--secondary2) !important;
  200.     }
  201.     .button:hover {
  202.         background: var(--secondary2) !important;
  203.         color: var(--primary3) !important;
  204.     }
  205.     .menu-tabHeader .tabs-tab.is-active {
  206.         border-bottom-color: var(--primary1);
  207.     }
  208.     .block--messages .message:nth-child(even),
  209.     .block--messages .message:nth-child(odd) {
  210.         border-color: var(--primary1) !important;
  211.     }
  212.     .menu-tabHeader,
  213.     .message + .message {
  214.         border-top-color: var(--primary1) !important;
  215.     }
  216.     .button--link {
  217.         border-left-color: var(--secondary2) !important;
  218.     }
  219.     .buttonGroup .button {
  220.         border: solid 1px var(--primary1) !important;
  221.     }
  222.     .message-cell,
  223.     .memberOverviewBlock-seeMore,
  224.     .inputTypes-display {
  225.         border: 1px solid var(--primary1);
  226.     }
  227.     .topLogo,
  228.     .codexTroll img,
  229.     .cdx-nav-menu,
  230.     .p-body-content > .samCodeUnit .samItem > div,
  231.     .p-footer,
  232.     .button.button--scroll,
  233.     .samUnitWrapper > div,
  234.     #richmedia_4,
  235.     .p-body-sidebar span a,
  236.     .message-user .userBanner,
  237.     .message-user .user-campaign-tags,
  238.     .user-patron img,
  239.     .message-userTitle,
  240.     .user-tag img,
  241.     .userBanner *,
  242.     .memberTooltip-banners,
  243.     .memberHeader-banners,
  244.     .block-filterBar,
  245.     .extrasOverContentBanner img {
  246.         display: none;
  247.     }
  248. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement