Advertisement
MasterFloat

Untitled

Feb 22nd, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.32 KB | None | 0 0
  1. @-moz-document domain("aqua.psim.us"), domain("play.pokemonshowdown.com") {
  2. body {
  3. background:url("http://i.imgur.com/2onCgOg.png?1") !important;
  4. background-color: #71C2FA;
  5. color: #FFF;
  6. }
  7.  
  8. #mainmenu.ps-room.scrollable {
  9. background:url("http://th09.deviantart.net/fs71/PRE/i/2014/253/c/6/mega_sharpedo_by_jacanacow-d7yoyxn.png");
  10. background-size: 750px;
  11. }
  12.  
  13. .ps-room.ps-room-light.scrollable, #header {
  14. font-family: helvetica,arial,sans-serif;
  15. background: rgba(0, 0, 0, 0.9);
  16. color: #F2F2F2;
  17. }
  18.  
  19. .roomlist {
  20. font-family: helvetica,arial,sans-serif;
  21. color: #FFF;
  22. }
  23.  
  24. .roomlist a.ilink {
  25. border: 1px solid #000;
  26. color: #000;
  27. background: #FFF;
  28. }
  29.  
  30. .roomlist a.ilink:hover {
  31. border: 1px solid #000;
  32. color: #1D90FF;
  33. background: #DBE8EB;
  34. }
  35.  
  36. .roomlist a.ilink small {
  37. color: #000;
  38. }
  39.  
  40.  
  41. .mainmenufooter a{
  42. text-decoration: none;
  43. color: #FFF;
  44. text-shadow: 1px 0px #000;
  45. font-family: helvetica,arial,sans-serif;
  46. }
  47.  
  48. .mainmenufooter a:hover {
  49. color: #1D90FF;
  50. text-decoration: none;
  51. }
  52.  
  53. .header .logo {
  54. opacity: 0;
  55. }
  56.  
  57. .battleform label {
  58. background: url("http://i.imgur.com/yFWeHx0.png") no-repeat scroll left center transparent !important;
  59. padding: 4px;
  60. opacity:0.9;
  61. color: #FFF;
  62. }
  63.  
  64. .menugroup {
  65. background: rgba(0, 0, 0, 0);
  66. }
  67.  
  68. .menugroup .button {
  69. background: none repeat scroll 0% 0% #474747;
  70. color: #FFF;
  71. box-shadow: 0px 1px 0px 0px #5C5C5C inset, 0px 2px 3px rgba(0, 0, 0, 0.2);
  72. border-color: #212121;
  73. font: 13px helvetica,arial,sans-serif;
  74. width: 230px;
  75. }
  76.  
  77. .menugroup .button:hover {
  78. background: none repeat scroll 0% 0% #474747;
  79. color: #D8D8D8;
  80. box-shadow: 0px 1px 0px 0px #5C5C5C inset, 0px 2px 3px rgba(0, 0, 0, 0.2);
  81. border-color: #212121;
  82. }
  83.  
  84. .select, .select:disabled {
  85. border-color: #212121;
  86. }
  87.  
  88. .select:hover {
  89. color: #000;
  90. }
  91.  
  92. .chat-log, .pm-log, .battle-log {
  93. font: 12px helvetica,arial,sans-serif;
  94. background:url("http://i.imgur.com/Q8vHT0Y.png") repeat;
  95. }
  96.  
  97. .chat-log-add, .battle-log-add {
  98. background: #3C3C3C;
  99. }
  100.  
  101. .pm-log-add {
  102. background:rgba(0, 0, 0, 0.8);
  103. }
  104.  
  105. .userlist li button {
  106. font: 12px helvetica,arial,sans-serif;
  107. text-shadow: 1px 1px #000;
  108. }
  109.  
  110. .userlist li button:hover {
  111. background: #1C1C1C;
  112. }
  113.  
  114. .userlist {
  115. background: #3C3C3C;
  116. border-right: 1px solid #3C3C3C;
  117. }
  118.  
  119. .userbar .username {
  120. font: 15px helvetica,arial,sans-serif;
  121. font-weight: bold;
  122. }
  123.  
  124. .userbar .username:hover {
  125. border-bottom: 1px solid #1D90FF;
  126. }
  127.  
  128. a {
  129. color:#40A0FF;
  130. text-decoration:none;
  131. margin-left: 3px;
  132. margin-right: 3px;
  133. }
  134.  
  135. a:hover {
  136. color:#0080FF;
  137. text-decoration: underline;
  138. }
  139.  
  140. .ps-popup {
  141. background:rgba(78, 78, 78, 0.95);
  142. font: 14px helvetica,arial,sans-serif;
  143. color: #FFF;
  144. border-color:#212121;
  145. }
  146.  
  147. .popupmenu button {
  148. box-shadow: none;
  149. color: #FFF;
  150. }
  151.  
  152. .popupmenu button:hover {
  153. box-shadow: none;
  154. color: #FFF;
  155. background:rgba(78, 78, 78, 1);
  156. }
  157.  
  158. .popupmenu button.sel:hover {
  159. padding: 0px 3px;
  160. border: 1px solid #AAA;
  161. background:rgba(65, 65, 65, 1);
  162. }
  163.  
  164. .ps-overlay {
  165. background: rgba(0, 0, 0, 0.3);
  166. }
  167.  
  168. .chatbox label {
  169. font: 12px helvetica,arial,sans-serif;
  170. text-shadow: 1px 1px #000;
  171. }
  172.  
  173. a.ilink {
  174. /*font-style: italic;*/
  175. text-decoration: none;
  176. color: #929292;
  177. }
  178.  
  179. a.ilink:hover {
  180. color: #656565;
  181. }
  182.  
  183. .popupmenu h3 {
  184. color: #1D90FF;
  185. }
  186.  
  187. .broadcast-red {
  188. background: none repeat scroll 0% 0% #EC5C4D;
  189. color: #000;
  190. border: 2px solid #000;
  191. padding: 5px;
  192. font-family: helvetica,arial,sans-serif;
  193. font-size: 10pt;
  194. }
  195.  
  196. .broadcast-blue {
  197. background: none repeat scroll 0% 0% #8FA6B3;
  198. color: #000;
  199. border: 2px solid #000;
  200. padding: 5px;
  201. font-family: helvetica,arial,sans-serif;
  202. font-size: 10pt;
  203. }
  204.  
  205. .broadcast-green {
  206. background: none repeat scroll 0% 0% #9BB38F;
  207. color: #000;
  208. border: 2px solid #000;
  209. padding: 5px;
  210. font-family: helvetica,arial,sans-serif;
  211. font-size: 10pt;
  212. }
  213.  
  214. .pm-window h3 {
  215. border: 1px solid #212121;
  216. color: #FFF;
  217. background:rgba(0, 0, 0, 0.7);
  218. font-family: helvetica,arial,sans-serif;
  219. }
  220.  
  221. .pm-window h3:hover, .pm-window.focused h3, .pm-window.focused h3:hover {
  222. border: 1px solid #212121;
  223. color: #1D90FF;
  224. background:rgba(0, 0, 0, 0.8);
  225. font-family: helvetica,arial,sans-serif;
  226. }
  227.  
  228. .message-pm {
  229. color: #000;
  230. font-style: italic;
  231. background: #D0D0D0;
  232. }
  233.  
  234. .revealed {
  235. color: #FF0000;
  236. }
  237.  
  238. .maintabbarbottom {
  239. background: #1D90FF;
  240. border: 1px solid #000;
  241. box-shadow: none;
  242. }
  243.  
  244. .tabbar a.button.cur, .tabbar a.button.cur:hover {
  245. color: #FFF;
  246. background: #1D90FF;
  247. border: 1px solid #000;
  248. font-family: helvetica,arial,sans-serif;
  249. text-shadow: none;
  250. }
  251.  
  252. .tabbar a.button {
  253. color: #000;
  254. background:#FFF;
  255. border: 1px solid #000;
  256. font-family: helvetica,arial,sans-serif;
  257. text-shadow: none;
  258. }
  259.  
  260. .tabbar a.button:hover {
  261. color: #000;
  262. background: #C9C9C9;
  263. border: 1px solid #000;
  264. font-family: helvetica,arial,sans-serif;
  265. text-shadow: none;
  266. }
  267.  
  268. button {
  269. border: 1px solid #212121;
  270. background: none repeat scroll 0% 0% #474747;
  271. color: #FFF;
  272. box-shadow: 0px 1px 0px 0px #5C5C5C inset, 0px 2px 3px rgba(0, 0, 0, 0.2);
  273. font: 12px helvetica,arial,sans-serif;
  274. }
  275.  
  276. button:hover {
  277. color: #D8D8D8;
  278. }
  279.  
  280. .tournament-bracket {
  281. font-size: 8pt;
  282. background:url("http://i.imgur.com/Q8vHT0Y.png");
  283. opacity:.8;
  284. }
  285.  
  286. .tournament-title {
  287. background:#FFF;
  288. color:#000;
  289. }
  290.  
  291. .tournament-status, .tournament-toggle {
  292. color: #FFF;
  293. background: #464646;
  294. }
  295.  
  296. .tournament-tools {
  297. padding: 10px;
  298. border-top: 1px solid #AAA;
  299. background:url("http://i.imgur.com/Q8vHT0Y.png");
  300. }
  301.  
  302. .regular-button {
  303. box-shadow: 0px 1px 0px 0px #FFFFFF inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  304. border: 1px solid #A8A8A8;
  305. background: #EEEEEE;
  306. color: #000;
  307. }
  308.  
  309. .regular-button:hover {
  310. box-shadow: 0px 1px 0px 0px #FFFFFF inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  311. border: 1px solid #A8A8A8;
  312. background: #DBDBDB;
  313. color: #000;
  314. }
  315.  
  316. .blue-button{
  317. border: 1px solid #474747;
  318. color: #474747;
  319. background: #6F9BB5;
  320. box-shadow: 0px 1px 0px 0px #92B0C1 inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  321. }
  322.  
  323. .blue-button:hover {
  324. border: 1px solid #474747;
  325. color: #474747;
  326. background: #7CACC7;
  327. box-shadow: 0px 1px 0px 0px #92B0C1 inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  328. }
  329.  
  330. .LV-button{
  331. border: 1px solid #212121;
  332. color: #FFF;
  333. background: rgba(0, 0, 0, 0.8);
  334. box-shadow: 0px 1px 0px 0px #414141 inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  335. }
  336.  
  337. .LV-button:hover {
  338. border: 1px solid #212121;
  339. color: #1D90FF;
  340. background: rgba(0, 0, 0, 0.8);
  341. }
  342.  
  343. #roomintro-div {
  344. border: 1px solid black;
  345. background:url(http://fc04.deviantart.net/fs71/f/2013/323/7/0/mega_gyarados_by_dashinghero-d6uwmr9.png) no-repeat;
  346. background-color:#1486B0;
  347. background-size: 450px;
  348. width: 80%;
  349. }
  350.  
  351. .closebutton, .minimizebutton {
  352. color: #F2F2F2;
  353. }
  354.  
  355. .minimizebutton:hover {
  356. color: #FFDD7D;
  357. text-decoration: none;
  358. }
  359.  
  360. .closebutton:hover {
  361. color:#FF827D;
  362. text-decoration: none;
  363. }
  364.  
  365. .setmenu button:hover {
  366. color:#FFF;
  367. background: #151515;
  368. }
  369.  
  370. .teambuilder-results .result a:hover {
  371. color: #000
  372. }
  373.  
  374. .utilichart .movenamecol {
  375. color: #FFF;
  376. font: 12px helvetica,arial,sans-serif;
  377. }
  378.  
  379. .teambuilder-results h3, .teambuilder-results .utilichart h3 {
  380. background: rgba(0, 0, 0, 0.95);
  381. color: #FFF;
  382. border: 1px solid 212121;
  383. box-shadow: none;
  384. }
  385.  
  386. .teambar button {
  387. background: #474747;
  388. color: #FFF;
  389. }
  390.  
  391. .teambar button:hover {
  392. background: #2F2F2F;
  393. color: #FFF;
  394. }
  395.  
  396. .teambar button:disabled, .teambar button:disabled:hover, .teambar button:disabled:active {
  397. background: #474747;
  398. color: #FFF;
  399. }
  400.  
  401. .utilichart .namecol {
  402. color: #FFF;
  403. }
  404.  
  405. .switchmenu button, .movemenu button {
  406. border: 3px solid #222222;
  407. color: #000;
  408. }
  409.  
  410. .switchmenu button:hover, .movemenu button:hover {
  411. border: 3px solid #222222;
  412. color: #222222;
  413. }
  414.  
  415. .switchselect button:hover {
  416. color: #458;
  417. }
  418.  
  419. .moveselect button:hover {
  420. color: #842;
  421. }
  422.  
  423. .ps-room.ps-room-opaque {
  424. background: rgba(0, 0, 0, 0.9);
  425. color: #FFF;
  426. }
  427.  
  428. .battle-log h2 {
  429. background:#3C3C3C;
  430. color: #FFF;
  431. border: 1px solid #212121;
  432. }
  433.  
  434. .battle-log .chat strong {
  435. color: #0080FF;
  436. }
  437.  
  438. .leftbar {
  439. background: rgba(0, 0, 0, 0.9);
  440. }
  441.  
  442. .rightbar {
  443. background: rgba(0, 0, 0, 0.9);
  444. }
  445.  
  446. .div-bg-txt {
  447. text-shadow: 1px 1px 5px #0080FF;
  448. font-family:helvetica,arial,sans-serif;
  449. }
  450. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement