inFluenceiV

custom.css for Ashiemore

Jul 7th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. #header {
  2. background: #5097aa;
  3. }
  4.  
  5. .tabbar a.button.cur,.tabbar a.button.cur:hover {
  6. color: #FFF;
  7. background: #001F3F;
  8. border-color: #000;
  9. }
  10.  
  11. .closebutton,.minimizebutton {
  12. color: #FFF;
  13. }
  14.  
  15. .closebutton:hover,.minimizebutton:hover {
  16. color: #DDDDDD;
  17. }
  18.  
  19. .tabbar a.button {
  20. border: solid 1px #000;
  21. }
  22.  
  23. .icon-user {
  24. color: #001F3F!important;
  25. }
  26.  
  27. .maintabbarbottom {
  28. background: #001F3F;
  29. border: 1px solid #000;
  30. }
  31.  
  32. body {
  33. background-image:url("(http://i.imgur.com/RyViyXt.jpg)");
  34. background-repeat:no-repeat;background-position:center
  35. }
  36.  
  37. .menugroup .button {
  38. background: #111111;
  39. border-color: #111111;
  40. color: #FFF;
  41. font-size: 8pt;
  42. opacity: .8;
  43. }
  44.  
  45. .menugroup .button:hover {
  46. background: #001F3F;
  47. }
  48.  
  49. .menugroup button.big {
  50. font-size: 10pt;
  51. }
  52.  
  53. .mainmenufooter a {
  54. color: #FFF;
  55. font-size: 8pt;
  56. text-decoration: none;
  57. font-style: italic;
  58. }
  59.  
  60. .mainmenufooter a:hover {
  61. color: #DDDDDD;
  62. text-decoration: none;
  63. }
  64.  
  65. .mainmenufooter {
  66. color: #D9BADB;
  67. }
  68.  
  69. .ps-room.ps-room-light {
  70. opacity: .99;
  71. }
  72.  
  73. .ps-room {
  74. border-left: 2px solid #6F6F6F;
  75. }
  76.  
  77. .userlist{
  78. background:#98dae2;
  79. color: white;
  80. }
  81.  
  82. .userlist li button:hover {
  83. background: blue;
  84. }
  85.  
  86. .userlist li{
  87. border-bottom: 1px solid #1b1b1b;
  88. }
  89.  
  90. .chat-log-add {
  91. border-top: 2px solid #6F6F6F;
  92. }
  93.  
  94. .userlist li em.group {
  95. color: #535353;
  96. }
  97.  
  98. .userlist li button:hover {
  99. background: #D5DADD;
  100. }
  101.  
  102. .chat-log {
  103. position: absolute;
  104. top: 0;
  105. left: 0;
  106. right: 0;
  107. bottom: 40px;
  108. font-size: 10pt;
  109. background: url("(http://i.imgur.com/RyViyXt.jpg)") no-repeat center;
  110. color: black;
  111. word-wrap: break-word;
  112.  
  113. overflow: auto;
  114. overflow-x: hidden;
  115. -webkit-overflow-scrolling: touch;
  116. overflow-scrolling: touch;
  117. }
  118.  
  119. .message-announce {
  120. background: #4f63a1;
  121. }
  122.  
  123. .pm-window h3 {
  124. background: #001F3F;
  125. color: #FFF;
  126. border: 1px solid #000;
  127. opacity: .8;
  128. }
  129.  
  130. .pm-window h3:hover {
  131. color: #DDDDDD;
  132. }
  133.  
  134. .pm-window h3 small {
  135. color: #FFF;
  136. }
  137.  
  138. .pm-log {
  139. min-height: 100px;
  140. max-height: 300px;
  141. background: #98dae2;
  142. color: #FFFFFF;
  143. word-wrap: break-word;
  144. border: 1px solid #AAAAAA;
  145. border-top: 0;
  146. border-bottom: 0;
  147.  
  148. overflow: auto;
  149. -webkit-overflow-scrolling: touch;
  150. overflow-scrolling: touch;
  151. }
  152.  
  153. .pm-log-add {
  154. background: #0f336b;
  155. border: 1px solid #000;
  156. }
  157.  
  158. .pm-window.focused h3,.pm-window.focused h3:hover {
  159. color: #FFF;
  160. background: #1a5899;
  161. }
  162.  
  163. .broadcast-blue {
  164. background-color: #142E50;
  165. border: 2px solid #fff;
  166. }
  167.  
  168. .broadcast-red {
  169. background-color: #520B0B;
  170. border: 2px solid #fff;
  171. }
  172.  
  173. .broadcast-green {
  174. background-color: #5b9f5b;
  175. border: 2px solid #fff;
  176. }
  177.  
  178. .broadcast-yellow {
  179. background-color: #d8e78d;
  180. border: 2px solid #fff;
  181. }
  182.  
  183. .ps-popup {
  184. background: #D8D8D8;
  185. border: 1px solid #000;
  186. }
  187.  
  188. .ps-popup a {
  189. color: #575757;
  190. text-decoration: none;
  191. }
  192.  
  193. .ps-popup a:hover {
  194. color: #b7c7d7;
  195. }
Advertisement
Add Comment
Please, Sign In to add comment