Advertisement
breadvolution

Solid Background, Image Timeline

May 20th, 2015
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. /*-------------- Solid Background, Image Timeline
  2. code: vuvuzela@dreamwidth
  3.  
  4. ---------------------------------------------------*/
  5.  
  6. body, #plurk-dashboard .dash-segment h2, .karma_hover {
  7.  
  8. /* Set universal font */
  9. font-family: SETFONT;
  10. font-size:FONTSIZE;
  11. }
  12.  
  13. /* Set background */
  14. #timeline_holder {
  15. background:url('IMG URL') no-repeat;
  16. background-color: COLOR1; /* Background Color */
  17. background-position:x y;
  18. /* X - replace with "left", "right", or "center" */
  19. /* Y - replace with "top", "middle", or "bottom" */
  20. /* TOP is recommended for Y value. You can also use percentages, pixel values, and negative values to move the image into specific spots. */
  21. }
  22.  
  23. body, #updater, #updater .text, #updater a, .unread_generic a, .new .response_count,.friend_man.private_plurk,.day_bg .div_inner,#filter_tab a.off_tab,#filter_tab a.filter_selected,.plurk_box .caption,.plurk_box .mini_form,.plurk_box .info_box,.friend_man.add_friend, .friend_man.add_follow{
  24.  
  25. /* Set background color */
  26. background: COLOR2; }
  27.  
  28. .bottom_start, .bottom_end, #time_show span, .unread_generic, .response_count, #pane_plurk, textarea#input_big, textarea#input_permalink, #pane_plurk .display_name, #dash-profile, p#about_me, p#relationship_container, #dash-stats, #dash-friends, #dash-fans, #plurk-dashboard a {
  29. color: COLOR2;
  30. }
  31.  
  32. .bottom_start, #plurk-dashboard h2,p#about_me a {
  33. color: COLOR2!important;
  34. }
  35.  
  36. body, #updater, #updater .text, #updater a, .unread_generic a, .new .response_count,.day_bg .div_inner,#filter_tab a.off_tab,#filter_tab a.filter_selected,.plurk_box .caption,.plurk_box .mini_form,.plurk_box .info_box{
  37.  
  38. color:COLOR1;
  39. }
  40.  
  41. #pane_plurk, #dash-profile, p#about_me, p#relationship_container, #dash-stats, #dash-friends, #dash-fans {
  42.  
  43. background:COLOR1;
  44. }
  45.  
  46. /* End color set up */
  47.  
  48.  
  49.  
  50.  
  51.  
  52. /* DO NOT EDIT AFTER THIS POINT. If you're familiar with code, obviously go ahead, but it's just a mess of things that helps clean up your layout to look a little nicer */
  53. /*-- Base --*/
  54. html, body {
  55. overflow-x:hidden;
  56. }
  57.  
  58. #timeline_holder {
  59. border:0px;
  60. overflow-x:hidden;
  61. padding:0px;
  62. }
  63.  
  64. /* Remove creature */
  65. #dynamic_logo img{
  66. height:0px;
  67. width:0px;
  68. }
  69.  
  70.  
  71. /*-- Today and Time of Plurks --*/
  72. #bottom_line {
  73. background:transparent;
  74. border:0;
  75. height:15px;
  76. padding:-3px;
  77.  
  78. }
  79.  
  80. /*-- Time on Bottom Line --*/
  81. .bottom_start, .bottom_end {
  82. font-weight:400;
  83. font-size:10px!important;
  84. text-transform:lowercase;
  85. letter-spacing:.5px;
  86. }
  87.  
  88. /*-- Time tab --*/
  89. #time_show span {
  90. font-size:10px!important;
  91. font-weight:0;
  92. text-transform:lowercase;
  93. margin-top: 0px;
  94. }
  95.  
  96. .evening, .night, .day, .morning {
  97. background:transparent;
  98. border:0;
  99. }
  100.  
  101.  
  102.  
  103. /*-- Day marker --*/
  104. .day_bg .div_inner {
  105. width:5px;
  106. height:10px;
  107. font-size:8px;
  108. border:0;
  109. margin:0px 0 -14px -4px;
  110. }
  111.  
  112.  
  113. /*-- Tabs on the bottom --*/
  114. #filter_tab a.off_tab {
  115. font-size:10px;
  116. text-transform:lowercase;
  117. border:0 !important;
  118. margin-top:5px!important;
  119. }
  120.  
  121. #filter_tab a.off_tab:hover {
  122. border:0 !important;
  123. text-decoration:none;
  124. text-transform:capitalize;
  125. }
  126.  
  127. #filter_tab a.filter_selected {
  128. border: 0px solid !important;
  129. margin-top:5px!important;
  130. }
  131.  
  132.  
  133. .unread_generic {
  134. background:none;
  135. font-size:10px;
  136. margin-left:1px;
  137. }
  138.  
  139. /*-- Updater --*/
  140. #updater {
  141. border: 0px solid !important;
  142. margin-top: 1px !important;
  143. }
  144.  
  145. #updater .text, #updater a {
  146. text-align:center!important;
  147. border:0;
  148. font-weight: none;
  149. text-transform: lowercase;
  150. }
  151.  
  152. #update_sepa {
  153. filter: alpha (opacity=0);
  154. -moz-opacity: 0.0;
  155. opacity: 0.0;
  156. }
  157.  
  158. /*-- response besides plurk --*/
  159. .response_count {
  160. background:transparent;
  161. padding:2px;
  162. }
  163. .new .response_count {
  164. border: 0px solid #000;
  165. }
  166.  
  167.  
  168.  
  169.  
  170. /*-- Edit, Like, Mute, or Delete Plurk --*/
  171. .manager {
  172. font-size:10px!important;
  173. text-transform: lowercase;
  174. }
  175.  
  176. .manager .action {
  177. color:#5c5c5c;
  178. margin-left:5px;
  179. }
  180.  
  181. .manager a:hover {
  182. text-decoration: none!important;}
  183.  
  184. .manager .cancel {
  185. color:#ff0000;
  186. margin-right:5px;
  187. }
  188.  
  189. .manager .delete {
  190. color: #ff0000;
  191. margin-right:5px;
  192. }
  193. .unmute { color:lightgray!important;}
  194.  
  195. /*-- Image beside plurk --*/
  196. .p_img {
  197. border:0px!important;
  198. margin-right:4px;
  199. }
  200. .p_img img {
  201. border:0px;
  202. }
  203.  
  204. /*-- Plurk Name --*/
  205. a.name {
  206. font-size:10px;
  207. text-decoration:none!important;
  208. }
  209.  
  210. /*-- Plurks --*/
  211.  
  212. .plurk_box .plurk {}
  213. .plurk_box .caption, .plurk_box .info_box {
  214. font-size:8px;
  215. border:0px;
  216. padding: 0 20px 0 20px;
  217. }
  218.  
  219. .plurk_box .plurk_cnt {
  220. background:white!important;
  221. filter: alpha (opacity=100);
  222. -moz-opacity: 1;
  223. opacity: 1;
  224. }
  225.  
  226. .plurk_box .list {
  227. height: 300px!important;
  228. }
  229.  
  230. .plurk_box .list, .plurk_box .mini_form, .plurk_cnt {
  231. border: 0px!important;
  232. }
  233.  
  234. .plurk_box .mini_form {
  235. border:0px!important;
  236. }
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261. /*- Plurk form -*/
  262. #pane_plurk {
  263. border:0px;
  264. }
  265.  
  266. textarea#input_big, textarea#input_permalink {
  267. background:none;
  268. border:0px;
  269. }
  270.  
  271. .plurkaction{background:none;clear:both;padding:8px;border:0px;}
  272.  
  273. #more_options .on, #more_options #more_options_holder {
  274. border:0; background: transparent; box-shadow:none;}
  275.  
  276. #option_tab {
  277. margin:0 auto!important;
  278. }
  279.  
  280. /*Private Plurks, Language and Options*/
  281. #more_options .on, #more_options #more_options_holder {
  282. background: transparent;
  283. font-size:10px;
  284. border:0; }
  285.  
  286. #more_options_link {
  287. width: 100%!important;
  288. background: transparent url(/static/timeline/private-lock.png) no-repeat 4px 0px;
  289. border:0; outline:none; position:relative;
  290.  
  291. }
  292. #more_options .on{
  293. background: transparent url(/static/timeline/private-lock.png) no-repeat 4px 0px;
  294. border:0;
  295. }
  296. .holder {
  297. width:100%;
  298. }
  299. /*-- Plurk Dashboard --*/
  300. #plurk-dashboard {
  301. width:100%;
  302. background: transparent;
  303. border:0;;
  304. }
  305.  
  306. #plurk-dashboard h2 {
  307. background:none;
  308. font-size:36px!important;
  309. line-height:30px;
  310. }
  311.  
  312. #dash-profile {
  313. margin-top:5px;
  314. }
  315.  
  316. #dash-profile, p#about_me, p#relationship_container, #dash-stats, #dash-friends, #dash-fans {
  317. padding:8px;
  318. }
  319. #dash-profile {
  320. text-align:center;
  321. }
  322.  
  323. .dash-segment img.profile-pic {
  324. border:0px;
  325. text-align:center;
  326. margin-top:4px;
  327. }
  328.  
  329.  
  330. #friend_holder table {
  331. text-align:center!important;
  332. padding:8px;
  333. }
  334.  
  335. .friend_holder td {
  336. margin:0px;
  337. padding:6px;
  338. }
  339.  
  340. #friend_holder img {
  341. text-align:center!important;
  342. text-decoration:none;
  343. }
  344.  
  345. #plurk-dashboard .dash-segment #dash-friends-pics .user_link {
  346. border:0px solid!important;
  347. text-decoration:none;
  348. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement