style.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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("../templates/market_top.gif") top left;
  19. background-size: cover;
  20. position: relative;
  21. }
  22. #market_top:before {
  23. content: "";
  24. background: rgba(255, 255, 255, 0.408);
  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: white;
  40. font-family: "Poppins", sans-serif;
  41. }
  42. #market_top h1 span {
  43. color: #7d2ae8;
  44. -webkit-text-stroke: 0.3px white;
  45. font-size: 60px;
  46. }
  47. #market_top h2{
  48. color: white;
  49. font-family: "Poppins", sans-serif;
  50. }
  51. @media (min-width: 1024px) {
  52. #market_top {
  53. background-attachment: fixed;
  54. }
  55. }
  56. @media (max-width: 768px) {
  57. #market_top {
  58. height: 100vh;
  59. }
  60. }
  61. /*--------------------------------------------------------------
  62. # Navbar
  63. --------------------------------------------------------------*/
  64. .navbar-nav-right {
  65. top: 22px;
  66. position: absolute;
  67. right: 0px;
  68. list-style-type: none;
  69. }
  70. .navbar-nav-middle {
  71. position: absolute;
  72. right: 400px;
  73. list-style-type: none;
  74. }
  75. .a-font {
  76. font-size: 20px;
  77. font-weight:bold;
  78. background-color: #846add;;
  79. color: white;
  80. }
  81. .a-logout {
  82. font-size: 20px;
  83. font-weight:bold;
  84. background-color: #856add54;;
  85. color: white;
  86. }
  87. .navbar-nav > li{
  88. padding-left:30px;
  89. }
  90. body {
  91. font: 400 15px/1.8 "Lato", sans-serif;
  92. }
  93. .button-serach{
  94. right: 100px;
  95. }
  96. /*--------------------------------------------------------------
  97. # Market.html Current bid & Creator & Gril System
  98. --------------------------------------------------------------*/
  99. #market_item_name_left {
  100. font-size: 16px;
  101. color: black;
  102. left: 18px;
  103. position: relative;
  104. }
  105. #market_item_text_left {
  106. font-size: 14px;
  107. color: grey;
  108. left: 18px;
  109. position: relative;
  110. }
  111. #market_item_text_right {
  112. font-size: 14px;
  113. color: grey;
  114. position: absolute;
  115. right: 18px;
  116. list-style-type: none;
  117. }
  118. .grid-item {
  119. margin-right: 95px;
  120. }
  121. .price-span {
  122. color: #7d2ae8;
  123. font-weight:bold;
  124. font-size: 15px;
  125. }
  126. /*--------------------------------------------------------------
  127. # detail_art_for_market.html bid table
  128. --------------------------------------------------------------*/
  129. .body-column {
  130. font-family: 'Roboto', sans-serif;
  131. text-align: center;
  132. }
  133. .input-submit {
  134. margin-left: 236px;
  135. margin-top:-69px;
  136. -webkit-appearance: none;
  137. }
  138. /*--------------------------------------------------------------
  139. # create_art.html
  140. --------------------------------------------------------------*/
  141. .container-create_art {
  142. width: 100%;
  143. min-height: 100vh;
  144. display: flex;
  145. flex-wrap: wrap;
  146. justify-content: center;
  147. align-items: center;
  148. padding: 15px;
  149. background: #7c2ae8b7;
  150. }
  151. .wrap-create_art {
  152. width: 1163px;
  153. background: #fff;
  154. border-radius: 10px;
  155. overflow: hidden;
  156. display: flex;
  157. flex-wrap: wrap;
  158. justify-content: space-between;
  159. padding: 70px 50px 57px 118px;
  160. }
  161. .create_art-pic img {
  162. width: 480px;
  163. padding-top: 100px;
  164. }
  165. .contact100-form {
  166. width: 390px;
  167. }
  168. .create_art-form-title {
  169. display: block;
  170. font-size: 24px;
  171. color: #333333;
  172. line-height: 1.2;
  173. text-align: left;
  174. padding-bottom: 36px;
  175. }
  176. input.create_art-input {
  177. height: 50px;
  178. border-radius: 25px;
  179. padding: 0 30px 0 50px;
  180. }
  181. .description_size {
  182. min-height: 150px;
  183. border-radius: 25px;
  184. padding: 14px 30px;
  185. }
  186. .create_art-input-box {
  187. position: relative;
  188. width: 100%;
  189. z-index: 1;
  190. margin-bottom: 10px;
  191. }
  192. .create_art-input {
  193. display: block;
  194. width: 100%;
  195. background: #e6e6e6;
  196. font-family: Montserrat-Bold;
  197. font-size: 15px;
  198. line-height: 1.5;
  199. color: #666666;
  200. }
  201. .create_art-form-btn {
  202. width: 100%;
  203. height: 50px;
  204. border-radius: 25px;
  205. background: #846add;
  206. font-size: 20px;
  207. line-height: 1.5;
  208. color: #fff;
  209. display: -webkit-box;
  210. display: -webkit-flex;
  211. display: -moz-box;
  212. display: -ms-flexbox;
  213. display: flex;
  214. justify-content: center;
  215. align-items: center;
  216. padding: 0 25px;
  217. -webkit-transition: all 0.4s;
  218. -o-transition: all 0.4s;
  219. -moz-transition: all 0.4s;
  220. transition: all 0.4s;
  221. }
  222. .body-column-create_art {
  223. font-family: 'Roboto', sans-serif;
  224. text-align: center;
  225. }
  226. .upload_Create_art {
  227. position:transparent;
  228. }
  229. .upload_Create_art_position {
  230. margin-left:100px;
  231. }
  232. /*--------------------------------------------------------------
  233. # profile.html
  234. --------------------------------------------------------------*/
  235. .input-UploadProfile-Browse {
  236. width: 80px;
  237. color:transparent;
  238. }
  239. .update_password-form-btn {
  240. background: #846add;
  241. line-height: 1.5;
  242. color: #fff;
  243. }
  244. .nav-tabs .nav-item .nav-link {
  245. background-color: white;
  246. color: #846add;
  247. font-weight:bold;
  248. }
  249. .nav-tabs .nav-item .nav-link.active {
  250. color: white;
  251. background: #846add;
  252. }
  253. .tab-content {
  254. border: 1px solid #dee2e6;
  255. border-top: transparent;
  256. padding: 15px;
  257. }
  258. .thead-colour {
  259. color: white;
  260. background: #846add;
  261. }