Advertisement
output

comfy - Lewd

Oct 4th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. /*
  2. Version 0.1.1
  3. Updated 10/6/2018
  4. */
  5.  
  6. body {
  7. background-color:#180f12;
  8. color:#bbb;
  9. min-height:100vh;
  10. position:relative;
  11. font-family:'Open Sans', sans-serif;
  12. font-weight:300
  13. }
  14.  
  15. a {
  16.  
  17. color: #f5a4a1;
  18. text-decoration: none;
  19.  
  20. }
  21.  
  22. .page_953f8cb6c1c2d41ca82e0400ecc45a65 section.category ul.row li:first-of-type .forum_on,.page_0a254546be5cbde17d8f31aa7a2fd7b3 section.category ul.row li:first-of-type .forum_on,.page_3bb5f8b136e693fd6fbbc8ab8b019995 section.category ul.row li:first-of-type .forum_on {
  23. color:#985751;
  24. }
  25.  
  26. header .main h1 span {
  27.  
  28. color: #3c8192;
  29.  
  30. }
  31.  
  32. header {
  33.  
  34. background: #1B1B1B url(https://files.catbox.moe/57vcb5.jpg);
  35. background-position-x: 0%;
  36. background-position-y: 0%;
  37. background-size: auto auto;
  38. background-size: cover;
  39. background-position: center 65%;
  40. box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.7);
  41.  
  42. }
  43.  
  44. .page_0a254546be5cbde17d8f31aa7a2fd7b3 .sidebar .milestone .percentage {
  45. background: #3c8291;
  46. position: absolute;
  47. top: 0;
  48. left: 0;
  49. height: 100%;
  50. }
  51.  
  52. footer {
  53.  
  54. background: #180F12;
  55. font-size: 14px;
  56. color: rgba(255,255,255,0.9);
  57. padding: 30px 0;
  58.  
  59. }
  60.  
  61. header .main nav ul li a:hover {
  62.  
  63. color: #3a8293;
  64.  
  65. }
  66.  
  67.  
  68.  
  69. header .network section .welcomeblock ul > li ul {
  70.  
  71. display: none;
  72. position: absolute;
  73. right: 0;
  74. top: 44px;
  75. background: #180f12;
  76. height: initial;
  77. z-index: 999;
  78.  
  79. }
  80.  
  81. #breadcrumbs {
  82.  
  83. background-color: #1B1316;
  84. color: #f2f2f2;
  85. line-height: 100px;
  86.  
  87. }
  88. .interaction button {
  89.  
  90. opacity: 0.5;
  91. width: 55.5px;
  92. height: 55.5px;
  93. line-height: 55.5px;
  94. display: inline-block;
  95. position: relative;
  96. overflow: hidden;
  97. z-index: 1;
  98. padding: 0;
  99. border-radius: 50%;
  100. cursor: pointer;
  101. vertical-align: middle;
  102. background: #975751;
  103.  
  104. }
  105.  
  106. .page_5298bffe93d611f652c7ff4d554a9006 section.post main .footer a, .page_d99ce2db368253a2499ff1e811c91ede section.post main .footer a {
  107.  
  108. background: #160d10;
  109. color: #f2f2f2;
  110. padding: 2px 6px;
  111.  
  112. }
  113.  
  114. .page_cc9a4002aebecbd2ed4242b1328f7a19 section.user .panel ul li a {
  115.  
  116. display: block;
  117. padding: 12px;
  118. margin-top: 15px;
  119. width: 100%;
  120. background: #180f12;
  121. text-decoration: none;
  122. color: #eee;
  123. font-weight: 300;
  124. -webkit-transition: .1s linear;
  125. transition: .1s linear;
  126.  
  127. }
  128.  
  129. .page_cc9a4002aebecbd2ed4242b1328f7a19 section.user .panel ul li a:hover {
  130.  
  131. background: #4e313b;
  132. color: #fff;
  133.  
  134. }
  135.  
  136. .codeblock {
  137.  
  138. background: #1B1316;
  139. padding: 15px;
  140.  
  141. }
  142.  
  143. .page_5298bffe93d611f652c7ff4d554a9006 section.post .author .info .userbar, .page_d99ce2db368253a2499ff1e811c91ede section.post .author .info .userbar {
  144.  
  145. background: #171013;
  146. display: inline-block;
  147. width: 90%;
  148. padding: 7px 0;
  149. border-left: 2px solid;
  150. border-left-color: currentcolor;
  151. border-right: 2px solid;
  152. border-right-color: currentcolor;
  153.  
  154. }
  155. .stats{
  156.  
  157. width:100%
  158.  
  159. }
  160. .stats td{
  161.  
  162. padding:4px
  163. }
  164.  
  165. .stats tr:nth-child(even){
  166.  
  167. background: #1b1316;
  168.  
  169. }
  170.  
  171. header .network section .welcomeblock .cta, footer main section:last-of-type a button, .form .button_spread a, .modal .button_spread a, .form input[type="button"], .modal input[type="button"], .form input[type="submit"], .modal input[type="submit"], .form button, .modal button {
  172.  
  173. border: none;
  174. border-radius: 2px;
  175. display: inline-block;
  176. height: 36px;
  177. line-height: 36px;
  178. outline: 0;
  179. padding: 0 2rem;
  180. color: #fff;
  181. text-transform: uppercase;
  182. background-color: #3c8091;
  183. text-align: center;
  184. letter-spacing: .5px;
  185. vertical-align: middle;
  186. -webkit-tap-highlight-color: transparent;
  187. box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  188. transition: 0.3s;
  189. cursor: pointer;
  190.  
  191. }
  192.  
  193. .page_cc9a4002aebecbd2ed4242b1328f7a19 section.user .profile figure img {
  194.  
  195. width: 100%;
  196. height: auto;
  197. border-radius: 120px;
  198.  
  199. }
  200.  
  201.  
  202.  
  203. .trow2 td{
  204.  
  205. padding:3px
  206. }
  207.  
  208. .trow2 tr:nth-child(even){
  209.  
  210. background: #1b1316;
  211.  
  212. }
  213.  
  214. .tborder tr:nth-child(even){
  215.  
  216. background: #1b1316;
  217.  
  218. }
  219.  
  220. .postbit_buttons {
  221.  
  222. display: inline-block;
  223. padding: 4px;
  224.  
  225. }
  226.  
  227. .form input[type="text"]:focus, .modal input[type="text"]:focus, .form input[type="password"]:focus, .modal input[type="password"]:focus, .form textarea:focus, .modal textarea:focus, .form select:focus, .modal select:focus {
  228.  
  229. border-color: #985751;
  230. color: #fff;
  231. outline: 0;
  232.  
  233. }
  234.  
  235. html, body, p, code::before, table {
  236.  
  237. margin: 0;
  238. padding: 0;
  239. font-family: Tahoma, Verdana, Arial, Sans-Serif;
  240. font-size: 14px;
  241. color: #b0ada8;
  242.  
  243. }
  244.  
  245. .pagination_next, .pagination_page, .pagination_prev, .pagination_current {
  246. padding:3px
  247. }
  248.  
  249. .pagination #text {
  250. display:none;
  251. }
  252.  
  253. header .network section .welcomeblock a.unread {
  254.  
  255. color: #284f5d;
  256.  
  257. }
  258.  
  259. .page_0a254546be5cbde17d8f31aa7a2fd7b3 .sidebar .stats tr:last-of-type td {
  260.  
  261. padding-bottom: 10px;
  262.  
  263. }
  264.  
  265. .profile_bg {
  266. background: url(https://files.catbox.moe/zm9ke6.jpg) 50% 0% / cover no-repeat!important;
  267. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement