Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. body {
  3. background-color: rgb(10,10,10)!important;
  4. background-image: url(http://i44.tinypic.com/9fsn50.jpg)!important;
  5.  
  6. }
  7. .navbar-inner{
  8. background: #2E2E2E !important;
  9. border-color: rgb(10,10,10)!important;
  10. }
  11. .navbar .flyout {
  12. box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  13. background: #2E2E2E !important;
  14.  
  15. }
  16. .post-asset-tags {
  17. border: 1px solid rgb(10,10,10)!important;
  18. background: #2E2E2E !important;
  19.  
  20. }
  21. .search-container{
  22. display: None;
  23. }
  24. .js-asset-tags{
  25. background: rgb(0, 173, 238) !important;
  26. color: rgb(0, 73, 138) !important;
  27. }
  28. .post .post-asset {
  29. background: none;
  30.  
  31. }
  32. .content-card {
  33. border-style: solid;
  34. border-color: rgb(10,10,10)!important;
  35. border-width: 3px 3px 3px 3px;
  36. }
  37. .echo-streamserver-controls-cardcomposer-container{
  38. border: none;
  39. }
  40. .post.js-post.post-spp.social-buttons{
  41. border: none;
  42. }
  43. .echo-streamserver-controls-card-body .echo-streamserver-controls-card-text{
  44. color: rgb(0, 73, 138) !important;
  45. }
  46. .js-vote-down.btn.btn-chz-vote-down.icons{
  47. background: rgb(200, 0, 0) !important;
  48. color: rgb(100, 0, 0) !important;
  49. border-color: rgb(100, 0, 0) !important;
  50. text-shadow: 1px 1px rgb(175, 0, 0) !important;
  51. }
  52. .js-vote-up.btn.btn-chz-vote-up.icons{
  53. background: rgb(0, 200, 0) !important;
  54. color: rgb(0, 100, 0) !important;
  55. border-color: rgb(0, 100, 0) !important;
  56. text-shadow: 1px 1px rgb(0, 175, 0) !important;
  57. }
  58. a.alt{
  59. color: rgb(0, 173, 238) !important;
  60. }
  61. P{
  62. color: rgb(0, 173, 238) !important;
  63. width: 100%;
  64. }
  65. h4.orange-header {
  66. color: rgb(0, 173, 238) !important;
  67. background: none repeat scroll 0% 0% #2E2E2E;
  68. border-style: none;
  69. width: 177px;
  70. }
  71. .sidebar {
  72. background-color: #2E2E2E;
  73. border-style: none;
  74. }
  75. .stream-sidebar-left .sticky-enabled-left.sticky-sidebar {
  76. width: 177px;
  77. }
  78. li.vertical:first-of-type {
  79. border-left: none !important;
  80. }
  81. li.vertical {
  82. border-right: none !important;
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement