PowerCEX/LateNightCEX Enhancements


SUBMITTED BY: Guest

DATE: Feb. 25, 2014, 2:18 a.m.

FORMAT: CSS

SIZE: 5.6 kB

HITS: 1421

  1. /** Modifications by: Eric Miller **/
  2. /** Updated: 02.24.2014 **/
  3. /** All/Any Coin Donations: 9a907c34e3bbe12cf61ab5053004f497173396d6 **/
  4. /** Mod to PowerCEX and LateNightCEX for Stylish: https://github.com/bitstoned/CEXtensions **/
  5. /** Please install PowerCEX CSS before adding this addition. **/
  6. /** Additional Features: Tightened up layout, Added Chat Bubbles, other small tweaks **/
  7. /**Disable CEX.IO Graphs**/
  8. /**
  9. .chart {
  10. margin:0px;
  11. padding:0px;
  12. max-height: 0px !important;
  13. display: none;
  14. visibility:hidden;
  15. position:absolute;
  16. left:100px;
  17. top:150px;
  18. }
  19. .market {
  20. margin:0px;
  21. padding:0px;
  22. display: none;
  23. visibility:hidden;
  24. max-height: 0px !important;
  25. position:absolute;
  26. left:100px;
  27. top:150px
  28. }
  29. **/
  30. .home {
  31. min-height:100%;
  32. }
  33. .content {
  34. border-radius: 0px 0px 10px 10px !important;
  35. }
  36. .head-icon {
  37. display: block;
  38. height: 20px;
  39. width: 20px;
  40. position: absolute;
  41. top: 0px;
  42. cursor: pointer;
  43. background-image: url(/img/chat/chat-head.png);
  44. background-position: -1px 0px;
  45. }
  46. .market-data {
  47. padding: 3px 0 3px 3px !important;
  48. }
  49. .span12 > .market {
  50. width:47% !important;
  51. height: 375px !important;
  52. }
  53. .chart {
  54. height: 370px !important;
  55. background: #f7f8f9;
  56. border: 1px solid #e0e4e8;
  57. margin-top: 80px;
  58. padding: 5px;
  59. -moz-border-radius: 0 15px 15px 15px;
  60. -webkit-border-radius: 0 15px 15px 15px;
  61. -khtml-border-radius: 0 15px 15px 15px;
  62. border-radius: 0 15px 15px 15px;
  63. }
  64. .btn-fund {
  65. padding: 5px 0 22px 3px !important;
  66. font-size: 16px !important;
  67. position: fixed !important;
  68. top: 48px !important;
  69. left: 560px !important;
  70. }
  71. #google_control {
  72. margin-bottom: 10px;
  73. }
  74. .google_charts_zoom {
  75. margin-left: 10px;
  76. margin-top: 2px;
  77. }
  78. ul, ol {
  79. padding: 0;
  80. margin: 0 0 3px 10px;
  81. }
  82. .title {
  83. font-variant:small-caps;
  84. font-size: 16px !important;
  85. }
  86. .market h3 {
  87. font-variant:small-caps;
  88. font-size: 16px;
  89. }
  90. .buy-sell {
  91. margin: 0px 0 !important;
  92. padding: 0px 0px 0 0px !important;
  93. background-image: none !important;
  94. max-height: 148px !important;
  95. min-height: 10px !important;
  96. }
  97. .span6 {
  98. margin-left: 0%;
  99. }
  100. .btn-small {
  101. padding: 3px !important;
  102. font-size: 9.5px !important;
  103. }
  104. .panel-heading .pull-right {
  105. font-variant:small-caps;
  106. font-size: 10px;
  107. }
  108. .table {
  109. margin-bottom: 0px !important;
  110. }
  111. #history-tbody {
  112. height: 328px !important;
  113. }
  114. .panel-heading {
  115. padding: 3px 15px;
  116. margin: 0px 0px 0px;
  117. }
  118. .panel {
  119. min-height: 90px !important;
  120. padding: 8px;
  121. margin-bottom: 0px;
  122. }
  123. .active-orders + .active-orders > .row-fluid > div:last-of-type {
  124. height: 360px !important;
  125. }
  126. label {
  127. margin-bottom: 0px;
  128. }
  129. .btn {
  130. line-height: 1;
  131. }
  132. .input-append, .input-prepend {
  133. margin-bottom: 0px;
  134. }
  135. .buy-sell .control-group.mini {
  136. width: 20%;
  137. padding-top: 18px;
  138. }
  139. .footer {
  140. position:absolute;
  141. left:800px;
  142. top:35px;
  143. width: 800px;
  144. height: 0px;
  145. }
  146. .buy-sell-orders > .row-fluid > .span6 > div > div {
  147. height: 574px !important;
  148. width: 100% !important;
  149. }
  150. .buy-sell-orders span.pull-right {
  151. margin-top: 0px;
  152. }
  153. .chat .allMsg {
  154. border-radius: 10px 10px 10px 10px !important;
  155. border: 1px solid #cfcfcf;
  156. padding-top:4px;
  157. padding-bottom:4px;
  158. padding-right:4px;
  159. padding-left:4px;
  160. color: #F0F0F0;
  161. background-color: #7F7F7F;
  162. background-image: -moz-linear-gradient(#5aa1d8, #2489d6);
  163. background-image: -o-linear-gradient(#5aa1d8, #2489d6);
  164. background-image: linear-gradient(#5aa1d8, #2489d6);
  165. -pie-background: linear-gradient(#5aa1d8, #2489d6);
  166. border: 1px solid #258cda;
  167. -moz-border-radius: 3px;
  168. -webkit-border-radius: 3px;
  169. -o-border-radius: 3px;
  170. -ms-border-radius: 3px;
  171. -khtml-border-radius: 3px;
  172. border-radius: 3px;
  173. -moz-box-shadow: inset 0 1px 0 0 #85b9e0;
  174. -webkit-box-shadow: inset 0 1px 0 0 #85b9e0;
  175. -o-box-shadow: inset 0 1px 0 0 #85b9e0;
  176. box-shadow: inset 0 1px 0 0 #85b9e0;
  177. color: #fff !important;
  178. text-shadow: 0 1px 0 #1976be;
  179. font-size:11px;
  180. }
  181. .chat .allMsg .user {
  182. font-weight:6666;
  183. font-size:14px;
  184. line-height:1;
  185. color: #EFEFEF;
  186. text-align:center;
  187. font-variant:small-caps;
  188. }
  189. .active {
  190. border-radius: 10px 10px 0px 0px !important;
  191. }
  192. .head-icon {
  193. border-radius: 10px 0px 0px 0px !important;
  194. }
  195. .chat-head {
  196. border-radius: 10px 10px 0px 0px !important;
  197. background-position:center center;
  198. }
  199. .graph-tab {
  200. height: 28px;
  201. border-radius: 10px 10px 10px 10px !important;
  202. }
  203. #pairs {
  204. padding-left:20px;
  205. height:45px !important;
  206. }
  207. #md-sell, #md-buy {
  208. border-radius: 15px 15px 15px 15px !important;
  209. }
  210. #md-sell-tbody, #md-buy-tbody {
  211. border-radius: 0px 0px 15px 15px !important;
  212. }
  213. #orders, #history {
  214. border-radius: 15px 15px 15px 15px !important;
  215. }
  216. .active-orders h3 {
  217. font-size:14px;
  218. font-variant:small-caps;
  219. }

comments powered by Disqus