Advertisement
Guest User

UniverseCSS

a guest
May 5th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
  2. body, html{
  3. font-family: 'Open Sans', Segoe UI;
  4. background: url('http://36.media.tumblr.com/3bd41a4692bcf6e9428142effc12d41b/tumblr_n09ch5WQ2v1s7wmzto1_1280.jpg');
  5. }
  6. .menugroup .button.big, .menugroup .button {
  7. color: #88F5F5;
  8. background: #252525;
  9. border-radius: 0px;
  10. border: none;
  11. box-shadow: none;
  12. border-bottom: 3px solid #131313;
  13. }
  14. .menugroup .button.big:hover, .menugroup .button:hover, .menugroup .button:active {
  15. background: #333;
  16. border-bottom: 3px solid #313131;
  17. }
  18. .chat-log .notice, .chat-log .chat, .pm-log .chat, .message {
  19. padding: 4px 0 2px 0;
  20. font-size: 11pt;
  21. }
  22. .chat-log {
  23. background: rgba(0, 0, 0, 0.5);
  24. color: #77D6B8;
  25. }
  26. .chat-log-add {
  27. border-top: 1px solid rgba(19, 19, 19, 0.32);
  28. background: rgba(0, 0, 0, 0.5);
  29. }
  30. .backdrop {
  31. background:url(http://tbt.xiaotai.org/battle-bg.png) !important;
  32. }
  33. .broadcast-blue {
  34. background:#8FA6B3;
  35. color:#000;
  36. border:2px solid #000;
  37. padding:5px;
  38. font-family:Futura,"Trebuchet MS",Arial,sans-serif;
  39. font-size:10pt;
  40. }
  41. .broadcast-red {
  42. background:#ec5c4d;
  43. color:#000;
  44. border:2px solid #000;
  45. padding:5px;
  46. font-family:Futura,"Trebuchet MS",Arial,sans-serif;
  47. font-size:10pt;
  48. }
  49. .broadcast-green {
  50. background:#559955;
  51. color:#000;
  52. border:2px solid #000;
  53. padding:5px;
  54. font-family:Futura,"Trebuchet MS",Arial,sans-serif;
  55. font-size: 10pt;
  56. }
  57. .tabbar a.button {
  58. background: #333;
  59. color: #00E7C2;
  60. text-shadow: 1px 2px 21px #00B497;
  61. font-size: 14px;
  62. border: none;
  63. margin: 2px -1px 0 0;
  64. }
  65. .tabbar a.button.cur, .tabbar a.button.cur:hover {
  66. background: #555;
  67. color: #FBFDFC;
  68. border: none;
  69. }
  70. .tabbar a.button:hover {
  71. background: #414141;
  72. text-shadow: 1px 2px 21px #00DAB7;
  73. }
  74. .trainercard{
  75. background: #343434;
  76. height: 400px;
  77. width: 700px;
  78. border-bottom: 4px solid #333;
  79. }
  80. .titlename{
  81. padding: 20px;
  82. font-size: 40px;
  83. text-shadow: 0px 1px 24px #A59A1A;
  84. color: #E3D50B;
  85. }
  86. .description{
  87. padding: 20px;
  88. color: #05F5B9;
  89. font-size: 24px;
  90. }
  91.  
  92. .italic{
  93. font-style: italic;
  94. font-size: 40px;
  95. color: #26E0CB;
  96. font-style: normal;
  97. }
  98. .userlist{
  99. background: url('http://i.imgur.com/8Uy3Xar.png') no-repeat #080808;
  100. border-right: 1px solid #101010;
  101. }
  102.  
  103. .userlist li{
  104. border: none;
  105. color: rgb(107, 248, 197);
  106. }
  107. .maintabbarbottom{
  108. background: #555;
  109. border: solid 1px #555;
  110. }
  111.  
  112. .pm-log{
  113. background: rgba(22, 22, 22, 0.94);
  114. border: none;
  115. color: rgba(90, 255, 222, 0.97);
  116. }
  117.  
  118. .pm-window h3{
  119. border: none;
  120. background: rgba(36, 36, 36, 0.94);
  121. color: #FFF;
  122. }
  123. .pm-window h3:hover{
  124. color: #FFF;
  125. }
  126. .userlist li em.group{
  127. color: #77F5EB;
  128. }
  129. .pm-window.pm-window.focused h3 {
  130. background: #333;
  131. color: #4AFAD7;
  132. }
  133. .pm-window.focused, .pm-log{
  134. border: none;
  135. }
  136. .pm-log-add{
  137. background: #333;
  138. border: none;
  139. }
  140.  
  141. a {
  142. color: #EEC523;
  143. }
  144.  
  145. .highlighted {
  146. background-color: #58009C;
  147. }
  148. .ps-room{
  149. border-left: 1px solid #545454;
  150. }
  151. .userlist li button:hover {
  152. background: #747474;
  153. }
  154. .ps-popup{
  155. background: #222;
  156. color: rgb(188, 142, 255);
  157. border: 1px solid #373737;
  158. box-shadow: none;
  159. }
  160.  
  161. .sayhey, .sayhey:hover, .sayhey:active{
  162. color: #2AECC8;
  163. background: #1F1F1F;
  164. border: none;
  165. border-bottom: 3px solid #2D2D2D;
  166. padding: 8px 20px;
  167. margin: 10px;
  168. }
  169. .ps-room.ps-room-light {
  170. background: rgba(29, 29, 29, 0.9);
  171. color: rgb(244, 208, 26);
  172. }
  173. .roomlist a.ilink{
  174. border: 1px solid #272727;
  175. background: #222222;
  176. text-decoration: none;
  177. color: #77D6B8;
  178. text-shadow: #37148B 0px -1px 0;
  179. box-shadow: 1px 1px 1px #414141;
  180. font-size: 15px;
  181. }
  182.  
  183. .roomlist a.ilink:hover {
  184. border: 1px solid #3A3A3A;
  185. background: #313131;
  186. text-decoration: none;
  187. color: #77D6B8;
  188. }
  189.  
  190. button {
  191. background: #343434;
  192. color: rgb(136, 245, 245);
  193. border: none;
  194. border-bottom: 3px solid #282828;
  195. padding: 7px 10px;
  196. font-size: 14px;
  197. margin: 2px;
  198. }
  199.  
  200. button:hover {
  201. background: #373737;
  202. color: rgb(136, 245, 245);
  203. border: none;
  204. border-bottom: 3px solid #2C2C2C;
  205. }
  206.  
  207. .jslider .jslider-value{
  208. background: rgb(45, 45, 45);
  209. }
  210. .utilichart .movenamecol{
  211. color: #CBA0FA;
  212. }
  213. .teambuilder-results .result a:hover{
  214. border: 1px solid #3E4041;
  215. background: #3A3A3A;
  216. }
  217. .teambuilder-results h3, .teambuilder-results .utilichart h3{
  218. text-shadow: 1px 1px 0 rgba(128, 83, 14, 0.71);
  219. border: 1px solid #313435;
  220. background: #212325;
  221. }
  222. .select, .select:hover{
  223. border: none;
  224. }
  225. .setchart{
  226. border: 1px solid #9875ED;
  227. background: #373737;
  228. }
  229. .setchart label, .setchart-nickname label{
  230. font-size: 9pt;
  231. color: #AB7AEC;
  232. text-shadow: none;
  233. }
  234. .teambuilder-results .firstresult a, .teambuilder-results .firstresult a:hover{
  235. border: 1px solid #5C50A5;
  236. background: #424242;
  237. }
  238. .utilichart b{
  239. color: #59ECBF;
  240. }
  241. .utilichart .namecol{
  242. color: #A97ED7;
  243. }
  244.  
  245. .movemenu button.type-{
  246. color: inherit;
  247. border-bottom: none;
  248. }
  249. .setdetails, .setstats, .statrow{
  250. border-bottom: none;
  251. color: #000;
  252. }
  253. .header{
  254. background: rgba(42, 35, 79, 0.43);
  255. }
  256. /*/
  257. [data-name="~Perro Con Tanga"] {
  258. color: rgb(234, 34, 133);
  259. }
  260. /*/
  261. [data-name="~Patch Shadow"] {
  262. color: rgb(255, 36, 256);
  263. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement