Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.96 KB | None | 0 0
  1. {
  2.     "name": "4c_darkblue",
  3.     "authorName": "read",
  4.     "replyOp": "1.0",
  5.     "navOp": "1.0",
  6.     "mainColor": "090d0f",
  7.     "brderColor": "111111",
  8.     "inputColor": "222222",
  9.     "inputbColor": "151515",
  10.     "headerBGColor": "1a1a1a",
  11.     "headerColor": "dddddd",
  12.     "boardColor": "dddddd",
  13.     "bgColor": "0f1419",
  14.     "textColor": "dddddd",
  15.     "blinkColor": "80807c",
  16.     "headerLColor": "80807c",
  17.     "headerLHColor": "c7de1a",
  18.     "linkColor": "80807c",
  19.     "linkHColor": "c7de1a",
  20.     "qlColor": "80807c",
  21.     "nameColor": "5c98b2",
  22.     "tripColor": "8c5d2a",
  23.     "titleColor": "486273",
  24.     "quoteColor": "86ce01",
  25.     "unreadColor": "80807c",
  26.     "postHLColor": "8c5d2a",
  27.     "quotesYouHLColor": "8c5d2a",
  28.     "ownPostHLColor": "8c5d2a",
  29.     "threadHLColor": "486273",
  30.     "replybgHLColor": "25262a",
  31.     "replyslctColor": "8c5d2a",
  32.     "customCSS": ":root { --thread-body-bg: #0f1419; --reply-header-bg: #040607; --reply-body-bg: #090d0f; --text-color: #80807c; --border-color: #1A1A1A; } @font-face { font-family: 'Gotham Rounded'; } body { font: bold 16px 'Gotham Rounded'; } .opContainer { margin-bottom: 50px; } .op > .postInfo > .dateTime, .op > .postInfo > .dateTime + .postNum { opacity: 1.0; } .backlink { margin-bottom: auto; margin-top: auto; } :root.post-info .reply > .postInfo { background: var(--reply-header-bg); border-bottom: none !important; box-shadow: none !important; padding-top: 5px !important; margin-bottom: 16px !important; } .thread > .replyContainer, .threadContainer > .replyContainer { margin-bottom: 20px !important; } .postInfo > .menu-button { padding-bottom: 20px !important; } .op > .file > .fileText, .reply > .file > .fileText { display: none; } .postNum, .dateTime { opacity: 1.0; transition: opacity .25s ease-in-out; color: var(--text-color) !important; } .postNum:hover, .dateTime:hover { opacity: 0.9; color: var(--text-color) !important; } .board { width: 62.5% !important; margin: auto !important; } .board.json-index { width: 75% !important; } .prettyprint { max-width: 900px !important; } .backlink { float: right; opacity: 0.5; bottom: 0px !important; top: 2px !important; } .catalog-thread { height: 300px !important; width: 250px !important; border: none !important; margin-top: 1px !important; margin-bottom: 25px !important; margin-left: 0px !important; margin-right: 0px !important; } #threads > .thread { width: 250px !important; } .fileThumb { max-width: 700px !important; } #header-bar { opacity: unset !important; } #thread-watcher { border: 3px solid !important; border-color: var(--border-color) !important; } .dialog#updater { background: transparent !important; } #shortcut-menu > .menu-button { display: inline !important; } .DISmenu-button { display: none !important; } .fileThumb { margin-right: 20px !important; margin-bottom: 14px !important; } .postInfo > .container { opacity: 0; transition: opacity 200ms ease-in-out 30ms; } .postInfo:hover > .container { opacity: 1; transition: opacity 200ms ease-in-out 30ms; } "
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement