Guest User

Untitled

a guest
May 25th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. body{
  2. font-size: 1.5em;
  3. line-height: 1.6;
  4. font-weight: 400;
  5. font-family: Raleway,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
  6. color: #222;
  7. }
  8.  
  9. .banner {
  10. height: 75px;
  11. margin: 0px -10px 10px;
  12. background-color: rgb(64, 64, 66);
  13. border-radius: 2px;
  14. }
  15.  
  16. .banner h2{
  17. color: white;
  18. padding-top: 10px;
  19. margin-left: 2%;
  20. display: inline-block;
  21. }
  22.  
  23. .banner Img{
  24. position: relative;
  25. float: right;
  26. right: 10px;
  27. height: 75px;
  28. }
  29.  
  30. .wind-speed-row .Title{
  31. border-bottom: 1px solid rgb(216, 216, 216);
  32. }
  33.  
  34. .wind-speed-row .Title h3{
  35. font-size: 1.75rem;
  36. color: rgb(237, 27, 36);
  37. border-bottom: rgb(216, 216, 216);
  38. margin-top: 3px;
  39. margin-left: 10px;
  40. margin-bottom: 3px;
  41. }
  42.  
  43. .wind-speed-row {
  44. border-radius: 5px;
  45. border-width: 1px 1px 0px;
  46. border-top-style: solid;
  47. border-right-style: solid;
  48. border-bottom-style: initial;
  49. border-left-style: solid;
  50. border-top-color: rgb(216, 216, 216);
  51. border-right-color: rgb(216, 216, 216);
  52. border-bottom-color: initial;
  53. border-left-color: rgb(216, 216, 216);
  54. border-image: initial;
  55. }
  56.  
  57. .wind-histo-polar .wind-histogram .Title h3{
  58. font-size: 1.75rem;
  59. color: rgb(237, 27, 36);
  60. border-bottom: rgb(216, 216, 216);
  61. margin-top: 3px;
  62. margin-left: 10px;
  63. margin-bottom: 3px;
  64. }
  65.  
  66. .wind-histo-polar .wind-histogram .Title{
  67. border-bottom: 1px solid rgb(216, 216, 216);
  68. }
  69.  
  70. .histogram-slider {
  71. top: 40px;
  72. z-index: 1000000;
  73. width: 65%;
  74. position: relative;
  75. margin: 0px auto;
  76. left: 25px;
  77. }
  78.  
  79. .wind-histo-polar .wind-histogram .bin-size {
  80. font-size: small;
  81. right: 65px;
  82. top: 50px;
  83. float: right;
  84. z-index: 10000000;
  85. position: relative;
  86. font-family: Raleway;
  87. margin: 0px;
  88. display: inline-block;
  89. }
  90.  
  91. .wind-histo-polar .wind-histogram .bin-auto{
  92. font-size: small;
  93. top: 45px;
  94. z-index: 1000000;
  95. position: relative;
  96. display: inline-block;
  97. left: 90px;
  98. }
  99.  
  100. .wind-histo-polar .wind-histogram .js-plotly-plot .plot-container .svg-container .modebar{
  101. z-index: -100;
  102. }
  103.  
  104. .wind-speed-row .wind-speed .js-plotly-plot .plot-container .svg-container .modebar{
  105. z-index: -100;
  106. }
  107.  
  108. .wind-histo-polar .wind-histogram{
  109. border-radius: 5px;
  110. width: 68.4%;
  111. border: 1px solid rgb(216, 216, 216);
  112. }
  113.  
  114. .wind-histo-polar .wind-polar .Title h3{
  115. font-size: 1.75rem;
  116. color: rgb(237, 27, 36);
  117. border-bottom: rgb(216, 216, 216);
  118. margin-top: 3px;
  119. margin-left: 10px;
  120. margin-bottom: 3px;
  121. }
  122.  
  123. .wind-histo-polar .wind-polar .Title{
  124. border-bottom: 1px solid rgb(216, 216, 216);
  125. }
  126.  
  127. .wind-histo-polar .wind-polar {
  128. border-radius: 5px;
  129. float: right;
  130. height: 532px;
  131. width: 280px;
  132. margin-left: 0px;
  133. border: 1px solid rgb(216, 216, 216);
  134. }
  135.  
  136. .wind-histo-polar{
  137. margin-bottom: 0px;
  138. }
Add Comment
Please, Sign In to add comment