Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.96 KB | None | 0 0
  1. html {
  2.     text-rendering: optimizeLegibility;
  3.     font-family: verdana, Helvetica, sans-serif;
  4. }
  5.  
  6. body {
  7.     background: #4a4a50;
  8.     background:
  9.         url(https://www.transparenttextures.com/patterns/45-degree-fabric-light.png),
  10.         linear-gradient(to bottom, #000 0, #000 270px, transparent 900px),
  11.         linear-gradient(to top, #000 0, #000 270px, #222 900px)
  12.     ;
  13.  
  14.     text-rendering: optimizeLegibility;
  15.     font-family: verdana, Helvetica, sans-serif;
  16.     font-size: 14px;
  17.     line-height: 20px;
  18.     color: #4e4e4e;
  19. }
  20.  
  21. section.posts,
  22. section.posts .cntnt__right,
  23. header,
  24. footer {
  25.     width: 960px;
  26.     margin: auto;
  27. }
  28.  
  29. .board-tags {
  30.     margin: 15px auto;
  31. }
  32.  
  33. a.hashlink {
  34.     font-weight: normal;
  35.     font-size: 13px;
  36. }
  37.  
  38. .reply,
  39. .thread {
  40.     background: #fff;
  41.     background: #fcfcfc;
  42. }
  43.  
  44. header,
  45. header a,
  46. header span,
  47. footer,
  48. footer a,
  49. footer span,
  50. .thread-nav,
  51. .thread-nav a,
  52. .norm-reply .reply-label-wrapper span {
  53.     text-decoration: none;
  54.     color: #ddd;
  55.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  56. }
  57.  
  58.  
  59. header a:hover,
  60. footer a:hover,
  61. .thread-nav a:hover {
  62.     color: #2196F3;
  63. }
  64.  
  65. .thread-nav input[type="text"],
  66. header input[type="text"],
  67. footer input[type="text"] {
  68.     outline: none;
  69.     padding: 3px 6px;
  70.     color: #555 !important;
  71.     box-shadow: 2px 2px 1px rgba(12, 13, 15, 0.1);
  72.     border-radius: 1px;
  73.     border: 0;
  74. }
  75.  
  76. .reply {
  77.     border: 0;
  78.     padding: 5px 10px 5px 10px;
  79.     width: 100%;
  80.     -webkit-border-radius: inherit;
  81. }
  82.  
  83. .reply .post-details {
  84.     border-top: 1px solid #e9e9e9;
  85. }
  86.  
  87. img.img.preview {
  88.     margin-top: 2px;
  89.     background: #3a3a3a;
  90.     border-radius: 2px;
  91.     box-shadow: 0px 2px 4px rgba(12, 13, 15, 0.2);
  92. }
  93.  
  94. img.fullsize {
  95.     border-radius: 2px;
  96.     box-shadow: 0px 3px 6px rgba(12, 13, 15, 0.2);
  97. }
  98.  
  99. #fullscreen-container {
  100.     padding: 0px;
  101.     margin: 0 8px;
  102.     background: #fcfcfc !important;
  103.     border-radius: 6px;
  104.     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  105. }
  106. #fullscreen-container img {
  107.     border-radius: 4px;
  108. }
  109.  
  110. .post .file-attr {
  111.     line-height: 1.4em;
  112. }
  113.  
  114. .thread {
  115.     box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.26), 0 3px 6px rgba(0, 0, 0, 0.33);
  116.     padding: 15px 5px 15px 5px;
  117.     border-radius: 3px;
  118.     margin-bottom: 20px;
  119. }
  120.  
  121.  
  122. .thread-nav {
  123.     margin-bottom: 10px;
  124. }
  125.  
  126. .logo {
  127.     margin: 20px auto;
  128. }
  129.  
  130. .bb {
  131.     box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  132.     background: #515156f7;
  133.     border: 0;
  134.     border-radius: 2px 2px 0px 0px;
  135.     padding: 2px 8px;
  136.     color: #dcdcdc;
  137.     right: 55px;
  138. }
  139.  
  140. .bb .bb-header-text-new {
  141.     font-weight: inherit;
  142.     color: #fff;
  143. }
  144.  
  145. .bb.favorites {
  146.     right: 215px;
  147. }
  148.  
  149. .bb a {
  150.     color: #d6d6d6;
  151. }
  152.  
  153. .reply.hidden-thread-box,
  154. .hidden-post-box {
  155.     border: 0 !important;
  156.     margin-bottom: 20px;
  157.     box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0), 0 3px 6px rgba(0, 0, 0, 0.23);
  158.     background: #ffffffaa;
  159.     padding: 10px !important;
  160.     color: #666;
  161.     border-radius: 3px;
  162.     display: none;
  163. }
  164.  
  165. .reply.hidden-thread-box .hidden-thread-num {
  166.     font-weight: normal;
  167. }
  168.  
  169. .nav-arrows {
  170.     filter: invert(0.85) opacity(0.5);
  171. }
  172.  
  173. .spoiler,
  174. .spoiler a {
  175.     transition: color .35s ease-in;
  176.     background: #dcdcdc;
  177.     color: transparent;
  178.     padding: 2px 5px;
  179.     border-radius: 1px;
  180. }
  181.  
  182. .spoiler:hover,
  183. .spoiler:hover a {
  184.     color: #222;
  185. }
  186.  
  187.  
  188. body.replypage .reply .reflink:before {
  189.     color: #aba!important;
  190.     color: #08c!important;
  191. }
  192.  
  193. a,
  194. .a-link-emulator {
  195.     color: #f60;
  196.     color: #08c;
  197.     text-decoration: none;
  198. }
  199.  
  200. a:hover,
  201. .a-link-emulator:hover {
  202.     color: #2196F3;
  203. }
  204.  
  205. .new-posts-marker .post {
  206.     border-bottom: 2px solid #FFC107;
  207.     border-bottom: 1px dashed #2196F3;
  208. }
  209.  
  210. .watched-posts-marker .post {
  211.     border-left: 2px solid #ffb68c;
  212.     border-left: 1px solid #2196F3;
  213.     padding-left: 9px;
  214. }
  215.  
  216. .reply-posts-marker .post {
  217.     border-left: 2px dashed #ffb68c;
  218.     border-left: 1px dashed #2196F3;
  219.     padding-left: 9px;
  220. }
  221.  
  222. .unkfunc {
  223.     color: #708090;
  224.     color: #576773;
  225.     color: #6d6f73;
  226.     font-weight: bold;
  227.     font-size: 12px;
  228. }
  229.  
  230. .norm-reply {
  231.     margin: 15px;
  232. }
  233.  
  234. .qr-reply {
  235.     background: #fcfcfc;
  236.     color: #666;
  237.     padding: 5px;
  238.     border-radius: 2px;
  239.     border: 0;
  240.     box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0), 0 3px 6px rgba(0, 0, 0, 0.23);
  241. }
  242.  
  243. .qr-header {
  244.     background: white;
  245. }
  246.  
  247. .qr .qr-header {
  248.     background: transparent;
  249.     border: 0;
  250.     /* filter: none; */
  251. }
  252.  
  253. .qr-reply input {
  254.     background: #fcfcfc;
  255.     color: #666;
  256.     border: 0;
  257.     margin: 2px;
  258.     margin-bottom: 5px;
  259. }
  260.  
  261. .qr-reply .qr-mail {
  262.     display: flex;
  263. }
  264.  
  265. .qr-reply input.qmail {
  266.     flex: auto;
  267. }
  268.  
  269. .qr-reply input.qsubmit {
  270.     transition: color 0.25s ease;
  271. }
  272.  
  273. .qr-reply input.qsubmit:hover {
  274.     color: #08c;
  275. }
  276.  
  277. img.markup {
  278.     filter: opacity(75%);
  279. }
  280.  
  281. .toolbar-area div {
  282.     margin: 5px 0;
  283. }
  284.  
  285. .qr-reply .qcomment {
  286.     border: 0;
  287.     border-top: 1px solid #f0f0f0;
  288.     border-bottom: 1px solid #f0f0f0;
  289.     border-radius: 2px;
  290. }
  291.  
  292. .post blockquote,
  293. .post .image {
  294.     margin: 5px 5px;
  295. }
  296.  
  297. .post-wrapper {
  298.     margin: 0;
  299. }
  300.  
  301. .post-wrapper .image {
  302.     margin-left: 0;
  303. }
  304.  
  305. .post .post-details {
  306.     color: #888;
  307.     font-size: 11px;
  308.     white-space: nowrap;
  309. }
  310.  
  311. .post.oppost .post-details .post-title {
  312.     font-size: 15px;
  313.     grid-area: title;
  314.     border-bottom: 1px solid #eaeaea;
  315.     padding-bottom: 10px;
  316.     margin-bottom: 5px;
  317.     text-overflow: ellipsis;
  318.     overflow: hidden;
  319. }
  320.  
  321. .post.reply .post-details {
  322.     padding-top: 5px;
  323. }
  324.  
  325. .post.oppost .post-details {
  326.     margin-bottom: 5px;
  327.     display: grid;
  328.     grid-auto-rows: 0;
  329.     grid-auto-columns: 0;
  330.     grid-template-rows: 1fr auto;
  331.     grid-template-columns: fit-content(200px) fit-content(100px) 1fr fit-content(250px);
  332.     grid-template-areas:
  333.         "title title   title title"
  334.         "date  reflink .     panel"
  335.     ;
  336. }
  337.  
  338. .post.oppost .post-details .posttime-reflink {
  339.     display: contents;
  340. }
  341.  
  342. .post.oppost .post-details .posttime-reflink > .reflink {
  343.     grid-area: reflink;
  344. }
  345.  
  346.  
  347. .post.oppost .post-details .posttime {
  348.     grid-area: date;
  349.     padding-right: 10px;
  350. }
  351.  
  352. .post.oppost .post-details > .reflink {
  353.     grid-area: reflink;
  354.     display: contents;
  355. }
  356.  
  357. .post.oppost .post-details .postpanel {
  358.     font-size: 0px;
  359.     overflow: hidden;
  360.     grid-area: panel;
  361. }
  362.  
  363. .post.oppost .post-details .postpanel * {
  364.     font-size: 14px;
  365.     margin-left: 2px;
  366. }
  367.  
  368. .thread {
  369.     padding: 15px 15px !important;
  370. }
  371.  
  372. .oppost-wrapper {
  373.     padding: 0;
  374. }
  375.  
  376.  
  377. .post,
  378. .mess-post {
  379.     padding: 0 10px;
  380.     padding-bottom: 5px;
  381. }
  382.  
  383. .mess-post {
  384.     display: inline-block;
  385. }
  386.  
  387. *:not(.post-wrapper) > .post.reply {
  388.     /* popup post reply */
  389.     padding: 5px 15px !important;
  390.     border: 0 !important;
  391.     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  392.     max-width: 50% !important;
  393.     border-radius: 2px;
  394. }
  395.  
  396. *:not(.post-wrapper) > .post.reply .post-details {
  397.     border: 0;
  398. }
  399.  
  400. *:not(.post-wrapper) > .post.reply .post-title {
  401.     display: none;
  402. }
  403.  
  404. .post .post-message {
  405.     margin: 10px 0px;
  406. }
  407.  
  408. .reply.hiclass {
  409.     background: inherit;
  410.     animation: background-fade-highlight 2.5s ease-out;
  411. }
  412.  
  413. @keyframes background-fade-highlight {
  414.     from {
  415.         background: #d1f0ff;
  416.         background: #2196F377;
  417.     }
  418.     to {
  419.         background: inherit;
  420.     }
  421. }
  422.  
  423. hr,
  424. a.board-banner.desktop,
  425. section#moneymoneymoney-top,
  426. span.message-sticker-btn,
  427. span.message-byte-len,
  428. .adminbar.adminbar-top,
  429. .top-user-boards.desktop,
  430. .moneymoneymoney,
  431. .nb__data,
  432. .post .post-details > span.desktop,
  433. .post .post-details .ophui,
  434. .post .post-details .ananimas,
  435. .post .post-details .turnmeoff,
  436. .post.oppost .post-details .postertrip,
  437. .post.reply .post-details .postpanel,
  438. .qr-vk-public,
  439. .kupi-passcode-suka,
  440. #postform tr.rules-area,
  441. #report-form {
  442.     display: none;
  443. }
  444.  
  445. header #postform table {
  446.     background: #fcfcfc;
  447.     color: #555;
  448.     padding: 15px;
  449.     margin-top: 15px;
  450.     border-radius: 3px;
  451.     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  452. }
  453.  
  454. #postform input {
  455.     box-shadow: none;
  456.     background: #fcfcfc;
  457.     color: #666;
  458.     border: 0;
  459.     padding: 3px 6px;
  460. }
  461.  
  462. #postform input:hover {
  463.     color: #07c;
  464. }
  465.  
  466. .norm-reply .postform,
  467. .norm-reply .postform span {
  468.     color: #666;
  469.     text-shadow: initial;
  470. }
  471.  
  472. @media (max-width: 1000px) {
  473.   header, footer,
  474.   section.posts .cntnt__right,
  475.   section.posts {
  476.     width: 720px;
  477.   }
  478. }
  479.  
  480. @media (max-width: 760px) {
  481.   body {
  482.     padding-left: 0;
  483.     padding-right: 0;
  484.     margin: 0;
  485.   }
  486.  
  487.   section.posts .thread-nav {
  488.     padding: 0 5px;
  489.   }
  490.  
  491.   section.posts .cntnt__right,
  492.   section.posts {
  493.     width: 100%;
  494.     margin: 0;
  495.   }
  496.  
  497.   .thread,
  498.   .reply.hidden-thread-box,
  499.   .hidden-post-box {
  500.     border-radius: 0;
  501.   }
  502.  
  503.   header, footer {
  504.     width: 90%;
  505.   }
  506. }
  507.  
  508. #hideFm {
  509.     color: #777;
  510. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement