Advertisement
MasterFloat

Untitled

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