Advertisement
ShadowGlaceon

Untitled

Sep 17th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. body {
  2. background-image: url("https://i.imgur.com/TPoLTU7.png");
  3. font-family: 'Indie Flower', cursive;
  4. font-weight: bold;
  5. }
  6. form.chatbox.nolabel {
  7. background-color: #951ca0;
  8. }
  9. i.fa.fa-times-circle {
  10. color: gold;
  11. }
  12. i.fa.fa-minus-circle {
  13. color: gold;
  14. }
  15. div.pm-window.pm-window h3 {
  16. background-image: url("https://i.imgur.com/C4CqUQa.gif");
  17. border-top-left-radius: 12px;
  18. border-top-right-radius: 12px;
  19. border: gold 1px groove;
  20. color: gold;
  21. text-align: center;
  22. }
  23. div.chat-log-add.hasuserlist {
  24. background-image: url("https://i.imgur.com/ek4M9TK.gif");
  25. border: gold 1px groove;
  26. }
  27. li.userlist-count small {
  28. color: gold;
  29. }
  30. a {
  31. color: magenta;
  32. }
  33. div.header {
  34. background-image: url("https://i.imgur.com/0uDR8Qw.gif");
  35. }
  36. div.pm-log {
  37. background-color: #951ca0;
  38. border: gold 1px groove;
  39. color: gold;
  40. }
  41. div.pad {
  42. background: black;
  43. color: gold;
  44. border: 1px groove gold;
  45. }
  46. div.chat-log.hasuserlist {
  47. background-color: black;
  48. color: gold;
  49. }
  50. a.roomtab.button:hover {
  51. color: purple;
  52. background: gold;
  53. transition: 1s;
  54. }
  55. a.roomtab.button.cur:hover {
  56. color: purple;
  57. background: gold;
  58. transition: 1s;
  59. }
  60. div.maintabbarbottom {
  61. background-image: url("https://i.imgur.com/ek4M9TK.gif");
  62. border: gold 2px groove;
  63. }
  64. ul.userlist {
  65. background-color: black;
  66. border: 1px groove gold;
  67. transition: 1s;
  68. }
  69. button.userbutton.username {
  70. border: gold 1px groove;
  71. transition: 1s;
  72. font-family: 'Indie Flower', cursive;
  73. }
  74. button.userbutton.username:hover {
  75. background: #9900ff;
  76. transition: 1s;
  77. }
  78. a.roomtab.button {
  79. background-image: url("https://i.imgur.com/ek4M9TK.gif");
  80. color: gold;
  81. font-weight: bold;
  82. border: gold 2px groove;
  83. border-top-left-radius: 12px;
  84. border-top-right-radius: 12px;
  85. border-bottom-right-radius: 0px;
  86. border-bottom-left-radius: 0px;
  87. transition: 1s;
  88. }
  89. div.ps-popup:hover {
  90. background-color: #9900ff;
  91. transition: 1s;
  92. }
  93. a.roomtab.button.cur.closable {
  94. transition: 1s;
  95. background-image: url("https://i.imgur.com/ek4M9TK.gif");
  96. }
  97. a.roomtab.button.cur.closable:hover {
  98. color: purple;
  99. background: gold;
  100. transition: 1s;
  101. }
  102. div.message small {
  103. color: white;
  104. }
  105. div.pm-log-add {
  106. background: #951ca0;
  107. border: 1px groove gold;
  108. }
  109. textarea.textbox {
  110. background-color: black;
  111. border-radius: 8px;
  112. color: gold;
  113. font-family: 'Indie Flower', cursive;
  114. }
  115. div.newsentry.unread {
  116. background-color: purple;
  117. color: gold;
  118. }
  119. div.ps-popup {
  120. background: purple;
  121. color: gold;
  122. border-radius: 12px;
  123. border: 2px groove gold;
  124. transition: 1s;
  125. }
  126. div.chat.chatmessage small {
  127. color: magenta;
  128. }
  129. button.button:hover {
  130. background: black;
  131. color: gold;
  132. transition: 1s;
  133. }
  134. a.ilink {
  135. color: magenta;
  136. background: purple;
  137. transition: 1s;
  138. border-radius: 12px;
  139. }
  140. a.ilink:hover {
  141. background: black;
  142. transition: 1s;
  143. border-radius: 12px;
  144. padding: 2px;
  145. }
  146. img.trainersprite {
  147. border-radius: 20px;
  148. border: gold 1px groove;
  149. transition: 1s;
  150. }
  151. img.trainersprite:hover {
  152. background: black;
  153. transition: 1s;
  154. padding: 2px;
  155. }
  156. h2.battle-history {
  157. background-color: gold;
  158. }
  159. div.inner-preempt {
  160. background-color: #5f00aa;
  161. }
  162. div.battle-log-add {
  163. background-image: url("https://i.imgur.com/C4CqUQa.gif");
  164. }
  165. div.rightbar {
  166. background: linear-gradient(90deg, rgba(2, 0, 36, .5) 0%, rgba(194, 0, 255, .5) 35%, rgba(95, 0, 170, .5) 100%);
  167. }
  168. div.leftbar {
  169. background: linear-gradient(90deg, rgba(2, 0, 36, .5) 0%, rgba(194, 0, 255, .5) 35%, rgba(95, 0, 170, .5) 100%);
  170. }
  171. div.ps-room.ps-room-opaque {
  172. background-color: black;
  173. color: gold;
  174. }
  175. div.battle-controls {
  176. background-color: black;
  177. color: gold;
  178. }
  179. div.inner {
  180. background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(194, 0, 255, 1) 35%, rgba(95, 0, 170, 1) 100%);
  181. color: gold;
  182. }
  183. div.chat.chatmessage {
  184. color: gold;
  185. }
  186. div.chat small {
  187. color: magenta;
  188. }
  189. button.button {
  190. color: white;
  191. background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 194, 0, 1) 50%, rgba(95, 0, 170, 1) 100%);
  192. border: 1px groove gold;
  193. transition: 1s;
  194. font-family: 'Indie Flower', cursive;
  195. border-radius: 12px;
  196. }
  197. a.button.replayDownloadButton {
  198. background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 194, 0, 1) 50%, rgba(95, 0, 170, 1) 100%);
  199. }
  200. p span button:hover {
  201. background: black;
  202. transition: 1s;
  203. color: gold;
  204. }
  205. p span button {
  206. background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 194, 0, 1) 50%, rgba(95, 0, 170, 1) 100%);
  207. color: gold;
  208. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement