Advertisement
Guest User

Dvach24 (alpha)

a guest
Nov 21st, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic,cyrillic-ext,latin-ext');
  2. @import url('https://fonts.googleapis.com/css?family=Fira+Sans:300&subset=cyrillic');
  3. @import url('https://fonts.googleapis.com/css?family=Arimo&subset=cyrillic');
  4.  
  5. html,body
  6. {background: url(https://www.vesti.ru/i/bg.png);}
  7.  
  8. body
  9. {font-family: 'Open Sans', sans-serif; font-size: 0.95em; padding: 0px;}
  10.  
  11. /*========= Head =========*/
  12.  
  13. header
  14. {background: #0095da;}
  15.  
  16. header > .norm-reply a
  17. {color: #fff;}
  18.  
  19. .adminbar__boards, .moneymoneymoney, .board-banner, #plashque, #mobile-plashque, .like-caption, .dislike-caption, .logo > br, .postbtn-exp, .postbtn-expall, .postbtn-hide, .postbtn-report, .postbtn-options, .postrekl-hr, .adminbar > hr
  20. {display: none;}
  21.  
  22. .adminbar__menu
  23. {background: #f3f3f3; padding: 5px 10px; text-align: center;}
  24.  
  25. .adminbar__menu a
  26. {color: #333; font-family: 'Arimo', sans-serif; padding: 0px 1px; text-decoration: none;}
  27.  
  28. .adminbar__menu a:hover
  29. {text-decoration: underline;}
  30.  
  31. .rmenu, .adminbar .menu
  32. {background: #f3f3f3;}
  33.  
  34. hr
  35. {border-top: 0px solid;}
  36.  
  37. #title:before
  38. {content: "Двач.24 —"!important;}
  39.  
  40. .logo
  41. {color: #fff; font-weight: 300; font-family: 'Fira Sans', sans-serif;}
  42.  
  43. /*========= Posts =========*/
  44.  
  45. .posts .post-wrapper, .posts .oppost-wrapper, .thread .oppost, .thread .post
  46. {width: 100% !important; clear: both !important;}
  47.  
  48. .posts, form > .thread
  49. {max-width: 900px !important; margin-left: auto !important; margin-right: auto !important;}
  50.  
  51. #posts-form
  52. {margin: 0px 8px;}
  53.  
  54. .thread
  55. {background: #fff; border: 1px solid #ccc;}
  56.  
  57. .post
  58. {padding: 4px 8px;}
  59.  
  60. .postbtn-reply-href
  61. {font-weight: 500;}
  62.  
  63. .reply
  64. {background: #fff; border: none;}
  65.  
  66. /*========= Catalog =========*/
  67.  
  68. .thread_wrap
  69. {background: #fff; border-bottom: 4px solid #fff; border: 1px solid #ccc;}
  70.  
  71. .thread_wrap > .thread
  72. {background: #fff; border: none;}
  73.  
  74. .thread_wrap:after
  75. {background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 0%,rgba(255, 255, 255, 0.13) 30%,rgba(255, 255, 255, 0.62) 52%,rgba(255, 255, 255, 0.94) 74%,rgb(255, 255, 255) 100%);}
  76.  
  77. /*========= Links =========*/
  78.  
  79. a
  80. {color: #0095da;}
  81.  
  82. a:hover
  83. {color: #c30000;}
  84.  
  85. /*========= Like/Dislike =========*/
  86.  
  87. .like-count
  88. {color: #008000;}
  89.  
  90. .dislike-count
  91. {color: #fd0000;}
  92.  
  93. .like-div:hover .like-icon, .like-div-checked .like-icon
  94. {color: #008000}
  95.  
  96. .sticky-img
  97. {background: #ff7001; border-radius: 2px;}
  98.  
  99. /*========= QR =========*/
  100.  
  101. .qr-reply #qr-captcha-value, #captcha-value
  102. {font-family: 'Open Sans', sans-serif;}
  103.  
  104. .qr-settings #setting-editor-textarea-textarea
  105. {min-height: 200px;}
  106.  
  107. /*========= Reply Table =========*/
  108.  
  109. .reply-label-top
  110. {color: #fff;}
  111.  
  112. .reply-label-top:hover
  113. {color: #f3f3f3;}
  114.  
  115. .reply-label-bot
  116. {color: #0095da;}
  117.  
  118. .reply-label-bot:hover
  119. {color: #c30000;}
  120.  
  121. .markup
  122. {padding: 2px 2px 0px;}
  123.  
  124. #postform td .captcha-box #captcha-value
  125. {margin: 3px 0px;}
  126.  
  127. /*========= Footer =========*/
  128.  
  129. .nb
  130. {background: #fff; border: 1px solid #ccc; padding: 6px 0px; margin: 0px 8px;}
  131.  
  132. @media only screen and (max-width: 480px) and (orientation:portrait), only screen and (max-width: 540px) and (orientation:landscape){
  133.  
  134. body
  135. {font-size: 0.8em;}
  136.  
  137. .adminbar__menu
  138. {text-align: left;}
  139.  
  140. #posts-form
  141. {margin: 0 5px;}
  142.  
  143. #postform
  144. {max-width: 95%;}
  145.  
  146. .oppost, .post .post-details
  147. {background: #fff;}
  148.  
  149. .post .images-single + blockquote
  150. {margin: 0 1em 1em;}
  151.  
  152. .post .images .image-link a
  153. {float: none;}
  154.  
  155. .post .images-multi .image
  156. {display: inline-table;}
  157.  
  158. body.replypage .reply .reflink:before
  159. {margin-left: 0em; margin-right: 0.4em;}
  160.  
  161. .ABU-refmap
  162. {font-size: 85%; padding: 0px 10px;}
  163.  
  164. .post
  165. {padding: 0;}
  166.  
  167. .post-wrapper
  168. {padding: 0 5px;}
  169.  
  170. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement