Advertisement
OmgImAlexis

Untitled

Jul 18th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. body {
  2. background:url('http://i114.photobucket.com/albums/n253/han_nah_bucket/bckgrnd-1.jpg') right #333 repeat fixed!important;
  3. }
  4.  
  5. ol#posts li blockquote,body.mceContentBody blockquote {
  6. margin-left:0!important;
  7. margin-right:0!important;
  8. padding-left:10px!important;
  9. border-color:#d5b1b8!important;
  10. border-width:4px!important;
  11. }
  12.  
  13. ol#posts li blockquote blockquote,body.mceContentBody blockquote blockquote {
  14. border-color:#b68d96!important;
  15. }
  16.  
  17. ol#posts li blockquote blockquote blockquote,body.mceContentBody blockquote blockquote blockquote {
  18. border-color:#947379!important;
  19. }
  20.  
  21. ol#posts li blockquote blockquote blockquote blockquote,body.mceContentBody blockquote blockquote blockquote blockquote {
  22. border-color:#74545a!important;
  23. }
  24.  
  25. ol#posts li blockquote blockquote blockquote blockquote blockquote,body.mceContentBody blockquote blockquote blockquote blockquote blockquote {
  26. border-color:#533c40!important;
  27. }
  28.  
  29. .l-content {
  30. background:rgba(50,0,0,0.8)!important;
  31. -webkit-border-radius:20px;
  32. -moz-border-radius:20px;
  33. border-radius:20px;
  34. margin:auto;
  35. padding:40px auto;
  36. }
  37.  
  38. h1 {
  39. color:#333;
  40. text-shadow:0 0 3px #fff;
  41. }
  42.  
  43. .no_posts_found,h1.dashboard_header {
  44. color:#333;
  45. }
  46.  
  47. img.l-content_top,img.l-content_bottom {
  48. display:none;
  49. }
  50.  
  51. #right_column .dashboard_nav_item {
  52. background:none;
  53. background-attachment:initial;
  54. background-position-x:50%;
  55. background-position-y:100%;
  56. background-origin:initial;
  57. background-clip:initial;
  58. background-color:initial;
  59. }
  60.  
  61. #right_column .dashboard_nav_item #hide_radar {
  62. background-image:none;
  63. background-repeat-x:no-repeat;
  64. background-repeat-y:repeat;
  65. background-attachment:initial;
  66. background-position-x:0;
  67. background-position-y:0;
  68. background-origin:initial;
  69. background-clip:initial;
  70. background-color:transparent;
  71. }
  72.  
  73. #right_column .dashboard_nav_item .dashboard_controls_radar_media.photo,#right_column .dashboard_nav_item .dashboard_controls_radar_media.photoset,#right_column .dashboard_nav_item .dashboard_controls_radar_media.video {
  74. background:rgba(0,0,0,0.5);
  75. }
  76.  
  77. ol#posts li.notification.alt {
  78. background-color:rgba(0,0,0,0.5);
  79. }
  80.  
  81. ol#posts li.notification.first_notification {
  82. background-color:rgba(0,0,0,0.8);
  83. }
  84.  
  85. ol#posts li.notification {
  86. background-color:rgba(0,0,0,0.8);
  87. border-bottom:1px solid #000;
  88. }
  89.  
  90. ol#posts li.post .permalink {
  91. background:rgba(50,0,0,0.9);
  92. }
  93.  
  94. #right_column .dashboard_nav_item #dashboard_controls_suggested_blogs {
  95. background:rgba(0,0,0,0.8);
  96. border:solid #000;
  97. }
  98.  
  99. ol#posts li.post .post_avatar {
  100. border-bottom:0 solid #0A2939;
  101. }
  102.  
  103. #right_column .dashboard_nav_item #dashboard_controls_suggested_blogs .dashboard_controls_suggested_blog {
  104. border-top:1px solid #000;
  105. border-bottom:1px solid #000;
  106. }
  107.  
  108. form.dashboard_options_form {
  109. background-color:rgba(0,0,0,0.7);
  110. border-bottom:1px solid #000;
  111. border-bottom-left-radius:10px 10px;
  112. border-bottom-right-radius:10px 10px;
  113. border-top-left-radius:10px 10px;
  114. border-top-right-radius:10px 10px;
  115. color:#ccc;
  116. display:block;
  117. font-size:13px;
  118. margin-bottom:25px;
  119. padding:15px 22px;
  120. }
  121.  
  122. form.dashboard_options_form .option_container {
  123. border-top:1px solid #000;
  124. }
  125.  
  126. .answer_container {
  127. background-color:#000;
  128. border-bottom:0 solid #24394E;
  129. }
  130.  
  131. #nav .nav_item .nav_menu {
  132. background-color:#000;
  133. border-bottom:2px solid #333;
  134. }
  135.  
  136. #nav .nav_item .nav_menu a {
  137. border-top:1px solid #333;
  138. }
  139.  
  140. #auto_pagination_loader {
  141. background:none;
  142. border-top:0 solid #1B2D42;
  143. }
  144.  
  145. ol#posts li.notification.single_notification,ol#posts li.notification.last_notification {
  146. border-bottom:1px solid #000;
  147. }
  148.  
  149. #dashboard_index .l-content,#nav .nav_item.active,#nav .nav_item .nav_item_nipple .nav_item_nipple_pixel {
  150. background:rgba(50,0,0,0.5)!important;
  151. }
  152.  
  153. #right_column a#dashboard_switch_blog_menu_current #dashboard_switch_blog_arrow_current,#right_column a#dashboard_switch_blog_menu_current:hover,#right_column a#dashboard_switch_blog_menu_current:hover #dashboard_switch_blog_arrow_current {
  154. background:none;
  155. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement