Advertisement
3ventic

SE chat style

Apr 18th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.57 KB | None | 0 0
  1. body .messages,
  2. body .message .meta {
  3.     background-color: #102120 !important;
  4.     color: #C4C4C4 !important;
  5. }
  6. body .messages {
  7.     border: 1px solid #102120 !important;
  8.     border-radius: 6px !important;
  9. }
  10. body .messages .content {
  11.     text-transform: none !important;
  12. }
  13. body .messages .content code {
  14.     text-transform: none !important;
  15. }
  16. body .highlight {
  17.     background-color: #003F7D !important;
  18. }
  19. img.highlight {
  20.     outline-color: #003F7D !important;
  21. }
  22. .mine .messages {
  23.     background-color: #102120 !important;
  24. }
  25. .reply-parent,
  26. .reply-child {
  27.     background-color: #004045 !important;
  28.     color: #C4C4C4 !important;
  29. }
  30. body {
  31.     background-image: none !important;
  32.     background-color: #070F0E !important;
  33.     color: #C4C4C4 !important;
  34. }
  35. #main #input-area {
  36.     background-image: none !important;
  37.     background-color: #102120 !important;
  38. }
  39. #main #input-area #input {
  40.     background-color: #102120 !important;
  41.     color: #C4C4C4 !important;
  42. }
  43. #main #sidebar {
  44.     background-image: none !important;
  45.     background-color: transparent !important;
  46.     color: #C4C4C4 !important;
  47. }
  48. .onebox {
  49.     background-color: #070F0E !important;
  50.     color: #C4C4C4 !important;
  51. }
  52. .onebox img {
  53.     background-color: #FFF !important;
  54. }
  55. .ob-post-tag,
  56. .tag {
  57.     background-color: #102120 !important;
  58.     color: #C4C4C4 !important;
  59.     border-color: #070F0E !important;
  60. }
  61. .ob-tweet .ob-status-text {
  62.     color: #C4C4C4 !important;
  63. }
  64. body a {
  65.     color: #0593FF !important;
  66. }
  67. body a.signature {
  68.     color: #C4C4C4 !important;
  69. }
  70. body #container .button {
  71.     background-image: none !important;
  72.     background: none !important;
  73.     text-shadow: none !important;
  74.     background-color: #004045 !important;
  75.     color: #C4C4C4 !important;
  76.     border-color: #C4C4C4 !important;
  77. }
  78. .mention {
  79.     background-color: #C4C4C4 !important;
  80.     color: #102120 !important;
  81. }
  82. .user-container .flair {
  83.     color: #C4C4C4 !important;
  84. }
  85. .user-container .signature .username.moderator {
  86.     color: #00FFFF !important;
  87. }
  88. .user-container .moderator:after {
  89.     content: " ♦";
  90. }
  91. .deleted {
  92.     color: #666666 !important;
  93. }
  94. #roomtitle {
  95.     text-shadow: none !important;
  96. }
  97. body .monologue.mine .message:hover .action-link {
  98.     background-color: #C4C4C4 !important;
  99. }
  100. body #feed-ticker,
  101. body .popup {
  102.     background-color: #102120 !important;
  103.     box-shadow: 0 1px 10px #070F0E !important;
  104.     border-color: #070F0E !important;
  105.     color: #C4C4C4 !important;
  106. }
  107. body .flags-popup li.flagged-message div.content {
  108.     background-color: #102120 !important;
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement