style.css 8.7 KB

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