sanitysama

4chan imp 11/6

Nov 6th, 2013
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.23 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document domain("4chan.org") {
  3. /* font */
  4.     body, input, label, select, .boardTitle, .boardSubtitle { font-family: 'Akzidenz-Grotesk Pro', sans-serif !important }
  5.     .qr-shortcut, .expand-all-shortcut, .watcher-toggler { font-family: FontAwesome !important }
  6.     .prettyprint span { font-family: -moz-fixed,monospace,monospace !important }
  7.     .button, a { text-decoration: none !important }
  8.     blockquote > span.quote { color: #3C5014 !important }
  9. /* font size */
  10.     .reply, blockquote, a, span, label, textarea, time, td { font-size: 15px }
  11.     .postertrip, .move, .backlink { font-size: 12px !important; font-weight: 300 !important }
  12.     .name, .boardTitle { font-weight: 400 !important }
  13.     .hide-announcement > span, .hide-thread-button > span, .show-thread-button > span, .hide-reply-button > span, .show-reply-button > span, .menu-button, .pagelist .pages, .postNum span,
  14.     #full-board-list .boardList, #thread-stats div { font-size: 0 }
  15. /* board list */
  16.     a[data-only="catalog"] { line-height: 18px !important }
  17.     #shortcuts .shortcut, #header-bar > .menu-button a, #full-board-list a, #custom-board-list { position: relative; top: 1px }
  18.     #shortcuts { margin-left: 28px }
  19.     #shortcuts .shortcut:nth-of-type(2) { padding: 0px 4px }
  20.     .fa-comment-o { position: relative !important; bottom: 1px }
  21. /* logo */
  22.     .boardBanner { margin: 1.5em !important }
  23.     .boardBanner, .title, .boardTitle { float: left }
  24.     .title { clear: left; margin-right: 10px !important }
  25.     .boardTitle { padding-top: 7px !important }
  26.     .boardTitle, .boardSubtitle { display: table-cell; clear: right }
  27.     #info { clear: left }
  28. /* announcement */
  29.     a.hide-announcement, #globalMessage { position: relative; top: 30px }
  30.     .hide-announcement, #toggleMsgBtn { z-index: 3 }
  31.     #globalMessage h3 { color: rgb(175,10,15) !important; font-weight: 400 !important }
  32.     #globalMessage strong { color: rgb(88,5,8) !important; font-weight: 400 !important }
  33. /* 4chanx menu button */
  34.     #header-bar .menu-button { position: fixed !important; top: -2px; left: 6px; height: 20px; width: 20px; background: linear-gradient(to bottom,rgba(255,255,255,1)0%,rgba(239,239,239,0.75)100%) }
  35.     #header-bar .menu-button i { position: relative; left: 4px; top: 4px; opacity: .5 }
  36. /* link buttons */
  37.     .postNum .replylink, .qr-shortcut, .expand-all-shortcut, .contract-all-shortcut { padding: 0 2px !important; margin: 0 2px !important }
  38. /* posts */
  39.     .post { border-radius: 4px }
  40.     .reply { padding: 2px 8px !important }
  41.     .post .menu-button { color: #aaa !important; position: relative; top: -4px; padding: 1px 2px !important }
  42.     .stub .menu-button { position: relative; bottom: 5px }
  43.     #delform, .stub { clear: both }
  44.     .postNum .replylink { margin: 0 -6px !important }
  45. /* pages */
  46.     .pagelist, #settings { box-shadow: 1px -1px 2px rgba(0,0,0,0.15); border: 0 !important; position: fixed; left: 0; bottom: 0; width: auto !important; border-radius: 4px }
  47.     .pagelist a:before { content:" " }
  48.     .cataloglink { border-left: 0 !important }
  49.     .pagelist .pages { padding: 0 !important }
  50. /* settings */
  51.     #settings { background-color: #D6DAF0; z-index: 3; padding: 3px 7px !important }
  52. /* stats */
  53.     #thread-stats span, #update-timer, #update-status { font-weight: 400 !important; margin: 2px }
  54.     #thread-stats .move, #updater .move { margin-top: 4px !important }
  55. /* sauce */
  56.     .fileInfo > a { text-transform: lowercase !important; opacity: 0.25 }
  57.     .fileInfo:hover > a { opacity: 1 !important }
  58. /* brackets */
  59.     .brackets-wrap:after, .brackets-wrap:before, .btn-wrap:after, .btn-wrap:before, .shortcut:not(:last-child):after { content: none !important }
  60.     .hide-thread-button > span:before, .hide-reply-button > span:before, .hide-announcement > span:before { content: "▼"; font-size: 12px; opacity: 0.25 }
  61.     .show-reply-button > span:before, .show-thread-button > span:before { content: "▶"; font-size: 12px; opacity: 0.25 }
  62. /* removed */
  63.     hr, #absbot, #globalMessage br + br, .postInfo input[type="checkbox"], a[title="Pony"], option[value="mlp"],
  64.     .ad-plea, .deleteform, .navLinks, .pagelist .prev, .pagelist .next, .topad, .middlead, .bottomad { display: none !important }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment