Advertisement
MasterFloat

Untitled

Mar 5th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. body {
  2. background: url("http://i.imgur.com/4utw280.png?1") no-repeat;
  3. background-color:#86C3E3;
  4. background-size: 1000px;
  5. }
  6.  
  7. .ps-room.ps-room-opaque {
  8. background:rgba(134, 195, 227, 0.9);
  9. }
  10.  
  11. .rightbar, .leftbar {
  12. background:rgba(134, 195, 227, 0.3);
  13. }
  14.  
  15. .header .logo {
  16. opacity: 0;
  17. }
  18.  
  19. .battleform label {
  20. background: url("http://i.imgur.com/yFWeHx0.png") no-repeat scroll left center transparent !important;
  21. padding: 4px;
  22. opacity:0.9;
  23. color: #FFF;
  24. }
  25.  
  26. .menugroup {
  27. background: rgba(0, 0, 0, 0);
  28. }
  29.  
  30. .maintabbarbottom {
  31. background: #FFF;
  32. border: 1px solid #000;
  33. box-shadow: none;
  34. }
  35.  
  36. .tabbar a.button.cur, .tabbar a.button.cur:hover {
  37. color: #000;
  38. background: #FFF;
  39. border: 1px solid #000;
  40. font-family: helvetica,arial,sans-serif;
  41. text-shadow: none;
  42. }
  43.  
  44. .tabbar a.button {
  45. color: #000;
  46. background:#B7E1F9;
  47. border: 1px solid #000;
  48. font-family: helvetica,arial,sans-serif;
  49. text-shadow: none;
  50. }
  51.  
  52. .tabbar a.button:hover {
  53. color: #000;
  54. background: #F2FBFF;
  55. border: 1px solid #000;
  56. font-family: helvetica,arial,sans-serif;
  57. text-shadow: none;
  58. }
  59.  
  60. #header {
  61. background:url(http://i.imgur.com/XkjakIM.png);
  62. }
  63.  
  64. .menugroup .button {
  65. border:2px solid #383839;
  66. background:rgba(255, 255, 255, 0.9);
  67. color:#383839;
  68. font-family: helvetica,arial,sans-serif;
  69. text-shadow:none;
  70. }
  71.  
  72. .menugroup .button:hover {
  73. border:2px solid #000;
  74. background:#FFF;
  75. color:#000;
  76. font-family: helvetica,arial,sans-serif;
  77. text-shadow:none;
  78. }
  79.  
  80. .roomlist a.ilink {
  81. font-size:14px;
  82. font-family: Tahoma, Verdana, Segoe, sans-serif;
  83. font-weight:bold;
  84. opacity:0.9;
  85. color:#fbfbfb;
  86. text-transform: uppercase;
  87. text-align:left;
  88. text-shadow: 1px 1px 1px #4d4d4d,
  89. 1px 0px 1px #4d4d4d;
  90. background: url(http://i.imgur.com/DqmewkB.png);
  91. box-shadow:none;
  92. border-radius:0px;
  93. border-width:0;
  94. width:642px;
  95. padding-left:20px;
  96. padding-top:10px;
  97. padding-bottom:12px;
  98. }
  99.  
  100. .roomlist a.ilink:hover{
  101. font-size:14px;
  102. opacity:0.9;
  103. font-family: Tahoma, Verdana, Segoe, sans-serif;
  104. font-weight:bold;
  105. color:#fbfbfb;
  106. text-transform: uppercase;
  107. text-shadow: 1px 1px 1px #4d4d4d,
  108. 1px 0px 1px #4d4d4d;
  109. background: url(http://i.imgur.com/UoUnGNL.png);
  110. box-shadow:none;
  111. border-radius:0px;
  112. border-width:0;
  113. width:642px;
  114. padding-left:20px;
  115. padding-top:10px;
  116. padding-bottom:12px;
  117. }
  118.  
  119. .userlist {
  120. border-right:none;
  121. }
  122.  
  123. .userlist li button {
  124. font-family: helvetica,arial,sans-serif;
  125. }
  126.  
  127. .chat-log {
  128. border:1px solid #CECECE;
  129. font-family: helvetica,arial,sans-serif;
  130. }
  131.  
  132. .pm-log, .battle-log {
  133. background:url(http://i.imgur.com/Q8vHT0Y.png);
  134. opacity: 0.9;
  135. font-family: helvetica,arial,sans-serif;
  136. }
  137.  
  138. .pm-window h3 {
  139. border: 2px solid #383839;
  140. color: #383839;
  141. background:rgba(134, 195, 227, 0.8);
  142. }
  143.  
  144. .pm-window h3:hover, .pm-window.focused h3, .pm-window.focused h3:hover {
  145. border: 2px solid #000;
  146. color: #000;
  147. }
  148.  
  149. .mainmenufooter a {
  150. color:#6853A0;
  151. text-shadow: none;
  152. text-decoration: none;
  153. font-weight:bold;
  154. }
  155.  
  156. .mainmenufooter a:hover {
  157. color:#4F3E7D;
  158. text-shadow: none;
  159. text-decoration: none;
  160. font-weight:bold;
  161. }
  162.  
  163. .chatbox textarea {
  164. font-family: helvetica,arial,sans-serif;
  165. }
  166.  
  167. .ps-popup {
  168. background:url(http://i.imgur.com/Q8vHT0Y.png);
  169. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement