Advertisement
kawaiibuu

DASH THEME 02

Jan 30th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. /*
  2. change the background
  3. */
  4. body {
  5. background: url(http://24.media.tumblr.com/44e7ef9faadbe4e445021c9cd75568d8/tumblr_mqbg8x8TGw1sue43xo1_1280.png)top left fixed; background-size: cover;
  6. font-family:consolas!important;
  7. color: black; letter-spacing: 1px; font-size: 10px;
  8. }
  9.  
  10. /*
  11. change the tumblr icon
  12. */
  13. #logo {
  14. height: 80px;
  15. }
  16. #logo a {
  17. background-image: url('http://i.imgur.com/qIdgdtz.gif');
  18. margin-left: 90px;
  19. margin-top: 10px;
  20. }
  21.  
  22.  
  23. /*
  24. dont mess with unless u know what ur doin
  25. */
  26. a { color: black!important; font-family:consolas!important; font-size: 10px;
  27. }
  28. .post.new_post .new_post_label { height: 10px; padding: 2px; font-size: 10px !important; width: 60px; margin-top: 15px; margin-left: 10px;
  29. }
  30. .post_notes_label { text-transform:uppercase; font-size: 8px !important;
  31. }
  32. .notification .avatar_frame::before, .notes .note .avatar_frame::before, #toaster .frame.like::before, #toaster .frame.reply::before, #toaster .frame.follower::before, #toaster .frame.reblog::before, #toaster .frame.user_mention::before, .ui_avatar .frame::before { display:none;
  33. }
  34. .notification_like .avatar_frame::after, .notes .note.like .avatar_frame::after, #toaster .frame.like::after, .ui_avatar .frame.like::after { display:none;
  35. }
  36. #left_column {
  37. width: 635px;
  38. }
  39. .search_query_submit { background: transparent!important;
  40. }
  41. .search_query { background: transparent!important;
  42. }
  43. [class^="icon_"], [class*=" icon_"] { display:none;
  44. }
  45. .controls_section li .icon_left { display:none;
  46. }
  47. .post_info .reblog_icon { background: transparent!important;
  48. }
  49. .notification_reblog .avatar_frame::after, .notes .note.reblog .avatar_frame::after, #toaster .frame.reblog::after, .ui_avatar .frame.reblog::after{ display:none;
  50. }
  51. .notification_reblog .avatar_frame::before, .notes .note.reblog .avatar_frame::before, #toaster .frame.reblog::before, .ui_avatar .frame.reblog::before { display:none;
  52. }
  53. .notification { text-transform:uppercase; font-size: 8px !important;
  54. }
  55. notification .avatar_frame{ display:none;
  56. }
  57. .notification .avatar{ display:none;
  58. }
  59. #posts .post_content blockquote {
  60. border: transparent !important;
  61. }
  62. .controls_section li { border: transparent !important;
  63. }
  64. .controls_section a .count { text-transform:uppercase; font-size: 8px !important;
  65. }
  66. .controls_section li.popover_button_blogs a { text-transform:uppercase; font-size: 8px !important;}
  67. .xtimestamp { text-transform:uppercase;
  68. }
  69. .post_source_name_prefix { text-transform:uppercase; font-size: 8px;
  70. }
  71. .post_header a { text-transform:uppercase; }
  72. .post_header { text-transform:uppercase; }
  73. .tab_notice {
  74. z-index: 9999999;
  75.  
  76. }
  77. .post_content a {text-transform:uppercase; }
  78. .search_query_submit
  79. { opacity: 1 !important;
  80. -webkit-filter: invert(100%);
  81. }
  82.  
  83. .tab_anchor { opacity:1!important;
  84. -webkit-filter: invert(100%);
  85. }
  86.  
  87. .tab_inbox {
  88. padding: 2px!important;
  89. margin: 5px!important;
  90.  
  91. }
  92.  
  93. .tab_home {
  94. padding: 2px!important;
  95. margin: 5px!important;
  96.  
  97. }
  98.  
  99. .tab_settings {
  100. padding: 2px!important;
  101. margin: 5px!important;
  102.  
  103. }
  104.  
  105.  
  106. #xkit-control {
  107. padding: 2px!important;
  108. margin: 5px!important;
  109.  
  110.  
  111. border-radius: 0px;
  112.  
  113. }
  114.  
  115. .tab_log_out {
  116. padding: 2px!important;
  117. margin: 5px!important;
  118.  
  119. }
  120.  
  121.  
  122.  
  123.  
  124. .post_avatar:after {
  125. display: none!important;
  126. }
  127.  
  128. .selection_nipple {
  129. display: none!important;
  130. }
  131.  
  132.  
  133. .search_form_row {
  134. font-size: 10px;
  135. }
  136.  
  137. .search_query { color: black!important;
  138. -webkit-filter: invert(100%);
  139. }
  140.  
  141.  
  142. .right_column:after {
  143. display:none;
  144. }
  145.  
  146. #new_post { background: transparent !important;
  147. font-size: 10px;
  148. }
  149. #right_column a { text-transform:uppercase; font-size: 8px !important; }
  150. #content { font-size: 10px;
  151. background: transparent !important;
  152. }
  153. /*
  154. post wrappers
  155. to make it not rounded edges make the border radius 0
  156. */
  157. .post {
  158. background: transparent;
  159. border-radius: 0px;
  160. font-size: 10px;-webkit-transition: all 1s ease-in-out;
  161. -moz-transition: all 1s ease-in-out;
  162. -ms-transition: all 1s ease-in-out;
  163. -o-transition: all 1s ease-in-out;
  164. transition: all 1s ease-in-out;
  165. }
  166.  
  167. .post:hover {-webkit-transition: all 1s ease-in-out;
  168. -moz-transition: all 1s ease-in-out;
  169. -ms-transition: all 1s ease-in-out;
  170. -o-transition: all 1s ease-in-out;
  171. transition: all 1s ease-in-out;
  172. background: rgba(111, 114, 145, 0.5);
  173. }
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. /*links color*/
  181. .post a { font-size: 10px;
  182. color:#black!important;
  183. transition: all 0.3s linear;
  184. }
  185.  
  186. /*links hover*/
  187. .post a:hover {
  188. color:#cccccc!important;
  189. }
  190. /*
  191. edit image codes, like add border radius, fade, etc
  192. */
  193. .post img {
  194. max-width: 500px;
  195. }
  196. .post img:hover {
  197.  
  198. }
  199. .post_content { font-size: 10px;
  200. background: transparent !important;
  201. }
  202. .post_content a { font-size: 10px;
  203. }
  204. div.post_content blockquote { font-size: 10px;
  205. margin-left:0 !important;
  206. padding-left:10px !important;
  207. }
  208. #right_column { font-size: 10px;
  209.  
  210. }
  211. #right_column a{ font-size: 10px; color: black!important;
  212. }
  213. .controls_section li {
  214. margin: 3px 0px;
  215. color: black!important;
  216. border-radius: 0px;
  217. }
  218. .post_footer {
  219. background: transparent !important;
  220. color: black!important;
  221. }
  222. /* avatar style */
  223. .post_avatar_link {
  224.  
  225. border-radius: 0px !important;
  226.  
  227. }
  228.  
  229. .post_avatar {
  230. opacity: 0.1;
  231. }
  232. .post_avatar:hover {opacity: 1 !important; transition: all 0.2s linear;}
  233.  
  234. .link_button {border-radius: 0px!important;
  235. }
  236. .post_tags a{
  237. color:black!important;
  238. font-size:11px!important;
  239. }
  240. .small_links a{
  241. color:#000000!important;
  242. font-size: 10px!important;
  243. }
  244. .note_item {}
  245. .notes_outer_container { opacity: 1 !important;}
  246. .radar {
  247. display:none; }
  248. .xtimestamp { font-size: 8px;
  249. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement