Advertisement
Velvetine

TweetDeck Script

Apr 25th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.32 KB | None | 0 0
  1. @-moz-document url-prefix("https://web.tweetdeck.com/") {
  2. body, #container {
  3.     font-family: 'Segoe UI' !important;
  4.     text-shadow: none;
  5.     font-weight: 600 !important;;
  6.     background: #111!important;
  7. }
  8. .txt-serif {
  9. font-family:"Segoe UI" !important;
  10. font-size:13px!important;
  11. font-weight:bold;
  12. }
  13. .account-bio {
  14. font-size:12px!important;
  15. color:#777!important;
  16. }
  17.  
  18. /*.column {
  19.     width: 32.7%!important
  20. }  */
  21. .column-type-home {
  22.     width: 35% !important;
  23. }
  24.  
  25. .column-type-interactions {
  26.     width: 25% !important;
  27. }
  28.  
  29. .column-type-activity {
  30.     width: 25% !important;
  31. }
  32.  
  33. .column-type-message {
  34.     width: 25% !important;
  35. }
  36. .tweet-avatar {
  37.     background: transparent;
  38.     -moz-border-radius: 24px;
  39.     border-radius: 24px;
  40.     -webkit-border-radius: 24px;
  41. }
  42. .activity-header .avatar {
  43.     margin-top: -4px;
  44.     margin-left: 6px;
  45.     -moz-border-radius: 24px;
  46.     border-radius: 24px;
  47.     -webkit-border-radius: 24px;
  48. }
  49. .hearty .icon-favorite:before {
  50.   content: "";
  51. }
  52.  
  53. .hearty .is-favorite .icon-favorite-toggle {
  54.   color: #FAB41E;
  55. }
  56. .hearty .icon-favorite-color {
  57.     color: #FAB41E;
  58. }
  59.  
  60. .hearty .sprite {
  61.   background-image: url("https://ton.twimg.com/tweetdeck-web/web/assets/global/backgrounds/td_sprite_sheet_2013_@1x.e0708304e2.png");
  62. }
  63. .tweet-message .l-table {
  64.  display: none !important;
  65. }
  66.  
  67. .tweet-message .tweet-avatar {
  68.  width: 24px;
  69.  height: 24px;
  70. }
  71.  
  72. .tweet-message .account-inline {
  73.  line-height: 1.2em;
  74. }
  75.  
  76. .tweet-message .tweet-timestamp {
  77.  padding-top: 5px;
  78. }
  79.  
  80. .is-unread .tweet-message .l-table {
  81.  display: table !important;
  82.  vertical-align: middle;
  83. }
  84.  
  85. .tweet-message .conversation-indicator {
  86.  display: none;
  87. }
  88.  
  89. .tweet-message .nbfc {
  90.  margin-left: -25px;
  91.  line-height: 1.6em;
  92. }
  93.  
  94. .tweet-message .tweet-text {
  95.  margin-left: -24px;
  96. }
  97. }
  98.  
  99. @-moz-document url-prefix("https://tweetdeck.twitter.com/") {
  100. thumb,
  101. html thumb {
  102.         border-radius: 1px !important;
  103.         background:#333!important;
  104. }
  105. body, #container {
  106.     font-family: 'Segoe UI' !important;
  107.     text-shadow: none;
  108.     font-weight: 600 !important;;
  109.     background: #111!important;
  110. }
  111. .app-columns {
  112.   /*background*/
  113.   background: #111;
  114.   padding:4px;
  115. }
  116. .txt-serif {
  117. font-family:"Segoe UI" !important;
  118. font-size:13px!important;
  119. font-weight:bold;
  120. }
  121.  
  122. .column {  
  123.   width: 319px !important;
  124.   box-shadow: none !important;
  125.   border-right: 1px solid #444;
  126.   margin:0;
  127. }
  128. .media-size-large {
  129.   height: 576px !important;
  130.   background-size: contain !important;
  131.   background-color: #222 !important;
  132. }
  133.  
  134. .media-size-medium {
  135.     height: 450px !important;
  136.     background-size: contain !important;
  137.     background-color: #222 !important;
  138.  
  139. }
  140.  
  141.  
  142. .media-size-small {
  143.   height: 200px !important;
  144.   width: 100% !important;
  145.   background-position: center !important;
  146.   background-size: contain !important;
  147.   background-color: #222 !important;
  148. }
  149. /*.column {
  150.     width: 32.7%!important
  151. }  */
  152. .column-type-home {
  153.     width: 49% !important;
  154. }
  155.  
  156. .column-type-notifications {
  157.     width: 25% !important;
  158. }
  159.  
  160. .column-type-activity {
  161.     width: 25% !important;
  162. }
  163.  
  164. .column-type-message {
  165.     width: 25% !important;
  166. }
  167. .tweet-avatar {
  168.     background: transparent;
  169.     -moz-border-radius: 24px;
  170.     border-radius: 24px;
  171.     -webkit-border-radius: 24px;
  172. }
  173. .activity-header .avatar {
  174.     margin-top: -4px;
  175.     margin-left: 6px;
  176.     -moz-border-radius: 24px;
  177.     border-radius: 24px;
  178.     -webkit-border-radius: 24px;
  179. }
  180. .hearty .icon-favorite:before {
  181.   content: "";
  182. }
  183.  
  184. .hearty .is-favorite .icon-favorite-toggle {
  185.   color: #FAB41E;
  186. }
  187.  
  188. .hearty .icon-favorite-color {
  189.     color: #FAB41E;
  190. }
  191.  
  192. .hearty .sprite {
  193.   background-image: url("https://ton.twimg.com/tweetdeck-web/web/assets/global/backgrounds/td_sprite_sheet_2013_@1x.e0708304e2.png");
  194. }
  195. .tweet-message .l-table {
  196.  display: none !important;
  197. }
  198.  
  199. .tweet-message .tweet-avatar {
  200.  width: 24px;
  201.  height: 24px;
  202. }
  203.  
  204. .tweet-message .account-inline {
  205.  line-height: 1.2em;
  206. }
  207.  
  208. .tweet-message .tweet-timestamp {
  209.  padding-top: 5px;
  210. }
  211.  
  212. .is-unread .tweet-message .l-table {
  213.  display: table !important;
  214.  vertical-align: middle;
  215. }
  216.  
  217. .tweet-message .conversation-indicator {
  218.  display: none;
  219. }
  220.  
  221. .tweet-message .nbfc {
  222.  margin-left: -25px;
  223.  line-height: 1.6em;
  224. }
  225.  
  226. .tweet-message .tweet-text {
  227.  margin-left: -24px;
  228. }
  229. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement