Advertisement
easily-done

Katy P. dash

Mar 29th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. #dashboard_index,
  2. #dashboard_inbox,
  3. #dashboard_edit_post,
  4. #dashboard_submissions,
  5. #dashboard_drafts,
  6. #dashboard_post_queue,
  7. #dashboard_likes,
  8. #dashboard_followers,
  9. #dashboard_following,
  10. #dashboard_directory,
  11. #dashboard_lookup_contacts,
  12. #main_doc_page,
  13. #dashboard_settings,
  14. #dashboard_create_tumblelog,
  15. #dashboard_members,
  16. #main_tag,
  17. #main_meetups,
  18. #main_about,
  19. #main_explore,
  20. #dashboard_goodies,
  21. #main_developers,
  22. #main_themes,
  23. #dashboard_manage_themes,
  24. #main_edit_theme,
  25. #main_jobs,
  26. #main_policy,
  27. #dashboard_tumblelog_settings {
  28. background:#1a0919 url(http://29.media.tumblr.com/tumblr_m1keazv8Qq1qiohbno1_500.jpg) no-repeat bottom left fixed! important }
  29.  
  30. #dashboard_index #content,
  31. #dashboard_inbox #content,
  32. #dashboard_submissions #content,
  33. #dashboard_drafts #content,
  34. #dashboard_post_queue #content,
  35. #dashboard_likes #content,
  36. #dashboard_followers #content,
  37. #dashboard_members #content,
  38. #main_tag #content,
  39. #dashboard_tumblelog_settings #content {
  40. background:rgba(0,0,0,0.1) !important }
  41.  
  42. .selection_nipple { border-bottom-color: rgba(0,0,0,0.1) !important }
  43.  
  44.  
  45.  
  46. .permalink { background: none !important }
  47.  
  48. .avatar_frame {
  49. background-color: rgba(255,255,255,0.1) !important; border-color: rgba(255,255,255,0.1) !important }
  50.  
  51. .notification {
  52. background: rgba(0,0,0,0.1) !important;
  53. border: rgba(255,255,255,0.1) !important;
  54. background-image: none !important;
  55. margin-bottom: 1px !important }
  56.  
  57. .notification a { border-bottom: 1px solid rgba(0,0,0,0.1) !important }
  58. .notification a:hover { border-bottom: 1px solid rgba(0,0,0,0.3) !important }
  59.  
  60. .notification_type_icon { display: none !important }
  61.  
  62. .nipple { border-right-color: rgba(0,0,0,0.07) !important }
  63.  
  64.  
  65.  
  66. .controls_section li { background: rgba(0,0,0,0.1) !important }
  67. .with_subtitle small { color: rgba(0,0,0,0.5) !important }
  68. .recessed a { color: rgba(255,255,255,0.7) !important }
  69. .radar { display: none !important }
  70.  
  71.  
  72.  
  73. * { text-shadow: none !important }
  74.  
  75. h1, .title { color: rgba(0,0,0,0.6) !important }
  76.  
  77. .no_posts_found, h1.dashboard_header { color: rgba(255,255,255,0.9) !important }
  78.  
  79. .dashboard_options_form {
  80. background: rgba(0,0,0,0.1) !important;
  81. border: none !important;
  82. color: rgba(255,255,255,0.7) !important }
  83.  
  84. .dashboard_options_form_disclaimer, .dashboard_options_form_disclaimer a { color: rgba(255,255,255,0.9) !important }
  85.  
  86. .blue_note, .blue_note a {
  87. background: rgba(0,0,0,0.2) !important;
  88. color: rgba(0,0,0,0.6) !important }
  89.  
  90.  
  91.  
  92. #footer, #footer a {
  93. border: none !important;
  94. color: rgba(0,0,0,0.5) !important }
  95.  
  96.  
  97.  
  98. img[src*=""] {
  99. opacity: 0;
  100. visibility: hidden }
  101.  
  102. .new_post {
  103. background: #ffffff url('') center center no-repeat;}
  104.  
  105. .new_post_label {
  106. -webkit-text-stroke:0 !important;
  107. color: rgba(0,0,0,0.4) !important;
  108. opacity:1 !important;
  109. top: 0px !important;
  110. padding-top: 80px }
  111. .new_post_label:hover { color: rgba(0,0,0,0.7) !important }
  112.  
  113.  
  114.  
  115. #pagination a {
  116. background: rgba(0,0,0,0.4) !important;
  117. color: rgba(255,255,255,0.7) !important }
  118. #pagination a:hover {
  119. color: rgba(255,255,255,0.9) !important }
  120.  
  121. #dashboard_controls a, #dashboard_controls .control {
  122. color: rgba(255,255,255,0.7) !important }
  123.  
  124. .dashboard_controls_arrow_first_page, .dashboard_controls_arrow_left, .dashboard_controls_arrow_right {
  125. display: none !important }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement