Advertisement
Guest User

Styling

a guest
Jun 14th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. .c_wrapper{
  2. width: calc(100% - 20px);
  3. text-align: center;
  4. vertical-align: middle;
  5. margin-left: 10px;
  6.  
  7. }
  8. .extra{
  9. font-size: 1.2em !important;
  10. margin: 0;
  11. margin-left: 20px;
  12. margin-right: 20px;
  13. margin-top: 10px;
  14. }
  15. .left{
  16. text-align: left;
  17. margin-left:20px;
  18. margin-bottom: 0;
  19. }
  20. .left_wrapper{
  21. width: 50%;
  22. float: left;
  23.  
  24. }
  25. .full_wrapper{
  26. width: 100%;
  27. height: auto;
  28. float: left;
  29. }
  30. .full_wrapper .bot_text{
  31. margin-bottom: 0px;
  32. }
  33. .underline{
  34. height: 2px;
  35. background: #b7b7b7;
  36. margin-right: 30px;
  37. margin-left: 30px;
  38. margin-top: 4px;
  39. }
  40. .right_wrapper .underline{
  41. margin-right: 20px !important;
  42. }
  43. .left_wrapper .underline{
  44. margin-left: 20px !important;
  45. }
  46. .right_wrapper{
  47. width: 50%;
  48. float: left;
  49. text-align: right;
  50. }
  51. .right_wrapper .bot_text{
  52. margin-right: 20px;
  53. margin-bottom: 0;
  54. }
  55. .bot_text {
  56. font-size: 1.5em;
  57. color: #909399;
  58. }
  59. .top_wrapper{
  60. //background: #314156;
  61. min-height: 40vh;
  62. width: 100%;
  63. z-index: 1;
  64. border-top-left-radius: 5px;
  65. border-top-right-radius: 5px;
  66.  
  67. }
  68.  
  69. #typeans{
  70. width: 100%;
  71. border: none;
  72. float: left;
  73. max-width: 100%;
  74. height: 80px;
  75. outline: 1px solid lightgray;
  76. outline-offset: -1px;
  77. text-align: center;
  78. font-size: 1.5em;
  79. }
  80. #typeans_wrapper{
  81. height: 80px;
  82. }
  83. .green{
  84. .top_wrapper{
  85. background:#5FA749;
  86. }
  87. }
  88. .purple{
  89. .top_wrapper{
  90. background:#5E549A;
  91. }
  92. }
  93. .colors{
  94. .top_wrapper{
  95. /* background: #71b75b; */
  96. background: #60A749;
  97. /* background: #5E549A; */
  98. /* background: #5E549A; */
  99. background: #FED82E;
  100. background: #ff8e2a;
  101. background: #F188AA;
  102. background: #3A7387;
  103. background:#e6a23c;
  104. }
  105. .bot_wrapper{
  106.  
  107. background: #cbced2;
  108. background: #3f3f40;
  109. }
  110. }
  111.  
  112. .alt1{
  113. #typeans {
  114. width: 100%;
  115. border: none;
  116. float: left;
  117. max-width: 100%;
  118. height: 80px;
  119. outline: 1px solid #f6f6f6;
  120. outline-offset: -1px;
  121. text-align: center;
  122. font-size: 1.5em;
  123. color: #909399;
  124. }
  125. .bot_wrapper{
  126. width: calc(100% - 2px);
  127. height: calc(60vh - 102px);
  128. border-bottom-left-radius: 5px;
  129. border-bottom-right-radius: 5px;
  130. background: #F6F6F6;
  131. border: #F6F6F6 1px solid;
  132. }
  133.  
  134. .top_wrapper p {
  135. font-size: 4em;
  136. margin: 0;
  137. color: white;
  138. line-height: 40vh;
  139. text-shadow: 3px 3px 6px #000000;
  140. }
  141. .type {
  142. font-size: 2em;
  143. color: white;
  144. position: absolute;
  145. top: 36px;
  146. left: 30px;
  147. float: left;
  148. }
  149. .top_wrapper {
  150. //background: #314156;
  151. /* background: #5E549A; */
  152. // background: #5E549A;
  153. min-height: 40vh;
  154. width: 100%;
  155. z-index: 1;
  156. border-top-left-radius: 5px;
  157. border-top-right-radius: 5px;
  158. }
  159. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement