Advertisement
Guest User

graphene polo

a guest
Sep 15th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.72 KB | None | 0 0
  1. .page-layout>.grid-block,body,.page-layout .main-content {background-color:#0f1414;color:#6f9397;}
  2.  
  3. .menu-group.primary .menu-bar>li>a {color:#59989c;text-shadow: 0 1px 1px #031113;}
  4. .menu-group.primary .menu-bar {background:transparent;}
  5. .header .button,#content > div > div.grid-frame.vertical > div,.header.menu-group {background-image: linear-gradient(#263233, #151b1b);
  6.     border-bottom: 1px solid #031113;}
  7. .page-layout .right-column,.page-layout .left-column {background-color:#111818;}
  8.  
  9. .header .menu-bar>li {
  10.     border-left: 1px solid #151b1b;
  11.     border-right: 1px solid #263233;
  12. }
  13. .header .menu-bar>li.active {
  14.     background-color: #092f33;
  15.     border-left: 1px solid #092f33;
  16. }
  17. .header .menu-bar>li.focus,.header .menu-bar>li.active,.header .menu-bar>li.hover,.header .menu-bar>li:focus,.header .menu-bar>li:active,.header .menu-bar>li:hover {    background-color: #092f33;
  18.     border-left: 1px solid #092f33;}
  19.  
  20. .ask-total,td.orderHistoryAsk>span.price-integer {color:#b72219;}
  21. .bid-total,td.orderHistoryBid>span.price-integer {color:#1d7424;}
  22. /*green*/
  23. svg > g.highcharts-series-group > g:nth-child(2) > path:nth-child(1) {fill:rgba(16, 125, 24, 0.2);}
  24. svg > g.highcharts-series-group > g:nth-child(2) > path:nth-child(2) {stroke:rgba(16, 125, 24, 1);stroke-width:1;}
  25. svg > g.highcharts-series-group > g:nth-child(3) > path:nth-child(2) {stroke:rgba(16, 125, 24, 1);stroke-width:1;}
  26. svg > g.highcharts-series-group > g:nth-child(3) > path:nth-child(1)  {fill:rgba(16, 125, 24, 0.2);}
  27.  
  28. /*red*/
  29. svg > g.highcharts-series-group > g:nth-child(5) > path:nth-child(1) {fill:rgba(178, 32, 24, 0.2);}
  30. svg > g.highcharts-series-group > g:nth-child(5) > path:nth-child(2){stroke:rgba(178, 32, 24, 1);stroke-width:1;}
  31.  
  32.  
  33.  
  34. input[type=text],.buy-sell-box {border: 1px solid #4f5e5f;}
  35.  
  36.  
  37. input[type=text],input[type=text]:hover,input[type=text]:focus,.buy-sell-input>input,.buy-sell-input{box-shadow: inset 1px 2px 3px #0d1011;
  38.     background-color: #192223;color:#6f9397;height:24px;
  39.                            
  40.                        
  41. }
  42. .buy-sell-box {
  43.     color: #0f1414;
  44.     background: #4f5e5f;
  45.     border-top-right-radius:5px;
  46.     border-bottom-right-radius:5px;height:24px;
  47.     font-size:11px;font-weight:700;line-height:1.2rem;
  48. }
  49.  
  50. .buy-sell-input > input {border-top-left-radius:5px;
  51.                            border-bottom-left-radius:5px; font-size:13px;height:24px;}
  52.  
  53. .buy-sell-row {line-height:18px;}
  54.  
  55.  
  56. #test > tr:nth-child(even) {
  57.     background-color:#0f1414;
  58. }
  59.  table > tbody > tr:nth-child(even) {
  60.     background-color:#0f1414;
  61. }
  62.  
  63. .sell,.buy {border: 1px solid #0d1313;
  64.     border-radius: 3px;
  65.     box-shadow: inset 0 1px 0 0 #595a5a;
  66.     color: white;
  67.     display: inline-block;
  68.     font-weight: bold;
  69.     background-color: #2f3838;
  70.     background-image: -webkit-linear-gradient(#2f3838, #131c1c);
  71.     background-image: linear-gradient(#2f3838, #131c1c);
  72.     text-decoration: none;
  73.     text-shadow: 0 1px 0 #040707;
  74.     background-clip: padding-box;
  75.     color: #a17924;
  76.    
  77. }
  78. .stats .stat .value {color:#6f9397;}
  79.  
  80. div:nth-child(1) > span > a:after {content:"per 🐬";}
  81.  
  82. .buy-form, .sell-form {border: 1px solid #1f3232;margin:5px;}
  83. .buy-form {border-top:2px solid #1E5724;}
  84. .sell-form {border-top:2px solid #8b1f15;}
  85.  
  86.  
  87. div.buy-sell-label {font-size:12px;}
  88.  
  89. .card .card-divider, .card>h4 {
  90.     background-color: #273332;
  91.     border-bottom: 1px solid #10494e;
  92.     color:#59989c;
  93. }
  94. .card,.card>.card-content {
  95.     background-color: #090c0d;
  96.     background-image: -webkit-linear-gradient(#090c0d, #0f1414);
  97.     background-image: linear-gradient(#090c0d, #0f1414);
  98. }
  99. .card {
  100.     border: 1px solid #1f3232;
  101. }
  102.  
  103. div.card-divider.text-center > span > span {color:#59989c;}
  104.  
  105. pre {overflow:hidden;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement