Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. body {
  2. background-image:url("http://i.imgur.com/a9vLkaX.png");
  3. background-repeat:no-repeat;
  4. background-position:center
  5. }
  6.  
  7. .chat-log {
  8. font-family: Optima;
  9. }
  10.  
  11. .pm-log {
  12. background:url("http://i.imgur.com/ZcXEdo8.jpg?2");
  13. color:#333333;
  14. font-style:italic;
  15. font-family: Optima;
  16. }
  17.  
  18. .pm-log:hover {
  19. color:#000000;
  20. }
  21.  
  22. .header {
  23. background:#BDD0E8;
  24. }
  25.  
  26. .userlist {
  27. background:rgba(189, 208, 232, .7);
  28. }
  29.  
  30. .userlist li {
  31. border-bottom: 1px solid #242424;
  32. }
  33.  
  34. .userlist li em.group {
  35. color: #242424;
  36. }
  37.  
  38. .userlist li button:hover {
  39. background:#BDD0E8;
  40. }
  41.  
  42. .menugroup .button {
  43. background:rgba(43, 43, 43, .8);
  44. color:#BDD0E8;
  45. }
  46.  
  47. .menugroup .button:hover {
  48. background:#434343;
  49. color:#BDD0E8;
  50. }
  51.  
  52. .menugroup {
  53. background:rgba(255, 78, 238, .34);
  54. color:#000000
  55. }
  56.  
  57. .chat.highlighted {
  58. background:#A5F1FF;
  59. font-style:italic;
  60. }
  61.  
  62. .message-announce {
  63. background:#5BE5FF;
  64. font-style:italic;
  65. }
  66.  
  67. .teambuilder-results {
  68. color:#000;
  69. }
  70.  
  71. .ps-room.ps-room-light.scrollable {
  72. background:url(189, 208, 232, .44);
  73. color:#000;
  74. }
  75.  
  76. .username {
  77. text-shadow: 1px 1px #FFFFFF;
  78. }
  79.  
  80. .tabbar a.button {
  81. background:#E6E6E6;
  82. color:#000;
  83. }
  84.  
  85. .tabbar a.button:hover; {
  86. background:#D7D7D7;
  87. }
  88.  
  89. .tabbar a.button.cur,.tabbar a.button.cur:hover {
  90. color:#000;
  91. background:#FFF;
  92. border-color:#000;
  93. }
  94.  
  95. .tabbar {
  96. }
  97. .maintabbarbottom {
  98. background:#FFF;
  99. color:#000;
  100. }
  101.  
  102. .pm-window {
  103. background: rgba(255, 255, 255, 0.8);
  104. }
  105.  
  106. .tournament-title {
  107. background:#BDD0E8;
  108. font-weight: bold;
  109. }
  110.  
  111. .battle-log {
  112. background: url("http://i.imgur.com/ZcXEdo8.jpg?2");
  113. color: #000;
  114. font-family: Optima;
  115. font-weight:bold;
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement