style.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  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. #openPopup:focus {
  13. outline: none;
  14. }
  15. /*--------------------------------------------------------------
  16. # Market.html Top photo
  17. --------------------------------------------------------------*/
  18. #market_top {
  19. width: 100%;
  20. height: 80vh;
  21. background: url("../templates/market_top.gif") top left;
  22. background-size: cover;
  23. position: relative;
  24. }
  25. #market_top:before {
  26. content: "";
  27. background: rgba(255, 255, 255, 0.408);
  28. position: absolute;
  29. bottom: 0;
  30. top: 0;
  31. left: 0;
  32. right: 0;
  33. }
  34. #market_top .container {
  35. position: relative;
  36. }
  37. #market_top h1 {
  38. margin: 0;
  39. font-size: 48px;
  40. font-weight: 700;
  41. line-height: 56px;
  42. color: white;
  43. font-family: "Poppins", sans-serif;
  44. }
  45. #market_top h1 span {
  46. color: #7d2ae8;
  47. -webkit-text-stroke: 0.3px white;
  48. font-size: 60px;
  49. }
  50. #market_top h2{
  51. color: white;
  52. font-family: "Poppins", sans-serif;
  53. }
  54. @media (min-width: 1024px) {
  55. #market_top {
  56. background-attachment: fixed;
  57. }
  58. }
  59. @media (max-width: 768px) {
  60. #market_top {
  61. height: 100vh;
  62. }
  63. }
  64. .market_each_bid_image_size {
  65. width:250px;
  66. height:250px;
  67. margin-left: -12px;
  68. }
  69. /*--------------------------------------------------------------
  70. # Navbar
  71. --------------------------------------------------------------*/
  72. .navbar-nav-right {
  73. top: 22px;
  74. position: absolute;
  75. right: 0px;
  76. list-style-type: none;
  77. }
  78. .navbar-nav-middle {
  79. position: absolute;
  80. top: 25px;
  81. right: 350px;
  82. list-style-type: none;
  83. }
  84. .a-font {
  85. font-size: 20px;
  86. font-weight:bold;
  87. background-color: #846add;;
  88. color: white;
  89. }
  90. .a-logout {
  91. font-size: 20px;
  92. font-weight:bold;
  93. background-color: #856add54;;
  94. color: white;
  95. }
  96. .navbar-nav > li{
  97. padding-left:30px;
  98. }
  99. body {
  100. font: 400 15px/1.8 "Lato", sans-serif;
  101. }
  102. .button-serach{
  103. right: 100px;
  104. }
  105. .navbar-colour{
  106. background-color: #8064a2bd
  107. }
  108. /*--------------------------------------------------------------
  109. # Market.html Current bid & Creator & Gril System
  110. --------------------------------------------------------------*/
  111. #market_item_name_left {
  112. font-size: 16px;
  113. color: black;
  114. left: 18px;
  115. position: relative;
  116. }
  117. #market_item_text_left {
  118. font-size: 14px;
  119. color: grey;
  120. left: 18px;
  121. position: relative;
  122. }
  123. #market_item_text_right {
  124. font-size: 15px;
  125. color: grey;
  126. position: absolute;
  127. right: 18px;
  128. list-style-type: none;
  129. font-weight:bold;
  130. }
  131. .grid-item {
  132. margin-right: 95px;
  133. }
  134. .price-span {
  135. color: #7d2ae8;
  136. font-weight:bold;
  137. font-size: 15px;
  138. }
  139. /*--------------------------------------------------------------
  140. # detail_art.html bid table
  141. --------------------------------------------------------------*/
  142. .body-column {
  143. font-family: 'Roboto', sans-serif;
  144. text-align: center;
  145. }
  146. .input-submit {
  147. margin-left: 236px;
  148. margin-top:-69px;
  149. -webkit-appearance: none;
  150. }
  151. .alert-banner-row {
  152. background-color: #7d2ae8;
  153. border-radius: 1rem;
  154. color: #fff;
  155. overflow: hidden;
  156. }
  157. .center {
  158. text-align: center;
  159. }
  160. .body-column_banner {
  161. padding-top: 1rem;
  162. padding-bottom: 1rem;
  163. font-family: 'Roboto', sans-serif;
  164. margin-left: 500px;
  165. font-size: 38px;
  166. }
  167. .bidding_price_size {
  168. max-width: 15rem
  169. }
  170. /*--------------------------------------------------------------
  171. # create_art.html
  172. --------------------------------------------------------------*/
  173. .container-create_art {
  174. width: 100%;
  175. min-height: 100vh;
  176. display: flex;
  177. flex-wrap: wrap;
  178. justify-content: center;
  179. align-items: center;
  180. padding: 15px;
  181. background: #7c2ae8b7;
  182. }
  183. .wrap-create_art {
  184. width: 1163px;
  185. background: #fff;
  186. border-radius: 10px;
  187. overflow: hidden;
  188. display: flex;
  189. flex-wrap: wrap;
  190. justify-content: space-between;
  191. padding: 70px 50px 57px 350px;
  192. }
  193. .create_art-form-title {
  194. display: block;
  195. font-size: 26px;
  196. color: #333333;
  197. line-height: 1.2;
  198. text-align: left;
  199. padding-bottom: 36px;
  200. }
  201. input.create_art-input {
  202. height: 50px;
  203. border-radius: 25px;
  204. padding: 0 30px 0 50px;
  205. }
  206. .description_size {
  207. min-height: 150px;
  208. border-radius: 25px;
  209. padding: 14px 30px;
  210. }
  211. .create_art-input-box {
  212. position: relative;
  213. width: 570px;
  214. z-index: 1;
  215. margin-bottom: 10px;
  216. }
  217. .create_art-input {
  218. display: block;
  219. width: 80%;
  220. background: #e6e6e6;
  221. font-family: Montserrat-Bold;
  222. font-size: 15px;
  223. line-height: 1.5;
  224. color: #666666;
  225. }
  226. .create_art-form-btn {
  227. width: 80%;
  228. height: 50px;
  229. border-radius: 25px;
  230. background: #846add;
  231. font-size: 20px;
  232. line-height: 1.5;
  233. color: #fff;
  234. display: -webkit-box;
  235. display: -webkit-flex;
  236. display: -moz-box;
  237. display: -ms-flexbox;
  238. display: flex;
  239. justify-content: center;
  240. align-items: center;
  241. padding: 0 25px;
  242. -webkit-transition: all 0.4s;
  243. -o-transition: all 0.4s;
  244. -moz-transition: all 0.4s;
  245. transition: all 0.4s;
  246. }
  247. .body-column-create_art {
  248. font-family: 'Roboto', sans-serif;
  249. text-align: center;
  250. }
  251. .upload_Create_art {
  252. position:transparent;
  253. width:350px;
  254. }
  255. .upload_Create_art_position {
  256. margin-left:140px;
  257. }
  258. .hr1_size{
  259. border: 2px solid rgb(177, 176, 176);
  260. width:250px;
  261. border-radius: 5px;
  262. margin-left:40px;
  263. }
  264. .hr2_size{
  265. border: 2px solid rgb(177, 176, 176);
  266. width:250px;
  267. border-radius: 5px;
  268. margin-left:20px;
  269. }
  270. .Choose-Time-for-Auction-ends {
  271. height:47px;
  272. width:175px;
  273. }
  274. .Closing-date-input-size {
  275. height:47px;
  276. width:280px;
  277. }
  278. .tips_location {
  279. margin-left:25px;
  280. }
  281. .word_OR_location {
  282. margin-top: 10px;
  283. font-size: 20px;
  284. margin-right:140px;
  285. }
  286. /*--------------------------------------------------------------
  287. # profile.html
  288. --------------------------------------------------------------*/
  289. .input-UploadProfile-Browse {
  290. background: #846add;
  291. line-height: 1.5;
  292. color: #fff;
  293. width: 310px;
  294. }
  295. .update_password-form-btn {
  296. background: #846add;
  297. line-height: 1.5;
  298. color: #fff;
  299. width: 320px;
  300. }
  301. .nav-tabs .nav-item .nav-link {
  302. background-color: white;
  303. color: #846add;
  304. font-weight:bold;
  305. }
  306. .nav-tabs .nav-item .nav-link.active {
  307. color: white;
  308. background: #846add;
  309. }
  310. .tab-content {
  311. border: 1px solid #dee2e6;
  312. border-top: transparent;
  313. padding: 15px;
  314. }
  315. .thead-colour {
  316. color: white;
  317. background: #846add;
  318. }
  319. .image_bid_item_size {
  320. width:200px;
  321. height:200px;
  322. margin-left: -14px;
  323. }
  324. .user_profile_image_size {
  325. width:150px;
  326. }
  327. .change_password_location {
  328. position:relative;
  329. left:10px;
  330. }
  331. .Select_Picture_Button {
  332. margin-left: 70px;
  333. }
  334. .icon-center {
  335. left:40px;
  336. }
  337. .profile-content {
  338. left:-50px;
  339. }
  340. .wallet_amount-size {
  341. width: 284px;
  342. text-align: center;
  343. display: inline;
  344. }
  345. .wallet-word-position {
  346. margin-left: 12px;
  347. }
  348. .wallet-box-position {
  349. margin-left: 12px;
  350. }
  351. .topup-box {
  352. width:210px;
  353. line-height: 2;
  354. text-align: center;
  355. }
  356. .topup-button_color{
  357. color: white;
  358. background: #846add;
  359. width: 110px;
  360. }
  361. /*--------------------------------------------------------------
  362. # base.html
  363. --------------------------------------------------------------*/
  364. .flash_message_size{
  365. width: 300px;
  366. }
  367. .flash.message_z-index{
  368. z-index: 2;
  369. }
  370. /*--------------------------------------------------------------
  371. # login & Register .html
  372. --------------------------------------------------------------*/
  373. .login_Register_Bg_colour{
  374. border-radius: 1rem;
  375. background: #846add;
  376. }
  377. /*--------------------------------------------------------------
  378. # Register .html
  379. --------------------------------------------------------------*/
  380. .tips_8characters {
  381. color:white;
  382. }
  383. /*--------------------------------------------------------------
  384. # mfa.html
  385. --------------------------------------------------------------*/
  386. .mfa-btn {
  387. background: #846add;
  388. line-height: 1.5;
  389. color: #fff;
  390. width: 300px;
  391. }
  392. .mfa-input-box {
  393. left: 90px;
  394. text-align:center;
  395. }
  396. .mfa-word {
  397. color: #7d2ae8;
  398. font-weight:bold;
  399. font-size: 35px;
  400. line-height: 2;
  401. }
  402. /*--------------------------------------------------------------
  403. # checkout.html
  404. --------------------------------------------------------------*/
  405. .checkout-word1 {
  406. font-size: 30px;
  407. }
  408. .checkout-word2 {
  409. font-size: 18px;
  410. }
  411. /*--------------------------------------------------------------
  412. # about.html
  413. --------------------------------------------------------------*/
  414. .social-link {
  415. width: 30px;
  416. height: 30px;
  417. border: 1px solid #ddd;
  418. display: flex;
  419. align-items: center;
  420. justify-content: center;
  421. color: #666;
  422. border-radius: 50%;
  423. transition: all 0.3s;
  424. font-size: 0.9rem;
  425. }
  426. .social-link:hover,
  427. .social-link:focus {
  428. background: #ddd;
  429. text-decoration: none;
  430. color: #555;
  431. }