Advertisement
MasterFloat

Untitled

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