Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. body {
  2. background: url("http://i.imgur.com/D8eGHgl.jpg?1") no-repeat;
  3. background-color: #FAEBAA;
  4. }
  5.  
  6. #header {
  7. background:rgba(242, 125, 72, 0.7);
  8. }
  9.  
  10. .ps-room.ps-room-light.scrollable {
  11. background: url("http://fc07.deviantart.net/fs70/f/2011/258/c/b/profile_picture_by_victori_the_victini-d49y2lr.png") no-repeat right;
  12. background-color: rgba(242, 125, 72, 0.7);
  13. color: #FFF;
  14. }
  15.  
  16. .ps-room.ps-room-opaque {
  17. background: rgba(250, 235, 170, 0.9);
  18. }
  19.  
  20. a {
  21. color: #0071AD;
  22. }
  23.  
  24. a:hover {
  25. color: #42B0E1;
  26. }
  27.  
  28. .menugroup {
  29. background: rgba(0, 0, 0, 0);
  30. }
  31.  
  32. .battleform label {
  33. background: url("http://i.imgur.com/yFWeHx0.png") no-repeat scroll left center transparent !important;
  34. padding: 4px;
  35. color: #FFF;
  36. }
  37.  
  38. .select:disabled, .select.teamselect {
  39. padding-top: 3px;
  40. }
  41.  
  42. .mainmenufooter {
  43. color: #F07F47;
  44. text-shadow: none;
  45. }
  46.  
  47. .mainmenufooter a {
  48. color: #F07F47;
  49. text-shadow: none;
  50. font-weight: bold;
  51. }
  52.  
  53. .mainmenufooter a:hover {
  54. color: #3EB3DF;
  55. }
  56.  
  57. .menugroup .button {
  58. border: 1px solid #2C2C24;
  59. background: rgba(68, 176, 225, 0.8);
  60. color: #FFF;
  61. font-size: 12px;
  62. text-shadow: none;
  63. }
  64.  
  65. .menugroup .button:hover {
  66. border: 1px solid #2C2C24;
  67. background: #4EACE9;
  68. color: #FFF;
  69. }
  70.  
  71. .menugroup button.big {
  72. font-size: 15px;
  73. }
  74.  
  75. .roomlist a.ilink {
  76. border: 1px solid #0071AD;
  77. color: #0071AD;
  78. }
  79.  
  80. .roomlist a.ilink small {
  81. color: #0071AD;
  82. }
  83.  
  84. .roomlist a.ilink:hover {
  85. color: #color: #0071AD;
  86. border: 1px solid #0071AD;
  87. }
  88.  
  89. .teambuilder-results h3, .teambuilder-results .utilichart h3 {
  90. background: #FCEAAA;
  91. border: 1px solid #2E2A27;
  92. color:#2E2A27;
  93. text-shadow:none;
  94. }
  95.  
  96. .setchart {
  97. background: #FCEAAA;
  98. border: 1px solid #2E2A27;
  99. }
  100.  
  101. .setchart label {
  102. color:#2E2A27;
  103. text-shadow:none;
  104. }
  105.  
  106. .setchart-nickname {
  107. background: #FCEAAA;
  108. border: 1px solid #2E2A27;
  109. }
  110.  
  111. .setchart-nickname label {
  112. color: #2E2A27;
  113. text-shadow: none;
  114. }
  115.  
  116. .utilichart .numcol, .utilichart .labelcol em, .utilichart .widelabelcol em, .utilichart .pplabelcol em, .utilichart .statcol em, .utilichart .bstcol em, .utilichart .movedesccol, .utilichart .itemdesccol, .utilichart .abilitydesccol {
  117. color: #2E2A27;
  118. }
  119.  
  120. .teambar button, .teambar button:disabled, .teambar button:disabled:hover {
  121. background: #FCEAAA;
  122. border: 1px solid #2E2A27;
  123. color: #2E2A27;
  124. }
  125.  
  126. .teambar button:hover {
  127. background:#E1CB77;
  128. border: 1px solid #2E2A27;
  129. color: #2E2A27;
  130. }
  131.  
  132. .userlist {
  133. border-right: none;
  134. }
  135.  
  136. .chat-log-add {
  137. border-top: none;
  138. }
  139.  
  140. .chat-log {
  141. border-bottom: 1px solid #C0C0C0;
  142. border-left: 1px solid #C0C0C0;
  143. }
  144.  
  145. .broadcast-red, .broadcast-blue, .broadcast-green {
  146. color: #000;
  147. border: 2px solid #000;
  148. padding: 5px;
  149. font-family: helvetica,arial,sans-serif;
  150. font-size: 10pt;
  151. text-shadow: none;
  152. }
  153.  
  154. .broadcast-red {
  155. background: none repeat scroll 0% 0% #EC5C4D;
  156. }
  157.  
  158. .broadcast-blue {
  159. background: none repeat scroll 0% 0% #8FA6B3;
  160. }
  161.  
  162. .broadcast-green {
  163. background: none repeat scroll 0% 0% #9BB38F;
  164. }
  165.  
  166. .broadcast-green a, .broadcast-blue a, .broadcast-red a {
  167. color: #1F2F37;
  168. }
  169.  
  170. .pm-log {
  171. background:url(http://i.imgur.com/Q8vHT0Y.png);
  172. border: 1px solid #2E2B26;
  173. border-top:none;
  174. }
  175.  
  176. .pm-window h3 {
  177. background: rgba(68, 176, 225, 0.8);
  178. color: #FFF;
  179. border: 1px solid #2E2B26;
  180. }
  181.  
  182. .pm-window h3:hover {
  183. background: rgba(68, 176, 225, 0.8);
  184. border: 1px solid #2E2B26;
  185. color: #2E2B26;
  186. }
  187.  
  188. .pm-window.focused h3, .pm-window.focused h3:hover {
  189. background: rgba(68, 176, 225, 0.9);
  190. color: #FFF;
  191. border: 1px solid #2E2B26;
  192. }
  193.  
  194. .pm-window h3 small {
  195. color: #FCEAAA;
  196. }
  197.  
  198. .pm-log-add {
  199. border: 1px solid #2E2B26;
  200. border-top:none;
  201. }
  202.  
  203. .closebutton, .minimizebutton {
  204. color: #0070AF;
  205. }
  206.  
  207. .closebutton:hover {
  208. color: #AB2F2F;
  209. }
  210.  
  211. .minimizebutton:hover {
  212. color: #EFCB39;
  213. }
  214.  
  215. .ps-popup {
  216. background:url(http://i.imgur.com/Q8vHT0Y.png);
  217. }
  218.  
  219. .popupmenu h3 {
  220. color:#0070AF;
  221. }
  222.  
  223. a.ilink {
  224. color: #F07F47;
  225. }
  226.  
  227. a.ilink:hover {
  228. color: #3EB3DF;
  229. }
  230.  
  231. .message-pm {
  232. color: #0070AC;
  233. }
  234.  
  235. .tournament-title {
  236. background: #FAEBAA;
  237. color:#F07F47;
  238. }
  239.  
  240. .tournament-status, .tournament-toggle {
  241. color: #FAEBAA;
  242. background: #F07F47;
  243. }
  244.  
  245. .battle-log {
  246. background:url(http://i.imgur.com/Q8vHT0Y.png);
  247. }
  248.  
  249. .battle-log-add {
  250. background: #F07F47;
  251. border: 1px solid #2E2A27;
  252. }
  253.  
  254. .battle-log h2 {
  255. background: #F07F47;
  256. color: #FFF;
  257. border: 1px solid #2E2A27;
  258. }
  259.  
  260. .battle-log .chat strong {
  261. color: #52B0E6;
  262. }
  263.  
  264. .rightbar, .leftbar {
  265. background: rgba(250, 235, 170, 0.9);
  266. }
  267.  
  268. .battle {
  269. border: none;
  270. }
  271.  
  272. .jslider .jslider-value {
  273. color: #000;
  274. }
  275.  
  276. /* Custom Buttons */
  277.  
  278. .button-blue {
  279. background: #60A4BB;
  280. color: #FFF;
  281. border: 1px solid #0070AF;
  282. }
  283.  
  284. .button-blue:hover {
  285. background: #0070AF;
  286. color: #FFF;
  287. border: 1px solid #0070AF;
  288. }
  289.  
  290. .button-green {
  291. background: #2EBF37;
  292. color: #FFF;
  293. border: 1px solid #298A2F;
  294. }
  295.  
  296. .button-green:hover {
  297. background: #298A2F;
  298. color: #FFF;
  299. border: 1px solid #298A2F;
  300. }
  301.  
  302.  
  303. .button-red {
  304. background: #E66060;
  305. color: #FFF;
  306. border: 1px solid #AF1010;
  307. }
  308.  
  309. .button-red:hover {
  310. background: #AF1010;
  311. color: #FFF;
  312. border: 1px solid #AF1010;
  313. }
  314.  
  315. .button-yellow {
  316. background: #BDB713;
  317. color: #FFF;
  318. border: 1px solid #A19C0B;
  319. }
  320.  
  321. .button-yellow:hover {
  322. background: #A19C0B;
  323. color: #FFF;
  324. border: 1px solid #A19C0B;
  325. }
  326.  
  327. .button-pink {
  328. background: #F05DA7;
  329. color: #FFF;
  330. border: 1px solid #CA4085;
  331. }
  332.  
  333. .button-pink:hover {
  334. background: #CA4085;
  335. color: #FFF;
  336. border: 1px solid #CA4085;
  337. }
  338.  
  339. .button-donate {
  340. background:url("http://i.imgur.com/rEN9OJa.jpg?1");
  341. color: #152E66;
  342. font-weight: bold;
  343. font-style: italic;
  344. border: 2px solid #FF9022;
  345. cursor: pointer;
  346. }
  347.  
  348. .button-donate:hover {
  349. background: #FFCEAD;
  350. color: #152E66;
  351. font-weight: bold;
  352. font-style: italic;
  353. border: 2px solid #FF9022;
  354. }
  355.  
  356. /* If you want to use the twitter button for example, you'll do: <button class="button-twitter"></button> without anything between the button tag, just the class. This has to be done for the social medias buttons and the button-donate2 button. (button-donate is not included)*/
  357.  
  358. .button-donate2, .button-donate2:hover {
  359. cursor: pointer;
  360. width:120px;
  361. height:35px;
  362. background: url("http://i.imgur.com/QnNfm4Q.png?1") no-repeat;
  363. border:none;
  364. }
  365.  
  366. .button-twitter, .button-twitter:hover {
  367. background:url("http://i.imgur.com/QblOH3T.png?1") no-repeat;
  368. width:110px;
  369. height:33px;
  370. border: 1px solid #FFF;
  371. cursor: pointer;
  372. }
  373.  
  374. .button-facebook, .button-facebook:hover {
  375. width:40px;
  376. height:40px;
  377. background: url("http://i.imgur.com/PGNlkDd.jpg?1") no-repeat;
  378. cursor: pointer;
  379. border: none;
  380. }
  381.  
  382. .button-tumblr, .button-tumblr:hover {
  383. cursor: pointer;
  384. width:100px;
  385. height:26px;
  386. background: url("http://i.imgur.com/fWItQOG.png?1") no-repeat;
  387. border:none;
  388. }
  389.  
  390. .button-tumblr-black, .button-tumblr-black:hover {
  391. cursor: pointer;
  392. width:60px;
  393. height:60px;
  394. background: url("http://i.imgur.com/NHt8VVq.jpg?1") no-repeat;
  395. border:none;
  396. }
  397.  
  398. .button-googleplus, .button-googleplus:hover {
  399. cursor: pointer;
  400. width:70px;
  401. height:70px;
  402. background: url("http://i.imgur.com/rtym81q.png?1") no-repeat;
  403. border:none;
  404. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement