PowerCEX/LateNightCEX Enhancements


SUBMITTED BY: Guest

DATE: Feb. 11, 2014, 4:13 a.m.

FORMAT: Text only

SIZE: 2.7 kB

HITS: 818

  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. .chart {
  11. margin:0px;
  12. padding:0px;
  13. max-height: 0px !important;
  14. display: none;
  15. visibility:hidden;
  16. position:absolute;
  17. left:100px;
  18. top:150px;
  19. }
  20. .market {
  21. margin:0px;
  22. padding:0px;
  23. display: none;
  24. visibility:hidden;
  25. max-height: 0px !important;
  26. position:absolute;
  27. left:100px;
  28. top:150px
  29. }
  30. .title {
  31. font-size: 12px !important;
  32. }
  33. .market h3 {
  34. font-size: 16px;
  35. }
  36. .buy-sell {
  37. margin: 0px 0 !important;
  38. padding: 0px 0px 0 0px !important;
  39. background-image: none !important;
  40. max-height: 148px !important;
  41. min-height: 10px !important;
  42. }
  43. .span6 {
  44. margin-left: 0%;
  45. }
  46. .btn-small {
  47. padding: 3px !important;
  48. font-size: 9.5px !important;
  49. }
  50. .panel-heading .pull-right {
  51. font-size: 10px;
  52. }
  53. .table {
  54. margin-bottom: 0px !important;
  55. }
  56. #history-tbody {
  57. height: 328px !important;
  58. }
  59. .panel-heading {
  60. padding: 3px 15px;
  61. margin: 0px 0px 0px;
  62. }
  63. .panel {
  64. min-height: 90px !important;
  65. padding: 8px;
  66. margin-bottom: 0px;
  67. }
  68. .active-orders + .active-orders > .row-fluid > div:last-of-type {
  69. height: 360px !important;
  70. }
  71. label {
  72. margin-bottom: 0px;
  73. }
  74. .input-append, .input-prepend {
  75. margin-bottom: 0px;
  76. }
  77. .buy-sell .control-group.mini {
  78. width: 20%;
  79. padding-top: 18px;
  80. }
  81. .footer {
  82. position:absolute;
  83. left:600px;
  84. top:40px;
  85. width: 800px;
  86. height: 0px;
  87. }
  88. .buy-sell-orders > .row-fluid > .span6 > div > div {
  89. height: 574px !important;
  90. width: 100% !important;
  91. }
  92. .buy-sell-orders span.pull-right {
  93. margin-top: 0px;
  94. }
  95. .chat .allMsg {
  96. border-radius: 10px 10px 10px 10px !important;
  97. border: 1px solid #cfcfcf;
  98. padding-top:4px;
  99. padding-bottom:4px;
  100. padding-right:4px;
  101. padding-left:4px;
  102. color: #F0F0F0;
  103. background-color: #7F7F7F;
  104. }
  105. .chat .allMsg .user {
  106. color: #DFDFDF;
  107. text-align:center;
  108. }

comments powered by Disqus