Advertisement
effingunicorns

plurk layout - dark water (big userpic)

Feb 4th, 2016
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. /*Here is a list of every single color used in this layout, if you'd like to find and replace any to better match a custom background image:
  2.  
  3. dark: #04314E, #060F2B, #000814, #000, #111, #001128, #000621, #eee
  4. medium: #185876, #11D1BE
  5. light: #76a1b5, #2688b5, #6cF, #669AB3
  6.  
  7. */
  8.  
  9. /*DO NOT DELETE you can tweak the timeline height though*/
  10.  
  11. /*TIMELINE FEATURES*/
  12.  
  13. #timeline_holder {
  14. background: transparent;
  15. height: 50vh !important;
  16. }
  17.  
  18. #dynamic_logo #creature {
  19. height: 0px;
  20. width: 0px;
  21. }
  22.  
  23. /*PLURK FEATURES*/
  24.  
  25. .muted {
  26. filter:alpha(opacity=10);
  27. opacity:0.1;
  28. zoom:1;
  29. }
  30. .muted:hover {
  31. filter:alpha(opacity=100);
  32. opacity:1;
  33. zoom:1;
  34. }
  35.  
  36. /*okay this stuff you can mess with*/
  37.  
  38. /*BACKGROUND FEATURES*/
  39.  
  40. body, html {
  41. background: url('https://i.imgur.com/1Ymyj1L.jpg') no-repeat fixed 0% 0% #04314E;
  42. font-family: 'Gill Sans','Futura','Verdana',sans-serif;
  43. background-position:center top;
  44. background-size: cover;
  45. }
  46.  
  47. #footer {
  48. color: #76a1b5;
  49. }
  50.  
  51. #footer a {
  52. color: #2688b5;
  53. }
  54.  
  55. /*TIMELINE FEATURES*/
  56.  
  57. .browse_button .cmp_arrow_right, .browse_button .cmp_arrow_left, .cmp_back_to_today::before {
  58. color: #185876;
  59. opacity: .5;
  60. }
  61.  
  62. .browse_button .cmp_back_to_today {
  63. background: #185876;
  64. opacity: .5;
  65. color: #76a1b5;
  66. }
  67.  
  68. #filter_tab a {
  69. background: #060F2B;
  70. color: #76a1b5;
  71. }
  72.  
  73. .unread #alert_beacon, .unread_generic {
  74. background: #6cF;
  75. color: #060F2B !important;
  76. }
  77.  
  78. #updater .item a:hover, #filter_tab a.filter_selected {
  79. background: #060F2B;
  80. color: #185876;
  81. }
  82.  
  83. #updater .item a {
  84. background: #76a1b5;
  85. color: #060F2B;
  86. }
  87.  
  88. .bottom_start, .bottom_end, .day_start .bottom_start, #bottom_line {
  89. background: #060F2B;
  90. opacity: 0.9;
  91. color: #185876;
  92. }
  93.  
  94. /*PLURK FEATURES*/
  95.  
  96. ._lc_ .plurk_cnt {
  97. border-right: 0px !important;
  98. border-bottom: 0px !important;
  99. background: #001128 !important;
  100. opacity: .95 !important;
  101. border-radius: 9px 9px 9px 9px; -khtml-border-radius: 9px; -webkit-border-radius: 9px;
  102. }
  103.  
  104. .name {
  105. color: #2688b5 !important;
  106. }
  107.  
  108. div .text_holder {
  109. color: #669AB3;
  110. }
  111.  
  112. .plurk a.ex_link, .permaplurk #permanent_body a.ex_link, #dashboard_holder a.ex_link {
  113. color: #2688b5;
  114. text-decoration: none;
  115. }
  116.  
  117. body.w #vert_timeline .plurk_content a.hashtag, body.top #vert_timeline .plurk_content a.hashtag, body.timeline #timeline_holder .plurk .text_holder a.hashtag, body.timeline #form_holder .plurk .text_holder a.hashtag {
  118. color: #11D1BE !important;
  119. }
  120.  
  121. .response_count {
  122. border-radius:6px;
  123. background: #060F2B;
  124. color: #669AB3 !important;
  125. }
  126. .new .response_count {
  127. background: #669AB3;
  128. color: #060F2B !important;
  129. }
  130.  
  131. #form_holder {
  132. box-shadow: 1px 1px 3px -3px #000;
  133. background: #000814;
  134. opacity: .95;
  135. border-radius: 9px 9px 9px 9px; -khtml-border-radius: 9px; -webkit-border-radius: 9px;
  136. }
  137.  
  138. .list .empty {
  139. color: #185876;
  140. }
  141. .response_box {
  142. background: #001128;
  143. opacity: .95;
  144. border-top: #000 1px solid;
  145. border-radius: 9px 9px 0px 0px; -khtml-border-radius: 9px; -webkit-border-radius: 9px;
  146. }
  147.  
  148. .plurk_cnt.new1, .plurk_cnt.new2, .plurk_cnt.new3, .plurk_cnt.new4, .plurk_cnt.new5, .plurk_cnt.new6, .shade_1, .shade_2, .shade_3, .shade_4, .shade_5, .shade_6 {
  149. background: #001128;
  150. opacity: .85;
  151. }
  152.  
  153. .plurk_box .mini_form {
  154. border-top: #111 1px solid;
  155. background-color: #001128;
  156. }
  157.  
  158. .mini_form .char_updater {
  159. color: #669AB3 !important;
  160. }
  161.  
  162. .info_box, .perma_link a, .report_link a {
  163. background-color: #000621;
  164. color: #669AB3;
  165. }
  166.  
  167. /*DASHBOARD FEATURES*/
  168.  
  169. .dash-segment .segment-content {
  170. background: #060F2B;
  171. opacity: 0.9;
  172. }
  173.  
  174. #plurk-dashboard {
  175. color: #185876;
  176. }
  177.  
  178. #plurk-dashboard a {
  179. color: #2688b5;
  180. }
  181.  
  182. #dash-profile {
  183. position : relative;
  184. }
  185.  
  186. #plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
  187. width: 195px!important;
  188. height: 195px!important;
  189. position : relative;
  190. margin-left: 5px;
  191. margin-top: 5px;
  192. }
  193.  
  194. #plurk-dashboard .dash-segment-profile #dash-profile {
  195. height: initial!important;
  196. }
  197.  
  198. #plurk-dashboard .dash-segment-profile #dash-profile #full_name {
  199. margin: auto;
  200. padding-left: 5px;
  201. }
  202.  
  203. #plurk-dashboard .dash-segment-profile #dash-profile .profile-info {
  204. position : relative;
  205. margin-left: auto;
  206. margin-top: 2px;
  207. padding-left: 5px;
  208. padding-bottom: 5px
  209. }
  210.  
  211. #plurk-dashboard .dash-group-left {
  212. width: 225px;
  213. float : none;
  214. }
  215.  
  216. #plurk-dashboard .dash-group-form, #plurk-dashboard .dash-group-right {
  217. /* Firefox */
  218. width: -moz-calc(100% - 225px);
  219. /* WebKit */
  220. width: -webkit-calc(100% - 225px);
  221. /* Opera */
  222. width: -o-calc(100% - 225px);
  223. /* Standard */
  224. width: calc(100% - 225px);
  225. }
  226.  
  227. #plurk-dashboard #dash-stats table td {
  228. color: #76a1b5;
  229. }
  230.  
  231. .textarea_holder textarea {
  232. background: #76A1B5;
  233. opacity: .5;
  234. font-family: 'Gill Sans','Futura','Verdana',sans-serif;
  235. }
  236.  
  237. .input_holder {
  238. border: #eee 1px solid;
  239. border-color: #000;
  240. border-radius: 8px;
  241. background: #060F2B;
  242. }
  243.  
  244. .submit_img_color {
  245. background: #185876;
  246. }
  247.  
  248. .karma_hover .karma_top {
  249. color: #76a1b5;
  250. text-shadow: #2688b5 0 0 8px;
  251. }
  252.  
  253. .karma_hover .pif-arrow-down {
  254. color: #2688b5;
  255. }
  256.  
  257. .dash-segment-award {
  258. display : none;
  259. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement