PowerCEX/LateNightCEX Enhancements


SUBMITTED BY: Guest

DATE: Feb. 11, 2014, 8:30 a.m.

FORMAT: CSS

SIZE: 3.6 kB

HITS: 1188

  1. /** Modifications by: Eric Miller **/
  2. /** All/Any Coin Donations: 9a907c34e3bbe12cf61ab5053004f497173396d6 **/
  3. /** Mod to PowerCEX and LateNightCEX for Stylish: https://github.com/bitstoned/CEXtensions **/
  4. /** Please install PowerCEX CSS before adding this addition. **/
  5. /** Additional Features: Removed Graphs for users that use multiple screens and or **/
  6. /** external Graphs, Tightened up layout, Added Chat Bubbles, other small tweaks **/
  7. .home {
  8. min-height:100%;
  9. }
  10. .content {
  11. border-radius: 0px 0px 10px 10px !important;
  12. }
  13. .chart {
  14. margin:0px;
  15. padding:0px;
  16. max-height: 0px !important;
  17. display: none;
  18. visibility:hidden;
  19. position:absolute;
  20. left:100px;
  21. top:150px;
  22. }
  23. .market {
  24. margin:0px;
  25. padding:0px;
  26. display: none;
  27. visibility:hidden;
  28. max-height: 0px !important;
  29. position:absolute;
  30. left:100px;
  31. top:150px
  32. }
  33. .title {
  34. font-size: 12px !important;
  35. }
  36. .market h3 {
  37. font-size: 16px;
  38. }
  39. .buy-sell {
  40. margin: 0px 0 !important;
  41. padding: 0px 0px 0 0px !important;
  42. background-image: none !important;
  43. max-height: 148px !important;
  44. min-height: 10px !important;
  45. }
  46. .span6 {
  47. margin-left: 0%;
  48. }
  49. .btn-small {
  50. padding: 3px !important;
  51. font-size: 9.5px !important;
  52. }
  53. .panel-heading .pull-right {
  54. font-size: 10px;
  55. }
  56. .table {
  57. margin-bottom: 0px !important;
  58. }
  59. #history-tbody {
  60. height: 328px !important;
  61. }
  62. .panel-heading {
  63. padding: 3px 15px;
  64. margin: 0px 0px 0px;
  65. }
  66. .panel {
  67. min-height: 90px !important;
  68. padding: 8px;
  69. margin-bottom: 0px;
  70. }
  71. .active-orders + .active-orders > .row-fluid > div:last-of-type {
  72. height: 360px !important;
  73. }
  74. label {
  75. margin-bottom: 0px;
  76. }
  77. .btn {
  78. line-height: 1.2;
  79. }
  80. .input-append, .input-prepend {
  81. margin-bottom: 0px;
  82. }
  83. .buy-sell .control-group.mini {
  84. width: 20%;
  85. padding-top: 18px;
  86. }
  87. .footer {
  88. position:absolute;
  89. left:600px;
  90. top:35px;
  91. width: 800px;
  92. height: 0px;
  93. }
  94. .buy-sell-orders > .row-fluid > .span6 > div > div {
  95. height: 574px !important;
  96. width: 100% !important;
  97. }
  98. .buy-sell-orders span.pull-right {
  99. margin-top: 0px;
  100. }
  101. .chat .allMsg {
  102. border-radius: 10px 10px 10px 10px !important;
  103. border: 1px solid #cfcfcf;
  104. padding-top:4px;
  105. padding-bottom:4px;
  106. padding-right:4px;
  107. padding-left:4px;
  108. color: #F0F0F0;
  109. background-color: #7F7F7F;
  110. }
  111. .chat .allMsg .user {
  112. color: #DFDFDF;
  113. text-align:center;
  114. }
  115. .active {
  116. border-radius: 10px 10px 0px 0px !important;
  117. }
  118. .head-icon {
  119. border-radius: 10px 0px 0px 0px !important;
  120. }
  121. .chat-head {
  122. border-radius: 10px 10px 0px 0px !important;
  123. background-position:center center;
  124. }
  125. .graph-tab {
  126. height: 28px;
  127. border-radius: 10px 10px 10px 10px !important;
  128. }
  129. #pairs {
  130. padding-left:20px;
  131. height:45px !important;
  132. }
  133. #md-sell, #md-buy {
  134. border-radius: 15px 15px 15px 15px !important;
  135. }
  136. #md-sell-tbody, #md-buy-tbody {
  137. border-radius: 0px 0px 15px 15px !important;
  138. }
  139. #orders, #history {
  140. border-radius: 15px 15px 15px 15px !important;
  141. }
  142. .active-orders h3 {font-size:14px;}

comments powered by Disqus