Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. /*sets text color for ALL text*/
  2.  
  3.  
  4. * {
  5. color: #999!important;
  6. }
  7.  
  8.  
  9.  
  10.  
  11. /*BIG BACKGROUND begin - background for the entire screen*/
  12.  
  13. body {
  14.  
  15. background: url('http://static.tumblr.com/09cp9s0/7kNn5daip/1313367875999copy.png') bottom right #fff no-repeat fixed !important;
  16. }
  17.  
  18. .l-content, .l-container.l-container--two-column-dashboard .l-content, .l-container.l-container--two-column-dashboard .left_column, .l-container.l-container--two-column-dashboard .right_column {background:transparent;}
  19.  
  20.  
  21. /*BIG BACKGROUND end*/
  22.  
  23.  
  24. /*AVATAR ARROW begin - arrow to the left of the icon bar*/
  25.  
  26. #new_post .arrow {
  27.  
  28. opacity: 1.0 !important;
  29.  
  30. margin-left: 0px !important;
  31.  
  32. }
  33.  
  34. /*AVATAR ARROW end*/
  35.  
  36.  
  37.  
  38. /*CONTENT begin - background for posts, icon bar, sidebar*/
  39.  
  40. #content {
  41.  
  42. background-color: rgba(0, 202, 202, 0) !important;
  43.  
  44. }
  45.  
  46. .post_full .post_permalink {
  47. background:url('http://i.imgur.com/CQ4Txus.gif') no-repeat!important;
  48. margin-top:-1px;
  49. margin-right:-2px;
  50. }
  51.  
  52. .post_full .post_permalink:before {
  53. border-right:0;
  54. border-left:0;
  55. border-bottom:0;
  56. }
  57.  
  58. /*CONTENT*/
  59.  
  60.  
  61.  
  62. /*SELECTION ARROW begin - points to dashboard selection*/
  63.  
  64. .selection_nipple.white, .selection_nipple:not([class="selection_nipple white"]) {
  65.  
  66. background: none !important;
  67.  
  68. width: 0px !important;
  69.  
  70. height: 0px !important;
  71.  
  72. margin-top: 0px !important;
  73.  
  74. border-bottom: solid 11px rgba(255,255,255,1.0) !important;
  75.  
  76. border-right: 11px solid transparent !important;
  77.  
  78. border-left: 11px solid transparent !important;
  79.  
  80. }
  81.  
  82.  
  83.  
  84. .selection_nipple:not([class="selection_nipple white"]) {
  85.  
  86. border-bottom: solid 11px rgba(44,71,98, 1.0) !important;
  87.  
  88. }
  89.  
  90. /*SELECTION ARROW end*/
  91.  
  92.  
  93.  
  94. /*GREEN BUTTONS begin - blue/green buttons from sidebar to transparent*/
  95.  
  96. li.selected, li.recessed, a.active, div.post_filter_tabs a {
  97.  
  98.  
  99. }
  100.  
  101. /*GREEN BUTTONS end*/
  102.  
  103.  
  104.  
  105. /*RADAR begin - removes radar blue frame - softens appearance*/
  106.  
  107. .post.photo_post .photo, .post.photo_post .video_thumbnail {
  108.  
  109. -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.0) !important;
  110.  
  111. border-radius: 12px !important;
  112.  
  113. }
  114.  
  115. .content.is_media, .mask.top, .mask.bottom {
  116.  
  117. background: none !important;
  118.  
  119. }
  120.  
  121. /*RADAR end*/
  122.  
  123.  
  124.  
  125. /*NEW CONTENT begin - text post message body background*/
  126.  
  127. .mceContentBody {
  128.  
  129. color: rgba(0, 0, 0, 1.0) !important;
  130.  
  131. background: rgba(255,255,255, 1.0) !important;
  132.  
  133. }
  134.  
  135. /*NEW CONTENT end*/
  136.  
  137.  
  138. /* SELECTION NIPPLE */
  139.  
  140. .selection_nipple.white, .selection_nipple:not([class="selection_nipple white"]) {
  141. background: none !important;
  142. width: 0px !important;
  143. height: 0px !important;
  144. margin-top: 0px !important;
  145. border-bottom: solid 11px white !important;
  146. border-right: 11px solid transparent !important;
  147. border-left: 11px solid transparent !important;
  148. }
  149. .selection_nipple:not([class="selection_nipple white"]) {
  150. border-bottom: solid 11px transparent !important;
  151. }
  152.  
  153. /* SEARCH BAR */
  154.  
  155. .search_form_row {
  156. background: #eee;
  157. opacity: 0.5;
  158. color: #fff;
  159. }
  160.  
  161. .search_query_submit { -webkit-filter: invert(100%); }
  162.  
  163. .right_column:after { display: none; }
  164.  
  165. .controls_section.user_list li .follow_list_item_blog:before {
  166. background: transparent;
  167. border: 0px solid #fff;
  168. }
  169.  
  170. ul.sidebar_nav.clearfix { display: none; }
  171.  
  172. /*DO NOT DELETE THIS BRACKET*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement