Advertisement
kazmadan

twitchcss

Apr 2nd, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. #chat_line_list {
  2. margin-right: 10px;
  3. }
  4.  
  5. #chat_lines {
  6. margin-left: 100px;
  7. width: 600px;
  8. }
  9.  
  10. #wrapper {
  11. background-color: rgba(0,0,0,0.4);
  12. }
  13.  
  14. .chat_line {
  15. -webkit-text-stroke-color: white;
  16. -webkit-text-stroke-width: .02em;
  17. color: white;
  18. /*
  19. color: #FFFFFF;
  20. text-shadow:
  21. -1px -1px 0 #000,
  22. 1px -1px 0 #000,
  23. -1px 1px 0 #000,
  24. 1px 1px 0 #000;
  25. */
  26. /* text-shadow: black 0.1em 0.1em 0.2em */
  27. /*
  28. text-shadow:
  29. 1px 1px 0 #000,
  30. -1px 1px 0 white,
  31. 1px -1px 0 white,
  32. -1px -1px 0 white,
  33. 0px 1px 0 white,
  34. 0px -1px 0 white,
  35. -1px 0px 0 white,
  36. 1px 0px 0 white,
  37. 2px 2px 0 white,
  38. -2px 2px 0 white,
  39. 2px -2px 0 white,
  40. -2px -2px 0 white,
  41. 0px 2px 0 white,
  42. 0px -2px 0 white,
  43. -2px 0px 0 white,
  44. 2px 0px 0 white,
  45. 1px 2px 0 white,
  46. -1px 2px 0 white,
  47. 1px -2px 0 white,
  48. -1px -2px 0 white,
  49. 2px 1px 0 white,
  50. -2px 1px 0 white,
  51. 2px -1px 0 white,
  52. -2px -1px 0 white;
  53.  
  54. */
  55. font-weight: normal;
  56. }
  57.  
  58. .chat_line a {
  59. color: white;
  60. }
  61.  
  62. .emoticon {
  63. background-size: contain;
  64. height: 80px;
  65. width: 50px;
  66. }
  67.  
  68. .fromjtv {
  69. -webkit-text-stroke-color: white;
  70. -webkit-text-stroke-width: .1em;
  71. border-color: black;
  72. color: black;
  73. }
  74.  
  75. .line {
  76. color: white;
  77. font-size: 300%;
  78. }
  79.  
  80. .mod {
  81. }
  82.  
  83. .mod_button {
  84. display: none;
  85. }
  86.  
  87. .nick {
  88. -webkit-text-stroke-width: .001em;
  89. /*
  90. text-shadow: -1px -1px 0 white,
  91. 1px -1px 0 white,
  92. -1px 1px 0 white,
  93. 1px 1px 0 white;
  94. */
  95. /* -webkit-text-stroke-color: white; */
  96. text-shadow: 0px 0px .3em black, 0px 0px .5em white;
  97. }
  98.  
  99. .popout_chat {
  100. }
  101.  
  102. .tag {
  103. background-size: cover;
  104. min-height: 50px;
  105. min-width: 50px;
  106. }
  107.  
  108. .turbo {
  109. display: none;
  110. }
  111.  
  112. body {
  113. background-color: #C9E6FF;
  114. background-image: url('http://i.imgur.com/SYV5KMC.jpg');
  115. background-size: 100%;
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement