Advertisement
Xyulf

Untitled

Oct 22nd, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. .js-app-columns, .app-columns .horizontal-flow-container, .without-tweet-drag-handles {
  2. padding: 0px;
  3. }
  4.  
  5. .js-column, .column{
  6. margin: 0 auto;
  7. background-color: #111111;
  8. }
  9.  
  10. .nbfc {
  11. color: #FFFFFF;
  12. }
  13.  
  14. .compose-header {
  15. border-color: #4B0082;
  16. }
  17.  
  18. .stream-item {
  19. border-color: #222;
  20. }
  21.  
  22. .js-column-header, .js-action-header, .column-header {
  23. opacity: 0.4;
  24. }
  25.  
  26. .js-colums-header:hover, .js-action-header:hover, .column-header:hover {
  27. opacity: 1;
  28. }
  29.  
  30. .avatar, .compose-account-img, .size48, .js-account-item {
  31. border-radius: 15px;
  32. }
  33.  
  34. .s-profile, .prf {
  35. border-radius: 0px;
  36. }
  37.  
  38. .js-follow-button, .btn, .btn-alt, .js-hide-drawer, .margin-bm, .btn-alt:focus, .btn-aquare, .attach-compose-buttons, .tweet-button, .btn-positive, .js-user-actions-menu .is-inverted-dark, .compose {
  39. background-color: #111;
  40. color: #00FFFF;
  41. }
  42.  
  43. .attach-compose-buttons .tweet-button {
  44. background-color: #111;
  45. }
  46.  
  47. .js-follow-button:hover, .btn:hover, .btn-alt:hover, .btn-alt:hover, .btn-aquare:hover, .js-user-actions-menu:hover .is-inverted-dark:hover {
  48. background-color: #222;
  49. color: #4B0082;
  50. }
  51.  
  52. .js-send-tweet-button, .js-hide-drawer, .tweet-button {
  53. color: #00FFFF;
  54. background-color: #111;
  55. }
  56.  
  57. .js-send-tweet-button:hover .js-hide-drawer:hover {
  58. color: #111;
  59. background-color: #00FFFF;
  60. }
  61.  
  62. .btn-positive-on-blue[disabled], .btn-positive-on-blue[disabled]:hover, .btn-positive-on-blue[disabled]:active, .btn-positive-on-blue.is-disabled, .btn-positive-on-blue.is-disabled:hover, .btn-positive-on-blue.is-disabled:focus, .btn-positive-on-blue.is-disabled:active {
  63. background-color: #eee;
  64. }
  65.  
  66. .js-detail-container {
  67. background-color: #111;
  68. }
  69.  
  70. .is-unread, .js-unread-count {
  71. background-color: #00FFFF;
  72. }
  73.  
  74. .btn-on-blue, .btn-on-blue:focus {
  75. border: 0px;
  76. }
  77.  
  78. .link-complex, .link-complex:hover, .url-ext, .url-ext:hover, .column-type-icon {
  79. color: #00E4E4;
  80. }
  81.  
  82. a.account-link, .block {
  83. color: #FFFFFF;
  84. }
  85.  
  86. .btn-neutral, .btn-neutral:hover {
  87. background: none;
  88. }
  89.  
  90. .btn-on-blue.is-disabled, .btn-on-blue.is-disabled:hover {
  91. background-color: #222;
  92. color: #999;
  93. }
  94.  
  95. .app-columns-container {
  96. background-color: #220;
  97. }
  98.  
  99. .prf-img {
  100. background-color: #111;
  101. border: 3px #fff solid;
  102. border-radius: 20px;
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement