Advertisement
Knowzen

Tweetdeck Enhanced Customized by Knowzen

Dec 28th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.71 KB | None | 0 0
  1. /* Squared Border on Scroller */
  2.  
  3. .scroll-styled-v::-webkit-scrollbar-thumb, .scroll-styled-h::-webkit-scrollbar-thumb {
  4. -webkit-border-radius: 5px;
  5. -moz-border-radius: 5px;
  6. -ms-border-radius: 5px;
  7. -o-border-radius: 5px;
  8. border-radius: 0px;
  9. background-color: #666;
  10. transition: 200ms background-color!important;
  11. }
  12.  
  13. /* Getting rid of the video button */
  14.  
  15. .video-overlay .icon-play-video {
  16. color: transparent;
  17. text-shadow: 0 0px 0px rgba(0,0,0,0);
  18. }
  19.  
  20. /* Getting rid of the line on the bottom */
  21.  
  22. .needs-scroll-bottom-offset.scroll-styled-h {
  23. bottom: 0px;
  24. }
  25.  
  26. /* Getting rid of the line between columns */
  27.  
  28. .column-content {
  29. position: absolute;
  30. top: 54px;
  31. left: 0;
  32. bottom: 0;
  33. width: 325px;
  34. perspective: 500px;
  35. border-right: 0px solid rgba(0, 0, 0, 0.05);
  36. }
  37.  
  38. /* Getting rid of the white line in User panel */
  39.  
  40. .mdl-column.l-column .search-input-control input {
  41. padding-right: 25px;
  42. /* border: 1px solid #eee; */
  43. color: #fff;
  44. border-bottom: 0px solid #fff;
  45. }
  46.  
  47. /* Getting rid of the shadow in tweet-wrapper */
  48.  
  49. .tweet-detail-wrapper {
  50. border: solid #333;
  51. border-width: 0px 0;
  52. margin-top: -1px;
  53. background: #2F3A40;
  54. box-shadow: 0 0px 0px rgba(0,0,0,0);
  55. perspective: 0px;
  56. }
  57.  
  58. /* Searsh Panel adjustement */
  59.  
  60. .margin-a--10, .margin-al {
  61. margin: 0px!important;
  62. }
  63.  
  64. .popover .search-input-control input {
  65. color: #E5E5E5;
  66. border-bottom: 0px transparent
  67. }
  68.  
  69. .js-typeahead-recent-search-clear.js-typeahead-item.recent-search-clear.list-item.list-item-button.is-actionable.item-box.list-item-last.is-selected {
  70. background-color: #263238;
  71. }
  72.  
  73.   .js-typeahead-recent-search-clear.js-typeahead-item.recent-search-clear.list-item.list-item-button.is-actionable.item-box.list-item-last {
  74. background-color: transparent;
  75. color: #DBDBDB;
  76. /* border-radius: 0 0 7px 7px; */
  77. }
  78.  
  79. .list-item.is-selected {
  80. background-color: transparent;
  81. }
  82.                      
  83. /* Search Result fix */
  84.                      
  85. .margin-b--4, .margin-bs {
  86. margin-bottom: 0px!important;
  87. }
  88.                      
  89. /* Settings Panel fixes */
  90.  
  91. select {
  92. width: 90%;
  93. height: 32px;
  94. padding: 4px 8px;
  95. color: #DDD;
  96. border-bottom: 0px solid #ccc;
  97. border-radius: 0px;
  98. box-sizing: content-box;
  99. -webkit-appearance: menulist;
  100. }
  101.                      
  102. input, textarea {
  103. width: 90%;
  104. height: 32px;
  105. padding: 4px 8px;
  106. color: #FFF;
  107. border-bottom: 0px solid #ccc;
  108. border-radius: 0px;
  109. box-sizing: content-box;
  110. background-color: transparent;                      
  111. }
  112.                      
  113. input, select {
  114. word-break: normal!important;
  115. word-wrap: normal!important;
  116. background-color: rgb(46, 59, 65);
  117. }
  118.  
  119. /* User panel fix */
  120.  
  121. .mdl-column .pin-top form.search-input-list.padding-as {
  122. background: transparent;
  123. padding-bottom: 9px!important;
  124. }
  125.  
  126. .mdl-column .pin-top form.search-input-list.padding-as {
  127. background: rgb(38, 50, 56);
  128. padding-bottom: 10px!important;
  129. }
  130.  
  131. .pin-top {
  132. left: 0;
  133. right: 0;
  134. box-shadow: 0px 5px 10px rgba(17,17,17,0.25);
  135. }
  136.  
  137. input, select {
  138. word-break: normal!important;
  139. word-wrap: normal!important;
  140. background-color: rgb(38, 50, 56);
  141. }
  142.  
  143. .js-right-column.scroll-v.l-fullheight {
  144. box-shadow: 0px 0px 0px 0px rgba(17, 17, 17, 0.39);
  145. }
  146.  
  147. /* Color Account */
  148.  
  149. .list-account .fullname {
  150. color: #B9B9B9;
  151. }
  152.  
  153. .list-account .username {
  154. display: block;
  155. color: #FFF;
  156. font-size: 12px;
  157. }
  158.  
  159. /* SQUARED AVATAR */
  160.  
  161. .tweet-avatar {
  162.         border-radius: 0px !important;
  163. }
  164. .avatar {
  165.         border-radius: 0px !important;
  166. }
  167. .size24 {
  168.         border-radius: 0px !important;
  169. }
  170. .size72 {
  171.         border-radius: 0px !important;
  172. }
  173. .prf-img {
  174.         border-radius: 0px !important;
  175. }
  176.  
  177. /* Border Bottom in Account */
  178.  
  179. .stream-item.is-actionable {
  180. border-bottom: 0px solid #354249;
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement