| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- /*--------------------------------------------------------------
- # 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;
- top: 25px;
- right: 350px;
- 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: 15px;
- color: grey;
- position: absolute;
- right: 18px;
- list-style-type: none;
- font-weight:bold;
- }
- .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;
- }
- .hr1_size{
- border: 2px solid rgb(177, 176, 176);
- width:250px;
- border-radius: 5px;
- margin-left:40px;
- }
- .hr2_size{
- border: 2px solid rgb(177, 176, 176);
- width:250px;
- 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: 310px;
- }
- .update_password-form-btn {
- background: #846add;
- line-height: 1.5;
- color: #fff;
- width: 320px;
- }
- .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: 70px;
- }
- .icon-center {
- left:40px;
- }
- .profile-content {
- left:-50px;
- }
- .wallet_amount-size {
- width: 284px;
- text-align: center;
- display: inline;
- }
- .wallet-word-position {
- margin-left: 12px;
- }
- .wallet-box-position {
- margin-left: 12px;
- }
- .topup-box {
- width:210px;
- line-height: 2;
- text-align: center;
- }
- .topup-button_color{
- color: white;
- background: #846add;
- width: 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;
- }
- /*--------------------------------------------------------------
- # mfa.html
- --------------------------------------------------------------*/
- .mfa-btn {
- background: #846add;
- line-height: 1.5;
- color: #fff;
- width: 300px;
- }
- .mfa-input-box {
- left: 90px;
- text-align:center;
- }
- .mfa-word {
- color: #7d2ae8;
- font-weight:bold;
- font-size: 35px;
- line-height: 2;
- }
- /*--------------------------------------------------------------
- # checkout.html
- --------------------------------------------------------------*/
- .checkout-word1 {
- font-size: 30px;
- }
- .checkout-word2 {
- font-size: 18px;
- }
- /*--------------------------------------------------------------
- # about.html
- --------------------------------------------------------------*/
- .social-link {
- width: 30px;
- height: 30px;
- border: 1px solid #ddd;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #666;
- border-radius: 50%;
- transition: all 0.3s;
- font-size: 0.9rem;
- }
- .social-link:hover,
- .social-link:focus {
- background: #ddd;
- text-decoration: none;
- color: #555;
- }
|