Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. .tweet {
  2. color: white;
  3. background-image: linear-gradient( 100deg, #1a87d2, #7576bb, #e362a2);
  4. margin-top: 10px;
  5. margin-bottom: 10px;
  6. border-radius: 20px;
  7. }
  8.  
  9. .ActivityItem {
  10. color: white;
  11. background-image: linear-gradient( 100deg, #e362a2, #7576bb, #1a87d2);
  12. margin-top: 10px;
  13. margin-bottom: 10px;
  14. border-radius: 20px;
  15. }
  16.  
  17. .permalink .in-reply-to .tweet,
  18. .permalink .replies-to .tweet {
  19. border-bottom: 0;
  20. }
  21.  
  22. .stream-item:nth-child(odd) .tweet {
  23. background-image: linear-gradient( 100deg, #fe63a5, #ff775e);
  24. }
  25.  
  26. .account-group .username,
  27. .time,
  28. .time a,
  29. .created-via {
  30. color: white;
  31. }
  32.  
  33. .with-icn,
  34. .btn-link.translate-button,
  35. .stats a,
  36. .TwitterCard .SummaryCard-destination,
  37. .tweet .context .pretty-link s,
  38. .tweet .context .pretty-link b,
  39. .ActivityItem-activityTimestamp,
  40. .QuoteTweet .tweet-content,
  41. .QuoteTweet-text a,
  42. .QuoteTweet-text a:hover,
  43. .QuoteTweet-text a:focus,
  44. .QuoteTweet-text a:active,
  45. .QuoteTweet-text .pretty-link b,
  46. .QuoteTweet-text .pretty-link s,
  47. .QuoteTweet-text .pretty-link:hover b,
  48. .QuoteTweet-text .pretty-link:hover s,
  49. .QuoteTweet-text .pretty-link:focus b,
  50. .QuoteTweet-text .pretty-link:focus s,
  51. .QuoteTweet-text .pretty-link:active b,
  52. .QuoteTweet-text .pretty-link:active s,
  53. .Icon--caretDownLight,
  54. .fullname,
  55. .ReplyingToContextBelowAuthor,
  56. .QuoteTweet-fullname,
  57. .btn-link.translate-button .Icon--translator,
  58. .tweet>.context .with-icn .Icon,
  59. .Footer-item,
  60. .Footer-link,
  61. .metadata,
  62. .metadata button.btn-link,
  63. .metadata a,
  64. .ProfileCardStats-statLabel,
  65. .TwitterCard,
  66. .Trends .context-trend-item .trend-item-stats,
  67. .tweet .context a {
  68. color: white;
  69. }
  70.  
  71. .ReplyingToContextBelowAuthor {
  72. font-style: italic;
  73. }
  74.  
  75. .permalink {
  76. background: transparent !important;
  77. border: 0;
  78. }
  79.  
  80. .ProfileTweet-actionList {
  81. padding-top: 10px;
  82. background: white;
  83. padding-bottom: 10px;
  84. border-radius: 10px;
  85. margin-bottom: 5px;
  86. width: calc(100% - 10px);
  87. margin-top: 15px;
  88. padding-left: 10px;
  89. }
  90.  
  91. .top-timeline-tweetbox .timeline-tweet-box,
  92. .ThreadedConversation-showMoreThreads,
  93. .ThreadedConversation--header,
  94. .permalink.has-replies .inline-reply-tweetbox {
  95. border-radius: 20px;
  96. overflow: hidden;
  97. border: 0;
  98. }
  99.  
  100. .stream-item,
  101. .ThreadedConversation,
  102. .ThreadedConversation--loneTweet {
  103. background: transparent !important;
  104. }
  105.  
  106. .ThreadedConversation,
  107. .ThreadedConversation-moreReplies:after {
  108. border-bottom: 3px dashed white;
  109. }
  110.  
  111. .new-tweets-bar {
  112. margin-top: 10px;
  113. border-radius: 15px;
  114. background: linear-gradient( 90deg, #e46698, #f0b52f, #3698cd);
  115. color: white;
  116. }
  117.  
  118. .edge-design .module {
  119. border-radius: 15px;
  120. background: linear-gradient( 90deg, #F44336, #E91E63);
  121. }
  122.  
  123. .module .flex-module,
  124. .DashboardProfileCard-avatarLink {
  125. border: 0;
  126. background: transparent;
  127. border-radius: 0px;
  128. }
  129.  
  130. .DashboardProfileCard-bg,
  131. .content-header {
  132. border-radius: 15px;
  133. overflow: hidden;
  134. }
  135.  
  136. .QuoteTweet,
  137. .PermalinkOverlay .permalink-tweet,
  138. .permalink .inline-reply-tweetbox,
  139. .TwitterCard-container {
  140. border-radius: 15px;
  141. }
  142.  
  143. .TwitterCard-container--clickable:hover {
  144. background: transparent;
  145. }
  146.  
  147. .conversation-module>li:after {
  148. bottom: -15px;
  149. }
  150.  
  151. .vellip,
  152. .vellip:before,
  153. .vellip:after,
  154. .conversation-module > li:after,
  155. .conversation-module > li:before,
  156. .ThreadedConversation-tweet:not(.is-hiddenAncestor) ~ .ThreadedConversation-tweet:before,
  157. .ThreadedConversation-tweet:after,
  158. .ThreadedConversation-moreReplies:before,
  159. .ThreadedConversation-viewOther:before,
  160. .ThreadedConversation-unavailableTweet:before,
  161. .ThreadedConversation-unavailableTweet:after,
  162. .ThreadedConversation--permalinkTweetWithAncestors:before {
  163. border-color: white;
  164. box-shadow: 0 0 3px rgba(0, 0, 0, .5);
  165. }
  166.  
  167. .ThreadedConversation-tweet:after {
  168. top: 74px;
  169. }
  170.  
  171. .ThreadedConversation-tweet:before {
  172. height: 20px;
  173. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement