Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. * {
  2. border: none ;
  3. }
  4.  
  5. .DashboardProfileCard-avatarLink, .js-action-profile-avatar {
  6. border-radius: 100% ;
  7. }
  8.  
  9. .ProfileHeading {
  10. margin-bottom: -0.5em;
  11. }
  12.  
  13. .ProfileHeading-content {
  14. border-radius: 6px;
  15. }
  16.  
  17. .QuoteTweet {
  18. border: solid 1px #e1e8ed ;
  19. }
  20.  
  21. .content-main {
  22. width: 100% ;
  23. }
  24.  
  25. .content-main .expansion-container .tweet.ancestor {
  26. background-color: #fff;
  27. }
  28.  
  29. .dashboard {
  30. display: none;
  31. margin-bottom: 0.5em;
  32. width: 100%;
  33. }
  34.  
  35. .global-nav .form-search {
  36. width: 625px;
  37. }
  38.  
  39. .home-tweet-box {
  40. background: none;
  41. }
  42.  
  43. .in-reply-to>ol>li, li.stream-item, .tweets-wrapper li, .recent-tweets li {
  44. border-bottom: 1px solid #eee;
  45. }
  46.  
  47. .module .list-link .Icon--caretRight {
  48. display: none;
  49. }
  50.  
  51. .new-tweets-bar {
  52. background-color: #fff ;
  53. border-top: 1px solid #e1e8ed ;
  54. }
  55.  
  56. .top-timeline-tweet-box-user-image, .nav>li>a .text, .bird-topbar-etched, .module.DashboardProfileCard, .dashboard-profile-prompt, .js-view-details, .module.trends, .module.Footer, .wtf-module,.WhoToFollow.is-visible {
  57. display: none ;
  58. }
  59.  
  60. .top-timeline-tweetbox .timeline-tweet-box .t1-form {
  61. margin-left: 0;
  62. }
  63.  
  64. .top-timeline-tweetbox .timeline-tweet-box .tweet-form.condensed .tweet-box {
  65. color: #fff;
  66. }
  67.  
  68. .top-timeline-tweetbox .tweet-user {
  69. padding-bottom: 0;
  70. }
  71.  
  72. .tweet {
  73. border-top: 1px solid #e1e8ed ;
  74. }
  75.  
  76. .tweet-user {
  77. padding-left: 0;
  78. padding-right: 0;
  79. }
  80.  
  81. .tweet:first-child {
  82. border-top: none;
  83. }
  84.  
  85. body {
  86. background-color: #f5f8fa ;
  87. }
  88.  
  89. body.three-col .wrapper, body.three-col .wrapper-narrow, body.three-col .wrapper-permalink, .wrapper, .wrapper-narrow, .wrapper-permalink {
  90. width: 600px ;
  91. }
  92.  
  93. /* MINIMALIST TWITTER MOD (by @levelsio)
  94. version 2015-09-25-B
  95.  
  96. use Stylebot Chrome extension to load this by default:
  97. https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en
  98. */
  99.  
  100. /* Removes all borders in layout */
  101.  
  102. /* Makes all human avatars round */
  103.  
  104. /* Hide useless modules like footer and who to follow */
  105.  
  106. /* Hide notifications of favorited, followed and list members added */
  107.  
  108. /* Highlight expanded reply chain */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement