style.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. /*--------------------------------------------------------------
  2. # Gobal for all pages
  3. --------------------------------------------------------------*/
  4. body {
  5. padding-top: 100px;
  6. }
  7. @media (max-width: 979px) {
  8. body {
  9. padding-top: 0px;
  10. }
  11. }
  12. /*--------------------------------------------------------------
  13. # Market.html Top photo
  14. --------------------------------------------------------------*/
  15. #market_top {
  16. width: 100%;
  17. height: 80vh;
  18. background: url("../repository/website_photo/market_top.png") top left;
  19. background-size: cover;
  20. position: relative;
  21. }
  22. #market_top:before {
  23. content: "";
  24. background: rgba(255, 255, 255, 0.7);
  25. position: absolute;
  26. bottom: 0;
  27. top: 0;
  28. left: 0;
  29. right: 0;
  30. }
  31. #market_top .container {
  32. position: relative;
  33. }
  34. #market_top h1 {
  35. margin: 0;
  36. font-size: 48px;
  37. font-weight: 700;
  38. line-height: 56px;
  39. color: #222222;
  40. font-family: "Poppins", sans-serif;
  41. }
  42. #market_top h1 span {
  43. color: #7d2ae8;
  44. }
  45. @media (min-width: 1024px) {
  46. #market_top {
  47. background-attachment: fixed;
  48. }
  49. }
  50. @media (max-width: 768px) {
  51. #market_top {
  52. height: 100vh;
  53. }
  54. }
  55. /*--------------------------------------------------------------
  56. # Navbar
  57. --------------------------------------------------------------*/
  58. .navbar-nav-right {
  59. top: 22px;
  60. position: absolute;
  61. right: 0px;
  62. list-style-type: none;
  63. }
  64. .navbar-nav-middle {
  65. position: absolute;
  66. right: 400px;
  67. list-style-type: none;
  68. }
  69. a {
  70. font-size: 18px;
  71. }
  72. .navbar-nav > li{
  73. padding-left:30px;
  74. }
  75. body {
  76. font: 400 15px/1.8 "Lato", sans-serif;
  77. }
  78. .button-serach{
  79. right: 100px;
  80. }
  81. /*--------------------------------------------------------------
  82. # Market.html Current bid & Creator & Gril System
  83. --------------------------------------------------------------*/
  84. #market_item_name_left {
  85. font-size: 16px;
  86. color: black;
  87. left: 18px;
  88. position: relative;
  89. }
  90. #market_item_text_left {
  91. font-size: 14px;
  92. color: grey;
  93. left: 18px;
  94. position: relative;
  95. }
  96. #market_item_text_right {
  97. font-size: 14px;
  98. color: grey;
  99. position: absolute;
  100. right: 18px;
  101. list-style-type: none;
  102. }
  103. .grid-item {
  104. margin-right: 95px;
  105. }
  106. .price-span {
  107. color: #7d2ae8;
  108. font-weight:bold;
  109. font-size: 15px;
  110. }
  111. /*--------------------------------------------------------------
  112. # detail_art_for_market.html bid table
  113. --------------------------------------------------------------*/
  114. .body-column {
  115. font-family: 'Roboto', sans-serif;
  116. text-align: center;
  117. }
  118. .input-submit {
  119. margin-left: 236px;
  120. margin-top:-69px;
  121. -webkit-appearance: none;
  122. }
  123. /*--------------------------------------------------------------
  124. # create_art.html
  125. --------------------------------------------------------------*/
  126. .container-create_art {
  127. width: 100%;
  128. min-height: 100vh;
  129. display: flex;
  130. flex-wrap: wrap;
  131. justify-content: center;
  132. align-items: center;
  133. padding: 15px;
  134. background: #7d2ae8;
  135. }
  136. .wrap-create_art {
  137. width: 1163px;
  138. background: #fff;
  139. border-radius: 10px;
  140. overflow: hidden;
  141. display: flex;
  142. flex-wrap: wrap;
  143. justify-content: space-between;
  144. padding: 70px 50px 57px 118px;
  145. }
  146. .create_art-pic img {
  147. max-width: 75%;
  148. padding-top: 55px;
  149. }
  150. .contact100-form {
  151. width: 390px;
  152. }
  153. .create_art-form-title {
  154. display: block;
  155. font-size: 24px;
  156. color: #333333;
  157. line-height: 1.2;
  158. text-align: left;
  159. padding-bottom: 36px;
  160. }
  161. input.create_art-input {
  162. height: 50px;
  163. border-radius: 25px;
  164. padding: 0 30px 0 50px;
  165. }
  166. .description_size {
  167. min-height: 150px;
  168. border-radius: 25px;
  169. padding: 14px 30px;
  170. }
  171. .create_art-input-box {
  172. position: relative;
  173. width: 100%;
  174. z-index: 1;
  175. margin-bottom: 10px;
  176. }
  177. .create_art-input {
  178. display: block;
  179. width: 100%;
  180. background: #e6e6e6;
  181. font-family: Montserrat-Bold;
  182. font-size: 15px;
  183. line-height: 1.5;
  184. color: #666666;
  185. }
  186. .create_art-form-btn {
  187. width: 100%;
  188. height: 50px;
  189. border-radius: 25px;
  190. background: #846add;
  191. font-family: Montserrat-Bold;
  192. font-size: 15px;
  193. line-height: 1.5;
  194. color: #fff;
  195. display: -webkit-box;
  196. display: -webkit-flex;
  197. display: -moz-box;
  198. display: -ms-flexbox;
  199. display: flex;
  200. justify-content: center;
  201. align-items: center;
  202. padding: 0 25px;
  203. -webkit-transition: all 0.4s;
  204. -o-transition: all 0.4s;
  205. -moz-transition: all 0.4s;
  206. transition: all 0.4s;
  207. }
  208. .body-column-create_art {
  209. font-family: 'Roboto', sans-serif;
  210. text-align: center;
  211. }