/*-------------------------------------------------------------- # Gobal for all pages --------------------------------------------------------------*/ body { padding-top: 100px; } @media (max-width: 979px) { body { padding-top: 0px; } } #openPopup:focus { outline: none; } /*-------------------------------------------------------------- # Market.html Top photo --------------------------------------------------------------*/ #market_top { width: 100%; height: 80vh; background: url("../templates/market_top.gif") top left; background-size: cover; position: relative; } #market_top:before { content: ""; background: rgba(255, 255, 255, 0.408); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } #market_top .container { position: relative; } #market_top h1 { margin: 0; font-size: 48px; font-weight: 700; line-height: 56px; color: white; font-family: "Poppins", sans-serif; } #market_top h1 span { color: #7d2ae8; -webkit-text-stroke: 0.3px white; font-size: 60px; } #market_top h2{ color: white; font-family: "Poppins", sans-serif; } @media (min-width: 1024px) { #market_top { background-attachment: fixed; } } @media (max-width: 768px) { #market_top { height: 100vh; } } .market_each_bid_image_size { width:250px; height:250px; margin-left: -12px; } /*-------------------------------------------------------------- # Navbar --------------------------------------------------------------*/ .navbar-nav-right { top: 22px; position: absolute; right: 0px; list-style-type: none; } .navbar-nav-middle { position: absolute; right: 400px; list-style-type: none; } .a-font { font-size: 20px; font-weight:bold; background-color: #846add;; color: white; } .a-logout { font-size: 20px; font-weight:bold; background-color: #856add54;; color: white; } .navbar-nav > li{ padding-left:30px; } body { font: 400 15px/1.8 "Lato", sans-serif; } .button-serach{ right: 100px; } .navbar-colour{ background-color: #8064a2bd } /*-------------------------------------------------------------- # Market.html Current bid & Creator & Gril System --------------------------------------------------------------*/ #market_item_name_left { font-size: 16px; color: black; left: 18px; position: relative; } #market_item_text_left { font-size: 14px; color: grey; left: 18px; position: relative; } #market_item_text_right { font-size: 14px; color: grey; position: absolute; right: 18px; list-style-type: none; } .grid-item { margin-right: 95px; } .price-span { color: #7d2ae8; font-weight:bold; font-size: 15px; } /*-------------------------------------------------------------- # detail_art.html bid table --------------------------------------------------------------*/ .body-column { font-family: 'Roboto', sans-serif; text-align: center; } .input-submit { margin-left: 236px; margin-top:-69px; -webkit-appearance: none; } .alert-banner-row { background-color: #7d2ae8; border-radius: 1rem; color: #fff; overflow: hidden; } .center { text-align: center; } .body-column_banner { padding-top: 1rem; padding-bottom: 1rem; font-family: 'Roboto', sans-serif; margin-left: 500px; font-size: 38px; } .bidding_price_size { max-width: 15rem } /*-------------------------------------------------------------- # create_art.html --------------------------------------------------------------*/ .container-create_art { width: 100%; min-height: 100vh; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 15px; background: #7c2ae8b7; } .wrap-create_art { width: 1163px; background: #fff; border-radius: 10px; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 70px 50px 57px 350px; } .create_art-form-title { display: block; font-size: 26px; color: #333333; line-height: 1.2; text-align: left; padding-bottom: 36px; } input.create_art-input { height: 50px; border-radius: 25px; padding: 0 30px 0 50px; } .description_size { min-height: 150px; border-radius: 25px; padding: 14px 30px; } .create_art-input-box { position: relative; width: 570px; z-index: 1; margin-bottom: 10px; } .create_art-input { display: block; width: 80%; background: #e6e6e6; font-family: Montserrat-Bold; font-size: 15px; line-height: 1.5; color: #666666; } .create_art-form-btn { width: 80%; height: 50px; border-radius: 25px; background: #846add; font-size: 20px; line-height: 1.5; color: #fff; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; padding: 0 25px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } .body-column-create_art { font-family: 'Roboto', sans-serif; text-align: center; } .upload_Create_art { position:transparent; width:350px; } .upload_Create_art_position { margin-left:140px; } .hr_size{ border: 2px solid rgb(177, 176, 176); width:220px; border-radius: 5px; margin-left:20px; } .Choose-Time-for-Auction-ends { height:47px; width:175px; } .Closing-date-input-size { height:47px; width:280px; } .tips_location { margin-left:25px; } .word_OR_location { margin-top: 10px; font-size: 20px; margin-right:140px; } /*-------------------------------------------------------------- # profile.html --------------------------------------------------------------*/ .input-UploadProfile-Browse { background: #846add; line-height: 1.5; color: #fff; width: 300px; } .update_password-form-btn { background: #846add; line-height: 1.5; color: #fff; width: 300px; } .nav-tabs .nav-item .nav-link { background-color: white; color: #846add; font-weight:bold; } .nav-tabs .nav-item .nav-link.active { color: white; background: #846add; } .tab-content { border: 1px solid #dee2e6; border-top: transparent; padding: 15px; } .thead-colour { color: white; background: #846add; } .image_bid_item_size { width:200px; height:200px; margin-left: -14px; } .user_profile_image_size { width:150px; } .change_password_location { position:relative; left:-10px; } .Select_Picture_Button { margin-left: 110px; } /*-------------------------------------------------------------- # base.html --------------------------------------------------------------*/ .flash_message_size{ width: 300px; } .flash.message_z-index{ z-index: 2; } /*-------------------------------------------------------------- # login & Register .html --------------------------------------------------------------*/ .login_Register_Bg_colour{ border-radius: 1rem; background: #846add; } /*-------------------------------------------------------------- # Register .html --------------------------------------------------------------*/ .tips_8characters { color:white; }