Advertisement
MasterFloat

Untitled

Mar 6th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. body{
  2. background: url(http://i.imgur.com/bVBXDEZ.jpg?1) no-repeat;
  3. background-size: 1100px;
  4. background-color:#FEF28C;
  5. }
  6.  
  7. .ps-room.ps-room-light.scrollable {
  8. background: rgba(255, 240, 97, 0.7);
  9. }
  10.  
  11. #header {
  12. background:url(http://i.imgur.com/XkjakIM.png) repeat;
  13. }
  14.  
  15. .battleform label {
  16. background: url("http://i.imgur.com/yFWeHx0.png") no-repeat scroll left center transparent !important;
  17. padding: 4px;
  18. color: #FFF;
  19. }
  20.  
  21. .menugroup {
  22. background:rgba(255, 255, 255, 0);
  23. }
  24.  
  25. .broadcast-red {
  26. background: none repeat scroll 0% 0% #EC5C4D;
  27. color: #000;
  28. border: 2px solid #000;
  29. padding: 5px;
  30. font-family: Futura,"Trebuchet MS",Arial,sans-serif;
  31. font-size: 10pt;
  32. }
  33.  
  34. .broadcast-blue {
  35. background: none repeat scroll 0% 0% #8FA6B3;
  36. color: #000;
  37. border: 2px solid #000;
  38. padding: 5px;
  39. font-family: Futura,"Trebuchet MS",Arial,sans-serif;
  40. font-size: 10pt;
  41. }
  42.  
  43. .broadcast-green {
  44. background: none repeat scroll 0% 0% #9BB38F;
  45. color: #000;
  46. border: 2px solid #000;
  47. padding: 5px;
  48. font-family: Futura,"Trebuchet MS",Arial,sans-serif;
  49. font-size: 10pt;
  50. }
  51.  
  52. .logo {
  53. display:none;
  54. }
  55.  
  56. .menugroup .button {
  57. border: 2px solid #100E0F;
  58. color:#FFF;
  59. text-shadow:none;
  60. background:rgba(0, 0, 0, 0.8);
  61. font-size:11px;
  62. font-family: helvetica,arial,sans-serif;
  63. }
  64.  
  65. .menugroup .button:hover {
  66. border: 2px solid #100E0F;
  67. color:#FFF;
  68. text-shadow:none;
  69. background:rgba(0, 0, 0, 0.9);
  70. }
  71.  
  72. .menugroup button.big {
  73. font-size: 13px;
  74. }
  75.  
  76. .mainmenufooter a {
  77. color:#100E0F;
  78. text-shadow:none;
  79. font-weight:bold;
  80. text-decoration:none;
  81. }
  82.  
  83. .mainmenufooter a:hover {
  84. color:#2C2428;
  85. text-shadow:none;
  86. font-weight:bold;
  87. text-decoration:underline;
  88. }
  89.  
  90. .pm-log {
  91. background:url(http://i.imgur.com/Q8vHT0Y.png) repeat;
  92. opacity: 0.9;
  93. font-family: helvetica,arial,sans-serif;
  94. }
  95.  
  96. .pm-window h3 {
  97. border: 1px solid #100E0F;
  98. color:#EBEBEB;
  99. background:rgba(0, 0, 0, 0.8);
  100. font-family: helvetica,arial,sans-serif;
  101. font-size: 13px;
  102. }
  103.  
  104. .pm-window h3:hover, .pm-window.focused h3, .pm-window.focused h3:hover {
  105. border: 1px solid #100E0F;
  106. color:#FFF;
  107. background:rgba(0, 0, 0, 0.8);
  108. }
  109.  
  110. .pm-log-add {
  111. background:rgba(0, 0, 0, 0.8);
  112. }
  113.  
  114. .maintabbarbottom {
  115. background:#100E0F;
  116. border:1px solid #100E0F;
  117. }
  118.  
  119. .tabbar a.button.cur, .tabbar a.button.cur:hover {
  120. color: #FFF;
  121. background:#100E0F;
  122. border:1px solid #100E0F;
  123. font-family: helvetica,arial,sans-serif;
  124. text-shadow: none;
  125. }
  126.  
  127. .tabbar a.button {
  128. color: #000;
  129. background:#FFF;
  130. border:1px solid #100E0F;
  131. font-family: helvetica,arial,sans-serif;
  132. text-shadow: none;
  133. }
  134.  
  135. .tabbar a.button:hover {
  136. color: #000;
  137. background: #EBEBEB;
  138. border:1px solid #100E0F;
  139. font-family: helvetica,arial,sans-serif;
  140. text-shadow: none;
  141. }
  142.  
  143. .select, .select:disabled {
  144. border: 1px solid #100E0F;
  145. }
  146.  
  147. .userlist {
  148. border-right:none;
  149. }
  150.  
  151. .userlist li button {
  152. font-family: helvetica,arial,sans-serif;
  153. }
  154.  
  155. .chat-log {
  156. border: 1px solid #C4C4C4;
  157. font-family: helvetica,arial,sans-serif;
  158. }
  159.  
  160. .roomlist a.ilink {
  161. border:1px solid #100E0F;
  162. color:#000;
  163. font-family: helvetica,arial,sans-serif;
  164. }
  165.  
  166. .roomlist a.ilink:hover {
  167. border:1px solid #100E0F;
  168. color:#100E0F;
  169. }
  170.  
  171. .roomlist a.ilink small {
  172. color:#100E0F;
  173. }
  174.  
  175. .roomlist {
  176. font-family: helvetica,arial,sans-serif;
  177. }
  178.  
  179. .ps-popup {
  180. background:url(http://i.imgur.com/Q8vHT0Y.png);
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement