Advertisement
MasterFloat

Untitled

Mar 2nd, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. body {
  2. background:url(http://fc02.deviantart.net/fs71/i/2013/167/1/a/golduck_by_omegamaddox-d69b7vj.jpg);
  3. }
  4.  
  5. .ps-room.ps-room-light.scrollable {
  6. font-family: helvetica,arial,sans-serif;
  7. background:url(http://i.imgur.com/H3NKycL.png) no-repeat right;
  8. background-color:#000;
  9. color:#FFF;
  10. }
  11.  
  12. .header .logo {
  13. opacity: 0;
  14. }
  15.  
  16. .menugroup {
  17. background: none repeat scroll 0% 0% rgba(201, 207, 219, 0);
  18. }
  19.  
  20. .menugroup .button {
  21. width:230px;
  22. background:rgba(31, 35, 91, 0.8);
  23. border:1px solid #9484FF;
  24. color:#9484FF;
  25. font-family: helvetica,arial,sans-serif;
  26. }
  27.  
  28. .menugroup .button:hover {
  29. width:230px;
  30. background:rgba(31, 35, 91, 0.95);
  31. border:1px solid #C0B6FF;
  32. color:#C0B6FF;
  33. }
  34.  
  35. .mainmenufooter a {
  36. color:#026C96;
  37. font-family: helvetica,arial,sans-serif;
  38. }
  39.  
  40. .mainmenufooter a:hover {
  41. color:#0083BC;
  42. }
  43.  
  44. .label {
  45. font-family: helvetica,arial,sans-serif;
  46. }
  47.  
  48. .maintabbarbottom {
  49. background: #FFF;
  50. border: 1px solid #000;
  51. }
  52.  
  53. .tabbar a.button.cur, .tabbar a.button.cur:hover {
  54. color: #000;
  55. background: #FFF;
  56. border: 1px solid #000;
  57. font-family: helvetica,arial,sans-serif;
  58. text-shadow: none;
  59. }
  60.  
  61. .tabbar a.button {
  62. color: #000;
  63. background:#D1CAFF;
  64. border: 1px solid #000;
  65. font-family: helvetica,arial,sans-serif;
  66. text-shadow: none;
  67. }
  68.  
  69. .tabbar a.button:hover {
  70. color: #000;
  71. background: #E1DCFF;
  72. border: 1px solid #000;
  73. font-family: helvetica,arial,sans-serif;
  74. text-shadow: none;
  75. }
  76.  
  77.  
  78. .broadcast-red {
  79. background: none repeat scroll 0% 0% #EC5C4D;
  80. color: #000;
  81. border: 2px solid #000;
  82. padding: 5px;
  83. font-family: helvetica,arial,sans-serif;
  84. font-size: 10pt;
  85. }
  86.  
  87. .broadcast-blue {
  88. background: none repeat scroll 0% 0% #8FA6B3;
  89. color: #000;
  90. border: 2px solid #000;
  91. padding: 5px;
  92. font-family: helvetica,arial,sans-serif;
  93. font-size: 10pt;
  94. }
  95.  
  96. .broadcast-green {
  97. background: none repeat scroll 0% 0% #9BB38F;
  98. color: #000;
  99. border: 2px solid #000;
  100. padding: 5px;
  101. font-family: helvetica,arial,sans-serif;
  102. font-size: 10pt;
  103. }
  104.  
  105. .pm-window h3 {
  106. font-family: helvetica,arial,sans-serif;
  107. color: #212121;
  108. border:1px solid #212121;
  109. background: #FFF;
  110. }
  111.  
  112. .pm-window h3:hover {
  113. color:#000;
  114. background: #FFF;
  115. }
  116.  
  117. .pm-window.focused h3, .pm-window.focused h3:hover {
  118. color:#000;
  119. background: #FFF;
  120. }
  121.  
  122. .pm-log, .chat-log, .battle-log, .ps-popup {
  123. font-family: helvetica,arial,sans-serif;
  124. background: url(http://i.imgur.com/Q8vHT0Y.png);
  125. }
  126.  
  127. .chat-log {
  128. border:1px solid #757575;
  129. }
  130.  
  131. .pm-log-add {
  132. background:rgba(31, 35, 91, 0.8);
  133. }
  134.  
  135. .userlist, .chat-log-add {
  136. background:#E1DCFF;
  137. border-right: 1px solid #E1DCFF;
  138. border-top: 1px solid #E1DCFF;
  139. }
  140.  
  141. .closebutton, .minimizebutton {
  142. color: #9484FF;
  143. }
  144.  
  145. .chatbox textarea {
  146. font-family: helvetica,arial,sans-serif;
  147. }
  148.  
  149. .ps-popup .label {
  150. color:#000;
  151. }
  152.  
  153. .label strong {
  154. color:#000;
  155. }
  156.  
  157. .ps-popup p.error {
  158. color:red;
  159. }
  160.  
  161. .ps-overlay {
  162. background:rgba(31, 35, 91, 0.5);
  163. }
  164.  
  165. a.ilink {
  166. color: #026C96;
  167. }
  168.  
  169. a.ilink:hover {
  170. color: #0083BC;
  171. }
  172.  
  173. .roomlist a.ilink {
  174. border:1px solid #0093A2;
  175. color:#010715;
  176. }
  177.  
  178. .roomlist a.ilink:hover {
  179. border:1px solid #0093A2;
  180. color:#070E45;
  181. }
  182.  
  183. .roomlist a.ilink small {
  184. color:#0093A2;
  185. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement