Advertisement
sanitysama

4chan imp 6/15

Jun 15th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.89 KB | None | 0 0
  1.     .post { border-radius: 4px } .reply { padding: 2px 8px !important } a, .button { text-decoration: none !important } .board { margin-bottom: 1.5em }
  2. /* font */
  3.     a, body, input, label, select, .boardTitle, .boardSubtitle { font-family: 'Akzidenz-Grotesk Pro', sans-serif !important } .prettyprint span { font-family: -moz-fixed,monospace,monospace !important }
  4. /* font size */
  5.     .reply, blockquote, a, span, label, .pagelist strong, textarea, time, td { font-size: 14px } .postertrip, .move, .backlink { font-weight: 300 !important; font-size: 12px }
  6.     .name, .boardTitle { font-weight: 400 !important } span.quote { color: #3C5014 !important }
  7. /* board list */
  8.     #full-board-list .boardList { font-size: 0 !important } a[data-only="catalog"] { line-height: 18px !important }
  9.     #shortcuts .shortcut, #header-bar > .menu-button a, #full-board-list a, #custom-board-list { position: relative; top: 2.25px } #shortcuts { margin-left: 30px }
  10. /* brackets */
  11.     .brackets-wrap:after, .brackets-wrap:before, .btn-wrap:after, .btn-wrap:before { content: none !important }
  12.     .menu-button, .postNum span, .hide-announcement > span { font-size: 0 }
  13.     .hide-thread-button > span, .show-thread-button > span, .hide-reply-button > span, .show-reply-button > span { font-size: 0; color: transparent }
  14.     .hide-thread-button > span:before, .hide-reply-button > span:before, .hide-announcement > span:before { content: "▼"; font-size: 12px; color: #111; opacity: 0.25 }
  15.     .show-reply-button > span:before, .show-thread-button > span:before { content: "▶"; font-size: 12px; color: #111; opacity: 0.25 }
  16. /* buttons */
  17.     #header-bar .menu-button,
  18.     .hide-reply-button, .hide-thread-button, .show-thread-button, .show-reply-button, a.hide-announcement, a.show-announcement {
  19.         border: 1px rgba(65,65,65,0.25) solid !important; border-radius: 2px; background: linear-gradient(to bottom, rgba(255,255,255,0.75) 50%,rgba(228,229,240,0.75) 100%); padding: 0 2px }
  20. /* menu button */
  21.     .menu-button { color: #bbb !important; position: relative; top: -5px; padding: 1px 2px !important }
  22.     #header-bar .menu-button { position: fixed !important; left: 5px }
  23.     #header-bar .menu-button i { color: #ccc !important; position: relative; top: -2px }
  24.     #custom-board-list a[data-only="catalog"], .show-board-list-button, .hide-board-list-button a
  25.         { font-size: 12px !important; -moz-appearance: tooltip; -o-appearance: tooltip; -webkit-appearance: tooltip; padding: 0 !important; opacity: 0.5 }
  26. /* logo */
  27.     .boardBanner { margin: 1.5em !important } .boardBanner, .title, .boardTitle { float: left } .title { clear: left; margin-right: 10px !important }
  28.     .boardTitle { padding-top: 7px !important } .boardTitle, .boardSubtitle { display: table-cell; clear: right } #delform, .stub { clear: both }
  29. /* return */
  30.     .navLinks, #info {float: left; clear: left; font-size: 0 } .navLinks a:after, #tobottom .button:after { content:" " }
  31. /* return bottom */
  32.     #delform .navLinks, #info .navLinks { position: fixed; top: 5px; left: 96px; z-index: 11 }
  33. /* delete form, footer, hr, imps, anchor, catalog, checkbox, ads */
  34.     .deleteform,#absbot,hr,a[title="Pony"],option[value="mlp"],a[href="#top"],a[href="#bottom"],#tobottom,a[href=".././catalog"],body > .navLinks,.postInfo input[type="checkbox"],
  35.     .topad, .middlead, .bottomad { display: none !important }
  36. /* pages */
  37.     .pagelist, #settings { box-shadow: 1px -1px 2px rgba(0,0,0,0.15); padding: 4px 8px !important; border: 0 !important; position: fixed; left: 0; bottom: 0; width: auto !important; border-radius: 3px }
  38.     .pagelist .pages { font-size: 0 } .pagelist a:before { content:" " }
  39.     .prev input, .prev a, .next input, .pagelist .cataloglink a, #qf-ctrl, #filters-ctrl, .postNum .replylink, a.button, a[href=".././"] {
  40.         -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; -moz-box-sizing: border-box; box-sizing: border-box; background-color: white; font-size: 13px !important;
  41.         line-height: 14px !important; padding: 0 6px !important; border: 1px #AAA solid !important; border-radius: 3px; margin-left: 7px; color: black !important; cursor: pointer }
  42.     .cataloglink a { color: #000 !important } .cataloglink { position: relative; top: 2px }
  43.     .pagelist .prev, .pagelist .next, .pages { padding: 0 !important } div.pagelist > div span { display: inline !important } .prev { font-size: 0 !important }
  44.     .prev a, .replylink { height: 18px !important; text-align: center; margin-left: 0 !important}
  45. /* settings */
  46.     #settings { background-color: #D6DAF0; z-index: 3 }
  47. /* announcement */
  48.     a.hide-announcement, #globalMessage { position: relative; top: 25px } #globalMessage br + br { display: none !important } .hide-announcement, #toggleMsgBtn { z-index: 3 }
  49.     #globalMessage h3 { color: rgb(175,10,15) !important; font-weight: 400 !important }
  50.     #globalMessage strong { color: rgb(88,5,8) !important; font-weight: 400 !important }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement