Advertisement
Guest User

KA Chat Dark Theme Version 1.57

a guest
Jan 8th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.12 KB | None | 0 0
  1. /* Version 1.57 */
  2. .ChatWindow {
  3. background: #000 !important;
  4. }
  5.  
  6. .ChatWindow a {
  7. color: yellow !important;
  8. }
  9.  
  10. .ChatHeader .private {
  11. color: white;
  12. }
  13.  
  14. .ChatWindow [data-user="TibetPrime"] .username {
  15. text-shadow: 0 0 8px lightgreen;
  16. }
  17.  
  18. .ChatWindow [data-user=TibetPrime] .message {
  19. color: #4db7ff;
  20. }
  21.  
  22. .ChatWindow [data-user=Vanilladazzle] .username {
  23. color: lightblue;
  24. }
  25.  
  26. .ChatWindow [data-user=Vanilladazzle] .username::after {
  27. color: #4C4CA6;
  28. }
  29.  
  30. .ChatWindow [data-user=Vanilladazzle] .message {
  31. color: lemonchiffon;
  32. }
  33.  
  34. .ChatWindow [data-user=HMcCoy] .username {
  35. text-shadow: 0 0 10px #666;
  36. }
  37.  
  38. .ChatWindow [data-user=HMcCoy] .message {
  39. color: lemonchiffon;
  40. }
  41.  
  42. .ChatWindow [data-user="Anthony Jacquez"] .username {
  43. color: red;
  44. text-shadow: -1px 1px 0 orange, -2px 2px 0 yellow, -3px 3px 0 green, -4px 4px 0 blue, -5px 5px 0 indigo, -6px 6px 0 violet;
  45. }
  46.  
  47. .ChatWindow [data-user="Tariq Jabbar"] .username {
  48. color: black;
  49. text-shadow: 0 0 5px black;
  50. }
  51.  
  52. .ChatWindow [data-user="The Eternal Swarm"] .username {
  53. text-indent: -9999px;
  54.  
  55. }
  56.  
  57. .ChatWindow [data-user="The Eternal Swarm"] .username::after {
  58. content: "The MLG Pro";
  59. margin-left: 9864px;
  60. }
  61.  
  62. .ChatWindow [data-user=Poohbear71102] .username {
  63. color: red;
  64. text-shadow: 0 0 8px blue;
  65. }
  66.  
  67. .ChatWindow [data-user=Poohbear71102] .message {
  68. color: yellow;
  69.  }
  70.  
  71.  .ChatWindow [data-user=Vladimirr2002] .username {
  72. color: gold;
  73. text-shadow: 0 0 5px goldenrod;
  74. }
  75.  
  76. .ChatWindow .WikiaPage {
  77. background: #222 !important;
  78. border: none !important;
  79. color: white !important;
  80. }
  81.  
  82. .ChatWindow .Write {
  83. border: none !important;
  84. }
  85.  
  86. .ChatWindow .Write img {
  87. border: none !important;
  88. }
  89.  
  90. .ChatWindow .Write .message {
  91. background-color: #444 !important;
  92. border: none !important;
  93. height: 2.54em;
  94.  
  95. }
  96.  
  97. .ChatWindow .Write textarea {
  98. color: white !important;
  99.  
  100. }
  101.  
  102. .ChatWindow .User img {
  103. border: none !important;
  104. }
  105.  
  106. .ChatWindow .Rail .public {
  107. box-shadow: inset 0 0 7px 0 #333;
  108. background: #444;
  109. }
  110.  
  111. .ChatWindow .Rail .private {
  112.  
  113. background-image: none;
  114. border: none;
  115. }
  116.  
  117. .ChatWindow .Rail .selected {
  118. background: #444;
  119. }
  120.  
  121. .ChatWindow .Rail .User:hover {
  122. background: #444;
  123. }
  124.  
  125. .ChatWindow .UserStatsMenu {
  126. box-shadow: 0 0 12px 0 #222 !important;
  127. border: 3px solid #333 !important;
  128. background: #444 !important;
  129. }
  130.  
  131. .ChatWindow .UserStatsMenu .info {
  132. background: #555 !important;
  133. }
  134.  
  135. .ChatWindow .ChatHeader {
  136. color: #33cc33;
  137.  
  138. border: none;
  139. }
  140.  
  141. .ChatWindow .ChatHeader .User {
  142. border-left: 1px solid #fff !important;
  143. }
  144.  
  145. .ChatWindow .ChatHeader .User .username {
  146. color: white;
  147. }
  148.  
  149. .ChatWindow .wordmark {
  150. margin-top: 7px;
  151. }
  152.  
  153. .ChatWindow .wordmark img {
  154. -webkit-filter: invert(100%);
  155. filter: invert(100%);
  156. }
  157.  
  158. .ChatWindow .Chat {
  159. border: none !important;
  160. }
  161.  
  162. .ChatWindow .Chat .inline-alert {
  163. color: lightgreen !important;
  164. }
  165.  
  166. @keyframes animation {
  167. 0% {text-shadow: 0 0 20px #fefcc9,
  168.  
  169. 10px -0.1rem 30px #feec85,
  170.  
  171. -20px -0.2rem 40px #ffae34,
  172.  
  173. 20px -0.4rem 50px #ec760c,
  174.  
  175. -20px -0.6rem 60px #cd4606,
  176.  
  177. 0 -0.8rem 70px #973716,
  178.  
  179. 10px -0.9rem 80px #451b0e;}
  180.  
  181. 100% {text-shadow: 0 0 20px #fefcc9,
  182.  
  183. 10px -0.1rem 30px #fefcc9,
  184.  
  185. -20px -0.2rem 40px #feec85,
  186.  
  187. 22px -0.42rem 60px #ffae34,
  188.  
  189. -22px -0.58rem 50px #ec760c,
  190.  
  191. 0 -0.82rem 80px #cd4606,
  192.  
  193. 10px -0.9rem 80px  #973716;}
  194. }
  195.  
  196. .ChatWindow .Chat .avatar {
  197. border: 2px solid #e0e0e0;
  198. border-radius: 100px;
  199. -webkit-transition: -webkit-transform 1.1s cubic-bezier(.53,3,.42,.36);
  200. transition: transform 1.3s cubic-bezier(.53,3,.42,.36);
  201. }
  202.  
  203. .ChatWindow .Chat .avatar:hover {
  204. -webkit-transform: rotate(70deg);
  205. -ms-transform: rotate(70deg);
  206. transform: rotate(70deg);
  207. -webkit-transition: -webkit-transform 1.2s cubic-bezier(.17,0,0,1);
  208. transition: transform 1.4s cubic-bezier(.17,0,0,1);
  209. }
  210.  
  211. .ChatWindow .Chat .you {
  212. background: #444 !important;
  213. }
  214.  
  215. .ChatWindow .Chat li[data-user="Kingcodefish"] {
  216.    background: #80aaff !important;
  217.    color: #fff;
  218. }
  219.  
  220. .ChatWindow [data-user="Kingcodefish"] .username {
  221.   font-family: "Orbitron",sans-serif;
  222.   animation: animation 1s ease-in-out infinite alternate;
  223.   color: darkred;
  224. }
  225.  
  226. @font-face {
  227. font-family: 'Orbitron'; font-style: normal; font-weight: 400; src: local('Orbitron-Light'), local('Orbitron-Regular'), url(https://fonts.gstatic.com/s/orbitron/v7/HmnHiRzvcnQr8CjBje6GQnYhjbSpvc47ee6xR_80Hnw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  228. }
  229.  
  230. .ChatWindow [data-user="EytukanStudios"] .username {
  231. content: "Eytukan \b"; color: dodgerblue; font-family: "Orbitron", sans-serif; text-shadow: 1px 1px 0 green, 2px 2px 0 blue; font-weight: bold;
  232. }
  233.  
  234. @font-face {
  235. font-family: 'Iceland'; font-style: normal; font-weight: 400; src: local('Iceland'), local('Iceland-Regular'), url(https://fonts.gstatic.com/s/iceland/v5/3MJCdMdmaSZmdrTD7pNyygLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  236. }
  237. @import url('http://fonts.googleapis.com/css?family=Open+Sans');
  238. .ChatWindow [data-user="EytukanStudios"] .message{
  239. font-family: "Open Sans"; text-size: 30px; animation-name: Eytoucan; animation-duration: 3s; animation-iteration-count: infinite;
  240. }
  241.  
  242. @keyframes Eytoucan{
  243. 0%{text-shadow: 0 0 5px dodgerblue, 0 0 7px dodgerblue;} 50%{text-shadow: 0 0 5px #444, 0 0 7px #444;} 100%{text-shadow: 0 0 5px dodgerblue, 0 0 7px dodgerblue;}
  244. }
  245.  
  246. @font-face {
  247.  font-family: 'Poiret One';
  248.  font-style: normal;
  249.  font-weight: 400;
  250.  src: local('Poiret One'), local('PoiretOne-Regular'), url(https://fonts.gstatic.com/s/poiretone/v4/HrI4ZJpJ3Fh0wa5ofYMK8QzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  251.  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  252. }
  253.  
  254. @keyframes blazeprogramming {
  255.                 0%{text-shadow: 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255);}
  256.                 50%{text-shadow: 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255);}
  257.                 100%{text-shadow: 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255);}
  258.             }
  259. @-webkit-keyframes blazeprogramming{
  260.                 0%{text-shadow: 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255);}
  261.                 50%{text-shadow: 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255);}
  262.                 100%{text-shadow: 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255);}
  263. }
  264.  
  265. @-o-keyframes blazeprogramming{
  266.                 0%{text-shadow: 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255);}
  267.                 50%{text-shadow: 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255);}
  268.                 100%{text-shadow: 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255), 0px 0px 15px rgb(3, 167, 255);}
  269. }
  270.  
  271. .ChatWindow [data-user=BlazeProgramming] .username {
  272. font-family: "Poiret One";
  273. text-shadow: 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255);
  274. animation-name: blazeprogramming;
  275. animation-duration: 2s;
  276. animation-iteration-count: infinite;
  277. letter-spacing: 2px;
  278. color: white;
  279. }
  280.  
  281. .ChatWindow [data-user="MicahAminot27"] .message{
  282. color: green;
  283.  
  284. font-size: 100;
  285.  
  286. font-family: Chiller;
  287. }
  288.  
  289. .ChatWindow [data-user="MicahAminot27"] .username{
  290. color: green;
  291.  
  292. font-size: 100;
  293.  
  294. font-family: Chiller;
  295. }
  296.  
  297. .ChatWindow .time::before {
  298. content: "This message was posted on " !important;
  299. }
  300.  
  301. .ChatWindow .Chat .me-message {
  302. color: lightgreen;
  303. }
  304.  
  305. .ChatWindow .Chat .time {
  306. color: lemonchiffon;
  307. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement