ShadowGlaceon

Untitled

Sep 17th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.60 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. div.inner-preempt {
  157. background-color: #5f00aa;
  158. }
  159. div.rightbar {
  160. background: linear-gradient(90deg, rgba(2, 0, 36, .5) 0%, rgba(194, 0, 255, .5) 35%, rgba(95, 0, 170, .5) 100%);
  161. }
  162. div.leftbar {
  163. background: linear-gradient(90deg, rgba(2, 0, 36, .5) 0%, rgba(194, 0, 255, .5) 35%, rgba(95, 0, 170, .5) 100%);
  164. }
  165. div.ps-room.ps-room-opaque {
  166. background-color: black;
  167. color: gold;
  168. }
  169. div.battle-controls {
  170. background-color: black;
  171. color: gold;
  172. }
  173. div.inner {
  174. background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(194, 0, 255, 1) 35%, rgba(95, 0, 170, 1) 100%);
  175. color: gold;
  176. }
  177. div.chat.chatmessage {
  178. color: gold;
  179. }
  180. div.chat small {
  181. color: magenta;
  182. }
  183. button.button {
  184. color: white;
  185. background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 194, 0, 1) 50%, rgba(95, 0, 170, 1) 100%);
  186. border: 1px groove gold;
  187. transition: 1s;
  188. font-family: 'Indie Flower', cursive;
  189. border-radius: 12px;
  190. }
  191. a.button.replayDownloadButton {
  192. background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 194, 0, 1) 50%, rgba(95, 0, 170, 1) 100%);
  193. }
  194. p span button:hover {
  195. background: black;
  196. transition: 1s;
  197. color: gold;
  198. }
  199. p span button {
  200. background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 194, 0, 1) 50%, rgba(95, 0, 170, 1) 100%);
  201. color: gold;
  202. }
  203. a.roomtab.button.cur.notifying.closable {
  204. border: 2px gold groove;
  205. color: gold;
  206. }
  207. div.battle-log-add {
  208. background-image: url("https://i.imgur.com/C4CqUQa.gif");
  209. }
  210. h2.battle-history {
  211. background-image: url("https://i.imgur.com/C4CqUQa.gif");
  212. color: gold;
  213. }
  214. div.battle-log {
  215. background: black;
  216. }
  217. small.type {
  218. color: black;
  219. }
  220. button.type-Fire.has-tooltip {
  221. background: linear-gradient(180deg, rgba(134, 71, 0, 1) 0%, rgba(255, 136, 18, 1) 50%, rgba(95, 0, 170, 1) 100%);
  222. color: black;
  223. border: purple 2px groove;
  224. }
  225. button.type-Water.has-tooltip {
  226. background: linear-gradient(180deg, rgba(73, 93, 189, 1) 0%, rgba(134, 153, 255, 1) 50%, rgba(95, 0, 170, 1) 100%);
  227. border: purple 2px groove;
  228. color: black;
  229. }
  230. button.type-Fighting.has-tooltip {
  231. background: linear-gradient(180deg, rgba(85, 32, 32, 1) 0%, rgba(184, 22, 22, 1) 50%, rgba(95, 0, 170, 1) 100%);
  232. color: black;
  233. border: purple 2px groove;
  234. }
  235. button.has-tooltip {
  236. color: white;
  237. background: black;
  238. border: purple 2px groove;
  239. }
  240. button.disabled.has-tooltip {
  241. background-color: purple;
  242. color: white;
  243. border: 1px groove gold;
  244. }
  245. button.type-Ground.has-tooltip {
  246. background: linear-gradient(180deg, rgba(184, 168, 77, 1) 0%, rgba(255, 224, 181, 1) 50%, rgba(95, 0, 170, 1) 100%);
  247. color: black;
  248. border: 1px purple groove;
  249. }
  250. button.type-Normal.has-tooltip {
  251. background: linear-gradient(180deg, rgba(184, 147, 112, 1) 0%, rgba(221, 193, 155, 1) 50%, rgba(95, 0, 170, 1) 100%);
  252. color: black;
  253. border: purple 2px groove;
  254. }
  255. button.type-Flying.has-tooltip {
  256. background: linear-gradient(180deg, rgba(136, 79, 186, 1) 0%, rgba(202, 186, 255, 1) 50%, rgba(95, 0, 170, 1) 100%);
  257. color: black;
  258. border: 1px groove purple;
  259. }
  260. button.type-Dragon.has-tooltip {
  261. background: linear-gradient(180deg, rgba(55, 0, 103, 1) 0%, rgba(123, 41, 255, 1) 50%, rgba(95, 0, 170, 1) 100%);
  262. border: 1px purple groove;
  263. color: black;
  264. }
  265. button.type-Grass.has-tooltip {
  266. background: linear-gradient(180deg, rgba(9, 103, 0, 1) 0%, rgba(94, 255, 96, 1) 50%, rgba(95, 0, 170, 1) 100%);
  267. color: black;
  268. border: 1px purple groove;
  269. }
  270. small.pp {
  271. color: black;
  272. }
  273. button.type-Bug.has-tooltip {
  274. background: linear-gradient(180deg, rgba(68, 105, 46, 1) 0%, rgba(168, 209, 66, 1) 50%, rgba(95, 0, 170, 1) 100%);
  275. color: black;
  276. border: purple 1px groove;
  277. }
  278. button.type-Poison.has-tooltip {
  279. background: linear-gradient(180deg, rgba(87, 46, 105, 1) 0%, rgba(193, 66, 209, 1) 50%, rgba(95, 0, 170, 1) 100%);
  280. color: black;
  281. border: 1px purple groove;
  282. }
  283. div.moveselect button {
  284. background: black;
  285. color: white;
  286. border: none;
  287. }
  288. div.switchselect button {
  289. background: black;
  290. color: white;
  291. border: none;
  292. }
  293. small.healthy {
  294. border: none;
  295. color: white;
  296. }
  297. div.whatdo strong {
  298. color: magenta;
  299. }
  300. button.type-Rock.has-tooltip {
  301. background: linear-gradient(180deg, rgba(149, 102, 62, 1) 0%, rgba(191, 147, 43, 1) 50%, rgba(95, 0, 170, 1) 100%);
  302. color: white;
  303. border: purple 1px groove;
  304. }
  305. button.type-Dark.has-tooltip {
  306. background: linear-gradient(180deg, rgba(33, 14, 14, 1) 0%, rgba(143, 85, 82, 1) 50%, rgba(95, 0, 170, 1) 100%);
  307. color: white;
  308. border: 1px purple groove;
  309. }
  310. button.type-Electric.has-tooltip {
  311. background: linear-gradient(180deg, rgba(130, 126, 0, 1) 0%, rgba(255, 251, 0, 1) 50%, rgba(95, 0, 170, 1) 100%);
  312. color: black;
  313. border: purple 1px groove;
  314. }
  315. button.type-Ghost.has-tooltip {
  316. background: linear-gradient(180deg, rgba(27, 0, 41, 1) 0%, rgba(158, 102, 172, 1) 50%, rgba(95, 0, 170, 1) 100%);
  317. color: black;
  318. border: 1px purple groove;
  319. }
  320. button.type-Psychic.has-tooltip {
  321. background: linear-gradient(180deg, rgba(87, 0, 60, 1) 0%, rgba(255, 121, 189, 1) 50%, rgba(95, 0, 170, 1) 100%);
  322. color: black;
  323. border: 1px groove purple;
  324. }
  325. button.type-Fairy.has-tooltip {
  326. background: linear-gradient(180deg, rgba(99, 28, 77, 1) 0%, rgba(255, 79, 228, 1) 50%, rgba(95, 0, 170, 1) 100%);
  327. color: black;
  328. border: 1px groove purple;
  329. }
  330. button.type-Steel.has-tooltip {
  331. background: linear-gradient(180deg, rgba(84, 84, 84, 1) 0%, rgba(199, 199, 199, 1) 50%, rgba(95, 0, 170, 1) 100%);
  332. color: black;
  333. border: 1px groove purple;
  334. }
  335. button.type-Ice.has-tooltip {
  336. background: linear-gradient(180deg, rgba(0, 62, 87, 1) 0%, rgba(159, 243, 255, 1) 50%, rgba(95, 0, 170, 1) 100%);
  337. color: black;
  338. border: 1px groove purple;
  339. }
Advertisement
Add Comment
Please, Sign In to add comment