code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
#page-home{ height: 100vh; background:url('../assets/home-background.svg') no-repeat; /* ../ => vai uma pasta acima dela no-repeat => para a imagem não se repetir*/ background-position: 35vw bottom; } #page-home .content{ /* . => referẽncia para uma classe + nome da classe */ width: 90%; max-width: 1100px; height: 100%; margin: 0 auto; /* top, right, bottom, left => quatro propriedades juntas ; auto => left, right ; 0 auto => top,bottom , left,right ; 0 auto 20px => top, right,left, bottom*/ display: flex; flex-direction: column; } #page-home .content header{ margin-top: 48px; display: flex; align-items: center;/* alinhar os elementos no centro */ justify-content: space-between; /* alinhar os elementos ao longo do eixo principal linha ou coluna .*/ } #page-home .content header a { display: flex; color: var(--title-color); /* escreve assim a variavel */ font-weight: 700; } /* figura log-in.svg */ #page-home .content header a span{ margin-right: 16px; display: flex; background-image: url('../assets/log-in.svg'); width: 20px; height: 20px; } #page-home .content main{ max-width: 560px; flex: 1; display: flex; flex-direction: column; justify-content: center; } #page-home .content main h1{ font-size: 54px; } #page-home .content main p{ font-size: 24px; line-height: 38px; /* altura da linha do texto*/ margin-top: 24px; } #page-home .content main a{ width: 100%; max-width: 360px; border-radius: 8px; /* esquerda acima, direita acima, direita abaixo, esquerda abaixo => sentido horário ; quando tem um número só arrendoda para todos */ height: 72px; background: var(--primary-color); display: flex; align-items: center; margin-top: 40px; /* A palavra transition permite definir a transição entre dois estados de um elemento */ transition: 400ms; font-weight: bold; color: white; } /* o atributo hover é usado para quando passamos o mouse em cima aplicar estilos a elemento em questão*/ #page-home .content main a:hover{ background-color: #2fb86e; } #page-home .content main a span{ width: 72px; height: 72px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; background-color: rgba(0, 0, 0, 0.08); display: flex; align-items: center; justify-content: center; } /* Pseudo-elementos => são elementos que não existem no html; ::after e ::before*/ #page-home .content main a span::after{ content: ""; background-image: url('../assets/search.svg'); width: 20px; height: 20px; } #page-home .content main a strong{ flex:1; color: white; text-align: center; }
pacote download/public/styles/home.css
#page-home{ height: 100vh; background:url('../assets/home-background.svg') no-repeat; /* ../ => vai uma pasta acima dela no-repeat => para a imagem não se repetir*/ background-position: 35vw bottom; } #page-home .content{ /* . => referẽncia para uma classe + nome da classe */ width: 90%; max-width: 1100px; height: 100%; margin: 0 auto; /* top, right, bottom, left => quatro propriedades juntas ; auto => left, right ; 0 auto => top,bottom , left,right ; 0 auto 20px => top, right,left, bottom*/ display: flex; flex-direction: column; } #page-home .content header{ margin-top: 48px; display: flex; align-items: center;/* alinhar os elementos no centro */ justify-content: space-between; /* alinhar os elementos ao longo do eixo principal linha ou coluna .*/ } #page-home .content header a { display: flex; color: var(--title-color); /* escreve assim a variavel */ font-weight: 700; } /* figura log-in.svg */ #page-home .content header a span{ margin-right: 16px; display: flex; background-image: url('../assets/log-in.svg'); width: 20px; height: 20px; } #page-home .content main{ max-width: 560px; flex: 1; display: flex; flex-direction: column; justify-content: center; } #page-home .content main h1{ font-size: 54px; } #page-home .content main p{ font-size: 24px; line-height: 38px; /* altura da linha do texto*/ margin-top: 24px; } #page-home .content main a{ width: 100%; max-width: 360px; border-radius: 8px; /* esquerda acima, direita acima, direita abaixo, esquerda abaixo => sentido horário ; quando tem um número só arrendoda para todos */ height: 72px; background: var(--primary-color); display: flex; align-items: center; margin-top: 40px; /* A palavra transition permite definir a transição entre dois estados de um elemento */ transition: 400ms; font-weight: bold; color: white; } /* o atributo hover é usado para quando passamos o mouse em cima aplicar estilos a elemento em questão*/ #page-home .content main a:hover{ background-color: #2fb86e; } #page-home .content main a span{ width: 72px; height: 72px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; background-color: rgba(0, 0, 0, 0.08); display: flex; align-items: center; justify-content: center; } /* Pseudo-elementos => são elementos que não existem no html; ::after e ::before*/ #page-home .content main a span::after{ content: ""; background-image: url('../assets/search.svg'); width: 20px; height: 20px; } #page-home .content main a strong{ flex:1; color: white; text-align: center; }
0.299003
0.075278
* * <learningBase> * * The learningBase topic type is not used to * deliver any actual learning content, but * instead provides a set of common elements * for use in the other more specific learning * content types: learningOverview, learningContent, * learningSummary, learningAssessment, * and learningPlan. * * Inherits styles from parent class: * * + topic/topic */ *[class~="learningBase/learningBase"]{ /**/ } /* ==================================== * * <learningOverview> * * A Learning Overview topic identifies the * learning objectives, includes other information * helpful to the learner, such as prerequisites, * duration, intended audience, and can include * information and strategies that seeks to gain * attention and stimulate recall of prior learning. * * Inherits styles from parent class: * * + topic/topic learningBase/learningBase */ *[class~="learningOverview/learningOverview"]{ /**/ } /* ==================================== * * <learningOverviewbody> * * The <learningOverviewbody> element is the * main body-level element in a learningOverview * topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningOverview/learningOverviewbody"]{ /**/ } /* ==================================== * * <learningContent> * * A Learning Content topic provides the learning * content itself, and enables direct use of content * from DITA task, concept, and reference topics, * as well as additional content of any topic type * that supports specific objectives declared in * the Learning Overview topic type. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningContent/learningContent"]{ /**/ } /* ==================================== * * <learningContentbody> * * The <learningContentbody> element is the main * body-level element in a learningContent topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningContent/learningContentbody"]{ /**/ } /* ==================================== * * <learningSummary> * * A Learning Summary recaps and provides context for * the achievement or accomplishment of learning * objectives, provides guidance to reinforce learning * and long-term memory, and may pose questions to * enhance encoding and verification of the learning * content. * * Inherits styles from parent class: * * + topic/body learningBase/learningBase */ *[class~="learningSummary/learningSummary"]{ /**/ } /* ==================================== * * <learningSummarybody> * * The <learningSummarybody> element is the main * body-level element in a learningSummary topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningSummary/learningSummarybody"]{ /**/ } /* ==================================== * * <learningAssessment> * * A Learning Assessment presents questions * or interactions that measure progress, * encourage recollection, and stimulate * reinforcement of the learning content, and * can be presented before the content as a * pre-assessment or as a post-assessment test. * * Inherits styles from parent class: * * + topic/body learningBase/learningBase */ *[class~="learningAssessment/learningAssessment"]{ /**/ } /* ==================================== * * <learningAssessmentbody> * * The <learningAssessmentbody> element is * the main body-level element in a * learningAssessment topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningAssessment/learningAssessmentbody"]{ /**/ } /* ==================================== * * <learningPlan> * * A Learning Plan topic describes learning * needs and goals, instructional design models, * task analyses, learning taxonomies, and * other information necessary to the lesson * planning process. * * Inherits styles from parent class: * * + topic/body learningBase/learningBase */ *[class~="learningPlan/learningPlan"]{ /**/ } /* ==================================== * * <learningPlanbody> * * The <learningPlanbody> element is the main * body-level element in a learningPlan topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningPlan/learningPlanbody"]{ /**/ }
dita-ot-3.x/plugins/com.oxygenxml.pdf.css/css/core/-learning.css
* * <learningBase> * * The learningBase topic type is not used to * deliver any actual learning content, but * instead provides a set of common elements * for use in the other more specific learning * content types: learningOverview, learningContent, * learningSummary, learningAssessment, * and learningPlan. * * Inherits styles from parent class: * * + topic/topic */ *[class~="learningBase/learningBase"]{ /**/ } /* ==================================== * * <learningOverview> * * A Learning Overview topic identifies the * learning objectives, includes other information * helpful to the learner, such as prerequisites, * duration, intended audience, and can include * information and strategies that seeks to gain * attention and stimulate recall of prior learning. * * Inherits styles from parent class: * * + topic/topic learningBase/learningBase */ *[class~="learningOverview/learningOverview"]{ /**/ } /* ==================================== * * <learningOverviewbody> * * The <learningOverviewbody> element is the * main body-level element in a learningOverview * topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningOverview/learningOverviewbody"]{ /**/ } /* ==================================== * * <learningContent> * * A Learning Content topic provides the learning * content itself, and enables direct use of content * from DITA task, concept, and reference topics, * as well as additional content of any topic type * that supports specific objectives declared in * the Learning Overview topic type. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningContent/learningContent"]{ /**/ } /* ==================================== * * <learningContentbody> * * The <learningContentbody> element is the main * body-level element in a learningContent topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningContent/learningContentbody"]{ /**/ } /* ==================================== * * <learningSummary> * * A Learning Summary recaps and provides context for * the achievement or accomplishment of learning * objectives, provides guidance to reinforce learning * and long-term memory, and may pose questions to * enhance encoding and verification of the learning * content. * * Inherits styles from parent class: * * + topic/body learningBase/learningBase */ *[class~="learningSummary/learningSummary"]{ /**/ } /* ==================================== * * <learningSummarybody> * * The <learningSummarybody> element is the main * body-level element in a learningSummary topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningSummary/learningSummarybody"]{ /**/ } /* ==================================== * * <learningAssessment> * * A Learning Assessment presents questions * or interactions that measure progress, * encourage recollection, and stimulate * reinforcement of the learning content, and * can be presented before the content as a * pre-assessment or as a post-assessment test. * * Inherits styles from parent class: * * + topic/body learningBase/learningBase */ *[class~="learningAssessment/learningAssessment"]{ /**/ } /* ==================================== * * <learningAssessmentbody> * * The <learningAssessmentbody> element is * the main body-level element in a * learningAssessment topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningAssessment/learningAssessmentbody"]{ /**/ } /* ==================================== * * <learningPlan> * * A Learning Plan topic describes learning * needs and goals, instructional design models, * task analyses, learning taxonomies, and * other information necessary to the lesson * planning process. * * Inherits styles from parent class: * * + topic/body learningBase/learningBase */ *[class~="learningPlan/learningPlan"]{ /**/ } /* ==================================== * * <learningPlanbody> * * The <learningPlanbody> element is the main * body-level element in a learningPlan topic. * * Inherits styles from parent class: * * + topic/body learningBase/learningBasebody */ *[class~="learningPlan/learningPlanbody"]{ /**/ }
0.640411
0.198996
min-height: 400px; } /* Optional: Makes the sample page fill the window. */ html, body { height: 100%; margin: 0; padding: 0; } #description { font-family: Roboto; font-size: 15px; font-weight: 300; } #infowindow-content .title { font-weight: bold; } #infowindow-content { display: none; } #map #infowindow-content { display: inline; } .pac-card { margin: 10px 10px 0 0; border-radius: 2px 0 0 2px; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; outline: none; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); background-color: #fff; font-family: Roboto; } #pac-container { padding-bottom: 20px; } .pac-controls { display: inline-block; padding: 5px 11px; } .pac-controls label { font-family: Roboto; font-size: 13px; font-weight: 300; } #title { color: #fff; background-color: #4d90fe; font-size: 25px; font-weight: 500; padding: 6px 12px; } .-disabled, button:disabled { opacity: 0.3; } .btn_color.link { display: block; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-decoration: none; } ._pst-rlt { position: relative !important; } ._dp-n { display: none !important; } .noti-badge { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 7px; width: 22px; height: 22px; right: 15px; top: 14px; background-image: -webkit-gradient(linear, left top, left bottom, from(#72afd3), color-stop(#4cc0df), color-stop(#00d0df), color-stop(#00dfd2), to(#37ecba)); background-image: linear-gradient(to bottom, #72afd3, #4cc0df, #00d0df, #00dfd2, #37ecba); color: #fff; border-radius: 999999px; font-size: 13px; }
public/css/app.css
min-height: 400px; } /* Optional: Makes the sample page fill the window. */ html, body { height: 100%; margin: 0; padding: 0; } #description { font-family: Roboto; font-size: 15px; font-weight: 300; } #infowindow-content .title { font-weight: bold; } #infowindow-content { display: none; } #map #infowindow-content { display: inline; } .pac-card { margin: 10px 10px 0 0; border-radius: 2px 0 0 2px; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; outline: none; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); background-color: #fff; font-family: Roboto; } #pac-container { padding-bottom: 20px; } .pac-controls { display: inline-block; padding: 5px 11px; } .pac-controls label { font-family: Roboto; font-size: 13px; font-weight: 300; } #title { color: #fff; background-color: #4d90fe; font-size: 25px; font-weight: 500; padding: 6px 12px; } .-disabled, button:disabled { opacity: 0.3; } .btn_color.link { display: block; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-decoration: none; } ._pst-rlt { position: relative !important; } ._dp-n { display: none !important; } .noti-badge { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 7px; width: 22px; height: 22px; right: 15px; top: 14px; background-image: -webkit-gradient(linear, left top, left bottom, from(#72afd3), color-stop(#4cc0df), color-stop(#00d0df), color-stop(#00dfd2), to(#37ecba)); background-image: linear-gradient(to bottom, #72afd3, #4cc0df, #00d0df, #00dfd2, #37ecba); color: #fff; border-radius: 999999px; font-size: 13px; }
0.52756
0.065247
body { direction: rtl; unicode-bidi: embed; } .site-branding { text-align: right; } .site-tools { float: left; } @media all and (max-width: 640px) { .site-tools .wishlist-button, .site-tools .shopping-bag-button { padding-left: 10px; } } .site-tools.offset { margin-left: -8px; margin-right: auto; } .main-navigation.align_right>ul { margin-right: 0; } .site-tools ul li { margin-right: 16px; margin-left: 0; } .tools_button_icon { float: right; text-align: right; } .shopping_bag_items_number, .wishlist_items_number { margin: 0 22px 0 0; text-align: right; } .main-navigation>ul>li.menu-item-has-children { padding-left: 2px; padding-right: 0; margin-right: 0; margin-left: 10px; } .main-navigation ul li.menu-item-has-children>a:after { font-family: Shopkeeper-Icon-Font; content: "\e91c"; left: 0; right: auto; text-align: right; } .main-navigation > ul > li.menu-item-has-children > a:after { left: auto; right: 3px; content: "\e91b"; } .main-navigation ul ul li { float: none; text-align: right; } .main-navigation ul ul li.menu-item-has-children a { margin-left: 40px; margin-right: 0; } .rtl .site-header .site-tools{ left:0; right:auto; } .site-header-wrapper { direction: ltr; } .site-header-wrapper .header_col,.site-tools,.site-branding,.main-navigation { direction: rtl; } .site-top-message { float: right; margin-left: 35px; margin-right: 0; } .site-social-icons-wrapper { float: left;} .site-social-icons ul { padding: 0 50px 0 0;} .site-social-icons ul li:first-child { margin-right: 0; margin-left: 0; } .site-social-icons ul li { padding: 0; margin-right: 20px; margin-left: 0; float: right; } .main-navigation { text-align: right;} #site-navigation-top-bar>ul { float: right; } .footer-navigation-wrapper ul li:last-child { border-left: none; padding-left: 0; margin-left: 0; } .main-navigation ul ul ul { right: 100%; left: auto; } .widget_search .search-form:after, .woocommerce-product-search:after, .submit_icon, .widget_product_search input[type="submit"], .widget_search #searchsubmit, .widget_product_search .search-submit, .widget_search .search-submit{ left: 0; right: auto; } .nano .content{ direction:ltr; } .nano .content * { direction: rtl; } .mobile-search input[type="search"] { padding: 13px 35px 14px 60px;} .mobile-search .widget_product_search input[type="submit"], .mobile-search .widget_search #searchsubmit, .mobile-search .widget_product_search .search-submit, .mobile-search .mobile_search_submit { left: 22px; right: auto; } .mobile-navigation .menu-item-has-children .more, .mobile-navigation .menu-item-language .more{ left: 22px; right: auto; } .mobile-navigation .sub-menu{ padding: 0 30px 10px 0; } .mobile-navigation .sub-menu .sub-menu { padding: 2px 20px 11px 0; } .thumbnail_archive img { -webkit-transform: translate3d(40px, 0, 0); transform: translate3d(40px, 0, 0); } .post_meta_archive { text-align: right; } .post_meta_archive a, .post_meta a { margin-right: 4px; margin-left: 16px;} .post_meta_archive a:last-child, .post_meta a:last-child { margin-left: 0; margin-right: 4px; } .nav-previous .meta-nav { margin-left: 5px; margin-right: 0; } .nav-next .meta-nav { margin-right: 5px; margin-left: 0; } .wc-backward a:before, .wc-backward:before { margin-left: 10px; margin-right: 0; } .wpb_wrapper .product.woocommerce .add_to_cart_button:before, .wpb_wrapper .product.woocommerce .added_to_cart_button:before { margin-left: 6px; margin-right: 0;} .woocommerce .products ul h3, .woocommerce ul.products h3, .woocommerce-page .products ul h3, .woocommerce-page ul.products h3{ padding: 17px 0 0 35px; } .yith-wcwl-add-to-wishlist .ajax-loading{ right: 50%; left:auto; margin-right: -8px; margin-left:0; } .products .add_to_wishlist:before, .products .yith-wcwl-wishlistaddedbrowse a:before, .products .yith-wcwl-wishlistexistsbrowse a:before { left: 0; right: auto; } .products a.button { padding: 0.2em 1.2em 0em 0 !important; } .products a.button, .woocommerce .products .added_to_cart.wc-forward, .woocommerce-page .products .added_to_cart.wc-forward{ text-align: right; } .products a.button:before { right: 0; left: auto;} .woocommerce .products span.onsale, .woocommerce-page .products span.onsale, .woocommerce span.onsale, .woocommerce-page span.onsale { right: 15px; left: auto;} .dropcap { float: right; padding: 8px 0 5px 18px; } [class*="block-grid-"]>li { float: right;} .hover-effect-link .hover-effect-thumb{ -webkit-transform: translate3d(30px, 0, 0); transform: translate3d(30px, 0, 0); } .hover-effect-content:hover .hover-effect-thumb { -webkit-transform: translate3d(60px, 0, 0); transform: translate3d(60px, 0, 0); } .hover-effect-content .hover-effect-title, .wpb_wrapper h2.hover-effect-title { right: 0px; left: auto; text-align: right;} .woocommerce-account .woocommerce-MyAccount-navigation { float: right; } .woocommerce-account .woocommerce-MyAccount-content { float: left; } .woocommerce-error, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error { text-align: right; } .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { margin-right: 30px; margin-left: 0;} .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { float: left; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { right: auto;} .woocommerce-account .addresses .title h3 { float: right; } .woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count { float: left; } .rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2 { float: none;} .wpb_wrapper .vc_progress_bar .vc_single_bar .vc_bar { right: 0; left: auto; } .shortcode_icon_box.icon_position_left { padding-left: 73px; padding-right:0; } .shortcode_icon_box.icon_position_right { padding-right: 50px; padding-left:0; } .shortcode_icon_box.icon_position_left .icon_wrapper { right:auto; left: 0 } .shortcode_icon_box.icon_position_right .icon_wrapper { left:auto; right: 0px } .shortcode_icon_box.icon_position_left .icon_box_content, .shortcode_icon_box.icon_position_left .icon_box_title { padding-left: 0; } .shortcode_icon_box.icon_position_right .icon_box_content, .shortcode_icon_box.icon_position_right .icon_box_title { padding-right: 20px; } .shortcode_icon_box.icon_position_left .icon_box_read_more { margin-left: 20px } blockquote:before { right: -2px; left: auto; } blockquote p { padding-right: 30px; padding-left: 0;} .error-404 input[type="text"], .error-404 input[type="search"], .error-404 input[type="submit"], .no-results input[type="text"], .no-results input[type="search"], .no-results input[type="submit"] { float: right; } .category_item_bkg { -webkit-transform: translate3d(40px, 0, 0); transform: translate3d(40px, 0, 0); } .woocommerce table.cart.wishlist_table td.product-remove { text-align: right; } .woocommerce-page table.cart.wishlist_table .product-add-to-cart, .woocommerce-page #content table.cart.wishlist_table .product-add-to-cart { padding-left: 0 !important; } .woocommerce-page table.cart.wishlist_table .product-subtotal, .woocommerce-page #content table.cart.wishlist_table .product-subtotal, .woocommerce-page table.cart.wishlist_table .product-stock-status, .woocommerce-page #content table.cart.wishlist_table .product-stock-status { text-align: right; } .woocommerce table.shop_table { margin: 0 0 24px -1px; text-align: right;} table tr { text-align: right;} .wishlist_table tr td, .wishlist_table tr th { text-align: right; padding-right: 0 !important; padding-left: 20px !important; } .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: right; } .woocommerce table.shop_table td, .woocommerce-page table.shop_table td { padding: 40px 0 40px 30px; } .woocommerce table.shop_table.cart td, .woocommerce-page table.shop_table.cart td { padding: 25px 0 25px 30px; } .woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail { padding-left: 20px; padding-right: 0;} .products .out_of_stock_badge_loop, .out_of_stock_badge_single { margin-left: 15px; margin-right: 0; right: 15px; left: auto; } html[dir="rtl"] .select2-container .select2-choice .select2-arrow { left: 0; right: auto; border: none; border-radius: 0; } html[dir="rtl"] .select2-results { padding: 5px 0; margin: 0; } .post_tags a { margin-right: 10px; margin-left: 0;} .post_tags a:first-child { margin-right: 0; } .comment-reply { padding-left: 20px; padding-right: 0; } .comment-author-avatar { right: 0; left: auto;} #commentform .column,#commentform .columns{ float:right; } #commentform .form-submit { text-align: right;} .entry-content ul,.entry-content ol { margin: 0.875em 2.1875em 0.875em 0; } .woocommerce div.product form.cart div.quantity:not(.hidden), .woocommerce #content div.product form.cart div.quantity:not(.hidden), .woocommerce-page div.product form.cart div.quantity:not(.hidden), .woocommerce-page #content div.product form.cart div.quantity:not(.hidden) { float: right; margin: 0 0 20px 20px; } .quantity input.qty, .woocommerce .quantity .qty { float: right; padding: 0px 13px 0px 0; } .woocommerce div.product form.cart .button { float: right; } .product_infos .add_to_wishlist:before, .product_infos .yith-wcwl-wishlistaddedbrowse:before, .product_infos .yith-wcwl-wishlistexistsbrowse:before { right: 0; left: auto; } .product-images { direction: ltr; } .yith-wcwl-add-button, .yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse { padding: 2px 22px 2px 0;} .vc_separator.vc_separator_align_right h4 { padding: 0 .8em 0 0; } .vc_separator.vc_separator_align_left h4 { padding: 0 0 0 .8em; } .product_meta>span { margin-left: 23px; margin-right: 0; display: inline-block; } .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { float: right;} .woocommerce form .form-row-last, .woocommerce-page form .form-row-last { float: left; } .woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar { right: 0; left: auto;} .woocommerce #reviews .star-rating, .woocommerce-page #reviews .star-rating { margin-left: -70px; margin-right: auto; } .woocommerce .star-rating { float: left;} .woocommerce #reviews span.comment-reply-title, .woocommerce-page #reviews span.comment-reply-title { text-align: right; } .woocommerce .product_summary_top .star-rating, .woocommerce-page .product_summary_top .star-rating { margin-left: 12px; margin-right: 0; } .woocommerce-review-link { margin-right: -10px; margin-left: 0; } .product_navigation { direction: ltr; } .woocommerce div.product form.cart td.label, .woocommerce-page div.product form.cart td.label, .woocommerce #content div.product form.cart td.label, .woocommerce-page #content div.product form.cart td.label { padding-left: 1em; padding-right: 0;} .product_infos .group_table tr td { text-align: right;} .woocommerce .cross-sells h2, .woocommerce-page .cross-sells h2, .woocommerce .cart_totals h2, .woocommerce-page .cart_totals h2 { text-align: right;} .woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th { text-align: right; } .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th { padding: 9px 0 5px 40px;} .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon { float: right; } .woocommerce-cart .entry-content .woocommerce .actions .button { float: left; } .woocommerce-cart .entry-content .woocommerce .actions #coupon_code { margin-left: 15px; margin-right: 0; } #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { float: right; margin: 0 0 0 4px; } .woocommerce-cart .entry-content .woocommerce>form { float: right;} .woocommerce-cart .entry-content .woocommerce .cart-collaterals { float: left;} .woocommerce ul#shipping_method li { padding: .25em 22px .25em 0;} .woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li { padding: 0 20px 0 0; } .woocommerce table.shop_table, .woocommerce-page table.shop_table { margin: 12px 0 0 0;} .woocommerce table.cart .product-name, .woocommerce #content table.cart .product-name { padding-left: 20px; padding-right: 0; } .woocommerce table.cart .product-price, .woocommerce #content table.cart .product-price { padding-left: 20px; padding-right: 0; } .woocommerce table.cart .product-quantity, .woocommerce #content table.cart .product-quantity { padding-left: 20px; padding-right: 0; } .woocommerce table.cart .product-subtotal, .woocommerce #content table.cart .product-subtotal, .woocommerce-page table.cart .product-subtotal, .woocommerce-page #content table.cart .product-subtotal { padding-left: 20px; padding-right: 0; } .woocommerce a.remove { text-align: left;} body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout [class*="column"]+[class*="column"]:last-child { float: left; } .woocommerce-checkout .content-area h3 { margin: 0px 0 13px 20px; } .woocommerce form .form-row label.check_label_radio, .woocommerce-page form .form-row label.check_label, .check_label_radio, .check_label { padding-right: 24px; padding-left: 0;} .check_label:before { right: 0; left: auto;} .check_box_radio, .check_box { right: -9999px; left: auto; } .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs, .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs, .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs, .product_layout_4 section.related h2, .product_layout_3 section.related h2, .product_layout_2 section.related h2 { text-align: right !important; } @media only screen and (min-width: 1280px) { .product_layout_2 .product_content_wrapper .column, .product_layout_2 .product_content_wrapper .columns { float: right; } } @media only screen and (max-width: 1024px) { .product_layout_classic .woocommerce-tabs ul.tabs { text-align: right !important; } } @media only screen and (max-width: 767px) { .product_layout_classic .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist, .product_layout_2 .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist { float: right; } } ul.wc_payment_methods.payment_methods.methods li.wc_payment_method > input.input-radio, .woocommerce ul#shipping_method li input.input-radio, .check_box { display:none; } .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child, .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child, .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child, .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child { padding-right: 30px; padding-left: 0; } #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li { text-align: right;} .check_label_radio:before { right: 0; left: auto;} .thank_you_header p:before { margin-left: 10px; margin-right: 0;} .woocommerce .order_details li { float: right;} .thank_you_header .order_details { text-align: right;} .shop_table.order_details .product-total { padding-right: 30px !important; padding-left: 0 !important; } .woocommerce .shop_table.order_details tfoot th, .woocommerce-page .shop_table.order_details tfoot th { padding-right: 0%; padding-left: 0; } .woocommerce .shop_table.order_details tfoot td, .woocommerce-page .shop_table.order_details tfoot td { padding-right: 30px; padding-left: 0; } .rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 { float: none; } .woocommerce-order-received .shop_table.customer_details { float: right;} .woocommerce-order-received .col2-set.addresses { float: left;} .rtl.woocommerce-view-order .col2-set .col-1,.rtl.woocommerce-view-order .col2-set .col-1,.rtl.woocommerce-order-received .col2-set .col-1 { float: right; padding: 0px 0px 0px 20px; } .rtl.woocommerce-view-order .col2-set .col-2,.rtl.woocommerce-view-order .col2-set .col-2,.rtl.woocommerce-order-received .col2-set .col-2 { float: right; padding: 0 0px 0 20px; } .woocommerce-order-received .col2-set .col-2, .woocommerce-order-received .col2-set .col-2 { float: right;} .woocommerce .products a.button.loading:before { right: 0; left: auto; } .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { text-align: right; } .widget_shopkeeper_social_media a:before { padding: 10px 0 10px 20px; margin-left: 10px; margin-right: 0; } .wpb_widgetised_column aside ul li span.count { float: left;} .widget_shopping_cart ul.cart_list li, .woocommerce .widget_shopping_cart ul.cart_list li { padding-left: 20px; padding-right: 0;} .widget_shopping_cart ul.cart_list li a.remove, .woocommerce .widget_shopping_cart ul.cart_list li a.remove { right: auto; left: 0; } ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img { float: right; margin-right: -90px; margin-left: 0; } .widget_shopping_cart ul.cart_list li img { margin-left: 18px; margin-right: 0; } .widget_shopping_cart .total .amount { text-align: left; float: left; } .woocommerce .widget_layered_nav ul li a:before, .woocommerce-page .widget_layered_nav ul li a:before, .widget_layered_nav ul li a:before { margin-left: 8px; margin-right: 0; float: right; } .woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount { text-align: right;} .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button { float: left;} .widget.widget_price_filter .price_slider_amount .button { text-align: left;} .order-info .order-status { margin-left: 0; margin-right: 5px; } .woocommerce table.my_account_orders .order-actions { text-align: left; } .woocommerce-checkout .content-area .thank_you_bank_details h3 { text-align: right;} .woocommerce .widget_product_categories ul li a:before, .woocommerce-page .widget_product_categories ul li a:before, .widget_product_categories ul li a:before { margin-left: 8px; margin-right: 0; float: right;} .widget ul .children, .widget ul .sub-menu, .widget ol .children, .widget ol .sub-menu { margin: 5px 20px 5px 0; } .shop_sidebar .widget ul .children { margin: 10px 20px 10px 0; } select { background-position: 0% center;} ul.cart_list li, .woocommerce-page ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.product_list_widget li { padding: 0 90px 30px 0;} .widget .tagcloud a { margin-left: 2px; margin-right: 0;} .widget .recentcomments, .widget.widget_recent_entries ul li { padding-right: 20px; padding-left: 0; } .widget .recentcomments:before { right: 0px; left: auto;} .widget_calendar caption { text-align: right;} .widget_calendar #prev { text-align: right; } .widget_calendar #next { text-align: left; } .widget.widget_recent_entries ul li:before { right: 0px; left: auto;} @media only screen { .small-push-0 { left: auto; right: 0; } .small-pull-0 { right: auto; left: 0; } .small-push-1 { left: auto; right: 8.33333%; } .small-pull-1 { right: auto; left: 8.33333%; } .small-push-2 { left: auto; right: 16.66667%; } .small-pull-2 { right: auto; left: 16.66667%; } .small-push-3 { left: auto; right: 25%; } .small-pull-3 { right: auto; left: 25%; } .small-push-4 { left: auto; right: 33.33333%; } .small-pull-4 { right: auto; left: 33.33333%; } .small-push-5 { left: auto; right: 41.66667%; } .small-pull-5 { right: auto; left: 41.66667%; } .small-push-6 { left: auto; right: 50%; } .small-pull-6 { right: auto; left: 50%; } .small-push-7 { left: auto; right: 58.33333%; } .small-pull-7 { right: auto; left: 58.33333%; } .small-push-8 { left: auto; right: 66.66667%; } .small-pull-8 { right: auto; left: 66.66667%; } .small-push-9 { left: auto; right: 75%; } .small-pull-9 { right: auto; left: 75%; } .small-push-10 { left: auto; right: 83.33333%; } .small-pull-10 { right: auto; left: 83.33333%; } .small-push-11 { left: auto; right: 91.66667%; } .small-pull-11 { right: auto; left: 91.66667%; } .small-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .small-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .small-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .small-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .small-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .small-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .small-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .small-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .small-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .small-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .small-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .small-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .small-reset-order { float: right; } } @media only screen and (min-width: 40em) { .medium-push-0 { left: auto; right: 0; } .medium-pull-0 { right: auto; left: 0; } .medium-push-1 { left: auto; right: 8.33333%; } .medium-pull-1 { right: auto; left: 8.33333%; } .medium-push-2 { left: auto; right: 16.66667%; } .medium-pull-2 { right: auto; left: 16.66667%; } .medium-push-3 { left: auto; right: 25%; } .medium-pull-3 { right: auto; left: 25%; } .medium-push-4 { left: auto; right: 33.33333%; } .medium-pull-4 { right: auto; left: 33.33333%; } .medium-push-5 { left: auto; right: 41.66667%; } .medium-pull-5 { right: auto; left: 41.66667%; } .medium-push-6 { left: auto; right: 50%; } .medium-pull-6 { right: auto; left: 50%; } .medium-push-7 { left: auto; right: 58.33333%; } .medium-pull-7 { right: auto; left: 58.33333%; } .medium-push-8 { left: auto; right: 66.66667%; } .medium-pull-8 { right: auto; left: 66.66667%; } .medium-push-9 { left: auto; right: 75%; } .medium-pull-9 { right: auto; left: 75%; } .medium-push-10 { left: auto; right: 83.33333%; } .medium-pull-10 { right: auto; left: 83.33333%; } .medium-push-11 { left: auto; right: 91.66667%; } .medium-pull-11 { right: auto; left: 91.66667%; } .medium-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .medium-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .medium-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .medium-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .medium-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .medium-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .medium-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .medium-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .medium-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .medium-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .medium-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .medium-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .medium-reset-order { float: right; } .push-0 { right: 0%; left: auto; } .pull-0 { left: 0%; right: auto; } .push-1 { right: 8.33333%; left: auto; } .pull-1 { left: 8.33333%; right: auto; } .push-2 { right: 16.66667%; left: auto; } .pull-2 { left: 16.66667%; right: auto; } .push-3 { right: 25%; left: auto; } .pull-3 { left: 25%; right: auto; } .push-4 { right: 33.33333%; left: auto; } .pull-4 { left: 33.33333%; right: auto; } .push-5 { right: 41.66667%; left: auto; } .pull-5 { left: 41.66667%; right: auto; } .push-6 { right: 50%; left: auto; } .pull-6 { left: 50%; right: auto; } .push-7 { right: 58.33333%; left: auto; } .pull-7 { left: 58.33333%; right: auto; } .push-8 { right: 66.66667%; left: auto; } .pull-8 { left: 66.66667%; right: auto; } .push-9 { right: 75%; left: auto; } .pull-9 { left: 75%; right: auto; } .push-10 { right: 83.33333%; left: auto; } .pull-10 { left: 83.33333%; right: auto; } .push-11 { right: 91.66667%; left: auto; } .pull-11 { left: 91.66667%; right: auto; } } @media only screen and (min-width: 64em) { .large-push-0 { left: auto; right: 0; } .large-pull-0 { right: auto; left: 0; } .large-push-1 { left: auto; right: 8.33333%; } .large-pull-1 { right: auto; left: 8.33333%; } .large-push-2 { left: auto; right: 16.66667%; } .large-pull-2 { right: auto; left: 16.66667%; } .large-push-3 { left: auto; right: 25%; } .large-pull-3 { right: auto; left: 25%; } .large-push-4 { left: auto; right: 33.33333%; } .large-pull-4 { right: auto; left: 33.33333%; } .large-push-5 { left: auto; right: 41.66667%; } .large-pull-5 { right: auto; left: 41.66667%; } .large-push-6 { left: auto; right: 50%; } .large-pull-6 { right: auto; left: 50%; } .large-push-7 { left: auto; right: 58.33333%; } .large-pull-7 { right: auto; left: 58.33333%; } .large-push-8 { left: auto; right: 66.66667%; } .large-pull-8 { right: auto; left: 66.66667%; } .large-push-9 { left: auto; right: 75%; } .large-pull-9 { right: auto; left: 75%; } .large-push-10 { left: auto; right: 83.33333%; } .large-pull-10 { right: auto; left: 83.33333%; } .large-push-11 { left: auto; right: 91.66667%; } .large-pull-11 { right: auto; left: 91.66667%; } .large-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .large-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .large-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .large-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .large-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .large-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .large-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .large-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .large-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .large-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .large-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .large-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .large-reset-order { float: right; } .push-0 { right: 0%; left: auto; } .pull-0 { left: 0%; right: auto; } .push-1 { right: 8.33333%; left: auto; } .pull-1 { left: 8.33333%; right: auto; } .push-2 { right: 16.66667%; left: auto; } .pull-2 { left: 16.66667%; right: auto; } .push-3 { right: 25%; left: auto; } .pull-3 { left: 25%; right: auto; } .push-4 { right: 33.33333%; left: auto; } .pull-4 { left: 33.33333%; right: auto; } .push-5 { right: 41.66667%; left: auto; } .pull-5 { left: 41.66667%; right: auto; } .push-6 { right: 50%; left: auto; } .pull-6 { left: 50%; right: auto; } .push-7 { right: 58.33333%; left: auto; } .pull-7 { left: 58.33333%; right: auto; } .push-8 { right: 66.66667%; left: auto; } .pull-8 { left: 66.66667%; right: auto; } .push-9 { right: 75%; left: auto; } .pull-9 { left: 75%; right: auto; } .push-10 { right: 83.33333%; left: auto; } .pull-10 { left: 83.33333%; right: auto; } .push-11 { right: 91.66667%; left: auto; } .pull-11 { left: 91.66667%; right: auto; } } @media only screen and (min-width: 80em) { .xlarge-push-0 { left: auto; right: 0; } .xlarge-pull-0 { right: auto; left: 0; } .xlarge-push-1 { left: auto; right: 8.33333%; } .xlarge-pull-1 { right: auto; left: 8.33333%; } .xlarge-push-2 { left: auto; right: 16.66667%; } .xlarge-pull-2 { right: auto; left: 16.66667%; } .xlarge-push-3 { left: auto; right: 25%; } .xlarge-pull-3 { right: auto; left: 25%; } .xlarge-push-4 { left: auto; right: 33.33333%; } .xlarge-pull-4 { right: auto; left: 33.33333%; } .xlarge-push-5 { left: auto; right: 41.66667%; } .xlarge-pull-5 { right: auto; left: 41.66667%; } .xlarge-push-6 { left: auto; right: 50%; } .xlarge-pull-6 { right: auto; left: 50%; } .xlarge-push-7 { left: auto; right: 58.33333%; } .xlarge-pull-7 { right: auto; left: 58.33333%; } .xlarge-push-8 { left: auto; right: 66.66667%; } .xlarge-pull-8 { right: auto; left: 66.66667%; } .xlarge-push-9 { left: auto; right: 75%; } .xlarge-pull-9 { right: auto; left: 75%; } .xlarge-push-10 { left: auto; right: 83.33333%; } .xlarge-pull-10 { right: auto; left: 83.33333%; } .xlarge-push-11 { left: auto; right: 91.66667%; } .xlarge-pull-11 { right: auto; left: 91.66667%; } .xlarge-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .xlarge-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .xlarge-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .xlarge-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .xlarge-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .xlarge-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .xlarge-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .xlarge-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .xlarge-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .xlarge-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .xlarge-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .xlarge-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .xlarge-reset-order { float: right; } } @media only screen and (min-width: 100em) { .xxlarge-push-0 { left: auto; right: 0; } .xxlarge-pull-0 { right: auto; left: 0; } .xxlarge-push-1 { left: auto; right: 8.33333%; } .xxlarge-pull-1 { right: auto; left: 8.33333%; } .xxlarge-push-2 { left: auto; right: 16.66667%; } .xxlarge-pull-2 { right: auto; left: 16.66667%; } .xxlarge-push-3 { left: auto; right: 25%; } .xxlarge-pull-3 { right: auto; left: 25%; } .xxlarge-push-4 { left: auto; right: 33.33333%; } .xxlarge-pull-4 { right: auto; left: 33.33333%; } .xxlarge-push-5 { left: auto; right: 41.66667%; } .xxlarge-pull-5 { right: auto; left: 41.66667%; } .xxlarge-push-6 { left: auto; right: 50%; } .xxlarge-pull-6 { right: auto; left: 50%; } .xxlarge-push-7 { left: auto; right: 58.33333%; } .xxlarge-pull-7 { right: auto; left: 58.33333%; } .xxlarge-push-8 { left: auto; right: 66.66667%; } .xxlarge-pull-8 { right: auto; left: 66.66667%; } .xxlarge-push-9 { left: auto; right: 75%; } .xxlarge-pull-9 { right: auto; left: 75%; } .xxlarge-push-10 { left: auto; right: 83.33333%; } .xxlarge-pull-10 { right: auto; left: 83.33333%; } .xxlarge-push-11 { left: auto; right: 91.66667%; } .xxlarge-pull-11 { right: auto; left: 91.66667%; } .xxlarge-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .xxlarge-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .xxlarge-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .xxlarge-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .xxlarge-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .xxlarge-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .xxlarge-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .xxlarge-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .xxlarge-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .xxlarge-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .xxlarge-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .xxlarge-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .xxlarge-reset-order { float: right; } } @media only screen and (min-width: 100em){ .xxlarge-block-grid-1>li { float: right; } .xxlarge-block-grid-2>li{ float: right; } .xxlarge-block-grid-3>li{ float: right; } .xxlarge-block-grid-4>li { float: right; } .xxlarge-block-grid-5>li{ float: right; } .xxlarge-block-grid-6>li{ float: right; } .xxlarge-block-grid-7>li{ float: right; } .xxlarge-block-grid-8>li{ float: right; } .xxlarge-block-grid-9>li{ float: right; } .xxlarge-block-grid-10>li { float: right; } .xxlarge-block-grid-11>li{ float: right; } .xxlarge-block-grid-12>li{ float: right; } } @media only screen and (min-width: 40em){ #commentform .column,#commentform .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } } @media only screen and (min-width: 40.063em){ .shopping_bag_items_number, .wishlist_items_number { margin: 2px 23px 0 0; line-height: 36px; } .shortcode_icon_box.icon_position_left { padding-left: 190px; padding-right:0; } .shortcode_icon_box.icon_position_right { padding-right: 85px; padding-left:0; } .shortcode_icon_box.icon_position_left .icon_wrapper { right:auto; left: 60px; } .shortcode_icon_box.icon_position_right .icon_wrapper { left:auto; right: 0; } .shortcode_icon_box.icon_position_left .icon { font-size: 52px; line-height: 52px } .shortcode_icon_box.icon_position_right .icon { font-size: 36px; line-height: 36px } .gallery-item .gallery-caption { text-align: right;} blockquote p { padding-right: 43px; padding-left: 0; } .error-404 input[type="text"], .error-404 input[type="search"], .no-results input[type="text"], .no-results input[type="search"] { width: 300px; margin-left: 10px; margin-right: 0; } .comments-title { text-align: right; } .logged-in-as, .comment-notes, #reply-title { text-align: right; } .comment-content { padding: 0 100px 0 0; } .woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text { margin: 0 107px 0 100px; } .woocommerce #reviews .star-rating, .woocommerce-page #reviews .star-rating { margin-left: -100px; margin-right: auto; } .product_infos .group_table td.label { padding-left: 40px !important; padding-right: 0 !important; } .woocommerce table.cart .product-name, .woocommerce #content table.cart .product-name { padding-left: 40px; padding-right: 0; } .woocommerce table.cart td.product-remove { text-align: center;} form.checkout_coupon #coupon_code, form.woocommerce-cart-form #coupon_code { margin-left: 10px; margin-right: 0; float: right; } .woocommerce-checkout .content-area h3 { margin: 0px 0 33px 20px; } .woocommerce .checkout .col-2 h3, .woocommerce-page .checkout .col-2 h3 { float: right; } #ship-to-different-address { float: right;} .thank_you_header .order_details li.order, .thank_you_header .order_details li.total, .thank_you_header .order_details li.date { margin-left: 77px; margin-right: 0; } .woocommerce .shop_table.order_details tfoot th, .woocommerce-page .shop_table.order_details tfoot th { padding-right: 28%; padding-left: 0; } .footer-navigation-wrapper ul li { padding-left: 14px; padding-right: 0; margin: 0px 0 15px 10px; } .footer-navigation-wrapper ul li:after { left: 0; right: auto; } } .woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating, .woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .product_summary_middle h1 { text-align: right !important; } @media only screen and (min-width: 56.3125em){ .main-navigation>ul>li.menu-item-has-children>a:after { left: 0px; right: auto; } .main-navigation ul li a { padding: 10px 0 10px 10px; } } @media only screen and (min-width: 63.9375em){ .error-404 input[type="text"], .error-404 input[type="search"], .no-results input[type="text"], .no-results input[type="search"] { margin-left: 10px; margin-right: 0; } .comment-list ul.children { margin: 0 120px 0em 0; } .checkout_left_wrapper { margin-left: 30px; margin-right: 0; } .checkout_right_wrapper { margin-right: 30px; margin-left: 0; } .site-branding { text-align: center; } } @media only screen and (max-width: 64em) { .site-tools ul li { margin-right: 6px; margin-left: 0; } } @media only screen and (min-width: 64em){ #commentform .column,#commentform .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } } @media only screen and (min-width: 80em){ .main-navigation>ul>li.menu-item-has-children>a:after { left: -3px; right: auto; } .main-navigation ul li a { padding: 10px 15px; } #commentform .column,#commentform .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } } @media only screen and (min-width: 100em){ #commentform .column,#commentform .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } } @media only screen and (max-width: 768px){ .woocommerce-account .woocommerce-MyAccount-navigation { float: right; } .woocommerce-account .woocommerce-MyAccount-content{ float: right; } .woocommerce table.cart tr.cart_item, .woocommerce #content table.cart tr.cart_item, .woocommerce-page table.cart tr.cart_item, .woocommerce-page #content table.cart tr.cart_item .woocommerce table.cart .cart_item td, .woocommerce #content table.cart .cart_item td, .woocommerce-page table.cart .cart_item td, .woocommerce-page #content table.cart .cart_item td { float: right;} .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before { float: right; } .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { text-align: left !important; } .woocommerce table.cart .cart_item td .quantity, .woocommerce #content table.cart .cart_item td .quantity, .woocommerce-page table.cart .cart_item td .quantity, .woocommerce-page #content table.cart .cart_item td .quantity { float: left; } .woocommerce-cart.woocommerce-page .cart-collaterals .cart-subtotal td, .woocommerce-cart.woocommerce-page .cart-collaterals .shipping td { text-align: right !important;} .woocommerce-shipping-calculator { padding-right: 30%; padding-left: 0; } .woocommerce-cart.woocommerce-page .cart-collaterals .cart-subtotal td>span, .woocommerce-cart.woocommerce-page .cart-collaterals .shipping td ul, .woocommerce-cart.woocommerce-page .cart-collaterals tr .order-total strong { float: left; text-align: right !important; } } .cd-quick-view .cd-item-info .product_infos .quickview-badges .onsale { right: 900px; left: auto; } .cd-quick-view .cd-item-info .product_infos .quickview-badges .out_of_stock_badge_single { right: 846px; width: 21%; } .swiper-container-rtl .swiper-button-prev { right: 430px; } .swiper-container-rtl .swiper-button-next { left: 450px; } .woocommerce .button.getbowtied_product_quick_view_button::before { margin-left: 6px; } .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { right: 0px; } .woocommerce-error > li { padding-left: 20px !important; padding-right: 100px !important; } .site-branding a { right: 0; } .login-form label { float: right; } .lost-pass-link { float: left; margin-top: -5px !important; } #customer_details { float: right; } .products a.button { padding: 0.2em 0em 0em 1.2em !important; } .product_notification_background { right: 0; } .product_notification_text { padding-right: 120px !important; text-align: right !important; width: 100%; } .woocommerce-NoticeGroup-checkout .woocommerce-error > li:first-child { padding-top: 30px !important; } @media only screen and (min-width: 64.063em) { .shortcode_getbowtied_slider .swiper-button-next { right: 50px !important; left: auto !important; } .shortcode_getbowtied_slider .swiper-button-prev { left: 50px !important; right: auto !important; } } .woocommerce-error li { text-align: right; } @media only screen and (max-width: 40em) { .slide-from-right.st-menu-open .st-pusher { -webkit-transform: translate3d(270px, 0, 0); -moz-transform: translate3d(270px, 0, 0); transform: translate3d(270px, 0, 0); } .slide-from-right.st-menu { right: inherit !important; left: 0px; } } .product_summary_thumbnails_wrapper { float: right; } .product_layout_classic .product_content_wrapper .row .columns:nth-child(2) { float: right; } .product_layout_classic .product_content_wrapper .row .columns:last-child { float: left; } .product_layout_2 .product_content_wrapper .product_infos, .product_layout_3 .product_content_wrapper .product_infos, .product_layout_4 .product_content_wrapper .product_infos { right: 66% !important; } @media only screen and (max-width: 1280px) { .product_layout_2 .product_content_wrapper .product_infos, .product_layout_4 .product_content_wrapper .product_infos, .product_layout_3 .product_content_wrapper .product_infos { right: 63% !important; padding: 0 30px 0 0px; } } .product_layout_2 .product_content_wrapper .product-images-wrapper .product-images-controller, .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller { right: 10.5%; left: auto; text-align: right; } .product_layout_3 .product_title { left: 54% !important; } .product_layout_2 .product_content_wrapper .columns, .product_layout_3 .product_content_wrapper .columns:first-child, .product_layout_4 .product_content_wrapper .columns:first-child { float: right; } .product_meta { text-align: right !important; } .product_layout_classic .product_infos .product_summary_top .woocommerce-breadcrumb, .product_layout_2 .product_infos .product_summary_top .woocommerce-breadcrumb, .product_layout_3 .product_infos .product_summary_top .woocommerce-breadcrumb, .product_layout_4 .product_infos .product_summary_top .woocommerce-breadcrumb { float: right !important; text-align: right !important; } .product_layout_classic .product_infos .product_summary_top .woocommerce-product-rating, .product_layout_2 .product_infos .product_summary_top .woocommerce-product-rating, .product_layout_3 .product_infos .product_summary_top .woocommerce-product-rating, .product_layout_4 .product_infos .product_summary_top .woocommerce-product-rating { float: left !important; } .product_layout_classic .product_navigation, .product_layout_2 .product_navigation, .product_layout_3 .product_navigation, .product_layout_4 .product_navigation { left: -40px; } @media only screen and (min-width: 1024px) { .product_layout_classic .product_socials_wrapper, .product_layout_2 .product_socials_wrapper, .product_layout_3 .product_socials_wrapper, .product_layout_4 .product_socials_wrapper { right: -40px; } } .woocommerce ul#shipping_method li > label:before, ul.wc_payment_methods.payment_methods.methods li.wc_payment_method > label:before { right: 0; } .woocommerce ul#shipping_method li > label { padding-left: 0px; padding-right: 25px; } #stripe-payment-data > p, ul.wc_payment_methods.payment_methods.methods li.wc_payment_method > label { padding-left: 0px !important; padding-right: 35px !important; } .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item a:not(.remove) { margin-right: 0px; margin-left: 40px; } .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .product-item-bg { float: right; margin-left: 20px; margin-right: 0px; } .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .remove { left: 10px; right: initial; } .shopkeeper-mini-cart { left: 107px; right: initial; } .tob_bar_shop .small-5.medium-7.large-6.xlarge-8, .tob_bar_shop #button_offcanvas_sidebar_left { float: right; padding-right: 0px; margin-right: 0px; } .tob_bar_shop .woocommerce-breadcrumb { text-align: right; float: right; margin-right: 30px; } .tob_bar_shop .small-7.medium-5.large-6.xlarge-4, .catalog-ordering { float: left; } .cd-top { left: 55px; right: initial; } .lost-pass-link { float: left; } .woocommerce-message, .woocommerce-error, .woocommerce-info { right: 100%; left: initial; } /*@keyframes slide-in { 0% { transform: translateX(-2500px); width: 100px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2); } 50% { transform: translateX(-1847px); width: 100px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2); } 75% { transform: translateX(-1847px); width: 400px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2); } 100% { transform: translateX(-1847px); width: 400px; max-height: 500px; box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5); } } @keyframes slide-out { 0% { transform: translateX(-1847px); width: 400px; max-height: 500px; box-shadow: 0px 0px 40px -10px rgba(0,0,0, 0.5); } 50% { transform: translateX(-1847px); width: 400px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0, 0.2); } 75% { transform: translateX(-1847px); width: 100px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0, 0.2); } 100% { transform: translateX(-2500px); width: 100px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0, 0.2); } }*/ /*@keyframes slide-in-from-right { 0% { transform: translateX(-55px); } 50% { transform: translateX(95px); } 75% { transform: translateX(95px); } 100% { transform: translateX(95px); } } @keyframes slide-in-from-left { 0% { transform: translateX(55px); } 50% { transform: translateX(-95px); } 75% { transform: translateX(-95px); } 100% { transform: translateX(-95px); } }*/ /*@media only screen and (max-width: 767px) { @keyframes slide-in { 0% { transform: translateX(-800px); width: 100px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 50% { transform: translateX(320px); width: 100px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 75% { transform: translateX(320px); width: 320px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 100% { transform: translateX(320px); width: 320px; max-height: 500px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.9); } } @keyframes slide-out { 0% { transform: translateX(320px); width: 320px; max-height: 500px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.9); } 50% { transform: translateX(320px); width: 320px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 75% { transform: translateX(320px); width: 100px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 100% { transform: translateX(-800px); width: 100px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } } }*/ .main-navigation ul ul { right: -15px; left: initial !important; } .main-navigation .mega-menu > ul.with_bg_image { padding: 40px 50px 20px 150px; background-position: top left; } .woocommerce table.cart .product-name a, .woocommerce #content table.cart .product-name a { display: block; font-size: 1rem; line-height: 1.3125em; color: inherit; font-weight: 700; } .about_paypal { float: left !important; } form.checkout_coupon .checkout_coupon_inner.focus:after { content: "\e901"; left: 120px; right: initial; } .woocommerce-cart #content table.cart td.actions .coupon.focus:after { content: "\e901"; left: 20px; right: initial; } form.checkout_coupon .checkout_coupon_inner:before { left: initial; right: 120px; } .woocommerce-cart #content table.cart td.actions .coupon:before { left: initial; right: 20px; } .woocommerce-checkout .checkout_coupon_inner .button { left: 100px; right: initial; } .woocommerce-cart #content table.cart td.actions .coupon .button { left: 0px; right: initial; } .woocommerce-cart #content table.cart td.actions .coupon #coupon_code { padding-right: 75px !important; } @media only screen and (max-width: 641px) { form.checkout_coupon .checkout_coupon_inner:before { right: 20px; } form.checkout_coupon .checkout_coupon_inner.focus:after { left: 10px; } .woocommerce-checkout .checkout_coupon_inner .button { left: 0px; right: initial; } } @media only screen and (min-width: 768px) { form.checkout_coupon #coupon_code { padding: 0 65px 0 120px; } } @media only screen and (max-width: 768px) { .woocommerce .cart-collaterals .woocommerce-shipping-calculator > p { text-align: right; } .woocommerce-shipping-calculator { padding-right: 40%; } form.checkout_coupon #coupon_code { padding: 0 65px 0 45px; } } .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more:before, .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more:before { margin-left: 10px; } #billing_country_field label, #billing_state_field label, #shipping_country_field label, #shipping_state_field label, .state_select, .country_select { text-align: right; } @media (min-width: 1025px) { .woocommerce-checkout .col2-set { padding: 0 10px 0 90px!important; } } .post_content, .post_content .entry-title { text-align: right !important; } .product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li .description { margin: 0; } .woocommerce-cart .shopkeeper-continue-shopping { float: left; } .cd-quick-view .cd-item-info .product_infos .cart .quantity { float: right; } .site-search .products-grid .column { float: right; } .site-search .site-search-close { text-align: left; } .offcanvas_content_right .mobile-navigation a { padding: 8px 35px 8px 0px; } .mobile-navigation .sub-menu { padding: 0 0px 10px 30px; } .offcanvas_content_right .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu { padding: 10px 5px 0px 20px; } .offcanvas_content_right .language-and-currency-offcanvas #top_bar_language_list { text-align: right; } .icl_lang_sel_current { margin: 3px 10px 3px 0; } .language-and-currency #top_bar_language_list > ul > li.menu-item-first > a:before, .language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > a:before, .language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > a:before, .language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:before, .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > a:before, .language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > a:before, .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > a:before, .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:before { margin-right: 7px; content: "\e91b"; font-family: Shopkeeper-Icon-Font; } .language-and-currency #top_bar_language_list > ul > li.menu-item-first > a:after, .language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > a:after, .language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > a:after, .language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:after, .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > a:after, .language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > a:after, .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > a:after, .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:after { content: ""; } .select2-search input { background-position: -25px -20px !important; } span.select2-selection.select2-selection--single { text-align: right; } .select2-container--default .select2-selection--single .select2-selection__arrow b { left: auto !important; } .site-search .woocommerce-product-search:after, .site-search .widget_search .search-form:after { left: 0.625rem; right: auto; } @media (max-width: 767px) { .site-search .product_thumbnail_wrapper { width: 11%; float: right; } .site-search h3, .product_after_shop_loop { padding: 0 10px 0 0 !important; } .widget_search .search-form:after, .woocommerce-product-search:after, .submit_icon, .widget_product_search input[type="submit"], .widget_search #searchsubmit, .widget_product_search .search-submit, .widget_search .search-submit { left: 0.625rem; right: auto; } .site-search .woocommerce-product-search:after, .site-search .widget_search .search-form:after { left: 0; right: auto; } } .spin { right: 50%; } .mobile-navigation ul li.menu-item-has-children > a, .mobile-navigation ul li.upper > a { padding: 8px 35px 8px 0px !important; } .mobile-navigation .sub-menu .sub-menu a, .mobile-navigation .sub-menu .sub-menu .sub-menu a { padding: 3px 15px 3px 0px !important; } .mobile-navigation .gtb-new:after { margin-left: 0px; margin-right: 5px; } @media only screen and (max-width: 64em) { .site-tools.offset .wishlist_items_number, .site-tools.offset .shopping_bag_items_number { margin-right: 20px; } } .mobile-navigation .sub-menu .sub-menu { padding: 2px 20px 0px 0; } .header_col.branding { min-width: 100px !important; } .archive .site-content .show-for-large { float: right; } .wpb_widgetised_column:not(.offcanvas_content_left) { padding-right: 0px; padding-left: 30px; } .woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination { text-align: right; } .woocommerce div.product form.cart div.quantity:not(.hidden), .woocommerce #content div.product form.cart div.quantity:not(.hidden), .woocommerce-page div.product form.cart div.quantity:not(.hidden), .woocommerce-page #content div.product form.cart div.quantity:not(.hidden) { margin: 5px 0 10px 20px !important } .woocommerce .wcml-dropdown.product, .wcml-dropdown { float: right; } .woocommerce-message, .woocommerce-error, .woocommerce-info { right: initial; left: initial; } .woocommerce-message .success-icon { float: right; } .woocommerce-message .notice_text { padding-right: 15px; } .woocommerce-error > li { padding-left: 20px !important; padding-right: 20px !important; } body.gbt_classic_notif.woocommerce-checkout .woocommerce-error::before { right: 0; top: 0; left: initial; } .woocommerce-NoticeGroup-checkout .woocommerce-error > li:first-child { padding-top: 0px !important; } @media only screen and (max-width: 767px) { .single-product .yith-wcwl-add-to-wishlist { float: right !important; margin: 0 !important; } } @media only screen and (max-width: 40.063em) { .woocommerce table.cart.wishlist_table td.product-remove { max-width: 25px; min-width: 10px; } .woocommerce table.cart.wishlist_table td.product-name, .woocommerce table.cart.wishlist_table td.product-price { padding-left: 15px !important; } .share-product-text { width: auto !important; padding: 0; display: inline !important; } .product_content_wrapper .product_infos form.cart { margin-bottom: 30px !important; } .product_socials_wrapper_inner { display: inline !important; float: right !important; } } @media only screen and (max-width: 767px) { .woocommerce div.product form.cart div.quantity:not(.hidden), .woocommerce #content div.product form.cart div.quantity:not(.hidden), .woocommerce-page div.product form.cart div.quantity:not(.hidden), .woocommerce-page #content div.product form.cart div.quantity:not(.hidden) { margin: 0 !important; } } .product_layout_classic .mobile_gallery_thumbs .swiper-wrapper, .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper, .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper, .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper { margin: 0 -37.5% 0 0; } .main-navigation .mega-menu ul ul li.menu-item-has-children > a:after { left: 0; right: auto; content: '\e91c' !important; } .main-navigation ul li.mega-menu ul li.menu-item-has-children { margin-left: 40px; margin-right: 0; } .main-navigation .mega-menu > ul { padding:40px 50px 40px 0; } .wc_payment_method.payment_method_paypal img { float: left; margin: 0 15px 0 0 !important; } .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon, #add_payment_method #payment ul.payment_methods li img.stripe-icon { float: left; padding-left: 0; padding-right: 3px; } @media screen and (min-width: 641px) and (max-width: 1024px) { .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-last { padding: 20px 0 25px 20px; } .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-first { padding: 20px 20px 25px 0; } } @media screen and (min-width: 1361px) { .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-first { padding: 15px 15px 10px 2px; } .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-last { padding: 15px 2px 10px 15px; } } #order_review { float: right; } .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand, #add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand { left: 10px; right: auto; }
htdocs/wp-content/themes/shopkeeper/rtl.css
body { direction: rtl; unicode-bidi: embed; } .site-branding { text-align: right; } .site-tools { float: left; } @media all and (max-width: 640px) { .site-tools .wishlist-button, .site-tools .shopping-bag-button { padding-left: 10px; } } .site-tools.offset { margin-left: -8px; margin-right: auto; } .main-navigation.align_right>ul { margin-right: 0; } .site-tools ul li { margin-right: 16px; margin-left: 0; } .tools_button_icon { float: right; text-align: right; } .shopping_bag_items_number, .wishlist_items_number { margin: 0 22px 0 0; text-align: right; } .main-navigation>ul>li.menu-item-has-children { padding-left: 2px; padding-right: 0; margin-right: 0; margin-left: 10px; } .main-navigation ul li.menu-item-has-children>a:after { font-family: Shopkeeper-Icon-Font; content: "\e91c"; left: 0; right: auto; text-align: right; } .main-navigation > ul > li.menu-item-has-children > a:after { left: auto; right: 3px; content: "\e91b"; } .main-navigation ul ul li { float: none; text-align: right; } .main-navigation ul ul li.menu-item-has-children a { margin-left: 40px; margin-right: 0; } .rtl .site-header .site-tools{ left:0; right:auto; } .site-header-wrapper { direction: ltr; } .site-header-wrapper .header_col,.site-tools,.site-branding,.main-navigation { direction: rtl; } .site-top-message { float: right; margin-left: 35px; margin-right: 0; } .site-social-icons-wrapper { float: left;} .site-social-icons ul { padding: 0 50px 0 0;} .site-social-icons ul li:first-child { margin-right: 0; margin-left: 0; } .site-social-icons ul li { padding: 0; margin-right: 20px; margin-left: 0; float: right; } .main-navigation { text-align: right;} #site-navigation-top-bar>ul { float: right; } .footer-navigation-wrapper ul li:last-child { border-left: none; padding-left: 0; margin-left: 0; } .main-navigation ul ul ul { right: 100%; left: auto; } .widget_search .search-form:after, .woocommerce-product-search:after, .submit_icon, .widget_product_search input[type="submit"], .widget_search #searchsubmit, .widget_product_search .search-submit, .widget_search .search-submit{ left: 0; right: auto; } .nano .content{ direction:ltr; } .nano .content * { direction: rtl; } .mobile-search input[type="search"] { padding: 13px 35px 14px 60px;} .mobile-search .widget_product_search input[type="submit"], .mobile-search .widget_search #searchsubmit, .mobile-search .widget_product_search .search-submit, .mobile-search .mobile_search_submit { left: 22px; right: auto; } .mobile-navigation .menu-item-has-children .more, .mobile-navigation .menu-item-language .more{ left: 22px; right: auto; } .mobile-navigation .sub-menu{ padding: 0 30px 10px 0; } .mobile-navigation .sub-menu .sub-menu { padding: 2px 20px 11px 0; } .thumbnail_archive img { -webkit-transform: translate3d(40px, 0, 0); transform: translate3d(40px, 0, 0); } .post_meta_archive { text-align: right; } .post_meta_archive a, .post_meta a { margin-right: 4px; margin-left: 16px;} .post_meta_archive a:last-child, .post_meta a:last-child { margin-left: 0; margin-right: 4px; } .nav-previous .meta-nav { margin-left: 5px; margin-right: 0; } .nav-next .meta-nav { margin-right: 5px; margin-left: 0; } .wc-backward a:before, .wc-backward:before { margin-left: 10px; margin-right: 0; } .wpb_wrapper .product.woocommerce .add_to_cart_button:before, .wpb_wrapper .product.woocommerce .added_to_cart_button:before { margin-left: 6px; margin-right: 0;} .woocommerce .products ul h3, .woocommerce ul.products h3, .woocommerce-page .products ul h3, .woocommerce-page ul.products h3{ padding: 17px 0 0 35px; } .yith-wcwl-add-to-wishlist .ajax-loading{ right: 50%; left:auto; margin-right: -8px; margin-left:0; } .products .add_to_wishlist:before, .products .yith-wcwl-wishlistaddedbrowse a:before, .products .yith-wcwl-wishlistexistsbrowse a:before { left: 0; right: auto; } .products a.button { padding: 0.2em 1.2em 0em 0 !important; } .products a.button, .woocommerce .products .added_to_cart.wc-forward, .woocommerce-page .products .added_to_cart.wc-forward{ text-align: right; } .products a.button:before { right: 0; left: auto;} .woocommerce .products span.onsale, .woocommerce-page .products span.onsale, .woocommerce span.onsale, .woocommerce-page span.onsale { right: 15px; left: auto;} .dropcap { float: right; padding: 8px 0 5px 18px; } [class*="block-grid-"]>li { float: right;} .hover-effect-link .hover-effect-thumb{ -webkit-transform: translate3d(30px, 0, 0); transform: translate3d(30px, 0, 0); } .hover-effect-content:hover .hover-effect-thumb { -webkit-transform: translate3d(60px, 0, 0); transform: translate3d(60px, 0, 0); } .hover-effect-content .hover-effect-title, .wpb_wrapper h2.hover-effect-title { right: 0px; left: auto; text-align: right;} .woocommerce-account .woocommerce-MyAccount-navigation { float: right; } .woocommerce-account .woocommerce-MyAccount-content { float: left; } .woocommerce-error, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error { text-align: right; } .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { margin-right: 30px; margin-left: 0;} .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { float: left; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { right: auto;} .woocommerce-account .addresses .title h3 { float: right; } .woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count { float: left; } .rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2 { float: none;} .wpb_wrapper .vc_progress_bar .vc_single_bar .vc_bar { right: 0; left: auto; } .shortcode_icon_box.icon_position_left { padding-left: 73px; padding-right:0; } .shortcode_icon_box.icon_position_right { padding-right: 50px; padding-left:0; } .shortcode_icon_box.icon_position_left .icon_wrapper { right:auto; left: 0 } .shortcode_icon_box.icon_position_right .icon_wrapper { left:auto; right: 0px } .shortcode_icon_box.icon_position_left .icon_box_content, .shortcode_icon_box.icon_position_left .icon_box_title { padding-left: 0; } .shortcode_icon_box.icon_position_right .icon_box_content, .shortcode_icon_box.icon_position_right .icon_box_title { padding-right: 20px; } .shortcode_icon_box.icon_position_left .icon_box_read_more { margin-left: 20px } blockquote:before { right: -2px; left: auto; } blockquote p { padding-right: 30px; padding-left: 0;} .error-404 input[type="text"], .error-404 input[type="search"], .error-404 input[type="submit"], .no-results input[type="text"], .no-results input[type="search"], .no-results input[type="submit"] { float: right; } .category_item_bkg { -webkit-transform: translate3d(40px, 0, 0); transform: translate3d(40px, 0, 0); } .woocommerce table.cart.wishlist_table td.product-remove { text-align: right; } .woocommerce-page table.cart.wishlist_table .product-add-to-cart, .woocommerce-page #content table.cart.wishlist_table .product-add-to-cart { padding-left: 0 !important; } .woocommerce-page table.cart.wishlist_table .product-subtotal, .woocommerce-page #content table.cart.wishlist_table .product-subtotal, .woocommerce-page table.cart.wishlist_table .product-stock-status, .woocommerce-page #content table.cart.wishlist_table .product-stock-status { text-align: right; } .woocommerce table.shop_table { margin: 0 0 24px -1px; text-align: right;} table tr { text-align: right;} .wishlist_table tr td, .wishlist_table tr th { text-align: right; padding-right: 0 !important; padding-left: 20px !important; } .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: right; } .woocommerce table.shop_table td, .woocommerce-page table.shop_table td { padding: 40px 0 40px 30px; } .woocommerce table.shop_table.cart td, .woocommerce-page table.shop_table.cart td { padding: 25px 0 25px 30px; } .woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail { padding-left: 20px; padding-right: 0;} .products .out_of_stock_badge_loop, .out_of_stock_badge_single { margin-left: 15px; margin-right: 0; right: 15px; left: auto; } html[dir="rtl"] .select2-container .select2-choice .select2-arrow { left: 0; right: auto; border: none; border-radius: 0; } html[dir="rtl"] .select2-results { padding: 5px 0; margin: 0; } .post_tags a { margin-right: 10px; margin-left: 0;} .post_tags a:first-child { margin-right: 0; } .comment-reply { padding-left: 20px; padding-right: 0; } .comment-author-avatar { right: 0; left: auto;} #commentform .column,#commentform .columns{ float:right; } #commentform .form-submit { text-align: right;} .entry-content ul,.entry-content ol { margin: 0.875em 2.1875em 0.875em 0; } .woocommerce div.product form.cart div.quantity:not(.hidden), .woocommerce #content div.product form.cart div.quantity:not(.hidden), .woocommerce-page div.product form.cart div.quantity:not(.hidden), .woocommerce-page #content div.product form.cart div.quantity:not(.hidden) { float: right; margin: 0 0 20px 20px; } .quantity input.qty, .woocommerce .quantity .qty { float: right; padding: 0px 13px 0px 0; } .woocommerce div.product form.cart .button { float: right; } .product_infos .add_to_wishlist:before, .product_infos .yith-wcwl-wishlistaddedbrowse:before, .product_infos .yith-wcwl-wishlistexistsbrowse:before { right: 0; left: auto; } .product-images { direction: ltr; } .yith-wcwl-add-button, .yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse { padding: 2px 22px 2px 0;} .vc_separator.vc_separator_align_right h4 { padding: 0 .8em 0 0; } .vc_separator.vc_separator_align_left h4 { padding: 0 0 0 .8em; } .product_meta>span { margin-left: 23px; margin-right: 0; display: inline-block; } .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { float: right;} .woocommerce form .form-row-last, .woocommerce-page form .form-row-last { float: left; } .woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar { right: 0; left: auto;} .woocommerce #reviews .star-rating, .woocommerce-page #reviews .star-rating { margin-left: -70px; margin-right: auto; } .woocommerce .star-rating { float: left;} .woocommerce #reviews span.comment-reply-title, .woocommerce-page #reviews span.comment-reply-title { text-align: right; } .woocommerce .product_summary_top .star-rating, .woocommerce-page .product_summary_top .star-rating { margin-left: 12px; margin-right: 0; } .woocommerce-review-link { margin-right: -10px; margin-left: 0; } .product_navigation { direction: ltr; } .woocommerce div.product form.cart td.label, .woocommerce-page div.product form.cart td.label, .woocommerce #content div.product form.cart td.label, .woocommerce-page #content div.product form.cart td.label { padding-left: 1em; padding-right: 0;} .product_infos .group_table tr td { text-align: right;} .woocommerce .cross-sells h2, .woocommerce-page .cross-sells h2, .woocommerce .cart_totals h2, .woocommerce-page .cart_totals h2 { text-align: right;} .woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th { text-align: right; } .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th { padding: 9px 0 5px 40px;} .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon { float: right; } .woocommerce-cart .entry-content .woocommerce .actions .button { float: left; } .woocommerce-cart .entry-content .woocommerce .actions #coupon_code { margin-left: 15px; margin-right: 0; } #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { float: right; margin: 0 0 0 4px; } .woocommerce-cart .entry-content .woocommerce>form { float: right;} .woocommerce-cart .entry-content .woocommerce .cart-collaterals { float: left;} .woocommerce ul#shipping_method li { padding: .25em 22px .25em 0;} .woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li { padding: 0 20px 0 0; } .woocommerce table.shop_table, .woocommerce-page table.shop_table { margin: 12px 0 0 0;} .woocommerce table.cart .product-name, .woocommerce #content table.cart .product-name { padding-left: 20px; padding-right: 0; } .woocommerce table.cart .product-price, .woocommerce #content table.cart .product-price { padding-left: 20px; padding-right: 0; } .woocommerce table.cart .product-quantity, .woocommerce #content table.cart .product-quantity { padding-left: 20px; padding-right: 0; } .woocommerce table.cart .product-subtotal, .woocommerce #content table.cart .product-subtotal, .woocommerce-page table.cart .product-subtotal, .woocommerce-page #content table.cart .product-subtotal { padding-left: 20px; padding-right: 0; } .woocommerce a.remove { text-align: left;} body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout [class*="column"]+[class*="column"]:last-child { float: left; } .woocommerce-checkout .content-area h3 { margin: 0px 0 13px 20px; } .woocommerce form .form-row label.check_label_radio, .woocommerce-page form .form-row label.check_label, .check_label_radio, .check_label { padding-right: 24px; padding-left: 0;} .check_label:before { right: 0; left: auto;} .check_box_radio, .check_box { right: -9999px; left: auto; } .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs, .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs, .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs, .product_layout_4 section.related h2, .product_layout_3 section.related h2, .product_layout_2 section.related h2 { text-align: right !important; } @media only screen and (min-width: 1280px) { .product_layout_2 .product_content_wrapper .column, .product_layout_2 .product_content_wrapper .columns { float: right; } } @media only screen and (max-width: 1024px) { .product_layout_classic .woocommerce-tabs ul.tabs { text-align: right !important; } } @media only screen and (max-width: 767px) { .product_layout_classic .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist, .product_layout_2 .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist { float: right; } } ul.wc_payment_methods.payment_methods.methods li.wc_payment_method > input.input-radio, .woocommerce ul#shipping_method li input.input-radio, .check_box { display:none; } .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child, .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child, .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child, .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child { padding-right: 30px; padding-left: 0; } #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li { text-align: right;} .check_label_radio:before { right: 0; left: auto;} .thank_you_header p:before { margin-left: 10px; margin-right: 0;} .woocommerce .order_details li { float: right;} .thank_you_header .order_details { text-align: right;} .shop_table.order_details .product-total { padding-right: 30px !important; padding-left: 0 !important; } .woocommerce .shop_table.order_details tfoot th, .woocommerce-page .shop_table.order_details tfoot th { padding-right: 0%; padding-left: 0; } .woocommerce .shop_table.order_details tfoot td, .woocommerce-page .shop_table.order_details tfoot td { padding-right: 30px; padding-left: 0; } .rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 { float: none; } .woocommerce-order-received .shop_table.customer_details { float: right;} .woocommerce-order-received .col2-set.addresses { float: left;} .rtl.woocommerce-view-order .col2-set .col-1,.rtl.woocommerce-view-order .col2-set .col-1,.rtl.woocommerce-order-received .col2-set .col-1 { float: right; padding: 0px 0px 0px 20px; } .rtl.woocommerce-view-order .col2-set .col-2,.rtl.woocommerce-view-order .col2-set .col-2,.rtl.woocommerce-order-received .col2-set .col-2 { float: right; padding: 0 0px 0 20px; } .woocommerce-order-received .col2-set .col-2, .woocommerce-order-received .col2-set .col-2 { float: right;} .woocommerce .products a.button.loading:before { right: 0; left: auto; } .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { text-align: right; } .widget_shopkeeper_social_media a:before { padding: 10px 0 10px 20px; margin-left: 10px; margin-right: 0; } .wpb_widgetised_column aside ul li span.count { float: left;} .widget_shopping_cart ul.cart_list li, .woocommerce .widget_shopping_cart ul.cart_list li { padding-left: 20px; padding-right: 0;} .widget_shopping_cart ul.cart_list li a.remove, .woocommerce .widget_shopping_cart ul.cart_list li a.remove { right: auto; left: 0; } ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img { float: right; margin-right: -90px; margin-left: 0; } .widget_shopping_cart ul.cart_list li img { margin-left: 18px; margin-right: 0; } .widget_shopping_cart .total .amount { text-align: left; float: left; } .woocommerce .widget_layered_nav ul li a:before, .woocommerce-page .widget_layered_nav ul li a:before, .widget_layered_nav ul li a:before { margin-left: 8px; margin-right: 0; float: right; } .woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount { text-align: right;} .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button { float: left;} .widget.widget_price_filter .price_slider_amount .button { text-align: left;} .order-info .order-status { margin-left: 0; margin-right: 5px; } .woocommerce table.my_account_orders .order-actions { text-align: left; } .woocommerce-checkout .content-area .thank_you_bank_details h3 { text-align: right;} .woocommerce .widget_product_categories ul li a:before, .woocommerce-page .widget_product_categories ul li a:before, .widget_product_categories ul li a:before { margin-left: 8px; margin-right: 0; float: right;} .widget ul .children, .widget ul .sub-menu, .widget ol .children, .widget ol .sub-menu { margin: 5px 20px 5px 0; } .shop_sidebar .widget ul .children { margin: 10px 20px 10px 0; } select { background-position: 0% center;} ul.cart_list li, .woocommerce-page ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.product_list_widget li { padding: 0 90px 30px 0;} .widget .tagcloud a { margin-left: 2px; margin-right: 0;} .widget .recentcomments, .widget.widget_recent_entries ul li { padding-right: 20px; padding-left: 0; } .widget .recentcomments:before { right: 0px; left: auto;} .widget_calendar caption { text-align: right;} .widget_calendar #prev { text-align: right; } .widget_calendar #next { text-align: left; } .widget.widget_recent_entries ul li:before { right: 0px; left: auto;} @media only screen { .small-push-0 { left: auto; right: 0; } .small-pull-0 { right: auto; left: 0; } .small-push-1 { left: auto; right: 8.33333%; } .small-pull-1 { right: auto; left: 8.33333%; } .small-push-2 { left: auto; right: 16.66667%; } .small-pull-2 { right: auto; left: 16.66667%; } .small-push-3 { left: auto; right: 25%; } .small-pull-3 { right: auto; left: 25%; } .small-push-4 { left: auto; right: 33.33333%; } .small-pull-4 { right: auto; left: 33.33333%; } .small-push-5 { left: auto; right: 41.66667%; } .small-pull-5 { right: auto; left: 41.66667%; } .small-push-6 { left: auto; right: 50%; } .small-pull-6 { right: auto; left: 50%; } .small-push-7 { left: auto; right: 58.33333%; } .small-pull-7 { right: auto; left: 58.33333%; } .small-push-8 { left: auto; right: 66.66667%; } .small-pull-8 { right: auto; left: 66.66667%; } .small-push-9 { left: auto; right: 75%; } .small-pull-9 { right: auto; left: 75%; } .small-push-10 { left: auto; right: 83.33333%; } .small-pull-10 { right: auto; left: 83.33333%; } .small-push-11 { left: auto; right: 91.66667%; } .small-pull-11 { right: auto; left: 91.66667%; } .small-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .small-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .small-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .small-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .small-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .small-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .small-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .small-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .small-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .small-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .small-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .small-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .small-reset-order { float: right; } } @media only screen and (min-width: 40em) { .medium-push-0 { left: auto; right: 0; } .medium-pull-0 { right: auto; left: 0; } .medium-push-1 { left: auto; right: 8.33333%; } .medium-pull-1 { right: auto; left: 8.33333%; } .medium-push-2 { left: auto; right: 16.66667%; } .medium-pull-2 { right: auto; left: 16.66667%; } .medium-push-3 { left: auto; right: 25%; } .medium-pull-3 { right: auto; left: 25%; } .medium-push-4 { left: auto; right: 33.33333%; } .medium-pull-4 { right: auto; left: 33.33333%; } .medium-push-5 { left: auto; right: 41.66667%; } .medium-pull-5 { right: auto; left: 41.66667%; } .medium-push-6 { left: auto; right: 50%; } .medium-pull-6 { right: auto; left: 50%; } .medium-push-7 { left: auto; right: 58.33333%; } .medium-pull-7 { right: auto; left: 58.33333%; } .medium-push-8 { left: auto; right: 66.66667%; } .medium-pull-8 { right: auto; left: 66.66667%; } .medium-push-9 { left: auto; right: 75%; } .medium-pull-9 { right: auto; left: 75%; } .medium-push-10 { left: auto; right: 83.33333%; } .medium-pull-10 { right: auto; left: 83.33333%; } .medium-push-11 { left: auto; right: 91.66667%; } .medium-pull-11 { right: auto; left: 91.66667%; } .medium-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .medium-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .medium-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .medium-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .medium-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .medium-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .medium-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .medium-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .medium-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .medium-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .medium-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .medium-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .medium-reset-order { float: right; } .push-0 { right: 0%; left: auto; } .pull-0 { left: 0%; right: auto; } .push-1 { right: 8.33333%; left: auto; } .pull-1 { left: 8.33333%; right: auto; } .push-2 { right: 16.66667%; left: auto; } .pull-2 { left: 16.66667%; right: auto; } .push-3 { right: 25%; left: auto; } .pull-3 { left: 25%; right: auto; } .push-4 { right: 33.33333%; left: auto; } .pull-4 { left: 33.33333%; right: auto; } .push-5 { right: 41.66667%; left: auto; } .pull-5 { left: 41.66667%; right: auto; } .push-6 { right: 50%; left: auto; } .pull-6 { left: 50%; right: auto; } .push-7 { right: 58.33333%; left: auto; } .pull-7 { left: 58.33333%; right: auto; } .push-8 { right: 66.66667%; left: auto; } .pull-8 { left: 66.66667%; right: auto; } .push-9 { right: 75%; left: auto; } .pull-9 { left: 75%; right: auto; } .push-10 { right: 83.33333%; left: auto; } .pull-10 { left: 83.33333%; right: auto; } .push-11 { right: 91.66667%; left: auto; } .pull-11 { left: 91.66667%; right: auto; } } @media only screen and (min-width: 64em) { .large-push-0 { left: auto; right: 0; } .large-pull-0 { right: auto; left: 0; } .large-push-1 { left: auto; right: 8.33333%; } .large-pull-1 { right: auto; left: 8.33333%; } .large-push-2 { left: auto; right: 16.66667%; } .large-pull-2 { right: auto; left: 16.66667%; } .large-push-3 { left: auto; right: 25%; } .large-pull-3 { right: auto; left: 25%; } .large-push-4 { left: auto; right: 33.33333%; } .large-pull-4 { right: auto; left: 33.33333%; } .large-push-5 { left: auto; right: 41.66667%; } .large-pull-5 { right: auto; left: 41.66667%; } .large-push-6 { left: auto; right: 50%; } .large-pull-6 { right: auto; left: 50%; } .large-push-7 { left: auto; right: 58.33333%; } .large-pull-7 { right: auto; left: 58.33333%; } .large-push-8 { left: auto; right: 66.66667%; } .large-pull-8 { right: auto; left: 66.66667%; } .large-push-9 { left: auto; right: 75%; } .large-pull-9 { right: auto; left: 75%; } .large-push-10 { left: auto; right: 83.33333%; } .large-pull-10 { right: auto; left: 83.33333%; } .large-push-11 { left: auto; right: 91.66667%; } .large-pull-11 { right: auto; left: 91.66667%; } .large-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .large-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .large-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .large-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .large-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .large-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .large-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .large-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .large-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .large-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .large-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .large-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .large-reset-order { float: right; } .push-0 { right: 0%; left: auto; } .pull-0 { left: 0%; right: auto; } .push-1 { right: 8.33333%; left: auto; } .pull-1 { left: 8.33333%; right: auto; } .push-2 { right: 16.66667%; left: auto; } .pull-2 { left: 16.66667%; right: auto; } .push-3 { right: 25%; left: auto; } .pull-3 { left: 25%; right: auto; } .push-4 { right: 33.33333%; left: auto; } .pull-4 { left: 33.33333%; right: auto; } .push-5 { right: 41.66667%; left: auto; } .pull-5 { left: 41.66667%; right: auto; } .push-6 { right: 50%; left: auto; } .pull-6 { left: 50%; right: auto; } .push-7 { right: 58.33333%; left: auto; } .pull-7 { left: 58.33333%; right: auto; } .push-8 { right: 66.66667%; left: auto; } .pull-8 { left: 66.66667%; right: auto; } .push-9 { right: 75%; left: auto; } .pull-9 { left: 75%; right: auto; } .push-10 { right: 83.33333%; left: auto; } .pull-10 { left: 83.33333%; right: auto; } .push-11 { right: 91.66667%; left: auto; } .pull-11 { left: 91.66667%; right: auto; } } @media only screen and (min-width: 80em) { .xlarge-push-0 { left: auto; right: 0; } .xlarge-pull-0 { right: auto; left: 0; } .xlarge-push-1 { left: auto; right: 8.33333%; } .xlarge-pull-1 { right: auto; left: 8.33333%; } .xlarge-push-2 { left: auto; right: 16.66667%; } .xlarge-pull-2 { right: auto; left: 16.66667%; } .xlarge-push-3 { left: auto; right: 25%; } .xlarge-pull-3 { right: auto; left: 25%; } .xlarge-push-4 { left: auto; right: 33.33333%; } .xlarge-pull-4 { right: auto; left: 33.33333%; } .xlarge-push-5 { left: auto; right: 41.66667%; } .xlarge-pull-5 { right: auto; left: 41.66667%; } .xlarge-push-6 { left: auto; right: 50%; } .xlarge-pull-6 { right: auto; left: 50%; } .xlarge-push-7 { left: auto; right: 58.33333%; } .xlarge-pull-7 { right: auto; left: 58.33333%; } .xlarge-push-8 { left: auto; right: 66.66667%; } .xlarge-pull-8 { right: auto; left: 66.66667%; } .xlarge-push-9 { left: auto; right: 75%; } .xlarge-pull-9 { right: auto; left: 75%; } .xlarge-push-10 { left: auto; right: 83.33333%; } .xlarge-pull-10 { right: auto; left: 83.33333%; } .xlarge-push-11 { left: auto; right: 91.66667%; } .xlarge-pull-11 { right: auto; left: 91.66667%; } .xlarge-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .xlarge-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .xlarge-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .xlarge-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .xlarge-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .xlarge-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .xlarge-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .xlarge-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .xlarge-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .xlarge-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .xlarge-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .xlarge-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .xlarge-reset-order { float: right; } } @media only screen and (min-width: 100em) { .xxlarge-push-0 { left: auto; right: 0; } .xxlarge-pull-0 { right: auto; left: 0; } .xxlarge-push-1 { left: auto; right: 8.33333%; } .xxlarge-pull-1 { right: auto; left: 8.33333%; } .xxlarge-push-2 { left: auto; right: 16.66667%; } .xxlarge-pull-2 { right: auto; left: 16.66667%; } .xxlarge-push-3 { left: auto; right: 25%; } .xxlarge-pull-3 { right: auto; left: 25%; } .xxlarge-push-4 { left: auto; right: 33.33333%; } .xxlarge-pull-4 { right: auto; left: 33.33333%; } .xxlarge-push-5 { left: auto; right: 41.66667%; } .xxlarge-pull-5 { right: auto; left: 41.66667%; } .xxlarge-push-6 { left: auto; right: 50%; } .xxlarge-pull-6 { right: auto; left: 50%; } .xxlarge-push-7 { left: auto; right: 58.33333%; } .xxlarge-pull-7 { right: auto; left: 58.33333%; } .xxlarge-push-8 { left: auto; right: 66.66667%; } .xxlarge-pull-8 { right: auto; left: 66.66667%; } .xxlarge-push-9 { left: auto; right: 75%; } .xxlarge-pull-9 { right: auto; left: 75%; } .xxlarge-push-10 { left: auto; right: 83.33333%; } .xxlarge-pull-10 { right: auto; left: 83.33333%; } .xxlarge-push-11 { left: auto; right: 91.66667%; } .xxlarge-pull-11 { right: auto; left: 91.66667%; } .xxlarge-offset-0 { margin-right: 0% !important; margin-left: auto !important; } .xxlarge-offset-1 { margin-right: 8.33333% !important; margin-left: auto !important; } .xxlarge-offset-2 { margin-right: 16.66667% !important; margin-left: auto !important; } .xxlarge-offset-3 { margin-right: 25% !important; margin-left: auto !important; } .xxlarge-offset-4 { margin-right: 33.33333% !important; margin-left: auto !important; } .xxlarge-offset-5 { margin-right: 41.66667% !important; margin-left: auto !important; } .xxlarge-offset-6 { margin-right: 50% !important; margin-left: auto !important; } .xxlarge-offset-7 { margin-right: 58.33333% !important; margin-left: auto !important; } .xxlarge-offset-8 { margin-right: 66.66667% !important; margin-left: auto !important; } .xxlarge-offset-9 { margin-right: 75% !important; margin-left: auto !important; } .xxlarge-offset-10 { margin-right: 83.33333% !important; margin-left: auto !important; } .xxlarge-offset-11 { margin-right: 91.66667% !important; margin-left: auto !important; } .xxlarge-reset-order { float: right; } } @media only screen and (min-width: 100em){ .xxlarge-block-grid-1>li { float: right; } .xxlarge-block-grid-2>li{ float: right; } .xxlarge-block-grid-3>li{ float: right; } .xxlarge-block-grid-4>li { float: right; } .xxlarge-block-grid-5>li{ float: right; } .xxlarge-block-grid-6>li{ float: right; } .xxlarge-block-grid-7>li{ float: right; } .xxlarge-block-grid-8>li{ float: right; } .xxlarge-block-grid-9>li{ float: right; } .xxlarge-block-grid-10>li { float: right; } .xxlarge-block-grid-11>li{ float: right; } .xxlarge-block-grid-12>li{ float: right; } } @media only screen and (min-width: 40em){ #commentform .column,#commentform .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } } @media only screen and (min-width: 40.063em){ .shopping_bag_items_number, .wishlist_items_number { margin: 2px 23px 0 0; line-height: 36px; } .shortcode_icon_box.icon_position_left { padding-left: 190px; padding-right:0; } .shortcode_icon_box.icon_position_right { padding-right: 85px; padding-left:0; } .shortcode_icon_box.icon_position_left .icon_wrapper { right:auto; left: 60px; } .shortcode_icon_box.icon_position_right .icon_wrapper { left:auto; right: 0; } .shortcode_icon_box.icon_position_left .icon { font-size: 52px; line-height: 52px } .shortcode_icon_box.icon_position_right .icon { font-size: 36px; line-height: 36px } .gallery-item .gallery-caption { text-align: right;} blockquote p { padding-right: 43px; padding-left: 0; } .error-404 input[type="text"], .error-404 input[type="search"], .no-results input[type="text"], .no-results input[type="search"] { width: 300px; margin-left: 10px; margin-right: 0; } .comments-title { text-align: right; } .logged-in-as, .comment-notes, #reply-title { text-align: right; } .comment-content { padding: 0 100px 0 0; } .woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text { margin: 0 107px 0 100px; } .woocommerce #reviews .star-rating, .woocommerce-page #reviews .star-rating { margin-left: -100px; margin-right: auto; } .product_infos .group_table td.label { padding-left: 40px !important; padding-right: 0 !important; } .woocommerce table.cart .product-name, .woocommerce #content table.cart .product-name { padding-left: 40px; padding-right: 0; } .woocommerce table.cart td.product-remove { text-align: center;} form.checkout_coupon #coupon_code, form.woocommerce-cart-form #coupon_code { margin-left: 10px; margin-right: 0; float: right; } .woocommerce-checkout .content-area h3 { margin: 0px 0 33px 20px; } .woocommerce .checkout .col-2 h3, .woocommerce-page .checkout .col-2 h3 { float: right; } #ship-to-different-address { float: right;} .thank_you_header .order_details li.order, .thank_you_header .order_details li.total, .thank_you_header .order_details li.date { margin-left: 77px; margin-right: 0; } .woocommerce .shop_table.order_details tfoot th, .woocommerce-page .shop_table.order_details tfoot th { padding-right: 28%; padding-left: 0; } .footer-navigation-wrapper ul li { padding-left: 14px; padding-right: 0; margin: 0px 0 15px 10px; } .footer-navigation-wrapper ul li:after { left: 0; right: auto; } } .woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating, .woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .product_summary_middle h1 { text-align: right !important; } @media only screen and (min-width: 56.3125em){ .main-navigation>ul>li.menu-item-has-children>a:after { left: 0px; right: auto; } .main-navigation ul li a { padding: 10px 0 10px 10px; } } @media only screen and (min-width: 63.9375em){ .error-404 input[type="text"], .error-404 input[type="search"], .no-results input[type="text"], .no-results input[type="search"] { margin-left: 10px; margin-right: 0; } .comment-list ul.children { margin: 0 120px 0em 0; } .checkout_left_wrapper { margin-left: 30px; margin-right: 0; } .checkout_right_wrapper { margin-right: 30px; margin-left: 0; } .site-branding { text-align: center; } } @media only screen and (max-width: 64em) { .site-tools ul li { margin-right: 6px; margin-left: 0; } } @media only screen and (min-width: 64em){ #commentform .column,#commentform .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } } @media only screen and (min-width: 80em){ .main-navigation>ul>li.menu-item-has-children>a:after { left: -3px; right: auto; } .main-navigation ul li a { padding: 10px 15px; } #commentform .column,#commentform .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } } @media only screen and (min-width: 100em){ #commentform .column,#commentform .columns{ float:right; } body.woocommerce-checkout form.woocommerce-checkout .column,body.woocommerce-checkout form.woocommerce-checkout .columns{ float:right; } } @media only screen and (max-width: 768px){ .woocommerce-account .woocommerce-MyAccount-navigation { float: right; } .woocommerce-account .woocommerce-MyAccount-content{ float: right; } .woocommerce table.cart tr.cart_item, .woocommerce #content table.cart tr.cart_item, .woocommerce-page table.cart tr.cart_item, .woocommerce-page #content table.cart tr.cart_item .woocommerce table.cart .cart_item td, .woocommerce #content table.cart .cart_item td, .woocommerce-page table.cart .cart_item td, .woocommerce-page #content table.cart .cart_item td { float: right;} .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before { float: right; } .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { text-align: left !important; } .woocommerce table.cart .cart_item td .quantity, .woocommerce #content table.cart .cart_item td .quantity, .woocommerce-page table.cart .cart_item td .quantity, .woocommerce-page #content table.cart .cart_item td .quantity { float: left; } .woocommerce-cart.woocommerce-page .cart-collaterals .cart-subtotal td, .woocommerce-cart.woocommerce-page .cart-collaterals .shipping td { text-align: right !important;} .woocommerce-shipping-calculator { padding-right: 30%; padding-left: 0; } .woocommerce-cart.woocommerce-page .cart-collaterals .cart-subtotal td>span, .woocommerce-cart.woocommerce-page .cart-collaterals .shipping td ul, .woocommerce-cart.woocommerce-page .cart-collaterals tr .order-total strong { float: left; text-align: right !important; } } .cd-quick-view .cd-item-info .product_infos .quickview-badges .onsale { right: 900px; left: auto; } .cd-quick-view .cd-item-info .product_infos .quickview-badges .out_of_stock_badge_single { right: 846px; width: 21%; } .swiper-container-rtl .swiper-button-prev { right: 430px; } .swiper-container-rtl .swiper-button-next { left: 450px; } .woocommerce .button.getbowtied_product_quick_view_button::before { margin-left: 6px; } .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { right: 0px; } .woocommerce-error > li { padding-left: 20px !important; padding-right: 100px !important; } .site-branding a { right: 0; } .login-form label { float: right; } .lost-pass-link { float: left; margin-top: -5px !important; } #customer_details { float: right; } .products a.button { padding: 0.2em 0em 0em 1.2em !important; } .product_notification_background { right: 0; } .product_notification_text { padding-right: 120px !important; text-align: right !important; width: 100%; } .woocommerce-NoticeGroup-checkout .woocommerce-error > li:first-child { padding-top: 30px !important; } @media only screen and (min-width: 64.063em) { .shortcode_getbowtied_slider .swiper-button-next { right: 50px !important; left: auto !important; } .shortcode_getbowtied_slider .swiper-button-prev { left: 50px !important; right: auto !important; } } .woocommerce-error li { text-align: right; } @media only screen and (max-width: 40em) { .slide-from-right.st-menu-open .st-pusher { -webkit-transform: translate3d(270px, 0, 0); -moz-transform: translate3d(270px, 0, 0); transform: translate3d(270px, 0, 0); } .slide-from-right.st-menu { right: inherit !important; left: 0px; } } .product_summary_thumbnails_wrapper { float: right; } .product_layout_classic .product_content_wrapper .row .columns:nth-child(2) { float: right; } .product_layout_classic .product_content_wrapper .row .columns:last-child { float: left; } .product_layout_2 .product_content_wrapper .product_infos, .product_layout_3 .product_content_wrapper .product_infos, .product_layout_4 .product_content_wrapper .product_infos { right: 66% !important; } @media only screen and (max-width: 1280px) { .product_layout_2 .product_content_wrapper .product_infos, .product_layout_4 .product_content_wrapper .product_infos, .product_layout_3 .product_content_wrapper .product_infos { right: 63% !important; padding: 0 30px 0 0px; } } .product_layout_2 .product_content_wrapper .product-images-wrapper .product-images-controller, .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller { right: 10.5%; left: auto; text-align: right; } .product_layout_3 .product_title { left: 54% !important; } .product_layout_2 .product_content_wrapper .columns, .product_layout_3 .product_content_wrapper .columns:first-child, .product_layout_4 .product_content_wrapper .columns:first-child { float: right; } .product_meta { text-align: right !important; } .product_layout_classic .product_infos .product_summary_top .woocommerce-breadcrumb, .product_layout_2 .product_infos .product_summary_top .woocommerce-breadcrumb, .product_layout_3 .product_infos .product_summary_top .woocommerce-breadcrumb, .product_layout_4 .product_infos .product_summary_top .woocommerce-breadcrumb { float: right !important; text-align: right !important; } .product_layout_classic .product_infos .product_summary_top .woocommerce-product-rating, .product_layout_2 .product_infos .product_summary_top .woocommerce-product-rating, .product_layout_3 .product_infos .product_summary_top .woocommerce-product-rating, .product_layout_4 .product_infos .product_summary_top .woocommerce-product-rating { float: left !important; } .product_layout_classic .product_navigation, .product_layout_2 .product_navigation, .product_layout_3 .product_navigation, .product_layout_4 .product_navigation { left: -40px; } @media only screen and (min-width: 1024px) { .product_layout_classic .product_socials_wrapper, .product_layout_2 .product_socials_wrapper, .product_layout_3 .product_socials_wrapper, .product_layout_4 .product_socials_wrapper { right: -40px; } } .woocommerce ul#shipping_method li > label:before, ul.wc_payment_methods.payment_methods.methods li.wc_payment_method > label:before { right: 0; } .woocommerce ul#shipping_method li > label { padding-left: 0px; padding-right: 25px; } #stripe-payment-data > p, ul.wc_payment_methods.payment_methods.methods li.wc_payment_method > label { padding-left: 0px !important; padding-right: 35px !important; } .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item a:not(.remove) { margin-right: 0px; margin-left: 40px; } .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .product-item-bg { float: right; margin-left: 20px; margin-right: 0px; } .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .remove { left: 10px; right: initial; } .shopkeeper-mini-cart { left: 107px; right: initial; } .tob_bar_shop .small-5.medium-7.large-6.xlarge-8, .tob_bar_shop #button_offcanvas_sidebar_left { float: right; padding-right: 0px; margin-right: 0px; } .tob_bar_shop .woocommerce-breadcrumb { text-align: right; float: right; margin-right: 30px; } .tob_bar_shop .small-7.medium-5.large-6.xlarge-4, .catalog-ordering { float: left; } .cd-top { left: 55px; right: initial; } .lost-pass-link { float: left; } .woocommerce-message, .woocommerce-error, .woocommerce-info { right: 100%; left: initial; } /*@keyframes slide-in { 0% { transform: translateX(-2500px); width: 100px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2); } 50% { transform: translateX(-1847px); width: 100px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2); } 75% { transform: translateX(-1847px); width: 400px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2); } 100% { transform: translateX(-1847px); width: 400px; max-height: 500px; box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5); } } @keyframes slide-out { 0% { transform: translateX(-1847px); width: 400px; max-height: 500px; box-shadow: 0px 0px 40px -10px rgba(0,0,0, 0.5); } 50% { transform: translateX(-1847px); width: 400px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0, 0.2); } 75% { transform: translateX(-1847px); width: 100px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0, 0.2); } 100% { transform: translateX(-2500px); width: 100px; max-height: 100px; box-shadow: 0px 0px 40px -10px rgba(0,0,0, 0.2); } }*/ /*@keyframes slide-in-from-right { 0% { transform: translateX(-55px); } 50% { transform: translateX(95px); } 75% { transform: translateX(95px); } 100% { transform: translateX(95px); } } @keyframes slide-in-from-left { 0% { transform: translateX(55px); } 50% { transform: translateX(-95px); } 75% { transform: translateX(-95px); } 100% { transform: translateX(-95px); } }*/ /*@media only screen and (max-width: 767px) { @keyframes slide-in { 0% { transform: translateX(-800px); width: 100px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 50% { transform: translateX(320px); width: 100px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 75% { transform: translateX(320px); width: 320px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 100% { transform: translateX(320px); width: 320px; max-height: 500px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.9); } } @keyframes slide-out { 0% { transform: translateX(320px); width: 320px; max-height: 500px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.9); } 50% { transform: translateX(320px); width: 320px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 75% { transform: translateX(320px); width: 100px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } 100% { transform: translateX(-800px); width: 100px; max-height: 75px; box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.2); } } }*/ .main-navigation ul ul { right: -15px; left: initial !important; } .main-navigation .mega-menu > ul.with_bg_image { padding: 40px 50px 20px 150px; background-position: top left; } .woocommerce table.cart .product-name a, .woocommerce #content table.cart .product-name a { display: block; font-size: 1rem; line-height: 1.3125em; color: inherit; font-weight: 700; } .about_paypal { float: left !important; } form.checkout_coupon .checkout_coupon_inner.focus:after { content: "\e901"; left: 120px; right: initial; } .woocommerce-cart #content table.cart td.actions .coupon.focus:after { content: "\e901"; left: 20px; right: initial; } form.checkout_coupon .checkout_coupon_inner:before { left: initial; right: 120px; } .woocommerce-cart #content table.cart td.actions .coupon:before { left: initial; right: 20px; } .woocommerce-checkout .checkout_coupon_inner .button { left: 100px; right: initial; } .woocommerce-cart #content table.cart td.actions .coupon .button { left: 0px; right: initial; } .woocommerce-cart #content table.cart td.actions .coupon #coupon_code { padding-right: 75px !important; } @media only screen and (max-width: 641px) { form.checkout_coupon .checkout_coupon_inner:before { right: 20px; } form.checkout_coupon .checkout_coupon_inner.focus:after { left: 10px; } .woocommerce-checkout .checkout_coupon_inner .button { left: 0px; right: initial; } } @media only screen and (min-width: 768px) { form.checkout_coupon #coupon_code { padding: 0 65px 0 120px; } } @media only screen and (max-width: 768px) { .woocommerce .cart-collaterals .woocommerce-shipping-calculator > p { text-align: right; } .woocommerce-shipping-calculator { padding-right: 40%; } form.checkout_coupon #coupon_code { padding: 0 65px 0 45px; } } .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more:before, .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more:before { margin-left: 10px; } #billing_country_field label, #billing_state_field label, #shipping_country_field label, #shipping_state_field label, .state_select, .country_select { text-align: right; } @media (min-width: 1025px) { .woocommerce-checkout .col2-set { padding: 0 10px 0 90px!important; } } .post_content, .post_content .entry-title { text-align: right !important; } .product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li .description { margin: 0; } .woocommerce-cart .shopkeeper-continue-shopping { float: left; } .cd-quick-view .cd-item-info .product_infos .cart .quantity { float: right; } .site-search .products-grid .column { float: right; } .site-search .site-search-close { text-align: left; } .offcanvas_content_right .mobile-navigation a { padding: 8px 35px 8px 0px; } .mobile-navigation .sub-menu { padding: 0 0px 10px 30px; } .offcanvas_content_right .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu { padding: 10px 5px 0px 20px; } .offcanvas_content_right .language-and-currency-offcanvas #top_bar_language_list { text-align: right; } .icl_lang_sel_current { margin: 3px 10px 3px 0; } .language-and-currency #top_bar_language_list > ul > li.menu-item-first > a:before, .language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > a:before, .language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > a:before, .language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:before, .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > a:before, .language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > a:before, .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > a:before, .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:before { margin-right: 7px; content: "\e91b"; font-family: Shopkeeper-Icon-Font; } .language-and-currency #top_bar_language_list > ul > li.menu-item-first > a:after, .language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > a:after, .language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > a:after, .language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:after, .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > a:after, .language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > a:after, .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > a:after, .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:after { content: ""; } .select2-search input { background-position: -25px -20px !important; } span.select2-selection.select2-selection--single { text-align: right; } .select2-container--default .select2-selection--single .select2-selection__arrow b { left: auto !important; } .site-search .woocommerce-product-search:after, .site-search .widget_search .search-form:after { left: 0.625rem; right: auto; } @media (max-width: 767px) { .site-search .product_thumbnail_wrapper { width: 11%; float: right; } .site-search h3, .product_after_shop_loop { padding: 0 10px 0 0 !important; } .widget_search .search-form:after, .woocommerce-product-search:after, .submit_icon, .widget_product_search input[type="submit"], .widget_search #searchsubmit, .widget_product_search .search-submit, .widget_search .search-submit { left: 0.625rem; right: auto; } .site-search .woocommerce-product-search:after, .site-search .widget_search .search-form:after { left: 0; right: auto; } } .spin { right: 50%; } .mobile-navigation ul li.menu-item-has-children > a, .mobile-navigation ul li.upper > a { padding: 8px 35px 8px 0px !important; } .mobile-navigation .sub-menu .sub-menu a, .mobile-navigation .sub-menu .sub-menu .sub-menu a { padding: 3px 15px 3px 0px !important; } .mobile-navigation .gtb-new:after { margin-left: 0px; margin-right: 5px; } @media only screen and (max-width: 64em) { .site-tools.offset .wishlist_items_number, .site-tools.offset .shopping_bag_items_number { margin-right: 20px; } } .mobile-navigation .sub-menu .sub-menu { padding: 2px 20px 0px 0; } .header_col.branding { min-width: 100px !important; } .archive .site-content .show-for-large { float: right; } .wpb_widgetised_column:not(.offcanvas_content_left) { padding-right: 0px; padding-left: 30px; } .woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination { text-align: right; } .woocommerce div.product form.cart div.quantity:not(.hidden), .woocommerce #content div.product form.cart div.quantity:not(.hidden), .woocommerce-page div.product form.cart div.quantity:not(.hidden), .woocommerce-page #content div.product form.cart div.quantity:not(.hidden) { margin: 5px 0 10px 20px !important } .woocommerce .wcml-dropdown.product, .wcml-dropdown { float: right; } .woocommerce-message, .woocommerce-error, .woocommerce-info { right: initial; left: initial; } .woocommerce-message .success-icon { float: right; } .woocommerce-message .notice_text { padding-right: 15px; } .woocommerce-error > li { padding-left: 20px !important; padding-right: 20px !important; } body.gbt_classic_notif.woocommerce-checkout .woocommerce-error::before { right: 0; top: 0; left: initial; } .woocommerce-NoticeGroup-checkout .woocommerce-error > li:first-child { padding-top: 0px !important; } @media only screen and (max-width: 767px) { .single-product .yith-wcwl-add-to-wishlist { float: right !important; margin: 0 !important; } } @media only screen and (max-width: 40.063em) { .woocommerce table.cart.wishlist_table td.product-remove { max-width: 25px; min-width: 10px; } .woocommerce table.cart.wishlist_table td.product-name, .woocommerce table.cart.wishlist_table td.product-price { padding-left: 15px !important; } .share-product-text { width: auto !important; padding: 0; display: inline !important; } .product_content_wrapper .product_infos form.cart { margin-bottom: 30px !important; } .product_socials_wrapper_inner { display: inline !important; float: right !important; } } @media only screen and (max-width: 767px) { .woocommerce div.product form.cart div.quantity:not(.hidden), .woocommerce #content div.product form.cart div.quantity:not(.hidden), .woocommerce-page div.product form.cart div.quantity:not(.hidden), .woocommerce-page #content div.product form.cart div.quantity:not(.hidden) { margin: 0 !important; } } .product_layout_classic .mobile_gallery_thumbs .swiper-wrapper, .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper, .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper, .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper { margin: 0 -37.5% 0 0; } .main-navigation .mega-menu ul ul li.menu-item-has-children > a:after { left: 0; right: auto; content: '\e91c' !important; } .main-navigation ul li.mega-menu ul li.menu-item-has-children { margin-left: 40px; margin-right: 0; } .main-navigation .mega-menu > ul { padding:40px 50px 40px 0; } .wc_payment_method.payment_method_paypal img { float: left; margin: 0 15px 0 0 !important; } .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon, #add_payment_method #payment ul.payment_methods li img.stripe-icon { float: left; padding-left: 0; padding-right: 3px; } @media screen and (min-width: 641px) and (max-width: 1024px) { .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-last { padding: 20px 0 25px 20px; } .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-first { padding: 20px 20px 25px 0; } } @media screen and (min-width: 1361px) { .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-first { padding: 15px 15px 10px 2px; } .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-last { padding: 15px 2px 10px 15px; } } #order_review { float: right; } .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand, #add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand { left: 10px; right: auto; }
0.448426
0.092278
font-size: 20px; font-family: sans-serif; font-weight: 600; color: dimgrey; position:relative; left:50%; margin-left:-150px; text-align:center; width: 250px; } #gross{background-color:#00BCD4;cursor:default;font-weight:600;height:40px;width:200px;text-align:center;border-radius:3px;position: relative;left: 50%;margin-left: -80px;} #grosslabel{color:#00BCD4;position: relative;left: 50%;margin-left: -35px;margin-top:-100px;} /*position: relative;left: 50%;margin-left: -80px;*/ #cntdiv{ position: relative; top: 20px; left: 50%; margin-left: -750px; width: 206px; /* border: solid;*/ } #emplo,#custcount,#procnt,#vencnt{background-color:#00BCD4;cursor:default;font-weight:600;height:40px;width:200px;text-align:center;border-radius:3px;} #emplolabel,#custlabel,#prolabel,#venlabel{color:#00BCD4;margin-left: 40px;margin-top: -25px;} /*position: relative;left: 50%;margin-left: -35px;margin-top:-100px;*/ @media only screen and (max-width:1425px){ #cntdiv{ position: relative; top: 20px; left: 50%; margin-left: -600px; width: 206px; } } @media only screen and (max-width:1250px){ #cntdiv{ position: relative; top: 20px; left: 50%; margin-left: -550px; width: 206px; } } @media only screen and (max-width:1160px){ #cntdiv{ position: relative; top: 20px; left: 50%; margin-left: -500px; width: 206px; } } @media only screen and (max-width: 1625px) { #gross{ margin-left: -200px; } #grosslabel{ margin-left: -150px; } } @media only screen and (max-width: 1100px) { #addinvbtn{ top: 60px; position: relative; } #addpurbtn{ top: 20px; left: 120px; position: relative; } table, thead, tbody, th, td, tr { display: block; } thead { display: none; } .mdl-data-table tbody tr { height: auto; } .mdl-data-table tbody tr:nth-child(even) { background-color: #eee; } .mdl-data-table td, .mdl-data-table td:first-of-type { padding-left: 50%; } .mdl-data-table td:before { position: absolute; top: 6px; left: 6px; width: 45%; padding: 6px 18px 0; white-space: nowrap; content: attr(data-label); text-align: left; color: rgba(0, 0, 0, 0.54118); font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-size: 12px; } .mdl-data-table td:last-of-type { padding-right: 18px; } .tabone{ font-size: 10px; } .tabtwo{ font-size: 10px; } .tabthree{ font-size: 10px; } .insearchbox{ left: 50%; margin-left: -150px; } .selectcustomer,.selectvendor{ left: 50%; } .ininvoice,.bbill{ left: 50%; margin-left: 0px; } .indate{ left: 50%; margin-left: 90px; } .induedate,.bduedate{ left: 50%; margin-left: 0px; } .bdate{ left: 50%; margin-left: 0px; } #updatedata{ margin-left: -300px; } #showdate{ margin-left: -150px; } /* #cntdiv{ position: relative; top: 80px; left: 50%; margin-left: -500px; width: 206px; height: 100px; } #emplo{ margin-top: 8px; } #emplolabel{ margin-top: -15px; } */ } /* @media only screen and (max-width:1024px){ #cntdiv{ position: relative; top: 80px; left: 50%; margin-left: -650px; width: 206px; height: 100px; } } @media only screen and (max-width:530px){ #cntdiv{ position: relative; top: 80px; left: 50%; margin-left: -550px; width: 206px; height: 100px; } } */ @media only screen and (max-width:768px){ .selectcustomer{ margin-left: -50px; } #ctxtname{ margin-left: 40px; width: 120px; } } @media only screen and (max-width: 840px) { #showdate{ margin-left: -280px; } #changepass{ left: 50%; margin-left: -600px; } } @media only screen and (max-width: 839px) { #dropdownmain{ outline: none; left: 50%; margin-left: 20px; position: relative; } #gross{ top: -40px; margin-left: -10px; } #grosslabel{ top: -15px; margin-left: 35px; } } @media only screen and (max-width: 425px) { #dropdownmain{ margin-left: -100px; margin-top: -40px; } .selectcustomer{ margin-left: -30px; } #ctxtname{ margin-left: 35px; width: 120px; } } @media only screen and (max-width: 560px) { #changepass{ margin-left: -400px; } } @media only screen and (max-width: 465px) { #showdate{ margin-left: 20px; } #changepass{ margin-left: -500px; } } @media only screen and (max-width: 470px) { #showdate{ margin-left: -40px; } } @media only screen and (max-width: 479px) { #gross{ top: -20px; margin-left: -180px; } #grosslabel{ top: 5px; margin-left: -130px; } } @media only screen and (max-width: 380px) { #changepass{ margin-left: -80px; } .selectcustomer{ margin-left: -35px; } #ctxtname{ margin-left: 35px; width: 120px; } } @media only screen and (max-width: 360px) { .selectcustomer,.selectvendor{ left: 50%; margin-left: 0px; } .indate{ left: 50%; margin-left: 80px; } .induedate,.bduedate{ left: 50%; margin-left: 0px; margin-top: -50px; } #updatedata{ margin-left: -50px; } .tabone{ font-size: 9px; } .tabtwo{ font-size: 9px; } .tabthree{ font-size: 9px; } } @media only screen and (max-width: 320px) { .selectcustomer,.selectvendor{ left: 50%; margin-left: 0px; } .indate{ left: 50%; margin-left: 70px; } .induedate,.bduedate{ left: 50%; margin-left: 0px; margin-top: -50px; } #btnaction{ margin-left: -15px; width: 280px; } #updatedata{ margin-left: -150px; } #insertdata{ margin-left: -50px; } .selectcustomer{ margin-left: -30px; } #ctxtname{ margin-left: 35px; width: 120px; } }
css/style.css
font-size: 20px; font-family: sans-serif; font-weight: 600; color: dimgrey; position:relative; left:50%; margin-left:-150px; text-align:center; width: 250px; } #gross{background-color:#00BCD4;cursor:default;font-weight:600;height:40px;width:200px;text-align:center;border-radius:3px;position: relative;left: 50%;margin-left: -80px;} #grosslabel{color:#00BCD4;position: relative;left: 50%;margin-left: -35px;margin-top:-100px;} /*position: relative;left: 50%;margin-left: -80px;*/ #cntdiv{ position: relative; top: 20px; left: 50%; margin-left: -750px; width: 206px; /* border: solid;*/ } #emplo,#custcount,#procnt,#vencnt{background-color:#00BCD4;cursor:default;font-weight:600;height:40px;width:200px;text-align:center;border-radius:3px;} #emplolabel,#custlabel,#prolabel,#venlabel{color:#00BCD4;margin-left: 40px;margin-top: -25px;} /*position: relative;left: 50%;margin-left: -35px;margin-top:-100px;*/ @media only screen and (max-width:1425px){ #cntdiv{ position: relative; top: 20px; left: 50%; margin-left: -600px; width: 206px; } } @media only screen and (max-width:1250px){ #cntdiv{ position: relative; top: 20px; left: 50%; margin-left: -550px; width: 206px; } } @media only screen and (max-width:1160px){ #cntdiv{ position: relative; top: 20px; left: 50%; margin-left: -500px; width: 206px; } } @media only screen and (max-width: 1625px) { #gross{ margin-left: -200px; } #grosslabel{ margin-left: -150px; } } @media only screen and (max-width: 1100px) { #addinvbtn{ top: 60px; position: relative; } #addpurbtn{ top: 20px; left: 120px; position: relative; } table, thead, tbody, th, td, tr { display: block; } thead { display: none; } .mdl-data-table tbody tr { height: auto; } .mdl-data-table tbody tr:nth-child(even) { background-color: #eee; } .mdl-data-table td, .mdl-data-table td:first-of-type { padding-left: 50%; } .mdl-data-table td:before { position: absolute; top: 6px; left: 6px; width: 45%; padding: 6px 18px 0; white-space: nowrap; content: attr(data-label); text-align: left; color: rgba(0, 0, 0, 0.54118); font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-size: 12px; } .mdl-data-table td:last-of-type { padding-right: 18px; } .tabone{ font-size: 10px; } .tabtwo{ font-size: 10px; } .tabthree{ font-size: 10px; } .insearchbox{ left: 50%; margin-left: -150px; } .selectcustomer,.selectvendor{ left: 50%; } .ininvoice,.bbill{ left: 50%; margin-left: 0px; } .indate{ left: 50%; margin-left: 90px; } .induedate,.bduedate{ left: 50%; margin-left: 0px; } .bdate{ left: 50%; margin-left: 0px; } #updatedata{ margin-left: -300px; } #showdate{ margin-left: -150px; } /* #cntdiv{ position: relative; top: 80px; left: 50%; margin-left: -500px; width: 206px; height: 100px; } #emplo{ margin-top: 8px; } #emplolabel{ margin-top: -15px; } */ } /* @media only screen and (max-width:1024px){ #cntdiv{ position: relative; top: 80px; left: 50%; margin-left: -650px; width: 206px; height: 100px; } } @media only screen and (max-width:530px){ #cntdiv{ position: relative; top: 80px; left: 50%; margin-left: -550px; width: 206px; height: 100px; } } */ @media only screen and (max-width:768px){ .selectcustomer{ margin-left: -50px; } #ctxtname{ margin-left: 40px; width: 120px; } } @media only screen and (max-width: 840px) { #showdate{ margin-left: -280px; } #changepass{ left: 50%; margin-left: -600px; } } @media only screen and (max-width: 839px) { #dropdownmain{ outline: none; left: 50%; margin-left: 20px; position: relative; } #gross{ top: -40px; margin-left: -10px; } #grosslabel{ top: -15px; margin-left: 35px; } } @media only screen and (max-width: 425px) { #dropdownmain{ margin-left: -100px; margin-top: -40px; } .selectcustomer{ margin-left: -30px; } #ctxtname{ margin-left: 35px; width: 120px; } } @media only screen and (max-width: 560px) { #changepass{ margin-left: -400px; } } @media only screen and (max-width: 465px) { #showdate{ margin-left: 20px; } #changepass{ margin-left: -500px; } } @media only screen and (max-width: 470px) { #showdate{ margin-left: -40px; } } @media only screen and (max-width: 479px) { #gross{ top: -20px; margin-left: -180px; } #grosslabel{ top: 5px; margin-left: -130px; } } @media only screen and (max-width: 380px) { #changepass{ margin-left: -80px; } .selectcustomer{ margin-left: -35px; } #ctxtname{ margin-left: 35px; width: 120px; } } @media only screen and (max-width: 360px) { .selectcustomer,.selectvendor{ left: 50%; margin-left: 0px; } .indate{ left: 50%; margin-left: 80px; } .induedate,.bduedate{ left: 50%; margin-left: 0px; margin-top: -50px; } #updatedata{ margin-left: -50px; } .tabone{ font-size: 9px; } .tabtwo{ font-size: 9px; } .tabthree{ font-size: 9px; } } @media only screen and (max-width: 320px) { .selectcustomer,.selectvendor{ left: 50%; margin-left: 0px; } .indate{ left: 50%; margin-left: 70px; } .induedate,.bduedate{ left: 50%; margin-left: 0px; margin-top: -50px; } #btnaction{ margin-left: -15px; width: 280px; } #updatedata{ margin-left: -150px; } #insertdata{ margin-left: -50px; } .selectcustomer{ margin-left: -30px; } #ctxtname{ margin-left: 35px; width: 120px; } }
0.210766
0.072014
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap'); #myTabContent{ background: none; } #myTabContent li.active >a { background: none !important; } .nav-tabs>li.active > a { background-color: transparent!important; } li.active>a { background-color: initial !important; } .btn-create-account{ background-color:#488CC7 ; border-radius: 180px; padding-top: 10px; padding-bottom: 10px; padding-right: 20px; padding-left: 20px; border-color: #488CC7; font-size: 12px; float: right; margin-right: 30px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .input-div{ margin: 25px 0; padding: 5px 0; border-bottom: 2px solid #00000029; } label { display:block } .input-form{ border: none; outline: none; background: none; color: black; } .input-form::placeholder{ color: #12405D; } .input-form, option, .placeholder{ color: #12405D; } .input-form:hover, .input-form:focus, .input-form:active{ border: none; outline: none; background: none; color: black; } .input-div label{ font-size: 12px; color: #133F5D; font-family: 'Lato' !important; } .modal-finance-name{ font-size: 19px; color: #133F5D; font-family: 'Lato' !important; } .btn_simpan_account{ background-color:#AFE47C ; border-radius: 180px; border-color: #AFE47C; color: white; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; margin-right: 16px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .btn-simpan-account_edit{ background-color:#AFE47C ; border-radius: 180px; border-color: #AFE47C; color: white; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; margin-right: 16px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .btn-cancel-account{ background-color:#AFE47C ; border-radius: 180px; border-color: #AFE47C; color: white; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; margin-right: 16px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .btn-batal-account{ background-color:transparent ; border-radius: 180px; border-color:#8B99A4; color: #8B99A4; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .btn-delete-account{ background-color:transparent ; border-radius: 180px; border-color:#FFFFFF; color: #FFFFFF; margin-right: 25px; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .search-table-accout{ border-radius: 180px; width: 280px; } .button_action_account{ background-color: #A5CE5D; border-color: #A5CE5D; }
public/css/finance.css
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap'); #myTabContent{ background: none; } #myTabContent li.active >a { background: none !important; } .nav-tabs>li.active > a { background-color: transparent!important; } li.active>a { background-color: initial !important; } .btn-create-account{ background-color:#488CC7 ; border-radius: 180px; padding-top: 10px; padding-bottom: 10px; padding-right: 20px; padding-left: 20px; border-color: #488CC7; font-size: 12px; float: right; margin-right: 30px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .input-div{ margin: 25px 0; padding: 5px 0; border-bottom: 2px solid #00000029; } label { display:block } .input-form{ border: none; outline: none; background: none; color: black; } .input-form::placeholder{ color: #12405D; } .input-form, option, .placeholder{ color: #12405D; } .input-form:hover, .input-form:focus, .input-form:active{ border: none; outline: none; background: none; color: black; } .input-div label{ font-size: 12px; color: #133F5D; font-family: 'Lato' !important; } .modal-finance-name{ font-size: 19px; color: #133F5D; font-family: 'Lato' !important; } .btn_simpan_account{ background-color:#AFE47C ; border-radius: 180px; border-color: #AFE47C; color: white; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; margin-right: 16px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .btn-simpan-account_edit{ background-color:#AFE47C ; border-radius: 180px; border-color: #AFE47C; color: white; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; margin-right: 16px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .btn-cancel-account{ background-color:#AFE47C ; border-radius: 180px; border-color: #AFE47C; color: white; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; margin-right: 16px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .btn-batal-account{ background-color:transparent ; border-radius: 180px; border-color:#8B99A4; color: #8B99A4; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .btn-delete-account{ background-color:transparent ; border-radius: 180px; border-color:#FFFFFF; color: #FFFFFF; margin-right: 25px; padding-top: 12px; padding-bottom: 12px; padding-right: 48px; padding-left: 48px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .search-table-accout{ border-radius: 180px; width: 280px; } .button_action_account{ background-color: #A5CE5D; border-color: #A5CE5D; }
0.33928
0.067917
@CHARSET "ISO-8859-1"; table.archive-datatables th { text-align: center } table.archive-datatables th:nth-child(1) { width: 5%; } table.archive-datatables th:nth-child(2){ width: 20%; } table.archive-datatables td:nth-child(3){ width: 15%; } table.archive-datatables th:nth-child(4), table.archive-datatables th:nth-child(5), table.archive-datatables th:nth-child(6){ width: 20%; } table.archive-datatables td:nth-child(1){ text-align: center; } table.archive-datatables td:nth-child(2), table.archive-datatables td:nth-child(3){ text-align: left; } table.archive-datatables td:nth-child(4), table.archive-datatables td:nth-child(5), table.archive-datatables td:nth-child(6){ text-align: right;; } table.compare-datatables i.btn { font-family: FontAwesome; font-style: normal; cursor: pointer; margin: 0px 0px 0px 0px; padding: 0px 2px 0px 0px; } table.compare-datatables th { text-align: center } table.compare-datatables th:nth-child(1), table.compare-datatables th:nth-child(2), table.compare-datatables th:nth-child(3), table.compare-datatables th:nth-child(4), table.compare-datatables th:nth-child(5), table.compare-datatables th:nth-child(6), table.compare-datatables th:nth-child(7), table.compare-datatables th:nth-child(8), table.compare-datatables th:nth-child(9), table.compare-datatables th:nth-child(10), table.compare-datatables th:nth-child(11), table.compare-datatables th:nth-child(12), table.compare-datatables th:nth-child(13), table.compare-datatables th:nth-child(14), table.compare-datatables th:nth-child(15),{ width: auto; } table.compare-datatables td:nth-child(1){ text-align: center; } table.compare-datatables td:nth-child(3), table.compare-datatables td:nth-child(4), table.compare-datatables td:nth-child(5), table.compare-datatables td:nth-child(6), table.compare-datatables td:nth-child(7), table.compare-datatables td:nth-child(8), table.compare-datatables td:nth-child(9), table.compare-datatables td:nth-child(10), table.compare-datatables td:nth-child(11), table.compare-datatables td:nth-child(12), table.compare-datatables td:nth-child(13), table.compare-datatables td:nth-child(14), table.compare-datatables td:nth-child(15){ text-align: right;; } table.compare-datatables i.btn { font-family: FontAwesome; font-style: normal; cursor: pointer; margin: 0px 0px 0px 0px; padding: 0px 2px 0px 0px; } table.compare-datatables > tbody > tr > td{ border: 0px !important; } table.compare-datatables tr:nth-child(even) { background-color: #f2f2f2; } table.compare-datatables th { background-color: #3c8dbc; color:#FFF; } table.compare-datatables .sum_column{ background-color: #f7d6a2; color: #000; } a.dt-button { font-size: 14px; } .txt-middle{ vertical-align: middle !important; } /* end the box on on filter */ .top-buffer { margin-top:20px; } .group { width:145px; height:92px; background-color:#dddddd; color: #4e4e4e; cursor:pointer; float:left; margin-left:10px; border-radius: 5px; } .grp-active { background-color:#3c8dbc; color:#FFF; transition:all 0.5s; } input[type=radio] { display: none; } /* end the box on on filter */
public/resources/themes/default/css/backoffice/data_integration_report/report_import_by_year.css
@CHARSET "ISO-8859-1"; table.archive-datatables th { text-align: center } table.archive-datatables th:nth-child(1) { width: 5%; } table.archive-datatables th:nth-child(2){ width: 20%; } table.archive-datatables td:nth-child(3){ width: 15%; } table.archive-datatables th:nth-child(4), table.archive-datatables th:nth-child(5), table.archive-datatables th:nth-child(6){ width: 20%; } table.archive-datatables td:nth-child(1){ text-align: center; } table.archive-datatables td:nth-child(2), table.archive-datatables td:nth-child(3){ text-align: left; } table.archive-datatables td:nth-child(4), table.archive-datatables td:nth-child(5), table.archive-datatables td:nth-child(6){ text-align: right;; } table.compare-datatables i.btn { font-family: FontAwesome; font-style: normal; cursor: pointer; margin: 0px 0px 0px 0px; padding: 0px 2px 0px 0px; } table.compare-datatables th { text-align: center } table.compare-datatables th:nth-child(1), table.compare-datatables th:nth-child(2), table.compare-datatables th:nth-child(3), table.compare-datatables th:nth-child(4), table.compare-datatables th:nth-child(5), table.compare-datatables th:nth-child(6), table.compare-datatables th:nth-child(7), table.compare-datatables th:nth-child(8), table.compare-datatables th:nth-child(9), table.compare-datatables th:nth-child(10), table.compare-datatables th:nth-child(11), table.compare-datatables th:nth-child(12), table.compare-datatables th:nth-child(13), table.compare-datatables th:nth-child(14), table.compare-datatables th:nth-child(15),{ width: auto; } table.compare-datatables td:nth-child(1){ text-align: center; } table.compare-datatables td:nth-child(3), table.compare-datatables td:nth-child(4), table.compare-datatables td:nth-child(5), table.compare-datatables td:nth-child(6), table.compare-datatables td:nth-child(7), table.compare-datatables td:nth-child(8), table.compare-datatables td:nth-child(9), table.compare-datatables td:nth-child(10), table.compare-datatables td:nth-child(11), table.compare-datatables td:nth-child(12), table.compare-datatables td:nth-child(13), table.compare-datatables td:nth-child(14), table.compare-datatables td:nth-child(15){ text-align: right;; } table.compare-datatables i.btn { font-family: FontAwesome; font-style: normal; cursor: pointer; margin: 0px 0px 0px 0px; padding: 0px 2px 0px 0px; } table.compare-datatables > tbody > tr > td{ border: 0px !important; } table.compare-datatables tr:nth-child(even) { background-color: #f2f2f2; } table.compare-datatables th { background-color: #3c8dbc; color:#FFF; } table.compare-datatables .sum_column{ background-color: #f7d6a2; color: #000; } a.dt-button { font-size: 14px; } .txt-middle{ vertical-align: middle !important; } /* end the box on on filter */ .top-buffer { margin-top:20px; } .group { width:145px; height:92px; background-color:#dddddd; color: #4e4e4e; cursor:pointer; float:left; margin-left:10px; border-radius: 5px; } .grp-active { background-color:#3c8dbc; color:#FFF; transition:all 0.5s; } input[type=radio] { display: none; } /* end the box on on filter */
0.140956
0.214537
@charset "utf-8"; a,address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var { margin: 0; padding: 0 } article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display: block } hr{ -moz-box-sizing: content-box; box-sizing: content-box; height: 0 } button,html input[type=button],input[type=submit] { -webkit-apperance: button; cursor: pointer } button[disabled],html input[disabled] { cursor: default } ol,ul { list-style: none } img { border: 0; vertical-align: middle } em,i,u { font-style: normal } .fl { float: left } .fr { float: right } .hide { display: none } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden } .clearfix{ *zoom: 1 } body { font: 12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif; -webkit-font-smoothing: antialiased;color: #666;background: #fff } a { color: #666; text-decoration: none } a:hover { color: #C81623 } table{ border-collapse: collapse; } .btn-11:link{ color: #323333;text-decoration: none; } .btn-11{ background-color: #F7F7F7; background-image: -moz-linear-gradient(top,#F7F7F7,#F3F2F2); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F7F7F7),color-stop(1,#F3F2F2)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F3F2F2', GradientType='0'); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F3F2F2'); background-image: linear-gradient(to bottom,#F7F7F7 0,#F3F2F2 100%); border-radius: 2px; display: inline-block; height: 18px; line-height: 18px; border: 1px solid #ddd; padding: 2px 14px 3px; color: #323333 } .ftx-01, .ftx01{ color: #e4393c; } div.cancle-box{ margin: 10px;line-height: 20px; } .paydetail-box .pdetail{ display: block; } div.paydetail-box{ width: 585px;margin: 20px auto; } .tb-void{ line-height: 18px;text-align: center;border: 1px solid #f2f2f2;border-top: 0;color: #333;width: 100%; } div.paydetail-box .tb-void{ margin: 10px 0;overflow: visible; } div.paydetail-box .tb-void table{ width: 100%; } .tb-void td{ border: 1px solid #f2f2f2;padding: 10px 5px; } div.paydetail-box .tb-void td{ border: none;text-align: left;line-height: 22px;border-top: 1px solid #ddd; } div.paydetail-box .pdetail dd.fore1{ width: 60px;margin: 0 0 0 20px; } div.paydetail-box .pdetail dd{ float: left; } div.paydetail-box .tb-void .return-msg{ width: 260px; } div.paydetail-box .item{ margin: 0 0 10px; } div.cancle-box .item{ padding: 0 0 0 32px;position: relative;line-height: 20px;z-index: 2; } div.cancle-box .item .label{ line-height: 30px;width: 70px;padding: 0; } div.cancle-box .item .gray{ color: #999; } div.cancle-box .item .text1{ width: 70px; } div.cancle-box .item .text{ border: 1px solid #ccc;line-height: 18px; } div.cancle-box .op-btns{ text-align: center;margin: 30px 0 0 } div.cancle-box .op-btns .btn{ margin: 0 10px 0 0; }
template/pc1/rainbow/static/css/cOrderIframe.css
@charset "utf-8"; a,address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var { margin: 0; padding: 0 } article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display: block } hr{ -moz-box-sizing: content-box; box-sizing: content-box; height: 0 } button,html input[type=button],input[type=submit] { -webkit-apperance: button; cursor: pointer } button[disabled],html input[disabled] { cursor: default } ol,ul { list-style: none } img { border: 0; vertical-align: middle } em,i,u { font-style: normal } .fl { float: left } .fr { float: right } .hide { display: none } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden } .clearfix{ *zoom: 1 } body { font: 12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif; -webkit-font-smoothing: antialiased;color: #666;background: #fff } a { color: #666; text-decoration: none } a:hover { color: #C81623 } table{ border-collapse: collapse; } .btn-11:link{ color: #323333;text-decoration: none; } .btn-11{ background-color: #F7F7F7; background-image: -moz-linear-gradient(top,#F7F7F7,#F3F2F2); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F7F7F7),color-stop(1,#F3F2F2)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F3F2F2', GradientType='0'); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F3F2F2'); background-image: linear-gradient(to bottom,#F7F7F7 0,#F3F2F2 100%); border-radius: 2px; display: inline-block; height: 18px; line-height: 18px; border: 1px solid #ddd; padding: 2px 14px 3px; color: #323333 } .ftx-01, .ftx01{ color: #e4393c; } div.cancle-box{ margin: 10px;line-height: 20px; } .paydetail-box .pdetail{ display: block; } div.paydetail-box{ width: 585px;margin: 20px auto; } .tb-void{ line-height: 18px;text-align: center;border: 1px solid #f2f2f2;border-top: 0;color: #333;width: 100%; } div.paydetail-box .tb-void{ margin: 10px 0;overflow: visible; } div.paydetail-box .tb-void table{ width: 100%; } .tb-void td{ border: 1px solid #f2f2f2;padding: 10px 5px; } div.paydetail-box .tb-void td{ border: none;text-align: left;line-height: 22px;border-top: 1px solid #ddd; } div.paydetail-box .pdetail dd.fore1{ width: 60px;margin: 0 0 0 20px; } div.paydetail-box .pdetail dd{ float: left; } div.paydetail-box .tb-void .return-msg{ width: 260px; } div.paydetail-box .item{ margin: 0 0 10px; } div.cancle-box .item{ padding: 0 0 0 32px;position: relative;line-height: 20px;z-index: 2; } div.cancle-box .item .label{ line-height: 30px;width: 70px;padding: 0; } div.cancle-box .item .gray{ color: #999; } div.cancle-box .item .text1{ width: 70px; } div.cancle-box .item .text{ border: 1px solid #ccc;line-height: 18px; } div.cancle-box .op-btns{ text-align: center;margin: 30px 0 0 } div.cancle-box .op-btns .btn{ margin: 0 10px 0 0; }
0.33372
0.078819
.container, .container-fluid {margin-top: 50px; margin-bottom: 20px;} html {font-size: 14px;} /*Navigation Bar*/ .totop { position: relative; float: right; top: -42px; margin-right: 10px; text-decoration: none; } @media (min-width: 576px) { .smShow { display: none; } } @media (max-width: 576px) { .smHide { display: none; } } /*bootstrap menu fix*/ .dropdown-item { padding: 2px 5px; } .dropdown-menu { padding: 0; margin: 0; border-radius: 0; font-size: 0.9rem; } /*Content Styling*/ blockquote { border-left: 3px solid #e5e5e5; padding: 0 0 0 5px; color: #666666; } pre { border-left: 3px solid #343a40; padding: 0 0 0 5px; font-family: 'Source Code Pro', monospace; color: #666666; background-color: rgba(229,229,229,0.5); } code { font-family: 'Source Code Pro', monospace; } .container h1, .container-fluid h1 { padding-top: 50px; margin-top: -50px; font-family: 'Montserrat', sans-serif; border-bottom: 1px solid #e5e5e5; } /*Custom Colors*/ red {color: red;} blue {color: blue;} green {color: green;} orange {color: orange;} yellow {color: yellow;} purple {color: purple;} muted {color: rgba(0,0,0,.5);} lead {font-size: 1.25rem; font-weight: 300;} spoiler{color: rgba(255,60,231,0)!important;text-shadow: 1px 0 12px #fff,-1px 0 12px #000;transition: 0.5s all;} spoiler:hover {color: #000 !important} d1 {font-size: 6rem;font-weight: 300;line-height: 1.2;} d2 {font-size: 5.5rem;font-weight: 300;line-height: 1.2;} d3 {font-size: 4.5rem;font-weight: 300;line-height: 1.2;} d4 {font-size: 3.5rem;font-weight: 300;line-height: 1.2;} /*Custom Table Styling*/ .container h2, .container-fluid h2, .container h3, .container-fluid h3, .container h4, .container-fluid h4, .container h5, .container-fluid h5, .containerh6, .container-fluid h6 { font-family: 'Montserrat', sans-serif; font-weight: lighter; padding-top: 50px; margin-top: -50px; } .container table, .container-fluid table { padding: 5px; } .container table, .container-fluid table, .container th, .container-fluid th, .container td, .container-fluid td { border: 1px solid #e5e5e5; } .container td, .container-fluid td { padding: 5px 10px 5px 5px; font-size: 0.9em; } .container th, .container-fluid th { padding: 5px 10px 5px 5px; font-size: 1.1em; } .container img, .container-fluid img { max-width: 600px; }
Marginalia/css/style.css
.container, .container-fluid {margin-top: 50px; margin-bottom: 20px;} html {font-size: 14px;} /*Navigation Bar*/ .totop { position: relative; float: right; top: -42px; margin-right: 10px; text-decoration: none; } @media (min-width: 576px) { .smShow { display: none; } } @media (max-width: 576px) { .smHide { display: none; } } /*bootstrap menu fix*/ .dropdown-item { padding: 2px 5px; } .dropdown-menu { padding: 0; margin: 0; border-radius: 0; font-size: 0.9rem; } /*Content Styling*/ blockquote { border-left: 3px solid #e5e5e5; padding: 0 0 0 5px; color: #666666; } pre { border-left: 3px solid #343a40; padding: 0 0 0 5px; font-family: 'Source Code Pro', monospace; color: #666666; background-color: rgba(229,229,229,0.5); } code { font-family: 'Source Code Pro', monospace; } .container h1, .container-fluid h1 { padding-top: 50px; margin-top: -50px; font-family: 'Montserrat', sans-serif; border-bottom: 1px solid #e5e5e5; } /*Custom Colors*/ red {color: red;} blue {color: blue;} green {color: green;} orange {color: orange;} yellow {color: yellow;} purple {color: purple;} muted {color: rgba(0,0,0,.5);} lead {font-size: 1.25rem; font-weight: 300;} spoiler{color: rgba(255,60,231,0)!important;text-shadow: 1px 0 12px #fff,-1px 0 12px #000;transition: 0.5s all;} spoiler:hover {color: #000 !important} d1 {font-size: 6rem;font-weight: 300;line-height: 1.2;} d2 {font-size: 5.5rem;font-weight: 300;line-height: 1.2;} d3 {font-size: 4.5rem;font-weight: 300;line-height: 1.2;} d4 {font-size: 3.5rem;font-weight: 300;line-height: 1.2;} /*Custom Table Styling*/ .container h2, .container-fluid h2, .container h3, .container-fluid h3, .container h4, .container-fluid h4, .container h5, .container-fluid h5, .containerh6, .container-fluid h6 { font-family: 'Montserrat', sans-serif; font-weight: lighter; padding-top: 50px; margin-top: -50px; } .container table, .container-fluid table { padding: 5px; } .container table, .container-fluid table, .container th, .container-fluid th, .container td, .container-fluid td { border: 1px solid #e5e5e5; } .container td, .container-fluid td { padding: 5px 10px 5px 5px; font-size: 0.9em; } .container th, .container-fluid th { padding: 5px 10px 5px 5px; font-size: 1.1em; } .container img, .container-fluid img { max-width: 600px; }
0.219003
0.080357
.nav_guide{ width:1200px; margin:10px auto 0 auto; line-height:30px; color:#666; } .FenLieContainer{ display:table; width:1200px; margin:auto; } .FenLieContainer .Main,.FenLieContainer .Side{ display:table-cell; vertical-align:top; } .FenLieContainer .Main{ width:860px; padding-right:20px; } .FenLieContainer .Side{ width:320px; } /**/ .Mhead{ border-bottom:#1CB29D solid 2px; height:40px; position:relative; } .Mhead .tag{ float:left; font-size:20px; font-weight:bold; line-height:40px; } .baidu_share{ width:200px; position:absolute; right:160px; bottom:5px; } .Mhead .post{ width:150px; float:right; padding-top:5px; } .Mhead .post a{ display:block; height:30px; line-height:30px; text-align:center; background:#EF8D00; color:#FFF; font-size:16px; border-radius:3px; } .Mhead .post a:hover{ background:#F30; } .AtcBox{ display:table; width:100%; margin-top:15px; } .AtcBox dt,.AtcBox dd{ display:table-cell; line-height:30px; font-size:16px; color:#666; } .AtcBox dd{ text-align:right; } .BaseInfoTable{ display:table; width:100%; margin-top:20px; } .BaseInfoTable .ShowPic,.BaseInfoTable .ShowInfo{ display:table-cell; vertical-align:top; } .BaseInfoTable .ShowPic{ width:480px; height:370px; } .ShowShopPic{ width:480px; height:370px; position:relative; overflow:hidden; } .BaseInfoTable .ShowInfo{ padding-left:10px; } .ShowInfo .title{ line-height:30px; font-size:16px; font-weight:bold; } .ShowInfo .Infos{ padding-top:10px; } .ShowInfo .Infos li{ padding:5px 0 5px 0; line-height:20px; font-size:14px; color:#666; } .ShowInfo .Infos li span{ color:#333; } .ShowInfo .Infos li a{ color:#1AA3EE; } .ShowInfo .telphone{ height:50px; background:#EC6F06; line-height:50px; padding-left:60px; padding-right:10px; overflow:hidden; position:relative; margin-top:10px; font-size:24px; font-weight:bold; color:#FFF; } .ShowInfo .telphone a{ color:#EFEFEF; } .ShowInfo .telphone span{ display:block; width:50px; height:50px; position:absolute; overflow:hidden; left:0; top:0; background:#FA801D url(tel.png) center 6px no-repeat; background-size:35px 35px; text-indent:50px; } .moreaction{ text-align:center; padding-top:20px; word-spacing:15px; } .moreaction input{ width:100px; padding-left:22px; height:30px; border:0; cursor:pointer; } .moreaction input.zb{ background:url(butter.gif) center top no-repeat; } .moreaction input.tz{ background:url(butter.gif) center -30px no-repeat; } .moreaction input.sc{ background:url(butter.gif) center -60px no-repeat; } .InfoContent{ padding:10px 0 10px 0; line-height:20px; font-size:14px; word-break:break-all; /*支持IE,chrome,FF不支持*/   word-wrap:break-word;/*支持IE,chrome,FF*/ width:830px; overflow:hidden; } .InfoContent .head{ border-bottom:#DDD solid 1px; line-height:40px; font-size:18px; font-weight:bold; margin-bottom:10px; } .InfoContent img{ max-width:820px; } .ShowPage{ text-align:center; clear:both; padding:10px; line-height:30px; } .ShowPage a{ display:inline-block; padding:0 8px 0 8px; font-size:14px; background:#EFEFEF; color:#666; } .ShowPage a.ck{ background:#0067B4; } .ShowPage a.ck font{ color:#FFF; } .PostComment,.ShowComment{ border:#DDD solid 1px; margin-top:15px; border-top:#1CB29D solid 2px; } .PostComment .head,.ShowComment .head{ line-height:50px; height:50px; padding-left:15px; font-size:18px; font-weight:bold; border-bottom:#DDD solid 1px; margin-bottom:10px; } .PostComment dl{ display:table; width:100%; } .PostComment dl dt,.PostComment dl dd{ display:table-cell; padding:5px; vertical-align:middle; } .PostComment dl dt{ width:80px; text-align:right; line-height:25px; font-size:14px; color:#666; } .PostComment dl dd input{ height:20px; border:#DDD solid 1px; color:#666; text-indent:5px; } .PostComment dl dd textarea{ width:400px; height:150px; border:#DDD solid 1px; color:#666; padding:5px; } .PostComment .sub{ padding:10px 0 20px 95px; } .PostComment .sub input{ width:100px; height:30px; border:#DDD solid 1px; background:#EFEFEF; font-weight:bold; font-size:14px; color:#666; cursor:pointer; } .PostComment .sub input:hover{ border:#F30 solid 1px; background:#F60; color:#FFF; } .ListComment{ padding:0 15px; position:relative; margin-bottom:15px; } .ListComment dl{ display:table; width:100%; } .ListComment dl dt,.ListComment dl dd{ display:table-cell; border:#EEE solid 1px; vertical-align:top; } .ListComment dl dt{ border-right:0px; padding:10px; width:80px; } .ListComment dl dt a{ display:block; width:80px; height:80px; overflow:hidden; border-radius:40px; } .ListComment dl dt a img{ width:80px; height:80px; } .ListComment dl dd{ padding:10px 10px 40px 10px; color:#666; line-height:20px; } .ListComment .moreinfo{ with:500px; height:30px; position:absolute; line-height:30px; bottom:5px; right:25px; text-align:right; color:#888; } .ListComment .moreinfo span{ color:blue; } .ListComment .moreinfo em{ color:red; } .ListComment dl:hover{ background:#EFEFEF; } .no_Comment{ text-align:center; padding:50px 10px; line-height:30px; font-size:20px; color:#F60; } /**/ .AcitonBut{ padding:5px; background:#EFEFEF; } .AcitonBut:after{ content:''; display:block; width:300px; height:1px; clear:both; } .AcitonBut li{ width:50%; height:50px; overflow:hidden; padding-top:15px; float:left; } .AcitonBut li a{ display:block; background:#4FC7CE; width:105px; height:50px; line-height:50px; margin:auto; border-radius:5px; padding-left:25px; text-align:center; font-size:16px; color:#FFF; } .AcitonBut li a.post{ background:#4FC7CE url(icon1.png) 10px 16px no-repeat; } .AcitonBut li a.post:hover{ background:#0C676C url(icon1.png) 10px 16px no-repeat; } .AcitonBut li a.mg{ background:#FF9999 url(icon2.png) 18px 16px no-repeat; } .AcitonBut li a.mg:hover{ background:#8D0F0F url(icon2.png) 18px 16px no-repeat; } .AcitonBut li a.edit{ background:#A8BE3F url(icon3.png) 10px 16px no-repeat; } .AcitonBut li a.edit:hover{ background:#637412 url(icon3.png) 10px 16px no-repeat; } .AcitonBut li a.rz{ background:#E39549 url(icon4.png) 18px 15px no-repeat; } .AcitonBut li a.rz:hover{ background:#704214 url(icon4.png) 18px 15px no-repeat; } .MemberCont{ padding:30px 0 10px 0; background:#EFEFEF; position:relative; } .MemberCont:before{ content:''; display:block; width:300px; height:1px; position:absolute; left:10px; top:15px; background:#DDD; } .MemberCont dl{ display:table; width:100%; } .MemberCont dl dt,.MemberCont dl dd{ display:table-cell; padding:5px; vertical-align:middle; font-size:14px; } .MemberCont dl dt{ width:120px; padding-left:20px; } .MemberCont dl dt input{ width:120px; height:30px; border:#DDD solid 1px; border-radius:5px; text-indent:5px; } .MemberCont dl dd{ line-height:25px; } .MemberCont dl dd input{ background:#BDCE6C url(line.png) center 2px no-repeat; border:none; width:60px; height:30px; margin-right:10px; border-radius:3px; color:#FFF; position:relative; } .MemberCont dl dd input:hover{ background:#6C7D18 url(line.png) center 2px no-repeat; } .MemberCont dl dt.headicon{ width:100px; } .MemberCont dl dt.headicon div{ width:100px; height:100px; overflow:hidden; margin:auto; text-align:center; line-height:100px; border-radius:50px; background:#FFF; } .MemberCont dl dt.headicon div img{ max-width:100px; max-height:100px; vertical-align:middle; } .MemberCont dl dd ul.info li{ height:22px; overflow:hidden; line-height:22px; } .MemberCont dl dd ul.info{ margin-bottom:5px; } .sidecont{ margin-top:15px; } .sidecont .head{ border-top:#1CB29D solid 2px; line-height:40px; font-size:18px; font-weight:bold; } .sidecont .List li{ height:40px; line-height:40px; border-top:#DDD solid 1px; position:relative; padding-left:30px; overflow:hidden; font-size:14px; } .sidecont .List li span{ display:block; width:20px; height:20px; text-align:center; line-height:20px; position:absolute; left:0; top:10px; background:#CBCAC6; color:#FFF; } .sidecont .List li:nth-child(1) span,.sidecont .List li:nth-child(2) span,.sidecont .List li:nth-child(3) span{ background:#1AA3EE; }
public/static/fenlei/bencandy.css
.nav_guide{ width:1200px; margin:10px auto 0 auto; line-height:30px; color:#666; } .FenLieContainer{ display:table; width:1200px; margin:auto; } .FenLieContainer .Main,.FenLieContainer .Side{ display:table-cell; vertical-align:top; } .FenLieContainer .Main{ width:860px; padding-right:20px; } .FenLieContainer .Side{ width:320px; } /**/ .Mhead{ border-bottom:#1CB29D solid 2px; height:40px; position:relative; } .Mhead .tag{ float:left; font-size:20px; font-weight:bold; line-height:40px; } .baidu_share{ width:200px; position:absolute; right:160px; bottom:5px; } .Mhead .post{ width:150px; float:right; padding-top:5px; } .Mhead .post a{ display:block; height:30px; line-height:30px; text-align:center; background:#EF8D00; color:#FFF; font-size:16px; border-radius:3px; } .Mhead .post a:hover{ background:#F30; } .AtcBox{ display:table; width:100%; margin-top:15px; } .AtcBox dt,.AtcBox dd{ display:table-cell; line-height:30px; font-size:16px; color:#666; } .AtcBox dd{ text-align:right; } .BaseInfoTable{ display:table; width:100%; margin-top:20px; } .BaseInfoTable .ShowPic,.BaseInfoTable .ShowInfo{ display:table-cell; vertical-align:top; } .BaseInfoTable .ShowPic{ width:480px; height:370px; } .ShowShopPic{ width:480px; height:370px; position:relative; overflow:hidden; } .BaseInfoTable .ShowInfo{ padding-left:10px; } .ShowInfo .title{ line-height:30px; font-size:16px; font-weight:bold; } .ShowInfo .Infos{ padding-top:10px; } .ShowInfo .Infos li{ padding:5px 0 5px 0; line-height:20px; font-size:14px; color:#666; } .ShowInfo .Infos li span{ color:#333; } .ShowInfo .Infos li a{ color:#1AA3EE; } .ShowInfo .telphone{ height:50px; background:#EC6F06; line-height:50px; padding-left:60px; padding-right:10px; overflow:hidden; position:relative; margin-top:10px; font-size:24px; font-weight:bold; color:#FFF; } .ShowInfo .telphone a{ color:#EFEFEF; } .ShowInfo .telphone span{ display:block; width:50px; height:50px; position:absolute; overflow:hidden; left:0; top:0; background:#FA801D url(tel.png) center 6px no-repeat; background-size:35px 35px; text-indent:50px; } .moreaction{ text-align:center; padding-top:20px; word-spacing:15px; } .moreaction input{ width:100px; padding-left:22px; height:30px; border:0; cursor:pointer; } .moreaction input.zb{ background:url(butter.gif) center top no-repeat; } .moreaction input.tz{ background:url(butter.gif) center -30px no-repeat; } .moreaction input.sc{ background:url(butter.gif) center -60px no-repeat; } .InfoContent{ padding:10px 0 10px 0; line-height:20px; font-size:14px; word-break:break-all; /*支持IE,chrome,FF不支持*/   word-wrap:break-word;/*支持IE,chrome,FF*/ width:830px; overflow:hidden; } .InfoContent .head{ border-bottom:#DDD solid 1px; line-height:40px; font-size:18px; font-weight:bold; margin-bottom:10px; } .InfoContent img{ max-width:820px; } .ShowPage{ text-align:center; clear:both; padding:10px; line-height:30px; } .ShowPage a{ display:inline-block; padding:0 8px 0 8px; font-size:14px; background:#EFEFEF; color:#666; } .ShowPage a.ck{ background:#0067B4; } .ShowPage a.ck font{ color:#FFF; } .PostComment,.ShowComment{ border:#DDD solid 1px; margin-top:15px; border-top:#1CB29D solid 2px; } .PostComment .head,.ShowComment .head{ line-height:50px; height:50px; padding-left:15px; font-size:18px; font-weight:bold; border-bottom:#DDD solid 1px; margin-bottom:10px; } .PostComment dl{ display:table; width:100%; } .PostComment dl dt,.PostComment dl dd{ display:table-cell; padding:5px; vertical-align:middle; } .PostComment dl dt{ width:80px; text-align:right; line-height:25px; font-size:14px; color:#666; } .PostComment dl dd input{ height:20px; border:#DDD solid 1px; color:#666; text-indent:5px; } .PostComment dl dd textarea{ width:400px; height:150px; border:#DDD solid 1px; color:#666; padding:5px; } .PostComment .sub{ padding:10px 0 20px 95px; } .PostComment .sub input{ width:100px; height:30px; border:#DDD solid 1px; background:#EFEFEF; font-weight:bold; font-size:14px; color:#666; cursor:pointer; } .PostComment .sub input:hover{ border:#F30 solid 1px; background:#F60; color:#FFF; } .ListComment{ padding:0 15px; position:relative; margin-bottom:15px; } .ListComment dl{ display:table; width:100%; } .ListComment dl dt,.ListComment dl dd{ display:table-cell; border:#EEE solid 1px; vertical-align:top; } .ListComment dl dt{ border-right:0px; padding:10px; width:80px; } .ListComment dl dt a{ display:block; width:80px; height:80px; overflow:hidden; border-radius:40px; } .ListComment dl dt a img{ width:80px; height:80px; } .ListComment dl dd{ padding:10px 10px 40px 10px; color:#666; line-height:20px; } .ListComment .moreinfo{ with:500px; height:30px; position:absolute; line-height:30px; bottom:5px; right:25px; text-align:right; color:#888; } .ListComment .moreinfo span{ color:blue; } .ListComment .moreinfo em{ color:red; } .ListComment dl:hover{ background:#EFEFEF; } .no_Comment{ text-align:center; padding:50px 10px; line-height:30px; font-size:20px; color:#F60; } /**/ .AcitonBut{ padding:5px; background:#EFEFEF; } .AcitonBut:after{ content:''; display:block; width:300px; height:1px; clear:both; } .AcitonBut li{ width:50%; height:50px; overflow:hidden; padding-top:15px; float:left; } .AcitonBut li a{ display:block; background:#4FC7CE; width:105px; height:50px; line-height:50px; margin:auto; border-radius:5px; padding-left:25px; text-align:center; font-size:16px; color:#FFF; } .AcitonBut li a.post{ background:#4FC7CE url(icon1.png) 10px 16px no-repeat; } .AcitonBut li a.post:hover{ background:#0C676C url(icon1.png) 10px 16px no-repeat; } .AcitonBut li a.mg{ background:#FF9999 url(icon2.png) 18px 16px no-repeat; } .AcitonBut li a.mg:hover{ background:#8D0F0F url(icon2.png) 18px 16px no-repeat; } .AcitonBut li a.edit{ background:#A8BE3F url(icon3.png) 10px 16px no-repeat; } .AcitonBut li a.edit:hover{ background:#637412 url(icon3.png) 10px 16px no-repeat; } .AcitonBut li a.rz{ background:#E39549 url(icon4.png) 18px 15px no-repeat; } .AcitonBut li a.rz:hover{ background:#704214 url(icon4.png) 18px 15px no-repeat; } .MemberCont{ padding:30px 0 10px 0; background:#EFEFEF; position:relative; } .MemberCont:before{ content:''; display:block; width:300px; height:1px; position:absolute; left:10px; top:15px; background:#DDD; } .MemberCont dl{ display:table; width:100%; } .MemberCont dl dt,.MemberCont dl dd{ display:table-cell; padding:5px; vertical-align:middle; font-size:14px; } .MemberCont dl dt{ width:120px; padding-left:20px; } .MemberCont dl dt input{ width:120px; height:30px; border:#DDD solid 1px; border-radius:5px; text-indent:5px; } .MemberCont dl dd{ line-height:25px; } .MemberCont dl dd input{ background:#BDCE6C url(line.png) center 2px no-repeat; border:none; width:60px; height:30px; margin-right:10px; border-radius:3px; color:#FFF; position:relative; } .MemberCont dl dd input:hover{ background:#6C7D18 url(line.png) center 2px no-repeat; } .MemberCont dl dt.headicon{ width:100px; } .MemberCont dl dt.headicon div{ width:100px; height:100px; overflow:hidden; margin:auto; text-align:center; line-height:100px; border-radius:50px; background:#FFF; } .MemberCont dl dt.headicon div img{ max-width:100px; max-height:100px; vertical-align:middle; } .MemberCont dl dd ul.info li{ height:22px; overflow:hidden; line-height:22px; } .MemberCont dl dd ul.info{ margin-bottom:5px; } .sidecont{ margin-top:15px; } .sidecont .head{ border-top:#1CB29D solid 2px; line-height:40px; font-size:18px; font-weight:bold; } .sidecont .List li{ height:40px; line-height:40px; border-top:#DDD solid 1px; position:relative; padding-left:30px; overflow:hidden; font-size:14px; } .sidecont .List li span{ display:block; width:20px; height:20px; text-align:center; line-height:20px; position:absolute; left:0; top:10px; background:#CBCAC6; color:#FFF; } .sidecont .List li:nth-child(1) span,.sidecont .List li:nth-child(2) span,.sidecont .List li:nth-child(3) span{ background:#1AA3EE; }
0.179567
0.03949
* html, * html body { background-image: url(about:blank); background-attachment: fixed; } #chatBtn { position: fixed; position: fixed \9; *position: fixed; _position: absolute; background-color: #19CAA6; font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', 'Arial', 'sans-serif'; font-size: 16px; line-height: 24px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); /*right: 100px;*/ bottom: -42px; color: #fff; text-align: center; /*padding: 8px 10px 8px 10px;*/ border-top-left-radius: 5px; border-top-right-radius: 5px; cursor: pointer; z-index: 2147483645; width:auto; box-sizing: content-box !important; } #qimo_chatpup { position: fixed; position: fixed \9; *position: fixed; _position: absolute; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); /*right: 100px;*/ bottom: -100%; width: 355px; height: 500px; z-index: 2147483647; overflow: hidden; background: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 0 0 20px 0 rgba(0,0,0,.15); cursor: move; /*border-top-width: 1px;*/ /*border-right-width: 1px;*/ /*border-left-width: 1px;*/ /*border-style: solid solid none;*/ /*border-top-color: #19CAA6;*/ /*border-right-color: #19CAA6;*/ /*border-left-color: #19CAA6;*/ } .qimo_inviteBox{ position: fixed; margin: auto; background-size: cover; width: 320px; height: 175px; border-radius: 5px; box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1); border-width: 1px; border-color: #19CAA6; z-index: 2147483647; overflow: hidden; background: #3FD7FC; background: -moz-linear-gradient(top, #3FD7FC, #3E89FC); background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3FD7FC), to(#3E89FC)); background:-o-linear-gradient(top, #3FD7FC, #3E89FC); } .qimo_inviteBox .qimo_invite_close { width:16px; height: 16px; cursor: pointer; position: absolute; top:5px; right: 5px; } .qimo_inviteBox_top{ height: 88px; padding: 10px 25px; box-sizing: content-box !important; } .qimo_inviteBox_top_img{ display: inline-block; width: 70px; height: 84px; float: left; } .qimo_inviteBox_top_img img{ max-width: 100%; max-height: 100%; } .qimo_inviteBox_top_right{ display: inline-block; float: left; height: 84px; margin-left: 10px; width: 180px; position: relative; } #qimo_inviteBox_InviteWords{ width: 100%; font-size: 16px; line-height: 18px; max-height: 36px; overflow: hidden; color: #fff; margin: 5px; } .qimo_inviteBox_top_button { position: absolute; width: 100%; bottom:5px; text-align: center; } .qimo_inviteBox_top_button .divbuttons { color: #fff; border: 1px #fff solid; border-radius: 4px; cursor: pointer; margin-left: 10px; font-size: 14px; padding: 0 6px; display: inline-block; height: 20px; line-height: 20px; padding-top: 2px\9\0; } _:-ms-fullscreen, :root .msie11PadTop { padding-top: 2px } #invite_click_button_1{ margin-left:0; } .qimo_inviteBox_bottom{ margin: 0 2px; height: 64px; width: 316px; position: relative; box-sizing: content-box !important; } .qimo_inviteBox_bottom textarea { box-sizing: border-box; outline: none; resize: none; position: absolute; left: 0; top: 0; border: none; width: 100%; height: 100%; padding: 10px 5px; margin: 0; } .qimo_inviteBox_bottom .sendInviteContent { position: absolute; bottom: 3px; right: 4px; font-size: 14px; cursor: pointer; outline: none; background: #3fb8fd; color: #fff; border: none; padding: 2px 10px; border-radius: 5px; padding-top: 4px\9\0; } iframe{ border:0; } #chatBtn ul.typelist{ display: none; position: absolute; right: 0; bottom: 0; width: 100%; line-height: 24px; color: #373a40; font-size: 12px; list-style: none; text-align: center; padding: 10px 0 40px; +padding-bottom: 50px; overflow: hidden; } #chatBtn ul.typelist li{ background: #eee; padding: 0; margin: 0; cursor: pointer; position: relative; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } #chatBtn ul.typelist li p{ width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow-x: hidden; padding: 0 5px; box-sizing: border-box; padding: 0; margin: 0; } #chatBtn ul.typelist li:first-child{ border-radius: 4px 4px 0 0; } #chatBtn ul.typelist li:last-child{ border-radius: 0 0 4px 4px; position: relative; } #chatBtn ul.typelist li span{ display: block; position: absolute; width: 1em; height: 12px; left: 50%; top: 15px; margin-left: -.5em; color: #eee; -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } #chatBtn ul.typelist li:hover{ color: #fff; } #chatBtn:hover ul{ display: block; } .dragbar { width: 100%; height: 50px; opacity: 0.5; position: absolute; background-color: #ffffff; display: none; cursor: move; } .dragbarChat { width: 100%; height: 50px; opacity: 0.5; position: absolute; display: none; cursor: move; } .qimo_maximg { position: absolute; right: 2%; top: 2%; width: 17px; height: 17px; } .qimo_minimg { position: absolute; right: 2%; top: 2%; width: 30px; height: 30px; background-color: white; border-radius: 50%; text-align: center; cursor: pointer; } .qimo_minimg:after{ content: ''; display: inline-block; width: 0; height: 100%; vertical-align: middle; } .qimo_minimg img{ width: 25px; vertical-align: middle; } #mask { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1000000000000000; display: none } #maskChat{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1000000000000000; display: none } #qimo_videopup { position: fixed; left: 28%; top: 20%; width: 700px; height: 500px; z-index: 2147483647; overflow: hidden; background: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1); border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-style: solid solid none; border-top-color: #19CAA6; border-right-color: #19CAA6; border-left-color: #19CAA6; } /*未读消息提醒圆点*/ #qimo_badge { display: none; position: absolute; top: -10px; right: -10px; background-color: #ff4949; border-radius: 10px; color: #fff; font-size: 12px; height: 18px; line-height: 18px; padding: 0 6px; text-align: center; white-space: nowrap; border: 1px solid #fff; } #qimo_screenpop { position: fixed; left: 28%; top: 20%; width: 700px; height: 400px; z-index: 2147483648; overflow: hidden; background: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1); border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-style: solid solid none; border-top-color: #19CAA6; border-right-color: #19CAA6; border-left-color: #19CAA6; } .screendragbar { height: 60px; width: 100%; position: absolute; display: none; cursor: move; } .qimo_headerimg { height: 60px; position: absolute; right: 2%; top:0; vertical-align: middle; } .qimo_headerimg .screenminimg { display: inline-block; vertical-align: middle; width: 26px; height: 26px; margin-right: 5px; background-color: white; border-radius: 50%; text-align: center; cursor: pointer; } .qimo_headerimg .screenminimg img { width: 22px; height: 22px; vertical-align: middle; } .qimo_headerimg .screenminimg:after , .qimo_headerimg:after { content: ''; display: inline-block; vertical-align: middle; width: 0; height: 100%; }
mysuba01/templates/app/findcode2_files/chatStyle.css
* html, * html body { background-image: url(about:blank); background-attachment: fixed; } #chatBtn { position: fixed; position: fixed \9; *position: fixed; _position: absolute; background-color: #19CAA6; font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', 'Arial', 'sans-serif'; font-size: 16px; line-height: 24px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); /*right: 100px;*/ bottom: -42px; color: #fff; text-align: center; /*padding: 8px 10px 8px 10px;*/ border-top-left-radius: 5px; border-top-right-radius: 5px; cursor: pointer; z-index: 2147483645; width:auto; box-sizing: content-box !important; } #qimo_chatpup { position: fixed; position: fixed \9; *position: fixed; _position: absolute; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); /*right: 100px;*/ bottom: -100%; width: 355px; height: 500px; z-index: 2147483647; overflow: hidden; background: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 0 0 20px 0 rgba(0,0,0,.15); cursor: move; /*border-top-width: 1px;*/ /*border-right-width: 1px;*/ /*border-left-width: 1px;*/ /*border-style: solid solid none;*/ /*border-top-color: #19CAA6;*/ /*border-right-color: #19CAA6;*/ /*border-left-color: #19CAA6;*/ } .qimo_inviteBox{ position: fixed; margin: auto; background-size: cover; width: 320px; height: 175px; border-radius: 5px; box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1); border-width: 1px; border-color: #19CAA6; z-index: 2147483647; overflow: hidden; background: #3FD7FC; background: -moz-linear-gradient(top, #3FD7FC, #3E89FC); background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3FD7FC), to(#3E89FC)); background:-o-linear-gradient(top, #3FD7FC, #3E89FC); } .qimo_inviteBox .qimo_invite_close { width:16px; height: 16px; cursor: pointer; position: absolute; top:5px; right: 5px; } .qimo_inviteBox_top{ height: 88px; padding: 10px 25px; box-sizing: content-box !important; } .qimo_inviteBox_top_img{ display: inline-block; width: 70px; height: 84px; float: left; } .qimo_inviteBox_top_img img{ max-width: 100%; max-height: 100%; } .qimo_inviteBox_top_right{ display: inline-block; float: left; height: 84px; margin-left: 10px; width: 180px; position: relative; } #qimo_inviteBox_InviteWords{ width: 100%; font-size: 16px; line-height: 18px; max-height: 36px; overflow: hidden; color: #fff; margin: 5px; } .qimo_inviteBox_top_button { position: absolute; width: 100%; bottom:5px; text-align: center; } .qimo_inviteBox_top_button .divbuttons { color: #fff; border: 1px #fff solid; border-radius: 4px; cursor: pointer; margin-left: 10px; font-size: 14px; padding: 0 6px; display: inline-block; height: 20px; line-height: 20px; padding-top: 2px\9\0; } _:-ms-fullscreen, :root .msie11PadTop { padding-top: 2px } #invite_click_button_1{ margin-left:0; } .qimo_inviteBox_bottom{ margin: 0 2px; height: 64px; width: 316px; position: relative; box-sizing: content-box !important; } .qimo_inviteBox_bottom textarea { box-sizing: border-box; outline: none; resize: none; position: absolute; left: 0; top: 0; border: none; width: 100%; height: 100%; padding: 10px 5px; margin: 0; } .qimo_inviteBox_bottom .sendInviteContent { position: absolute; bottom: 3px; right: 4px; font-size: 14px; cursor: pointer; outline: none; background: #3fb8fd; color: #fff; border: none; padding: 2px 10px; border-radius: 5px; padding-top: 4px\9\0; } iframe{ border:0; } #chatBtn ul.typelist{ display: none; position: absolute; right: 0; bottom: 0; width: 100%; line-height: 24px; color: #373a40; font-size: 12px; list-style: none; text-align: center; padding: 10px 0 40px; +padding-bottom: 50px; overflow: hidden; } #chatBtn ul.typelist li{ background: #eee; padding: 0; margin: 0; cursor: pointer; position: relative; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } #chatBtn ul.typelist li p{ width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow-x: hidden; padding: 0 5px; box-sizing: border-box; padding: 0; margin: 0; } #chatBtn ul.typelist li:first-child{ border-radius: 4px 4px 0 0; } #chatBtn ul.typelist li:last-child{ border-radius: 0 0 4px 4px; position: relative; } #chatBtn ul.typelist li span{ display: block; position: absolute; width: 1em; height: 12px; left: 50%; top: 15px; margin-left: -.5em; color: #eee; -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } #chatBtn ul.typelist li:hover{ color: #fff; } #chatBtn:hover ul{ display: block; } .dragbar { width: 100%; height: 50px; opacity: 0.5; position: absolute; background-color: #ffffff; display: none; cursor: move; } .dragbarChat { width: 100%; height: 50px; opacity: 0.5; position: absolute; display: none; cursor: move; } .qimo_maximg { position: absolute; right: 2%; top: 2%; width: 17px; height: 17px; } .qimo_minimg { position: absolute; right: 2%; top: 2%; width: 30px; height: 30px; background-color: white; border-radius: 50%; text-align: center; cursor: pointer; } .qimo_minimg:after{ content: ''; display: inline-block; width: 0; height: 100%; vertical-align: middle; } .qimo_minimg img{ width: 25px; vertical-align: middle; } #mask { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1000000000000000; display: none } #maskChat{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1000000000000000; display: none } #qimo_videopup { position: fixed; left: 28%; top: 20%; width: 700px; height: 500px; z-index: 2147483647; overflow: hidden; background: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1); border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-style: solid solid none; border-top-color: #19CAA6; border-right-color: #19CAA6; border-left-color: #19CAA6; } /*未读消息提醒圆点*/ #qimo_badge { display: none; position: absolute; top: -10px; right: -10px; background-color: #ff4949; border-radius: 10px; color: #fff; font-size: 12px; height: 18px; line-height: 18px; padding: 0 6px; text-align: center; white-space: nowrap; border: 1px solid #fff; } #qimo_screenpop { position: fixed; left: 28%; top: 20%; width: 700px; height: 400px; z-index: 2147483648; overflow: hidden; background: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1); border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-style: solid solid none; border-top-color: #19CAA6; border-right-color: #19CAA6; border-left-color: #19CAA6; } .screendragbar { height: 60px; width: 100%; position: absolute; display: none; cursor: move; } .qimo_headerimg { height: 60px; position: absolute; right: 2%; top:0; vertical-align: middle; } .qimo_headerimg .screenminimg { display: inline-block; vertical-align: middle; width: 26px; height: 26px; margin-right: 5px; background-color: white; border-radius: 50%; text-align: center; cursor: pointer; } .qimo_headerimg .screenminimg img { width: 22px; height: 22px; vertical-align: middle; } .qimo_headerimg .screenminimg:after , .qimo_headerimg:after { content: ''; display: inline-block; vertical-align: middle; width: 0; height: 100%; }
0.383872
0.102754
.layui-layout > .layui-side { top: 50px; bottom: 0; overflow: auto; } .layui-layout > .layui-body { top: 50px; bottom: 0; overflow: auto; } .layui-layout > .layui-body > .layui-card { box-shadow: none; } .layui-layout > .layui-body > .layui-card > .layui-card-body { padding: 15px 15px; } .layui-layout > .layui-body > .layui-card > .layui-card-header { height: 50px; border: none; line-height: 50px; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); background: #fff; } /* 页面布局 - 头部 */ .layui-header { height: 50px; background: #393D49 !important; } .layui-header [data-target-menu-type] { border-left: 1px solid rgba(0, 0, 0, 0); border-right: 1px solid rgba(0, 0, 0, 0.15); } .layui-header .layui-layout-left, .layui-header .layui-layout-right { padding: 0; } .layui-header .layui-logo { color: #fff; width: 199px; height: auto; font-size: 18px; line-height: 49px; border-right: 1px solid rgba(0, 0, 0, 0.15); border-bottom: 1px solid rgba(0, 0, 0, 0.15); } .layui-header .layui-logo sup { font-size: 9px; line-height: 9px; } .layui-header .layui-nav-item { height: 50px; line-height: 50px; } .layui-header .layui-nav-item.layui-this { background: #009688; } .layui-header .layui-nav-item > a { color: #fff !important; } .layui-header .layui-nav-item .layui-nav-child { top: 49px; padding: 0; border: none; line-height: 45px; } .layui-header .layui-nav-item .layui-nav-child + a { padding-right: 35px; } .layui-header .layui-nav-item .layui-nav-child.layui-show + a { background: #fff; } .layui-header .layui-nav-item .layui-nav-child.layui-show + a span { color: #333; } .layui-header .layui-nav-item .layui-nav-child dd a { padding: 0; color: #333; text-align: center; border-top: 1px solid #eaedf1; } .layui-header .layui-nav-bar, .layui-header .layui-nav-item:after { display: none !important; } .layui-header .layui-layout-right > li > a { border-left: 1px solid rgba(0, 0, 0, 0.15); border-right: 1px solid rgba(0, 0, 0, 0); } /* 页面布局 - 左则 */ .layui-layout > .layui-side .layui-nav-bar { display: none !important; } .layui-layout > .layui-side .layui-side-scroll { width: 100% !important; } .layui-layout > .layui-side .layui-nav-item { border-bottom: 1px solid rgba(0, 0, 0, 0.2); } .layui-layout > .layui-side .layui-nav-item a { height: 45px; display: block; line-height: 45px; color: #fff !important; } .layui-layout > .layui-side .layui-nav-item a:hover { background: hsla(0, 0%, 39%, 0.2) !important; } .layui-layout > .layui-side .layui-nav-itemed { border-bottom: none !important; } .layui-layout > .layui-side .layui-nav-tree-top a { height: 28px !important; line-height: 28px !important; } .layui-layout.layui-layout-left-mini > .layui-body { left: 50px; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-more { display: none !important; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item a { padding: 0; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .nav-text { display: none; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .nav-icon { display: inline-block !important; padding: 0 !important; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .layui-nav-child { padding: 0; display: block !important; background-color: rgba(0, 0, 0, 0.3) !important; } .layui-layout.layui-layout-left-mini > .layui-side, .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-tree, .layui-layout.layui-layout-left-mini > .layui-side .layui-side-scroll { width: 50px; text-align: center; } .layui-layout.layui-layout-left-mini [data-target-menu-type] i { display: inline-block; -webkit-transform: rotate(180deg); transform: rotate(180deg); -ms-transform: rotate(180deg); } .layui-layout.layui-layout-left-hide > .layui-body { left: 0 !important; } .layui-layout.layui-layout-left-hide > .layui-side { display: none; } .layui-layout.layui-layout-left-hide [data-target-menu-type] { display: none; } /* 浏览器DEBUG */ .version-debug { width: 100%; color: #fff; height: 100px; font-size: 20px; text-align: center; line-height: 100px; margin-bottom: 40px; background-color: #E90D24; } .input-right-icon { top: 0; right: 0; width: 38px; height: 38px; display: inline-block; position: absolute; text-align: center; line-height: 38px; } /** 加载进度 */ .pace-inactive { display: none; } .pace-progress { top: 0; right: 100%; width: 100%; height: 2px; z-index: 2000; position: fixed; background: #22df80; } .uploadimage { width: 77px; height: 77px; cursor: pointer; display: inline-block; border: 1px dashed #e2e2e2; background: url('../img/upimg.png') no-repeat center center; background-size: cover; } .uploadimagemtl { margin-right: 8px; } .uploadimagemtl a { color: #fff; width: 20px; height: 20px; float: right; display: none; text-align: center; line-height: 22px; background: rgba(0, 0, 0, 0.5); } .uploadimagemtl:hover a { cursor: pointer; display: inline-block; } .uploadimagemtl:hover a:hover { color: #fff; text-decoration: none; } [data-tips-image] { cursor: zoom-in !important; } .portal-block-container { font-size: 14px; letter-spacing: 1px; } .portal-block-container .portal-block-icon { top: 45%; right: 8%; font-size: 65px; position: absolute; color: rgba(255, 255, 255, 0.4); } .portal-block-container .portal-block-item { color: #fff; line-height: 4em; padding: 15px 25px; position: relative; } .portal-block-container .portal-block-item > div:nth-child(2) { font-size: 46px; line-height: 46px; } /* 通用分页 */ .pagination-container { line-height: 40px; } .pagination-container > span { color: #666; font-size: 9pt; } .pagination-container > ul { float: right; display: inline-block; margin: 0; padding: 0; } .pagination-container > ul > li { z-index: 1; display: inline-block; } .pagination-container > ul > li.active { z-index: 2; } .pagination-container > ul > li.active > span { color: #fff; border-color: #098; padding-right: 1px; background: #009688 !important; } .pagination-container > ul > li > a, .pagination-container > ul > li > span { color: #333; width: 33px; height: 30px; border: 1px solid #dcdcdc; display: inline-block; margin-left: -1px; text-align: center; line-height: 28px; } .pagination-container > ul > li > span { background: #dcdcdc; cursor: default; } .pagination-container > ul > li > a:hover { background: #dcdcdc; border-color: #dcdcdc; } /** 手机盒子及微信菜单 */ .mobile-preview { width: 317px; height: 580px; position: relative; background: url(../img/wechat/mobile_head.png) no-repeat 0 0; } .mobile-preview .mobile-header { color: #fff; width: auto; margin: 0 30px; overflow: hidden; font-size: 15px; padding-top: 30px; text-align: center; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; user-select: none; pointer-events: none; -moz-user-select: none; -webkit-user-select: none; -webkit-pointer-events: none; } .mobile-preview .mobile-body { top: 60px; left: 0; right: 0; bottom: 0; position: absolute; border: 1px solid #ccc; background: #f5f5f5; } .mobile-preview .mobile-body iframe { width: 100%; height: 100%; } .mobile-preview .mobile-footer { left: 0; right: 0; bottom: 0; margin: 0; position: absolute; padding-left: 43px; border: 1px solid #ccc; list-style-type: none; background: url(../img/wechat/mobile_foot.png) no-repeat 0 0; } .mobile-preview .mobile-footer li { float: left; width: 33.33%; position: relative; text-align: center; line-height: 50px; } .mobile-preview .mobile-footer li a { width: auto; display: block; overflow: hidden; border: 1px solid hsla(0, 0%, 100%, 0); border-left: 1px solid #e7e7eb; margin-top: -1px; margin-bottom: -1px; color: #616161; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; word-wrap: normal; } .mobile-preview .mobile-footer li a:hover { background: rgba(0, 0, 0, 0.02); } .mobile-preview .mobile-footer li a.active { border: 1px solid #44b549 !important; box-shadow: 0 0 1px #44b549; } .mobile-preview .mobile-footer li a span:before { width: 1px; height: 1px; content: ''; display: inline-block; } .mobile-preview .mobile-footer li > .close { top: 1px; right: 1px; width: 18px; height: 18px; display: none; cursor: pointer; position: absolute; text-align: center; line-height: 18px; } .mobile-preview .mobile-footer li:hover > .close { display: inline-block; } .mobile-preview .mobile-footer li:hover > .close:hover { color: #fff !important; background: #999 !important; } .mobile-preview .mobile-footer .icon-add { width: 14px; height: 14px; border-bottom: none !important; background: url(../img/wechat/index.png) 0 0 no-repeat; } .mobile-preview .mobile-footer .icon-add, .mobile-preview .mobile-footer .icon-sub { display: inline-block; vertical-align: middle; } .mobile-preview .mobile-footer .icon-sub { width: 7px; height: 7px; margin-right: 2px; background: url(../img/wechat/index.png) 0 -3pc no-repeat; } .mobile-preview .mobile-footer .sub-menu { width: 100%; bottom: 60px; margin: -1px; display: block; position: absolute; border: 1px solid #d0d0d0; background-color: #fafafa; } .mobile-preview .mobile-footer .sub-menu ul, .mobile-preview .mobile-footer .sub-menu ul li { float: none; padding: 0; z-index: 11; display: block; width: 100%; } .mobile-preview .mobile-footer .sub-menu ul li a { padding: 0 5px; border: 1px solid hsla(0, 0%, 100%, 0); } .mobile-preview .mobile-footer .sub-menu ul li a.bottom-border { margin: -1px -1px 0; border-bottom: 1px solid #e7e7eb; } .mobile-preview .mobile-footer .sub-menu ul li:last-child a.bottom-border { border-bottom-color: #fff; } .mobile-preview .mobile-footer .arrow { left: 50%; position: absolute; margin-left: -6px; } .mobile-preview .mobile-footer .arrow_in, .mobile-preview .mobile-footer .arrow_out { width: 0; height: 0; z-index: 10; display: inline-block; border: 6px dashed transparent; border-bottom-width: 0; border-top-style: solid; } .mobile-preview .mobile-footer .arrow_in { z-index: 3; bottom: -5px; border-top-color: #fafafa; } .mobile-preview .mobile-footer .arrow_out { z-index: 2; bottom: -6px; border-top-color: #d0d0d0; } /*# sourceMappingURL=console.layout.css.map */
public/static/theme/css/console.layout.css
.layui-layout > .layui-side { top: 50px; bottom: 0; overflow: auto; } .layui-layout > .layui-body { top: 50px; bottom: 0; overflow: auto; } .layui-layout > .layui-body > .layui-card { box-shadow: none; } .layui-layout > .layui-body > .layui-card > .layui-card-body { padding: 15px 15px; } .layui-layout > .layui-body > .layui-card > .layui-card-header { height: 50px; border: none; line-height: 50px; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); background: #fff; } /* 页面布局 - 头部 */ .layui-header { height: 50px; background: #393D49 !important; } .layui-header [data-target-menu-type] { border-left: 1px solid rgba(0, 0, 0, 0); border-right: 1px solid rgba(0, 0, 0, 0.15); } .layui-header .layui-layout-left, .layui-header .layui-layout-right { padding: 0; } .layui-header .layui-logo { color: #fff; width: 199px; height: auto; font-size: 18px; line-height: 49px; border-right: 1px solid rgba(0, 0, 0, 0.15); border-bottom: 1px solid rgba(0, 0, 0, 0.15); } .layui-header .layui-logo sup { font-size: 9px; line-height: 9px; } .layui-header .layui-nav-item { height: 50px; line-height: 50px; } .layui-header .layui-nav-item.layui-this { background: #009688; } .layui-header .layui-nav-item > a { color: #fff !important; } .layui-header .layui-nav-item .layui-nav-child { top: 49px; padding: 0; border: none; line-height: 45px; } .layui-header .layui-nav-item .layui-nav-child + a { padding-right: 35px; } .layui-header .layui-nav-item .layui-nav-child.layui-show + a { background: #fff; } .layui-header .layui-nav-item .layui-nav-child.layui-show + a span { color: #333; } .layui-header .layui-nav-item .layui-nav-child dd a { padding: 0; color: #333; text-align: center; border-top: 1px solid #eaedf1; } .layui-header .layui-nav-bar, .layui-header .layui-nav-item:after { display: none !important; } .layui-header .layui-layout-right > li > a { border-left: 1px solid rgba(0, 0, 0, 0.15); border-right: 1px solid rgba(0, 0, 0, 0); } /* 页面布局 - 左则 */ .layui-layout > .layui-side .layui-nav-bar { display: none !important; } .layui-layout > .layui-side .layui-side-scroll { width: 100% !important; } .layui-layout > .layui-side .layui-nav-item { border-bottom: 1px solid rgba(0, 0, 0, 0.2); } .layui-layout > .layui-side .layui-nav-item a { height: 45px; display: block; line-height: 45px; color: #fff !important; } .layui-layout > .layui-side .layui-nav-item a:hover { background: hsla(0, 0%, 39%, 0.2) !important; } .layui-layout > .layui-side .layui-nav-itemed { border-bottom: none !important; } .layui-layout > .layui-side .layui-nav-tree-top a { height: 28px !important; line-height: 28px !important; } .layui-layout.layui-layout-left-mini > .layui-body { left: 50px; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-more { display: none !important; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item a { padding: 0; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .nav-text { display: none; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .nav-icon { display: inline-block !important; padding: 0 !important; } .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .layui-nav-child { padding: 0; display: block !important; background-color: rgba(0, 0, 0, 0.3) !important; } .layui-layout.layui-layout-left-mini > .layui-side, .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-tree, .layui-layout.layui-layout-left-mini > .layui-side .layui-side-scroll { width: 50px; text-align: center; } .layui-layout.layui-layout-left-mini [data-target-menu-type] i { display: inline-block; -webkit-transform: rotate(180deg); transform: rotate(180deg); -ms-transform: rotate(180deg); } .layui-layout.layui-layout-left-hide > .layui-body { left: 0 !important; } .layui-layout.layui-layout-left-hide > .layui-side { display: none; } .layui-layout.layui-layout-left-hide [data-target-menu-type] { display: none; } /* 浏览器DEBUG */ .version-debug { width: 100%; color: #fff; height: 100px; font-size: 20px; text-align: center; line-height: 100px; margin-bottom: 40px; background-color: #E90D24; } .input-right-icon { top: 0; right: 0; width: 38px; height: 38px; display: inline-block; position: absolute; text-align: center; line-height: 38px; } /** 加载进度 */ .pace-inactive { display: none; } .pace-progress { top: 0; right: 100%; width: 100%; height: 2px; z-index: 2000; position: fixed; background: #22df80; } .uploadimage { width: 77px; height: 77px; cursor: pointer; display: inline-block; border: 1px dashed #e2e2e2; background: url('../img/upimg.png') no-repeat center center; background-size: cover; } .uploadimagemtl { margin-right: 8px; } .uploadimagemtl a { color: #fff; width: 20px; height: 20px; float: right; display: none; text-align: center; line-height: 22px; background: rgba(0, 0, 0, 0.5); } .uploadimagemtl:hover a { cursor: pointer; display: inline-block; } .uploadimagemtl:hover a:hover { color: #fff; text-decoration: none; } [data-tips-image] { cursor: zoom-in !important; } .portal-block-container { font-size: 14px; letter-spacing: 1px; } .portal-block-container .portal-block-icon { top: 45%; right: 8%; font-size: 65px; position: absolute; color: rgba(255, 255, 255, 0.4); } .portal-block-container .portal-block-item { color: #fff; line-height: 4em; padding: 15px 25px; position: relative; } .portal-block-container .portal-block-item > div:nth-child(2) { font-size: 46px; line-height: 46px; } /* 通用分页 */ .pagination-container { line-height: 40px; } .pagination-container > span { color: #666; font-size: 9pt; } .pagination-container > ul { float: right; display: inline-block; margin: 0; padding: 0; } .pagination-container > ul > li { z-index: 1; display: inline-block; } .pagination-container > ul > li.active { z-index: 2; } .pagination-container > ul > li.active > span { color: #fff; border-color: #098; padding-right: 1px; background: #009688 !important; } .pagination-container > ul > li > a, .pagination-container > ul > li > span { color: #333; width: 33px; height: 30px; border: 1px solid #dcdcdc; display: inline-block; margin-left: -1px; text-align: center; line-height: 28px; } .pagination-container > ul > li > span { background: #dcdcdc; cursor: default; } .pagination-container > ul > li > a:hover { background: #dcdcdc; border-color: #dcdcdc; } /** 手机盒子及微信菜单 */ .mobile-preview { width: 317px; height: 580px; position: relative; background: url(../img/wechat/mobile_head.png) no-repeat 0 0; } .mobile-preview .mobile-header { color: #fff; width: auto; margin: 0 30px; overflow: hidden; font-size: 15px; padding-top: 30px; text-align: center; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; user-select: none; pointer-events: none; -moz-user-select: none; -webkit-user-select: none; -webkit-pointer-events: none; } .mobile-preview .mobile-body { top: 60px; left: 0; right: 0; bottom: 0; position: absolute; border: 1px solid #ccc; background: #f5f5f5; } .mobile-preview .mobile-body iframe { width: 100%; height: 100%; } .mobile-preview .mobile-footer { left: 0; right: 0; bottom: 0; margin: 0; position: absolute; padding-left: 43px; border: 1px solid #ccc; list-style-type: none; background: url(../img/wechat/mobile_foot.png) no-repeat 0 0; } .mobile-preview .mobile-footer li { float: left; width: 33.33%; position: relative; text-align: center; line-height: 50px; } .mobile-preview .mobile-footer li a { width: auto; display: block; overflow: hidden; border: 1px solid hsla(0, 0%, 100%, 0); border-left: 1px solid #e7e7eb; margin-top: -1px; margin-bottom: -1px; color: #616161; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; word-wrap: normal; } .mobile-preview .mobile-footer li a:hover { background: rgba(0, 0, 0, 0.02); } .mobile-preview .mobile-footer li a.active { border: 1px solid #44b549 !important; box-shadow: 0 0 1px #44b549; } .mobile-preview .mobile-footer li a span:before { width: 1px; height: 1px; content: ''; display: inline-block; } .mobile-preview .mobile-footer li > .close { top: 1px; right: 1px; width: 18px; height: 18px; display: none; cursor: pointer; position: absolute; text-align: center; line-height: 18px; } .mobile-preview .mobile-footer li:hover > .close { display: inline-block; } .mobile-preview .mobile-footer li:hover > .close:hover { color: #fff !important; background: #999 !important; } .mobile-preview .mobile-footer .icon-add { width: 14px; height: 14px; border-bottom: none !important; background: url(../img/wechat/index.png) 0 0 no-repeat; } .mobile-preview .mobile-footer .icon-add, .mobile-preview .mobile-footer .icon-sub { display: inline-block; vertical-align: middle; } .mobile-preview .mobile-footer .icon-sub { width: 7px; height: 7px; margin-right: 2px; background: url(../img/wechat/index.png) 0 -3pc no-repeat; } .mobile-preview .mobile-footer .sub-menu { width: 100%; bottom: 60px; margin: -1px; display: block; position: absolute; border: 1px solid #d0d0d0; background-color: #fafafa; } .mobile-preview .mobile-footer .sub-menu ul, .mobile-preview .mobile-footer .sub-menu ul li { float: none; padding: 0; z-index: 11; display: block; width: 100%; } .mobile-preview .mobile-footer .sub-menu ul li a { padding: 0 5px; border: 1px solid hsla(0, 0%, 100%, 0); } .mobile-preview .mobile-footer .sub-menu ul li a.bottom-border { margin: -1px -1px 0; border-bottom: 1px solid #e7e7eb; } .mobile-preview .mobile-footer .sub-menu ul li:last-child a.bottom-border { border-bottom-color: #fff; } .mobile-preview .mobile-footer .arrow { left: 50%; position: absolute; margin-left: -6px; } .mobile-preview .mobile-footer .arrow_in, .mobile-preview .mobile-footer .arrow_out { width: 0; height: 0; z-index: 10; display: inline-block; border: 6px dashed transparent; border-bottom-width: 0; border-top-style: solid; } .mobile-preview .mobile-footer .arrow_in { z-index: 3; bottom: -5px; border-top-color: #fafafa; } .mobile-preview .mobile-footer .arrow_out { z-index: 2; bottom: -6px; border-top-color: #d0d0d0; } /*# sourceMappingURL=console.layout.css.map */
0.281998
0.050752
@font-face { font-family: moonsans; src: url(212\ Moon\ Child\ Sans.otf); } body { background: url("https://static.bhphoto.com/images/images500x500/1157995641_45637.jpg"); background-size: 100vw; } .float{ position:fixed; width:60px; height:60px; bottom: 5%; right: 5%; margin-left: 15px; background-color: rgb(245, 217, 221); color:rgb(82, 82, 87); border-radius:50px; text-align:center; box-shadow: 2px 2px 3px rgb(65, 66, 66); } .my-float{ margin-top:22px; } h1 { text-align: center; color: rgb(97, 94, 94) } .para { text-align: center; } #titleModal { text-align: center; } p { font-size: 20px; } .login { text-align: center; } input { width: 80%; padding: 5px; } textarea { width: 80%; } .event_form { float: right; margin-top: 20px; padding: 10px; } .modal-footer { margin-top: 50px; } .eventDetails { text-align: left; } .banner { width:100%; height: 170px; margin-top: -30px; background-color: rgb(132, 131, 134); } .profilePic { width:180px; height:200px; margin: 50px 0 0 70px; position: absolute; overflow: hidden; } #userPhoto { border: 2px solid rgb(135, 150,132); max-height:180px; max-width:150px; margin-left:3px; } .logo { float:right; max-width: 200px; } .list-group-item { line-height: 2.5; } .tabs { margin: 11px 0 0 70%; position: absolute; font-family: moonsans; font-size: 17px; } .userProjectsAttended { position: absolute; z-index: 2; font-family: moonsans; padding:5px; position: absolute; overflow: auto; background: rgb(156, 156, 156); margin-left: 18%; width:70%; height: 500px; } .userCreatorProject{ position: absolute; z-index: 2; font-family: moonsans; padding:5px; position: absolute; overflow: auto; background: rgb(233, 233, 233); margin-left: 18%; width:70%; height: 500px; } .userProjectsPending { position: absolute; z-index: 2; font-family: moonsans; padding:5px; position: absolute; overflow:auto; background: rgb(181, 182, 185); margin-left: 18%; width:70%; height: 500px; } .userBlog { font-family: moonsans; padding:5px; } .userName { padding-top: 50px; } .openAttended { width: 80px; height: 50px; float: left; background:rgb(156, 156, 156); margin:5px; text-align: center; border-radius: 5px; cursor: pointer; } .openAttended:hover { color:white; width:90px; height: 60px; } .openProjects { width: 80px; height: 50px; float: left; background:rgb(181, 182, 185); margin: 5px; text-align: center; border-radius: 5px; cursor: pointer; } .openProjects:hover { color:white; width:90px; height: 60px; } .openCreator { width: 80px; height: 50px; float: left; background: rgb(233, 233, 233); margin:5px; text-align: center; border-radius: 5px; cursor: pointer; } .openCreator:hover { color:gray; width:90px; height: 60px; } .userInformation { text-align: center; font-size: 20px; } #buttonProfilePhoto { position: absolute; width: 150px; height: 180px; opacity: 0; } #submitButton { margin:5px; float:left; } #projectButton { border: none; background: #ffffff; } #projectButton:hover { background-color: #f2f2f2; } .search { float:right; } .userInformation { text-align: center; margin-left: 13%; } h2 { padding: 30px; text-align: center; font-family: moonsans; } #account { font-family: moonsans; font-size: 25px; color: rgb(124,124,125); } #account:hover { color: rgb(52,59,64); } .userName { font-family: moonsans; font-size: 40px; color: white; } #disclaimerButton { background:#ffffff; color:blue; border:none; } #imageProject { max-width: 400px; max-height: 400px; margin-left: 17%; } #imageBlog { max-width: 400px; max-height: 400px; margin-left: 17%; } .dispara { font-size: 12px; padding:8px; text-align:center; } #loginLogoImage { width:750px; margin-left: 20%; } .card { width:70%; margin-left:15%; padding:5px; margin-top:10px; } .card-text { font-style: italic; font-family: moonsans; font-size:25px; } .detailsProject { font-size: 15px; } .detailsBlog { font-size: 15px; } @media only screen and (max-width: 750px) { .profilePic { opacity: 0; } .tabs { margin: 15px 0 0 50%; } .userName { font-size: 30px; padding: 30px; } .search { float:none; } .modal-ku { width: 750px; margin: auto; } #loginLogoImage { width:600px; margin-left: 0; } } @media only screen and (max-width: 600px) { .profilePic { opacity: 0; } .tabs { margin: -15px 0 0 50%; } .userName { font-size: 30px; } .search { float:none; } } *{padding:0;margin:0;} body{ font-family:Verdana, Geneva, sans-serif; font-size:18px; background-color:#CCC; } .float{ position:fixed; width:60px; height:60px; bottom:40px; right:40px; background-color:rgb(92, 95, 94); color:rgb(245, 239, 239); border-radius:50px; text-align:center; box-shadow: 2px 2px 3px rgb(224, 220, 220); } .my-float{ margin-top:22px; } .completedCard { background-color: rgb(168, 167, 167); }
public/styles/style.css
@font-face { font-family: moonsans; src: url(212\ Moon\ Child\ Sans.otf); } body { background: url("https://static.bhphoto.com/images/images500x500/1157995641_45637.jpg"); background-size: 100vw; } .float{ position:fixed; width:60px; height:60px; bottom: 5%; right: 5%; margin-left: 15px; background-color: rgb(245, 217, 221); color:rgb(82, 82, 87); border-radius:50px; text-align:center; box-shadow: 2px 2px 3px rgb(65, 66, 66); } .my-float{ margin-top:22px; } h1 { text-align: center; color: rgb(97, 94, 94) } .para { text-align: center; } #titleModal { text-align: center; } p { font-size: 20px; } .login { text-align: center; } input { width: 80%; padding: 5px; } textarea { width: 80%; } .event_form { float: right; margin-top: 20px; padding: 10px; } .modal-footer { margin-top: 50px; } .eventDetails { text-align: left; } .banner { width:100%; height: 170px; margin-top: -30px; background-color: rgb(132, 131, 134); } .profilePic { width:180px; height:200px; margin: 50px 0 0 70px; position: absolute; overflow: hidden; } #userPhoto { border: 2px solid rgb(135, 150,132); max-height:180px; max-width:150px; margin-left:3px; } .logo { float:right; max-width: 200px; } .list-group-item { line-height: 2.5; } .tabs { margin: 11px 0 0 70%; position: absolute; font-family: moonsans; font-size: 17px; } .userProjectsAttended { position: absolute; z-index: 2; font-family: moonsans; padding:5px; position: absolute; overflow: auto; background: rgb(156, 156, 156); margin-left: 18%; width:70%; height: 500px; } .userCreatorProject{ position: absolute; z-index: 2; font-family: moonsans; padding:5px; position: absolute; overflow: auto; background: rgb(233, 233, 233); margin-left: 18%; width:70%; height: 500px; } .userProjectsPending { position: absolute; z-index: 2; font-family: moonsans; padding:5px; position: absolute; overflow:auto; background: rgb(181, 182, 185); margin-left: 18%; width:70%; height: 500px; } .userBlog { font-family: moonsans; padding:5px; } .userName { padding-top: 50px; } .openAttended { width: 80px; height: 50px; float: left; background:rgb(156, 156, 156); margin:5px; text-align: center; border-radius: 5px; cursor: pointer; } .openAttended:hover { color:white; width:90px; height: 60px; } .openProjects { width: 80px; height: 50px; float: left; background:rgb(181, 182, 185); margin: 5px; text-align: center; border-radius: 5px; cursor: pointer; } .openProjects:hover { color:white; width:90px; height: 60px; } .openCreator { width: 80px; height: 50px; float: left; background: rgb(233, 233, 233); margin:5px; text-align: center; border-radius: 5px; cursor: pointer; } .openCreator:hover { color:gray; width:90px; height: 60px; } .userInformation { text-align: center; font-size: 20px; } #buttonProfilePhoto { position: absolute; width: 150px; height: 180px; opacity: 0; } #submitButton { margin:5px; float:left; } #projectButton { border: none; background: #ffffff; } #projectButton:hover { background-color: #f2f2f2; } .search { float:right; } .userInformation { text-align: center; margin-left: 13%; } h2 { padding: 30px; text-align: center; font-family: moonsans; } #account { font-family: moonsans; font-size: 25px; color: rgb(124,124,125); } #account:hover { color: rgb(52,59,64); } .userName { font-family: moonsans; font-size: 40px; color: white; } #disclaimerButton { background:#ffffff; color:blue; border:none; } #imageProject { max-width: 400px; max-height: 400px; margin-left: 17%; } #imageBlog { max-width: 400px; max-height: 400px; margin-left: 17%; } .dispara { font-size: 12px; padding:8px; text-align:center; } #loginLogoImage { width:750px; margin-left: 20%; } .card { width:70%; margin-left:15%; padding:5px; margin-top:10px; } .card-text { font-style: italic; font-family: moonsans; font-size:25px; } .detailsProject { font-size: 15px; } .detailsBlog { font-size: 15px; } @media only screen and (max-width: 750px) { .profilePic { opacity: 0; } .tabs { margin: 15px 0 0 50%; } .userName { font-size: 30px; padding: 30px; } .search { float:none; } .modal-ku { width: 750px; margin: auto; } #loginLogoImage { width:600px; margin-left: 0; } } @media only screen and (max-width: 600px) { .profilePic { opacity: 0; } .tabs { margin: -15px 0 0 50%; } .userName { font-size: 30px; } .search { float:none; } } *{padding:0;margin:0;} body{ font-family:Verdana, Geneva, sans-serif; font-size:18px; background-color:#CCC; } .float{ position:fixed; width:60px; height:60px; bottom:40px; right:40px; background-color:rgb(92, 95, 94); color:rgb(245, 239, 239); border-radius:50px; text-align:center; box-shadow: 2px 2px 3px rgb(224, 220, 220); } .my-float{ margin-top:22px; } .completedCard { background-color: rgb(168, 167, 167); }
0.377196
0.132627
/* IMPORTANT */ /* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */ /* tested with IE5+/Win, Mozilla, IE5/Mac, Safari, Opera8/Win */ /* colors wine red: #9E2E2F dark brown: #541D1D light yellow:#F7F5D9 link: #EA907F */ body { background: #371212 url(background.gif) top repeat-x; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #F7F5D9; font-size: 0.75em; line-height: 1.6em; padding: 0; margin: 0; text-align: center; } /* fonts ------------------------------------------------------------------------- */ a:link {color: #EA907F;text-decoration: none;} a:visited {color: #EA907F;text-decoration: none;} a:hover {color: #F7F5D9;text-decoration: underline;} p, h1, h2, h3 {margin: 0; padding: 0;} abbr, abbr { text-decoration: none; border-bottom: 1px dotted #F7F5D9; cursor: help; } /* container ------------------------------------------------------------------- */ .page-wrapper { background: #000000 url(background_header.gif) top center no-repeat; width: 760px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: -50px; padding: 0; text-align: left; } /* intro ------------------------------------------------------------------- */ .intro { width: 580px; margin: 0; padding: 0; } header { display: none; } div.summary { width: 260px; height: 20px; padding: 220px 0 0 0; margin: 0 0 30px 310px; color: #9E2E2F; } div.summary p:first-child { display: none; } /* preamble ------------------------------------------------------------------- */ div.preamble { background: url(content_boxes_middle_preamble.gif) repeat-y; width: 375px; margin-left: 205px; } div.preamble h3 { background: url(headline_preamble.gif) top left no-repeat; height: 85px; text-indent: 100%; white-space: nowrap; overflow: hidden; } div.preamble p { padding: 0 10px 10px 20px; } div.preamble p:nth-child(2) { margin-top: -25px; } div.preamble p:nth-child(4) { background: url(content_boxes_bottom_preamble.gif) bottom left no-repeat; padding-bottom: 65px; /* for IE5 */ margin-bottom: 0px; } /* supportingText ------------------------------------------------------------------- */ .supporting { width: 580px; margin: 0 0 50px 0; padding: 0; } div.explanation, div.participation, div.benefits, div.requirements { background: url(content_boxes_middle.gif) repeat-y; width: 550px; margin-left: 30px; } div.explanation p, div.participation p, div.benefits p, div.requirements p { padding: 0 10px 10px 20px; } div.explanation p:nth-child(2), div.participation p:nth-child(2), div.benefits p:nth-child(2), div.requirements p:nth-child(2) { margin-top: -25px; } div.explanation p:nth-child(3), div.participation p:nth-child(4), div.benefits p:nth-child(2), div.requirements p:nth-child(6) { background: url(content_boxes_bottom.gif) bottom left no-repeat; padding-bottom: 65px; /* for IE5 */ margin-bottom: 0px; } div.explanation h3 { background: url(headline_explanation.gif) top left no-repeat; } div.participation h3 { background: url(headline_participation.gif) top left no-repeat; } div.benefits h3 { background: url(headline_benefits.gif) top left no-repeat; } div.requirements h3 { background: url(headline_requirements.gif) top left no-repeat; } div.explanation h3, div.participation h3, div.benefits h3, div.requirements h3 { height: 85px; text-indent: 100%; white-space: nowrap; overflow: hidden; } /* footer ------------------------------------------------------------------- */ footer { width: 425px; height: 40px; margin-left: 155px; text-align: right; font-size: 0.9em; padding-top: 20px; } footer a:link {color: #9E2E2F;} footer a:visited {color: #9E2E2F;} footer a:hover {color: #F7F5D9;} /* linkList ------------------------------------------------------------------- */ .sidebar { position: absolute; left:auto; right:auto; top:290px; width: 155px; margin-left: 595px; padding: 0; font-size: 0.9em; line-height: 1.6em; color: #9E2E2F; } ul { list-style: none; background: url(marginal_boxes_bottom.gif) bottom left no-repeat; margin: 5px 0 0 0; padding: 0 0 45px 0; } li { margin-left: 0; padding: 0 10px 5px 15px; } div.design-selection li { background: url(li_element.gif) bottom center no-repeat; padding: 0 10px 25px 15px; } div.design-selection a { display: block; font-weight: bold; } div.design-selection a.designer-name { display: inline; font-weight: normal; } div.design-selection, div.design-archives, div.zen-resources { background: url(marginal_boxes_middle.gif) repeat-y; width: 155px; } div.design-selection h3 { background: url(headline_select.gif) top left no-repeat; } div.design-archives h3 { background: url(headline_archives.gif) top left no-repeat; } div.zen-resources h3 { background: url(headline_resources.gif) top left no-repeat; } div.design-selection h3, div.design-archives h3, div.zen-resources h3 { height: 35px; } div.zen-resources h3, div.design-selection h3, div.design-archives h3 { text-indent: 100%; white-space: nowrap; overflow: hidden; } /* extraDivs ------------------------------------------------------------------- */ div.extra1, div.extra2, div.extra3, div.extra4, div.extra5, div.extra6 { display: none; }
前端案例收集/css/csszengarden.com-master/179/179.css
/* IMPORTANT */ /* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */ /* tested with IE5+/Win, Mozilla, IE5/Mac, Safari, Opera8/Win */ /* colors wine red: #9E2E2F dark brown: #541D1D light yellow:#F7F5D9 link: #EA907F */ body { background: #371212 url(background.gif) top repeat-x; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #F7F5D9; font-size: 0.75em; line-height: 1.6em; padding: 0; margin: 0; text-align: center; } /* fonts ------------------------------------------------------------------------- */ a:link {color: #EA907F;text-decoration: none;} a:visited {color: #EA907F;text-decoration: none;} a:hover {color: #F7F5D9;text-decoration: underline;} p, h1, h2, h3 {margin: 0; padding: 0;} abbr, abbr { text-decoration: none; border-bottom: 1px dotted #F7F5D9; cursor: help; } /* container ------------------------------------------------------------------- */ .page-wrapper { background: #000000 url(background_header.gif) top center no-repeat; width: 760px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: -50px; padding: 0; text-align: left; } /* intro ------------------------------------------------------------------- */ .intro { width: 580px; margin: 0; padding: 0; } header { display: none; } div.summary { width: 260px; height: 20px; padding: 220px 0 0 0; margin: 0 0 30px 310px; color: #9E2E2F; } div.summary p:first-child { display: none; } /* preamble ------------------------------------------------------------------- */ div.preamble { background: url(content_boxes_middle_preamble.gif) repeat-y; width: 375px; margin-left: 205px; } div.preamble h3 { background: url(headline_preamble.gif) top left no-repeat; height: 85px; text-indent: 100%; white-space: nowrap; overflow: hidden; } div.preamble p { padding: 0 10px 10px 20px; } div.preamble p:nth-child(2) { margin-top: -25px; } div.preamble p:nth-child(4) { background: url(content_boxes_bottom_preamble.gif) bottom left no-repeat; padding-bottom: 65px; /* for IE5 */ margin-bottom: 0px; } /* supportingText ------------------------------------------------------------------- */ .supporting { width: 580px; margin: 0 0 50px 0; padding: 0; } div.explanation, div.participation, div.benefits, div.requirements { background: url(content_boxes_middle.gif) repeat-y; width: 550px; margin-left: 30px; } div.explanation p, div.participation p, div.benefits p, div.requirements p { padding: 0 10px 10px 20px; } div.explanation p:nth-child(2), div.participation p:nth-child(2), div.benefits p:nth-child(2), div.requirements p:nth-child(2) { margin-top: -25px; } div.explanation p:nth-child(3), div.participation p:nth-child(4), div.benefits p:nth-child(2), div.requirements p:nth-child(6) { background: url(content_boxes_bottom.gif) bottom left no-repeat; padding-bottom: 65px; /* for IE5 */ margin-bottom: 0px; } div.explanation h3 { background: url(headline_explanation.gif) top left no-repeat; } div.participation h3 { background: url(headline_participation.gif) top left no-repeat; } div.benefits h3 { background: url(headline_benefits.gif) top left no-repeat; } div.requirements h3 { background: url(headline_requirements.gif) top left no-repeat; } div.explanation h3, div.participation h3, div.benefits h3, div.requirements h3 { height: 85px; text-indent: 100%; white-space: nowrap; overflow: hidden; } /* footer ------------------------------------------------------------------- */ footer { width: 425px; height: 40px; margin-left: 155px; text-align: right; font-size: 0.9em; padding-top: 20px; } footer a:link {color: #9E2E2F;} footer a:visited {color: #9E2E2F;} footer a:hover {color: #F7F5D9;} /* linkList ------------------------------------------------------------------- */ .sidebar { position: absolute; left:auto; right:auto; top:290px; width: 155px; margin-left: 595px; padding: 0; font-size: 0.9em; line-height: 1.6em; color: #9E2E2F; } ul { list-style: none; background: url(marginal_boxes_bottom.gif) bottom left no-repeat; margin: 5px 0 0 0; padding: 0 0 45px 0; } li { margin-left: 0; padding: 0 10px 5px 15px; } div.design-selection li { background: url(li_element.gif) bottom center no-repeat; padding: 0 10px 25px 15px; } div.design-selection a { display: block; font-weight: bold; } div.design-selection a.designer-name { display: inline; font-weight: normal; } div.design-selection, div.design-archives, div.zen-resources { background: url(marginal_boxes_middle.gif) repeat-y; width: 155px; } div.design-selection h3 { background: url(headline_select.gif) top left no-repeat; } div.design-archives h3 { background: url(headline_archives.gif) top left no-repeat; } div.zen-resources h3 { background: url(headline_resources.gif) top left no-repeat; } div.design-selection h3, div.design-archives h3, div.zen-resources h3 { height: 35px; } div.zen-resources h3, div.design-selection h3, div.design-archives h3 { text-indent: 100%; white-space: nowrap; overflow: hidden; } /* extraDivs ------------------------------------------------------------------- */ div.extra1, div.extra2, div.extra3, div.extra4, div.extra5, div.extra6 { display: none; }
0.299925
0.057229
* 1. Set the size of the spinner to whatever the font size is: much more terse. * 2. Defining the colour once and reusing it via `currentColor` is more terse. * 3. The border of the spinner should be 5% the size of the overall spinner. * 4. The spinner is just a ¾-complete circle that rotates. * 5. Kellum Method for hiding text: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */ .x-spinner { display: inline-block; width: 1em; /* [1] */ height: 1em; /* [1] */ overflow: hidden; /* [5] */ vertical-align: middle; font-size: calc(16px * 5); /* [1] */ text-indent: 100%; /* [5] */ animation: spin 0.6s infinite linear; border: calc((16px * 5) * 0.05) solid; /* [3] */ border-color: transparent currentColor currentColor; /* [2][4] */ color: #3d70b2; /* [2] */ border-radius: 100%; /* [4] */ opacity: 1; visibility: visible; transition: opacity 0.6s ease, visibility 0.6s ease; } /** * The spinning indicator uses a stateful `.is-complete` class to provide a * default "completed" transition and state. * e.g. `<div class="x-spinner is-complete"></div>` * * Using the transition defined in .x-spinner, this fades and shrinks the icon. */ .x-spinner.is-complete { opacity: 0; visibility: hidden; } /* Spinning Size Modifiers =========================================== */ /** * Because we set the spinner’s dimensions in ems, we can change its size just * by altering `font-size`. * * For use in smaller pieces of UI where the default size is too large. */ .x-spinner--small { font-size: calc(16px * 4); } /** * For use in larger pieces of UI where the default size is too small. */ .x-spinner--large { font-size: calc(16px * 6); } /* Spinning Overlay ========================================================================== */ /** * The spinning overlay is used to cover any loadable content until complete. * Sample background modifiers are provided, but you should create your own * modifier to match appropriately. * * 1. Allows styling of box model properties and absolute positioning of * pseudo-elements. * 2. Sets the indicator as visible to transition. * 3. Sets a very high z-index to ensure any content is covered. * 4. Transitions visibility on completion. */ .x-spinner-overlay { position: absolute; /* [1] */ top: 0; /* [1] */ right: 0; /* [1] */ bottom: 0; /* [1] */ left: 0; /* [1] */ opacity: 1; /* [2] */ visibility: visible; /* [2] */ z-index: 1000; /* [3] */ transition: opacity 0.6s ease, visibility 0.6s ease; /* [4] */ } /** * Vertically and horizontally centers the indicator to the overlay */ .x-spinner-overlay > .x-spinner { margin: calc(0 - (16px * 5) / 2) auto 0 calc(0 - (16px * 5) / 2); position: absolute; top: 50%; left: 50%; } .x-spinner-overlay > .x-spinner--small { margin-top: calc(0 - (16px * 4) / 2); margin-left: calc(0 - (16px * 4) / 2); } .x-spinner-overlay > .x-spinner--large { margin-top: calc(0 - (16px * 6) / 2); margin-left: calc(0 - (16px * 6) / 2); } /** * The spinning overlay uses a stateful `.is-complete` class to provide a * default "completed" transition and state. * e.g. `<div class="x-spinner-overlay is-complete"></div>` * * Using the transitions defined in .x-spinner-overlay and .x-spinner, this fades * the overlay slightly after the indicator has shrunk. */ .x-spinner-overlay.is-complete { opacity: 0; visibility: hidden; transition-delay: 0.3s; } .x-spinner-overlay.is-complete > .x-spinner { opacity: 0; visibility: hidden; } /* Spin animation keyframes ========================================================================== */ @keyframes spin { to { transform: rotate(1turn); } }
mm5/themes/shadows/extensions/spinner/spinner.css
* 1. Set the size of the spinner to whatever the font size is: much more terse. * 2. Defining the colour once and reusing it via `currentColor` is more terse. * 3. The border of the spinner should be 5% the size of the overall spinner. * 4. The spinner is just a ¾-complete circle that rotates. * 5. Kellum Method for hiding text: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */ .x-spinner { display: inline-block; width: 1em; /* [1] */ height: 1em; /* [1] */ overflow: hidden; /* [5] */ vertical-align: middle; font-size: calc(16px * 5); /* [1] */ text-indent: 100%; /* [5] */ animation: spin 0.6s infinite linear; border: calc((16px * 5) * 0.05) solid; /* [3] */ border-color: transparent currentColor currentColor; /* [2][4] */ color: #3d70b2; /* [2] */ border-radius: 100%; /* [4] */ opacity: 1; visibility: visible; transition: opacity 0.6s ease, visibility 0.6s ease; } /** * The spinning indicator uses a stateful `.is-complete` class to provide a * default "completed" transition and state. * e.g. `<div class="x-spinner is-complete"></div>` * * Using the transition defined in .x-spinner, this fades and shrinks the icon. */ .x-spinner.is-complete { opacity: 0; visibility: hidden; } /* Spinning Size Modifiers =========================================== */ /** * Because we set the spinner’s dimensions in ems, we can change its size just * by altering `font-size`. * * For use in smaller pieces of UI where the default size is too large. */ .x-spinner--small { font-size: calc(16px * 4); } /** * For use in larger pieces of UI where the default size is too small. */ .x-spinner--large { font-size: calc(16px * 6); } /* Spinning Overlay ========================================================================== */ /** * The spinning overlay is used to cover any loadable content until complete. * Sample background modifiers are provided, but you should create your own * modifier to match appropriately. * * 1. Allows styling of box model properties and absolute positioning of * pseudo-elements. * 2. Sets the indicator as visible to transition. * 3. Sets a very high z-index to ensure any content is covered. * 4. Transitions visibility on completion. */ .x-spinner-overlay { position: absolute; /* [1] */ top: 0; /* [1] */ right: 0; /* [1] */ bottom: 0; /* [1] */ left: 0; /* [1] */ opacity: 1; /* [2] */ visibility: visible; /* [2] */ z-index: 1000; /* [3] */ transition: opacity 0.6s ease, visibility 0.6s ease; /* [4] */ } /** * Vertically and horizontally centers the indicator to the overlay */ .x-spinner-overlay > .x-spinner { margin: calc(0 - (16px * 5) / 2) auto 0 calc(0 - (16px * 5) / 2); position: absolute; top: 50%; left: 50%; } .x-spinner-overlay > .x-spinner--small { margin-top: calc(0 - (16px * 4) / 2); margin-left: calc(0 - (16px * 4) / 2); } .x-spinner-overlay > .x-spinner--large { margin-top: calc(0 - (16px * 6) / 2); margin-left: calc(0 - (16px * 6) / 2); } /** * The spinning overlay uses a stateful `.is-complete` class to provide a * default "completed" transition and state. * e.g. `<div class="x-spinner-overlay is-complete"></div>` * * Using the transitions defined in .x-spinner-overlay and .x-spinner, this fades * the overlay slightly after the indicator has shrunk. */ .x-spinner-overlay.is-complete { opacity: 0; visibility: hidden; transition-delay: 0.3s; } .x-spinner-overlay.is-complete > .x-spinner { opacity: 0; visibility: hidden; } /* Spin animation keyframes ========================================================================== */ @keyframes spin { to { transform: rotate(1turn); } }
0.80406
0.470189
.EPEdit-customPanelBody { font:normal 11px tahoma; background-color:#ECEFF3; } .FM-ToolLinkText { color: #000000; text-decoration: none; font-weight: normal; margin-right: 2px; } .FM-ToolLinkImage { margin: 2px; vertical-align: middle; } a.FM-DirectoryLink { color: #000000; } a.FM-SearchHitLink { color: #000000; text-decoration: underline; font-weight: bold; } a.FM-FileLink { font:normal 11px tahoma; color: Black; text-decoration: none; } a.FM-FileLink:hover { text-decoration: none; } a.FM-DirectoryShortcut { color: #000000; text-decoration: none; } td.FM-ShortcutCell { background-color: #ffffff; border: solid 1px #6D8CA8; } td.FM-BrowserCell { background-color: #ffffff; border: solid 1px #6D8CA8; } td.FM-DirectoryToolbar { padding: 5px 2px 5px 2px; } .FM-Title { font-weight: bold; } td.FM-ButtonBar { padding: 2px; background-color: #D4DEED; border-top: 1px solid #6D8CA8; border-bottom: 1px solid #6D8CA8; } div.FM-ScrollingArea { overflow: auto; } div.FM-ScrollingTableArea { border-top: solid 1px #6D8CA8; overflow: auto; } td.FM-ItemHeader { border-bottom: solid 1px #6D8CA8; background-color: #D4DEED; padding: 2px 5px 2px 5px; } tr.FM-ItemRow td { cursor: default; padding: 1px 5px 1px 5px; border-bottom: solid 1px #DADDE4; } tr.FM-ItemRowSelected td { cursor: default; padding: 1px 5px 1px 5px; border-bottom: solid 1px #DADDE4; background-color: #DADDE4; } table.FM-NavigatorTable { border-collapse: collapse; } td.FM-NavigatorHeadingCell { background-color: #D4DEED; padding: 5px; border-top: solid 1px #6D8CA8; border-bottom: solid 1px #6D8CA8; font-weight: bold; } td.FM-NavigatorTopHeadingCell { background-color: #D4DEED; padding: 5px; border-bottom: solid 1px #6D8CA8; font-weight: bold; } td.FM-NavigatorHeadingImageCell{ background-color: #D4DEED; border-top: solid 1px #6D8CA8; border-bottom: solid 1px #6D8CA8; vertical-align: middle; text-align: right; } td.FM-NavigatorTopHeadingImageCell{ background-color: #D4DEED; border-bottom: solid 1px #6D8CA8; vertical-align: middle; text-align: right; } td.FM-NavigationTreeCell { padding: 5px 2px 5px 0px; } td.FM-NavigationTextCell { padding: 5px; } .FM-BreadCrumb { margin: 5px 2px 5px 5px; } td.FM-ImagePreview { width: 50px; height: 50px; } table.FM-CommandHeading { border-bottom: solid 1px #6D8CA8; } table.FM-MarginTable { margin: 5px; } .FM-WarningBox { display:block; font:messagebox; border:solid 1px #6D8CA8; background-color:#FFEEC2; padding: 0.3em; margin-top: 0.3em; margin-bottom: 0.3em; }
Util/styles/FileManager.css
.EPEdit-customPanelBody { font:normal 11px tahoma; background-color:#ECEFF3; } .FM-ToolLinkText { color: #000000; text-decoration: none; font-weight: normal; margin-right: 2px; } .FM-ToolLinkImage { margin: 2px; vertical-align: middle; } a.FM-DirectoryLink { color: #000000; } a.FM-SearchHitLink { color: #000000; text-decoration: underline; font-weight: bold; } a.FM-FileLink { font:normal 11px tahoma; color: Black; text-decoration: none; } a.FM-FileLink:hover { text-decoration: none; } a.FM-DirectoryShortcut { color: #000000; text-decoration: none; } td.FM-ShortcutCell { background-color: #ffffff; border: solid 1px #6D8CA8; } td.FM-BrowserCell { background-color: #ffffff; border: solid 1px #6D8CA8; } td.FM-DirectoryToolbar { padding: 5px 2px 5px 2px; } .FM-Title { font-weight: bold; } td.FM-ButtonBar { padding: 2px; background-color: #D4DEED; border-top: 1px solid #6D8CA8; border-bottom: 1px solid #6D8CA8; } div.FM-ScrollingArea { overflow: auto; } div.FM-ScrollingTableArea { border-top: solid 1px #6D8CA8; overflow: auto; } td.FM-ItemHeader { border-bottom: solid 1px #6D8CA8; background-color: #D4DEED; padding: 2px 5px 2px 5px; } tr.FM-ItemRow td { cursor: default; padding: 1px 5px 1px 5px; border-bottom: solid 1px #DADDE4; } tr.FM-ItemRowSelected td { cursor: default; padding: 1px 5px 1px 5px; border-bottom: solid 1px #DADDE4; background-color: #DADDE4; } table.FM-NavigatorTable { border-collapse: collapse; } td.FM-NavigatorHeadingCell { background-color: #D4DEED; padding: 5px; border-top: solid 1px #6D8CA8; border-bottom: solid 1px #6D8CA8; font-weight: bold; } td.FM-NavigatorTopHeadingCell { background-color: #D4DEED; padding: 5px; border-bottom: solid 1px #6D8CA8; font-weight: bold; } td.FM-NavigatorHeadingImageCell{ background-color: #D4DEED; border-top: solid 1px #6D8CA8; border-bottom: solid 1px #6D8CA8; vertical-align: middle; text-align: right; } td.FM-NavigatorTopHeadingImageCell{ background-color: #D4DEED; border-bottom: solid 1px #6D8CA8; vertical-align: middle; text-align: right; } td.FM-NavigationTreeCell { padding: 5px 2px 5px 0px; } td.FM-NavigationTextCell { padding: 5px; } .FM-BreadCrumb { margin: 5px 2px 5px 5px; } td.FM-ImagePreview { width: 50px; height: 50px; } table.FM-CommandHeading { border-bottom: solid 1px #6D8CA8; } table.FM-MarginTable { margin: 5px; } .FM-WarningBox { display:block; font:messagebox; border:solid 1px #6D8CA8; background-color:#FFEEC2; padding: 0.3em; margin-top: 0.3em; margin-bottom: 0.3em; }
0.28577
0.070784
@font-face { font-family: "Flaticon89"; src: url("./Flaticon.eot"); src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), url("./Flaticon.woff") format("woff"), url("./Flaticon.ttf") format("truetype"), url("./Flaticon.svg#Flaticon") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "Flaticon89"; src: url("./Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon89-"]:before, [class*=" flaticon89-"]:before, [class^="flaticon89-"]:after, [class*=" flaticon89-"]:after { font-family: flaticon89; font-size: 20px; font-style: normal; margin-left: 20px; } .flaticon89-ahead:before { content: "\f100"; } .flaticon89-ahead-1:before { content: "\f101"; } .flaticon89-ahead-2:before { content: "\f102"; } .flaticon89-ahead-3:before { content: "\f103"; } .flaticon89-ahead-4:before { content: "\f104"; } .flaticon89-bend:before { content: "\f105"; } .flaticon89-bend-1:before { content: "\f106"; } .flaticon89-bicycle:before { content: "\f107"; } .flaticon89-bicycle-1:before { content: "\f108"; } .flaticon89-bicycle-2:before { content: "\f109"; } .flaticon89-bicycle-3:before { content: "\f10a"; } .flaticon89-biological-hazard:before { content: "\f10b"; } .flaticon89-bus:before { content: "\f10c"; } .flaticon89-bus-1:before { content: "\f10d"; } .flaticon89-car:before { content: "\f10e"; } .flaticon89-car-1:before { content: "\f10f"; } .flaticon89-child:before { content: "\f110"; } .flaticon89-crossroads:before { content: "\f111"; } .flaticon89-death:before { content: "\f112"; } .flaticon89-electricity:before { content: "\f113"; } .flaticon89-falling-rocks:before { content: "\f114"; } .flaticon89-fire:before { content: "\f115"; } .flaticon89-handicap:before { content: "\f116"; } .flaticon89-handicap-1:before { content: "\f117"; } .flaticon89-horn:before { content: "\f118"; } .flaticon89-horn-1:before { content: "\f119"; } .flaticon89-horseshoe:before { content: "\f11a"; } .flaticon89-intersection:before { content: "\f11b"; } .flaticon89-intersection-1:before { content: "\f11c"; } .flaticon89-keep-left:before { content: "\f11d"; } .flaticon89-keep-right:before { content: "\f11e"; } .flaticon89-nuclear:before { content: "\f11f"; } .flaticon89-parking:before { content: "\f120"; } .flaticon89-pedestrian:before { content: "\f121"; } .flaticon89-pedestrian-1:before { content: "\f122"; } .flaticon89-pedestrian-2:before { content: "\f123"; } .flaticon89-pedestrian-3:before { content: "\f124"; } .flaticon89-pedestrian-4:before { content: "\f125"; } .flaticon89-pedestrian-5:before { content: "\f126"; } .flaticon89-pedestrian-6:before { content: "\f127"; } .flaticon89-prohibition:before { content: "\f128"; } .flaticon89-railroad:before { content: "\f129"; } .flaticon89-roundabout:before { content: "\f12a"; } .flaticon89-roundabout-1:before { content: "\f12b"; } .flaticon89-runner:before { content: "\f12c"; } .flaticon89-runner-1:before { content: "\f12d"; } .flaticon89-settings:before { content: "\f12e"; } .flaticon89-signal:before { content: "\f12f"; } .flaticon89-skateboard:before { content: "\f130"; } .flaticon89-skateboard-1:before { content: "\f131"; } .flaticon89-ski:before { content: "\f132"; } .flaticon89-ski-1:before { content: "\f133"; } .flaticon89-slope:before { content: "\f134"; } .flaticon89-slope-1:before { content: "\f135"; } .flaticon89-snow:before { content: "\f136"; } .flaticon89-speed:before { content: "\f137"; } .flaticon89-speed-1:before { content: "\f138"; } .flaticon89-swimming:before { content: "\f139"; } .flaticon89-swimming-1:before { content: "\f13a"; } .flaticon89-traffic-light:before { content: "\f13b"; } .flaticon89-traffic-sign:before { content: "\f13c"; } .flaticon89-traffic-sign-1:before { content: "\f13d"; } .flaticon89-traffic-sign-2:before { content: "\f13e"; } .flaticon89-traffic-sign-3:before { content: "\f13f"; } .flaticon89-traffic-sign-4:before { content: "\f140"; } .flaticon89-traffic-sign-5:before { content: "\f141"; } .flaticon89-turn:before { content: "\f142"; } .flaticon89-turn-left:before { content: "\f143"; } .flaticon89-turn-left-1:before { content: "\f144"; } .flaticon89-turn-right:before { content: "\f145"; } .flaticon89-turn-right-1:before { content: "\f146"; } .flaticon89-two-way:before { content: "\f147"; } .flaticon89-warning:before { content: "\f148"; } .flaticon89-woman:before { content: "\f149"; } .flaticon89-woman-1:before { content: "\f14a"; } .flaticon89-working:before { content: "\f14b"; } .flaticon89-working-1:before { content: "\f14c"; } .flaticon89-working-2:before { content: "\f14d"; } .flaticon89-zebra-crossing:before { content: "\f14e"; } .flaticon89-zebra-crossing-1:before { content: "\f14f"; }
images/icons/traffic-signs-set/flaticon89.css
@font-face { font-family: "Flaticon89"; src: url("./Flaticon.eot"); src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), url("./Flaticon.woff") format("woff"), url("./Flaticon.ttf") format("truetype"), url("./Flaticon.svg#Flaticon") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "Flaticon89"; src: url("./Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon89-"]:before, [class*=" flaticon89-"]:before, [class^="flaticon89-"]:after, [class*=" flaticon89-"]:after { font-family: flaticon89; font-size: 20px; font-style: normal; margin-left: 20px; } .flaticon89-ahead:before { content: "\f100"; } .flaticon89-ahead-1:before { content: "\f101"; } .flaticon89-ahead-2:before { content: "\f102"; } .flaticon89-ahead-3:before { content: "\f103"; } .flaticon89-ahead-4:before { content: "\f104"; } .flaticon89-bend:before { content: "\f105"; } .flaticon89-bend-1:before { content: "\f106"; } .flaticon89-bicycle:before { content: "\f107"; } .flaticon89-bicycle-1:before { content: "\f108"; } .flaticon89-bicycle-2:before { content: "\f109"; } .flaticon89-bicycle-3:before { content: "\f10a"; } .flaticon89-biological-hazard:before { content: "\f10b"; } .flaticon89-bus:before { content: "\f10c"; } .flaticon89-bus-1:before { content: "\f10d"; } .flaticon89-car:before { content: "\f10e"; } .flaticon89-car-1:before { content: "\f10f"; } .flaticon89-child:before { content: "\f110"; } .flaticon89-crossroads:before { content: "\f111"; } .flaticon89-death:before { content: "\f112"; } .flaticon89-electricity:before { content: "\f113"; } .flaticon89-falling-rocks:before { content: "\f114"; } .flaticon89-fire:before { content: "\f115"; } .flaticon89-handicap:before { content: "\f116"; } .flaticon89-handicap-1:before { content: "\f117"; } .flaticon89-horn:before { content: "\f118"; } .flaticon89-horn-1:before { content: "\f119"; } .flaticon89-horseshoe:before { content: "\f11a"; } .flaticon89-intersection:before { content: "\f11b"; } .flaticon89-intersection-1:before { content: "\f11c"; } .flaticon89-keep-left:before { content: "\f11d"; } .flaticon89-keep-right:before { content: "\f11e"; } .flaticon89-nuclear:before { content: "\f11f"; } .flaticon89-parking:before { content: "\f120"; } .flaticon89-pedestrian:before { content: "\f121"; } .flaticon89-pedestrian-1:before { content: "\f122"; } .flaticon89-pedestrian-2:before { content: "\f123"; } .flaticon89-pedestrian-3:before { content: "\f124"; } .flaticon89-pedestrian-4:before { content: "\f125"; } .flaticon89-pedestrian-5:before { content: "\f126"; } .flaticon89-pedestrian-6:before { content: "\f127"; } .flaticon89-prohibition:before { content: "\f128"; } .flaticon89-railroad:before { content: "\f129"; } .flaticon89-roundabout:before { content: "\f12a"; } .flaticon89-roundabout-1:before { content: "\f12b"; } .flaticon89-runner:before { content: "\f12c"; } .flaticon89-runner-1:before { content: "\f12d"; } .flaticon89-settings:before { content: "\f12e"; } .flaticon89-signal:before { content: "\f12f"; } .flaticon89-skateboard:before { content: "\f130"; } .flaticon89-skateboard-1:before { content: "\f131"; } .flaticon89-ski:before { content: "\f132"; } .flaticon89-ski-1:before { content: "\f133"; } .flaticon89-slope:before { content: "\f134"; } .flaticon89-slope-1:before { content: "\f135"; } .flaticon89-snow:before { content: "\f136"; } .flaticon89-speed:before { content: "\f137"; } .flaticon89-speed-1:before { content: "\f138"; } .flaticon89-swimming:before { content: "\f139"; } .flaticon89-swimming-1:before { content: "\f13a"; } .flaticon89-traffic-light:before { content: "\f13b"; } .flaticon89-traffic-sign:before { content: "\f13c"; } .flaticon89-traffic-sign-1:before { content: "\f13d"; } .flaticon89-traffic-sign-2:before { content: "\f13e"; } .flaticon89-traffic-sign-3:before { content: "\f13f"; } .flaticon89-traffic-sign-4:before { content: "\f140"; } .flaticon89-traffic-sign-5:before { content: "\f141"; } .flaticon89-turn:before { content: "\f142"; } .flaticon89-turn-left:before { content: "\f143"; } .flaticon89-turn-left-1:before { content: "\f144"; } .flaticon89-turn-right:before { content: "\f145"; } .flaticon89-turn-right-1:before { content: "\f146"; } .flaticon89-two-way:before { content: "\f147"; } .flaticon89-warning:before { content: "\f148"; } .flaticon89-woman:before { content: "\f149"; } .flaticon89-woman-1:before { content: "\f14a"; } .flaticon89-working:before { content: "\f14b"; } .flaticon89-working-1:before { content: "\f14c"; } .flaticon89-working-2:before { content: "\f14d"; } .flaticon89-zebra-crossing:before { content: "\f14e"; } .flaticon89-zebra-crossing-1:before { content: "\f14f"; }
0.415373
0.225758
html { font-family: "Open Sans", sans-serif; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* VERT EVERNOTE */ /* --bgc-main: #00a82d; --bgc-second: #ffffff; --bgc-third: #8b4367; */ /* --bgc-main: #042f4b; */ /* --bgc-main: #2962ff; */ /* --bgc-main: #263238; */ /* --bgc-main-shadyBlue : #253C5C; --bgc-second: #ffffff; /* STYLE BLUE ORANGE SHADY*/ /* --bgc-main: #253c5c; --bgc-second: #fea60c; */ /* STYLE BLUE ORANGE*/ /* --bgc-main: #0064ff; --bgc-second: #ff9b00; */ /* STYLE BLUE ORANGE SHADY*/ --color-main: #1a1a1d; --color-second: #c3073f; --color-third: #950740; --color-fourth: #6f2232; --color-fifth: #4e4e50; --color-sixth: #646468; --color-white: #fefefe; background-color: var(--color-main); color: var(--color-white); /* LAYOUT */ --layout-max-width: 1120px; /* CONTAINER */ --container-padding: 3rem 1rem; /* BORDER */ --border-projects: #cccccc; /* FONT SIZE */ --fs-nav-desk: 1rem; /* BUTTON */ --button-main-color: #1565c0; --button-second-color: #3292ff; /* FONT WEIGHT */ --fw-nav-desk: 600; /* FONT FAMILY */ font-family: "Open Sans", sans-serif; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } h2 { font-size: 2rem; text-align: center; } button:hover { cursor: pointer; } /***** BUTTON STYLE *****/ .btn { border: none; font-weight: bold; transition: box-shadow 0.3s; font-size: 1.4rem; padding: 15px 30px; border-radius: 30px; transition: box-shadow color 0.3s; } .btn-primary { background-color: var(--button-main-color); color: var(--color-second); } .btn-secondary { background-color: transparent; color: var(--button-main-color); border: var(--button-main-color) solid 1px; } .btn-secondary:hover { background-color: var(--button-main-color); color: var(--color-second); } .btn-secondary:active, .btn-primary:active { box-shadow: 0 0 0 3px var(--button-second-color); transition: box-shadow 0.3s; } /****** CONTACT ******/ .contact { display: flex; flex-direction: column; align-items: center; } .contact .form { display: flex; flex-direction: column; width: 50%; } .contact .form > div:nth-child(1) { display: flex; flex-direction: row; justify-content: space-between; } .contact .form > div:nth-child(1) div { display: flex; flex-direction: column-reverse; width: 48%; } .contact .form > div:nth-child(2) { display: flex; flex-direction: column-reverse; } .contact label { font-size: 1.2rem; color: grey; } .contact textarea { resize: vertical; min-height: 150px; } .contact .form input, textarea { margin-bottom: 25px; margin-top: 5px; border-radius: 5px; border: 1px solid var(--projects-border); padding: 10px; outline: none; font-size: 1.6rem; } .contact .form input:focus, textarea:focus { border: 1px solid var(--button-main-color); box-shadow: 0 0 0 3px var(--button-main-color); transition: all 0.3s; } textarea:focus + label, input:focus + label { color: var(--button-main-color); transition: all 0.3s; } textarea::selection, input::selection, label::selection { color: white; background-color: var(--button-main-color); } .form > button { font-size: 1.6rem; align-self: center; padding: 15px 30px; border-radius: 30px; } .contact ul { display: flex; flex-direction: row; justify-content: center; font-size: 1.6rem; } .contact ul li { font-size: 1.6rem; } .contact a { color: grey; text-decoration: none; } .contact a:hover { color: var(--button-main-color); } /**** FOOTER ****/ footer ul { display: flex; flex-direction: row; justify-content: center; font-size: 1.6rem; color: var(--second-color); } footer ul li { font-size: 1.6rem; color: var(--second-color); } footer a, span { color: var(--second-color); text-decoration: none; } /***** PROJECT ******/ .badge { background-color: var(--button-main-color); color: var(--second-color); border-radius: 15px; font-size: 0.5rem; font-weight: 700; vertical-align: middle; padding: 3px 7px; margin-left: 1rem; } /***** MEDIA QUERY ****/ @media (min-width: 540px) { } /* Medium devices (tablets, 768px and up) */ @media (min-width: 768px) { } /* Large devices (desktops, 980px and up) */ @media (min-width: 980px) { } /* Extra large devices (large desktops, 1120px and up) */ @media (min-width: 1120px) { } /**** ABOUT ME ******/ .aboutme-section { background-color: var(--second-bg-color); } .aboutme > section { display: flex; flex-direction: row; align-items: center; } .aboutme article:nth-child(1) { flex: 2; } .aboutme article:nth-child(2) { flex: 1; display: flex; flex-direction: row; justify-content: center; } .aboutme article span { font-size: 1.8rem; font-weight: 500; } article p { text-align: justify; font-size: 1.3rem; } .aboutme article:nth-child(2) div { display: flex; flex-direction: column; align-items: center; justify-content: center; } .aboutme article:nth-child(2) div i { font-size: 2.9rem; padding: 20px 20px; } .aboutme img { padding: 21px; }
src/styles/global.css
html { font-family: "Open Sans", sans-serif; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* VERT EVERNOTE */ /* --bgc-main: #00a82d; --bgc-second: #ffffff; --bgc-third: #8b4367; */ /* --bgc-main: #042f4b; */ /* --bgc-main: #2962ff; */ /* --bgc-main: #263238; */ /* --bgc-main-shadyBlue : #253C5C; --bgc-second: #ffffff; /* STYLE BLUE ORANGE SHADY*/ /* --bgc-main: #253c5c; --bgc-second: #fea60c; */ /* STYLE BLUE ORANGE*/ /* --bgc-main: #0064ff; --bgc-second: #ff9b00; */ /* STYLE BLUE ORANGE SHADY*/ --color-main: #1a1a1d; --color-second: #c3073f; --color-third: #950740; --color-fourth: #6f2232; --color-fifth: #4e4e50; --color-sixth: #646468; --color-white: #fefefe; background-color: var(--color-main); color: var(--color-white); /* LAYOUT */ --layout-max-width: 1120px; /* CONTAINER */ --container-padding: 3rem 1rem; /* BORDER */ --border-projects: #cccccc; /* FONT SIZE */ --fs-nav-desk: 1rem; /* BUTTON */ --button-main-color: #1565c0; --button-second-color: #3292ff; /* FONT WEIGHT */ --fw-nav-desk: 600; /* FONT FAMILY */ font-family: "Open Sans", sans-serif; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } h2 { font-size: 2rem; text-align: center; } button:hover { cursor: pointer; } /***** BUTTON STYLE *****/ .btn { border: none; font-weight: bold; transition: box-shadow 0.3s; font-size: 1.4rem; padding: 15px 30px; border-radius: 30px; transition: box-shadow color 0.3s; } .btn-primary { background-color: var(--button-main-color); color: var(--color-second); } .btn-secondary { background-color: transparent; color: var(--button-main-color); border: var(--button-main-color) solid 1px; } .btn-secondary:hover { background-color: var(--button-main-color); color: var(--color-second); } .btn-secondary:active, .btn-primary:active { box-shadow: 0 0 0 3px var(--button-second-color); transition: box-shadow 0.3s; } /****** CONTACT ******/ .contact { display: flex; flex-direction: column; align-items: center; } .contact .form { display: flex; flex-direction: column; width: 50%; } .contact .form > div:nth-child(1) { display: flex; flex-direction: row; justify-content: space-between; } .contact .form > div:nth-child(1) div { display: flex; flex-direction: column-reverse; width: 48%; } .contact .form > div:nth-child(2) { display: flex; flex-direction: column-reverse; } .contact label { font-size: 1.2rem; color: grey; } .contact textarea { resize: vertical; min-height: 150px; } .contact .form input, textarea { margin-bottom: 25px; margin-top: 5px; border-radius: 5px; border: 1px solid var(--projects-border); padding: 10px; outline: none; font-size: 1.6rem; } .contact .form input:focus, textarea:focus { border: 1px solid var(--button-main-color); box-shadow: 0 0 0 3px var(--button-main-color); transition: all 0.3s; } textarea:focus + label, input:focus + label { color: var(--button-main-color); transition: all 0.3s; } textarea::selection, input::selection, label::selection { color: white; background-color: var(--button-main-color); } .form > button { font-size: 1.6rem; align-self: center; padding: 15px 30px; border-radius: 30px; } .contact ul { display: flex; flex-direction: row; justify-content: center; font-size: 1.6rem; } .contact ul li { font-size: 1.6rem; } .contact a { color: grey; text-decoration: none; } .contact a:hover { color: var(--button-main-color); } /**** FOOTER ****/ footer ul { display: flex; flex-direction: row; justify-content: center; font-size: 1.6rem; color: var(--second-color); } footer ul li { font-size: 1.6rem; color: var(--second-color); } footer a, span { color: var(--second-color); text-decoration: none; } /***** PROJECT ******/ .badge { background-color: var(--button-main-color); color: var(--second-color); border-radius: 15px; font-size: 0.5rem; font-weight: 700; vertical-align: middle; padding: 3px 7px; margin-left: 1rem; } /***** MEDIA QUERY ****/ @media (min-width: 540px) { } /* Medium devices (tablets, 768px and up) */ @media (min-width: 768px) { } /* Large devices (desktops, 980px and up) */ @media (min-width: 980px) { } /* Extra large devices (large desktops, 1120px and up) */ @media (min-width: 1120px) { } /**** ABOUT ME ******/ .aboutme-section { background-color: var(--second-bg-color); } .aboutme > section { display: flex; flex-direction: row; align-items: center; } .aboutme article:nth-child(1) { flex: 2; } .aboutme article:nth-child(2) { flex: 1; display: flex; flex-direction: row; justify-content: center; } .aboutme article span { font-size: 1.8rem; font-weight: 500; } article p { text-align: justify; font-size: 1.3rem; } .aboutme article:nth-child(2) div { display: flex; flex-direction: column; align-items: center; justify-content: center; } .aboutme article:nth-child(2) div i { font-size: 2.9rem; padding: 20px 20px; } .aboutme img { padding: 21px; }
0.321673
0.069007
@font-face{ font-family: victorian_title; src: url(VictorianText.ttf) } @font-face{ font-family: victorian_basic; src: url(AquilineTwo.ttf); } @font-face{ font-family: baskerville; src: url(Baskerville-Italic.otf); } body{ background: url("images/victorian_background.jpg"); background:cover; font-family:victorian_basic, serif; font-size:22px; margin-left:35%; margin-right:10%; margin-bottom:10%; margin-top:5%; text-align: justify; color:#fbf1e5; line-height: 24px; letter-spacing: 1px; overflow-y: scroll; overflow-x: hidden; } #header nav, #footer nav{ all:unset; color:#8a2be2 !important; font-family:victorian_basic, serif; font-size:18px; margin:auto; line-height:24px; max-height:35px !important; background-color:rgba(211,211,211,0.5); } h1{ font-family: victorian_title, serif; font-size:65px; position:relative; margin-left: 0px; margin-bottom:30px; text-align:center; width:100%; padding:10px; font-weight:400; letter-spacing: 3px; line-height:120%; word-spacing: 3px; color:#8a2be2; line-height:50px; text-shadow: 2px 2px #fbf1e5; } h1 { -webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */ animation-name: example; animation-duration: 4s; } /* Safari 4.0 - 8.0 */ h1 { -webkit-animation-name: reveal; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */ animation-name: reveal; animation-duration: 5s; animation-timing-function: ease-in; } /* Safari 4.0 - 8.0 */ @-webkit-keyframes reveal { from {left: -150px;} to {left: 100px;} } /* Safari 4.0 - 8.0 */ h2,h3,h4{ font-family: victorian_title, serif; color:#8a2be2; margin-top:8px; margin-bottom:5px; text-align: center; text-shadow: 1px 1px #fbf1e5; } header { font-family:victorian_basic, serif; text-align:center; color:crimson; line-height:26px !important; } header p{ color:crimson; font-family:victorian_basic; } header p a{ color:inherit !important; text-decoration:none !important; } table p a{ color:#fbf1e5 !important; text-decoration:none !important; } img { display: block; -webkit-filter: grayscale(100%); filter: grayscale(100%); display: block; margin-top:25px !important; margin-bottom:0; margin-left:auto; margin-right:auto; width: 50% !important; border: 3px solid; border-radius:7%; box-sizing: border-box; opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */ } img:hover { opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ box-shadow: 8px 8px 10px #aaa; border:5px solid; border-radius:80%; } p::first-letter { float: left; font-family: victorian_title , serif; font-size: 60px; line-height: 45px; padding-top: 4px; padding-right: 2px; padding-left: 2px; padding-bottom:2px; color:crimson; } header p::first-letter{ all:unset; } footer p::first-letter{ all:unset; } header{ margin-bottom:40px; text-align:center; font-size:20px; color:crimson; font-weight:bold; } footer{ margin-top:25px; text-align:center; font-size:20px; color:crimson; font-weight:bold; } .bg figcaption{ all:unset; font-size:16px; text-align:center; margin-top:0px; color:crimson !important; } h4:hover{ transform:scale(1.3); } .bg{ margin-bottom:40px; text-align:center; } p{ margin-top:20px; } button{ display:none; } table{ border:3px solid lightgrey; width:70%; margin:30px auto; font-family:victorian_basic , serif; background:#351A4E; color:#fbf1e5; } table:hover{ box-shadow: 8px 8px 10px #aaa; border:5px solid; } table th, table td{ border: 1px solid lightgrey; border-spacing: 0.5rem; text-align:center; font-size:18px; } tr th{ width:100%; text-align:center; font-size:22px; font-weight:600; } tbody tr:nth-child(odd) { background-color: #663399; } .col-ing table{ border:2px lightgray; } .col-ita table{ border:2px lightgray; } .col-ing { all:unset; display:inline-block; font-size:16px; left:10%; right:10%; width:35%; float:left; position:absolute; } .col-ita { display:inline-block; font-size:16px; left:40%; right:5%; width:65%; position:relative; } .col-ing p::first-letter, .col-ita p::first-letter { float: left; font-family: victorian_title,serif; font-size: 24px; line-height: 20px; padding-top: 2px; padding-right: 1px; padding-left: 1px; padding-bottom:1px; color:crimson; } table th{ text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px; } @media only screen(min-width: 1280px){ h1 { font-size:70px; text-shadow: 3px 3px #fbf1e5; letter-spacing:4px; margin-bottom:80px; padding:30px; line-height:40px; } div h3{ line-height:32px; } body{ font-size:24px; line-height: 28px; letter-spacing: 2px; } img{ width:65%; margin-top:70px; border:5px; } img:hover{ box-shadow: 12px 12px 16px #aaa; } p::first-letter { font-size: 70px; line-height: 40px; padding-top: 8px; padding-right: 4px; padding-left: 4px; padding-bottom:4px; } header, footer{ margin-top:45px; font-size:26px; line-height:30px; font-weight:500; } .bg figcaption{ font-size:22px; } .bg{ margin-bottom:70px; } table{ margin:50px,auto; } table:hover{ box-shadow: 6px 6px 8px #aaa; } table th, table td{ border: 2px solid lightgrey; } .col-ing, .col-ita{ font-size:22px; } .col-ing p::first-letter, .col-ita p::first-letter { font-size: 32px; line-height: 36px; padding-top: 4px; padding-right: 2px; padding-left: 2px; padding-bottom:2px; } .col-ing table, .col-ita table{ margin:15px 10px; max-width:90%; font-size:16px; } } @media only screen(min-width: 576px) and (max-width: 768px){ h1 { font-size:46px; text-shadow: 2px 2px #fbf1e5; letter-spacing:2px; margin-bottom:30px; padding:20px; line-height:55px; } body{ font-size:22px; font-weight:550; line-height: 32px; letter-spacing: 1px; margin-left: 20%; } img{ width:60%; margin-top:30px; border:2px; } img:hover{ border:4px; box-shadow: 6px 6px 9px #aaa; } p::first-letter { font-size: 46px; line-height: 40px; padding-top: 4px; padding-right: 2px; padding-left: 2px; padding-bottom:2px; } header, footer{ margin-top:30px; font-size:22px; } .bg figcaption{ font-size:18px; } .bg{ margin-bottom:35px; } .col-ing, .col-ita{ font-size:18px; font-weight:500; } .col-ing p::first-letter, .col-ita p::first-letter { font-size: 24px; line-height: 28px; padding-top: 2px; padding-right: 1px; padding-left: 1px; padding-bottom:1px; } table{ border:2px lightgrey; } table:hover{ border:3px; box-shadow: 6px 6px 8px #aaa; } } @media only screen(max-width: 576px){ table{ display:none; } h1 { font-size:32px; text-shadow: 1px 1px #fbf1e5; letter-spacing:1px; margin-bottom:15px; padding:10px; line-height:30px; } div h3{ font-size:24px; line-height:20px; } body{ font-size:18px; font-weight:500; line-height: 22px; letter-spacing: 0px; margin-left: 10%; margin-right:5%; } img{ width:60%; margin-top:25px; border:2px; } img:hover{ border:3px; box-shadow: 4px 4px 6px #aaa; } p::first-letter { font-size: 24px; line-height: 24px; padding-top: 3px; padding-right: 1px; padding-left: 1px; padding-bottom:1px; } header, footer{ margin-top:25px; font-size:18px; } .bg figcaption{ font-size:18px; } .bg{ margin-bottom:30px; } .col-ing, .col-ita{ font-size:17px; font-weight:500; } .col-ing{ display:inline-block; float:left; width:35%; position:absolute; } .col-ita{ width:40%; left:60%; position:relative; } .col-ing p::first-letter, .col-ita p::first-letter { font-size: 24px; line-height: 28px; padding-top: 2px; padding-right: 1px; padding-left: 1px; padding-bottom:1px; } }
vic_era.css
@font-face{ font-family: victorian_title; src: url(VictorianText.ttf) } @font-face{ font-family: victorian_basic; src: url(AquilineTwo.ttf); } @font-face{ font-family: baskerville; src: url(Baskerville-Italic.otf); } body{ background: url("images/victorian_background.jpg"); background:cover; font-family:victorian_basic, serif; font-size:22px; margin-left:35%; margin-right:10%; margin-bottom:10%; margin-top:5%; text-align: justify; color:#fbf1e5; line-height: 24px; letter-spacing: 1px; overflow-y: scroll; overflow-x: hidden; } #header nav, #footer nav{ all:unset; color:#8a2be2 !important; font-family:victorian_basic, serif; font-size:18px; margin:auto; line-height:24px; max-height:35px !important; background-color:rgba(211,211,211,0.5); } h1{ font-family: victorian_title, serif; font-size:65px; position:relative; margin-left: 0px; margin-bottom:30px; text-align:center; width:100%; padding:10px; font-weight:400; letter-spacing: 3px; line-height:120%; word-spacing: 3px; color:#8a2be2; line-height:50px; text-shadow: 2px 2px #fbf1e5; } h1 { -webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */ animation-name: example; animation-duration: 4s; } /* Safari 4.0 - 8.0 */ h1 { -webkit-animation-name: reveal; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */ animation-name: reveal; animation-duration: 5s; animation-timing-function: ease-in; } /* Safari 4.0 - 8.0 */ @-webkit-keyframes reveal { from {left: -150px;} to {left: 100px;} } /* Safari 4.0 - 8.0 */ h2,h3,h4{ font-family: victorian_title, serif; color:#8a2be2; margin-top:8px; margin-bottom:5px; text-align: center; text-shadow: 1px 1px #fbf1e5; } header { font-family:victorian_basic, serif; text-align:center; color:crimson; line-height:26px !important; } header p{ color:crimson; font-family:victorian_basic; } header p a{ color:inherit !important; text-decoration:none !important; } table p a{ color:#fbf1e5 !important; text-decoration:none !important; } img { display: block; -webkit-filter: grayscale(100%); filter: grayscale(100%); display: block; margin-top:25px !important; margin-bottom:0; margin-left:auto; margin-right:auto; width: 50% !important; border: 3px solid; border-radius:7%; box-sizing: border-box; opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */ } img:hover { opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ box-shadow: 8px 8px 10px #aaa; border:5px solid; border-radius:80%; } p::first-letter { float: left; font-family: victorian_title , serif; font-size: 60px; line-height: 45px; padding-top: 4px; padding-right: 2px; padding-left: 2px; padding-bottom:2px; color:crimson; } header p::first-letter{ all:unset; } footer p::first-letter{ all:unset; } header{ margin-bottom:40px; text-align:center; font-size:20px; color:crimson; font-weight:bold; } footer{ margin-top:25px; text-align:center; font-size:20px; color:crimson; font-weight:bold; } .bg figcaption{ all:unset; font-size:16px; text-align:center; margin-top:0px; color:crimson !important; } h4:hover{ transform:scale(1.3); } .bg{ margin-bottom:40px; text-align:center; } p{ margin-top:20px; } button{ display:none; } table{ border:3px solid lightgrey; width:70%; margin:30px auto; font-family:victorian_basic , serif; background:#351A4E; color:#fbf1e5; } table:hover{ box-shadow: 8px 8px 10px #aaa; border:5px solid; } table th, table td{ border: 1px solid lightgrey; border-spacing: 0.5rem; text-align:center; font-size:18px; } tr th{ width:100%; text-align:center; font-size:22px; font-weight:600; } tbody tr:nth-child(odd) { background-color: #663399; } .col-ing table{ border:2px lightgray; } .col-ita table{ border:2px lightgray; } .col-ing { all:unset; display:inline-block; font-size:16px; left:10%; right:10%; width:35%; float:left; position:absolute; } .col-ita { display:inline-block; font-size:16px; left:40%; right:5%; width:65%; position:relative; } .col-ing p::first-letter, .col-ita p::first-letter { float: left; font-family: victorian_title,serif; font-size: 24px; line-height: 20px; padding-top: 2px; padding-right: 1px; padding-left: 1px; padding-bottom:1px; color:crimson; } table th{ text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px; } @media only screen(min-width: 1280px){ h1 { font-size:70px; text-shadow: 3px 3px #fbf1e5; letter-spacing:4px; margin-bottom:80px; padding:30px; line-height:40px; } div h3{ line-height:32px; } body{ font-size:24px; line-height: 28px; letter-spacing: 2px; } img{ width:65%; margin-top:70px; border:5px; } img:hover{ box-shadow: 12px 12px 16px #aaa; } p::first-letter { font-size: 70px; line-height: 40px; padding-top: 8px; padding-right: 4px; padding-left: 4px; padding-bottom:4px; } header, footer{ margin-top:45px; font-size:26px; line-height:30px; font-weight:500; } .bg figcaption{ font-size:22px; } .bg{ margin-bottom:70px; } table{ margin:50px,auto; } table:hover{ box-shadow: 6px 6px 8px #aaa; } table th, table td{ border: 2px solid lightgrey; } .col-ing, .col-ita{ font-size:22px; } .col-ing p::first-letter, .col-ita p::first-letter { font-size: 32px; line-height: 36px; padding-top: 4px; padding-right: 2px; padding-left: 2px; padding-bottom:2px; } .col-ing table, .col-ita table{ margin:15px 10px; max-width:90%; font-size:16px; } } @media only screen(min-width: 576px) and (max-width: 768px){ h1 { font-size:46px; text-shadow: 2px 2px #fbf1e5; letter-spacing:2px; margin-bottom:30px; padding:20px; line-height:55px; } body{ font-size:22px; font-weight:550; line-height: 32px; letter-spacing: 1px; margin-left: 20%; } img{ width:60%; margin-top:30px; border:2px; } img:hover{ border:4px; box-shadow: 6px 6px 9px #aaa; } p::first-letter { font-size: 46px; line-height: 40px; padding-top: 4px; padding-right: 2px; padding-left: 2px; padding-bottom:2px; } header, footer{ margin-top:30px; font-size:22px; } .bg figcaption{ font-size:18px; } .bg{ margin-bottom:35px; } .col-ing, .col-ita{ font-size:18px; font-weight:500; } .col-ing p::first-letter, .col-ita p::first-letter { font-size: 24px; line-height: 28px; padding-top: 2px; padding-right: 1px; padding-left: 1px; padding-bottom:1px; } table{ border:2px lightgrey; } table:hover{ border:3px; box-shadow: 6px 6px 8px #aaa; } } @media only screen(max-width: 576px){ table{ display:none; } h1 { font-size:32px; text-shadow: 1px 1px #fbf1e5; letter-spacing:1px; margin-bottom:15px; padding:10px; line-height:30px; } div h3{ font-size:24px; line-height:20px; } body{ font-size:18px; font-weight:500; line-height: 22px; letter-spacing: 0px; margin-left: 10%; margin-right:5%; } img{ width:60%; margin-top:25px; border:2px; } img:hover{ border:3px; box-shadow: 4px 4px 6px #aaa; } p::first-letter { font-size: 24px; line-height: 24px; padding-top: 3px; padding-right: 1px; padding-left: 1px; padding-bottom:1px; } header, footer{ margin-top:25px; font-size:18px; } .bg figcaption{ font-size:18px; } .bg{ margin-bottom:30px; } .col-ing, .col-ita{ font-size:17px; font-weight:500; } .col-ing{ display:inline-block; float:left; width:35%; position:absolute; } .col-ita{ width:40%; left:60%; position:relative; } .col-ing p::first-letter, .col-ita p::first-letter { font-size: 24px; line-height: 28px; padding-top: 2px; padding-right: 1px; padding-left: 1px; padding-bottom:1px; } }
0.213951
0.054752
–––––––––––––––––––––––––––––––––––––––––––––––––– - Grid - Base Styles - Typography - Links - Buttons - Forms - Lists - Code - Tables - Spacing - Utilities - Clearing - Media Queries */ /* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */ .container { position: relative; width: 100%; max-width: 960px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } .column, .columns { width: 100%; float: left; box-sizing: border-box; } /* For devices larger than 400px */ @media (min-width: 400px) { .container { width: 85%; padding: 0; } } /* For devices larger than 550px */ @media (min-width: 550px) { .container { width: 80%; } .column, .columns { margin-left: 4%; } .column:first-child, .columns:first-child { margin-left: 0; } .one.column, .one.columns { width: 4.66666666667%; } .two.columns { width: 13.3333333333%; } .three.columns { width: 22%; } .four.columns { width: 30.6666666667%; } .five.columns { width: 39.3333333333%; } .six.columns { width: 48%; } .seven.columns { width: 56.6666666667%; } .eight.columns { width: 65.3333333333%; } .nine.columns { width: 74.0%; } .ten.columns { width: 82.6666666667%; } .eleven.columns { width: 91.3333333333%; } .twelve.columns { width: 100%; margin-left: 0; } .one-third.column { width: 30.6666666667%; } .two-thirds.column { width: 65.3333333333%; } .one-half.column { width: 48%; } /* Offsets */ .offset-by-one.column, .offset-by-one.columns { margin-left: 8.66666666667%; } .offset-by-two.column, .offset-by-two.columns { margin-left: 17.3333333333%; } .offset-by-three.column, .offset-by-three.columns { margin-left: 26%; } .offset-by-four.column, .offset-by-four.columns { margin-left: 34.6666666667%; } .offset-by-five.column, .offset-by-five.columns { margin-left: 43.3333333333%; } .offset-by-six.column, .offset-by-six.columns { margin-left: 52%; } .offset-by-seven.column, .offset-by-seven.columns { margin-left: 60.6666666667%; } .offset-by-eight.column, .offset-by-eight.columns { margin-left: 69.3333333333%; } .offset-by-nine.column, .offset-by-nine.columns { margin-left: 78.0%; } .offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.6666666667%; } .offset-by-eleven.column, .offset-by-eleven.columns { margin-left: 95.3333333333%; } .offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 34.6666666667%; } .offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 69.3333333333%; } .offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 52%; } } /* Base Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* NOTE html is set to 62.5% so that all the REM measurements throughout Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */ html { font-size: 62.5%; } body { font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; font-weight: 400; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #222; } /* Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */ h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 2rem; font-weight: 300; } h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;} h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; } h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; } h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; } h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; } h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } /* Larger than phablet */ @media (min-width: 550px) { h1 { font-size: 5.0rem; } h2 { font-size: 4.2rem; } h3 { font-size: 3.6rem; } h4 { font-size: 3.0rem; } h5 { font-size: 2.4rem; } h6 { font-size: 1.5rem; } } p { margin-top: 0; } /* Links –––––––––––––––––––––––––––––––––––––––––––––––––– */ a { color: #1EAEDB; } a:hover { color: #0FA0CE; } /* Buttons –––––––––––––––––––––––––––––––––––––––––––––––––– */ .button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; height: 38px; padding: 0 30px; color: #555; text-align: center; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; } .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { color: #333; border-color: #888; outline: 0; } .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #FFF; background-color: #33C3F0; border-color: #33C3F0; } .button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #FFF; background-color: #1EAEDB; border-color: #1EAEDB; } /* Forms –––––––––––––––––––––––––––––––––––––––––––––––––– */ input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; } /* Removes awkward default styles on some inputs for iOS */ input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; } textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; } input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; } label, legend { display: block; margin-bottom: .5rem; font-weight: 600; } fieldset { padding: 0; border-width: 0; } input[type="checkbox"], input[type="radio"] { display: inline; } label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; } /* Lists –––––––––––––––––––––––––––––––––––––––––––––––––– */ ul { list-style: circle inside; } ol { list-style: decimal inside; } ol, ul { padding-left: 0; margin-top: 0; } ul ul, ul ol, ol ol, ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; } li { margin-bottom: 1rem; } /* Code –––––––––––––––––––––––––––––––––––––––––––––––––– */ code { padding: .2rem .5rem; margin: 0 .2rem; font-size: 90%; white-space: nowrap; background: #F1F1F1; border: 1px solid #E1E1E1; border-radius: 4px; } pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; } /* Tables –––––––––––––––––––––––––––––––––––––––––––––––––– */ th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #E1E1E1; } th:first-child, td:first-child { padding-left: 0; } th:last-child, td:last-child { padding-right: 0; } /* Spacing –––––––––––––––––––––––––––––––––––––––––––––––––– */ button, .button { margin-bottom: 1rem; } input, textarea, select, fieldset { margin-bottom: 1.5rem; } pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; } /* Utilities –––––––––––––––––––––––––––––––––––––––––––––––––– */ .u-full-width { width: 100%; box-sizing: border-box; } .u-max-full-width { max-width: 100%; box-sizing: border-box; } .u-pull-right { float: right; } .u-pull-left { float: left; } /* Misc –––––––––––––––––––––––––––––––––––––––––––––––––– */ hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; } /* Clearing –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* Self Clearing Goodness */ .container:after, .row:after, .u-cf { content: ""; display: table; clear: both; } /* Media Queries –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* Note: The best way to structure the use of media queries is to create the queries near the relevant code. For example, if you wanted to change the styles for buttons on small devices, paste the mobile query code up in the buttons section and style it there. */ /* Larger than mobile */ @media (min-width: 400px) {} /* Larger than phablet (also point when grid becomes active) */ @media (min-width: 550px) {} /* Larger than tablet */ @media (min-width: 750px) {} /* Larger than desktop */ @media (min-width: 1000px) {} /* Larger than Desktop HD */ @media (min-width: 1200px) {} @import url(https://fonts.googleapis.com/css2?family=Abel&display=swap);@charset "UTF-8"; p { font-size: 16px; font-size: 1.6rem; } html { font-size: 62.5%; background-color: #f9f8f6; } body { font-family: "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Verdana, "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", sans-serif; } @media (max-width: 549px) { body header #title { text-align: center; margin-bottom: 0; } body header #title a { text-decoration: none; color: #434343; font-size: 36px; } body header .pc_navi_li { display: none; } body header .sp_navi .sp_navi_li { text-align: center; margin-bottom: 0; } body header .sp_navi .sp_navi_li li { display: inline-block; margin: 5px; list-style: none; } body header .sp_navi .sp_navi_toggle { list-style: none; display: none; background-color: #f24e69; margin-bottom: 0; } body header .sp_navi .sp_navi_toggle li { margin: 0; padding: 0; border-bottom: 1px solid #ffffff; } body header .sp_navi .sp_navi_toggle li a { color: #ffffff; font-size: 14px; text-decoration: none; display: block; padding: 10px 8px; } } body header .pc_navi_li li { display: inline-block; margin: 5px; } body header .pc_navi_li li a { color: #524c3e; text-decoration: none; font-weight: 900; } body header .pc_navi_li li a:hover { color: #9d1a2d; } @media (min-width: 550px) { body header .sp_navi { display: none; } body header #title a { text-decoration: none; color: #434343; font-size: 36px; font-family: Unica; } } @media (min-width: 550px) { body #category-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 34px; } body #category-box:before, body #category-box:after { content: ""; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; height: 1px; display: block; background-color: #e2ddd4; } body #category-box:before { margin-right: 1rem; } body #category-box:after { margin-left: 1rem; } } @media (max-width: 549px) { body #category-box { margin-top: 20px; text-align: center; } body #category-box img { display: inline-block; } } @media (min-width: 550px) { body #items_box { margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #ffffff; } body #items_box #item_box { padding: 0%; padding-bottom: 10px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 33%; border: solid 1px #f9f8f6; } body #items_box #item_box #item_picture { padding-top: 13px; padding-left: 1%; } body #items_box #item_box #item_picture img { width: 98%; padding-left: 1%; padding-right: 1%; height: 205px; } body #items_box #item_box #item_title a { color: black; width: 98%; padding-left: 1%; padding-right: 1%; text-decoration: none; } body #items_box #item_box #item_price a { color: black; width: 98%; padding-left: 1%; padding-right: 1%; text-decoration: none; } } @media (max-width: 549px) { body #items_box { margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #ffffff; } body #items_box #item_box { padding: 0%; padding-bottom: 10px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 50%; border: solid 1px #f9f8f6; } body #items_box #item_box #item_picture { padding-top: 13px; padding-left: 1%; } body #items_box #item_box #item_picture img { width: 98%; padding-left: 1%; padding-right: 1%; height: 200px; } body #items_box #item_box #item_title a { color: black; width: 98%; padding-left: 1%; padding-right: 1%; text-decoration: none; } body #items_box #item_box #item_price a { color: black; width: 98%; padding-left: 1%; padding-right: 1%; text-decoration: none; } } @media (min-width: 550px) { body #shopping_guide-list-box { background-color: #ffffff; margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } body #shopping_guide-list-box #delivery-box { -webkit-box-sizing: border-box; box-sizing: border-box; width: 50%; border-right: solid 5px #f9f8f6; } body #shopping_guide-list-box #delivery-box h6 { margin-top: 10px; font-size: 16px; padding-left: 5%; color: #887f69; font-weight: 900; } body #shopping_guide-list-box #delivery-box img { max-width: 95%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 5%; } body #shopping_guide-list-box #delivery-box #how_to_deliver { color: #887f69; } body #shopping_guide-list-box #delivery-box p { padding-left: 5%; } body #shopping_guide-list-box #payment-box { width: 50%; } body #shopping_guide-list-box #payment-box h6 { padding-top: 10px; font-size: 16px; padding-left: 5%; color: #887f69; font-weight: 900; } body #shopping_guide-list-box #payment-box img { max-width: 95%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 5%; } body #shopping_guide-list-box #payment-box p { padding-left: 5%; } body #shopping_guide-list-box #payment-box #how_to_pay { color: #887f69; } } @media (max-width: 549px) { body #shopping_guide-list-box { background-color: #ffffff; margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } body #shopping_guide-list-box #delivery-box { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; border-bottom: solid 5px #f9f8f6; } body #shopping_guide-list-box #delivery-box h6 { padding-left: 6%; padding-top: 20px; color: #887f69; font-size: 16px; font-weight: 900; } body #shopping_guide-list-box #delivery-box img { padding-left: 6%; } body #shopping_guide-list-box #delivery-box p { padding-left: 6%; } body #shopping_guide-list-box #delivery-box #how_to_deliver { color: #887f69; } body #shopping_guide-list-box #payment-box { width: 100%; } body #shopping_guide-list-box #payment-box h6 { padding-left: 6%; padding-top: 20px; color: #887f69; font-size: 16px; font-weight: 900; } body #shopping_guide-list-box #payment-box img { padding-left: 6%; max-width: 94%; } body #shopping_guide-list-box #payment-box p { padding-left: 6%; } body #shopping_guide-list-box #payment-box #how_to_pay { color: #887f69; } } @media (min-width: 550px) { body #product-box { background-color: #ffffff; padding-right: 8%; padding-left: 8%; } body #product-box #product_name-box { border-bottom: solid 3px #e2ddd4; } body #product-box #product_name-box h6 { font-size: 19px; } body #product-box #product_picture-box { margin-top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: solid 3px #e2ddd4; padding-bottom: 0; padding-top: 10px; height: 417px; } body #product-box #product_picture-box #display_img { width: 70%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #product-box #product_picture-box #display_img img { height: 407px; width: 100%; } body #product-box #product_picture-box #list_img { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } body #product-box #product_picture-box #list_img li { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 6%; margin-bottom: 8px; width: 44%; } body #product-box #product_picture-box #list_img li img { width: 100%; cursor: pointer; height: 75px; background-color: #f9f9f9; } body #product-box #product_count_and_judge-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: solid 2px #e2ddd4; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box { width: 57%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box { height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_image-box { width: 35%; padding-top: 25px; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box { width: 65%; padding-top: 10px; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box p { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f24e69; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box p .price_count { color: black; } body #product-box #product_count_and_judge-box #product_judge-box { width: 43%; } body #product-box #product_count_and_judge-box #product_judge-box #add_to_cart_image-box { padding-top: 10px; padding-left: 10%; } body #product-box #product_count_and_judge-box #product_judge-box #add_to_cart_image-box img { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #product-box #product_explanation-box { padding-top: 30px; padding-bottom: 0; height: 40px; border-bottom: solid 2px #e2ddd4; } body #product-box #product_explanation-box h6 { font-size: 19px; color: #887f69; font-weight: 600; } body #product-box #product_detail_box { margin-top: 20px; padding-bottom: 80px; } body #product-box #product_detail_box p { font-size: 15px; } } @media (max-width: 549px) { body #product-box { background-color: #ffffff; padding-left: 3%; padding-right: 3%; } body #product-box #product_name-box { border-bottom: solid 1px #e2ddd4; } body #product-box h6 { font-size: 19px; } body #product-box #product_picture-box { margin-top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: solid 1px #e2ddd4; padding-bottom: 0px; padding-top: 10px; height: 638px; } body #product-box #product_picture-box #display_img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #product-box #product_picture-box #display_img img { height: 450px; width: 99%; } body #product-box #product_picture-box #list_img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } body #product-box #product_picture-box #list_img li { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 1%; width: 19%; margin-right: 1%; } body #product-box #product_picture-box #list_img li img { width: 100%; cursor: pointer; height: 84px; background-color: #f9f9f9; } body #product-box #product_count_and_judge-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; border-bottom: solid 1px #e2ddd4; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box { height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_image-box { width: 35%; padding-top: 25px; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box { width: 65%; padding-top: 10px; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box p { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f24e69; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box p .price_count { color: black; } body #product-box #product_count_and_judge-box #product_judge-box { width: 100%; } body #product-box #product_count_and_judge-box #product_judge-box #add_to_cart_image-box { padding-top: 10px; padding-left: 20%; width: 76%; } body #product-box #product_count_and_judge-box #product_judge-box #add_to_cart_image-box img { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #product-box #product_explanation-box { padding-top: 30px; padding-bottom: 0; height: 40px; border-bottom: solid 2px #e2ddd4; } body #product-box #product_explanation-box h6 { font-size: 19px; color: #887f69; font-weight: 600; } body #product-box #product_detail_box { margin-top: 20px; padding-bottom: 66px; } body #product-box #product_detail_box p { font-size: 15px; } } body .search_progress-box { margin: 1em 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body .search_progress-box ul { margin: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body .search_progress-box ul .back { width: 19%; } body .search_progress-box ul .next { width: 19%; } body .search_progress-box ul li { float: left; list-style: none outside none; margin-left: 2%; width: 10%; text-align: center; } body .search_progress-box ul li a { background: none repeat scroll 0 0 #b0b0b0; border-radius: 3px; color: #ffffff; display: block; padding-top: 10px; padding-bottom: 10px; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } body .search_progress-box ul li a:hover { background-color: #444444; color: #ffffff; opacity: 0.8; -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-transition-property: all; transition-property: all; -webkit-transition-timing-function: ease; transition-timing-function: ease; } body .search_progress-box ul li:first-child { margin-left: 0; } body .search_progress-box ul .active { background-color: #887f69; border-radius: 3px; color: #ffffff; cursor: not-allowed; padding-top: 10px; padding-bottom: 10px; width: 10%; } body .search_progress-box:after, body .search_progress-box ul:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } @media (max-width: 549px) { body #sp_cart_navi { margin-top: 0; padding: 0; margin-bottom: 10px; background-color: #ffffff; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #887f69; border-radius: 5px; } body #sp_cart_navi p { width: 94%; padding-left: 3%; padding-right: 3%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f24e69; } body #sp_cart_navi p .price_count { color: black; } body #sp_cart_navi #sp_cart_button-box { width: 94%; margin-right: 3%; margin-left: 3%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_cart_navi #sp_cart_button-box #sp_cart_button { width: 100%; text-align: center; padding-top: 3px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; text-decoration: none; background-color: #9d1a2d; color: #ffffff; height: 40px; font-size: 20px; border-radius: 5px; margin-bottom: 10px; } body #sp_cart_navi #sp_cart_button-box #sp_cart_button:hover { background-color: #f24e69; } body #my_cart_items_box { width: 100%; background-color: #ffffff; } body #my_cart_items_box #my_cart_title_price { padding-right: 0; border-bottom: 1px solid #b0b0b0; width: 100%; text-align: right; } body #my_cart_items_box #my_cart_item_box { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: 1px solid #f9f8f6; } body #my_cart_items_box #my_cart_item_box #item_picture { width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #item_picture a { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100px; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box { width: 50%; padding-left: 5%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #item_title { width: 100%; font-size: 1.3em; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #item_title a { color: black; text-decoration: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #information1 { color: #9d1a2d; width: 100%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form { display: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_price { width: 25%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_price p a { float: right; color: black; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form form { margin: 0; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form form button { width: 10%; padding: 0; background-color: #887f69; color: #ffffff; font-size: 18px; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form form input { width: 20%; } } @media (min-width: 550px) { body #sp_cart_navi { display: none; } body #my_cart_items_box { width: 100%; background-color: #ffffff; } body #my_cart_items_box #my_cart_title_price { padding-right: 0; border-bottom: 1px solid #b0b0b0; width: 100%; text-align: right; } body #my_cart_items_box #my_cart_item_box { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: 1px solid #f9f8f6; } body #my_cart_items_box #my_cart_item_box #item_picture { width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #item_picture a { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box { width: 50%; padding-left: 5%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #item_title { width: 80%; font-size: 1.3em; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #item_title a { color: black; text-decoration: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #information1 { color: #9d1a2d; width: 80%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form label { padding-top: 7px; display: inline; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form #item_number_select { display: inline; width: 35px; padding: 0; display: inline; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form #item_number_describe { padding: 0, 0, 0, 5; width: 50px; display: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form #item_number_button { width: 50px; padding: 0; background-color: #887f69; color: #ffffff; display: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_price { width: 25%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_price p a { float: right; color: black; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form { display: none; } } @media (min-width: 550px) { body #sp_my_order-box { display: none; } body #my_orders-box { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background-color: #ffffff; margin-top: 10px; } body #my_orders-box #pc_my_order-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; border: solid 1px #e2ddd4; border-radius: 5px; } body #my_orders-box #my_order_information-box { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 5px; padding-bottom: 5px; border-bottom: solid 1px #e2ddd4; background-color: #f6f2eb; } body #my_orders-box #my_order_information-box #my_order_day { padding-left: 2%; width: 20%; } body #my_orders-box #my_order_information-box #my_order_day p { color: #887f69; font-size: 12px; } body #my_orders-box #my_order_information-box #my_order_day #my_order_information { color: #887f69; font-size: 14px; } body #my_orders-box #my_order_information-box #my_order_total_money { width: 15%; } body #my_orders-box #my_order_information-box #my_order_total_money p { color: #887f69; font-size: 12px; } body #my_orders-box #my_order_information-box #my_order_total_money #my_order_information { color: #887f69; font-size: 14px; } body #my_orders-box #my_order_information-box #my_order_shipping { width: 50%; } body #my_orders-box #my_order_information-box #my_order_shipping p { color: #887f69; font-size: 12px; } body #my_orders-box #my_order_information-box #my_order_shipping #my_order_information { color: #887f69; font-size: 14px; } body #my_orders-box #my_order_information-box #my_order_detail_link { width: 11%; padding-right: 2%; } body #my_orders-box #my_order_information-box #my_order_detail_link a { text-decoration: none; } body #my_orders-box #my_order_items-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_orders-box #my_order_items-box #my_order_item-box { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: solid 1px #e2ddd4; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_picture { padding: 2% 0% 2% 2%; width: 25%; position: relative; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_picture a img { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100px; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_picture p { width: 20%; height: 20%; border-radius: 50%; border: solid 1px #e2ddd4; background-color: #f6f2eb; color: #887f69; font-weight: 800; text-align: center; line-height: 250%; position: absolute; margin: 0; top: 80%; right: 0%; padding: 0; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_information { width: 65%; padding: 2% 0% 0% 2%; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_information #buy_again_button { display: inline-block; border-style: solid; background-color: #9d1a2d; border-width: 1px; border-color: #9d1a2d; text-align: center; border-radius: 5px; width: 120px; height: 40px; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_information #buy_again_button a { text-decoration: none; color: #ffffff; font-size: 20px; padding-top: 5px; display: inline-block; text-align: left; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_information #buy_again_button:hover { background-color: #f24e69; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_price { width: 14%; padding: 2% 2% 0% 2%; } } @media (max-width: 549px) { body #pc_my_order-box { display: none; } body #my_orders-box { background-color: #ffffff; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_orders-box #sp_my_order_item-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; border: solid 1px #f9f8f6; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_picture { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_picture a img { width: 100%; height: 100px; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_picture p { width: 20%; height: 20%; border-radius: 50%; border: solid 1px #e2ddd4; background-color: #f6f2eb; color: #887f69; font-weight: 800; text-align: center; line-height: 200%; position: absolute; margin: 0; top: 80%; right: 0%; padding: 0; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_information { width: 60%; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_information h5 { padding-left: 5%; width: 95%; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_information p { padding-left: 5%; width: 95%; color: #887f69; font-size: 13px; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_detail_link { width: 10%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 5%; height: 95%; } } @media (min-width: 550px) { body #sp_my_orders_detail-box { display: none; } body #pc_my_orders_detail-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #f9f8f6; } body #pc_my_orders_detail-box #my_orders_detail_title { background-color: #ffffff; } body #pc_my_orders_detail-box #pc_my_order_detail_information { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #ffffff; border: 1px solid #887f69; border-radius: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_address { padding-top: 5px; padding-bottom: 5px; padding-left: 2%; width: 38%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_address #title { font-size: 14px; font-weight: 600; margin-bottom: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_address p { font-size: 14px; margin-bottom: 0px; padding: 0; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment { padding-top: 5px; padding-left: 2%; width: 28%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment #title { font-size: 14px; font-weight: 600; margin-bottom: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment p { font-size: 14px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment #paymentChangeSelect { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 2%; padding-right: 2%; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment #paymentChangeSubmit { color: #ffffff; background-color: #887f69; padding-left: 5px; padding-right: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment { padding-top: 5px; width: 36%; padding-left: 2%; padding-right: 2%; padding-bottom: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment #title { font-weight: 600; margin-bottom: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment p { font-size: 14px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment #price_number { float: right; font-weight: 600; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment #total_price { font-weight: 600; } } @media (max-width: 549px) { body #pc_my_orders_detail-box { display: none; } body #sp_my_orders_detail-box { background-color: #ffffff; } body #sp_my_orders_detail-box #my_orders_detail_title { padding-left: 2%; padding-top: 10px; padding-bottom: 0; margin: 0; } body #sp_my_orders_detail-box #my_orders_detail_title h3 { margin: 0; } body #sp_my_orders_detail-box #sp_my_order_abstract { margin-top: 5px; border: 1px solid #e2ddd4; border-radius: 10px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; } body #sp_my_orders_detail-box #sp_my_order_abstract #sp_my_order_abstract_sub_title { padding-top: 5px; padding-bottom: 5px; margin-left: 2%; width: 38%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_orders_detail-box #sp_my_order_abstract #sp_my_order_abstract_my_information { width: 60%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 5px; padding-bottom: 5px; } body #sp_my_orders_detail-box #sp_my_orders_detail_items_title { margin: 0px; } body #sp_my_orders_detail-box #sp_my_orders_detail_items_title h4 { padding-left: 2%; margin: 0; padding-top: 5px; padding-bottom: 5px; color: #887f69; background-color: #f9f8f6; } body #sp_my_orders_detail-box #sp_my_order-box { margin-top: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 1px solid #e2ddd4; border-left: 1px solid #e2ddd4; border-right: 1px solid #e2ddd4; border-radius: 10px; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box { border-bottom: 1px solid #e2ddd4; border-radius: 10px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box #sp_my_order_item_picture { padding-left: 2%; padding-top: 10px; width: 25%; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box #sp_my_order_item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box #sp_my_order_item_information { padding-left: 2%; padding-top: 10px; width: 50%; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box #sp_my_order_item_price_box { width: 15%; padding-right: 2%; padding-top: 10px; text-align: right; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box { border: 1px solid #e2ddd4; border-radius: 10px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay { padding-left: 2%; padding-right: 2%; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #e2ddd4; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay form { margin-bottom: 0; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay h5 { margin: 0; font-weight: 700; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay #paymentChangeSelect { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 10px; padding-right: 10px; height: 50px; font-size: 16px; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay #paymentChangeSubmit { color: #ffffff; background-color: #887f69; padding-left: 10px; padding-right: 10px; height: 50px; font-size: 16px; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_payment_address { padding-left: 2%; padding-right: 2%; padding-top: 10px; padding-bottom: 10px; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_payment_address h5 { margin: 0; font-weight: 700; } body #sp_my_orders_detail-box #sp_my_payment_address2 { padding-left: 2%; padding-right: 2%; padding-top: 10px; padding-bottom: 10px; border: solid 1px #e2ddd4; border-radius: 10px; } body #sp_my_orders_detail-box #sp_my_payment_address2 h5 { margin: 0; font-weight: 700; } body #sp_my_orders_detail-box #sp_my_orders_detail_receipt { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 2%; padding-right: 2%; padding-top: 10px; padding-bottom: 10px; border: solid 1px #e2ddd4; border-radius: 10px; } body #sp_my_orders_detail-box #sp_my_orders_detail_receipt #receipt_number { float: right; } body #sp_my_orders_detail-box #sp_my_orders_detail_receipt #receipt_number2 { color: #9d1a2d; font-weight: 600; float: right; } body #sp_my_orders_detail-box #sp_my_orders_detail_receipt h5 { margin: 0; } } @media (min-width: 550px) { body #sp_my_shipping-box { display: none; } body #my_shippings-box { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background-color: #ffffff; margin-top: 10px; } body #my_shippings-box #pc_my_shipping-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; border: solid 1px #e2ddd4; border-radius: 5px; } body #my_shippings-box #my_shipping_items-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: solid 1px #e2ddd4; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_item_picture { padding: 2% 0% 2% 2%; width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_item_picture a img { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100px; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_item_information { width: 50%; padding: 2% 0% 0% 2%; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_button-box { width: 29%; padding: 2% 2% 0% 2%; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_button-box #shipping_button { margin-top: 5px; display: inline-block; background-color: #887f69; border-width: 1px; text-align: center; width: 100%; float: right; position: relative; border-radius: 5px; min-width: 120px; width: 100%; height: 40px; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_button-box #shipping_button a { text-decoration: none; color: #ffffff; font-size: 16px; padding-top: 8px; display: inline-block; text-align: center; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_button-box #shipping_button:hover { background-color: #9d1a2d; } } @media (max-width: 549px) { body #pc_my_shipping-box { display: none; } body #sp_my_shipping-box { margin-top: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 1px solid #e2ddd4; border-left: 1px solid #e2ddd4; border-right: 1px solid #e2ddd4; border-radius: 10px; } body #sp_my_shipping-box #sp_my_shipping_item-box { border-bottom: 1px solid #e2ddd4; border-radius: 10px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_picture { padding-left: 2%; padding-top: 10px; width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100px; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_information { padding-left: 2%; padding-top: 10px; width: 60%; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_detail_link { padding-top: 20px; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_price_box { width: 15%; padding-right: 2%; padding-top: 10px; text-align: right; } } @media (min-width: 1119px) { body #sp_my_item_order-box { display: none; } body #pc_my_item_order-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_item_order-box #pc_my_item_order_title { padding-left: 2%; } body #pc_my_item_order-box #pc_my_item_name { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 2px solid #e2ddd4; border-bottom: 2px solid #e2ddd4; padding-top: 10px; padding-bottom: 10px; background-color: #ffffff; } body #pc_my_item_order-box #pc_my_item_name #pc_my_item_picture { padding-left: 2%; width: 25%; } body #pc_my_item_order-box #pc_my_item_name #pc_my_item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 200px; } body #pc_my_item_order-box #pc_my_item_name #pc_my_item_title { padding-left: 2%; padding-right: 2%; width: 75%; } body #pc_my_item_order-box #pc_my_item_order_table-box { margin-top: 20px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table { width: 96%; padding-left: 2%; padding-right: 2%; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table thead { background-color: #f6f2eb; color: #887f69; border: solid 1px #e2ddd4; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table thead th { text-align: center; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody { background-color: #ffffff; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody #pc_my_item_table_order_number { background-color: #f6f2eb; color: #887f69; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th { text-align: center; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th #pc_my_item_order_detail_button { width: 124px; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th #watch_my_customer_button { margin-top: 5px; display: block; background-color: #887f69; border-width: 1px; padding-right: 5px; text-align: center; width: 120px; padding-right: 2px; padding-left: 2px; margin-right: 5px; position: relative; border-radius: 5px; min-width: 120px; height: 40px; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th #watch_my_customer_button a { position: absolute; width: 120px; padding-right: 2px; padding-left: 2px; height: 100%; text-decoration: none; color: #ffffff; font-size: 16px; padding-top: 8px; display: block; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th #watch_my_customer_button:hover { background-color: #9d1a2d; } } @media (max-width: 1118px) { body #pc_my_item_order-box { display: none; } body #sp_my_item_order-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_item_order-box #sp_my_item_order_title { padding-left: 2%; } body #sp_my_item_order-box #sp_my_item_name { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 2px solid #e2ddd4; border-bottom: 2px solid #e2ddd4; padding-top: 10px; padding-bottom: 10px; background-color: #ffffff; } body #sp_my_item_order-box #sp_my_item_name #sp_my_item_picture { padding-left: 2%; width: 25%; min-width: 150px; } body #sp_my_item_order-box #sp_my_item_name #sp_my_item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 120px; } body #sp_my_item_order-box #sp_my_item_name #sp_my_item_title { padding-left: 2%; padding-right: 2%; width: 75%; } body #sp_my_item_order-box #sp_my_item_order_columns-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 20px; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column { padding-top: 10px; padding-bottom: 10px; width: 96%; padding-left: 2%; padding-right: 2%; background-color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; border: 2px solid #887f69; border-radius: 5px; margin-bottom: 10px; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-information { width: 70%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status { width: 30%; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status #sp_my_item_order_column_status-box { width: 100%; border-radius: 5px; height: 40px; text-align: center; padding-top: 5px; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status #sp_my_item_order_column_status-box p { font-size: 20px; color: #ffffff; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status #sp_my_item_order_column_payment { width: 100%; text-align: center; } } @media (max-width: 1118px) and (max-width: 705px) { body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status #sp_my_item_order_column_payment { font-size: 12px; } } @media (min-width: 550px) { body #searchform { display: block; height: 92px; position: relative; background-color: #ffffff; margin: 0; } body #searchform #search_name { top: 19px; left: 12px; position: absolute; } body #keywords { width: 90%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px; position: absolute; top: 42px; left: 12px; border: 1px solid #FFF; background-color: #eeeeee; } body #searchBtn { position: absolute; top: 47px; left: 85%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 16px; background-color: #eeeeee; } } @media (max-width: 549px) { body #searchform { margin: 0; padding-top: 20px; } body #searchform #search_name { display: none; } body #searchform #keywords { margin-left: 15px; margin-right: 15px; padding-right: 5%; width: 91%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px; background-color: #eeeeee; } body #searchform #searchBtn { left: 89%; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; margin-top: 8px; } } @media (min-width: 550px) { body #pagelink { background-color: #887f69; margin: 0; height: 45px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body #pagelink p { margin: 0; } body #pagelink p #pagelink-image { padding-top: 17px; padding-left: 7%; position: absolute; } body #pagelink p #nexticon-image { padding-top: 17px; padding-left: 95%; position: absolute; } } @media (max-width: 549px) { body #pagelink { margin: 0; background-color: #887f69; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body p { margin: 0; } body p #pagelink-image { margin-left: 15px; margin-top: 13px; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; } body p #nexticon-image { margin-top: 13px; margin-left: 97%; } } @media (min-width: 550px) { body #about { background-color: #887f69; margin: 0; height: 45px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; margin-top: 10px; } body p { margin: 0; } body p #about-image { padding-top: 17px; padding-left: 7%; position: absolute; } body #article { margin-top: 10px; background-color: #ffffff; padding: 0; } body #article #articleimage-box { margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body #article #moreButton-box { margin-top: 10px; } body #article #moreButton-box a { padding-left: 23%; padding-right: 23%; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; } body #article #moreButton-box img { width: 54%; -webkit-box-sizing: border-box; box-sizing: border-box; } } @media (max-width: 549px) { body #about { margin-top: 10px; background-color: #887f69; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body p { margin: 0; } body p #about-image { margin-left: 15px; margin-top: 15px; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; } body #article { margin-top: 10px; background-color: #ffffff; padding: 0; } body #article #article-box #articleimage-box { margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } body #article #article-box #articleimage-box #article-image { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 1%; display: -webkit-box; display: -ms-flexbox; display: flex; } body #article #article-box #articleimage-box p { padding-left: 3%; padding-right: 2%; width: 48%; } body #article #moreButton-box a { padding-left: 49%; } } @media (min-width: 550px) { body #shopinfo { background-color: #887f69; margin: 0; height: 45px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; margin-top: 10px; } body p { margin: 0; } body p #shop_info-image { padding-top: 17px; padding-left: 7%; position: absolute; } } @media (max-width: 549px) { body #shopinfo { margin-top: 10px; background-color: #887f69; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body p { margin: 0; } body p #shop_info-image { margin-left: 15px; margin-top: 15px; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; } } @media (max-width: 549px) { #pc_cart_navi { display: none; } } @media (min-width: 550px) { #pc_cart_navi { padding-left: 5%; padding-right: 5%; width: 90%; background-color: #ffffff; padding-bottom: 10px; border: 2px solid #887f69; border-radius: 5px; margin-bottom: 10px; } #pc_cart_navi p { color: #f24e69; } #pc_cart_navi p .price_count { color: black; } #pc_cart_navi #pc_cart_button-box { width: 94%; margin-right: 3%; margin-left: 3%; -webkit-box-sizing: border-box; box-sizing: border-box; } #pc_cart_navi #pc_cart_button-box #pc_cart_button { width: 100%; text-align: center; padding-top: 3px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; text-decoration: none; background-color: #9d1a2d; color: #ffffff; height: 40px; font-size: 20px; border-radius: 5px; margin-bottom: 10px; } #pc_cart_navi #pc_cart_button-box #pc_cart_button:hover { background-color: #f24e69; } } footer #footer_top { border-bottom: 3px solid #887f69; height: 25px; } @media (min-width: 550px) { footer #footer_top { text-align: right; } } @media (max-width: 549px) { footer #footer_top { text-align: center; } } footer #footer_list { text-align: center; margin-top: 10px; margin-bottom: 10px; height: 20px; } footer #footer_list li { display: inline-block; padding-right: 5px; color: #887f69; border-right: 1px solid #887f69; } footer p { color: #e2ddd4; text-align: center; } @media (max-width: 549px) { #footer_list { display: none; } } #credit-information { border: #9d1a2d solid 5px; background-color: #ffffff; text-align: center; margin-bottom: 15px; } #credit-information #credit_payment_button-box { text-align: center; margin-bottom: 5px; } #credit-information #credit_payment_button-box #credit_payment_button { border-radius: 5px; min-width: 120px; height: 40px; margin-top: 5px; display: block; margin-left: auto; margin-right: auto; background-color: #9d1a2d; border-width: 1px; padding-right: 5px; text-align: center; width: 120px; padding-right: 2px; padding-left: 2px; position: relative; } #credit-information #credit_payment_button-box #credit_payment_button a { position: absolute; width: 120px; padding-right: 2px; padding-left: 2px; height: 100%; text-decoration: none; color: #ffffff; padding-top: 8px; display: block; font-size: 18px; } #credit-information #credit_payment_button-box #credit_payment_button a:hover { background-color: #f24e69; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; border-radius: 5px; left: 0%; } #item_confirm_submit { background-color: #9d1a2d; color: #ffffff; margin-left: auto; margin-right: auto; display: block; } #item_confirm_table_left { width: 90px; } #payment_confirm_shipping_table { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 10px; background-color: #ffffff; } #payment_confirm_shipping_table #payment_confirm_shipping_table-title { width: 150px; padding-right: 0; } #payment_confirm_shipping_table #payment_confirm_shipping_table-write { text-align: center; } #payment_confirm_how_to_pay { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; margin-bottom: 10px; } #payment_confirm_how_to_pay h4 { margin: 0; } #payment_confirm_how_to_pay p { background-color: #ffffff; }
public/css/all.css
–––––––––––––––––––––––––––––––––––––––––––––––––– - Grid - Base Styles - Typography - Links - Buttons - Forms - Lists - Code - Tables - Spacing - Utilities - Clearing - Media Queries */ /* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */ .container { position: relative; width: 100%; max-width: 960px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } .column, .columns { width: 100%; float: left; box-sizing: border-box; } /* For devices larger than 400px */ @media (min-width: 400px) { .container { width: 85%; padding: 0; } } /* For devices larger than 550px */ @media (min-width: 550px) { .container { width: 80%; } .column, .columns { margin-left: 4%; } .column:first-child, .columns:first-child { margin-left: 0; } .one.column, .one.columns { width: 4.66666666667%; } .two.columns { width: 13.3333333333%; } .three.columns { width: 22%; } .four.columns { width: 30.6666666667%; } .five.columns { width: 39.3333333333%; } .six.columns { width: 48%; } .seven.columns { width: 56.6666666667%; } .eight.columns { width: 65.3333333333%; } .nine.columns { width: 74.0%; } .ten.columns { width: 82.6666666667%; } .eleven.columns { width: 91.3333333333%; } .twelve.columns { width: 100%; margin-left: 0; } .one-third.column { width: 30.6666666667%; } .two-thirds.column { width: 65.3333333333%; } .one-half.column { width: 48%; } /* Offsets */ .offset-by-one.column, .offset-by-one.columns { margin-left: 8.66666666667%; } .offset-by-two.column, .offset-by-two.columns { margin-left: 17.3333333333%; } .offset-by-three.column, .offset-by-three.columns { margin-left: 26%; } .offset-by-four.column, .offset-by-four.columns { margin-left: 34.6666666667%; } .offset-by-five.column, .offset-by-five.columns { margin-left: 43.3333333333%; } .offset-by-six.column, .offset-by-six.columns { margin-left: 52%; } .offset-by-seven.column, .offset-by-seven.columns { margin-left: 60.6666666667%; } .offset-by-eight.column, .offset-by-eight.columns { margin-left: 69.3333333333%; } .offset-by-nine.column, .offset-by-nine.columns { margin-left: 78.0%; } .offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.6666666667%; } .offset-by-eleven.column, .offset-by-eleven.columns { margin-left: 95.3333333333%; } .offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 34.6666666667%; } .offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 69.3333333333%; } .offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 52%; } } /* Base Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* NOTE html is set to 62.5% so that all the REM measurements throughout Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */ html { font-size: 62.5%; } body { font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; font-weight: 400; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #222; } /* Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */ h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 2rem; font-weight: 300; } h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;} h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; } h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; } h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; } h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; } h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } /* Larger than phablet */ @media (min-width: 550px) { h1 { font-size: 5.0rem; } h2 { font-size: 4.2rem; } h3 { font-size: 3.6rem; } h4 { font-size: 3.0rem; } h5 { font-size: 2.4rem; } h6 { font-size: 1.5rem; } } p { margin-top: 0; } /* Links –––––––––––––––––––––––––––––––––––––––––––––––––– */ a { color: #1EAEDB; } a:hover { color: #0FA0CE; } /* Buttons –––––––––––––––––––––––––––––––––––––––––––––––––– */ .button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; height: 38px; padding: 0 30px; color: #555; text-align: center; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; } .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { color: #333; border-color: #888; outline: 0; } .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #FFF; background-color: #33C3F0; border-color: #33C3F0; } .button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #FFF; background-color: #1EAEDB; border-color: #1EAEDB; } /* Forms –––––––––––––––––––––––––––––––––––––––––––––––––– */ input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; } /* Removes awkward default styles on some inputs for iOS */ input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; } textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; } input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; } label, legend { display: block; margin-bottom: .5rem; font-weight: 600; } fieldset { padding: 0; border-width: 0; } input[type="checkbox"], input[type="radio"] { display: inline; } label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; } /* Lists –––––––––––––––––––––––––––––––––––––––––––––––––– */ ul { list-style: circle inside; } ol { list-style: decimal inside; } ol, ul { padding-left: 0; margin-top: 0; } ul ul, ul ol, ol ol, ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; } li { margin-bottom: 1rem; } /* Code –––––––––––––––––––––––––––––––––––––––––––––––––– */ code { padding: .2rem .5rem; margin: 0 .2rem; font-size: 90%; white-space: nowrap; background: #F1F1F1; border: 1px solid #E1E1E1; border-radius: 4px; } pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; } /* Tables –––––––––––––––––––––––––––––––––––––––––––––––––– */ th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #E1E1E1; } th:first-child, td:first-child { padding-left: 0; } th:last-child, td:last-child { padding-right: 0; } /* Spacing –––––––––––––––––––––––––––––––––––––––––––––––––– */ button, .button { margin-bottom: 1rem; } input, textarea, select, fieldset { margin-bottom: 1.5rem; } pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; } /* Utilities –––––––––––––––––––––––––––––––––––––––––––––––––– */ .u-full-width { width: 100%; box-sizing: border-box; } .u-max-full-width { max-width: 100%; box-sizing: border-box; } .u-pull-right { float: right; } .u-pull-left { float: left; } /* Misc –––––––––––––––––––––––––––––––––––––––––––––––––– */ hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; } /* Clearing –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* Self Clearing Goodness */ .container:after, .row:after, .u-cf { content: ""; display: table; clear: both; } /* Media Queries –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* Note: The best way to structure the use of media queries is to create the queries near the relevant code. For example, if you wanted to change the styles for buttons on small devices, paste the mobile query code up in the buttons section and style it there. */ /* Larger than mobile */ @media (min-width: 400px) {} /* Larger than phablet (also point when grid becomes active) */ @media (min-width: 550px) {} /* Larger than tablet */ @media (min-width: 750px) {} /* Larger than desktop */ @media (min-width: 1000px) {} /* Larger than Desktop HD */ @media (min-width: 1200px) {} @import url(https://fonts.googleapis.com/css2?family=Abel&display=swap);@charset "UTF-8"; p { font-size: 16px; font-size: 1.6rem; } html { font-size: 62.5%; background-color: #f9f8f6; } body { font-family: "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Verdana, "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", sans-serif; } @media (max-width: 549px) { body header #title { text-align: center; margin-bottom: 0; } body header #title a { text-decoration: none; color: #434343; font-size: 36px; } body header .pc_navi_li { display: none; } body header .sp_navi .sp_navi_li { text-align: center; margin-bottom: 0; } body header .sp_navi .sp_navi_li li { display: inline-block; margin: 5px; list-style: none; } body header .sp_navi .sp_navi_toggle { list-style: none; display: none; background-color: #f24e69; margin-bottom: 0; } body header .sp_navi .sp_navi_toggle li { margin: 0; padding: 0; border-bottom: 1px solid #ffffff; } body header .sp_navi .sp_navi_toggle li a { color: #ffffff; font-size: 14px; text-decoration: none; display: block; padding: 10px 8px; } } body header .pc_navi_li li { display: inline-block; margin: 5px; } body header .pc_navi_li li a { color: #524c3e; text-decoration: none; font-weight: 900; } body header .pc_navi_li li a:hover { color: #9d1a2d; } @media (min-width: 550px) { body header .sp_navi { display: none; } body header #title a { text-decoration: none; color: #434343; font-size: 36px; font-family: Unica; } } @media (min-width: 550px) { body #category-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 34px; } body #category-box:before, body #category-box:after { content: ""; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; height: 1px; display: block; background-color: #e2ddd4; } body #category-box:before { margin-right: 1rem; } body #category-box:after { margin-left: 1rem; } } @media (max-width: 549px) { body #category-box { margin-top: 20px; text-align: center; } body #category-box img { display: inline-block; } } @media (min-width: 550px) { body #items_box { margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #ffffff; } body #items_box #item_box { padding: 0%; padding-bottom: 10px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 33%; border: solid 1px #f9f8f6; } body #items_box #item_box #item_picture { padding-top: 13px; padding-left: 1%; } body #items_box #item_box #item_picture img { width: 98%; padding-left: 1%; padding-right: 1%; height: 205px; } body #items_box #item_box #item_title a { color: black; width: 98%; padding-left: 1%; padding-right: 1%; text-decoration: none; } body #items_box #item_box #item_price a { color: black; width: 98%; padding-left: 1%; padding-right: 1%; text-decoration: none; } } @media (max-width: 549px) { body #items_box { margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #ffffff; } body #items_box #item_box { padding: 0%; padding-bottom: 10px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 50%; border: solid 1px #f9f8f6; } body #items_box #item_box #item_picture { padding-top: 13px; padding-left: 1%; } body #items_box #item_box #item_picture img { width: 98%; padding-left: 1%; padding-right: 1%; height: 200px; } body #items_box #item_box #item_title a { color: black; width: 98%; padding-left: 1%; padding-right: 1%; text-decoration: none; } body #items_box #item_box #item_price a { color: black; width: 98%; padding-left: 1%; padding-right: 1%; text-decoration: none; } } @media (min-width: 550px) { body #shopping_guide-list-box { background-color: #ffffff; margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } body #shopping_guide-list-box #delivery-box { -webkit-box-sizing: border-box; box-sizing: border-box; width: 50%; border-right: solid 5px #f9f8f6; } body #shopping_guide-list-box #delivery-box h6 { margin-top: 10px; font-size: 16px; padding-left: 5%; color: #887f69; font-weight: 900; } body #shopping_guide-list-box #delivery-box img { max-width: 95%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 5%; } body #shopping_guide-list-box #delivery-box #how_to_deliver { color: #887f69; } body #shopping_guide-list-box #delivery-box p { padding-left: 5%; } body #shopping_guide-list-box #payment-box { width: 50%; } body #shopping_guide-list-box #payment-box h6 { padding-top: 10px; font-size: 16px; padding-left: 5%; color: #887f69; font-weight: 900; } body #shopping_guide-list-box #payment-box img { max-width: 95%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 5%; } body #shopping_guide-list-box #payment-box p { padding-left: 5%; } body #shopping_guide-list-box #payment-box #how_to_pay { color: #887f69; } } @media (max-width: 549px) { body #shopping_guide-list-box { background-color: #ffffff; margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } body #shopping_guide-list-box #delivery-box { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; border-bottom: solid 5px #f9f8f6; } body #shopping_guide-list-box #delivery-box h6 { padding-left: 6%; padding-top: 20px; color: #887f69; font-size: 16px; font-weight: 900; } body #shopping_guide-list-box #delivery-box img { padding-left: 6%; } body #shopping_guide-list-box #delivery-box p { padding-left: 6%; } body #shopping_guide-list-box #delivery-box #how_to_deliver { color: #887f69; } body #shopping_guide-list-box #payment-box { width: 100%; } body #shopping_guide-list-box #payment-box h6 { padding-left: 6%; padding-top: 20px; color: #887f69; font-size: 16px; font-weight: 900; } body #shopping_guide-list-box #payment-box img { padding-left: 6%; max-width: 94%; } body #shopping_guide-list-box #payment-box p { padding-left: 6%; } body #shopping_guide-list-box #payment-box #how_to_pay { color: #887f69; } } @media (min-width: 550px) { body #product-box { background-color: #ffffff; padding-right: 8%; padding-left: 8%; } body #product-box #product_name-box { border-bottom: solid 3px #e2ddd4; } body #product-box #product_name-box h6 { font-size: 19px; } body #product-box #product_picture-box { margin-top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: solid 3px #e2ddd4; padding-bottom: 0; padding-top: 10px; height: 417px; } body #product-box #product_picture-box #display_img { width: 70%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #product-box #product_picture-box #display_img img { height: 407px; width: 100%; } body #product-box #product_picture-box #list_img { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } body #product-box #product_picture-box #list_img li { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 6%; margin-bottom: 8px; width: 44%; } body #product-box #product_picture-box #list_img li img { width: 100%; cursor: pointer; height: 75px; background-color: #f9f9f9; } body #product-box #product_count_and_judge-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: solid 2px #e2ddd4; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box { width: 57%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box { height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_image-box { width: 35%; padding-top: 25px; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box { width: 65%; padding-top: 10px; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box p { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f24e69; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box p .price_count { color: black; } body #product-box #product_count_and_judge-box #product_judge-box { width: 43%; } body #product-box #product_count_and_judge-box #product_judge-box #add_to_cart_image-box { padding-top: 10px; padding-left: 10%; } body #product-box #product_count_and_judge-box #product_judge-box #add_to_cart_image-box img { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #product-box #product_explanation-box { padding-top: 30px; padding-bottom: 0; height: 40px; border-bottom: solid 2px #e2ddd4; } body #product-box #product_explanation-box h6 { font-size: 19px; color: #887f69; font-weight: 600; } body #product-box #product_detail_box { margin-top: 20px; padding-bottom: 80px; } body #product-box #product_detail_box p { font-size: 15px; } } @media (max-width: 549px) { body #product-box { background-color: #ffffff; padding-left: 3%; padding-right: 3%; } body #product-box #product_name-box { border-bottom: solid 1px #e2ddd4; } body #product-box h6 { font-size: 19px; } body #product-box #product_picture-box { margin-top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: solid 1px #e2ddd4; padding-bottom: 0px; padding-top: 10px; height: 638px; } body #product-box #product_picture-box #display_img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #product-box #product_picture-box #display_img img { height: 450px; width: 99%; } body #product-box #product_picture-box #list_img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } body #product-box #product_picture-box #list_img li { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 1%; width: 19%; margin-right: 1%; } body #product-box #product_picture-box #list_img li img { width: 100%; cursor: pointer; height: 84px; background-color: #f9f9f9; } body #product-box #product_count_and_judge-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; border-bottom: solid 1px #e2ddd4; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box { height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_image-box { width: 35%; padding-top: 25px; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box { width: 65%; padding-top: 10px; margin: 0; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box p { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f24e69; } body #product-box #product_count_and_judge-box #product_count-box #product_price-box #product_price_number-box p .price_count { color: black; } body #product-box #product_count_and_judge-box #product_judge-box { width: 100%; } body #product-box #product_count_and_judge-box #product_judge-box #add_to_cart_image-box { padding-top: 10px; padding-left: 20%; width: 76%; } body #product-box #product_count_and_judge-box #product_judge-box #add_to_cart_image-box img { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #product-box #product_explanation-box { padding-top: 30px; padding-bottom: 0; height: 40px; border-bottom: solid 2px #e2ddd4; } body #product-box #product_explanation-box h6 { font-size: 19px; color: #887f69; font-weight: 600; } body #product-box #product_detail_box { margin-top: 20px; padding-bottom: 66px; } body #product-box #product_detail_box p { font-size: 15px; } } body .search_progress-box { margin: 1em 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body .search_progress-box ul { margin: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body .search_progress-box ul .back { width: 19%; } body .search_progress-box ul .next { width: 19%; } body .search_progress-box ul li { float: left; list-style: none outside none; margin-left: 2%; width: 10%; text-align: center; } body .search_progress-box ul li a { background: none repeat scroll 0 0 #b0b0b0; border-radius: 3px; color: #ffffff; display: block; padding-top: 10px; padding-bottom: 10px; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } body .search_progress-box ul li a:hover { background-color: #444444; color: #ffffff; opacity: 0.8; -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-transition-property: all; transition-property: all; -webkit-transition-timing-function: ease; transition-timing-function: ease; } body .search_progress-box ul li:first-child { margin-left: 0; } body .search_progress-box ul .active { background-color: #887f69; border-radius: 3px; color: #ffffff; cursor: not-allowed; padding-top: 10px; padding-bottom: 10px; width: 10%; } body .search_progress-box:after, body .search_progress-box ul:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } @media (max-width: 549px) { body #sp_cart_navi { margin-top: 0; padding: 0; margin-bottom: 10px; background-color: #ffffff; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #887f69; border-radius: 5px; } body #sp_cart_navi p { width: 94%; padding-left: 3%; padding-right: 3%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f24e69; } body #sp_cart_navi p .price_count { color: black; } body #sp_cart_navi #sp_cart_button-box { width: 94%; margin-right: 3%; margin-left: 3%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_cart_navi #sp_cart_button-box #sp_cart_button { width: 100%; text-align: center; padding-top: 3px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; text-decoration: none; background-color: #9d1a2d; color: #ffffff; height: 40px; font-size: 20px; border-radius: 5px; margin-bottom: 10px; } body #sp_cart_navi #sp_cart_button-box #sp_cart_button:hover { background-color: #f24e69; } body #my_cart_items_box { width: 100%; background-color: #ffffff; } body #my_cart_items_box #my_cart_title_price { padding-right: 0; border-bottom: 1px solid #b0b0b0; width: 100%; text-align: right; } body #my_cart_items_box #my_cart_item_box { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: 1px solid #f9f8f6; } body #my_cart_items_box #my_cart_item_box #item_picture { width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #item_picture a { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100px; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box { width: 50%; padding-left: 5%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #item_title { width: 100%; font-size: 1.3em; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #item_title a { color: black; text-decoration: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #information1 { color: #9d1a2d; width: 100%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form { display: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_price { width: 25%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_price p a { float: right; color: black; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form form { margin: 0; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form form button { width: 10%; padding: 0; background-color: #887f69; color: #ffffff; font-size: 18px; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form form input { width: 20%; } } @media (min-width: 550px) { body #sp_cart_navi { display: none; } body #my_cart_items_box { width: 100%; background-color: #ffffff; } body #my_cart_items_box #my_cart_title_price { padding-right: 0; border-bottom: 1px solid #b0b0b0; width: 100%; text-align: right; } body #my_cart_items_box #my_cart_item_box { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: 1px solid #f9f8f6; } body #my_cart_items_box #my_cart_item_box #item_picture { width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #item_picture a { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box { width: 50%; padding-left: 5%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #item_title { width: 80%; font-size: 1.3em; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #item_title a { color: black; text-decoration: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box #information1 { color: #9d1a2d; width: 80%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form label { padding-top: 7px; display: inline; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form #item_number_select { display: inline; width: 35px; padding: 0; display: inline; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form #item_number_describe { padding: 0, 0, 0, 5; width: 50px; display: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_box form #item_number_button { width: 50px; padding: 0; background-color: #887f69; color: #ffffff; display: none; } body #my_cart_items_box #my_cart_item_box #my_cart_item_price { width: 25%; } body #my_cart_items_box #my_cart_item_box #my_cart_item_price p a { float: right; color: black; } body #my_cart_items_box #my_cart_item_box #sp_item_number_form { display: none; } } @media (min-width: 550px) { body #sp_my_order-box { display: none; } body #my_orders-box { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background-color: #ffffff; margin-top: 10px; } body #my_orders-box #pc_my_order-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; border: solid 1px #e2ddd4; border-radius: 5px; } body #my_orders-box #my_order_information-box { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 5px; padding-bottom: 5px; border-bottom: solid 1px #e2ddd4; background-color: #f6f2eb; } body #my_orders-box #my_order_information-box #my_order_day { padding-left: 2%; width: 20%; } body #my_orders-box #my_order_information-box #my_order_day p { color: #887f69; font-size: 12px; } body #my_orders-box #my_order_information-box #my_order_day #my_order_information { color: #887f69; font-size: 14px; } body #my_orders-box #my_order_information-box #my_order_total_money { width: 15%; } body #my_orders-box #my_order_information-box #my_order_total_money p { color: #887f69; font-size: 12px; } body #my_orders-box #my_order_information-box #my_order_total_money #my_order_information { color: #887f69; font-size: 14px; } body #my_orders-box #my_order_information-box #my_order_shipping { width: 50%; } body #my_orders-box #my_order_information-box #my_order_shipping p { color: #887f69; font-size: 12px; } body #my_orders-box #my_order_information-box #my_order_shipping #my_order_information { color: #887f69; font-size: 14px; } body #my_orders-box #my_order_information-box #my_order_detail_link { width: 11%; padding-right: 2%; } body #my_orders-box #my_order_information-box #my_order_detail_link a { text-decoration: none; } body #my_orders-box #my_order_items-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_orders-box #my_order_items-box #my_order_item-box { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: solid 1px #e2ddd4; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_picture { padding: 2% 0% 2% 2%; width: 25%; position: relative; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_picture a img { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100px; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_picture p { width: 20%; height: 20%; border-radius: 50%; border: solid 1px #e2ddd4; background-color: #f6f2eb; color: #887f69; font-weight: 800; text-align: center; line-height: 250%; position: absolute; margin: 0; top: 80%; right: 0%; padding: 0; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_information { width: 65%; padding: 2% 0% 0% 2%; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_information #buy_again_button { display: inline-block; border-style: solid; background-color: #9d1a2d; border-width: 1px; border-color: #9d1a2d; text-align: center; border-radius: 5px; width: 120px; height: 40px; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_information #buy_again_button a { text-decoration: none; color: #ffffff; font-size: 20px; padding-top: 5px; display: inline-block; text-align: left; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_information #buy_again_button:hover { background-color: #f24e69; } body #my_orders-box #my_order_items-box #my_order_item-box #my_order_item_price { width: 14%; padding: 2% 2% 0% 2%; } } @media (max-width: 549px) { body #pc_my_order-box { display: none; } body #my_orders-box { background-color: #ffffff; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_orders-box #sp_my_order_item-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; border: solid 1px #f9f8f6; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_picture { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_picture a img { width: 100%; height: 100px; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_picture p { width: 20%; height: 20%; border-radius: 50%; border: solid 1px #e2ddd4; background-color: #f6f2eb; color: #887f69; font-weight: 800; text-align: center; line-height: 200%; position: absolute; margin: 0; top: 80%; right: 0%; padding: 0; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_information { width: 60%; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_information h5 { padding-left: 5%; width: 95%; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_information p { padding-left: 5%; width: 95%; color: #887f69; font-size: 13px; } body #my_orders-box #sp_my_order_item-box #sp_my_order_item_detail_link { width: 10%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 5%; height: 95%; } } @media (min-width: 550px) { body #sp_my_orders_detail-box { display: none; } body #pc_my_orders_detail-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #f9f8f6; } body #pc_my_orders_detail-box #my_orders_detail_title { background-color: #ffffff; } body #pc_my_orders_detail-box #pc_my_order_detail_information { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #ffffff; border: 1px solid #887f69; border-radius: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_address { padding-top: 5px; padding-bottom: 5px; padding-left: 2%; width: 38%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_address #title { font-size: 14px; font-weight: 600; margin-bottom: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_address p { font-size: 14px; margin-bottom: 0px; padding: 0; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment { padding-top: 5px; padding-left: 2%; width: 28%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment #title { font-size: 14px; font-weight: 600; margin-bottom: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment p { font-size: 14px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment #paymentChangeSelect { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 2%; padding-right: 2%; } body #pc_my_orders_detail-box #pc_my_order_detail_information #pc_my_payment #paymentChangeSubmit { color: #ffffff; background-color: #887f69; padding-left: 5px; padding-right: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment { padding-top: 5px; width: 36%; padding-left: 2%; padding-right: 2%; padding-bottom: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment #title { font-weight: 600; margin-bottom: 5px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment p { font-size: 14px; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment #price_number { float: right; font-weight: 600; } body #pc_my_orders_detail-box #pc_my_order_detail_information #payment #total_price { font-weight: 600; } } @media (max-width: 549px) { body #pc_my_orders_detail-box { display: none; } body #sp_my_orders_detail-box { background-color: #ffffff; } body #sp_my_orders_detail-box #my_orders_detail_title { padding-left: 2%; padding-top: 10px; padding-bottom: 0; margin: 0; } body #sp_my_orders_detail-box #my_orders_detail_title h3 { margin: 0; } body #sp_my_orders_detail-box #sp_my_order_abstract { margin-top: 5px; border: 1px solid #e2ddd4; border-radius: 10px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; } body #sp_my_orders_detail-box #sp_my_order_abstract #sp_my_order_abstract_sub_title { padding-top: 5px; padding-bottom: 5px; margin-left: 2%; width: 38%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_orders_detail-box #sp_my_order_abstract #sp_my_order_abstract_my_information { width: 60%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 5px; padding-bottom: 5px; } body #sp_my_orders_detail-box #sp_my_orders_detail_items_title { margin: 0px; } body #sp_my_orders_detail-box #sp_my_orders_detail_items_title h4 { padding-left: 2%; margin: 0; padding-top: 5px; padding-bottom: 5px; color: #887f69; background-color: #f9f8f6; } body #sp_my_orders_detail-box #sp_my_order-box { margin-top: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 1px solid #e2ddd4; border-left: 1px solid #e2ddd4; border-right: 1px solid #e2ddd4; border-radius: 10px; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box { border-bottom: 1px solid #e2ddd4; border-radius: 10px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box #sp_my_order_item_picture { padding-left: 2%; padding-top: 10px; width: 25%; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box #sp_my_order_item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box #sp_my_order_item_information { padding-left: 2%; padding-top: 10px; width: 50%; } body #sp_my_orders_detail-box #sp_my_order-box #sp_my_order_item-box #sp_my_order_item_price_box { width: 15%; padding-right: 2%; padding-top: 10px; text-align: right; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box { border: 1px solid #e2ddd4; border-radius: 10px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay { padding-left: 2%; padding-right: 2%; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #e2ddd4; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay form { margin-bottom: 0; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay h5 { margin: 0; font-weight: 700; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay #paymentChangeSelect { max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 10px; padding-right: 10px; height: 50px; font-size: 16px; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_how_to_pay #paymentChangeSubmit { color: #ffffff; background-color: #887f69; padding-left: 10px; padding-right: 10px; height: 50px; font-size: 16px; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_payment_address { padding-left: 2%; padding-right: 2%; padding-top: 10px; padding-bottom: 10px; } body #sp_my_orders_detail-box #sp_my_orders_detail_payment_information-box #sp_my_payment_address h5 { margin: 0; font-weight: 700; } body #sp_my_orders_detail-box #sp_my_payment_address2 { padding-left: 2%; padding-right: 2%; padding-top: 10px; padding-bottom: 10px; border: solid 1px #e2ddd4; border-radius: 10px; } body #sp_my_orders_detail-box #sp_my_payment_address2 h5 { margin: 0; font-weight: 700; } body #sp_my_orders_detail-box #sp_my_orders_detail_receipt { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 2%; padding-right: 2%; padding-top: 10px; padding-bottom: 10px; border: solid 1px #e2ddd4; border-radius: 10px; } body #sp_my_orders_detail-box #sp_my_orders_detail_receipt #receipt_number { float: right; } body #sp_my_orders_detail-box #sp_my_orders_detail_receipt #receipt_number2 { color: #9d1a2d; font-weight: 600; float: right; } body #sp_my_orders_detail-box #sp_my_orders_detail_receipt h5 { margin: 0; } } @media (min-width: 550px) { body #sp_my_shipping-box { display: none; } body #my_shippings-box { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background-color: #ffffff; margin-top: 10px; } body #my_shippings-box #pc_my_shipping-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; border: solid 1px #e2ddd4; border-radius: 5px; } body #my_shippings-box #my_shipping_items-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: solid 1px #e2ddd4; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_item_picture { padding: 2% 0% 2% 2%; width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_item_picture a img { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100px; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_item_information { width: 50%; padding: 2% 0% 0% 2%; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_button-box { width: 29%; padding: 2% 2% 0% 2%; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_button-box #shipping_button { margin-top: 5px; display: inline-block; background-color: #887f69; border-width: 1px; text-align: center; width: 100%; float: right; position: relative; border-radius: 5px; min-width: 120px; width: 100%; height: 40px; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_button-box #shipping_button a { text-decoration: none; color: #ffffff; font-size: 16px; padding-top: 8px; display: inline-block; text-align: center; } body #my_shippings-box #my_shipping_items-box #my_shipping_item-box #my_shipping_button-box #shipping_button:hover { background-color: #9d1a2d; } } @media (max-width: 549px) { body #pc_my_shipping-box { display: none; } body #sp_my_shipping-box { margin-top: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 1px solid #e2ddd4; border-left: 1px solid #e2ddd4; border-right: 1px solid #e2ddd4; border-radius: 10px; } body #sp_my_shipping-box #sp_my_shipping_item-box { border-bottom: 1px solid #e2ddd4; border-radius: 10px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_picture { padding-left: 2%; padding-top: 10px; width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100px; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_information { padding-left: 2%; padding-top: 10px; width: 60%; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_detail_link { padding-top: 20px; } body #sp_my_shipping-box #sp_my_shipping_item-box #sp_my_shipping_item_price_box { width: 15%; padding-right: 2%; padding-top: 10px; text-align: right; } } @media (min-width: 1119px) { body #sp_my_item_order-box { display: none; } body #pc_my_item_order-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_item_order-box #pc_my_item_order_title { padding-left: 2%; } body #pc_my_item_order-box #pc_my_item_name { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 2px solid #e2ddd4; border-bottom: 2px solid #e2ddd4; padding-top: 10px; padding-bottom: 10px; background-color: #ffffff; } body #pc_my_item_order-box #pc_my_item_name #pc_my_item_picture { padding-left: 2%; width: 25%; } body #pc_my_item_order-box #pc_my_item_name #pc_my_item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 200px; } body #pc_my_item_order-box #pc_my_item_name #pc_my_item_title { padding-left: 2%; padding-right: 2%; width: 75%; } body #pc_my_item_order-box #pc_my_item_order_table-box { margin-top: 20px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table { width: 96%; padding-left: 2%; padding-right: 2%; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table thead { background-color: #f6f2eb; color: #887f69; border: solid 1px #e2ddd4; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table thead th { text-align: center; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody { background-color: #ffffff; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody #pc_my_item_table_order_number { background-color: #f6f2eb; color: #887f69; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th { text-align: center; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th #pc_my_item_order_detail_button { width: 124px; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th #watch_my_customer_button { margin-top: 5px; display: block; background-color: #887f69; border-width: 1px; padding-right: 5px; text-align: center; width: 120px; padding-right: 2px; padding-left: 2px; margin-right: 5px; position: relative; border-radius: 5px; min-width: 120px; height: 40px; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th #watch_my_customer_button a { position: absolute; width: 120px; padding-right: 2px; padding-left: 2px; height: 100%; text-decoration: none; color: #ffffff; font-size: 16px; padding-top: 8px; display: block; } body #pc_my_item_order-box #pc_my_item_order_table-box #pc_my_item_order_table table tbody th #watch_my_customer_button:hover { background-color: #9d1a2d; } } @media (max-width: 1118px) { body #pc_my_item_order-box { display: none; } body #sp_my_item_order-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_item_order-box #sp_my_item_order_title { padding-left: 2%; } body #sp_my_item_order-box #sp_my_item_name { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 2px solid #e2ddd4; border-bottom: 2px solid #e2ddd4; padding-top: 10px; padding-bottom: 10px; background-color: #ffffff; } body #sp_my_item_order-box #sp_my_item_name #sp_my_item_picture { padding-left: 2%; width: 25%; min-width: 150px; } body #sp_my_item_order-box #sp_my_item_name #sp_my_item_picture a img { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 120px; } body #sp_my_item_order-box #sp_my_item_name #sp_my_item_title { padding-left: 2%; padding-right: 2%; width: 75%; } body #sp_my_item_order-box #sp_my_item_order_columns-box { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 20px; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column { padding-top: 10px; padding-bottom: 10px; width: 96%; padding-left: 2%; padding-right: 2%; background-color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; border: 2px solid #887f69; border-radius: 5px; margin-bottom: 10px; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-information { width: 70%; -webkit-box-sizing: border-box; box-sizing: border-box; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status { width: 30%; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status #sp_my_item_order_column_status-box { width: 100%; border-radius: 5px; height: 40px; text-align: center; padding-top: 5px; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status #sp_my_item_order_column_status-box p { font-size: 20px; color: #ffffff; } body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status #sp_my_item_order_column_payment { width: 100%; text-align: center; } } @media (max-width: 1118px) and (max-width: 705px) { body #sp_my_item_order-box #sp_my_item_order_columns-box #sp_my_item_order_column #sp_my_item_order_column-status #sp_my_item_order_column_payment { font-size: 12px; } } @media (min-width: 550px) { body #searchform { display: block; height: 92px; position: relative; background-color: #ffffff; margin: 0; } body #searchform #search_name { top: 19px; left: 12px; position: absolute; } body #keywords { width: 90%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px; position: absolute; top: 42px; left: 12px; border: 1px solid #FFF; background-color: #eeeeee; } body #searchBtn { position: absolute; top: 47px; left: 85%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 16px; background-color: #eeeeee; } } @media (max-width: 549px) { body #searchform { margin: 0; padding-top: 20px; } body #searchform #search_name { display: none; } body #searchform #keywords { margin-left: 15px; margin-right: 15px; padding-right: 5%; width: 91%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px; background-color: #eeeeee; } body #searchform #searchBtn { left: 89%; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; margin-top: 8px; } } @media (min-width: 550px) { body #pagelink { background-color: #887f69; margin: 0; height: 45px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body #pagelink p { margin: 0; } body #pagelink p #pagelink-image { padding-top: 17px; padding-left: 7%; position: absolute; } body #pagelink p #nexticon-image { padding-top: 17px; padding-left: 95%; position: absolute; } } @media (max-width: 549px) { body #pagelink { margin: 0; background-color: #887f69; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body p { margin: 0; } body p #pagelink-image { margin-left: 15px; margin-top: 13px; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; } body p #nexticon-image { margin-top: 13px; margin-left: 97%; } } @media (min-width: 550px) { body #about { background-color: #887f69; margin: 0; height: 45px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; margin-top: 10px; } body p { margin: 0; } body p #about-image { padding-top: 17px; padding-left: 7%; position: absolute; } body #article { margin-top: 10px; background-color: #ffffff; padding: 0; } body #article #articleimage-box { margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body #article #moreButton-box { margin-top: 10px; } body #article #moreButton-box a { padding-left: 23%; padding-right: 23%; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; } body #article #moreButton-box img { width: 54%; -webkit-box-sizing: border-box; box-sizing: border-box; } } @media (max-width: 549px) { body #about { margin-top: 10px; background-color: #887f69; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body p { margin: 0; } body p #about-image { margin-left: 15px; margin-top: 15px; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; } body #article { margin-top: 10px; background-color: #ffffff; padding: 0; } body #article #article-box #articleimage-box { margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } body #article #article-box #articleimage-box #article-image { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 1%; display: -webkit-box; display: -ms-flexbox; display: flex; } body #article #article-box #articleimage-box p { padding-left: 3%; padding-right: 2%; width: 48%; } body #article #moreButton-box a { padding-left: 49%; } } @media (min-width: 550px) { body #shopinfo { background-color: #887f69; margin: 0; height: 45px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; margin-top: 10px; } body p { margin: 0; } body p #shop_info-image { padding-top: 17px; padding-left: 7%; position: absolute; } } @media (max-width: 549px) { body #shopinfo { margin-top: 10px; background-color: #887f69; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; } body p { margin: 0; } body p #shop_info-image { margin-left: 15px; margin-top: 15px; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; } } @media (max-width: 549px) { #pc_cart_navi { display: none; } } @media (min-width: 550px) { #pc_cart_navi { padding-left: 5%; padding-right: 5%; width: 90%; background-color: #ffffff; padding-bottom: 10px; border: 2px solid #887f69; border-radius: 5px; margin-bottom: 10px; } #pc_cart_navi p { color: #f24e69; } #pc_cart_navi p .price_count { color: black; } #pc_cart_navi #pc_cart_button-box { width: 94%; margin-right: 3%; margin-left: 3%; -webkit-box-sizing: border-box; box-sizing: border-box; } #pc_cart_navi #pc_cart_button-box #pc_cart_button { width: 100%; text-align: center; padding-top: 3px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; text-decoration: none; background-color: #9d1a2d; color: #ffffff; height: 40px; font-size: 20px; border-radius: 5px; margin-bottom: 10px; } #pc_cart_navi #pc_cart_button-box #pc_cart_button:hover { background-color: #f24e69; } } footer #footer_top { border-bottom: 3px solid #887f69; height: 25px; } @media (min-width: 550px) { footer #footer_top { text-align: right; } } @media (max-width: 549px) { footer #footer_top { text-align: center; } } footer #footer_list { text-align: center; margin-top: 10px; margin-bottom: 10px; height: 20px; } footer #footer_list li { display: inline-block; padding-right: 5px; color: #887f69; border-right: 1px solid #887f69; } footer p { color: #e2ddd4; text-align: center; } @media (max-width: 549px) { #footer_list { display: none; } } #credit-information { border: #9d1a2d solid 5px; background-color: #ffffff; text-align: center; margin-bottom: 15px; } #credit-information #credit_payment_button-box { text-align: center; margin-bottom: 5px; } #credit-information #credit_payment_button-box #credit_payment_button { border-radius: 5px; min-width: 120px; height: 40px; margin-top: 5px; display: block; margin-left: auto; margin-right: auto; background-color: #9d1a2d; border-width: 1px; padding-right: 5px; text-align: center; width: 120px; padding-right: 2px; padding-left: 2px; position: relative; } #credit-information #credit_payment_button-box #credit_payment_button a { position: absolute; width: 120px; padding-right: 2px; padding-left: 2px; height: 100%; text-decoration: none; color: #ffffff; padding-top: 8px; display: block; font-size: 18px; } #credit-information #credit_payment_button-box #credit_payment_button a:hover { background-color: #f24e69; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; border-radius: 5px; left: 0%; } #item_confirm_submit { background-color: #9d1a2d; color: #ffffff; margin-left: auto; margin-right: auto; display: block; } #item_confirm_table_left { width: 90px; } #payment_confirm_shipping_table { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 10px; background-color: #ffffff; } #payment_confirm_shipping_table #payment_confirm_shipping_table-title { width: 150px; padding-right: 0; } #payment_confirm_shipping_table #payment_confirm_shipping_table-write { text-align: center; } #payment_confirm_how_to_pay { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; margin-bottom: 10px; } #payment_confirm_how_to_pay h4 { margin: 0; } #payment_confirm_how_to_pay p { background-color: #ffffff; }
0.479504
0.167083
@charset "utf-8"; body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background: #416680; margin: 0; padding: 0; color: #000; } h1, h2, h3, h4, h5, h6, p { margin-top: 0px; /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */ padding-right: 15px; padding-left: 15px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ kann auch ein verschachteltes div-Tag mit seitlicher Auffüllung verwendet werden. */ } /* ~~ Element-/Tag-Selektoren ~~ */ ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */ padding: 0; margin: 0; } F1 { /* Farbe der Login Fehlermeldung. */ color: #F00; } a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */ border: none; } /* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */ a:link { color: #42413C; text-decoration: underline; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */ } a:visited { color: #6E6C64; text-decoration: underline; } a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */ text-decoration: none; } /* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */ .container { /* 2020-01-01 from 1200 .. to 1400 */ width: 1400px; background: #FFF; margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */ } /* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */ .header { background: #416680; padding: 20px; color: #FFFFFF; } /* ~~ Dies sind die Layoutinformationen. ~~ 1) Eine Auffüllung wird nur oben und/oder unten im div-Tag positioniert. Die Elemente innerhalb dieses div-Tags verfügen über eine seitliche Auffüllung. Dadurch müssen Sie keine Box-Modell-Berechnungen durchführen. Zu beachten: Wenn Sie dem div-Tag eine seitliche Auffüllung oder einen Rahmen hinzufügen, werden diese zu der festgelegten Breite addiert und ergeben die *gesamte* Breite. Sie können auch die Auffüllung für das Element im div-Tag entfernen und ein zweites div-Tag ohne Breite und mit der gewünschten Auffüllung im ersten div-Tag einfügen. */ .content { padding: 10px 0; color: #555555; background-color: #FFFFFF; } .menue { padding: 10px 0; background-color: #FFFFFF; } /* ~~ Fußzeile ~~ */ .footer { padding: 20px 0; background: #416680; } /* ~~ Verschiedene float/clear-Klassen ~~ */ .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */ float: right; margin-left: 8px; } .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */ float: left; margin-right: 8px; } .clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */ clear:both; height:0; font-size: 1px; line-height: 0px; } /* 2017-02-27 keusgen */ .button { display: block; width: 115px; height: 25px; background: #4E9CAF; padding: 10px; text-align: center; border-radius: 5px; color: white; font-weight: bold; } #tabsK { float:left; width:100%; background:#E7E5E2; font-size:93%; line-height:normal; border-bottom:1px solid #54545C; } #tabsK ul { margin:0; padding:10px 10px 0 50px; list-style:none; } #tabsK li { display:inline; margin:0; padding:0; } #tabsK a { float:left; background:url("tableftK.gif") no-repeat left top; margin:0; padding:0 0 0 4px; text-decoration:none; } #tabsK a span { float:left; display:block; background:url("tabrightK.gif") no-repeat right top; padding:5px 15px 4px 6px; color:#FFF; } /* Commented Backslash Hack hides rule from IE5-Mac \*/ #tabsK a span { float:none; } /* End IE5-Mac hack */ #tabsK a:hover span { color:#FFF; background-position:100% -42px; } #tabsK a:hover { background-position:0% -42px; } #tabsK a:hover span { background-position:100% -42px; } #tabsK #current a { background-position:0% -42px; } #tabsK #current a span { background-position:100% -42px; } table.form { border: 1px solid #000; vertical-align: top; } table.form th { border-bottom: 1px solid #000; } table.form td { vertical-align: top; } .normal { font-weight: normal; } .error { color: #CC0000; border: 1px solid #CC0000; } .error input { border-color: #CC0000; } .success { color: #0099CC; border: 1px solid #0099CC; }
html/style/dwtmultus.css
@charset "utf-8"; body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background: #416680; margin: 0; padding: 0; color: #000; } h1, h2, h3, h4, h5, h6, p { margin-top: 0px; /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */ padding-right: 15px; padding-left: 15px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ kann auch ein verschachteltes div-Tag mit seitlicher Auffüllung verwendet werden. */ } /* ~~ Element-/Tag-Selektoren ~~ */ ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */ padding: 0; margin: 0; } F1 { /* Farbe der Login Fehlermeldung. */ color: #F00; } a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */ border: none; } /* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */ a:link { color: #42413C; text-decoration: underline; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */ } a:visited { color: #6E6C64; text-decoration: underline; } a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */ text-decoration: none; } /* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */ .container { /* 2020-01-01 from 1200 .. to 1400 */ width: 1400px; background: #FFF; margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */ } /* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */ .header { background: #416680; padding: 20px; color: #FFFFFF; } /* ~~ Dies sind die Layoutinformationen. ~~ 1) Eine Auffüllung wird nur oben und/oder unten im div-Tag positioniert. Die Elemente innerhalb dieses div-Tags verfügen über eine seitliche Auffüllung. Dadurch müssen Sie keine Box-Modell-Berechnungen durchführen. Zu beachten: Wenn Sie dem div-Tag eine seitliche Auffüllung oder einen Rahmen hinzufügen, werden diese zu der festgelegten Breite addiert und ergeben die *gesamte* Breite. Sie können auch die Auffüllung für das Element im div-Tag entfernen und ein zweites div-Tag ohne Breite und mit der gewünschten Auffüllung im ersten div-Tag einfügen. */ .content { padding: 10px 0; color: #555555; background-color: #FFFFFF; } .menue { padding: 10px 0; background-color: #FFFFFF; } /* ~~ Fußzeile ~~ */ .footer { padding: 20px 0; background: #416680; } /* ~~ Verschiedene float/clear-Klassen ~~ */ .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */ float: right; margin-left: 8px; } .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */ float: left; margin-right: 8px; } .clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */ clear:both; height:0; font-size: 1px; line-height: 0px; } /* 2017-02-27 keusgen */ .button { display: block; width: 115px; height: 25px; background: #4E9CAF; padding: 10px; text-align: center; border-radius: 5px; color: white; font-weight: bold; } #tabsK { float:left; width:100%; background:#E7E5E2; font-size:93%; line-height:normal; border-bottom:1px solid #54545C; } #tabsK ul { margin:0; padding:10px 10px 0 50px; list-style:none; } #tabsK li { display:inline; margin:0; padding:0; } #tabsK a { float:left; background:url("tableftK.gif") no-repeat left top; margin:0; padding:0 0 0 4px; text-decoration:none; } #tabsK a span { float:left; display:block; background:url("tabrightK.gif") no-repeat right top; padding:5px 15px 4px 6px; color:#FFF; } /* Commented Backslash Hack hides rule from IE5-Mac \*/ #tabsK a span { float:none; } /* End IE5-Mac hack */ #tabsK a:hover span { color:#FFF; background-position:100% -42px; } #tabsK a:hover { background-position:0% -42px; } #tabsK a:hover span { background-position:100% -42px; } #tabsK #current a { background-position:0% -42px; } #tabsK #current a span { background-position:100% -42px; } table.form { border: 1px solid #000; vertical-align: top; } table.form th { border-bottom: 1px solid #000; } table.form td { vertical-align: top; } .normal { font-weight: normal; } .error { color: #CC0000; border: 1px solid #CC0000; } .error input { border-color: #CC0000; } .success { color: #0099CC; border: 1px solid #0099CC; }
0.234056
0.159479
.start-page-content .page-header, .custom-page-content .page-header.color-1 { background-color:rgba(0,0,0,0.5) } .pt-page .section-inner { background-color:inherit } .start-page-content .page-content { background:#fff } body>footer .copyrights, .site-title { color:#fff } .page-header { border-bottom:none } .service-pg i { max-width:100px; height:64px; margin:35px 0 } .block-title h3 { text-align:center; border-bottom:1px solid #000; border-bottom:1px solid rgba(0,0,0,0.45) } .site-main-menu li a,.site-main-menu li a:hover { color:#f5f5f5 } .site-title span { color:#000 } .header.mobile-menu-hide.sticked .site-title span { color:#e5dc13 } .start-page-content .social-links a { display:inline-block; width:inherit; height:inherit; border-radius:24px; background:none } .start-page-content .social-links a i { font-size:43px } .start-page-content .social-links a { line-height:65px; text-shadow:2px 2px 10px #0000007a; transition:.6s; color:#fbfbfb } .start-page-content .social-links a:hover { transition:.6s; color:#fc0 } .service-pg.bg-primary i { color:#04b09c } .service-pg.bg-primary .block-title h3 span { color:#fafafa } .resp-iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:0 } .resp-container { position:relative; overflow:hidden; padding-top:56.25% } .service-image { background-color:#04b09c; color:#fff } .row.service-pg.bg-primary .service-image { background-color:#fff; color:#04b09c } .dark { background-color:#000 } .start-page-content .page-header .title-block h1, .site-title a { color:#ffd100 } .service-pg .block-title h3 { font-size:30px; margin:10px 0 20px; padding-bottom:5px } .service-block h4 { font-size:22px; padding:20px 0 0 } .single-page-content .content-area { position:relative; background-color:rgba(255,255,255,0.7) } .start-page-content .social-links a i { font-size:41px; padding:0 5px } .start-page-content .social-links a { text-shadow:2px 2px 10px #0000007a; transition:.6s; color:#fbfbfb } .btn-secondary,.btn-secondary:hover,.btn-secondary:focus { background-color:#ffd100; color:#212121; box-shadow:0 1px 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.3) } .service-pg i { max-width:100px; height:61px; margin:30px 0 } .info-list li .title { display:inline-block; min-width:90px } .btn-group.share-buttons { display:none; } .ajax-page-nav>div.nav-item a { color:#f5f5f5; background-color:#04b09c } #appView .powrMark__logo-block, span.powrMark__text { display: none; } @media only screen and (max-width: 991px) { .header { width:100%; max-width:230px; height:calc(100% - 50px); right:0; top:50px; z-index:1001; overflow:auto; background-color:#04b09c; -webkit-box-shadow:-11px 12px 16px 9px rgba(0,0,0,0.2); -moz-box-shadow:-11px 12px 16px 9px rgba(0,0,0,0.2); box-shadow:-11px 12px 16px 9px rgba(0,0,0,0.2); -webkit-transition:all .44s ease-in-out; -moz-transition:all .44s ease-in-out; -o-transition:all .44s ease-in-out; -ms-transition:all .44s ease-in-out; transition:all .44s ease-in-out } } @media only screen and (min-width: 991px) { .header.sticked { background-color:#000 } } @media only screen and (max-width: 769px) { .start-page-content .page-header { padding:50px 20px; margin:0 } .blog-post-content { padding:15px; margin:30px 0 0 } } @media only screen and (max-width: 991px) { .mobile-header { position:fixed; display:inline-block; width:100%; max-width:100%; left:0; right:0; height:50px; background-color:#000 } }
css/my.css
.start-page-content .page-header, .custom-page-content .page-header.color-1 { background-color:rgba(0,0,0,0.5) } .pt-page .section-inner { background-color:inherit } .start-page-content .page-content { background:#fff } body>footer .copyrights, .site-title { color:#fff } .page-header { border-bottom:none } .service-pg i { max-width:100px; height:64px; margin:35px 0 } .block-title h3 { text-align:center; border-bottom:1px solid #000; border-bottom:1px solid rgba(0,0,0,0.45) } .site-main-menu li a,.site-main-menu li a:hover { color:#f5f5f5 } .site-title span { color:#000 } .header.mobile-menu-hide.sticked .site-title span { color:#e5dc13 } .start-page-content .social-links a { display:inline-block; width:inherit; height:inherit; border-radius:24px; background:none } .start-page-content .social-links a i { font-size:43px } .start-page-content .social-links a { line-height:65px; text-shadow:2px 2px 10px #0000007a; transition:.6s; color:#fbfbfb } .start-page-content .social-links a:hover { transition:.6s; color:#fc0 } .service-pg.bg-primary i { color:#04b09c } .service-pg.bg-primary .block-title h3 span { color:#fafafa } .resp-iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:0 } .resp-container { position:relative; overflow:hidden; padding-top:56.25% } .service-image { background-color:#04b09c; color:#fff } .row.service-pg.bg-primary .service-image { background-color:#fff; color:#04b09c } .dark { background-color:#000 } .start-page-content .page-header .title-block h1, .site-title a { color:#ffd100 } .service-pg .block-title h3 { font-size:30px; margin:10px 0 20px; padding-bottom:5px } .service-block h4 { font-size:22px; padding:20px 0 0 } .single-page-content .content-area { position:relative; background-color:rgba(255,255,255,0.7) } .start-page-content .social-links a i { font-size:41px; padding:0 5px } .start-page-content .social-links a { text-shadow:2px 2px 10px #0000007a; transition:.6s; color:#fbfbfb } .btn-secondary,.btn-secondary:hover,.btn-secondary:focus { background-color:#ffd100; color:#212121; box-shadow:0 1px 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.3) } .service-pg i { max-width:100px; height:61px; margin:30px 0 } .info-list li .title { display:inline-block; min-width:90px } .btn-group.share-buttons { display:none; } .ajax-page-nav>div.nav-item a { color:#f5f5f5; background-color:#04b09c } #appView .powrMark__logo-block, span.powrMark__text { display: none; } @media only screen and (max-width: 991px) { .header { width:100%; max-width:230px; height:calc(100% - 50px); right:0; top:50px; z-index:1001; overflow:auto; background-color:#04b09c; -webkit-box-shadow:-11px 12px 16px 9px rgba(0,0,0,0.2); -moz-box-shadow:-11px 12px 16px 9px rgba(0,0,0,0.2); box-shadow:-11px 12px 16px 9px rgba(0,0,0,0.2); -webkit-transition:all .44s ease-in-out; -moz-transition:all .44s ease-in-out; -o-transition:all .44s ease-in-out; -ms-transition:all .44s ease-in-out; transition:all .44s ease-in-out } } @media only screen and (min-width: 991px) { .header.sticked { background-color:#000 } } @media only screen and (max-width: 769px) { .start-page-content .page-header { padding:50px 20px; margin:0 } .blog-post-content { padding:15px; margin:30px 0 0 } } @media only screen and (max-width: 991px) { .mobile-header { position:fixed; display:inline-block; width:100%; max-width:100%; left:0; right:0; height:50px; background-color:#000 } }
0.357568
0.0704
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */ @import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700); @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800); article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; margin: 0; padding: 0; background-color: transparent; background-position: top left; background-repeat: no-repeat; } /* =Reset default browser CSS -------------------------------------------------------------- */ body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, iframe, img, ins, kbd, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, object, ol, ul, li, form, label, legend, span, table, caption, tbody, tfoot, thead, tr, th, td { background-color: transparent; background-position: top left; background-repeat: no-repeat; border: 0; margin: 0; padding: 0; vertical-align: baseline; } ol, ul { list-style-type: none; } table { border-collapse: collapse; border-spacing: 0; } em, address, big, strong, cite, code, tt, var { font-style: normal; } a { text-decoration: none; } /* Standard HTML Tag Definition -------------------------------------------------------------- */ body, form, input, select, textarea, fieldset, button { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 0px; } html { } body { font-family: 'Oxygen'; } body.sub-pages { background-color: #fff; } /* =Custom Classes -------------------------------------------------------------- */ .clear { clear: both; } .slider-wrapper{ width: 100%; position: relative; } .inner-slider-wrapper{ width: 100%; float: left; position: relative; } .inner-slider-wrapper .slide img{ max-width: 100%; float: left; } /* Header CSS */ header{ width: 100%; position: absolute; top: 0; } .header-container{ max-width: 1000px; margin: 0 auto; position: relative; } .header-container .logo{ width: auto; float: left; background: #336600; } .header-container .top-nav{ background: #224308; width: 200px; min-height: 124px; float: left; } .header-container .top-nav ul li{ width: 100%; padding: 5px 0px; margin: 2px 0px; float: left; } .header-container .top-nav ul li:first-child{ margin-top: 5px; } .header-container .top-nav ul li:hover{ background: #336600; } .header-container .top-nav ul li a{ width: 17px; height: 25px; color: #FFFFFF; padding: 3px 0px; margin-left: 20px; padding-left: 30px; background-image: url('../Images/top-nav.png'); } .header-container .top-nav ul li.home a{ background-position: 0px 2px; } .header-container .top-nav ul li.contact a{ background-position: 0px -31px; } .header-container .top-nav ul li.mail a{ background-position: 0px -67px; } .header-container .top-nav ul li.portal a{ background-position: 0px -103px; } .header-container .search-social{ width: auto; float: right; } .header-container .search-social h2{ color: #FFFFFF; font-size: 20px; letter-spacing: 1px; text-shadow: 0 1px 1px #000000; margin-top: 10px; } .header-container .campuses-wrapper{ position: absolute; width: 245px; right: 250px; } .header-container .campuses-wrapper .campuses{ width: 245px; height: 224px; display: none; position: relative; } .header-container .campuses-wrapper ul{ display: none; width: 245px; background: rgba(0,0,0,0.8); position: relative; float:left; } .header-container .campuses-wrapper ul li{ color: #FFFFFF; padding: 13px 0px; width: 250px; float: left; } .header-container .campuses-wrapper ul li.NOIDA{ background: url(../Images/camp-NOIDA.png) no-repeat 30px center; } .header-container .campuses-wrapper ul li.LALQUAN{ background: url(../Images/camp-.png) no-repeat 30px center; } .header-container .campuses-wrapper ul li.DASNA1{ background: url(../Images/camp-DASNA1.png) no-repeat 30px center; } .header-container .campuses-wrapper ul li.DASNA2{ background: url(../Images/camp-DASNA2.png) no-repeat 30px center; } .header-container .campuses-wrapper ul li a{ font-size: 14px; padding-left: 80px; margin-top: 6px; color: #cccccc; float: left; } .header-container .campuses-wrapper ul li a:hover{ color: #FFFFFF; } .header-container .campuses-wrapper .toggle{ position: relative; } .header-container .campuses-wrapper .toggle a{ font-size: 14px; color: #FFFFFF; background: url(../Images/camp-tab.png) no-repeat top left; width: 80px; height: 25px; padding: 3px 20px 0px 28px; float: right; } .header-container .campuses-wrapper .toggle a:hover{ color: #FFFFFF; } .header-container .search-social .searchbox{ margin-top: 10px; } .header-container .search-social .searchbox input[type=text]{ width: 190px; padding: 0px 10px; height: 30px; border: 0px; outline: none; float: left; } .header-container .search-social .searchbox input[type=image]{ outline: none; float: left; } .header-container .search-social .socialbox{ margin-top: 20px; float: right; } .header-container .search-social .socialbox ul li{ float: left; margin: 0 10px 0 0px; } .header-container .search-social .socialbox ul li:last-child{ margin: 0px; } .header-container .search-social .socialbox ul li a{ float: left; width: 25px; height: 25px; text-indent: -999999px; background-image: url('../Images/social-icon.png'); } .header-container .search-social .socialbox ul li:hover{ opacity: 0.8; } .header-container .search-social .socialbox ul li.fb a{ background-position: 0px 0px; } .header-container .search-social .socialbox ul li.tw a{ background-position: -35px 0px; } .header-container .search-social .socialbox ul li.gp a{ background-position: -70px 0px; } .header-container .search-social .socialbox ul li.ln a{ background-position: -105px 0px; } /* Nav CSS */ .nav-container{ width: 100%; background: url(../Images/nav-bg.png) no-repeat top center; height: 128px; position: relative; float: left; } .nav-container nav{ max-width: 1000px; margin: 0 auto; } .nav-container nav ul li{ width: 200px; height: 128px; float: left; } .nav-container nav ul li a{ font-size: 18px; color: #FFFFFF; float: left; width: 100%; height: 33px; text-align: center; padding-top: 95px; position: relative; } .nav-container nav ul li.divcover{ background: #e51400 url(../Images/nav-discover.png) no-repeat center 20px; } .nav-container nav ul li.lifeat{ background: ##009999 url(../Images/nav-lifeat.png) no-repeat center 20px; } .nav-container nav ul li.departments{ background: #ff7301 url(../Images/nav-departments.png) no-repeat center 20px; } .nav-container nav ul li.admissions{ background: #8cbf26 url(../Images/nav-admissions.png) no-repeat center 20px; } .nav-container nav ul li.alumni{ background: #3498db url(../Images/nav-alumni.png) no-repeat center 20px; } .nav-container nav ul li ul{ position: absolute; display: none; width: 200px; } .nav-container nav ul li ul li{ width: 200px; display: inline; height: auto; padding: 0px; } .nav-container nav ul li ul a{ padding: 4px 0px 4px 5px; color: #FFFFFF; position: relative; text-align: left; font-size: 14px; height: auto; } .nav-container nav ul li:hover ul{ display: block; } nav>ul>li:hover>ul{ bottom: 100%; position: absolute; } .nav-container nav ul li ul li ul{ position: absolute; display: none !important; } .nav-container nav ul li ul li:hover ul{ display: block !important; position: absolute; left: 100%; z-index: 1000; } .nav-container nav ul li.divcover ul{ margin-left: 0px; } .nav-container nav ul li.divcover ul li{ background: #e51400; border-bottom: 1px solid #990000; } .nav-container nav ul li.lifeat ul li{ background: #cc66ff; border-bottom: 1px solid #006666; } .nav-container nav ul li.departments ul{ width: 340px; } .nav-container nav ul li.departments ul li{ background: #ff7301; border-bottom: 1px solid #cc6633; width: 340px; } .nav-container nav ul li.departments ul li.sub-nav{ background: #ff7301 url(../Images/innerpage-sidebar-arrow.png) no-repeat 97% center; } .nav-container nav ul li.lifeat ul li.sub-nav{ background: #009999 url(../Images/innerpage-sidebar-arrow.png) no-repeat 97% center; } .nav-container nav ul li.admissions ul li{ background: #8cbf26; border-bottom: 1px solid #669933; } /* News CSS */ table.topnews { background: url("../Images/newsbg.png") no-repeat scroll left top #FFFFFF; line-height: 21px; margin-left: 10px; padding-bottom: 10px; width:100%; } table.topnews img { margin-top: 5px; } td.colorred { color: #2e2e2e; display: block; font-family: 'Arial',sans-serif; font-size: 21px; font-weight: bold; padding-left:12px; } td.colorgreen { color:#006600; padding-left:10px; font-size:14pt; } /* University Bulleting */ .university-bulletin-wrapper{ width: 100%; background: #CCCCCC; float: left; } .university-bulletin-wrapper .university-bulletin{ max-width: 1000px; height: 45px; margin: 0 auto; } .university-bulletin-wrapper .university-bulletin .bulletin-link{ background: #336600 url(../Images/tell-a-friend.png) no-repeat 10px center; width: 200px; height: 45px; float: left; } .university-bulletin-wrapper .university-bulletin .bulletin-link a{ padding: 12px 0px 0px 51px; display: block; color: #FFFFFF; font-size: 16px; } /* liScroll styles */ .tickercontainer { width: 800px; height: 45px; margin: 0; padding: 0; overflow: hidden; } .tickercontainer .mask { position: relative; left: 10px; right: 10px; top: 14px; width: 800px; overflow: hidden; } ul.newsticker { position: relative; left: 750px; font: bold 10px Verdana; list-style-type: none; margin: 0; padding: 0; } ul.newsticker li { float: left; margin: 0; padding: 0; } ul.newsticker a { white-space: nowrap; padding: 0; color: #ff0000; font-size: 13px; margin: 0 50px 0 0; } ul.newsticker span { margin: 0 10px 0 0; } .home-content-wrapper{ width: 100%; margin-top: 50px; float: left; } .home-content-wrapper .home-content{ max-width: 1000px; margin: 0 auto; } .home-content-wrapper .home-content .welcome-download{ width: 100%; padding-bottom: 5px; float: left; border-bottom: 1px solid #d9d9d9; } .home-content-wrapper .home-content .welcome-download section{ max-width: 605px; float: left; } .home-content-wrapper .home-content .welcome-download section h1{ font-size: 36px; color: #336600; text-transform: uppercase; font-family: 'Open Sans'; font-weight: 600; letter-spacing: 1px; line-height: 38px; } .home-content-wrapper .home-content .welcome-download section h1 span{ color: #333333; font-size: 30px; text-transform: none; font-weight: 400; } .home-content-wrapper .home-content .welcome-download section h2{ font-size: 18px; color: #333333; padding: 5px 0px 15px 0px; margin: 0px 0px 25px; line-height: 22px; border-bottom: 1px solid #d9d9d9; } .home-content-wrapper .home-content .welcome-download section p{ font-size: 14px; line-height: 18px; margin-bottom: 30px; } .home-content-wrapper .home-content .welcome-download aside{ width: 380px; float: right; } .home-content-wrapper .home-content .welcome-download aside h1{ background: url(../Images/downloads-left.png) no-repeat top left, url(../Images/downloads-right.png) no-repeat top right; background-color: #8cbf26; height: 50px; padding-top: 20px; color: #FFFFFF; text-align: center; text-transform: uppercase; font-size: 24px; } .home-content-wrapper .home-content .welcome-download aside ul li{ background: url(../Images/download-book.png) no-repeat 30px center; padding: 20px 0px; border-bottom: 1px solid #cccccc; } .home-content-wrapper .home-content .welcome-download aside ul li a{ background: url(../Images/right-arrow.png) no-repeat center right; width: 75%; padding-left: 70px; font-size: 20px; color: #000000; display: block; } .home-content-wrapper .home-content .welcome-download aside ul li.download-cap{ background: url(../Images/download-cap.png) no-repeat 25px center; } .home-content-wrapper .home-content .university-highlights{ width: 100%; padding-top: 40px; float: left; } .home-content-wrapper .home-content .university-highlights h1{ font-size: 30px; color: #3a7b07; margin-bottom: 10px; font-family: 'Open Sans'; text-transform: uppercase; font-weight: 600; } .home-content-wrapper .home-content .university-highlights section{ max-width: 580px; float: left; } .home-content-wrapper .home-content .university-highlights section article{ background: #f2f2f2; width: 100%; padding: 10px; margin-bottom: 20px; float: left; } .home-content-wrapper .home-content .university-highlights section article figure{ height: 100px; margin-right: 20px; float: left; } .home-content-wrapper .home-content .university-highlights section article h3{ font-size: 14px; font-weight: bold; } .home-content-wrapper .home-content .university-highlights section article h3 a, .home-content-wrapper .home-content .university-highlights section article h2 a{ color: #000000; } .home-content-wrapper .home-content .university-highlights section article h2{ font-size: 16px; margin-top: 5px; font-weight: bold; } .home-content-wrapper .home-content .university-highlights section article p{ font-size: 14px; line-height: 16px; margin-top: 5px; } .home-content-wrapper .home-content .university-highlights section .readall-wrapper{ width: 100%; } .home-content-wrapper .home-content .university-highlights section .readall{ font-size: 16px; color: #FFFFFF; background: #3a7b07; padding: 10px 25px; float: left; } .home-content-wrapper .home-content .university-highlights aside{ max-width: 380px; float: right; } .home-content-wrapper .home-content .university-highlights aside .library a{ width: 180px; text-align: center; font-size: 20px; padding: 28px 0px; text-transform: uppercase; color: #FFFFFF; float: left; } .home-content-wrapper .home-content .university-highlights aside .library .greenbutton{ background: #8cbf26; } .home-content-wrapper .home-content .university-highlights aside .bluebutton{ background: #3498db; margin-left: 20px; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li{ width: 360px; margin-top: 20px; font-size: 20px; float: left; line-height: 23px; padding-left: 20px; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li span{ font-size: 24px; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li a{ background: url(../Images/highlight-link-arrow.png) no-repeat center right; color: #FFFFFF; width: 100%; padding: 17px 0px; float: left; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li:hover{ opacity: 0.9; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li.newclass{ background: #e51400; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li.international{ background: #f1c40f; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li.career{ background: #158d8e; } .home-content-wrapper .home-content .university-highlights aside h2{ font-size: 24px; margin: 35px 0px 20px 0px; color: #336600; float: left; } .home-content-wrapper .home-content .university-highlights aside figure img:hover{ opacity: 0.9; } footer{ width: 100%; background: #333333; margin: 40px 0px 0px 0px; padding-bottom: 40px; float: left; } footer .footer-container{ max-width: 1000px; margin: 0 auto; } footer .footer-container .footer-logo-sc{ width: 200px; margin-top: 40px; float: left; } footer .footer-container .footer-logo-sc figure{ float: left; } footer .footer-container .footer-logo-sc ul{ margin: 20px 0px 0px 0px; } footer .footer-container .footer-logo-sc ul li{ margin: 0px 5px; float: left; } footer .footer-container .footer-logo-sc ul li:first-child{ margin-left: 0px; } footer .footer-container .footer-logo-sc ul li a{ float: left; width: 25px; height: 25px; text-indent: -999999px; background-image: url('../Images/social-icon-footer.png'); } footer .footer-container .footer-logo-sc ul li.fb a{ background-position: 0px 0px; } footer .footer-container .footer-logo-sc ul li.tw a{ background-position: -30px 0px; } footer .footer-container .footer-logo-sc ul li.gp a{ background-position: -90px 0px; } footer .footer-container .footer-logo-sc ul li.ln a{ background-position: -60px 0px; } footer .footer-container .footer-boxes{ float: left; } footer .footer-container .footer-boxes ul{ margin: 60px 0px 0px 50px; float: left; } footer .footer-container .footer-boxes ul li{ margin-bottom: 5px; } footer .footer-container .footer-boxes ul li a{ color: #cccccc; font-size: 12px; } footer .footer-container .footer-boxes ul li a:hover{ color: #FFFFFF; } .after-footer-wrapper{ width: 100%; background: #000000; float: left; } .after-footer-wrapper .after-footer{ max-width: 1000px; margin: 0 auto; } .after-footer-wrapper .after-footer p{ color: #cccccc; font-size: 10px; padding: 10px 0px; float: left; } .after-footer-wrapper .after-footer p.bos{ color: #cccccc; float: right; } .after-footer-wrapper .after-footer p.bos a{ color: #cccccc; } .after-footer-wrapper .after-footer p.bos a:hover{ color: #3399cc; } /* Inner page CSS */ .breadcrumbs-wrapper{ width: 100%; margin: 10px 0px 10px 0px; float: left; } .breadcrumbs-wrapper .breadcrumbs{ max-width: 1000px; margin: 0 auto; } .breadcrumbs-wrapper .breadcrumbs p{ font-size: 14px; } .breadcrumbs-wrapper .breadcrumbs p a{ color: #000000; } .breadcrumbs-wrapper .breadcrumbs p a:hover{ text-decoration: underline; } .innerpage-content-wrapper{ width: 100%; float: left; } .innerpage-content-wrapper .innerpage-content{ max-width: 1000px; margin: 0 auto; } .innerpage-content-wrapper .innerpage-content .full-width{ max-width: 100%; } .innerpage-content-wrapper .innerpage-content section{ max-width: 660px; float: left; } .innerpage-content-wrapper .innerpage-content section h1{ font-size: 36px; text-transform: uppercase; font-family: 'Open Sans'; border-bottom: 1px solid #d9d9d9; margin-bottom: 10px; font-weight: 600; } .innerpage-content-wrapper .innerpage-content section h3{ font-size: 24px; font-family: 'Open Sans'; margin-bottom: 10px; font-weight: 600; } .innerpage-content-wrapper .innerpage-content section p{ font-size: 13px; line-height: 22px; margin-bottom: 10px; } .innerpage-content-wrapper .innerpage-content aside{ width: 300px; float: right; } .innerpage-content-wrapper .innerpage-content aside ul li{ width: 300px; background: #838383; padding: 23px 0px; border-bottom: 1px solid #626262; border-top: 1px solid #a8a8a8; float: left; } .innerpage-content-wrapper .innerpage-content aside ul li:hover{ opacity: 0.7; } .innerpage-content-wrapper .innerpage-content aside ul li:first-child{ border-top: 0px; } .innerpage-content-wrapper .innerpage-content aside ul li:last-child{ border-bottom: 0px; } .innerpage-content-wrapper .innerpage-content aside ul li a{ background: url(../Images/innerpage-sidebar-arrow.png) no-repeat center right; width: 85%; color: #FFFFFF; padding: 0px 15px 0px 15px; font-size: 18px; float: left; } /* Contact us CSS */ .contact-us{ width: 100%; margin-top: 30px; } .contact-us ul li{ border: 1px solid #d9d9d9; width: 462px; margin: 0px 30px 30px 0px; padding: 20px 10px; float: left; } .contact-us ul li.last{ margin-right: 0px; } .contact-us ul li h3{ width: 100%; font-size: 15px !important; margin-bottom: 15px !important; font-family: 'Open Sans'; color: #737373; text-transform: uppercase; float: left; } .contact-us ul li figure{ float: left; } .contact-us ul li figure img{ border: 5px solid #FFFFFF; -webkit-box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.5); box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.5); } .contact-us ul li p{ margin: 0px 0px 20px 20px; padding-left: 30px; font-size: 16px; float: left; } .contact-us ul li p span{ font-weight: 700; } .contact-us ul li p.campus-address{ background: url(../Images/ico-home.png) no-repeat top left; } .contact-us ul li p.campus-phone{ background: url(../Images/ico-mobile.png) no-repeat top left; } .contact-us .contact-form{ width: 100%; float: left; } .contact-us .contact-form h2{ font-size: 30px; text-transform: uppercase; margin-bottom: 20px; color: #737373; } .contact-us .contact-form input[type=text], .contact-us .contact-form input[type=email]{ width: 462px; border: 1px solid #cccccc; padding: 20px 10px; margin-right: 28px; } .contact-us .contact-form input.last{ margin-right: 0px; } .contact-us .contact-form textarea{ width: 980px; height: 100px; border: 1px solid #cccccc; padding: 10px 8px; margin-top: 30px; resize: none; } .contact-us .contact-form input[type=submit]{ background: #3a7b07; text-transform: uppercase; border: none; color: #FFFFFF; padding: 10px 20px; cursor: pointer; margin-top: 30px; } /* ===========================640================================== */ @media (max-width: 940px) { .header-container .top-nav{ display: none; } .header-container .search-social{ margin-right: 10px; } .tickercontainer{ display: none; } .nav-container{ height: auto; } .nav-container nav{ width: 100%; float: left; } nav>ul>li:hover>ul{ position: relative; top: 0%; float: left; } .nav-container nav ul li{ width: 100%; height: auto; } .nav-container nav ul li ul{ width: 100%; } .nav-container nav ul li ul li{ width: 100%; } .nav-container nav ul li.departments ul li, .nav-container nav ul li.departments ul{ width: 100%; } .nav-container nav ul li.departments ul li{ background: #336600; border-top: 1px solid #cc6633; border-bottom: 0px; } .nav-container nav ul li.departments ul li.sub-nav{ background-image: none; } .nav-container nav ul li.departments ul{ opacity: 0.8; } .nav-container nav ul li ul li:hover ul{ left: 0px; position: relative; } .university-bulletin-wrapper{ display: none; } .home-content-wrapper .home-content .welcome-download{ border-bottom: 0px; } .home-content-wrapper .home-content .welcome-download section{ max-width: 100%; } .home-content-wrapper .home-content .welcome-download aside{ width: 100%; } .home-content-wrapper .home-content .welcome-download aside ul li a{ width: auto; margin-right: 15px; } .home-content-wrapper .home-content .university-highlights section{ max-width: 100%; } .home-content-wrapper .home-content .university-highlights section article{ width: 97%; } .home-content-wrapper .home-content .university-highlights aside{ max-width: 97%; margin-top: 20px; float: none; margin: 0 auto; } .home-content-wrapper .home-content .university-highlights aside .library a{ width: 48%; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li{ width: 97%; } .home-content-wrapper .home-content .university-highlights section .readall-wrapper{ margin-bottom: 20px; text-align: center; float: left; } .home-content-wrapper .home-content .university-highlights section .readall{ text-align: center; float: none; } .home-content-wrapper .home-content .university-highlights aside h2, .home-content-wrapper .home-content .university-highlights aside figure{ display: none; } footer .footer-container .footer-boxes{ width: 60%; } footer .footer-container .footer-boxes ul{ width: 35%; } .innerpage-content-wrapper .innerpage-content section{ width: 100%; min-height: auto; } .innerpage-content-wrapper .innerpage-content aside{ width: 100%; } .innerpage-content-wrapper .innerpage-content aside ul li{ width: 100%; } .innerpage-content-wrapper .innerpage-content aside ul li a{ width: 91%; } .contact-us ul li{ margin: 0 auto; float: none; height: 180px; margin-bottom: 30px; } .contact-us ul li.last{ margin-right: auto; } .contact-us .contact-form{ width: 482px; margin: 0 auto; float: none; } .contact-us .contact-form input[type=text], .contact-us .contact-form input[type=email]{ margin-bottom: 30px; margin-right: 0px; } .contact-us .contact-form textarea{ width: 97%; margin-top: 0px; } } /* ===========================320================================== */ @media (max-width: 638px) { .campuses-wrapper{ display: none; } .search-social{ display: none; } /* Slier CSS */ .slider-wrapper, .inner-slider-wrapper{ display: none; } header{ position: relative; } .header-container .logo{ width: 100%; height: 123px; border-radius: 0px; } /* University Highlights */ .home-content-wrapper .home-content .university-highlights h1{ font-size: 25px; } .home-content-wrapper .home-content .university-highlights section article{ width: 92%; margin-left: 2px; } .home-content-wrapper .home-content .university-highlights aside{ width: 100%; } .home-content-wrapper .home-content .university-highlights aside .library .greenbutton{ margin-left: 4px; } .home-content-wrapper .home-content .university-highlights aside .library a{ width: 46%; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li{ width: 91%; margin-left: 4px; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li a{ width: 100%; } /* Footer CSS */ footer .footer-container .footer-logo-sc{ width: 100%; float: none; } footer .footer-container .footer-logo-sc figure { width: 100%; text-align: center; } footer .footer-container .footer-logo-sc ul{ margin: 20px 0px 0px 0px; width: 140px; margin: 20px auto 0px auto; float: none; } footer .footer-container .footer-logo-sc{ float: left; } footer .footer-container .footer-logo-sc ul{ width: 50%; float: left; text-align: center; margin-left: 28%; } footer .footer-container .footer-boxes{ width: 100%; } footer .footer-container .footer-boxes ul{ width: 100%; margin: 40px 0px 0px 0px; } footer .footer-container .footer-boxes ul li{ text-align: center; } footer .footer-container .footer-boxes ul li a{ font-size: 20px; } .after-footer-wrapper .after-footer p{ width: 100%; text-align: center; } .contact-us ul li{ width: 86%; height: 250px; } .contact-us ul li figure{ float: left; width: 100%; margin-bottom: 10px; text-align: center; } .contact-us ul li figure img{ width: auto; } .contact-us ul li p{ font-size: 12px !important; margin: 0px 0px 0px 20px; } .contact-us .contact-form{ width: 91%; } .contact-us .contact-form input[type=text], .contact-us .contact-form input[type=email]{ width: 95%; } }
Styles/home1.css
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */ @import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700); @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800); article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; margin: 0; padding: 0; background-color: transparent; background-position: top left; background-repeat: no-repeat; } /* =Reset default browser CSS -------------------------------------------------------------- */ body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, iframe, img, ins, kbd, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, object, ol, ul, li, form, label, legend, span, table, caption, tbody, tfoot, thead, tr, th, td { background-color: transparent; background-position: top left; background-repeat: no-repeat; border: 0; margin: 0; padding: 0; vertical-align: baseline; } ol, ul { list-style-type: none; } table { border-collapse: collapse; border-spacing: 0; } em, address, big, strong, cite, code, tt, var { font-style: normal; } a { text-decoration: none; } /* Standard HTML Tag Definition -------------------------------------------------------------- */ body, form, input, select, textarea, fieldset, button { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 0px; } html { } body { font-family: 'Oxygen'; } body.sub-pages { background-color: #fff; } /* =Custom Classes -------------------------------------------------------------- */ .clear { clear: both; } .slider-wrapper{ width: 100%; position: relative; } .inner-slider-wrapper{ width: 100%; float: left; position: relative; } .inner-slider-wrapper .slide img{ max-width: 100%; float: left; } /* Header CSS */ header{ width: 100%; position: absolute; top: 0; } .header-container{ max-width: 1000px; margin: 0 auto; position: relative; } .header-container .logo{ width: auto; float: left; background: #336600; } .header-container .top-nav{ background: #224308; width: 200px; min-height: 124px; float: left; } .header-container .top-nav ul li{ width: 100%; padding: 5px 0px; margin: 2px 0px; float: left; } .header-container .top-nav ul li:first-child{ margin-top: 5px; } .header-container .top-nav ul li:hover{ background: #336600; } .header-container .top-nav ul li a{ width: 17px; height: 25px; color: #FFFFFF; padding: 3px 0px; margin-left: 20px; padding-left: 30px; background-image: url('../Images/top-nav.png'); } .header-container .top-nav ul li.home a{ background-position: 0px 2px; } .header-container .top-nav ul li.contact a{ background-position: 0px -31px; } .header-container .top-nav ul li.mail a{ background-position: 0px -67px; } .header-container .top-nav ul li.portal a{ background-position: 0px -103px; } .header-container .search-social{ width: auto; float: right; } .header-container .search-social h2{ color: #FFFFFF; font-size: 20px; letter-spacing: 1px; text-shadow: 0 1px 1px #000000; margin-top: 10px; } .header-container .campuses-wrapper{ position: absolute; width: 245px; right: 250px; } .header-container .campuses-wrapper .campuses{ width: 245px; height: 224px; display: none; position: relative; } .header-container .campuses-wrapper ul{ display: none; width: 245px; background: rgba(0,0,0,0.8); position: relative; float:left; } .header-container .campuses-wrapper ul li{ color: #FFFFFF; padding: 13px 0px; width: 250px; float: left; } .header-container .campuses-wrapper ul li.NOIDA{ background: url(../Images/camp-NOIDA.png) no-repeat 30px center; } .header-container .campuses-wrapper ul li.LALQUAN{ background: url(../Images/camp-.png) no-repeat 30px center; } .header-container .campuses-wrapper ul li.DASNA1{ background: url(../Images/camp-DASNA1.png) no-repeat 30px center; } .header-container .campuses-wrapper ul li.DASNA2{ background: url(../Images/camp-DASNA2.png) no-repeat 30px center; } .header-container .campuses-wrapper ul li a{ font-size: 14px; padding-left: 80px; margin-top: 6px; color: #cccccc; float: left; } .header-container .campuses-wrapper ul li a:hover{ color: #FFFFFF; } .header-container .campuses-wrapper .toggle{ position: relative; } .header-container .campuses-wrapper .toggle a{ font-size: 14px; color: #FFFFFF; background: url(../Images/camp-tab.png) no-repeat top left; width: 80px; height: 25px; padding: 3px 20px 0px 28px; float: right; } .header-container .campuses-wrapper .toggle a:hover{ color: #FFFFFF; } .header-container .search-social .searchbox{ margin-top: 10px; } .header-container .search-social .searchbox input[type=text]{ width: 190px; padding: 0px 10px; height: 30px; border: 0px; outline: none; float: left; } .header-container .search-social .searchbox input[type=image]{ outline: none; float: left; } .header-container .search-social .socialbox{ margin-top: 20px; float: right; } .header-container .search-social .socialbox ul li{ float: left; margin: 0 10px 0 0px; } .header-container .search-social .socialbox ul li:last-child{ margin: 0px; } .header-container .search-social .socialbox ul li a{ float: left; width: 25px; height: 25px; text-indent: -999999px; background-image: url('../Images/social-icon.png'); } .header-container .search-social .socialbox ul li:hover{ opacity: 0.8; } .header-container .search-social .socialbox ul li.fb a{ background-position: 0px 0px; } .header-container .search-social .socialbox ul li.tw a{ background-position: -35px 0px; } .header-container .search-social .socialbox ul li.gp a{ background-position: -70px 0px; } .header-container .search-social .socialbox ul li.ln a{ background-position: -105px 0px; } /* Nav CSS */ .nav-container{ width: 100%; background: url(../Images/nav-bg.png) no-repeat top center; height: 128px; position: relative; float: left; } .nav-container nav{ max-width: 1000px; margin: 0 auto; } .nav-container nav ul li{ width: 200px; height: 128px; float: left; } .nav-container nav ul li a{ font-size: 18px; color: #FFFFFF; float: left; width: 100%; height: 33px; text-align: center; padding-top: 95px; position: relative; } .nav-container nav ul li.divcover{ background: #e51400 url(../Images/nav-discover.png) no-repeat center 20px; } .nav-container nav ul li.lifeat{ background: ##009999 url(../Images/nav-lifeat.png) no-repeat center 20px; } .nav-container nav ul li.departments{ background: #ff7301 url(../Images/nav-departments.png) no-repeat center 20px; } .nav-container nav ul li.admissions{ background: #8cbf26 url(../Images/nav-admissions.png) no-repeat center 20px; } .nav-container nav ul li.alumni{ background: #3498db url(../Images/nav-alumni.png) no-repeat center 20px; } .nav-container nav ul li ul{ position: absolute; display: none; width: 200px; } .nav-container nav ul li ul li{ width: 200px; display: inline; height: auto; padding: 0px; } .nav-container nav ul li ul a{ padding: 4px 0px 4px 5px; color: #FFFFFF; position: relative; text-align: left; font-size: 14px; height: auto; } .nav-container nav ul li:hover ul{ display: block; } nav>ul>li:hover>ul{ bottom: 100%; position: absolute; } .nav-container nav ul li ul li ul{ position: absolute; display: none !important; } .nav-container nav ul li ul li:hover ul{ display: block !important; position: absolute; left: 100%; z-index: 1000; } .nav-container nav ul li.divcover ul{ margin-left: 0px; } .nav-container nav ul li.divcover ul li{ background: #e51400; border-bottom: 1px solid #990000; } .nav-container nav ul li.lifeat ul li{ background: #cc66ff; border-bottom: 1px solid #006666; } .nav-container nav ul li.departments ul{ width: 340px; } .nav-container nav ul li.departments ul li{ background: #ff7301; border-bottom: 1px solid #cc6633; width: 340px; } .nav-container nav ul li.departments ul li.sub-nav{ background: #ff7301 url(../Images/innerpage-sidebar-arrow.png) no-repeat 97% center; } .nav-container nav ul li.lifeat ul li.sub-nav{ background: #009999 url(../Images/innerpage-sidebar-arrow.png) no-repeat 97% center; } .nav-container nav ul li.admissions ul li{ background: #8cbf26; border-bottom: 1px solid #669933; } /* News CSS */ table.topnews { background: url("../Images/newsbg.png") no-repeat scroll left top #FFFFFF; line-height: 21px; margin-left: 10px; padding-bottom: 10px; width:100%; } table.topnews img { margin-top: 5px; } td.colorred { color: #2e2e2e; display: block; font-family: 'Arial',sans-serif; font-size: 21px; font-weight: bold; padding-left:12px; } td.colorgreen { color:#006600; padding-left:10px; font-size:14pt; } /* University Bulleting */ .university-bulletin-wrapper{ width: 100%; background: #CCCCCC; float: left; } .university-bulletin-wrapper .university-bulletin{ max-width: 1000px; height: 45px; margin: 0 auto; } .university-bulletin-wrapper .university-bulletin .bulletin-link{ background: #336600 url(../Images/tell-a-friend.png) no-repeat 10px center; width: 200px; height: 45px; float: left; } .university-bulletin-wrapper .university-bulletin .bulletin-link a{ padding: 12px 0px 0px 51px; display: block; color: #FFFFFF; font-size: 16px; } /* liScroll styles */ .tickercontainer { width: 800px; height: 45px; margin: 0; padding: 0; overflow: hidden; } .tickercontainer .mask { position: relative; left: 10px; right: 10px; top: 14px; width: 800px; overflow: hidden; } ul.newsticker { position: relative; left: 750px; font: bold 10px Verdana; list-style-type: none; margin: 0; padding: 0; } ul.newsticker li { float: left; margin: 0; padding: 0; } ul.newsticker a { white-space: nowrap; padding: 0; color: #ff0000; font-size: 13px; margin: 0 50px 0 0; } ul.newsticker span { margin: 0 10px 0 0; } .home-content-wrapper{ width: 100%; margin-top: 50px; float: left; } .home-content-wrapper .home-content{ max-width: 1000px; margin: 0 auto; } .home-content-wrapper .home-content .welcome-download{ width: 100%; padding-bottom: 5px; float: left; border-bottom: 1px solid #d9d9d9; } .home-content-wrapper .home-content .welcome-download section{ max-width: 605px; float: left; } .home-content-wrapper .home-content .welcome-download section h1{ font-size: 36px; color: #336600; text-transform: uppercase; font-family: 'Open Sans'; font-weight: 600; letter-spacing: 1px; line-height: 38px; } .home-content-wrapper .home-content .welcome-download section h1 span{ color: #333333; font-size: 30px; text-transform: none; font-weight: 400; } .home-content-wrapper .home-content .welcome-download section h2{ font-size: 18px; color: #333333; padding: 5px 0px 15px 0px; margin: 0px 0px 25px; line-height: 22px; border-bottom: 1px solid #d9d9d9; } .home-content-wrapper .home-content .welcome-download section p{ font-size: 14px; line-height: 18px; margin-bottom: 30px; } .home-content-wrapper .home-content .welcome-download aside{ width: 380px; float: right; } .home-content-wrapper .home-content .welcome-download aside h1{ background: url(../Images/downloads-left.png) no-repeat top left, url(../Images/downloads-right.png) no-repeat top right; background-color: #8cbf26; height: 50px; padding-top: 20px; color: #FFFFFF; text-align: center; text-transform: uppercase; font-size: 24px; } .home-content-wrapper .home-content .welcome-download aside ul li{ background: url(../Images/download-book.png) no-repeat 30px center; padding: 20px 0px; border-bottom: 1px solid #cccccc; } .home-content-wrapper .home-content .welcome-download aside ul li a{ background: url(../Images/right-arrow.png) no-repeat center right; width: 75%; padding-left: 70px; font-size: 20px; color: #000000; display: block; } .home-content-wrapper .home-content .welcome-download aside ul li.download-cap{ background: url(../Images/download-cap.png) no-repeat 25px center; } .home-content-wrapper .home-content .university-highlights{ width: 100%; padding-top: 40px; float: left; } .home-content-wrapper .home-content .university-highlights h1{ font-size: 30px; color: #3a7b07; margin-bottom: 10px; font-family: 'Open Sans'; text-transform: uppercase; font-weight: 600; } .home-content-wrapper .home-content .university-highlights section{ max-width: 580px; float: left; } .home-content-wrapper .home-content .university-highlights section article{ background: #f2f2f2; width: 100%; padding: 10px; margin-bottom: 20px; float: left; } .home-content-wrapper .home-content .university-highlights section article figure{ height: 100px; margin-right: 20px; float: left; } .home-content-wrapper .home-content .university-highlights section article h3{ font-size: 14px; font-weight: bold; } .home-content-wrapper .home-content .university-highlights section article h3 a, .home-content-wrapper .home-content .university-highlights section article h2 a{ color: #000000; } .home-content-wrapper .home-content .university-highlights section article h2{ font-size: 16px; margin-top: 5px; font-weight: bold; } .home-content-wrapper .home-content .university-highlights section article p{ font-size: 14px; line-height: 16px; margin-top: 5px; } .home-content-wrapper .home-content .university-highlights section .readall-wrapper{ width: 100%; } .home-content-wrapper .home-content .university-highlights section .readall{ font-size: 16px; color: #FFFFFF; background: #3a7b07; padding: 10px 25px; float: left; } .home-content-wrapper .home-content .university-highlights aside{ max-width: 380px; float: right; } .home-content-wrapper .home-content .university-highlights aside .library a{ width: 180px; text-align: center; font-size: 20px; padding: 28px 0px; text-transform: uppercase; color: #FFFFFF; float: left; } .home-content-wrapper .home-content .university-highlights aside .library .greenbutton{ background: #8cbf26; } .home-content-wrapper .home-content .university-highlights aside .bluebutton{ background: #3498db; margin-left: 20px; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li{ width: 360px; margin-top: 20px; font-size: 20px; float: left; line-height: 23px; padding-left: 20px; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li span{ font-size: 24px; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li a{ background: url(../Images/highlight-link-arrow.png) no-repeat center right; color: #FFFFFF; width: 100%; padding: 17px 0px; float: left; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li:hover{ opacity: 0.9; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li.newclass{ background: #e51400; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li.international{ background: #f1c40f; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li.career{ background: #158d8e; } .home-content-wrapper .home-content .university-highlights aside h2{ font-size: 24px; margin: 35px 0px 20px 0px; color: #336600; float: left; } .home-content-wrapper .home-content .university-highlights aside figure img:hover{ opacity: 0.9; } footer{ width: 100%; background: #333333; margin: 40px 0px 0px 0px; padding-bottom: 40px; float: left; } footer .footer-container{ max-width: 1000px; margin: 0 auto; } footer .footer-container .footer-logo-sc{ width: 200px; margin-top: 40px; float: left; } footer .footer-container .footer-logo-sc figure{ float: left; } footer .footer-container .footer-logo-sc ul{ margin: 20px 0px 0px 0px; } footer .footer-container .footer-logo-sc ul li{ margin: 0px 5px; float: left; } footer .footer-container .footer-logo-sc ul li:first-child{ margin-left: 0px; } footer .footer-container .footer-logo-sc ul li a{ float: left; width: 25px; height: 25px; text-indent: -999999px; background-image: url('../Images/social-icon-footer.png'); } footer .footer-container .footer-logo-sc ul li.fb a{ background-position: 0px 0px; } footer .footer-container .footer-logo-sc ul li.tw a{ background-position: -30px 0px; } footer .footer-container .footer-logo-sc ul li.gp a{ background-position: -90px 0px; } footer .footer-container .footer-logo-sc ul li.ln a{ background-position: -60px 0px; } footer .footer-container .footer-boxes{ float: left; } footer .footer-container .footer-boxes ul{ margin: 60px 0px 0px 50px; float: left; } footer .footer-container .footer-boxes ul li{ margin-bottom: 5px; } footer .footer-container .footer-boxes ul li a{ color: #cccccc; font-size: 12px; } footer .footer-container .footer-boxes ul li a:hover{ color: #FFFFFF; } .after-footer-wrapper{ width: 100%; background: #000000; float: left; } .after-footer-wrapper .after-footer{ max-width: 1000px; margin: 0 auto; } .after-footer-wrapper .after-footer p{ color: #cccccc; font-size: 10px; padding: 10px 0px; float: left; } .after-footer-wrapper .after-footer p.bos{ color: #cccccc; float: right; } .after-footer-wrapper .after-footer p.bos a{ color: #cccccc; } .after-footer-wrapper .after-footer p.bos a:hover{ color: #3399cc; } /* Inner page CSS */ .breadcrumbs-wrapper{ width: 100%; margin: 10px 0px 10px 0px; float: left; } .breadcrumbs-wrapper .breadcrumbs{ max-width: 1000px; margin: 0 auto; } .breadcrumbs-wrapper .breadcrumbs p{ font-size: 14px; } .breadcrumbs-wrapper .breadcrumbs p a{ color: #000000; } .breadcrumbs-wrapper .breadcrumbs p a:hover{ text-decoration: underline; } .innerpage-content-wrapper{ width: 100%; float: left; } .innerpage-content-wrapper .innerpage-content{ max-width: 1000px; margin: 0 auto; } .innerpage-content-wrapper .innerpage-content .full-width{ max-width: 100%; } .innerpage-content-wrapper .innerpage-content section{ max-width: 660px; float: left; } .innerpage-content-wrapper .innerpage-content section h1{ font-size: 36px; text-transform: uppercase; font-family: 'Open Sans'; border-bottom: 1px solid #d9d9d9; margin-bottom: 10px; font-weight: 600; } .innerpage-content-wrapper .innerpage-content section h3{ font-size: 24px; font-family: 'Open Sans'; margin-bottom: 10px; font-weight: 600; } .innerpage-content-wrapper .innerpage-content section p{ font-size: 13px; line-height: 22px; margin-bottom: 10px; } .innerpage-content-wrapper .innerpage-content aside{ width: 300px; float: right; } .innerpage-content-wrapper .innerpage-content aside ul li{ width: 300px; background: #838383; padding: 23px 0px; border-bottom: 1px solid #626262; border-top: 1px solid #a8a8a8; float: left; } .innerpage-content-wrapper .innerpage-content aside ul li:hover{ opacity: 0.7; } .innerpage-content-wrapper .innerpage-content aside ul li:first-child{ border-top: 0px; } .innerpage-content-wrapper .innerpage-content aside ul li:last-child{ border-bottom: 0px; } .innerpage-content-wrapper .innerpage-content aside ul li a{ background: url(../Images/innerpage-sidebar-arrow.png) no-repeat center right; width: 85%; color: #FFFFFF; padding: 0px 15px 0px 15px; font-size: 18px; float: left; } /* Contact us CSS */ .contact-us{ width: 100%; margin-top: 30px; } .contact-us ul li{ border: 1px solid #d9d9d9; width: 462px; margin: 0px 30px 30px 0px; padding: 20px 10px; float: left; } .contact-us ul li.last{ margin-right: 0px; } .contact-us ul li h3{ width: 100%; font-size: 15px !important; margin-bottom: 15px !important; font-family: 'Open Sans'; color: #737373; text-transform: uppercase; float: left; } .contact-us ul li figure{ float: left; } .contact-us ul li figure img{ border: 5px solid #FFFFFF; -webkit-box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.5); box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.5); } .contact-us ul li p{ margin: 0px 0px 20px 20px; padding-left: 30px; font-size: 16px; float: left; } .contact-us ul li p span{ font-weight: 700; } .contact-us ul li p.campus-address{ background: url(../Images/ico-home.png) no-repeat top left; } .contact-us ul li p.campus-phone{ background: url(../Images/ico-mobile.png) no-repeat top left; } .contact-us .contact-form{ width: 100%; float: left; } .contact-us .contact-form h2{ font-size: 30px; text-transform: uppercase; margin-bottom: 20px; color: #737373; } .contact-us .contact-form input[type=text], .contact-us .contact-form input[type=email]{ width: 462px; border: 1px solid #cccccc; padding: 20px 10px; margin-right: 28px; } .contact-us .contact-form input.last{ margin-right: 0px; } .contact-us .contact-form textarea{ width: 980px; height: 100px; border: 1px solid #cccccc; padding: 10px 8px; margin-top: 30px; resize: none; } .contact-us .contact-form input[type=submit]{ background: #3a7b07; text-transform: uppercase; border: none; color: #FFFFFF; padding: 10px 20px; cursor: pointer; margin-top: 30px; } /* ===========================640================================== */ @media (max-width: 940px) { .header-container .top-nav{ display: none; } .header-container .search-social{ margin-right: 10px; } .tickercontainer{ display: none; } .nav-container{ height: auto; } .nav-container nav{ width: 100%; float: left; } nav>ul>li:hover>ul{ position: relative; top: 0%; float: left; } .nav-container nav ul li{ width: 100%; height: auto; } .nav-container nav ul li ul{ width: 100%; } .nav-container nav ul li ul li{ width: 100%; } .nav-container nav ul li.departments ul li, .nav-container nav ul li.departments ul{ width: 100%; } .nav-container nav ul li.departments ul li{ background: #336600; border-top: 1px solid #cc6633; border-bottom: 0px; } .nav-container nav ul li.departments ul li.sub-nav{ background-image: none; } .nav-container nav ul li.departments ul{ opacity: 0.8; } .nav-container nav ul li ul li:hover ul{ left: 0px; position: relative; } .university-bulletin-wrapper{ display: none; } .home-content-wrapper .home-content .welcome-download{ border-bottom: 0px; } .home-content-wrapper .home-content .welcome-download section{ max-width: 100%; } .home-content-wrapper .home-content .welcome-download aside{ width: 100%; } .home-content-wrapper .home-content .welcome-download aside ul li a{ width: auto; margin-right: 15px; } .home-content-wrapper .home-content .university-highlights section{ max-width: 100%; } .home-content-wrapper .home-content .university-highlights section article{ width: 97%; } .home-content-wrapper .home-content .university-highlights aside{ max-width: 97%; margin-top: 20px; float: none; margin: 0 auto; } .home-content-wrapper .home-content .university-highlights aside .library a{ width: 48%; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li{ width: 97%; } .home-content-wrapper .home-content .university-highlights section .readall-wrapper{ margin-bottom: 20px; text-align: center; float: left; } .home-content-wrapper .home-content .university-highlights section .readall{ text-align: center; float: none; } .home-content-wrapper .home-content .university-highlights aside h2, .home-content-wrapper .home-content .university-highlights aside figure{ display: none; } footer .footer-container .footer-boxes{ width: 60%; } footer .footer-container .footer-boxes ul{ width: 35%; } .innerpage-content-wrapper .innerpage-content section{ width: 100%; min-height: auto; } .innerpage-content-wrapper .innerpage-content aside{ width: 100%; } .innerpage-content-wrapper .innerpage-content aside ul li{ width: 100%; } .innerpage-content-wrapper .innerpage-content aside ul li a{ width: 91%; } .contact-us ul li{ margin: 0 auto; float: none; height: 180px; margin-bottom: 30px; } .contact-us ul li.last{ margin-right: auto; } .contact-us .contact-form{ width: 482px; margin: 0 auto; float: none; } .contact-us .contact-form input[type=text], .contact-us .contact-form input[type=email]{ margin-bottom: 30px; margin-right: 0px; } .contact-us .contact-form textarea{ width: 97%; margin-top: 0px; } } /* ===========================320================================== */ @media (max-width: 638px) { .campuses-wrapper{ display: none; } .search-social{ display: none; } /* Slier CSS */ .slider-wrapper, .inner-slider-wrapper{ display: none; } header{ position: relative; } .header-container .logo{ width: 100%; height: 123px; border-radius: 0px; } /* University Highlights */ .home-content-wrapper .home-content .university-highlights h1{ font-size: 25px; } .home-content-wrapper .home-content .university-highlights section article{ width: 92%; margin-left: 2px; } .home-content-wrapper .home-content .university-highlights aside{ width: 100%; } .home-content-wrapper .home-content .university-highlights aside .library .greenbutton{ margin-left: 4px; } .home-content-wrapper .home-content .university-highlights aside .library a{ width: 46%; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li{ width: 91%; margin-left: 4px; } .home-content-wrapper .home-content .university-highlights aside .highlight-buttons li a{ width: 100%; } /* Footer CSS */ footer .footer-container .footer-logo-sc{ width: 100%; float: none; } footer .footer-container .footer-logo-sc figure { width: 100%; text-align: center; } footer .footer-container .footer-logo-sc ul{ margin: 20px 0px 0px 0px; width: 140px; margin: 20px auto 0px auto; float: none; } footer .footer-container .footer-logo-sc{ float: left; } footer .footer-container .footer-logo-sc ul{ width: 50%; float: left; text-align: center; margin-left: 28%; } footer .footer-container .footer-boxes{ width: 100%; } footer .footer-container .footer-boxes ul{ width: 100%; margin: 40px 0px 0px 0px; } footer .footer-container .footer-boxes ul li{ text-align: center; } footer .footer-container .footer-boxes ul li a{ font-size: 20px; } .after-footer-wrapper .after-footer p{ width: 100%; text-align: center; } .contact-us ul li{ width: 86%; height: 250px; } .contact-us ul li figure{ float: left; width: 100%; margin-bottom: 10px; text-align: center; } .contact-us ul li figure img{ width: auto; } .contact-us ul li p{ font-size: 12px !important; margin: 0px 0px 0px 20px; } .contact-us .contact-form{ width: 91%; } .contact-us .contact-form input[type=text], .contact-us .contact-form input[type=email]{ width: 95%; } }
0.331877
0.038575
display: none; position: fixed; bottom: 60px; right: 30px; z-index: 99; border: none; outline: none; background-color:rgba(242, 242, 242, 0.5); color: #b3b3b3; cursor: pointer; padding: 15px; border-radius: 10px; font-size: 18px; width:60px; height:60px; } #downloadNav { cursor: pointer; } #introduce { min-height: 95%; width: 100%; box-sizing: border-box; padding-top: 60px; background: linear-gradient(to top, white, #d0f9ff); } #introduce > div { padding-left: 80px; padding-right: 80px; } #imgWrapper { margin: 40px auto; height: 200px; width: 200px; } #imgWrapper > img { box-sizing: border-box; height: 100%; } #description { width: 60%; min-height: 100px; margin: auto; } #title { margin-top: 20px; margin-bottom: 30px; width: 100%; font-size: 35px; font-family: DINAlternateBold, serif; text-align: center; } #mainDes { width: 100%; font-size: 120%; text-align: center; margin-bottom: 20px; color:#808080; } #description > div { width: 100%; margin-top: 30px; } #explanation { margin-top:30px; width: 100%; min-height: 200px; float: left; clear: both; } #explanation > div { width: 33%; height: 100%; float: left; } #explanation > div { cursor: pointer; } #explanation > div > p { text-align: center; margin-top: 20px; font-size: 20px; font-weight: bold; color: #0071bc; } #explanation > div > img { display: block; margin-left: auto; margin-right: auto; width: 40%; } #mainContent > div { padding-top:20px; } .contentTitle { margin-top: 30px; padding-top: 20px; box-sizing: border-box; width: 100%; font-size: 35px; font-family: DINAlternateBold, serif; text-align: left; color: #4d4d4d; } hr { margin: 10px auto; /*border-style: inset;*/ border-width: 1px; color:#e6e6e6; } #mainContent > div > p { text-align: left; margin-top: 20px; margin-bottom: 20px; font-size: 20px; color: #4d4d4d; } .mainContentImg { display: block; margin: 20px auto; width: 100%; height: 400px; } .mainContentList { text-align: left; margin-top: 20px; margin-bottom: 20px; font-size: 20px; color: #4d4d4d; /*list-style: none;*/ padding-left: 20px; box-sizing: border-box; } ul.mainContentList li { margin-top: 10px; margin-bottom: 10px; } .code { /*width: 50%;*/ min-height: 30px; color: #0071bc; line-height: 35px; border: 1px solid #0071bc; border-radius: 5px; box-sizing: border-box; margin-top: 15px; margin-bottom: 15px; padding: 0px 10px; background-color: #e6e6e6; font-size: 18px; font-family: AmericanTypewriterRegular, serif; display: block; overflow: hidden; } .inline { display: inline-block; margin-top: 2px; margin-bottom: -5px; } .codeTitle { margin-top: 5px; margin-bottom: -10px; display: inline-block; } br { display: block; margin: 20px 0; } footer { height: 50px; width: 100%; font-size: 16px; color: #fff; line-height: 50px; box-sizing: border-box; background-color: #333; text-align: center; clear: both; } /*.fab{*/ /*border-radius: 50%;*/ /*margin:0;*/ /*padding: 20px;*/ /*}*/ /*.material{*/ /*position:relative;*/ /*color:white;*/ /*margin: 20px auto;*/ /*height:400px;*/ /*width:500px;*/ /*background:#f45673;*/ /*}*/ .ripple{ overflow:hidden; } .ripple-effect{ position: absolute; border-radius: 50%; width: 50px; height: 50px; background: white; animation: ripple-animation 2s; } @keyframes ripple-animation { from { transform: scale(1); opacity: 0.5; } to { transform: scale(100); opacity: 0; } } @media (max-width: 995px) { #imgWrapper { width: 100%; height: 240px; text-align: center; } #imgWrapper > img { float: none; padding: 20px; } #description { width: 100%; min-height: 100px; } #description > p { margin-top: 10px; text-align: center; } #explanation > div { width: 100%; } #start { height: 180%; } #start > div > div { width: 100%; height: 50%; } #start > div > div > header { text-align: center; } #download > div > div { width: 100%; margin-bottom: 20px; } #download > div > div > header { margin-top: -10px; } #download > div > div > img { width: 300px; } #download > div > div > header { text-align: center; } #globeWrapper { padding: 50px; } #explanation > div > p { margin-bottom: 20px; } } @media (max-width: 650px) { #description > div > #button1, #description > div > #button2 { width: 50%; margin-bottom: 20px; text-align: center; float: left; } #description > div > #button3 { width: 100%; margin-bottom: 20px; text-align: center; float: left; } #description > div > div > div { margin-left: auto; margin-right: auto; } } @media (max-width: 490px) { p, li { line-height: 30px; } .code { min-height: 20px; line-height: 25px; padding: 0 10px; } .contentTitle { font-size: 25px; } #description > #title { font-size: 25px; } #description > div > div > div { width: 100px; } #description > div > div > div > img { display: none; } #description > div > div > div > p { width: 100%; text-align: center; } .mainContentList { font-size: 15px; } .mainContentImg { height: 150px; } ul ul { margin-left:-30px; } }
css/developer.css
display: none; position: fixed; bottom: 60px; right: 30px; z-index: 99; border: none; outline: none; background-color:rgba(242, 242, 242, 0.5); color: #b3b3b3; cursor: pointer; padding: 15px; border-radius: 10px; font-size: 18px; width:60px; height:60px; } #downloadNav { cursor: pointer; } #introduce { min-height: 95%; width: 100%; box-sizing: border-box; padding-top: 60px; background: linear-gradient(to top, white, #d0f9ff); } #introduce > div { padding-left: 80px; padding-right: 80px; } #imgWrapper { margin: 40px auto; height: 200px; width: 200px; } #imgWrapper > img { box-sizing: border-box; height: 100%; } #description { width: 60%; min-height: 100px; margin: auto; } #title { margin-top: 20px; margin-bottom: 30px; width: 100%; font-size: 35px; font-family: DINAlternateBold, serif; text-align: center; } #mainDes { width: 100%; font-size: 120%; text-align: center; margin-bottom: 20px; color:#808080; } #description > div { width: 100%; margin-top: 30px; } #explanation { margin-top:30px; width: 100%; min-height: 200px; float: left; clear: both; } #explanation > div { width: 33%; height: 100%; float: left; } #explanation > div { cursor: pointer; } #explanation > div > p { text-align: center; margin-top: 20px; font-size: 20px; font-weight: bold; color: #0071bc; } #explanation > div > img { display: block; margin-left: auto; margin-right: auto; width: 40%; } #mainContent > div { padding-top:20px; } .contentTitle { margin-top: 30px; padding-top: 20px; box-sizing: border-box; width: 100%; font-size: 35px; font-family: DINAlternateBold, serif; text-align: left; color: #4d4d4d; } hr { margin: 10px auto; /*border-style: inset;*/ border-width: 1px; color:#e6e6e6; } #mainContent > div > p { text-align: left; margin-top: 20px; margin-bottom: 20px; font-size: 20px; color: #4d4d4d; } .mainContentImg { display: block; margin: 20px auto; width: 100%; height: 400px; } .mainContentList { text-align: left; margin-top: 20px; margin-bottom: 20px; font-size: 20px; color: #4d4d4d; /*list-style: none;*/ padding-left: 20px; box-sizing: border-box; } ul.mainContentList li { margin-top: 10px; margin-bottom: 10px; } .code { /*width: 50%;*/ min-height: 30px; color: #0071bc; line-height: 35px; border: 1px solid #0071bc; border-radius: 5px; box-sizing: border-box; margin-top: 15px; margin-bottom: 15px; padding: 0px 10px; background-color: #e6e6e6; font-size: 18px; font-family: AmericanTypewriterRegular, serif; display: block; overflow: hidden; } .inline { display: inline-block; margin-top: 2px; margin-bottom: -5px; } .codeTitle { margin-top: 5px; margin-bottom: -10px; display: inline-block; } br { display: block; margin: 20px 0; } footer { height: 50px; width: 100%; font-size: 16px; color: #fff; line-height: 50px; box-sizing: border-box; background-color: #333; text-align: center; clear: both; } /*.fab{*/ /*border-radius: 50%;*/ /*margin:0;*/ /*padding: 20px;*/ /*}*/ /*.material{*/ /*position:relative;*/ /*color:white;*/ /*margin: 20px auto;*/ /*height:400px;*/ /*width:500px;*/ /*background:#f45673;*/ /*}*/ .ripple{ overflow:hidden; } .ripple-effect{ position: absolute; border-radius: 50%; width: 50px; height: 50px; background: white; animation: ripple-animation 2s; } @keyframes ripple-animation { from { transform: scale(1); opacity: 0.5; } to { transform: scale(100); opacity: 0; } } @media (max-width: 995px) { #imgWrapper { width: 100%; height: 240px; text-align: center; } #imgWrapper > img { float: none; padding: 20px; } #description { width: 100%; min-height: 100px; } #description > p { margin-top: 10px; text-align: center; } #explanation > div { width: 100%; } #start { height: 180%; } #start > div > div { width: 100%; height: 50%; } #start > div > div > header { text-align: center; } #download > div > div { width: 100%; margin-bottom: 20px; } #download > div > div > header { margin-top: -10px; } #download > div > div > img { width: 300px; } #download > div > div > header { text-align: center; } #globeWrapper { padding: 50px; } #explanation > div > p { margin-bottom: 20px; } } @media (max-width: 650px) { #description > div > #button1, #description > div > #button2 { width: 50%; margin-bottom: 20px; text-align: center; float: left; } #description > div > #button3 { width: 100%; margin-bottom: 20px; text-align: center; float: left; } #description > div > div > div { margin-left: auto; margin-right: auto; } } @media (max-width: 490px) { p, li { line-height: 30px; } .code { min-height: 20px; line-height: 25px; padding: 0 10px; } .contentTitle { font-size: 25px; } #description > #title { font-size: 25px; } #description > div > div > div { width: 100px; } #description > div > div > div > img { display: none; } #description > div > div > div > p { width: 100%; text-align: center; } .mainContentList { font-size: 15px; } .mainContentImg { height: 150px; } ul ul { margin-left:-30px; } }
0.563138
0.087603
html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ } body { padding-top: 70px; } footer { padding: 30px 0; } #classdesc { text-align: justify; font-size: 115%; } #statement { text-align: justify; font-size: 90%; } .instructorphoto img { width: 80px; border-radius: 80px; margin-bottom: 10px; } .instructor { display: inline-block; width: 120px; text-align: center; margin-right: 20px; } .instructor2 { display: inline-block; text-align: center; } /* * navbar customization *---------------------------- */ .navbar-custom { background-color:#881c1c; color:#ffffff; border-radius:0; } .navbar-custom .navbar-nav > li > a { color:#fff; padding-left:20px; padding-right:20px; } .navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus { background-color: #551111; } .navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus, .navbar-custom .navbar-nav .open>a { background-color: #551111; } /* dropdown */ .navbar-custom .navbar-nav .dropdown-menu { background-color: #551111; } .navbar-custom .navbar-nav .dropdown-menu>li>a { color: #fff; } .navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus { color: #551111; } .navbar-custom .navbar-brand { color:#eeeeee; } .navbar-custom .navbar-toggle { background-color:#eeeeee; } .navbar-custom .icon-bar { background-color:#551111; } /* * Misc style tweeks * ------------------------- */ h2 { color: #881c1c; font-size: 165%; } .jumbotron h3 { color: #63666a; font-size: 145%; } .jumbotron { padding-top: 3px; padding-bottom: 20px; } #announcetron { padding-left: 25px; padding-right: 0px; } #announcelist { list-style-type: none; position: relative; left: -40px; width: 110%; text-align: justify; } .infoblk { text-align: justify; } .btn-umass , .btn-umass:active, .btn-umass:focus{ background-color: #881c1c; border-color: #881c1c; } /* * Site footer * ---------------------------------- */ .site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; } .footer-heading { font-size: 18px; font-weight: 300; letter-spacing: -.5px; margin-bottom: 15px; } .site-footer .column { float: left; margin-bottom: 15px; } .footer-col-1 { width: 270px; /*fallback*/ width: -webkit-calc(35% - 10px); width: -moz-calc(35% - 10px); width: -o-calc(35% - 10px); width: calc(35% - 10px); margin-right: 10px } .footer-col-2 { width: 175px; /*fallback*/ width: -webkit-calc(23.125% - 10px); width: -moz-calc(23.125% - 10px); width: -o-calc(23.125% - 10px); width: calc(23.125% - 10px); margin-right: 10px } .footer-col-3 { width: 335px; /*fallback*/ width: -webkit-calc(41.875%); width: -moz-calc(41.875%); width: -o-calc(41.875%); width: calc(41.875%); } .site-footer ul { list-style: none; } .site-footer li, .site-footer p { font-size: 15px; letter-spacing: -.3px; color: #828282; } .github-icon-svg, .twitter-icon-svg { display: inline-block; width: 16px; height: 16px; position: relative; top: 3px; } /* Layout Styles */ /* ----------------------------------------------------------*/ /* Custom CSS rules for index page */ .module-header { font-size: 24px; color: #881c1c; margin-top: 20px; margin-bottom: 5px; } .materials-wrap { font-size: 18px; } .materials-item a{ color: #333; display: block; padding: 3px; } .materials-item { border-bottom: 1px solid #CCC; } .materials-item:nth-child(even) { background-color: #f7f6f1; } /* Custom CSS rules for content */ .embedded-video { text-align: center; background-color: #f7f6f1; padding: 20px 0px 20px 0px; border-bottom: 1px solid #999; border-top: 1px solid #999; } /* Custom CSS for pages */ .figcenter { text-align: center; } .fig img { max-width: 98%; } .figleft img { max-width: 50%; float: left; margin-right: 20px; } .figleft svg { float: left; margin-right: 20px; } .fighighlight { /* background-color: #f7f6f1; */ padding: 20px 4px 20px 4px; border-bottom: 1px solid #999; border-top: 1px solid #999; /* box-shadow: 0px 2px 5px #CCC, 0px -2px 5px #CCC; */ } .figcaption { font-weight: 400; font-size: 14px; color: #575651; text-align: justify; } .post-content p { text-align: justify; } .kw { font-size: 16px; color: #08A; margin-left: 10px; } .notyet { background-color: #FEE !important; } /* * Off Canvas * -------------------------------------------------- */ @media screen and (max-width: 767px) { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; } .row-offcanvas-right { right: 0; } .row-offcanvas-left { left: 0; } .row-offcanvas-right .sidebar-offcanvas { right: -67%; /* 8 columns */ } .row-offcanvas-left .sidebar-offcanvas { left: -67%; /* 8 columns */ } .row-offcanvas-right.active { right: 67%; /* 8 columns */ } .row-offcanvas-left.active { left: 67%; /* 8 columns */ } .sidebar-offcanvas { position: absolute; top: 0; width: 67%; /* 8 columns */ } }
assets/css/offcanvas.css
html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ } body { padding-top: 70px; } footer { padding: 30px 0; } #classdesc { text-align: justify; font-size: 115%; } #statement { text-align: justify; font-size: 90%; } .instructorphoto img { width: 80px; border-radius: 80px; margin-bottom: 10px; } .instructor { display: inline-block; width: 120px; text-align: center; margin-right: 20px; } .instructor2 { display: inline-block; text-align: center; } /* * navbar customization *---------------------------- */ .navbar-custom { background-color:#881c1c; color:#ffffff; border-radius:0; } .navbar-custom .navbar-nav > li > a { color:#fff; padding-left:20px; padding-right:20px; } .navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus { background-color: #551111; } .navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus, .navbar-custom .navbar-nav .open>a { background-color: #551111; } /* dropdown */ .navbar-custom .navbar-nav .dropdown-menu { background-color: #551111; } .navbar-custom .navbar-nav .dropdown-menu>li>a { color: #fff; } .navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus { color: #551111; } .navbar-custom .navbar-brand { color:#eeeeee; } .navbar-custom .navbar-toggle { background-color:#eeeeee; } .navbar-custom .icon-bar { background-color:#551111; } /* * Misc style tweeks * ------------------------- */ h2 { color: #881c1c; font-size: 165%; } .jumbotron h3 { color: #63666a; font-size: 145%; } .jumbotron { padding-top: 3px; padding-bottom: 20px; } #announcetron { padding-left: 25px; padding-right: 0px; } #announcelist { list-style-type: none; position: relative; left: -40px; width: 110%; text-align: justify; } .infoblk { text-align: justify; } .btn-umass , .btn-umass:active, .btn-umass:focus{ background-color: #881c1c; border-color: #881c1c; } /* * Site footer * ---------------------------------- */ .site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; } .footer-heading { font-size: 18px; font-weight: 300; letter-spacing: -.5px; margin-bottom: 15px; } .site-footer .column { float: left; margin-bottom: 15px; } .footer-col-1 { width: 270px; /*fallback*/ width: -webkit-calc(35% - 10px); width: -moz-calc(35% - 10px); width: -o-calc(35% - 10px); width: calc(35% - 10px); margin-right: 10px } .footer-col-2 { width: 175px; /*fallback*/ width: -webkit-calc(23.125% - 10px); width: -moz-calc(23.125% - 10px); width: -o-calc(23.125% - 10px); width: calc(23.125% - 10px); margin-right: 10px } .footer-col-3 { width: 335px; /*fallback*/ width: -webkit-calc(41.875%); width: -moz-calc(41.875%); width: -o-calc(41.875%); width: calc(41.875%); } .site-footer ul { list-style: none; } .site-footer li, .site-footer p { font-size: 15px; letter-spacing: -.3px; color: #828282; } .github-icon-svg, .twitter-icon-svg { display: inline-block; width: 16px; height: 16px; position: relative; top: 3px; } /* Layout Styles */ /* ----------------------------------------------------------*/ /* Custom CSS rules for index page */ .module-header { font-size: 24px; color: #881c1c; margin-top: 20px; margin-bottom: 5px; } .materials-wrap { font-size: 18px; } .materials-item a{ color: #333; display: block; padding: 3px; } .materials-item { border-bottom: 1px solid #CCC; } .materials-item:nth-child(even) { background-color: #f7f6f1; } /* Custom CSS rules for content */ .embedded-video { text-align: center; background-color: #f7f6f1; padding: 20px 0px 20px 0px; border-bottom: 1px solid #999; border-top: 1px solid #999; } /* Custom CSS for pages */ .figcenter { text-align: center; } .fig img { max-width: 98%; } .figleft img { max-width: 50%; float: left; margin-right: 20px; } .figleft svg { float: left; margin-right: 20px; } .fighighlight { /* background-color: #f7f6f1; */ padding: 20px 4px 20px 4px; border-bottom: 1px solid #999; border-top: 1px solid #999; /* box-shadow: 0px 2px 5px #CCC, 0px -2px 5px #CCC; */ } .figcaption { font-weight: 400; font-size: 14px; color: #575651; text-align: justify; } .post-content p { text-align: justify; } .kw { font-size: 16px; color: #08A; margin-left: 10px; } .notyet { background-color: #FEE !important; } /* * Off Canvas * -------------------------------------------------- */ @media screen and (max-width: 767px) { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; } .row-offcanvas-right { right: 0; } .row-offcanvas-left { left: 0; } .row-offcanvas-right .sidebar-offcanvas { right: -67%; /* 8 columns */ } .row-offcanvas-left .sidebar-offcanvas { left: -67%; /* 8 columns */ } .row-offcanvas-right.active { right: 67%; /* 8 columns */ } .row-offcanvas-left.active { left: 67%; /* 8 columns */ } .sidebar-offcanvas { position: absolute; top: 0; width: 67%; /* 8 columns */ } }
0.422505
0.057019
@-moz-document domain("mycourses.rit.edu") { /* MyCourses Dark Theme author: Inchworm333 description: A dark theme and general fixes to the rit MyCourses */ /* Generic Page */ .d2l-navigation-s-header, .d2l-navigation-s-main.d2l-navigation-main-tb { background-color: #212121; border-bottom: 1px solid #424242; } .d2l-navigation-s-band-color { background-color: #E65100 !important; } /* Site Body */ body { background-color: #212121 !important; } /* Scrollbar */ ::-webkit-scrollbar { width: 10px; background: #212121; box-shadow: inset 0 0 3px black; border-radius: 10px; } ::-webkit-scrollbar-thumb { background-color: #424242; border-radius: 10px; } /* Main Logo Brightness */ img[alt="My Home"] { filter: brightness(2); } /* Top Menu Name Colors */ .d2l-navigation-s-button-highlight.d2l-dropdown-opener { color: #9E9E9E; } /* Notification Circle */ .x-scope.d2l-icon-0 circle[fill="#e57231"] { stroke-width: 0px; } /* Top Icons */ d2l-icon[icon="d2l-tier2:divider-big"] { /* menu dividers*/ color: #616161; } d2l-icon[icon="d2l-tier3:classes"], d2l-icon[icon="d2l-tier3:email"], d2l-icon[icon="d2l-tier3:discussions"], d2l-icon[icon="d2l-tier3:notification-bell"], d2l-icon[icon="navigation-42:profile"] { color: #9E9E9E; } /* Text Color */ .d2l-typography, .d2l-heading { color: #EEEEEE !important; } .d2l-textblock-secondary, .course-code-text, .d2l-navigation-s-link, p, .d2l-htmlblock { color: #E0E0E0 !important; } .d2l-textblock { color: #BDBDBD !important; } [style="font-size: 12pt; color: #633d28;"] { color: #795548 !important; } /* Links */ .d2l-link-elem:link, .d2l-link:link{ color: #448AFF !important; } .d2l-link-elem:visited, .d2l-link:visited { color: #7C4DFF !important; } /* Hilight Background Color */ .vui-active { background-color: #616161 !important; } /* Loading Icon Spinner */ .d2l-loading-spinner circle[stroke-width="0.5"] { /*Border Color*/ stroke: black !important; background-color: black; } .d2l-loading-spinner circle[fill="#FFF"] { fill: #616161; } .d2l-loading-spinner-0 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child + path, .d2l-loading-spinner-1 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child + path, .d2l-loading-spinner-2 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child + path { fill: #9E9E9E !important; border: none; stroke: #9E9E9E; stroke-width: 0.5; } .d2l-loading-spinner-0 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child, .d2l-loading-spinner-1 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child, .d2l-loading-spinner-2 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child { fill: #616161; } .d2l-loading-spinner-0 .d2l-loading-spinner-bg.d2l-loading-spinner, .d2l-loading-spinner-1 .d2l-loading-spinner-bg.d2l-loading-spinner, .d2l-loading-spinner-2 .d2l-loading-spinner-bg.d2l-loading-spinner { stroke: #D84315; } /* Sidebar Calender Dropdown */ .d2l-widget { border-color: #616161 !important; } .d2l-collapsepane-header { background-color: #424242 !important; background-image: none !important; color: #757575; border: 1px solid black !important; } [icon="d2l-tier1:arrow-expand"], [icon="d2l-tier1:arrow-collapse"] { color: #757575 !important; } .d2l-collapsepane-content { background-color: #424242 !important; border-right: 1px solid black !important; border-left: 1px solid black !important; border-bottom: 1px solid black !important; } .d2l-textblock { color: #EEEEEE; } /* Various Context Menus */ .d2l-contextmenu { background-color: #424242; border-color: black !important; } /* color of horozontal ruler */ hr { border-color: #424242 !important; background-color: #424242 !important; color: #424242 !important; } /* Delete Abnoxious Gradient Shadow */ .d2l-navigation-s-shadow-gradient { display: none; } } @-moz-document url("https://mycourses.rit.edu/d2l/home") { /* HOME */ /* Delete the user links box and the 'find my courses' box*/ div[aria-labelledby*=d2l_1_0_], div[aria-labelledby*=d2l_1_7_] { display: none; } /* For the All-Courses popup */ #all-courses, #all-courses .scrollable { background: #212121; border-top-color: black; } /* Alerts */ .d2l-alert-0 { background: #212121; } .alert-wrapper .d2l-alert { background-color: #424242; border-color: black !important; border-width: 3px; } .alert-wrapper .d2l-alert { border-bottom-right-radius: 5px !important; border-top-right-radius: 5px !important; } .alert-wrapper .d2l-alert .message-highlight.d2l-alert { background-color: #E53935; border-color: inherit !important; border-radius: 3px 0 0 3px !important; } /*Course Box*/ .d2l-course-image-tile { border-width: 1px; border-color: black !important; } .d2l-course-image-tile #dropdown-more { visibility: hidden; } .d2l-course-image-tile-0 .image-container.d2l-course-image-tile { background: black; } .d2l-image-tile-0 .d2l-image-tile-image-container.d2l-image-tile { background: black; border-color: black; } d2l-image-tile-container style-scope d2l-image-tile:first-child { background-color: black !important; } d2l-course-image-tile .d2l-image-tile-menu-adjacent-container.d2l-image-tile { /* Course Box Pinned/Unpinned invisible*/ opacity: 0; transition: opacity .5s; } d2l-course-image-tile:hover .d2l-image-tile-menu-adjacent-container.d2l-image-tile { /* Course Box Pinned/Unpinned visible*/ opacity: 1; } .update-text-box { /*Update Notification*/ margin-right: 10px !important; margin-top: 10px !important; border-color: #e87511 !important; } .flex { background-color: #424242; overflow: hidden; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .course-text { padding-left: 10px; padding-bottom: 10px; color: #EEEEEE; } .course-code-text, .semester-text, .d2l-icon-2 { color: #BDBDBD !important; } } @-moz-document url-prefix("https://mycourses.rit.edu/d2l/loginh/") { /* LOGIN */ /*fix col width so non rit login fits*/ .col-md-1 { width: 0; } /*rounded corners for most things */ #login-container, .col-md-5.splash-inset, .support { border-radius: 15px; } /* Change color for support boxes and images inside */ .support { background-color: #424242 !important; color: white; } .support:hover { background-color: #E87420 !important; } .col-md-3 .support img { filter: contrast(5); } /*Get rid of 'review info for browser' and fix spacing*/ .col-md-8 .login-list { display: none; } .col-md-8 .row { padding-top: 20px; padding-bottom: 10px; } /*Delete scrollbar*/ html { overflow: hidden; } }
MyCourses Dark Theme.user.css
@-moz-document domain("mycourses.rit.edu") { /* MyCourses Dark Theme author: Inchworm333 description: A dark theme and general fixes to the rit MyCourses */ /* Generic Page */ .d2l-navigation-s-header, .d2l-navigation-s-main.d2l-navigation-main-tb { background-color: #212121; border-bottom: 1px solid #424242; } .d2l-navigation-s-band-color { background-color: #E65100 !important; } /* Site Body */ body { background-color: #212121 !important; } /* Scrollbar */ ::-webkit-scrollbar { width: 10px; background: #212121; box-shadow: inset 0 0 3px black; border-radius: 10px; } ::-webkit-scrollbar-thumb { background-color: #424242; border-radius: 10px; } /* Main Logo Brightness */ img[alt="My Home"] { filter: brightness(2); } /* Top Menu Name Colors */ .d2l-navigation-s-button-highlight.d2l-dropdown-opener { color: #9E9E9E; } /* Notification Circle */ .x-scope.d2l-icon-0 circle[fill="#e57231"] { stroke-width: 0px; } /* Top Icons */ d2l-icon[icon="d2l-tier2:divider-big"] { /* menu dividers*/ color: #616161; } d2l-icon[icon="d2l-tier3:classes"], d2l-icon[icon="d2l-tier3:email"], d2l-icon[icon="d2l-tier3:discussions"], d2l-icon[icon="d2l-tier3:notification-bell"], d2l-icon[icon="navigation-42:profile"] { color: #9E9E9E; } /* Text Color */ .d2l-typography, .d2l-heading { color: #EEEEEE !important; } .d2l-textblock-secondary, .course-code-text, .d2l-navigation-s-link, p, .d2l-htmlblock { color: #E0E0E0 !important; } .d2l-textblock { color: #BDBDBD !important; } [style="font-size: 12pt; color: #633d28;"] { color: #795548 !important; } /* Links */ .d2l-link-elem:link, .d2l-link:link{ color: #448AFF !important; } .d2l-link-elem:visited, .d2l-link:visited { color: #7C4DFF !important; } /* Hilight Background Color */ .vui-active { background-color: #616161 !important; } /* Loading Icon Spinner */ .d2l-loading-spinner circle[stroke-width="0.5"] { /*Border Color*/ stroke: black !important; background-color: black; } .d2l-loading-spinner circle[fill="#FFF"] { fill: #616161; } .d2l-loading-spinner-0 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child + path, .d2l-loading-spinner-1 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child + path, .d2l-loading-spinner-2 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child + path { fill: #9E9E9E !important; border: none; stroke: #9E9E9E; stroke-width: 0.5; } .d2l-loading-spinner-0 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child, .d2l-loading-spinner-1 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child, .d2l-loading-spinner-2 .d2l-loading-spinner-wrapper svg[class*="slice"] g path:first-child { fill: #616161; } .d2l-loading-spinner-0 .d2l-loading-spinner-bg.d2l-loading-spinner, .d2l-loading-spinner-1 .d2l-loading-spinner-bg.d2l-loading-spinner, .d2l-loading-spinner-2 .d2l-loading-spinner-bg.d2l-loading-spinner { stroke: #D84315; } /* Sidebar Calender Dropdown */ .d2l-widget { border-color: #616161 !important; } .d2l-collapsepane-header { background-color: #424242 !important; background-image: none !important; color: #757575; border: 1px solid black !important; } [icon="d2l-tier1:arrow-expand"], [icon="d2l-tier1:arrow-collapse"] { color: #757575 !important; } .d2l-collapsepane-content { background-color: #424242 !important; border-right: 1px solid black !important; border-left: 1px solid black !important; border-bottom: 1px solid black !important; } .d2l-textblock { color: #EEEEEE; } /* Various Context Menus */ .d2l-contextmenu { background-color: #424242; border-color: black !important; } /* color of horozontal ruler */ hr { border-color: #424242 !important; background-color: #424242 !important; color: #424242 !important; } /* Delete Abnoxious Gradient Shadow */ .d2l-navigation-s-shadow-gradient { display: none; } } @-moz-document url("https://mycourses.rit.edu/d2l/home") { /* HOME */ /* Delete the user links box and the 'find my courses' box*/ div[aria-labelledby*=d2l_1_0_], div[aria-labelledby*=d2l_1_7_] { display: none; } /* For the All-Courses popup */ #all-courses, #all-courses .scrollable { background: #212121; border-top-color: black; } /* Alerts */ .d2l-alert-0 { background: #212121; } .alert-wrapper .d2l-alert { background-color: #424242; border-color: black !important; border-width: 3px; } .alert-wrapper .d2l-alert { border-bottom-right-radius: 5px !important; border-top-right-radius: 5px !important; } .alert-wrapper .d2l-alert .message-highlight.d2l-alert { background-color: #E53935; border-color: inherit !important; border-radius: 3px 0 0 3px !important; } /*Course Box*/ .d2l-course-image-tile { border-width: 1px; border-color: black !important; } .d2l-course-image-tile #dropdown-more { visibility: hidden; } .d2l-course-image-tile-0 .image-container.d2l-course-image-tile { background: black; } .d2l-image-tile-0 .d2l-image-tile-image-container.d2l-image-tile { background: black; border-color: black; } d2l-image-tile-container style-scope d2l-image-tile:first-child { background-color: black !important; } d2l-course-image-tile .d2l-image-tile-menu-adjacent-container.d2l-image-tile { /* Course Box Pinned/Unpinned invisible*/ opacity: 0; transition: opacity .5s; } d2l-course-image-tile:hover .d2l-image-tile-menu-adjacent-container.d2l-image-tile { /* Course Box Pinned/Unpinned visible*/ opacity: 1; } .update-text-box { /*Update Notification*/ margin-right: 10px !important; margin-top: 10px !important; border-color: #e87511 !important; } .flex { background-color: #424242; overflow: hidden; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .course-text { padding-left: 10px; padding-bottom: 10px; color: #EEEEEE; } .course-code-text, .semester-text, .d2l-icon-2 { color: #BDBDBD !important; } } @-moz-document url-prefix("https://mycourses.rit.edu/d2l/loginh/") { /* LOGIN */ /*fix col width so non rit login fits*/ .col-md-1 { width: 0; } /*rounded corners for most things */ #login-container, .col-md-5.splash-inset, .support { border-radius: 15px; } /* Change color for support boxes and images inside */ .support { background-color: #424242 !important; color: white; } .support:hover { background-color: #E87420 !important; } .col-md-3 .support img { filter: contrast(5); } /*Get rid of 'review info for browser' and fix spacing*/ .col-md-8 .login-list { display: none; } .col-md-8 .row { padding-top: 20px; padding-bottom: 10px; } /*Delete scrollbar*/ html { overflow: hidden; } }
0.179459
0.078219
pre.textmate-source { padding: 0px 0px 16px 0px; } pre.textmate-source.sunburst { color: #F8F8F8; background-color: #000; } pre.textmate-source .linenum { padding: 0.1em 0.5em 0.2em 0; color: #333; background-color: #111; } pre.textmate-source.sunburst span { padding-top: 0.2em; padding-bottom: 0.1em; } pre.textmate-source.sunburst ::selection { background-color: rgba(221, 240, 255, 0.25); } /* Comment */ pre.textmate-source.sunburst .comment { color: #AEAEAE; } /* Constant */ pre.textmate-source.sunburst .constant { color: #3387CC; } /* Entity */ pre.textmate-source.sunburst .entity { color: #89BDFF; } /* Keyword */ pre.textmate-source.sunburst .keyword { color: #E28964; } /* Storage */ pre.textmate-source.sunburst .storage { color: #99CF50; } /* String */ pre.textmate-source.sunburst .string { color: #65B042; } /* Support */ pre.textmate-source.sunburst .support { color: #9B859D; } /* Variable */ pre.textmate-source.sunburst .variable { color: #3E87E3; } /* Invalid – Deprecated */ pre.textmate-source.sunburst .invalid_deprecated { color: #FD5FF1; font-style: italic; text-decoration: underline; } /* Invalid – Illegal */ pre.textmate-source.sunburst .invalid_illegal { color: #FD5FF1; background-color: rgba(86, 45, 86, 0.75); } /* ♦ Embedded Source (Bright) */ pre.textmate-source.sunburst .text .source { background-color: rgba(177, 179, 186, 0.03); } /* ♦ Entity inherited-class */ pre.textmate-source.sunburst .entity_other_inherited-class { color: #9B5C2E; font-style: italic; } /* ♦ String embedded-source */ pre.textmate-source.sunburst .string_quoted .source { color: #DAEFA3; } /* ♦ String constant */ pre.textmate-source.sunburst .string .constant { color: #DDF2A4; } /* ♦ String.regexp */ pre.textmate-source.sunburst .string_regexp { color: #E9C062; } /* ♦ String.regexp.«special» */ pre.textmate-source.sunburst .string_regexp .constant_character_escape, pre.textmate-source.sunburst .string_regexp .source_ruby_embedded, pre.textmate-source.sunburst .string_regexp .string_regexp_arbitrary-repitition { color: #CF7D34; } /* ♦ String variable */ pre.textmate-source.sunburst .string .variable { color: #8A9A95; }
themes/site-1/simpla/stylesheets/textmate.css
pre.textmate-source { padding: 0px 0px 16px 0px; } pre.textmate-source.sunburst { color: #F8F8F8; background-color: #000; } pre.textmate-source .linenum { padding: 0.1em 0.5em 0.2em 0; color: #333; background-color: #111; } pre.textmate-source.sunburst span { padding-top: 0.2em; padding-bottom: 0.1em; } pre.textmate-source.sunburst ::selection { background-color: rgba(221, 240, 255, 0.25); } /* Comment */ pre.textmate-source.sunburst .comment { color: #AEAEAE; } /* Constant */ pre.textmate-source.sunburst .constant { color: #3387CC; } /* Entity */ pre.textmate-source.sunburst .entity { color: #89BDFF; } /* Keyword */ pre.textmate-source.sunburst .keyword { color: #E28964; } /* Storage */ pre.textmate-source.sunburst .storage { color: #99CF50; } /* String */ pre.textmate-source.sunburst .string { color: #65B042; } /* Support */ pre.textmate-source.sunburst .support { color: #9B859D; } /* Variable */ pre.textmate-source.sunburst .variable { color: #3E87E3; } /* Invalid – Deprecated */ pre.textmate-source.sunburst .invalid_deprecated { color: #FD5FF1; font-style: italic; text-decoration: underline; } /* Invalid – Illegal */ pre.textmate-source.sunburst .invalid_illegal { color: #FD5FF1; background-color: rgba(86, 45, 86, 0.75); } /* ♦ Embedded Source (Bright) */ pre.textmate-source.sunburst .text .source { background-color: rgba(177, 179, 186, 0.03); } /* ♦ Entity inherited-class */ pre.textmate-source.sunburst .entity_other_inherited-class { color: #9B5C2E; font-style: italic; } /* ♦ String embedded-source */ pre.textmate-source.sunburst .string_quoted .source { color: #DAEFA3; } /* ♦ String constant */ pre.textmate-source.sunburst .string .constant { color: #DDF2A4; } /* ♦ String.regexp */ pre.textmate-source.sunburst .string_regexp { color: #E9C062; } /* ♦ String.regexp.«special» */ pre.textmate-source.sunburst .string_regexp .constant_character_escape, pre.textmate-source.sunburst .string_regexp .source_ruby_embedded, pre.textmate-source.sunburst .string_regexp .string_regexp_arbitrary-repitition { color: #CF7D34; } /* ♦ String variable */ pre.textmate-source.sunburst .string .variable { color: #8A9A95; }
0.33644
0.076442
@import '../node_modules/bootstrap/dist/css/bootstrap.min.css'; @import '../node_modules/bootswatch/dist/materia/bootstrap.min.css'; @import '../node_modules/font-awesome/css/font-awesome.min.css'; @import '../node_modules/alertifyjs/build/css/alertify.min.css'; @import '../node_modules/alertifyjs/build/css/themes/bootstrap.min.css'; @import '../node_modules/ngx-bootstrap/datepicker/bs-datepicker.css'; body { font-family: 'Josefin Sans' !important; overflow-x: hidden; background-color: #fff; } .card { background: #fbfbfb; /* fallback for old browsers */ background: -webkit-linear-gradient(to top, #ffffff, #f9f9f9) !important; /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to top, #ffffff, #f9f9f9) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } /* font sizes */ .small-font { font-size: 12px } .medium-font { font-size: 14px; } .large-font { font-size: 18px; } .xl-font { font-size: 24px; } /* alertify */ .ajs-message.ajs-visible { border-radius: 8px; } /* theme override */ .btn { padding: 0.55rem 0.65rem; font-size: 12px; outline: none; } .btn-clean { background: none; box-shadow: none } button:focus, button:active { outline: none !important; } .btn-custom { text-transform: uppercase; border: none; -webkit-transition: all 0.4s; transition: all 0.4s; color: black; box-shadow: none; font-size: 16px; font-weight: bold; } .btn-custom:hover .arrow-right { background: #ff5252; color: white; } .arrow-right { color: #ff5252d3; font-size: 24px; border: 3px solid #ff5252d3; padding: 3px 6px; vertical-align: sub; } label { font-size: 12px !important; } .nav-tabs { margin-bottom: 15px !important; } /* .bg-primary { border: none; background: linear-gradient( rgb(68, 50, 83) 0%, rgb(128, 101, 170) 100%) !important; } .page-item.active .page-link { background: rgb(128, 101, 170) !important; border: none; } */ .btn-primary { background: #ff5252d3 !important; border: none; } .text-primary { color: #ff5252d3 !important; } /* navbar */ .navbar { padding: 10px; } .flyout { z-index: 1040 !important; padding: 10px !important; height: 100% !important; } .close-btn-container .close-btn::before, .close-btn::after { background-color: #5c5c5c !important; } /* forms */ .form-control { border-radius: 1px !important; } .input-sm { height: 35px; } .input-edit-mode { height: 20px; padding: 0; width: 60%; } .wrap-text { overflow-wrap: anywhere; } /* tabs */ /* .tab-panel { border: 1px solid #ddd; padding: 10px; border-radius: 4px; } .nav-tabs > li.open, .member-tabset > .nav-tabs > li:hover { border-bottom: 4px solid #2196f380; } .member-tabset > .nav-tabs > li.open > a, .member-tabset > .nav-tabs > li:hover > a { border: 0; background: none !important; color: #333333; } .member-tabset > .nav-tabs > li.open > a > i, .member-tabset > .nav-tabs > li:hover > a > i { color: #a6a6a6; } .member-tabset > .nav-tabs > li.open .dropdown-menu, .member-tabset > .nav-tabs > li:hover .dropdown-menu { margin-top: 0px; } .member-tabset > .nav-tabs > li.active { border-bottom: 4px solid #2196F3; position: relative; } .member-tabset > .nav-tabs > li.active > a { border: 0 !important; color: #333333; } .member-tabset > .nav-tabs > li.active > a > i { color: #404040; } .member-tabset > .tab-content { margin-top: -3px; background-color: #fff; border: 0; border-top: 1px solid #eee; padding: 15px 0; } */
src/DateApp-SPA/src/styles.css
@import '../node_modules/bootstrap/dist/css/bootstrap.min.css'; @import '../node_modules/bootswatch/dist/materia/bootstrap.min.css'; @import '../node_modules/font-awesome/css/font-awesome.min.css'; @import '../node_modules/alertifyjs/build/css/alertify.min.css'; @import '../node_modules/alertifyjs/build/css/themes/bootstrap.min.css'; @import '../node_modules/ngx-bootstrap/datepicker/bs-datepicker.css'; body { font-family: 'Josefin Sans' !important; overflow-x: hidden; background-color: #fff; } .card { background: #fbfbfb; /* fallback for old browsers */ background: -webkit-linear-gradient(to top, #ffffff, #f9f9f9) !important; /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to top, #ffffff, #f9f9f9) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } /* font sizes */ .small-font { font-size: 12px } .medium-font { font-size: 14px; } .large-font { font-size: 18px; } .xl-font { font-size: 24px; } /* alertify */ .ajs-message.ajs-visible { border-radius: 8px; } /* theme override */ .btn { padding: 0.55rem 0.65rem; font-size: 12px; outline: none; } .btn-clean { background: none; box-shadow: none } button:focus, button:active { outline: none !important; } .btn-custom { text-transform: uppercase; border: none; -webkit-transition: all 0.4s; transition: all 0.4s; color: black; box-shadow: none; font-size: 16px; font-weight: bold; } .btn-custom:hover .arrow-right { background: #ff5252; color: white; } .arrow-right { color: #ff5252d3; font-size: 24px; border: 3px solid #ff5252d3; padding: 3px 6px; vertical-align: sub; } label { font-size: 12px !important; } .nav-tabs { margin-bottom: 15px !important; } /* .bg-primary { border: none; background: linear-gradient( rgb(68, 50, 83) 0%, rgb(128, 101, 170) 100%) !important; } .page-item.active .page-link { background: rgb(128, 101, 170) !important; border: none; } */ .btn-primary { background: #ff5252d3 !important; border: none; } .text-primary { color: #ff5252d3 !important; } /* navbar */ .navbar { padding: 10px; } .flyout { z-index: 1040 !important; padding: 10px !important; height: 100% !important; } .close-btn-container .close-btn::before, .close-btn::after { background-color: #5c5c5c !important; } /* forms */ .form-control { border-radius: 1px !important; } .input-sm { height: 35px; } .input-edit-mode { height: 20px; padding: 0; width: 60%; } .wrap-text { overflow-wrap: anywhere; } /* tabs */ /* .tab-panel { border: 1px solid #ddd; padding: 10px; border-radius: 4px; } .nav-tabs > li.open, .member-tabset > .nav-tabs > li:hover { border-bottom: 4px solid #2196f380; } .member-tabset > .nav-tabs > li.open > a, .member-tabset > .nav-tabs > li:hover > a { border: 0; background: none !important; color: #333333; } .member-tabset > .nav-tabs > li.open > a > i, .member-tabset > .nav-tabs > li:hover > a > i { color: #a6a6a6; } .member-tabset > .nav-tabs > li.open .dropdown-menu, .member-tabset > .nav-tabs > li:hover .dropdown-menu { margin-top: 0px; } .member-tabset > .nav-tabs > li.active { border-bottom: 4px solid #2196F3; position: relative; } .member-tabset > .nav-tabs > li.active > a { border: 0 !important; color: #333333; } .member-tabset > .nav-tabs > li.active > a > i { color: #404040; } .member-tabset > .tab-content { margin-top: -3px; background-color: #fff; border: 0; border-top: 1px solid #eee; padding: 15px 0; } */
0.250363
0.035178
.accordion { margin-top: 10px; border-bottom: 1px solid transparent; transition: border 300ms ease-in-out 150ms, background-color 400ms ease, margin-bottom 300ms linear; will-change: border, background-color, margin-bottom; } .accordion--open.accordion:not(.accordion--wrapped) { margin-bottom: 30px; } .accordion--open.accordion:not(.accordion--wrapped)>.accordion__head { font-size: 20px; } .accordion .accordion__head { white-space: nowrap; } .accordion__head, .accordion__item { padding: 4px 9px 3px 3px; position: relative; background-color: transparent; transition: border-bottom 300ms ease-in-out 150ms, font-weight 300ms ease-in-out, font-size 300ms ease-in-out; will-change: border-bottom, font-weight, font-size; } .accordion__head, .accordion__item, .accordion__head .arrow, .accordion__item .arrow { cursor: pointer; } .accordion .accordion__head .accordion__head--search--wrapper { overflow: hidden; display: inline-table; } .tapp.color--1 .accordion--wrapped .accordion__head, .tapp.color--1 .accordion--wrapped .accordion__head:before, .tapp.color--1 .accordion .accordion__head, .tapp.color--1 .accordion .accordion__head:before, .tapp.color--1 .content__card .accordion__head, .tapp.color--1 .content__card .accordion__head:before { color: #fff; } .accordion.accordion--open .accordion__head .accordion__head--search--wrapper .accordion__head--search { max-width: 80%; } .accordion .accordion__head .accordion__head--search--wrapper .accordion__head--search { max-width: 100%; white-space: nowrap; text-overflow: ellipsis; /* overflow: hidden; */ transition: max-width .3s; } .accordion--open.accordion:not(.accordion--wrapped)>.accordion__head { font-size: 20px; } .accordion.accordion--open .accordion__head .Suche { opacity: 1; transform: translateZ(0); } .accordion .accordion__head .Suche { transition: opacity .3s,transform .3s; opacity: 0; transform: translate3d(100%,0,0); position: absolute; top: 4px; right: 9px; } .Suche.Suche--accordion { width: 40%; float: right; position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; max-height: 28px; } .Suche { transition: opacity .3s,transform .3s; opacity: 0; transform: translate3d(100%,0,0); position: absolute; top: 4px; right: 9px; } .Suche.Suche--accordion input, .Suche.Suche--accordion label i { font-size: 14px!important; } .Suche input { width: 100%; background-color: transparent; border-width: 0 0 1px; border-color: #494949; padding: 4px 8px; border-radius: 0!important; } input { line-height: normal; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } .Suche.Suche--accordion input, .Suche.Suche--accordion label i { font-size: 14px!important; } .Suche label i { opacity: .6; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .accordion__body { overflow: hidden; position: relative; height: auto !important; } .animation__accordion--open, .accordion--open>.accordion__body, .mode-switch.mode-switch--open>.mode-switch__body { transition: max-height 0.5s cubic-bezier(0.5, 0, 1, 0) 0s; will-change: max-height; } .accordion--open>.accordion__body { max-height: 9999px !important; } .accordion__content { padding: 0 9px 9px; } .tapp.color--1 a, .tapp.color--1 h1, .tapp.color--1 h2, .tapp.color--1 h3, .tapp.color--1 h4, .tapp.color--1 h5, .tapp.color--1 i, .tapp.color--1 ol, .tapp.color--1 p, .tapp.color--1 ul { color: #fff; } .Suche label { max-height: 28px; position: absolute; top: 0; right: 0; bottom: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .accordion__head .arrow:before, .accordion__head:before, .accordion__item .arrow:before, .accordion__item:before { font-family: FontAwesome, sans-serif; content: "\f105"; line-height: 24px; font-size: 18px; font-weight: normal; position: relative; top: 1px; margin: 0 8px; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; will-change: transform; display: inline-block; } .Suche.Suche--accordion input, .Suche.Suche--accordion label i { font-size: 14px!important; } .accordion.accordion--open .accordion__head .Suche { opacity: 1; transform: translateZ(0); } .Suche .Suche--accordion { opacity: 1; transform: translateZ(0); } .Suchen .accordion .accordion__head .accordion__head--search--wrapper { overflow: hidden; display: inline-table; } .accordion--open .searchBody { padding: 0 0 9px; }
src/components/registerFormular/registerFormular.css
.accordion { margin-top: 10px; border-bottom: 1px solid transparent; transition: border 300ms ease-in-out 150ms, background-color 400ms ease, margin-bottom 300ms linear; will-change: border, background-color, margin-bottom; } .accordion--open.accordion:not(.accordion--wrapped) { margin-bottom: 30px; } .accordion--open.accordion:not(.accordion--wrapped)>.accordion__head { font-size: 20px; } .accordion .accordion__head { white-space: nowrap; } .accordion__head, .accordion__item { padding: 4px 9px 3px 3px; position: relative; background-color: transparent; transition: border-bottom 300ms ease-in-out 150ms, font-weight 300ms ease-in-out, font-size 300ms ease-in-out; will-change: border-bottom, font-weight, font-size; } .accordion__head, .accordion__item, .accordion__head .arrow, .accordion__item .arrow { cursor: pointer; } .accordion .accordion__head .accordion__head--search--wrapper { overflow: hidden; display: inline-table; } .tapp.color--1 .accordion--wrapped .accordion__head, .tapp.color--1 .accordion--wrapped .accordion__head:before, .tapp.color--1 .accordion .accordion__head, .tapp.color--1 .accordion .accordion__head:before, .tapp.color--1 .content__card .accordion__head, .tapp.color--1 .content__card .accordion__head:before { color: #fff; } .accordion.accordion--open .accordion__head .accordion__head--search--wrapper .accordion__head--search { max-width: 80%; } .accordion .accordion__head .accordion__head--search--wrapper .accordion__head--search { max-width: 100%; white-space: nowrap; text-overflow: ellipsis; /* overflow: hidden; */ transition: max-width .3s; } .accordion--open.accordion:not(.accordion--wrapped)>.accordion__head { font-size: 20px; } .accordion.accordion--open .accordion__head .Suche { opacity: 1; transform: translateZ(0); } .accordion .accordion__head .Suche { transition: opacity .3s,transform .3s; opacity: 0; transform: translate3d(100%,0,0); position: absolute; top: 4px; right: 9px; } .Suche.Suche--accordion { width: 40%; float: right; position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; max-height: 28px; } .Suche { transition: opacity .3s,transform .3s; opacity: 0; transform: translate3d(100%,0,0); position: absolute; top: 4px; right: 9px; } .Suche.Suche--accordion input, .Suche.Suche--accordion label i { font-size: 14px!important; } .Suche input { width: 100%; background-color: transparent; border-width: 0 0 1px; border-color: #494949; padding: 4px 8px; border-radius: 0!important; } input { line-height: normal; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } .Suche.Suche--accordion input, .Suche.Suche--accordion label i { font-size: 14px!important; } .Suche label i { opacity: .6; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .accordion__body { overflow: hidden; position: relative; height: auto !important; } .animation__accordion--open, .accordion--open>.accordion__body, .mode-switch.mode-switch--open>.mode-switch__body { transition: max-height 0.5s cubic-bezier(0.5, 0, 1, 0) 0s; will-change: max-height; } .accordion--open>.accordion__body { max-height: 9999px !important; } .accordion__content { padding: 0 9px 9px; } .tapp.color--1 a, .tapp.color--1 h1, .tapp.color--1 h2, .tapp.color--1 h3, .tapp.color--1 h4, .tapp.color--1 h5, .tapp.color--1 i, .tapp.color--1 ol, .tapp.color--1 p, .tapp.color--1 ul { color: #fff; } .Suche label { max-height: 28px; position: absolute; top: 0; right: 0; bottom: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .accordion__head .arrow:before, .accordion__head:before, .accordion__item .arrow:before, .accordion__item:before { font-family: FontAwesome, sans-serif; content: "\f105"; line-height: 24px; font-size: 18px; font-weight: normal; position: relative; top: 1px; margin: 0 8px; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; will-change: transform; display: inline-block; } .Suche.Suche--accordion input, .Suche.Suche--accordion label i { font-size: 14px!important; } .accordion.accordion--open .accordion__head .Suche { opacity: 1; transform: translateZ(0); } .Suche .Suche--accordion { opacity: 1; transform: translateZ(0); } .Suchen .accordion .accordion__head .accordion__head--search--wrapper { overflow: hidden; display: inline-table; } .accordion--open .searchBody { padding: 0 0 9px; }
0.478773
0.060446
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@800&display=swap'); html{ background: rgba(0,0,0,0); margin: 0; font-family: 'Manrope', sans-serif; } .bar{ color: white; position: sticky; display: flex; top: 0; font-size: 0.5vw; margin: 0; padding-left: 1vw; width: 100%; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; animation: gradient 15s ease infinite; text-shadow: none; } .center{ margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: flex; justify-content: center; align-items: center; flex-direction: column; } item{ line-height: 1.0; background: linear-gradient(-45deg, rgba(34, 0, 55,0.4), rgba(9, 23, 40,1)) ; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(10px); background-size: 400% 400%; animation: gradient 15s ease infinite; text-shadow: none; color: white; width: 30vw; padding: 25px 40px 40px; border-radius: 20px; transition: background-color, color, width linear .5s; } .short{ display: flex; flex-direction: row; align-items: center; text-align: center; padding: 0; width: auto; padding-left: 25px; padding-right: 25px; } .short h2{ margin-right: 25px; } item h3 { font-size: 1vw; } item h2{ font-size: 1.2vw; } item h1{ line-height: normal; font-size: 1.5vw; } lottie-player{ display: flex; margin: 100px; flex-direction: column; justify-content: center; align-items: center; height: min(40vh, 40vw); } .next-up{ background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; animation: gradient 15s ease infinite; text-shadow: none; -webkit-text-fill-color: transparent; -webkit-background-clip: text; background-clip: text; } .background{ position: absolute; top: 0; height: 100%; width: 100%; background: black; } .background h1{ font-size: 30vw; font-weight: 899; transform: translateY(-35vh); line-height: 0.8; } .anim, .anim svg { position: relative; width: 100%; height: 100%; } .anim path { stroke-width: 2; } input { position: fixed; top: 10px; left: 10px; } .broadcast-controls{ display: flex; font-size: 18pt; flex-direction: row; } .top{ top:100px; } .fullscreen{ padding: 50vh 50vw; margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: max-content; align-items: center; text-align: center; align-content: center; transition: padding-right, padding-left, padding-bottom, padding-top, background-color linear .5s; } .subtle{ opacity: 0.6; transition: all linear 15s; } .fullscreen h2{ transition: all linear .5s; display: none; } .fullscreen h1{ transition: all linear .5s; /*text-shadow: 2px 2px 16px rgba(255,255,255,0.7);*/ font-size: 4vw; } @keyframes fading { 0%{ opacity: 60%; } 50%{ opacity: 20%; } 100%{ opacity: 60%; } } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
css/styles.css
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@800&display=swap'); html{ background: rgba(0,0,0,0); margin: 0; font-family: 'Manrope', sans-serif; } .bar{ color: white; position: sticky; display: flex; top: 0; font-size: 0.5vw; margin: 0; padding-left: 1vw; width: 100%; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; animation: gradient 15s ease infinite; text-shadow: none; } .center{ margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: flex; justify-content: center; align-items: center; flex-direction: column; } item{ line-height: 1.0; background: linear-gradient(-45deg, rgba(34, 0, 55,0.4), rgba(9, 23, 40,1)) ; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(10px); background-size: 400% 400%; animation: gradient 15s ease infinite; text-shadow: none; color: white; width: 30vw; padding: 25px 40px 40px; border-radius: 20px; transition: background-color, color, width linear .5s; } .short{ display: flex; flex-direction: row; align-items: center; text-align: center; padding: 0; width: auto; padding-left: 25px; padding-right: 25px; } .short h2{ margin-right: 25px; } item h3 { font-size: 1vw; } item h2{ font-size: 1.2vw; } item h1{ line-height: normal; font-size: 1.5vw; } lottie-player{ display: flex; margin: 100px; flex-direction: column; justify-content: center; align-items: center; height: min(40vh, 40vw); } .next-up{ background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; animation: gradient 15s ease infinite; text-shadow: none; -webkit-text-fill-color: transparent; -webkit-background-clip: text; background-clip: text; } .background{ position: absolute; top: 0; height: 100%; width: 100%; background: black; } .background h1{ font-size: 30vw; font-weight: 899; transform: translateY(-35vh); line-height: 0.8; } .anim, .anim svg { position: relative; width: 100%; height: 100%; } .anim path { stroke-width: 2; } input { position: fixed; top: 10px; left: 10px; } .broadcast-controls{ display: flex; font-size: 18pt; flex-direction: row; } .top{ top:100px; } .fullscreen{ padding: 50vh 50vw; margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: max-content; align-items: center; text-align: center; align-content: center; transition: padding-right, padding-left, padding-bottom, padding-top, background-color linear .5s; } .subtle{ opacity: 0.6; transition: all linear 15s; } .fullscreen h2{ transition: all linear .5s; display: none; } .fullscreen h1{ transition: all linear .5s; /*text-shadow: 2px 2px 16px rgba(255,255,255,0.7);*/ font-size: 4vw; } @keyframes fading { 0%{ opacity: 60%; } 50%{ opacity: 20%; } 100%{ opacity: 60%; } } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
0.505127
0.078961
:root { /************VARIABLES***********/ --primary-color: #00adb5; --secondary-color: #eeeeee; --text-color: #393e46; --background-color: #222831; /************UTILIEIS************/ font-size: 62.5%; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'B612', sans-serif; font-size: 1.5rem; } h1, h2, h3, h4, h5, h6 { font-family: 'Vollkorn', serif; text-align: center; } /* img { width: 100%; object-fit: cover; } */ a { text-decoration: none; color: var(--secondary-color); } /************************MENU ICON************************/ .menu-icon { position: absolute; top: 2rem; right: 3rem; cursor: pointer; } .bar { background-color: var(--secondary-color); border-radius: 0.2rem; margin: 0.6rem 0; height: 0.3rem; width: 3.2rem; } /*********************HEADER SECTION**********************/ header { background-color: var(--background-color); box-shadow: 0.2rem 0 0.5rem 0 rgba(0, 0, 0, 0.19), 0.4rem 0 2rem 0 rgba(0, 0, 0, 0.3); height: 100%; left: -100%; position: fixed; transition: all 0.5s ease; top: 0; width: 70%; z-index: 999; } header figure { padding: 4rem 0 2rem; text-align: center; width: 100%; } header figure .far { color: var(--text-color); font-size: 12rem; } header .social-links { display: flex; justify-content: center; } header .fab { font-size: 1.8rem; margin: 0 0.8rem; } header .fab:hover { mix-blend-mode: luminosity; color: var(--primary-color); } header h3 { color: var(--primary-color); font-size: 1.5rem; margin-top: 1rem; padding-bottom: 1.5rem; mix-blend-mode: luminosity; } header nav { border-width: 0.1rem 0 0 0; border-style: solid; border-color: var(--text-color); margin: 3rem 0; padding: 5rem 0; } header nav ul { list-style-type: none; } header nav ul li a { display: inline-block; letter-spacing: 0.1rem; padding: 1.5rem 0 1.5rem 4rem; transition: all 0.3s ease; width: 100%; } header nav ul li a:hover:not(.active) { color: var(--secondary-color); background-color: var(--text-color); } .active { color: var(--background-color); background-color: var(--primary-color); font-weight: 700; } /*********************HOME SECTION*********************/ #home { background-color: var(--background-color); height: 100vh; } @media only screen and (min-width: 768px) { .menu-icon { top: 4rem; right: 5rem; } header { width: 36%; } } @media only screen and (min-width: 992px) { .menu-icon { display: none; } header { left: 0; width: 26%; } } @media only screen and (min-width: 1200px) { header { width: 18%; } } @media only screen and (min-width: 1600px) { header { width: 28rem; } }
john-the-doe/css/styles.css
:root { /************VARIABLES***********/ --primary-color: #00adb5; --secondary-color: #eeeeee; --text-color: #393e46; --background-color: #222831; /************UTILIEIS************/ font-size: 62.5%; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'B612', sans-serif; font-size: 1.5rem; } h1, h2, h3, h4, h5, h6 { font-family: 'Vollkorn', serif; text-align: center; } /* img { width: 100%; object-fit: cover; } */ a { text-decoration: none; color: var(--secondary-color); } /************************MENU ICON************************/ .menu-icon { position: absolute; top: 2rem; right: 3rem; cursor: pointer; } .bar { background-color: var(--secondary-color); border-radius: 0.2rem; margin: 0.6rem 0; height: 0.3rem; width: 3.2rem; } /*********************HEADER SECTION**********************/ header { background-color: var(--background-color); box-shadow: 0.2rem 0 0.5rem 0 rgba(0, 0, 0, 0.19), 0.4rem 0 2rem 0 rgba(0, 0, 0, 0.3); height: 100%; left: -100%; position: fixed; transition: all 0.5s ease; top: 0; width: 70%; z-index: 999; } header figure { padding: 4rem 0 2rem; text-align: center; width: 100%; } header figure .far { color: var(--text-color); font-size: 12rem; } header .social-links { display: flex; justify-content: center; } header .fab { font-size: 1.8rem; margin: 0 0.8rem; } header .fab:hover { mix-blend-mode: luminosity; color: var(--primary-color); } header h3 { color: var(--primary-color); font-size: 1.5rem; margin-top: 1rem; padding-bottom: 1.5rem; mix-blend-mode: luminosity; } header nav { border-width: 0.1rem 0 0 0; border-style: solid; border-color: var(--text-color); margin: 3rem 0; padding: 5rem 0; } header nav ul { list-style-type: none; } header nav ul li a { display: inline-block; letter-spacing: 0.1rem; padding: 1.5rem 0 1.5rem 4rem; transition: all 0.3s ease; width: 100%; } header nav ul li a:hover:not(.active) { color: var(--secondary-color); background-color: var(--text-color); } .active { color: var(--background-color); background-color: var(--primary-color); font-weight: 700; } /*********************HOME SECTION*********************/ #home { background-color: var(--background-color); height: 100vh; } @media only screen and (min-width: 768px) { .menu-icon { top: 4rem; right: 5rem; } header { width: 36%; } } @media only screen and (min-width: 992px) { .menu-icon { display: none; } header { left: 0; width: 26%; } } @media only screen and (min-width: 1200px) { header { width: 18%; } } @media only screen and (min-width: 1600px) { header { width: 28rem; } }
0.365004
0.088899
ul { list-style-type:none; margin:0 0 2em 0; padding:0; } ul li { display:inline; margin-right: 30px; } ul li a { font-size: 1.5em; } .link { color:#fff; text-decoration: underline; font-weight: bold; opacity: 0.8; } .suggestion { display: inline; opacity: 0.8; } .link:hover { transition: all .3s ease-in; opacity: 1; } .subtitle-section { padding-top: 15px; width: 100%; height: 35px; margin-bottom: 20px; border-radius: 3px 3px 0 0; } .subtitle { font-size: 18px; padding-left: 10px; } .navbar { background: #57B3F1; padding-top: 10px; width: 100%; height: 35px; margin-bottom: 20px; } .nav-section { display: inline; padding: 17px 20px 8px 20px; margin: 0; } .nav-section:hover { transition: all .2s ease-in; background-color: lightblue; } .container { display: grid; grid-template-columns: auto; } .container-nav { display: inline-block; grid-template-columns: auto; margin-bottom: 10px } .col { padding: .4em 1.3em; } .color-dark { background: #2885C4; } .color-light { background: #57B3F1; } input.txt { border: 0; padding: 1em; width: 80%; border-radius: 3px 3px 0 0; } .btn { border: 0; display: inline-block; margin-right: 10px; padding:1em 3em; background:#A5F883; color:#003A61; margin-bottom:1em; cursor:pointer; border-radius: 3px; } .btn:hover { transition: all .2s ease-in; background:rgb(150, 240, 115); } .life-container { background:#3FA0E1; padding:.5em; font-weight:bold; cursor:pointer; } .text-center { padding-bottom: 10px; } .book-container { padding: 2px 16px; color: black; font-size: 12px; font-weight: 4px; text-align: center; } .book-card { display: inline-block; margin: 10px; width: 200px; border-radius: 5px; background-color: white; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; max-width: 250px; } .book-card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); cursor: pointer; } .book-img { padding: 10px; max-width: 150px; display:block; margin: auto; } .book-info { background-color: lightgray; color: black; font-size: 12px; font-weight: 4px; } a:hover + .book-info { display: block; } @keyframes MyAnimation { 0% { transform: scale(1.025); } 100% { transform: scale(1); } } .animated { animation: MyAnimation 1s; } .my-animation { animation: MyAnimation 1s; } .hidden{ display:none; } .show{ display:block; } #modal-container { position:absolute; min-height: 300px; margin-bottom: 20px; left:20%;top:20%; width: 60%; max-width: 1000px; background: white; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; z-index: 100; border-radius: 3px; } #overlay { opacity:0.2; filter: alpha(opacity=20); background-color:#000; width:100%; height:100%; z-index:10; top:0; left:0; position:fixed; } .search-result li { display: block; background-color: white; color: black; font-size: 14px; height: 16px; padding: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; list-style-type: none; margin-right: 0; border-bottom: rgb(238, 238, 238); } .search-result li:last-of-type { border-radius: 0 0 5px 5px; } .search-result li:hover { background-color: rgb(240, 240, 240); } .search-result li a { display: block; text-decoration: none; } .search-result li a:hover { color: white; } .search-result li a:active { color: white; } ul.search-result { margin-top: 0; width: 80%; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); }
src/app/library/library.component.css
ul { list-style-type:none; margin:0 0 2em 0; padding:0; } ul li { display:inline; margin-right: 30px; } ul li a { font-size: 1.5em; } .link { color:#fff; text-decoration: underline; font-weight: bold; opacity: 0.8; } .suggestion { display: inline; opacity: 0.8; } .link:hover { transition: all .3s ease-in; opacity: 1; } .subtitle-section { padding-top: 15px; width: 100%; height: 35px; margin-bottom: 20px; border-radius: 3px 3px 0 0; } .subtitle { font-size: 18px; padding-left: 10px; } .navbar { background: #57B3F1; padding-top: 10px; width: 100%; height: 35px; margin-bottom: 20px; } .nav-section { display: inline; padding: 17px 20px 8px 20px; margin: 0; } .nav-section:hover { transition: all .2s ease-in; background-color: lightblue; } .container { display: grid; grid-template-columns: auto; } .container-nav { display: inline-block; grid-template-columns: auto; margin-bottom: 10px } .col { padding: .4em 1.3em; } .color-dark { background: #2885C4; } .color-light { background: #57B3F1; } input.txt { border: 0; padding: 1em; width: 80%; border-radius: 3px 3px 0 0; } .btn { border: 0; display: inline-block; margin-right: 10px; padding:1em 3em; background:#A5F883; color:#003A61; margin-bottom:1em; cursor:pointer; border-radius: 3px; } .btn:hover { transition: all .2s ease-in; background:rgb(150, 240, 115); } .life-container { background:#3FA0E1; padding:.5em; font-weight:bold; cursor:pointer; } .text-center { padding-bottom: 10px; } .book-container { padding: 2px 16px; color: black; font-size: 12px; font-weight: 4px; text-align: center; } .book-card { display: inline-block; margin: 10px; width: 200px; border-radius: 5px; background-color: white; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; max-width: 250px; } .book-card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); cursor: pointer; } .book-img { padding: 10px; max-width: 150px; display:block; margin: auto; } .book-info { background-color: lightgray; color: black; font-size: 12px; font-weight: 4px; } a:hover + .book-info { display: block; } @keyframes MyAnimation { 0% { transform: scale(1.025); } 100% { transform: scale(1); } } .animated { animation: MyAnimation 1s; } .my-animation { animation: MyAnimation 1s; } .hidden{ display:none; } .show{ display:block; } #modal-container { position:absolute; min-height: 300px; margin-bottom: 20px; left:20%;top:20%; width: 60%; max-width: 1000px; background: white; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; z-index: 100; border-radius: 3px; } #overlay { opacity:0.2; filter: alpha(opacity=20); background-color:#000; width:100%; height:100%; z-index:10; top:0; left:0; position:fixed; } .search-result li { display: block; background-color: white; color: black; font-size: 14px; height: 16px; padding: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; list-style-type: none; margin-right: 0; border-bottom: rgb(238, 238, 238); } .search-result li:last-of-type { border-radius: 0 0 5px 5px; } .search-result li:hover { background-color: rgb(240, 240, 240); } .search-result li a { display: block; text-decoration: none; } .search-result li a:hover { color: white; } .search-result li a:active { color: white; } ul.search-result { margin-top: 0; width: 80%; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); }
0.604866
0.15444
/*Curator*/ .module-container { margin-left: 3rem; margin-top: 0.5rem; margin-right: 3rem; } .tab-container { height: 80vh; width: auto; overflow: auto; } .tab-footer { position: fixed; bottom: 0; right: 0; width: 100vw; height: 10vh; padding-bottom: 2rem !important; padding-left: 0.5rem; padding-right: 3rem; } .table-checkbox-cell { max-width: 3rem; } .add-form-input { margin-top: 0.5rem; margin-bottom: 1rem; } .add-new-button { min-width: 105px !important; margin: 0; padding-left: 0 !important; } .edit-button { margin: 0; min-width: 73px !important; padding-left: 0 !important; } .delete-button { margin: 0; min-width: 90px !important; padding-left: 0 !important; } .search-bar-margin { width: 40rem; } .response-text-area { height: 10rem !important; } .commandbar-wrapper { background-color: #fbfbfb; margin-top: 0.7rem; padding: 4px 2px 4px 2px; } .darkContainer .commandbar-wrapper { background-color: black; } .highContrastContainer .commandbar-wrapper { background-color: black; } .margin-top-medium { margin-top: 1rem !important; } .margin-top-small { margin-top: 0.5rem !important; } .status-cell { max-width: 10rem; } .name-cell { max-width: 15rem; } .chat-cell { max-width: 5rem !important; } .user-avatar { height: 2.5rem; width: 2.5rem; border-radius: 50%; font-weight: 700; padding-top: 0.4rem; font-size: 1.1rem; text-align: center; } .dark-container .initials-color { color: #484644; } .reason-text-area { height: 8rem !important; } .view-idea-width { width: 10rem !important; } .title-text { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .author-name { width: 10rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .hover-effect:hover { cursor: pointer; } .tiny-top-margin { margin-top: 0.2rem; } .documents-area { height: 6rem !important; overflow-y: auto; } .document-text { overflow: hidden; text-overflow: ellipsis; } .document-hover:hover { color: #6264A7; text-decoration: underline; cursor: pointer; } /*Curator-end*/
Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/src/styles/curator.css
/*Curator*/ .module-container { margin-left: 3rem; margin-top: 0.5rem; margin-right: 3rem; } .tab-container { height: 80vh; width: auto; overflow: auto; } .tab-footer { position: fixed; bottom: 0; right: 0; width: 100vw; height: 10vh; padding-bottom: 2rem !important; padding-left: 0.5rem; padding-right: 3rem; } .table-checkbox-cell { max-width: 3rem; } .add-form-input { margin-top: 0.5rem; margin-bottom: 1rem; } .add-new-button { min-width: 105px !important; margin: 0; padding-left: 0 !important; } .edit-button { margin: 0; min-width: 73px !important; padding-left: 0 !important; } .delete-button { margin: 0; min-width: 90px !important; padding-left: 0 !important; } .search-bar-margin { width: 40rem; } .response-text-area { height: 10rem !important; } .commandbar-wrapper { background-color: #fbfbfb; margin-top: 0.7rem; padding: 4px 2px 4px 2px; } .darkContainer .commandbar-wrapper { background-color: black; } .highContrastContainer .commandbar-wrapper { background-color: black; } .margin-top-medium { margin-top: 1rem !important; } .margin-top-small { margin-top: 0.5rem !important; } .status-cell { max-width: 10rem; } .name-cell { max-width: 15rem; } .chat-cell { max-width: 5rem !important; } .user-avatar { height: 2.5rem; width: 2.5rem; border-radius: 50%; font-weight: 700; padding-top: 0.4rem; font-size: 1.1rem; text-align: center; } .dark-container .initials-color { color: #484644; } .reason-text-area { height: 8rem !important; } .view-idea-width { width: 10rem !important; } .title-text { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .author-name { width: 10rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .hover-effect:hover { cursor: pointer; } .tiny-top-margin { margin-top: 0.2rem; } .documents-area { height: 6rem !important; overflow-y: auto; } .document-text { overflow: hidden; text-overflow: ellipsis; } .document-hover:hover { color: #6264A7; text-decoration: underline; cursor: pointer; } /*Curator-end*/
0.315525
0.044431
:root { --title-background: #323232; --black-color: #000000; --white-color: #ffffff; --gothic-color: #6f98a8; --scooter-color: #2e8ead; --charcoal-color: #2f454f; --silver-color: #bfbfbf; --light-grey2-color: #efefef; --light-blue2-color: #72c3dc; --padding-all-side-10px: 10px; } html { font-size: 16px; font-family: Arial, Helvetica, sans-serif; } * { box-sizing: border-box; margin: 0; padding: 0; } .container { min-height: 100vh; } .title { background: var(--title-background); padding: var(--padding-all-side-10px); text-align: center; color: var(--white-color); font-size: 24px; font-weight: normal; } .content { display: flex; flex-direction: column; background: var(--white-color); padding: var(--padding-all-side-10px); } .btn-group { text-align: center; } .btn { padding: 15px 3px; border-radius: 8px; border: 1px solid transparent; color: var(--white-color); text-align: center; font-size: 12px; } .btn_primary { background: var(--light-blue2-color); border-color: var(--light-blue2-color); box-shadow: 0px 5px var(--scooter-color); cursor: pointer; opacity: 1; transition: opacity 100ms ease-in, box-shadow 200ms ease; } .btn_primary:hover, .btn_primary :focus { box-shadow: 0px 7px 3px var(--scooter-color); opacity: 0.9; transition: opacity 300ms ease-out, box-shadow 1s ease; } .board { display: flex; list-style: none; flex-direction: column; padding: 15px; } .board .board-item { padding: var(--padding-all-side-10px); background: var(--light-grey2-color); margin: 2px 0; } .board .board-item:nth-child(1), .board .board-item:nth-child(8) { border-left: solid 10px var(--gothic-color); } .board .board-item:nth-child(2), .board .board-item:nth-child(4) { border-left: solid 10px var(--scooter-color); } .board .board-item:nth-child(3), .board .board-item:nth-child(5), .board .board-item:nth-child(9) { border-left: solid 10px var(--charcoal-color); } .board .board-item:nth-child(6), .board .board-item:nth-child(7) { border-left: solid 10px var(--silver-color); } .footer { text-align: center; font-size: 20px; } @media (min-width: 375px) { .container { border: none; background: var(--light-grey2-color); } .title { background: var(--white-color); color: var(--black-color); border-bottom: 10px solid var(--silver-color); font-size: 24px; } .content { flex-direction: row-reverse; justify-content: space-between; padding: 0; background: none; } .board { flex-flow: row wrap; flex: 3; padding: 0; } .btn-group { flex: 1; padding: 25px 20px; display: flex; flex-direction: column; } .btn_primary { margin: 10px 0; } .board.ld .board-item { border: none; flex: 0 1 33%; margin: 0; text-align: center; padding: 5%; font-size: 80px; color: var(--white-color); } .board .board-item:nth-child(1), .board .board-item:nth-child(8) { background: var(--gothic-color); } .board .board-item:nth-child(2), .board .board-item:nth-child(4) { background: var(--scooter-color); } .board .board-item:nth-child(3), .board .board-item:nth-child(5), .board .board-item:nth-child(9) { background: var(--charcoal-color); } .board .board-item:nth-child(6), .board .board-item:nth-child(7) { background: var(--silver-color); } .footer { padding: var(--padding-all-side-10px); } }
style.css
:root { --title-background: #323232; --black-color: #000000; --white-color: #ffffff; --gothic-color: #6f98a8; --scooter-color: #2e8ead; --charcoal-color: #2f454f; --silver-color: #bfbfbf; --light-grey2-color: #efefef; --light-blue2-color: #72c3dc; --padding-all-side-10px: 10px; } html { font-size: 16px; font-family: Arial, Helvetica, sans-serif; } * { box-sizing: border-box; margin: 0; padding: 0; } .container { min-height: 100vh; } .title { background: var(--title-background); padding: var(--padding-all-side-10px); text-align: center; color: var(--white-color); font-size: 24px; font-weight: normal; } .content { display: flex; flex-direction: column; background: var(--white-color); padding: var(--padding-all-side-10px); } .btn-group { text-align: center; } .btn { padding: 15px 3px; border-radius: 8px; border: 1px solid transparent; color: var(--white-color); text-align: center; font-size: 12px; } .btn_primary { background: var(--light-blue2-color); border-color: var(--light-blue2-color); box-shadow: 0px 5px var(--scooter-color); cursor: pointer; opacity: 1; transition: opacity 100ms ease-in, box-shadow 200ms ease; } .btn_primary:hover, .btn_primary :focus { box-shadow: 0px 7px 3px var(--scooter-color); opacity: 0.9; transition: opacity 300ms ease-out, box-shadow 1s ease; } .board { display: flex; list-style: none; flex-direction: column; padding: 15px; } .board .board-item { padding: var(--padding-all-side-10px); background: var(--light-grey2-color); margin: 2px 0; } .board .board-item:nth-child(1), .board .board-item:nth-child(8) { border-left: solid 10px var(--gothic-color); } .board .board-item:nth-child(2), .board .board-item:nth-child(4) { border-left: solid 10px var(--scooter-color); } .board .board-item:nth-child(3), .board .board-item:nth-child(5), .board .board-item:nth-child(9) { border-left: solid 10px var(--charcoal-color); } .board .board-item:nth-child(6), .board .board-item:nth-child(7) { border-left: solid 10px var(--silver-color); } .footer { text-align: center; font-size: 20px; } @media (min-width: 375px) { .container { border: none; background: var(--light-grey2-color); } .title { background: var(--white-color); color: var(--black-color); border-bottom: 10px solid var(--silver-color); font-size: 24px; } .content { flex-direction: row-reverse; justify-content: space-between; padding: 0; background: none; } .board { flex-flow: row wrap; flex: 3; padding: 0; } .btn-group { flex: 1; padding: 25px 20px; display: flex; flex-direction: column; } .btn_primary { margin: 10px 0; } .board.ld .board-item { border: none; flex: 0 1 33%; margin: 0; text-align: center; padding: 5%; font-size: 80px; color: var(--white-color); } .board .board-item:nth-child(1), .board .board-item:nth-child(8) { background: var(--gothic-color); } .board .board-item:nth-child(2), .board .board-item:nth-child(4) { background: var(--scooter-color); } .board .board-item:nth-child(3), .board .board-item:nth-child(5), .board .board-item:nth-child(9) { background: var(--charcoal-color); } .board .board-item:nth-child(6), .board .board-item:nth-child(7) { background: var(--silver-color); } .footer { padding: var(--padding-all-side-10px); } }
0.541166
0.145753
body { overflow-x: hidden; font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } p { line-height: 1.75; } a { color: #fed136; } a:hover { color: #fec503; } .text-primary { color: #fed136 !important; } h1, h2, h3, h4, h5, h6 { font-weight: 700; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } .page-section { padding: 50px 0; } .page-section h2.section-heading { font-size: 40px!important; margin-top: 25px!important; margin-bottom: 35px!important; text-align: left!important; } .page-section h3.section-subheading { font-size: 16px; font-weight: 400; font-style: italic; margin-bottom: 75px; text-transform: none; font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } @media (min-width: 768px) { section { padding: 150px 0; } } ::-moz-selection { background: #fed136; text-shadow: none; } ::selection { background: #fed136; text-shadow: none; } img::-moz-selection { background: transparent; } img::selection { background: transparent; } img::-moz-selection { background: transparent; } .btn { font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-weight: 700; } .btn-xl { font-size: 18px; padding: 20px 40px; } .btn-primary { background-color: #fed136; border-color: #fed136; } .btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #fec810 !important; border-color: #fec810 !important; color: white; } .btn-primary:active, .btn-primary:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; } #mainNav { background-color: #212529; } #mainNav .navbar-toggler { font-size: 12px; right: 0; padding: 13px; text-transform: uppercase; color: white; border: 0; background-color: #fed136; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } #mainNav .navbar-brand { color: #fed136; font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: #fec503; } #mainNav .navbar-nav .nav-item .nav-link { font-size: 90%; font-weight: 400; padding: 0.75em 0; letter-spacing: 1px; color: white; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { color: green !important; } @media (min-width: 992px) { #mainNav { padding-top: 25px; padding-bottom: 25px; -webkit-transition: padding-top 0.3s, padding-bottom 0.3s; transition: padding-top 0.3s, padding-bottom 0.3s; border: none; /*background-color: transparent;*/ } #mainNav .navbar-brand { font-size: 1.75em; -webkit-transition: all 0.3s; transition: all 0.3s; } #mainNav .navbar-nav .nav-item .nav-link { padding: 1.1em 1em !important; } #mainNav.navbar-shrink { padding-top: 0; padding-bottom: 0; background-color: #212529; } #mainNav.navbar-shrink .navbar-brand { font-size: 1.25em; padding: 12px 0; } } header.masthead { text-align: center; color: white; background-image: url("/temaPrba/wordpress/wp-content/themes/edTheme/img/header-bg.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; } header.masthead .intro-text { padding-top: 150px; padding-bottom: 100px; } header.masthead .intro-text .intro-lead-in { font-size: 22px; font-style: italic; line-height: 22px; margin-bottom: 25px; font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } header.masthead .intro-text .intro-heading { font-size: 50px; font-weight: 700; line-height: 50px; margin-bottom: 25px; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } @media (min-width: 768px) { header.masthead .intro-text { padding-top: 300px; padding-bottom: 200px; } header.masthead .intro-text .intro-lead-in { font-size: 40px; font-style: italic; line-height: 40px; margin-bottom: 25px; font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } header.masthead .intro-text .intro-heading { font-size: 75px; font-weight: 700; line-height: 75px; margin-bottom: 50px; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } } .service-heading { margin: 15px 0; text-transform: none; } .team-member { margin-bottom: 50px; text-align: center; margin-top: 30px !important; } .team-member img { width: 225px; height: 225px; border: 7px solid rgba(0, 0, 0, 0.1); } .team-member h4 { margin-top: 25px; margin-bottom: 0; text-transform: none; } .team-member p { margin-top: 0; } .footer { padding: 25px 0; text-align: center; } .footer span.copyright { font-size: 90%; line-height: 40px; text-transform: none; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } .footer ul.quicklinks { font-size: 90%; line-height: 40px; margin-bottom: 0; text-transform: none; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } ul.social-buttons { margin-bottom: 0; } ul.social-buttons li a { font-size: 20px; line-height: 50px; display: block; width: 50px; height: 50px; -webkit-transition: all 0.3s; transition: all 0.3s; color: white; border-radius: 100%; outline: none; background-color: #212529; } ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover { background-color: #fed136; } section#divRwDb { background: #c0c0aa; background: -webkit-linear-gradient(to right, #1cefff, #c0c0aa); background: linear-gradient(to right, #1cefff, #c0c0aa); } img.mx-auto.rounded-circle.test { text-align: left; float: left; } a { color: green !important; } h1.tleleft { text-align: left !important; }
edTheme/style.css
body { overflow-x: hidden; font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } p { line-height: 1.75; } a { color: #fed136; } a:hover { color: #fec503; } .text-primary { color: #fed136 !important; } h1, h2, h3, h4, h5, h6 { font-weight: 700; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } .page-section { padding: 50px 0; } .page-section h2.section-heading { font-size: 40px!important; margin-top: 25px!important; margin-bottom: 35px!important; text-align: left!important; } .page-section h3.section-subheading { font-size: 16px; font-weight: 400; font-style: italic; margin-bottom: 75px; text-transform: none; font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } @media (min-width: 768px) { section { padding: 150px 0; } } ::-moz-selection { background: #fed136; text-shadow: none; } ::selection { background: #fed136; text-shadow: none; } img::-moz-selection { background: transparent; } img::selection { background: transparent; } img::-moz-selection { background: transparent; } .btn { font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-weight: 700; } .btn-xl { font-size: 18px; padding: 20px 40px; } .btn-primary { background-color: #fed136; border-color: #fed136; } .btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #fec810 !important; border-color: #fec810 !important; color: white; } .btn-primary:active, .btn-primary:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; } #mainNav { background-color: #212529; } #mainNav .navbar-toggler { font-size: 12px; right: 0; padding: 13px; text-transform: uppercase; color: white; border: 0; background-color: #fed136; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } #mainNav .navbar-brand { color: #fed136; font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: #fec503; } #mainNav .navbar-nav .nav-item .nav-link { font-size: 90%; font-weight: 400; padding: 0.75em 0; letter-spacing: 1px; color: white; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { color: green !important; } @media (min-width: 992px) { #mainNav { padding-top: 25px; padding-bottom: 25px; -webkit-transition: padding-top 0.3s, padding-bottom 0.3s; transition: padding-top 0.3s, padding-bottom 0.3s; border: none; /*background-color: transparent;*/ } #mainNav .navbar-brand { font-size: 1.75em; -webkit-transition: all 0.3s; transition: all 0.3s; } #mainNav .navbar-nav .nav-item .nav-link { padding: 1.1em 1em !important; } #mainNav.navbar-shrink { padding-top: 0; padding-bottom: 0; background-color: #212529; } #mainNav.navbar-shrink .navbar-brand { font-size: 1.25em; padding: 12px 0; } } header.masthead { text-align: center; color: white; background-image: url("/temaPrba/wordpress/wp-content/themes/edTheme/img/header-bg.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; } header.masthead .intro-text { padding-top: 150px; padding-bottom: 100px; } header.masthead .intro-text .intro-lead-in { font-size: 22px; font-style: italic; line-height: 22px; margin-bottom: 25px; font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } header.masthead .intro-text .intro-heading { font-size: 50px; font-weight: 700; line-height: 50px; margin-bottom: 25px; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } @media (min-width: 768px) { header.masthead .intro-text { padding-top: 300px; padding-bottom: 200px; } header.masthead .intro-text .intro-lead-in { font-size: 40px; font-style: italic; line-height: 40px; margin-bottom: 25px; font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } header.masthead .intro-text .intro-heading { font-size: 75px; font-weight: 700; line-height: 75px; margin-bottom: 50px; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } } .service-heading { margin: 15px 0; text-transform: none; } .team-member { margin-bottom: 50px; text-align: center; margin-top: 30px !important; } .team-member img { width: 225px; height: 225px; border: 7px solid rgba(0, 0, 0, 0.1); } .team-member h4 { margin-top: 25px; margin-bottom: 0; text-transform: none; } .team-member p { margin-top: 0; } .footer { padding: 25px 0; text-align: center; } .footer span.copyright { font-size: 90%; line-height: 40px; text-transform: none; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } .footer ul.quicklinks { font-size: 90%; line-height: 40px; margin-bottom: 0; text-transform: none; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } ul.social-buttons { margin-bottom: 0; } ul.social-buttons li a { font-size: 20px; line-height: 50px; display: block; width: 50px; height: 50px; -webkit-transition: all 0.3s; transition: all 0.3s; color: white; border-radius: 100%; outline: none; background-color: #212529; } ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover { background-color: #fed136; } section#divRwDb { background: #c0c0aa; background: -webkit-linear-gradient(to right, #1cefff, #c0c0aa); background: linear-gradient(to right, #1cefff, #c0c0aa); } img.mx-auto.rounded-circle.test { text-align: left; float: left; } a { color: green !important; } h1.tleleft { text-align: left !important; }
0.425844
0.07843
::selection{ background: transparent; } body{ overflow: hidden; margin: 0; font-family: 'Righteous', cursive; font-size: 32px; background: black; } #bar{ -webkit-app-region: drag; display: block; position: absolute; height: 50px; width: 100%; top: 0; background-color: #73d6db; cursor: default; overflow: hidden; } .barcontent{ overflow: hidden; width: 88%; float: left; } .bc-radio{ } .bc-options{ display: none; margin-left: 25px; margin-top: 7px; } .thirds{ padding-top: 7px; display: inline-block; position: relative; float:left; width: 33.2%; height: 50px; } .duos{ padding-top: 7px; display: inline-block; position: relative; float:left; width: 48%; height: 50px; } #StationLabel{ text-transform: uppercase; } .stationDetails{ color: white; } .hamburger{ float:right; font-size: 42px; color: white; } .hamburger:hover{ cursor: pointer; } #IControls{ height: 50px; float: left; } #VolumeSlider{ margin-top: 10px; margin-left: 20px; width: 40%; height: 10px; float:left; display:inline-block; background-color: #2d5d60; border: 0px solid transparent; cursor: pointer; } .ui-slider-range-min{ background-color: #91e694; } .ui-slider .ui-slider-handle{ border-radius: 50%; height: .8em; width: .8em; cursor: pointer; } .Controls{ -webkit-app-region: no-drag; margin-left: 25px; width: 45%; color: #FFF; } .button{ cursor: pointer; } .material-icons:hover{ color: #e7e7e7; } .HamThird{ padding-top: 10px !important; width: 5%; float: right; } #hamburgerDiv{ -webkit-app-region: no-drag; float:right; width: 60px; height: 45px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; } #hamburgerDiv span{ display: block; position: absolute; height: 5px; width: 65%; background: white; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } #hamburgerDiv span:nth-child(1) { top: 0px; } #hamburgerDiv span:nth-child(2) { top: 12px; } #hamburgerDiv span:nth-child(3) { top: 24px; } #hamburgerDiv.open span:nth-child(1) { top: 13px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } #hamburgerDiv.open span:nth-child(2) { opacity: 0; left: -60px; } #hamburgerDiv.open span:nth-child(3) { top: 18px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); } .optionItem{ -webkit-app-region: no-drag; color: white; text-transform: uppercase; cursor: pointer; } .optionItem:first-child:hover{ border-right: 1px solid white; border-left: 0px; } .optionItem:hover{ padding: 15px; border-right: 1px solid white; border-left: 1px solid white; } .optionItem:last-child:hover{ border-left: 1px solid white; border-right: 0px; } #close{ color: white; float:right; display:block; padding: 8px 5px; } #close:hover{ color: #F44336; cursor: pointer; } /****************Material Design**********************/ /* Rules for sizing the icon. */ .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-36 { font-size: 36px; } .material-icons.md-48 { font-size: 48px; } /* Rules for using icons as black on a light background. */ .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } /* Rules for using icons as white on a dark background. */ .material-icons.md-light { color: rgba(255, 255, 255, 1); } .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
16_Dev_App_Code/assets/css/desktop.css
::selection{ background: transparent; } body{ overflow: hidden; margin: 0; font-family: 'Righteous', cursive; font-size: 32px; background: black; } #bar{ -webkit-app-region: drag; display: block; position: absolute; height: 50px; width: 100%; top: 0; background-color: #73d6db; cursor: default; overflow: hidden; } .barcontent{ overflow: hidden; width: 88%; float: left; } .bc-radio{ } .bc-options{ display: none; margin-left: 25px; margin-top: 7px; } .thirds{ padding-top: 7px; display: inline-block; position: relative; float:left; width: 33.2%; height: 50px; } .duos{ padding-top: 7px; display: inline-block; position: relative; float:left; width: 48%; height: 50px; } #StationLabel{ text-transform: uppercase; } .stationDetails{ color: white; } .hamburger{ float:right; font-size: 42px; color: white; } .hamburger:hover{ cursor: pointer; } #IControls{ height: 50px; float: left; } #VolumeSlider{ margin-top: 10px; margin-left: 20px; width: 40%; height: 10px; float:left; display:inline-block; background-color: #2d5d60; border: 0px solid transparent; cursor: pointer; } .ui-slider-range-min{ background-color: #91e694; } .ui-slider .ui-slider-handle{ border-radius: 50%; height: .8em; width: .8em; cursor: pointer; } .Controls{ -webkit-app-region: no-drag; margin-left: 25px; width: 45%; color: #FFF; } .button{ cursor: pointer; } .material-icons:hover{ color: #e7e7e7; } .HamThird{ padding-top: 10px !important; width: 5%; float: right; } #hamburgerDiv{ -webkit-app-region: no-drag; float:right; width: 60px; height: 45px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; } #hamburgerDiv span{ display: block; position: absolute; height: 5px; width: 65%; background: white; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } #hamburgerDiv span:nth-child(1) { top: 0px; } #hamburgerDiv span:nth-child(2) { top: 12px; } #hamburgerDiv span:nth-child(3) { top: 24px; } #hamburgerDiv.open span:nth-child(1) { top: 13px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } #hamburgerDiv.open span:nth-child(2) { opacity: 0; left: -60px; } #hamburgerDiv.open span:nth-child(3) { top: 18px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); } .optionItem{ -webkit-app-region: no-drag; color: white; text-transform: uppercase; cursor: pointer; } .optionItem:first-child:hover{ border-right: 1px solid white; border-left: 0px; } .optionItem:hover{ padding: 15px; border-right: 1px solid white; border-left: 1px solid white; } .optionItem:last-child:hover{ border-left: 1px solid white; border-right: 0px; } #close{ color: white; float:right; display:block; padding: 8px 5px; } #close:hover{ color: #F44336; cursor: pointer; } /****************Material Design**********************/ /* Rules for sizing the icon. */ .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-36 { font-size: 36px; } .material-icons.md-48 { font-size: 48px; } /* Rules for using icons as black on a light background. */ .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } /* Rules for using icons as white on a dark background. */ .material-icons.md-light { color: rgba(255, 255, 255, 1); } .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
0.47658
0.058642
.menu-outer:hover ~ .menu-close { margin-right:-100px; } .menu-outer:hover .bar { background:#118DF0; } .menu-outer > nav ul { top:15%; } html, body { background: rgba(20,20,20,1); } .menu-outer { overflow: hidden; position: fixed; top: 0; font-family: 'Montserrat', serif; z-index: 998; width: 100%; left: 100%; margin-left: -100px; height: 200%; background: #118DF0; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; -webkit-transform-origin: top left; -moz-transform-origin: top left; -ms-transform-origin: top left; -o-transform-origin: top left; transform-origin: top left; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .menu-outer:hover { background: #118DF0; left: 0; margin-left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .menu-icon { z-index: 999; position: absolute; top: 58px; left: 15px; width: 30px; pointer-events: none; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .menu-icon .bar { background: rgba(250,250,250,1); width: 100%; height: 5px; margin: 0 0 5px; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .menu-outer:hover > .menu-icon { opacity: 0; } nav ul { position:absolute; width:100%; padding: 0; left: 10%;; /*prevents possible click when not oppened*/ -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .menu-outer:hover > nav ul { left: 0; } nav li { list-style:none; text-align: center; text-transform: uppercase; font-size: 1em; color: rgba(255,255,255,.8); text-decoration: none; margin: 0 auto; padding: 20px; display:block; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .task-list { font-size:2em; } nav li a { font-size: 1em; color: rgba(255,255,255,.8); text-decoration: none; margin: 0 auto; padding: 20px; display:block; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } nav li a:hover { color: rgba(255,255,255,1); } nav li form { font-size: 1em; color: rgba(255,255,255,.8); text-decoration: none; margin: 0 auto; padding: 20px; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .task-form { border: 1px solid #DADADA; border-radius: 6px; color: #888; height: 40px; margin-bottom: 0px; margin-right: 10px; margin-top: 20px; outline: 0 none; padding: 3px 3px 3px 5px; width: 20%; font-size: 1em; /* line-height: 15px;*/ box-shadow: inset 0px 1px 4px #ECECEC; -moz-box-shadow: inset 0px 1px 4px #ECECEC; -webkit-box-shadow: inset 0px 1px 4px #ECECEC; } .btn { -webkit-border-radius: 6; -moz-border-radius: 6; border-radius: 6px; font-family: Arial; color: #ffffff; font-size: 16px; font-weight:600; cursor:pointer; background: #FF4B68; padding: 10px 20px 10px 20px; text-decoration: none; width:10%; margin:0 auto; display:inline; } .btn:hover { background: #d12744; text-decoration: none; } @media screen and (max-width: 600px), screen and (max-height: 600px) { nav ul {font-size:.75em;} nav ul a {padding: 10px;} } .menu-close { z-index: 9999; position: fixed; top: 0; right: 100%; width: 200px; height: 200px; background: rgba(250,130,70,1); cursor: pointer; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .menu-close .menu-icon { right: 15px; left: auto;top: 68px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .menu-close .bar { background: rgba(250,250,250,1); width: 100%; height: 5px; position:absolute; -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; } .menu-close .bar:first-child { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .menu-close .bar:last-child { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
dist/styles/side-menu.css
.menu-outer:hover ~ .menu-close { margin-right:-100px; } .menu-outer:hover .bar { background:#118DF0; } .menu-outer > nav ul { top:15%; } html, body { background: rgba(20,20,20,1); } .menu-outer { overflow: hidden; position: fixed; top: 0; font-family: 'Montserrat', serif; z-index: 998; width: 100%; left: 100%; margin-left: -100px; height: 200%; background: #118DF0; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; -webkit-transform-origin: top left; -moz-transform-origin: top left; -ms-transform-origin: top left; -o-transform-origin: top left; transform-origin: top left; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .menu-outer:hover { background: #118DF0; left: 0; margin-left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .menu-icon { z-index: 999; position: absolute; top: 58px; left: 15px; width: 30px; pointer-events: none; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .menu-icon .bar { background: rgba(250,250,250,1); width: 100%; height: 5px; margin: 0 0 5px; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .menu-outer:hover > .menu-icon { opacity: 0; } nav ul { position:absolute; width:100%; padding: 0; left: 10%;; /*prevents possible click when not oppened*/ -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .menu-outer:hover > nav ul { left: 0; } nav li { list-style:none; text-align: center; text-transform: uppercase; font-size: 1em; color: rgba(255,255,255,.8); text-decoration: none; margin: 0 auto; padding: 20px; display:block; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .task-list { font-size:2em; } nav li a { font-size: 1em; color: rgba(255,255,255,.8); text-decoration: none; margin: 0 auto; padding: 20px; display:block; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } nav li a:hover { color: rgba(255,255,255,1); } nav li form { font-size: 1em; color: rgba(255,255,255,.8); text-decoration: none; margin: 0 auto; padding: 20px; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; } .task-form { border: 1px solid #DADADA; border-radius: 6px; color: #888; height: 40px; margin-bottom: 0px; margin-right: 10px; margin-top: 20px; outline: 0 none; padding: 3px 3px 3px 5px; width: 20%; font-size: 1em; /* line-height: 15px;*/ box-shadow: inset 0px 1px 4px #ECECEC; -moz-box-shadow: inset 0px 1px 4px #ECECEC; -webkit-box-shadow: inset 0px 1px 4px #ECECEC; } .btn { -webkit-border-radius: 6; -moz-border-radius: 6; border-radius: 6px; font-family: Arial; color: #ffffff; font-size: 16px; font-weight:600; cursor:pointer; background: #FF4B68; padding: 10px 20px 10px 20px; text-decoration: none; width:10%; margin:0 auto; display:inline; } .btn:hover { background: #d12744; text-decoration: none; } @media screen and (max-width: 600px), screen and (max-height: 600px) { nav ul {font-size:.75em;} nav ul a {padding: 10px;} } .menu-close { z-index: 9999; position: fixed; top: 0; right: 100%; width: 200px; height: 200px; background: rgba(250,130,70,1); cursor: pointer; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .menu-close .menu-icon { right: 15px; left: auto;top: 68px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .menu-close .bar { background: rgba(250,250,250,1); width: 100%; height: 5px; position:absolute; -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; } .menu-close .bar:first-child { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .menu-close .bar:last-child { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
0.370225
0.056185
* { margin: 0px 0px; padding: 0px; border: none; box-sizing: border-box; } a:visited, a:link { text-decoration: none; color: inherit; } body { font-size: 12px; line-height: 1.7em; font-family: Gothic; } select { font-size: 12px; } textarea { resize: none; font-family: Malgun Gothic; font-size: 12px; padding: 5px 5px; } textarea, input[type=text], select { border: 1px #a0a0a0 solid; } table { font-size: 12px; border-spacing: 0; border-collapse: collapse; } table th { font-weight: normal; } input[type=text] { outline: none; height: 20px; padding: 2px 2px; } input[type=checkbox].desktop-checkbox { position: relative; top: 6px; } ul { list-style-type: none; list-style-position: inside; list-style-image: none; } li { display: list-item; list-style-image: inherit; list-style-type: inherit; list-style-position: inherit; } li > * { text-indent: 0px; } body { font-size: 12px; } #menuBarDiv { display: none; } #wrap { position: relative; min-width: 1000px; } .section { width: 1000px; margin: 0px auto; overflow: auto; } /* Content style */ #contents > .section { min-height: 600px; margin-bottom: 50px; } .highlight-color { font-weight: bold; color: #2E80B9; } .highlight-background { background-color: #309DE9; } .highlight-border { border: 1px #309DE9 solid; } .content-image { margin: 0px 15px 20px 15px; } .title-header { width: 10px; height: 5px; display: inline-block; background-color: #309de9; position: relative; bottom: 3px; } .box { border: 2px #309DE9 solid; margin: 20px auto; display: block; padding: 10px 10px; box-sizing: border-box; } .default-box { border: 1px gray solid; padding: 10px 15px; } .line-box { border-top: 1px #309DE9 solid; border-bottom: 1px #309DE9 solid; padding: 20px 30px; text-align: center; margin: 10px 0px; } .content-group-box { overflow: auto; padding: 10px 0px; } .content-group { overflow: auto; margin: 20px 0px; } .content-group .content-group-title { font-size: 17px; font-weight: bold; margin: 10px 0px; } .subtitle { font-size: 15px; font-weight: bold; margin: 10px 0px; } .subject-image-list { display: inline-block; } .subject-image-list > li { display: inline-block; } .subject-image-list > li > .subject { width: 100%; display: block; text-align: center; font-weight: bold; padding: 5px 0px; background-color: #309DE9; color: white; } .subject-image-list > li > img { width: 100%; padding: 5px 10px; border: 1px #c0c0c0 solid; } .border-list > li { list-style-image: url("../images/border-list-item-header.png"); } .default-list > li { list-style-image: url("../images/list-item-header.png"); /* text-indent: -10px; */ } .box-list > li { list-style-image: url("../images/list-item-header.png"); } .hypen-list > li { list-style-type: square; } .check-list > li { list-style-image: url("..//images/icon_check.png"); } .border-list > li, .default-list > li, .box-list > li, .hypen-list > li, .check-list > li { margin-left: 10px; padding-left: 10px; padding-right: 10px; text-indent: -10px; } .border-list > li > .content-group-title { display: inline-block; text-indent: 0px; } .default-list-item { display: list-item; } .image-list { text-align: center; } .image-list > li { display: inline-block; } .image-list > li > img { width: 100%; height: 100%; } .button-box { text-align: right; color: white; } .default-button { display: inline-block; color: white; background-color: #309DE9; padding: 2px 8px; cursor: pointer; margin-left: 5px; } .default-button[size=big] { padding: 15px 35px; font-size: 15px; font-weight: bold; } .cancel-button { display: inline-block; color: white; background-color: gray; padding: 2px 8px; cursor: pointer; } .round-button { font-size: 11px; padding: 2px 10px; border-radius: 5px; border: 1px #f4f4f4 solid; background-color: #a4a4a4; color: white; cursor: pointer; } .default-button[clicked=true] { background-color: orange; } .default-textarea { border-top: 2px #309de9 solid; border-bottom: 2px #a4a4a4 solid; display: block; width: 100%; height: 200px; padding: 10px 5px; resize: none; color: gray; font-size: 12px; } .default-table { width: 100%; font-size: 12px; border-collapse: collapse; margin: 20px 0px; } .default-table > thead { text-align: center; } .default-table tr > td, .default-table tr > th { border-right: 1px #a4a4a4 solid; border-top: 1px #a4a4a4 solid; padding: 15px 10px; } .default-table > tbody > tr:last-child > * { border-bottom: 1px #309DE9 solid; } .default-table > thead > tr:last-child > td { padding: 8px 0px; border-top: 3px #309DE9 solid; background-color: #f0f0f0; } .default-table tr > *:first-child { border-left: 1px #a4a4a4 solid; } .default-table input { border: 1px #5a5a5a solid; background-color: #f0f0f0; height: 20px; padding: 5px 5px; font-size: 12px; } table.board-write-table { width: 100%; margin: 15px 0px; border-top: 2px #309de9 solid; } table.board-write-table > tbody > tr > th { border-bottom: 1px #4a4a4a solid; background-color: #1e1e1e; letter-spacing: -1px; width: 160px; text-align: left; padding: 7px 0px 7px 20px; font-size: 11px; color: #aeaeae; } table.board-write-table > tbody > tr > td { border-bottom: 1px #4a4a4a solid; text-align: left; padding: 7px 0px 7px 10px; font-size: 11px; letter-spacing: -1px; color: #aeaeae; } table.board-write-table > tbody > tr > td textarea[name=editbox-content] { width: 100%; height: 300px; margin: 10px 0px; padding: 5px 5px; font-size:12px; font-family: Dotum; color: #aeaeae; } table.board-write-table > tbody > tr > td textarea[name=file-content] { width: 400px; margin: 2px 0px; padding: 2px 3px; color: #8a8a8a; font-family: Dotum; font-size: 12px; line-height: 1.6em; letter-spacing: 0px; } table.board-write-table > tbody > tr > td .default-button { margin-right: 5px; } table.board-write-table > tbody > tr > td select { font-size: 11px; } table.board-write-table > tbody > tr > td label { margin: 0px 10px 0px 3px; } .popup { border: 5px #c0c0c0 solid; display: block; z-index: 10000; } .popup .popup_bottom { background-color: black; color: white; text-align: right; padding: 3px 10px; } .popup .btnclose { cursor: pointer; } .confirm-password { width: 250px; position: absolute; padding: 10px 10px; background-color: white; border: 1px #c0c0c0 solid; z-index: 100000; } .confirm-password .confirm-title { text-align: center; font-size: 14px; font-weight: bold; margin-bottom: 10px; } .confirm-password input[type="password"] { border: 1px #2E80B9 solid; height: 15px; margin-left: 5px; }
assets/css/style.default.css
* { margin: 0px 0px; padding: 0px; border: none; box-sizing: border-box; } a:visited, a:link { text-decoration: none; color: inherit; } body { font-size: 12px; line-height: 1.7em; font-family: Gothic; } select { font-size: 12px; } textarea { resize: none; font-family: Malgun Gothic; font-size: 12px; padding: 5px 5px; } textarea, input[type=text], select { border: 1px #a0a0a0 solid; } table { font-size: 12px; border-spacing: 0; border-collapse: collapse; } table th { font-weight: normal; } input[type=text] { outline: none; height: 20px; padding: 2px 2px; } input[type=checkbox].desktop-checkbox { position: relative; top: 6px; } ul { list-style-type: none; list-style-position: inside; list-style-image: none; } li { display: list-item; list-style-image: inherit; list-style-type: inherit; list-style-position: inherit; } li > * { text-indent: 0px; } body { font-size: 12px; } #menuBarDiv { display: none; } #wrap { position: relative; min-width: 1000px; } .section { width: 1000px; margin: 0px auto; overflow: auto; } /* Content style */ #contents > .section { min-height: 600px; margin-bottom: 50px; } .highlight-color { font-weight: bold; color: #2E80B9; } .highlight-background { background-color: #309DE9; } .highlight-border { border: 1px #309DE9 solid; } .content-image { margin: 0px 15px 20px 15px; } .title-header { width: 10px; height: 5px; display: inline-block; background-color: #309de9; position: relative; bottom: 3px; } .box { border: 2px #309DE9 solid; margin: 20px auto; display: block; padding: 10px 10px; box-sizing: border-box; } .default-box { border: 1px gray solid; padding: 10px 15px; } .line-box { border-top: 1px #309DE9 solid; border-bottom: 1px #309DE9 solid; padding: 20px 30px; text-align: center; margin: 10px 0px; } .content-group-box { overflow: auto; padding: 10px 0px; } .content-group { overflow: auto; margin: 20px 0px; } .content-group .content-group-title { font-size: 17px; font-weight: bold; margin: 10px 0px; } .subtitle { font-size: 15px; font-weight: bold; margin: 10px 0px; } .subject-image-list { display: inline-block; } .subject-image-list > li { display: inline-block; } .subject-image-list > li > .subject { width: 100%; display: block; text-align: center; font-weight: bold; padding: 5px 0px; background-color: #309DE9; color: white; } .subject-image-list > li > img { width: 100%; padding: 5px 10px; border: 1px #c0c0c0 solid; } .border-list > li { list-style-image: url("../images/border-list-item-header.png"); } .default-list > li { list-style-image: url("../images/list-item-header.png"); /* text-indent: -10px; */ } .box-list > li { list-style-image: url("../images/list-item-header.png"); } .hypen-list > li { list-style-type: square; } .check-list > li { list-style-image: url("..//images/icon_check.png"); } .border-list > li, .default-list > li, .box-list > li, .hypen-list > li, .check-list > li { margin-left: 10px; padding-left: 10px; padding-right: 10px; text-indent: -10px; } .border-list > li > .content-group-title { display: inline-block; text-indent: 0px; } .default-list-item { display: list-item; } .image-list { text-align: center; } .image-list > li { display: inline-block; } .image-list > li > img { width: 100%; height: 100%; } .button-box { text-align: right; color: white; } .default-button { display: inline-block; color: white; background-color: #309DE9; padding: 2px 8px; cursor: pointer; margin-left: 5px; } .default-button[size=big] { padding: 15px 35px; font-size: 15px; font-weight: bold; } .cancel-button { display: inline-block; color: white; background-color: gray; padding: 2px 8px; cursor: pointer; } .round-button { font-size: 11px; padding: 2px 10px; border-radius: 5px; border: 1px #f4f4f4 solid; background-color: #a4a4a4; color: white; cursor: pointer; } .default-button[clicked=true] { background-color: orange; } .default-textarea { border-top: 2px #309de9 solid; border-bottom: 2px #a4a4a4 solid; display: block; width: 100%; height: 200px; padding: 10px 5px; resize: none; color: gray; font-size: 12px; } .default-table { width: 100%; font-size: 12px; border-collapse: collapse; margin: 20px 0px; } .default-table > thead { text-align: center; } .default-table tr > td, .default-table tr > th { border-right: 1px #a4a4a4 solid; border-top: 1px #a4a4a4 solid; padding: 15px 10px; } .default-table > tbody > tr:last-child > * { border-bottom: 1px #309DE9 solid; } .default-table > thead > tr:last-child > td { padding: 8px 0px; border-top: 3px #309DE9 solid; background-color: #f0f0f0; } .default-table tr > *:first-child { border-left: 1px #a4a4a4 solid; } .default-table input { border: 1px #5a5a5a solid; background-color: #f0f0f0; height: 20px; padding: 5px 5px; font-size: 12px; } table.board-write-table { width: 100%; margin: 15px 0px; border-top: 2px #309de9 solid; } table.board-write-table > tbody > tr > th { border-bottom: 1px #4a4a4a solid; background-color: #1e1e1e; letter-spacing: -1px; width: 160px; text-align: left; padding: 7px 0px 7px 20px; font-size: 11px; color: #aeaeae; } table.board-write-table > tbody > tr > td { border-bottom: 1px #4a4a4a solid; text-align: left; padding: 7px 0px 7px 10px; font-size: 11px; letter-spacing: -1px; color: #aeaeae; } table.board-write-table > tbody > tr > td textarea[name=editbox-content] { width: 100%; height: 300px; margin: 10px 0px; padding: 5px 5px; font-size:12px; font-family: Dotum; color: #aeaeae; } table.board-write-table > tbody > tr > td textarea[name=file-content] { width: 400px; margin: 2px 0px; padding: 2px 3px; color: #8a8a8a; font-family: Dotum; font-size: 12px; line-height: 1.6em; letter-spacing: 0px; } table.board-write-table > tbody > tr > td .default-button { margin-right: 5px; } table.board-write-table > tbody > tr > td select { font-size: 11px; } table.board-write-table > tbody > tr > td label { margin: 0px 10px 0px 3px; } .popup { border: 5px #c0c0c0 solid; display: block; z-index: 10000; } .popup .popup_bottom { background-color: black; color: white; text-align: right; padding: 3px 10px; } .popup .btnclose { cursor: pointer; } .confirm-password { width: 250px; position: absolute; padding: 10px 10px; background-color: white; border: 1px #c0c0c0 solid; z-index: 100000; } .confirm-password .confirm-title { text-align: center; font-size: 14px; font-weight: bold; margin-bottom: 10px; } .confirm-password input[type="password"] { border: 1px #2E80B9 solid; height: 15px; margin-left: 5px; }
0.223801
0.052765
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,700"); * { box-sizing: border-box; font-family: sans-serif; } /* grids */ .container { width: 100%; margin: 0 auto; } .row:before, .row:after { content: ""; display: table; clear: both; } [class*="col-"] { float: left; min-height: 1px; height: 325px; } .col-1 { width: 8.33%; } .col-2 { width: 16.66%; } .col-3 { width: 25%; } .col-4 { width: 33.33%; } .col-5 { width: 41.66%; } .col-6 { width: 50%; } .col-7 { width: 58.33%; } .col-8 { width: 66.66%; } .col-9 { width: 75%; } .col-10 { width: 83.33%; } .col-11 { width: 91.66%; } .col-12 { width: 100%; } .col-offset-1 { margin-left: 8.33%; } .col-offset-2 { margin-left: 16.66%; } .col-offset-3 { margin-left: 25%; } .col-offset-4 { margin-left: 33.33%; } .col-offset-5 { margin-left: 41.66%; } .col-offset-6 { margin-left: 50%; } .col-offset-7 { margin-left: 58.33%; } .col-offset-8 { margin-left: 66.66%; } .col-offset-9 { margin-left: 75%; } .col-offset-10 { margin-left: 83.33%; } .col-offset-11 { margin-left: 91.66%; } .col-offset-12 { margin-left: 100%; } .black { background-color: black; } .white { background-color: white; } @media only screen and (min-width: 1224px) { .menu-navi ul li a { line-height: 56px; } .menu-container { margin: 40px 0px 0px 145px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } } .menu-icon span { position: relative; display: block; width: 49px; height: 5.5px; background: black; border-radius: 2px; margin-bottom: 5px; transition: transform 0.4s ease-in-out, height 0.4s ease-in-out; } .opened span { background: black; transition: transform 0.4s ease-in-out, height 0s ease-in-out; } .opened span:nth-child(1) { transform: rotate(-45deg); top: 12px; } .opened span:nth-child(2) { transform: scale(0); height: 0; } .opened span:nth-child(3) { transform: rotate(45deg); } .menu-navi { display: inline-block; margin: 35px 0px 0px -15px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-navi ul { text-align: left; } .menu-navi ul li { display: block; } .menu-navi ul li a { font-weight: 700; text-transform: uppercase; text-decoration: none; font-size: 25px; line-height: 70px; position: relative; transition: margin .4s; color: black; } .menu-navi li a:hover { text-decoration: line-through; } .opened .menu-navi { width: 150px; transition: width 0.5s ease-in-out; } .menu-navi { display: inline-block; margin: 35px 0px 0px -25px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } @media (max-width: 767px) { .menu-container { margin: 18px 0px 0px 30px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } .menu-navi ul li a { font-size: 12.5px; line-height: 43px; font-weight: bold; } .menu-navi { display: inline-block; margin: 35px 0px 0px -18.5px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-icon span { position: relative; display: block; width: 29px; height: 4px; background: black; border-radius: 2px; margin-bottom: 4px; transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; } } @media (min-width: 767px) and (max-width: 991px) { .menu-container { margin: 30px 0px 0px 80px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } .menu-navi ul li a { font-size: 30px; line-height: 78px; font-weight: bold; } .menu-navi { display: inline-block; margin: 35px 0px 0px -75px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-icon span { position: relative; display: block; width: 29px; height: 4px; background: black; border-radius: 2px; margin-bottom: 4px; transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; } } @media (min-width: 992px) and (max-width: 1199px) { .menu-container { margin: 18px 0px 0px 90px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } .menu-navi ul li a { font-size: 12.5px; line-height: 43px; font-weight: bold; } .menu-navi { display: inline-block; margin: 35px 0px 0px -18.5px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-icon span { position: relative; display: block; width: 29px; height: 4px; background: black; border-radius: 2px; margin-bottom: 4px; transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; } } @media (min-width: 992px) and (max-width: 1199px) { .menu-container { margin: 18px 0px 0px 20px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } .menu-navi ul li a { font-size: 12.5px; line-height: 43px; font-weight: bold; } .menu-navi { display: inline-block; margin: 35px 0px 0px -18.5px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-icon span { position: relative; display: block; width: 29px; height: 4px; background: black; border-radius: 2px; margin-bottom: 4px; transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; } } @media only screen and (min-width: 1824px) { .menu-container { margin: 30px 0px 0px 180px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } } *, *:before, *:after { box-sizing: border-box; } /*MOUSE SCROLL MONITOR*/ .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 350px 0px 0px 195px; position: fixed; } /*KONIEC MOUSE SCROLL MONITOR*/ /*MOUSE SCROLL LAPTOP*/ @media only screen and (min-width: 1224px) { .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 180px 0px 0px 160px; position: fixed; } } @media (max-width: 767px) { .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 900px 0px 0px 90px; position: fixed; } } /*KONIEC MOUSE SCROLL MOBILE-PIONOWO*/ @media (min-width: 767px) and (max-width: 991px) { .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 1330px 0px 0px 80px; position: fixed; } } @media (min-width: 992px) and (max-width: 1199px) { .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 450px 0px 0px 60px; position: fixed; } } /*KONIEC MOUSE SCROLL TABLET LANDSCAPE*/ .m_scroll_arrows { display: block; width: 5px; height: 5px; /* IE 9 */ /* Chrome, Safari, Opera */ transform: rotate(45deg); border-right: 2px solid black; border-bottom: 2px solid black; margin: 0 0 3px 4px; width: 16px; height: 16px; } .unu { margin-top: 1px; } .unu, .doi, .trei { -webkit-animation: mouse-scroll 1s infinite; -moz-animation: mouse-scroll 1s infinite; } .unu { -webkit-animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-direction: alternate; } .doi { -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-direction: alternate; margin-top: -6px; } .trei { -webkit-animation-delay: .3s; -moz-animation-delay: .3s; -webkit-animation-direction: alternate; margin-top: -6px; } .mouse { height: 42px; width: 24px; border-radius: 14px; transform: none; border: 2px solid black; top: 170px; } .wheel { height: 5px; width: 2px; display: block; margin: 5px auto; background: black; position: relative; height: 4px; width: 4px; border: 2px solid black; border-radius: 8px; } .wheel { -webkit-animation: mouse-wheel 0.6s linear infinite; -moz-animation: mouse-wheel 0.6s linear infinite; } @keyframes mouse-scroll { 0% { opacity: 0; } 50% { opacity: .5; } 100% { opacity: 1; } } @media only screen and (min-width: 1824px) { .mouse_scroll { display: block; width: 24px; height: 100px; margin: 580px 0px 0px 190px; position: fixed; } } /* Desktops and laptops ----------- */ @media only screen and (min-width: 1224px) { .col-9 > .banner { width: 520px; height: 290px; float: left; margin-top: 40px; } .col-9 > .logo { float: left; width: 110px; height: 100px; margin-top: 40px; } } /* Large screens ----------- */ @media only screen and (min-width: 1824px) { .col-9 > .banner { width: 600px; height: 330px; float: left; margin-top: 40px; } .col-9 > .logo { float: left; width: 100px; height: 85px; margin-top: 40px; } } @media (min-width: 992px) and (max-width: 1223px) { .col-8 > .banner { width: 550px; height: 320px; float: left; margin: 500px 0px 0px 30px; } .col-8 > .logo { float: left; width: 150px; height: 140px; margin: 75px 0px 0px 30px; width: 520px; height: 270px; float: left; margin: 45px 0px 0px 100px; } .col-8 > .logo { float: left; width: 115px; height: 100px; margin: 55px 0px 0px 130px; } } @media (min-width: 767px) and (max-width: 991px) { .col-9 > .banner { width: 550px; height: 320px; float: left; margin-top: 40px; } .col-9 > .logo { float: left; width: 150px; height: 140px; margin-top: 40px; } } @media (max-width: 767px) { .col-9 > .banner { width: 257px; height: 165px; float: left; margin-top: 40px; } .col-9 > .logo { float: left; width: 80px; height: 68px; margin-top: 40px; } } @media (max-width: 767px) and (orientation: landscape) { .col-9 > .banner { width: 257px; height: 165px; float: left; margin-top: 0px; position: relative; bottom: 90px; } } @media only screen and (min-width: 1224px) { .paragraf-about-me { color: white; text-align: left; font-size: 20px; padding: 40px 460px 30px 55px; position: relative; bottom: 290px; } .text-about-me { font-size: 32px; color: white; text-align: left; } .header-about-me { color: white; font-size: 160px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; text-align: left; position: absolute; padding-top: 200px; } .me-mobile { display: none; } .me { position: relative; width: 105%; right: 50px; bottom: 180px; } .contactos { height: 250px; } .short-pauza { height: 120px; } .mobile-photo { display: none; } .left { padding-left: 35px; } .what-i-am { color: white; font-weight: bold; text-align: left; } .what-i-do { color: white; font-weight: bold; text-align: left; } .what-i-am-paragraf { font-size: 24px; color: white; text-align: left; font-weight: lighter; } .what-i-do-paragraf { font-size: 24px; color: white; text-align: left; font-weight: lighter; } .what { font-size: 19px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 70px; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 34px; position: absolute; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; font-size: 40px; } .header-contact { color: white; font-size: 140px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; text-align: left; padding-top: 105px; } } @media only screen and (min-width: 1824px) { .paragraf-about-me { color: white; text-align: left; font-size: 24px; padding: 40px 460px 30px 55px; position: relative; top: 10px; } .text-about-me { font-size: 32px; color: white; text-align: left; padding-top: 270px; } .header-about-me { color: white; font-size: 160px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; text-align: left; position: absolute; margin-top: 190px; } .col-9.black.pauza { height: 600px; } .col-9.black.short-pauza { height: 120px; } .me-mobile { display: none; } .me { position: relative; width: 110%; right: 80px; bottom: 0px; } .contactos { height: 250px; } .mobile-photo { display: none; } .what-i-am { color: white; font-weight: bold; text-align: left; } .left { padding-left: 55px; } .what-i-do { color: white; font-weight: bold; text-align: left; } .what-i-am-paragraf { font-size: 24px; color: white; text-align: left; font-weight: lighter; } .what-i-do-paragraf { font-size: 24px; color: white; text-align: left; font-weight: lighter; } .section-what-i-am { margin: 0 auto; font-size: 40px; text-align: left; } .section-what-i-am > .row > .col-5 > h1 { text-align: left; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 36px; position: absolute; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; font-size: 40px; } .header-contact { color: white; font-size: 160px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; text-align: left; padding-top: 105px; } .what { font-size: 19px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 70px; } } @media (min-width: 992px) and (max-width: 1199px) { .paragraf-about-me { color: white; text-align: left; font-variant-caps: small-caps; font-size: 17px; position: relative; margin-top: -35px; margin-left: 10px; } .header-about-me { color: white; font-size: 45px; text-decoration: line-through; padding: 180px 0px 0px 0px; letter-spacing: 5px; font-weight: bold; position: relative; margin: 0 auto; text-align: left; } .me-mobile { position: relative; top: 200px; right: 35px; width: 99%; } .me { display: none; } .mobile-photo { display: none; } .header-before-paragraf > p { color: white; text-align: left; margin: 150px 0px 0px 10px; font-size: 25.5px; font-variant-caps: small-caps; } .what-i-am { color: white; font-variant-caps: small-caps; font-weight: bold; margin-left: 10px; width: 150px; } .what-i-do { color: white; font-variant-caps: small-caps; font-weight: bold; text-align: left; margin-left: 60px; width: 150px; } .what-i-am-paragraf { font-size: 17px; font-variant-caps: small-caps; color: white; text-align: left; position: relative; margin-left: 10px; bottom: 210px; width: 150px; } .what-i-do-paragraf { font-size: 17px; font-variant-caps: small-caps; color: white; text-align: left; position: relative; margin-left: 60px; width: 150px; bottom: 210px; } .section-what-i-am { margin: 0 auto; font-size: 40px; font-variant-caps: small-caps; position: relative; text-align: left; bottom: 70px; } .section-what-i-am > .row > .col-5 > h1 { text-align: left; } .section-photo { position: absolute; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 34px; margin-left: 10px; position: relative; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; margin: 0px 0px 0px 10px; font-size: 40px; font-variant-caps: small-caps; } .section-contact { position: relative; bottom: 320px; } .header-contact { color: white; font-size: 45px; text-decoration: line-through; padding: 50px 0px 0px 0px; letter-spacing: 5px; font-weight: bold; position: relative; margin: 0 auto; text-align: left; } .what { font-size: 19px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 50px; } } @media (min-width: 767px) and (max-width: 991px) { .paragraf-about-me { color: white; text-align: left; font-size: 24px; position: relative; bottom: 240px; } .mobile-absolute { position: absolute; } .text-about-me { color: white; font-size: 32px; text-align: left; } .header-about-me { color: white; font-size: 160px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; position: absolute; text-align: left; padding-top: 200px; } .me-mobile { position: relative; right: 35px; width: 99%; } .me { display: none; } .contactos { height: 250px; } .pauza { height: 175px; } .short-pauza { height: 120px; } .mobile-photo { display: none; } .left { padding-left: 35px; } .left-second { padding-left: 40px; } .what-i-am { color: white; font-weight: bold; text-align: left; } .what-i-do { color: white; font-weight: bold; text-align: left; width: 120px; } .what-i-am-paragraf { font-size: 24px; color: white; text-align: left; width: 100px; font-weight: lighter; } .what-i-do-paragraf { font-size: 24px; font-weight: lighter; color: white; text-align: left; } .what { font-size: 16px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 70px; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 34px; position: absolute; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; font-size: 40px; } .header-contact { color: white; font-size: 140px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; text-align: left; padding-top: 105px; } } @media (max-width: 767px) and (orientation: landscape) { .paragraf-about-me { color: white; text-align: left; font-variant-caps: small-caps; font-size: 18px; line-height: 19px; position: relative; bottom: 90px; } .text-about-me { color: white; font-size: 24px; text-align: left; top: 160px; position: relative; width: 300px; } .header-contact { color: white; font-size: 75px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; text-align: left; padding-top: 10px; position: relative; } .xxx { line-height: 26px; } .contactos { height: 90px; } .header { padding-bottom: 10px; } .header-about-me { font-size: 75px; } } @media (max-width: 767px) { .paragraf-about-me { color: white; text-align: left; font-variant-caps: small-caps; font-size: 18px; position: relative; bottom: 240px; } .mobile-absolute { position: absolute; } .text-about-me { color: white; font-size: 24px; text-align: left; } .header-about-me { color: white; font-size: 45px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; position: absolute; text-align: left; padding-top: 180px; } .me-mobile { position: relative; right: 35px; width: 99%; } .me { display: none; } .contactos { height: 250px; } .pauza { height: 175px; } .short-pauza { height: 120px; } .mobile-photo { display: none; } .left { padding-left: 10px; } .left-second { padding-left: 40px; } .what-i-am { color: white; font-weight: bold; text-align: left; } .what-i-do { color: white; font-weight: bold; text-align: left; width: 120px; } .what-i-am-paragraf { font-size: 15px; font-variant-caps: small-caps; color: white; text-align: left; width: 100px; } .what-i-do-paragraf { font-size: 15px; font-weight: lighter; color: white; text-align: left; } .what { font-size: 16px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 40px; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 34px; position: absolute; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; font-size: 40px; } .header-contact { color: white; font-size: 45px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; text-align: left; padding-top: 200px; position: relative; } } @media (max-width: 767px) and (orientation: landscape) { .paragraf-about-me { color: white; text-align: left; font-variant-caps: small-caps; font-size: 18px; line-height: 19px; position: relative; bottom: 90px; } .text-about-me { color: white; font-size: 24px; text-align: left; top: 160px; position: relative; width: 300px; } .header-contact { color: white; font-size: 75px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; text-align: left; padding-top: 10px; position: relative; } .xxx { line-height: 26px; } .contactos { height: 90px; } .header { padding-bottom: 10px; } .header-about-me { font-size: 75px; } } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html { text-align: center; font-family: 'Titillium Web', sans-serif; background-color: black; } body { background: white; margin: 0 auto; height: 100vw; font-variant-caps: small-caps; }
css/style.css
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,700"); * { box-sizing: border-box; font-family: sans-serif; } /* grids */ .container { width: 100%; margin: 0 auto; } .row:before, .row:after { content: ""; display: table; clear: both; } [class*="col-"] { float: left; min-height: 1px; height: 325px; } .col-1 { width: 8.33%; } .col-2 { width: 16.66%; } .col-3 { width: 25%; } .col-4 { width: 33.33%; } .col-5 { width: 41.66%; } .col-6 { width: 50%; } .col-7 { width: 58.33%; } .col-8 { width: 66.66%; } .col-9 { width: 75%; } .col-10 { width: 83.33%; } .col-11 { width: 91.66%; } .col-12 { width: 100%; } .col-offset-1 { margin-left: 8.33%; } .col-offset-2 { margin-left: 16.66%; } .col-offset-3 { margin-left: 25%; } .col-offset-4 { margin-left: 33.33%; } .col-offset-5 { margin-left: 41.66%; } .col-offset-6 { margin-left: 50%; } .col-offset-7 { margin-left: 58.33%; } .col-offset-8 { margin-left: 66.66%; } .col-offset-9 { margin-left: 75%; } .col-offset-10 { margin-left: 83.33%; } .col-offset-11 { margin-left: 91.66%; } .col-offset-12 { margin-left: 100%; } .black { background-color: black; } .white { background-color: white; } @media only screen and (min-width: 1224px) { .menu-navi ul li a { line-height: 56px; } .menu-container { margin: 40px 0px 0px 145px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } } .menu-icon span { position: relative; display: block; width: 49px; height: 5.5px; background: black; border-radius: 2px; margin-bottom: 5px; transition: transform 0.4s ease-in-out, height 0.4s ease-in-out; } .opened span { background: black; transition: transform 0.4s ease-in-out, height 0s ease-in-out; } .opened span:nth-child(1) { transform: rotate(-45deg); top: 12px; } .opened span:nth-child(2) { transform: scale(0); height: 0; } .opened span:nth-child(3) { transform: rotate(45deg); } .menu-navi { display: inline-block; margin: 35px 0px 0px -15px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-navi ul { text-align: left; } .menu-navi ul li { display: block; } .menu-navi ul li a { font-weight: 700; text-transform: uppercase; text-decoration: none; font-size: 25px; line-height: 70px; position: relative; transition: margin .4s; color: black; } .menu-navi li a:hover { text-decoration: line-through; } .opened .menu-navi { width: 150px; transition: width 0.5s ease-in-out; } .menu-navi { display: inline-block; margin: 35px 0px 0px -25px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } @media (max-width: 767px) { .menu-container { margin: 18px 0px 0px 30px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } .menu-navi ul li a { font-size: 12.5px; line-height: 43px; font-weight: bold; } .menu-navi { display: inline-block; margin: 35px 0px 0px -18.5px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-icon span { position: relative; display: block; width: 29px; height: 4px; background: black; border-radius: 2px; margin-bottom: 4px; transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; } } @media (min-width: 767px) and (max-width: 991px) { .menu-container { margin: 30px 0px 0px 80px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } .menu-navi ul li a { font-size: 30px; line-height: 78px; font-weight: bold; } .menu-navi { display: inline-block; margin: 35px 0px 0px -75px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-icon span { position: relative; display: block; width: 29px; height: 4px; background: black; border-radius: 2px; margin-bottom: 4px; transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; } } @media (min-width: 992px) and (max-width: 1199px) { .menu-container { margin: 18px 0px 0px 90px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } .menu-navi ul li a { font-size: 12.5px; line-height: 43px; font-weight: bold; } .menu-navi { display: inline-block; margin: 35px 0px 0px -18.5px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-icon span { position: relative; display: block; width: 29px; height: 4px; background: black; border-radius: 2px; margin-bottom: 4px; transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; } } @media (min-width: 992px) and (max-width: 1199px) { .menu-container { margin: 18px 0px 0px 20px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } .menu-navi ul li a { font-size: 12.5px; line-height: 43px; font-weight: bold; } .menu-navi { display: inline-block; margin: 35px 0px 0px -18.5px; width: 0; overflow: hidden; transition: width 0.4s ease-in-out; } .menu-icon span { position: relative; display: block; width: 29px; height: 4px; background: black; border-radius: 2px; margin-bottom: 4px; transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; } } @media only screen and (min-width: 1824px) { .menu-container { margin: 30px 0px 0px 180px; display: -ms-flexbox; cursor: pointer; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: fixed; } } *, *:before, *:after { box-sizing: border-box; } /*MOUSE SCROLL MONITOR*/ .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 350px 0px 0px 195px; position: fixed; } /*KONIEC MOUSE SCROLL MONITOR*/ /*MOUSE SCROLL LAPTOP*/ @media only screen and (min-width: 1224px) { .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 180px 0px 0px 160px; position: fixed; } } @media (max-width: 767px) { .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 900px 0px 0px 90px; position: fixed; } } /*KONIEC MOUSE SCROLL MOBILE-PIONOWO*/ @media (min-width: 767px) and (max-width: 991px) { .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 1330px 0px 0px 80px; position: fixed; } } @media (min-width: 992px) and (max-width: 1199px) { .mouse_scroll { display: block; margin: 0 auto; width: 24px; height: 100px; margin: 450px 0px 0px 60px; position: fixed; } } /*KONIEC MOUSE SCROLL TABLET LANDSCAPE*/ .m_scroll_arrows { display: block; width: 5px; height: 5px; /* IE 9 */ /* Chrome, Safari, Opera */ transform: rotate(45deg); border-right: 2px solid black; border-bottom: 2px solid black; margin: 0 0 3px 4px; width: 16px; height: 16px; } .unu { margin-top: 1px; } .unu, .doi, .trei { -webkit-animation: mouse-scroll 1s infinite; -moz-animation: mouse-scroll 1s infinite; } .unu { -webkit-animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-direction: alternate; } .doi { -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-direction: alternate; margin-top: -6px; } .trei { -webkit-animation-delay: .3s; -moz-animation-delay: .3s; -webkit-animation-direction: alternate; margin-top: -6px; } .mouse { height: 42px; width: 24px; border-radius: 14px; transform: none; border: 2px solid black; top: 170px; } .wheel { height: 5px; width: 2px; display: block; margin: 5px auto; background: black; position: relative; height: 4px; width: 4px; border: 2px solid black; border-radius: 8px; } .wheel { -webkit-animation: mouse-wheel 0.6s linear infinite; -moz-animation: mouse-wheel 0.6s linear infinite; } @keyframes mouse-scroll { 0% { opacity: 0; } 50% { opacity: .5; } 100% { opacity: 1; } } @media only screen and (min-width: 1824px) { .mouse_scroll { display: block; width: 24px; height: 100px; margin: 580px 0px 0px 190px; position: fixed; } } /* Desktops and laptops ----------- */ @media only screen and (min-width: 1224px) { .col-9 > .banner { width: 520px; height: 290px; float: left; margin-top: 40px; } .col-9 > .logo { float: left; width: 110px; height: 100px; margin-top: 40px; } } /* Large screens ----------- */ @media only screen and (min-width: 1824px) { .col-9 > .banner { width: 600px; height: 330px; float: left; margin-top: 40px; } .col-9 > .logo { float: left; width: 100px; height: 85px; margin-top: 40px; } } @media (min-width: 992px) and (max-width: 1223px) { .col-8 > .banner { width: 550px; height: 320px; float: left; margin: 500px 0px 0px 30px; } .col-8 > .logo { float: left; width: 150px; height: 140px; margin: 75px 0px 0px 30px; width: 520px; height: 270px; float: left; margin: 45px 0px 0px 100px; } .col-8 > .logo { float: left; width: 115px; height: 100px; margin: 55px 0px 0px 130px; } } @media (min-width: 767px) and (max-width: 991px) { .col-9 > .banner { width: 550px; height: 320px; float: left; margin-top: 40px; } .col-9 > .logo { float: left; width: 150px; height: 140px; margin-top: 40px; } } @media (max-width: 767px) { .col-9 > .banner { width: 257px; height: 165px; float: left; margin-top: 40px; } .col-9 > .logo { float: left; width: 80px; height: 68px; margin-top: 40px; } } @media (max-width: 767px) and (orientation: landscape) { .col-9 > .banner { width: 257px; height: 165px; float: left; margin-top: 0px; position: relative; bottom: 90px; } } @media only screen and (min-width: 1224px) { .paragraf-about-me { color: white; text-align: left; font-size: 20px; padding: 40px 460px 30px 55px; position: relative; bottom: 290px; } .text-about-me { font-size: 32px; color: white; text-align: left; } .header-about-me { color: white; font-size: 160px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; text-align: left; position: absolute; padding-top: 200px; } .me-mobile { display: none; } .me { position: relative; width: 105%; right: 50px; bottom: 180px; } .contactos { height: 250px; } .short-pauza { height: 120px; } .mobile-photo { display: none; } .left { padding-left: 35px; } .what-i-am { color: white; font-weight: bold; text-align: left; } .what-i-do { color: white; font-weight: bold; text-align: left; } .what-i-am-paragraf { font-size: 24px; color: white; text-align: left; font-weight: lighter; } .what-i-do-paragraf { font-size: 24px; color: white; text-align: left; font-weight: lighter; } .what { font-size: 19px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 70px; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 34px; position: absolute; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; font-size: 40px; } .header-contact { color: white; font-size: 140px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; text-align: left; padding-top: 105px; } } @media only screen and (min-width: 1824px) { .paragraf-about-me { color: white; text-align: left; font-size: 24px; padding: 40px 460px 30px 55px; position: relative; top: 10px; } .text-about-me { font-size: 32px; color: white; text-align: left; padding-top: 270px; } .header-about-me { color: white; font-size: 160px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; text-align: left; position: absolute; margin-top: 190px; } .col-9.black.pauza { height: 600px; } .col-9.black.short-pauza { height: 120px; } .me-mobile { display: none; } .me { position: relative; width: 110%; right: 80px; bottom: 0px; } .contactos { height: 250px; } .mobile-photo { display: none; } .what-i-am { color: white; font-weight: bold; text-align: left; } .left { padding-left: 55px; } .what-i-do { color: white; font-weight: bold; text-align: left; } .what-i-am-paragraf { font-size: 24px; color: white; text-align: left; font-weight: lighter; } .what-i-do-paragraf { font-size: 24px; color: white; text-align: left; font-weight: lighter; } .section-what-i-am { margin: 0 auto; font-size: 40px; text-align: left; } .section-what-i-am > .row > .col-5 > h1 { text-align: left; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 36px; position: absolute; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; font-size: 40px; } .header-contact { color: white; font-size: 160px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; text-align: left; padding-top: 105px; } .what { font-size: 19px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 70px; } } @media (min-width: 992px) and (max-width: 1199px) { .paragraf-about-me { color: white; text-align: left; font-variant-caps: small-caps; font-size: 17px; position: relative; margin-top: -35px; margin-left: 10px; } .header-about-me { color: white; font-size: 45px; text-decoration: line-through; padding: 180px 0px 0px 0px; letter-spacing: 5px; font-weight: bold; position: relative; margin: 0 auto; text-align: left; } .me-mobile { position: relative; top: 200px; right: 35px; width: 99%; } .me { display: none; } .mobile-photo { display: none; } .header-before-paragraf > p { color: white; text-align: left; margin: 150px 0px 0px 10px; font-size: 25.5px; font-variant-caps: small-caps; } .what-i-am { color: white; font-variant-caps: small-caps; font-weight: bold; margin-left: 10px; width: 150px; } .what-i-do { color: white; font-variant-caps: small-caps; font-weight: bold; text-align: left; margin-left: 60px; width: 150px; } .what-i-am-paragraf { font-size: 17px; font-variant-caps: small-caps; color: white; text-align: left; position: relative; margin-left: 10px; bottom: 210px; width: 150px; } .what-i-do-paragraf { font-size: 17px; font-variant-caps: small-caps; color: white; text-align: left; position: relative; margin-left: 60px; width: 150px; bottom: 210px; } .section-what-i-am { margin: 0 auto; font-size: 40px; font-variant-caps: small-caps; position: relative; text-align: left; bottom: 70px; } .section-what-i-am > .row > .col-5 > h1 { text-align: left; } .section-photo { position: absolute; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 34px; margin-left: 10px; position: relative; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; margin: 0px 0px 0px 10px; font-size: 40px; font-variant-caps: small-caps; } .section-contact { position: relative; bottom: 320px; } .header-contact { color: white; font-size: 45px; text-decoration: line-through; padding: 50px 0px 0px 0px; letter-spacing: 5px; font-weight: bold; position: relative; margin: 0 auto; text-align: left; } .what { font-size: 19px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 50px; } } @media (min-width: 767px) and (max-width: 991px) { .paragraf-about-me { color: white; text-align: left; font-size: 24px; position: relative; bottom: 240px; } .mobile-absolute { position: absolute; } .text-about-me { color: white; font-size: 32px; text-align: left; } .header-about-me { color: white; font-size: 160px; text-decoration: line-through; letter-spacing: 12px; font-weight: bold; position: absolute; text-align: left; padding-top: 200px; } .me-mobile { position: relative; right: 35px; width: 99%; } .me { display: none; } .contactos { height: 250px; } .pauza { height: 175px; } .short-pauza { height: 120px; } .mobile-photo { display: none; } .left { padding-left: 35px; } .left-second { padding-left: 40px; } .what-i-am { color: white; font-weight: bold; text-align: left; } .what-i-do { color: white; font-weight: bold; text-align: left; width: 120px; } .what-i-am-paragraf { font-size: 24px; color: white; text-align: left; width: 100px; font-weight: lighter; } .what-i-do-paragraf { font-size: 24px; font-weight: lighter; color: white; text-align: left; } .what { font-size: 16px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 70px; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 34px; position: absolute; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; font-size: 40px; } .header-contact { color: white; font-size: 140px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; text-align: left; padding-top: 105px; } } @media (max-width: 767px) and (orientation: landscape) { .paragraf-about-me { color: white; text-align: left; font-variant-caps: small-caps; font-size: 18px; line-height: 19px; position: relative; bottom: 90px; } .text-about-me { color: white; font-size: 24px; text-align: left; top: 160px; position: relative; width: 300px; } .header-contact { color: white; font-size: 75px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; text-align: left; padding-top: 10px; position: relative; } .xxx { line-height: 26px; } .contactos { height: 90px; } .header { padding-bottom: 10px; } .header-about-me { font-size: 75px; } } @media (max-width: 767px) { .paragraf-about-me { color: white; text-align: left; font-variant-caps: small-caps; font-size: 18px; position: relative; bottom: 240px; } .mobile-absolute { position: absolute; } .text-about-me { color: white; font-size: 24px; text-align: left; } .header-about-me { color: white; font-size: 45px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; position: absolute; text-align: left; padding-top: 180px; } .me-mobile { position: relative; right: 35px; width: 99%; } .me { display: none; } .contactos { height: 250px; } .pauza { height: 175px; } .short-pauza { height: 120px; } .mobile-photo { display: none; } .left { padding-left: 10px; } .left-second { padding-left: 40px; } .what-i-am { color: white; font-weight: bold; text-align: left; } .what-i-do { color: white; font-weight: bold; text-align: left; width: 120px; } .what-i-am-paragraf { font-size: 15px; font-variant-caps: small-caps; color: white; text-align: left; width: 100px; } .what-i-do-paragraf { font-size: 15px; font-weight: lighter; color: white; text-align: left; } .what { font-size: 16px; color: #4d4d4d; } .what-i { text-decoration: line-through; font-size: 40px; } .xxx { color: white; text-align: left; font-size: 20px; line-height: 34px; position: absolute; } .xxx > a { color: white; text-decoration: none; } .xxx > h1 { font-weight: bold; } .header { color: white; text-align: left; font-size: 40px; } .header-contact { color: white; font-size: 45px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; text-align: left; padding-top: 200px; position: relative; } } @media (max-width: 767px) and (orientation: landscape) { .paragraf-about-me { color: white; text-align: left; font-variant-caps: small-caps; font-size: 18px; line-height: 19px; position: relative; bottom: 90px; } .text-about-me { color: white; font-size: 24px; text-align: left; top: 160px; position: relative; width: 300px; } .header-contact { color: white; font-size: 75px; text-decoration: line-through; letter-spacing: 5px; font-weight: bold; text-align: left; padding-top: 10px; position: relative; } .xxx { line-height: 26px; } .contactos { height: 90px; } .header { padding-bottom: 10px; } .header-about-me { font-size: 75px; } } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html { text-align: center; font-family: 'Titillium Web', sans-serif; background-color: black; } body { background: white; margin: 0 auto; height: 100vw; font-variant-caps: small-caps; }
0.433742
0.177276
#contactus { color: #9d2143; font-size: 2.5rem; margin-top: -19px; padding-bottom: 15px; margin-bottom: 0.5rem; font-weight: 500; } .lne { width: 100%; background-color: rgb(255, 150, 2); padding: 1px; margin-top: -9px; margin-bottom: 11px; padding-left: 12px; } .form-input { width: 100%; padding: 10px; } .inputs { width: 60%; padding: 20px; background-color: gray; margin: 0 auto; } input { width: 80%; margin-bottom: 17px; border: 1px solid rgb(204, 204, 204); padding: 5px; } .txtarea{ width: 80%; margin-bottom: 17px; border: 1px solid rgb(204, 204, 204); padding: 5px; } .label { /* padding: -5px 15px; */ text-align: center !important; } .wrapper { background-color: #ffffff; } .contact-form { border: 1px solid gray; flex-direction: column; padding: 15px; width: 65%; margin-top: 30px; margin-left: 17%; } img { width: 50%; /* height: 10%; */ object-fit: contain; } #recaptcha { position: relative; } #recaptcha-img { position: absolute; /* margin-top: 33px; */ width: 18%; right: 0; top: 1%; } .check-box { border: 1px solid rgb(202, 200, 200); background-color: #f9f9f9; width: 40%; /* height: 20%; */ margin-left: 12px; /* padding: 10px; */ padding-top: 10px; position: relative; } #bttn{ margin-top: 30px; margin-bottom: 2px; background-color: #9D2143; margin-left: 75px; border-color: #9d2143; } h2{ color: #ff9f00; } .buttn { background-color: rgb(194,58,96); border:0; font-size: 18px; color: #ffffff; text-align: center; padding: 10px; margin-top: 10%; border-radius: 8px; } @media screen and (max-width: 770px) { .contact-form { width: 90%; margin-left: 8%; } } /* footer ends */ @media screen and (max-width: 480px) { .form-label { float: left;} /* #main {margin-left: 216px;} */ #bttn{ margin-left: 0; } } /* width: 100px; */
public/css/contact_us.css
#contactus { color: #9d2143; font-size: 2.5rem; margin-top: -19px; padding-bottom: 15px; margin-bottom: 0.5rem; font-weight: 500; } .lne { width: 100%; background-color: rgb(255, 150, 2); padding: 1px; margin-top: -9px; margin-bottom: 11px; padding-left: 12px; } .form-input { width: 100%; padding: 10px; } .inputs { width: 60%; padding: 20px; background-color: gray; margin: 0 auto; } input { width: 80%; margin-bottom: 17px; border: 1px solid rgb(204, 204, 204); padding: 5px; } .txtarea{ width: 80%; margin-bottom: 17px; border: 1px solid rgb(204, 204, 204); padding: 5px; } .label { /* padding: -5px 15px; */ text-align: center !important; } .wrapper { background-color: #ffffff; } .contact-form { border: 1px solid gray; flex-direction: column; padding: 15px; width: 65%; margin-top: 30px; margin-left: 17%; } img { width: 50%; /* height: 10%; */ object-fit: contain; } #recaptcha { position: relative; } #recaptcha-img { position: absolute; /* margin-top: 33px; */ width: 18%; right: 0; top: 1%; } .check-box { border: 1px solid rgb(202, 200, 200); background-color: #f9f9f9; width: 40%; /* height: 20%; */ margin-left: 12px; /* padding: 10px; */ padding-top: 10px; position: relative; } #bttn{ margin-top: 30px; margin-bottom: 2px; background-color: #9D2143; margin-left: 75px; border-color: #9d2143; } h2{ color: #ff9f00; } .buttn { background-color: rgb(194,58,96); border:0; font-size: 18px; color: #ffffff; text-align: center; padding: 10px; margin-top: 10%; border-radius: 8px; } @media screen and (max-width: 770px) { .contact-form { width: 90%; margin-left: 8%; } } /* footer ends */ @media screen and (max-width: 480px) { .form-label { float: left;} /* #main {margin-left: 216px;} */ #bttn{ margin-left: 0; } } /* width: 100px; */
0.346431
0.095223
* { box-sizing: border-box; } /** ==================== * estilos del perfil =======================*/ .targeta_perfil { margin-top: 20px; background-color: rgba(0, 0, 0, 0.5); } .cuerpo_perfil { text-align: center; padding: 10px; border-radius: 5px; } /* .fecha_miembro, .pais_miembro{ margin: 0; padding: 0; } */ .fondo_negro_centrado { padding: 20px; background-color: rgba(0, 0, 0, 0.8); margin: 0; align-items: center; } .fondo_negro_simple { padding: 20px; background-color: rgba(0, 0, 0, 0.8); margin: 0; } /** ==================== * letras =======================*/ /* .editar h5{ font-weight: 400; font-size: 32px; font-family: 'Special Elite', cursive; color: #ffecb3; } */ /* .archivo_edit{ font-family: 'Merienda', cursive; font-weight: 400; color: white; display:flex; margin-top: 15px } */ .archivohistorico h5 { font-weight: 400; font-family: 'Special Elite', cursive; color: #ffecb3; text-align: center; } /** ==================== * Detalles =======================*/ .pais_miembro { box-shadow: 18px 1px 8px -15px #8c8b8b inset; } .linea_horizontal { height: 10px; margin-top: 8px; border: 2px; box-shadow: 0 10px 10px -10px #8c8b8b inset; } /* .fecha_miembro{ text-align: center; /* border-right: solid 0.5px #8c8b8b; */ /* box-shadow: -10px 1px 10px -10px #8c8b8b inset; } */ /** ==================== * Avatar principal del perfil =======================*/ .foto_usuario img { width: 50%; height: 50%; } /** ==================== * Datos Generales del usuario =======================*/ /** ==================== * Nombre y editar perfil =======================*/ .cuerpo_perfil h5, .tablaperfil h5, .publicaciones_perfil h5 { font-weight: 700; font-size: 18px; font-family: 'Roboto', sans-serif; color: #ffecb3; } .cuerpo_perfil p { color: white; font-family: 'Acme', sans-serif; font-size: 14px; line-height: 5px; } .editar_perfil { display: flex; text-align: center; align-items: center; justify-content: space-between; } .editar_perfil h6 { font-size: 32px; font-family: 'Merienda One', cursive; color: #ffecb3; } .editar_perfil a { text-decoration: none; color: #ff9301; font-size: 14px; } .tiempoperfil { color: white; font-family: 'Merienda', cursive; font-size: 8px; } /** ==================== * imagen bandera =======================*/ .bandera { width: 50px; } /** ==================== * estado de Perfil =======================*/ .estadoperfil p { /* padding-left: 10px; padding-bottom: 10px; */ color: white; /* font-family: 'Merienda', cursive; font-weight: 700; */ font-size: 18px; } .estado_textarea { width: 200px; float: left; min-height: 35px; outline: none; font-size: 12px; } .botton_estado { padding: 5px 10px; border-radius: 5px; border: none; background-color: #8bd6a1; margin-left: 10px; } .botton_estado:focus, .estado_textarea:focus { border: 1px solid #8bc34a; box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25); } .tablaperfil, .archivohistorico { padding: 10px; } .archivohistorico ul li a { text-decoration: none; color: white; font-family: 'Merienda', cursive; font-weight: 700; font-size: 12px; } /*###########*/ .maxwidth_configuracion { max-width: 400px; margin: 0 auto; } .bottoneditar { padding: 5px 10px; border-radius: 5px; border: none; background-color: #8bd6a1; font-family: 'Merienda', cursive; font-weight: 400; margin-left: 30px; margin-top: 20px; outline: none; } .bottoneditar:hover { box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.7); } .bottonavatar { position: relative; top: -15px; left: 280px; z-index: 40; } .bottonnombre { position: relative; left: 20px; z-index: 40; margin: 0; } .editinput { width: 250px; } .error_login span, .errorperfil span { color: #ff9301; } /** ==================== * contenedor princial publicaciones =======================*/ .publicaciones_perfil { background-color: rgba(0, 0, 0, 0.5); margin: 0; padding: 0; border-radius: 5px; } .body-muro { color: #797979; background: rgba(0, 0, 0, 0.8); font-family: 'Open Sans', sans-serif; padding: 15px; margin: 0px; font-size: 13px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; margin-top: 20px; } /** ==================== * contenedor del formulario publicaciones =======================*/ .profile-info .panel-final ul li a { color: #7a7a7a; } /** ==================== * Formulario textarea =======================*/ .p-text-area, .p-text-area:focus { border: none; font-weight: 300; box-shadow: none; color: black; font-size: 16px; } /** ==================== * contenedor linea publicación Principal =======================*/ .panel-body { background: #fff; width: 100%; padding: 10px; border-radius: 5px; } /** ==================== * detalle avatar linea publicación Principal =======================*/ .p-foto-user { float: left; width: 70px; margin-right: 15px; } .p-foto-user img { width: 70px; height: 70px; border-radius: 50%; -webkit-border-radius: 50%; } /** ==================== * detalle user linea publicación Principal =======================*/ .p-user-detalles h3 { margin: 15px 0 0; font-size: 18px; font-weight: 300; } .p-user-detalles p { color: #c3c3c3; } /** ==================== * detalle contenido de la linea publicación Principal =======================*/ .p-user-publicacion { padding: 10px 0; line-height: 20px; } .publicacion-border { border-top: 1px solid #ebeef5; } a:hover { text-decoration: none; } .p-button-delete i,.botones-publicacion i, .cmt-detalle i { color: #A6A6A6; cursor: pointer; transition: color 0.3s ease; } .iprueba { margin-left: 14px; } .panel-final i:hover, .p-button-delete i:hover, .botones-publicacion i:hover, .cmt-detalle i:hover { color: rgba(243, 150, 154, 1); } .p-button-delete button, .p-button-edit{ float: left; position: relative; background-color: transparent; border: none; text-align: center; width: auto; padding: 0; margin: 0; margin-left: 14px; } .botones-publicacion { padding: 15px 0; } .botones-publicacion span, .botones-publicacion a { margin-right: 5px; } .botones-publicacion a { color: #2972a1; } .botones-publicacion a:hover { text-decoration: underline; } .botones-publicacion span { color: #5a5a5a; } /** ==================== * Lista comentarios =======================*/ .p-gray-bg { background: #f6f6f6; } .p-comentarios { list-style-type: none; } .p-status-container, .p-comments li { margin: 0 -10px 0 -10px; padding: 0 15px; } .p-comentarios li { border-top: 1px solid #ebeef5; padding: 15px; } .p-comentarios .cmt-thumb { width: 50px; float: left; margin-right: 15px; } .p-comentarios .cmt-thumb img { width: 50px; } .p-comentarios .cmt-detalle { padding-top: 5px; } .p-comentarios .cmt-detalle a { font-size: 14px; font-weight: bold; } .p-comentarios .cmt-detalle a.like-link { font-size: 12px; font-weight: normal; } .cmt-form { display: inline-block; width: 90%; } .cmt-form textarea { height: 50px; line-height: 35px; }
public/css/perfil.css
* { box-sizing: border-box; } /** ==================== * estilos del perfil =======================*/ .targeta_perfil { margin-top: 20px; background-color: rgba(0, 0, 0, 0.5); } .cuerpo_perfil { text-align: center; padding: 10px; border-radius: 5px; } /* .fecha_miembro, .pais_miembro{ margin: 0; padding: 0; } */ .fondo_negro_centrado { padding: 20px; background-color: rgba(0, 0, 0, 0.8); margin: 0; align-items: center; } .fondo_negro_simple { padding: 20px; background-color: rgba(0, 0, 0, 0.8); margin: 0; } /** ==================== * letras =======================*/ /* .editar h5{ font-weight: 400; font-size: 32px; font-family: 'Special Elite', cursive; color: #ffecb3; } */ /* .archivo_edit{ font-family: 'Merienda', cursive; font-weight: 400; color: white; display:flex; margin-top: 15px } */ .archivohistorico h5 { font-weight: 400; font-family: 'Special Elite', cursive; color: #ffecb3; text-align: center; } /** ==================== * Detalles =======================*/ .pais_miembro { box-shadow: 18px 1px 8px -15px #8c8b8b inset; } .linea_horizontal { height: 10px; margin-top: 8px; border: 2px; box-shadow: 0 10px 10px -10px #8c8b8b inset; } /* .fecha_miembro{ text-align: center; /* border-right: solid 0.5px #8c8b8b; */ /* box-shadow: -10px 1px 10px -10px #8c8b8b inset; } */ /** ==================== * Avatar principal del perfil =======================*/ .foto_usuario img { width: 50%; height: 50%; } /** ==================== * Datos Generales del usuario =======================*/ /** ==================== * Nombre y editar perfil =======================*/ .cuerpo_perfil h5, .tablaperfil h5, .publicaciones_perfil h5 { font-weight: 700; font-size: 18px; font-family: 'Roboto', sans-serif; color: #ffecb3; } .cuerpo_perfil p { color: white; font-family: 'Acme', sans-serif; font-size: 14px; line-height: 5px; } .editar_perfil { display: flex; text-align: center; align-items: center; justify-content: space-between; } .editar_perfil h6 { font-size: 32px; font-family: 'Merienda One', cursive; color: #ffecb3; } .editar_perfil a { text-decoration: none; color: #ff9301; font-size: 14px; } .tiempoperfil { color: white; font-family: 'Merienda', cursive; font-size: 8px; } /** ==================== * imagen bandera =======================*/ .bandera { width: 50px; } /** ==================== * estado de Perfil =======================*/ .estadoperfil p { /* padding-left: 10px; padding-bottom: 10px; */ color: white; /* font-family: 'Merienda', cursive; font-weight: 700; */ font-size: 18px; } .estado_textarea { width: 200px; float: left; min-height: 35px; outline: none; font-size: 12px; } .botton_estado { padding: 5px 10px; border-radius: 5px; border: none; background-color: #8bd6a1; margin-left: 10px; } .botton_estado:focus, .estado_textarea:focus { border: 1px solid #8bc34a; box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25); } .tablaperfil, .archivohistorico { padding: 10px; } .archivohistorico ul li a { text-decoration: none; color: white; font-family: 'Merienda', cursive; font-weight: 700; font-size: 12px; } /*###########*/ .maxwidth_configuracion { max-width: 400px; margin: 0 auto; } .bottoneditar { padding: 5px 10px; border-radius: 5px; border: none; background-color: #8bd6a1; font-family: 'Merienda', cursive; font-weight: 400; margin-left: 30px; margin-top: 20px; outline: none; } .bottoneditar:hover { box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.7); } .bottonavatar { position: relative; top: -15px; left: 280px; z-index: 40; } .bottonnombre { position: relative; left: 20px; z-index: 40; margin: 0; } .editinput { width: 250px; } .error_login span, .errorperfil span { color: #ff9301; } /** ==================== * contenedor princial publicaciones =======================*/ .publicaciones_perfil { background-color: rgba(0, 0, 0, 0.5); margin: 0; padding: 0; border-radius: 5px; } .body-muro { color: #797979; background: rgba(0, 0, 0, 0.8); font-family: 'Open Sans', sans-serif; padding: 15px; margin: 0px; font-size: 13px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; margin-top: 20px; } /** ==================== * contenedor del formulario publicaciones =======================*/ .profile-info .panel-final ul li a { color: #7a7a7a; } /** ==================== * Formulario textarea =======================*/ .p-text-area, .p-text-area:focus { border: none; font-weight: 300; box-shadow: none; color: black; font-size: 16px; } /** ==================== * contenedor linea publicación Principal =======================*/ .panel-body { background: #fff; width: 100%; padding: 10px; border-radius: 5px; } /** ==================== * detalle avatar linea publicación Principal =======================*/ .p-foto-user { float: left; width: 70px; margin-right: 15px; } .p-foto-user img { width: 70px; height: 70px; border-radius: 50%; -webkit-border-radius: 50%; } /** ==================== * detalle user linea publicación Principal =======================*/ .p-user-detalles h3 { margin: 15px 0 0; font-size: 18px; font-weight: 300; } .p-user-detalles p { color: #c3c3c3; } /** ==================== * detalle contenido de la linea publicación Principal =======================*/ .p-user-publicacion { padding: 10px 0; line-height: 20px; } .publicacion-border { border-top: 1px solid #ebeef5; } a:hover { text-decoration: none; } .p-button-delete i,.botones-publicacion i, .cmt-detalle i { color: #A6A6A6; cursor: pointer; transition: color 0.3s ease; } .iprueba { margin-left: 14px; } .panel-final i:hover, .p-button-delete i:hover, .botones-publicacion i:hover, .cmt-detalle i:hover { color: rgba(243, 150, 154, 1); } .p-button-delete button, .p-button-edit{ float: left; position: relative; background-color: transparent; border: none; text-align: center; width: auto; padding: 0; margin: 0; margin-left: 14px; } .botones-publicacion { padding: 15px 0; } .botones-publicacion span, .botones-publicacion a { margin-right: 5px; } .botones-publicacion a { color: #2972a1; } .botones-publicacion a:hover { text-decoration: underline; } .botones-publicacion span { color: #5a5a5a; } /** ==================== * Lista comentarios =======================*/ .p-gray-bg { background: #f6f6f6; } .p-comentarios { list-style-type: none; } .p-status-container, .p-comments li { margin: 0 -10px 0 -10px; padding: 0 15px; } .p-comentarios li { border-top: 1px solid #ebeef5; padding: 15px; } .p-comentarios .cmt-thumb { width: 50px; float: left; margin-right: 15px; } .p-comentarios .cmt-thumb img { width: 50px; } .p-comentarios .cmt-detalle { padding-top: 5px; } .p-comentarios .cmt-detalle a { font-size: 14px; font-weight: bold; } .p-comentarios .cmt-detalle a.like-link { font-size: 12px; font-weight: normal; } .cmt-form { display: inline-block; width: 90%; } .cmt-form textarea { height: 50px; line-height: 35px; }
0.428114
0.121947
.mein-card { box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); transition: 0.3s; width:23%; max-height: 250px; margin: 1%; border: 1px solid gainsboro; border-radius: 10px; overflow: hidden; } .mein-card:hover { transition: 0.1s; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); transform: scale(1.1); } .mein-card>a>img{ object-fit: cover; width: 100%; height: 250px; background-color: rgb(0, 124, 93); } .mein-card-delete{ transition: 0.3s; z-index: 2; position: relative; left: 0%; bottom: 100%; } .mein-card-delete:hover{ transition: 0.5s; transform: rotate(360deg); } @media (max-width:1500px){ .mein-card { width: 31%; } } @media (max-width:1000px){ .mein-card { width: 48%; } } @media (max-width:450px){ .mein-card { width: 100%; } } /* Style the button that is used to open and close the collapsible content */ .mein-collapsible { background-color: #eee; color: #444; cursor: pointer; padding: 10px; width: 100%; border: 1px solid rgb(179, 179, 179); text-align: left; outline: none; font-size: 14px; border-radius: 10px; } /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ .mein-active, .mein-collapsible:hover { background-color: rgb(201, 201, 201); } /* Style the collapsible content. Note: hidden by default */ .mein-content { padding: 0 18px; background-color: rgb(233, 233, 233); max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; font-size: 14px; } .mein-font-12{ font-size: 12px; } .mein-font-13{ font-size: 13px; } .mein-font-14{ font-size: 14px; } .mein-font-15{ font-size: 15px; } .mein-font-16{ font-size: 16px; } .mein-font-17{ font-size: 17px; } .mein-font-18{ font-size: 18px; } .mein-font-x1-5{ font-size: 1.5em; } .mein-font-x2{ font-size: 2.0em; } .checked { color: orange; } .starRating:not(old){ display : inline-block; height : 1.5em; overflow : hidden; vertical-align : middle; } .starRating:not(old) > input{ margin-right : 0%; opacity : 0; } .starRating:not(old) > label{ display : block; float : right; position : relative; background : url(../img/icon/star-off.svg); background-size : contain; } .starRating:not(old) > label:before{ content : ''; display : block; width : 1.5em; height : 1.5em; background : url(../img/icon/star-on.svg); background-size : contain; opacity : 0; transition : opacity 0.2s linear; } .starRating:not(old) > label:hover:before, .starRating:not(old) > label:hover ~ label:before, .starRating:not(:hover) > :checked ~ label:before{ opacity : 1; } .mein-height-100{ height: 100%; } .mein-width-100{ width: 100%; } .mein-width-50{ width: 50%; } .home-product-name{ display: block; text-overflow: ellipsis; word-wrap: break-word; overflow: hidden; max-height: 3.6em; line-height: 1.8em; font-size: 14px; } .home-product-price{ font-size: 20px; font-weight: bolder; } .home-product-gallery-image{ object-fit: cover; width: 100%; height: 150px; background-color: rgb(0, 124, 93); } .cart-gallery-image{ object-fit: contain; width: 100%; height: 100px; background-color: rgb(0, 0, 0); } .product-gallery-image{ object-fit: contain; width: 100%; height: 500px; background-color: rgb(0, 0, 0); } .star-ratings-css { unicode-bidi: bidi-override; color: #c5c5c5; font-size: 1.2em; height: 1.2em; width: 100px; margin: 0 auto; position: relative; text-shadow: 0 1px 0 #a2a2a2; } .star-ratings-css::before { content: '★★★★★'; opacity: .3; } [title=".0"]::after { width: 0%; } [title=".1"]::after { width: 25%; } [title=".2"]::after { width: 50%; } [title=".3"]::after { width: 75%; } [title=".4"]::after { width: 90%; } [title=".5"]::after { width: 100%; } .star-ratings-css::after { color: gold; content: '★★★★★'; text-shadow: 0 1px 0 #ab5414; position: absolute; z-index: 1; display: block; left: 0; top:0; width: attr(rating); overflow: hidden; } .product-details-text{ font-size: 18px; font-weight: 600; overflow: hidden; } .no-outline{ outline: none; } #searchInput { background-image: url('/css/searchicon.png'); /* Add a search icon to input */ background-position: 10px 12px; /* Position the search icon */ background-repeat: no-repeat; /* Do not repeat the icon image */ width: 100%; /* Full-width */ font-size: 16px; /* Increase font-size */ padding: 12px 20px 12px 40px; /* Add some padding */ border: 1px solid #ddd; /* Add a grey border */ margin-bottom: 12px; /* Add some space below the input */ } .no-click { pointer-events:none; }
public/css/custom.css
.mein-card { box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); transition: 0.3s; width:23%; max-height: 250px; margin: 1%; border: 1px solid gainsboro; border-radius: 10px; overflow: hidden; } .mein-card:hover { transition: 0.1s; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); transform: scale(1.1); } .mein-card>a>img{ object-fit: cover; width: 100%; height: 250px; background-color: rgb(0, 124, 93); } .mein-card-delete{ transition: 0.3s; z-index: 2; position: relative; left: 0%; bottom: 100%; } .mein-card-delete:hover{ transition: 0.5s; transform: rotate(360deg); } @media (max-width:1500px){ .mein-card { width: 31%; } } @media (max-width:1000px){ .mein-card { width: 48%; } } @media (max-width:450px){ .mein-card { width: 100%; } } /* Style the button that is used to open and close the collapsible content */ .mein-collapsible { background-color: #eee; color: #444; cursor: pointer; padding: 10px; width: 100%; border: 1px solid rgb(179, 179, 179); text-align: left; outline: none; font-size: 14px; border-radius: 10px; } /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ .mein-active, .mein-collapsible:hover { background-color: rgb(201, 201, 201); } /* Style the collapsible content. Note: hidden by default */ .mein-content { padding: 0 18px; background-color: rgb(233, 233, 233); max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; font-size: 14px; } .mein-font-12{ font-size: 12px; } .mein-font-13{ font-size: 13px; } .mein-font-14{ font-size: 14px; } .mein-font-15{ font-size: 15px; } .mein-font-16{ font-size: 16px; } .mein-font-17{ font-size: 17px; } .mein-font-18{ font-size: 18px; } .mein-font-x1-5{ font-size: 1.5em; } .mein-font-x2{ font-size: 2.0em; } .checked { color: orange; } .starRating:not(old){ display : inline-block; height : 1.5em; overflow : hidden; vertical-align : middle; } .starRating:not(old) > input{ margin-right : 0%; opacity : 0; } .starRating:not(old) > label{ display : block; float : right; position : relative; background : url(../img/icon/star-off.svg); background-size : contain; } .starRating:not(old) > label:before{ content : ''; display : block; width : 1.5em; height : 1.5em; background : url(../img/icon/star-on.svg); background-size : contain; opacity : 0; transition : opacity 0.2s linear; } .starRating:not(old) > label:hover:before, .starRating:not(old) > label:hover ~ label:before, .starRating:not(:hover) > :checked ~ label:before{ opacity : 1; } .mein-height-100{ height: 100%; } .mein-width-100{ width: 100%; } .mein-width-50{ width: 50%; } .home-product-name{ display: block; text-overflow: ellipsis; word-wrap: break-word; overflow: hidden; max-height: 3.6em; line-height: 1.8em; font-size: 14px; } .home-product-price{ font-size: 20px; font-weight: bolder; } .home-product-gallery-image{ object-fit: cover; width: 100%; height: 150px; background-color: rgb(0, 124, 93); } .cart-gallery-image{ object-fit: contain; width: 100%; height: 100px; background-color: rgb(0, 0, 0); } .product-gallery-image{ object-fit: contain; width: 100%; height: 500px; background-color: rgb(0, 0, 0); } .star-ratings-css { unicode-bidi: bidi-override; color: #c5c5c5; font-size: 1.2em; height: 1.2em; width: 100px; margin: 0 auto; position: relative; text-shadow: 0 1px 0 #a2a2a2; } .star-ratings-css::before { content: '★★★★★'; opacity: .3; } [title=".0"]::after { width: 0%; } [title=".1"]::after { width: 25%; } [title=".2"]::after { width: 50%; } [title=".3"]::after { width: 75%; } [title=".4"]::after { width: 90%; } [title=".5"]::after { width: 100%; } .star-ratings-css::after { color: gold; content: '★★★★★'; text-shadow: 0 1px 0 #ab5414; position: absolute; z-index: 1; display: block; left: 0; top:0; width: attr(rating); overflow: hidden; } .product-details-text{ font-size: 18px; font-weight: 600; overflow: hidden; } .no-outline{ outline: none; } #searchInput { background-image: url('/css/searchicon.png'); /* Add a search icon to input */ background-position: 10px 12px; /* Position the search icon */ background-repeat: no-repeat; /* Do not repeat the icon image */ width: 100%; /* Full-width */ font-size: 16px; /* Increase font-size */ padding: 12px 20px 12px 40px; /* Add some padding */ border: 1px solid #ddd; /* Add a grey border */ margin-bottom: 12px; /* Add some space below the input */ } .no-click { pointer-events:none; }
0.505127
0.134833
header{ background-color: #BBBB; padding: 20px 0; } .caixa{ position: relative; width: 940px; margin: auto; } /*Será configurado o CSS de cada item da lista*/ nav{ position: absolute; top:110px; right: 0; } nav li{ display: inline; margin: 0 0 0 15px; } nav a { text-transform: uppercase; color: black; font-weight: bold; font-size: 22px; text-decoration: none; } /*Iremos utilizar o hover para mapear um comportamento em nosso site*/ nav a:hover{ color: #C78c19; text-decoration: underline; } .produtos{ /*Definindo tamanho total da linha com os elementos*/ width: 940px; margin: auto; /* A Margem será automática*/ padding: 50px 0; /*Espaço internod de 50px e 0 para os lados*/ } .produtos li{ /*Configuraçãoes que serão alocadas para cada elemento*/ display: inline-block; text-align: center; width: 30%; /*Vai diminuiro tamanho dos itens em 30%*/ vertical-align: top; /*Irá alinhar os itens pela liha de cima*/ margin: 0 1.5%;/*Margin Externa */ padding: 30px 20px;/*Margin interna*/ box-sizing: border-box;/*Agora iremos definir que os 30% serão o total e não sofrerão mais interferencia das medidas que colocamos em pixels */ /*itens que montam uma borda*/ border-color: #000000; /*Tamanho da borda*/ border-width: 2px; /*Estilo da borda*/ border-style: solid; /*Altera o tamanho da borda de cima*/ /*border-top-width: 10px;*/ /*deixa a borda no formato arrendondado*/ border-radius: 10px; /*Entretanto podemos fazer tudo isso em uma unica declaração */ /*border: 2px solid #000000 */ } /*Alteração no item quando o mouse passar por cima*/ .produtos li:hover { border-color: #C78c19; } /*Alteração de comportamento para quando o item estiver pressionado pelo mouse*/ .produtos li:active { border-color: #088c19; font-size: 40px; } .produtos h2:hover{ font-size: 34px; } .produtos h2{ font-size: 30px; font-weight: bold;/*Negrito*/ } .produto-descricao{ font-size: 18px; } .produto-preco { font-size: 22px; font-weight: bold;/*Negrito*/ margin-top: 10px; } footer{ text-align: center; /*Usar uma img como background*/ background: url("bg.jpg"); padding: 40px; } .copyrigth{ color: #FFFFFF; font-size: 13px; margin: 20px; }
HTML5 e CSS3 parte 2/style.css
header{ background-color: #BBBB; padding: 20px 0; } .caixa{ position: relative; width: 940px; margin: auto; } /*Será configurado o CSS de cada item da lista*/ nav{ position: absolute; top:110px; right: 0; } nav li{ display: inline; margin: 0 0 0 15px; } nav a { text-transform: uppercase; color: black; font-weight: bold; font-size: 22px; text-decoration: none; } /*Iremos utilizar o hover para mapear um comportamento em nosso site*/ nav a:hover{ color: #C78c19; text-decoration: underline; } .produtos{ /*Definindo tamanho total da linha com os elementos*/ width: 940px; margin: auto; /* A Margem será automática*/ padding: 50px 0; /*Espaço internod de 50px e 0 para os lados*/ } .produtos li{ /*Configuraçãoes que serão alocadas para cada elemento*/ display: inline-block; text-align: center; width: 30%; /*Vai diminuiro tamanho dos itens em 30%*/ vertical-align: top; /*Irá alinhar os itens pela liha de cima*/ margin: 0 1.5%;/*Margin Externa */ padding: 30px 20px;/*Margin interna*/ box-sizing: border-box;/*Agora iremos definir que os 30% serão o total e não sofrerão mais interferencia das medidas que colocamos em pixels */ /*itens que montam uma borda*/ border-color: #000000; /*Tamanho da borda*/ border-width: 2px; /*Estilo da borda*/ border-style: solid; /*Altera o tamanho da borda de cima*/ /*border-top-width: 10px;*/ /*deixa a borda no formato arrendondado*/ border-radius: 10px; /*Entretanto podemos fazer tudo isso em uma unica declaração */ /*border: 2px solid #000000 */ } /*Alteração no item quando o mouse passar por cima*/ .produtos li:hover { border-color: #C78c19; } /*Alteração de comportamento para quando o item estiver pressionado pelo mouse*/ .produtos li:active { border-color: #088c19; font-size: 40px; } .produtos h2:hover{ font-size: 34px; } .produtos h2{ font-size: 30px; font-weight: bold;/*Negrito*/ } .produto-descricao{ font-size: 18px; } .produto-preco { font-size: 22px; font-weight: bold;/*Negrito*/ margin-top: 10px; } footer{ text-align: center; /*Usar uma img como background*/ background: url("bg.jpg"); padding: 40px; } .copyrigth{ color: #FFFFFF; font-size: 13px; margin: 20px; }
0.260013
0.089018
html{ scroll-behavior: smooth; } .navbar, .content-group{ margin-top: 20px; } body{ background-color:rgb(42, 40, 40); position: relative; } .nav-overlay{ position: absolute; top: 0; left: 0; width: 100vw; height: 150vh; margin: 0px; padding: 30px 0px 30px 0px; } .overlay-list { margin: 50px 0px 100px 0px; } .overlay-link { display: block; margin: 15px 0px; font-family: "Poppins"; font-style: normal; font-weight: 500; font-size: 24px; line-height: 24px; text-align: center; color: #b4b3b3; text-decoration: none; transition: 0.4s; padding: 10px 0px; } .overlay-link:hover { color: #EEBF63; background-color: #555454; } .overlay-active { color: #EEBF63; background-color: #555454 } .close-button { outline: none; border: none; width: 25px; background-color:rgb(42, 40, 40); } .navbar-link, .wrapper-job , .wrapper-title{ text-decoration: none; font-size: 20px; font-weight: 600; border-radius: 20px; text-align: center; color: #FFAB1F; } .navbar-btn{ color: white; font-weight:600; background-color:#FFAB1F; border-radius: 20px; padding: 5px 20px; border:2px solid rgb(42, 40, 40); } .navbar-btn:hover{ color: #FFAB1F; background-color: white; border: 2px solid #FFAB1F; font-weight: 600; transition: 0.3s; } .navbar-link{ border:1px solid rgb(42, 40, 40); padding: 5px 20px; } .navbar-link:hover{ transition: 0.3s; border: 1px solid #FFAB1F; color: #FFAB1F; background-color: white; padding: 5px 20px; } .navbar-title, .menu-toggle{ color: #FFAB1F; } .menu-toggle .fas{ height: 25px; width: 20px; font-size: 25px; } .close-button{ color:white; background-color: red; border: none; border-radius: 1px; } .wrapper , .sidebar{ margin-top: 100px; margin-bottom: 80px; } .wrapper{ background-image: url("/assets/img/BulletPoints.png"),url("/assets/img/AS.png"); background-repeat: no-repeat; background-size: 20%,20%; background-position: top 100% left 100%,top 42% left 25%; } .wrapper-avatar{ width: 380px; height: 380px; border-radius: 25px; object-fit: cover; /* border-top-left-radius: 25px; border-bottom-right-radius: 50px; */ } .wrapper-picture{ display: flex; justify-content: center; align-items: center; } .wrapper-text, .wrapper-title , .wrapper-job{ font-size: 42px; font-weight: 600; color:white; } .wrapper-job{ font-size: 32px; font-weight: 500px; } .wrapper-info{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .wrapper-about{ color:#ACACBF; } .sidebar-true{ background-color: #FFAB1F; margin-right: 10px; padding: 10px; border-radius: 50%; color: white; } .sidebar-part{ display: flex; justify-content: center; align-items:flex-start; border:1px solid rgb(218, 218, 218); border-radius:10px; color: #FFAB1F; border: 1px solid #FFAB1F; padding: 20px 25px; } .aside-item:hover{ width: 25%; color: #fff; border: 1px solid #FFAB1F; background-color: #FFAB1F; transition: 0.3s; } .sidebar .container{ display: flex; justify-content:space-between; align-items: center; } .sidebar-part:hover{ background-color: #FFAB1F; color: white; padding: 20px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; } .sidebar-title{ margin-bottom: 20px; } .sidebar { /* background-image: url("/assets/img/Dots.png"),url("/assets/img/Dots.png"); */ background-repeat: no-repeat; background-size: contain 20%, contain 20%; background-position: bottom 0% left 0%, bottom 0% left 35%; padding-bottom: 80px; } .dot{ width: 10px; height: 10px; background-color: #FFAB1F; border-radius: 50%; } /* .box-picture{ transform:rotate(360deg); transition: 0.3s; } .box-picture:hover{ transform:rotate(360deg); transition: 0.3s; } */ /* .box-picture{ width: 375px; height: 400px; background-color: #FFAB1F; border-radius: 70% 8% 70% 7%; } .box-avatar{ margin-top: 20px; margin-left: 20px; width: 320px; height: 360px; border-radius: 0% 0% 70% 70%; border-radius:50%; } */ .box-avatar{ border-radius: 10px; width: 90%; } .box{ padding-bottom: 50px; } .button-groups{ display:flex; justify-content:center; align-items: center; margin-top: 50px; align-items: center; } .box-btn{ background-color: rgb(42, 40, 40); border: none; border: 1px solid rgb(42, 40, 40); } .box-btn .dot{ margin:0px 20px; } .box-btn:hover { border:1px solid #FFAB1F; } .box-picture:hover{ transform: scale(1.1); transition: 0.3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; } .blok .container .row{ color: white; display: flex; justify-content: center; align-items: flex-start; } .blok-title{ text-align: center; margin: 30px 0px; border: 2px solid rgb(42, 40, 40); } .blok-title:hover , .blok-info:hover{ color: #FFAB1F; transition: 0.3s; border: 2px solid #FFAB1F; } .blok-info{ padding: 20px; text-align: justify; letter-spacing: 1.2px; border: 2px solid rgb(42, 40, 40); } .box, .aside, .blok{ padding:100px 0px; } .blok{ background-image: url("/assets/img/BulletPoints.png"),url("/assets/img/Path\ 1\ \(1\).png"); background-repeat: no-repeat; background-size: 10%,15%; background-position: top 100% left 0%, top 125% left 105%; } .skill-item{ position: relative; width: 80%; margin-bottom: 10px; } .aside{ padding-top: 80px; padding-bottom: 80px; color: white; } .prosent{ padding:5px 0px; position: absolute; top: 50%; background-color: #FFAB1F; transform: translateY(-50%); border-top-right-radius: 5px; border-bottom-right-radius: 5px; z-index: -1; } .aside-title{ font-size: 30px; } .aside-text{ margin: 30px 0px; } .aside-item{ background-color: white; color: #FFAB1F; border: 2px solid #FFF; padding: 10px; } .aside-item:hover{ border: 2px solid white; font-size: 12.8px; transition: 0.5s; } .col-lg-6 .card{ width: 120px; text-align: center; } .aside-blok{ margin-left: 180px; } .aside-box{ margin-left: 180px; } .row .aside-item .fab, .fas{ font-size: 50px; } .html, .js, .sass{ margin-bottom: 25px; } .js, .sass{ margin-top: -150px; } .aside-info{ text-align: center; display: flex; justify-content: center; align-items: center; } .content, .message { padding:80px 0px; } .maket-title{ color: #FFAB1F; } .message{ padding-bottom: 0px; } .contact{ padding-top: 80px; } .content-thumb{ border-radius: 20px; width: 520px; height: 250px; transition: 0.6s; } .content-thumb:hover{ transform: scale(0.85); transition: 0.3s; } @media(max-width:990px){ .container{ width: 700px; } .content-thumb{ width: 600px; } } @media(max-width:620px){ .container{ width: 400px; } .content-thumb{ width: 350px; } .aside-blok{ margin-left: 130px; } .aside-box{ margin-left: 130px; } .aside-left{ margin-left: 60px; } .container .contact-item{ margin: 1px 25px; } .content-thumb{ border-radius: 20px; width: 350px; height: 250px; } .content-thumb:hover{ width: 370px; height: 300px; transition: 0.3s; } } .content-title , .message-title{ margin: 100px 0px; } .message-input{ padding: 10px 20px; /* width: 45%; */ margin-bottom: 5px; border-radius: 5px; border: 2px solid white; } .message-input--margin{ border-top-right-radius: 150px; border-bottom-right-radius: 150px; /* margin-right: 15px; */ } .message-input-2{ border-top-left-radius: 150px; border-bottom-left-radius: 150px; } .message-input:hover{ border:2px solid #FFAB1F; } .message-btn{ border: 3px solid white; border-radius: 5px; padding: 10px 0px; font-size: 20px; font-weight: 600; } .message-btn:hover{ border: 3px solid #FFAB1F; border-radius: 5px; background-color: white; transition: 0.3s; color: #FFAB1F; font-weight: bold; } .contact-item{ margin: 35px 50px; } .contact-link .fab{ color: #fff; font-size: 30px; margin-top: 30px; } .contact-link .fab:hover{ color: #FFAB1F; transition: 0.3s; } /* @media(max-width:1160px){ .container{ width: 1020px; `} .sidebar-part{ width: 28%; } } @media(max-width:1000px){ .container{ width: 900px; } .sidebar-part{ width: 26%; text-align: center; } } @media(max-width:780px){ .container{ width: 400px; } .sidebar-blok{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .sidebar-part{ width: 70%; text-align: center; } } */
assets/fonts/style.css
html{ scroll-behavior: smooth; } .navbar, .content-group{ margin-top: 20px; } body{ background-color:rgb(42, 40, 40); position: relative; } .nav-overlay{ position: absolute; top: 0; left: 0; width: 100vw; height: 150vh; margin: 0px; padding: 30px 0px 30px 0px; } .overlay-list { margin: 50px 0px 100px 0px; } .overlay-link { display: block; margin: 15px 0px; font-family: "Poppins"; font-style: normal; font-weight: 500; font-size: 24px; line-height: 24px; text-align: center; color: #b4b3b3; text-decoration: none; transition: 0.4s; padding: 10px 0px; } .overlay-link:hover { color: #EEBF63; background-color: #555454; } .overlay-active { color: #EEBF63; background-color: #555454 } .close-button { outline: none; border: none; width: 25px; background-color:rgb(42, 40, 40); } .navbar-link, .wrapper-job , .wrapper-title{ text-decoration: none; font-size: 20px; font-weight: 600; border-radius: 20px; text-align: center; color: #FFAB1F; } .navbar-btn{ color: white; font-weight:600; background-color:#FFAB1F; border-radius: 20px; padding: 5px 20px; border:2px solid rgb(42, 40, 40); } .navbar-btn:hover{ color: #FFAB1F; background-color: white; border: 2px solid #FFAB1F; font-weight: 600; transition: 0.3s; } .navbar-link{ border:1px solid rgb(42, 40, 40); padding: 5px 20px; } .navbar-link:hover{ transition: 0.3s; border: 1px solid #FFAB1F; color: #FFAB1F; background-color: white; padding: 5px 20px; } .navbar-title, .menu-toggle{ color: #FFAB1F; } .menu-toggle .fas{ height: 25px; width: 20px; font-size: 25px; } .close-button{ color:white; background-color: red; border: none; border-radius: 1px; } .wrapper , .sidebar{ margin-top: 100px; margin-bottom: 80px; } .wrapper{ background-image: url("/assets/img/BulletPoints.png"),url("/assets/img/AS.png"); background-repeat: no-repeat; background-size: 20%,20%; background-position: top 100% left 100%,top 42% left 25%; } .wrapper-avatar{ width: 380px; height: 380px; border-radius: 25px; object-fit: cover; /* border-top-left-radius: 25px; border-bottom-right-radius: 50px; */ } .wrapper-picture{ display: flex; justify-content: center; align-items: center; } .wrapper-text, .wrapper-title , .wrapper-job{ font-size: 42px; font-weight: 600; color:white; } .wrapper-job{ font-size: 32px; font-weight: 500px; } .wrapper-info{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .wrapper-about{ color:#ACACBF; } .sidebar-true{ background-color: #FFAB1F; margin-right: 10px; padding: 10px; border-radius: 50%; color: white; } .sidebar-part{ display: flex; justify-content: center; align-items:flex-start; border:1px solid rgb(218, 218, 218); border-radius:10px; color: #FFAB1F; border: 1px solid #FFAB1F; padding: 20px 25px; } .aside-item:hover{ width: 25%; color: #fff; border: 1px solid #FFAB1F; background-color: #FFAB1F; transition: 0.3s; } .sidebar .container{ display: flex; justify-content:space-between; align-items: center; } .sidebar-part:hover{ background-color: #FFAB1F; color: white; padding: 20px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; } .sidebar-title{ margin-bottom: 20px; } .sidebar { /* background-image: url("/assets/img/Dots.png"),url("/assets/img/Dots.png"); */ background-repeat: no-repeat; background-size: contain 20%, contain 20%; background-position: bottom 0% left 0%, bottom 0% left 35%; padding-bottom: 80px; } .dot{ width: 10px; height: 10px; background-color: #FFAB1F; border-radius: 50%; } /* .box-picture{ transform:rotate(360deg); transition: 0.3s; } .box-picture:hover{ transform:rotate(360deg); transition: 0.3s; } */ /* .box-picture{ width: 375px; height: 400px; background-color: #FFAB1F; border-radius: 70% 8% 70% 7%; } .box-avatar{ margin-top: 20px; margin-left: 20px; width: 320px; height: 360px; border-radius: 0% 0% 70% 70%; border-radius:50%; } */ .box-avatar{ border-radius: 10px; width: 90%; } .box{ padding-bottom: 50px; } .button-groups{ display:flex; justify-content:center; align-items: center; margin-top: 50px; align-items: center; } .box-btn{ background-color: rgb(42, 40, 40); border: none; border: 1px solid rgb(42, 40, 40); } .box-btn .dot{ margin:0px 20px; } .box-btn:hover { border:1px solid #FFAB1F; } .box-picture:hover{ transform: scale(1.1); transition: 0.3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; } .blok .container .row{ color: white; display: flex; justify-content: center; align-items: flex-start; } .blok-title{ text-align: center; margin: 30px 0px; border: 2px solid rgb(42, 40, 40); } .blok-title:hover , .blok-info:hover{ color: #FFAB1F; transition: 0.3s; border: 2px solid #FFAB1F; } .blok-info{ padding: 20px; text-align: justify; letter-spacing: 1.2px; border: 2px solid rgb(42, 40, 40); } .box, .aside, .blok{ padding:100px 0px; } .blok{ background-image: url("/assets/img/BulletPoints.png"),url("/assets/img/Path\ 1\ \(1\).png"); background-repeat: no-repeat; background-size: 10%,15%; background-position: top 100% left 0%, top 125% left 105%; } .skill-item{ position: relative; width: 80%; margin-bottom: 10px; } .aside{ padding-top: 80px; padding-bottom: 80px; color: white; } .prosent{ padding:5px 0px; position: absolute; top: 50%; background-color: #FFAB1F; transform: translateY(-50%); border-top-right-radius: 5px; border-bottom-right-radius: 5px; z-index: -1; } .aside-title{ font-size: 30px; } .aside-text{ margin: 30px 0px; } .aside-item{ background-color: white; color: #FFAB1F; border: 2px solid #FFF; padding: 10px; } .aside-item:hover{ border: 2px solid white; font-size: 12.8px; transition: 0.5s; } .col-lg-6 .card{ width: 120px; text-align: center; } .aside-blok{ margin-left: 180px; } .aside-box{ margin-left: 180px; } .row .aside-item .fab, .fas{ font-size: 50px; } .html, .js, .sass{ margin-bottom: 25px; } .js, .sass{ margin-top: -150px; } .aside-info{ text-align: center; display: flex; justify-content: center; align-items: center; } .content, .message { padding:80px 0px; } .maket-title{ color: #FFAB1F; } .message{ padding-bottom: 0px; } .contact{ padding-top: 80px; } .content-thumb{ border-radius: 20px; width: 520px; height: 250px; transition: 0.6s; } .content-thumb:hover{ transform: scale(0.85); transition: 0.3s; } @media(max-width:990px){ .container{ width: 700px; } .content-thumb{ width: 600px; } } @media(max-width:620px){ .container{ width: 400px; } .content-thumb{ width: 350px; } .aside-blok{ margin-left: 130px; } .aside-box{ margin-left: 130px; } .aside-left{ margin-left: 60px; } .container .contact-item{ margin: 1px 25px; } .content-thumb{ border-radius: 20px; width: 350px; height: 250px; } .content-thumb:hover{ width: 370px; height: 300px; transition: 0.3s; } } .content-title , .message-title{ margin: 100px 0px; } .message-input{ padding: 10px 20px; /* width: 45%; */ margin-bottom: 5px; border-radius: 5px; border: 2px solid white; } .message-input--margin{ border-top-right-radius: 150px; border-bottom-right-radius: 150px; /* margin-right: 15px; */ } .message-input-2{ border-top-left-radius: 150px; border-bottom-left-radius: 150px; } .message-input:hover{ border:2px solid #FFAB1F; } .message-btn{ border: 3px solid white; border-radius: 5px; padding: 10px 0px; font-size: 20px; font-weight: 600; } .message-btn:hover{ border: 3px solid #FFAB1F; border-radius: 5px; background-color: white; transition: 0.3s; color: #FFAB1F; font-weight: bold; } .contact-item{ margin: 35px 50px; } .contact-link .fab{ color: #fff; font-size: 30px; margin-top: 30px; } .contact-link .fab:hover{ color: #FFAB1F; transition: 0.3s; } /* @media(max-width:1160px){ .container{ width: 1020px; `} .sidebar-part{ width: 28%; } } @media(max-width:1000px){ .container{ width: 900px; } .sidebar-part{ width: 26%; text-align: center; } } @media(max-width:780px){ .container{ width: 400px; } .sidebar-blok{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .sidebar-part{ width: 70%; text-align: center; } } */
0.364891
0.065755
.dataTables_filter, .dataTables_length, .detour_form { margin-bottom: 8px; } table.mainTable th a { color: #fff; text-decoration: none; } table.mainTable th.sorting_desc { background: transparent url('../images/table_sort_desc.gif') center right no-repeat; border-left: 1px solid #C60047; } table.mainTable th.sorting_asc { background: transparent url('../images/table_sort_asc.gif') center right no-repeat; border-left: 1px solid #C60047; } table.mainTable th.sorting { background: #2a3940 url('../images/backgrounds_sprite.png') repeat-x 0 -540px !important; color: #fff; padding: 9px 8px 10px 8px; border-left: 1px solid #45555f; cursor: pointer; } table.mainTable th { background: #2a3940 url('../images/backgrounds_sprite.png') repeat-x 0 -540px; color: #fff; padding: 9px 8px 10px 8px; border-left: 1px solid #45555f; /*cursor: pointer;*/ } table.mainTable thead { background: #C60047 url('../images/table_column_heading_active_bg.jpg') bottom left repeat-x !important; } table.addDetour th { background: #2a3940 url('../images/backgrounds_sprite.png') repeat-x 0 -540px !important; color: #fff; padding: 9px 8px 10px 8px; border-left: 1px solid #45555f; /*cursor: pointer;*/ } .settings-note { clear: both; margin-bottom: 10px; padding: 10px 20px; background-color: #cae5ef; } .btn-right { float: right; display: inline; } .ee3 .notice { color: #ce0000; } /* EE2 Style Fixes */ .ee2 h1 { border-bottom: 1px solid #e8e8e8; color: gray; font-size: 18px; font-weight: 400; padding: 10px; position: relative; background-image: -moz-linear-gradient(top,#fff,#f9f9f9); background-image: -webkit-linear-gradient(top,#fff,#f9f9f9); background-image: linear-gradient(to right,top,#fff,#f9f9f9); } .ee2 .tbl-search { float: right; display: inline; border: 0; position: relative; z-index: 10; } .ee2 fieldset.tbl-search input[type=text] { margin: 0; width: 200px; } .ee2 .mainTable th a { text-decoration: none !important; } .ee2 fieldset.col-group { border: 0; border-bottom: 1px solid #e3e3e3; } .ee2 .col-group .col { float: left; display: inline; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .ee2 .col-group .col.w-8 { width: 50%; } .ee2 .col-group { background-color: #fff; } .ee2 .setting-txt h3 { font-size: 14px !important; } .ee2 .setting-txt em { color: gray; font-size: 12px; font-style: normal; margin: 5px 0; padding-right: 10px; display: block; } .ee2 fieldset.col-group:last-of-type { margin-bottom: 20px !important; } .ee2 .txt-wrap { padding: 10px; border: 1px solid #e3e3e3; border-top: 0; background-color: #fff; } .ee2 .tbl-wrap { margin-bottom: 15px; padding: 10px 10px 1px 10px; background-color: #fff; } .ee2 a.btn.submit:hover { text-decoration: none !important; } .ee2 #original_url_check { margin-top: 5px; } #original_url_check { color: #999; } #original_url_check.check-success { color: #00a700; font-weight: bold; } #original_url_check.check-error { color: #cd0003; } .loader, .loader:after { border-radius: 50%; width: 12px; height: 12px; } .loader { display: inline-block; vertical-align: middle; margin: 0 5px 0 0; font-size: 10px; position: relative; text-indent: -9999em; border-top: 3px solid rgba(100, 100, 100, 0.2); border-right: 3px solid rgba(100, 100, 100, 0.2); border-bottom: 3px solid rgba(100, 100, 100, 0.2); border-left: 2px solid #999; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; } @-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
themes/user/detour_pro/css/detour.css
.dataTables_filter, .dataTables_length, .detour_form { margin-bottom: 8px; } table.mainTable th a { color: #fff; text-decoration: none; } table.mainTable th.sorting_desc { background: transparent url('../images/table_sort_desc.gif') center right no-repeat; border-left: 1px solid #C60047; } table.mainTable th.sorting_asc { background: transparent url('../images/table_sort_asc.gif') center right no-repeat; border-left: 1px solid #C60047; } table.mainTable th.sorting { background: #2a3940 url('../images/backgrounds_sprite.png') repeat-x 0 -540px !important; color: #fff; padding: 9px 8px 10px 8px; border-left: 1px solid #45555f; cursor: pointer; } table.mainTable th { background: #2a3940 url('../images/backgrounds_sprite.png') repeat-x 0 -540px; color: #fff; padding: 9px 8px 10px 8px; border-left: 1px solid #45555f; /*cursor: pointer;*/ } table.mainTable thead { background: #C60047 url('../images/table_column_heading_active_bg.jpg') bottom left repeat-x !important; } table.addDetour th { background: #2a3940 url('../images/backgrounds_sprite.png') repeat-x 0 -540px !important; color: #fff; padding: 9px 8px 10px 8px; border-left: 1px solid #45555f; /*cursor: pointer;*/ } .settings-note { clear: both; margin-bottom: 10px; padding: 10px 20px; background-color: #cae5ef; } .btn-right { float: right; display: inline; } .ee3 .notice { color: #ce0000; } /* EE2 Style Fixes */ .ee2 h1 { border-bottom: 1px solid #e8e8e8; color: gray; font-size: 18px; font-weight: 400; padding: 10px; position: relative; background-image: -moz-linear-gradient(top,#fff,#f9f9f9); background-image: -webkit-linear-gradient(top,#fff,#f9f9f9); background-image: linear-gradient(to right,top,#fff,#f9f9f9); } .ee2 .tbl-search { float: right; display: inline; border: 0; position: relative; z-index: 10; } .ee2 fieldset.tbl-search input[type=text] { margin: 0; width: 200px; } .ee2 .mainTable th a { text-decoration: none !important; } .ee2 fieldset.col-group { border: 0; border-bottom: 1px solid #e3e3e3; } .ee2 .col-group .col { float: left; display: inline; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .ee2 .col-group .col.w-8 { width: 50%; } .ee2 .col-group { background-color: #fff; } .ee2 .setting-txt h3 { font-size: 14px !important; } .ee2 .setting-txt em { color: gray; font-size: 12px; font-style: normal; margin: 5px 0; padding-right: 10px; display: block; } .ee2 fieldset.col-group:last-of-type { margin-bottom: 20px !important; } .ee2 .txt-wrap { padding: 10px; border: 1px solid #e3e3e3; border-top: 0; background-color: #fff; } .ee2 .tbl-wrap { margin-bottom: 15px; padding: 10px 10px 1px 10px; background-color: #fff; } .ee2 a.btn.submit:hover { text-decoration: none !important; } .ee2 #original_url_check { margin-top: 5px; } #original_url_check { color: #999; } #original_url_check.check-success { color: #00a700; font-weight: bold; } #original_url_check.check-error { color: #cd0003; } .loader, .loader:after { border-radius: 50%; width: 12px; height: 12px; } .loader { display: inline-block; vertical-align: middle; margin: 0 5px 0 0; font-size: 10px; position: relative; text-indent: -9999em; border-top: 3px solid rgba(100, 100, 100, 0.2); border-right: 3px solid rgba(100, 100, 100, 0.2); border-bottom: 3px solid rgba(100, 100, 100, 0.2); border-left: 2px solid #999; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; } @-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
0.374676
0.122444
table { padding:0px; border-spacing: 0; text-align:center; margin:0px auto; } body { font: 16px "Lucida Grande",Helvetica,Verdana,Arial,Tahoma,sans-serif; min-height:860px; height: 100%!important; display: block; position: relative; } body + div { padding-bottom:160px; min-height:99%; top:0px; bottom:0px; width:100%; padding:0px; text-align:center; } div.whiteTop { position:absolute; top:0px; left:0px; height:41px; width:100%; min-width:488px; background:#FFFFFF; z-index:0; border-bottom:3px solid #FEB000; overflow:visible; } div.mainContainer { width:98%; padding:0px 10px 0px 10px; z-index:2; /* position:relative; */ } td.headerTd { position:relative;z-index:999;height:50px; padding-left:2px; padding-top:12px; background: url('words3.png') no-repeat 0px 4px; } #tip { background-color: #CCC; border: 1px solid #333; color: #333; font-family: sans-serif; font-size: 11px; padding: 3px; position: absolute; width: 200px; z-index: 9999; } #tip p{ margin: 0; padding: 0; } .lookup { font-weight:bold; color:white; text-decoration:none; } html, body { background:#2D2D2D; color:white; width:100%; margin:0px; padding:0px; } .wordinput { font-size:18px; } input{ font-size: 18px; padding:5px; height:23px; } .borderthis{ border:0px solid red; font-size:13px; padding:0; color:white;text-align:center; } td { vertical-align:middle; } td.borderthisa { font-style:italic;font-size:13px;text-align:center;padding:0 10px 0 0;margin:0;vertical-align:top; } td.borderthisb { text-align:center;padding:0px 2px 2px 2px; } td.borderthisc { font-size:13px;text-align:center;padding:0 0 0 10px;margin:0;height:auto;font-style:italic; } .bottomDiv { bottom:0px; position:absolute;margin-top:auto;margin-bottom:0px; min-width:565px;width:-webkit-fill-available;left:0px; color:white; padding:3px 3px;font-size:6px;text-align:center; } .bottomDiv2 { overflow:display;padding:0 12%;text-align:center; font-size:14px; } div.whiteStripe { align:center;text-align:center;position:relative;background:#FFFFFF;z-index:1;border:3px solid #FEB000;padding:3px;white-space:nowrap;margin-bottom:5px; } body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td { margin:0; padding:0; font-family:arial,helvetica,sans-serif; } body { -webkit-text-size-adjust: none; } body,h2 { font-size:small; } h1 { font-size:medium; } fieldset,img { border:0; } input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit; } input,textarea,select { *font-size:100%; } table { font-size:inherit; font:100%; } input { font-size:18px; padding:2px; } .borderthisb input { width:115px !important; } .borderthisc input, .borderthisa input { width:60px; } .borderthise { padding-left:10px; } .borderthise input { padding:0 10px 0 10px; font-size:12px; font-weight:bold; } .borderthisd span { color:orange;font-weight:bold;font-size:12px; } .borderthisMatch { text-align:center; font-weight:bold;color:red; padding:4px 0 0 0; } .borderthisLinks { text-align:center; font-weight:bold; padding:0px 0px 0px 0px;color:white; } .borderthisWords div { margin-right:4px; border:0px solid red;width:45%;float:left; padding:1px 2px 0 2px;text-align:left;font-size:16px; } .borderthisWords div > span { color:yellow;padding-right:6px; width:25px; float:left; text-align:right; } span.wordMatch { font-weight:bold;color:white;text-align:left; } span.lookup { min-width:350px; } a.orange:hover { color:white; border-bottom:orange; text-decoration:none; } a.orange { color:orange; font-size:80%; text-decoration:none; } a.orangebeer:hover { color:#FFF; border-bottom:1px solid yellow; } a.orangebeer { color:orange;text-decoration:none;color:#FFF;border-bottom: 1px solid orange; } .headerTd a { text-decoration:none; color:black; } .headertd h1 { margin-bottom:1px; } td.borderthis > div { margin-right:4px; border:0px solid red;width:45%;float:left; padding:1px 2px 0 2px;text-align:left; height:23px; } div.bottomDiv{ vertical-align:vertical-align;position:absolute; } table.botTable { width:310px; } .borderthisd { font-size:12px; width:540px!important; }
public/word.styles.css
table { padding:0px; border-spacing: 0; text-align:center; margin:0px auto; } body { font: 16px "Lucida Grande",Helvetica,Verdana,Arial,Tahoma,sans-serif; min-height:860px; height: 100%!important; display: block; position: relative; } body + div { padding-bottom:160px; min-height:99%; top:0px; bottom:0px; width:100%; padding:0px; text-align:center; } div.whiteTop { position:absolute; top:0px; left:0px; height:41px; width:100%; min-width:488px; background:#FFFFFF; z-index:0; border-bottom:3px solid #FEB000; overflow:visible; } div.mainContainer { width:98%; padding:0px 10px 0px 10px; z-index:2; /* position:relative; */ } td.headerTd { position:relative;z-index:999;height:50px; padding-left:2px; padding-top:12px; background: url('words3.png') no-repeat 0px 4px; } #tip { background-color: #CCC; border: 1px solid #333; color: #333; font-family: sans-serif; font-size: 11px; padding: 3px; position: absolute; width: 200px; z-index: 9999; } #tip p{ margin: 0; padding: 0; } .lookup { font-weight:bold; color:white; text-decoration:none; } html, body { background:#2D2D2D; color:white; width:100%; margin:0px; padding:0px; } .wordinput { font-size:18px; } input{ font-size: 18px; padding:5px; height:23px; } .borderthis{ border:0px solid red; font-size:13px; padding:0; color:white;text-align:center; } td { vertical-align:middle; } td.borderthisa { font-style:italic;font-size:13px;text-align:center;padding:0 10px 0 0;margin:0;vertical-align:top; } td.borderthisb { text-align:center;padding:0px 2px 2px 2px; } td.borderthisc { font-size:13px;text-align:center;padding:0 0 0 10px;margin:0;height:auto;font-style:italic; } .bottomDiv { bottom:0px; position:absolute;margin-top:auto;margin-bottom:0px; min-width:565px;width:-webkit-fill-available;left:0px; color:white; padding:3px 3px;font-size:6px;text-align:center; } .bottomDiv2 { overflow:display;padding:0 12%;text-align:center; font-size:14px; } div.whiteStripe { align:center;text-align:center;position:relative;background:#FFFFFF;z-index:1;border:3px solid #FEB000;padding:3px;white-space:nowrap;margin-bottom:5px; } body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td { margin:0; padding:0; font-family:arial,helvetica,sans-serif; } body { -webkit-text-size-adjust: none; } body,h2 { font-size:small; } h1 { font-size:medium; } fieldset,img { border:0; } input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit; } input,textarea,select { *font-size:100%; } table { font-size:inherit; font:100%; } input { font-size:18px; padding:2px; } .borderthisb input { width:115px !important; } .borderthisc input, .borderthisa input { width:60px; } .borderthise { padding-left:10px; } .borderthise input { padding:0 10px 0 10px; font-size:12px; font-weight:bold; } .borderthisd span { color:orange;font-weight:bold;font-size:12px; } .borderthisMatch { text-align:center; font-weight:bold;color:red; padding:4px 0 0 0; } .borderthisLinks { text-align:center; font-weight:bold; padding:0px 0px 0px 0px;color:white; } .borderthisWords div { margin-right:4px; border:0px solid red;width:45%;float:left; padding:1px 2px 0 2px;text-align:left;font-size:16px; } .borderthisWords div > span { color:yellow;padding-right:6px; width:25px; float:left; text-align:right; } span.wordMatch { font-weight:bold;color:white;text-align:left; } span.lookup { min-width:350px; } a.orange:hover { color:white; border-bottom:orange; text-decoration:none; } a.orange { color:orange; font-size:80%; text-decoration:none; } a.orangebeer:hover { color:#FFF; border-bottom:1px solid yellow; } a.orangebeer { color:orange;text-decoration:none;color:#FFF;border-bottom: 1px solid orange; } .headerTd a { text-decoration:none; color:black; } .headertd h1 { margin-bottom:1px; } td.borderthis > div { margin-right:4px; border:0px solid red;width:45%;float:left; padding:1px 2px 0 2px;text-align:left; height:23px; } div.bottomDiv{ vertical-align:vertical-align;position:absolute; } table.botTable { width:310px; } .borderthisd { font-size:12px; width:540px!important; }
0.349755
0.148602
.textViewContent .freidi_reference h2 { margin-top: 5em; margin-bottom: 1em; margin-left:-2em; } .textViewContent .freidi_reference span.head { font-size: 20px; letter-spacing: 0.1em; } .textViewContent .freidi_reference .stage:first-letter { margin-left: -1em; } .textViewContent .freidi_reference .stage { font-size: 13px; margin-top:0.4em; margin-bottom:0.4em; } .textViewContent .freidi_reference div.indent1 { margin-left: 8em; } .textViewContent .freidi_reference .indent_1 { margin-left: 6.5em; } .textViewContent .freidi_reference .indent_2 { margin-left: 8.5em; } .textViewContent .freidi_reference .indent_3 { margin-left: 11em; } .textViewContent .freidi_reference .indent_4 { margin-left: 14em; } .textViewContent .freidi_reference .speaker { letter-spacing: 0.1em; margin-bottom: 0.4em; margin-left: -2em; } .textViewContent .freidi_reference .margin_top { margin-top: 1em; } .textViewContent .freidi_reference .speaker > * { letter-spacing: 0em; } .textViewContent .freidi_reference .speaker > *[class="term"] { letter-spacing: 0.1em; } .textViewContent .freidi_reference .center { text-align: center; width: 540px; display: block; margin-left: -2em; } .textViewContent .freidi_reference .byline { margin-bottom:3em; letter-spacing: 0.1em; } .textViewContent .freidi_reference span.right { margin-left: 20em; } .textViewContent .freidi_reference div.stage.right { margin-top: 0.4em; margin-left: 24em; } .textViewContent .freidi_reference div.lg { margin-bottom: 1.5em; } .textViewContent .freidi_reference div.lg.indent_2 .pagebreak { margin-left: -9.7em; } /* Libretto, Beispiel Wiener Kopie */ .textViewContent .freidi_libretto h2 { margin-top: 5em; margin-bottom: -2em; } /* Libretto KAtx4 */ .textViewContent .freidi_libretto.KAtx4 .titlePart.main span.underline { border-bottom: 1px solid #000000; } .textViewContent .freidi_libretto.KAtx4 div.l { margin-left: 7em; } .textViewContent .freidi_libretto.KAtx4 div.lg.indent { margin-left: 40px; } .textViewContent .freidi_libretto.KAtx4 .act + .caption { padding-top: 2em; margin-bottom: -2em; } .textViewContent .freidi_libretto.KAtx4 p#ext-gen1303 { margin-left: 15em; margin-bottom: 1.5em; } .textViewContent .freidi_libretto.KAtx4 div.teidiv0 ul ul { position: relative; } .textViewContent .freidi_libretto.KAtx4 div.teidiv0 ul ul:after { position: absolute; content: '}'; font-size: 2em; top: 0.2em; left: 8.8em; } .textViewContent .freidi_libretto.KAtx4 div.teidiv0 ul ul span.role + span.role span { position: absolute; left: 16em; top: 0.7em; } .textViewContent .freidi_libretto.KAtx4 div.teidiv0 ul ul li + li span.role + span.role span { display: none; } /*Sachen, die sonst zu weit rechts und in der falschen Zeile sitzen*/ .textViewContent .freidi_libretto.KAtx4 #d1e4395 { display: block; } .textViewContent .freidi_libretto.KAtx4 #d1e5120 { display: block; } .textViewContent .freidi_libretto.KAtx4 #d1e5171 { display: block; } /* Libretto D-tx2 */ .textViewContent .freidi_libretto.D-tx2 div.titlePage { width: 480px; letter-spacing: 0.2em; } .textViewContent .freidi_libretto.D-tx2 ul p { /* für die CastList-Zeitangabe */ margin-left: 9.5em; } .textViewContent .freidi_libretto.D-tx2 li span.role:first-child { /* für die CastList-Rollennamen */ letter-spacing: 0.2em; } .textViewContent .freidi_libretto.D-tx2 .stage { font-size: 12px; } .textViewContent .freidi_libretto.D-tx2 .stage.left { margin-left: 6em; } .textViewContent .freidi_libretto.D-tx2 div.l { margin-left: 7em; } .textViewContent .freidi_libretto.D-tx2 div.lg { margin-left: 0; } .textViewContent .freidi_libretto.D-tx2 div.lg.indent { padding-left: 3em; } .textViewContent .freidi_libretto.D-tx2 div.lg.indent span.pagebreak { margin-left: -3em; } .textViewContent .freidi_libretto.D-tx2 span.caption { width: 480px; } .textViewContent .freidi_libretto.D-tx2 div.speaker { width: 480px; } .textViewContent .freidi_libretto.D-tx2 div.right { width: 480px; } .textViewContent .freidi_libretto.D-tx2 h2, .textViewContent .freidi_libretto.D-tx2 h3 { width: 480px; } .textViewContent .freidi_libretto.D-tx2 p.center { width: 480px; } .textViewContent .freidi_libretto.D-tx2 span.center { width: 480px; } .textViewContent .freidi_libretto.D-tx2 div.stage.center { width: 480px; } .textViewContent .freidi_libretto.D-tx2 .expanded { letter-spacing: 0.2em; } .textViewContent .freidi_libretto.D-tx2 .lb_indent { padding-left: 12em; } /* Shared */ .textViewContent .teidiv0 > p:first-child { margin-left: 15em; margin-bottom: 1.5em; } .ediromWindow div.textViewContent { font-size: 14px; display: block; font-family: Georgia, sans-serif; margin-left: 4em; overflow-x: hidden;/* TODO: raus*/ } .textViewContent .freidi_libretto div.titlePage { width: 530px; border-bottom: none; border-top: none; } .textViewContent .freidi_libretto .underline { text-decoration: none; border-bottom: 1px solid #000000; } .textViewContent .freidi_libretto .underline.n2 { text-decoration: none; border-bottom: 3px double #000000; } .textViewContent .freidi_libretto .underline .pagebreak { border-bottom: none; } .textViewContent .freidi_libretto .p-in-sp .pagebreak { margin-left: -6em; } .textViewContent .freidi_libretto .p-in-sp .pagebreak.inner { margin-left: 0em; } .textViewContent .freidi_libretto .titlePart { line-height: 1.6em; margin-bottom: 10px; } .textViewContent .freidi_libretto .titlePart.main { font-size: 28px; } .textViewContent .freidi_libretto span.role { margin-left: 0.2em; } .textViewContent .freidi_libretto span.role:first-child { margin-left: 8em; } .textViewContent span.act { font-size: 28px; } .textViewContent span.scene { font-size: 23px; } .textViewContent div.stage, .textViewContent span.stage { font-style: normal; margin-left: 8em; font-size: 14px; line-height: 1.4em; display: inline-block; } .textViewContent span.stage.inline { margin-left: 0em; display: inline; } .textViewContent span.stage.inline span.underline { border-bottom: none; } .textViewContent span.caption { font-size: 16px; text-align: center; width: 540px; display: block; margin-top: 1em; margin-bottom: 1em; } .textViewContent div.speaker { font-size: 16px; text-align: center; width: 540px; margin-top: 20px; margin-bottom: -5px; font-weight: normal; } .textViewContent div.speaker span.underline { border-bottom: 1px solid black; } .textViewContent div.p-in-sp { margin-left: 6em; line-height: 1.4em; } .textViewContent div.l { margin-left: 6em; line-height: 1.4em; } .textViewContent span.right { margin-left: 17em; } .textViewContent div.stage.right { margin-left: 17em; text-align: left; } .textViewContent div.right { width: 540px; } .textViewContent div.lg { margin-top: 0; } .textViewContent span.del { text-decoration:line-through; } .textViewContent span.role { font-size: 1.2em; font-style: normal; text-align: left; margin-left: 8em; margin-bottom: 5px; } .textViewContent div.note { display: none; } .textViewContent h2, .textViewContent h3 { text-align: center; width: 540px; font-weight: normal; font-style: normal; } .textViewContent h3 { margin-top: 3em; margin-bottom: 1em; } .textViewContent .sp { margin-top: 1em; margin-bottom: 1em; line-height: 1.4em; } .textViewContent p.center { font-size: 1.2em; width: 540px; } .lg[rend~="indent"] { display: block; margin-left: 8em; margin-top: 0.5em; margin-bottom: 0.5em; } .textViewContent span.latintype { font-style: italic; } .textViewContent div.p-in-sp div.stage.inline, .textViewContent div.p-in-sp span.stage.inline { font-size: 1.0em; } .textViewContent div.stage { display: block; } .textViewContent span.center { margin-left: 0; display: block; width: 540px; text-align: center; } .textViewContent div.stage.center { width: 540px; margin-left: 0; } .textViewContent div.inline { display:inline; margin-left: 0em; font-size: 1em; } .textViewContent span.setting { margin-top: 1em; margin-bottom: 1em; } .textViewContent div.sic { color:fuchsia; } /*.textViewContent [n~=2] { border-bottom: 1px solid; }*/ .textViewContent span.strikethrough { text-decoration: line-through; } .textViewContent span.overwritten { text-decoration: line-through; } .textViewContent span.place { font-size: 70%; position: relative; top: -0.3em; } .textViewContent span.hi { letter-spacing: 2px; font-weight: normal; } *[hand~="#cmvweber"] { color: green; } *[hand~="#Kopist_2"] { color: #606060; } .textViewContent .pagebreak, .textviewcontent span.pagebreak, .textViewContent div.pagebreak{ font-size: 13px; background-color: transparent; color: #585858; font-style: normal; font-weight: normal; border: none; display: block; margin-bottom: -1.3em; } .textViewContent .pagebreak.inner{ display:block; position: absolute; left: 0; } /* Kein Titelblatt in Wien .textViewContent .front { display: block; margin-bottom: 5em; } .textViewContent div.titlePage { display: block; text-align: center; margin-top: 3em; margin-bottom: 5em; border-bottom: 0.5px solid #dddddd; border-top: none; } .titlePart { font-size: 1.4em; text-align: center; display: block; line-height: 1.2em; } .titlePart span.main { font-size: 1.5em; margin-bottom: 0.8em; } .titlePart span.genre { margin-bottom: 1.5em; } .titlePart span.authorText { margin-bottom: 1.2em; } .titlePart span.authorMusic { margin-bottom: 5.5em; } .titlePart span.place { margin-bottom: 4em; } .textViewContent castList { display: block; margin-bottom: 5em; } */
packages/eoTheme/sass/etc/freidi-texts.css
.textViewContent .freidi_reference h2 { margin-top: 5em; margin-bottom: 1em; margin-left:-2em; } .textViewContent .freidi_reference span.head { font-size: 20px; letter-spacing: 0.1em; } .textViewContent .freidi_reference .stage:first-letter { margin-left: -1em; } .textViewContent .freidi_reference .stage { font-size: 13px; margin-top:0.4em; margin-bottom:0.4em; } .textViewContent .freidi_reference div.indent1 { margin-left: 8em; } .textViewContent .freidi_reference .indent_1 { margin-left: 6.5em; } .textViewContent .freidi_reference .indent_2 { margin-left: 8.5em; } .textViewContent .freidi_reference .indent_3 { margin-left: 11em; } .textViewContent .freidi_reference .indent_4 { margin-left: 14em; } .textViewContent .freidi_reference .speaker { letter-spacing: 0.1em; margin-bottom: 0.4em; margin-left: -2em; } .textViewContent .freidi_reference .margin_top { margin-top: 1em; } .textViewContent .freidi_reference .speaker > * { letter-spacing: 0em; } .textViewContent .freidi_reference .speaker > *[class="term"] { letter-spacing: 0.1em; } .textViewContent .freidi_reference .center { text-align: center; width: 540px; display: block; margin-left: -2em; } .textViewContent .freidi_reference .byline { margin-bottom:3em; letter-spacing: 0.1em; } .textViewContent .freidi_reference span.right { margin-left: 20em; } .textViewContent .freidi_reference div.stage.right { margin-top: 0.4em; margin-left: 24em; } .textViewContent .freidi_reference div.lg { margin-bottom: 1.5em; } .textViewContent .freidi_reference div.lg.indent_2 .pagebreak { margin-left: -9.7em; } /* Libretto, Beispiel Wiener Kopie */ .textViewContent .freidi_libretto h2 { margin-top: 5em; margin-bottom: -2em; } /* Libretto KAtx4 */ .textViewContent .freidi_libretto.KAtx4 .titlePart.main span.underline { border-bottom: 1px solid #000000; } .textViewContent .freidi_libretto.KAtx4 div.l { margin-left: 7em; } .textViewContent .freidi_libretto.KAtx4 div.lg.indent { margin-left: 40px; } .textViewContent .freidi_libretto.KAtx4 .act + .caption { padding-top: 2em; margin-bottom: -2em; } .textViewContent .freidi_libretto.KAtx4 p#ext-gen1303 { margin-left: 15em; margin-bottom: 1.5em; } .textViewContent .freidi_libretto.KAtx4 div.teidiv0 ul ul { position: relative; } .textViewContent .freidi_libretto.KAtx4 div.teidiv0 ul ul:after { position: absolute; content: '}'; font-size: 2em; top: 0.2em; left: 8.8em; } .textViewContent .freidi_libretto.KAtx4 div.teidiv0 ul ul span.role + span.role span { position: absolute; left: 16em; top: 0.7em; } .textViewContent .freidi_libretto.KAtx4 div.teidiv0 ul ul li + li span.role + span.role span { display: none; } /*Sachen, die sonst zu weit rechts und in der falschen Zeile sitzen*/ .textViewContent .freidi_libretto.KAtx4 #d1e4395 { display: block; } .textViewContent .freidi_libretto.KAtx4 #d1e5120 { display: block; } .textViewContent .freidi_libretto.KAtx4 #d1e5171 { display: block; } /* Libretto D-tx2 */ .textViewContent .freidi_libretto.D-tx2 div.titlePage { width: 480px; letter-spacing: 0.2em; } .textViewContent .freidi_libretto.D-tx2 ul p { /* für die CastList-Zeitangabe */ margin-left: 9.5em; } .textViewContent .freidi_libretto.D-tx2 li span.role:first-child { /* für die CastList-Rollennamen */ letter-spacing: 0.2em; } .textViewContent .freidi_libretto.D-tx2 .stage { font-size: 12px; } .textViewContent .freidi_libretto.D-tx2 .stage.left { margin-left: 6em; } .textViewContent .freidi_libretto.D-tx2 div.l { margin-left: 7em; } .textViewContent .freidi_libretto.D-tx2 div.lg { margin-left: 0; } .textViewContent .freidi_libretto.D-tx2 div.lg.indent { padding-left: 3em; } .textViewContent .freidi_libretto.D-tx2 div.lg.indent span.pagebreak { margin-left: -3em; } .textViewContent .freidi_libretto.D-tx2 span.caption { width: 480px; } .textViewContent .freidi_libretto.D-tx2 div.speaker { width: 480px; } .textViewContent .freidi_libretto.D-tx2 div.right { width: 480px; } .textViewContent .freidi_libretto.D-tx2 h2, .textViewContent .freidi_libretto.D-tx2 h3 { width: 480px; } .textViewContent .freidi_libretto.D-tx2 p.center { width: 480px; } .textViewContent .freidi_libretto.D-tx2 span.center { width: 480px; } .textViewContent .freidi_libretto.D-tx2 div.stage.center { width: 480px; } .textViewContent .freidi_libretto.D-tx2 .expanded { letter-spacing: 0.2em; } .textViewContent .freidi_libretto.D-tx2 .lb_indent { padding-left: 12em; } /* Shared */ .textViewContent .teidiv0 > p:first-child { margin-left: 15em; margin-bottom: 1.5em; } .ediromWindow div.textViewContent { font-size: 14px; display: block; font-family: Georgia, sans-serif; margin-left: 4em; overflow-x: hidden;/* TODO: raus*/ } .textViewContent .freidi_libretto div.titlePage { width: 530px; border-bottom: none; border-top: none; } .textViewContent .freidi_libretto .underline { text-decoration: none; border-bottom: 1px solid #000000; } .textViewContent .freidi_libretto .underline.n2 { text-decoration: none; border-bottom: 3px double #000000; } .textViewContent .freidi_libretto .underline .pagebreak { border-bottom: none; } .textViewContent .freidi_libretto .p-in-sp .pagebreak { margin-left: -6em; } .textViewContent .freidi_libretto .p-in-sp .pagebreak.inner { margin-left: 0em; } .textViewContent .freidi_libretto .titlePart { line-height: 1.6em; margin-bottom: 10px; } .textViewContent .freidi_libretto .titlePart.main { font-size: 28px; } .textViewContent .freidi_libretto span.role { margin-left: 0.2em; } .textViewContent .freidi_libretto span.role:first-child { margin-left: 8em; } .textViewContent span.act { font-size: 28px; } .textViewContent span.scene { font-size: 23px; } .textViewContent div.stage, .textViewContent span.stage { font-style: normal; margin-left: 8em; font-size: 14px; line-height: 1.4em; display: inline-block; } .textViewContent span.stage.inline { margin-left: 0em; display: inline; } .textViewContent span.stage.inline span.underline { border-bottom: none; } .textViewContent span.caption { font-size: 16px; text-align: center; width: 540px; display: block; margin-top: 1em; margin-bottom: 1em; } .textViewContent div.speaker { font-size: 16px; text-align: center; width: 540px; margin-top: 20px; margin-bottom: -5px; font-weight: normal; } .textViewContent div.speaker span.underline { border-bottom: 1px solid black; } .textViewContent div.p-in-sp { margin-left: 6em; line-height: 1.4em; } .textViewContent div.l { margin-left: 6em; line-height: 1.4em; } .textViewContent span.right { margin-left: 17em; } .textViewContent div.stage.right { margin-left: 17em; text-align: left; } .textViewContent div.right { width: 540px; } .textViewContent div.lg { margin-top: 0; } .textViewContent span.del { text-decoration:line-through; } .textViewContent span.role { font-size: 1.2em; font-style: normal; text-align: left; margin-left: 8em; margin-bottom: 5px; } .textViewContent div.note { display: none; } .textViewContent h2, .textViewContent h3 { text-align: center; width: 540px; font-weight: normal; font-style: normal; } .textViewContent h3 { margin-top: 3em; margin-bottom: 1em; } .textViewContent .sp { margin-top: 1em; margin-bottom: 1em; line-height: 1.4em; } .textViewContent p.center { font-size: 1.2em; width: 540px; } .lg[rend~="indent"] { display: block; margin-left: 8em; margin-top: 0.5em; margin-bottom: 0.5em; } .textViewContent span.latintype { font-style: italic; } .textViewContent div.p-in-sp div.stage.inline, .textViewContent div.p-in-sp span.stage.inline { font-size: 1.0em; } .textViewContent div.stage { display: block; } .textViewContent span.center { margin-left: 0; display: block; width: 540px; text-align: center; } .textViewContent div.stage.center { width: 540px; margin-left: 0; } .textViewContent div.inline { display:inline; margin-left: 0em; font-size: 1em; } .textViewContent span.setting { margin-top: 1em; margin-bottom: 1em; } .textViewContent div.sic { color:fuchsia; } /*.textViewContent [n~=2] { border-bottom: 1px solid; }*/ .textViewContent span.strikethrough { text-decoration: line-through; } .textViewContent span.overwritten { text-decoration: line-through; } .textViewContent span.place { font-size: 70%; position: relative; top: -0.3em; } .textViewContent span.hi { letter-spacing: 2px; font-weight: normal; } *[hand~="#cmvweber"] { color: green; } *[hand~="#Kopist_2"] { color: #606060; } .textViewContent .pagebreak, .textviewcontent span.pagebreak, .textViewContent div.pagebreak{ font-size: 13px; background-color: transparent; color: #585858; font-style: normal; font-weight: normal; border: none; display: block; margin-bottom: -1.3em; } .textViewContent .pagebreak.inner{ display:block; position: absolute; left: 0; } /* Kein Titelblatt in Wien .textViewContent .front { display: block; margin-bottom: 5em; } .textViewContent div.titlePage { display: block; text-align: center; margin-top: 3em; margin-bottom: 5em; border-bottom: 0.5px solid #dddddd; border-top: none; } .titlePart { font-size: 1.4em; text-align: center; display: block; line-height: 1.2em; } .titlePart span.main { font-size: 1.5em; margin-bottom: 0.8em; } .titlePart span.genre { margin-bottom: 1.5em; } .titlePart span.authorText { margin-bottom: 1.2em; } .titlePart span.authorMusic { margin-bottom: 5.5em; } .titlePart span.place { margin-bottom: 4em; } .textViewContent castList { display: block; margin-bottom: 5em; } */
0.526343
0.158109
--------------------------------------------------------- */ html, body, form, fieldset { margin: 0; padding: 0; } body { color: #000000; background: #FFFFFF; font-family: Arial, Helvetica, sans-serif; line-height: 150%; } body#bd { color: #333333; background: #F2F2F2; } body.contentpane { width: auto; /* Printable Page */ margin: 1em 2em; line-height: 1.3em; margin: 0px 0px 0px 0px; font-size: 12px; color: #333; } body.fs1 { font-size: 10px; } body.fs2{ font-size: 11px; } body.fs3{ font-size: 12px; } body.fs4{ font-size: 13px; } body.fs5{ font-size: 14px; } body.fs6{ font-size: 15px; } /* Normal link */ a { color: #006699; text-decoration: underline; } a:hover, a:active, a:focus { color: #333333; text-decoration: underline; } /* Title text */ .contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 { font-family: "Segoe UI", Arial, Helvetica, sans-serif; } /* Small text */ small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption { color: #666666; font-size: 92%; } /* Heading */ h1 { font-size: 180%; } h2 { font-size: 150%; } h3 { font-size: 125%; } h4 { font-size: 100%; text-transform: uppercase; } p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 { margin: 1em 0; padding: 0; } ul { list-style: none; } ul li { padding-left: 30px; background: url(../images/bullet.gif) no-repeat 18px 8px; line-height: 180%; } ol li { margin-left: 35px; line-height: 180%; } th { padding: 5px; font-weight: bold; text-align: left; } fieldset { border: none; padding: 10px 5px; background: url(../images/hdot2.gif) repeat-x top; } fieldset a { font-weight: bold; } hr { border-top: 1px solid #CCCCCC; border-right: 0; border-left: 0; border-bottom: 0; height: 1px; } td, div { font-size: 100%; } img { border: none; } /* FORM --------------------------------------------------------- */ form { margin: 0; padding: 0; } form label { cursor: pointer; } input, select, textarea, .inputbox { padding: 3px 5px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; } .button { padding: 3px 5px; border: 1px solid #333333; background: url(../images/grad1.gif) repeat-x top #333333; color: #CCCCCC; font-size: 85%; text-transform: uppercase; } .button:hover, .button:focus { border: 1px solid #999999; background: #333333; color: #FFFFFF; } * html .button { padding: 2px 0 !important; /*IE 6*/ } *+html .button { padding: 2px 0 !important; /*IE 7*/ } .inputbox { border: 1px solid #CCCCCC; background: #FFFFFF; } .inputbox:hover, .inputbox:focus { background: #FFFFCC; } /* BONUS TYPOGRAPHY STYLES --------------------------------------------------------- */ pre, .code { padding: 10px 15px; margin: 5px 0 15px; border-left: 5px solid #999999; background: #FFFFFF; font: 1em/1.5 "Courier News", monospace; } blockquote { padding: 1em 40px 1em 15px; } blockquote span.open { padding: 0 0 0 20px; background: url(../images/so-q.gif) no-repeat left top; } blockquote span.close { padding: 0 20px 0 0; background: url(../images/sc-q.gif) no-repeat bottom right; } /* Quote hilight */ .quote-hilite { padding: 10px 15px; margin: 0; border: 1px solid #CACACC; background: #FFFFFF; } /* Small quote */ .small-quote { margin: 0; padding: 0; background: none; } .small-quote span.open-quote { margin: 0; padding-left: 20px; background: url(../images/so-q.gif) no-repeat center left; } .small-quote span.close-quote { margin: 0; padding-right: 20px; background: url(../images/sc-q.gif) no-repeat center right; } .small-quote span.author { padding: 2px 5px 2px 20px; border-top: 1px solid #DCDDE0; margin: 0.5em 0 0; display: block; background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE; font-size: 90%; text-transform: uppercase; } /* Rropcap */ .dropcap { float: left; padding: 4px 8px 0 0; display: block; color: #999999; font: 50px/40px Georgia, Times, serif; } /* Tips, Error, Message, Hightlight*/ p.error { padding-left: 25px; color: #BF0000; background: url(../images/icon-error.gif) no-repeat top left; } p.message { padding-left: 25px; color: #006699; background: url(../images/icon-info.gif) no-repeat top left; } p.tips { padding-left: 25px; color: #EE9600; background: url(../images/icon-tips.gif) no-repeat top left; } .highlight { padding: 1px 5px; background: #FFFFCC; font-weight: bold; } /* Note Style */ p.stickynote { padding: 10px 0px 10px 40px; border: 1px solid #CACACC; background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF; } p.download { padding: 10px 0px 10px 40px; border: 1px solid #CACACC; background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF; } .blocknumber { clear: both; padding: 5px 15px 10px; position: relative; } /* Check list */ ul.checklist { list-style: none; } ul.checklist li { margin-left: 15px; padding: 0 0 5px 20px; background: url(../images/checklist-bg.gif) no-repeat 0 3px; } /* Small checklist */ ul.small-checklist { list-style: none; } ul.small-checklist li { margin-left: 15px; padding: 0 0 5px 20px; background: url(../images/icon_list.gif) no-repeat 0 3px; } /* Check list */ ul.stars { list-style: none; } ul.stars li { margin-left: 15px; padding: 0px 0 5px 20px; background: url(../images/star-bg.gif) no-repeat 0 3px; } /* Bignumber */ .bignumber { float: left; margin-right: 8px; padding: 6px 7px; display: block; background: url(../images/ol-bg.gif) no-repeat top left; color: #7BA566; font: bold 20px/normal Arial, sans-serif; } /* Talking box. Thinking box. */ div.bubble1, div.bubble2, div.bubble3, div.bubble4 { margin: 15px 0; } div.bubble1 span.author, div.bubble2 span.author, div.bubble3 span.author, div.bubble4 span.author { padding-left: 15px; margin-left: 15px; background: url(../images/author.gif) no-repeat center left; font-weight: bold; } div.bubble1 div { margin: 0; width: 100%; background: url(../images/bub1-br.gif) no-repeat bottom right; } div.bubble1 div div { background: url(../images/bub1-bl.gif) no-repeat bottom left; } div.bubble1 div div div { background: url(../images/bub1-tr.gif) no-repeat top right; } div.bubble1 div div div div { background: url(../images/bub1-tl.gif) no-repeat top left; } div.bubble1 div div div div div { margin: 0; padding: 15px 15px 30px 15px; width: auto; } div.bubble2 div { margin: 0; width: 100%; background: url(../images/bub2-br.gif) no-repeat bottom right; } div.bubble2 div div { background: url(../images/bub2-bl.gif) no-repeat bottom left; } div.bubble2 div div div { background: url(../images/bub2-tr.gif) no-repeat top right; } div.bubble2 div div div div { background: url(../images/bub2-tl.gif) no-repeat top left; } div.bubble2 div div div div div { margin: 0; padding: 15px 15px 35px 15px; width: auto; } div.bubble3 div { margin: 0; width: 100%; background: url(../images/bub3-br.gif) no-repeat bottom right; } div.bubble3 div div { background: url(../images/bub3-bl.gif) no-repeat bottom left; } div.bubble3 div div div { background: url(../images/bub3-tr.gif) no-repeat top right; } div.bubble3 div div div div { background: url(../images/bub3-tl.gif) no-repeat top left; } div.bubble3 div div div div div { margin: 0; padding: 15px 15px 50px 15px; width: auto; } div.bubble4 div { margin: 0; width: 100%; background: url(../images/bub4-br.gif) no-repeat bottom right; } div.bubble4 div div { background: url(../images/bub4-bl.gif) no-repeat bottom left; } div.bubble4 div div div { background: url(../images/bub4-tr.gif) no-repeat top right; } div.bubble4 div div div div { background: url(../images/bub4-tl.gif) no-repeat top left; } div.bubble4 div div div div div { margin: 0; padding: 15px 15px 55px 15px; width: auto; } /* Legend */ .legend-title { margin: 0; padding: 0 3px; float: left; display: block; background: #F6F6F6; font-weight: bold; position: absolute; top: -10px; left: 7px; } .legend { margin: 20px 0; padding: 0 10px; border: 1px solid #CACACC; background: #FFFFFF; position: relative; } /* JOOMLA STYLE --------------------------------------------------------- */ table.blog { } .article_separator { clear: both; display: block; height: 20px; } .article_column { } .column_separator { padding: 0 25px; } /* content tables */ td.sectiontableheader { padding: 4px; border-right: 1px solid #fff; } tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td { padding: 4px; } td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 { padding: 3px; } table.contentpane { border: none; width: 100%; } table.contentpaneopen { border: none; border-collapse: collapse; border-spacing: 0; } table.contenttoc { margin: 0 0 10px 10px; padding: 0; width: 35%; float: right; } table.contenttoc a { text-decoration: none; } table.contenttoc td { padding: 1px 5px 1px 25px; background: url(../images/bullet-list.gif) no-repeat 5% 50%; } table.contenttoc th { padding: 0 0 3PX; border-bottom: 1px solid #CCCCCC; text-indent: 5px; } table.poll { padding: 0; width: 100%; border-collapse: collapse; } table.pollstableborder { padding: 0; width: 100%; border: none; text-align: left; } table.pollstableborder img { vertical-align: baseline; } table.pollstableborder td { padding: 4px!important; border-collapse: collapse; border-spacing: 0; } table.pollstableborder tr.sectiontableentry1 td { background: #ECECEC; } table.searchintro { padding: 10px 0; width: 100%; } table.searchintro td { padding: 5px!important; } table.adminform { } .adminform .inputbox { } .blog_more { padding: 10px 0; background: url(../images/hdot.gif) repeat-x top; } .blog_more strong { margin: 0 0 5px; display: block; font-size: 125%; } .blog_more ul { margin: 0; padding: 0; } .blog_more ul li { margin: 0; padding: 0 0 0 17px; background: url(../images/bullet.gif) no-repeat 6px 8px; } .category { font-weight: bold; } h1.componentheading, .componentheading { padding: 5px 0 15px; margin: 0 0 10px; background: url(../images/hdot.gif) repeat-x bottom; } .componentheading { font-size: 200%; font-weight: bold; } .contentdescription { padding-bottom: 30px; } h2.contentheading, .contentheading { padding: 5px 0 8px; margin: 0; font-weight: normal; } table.blog .contentheading { font-size: 150%; } .contentheading { font-size: 200%; } a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus { text-decoration: none !important; } a.readon { float: left; margin-top: 10px; padding: 1px 5px 1px 14px; border: 1px solid #F6F6F6; display: block; background: url(../images/arrow.png) no-repeat 5px 48%; color: #006699; font-weight: bold; text-decoration: none; text-transform: uppercase; } a.readon:hover, a.readon:active, a.readon:focus { border: 1px solid #ECECEC; background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF; } table.contentpaneopen td, table.contentpane td { } table.contentpaneopen, table.contentpane, table.blog { width: 100%; } .moduletable { padding: 0; } ul.pagination { margin: 15px auto; padding: 10px 0; background: url(../images/hdot.gif) repeat-x top; } ul.pagination li { margin: 0; padding: 0; display: inline; background: none; } ul.pagination li span{ padding: 2px 5px; } ul.pagination a { padding: 2px 5px; border: 1px solid #F6F6F6; } ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus { border: 1px solid #ECECEC; background: #FFFFFF; } .pagenavbar { padding-left: 14px; } .pagenavcounter { padding: 8px 14px 0 14px; } .sectiontableheader { padding: 8px 5px; background: #444444; color: #FFFFFF; } .sectiontableheader a { color: #FFFFFF; } tr.sectiontableentry1 td { padding: 8px 5px; background: url(../images/hdot2.gif) repeat-x bottom; } tr.sectiontableentry2 td { padding: 8px 5px; background: url(../images/hdot2.gif) repeat-x bottom #ECECEC; } tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td { background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC; } .smalldark { text-align: left; } div.syndicate div { text-align: center; } .pollstableborder tr.sectiontableentry1 td, .pollstableborder tr.sectiontableentry2 td { background: none; } /* META --------------------------------------------------------- */ .article-tools { border-top: 1px solid #DDDDDD; width: 100%; float: left; clear: both; margin-bottom: 15px; display: block; background: #ECECEC; } .article-meta { padding: 5px; width: 80%; float: left; } .createby { padding: 3px 3px 3px 20px; background: url(../images/icon-user.gif) no-repeat 0 2px; } .createdate { padding: 3px 3px 3px 20px; background: url(../images/icon-date.gif) no-repeat 0 2px; } .modifydate { width: 100%; float: left; } div.buttonheading { float: right; width: 15%; } .buttonheading img { margin: 7px 5px 0 0; border: 0; float: right; } /* MAIN LAYOUT DIVS --------------------------------------------------------- */ #ja-wrapper { width: 100%; margin: 0; background: #F2F2F2; } #ja-containerwrap { background: url(../images/cw-bg1.gif) repeat-y 50% 0; } #ja-containerwrap2 { background: url(../images/cw-bg2.gif) no-repeat 50% 0; } #ja-container { background: url(../images/c-bg1.gif) repeat-y 18% 0; } #ja-container2 { padding: 20px 0; background: url(../images/c-bg2.gif) no-repeat 18% 0; } #ja-mainbody-fr #ja-col1 { width: 20%; } #ja-mainbody-fr #ja-contentwrap { width: 80%; } #ja-mainbody, #ja-mainbody-fl { float: left; width: 80%; } #ja-mainbody #ja-contentwrap { float: right; width: 75%; } #ja-mainbody-fl #ja-contentwrap { float: left; width: 100%; } #ja-mainbody-f, #ja-mainbody-fr { float: none; width: 100%; } #ja-mainbody-fr #ja-contentwrap { width: 74.8%; float: right; } #ja-mainbody-fr #ja-col1 { width: 20%; float: left; } #ja-mainbody-fr #ja-contentwrap { width: 80%; } #ja-content { padding: 0 20px 0 40px; } #ja-contentwrap { min-height: 300px; height: auto; } * html #ja-contentwrap { height: 300px; } #ja-mainbody-fl #ja-content { padding-left: 0; } #ja-mainbody-f #ja-content { padding: 0; } /* Full */ #ja-containerwrap-f { background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6; } #ja-containerwrap-f #ja-containerwrap2 { background: none; } #ja-containerwrap-f #ja-container, #ja-containerwrap-f #ja-container2 { background: none; } /* Full left */ #ja-containerwrap-fl { background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6; } #ja-containerwrap-fl #ja-containerwrap2, #ja-containerwrap-fl #ja-container, #ja-containerwrap-fl #ja-container2 { background: none; } /* Full right */ #ja-containerwrap-fr { background: url(../images/cw-bg1.gif) repeat-y 50% 0; } #ja-containerwrap-fr #ja-containerwrap2 { background: url(../images/cw-bg2.gif) no-repeat 50% 0; } /* HEADER --------------------------------------------------------- */ #ja-headerwrap { background: #333333; color: #CCCCCC; line-height: normal; height: 80px; } #ja-header { position: relative; height: 80px; } .ja-headermask { width: 602px; display: block; background: url(../images/header-mask.png) no-repeat top right; height: 80px; position: absolute; top: 0; right: -1px; } #ja-header a { color: #CCCCCC; } h1.logo, h1.logo-text { margin: 0 0 0 5px; padding: 0; font-size: 300%; text-transform: uppercase; } h1.logo a { width: 208px; display: block; background: url(../images/logo.png) no-repeat; height: 80px; position: relative; z-index: 100; } h1.logo a span { position: absolute; top: -1000px; } h1.logo-text a { color: #CCCCCC !important; text-decoration: none; outline: none; position: absolute; bottom: 40px; left: 5px; } p.site-slogan { margin: 0; padding: 0; padding: 2px 5px; color: #FFFFFF; background: #444444; font-size: 92%; position: absolute; bottom: 20px; left: 0; } /* Search */ #ja-search { padding-left: 20px; background: url(../images/icon-search.gif) no-repeat center left; position: absolute; bottom: 15px; right: 0; } #ja-search .inputbox { width: 120px; border: 1px solid #333333; padding: 3px 5px; color: #999999; background: #444444; font-size: 92%; } /* MAIN NAVIGATION --------------------------------------------------------- */ #ja-pathway { font-size: 92%; } #ja-pathway strong { margin-right: 5px; font-weight: normal; } #ja-pathway a { text-decoration: none; } #ja-pathway img { margin: 1px 5px; } /* MODULE --------------------------------------------------------- */ div.moduletable, div.moduletable_menu, div.moduletable_text { padding: 0 0 20px; margin-bottom: 15px; background: url(../images/hdot.gif) repeat-x bottom; } div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3 { padding: 0 0 8px; margin: 0; color: #7BA566; font-size: 125%; font-weight: bold; text-transform: uppercase; } /* Module rounded */ div.module h3 { margin: 0 -15px 10px; padding: 8px 15px 5px; border-bottom: 2px solid #F6F6F6; color: #7BA566; font-size: 125%; font-weight: bold; text-transform: uppercase; } div.module_black, div.module_green, div.module_blue, div.module_red, div.module { margin-bottom: 20px; float: left; clear: both; width: 100%; background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF; } div.module div { background: url(../images/b-bl.gif) no-repeat bottom left; } div.module div div { background: url(../images/b-tr.gif) no-repeat top right; } div.module div div div { padding: 0 15px 10px; background: url(../images/b-tl.gif) no-repeat top left; } div.module_black div div div div, div.module_green div div div div, div.module_blue div div div div, div.module_red div div div div, div.module_text div div div div, div.module div div div div { margin: 0; padding: 0; float: none; width: 99%; background: none; } div.module_text h3 { margin: 0 0 10px; width: 100%; clear: both; display: block; overflow: hidden; } div.module_text span { padding: 0 3px 0 0; float: left; clear: both; display: block; background: #F6F6F6; font-weight: bold; } div.module_text { margin-bottom: 20px; padding: 0; float: left; clear: both; width: 100%; background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6; } div.module_text div { background: url(../images/bt-bl.gif) no-repeat bottom left; } div.module_text div div { background: url(../images/bt-tr.gif) no-repeat top right; } div.module_text div div div { padding: 0 15px 10px; display: block; background: url(../images/bt-tl.gif) no-repeat top left; } div.banneritem_text { padding: 5px 0 !important; } /* red */ div.module_black h3, div.module_green h3, div.module_blue h3, div.module_red h3 { margin: 0 -15px 10px; padding: 8px 15px 5px; border-bottom: 1px solid #F6F6F6; color: #FFFFFF; font-size: 125%; font-weight: bold; text-transform: uppercase; } div.module_red { background: url(../images/br-br.gif) no-repeat bottom right #BF0000; color: #FFFFFF; } div.module_red div { background: url(../images/br-bl.gif) no-repeat bottom left; } div.module_red div div { background: url(../images/br-tr.gif) no-repeat top right; } div.module_red div div div { padding: 0 15px 10px; background: url(../images/br-tl.gif) no-repeat top left; } /* blue */ div.module_blue { background: url(../images/bb-br.gif) no-repeat bottom right #006699; color: #FFFFFF; } div.module_blue div { background: url(../images/bb-bl.gif) no-repeat bottom left; } div.module_blue div div { background: url(../images/bb-tr.gif) no-repeat top right; } div.module_blue div div div { padding: 0 15px 10px; background: url(../images/bb-tl.gif) no-repeat top left; } /* green */ div.module_green { background: url(../images/bg-br.gif) no-repeat bottom right #7BA566; color: #FFFFFF; } div.module_green div { background: url(../images/bg-bl.gif) no-repeat bottom left; } div.module_green div div { background: url(../images/bg-tr.gif) no-repeat top right; } div.module_green div div div { padding: 0 15px 10px; background: url(../images/bg-tl.gif) no-repeat top left; } /* black */ div.module_black { background: url(../images/bl-br.gif) no-repeat bottom right #333333; color: #FFFFFF; } div.module_black div { background: url(../images/bl-bl.gif) no-repeat bottom left; } div.module_black div div { background: url(../images/bl-tr.gif) no-repeat top right; } div.module_black div div div { padding: 0 15px 10px; background: url(../images/bl-tl.gif) no-repeat top left; } div.module_blue ul, div.module_blue ol, div.module_red ul, div.module_red ol, div.module_black ul, div.module_black ol, div.module_green ul, div.module_green ol { margin: 0; padding: 0; } div.module_blue li, div.module_red li, div.module_black li, div.module_green li { margin-left: 20px; padding: 0; line-height: 150%; } div.module_blue a, div.module_red a, div.module_black a, div.module_green a { color: #FFFFFF; } div.advs { float: left; width: 100%; clear: both; display: block; } /* LEFT COLUMN + RIGHT COLUMN --------------------------------------------------------- */ #ja-col1 { float: left; width: 24.99%; padding-top: 10px; overflow: hidden; } #ja-col2 { float: right; width: 20%; overflow: hidden; } #ja-col1 table, #ja-col2 table { border-collapse: collapse; border-spacing: 0; } #ja-col1 ul li, #ja-col2 ul li { padding-left: 15px; margin: 0; background: url(../images/bullet.gif) no-repeat 5px 50%; } #ja-col1 ul, #ja-col2 ul { margin: 0; } #ja-col1 ol, #ja-col2 ol { margin-left: 5px; } #ja-col1 .article_separator, #ja-col2 .article_separator { display: none; } /* SPOTLIGHT --------------------------------------------------------- */ /* Spotlight Box Style */ .ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right { float: left; overflow: hidden; } .ja-box-left div.moduletable, .ja-box-full div.moduletable { padding-right: 30px; background: none; } .ja-box-right div.moduletable { padding-left: 30px; background: url(../images/vdot2.gif) repeat-y left; } .ja-box-center div.moduletable { padding: 0 30px; background: url(../images/vdot2.gif) repeat-y left; } #ja-botsl h3 { background: none; } #ja-botslwrap { border-top: 5px solid #CCCCCC; background: #444444; color: #CCCCCC; } #ja-botsl { padding: 15px 0; } #ja-botsl div.moduletable { padding-top: 0; padding-bottom: 0; margin: 0; } #ja-botsl h3 { margin: 0 0 12px; padding: 0; color: #FFFFFF; } #ja-botsl a { color: #CCCCCC; } #ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus { color: #FFFFFF; } #ja-botsl ul, #ja-botsl p, #ja-botsl ol { padding: 0; margin: 0 !important; } #ja-botsl ul li { padding: 0 0 0 15px; margin: 0; background: url(../images/bullet2.gif) no-repeat 3px 8px; } #ja-botsl ol li { margin-left: 25px; padding: 0 !important; } #ja-botsl td { padding: 0; } #ja-botsl .article_separator { display: none; } #ja-botsl table { border-spacing: 0; border-collapse: collapse; } /* FOOTER --------------------------------------------------------- */ #ja-footerwrap { border-top: 5px solid #CCCCCC; padding: 20px 0 30px; clear: both; background: url(../images/grad3.gif) repeat-x bottom #F6F6F6; } #ja-footer { padding: 0; color: #666666; background: url(../images/vdot.gif) repeat-y 22% 0; position: relative; } #ja-footer .copyright { clear: both; display: block; padding-left: 25%; color: #666666; font-style: normal; font-size: 92%; } #ja-footnav { padding-left: 25%; } #ja-footer ul { margin: 0 0 5px; padding: 0; } #ja-footer li { margin: 0; padding: 0; display: inline; background: none; } #ja-footer li a { padding: 0 15px 0 0; display: inline; color: #666666; font-weight: bold; font-size: 92%; line-height: normal; text-decoration: none; text-transform: uppercase; } #ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus { color: #333333; text-decoration: none; } .ja-cert { font-size: 92%; position: absolute; right: 0; top: 18px; } .ja-cert a { margin: 0 0 0 5px; padding: 0; border: none; border: none; text-decoration: none; } .ja-cert a span { display: none; } .ja-cert a img { border: none; } .banneritem { display: block; margin-top: 15px; } /* MISCELLANOUS ----------------------------------------------------------- */ ul.accessibility { position: absolute; top: -100%; } /*usertool*/ ul.ja-usertools-font { font-size: 11px; position: absolute; top: 8px; right: 70px; } ul.ja-usertools-font li { padding: 0; margin: 0; display: inline; background: none; } /*collapsible h3*/ h3.show { background: url(../images/arrow2.png) no-repeat 90% 60%; cursor: pointer; } h3.hide { background: url(../images/arrow3.png) no-repeat 90% 60%; cursor: pointer; } /*others*/ #ja-banner { margin: 15px 0; text-align: center; } div.back_button a, div.back_button a:hover, div.back_button a:active { margin: 10px 0; display: block; background: none!important; text-decoration: none!important; } #form-login p { margin: 0 0 5px; } #form-login ul { margin: 10px 0 0; } #form-login .inputbox { width: 90%; } .clr { clear: both; } .hasTip img { margin: 10px 5px 0 0; border: none; } /* Tooltips */ .tool-tip { float: left; border: 1px solid #D4D5AA; padding: 5px; background: #FFFFCC; max-width: 200px; } .tool-title { padding: 0; margin: 0; margin-top: -15px; padding-top: 15px; padding-bottom: 5px; background: url(../../system/images/selector-arrow.png) no-repeat; font-size: 100%; font-weight: bold; } .tool-text { margin: 0; font-size: 100%; } #system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul { padding: 0; margin: 0; } #system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li { background: none; padding: 5px; margin: 0; color: #FFFFFF; } /* System Standard Messages */ #system-message dd.message ul { background: #006699; border: none; } /* System Error Messages */ #system-message dd.error ul { background: #BF0000; border: none; } /* System Notice Messages */ #system-message dd.notice ul { background: #EE9600; border: none; } /* Clearfix */ .clearfix:after { clear: both; display: block; content: "."; height: 4%; visibility: hidden; } * html > body .clearfix { width: 100%; display: block; } * html .clearfix { height: 1%; } /* Firefox Scrollbar Hack - Do not remove */ html { margin-bottom: 1px; height: 100%!important; height: auto; }
CARNEIRADAS - Antonio e Francisco Carneiro_files/template.css
--------------------------------------------------------- */ html, body, form, fieldset { margin: 0; padding: 0; } body { color: #000000; background: #FFFFFF; font-family: Arial, Helvetica, sans-serif; line-height: 150%; } body#bd { color: #333333; background: #F2F2F2; } body.contentpane { width: auto; /* Printable Page */ margin: 1em 2em; line-height: 1.3em; margin: 0px 0px 0px 0px; font-size: 12px; color: #333; } body.fs1 { font-size: 10px; } body.fs2{ font-size: 11px; } body.fs3{ font-size: 12px; } body.fs4{ font-size: 13px; } body.fs5{ font-size: 14px; } body.fs6{ font-size: 15px; } /* Normal link */ a { color: #006699; text-decoration: underline; } a:hover, a:active, a:focus { color: #333333; text-decoration: underline; } /* Title text */ .contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 { font-family: "Segoe UI", Arial, Helvetica, sans-serif; } /* Small text */ small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption { color: #666666; font-size: 92%; } /* Heading */ h1 { font-size: 180%; } h2 { font-size: 150%; } h3 { font-size: 125%; } h4 { font-size: 100%; text-transform: uppercase; } p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 { margin: 1em 0; padding: 0; } ul { list-style: none; } ul li { padding-left: 30px; background: url(../images/bullet.gif) no-repeat 18px 8px; line-height: 180%; } ol li { margin-left: 35px; line-height: 180%; } th { padding: 5px; font-weight: bold; text-align: left; } fieldset { border: none; padding: 10px 5px; background: url(../images/hdot2.gif) repeat-x top; } fieldset a { font-weight: bold; } hr { border-top: 1px solid #CCCCCC; border-right: 0; border-left: 0; border-bottom: 0; height: 1px; } td, div { font-size: 100%; } img { border: none; } /* FORM --------------------------------------------------------- */ form { margin: 0; padding: 0; } form label { cursor: pointer; } input, select, textarea, .inputbox { padding: 3px 5px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; } .button { padding: 3px 5px; border: 1px solid #333333; background: url(../images/grad1.gif) repeat-x top #333333; color: #CCCCCC; font-size: 85%; text-transform: uppercase; } .button:hover, .button:focus { border: 1px solid #999999; background: #333333; color: #FFFFFF; } * html .button { padding: 2px 0 !important; /*IE 6*/ } *+html .button { padding: 2px 0 !important; /*IE 7*/ } .inputbox { border: 1px solid #CCCCCC; background: #FFFFFF; } .inputbox:hover, .inputbox:focus { background: #FFFFCC; } /* BONUS TYPOGRAPHY STYLES --------------------------------------------------------- */ pre, .code { padding: 10px 15px; margin: 5px 0 15px; border-left: 5px solid #999999; background: #FFFFFF; font: 1em/1.5 "Courier News", monospace; } blockquote { padding: 1em 40px 1em 15px; } blockquote span.open { padding: 0 0 0 20px; background: url(../images/so-q.gif) no-repeat left top; } blockquote span.close { padding: 0 20px 0 0; background: url(../images/sc-q.gif) no-repeat bottom right; } /* Quote hilight */ .quote-hilite { padding: 10px 15px; margin: 0; border: 1px solid #CACACC; background: #FFFFFF; } /* Small quote */ .small-quote { margin: 0; padding: 0; background: none; } .small-quote span.open-quote { margin: 0; padding-left: 20px; background: url(../images/so-q.gif) no-repeat center left; } .small-quote span.close-quote { margin: 0; padding-right: 20px; background: url(../images/sc-q.gif) no-repeat center right; } .small-quote span.author { padding: 2px 5px 2px 20px; border-top: 1px solid #DCDDE0; margin: 0.5em 0 0; display: block; background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE; font-size: 90%; text-transform: uppercase; } /* Rropcap */ .dropcap { float: left; padding: 4px 8px 0 0; display: block; color: #999999; font: 50px/40px Georgia, Times, serif; } /* Tips, Error, Message, Hightlight*/ p.error { padding-left: 25px; color: #BF0000; background: url(../images/icon-error.gif) no-repeat top left; } p.message { padding-left: 25px; color: #006699; background: url(../images/icon-info.gif) no-repeat top left; } p.tips { padding-left: 25px; color: #EE9600; background: url(../images/icon-tips.gif) no-repeat top left; } .highlight { padding: 1px 5px; background: #FFFFCC; font-weight: bold; } /* Note Style */ p.stickynote { padding: 10px 0px 10px 40px; border: 1px solid #CACACC; background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF; } p.download { padding: 10px 0px 10px 40px; border: 1px solid #CACACC; background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF; } .blocknumber { clear: both; padding: 5px 15px 10px; position: relative; } /* Check list */ ul.checklist { list-style: none; } ul.checklist li { margin-left: 15px; padding: 0 0 5px 20px; background: url(../images/checklist-bg.gif) no-repeat 0 3px; } /* Small checklist */ ul.small-checklist { list-style: none; } ul.small-checklist li { margin-left: 15px; padding: 0 0 5px 20px; background: url(../images/icon_list.gif) no-repeat 0 3px; } /* Check list */ ul.stars { list-style: none; } ul.stars li { margin-left: 15px; padding: 0px 0 5px 20px; background: url(../images/star-bg.gif) no-repeat 0 3px; } /* Bignumber */ .bignumber { float: left; margin-right: 8px; padding: 6px 7px; display: block; background: url(../images/ol-bg.gif) no-repeat top left; color: #7BA566; font: bold 20px/normal Arial, sans-serif; } /* Talking box. Thinking box. */ div.bubble1, div.bubble2, div.bubble3, div.bubble4 { margin: 15px 0; } div.bubble1 span.author, div.bubble2 span.author, div.bubble3 span.author, div.bubble4 span.author { padding-left: 15px; margin-left: 15px; background: url(../images/author.gif) no-repeat center left; font-weight: bold; } div.bubble1 div { margin: 0; width: 100%; background: url(../images/bub1-br.gif) no-repeat bottom right; } div.bubble1 div div { background: url(../images/bub1-bl.gif) no-repeat bottom left; } div.bubble1 div div div { background: url(../images/bub1-tr.gif) no-repeat top right; } div.bubble1 div div div div { background: url(../images/bub1-tl.gif) no-repeat top left; } div.bubble1 div div div div div { margin: 0; padding: 15px 15px 30px 15px; width: auto; } div.bubble2 div { margin: 0; width: 100%; background: url(../images/bub2-br.gif) no-repeat bottom right; } div.bubble2 div div { background: url(../images/bub2-bl.gif) no-repeat bottom left; } div.bubble2 div div div { background: url(../images/bub2-tr.gif) no-repeat top right; } div.bubble2 div div div div { background: url(../images/bub2-tl.gif) no-repeat top left; } div.bubble2 div div div div div { margin: 0; padding: 15px 15px 35px 15px; width: auto; } div.bubble3 div { margin: 0; width: 100%; background: url(../images/bub3-br.gif) no-repeat bottom right; } div.bubble3 div div { background: url(../images/bub3-bl.gif) no-repeat bottom left; } div.bubble3 div div div { background: url(../images/bub3-tr.gif) no-repeat top right; } div.bubble3 div div div div { background: url(../images/bub3-tl.gif) no-repeat top left; } div.bubble3 div div div div div { margin: 0; padding: 15px 15px 50px 15px; width: auto; } div.bubble4 div { margin: 0; width: 100%; background: url(../images/bub4-br.gif) no-repeat bottom right; } div.bubble4 div div { background: url(../images/bub4-bl.gif) no-repeat bottom left; } div.bubble4 div div div { background: url(../images/bub4-tr.gif) no-repeat top right; } div.bubble4 div div div div { background: url(../images/bub4-tl.gif) no-repeat top left; } div.bubble4 div div div div div { margin: 0; padding: 15px 15px 55px 15px; width: auto; } /* Legend */ .legend-title { margin: 0; padding: 0 3px; float: left; display: block; background: #F6F6F6; font-weight: bold; position: absolute; top: -10px; left: 7px; } .legend { margin: 20px 0; padding: 0 10px; border: 1px solid #CACACC; background: #FFFFFF; position: relative; } /* JOOMLA STYLE --------------------------------------------------------- */ table.blog { } .article_separator { clear: both; display: block; height: 20px; } .article_column { } .column_separator { padding: 0 25px; } /* content tables */ td.sectiontableheader { padding: 4px; border-right: 1px solid #fff; } tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td { padding: 4px; } td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 { padding: 3px; } table.contentpane { border: none; width: 100%; } table.contentpaneopen { border: none; border-collapse: collapse; border-spacing: 0; } table.contenttoc { margin: 0 0 10px 10px; padding: 0; width: 35%; float: right; } table.contenttoc a { text-decoration: none; } table.contenttoc td { padding: 1px 5px 1px 25px; background: url(../images/bullet-list.gif) no-repeat 5% 50%; } table.contenttoc th { padding: 0 0 3PX; border-bottom: 1px solid #CCCCCC; text-indent: 5px; } table.poll { padding: 0; width: 100%; border-collapse: collapse; } table.pollstableborder { padding: 0; width: 100%; border: none; text-align: left; } table.pollstableborder img { vertical-align: baseline; } table.pollstableborder td { padding: 4px!important; border-collapse: collapse; border-spacing: 0; } table.pollstableborder tr.sectiontableentry1 td { background: #ECECEC; } table.searchintro { padding: 10px 0; width: 100%; } table.searchintro td { padding: 5px!important; } table.adminform { } .adminform .inputbox { } .blog_more { padding: 10px 0; background: url(../images/hdot.gif) repeat-x top; } .blog_more strong { margin: 0 0 5px; display: block; font-size: 125%; } .blog_more ul { margin: 0; padding: 0; } .blog_more ul li { margin: 0; padding: 0 0 0 17px; background: url(../images/bullet.gif) no-repeat 6px 8px; } .category { font-weight: bold; } h1.componentheading, .componentheading { padding: 5px 0 15px; margin: 0 0 10px; background: url(../images/hdot.gif) repeat-x bottom; } .componentheading { font-size: 200%; font-weight: bold; } .contentdescription { padding-bottom: 30px; } h2.contentheading, .contentheading { padding: 5px 0 8px; margin: 0; font-weight: normal; } table.blog .contentheading { font-size: 150%; } .contentheading { font-size: 200%; } a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus { text-decoration: none !important; } a.readon { float: left; margin-top: 10px; padding: 1px 5px 1px 14px; border: 1px solid #F6F6F6; display: block; background: url(../images/arrow.png) no-repeat 5px 48%; color: #006699; font-weight: bold; text-decoration: none; text-transform: uppercase; } a.readon:hover, a.readon:active, a.readon:focus { border: 1px solid #ECECEC; background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF; } table.contentpaneopen td, table.contentpane td { } table.contentpaneopen, table.contentpane, table.blog { width: 100%; } .moduletable { padding: 0; } ul.pagination { margin: 15px auto; padding: 10px 0; background: url(../images/hdot.gif) repeat-x top; } ul.pagination li { margin: 0; padding: 0; display: inline; background: none; } ul.pagination li span{ padding: 2px 5px; } ul.pagination a { padding: 2px 5px; border: 1px solid #F6F6F6; } ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus { border: 1px solid #ECECEC; background: #FFFFFF; } .pagenavbar { padding-left: 14px; } .pagenavcounter { padding: 8px 14px 0 14px; } .sectiontableheader { padding: 8px 5px; background: #444444; color: #FFFFFF; } .sectiontableheader a { color: #FFFFFF; } tr.sectiontableentry1 td { padding: 8px 5px; background: url(../images/hdot2.gif) repeat-x bottom; } tr.sectiontableentry2 td { padding: 8px 5px; background: url(../images/hdot2.gif) repeat-x bottom #ECECEC; } tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td { background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC; } .smalldark { text-align: left; } div.syndicate div { text-align: center; } .pollstableborder tr.sectiontableentry1 td, .pollstableborder tr.sectiontableentry2 td { background: none; } /* META --------------------------------------------------------- */ .article-tools { border-top: 1px solid #DDDDDD; width: 100%; float: left; clear: both; margin-bottom: 15px; display: block; background: #ECECEC; } .article-meta { padding: 5px; width: 80%; float: left; } .createby { padding: 3px 3px 3px 20px; background: url(../images/icon-user.gif) no-repeat 0 2px; } .createdate { padding: 3px 3px 3px 20px; background: url(../images/icon-date.gif) no-repeat 0 2px; } .modifydate { width: 100%; float: left; } div.buttonheading { float: right; width: 15%; } .buttonheading img { margin: 7px 5px 0 0; border: 0; float: right; } /* MAIN LAYOUT DIVS --------------------------------------------------------- */ #ja-wrapper { width: 100%; margin: 0; background: #F2F2F2; } #ja-containerwrap { background: url(../images/cw-bg1.gif) repeat-y 50% 0; } #ja-containerwrap2 { background: url(../images/cw-bg2.gif) no-repeat 50% 0; } #ja-container { background: url(../images/c-bg1.gif) repeat-y 18% 0; } #ja-container2 { padding: 20px 0; background: url(../images/c-bg2.gif) no-repeat 18% 0; } #ja-mainbody-fr #ja-col1 { width: 20%; } #ja-mainbody-fr #ja-contentwrap { width: 80%; } #ja-mainbody, #ja-mainbody-fl { float: left; width: 80%; } #ja-mainbody #ja-contentwrap { float: right; width: 75%; } #ja-mainbody-fl #ja-contentwrap { float: left; width: 100%; } #ja-mainbody-f, #ja-mainbody-fr { float: none; width: 100%; } #ja-mainbody-fr #ja-contentwrap { width: 74.8%; float: right; } #ja-mainbody-fr #ja-col1 { width: 20%; float: left; } #ja-mainbody-fr #ja-contentwrap { width: 80%; } #ja-content { padding: 0 20px 0 40px; } #ja-contentwrap { min-height: 300px; height: auto; } * html #ja-contentwrap { height: 300px; } #ja-mainbody-fl #ja-content { padding-left: 0; } #ja-mainbody-f #ja-content { padding: 0; } /* Full */ #ja-containerwrap-f { background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6; } #ja-containerwrap-f #ja-containerwrap2 { background: none; } #ja-containerwrap-f #ja-container, #ja-containerwrap-f #ja-container2 { background: none; } /* Full left */ #ja-containerwrap-fl { background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6; } #ja-containerwrap-fl #ja-containerwrap2, #ja-containerwrap-fl #ja-container, #ja-containerwrap-fl #ja-container2 { background: none; } /* Full right */ #ja-containerwrap-fr { background: url(../images/cw-bg1.gif) repeat-y 50% 0; } #ja-containerwrap-fr #ja-containerwrap2 { background: url(../images/cw-bg2.gif) no-repeat 50% 0; } /* HEADER --------------------------------------------------------- */ #ja-headerwrap { background: #333333; color: #CCCCCC; line-height: normal; height: 80px; } #ja-header { position: relative; height: 80px; } .ja-headermask { width: 602px; display: block; background: url(../images/header-mask.png) no-repeat top right; height: 80px; position: absolute; top: 0; right: -1px; } #ja-header a { color: #CCCCCC; } h1.logo, h1.logo-text { margin: 0 0 0 5px; padding: 0; font-size: 300%; text-transform: uppercase; } h1.logo a { width: 208px; display: block; background: url(../images/logo.png) no-repeat; height: 80px; position: relative; z-index: 100; } h1.logo a span { position: absolute; top: -1000px; } h1.logo-text a { color: #CCCCCC !important; text-decoration: none; outline: none; position: absolute; bottom: 40px; left: 5px; } p.site-slogan { margin: 0; padding: 0; padding: 2px 5px; color: #FFFFFF; background: #444444; font-size: 92%; position: absolute; bottom: 20px; left: 0; } /* Search */ #ja-search { padding-left: 20px; background: url(../images/icon-search.gif) no-repeat center left; position: absolute; bottom: 15px; right: 0; } #ja-search .inputbox { width: 120px; border: 1px solid #333333; padding: 3px 5px; color: #999999; background: #444444; font-size: 92%; } /* MAIN NAVIGATION --------------------------------------------------------- */ #ja-pathway { font-size: 92%; } #ja-pathway strong { margin-right: 5px; font-weight: normal; } #ja-pathway a { text-decoration: none; } #ja-pathway img { margin: 1px 5px; } /* MODULE --------------------------------------------------------- */ div.moduletable, div.moduletable_menu, div.moduletable_text { padding: 0 0 20px; margin-bottom: 15px; background: url(../images/hdot.gif) repeat-x bottom; } div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3 { padding: 0 0 8px; margin: 0; color: #7BA566; font-size: 125%; font-weight: bold; text-transform: uppercase; } /* Module rounded */ div.module h3 { margin: 0 -15px 10px; padding: 8px 15px 5px; border-bottom: 2px solid #F6F6F6; color: #7BA566; font-size: 125%; font-weight: bold; text-transform: uppercase; } div.module_black, div.module_green, div.module_blue, div.module_red, div.module { margin-bottom: 20px; float: left; clear: both; width: 100%; background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF; } div.module div { background: url(../images/b-bl.gif) no-repeat bottom left; } div.module div div { background: url(../images/b-tr.gif) no-repeat top right; } div.module div div div { padding: 0 15px 10px; background: url(../images/b-tl.gif) no-repeat top left; } div.module_black div div div div, div.module_green div div div div, div.module_blue div div div div, div.module_red div div div div, div.module_text div div div div, div.module div div div div { margin: 0; padding: 0; float: none; width: 99%; background: none; } div.module_text h3 { margin: 0 0 10px; width: 100%; clear: both; display: block; overflow: hidden; } div.module_text span { padding: 0 3px 0 0; float: left; clear: both; display: block; background: #F6F6F6; font-weight: bold; } div.module_text { margin-bottom: 20px; padding: 0; float: left; clear: both; width: 100%; background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6; } div.module_text div { background: url(../images/bt-bl.gif) no-repeat bottom left; } div.module_text div div { background: url(../images/bt-tr.gif) no-repeat top right; } div.module_text div div div { padding: 0 15px 10px; display: block; background: url(../images/bt-tl.gif) no-repeat top left; } div.banneritem_text { padding: 5px 0 !important; } /* red */ div.module_black h3, div.module_green h3, div.module_blue h3, div.module_red h3 { margin: 0 -15px 10px; padding: 8px 15px 5px; border-bottom: 1px solid #F6F6F6; color: #FFFFFF; font-size: 125%; font-weight: bold; text-transform: uppercase; } div.module_red { background: url(../images/br-br.gif) no-repeat bottom right #BF0000; color: #FFFFFF; } div.module_red div { background: url(../images/br-bl.gif) no-repeat bottom left; } div.module_red div div { background: url(../images/br-tr.gif) no-repeat top right; } div.module_red div div div { padding: 0 15px 10px; background: url(../images/br-tl.gif) no-repeat top left; } /* blue */ div.module_blue { background: url(../images/bb-br.gif) no-repeat bottom right #006699; color: #FFFFFF; } div.module_blue div { background: url(../images/bb-bl.gif) no-repeat bottom left; } div.module_blue div div { background: url(../images/bb-tr.gif) no-repeat top right; } div.module_blue div div div { padding: 0 15px 10px; background: url(../images/bb-tl.gif) no-repeat top left; } /* green */ div.module_green { background: url(../images/bg-br.gif) no-repeat bottom right #7BA566; color: #FFFFFF; } div.module_green div { background: url(../images/bg-bl.gif) no-repeat bottom left; } div.module_green div div { background: url(../images/bg-tr.gif) no-repeat top right; } div.module_green div div div { padding: 0 15px 10px; background: url(../images/bg-tl.gif) no-repeat top left; } /* black */ div.module_black { background: url(../images/bl-br.gif) no-repeat bottom right #333333; color: #FFFFFF; } div.module_black div { background: url(../images/bl-bl.gif) no-repeat bottom left; } div.module_black div div { background: url(../images/bl-tr.gif) no-repeat top right; } div.module_black div div div { padding: 0 15px 10px; background: url(../images/bl-tl.gif) no-repeat top left; } div.module_blue ul, div.module_blue ol, div.module_red ul, div.module_red ol, div.module_black ul, div.module_black ol, div.module_green ul, div.module_green ol { margin: 0; padding: 0; } div.module_blue li, div.module_red li, div.module_black li, div.module_green li { margin-left: 20px; padding: 0; line-height: 150%; } div.module_blue a, div.module_red a, div.module_black a, div.module_green a { color: #FFFFFF; } div.advs { float: left; width: 100%; clear: both; display: block; } /* LEFT COLUMN + RIGHT COLUMN --------------------------------------------------------- */ #ja-col1 { float: left; width: 24.99%; padding-top: 10px; overflow: hidden; } #ja-col2 { float: right; width: 20%; overflow: hidden; } #ja-col1 table, #ja-col2 table { border-collapse: collapse; border-spacing: 0; } #ja-col1 ul li, #ja-col2 ul li { padding-left: 15px; margin: 0; background: url(../images/bullet.gif) no-repeat 5px 50%; } #ja-col1 ul, #ja-col2 ul { margin: 0; } #ja-col1 ol, #ja-col2 ol { margin-left: 5px; } #ja-col1 .article_separator, #ja-col2 .article_separator { display: none; } /* SPOTLIGHT --------------------------------------------------------- */ /* Spotlight Box Style */ .ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right { float: left; overflow: hidden; } .ja-box-left div.moduletable, .ja-box-full div.moduletable { padding-right: 30px; background: none; } .ja-box-right div.moduletable { padding-left: 30px; background: url(../images/vdot2.gif) repeat-y left; } .ja-box-center div.moduletable { padding: 0 30px; background: url(../images/vdot2.gif) repeat-y left; } #ja-botsl h3 { background: none; } #ja-botslwrap { border-top: 5px solid #CCCCCC; background: #444444; color: #CCCCCC; } #ja-botsl { padding: 15px 0; } #ja-botsl div.moduletable { padding-top: 0; padding-bottom: 0; margin: 0; } #ja-botsl h3 { margin: 0 0 12px; padding: 0; color: #FFFFFF; } #ja-botsl a { color: #CCCCCC; } #ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus { color: #FFFFFF; } #ja-botsl ul, #ja-botsl p, #ja-botsl ol { padding: 0; margin: 0 !important; } #ja-botsl ul li { padding: 0 0 0 15px; margin: 0; background: url(../images/bullet2.gif) no-repeat 3px 8px; } #ja-botsl ol li { margin-left: 25px; padding: 0 !important; } #ja-botsl td { padding: 0; } #ja-botsl .article_separator { display: none; } #ja-botsl table { border-spacing: 0; border-collapse: collapse; } /* FOOTER --------------------------------------------------------- */ #ja-footerwrap { border-top: 5px solid #CCCCCC; padding: 20px 0 30px; clear: both; background: url(../images/grad3.gif) repeat-x bottom #F6F6F6; } #ja-footer { padding: 0; color: #666666; background: url(../images/vdot.gif) repeat-y 22% 0; position: relative; } #ja-footer .copyright { clear: both; display: block; padding-left: 25%; color: #666666; font-style: normal; font-size: 92%; } #ja-footnav { padding-left: 25%; } #ja-footer ul { margin: 0 0 5px; padding: 0; } #ja-footer li { margin: 0; padding: 0; display: inline; background: none; } #ja-footer li a { padding: 0 15px 0 0; display: inline; color: #666666; font-weight: bold; font-size: 92%; line-height: normal; text-decoration: none; text-transform: uppercase; } #ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus { color: #333333; text-decoration: none; } .ja-cert { font-size: 92%; position: absolute; right: 0; top: 18px; } .ja-cert a { margin: 0 0 0 5px; padding: 0; border: none; border: none; text-decoration: none; } .ja-cert a span { display: none; } .ja-cert a img { border: none; } .banneritem { display: block; margin-top: 15px; } /* MISCELLANOUS ----------------------------------------------------------- */ ul.accessibility { position: absolute; top: -100%; } /*usertool*/ ul.ja-usertools-font { font-size: 11px; position: absolute; top: 8px; right: 70px; } ul.ja-usertools-font li { padding: 0; margin: 0; display: inline; background: none; } /*collapsible h3*/ h3.show { background: url(../images/arrow2.png) no-repeat 90% 60%; cursor: pointer; } h3.hide { background: url(../images/arrow3.png) no-repeat 90% 60%; cursor: pointer; } /*others*/ #ja-banner { margin: 15px 0; text-align: center; } div.back_button a, div.back_button a:hover, div.back_button a:active { margin: 10px 0; display: block; background: none!important; text-decoration: none!important; } #form-login p { margin: 0 0 5px; } #form-login ul { margin: 10px 0 0; } #form-login .inputbox { width: 90%; } .clr { clear: both; } .hasTip img { margin: 10px 5px 0 0; border: none; } /* Tooltips */ .tool-tip { float: left; border: 1px solid #D4D5AA; padding: 5px; background: #FFFFCC; max-width: 200px; } .tool-title { padding: 0; margin: 0; margin-top: -15px; padding-top: 15px; padding-bottom: 5px; background: url(../../system/images/selector-arrow.png) no-repeat; font-size: 100%; font-weight: bold; } .tool-text { margin: 0; font-size: 100%; } #system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul { padding: 0; margin: 0; } #system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li { background: none; padding: 5px; margin: 0; color: #FFFFFF; } /* System Standard Messages */ #system-message dd.message ul { background: #006699; border: none; } /* System Error Messages */ #system-message dd.error ul { background: #BF0000; border: none; } /* System Notice Messages */ #system-message dd.notice ul { background: #EE9600; border: none; } /* Clearfix */ .clearfix:after { clear: both; display: block; content: "."; height: 4%; visibility: hidden; } * html > body .clearfix { width: 100%; display: block; } * html .clearfix { height: 1%; } /* Firefox Scrollbar Hack - Do not remove */ html { margin-bottom: 1px; height: 100%!important; height: auto; }
0.200714
0.050191
* @styles 0-system-toolbar-layout Layout * * * The toolbar is divided into the following groups, which are separated by gray `#BFBFBF` vertical dividers. * * Help (`question-circle` icon) * * Visual presentation features * * Change Theme (`change-theme` icon) * * Zoom Out (`zoom-out` icon) * * Zoom In (`zoom-in` icon) * * Change Language (`lang-esp`/`lang-eng` icon) * * Additional tools * * Read Aloud (`read-aloud` icon) * * Scratchwork (`scratchwork` icon) * * Equation Editor (`equation-editor` icon) * * Calculator (`calculator` icon) * * Timer (`timer` icon) * * Progress bar (only available for linearly navigated blocks [e.g., scenario-based tasks, SQ blocks]) * * Navigation * * Back (`arrow-left` icon) * * Next (“Next” label and `arrow-right` icon) * * The progress bar has an off-white `#FCFCFC` background and a gray `#AAAAAA` border. The progress indicator is green `#0BA951`. * * The item accession number and block title for the content currently on screen are shown in the center of the toolbar, superimposed on the NAEP logo. For scenario-based tasks, the scene ID displays next to the accession number, separated by a hyphen. * * _Demo is shown at 67% actual size. To see a full-size demo, click <a href="demos/system-toolbar/system-toolbar-full.html" target="_blank">here</a>._ * @iframe ux/demos/system-toolbar/system-toolbar.html 47 **/ #student-toolbar { background: #eee; border-bottom: thin solid #bfbfbf; display: flex; font-family: Calibri, sans-serif; font-size: 20px; height: 3em; line-height: normal; position: fixed; transition: background 0.2s, border 0.2s; width: 100%; z-index: 500; } #student-toolbar-spacer { content: ''; flex: 0 0 auto; font-size: 20px; height: 3em; position: relative; width: 100%; z-index: -1; } .btn-group { border-right: 0.05em solid #bfbfbf; display: flex; padding: 0 0.4em 0 0; transition: border 0.2s; } .btn-group:last-child { border-right: none; } .btn-group-flex { flex: 1 1 0px; overflow: hidden; position: relative; } .btn-group-flex::before { content: ''; background: url('logo.png') center/auto 100% no-repeat; bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 0; transition: opacity 0.2s; z-index: -1; } .btn-group-column { align-items: center; flex-direction: column; justify-content: center; } /** @styles 1-system-toolbar-trays Button Trays * The scratchwork tools (Pencil, Highlighter, Eraser, Clear Scratchwork) and the remaining block time are presented in collapsible trays. Test takers may expand or collapse these trays by pressing the associated buttons. * @iframe ux/demos/system-toolbar/scratchwork-tray.html 59 * * @iframe ux/demos/system-toolbar/timer-tray.html 59 **/ .btn-tray { border-radius: 0 0.15em 0.15em 0; border: 0.05em solid #b2b2b2; border-left: none; display: flex; margin: 0.2em 0; transition: width .3s, border-width .3s; } #scratchwork-tray { background: #fff; border-color: #2a8dd4; width: 10.1em; } #timer-tray { overflow: hidden; width: 6.15em; } #scratchwork-tray.hidden, #timer-tray.hidden, .btn-tray.hidden { border-width: 0; margin: 0.2em 0; overflow: hidden; width: 0; } .btn-tray.hidden .tray-btn { opacity: 0; } #student-toolbar p { margin: 0 0 0 0.4em; overflow: hidden; white-space: nowrap; } #student-toolbar .btn-tray p { margin: 0; } .system-btn, .tray-btn { background: none; border: 0.05em solid transparent; border-radius: 0.15em; color: #3f3f3f; cursor: pointer; display: flex; flex: 0 0 auto; margin: 0.2em 0 0.2em 0.4em; font-family: inherit; font-size: inherit; padding: 0.05em; position: relative; text-align: center; text-decoration: none; transition: background .2s, border-color .2s, color .2s, margin .2s, box-shadow .2s; } .tray-btn { border-radius: 0.25em; margin: 0.2em; padding: 0.15em 0.15em 0.15em 0.2em; transition: background .2s, border-color .2s, color .2s, opacity .2s .3s, box-shadow .2s; width: 2.1em; } .system-btn:hover, #timer-btn.active:hover { background: #fff; border-color: #b2b2b2; box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, .15); } html.can-touch .system-btn:hover, html.can-touch #timer-btn.active:hover { background: none; border-color: transparent; box-shadow: none; } .tray-btn:hover { background: #C4E0F8; } html.can-touch .tray-btn:hover { background: none; } #scratchwork-btn.active:hover, .system-btn.active:hover { background: #d6ebff; } .system-btn:active, .tray-btn:active, #timer-btn.active:active, html.can-touch .system-btn:active, html.can-touch .tray-btn:active, html.can-touch #timer-btn.active:active { background-color: #fff; border-color: #b2b2b2; box-shadow: 0 0 0.5em rgba(0, 0, 0, .25) inset; } #scratchwork-btn.active:active, .tray-btn:active, .system-btn.active:active { background-color: #C4E0F8; border-color: #2a8dd4; } .system-btn[disabled], #back-btn[disabled]:before { color: #b3b3b3; pointer-events: none; } .system-btn.active, #scratchwork-btn.active, .tray-btn.active, html.can-touch .system-btn.active, html.can-touch #scratchwork-btn.active, html.can-touch .tray-btn.active { background: #C4E0F8; border-color: #2a8dd4; cursor: pointer; pointer-events: auto; } .tray-btn.active { pointer-events: none; } .btn-tray-master.active, html.can-touch .btn-tray-master.active, html.can-touch #timer-btn.active:hover { background: none; border-color: #b2b2b2; border-radius: 0.15em 0 0 0.15em; transition: background .2s, border-color .2s; } html.can-touch #timer-btn.active:active { background: #fff; } .system-btn[disabled].active { color: #3f3f3f; } .system-icon-accent-color { transition: opacity .2s; } .system-btn[disabled] .system-icon-accent-color { opacity: 0.5; } .system-btn.active .system-icon-accent-color { opacity: 1; } #change-lang-btn-esp-box { animation: slide-right .3s ease forwards; transform: translateX(-1em); } @keyframes slide-right { 0% { transform: translateX(-1em); } 100% { transform: translateX(0); } } #change-lang-btn2-eng-box { animation: slide-left .3s ease; } @keyframes slide-left { 0% { transform: translateX(1em); } 100% { transform: translateX(0); } } .arrow { animation: fade-in .3s ease forwards; opacity: 0; } @keyframes fade-in { 0% { opacity: 0; } 40% { opacity: 0; } 100% { opacity: 1; } } .system-btn:before, .system-btn span:before, #next-btn:before { font-family: 'icons'; font-size: 2.4em; line-height: 1; } .tray-btn:before, .tray-btn span:before { font-family: 'icons'; font-size: 1.6em; line-height: 1; } #help-btn:before { content: '\e92a'; } #theme-btn:before { content: '\e92b'; } #zoom-out-btn:before { content: '\e92c'; } #zoom-in-btn:before { content: '\e92d'; } #student-toolbar .path2, #student-toolbar .path3 { left: 0.05em; } #student-toolbar .tray-btn .path2, #student-toolbar .tray-btn .path3 { left: 0.2em; } #change-lang-btn .path1:before { content: "\e92e"; } #change-lang-btn .path2:before { content: "\e92f"; color: #8B13B2; } #change-lang-btn .path3:before { content: "\e930"; } #change-lang-btn2 .path1:before { content: "\e931"; } #change-lang-btn2 .path2:before { content: "\e932"; color: #8B13B2; } #change-lang-btn2 .path3:before { content: "\e933"; } #read-aloud-btn .path1:before { content: "\e934"; } #read-aloud-btn .path2:before { content: "\e935"; color: #0076D2; } #scratchwork-btn .path1:before { content: "\e936"; color: #900; } #scratchwork-btn .path2:before { content: "\e937"; } #pencil-btn .path1:before { content: "\e91f"; color: #EAD2A7; } #pencil-btn .path2:before { content: "\e920"; } #highlighter-btn .path1:before { content: "\e921"; color: #FFDF5A; } #highlighter-btn .path2:before { content: "\e922"; color: #FFED9F; } #highlighter-btn .path3:before { content: "\e923"; } #eraser-btn .path1:before { content: "\e924"; color: #EAA0B5; } #eraser-btn .path2:before { content: "\e925"; } #clearSW-btn:before { content: "\e926"; } #equation-btn .path1:before { content: "\e938"; } #equation-btn .path2:before { content: "\e939"; color: #008117; } #calc-btn:before { content: "\e93a"; } #timer-btn:before { content: "\e93b"; } .system-btn.hidden { display: none; } /*---------------------------------------------------- NAVIGATION BUTTONS ----------------------------------------------------*/ .btn-nav { align-items: center; border: 0.1em solid transparent; cursor: pointer; display: inline-flex; flex: 0 0 auto; font-family: inherit; font-size: inherit; height: 2.35em; line-height: 1; margin: 0.2em 0; opacity: 1; position: relative; transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, opacity 0.2s; visibility: visible; } .btn-nav:hover { box-shadow: 0 0.07em 0.1em rgba(0, 0, 0, 0.2) } html.can-touch .btn-nav:hover { box-shadow: none; } .btn-nav.hidden { opacity: 0; transition: opacity 0.2s, visibility 0.2s; visibility: hidden; } .btn-nav[disabled] { background: #ddd; border-color: transparent; box-shadow: none; color: #b3b3b3; pointer-events: none; } .btn-nav::after { font-family: 'icons'; font-size: 1.6em; } .btn-nav[disabled]::after { color: #b3b3b3; } .btn-back { background: #f7f7f7; border-color: #949494; border-radius: 50%; color: #0068D1; padding: 0.25em; width: 2.35em; } .btn-back:hover { background: #fff; border-color: #777; } html.can-touch .btn-back:hover { background: #f7f7f7; border-color: #949494; } .btn-back:active, html.can-touch .btn-back:active { background: #fff; border-color: #777; box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25) inset; } .btn-back::after { content: "\e93e"; } .btn-next { background: #0068D1; border-radius: 1.175em; color: #fff; padding: 0.25em 0.25em 0.25em 0.65em; } .btn-next:hover { background: #137fec; } html.can-touch .btn-next:hover { background: #0068D1; } .btn-next:active, html.can-touch .btn-next:active { background: #137fec; box-shadow: none; } .btn-next::after { content: "\e93f"; margin-left: 0.093em; } .btn-next span { font-size: 1.1em; } #back-btn { border-color: #d0d0d0; margin: 0.2em 0 0.2em 0.4em; } #back-btn:hover, #back-btn:active { border-color: #b2b2b2; } html.can-touch #back-btn:hover { border-color: #d0d0d0; } html.can-touch #back-btn:active { border-color: #b2b2b2; } #back-btn[disabled], html.can-touch #back-btn[disabled] { background: #ddd; border-color: transparent; } #back-btn::after { color: #2478cc; } #back-btn[disabled]::after { color: #b3b3b3; } #next-btn { background: #2478cc; margin: 0.2em 0 0.2em 0.5em; padding: 0.25em 0.25em 0.25em 0.6em; } #next-btn:hover, #next-btn:active { background: #2f91f4; } html.can-touch #next-btn:hover { background: #2478cc; } html.can-touch #next-btn:active { background: #2f91f4; } #next-btn[disabled], html.can-touch #next-btn[disabled] { background: #ddd; } #next-btn span { font-size: 1.4em; font-weight: bold; } p.time-left { font-weight: bold; padding: 0 0.75em; } .progress-indicator { background: #fcfcfc; border: 0.1em solid #aaa; border-radius: 0.15em; display: flex; height: 1em; margin: 0.15em 0.55em 0.25em 0.95em; overflow: hidden; transition: background 0.2s, border 0.2s; width: 4em; } .progress-indicator-bar { background: #0ba951; border: 0.1em solid; border-color: #fff; transition: background 0.2s, border 0.2s; width: 40%; }
ux/system-toolbar.css
* @styles 0-system-toolbar-layout Layout * * * The toolbar is divided into the following groups, which are separated by gray `#BFBFBF` vertical dividers. * * Help (`question-circle` icon) * * Visual presentation features * * Change Theme (`change-theme` icon) * * Zoom Out (`zoom-out` icon) * * Zoom In (`zoom-in` icon) * * Change Language (`lang-esp`/`lang-eng` icon) * * Additional tools * * Read Aloud (`read-aloud` icon) * * Scratchwork (`scratchwork` icon) * * Equation Editor (`equation-editor` icon) * * Calculator (`calculator` icon) * * Timer (`timer` icon) * * Progress bar (only available for linearly navigated blocks [e.g., scenario-based tasks, SQ blocks]) * * Navigation * * Back (`arrow-left` icon) * * Next (“Next” label and `arrow-right` icon) * * The progress bar has an off-white `#FCFCFC` background and a gray `#AAAAAA` border. The progress indicator is green `#0BA951`. * * The item accession number and block title for the content currently on screen are shown in the center of the toolbar, superimposed on the NAEP logo. For scenario-based tasks, the scene ID displays next to the accession number, separated by a hyphen. * * _Demo is shown at 67% actual size. To see a full-size demo, click <a href="demos/system-toolbar/system-toolbar-full.html" target="_blank">here</a>._ * @iframe ux/demos/system-toolbar/system-toolbar.html 47 **/ #student-toolbar { background: #eee; border-bottom: thin solid #bfbfbf; display: flex; font-family: Calibri, sans-serif; font-size: 20px; height: 3em; line-height: normal; position: fixed; transition: background 0.2s, border 0.2s; width: 100%; z-index: 500; } #student-toolbar-spacer { content: ''; flex: 0 0 auto; font-size: 20px; height: 3em; position: relative; width: 100%; z-index: -1; } .btn-group { border-right: 0.05em solid #bfbfbf; display: flex; padding: 0 0.4em 0 0; transition: border 0.2s; } .btn-group:last-child { border-right: none; } .btn-group-flex { flex: 1 1 0px; overflow: hidden; position: relative; } .btn-group-flex::before { content: ''; background: url('logo.png') center/auto 100% no-repeat; bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 0; transition: opacity 0.2s; z-index: -1; } .btn-group-column { align-items: center; flex-direction: column; justify-content: center; } /** @styles 1-system-toolbar-trays Button Trays * The scratchwork tools (Pencil, Highlighter, Eraser, Clear Scratchwork) and the remaining block time are presented in collapsible trays. Test takers may expand or collapse these trays by pressing the associated buttons. * @iframe ux/demos/system-toolbar/scratchwork-tray.html 59 * * @iframe ux/demos/system-toolbar/timer-tray.html 59 **/ .btn-tray { border-radius: 0 0.15em 0.15em 0; border: 0.05em solid #b2b2b2; border-left: none; display: flex; margin: 0.2em 0; transition: width .3s, border-width .3s; } #scratchwork-tray { background: #fff; border-color: #2a8dd4; width: 10.1em; } #timer-tray { overflow: hidden; width: 6.15em; } #scratchwork-tray.hidden, #timer-tray.hidden, .btn-tray.hidden { border-width: 0; margin: 0.2em 0; overflow: hidden; width: 0; } .btn-tray.hidden .tray-btn { opacity: 0; } #student-toolbar p { margin: 0 0 0 0.4em; overflow: hidden; white-space: nowrap; } #student-toolbar .btn-tray p { margin: 0; } .system-btn, .tray-btn { background: none; border: 0.05em solid transparent; border-radius: 0.15em; color: #3f3f3f; cursor: pointer; display: flex; flex: 0 0 auto; margin: 0.2em 0 0.2em 0.4em; font-family: inherit; font-size: inherit; padding: 0.05em; position: relative; text-align: center; text-decoration: none; transition: background .2s, border-color .2s, color .2s, margin .2s, box-shadow .2s; } .tray-btn { border-radius: 0.25em; margin: 0.2em; padding: 0.15em 0.15em 0.15em 0.2em; transition: background .2s, border-color .2s, color .2s, opacity .2s .3s, box-shadow .2s; width: 2.1em; } .system-btn:hover, #timer-btn.active:hover { background: #fff; border-color: #b2b2b2; box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, .15); } html.can-touch .system-btn:hover, html.can-touch #timer-btn.active:hover { background: none; border-color: transparent; box-shadow: none; } .tray-btn:hover { background: #C4E0F8; } html.can-touch .tray-btn:hover { background: none; } #scratchwork-btn.active:hover, .system-btn.active:hover { background: #d6ebff; } .system-btn:active, .tray-btn:active, #timer-btn.active:active, html.can-touch .system-btn:active, html.can-touch .tray-btn:active, html.can-touch #timer-btn.active:active { background-color: #fff; border-color: #b2b2b2; box-shadow: 0 0 0.5em rgba(0, 0, 0, .25) inset; } #scratchwork-btn.active:active, .tray-btn:active, .system-btn.active:active { background-color: #C4E0F8; border-color: #2a8dd4; } .system-btn[disabled], #back-btn[disabled]:before { color: #b3b3b3; pointer-events: none; } .system-btn.active, #scratchwork-btn.active, .tray-btn.active, html.can-touch .system-btn.active, html.can-touch #scratchwork-btn.active, html.can-touch .tray-btn.active { background: #C4E0F8; border-color: #2a8dd4; cursor: pointer; pointer-events: auto; } .tray-btn.active { pointer-events: none; } .btn-tray-master.active, html.can-touch .btn-tray-master.active, html.can-touch #timer-btn.active:hover { background: none; border-color: #b2b2b2; border-radius: 0.15em 0 0 0.15em; transition: background .2s, border-color .2s; } html.can-touch #timer-btn.active:active { background: #fff; } .system-btn[disabled].active { color: #3f3f3f; } .system-icon-accent-color { transition: opacity .2s; } .system-btn[disabled] .system-icon-accent-color { opacity: 0.5; } .system-btn.active .system-icon-accent-color { opacity: 1; } #change-lang-btn-esp-box { animation: slide-right .3s ease forwards; transform: translateX(-1em); } @keyframes slide-right { 0% { transform: translateX(-1em); } 100% { transform: translateX(0); } } #change-lang-btn2-eng-box { animation: slide-left .3s ease; } @keyframes slide-left { 0% { transform: translateX(1em); } 100% { transform: translateX(0); } } .arrow { animation: fade-in .3s ease forwards; opacity: 0; } @keyframes fade-in { 0% { opacity: 0; } 40% { opacity: 0; } 100% { opacity: 1; } } .system-btn:before, .system-btn span:before, #next-btn:before { font-family: 'icons'; font-size: 2.4em; line-height: 1; } .tray-btn:before, .tray-btn span:before { font-family: 'icons'; font-size: 1.6em; line-height: 1; } #help-btn:before { content: '\e92a'; } #theme-btn:before { content: '\e92b'; } #zoom-out-btn:before { content: '\e92c'; } #zoom-in-btn:before { content: '\e92d'; } #student-toolbar .path2, #student-toolbar .path3 { left: 0.05em; } #student-toolbar .tray-btn .path2, #student-toolbar .tray-btn .path3 { left: 0.2em; } #change-lang-btn .path1:before { content: "\e92e"; } #change-lang-btn .path2:before { content: "\e92f"; color: #8B13B2; } #change-lang-btn .path3:before { content: "\e930"; } #change-lang-btn2 .path1:before { content: "\e931"; } #change-lang-btn2 .path2:before { content: "\e932"; color: #8B13B2; } #change-lang-btn2 .path3:before { content: "\e933"; } #read-aloud-btn .path1:before { content: "\e934"; } #read-aloud-btn .path2:before { content: "\e935"; color: #0076D2; } #scratchwork-btn .path1:before { content: "\e936"; color: #900; } #scratchwork-btn .path2:before { content: "\e937"; } #pencil-btn .path1:before { content: "\e91f"; color: #EAD2A7; } #pencil-btn .path2:before { content: "\e920"; } #highlighter-btn .path1:before { content: "\e921"; color: #FFDF5A; } #highlighter-btn .path2:before { content: "\e922"; color: #FFED9F; } #highlighter-btn .path3:before { content: "\e923"; } #eraser-btn .path1:before { content: "\e924"; color: #EAA0B5; } #eraser-btn .path2:before { content: "\e925"; } #clearSW-btn:before { content: "\e926"; } #equation-btn .path1:before { content: "\e938"; } #equation-btn .path2:before { content: "\e939"; color: #008117; } #calc-btn:before { content: "\e93a"; } #timer-btn:before { content: "\e93b"; } .system-btn.hidden { display: none; } /*---------------------------------------------------- NAVIGATION BUTTONS ----------------------------------------------------*/ .btn-nav { align-items: center; border: 0.1em solid transparent; cursor: pointer; display: inline-flex; flex: 0 0 auto; font-family: inherit; font-size: inherit; height: 2.35em; line-height: 1; margin: 0.2em 0; opacity: 1; position: relative; transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, opacity 0.2s; visibility: visible; } .btn-nav:hover { box-shadow: 0 0.07em 0.1em rgba(0, 0, 0, 0.2) } html.can-touch .btn-nav:hover { box-shadow: none; } .btn-nav.hidden { opacity: 0; transition: opacity 0.2s, visibility 0.2s; visibility: hidden; } .btn-nav[disabled] { background: #ddd; border-color: transparent; box-shadow: none; color: #b3b3b3; pointer-events: none; } .btn-nav::after { font-family: 'icons'; font-size: 1.6em; } .btn-nav[disabled]::after { color: #b3b3b3; } .btn-back { background: #f7f7f7; border-color: #949494; border-radius: 50%; color: #0068D1; padding: 0.25em; width: 2.35em; } .btn-back:hover { background: #fff; border-color: #777; } html.can-touch .btn-back:hover { background: #f7f7f7; border-color: #949494; } .btn-back:active, html.can-touch .btn-back:active { background: #fff; border-color: #777; box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25) inset; } .btn-back::after { content: "\e93e"; } .btn-next { background: #0068D1; border-radius: 1.175em; color: #fff; padding: 0.25em 0.25em 0.25em 0.65em; } .btn-next:hover { background: #137fec; } html.can-touch .btn-next:hover { background: #0068D1; } .btn-next:active, html.can-touch .btn-next:active { background: #137fec; box-shadow: none; } .btn-next::after { content: "\e93f"; margin-left: 0.093em; } .btn-next span { font-size: 1.1em; } #back-btn { border-color: #d0d0d0; margin: 0.2em 0 0.2em 0.4em; } #back-btn:hover, #back-btn:active { border-color: #b2b2b2; } html.can-touch #back-btn:hover { border-color: #d0d0d0; } html.can-touch #back-btn:active { border-color: #b2b2b2; } #back-btn[disabled], html.can-touch #back-btn[disabled] { background: #ddd; border-color: transparent; } #back-btn::after { color: #2478cc; } #back-btn[disabled]::after { color: #b3b3b3; } #next-btn { background: #2478cc; margin: 0.2em 0 0.2em 0.5em; padding: 0.25em 0.25em 0.25em 0.6em; } #next-btn:hover, #next-btn:active { background: #2f91f4; } html.can-touch #next-btn:hover { background: #2478cc; } html.can-touch #next-btn:active { background: #2f91f4; } #next-btn[disabled], html.can-touch #next-btn[disabled] { background: #ddd; } #next-btn span { font-size: 1.4em; font-weight: bold; } p.time-left { font-weight: bold; padding: 0 0.75em; } .progress-indicator { background: #fcfcfc; border: 0.1em solid #aaa; border-radius: 0.15em; display: flex; height: 1em; margin: 0.15em 0.55em 0.25em 0.95em; overflow: hidden; transition: background 0.2s, border 0.2s; width: 4em; } .progress-indicator-bar { background: #0ba951; border: 0.1em solid; border-color: #fff; transition: background 0.2s, border 0.2s; width: 40%; }
0.79736
0.214599
.dataTable2 th{ /* display: flex; */ white-space: nowrap; } .dataTable2 th span{ padding-right: 20px; } .dataTable3{ max-width: 300px !important; } .td_img{ width: 50px; height: 50px; } @media (min-width: 991px){ .td_img:hover img{ transform: scale(5); position: relative; z-index: 999; } } .td_img img{ width: 50px; height: 50px; object-fit: cover; transition: all 0.3s ease 0s; } .header-title{ text-transform: none; } .item-buttons button{ font-size: 20px; cursor: pointer; background-color: transparent; border: none; outline: none; padding: 0 2px; } .item-buttons{ display: flex; align-items: center; justify-content: center; } .item-buttons button{ margin: 0 5px; } .item-buttons button:hover img{ filter: brightness(90%); } .edit-item{ filter: invert(50%) sepia(93%) saturate(367%) hue-rotate(13deg) brightness(89%) contrast(103%); transition: all 0.3s ease 0s; } .edit-item:hover{ filter: invert(38%) sepia(86%) saturate(407%) hue-rotate(14deg) brightness(94%) contrast(94%); } .delete-item{ width: 40px; height: 40px; padding: 10px; } .delete-item img{ width: 25px; height: 25px; display: flex; justify-content: center; align-items: center; } table{ text-align: center; } td{ vertical-align: middle !important; } textarea{ white-space: pre-wrap; } .maxhdiv{ max-height: 50px !important; overflow-y: scroll; } .maxwdiv{ max-width: 200px !important; overflow-x: scroll; } table a{ color: #bb9c66; } table th{ white-space: nowrap; } table a:hover{ color: #96763e; } .add_admin_table{ background-color: #ffd700;; color: #ffffff; width: 140px; height: 40px; line-height: 37px; display: block; text-align: center; border: 0; cursor: pointer; text-transform: capitalize; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .add_admin_table:hover { background-color: #333333; color: #ffffff !important; } button{ background-color: transparent; border: none; outline:none; } button:focus{ outline:none; } .adm-input_label{ padding: 5px; background-color: #303641; margin: 5px 0 0 0; width: 100%; text-transform: capitalize; color: white; } .wh_col{ color: white; } .jewelry-paginatoin-area { padding-top: 30px; } .jewelry-paginatoin-area .jewelry-pagination-box li { display: inline-block; } .jewelry-paginatoin-area .jewelry-pagination-box li.active > a { background-color: #ffd700;; color: #ffffff !important; } .jewelry-paginatoin-area .jewelry-pagination-box li > a { border: 1px solid #e5e5e5; padding: 9px 15px; display: block; } .jewelry-paginatoin-area .jewelry-pagination-box li:hover > a { background-color: #ffd700;; color: #ffffff !important; } .jewelry-paginatoin-area .product-select-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .jewelry-paginatoin-area .product-select-box .product-short { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .jewelry-paginatoin-area .product-select-box .product-short > p { all: inherit; padding-right: 15px; } .jewelry-paginatoin-area .product-select-box .product-short > span { padding-left: 15px; } .add_admin_table{ margin-top: 20px; } .for_gold{ color: #ffd700; } .admin_btn{ background-color: #4336fb; color: #ffffff; -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0); box-shadow: 0px 8px 15px rgba(0, 0, 0, 0); width: 150px; height: 40px; display: block; text-align: center; margin: 0 auto; text-transform: uppercase; border-radius: 5px; transition: all 0.3s ease 0s; } .admin_btn:hover{ -webkit-box-shadow: 0px 0 15px rgb(0 0 0 / 20%); box-shadow: 0px 0 15px rgb(0 0 0 / 20%); color: #ffffff !important; background-color: #2f25bd; } .live_btn{ margin-bottom: 40px; } .toLive_info{ height: 80px; display: flex; align-items: center; } .lds-roller { display: none; position: relative; width: 80px; height: 80px; } .lds-roller div { animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; transform-origin: 40px 40px; } .lds-roller div:after { content: " "; display: block; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #4336fb; margin: -4px 0 0 -4px; } .lds-roller div:nth-child(1) { animation-delay: -0.036s; } .lds-roller div:nth-child(1):after { top: 63px; left: 63px; } .lds-roller div:nth-child(2) { animation-delay: -0.072s; } .lds-roller div:nth-child(2):after { top: 68px; left: 56px; } .lds-roller div:nth-child(3) { animation-delay: -0.108s; } .lds-roller div:nth-child(3):after { top: 71px; left: 48px; } .lds-roller div:nth-child(4) { animation-delay: -0.144s; } .lds-roller div:nth-child(4):after { top: 72px; left: 40px; } .lds-roller div:nth-child(5) { animation-delay: -0.18s; } .lds-roller div:nth-child(5):after { top: 71px; left: 32px; } .lds-roller div:nth-child(6) { animation-delay: -0.216s; } .lds-roller div:nth-child(6):after { top: 68px; left: 24px; } .lds-roller div:nth-child(7) { animation-delay: -0.252s; } .lds-roller div:nth-child(7):after { top: 63px; left: 17px; } .lds-roller div:nth-child(8) { animation-delay: -0.288s; } .lds-roller div:nth-child(8):after { top: 56px; left: 12px; } @keyframes lds-roller { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .diff_red{ color: red !important; } .diff_green{ color: limegreen !important; } .admin-select{ width: 100%; margin-bottom: -5px; padding: 5px 0; background-color: lightblue; } .pagination__number ul { padding: 0; margin: 0; } .pagination__number ul li { display: inline-block; margin-bottom: 4px; font-weight: 400; } .pagination__number ul li a { color: gray; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 40px; height: 40px; line-height: 0px; border-radius: 50%; border: 2px solid #e6e6e6; } .pagination__number ul li.active a, .pagination__number ul li.active span { background: #FFD20A; color: #fff; border: 1px solid transparent; }
public/assets/css/admin.css
.dataTable2 th{ /* display: flex; */ white-space: nowrap; } .dataTable2 th span{ padding-right: 20px; } .dataTable3{ max-width: 300px !important; } .td_img{ width: 50px; height: 50px; } @media (min-width: 991px){ .td_img:hover img{ transform: scale(5); position: relative; z-index: 999; } } .td_img img{ width: 50px; height: 50px; object-fit: cover; transition: all 0.3s ease 0s; } .header-title{ text-transform: none; } .item-buttons button{ font-size: 20px; cursor: pointer; background-color: transparent; border: none; outline: none; padding: 0 2px; } .item-buttons{ display: flex; align-items: center; justify-content: center; } .item-buttons button{ margin: 0 5px; } .item-buttons button:hover img{ filter: brightness(90%); } .edit-item{ filter: invert(50%) sepia(93%) saturate(367%) hue-rotate(13deg) brightness(89%) contrast(103%); transition: all 0.3s ease 0s; } .edit-item:hover{ filter: invert(38%) sepia(86%) saturate(407%) hue-rotate(14deg) brightness(94%) contrast(94%); } .delete-item{ width: 40px; height: 40px; padding: 10px; } .delete-item img{ width: 25px; height: 25px; display: flex; justify-content: center; align-items: center; } table{ text-align: center; } td{ vertical-align: middle !important; } textarea{ white-space: pre-wrap; } .maxhdiv{ max-height: 50px !important; overflow-y: scroll; } .maxwdiv{ max-width: 200px !important; overflow-x: scroll; } table a{ color: #bb9c66; } table th{ white-space: nowrap; } table a:hover{ color: #96763e; } .add_admin_table{ background-color: #ffd700;; color: #ffffff; width: 140px; height: 40px; line-height: 37px; display: block; text-align: center; border: 0; cursor: pointer; text-transform: capitalize; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .add_admin_table:hover { background-color: #333333; color: #ffffff !important; } button{ background-color: transparent; border: none; outline:none; } button:focus{ outline:none; } .adm-input_label{ padding: 5px; background-color: #303641; margin: 5px 0 0 0; width: 100%; text-transform: capitalize; color: white; } .wh_col{ color: white; } .jewelry-paginatoin-area { padding-top: 30px; } .jewelry-paginatoin-area .jewelry-pagination-box li { display: inline-block; } .jewelry-paginatoin-area .jewelry-pagination-box li.active > a { background-color: #ffd700;; color: #ffffff !important; } .jewelry-paginatoin-area .jewelry-pagination-box li > a { border: 1px solid #e5e5e5; padding: 9px 15px; display: block; } .jewelry-paginatoin-area .jewelry-pagination-box li:hover > a { background-color: #ffd700;; color: #ffffff !important; } .jewelry-paginatoin-area .product-select-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .jewelry-paginatoin-area .product-select-box .product-short { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .jewelry-paginatoin-area .product-select-box .product-short > p { all: inherit; padding-right: 15px; } .jewelry-paginatoin-area .product-select-box .product-short > span { padding-left: 15px; } .add_admin_table{ margin-top: 20px; } .for_gold{ color: #ffd700; } .admin_btn{ background-color: #4336fb; color: #ffffff; -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0); box-shadow: 0px 8px 15px rgba(0, 0, 0, 0); width: 150px; height: 40px; display: block; text-align: center; margin: 0 auto; text-transform: uppercase; border-radius: 5px; transition: all 0.3s ease 0s; } .admin_btn:hover{ -webkit-box-shadow: 0px 0 15px rgb(0 0 0 / 20%); box-shadow: 0px 0 15px rgb(0 0 0 / 20%); color: #ffffff !important; background-color: #2f25bd; } .live_btn{ margin-bottom: 40px; } .toLive_info{ height: 80px; display: flex; align-items: center; } .lds-roller { display: none; position: relative; width: 80px; height: 80px; } .lds-roller div { animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; transform-origin: 40px 40px; } .lds-roller div:after { content: " "; display: block; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #4336fb; margin: -4px 0 0 -4px; } .lds-roller div:nth-child(1) { animation-delay: -0.036s; } .lds-roller div:nth-child(1):after { top: 63px; left: 63px; } .lds-roller div:nth-child(2) { animation-delay: -0.072s; } .lds-roller div:nth-child(2):after { top: 68px; left: 56px; } .lds-roller div:nth-child(3) { animation-delay: -0.108s; } .lds-roller div:nth-child(3):after { top: 71px; left: 48px; } .lds-roller div:nth-child(4) { animation-delay: -0.144s; } .lds-roller div:nth-child(4):after { top: 72px; left: 40px; } .lds-roller div:nth-child(5) { animation-delay: -0.18s; } .lds-roller div:nth-child(5):after { top: 71px; left: 32px; } .lds-roller div:nth-child(6) { animation-delay: -0.216s; } .lds-roller div:nth-child(6):after { top: 68px; left: 24px; } .lds-roller div:nth-child(7) { animation-delay: -0.252s; } .lds-roller div:nth-child(7):after { top: 63px; left: 17px; } .lds-roller div:nth-child(8) { animation-delay: -0.288s; } .lds-roller div:nth-child(8):after { top: 56px; left: 12px; } @keyframes lds-roller { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .diff_red{ color: red !important; } .diff_green{ color: limegreen !important; } .admin-select{ width: 100%; margin-bottom: -5px; padding: 5px 0; background-color: lightblue; } .pagination__number ul { padding: 0; margin: 0; } .pagination__number ul li { display: inline-block; margin-bottom: 4px; font-weight: 400; } .pagination__number ul li a { color: gray; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 40px; height: 40px; line-height: 0px; border-radius: 50%; border: 2px solid #e6e6e6; } .pagination__number ul li.active a, .pagination__number ul li.active span { background: #FFD20A; color: #fff; border: 1px solid transparent; }
0.229018
0.057098
width: 90vw; margin: 0 5vw; height: 45vw; background: url("/img/t-shirt.png"); background-size: contain; background-repeat: no-repeat; background-position: center top; overflow: hidden; } #t-shirt--back{ width: 90vw; margin: 0 5vw; height: 45vw; background: url("/img/t-shirt--back.png"); background-size: contain; background-repeat: no-repeat; background-position: center top; overflow: hidden; } .bmx-gen, .bmx-gen2{ max-width: 80vw; padding: 15vw 20vw; margin-left: 5vw; } @media (min-aspect-ratio: 8/7) { .bmx-gen{ } } #comicWrapper{ } .comic { display:flex; flex-wrap:wrap; padding:1vmin; } .panel { background-color:#fff; border:solid 2px #fff; box-shadow:0 6px 6px -6px #000; display:inline-block; flex:1 1; height:200px; margin:1vmin; overflow:hidden; position:relative; /*border-width: 2px 3px 2px 4px; border-radius:96% 3% 93% 4%/5% 96% 5% 96%; transform: rotate(1deg);*/ } .text { background-color:#fff; color: #000; border:solid 2px #000; margin:0; padding:3px 10px; } .top-left { left:-6px; position:absolute; top:-2px; transform:skew(-15deg); } .bottom-right { bottom:-2px; position:absolute; right:-6px; transform:skew(-15deg); } .speech { background-color:#fff; color: #000; border:solid 2px #000; border-radius:12px; display:inline-block; margin:1em 0 0 6em; padding:.5em 1em; position:relative; } .speech:before { border:solid 12px transparent; border-left:solid 12px #000; border-top:solid 12px #000; bottom:-24px; content:""; height:0; left:12px; position:absolute; transform:skew(-15deg); width:0; } .speech:after { border:solid 10px transparent; border-left:solid 10px #fff; border-top:solid 10px #fff; bottom:-19px; content:""; height:0; left:15px; position:absolute; transform:skew(-15deg); width:0; } .panel:nth-child(1) { flex-basis: 400px; } .panel:nth-child(2) { flex-basis: 200px; } .panel:nth-child(3) { flex-basis: 200px; } /* background colours */ .panel:nth-child(4n+1) { background-image:radial-gradient(circle, yellow, orange); } .panel:nth-child(4n+2) { background-image:radial-gradient(circle, lightblue, deepskyblue); } .panel:nth-child(4n+3) { background-image: url("/img/v4p0r--corner.png"), radial-gradient(circle, palegreen, yellowgreen); background-size: contain, cover; background-repeat: no-repeat, no-repeat; } .panel:nth-child(4n+4) { background-image:radial-gradient(circle, lightcoral, tomato); }
bmx_f7/css/rewards.css
width: 90vw; margin: 0 5vw; height: 45vw; background: url("/img/t-shirt.png"); background-size: contain; background-repeat: no-repeat; background-position: center top; overflow: hidden; } #t-shirt--back{ width: 90vw; margin: 0 5vw; height: 45vw; background: url("/img/t-shirt--back.png"); background-size: contain; background-repeat: no-repeat; background-position: center top; overflow: hidden; } .bmx-gen, .bmx-gen2{ max-width: 80vw; padding: 15vw 20vw; margin-left: 5vw; } @media (min-aspect-ratio: 8/7) { .bmx-gen{ } } #comicWrapper{ } .comic { display:flex; flex-wrap:wrap; padding:1vmin; } .panel { background-color:#fff; border:solid 2px #fff; box-shadow:0 6px 6px -6px #000; display:inline-block; flex:1 1; height:200px; margin:1vmin; overflow:hidden; position:relative; /*border-width: 2px 3px 2px 4px; border-radius:96% 3% 93% 4%/5% 96% 5% 96%; transform: rotate(1deg);*/ } .text { background-color:#fff; color: #000; border:solid 2px #000; margin:0; padding:3px 10px; } .top-left { left:-6px; position:absolute; top:-2px; transform:skew(-15deg); } .bottom-right { bottom:-2px; position:absolute; right:-6px; transform:skew(-15deg); } .speech { background-color:#fff; color: #000; border:solid 2px #000; border-radius:12px; display:inline-block; margin:1em 0 0 6em; padding:.5em 1em; position:relative; } .speech:before { border:solid 12px transparent; border-left:solid 12px #000; border-top:solid 12px #000; bottom:-24px; content:""; height:0; left:12px; position:absolute; transform:skew(-15deg); width:0; } .speech:after { border:solid 10px transparent; border-left:solid 10px #fff; border-top:solid 10px #fff; bottom:-19px; content:""; height:0; left:15px; position:absolute; transform:skew(-15deg); width:0; } .panel:nth-child(1) { flex-basis: 400px; } .panel:nth-child(2) { flex-basis: 200px; } .panel:nth-child(3) { flex-basis: 200px; } /* background colours */ .panel:nth-child(4n+1) { background-image:radial-gradient(circle, yellow, orange); } .panel:nth-child(4n+2) { background-image:radial-gradient(circle, lightblue, deepskyblue); } .panel:nth-child(4n+3) { background-image: url("/img/v4p0r--corner.png"), radial-gradient(circle, palegreen, yellowgreen); background-size: contain, cover; background-repeat: no-repeat, no-repeat; } .panel:nth-child(4n+4) { background-image:radial-gradient(circle, lightcoral, tomato); }
0.564819
0.082771
A:link {color: #0000EF} A:visited {color: #0000EF} A:active {color: #FF0000} BODY { background-color: #E0E0FF; color: black; } body, td, th, h1, h2 {font-family: sans-serif;} H1 { font-family: arial, helvetica, sans-serif; font-size: large; font-weight: bold; text-align: center; } H2 { font-family: arial, helvetica, sans-serif; font-size: medium; font-weight: bold; } P { font-family: arial, helvetica, sans-serif; font-size: 90%; } P.links { border:0; margin:0; text-align: center; } P.v {background-color: #cccccc; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } P.r {background-color: #cc8888; color: black; font-size: 75%; vertical-align: center; padding: none; } LI { font-family: arial, helvetica, sans-serif; font-size: 90%; margin-bottom: 0.5em; } .small { font-size: x-small; } /* navigation tabs */ #tabnav { height: 20px; margin: 0; padding-left: 10px; background: url(/static/tabfoot.gif) repeat-x bottom; } #tabnav li { margin: 0; padding: 0; display: inline; list-style-type: none; } #tabnav a:link, #tabnav a:visited { float: left; background: #f3f3f3; font-size: 11px; line-height: 14px; padding: 2px 10px 2px 10px; margin-right: 4px; border: 1px solid #ccc; text-decoration: none; color: #666; } #tabnav a:link.active, #tabnav a:visited.active { border-bottom: 1px solid #fff; background: #fff; color: #000; } #tabnav a:hover { background: #fff; } /* tables */ table {border-collapse: collapse;} table.if {bord: none: collapse; width: 100%; } .center {text-align: center;} .center table { margin-left: auto; margin-right: auto; text-align: left;} .center th { text-align: center !important; } .small { font-size: x-small; } tr.r:nth-child(even) {background: #cccccc } tr.r:nth-child(odd) {background: #ffffff } th.h {background-color: #9999cc; font-weight: bold; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } td.e {background-color: #ccccff; font-weight: bold; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } td.v {background-color: #cccccc; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } td.r {background-color: #cc8888; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } td.w {background-color: #ffffff; color: black; border: 1px solid black; vertical-align: center; padding: 5px; } td.f { border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } /* grouping table */ td.g { vertical-align: top; } iframe { padding: 0; margin: 0;}
static/eaitest.css
A:link {color: #0000EF} A:visited {color: #0000EF} A:active {color: #FF0000} BODY { background-color: #E0E0FF; color: black; } body, td, th, h1, h2 {font-family: sans-serif;} H1 { font-family: arial, helvetica, sans-serif; font-size: large; font-weight: bold; text-align: center; } H2 { font-family: arial, helvetica, sans-serif; font-size: medium; font-weight: bold; } P { font-family: arial, helvetica, sans-serif; font-size: 90%; } P.links { border:0; margin:0; text-align: center; } P.v {background-color: #cccccc; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } P.r {background-color: #cc8888; color: black; font-size: 75%; vertical-align: center; padding: none; } LI { font-family: arial, helvetica, sans-serif; font-size: 90%; margin-bottom: 0.5em; } .small { font-size: x-small; } /* navigation tabs */ #tabnav { height: 20px; margin: 0; padding-left: 10px; background: url(/static/tabfoot.gif) repeat-x bottom; } #tabnav li { margin: 0; padding: 0; display: inline; list-style-type: none; } #tabnav a:link, #tabnav a:visited { float: left; background: #f3f3f3; font-size: 11px; line-height: 14px; padding: 2px 10px 2px 10px; margin-right: 4px; border: 1px solid #ccc; text-decoration: none; color: #666; } #tabnav a:link.active, #tabnav a:visited.active { border-bottom: 1px solid #fff; background: #fff; color: #000; } #tabnav a:hover { background: #fff; } /* tables */ table {border-collapse: collapse;} table.if {bord: none: collapse; width: 100%; } .center {text-align: center;} .center table { margin-left: auto; margin-right: auto; text-align: left;} .center th { text-align: center !important; } .small { font-size: x-small; } tr.r:nth-child(even) {background: #cccccc } tr.r:nth-child(odd) {background: #ffffff } th.h {background-color: #9999cc; font-weight: bold; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } td.e {background-color: #ccccff; font-weight: bold; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } td.v {background-color: #cccccc; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } td.r {background-color: #cc8888; color: black; border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } td.w {background-color: #ffffff; color: black; border: 1px solid black; vertical-align: center; padding: 5px; } td.f { border: 1px solid black; font-size: 75%; vertical-align: center; padding: 5px; } /* grouping table */ td.g { vertical-align: top; } iframe { padding: 0; margin: 0;}
0.422981
0.34161
html, body{height:100% !important;} html, body>.wrapper{height:100% !important;} .skin-blue .main-header .logo{background-color:#016f65;-webkit-box-shadow: 3px -1px 5px 0px rgba(168,165,168,1); -moz-box-shadow: 3px -1px 5px 0px rgba(168,165,168,1); box-shadow: 3px -1px 5px 0px rgba(168,165,168,1);} .main-header .logo{text-align:left;} .skin-blue .main-header .logo:hover{background-color:#018f83;} .skin-blue .main-header .navbar{background-color:#018f83;} .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{background-color:#016f65; -webkit-box-shadow: 3px -4px 5px 0px rgba(168,165,168,1); -moz-box-shadow: 3px -4px 5px 0px rgba(168,165,168,1); box-shadow: 3px -4px 5px 0px rgba(168,165,168,1);} .navbar-custom-menu>.navbar-nav>li{background-color:#016f65;} .navbar-nav>.user-menu>.dropdown-menu>.user-footer{background-color:#016f65;} .navbar-nav>.user-menu>.dropdown-menu{padding:0px;} .main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active { border-color: rgba(0, 0, 0, 0.1); background: rgba(1, 127, 117, 1);} .skin-blue .sidebar-menu>li.header {color: #fff; background: #018f83;} .user-setting{background: #f9f9f9; border: 1px solid #ddd; padding:5px !important;} .icon-size{font-size:70px; margin:10px 0px;} .btn-logout{background-color: #dd4b39; border-color: #d73925; color:#fff !important;} .btn-logout:hover{background:#af0202 !important; border-color:#af0202;} .navbar-nav>.user-menu>.dropdown-menu{width: 300px;} .skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a{color: #fff; background: #017f75; border-left-color: #017f75;} .skin-blue .sidebar-menu>li>.treeview-menu{background: #017f75;} /*.content-wrapper{min-height:100% !important;}*/ .cust-panel{border-color:#8baba8;} .cust-panel>.panel-heading{background:#bce4e1; border-bottom:1px solid #8baba8;} .panel-heading>.panel-title{ color:#000;} .cust-panel label{display:block;} .content-header{ height:40px;} /*.content-header>h1{display:none;}*/ .create-model{float:right;} .sub-according{margin:2px;} .sub-according>.panel-heading{background: #eeeeee; border-bottom: 1px solid #e0e0e0; font-size:12px;} .sub-according>.panel-group{margin-bottom:0px !important;} .sub-acc-link{font-size:14px !important;} .panel-group{margin-bottom:0px;} .cust-style > thead > tr:first-child{background:#01a293; color:#fff !important;} .cust-style > thead > tr:first-child a{color:#fff !important;} .cust-style>thead>tr>th, .cust-style>thead>tr>td{padding:4px;} .cust-style .filters input{height: 25px; padding:0px 5px; width: 100%; margin: 0px 0px;} /* Table CSS */ .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td { border: 1px solid #dcdede;} .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td{ border-top: 1px solid #dcdede;} .filters input{border:0px; border-bottom:1px solid #ddd;} .cust-style tr:first-child > th{width:20px; } .cust-style tr:first-child > td input{width:20px; } .cust-style>tbody>tr:nth-of-type(odd){background-color: rgba(240, 255, 254, 0.4);} .glyphicon {top: 2px;} .label-view{ padding: 2px 6px; background: #01a293; color: #fff; border-radius: 4px;} .label-execute{padding: 0px 6px; background: #ffb810; color: #000; border: 1px solid #cc9004; border-radius: 4px;} .defined-fields{border: 0px solid #adacac; background: #f9f4f4; padding: 5px;} .action{padding: 2px 6px; background: #01a293; border: 0px; color: #fff; margin-left: 5px !important;} .action-list{min-width: 0px !important;} .action-list > li > a{padding: 3px 8px;} /* template-list */ .template-list{ margin:0px 0 0 0; padding:0px;} .templ-item{display:inline-block; cursor:pointer; padding: 2px 6px; background-color: #d2d1d1; color: #000; border-radius: 2px; margin: 0 5px 5px 0;} .templ-item:hover{background-color: #018f83; color: #fff;} .field-servicetemplate-nip_template label{display:none;} /* template-list */ /* wizard CSS */ .wizard { margin: 20px auto; } .wizard .nav-tabs { position: relative; margin: 40px auto; margin-bottom: 0; border-bottom-color: #bce4e1; } .wizard > div.wizard-inner { position: relative; } .connecting-line { height: 2px; background: #bce4e1; position: absolute; width: 80%; margin: 0 auto; left: 0; right: 0; top: 50%; z-index: 1; } .icon2{width: 25%; margin: 0; left: 10%;} .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus { color: #555555; cursor: default; border: 0; border-bottom-color: transparent; } span.round-tab { width: 70px; height: 70px; line-height: 70px; display: inline-block; border-radius: 100px; background: #fff; border: 2px solid #bce4e1; z-index: 2; position: absolute; left: 0; text-align: center; font-size: 25px; } span.round-tab i{ color:#bce4e1; } .wizard li.active span.round-tab { background: #fff; border: 2px solid #018f83; } .wizard li.active span.round-tab i{ color: #018f83; } span.round-tab:hover { color: #018f83; border: 2px solid #018f83; } a.glyphicon:hover { color: #018f83; } .wizard .nav-tabs > li { width: 25%; } .wizard li:after { content: " "; position: absolute; left: 46%; opacity: 0; margin: 0 auto; bottom: 0px; border: 5px solid transparent; border-bottom-color: #5bc0de; transition: 0.1s ease-in-out; } .wizard li.active:after { content: " "; position: absolute; left: 46%; opacity: 1; margin: 0 auto; bottom: 0px; border: 10px solid transparent; border-bottom-color: #018f83; } .wizard .nav-tabs > li a { width: 70px; height: 70px; margin: 20px auto; border-radius: 100%; padding: 0; } .wizard .nav-tabs > li a:hover { background: transparent; } .wizard .tab-pane { position: relative; padding-top: 20px; padding-left: 70px; padding-right: 70px; } .wizard h3 { margin-top: 0; } @media( max-width : 585px ) { .wizard { width: 90%; height: auto !important; } span.round-tab { font-size: 16px; width: 50px; height: 50px; line-height: 50px; } .wizard .nav-tabs > li a { width: 50px; height: 50px; line-height: 50px; } .wizard li.active:after { content: " "; position: absolute; left: 35%; } } #usertags p { display: inline-block; padding: 2px 6px; background-color: #018f83; color: #fff; border-radius: 2px; margin: 0 5px 5px 0; } #systags p{ display: inline-block; padding: 2px 6px; background-color: #018f83; color: #fff; border-radius: 2px; margin: 0 5px 5px 0; } #relatedtags p{ display: inline-block; padding: 2px 6px; background-color: #018f83; color: #fff; border-radius: 2px; margin: 0 5px 5px 0; } .nip-template-input .cust-panel{border-radius: 0px !important;} .nip-template-input .cust-panel-group .panel + .panel { margin-top: 1px;} .nip-template-input .cust-panel .panel-body{padding:0px;} .nip-template-input .no-label label{display: none !important;} .nip-template-input .cust-panel{padding:0px;} .nip-template-input .cust-p-link{padding:3px; display: inline-block; width: 95%;} .remove-list-i{display: inline-block; margin-top: 0px;} .remove-list-i .glyphicon-remove{ font-size: 9px; display: inline-block; margin-top: 7px;cursor:hand;cursor:pointer;} .glyphicon{font-size: 16px;} .glyphicon-trash{color: #e70606;} /*.btn-success{ background-color: #018f83; border-color: #016f65;}*/ /*.btn-success:hover, .btn-success:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:focus, .btn-success:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success.focus, .btn-success.focus, .open > .dropdown-toggle.btn-success.focus{background-color: #016f65 !important; border-color: #122b40 !important;}*/ /*.btn-primary{ background-color: #018f83; border-color: #016f65;}*/ /*.btn-primary:hover, .btn-primary:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{ color: #fff !important;*/ /*background-color: #016f65 !important; border-color: #122b40 !important;}*/ .alert { padding: 4px 10px;} .div_search {border-color: #8baba8 !important; border-radius: 4px; background-color: #fff; border: 1px solid transparent;padding: 15px; margin-bottom: 20px;} a { color: #016f65; } a:hover { color: #018f83; } .modal-content { border-color: #8baba8 !important; border: 1px solid transparent !important; border-radius: 4px !important; } .modal-header { background: #016f65 !important; color: #fff !important; padding: 8px 14px !important; opacity: 1 !important; } .modal-header .close { margin-top: 0px; font-size: 35px; color: #fff; opacity: 1; } .modal-title { margin: 0; line-height: 1.42857143; } /* Add by PP on 23/11/17 */ .body-wrapper{background-color: #fff; padding: 5px;} .body-wrapper h1{display: none;} @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400'); .dashboard-wrapper{font-family: 'Josefin Sans', sans-serif;} .content-wrapper, .right-side{background-color: #f1f1f1;} .dash-wizard-bg{background: #fff; padding: 15px;} .wizard-title{text-transform: uppercase; font-size: 16px; font-weight: 400; margin: 0px; padding: 0px; color: #22b3a6; margin-bottom: 0px;} .job-count{font-size: 65px; font-weight: 100; text-transform: uppercase; font-family: 'Source Sans Pro',sans-serif; color: #22b3a6;} .job-text{font-size: 15px; width: 86px; display: inline-block; line-height: normal; color: #9a9898; text-align: left;} .table-bordered thead tr{background-color: #1c8b84; color: #fff; line-height: 12px; vertical-align: top;} .table-bordered thead tr a{color: #fff; display: block;} a.asc:after, a.desc:after{float: right;} .table-bordered>thead .filters{background-color: transparent;} .filters td{padding: 4px !important;} .filters input{padding: 5px; margin: 0px; border-bottom: 1px solid #ddd !important; border: 0px; height: 20px;} .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 5px; font-size: 12px;} /*.table td:first-child{width: 25px;}*/ .readonlydiv {width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;border-color: #d2d6de;background-color: #eee;border: 1px solid #d2d6de; margin-bottom: 15px;} .floatingResponse{ position: fixed; top: 5px; left:2%; width: 96%; z-index: 99999; } .alert{ display: none; }
web/themes/product/css/custom-skin.css
html, body{height:100% !important;} html, body>.wrapper{height:100% !important;} .skin-blue .main-header .logo{background-color:#016f65;-webkit-box-shadow: 3px -1px 5px 0px rgba(168,165,168,1); -moz-box-shadow: 3px -1px 5px 0px rgba(168,165,168,1); box-shadow: 3px -1px 5px 0px rgba(168,165,168,1);} .main-header .logo{text-align:left;} .skin-blue .main-header .logo:hover{background-color:#018f83;} .skin-blue .main-header .navbar{background-color:#018f83;} .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{background-color:#016f65; -webkit-box-shadow: 3px -4px 5px 0px rgba(168,165,168,1); -moz-box-shadow: 3px -4px 5px 0px rgba(168,165,168,1); box-shadow: 3px -4px 5px 0px rgba(168,165,168,1);} .navbar-custom-menu>.navbar-nav>li{background-color:#016f65;} .navbar-nav>.user-menu>.dropdown-menu>.user-footer{background-color:#016f65;} .navbar-nav>.user-menu>.dropdown-menu{padding:0px;} .main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active { border-color: rgba(0, 0, 0, 0.1); background: rgba(1, 127, 117, 1);} .skin-blue .sidebar-menu>li.header {color: #fff; background: #018f83;} .user-setting{background: #f9f9f9; border: 1px solid #ddd; padding:5px !important;} .icon-size{font-size:70px; margin:10px 0px;} .btn-logout{background-color: #dd4b39; border-color: #d73925; color:#fff !important;} .btn-logout:hover{background:#af0202 !important; border-color:#af0202;} .navbar-nav>.user-menu>.dropdown-menu{width: 300px;} .skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a{color: #fff; background: #017f75; border-left-color: #017f75;} .skin-blue .sidebar-menu>li>.treeview-menu{background: #017f75;} /*.content-wrapper{min-height:100% !important;}*/ .cust-panel{border-color:#8baba8;} .cust-panel>.panel-heading{background:#bce4e1; border-bottom:1px solid #8baba8;} .panel-heading>.panel-title{ color:#000;} .cust-panel label{display:block;} .content-header{ height:40px;} /*.content-header>h1{display:none;}*/ .create-model{float:right;} .sub-according{margin:2px;} .sub-according>.panel-heading{background: #eeeeee; border-bottom: 1px solid #e0e0e0; font-size:12px;} .sub-according>.panel-group{margin-bottom:0px !important;} .sub-acc-link{font-size:14px !important;} .panel-group{margin-bottom:0px;} .cust-style > thead > tr:first-child{background:#01a293; color:#fff !important;} .cust-style > thead > tr:first-child a{color:#fff !important;} .cust-style>thead>tr>th, .cust-style>thead>tr>td{padding:4px;} .cust-style .filters input{height: 25px; padding:0px 5px; width: 100%; margin: 0px 0px;} /* Table CSS */ .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td { border: 1px solid #dcdede;} .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td{ border-top: 1px solid #dcdede;} .filters input{border:0px; border-bottom:1px solid #ddd;} .cust-style tr:first-child > th{width:20px; } .cust-style tr:first-child > td input{width:20px; } .cust-style>tbody>tr:nth-of-type(odd){background-color: rgba(240, 255, 254, 0.4);} .glyphicon {top: 2px;} .label-view{ padding: 2px 6px; background: #01a293; color: #fff; border-radius: 4px;} .label-execute{padding: 0px 6px; background: #ffb810; color: #000; border: 1px solid #cc9004; border-radius: 4px;} .defined-fields{border: 0px solid #adacac; background: #f9f4f4; padding: 5px;} .action{padding: 2px 6px; background: #01a293; border: 0px; color: #fff; margin-left: 5px !important;} .action-list{min-width: 0px !important;} .action-list > li > a{padding: 3px 8px;} /* template-list */ .template-list{ margin:0px 0 0 0; padding:0px;} .templ-item{display:inline-block; cursor:pointer; padding: 2px 6px; background-color: #d2d1d1; color: #000; border-radius: 2px; margin: 0 5px 5px 0;} .templ-item:hover{background-color: #018f83; color: #fff;} .field-servicetemplate-nip_template label{display:none;} /* template-list */ /* wizard CSS */ .wizard { margin: 20px auto; } .wizard .nav-tabs { position: relative; margin: 40px auto; margin-bottom: 0; border-bottom-color: #bce4e1; } .wizard > div.wizard-inner { position: relative; } .connecting-line { height: 2px; background: #bce4e1; position: absolute; width: 80%; margin: 0 auto; left: 0; right: 0; top: 50%; z-index: 1; } .icon2{width: 25%; margin: 0; left: 10%;} .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus { color: #555555; cursor: default; border: 0; border-bottom-color: transparent; } span.round-tab { width: 70px; height: 70px; line-height: 70px; display: inline-block; border-radius: 100px; background: #fff; border: 2px solid #bce4e1; z-index: 2; position: absolute; left: 0; text-align: center; font-size: 25px; } span.round-tab i{ color:#bce4e1; } .wizard li.active span.round-tab { background: #fff; border: 2px solid #018f83; } .wizard li.active span.round-tab i{ color: #018f83; } span.round-tab:hover { color: #018f83; border: 2px solid #018f83; } a.glyphicon:hover { color: #018f83; } .wizard .nav-tabs > li { width: 25%; } .wizard li:after { content: " "; position: absolute; left: 46%; opacity: 0; margin: 0 auto; bottom: 0px; border: 5px solid transparent; border-bottom-color: #5bc0de; transition: 0.1s ease-in-out; } .wizard li.active:after { content: " "; position: absolute; left: 46%; opacity: 1; margin: 0 auto; bottom: 0px; border: 10px solid transparent; border-bottom-color: #018f83; } .wizard .nav-tabs > li a { width: 70px; height: 70px; margin: 20px auto; border-radius: 100%; padding: 0; } .wizard .nav-tabs > li a:hover { background: transparent; } .wizard .tab-pane { position: relative; padding-top: 20px; padding-left: 70px; padding-right: 70px; } .wizard h3 { margin-top: 0; } @media( max-width : 585px ) { .wizard { width: 90%; height: auto !important; } span.round-tab { font-size: 16px; width: 50px; height: 50px; line-height: 50px; } .wizard .nav-tabs > li a { width: 50px; height: 50px; line-height: 50px; } .wizard li.active:after { content: " "; position: absolute; left: 35%; } } #usertags p { display: inline-block; padding: 2px 6px; background-color: #018f83; color: #fff; border-radius: 2px; margin: 0 5px 5px 0; } #systags p{ display: inline-block; padding: 2px 6px; background-color: #018f83; color: #fff; border-radius: 2px; margin: 0 5px 5px 0; } #relatedtags p{ display: inline-block; padding: 2px 6px; background-color: #018f83; color: #fff; border-radius: 2px; margin: 0 5px 5px 0; } .nip-template-input .cust-panel{border-radius: 0px !important;} .nip-template-input .cust-panel-group .panel + .panel { margin-top: 1px;} .nip-template-input .cust-panel .panel-body{padding:0px;} .nip-template-input .no-label label{display: none !important;} .nip-template-input .cust-panel{padding:0px;} .nip-template-input .cust-p-link{padding:3px; display: inline-block; width: 95%;} .remove-list-i{display: inline-block; margin-top: 0px;} .remove-list-i .glyphicon-remove{ font-size: 9px; display: inline-block; margin-top: 7px;cursor:hand;cursor:pointer;} .glyphicon{font-size: 16px;} .glyphicon-trash{color: #e70606;} /*.btn-success{ background-color: #018f83; border-color: #016f65;}*/ /*.btn-success:hover, .btn-success:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:focus, .btn-success:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success.focus, .btn-success.focus, .open > .dropdown-toggle.btn-success.focus{background-color: #016f65 !important; border-color: #122b40 !important;}*/ /*.btn-primary{ background-color: #018f83; border-color: #016f65;}*/ /*.btn-primary:hover, .btn-primary:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{ color: #fff !important;*/ /*background-color: #016f65 !important; border-color: #122b40 !important;}*/ .alert { padding: 4px 10px;} .div_search {border-color: #8baba8 !important; border-radius: 4px; background-color: #fff; border: 1px solid transparent;padding: 15px; margin-bottom: 20px;} a { color: #016f65; } a:hover { color: #018f83; } .modal-content { border-color: #8baba8 !important; border: 1px solid transparent !important; border-radius: 4px !important; } .modal-header { background: #016f65 !important; color: #fff !important; padding: 8px 14px !important; opacity: 1 !important; } .modal-header .close { margin-top: 0px; font-size: 35px; color: #fff; opacity: 1; } .modal-title { margin: 0; line-height: 1.42857143; } /* Add by PP on 23/11/17 */ .body-wrapper{background-color: #fff; padding: 5px;} .body-wrapper h1{display: none;} @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400'); .dashboard-wrapper{font-family: 'Josefin Sans', sans-serif;} .content-wrapper, .right-side{background-color: #f1f1f1;} .dash-wizard-bg{background: #fff; padding: 15px;} .wizard-title{text-transform: uppercase; font-size: 16px; font-weight: 400; margin: 0px; padding: 0px; color: #22b3a6; margin-bottom: 0px;} .job-count{font-size: 65px; font-weight: 100; text-transform: uppercase; font-family: 'Source Sans Pro',sans-serif; color: #22b3a6;} .job-text{font-size: 15px; width: 86px; display: inline-block; line-height: normal; color: #9a9898; text-align: left;} .table-bordered thead tr{background-color: #1c8b84; color: #fff; line-height: 12px; vertical-align: top;} .table-bordered thead tr a{color: #fff; display: block;} a.asc:after, a.desc:after{float: right;} .table-bordered>thead .filters{background-color: transparent;} .filters td{padding: 4px !important;} .filters input{padding: 5px; margin: 0px; border-bottom: 1px solid #ddd !important; border: 0px; height: 20px;} .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 5px; font-size: 12px;} /*.table td:first-child{width: 25px;}*/ .readonlydiv {width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;border-color: #d2d6de;background-color: #eee;border: 1px solid #d2d6de; margin-bottom: 15px;} .floatingResponse{ position: fixed; top: 5px; left:2%; width: 96%; z-index: 99999; } .alert{ display: none; }
0.296756
0.078289
body { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; background-color: #FFFFFF; background-image: url("../img/background.svg"); background-attachment: fixed; background-size: cover; /* background by SVGBackgrounds.com */ } #logo { height: calc(20px + 0.4vw); } #navbarNav li.nav-item:last-child { padding-right: 0; } #navbarNav a { color: #231f20; text-decoration: none; font-size: 0.95rem; font-size: calc(0.65rem + 0.4vw); letter-spacing: 0.5px; margin: 0; font-weight: 400; padding: 5px; text-transform: uppercase; } #navbarNav a:hover, #navbarNav a.active { color: #3cce90; border-color: #3cce90; } #navbarNav .nav-dashboard { color: #13416e; border: 1px #13416e solid; border-radius: 25px; padding: 5px 20px; font-size: 0.9rem; } @media (min-width: 768px) { #navbarNav .nav-signup{ padding-right: 0 !important; } #navbarNav .nav-signup a{ border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; } #navbarNav .nav-login{ padding-left: 0 !important; } #navbarNav .nav-login a{ border-top-left-radius: 0; border-bottom-left-radius: 0; } } #intro h1 { text-align: center; font-size: 6rem; color: #231f20; letter-spacing: -3px; font-weight: 300; } #intro h1 strong { color: #3cce90; font-weight: 700; } #intro h2 { font-weight: 300; text-align: center; font-size: 1.8rem; color: #888; } #intro #link_wq { color: #000; } #intro #link_wq:hover { color: #3185e0; } #countdown { text-align: center; max-width: 400px; margin: 0 auto; position: relative; animation-delay: 0.5s; } #countdown #join_now { position: absolute; top: 26px; left: -145px; width: 138px; height: 55px; } #countdown span.next { font-weight: 700; color: #2864a7; } #countdown #time { text-transform: uppercase; font-weight: 300; background: #356daa; transition: all 0.5s; background: linear-gradient(to right, #2a63a2, #3288e6); border-radius: 1.7rem; padding: 0.5rem 0; color: #FFF; border: 4px solid #e7e8e7; box-shadow: 0 2px 0 #9a9a9a, inset 0 2px 0 #444, inset 0 -4px 5px rgba(255,255,255,0.3), inset 0 5px 5px rgba(0,0,0,0.4); } #countdown #time:hover { animation: headShake; animation-duration: 1s; cursor: pointer; } #countdown #time span { text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); font-size: 2.8rem; margin-left: 0.8rem; font-weight: 900; } #countdown #time span:first-of-type { margin-left: 0; } #hanging_sign { position: relative; background-size: cover; background-image: url("../img/hanging_sign.svg"); background-position: center top; width: 200px; height: 112px; line-height: 130px; text-align: center; margin: 0 auto; font-size: 2.1rem; font-weight: 900; } #hanging_sign span { color: #4372ae; font-weight: 700; font-size: 1.5rem; vertical-align: top; } #hanging_sign #round_number { position: absolute; left: 0; right: 0; top: 5px; text-align: center; font-size: 0.9rem; color: #0b0a42; height: 20px !important; line-height: 20px; } #note { display: inline-block; background: #efefef; background: linear-gradient(to bottom, #FFF, #EEE); text-align: center; font-size: 1rem; line-height: 1.6rem; border: 3px solid #FFF; border-radius: 8px; box-shadow: 1px 1px 0 #CCC, inset -2px -2px 2px #FFF, inset 2px 2px 1px #999; color: #000; opacity: 0.7; } .heart { color: hotpink; } .cookie-consent { position: fixed; bottom: 8px; right: 20px; width: 260px; color: #fff; line-height: 1.4rem; padding: 10px; font-size: 0.9rem; background: #292929; z-index: 999; border-radius: 3px; } .cookie-consent .consent-button { height: 1.5rem; line-height: 1.5rem; width: 6rem; color: #fff; font-size: 0.7rem; border-radius: 3px; border: none; background-color: green; text-align: center; text-decoration: none; } .cookie-consent .read-more { font-size: 0.7rem; color: #70a2dc; } .form-auth { width: 100%; max-width: 330px; padding: 15px; margin: auto; } .form-auth .checkbox { font-weight: 400; } .form-auth .form-floating:focus-within { z-index: 2; } .form-auth input.straight-top { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .form-auth input.straight-bottom { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-auth input.straight-both { margin-top: 0; margin-bottom: 0; border-radius: 0; } .bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; user-select: none; } #auth_logo { width: 200px; height: 26px; } @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; } } .question { background: #EEE; border-radius: 10px; margin-bottom: 1rem; padding: 0.5rem; border: 2px solid #DDD; } .question strong { display: block; background: rgba(255,255,255,0.4); text-align: center; padding: 0.5rem 0; border: 1px solid #DDD; } .question p { margin-bottom: 0; background: rgba(255,255,255,0.6); padding: 0.5rem 1rem; border: 1px solid #DDD; border-top: 2px solid #FFF; } @media (max-width: 768px) { #intro h1{ font-size: 4.0rem; } #intro h2{ font-size: 1.2rem; } #countdown { max-width: 300px !important; } #countdown #time { font-size: 0.7rem !important; } #countdown #time span { font-size: 1.9rem !important; } #countdown #join_now { display: none; } .navbar-nav .nav-signup{ margin: 0.5rem 0; } .navbar-nav .nav-signup a, .navbar-nav .nav-login a { display: inline-block; margin-bottom: 5px; } }
public/assets/css/pages.css
body { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; background-color: #FFFFFF; background-image: url("../img/background.svg"); background-attachment: fixed; background-size: cover; /* background by SVGBackgrounds.com */ } #logo { height: calc(20px + 0.4vw); } #navbarNav li.nav-item:last-child { padding-right: 0; } #navbarNav a { color: #231f20; text-decoration: none; font-size: 0.95rem; font-size: calc(0.65rem + 0.4vw); letter-spacing: 0.5px; margin: 0; font-weight: 400; padding: 5px; text-transform: uppercase; } #navbarNav a:hover, #navbarNav a.active { color: #3cce90; border-color: #3cce90; } #navbarNav .nav-dashboard { color: #13416e; border: 1px #13416e solid; border-radius: 25px; padding: 5px 20px; font-size: 0.9rem; } @media (min-width: 768px) { #navbarNav .nav-signup{ padding-right: 0 !important; } #navbarNav .nav-signup a{ border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; } #navbarNav .nav-login{ padding-left: 0 !important; } #navbarNav .nav-login a{ border-top-left-radius: 0; border-bottom-left-radius: 0; } } #intro h1 { text-align: center; font-size: 6rem; color: #231f20; letter-spacing: -3px; font-weight: 300; } #intro h1 strong { color: #3cce90; font-weight: 700; } #intro h2 { font-weight: 300; text-align: center; font-size: 1.8rem; color: #888; } #intro #link_wq { color: #000; } #intro #link_wq:hover { color: #3185e0; } #countdown { text-align: center; max-width: 400px; margin: 0 auto; position: relative; animation-delay: 0.5s; } #countdown #join_now { position: absolute; top: 26px; left: -145px; width: 138px; height: 55px; } #countdown span.next { font-weight: 700; color: #2864a7; } #countdown #time { text-transform: uppercase; font-weight: 300; background: #356daa; transition: all 0.5s; background: linear-gradient(to right, #2a63a2, #3288e6); border-radius: 1.7rem; padding: 0.5rem 0; color: #FFF; border: 4px solid #e7e8e7; box-shadow: 0 2px 0 #9a9a9a, inset 0 2px 0 #444, inset 0 -4px 5px rgba(255,255,255,0.3), inset 0 5px 5px rgba(0,0,0,0.4); } #countdown #time:hover { animation: headShake; animation-duration: 1s; cursor: pointer; } #countdown #time span { text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); font-size: 2.8rem; margin-left: 0.8rem; font-weight: 900; } #countdown #time span:first-of-type { margin-left: 0; } #hanging_sign { position: relative; background-size: cover; background-image: url("../img/hanging_sign.svg"); background-position: center top; width: 200px; height: 112px; line-height: 130px; text-align: center; margin: 0 auto; font-size: 2.1rem; font-weight: 900; } #hanging_sign span { color: #4372ae; font-weight: 700; font-size: 1.5rem; vertical-align: top; } #hanging_sign #round_number { position: absolute; left: 0; right: 0; top: 5px; text-align: center; font-size: 0.9rem; color: #0b0a42; height: 20px !important; line-height: 20px; } #note { display: inline-block; background: #efefef; background: linear-gradient(to bottom, #FFF, #EEE); text-align: center; font-size: 1rem; line-height: 1.6rem; border: 3px solid #FFF; border-radius: 8px; box-shadow: 1px 1px 0 #CCC, inset -2px -2px 2px #FFF, inset 2px 2px 1px #999; color: #000; opacity: 0.7; } .heart { color: hotpink; } .cookie-consent { position: fixed; bottom: 8px; right: 20px; width: 260px; color: #fff; line-height: 1.4rem; padding: 10px; font-size: 0.9rem; background: #292929; z-index: 999; border-radius: 3px; } .cookie-consent .consent-button { height: 1.5rem; line-height: 1.5rem; width: 6rem; color: #fff; font-size: 0.7rem; border-radius: 3px; border: none; background-color: green; text-align: center; text-decoration: none; } .cookie-consent .read-more { font-size: 0.7rem; color: #70a2dc; } .form-auth { width: 100%; max-width: 330px; padding: 15px; margin: auto; } .form-auth .checkbox { font-weight: 400; } .form-auth .form-floating:focus-within { z-index: 2; } .form-auth input.straight-top { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .form-auth input.straight-bottom { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-auth input.straight-both { margin-top: 0; margin-bottom: 0; border-radius: 0; } .bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; user-select: none; } #auth_logo { width: 200px; height: 26px; } @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; } } .question { background: #EEE; border-radius: 10px; margin-bottom: 1rem; padding: 0.5rem; border: 2px solid #DDD; } .question strong { display: block; background: rgba(255,255,255,0.4); text-align: center; padding: 0.5rem 0; border: 1px solid #DDD; } .question p { margin-bottom: 0; background: rgba(255,255,255,0.6); padding: 0.5rem 1rem; border: 1px solid #DDD; border-top: 2px solid #FFF; } @media (max-width: 768px) { #intro h1{ font-size: 4.0rem; } #intro h2{ font-size: 1.2rem; } #countdown { max-width: 300px !important; } #countdown #time { font-size: 0.7rem !important; } #countdown #time span { font-size: 1.9rem !important; } #countdown #join_now { display: none; } .navbar-nav .nav-signup{ margin: 0.5rem 0; } .navbar-nav .nav-signup a, .navbar-nav .nav-login a { display: inline-block; margin-bottom: 5px; } }
0.391406
0.093637
@charset "utf-8"; html,body,div,p,table,textarea,form,h1,h2,h3,h4,h5,ul,li,dl,dt,ol,dd,span,img{margin:0;padding:0;color:#505050;list-style:none;} select, input, img{vertical-align:middle;border:none;} body{background:#fff;-webkit-user-select:none;-webkit-text-size-adjust:none; max-width:7.2rem; margin:0 auto;} a{text-decoration:none;color:#e5347c;} .clr{clear:both;} .wrap{margin:0 auto;background:#f4f2f2;overflow:hidden;position:relative;width:100%;max-width:720px;} .nav_logo{color:#999;font-weight:bold;z-index:999;position:relative;background:#fff;line-height:0.26rem;width:100%;margin-bottom:0.01rem;} .wrapper{float:left;width:100%;overflow:hidden;position:relative;} .noScroll{overflow:hidden;height:100%;position:fixed;} /*首页*/ .header{ width:6.4rem; height:0.88rem; background:#6fc750;} .header .logo{ width:1.08rem; height:0.43rem; float:left; margin-left:0.35rem; margin-top:0.2rem;} .header .img01{ width:0.65rem; height:0.32rem; float:right; margin-right:0.35rem; margin-top:0.3rem;} .header p{ font-size:0.28rem; color:#ffffff; float:left; margin-top:0.25rem; margin-left:0.25rem; line-height:0.35rem;} .in_nav{ width:6.4rem; height:6.05rem;} .in_nav .mk01{ width:5.8rem; height:4.4rem; margin-left:0.3rem;} .in_nav .mk01 ul li{ width:2.7rem; height:1.55rem; background:#fff; margin-top:0.4rem; float:left;box-shadow:0 0 0.1rem 0.03rem #ddd; border-radius:0.1rem;} .in_nav .mk01 ul li img{ width:0.7rem; height:0.7rem; display:block; margin:auto; margin-top:0.25rem;} .in_nav .mk01 ul li p{ font-size:0.26rem; color:#3d3a3a; text-align:center; line-height:0.45rem;} .in_nav .mk01 ul li:nth-child(2){ float:right;} .in_nav .mk01 ul li:nth-child(4){ float:right;} .in_nav .mk02{ width:5.8rem; height:1.4rem; background:#fff; border-radius:0.1rem; margin-left:0.3rem;} .in_nav .mk02 .ys{ width:1.15rem; height:1.26rem; float:left; margin-top:0.14rem;} .in_nav .mk02 .m01{ width:2.6rem; height:1rem; float:left; margin-top:0.2rem;} .in_nav .mk02 .m01 p{ font-size:0.2rem; color:#246c0b; line-height:0.2rem; margin-bottom:0.15rem;} .in_nav .mk02 .m02{ width:1.2rem; height:1.2rem; margin-top:0.1rem; float:right;margin-right:0.2rem;} .in_nav .mk02 .m02 img{ width:1.2rem; height:1.2rem; float:left;} .in_zxs{ width:6.4rem; height:2.15rem; background:#fff;} .in_zxs ul{ width:5.8rem; height:2.15rem; margin-left:0.3rem;} .in_zxs ul li{ width:1.25rem; height:auto; margin-right:0.25rem; float:left;} .in_zxs ul li img{ width:1.25rem; height:1.25rem; border-radius:1.25rem; margin-top:0.25rem;} .in_zxs ul li p{ font-size:0.26rem; color:#3d3a3a; line-height:0.45rem; text-align:center;} .in_zxs ul li:nth-child(4){ margin-right:0;} .in_advert{ width:6.4rem; height:1rem;} .in_advert .nr{ width:5.8rem; height:0.5rem; background:#f5ddb8; margin-top:0.25rem; margin-left:0.3rem; border-radius:0.1rem; float:left;} .in_advert .nr .p1{ width:0.85rem; height:0.35rem; margin-top:0.075rem; margin-left:0.13rem; float:left; display:block; background:#ec6941; border-radius:0.1rem; font-size:0.28rem; color:#ffffff; text-align:center; line-height:0.35rem;} .in_advert .nr .p2{ font-size:0.26rem; color:#3d3a3a; float:left; line-height:0.5rem; margin-left:0.3rem;} .in_advert .nr img{ width:0.14rem; height:0.26rem; float:right; margin-right:0.25rem; margin-top:0.15rem;} .in_wzzx{ width:6.4rem; height:9.2rem; background:#fff; padding-top:0.2rem; } .in_wzzx .nav{ width:5.8rem; height: auto; margin-left:0.3rem;position:relative;} .in_wzzx .nav li{ width:1.16rem; height:0.5rem; float:left;} .in_wzzx .nav li .p1{ font-size:0.24rem; color:#3d3a3a; line-height:0.5rem;} .in_wzzx .nav li .chkcs{ color:#57b137;} .in_wzzx .nav li .wzzx{ width:5.8rem; height:6rem; position:absolute; display:none; top:0.5rem; left:0;} .in_wzzx .nav li .wzzx ul li{ width:5.8rem; height:1.2rem; margin-top:0.3rem; } .in_wzzx .nav li .wzzx ul li img{ width:1.2rem; height:1.2rem; float:left;} .in_wzzx .nav li .wzzx ul li .nr{ width:4.4rem; height:1.2rem; float:right;} .in_wzzx .nav li .wzzx ul li .nr .p2{ font-size:0.26rem; color:#3d3a3a;} .in_wzzx .nav li .wzzx ul li .nr .p3{ font-size:0.2rem; color:#3d3a3a; line-height:0.35rem; margin-top:0.1rem;} .footer{ width:6.4rem; height:0.95rem; position:fixed; background:#fff; bottom:0;} .footer ul li{ width:0.8rem; margin:0.15rem 0.35rem 0; float:left;} .footer ul li .tb{ width:0.4rem; height:0.4rem; background:url(../picture/tb12.png); background-size:0.4rem; margin-left:0.2rem;} .footer ul li:nth-child(2) .tb{background:url(../picture/tb13.png);background-size:0.4rem;} .footer ul li:nth-child(3) .tb{background:url(../picture/tb14.png);background-size:0.4rem;} .footer ul li:nth-child(4) .tb{background:url(../picture/tb15.png);background-size:0.4rem;} .footer ul li p{ font-size:0.2rem; color:#3d3a3a; line-height:0.35rem; text-align:center;} .footer ul .chk p{ color:#6fc750;} /*关爱社会悬浮框*/ .gashxf{ width:0.95rem; height:0.97rem; position:fixed; right:0.1rem; bottom:1.5rem;} .gashxf img{ width:0.95rem; height:0.97rem;} /*头部css2*/ .head2{ width:6.4rem; height:0.87rem; background:#6fc750;} .head2 img{ width:0.14rem; height:0.26rem; float:left; margin-top:0.3rem; margin-left:0.3rem;} .head2 p{ font-size:0.28rem; color:#ffffff; text-align:center; line-height:0.9rem; text-indent:-0.4rem;} /*咨询师列表页面*/ .zxs_fd{ width:6.4rem; height:auto; padding-top:0.3rem;padding-bottom:0.3rem; background:#fff; } .zxs_fd .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .zxs_fd .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .zxs_fd .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .zxs_fd ul{ width:5.8rem; margin-left:0.3rem;} .zxs_fd ul li{ width:1.1rem; height:0.4rem; float:left; margin-right:0.4rem;} .zxs_fd ul li:nth-child(4){ margin-right:0;} .zxs_fd ul li:nth-child(5){ margin-top:0.2rem;} .zxs_fd ul li:nth-child(6){margin-top:0.2rem;} .zxs_fd ul li:nth-child(7){margin-top:0.2rem;} .zxs_fd ul li:nth-child(8){ margin-right:0;margin-top:0.2rem;width:1.1rem; height:0.4rem; background:#e5e5e5; font-size:0.22rem; color:#242222; text-align:center; line-height:0.4rem; border-radius:0.1rem; } .zxs_fd ul li a{width:1.1rem; height:0.4rem; display:block; background:#e5e5e5; font-size:0.22rem; color:#242222; text-align:center; line-height:0.4rem; border-radius:0.1rem;} .zxs_fd ul .chk a{ background:#6fc750; color:#fff;} .yyTree{width:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999;zoom:1;opacity:0;transform:translateX(-100%);transition:0.8s;opacity:0;filter:Alpha(opacity=0);display:none;} div.thisyyTree{transform:translateX(0);opacity:1;filter:Alpha(opacity=100);-webkit-animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out; animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out;display:block;overflow:hidden;height:100%;} .yyTree .yyTrft{width:6rem;float:left;background:#fff;position:relative;height:100%;} .yyTree .yyTrRt{width:100%;float:left;height:100%;position:fixed;z-index:-1;} .yyTree .yyTrft .bt{ width:5.8rem; height:0.6rem; margin-top:0.3rem; padding-left:0.2rem;} .yyTree .yyTrft .bt .adr{ width:0.21rem; height:auto; float:left; margin-top:0.17rem;} .yyTree .yyTrft .bt p{ width:1.2rem; float:left; line-height:0.26rem; text-indent:0.05rem; font-size:0.26rem; color:#090305; padding-top:0.2rem;} .yyTree .yyTrft .bt .chk{ width:0.25rem; margin-top:0.25rem;} .yyTree .yyTrft .hx{ width:5.6rem; height:1px; background:#e5e5e5; margin-left:0.2rem; clear:both;} .yyTree .yyTrft .dq{ width:5.6rem; height:auto; margin-left:0.2rem;} .yyTree .yyTrft .p1{ font-size:0.24rem; color:#090305; line-height:0.7rem; mar} .yyTree .yyTrft ul li{ width:1.1rem; height:0.4rem; background:#e5e5e5; border-radius:0.1rem; float:left; margin-left:0.4rem; margin-bottom:0.2rem; font-size:0.22rem; line-height:0.4rem; text-align:center; color:#242222;} .yyTree .yyTrft ul li:nth-child(1){ margin-left:0;} .yyTree .yyTrft ul li:nth-child(5){ margin-left:0;} .yyTree .yyTrft ul li:nth-child(9){ margin-left:0;} .zxs_list{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem; padding-bottom:0.8rem;} .zxs_list .u1{ width:6.4rem; height:auto;} .zxs_list .u1 li{ width:100%; height:1.8rem; border-bottom:1px solid #e5e5e5;} .zxs_list .u1 li img{ width:1.2rem; height:1.2rem; border-radius:1.2rem; float:left; margin-top:0.2rem; margin-left:0.3rem;} .zxs_list .u1 li .rt{ width:4.4rem; height:auto; float:right; margin-right:0.3rem; margin-top:0.2rem;} .zxs_list .u1 li .rt .p1{ font-size:0.26rem; color:#3d3a3a;} .zxs_list .u1 li .rt .p2{ font-size:0.2rem; color:#3d3a3a;} .zxs_list .u1 li .rt .zx{ width:1.1rem; height:0.4rem; display:block; background:#eb6877; float:right; font-size:0.2rem; color:#ffffff; text-align:center; line-height:0.4rem; margin-top:0.1rem;} /*心理咨询师页面*/ .zxs_arc{ width:6.4rem; height:auto; margin-bottom:0.8rem;} .zxs_arc .mk01{ width:6.4rem; height:1.85rem; background:#fff;} .zxs_arc .mk01 img{ width:1.25rem; height:1.25rem; border-radius:1.25rem; float:left; margin-left:0.3rem; margin-top:0.3rem;} .zxs_arc .mk01 .ct{ width:3.2rem; height:1.25rem; float:left; margin-left:0.2rem; margin-top:0.3rem;} .zxs_arc .mk01 .ct .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.45rem;} .zxs_arc .mk01 .ct .p2{ font-size:0.22rem; color:#828282; line-height:0.35rem;} .zxs_arc .mk01 .ct .p3{ font-size:0.22rem; color:#3d3a3a; line-height:0.35rem;} .zxs_arc .mk01 a{ width:1.1rem; height:0.4rem; display:block; background:#eb6877; float:left; margin-top:0.4rem; font-size:0.2rem; color:#ffffff; text-align:center; line-height:0.4rem;} .zxs_arc .mk01 .a2{ margin-top:0.1rem;} .zxs_arc .mk02{ width:6.4rem; height:auto; background:#fff; margin-top:0.2rem; padding-top:0.25rem; padding-bottom:0.3rem;} .zxs_arc .mk02 .p1{width:5.8rem; font-size:0.26rem; color:#3d3a3a; line-height:0.26rem; margin-left:0.3rem;} .zxs_arc .mk02 .hx{ width:5.8rem; height:1px; background:#e5e5e5; margin:0.1rem 0 0.1rem 0.3rem;} .zxs_arc .mk02 .p2{ width:5.8rem;font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem; line-height:0.35rem;} .zxs_arc .mk02 .p3{width:5.8rem;font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem;line-height:0.35rem;} .zxs_arc .mk02 .p4{width:5.8rem;font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem;line-height:0.35rem;} .zxs_arc .mk03{ width:6.4rem; height:auto; background:#fff; margin-top:0.2rem; padding-top:0.25rem; padding-bottom:0.3rem;} .zxs_arc .mk03 .p1{width:5.8rem; font-size:0.26rem; color:#3d3a3a; line-height:0.26rem; margin-left:0.3rem;} .zxs_arc .mk03 .hx{ width:5.8rem; height:1px; background:#e5e5e5; margin:0.1rem 0 0.1rem 0.3rem;} .zxs_arc .mk03 .p2{width:5.8rem; font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem; line-height:0.35rem;} .zxs_arc .mk04{ width:6.4rem; height:auto; background:#fff; margin-top:0.2rem; padding-top:0.25rem; padding-bottom:0.3rem;} .zxs_arc .mk04 .p1{width:5.8rem; font-size:0.26rem; color:#3d3a3a; line-height:0.26rem; margin-left:0.3rem;} .zxs_arc .mk04 .hx{ width:5.8rem; height:1px; background:#e5e5e5; margin:0.1rem 0 0.1rem 0.3rem;} .zxs_arc .mk04 .nr{ width:5.8rem; font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem; line-height:0.35rem;} .zxs_arc .mk04 .nr p{font-size:0.22rem; color:#3d3a3a; margin-bottom:0.2rem;} /*自测中心*/ .zczx_mn{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .zczx_mn ul li{ width:4.5rem; height:1.35rem;margin:0 auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .zczx_mn ul li a{ font-size:0.28rem; color:#3d3a3a; width:4.5rem; height:1.35rem; line-height:1.35rem; text-align:center; display:block;} .zczx_mn ul li:hover{ background:#c3f0b4;} .zczx_mn ul li:hover a{ color:#358817;} .zczx_mn ul li:nth-child(5) a{ line-height:0.45rem; padding-top:0.25rem;} /*商家中心自动判断页面*/ .sjzx_zdtzym{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .sjzx_zdtzym .p1{ font-size:0.28rem; color:#3d3a3a; padding-top:0.5rem; line-height:0.35rem; text-align:center;} .sjzx_zdtzym ul li{ width:4.5rem; height:1.35rem;margin:0 auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .sjzx_zdtzym ul li a{ font-size:0.28rem; color:#3d3a3a; width:4.5rem; height:1.35rem; line-height:1.35rem; text-align:center; display:block;} .sjzx_zdtzym ul li:hover{ background:#c3f0b4;} .sjzx_zdtzym ul li:hover a{ color:#358817;} /*商家中心入驻界面*/ .sjzx_rztj{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .sjzx_rztj .p1{ font-size:0.28rem; color:#3d3a3a; padding-top:0.5rem; line-height:0.35rem; text-align:center;} /*心理测试列表*/ .xlcs_list{ width:6.4rem; height:auto; background:#fff; padding-bottom:1rem;} .xlcs_list .tt{ width:6.4rem; height:0.75rem; border-bottom:1px solid #e5e5e5;} .xlcs_list .tt .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.75rem; float:left; margin-left:0.6rem;} .xlcs_list .tt .p2{ font-size:0.26rem; color:#3d3a3a; line-height:0.75rem; float:right; margin-right:0.6rem;} .xlcs_list .u1 li{ width:6.4rem; height:0.6rem; border-bottom:1px solid #e5e5e5;} .xlcs_list .u1 li .p1{ width:4.2rem; margin-left:0.6rem; float:left; line-height:0.6rem; font-size:0.24rem; color:#3d3a3a;} .xlcs_list .u1 li .nd{ width:1.3rem; height:0.18rem; float:left; margin-top:0.2rem;} .xlcs_list .u1 li .nd ul li{ width:0.18rem; height:0.18rem; float:left; margin-right:0.05rem;} .xlcs_list .u1 li .nd ul li:nth-child(5){ margin-right:0;} .xlcs_list .u1 li .nd ul li img{ width:0.18rem; height:0.18rem; float:left;} /*测试详情页*/ .xlcs_arc{ width:6.4rem; height:auto; background:#fff;} .xlcs_arc .dm01{ width:5.8rem; height:auto; margin-left:0.3rem; padding-bottom:0.3rem;} .xlcs_arc .dm01 .p1{ font-size:0.26rem; color:#3d3a3a; text-align:center; padding:0.25rem 0 0.15rem; line-height:0.26rem;} .xlcs_arc .dm01 .p2{ font-size:0.2rem; color:#3d3a3a; line-height:0.35rem;} .xlcs_arc .dm02{ width:6.4rem; height:auto; background:#fff6e9; padding-bottom:0.3rem;} .xlcs_arc .dm02 .p1{ font-size:0.26rem; color:#eb6877; text-align:center; line-height:0.26rem; padding:0.25rem 0 0.15rem;} .xlcs_arc .dm02 .p2{ width:5.8rem; margin-left:0.3rem; font-size:0.2rem; color:#3d3a3a; line-height:0.35rem;} .xlcs_arc .dm03{ width:6.4rem; height:auto; padding-bottom:0.5rem;} .xlcs_arc .dm03 ul li{ width:3.5rem; height:1.35rem; margin:auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .xlcs_arc .dm03 ul li:hover{ background:#c3f0b4;} .xlcs_arc .dm03 ul li .p1{ font-size:0.28rem; color:#3d3a3a; line-height:0.28rem; text-align:center; padding-top:0.35rem;} .xlcs_arc .dm03 ul li .p2{ font-size:0.2rem; color:#3d3a3a; text-align:center; line-height:0.2rem; padding-top:0.18rem;} .xlcs_arc .dm03 ul li .p2 .sp1{ color:#6fc750;} .xlcs_arc .dm03 ul li .p2 .sp2{ color:#eb6877;} .xlcs_arc .dm03 ul li .p3{ font-size:0.28rem; color:#3d3a3a; line-height:1.35rem; text-align:center;} .xlcs_arc .dm03 ul li:hover .p1{color:#358817;} .xlcs_arc .dm03 ul li:hover .p2{color:#358817;} .xlcs_arc .dm03 ul li:hover .p3{ color:#358817;} .xlcs_sm{ width:6.4rem; height:auto; padding-bottom:1rem; background:#fff; margin-top:0.2rem;} .xlcs_sm p{ width:5.8rem; margin-left:0.3rem; line-height:0.35rem; font-size:0.2rem; color:#3d3a3a; padding-top:0.3rem; padding-bottom:0.3rem;} .tcxxdj{width:100%; height:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999; display:none;} .tcxxdj .fk{ width:5.75rem; height:8.5rem; background:#fff; margin-left:0.3rem; margin-top:1.5rem; border-radius:0.2rem;} .tcxxdj .fk .p1{ font-size:0.22rem; color:#3c3a3a; line-height:0.35rem; padding:0.2rem;} .tcxxdj .fk .p1 span{ color:#6fc750;} .tcxxdj .fk .dm01{ height:0.55rem; width:5.35rem; margin-left:0.2rem; margin-top:0.3rem;} .tcxxdj .fk .dm01 p{ width:0.7rem; height:0.55rem; float:left; font-size:0.22rem; color:#575656; line-height:0.55rem;} .tcxxdj .fk .dm01 input{ width:4.5rem; height:0.5rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .tcxxdj .fk .dm02{ width:5.35rem; height:0.3rem; margin-top:0.3rem; margin-left:0.2rem;} .tcxxdj .fk .dm02 p{ width:0.7rem; height:0.55rem; float:left; font-size:0.22rem; color:#575656; line-height:0.55rem;} .tcxxdj .fk .dm02 label{ font-size:0.22rem; color:#575656;} .tcxxdj .fk .dm03{width:5.35rem; height:0.6rem; margin-top:0.3rem; margin-left:0.2rem;} .tcxxdj .fk .dm03 p{ width:0.7rem; height:0.6rem; float:left; font-size:0.22rem; color:#575656; line-height:0.55rem;} .tcxxdj .fk .dm03 label{ font-size:0.22rem; color:#575656;} .tcxxdj .fk .a1{ width:1.95rem; height:0.7rem; background:#6fc750; text-align:center; line-height:0.7rem; display:block; font-size:0.28rem; color:#ffffff; border-radius:0.1rem; margin-top:0.45rem; margin-left:1.9rem;} .tcxxdj .fk .p2{font-size:0.22rem; color:#575656; padding-top:0.35rem; line-height:0.22rem; text-indent:0.2rem;} /*娱乐测试*/ .ylcs_mn{ width:6.4rem; height:auto;} .ylcs_mn .jd{ width:6.4rem; height:1rem; background:#fff;} .ylcs_mn .jd .jdt{ width:4rem; height:0.15rem; float:left; background:#eeeeee; border-radius:0.1rem; margin-top:0.37rem; margin-left:0.3rem;} .ylcs_mn .jd .jdt .wc{ width:0.4rem; height:0.15rem; background:#feaa32; border-radius:0.1rem; float:left;} .ylcs_mn .jd .jdt img{ width:0.3rem; height:0.3rem; float:left; margin-top:-0.075rem; margin-left:-0.075rem;} .ylcs_mn .jd .p1{ font-size:0.2rem; color:#828282; float:left; margin-top:0.3rem; margin-left:0.05rem;} .ylcs_mn .jd .p2{ font-size:0.2rem; color:#828282; float:right; margin-right:0.3rem; margin-top:0.3rem;} .ylcs_mn .wt{ width:6.4rem; height:auto; background:#fff; margin-top:0.2rem;} .ylcs_mn .wt .p1{ width:5.8rem; font-size:0.26rem; color:#3d3a3a; padding-top:0.2rem; margin-left:0.3rem;} .ylcs_mn .wt ul{ padding-top:0.3rem;} .ylcs_mn .wt ul li{ width:5.78rem; height:0.75rem; background:#eeeeee; margin-left:0.3rem; border-radius:0.5rem; margin-bottom:0.5rem;} .ylcs_mn .wt ul li input{ float:left; margin-top:0.25rem; margin-left:0.3rem;} .ylcs_mn .wt ul li label{ font-size:0.24rem; color:#3d3a3a; line-height:0.75rem; float:left; margin-left:0.35rem;} .ylcs_mn .wt ul li:hover{ background:#c3f0b4;} .ylcs_mn .wt ul .active{ background:#c3f0b4;} .ylcs_mn .wt ul li:hover label{ color:#358817;} .ylcs_mn .xztj{ width:100%; height:0.7rem; padding-top:0.2rem;} .ylcs_mn .xztj p{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; border-radius:0.2rem; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; } .ylcs_mn .xztj .p2{float:left; margin-left:1.1rem;} .ylcs_mn .xztj .p3{float:left; margin-left:0.35rem;} .ylcs_mn .xztj p:hover{ background:#6fc750; color:#fff;} /*娱乐测试完成弹出*/ .yctc{width:100%; height:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999; display:none;} .yctc .fk{ width:5.75rem; height:4.1rem; background:#fff; margin-left:0.3rem; margin-top:3.7rem; border-radius:0.2rem;} .yctc .fk img{1.15rem; height:1.07rem; margin-left:2.3rem;margin-top:0.7rem;} .yctc .fk .p1{ font-size:0.22rem; color:#3d3a3a; text-align:center; line-height:0.7rem;} .yctc .fk .p2{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; border-radius:0.2rem; margin-left:1.9rem; margin-top:0.2rem;} /*专业测试弹出*/ .zctc{width:100%; height:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999; display:none;} .zctc .fk{ width:5.75rem; height:6.85rem; background:#fff; margin-left:0.3rem; margin-top:3rem; border-radius:0.2rem;} .zctc .fk .nr{ width:4.45rem; height:auto; margin-left:0.65rem; padding-top:0.5rem;} .zctc .fk .nr .p1{ font-size:0.24rem; color:#3d3a3a; line-height:0.24rem;} .zctc .fk .nr input{ width:4.4rem; height:0.55rem; border:1px solid #a0a0a0; margin-top:0.15rem; margin-bottom:0.25rem;} .zctc .fk .nr textarea{ width:4.4rem; height:1.95rem;border:1px solid #a0a0a0; margin-top:0.15rem; margin-bottom:0.25rem;} .zctc .fk .p2{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; border-radius:0.2rem; margin-left:0.7rem; float:left;} .zctc .fk .p3{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; border-radius:0.2rem; margin-left:0.35rem; float:left;} /*付费弹出*/ .fftc{width:100%; height:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999; display:none;} .fftc .fk{ width:6.4rem; height:4.1rem; background:#fff;margin-top:3rem; position:fixed;left:0; bottom:0;} .fftc .fk .p1{ font-size:0.28rem; line-height:0.28rem; color:#3d3a3a; margin-top:0.65rem; margin-bottom:0.4rem; margin-left:0.3rem; font-weight:bolder;} .fftc .fk .p1 span{ font-size:0.28rem; color:#e21616; float:right; margin-right:0.3rem;} .fftc .fk .p2{ width:6.4rem; height:0.45rem; background:#f4f4f4; font-size:0.22rem; color:#3d3a3a; line-height:0.45rem; text-indent:0.3rem;} .fftc .fk ul li{ width:6.4rem; height:0.75rem; border-bottom:1px solid #e5e5e5;} .fftc .fk ul li label{ float:left; line-height:0.75rem; text-indent:0.1rem; font-size:0.24rem; color:#3d3a3a;} .fftc .fk ul li label img{ width:0.35rem; float:left; margin-left:0.3rem; margin-top:0.25rem;} .fftc .fk ul li input{ float:right; margin-right:0.3rem; margin-top:0.25rem; width:0.3rem;} .fftc .fk .qr{ width:100%; height:0.8rem; background:#6fc750; display:block; font-size:0.28rem; color:#ffffff; line-height:0.8rem; text-align:center;} /*心理咨询*/ .xlzx_mn{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .xlzx_mn ul li{ width:4.5rem; height:1.35rem;margin:0 auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .xlzx_mn ul li a{ font-size:0.28rem; color:#3d3a3a; width:4.5rem; height:1.35rem; line-height:1.35rem; text-align:center; display:block;} .xlzx_mn ul li:hover{ background:#c3f0b4;} .xlzx_mn ul li:hover a{ color:#358817;} /*心理咨询二级列表*/ .zczx_two{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .zczx_two ul li{ width:4.5rem; height:1.35rem;margin:0 auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .zczx_two ul li a{ font-size:0.28rem; color:#3d3a3a; width:4.5rem; height:1.35rem; line-height:1.35rem; text-align:center; display:block;} .zczx_two ul li:hover{ background:#c3f0b4;} .zczx_two ul li:hover a{ color:#358817;} /*心理咨询兑换*/ .zczx_dh{ width:100%; height:auto;} .zczx_dh ul .lf{ width:100%; height:auto; margin-top:0.65rem; float:left;} .zczx_dh ul .lf .img01{ width:0.85rem; height:0.85rem; margin-left:0.3rem; float:left;} .zczx_dh ul .lf .dhn{ width:3.6rem; height: auto; background:#fff; float:left; margin-left:0.3rem; padding:0.2rem 0; border-radius:0.2rem;} .zczx_dh ul .lf .dhn .img02{ width:0.36rem; height:0.22rem; float:left; margin-left:-0.25rem; margin-top:-0.1rem;} .zczx_dh ul .lf .dhn p{ width:2.8rem; line-height:0.35rem; font-size:0.24rem; color:#3d3a3a; margin-left:0.5rem; } .zczx_dh ul .rt{ width:100%; height:auto; margin-top:0.65rem; float:right;} .zczx_dh ul .rt .img01{ width:0.85rem; height:0.85rem; margin-right:0.3rem; float:right;} .zczx_dh ul .rt .dhn{ width:3.6rem; height: auto; background:#79cf5c; float:right; margin-right:0.3rem; padding:0.2rem 0; border-radius:0.2rem;} .zczx_dh ul .rt .dhn .img02{ width:0.36rem; height:0.22rem; float:right; margin-right:-0.25rem; margin-top:-0.1rem;} .zczx_dh ul .rt .dhn p{ width:2.8rem; line-height:0.35rem; font-size:0.24rem; color:#fff; margin-left:0.5rem; } /*咨询师列表页面*/ .zsxg_fd{ width:6.4rem; height:auto; padding-top:0.3rem; background:#fff; } .zsxg_fd .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .zsxg_fd .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .zsxg_fd .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .zsxg_fd .xz{ width:100%; height:2.55rem; background:#f4f4f4;} .zsxg_fd .xz .bg{ width:5.8rem; height:2.1rem; background:#e5e5e5; margin-top:0.25rem; float:left; margin-left:0.3rem; border-radius:0.2rem;} .zsxg_fd .xz .bg ul{ width:5.8rem; height:2rem; float:left; margin-top:0.1rem; background:#fff; border-radius:0.2rem;} .zsxg_fd .xz .bg ul li{ width:1.65rem; height:0.5rem; float:left; margin-right:0.3rem; margin-top:0.35rem;} .zsxg_fd .xz .bg ul li:nth-child(1){ margin-left:0.15rem;} .zsxg_fd .xz .bg ul li:nth-child(3){ margin-right:0;} .zsxg_fd .xz .bg ul li:nth-child(4){ margin-left:0.15rem;} .zsxg_fd .xz .bg ul li:nth-child(6){ margin-right:0;width:1.65rem; height:0.5rem; border:1px solid #2079c4;font-size:0.22rem; color:#2079c4; text-align:center; line-height:0.5rem; border-radius:0.1rem; } .zsxg_fd .xz .bg ul li a{width:1.65rem; height:0.5rem; display:block; font-size:0.22rem; color:#2079c4; text-align:center; line-height:0.5rem; border-radius:0.1rem; border:1px solid #2079c4;} .zsxg_fd .xz .bg ul .chk a{ background:#d7e9f8; color:#2079c4;} .jbTree{width:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999;zoom:1;opacity:0;transform:translateX(-100%);transition:0.8s;opacity:0;filter:Alpha(opacity=0);display:none;} div.thisyyTree{transform:translateX(0);opacity:1;filter:Alpha(opacity=100);-webkit-animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out; animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out;display:block;overflow:hidden;height:100%;} .jbTree .yyTrft{width:5.7rem;float:left;background:#fff;position:relative;height:100%;} .jbTree .yyTrRt{width:100%;float:left;height:100%;position:fixed;z-index:-1;} .jbTree .yyTrft .tt{ width:5.4rem; height:0.8rem; margin-left:0.3rem; border-bottom:1px solid #e5e5e5;} .jbTree .yyTrft .tt img{ width:0.26rem; height:0.24rem; float:left; margin-top:0.4rem;} .jbTree .yyTrft .tt p{ font-size:0.26rem; color:#090305; line-height:0.26rem; margin-top:0.4rem; float: left; margin-left:0.1rem;} .jbTree .yyTrft .jb{ width:5.4rem; height:auto; margin-left:0.3rem;} .jbTree .yyTrft .jb ul li{ width:1.6rem; height:0.5rem; border:1px solid #2079c4; float:left; margin-top:0.3rem; border-radius:0.1rem; margin-right:0.15rem;} .jbTree .yyTrft .jb ul li a{ width:1.6rem; height:0.5rem; display:block;font-size:0.22rem; color:#2079c4; text-align:center; line-height:0.5rem;} .zsxg_list{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem; padding-bottom:0.8rem;} .zsxg_list .u1{ width:6.4rem; height:auto;} .zsxg_list .u1 li{ width:100%; height:1.8rem;} .zsxg_list .u1 li img{ width:1.2rem; height:1.2rem; float:left; margin-top:0.2rem; margin-left:0.3rem;} .zsxg_list .u1 li .rt{ width:4.4rem; height:auto; float:right; margin-right:0.3rem; margin-top:0.2rem;} .zsxg_list .u1 li .rt .p1{ font-size:0.26rem; color:#3d3a3a;} .zsxg_list .u1 li .rt .p2{ font-size:0.18rem; color:#888888; line-height:0.35rem;} .zsxg_list .u1 li .rt .p3{ font-size:0.2rem; color:#3d3a3a;} .zsxg_fd2{ width:6.4rem; height:auto; padding-top:0.3rem; background:#fff; } .zsxg_fd2 .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .zsxg_fd2 .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .zsxg_fd2 .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .zsxg_fd2 .xz{ width:100%; height:auto; background:#f4f4f4; background:#f5f5f5;} .zsxg_fd2 .xz .bg{ width:100%; height:auto; margin-top:0.15rem; float:left; background:#fff;} .zsxg_fd2 .xz .bg ul{ width:5.8rem; height:auto; float:left;background:#fff; border-radius:0.2rem; margin-left:0.3rem; } .zsxg_fd2 .xz .bg ul li{ width:2.75rem; height:0.7rem; float:left; margin-top:0.35rem;box-shadow:0 0 0.05rem 0.02rem #eee; border-radius:0.2rem;} .zsxg_fd2 .xz .bg ul li a{width:2.75rem; display:block; height:0.7rem; font-size:0.24rem; color:#3d3a3a; line-height:0.7rem; text-indent:0.2rem;} .zsxg_fd2 .xz .bg ul li:nth-child(2){ float:right;} .zsxg_fd2 .xz .bg ul li:nth-child(4){ float:right;} .zsxg_fd2 .xz .bg ul li:nth-child(6){ float:right;} .zsxg_fd2 .xz .bg ul li:nth-child(8){ float:right;} .zsxg_fd2 .xz .bg ul li:nth-child(10){ float:right;} .zsxg_fd2 .xz .bg ul li span{ width:0.03rem; height:0.2rem; display:block; float:left; background:#f86472; margin-left:0.2rem; margin-top:0.25rem;} .zsxg_fd2 .xz .bg ul li img{ width:0.14rem; height:0.26rem; float:right; margin-top:0.25rem; margin-right:0.3rem;} .zsxg_arc{ width:6.4rem; height:auto; padding-bottom:1.2rem;} .zsxg_arc .bann{ width:6.4rem; height:3.1rem; background:#fff;} .zsxg_arc .bann img{ width:5.7rem; height:2.6rem; margin-top:0.25rem; margin-left:0.35rem;} .zsxg_arc .nr{ width:6.4rem; height:auto; margin-top:0.25rem; background:#fff;} .zsxg_arc .nr .tt{ width:5.8rem; height:0.5rem; margin-left:0.3rem; padding-top:0.2rem;} .zsxg_arc .nr .tt ul li{ width:0.5rem; height:0.35rem; margin-right:0.82rem; float:left; font-size:0.24rem; color:#3d3a3a;} .zsxg_arc .nr .tt ul li:hover{ color:#57b137; border-bottom:2px solid #57b137; cursor:pointer;} .zsxg_arc .nr .tt ul li:nth-child(5){ margin-right:0;} .zsxg_arc .nr .gaisu{ width:5.8rem; height:auto; margin-left:0.3rem; clear:both;} .zsxg_arc .nr .gaisu .p1{ width:5.8rem; height:0.65rem; border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5; line-height:0.7rem; text-indent:0.1rem;} .zsxg_arc .nr .gaisu .p1 img{ width:0.24rem; height:0.27rem; float:left; margin-top:0.2rem; } .zsxg_arc .nr .gaisu .p2{ font-size:0.2rem; line-height:0.45rem; padding-top:0.1rem;} /*我只想倾诉*/ .wzxqs_xz{ width:6.4rem; height:0.9rem; background:#fff;padding-top:0.3rem;} .wzxqs_xz .qs_xz{ width:5.8rem; height:0.55rem; margin-left:0.3rem;} .wzxqs_xz .qs_xz select{ width:1.65rem; height:0.55rem; background:#e5e5e5; font-size:0.22rem; color:#232324; border:0;} .wzxqs_xz .qs_xz select option{ font-size:0.22rem; color:#232324;} .wzxqs_list{ width:6.4rem; height:auto; margin-top:0.15rem;padding-bottom:1rem;} .wzxqs_list ul li{ width:5.8rem; height:2rem; background:#fff; margin-left:0.3rem; border-radius:0.2rem; margin-bottom:0.25rem;} .wzxqs_list ul li img{ width:1.54rem; height:1.53rem; float:left; margin-top:0.2rem; margin-left:0.2rem;} .wzxqs_list ul li .rt{ width:3.7rem; float:left; margin-left:0.15rem;} .wzxqs_list ul li .rt .p1{ font-size:0.26rem; color:#3d3a3a; padding-top:0.2rem; line-height:0.26rem;} .wzxqs_list ul li .rt .p1 span{ width:auto; height:0.26rem; background:#bfe3ae; margin-left:0.3rem; padding-left:0.1rem; padding-right:0.1rem; font-size:0.18rem; color:#296713; line-height:0.26rem;} .wzxqs_list ul li .rt .p2{ font-size:0.18rem; color:#3c3a3a; line-height:0.25rem;} .wzxqs_list ul li .rt .p3{ font-size:0.18rem; height:0.18rem; color:#ec6941; padding-top:0.1rem; padding-bottom:0.1rem;} .wzxqs_list ul li .rt .p3 span{ font-size:0.18rem; color:#ec6941; height:0.3rem; padding:0 0.1rem; border:1px solid #ec6941; float:left; margin-right:0.1rem; border-radius:0.1rem;} .wzxqs_list ul li .rt .p4{ font-size:0.18rem; color:#888888; line-height:0.35rem; float:left;} .wzxqs_list ul li .rt .p4 span{ color:#f10707;} /*我只想倾诉文章页*/ .wzxqs_arc{ width:6.4rem; height:auto; } .wzxqs_arc .qsdx{ width:6.4rem; height:2.2rem;background:#fff;} .wzxqs_arc .qsdx img{ width:1.55rem; height:1.55rem; float:left; margin-left:0.5rem; margin-top:0.35rem;} .wzxqs_arc .qsdx .rt{ width:3.8rem; height:1.55rem; float:left; margin-top:0.35rem; float:right; margin-right:0.3rem;} .wzxqs_arc .qsdx .rt .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.26rem;} .wzxqs_arc .qsdx .rt .p1 span{ width:auto; height:0.26rem; background:#bfe3ae; margin-left:0.3rem; padding-left:0.1rem; padding-right:0.1rem; font-size:0.18rem; color:#296713; line-height:0.26rem;} .wzxqs_arc .qsdx .rt .p2{ font-size:0.18rem; color:#3c3a3a; line-height:0.25rem;} .wzxqs_arc .qsdx .rt .p3{ font-size:0.18rem; height:0.18rem; color:#ec6941; padding-top:0.1rem; padding-bottom:0.1rem;} .wzxqs_arc .qsdx .rt .p3 span{ font-size:0.18rem; color:#ec6941; height:0.3rem; padding:0 0.1rem; border:1px solid #ec6941; float:left; margin-right:0.1rem; border-radius:0.1rem;} .wzxqs_arc .qsdx .rt .p4{ font-size:0.18rem; color:#888888; line-height:0.35rem; float:left;} .wzxqs_arc .qsdx .rt .p4 span{ color:#f10707;} .wzxqs_arc .xz{ width:6.4rem; height:2rem; background:#e4f2ff; margin-top:0.2rem;} .wzxqs_arc .xz a{ width:2.65rem; height:1.1rem; background:#fff; display:block; float:left; margin-left:0.35rem; margin-top:0.25rem; border-radius:0.2rem;} .wzxqs_arc .xz a .p1{ font-size:0.28rem; color:#3d3a3a; text-align:center; padding-top:0.4rem; line-height:0.28rem;} .wzxqs_arc .xz a .p2{ font-size:0.22rem; color:#f56565; text-align:center; padding-top:0.2rem; line-height:0.22rem;} .wzxqs_arc .nr{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .wzxqs_arc .nr .p1{ font-size:0.26rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.22rem;} .wzxqs_arc .nr .p1 img{ width:0.22rem; float:left; margin-left:0.3rem; margin-right:0.1rem;} .wzxqs_arc .nr .p2{ width:5.8rem; font-size:0.2rem; color:#737070; padding-top:0.15rem; padding-bottom:0.2rem; margin-left:0.3rem; } .yhpj{ width:6.4rem; height:auto; margin-top:0.15rem; padding-bottom:1.2rem; background:#fff;} .yhpj .tt{ width:5.8rem; height:0.65rem; margin-left:0.3rem; border-bottom:1px solid #e5e5e5;} .yhpj .tt p{ font-size:0.26rem; color:#0972e7; line-height:0.27rem; padding-top:0.25rem;} .yhpj .tt p img{ width:0.27rem; height:0.27rem; margin-left:0.05rem;} .yhpj ul li{ width:5.8rem; height:0.9rem; margin-left:0.3rem;} .yhpj ul li .p1{ font-size:0.2rem; color:#888888; line-height:0.2rem; padding-top:0.2rem;} .yhpj ul li .p1 span{ float:right;} .yhpj ul li .p2{ font-size:0.2rem; color:#3d3a3a; line-height:0.2rem; padding-top:0.2rem;} .yhpj ul li .p2 span{ float:right;} .yhpj ul li .p2 span img{ width:0.18rem; float:left; margin-left:0.1rem;} /*我只想倾诉对象界面*/ .wzxqs_qs{ width:6.4rem; height:auto;} .wzxqs_qs .lc{ width:6.4rem; height:2.2rem; background:#fff;} .wzxqs_qs .lc img{ width:5.76rem; margin-left:0.3rem; float:left; margin-top:0.4rem;} .wzxqs_qs .fwxx{ width:6.4rem; height:3.6rem; margin-top:0.15rem; background:#fff;} .wzxqs_qs .fwxx .tt{ width:5.8rem; height:0.65rem; border-bottom:1px solid #e5e5e5; margin-left:0.3rem;} .wzxqs_qs .fwxx .tt p{ font-size:0.26rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.26rem;} .wzxqs_qs .fwxx .qs_zxs{ width:5.8rem; height:auto; margin-left:0.3rem;} .wzxqs_qs .fwxx .qs_zxs .lt{ width:1.97rem; height:2.6rem; float:left; margin-left:0.4rem; margin-top:0.25rem;} .wzxqs_qs .fwxx .qs_zxs .lt img{ width:1.97rem; height:1.82rem;} .wzxqs_qs .fwxx .qs_zxs .lt .p1{ font-size:0.26rem; color:#3d3a3a; text-align:center;} .wzxqs_qs .fwxx .qs_zxs .lt .p2{ font-size:0.2rem; color:#737070; text-align:center;} .wzxqs_qs .fwxx .qs_zxs .rt{ width:2.35rem; height:auto; float:left; margin-left:0.65rem; margin-top:0.25rem;} .wzxqs_qs .fwxx .qs_zxs .rt ul li{ width:2.35rem; height:0.68rem; border:1px solid #bfbfbf; border-radius:0.1rem; margin-bottom:0.2rem; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.68rem;} .wzxqs_qs .fwxx .qs_zxs .rt ul li:hover{ background:#ef8d6f; color:#fff; border:0;} .wzxqs_qs .qsfx{ width:6.4rem; height:auto; margin-top:0.15rem; background:#fff; padding-bottom:1rem;} .wzxqs_qs .qsfx .tt{ width:5.8rem; height:0.75rem; margin-left:0.3rem;} .wzxqs_qs .qsfx .tt p{ font-size:0.26rem; color:#3d3a3a; line-height:0.26rem; padding-top:0.25rem;} .wzxqs_qs .qsfx ul{ width:5.8rem; margin-left:0.3rem;} .wzxqs_qs .qsfx ul li{ width:1.1rem; height:0.4rem; background:#e5e5e5; float:left; margin-right:0.4rem; margin-bottom:0.2rem; border-radius:0.1rem;} .wzxqs_qs .qsfx ul li:nth-child(4){ margin-right:0;} .wzxqs_qs .qsfx ul li:nth-child(8){ margin-right:0;} .wzxqs_qs .qsfx ul li p{ font-size:0.22rem; color:#242222; line-height:0.4rem; text-align:center;} .wzxqs_qs .qsfx ul .chk{ background:#6fc750;} .wzxqs_qs .qsfx ul .chk p{ color:#fff;} .wzxqs_qs .qsfx .xz{ width:100%; height:0.85rem;} .wzxqs_qs .qsfx .p1{ font-size:0.24rem; color:#1b1919;float:right; margin-right:0.3rem; margin-top:0.2rem; padding-bottom:0.5rem;} .wzxqs_qs .qsfx .p1 span{ color:#e21616;} .wzxqs_qs .qsfx .p2{ font-size:0.24rem; color:#3d3a3a; width:1.3rem; margin-left:0.3rem; float:left; line-height:0.55rem;} .wzxqs_qs .qsfx input{ width:4.4rem; height:0.55rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .wzxqs_qs .qsfx .hx{ width:6.4rem; height:1px; background:#dcdcdc;} .wzxqs_qs .qsfx .tj{ width:6.4rem; height:1.65rem;} .wzxqs_qs .qsfx .tj .p4{ font-size:0.22rem; color:#3d3a3a; padding-top:0.3rem; text-indent:0.3rem; line-height:0.22rem;} .wzxqs_qs .qsfx .tj .p4 span{ color:#f62222;} .wzxqs_qs .qsfx .tj .p5{ font-size:0.18rem; color:#1b1919;padding-top:0.2rem; text-indent:0.3rem; line-height:0.18rem;} .wzxqs_qs .qsfx .tj .p5 span{ color:#f62222;} .wzxqs_qs .qsfx .tj .p6{ width:1.7rem; height:0.6rem; background:#6fc750; border-radius:0.2rem; line-height:0.6rem; float:right; margin-right:0.3rem; font-size:0.26rem; color:#fff; text-align:center;} /*关爱社会*/ .gash_bann{ width:6.4rem; height:3rem; background:#d2d2d2;} .gash_nav{ width:6.4rem; height:1.7rem; background:#fff; margin-top:0.15rem;} .gash_nav ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_nav ul li{ width:1.1rem; height:auto; float:left; margin-right:0.46rem;} .gash_nav ul li:nth-child(4){ margin-right:0;} .gash_nav ul li img{ width:0.7rem; height:0.7rem; margin:0 auto; display:block; padding-top:0.3rem;} .gash_nav ul li p{ text-align:center; font-size:0.26rem; color:#3d3a3a; line-height:0.55rem;} .gash_gymj{ width:6.4rem; height:3rem; background:#fff; margin-top:0.15rem;} .gash_gymj .tt{ width:6.4rem; height:0.9rem;} .gash_gymj .tt img{ width:1.91rem; height:0.24rem; float:left; margin-left:2.3rem; margin-top:0.3rem;} .gash_gymj ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_gymj ul li{ width:1.75rem; height:auto; float:left; margin-right:0.25rem;} .gash_gymj ul li:nth-child(3){ margin-right:0;} .gash_gymj ul li img{ width:1.55rem; height:1.1rem; border-radius:0.1rem; margin-left:0.1rem; } .gash_gymj ul li .p1{ font-size:0.2rem; color:#3d3a3a; text-align:center; padding-top:0.2rem; line-height:0.2rem;} .gash_gymj ul li .p2{ font-size:0.18rem; color:#888888; text-align:center; padding-top:0.1rem; line-height:0.18rem;} .gash_cszx{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .gash_cszx .tt{ width:5.8rem; height:0.7rem; margin-left:0.3rem;} .gash_cszx .tt p{ font-size:0.28rem; color:#9e6f26; padding-top:0.25rem; line-height:0.28rem;} .gash_cszx ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_cszx ul li{ width:5.8rem; height:1.45rem; border-bottom:1px solid #e5e5e5; margin-bottom:0.3rem;} .gash_cszx ul li img{ width:1.2rem; height:1.2rem; border-radius:0.2rem; float:left;} .gash_cszx ul li .rt{ width:4.4rem; float:right;} .gash_cszx ul li .p1{ font-size:0.26rem; color:#3d3a3a;} .gash_cszx ul li .p2{ font-size:0.2rem; color:#575656; margin-top:0.1rem;} /*关爱社会组织机构*/ .head3{ width:6.4rem; height:1.85rem; background:#fff;} .head3 .top{ width:5.8rem; height:1rem;margin-left:0.3rem;} .head3 .top .fh{ float:left; margin-top:0.3rem; width:0.14rem; height:0.26rem;} .head3 .top .rz{ width:0.26rem; height:0.22rem; float:left; float:left;} .head3 .top p{ float:right; padding-top:0.35rem; font-size:0.24rem; color:#3d3a3a; line-height:0.24rem;} .head3 .zxs_fn{ width:6.4rem; height:auto;background:#fff; } .head3 .zxs_fn .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .head3 .zxs_fn .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .head3 .zxs_fn .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .gash_cszz{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .gash_cszz .tt{ width:5.8rem; height:0.6rem; margin-left:0.3rem; } .gash_cszz .tt p{ font-size:0.28rem; color:#3a3937; padding-top:0.25rem; line-height:0.28rem;} .gash_cszz ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_cszz ul li{ width:5.8rem; height:1.55rem; border-bottom:1px solid #e5e5e5;} .gash_cszz ul li img{ width:1.16rem; height:1.16rem; border-radius:1.16rem; float:left; margin-top:0.25rem;} .gash_cszz ul li .rt{ width:4.4rem; height:auto; float:right; margin-top:0.25rem;} .gash_cszz ul li .rt .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.26rem;} .gash_cszz ul li .rt .p2{ font-size:0.2rem; color:#575656; line-height:0.35rem; padding-top:0.1rem;} .gash_cszz ul li:last-child{ border:0;} /*关爱社会资讯内容*/ .gash_zx{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .gash_zx .tt{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_zx .tt .p1{ font-size:0.32rem; color:#3d3a3a; padding-top:0.2rem;} .gash_zx .tt .p2{ font-size:0.18rem; color:#888888; line-height:0.18rem; padding-top:0.2rem; padding-bottom:0.3rem;} .gash_zx .tt .p2 span{ float:right;} .gash_zx .zw{ width:5.8rem; height:auto; margin-left:0.3rem; padding-bottom:0.3rem;} .gash_zx .zw img{ width:5.8rem; height:auto; margin-bottom:0.1rem;} .gash_zx .zw p{ font-size:0.2rem; color:#737070; line-height:0.35rem;} /*关爱社会求助界面*/ .gash_qz{ width:6.4rem; height:auto;} .gash_qz .sm{ width:6.4rem; height:auto; background:#fff; padding:0.4rem 0 0.25rem;} .gash_qz .sm p{ width:5.6rem; height:auto; margin-left:0.3rem; background:#ffe9c6; padding:0.2rem 0.1rem; border-radius:0.15rem;} .gash_qz .sm p span{ color:#f21332;} .gash_qz .nr{ width:6.4rem; height:auto; margin-top:0.15rem; padding-top:0.3rem;} .gash_qz .nr .p1{ font-size:0.22rem; color:#575656; width:1.2rem; line-height:0.6rem; margin-left:0.3rem; float:left;} .gash_qz .nr .tex01{ width:4.5rem; height:0.6rem; border:1px solid #a0a0a0; float:left;border-radius:0.1rem;} .gash_qz .nr .p2{ font-size:0.22rem; color:#575656; clear:both; margin-left:0.3rem; line-height:0.6rem;} .gash_qz .nr select{ width:1.6rem; height:0.5rem; margin-left:0.3rem;} .gash_qz .nr .tex02{ width:5.8rem; height:0.6rem; background:#e5e5e5; border-radius:0.1rem; margin-left:0.3rem; margin-top:0.25rem; margin-bottom:0.3rem;} .gash_qz .nr textarea{ width:4.6rem; height:2.3rem; border:1px solid #a0a0a0; border-radius:0.1rem;} .gash_qz .nr .sc{ width:1.3rem; height:1.3rem; float:left; margin-right:0.35rem;} .gash_qz .nr .p3{ width:5.8rem; height:auto; margin-left:0.3rem; font-size:0.22rem; color:#3c3a3a; padding-top:0.3rem; clear:both;} .gash_qz .nr .p3 span{ color:#6fc750;} .gash_qz .nr .tj{ width:5.8rem; height:0.7rem; background:#6fc750; border-radius:0.1rem; text-align:center; line-height:0.7rem; font-size:0.28rem; color:#ffffff; display:block; margin-left:0.3rem; margin-top:0.3rem; margin-bottom:0.3rem;} /*关爱社会和募捐*/ .gash_mj{ width:6.4rem; height:auto; margin-top:0.15rem;} .gash_mj .nr{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_mj .nr .img01{ width:3.2rem; height:1.75rem; display:block; margin:0 auto; border-radius:0.1rem; padding-top:0.15rem;} .gash_mj .nr .p1{ font-size:0.24rem; color:#3d3a3a; text-align:center; line-height:0.65rem;} .gash_mj .nr .p1 span{ color:#f85858;} .gash_mj .nr .p2{ width:5.5rem; height:auto; padding:0.2rem 0.15rem; background:#eeeeee; font-size:0.2rem; color:#3d3a3a; line-height:0.35rem; border-radius:0.1rem; margin-bottom:0.2rem;} .gash_mj .nr .p3{ font-size:0.22rem; color:#575656; line-height:0.5rem;} .gash_mj .nr ul li{ width:100%; height:0.8rem; padding-top:0.2rem;} .gash_mj .nr ul li .p4{ width:1.1rem; height:0.55rem; float:left; clear:both; font-size:0.22rem; color:#575656; line-height:0.55rem; float:left;} .gash_mj .nr ul li .va01{ width:4.5rem; height:0.55rem; border:1px solid #a0a0a0; border-radius:0.1rem;} .gash_mj .nr .p5{ width:5.8rem; height:0.6rem; font-size:0.22rem; color:#575656;} .gash_mj .nr .p6{ float:left;} .gash_mj .nr .p7{ float:right;} .gash_mj .nr .p6 img{ width:0.35rem; height:auto; float:left;} .gash_mj .nr .p6 input{ float:left; width:0.25rem;} .gash_mj .nr .p7 input{ float:left; width:0.25rem;} .gash_mj .nr .p7 img{ width:0.35rem; height:auto; float:left;} .gash_mj .nr a{ width:5.8rem; height:0.7rem; background:#6fc750; font-size:0.28rem; color:#ffffff; line-height:0.7rem; display:block; clear:both; margin-top:0.6rem; text-align:center; border-radius:0.1rem;} /*精神疾病列表界面*/ .jsjb_list{ width:6.4rem; height:auto;} .jsjb_list .mk01{ width:6.4rem; height:auto; background:#fff; padding-top:0.4rem;} .jsjb_list .mk01 ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_list .mk01 ul li{ width:1.1rem; height:0.4rem; background:#e5e5e5; float:left; margin-right:0.4rem; margin-bottom:0.2rem;} .jsjb_list .mk01 ul li:nth-child(4){ margin-right:0;} .jsjb_list .mk01 ul li:nth-child(8){ margin-right:0;} .jsjb_list .mk01 ul li:nth-child(12){ margin-right:0;} .jsjb_list .mk01 ul li:nth-child(16){ margin-right:0;} .jsjb_list .mk01 ul li{ text-align:center; line-height:0.4rem; border-radius:0.1rem;} .jsjb_list .mk01 ul li a{ width:5.8rem; height:auto;font-size:0.2rem; color:#242222;} .jsjb_list .mk01 ul li:hover{ background:#6fc750;} .jsjb_list .mk01 ul li:hover a{ color:#fff;} .jsjb_list .list{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .jsjb_list .list ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_list .list ul li{ width:5.8rem; height:1.9rem; border-bottom:1px solid #e5e5e5;} .jsjb_list .list ul li .p1{ width:5.8rem; height:0.7rem; border-bottom:1px solid #e5e5e5; font-size:0.26rem; color:#3d3a3a; line-height:0.7rem;} .jsjb_list .list ul li .p2{ font-size:0.18rem; color:#6f6f6f; line-height:0.3rem; padding-top:0.1rem;} /*精神疾病文章页面*/ .jsjb_arc{ width:6.4rem; height:auto;} .jsjb_arc .jbbann{ width:6.4rem; height:3.1rem; background:#fff;} .jsjb_arc .jbbann img{ width:5.8rem; height:2.65rem; float:left; margin-top:0.2rem; margin-left:0.3rem;} .jsjb_arc .nr{ width:6.4rem; height:auto; margin-top:0.15rem; background:#fff;} .jsjb_arc .nr ul{ width:5.8rem; height:0.7rem; margin-left:0.3rem; border-bottom:1px solid #e5e5e5;} .jsjb_arc .nr ul li{ width:0.5rem; height:0.45rem;; float:left; margin-right:1.2rem;line-height:0.45rem; padding-top:0.15rem; color:#3d3a3a; font-size:0.24rem; line-height:0.45rem; text-align:center;} .jsjb_arc .nr ul .chk{border-bottom:2px solid #57b137; color:#57b137;} .jsjb_arc .nr ul li:nth-child(4){ margin-right:0; } .jsjb_arc .nr .by{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_arc .nr .zz{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_arc .nr .zl{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_arc .nr .yf{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_arc .nr .p1{ color:#3d3a3a; font-size:0.26rem; line-height:0.65rem; border-bottom:1px solid #e5e5e5;} .jsjb_arc .nr .p1 img{ width:0.24rem; float:left; margin-right:0.1rem; margin-top:0.2rem;} .jsjb_arc .nr .p2{ font-size:0.2rem; color:#737070; line-height:0.45rem; border-bottom:1px solid #e5e5e5; padding-bottom:0.2rem; padding-top:0.1rem;} /*推荐文章页面*/ .arc_list{ width:6.4rem; height:auto; background:#fff;} .arc_list ul{ width:5.8rem; height:auto; margin-left:0.3rem; padding-top:0.35rem;} .arc_list ul li{ width:5.8rem; height:1.55rem;} .arc_list ul li img{ width:1.2rem; height:1.2rem; float:left;} .arc_list ul li .rt{ width:4.3rem; height:auto; float:right;} .arc_list ul li .rt .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.35rem;} .arc_list ul li .rt .p2{ font-size:0.18rem; color:#888888; line-height:0.3rem;} .arc_list ul li .rt .p3{ font-size:0.2rem; color:#3d3a3a; line-height:0.3rem;} /*资讯正文*/ .arc_arc{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .arc_arc .nr{ width:5.8rem; height:auto; margin-left:0.3rem; padding-bottom:0.5rem;} .arc_arc .nr .p1{ font-size:0.32rem; color:#3d3a3a; padding-top:0.1rem; line-height:0.45rem;} .arc_arc .nr img{ width:5.8rem; margin:0.2rem 0;} .arc_arc .nr .p2{ font-size:0.18rem; color:#888888; line-height:0.5rem;} .arc_arc .nr .p2 span{ float:right;} .arc_arc .nr .p3{ font-size:0.2rem; color:#737070; line-height:0.35rem;} .arc_arc .nr .p4{ width:0.9rem; height:0.3rem; float:right; font-size:0.22rem; color:#7c7c7c; line-height:0.3rem;} .arc_arc .nr .p5{ width:0.9rem; height:0.3rem; float:right; font-size:0.22rem; color:#f3850e; line-height:0.3rem;} .arc_arc .nr .p6{ width:0.9rem; height:0.3rem; float:left;font-size:0.22rem; color:#888888; line-height:0.3rem; font-weight:bold;} .arc_arc .nr .bg{ color:#f3850e;} .arc_arc .nr .hx{ width:5.8rem; height:1px; background:#e5e5e5;} .arc_arc .pl{ width:6.4rem; height:auto; background:#fff; padding-top:0.5rem;} .arc_arc .pl textarea{ width:5.2rem; height:1rem; margin-left:0.5rem; border:1px solid #ccc; outline:none; padding:0.1rem;resize:none;} .arc_arc .pl a{ width:1.2rem; height:0.5rem; display:block; background:#6fc750; font-size:0.22rem; text-align:center; line-height:0.5rem; float:right; margin-right:0.6rem; border-radius:0.2rem;} .arc_arc .nr .p4 img{ width:0.3rem; height:0.3rem; float:left; margin:0; margin-right:0.05rem;} .arc_arc .nr .p5 img{ width:0.3rem; height:0.3rem; float:left; margin:0; margin-right:0.05rem;} .arc_arc .lyhf{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .arc_arc .lyhf .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .arc_arc .lyhf .p1 .sp01{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .arc_arc .lyhf .p1 .sp02{ width:0.28rem; height:0.28rem; border-radius:0.28rem; display:block; background:#f65262; float:left; font-size:0.16rem; color:#fff;margin-top:0.2rem;line-height:0.28rem; text-align:center;} .arc_arc .lyhf .p1 .sp03{ float:left; width:1.1rem;} .arc_arc .lyhf .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .arc_arc .lyhf ul{ width:5.2rem; margin-left:0.3rem;} .arc_arc .lyhf ul li{ width:5.2rem; height:1.35rem; border-bottom:1px solid #e5e5e5;} .arc_arc .lyhf ul li:last-child{ border:0;} .arc_arc .lyhf ul li .p2{ font-size:0.24rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.24rem;} .arc_arc .lyhf ul li .p2 span{ height:0.24rem; display:block; float:right; font-size:0.2rem; color:#f3850e; line-height:0.24rem; padding-left:0.1rem; padding-right:0.1rem; border-radius:0.1rem;} .arc_arc .lyhf ul li .p2 .sp4{ color:#7c7c7c;} .arc_arc .lyhf ul li .p2 span img{ width:0.25rem; height:0.25rem; float:left; margin-right:0.05rem;} .arc_arc .lyhf ul li .p3{ font-size:0.2rem; color:#737070; padding-top:0.1rem; line-height:0.35rem;} /*医院列表页面*/ .hosp_fd{ width:6.4rem; height:auto; padding-top:0.3rem;padding-bottom:0.3rem; background:#fff; } .hosp_fd .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .hosp_fd .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .hosp_fd .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .hosp_fd ul{ width:5.8rem; margin-left:0.3rem;} .hosp_fd ul li{ width:1.1rem; height:0.4rem; float:left; margin-right:0.4rem;} .hosp_fd ul li:nth-child(4){ margin-right:0;} .hosp_fd ul li:nth-child(5){ margin-top:0.2rem;} .hosp_fd ul li:nth-child(6){margin-top:0.2rem;} .hosp_fd ul li:nth-child(7){margin-top:0.2rem;} .hosp_fd ul li:nth-child(8){ margin-right:0;margin-top:0.2rem;width:1.1rem; height:0.4rem; background:#e5e5e5; font-size:0.22rem; color:#242222; text-align:center; line-height:0.4rem; border-radius:0.1rem; } .hosp_fd ul li a{width:1.1rem; height:0.4rem; display:block; background:#e5e5e5; font-size:0.22rem; color:#242222; text-align:center; line-height:0.4rem; border-radius:0.1rem;} .hosp_fd ul .chk a{ background:#6fc750; color:#fff;} .yyTree{width:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999;zoom:1;opacity:0;transform:translateX(-100%);transition:0.8s;opacity:0;filter:Alpha(opacity=0);display:none;} div.thisyyTree{transform:translateX(0);opacity:1;filter:Alpha(opacity=100);-webkit-animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out; animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out;display:block;overflow:hidden;height:100%;} .yyTree .yyTrft{width:6rem;float:left;background:#fff;position:relative;height:100%;overflow:scroll;} .yyTree .yyTrRt{width:100%;float:left;height:100%;position:fixed;z-index:-1;} .yyTree .yyTrft .bt{ width:5.8rem; height:0.6rem; margin-top:0.3rem; padding-left:0.2rem;} .yyTree .yyTrft .bt .adr{ width:0.21rem; height:auto; float:left; margin-top:0.17rem;} .yyTree .yyTrft .bt p{ width:1.2rem; float:left; line-height:0.26rem; text-indent:0.05rem; font-size:0.26rem; color:#090305; padding-top:0.2rem;} .yyTree .yyTrft .bt .chk{ width:0.25rem; margin-top:0.25rem;} .yyTree .yyTrft .hx{ width:5.6rem; height:1px; background:#e5e5e5; margin-left:0.2rem; clear:both;} .yyTree .yyTrft .dq{ width:5.6rem; height:auto; margin-left:0.2rem;} .yyTree .yyTrft .p1{ font-size:0.24rem; color:#090305; line-height:0.7rem; mar} .yyTree .yyTrft ul li{ width:1.1rem; height:0.4rem; background:#e5e5e5; border-radius:0.1rem; float:left; margin-left:0.4rem; margin-bottom:0.2rem; font-size:0.22rem; line-height:0.4rem; text-align:center; color:#242222;} .yyTree .yyTrft ul li:nth-child(1){ margin-left:0;} .yyTree .yyTrft ul li:nth-child(5){ margin-left:0;} .yyTree .yyTrft ul li:nth-child(9){ margin-left:0;} .hosp_list{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem; padding-bottom:0.8rem;} .hosp_list .u1{ width:6.4rem; height:auto;} .hosp_list .u1 li{ width:100%; height:1.8rem; border-bottom:1px solid #e5e5e5;} .hosp_list .u1 li img{ width:1.2rem; height:1.2rem; border-radius:1.2rem; float:left; margin-top:0.2rem; margin-left:0.3rem;} .hosp_list .u1 li .rt{ width:4.4rem; height:auto; float:right; margin-right:0.3rem; margin-top:0.2rem;} .hosp_list .u1 li .rt .p1{ font-size:0.26rem; color:#3d3a3a;} .hosp_list .u1 li .rt .p2{ font-size:0.18rem; color:#888888; line-height:0.45rem;} .hosp_list .u1 li .rt .p3{ font-size:0.18rem; color:#3d3a3a;} /*医院详情*/ .hosp_arc{ width:6.4rem; height:auto;} .hosp_arc .mk01{ width:6.4rem; height:1.85rem; background:#fff;} .hosp_arc .mk01 .img01{ width:1.25rem; height:1.25rem; border-radius:1.25rem; float:left; margin-left:0.3rem; margin-top:0.3rem;} .hosp_arc .mk01 .ct{ width:3.2rem; height:1.25rem; float:left; margin-left:0.2rem; margin-top:0.3rem;} .hosp_arc .mk01 .ct .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.45rem;} .hosp_arc .mk01 .ct .p2{ font-size:0.22rem; color:#828282; line-height:0.35rem;margin-top:0.1rem;} .hosp_arc .mk01 .ct .p3{ font-size:0.22rem; color:#3d3a3a; line-height:0.35rem; margin-top:0.1rem;} .hosp_arc .mk01 .ct .img02{ width:0.21rem; float:left; margin-right:0.15rem;} .hosp_arc .mk01 .ct .img03{ width:0.22rem; float:left; margin-right:0.15rem;} .hosp_arc .mk02{ width:6.4rem; height:auto; background:#fff;} .hosp_arc .mk02 .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.65rem; width:5.8rem; margin-left:0.3rem; border-bottom:1px solid #e5e5e5;} .hosp_arc .mk02 .nr{ width:5.8rem; height:auto; margin-left:0.3rem; padding-top:0.1rem;} .hosp_arc .mk02 .nr p{ font-size:0.2rem; color:#737070; line-height:0.35rem; padding-bottom:0.1rem;} /*个人中心*/ .grzx_main{ width:6.4rem; height:auto;} .grzx_main .top{ width:6.4rem; height:3rem; background:#76cf56;} .grzx_main .top .tx{ width:1rem; height:1rem; float:left; margin-top:0.7rem; margin-left:0.3rem;} .grzx_main .top div{ width:2rem; height:1rem; float:left; margin-top:0.7rem; margin-left:0.1rem;} .grzx_main .top div .p1{ font-size:0.28rem; color:#fff; line-height:0.5rem;} .grzx_main .top div .p2{ font-size:0.24rem; color:#f4f4f4;} .grzx_main .top .xx{ width:0.53rem; float:right; margin-right:0.3rem; margin-top:0.8rem;} .grzx_main .top .p3{ font-size:0.2rem;color:#fff; float:right;margin-right:0.3rem; margin-top:0.8rem;} .grzx_main .main{ width:6.4rem; height:auto; background:#fff; margin-top:-0.7rem; border-radius:0.5rem 0.5rem 0 0; padding-top:0.15rem;} .grzx_main .main ul{ width:5.8rem; height: auto; margin-left:0.3rem;} .grzx_main .main ul li{ width:5.8rem; height:0.95rem; border-bottom:1px solid #e5e5e5;line-height:0.95rem;} .grzx_main .main ul li:last-child{ border:0;} .grzx_main .main .bg{ width:6.4rem; height:0.15rem; background:#f5f5f5;} .grzx_main .main ul li .img01{ width:0.32rem; float:left; margin-top:0.3rem; margin-right:0.15rem;} .grzx_main .main ul li .img02{ width:0.34rem;float:left; margin-top:0.32rem; margin-right:0.15rem;} .grzx_main .main ul li .img03{ width:0.32rem;float:left; margin-top:0.32rem; margin-right:0.15rem;} .grzx_main .main ul li .img04{ width:0.3rem;float:left; margin-top:0.3rem; margin-right:0.15rem;} .grzx_main .main ul li .img05{ width:0.24rem;float:left; margin-top:0.3rem; margin-right:0.15rem;} .grzx_main .main ul li .img06{ width:0.29rem;float:left; margin-top:0.32rem; margin-right:0.15rem;} .grzx_main .main ul li .rtimg{ width:0.14rem; float:right; margin-top:0.35rem;} .grzx_main .main ul li a{ width:5.8rem; height:0.95rem; font-size:0.28rem; color:#3d3a3a;} .grzx_main .qiehuan{ width:6.4rem; height:auto;} .grzx_main .qiehuan a{ width:2.2rem; height:0.7rem; border:1px solid #bfbfbf; display:block; font-size:0.28rem; color:#524e4e; line-height:0.7rem; text-align:center; border-radius:0.2rem; float:left; margin-top:1.5rem; margin-left:2rem;} .grzx_main .qiehuan p{ clear:both; color:#969696; font-size:0.22rem; line-height:0.6rem; text-align:center;} /*个人中心我的咨询*/ .grzx_wdzx{ width:6.4rem; height:auto;} .grzx_wdzx .xl{ width:5.8rem; height:auto; min-height:1.6rem; background:#fff; margin-top:0.35rem; margin-left:0.3rem; border-radius:0.1rem;} .grzx_wdzx .xl .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .grzx_wdzx .xl .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .grzx_wdzx .xl .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .grzx_wdzx .xl ul{ width:5.4rem; height:auto; margin-left:0.2rem;} .grzx_wdzx .xl ul li{ width:5.4rem; height:0.55rem; font-size:0.22rem; color:#3d3a3a; line-height:0.55rem; border-bottom:1px solid #e5e5e5; text-indent:0.1rem;} .grzx_wdzx .xl ul li span{ float:right; color:#888888;} .grzx_wdzx .xl ul li:last-child{ border:0;} .grzx_wdzx .xl .p2{ font-size:0.22rem; color:#969696; line-height:0.9rem; text-align:center;} /*交易评价记录模块*/ .grzx_jypj{ width:6.4rem; height:auto;} .grzx_jypj ul li{ width:5.8rem; height:2.3rem; background:#fff; border-radius:0.2rem; margin-left:0.3rem; margin-top:0.3rem;} .grzx_jypj ul li .test{ width:5.4rem; height:auto; margin-left:0.2rem; padding-top:0.3rem;} .grzx_jypj ul .p1{ width:2.4rem; font-size:0.24rem; color:#3d3a3a; float:left; line-height:0.24rem;} .grzx_jypj ul .p1 span{ width:3px; height:0.24rem; background:#6fc750; display:block; float:left; margin-right:0.1rem;} .grzx_jypj ul .p2{ width:3rem; font-size:0.2rem; color:#888888; float:left; line-height:0.24rem;} .grzx_jypj ul .p2 span{ font-size:0.24rem;float:right;} .grzx_jypj ul .p3{ float:left;width:2.4rem; font-size:0.22rem; color:#3d3a3a; line-height:0.22rem; clear:both; margin-top:0.35rem;} .grzx_jypj ul .p4{ width:3rem; font-size:0.22rem; color:#3d3a3a; float:left; line-height:0.24rem; margin-top:0.3rem;} .grzx_jypj ul .p4 span{ float:left;} .grzx_jypj ul .p4 img{ float:left; width:0.18rem; margin-right:0.1rem;} .grzx_jypj ul li a{ width:1.35rem; height:0.45rem; float:right; display:block; border:1px solid #bfbfbf; margin-top:0.5rem; margin-left:0.2rem; font-size:0.24rem; color:#3d3a3a; text-align:center; line-height:0.45rem; border-radius:0.1rem;} /*我的关注*/ .grzx_wdgz{ width:6.4rem; height:auto;} .grzx_wdgz .gz{ width:5.8rem; height:auto; background:#fff; border-radius:0.2rem; padding-top:0.1rem; margin-left:0.3rem; margin-top:0.3rem;} .grzx_wdgz .gz .tt{ width:5.4rem; height:0.6rem; border-bottom:1px solid #e5e5e5; margin-left:0.2rem;} .grzx_wdgz .gz .tt img{ width:0.18rem; float:left; margin-top:0.2rem; margin-right:0.1rem;} .grzx_wdgz .gz .tt p{ font-size:0.24rem; color:#3d3a3a; line-height:0.6rem;} .grzx_wdgz .gz ul{ width:5.4rem; height:auto; margin-left:0.2rem;} .grzx_wdgz .gz ul li{ width:5.4rem; height:2.2rem; border-bottom:1px solid #e5e5e5;} .grzx_wdgz .gz ul li .p1{ font-size:0.24rem; color:#3d3a3a; line-height:0.7rem;} .grzx_wdgz .gz ul li .p2{ font-size:0.2rem; color:#888888; line-height:0.35rem; float:left;} .grzx_wdgz .gz ul li .p3{ width:1.55rem; height:0.4rem; border:1px solid #88beea; float:right; border-radius:0.1rem; font-size:0.24rem; color:#2179c1; line-height:0.4rem;} .grzx_wdgz .gz ul li .p3 img{ width:0.26rem; float:left; margin-top:0.07rem; margin-right:0.1rem; margin-left:0.1rem;} .grzx_wdgz .gz ul li .p4{ clear:both; font-size:0.2rem; color:#737070; line-height:0.35rem; padding-top:0.2rem;} .grzx_wdgz .gz ul li:last-child{ border:0;} .grzx_wdgz .gzys{ width:5.8rem; height:auto; background:#fff; border-radius:0.2rem; padding-top:0.1rem; margin-left:0.3rem; margin-top:0.3rem; min-height:3.2rem;} .grzx_wdgz .gzys .tt{ width:5.4rem; height:0.6rem; border-bottom:1px solid #e5e5e5; margin-left:0.2rem;} .grzx_wdgz .gzys .tt img{ width:0.18rem; float:left; margin-top:0.2rem; margin-right:0.1rem;} .grzx_wdgz .gzys .tt p{ font-size:0.24rem; color:#3d3a3a; line-height:0.6rem;} .grzx_wdgz .gzys ul{ width:5.4rem; height:auto; margin-left:0.2rem;} .grzx_wdgz .gzys ul li{ width:1.55rem; height:auto; float:left; margin-right:0.35rem;} .grzx_wdgz .gzys ul li:nth-child(3){ margin-right:0;} .grzx_wdgz .gzys ul li .txtb{ width:1.25rem; height:1.25rem; border-radius:1.25rem; margin-top:0.25rem; margin-left:0.15rem;} .grzx_wdgz .gzys ul li .p1{ font-size:0.26rem; color:#3d3a3a; text-align:center; line-height:0.5rem;} .grzx_wdgz .gzys ul li .p3{ width:1.55rem; height:0.4rem; border:1px solid #88beea; border-radius:0.1rem; font-size:0.24rem; color:#2179c1; line-height:0.4rem;} .grzx_wdgz .gzys ul li .p3 img{ width:0.26rem; float:left; margin-top:0.07rem; margin-right:0.1rem; margin-left:0.1rem;} /*个人中心机构入驻*/ .grzx_jgrz{ width:6.4rem; height:auto; background:#fff;} .grzx_jgrz .nr{ width:6.4rem; height:auto; padding-top:0.3rem;} .grzx_jgrz .nr .p1{ font-size:0.22rem; color:#575656; width:1.2rem; line-height:0.6rem; margin-left:0.3rem; float:left;} .grzx_jgrz .nr .tex01{ width:4.5rem; height:0.55rem; border:1px solid #a0a0a0; float:left;border-radius:0.1rem;} .grzx_jgrz .nr .p2{ font-size:0.22rem; color:#575656; clear:both; margin-left:0.3rem; line-height:0.6rem;} .grzx_jgrz .nr select{ width:1.6rem; height:0.5rem; margin-left:0.3rem; background:#e5e5e5;} .grzx_jgrz .nr .tex02{ width:5.8rem; height:0.6rem; background:#e5e5e5; border-radius:0.1rem; margin-left:0.3rem; margin-top:0.25rem; margin-bottom:0.3rem;} .grzx_jgrz .nr textarea{ width:4.6rem; height:2.3rem; border:1px solid #a0a0a0; border-radius:0.1rem;} .grzx_jgrz .nr .sc{ width:2.04rem; height:1.3rem; float:left; margin-right:0.35rem;} .grzx_jgrz .nr .p3{ width:5.8rem; height:auto; margin-left:0.3rem; font-size:0.2rem; color:#8a8a8a; padding-top:0.3rem; clear:both;} .grzx_jgrz .nr .p3 span{ color:#6fc750;} .grzx_jgrz .nr .tj{ width:2rem; height:0.7rem; background:#6fc750; border-radius:0.1rem; text-align:center; line-height:0.7rem; font-size:0.28rem; color:#ffffff; display:block; margin-left:0.3rem; margin-top:0.3rem; margin-bottom:0.3rem; float:left;} .grzx_jgrz .nr .kg{height:0.3rem;clear:both;} .grzx_jgrz .nr .bc{ width:2rem; height:0.7rem; float:left; border:1px solid #a0a0a0; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; margin-left:0.7rem; margin-top:0.3rem; border-radius:0.1rem;} /*个人中心心理咨询师入驻*/ .grzx_ysrz{ width:6.4rem; height:auto; background:#fff;} .grzx_ysrz .nr{ width:6.4rem; height:auto; padding-top:0.3rem;} .grzx_ysrz .nr .p1{ font-size:0.22rem; color:#575656; width:1.2rem; line-height:0.6rem; margin-left:0.3rem; float:left;} .grzx_ysrz .nr .tex01{ width:4.5rem; height:0.55rem; border:1px solid #a0a0a0; float:left;border-radius:0.1rem;} .grzx_ysrz .nr .p2{ font-size:0.22rem; color:#575656; clear:both; margin-left:0.3rem; line-height:0.6rem;} .grzx_ysrz .nr select{ width:1.6rem; height:0.5rem; margin-left:0.3rem; background:#e5e5e5;} .grzx_ysrz .nr .tex02{ width:5.8rem; height:0.6rem; background:#e5e5e5; border-radius:0.1rem; margin-left:0.3rem; margin-top:0.25rem; margin-bottom:0.3rem;} .grzx_ysrz .nr textarea{ width:4.6rem; height:2.3rem; border:1px solid #a0a0a0; border-radius:0.1rem;} .grzx_ysrz .nr .sc{ width:2.04rem; height:1.3rem; float:left; margin-right:0.35rem;} .grzx_ysrz .nr .p3{ width:5.8rem; height:auto; margin-left:0.3rem; font-size:0.2rem; color:#8a8a8a; padding-top:0.3rem; clear:both;} .grzx_ysrz .nr .p3 span{ color:#6fc750;} .grzx_ysrz .nr .tj{ width:2rem; height:0.7rem; background:#6fc750; border-radius:0.1rem; text-align:center; line-height:0.7rem; font-size:0.28rem; color:#ffffff; display:block; margin-left:0.3rem; margin-top:0.3rem; margin-bottom:0.3rem; float:left;} .grzx_ysrz .nr .kg{height:0.3rem;clear:both;} .grzx_ysrz .nr .bg{ width:6.4rem; height:0.15rem; background:#f5f5f5; clear:both;} .grzx_ysrz .nr .bc{ width:2rem; height:0.7rem; float:left; border:1px solid #a0a0a0; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; margin-left:0.7rem; margin-top:0.3rem; border-radius:0.1rem;} .grzx_ysrz .nr .ly{ width:6.4rem; height:2.8rem;} .grzx_ysrz .nr .ly .p5{font-size:0.22rem; color:#575656; width:1.2rem; line-height:0.6rem; margin-left:0.3rem;} .grzx_ysrz .nr .ly ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .grzx_ysrz .nr .ly ul li{ width:1.2rem; height:0.5rem; float:left; font-size:0.20rem; color:#2079c4; border:1px solid #a9d0f0; border-radius:0.2rem; text-align:center; line-height:0.5rem; margin-right:0.25rem; margin-bottom:0.2rem;} .grzx_ysrz .nr .ly ul li:nth-child(4){ margin-right:0;} .grzx_ysrz .nr .ly ul li:nth-child(8){ margin-right:0;} .grzx_ysrz .nr .ly .p6{ clear:both; font-size:0.2rem; color:#8a8a8a; margin-left:0.3rem; line-height:0.35rem;} /*个人中心系统设置*/ .grzx_xtsz{ width:6.4rem; height:auto;} .grzx_xtsz .xl{ width:5.8rem; height:auto; min-height:1.6rem; background:#fff; margin-top:0.35rem; margin-left:0.3rem; border-radius:0.1rem;} .grzx_xtsz .xl .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .grzx_xtsz .xl .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .grzx_xtsz .xl .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .grzx_xtsz .xl .p2{ width:1.2rem; height:auto; float:left; text-align:right; font-size:0.22rem; color:#575656; clear:both; line-height:0.55rem; text-indent:0.1rem;} .grzx_xtsz .xl .ipt01{ width:4.1rem; height:0.55rem; border:1px solid #d9d9d9; border-radius:0.1rem;} .grzx_xtsz .xl .kg{ height:0.3rem; clear:both;} .grzx_xtsz .xl .tel{ width:5.8rem; height:0.55rem;float:left; margin-top:0.3rem;} .grzx_xtsz .xl .tel p{width:1.2rem; height:auto; float:left; text-align:right; font-size:0.22rem; color:#575656; clear:both; line-height:0.55rem;} .grzx_xtsz .xl .tel input{ width:2.8rem; height:0.55rem;border:1px solid #d9d9d9; border-radius:0.1rem; float:left;} .grzx_xtsz .xl .tel a{ width:1.3rem; height:0.55rem; background:#6fc750; border-radius:0.2rem; line-height:0.55rem; text-align:center; display:block; font-size:0.2rem; color:#ffffff; float:left; margin-left:0.2rem;} .grzx_xtsz .xl .yzm{ width:4.6rem; height:0.55rem; float:right; clear:both; margin-top:0.3rem;} .grzx_xtsz .xl .yzm input{ width:2.8rem; height:0.55rem;border:1px solid #d9d9d9; border-radius:0.1rem; float:left;} .grzx_xtsz .xl .yzm a{ width:1.3rem; height:0.55rem; background:#6fc750; border-radius:0.2rem; line-height:0.55rem; text-align:center; display:block; font-size:0.2rem; color:#ffffff; float:left; margin-left:0.2rem;} .grzx_xtsz .xl .usname{ width:5.8rem; height:0.55rem;float:left; margin-top:0.3rem;} .grzx_xtsz .xl .usname p{width:1.2rem; height:auto; float:left; text-align:right; font-size:0.22rem; color:#575656; clear:both; line-height:0.55rem;} .grzx_xtsz .xl .usname input{ width:2.8rem; height:0.55rem;border:1px solid #d9d9d9; border-radius:0.1rem; float:left;} .grzx_xtsz .xl .usname a{ width:1.3rem; height:0.55rem; background:#6fc750; border-radius:0.2rem; line-height:0.55rem; text-align:center; display:block; font-size:0.2rem; color:#ffffff; float:left; margin-left:0.2rem;} .grzx_xtsz .xl .ghtx{ width:5.4rem; height:1.3rem; padding:0.3rem 0; margin-left:0.2rem;} .grzx_xtsz .xl .ghtx p{ width:1.15rem; font-size:0.22rem; line-height:0.7rem; float:left;} .grzx_xtsz .xl .ghtx img{ width:1.35rem; height:1.35rem; float:left;} .grzx_xtsz .gntj{ width:6.4rem; height:3rem;} .grzx_xtsz .gntj a{ width:2.6rem; height:0.7rem; display:block; border:1px solid #bfbfbf; border-radius:0.2rem; font-size:0.28rem; color:#3d3a3a; line-height:0.7rem; text-align:center;} .grzx_xtsz .gntj .a1{ margin-top:0.6rem; margin-left:1.9rem;} .grzx_xtsz .gntj .a2{ margin-top:0.3rem; margin-left:1.9rem;} /*测试结果界面*/ .grzx_csjg{ width:6.4rem; height:auto;} .grzx_csjg .csjg{ width:5.8rem; height:auto;padding-left:0.3rem; padding-right:0.3rem; background:#fff; padding-bottom:0.3rem;} .grzx_csjg .csjg .p1{ height:0.9rem;font-size:0.26rem; color:#696969; line-height:0.9rem; border-bottom:1px solid #e5e5e5;} .grzx_csjg .csjg .p2{ font-size:0.2rem; color:#737070; line-height:0.45rem; padding-top:0.2rem;} .grzx_csjg .csjg .p3{ font-size:0.24rem; color:#3d3a3a; line-height:0.7rem;} .grzx_csjg .csjg .p3 span{ color:#dc3636;} .grzx_csjg .csjg .jdt{ width:5.94rem; height:0.6rem; background:url(../picture/sjt.png) no-repeat; background-size:5.94rem; margin-left:-0.07rem;} .grzx_csjg .csjg .jdt .jd{ width:5.8rem; height:0.15rem; margin-left:0.04rem; padding-top:0.05rem;} .grzx_csjg .csjg .jdt .jd .jd01{ width:60%; height:0.15rem; background:#feaa32;} .grzx_csjg .wmjy{ width:6.4rem; height:auto; margin-top:0.15rem; background:#fff; padding-bottom:1.5rem;} .grzx_csjg .wmjy .jy{ width:5.8rem; height:auto; margin-left:0.3rem;} .grzx_csjg .wmjy .jy .p1{ font-size:0.26rem; color:#696969; padding-top:0.4rem; padding-bottom:0.2rem; line-height:0.26rem;} .grzx_csjg .wmjy .jy .p2{ font-size:0.2rem; color:#737070; line-height:0.35rem;} .grzx_csjg .wmjy .jy .hx{ width:5.8rem; height:1px; background:#e5e5e5; margin-top:0.2rem; margin-bottom:0.3rem;} .grzx_csjg .wmjy .jy .p3{ font-size:0.2rem; color:#696969;} .grzx_csjg .wmjy .jy .p3 a{ color:#f02f2f;} /*测试评价*/ .grzx_cspj{ width:6.4rem; height:auto;} .grzx_cspj .pj{ width:5.8rem; height:auto; margin-left:0.3rem;} .grzx_cspj .pj .p1{ width:5.8rem; height:1rem; line-height:1rem; font-size:0.28rem; color:#3d3a3a;} .grzx_cspj .pj .p1 img{ width:0.34rem; float:left; margin-top:0.33rem; margin-right:0.1rem;} .grzx_cspj .pj .p2{ font-size:0.24rem; color:#3d3a3a; line-height:0.24rem; clear:both; margin:0.15rem 0; float:left;} .grzx_cspj .pj .p2 span{ width:1.4rem; display:block; float:left;} .grzx_cspj .pj .p2 img{ width:0.18rem; height:0.18rem; float:left; margin-right:0.1rem;} .grzx_cspj .pj .hx{ width:5.8rem; height:1px; background:#e5e5e5; float:left; margin-top:0.2rem; margin-bottom:0.2rem;} .grzx_cspj .pj .p3{ clear:both; font-size:0.26rem; color:#3d3a3a; line-height:0.7rem;} .grzx_cspj .pj textarea{ width:5.8rem; height:2.8rem; border:1px solid #bfbfbf; outline:none;} .grzx_cspj .pj .p4{ float:right; font-size:0.22rem; color:#575656; line-height:0.7rem;} .grzx_cspj .pj a{ width:5.8rem; height:0.7rem; background:#6fc750; display:block; line-height:0.7rem; text-align:center; font-size:0.28rem; color:#ffffff; float:left; border-radius:0.2rem; margin-top:0.5rem;} /*商家中心*/ .sjzx_main{ width:6.4rem; height: auto;} .sjzx_main .bann{ width:6.4rem; height:2.8rem;} .sjzx_main .bann img{ width:6.4rem; height:2.8rem;} .sjzx_main .yytt{ width:6.4rem; height:0.6rem; background:#a0a0a0;} .sjzx_main .yytt p{ font-size:0.28rem; color:#fff; line-height:0.6rem; text-indent:0.3rem;} .sjzx_main .xxupt{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .xxupt .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .xxupt .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .xxupt .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .xxupt .mk01{ width:5.4rem; height:1.5rem; margin-left:0.2rem; padding-top:0.2rem;} .sjzx_main .xxupt .mk01 .p2{ width:0.7rem; font-size:0.22rem; color:#3d3a3a; clear:both; float:left; line-height:0.3rem;} .sjzx_main .xxupt .mk01 textarea{ width:4.7rem; height:1.5rem; border:0;resize: none; outline:none;font-size:0.2rem; color:#737070; line-height:0.3rem;} .sjzx_main .xxupt .mk02{ width:5.4rem; height:0.22rem;clear:both; margin:0.2rem 0; margin-left:0.2rem; } .sjzx_main .xxupt .mk02 .p2{ width:0.7rem; font-size:0.22rem; color:#3d3a3a; clear:both; float:left; line-height:0.22rem;} .sjzx_main .xxupt .mk02 input{ width:4.6rem; height:0.22rem; font-size:0.2rem; color:#737070; line-height:0.22rem; float:left; outline:none; } .sjzx_main .xxupt .mk03{ width:5.4rem; height:0.22rem; clear:both; padding:0.15rem 0;margin-left:0.2rem;} .sjzx_main .xxupt .mk03 .p2{ width:1.1rem; font-size:0.22rem; color:#3d3a3a; clear:both; float:left; line-height:0.22rem;} .sjzx_main .xxupt .mk03 input{ width:4.2rem; height:0.22rem; font-size:0.2rem; color:#737070; line-height:0.22rem; float:left; outline:none; } .sjzx_main .xxupt .p2 .sp01{ width:4.6rem; float:right;} .sjzx_main .xxupt .bott{ width:100%; height:1rem; padding-top:0.2rem;} .sjzx_main .xxupt .bott a{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; border-radius:0.1rem;font-size:0.28rem;color:#3d3a3a;line-height:0.7rem; display:block; float:left; text-align:center; margin-left:0.8rem;} .sjzx_main .xxupt .bott .qr{ background:#6fc750; color:#fff; border:0; margin-left:3rem;} .sjzx_main .zxsgl{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .zxsgl .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .zxsgl .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .zxsgl .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .zxsgl ul{ width:5.4rem; height:auto;; margin-left:0.2rem; padding-top:0.25rem;} .sjzx_main .zxsgl ul li{ width:5.4rem; height:1.5rem; margin-bottom:0.3rem;} .sjzx_main .zxsgl ul li img{ width:1.5rem; height:1.5rem; float:left;} .sjzx_main .zxsgl ul li .rt{ width:3.5rem; float:right;} .sjzx_main .zxsgl ul li .rt .p2{ font-size:0.26rem; color:#3d3a3a; line-height:0.34rem; margin-bottom:0.2rem;} .sjzx_main .zxsgl ul li .rt .p2 span{ width:0.8rem; height:0.32rem; display:block; float:right; border:1px solid #f98e6d; font-size:0.18rem; color:#f98e6d; text-align:center; line-height:0.34rem; border-radius:0.1rem; margin-left:0.1rem;} .sjzx_main .zxsgl ul li .rt .p2 .sp1{ background:#f98e6d; color:#fff;} .sjzx_main .zxsgl ul li .rt .p3{ font-size:0.22rem; color:#3d3a3a; width:0.7rem; float:left;} .sjzx_main .zxsgl ul li .rt textarea{ width:2.7rem; height:0.9rem; border:1px solid #a0a0a0;} .sjzx_main .zxsgl .addys{ width:5.4rem; height:1.8rem; margin-left:0.2rem;} .sjzx_main .zxsgl .addys img{ width:1.5rem; height:1.5rem; float:left;} .sjzx_main .zxsgl .addys .p4{ font-size:0.2rem; color:#737070; text-align:center; line-height:1.5rem;} .sjzx_main .fbwz{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .fbwz .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .fbwz .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .fbwz .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .fbwz ul{ width:5.4rem; padding-top:0.4rem; margin-left:0.2rem;} .sjzx_main .fbwz ul li{ width:2.55rem; height:0.7rem; background:#fff; float:left;box-shadow:0 0 0.09rem 0.03rem #ddd; margin-bottom:0.25rem; border-radius:0.2rem;} .sjzx_main .fbwz ul li span{ width:0.05rem; height:0.24rem; background:#f87682; display:block; float:left; border-radius:0.05rem; margin-top:0.25rem; margin-left:0.2rem; margin-right:0.1rem;} .sjzx_main .fbwz ul li p{ font-size:0.24rem; float:left; color:#3d3a3a; line-height:0.24rem; margin-top:0.25rem;} .sjzx_main .fbwz ul li img{ width:0.14rem; float:right; margin-top:0.25rem; margin-right:0.2rem;} .sjzx_main .fbwz ul li:nth-child(2){ float:right;} .sjzx_main .fbwz ul li:nth-child(4){ float:right;} .sjzx_main .fbwz ul li:nth-child(6){ float:right;} .sjzx_main .fbwz ul li:nth-child(8){ float:right;} .sjzx_main .fbwz ul li:nth-child(10){ float:right;} .sjzx_main .kfxx{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .kfxx .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .kfxx .p1 .sp01{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .kfxx .p1 .sp02{ width:0.28rem; height:0.28rem; border-radius:0.28rem; display:block; background:#f65262; float:left; font-size:0.16rem; color:#fff;margin-top:0.2rem;line-height:0.28rem; text-align:center;} .sjzx_main .kfxx .p1 .sp03{ float:left; width:1.1rem;} .sjzx_main .kfxx .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .kfxx ul{ width:5.2rem; margin-left:0.3rem;} .sjzx_main .kfxx ul li{ width:5.2rem; height:1.35rem; border-bottom:1px solid #e5e5e5;} .sjzx_main .kfxx ul li:last-child{ border:0;} .sjzx_main .kfxx ul li .p2{ font-size:0.24rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.24rem;} .sjzx_main .kfxx ul li .p3{ font-size:0.2rem; color:#737070; padding-top:0.1rem; line-height:0.35rem;} .sjzx_main .lyhf{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .lyhf .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .lyhf .p1 .sp01{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .lyhf .p1 .sp02{ width:0.28rem; height:0.28rem; border-radius:0.28rem; display:block; background:#f65262; float:left; font-size:0.16rem; color:#fff;margin-top:0.2rem;line-height:0.28rem; text-align:center;} .sjzx_main .lyhf .p1 .sp03{ float:left; width:1.1rem;} .sjzx_main .lyhf .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .lyhf ul{ width:5.2rem; margin-left:0.3rem;} .sjzx_main .lyhf ul li{ width:5.2rem; height:1.35rem; border-bottom:1px solid #e5e5e5;} .sjzx_main .lyhf ul li:last-child{ border:0;} .sjzx_main .lyhf ul li .p2{ font-size:0.24rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.24rem;} .sjzx_main .lyhf ul li .p2 span{ height:0.24rem; display:block; float:right; background:#aee69a; font-size:0.2rem; color:#3d8823; line-height:0.24rem; padding-left:0.1rem; padding-right:0.1rem; border-radius:0.1rem;} .sjzx_main .lyhf ul li .p3{ font-size:0.2rem; color:#737070; padding-top:0.1rem; line-height:0.35rem;} .sjzx_main .qiehuan{ width:6.4rem; height:auto;} .sjzx_main .qiehuan a{ width:2.2rem; height:0.7rem; border:1px solid #bfbfbf; display:block; font-size:0.28rem; color:#524e4e; line-height:0.7rem; text-align:center; border-radius:0.2rem; float:left; margin-top:1.2rem; margin-left:2rem;} .sjzx_main .qiehuan p{ clear:both; color:#969696; font-size:0.22rem; line-height:0.6rem; text-align:center;} /*提交审核界面*/ .sjzx_tjsh{ width:6.4rem; height:auto;} .sjzx_tjsh .tj{ width:5.8rem; height:auto; margin-left:0.3rem;} .sjzx_tjsh .tj .p1{ font-size:0.26rem; color:#3d3a3a; padding-top:3rem; text-align:center;} .sjzx_tjsh .tj .jdt{ width:5.8rem; height:0.15rem; background:#dcdcdc; border-radius:0.15rem; margin-top:0.7rem; margin-bottom:1rem;} .sjzx_tjsh .tj .jdt .jd{ width:60%; height:0.15rem; background:#6fc750;border-radius:0.15rem;} .sjzx_tjsh .tj a{ width:1.7rem; height:0.68rem; border:1px solid #c5c5c5; border-radius:0.1rem; display:block; float:left; font-size:0.28rem; color:#3d3a3a; line-height:0.68rem; text-align:center;} .sjzx_tjsh .tj .a2{ margin-left:0.25rem;} .sjzx_tjsh .tj .a3{ margin-left:0.25rem;} /*发布资讯*/ .sjzx_fbzx{ width:6.4rem; height:auto;} .sjzx_fbzx .bt{ width:5.8rem; height:0.55rem; margin-left:0.3rem; margin-top:0.35rem;} .sjzx_fbzx .bt p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .bt input{ width:4.5rem; height:0.53rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .sjzx_fbzx .zuz{ width:5.8rem; height:0.55rem; margin-left:0.3rem; margin-top:0.25rem;} .sjzx_fbzx .zuz p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .zuz input{ width:4.5rem; height:0.53rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .sjzx_fbzx .p1{ font-size:0.2rem; color:#8a8a8a; line-height:0.35rem; text-indent:0.3rem; margin-top:0.1rem;} .sjzx_fbzx .ycd{ width:5.8rem; height:0.55rem; margin-left:0.3rem; margin-top:0.25rem;} .sjzx_fbzx .ycd label{ font-size:0.22rem; color:#575656; line-height:0.55rem;} .sjzx_fbzx .ycd .txt01{ width:3.1rem; height:0.53rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none; float:right;} .sjzx_fbzx .fblm{ width:5.8rem; height:0.55rem; margin-left:0.3rem; margin-top:0.35rem;} .sjzx_fbzx .fblm p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .fblm select{ width:2.5rem; height:0.53rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .sjzx_fbzx .bg{ width:6.4rem; height:0.15rem; background:#f5f5f5; margin-top:0.3rem; margin-bottom:0.3rem;} .sjzx_fbzx .fbtw{ width:5.8rem; height:2.2rem; margin-left:0.3rem; margin-top:0.35rem;} .sjzx_fbzx .fbtw p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .fbtw textarea{ width:4.4rem; height:2.2rem; border:1px solid #a0a0a0;outline:none;} .sjzx_fbzx .fbsp{ width:5.8rem; height:1.55rem; margin-left:0.3rem; margin-top:0.35rem;} .sjzx_fbzx .fbsp p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .fbsp img{ width:1.55rem; height:1.55rem; float:left;} .sjzx_fbzx .fbsp .p3{ width:3rem; font-size:0.2rem; color:#8a8a8a; line-height:0.3rem; float:right;} .sjzx_fbzx .lygn{ width:4.4rem; height:0.22rem; margin-left:1rem; margin-top:0.35rem;} .sjzx_fbzx .lygn label{ font-size:0.22rem; color:#575656; line-height:0.22rem;} .sjzx_fbzx .czan{ width:4.2rem; height:0.7rem; margin-left:1rem; margin-top:0.35rem;} .sjzx_fbzx .czan a{ width:1.95rem; height:0.68rem; display:block; border:1px solid #a0a0a0; float:left; border-radius:0.1rem; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.68rem;} .sjzx_fbzx .czan .a2{ float:right; background:#6fc750; color:#fff; border:0;} .sjzx_fbzx .p2{ font-size:0.2rem; color:#8a8a8a; line-height:0.85rem; clear:both; text-align:center;} .sjzx_fbzx .p2 span{ color:#ed2121;} .sjzx_fbzx .tjsh{ width:6.4rem; height:3.4rem; background:#f5f5f5;} .sjzx_fbzx .tjsh a{ width:4.9rem; height:0.7rem; background:#6fc750; display:block; font-size:0.28rem; color:#ffffff; line-height:0.7rem; text-align:center; border-radius:0.1rem; margin-left:0.7rem; float:left; margin-top:0.65rem;} .sjzx_fbzx .tjsh p{ font-size:0.2rem; color:#8a8a8a; clear:both; line-height:0.8rem; text-align:center;} .sjzx_fbzx .tjsh p span{ color:#ed2121;} /*个人中心机构入驻提交审核*/ .grzx_jgrztj{ width:6.4rem; height:auto; background:#fff;} .grzx_jgrztj .swjg{ width:6.4rem; height:1.2rem; background:#fff6e9; margin-top:0.3rem;} .grzx_jgrztj .swjg p{ padding:0.2rem 0.3rem; font-size:0.2rem; color:#593d14; line-height:0.4rem;} .grzx_jgrztj .p1{ font-size:0.22rem; color:#575656; line-height:0.6rem; text-indent:0.3rem;} .grzx_jgrztj .yyzz{ width:5.8rem; height:1.3rem; margin-left:0.3rem;} .grzx_jgrztj .yyzz .p2{ width:1.4rem;font-size:0.22rem; color:#575656; line-height:0.6rem; float:left; clear:both;} .grzx_jgrztj .yyzz img{ width:2rem; height:1.3rem; float:left; margin-left:0.2rem;} .grzx_jgrztj .wsxk{ width:5.8rem; height:1.3rem; margin-left:0.3rem; margin-top:0.3rem;} .grzx_jgrztj .wsxk .p2{ width:1.4rem; font-size:0.22rem; color:#575656; line-height:0.6rem; float:left; clear:both;} .grzx_jgrztj .wsxk img{ width:2rem; height:1.3rem; float:left; margin-left:0.2rem;} .grzx_jgrztj .tjan{ width:6.4rem; height:2.5rem; background:#f5f5f5; margin-top:0.4rem;} .grzx_jgrztj .tjan a{ width:2rem; height:0.7rem; border:1px solid #bfbfbf; display:block; background:#fff; border-radius:0.2rem; font-size:0.28rem; color:#3d3a3a; line-height:0.7rem; text-align:center; float:left; margin-left:1rem; margin-top:0.4rem;} .grzx_jgrztj .tjan .a2{ background:#6fc750; border:0; color:#fff; margin-left:0.3rem;} /*咨询师入驻提交审核*/ .grzx_ysrztj{ width:6.4rem; height:auto; background:#fff;} .grzx_ysrztj .swjg{ width:6.4rem; height:1.2rem; background:#fff6e9; margin-top:0.3rem;} .grzx_ysrztj .swjg p{ padding:0.2rem 0.3rem; font-size:0.2rem; color:#593d14; line-height:0.4rem;} .grzx_ysrztj .p1{ font-size:0.22rem; color:#575656; line-height:0.6rem; text-indent:0.3rem;} .grzx_ysrztj .yyzz{ width:5.8rem; height:1.3rem; margin-left:0.3rem;} .grzx_ysrztj .yyzz .p2{ width:1.4rem;font-size:0.22rem; color:#575656; line-height:0.6rem; float:left; clear:both;} .grzx_ysrztj .yyzz img{ width:2rem; height:1.3rem; float:left; margin-left:0.2rem;} .grzx_ysrztj .xzly{ width:5.8rem; height:1.3rem; margin-left:0.3rem; margin-top:0.3rem;} .grzx_ysrztj .xzly .p2{ width:1.4rem; font-size:0.22rem; color:#575656; line-height:0.3rem;clear:both;} .grzx_ysrztj .xzly ul li{ width:1.2rem; height:0.5rem; border:1px solid #2079c4; float:left; border-radius:0.2rem; text-align:center; line-height:0.5rem; font-size:0.22rem; color:#2079c4; margin-top:0.2rem; margin-right:0.35rem;} .grzx_ysrztj .tjan{ width:6.4rem; height:2.5rem; background:#f5f5f5; margin-top:0.4rem;} .grzx_ysrztj .tjan a{ width:2rem; height:0.7rem; border:1px solid #bfbfbf; display:block; background:#fff; border-radius:0.2rem; font-size:0.28rem; color:#3d3a3a; line-height:0.7rem; text-align:center; float:left; margin-left:1rem; margin-top:0.4rem;} .grzx_ysrztj .tjan .a2{ background:#6fc750; border:0; color:#fff; margin-left:0.3rem; } /*登录界面*/ .login{ width:6.4rem; height:auto;} .login .hd01{ width:6.4rem; height:1rem;} .login .hd01 img{ width:0.27rem; height:0.27rem; float:left; margin-left:0.3rem; margin-top:0.5rem;} .login .logo1{ width:100%; height:0.85rem;} .login .logo1 img{ width:2.11rem; height:0.85rem; margin-left:2.1rem;} .login .p1{ font-size:0.3rem; color:#575656; line-height:1.1rem; margin-left:0.3rem;} .login .tel{ width:5.8rem; height:0.85rem; border-bottom:1px solid #e5e5e5; margin-left:0.3rem;} .login .tel img{ width:0.2rem; float:left; margin-top:0.4rem;} .login .tel input{ height:0.55rem; float:left; margin-top:0.25rem; border:0; outline:none; margin-left:0.3rem;} .login .yzm{ width:5.8rem; height:0.85rem; border-bottom:1px solid #e5e5e5; margin-left:0.3rem;} .login .yzm img{ width:0.2rem; float:left; margin-top:0.4rem;} .login .yzm input{ width:3rem; height:0.55rem; float:left; margin-top:0.25rem; border:0; outline:none; margin-left:0.3rem;} .login .yzm a{ width:1.3rem; height:0.5rem; border:1px solid #b2b2b2; border-radius:0.2rem; font-size:0.2rem; color:#555353; display:block; float:right; line-height:0.5rem; text-align:center; margin-top:0.25rem;} .login .p2{ font-size:0.2rem; color:#8a8a8a; line-height:0.2rem; margin:0.55rem 0 0.6rem; text-indent:0.3rem;} .login .p2 span{ color:#e35a5a;} .login .a1{ width:4.3rem; height:0.7rem; background:#6fc750; text-align:center; line-height:0.7rem; display:block; font-size:0.28rem; color:#ffffff; border-radius:0.1rem; margin-left:1rem;} .login .p3{ font-size:0.22rem; color:#464343; line-height:0.6rem; float:right; margin-right:0.3rem;}
public/home/css/main.css
@charset "utf-8"; html,body,div,p,table,textarea,form,h1,h2,h3,h4,h5,ul,li,dl,dt,ol,dd,span,img{margin:0;padding:0;color:#505050;list-style:none;} select, input, img{vertical-align:middle;border:none;} body{background:#fff;-webkit-user-select:none;-webkit-text-size-adjust:none; max-width:7.2rem; margin:0 auto;} a{text-decoration:none;color:#e5347c;} .clr{clear:both;} .wrap{margin:0 auto;background:#f4f2f2;overflow:hidden;position:relative;width:100%;max-width:720px;} .nav_logo{color:#999;font-weight:bold;z-index:999;position:relative;background:#fff;line-height:0.26rem;width:100%;margin-bottom:0.01rem;} .wrapper{float:left;width:100%;overflow:hidden;position:relative;} .noScroll{overflow:hidden;height:100%;position:fixed;} /*首页*/ .header{ width:6.4rem; height:0.88rem; background:#6fc750;} .header .logo{ width:1.08rem; height:0.43rem; float:left; margin-left:0.35rem; margin-top:0.2rem;} .header .img01{ width:0.65rem; height:0.32rem; float:right; margin-right:0.35rem; margin-top:0.3rem;} .header p{ font-size:0.28rem; color:#ffffff; float:left; margin-top:0.25rem; margin-left:0.25rem; line-height:0.35rem;} .in_nav{ width:6.4rem; height:6.05rem;} .in_nav .mk01{ width:5.8rem; height:4.4rem; margin-left:0.3rem;} .in_nav .mk01 ul li{ width:2.7rem; height:1.55rem; background:#fff; margin-top:0.4rem; float:left;box-shadow:0 0 0.1rem 0.03rem #ddd; border-radius:0.1rem;} .in_nav .mk01 ul li img{ width:0.7rem; height:0.7rem; display:block; margin:auto; margin-top:0.25rem;} .in_nav .mk01 ul li p{ font-size:0.26rem; color:#3d3a3a; text-align:center; line-height:0.45rem;} .in_nav .mk01 ul li:nth-child(2){ float:right;} .in_nav .mk01 ul li:nth-child(4){ float:right;} .in_nav .mk02{ width:5.8rem; height:1.4rem; background:#fff; border-radius:0.1rem; margin-left:0.3rem;} .in_nav .mk02 .ys{ width:1.15rem; height:1.26rem; float:left; margin-top:0.14rem;} .in_nav .mk02 .m01{ width:2.6rem; height:1rem; float:left; margin-top:0.2rem;} .in_nav .mk02 .m01 p{ font-size:0.2rem; color:#246c0b; line-height:0.2rem; margin-bottom:0.15rem;} .in_nav .mk02 .m02{ width:1.2rem; height:1.2rem; margin-top:0.1rem; float:right;margin-right:0.2rem;} .in_nav .mk02 .m02 img{ width:1.2rem; height:1.2rem; float:left;} .in_zxs{ width:6.4rem; height:2.15rem; background:#fff;} .in_zxs ul{ width:5.8rem; height:2.15rem; margin-left:0.3rem;} .in_zxs ul li{ width:1.25rem; height:auto; margin-right:0.25rem; float:left;} .in_zxs ul li img{ width:1.25rem; height:1.25rem; border-radius:1.25rem; margin-top:0.25rem;} .in_zxs ul li p{ font-size:0.26rem; color:#3d3a3a; line-height:0.45rem; text-align:center;} .in_zxs ul li:nth-child(4){ margin-right:0;} .in_advert{ width:6.4rem; height:1rem;} .in_advert .nr{ width:5.8rem; height:0.5rem; background:#f5ddb8; margin-top:0.25rem; margin-left:0.3rem; border-radius:0.1rem; float:left;} .in_advert .nr .p1{ width:0.85rem; height:0.35rem; margin-top:0.075rem; margin-left:0.13rem; float:left; display:block; background:#ec6941; border-radius:0.1rem; font-size:0.28rem; color:#ffffff; text-align:center; line-height:0.35rem;} .in_advert .nr .p2{ font-size:0.26rem; color:#3d3a3a; float:left; line-height:0.5rem; margin-left:0.3rem;} .in_advert .nr img{ width:0.14rem; height:0.26rem; float:right; margin-right:0.25rem; margin-top:0.15rem;} .in_wzzx{ width:6.4rem; height:9.2rem; background:#fff; padding-top:0.2rem; } .in_wzzx .nav{ width:5.8rem; height: auto; margin-left:0.3rem;position:relative;} .in_wzzx .nav li{ width:1.16rem; height:0.5rem; float:left;} .in_wzzx .nav li .p1{ font-size:0.24rem; color:#3d3a3a; line-height:0.5rem;} .in_wzzx .nav li .chkcs{ color:#57b137;} .in_wzzx .nav li .wzzx{ width:5.8rem; height:6rem; position:absolute; display:none; top:0.5rem; left:0;} .in_wzzx .nav li .wzzx ul li{ width:5.8rem; height:1.2rem; margin-top:0.3rem; } .in_wzzx .nav li .wzzx ul li img{ width:1.2rem; height:1.2rem; float:left;} .in_wzzx .nav li .wzzx ul li .nr{ width:4.4rem; height:1.2rem; float:right;} .in_wzzx .nav li .wzzx ul li .nr .p2{ font-size:0.26rem; color:#3d3a3a;} .in_wzzx .nav li .wzzx ul li .nr .p3{ font-size:0.2rem; color:#3d3a3a; line-height:0.35rem; margin-top:0.1rem;} .footer{ width:6.4rem; height:0.95rem; position:fixed; background:#fff; bottom:0;} .footer ul li{ width:0.8rem; margin:0.15rem 0.35rem 0; float:left;} .footer ul li .tb{ width:0.4rem; height:0.4rem; background:url(../picture/tb12.png); background-size:0.4rem; margin-left:0.2rem;} .footer ul li:nth-child(2) .tb{background:url(../picture/tb13.png);background-size:0.4rem;} .footer ul li:nth-child(3) .tb{background:url(../picture/tb14.png);background-size:0.4rem;} .footer ul li:nth-child(4) .tb{background:url(../picture/tb15.png);background-size:0.4rem;} .footer ul li p{ font-size:0.2rem; color:#3d3a3a; line-height:0.35rem; text-align:center;} .footer ul .chk p{ color:#6fc750;} /*关爱社会悬浮框*/ .gashxf{ width:0.95rem; height:0.97rem; position:fixed; right:0.1rem; bottom:1.5rem;} .gashxf img{ width:0.95rem; height:0.97rem;} /*头部css2*/ .head2{ width:6.4rem; height:0.87rem; background:#6fc750;} .head2 img{ width:0.14rem; height:0.26rem; float:left; margin-top:0.3rem; margin-left:0.3rem;} .head2 p{ font-size:0.28rem; color:#ffffff; text-align:center; line-height:0.9rem; text-indent:-0.4rem;} /*咨询师列表页面*/ .zxs_fd{ width:6.4rem; height:auto; padding-top:0.3rem;padding-bottom:0.3rem; background:#fff; } .zxs_fd .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .zxs_fd .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .zxs_fd .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .zxs_fd ul{ width:5.8rem; margin-left:0.3rem;} .zxs_fd ul li{ width:1.1rem; height:0.4rem; float:left; margin-right:0.4rem;} .zxs_fd ul li:nth-child(4){ margin-right:0;} .zxs_fd ul li:nth-child(5){ margin-top:0.2rem;} .zxs_fd ul li:nth-child(6){margin-top:0.2rem;} .zxs_fd ul li:nth-child(7){margin-top:0.2rem;} .zxs_fd ul li:nth-child(8){ margin-right:0;margin-top:0.2rem;width:1.1rem; height:0.4rem; background:#e5e5e5; font-size:0.22rem; color:#242222; text-align:center; line-height:0.4rem; border-radius:0.1rem; } .zxs_fd ul li a{width:1.1rem; height:0.4rem; display:block; background:#e5e5e5; font-size:0.22rem; color:#242222; text-align:center; line-height:0.4rem; border-radius:0.1rem;} .zxs_fd ul .chk a{ background:#6fc750; color:#fff;} .yyTree{width:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999;zoom:1;opacity:0;transform:translateX(-100%);transition:0.8s;opacity:0;filter:Alpha(opacity=0);display:none;} div.thisyyTree{transform:translateX(0);opacity:1;filter:Alpha(opacity=100);-webkit-animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out; animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out;display:block;overflow:hidden;height:100%;} .yyTree .yyTrft{width:6rem;float:left;background:#fff;position:relative;height:100%;} .yyTree .yyTrRt{width:100%;float:left;height:100%;position:fixed;z-index:-1;} .yyTree .yyTrft .bt{ width:5.8rem; height:0.6rem; margin-top:0.3rem; padding-left:0.2rem;} .yyTree .yyTrft .bt .adr{ width:0.21rem; height:auto; float:left; margin-top:0.17rem;} .yyTree .yyTrft .bt p{ width:1.2rem; float:left; line-height:0.26rem; text-indent:0.05rem; font-size:0.26rem; color:#090305; padding-top:0.2rem;} .yyTree .yyTrft .bt .chk{ width:0.25rem; margin-top:0.25rem;} .yyTree .yyTrft .hx{ width:5.6rem; height:1px; background:#e5e5e5; margin-left:0.2rem; clear:both;} .yyTree .yyTrft .dq{ width:5.6rem; height:auto; margin-left:0.2rem;} .yyTree .yyTrft .p1{ font-size:0.24rem; color:#090305; line-height:0.7rem; mar} .yyTree .yyTrft ul li{ width:1.1rem; height:0.4rem; background:#e5e5e5; border-radius:0.1rem; float:left; margin-left:0.4rem; margin-bottom:0.2rem; font-size:0.22rem; line-height:0.4rem; text-align:center; color:#242222;} .yyTree .yyTrft ul li:nth-child(1){ margin-left:0;} .yyTree .yyTrft ul li:nth-child(5){ margin-left:0;} .yyTree .yyTrft ul li:nth-child(9){ margin-left:0;} .zxs_list{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem; padding-bottom:0.8rem;} .zxs_list .u1{ width:6.4rem; height:auto;} .zxs_list .u1 li{ width:100%; height:1.8rem; border-bottom:1px solid #e5e5e5;} .zxs_list .u1 li img{ width:1.2rem; height:1.2rem; border-radius:1.2rem; float:left; margin-top:0.2rem; margin-left:0.3rem;} .zxs_list .u1 li .rt{ width:4.4rem; height:auto; float:right; margin-right:0.3rem; margin-top:0.2rem;} .zxs_list .u1 li .rt .p1{ font-size:0.26rem; color:#3d3a3a;} .zxs_list .u1 li .rt .p2{ font-size:0.2rem; color:#3d3a3a;} .zxs_list .u1 li .rt .zx{ width:1.1rem; height:0.4rem; display:block; background:#eb6877; float:right; font-size:0.2rem; color:#ffffff; text-align:center; line-height:0.4rem; margin-top:0.1rem;} /*心理咨询师页面*/ .zxs_arc{ width:6.4rem; height:auto; margin-bottom:0.8rem;} .zxs_arc .mk01{ width:6.4rem; height:1.85rem; background:#fff;} .zxs_arc .mk01 img{ width:1.25rem; height:1.25rem; border-radius:1.25rem; float:left; margin-left:0.3rem; margin-top:0.3rem;} .zxs_arc .mk01 .ct{ width:3.2rem; height:1.25rem; float:left; margin-left:0.2rem; margin-top:0.3rem;} .zxs_arc .mk01 .ct .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.45rem;} .zxs_arc .mk01 .ct .p2{ font-size:0.22rem; color:#828282; line-height:0.35rem;} .zxs_arc .mk01 .ct .p3{ font-size:0.22rem; color:#3d3a3a; line-height:0.35rem;} .zxs_arc .mk01 a{ width:1.1rem; height:0.4rem; display:block; background:#eb6877; float:left; margin-top:0.4rem; font-size:0.2rem; color:#ffffff; text-align:center; line-height:0.4rem;} .zxs_arc .mk01 .a2{ margin-top:0.1rem;} .zxs_arc .mk02{ width:6.4rem; height:auto; background:#fff; margin-top:0.2rem; padding-top:0.25rem; padding-bottom:0.3rem;} .zxs_arc .mk02 .p1{width:5.8rem; font-size:0.26rem; color:#3d3a3a; line-height:0.26rem; margin-left:0.3rem;} .zxs_arc .mk02 .hx{ width:5.8rem; height:1px; background:#e5e5e5; margin:0.1rem 0 0.1rem 0.3rem;} .zxs_arc .mk02 .p2{ width:5.8rem;font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem; line-height:0.35rem;} .zxs_arc .mk02 .p3{width:5.8rem;font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem;line-height:0.35rem;} .zxs_arc .mk02 .p4{width:5.8rem;font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem;line-height:0.35rem;} .zxs_arc .mk03{ width:6.4rem; height:auto; background:#fff; margin-top:0.2rem; padding-top:0.25rem; padding-bottom:0.3rem;} .zxs_arc .mk03 .p1{width:5.8rem; font-size:0.26rem; color:#3d3a3a; line-height:0.26rem; margin-left:0.3rem;} .zxs_arc .mk03 .hx{ width:5.8rem; height:1px; background:#e5e5e5; margin:0.1rem 0 0.1rem 0.3rem;} .zxs_arc .mk03 .p2{width:5.8rem; font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem; line-height:0.35rem;} .zxs_arc .mk04{ width:6.4rem; height:auto; background:#fff; margin-top:0.2rem; padding-top:0.25rem; padding-bottom:0.3rem;} .zxs_arc .mk04 .p1{width:5.8rem; font-size:0.26rem; color:#3d3a3a; line-height:0.26rem; margin-left:0.3rem;} .zxs_arc .mk04 .hx{ width:5.8rem; height:1px; background:#e5e5e5; margin:0.1rem 0 0.1rem 0.3rem;} .zxs_arc .mk04 .nr{ width:5.8rem; font-size:0.22rem; color:#3d3a3a; margin-left:0.3rem; line-height:0.35rem;} .zxs_arc .mk04 .nr p{font-size:0.22rem; color:#3d3a3a; margin-bottom:0.2rem;} /*自测中心*/ .zczx_mn{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .zczx_mn ul li{ width:4.5rem; height:1.35rem;margin:0 auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .zczx_mn ul li a{ font-size:0.28rem; color:#3d3a3a; width:4.5rem; height:1.35rem; line-height:1.35rem; text-align:center; display:block;} .zczx_mn ul li:hover{ background:#c3f0b4;} .zczx_mn ul li:hover a{ color:#358817;} .zczx_mn ul li:nth-child(5) a{ line-height:0.45rem; padding-top:0.25rem;} /*商家中心自动判断页面*/ .sjzx_zdtzym{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .sjzx_zdtzym .p1{ font-size:0.28rem; color:#3d3a3a; padding-top:0.5rem; line-height:0.35rem; text-align:center;} .sjzx_zdtzym ul li{ width:4.5rem; height:1.35rem;margin:0 auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .sjzx_zdtzym ul li a{ font-size:0.28rem; color:#3d3a3a; width:4.5rem; height:1.35rem; line-height:1.35rem; text-align:center; display:block;} .sjzx_zdtzym ul li:hover{ background:#c3f0b4;} .sjzx_zdtzym ul li:hover a{ color:#358817;} /*商家中心入驻界面*/ .sjzx_rztj{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .sjzx_rztj .p1{ font-size:0.28rem; color:#3d3a3a; padding-top:0.5rem; line-height:0.35rem; text-align:center;} /*心理测试列表*/ .xlcs_list{ width:6.4rem; height:auto; background:#fff; padding-bottom:1rem;} .xlcs_list .tt{ width:6.4rem; height:0.75rem; border-bottom:1px solid #e5e5e5;} .xlcs_list .tt .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.75rem; float:left; margin-left:0.6rem;} .xlcs_list .tt .p2{ font-size:0.26rem; color:#3d3a3a; line-height:0.75rem; float:right; margin-right:0.6rem;} .xlcs_list .u1 li{ width:6.4rem; height:0.6rem; border-bottom:1px solid #e5e5e5;} .xlcs_list .u1 li .p1{ width:4.2rem; margin-left:0.6rem; float:left; line-height:0.6rem; font-size:0.24rem; color:#3d3a3a;} .xlcs_list .u1 li .nd{ width:1.3rem; height:0.18rem; float:left; margin-top:0.2rem;} .xlcs_list .u1 li .nd ul li{ width:0.18rem; height:0.18rem; float:left; margin-right:0.05rem;} .xlcs_list .u1 li .nd ul li:nth-child(5){ margin-right:0;} .xlcs_list .u1 li .nd ul li img{ width:0.18rem; height:0.18rem; float:left;} /*测试详情页*/ .xlcs_arc{ width:6.4rem; height:auto; background:#fff;} .xlcs_arc .dm01{ width:5.8rem; height:auto; margin-left:0.3rem; padding-bottom:0.3rem;} .xlcs_arc .dm01 .p1{ font-size:0.26rem; color:#3d3a3a; text-align:center; padding:0.25rem 0 0.15rem; line-height:0.26rem;} .xlcs_arc .dm01 .p2{ font-size:0.2rem; color:#3d3a3a; line-height:0.35rem;} .xlcs_arc .dm02{ width:6.4rem; height:auto; background:#fff6e9; padding-bottom:0.3rem;} .xlcs_arc .dm02 .p1{ font-size:0.26rem; color:#eb6877; text-align:center; line-height:0.26rem; padding:0.25rem 0 0.15rem;} .xlcs_arc .dm02 .p2{ width:5.8rem; margin-left:0.3rem; font-size:0.2rem; color:#3d3a3a; line-height:0.35rem;} .xlcs_arc .dm03{ width:6.4rem; height:auto; padding-bottom:0.5rem;} .xlcs_arc .dm03 ul li{ width:3.5rem; height:1.35rem; margin:auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .xlcs_arc .dm03 ul li:hover{ background:#c3f0b4;} .xlcs_arc .dm03 ul li .p1{ font-size:0.28rem; color:#3d3a3a; line-height:0.28rem; text-align:center; padding-top:0.35rem;} .xlcs_arc .dm03 ul li .p2{ font-size:0.2rem; color:#3d3a3a; text-align:center; line-height:0.2rem; padding-top:0.18rem;} .xlcs_arc .dm03 ul li .p2 .sp1{ color:#6fc750;} .xlcs_arc .dm03 ul li .p2 .sp2{ color:#eb6877;} .xlcs_arc .dm03 ul li .p3{ font-size:0.28rem; color:#3d3a3a; line-height:1.35rem; text-align:center;} .xlcs_arc .dm03 ul li:hover .p1{color:#358817;} .xlcs_arc .dm03 ul li:hover .p2{color:#358817;} .xlcs_arc .dm03 ul li:hover .p3{ color:#358817;} .xlcs_sm{ width:6.4rem; height:auto; padding-bottom:1rem; background:#fff; margin-top:0.2rem;} .xlcs_sm p{ width:5.8rem; margin-left:0.3rem; line-height:0.35rem; font-size:0.2rem; color:#3d3a3a; padding-top:0.3rem; padding-bottom:0.3rem;} .tcxxdj{width:100%; height:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999; display:none;} .tcxxdj .fk{ width:5.75rem; height:8.5rem; background:#fff; margin-left:0.3rem; margin-top:1.5rem; border-radius:0.2rem;} .tcxxdj .fk .p1{ font-size:0.22rem; color:#3c3a3a; line-height:0.35rem; padding:0.2rem;} .tcxxdj .fk .p1 span{ color:#6fc750;} .tcxxdj .fk .dm01{ height:0.55rem; width:5.35rem; margin-left:0.2rem; margin-top:0.3rem;} .tcxxdj .fk .dm01 p{ width:0.7rem; height:0.55rem; float:left; font-size:0.22rem; color:#575656; line-height:0.55rem;} .tcxxdj .fk .dm01 input{ width:4.5rem; height:0.5rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .tcxxdj .fk .dm02{ width:5.35rem; height:0.3rem; margin-top:0.3rem; margin-left:0.2rem;} .tcxxdj .fk .dm02 p{ width:0.7rem; height:0.55rem; float:left; font-size:0.22rem; color:#575656; line-height:0.55rem;} .tcxxdj .fk .dm02 label{ font-size:0.22rem; color:#575656;} .tcxxdj .fk .dm03{width:5.35rem; height:0.6rem; margin-top:0.3rem; margin-left:0.2rem;} .tcxxdj .fk .dm03 p{ width:0.7rem; height:0.6rem; float:left; font-size:0.22rem; color:#575656; line-height:0.55rem;} .tcxxdj .fk .dm03 label{ font-size:0.22rem; color:#575656;} .tcxxdj .fk .a1{ width:1.95rem; height:0.7rem; background:#6fc750; text-align:center; line-height:0.7rem; display:block; font-size:0.28rem; color:#ffffff; border-radius:0.1rem; margin-top:0.45rem; margin-left:1.9rem;} .tcxxdj .fk .p2{font-size:0.22rem; color:#575656; padding-top:0.35rem; line-height:0.22rem; text-indent:0.2rem;} /*娱乐测试*/ .ylcs_mn{ width:6.4rem; height:auto;} .ylcs_mn .jd{ width:6.4rem; height:1rem; background:#fff;} .ylcs_mn .jd .jdt{ width:4rem; height:0.15rem; float:left; background:#eeeeee; border-radius:0.1rem; margin-top:0.37rem; margin-left:0.3rem;} .ylcs_mn .jd .jdt .wc{ width:0.4rem; height:0.15rem; background:#feaa32; border-radius:0.1rem; float:left;} .ylcs_mn .jd .jdt img{ width:0.3rem; height:0.3rem; float:left; margin-top:-0.075rem; margin-left:-0.075rem;} .ylcs_mn .jd .p1{ font-size:0.2rem; color:#828282; float:left; margin-top:0.3rem; margin-left:0.05rem;} .ylcs_mn .jd .p2{ font-size:0.2rem; color:#828282; float:right; margin-right:0.3rem; margin-top:0.3rem;} .ylcs_mn .wt{ width:6.4rem; height:auto; background:#fff; margin-top:0.2rem;} .ylcs_mn .wt .p1{ width:5.8rem; font-size:0.26rem; color:#3d3a3a; padding-top:0.2rem; margin-left:0.3rem;} .ylcs_mn .wt ul{ padding-top:0.3rem;} .ylcs_mn .wt ul li{ width:5.78rem; height:0.75rem; background:#eeeeee; margin-left:0.3rem; border-radius:0.5rem; margin-bottom:0.5rem;} .ylcs_mn .wt ul li input{ float:left; margin-top:0.25rem; margin-left:0.3rem;} .ylcs_mn .wt ul li label{ font-size:0.24rem; color:#3d3a3a; line-height:0.75rem; float:left; margin-left:0.35rem;} .ylcs_mn .wt ul li:hover{ background:#c3f0b4;} .ylcs_mn .wt ul .active{ background:#c3f0b4;} .ylcs_mn .wt ul li:hover label{ color:#358817;} .ylcs_mn .xztj{ width:100%; height:0.7rem; padding-top:0.2rem;} .ylcs_mn .xztj p{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; border-radius:0.2rem; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; } .ylcs_mn .xztj .p2{float:left; margin-left:1.1rem;} .ylcs_mn .xztj .p3{float:left; margin-left:0.35rem;} .ylcs_mn .xztj p:hover{ background:#6fc750; color:#fff;} /*娱乐测试完成弹出*/ .yctc{width:100%; height:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999; display:none;} .yctc .fk{ width:5.75rem; height:4.1rem; background:#fff; margin-left:0.3rem; margin-top:3.7rem; border-radius:0.2rem;} .yctc .fk img{1.15rem; height:1.07rem; margin-left:2.3rem;margin-top:0.7rem;} .yctc .fk .p1{ font-size:0.22rem; color:#3d3a3a; text-align:center; line-height:0.7rem;} .yctc .fk .p2{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; border-radius:0.2rem; margin-left:1.9rem; margin-top:0.2rem;} /*专业测试弹出*/ .zctc{width:100%; height:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999; display:none;} .zctc .fk{ width:5.75rem; height:6.85rem; background:#fff; margin-left:0.3rem; margin-top:3rem; border-radius:0.2rem;} .zctc .fk .nr{ width:4.45rem; height:auto; margin-left:0.65rem; padding-top:0.5rem;} .zctc .fk .nr .p1{ font-size:0.24rem; color:#3d3a3a; line-height:0.24rem;} .zctc .fk .nr input{ width:4.4rem; height:0.55rem; border:1px solid #a0a0a0; margin-top:0.15rem; margin-bottom:0.25rem;} .zctc .fk .nr textarea{ width:4.4rem; height:1.95rem;border:1px solid #a0a0a0; margin-top:0.15rem; margin-bottom:0.25rem;} .zctc .fk .p2{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; border-radius:0.2rem; margin-left:0.7rem; float:left;} .zctc .fk .p3{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; border-radius:0.2rem; margin-left:0.35rem; float:left;} /*付费弹出*/ .fftc{width:100%; height:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999; display:none;} .fftc .fk{ width:6.4rem; height:4.1rem; background:#fff;margin-top:3rem; position:fixed;left:0; bottom:0;} .fftc .fk .p1{ font-size:0.28rem; line-height:0.28rem; color:#3d3a3a; margin-top:0.65rem; margin-bottom:0.4rem; margin-left:0.3rem; font-weight:bolder;} .fftc .fk .p1 span{ font-size:0.28rem; color:#e21616; float:right; margin-right:0.3rem;} .fftc .fk .p2{ width:6.4rem; height:0.45rem; background:#f4f4f4; font-size:0.22rem; color:#3d3a3a; line-height:0.45rem; text-indent:0.3rem;} .fftc .fk ul li{ width:6.4rem; height:0.75rem; border-bottom:1px solid #e5e5e5;} .fftc .fk ul li label{ float:left; line-height:0.75rem; text-indent:0.1rem; font-size:0.24rem; color:#3d3a3a;} .fftc .fk ul li label img{ width:0.35rem; float:left; margin-left:0.3rem; margin-top:0.25rem;} .fftc .fk ul li input{ float:right; margin-right:0.3rem; margin-top:0.25rem; width:0.3rem;} .fftc .fk .qr{ width:100%; height:0.8rem; background:#6fc750; display:block; font-size:0.28rem; color:#ffffff; line-height:0.8rem; text-align:center;} /*心理咨询*/ .xlzx_mn{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .xlzx_mn ul li{ width:4.5rem; height:1.35rem;margin:0 auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .xlzx_mn ul li a{ font-size:0.28rem; color:#3d3a3a; width:4.5rem; height:1.35rem; line-height:1.35rem; text-align:center; display:block;} .xlzx_mn ul li:hover{ background:#c3f0b4;} .xlzx_mn ul li:hover a{ color:#358817;} /*心理咨询二级列表*/ .zczx_two{ width:6.4rem; height:auto; padding-bottom:1.8rem;} .zczx_two ul li{ width:4.5rem; height:1.35rem;margin:0 auto; margin-top:0.55rem; border-radius:0.1rem; box-shadow:0 0 9px 3px #ddd;} .zczx_two ul li a{ font-size:0.28rem; color:#3d3a3a; width:4.5rem; height:1.35rem; line-height:1.35rem; text-align:center; display:block;} .zczx_two ul li:hover{ background:#c3f0b4;} .zczx_two ul li:hover a{ color:#358817;} /*心理咨询兑换*/ .zczx_dh{ width:100%; height:auto;} .zczx_dh ul .lf{ width:100%; height:auto; margin-top:0.65rem; float:left;} .zczx_dh ul .lf .img01{ width:0.85rem; height:0.85rem; margin-left:0.3rem; float:left;} .zczx_dh ul .lf .dhn{ width:3.6rem; height: auto; background:#fff; float:left; margin-left:0.3rem; padding:0.2rem 0; border-radius:0.2rem;} .zczx_dh ul .lf .dhn .img02{ width:0.36rem; height:0.22rem; float:left; margin-left:-0.25rem; margin-top:-0.1rem;} .zczx_dh ul .lf .dhn p{ width:2.8rem; line-height:0.35rem; font-size:0.24rem; color:#3d3a3a; margin-left:0.5rem; } .zczx_dh ul .rt{ width:100%; height:auto; margin-top:0.65rem; float:right;} .zczx_dh ul .rt .img01{ width:0.85rem; height:0.85rem; margin-right:0.3rem; float:right;} .zczx_dh ul .rt .dhn{ width:3.6rem; height: auto; background:#79cf5c; float:right; margin-right:0.3rem; padding:0.2rem 0; border-radius:0.2rem;} .zczx_dh ul .rt .dhn .img02{ width:0.36rem; height:0.22rem; float:right; margin-right:-0.25rem; margin-top:-0.1rem;} .zczx_dh ul .rt .dhn p{ width:2.8rem; line-height:0.35rem; font-size:0.24rem; color:#fff; margin-left:0.5rem; } /*咨询师列表页面*/ .zsxg_fd{ width:6.4rem; height:auto; padding-top:0.3rem; background:#fff; } .zsxg_fd .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .zsxg_fd .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .zsxg_fd .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .zsxg_fd .xz{ width:100%; height:2.55rem; background:#f4f4f4;} .zsxg_fd .xz .bg{ width:5.8rem; height:2.1rem; background:#e5e5e5; margin-top:0.25rem; float:left; margin-left:0.3rem; border-radius:0.2rem;} .zsxg_fd .xz .bg ul{ width:5.8rem; height:2rem; float:left; margin-top:0.1rem; background:#fff; border-radius:0.2rem;} .zsxg_fd .xz .bg ul li{ width:1.65rem; height:0.5rem; float:left; margin-right:0.3rem; margin-top:0.35rem;} .zsxg_fd .xz .bg ul li:nth-child(1){ margin-left:0.15rem;} .zsxg_fd .xz .bg ul li:nth-child(3){ margin-right:0;} .zsxg_fd .xz .bg ul li:nth-child(4){ margin-left:0.15rem;} .zsxg_fd .xz .bg ul li:nth-child(6){ margin-right:0;width:1.65rem; height:0.5rem; border:1px solid #2079c4;font-size:0.22rem; color:#2079c4; text-align:center; line-height:0.5rem; border-radius:0.1rem; } .zsxg_fd .xz .bg ul li a{width:1.65rem; height:0.5rem; display:block; font-size:0.22rem; color:#2079c4; text-align:center; line-height:0.5rem; border-radius:0.1rem; border:1px solid #2079c4;} .zsxg_fd .xz .bg ul .chk a{ background:#d7e9f8; color:#2079c4;} .jbTree{width:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999;zoom:1;opacity:0;transform:translateX(-100%);transition:0.8s;opacity:0;filter:Alpha(opacity=0);display:none;} div.thisyyTree{transform:translateX(0);opacity:1;filter:Alpha(opacity=100);-webkit-animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out; animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out;display:block;overflow:hidden;height:100%;} .jbTree .yyTrft{width:5.7rem;float:left;background:#fff;position:relative;height:100%;} .jbTree .yyTrRt{width:100%;float:left;height:100%;position:fixed;z-index:-1;} .jbTree .yyTrft .tt{ width:5.4rem; height:0.8rem; margin-left:0.3rem; border-bottom:1px solid #e5e5e5;} .jbTree .yyTrft .tt img{ width:0.26rem; height:0.24rem; float:left; margin-top:0.4rem;} .jbTree .yyTrft .tt p{ font-size:0.26rem; color:#090305; line-height:0.26rem; margin-top:0.4rem; float: left; margin-left:0.1rem;} .jbTree .yyTrft .jb{ width:5.4rem; height:auto; margin-left:0.3rem;} .jbTree .yyTrft .jb ul li{ width:1.6rem; height:0.5rem; border:1px solid #2079c4; float:left; margin-top:0.3rem; border-radius:0.1rem; margin-right:0.15rem;} .jbTree .yyTrft .jb ul li a{ width:1.6rem; height:0.5rem; display:block;font-size:0.22rem; color:#2079c4; text-align:center; line-height:0.5rem;} .zsxg_list{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem; padding-bottom:0.8rem;} .zsxg_list .u1{ width:6.4rem; height:auto;} .zsxg_list .u1 li{ width:100%; height:1.8rem;} .zsxg_list .u1 li img{ width:1.2rem; height:1.2rem; float:left; margin-top:0.2rem; margin-left:0.3rem;} .zsxg_list .u1 li .rt{ width:4.4rem; height:auto; float:right; margin-right:0.3rem; margin-top:0.2rem;} .zsxg_list .u1 li .rt .p1{ font-size:0.26rem; color:#3d3a3a;} .zsxg_list .u1 li .rt .p2{ font-size:0.18rem; color:#888888; line-height:0.35rem;} .zsxg_list .u1 li .rt .p3{ font-size:0.2rem; color:#3d3a3a;} .zsxg_fd2{ width:6.4rem; height:auto; padding-top:0.3rem; background:#fff; } .zsxg_fd2 .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .zsxg_fd2 .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .zsxg_fd2 .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .zsxg_fd2 .xz{ width:100%; height:auto; background:#f4f4f4; background:#f5f5f5;} .zsxg_fd2 .xz .bg{ width:100%; height:auto; margin-top:0.15rem; float:left; background:#fff;} .zsxg_fd2 .xz .bg ul{ width:5.8rem; height:auto; float:left;background:#fff; border-radius:0.2rem; margin-left:0.3rem; } .zsxg_fd2 .xz .bg ul li{ width:2.75rem; height:0.7rem; float:left; margin-top:0.35rem;box-shadow:0 0 0.05rem 0.02rem #eee; border-radius:0.2rem;} .zsxg_fd2 .xz .bg ul li a{width:2.75rem; display:block; height:0.7rem; font-size:0.24rem; color:#3d3a3a; line-height:0.7rem; text-indent:0.2rem;} .zsxg_fd2 .xz .bg ul li:nth-child(2){ float:right;} .zsxg_fd2 .xz .bg ul li:nth-child(4){ float:right;} .zsxg_fd2 .xz .bg ul li:nth-child(6){ float:right;} .zsxg_fd2 .xz .bg ul li:nth-child(8){ float:right;} .zsxg_fd2 .xz .bg ul li:nth-child(10){ float:right;} .zsxg_fd2 .xz .bg ul li span{ width:0.03rem; height:0.2rem; display:block; float:left; background:#f86472; margin-left:0.2rem; margin-top:0.25rem;} .zsxg_fd2 .xz .bg ul li img{ width:0.14rem; height:0.26rem; float:right; margin-top:0.25rem; margin-right:0.3rem;} .zsxg_arc{ width:6.4rem; height:auto; padding-bottom:1.2rem;} .zsxg_arc .bann{ width:6.4rem; height:3.1rem; background:#fff;} .zsxg_arc .bann img{ width:5.7rem; height:2.6rem; margin-top:0.25rem; margin-left:0.35rem;} .zsxg_arc .nr{ width:6.4rem; height:auto; margin-top:0.25rem; background:#fff;} .zsxg_arc .nr .tt{ width:5.8rem; height:0.5rem; margin-left:0.3rem; padding-top:0.2rem;} .zsxg_arc .nr .tt ul li{ width:0.5rem; height:0.35rem; margin-right:0.82rem; float:left; font-size:0.24rem; color:#3d3a3a;} .zsxg_arc .nr .tt ul li:hover{ color:#57b137; border-bottom:2px solid #57b137; cursor:pointer;} .zsxg_arc .nr .tt ul li:nth-child(5){ margin-right:0;} .zsxg_arc .nr .gaisu{ width:5.8rem; height:auto; margin-left:0.3rem; clear:both;} .zsxg_arc .nr .gaisu .p1{ width:5.8rem; height:0.65rem; border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5; line-height:0.7rem; text-indent:0.1rem;} .zsxg_arc .nr .gaisu .p1 img{ width:0.24rem; height:0.27rem; float:left; margin-top:0.2rem; } .zsxg_arc .nr .gaisu .p2{ font-size:0.2rem; line-height:0.45rem; padding-top:0.1rem;} /*我只想倾诉*/ .wzxqs_xz{ width:6.4rem; height:0.9rem; background:#fff;padding-top:0.3rem;} .wzxqs_xz .qs_xz{ width:5.8rem; height:0.55rem; margin-left:0.3rem;} .wzxqs_xz .qs_xz select{ width:1.65rem; height:0.55rem; background:#e5e5e5; font-size:0.22rem; color:#232324; border:0;} .wzxqs_xz .qs_xz select option{ font-size:0.22rem; color:#232324;} .wzxqs_list{ width:6.4rem; height:auto; margin-top:0.15rem;padding-bottom:1rem;} .wzxqs_list ul li{ width:5.8rem; height:2rem; background:#fff; margin-left:0.3rem; border-radius:0.2rem; margin-bottom:0.25rem;} .wzxqs_list ul li img{ width:1.54rem; height:1.53rem; float:left; margin-top:0.2rem; margin-left:0.2rem;} .wzxqs_list ul li .rt{ width:3.7rem; float:left; margin-left:0.15rem;} .wzxqs_list ul li .rt .p1{ font-size:0.26rem; color:#3d3a3a; padding-top:0.2rem; line-height:0.26rem;} .wzxqs_list ul li .rt .p1 span{ width:auto; height:0.26rem; background:#bfe3ae; margin-left:0.3rem; padding-left:0.1rem; padding-right:0.1rem; font-size:0.18rem; color:#296713; line-height:0.26rem;} .wzxqs_list ul li .rt .p2{ font-size:0.18rem; color:#3c3a3a; line-height:0.25rem;} .wzxqs_list ul li .rt .p3{ font-size:0.18rem; height:0.18rem; color:#ec6941; padding-top:0.1rem; padding-bottom:0.1rem;} .wzxqs_list ul li .rt .p3 span{ font-size:0.18rem; color:#ec6941; height:0.3rem; padding:0 0.1rem; border:1px solid #ec6941; float:left; margin-right:0.1rem; border-radius:0.1rem;} .wzxqs_list ul li .rt .p4{ font-size:0.18rem; color:#888888; line-height:0.35rem; float:left;} .wzxqs_list ul li .rt .p4 span{ color:#f10707;} /*我只想倾诉文章页*/ .wzxqs_arc{ width:6.4rem; height:auto; } .wzxqs_arc .qsdx{ width:6.4rem; height:2.2rem;background:#fff;} .wzxqs_arc .qsdx img{ width:1.55rem; height:1.55rem; float:left; margin-left:0.5rem; margin-top:0.35rem;} .wzxqs_arc .qsdx .rt{ width:3.8rem; height:1.55rem; float:left; margin-top:0.35rem; float:right; margin-right:0.3rem;} .wzxqs_arc .qsdx .rt .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.26rem;} .wzxqs_arc .qsdx .rt .p1 span{ width:auto; height:0.26rem; background:#bfe3ae; margin-left:0.3rem; padding-left:0.1rem; padding-right:0.1rem; font-size:0.18rem; color:#296713; line-height:0.26rem;} .wzxqs_arc .qsdx .rt .p2{ font-size:0.18rem; color:#3c3a3a; line-height:0.25rem;} .wzxqs_arc .qsdx .rt .p3{ font-size:0.18rem; height:0.18rem; color:#ec6941; padding-top:0.1rem; padding-bottom:0.1rem;} .wzxqs_arc .qsdx .rt .p3 span{ font-size:0.18rem; color:#ec6941; height:0.3rem; padding:0 0.1rem; border:1px solid #ec6941; float:left; margin-right:0.1rem; border-radius:0.1rem;} .wzxqs_arc .qsdx .rt .p4{ font-size:0.18rem; color:#888888; line-height:0.35rem; float:left;} .wzxqs_arc .qsdx .rt .p4 span{ color:#f10707;} .wzxqs_arc .xz{ width:6.4rem; height:2rem; background:#e4f2ff; margin-top:0.2rem;} .wzxqs_arc .xz a{ width:2.65rem; height:1.1rem; background:#fff; display:block; float:left; margin-left:0.35rem; margin-top:0.25rem; border-radius:0.2rem;} .wzxqs_arc .xz a .p1{ font-size:0.28rem; color:#3d3a3a; text-align:center; padding-top:0.4rem; line-height:0.28rem;} .wzxqs_arc .xz a .p2{ font-size:0.22rem; color:#f56565; text-align:center; padding-top:0.2rem; line-height:0.22rem;} .wzxqs_arc .nr{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .wzxqs_arc .nr .p1{ font-size:0.26rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.22rem;} .wzxqs_arc .nr .p1 img{ width:0.22rem; float:left; margin-left:0.3rem; margin-right:0.1rem;} .wzxqs_arc .nr .p2{ width:5.8rem; font-size:0.2rem; color:#737070; padding-top:0.15rem; padding-bottom:0.2rem; margin-left:0.3rem; } .yhpj{ width:6.4rem; height:auto; margin-top:0.15rem; padding-bottom:1.2rem; background:#fff;} .yhpj .tt{ width:5.8rem; height:0.65rem; margin-left:0.3rem; border-bottom:1px solid #e5e5e5;} .yhpj .tt p{ font-size:0.26rem; color:#0972e7; line-height:0.27rem; padding-top:0.25rem;} .yhpj .tt p img{ width:0.27rem; height:0.27rem; margin-left:0.05rem;} .yhpj ul li{ width:5.8rem; height:0.9rem; margin-left:0.3rem;} .yhpj ul li .p1{ font-size:0.2rem; color:#888888; line-height:0.2rem; padding-top:0.2rem;} .yhpj ul li .p1 span{ float:right;} .yhpj ul li .p2{ font-size:0.2rem; color:#3d3a3a; line-height:0.2rem; padding-top:0.2rem;} .yhpj ul li .p2 span{ float:right;} .yhpj ul li .p2 span img{ width:0.18rem; float:left; margin-left:0.1rem;} /*我只想倾诉对象界面*/ .wzxqs_qs{ width:6.4rem; height:auto;} .wzxqs_qs .lc{ width:6.4rem; height:2.2rem; background:#fff;} .wzxqs_qs .lc img{ width:5.76rem; margin-left:0.3rem; float:left; margin-top:0.4rem;} .wzxqs_qs .fwxx{ width:6.4rem; height:3.6rem; margin-top:0.15rem; background:#fff;} .wzxqs_qs .fwxx .tt{ width:5.8rem; height:0.65rem; border-bottom:1px solid #e5e5e5; margin-left:0.3rem;} .wzxqs_qs .fwxx .tt p{ font-size:0.26rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.26rem;} .wzxqs_qs .fwxx .qs_zxs{ width:5.8rem; height:auto; margin-left:0.3rem;} .wzxqs_qs .fwxx .qs_zxs .lt{ width:1.97rem; height:2.6rem; float:left; margin-left:0.4rem; margin-top:0.25rem;} .wzxqs_qs .fwxx .qs_zxs .lt img{ width:1.97rem; height:1.82rem;} .wzxqs_qs .fwxx .qs_zxs .lt .p1{ font-size:0.26rem; color:#3d3a3a; text-align:center;} .wzxqs_qs .fwxx .qs_zxs .lt .p2{ font-size:0.2rem; color:#737070; text-align:center;} .wzxqs_qs .fwxx .qs_zxs .rt{ width:2.35rem; height:auto; float:left; margin-left:0.65rem; margin-top:0.25rem;} .wzxqs_qs .fwxx .qs_zxs .rt ul li{ width:2.35rem; height:0.68rem; border:1px solid #bfbfbf; border-radius:0.1rem; margin-bottom:0.2rem; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.68rem;} .wzxqs_qs .fwxx .qs_zxs .rt ul li:hover{ background:#ef8d6f; color:#fff; border:0;} .wzxqs_qs .qsfx{ width:6.4rem; height:auto; margin-top:0.15rem; background:#fff; padding-bottom:1rem;} .wzxqs_qs .qsfx .tt{ width:5.8rem; height:0.75rem; margin-left:0.3rem;} .wzxqs_qs .qsfx .tt p{ font-size:0.26rem; color:#3d3a3a; line-height:0.26rem; padding-top:0.25rem;} .wzxqs_qs .qsfx ul{ width:5.8rem; margin-left:0.3rem;} .wzxqs_qs .qsfx ul li{ width:1.1rem; height:0.4rem; background:#e5e5e5; float:left; margin-right:0.4rem; margin-bottom:0.2rem; border-radius:0.1rem;} .wzxqs_qs .qsfx ul li:nth-child(4){ margin-right:0;} .wzxqs_qs .qsfx ul li:nth-child(8){ margin-right:0;} .wzxqs_qs .qsfx ul li p{ font-size:0.22rem; color:#242222; line-height:0.4rem; text-align:center;} .wzxqs_qs .qsfx ul .chk{ background:#6fc750;} .wzxqs_qs .qsfx ul .chk p{ color:#fff;} .wzxqs_qs .qsfx .xz{ width:100%; height:0.85rem;} .wzxqs_qs .qsfx .p1{ font-size:0.24rem; color:#1b1919;float:right; margin-right:0.3rem; margin-top:0.2rem; padding-bottom:0.5rem;} .wzxqs_qs .qsfx .p1 span{ color:#e21616;} .wzxqs_qs .qsfx .p2{ font-size:0.24rem; color:#3d3a3a; width:1.3rem; margin-left:0.3rem; float:left; line-height:0.55rem;} .wzxqs_qs .qsfx input{ width:4.4rem; height:0.55rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .wzxqs_qs .qsfx .hx{ width:6.4rem; height:1px; background:#dcdcdc;} .wzxqs_qs .qsfx .tj{ width:6.4rem; height:1.65rem;} .wzxqs_qs .qsfx .tj .p4{ font-size:0.22rem; color:#3d3a3a; padding-top:0.3rem; text-indent:0.3rem; line-height:0.22rem;} .wzxqs_qs .qsfx .tj .p4 span{ color:#f62222;} .wzxqs_qs .qsfx .tj .p5{ font-size:0.18rem; color:#1b1919;padding-top:0.2rem; text-indent:0.3rem; line-height:0.18rem;} .wzxqs_qs .qsfx .tj .p5 span{ color:#f62222;} .wzxqs_qs .qsfx .tj .p6{ width:1.7rem; height:0.6rem; background:#6fc750; border-radius:0.2rem; line-height:0.6rem; float:right; margin-right:0.3rem; font-size:0.26rem; color:#fff; text-align:center;} /*关爱社会*/ .gash_bann{ width:6.4rem; height:3rem; background:#d2d2d2;} .gash_nav{ width:6.4rem; height:1.7rem; background:#fff; margin-top:0.15rem;} .gash_nav ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_nav ul li{ width:1.1rem; height:auto; float:left; margin-right:0.46rem;} .gash_nav ul li:nth-child(4){ margin-right:0;} .gash_nav ul li img{ width:0.7rem; height:0.7rem; margin:0 auto; display:block; padding-top:0.3rem;} .gash_nav ul li p{ text-align:center; font-size:0.26rem; color:#3d3a3a; line-height:0.55rem;} .gash_gymj{ width:6.4rem; height:3rem; background:#fff; margin-top:0.15rem;} .gash_gymj .tt{ width:6.4rem; height:0.9rem;} .gash_gymj .tt img{ width:1.91rem; height:0.24rem; float:left; margin-left:2.3rem; margin-top:0.3rem;} .gash_gymj ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_gymj ul li{ width:1.75rem; height:auto; float:left; margin-right:0.25rem;} .gash_gymj ul li:nth-child(3){ margin-right:0;} .gash_gymj ul li img{ width:1.55rem; height:1.1rem; border-radius:0.1rem; margin-left:0.1rem; } .gash_gymj ul li .p1{ font-size:0.2rem; color:#3d3a3a; text-align:center; padding-top:0.2rem; line-height:0.2rem;} .gash_gymj ul li .p2{ font-size:0.18rem; color:#888888; text-align:center; padding-top:0.1rem; line-height:0.18rem;} .gash_cszx{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .gash_cszx .tt{ width:5.8rem; height:0.7rem; margin-left:0.3rem;} .gash_cszx .tt p{ font-size:0.28rem; color:#9e6f26; padding-top:0.25rem; line-height:0.28rem;} .gash_cszx ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_cszx ul li{ width:5.8rem; height:1.45rem; border-bottom:1px solid #e5e5e5; margin-bottom:0.3rem;} .gash_cszx ul li img{ width:1.2rem; height:1.2rem; border-radius:0.2rem; float:left;} .gash_cszx ul li .rt{ width:4.4rem; float:right;} .gash_cszx ul li .p1{ font-size:0.26rem; color:#3d3a3a;} .gash_cszx ul li .p2{ font-size:0.2rem; color:#575656; margin-top:0.1rem;} /*关爱社会组织机构*/ .head3{ width:6.4rem; height:1.85rem; background:#fff;} .head3 .top{ width:5.8rem; height:1rem;margin-left:0.3rem;} .head3 .top .fh{ float:left; margin-top:0.3rem; width:0.14rem; height:0.26rem;} .head3 .top .rz{ width:0.26rem; height:0.22rem; float:left; float:left;} .head3 .top p{ float:right; padding-top:0.35rem; font-size:0.24rem; color:#3d3a3a; line-height:0.24rem;} .head3 .zxs_fn{ width:6.4rem; height:auto;background:#fff; } .head3 .zxs_fn .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .head3 .zxs_fn .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .head3 .zxs_fn .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .gash_cszz{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .gash_cszz .tt{ width:5.8rem; height:0.6rem; margin-left:0.3rem; } .gash_cszz .tt p{ font-size:0.28rem; color:#3a3937; padding-top:0.25rem; line-height:0.28rem;} .gash_cszz ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_cszz ul li{ width:5.8rem; height:1.55rem; border-bottom:1px solid #e5e5e5;} .gash_cszz ul li img{ width:1.16rem; height:1.16rem; border-radius:1.16rem; float:left; margin-top:0.25rem;} .gash_cszz ul li .rt{ width:4.4rem; height:auto; float:right; margin-top:0.25rem;} .gash_cszz ul li .rt .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.26rem;} .gash_cszz ul li .rt .p2{ font-size:0.2rem; color:#575656; line-height:0.35rem; padding-top:0.1rem;} .gash_cszz ul li:last-child{ border:0;} /*关爱社会资讯内容*/ .gash_zx{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .gash_zx .tt{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_zx .tt .p1{ font-size:0.32rem; color:#3d3a3a; padding-top:0.2rem;} .gash_zx .tt .p2{ font-size:0.18rem; color:#888888; line-height:0.18rem; padding-top:0.2rem; padding-bottom:0.3rem;} .gash_zx .tt .p2 span{ float:right;} .gash_zx .zw{ width:5.8rem; height:auto; margin-left:0.3rem; padding-bottom:0.3rem;} .gash_zx .zw img{ width:5.8rem; height:auto; margin-bottom:0.1rem;} .gash_zx .zw p{ font-size:0.2rem; color:#737070; line-height:0.35rem;} /*关爱社会求助界面*/ .gash_qz{ width:6.4rem; height:auto;} .gash_qz .sm{ width:6.4rem; height:auto; background:#fff; padding:0.4rem 0 0.25rem;} .gash_qz .sm p{ width:5.6rem; height:auto; margin-left:0.3rem; background:#ffe9c6; padding:0.2rem 0.1rem; border-radius:0.15rem;} .gash_qz .sm p span{ color:#f21332;} .gash_qz .nr{ width:6.4rem; height:auto; margin-top:0.15rem; padding-top:0.3rem;} .gash_qz .nr .p1{ font-size:0.22rem; color:#575656; width:1.2rem; line-height:0.6rem; margin-left:0.3rem; float:left;} .gash_qz .nr .tex01{ width:4.5rem; height:0.6rem; border:1px solid #a0a0a0; float:left;border-radius:0.1rem;} .gash_qz .nr .p2{ font-size:0.22rem; color:#575656; clear:both; margin-left:0.3rem; line-height:0.6rem;} .gash_qz .nr select{ width:1.6rem; height:0.5rem; margin-left:0.3rem;} .gash_qz .nr .tex02{ width:5.8rem; height:0.6rem; background:#e5e5e5; border-radius:0.1rem; margin-left:0.3rem; margin-top:0.25rem; margin-bottom:0.3rem;} .gash_qz .nr textarea{ width:4.6rem; height:2.3rem; border:1px solid #a0a0a0; border-radius:0.1rem;} .gash_qz .nr .sc{ width:1.3rem; height:1.3rem; float:left; margin-right:0.35rem;} .gash_qz .nr .p3{ width:5.8rem; height:auto; margin-left:0.3rem; font-size:0.22rem; color:#3c3a3a; padding-top:0.3rem; clear:both;} .gash_qz .nr .p3 span{ color:#6fc750;} .gash_qz .nr .tj{ width:5.8rem; height:0.7rem; background:#6fc750; border-radius:0.1rem; text-align:center; line-height:0.7rem; font-size:0.28rem; color:#ffffff; display:block; margin-left:0.3rem; margin-top:0.3rem; margin-bottom:0.3rem;} /*关爱社会和募捐*/ .gash_mj{ width:6.4rem; height:auto; margin-top:0.15rem;} .gash_mj .nr{ width:5.8rem; height:auto; margin-left:0.3rem;} .gash_mj .nr .img01{ width:3.2rem; height:1.75rem; display:block; margin:0 auto; border-radius:0.1rem; padding-top:0.15rem;} .gash_mj .nr .p1{ font-size:0.24rem; color:#3d3a3a; text-align:center; line-height:0.65rem;} .gash_mj .nr .p1 span{ color:#f85858;} .gash_mj .nr .p2{ width:5.5rem; height:auto; padding:0.2rem 0.15rem; background:#eeeeee; font-size:0.2rem; color:#3d3a3a; line-height:0.35rem; border-radius:0.1rem; margin-bottom:0.2rem;} .gash_mj .nr .p3{ font-size:0.22rem; color:#575656; line-height:0.5rem;} .gash_mj .nr ul li{ width:100%; height:0.8rem; padding-top:0.2rem;} .gash_mj .nr ul li .p4{ width:1.1rem; height:0.55rem; float:left; clear:both; font-size:0.22rem; color:#575656; line-height:0.55rem; float:left;} .gash_mj .nr ul li .va01{ width:4.5rem; height:0.55rem; border:1px solid #a0a0a0; border-radius:0.1rem;} .gash_mj .nr .p5{ width:5.8rem; height:0.6rem; font-size:0.22rem; color:#575656;} .gash_mj .nr .p6{ float:left;} .gash_mj .nr .p7{ float:right;} .gash_mj .nr .p6 img{ width:0.35rem; height:auto; float:left;} .gash_mj .nr .p6 input{ float:left; width:0.25rem;} .gash_mj .nr .p7 input{ float:left; width:0.25rem;} .gash_mj .nr .p7 img{ width:0.35rem; height:auto; float:left;} .gash_mj .nr a{ width:5.8rem; height:0.7rem; background:#6fc750; font-size:0.28rem; color:#ffffff; line-height:0.7rem; display:block; clear:both; margin-top:0.6rem; text-align:center; border-radius:0.1rem;} /*精神疾病列表界面*/ .jsjb_list{ width:6.4rem; height:auto;} .jsjb_list .mk01{ width:6.4rem; height:auto; background:#fff; padding-top:0.4rem;} .jsjb_list .mk01 ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_list .mk01 ul li{ width:1.1rem; height:0.4rem; background:#e5e5e5; float:left; margin-right:0.4rem; margin-bottom:0.2rem;} .jsjb_list .mk01 ul li:nth-child(4){ margin-right:0;} .jsjb_list .mk01 ul li:nth-child(8){ margin-right:0;} .jsjb_list .mk01 ul li:nth-child(12){ margin-right:0;} .jsjb_list .mk01 ul li:nth-child(16){ margin-right:0;} .jsjb_list .mk01 ul li{ text-align:center; line-height:0.4rem; border-radius:0.1rem;} .jsjb_list .mk01 ul li a{ width:5.8rem; height:auto;font-size:0.2rem; color:#242222;} .jsjb_list .mk01 ul li:hover{ background:#6fc750;} .jsjb_list .mk01 ul li:hover a{ color:#fff;} .jsjb_list .list{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .jsjb_list .list ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_list .list ul li{ width:5.8rem; height:1.9rem; border-bottom:1px solid #e5e5e5;} .jsjb_list .list ul li .p1{ width:5.8rem; height:0.7rem; border-bottom:1px solid #e5e5e5; font-size:0.26rem; color:#3d3a3a; line-height:0.7rem;} .jsjb_list .list ul li .p2{ font-size:0.18rem; color:#6f6f6f; line-height:0.3rem; padding-top:0.1rem;} /*精神疾病文章页面*/ .jsjb_arc{ width:6.4rem; height:auto;} .jsjb_arc .jbbann{ width:6.4rem; height:3.1rem; background:#fff;} .jsjb_arc .jbbann img{ width:5.8rem; height:2.65rem; float:left; margin-top:0.2rem; margin-left:0.3rem;} .jsjb_arc .nr{ width:6.4rem; height:auto; margin-top:0.15rem; background:#fff;} .jsjb_arc .nr ul{ width:5.8rem; height:0.7rem; margin-left:0.3rem; border-bottom:1px solid #e5e5e5;} .jsjb_arc .nr ul li{ width:0.5rem; height:0.45rem;; float:left; margin-right:1.2rem;line-height:0.45rem; padding-top:0.15rem; color:#3d3a3a; font-size:0.24rem; line-height:0.45rem; text-align:center;} .jsjb_arc .nr ul .chk{border-bottom:2px solid #57b137; color:#57b137;} .jsjb_arc .nr ul li:nth-child(4){ margin-right:0; } .jsjb_arc .nr .by{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_arc .nr .zz{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_arc .nr .zl{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_arc .nr .yf{ width:5.8rem; height:auto; margin-left:0.3rem;} .jsjb_arc .nr .p1{ color:#3d3a3a; font-size:0.26rem; line-height:0.65rem; border-bottom:1px solid #e5e5e5;} .jsjb_arc .nr .p1 img{ width:0.24rem; float:left; margin-right:0.1rem; margin-top:0.2rem;} .jsjb_arc .nr .p2{ font-size:0.2rem; color:#737070; line-height:0.45rem; border-bottom:1px solid #e5e5e5; padding-bottom:0.2rem; padding-top:0.1rem;} /*推荐文章页面*/ .arc_list{ width:6.4rem; height:auto; background:#fff;} .arc_list ul{ width:5.8rem; height:auto; margin-left:0.3rem; padding-top:0.35rem;} .arc_list ul li{ width:5.8rem; height:1.55rem;} .arc_list ul li img{ width:1.2rem; height:1.2rem; float:left;} .arc_list ul li .rt{ width:4.3rem; height:auto; float:right;} .arc_list ul li .rt .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.35rem;} .arc_list ul li .rt .p2{ font-size:0.18rem; color:#888888; line-height:0.3rem;} .arc_list ul li .rt .p3{ font-size:0.2rem; color:#3d3a3a; line-height:0.3rem;} /*资讯正文*/ .arc_arc{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem;} .arc_arc .nr{ width:5.8rem; height:auto; margin-left:0.3rem; padding-bottom:0.5rem;} .arc_arc .nr .p1{ font-size:0.32rem; color:#3d3a3a; padding-top:0.1rem; line-height:0.45rem;} .arc_arc .nr img{ width:5.8rem; margin:0.2rem 0;} .arc_arc .nr .p2{ font-size:0.18rem; color:#888888; line-height:0.5rem;} .arc_arc .nr .p2 span{ float:right;} .arc_arc .nr .p3{ font-size:0.2rem; color:#737070; line-height:0.35rem;} .arc_arc .nr .p4{ width:0.9rem; height:0.3rem; float:right; font-size:0.22rem; color:#7c7c7c; line-height:0.3rem;} .arc_arc .nr .p5{ width:0.9rem; height:0.3rem; float:right; font-size:0.22rem; color:#f3850e; line-height:0.3rem;} .arc_arc .nr .p6{ width:0.9rem; height:0.3rem; float:left;font-size:0.22rem; color:#888888; line-height:0.3rem; font-weight:bold;} .arc_arc .nr .bg{ color:#f3850e;} .arc_arc .nr .hx{ width:5.8rem; height:1px; background:#e5e5e5;} .arc_arc .pl{ width:6.4rem; height:auto; background:#fff; padding-top:0.5rem;} .arc_arc .pl textarea{ width:5.2rem; height:1rem; margin-left:0.5rem; border:1px solid #ccc; outline:none; padding:0.1rem;resize:none;} .arc_arc .pl a{ width:1.2rem; height:0.5rem; display:block; background:#6fc750; font-size:0.22rem; text-align:center; line-height:0.5rem; float:right; margin-right:0.6rem; border-radius:0.2rem;} .arc_arc .nr .p4 img{ width:0.3rem; height:0.3rem; float:left; margin:0; margin-right:0.05rem;} .arc_arc .nr .p5 img{ width:0.3rem; height:0.3rem; float:left; margin:0; margin-right:0.05rem;} .arc_arc .lyhf{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .arc_arc .lyhf .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .arc_arc .lyhf .p1 .sp01{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .arc_arc .lyhf .p1 .sp02{ width:0.28rem; height:0.28rem; border-radius:0.28rem; display:block; background:#f65262; float:left; font-size:0.16rem; color:#fff;margin-top:0.2rem;line-height:0.28rem; text-align:center;} .arc_arc .lyhf .p1 .sp03{ float:left; width:1.1rem;} .arc_arc .lyhf .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .arc_arc .lyhf ul{ width:5.2rem; margin-left:0.3rem;} .arc_arc .lyhf ul li{ width:5.2rem; height:1.35rem; border-bottom:1px solid #e5e5e5;} .arc_arc .lyhf ul li:last-child{ border:0;} .arc_arc .lyhf ul li .p2{ font-size:0.24rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.24rem;} .arc_arc .lyhf ul li .p2 span{ height:0.24rem; display:block; float:right; font-size:0.2rem; color:#f3850e; line-height:0.24rem; padding-left:0.1rem; padding-right:0.1rem; border-radius:0.1rem;} .arc_arc .lyhf ul li .p2 .sp4{ color:#7c7c7c;} .arc_arc .lyhf ul li .p2 span img{ width:0.25rem; height:0.25rem; float:left; margin-right:0.05rem;} .arc_arc .lyhf ul li .p3{ font-size:0.2rem; color:#737070; padding-top:0.1rem; line-height:0.35rem;} /*医院列表页面*/ .hosp_fd{ width:6.4rem; height:auto; padding-top:0.3rem;padding-bottom:0.3rem; background:#fff; } .hosp_fd .find{ width:5.8rem; height:0.45rem; border:1px solid #6fc750; border-radius:0.2rem; margin-left:0.3rem; background:url(../picture/tb17.png) 0.2rem 0.15rem no-repeat; background-size:0.18rem;margin-bottom:0.3rem;} .hosp_fd .find .ct{ width:4.2rem; height:0.4rem; line-height:0.45rem; margin-left:0.5rem; float:left; outline:none; margin-top:0.02rem; font-size:0.2rem; color:#888888;} .hosp_fd .find .ser{ width:0.8rem; height:0.45rem; outline:none; float:right; border-radius:0.2rem; background:#6fc750; font-size:0.26rem; color:#ffffff;} .hosp_fd ul{ width:5.8rem; margin-left:0.3rem;} .hosp_fd ul li{ width:1.1rem; height:0.4rem; float:left; margin-right:0.4rem;} .hosp_fd ul li:nth-child(4){ margin-right:0;} .hosp_fd ul li:nth-child(5){ margin-top:0.2rem;} .hosp_fd ul li:nth-child(6){margin-top:0.2rem;} .hosp_fd ul li:nth-child(7){margin-top:0.2rem;} .hosp_fd ul li:nth-child(8){ margin-right:0;margin-top:0.2rem;width:1.1rem; height:0.4rem; background:#e5e5e5; font-size:0.22rem; color:#242222; text-align:center; line-height:0.4rem; border-radius:0.1rem; } .hosp_fd ul li a{width:1.1rem; height:0.4rem; display:block; background:#e5e5e5; font-size:0.22rem; color:#242222; text-align:center; line-height:0.4rem; border-radius:0.1rem;} .hosp_fd ul .chk a{ background:#6fc750; color:#fff;} .yyTree{width:100%;float:left;background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;z-index:999999;zoom:1;opacity:0;transform:translateX(-100%);transition:0.8s;opacity:0;filter:Alpha(opacity=0);display:none;} div.thisyyTree{transform:translateX(0);opacity:1;filter:Alpha(opacity=100);-webkit-animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out; animation: tshowin-ant 1s ease-in-out; -moz-animation: tshowin-ant 1s ease-in-out; -ms-animation: tshowin-ant 1s ease-in-out;display:block;overflow:hidden;height:100%;} .yyTree .yyTrft{width:6rem;float:left;background:#fff;position:relative;height:100%;overflow:scroll;} .yyTree .yyTrRt{width:100%;float:left;height:100%;position:fixed;z-index:-1;} .yyTree .yyTrft .bt{ width:5.8rem; height:0.6rem; margin-top:0.3rem; padding-left:0.2rem;} .yyTree .yyTrft .bt .adr{ width:0.21rem; height:auto; float:left; margin-top:0.17rem;} .yyTree .yyTrft .bt p{ width:1.2rem; float:left; line-height:0.26rem; text-indent:0.05rem; font-size:0.26rem; color:#090305; padding-top:0.2rem;} .yyTree .yyTrft .bt .chk{ width:0.25rem; margin-top:0.25rem;} .yyTree .yyTrft .hx{ width:5.6rem; height:1px; background:#e5e5e5; margin-left:0.2rem; clear:both;} .yyTree .yyTrft .dq{ width:5.6rem; height:auto; margin-left:0.2rem;} .yyTree .yyTrft .p1{ font-size:0.24rem; color:#090305; line-height:0.7rem; mar} .yyTree .yyTrft ul li{ width:1.1rem; height:0.4rem; background:#e5e5e5; border-radius:0.1rem; float:left; margin-left:0.4rem; margin-bottom:0.2rem; font-size:0.22rem; line-height:0.4rem; text-align:center; color:#242222;} .yyTree .yyTrft ul li:nth-child(1){ margin-left:0;} .yyTree .yyTrft ul li:nth-child(5){ margin-left:0;} .yyTree .yyTrft ul li:nth-child(9){ margin-left:0;} .hosp_list{ width:6.4rem; height:auto; background:#fff; margin-top:0.15rem; padding-bottom:0.8rem;} .hosp_list .u1{ width:6.4rem; height:auto;} .hosp_list .u1 li{ width:100%; height:1.8rem; border-bottom:1px solid #e5e5e5;} .hosp_list .u1 li img{ width:1.2rem; height:1.2rem; border-radius:1.2rem; float:left; margin-top:0.2rem; margin-left:0.3rem;} .hosp_list .u1 li .rt{ width:4.4rem; height:auto; float:right; margin-right:0.3rem; margin-top:0.2rem;} .hosp_list .u1 li .rt .p1{ font-size:0.26rem; color:#3d3a3a;} .hosp_list .u1 li .rt .p2{ font-size:0.18rem; color:#888888; line-height:0.45rem;} .hosp_list .u1 li .rt .p3{ font-size:0.18rem; color:#3d3a3a;} /*医院详情*/ .hosp_arc{ width:6.4rem; height:auto;} .hosp_arc .mk01{ width:6.4rem; height:1.85rem; background:#fff;} .hosp_arc .mk01 .img01{ width:1.25rem; height:1.25rem; border-radius:1.25rem; float:left; margin-left:0.3rem; margin-top:0.3rem;} .hosp_arc .mk01 .ct{ width:3.2rem; height:1.25rem; float:left; margin-left:0.2rem; margin-top:0.3rem;} .hosp_arc .mk01 .ct .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.45rem;} .hosp_arc .mk01 .ct .p2{ font-size:0.22rem; color:#828282; line-height:0.35rem;margin-top:0.1rem;} .hosp_arc .mk01 .ct .p3{ font-size:0.22rem; color:#3d3a3a; line-height:0.35rem; margin-top:0.1rem;} .hosp_arc .mk01 .ct .img02{ width:0.21rem; float:left; margin-right:0.15rem;} .hosp_arc .mk01 .ct .img03{ width:0.22rem; float:left; margin-right:0.15rem;} .hosp_arc .mk02{ width:6.4rem; height:auto; background:#fff;} .hosp_arc .mk02 .p1{ font-size:0.26rem; color:#3d3a3a; line-height:0.65rem; width:5.8rem; margin-left:0.3rem; border-bottom:1px solid #e5e5e5;} .hosp_arc .mk02 .nr{ width:5.8rem; height:auto; margin-left:0.3rem; padding-top:0.1rem;} .hosp_arc .mk02 .nr p{ font-size:0.2rem; color:#737070; line-height:0.35rem; padding-bottom:0.1rem;} /*个人中心*/ .grzx_main{ width:6.4rem; height:auto;} .grzx_main .top{ width:6.4rem; height:3rem; background:#76cf56;} .grzx_main .top .tx{ width:1rem; height:1rem; float:left; margin-top:0.7rem; margin-left:0.3rem;} .grzx_main .top div{ width:2rem; height:1rem; float:left; margin-top:0.7rem; margin-left:0.1rem;} .grzx_main .top div .p1{ font-size:0.28rem; color:#fff; line-height:0.5rem;} .grzx_main .top div .p2{ font-size:0.24rem; color:#f4f4f4;} .grzx_main .top .xx{ width:0.53rem; float:right; margin-right:0.3rem; margin-top:0.8rem;} .grzx_main .top .p3{ font-size:0.2rem;color:#fff; float:right;margin-right:0.3rem; margin-top:0.8rem;} .grzx_main .main{ width:6.4rem; height:auto; background:#fff; margin-top:-0.7rem; border-radius:0.5rem 0.5rem 0 0; padding-top:0.15rem;} .grzx_main .main ul{ width:5.8rem; height: auto; margin-left:0.3rem;} .grzx_main .main ul li{ width:5.8rem; height:0.95rem; border-bottom:1px solid #e5e5e5;line-height:0.95rem;} .grzx_main .main ul li:last-child{ border:0;} .grzx_main .main .bg{ width:6.4rem; height:0.15rem; background:#f5f5f5;} .grzx_main .main ul li .img01{ width:0.32rem; float:left; margin-top:0.3rem; margin-right:0.15rem;} .grzx_main .main ul li .img02{ width:0.34rem;float:left; margin-top:0.32rem; margin-right:0.15rem;} .grzx_main .main ul li .img03{ width:0.32rem;float:left; margin-top:0.32rem; margin-right:0.15rem;} .grzx_main .main ul li .img04{ width:0.3rem;float:left; margin-top:0.3rem; margin-right:0.15rem;} .grzx_main .main ul li .img05{ width:0.24rem;float:left; margin-top:0.3rem; margin-right:0.15rem;} .grzx_main .main ul li .img06{ width:0.29rem;float:left; margin-top:0.32rem; margin-right:0.15rem;} .grzx_main .main ul li .rtimg{ width:0.14rem; float:right; margin-top:0.35rem;} .grzx_main .main ul li a{ width:5.8rem; height:0.95rem; font-size:0.28rem; color:#3d3a3a;} .grzx_main .qiehuan{ width:6.4rem; height:auto;} .grzx_main .qiehuan a{ width:2.2rem; height:0.7rem; border:1px solid #bfbfbf; display:block; font-size:0.28rem; color:#524e4e; line-height:0.7rem; text-align:center; border-radius:0.2rem; float:left; margin-top:1.5rem; margin-left:2rem;} .grzx_main .qiehuan p{ clear:both; color:#969696; font-size:0.22rem; line-height:0.6rem; text-align:center;} /*个人中心我的咨询*/ .grzx_wdzx{ width:6.4rem; height:auto;} .grzx_wdzx .xl{ width:5.8rem; height:auto; min-height:1.6rem; background:#fff; margin-top:0.35rem; margin-left:0.3rem; border-radius:0.1rem;} .grzx_wdzx .xl .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .grzx_wdzx .xl .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .grzx_wdzx .xl .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .grzx_wdzx .xl ul{ width:5.4rem; height:auto; margin-left:0.2rem;} .grzx_wdzx .xl ul li{ width:5.4rem; height:0.55rem; font-size:0.22rem; color:#3d3a3a; line-height:0.55rem; border-bottom:1px solid #e5e5e5; text-indent:0.1rem;} .grzx_wdzx .xl ul li span{ float:right; color:#888888;} .grzx_wdzx .xl ul li:last-child{ border:0;} .grzx_wdzx .xl .p2{ font-size:0.22rem; color:#969696; line-height:0.9rem; text-align:center;} /*交易评价记录模块*/ .grzx_jypj{ width:6.4rem; height:auto;} .grzx_jypj ul li{ width:5.8rem; height:2.3rem; background:#fff; border-radius:0.2rem; margin-left:0.3rem; margin-top:0.3rem;} .grzx_jypj ul li .test{ width:5.4rem; height:auto; margin-left:0.2rem; padding-top:0.3rem;} .grzx_jypj ul .p1{ width:2.4rem; font-size:0.24rem; color:#3d3a3a; float:left; line-height:0.24rem;} .grzx_jypj ul .p1 span{ width:3px; height:0.24rem; background:#6fc750; display:block; float:left; margin-right:0.1rem;} .grzx_jypj ul .p2{ width:3rem; font-size:0.2rem; color:#888888; float:left; line-height:0.24rem;} .grzx_jypj ul .p2 span{ font-size:0.24rem;float:right;} .grzx_jypj ul .p3{ float:left;width:2.4rem; font-size:0.22rem; color:#3d3a3a; line-height:0.22rem; clear:both; margin-top:0.35rem;} .grzx_jypj ul .p4{ width:3rem; font-size:0.22rem; color:#3d3a3a; float:left; line-height:0.24rem; margin-top:0.3rem;} .grzx_jypj ul .p4 span{ float:left;} .grzx_jypj ul .p4 img{ float:left; width:0.18rem; margin-right:0.1rem;} .grzx_jypj ul li a{ width:1.35rem; height:0.45rem; float:right; display:block; border:1px solid #bfbfbf; margin-top:0.5rem; margin-left:0.2rem; font-size:0.24rem; color:#3d3a3a; text-align:center; line-height:0.45rem; border-radius:0.1rem;} /*我的关注*/ .grzx_wdgz{ width:6.4rem; height:auto;} .grzx_wdgz .gz{ width:5.8rem; height:auto; background:#fff; border-radius:0.2rem; padding-top:0.1rem; margin-left:0.3rem; margin-top:0.3rem;} .grzx_wdgz .gz .tt{ width:5.4rem; height:0.6rem; border-bottom:1px solid #e5e5e5; margin-left:0.2rem;} .grzx_wdgz .gz .tt img{ width:0.18rem; float:left; margin-top:0.2rem; margin-right:0.1rem;} .grzx_wdgz .gz .tt p{ font-size:0.24rem; color:#3d3a3a; line-height:0.6rem;} .grzx_wdgz .gz ul{ width:5.4rem; height:auto; margin-left:0.2rem;} .grzx_wdgz .gz ul li{ width:5.4rem; height:2.2rem; border-bottom:1px solid #e5e5e5;} .grzx_wdgz .gz ul li .p1{ font-size:0.24rem; color:#3d3a3a; line-height:0.7rem;} .grzx_wdgz .gz ul li .p2{ font-size:0.2rem; color:#888888; line-height:0.35rem; float:left;} .grzx_wdgz .gz ul li .p3{ width:1.55rem; height:0.4rem; border:1px solid #88beea; float:right; border-radius:0.1rem; font-size:0.24rem; color:#2179c1; line-height:0.4rem;} .grzx_wdgz .gz ul li .p3 img{ width:0.26rem; float:left; margin-top:0.07rem; margin-right:0.1rem; margin-left:0.1rem;} .grzx_wdgz .gz ul li .p4{ clear:both; font-size:0.2rem; color:#737070; line-height:0.35rem; padding-top:0.2rem;} .grzx_wdgz .gz ul li:last-child{ border:0;} .grzx_wdgz .gzys{ width:5.8rem; height:auto; background:#fff; border-radius:0.2rem; padding-top:0.1rem; margin-left:0.3rem; margin-top:0.3rem; min-height:3.2rem;} .grzx_wdgz .gzys .tt{ width:5.4rem; height:0.6rem; border-bottom:1px solid #e5e5e5; margin-left:0.2rem;} .grzx_wdgz .gzys .tt img{ width:0.18rem; float:left; margin-top:0.2rem; margin-right:0.1rem;} .grzx_wdgz .gzys .tt p{ font-size:0.24rem; color:#3d3a3a; line-height:0.6rem;} .grzx_wdgz .gzys ul{ width:5.4rem; height:auto; margin-left:0.2rem;} .grzx_wdgz .gzys ul li{ width:1.55rem; height:auto; float:left; margin-right:0.35rem;} .grzx_wdgz .gzys ul li:nth-child(3){ margin-right:0;} .grzx_wdgz .gzys ul li .txtb{ width:1.25rem; height:1.25rem; border-radius:1.25rem; margin-top:0.25rem; margin-left:0.15rem;} .grzx_wdgz .gzys ul li .p1{ font-size:0.26rem; color:#3d3a3a; text-align:center; line-height:0.5rem;} .grzx_wdgz .gzys ul li .p3{ width:1.55rem; height:0.4rem; border:1px solid #88beea; border-radius:0.1rem; font-size:0.24rem; color:#2179c1; line-height:0.4rem;} .grzx_wdgz .gzys ul li .p3 img{ width:0.26rem; float:left; margin-top:0.07rem; margin-right:0.1rem; margin-left:0.1rem;} /*个人中心机构入驻*/ .grzx_jgrz{ width:6.4rem; height:auto; background:#fff;} .grzx_jgrz .nr{ width:6.4rem; height:auto; padding-top:0.3rem;} .grzx_jgrz .nr .p1{ font-size:0.22rem; color:#575656; width:1.2rem; line-height:0.6rem; margin-left:0.3rem; float:left;} .grzx_jgrz .nr .tex01{ width:4.5rem; height:0.55rem; border:1px solid #a0a0a0; float:left;border-radius:0.1rem;} .grzx_jgrz .nr .p2{ font-size:0.22rem; color:#575656; clear:both; margin-left:0.3rem; line-height:0.6rem;} .grzx_jgrz .nr select{ width:1.6rem; height:0.5rem; margin-left:0.3rem; background:#e5e5e5;} .grzx_jgrz .nr .tex02{ width:5.8rem; height:0.6rem; background:#e5e5e5; border-radius:0.1rem; margin-left:0.3rem; margin-top:0.25rem; margin-bottom:0.3rem;} .grzx_jgrz .nr textarea{ width:4.6rem; height:2.3rem; border:1px solid #a0a0a0; border-radius:0.1rem;} .grzx_jgrz .nr .sc{ width:2.04rem; height:1.3rem; float:left; margin-right:0.35rem;} .grzx_jgrz .nr .p3{ width:5.8rem; height:auto; margin-left:0.3rem; font-size:0.2rem; color:#8a8a8a; padding-top:0.3rem; clear:both;} .grzx_jgrz .nr .p3 span{ color:#6fc750;} .grzx_jgrz .nr .tj{ width:2rem; height:0.7rem; background:#6fc750; border-radius:0.1rem; text-align:center; line-height:0.7rem; font-size:0.28rem; color:#ffffff; display:block; margin-left:0.3rem; margin-top:0.3rem; margin-bottom:0.3rem; float:left;} .grzx_jgrz .nr .kg{height:0.3rem;clear:both;} .grzx_jgrz .nr .bc{ width:2rem; height:0.7rem; float:left; border:1px solid #a0a0a0; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; margin-left:0.7rem; margin-top:0.3rem; border-radius:0.1rem;} /*个人中心心理咨询师入驻*/ .grzx_ysrz{ width:6.4rem; height:auto; background:#fff;} .grzx_ysrz .nr{ width:6.4rem; height:auto; padding-top:0.3rem;} .grzx_ysrz .nr .p1{ font-size:0.22rem; color:#575656; width:1.2rem; line-height:0.6rem; margin-left:0.3rem; float:left;} .grzx_ysrz .nr .tex01{ width:4.5rem; height:0.55rem; border:1px solid #a0a0a0; float:left;border-radius:0.1rem;} .grzx_ysrz .nr .p2{ font-size:0.22rem; color:#575656; clear:both; margin-left:0.3rem; line-height:0.6rem;} .grzx_ysrz .nr select{ width:1.6rem; height:0.5rem; margin-left:0.3rem; background:#e5e5e5;} .grzx_ysrz .nr .tex02{ width:5.8rem; height:0.6rem; background:#e5e5e5; border-radius:0.1rem; margin-left:0.3rem; margin-top:0.25rem; margin-bottom:0.3rem;} .grzx_ysrz .nr textarea{ width:4.6rem; height:2.3rem; border:1px solid #a0a0a0; border-radius:0.1rem;} .grzx_ysrz .nr .sc{ width:2.04rem; height:1.3rem; float:left; margin-right:0.35rem;} .grzx_ysrz .nr .p3{ width:5.8rem; height:auto; margin-left:0.3rem; font-size:0.2rem; color:#8a8a8a; padding-top:0.3rem; clear:both;} .grzx_ysrz .nr .p3 span{ color:#6fc750;} .grzx_ysrz .nr .tj{ width:2rem; height:0.7rem; background:#6fc750; border-radius:0.1rem; text-align:center; line-height:0.7rem; font-size:0.28rem; color:#ffffff; display:block; margin-left:0.3rem; margin-top:0.3rem; margin-bottom:0.3rem; float:left;} .grzx_ysrz .nr .kg{height:0.3rem;clear:both;} .grzx_ysrz .nr .bg{ width:6.4rem; height:0.15rem; background:#f5f5f5; clear:both;} .grzx_ysrz .nr .bc{ width:2rem; height:0.7rem; float:left; border:1px solid #a0a0a0; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.7rem; margin-left:0.7rem; margin-top:0.3rem; border-radius:0.1rem;} .grzx_ysrz .nr .ly{ width:6.4rem; height:2.8rem;} .grzx_ysrz .nr .ly .p5{font-size:0.22rem; color:#575656; width:1.2rem; line-height:0.6rem; margin-left:0.3rem;} .grzx_ysrz .nr .ly ul{ width:5.8rem; height:auto; margin-left:0.3rem;} .grzx_ysrz .nr .ly ul li{ width:1.2rem; height:0.5rem; float:left; font-size:0.20rem; color:#2079c4; border:1px solid #a9d0f0; border-radius:0.2rem; text-align:center; line-height:0.5rem; margin-right:0.25rem; margin-bottom:0.2rem;} .grzx_ysrz .nr .ly ul li:nth-child(4){ margin-right:0;} .grzx_ysrz .nr .ly ul li:nth-child(8){ margin-right:0;} .grzx_ysrz .nr .ly .p6{ clear:both; font-size:0.2rem; color:#8a8a8a; margin-left:0.3rem; line-height:0.35rem;} /*个人中心系统设置*/ .grzx_xtsz{ width:6.4rem; height:auto;} .grzx_xtsz .xl{ width:5.8rem; height:auto; min-height:1.6rem; background:#fff; margin-top:0.35rem; margin-left:0.3rem; border-radius:0.1rem;} .grzx_xtsz .xl .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .grzx_xtsz .xl .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .grzx_xtsz .xl .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .grzx_xtsz .xl .p2{ width:1.2rem; height:auto; float:left; text-align:right; font-size:0.22rem; color:#575656; clear:both; line-height:0.55rem; text-indent:0.1rem;} .grzx_xtsz .xl .ipt01{ width:4.1rem; height:0.55rem; border:1px solid #d9d9d9; border-radius:0.1rem;} .grzx_xtsz .xl .kg{ height:0.3rem; clear:both;} .grzx_xtsz .xl .tel{ width:5.8rem; height:0.55rem;float:left; margin-top:0.3rem;} .grzx_xtsz .xl .tel p{width:1.2rem; height:auto; float:left; text-align:right; font-size:0.22rem; color:#575656; clear:both; line-height:0.55rem;} .grzx_xtsz .xl .tel input{ width:2.8rem; height:0.55rem;border:1px solid #d9d9d9; border-radius:0.1rem; float:left;} .grzx_xtsz .xl .tel a{ width:1.3rem; height:0.55rem; background:#6fc750; border-radius:0.2rem; line-height:0.55rem; text-align:center; display:block; font-size:0.2rem; color:#ffffff; float:left; margin-left:0.2rem;} .grzx_xtsz .xl .yzm{ width:4.6rem; height:0.55rem; float:right; clear:both; margin-top:0.3rem;} .grzx_xtsz .xl .yzm input{ width:2.8rem; height:0.55rem;border:1px solid #d9d9d9; border-radius:0.1rem; float:left;} .grzx_xtsz .xl .yzm a{ width:1.3rem; height:0.55rem; background:#6fc750; border-radius:0.2rem; line-height:0.55rem; text-align:center; display:block; font-size:0.2rem; color:#ffffff; float:left; margin-left:0.2rem;} .grzx_xtsz .xl .usname{ width:5.8rem; height:0.55rem;float:left; margin-top:0.3rem;} .grzx_xtsz .xl .usname p{width:1.2rem; height:auto; float:left; text-align:right; font-size:0.22rem; color:#575656; clear:both; line-height:0.55rem;} .grzx_xtsz .xl .usname input{ width:2.8rem; height:0.55rem;border:1px solid #d9d9d9; border-radius:0.1rem; float:left;} .grzx_xtsz .xl .usname a{ width:1.3rem; height:0.55rem; background:#6fc750; border-radius:0.2rem; line-height:0.55rem; text-align:center; display:block; font-size:0.2rem; color:#ffffff; float:left; margin-left:0.2rem;} .grzx_xtsz .xl .ghtx{ width:5.4rem; height:1.3rem; padding:0.3rem 0; margin-left:0.2rem;} .grzx_xtsz .xl .ghtx p{ width:1.15rem; font-size:0.22rem; line-height:0.7rem; float:left;} .grzx_xtsz .xl .ghtx img{ width:1.35rem; height:1.35rem; float:left;} .grzx_xtsz .gntj{ width:6.4rem; height:3rem;} .grzx_xtsz .gntj a{ width:2.6rem; height:0.7rem; display:block; border:1px solid #bfbfbf; border-radius:0.2rem; font-size:0.28rem; color:#3d3a3a; line-height:0.7rem; text-align:center;} .grzx_xtsz .gntj .a1{ margin-top:0.6rem; margin-left:1.9rem;} .grzx_xtsz .gntj .a2{ margin-top:0.3rem; margin-left:1.9rem;} /*测试结果界面*/ .grzx_csjg{ width:6.4rem; height:auto;} .grzx_csjg .csjg{ width:5.8rem; height:auto;padding-left:0.3rem; padding-right:0.3rem; background:#fff; padding-bottom:0.3rem;} .grzx_csjg .csjg .p1{ height:0.9rem;font-size:0.26rem; color:#696969; line-height:0.9rem; border-bottom:1px solid #e5e5e5;} .grzx_csjg .csjg .p2{ font-size:0.2rem; color:#737070; line-height:0.45rem; padding-top:0.2rem;} .grzx_csjg .csjg .p3{ font-size:0.24rem; color:#3d3a3a; line-height:0.7rem;} .grzx_csjg .csjg .p3 span{ color:#dc3636;} .grzx_csjg .csjg .jdt{ width:5.94rem; height:0.6rem; background:url(../picture/sjt.png) no-repeat; background-size:5.94rem; margin-left:-0.07rem;} .grzx_csjg .csjg .jdt .jd{ width:5.8rem; height:0.15rem; margin-left:0.04rem; padding-top:0.05rem;} .grzx_csjg .csjg .jdt .jd .jd01{ width:60%; height:0.15rem; background:#feaa32;} .grzx_csjg .wmjy{ width:6.4rem; height:auto; margin-top:0.15rem; background:#fff; padding-bottom:1.5rem;} .grzx_csjg .wmjy .jy{ width:5.8rem; height:auto; margin-left:0.3rem;} .grzx_csjg .wmjy .jy .p1{ font-size:0.26rem; color:#696969; padding-top:0.4rem; padding-bottom:0.2rem; line-height:0.26rem;} .grzx_csjg .wmjy .jy .p2{ font-size:0.2rem; color:#737070; line-height:0.35rem;} .grzx_csjg .wmjy .jy .hx{ width:5.8rem; height:1px; background:#e5e5e5; margin-top:0.2rem; margin-bottom:0.3rem;} .grzx_csjg .wmjy .jy .p3{ font-size:0.2rem; color:#696969;} .grzx_csjg .wmjy .jy .p3 a{ color:#f02f2f;} /*测试评价*/ .grzx_cspj{ width:6.4rem; height:auto;} .grzx_cspj .pj{ width:5.8rem; height:auto; margin-left:0.3rem;} .grzx_cspj .pj .p1{ width:5.8rem; height:1rem; line-height:1rem; font-size:0.28rem; color:#3d3a3a;} .grzx_cspj .pj .p1 img{ width:0.34rem; float:left; margin-top:0.33rem; margin-right:0.1rem;} .grzx_cspj .pj .p2{ font-size:0.24rem; color:#3d3a3a; line-height:0.24rem; clear:both; margin:0.15rem 0; float:left;} .grzx_cspj .pj .p2 span{ width:1.4rem; display:block; float:left;} .grzx_cspj .pj .p2 img{ width:0.18rem; height:0.18rem; float:left; margin-right:0.1rem;} .grzx_cspj .pj .hx{ width:5.8rem; height:1px; background:#e5e5e5; float:left; margin-top:0.2rem; margin-bottom:0.2rem;} .grzx_cspj .pj .p3{ clear:both; font-size:0.26rem; color:#3d3a3a; line-height:0.7rem;} .grzx_cspj .pj textarea{ width:5.8rem; height:2.8rem; border:1px solid #bfbfbf; outline:none;} .grzx_cspj .pj .p4{ float:right; font-size:0.22rem; color:#575656; line-height:0.7rem;} .grzx_cspj .pj a{ width:5.8rem; height:0.7rem; background:#6fc750; display:block; line-height:0.7rem; text-align:center; font-size:0.28rem; color:#ffffff; float:left; border-radius:0.2rem; margin-top:0.5rem;} /*商家中心*/ .sjzx_main{ width:6.4rem; height: auto;} .sjzx_main .bann{ width:6.4rem; height:2.8rem;} .sjzx_main .bann img{ width:6.4rem; height:2.8rem;} .sjzx_main .yytt{ width:6.4rem; height:0.6rem; background:#a0a0a0;} .sjzx_main .yytt p{ font-size:0.28rem; color:#fff; line-height:0.6rem; text-indent:0.3rem;} .sjzx_main .xxupt{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .xxupt .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .xxupt .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .xxupt .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .xxupt .mk01{ width:5.4rem; height:1.5rem; margin-left:0.2rem; padding-top:0.2rem;} .sjzx_main .xxupt .mk01 .p2{ width:0.7rem; font-size:0.22rem; color:#3d3a3a; clear:both; float:left; line-height:0.3rem;} .sjzx_main .xxupt .mk01 textarea{ width:4.7rem; height:1.5rem; border:0;resize: none; outline:none;font-size:0.2rem; color:#737070; line-height:0.3rem;} .sjzx_main .xxupt .mk02{ width:5.4rem; height:0.22rem;clear:both; margin:0.2rem 0; margin-left:0.2rem; } .sjzx_main .xxupt .mk02 .p2{ width:0.7rem; font-size:0.22rem; color:#3d3a3a; clear:both; float:left; line-height:0.22rem;} .sjzx_main .xxupt .mk02 input{ width:4.6rem; height:0.22rem; font-size:0.2rem; color:#737070; line-height:0.22rem; float:left; outline:none; } .sjzx_main .xxupt .mk03{ width:5.4rem; height:0.22rem; clear:both; padding:0.15rem 0;margin-left:0.2rem;} .sjzx_main .xxupt .mk03 .p2{ width:1.1rem; font-size:0.22rem; color:#3d3a3a; clear:both; float:left; line-height:0.22rem;} .sjzx_main .xxupt .mk03 input{ width:4.2rem; height:0.22rem; font-size:0.2rem; color:#737070; line-height:0.22rem; float:left; outline:none; } .sjzx_main .xxupt .p2 .sp01{ width:4.6rem; float:right;} .sjzx_main .xxupt .bott{ width:100%; height:1rem; padding-top:0.2rem;} .sjzx_main .xxupt .bott a{ width:1.95rem; height:0.7rem; border:1px solid #bfbfbf; border-radius:0.1rem;font-size:0.28rem;color:#3d3a3a;line-height:0.7rem; display:block; float:left; text-align:center; margin-left:0.8rem;} .sjzx_main .xxupt .bott .qr{ background:#6fc750; color:#fff; border:0; margin-left:3rem;} .sjzx_main .zxsgl{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .zxsgl .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .zxsgl .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .zxsgl .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .zxsgl ul{ width:5.4rem; height:auto;; margin-left:0.2rem; padding-top:0.25rem;} .sjzx_main .zxsgl ul li{ width:5.4rem; height:1.5rem; margin-bottom:0.3rem;} .sjzx_main .zxsgl ul li img{ width:1.5rem; height:1.5rem; float:left;} .sjzx_main .zxsgl ul li .rt{ width:3.5rem; float:right;} .sjzx_main .zxsgl ul li .rt .p2{ font-size:0.26rem; color:#3d3a3a; line-height:0.34rem; margin-bottom:0.2rem;} .sjzx_main .zxsgl ul li .rt .p2 span{ width:0.8rem; height:0.32rem; display:block; float:right; border:1px solid #f98e6d; font-size:0.18rem; color:#f98e6d; text-align:center; line-height:0.34rem; border-radius:0.1rem; margin-left:0.1rem;} .sjzx_main .zxsgl ul li .rt .p2 .sp1{ background:#f98e6d; color:#fff;} .sjzx_main .zxsgl ul li .rt .p3{ font-size:0.22rem; color:#3d3a3a; width:0.7rem; float:left;} .sjzx_main .zxsgl ul li .rt textarea{ width:2.7rem; height:0.9rem; border:1px solid #a0a0a0;} .sjzx_main .zxsgl .addys{ width:5.4rem; height:1.8rem; margin-left:0.2rem;} .sjzx_main .zxsgl .addys img{ width:1.5rem; height:1.5rem; float:left;} .sjzx_main .zxsgl .addys .p4{ font-size:0.2rem; color:#737070; text-align:center; line-height:1.5rem;} .sjzx_main .fbwz{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .fbwz .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .fbwz .p1 span{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .fbwz .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .fbwz ul{ width:5.4rem; padding-top:0.4rem; margin-left:0.2rem;} .sjzx_main .fbwz ul li{ width:2.55rem; height:0.7rem; background:#fff; float:left;box-shadow:0 0 0.09rem 0.03rem #ddd; margin-bottom:0.25rem; border-radius:0.2rem;} .sjzx_main .fbwz ul li span{ width:0.05rem; height:0.24rem; background:#f87682; display:block; float:left; border-radius:0.05rem; margin-top:0.25rem; margin-left:0.2rem; margin-right:0.1rem;} .sjzx_main .fbwz ul li p{ font-size:0.24rem; float:left; color:#3d3a3a; line-height:0.24rem; margin-top:0.25rem;} .sjzx_main .fbwz ul li img{ width:0.14rem; float:right; margin-top:0.25rem; margin-right:0.2rem;} .sjzx_main .fbwz ul li:nth-child(2){ float:right;} .sjzx_main .fbwz ul li:nth-child(4){ float:right;} .sjzx_main .fbwz ul li:nth-child(6){ float:right;} .sjzx_main .fbwz ul li:nth-child(8){ float:right;} .sjzx_main .fbwz ul li:nth-child(10){ float:right;} .sjzx_main .kfxx{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .kfxx .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .kfxx .p1 .sp01{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .kfxx .p1 .sp02{ width:0.28rem; height:0.28rem; border-radius:0.28rem; display:block; background:#f65262; float:left; font-size:0.16rem; color:#fff;margin-top:0.2rem;line-height:0.28rem; text-align:center;} .sjzx_main .kfxx .p1 .sp03{ float:left; width:1.1rem;} .sjzx_main .kfxx .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .kfxx ul{ width:5.2rem; margin-left:0.3rem;} .sjzx_main .kfxx ul li{ width:5.2rem; height:1.35rem; border-bottom:1px solid #e5e5e5;} .sjzx_main .kfxx ul li:last-child{ border:0;} .sjzx_main .kfxx ul li .p2{ font-size:0.24rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.24rem;} .sjzx_main .kfxx ul li .p3{ font-size:0.2rem; color:#737070; padding-top:0.1rem; line-height:0.35rem;} .sjzx_main .lyhf{ width:5.8rem; height:auto; margin-left:0.3rem; margin-top:0.35rem; background:#fff; border-radius:0.2rem;} .sjzx_main .lyhf .p1{ width:5.4rem; height:0.65rem; margin-left:0.2rem; line-height:0.65rem; font-size:0.26rem; color:#3d3a3a; border-bottom:1px solid #e5e5e5;} .sjzx_main .lyhf .p1 .sp01{ width:3px; height:0.2rem; background:#6fc750; display:block; float:left; margin-top:0.25rem; margin-right:0.1rem;} .sjzx_main .lyhf .p1 .sp02{ width:0.28rem; height:0.28rem; border-radius:0.28rem; display:block; background:#f65262; float:left; font-size:0.16rem; color:#fff;margin-top:0.2rem;line-height:0.28rem; text-align:center;} .sjzx_main .lyhf .p1 .sp03{ float:left; width:1.1rem;} .sjzx_main .lyhf .p1 img{ width:0.26rem; float:right; margin-top:0.25rem;} .sjzx_main .lyhf ul{ width:5.2rem; margin-left:0.3rem;} .sjzx_main .lyhf ul li{ width:5.2rem; height:1.35rem; border-bottom:1px solid #e5e5e5;} .sjzx_main .lyhf ul li:last-child{ border:0;} .sjzx_main .lyhf ul li .p2{ font-size:0.24rem; color:#3d3a3a; padding-top:0.25rem; line-height:0.24rem;} .sjzx_main .lyhf ul li .p2 span{ height:0.24rem; display:block; float:right; background:#aee69a; font-size:0.2rem; color:#3d8823; line-height:0.24rem; padding-left:0.1rem; padding-right:0.1rem; border-radius:0.1rem;} .sjzx_main .lyhf ul li .p3{ font-size:0.2rem; color:#737070; padding-top:0.1rem; line-height:0.35rem;} .sjzx_main .qiehuan{ width:6.4rem; height:auto;} .sjzx_main .qiehuan a{ width:2.2rem; height:0.7rem; border:1px solid #bfbfbf; display:block; font-size:0.28rem; color:#524e4e; line-height:0.7rem; text-align:center; border-radius:0.2rem; float:left; margin-top:1.2rem; margin-left:2rem;} .sjzx_main .qiehuan p{ clear:both; color:#969696; font-size:0.22rem; line-height:0.6rem; text-align:center;} /*提交审核界面*/ .sjzx_tjsh{ width:6.4rem; height:auto;} .sjzx_tjsh .tj{ width:5.8rem; height:auto; margin-left:0.3rem;} .sjzx_tjsh .tj .p1{ font-size:0.26rem; color:#3d3a3a; padding-top:3rem; text-align:center;} .sjzx_tjsh .tj .jdt{ width:5.8rem; height:0.15rem; background:#dcdcdc; border-radius:0.15rem; margin-top:0.7rem; margin-bottom:1rem;} .sjzx_tjsh .tj .jdt .jd{ width:60%; height:0.15rem; background:#6fc750;border-radius:0.15rem;} .sjzx_tjsh .tj a{ width:1.7rem; height:0.68rem; border:1px solid #c5c5c5; border-radius:0.1rem; display:block; float:left; font-size:0.28rem; color:#3d3a3a; line-height:0.68rem; text-align:center;} .sjzx_tjsh .tj .a2{ margin-left:0.25rem;} .sjzx_tjsh .tj .a3{ margin-left:0.25rem;} /*发布资讯*/ .sjzx_fbzx{ width:6.4rem; height:auto;} .sjzx_fbzx .bt{ width:5.8rem; height:0.55rem; margin-left:0.3rem; margin-top:0.35rem;} .sjzx_fbzx .bt p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .bt input{ width:4.5rem; height:0.53rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .sjzx_fbzx .zuz{ width:5.8rem; height:0.55rem; margin-left:0.3rem; margin-top:0.25rem;} .sjzx_fbzx .zuz p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .zuz input{ width:4.5rem; height:0.53rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .sjzx_fbzx .p1{ font-size:0.2rem; color:#8a8a8a; line-height:0.35rem; text-indent:0.3rem; margin-top:0.1rem;} .sjzx_fbzx .ycd{ width:5.8rem; height:0.55rem; margin-left:0.3rem; margin-top:0.25rem;} .sjzx_fbzx .ycd label{ font-size:0.22rem; color:#575656; line-height:0.55rem;} .sjzx_fbzx .ycd .txt01{ width:3.1rem; height:0.53rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none; float:right;} .sjzx_fbzx .fblm{ width:5.8rem; height:0.55rem; margin-left:0.3rem; margin-top:0.35rem;} .sjzx_fbzx .fblm p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .fblm select{ width:2.5rem; height:0.53rem; border:1px solid #a0a0a0; border-radius:0.1rem; outline:none;} .sjzx_fbzx .bg{ width:6.4rem; height:0.15rem; background:#f5f5f5; margin-top:0.3rem; margin-bottom:0.3rem;} .sjzx_fbzx .fbtw{ width:5.8rem; height:2.2rem; margin-left:0.3rem; margin-top:0.35rem;} .sjzx_fbzx .fbtw p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .fbtw textarea{ width:4.4rem; height:2.2rem; border:1px solid #a0a0a0;outline:none;} .sjzx_fbzx .fbsp{ width:5.8rem; height:1.55rem; margin-left:0.3rem; margin-top:0.35rem;} .sjzx_fbzx .fbsp p{ font-size:0.22rem; color:#575656; width:1rem; float:left; line-height:0.55rem;} .sjzx_fbzx .fbsp img{ width:1.55rem; height:1.55rem; float:left;} .sjzx_fbzx .fbsp .p3{ width:3rem; font-size:0.2rem; color:#8a8a8a; line-height:0.3rem; float:right;} .sjzx_fbzx .lygn{ width:4.4rem; height:0.22rem; margin-left:1rem; margin-top:0.35rem;} .sjzx_fbzx .lygn label{ font-size:0.22rem; color:#575656; line-height:0.22rem;} .sjzx_fbzx .czan{ width:4.2rem; height:0.7rem; margin-left:1rem; margin-top:0.35rem;} .sjzx_fbzx .czan a{ width:1.95rem; height:0.68rem; display:block; border:1px solid #a0a0a0; float:left; border-radius:0.1rem; font-size:0.28rem; color:#3d3a3a; text-align:center; line-height:0.68rem;} .sjzx_fbzx .czan .a2{ float:right; background:#6fc750; color:#fff; border:0;} .sjzx_fbzx .p2{ font-size:0.2rem; color:#8a8a8a; line-height:0.85rem; clear:both; text-align:center;} .sjzx_fbzx .p2 span{ color:#ed2121;} .sjzx_fbzx .tjsh{ width:6.4rem; height:3.4rem; background:#f5f5f5;} .sjzx_fbzx .tjsh a{ width:4.9rem; height:0.7rem; background:#6fc750; display:block; font-size:0.28rem; color:#ffffff; line-height:0.7rem; text-align:center; border-radius:0.1rem; margin-left:0.7rem; float:left; margin-top:0.65rem;} .sjzx_fbzx .tjsh p{ font-size:0.2rem; color:#8a8a8a; clear:both; line-height:0.8rem; text-align:center;} .sjzx_fbzx .tjsh p span{ color:#ed2121;} /*个人中心机构入驻提交审核*/ .grzx_jgrztj{ width:6.4rem; height:auto; background:#fff;} .grzx_jgrztj .swjg{ width:6.4rem; height:1.2rem; background:#fff6e9; margin-top:0.3rem;} .grzx_jgrztj .swjg p{ padding:0.2rem 0.3rem; font-size:0.2rem; color:#593d14; line-height:0.4rem;} .grzx_jgrztj .p1{ font-size:0.22rem; color:#575656; line-height:0.6rem; text-indent:0.3rem;} .grzx_jgrztj .yyzz{ width:5.8rem; height:1.3rem; margin-left:0.3rem;} .grzx_jgrztj .yyzz .p2{ width:1.4rem;font-size:0.22rem; color:#575656; line-height:0.6rem; float:left; clear:both;} .grzx_jgrztj .yyzz img{ width:2rem; height:1.3rem; float:left; margin-left:0.2rem;} .grzx_jgrztj .wsxk{ width:5.8rem; height:1.3rem; margin-left:0.3rem; margin-top:0.3rem;} .grzx_jgrztj .wsxk .p2{ width:1.4rem; font-size:0.22rem; color:#575656; line-height:0.6rem; float:left; clear:both;} .grzx_jgrztj .wsxk img{ width:2rem; height:1.3rem; float:left; margin-left:0.2rem;} .grzx_jgrztj .tjan{ width:6.4rem; height:2.5rem; background:#f5f5f5; margin-top:0.4rem;} .grzx_jgrztj .tjan a{ width:2rem; height:0.7rem; border:1px solid #bfbfbf; display:block; background:#fff; border-radius:0.2rem; font-size:0.28rem; color:#3d3a3a; line-height:0.7rem; text-align:center; float:left; margin-left:1rem; margin-top:0.4rem;} .grzx_jgrztj .tjan .a2{ background:#6fc750; border:0; color:#fff; margin-left:0.3rem;} /*咨询师入驻提交审核*/ .grzx_ysrztj{ width:6.4rem; height:auto; background:#fff;} .grzx_ysrztj .swjg{ width:6.4rem; height:1.2rem; background:#fff6e9; margin-top:0.3rem;} .grzx_ysrztj .swjg p{ padding:0.2rem 0.3rem; font-size:0.2rem; color:#593d14; line-height:0.4rem;} .grzx_ysrztj .p1{ font-size:0.22rem; color:#575656; line-height:0.6rem; text-indent:0.3rem;} .grzx_ysrztj .yyzz{ width:5.8rem; height:1.3rem; margin-left:0.3rem;} .grzx_ysrztj .yyzz .p2{ width:1.4rem;font-size:0.22rem; color:#575656; line-height:0.6rem; float:left; clear:both;} .grzx_ysrztj .yyzz img{ width:2rem; height:1.3rem; float:left; margin-left:0.2rem;} .grzx_ysrztj .xzly{ width:5.8rem; height:1.3rem; margin-left:0.3rem; margin-top:0.3rem;} .grzx_ysrztj .xzly .p2{ width:1.4rem; font-size:0.22rem; color:#575656; line-height:0.3rem;clear:both;} .grzx_ysrztj .xzly ul li{ width:1.2rem; height:0.5rem; border:1px solid #2079c4; float:left; border-radius:0.2rem; text-align:center; line-height:0.5rem; font-size:0.22rem; color:#2079c4; margin-top:0.2rem; margin-right:0.35rem;} .grzx_ysrztj .tjan{ width:6.4rem; height:2.5rem; background:#f5f5f5; margin-top:0.4rem;} .grzx_ysrztj .tjan a{ width:2rem; height:0.7rem; border:1px solid #bfbfbf; display:block; background:#fff; border-radius:0.2rem; font-size:0.28rem; color:#3d3a3a; line-height:0.7rem; text-align:center; float:left; margin-left:1rem; margin-top:0.4rem;} .grzx_ysrztj .tjan .a2{ background:#6fc750; border:0; color:#fff; margin-left:0.3rem; } /*登录界面*/ .login{ width:6.4rem; height:auto;} .login .hd01{ width:6.4rem; height:1rem;} .login .hd01 img{ width:0.27rem; height:0.27rem; float:left; margin-left:0.3rem; margin-top:0.5rem;} .login .logo1{ width:100%; height:0.85rem;} .login .logo1 img{ width:2.11rem; height:0.85rem; margin-left:2.1rem;} .login .p1{ font-size:0.3rem; color:#575656; line-height:1.1rem; margin-left:0.3rem;} .login .tel{ width:5.8rem; height:0.85rem; border-bottom:1px solid #e5e5e5; margin-left:0.3rem;} .login .tel img{ width:0.2rem; float:left; margin-top:0.4rem;} .login .tel input{ height:0.55rem; float:left; margin-top:0.25rem; border:0; outline:none; margin-left:0.3rem;} .login .yzm{ width:5.8rem; height:0.85rem; border-bottom:1px solid #e5e5e5; margin-left:0.3rem;} .login .yzm img{ width:0.2rem; float:left; margin-top:0.4rem;} .login .yzm input{ width:3rem; height:0.55rem; float:left; margin-top:0.25rem; border:0; outline:none; margin-left:0.3rem;} .login .yzm a{ width:1.3rem; height:0.5rem; border:1px solid #b2b2b2; border-radius:0.2rem; font-size:0.2rem; color:#555353; display:block; float:right; line-height:0.5rem; text-align:center; margin-top:0.25rem;} .login .p2{ font-size:0.2rem; color:#8a8a8a; line-height:0.2rem; margin:0.55rem 0 0.6rem; text-indent:0.3rem;} .login .p2 span{ color:#e35a5a;} .login .a1{ width:4.3rem; height:0.7rem; background:#6fc750; text-align:center; line-height:0.7rem; display:block; font-size:0.28rem; color:#ffffff; border-radius:0.1rem; margin-left:1rem;} .login .p3{ font-size:0.22rem; color:#464343; line-height:0.6rem; float:right; margin-right:0.3rem;}
0.32146
0.044514
@charset "UTF-8"; /* CSS Document */ /* Float Elements ---------------------------------*/ .fl-lt { float: left; } .fl-rt { float: right; } /* Backgrounds ---------------------------------*/ .main-bg { position: absolute; right: 0; bottom: 0; min-width: 100%; min-height: 100%; z-index: -777; background-size: cover; /* Setting width & height to auto prevents the browser from stretching or squishing the video */ width: 100vw; height: 100vh; /* Center the video */ top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover; } /*.header { min-height: 30rem; text-align: center; position: relative; display: table; width: 100vw; height: 100vh; padding-top: 8rem; padding-bottom: 8rem; background-position: center center; background-repeat: no-repeat; background-size: cover; }*/ /* Manipulate ---------------------------------*/ .center { text-align: center; } .center-x { position: absolute; left: 50%; transform: translateX(-50%); } .center-y { position: absolute; top: 50%; transform: translateY(-50%); } .midcontainer { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); } /* Primary Styles ---------------------------------*/ body { background-color: #2c3338; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: normal; color: #888888; margin: 0; } h2 { font-size: 34px; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: -1px; margin: 0 0 15px 0; text-align: center; text-transform: uppercase; } h3 { font-family: 'Montserrat', sans-serif; color: #fff; font-size: 16px; margin: 0 0 5px 0; text-transform: uppercase; font-weight: 400; } h6 { font-size: 16px; color: #888888; font-family: 'Open Sans', sans-serif; font-weight: 400; text-align: center; margin: 0 0 60px 0; } p { line-height: 24px; margin: 0; color: white; } /* Sections ---------------------------------*/ /*main*/ .main { position: absolute; width: 100vw; height: 100vh; background-position: center center; background-repeat: no-repeat; background-size: cover; overflow: visible; } .main p { font-size: 20px; } /* RESULTS ---------------------------------*/ .results { min-width: 70%; color: red; }
src/css/style.css
@charset "UTF-8"; /* CSS Document */ /* Float Elements ---------------------------------*/ .fl-lt { float: left; } .fl-rt { float: right; } /* Backgrounds ---------------------------------*/ .main-bg { position: absolute; right: 0; bottom: 0; min-width: 100%; min-height: 100%; z-index: -777; background-size: cover; /* Setting width & height to auto prevents the browser from stretching or squishing the video */ width: 100vw; height: 100vh; /* Center the video */ top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover; } /*.header { min-height: 30rem; text-align: center; position: relative; display: table; width: 100vw; height: 100vh; padding-top: 8rem; padding-bottom: 8rem; background-position: center center; background-repeat: no-repeat; background-size: cover; }*/ /* Manipulate ---------------------------------*/ .center { text-align: center; } .center-x { position: absolute; left: 50%; transform: translateX(-50%); } .center-y { position: absolute; top: 50%; transform: translateY(-50%); } .midcontainer { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); } /* Primary Styles ---------------------------------*/ body { background-color: #2c3338; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: normal; color: #888888; margin: 0; } h2 { font-size: 34px; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: -1px; margin: 0 0 15px 0; text-align: center; text-transform: uppercase; } h3 { font-family: 'Montserrat', sans-serif; color: #fff; font-size: 16px; margin: 0 0 5px 0; text-transform: uppercase; font-weight: 400; } h6 { font-size: 16px; color: #888888; font-family: 'Open Sans', sans-serif; font-weight: 400; text-align: center; margin: 0 0 60px 0; } p { line-height: 24px; margin: 0; color: white; } /* Sections ---------------------------------*/ /*main*/ .main { position: absolute; width: 100vw; height: 100vh; background-position: center center; background-repeat: no-repeat; background-size: cover; overflow: visible; } .main p { font-size: 20px; } /* RESULTS ---------------------------------*/ .results { min-width: 70%; color: red; }
0.434701
0.064418
ul { list-style: none; } a { text-decoration: none; outline: none; color: #0080FF; } body { /* Location of the image */ background-image: url(/www/img/2.jpg); /* Image is centered vertically and horizontally at all times */ background-position: center center; /* Image doesn't repeat */ background-repeat: no-repeat; /* Makes the image fixed in the viewport so that it doesn't move when the content height is greater than the image height */ background-attachment: fixed; /* This is what makes the background image rescale based on its container's size */ background-size: cover; /* Pick a solid background color that will be displayed while the background image is loading */ background-color:#464646; /* SHORTHAND CSS NOTATION * background: url(background-photo.jpg) center center cover no-repeat fixed; */ } .container { /*display: flex;*/ flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; height: 20em; border-radius: 5px; /*border: 2px solid grey;*/ top: 50%; transform: translate(0, 50%); } /* Стили для смены пароля */ #password_new, #password_old { display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; width: 10em; height: 1.4em; font-size: 15px; font-family: 'Comfortaa', cursive; } input#change { cursor: pointer; /* margin-top: 5px; */ font-size: 15px; /* margin-top: 5px; */ border-radius: 4px; font-family: 'Comfortaa', cursive; } /* Стили для опроса #opros { display: none; } #hd-1 { display: none; } .hide + label ~ #opros{ display: none; } оформляем текст label .hide + label { border-bottom: 1px dashed black; padding: 0; color: black; cursor: pointer; display: inline-block; } вид текста label при активном переключателе .hide:checked + label { color: red; border-bottom: 0; } когда чекбокс активен показываем блоки с содержанием .hide:checked + label + #opros { display: block; -moz-box-shadow: inset 3px 3px 10px #7d8e8f; -webkit-box-shadow: inset 3px 3px 10px #7d8e8f; box-shadow: inset 3px 3px 10px #7d8e8f; padding: 10px; } */ /* Отображение возле h4 имени и эл.почты*/ .info { display: inline; } p { display:inline-block; } #subscribe { display: inline; } #checkbox_cab { transform:scale(1.1); opacity:1.1; cursor:pointer; } /* For mobile devices */ @media only screen and (max-width: 767px) { body { /* to improve page load speed on mobile internet connections */ background-image: url(/www/img/2_mobile.jpg); } } @media screen and (max-width: 600px) { .child { max-width: 100%; } } .footer { text-align: center; z-index: 10; position: relative; transform: translate(0, 40em); } .footer a { color: #3d5c5c; cursor: pointer; text-decoration: none; outline: none; }
html/www/css/style_cabinet.css
ul { list-style: none; } a { text-decoration: none; outline: none; color: #0080FF; } body { /* Location of the image */ background-image: url(/www/img/2.jpg); /* Image is centered vertically and horizontally at all times */ background-position: center center; /* Image doesn't repeat */ background-repeat: no-repeat; /* Makes the image fixed in the viewport so that it doesn't move when the content height is greater than the image height */ background-attachment: fixed; /* This is what makes the background image rescale based on its container's size */ background-size: cover; /* Pick a solid background color that will be displayed while the background image is loading */ background-color:#464646; /* SHORTHAND CSS NOTATION * background: url(background-photo.jpg) center center cover no-repeat fixed; */ } .container { /*display: flex;*/ flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; height: 20em; border-radius: 5px; /*border: 2px solid grey;*/ top: 50%; transform: translate(0, 50%); } /* Стили для смены пароля */ #password_new, #password_old { display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; width: 10em; height: 1.4em; font-size: 15px; font-family: 'Comfortaa', cursive; } input#change { cursor: pointer; /* margin-top: 5px; */ font-size: 15px; /* margin-top: 5px; */ border-radius: 4px; font-family: 'Comfortaa', cursive; } /* Стили для опроса #opros { display: none; } #hd-1 { display: none; } .hide + label ~ #opros{ display: none; } оформляем текст label .hide + label { border-bottom: 1px dashed black; padding: 0; color: black; cursor: pointer; display: inline-block; } вид текста label при активном переключателе .hide:checked + label { color: red; border-bottom: 0; } когда чекбокс активен показываем блоки с содержанием .hide:checked + label + #opros { display: block; -moz-box-shadow: inset 3px 3px 10px #7d8e8f; -webkit-box-shadow: inset 3px 3px 10px #7d8e8f; box-shadow: inset 3px 3px 10px #7d8e8f; padding: 10px; } */ /* Отображение возле h4 имени и эл.почты*/ .info { display: inline; } p { display:inline-block; } #subscribe { display: inline; } #checkbox_cab { transform:scale(1.1); opacity:1.1; cursor:pointer; } /* For mobile devices */ @media only screen and (max-width: 767px) { body { /* to improve page load speed on mobile internet connections */ background-image: url(/www/img/2_mobile.jpg); } } @media screen and (max-width: 600px) { .child { max-width: 100%; } } .footer { text-align: center; z-index: 10; position: relative; transform: translate(0, 40em); } .footer a { color: #3d5c5c; cursor: pointer; text-decoration: none; outline: none; }
0.271541
0.083479
:root{ --color-green--:#417d99; } *{ margin:0; padding:0; border:0; } body{ background:#303536; } header{ padding:32px; border-bottom:solid var(--color-green--) 5px; } body{ font-family: 'RocknRoll One', sans-serif; } header div{ text-align:center; } .links{ text-align: center; } .links img{ width:70px; } .icons{ text-align:center; } .icons a{ margin:10px; display:inline-block; padding:4px; border-radius:8px; transition: background .7s; } .icons a:hover{ box-shadow:1px 1px 4px #3b4753; background:#3a3e3f; } .icons img{ width:70px; } .links a{ color:white; font-size:1.8rem; text-decoration:none; line-height:28px; margin:0 10px; padding:8px; border-radius:50px; } body header a:hover{ background:#43494b; transition:.5s } #wrapper{ text-align:center; padding:32px; } #wrapper img{ border-radius:50%; border:5px solid var(--color-green--); } #wrapper h1{ font-size:42px; line-height:52px; color:#ffffff; } #wrapper h1 span{ color:#dcecec; } #wrapper h2{ font-size:24px; line-height:34px; color:#4dee70; } #wrapper p{ max-width:500px; margin:32px auto; } /*=====cards =====*/ .cards{ max-width:800px; margin:0 auto; display:grid; grid-template-columns: 1fr 1fr 1fr; gap:20px; } .card{ background-color:#6fc0ce; cursor:pointer; border-radius:8px; padding:5px; } .card__image-container img{ width:100%; } .card__content,.card__info{ padding:24px; } .card__info{ display:grid; grid-template-columns: 1fr 1fr; } .card__price{ background-color: #d07fff; filter: brightness(90%); padding:5px 20px; border-radius:8px; text-align:center; } /*Modal*/ .modal-overlay{ background-color:#00000096; width:100%; height:1000%; position:fixed; top:0; opacity:0; visibility: hidden; margin-bottom:20px; } .modal{ background-color:white; height:90%; width:90%; position: relative; margin:5vh auto; } .modal .close-modal{ position:absolute; right:3px; } .modal-overlay.active{ opacity:1; visibility: visible; } .modal__content{ width:100%; height:90%; position:relative; } iframe{ width:100%; height:90%; margin-top:10px; position: fixed; background:#4dee70; margin:0 auto; } /*===========featured=======*/ .card__image-container{ position: relative; } .featured{ background:#4dee70; border-radius:8px; width:100px; height:30px; position:absolute; right:-8px; top:-6px; text-align:center; } /*========work-page==========*/ .work{ margin:0 auto; max-width:900px; cursor:none; }
public/css/style.css
:root{ --color-green--:#417d99; } *{ margin:0; padding:0; border:0; } body{ background:#303536; } header{ padding:32px; border-bottom:solid var(--color-green--) 5px; } body{ font-family: 'RocknRoll One', sans-serif; } header div{ text-align:center; } .links{ text-align: center; } .links img{ width:70px; } .icons{ text-align:center; } .icons a{ margin:10px; display:inline-block; padding:4px; border-radius:8px; transition: background .7s; } .icons a:hover{ box-shadow:1px 1px 4px #3b4753; background:#3a3e3f; } .icons img{ width:70px; } .links a{ color:white; font-size:1.8rem; text-decoration:none; line-height:28px; margin:0 10px; padding:8px; border-radius:50px; } body header a:hover{ background:#43494b; transition:.5s } #wrapper{ text-align:center; padding:32px; } #wrapper img{ border-radius:50%; border:5px solid var(--color-green--); } #wrapper h1{ font-size:42px; line-height:52px; color:#ffffff; } #wrapper h1 span{ color:#dcecec; } #wrapper h2{ font-size:24px; line-height:34px; color:#4dee70; } #wrapper p{ max-width:500px; margin:32px auto; } /*=====cards =====*/ .cards{ max-width:800px; margin:0 auto; display:grid; grid-template-columns: 1fr 1fr 1fr; gap:20px; } .card{ background-color:#6fc0ce; cursor:pointer; border-radius:8px; padding:5px; } .card__image-container img{ width:100%; } .card__content,.card__info{ padding:24px; } .card__info{ display:grid; grid-template-columns: 1fr 1fr; } .card__price{ background-color: #d07fff; filter: brightness(90%); padding:5px 20px; border-radius:8px; text-align:center; } /*Modal*/ .modal-overlay{ background-color:#00000096; width:100%; height:1000%; position:fixed; top:0; opacity:0; visibility: hidden; margin-bottom:20px; } .modal{ background-color:white; height:90%; width:90%; position: relative; margin:5vh auto; } .modal .close-modal{ position:absolute; right:3px; } .modal-overlay.active{ opacity:1; visibility: visible; } .modal__content{ width:100%; height:90%; position:relative; } iframe{ width:100%; height:90%; margin-top:10px; position: fixed; background:#4dee70; margin:0 auto; } /*===========featured=======*/ .card__image-container{ position: relative; } .featured{ background:#4dee70; border-radius:8px; width:100px; height:30px; position:absolute; right:-8px; top:-6px; text-align:center; } /*========work-page==========*/ .work{ margin:0 auto; max-width:900px; cursor:none; }
0.474875
0.135546
@keyframes fadeIn { 0% { opacity: 0; margin-left: -10vw; } 100% { opacity: 1; margin-left: 0; } } #bg { position: absolute; width: 100vw; height: 100vh; top: 0; left: 0; background: url('../../assets/img/bg1.png'); background-size: 200vw auto; background-position-x: 40%; z-index: -2; } #bot { position: absolute; width: 100vw; height: 60vh; bottom: 50px; background: url('../../assets/img/bot1_1.png'); background-size: 100vw auto; transition: 1s; animation: fadeIn 1.5s 0s linear 1; -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ -moz-animation-fill-mode:forwards; /*FF 5+*/ -o-animation-fill-mode:forwards; /*Not implemented yet*/ -ms-animation-fill-mode:forwards; /*IE 10+*/ animation-fill-mode:forwards; /*when the spec is finished*/ } #bot.left { left: -10vw; } ul { position: absolute; width: 100vw; bottom: 90px; padding: 0; margin: 0; overflow: hidden; text-align: center; } li { display: inline-block; width: auto; padding: 1.3em 2em; margin: 0 0.5em; background: #ddddddee; font-size: 1.3em; border-radius: 1.3em; background: url('../../assets/img/bubble.svg'); background-size: 100%; } li:after, li:before { top: 100%; left: 75%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } li:after { border-color: rgba(136, 183, 213, 0); border-top-color: #a7c9f5dd; border-width: 20px; border-right-width: 30px; border-left-width: 10px; margin-left: -20px; } li:before { border-color: rgba(194, 225, 245, 0); border-top-color: #567aaa; border-width: 26px; border-right-width: 36px; border-left-width: 16px; margin-left: -26px; } ul.more { position: absolute; bottom: 50px; right: 5vw; height: 45vh; overflow: scroll; } li.more { width: 20vw; min-height: 2em; /* background: #dddddddd; */ margin: 0.5em 0; padding: 1em; font-size: 1.5em; font-weight: 900; list-style: none; text-align: center; text-shadow: 0 0 0.3em #111; }
src/src/app/chat/chat.component.css
@keyframes fadeIn { 0% { opacity: 0; margin-left: -10vw; } 100% { opacity: 1; margin-left: 0; } } #bg { position: absolute; width: 100vw; height: 100vh; top: 0; left: 0; background: url('../../assets/img/bg1.png'); background-size: 200vw auto; background-position-x: 40%; z-index: -2; } #bot { position: absolute; width: 100vw; height: 60vh; bottom: 50px; background: url('../../assets/img/bot1_1.png'); background-size: 100vw auto; transition: 1s; animation: fadeIn 1.5s 0s linear 1; -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ -moz-animation-fill-mode:forwards; /*FF 5+*/ -o-animation-fill-mode:forwards; /*Not implemented yet*/ -ms-animation-fill-mode:forwards; /*IE 10+*/ animation-fill-mode:forwards; /*when the spec is finished*/ } #bot.left { left: -10vw; } ul { position: absolute; width: 100vw; bottom: 90px; padding: 0; margin: 0; overflow: hidden; text-align: center; } li { display: inline-block; width: auto; padding: 1.3em 2em; margin: 0 0.5em; background: #ddddddee; font-size: 1.3em; border-radius: 1.3em; background: url('../../assets/img/bubble.svg'); background-size: 100%; } li:after, li:before { top: 100%; left: 75%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } li:after { border-color: rgba(136, 183, 213, 0); border-top-color: #a7c9f5dd; border-width: 20px; border-right-width: 30px; border-left-width: 10px; margin-left: -20px; } li:before { border-color: rgba(194, 225, 245, 0); border-top-color: #567aaa; border-width: 26px; border-right-width: 36px; border-left-width: 16px; margin-left: -26px; } ul.more { position: absolute; bottom: 50px; right: 5vw; height: 45vh; overflow: scroll; } li.more { width: 20vw; min-height: 2em; /* background: #dddddddd; */ margin: 0.5em 0; padding: 1em; font-size: 1.5em; font-weight: 900; list-style: none; text-align: center; text-shadow: 0 0 0.3em #111; }
0.456652
0.080647
@import url('https://fonts.googleapis.com/css?family=Trade+Winds&display=swap'); .charsheet { min-width: 832px; max-width: 832px; } div.sheet-tab-content { font-family:'Trade Winds'; /*font-family: 'Verdana';*/ border: 1px solid #a8a8a8; border-top-color: #000; margin: 2px 0 0 5px; padding: 5px; } div.sheet-tab-content { display: none; } input.sheet-tab1:checked ~ div.sheet-tab1, input.sheet-tab2:checked ~ div.sheet-tab2, input.sheet-tab3:checked ~ div.sheet-tab3, input.sheet-tab4:checked ~ div.sheet-tab4, input.sheet-tab5:checked ~ div.sheet-tab5, input.sheet-tab6:checked ~ div.sheet-tab6 { display: block; } .sheet-tabSpan{ font-family:'Trade Winds'; } input.sheet-tab { width: 110px; height: 20px; position: relative; top: 0px; left: 5px; margin: -1.5px; margin-bottom: 5px; cursor: pointer; z-index: 1; opacity: 0; font-family:'Trade Winds'; } input.sheet-tab + span::before { content:attr(title); border: solid 1px #a8a8a8; border-bottom-color: black; text-align: center; display: inline-block; background: #fff; background: -moz-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -webkit-linear-gradient(to top, #D3D3D3 8, #fff, #D3D3D3 ); background: -ms-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -o-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); width: 110px; height: 20px; font-size: 18px; position: absolute; top: 70px; left: 30px; } input.sheet-tab:checked + span::before { background: #dcdcdc; background: -moz-linear-gradient(to top, #D3D3D3 , #dcdcdc, #D3D3D3 ); background: -webkit-linear-gradient(to top, #D3D3D3 , #dcdcdc, #D3D3D3 ); background: -ms-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc); background: -o-linear-gradient(to top, #D3D3D3 , #dcdcdc, #D3D3D3 ); background: linear-gradient(to top, #D3D3D3 , #dcdcdc, #D3D3D3 ); border-bottom-color: #fff; } input.sheet-tab:not(:first-child) + span::before { border-left: none; } input.sheet-tab2 + span::before { left: 133px; background: #fff; background: -moz-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -webkit-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -ms-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -o-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); } input.sheet-tab3 + span::before { left: 234px; } input.sheet-tab4 + span::before { left: 336px; } /* input.sheet-tab5 + span::before { left: 438px; } input.sheet-tab6 + span::before { left: 540px; } */ .sheet-centerChkBox{ align-self: center; } .sheet-wrapper1 { display: grid; grid-template-columns: 48% 50%; grid-gap: 10px; grid-auto-rows: minmax(auto, auto); } .sheet-skillsWrapper { display: grid; grid-template-columns: 25% 25% 25% 25%; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-dodgeWrapper { display: grid; grid-template-columns: 10px 69px 33px 33px 33px 21px 250px; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-dodge{ align-self: center; font-size: small!important; } .sheet-dodgeWrapper input, .sheet-dodgeWrapper select { font-size:x-small; } .sheet-magicStatsWrapper{ display: grid; grid-template-columns: 33px 33px 78px 43px 112px; grid-gap: 3px; /*grid-auto-rows: minmax(auto, auto);*/ width: 325px; } .sheet-magicStatsWrapper input, .sheet-magicStatsWrapper select { font-size:x-small; } .sheet-spellRuneStorageWrapper{ display: grid; grid-template-columns: 45% 55%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-spellWrapper{ display: grid; grid-template-columns: 119px 78px 46px 78px 218px; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-spellWrapper input, .sheet-spellWrapper select { font-size:x-small; } .sheet-runeWrapper{ display: grid; grid-template-columns: 27% 13% 5% 19% 11% 19%; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-runeWrapper input, .sheet-runeWrapper select { font-size:x-small; width:100%; } .sheet-runeWrapper select { margin-bottom: 0px; padding-left: 0px; } .sheet-mpStorageWrapper{ display: grid; grid-template-columns: 359px 33px 33px; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-spellEffect{ font-size:xx-small; height:8em; width:95%; } .sheet-mpLabel{ grid-column: 1 /span 3; text-align: center; } .sheet-spellLabel{ grid-column: 4 /span 2; text-align: center; } input.sheet-spellHgt { height:27px; } .sheet-demonsWrapper{ display: grid; grid-template-columns:50% 50%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-demonWrapper{ border: 1px solid black; border-radius: 25px; padding: 10px 5px 5px 5px; width: 95%; } .sheet-wrapper1-col1 { grid-column: 1; grid-row: 1; width:100%; } .sheet-wrapper1-col2 { grid-column: 2; grid-row: 1; width: 100%; } .sheet-wrapper2 { display: grid; grid-template-columns:5% 11% 9% 9% 9% 44%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-modDiv{ padding: 10px 0 10px 0; width: 75px; margin: 10px auto; } .sheet-hpShieldWrapper{ display: grid; grid-template-columns: 41% 59%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-shield{ align-self: center; font-size: small!important; } .sheet-defaultTextarea{ width:95%; } .sheet-wealth{ height:100px; } .sheet-armorWrapper{ display: grid; grid-template-columns:30% 23% 23% 16% 7%; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-h2hWrapper{ display: grid; grid-template-columns:120px 85px 35px 16px 36px 42px 44px 35px 23px 52px 25px 29px 26px 59px 79px 53px 59px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); align-items: end; justify-items: center; } .sheet-h2hWrapper input, .sheet-h2hWrapper select { font-size:x-small; } .sheet-msslWrapper{ display: grid; grid-template-columns:108px 69px 18px 41px 16px 34px 38px 44px 35px 49px 34px 59px 61px 34px 51px 64px 57px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); align-items: end; justify-items: center; } .sheet-msslWrapper input, .sheet-msslWrapper select { font-size:x-small; } .sheet-shieldwrapper{ margin-top: 10px; display: grid; grid-template-columns: 5% 12% 8% 8% 6% 8% 15% 14% 5% 18%; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-shieldwrapper input, .sheet-shieldwrapper select { font-size:x-small; } .sheet-gearWrapper{ display: grid; grid-template-columns: 50% 50%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-horseWrapper{ border: 1px solid black; border-radius: 25px; padding: 10px 5px 5px 5px; width: 95%; } .sheet-horseStatWrapper{ display: grid; grid-template-columns: 41px 35px 41px 35px 41px 35px 41px 35px 13px 50px ; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-horseWeapons{ display: grid; grid-template-columns: 35px 160px 50px 77px 20px 35px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-horseSkills{ display: grid; grid-template-columns: 35px 216px 50px 35px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } /* .sheet-text_input{ border: none; box-shadow: none; border-bottom: 1px solid black; border-radius: 0; display:inline-block; outline:none; }*/ .sheet-marginT10{ margin-top:10px; } .sheet-demonStatWrapper{ display: grid; grid-template-columns: 41px 35px 35px 41px 35px 35px 41px 35px 35px 41px 35px 35px ; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-demonWeapons{ display: grid; grid-template-columns: 35px 160px 50px 77px 20px 35px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-demonSkills{ display: grid; grid-template-columns: 35px 216px 50px 35px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-demonAbilities{ display: grid; grid-template-columns: 140px 53px 98px 100px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-abilityEffect{ height: 3.5em; font-size:xx-small; width:96%; } .sheet-demonAbilities input{ font-size:xx-small; } .sheet-abilityEffectHdr{ text-align:left; font-size:xx-small; margin-top:5px; font-weight:bold; } .sheet-backgroundWrapper{ display: grid; grid-template-columns: 50% 50%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-Residence{ height:3.5em; } .sheet-centerText{ text-align:center; } .sheet-header{ color:#b87a38; font-size:large; margin-bottom: 10px } .sheet-allegianceRank{ display: block; width: 86px; font-size: xx-small; padding:0px; } .sheet-allFrame1{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/allFrameTest2.png'); background-repeat: no-repeat; } .sheet-header2{ font-size: 1.25em; font-weight: bold; margin-bottom: 10px; background-color: white; display: inline-block; padding-left: 5px; padding-right: 5px; } .sheet-shieldDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/shieldBorderTest1.png'); background-repeat: no-repeat } .sheet-storageInscribedDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/hpBorderTest1.png'); background-repeat: no-repeat } .sheet-hpDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/hpBorderTest1.png'); background-repeat: no-repeat } .sheet-gearDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/borderTest6.png'); background-repeat: no-repeat } .sheet-fullDivider{ background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/borderTest5.png'); background-repeat: no-repeat } .sheet-spellsDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/shieldBorderTest1.png'); background-repeat: no-repeat } .sheet-skill_category{ color:#b87a38; /*font-size:large;*/ margin-bottom: 10px; display:inline-block; } .sheet-statLabel2{ text-align:right; } .sheet-charLabel{ align-self: end; font-weight:bold; } .sheet-dbLabel{ width:50px; } .sheet-topCell{ align-self: start; } .sheet-bottCell{ align-self: end; } .sheet-char_values{ display:inline-block; font-size:1.0em; width:34px; box-shadow: none; border: 0px; border-radius:0px; border-bottom: 1px solid black; text-align:center; } .sheet-attribute_label{ font-size:0.75em; width:61px; display:inline-block } .sheet-bold{ font-weight:bold; } .sheet-equipment{ min-height: 5em; max-height: 5em; width: 398px; } .sheet-horseName{ width:164px; } .sheet-horseArmor{ width:50px; } .sheet-horseArmorType{ width:75px; } .sheet-horseBreed{ width:122px; } .sheet-skillName{ width:115px; font-size:x-small; } .sheet-weapon_type{ width:75px; font-size:x-small; } button[type=roll].sheet-turn_order::before { background-image: none; font-size: 13px; font-family: pictos; content: "t"; margin: 0 0px 0 0; } button[type=roll].sheet-turn_order { /*background-image: none; background-color: #f2f5d3;*/ margin:0px; } .sheet-skill_values{ text-align:center; font-size:0.75em; width:28px; } .sheet-col1{ grid-column:1; } .sheet-col2{ grid-column:2; } .sheet-col3{ grid-column:3; } .sheet-col4{ grid-column:4; } .sheet-col5{ grid-column:5; } .sheet-col6{ grid-column:6; } .sheet-col7{ grid-column:7; } .sheet-col8{ grid-column:8; } .sheet-col9{ grid-column:9; } .sheet-col10{ grid-column:10; } .sheet-col11{ grid-column:11; } .sheet-col12{ grid-column:12; } .sheet-col113{ grid-column:13; } .sheet-col114{ grid-column:14; } .sheet-col15{ grid-column:15; } .sheet-col16{ grid-column:16; } .sheet-col17{ grid-column:17; } .sheet-col18{ grid-column:18; } .sheet-col19{ grid-column:19; } .sheet-col20{ grid-column:20; } .sheet-col21{ grid-column:21; } .sheet-col22{ grid-column:22; } .sheet-row1{ grid-row:1; } .sheet-row2{ grid-row:2; } .sheet-row3{ grid-row:3; } .sheet-row4{ grid-row:4; } .sheet-row5{ grid-row:5; } .sheet-row6{ grid-row:6; } .sheet-row7{ grid-row:7; } .sheet-row8{ grid-row:8; } /* div.repcontainer[data-groupname=repeating_practicalSkills] .repitem:nth-child(even) { background-color: #ba6f3f; margin-top: 0px; margin-bottom: 0px; } div.repcontainer[data-groupname=repeating_practicalSkills] .repitem:nth-child(odd) { background-color: white; margin-top: 0px; margin-bottom: 0px; } x div.repcontainer[data-groupname=repeating_practicalSkills] .repitem:nth-child(even) { background-color: #ba6f3f; margin-top: 0px; margin-bottom: 0px; } div.repcontainer[data-groupname=repeating_practicalSkills] .repitem:nth-child(odd) { background-color: white; margin-top: 0px; margin-bottom: 0px; } */ /* .charsheet .sheet-text_input */ div.sheet-skills input.sheet-text_input { height:26px; } div.sheet-skills { padding: 1px; } .sheet-dtlsLine{ padding-bottom:4px; } .sheet-name{ width:364px; } .sheet-gender{ width:59px; } .sheet-age{ width:35px; } .sheet-birthPlc{ width:150px; } .sheet-title{ width:150px; } .sheet-family{ width:175px; } .sheet-occupation{ width:331px; } .sheet-allgSpan{ display:inline-block } .sheet-allgWrapper{ text-align:center } .sheet-looks{ min-height:7.5em; max-height:7.5em; } .sheet-text_input{ border: none; box-shadow: none; border-bottom: 1px solid black; border-radius: 0; display:inline-block; outline:none; line-height:12px; padding-top:0px; padding-bottom:0px; } .sheet-header{ color:#b87a38; font-size:large; margin-bottom: 10px } .sheet-detailsItem{ display:inline-block; } .sheet-details2{ width:98px; text-align:center; } .sheet-details3{ width:269px; text-align:center; } .sheet-details-label{ font-size:x-small; font-weight:bold; margin-bottom:0px; } .sheet-skillHeader{ display:inline-block; } .sheet-skillName{ display:inline-block; } .sheet-skillRating{ display:inline-block; } .sheet-skillLevel{ display:inline-block; } .sheet-skill_category{ color:#b87a38; /*font-size:large;*/ margin-bottom: 10px; display:inline-block; } .sheet-char-label{ Font-size:xx-large; font-weight:bold; display:inline-block; padding:1px 2px 1px 1px; text-align:center; font-size:large; width:43px; } .sheet-char_values{ display:inline-block; font-size:1.0em; width:34px; box-shadow: none; border: 0px; border-radius:0px; border-bottom: 1px solid black; text-align:center; } .sheet-melee_wpns_labels label{ display:inline-block; font-size:1em; } .sheet-melee_wpns_labels div{ display:inline-block; font-size:x-small; font-weight:bold; } .sheet-tableHdr{ font-size:x-small; font-weight:bold; text-align:center; } .sheet-armorDice{ width:63px; text-align:center; } .sheet-armorRow{ height:25px!important; } .sheet-cellFill{ width:90%; } .sheet-2digits{ text-align:center; width:35px; } .sheet-majWndButt{ margin-left: 10px!important; margin-right: 10px!important; } .sheet-wounds{ width:74px; } .sheet-POWx4{ margin-left:5px!important; } .sheet-hpwndsrow1{ margin-bottom:5px; } .sheet-skillButtons{ margin: 1px 3px 1px 3px!important; } /* allgiance button */ button[type=roll].sheet-turn_order::before { background-image: none; font-size: 13px; font-family: pictos; content: "t"; margin: 0 0px 0 0; } button[type=roll].sheet-allg_roll::before { content: " "; background-image: none; } button.sheet-allg_roll[type="roll"] { font-size:small; color:white; padding-bottom: 0; padding-top: 0; display: inline-block; margin: 0; font-weight: 400; text-align: center; cursor: pointer; background-image: none; background-color: transparent; /*border: 1px solid red;*/ white-space: nowrap; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border:none; } button.sheet-allg_roll[type="roll"]:hover { background-color: transparent; /*border-color: red;*/ color:red; } button.sheet-allg_roll[type="roll"] label, button[type="roll"] input { height:24px; line-height: 24px; text-align:center; width: 100%; cursor: pointer; background: none; box-shadow: none; transition: none; border-radius: none; border:none; font-weight:700; } button.sheet-allg_roll[type="roll"]:hover label, button[type="roll"]:hover input { color: red; border: none; } /* Text button */ button[type=roll].sheet-text_roll::before { content: " "; background-image: none; } button.sheet-text_roll[type="roll"] { font-size:small; /*width: 95%;*/ /*height:24px;*/ padding-bottom: 0; display: inline-block; margin: 0; font-weight: 400; text-align: center; cursor: pointer; background-image: none; background-color: white; /*border: 1px solid red;*/ white-space: nowrap; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } button.sheet-text_roll[type="roll"]:hover { background-color: black; /*border-color: red;*/ color:white } button.sheet-text_roll[type="roll"] label, button[type="roll"] input { height:24px; line-height: 24px; text-align:center; width: 100%; cursor: pointer; background: none; box-shadow: none; transition: none; border-radius: none; border:none; font-weight:700; } button.sheet-text_roll[type="roll"]:hover label, button[type="roll"]:hover input { color: white; border: none; } /* End Text button end*/ button[type=roll].sheet-turn_order { /*background-image: none; background-color: #f2f5d3;*/ margin:0px; } .sheet-allgCheck{ background-color: black; color: white; } .sheet-allgValues{ background-color: transparent; display: inline-block; font-size: 1.0em; width: 74px; box-shadow: none; border: 0px; border-radius: 0px; text-align: center; padding-top: 17px; padding-bottom: 9px; font-size: x-large; } .sheet-attribute_label{ font-size:0.75em; width:61px; display:inline-block } .sheet-divider1{ background-color: #000000; border: 0 none; color: #00000; height: 10px; } .sheet-centerDiv{ width: 50%; margin-left: auto; margin-right:auto; text-align: center; } } /* .repcontainer[data-groupname="repeating_melee2"]{ width:100%!important; } .repcontainer[data-groupname="repeating_missle2"]{ width:100%!important; } .repcontainer[data-groupname="repeating_mounts"]{ width:100%!important; } */ .itemcontrol { margin-left: -33px; } .repcontrol{ margin-right: 14px; } div.repcontrol button { width: 13px; color: transparent; padding: 0px; padding-left: 2px; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } div.repcontrol button.repcontrol_add::before, div.repcontrol button.repcontrol_edit::before { font-family: Pictos; position: relative; color: #000; width:12px; height:12px; } /* +Add */ div.repcontrol button.repcontrol_add::before { content: "&"; /* & in Pictos is a + sign, while + is a plus inside a circle */ left: -0px; top: -0px; } /* Modify */ div.repcontrol button.repcontrol_edit::before { text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); content: "x"; /* x in Pictos is a crossed hammer and wrench */ left: -0px; top: -0px; } /* Done */ div.repcontrol.editmode button.repcontrol_edit::before { content: "3"; /* 3 in Pictos is a check mark */ } /* Configuration Window*/ .charsheet .sheet-cdiv { width:798px; /*border: 1px dotted;*/ padding-right: 15px; padding-left: 15px; } .sheet-HideConfig:checked ~ *.sheet-config { display:none; } .charsheet span.sheet-is-config::after { /*Close Config: grayish background with black text*/ content: "^"; } .charsheet .sheet-HideConfig:checked + span.sheet-is-config::after { /*Show Configuration: Black background with grayish text*/ content: "v"; } .charsheet span.sheet-is-config { text-align: center; display: inline-block; width: 5%; height: 16px; font-size: 9px; /*font-family: "Pictos";*/ /*background: #65763c;*/ background: black; /*#93537c;*/ color: white; /*white;*/ font-weight: bold; border-radius: 4px; margin-left: -5%; } .charsheet input.sheet-HideConfig { width: 5%; height: 16px; cursor: pointer; margin-left: auto; margin-top: auto; /*position: absolute; right: 20%;*/ opacity: 0; z-index: 9999; } .charsheet .sheet-HideConfig:checked + span.sheet-is-config { background: black; border-radius: 4px; color: white; } .charsheet label.sheet-configitem { margin-left: 10px; width: 50px; font-size: .9em; font-weight: normal } /*End Configuration Window*/ .sheet-rolltemplate-Roll{ font-family: 'Georgia'; } .sheet-rolltemplate-Roll .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-Roll .sheet-flipColor{ background-color:black; color:white; } .sheet-rolltemplate-Roll .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-Roll .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-Roll .sheet-rollHeader{ font-size:1.2em; text-align:center; } .sheet-rolltemplate-Roll .inlinerollresult.fullcrit{ border:none; } .sheet-rolltemplate-Roll .inlinerollresult.fullfail{ border:none; } .sheet-rolltemplate-Roll .inlinerollresult.importantroll { border:none; } .sheet-rolltemplate-Roll .inlinerollresult { background-color: transparent; border: none; } /*.sheet-rolltemplate-cdd .sheet-chat-button-green a[href^="!edParse"] */ .sheet-rolltemplate-Roll .sheet-rollResult a[href^="~"]{ background-color:black!important; } .sheet-rolltemplate-h2hFumble{ font-family: 'Georgia'; } .sheet-rolltemplate-h2hFumble .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-h2hFumble .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-h2hFumble .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-h2hFumble .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-msslFumble{ font-family: 'Georgia'; } .sheet-rolltemplate-msslFumble .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-msslFumble .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-msslFumble .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-msslFumble .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } /**/ .sheet-rolltemplate-mjrWnd{ font-family: 'Georgia'; } .sheet-rolltemplate-mjrWnd .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-mjrWnd .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-mjrWnd .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-mjrWnd .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-mjrWnd{ font-family: 'Georgia'; } .sheet-rolltemplate-armor .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-armor .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-armor .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-armor .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-armor .inlinerollresult.fullcrit{ border:none; } .sheet-rolltemplate-armor .inlinerollresult.fullfail{ border:none; } .sheet-rolltemplate-armor .inlinerollresult.importantroll { border:none; } .sheet-rolltemplate-armor .inlinerollresult { background-color: transparent; border: none; } .sheet-rolltemplate-armor .sheet-rollResult a[href^="~"]{ background-color:black!important; } .sheet-rolltemplate-Powx4 .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-Powx4 .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-Powx4 .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-Powx4 .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-Powx4 .inlinerollresult.fullcrit{ border:none; } .sheet-rolltemplate-Powx4 .inlinerollresult.fullfail{ border:none; } .sheet-rolltemplate-Powx4 .inlinerollresult.importantroll { border:none; } .sheet-rolltemplate-Powx4 .inlinerollresult { background-color: transparent; border: none; } .sheet-rolltemplate-Powx4 .sheet-rollResult a[href^="~"]{ background-color:black!important; } .sheet-rolltemplate-turnOrder .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-turnOrder .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-turnOrder .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-turnOrder .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-turnOrder .inlinerollresult.fullcrit{ border:none; } .sheet-rolltemplate-turnOrder .inlinerollresult.fullfail{ border:none; } .sheet-rolltemplate-turnOrder .inlinerollresult.importantroll { border:none; } .sheet-rolltemplate-turnOrder .inlinerollresult { background-color: transparent; border: none; } .sheet-rolltemplate-turnOrder .sheet-rollResult a[href^="~"]{ background-color:black!important; } .sheet-rolltemplate-summonFumble{ font-family: 'Georgia'; } .sheet-rolltemplate-summonFumble .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-summonFumble .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-summonFumble .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-summonFumble .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-summonFumble{ font-family: 'Georgia'; }
Elric/Elric.css
@import url('https://fonts.googleapis.com/css?family=Trade+Winds&display=swap'); .charsheet { min-width: 832px; max-width: 832px; } div.sheet-tab-content { font-family:'Trade Winds'; /*font-family: 'Verdana';*/ border: 1px solid #a8a8a8; border-top-color: #000; margin: 2px 0 0 5px; padding: 5px; } div.sheet-tab-content { display: none; } input.sheet-tab1:checked ~ div.sheet-tab1, input.sheet-tab2:checked ~ div.sheet-tab2, input.sheet-tab3:checked ~ div.sheet-tab3, input.sheet-tab4:checked ~ div.sheet-tab4, input.sheet-tab5:checked ~ div.sheet-tab5, input.sheet-tab6:checked ~ div.sheet-tab6 { display: block; } .sheet-tabSpan{ font-family:'Trade Winds'; } input.sheet-tab { width: 110px; height: 20px; position: relative; top: 0px; left: 5px; margin: -1.5px; margin-bottom: 5px; cursor: pointer; z-index: 1; opacity: 0; font-family:'Trade Winds'; } input.sheet-tab + span::before { content:attr(title); border: solid 1px #a8a8a8; border-bottom-color: black; text-align: center; display: inline-block; background: #fff; background: -moz-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -webkit-linear-gradient(to top, #D3D3D3 8, #fff, #D3D3D3 ); background: -ms-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -o-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); width: 110px; height: 20px; font-size: 18px; position: absolute; top: 70px; left: 30px; } input.sheet-tab:checked + span::before { background: #dcdcdc; background: -moz-linear-gradient(to top, #D3D3D3 , #dcdcdc, #D3D3D3 ); background: -webkit-linear-gradient(to top, #D3D3D3 , #dcdcdc, #D3D3D3 ); background: -ms-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc); background: -o-linear-gradient(to top, #D3D3D3 , #dcdcdc, #D3D3D3 ); background: linear-gradient(to top, #D3D3D3 , #dcdcdc, #D3D3D3 ); border-bottom-color: #fff; } input.sheet-tab:not(:first-child) + span::before { border-left: none; } input.sheet-tab2 + span::before { left: 133px; background: #fff; background: -moz-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -webkit-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -ms-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: -o-linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); background: linear-gradient(to top, #D3D3D3 , #fff, #D3D3D3 ); } input.sheet-tab3 + span::before { left: 234px; } input.sheet-tab4 + span::before { left: 336px; } /* input.sheet-tab5 + span::before { left: 438px; } input.sheet-tab6 + span::before { left: 540px; } */ .sheet-centerChkBox{ align-self: center; } .sheet-wrapper1 { display: grid; grid-template-columns: 48% 50%; grid-gap: 10px; grid-auto-rows: minmax(auto, auto); } .sheet-skillsWrapper { display: grid; grid-template-columns: 25% 25% 25% 25%; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-dodgeWrapper { display: grid; grid-template-columns: 10px 69px 33px 33px 33px 21px 250px; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-dodge{ align-self: center; font-size: small!important; } .sheet-dodgeWrapper input, .sheet-dodgeWrapper select { font-size:x-small; } .sheet-magicStatsWrapper{ display: grid; grid-template-columns: 33px 33px 78px 43px 112px; grid-gap: 3px; /*grid-auto-rows: minmax(auto, auto);*/ width: 325px; } .sheet-magicStatsWrapper input, .sheet-magicStatsWrapper select { font-size:x-small; } .sheet-spellRuneStorageWrapper{ display: grid; grid-template-columns: 45% 55%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-spellWrapper{ display: grid; grid-template-columns: 119px 78px 46px 78px 218px; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-spellWrapper input, .sheet-spellWrapper select { font-size:x-small; } .sheet-runeWrapper{ display: grid; grid-template-columns: 27% 13% 5% 19% 11% 19%; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-runeWrapper input, .sheet-runeWrapper select { font-size:x-small; width:100%; } .sheet-runeWrapper select { margin-bottom: 0px; padding-left: 0px; } .sheet-mpStorageWrapper{ display: grid; grid-template-columns: 359px 33px 33px; grid-gap: 3px; grid-auto-rows: minmax(auto, auto); } .sheet-spellEffect{ font-size:xx-small; height:8em; width:95%; } .sheet-mpLabel{ grid-column: 1 /span 3; text-align: center; } .sheet-spellLabel{ grid-column: 4 /span 2; text-align: center; } input.sheet-spellHgt { height:27px; } .sheet-demonsWrapper{ display: grid; grid-template-columns:50% 50%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-demonWrapper{ border: 1px solid black; border-radius: 25px; padding: 10px 5px 5px 5px; width: 95%; } .sheet-wrapper1-col1 { grid-column: 1; grid-row: 1; width:100%; } .sheet-wrapper1-col2 { grid-column: 2; grid-row: 1; width: 100%; } .sheet-wrapper2 { display: grid; grid-template-columns:5% 11% 9% 9% 9% 44%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-modDiv{ padding: 10px 0 10px 0; width: 75px; margin: 10px auto; } .sheet-hpShieldWrapper{ display: grid; grid-template-columns: 41% 59%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-shield{ align-self: center; font-size: small!important; } .sheet-defaultTextarea{ width:95%; } .sheet-wealth{ height:100px; } .sheet-armorWrapper{ display: grid; grid-template-columns:30% 23% 23% 16% 7%; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-h2hWrapper{ display: grid; grid-template-columns:120px 85px 35px 16px 36px 42px 44px 35px 23px 52px 25px 29px 26px 59px 79px 53px 59px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); align-items: end; justify-items: center; } .sheet-h2hWrapper input, .sheet-h2hWrapper select { font-size:x-small; } .sheet-msslWrapper{ display: grid; grid-template-columns:108px 69px 18px 41px 16px 34px 38px 44px 35px 49px 34px 59px 61px 34px 51px 64px 57px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); align-items: end; justify-items: center; } .sheet-msslWrapper input, .sheet-msslWrapper select { font-size:x-small; } .sheet-shieldwrapper{ margin-top: 10px; display: grid; grid-template-columns: 5% 12% 8% 8% 6% 8% 15% 14% 5% 18%; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-shieldwrapper input, .sheet-shieldwrapper select { font-size:x-small; } .sheet-gearWrapper{ display: grid; grid-template-columns: 50% 50%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-horseWrapper{ border: 1px solid black; border-radius: 25px; padding: 10px 5px 5px 5px; width: 95%; } .sheet-horseStatWrapper{ display: grid; grid-template-columns: 41px 35px 41px 35px 41px 35px 41px 35px 13px 50px ; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-horseWeapons{ display: grid; grid-template-columns: 35px 160px 50px 77px 20px 35px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-horseSkills{ display: grid; grid-template-columns: 35px 216px 50px 35px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } /* .sheet-text_input{ border: none; box-shadow: none; border-bottom: 1px solid black; border-radius: 0; display:inline-block; outline:none; }*/ .sheet-marginT10{ margin-top:10px; } .sheet-demonStatWrapper{ display: grid; grid-template-columns: 41px 35px 35px 41px 35px 35px 41px 35px 35px 41px 35px 35px ; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-demonWeapons{ display: grid; grid-template-columns: 35px 160px 50px 77px 20px 35px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-demonSkills{ display: grid; grid-template-columns: 35px 216px 50px 35px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-demonAbilities{ display: grid; grid-template-columns: 140px 53px 98px 100px; grid-gap: 0px; grid-auto-rows: minmax(auto, auto); } .sheet-abilityEffect{ height: 3.5em; font-size:xx-small; width:96%; } .sheet-demonAbilities input{ font-size:xx-small; } .sheet-abilityEffectHdr{ text-align:left; font-size:xx-small; margin-top:5px; font-weight:bold; } .sheet-backgroundWrapper{ display: grid; grid-template-columns: 50% 50%; grid-gap: 5px; grid-auto-rows: minmax(auto, auto); } .sheet-Residence{ height:3.5em; } .sheet-centerText{ text-align:center; } .sheet-header{ color:#b87a38; font-size:large; margin-bottom: 10px } .sheet-allegianceRank{ display: block; width: 86px; font-size: xx-small; padding:0px; } .sheet-allFrame1{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/allFrameTest2.png'); background-repeat: no-repeat; } .sheet-header2{ font-size: 1.25em; font-weight: bold; margin-bottom: 10px; background-color: white; display: inline-block; padding-left: 5px; padding-right: 5px; } .sheet-shieldDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/shieldBorderTest1.png'); background-repeat: no-repeat } .sheet-storageInscribedDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/hpBorderTest1.png'); background-repeat: no-repeat } .sheet-hpDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/hpBorderTest1.png'); background-repeat: no-repeat } .sheet-gearDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/borderTest6.png'); background-repeat: no-repeat } .sheet-fullDivider{ background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/borderTest5.png'); background-repeat: no-repeat } .sheet-spellsDivider{ background-size: 100% auto; background-image: url('https://raw.githubusercontent.com/Lockbox313/imagedump/master/Elric/shieldBorderTest1.png'); background-repeat: no-repeat } .sheet-skill_category{ color:#b87a38; /*font-size:large;*/ margin-bottom: 10px; display:inline-block; } .sheet-statLabel2{ text-align:right; } .sheet-charLabel{ align-self: end; font-weight:bold; } .sheet-dbLabel{ width:50px; } .sheet-topCell{ align-self: start; } .sheet-bottCell{ align-self: end; } .sheet-char_values{ display:inline-block; font-size:1.0em; width:34px; box-shadow: none; border: 0px; border-radius:0px; border-bottom: 1px solid black; text-align:center; } .sheet-attribute_label{ font-size:0.75em; width:61px; display:inline-block } .sheet-bold{ font-weight:bold; } .sheet-equipment{ min-height: 5em; max-height: 5em; width: 398px; } .sheet-horseName{ width:164px; } .sheet-horseArmor{ width:50px; } .sheet-horseArmorType{ width:75px; } .sheet-horseBreed{ width:122px; } .sheet-skillName{ width:115px; font-size:x-small; } .sheet-weapon_type{ width:75px; font-size:x-small; } button[type=roll].sheet-turn_order::before { background-image: none; font-size: 13px; font-family: pictos; content: "t"; margin: 0 0px 0 0; } button[type=roll].sheet-turn_order { /*background-image: none; background-color: #f2f5d3;*/ margin:0px; } .sheet-skill_values{ text-align:center; font-size:0.75em; width:28px; } .sheet-col1{ grid-column:1; } .sheet-col2{ grid-column:2; } .sheet-col3{ grid-column:3; } .sheet-col4{ grid-column:4; } .sheet-col5{ grid-column:5; } .sheet-col6{ grid-column:6; } .sheet-col7{ grid-column:7; } .sheet-col8{ grid-column:8; } .sheet-col9{ grid-column:9; } .sheet-col10{ grid-column:10; } .sheet-col11{ grid-column:11; } .sheet-col12{ grid-column:12; } .sheet-col113{ grid-column:13; } .sheet-col114{ grid-column:14; } .sheet-col15{ grid-column:15; } .sheet-col16{ grid-column:16; } .sheet-col17{ grid-column:17; } .sheet-col18{ grid-column:18; } .sheet-col19{ grid-column:19; } .sheet-col20{ grid-column:20; } .sheet-col21{ grid-column:21; } .sheet-col22{ grid-column:22; } .sheet-row1{ grid-row:1; } .sheet-row2{ grid-row:2; } .sheet-row3{ grid-row:3; } .sheet-row4{ grid-row:4; } .sheet-row5{ grid-row:5; } .sheet-row6{ grid-row:6; } .sheet-row7{ grid-row:7; } .sheet-row8{ grid-row:8; } /* div.repcontainer[data-groupname=repeating_practicalSkills] .repitem:nth-child(even) { background-color: #ba6f3f; margin-top: 0px; margin-bottom: 0px; } div.repcontainer[data-groupname=repeating_practicalSkills] .repitem:nth-child(odd) { background-color: white; margin-top: 0px; margin-bottom: 0px; } x div.repcontainer[data-groupname=repeating_practicalSkills] .repitem:nth-child(even) { background-color: #ba6f3f; margin-top: 0px; margin-bottom: 0px; } div.repcontainer[data-groupname=repeating_practicalSkills] .repitem:nth-child(odd) { background-color: white; margin-top: 0px; margin-bottom: 0px; } */ /* .charsheet .sheet-text_input */ div.sheet-skills input.sheet-text_input { height:26px; } div.sheet-skills { padding: 1px; } .sheet-dtlsLine{ padding-bottom:4px; } .sheet-name{ width:364px; } .sheet-gender{ width:59px; } .sheet-age{ width:35px; } .sheet-birthPlc{ width:150px; } .sheet-title{ width:150px; } .sheet-family{ width:175px; } .sheet-occupation{ width:331px; } .sheet-allgSpan{ display:inline-block } .sheet-allgWrapper{ text-align:center } .sheet-looks{ min-height:7.5em; max-height:7.5em; } .sheet-text_input{ border: none; box-shadow: none; border-bottom: 1px solid black; border-radius: 0; display:inline-block; outline:none; line-height:12px; padding-top:0px; padding-bottom:0px; } .sheet-header{ color:#b87a38; font-size:large; margin-bottom: 10px } .sheet-detailsItem{ display:inline-block; } .sheet-details2{ width:98px; text-align:center; } .sheet-details3{ width:269px; text-align:center; } .sheet-details-label{ font-size:x-small; font-weight:bold; margin-bottom:0px; } .sheet-skillHeader{ display:inline-block; } .sheet-skillName{ display:inline-block; } .sheet-skillRating{ display:inline-block; } .sheet-skillLevel{ display:inline-block; } .sheet-skill_category{ color:#b87a38; /*font-size:large;*/ margin-bottom: 10px; display:inline-block; } .sheet-char-label{ Font-size:xx-large; font-weight:bold; display:inline-block; padding:1px 2px 1px 1px; text-align:center; font-size:large; width:43px; } .sheet-char_values{ display:inline-block; font-size:1.0em; width:34px; box-shadow: none; border: 0px; border-radius:0px; border-bottom: 1px solid black; text-align:center; } .sheet-melee_wpns_labels label{ display:inline-block; font-size:1em; } .sheet-melee_wpns_labels div{ display:inline-block; font-size:x-small; font-weight:bold; } .sheet-tableHdr{ font-size:x-small; font-weight:bold; text-align:center; } .sheet-armorDice{ width:63px; text-align:center; } .sheet-armorRow{ height:25px!important; } .sheet-cellFill{ width:90%; } .sheet-2digits{ text-align:center; width:35px; } .sheet-majWndButt{ margin-left: 10px!important; margin-right: 10px!important; } .sheet-wounds{ width:74px; } .sheet-POWx4{ margin-left:5px!important; } .sheet-hpwndsrow1{ margin-bottom:5px; } .sheet-skillButtons{ margin: 1px 3px 1px 3px!important; } /* allgiance button */ button[type=roll].sheet-turn_order::before { background-image: none; font-size: 13px; font-family: pictos; content: "t"; margin: 0 0px 0 0; } button[type=roll].sheet-allg_roll::before { content: " "; background-image: none; } button.sheet-allg_roll[type="roll"] { font-size:small; color:white; padding-bottom: 0; padding-top: 0; display: inline-block; margin: 0; font-weight: 400; text-align: center; cursor: pointer; background-image: none; background-color: transparent; /*border: 1px solid red;*/ white-space: nowrap; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border:none; } button.sheet-allg_roll[type="roll"]:hover { background-color: transparent; /*border-color: red;*/ color:red; } button.sheet-allg_roll[type="roll"] label, button[type="roll"] input { height:24px; line-height: 24px; text-align:center; width: 100%; cursor: pointer; background: none; box-shadow: none; transition: none; border-radius: none; border:none; font-weight:700; } button.sheet-allg_roll[type="roll"]:hover label, button[type="roll"]:hover input { color: red; border: none; } /* Text button */ button[type=roll].sheet-text_roll::before { content: " "; background-image: none; } button.sheet-text_roll[type="roll"] { font-size:small; /*width: 95%;*/ /*height:24px;*/ padding-bottom: 0; display: inline-block; margin: 0; font-weight: 400; text-align: center; cursor: pointer; background-image: none; background-color: white; /*border: 1px solid red;*/ white-space: nowrap; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } button.sheet-text_roll[type="roll"]:hover { background-color: black; /*border-color: red;*/ color:white } button.sheet-text_roll[type="roll"] label, button[type="roll"] input { height:24px; line-height: 24px; text-align:center; width: 100%; cursor: pointer; background: none; box-shadow: none; transition: none; border-radius: none; border:none; font-weight:700; } button.sheet-text_roll[type="roll"]:hover label, button[type="roll"]:hover input { color: white; border: none; } /* End Text button end*/ button[type=roll].sheet-turn_order { /*background-image: none; background-color: #f2f5d3;*/ margin:0px; } .sheet-allgCheck{ background-color: black; color: white; } .sheet-allgValues{ background-color: transparent; display: inline-block; font-size: 1.0em; width: 74px; box-shadow: none; border: 0px; border-radius: 0px; text-align: center; padding-top: 17px; padding-bottom: 9px; font-size: x-large; } .sheet-attribute_label{ font-size:0.75em; width:61px; display:inline-block } .sheet-divider1{ background-color: #000000; border: 0 none; color: #00000; height: 10px; } .sheet-centerDiv{ width: 50%; margin-left: auto; margin-right:auto; text-align: center; } } /* .repcontainer[data-groupname="repeating_melee2"]{ width:100%!important; } .repcontainer[data-groupname="repeating_missle2"]{ width:100%!important; } .repcontainer[data-groupname="repeating_mounts"]{ width:100%!important; } */ .itemcontrol { margin-left: -33px; } .repcontrol{ margin-right: 14px; } div.repcontrol button { width: 13px; color: transparent; padding: 0px; padding-left: 2px; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } div.repcontrol button.repcontrol_add::before, div.repcontrol button.repcontrol_edit::before { font-family: Pictos; position: relative; color: #000; width:12px; height:12px; } /* +Add */ div.repcontrol button.repcontrol_add::before { content: "&"; /* & in Pictos is a + sign, while + is a plus inside a circle */ left: -0px; top: -0px; } /* Modify */ div.repcontrol button.repcontrol_edit::before { text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); content: "x"; /* x in Pictos is a crossed hammer and wrench */ left: -0px; top: -0px; } /* Done */ div.repcontrol.editmode button.repcontrol_edit::before { content: "3"; /* 3 in Pictos is a check mark */ } /* Configuration Window*/ .charsheet .sheet-cdiv { width:798px; /*border: 1px dotted;*/ padding-right: 15px; padding-left: 15px; } .sheet-HideConfig:checked ~ *.sheet-config { display:none; } .charsheet span.sheet-is-config::after { /*Close Config: grayish background with black text*/ content: "^"; } .charsheet .sheet-HideConfig:checked + span.sheet-is-config::after { /*Show Configuration: Black background with grayish text*/ content: "v"; } .charsheet span.sheet-is-config { text-align: center; display: inline-block; width: 5%; height: 16px; font-size: 9px; /*font-family: "Pictos";*/ /*background: #65763c;*/ background: black; /*#93537c;*/ color: white; /*white;*/ font-weight: bold; border-radius: 4px; margin-left: -5%; } .charsheet input.sheet-HideConfig { width: 5%; height: 16px; cursor: pointer; margin-left: auto; margin-top: auto; /*position: absolute; right: 20%;*/ opacity: 0; z-index: 9999; } .charsheet .sheet-HideConfig:checked + span.sheet-is-config { background: black; border-radius: 4px; color: white; } .charsheet label.sheet-configitem { margin-left: 10px; width: 50px; font-size: .9em; font-weight: normal } /*End Configuration Window*/ .sheet-rolltemplate-Roll{ font-family: 'Georgia'; } .sheet-rolltemplate-Roll .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-Roll .sheet-flipColor{ background-color:black; color:white; } .sheet-rolltemplate-Roll .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-Roll .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-Roll .sheet-rollHeader{ font-size:1.2em; text-align:center; } .sheet-rolltemplate-Roll .inlinerollresult.fullcrit{ border:none; } .sheet-rolltemplate-Roll .inlinerollresult.fullfail{ border:none; } .sheet-rolltemplate-Roll .inlinerollresult.importantroll { border:none; } .sheet-rolltemplate-Roll .inlinerollresult { background-color: transparent; border: none; } /*.sheet-rolltemplate-cdd .sheet-chat-button-green a[href^="!edParse"] */ .sheet-rolltemplate-Roll .sheet-rollResult a[href^="~"]{ background-color:black!important; } .sheet-rolltemplate-h2hFumble{ font-family: 'Georgia'; } .sheet-rolltemplate-h2hFumble .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-h2hFumble .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-h2hFumble .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-h2hFumble .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-msslFumble{ font-family: 'Georgia'; } .sheet-rolltemplate-msslFumble .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-msslFumble .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-msslFumble .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-msslFumble .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } /**/ .sheet-rolltemplate-mjrWnd{ font-family: 'Georgia'; } .sheet-rolltemplate-mjrWnd .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-mjrWnd .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-mjrWnd .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-mjrWnd .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-mjrWnd{ font-family: 'Georgia'; } .sheet-rolltemplate-armor .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-armor .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-armor .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-armor .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-armor .inlinerollresult.fullcrit{ border:none; } .sheet-rolltemplate-armor .inlinerollresult.fullfail{ border:none; } .sheet-rolltemplate-armor .inlinerollresult.importantroll { border:none; } .sheet-rolltemplate-armor .inlinerollresult { background-color: transparent; border: none; } .sheet-rolltemplate-armor .sheet-rollResult a[href^="~"]{ background-color:black!important; } .sheet-rolltemplate-Powx4 .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-Powx4 .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-Powx4 .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-Powx4 .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-Powx4 .inlinerollresult.fullcrit{ border:none; } .sheet-rolltemplate-Powx4 .inlinerollresult.fullfail{ border:none; } .sheet-rolltemplate-Powx4 .inlinerollresult.importantroll { border:none; } .sheet-rolltemplate-Powx4 .inlinerollresult { background-color: transparent; border: none; } .sheet-rolltemplate-Powx4 .sheet-rollResult a[href^="~"]{ background-color:black!important; } .sheet-rolltemplate-turnOrder .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-turnOrder .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-turnOrder .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-turnOrder .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-turnOrder .inlinerollresult.fullcrit{ border:none; } .sheet-rolltemplate-turnOrder .inlinerollresult.fullfail{ border:none; } .sheet-rolltemplate-turnOrder .inlinerollresult.importantroll { border:none; } .sheet-rolltemplate-turnOrder .inlinerollresult { background-color: transparent; border: none; } .sheet-rolltemplate-turnOrder .sheet-rollResult a[href^="~"]{ background-color:black!important; } .sheet-rolltemplate-summonFumble{ font-family: 'Georgia'; } .sheet-rolltemplate-summonFumble .sheet-wrapper{ border: 1px solid black; border-radius: 25px; padding: 5px; background-color: white; width: 77%; } .sheet-rolltemplate-summonFumble .sheet-rollResult{ text-align:center; } .sheet-rolltemplate-summonFumble .sheet-rollHeader{ font-weight:bold ; text-align:center; } .sheet-rolltemplate-summonFumble .sheet-rollBody{ /*background-color:white;*/ padding:5px 0 5px 0; /*border: 1px solid black;*/ } .sheet-rolltemplate-summonFumble{ font-family: 'Georgia'; }
0.272218
0.199133
.central { max-width: 99%; margin: 0 auto; overflow: scroll; } .central2 { max-width: 1200px; margin: 0 auto; } #load { float: right; visibility: hidden; } .main-header2 { height: 5em; width: 100%; background-color: #2B7CB0; border-radius: 5px; } #msj_principal { height: 40; font-size: 14px; display: none; width : 60%; padding : 5px; margin : 0 0 0 10px; overFlow : hidden; } .main-aside2 { min-height: 35em; width: 100%; border-radius: 5px; border: 1px solid #939FAB; padding: 10px; margin: 10px 0; background-image: url('../../../img/fondo.jpg'); } .main-footer2 { height: 5em; width: 100%; background-color: black; border-radius: 5px; } .stroke2 { text-align: center; color: #eee; font-family: Georgia, serif; letter-spacing: 0; text-shadow: black 0.1em 0.1em 0.2em; } .titulo_core { font-size: 80px; width: 100%; } .texto-botones { font-size: 0.8em; } input { text-align:left; } input[readonly] { background-color: #EEE; } .inicial0 { margin: 20px; width: 95%; border: 1px solid #31708F; border-radius: 5px; } .inicial00 { width: 99%; } .inicial_1 { width: 110%; } .inicial1 { margin: 20px; width: 85%; border: 1px solid #31708F; border-radius: 5px; } .inicial11 { width: 85%; } .inicial_em0 { float: left; width: 95em; } .inicial_em1 { float: left; width: 85em; } .inicial22 { width: 65%; } .inicial_em2 { width: 99%; float: left; } .inicial33 { width: 35%; } .det_texto { color : #2B7CB0; margin: 3px; } .inicial2 { margin: 20px; width: 65%; border: 1px solid #31708F; border-radius: 5px; } #paginado { margin: -17px 0 -22px 0; } .inicial3 { margin: 20px; padding: 5px; width: 35%; border: 1px solid #31708F; border-radius: 5px; } .alerta-informativa { font-size: 16px; color: #FFF; background-color: #31708F; padding-left: 5px; } .alerta_msj { border-radius: 5px; padding: 5px; margin-top: 3px; width: 95%; color:#a94442; background-color:#f2dede; border-color:#ebccd1 } textarea { resize: none; } .izq { float: left; margin-right: 5px; } .der { float: right; margin-left: 5px; } .texto { background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555; display: block; font-size: 14px; height: 34px; line-height: 1.42857; padding: 6px; float: left; margin-right: 5px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; min-height: 25px; } .texto-xxc { width: 3em; } .texto-xc { width: 4.3em; } .texto-ec { width: 8em; } .texto-corto { width: 12em; } .texto-medio { width: 18em; } .texto-largo { width: 30em; } .texto-el { width: 42em; } .texto-xl { width: 62em; } label { float: left; padding: 5px; } img { padding: 5px; } a { cursor: pointer; } .mayuscula { text-transform: uppercase; } .minuscula { text-transform: lowercase; } .grises { -moz-filter: grayscale(100%); -o-filter:grayscale(100%); -ms-filter:grayscale(100%); filter: grayscale(100%); -webkit-filter: grayscale(100%); /* For Webkit browsers */ filter: gray; /* For IE 6 - 9 */ -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */ filter: url("data:image/svg+xml;utf8,<svg xmlns:\'http://www.w3.org/2000/svg\'><filter id:\'grayscale\'><feColorMatrix type:\'matrix\' values:\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ } .divScroll { width: 100%; max-height: 800px; overflow: scroll; } .modalmask { position: fixed; font-family: Arial, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.8); z-index: 99999; opacity:0; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; pointer-events: none; } .modalmask:target { opacity:1; pointer-events: auto; } .modalbox{ min-width: 600px; max-width: 900px; min-height: 130px; max-height: 600px; overflow: scroll; position: relative; padding: 5px 20px 13px 20px; background: #fff; border-radius:3px; -webkit-transition: all 500ms ease-in; -moz-transition: all 500ms ease-in; transition: all 500ms ease-in; } .movedown { margin: 0 auto; } .rotate { margin: 10% auto; -webkit-transform: scale(-5,-5); transform: scale(-5,-5); } .resize { margin: 10% auto; width:0; height:0; } .modalmask:target .movedown{ margin:10% auto; } .modalmask:target .rotate{ transform: rotate(360deg) scale(1,1); -webkit-transform: rotate(360deg) scale(1,1); } .modalmask:target .resize{ width:400px; height:200px; } .close { background: #606061; color: #FFFFFF; line-height: 25px; position: absolute; right: 1px; text-align: center; top: 1px; width: 24px; text-decoration: none; font-weight: bold; border-radius:3px; } .close:hover { background: #FAAC58; color:#222; } .tablas { max-width: 100%; max-height: 600px; font-size: 12px; overflow: scroll; margin-bottom: 5px; font-weight: normal; margin-left: 10px; } .tablas th { font-weight: bold; background-color: #3c8dbc; color: #FFF; text-transform: uppercase; font-size: 12px; text-align: center; } .tablas th:first-child { border-radius: 6px 0 0 0; } .tablas th:last-child { border-radius: 0 6px 0 0 ; } .tablas tr:nth-child(odd) { background-color:#f8f8f8;/*#f5fafc*/ } .tablas tr:nth-child(even) { background-color:#FFF; } .tablas td { padding: 3px 3px 3px 5px; height: 40px; } .tablas2 { margin: 20px; width: 65%; } .tablas2 td { border: 1px solid #DBEAF9; } .tablas0 { margin: 20px; width: 95%; } .tablas0 td { border: 1px solid #DBEAF9; } .tablas1 { margin: 20px; width: 95%; } .tinicial { margin: 20px; width: 65%; } .tabla-decorada { width: 60%; float: left; border: 1px solid #3C8DBC; margin: 10px; } .tabla-decorada td { padding: 3px; } /******************************** ALERTAS *************************************/ .alert-base { color: grey; background-color: #EEE; border-color: #EEE; padding: 7px; cursor: pointer; border-radius: 5px; margin: 0 10px 10px 0; } .alert-base:hover { color: #EEE; background-color: #4A9BCA; } .alert-base:hover a { color: #EEE; }
frontend/web/css/general.css
.central { max-width: 99%; margin: 0 auto; overflow: scroll; } .central2 { max-width: 1200px; margin: 0 auto; } #load { float: right; visibility: hidden; } .main-header2 { height: 5em; width: 100%; background-color: #2B7CB0; border-radius: 5px; } #msj_principal { height: 40; font-size: 14px; display: none; width : 60%; padding : 5px; margin : 0 0 0 10px; overFlow : hidden; } .main-aside2 { min-height: 35em; width: 100%; border-radius: 5px; border: 1px solid #939FAB; padding: 10px; margin: 10px 0; background-image: url('../../../img/fondo.jpg'); } .main-footer2 { height: 5em; width: 100%; background-color: black; border-radius: 5px; } .stroke2 { text-align: center; color: #eee; font-family: Georgia, serif; letter-spacing: 0; text-shadow: black 0.1em 0.1em 0.2em; } .titulo_core { font-size: 80px; width: 100%; } .texto-botones { font-size: 0.8em; } input { text-align:left; } input[readonly] { background-color: #EEE; } .inicial0 { margin: 20px; width: 95%; border: 1px solid #31708F; border-radius: 5px; } .inicial00 { width: 99%; } .inicial_1 { width: 110%; } .inicial1 { margin: 20px; width: 85%; border: 1px solid #31708F; border-radius: 5px; } .inicial11 { width: 85%; } .inicial_em0 { float: left; width: 95em; } .inicial_em1 { float: left; width: 85em; } .inicial22 { width: 65%; } .inicial_em2 { width: 99%; float: left; } .inicial33 { width: 35%; } .det_texto { color : #2B7CB0; margin: 3px; } .inicial2 { margin: 20px; width: 65%; border: 1px solid #31708F; border-radius: 5px; } #paginado { margin: -17px 0 -22px 0; } .inicial3 { margin: 20px; padding: 5px; width: 35%; border: 1px solid #31708F; border-radius: 5px; } .alerta-informativa { font-size: 16px; color: #FFF; background-color: #31708F; padding-left: 5px; } .alerta_msj { border-radius: 5px; padding: 5px; margin-top: 3px; width: 95%; color:#a94442; background-color:#f2dede; border-color:#ebccd1 } textarea { resize: none; } .izq { float: left; margin-right: 5px; } .der { float: right; margin-left: 5px; } .texto { background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555; display: block; font-size: 14px; height: 34px; line-height: 1.42857; padding: 6px; float: left; margin-right: 5px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; min-height: 25px; } .texto-xxc { width: 3em; } .texto-xc { width: 4.3em; } .texto-ec { width: 8em; } .texto-corto { width: 12em; } .texto-medio { width: 18em; } .texto-largo { width: 30em; } .texto-el { width: 42em; } .texto-xl { width: 62em; } label { float: left; padding: 5px; } img { padding: 5px; } a { cursor: pointer; } .mayuscula { text-transform: uppercase; } .minuscula { text-transform: lowercase; } .grises { -moz-filter: grayscale(100%); -o-filter:grayscale(100%); -ms-filter:grayscale(100%); filter: grayscale(100%); -webkit-filter: grayscale(100%); /* For Webkit browsers */ filter: gray; /* For IE 6 - 9 */ -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */ filter: url("data:image/svg+xml;utf8,<svg xmlns:\'http://www.w3.org/2000/svg\'><filter id:\'grayscale\'><feColorMatrix type:\'matrix\' values:\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ } .divScroll { width: 100%; max-height: 800px; overflow: scroll; } .modalmask { position: fixed; font-family: Arial, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.8); z-index: 99999; opacity:0; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; pointer-events: none; } .modalmask:target { opacity:1; pointer-events: auto; } .modalbox{ min-width: 600px; max-width: 900px; min-height: 130px; max-height: 600px; overflow: scroll; position: relative; padding: 5px 20px 13px 20px; background: #fff; border-radius:3px; -webkit-transition: all 500ms ease-in; -moz-transition: all 500ms ease-in; transition: all 500ms ease-in; } .movedown { margin: 0 auto; } .rotate { margin: 10% auto; -webkit-transform: scale(-5,-5); transform: scale(-5,-5); } .resize { margin: 10% auto; width:0; height:0; } .modalmask:target .movedown{ margin:10% auto; } .modalmask:target .rotate{ transform: rotate(360deg) scale(1,1); -webkit-transform: rotate(360deg) scale(1,1); } .modalmask:target .resize{ width:400px; height:200px; } .close { background: #606061; color: #FFFFFF; line-height: 25px; position: absolute; right: 1px; text-align: center; top: 1px; width: 24px; text-decoration: none; font-weight: bold; border-radius:3px; } .close:hover { background: #FAAC58; color:#222; } .tablas { max-width: 100%; max-height: 600px; font-size: 12px; overflow: scroll; margin-bottom: 5px; font-weight: normal; margin-left: 10px; } .tablas th { font-weight: bold; background-color: #3c8dbc; color: #FFF; text-transform: uppercase; font-size: 12px; text-align: center; } .tablas th:first-child { border-radius: 6px 0 0 0; } .tablas th:last-child { border-radius: 0 6px 0 0 ; } .tablas tr:nth-child(odd) { background-color:#f8f8f8;/*#f5fafc*/ } .tablas tr:nth-child(even) { background-color:#FFF; } .tablas td { padding: 3px 3px 3px 5px; height: 40px; } .tablas2 { margin: 20px; width: 65%; } .tablas2 td { border: 1px solid #DBEAF9; } .tablas0 { margin: 20px; width: 95%; } .tablas0 td { border: 1px solid #DBEAF9; } .tablas1 { margin: 20px; width: 95%; } .tinicial { margin: 20px; width: 65%; } .tabla-decorada { width: 60%; float: left; border: 1px solid #3C8DBC; margin: 10px; } .tabla-decorada td { padding: 3px; } /******************************** ALERTAS *************************************/ .alert-base { color: grey; background-color: #EEE; border-color: #EEE; padding: 7px; cursor: pointer; border-radius: 5px; margin: 0 10px 10px 0; } .alert-base:hover { color: #EEE; background-color: #4A9BCA; } .alert-base:hover a { color: #EEE; }
0.310381
0.126515
body { display: flex; flex-direction: column; align-items: center; font-family: 'Roboto', sans-serif; margin: 0; line-height: 1.5; } header { background-color: #33313b; color: #ffffff; text-align: center; width: 100%; padding-top: 0.5%; padding-bottom: 5%; border-radius: 0 0 10px 10px; } main { width: 1000px; } .contacts { display: flex; flex-direction: row; justify-content: space-around; list-style-type: none; padding-top: 60px; padding-bottom: 20px; } .about { text-align: center; color: #6D6D6D; box-shadow: 0 0 5px; margin-bottom: 5px; padding: 30px 20px; font-weight: bold; position: relative; } .extra-info { display: flex; justify-content: space-between; flex-direction: row; margin-bottom: 5%; } .extra-block { background-color: #33313b; color: #ffffff; width: 30%; padding: 10px; line-height: 2; border-radius: 15px; } .extra-info h2 { text-align: center; } h2 { text-align: center; padding-top: 10px; } .timeline { position: relative; margin: 50px 0; display: flex; justify-content: center; } /*Line*/ .timeline::before { content: ""; position: absolute; width: 5px; height: 100%; background-color: #dee2e6; top: 0; left: 0; right: 0; margin: 0 auto; } .timeline-item:nth-child(2n) { margin-bottom: 20px; position: relative; background-color: #4592af; color: #f6f5f5; padding: 10px; border-radius: 5px; width: 44.5%; font-weight: bold; margin-left: auto; } .timeline-item:nth-child(2n+1) { margin-bottom: 20px; position: relative; background-color: #4592af; color: #f6f5f5; padding: 10px; border-radius: 5px; width: 43.8%; font-weight: bold; left: -20px; } /*Point timeline*/ .timeline-item:nth-child(2n)::before { content: ""; position: absolute; width: 50px; height: 10px; background-color: #4592af; border-radius: 5px; left: -12%; top: 50%; transform: translateY(-50%); } .timeline-item:nth-child(2n+1)::before { content: ""; position: absolute; width: 50px; height: 10px; background-color: #4592af; border-radius: 5px; right: -10%; top: 50%; transform: translateY(-50%); } /*Triangle from point to item-timeline*/ .timeline-item:nth-child(2n)::after { content: ""; position: absolute; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-right: 15px solid #4592af; left: -15px; top: 50%; transform: translateY(-50%); } .timeline-item:nth-child(2n+1)::after { content: ""; position: absolute; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid #4592af; right: -15px; top: 50%; transform: translateY(-50%); } .photo { border-radius: 100%; width: 150px; height: 150px; position: absolute; top: -75px; left: 0; right: 0; bottom: 0; margin: 0 auto; border: solid 5px #fff; box-shadow: 0 0 10px; overflow: hidden; } .photo img { position: relative; width: 100%; }
style.css
body { display: flex; flex-direction: column; align-items: center; font-family: 'Roboto', sans-serif; margin: 0; line-height: 1.5; } header { background-color: #33313b; color: #ffffff; text-align: center; width: 100%; padding-top: 0.5%; padding-bottom: 5%; border-radius: 0 0 10px 10px; } main { width: 1000px; } .contacts { display: flex; flex-direction: row; justify-content: space-around; list-style-type: none; padding-top: 60px; padding-bottom: 20px; } .about { text-align: center; color: #6D6D6D; box-shadow: 0 0 5px; margin-bottom: 5px; padding: 30px 20px; font-weight: bold; position: relative; } .extra-info { display: flex; justify-content: space-between; flex-direction: row; margin-bottom: 5%; } .extra-block { background-color: #33313b; color: #ffffff; width: 30%; padding: 10px; line-height: 2; border-radius: 15px; } .extra-info h2 { text-align: center; } h2 { text-align: center; padding-top: 10px; } .timeline { position: relative; margin: 50px 0; display: flex; justify-content: center; } /*Line*/ .timeline::before { content: ""; position: absolute; width: 5px; height: 100%; background-color: #dee2e6; top: 0; left: 0; right: 0; margin: 0 auto; } .timeline-item:nth-child(2n) { margin-bottom: 20px; position: relative; background-color: #4592af; color: #f6f5f5; padding: 10px; border-radius: 5px; width: 44.5%; font-weight: bold; margin-left: auto; } .timeline-item:nth-child(2n+1) { margin-bottom: 20px; position: relative; background-color: #4592af; color: #f6f5f5; padding: 10px; border-radius: 5px; width: 43.8%; font-weight: bold; left: -20px; } /*Point timeline*/ .timeline-item:nth-child(2n)::before { content: ""; position: absolute; width: 50px; height: 10px; background-color: #4592af; border-radius: 5px; left: -12%; top: 50%; transform: translateY(-50%); } .timeline-item:nth-child(2n+1)::before { content: ""; position: absolute; width: 50px; height: 10px; background-color: #4592af; border-radius: 5px; right: -10%; top: 50%; transform: translateY(-50%); } /*Triangle from point to item-timeline*/ .timeline-item:nth-child(2n)::after { content: ""; position: absolute; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-right: 15px solid #4592af; left: -15px; top: 50%; transform: translateY(-50%); } .timeline-item:nth-child(2n+1)::after { content: ""; position: absolute; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid #4592af; right: -15px; top: 50%; transform: translateY(-50%); } .photo { border-radius: 100%; width: 150px; height: 150px; position: absolute; top: -75px; left: 0; right: 0; bottom: 0; margin: 0 auto; border: solid 5px #fff; box-shadow: 0 0 10px; overflow: hidden; } .photo img { position: relative; width: 100%; }
0.516595
0.095814
General styles for this example page */ html { height: 100%; } body { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 20px; margin: 0px; background-color: #FFF; height: 100%; } h2 { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 20px; padding: 4px; margin-top: 16px; margin-bottom: 2px; height: 100%; } h3 { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 17px; margin-top: 12px; margin-bottom: 2px; padding-top: 4px; padding-bottom: 2px; color: #FFF; background-color: #22D; height: 100%; } h4 { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; margin-top: 8px; margin-bottom: 2px; padding-top: 2px; padding-bottom: 0px; height: 100%; } input { font-size: 18px; } button { font-size: 18px; } select { font-size: 18px; } title { font-size: 18px; } textarea { font-family: Consolas, Lucida Console,Courier New, monospace; font-size: 18px; margin: 0px; padding: 2px; border:1px solid #555; } p { margin-top: 2px; margin-bottom: 6px; margin-left: 4px; margin-left: 4px; } .center { margin: auto; width: 60%; border: 1px solid #000; padding: 16px; } .deckButton { font-family: Consolas, Lucida Console,Courier New, monospace; font-size: 24px; width: 240px; height: 80px; font-weight: bold; } #banner { position: fixed; top: 0px; width: 100%; padding: 0; margin: 0; color: #FFF; background-color: #1976d2; } #bannerLeft { position: fixed; left: 0; padding-top: 6px; padding-left: 10px; height: 38px; font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 24px; font-weight: bold; } #bannerTitle { height: 38px; width: auto; padding-left: 48px; padding-right: 200px; padding-top: 10px; text-align: center; font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 24px; font-weight: bold; } #bannerRight { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; position: fixed; right: 0; top: 0; width: 200px; height: 44px; padding-left: 2px; padding-right: 2px; padding-top: 16px; text-align: center; } #content { width: 100%; margin: 0 auto; text-align: center; } }
samples/resources/client/html/operator/bingo/style.css
General styles for this example page */ html { height: 100%; } body { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 20px; margin: 0px; background-color: #FFF; height: 100%; } h2 { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 20px; padding: 4px; margin-top: 16px; margin-bottom: 2px; height: 100%; } h3 { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 17px; margin-top: 12px; margin-bottom: 2px; padding-top: 4px; padding-bottom: 2px; color: #FFF; background-color: #22D; height: 100%; } h4 { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; margin-top: 8px; margin-bottom: 2px; padding-top: 2px; padding-bottom: 0px; height: 100%; } input { font-size: 18px; } button { font-size: 18px; } select { font-size: 18px; } title { font-size: 18px; } textarea { font-family: Consolas, Lucida Console,Courier New, monospace; font-size: 18px; margin: 0px; padding: 2px; border:1px solid #555; } p { margin-top: 2px; margin-bottom: 6px; margin-left: 4px; margin-left: 4px; } .center { margin: auto; width: 60%; border: 1px solid #000; padding: 16px; } .deckButton { font-family: Consolas, Lucida Console,Courier New, monospace; font-size: 24px; width: 240px; height: 80px; font-weight: bold; } #banner { position: fixed; top: 0px; width: 100%; padding: 0; margin: 0; color: #FFF; background-color: #1976d2; } #bannerLeft { position: fixed; left: 0; padding-top: 6px; padding-left: 10px; height: 38px; font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 24px; font-weight: bold; } #bannerTitle { height: 38px; width: auto; padding-left: 48px; padding-right: 200px; padding-top: 10px; text-align: center; font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 24px; font-weight: bold; } #bannerRight { font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; position: fixed; right: 0; top: 0; width: 200px; height: 44px; padding-left: 2px; padding-right: 2px; padding-top: 16px; text-align: center; } #content { width: 100%; margin: 0 auto; text-align: center; } }
0.314471
0.060391
.eltd-page .btn-default:hover .btn-default:active, .eltd-page .btn-default.active, .eltd-page .btn-default:hover, .eltd-page .btn-default:active, .eltd-page .btn-default.active, .eltd-meta-box .btn-default:hover .btn-default:active, .eltd-meta-box .btn-default.active, .eltd-meta-box .btn-default:hover, .eltd-meta-box .btn-default:active, .eltd-meta-box .btn-default.active { background-color: #dae0e8; } .eltd-page .btn-primary:hover, .eltd-page .btn-primary:active, .eltd-page .btn-primary.active, .eltd-page .btn-primary:hover, .eltd-page .btn-primary:active, .eltd-page .btn-primary.active, .eltd-meta-box .btn-primary:hover, .eltd-meta-box .btn-primary:active, .eltd-meta-box .btn-primary.active, .eltd-meta-box .btn-primary:hover, .eltd-meta-box .btn-primary:active, .eltd-meta-box .btn-primary.active { background-color: #54a2af; } .eltd-page .btn-info:hover, .eltd-page .btn-info:focus, .eltd-page .btn-info:active, .eltd-page .btn-info.active, .eltd-page .btn-info:hover, .eltd-page .btn-info:focus, .eltd-page .btn-info:active, .eltd-page .btn-info.active, .eltd-meta-box .btn-info:hover, .eltd-meta-box .btn-info:focus, .eltd-meta-box .btn-info:active, .eltd-meta-box .btn-info.active, .eltd-meta-box .btn-info:hover, .eltd-meta-box .btn-info:focus, .eltd-meta-box .btn-info:active, .eltd-meta-box .btn-info.active { border-color: #54a2af; color: #54a2af; } .eltd-page .btn, .eltd-meta-box .btn { border: 1px solid transparent; border-radius: 4px; padding: 8px 20px; font-size: 13px; } .eltd-page .btn-sm:focus, .eltd-meta-box .btn-sm:focus { border: none; outline: none; background-color: #fff; color: #54a2af; } .eltd-page .btn-primary, .eltd-meta-box .btn-primary { background-color: #54a2af; } .eltd-page .btn-primary:hover, .eltd-meta-box .btn-primary:hover { border: none; background-color: transparent; color: #54a2af; border: 1px solid #54a2af; } .eltd-page .btn-default, .eltd-meta-box .btn-default { border-radius: 4px; border: 1px solid transparent; background-color: #ABB7C7; color: #fff; margin-left: 3px; } .eltd-page .btn-info, .eltd-meta-box .btn-info { background-color: #54a2af; color: #fff; } .eltd-page .nav > li > a, .eltd-meta-box .nav > li > a { padding: 0; } .eltd-page .nav-tabs > li > a, .eltd-meta-box .nav-tabs > li > a { border: none; } .eltd-page .nav-tabs > li, .eltd-meta-box .nav-tabs > li { margin-bottom: 0; } .eltd-page .eltd-tabs-wrapper .nav-tabs, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs { margin-top: 0; } .eltd-page .eltd-tabs-wrapper .nav-tabs > li.active > a, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs > li.active > a { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; border-left-color: transparent; } .eltd-page .eltd-tabs-wrapper .nav-tabs > li.active > a:hover, .eltd-page .eltd-tabs-wrapper .nav-tabs > li.active > a:focus, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs > li.active > a:hover, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs > li.active > a:focus { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } .eltd-page .eltd-tabs-wrapper .nav-tabs > li a > i, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs > li a > i { width: 19px; } .eltd-page .eltd-tabs-wrapper .eltd-tabs-content, .eltd-meta-box .eltd-tabs-wrapper .eltd-tabs-content { background-color: #fcfcfc; padding: 20px 20px 20px 20px; } .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs { border-bottom: 0; } .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li { float: none; border-bottom: 1px solid #3a5264; width: 100%; } .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li.active a, .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li.active a:focus, .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li.active a:hover, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li.active a, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li.active a:focus, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li.active a:hover { border-bottom: 0px solid #566269; margin-bottom: 0; background-color: #54a2af; border-left: none; } .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li a:focus, .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li a:hover, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li a:focus, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li a:hover { background-color: #2d3d49; color: #fff; border-left: none; } .eltd-page .eltd-tabs-navigation-wrapper .nav-tabs li > a:hover > i, .eltd-meta-box .eltd-tabs-navigation-wrapper .nav-tabs li > a:hover > i { color: #54a2af; transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; transition: transform 0.3s; } .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper .nav-tabs li.active > a:hover > i, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper .nav-tabs li.active > a:hover > i { color: #fff; } .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper, .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-content, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-content { min-height: 300px; } .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper { width: 226px; /*was 199*/ } .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-content, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-content { margin-left: 226px; background-color: #EBEFF2; color: #34383C; min-height: 780px; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li:first-child > a, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li:first-child > a { border-top: none; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a { font-size: 13px; color: #bdc6cb; font-weight: 600; padding-left: 16px; border-left: none; margin-right: 0; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; border-radius: 0; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a:hover, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a:hover { color: #fff; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li.active > a, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li.active > a { color: #fff; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a span, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a span { display: inline-block; padding: 10px; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li.active > a i, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li.active > a i { color: #fff; } .eltd-page .eltd-tabs-wrapper.vertical.left .eltd-tabs-navigation-wrapper, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .eltd-tabs-navigation-wrapper { float: left; background-color: #374a59; } .eltd-page .eltd-tabs-wrapper.vertical.right .eltd-tabs-navigation-wrapper, .eltd-page .eltd-tabs-wrapper.vertical.right .eltd-tabs-wrapper.vertical.right .eltd-tabs-content, .eltd-meta-box .eltd-tabs-wrapper.vertical.right .eltd-tabs-navigation-wrapper, .eltd-meta-box .eltd-tabs-wrapper.vertical.right .eltd-tabs-wrapper.vertical.right .eltd-tabs-content { float: right; } .eltd-page #back_to_top, .eltd-meta-box #back_to_top { color: #fff; height: auto; position: fixed; bottom: 65px; margin: 0; z-index: 101; -webkit-transition: all .3s ease 0s; -moz-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s; right: 38px; opacity: 0; filter: alpha(opacity=0); visibility: hidden; } .eltd-page #back_to_top.on, .eltd-meta-box #back_to_top.on { opacity: 1; filter: alpha(opacity=100); visibility: visible; right: 38px; } .eltd-page #back_to_top > span, .eltd-meta-box #back_to_top > span { width: 40px; height: 40px; line-height: 40px; text-decoration: none; background: transparent; text-align: center; border: 2px solid #54a2af; color: #54a2af; opacity: .5; font-size: 30px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; } .eltd-page #back_to_top:hover > span, .eltd-meta-box #back_to_top:hover > span { background-color: #54a2af; border-color: #54a2af; opacity: 1; color: #fff; } .eltd-page .eltd-page-content-wrapper .eltd-page-message .alert, .eltd-meta-box .eltd-page-content-wrapper .eltd-page-message .alert { margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } .eltd-page .cb-enable, .eltd-page .cb-disable, .eltd-page .cb-enable span, .eltd-page .cb-disable span, .eltd-meta-box .cb-enable, .eltd-meta-box .cb-disable, .eltd-meta-box .cb-enable span, .eltd-meta-box .cb-disable span { display: block; float: left; border-radius: 20px; } .eltd-page .switch-type .cb-enable, .eltd-page .switch-type .cb-disable, .eltd-page .switch-type .cb-enable span, .eltd-page .switch-type .cb-disable span, .eltd-meta-box .switch-type .cb-enable, .eltd-meta-box .switch-type .cb-disable, .eltd-meta-box .switch-type .cb-enable span, .eltd-meta-box .switch-type .cb-disable span { display: block; float: left; } .eltd-page .field.switch, .eltd-meta-box .field.switch { margin-top: 0; display: inline-block; border: 1px solid #ddd; border-radius: 3px; margin: 0; border-radius: 20px; background-color: #fff; } .eltd-page .cb-enable span, .eltd-page .cb-disable span, .eltd-page .switch-type .cb-enable span, .eltd-page .switch-type .cb-disable span, .eltd-meta-box .cb-enable span, .eltd-meta-box .cb-disable span, .eltd-meta-box .switch-type .cb-enable span, .eltd-meta-box .switch-type .cb-disable span { line-height: 29px; display: block; background-repeat: no-repeat; font-weight: bold; } .eltd-page .cb-enable span, .eltd-page .switch-type .cb-enable span, .eltd-meta-box .cb-enable span, .eltd-meta-box .switch-type .cb-enable span { background-color: #fff; padding: 0 10px; color: #8D9CA6; } .eltd-page .cb-disable span, .eltd-page .switch-type .cb-disable span, .eltd-meta-box .cb-disable span, .eltd-meta-box .switch-type .cb-disable span { color: #8D9CA6; padding: 0 13px; border-radius: 20px; } .eltd-page .cb-disable span:hover, .eltd-meta-box .cb-disable span:hover { background-color: #dce0e6; color: #fff; } .eltd-page .cb-enable span:hover, .eltd-meta-box .cb-enable span:hover { background-color: rgba(84, 162, 175, 0.2); color: #fff; } .eltd-page .cb-disable.selected, .eltd-meta-box .cb-disable.selected { background: #8D9CA6; border-radius: 20px; } .eltd-page .cb-disable.selected span, .eltd-meta-box .cb-disable.selected span { color: #fff; border-radius: 20px; } .eltd-page .cb-enable.selected, .eltd-meta-box .cb-enable.selected { border-radius: 20px; } .eltd-page .cb-enable.selected span, .eltd-meta-box .cb-enable.selected span { background-color: #54a2af; color: #fff; border-radius: 20px; } .eltd-page .switch label, .eltd-meta-box .switch label { cursor: pointer; } .eltd-page .switch input, .eltd-meta-box .switch input { display: none; } .eltd-page .field.switch input[type=checkbox]:checked:before, .eltd-meta-box .field.switch input[type=checkbox]:checked:before { content: ''; } .eltd-page .eltd-page .switch .checkbox, .eltd-meta-box .eltd-page .switch .checkbox { display: none; } .eltd-page .thumbnail, .eltd-meta-box .thumbnail { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; border: none; padding: 0; } .eltd-page .img-thumbnail, .eltd-meta-box .img-thumbnail { margin-bottom: 15px; max-width: 100px; } .eltd-page .wp-color-result, .eltd-meta-box .wp-color-result { height: auto; outline: none; } /* used on blog post formats for video cover image upload */ input.upload_button { border: 1px solid #acacac; border-radius: 3px 3px 3px 3px; color: #444; padding: 2px; width: auto; } /* tinymce in portfolio */ /* used in multiple images upload for portfolio */ .eltd-gallery-images-holder li.eltd-gallery-image-holder { float: left; margin: 0 20px 20px 0; width: 100px; } .eltd-gallery-images-holder li.eltd-gallery-image-holder img { width: 100%; padding: 4px; background-color: #fff; border: 1px solid #ddd; } /* Elated Slider custom fields - start*/ .form-field.slider-field input { width: auto; } .form-field.slider-field .inline label { float: left; line-height: 28px; margin-right: 5px; } .inline { display: inline-block; margin: 0px 10px 0px 0px; font-size: 13px; } /* Elated Slider custom fields - end*/ /*# sourceMappingURL=eltd-ui.css.map */
wp-content/themes/vakker/framework/admin/skins/elated/assets/css/eltd-ui/eltd-ui.css
.eltd-page .btn-default:hover .btn-default:active, .eltd-page .btn-default.active, .eltd-page .btn-default:hover, .eltd-page .btn-default:active, .eltd-page .btn-default.active, .eltd-meta-box .btn-default:hover .btn-default:active, .eltd-meta-box .btn-default.active, .eltd-meta-box .btn-default:hover, .eltd-meta-box .btn-default:active, .eltd-meta-box .btn-default.active { background-color: #dae0e8; } .eltd-page .btn-primary:hover, .eltd-page .btn-primary:active, .eltd-page .btn-primary.active, .eltd-page .btn-primary:hover, .eltd-page .btn-primary:active, .eltd-page .btn-primary.active, .eltd-meta-box .btn-primary:hover, .eltd-meta-box .btn-primary:active, .eltd-meta-box .btn-primary.active, .eltd-meta-box .btn-primary:hover, .eltd-meta-box .btn-primary:active, .eltd-meta-box .btn-primary.active { background-color: #54a2af; } .eltd-page .btn-info:hover, .eltd-page .btn-info:focus, .eltd-page .btn-info:active, .eltd-page .btn-info.active, .eltd-page .btn-info:hover, .eltd-page .btn-info:focus, .eltd-page .btn-info:active, .eltd-page .btn-info.active, .eltd-meta-box .btn-info:hover, .eltd-meta-box .btn-info:focus, .eltd-meta-box .btn-info:active, .eltd-meta-box .btn-info.active, .eltd-meta-box .btn-info:hover, .eltd-meta-box .btn-info:focus, .eltd-meta-box .btn-info:active, .eltd-meta-box .btn-info.active { border-color: #54a2af; color: #54a2af; } .eltd-page .btn, .eltd-meta-box .btn { border: 1px solid transparent; border-radius: 4px; padding: 8px 20px; font-size: 13px; } .eltd-page .btn-sm:focus, .eltd-meta-box .btn-sm:focus { border: none; outline: none; background-color: #fff; color: #54a2af; } .eltd-page .btn-primary, .eltd-meta-box .btn-primary { background-color: #54a2af; } .eltd-page .btn-primary:hover, .eltd-meta-box .btn-primary:hover { border: none; background-color: transparent; color: #54a2af; border: 1px solid #54a2af; } .eltd-page .btn-default, .eltd-meta-box .btn-default { border-radius: 4px; border: 1px solid transparent; background-color: #ABB7C7; color: #fff; margin-left: 3px; } .eltd-page .btn-info, .eltd-meta-box .btn-info { background-color: #54a2af; color: #fff; } .eltd-page .nav > li > a, .eltd-meta-box .nav > li > a { padding: 0; } .eltd-page .nav-tabs > li > a, .eltd-meta-box .nav-tabs > li > a { border: none; } .eltd-page .nav-tabs > li, .eltd-meta-box .nav-tabs > li { margin-bottom: 0; } .eltd-page .eltd-tabs-wrapper .nav-tabs, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs { margin-top: 0; } .eltd-page .eltd-tabs-wrapper .nav-tabs > li.active > a, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs > li.active > a { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; border-left-color: transparent; } .eltd-page .eltd-tabs-wrapper .nav-tabs > li.active > a:hover, .eltd-page .eltd-tabs-wrapper .nav-tabs > li.active > a:focus, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs > li.active > a:hover, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs > li.active > a:focus { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } .eltd-page .eltd-tabs-wrapper .nav-tabs > li a > i, .eltd-meta-box .eltd-tabs-wrapper .nav-tabs > li a > i { width: 19px; } .eltd-page .eltd-tabs-wrapper .eltd-tabs-content, .eltd-meta-box .eltd-tabs-wrapper .eltd-tabs-content { background-color: #fcfcfc; padding: 20px 20px 20px 20px; } .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs { border-bottom: 0; } .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li { float: none; border-bottom: 1px solid #3a5264; width: 100%; } .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li.active a, .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li.active a:focus, .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li.active a:hover, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li.active a, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li.active a:focus, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li.active a:hover { border-bottom: 0px solid #566269; margin-bottom: 0; background-color: #54a2af; border-left: none; } .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li a:focus, .eltd-page .eltd-tabs-wrapper.vertical .nav-tabs > li a:hover, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li a:focus, .eltd-meta-box .eltd-tabs-wrapper.vertical .nav-tabs > li a:hover { background-color: #2d3d49; color: #fff; border-left: none; } .eltd-page .eltd-tabs-navigation-wrapper .nav-tabs li > a:hover > i, .eltd-meta-box .eltd-tabs-navigation-wrapper .nav-tabs li > a:hover > i { color: #54a2af; transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; transition: transform 0.3s; } .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper .nav-tabs li.active > a:hover > i, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper .nav-tabs li.active > a:hover > i { color: #fff; } .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper, .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-content, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-content { min-height: 300px; } .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-navigation-wrapper { width: 226px; /*was 199*/ } .eltd-page .eltd-tabs-wrapper.vertical .eltd-tabs-content, .eltd-meta-box .eltd-tabs-wrapper.vertical .eltd-tabs-content { margin-left: 226px; background-color: #EBEFF2; color: #34383C; min-height: 780px; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li:first-child > a, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li:first-child > a { border-top: none; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a { font-size: 13px; color: #bdc6cb; font-weight: 600; padding-left: 16px; border-left: none; margin-right: 0; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; border-radius: 0; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a:hover, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a:hover { color: #fff; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li.active > a, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li.active > a { color: #fff; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a span, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li > a span { display: inline-block; padding: 10px; } .eltd-page .eltd-tabs-wrapper.vertical.left .nav-tabs > li.active > a i, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .nav-tabs > li.active > a i { color: #fff; } .eltd-page .eltd-tabs-wrapper.vertical.left .eltd-tabs-navigation-wrapper, .eltd-meta-box .eltd-tabs-wrapper.vertical.left .eltd-tabs-navigation-wrapper { float: left; background-color: #374a59; } .eltd-page .eltd-tabs-wrapper.vertical.right .eltd-tabs-navigation-wrapper, .eltd-page .eltd-tabs-wrapper.vertical.right .eltd-tabs-wrapper.vertical.right .eltd-tabs-content, .eltd-meta-box .eltd-tabs-wrapper.vertical.right .eltd-tabs-navigation-wrapper, .eltd-meta-box .eltd-tabs-wrapper.vertical.right .eltd-tabs-wrapper.vertical.right .eltd-tabs-content { float: right; } .eltd-page #back_to_top, .eltd-meta-box #back_to_top { color: #fff; height: auto; position: fixed; bottom: 65px; margin: 0; z-index: 101; -webkit-transition: all .3s ease 0s; -moz-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s; right: 38px; opacity: 0; filter: alpha(opacity=0); visibility: hidden; } .eltd-page #back_to_top.on, .eltd-meta-box #back_to_top.on { opacity: 1; filter: alpha(opacity=100); visibility: visible; right: 38px; } .eltd-page #back_to_top > span, .eltd-meta-box #back_to_top > span { width: 40px; height: 40px; line-height: 40px; text-decoration: none; background: transparent; text-align: center; border: 2px solid #54a2af; color: #54a2af; opacity: .5; font-size: 30px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; } .eltd-page #back_to_top:hover > span, .eltd-meta-box #back_to_top:hover > span { background-color: #54a2af; border-color: #54a2af; opacity: 1; color: #fff; } .eltd-page .eltd-page-content-wrapper .eltd-page-message .alert, .eltd-meta-box .eltd-page-content-wrapper .eltd-page-message .alert { margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } .eltd-page .cb-enable, .eltd-page .cb-disable, .eltd-page .cb-enable span, .eltd-page .cb-disable span, .eltd-meta-box .cb-enable, .eltd-meta-box .cb-disable, .eltd-meta-box .cb-enable span, .eltd-meta-box .cb-disable span { display: block; float: left; border-radius: 20px; } .eltd-page .switch-type .cb-enable, .eltd-page .switch-type .cb-disable, .eltd-page .switch-type .cb-enable span, .eltd-page .switch-type .cb-disable span, .eltd-meta-box .switch-type .cb-enable, .eltd-meta-box .switch-type .cb-disable, .eltd-meta-box .switch-type .cb-enable span, .eltd-meta-box .switch-type .cb-disable span { display: block; float: left; } .eltd-page .field.switch, .eltd-meta-box .field.switch { margin-top: 0; display: inline-block; border: 1px solid #ddd; border-radius: 3px; margin: 0; border-radius: 20px; background-color: #fff; } .eltd-page .cb-enable span, .eltd-page .cb-disable span, .eltd-page .switch-type .cb-enable span, .eltd-page .switch-type .cb-disable span, .eltd-meta-box .cb-enable span, .eltd-meta-box .cb-disable span, .eltd-meta-box .switch-type .cb-enable span, .eltd-meta-box .switch-type .cb-disable span { line-height: 29px; display: block; background-repeat: no-repeat; font-weight: bold; } .eltd-page .cb-enable span, .eltd-page .switch-type .cb-enable span, .eltd-meta-box .cb-enable span, .eltd-meta-box .switch-type .cb-enable span { background-color: #fff; padding: 0 10px; color: #8D9CA6; } .eltd-page .cb-disable span, .eltd-page .switch-type .cb-disable span, .eltd-meta-box .cb-disable span, .eltd-meta-box .switch-type .cb-disable span { color: #8D9CA6; padding: 0 13px; border-radius: 20px; } .eltd-page .cb-disable span:hover, .eltd-meta-box .cb-disable span:hover { background-color: #dce0e6; color: #fff; } .eltd-page .cb-enable span:hover, .eltd-meta-box .cb-enable span:hover { background-color: rgba(84, 162, 175, 0.2); color: #fff; } .eltd-page .cb-disable.selected, .eltd-meta-box .cb-disable.selected { background: #8D9CA6; border-radius: 20px; } .eltd-page .cb-disable.selected span, .eltd-meta-box .cb-disable.selected span { color: #fff; border-radius: 20px; } .eltd-page .cb-enable.selected, .eltd-meta-box .cb-enable.selected { border-radius: 20px; } .eltd-page .cb-enable.selected span, .eltd-meta-box .cb-enable.selected span { background-color: #54a2af; color: #fff; border-radius: 20px; } .eltd-page .switch label, .eltd-meta-box .switch label { cursor: pointer; } .eltd-page .switch input, .eltd-meta-box .switch input { display: none; } .eltd-page .field.switch input[type=checkbox]:checked:before, .eltd-meta-box .field.switch input[type=checkbox]:checked:before { content: ''; } .eltd-page .eltd-page .switch .checkbox, .eltd-meta-box .eltd-page .switch .checkbox { display: none; } .eltd-page .thumbnail, .eltd-meta-box .thumbnail { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; border: none; padding: 0; } .eltd-page .img-thumbnail, .eltd-meta-box .img-thumbnail { margin-bottom: 15px; max-width: 100px; } .eltd-page .wp-color-result, .eltd-meta-box .wp-color-result { height: auto; outline: none; } /* used on blog post formats for video cover image upload */ input.upload_button { border: 1px solid #acacac; border-radius: 3px 3px 3px 3px; color: #444; padding: 2px; width: auto; } /* tinymce in portfolio */ /* used in multiple images upload for portfolio */ .eltd-gallery-images-holder li.eltd-gallery-image-holder { float: left; margin: 0 20px 20px 0; width: 100px; } .eltd-gallery-images-holder li.eltd-gallery-image-holder img { width: 100%; padding: 4px; background-color: #fff; border: 1px solid #ddd; } /* Elated Slider custom fields - start*/ .form-field.slider-field input { width: auto; } .form-field.slider-field .inline label { float: left; line-height: 28px; margin-right: 5px; } .inline { display: inline-block; margin: 0px 10px 0px 0px; font-size: 13px; } /* Elated Slider custom fields - end*/ /*# sourceMappingURL=eltd-ui.css.map */
0.353205
0.034262
@media only screen and (max-width: 1300px){ .main-footer .contact-widget .social-links{ position:relative; left:0px; top:0px; width:100%; } } @media only screen and (max-width: 1140px){ .main-menu .navigation > li{ margin-right:18px; } .get-quote .column .image{ position:relative; } .get-quote .column .image img{ display:block; max-width:100%; } } @media only screen and (max-width: 1023px){ .main-footer .contact-widget{ padding-right:10px; } .why-us-section .bg-grey { display:none; } .why-us-section .bg-image{ position:relative; display:none } .blog-section .review-box .review-content br{ display:none; } } @media only screen and (max-width: 991px){ .sm-text-center { text-align: center; } .sm-d-ib { display: inline-block; } .sm-width5-center { display: block; float: none; margin-left: auto; margin-right: auto; max-width: 500px; } .pricing-table { display: inline-block; margin-bottom: 30px; width: 100%; } .pricing-table .pricing-header .thumb img { width: 100%; } } @media only screen and (min-width: 768px){ .main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul{ display:block !important; visibility:hidden; opacity:0; } } @media only screen and (max-width: 767px){ .header-lower .outer-box{ padding-right:0px; } .header-lower .outer-box .search-box-btn{ display:none; } .main-menu{ float:none; margin-right:-130px; right:-10px; top:60px; z-index:5; padding:0px; } .main-header .header-lower .cart-box-btn{ top:10px; } .main-menu .collapse { position:relative; max-height:300px; overflow:auto; float:none; width:100%; padding:0px; border:1px solid #ffffff; margin:-50px 10px 0px !important; border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; } .main-menu .collapse.in, .main-menu .collapsing{ padding:0px; border:1px solid #ffffff; margin:-50px 10px 0px !important; border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; } .main-menu .navbar-header{ position:relative; float:none; display:block; padding-bottom:0px; right:0px; width:auto; z-index:12; } .main-menu .navbar-header .navbar-toggle{ display:block; z-index:7; border:1px solid #6AAF08; margin:0px 0px 0px 0px; } .main-menu .navbar-header .navbar-toggle .icon-bar{ background:#6AAF08; } .main-menu .navbar-collapse > .navigation{ float:none !important; margin:0px; width:100%; background:#6AAF08; } .main-menu .navbar-collapse > .navigation > li{ margin:10px; float:none; width:99%; } .main-menu .navigation > li > a, .main-menu .navigation > li > ul:before{ border:none; } .main-menu .navbar-collapse > .navigation > li > a{ padding:10px 10px !important; } .main-menu .navigation > li > ul > li > a:after, .main-menu .navigation > li > ul:before, .main-menu .navigation > li > ul:before{ display:none !important; } .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul{ position:relative; border:none; float:none; visibility:visible; opacity:1; display:none; margin:0px; left:auto !important; right:auto !important; top:auto !important; width:100%; background:#6AAF08; border-radius:0px; -webkit-border-radius:0px; -ms-border-radius:0px; -o-border-radius:0px; -moz-border-radius:0px; transition:none !important; -webkit-transition:none !important; -ms-transition:none !important; -o-transition:none !important; -moz-transition:none !important; } .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul{ border-top:1px solid rgba(255,255,255,1) !important; } .main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{ border-top:1px solid rgba(255,255,255,1) !important; } .main-menu .navbar-collapse > .navigation > li:first-child{ border:none; } .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{ padding:10px 10px !important; line-height:22px; color:#ffffff; background:#6AAF08; text-align:left; } .main-menu .navbar-collapse > .navigation > li > a:hover, .main-menu .navbar-collapse > .navigation > li > a:active, .main-menu .navbar-collapse > .navigation > li > a:focus{ background:#6AAF08; } .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{ display:block; } .main-menu .navbar-collapse > .navigation li.dropdown:after, .main-menu .navbar-collapse > .navigation > li.dropdown > a::after{ display:none !important; } .main-footer .footer-bg-layer, .main-footer:after{ display:none; } .main-footer .about-widget .des-text .logo-image{ position:relative; } .main-footer .about-widget .des-text{ padding-left:0px; } .main-slider h2, .why-us-section .block .number, .page-title h1{ font-size:34px; } .why-us-section .block{ padding-left:50px; } .main-header .header-top ul li{ margin-left:0px; margin-right:12px; } .appoinment-btn {top:5px;} .featured-three-column{ margin-top:0px !important; padding-top:70px; } } @media only screen and (max-width: 599px){ .main-header .header-lower .logo::after{ display:none; } .about-section .lower-content .content-box{ padding:40px 20px; } .sidebar-section .comments-area .reply-comment{ margin-left:0px; } .page-wrapper{ overflow:hidden; } } @media only screen and (max-width: 479px){ .main-header.fixed-header .header-lower{ position:relative !important; } .main-header .header-lower .logo{ float:none; width:100%; text-align:center; margin-bottom:20px; } .main-header .header-lower .outer-box{ padding-right:0px; } .main-menu { margin-right:0px; top:-6px; right:5%; margin-bottom:10px; } .main-menu .collapse { margin:0px !important; } .main-menu .collapse.in, .main-menu .collapsing{ margin:0px !important; } .main-header .header-lower .cart-box-btn{ margin-bottom:10px; } .main-header .header-lower .cart-box-btn, .main-header .header-lower .cart-box-btn .cart-btn{ position:relative; display:block; width:100%; top:0px; max-width:none; } .default-banner .window-size .theme-btn{ display:block; } .header-lower .auto-container { padding: 0; } .appoinment-btn { left: 5%; top: 70%; margin: 0 auto; } } @media only screen and (max-width: 991px) { /** * Cart Page Table responsive css Styles. **/ @media only screen and (max-width: 991px) { .main-menu .navbar-header .navbar-toggle { right: 7%; } } /* Force table to not be like tables anymore */ .cart-page table, .cart-page thead, .cart-page tbody, .cart-page th, .cart-page td, .cart-page tr { display: block; } /* Hide table headers (but not display: none;, for accessibility) */ .cart-page thead tr { position: absolute; top: -9999px; left: -9999px; } .cart-page tr { border: 1px solid #ccc; } .cart-page td { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; } .cart-page td:before { /* Now like a table header */ /* Top/left values mimic padding */ position: absolute; top: 0; left: 0; width: 100%; padding-left: 40px; white-space: nowrap; font-size: 16px; color: #000; font-weight: 500; background-color: #F9F9F9; line-height: 60px; text-align: left; } .cart-page .table > tbody > tr > td.preview { padding: 85px 50px 25px; } .cart-page .table > tbody > tr > td { padding: 80px 40px 25px; } .cart-page .table > tbody > tr > td.del-item { text-align: left; } /* Label the data */ td:nth-of-type(1):before { content: "Preview"; } td:nth-of-type(2):before { content: "Product"; } td:nth-of-type(3):before { content: "Price"; } td:nth-of-type(4):before { content: "Quantity"; } td:nth-of-type(5):before { content: "Total"; } td:nth-of-type(6):before { content: "Delete Item"; } }
public/css/responsive.css
@media only screen and (max-width: 1300px){ .main-footer .contact-widget .social-links{ position:relative; left:0px; top:0px; width:100%; } } @media only screen and (max-width: 1140px){ .main-menu .navigation > li{ margin-right:18px; } .get-quote .column .image{ position:relative; } .get-quote .column .image img{ display:block; max-width:100%; } } @media only screen and (max-width: 1023px){ .main-footer .contact-widget{ padding-right:10px; } .why-us-section .bg-grey { display:none; } .why-us-section .bg-image{ position:relative; display:none } .blog-section .review-box .review-content br{ display:none; } } @media only screen and (max-width: 991px){ .sm-text-center { text-align: center; } .sm-d-ib { display: inline-block; } .sm-width5-center { display: block; float: none; margin-left: auto; margin-right: auto; max-width: 500px; } .pricing-table { display: inline-block; margin-bottom: 30px; width: 100%; } .pricing-table .pricing-header .thumb img { width: 100%; } } @media only screen and (min-width: 768px){ .main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul{ display:block !important; visibility:hidden; opacity:0; } } @media only screen and (max-width: 767px){ .header-lower .outer-box{ padding-right:0px; } .header-lower .outer-box .search-box-btn{ display:none; } .main-menu{ float:none; margin-right:-130px; right:-10px; top:60px; z-index:5; padding:0px; } .main-header .header-lower .cart-box-btn{ top:10px; } .main-menu .collapse { position:relative; max-height:300px; overflow:auto; float:none; width:100%; padding:0px; border:1px solid #ffffff; margin:-50px 10px 0px !important; border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; } .main-menu .collapse.in, .main-menu .collapsing{ padding:0px; border:1px solid #ffffff; margin:-50px 10px 0px !important; border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; } .main-menu .navbar-header{ position:relative; float:none; display:block; padding-bottom:0px; right:0px; width:auto; z-index:12; } .main-menu .navbar-header .navbar-toggle{ display:block; z-index:7; border:1px solid #6AAF08; margin:0px 0px 0px 0px; } .main-menu .navbar-header .navbar-toggle .icon-bar{ background:#6AAF08; } .main-menu .navbar-collapse > .navigation{ float:none !important; margin:0px; width:100%; background:#6AAF08; } .main-menu .navbar-collapse > .navigation > li{ margin:10px; float:none; width:99%; } .main-menu .navigation > li > a, .main-menu .navigation > li > ul:before{ border:none; } .main-menu .navbar-collapse > .navigation > li > a{ padding:10px 10px !important; } .main-menu .navigation > li > ul > li > a:after, .main-menu .navigation > li > ul:before, .main-menu .navigation > li > ul:before{ display:none !important; } .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul{ position:relative; border:none; float:none; visibility:visible; opacity:1; display:none; margin:0px; left:auto !important; right:auto !important; top:auto !important; width:100%; background:#6AAF08; border-radius:0px; -webkit-border-radius:0px; -ms-border-radius:0px; -o-border-radius:0px; -moz-border-radius:0px; transition:none !important; -webkit-transition:none !important; -ms-transition:none !important; -o-transition:none !important; -moz-transition:none !important; } .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul{ border-top:1px solid rgba(255,255,255,1) !important; } .main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{ border-top:1px solid rgba(255,255,255,1) !important; } .main-menu .navbar-collapse > .navigation > li:first-child{ border:none; } .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{ padding:10px 10px !important; line-height:22px; color:#ffffff; background:#6AAF08; text-align:left; } .main-menu .navbar-collapse > .navigation > li > a:hover, .main-menu .navbar-collapse > .navigation > li > a:active, .main-menu .navbar-collapse > .navigation > li > a:focus{ background:#6AAF08; } .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{ display:block; } .main-menu .navbar-collapse > .navigation li.dropdown:after, .main-menu .navbar-collapse > .navigation > li.dropdown > a::after{ display:none !important; } .main-footer .footer-bg-layer, .main-footer:after{ display:none; } .main-footer .about-widget .des-text .logo-image{ position:relative; } .main-footer .about-widget .des-text{ padding-left:0px; } .main-slider h2, .why-us-section .block .number, .page-title h1{ font-size:34px; } .why-us-section .block{ padding-left:50px; } .main-header .header-top ul li{ margin-left:0px; margin-right:12px; } .appoinment-btn {top:5px;} .featured-three-column{ margin-top:0px !important; padding-top:70px; } } @media only screen and (max-width: 599px){ .main-header .header-lower .logo::after{ display:none; } .about-section .lower-content .content-box{ padding:40px 20px; } .sidebar-section .comments-area .reply-comment{ margin-left:0px; } .page-wrapper{ overflow:hidden; } } @media only screen and (max-width: 479px){ .main-header.fixed-header .header-lower{ position:relative !important; } .main-header .header-lower .logo{ float:none; width:100%; text-align:center; margin-bottom:20px; } .main-header .header-lower .outer-box{ padding-right:0px; } .main-menu { margin-right:0px; top:-6px; right:5%; margin-bottom:10px; } .main-menu .collapse { margin:0px !important; } .main-menu .collapse.in, .main-menu .collapsing{ margin:0px !important; } .main-header .header-lower .cart-box-btn{ margin-bottom:10px; } .main-header .header-lower .cart-box-btn, .main-header .header-lower .cart-box-btn .cart-btn{ position:relative; display:block; width:100%; top:0px; max-width:none; } .default-banner .window-size .theme-btn{ display:block; } .header-lower .auto-container { padding: 0; } .appoinment-btn { left: 5%; top: 70%; margin: 0 auto; } } @media only screen and (max-width: 991px) { /** * Cart Page Table responsive css Styles. **/ @media only screen and (max-width: 991px) { .main-menu .navbar-header .navbar-toggle { right: 7%; } } /* Force table to not be like tables anymore */ .cart-page table, .cart-page thead, .cart-page tbody, .cart-page th, .cart-page td, .cart-page tr { display: block; } /* Hide table headers (but not display: none;, for accessibility) */ .cart-page thead tr { position: absolute; top: -9999px; left: -9999px; } .cart-page tr { border: 1px solid #ccc; } .cart-page td { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; } .cart-page td:before { /* Now like a table header */ /* Top/left values mimic padding */ position: absolute; top: 0; left: 0; width: 100%; padding-left: 40px; white-space: nowrap; font-size: 16px; color: #000; font-weight: 500; background-color: #F9F9F9; line-height: 60px; text-align: left; } .cart-page .table > tbody > tr > td.preview { padding: 85px 50px 25px; } .cart-page .table > tbody > tr > td { padding: 80px 40px 25px; } .cart-page .table > tbody > tr > td.del-item { text-align: left; } /* Label the data */ td:nth-of-type(1):before { content: "Preview"; } td:nth-of-type(2):before { content: "Product"; } td:nth-of-type(3):before { content: "Price"; } td:nth-of-type(4):before { content: "Quantity"; } td:nth-of-type(5):before { content: "Total"; } td:nth-of-type(6):before { content: "Delete Item"; } }
0.115886
0.043184
@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Muli:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap"); @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css"); * { margin: 0; padding: 0; list-style: none; text-decoration: none; } :root { --font-primary: "Baloo Da 2", serif; --font-secundary: "Josefin Slab", serif; --font-action: "Muli", serif; } html{ scroll-behavior: smooth; } .hamburguer { /* background-color: red; */ width: 2rem; height: 2rem; position: fixed; z-index: 100; right: 2rem; top: 2rem; display: flex; flex-direction: column; justify-content: space-evenly; cursor: pointer; } .show-menu .hamburguer { right: 16rem; } .line { width: 100%; height: 0.1rem; background-color: #fff; box-shadow: 0.1rem 0.1rem 1px #000; transition: transform 1s; } .show-menu #line1 { transform: rotate(45deg) translate(0.3rem, 0.45rem); } .show-menu #line2 { opacity: 0; visibility: hidden; } .show-menu #line3 { transform: rotate(-45deg) translate(0.3rem, -0.45rem); } .hamburguer span { position: absolute; left: 3rem; height: 2rem; width: 6rem; display: flex; justify-content: center; align-items: center; background-color: #a044ff; color: #ffffff; font-family: var(--font-action); opacity: 0; } .hamburguer span::before { content: ""; position: absolute; border-right: 0.5rem solid #a044ff; border-top: 0.5rem solid transparent; border-left: 0.5rem solid transparent; border-bottom: 0.5rem solid transparent; left: -1rem; } .show-menu .hamburguer:hover span { opacity: 1; } header { width: 100%; height: 100vh; overflow: hidden; position: relative; } .img-wrapper { width: 100%; height: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.8); } .img-wrapper img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; animation: zoom 25s; } @keyframes zoom { 0% { transform: scale(1.3); } 100% { transform: scale(1); } } .banner { position: absolute; top: 30%; left: 10%; } .banner h1 { color: #ffffff; font-size: 3.5rem; font-family: var(--font-primary); font-weight: 200; text-shadow: 0.3rem 0.4rem 2px rgba(0, 0, 0, 0.4); line-height: 3.5rem; margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.7s forwards; } .banner p { font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.6s forwards; } .banner1 p { font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.5s forwards; } .sobrefoto{ margin-top: -6em; justify-content: center; display: flex; } .sobrefont{ margin-top: 2em; justify-content:center; font-family: var(--font-secundary); color:#4b4b4b; font-size: 1.3rem; margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.7s forwards; } .sobrelinks{ display: flex; justify-content: center; margin-top: -5em; } .sobrelinks a{ text-align: center; font-weight: 100; font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 1rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 0.5s 0.5s forwards; } .sobrelinks1{ display: flex; justify-content: center; margin-top: 5em; margin-bottom: 2em; } .sobrelinks1 a{ text-align: center; font-weight: 100; font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 1rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 0.5s 0.5s forwards; } .larguraMaxContainer{ padding:100px 50px; max-width: 1281px; } .sobreMin{ display: flex; } .banner5 h1 { font-size: 1.3rem; margin-bottom: 2rem; background: repeating-linear-gradient(-45deg, red 0%, yellow 7.14%, rgb(0,255,0) 14.28%, rgb(0,255,255) 21.4%, cyan 28.56%, blue 35.7%, magenta 42.84%, red 50%); background-size: 600vw 600vw; -webkit-text-fill-color: transparent; -webkit-background-clip: text; animation: slide 10s linear infinite forwards; } @keyframes slide { 0%{ background-position-x: 0%; } 100%{ background-position-x: 600vw; } } .banner button { font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 3rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 1s 0.9s forwards; } .banner a{ font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 3rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 1.5s 2s forwards; } @keyframes moveBanner { 0% { transform: translateY(10rem) rotateY(-30deg); } 100% { transform: translateY(0) rotateY(0); opacity: 1; } } .banner2 { position: absolute; top: 30%; left: 55%; } .banner2 h1 { color: #ffffff; font-size: 2.0rem; font-family: var(--font-primary); font-weight: 200; text-shadow: 0.3rem 0.4rem 2px rgba(0, 0, 0, 0.4); line-height: 3.5rem; margin-bottom: 1rem; opacity: 0; animation: moveBanner 1s 0.5s forwards; } .banner2 p { font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.7s forwards; } .banner7 p{ font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 3rem; margin-top: 2rem; opacity: 0; animation: moveBanner 1s 0.8s forwards; } .banner3 p { font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.7s forwards; } .banner2 button { font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 3rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 1s 0.9s forwards; } @keyframes moveBanner { 0% { transform: translateY(10rem) rotateY(-30deg); } 100% { transform: translateY(0) rotateY(0); opacity: 1; } } .sidebar { width: 20rem; height: 100vh; background-color: #fff; position: fixed; top: 0; right: -20rem; transition: all 1s; z-index: 80; } .show-menu .sidebar { right: 0; } .menu { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .menu-item { text-align: center; margin-bottom: 0.5rem; } .menu-link { font-family: var(--font-action); font-size: 2rem; color: #555; transition: color 1s; } .menu-link:hover { color: #6a3093; } .social-media { position: absolute; bottom: 2rem; width: 100%; display: flex; justify-content: space-evenly; } .social-media i { background-color: #6a3093; color: rgba(255, 255, 255, 1); height: 3.0rem; width: 3.0rem; font-size: 1.5rem; display: flex; justify-content: center; align-items: center; border-radius: 50%; transition: background-color 1s; } .social-media i:hover { background-color: #a044ff; } .social-media1 i { color: rgba(255, 255, 255, 1); height: 1.0rem; width: 2.0rem; font-size: 1rem; display: flex; justify-content: left; align-items: left; border-radius: 50%; transition: background-color 1s; } .social-media1 i:hover { background-color: #a044ff; } .social-media2 i { color: rgba(255, 255, 255, 1); height: 2.5rem; width: 2.5rem; font-size: 2rem; display: flex; justify-content: center; align-items: center; border-radius: 50%; transition: background-color 1s; } .social-media2 i:hover { background-color: #a044ff; } .front{ margin-left: -280px; justify-content: start; } .design{ margin-left: 180px; margin-top: -125px; } .back{ margin-left: -280px; } .mobile{ margin-left: 180px; margin-top: -125px; } .conhecimento-front { display: flex; height: 100%; justify-content: center; } .conhecimento-design { display: flex; height: 100%; justify-content: center; } .conhecimento-back { display: flex; height: 100%; justify-content: center; } .conhecimento-mobile { display: flex; height: 100%; justify-content: center; } .sessao-header { display: flex; align-items: center; justify-content: center; } .sessao-header h1 { font-family: var(--font-primary); font-size: 3rem; color: #4b4b4b; border-bottom: solid 3px #6a3093; margin-bottom: 1.5rem; } .conhecimento-header { display: flex; justify-content: center; align-items: center; color: #4b4b4b; } .conhecimento-header i { font-size: 2.0rem; } .conhecimento-header h3 { font-family: var(--font-secundary); font-size: 2rem; padding-left: 1rem; } .conhecimento-text { font-family: var(--font-secundary); margin-top: 1rem; } .conhecimentos-img-wrapper { grid-column: 7 / 11; grid-row: 2 / 6; width: 80%; height: 80%; } .conhecimentos-img-wrapper img { object-fit: cover; height: 100%; } .projetos { display: flex; justify-content: space-evenly; margin-bottom: 2rem; } .sobre { display: flex; justify-content: space-evenly; margin-bottom: 2rem; } .card { margin-left: 1.5rem; width: 18rem; height: 25rem; position: relative; } .card-img-wrapper { display: flex; justify-content: center; max-width: 90%; min-width: 50%; height: 100%; background-color: #262626; border-radius: 0.5rem; } .iconslord{ min-width: 100px; min-height: 100px; margin-top: 2em; justify-content: center; } .card-img-wrapper img { object-fit: cover; width: 100%; height: 80%; border-radius: 0.5rem; opacity: 0.8; transition: opacity 0.3s; } .card:hover .card-img-wrapper img { opacity: 0.5; } .card-info { position: absolute; bottom: 0; padding: 1rem; text-shadow: 0.3rem 0.2rem 0.3rem rgba(0, 0, 0, 0.6); transition: all 0.3s; } .card-info h2 { font-family: var(--font-primary); font-size: 0.9rem; font-weight: 500; color: #eee; } .card-info h3 { font-size: 1rem; font-family: var(--font-action); font-weight: bolder; color: #6a3093; margin-bottom: 1.5rem; } .card-info p { font-family: var(--font-secundary); color: #eee; font-weight: 200; width: 80%; margin-bottom: 2rem; } .btn { background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); font-family: var(--font-action); color: #eee; border-radius: 0.5rem; border: none; box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.4); } .card-info button { width: 4.2rem; height: 2.3rem; margin-left: -0.3em; } .card:hover .card-info { bottom: 2rem; opacity: 1; visibility: visible; } .sessao-contato { width: 100%; height: 60vh; background-color: #FFFFFF; justify-content: center; display: flex; } .contato-wrapper { width: 60%; height: 33rem; display: flex; box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.5); } .contato-left { width: 50%; background: linear-gradient(rgb(255, 253, 253), rgba(22, 22, 22, 0.9)), url(imagens/contato.jpg); background-size: cover; } .contato-right { display: flex; position: static; justify-content: center; width: 100%; background-color: #eee; padding: 1rem 3rem 3rem 3rem; } .contato-left{ display: flex; } @media (max-width: 1024px){ .imgcttleft{ display: block; display: none; } .contato-left{ display: block; display: none; } } .sessao-contato h1 { width: 100%; text-align: center; font-family: var(--font-primary); color: #272727; font-size: 3rem; font-weight: lighter; } .sessao-contato a{ background-color: #a044ff; padding: 15px 25px; margin: 10px; border-radius: 5px; color: #fefbfb; opacity: 1; font-size: 1.0rem; display: flex; margin: 30px; } .sessao-contato p{ text-align: center; } .sessao-contato span{ text-align: center; } .sessao-contato form { width: 100%; display: flex; flex-direction: column; align-items: center; } .input-group { position: absolute; max-width: 50%; margin-top: 2em; } .input-group p{ font-size: 30px; font-family: 'Montserrat', sans-serif; } @media(max-width: 425px){ .input-group p{ font-size: 15px; } } .input-group span{ font-family: 'Montserrat', sans-serif; margin-top: 2em; } .input-group a{ font-family: 'Montserrat', sans-serif; margin-top: 2em; font-size: 0.85em; justify-content: center; } .field { background: transparent; border: none; width: 15rem; font-size: 1.5rem; font-family: var(--font-secundary); border-bottom: 2px dashed #636363; height: 3rem; outline: none; margin: 1rem 0; } .input-group textarea { padding-top: 1rem; max-width: 25rem; max-height: 3rem; } .field-label { position: absolute; left: 0; top: 2rem; font-size: 1rem; font-family: var(--font-secundary); text-transform: uppercase; transition: all 0.3s; } .field:focus ~ label { top: 0; font-size: 0.7rem; } .field:focus { border-bottom: 1px solid; } .btn-submit { font-size: 1.2rem; text-transform: uppercase; width: 80%; height: 2.5rem; margin-top: 1rem; letter-spacing: 0.2rem; cursor: pointer; text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5); box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3); } .preenchido{ pointer-events: none; } .sessao-orcamento{ width: 100%; height: 100vh; background: url("./imagens//bg-orcamento.jpg"); object-fit: cover; display: flex; justify-content: center; align-items: center; } .orcamento-wrapper{ width: 60%; height: 80%; background-color: #ffffff99; border-radius: 10px; box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5); position: relative; } .sessao-orcamento h1{ position: absolute; top: -2.5rem; left: 2rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 0 3rem; color: #fff; font-family: var(--font-primary); font-size: 3rem; font-weight: lighter; box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5); border-radius: 10px; } .sessao-orcamento form{ margin: 4rem; display: grid; grid-template-columns: auto 1fr; column-gap: 2rem; row-gap: 2rem; } .sessao-orcamento label{ font-family: var(--font-action); font-size: 1.5rem; } .sessao-orcamento input[type="number"]{ font-family: var(--font-secundary); width: 4rem; font-size: 2rem; outline: none; border-radius: 10px; border: none; padding: 0.3rem; } .btn-orcamento{ text-transform: uppercase; padding: 1rem; cursor: pointer; grid-column: 2; } footer{ width: 100%; margin-top: 8em; height: 7rem; background-color: #17181b; display: flex; justify-content: center; position: absolute; align-items: center; } .footer-content{ width: 90%; display: flex; justify-content: space-between; } .footer-content p{ font-family: var(--font-secundary); color: #a7a7a7; font-size: 1.2rem; } .social-list a{ margin: 0 2rem; color: #a7a7a7; font-size: 1.3rem; } .social-list ul { display: flex; } #link-topo{ position: fixed; right: 3rem; bottom: 3rem; width: 3rem; height: 3rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); display: flex; justify-content: center; align-items: center; color: #fff; border-radius: .3rem; box-shadow: 0 0.1rem 0.6rem #00000009; }
style.css
@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Muli:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap"); @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css"); * { margin: 0; padding: 0; list-style: none; text-decoration: none; } :root { --font-primary: "Baloo Da 2", serif; --font-secundary: "Josefin Slab", serif; --font-action: "Muli", serif; } html{ scroll-behavior: smooth; } .hamburguer { /* background-color: red; */ width: 2rem; height: 2rem; position: fixed; z-index: 100; right: 2rem; top: 2rem; display: flex; flex-direction: column; justify-content: space-evenly; cursor: pointer; } .show-menu .hamburguer { right: 16rem; } .line { width: 100%; height: 0.1rem; background-color: #fff; box-shadow: 0.1rem 0.1rem 1px #000; transition: transform 1s; } .show-menu #line1 { transform: rotate(45deg) translate(0.3rem, 0.45rem); } .show-menu #line2 { opacity: 0; visibility: hidden; } .show-menu #line3 { transform: rotate(-45deg) translate(0.3rem, -0.45rem); } .hamburguer span { position: absolute; left: 3rem; height: 2rem; width: 6rem; display: flex; justify-content: center; align-items: center; background-color: #a044ff; color: #ffffff; font-family: var(--font-action); opacity: 0; } .hamburguer span::before { content: ""; position: absolute; border-right: 0.5rem solid #a044ff; border-top: 0.5rem solid transparent; border-left: 0.5rem solid transparent; border-bottom: 0.5rem solid transparent; left: -1rem; } .show-menu .hamburguer:hover span { opacity: 1; } header { width: 100%; height: 100vh; overflow: hidden; position: relative; } .img-wrapper { width: 100%; height: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.8); } .img-wrapper img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; animation: zoom 25s; } @keyframes zoom { 0% { transform: scale(1.3); } 100% { transform: scale(1); } } .banner { position: absolute; top: 30%; left: 10%; } .banner h1 { color: #ffffff; font-size: 3.5rem; font-family: var(--font-primary); font-weight: 200; text-shadow: 0.3rem 0.4rem 2px rgba(0, 0, 0, 0.4); line-height: 3.5rem; margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.7s forwards; } .banner p { font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.6s forwards; } .banner1 p { font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.5s forwards; } .sobrefoto{ margin-top: -6em; justify-content: center; display: flex; } .sobrefont{ margin-top: 2em; justify-content:center; font-family: var(--font-secundary); color:#4b4b4b; font-size: 1.3rem; margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.7s forwards; } .sobrelinks{ display: flex; justify-content: center; margin-top: -5em; } .sobrelinks a{ text-align: center; font-weight: 100; font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 1rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 0.5s 0.5s forwards; } .sobrelinks1{ display: flex; justify-content: center; margin-top: 5em; margin-bottom: 2em; } .sobrelinks1 a{ text-align: center; font-weight: 100; font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 1rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 0.5s 0.5s forwards; } .larguraMaxContainer{ padding:100px 50px; max-width: 1281px; } .sobreMin{ display: flex; } .banner5 h1 { font-size: 1.3rem; margin-bottom: 2rem; background: repeating-linear-gradient(-45deg, red 0%, yellow 7.14%, rgb(0,255,0) 14.28%, rgb(0,255,255) 21.4%, cyan 28.56%, blue 35.7%, magenta 42.84%, red 50%); background-size: 600vw 600vw; -webkit-text-fill-color: transparent; -webkit-background-clip: text; animation: slide 10s linear infinite forwards; } @keyframes slide { 0%{ background-position-x: 0%; } 100%{ background-position-x: 600vw; } } .banner button { font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 3rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 1s 0.9s forwards; } .banner a{ font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 3rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 1.5s 2s forwards; } @keyframes moveBanner { 0% { transform: translateY(10rem) rotateY(-30deg); } 100% { transform: translateY(0) rotateY(0); opacity: 1; } } .banner2 { position: absolute; top: 30%; left: 55%; } .banner2 h1 { color: #ffffff; font-size: 2.0rem; font-family: var(--font-primary); font-weight: 200; text-shadow: 0.3rem 0.4rem 2px rgba(0, 0, 0, 0.4); line-height: 3.5rem; margin-bottom: 1rem; opacity: 0; animation: moveBanner 1s 0.5s forwards; } .banner2 p { font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.7s forwards; } .banner7 p{ font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 3rem; margin-top: 2rem; opacity: 0; animation: moveBanner 1s 0.8s forwards; } .banner3 p { font-family: var(--font-secundary); color: #fff; font-size: 1.3rem; text-shadow: 0.2rem 0.2rem rgba(0, 0, 0, 0.4); margin-bottom: 2rem; opacity: 0; animation: moveBanner 1s 0.7s forwards; } .banner2 button { font-family: var(--font-action); color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 1rem 3rem; border: none; border-radius: 5px; cursor: pointer; opacity: 0; animation: moveBanner 1s 0.9s forwards; } @keyframes moveBanner { 0% { transform: translateY(10rem) rotateY(-30deg); } 100% { transform: translateY(0) rotateY(0); opacity: 1; } } .sidebar { width: 20rem; height: 100vh; background-color: #fff; position: fixed; top: 0; right: -20rem; transition: all 1s; z-index: 80; } .show-menu .sidebar { right: 0; } .menu { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .menu-item { text-align: center; margin-bottom: 0.5rem; } .menu-link { font-family: var(--font-action); font-size: 2rem; color: #555; transition: color 1s; } .menu-link:hover { color: #6a3093; } .social-media { position: absolute; bottom: 2rem; width: 100%; display: flex; justify-content: space-evenly; } .social-media i { background-color: #6a3093; color: rgba(255, 255, 255, 1); height: 3.0rem; width: 3.0rem; font-size: 1.5rem; display: flex; justify-content: center; align-items: center; border-radius: 50%; transition: background-color 1s; } .social-media i:hover { background-color: #a044ff; } .social-media1 i { color: rgba(255, 255, 255, 1); height: 1.0rem; width: 2.0rem; font-size: 1rem; display: flex; justify-content: left; align-items: left; border-radius: 50%; transition: background-color 1s; } .social-media1 i:hover { background-color: #a044ff; } .social-media2 i { color: rgba(255, 255, 255, 1); height: 2.5rem; width: 2.5rem; font-size: 2rem; display: flex; justify-content: center; align-items: center; border-radius: 50%; transition: background-color 1s; } .social-media2 i:hover { background-color: #a044ff; } .front{ margin-left: -280px; justify-content: start; } .design{ margin-left: 180px; margin-top: -125px; } .back{ margin-left: -280px; } .mobile{ margin-left: 180px; margin-top: -125px; } .conhecimento-front { display: flex; height: 100%; justify-content: center; } .conhecimento-design { display: flex; height: 100%; justify-content: center; } .conhecimento-back { display: flex; height: 100%; justify-content: center; } .conhecimento-mobile { display: flex; height: 100%; justify-content: center; } .sessao-header { display: flex; align-items: center; justify-content: center; } .sessao-header h1 { font-family: var(--font-primary); font-size: 3rem; color: #4b4b4b; border-bottom: solid 3px #6a3093; margin-bottom: 1.5rem; } .conhecimento-header { display: flex; justify-content: center; align-items: center; color: #4b4b4b; } .conhecimento-header i { font-size: 2.0rem; } .conhecimento-header h3 { font-family: var(--font-secundary); font-size: 2rem; padding-left: 1rem; } .conhecimento-text { font-family: var(--font-secundary); margin-top: 1rem; } .conhecimentos-img-wrapper { grid-column: 7 / 11; grid-row: 2 / 6; width: 80%; height: 80%; } .conhecimentos-img-wrapper img { object-fit: cover; height: 100%; } .projetos { display: flex; justify-content: space-evenly; margin-bottom: 2rem; } .sobre { display: flex; justify-content: space-evenly; margin-bottom: 2rem; } .card { margin-left: 1.5rem; width: 18rem; height: 25rem; position: relative; } .card-img-wrapper { display: flex; justify-content: center; max-width: 90%; min-width: 50%; height: 100%; background-color: #262626; border-radius: 0.5rem; } .iconslord{ min-width: 100px; min-height: 100px; margin-top: 2em; justify-content: center; } .card-img-wrapper img { object-fit: cover; width: 100%; height: 80%; border-radius: 0.5rem; opacity: 0.8; transition: opacity 0.3s; } .card:hover .card-img-wrapper img { opacity: 0.5; } .card-info { position: absolute; bottom: 0; padding: 1rem; text-shadow: 0.3rem 0.2rem 0.3rem rgba(0, 0, 0, 0.6); transition: all 0.3s; } .card-info h2 { font-family: var(--font-primary); font-size: 0.9rem; font-weight: 500; color: #eee; } .card-info h3 { font-size: 1rem; font-family: var(--font-action); font-weight: bolder; color: #6a3093; margin-bottom: 1.5rem; } .card-info p { font-family: var(--font-secundary); color: #eee; font-weight: 200; width: 80%; margin-bottom: 2rem; } .btn { background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); font-family: var(--font-action); color: #eee; border-radius: 0.5rem; border: none; box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.4); } .card-info button { width: 4.2rem; height: 2.3rem; margin-left: -0.3em; } .card:hover .card-info { bottom: 2rem; opacity: 1; visibility: visible; } .sessao-contato { width: 100%; height: 60vh; background-color: #FFFFFF; justify-content: center; display: flex; } .contato-wrapper { width: 60%; height: 33rem; display: flex; box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.5); } .contato-left { width: 50%; background: linear-gradient(rgb(255, 253, 253), rgba(22, 22, 22, 0.9)), url(imagens/contato.jpg); background-size: cover; } .contato-right { display: flex; position: static; justify-content: center; width: 100%; background-color: #eee; padding: 1rem 3rem 3rem 3rem; } .contato-left{ display: flex; } @media (max-width: 1024px){ .imgcttleft{ display: block; display: none; } .contato-left{ display: block; display: none; } } .sessao-contato h1 { width: 100%; text-align: center; font-family: var(--font-primary); color: #272727; font-size: 3rem; font-weight: lighter; } .sessao-contato a{ background-color: #a044ff; padding: 15px 25px; margin: 10px; border-radius: 5px; color: #fefbfb; opacity: 1; font-size: 1.0rem; display: flex; margin: 30px; } .sessao-contato p{ text-align: center; } .sessao-contato span{ text-align: center; } .sessao-contato form { width: 100%; display: flex; flex-direction: column; align-items: center; } .input-group { position: absolute; max-width: 50%; margin-top: 2em; } .input-group p{ font-size: 30px; font-family: 'Montserrat', sans-serif; } @media(max-width: 425px){ .input-group p{ font-size: 15px; } } .input-group span{ font-family: 'Montserrat', sans-serif; margin-top: 2em; } .input-group a{ font-family: 'Montserrat', sans-serif; margin-top: 2em; font-size: 0.85em; justify-content: center; } .field { background: transparent; border: none; width: 15rem; font-size: 1.5rem; font-family: var(--font-secundary); border-bottom: 2px dashed #636363; height: 3rem; outline: none; margin: 1rem 0; } .input-group textarea { padding-top: 1rem; max-width: 25rem; max-height: 3rem; } .field-label { position: absolute; left: 0; top: 2rem; font-size: 1rem; font-family: var(--font-secundary); text-transform: uppercase; transition: all 0.3s; } .field:focus ~ label { top: 0; font-size: 0.7rem; } .field:focus { border-bottom: 1px solid; } .btn-submit { font-size: 1.2rem; text-transform: uppercase; width: 80%; height: 2.5rem; margin-top: 1rem; letter-spacing: 0.2rem; cursor: pointer; text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5); box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3); } .preenchido{ pointer-events: none; } .sessao-orcamento{ width: 100%; height: 100vh; background: url("./imagens//bg-orcamento.jpg"); object-fit: cover; display: flex; justify-content: center; align-items: center; } .orcamento-wrapper{ width: 60%; height: 80%; background-color: #ffffff99; border-radius: 10px; box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5); position: relative; } .sessao-orcamento h1{ position: absolute; top: -2.5rem; left: 2rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); padding: 0 3rem; color: #fff; font-family: var(--font-primary); font-size: 3rem; font-weight: lighter; box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5); border-radius: 10px; } .sessao-orcamento form{ margin: 4rem; display: grid; grid-template-columns: auto 1fr; column-gap: 2rem; row-gap: 2rem; } .sessao-orcamento label{ font-family: var(--font-action); font-size: 1.5rem; } .sessao-orcamento input[type="number"]{ font-family: var(--font-secundary); width: 4rem; font-size: 2rem; outline: none; border-radius: 10px; border: none; padding: 0.3rem; } .btn-orcamento{ text-transform: uppercase; padding: 1rem; cursor: pointer; grid-column: 2; } footer{ width: 100%; margin-top: 8em; height: 7rem; background-color: #17181b; display: flex; justify-content: center; position: absolute; align-items: center; } .footer-content{ width: 90%; display: flex; justify-content: space-between; } .footer-content p{ font-family: var(--font-secundary); color: #a7a7a7; font-size: 1.2rem; } .social-list a{ margin: 0 2rem; color: #a7a7a7; font-size: 1.3rem; } .social-list ul { display: flex; } #link-topo{ position: fixed; right: 3rem; bottom: 3rem; width: 3rem; height: 3rem; background: #6a3093; background: -webkit-linear-gradient(to right, #a044ff, #6a3093); background: linear-gradient(to left, #a044ff, #6a3093); display: flex; justify-content: center; align-items: center; color: #fff; border-radius: .3rem; box-shadow: 0 0.1rem 0.6rem #00000009; }
0.491456
0.082143
@font-face { font-family: PromptRegular; src: url(../fonts/Prompt-Regular.ttf); } * { font-family: PromptRegular; } /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { font-family: PromptRegular; } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { font-family: PromptRegular; } /** * Render the `main` element consistently in IE. */ main { font-family: PromptRegular; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-family: PromptRegular; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { font-family: PromptRegular; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: PromptRegular, monospace, monospace; } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { font-family: PromptRegular; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { font-family: PromptRegular; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-family: PromptRegular; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: PromptRegular, monospace, monospace; } /** * Add the correct font size in all browsers. */ small { font-family: PromptRegular; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-family: PromptRegular; } sub { font-family: PromptRegular; } sup { font-family: PromptRegular; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { font-family: PromptRegular; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: PromptRegular, inherit; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ font-family: PromptRegular; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ font-family: PromptRegular; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { font-family: PromptRegular; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { font-family: PromptRegular; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { font-family: PromptRegular; } /** * Correct the padding in Firefox. */ fieldset { font-family: PromptRegular; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { font-family: PromptRegular; } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { font-family: PromptRegular; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { font-family: PromptRegular; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { font-family: PromptRegular; } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { font-family: PromptRegular; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { font-family: PromptRegular; } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { font-family: PromptRegular; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { font-family: PromptRegular; } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { font-family: PromptRegular; } /* * Add the correct display in all browsers. */ summary { font-family: PromptRegular; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { font-family: PromptRegular; } /** * Add the correct display in IE 10. */ [hidden] { font-family: PromptRegular; }
assets/css/prompt-style-font.css
@font-face { font-family: PromptRegular; src: url(../fonts/Prompt-Regular.ttf); } * { font-family: PromptRegular; } /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { font-family: PromptRegular; } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { font-family: PromptRegular; } /** * Render the `main` element consistently in IE. */ main { font-family: PromptRegular; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-family: PromptRegular; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { font-family: PromptRegular; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: PromptRegular, monospace, monospace; } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { font-family: PromptRegular; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { font-family: PromptRegular; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-family: PromptRegular; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: PromptRegular, monospace, monospace; } /** * Add the correct font size in all browsers. */ small { font-family: PromptRegular; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-family: PromptRegular; } sub { font-family: PromptRegular; } sup { font-family: PromptRegular; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { font-family: PromptRegular; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: PromptRegular, inherit; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ font-family: PromptRegular; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ font-family: PromptRegular; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { font-family: PromptRegular; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { font-family: PromptRegular; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { font-family: PromptRegular; } /** * Correct the padding in Firefox. */ fieldset { font-family: PromptRegular; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { font-family: PromptRegular; } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { font-family: PromptRegular; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { font-family: PromptRegular; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { font-family: PromptRegular; } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { font-family: PromptRegular; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { font-family: PromptRegular; } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { font-family: PromptRegular; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { font-family: PromptRegular; } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { font-family: PromptRegular; } /* * Add the correct display in all browsers. */ summary { font-family: PromptRegular; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { font-family: PromptRegular; } /** * Add the correct display in IE 10. */ [hidden] { font-family: PromptRegular; }
0.641422
0.122025
body { margin: 0; padding: 0; -webkit-user-select: none; -moz-user-select: none; user-select: none; font-family: 'Roboto', 'PingFang SC', 'Microsoft YaHei', sans-serif; } input, textarea, select, button { font-family: 'Roboto', 'PingFang SC', 'Microsoft YaHei', sans-serif; font-weight: 400; color: rgba(0,0,0,.87); background: transparent; } .connection-form { position: absolute; height: 100vh; width: 100vw; display: flex; align-items: center; justify-content: center; flex-direction: column; } .inner { padding: 0 20px; max-width: 600px; margin: 0 auto; } .content { position: fixed; width: 100vw; top: 0; bottom: 60px; background: white; overflow-y: auto; } .bottom-bar { position: fixed; width: 100vw; bottom: 0; height: 60px; box-shadow: rgba(0,0,0,.12) 0 -2px 6px; z-index: 100; background: white; } .bottom-bar .inner { height: 60px; display: flex; align-items: center; background: white; } .bottom-sheet { z-index: 50; position: fixed; width: 100vw; bottom: 0; transform: translateY(100%); transition: transform .5s ease; padding-bottom: 70px; background: white; box-shadow: rgba(0,0,0,.12) 0 -2px 3px; padding-top: 5px; } .bottom-sheet.active { transform: translateY(0); } input.bottom-search { border-bottom: 0; flex: 1; } .limited-id { font-weight: 700; flex: 1; } @keyframes syncing-rotate { 0% { transform: rotate(0); } 100% { transform: rotate(-180deg); } } .syncing-ind.syncing { animation: syncing-rotate .75s ease infinite; } .syncing-ind.synced { color: #4CAF50; } .title { font-size: 24px; line-height: 28px; color: rgba(0,0,0,.87); margin: 10px 0; font-weight: 100; font-variant: small-caps; } .hint { font-size: 12px; color: rgba(0,0,0,.38); line-height: 16px; margin: 5px 0; } input { border: none; border-bottom: rgba(0,0,0,.12) 1px solid; outline: 0; padding: 5px 10px; line-height: 20px; font-size: 16px; color: rgba(0,0,0,.87); transition: border-bottom .2s ease; } input::placeholder { font-weight: 100; } input.error { border-bottom: rgba(255,0,0,.36) 1px solid; } textarea { line-height: 20px; font-size: 16px; padding: 10px; outline: 0; border: none; resize: none; display: block; box-sizing: border-box; background: rgba(0,0,0,.06); } textarea::placeholder { font-weight: 100; } .icon-btn { color: black; opacity: .54; transition: opacity .2s ease; cursor: pointer; } .text-btn { font-weight: 900; color: black; opacity: .7; transition: opacity .2s ease; cursor: pointer; display: inline-block; } .text-btn-group .text-btn { margin-right: 10px; } .text-btn-group .empty-hint { font-weight: 400; color: rgba(0,0,0,.38); } .icon-btn:hover { opacity: .87; } .text-btn:hover { opacity: 1; } .material-icons { color: rgba(0,0,0,.7); } .entry { padding: 10px 20px; /* Bottom for id field */ border-radius: 2px; box-shadow: rgba(0,0,0,.12) 0 2px 6px; margin: 20px 0; position: relative; } .entry.disbanded .title-row input { text-decoration: line-through; text-decoration-color: black; color: rgba(0,0,0,.38); } .entry.disbanded .title-row input::placeholder { text-decoration: line-through; text-decoration-color: black; } .action-row { line-height: 16px; padding-left: 34px; height: 16px; } .action { font-size: 12px; line-height: 16px; display: inline-flex; align-items: center; transition: opacity .2s ease; color: black; opacity: .7; cursor: pointer; } .action:hover, .action-group .action:hover { opacity: 1; } .action-group { font-size: 12px; line-height: 16px; display: inline-flex; align-items: center; } .action-group .action { margin-left: 5px; } .action-group.switch .action { opacity: .38; } .action-group.switch .action.active { opacity: 1; } .action .material-icons, .action-group .material-icons { font-size: 16px; } .action-group > .material-icons { opacity: .7; } .action-delete { position: relative; transition: opacity .2s ease, color .2s ease; } .action-delete.delete-confirm { color: red; } .action-delete.delete-confirm .material-icons { color: red; } .action-delete .delete-hint { position: absolute; left: 18px; top: 0; } .review { font-size: 12px; line-height: 16px; display: inline-flex; align-items: center; color: black; opacity: .7; float: right; } .review .material-icons { margin-right: 5px; font-size: 16px; } .review-actions { float: right; margin-right: 10px; } .id { font-size: 12px; line-height: 16px; font-weight: 100; color: rgba(0,0,0,.38); float: right; } .row { display: flex; align-items: center; margin-bottom: 10px; } .row.title-row > input { font-size: 24px; transition: color .2s ease; } .row > input { flex: 1; border-bottom: 0; } .row > .material-icons { color: rgba(0,0,0,.38); } .row.multiline { display: block; padding-left: 24px; /* For icons */ line-height: 30px; /* Fixed for now */ position: relative; } .row.multiline > .material-icons { position: absolute; left: 0; line-height: inherit; } .row.multiline > textarea { margin-left: 10px; width: calc(100% - 10px); border-radius: 2px; } .tag { background: rgba(0,0,0,.06); height: 30px; line-height: 30px; border-radius: 15px; padding-right: 10px; display: inline-flex; align-items: center; margin-left: 10px; margin-bottom: 5px; color: rgba(0,0,0,.7); } .tag > .material-icons { font-size: 14px; height: 20px; width: 20px; text-align: center; border-radius: 50%; margin: 0 5px; background: white; line-height: 20px; } .tag-row { margin-bottom: 5px; } .tag-input { width: 60px; margin-bottom: 5px; } .tag-filter-content { font-variant: normal; font-weight: 400; } .backdrop-indicator { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.12); backdrop-filter: blur(2px); color: rgba(0,0,0,.38); z-index: 200; display: flex; align-items: center; justify-content: center; flex-direction: column; } .backdrop-indicator .material-icons { font-size: 36px; color: rgba(0,0,0,.38); } .backdrop-hint { transition: opacity .2s ease; position: absolute; transform: translateY(24px); } .img-slot { height: 80px; width: 100px; display: inline-flex; align-items: center; justify-content: center; border-radius: 2px; background: rgba(255,255,255,.5); vertical-align: bottom; position: relative; } .img-slot > img { max-width: 100px; max-height: 80px; } .img-slot.placeholder > .material-icons { color: rgba(0,0,0,.38); font-size: 36px; transition: color .2s ease; } .img-slot-overlap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; box-sizing: border-box; } .img-icon-indicator { border: #2196F3 5px solid; } .img-slot-action { background: rgba(0,0,0,.5); backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .2s ease-in; } .img-slot-action > .material-icons { color: white; } .img-slot-action > .material-icons.overlap-icon { opacity: .54; } .img-slot:hover .img-slot-action { opacity: 1; transition: opacity .2s ease-out; } .locked .img-slot:hover .img-slot-action { opacity: 0; } .locked .img-slot:hover .img-slot-action .icon-btn { cursor: default; } .img-track { background: rgba(0,0,0,.06); height: 80px; border-radius: 2px; overflow: hidden; } .row.multiline > .img-track { width: calc(100% - 10px); margin-left: 10px; } .img-field { background: rgba(0,0,0,.06); border-radius: 2px; } .img-track, .img-field { font-size: 0; /* Prevents whitespaces */ } .img-btn { transition: opacity .2s ease; opacity: 1; cursor: pointer; } .img-btn:hover { opacity: .7; } .file-selector { position: fixed; top: -1000px; /* Out of view */ } .fade-enter-active { transition: opacity .5s ease-out; } .fade-leave-active { transition: opacity .5s ease-in; } .fade-enter, .fade-leave-to { opacity: 0; } .fast-fade-enter-active { transition: opacity .2s ease-out; } .fast-fade-leave-active { transition: opacity .2s ease-in; } .fast-fade-enter, .fast-fade-leave-to { opacity: 0; } .slide-enter-active { transition: transform .2s ease-out, opacity .2s ease-out; } .slide-leave-active { transition: transform .2s ease-in, opacity .2s ease-out; } .slide-enter { opacity: 0; transform: translateY(-50%); } .slide-leave-to { opacity: 0; transform: translateY(50%); }
static/style.css
body { margin: 0; padding: 0; -webkit-user-select: none; -moz-user-select: none; user-select: none; font-family: 'Roboto', 'PingFang SC', 'Microsoft YaHei', sans-serif; } input, textarea, select, button { font-family: 'Roboto', 'PingFang SC', 'Microsoft YaHei', sans-serif; font-weight: 400; color: rgba(0,0,0,.87); background: transparent; } .connection-form { position: absolute; height: 100vh; width: 100vw; display: flex; align-items: center; justify-content: center; flex-direction: column; } .inner { padding: 0 20px; max-width: 600px; margin: 0 auto; } .content { position: fixed; width: 100vw; top: 0; bottom: 60px; background: white; overflow-y: auto; } .bottom-bar { position: fixed; width: 100vw; bottom: 0; height: 60px; box-shadow: rgba(0,0,0,.12) 0 -2px 6px; z-index: 100; background: white; } .bottom-bar .inner { height: 60px; display: flex; align-items: center; background: white; } .bottom-sheet { z-index: 50; position: fixed; width: 100vw; bottom: 0; transform: translateY(100%); transition: transform .5s ease; padding-bottom: 70px; background: white; box-shadow: rgba(0,0,0,.12) 0 -2px 3px; padding-top: 5px; } .bottom-sheet.active { transform: translateY(0); } input.bottom-search { border-bottom: 0; flex: 1; } .limited-id { font-weight: 700; flex: 1; } @keyframes syncing-rotate { 0% { transform: rotate(0); } 100% { transform: rotate(-180deg); } } .syncing-ind.syncing { animation: syncing-rotate .75s ease infinite; } .syncing-ind.synced { color: #4CAF50; } .title { font-size: 24px; line-height: 28px; color: rgba(0,0,0,.87); margin: 10px 0; font-weight: 100; font-variant: small-caps; } .hint { font-size: 12px; color: rgba(0,0,0,.38); line-height: 16px; margin: 5px 0; } input { border: none; border-bottom: rgba(0,0,0,.12) 1px solid; outline: 0; padding: 5px 10px; line-height: 20px; font-size: 16px; color: rgba(0,0,0,.87); transition: border-bottom .2s ease; } input::placeholder { font-weight: 100; } input.error { border-bottom: rgba(255,0,0,.36) 1px solid; } textarea { line-height: 20px; font-size: 16px; padding: 10px; outline: 0; border: none; resize: none; display: block; box-sizing: border-box; background: rgba(0,0,0,.06); } textarea::placeholder { font-weight: 100; } .icon-btn { color: black; opacity: .54; transition: opacity .2s ease; cursor: pointer; } .text-btn { font-weight: 900; color: black; opacity: .7; transition: opacity .2s ease; cursor: pointer; display: inline-block; } .text-btn-group .text-btn { margin-right: 10px; } .text-btn-group .empty-hint { font-weight: 400; color: rgba(0,0,0,.38); } .icon-btn:hover { opacity: .87; } .text-btn:hover { opacity: 1; } .material-icons { color: rgba(0,0,0,.7); } .entry { padding: 10px 20px; /* Bottom for id field */ border-radius: 2px; box-shadow: rgba(0,0,0,.12) 0 2px 6px; margin: 20px 0; position: relative; } .entry.disbanded .title-row input { text-decoration: line-through; text-decoration-color: black; color: rgba(0,0,0,.38); } .entry.disbanded .title-row input::placeholder { text-decoration: line-through; text-decoration-color: black; } .action-row { line-height: 16px; padding-left: 34px; height: 16px; } .action { font-size: 12px; line-height: 16px; display: inline-flex; align-items: center; transition: opacity .2s ease; color: black; opacity: .7; cursor: pointer; } .action:hover, .action-group .action:hover { opacity: 1; } .action-group { font-size: 12px; line-height: 16px; display: inline-flex; align-items: center; } .action-group .action { margin-left: 5px; } .action-group.switch .action { opacity: .38; } .action-group.switch .action.active { opacity: 1; } .action .material-icons, .action-group .material-icons { font-size: 16px; } .action-group > .material-icons { opacity: .7; } .action-delete { position: relative; transition: opacity .2s ease, color .2s ease; } .action-delete.delete-confirm { color: red; } .action-delete.delete-confirm .material-icons { color: red; } .action-delete .delete-hint { position: absolute; left: 18px; top: 0; } .review { font-size: 12px; line-height: 16px; display: inline-flex; align-items: center; color: black; opacity: .7; float: right; } .review .material-icons { margin-right: 5px; font-size: 16px; } .review-actions { float: right; margin-right: 10px; } .id { font-size: 12px; line-height: 16px; font-weight: 100; color: rgba(0,0,0,.38); float: right; } .row { display: flex; align-items: center; margin-bottom: 10px; } .row.title-row > input { font-size: 24px; transition: color .2s ease; } .row > input { flex: 1; border-bottom: 0; } .row > .material-icons { color: rgba(0,0,0,.38); } .row.multiline { display: block; padding-left: 24px; /* For icons */ line-height: 30px; /* Fixed for now */ position: relative; } .row.multiline > .material-icons { position: absolute; left: 0; line-height: inherit; } .row.multiline > textarea { margin-left: 10px; width: calc(100% - 10px); border-radius: 2px; } .tag { background: rgba(0,0,0,.06); height: 30px; line-height: 30px; border-radius: 15px; padding-right: 10px; display: inline-flex; align-items: center; margin-left: 10px; margin-bottom: 5px; color: rgba(0,0,0,.7); } .tag > .material-icons { font-size: 14px; height: 20px; width: 20px; text-align: center; border-radius: 50%; margin: 0 5px; background: white; line-height: 20px; } .tag-row { margin-bottom: 5px; } .tag-input { width: 60px; margin-bottom: 5px; } .tag-filter-content { font-variant: normal; font-weight: 400; } .backdrop-indicator { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.12); backdrop-filter: blur(2px); color: rgba(0,0,0,.38); z-index: 200; display: flex; align-items: center; justify-content: center; flex-direction: column; } .backdrop-indicator .material-icons { font-size: 36px; color: rgba(0,0,0,.38); } .backdrop-hint { transition: opacity .2s ease; position: absolute; transform: translateY(24px); } .img-slot { height: 80px; width: 100px; display: inline-flex; align-items: center; justify-content: center; border-radius: 2px; background: rgba(255,255,255,.5); vertical-align: bottom; position: relative; } .img-slot > img { max-width: 100px; max-height: 80px; } .img-slot.placeholder > .material-icons { color: rgba(0,0,0,.38); font-size: 36px; transition: color .2s ease; } .img-slot-overlap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; box-sizing: border-box; } .img-icon-indicator { border: #2196F3 5px solid; } .img-slot-action { background: rgba(0,0,0,.5); backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .2s ease-in; } .img-slot-action > .material-icons { color: white; } .img-slot-action > .material-icons.overlap-icon { opacity: .54; } .img-slot:hover .img-slot-action { opacity: 1; transition: opacity .2s ease-out; } .locked .img-slot:hover .img-slot-action { opacity: 0; } .locked .img-slot:hover .img-slot-action .icon-btn { cursor: default; } .img-track { background: rgba(0,0,0,.06); height: 80px; border-radius: 2px; overflow: hidden; } .row.multiline > .img-track { width: calc(100% - 10px); margin-left: 10px; } .img-field { background: rgba(0,0,0,.06); border-radius: 2px; } .img-track, .img-field { font-size: 0; /* Prevents whitespaces */ } .img-btn { transition: opacity .2s ease; opacity: 1; cursor: pointer; } .img-btn:hover { opacity: .7; } .file-selector { position: fixed; top: -1000px; /* Out of view */ } .fade-enter-active { transition: opacity .5s ease-out; } .fade-leave-active { transition: opacity .5s ease-in; } .fade-enter, .fade-leave-to { opacity: 0; } .fast-fade-enter-active { transition: opacity .2s ease-out; } .fast-fade-leave-active { transition: opacity .2s ease-in; } .fast-fade-enter, .fast-fade-leave-to { opacity: 0; } .slide-enter-active { transition: transform .2s ease-out, opacity .2s ease-out; } .slide-leave-active { transition: transform .2s ease-in, opacity .2s ease-out; } .slide-enter { opacity: 0; transform: translateY(-50%); } .slide-leave-to { opacity: 0; transform: translateY(50%); }
0.410638
0.049912
.sb-menu { margin: 0; padding: 0; outline: none; border: 0; background: #111111; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373737), color-stop(100%, #000000)); background-image: -webkit-linear-gradient(#373737, #000000); background-image: -moz-linear-gradient(#373737, #000000); background-image: -o-linear-gradient(#373737, #000000); background-image: linear-gradient(#373737, #000000); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF373737', endColorstr='#FF000000'); font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; z-index: 999; font-size: 0; line-height: 0; text-align: right; list-style: none; } .sb-menu:after { content: ''; display: table; clear: both; } .sb-menu li { position: relative; display: inline-block; float: left; padding: 10px 10px; margin: 0px 0px; border-left: 1px solid #373737; border-right: 1px solid black; font-size: 14px; line-height: 40px; text-align: left; } .sb-menu li:first-child { border-left: none; } .sb-menu li:last-child { border-right: none; } .sb-menu li a { display: block; padding: 0 20px; text-decoration: none; color: white; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } .sb-menu li:hover > a, .sb-menu li.now > a { background: white; color: black; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } .sb-menu .right { float: none; } .sb-menu .right:hover a, .sb-menu .right.now a { margin-top: 0px; } .sb-menu .switcher { display: none; } /**/ /* level 2+ */ /**/ .sb-menu li > div { position: absolute; z-index: 1000; margin-left: 0px; top: 100%; left: -9999px; background-color: black; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } .sb-menu li:hover > div { left: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; -webkit-transform: translate(0, 0); } .sb-menu li ul { margin: 0px; padding: 0px; } .sb-menu li li { display: block; float: none; border-width: 0; border-top-width: 1px; line-height: 21px; border-top: 1px solid #0bb1d6; border-bottom: 1px solid #033944; border-top-color: #262626; border-bottom-color: black; } .sb-menu li li:first-child { border-top: none; } .sb-menu li li:last-child { border-bottom: none; } .sb-menu li li:first-child { border-top: 0; } .sb-menu li li a { padding-top: 12px; padding-bottom: 12px; } .sb-menu li li > div { top: 0; margin: 0px; } .sb-menu li li:hover > div { left: 100%; } .sb-menu .right > div { -o-transform-origin-x: 100%; -ms-transform-origin-x: 100%; -moz-transform-origin-x: 100%; -webkit-transform-origin-x: 100%; } .sb-menu .right:hover > div { right: 0; left: auto; } .sb-menu .right:hover > div:before { right: 24px; left: auto; } .sb-menu .right li > div { margin: 0 8px 0 0; -o-transform-origin-x: 100%; -ms-transform-origin-x: 100%; -moz-transform-origin-x: 100%; -webkit-transform-origin-x: 100%; } .sb-menu .right li > div:after { right: auto; left: 100%; } .sb-menu .right li > div:before { right: auto; left: 100%; border-right: none; border-left: 5px solid rgba(255, 255, 255, 0.9); } .sb-menu .right li:hover > div { right: 100%; left: auto; }
framesource/stylesheets/nav/nav-1.css
.sb-menu { margin: 0; padding: 0; outline: none; border: 0; background: #111111; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373737), color-stop(100%, #000000)); background-image: -webkit-linear-gradient(#373737, #000000); background-image: -moz-linear-gradient(#373737, #000000); background-image: -o-linear-gradient(#373737, #000000); background-image: linear-gradient(#373737, #000000); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF373737', endColorstr='#FF000000'); font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; z-index: 999; font-size: 0; line-height: 0; text-align: right; list-style: none; } .sb-menu:after { content: ''; display: table; clear: both; } .sb-menu li { position: relative; display: inline-block; float: left; padding: 10px 10px; margin: 0px 0px; border-left: 1px solid #373737; border-right: 1px solid black; font-size: 14px; line-height: 40px; text-align: left; } .sb-menu li:first-child { border-left: none; } .sb-menu li:last-child { border-right: none; } .sb-menu li a { display: block; padding: 0 20px; text-decoration: none; color: white; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } .sb-menu li:hover > a, .sb-menu li.now > a { background: white; color: black; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } .sb-menu .right { float: none; } .sb-menu .right:hover a, .sb-menu .right.now a { margin-top: 0px; } .sb-menu .switcher { display: none; } /**/ /* level 2+ */ /**/ .sb-menu li > div { position: absolute; z-index: 1000; margin-left: 0px; top: 100%; left: -9999px; background-color: black; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } .sb-menu li:hover > div { left: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; -webkit-transform: translate(0, 0); } .sb-menu li ul { margin: 0px; padding: 0px; } .sb-menu li li { display: block; float: none; border-width: 0; border-top-width: 1px; line-height: 21px; border-top: 1px solid #0bb1d6; border-bottom: 1px solid #033944; border-top-color: #262626; border-bottom-color: black; } .sb-menu li li:first-child { border-top: none; } .sb-menu li li:last-child { border-bottom: none; } .sb-menu li li:first-child { border-top: 0; } .sb-menu li li a { padding-top: 12px; padding-bottom: 12px; } .sb-menu li li > div { top: 0; margin: 0px; } .sb-menu li li:hover > div { left: 100%; } .sb-menu .right > div { -o-transform-origin-x: 100%; -ms-transform-origin-x: 100%; -moz-transform-origin-x: 100%; -webkit-transform-origin-x: 100%; } .sb-menu .right:hover > div { right: 0; left: auto; } .sb-menu .right:hover > div:before { right: 24px; left: auto; } .sb-menu .right li > div { margin: 0 8px 0 0; -o-transform-origin-x: 100%; -ms-transform-origin-x: 100%; -moz-transform-origin-x: 100%; -webkit-transform-origin-x: 100%; } .sb-menu .right li > div:after { right: auto; left: 100%; } .sb-menu .right li > div:before { right: auto; left: 100%; border-right: none; border-left: 5px solid rgba(255, 255, 255, 0.9); } .sb-menu .right li:hover > div { right: 100%; left: auto; }
0.382603
0.067117
.create { } .create #section-title { font-size: 1.2rem; font-weight: bold; margin-top: 0.5rem; background-color: #cfd8dc; padding: 0.25rem 0.25rem 0.25rem 0.5rem; } .create .schema #input-row { justify-content: center; margin: 1rem 0rem 0.5rem 0rem; } .create .schema #preview-row { max-height: 20vh; overflow-y: auto; margin: 1rem 1rem 0rem 1rem; } .create .schema #preview-row #create-tag-preview { display: flex; justify-content: center; align-items: center; height: 2rem; width: 2rem; border-radius: 0.2rem; font-weight: bold; } .create .schema #preview-row #create-tag-text { display: flex; justify-content: center; align-items: center; margin-left: 1rem; } .create .schema #preview-row #create-tag-remove-button { display: flex; justify-content: center; align-items: center; font-size: 1.5rem; color: white; background-color: #f44336; cursor: pointer; height: 2rem; width: 2rem; border-radius: 0.2rem; margin: 0rem 0rem 0rem 0rem; } .create #remove-button { color: white; background-color: #f44336; cursor: pointer; height: 1rem; width: 1rem; border-radius: 0.2rem; } .create #add-button { color: white; background-color: #43a047; cursor: pointer; height: 1.25rem; width: 1.25rem; border-radius: 0.2rem; } .create #section-subtitle { font-weight: bold; color: #455a64; margin: 0em 0em 0.25em 0em; } .create #info-label { margin-left: 2px; color: grey; } .create .preview-container { background-color: rgba(0, 0, 0, 0.025); padding: 0.5rem; overflow-y: auto; /* max-height: 15rem; */ height: 100%; width: 100%; min-height: 10rem; border: 1px solid #b0bec5; } .create .preview-container-editable { background-color: rgba(0, 0, 0, 0.025); padding: 0.5rem; overflow-y: auto; height: 20vh; min-height: 2rem; width: 100%; outline: none !important; border: 1px solid #b0bec5; resize: none; overflow: auto; } .create .preview-container-editable:focus { border: 1px solid black; } input[type="file"] { display: none; } .create #upload-btn { display: inline-block; cursor: pointer; border-radius: 0.2rem; font-size: 0.875rem; padding: 0.25rem 0.5rem; line-height: 1.5; border: 1px solid #78909c; padding: 0.25rem; background-color: #607d8b; color: white; opacity: 0.9; user-select: none; } .create #upload-btn:hover { opacity: 1; } .create #upload-text-muted { font-size: 0.75rem; margin: 0; margin-top: -0.25rem; padding: 0; color: #607d8b; margin-left: 0.25rem; } .create #create-col { margin: auto; width: 100%; max-width: 1000px; justify-content: center; background-color: white; min-height: 40vh; margin-top: 10vh; padding: 0.5rem 2rem; border-radius: 1rem; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } .create #stepper-control-row { margin-top: 2rem; margin-bottom: 1rem; justify-content: center; } /* Stepper components */ .multi-stepper { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 1rem; margin-top: 1rem; } .stepper-spacer { display: block; border-color: #bdbdbd; border-top-style: solid; border-top-width: 1px; width: 50px; } @media (max-width: 1000px) { .multi-stepper { display: none; } } @media (max-width: 600px) { .create #create-col { margin-bottom: 10vh; } }
client/src/features/project/create/Create.css
.create { } .create #section-title { font-size: 1.2rem; font-weight: bold; margin-top: 0.5rem; background-color: #cfd8dc; padding: 0.25rem 0.25rem 0.25rem 0.5rem; } .create .schema #input-row { justify-content: center; margin: 1rem 0rem 0.5rem 0rem; } .create .schema #preview-row { max-height: 20vh; overflow-y: auto; margin: 1rem 1rem 0rem 1rem; } .create .schema #preview-row #create-tag-preview { display: flex; justify-content: center; align-items: center; height: 2rem; width: 2rem; border-radius: 0.2rem; font-weight: bold; } .create .schema #preview-row #create-tag-text { display: flex; justify-content: center; align-items: center; margin-left: 1rem; } .create .schema #preview-row #create-tag-remove-button { display: flex; justify-content: center; align-items: center; font-size: 1.5rem; color: white; background-color: #f44336; cursor: pointer; height: 2rem; width: 2rem; border-radius: 0.2rem; margin: 0rem 0rem 0rem 0rem; } .create #remove-button { color: white; background-color: #f44336; cursor: pointer; height: 1rem; width: 1rem; border-radius: 0.2rem; } .create #add-button { color: white; background-color: #43a047; cursor: pointer; height: 1.25rem; width: 1.25rem; border-radius: 0.2rem; } .create #section-subtitle { font-weight: bold; color: #455a64; margin: 0em 0em 0.25em 0em; } .create #info-label { margin-left: 2px; color: grey; } .create .preview-container { background-color: rgba(0, 0, 0, 0.025); padding: 0.5rem; overflow-y: auto; /* max-height: 15rem; */ height: 100%; width: 100%; min-height: 10rem; border: 1px solid #b0bec5; } .create .preview-container-editable { background-color: rgba(0, 0, 0, 0.025); padding: 0.5rem; overflow-y: auto; height: 20vh; min-height: 2rem; width: 100%; outline: none !important; border: 1px solid #b0bec5; resize: none; overflow: auto; } .create .preview-container-editable:focus { border: 1px solid black; } input[type="file"] { display: none; } .create #upload-btn { display: inline-block; cursor: pointer; border-radius: 0.2rem; font-size: 0.875rem; padding: 0.25rem 0.5rem; line-height: 1.5; border: 1px solid #78909c; padding: 0.25rem; background-color: #607d8b; color: white; opacity: 0.9; user-select: none; } .create #upload-btn:hover { opacity: 1; } .create #upload-text-muted { font-size: 0.75rem; margin: 0; margin-top: -0.25rem; padding: 0; color: #607d8b; margin-left: 0.25rem; } .create #create-col { margin: auto; width: 100%; max-width: 1000px; justify-content: center; background-color: white; min-height: 40vh; margin-top: 10vh; padding: 0.5rem 2rem; border-radius: 1rem; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } .create #stepper-control-row { margin-top: 2rem; margin-bottom: 1rem; justify-content: center; } /* Stepper components */ .multi-stepper { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 1rem; margin-top: 1rem; } .stepper-spacer { display: block; border-color: #bdbdbd; border-top-style: solid; border-top-width: 1px; width: 50px; } @media (max-width: 1000px) { .multi-stepper { display: none; } } @media (max-width: 600px) { .create #create-col { margin-bottom: 10vh; } }
0.363873
0.095602
.register-background { background-image: url("../image/register_v1.jpg"); background-repeat: no-repeat; background-position: top center; background-size: cover; height: 100%; opacity: 0.8; color: #FFFFFF; overflow: auto; position: fixed; width: 100%; } .register-background:before { background: rgba(0, 0, 0, 0.4); position: fixed; z-index: 0; width: 100%; height: 100%; content: ""; } .main-register-contain { display: table-cell; vertical-align: middle; } .register-page { display: table; height: 100%; margin: 0 auto; min-width: 450px; position: relative; } .register_input { margin-bottom: 27px; border: 1px solid #FFFFFF; border-radius: 3px; display: table; width: 100%; } .register_input input { border: none; padding: 10px 15px; font-size: 15px; width: 100%; } .register_input label { position: absolute; font-size: 14px; display: block; margin-top: 3px; color: #f84343; font-weight: 700; } .register_input .register-right-icon { background: transparent; color: #FFFFFF; border-left: 0; padding: 10px 15px; font-size: 15px; width: 1%; display: table-cell; } .main-register-contain { display: table-cell; vertical-align: middle; } .register-circul { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; margin: auto; width: 90px; height: 90px; background: #42423e; position: relative; bottom: -40px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset; border-right: 0px solid rgba(255, 255, 255, 0.5); border-left: 0px solid rgba(255, 255, 255, 0.5); border-bottom: 4px solid rgba(255, 255, 255, 0.5); } .register-icon-circul { font-size: 40px; margin: auto; line-height: 85px; } .register-form { background: rgba(0, 0, 0, 0.5); padding: 60px 50px 50px 50px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } .btn-register { width: 100%; } .register-form-border { background: transparent; color: #FFFFFF; } .register-form-border:focus { color: #FFFFFF; background-color: transparent; border-color: #FFFFFF; } .register-form .checkbox-login { width: 100%; font-size: 16px; margin-top: 15px; } .register-form .checkbox-login p { padding-bottom: 15px; line-height: 20px; vertical-align: middle; } .register-form .checkbox-login a { cursor: pointer; } .register-form .checkbox-login a:hover { color: #087380; } .goto-register { width: 100%; display: table; margin-top: 15px; font-size: 16px; } .goto-register a { color: #FFFFFF; cursor: pointer; } .goto-register a:hover { color: #087380; } .checkbox-register-v1 { margin-bottom: 10px; } .checkbox .icr-label.checked .type_checkbox:before { background: #FFFFFF; } .checkbox .icr-label.checked .type_checkbox:after { background: #FFFFFF; } .checkbox .icr-label.disabled.checked:hover .icr-item:before, .checkbox .icr-label.disabled.checked:hover .icr-item:after { background: #FFFFFF; } .checkbox .icr-label.checked:hover .icr-item:before, .checkbox .icr-label.checked:hover .icr-item:after { background: #FFFFFF; } .checkbox .icr-item { width: 21px; height: 21px; } .rounded-admin .circle-input { border-radius: 20px; } /*---- START RESPONSIVE ----*/ @media (max-width: 1199px) { .register { background-position: right center; } } @media (max-width: 767px) { .register-form { margin-bottom: 50px; } } @media (max-width: 479px) { .register-page { max-width: 480px; min-width: 94%; } .register-icon-circul { font-size: 26px; line-height: 60px; } .register-circul { width: 60px; height: 60px; bottom: -20px; } .register-form { padding: 30px 20px 20px; margin: auto 15px 50px; } .goto-register { font-size: 15px; } }
components/pages/register/register-v1/css/register-v1.css
.register-background { background-image: url("../image/register_v1.jpg"); background-repeat: no-repeat; background-position: top center; background-size: cover; height: 100%; opacity: 0.8; color: #FFFFFF; overflow: auto; position: fixed; width: 100%; } .register-background:before { background: rgba(0, 0, 0, 0.4); position: fixed; z-index: 0; width: 100%; height: 100%; content: ""; } .main-register-contain { display: table-cell; vertical-align: middle; } .register-page { display: table; height: 100%; margin: 0 auto; min-width: 450px; position: relative; } .register_input { margin-bottom: 27px; border: 1px solid #FFFFFF; border-radius: 3px; display: table; width: 100%; } .register_input input { border: none; padding: 10px 15px; font-size: 15px; width: 100%; } .register_input label { position: absolute; font-size: 14px; display: block; margin-top: 3px; color: #f84343; font-weight: 700; } .register_input .register-right-icon { background: transparent; color: #FFFFFF; border-left: 0; padding: 10px 15px; font-size: 15px; width: 1%; display: table-cell; } .main-register-contain { display: table-cell; vertical-align: middle; } .register-circul { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; margin: auto; width: 90px; height: 90px; background: #42423e; position: relative; bottom: -40px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset; border-right: 0px solid rgba(255, 255, 255, 0.5); border-left: 0px solid rgba(255, 255, 255, 0.5); border-bottom: 4px solid rgba(255, 255, 255, 0.5); } .register-icon-circul { font-size: 40px; margin: auto; line-height: 85px; } .register-form { background: rgba(0, 0, 0, 0.5); padding: 60px 50px 50px 50px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } .btn-register { width: 100%; } .register-form-border { background: transparent; color: #FFFFFF; } .register-form-border:focus { color: #FFFFFF; background-color: transparent; border-color: #FFFFFF; } .register-form .checkbox-login { width: 100%; font-size: 16px; margin-top: 15px; } .register-form .checkbox-login p { padding-bottom: 15px; line-height: 20px; vertical-align: middle; } .register-form .checkbox-login a { cursor: pointer; } .register-form .checkbox-login a:hover { color: #087380; } .goto-register { width: 100%; display: table; margin-top: 15px; font-size: 16px; } .goto-register a { color: #FFFFFF; cursor: pointer; } .goto-register a:hover { color: #087380; } .checkbox-register-v1 { margin-bottom: 10px; } .checkbox .icr-label.checked .type_checkbox:before { background: #FFFFFF; } .checkbox .icr-label.checked .type_checkbox:after { background: #FFFFFF; } .checkbox .icr-label.disabled.checked:hover .icr-item:before, .checkbox .icr-label.disabled.checked:hover .icr-item:after { background: #FFFFFF; } .checkbox .icr-label.checked:hover .icr-item:before, .checkbox .icr-label.checked:hover .icr-item:after { background: #FFFFFF; } .checkbox .icr-item { width: 21px; height: 21px; } .rounded-admin .circle-input { border-radius: 20px; } /*---- START RESPONSIVE ----*/ @media (max-width: 1199px) { .register { background-position: right center; } } @media (max-width: 767px) { .register-form { margin-bottom: 50px; } } @media (max-width: 479px) { .register-page { max-width: 480px; min-width: 94%; } .register-icon-circul { font-size: 26px; line-height: 60px; } .register-circul { width: 60px; height: 60px; bottom: -20px; } .register-form { padding: 30px 20px 20px; margin: auto 15px 50px; } .goto-register { font-size: 15px; } }
0.304145
0.057493
body, html { color: rgb(48, 57, 66); font-family: Arial, sans-serif; font-size: 90%; overflow: visible; } body { overflow-y: scroll; } hr { color: rgb(115, 111, 110); margin: 15px 0; } /* Override the visual style of tabs. */ #tabs-header-container { border-bottom: 1px solid #e0e0e0; height: calc(100% - 53px); } #tabs { border-bottom: none; margin: 5px auto 0; padding: 0 5px; width: 710px; } tabs tab { border-color: #e0e0e0; min-width: 150px; padding: 5px 20px; } tabs > [selected] { background: white; border-color: #e0e0e0; } html.focus-outline-visible tabs:focus > [selected] { background: white; border-color: rgb(160, 160, 255); outline: none; } tabs > :not([selected]) { background: rgba(0, 0, 0, 0.02); border-color: #e0e0e0; } tabs > :not([selected]):hover { background: rgba(255, 255, 255, 0.9); } tabpanels { height: calc(100% - 20px); padding: 0; width: 100%; } tabpanel { margin: 0 auto; padding-top: 80px; width: 710px; } /* Header */ #header { background-color: rgba(255, 255, 255, 0.9); position: fixed; top: 0; width: 100%; z-index: 1; } #developer-controls { margin-top: 0; max-width: none; padding: 3px 10px 8px; width: calc(100% - 20px); } #header-title { -webkit-margin-start: 50px; display: inline-block; font-size: 1.2em; position: relative; top: 3px; } #header-bottom-gradient { background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)); height: 30px; position: fixed; top: 79px; width: 100%; } #search { float: right; margin-top: 7px; padding: 4px; width: 200px; } html[dir='rtl'] #search { float: left; } /* Contents */ #extension-settings { margin: 0; max-width: 100%; padding: 10px 0; } #no-extensions-message, #no-apps-message, #no-unpacked-message { font-weight: bold; } .empty-item-list { height: 3em; } #no-extensions, #no-apps, #no-unpacked { margin: 10px; } #packed-app-list, #unpacked-list, #packed-extension-list { margin-top: 30px; } .loading #no-extensions, .loading #no-apps, .loading #no-unpacked, #packed-extension-list:not(.empty-item-list) ~ #no-extensions, #packed-app-list:not(.empty-item-list) ~ #no-apps, #unpacked-list:not(.empty-item-list) ~ #no-unpacked, .empty-item-list { display: none; } .extension-list-item-wrapper { padding: 0 0 15px; } .extension-list-item { /* Set in ItemsList.createNode_(). */ background-repeat: no-repeat; display: -webkit-box; min-height: 48px; } html[dir='rtl'] .extension-list-item { background-position: right; } .extension-title { -webkit-padding-end: 20px; color: rgb(48, 57, 66); font-size: 14px; font-weight: 500; } /** * extension-title should be unhighlighted as the parent when the extension is * inactive. */ .inactive-extension .extension-title { color: inherit; } .extension-version { -webkit-padding-end: 7px; font-size: 13px; font-weight: 400; } .extension-description { -webkit-padding-end: 5px; font-size: 13px; margin: 5px 0; white-space: normal; } .extension-details { -webkit-box-flex: 1; -webkit-padding-start: 55px; max-width: 600px; } .extension-description, .extension-list-item-wrapper.inactive-extension .extension-details, .location-text, .enable-checkbox input:disabled + .enable-checkbox-text { color: rgb(151, 156, 160); } .site-link { font-size: 90%; } html[dir='rtl'] .enable-control { float: left; } .file-access-control, .incognito-control { left: 0; position: relative; right: 0; } .enable-checkbox-text { /* Matches width of trash. */ -webkit-margin-end: 30px; min-width: 62px; } .checkbox { display: inline-block; } .file-access-control, .incognito-control, .checkbox label { margin: 5px 0; padding: 0; } .enabled-text { font-weight: bold; } .extension-list-item-wrapper.inactive-extension .enabled-text, .extension-list-item-wrapper:not(.inactive-extension) .enable-text, .extension-list-item-wrapper.inactive-extension .optional-controls { display: none; } .load-path > span { word-wrap: break-word; } .terminated-reload-link { -webkit-margin-end: 2.5em; padding-top: 7px; } .extension-list-item a { -webkit-margin-end: 0.5em; -webkit-margin-start: 0; display: inline-block; } .install-warnings a { -webkit-margin-start: 0; } .extension-run-button, .extension-restart-button, .extension-show-logs-button, .extension-more-details-button { opacity: 0; transition: 250ms opacity ease-in; } .extension-list-item-wrapper:hover .extension-run-button, .extension-list-item-wrapper:hover .extension-restart-button, .extension-list-item-wrapper:hover .extension-show-logs-button, .extension-list-item-wrapper:hover .extension-more-details-button { opacity: 1; transition-duration: 100ms; } .extension-details.expanded .extension-run-button, .extension-details.expanded .extension-restart-button, .extension-details.expanded .extension-show-logs-button, .extension-details.expanded .extension-more-details-button { opacity: 1; } .extension-run-button, .extension-restart-button { background-position: center; background-repeat: no-repeat; border: 1px solid transparent; border-radius: 5px; display: inline-block; font-size: 12px; height: 16px; padding: 5px; width: 16px; } .extension-run-button:hover, .extension-restart-button:hover { border-color: #ddd; } .extension-run-button:active, .extension-restart-button:active { background-color: #f8f8f8; border-color: #ddd; } .extension-run-button { background-image: url(../images/run.png); } .extension-restart-button { background-image: url(../images/restart.png); } .extension-show-logs-button, .extension-more-details-button { color: #aaa; cursor: pointer; display: inline-block; font-size: 12px; text-decoration: underline; } .extension-show-logs-button { position: relative; top: -9px; } .extension-more-details-button { float: right; padding: 8px 0; } html[dir='rtl'] .extension-more-details-button { float: left; } .extension-details-all { height: 0; margin-top: -5px; opacity: 0; overflow: hidden; transition: height 250ms ease-in, opacity 250ms ease-in; } .extension-details.expanded .extension-details-all { opacity: 1; } .extension-details-all-container { position: relative; } .extension-details-all-arrow { border: 9px solid transparent; border-bottom-color: #f8f8f8; height: 0; position: absolute; right: 21px; top: -17px; width: 0; } html[dir='rtl'] .extension-details-all-arrow { left: 21px; right: auto; } .extension-details-all-arrow-border { border: 10px solid transparent; border-bottom-color: #ddd; height: 0; position: absolute; right: 20px; top: -19px; width: 0; } html[dir='rtl'] .extension-details-all-arrow-border { left: 20px; right: auto; } .extension-details-all-bubble { background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 5px; margin-top: 10px; padding: 0 10px; } .extension-details-all-bubble > div { margin: 10px 0; } .delete-link { float: right; } html[dir='rtl'] .delete-link { float: left; } .enable-checkbox-text { -webkit-margin-end: 0; } :-webkit-any(.checkbox, .radio) label input ~ span { -webkit-margin-start: 0; display: inline; } #tabs { background: none; } #tab-panels { box-shadow: none; } /* Overlays */ #overlay { z-index: 5; } #overlay .page:not(.showing) { display: none; } /* Trash */ .enable-controls > .trash > .lid, .enable-controls > .trash > .can { background: url(../../../../../ui/webui/resources/images/trash.png) 0 0 no-repeat; } .enable-controls > .trash > .can { height: 15px; top: 0; width: 13px; } .extension-id { -webkit-user-select: text; } #extension-settings .trash { -webkit-transition: opacity 200ms; height: 22px; opacity: 0.8; position: absolute; right: 0; top: 3px; vertical-align: middle; } html[dir='rtl'] #extension-settings .trash { left: 0; right: auto; } .extension-list-item:not(:hover) .trash:not(:focus) { opacity: 0; } .extension-list-item-wrapper.may-not-disable .trash { visibility: hidden; } .may-not-disable .optional-controls .optional-controls-disableable { display: none; } a { color: rgb(17, 85, 204); text-decoration: underline; } a:active { color: rgb(5, 37, 119); }
chrome/browser/resources/apps_debugger/css/items.css
body, html { color: rgb(48, 57, 66); font-family: Arial, sans-serif; font-size: 90%; overflow: visible; } body { overflow-y: scroll; } hr { color: rgb(115, 111, 110); margin: 15px 0; } /* Override the visual style of tabs. */ #tabs-header-container { border-bottom: 1px solid #e0e0e0; height: calc(100% - 53px); } #tabs { border-bottom: none; margin: 5px auto 0; padding: 0 5px; width: 710px; } tabs tab { border-color: #e0e0e0; min-width: 150px; padding: 5px 20px; } tabs > [selected] { background: white; border-color: #e0e0e0; } html.focus-outline-visible tabs:focus > [selected] { background: white; border-color: rgb(160, 160, 255); outline: none; } tabs > :not([selected]) { background: rgba(0, 0, 0, 0.02); border-color: #e0e0e0; } tabs > :not([selected]):hover { background: rgba(255, 255, 255, 0.9); } tabpanels { height: calc(100% - 20px); padding: 0; width: 100%; } tabpanel { margin: 0 auto; padding-top: 80px; width: 710px; } /* Header */ #header { background-color: rgba(255, 255, 255, 0.9); position: fixed; top: 0; width: 100%; z-index: 1; } #developer-controls { margin-top: 0; max-width: none; padding: 3px 10px 8px; width: calc(100% - 20px); } #header-title { -webkit-margin-start: 50px; display: inline-block; font-size: 1.2em; position: relative; top: 3px; } #header-bottom-gradient { background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)); height: 30px; position: fixed; top: 79px; width: 100%; } #search { float: right; margin-top: 7px; padding: 4px; width: 200px; } html[dir='rtl'] #search { float: left; } /* Contents */ #extension-settings { margin: 0; max-width: 100%; padding: 10px 0; } #no-extensions-message, #no-apps-message, #no-unpacked-message { font-weight: bold; } .empty-item-list { height: 3em; } #no-extensions, #no-apps, #no-unpacked { margin: 10px; } #packed-app-list, #unpacked-list, #packed-extension-list { margin-top: 30px; } .loading #no-extensions, .loading #no-apps, .loading #no-unpacked, #packed-extension-list:not(.empty-item-list) ~ #no-extensions, #packed-app-list:not(.empty-item-list) ~ #no-apps, #unpacked-list:not(.empty-item-list) ~ #no-unpacked, .empty-item-list { display: none; } .extension-list-item-wrapper { padding: 0 0 15px; } .extension-list-item { /* Set in ItemsList.createNode_(). */ background-repeat: no-repeat; display: -webkit-box; min-height: 48px; } html[dir='rtl'] .extension-list-item { background-position: right; } .extension-title { -webkit-padding-end: 20px; color: rgb(48, 57, 66); font-size: 14px; font-weight: 500; } /** * extension-title should be unhighlighted as the parent when the extension is * inactive. */ .inactive-extension .extension-title { color: inherit; } .extension-version { -webkit-padding-end: 7px; font-size: 13px; font-weight: 400; } .extension-description { -webkit-padding-end: 5px; font-size: 13px; margin: 5px 0; white-space: normal; } .extension-details { -webkit-box-flex: 1; -webkit-padding-start: 55px; max-width: 600px; } .extension-description, .extension-list-item-wrapper.inactive-extension .extension-details, .location-text, .enable-checkbox input:disabled + .enable-checkbox-text { color: rgb(151, 156, 160); } .site-link { font-size: 90%; } html[dir='rtl'] .enable-control { float: left; } .file-access-control, .incognito-control { left: 0; position: relative; right: 0; } .enable-checkbox-text { /* Matches width of trash. */ -webkit-margin-end: 30px; min-width: 62px; } .checkbox { display: inline-block; } .file-access-control, .incognito-control, .checkbox label { margin: 5px 0; padding: 0; } .enabled-text { font-weight: bold; } .extension-list-item-wrapper.inactive-extension .enabled-text, .extension-list-item-wrapper:not(.inactive-extension) .enable-text, .extension-list-item-wrapper.inactive-extension .optional-controls { display: none; } .load-path > span { word-wrap: break-word; } .terminated-reload-link { -webkit-margin-end: 2.5em; padding-top: 7px; } .extension-list-item a { -webkit-margin-end: 0.5em; -webkit-margin-start: 0; display: inline-block; } .install-warnings a { -webkit-margin-start: 0; } .extension-run-button, .extension-restart-button, .extension-show-logs-button, .extension-more-details-button { opacity: 0; transition: 250ms opacity ease-in; } .extension-list-item-wrapper:hover .extension-run-button, .extension-list-item-wrapper:hover .extension-restart-button, .extension-list-item-wrapper:hover .extension-show-logs-button, .extension-list-item-wrapper:hover .extension-more-details-button { opacity: 1; transition-duration: 100ms; } .extension-details.expanded .extension-run-button, .extension-details.expanded .extension-restart-button, .extension-details.expanded .extension-show-logs-button, .extension-details.expanded .extension-more-details-button { opacity: 1; } .extension-run-button, .extension-restart-button { background-position: center; background-repeat: no-repeat; border: 1px solid transparent; border-radius: 5px; display: inline-block; font-size: 12px; height: 16px; padding: 5px; width: 16px; } .extension-run-button:hover, .extension-restart-button:hover { border-color: #ddd; } .extension-run-button:active, .extension-restart-button:active { background-color: #f8f8f8; border-color: #ddd; } .extension-run-button { background-image: url(../images/run.png); } .extension-restart-button { background-image: url(../images/restart.png); } .extension-show-logs-button, .extension-more-details-button { color: #aaa; cursor: pointer; display: inline-block; font-size: 12px; text-decoration: underline; } .extension-show-logs-button { position: relative; top: -9px; } .extension-more-details-button { float: right; padding: 8px 0; } html[dir='rtl'] .extension-more-details-button { float: left; } .extension-details-all { height: 0; margin-top: -5px; opacity: 0; overflow: hidden; transition: height 250ms ease-in, opacity 250ms ease-in; } .extension-details.expanded .extension-details-all { opacity: 1; } .extension-details-all-container { position: relative; } .extension-details-all-arrow { border: 9px solid transparent; border-bottom-color: #f8f8f8; height: 0; position: absolute; right: 21px; top: -17px; width: 0; } html[dir='rtl'] .extension-details-all-arrow { left: 21px; right: auto; } .extension-details-all-arrow-border { border: 10px solid transparent; border-bottom-color: #ddd; height: 0; position: absolute; right: 20px; top: -19px; width: 0; } html[dir='rtl'] .extension-details-all-arrow-border { left: 20px; right: auto; } .extension-details-all-bubble { background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 5px; margin-top: 10px; padding: 0 10px; } .extension-details-all-bubble > div { margin: 10px 0; } .delete-link { float: right; } html[dir='rtl'] .delete-link { float: left; } .enable-checkbox-text { -webkit-margin-end: 0; } :-webkit-any(.checkbox, .radio) label input ~ span { -webkit-margin-start: 0; display: inline; } #tabs { background: none; } #tab-panels { box-shadow: none; } /* Overlays */ #overlay { z-index: 5; } #overlay .page:not(.showing) { display: none; } /* Trash */ .enable-controls > .trash > .lid, .enable-controls > .trash > .can { background: url(../../../../../ui/webui/resources/images/trash.png) 0 0 no-repeat; } .enable-controls > .trash > .can { height: 15px; top: 0; width: 13px; } .extension-id { -webkit-user-select: text; } #extension-settings .trash { -webkit-transition: opacity 200ms; height: 22px; opacity: 0.8; position: absolute; right: 0; top: 3px; vertical-align: middle; } html[dir='rtl'] #extension-settings .trash { left: 0; right: auto; } .extension-list-item:not(:hover) .trash:not(:focus) { opacity: 0; } .extension-list-item-wrapper.may-not-disable .trash { visibility: hidden; } .may-not-disable .optional-controls .optional-controls-disableable { display: none; } a { color: rgb(17, 85, 204); text-decoration: underline; } a:active { color: rgb(5, 37, 119); }
0.421552
0.060947
@import url(../plugins/bootstrap-4.6.1/css/bootstrap-grid.css); /* Responsive Nav css */ @import url(../plugins/slicknav-1.0.10/dist/slicknav.css); /* Product Gallery css */ @import url(../plugins/fotorama-4.6.4/fotorama.css); /* plugins css import end*/ /* common */ /* Theme Variables*/ /* Primary button */ /* Secondary button */ /* Light button */ /* Theme Mixins used*/ .m-t-5 { margin-top: 5px !important; } .p-t-5 { padding-top: 5px !important; } .m-b-5 { margin-bottom: 5px !important; } .p-b-5 { padding-bottom: 5px !important; } .m-l-5 { margin-left: 5px !important; } .p-l-5 { padding-left: 5px !important; } .m-r-5 { margin-right: 5px !important; } .p-r-5 { padding-right: 5px !important; } .m-t-10 { margin-top: 10px !important; } .p-t-10 { padding-top: 10px !important; } .m-b-10 { margin-bottom: 10px !important; } .p-b-10 { padding-bottom: 10px !important; } .m-l-10 { margin-left: 10px !important; } .p-l-10 { padding-left: 10px !important; } .m-r-10 { margin-right: 10px !important; } .p-r-10 { padding-right: 10px !important; } .m-t-15 { margin-top: 15px !important; } .p-t-15 { padding-top: 15px !important; } .m-b-15 { margin-bottom: 15px !important; } .p-b-15 { padding-bottom: 15px !important; } .m-l-15 { margin-left: 15px !important; } .p-l-15 { padding-left: 15px !important; } .m-r-15 { margin-right: 15px !important; } .p-r-15 { padding-right: 15px !important; } .m-t-20 { margin-top: 20px !important; } .p-t-20 { padding-top: 20px !important; } .m-b-20 { margin-bottom: 20px !important; } .p-b-20 { padding-bottom: 20px !important; } .m-l-20 { margin-left: 20px !important; } .p-l-20 { padding-left: 20px !important; } .m-r-20 { margin-right: 20px !important; } .p-r-20 { padding-right: 20px !important; } .m-t-25 { margin-top: 25px !important; } .p-t-25 { padding-top: 25px !important; } .m-b-25 { margin-bottom: 25px !important; } .p-b-25 { padding-bottom: 25px !important; } .m-l-25 { margin-left: 25px !important; } .p-l-25 { padding-left: 25px !important; } .m-r-25 { margin-right: 25px !important; } .p-r-25 { padding-right: 25px !important; } .m-t-30 { margin-top: 30px !important; } .p-t-30 { padding-top: 30px !important; } .m-b-30 { margin-bottom: 30px !important; } .p-b-30 { padding-bottom: 30px !important; } .m-l-30 { margin-left: 30px !important; } .p-l-30 { padding-left: 30px !important; } .m-r-30 { margin-right: 30px !important; } .p-r-30 { padding-right: 30px !important; } .m-t-35 { margin-top: 35px !important; } .p-t-35 { padding-top: 35px !important; } .m-b-35 { margin-bottom: 35px !important; } .p-b-35 { padding-bottom: 35px !important; } .m-l-35 { margin-left: 35px !important; } .p-l-35 { padding-left: 35px !important; } .m-r-35 { margin-right: 35px !important; } .p-r-35 { padding-right: 35px !important; } .m-t-40 { margin-top: 40px !important; } .p-t-40 { padding-top: 40px !important; } .m-b-40 { margin-bottom: 40px !important; } .p-b-40 { padding-bottom: 40px !important; } .m-l-40 { margin-left: 40px !important; } .p-l-40 { padding-left: 40px !important; } .m-r-40 { margin-right: 40px !important; } .p-r-40 { padding-right: 40px !important; } .m-t-45 { margin-top: 45px !important; } .p-t-45 { padding-top: 45px !important; } .m-b-45 { margin-bottom: 45px !important; } .p-b-45 { padding-bottom: 45px !important; } .m-l-45 { margin-left: 45px !important; } .p-l-45 { padding-left: 45px !important; } .m-r-45 { margin-right: 45px !important; } .p-r-45 { padding-right: 45px !important; } .m-t-50 { margin-top: 50px !important; } .p-t-50 { padding-top: 50px !important; } .m-b-50 { margin-bottom: 50px !important; } .p-b-50 { padding-bottom: 50px !important; } .m-l-50 { margin-left: 50px !important; } .p-l-50 { padding-left: 50px !important; } .m-r-50 { margin-right: 50px !important; } .p-r-50 { padding-right: 50px !important; } .m-t-75 { margin-top: 75px !important; } .p-t-75 { padding-top: 75px !important; } .m-b-75 { margin-bottom: 75px !important; } .p-b-75 { padding-bottom: 75px !important; } .m-l-75 { margin-left: 75px !important; } .p-l-75 { padding-left: 75px !important; } .m-r-75 { margin-right: 75px !important; } .p-r-75 { padding-right: 75px !important; } .m-t-100 { margin-top: 100px !important; } .p-t-100 { padding-top: 100px !important; } .m-b-100 { margin-bottom: 100px !important; } .p-b-100 { padding-bottom: 100px !important; } .m-l-100 { margin-left: 100px !important; } .p-l-100 { padding-left: 100px !important; } .m-r-100 { margin-right: 100px !important; } .p-r-100 { padding-right: 100px !important; } /* Reset styles */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } * { box-sizing: border-box; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Fonts Family */ @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-BoldItalic.eot"); src: local("HK Grotesk Bold Italic"), local("HKGrotesk-BoldItalic"), url("../fonts/HKGrotesk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-BoldItalic.woff") format("woff"), url("../fonts/HKGrotesk-BoldItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-BoldItalic.svg#HKGrotesk-BoldItalic") format("svg"); font-weight: 700; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-ExtraBold.eot"); src: local("HK Grotesk ExtraBold"), local("HKGrotesk-ExtraBold"), url("../fonts/HKGrotesk-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-ExtraBold.woff2") format("woff2"), url("../fonts/HKGrotesk-ExtraBold.woff") format("woff"), url("../fonts/HKGrotesk-ExtraBold.ttf") format("truetype"), url("../fonts/HKGrotesk-ExtraBold.svg#HKGrotesk-ExtraBold") format("svg"); font-weight: 800; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Bold.eot"); src: local("HK Grotesk Bold"), local("HKGrotesk-Bold"), url("../fonts/HKGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Bold.woff2") format("woff2"), url("../fonts/HKGrotesk-Bold.woff") format("woff"), url("../fonts/HKGrotesk-Bold.ttf") format("truetype"), url("../fonts/HKGrotesk-Bold.svg#HKGrotesk-Bold") format("svg"); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-BoldLegacyItalic.eot"); src: local("HK Grotesk Bold Legacy Italic"), local("HKGrotesk-BoldLegacyItalic"), url("../fonts/HKGrotesk-BoldLegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-BoldLegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-BoldLegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-BoldLegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-BoldLegacyItalic.svg#HKGrotesk-BoldLegacyItalic") format("svg"); font-weight: 700; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-BoldLegacy.eot"); src: local("HK Grotesk Bold Legacy"), local("HKGrotesk-BoldLegacy"), url("../fonts/HKGrotesk-BoldLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-BoldLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-BoldLegacy.woff") format("woff"), url("../fonts/HKGrotesk-BoldLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-BoldLegacy.svg#HKGrotesk-BoldLegacy") format("svg"); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Black.eot"); src: local("HK Grotesk Black"), local("HKGrotesk-Black"), url("../fonts/HKGrotesk-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Black.woff2") format("woff2"), url("../fonts/HKGrotesk-Black.woff") format("woff"), url("../fonts/HKGrotesk-Black.ttf") format("truetype"), url("../fonts/HKGrotesk-Black.svg#HKGrotesk-Black") format("svg"); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Light.eot"); src: local("HK Grotesk Light"), local("HKGrotesk-Light"), url("../fonts/HKGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Light.woff2") format("woff2"), url("../fonts/HKGrotesk-Light.woff") format("woff"), url("../fonts/HKGrotesk-Light.ttf") format("truetype"), url("../fonts/HKGrotesk-Light.svg#HKGrotesk-Light") format("svg"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-LightLegacy.eot"); src: local("HK Grotesk Light Legacy"), local("HKGrotesk-LightLegacy"), url("../fonts/HKGrotesk-LightLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-LightLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-LightLegacy.woff") format("woff"), url("../fonts/HKGrotesk-LightLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-LightLegacy.svg#HKGrotesk-LightLegacy") format("svg"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-LegacyItalic.eot"); src: local("HK Grotesk Legacy Italic"), local("HKGrotesk-LegacyItalic"), url("../fonts/HKGrotesk-LegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-LegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-LegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-LegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-LegacyItalic.svg#HKGrotesk-LegacyItalic") format("svg"); font-weight: 400; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Italic.eot"); src: local("HK Grotesk Italic"), local("HKGrotesk-Italic"), url("../fonts/HKGrotesk-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Italic.woff2") format("woff2"), url("../fonts/HKGrotesk-Italic.woff") format("woff"), url("../fonts/HKGrotesk-Italic.ttf") format("truetype"), url("../fonts/HKGrotesk-Italic.svg#HKGrotesk-Italic") format("svg"); font-weight: 400; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-LightItalic.eot"); src: local("HK Grotesk Light Italic"), local("HKGrotesk-LightItalic"), url("../fonts/HKGrotesk-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-LightItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-LightItalic.woff") format("woff"), url("../fonts/HKGrotesk-LightItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-LightItalic.svg#HKGrotesk-LightItalic") format("svg"); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-LightLegacyItalic.eot"); src: local("HK Grotesk Light Legacy Italic"), local("HKGrotesk-LightLegacyItalic"), url("../fonts/HKGrotesk-LightLegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-LightLegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-LightLegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-LightLegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-LightLegacyItalic.svg#HKGrotesk-LightLegacyItalic") format("svg"); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-SemiBoldItalic.eot"); src: local("HK Grotesk SemiBold Italic"), local("HKGrotesk-SemiBoldItalic"), url("../fonts/HKGrotesk-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-SemiBoldItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-SemiBoldItalic.woff") format("woff"), url("../fonts/HKGrotesk-SemiBoldItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-SemiBoldItalic.svg#HKGrotesk-SemiBoldItalic") format("svg"); font-weight: 600; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-SemiBold.eot"); src: local("HK Grotesk SemiBold"), local("HKGrotesk-SemiBold"), url("../fonts/HKGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/HKGrotesk-SemiBold.woff") format("woff"), url("../fonts/HKGrotesk-SemiBold.ttf") format("truetype"), url("../fonts/HKGrotesk-SemiBold.svg#HKGrotesk-SemiBold") format("svg"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-RegularLegacy.eot"); src: local("HK Grotesk Regular Legacy"), local("HKGrotesk-RegularLegacy"), url("../fonts/HKGrotesk-RegularLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-RegularLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-RegularLegacy.woff") format("woff"), url("../fonts/HKGrotesk-RegularLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-RegularLegacy.svg#HKGrotesk-RegularLegacy") format("svg"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-MediumItalic.eot"); src: local("HK Grotesk Medium Italic"), local("HKGrotesk-MediumItalic"), url("../fonts/HKGrotesk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-MediumItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-MediumItalic.woff") format("woff"), url("../fonts/HKGrotesk-MediumItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-MediumItalic.svg#HKGrotesk-MediumItalic") format("svg"); font-weight: 500; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-MediumLegacyItalic.eot"); src: local("HK Grotesk Medium Legacy Italic"), local("HKGrotesk-MediumLegacyItalic"), url("../fonts/HKGrotesk-MediumLegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-MediumLegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-MediumLegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-MediumLegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-MediumLegacyItalic.svg#HKGrotesk-MediumLegacyItalic") format("svg"); font-weight: 500; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Regular.eot"); src: local("HK Grotesk Regular"), local("HKGrotesk-Regular"), url("../fonts/HKGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Regular.woff2") format("woff2"), url("../fonts/HKGrotesk-Regular.woff") format("woff"), url("../fonts/HKGrotesk-Regular.ttf") format("truetype"), url("../fonts/HKGrotesk-Regular.svg#HKGrotesk-Regular") format("svg"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-MediumLegacy.eot"); src: local("HK Grotesk Medium Legacy"), local("HKGrotesk-MediumLegacy"), url("../fonts/HKGrotesk-MediumLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-MediumLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-MediumLegacy.woff") format("woff"), url("../fonts/HKGrotesk-MediumLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-MediumLegacy.svg#HKGrotesk-MediumLegacy") format("svg"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-SemiBoldLegacy.eot"); src: local("HK Grotesk SemiBold Legacy"), local("HKGrotesk-SemiBoldLegacy"), url("../fonts/HKGrotesk-SemiBoldLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-SemiBoldLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-SemiBoldLegacy.woff") format("woff"), url("../fonts/HKGrotesk-SemiBoldLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-SemiBoldLegacy.svg#HKGrotesk-SemiBoldLegacy") format("svg"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Medium.eot"); src: local("HK Grotesk Medium"), local("HKGrotesk-Medium"), url("../fonts/HKGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Medium.woff2") format("woff2"), url("../fonts/HKGrotesk-Medium.woff") format("woff"), url("../fonts/HKGrotesk-Medium.ttf") format("truetype"), url("../fonts/HKGrotesk-Medium.svg#HKGrotesk-Medium") format("svg"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-SemiBoldLegacyItalic.eot"); src: local("HK Grotesk SemiBold Legacy Italic"), local("HKGrotesk-SemiBoldLegacyItalic"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.svg#HKGrotesk-SemiBoldLegacyItalic") format("svg"); font-weight: 600; font-style: italic; font-display: swap; } /* Base styles */ html { font-size: 16px; } html, body { margin: 0; padding: 0; font-family: "HK Grotesk", sans-serif; font-size: 100%; overflow: hidden; overflow-y: auto; } html ul, body ul { margin-left: 0; padding-left: 0; } html ul li, body ul li { list-style-type: none; } html a, body a { text-decoration: none; outline: none; } html img, html button, html input, html textarea, html select, body img, body button, body input, body textarea, body select { outline: none; } html img:focus, html img:active, html img:hover, html button:focus, html button:active, html button:hover, html input:focus, html input:active, html input:hover, html textarea:focus, html textarea:active, html textarea:hover, html select:focus, html select:active, html select:hover, body img:focus, body img:active, body img:hover, body button:focus, body button:active, body button:hover, body input:focus, body input:active, body input:hover, body textarea:focus, body textarea:active, body textarea:hover, body select:focus, body select:active, body select:hover { outline: none; } .font-light { font-weight: 300; } .font-regular, p, .paragraph { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-regular, p, .paragraph { font-weight: 400; } .font-bold, .products .product-details .product-options.quantity-block .quantity .qty { font-weight: 700; } .font-extrabold { font-weight: 800; } .font-black { font-weight: 900; } .text-italic { font-style: italic; } .ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .bg-primary { background-color: #2783F3; } .bg-secondary { background-color: #00BA74; } .bg-light { background-color: #F9F9FF; } .bg-primary-light { background-color: #bedafb; } .bg-secondary-light { background-color: #B1FBE3; } .text-primary { color: #2783F3; } .text-secondary { color: #00BA74; } .text-color { color: #202324; } .text-light { color: #545C5F !important; } .text-muted { color: #939C9F !important; } .box-shadow { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13); } .full-width { width: 100%; } .clearfix:after, .clearfix:before { content: ''; display: table; clear: both; } @media (min-width: 576px) { .container, .container-sm, .swiper-slide-label { max-width: 100%; } } @media (min-width: 768px) { .container, .container-md, .container-sm, .swiper-slide-label { max-width: 750px; } } @media (min-width: 992px) { .container, .container-lg, .container-md, .container-sm, .swiper-slide-label { max-width: 975px; } } @media (min-width: 1200px) { .container, .container-lg, .container-md, .container-sm, .swiper-slide-label { max-width: 1110px; } } @media (min-width: 1300px) { .container, .container-lg, .container-md, .container-sm, .swiper-slide-label { max-width: 1200px; } } @media (min-width: 1600px) { .container, .container-lg, .container-md, .container-sm, .swiper-slide-label { max-width: 1400px; } } .row { margin-left: -30px; margin-right: -30px; } .row [class*="col-"] { padding-left: 30px; padding-right: 30px; } .row.gutter-1 { margin-left: -1px; margin-right: -1px; } .row.gutter-1 [class*="col-"] { padding-left: 1px; padding-right: 1px; } .row.gutter-2 { margin-left: -2px; margin-right: -2px; } .row.gutter-2 [class*="col-"] { padding-left: 2px; padding-right: 2px; } .row.gutter-3 { margin-left: -3px; margin-right: -3px; } .row.gutter-3 [class*="col-"] { padding-left: 3px; padding-right: 3px; } .row.gutter-4 { margin-left: -4px; margin-right: -4px; } .row.gutter-4 [class*="col-"] { padding-left: 4px; padding-right: 4px; } .row.gutter-5 { margin-left: -5px; margin-right: -5px; } .row.gutter-5 [class*="col-"] { padding-left: 5px; padding-right: 5px; } .row.gutter-6 { margin-left: -6px; margin-right: -6px; } .row.gutter-6 [class*="col-"] { padding-left: 6px; padding-right: 6px; } .row.gutter-7 { margin-left: -7px; margin-right: -7px; } .row.gutter-7 [class*="col-"] { padding-left: 7px; padding-right: 7px; } .row.gutter-8 { margin-left: -8px; margin-right: -8px; } .row.gutter-8 [class*="col-"] { padding-left: 8px; padding-right: 8px; } .row.gutter-9 { margin-left: -9px; margin-right: -9px; } .row.gutter-9 [class*="col-"] { padding-left: 9px; padding-right: 9px; } .row.gutter-10 { margin-left: -10px; margin-right: -10px; } .row.gutter-10 [class*="col-"] { padding-left: 10px; padding-right: 10px; } /* Typography styles */ html { font-size: 16px; } p, li, b, table, a, .paragraph { font-family: "HK Grotesk", sans-serif; } button, input[type="submit"], input[type="reset"], .btn { font-family: "HK Grotesk", sans-serif; } label { font-size: 15px; } small { font-size: 80%; } p, .paragraph { font-size: 16px; line-height: calc(16px * 1.5); margin-bottom: 20px; color: #202324; } p.small, .paragraph.small { font-size: 13px; } p.lead, .paragraph.lead { font-size: 20px; line-height: calc(20px * 1.5); } p.lead.small, .paragraph.lead.small { font-size: 12px; line-height: calc(12px * 1.5); } p.x-lead, .paragraph.x-lead { font-size: 25px; line-height: calc(25px * 1.5); } p b, .paragraph b { font-weight: 700; } @media (max-width: 640px) { p, .paragraph { font-size: 15px; line-height: calc(15px * 1.25); } p.lead, .paragraph.lead { font-size: 18px; line-height: calc(18px * 1.25); } } a { text-decoration: none; outline: none; color: #202324; } a:hover, a:focus { text-decoration: none; color: #2783F3; } h1, .heading-1 { color: #202324; font-weight: 800; font-size: 45px; line-height: 55px; } h2, .heading-2 { color: #202324; font-weight: 700; font-size: 35px; line-height: 45px; } h3, .heading-3 { color: #202324; font-weight: 700; font-size: 28px; line-height: 38px; } h4, .heading-4 { color: #202324; font-weight: 600; font-size: 22px; line-height: 32px; } h5, .heading-5 { color: #202324; font-weight: 600; font-size: 18px; line-height: 28px; } h6, .heading-6 { color: #202324; font-weight: 600; font-size: 15px; line-height: 25px; } .ul-list, .ol-list { padding-left: 20px; } .ul-list li, .ol-list li { list-style-position: outside; margin-bottom: 15px; font-size: 14px; color: #202324; } .ul-list li:last-child, .ol-list li:last-child { margin-bottom: 0; } .ul-list li { list-style-type: disc; } .ol-list { padding-left: 15px; } .ol-list li { list-style-type: decimal; padding-left: 6px; } u { border-bottom: 2px solid #2783F3; text-decoration: none; } strong, b { font-weight: 700; } code { color: #2783F3; } mark { display: inline-block; padding: 5px 8px; background-color: #2783F3; color: #fff; } /* Button styles */ .btn { display: inline-flex; align-items: center; justify-content: center; font-size: 15px; -webkit-border-radius: 2px; border-radius: 2px; line-height: calc(15px * 1.25); border: 1px solid transparent; background-color: #fff; color: #2783F3; font-weight: 700; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; padding: 10px 20px; } .btn.btn-primary { background-color: #2783F3; border-color: #2783F3; color: #fff; } .btn.btn-primary:hover, .btn.btn-primary:focus { background-color: #1b5caa; border-color: #1b5caa; color: #fff; } .btn.btn-primary:disabled, .btn.btn-primary.disabled { background-color: #bedafb; border-color: #bedafb; color: #2783F3; } .btn.btn-secondary { background-color: #00BA74; border-color: #00BA74; color: #fff; } .btn.btn-secondary:hover, .btn.btn-secondary:focus { background-color: #007046; border-color: #007046; color: #fff; } .btn.btn-secondary:disabled, .btn.btn-secondary.disabled { background-color: #B1FBE3; border-color: #B1FBE3; color: #00BA74; } .btn.btn-light { background-color: #fff; border-color: #fff; color: #2783F3; } .btn.btn-light:hover, .btn.btn-light:focus { background-color: #2783F3; border-color: #2783F3; color: #fff; } .btn.btn-light:disabled, .btn.btn-light.disabled { background-color: #f1f1f1; border-color: #f1f1f1; color: #bedafb; } .btn.btn-outline-primary { background-color: transparent; border-color: #2783F3; color: #2783F3; } .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus { background-color: #2783F3; border-color: #2783F3; color: #fff; } .btn.btn-outline-primary:disabled, .btn.btn-outline-primary.disabled { background-color: #bedafb; border-color: #bedafb; color: #2783F3; } .btn.btn-outline-secondary { background-color: transparent; border-color: #00BA74; color: #00BA74; } .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus { background-color: #00BA74; border-color: #00BA74; color: #fff; } .btn.btn-outline-secondary:disabled, .btn.btn-outline-secondary.disabled { background-color: #B1FBE3; border-color: #B1FBE3; color: #00BA74; } .btn.btn-lg { padding: 15px 35px; font-size: 18px; -webkit-border-radius: 4px; border-radius: 4px; } .btn.btn-sm { padding: 8px 18px; font-size: 13px; } .btn.btn-block { display: flex; width: 100%; } /* Header css */ header.primary { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 99; } header.primary nav.main-navbar { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; } header.primary nav.main-navbar .nav-brand { flex: 1 1 130px; width: 130px; max-width: 130px; } header.primary nav.main-navbar .nav-brand a { display: block; } header.primary nav.main-navbar .nav-brand a img { object-fit: contain; max-width: 122px; display: block; } header.primary nav.main-navbar .navbar { display: flex; align-items: center; justify-content: space-between; flex: 1 1 100%; width: 100%; max-width: 100%; } header.primary nav.main-navbar .navbar .navbar-left, header.primary nav.main-navbar .navbar .navbar-right { display: flex; align-items: center; justify-content: center; margin-left: auto; margin-right: auto; } header.primary nav.main-navbar .navbar .navbar-left li a:not(.btn), header.primary nav.main-navbar .navbar .navbar-right li a:not(.btn) { display: block; font-size: 15px; line-height: calc(15px * 1.25); color: #fff; padding: 5px; } header.primary nav.main-navbar .navbar .navbar-left li a:not(.btn):hover, header.primary nav.main-navbar .navbar .navbar-right li a:not(.btn):hover { color: #2783F3; } header.primary nav.main-navbar .navbar .navbar-left li:not(:last-child), header.primary nav.main-navbar .navbar .navbar-right li:not(:last-child) { margin-right: 20px; } header.primary nav.main-navbar .navbar .navbar-right { justify-content: flex-end; margin-left: auto; margin-right: 0; } header.primary nav.main-navbar .navbar .navbar-right li:not(:last-child) { margin-right: 16px; } header.primary nav.main-navbar .navbar .navbar-right li a .right-arrow { flex: 1 1 15px; width: 15px; max-width: 15px; background: transparent url("../img/signin_arrow.svg") top right no-repeat; height: 15px; margin-left: 10px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; background-size: auto 15px; } header.primary nav.main-navbar .navbar .navbar-right li a:hover .right-arrow, header.primary nav.main-navbar .navbar .navbar-right li a:focus .right-arrow { background-position: top left; } @media screen and (min-width: 992px) { header.primary nav.main-navbar .mobile-menu { display: none; } } @media screen and (max-width: 991.98px) { header.primary nav.main-navbar { position: relative; padding-right: 60px; } header.primary nav.main-navbar .mobile-menu { position: absolute; right: 0; top: 20px; display: block; } header.primary nav.main-navbar .mobile-menu .slicknav_menu { padding: 0; background-color: transparent; } header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_btn { margin: 0; padding: 13px; background-color: #00BA74; text-shadow: none; } header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_nav { background-color: #00BA74; margin-top: 50px; min-width: 152px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; padding-top: 15px; padding-bottom: 15px; } header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_nav li a { padding: 5px; font-size: 16px; font-weight: 600; line-height: calc(16px * 1.25); text-align: center; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_nav li a:hover, header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_nav li a:focus { background-color: #B1FBE3; color: #007046; } header.primary nav.main-navbar .navbar .navbar-left { display: none; } } @media screen and (max-width: 465px) { header.primary nav.main-navbar .navbar .navbar-right li:not(:last-child) { margin-right: 0; } header.primary nav.main-navbar .navbar .navbar-right li:first-child, header.primary nav.main-navbar .navbar .navbar-right li:last-child { display: none; } } /* Each Sections Common css */ /* pages */ /* Common us css */ main { position: relative; display: block; max-width: 100vw; overflow: hidden; } /* Landing css */ .hero { position: relative; padding-top: 100px; padding-bottom: 20vw; background: transparent url("../img/hero_bg.svg") center top no-repeat; background-size: cover; } .hero .hero-title { position: relative; color: #fff; padding-bottom: 35px; margin-bottom: 35px; } .hero .hero-title:after { position: absolute; content: ''; display: block; width: 25px; height: 5px; left: 0; bottom: 0; background-color: #00BA74; } .hero .hero-title ~ p { color: rgba(255, 255, 255, 0.7); } .hero .hero-img { margin-bottom: 0; margin-top: 50px; } .hero .hero-img img { display: block; max-width: 100%; object-fit: contain; margin-left: auto; margin-right: auto; } @media screen and (min-width: 992px) { .hero { background-size: contain; min-height: 60vh; padding-top: 10vw; } .hero .hero-img { margin-top: 0; } .hero .hero-img img { margin-right: 0; } } @media screen and (min-width: 1350px) { .products { padding-top: 100px; } } .products .product-gallery .fotorama .fotorama__thumb { -webkit-border-radius: 4px; border-radius: 4px; } .products .product-gallery .fotorama .fotorama__wrap .fotorama__stage .fotorama__arr { width: 40px; height: 40px; background-size: 40px 40px; background-position: center center; } .products .product-gallery .fotorama .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--prev { background-image: url("../img/arrow_prev.svg"); } .products .product-gallery .fotorama .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next { background-image: url("../img/arrow_next.svg"); } @media screen and (min-width: 992px) { .products .product-gallery { margin-top: 100px; } } .products .product-details .product-options, .products .product-details .rating { margin-bottom: 20px; } .products .product-details .rating { display: flex; color: #FFD200; font-size: 20px; align-items: center; } .products .product-details .rating .stars { display: flex; } .products .product-details .rating .stars i:not(:last-child) { margin-right: 3px; } .products .product-details .rating .values { padding-left: 5px; font-size: 14px; line-height: calc(14px * 1.25); color: #202324; } .products .product-details .product-options.colors .options { display: flex; flex-wrap: wrap; } .products .product-details .product-options.colors .options .option { display: flex; flex-direction: column; justify-content: space-between; margin-right: 8px; margin-bottom: 8px; flex: 1 1 calc(100% / 1 - 8px); width: calc(100% / 1 - 8px); max-width: calc(100% / 1 - 8px); -webkit-border-radius: 6px; border-radius: 6px; border: 2px solid #D8E0E2; min-height: 80px; cursor: pointer; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .products .product-details .product-options.colors .options .option .opt-header { -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; font-size: 10px; font-weight: 600; color: #545C5F; background-color: #f1f1f1; text-align: center; padding: 5px; } .products .product-details .product-options.colors .options .option p { color: #545C5F; font-size: 14px; line-height: calc(14px * 1.25); margin-bottom: 0; text-align: center; margin: auto; padding: 8px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .products .product-details .product-options.colors .options .option.new .opt-header { color: #fff; background-color: #DE742D; } .products .product-details .product-options.colors .options .option.limited .opt-header { color: #fff; background-color: #A07EDC; } @media screen and (min-width: 520px) { .products .product-details .product-options.colors .options .option { flex: 1 1 calc(100% / 2 - 8px); width: calc(100% / 2 - 8px); max-width: calc(100% / 2 - 8px); } } @media screen and (min-width: 768px) { .products .product-details .product-options.colors .options .option { flex: 1 1 calc(100% / 3 - 8px); width: calc(100% / 3 - 8px); max-width: calc(100% / 3 - 8px); } } @media screen and (min-width: 1200px) { .products .product-details .product-options.colors .options .option { flex: 1 1 calc(100% / 4 - 8px); width: calc(100% / 4 - 8px); max-width: calc(100% / 4 - 8px); } } .products .product-details .product-options.colors .options .option:active, .products .product-details .product-options.colors .options .option:hover, .products .product-details .product-options.colors .options .option:focus { border-color: #202324; } .products .product-details .product-options.colors .options .option:active p, .products .product-details .product-options.colors .options .option:hover p, .products .product-details .product-options.colors .options .option:focus p { color: #202324; font-weight: 600; } .products .product-details .product-options.quantity-block .quantity { position: relative; height: 100%; width: 140px; } .products .product-details .product-options.quantity-block .quantity .qty { border: 0; width: auto; height: 48px; display: block; text-align: center; -webkit-border-radius: 0; border-radius: 0; font-size: 16px; font-family: inherit; color: #202324; background: none; margin: 0 auto; z-index: 1; -moz-appearance: textfield; background-color: transparent; } .products .product-details .product-options.quantity-block .quantity .qty::-webkit-inner-spin-button, .products .product-details .product-options.quantity-block .quantity .qty::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; } .products .product-details .product-options.quantity-block .quantity .quantity-nav { position: absolute; top: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; width: 100%; padding-left: 40px; padding-right: 40px; } .products .product-details .product-options.quantity-block .quantity .quantity-nav .quantity-button { position: absolute; top: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 48px; font-size: 16px; color: #8CA4AB; background-color: #EDF1F2; cursor: pointer; -webkit-border-radius: 4px; border-radius: 4px; } .products .product-details .product-options.quantity-block .quantity .quantity-nav .quantity-button.quantity-up { right: 0; z-index: 2; } .products .product-details .product-options.quantity-block .quantity .quantity-nav .quantity-button.quantity-down { left: 0; z-index: 3; } .products .product-details .product-options.payment-type .radio-btn { display: flex; margin-bottom: 20px; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] { position: absolute; opacity: 0; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label { position: relative; padding-left: 30px; cursor: pointer; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label:after, .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label:before { position: absolute; display: block; content: ''; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label:before { width: 20px; height: 20px; -webkit-border-radius: 20px; border-radius: 20px; left: 0; top: 6px; border: 1px solid #D6DFE1; background-color: transparent; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label:after { width: 16px; height: 16px; left: 2px; top: 8px; -webkit-border-radius: 16px; border-radius: 16px; background-color: transparent; border: 3px solid #fff; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label .title { display: block; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label .badge { background-color: #B1FBE3; color: #000; font-style: italic; font-weight: 700; -webkit-border-radius: 100px; border-radius: 100px; padding: 0 10px 3px; line-height: 1; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label a.info { width: 15px; height: 15px; border: 1px solid #545C5F; padding: 3px; color: #545C5F; font-size: 10px; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 100px; border-radius: 100px; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"]:checked ~ label:before { border-color: #00BA74; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"]:checked ~ label:after { background-color: #00BA74; } .products .product-details .btn .bag { flex: 1 1 17px; width: 17px; max-width: 17px; background: transparent url("../img/bag.svg") center center no-repeat; background-size: 17px 20px; height: 20px; margin-right: 15px; } .products .product-details .product-features { display: block; margin: 30px 0 20px; } .products .product-details .product-features li { position: relative; display: block; font-size: 16px; line-height: calc(16px * 1.5); padding-left: 30px; color: #202324; } .products .product-details .product-features li::before { position: absolute; content: ''; display: block; width: 16px; height: 16px; background: transparent url("../img/tik.svg") center center no-repeat; background-size: 16px 16px; left: 0; top: 6px; } .products .product-details .product-features li:not(:last-child) { margin-bottom: 15px; } .products .product-details .shipping-info { position: relative; padding-left: 35px; } .products .product-details .shipping-info::before { position: absolute; content: ''; display: block; width: 22px; height: 16px; background: transparent url("../img/shipping.svg") center center no-repeat; background-size: 22px 16px; left: 0; top: 6px; } .products .product-details .shipping-info p { margin-bottom: 0; } @media screen and (min-width: 992px) { .products .product-details { padding-left: 30px; } } /* end of the style document */
assets/css/style.css
@import url(../plugins/bootstrap-4.6.1/css/bootstrap-grid.css); /* Responsive Nav css */ @import url(../plugins/slicknav-1.0.10/dist/slicknav.css); /* Product Gallery css */ @import url(../plugins/fotorama-4.6.4/fotorama.css); /* plugins css import end*/ /* common */ /* Theme Variables*/ /* Primary button */ /* Secondary button */ /* Light button */ /* Theme Mixins used*/ .m-t-5 { margin-top: 5px !important; } .p-t-5 { padding-top: 5px !important; } .m-b-5 { margin-bottom: 5px !important; } .p-b-5 { padding-bottom: 5px !important; } .m-l-5 { margin-left: 5px !important; } .p-l-5 { padding-left: 5px !important; } .m-r-5 { margin-right: 5px !important; } .p-r-5 { padding-right: 5px !important; } .m-t-10 { margin-top: 10px !important; } .p-t-10 { padding-top: 10px !important; } .m-b-10 { margin-bottom: 10px !important; } .p-b-10 { padding-bottom: 10px !important; } .m-l-10 { margin-left: 10px !important; } .p-l-10 { padding-left: 10px !important; } .m-r-10 { margin-right: 10px !important; } .p-r-10 { padding-right: 10px !important; } .m-t-15 { margin-top: 15px !important; } .p-t-15 { padding-top: 15px !important; } .m-b-15 { margin-bottom: 15px !important; } .p-b-15 { padding-bottom: 15px !important; } .m-l-15 { margin-left: 15px !important; } .p-l-15 { padding-left: 15px !important; } .m-r-15 { margin-right: 15px !important; } .p-r-15 { padding-right: 15px !important; } .m-t-20 { margin-top: 20px !important; } .p-t-20 { padding-top: 20px !important; } .m-b-20 { margin-bottom: 20px !important; } .p-b-20 { padding-bottom: 20px !important; } .m-l-20 { margin-left: 20px !important; } .p-l-20 { padding-left: 20px !important; } .m-r-20 { margin-right: 20px !important; } .p-r-20 { padding-right: 20px !important; } .m-t-25 { margin-top: 25px !important; } .p-t-25 { padding-top: 25px !important; } .m-b-25 { margin-bottom: 25px !important; } .p-b-25 { padding-bottom: 25px !important; } .m-l-25 { margin-left: 25px !important; } .p-l-25 { padding-left: 25px !important; } .m-r-25 { margin-right: 25px !important; } .p-r-25 { padding-right: 25px !important; } .m-t-30 { margin-top: 30px !important; } .p-t-30 { padding-top: 30px !important; } .m-b-30 { margin-bottom: 30px !important; } .p-b-30 { padding-bottom: 30px !important; } .m-l-30 { margin-left: 30px !important; } .p-l-30 { padding-left: 30px !important; } .m-r-30 { margin-right: 30px !important; } .p-r-30 { padding-right: 30px !important; } .m-t-35 { margin-top: 35px !important; } .p-t-35 { padding-top: 35px !important; } .m-b-35 { margin-bottom: 35px !important; } .p-b-35 { padding-bottom: 35px !important; } .m-l-35 { margin-left: 35px !important; } .p-l-35 { padding-left: 35px !important; } .m-r-35 { margin-right: 35px !important; } .p-r-35 { padding-right: 35px !important; } .m-t-40 { margin-top: 40px !important; } .p-t-40 { padding-top: 40px !important; } .m-b-40 { margin-bottom: 40px !important; } .p-b-40 { padding-bottom: 40px !important; } .m-l-40 { margin-left: 40px !important; } .p-l-40 { padding-left: 40px !important; } .m-r-40 { margin-right: 40px !important; } .p-r-40 { padding-right: 40px !important; } .m-t-45 { margin-top: 45px !important; } .p-t-45 { padding-top: 45px !important; } .m-b-45 { margin-bottom: 45px !important; } .p-b-45 { padding-bottom: 45px !important; } .m-l-45 { margin-left: 45px !important; } .p-l-45 { padding-left: 45px !important; } .m-r-45 { margin-right: 45px !important; } .p-r-45 { padding-right: 45px !important; } .m-t-50 { margin-top: 50px !important; } .p-t-50 { padding-top: 50px !important; } .m-b-50 { margin-bottom: 50px !important; } .p-b-50 { padding-bottom: 50px !important; } .m-l-50 { margin-left: 50px !important; } .p-l-50 { padding-left: 50px !important; } .m-r-50 { margin-right: 50px !important; } .p-r-50 { padding-right: 50px !important; } .m-t-75 { margin-top: 75px !important; } .p-t-75 { padding-top: 75px !important; } .m-b-75 { margin-bottom: 75px !important; } .p-b-75 { padding-bottom: 75px !important; } .m-l-75 { margin-left: 75px !important; } .p-l-75 { padding-left: 75px !important; } .m-r-75 { margin-right: 75px !important; } .p-r-75 { padding-right: 75px !important; } .m-t-100 { margin-top: 100px !important; } .p-t-100 { padding-top: 100px !important; } .m-b-100 { margin-bottom: 100px !important; } .p-b-100 { padding-bottom: 100px !important; } .m-l-100 { margin-left: 100px !important; } .p-l-100 { padding-left: 100px !important; } .m-r-100 { margin-right: 100px !important; } .p-r-100 { padding-right: 100px !important; } /* Reset styles */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } * { box-sizing: border-box; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Fonts Family */ @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-BoldItalic.eot"); src: local("HK Grotesk Bold Italic"), local("HKGrotesk-BoldItalic"), url("../fonts/HKGrotesk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-BoldItalic.woff") format("woff"), url("../fonts/HKGrotesk-BoldItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-BoldItalic.svg#HKGrotesk-BoldItalic") format("svg"); font-weight: 700; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-ExtraBold.eot"); src: local("HK Grotesk ExtraBold"), local("HKGrotesk-ExtraBold"), url("../fonts/HKGrotesk-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-ExtraBold.woff2") format("woff2"), url("../fonts/HKGrotesk-ExtraBold.woff") format("woff"), url("../fonts/HKGrotesk-ExtraBold.ttf") format("truetype"), url("../fonts/HKGrotesk-ExtraBold.svg#HKGrotesk-ExtraBold") format("svg"); font-weight: 800; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Bold.eot"); src: local("HK Grotesk Bold"), local("HKGrotesk-Bold"), url("../fonts/HKGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Bold.woff2") format("woff2"), url("../fonts/HKGrotesk-Bold.woff") format("woff"), url("../fonts/HKGrotesk-Bold.ttf") format("truetype"), url("../fonts/HKGrotesk-Bold.svg#HKGrotesk-Bold") format("svg"); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-BoldLegacyItalic.eot"); src: local("HK Grotesk Bold Legacy Italic"), local("HKGrotesk-BoldLegacyItalic"), url("../fonts/HKGrotesk-BoldLegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-BoldLegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-BoldLegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-BoldLegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-BoldLegacyItalic.svg#HKGrotesk-BoldLegacyItalic") format("svg"); font-weight: 700; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-BoldLegacy.eot"); src: local("HK Grotesk Bold Legacy"), local("HKGrotesk-BoldLegacy"), url("../fonts/HKGrotesk-BoldLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-BoldLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-BoldLegacy.woff") format("woff"), url("../fonts/HKGrotesk-BoldLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-BoldLegacy.svg#HKGrotesk-BoldLegacy") format("svg"); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Black.eot"); src: local("HK Grotesk Black"), local("HKGrotesk-Black"), url("../fonts/HKGrotesk-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Black.woff2") format("woff2"), url("../fonts/HKGrotesk-Black.woff") format("woff"), url("../fonts/HKGrotesk-Black.ttf") format("truetype"), url("../fonts/HKGrotesk-Black.svg#HKGrotesk-Black") format("svg"); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Light.eot"); src: local("HK Grotesk Light"), local("HKGrotesk-Light"), url("../fonts/HKGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Light.woff2") format("woff2"), url("../fonts/HKGrotesk-Light.woff") format("woff"), url("../fonts/HKGrotesk-Light.ttf") format("truetype"), url("../fonts/HKGrotesk-Light.svg#HKGrotesk-Light") format("svg"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-LightLegacy.eot"); src: local("HK Grotesk Light Legacy"), local("HKGrotesk-LightLegacy"), url("../fonts/HKGrotesk-LightLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-LightLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-LightLegacy.woff") format("woff"), url("../fonts/HKGrotesk-LightLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-LightLegacy.svg#HKGrotesk-LightLegacy") format("svg"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-LegacyItalic.eot"); src: local("HK Grotesk Legacy Italic"), local("HKGrotesk-LegacyItalic"), url("../fonts/HKGrotesk-LegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-LegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-LegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-LegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-LegacyItalic.svg#HKGrotesk-LegacyItalic") format("svg"); font-weight: 400; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Italic.eot"); src: local("HK Grotesk Italic"), local("HKGrotesk-Italic"), url("../fonts/HKGrotesk-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Italic.woff2") format("woff2"), url("../fonts/HKGrotesk-Italic.woff") format("woff"), url("../fonts/HKGrotesk-Italic.ttf") format("truetype"), url("../fonts/HKGrotesk-Italic.svg#HKGrotesk-Italic") format("svg"); font-weight: 400; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-LightItalic.eot"); src: local("HK Grotesk Light Italic"), local("HKGrotesk-LightItalic"), url("../fonts/HKGrotesk-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-LightItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-LightItalic.woff") format("woff"), url("../fonts/HKGrotesk-LightItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-LightItalic.svg#HKGrotesk-LightItalic") format("svg"); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-LightLegacyItalic.eot"); src: local("HK Grotesk Light Legacy Italic"), local("HKGrotesk-LightLegacyItalic"), url("../fonts/HKGrotesk-LightLegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-LightLegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-LightLegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-LightLegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-LightLegacyItalic.svg#HKGrotesk-LightLegacyItalic") format("svg"); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-SemiBoldItalic.eot"); src: local("HK Grotesk SemiBold Italic"), local("HKGrotesk-SemiBoldItalic"), url("../fonts/HKGrotesk-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-SemiBoldItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-SemiBoldItalic.woff") format("woff"), url("../fonts/HKGrotesk-SemiBoldItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-SemiBoldItalic.svg#HKGrotesk-SemiBoldItalic") format("svg"); font-weight: 600; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-SemiBold.eot"); src: local("HK Grotesk SemiBold"), local("HKGrotesk-SemiBold"), url("../fonts/HKGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/HKGrotesk-SemiBold.woff") format("woff"), url("../fonts/HKGrotesk-SemiBold.ttf") format("truetype"), url("../fonts/HKGrotesk-SemiBold.svg#HKGrotesk-SemiBold") format("svg"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-RegularLegacy.eot"); src: local("HK Grotesk Regular Legacy"), local("HKGrotesk-RegularLegacy"), url("../fonts/HKGrotesk-RegularLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-RegularLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-RegularLegacy.woff") format("woff"), url("../fonts/HKGrotesk-RegularLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-RegularLegacy.svg#HKGrotesk-RegularLegacy") format("svg"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-MediumItalic.eot"); src: local("HK Grotesk Medium Italic"), local("HKGrotesk-MediumItalic"), url("../fonts/HKGrotesk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-MediumItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-MediumItalic.woff") format("woff"), url("../fonts/HKGrotesk-MediumItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-MediumItalic.svg#HKGrotesk-MediumItalic") format("svg"); font-weight: 500; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-MediumLegacyItalic.eot"); src: local("HK Grotesk Medium Legacy Italic"), local("HKGrotesk-MediumLegacyItalic"), url("../fonts/HKGrotesk-MediumLegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-MediumLegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-MediumLegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-MediumLegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-MediumLegacyItalic.svg#HKGrotesk-MediumLegacyItalic") format("svg"); font-weight: 500; font-style: italic; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Regular.eot"); src: local("HK Grotesk Regular"), local("HKGrotesk-Regular"), url("../fonts/HKGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Regular.woff2") format("woff2"), url("../fonts/HKGrotesk-Regular.woff") format("woff"), url("../fonts/HKGrotesk-Regular.ttf") format("truetype"), url("../fonts/HKGrotesk-Regular.svg#HKGrotesk-Regular") format("svg"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-MediumLegacy.eot"); src: local("HK Grotesk Medium Legacy"), local("HKGrotesk-MediumLegacy"), url("../fonts/HKGrotesk-MediumLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-MediumLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-MediumLegacy.woff") format("woff"), url("../fonts/HKGrotesk-MediumLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-MediumLegacy.svg#HKGrotesk-MediumLegacy") format("svg"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-SemiBoldLegacy.eot"); src: local("HK Grotesk SemiBold Legacy"), local("HKGrotesk-SemiBoldLegacy"), url("../fonts/HKGrotesk-SemiBoldLegacy.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-SemiBoldLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-SemiBoldLegacy.woff") format("woff"), url("../fonts/HKGrotesk-SemiBoldLegacy.ttf") format("truetype"), url("../fonts/HKGrotesk-SemiBoldLegacy.svg#HKGrotesk-SemiBoldLegacy") format("svg"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-Medium.eot"); src: local("HK Grotesk Medium"), local("HKGrotesk-Medium"), url("../fonts/HKGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Medium.woff2") format("woff2"), url("../fonts/HKGrotesk-Medium.woff") format("woff"), url("../fonts/HKGrotesk-Medium.ttf") format("truetype"), url("../fonts/HKGrotesk-Medium.svg#HKGrotesk-Medium") format("svg"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url("../fonts/HKGrotesk-SemiBoldLegacyItalic.eot"); src: local("HK Grotesk SemiBold Legacy Italic"), local("HKGrotesk-SemiBoldLegacyItalic"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.woff2") format("woff2"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.woff") format("woff"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.ttf") format("truetype"), url("../fonts/HKGrotesk-SemiBoldLegacyItalic.svg#HKGrotesk-SemiBoldLegacyItalic") format("svg"); font-weight: 600; font-style: italic; font-display: swap; } /* Base styles */ html { font-size: 16px; } html, body { margin: 0; padding: 0; font-family: "HK Grotesk", sans-serif; font-size: 100%; overflow: hidden; overflow-y: auto; } html ul, body ul { margin-left: 0; padding-left: 0; } html ul li, body ul li { list-style-type: none; } html a, body a { text-decoration: none; outline: none; } html img, html button, html input, html textarea, html select, body img, body button, body input, body textarea, body select { outline: none; } html img:focus, html img:active, html img:hover, html button:focus, html button:active, html button:hover, html input:focus, html input:active, html input:hover, html textarea:focus, html textarea:active, html textarea:hover, html select:focus, html select:active, html select:hover, body img:focus, body img:active, body img:hover, body button:focus, body button:active, body button:hover, body input:focus, body input:active, body input:hover, body textarea:focus, body textarea:active, body textarea:hover, body select:focus, body select:active, body select:hover { outline: none; } .font-light { font-weight: 300; } .font-regular, p, .paragraph { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-regular, p, .paragraph { font-weight: 400; } .font-bold, .products .product-details .product-options.quantity-block .quantity .qty { font-weight: 700; } .font-extrabold { font-weight: 800; } .font-black { font-weight: 900; } .text-italic { font-style: italic; } .ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .bg-primary { background-color: #2783F3; } .bg-secondary { background-color: #00BA74; } .bg-light { background-color: #F9F9FF; } .bg-primary-light { background-color: #bedafb; } .bg-secondary-light { background-color: #B1FBE3; } .text-primary { color: #2783F3; } .text-secondary { color: #00BA74; } .text-color { color: #202324; } .text-light { color: #545C5F !important; } .text-muted { color: #939C9F !important; } .box-shadow { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13); } .full-width { width: 100%; } .clearfix:after, .clearfix:before { content: ''; display: table; clear: both; } @media (min-width: 576px) { .container, .container-sm, .swiper-slide-label { max-width: 100%; } } @media (min-width: 768px) { .container, .container-md, .container-sm, .swiper-slide-label { max-width: 750px; } } @media (min-width: 992px) { .container, .container-lg, .container-md, .container-sm, .swiper-slide-label { max-width: 975px; } } @media (min-width: 1200px) { .container, .container-lg, .container-md, .container-sm, .swiper-slide-label { max-width: 1110px; } } @media (min-width: 1300px) { .container, .container-lg, .container-md, .container-sm, .swiper-slide-label { max-width: 1200px; } } @media (min-width: 1600px) { .container, .container-lg, .container-md, .container-sm, .swiper-slide-label { max-width: 1400px; } } .row { margin-left: -30px; margin-right: -30px; } .row [class*="col-"] { padding-left: 30px; padding-right: 30px; } .row.gutter-1 { margin-left: -1px; margin-right: -1px; } .row.gutter-1 [class*="col-"] { padding-left: 1px; padding-right: 1px; } .row.gutter-2 { margin-left: -2px; margin-right: -2px; } .row.gutter-2 [class*="col-"] { padding-left: 2px; padding-right: 2px; } .row.gutter-3 { margin-left: -3px; margin-right: -3px; } .row.gutter-3 [class*="col-"] { padding-left: 3px; padding-right: 3px; } .row.gutter-4 { margin-left: -4px; margin-right: -4px; } .row.gutter-4 [class*="col-"] { padding-left: 4px; padding-right: 4px; } .row.gutter-5 { margin-left: -5px; margin-right: -5px; } .row.gutter-5 [class*="col-"] { padding-left: 5px; padding-right: 5px; } .row.gutter-6 { margin-left: -6px; margin-right: -6px; } .row.gutter-6 [class*="col-"] { padding-left: 6px; padding-right: 6px; } .row.gutter-7 { margin-left: -7px; margin-right: -7px; } .row.gutter-7 [class*="col-"] { padding-left: 7px; padding-right: 7px; } .row.gutter-8 { margin-left: -8px; margin-right: -8px; } .row.gutter-8 [class*="col-"] { padding-left: 8px; padding-right: 8px; } .row.gutter-9 { margin-left: -9px; margin-right: -9px; } .row.gutter-9 [class*="col-"] { padding-left: 9px; padding-right: 9px; } .row.gutter-10 { margin-left: -10px; margin-right: -10px; } .row.gutter-10 [class*="col-"] { padding-left: 10px; padding-right: 10px; } /* Typography styles */ html { font-size: 16px; } p, li, b, table, a, .paragraph { font-family: "HK Grotesk", sans-serif; } button, input[type="submit"], input[type="reset"], .btn { font-family: "HK Grotesk", sans-serif; } label { font-size: 15px; } small { font-size: 80%; } p, .paragraph { font-size: 16px; line-height: calc(16px * 1.5); margin-bottom: 20px; color: #202324; } p.small, .paragraph.small { font-size: 13px; } p.lead, .paragraph.lead { font-size: 20px; line-height: calc(20px * 1.5); } p.lead.small, .paragraph.lead.small { font-size: 12px; line-height: calc(12px * 1.5); } p.x-lead, .paragraph.x-lead { font-size: 25px; line-height: calc(25px * 1.5); } p b, .paragraph b { font-weight: 700; } @media (max-width: 640px) { p, .paragraph { font-size: 15px; line-height: calc(15px * 1.25); } p.lead, .paragraph.lead { font-size: 18px; line-height: calc(18px * 1.25); } } a { text-decoration: none; outline: none; color: #202324; } a:hover, a:focus { text-decoration: none; color: #2783F3; } h1, .heading-1 { color: #202324; font-weight: 800; font-size: 45px; line-height: 55px; } h2, .heading-2 { color: #202324; font-weight: 700; font-size: 35px; line-height: 45px; } h3, .heading-3 { color: #202324; font-weight: 700; font-size: 28px; line-height: 38px; } h4, .heading-4 { color: #202324; font-weight: 600; font-size: 22px; line-height: 32px; } h5, .heading-5 { color: #202324; font-weight: 600; font-size: 18px; line-height: 28px; } h6, .heading-6 { color: #202324; font-weight: 600; font-size: 15px; line-height: 25px; } .ul-list, .ol-list { padding-left: 20px; } .ul-list li, .ol-list li { list-style-position: outside; margin-bottom: 15px; font-size: 14px; color: #202324; } .ul-list li:last-child, .ol-list li:last-child { margin-bottom: 0; } .ul-list li { list-style-type: disc; } .ol-list { padding-left: 15px; } .ol-list li { list-style-type: decimal; padding-left: 6px; } u { border-bottom: 2px solid #2783F3; text-decoration: none; } strong, b { font-weight: 700; } code { color: #2783F3; } mark { display: inline-block; padding: 5px 8px; background-color: #2783F3; color: #fff; } /* Button styles */ .btn { display: inline-flex; align-items: center; justify-content: center; font-size: 15px; -webkit-border-radius: 2px; border-radius: 2px; line-height: calc(15px * 1.25); border: 1px solid transparent; background-color: #fff; color: #2783F3; font-weight: 700; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; padding: 10px 20px; } .btn.btn-primary { background-color: #2783F3; border-color: #2783F3; color: #fff; } .btn.btn-primary:hover, .btn.btn-primary:focus { background-color: #1b5caa; border-color: #1b5caa; color: #fff; } .btn.btn-primary:disabled, .btn.btn-primary.disabled { background-color: #bedafb; border-color: #bedafb; color: #2783F3; } .btn.btn-secondary { background-color: #00BA74; border-color: #00BA74; color: #fff; } .btn.btn-secondary:hover, .btn.btn-secondary:focus { background-color: #007046; border-color: #007046; color: #fff; } .btn.btn-secondary:disabled, .btn.btn-secondary.disabled { background-color: #B1FBE3; border-color: #B1FBE3; color: #00BA74; } .btn.btn-light { background-color: #fff; border-color: #fff; color: #2783F3; } .btn.btn-light:hover, .btn.btn-light:focus { background-color: #2783F3; border-color: #2783F3; color: #fff; } .btn.btn-light:disabled, .btn.btn-light.disabled { background-color: #f1f1f1; border-color: #f1f1f1; color: #bedafb; } .btn.btn-outline-primary { background-color: transparent; border-color: #2783F3; color: #2783F3; } .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus { background-color: #2783F3; border-color: #2783F3; color: #fff; } .btn.btn-outline-primary:disabled, .btn.btn-outline-primary.disabled { background-color: #bedafb; border-color: #bedafb; color: #2783F3; } .btn.btn-outline-secondary { background-color: transparent; border-color: #00BA74; color: #00BA74; } .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus { background-color: #00BA74; border-color: #00BA74; color: #fff; } .btn.btn-outline-secondary:disabled, .btn.btn-outline-secondary.disabled { background-color: #B1FBE3; border-color: #B1FBE3; color: #00BA74; } .btn.btn-lg { padding: 15px 35px; font-size: 18px; -webkit-border-radius: 4px; border-radius: 4px; } .btn.btn-sm { padding: 8px 18px; font-size: 13px; } .btn.btn-block { display: flex; width: 100%; } /* Header css */ header.primary { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 99; } header.primary nav.main-navbar { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; } header.primary nav.main-navbar .nav-brand { flex: 1 1 130px; width: 130px; max-width: 130px; } header.primary nav.main-navbar .nav-brand a { display: block; } header.primary nav.main-navbar .nav-brand a img { object-fit: contain; max-width: 122px; display: block; } header.primary nav.main-navbar .navbar { display: flex; align-items: center; justify-content: space-between; flex: 1 1 100%; width: 100%; max-width: 100%; } header.primary nav.main-navbar .navbar .navbar-left, header.primary nav.main-navbar .navbar .navbar-right { display: flex; align-items: center; justify-content: center; margin-left: auto; margin-right: auto; } header.primary nav.main-navbar .navbar .navbar-left li a:not(.btn), header.primary nav.main-navbar .navbar .navbar-right li a:not(.btn) { display: block; font-size: 15px; line-height: calc(15px * 1.25); color: #fff; padding: 5px; } header.primary nav.main-navbar .navbar .navbar-left li a:not(.btn):hover, header.primary nav.main-navbar .navbar .navbar-right li a:not(.btn):hover { color: #2783F3; } header.primary nav.main-navbar .navbar .navbar-left li:not(:last-child), header.primary nav.main-navbar .navbar .navbar-right li:not(:last-child) { margin-right: 20px; } header.primary nav.main-navbar .navbar .navbar-right { justify-content: flex-end; margin-left: auto; margin-right: 0; } header.primary nav.main-navbar .navbar .navbar-right li:not(:last-child) { margin-right: 16px; } header.primary nav.main-navbar .navbar .navbar-right li a .right-arrow { flex: 1 1 15px; width: 15px; max-width: 15px; background: transparent url("../img/signin_arrow.svg") top right no-repeat; height: 15px; margin-left: 10px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; background-size: auto 15px; } header.primary nav.main-navbar .navbar .navbar-right li a:hover .right-arrow, header.primary nav.main-navbar .navbar .navbar-right li a:focus .right-arrow { background-position: top left; } @media screen and (min-width: 992px) { header.primary nav.main-navbar .mobile-menu { display: none; } } @media screen and (max-width: 991.98px) { header.primary nav.main-navbar { position: relative; padding-right: 60px; } header.primary nav.main-navbar .mobile-menu { position: absolute; right: 0; top: 20px; display: block; } header.primary nav.main-navbar .mobile-menu .slicknav_menu { padding: 0; background-color: transparent; } header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_btn { margin: 0; padding: 13px; background-color: #00BA74; text-shadow: none; } header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_nav { background-color: #00BA74; margin-top: 50px; min-width: 152px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; padding-top: 15px; padding-bottom: 15px; } header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_nav li a { padding: 5px; font-size: 16px; font-weight: 600; line-height: calc(16px * 1.25); text-align: center; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_nav li a:hover, header.primary nav.main-navbar .mobile-menu .slicknav_menu .slicknav_nav li a:focus { background-color: #B1FBE3; color: #007046; } header.primary nav.main-navbar .navbar .navbar-left { display: none; } } @media screen and (max-width: 465px) { header.primary nav.main-navbar .navbar .navbar-right li:not(:last-child) { margin-right: 0; } header.primary nav.main-navbar .navbar .navbar-right li:first-child, header.primary nav.main-navbar .navbar .navbar-right li:last-child { display: none; } } /* Each Sections Common css */ /* pages */ /* Common us css */ main { position: relative; display: block; max-width: 100vw; overflow: hidden; } /* Landing css */ .hero { position: relative; padding-top: 100px; padding-bottom: 20vw; background: transparent url("../img/hero_bg.svg") center top no-repeat; background-size: cover; } .hero .hero-title { position: relative; color: #fff; padding-bottom: 35px; margin-bottom: 35px; } .hero .hero-title:after { position: absolute; content: ''; display: block; width: 25px; height: 5px; left: 0; bottom: 0; background-color: #00BA74; } .hero .hero-title ~ p { color: rgba(255, 255, 255, 0.7); } .hero .hero-img { margin-bottom: 0; margin-top: 50px; } .hero .hero-img img { display: block; max-width: 100%; object-fit: contain; margin-left: auto; margin-right: auto; } @media screen and (min-width: 992px) { .hero { background-size: contain; min-height: 60vh; padding-top: 10vw; } .hero .hero-img { margin-top: 0; } .hero .hero-img img { margin-right: 0; } } @media screen and (min-width: 1350px) { .products { padding-top: 100px; } } .products .product-gallery .fotorama .fotorama__thumb { -webkit-border-radius: 4px; border-radius: 4px; } .products .product-gallery .fotorama .fotorama__wrap .fotorama__stage .fotorama__arr { width: 40px; height: 40px; background-size: 40px 40px; background-position: center center; } .products .product-gallery .fotorama .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--prev { background-image: url("../img/arrow_prev.svg"); } .products .product-gallery .fotorama .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next { background-image: url("../img/arrow_next.svg"); } @media screen and (min-width: 992px) { .products .product-gallery { margin-top: 100px; } } .products .product-details .product-options, .products .product-details .rating { margin-bottom: 20px; } .products .product-details .rating { display: flex; color: #FFD200; font-size: 20px; align-items: center; } .products .product-details .rating .stars { display: flex; } .products .product-details .rating .stars i:not(:last-child) { margin-right: 3px; } .products .product-details .rating .values { padding-left: 5px; font-size: 14px; line-height: calc(14px * 1.25); color: #202324; } .products .product-details .product-options.colors .options { display: flex; flex-wrap: wrap; } .products .product-details .product-options.colors .options .option { display: flex; flex-direction: column; justify-content: space-between; margin-right: 8px; margin-bottom: 8px; flex: 1 1 calc(100% / 1 - 8px); width: calc(100% / 1 - 8px); max-width: calc(100% / 1 - 8px); -webkit-border-radius: 6px; border-radius: 6px; border: 2px solid #D8E0E2; min-height: 80px; cursor: pointer; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .products .product-details .product-options.colors .options .option .opt-header { -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; font-size: 10px; font-weight: 600; color: #545C5F; background-color: #f1f1f1; text-align: center; padding: 5px; } .products .product-details .product-options.colors .options .option p { color: #545C5F; font-size: 14px; line-height: calc(14px * 1.25); margin-bottom: 0; text-align: center; margin: auto; padding: 8px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .products .product-details .product-options.colors .options .option.new .opt-header { color: #fff; background-color: #DE742D; } .products .product-details .product-options.colors .options .option.limited .opt-header { color: #fff; background-color: #A07EDC; } @media screen and (min-width: 520px) { .products .product-details .product-options.colors .options .option { flex: 1 1 calc(100% / 2 - 8px); width: calc(100% / 2 - 8px); max-width: calc(100% / 2 - 8px); } } @media screen and (min-width: 768px) { .products .product-details .product-options.colors .options .option { flex: 1 1 calc(100% / 3 - 8px); width: calc(100% / 3 - 8px); max-width: calc(100% / 3 - 8px); } } @media screen and (min-width: 1200px) { .products .product-details .product-options.colors .options .option { flex: 1 1 calc(100% / 4 - 8px); width: calc(100% / 4 - 8px); max-width: calc(100% / 4 - 8px); } } .products .product-details .product-options.colors .options .option:active, .products .product-details .product-options.colors .options .option:hover, .products .product-details .product-options.colors .options .option:focus { border-color: #202324; } .products .product-details .product-options.colors .options .option:active p, .products .product-details .product-options.colors .options .option:hover p, .products .product-details .product-options.colors .options .option:focus p { color: #202324; font-weight: 600; } .products .product-details .product-options.quantity-block .quantity { position: relative; height: 100%; width: 140px; } .products .product-details .product-options.quantity-block .quantity .qty { border: 0; width: auto; height: 48px; display: block; text-align: center; -webkit-border-radius: 0; border-radius: 0; font-size: 16px; font-family: inherit; color: #202324; background: none; margin: 0 auto; z-index: 1; -moz-appearance: textfield; background-color: transparent; } .products .product-details .product-options.quantity-block .quantity .qty::-webkit-inner-spin-button, .products .product-details .product-options.quantity-block .quantity .qty::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; } .products .product-details .product-options.quantity-block .quantity .quantity-nav { position: absolute; top: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; width: 100%; padding-left: 40px; padding-right: 40px; } .products .product-details .product-options.quantity-block .quantity .quantity-nav .quantity-button { position: absolute; top: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 48px; font-size: 16px; color: #8CA4AB; background-color: #EDF1F2; cursor: pointer; -webkit-border-radius: 4px; border-radius: 4px; } .products .product-details .product-options.quantity-block .quantity .quantity-nav .quantity-button.quantity-up { right: 0; z-index: 2; } .products .product-details .product-options.quantity-block .quantity .quantity-nav .quantity-button.quantity-down { left: 0; z-index: 3; } .products .product-details .product-options.payment-type .radio-btn { display: flex; margin-bottom: 20px; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] { position: absolute; opacity: 0; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label { position: relative; padding-left: 30px; cursor: pointer; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label:after, .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label:before { position: absolute; display: block; content: ''; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label:before { width: 20px; height: 20px; -webkit-border-radius: 20px; border-radius: 20px; left: 0; top: 6px; border: 1px solid #D6DFE1; background-color: transparent; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label:after { width: 16px; height: 16px; left: 2px; top: 8px; -webkit-border-radius: 16px; border-radius: 16px; background-color: transparent; border: 3px solid #fff; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label .title { display: block; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label .badge { background-color: #B1FBE3; color: #000; font-style: italic; font-weight: 700; -webkit-border-radius: 100px; border-radius: 100px; padding: 0 10px 3px; line-height: 1; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"] ~ label a.info { width: 15px; height: 15px; border: 1px solid #545C5F; padding: 3px; color: #545C5F; font-size: 10px; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 100px; border-radius: 100px; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"]:checked ~ label:before { border-color: #00BA74; } .products .product-details .product-options.payment-type .radio-btn input[type="radio"]:checked ~ label:after { background-color: #00BA74; } .products .product-details .btn .bag { flex: 1 1 17px; width: 17px; max-width: 17px; background: transparent url("../img/bag.svg") center center no-repeat; background-size: 17px 20px; height: 20px; margin-right: 15px; } .products .product-details .product-features { display: block; margin: 30px 0 20px; } .products .product-details .product-features li { position: relative; display: block; font-size: 16px; line-height: calc(16px * 1.5); padding-left: 30px; color: #202324; } .products .product-details .product-features li::before { position: absolute; content: ''; display: block; width: 16px; height: 16px; background: transparent url("../img/tik.svg") center center no-repeat; background-size: 16px 16px; left: 0; top: 6px; } .products .product-details .product-features li:not(:last-child) { margin-bottom: 15px; } .products .product-details .shipping-info { position: relative; padding-left: 35px; } .products .product-details .shipping-info::before { position: absolute; content: ''; display: block; width: 22px; height: 16px; background: transparent url("../img/shipping.svg") center center no-repeat; background-size: 22px 16px; left: 0; top: 6px; } .products .product-details .shipping-info p { margin-bottom: 0; } @media screen and (min-width: 992px) { .products .product-details { padding-left: 30px; } } /* end of the style document */
0.136349
0.047647
.text-input { display: block; } .text-input__label { margin: 0 0 $spacing-sm; } .text-input__text { background-color: $color-neutral-0; border: 0.0625rem solid $color-neutral-200; border-radius: 0.125rem; box-shadow: $shadow-tertiary; box-sizing: border-box; color: $color-neutral-900; height: 3rem; /* Placeholder text won't vertically align middle on Firefox so have to go with this weird top/bottom padding */ padding: 0.75rem $spacing-md; text-align: left; width: 20.5rem; } @media screen and (max-width: $max-width-360) { .text-input__text { width: 18rem; } } .text-input__text:hover, .text-input__text:focus { border-color: $color-blue-800; } .text-input__text::placeholder { color: $color-neutral-200; margin: 0; } .text-input__label, .text-input__text, .text-input__text::placeholder { font-size: $font-size-title; line-height: $font-size-title; } /* Radio */ .radio-input { align-items: center; cursor: pointer; display: flex; margin-bottom: $spacing-sm; } .radio-input__radio { /* Make the span element large enough to contain the pseudo-elements so the :focus outline surrounds everything. Center the children to make translating the pseudo-elements easier */ align-items: center; display: flex; height: 1.5rem; justify-content: center; margin-right: $spacing-sm; width: 1.5rem; } .radio-input > input[type='radio']:focus + .radio-input__radio { /* Copy default outline behavior to the custom radio */ /* https://ghinda.net/article/mimic-native-focus-css/ */ outline-width: 0.1875rem; outline-color: Highlight; outline-color: -webkit-focus-ring-color; outline-style: auto; } .radio-input__radio:before { background: $color-neutral-0; border: 0.0625rem solid $color-blue-800; border-radius: 50%; box-shadow: $shadow-tertiary; box-sizing: border-box; content: ''; display: block; height: 1.5rem; width: 1.5rem; } .radio-input > input[type='radio']:checked + .radio-input__radio:before { background: $color-blue-800; border: none; /* Only animate on the way in */ transition: all 0.15s cubic-bezier(0.4, 0, 0.6, 1); } .radio-input__radio:after { background: $color-neutral-0; border-radius: 50%; content: ''; display: block; filter: drop-shadow($shadow-primary); height: 0.75rem; opacity: 0; position: absolute; width: 0.75rem; } .radio-input > input[type='radio']:checked + .radio-input__radio:after { opacity: 1; /* Only animate on the way in */ transition: all 0.15s cubic-bezier(0.4, 0, 0.6, 1); } .radio-input__label { font-size: $font-size-body; height: $font-size-body; line-height: $font-size-body; margin: 0; } /* Switch */ .switch-input { align-items: center; cursor: pointer; display: flex; justify-content: space-between; position: relative; /* Allow 'position: absolute' children to scroll with this element */ width: 100%; } .switch-input__label { font-size: $font-size-body; height: $font-size-body; line-height: $font-size-body; margin: 0; } .switch-input__switch { /* Make the span element large enough to contain the pseudo-elements so the :focus outline surrounds everything. Center the children to make translating the pseudo-elements easier */ align-items: center; display: flex; height: 1.5rem; justify-content: center; width: 3rem; } .switch-input__switch:before { background-color: $color-neutral-300; border-radius: 0.375rem; content: ''; display: block; height: 0.75rem; transition: all 0.15s cubic-bezier(0.4, 0, 0.6, 1); width: 2.5rem; } .switch-input > input[type='checkbox']:checked + .switch-input__switch:before { background-color: $color-blue-700; } .switch-input > input[type='checkbox']:focus + .switch-input__switch { /* Copy default outline behavior to the custom switch */ /* https://ghinda.net/article/mimic-native-focus-css/ */ outline-width: 0.1875rem; outline-color: Highlight; outline-color: -webkit-focus-ring-color; outline-style: auto; } .switch-input__switch:after { background-color: $color-neutral-0; border-radius: 50%; box-shadow: $shadow-secondary; content: ''; height: 1.5rem; position: absolute; transform: translateX(-0.75rem); transition: all 0.15s cubic-bezier(0.4, 0, 0.6, 1); width: 1.5rem; } .switch-input > input[type='checkbox']:checked + .switch-input__switch:after { background-color: $color-blue-800; transform: translateX(0.75rem); }
src/02-molecules/inputs.css
.text-input { display: block; } .text-input__label { margin: 0 0 $spacing-sm; } .text-input__text { background-color: $color-neutral-0; border: 0.0625rem solid $color-neutral-200; border-radius: 0.125rem; box-shadow: $shadow-tertiary; box-sizing: border-box; color: $color-neutral-900; height: 3rem; /* Placeholder text won't vertically align middle on Firefox so have to go with this weird top/bottom padding */ padding: 0.75rem $spacing-md; text-align: left; width: 20.5rem; } @media screen and (max-width: $max-width-360) { .text-input__text { width: 18rem; } } .text-input__text:hover, .text-input__text:focus { border-color: $color-blue-800; } .text-input__text::placeholder { color: $color-neutral-200; margin: 0; } .text-input__label, .text-input__text, .text-input__text::placeholder { font-size: $font-size-title; line-height: $font-size-title; } /* Radio */ .radio-input { align-items: center; cursor: pointer; display: flex; margin-bottom: $spacing-sm; } .radio-input__radio { /* Make the span element large enough to contain the pseudo-elements so the :focus outline surrounds everything. Center the children to make translating the pseudo-elements easier */ align-items: center; display: flex; height: 1.5rem; justify-content: center; margin-right: $spacing-sm; width: 1.5rem; } .radio-input > input[type='radio']:focus + .radio-input__radio { /* Copy default outline behavior to the custom radio */ /* https://ghinda.net/article/mimic-native-focus-css/ */ outline-width: 0.1875rem; outline-color: Highlight; outline-color: -webkit-focus-ring-color; outline-style: auto; } .radio-input__radio:before { background: $color-neutral-0; border: 0.0625rem solid $color-blue-800; border-radius: 50%; box-shadow: $shadow-tertiary; box-sizing: border-box; content: ''; display: block; height: 1.5rem; width: 1.5rem; } .radio-input > input[type='radio']:checked + .radio-input__radio:before { background: $color-blue-800; border: none; /* Only animate on the way in */ transition: all 0.15s cubic-bezier(0.4, 0, 0.6, 1); } .radio-input__radio:after { background: $color-neutral-0; border-radius: 50%; content: ''; display: block; filter: drop-shadow($shadow-primary); height: 0.75rem; opacity: 0; position: absolute; width: 0.75rem; } .radio-input > input[type='radio']:checked + .radio-input__radio:after { opacity: 1; /* Only animate on the way in */ transition: all 0.15s cubic-bezier(0.4, 0, 0.6, 1); } .radio-input__label { font-size: $font-size-body; height: $font-size-body; line-height: $font-size-body; margin: 0; } /* Switch */ .switch-input { align-items: center; cursor: pointer; display: flex; justify-content: space-between; position: relative; /* Allow 'position: absolute' children to scroll with this element */ width: 100%; } .switch-input__label { font-size: $font-size-body; height: $font-size-body; line-height: $font-size-body; margin: 0; } .switch-input__switch { /* Make the span element large enough to contain the pseudo-elements so the :focus outline surrounds everything. Center the children to make translating the pseudo-elements easier */ align-items: center; display: flex; height: 1.5rem; justify-content: center; width: 3rem; } .switch-input__switch:before { background-color: $color-neutral-300; border-radius: 0.375rem; content: ''; display: block; height: 0.75rem; transition: all 0.15s cubic-bezier(0.4, 0, 0.6, 1); width: 2.5rem; } .switch-input > input[type='checkbox']:checked + .switch-input__switch:before { background-color: $color-blue-700; } .switch-input > input[type='checkbox']:focus + .switch-input__switch { /* Copy default outline behavior to the custom switch */ /* https://ghinda.net/article/mimic-native-focus-css/ */ outline-width: 0.1875rem; outline-color: Highlight; outline-color: -webkit-focus-ring-color; outline-style: auto; } .switch-input__switch:after { background-color: $color-neutral-0; border-radius: 50%; box-shadow: $shadow-secondary; content: ''; height: 1.5rem; position: absolute; transform: translateX(-0.75rem); transition: all 0.15s cubic-bezier(0.4, 0, 0.6, 1); width: 1.5rem; } .switch-input > input[type='checkbox']:checked + .switch-input__switch:after { background-color: $color-blue-800; transform: translateX(0.75rem); }
0.721939
0.066539
html { font-family: 'Open Sans', sans-serif; line-height: 1.5; } html, body { height: 100%; margin: 0; padding: 0; color: #ffffff; background: #191919; } body { height: auto; display: flex; flex-direction: column; } h1 { font-family: 'Open Sans', sans-serif; } a:link, a:visited, .switch { color: #faef63; } .switch { text-decoration: underline; cursor: pointer; background: #faef63; color: #191919; } .section { flex-direction: column; align-items: flex-start; justify-content: flex-start; width: 75%; font-size: 2em; } #info-pane div { margin: .5em; } /* Utility classes */ .container { width: 100%; height: 100%; } .flex { display: flex; } .centered { align-items: center; justify-content: center; } .huge { font-size: 7em; } .airbnb-red { color: #FF5A5F; } .two { display: flex; width: 75%; justify-content: center; font-size: 1.8em; } .two div { padding: 1.5em; } .vcenter { display: flex; flex-direction: column; justify-content: center; } /* Element Sizing */ #landing { align-items: center; justify-content: flex-start; flex-direction: column; } #landing h1 { margin-top: 1em; } #map { height: 25em; width: 75%; } #info-pane { width: 25%; height: 100%; font-size: .7em; } #info-pane p, #info-pane div { margin-left: .5em; } #suggest span { color: #81FBAF; font-size: 2.75em; } #map-holder { width: 85%; height: 80%; } #hm .section { width: 100%; height: 100%; } #prop_types, #prop_types2, #neighborhood_costs, #neighborhood_ratings { max-width: 20em; max-height: 40em; } #landing-two div { min-width: 30%; } ::selection { background: #ffffff; } input[type=text] { background: #191919; color: white; border: none; font-size: 1em; border-bottom: 2px solid white; padding: 3px; font-family: 'Open Sans'; width: 8em; } #suggest { border-top: 1px solid white; } @media only screen and (max-device-width: 599px) { .flex { flex-direction: column !important; width: 100%; } .two div { padding: 0px; } #landing-two, .two { flex-direction: column; width: 100%; } }
static/style.css
html { font-family: 'Open Sans', sans-serif; line-height: 1.5; } html, body { height: 100%; margin: 0; padding: 0; color: #ffffff; background: #191919; } body { height: auto; display: flex; flex-direction: column; } h1 { font-family: 'Open Sans', sans-serif; } a:link, a:visited, .switch { color: #faef63; } .switch { text-decoration: underline; cursor: pointer; background: #faef63; color: #191919; } .section { flex-direction: column; align-items: flex-start; justify-content: flex-start; width: 75%; font-size: 2em; } #info-pane div { margin: .5em; } /* Utility classes */ .container { width: 100%; height: 100%; } .flex { display: flex; } .centered { align-items: center; justify-content: center; } .huge { font-size: 7em; } .airbnb-red { color: #FF5A5F; } .two { display: flex; width: 75%; justify-content: center; font-size: 1.8em; } .two div { padding: 1.5em; } .vcenter { display: flex; flex-direction: column; justify-content: center; } /* Element Sizing */ #landing { align-items: center; justify-content: flex-start; flex-direction: column; } #landing h1 { margin-top: 1em; } #map { height: 25em; width: 75%; } #info-pane { width: 25%; height: 100%; font-size: .7em; } #info-pane p, #info-pane div { margin-left: .5em; } #suggest span { color: #81FBAF; font-size: 2.75em; } #map-holder { width: 85%; height: 80%; } #hm .section { width: 100%; height: 100%; } #prop_types, #prop_types2, #neighborhood_costs, #neighborhood_ratings { max-width: 20em; max-height: 40em; } #landing-two div { min-width: 30%; } ::selection { background: #ffffff; } input[type=text] { background: #191919; color: white; border: none; font-size: 1em; border-bottom: 2px solid white; padding: 3px; font-family: 'Open Sans'; width: 8em; } #suggest { border-top: 1px solid white; } @media only screen and (max-device-width: 599px) { .flex { flex-direction: column !important; width: 100%; } .two div { padding: 0px; } #landing-two, .two { flex-direction: column; width: 100%; } }
0.370225
0.106226
.App { text-align: center; /* position: fixed; */ } .navbar { /* background-color: rgb(220,220,220); */ background-color: #edeaea; } .fa-github { font-size: 1.8em; } .navbar a { font-size: 1.3em; font-weight: bold; } body { background: #27ae60; /* height: 100%; */ /* position: absolute; */ position: relative; } .notLoggedIn { color: #fff; margin: 0 auto; margin-top: 50px; font-size: 1.8em; text-align: center; position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); } a { text-decoration: none; display: inline-block; } #card { position: absolute; width: 50%; /* height: 100%; */ text-align: center; margin: auto; overflow: hidden; /* top: 59%; */ top: 600%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 1; } .form-inline { display: flex; justify-content: center; } .search-box input[type='search'] { width: 100%; /* font-size: 20px; */ font-size: 1.8em; margin-bottom: 30px; margin-right: 20px; border: 0; padding: .75rem .9375rem .9375rem; background: #e6ebed; text-align: center; box-sizing: border-box; } .search-box input[type='submit'] { margin-bottom: 30px; } .notfound { background: #fff; padding: 1.875rem; text-align: center; } .notfound h2 { font-size: 2rem; color: #27ae60; margin-bottom: .625rem; } .notfound p { font-size: 1rem; color: #000; } .github-profile-info { background: #fff; text-align: center; padding: 20px; } .github-profile-info img { width: 150px; height: 150px; display: block; } .github-profile-info h2 a { /* font-size: 30px; */ font-size: 1em; text-align: center; color: #2368bd; } .github-profile-info h3 { font-size: 1.1885rem; color: #bdcbce; } .github-profile-state { background: #34495e; text-align: center; width: 100%; padding: 1.875rem .9375rem; display: flex; justify-content: center; } .github-profile-state ul { direction: ltr; } .github-profile-state li { list-style: none; display: inline-block; /* margin: 0 50px; */ margin: 0 40px; /* margin-right: 1rem; */ } .github-profile-state a { color: #fff; } .github-profile-state i { font-size: 1.5rem; font-weight: 700; font-style: normal; display: block; } .github-profile-state span { font-size: 20px; letter-spacing: .06rem; color: #27ae60; } @media (max-width: 550px) { #card { top: 800%; } .search-box input[type='search'], .search-box input[type='submit'] { margin-bottom: 15px; } .github-profile-state li { margin-right: 70px; margin-bottom: 30px; } } /* @media screen and (max-height: 525px) { #card { z-index: -1; } } */
src/App.css
.App { text-align: center; /* position: fixed; */ } .navbar { /* background-color: rgb(220,220,220); */ background-color: #edeaea; } .fa-github { font-size: 1.8em; } .navbar a { font-size: 1.3em; font-weight: bold; } body { background: #27ae60; /* height: 100%; */ /* position: absolute; */ position: relative; } .notLoggedIn { color: #fff; margin: 0 auto; margin-top: 50px; font-size: 1.8em; text-align: center; position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); } a { text-decoration: none; display: inline-block; } #card { position: absolute; width: 50%; /* height: 100%; */ text-align: center; margin: auto; overflow: hidden; /* top: 59%; */ top: 600%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 1; } .form-inline { display: flex; justify-content: center; } .search-box input[type='search'] { width: 100%; /* font-size: 20px; */ font-size: 1.8em; margin-bottom: 30px; margin-right: 20px; border: 0; padding: .75rem .9375rem .9375rem; background: #e6ebed; text-align: center; box-sizing: border-box; } .search-box input[type='submit'] { margin-bottom: 30px; } .notfound { background: #fff; padding: 1.875rem; text-align: center; } .notfound h2 { font-size: 2rem; color: #27ae60; margin-bottom: .625rem; } .notfound p { font-size: 1rem; color: #000; } .github-profile-info { background: #fff; text-align: center; padding: 20px; } .github-profile-info img { width: 150px; height: 150px; display: block; } .github-profile-info h2 a { /* font-size: 30px; */ font-size: 1em; text-align: center; color: #2368bd; } .github-profile-info h3 { font-size: 1.1885rem; color: #bdcbce; } .github-profile-state { background: #34495e; text-align: center; width: 100%; padding: 1.875rem .9375rem; display: flex; justify-content: center; } .github-profile-state ul { direction: ltr; } .github-profile-state li { list-style: none; display: inline-block; /* margin: 0 50px; */ margin: 0 40px; /* margin-right: 1rem; */ } .github-profile-state a { color: #fff; } .github-profile-state i { font-size: 1.5rem; font-weight: 700; font-style: normal; display: block; } .github-profile-state span { font-size: 20px; letter-spacing: .06rem; color: #27ae60; } @media (max-width: 550px) { #card { top: 800%; } .search-box input[type='search'], .search-box input[type='submit'] { margin-bottom: 15px; } .github-profile-state li { margin-right: 70px; margin-bottom: 30px; } } /* @media screen and (max-height: 525px) { #card { z-index: -1; } } */
0.449876
0.058373
@font-face { font-family: 'CustomOne'; src: url('./fonts/vremena.woff2') format('woff2'), url('./fonts/vremena.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomOneBold'; src: url('./fonts/vremena_bold.woff2') format('woff2'), url('./fonts/vremena_bold.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomOneBolder'; src: url('./fonts/vremena_bolder.woff2') format('woff2'), url('./fonts/vremena_bolder.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomTwo'; src: url('./fonts/iowanold.woff2') format('woff2'), url('./fonts/iowanold.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomTwoBold'; src: url('./fonts/iowanold_bold.woff2') format('woff2'), url('./fonts/iowanold_bold.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomThree'; src: url('./fonts/BELLABOO-Regular.woff') format('woff2'); /* url('./fonts/iowanold_bold.woff') format('woff'); */ font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; speak: none; } @font-face { font-family: 'CustomFour'; src: url('./fonts/proxima_soft_medium.woff2') format('woff2'), url('./fonts/proxima_soft_medium.woff') format('woff'); font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; speak: none; } @font-face { font-family: 'CustomFourBold'; src: url('./fonts/proxima_soft_bold.woff2') format('woff2'), url('./fonts/proxima_soft_bold.woff') format('woff'); font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; speak: none; } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } .table-header-cell { text-align: center !important; } .rc-pagination { text-align: center !important; } .paypal-button-text { display: none !important; } video::-webkit-media-controls-overlay-play-button { display: none !important; -webkit-appearance: none; } video::-webkit-media-controls-panel { display: none !important; -webkit-appearance: none; } video::-webkit-media-controls-play-button { display: none !important; -webkit-appearance: none; } video::-webkit-media-controls-start-playback-button { display: none !important; -webkit-appearance: none; }
src/utils/styles/index.css
@font-face { font-family: 'CustomOne'; src: url('./fonts/vremena.woff2') format('woff2'), url('./fonts/vremena.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomOneBold'; src: url('./fonts/vremena_bold.woff2') format('woff2'), url('./fonts/vremena_bold.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomOneBolder'; src: url('./fonts/vremena_bolder.woff2') format('woff2'), url('./fonts/vremena_bolder.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomTwo'; src: url('./fonts/iowanold.woff2') format('woff2'), url('./fonts/iowanold.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomTwoBold'; src: url('./fonts/iowanold_bold.woff2') format('woff2'), url('./fonts/iowanold_bold.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CustomThree'; src: url('./fonts/BELLABOO-Regular.woff') format('woff2'); /* url('./fonts/iowanold_bold.woff') format('woff'); */ font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; speak: none; } @font-face { font-family: 'CustomFour'; src: url('./fonts/proxima_soft_medium.woff2') format('woff2'), url('./fonts/proxima_soft_medium.woff') format('woff'); font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; speak: none; } @font-face { font-family: 'CustomFourBold'; src: url('./fonts/proxima_soft_bold.woff2') format('woff2'), url('./fonts/proxima_soft_bold.woff') format('woff'); font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; speak: none; } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } .table-header-cell { text-align: center !important; } .rc-pagination { text-align: center !important; } .paypal-button-text { display: none !important; } video::-webkit-media-controls-overlay-play-button { display: none !important; -webkit-appearance: none; } video::-webkit-media-controls-panel { display: none !important; -webkit-appearance: none; } video::-webkit-media-controls-play-button { display: none !important; -webkit-appearance: none; } video::-webkit-media-controls-start-playback-button { display: none !important; -webkit-appearance: none; }
0.226698
0.044764
* { padding: 0; margin: 0; } body, html { height: 100%; width: 100%; position: relative; font-size: 12px; } body { background: url(../images/pretty.jpg?__inline) 0 0 no-repeat; background-attachment: fixed; } #wrapper { min-width: 810px; min-height: 600px; height: 100%; position: relative; } /**/ #head { position: relative; padding-bottom: 0; height: 100%; min-height: 600px; text-align: center; } #head .head-wrapper { height: 100%; position: relative; } #head .s-form { position: relative; top: 38.2%; } #head .s-form .s-form-wrapper { position: relative; top: -191px; } .s-form .s-form-wrapper img { height: 129px; width: 270px; } /*LOGO end*/ /*searchbox*/ #form { margin: 22px auto 0; width: 641px; text-align: left; z-index: 100; position: relative; padding: 0; font-size: 0; } .quickdelate-wrap, .soutu-btn, .s-btn { display: inline-block; } .quickdelate-wrap { position: relative; background: #fff; width: 539px; height: 34px; margin-right: 0; border-right-width: 0; overflow: hidden; border: 1px solid #b6b6b6; } .quickdelate-wrap:hover { border-color: #999; } .quickdelate-wrap-focus { border-color: #4791ff!important; } /*搜图*/ .soutu-btn { z-index: 1; position: absolute; right: 11px; top: 50%; margin-top: -8px; height: 16px; width: 18px; cursor: pointer; background: #fff url(../images/camera_new.png?__Sprite) 0 0 no-repeat; } .soutu-btn:hover { background-position: 0 -20px; } /*搜图 end*/ /*搜索框*/ #kw { position: relative; width: 500px; height: 22px; font: 16px arial; margin: 6px 0 0 7px; background: transparent; outline: 0; border: 0; } /*搜索框end*/ /*searchbtn*/ .s-btn { width: auto; height: auto; border: 1px solid: transparent; z-index: 0; vertical-align: top; margin-left: 0; padding: 0; } .st-btn { width: 100px; height: 35.5px; color: #fff; font-size: 15px; letter-spacing: 1px; background: #3385ff; border: 0; border-bottom: 1px solid #2d78f4; outline: medium; margin-left: 0; cursor: pointer; } .st-btn:hover { background: #317ef3; border-bottom: 1px solid #2868c8; box-shadow: 1px 1px 1px #ccc; } /*searchbtn end*/ /*searchbox end*/ /*导航*/ #ul { color: #fff; position: absolute; right: 0; top: 0; width: 590px; z-index: 2; font-size: 13px; text-align: right; color: #999; } #ul a { position: relative; height: 32px; line-height: 32px; margin-left: 19px; color: #FFF; text-decoration: underline; outline: none; display: inline-block; text-shadow: none; } #ul .mnav { font-weight: bold; } #ul .lb { margin-right: 0; height: 32px; font-size: normal; vertical-align: top; line-height: 32px; } #ul.pf { display: inline-block; vertical-align: top; height: 32px; line-height: 32px; } #ul .bri { width: 86px; height: 31px; line-height: 32px; margin-top: 0; color: white; background: #38f; background: #398bfb; font-size: 13px; text-align: center; overflow: hidden; border-bottom: 1px solid #398bfb; text-decoration: none; display: inline-block; vertical-align: top; } .pf:hover, .lb:hover, .mnav:hover { color: #00c!important; } /*左上信息*/ #s-upfunc-menus { position: absolute; left: 0; top: 0; z-index: 2; height: 32px; padding-right: 15px; } .s-icons { float: left; } .s-icons a { position: relative; height: 32px; line-height: 32px; color: #555; text-decoration: underline; outline: none; display: inline-block; text-shadow: none; font-size: 13px; color: #fff; font-weight: 700; } .s-icons a:hover { color: #00c } /*左上信息end*/ /*导航 end*/ /*sidebar*/ #wrapper .bdbri { width: 85px; border-left: 1px solid #e7e7e7; position: absolute; background-color: #f9f9f9; overflow: hidden; z-index: 3; right: 0; top: 0; height: 100%; } .bdbri .bdbriimgtittle { color: #333; text-align: center; width: 66px; height: 43px; padding-top: 9px; line-height: 43px; margin: 0 auto; border-bottom: #f0f0f0 1px solid; font-size: 13px; cursor: default; } .bdbriwrapper a { display: block; text-align: center; width: 66px; height: 76px; margin: 0 auto; border-bottom: #f0f0f0 1px solid; color: #666; text-decoration: underline; overflow: hidden; } .bdbriwrapper a:hover { text-decoration: none; } .bdbriwrapper a span { width: 36px; height: 36px; display: block; margin: 10px auto 5px; background: url(../images/bdbri_icons.png?__Sprite) no-repeat; cursor: pointer; } .bdbriwrapper a span.bdbriimgitem-3 { width: 40px; background-position: -72px 0; } .bdbriwrapper a span.bdbriimgitem-4 { background-position: -112px 0; } .bdbriwrapper a span.bdbriimgitem-2 { background-position: -36px 0; } .bdbriwrapper a span.bdbriimgitem-5 { background-position: -148px 0; } .bdbriwrapper a span.bdbriimgitem-6 { background-position: -184px 0; } .bdbrievenmore { margin-top: 15px; height: 30px; width: 85px; overflow: hidden; clear: both; text-align: center; } /*sidebar end*/ /*定制*/ #s_wrap { width: 100%; margin: 0 auto; position: absolute; min-width: 1000px; z-index: 0; top: 295px; } #s_wrap #s_main { position: relative; display: block; margin: 0 auto; width: 895px; background: #fff; opacity: 0.8; } #s_wrap .s-menu-container { width: 100%; min-height: 39px; height: 39px; } #s-menu-gurd { margin-top: 0; width: 100%; min-height: 39px; height: 39px; } #s-ctner-menus { color: #333; border: none; border-bottom: 1px solid #e9e9e9; border-color: rgb(226, 226, 226, 9)!important; height: 39px; width: 895px; line-height: 40px; z-index: 1000; position: relative; margin: 0 auto; text-align: left; font-size: 14px; } #s-menu-mine { color: #333; height: 39px; display: inline-block; vertical-align: top; float: left; text-align: left; width: 124px; outline: none; } .mine-icon { display: inline-block; margin: 11px 0 0 20px; width: 20px; height: 18px; background: url(../images/login.png?__Sprite) no-repeat -15px 0; cursor: pointer; } .mine-text { display: inline-block; height: 100%; margin-left: 3px; vertical-align: top; line-height: 39px; cursor: pointer; } /*title*/ .s-menu-outer { width: 721px; float: left; } #s-menu-wrapper { display: inline-block; float: left; vertical-align: top; height: 100%; width: auto; font-size: 0; } .s-menu-item { display: inline-block; width: 80px; height: 39px; vertical-align: top; line-height: 39px; text-align: center; cursor: pointer; font-size: 14px; } .s-menu-item:hover, #s-menu-mine:hover { background: #e9e9e9; } #s-menu-set { height: 39px; float: right; width: 18px; padding: 0 21px 0 11px; cursor: pointer; display: inline-block; vertical-align: top; line-height: 39px; } .menu-icon { display: inline-block; width: 100%; height: 18px; margin-top: 11px; overflow: hidden; background: url(../images/login.png?__Sprite) no-repeat -121px -49px; } /*title end*/ /*made to order */ /*我的关注*/ #c-ctner-contents { width: 893px; min-height: 363px; border: 1px solid transparent; } #s-xmancard-mine { position: relative; padding-bottom: 21px; min-height: 318px; } .myguide .s-code-nav { position: relative; width: 100%; margin-top: 13px; margin-bottom: 10px; border-top: 1px solid transparent; border-bottom: 1px solid: transparent; } .s-code-nav .s-block-container { width: 844px; overflow: hidden; margin: 0 auto; } .s-mblock-title { position: relative; z-index: 0; width: 100%; height: 30px; text-align: left; font-size: 14px; padding-bottom: 6px; border-bottom-color: rgb(240, 240, 240, 9)!important; } .s-mblock-title .title-content { height: 100%; line-height: 30px; cursor: pointer; } .mine-title { outline: none; } .mine-title-icon { position: relative; z-index: 0; font-size: 0; height: 10px; width: 10px; margin-right: 6px; display: inline-block; vertical-align: middle; } .beforech { position: absolute; top: 3px; left: 0; height: 0; line-height: 0; width: 0; font-size: 0; border: 5px dashed transparent; border-top: 5px solid #666; } /*切换i样式*/ .mine-title-icon-change { position: absolute; top: 0px; left: 3px; height: 0; line-height: 0; width: 0; font-size: 0; border-left: 5px solid #666; border-top: 5px dashed transparent; } /*切换i样式 end*/ .mine-title-text { display: inline-block; vertical-align: middle; height: 30px; font-weight: bold; margin-right: 4px; line-height: 30px; } .s-mblock-content { text-align: left; position: relative; width: 850px; border-top: 1px solid #F0F0F0; padding-bottom: 15px; font-size: 14px; } .nav-item { display: inline-block; height: 44px; line-height: 44px; z-index: 2; width: 164px; cursor: pointer; border-color: rgb(240, 240, 240, 9)!important; } .border-for-item { display: block; height: 41px; width: 158px; border: 1px solid transparent; text-decoration: none; color: #333; } .s-mblock-content .nav-icon { display: inline-block; vertical-align: top; margin-top: 12px; margin-left: 15px; } .s-mblock-content .nav-text { display: inline-block; vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; width: 104px; margin-left: 5px; text-align: left; line-height: 41px; height: 41px; } /*我的关注 end*/ /*推荐*/ #s-xmancard-news { position: relative; width: 843px; padding: 0 25px 0 25px; min-height: 318px; } .s-news-rank-wrapper { position: absolute; top: 0; right: 5px; width: 300px; margin-top: 20px; text-align: left; } .news-flash-tips { width: 100%; height: 38px; text-align: left; } .s-rank-tite { height: 30px; width: 270px; border-bottom-color: rgb(233, 233, 233, 9)!important; } .title-text { float: left; height: 22px; width: 94px; padding-top: 3px; font-size: 14px; font-weight: bold; } .title-text a { text-decoration: none; color: #333; outline: none; } .hot-refresh { display: block; float: right; height: 22px; padding-top: 3px; width: 60px; cursor: pointer; outline: none; } .hot-refresh-icon { display: inline-block; width: 20px; height: 16px; background: url(../images/news.png?__Sprite) -23px -25px no-repeat; vertical-align: bottom; } .hot-refresh-text { font-size: 13px; width: 34px; text-align: center; white-space: nowrap; display: inline-block; vertical-align: top; outline: none; } .s-news-rank-content { position: relative; list-style: disc; text-align: left; } .news-meta-item { width: 144px; margin-right: 3px; display: inline-block; list-style: square; } .news-meta-item .news-title { width: 136px; display: inline-block; vertical-align: middle; height: 34px; line-height: 34px; outline: none; } .title-link { float: left; display: block; font-size: 14px; outline: none; } .title-content { display: inline-block; vertical-align: middle; max-width: 113px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; outline: none; } .news-flash-tips { width: 100%; height: 38px; text-align: left; cursor: pointer; } .border-color-blank8 { border: rgb(226, 226, 226, .9)!important; } .left-line, .right-line { display: inline-block; vertical-align: middle; height: 0; width: 172px; font-size: 0; border-bottom: 1px solid #e2e2e2; margin-top: 21px; } .tips-content { display: inline-block; vertical-align: middle; width: 187px; padding-top: 21px; margin: 0 auto; } .tips-content .tips-icon { display: inline-block; height: 14px; width: 12px; margin: 0 6px 0 6px; background: url(../images/news.png?__Sprite) no-repeat -45px -1px; vertical-align: middle; } .water-container { text-align: left; position: relative; } .tips-content .cni { display: inline-block; vertical-align: middle; font-size: 13px; color: rgb(0, 0, 0, 4); outline: none; } .s-news-special a { display: inline-block; width: 508px; overflow: hidden; margin-left: 0; font-size: 18px; } /*推荐 end*/ /*导航*/ #s-content-3 { width: 95%; position: relative; text-align: left; padding-top: 10px; padding-left: 20px; font-size: 15px; font-weight: 700; background-color: #fff; } #s-content-3 .cni { display: block; width: 200px; } #s-content-3 .fanli-nav { display: inline-block; float: left; margin-right: 15px; margin-top: 15px; position: relative; } .fanli-nav a { display: block; position: relative; height: 58px; line-height: 58px; width: 126px; background: #fff; opacity: 1; border: 1px solid #fcfcfc; text-decoration: none; } .fanli-nav a img { margin-top: -8px; height: 16px; width: 16px; } .fanli-nav.nav-text { position: absolute; text-align: left; left: 44px; color: #333; font-size: 14px; padding: 0; max-width: 71px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block; top: 9px; } .clear { width: 100%; height: 2px; } .change { top: 0px; left: 3px; border-top: 5px dashed transparent; border-left: 5px solid #666; } /*导航end*/ /*视频*/ #movies { width: 100%; position: relative; padding: 20px; } #movies span { font-size: 15px; position: relative; left: 0; } /*视频 end*/ /*购物*/ #food { margin-top: 20px; position: relative; } /*购物 end*/ /*made to order end */ /*定制 end*/ /*footer*/ #bottom-container { position: static; margin: 23px auto 12px; color: #fff; width: 100%; z-index: 3; bottom: 12px; left: 0; overflow: hidden; } #bottom-container a { color: #fff; } .ih { display: inline; } .ih .sethome { margin-right: 12px; font-size: 12px; text-decoration: underline; } .recordcode { padding-top: 6px; height: 16px; line-height: 16px; } .recordcode a { text-decoration: none; } .recordcode a i { display: inline-block; width: 14px; height: 16px; margin-right: 6px; background: url(../images/icon-police.png?__Sprite) 0 0 no-repeat; vertical-align: middle; margin-top: -4px; } /*footer end*/ /*backtop*/ #btn { position: fixed; margin-right: 447px; width: 51px; bottom: 30px; right: -300px; height: 51px; background: #fff; opacity: 0.4; cursor: pointer; } #btn a { display: block; height: 17px; width: 33px; margin: 0 auto; background: url(../images/topfed.png?__Sprite) no-repeat -1px -10px; margin-top: 17px; } .icon-mask { height: 51px; width: 51px; line-height: 51px; border: 0; color: black; display: none; background: #fff; } .icon-mask span { display: block; position: absolute; top: 9px; width: 30px; left: 14px; line-height: 17px; width: 30px; } /*backtop top*/ /*换肤*/ #bgimage { width: 100%; background: #fff; position: absolute; z-index: 10000; top: 32px; right: 0; padding: 20px; opacity: 1; height: 116px; } #bgimage ul { position: absolute; list-style: none; display: block; width: 100%; top: 0; right: 0; opacity: 1; } #bgimage ul li { display: inline-block; float: left; width: 20%; height: 100%; margin: 0; padding: 0; cursor: pointer; } #bgimage img { width: 100%; height: 156px; } /*换肤 end*/
ten/baidu-fis/baidu-fis/css/baidu.css
* { padding: 0; margin: 0; } body, html { height: 100%; width: 100%; position: relative; font-size: 12px; } body { background: url(../images/pretty.jpg?__inline) 0 0 no-repeat; background-attachment: fixed; } #wrapper { min-width: 810px; min-height: 600px; height: 100%; position: relative; } /**/ #head { position: relative; padding-bottom: 0; height: 100%; min-height: 600px; text-align: center; } #head .head-wrapper { height: 100%; position: relative; } #head .s-form { position: relative; top: 38.2%; } #head .s-form .s-form-wrapper { position: relative; top: -191px; } .s-form .s-form-wrapper img { height: 129px; width: 270px; } /*LOGO end*/ /*searchbox*/ #form { margin: 22px auto 0; width: 641px; text-align: left; z-index: 100; position: relative; padding: 0; font-size: 0; } .quickdelate-wrap, .soutu-btn, .s-btn { display: inline-block; } .quickdelate-wrap { position: relative; background: #fff; width: 539px; height: 34px; margin-right: 0; border-right-width: 0; overflow: hidden; border: 1px solid #b6b6b6; } .quickdelate-wrap:hover { border-color: #999; } .quickdelate-wrap-focus { border-color: #4791ff!important; } /*搜图*/ .soutu-btn { z-index: 1; position: absolute; right: 11px; top: 50%; margin-top: -8px; height: 16px; width: 18px; cursor: pointer; background: #fff url(../images/camera_new.png?__Sprite) 0 0 no-repeat; } .soutu-btn:hover { background-position: 0 -20px; } /*搜图 end*/ /*搜索框*/ #kw { position: relative; width: 500px; height: 22px; font: 16px arial; margin: 6px 0 0 7px; background: transparent; outline: 0; border: 0; } /*搜索框end*/ /*searchbtn*/ .s-btn { width: auto; height: auto; border: 1px solid: transparent; z-index: 0; vertical-align: top; margin-left: 0; padding: 0; } .st-btn { width: 100px; height: 35.5px; color: #fff; font-size: 15px; letter-spacing: 1px; background: #3385ff; border: 0; border-bottom: 1px solid #2d78f4; outline: medium; margin-left: 0; cursor: pointer; } .st-btn:hover { background: #317ef3; border-bottom: 1px solid #2868c8; box-shadow: 1px 1px 1px #ccc; } /*searchbtn end*/ /*searchbox end*/ /*导航*/ #ul { color: #fff; position: absolute; right: 0; top: 0; width: 590px; z-index: 2; font-size: 13px; text-align: right; color: #999; } #ul a { position: relative; height: 32px; line-height: 32px; margin-left: 19px; color: #FFF; text-decoration: underline; outline: none; display: inline-block; text-shadow: none; } #ul .mnav { font-weight: bold; } #ul .lb { margin-right: 0; height: 32px; font-size: normal; vertical-align: top; line-height: 32px; } #ul.pf { display: inline-block; vertical-align: top; height: 32px; line-height: 32px; } #ul .bri { width: 86px; height: 31px; line-height: 32px; margin-top: 0; color: white; background: #38f; background: #398bfb; font-size: 13px; text-align: center; overflow: hidden; border-bottom: 1px solid #398bfb; text-decoration: none; display: inline-block; vertical-align: top; } .pf:hover, .lb:hover, .mnav:hover { color: #00c!important; } /*左上信息*/ #s-upfunc-menus { position: absolute; left: 0; top: 0; z-index: 2; height: 32px; padding-right: 15px; } .s-icons { float: left; } .s-icons a { position: relative; height: 32px; line-height: 32px; color: #555; text-decoration: underline; outline: none; display: inline-block; text-shadow: none; font-size: 13px; color: #fff; font-weight: 700; } .s-icons a:hover { color: #00c } /*左上信息end*/ /*导航 end*/ /*sidebar*/ #wrapper .bdbri { width: 85px; border-left: 1px solid #e7e7e7; position: absolute; background-color: #f9f9f9; overflow: hidden; z-index: 3; right: 0; top: 0; height: 100%; } .bdbri .bdbriimgtittle { color: #333; text-align: center; width: 66px; height: 43px; padding-top: 9px; line-height: 43px; margin: 0 auto; border-bottom: #f0f0f0 1px solid; font-size: 13px; cursor: default; } .bdbriwrapper a { display: block; text-align: center; width: 66px; height: 76px; margin: 0 auto; border-bottom: #f0f0f0 1px solid; color: #666; text-decoration: underline; overflow: hidden; } .bdbriwrapper a:hover { text-decoration: none; } .bdbriwrapper a span { width: 36px; height: 36px; display: block; margin: 10px auto 5px; background: url(../images/bdbri_icons.png?__Sprite) no-repeat; cursor: pointer; } .bdbriwrapper a span.bdbriimgitem-3 { width: 40px; background-position: -72px 0; } .bdbriwrapper a span.bdbriimgitem-4 { background-position: -112px 0; } .bdbriwrapper a span.bdbriimgitem-2 { background-position: -36px 0; } .bdbriwrapper a span.bdbriimgitem-5 { background-position: -148px 0; } .bdbriwrapper a span.bdbriimgitem-6 { background-position: -184px 0; } .bdbrievenmore { margin-top: 15px; height: 30px; width: 85px; overflow: hidden; clear: both; text-align: center; } /*sidebar end*/ /*定制*/ #s_wrap { width: 100%; margin: 0 auto; position: absolute; min-width: 1000px; z-index: 0; top: 295px; } #s_wrap #s_main { position: relative; display: block; margin: 0 auto; width: 895px; background: #fff; opacity: 0.8; } #s_wrap .s-menu-container { width: 100%; min-height: 39px; height: 39px; } #s-menu-gurd { margin-top: 0; width: 100%; min-height: 39px; height: 39px; } #s-ctner-menus { color: #333; border: none; border-bottom: 1px solid #e9e9e9; border-color: rgb(226, 226, 226, 9)!important; height: 39px; width: 895px; line-height: 40px; z-index: 1000; position: relative; margin: 0 auto; text-align: left; font-size: 14px; } #s-menu-mine { color: #333; height: 39px; display: inline-block; vertical-align: top; float: left; text-align: left; width: 124px; outline: none; } .mine-icon { display: inline-block; margin: 11px 0 0 20px; width: 20px; height: 18px; background: url(../images/login.png?__Sprite) no-repeat -15px 0; cursor: pointer; } .mine-text { display: inline-block; height: 100%; margin-left: 3px; vertical-align: top; line-height: 39px; cursor: pointer; } /*title*/ .s-menu-outer { width: 721px; float: left; } #s-menu-wrapper { display: inline-block; float: left; vertical-align: top; height: 100%; width: auto; font-size: 0; } .s-menu-item { display: inline-block; width: 80px; height: 39px; vertical-align: top; line-height: 39px; text-align: center; cursor: pointer; font-size: 14px; } .s-menu-item:hover, #s-menu-mine:hover { background: #e9e9e9; } #s-menu-set { height: 39px; float: right; width: 18px; padding: 0 21px 0 11px; cursor: pointer; display: inline-block; vertical-align: top; line-height: 39px; } .menu-icon { display: inline-block; width: 100%; height: 18px; margin-top: 11px; overflow: hidden; background: url(../images/login.png?__Sprite) no-repeat -121px -49px; } /*title end*/ /*made to order */ /*我的关注*/ #c-ctner-contents { width: 893px; min-height: 363px; border: 1px solid transparent; } #s-xmancard-mine { position: relative; padding-bottom: 21px; min-height: 318px; } .myguide .s-code-nav { position: relative; width: 100%; margin-top: 13px; margin-bottom: 10px; border-top: 1px solid transparent; border-bottom: 1px solid: transparent; } .s-code-nav .s-block-container { width: 844px; overflow: hidden; margin: 0 auto; } .s-mblock-title { position: relative; z-index: 0; width: 100%; height: 30px; text-align: left; font-size: 14px; padding-bottom: 6px; border-bottom-color: rgb(240, 240, 240, 9)!important; } .s-mblock-title .title-content { height: 100%; line-height: 30px; cursor: pointer; } .mine-title { outline: none; } .mine-title-icon { position: relative; z-index: 0; font-size: 0; height: 10px; width: 10px; margin-right: 6px; display: inline-block; vertical-align: middle; } .beforech { position: absolute; top: 3px; left: 0; height: 0; line-height: 0; width: 0; font-size: 0; border: 5px dashed transparent; border-top: 5px solid #666; } /*切换i样式*/ .mine-title-icon-change { position: absolute; top: 0px; left: 3px; height: 0; line-height: 0; width: 0; font-size: 0; border-left: 5px solid #666; border-top: 5px dashed transparent; } /*切换i样式 end*/ .mine-title-text { display: inline-block; vertical-align: middle; height: 30px; font-weight: bold; margin-right: 4px; line-height: 30px; } .s-mblock-content { text-align: left; position: relative; width: 850px; border-top: 1px solid #F0F0F0; padding-bottom: 15px; font-size: 14px; } .nav-item { display: inline-block; height: 44px; line-height: 44px; z-index: 2; width: 164px; cursor: pointer; border-color: rgb(240, 240, 240, 9)!important; } .border-for-item { display: block; height: 41px; width: 158px; border: 1px solid transparent; text-decoration: none; color: #333; } .s-mblock-content .nav-icon { display: inline-block; vertical-align: top; margin-top: 12px; margin-left: 15px; } .s-mblock-content .nav-text { display: inline-block; vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; width: 104px; margin-left: 5px; text-align: left; line-height: 41px; height: 41px; } /*我的关注 end*/ /*推荐*/ #s-xmancard-news { position: relative; width: 843px; padding: 0 25px 0 25px; min-height: 318px; } .s-news-rank-wrapper { position: absolute; top: 0; right: 5px; width: 300px; margin-top: 20px; text-align: left; } .news-flash-tips { width: 100%; height: 38px; text-align: left; } .s-rank-tite { height: 30px; width: 270px; border-bottom-color: rgb(233, 233, 233, 9)!important; } .title-text { float: left; height: 22px; width: 94px; padding-top: 3px; font-size: 14px; font-weight: bold; } .title-text a { text-decoration: none; color: #333; outline: none; } .hot-refresh { display: block; float: right; height: 22px; padding-top: 3px; width: 60px; cursor: pointer; outline: none; } .hot-refresh-icon { display: inline-block; width: 20px; height: 16px; background: url(../images/news.png?__Sprite) -23px -25px no-repeat; vertical-align: bottom; } .hot-refresh-text { font-size: 13px; width: 34px; text-align: center; white-space: nowrap; display: inline-block; vertical-align: top; outline: none; } .s-news-rank-content { position: relative; list-style: disc; text-align: left; } .news-meta-item { width: 144px; margin-right: 3px; display: inline-block; list-style: square; } .news-meta-item .news-title { width: 136px; display: inline-block; vertical-align: middle; height: 34px; line-height: 34px; outline: none; } .title-link { float: left; display: block; font-size: 14px; outline: none; } .title-content { display: inline-block; vertical-align: middle; max-width: 113px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; outline: none; } .news-flash-tips { width: 100%; height: 38px; text-align: left; cursor: pointer; } .border-color-blank8 { border: rgb(226, 226, 226, .9)!important; } .left-line, .right-line { display: inline-block; vertical-align: middle; height: 0; width: 172px; font-size: 0; border-bottom: 1px solid #e2e2e2; margin-top: 21px; } .tips-content { display: inline-block; vertical-align: middle; width: 187px; padding-top: 21px; margin: 0 auto; } .tips-content .tips-icon { display: inline-block; height: 14px; width: 12px; margin: 0 6px 0 6px; background: url(../images/news.png?__Sprite) no-repeat -45px -1px; vertical-align: middle; } .water-container { text-align: left; position: relative; } .tips-content .cni { display: inline-block; vertical-align: middle; font-size: 13px; color: rgb(0, 0, 0, 4); outline: none; } .s-news-special a { display: inline-block; width: 508px; overflow: hidden; margin-left: 0; font-size: 18px; } /*推荐 end*/ /*导航*/ #s-content-3 { width: 95%; position: relative; text-align: left; padding-top: 10px; padding-left: 20px; font-size: 15px; font-weight: 700; background-color: #fff; } #s-content-3 .cni { display: block; width: 200px; } #s-content-3 .fanli-nav { display: inline-block; float: left; margin-right: 15px; margin-top: 15px; position: relative; } .fanli-nav a { display: block; position: relative; height: 58px; line-height: 58px; width: 126px; background: #fff; opacity: 1; border: 1px solid #fcfcfc; text-decoration: none; } .fanli-nav a img { margin-top: -8px; height: 16px; width: 16px; } .fanli-nav.nav-text { position: absolute; text-align: left; left: 44px; color: #333; font-size: 14px; padding: 0; max-width: 71px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block; top: 9px; } .clear { width: 100%; height: 2px; } .change { top: 0px; left: 3px; border-top: 5px dashed transparent; border-left: 5px solid #666; } /*导航end*/ /*视频*/ #movies { width: 100%; position: relative; padding: 20px; } #movies span { font-size: 15px; position: relative; left: 0; } /*视频 end*/ /*购物*/ #food { margin-top: 20px; position: relative; } /*购物 end*/ /*made to order end */ /*定制 end*/ /*footer*/ #bottom-container { position: static; margin: 23px auto 12px; color: #fff; width: 100%; z-index: 3; bottom: 12px; left: 0; overflow: hidden; } #bottom-container a { color: #fff; } .ih { display: inline; } .ih .sethome { margin-right: 12px; font-size: 12px; text-decoration: underline; } .recordcode { padding-top: 6px; height: 16px; line-height: 16px; } .recordcode a { text-decoration: none; } .recordcode a i { display: inline-block; width: 14px; height: 16px; margin-right: 6px; background: url(../images/icon-police.png?__Sprite) 0 0 no-repeat; vertical-align: middle; margin-top: -4px; } /*footer end*/ /*backtop*/ #btn { position: fixed; margin-right: 447px; width: 51px; bottom: 30px; right: -300px; height: 51px; background: #fff; opacity: 0.4; cursor: pointer; } #btn a { display: block; height: 17px; width: 33px; margin: 0 auto; background: url(../images/topfed.png?__Sprite) no-repeat -1px -10px; margin-top: 17px; } .icon-mask { height: 51px; width: 51px; line-height: 51px; border: 0; color: black; display: none; background: #fff; } .icon-mask span { display: block; position: absolute; top: 9px; width: 30px; left: 14px; line-height: 17px; width: 30px; } /*backtop top*/ /*换肤*/ #bgimage { width: 100%; background: #fff; position: absolute; z-index: 10000; top: 32px; right: 0; padding: 20px; opacity: 1; height: 116px; } #bgimage ul { position: absolute; list-style: none; display: block; width: 100%; top: 0; right: 0; opacity: 1; } #bgimage ul li { display: inline-block; float: left; width: 20%; height: 100%; margin: 0; padding: 0; cursor: pointer; } #bgimage img { width: 100%; height: 156px; } /*换肤 end*/
0.478773
0.088899
body { font-family: 'Poppins', sans-serif; } .text-center { text-align: center; } .center { margin: 0 auto; } .button-white { background-color: white; border-color: white; } .button-dark { background-color: #2d2d2d; border-color: #2d2d2d; } .button-white.button-clear, .button-white.button-outline { background-color: transparent; color: white; } .button-white.button-outline:hover { background-color: transparent; color: white; } .button-white.button-clear { border-color: transparent; } code.dark { background-color: #2d2d2d; color: #fff; } code.light { color: #2d2d2d; } .jumbo { padding: 100px 20px 100px 20px; background-color: #2d2d2d; color: #ffffff; } .jumbo .logo { max-width: 1024px; margin: 0 auto; } .jumbo .logo img { width: 80%; } .jumbo #platform { margin: 40px 0px 0px 0px; text-align: center; } .jumbo #platform li { display: inline; margin: 0px 5px 0px 5px; } .content { max-width: 1024px; margin: 0 auto; padding: 50px 50px 50px 50px; } .content form { text-align: left; } .content form h4 { margin-top: 25px; text-align: center; } .content form h5 { clear: both; margin-bottom: 0px; } .content form p { margin: 0px 0px 15px 0px; } .content .toggles li { float: left; display: inline; margin: 0px 10px 20px 0px; } .content .toggles #threads { display: none; float: left; list-style-type: none; } .content .toggles .thread-count { position: relative; font-size: 150%; top: 4px; cursor: pointer; cursor: hand; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; } .content .profile { display: none; margin-top: 50px; text-align: left; border: 1px solid #cccccc; border-radius: 5px; padding: 5px 10px 5px 10px; word-wrap: none; } .content .platform-banner { display: none; width: 75%; margin: 25px auto; padding: 10px; background: #333; color: #fff; border-radius: 5px; } .content .platform-banner .path { margin: 5px 0px 0px 0px; font-size: 13px; font-weight: bold; word-wrap: break-word; } /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 60px; height: 34px; } /* Hide default HTML checkbox */ .switch input { display: none; } /* The slider */ .slider { position: absolute; clear: left; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2d2d2d; } input:focus + .slider { box-shadow: 0 0 1px #2d2d2d; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } .whitelist { position: relative; list-style-type: none; float: left; left: -5px; right: -5px; } .whitelist li { position: relative; float: left; font-size: 125%; top: 0px; margin: 0px 5px -15px 5px; padding: 3px 10px 3px 10px; border-radius: 5px; background: #2d2d2d; color: #FFF; } #paths { display: none; } #miner, #minerAddress, #minerInput { display: none; list-style-type: none; } input { color: #606060; } .compile { width: 50%; margin: 20px auto; } .donate { position: relative; margin: 50 auto; margin-bottom: 0px; word-wrap: break-word; font-weight: lighter; } .donate span { position: relative; top: 5px; } .tooltip { position: relative; display: inline; } .tooltip span { position: absolute; width:140px; color: #2D2D2D; background: #FFF; height: 40px; line-height: 40px; text-align: center; visibility: hidden; border-radius: 6px; } .tooltip span:after { content: ''; position: absolute; bottom: 100%; left: 50%; margin-left: -8px; width: 0; height: 0; border-bottom: 8px solid #FFF; border-right: 8px solid transparent; border-left: 8px solid transparent; } #tooltip1:hover.tooltip span { visibility: visible; opacity: 0.8; top: 50px; left: 50%; margin-left: -76px; z-index: 999; }
style.css
body { font-family: 'Poppins', sans-serif; } .text-center { text-align: center; } .center { margin: 0 auto; } .button-white { background-color: white; border-color: white; } .button-dark { background-color: #2d2d2d; border-color: #2d2d2d; } .button-white.button-clear, .button-white.button-outline { background-color: transparent; color: white; } .button-white.button-outline:hover { background-color: transparent; color: white; } .button-white.button-clear { border-color: transparent; } code.dark { background-color: #2d2d2d; color: #fff; } code.light { color: #2d2d2d; } .jumbo { padding: 100px 20px 100px 20px; background-color: #2d2d2d; color: #ffffff; } .jumbo .logo { max-width: 1024px; margin: 0 auto; } .jumbo .logo img { width: 80%; } .jumbo #platform { margin: 40px 0px 0px 0px; text-align: center; } .jumbo #platform li { display: inline; margin: 0px 5px 0px 5px; } .content { max-width: 1024px; margin: 0 auto; padding: 50px 50px 50px 50px; } .content form { text-align: left; } .content form h4 { margin-top: 25px; text-align: center; } .content form h5 { clear: both; margin-bottom: 0px; } .content form p { margin: 0px 0px 15px 0px; } .content .toggles li { float: left; display: inline; margin: 0px 10px 20px 0px; } .content .toggles #threads { display: none; float: left; list-style-type: none; } .content .toggles .thread-count { position: relative; font-size: 150%; top: 4px; cursor: pointer; cursor: hand; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; } .content .profile { display: none; margin-top: 50px; text-align: left; border: 1px solid #cccccc; border-radius: 5px; padding: 5px 10px 5px 10px; word-wrap: none; } .content .platform-banner { display: none; width: 75%; margin: 25px auto; padding: 10px; background: #333; color: #fff; border-radius: 5px; } .content .platform-banner .path { margin: 5px 0px 0px 0px; font-size: 13px; font-weight: bold; word-wrap: break-word; } /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 60px; height: 34px; } /* Hide default HTML checkbox */ .switch input { display: none; } /* The slider */ .slider { position: absolute; clear: left; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2d2d2d; } input:focus + .slider { box-shadow: 0 0 1px #2d2d2d; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } .whitelist { position: relative; list-style-type: none; float: left; left: -5px; right: -5px; } .whitelist li { position: relative; float: left; font-size: 125%; top: 0px; margin: 0px 5px -15px 5px; padding: 3px 10px 3px 10px; border-radius: 5px; background: #2d2d2d; color: #FFF; } #paths { display: none; } #miner, #minerAddress, #minerInput { display: none; list-style-type: none; } input { color: #606060; } .compile { width: 50%; margin: 20px auto; } .donate { position: relative; margin: 50 auto; margin-bottom: 0px; word-wrap: break-word; font-weight: lighter; } .donate span { position: relative; top: 5px; } .tooltip { position: relative; display: inline; } .tooltip span { position: absolute; width:140px; color: #2D2D2D; background: #FFF; height: 40px; line-height: 40px; text-align: center; visibility: hidden; border-radius: 6px; } .tooltip span:after { content: ''; position: absolute; bottom: 100%; left: 50%; margin-left: -8px; width: 0; height: 0; border-bottom: 8px solid #FFF; border-right: 8px solid transparent; border-left: 8px solid transparent; } #tooltip1:hover.tooltip span { visibility: visible; opacity: 0.8; top: 50px; left: 50%; margin-left: -76px; z-index: 999; }
0.448668
0.080755
html, body, h1 { margin: 0; padding: 0; } html, body { width: 100%; background: #eee; text-align: center; } body { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; overflow-x:hidden; font-family: /* heiti */ -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif; } .oldie #container { display: none; } .oldie .fallback { display: block; } .fallback { display: none; } .fallback p { margin: 0; font-size: 1.2em; background: rgba(255, 245, 180, 0.79); color: #ff0606; padding: 2em; } .fallback .screenshot { padding: 5em 1em; max-width: 1036px; margin: 0 auto; } .fallback img { width: 100%; } h1 { display: flex; align-items: center; justify-content: center; text-align: center; font-size: calc(50vw / 20); font-weight: 400; font-style: italic; text-transform: uppercase; line-height: 1.2; overflow: hidden; } h1 span { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(to bottom right, #c73095, #272884); border: 1px solid #fafafa; outline: 1px solid #fafafa; } #container{ display: inline-block; margin: 5em auto; } #container:after { content: ''; display: block; clear: both; visibility: hidden; } h1, x-pattern { width: 18vw; height: 18vw; min-width: 100px; min-height: 100px; max-width: 240px; max-height: 240px; float: left; margin: .4rem; overflow: hidden; background: #fafafa; -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%); } x-pattern { color: transparent; cursor: pointer; } [require="clip-path"] { position: relative; } [require="clip-path"]:before, [require="clip-path"]:after { position: absolute; cursor: default; clip-path: polygon(0 0, 0 0, 0 0); -webkit-clip-path: polygon(0 0, 0 0, 0 0); } [require="clip-path"]:before { content: ''; top: 0; left: 0; bottom: 0; right: 0; background: #fafafa; z-index: 2; } [require="clip-path"]:after { content: ':( missing `clip-path`'; top: 50%; left: 0; box-sizing: border-box; width: 100%; text-align: center; transform: translateY(-50%) rotate(15deg); color: #c73095; z-index: 3; padding: 0 .4em; } footer { background: #4c207f; padding: 5em 0; color: #d8c4f1; text-align: left; font-weight: 400; } footer h2 { margin-top: 0; font-size: 2em; font-weight: 400; } footer article { width: calc(72vw + 4.8rem); max-width: calc(240px * 4 + 4.8rem); margin: 0 auto; } footer p { font-size: 1.2em; margin: 0; line-height: 1.6; } .info:before { content: ''; display: block; width: 5em; height: 1px; background: rgba(255, 255, 255, .2); margin: 2em 0 1em; } footer a { color: #ffd8f2; text-decoration: none; border-bottom: 1px solid currentColor; } footer a:hover { background: #ffd8f2; color: #4c207f; border-bottom: transparent; } @media screen and (min-width: 1400px) { h1 { font-size: 2em; } } @media screen and (min-width: 1200px) { footer article { font-size: 110%; } } @media screen and (min-width: 700px) { x-pattern:nth-child(4n + 1) { clear: left; } } @media screen and (max-width: 1000px) { h1, x-pattern { width: 20vw; height: 20vw; } footer article { width: calc(80vw + 4.8rem); } } @media screen and (max-width: 900px) { x-pattern:nth-child(4n + 1) { clear: none; } x-pattern:nth-child(3n + 1) { clear: left; } h1, x-pattern { width: 24vw; height: 24vw; } h1 { font-size: 3vw; } footer article { width: calc(72vw + .8rem * 4); } } @media screen and (max-width: 600px) { x-pattern:nth-child(3n + 1), x-pattern:nth-child(4n + 1) { clear: none; } x-pattern:nth-child(2n + 1) { clear: left; } h1, x-pattern { width: 38vw; height: 38vw; } h1 { font-size: calc(4.5vw); } footer article { width: calc(76vw + 1.6rem); } }
src/style.css
html, body, h1 { margin: 0; padding: 0; } html, body { width: 100%; background: #eee; text-align: center; } body { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; overflow-x:hidden; font-family: /* heiti */ -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif; } .oldie #container { display: none; } .oldie .fallback { display: block; } .fallback { display: none; } .fallback p { margin: 0; font-size: 1.2em; background: rgba(255, 245, 180, 0.79); color: #ff0606; padding: 2em; } .fallback .screenshot { padding: 5em 1em; max-width: 1036px; margin: 0 auto; } .fallback img { width: 100%; } h1 { display: flex; align-items: center; justify-content: center; text-align: center; font-size: calc(50vw / 20); font-weight: 400; font-style: italic; text-transform: uppercase; line-height: 1.2; overflow: hidden; } h1 span { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(to bottom right, #c73095, #272884); border: 1px solid #fafafa; outline: 1px solid #fafafa; } #container{ display: inline-block; margin: 5em auto; } #container:after { content: ''; display: block; clear: both; visibility: hidden; } h1, x-pattern { width: 18vw; height: 18vw; min-width: 100px; min-height: 100px; max-width: 240px; max-height: 240px; float: left; margin: .4rem; overflow: hidden; background: #fafafa; -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%); } x-pattern { color: transparent; cursor: pointer; } [require="clip-path"] { position: relative; } [require="clip-path"]:before, [require="clip-path"]:after { position: absolute; cursor: default; clip-path: polygon(0 0, 0 0, 0 0); -webkit-clip-path: polygon(0 0, 0 0, 0 0); } [require="clip-path"]:before { content: ''; top: 0; left: 0; bottom: 0; right: 0; background: #fafafa; z-index: 2; } [require="clip-path"]:after { content: ':( missing `clip-path`'; top: 50%; left: 0; box-sizing: border-box; width: 100%; text-align: center; transform: translateY(-50%) rotate(15deg); color: #c73095; z-index: 3; padding: 0 .4em; } footer { background: #4c207f; padding: 5em 0; color: #d8c4f1; text-align: left; font-weight: 400; } footer h2 { margin-top: 0; font-size: 2em; font-weight: 400; } footer article { width: calc(72vw + 4.8rem); max-width: calc(240px * 4 + 4.8rem); margin: 0 auto; } footer p { font-size: 1.2em; margin: 0; line-height: 1.6; } .info:before { content: ''; display: block; width: 5em; height: 1px; background: rgba(255, 255, 255, .2); margin: 2em 0 1em; } footer a { color: #ffd8f2; text-decoration: none; border-bottom: 1px solid currentColor; } footer a:hover { background: #ffd8f2; color: #4c207f; border-bottom: transparent; } @media screen and (min-width: 1400px) { h1 { font-size: 2em; } } @media screen and (min-width: 1200px) { footer article { font-size: 110%; } } @media screen and (min-width: 700px) { x-pattern:nth-child(4n + 1) { clear: left; } } @media screen and (max-width: 1000px) { h1, x-pattern { width: 20vw; height: 20vw; } footer article { width: calc(80vw + 4.8rem); } } @media screen and (max-width: 900px) { x-pattern:nth-child(4n + 1) { clear: none; } x-pattern:nth-child(3n + 1) { clear: left; } h1, x-pattern { width: 24vw; height: 24vw; } h1 { font-size: 3vw; } footer article { width: calc(72vw + .8rem * 4); } } @media screen and (max-width: 600px) { x-pattern:nth-child(3n + 1), x-pattern:nth-child(4n + 1) { clear: none; } x-pattern:nth-child(2n + 1) { clear: left; } h1, x-pattern { width: 38vw; height: 38vw; } h1 { font-size: calc(4.5vw); } footer article { width: calc(76vw + 1.6rem); } }
0.493409
0.083068
html { font-size: 108px; height: 100%; } body { width: 100%; min-width: 320px; background-color: #F3F3F3; } .layout { width: 100%; font-size: 15px; font-family: 'microsoft yahei'; margin: 0 auto; overflow: hidden; } [data-dpr="2"] .layout { font-size: 30px; } [data-dpr="2.5"] .layout { font-size: 38px; } [data-dpr="2.75"] .layout { font-size: 41px; } [data-dpr="3"] .layout { font-size: 45px; } [data-dpr="4"] .layout { font-size: 60px; } .layout .header { width: 100%; height: 3.96296296rem; background-color: #FF7449; padding: 0.41666667rem 0.27777778rem; } .layout .header .grade-box { width: 100%; height: 100%; background-color: #FFF; padding: 0.42592593rem 0.37037037rem 0 0.46296296rem; } .layout .header .grade-box .grade-explain span:first-child { color: #989898; } .layout .header .grade-box .grade-explain span:last-child a { color: #159BF8; } .layout .header .grade-box .grade-show { color: #FFB400; margin-top: 0.37037037rem; } .layout .header .grade-box .grade-show .grade { font-size: 35px; } [data-dpr="2"] .layout .header .grade-box .grade-show .grade { font-size: 70px; } [data-dpr="2.5"] .layout .header .grade-box .grade-show .grade { font-size: 88px; } [data-dpr="2.75"] .layout .header .grade-box .grade-show .grade { font-size: 96px; } [data-dpr="3"] .layout .header .grade-box .grade-show .grade { font-size: 105px; } [data-dpr="4"] .layout .header .grade-box .grade-show .grade { font-size: 140px; } .layout .record-box { width: 100%; } .layout .record-box .record-title { font-size: 16px; color: #757D87; line-height: 1.07407407rem; border-bottom: 1px solid #E0E0E0; padding-left: 0.46296296rem; } [data-dpr="2"] .layout .record-box .record-title { font-size: 32px; } [data-dpr="2.5"] .layout .record-box .record-title { font-size: 40px; } [data-dpr="2.75"] .layout .record-box .record-title { font-size: 44px; } [data-dpr="3"] .layout .record-box .record-title { font-size: 48px; } [data-dpr="4"] .layout .record-box .record-title { font-size: 64px; } .layout .record-box .record-list { width: 100%; background-color: #FFF; } .layout .record-box .record-list li { width: 100%; padding: 0.37037037rem 0.37037037rem 0.37037037rem 0.46296296rem; border-bottom: 1px solid #E0E0E0; } .layout .record-box .record-list li .left { width: 80%; line-height: 0.55555556rem; } .layout .record-box .record-list li .left h3 { font-size: 16px; padding-bottom: 0.09259259rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } [data-dpr="2"] .layout .record-box .record-list li .left h3 { font-size: 32px; } [data-dpr="2.5"] .layout .record-box .record-list li .left h3 { font-size: 40px; } [data-dpr="2.75"] .layout .record-box .record-list li .left h3 { font-size: 44px; } [data-dpr="3"] .layout .record-box .record-list li .left h3 { font-size: 48px; } [data-dpr="4"] .layout .record-box .record-list li .left h3 { font-size: 64px; } .layout .record-box .record-list li .left .time { color: #A7A9AB; font-size: 14px; } [data-dpr="2"] .layout .record-box .record-list li .left .time { font-size: 27px; } [data-dpr="2.5"] .layout .record-box .record-list li .left .time { font-size: 34px; } [data-dpr="2.75"] .layout .record-box .record-list li .left .time { font-size: 37px; } [data-dpr="3"] .layout .record-box .record-list li .left .time { font-size: 41px; } [data-dpr="4"] .layout .record-box .record-list li .left .time { font-size: 54px; } .layout .record-box .record-list li .right { width: 20%; color: #FFB400; font-size: 18px; padding-top: 0.32407407rem; text-align: right; } [data-dpr="2"] .layout .record-box .record-list li .right { font-size: 35px; } [data-dpr="2.5"] .layout .record-box .record-list li .right { font-size: 44px; } [data-dpr="2.75"] .layout .record-box .record-list li .right { font-size: 48px; } [data-dpr="3"] .layout .record-box .record-list li .right { font-size: 53px; } [data-dpr="4"] .layout .record-box .record-list li .right { font-size: 70px; }
Public/ljz/css/myGrade.css
html { font-size: 108px; height: 100%; } body { width: 100%; min-width: 320px; background-color: #F3F3F3; } .layout { width: 100%; font-size: 15px; font-family: 'microsoft yahei'; margin: 0 auto; overflow: hidden; } [data-dpr="2"] .layout { font-size: 30px; } [data-dpr="2.5"] .layout { font-size: 38px; } [data-dpr="2.75"] .layout { font-size: 41px; } [data-dpr="3"] .layout { font-size: 45px; } [data-dpr="4"] .layout { font-size: 60px; } .layout .header { width: 100%; height: 3.96296296rem; background-color: #FF7449; padding: 0.41666667rem 0.27777778rem; } .layout .header .grade-box { width: 100%; height: 100%; background-color: #FFF; padding: 0.42592593rem 0.37037037rem 0 0.46296296rem; } .layout .header .grade-box .grade-explain span:first-child { color: #989898; } .layout .header .grade-box .grade-explain span:last-child a { color: #159BF8; } .layout .header .grade-box .grade-show { color: #FFB400; margin-top: 0.37037037rem; } .layout .header .grade-box .grade-show .grade { font-size: 35px; } [data-dpr="2"] .layout .header .grade-box .grade-show .grade { font-size: 70px; } [data-dpr="2.5"] .layout .header .grade-box .grade-show .grade { font-size: 88px; } [data-dpr="2.75"] .layout .header .grade-box .grade-show .grade { font-size: 96px; } [data-dpr="3"] .layout .header .grade-box .grade-show .grade { font-size: 105px; } [data-dpr="4"] .layout .header .grade-box .grade-show .grade { font-size: 140px; } .layout .record-box { width: 100%; } .layout .record-box .record-title { font-size: 16px; color: #757D87; line-height: 1.07407407rem; border-bottom: 1px solid #E0E0E0; padding-left: 0.46296296rem; } [data-dpr="2"] .layout .record-box .record-title { font-size: 32px; } [data-dpr="2.5"] .layout .record-box .record-title { font-size: 40px; } [data-dpr="2.75"] .layout .record-box .record-title { font-size: 44px; } [data-dpr="3"] .layout .record-box .record-title { font-size: 48px; } [data-dpr="4"] .layout .record-box .record-title { font-size: 64px; } .layout .record-box .record-list { width: 100%; background-color: #FFF; } .layout .record-box .record-list li { width: 100%; padding: 0.37037037rem 0.37037037rem 0.37037037rem 0.46296296rem; border-bottom: 1px solid #E0E0E0; } .layout .record-box .record-list li .left { width: 80%; line-height: 0.55555556rem; } .layout .record-box .record-list li .left h3 { font-size: 16px; padding-bottom: 0.09259259rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } [data-dpr="2"] .layout .record-box .record-list li .left h3 { font-size: 32px; } [data-dpr="2.5"] .layout .record-box .record-list li .left h3 { font-size: 40px; } [data-dpr="2.75"] .layout .record-box .record-list li .left h3 { font-size: 44px; } [data-dpr="3"] .layout .record-box .record-list li .left h3 { font-size: 48px; } [data-dpr="4"] .layout .record-box .record-list li .left h3 { font-size: 64px; } .layout .record-box .record-list li .left .time { color: #A7A9AB; font-size: 14px; } [data-dpr="2"] .layout .record-box .record-list li .left .time { font-size: 27px; } [data-dpr="2.5"] .layout .record-box .record-list li .left .time { font-size: 34px; } [data-dpr="2.75"] .layout .record-box .record-list li .left .time { font-size: 37px; } [data-dpr="3"] .layout .record-box .record-list li .left .time { font-size: 41px; } [data-dpr="4"] .layout .record-box .record-list li .left .time { font-size: 54px; } .layout .record-box .record-list li .right { width: 20%; color: #FFB400; font-size: 18px; padding-top: 0.32407407rem; text-align: right; } [data-dpr="2"] .layout .record-box .record-list li .right { font-size: 35px; } [data-dpr="2.5"] .layout .record-box .record-list li .right { font-size: 44px; } [data-dpr="2.75"] .layout .record-box .record-list li .right { font-size: 48px; } [data-dpr="3"] .layout .record-box .record-list li .right { font-size: 53px; } [data-dpr="4"] .layout .record-box .record-list li .right { font-size: 70px; }
0.306838
0.059183
:root{ --sender-color: #333333; --sender-text-color: #fafafa; --receiver-color: #FEF9E6; --receiver-text-color: #333333; --medium-color: #AAAAAA; --avatar-width: 30px; --sender-avatar: "U"; --receiver-avatar: "R"; --message-border-radius: 20px; --message-padding: 15px; --message-font-size: 15px; --message-line-height: 20px; --comment-font-size: 10px; --comment-color: #333333; --multiple-message-border: 20px; --margin-btw-message: 2px; --margin-btw-user: 10px; --pop-up-speed: 0.5s; --message-component-max-width: 400px; --message-component-min-width: 200px; } /*––––––––––––––––––––––––––––––––––––––– MESSENGER CONTAINER –––––––––––––––––––––––––––––––––––––––*/ .messenger{ padding:calc(var(--avatar-width) + 15px); } .messenger *{ margin:0;padding:0; } .messenger::after { content: " "; display: block; height: 0; clear: both; } /*––––––––––––––––––––––––––––––––––––––– MESSENGER USER –––––––––––––––––––––––––––––––––––––––*/ .messenger .user{ display:inline-block; clear: both; margin-bottom: var(--margin-btw-message); animation: popup var(--pop-up-speed); animation-iteration-count: 1; } .messenger .user:last-child{ margin-bottom: 100px; } @keyframes popup { 0% {opacity: 0;transform: translateY(10px);} 30% {opacity: 0;} 100% {opacity: 1;transform: translateY(0);} } .messenger .receiver{ position: relative; float: left; max-width:var(--message-component-max-width); } .messenger .sender{ position: relative; float: right; max-width:var(--message-component-max-width); } .messenger .application{ position: relative; width:100%; } .messenger .content{ padding: var(--message-padding); border-radius: var(--message-border-radius); font-size: var(--message-font-size); line-height: var(--message-line-height); } .messenger .receiver .content, .messenger .receiver .content a{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .messenger .sender .content, .messenger .sender .content a{ background-color: var(--sender-color); color: var(--sender-text-color); } .messenger .application .content, .messenger .application .content a{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .messenger .content strong{font-weight:normal;text-decoration:underline;} /* ––––––– COMMENTAIRE ––––––– */ .messenger .comment{ font-size: var(--comment-font-size); color:var(--comment-color); margin:2px; } .messenger .comment a{ color:var(--comment-color); text-decoration: underline; } .messenger .receiver .comment{ float:left; margin-left: 10px; } .messenger .sender .comment{ /* TODO faire en sorte que la largeur du commentaire n'influence pas celle de la bulle */ /*position: absolute; white-space: nowrap; text-align: right;*/ float:right; margin-right: 10px; } /* ––––––– MESSAGE LABEL ––––––– */ .messenger .receiver + .sender:after{ content: var(--sender-avatar); color:var(--sender-text-color); position: absolute; width:var(--avatar-width); height:var(--avatar-width); border-radius:100%; font-size: calc(var(--avatar-width) / 2); text-align: center; line-height: var(--avatar-width); right:calc(var(--avatar-width) * -1 + -5px); top:0; background-color: var(--sender-color); } .messenger .sender + .receiver:after{ content: var(--receiver-avatar); color:var(--receiver-text-color); position: absolute; width:var(--avatar-width); height:var(--avatar-width); border-radius:100%; text-align: center; font-size: calc(var(--avatar-width) / 2); line-height: var(--avatar-width); left:calc(var(--avatar-width) * -1 + -5px); top:0; background-color: var(--receiver-color); } .messenger .receiver + .sender{ border-bottom-right-radius: var(--multiple-message-border); margin-top: var(--margin-btw-user); } .messenger .sender + .receiver{ border-bottom-left-radius: var(--multiple-message-border); margin-top: var(--margin-btw-user); } .messenger .sender + .sender{ border-top-right-radius: var(--multiple-message-border); border-bottom-right-radius: var(--multiple-message-border); } .messenger .sender:last-of-type { border-bottom-right-radius: var(--message-border-radius); } .messenger .receiver + .receiver{ border-top-left-radius: var(--multiple-message-border); border-bottom-left-radius: var(--multiple-message-border); } .messenger .receiver:last-of-type { border-bottom-left-radius: var(--message-border-radius); } /* ––––––– MESSAGE LOADER ––––––– */ /* TODO media queries loader */ .loader-dots {display: flex;} .loader-dot { margin: 2px; width: 10px; height: 10px; border-radius: 50%; background: #000; transform: scale(0.5); animation: loader-dot 1.2s ease-out infinite; } .receiver .loader-dot { background: var(--receiver-text-color); } .sender .loader-dot { background: var(--sender-text-color); } .loader-dot:nth-of-type(2) {animation-delay: 0.2s;} .loader-dot:nth-of-type(3) {animation-delay: 0.3s;} .loader-dot:nth-of-type(4) {animation-delay: 0.4s;} .loader-dot:nth-of-type(5) {animation-delay: 0.5s;} @keyframes loader-dot { 0% {transform: scale(0.5); opacity: 1;} 25% {transform: scale(1); opacity: 0.5;} 75% {transform: scale(0.5); opacity: 1;} 100% {transform: scale(0.5); opacity: 1;} } /*––––––––––––––––––––––––––––––––––––––– MESSAGE : TYPE –––––––––––––––––––––––––––––––––––––––*/ /* ––––––– IMAGE ––––––– */ .messenger img{ display: block; max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); width:100%; background-color: #EEE; border-radius: var(--message-border-radius); } /* ––––––– LINK ––––––– */ .messenger .link{ display: block; max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); width:100%; } .messenger .link a{ text-decoration: none; } .messenger .link .content .source{ font-size: calc(var(--message-font-size) - 5px); line-height: calc(var(--message-line-height) - 5px); color:var(--medium-color); } .messenger .link .content .title{ /*text-overflow: ellipsis; white-space: nowrap; overflow: hidden;*/ } .messenger .link:hover .content .title{ text-decoration: underline; } .messenger .link img{ position: relative; width:100%; border-radius: var(--message-border-radius) var(--message-border-radius) 0 0; } .messenger .link img ~ .content{ position: relative; border-radius: 0 0 var(--message-border-radius) var(--message-border-radius); } /* ––––––– CARD ––––––– */ .messenger .card{ max-width:var(--message-component-max-width); } .messenger .card .title{ font-size: calc(var(--message-font-size) + 2px); font-weight: 500; } .messenger .card .subtitle{ font-size: var(--message-font-size); color:var(--medium-color); } .messenger .card .description{ font-size: var(--message-font-size); margin-top: 10px; } .messenger .card img{ border-radius: var(--message-border-radius) var(--message-border-radius) 0 0; } .messenger .card img ~ .content{ position: relative; border-radius: 0 0 var(--message-border-radius) var(--message-border-radius); } .messenger .card img ~ .hasAction{ border-radius: 0; } .messenger .card .hasAction{ border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .messenger .card .content ~ .action{ border-top: 1px solid var(--medium-color); border-radius: 0 0 var(--message-border-radius) var(--message-border-radius); } .messenger .card .action a{ text-decoration: none; } /* ––––––– POSTAL ––––––– */ .messenger .postal{ max-width:var(--message-component-max-width); } .messenger .postal .content{ display: grid; grid-template-columns: 1fr; grid-gap: 10px; } .messenger .postal .hasImage{ grid-template-columns: 1fr 150px; } .messenger .postal .content .title{ font-size: calc(var(--message-font-size) + 2px); font-weight: 500; } .messenger .postal .content .subtitle{ font-size: var(--message-font-size); color:var(--medium-color); } .messenger .postal .content .description{ font-size: var(--message-font-size); margin-top: 10px; } .messenger .postal img{ max-width:150px; min-width:150px; height: 100%; object-fit: cover; border-radius: calc(var(--message-border-radius) - 10px); } .messenger .postal .action { margin:20px 0 10px 0; } .messenger .postal .action a{ background-color: #000; border-radius: calc(var(--message-border-radius) - 10px); padding:10px; color:#FFF; text-decoration: none; } /* ––––––– LIST ––––––– */ .receiver .list{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .sender .list{ background-color: var(--sender-color); color: var(--sender-text-color); } .application .list{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .messenger .list{ max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); /*padding: var(--message-padding);*/ border-radius: var(--message-border-radius); font-size: var(--message-font-size); line-height: var(--message-line-height); } .messenger .list .title{ font-size: calc(var(--message-font-size) + 2px); font-weight: 500; padding: var(--message-padding); } .messenger .list ul li{ border-top: 1px solid var(--medium-color); padding: var(--message-padding); display: grid; grid-template-columns: 1fr; grid-gap: 10px; } .messenger .list ul li.hasImage{ grid-template-columns: 1fr 100px; } .messenger .list ul li .secondary{ color:var(--medium-color); } .messenger .list ul li img{ max-width:100px; min-width:100px; border-radius: calc(var(--message-border-radius) - 10px); } /* ––––––– CAROUSEL ––––––– */ .receiver .carousel .carousel-item{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .sender .carousel .carousel-item{ background-color: var(--sender-color); color: var(--sender-text-color); } .application .carousel .carousel-item{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .messenger .carousel{ width:var(--message-component-max-width); } .messenger .carousel ul{ width:var(--message-component-max-width); list-style: none; /*display: inline-block;*/ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } .messenger .carousel .carousel-item{ float: left; border-radius: var(--message-border-radius); font-size: var(--message-font-size); line-height: var(--message-line-height); width:var(--message-component-min-width); /*margin-bottom: 10px;*/ } .messenger .carousel .carousel-item img{ border-radius: var(--message-border-radius) var(--message-border-radius) 0 0; } .messenger .carousel .carousel-item div{ padding: var(--message-padding); } .messenger .carousel .carousel-item .primary{ font-size: calc(var(--message-font-size) + 2px); font-weight: 500; } .messenger .carousel .carousel-item .secondary{ font-size: var(--message-font-size); color:var(--medium-color); } /* ––––––– EMBEDDED ––––––– */ .messenger .video{ position:relative; display: block; overflow:hidden; padding-bottom:56.25%; height:0; width:var(--message-component-max-width); /* 100% : TODO BUG VIDEO NOT RESPONSIVE */ max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); background-color: #EEE; border-radius: var(--message-border-radius); } .messenger .video iframe { left:0; top:0; height:100%; width:100%; position:absolute; } /* ––––––– AUDIO ––––––– */ .messenger audio{ display: block; border-radius: var(--message-border-radius); } /* ––––––– CANVAS ––––––– */ .messenger canvas{ display: block; max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); width:100%; background-color: #EEE; border-radius: var(--message-border-radius); } /* ––––––– VIDEO ––––––– */ .messenger video{ display: block; background-color: #EEE; border-radius: var(--message-border-radius); } /* ––––––– WEBCAM ––––––– */ .messenger .webcam-button{ position: absolute; z-index:999; /* TODO remove z-index */ bottom:30px; left:50%; width:10px; height: 10px; border-radius: 50%; transform: translateX(-50%); background-color: #F00; border:15px solid #FFF; cursor: pointer; } .messenger .webcam-button:hover{ background-color: #FFF; border:15px solid #F00; } /*––––––––––––––––––––––––––––––––––––––– MEDIA QUERIES –––––––––––––––––––––––––––––––––––––––*/ @media all and (max-width: 690px) { :root { --avatar-width : 20px; --message-border-radius : 15px; --message-font-size: 12px; --message-line-height: 17px; } }
dist/messenger.css
:root{ --sender-color: #333333; --sender-text-color: #fafafa; --receiver-color: #FEF9E6; --receiver-text-color: #333333; --medium-color: #AAAAAA; --avatar-width: 30px; --sender-avatar: "U"; --receiver-avatar: "R"; --message-border-radius: 20px; --message-padding: 15px; --message-font-size: 15px; --message-line-height: 20px; --comment-font-size: 10px; --comment-color: #333333; --multiple-message-border: 20px; --margin-btw-message: 2px; --margin-btw-user: 10px; --pop-up-speed: 0.5s; --message-component-max-width: 400px; --message-component-min-width: 200px; } /*––––––––––––––––––––––––––––––––––––––– MESSENGER CONTAINER –––––––––––––––––––––––––––––––––––––––*/ .messenger{ padding:calc(var(--avatar-width) + 15px); } .messenger *{ margin:0;padding:0; } .messenger::after { content: " "; display: block; height: 0; clear: both; } /*––––––––––––––––––––––––––––––––––––––– MESSENGER USER –––––––––––––––––––––––––––––––––––––––*/ .messenger .user{ display:inline-block; clear: both; margin-bottom: var(--margin-btw-message); animation: popup var(--pop-up-speed); animation-iteration-count: 1; } .messenger .user:last-child{ margin-bottom: 100px; } @keyframes popup { 0% {opacity: 0;transform: translateY(10px);} 30% {opacity: 0;} 100% {opacity: 1;transform: translateY(0);} } .messenger .receiver{ position: relative; float: left; max-width:var(--message-component-max-width); } .messenger .sender{ position: relative; float: right; max-width:var(--message-component-max-width); } .messenger .application{ position: relative; width:100%; } .messenger .content{ padding: var(--message-padding); border-radius: var(--message-border-radius); font-size: var(--message-font-size); line-height: var(--message-line-height); } .messenger .receiver .content, .messenger .receiver .content a{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .messenger .sender .content, .messenger .sender .content a{ background-color: var(--sender-color); color: var(--sender-text-color); } .messenger .application .content, .messenger .application .content a{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .messenger .content strong{font-weight:normal;text-decoration:underline;} /* ––––––– COMMENTAIRE ––––––– */ .messenger .comment{ font-size: var(--comment-font-size); color:var(--comment-color); margin:2px; } .messenger .comment a{ color:var(--comment-color); text-decoration: underline; } .messenger .receiver .comment{ float:left; margin-left: 10px; } .messenger .sender .comment{ /* TODO faire en sorte que la largeur du commentaire n'influence pas celle de la bulle */ /*position: absolute; white-space: nowrap; text-align: right;*/ float:right; margin-right: 10px; } /* ––––––– MESSAGE LABEL ––––––– */ .messenger .receiver + .sender:after{ content: var(--sender-avatar); color:var(--sender-text-color); position: absolute; width:var(--avatar-width); height:var(--avatar-width); border-radius:100%; font-size: calc(var(--avatar-width) / 2); text-align: center; line-height: var(--avatar-width); right:calc(var(--avatar-width) * -1 + -5px); top:0; background-color: var(--sender-color); } .messenger .sender + .receiver:after{ content: var(--receiver-avatar); color:var(--receiver-text-color); position: absolute; width:var(--avatar-width); height:var(--avatar-width); border-radius:100%; text-align: center; font-size: calc(var(--avatar-width) / 2); line-height: var(--avatar-width); left:calc(var(--avatar-width) * -1 + -5px); top:0; background-color: var(--receiver-color); } .messenger .receiver + .sender{ border-bottom-right-radius: var(--multiple-message-border); margin-top: var(--margin-btw-user); } .messenger .sender + .receiver{ border-bottom-left-radius: var(--multiple-message-border); margin-top: var(--margin-btw-user); } .messenger .sender + .sender{ border-top-right-radius: var(--multiple-message-border); border-bottom-right-radius: var(--multiple-message-border); } .messenger .sender:last-of-type { border-bottom-right-radius: var(--message-border-radius); } .messenger .receiver + .receiver{ border-top-left-radius: var(--multiple-message-border); border-bottom-left-radius: var(--multiple-message-border); } .messenger .receiver:last-of-type { border-bottom-left-radius: var(--message-border-radius); } /* ––––––– MESSAGE LOADER ––––––– */ /* TODO media queries loader */ .loader-dots {display: flex;} .loader-dot { margin: 2px; width: 10px; height: 10px; border-radius: 50%; background: #000; transform: scale(0.5); animation: loader-dot 1.2s ease-out infinite; } .receiver .loader-dot { background: var(--receiver-text-color); } .sender .loader-dot { background: var(--sender-text-color); } .loader-dot:nth-of-type(2) {animation-delay: 0.2s;} .loader-dot:nth-of-type(3) {animation-delay: 0.3s;} .loader-dot:nth-of-type(4) {animation-delay: 0.4s;} .loader-dot:nth-of-type(5) {animation-delay: 0.5s;} @keyframes loader-dot { 0% {transform: scale(0.5); opacity: 1;} 25% {transform: scale(1); opacity: 0.5;} 75% {transform: scale(0.5); opacity: 1;} 100% {transform: scale(0.5); opacity: 1;} } /*––––––––––––––––––––––––––––––––––––––– MESSAGE : TYPE –––––––––––––––––––––––––––––––––––––––*/ /* ––––––– IMAGE ––––––– */ .messenger img{ display: block; max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); width:100%; background-color: #EEE; border-radius: var(--message-border-radius); } /* ––––––– LINK ––––––– */ .messenger .link{ display: block; max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); width:100%; } .messenger .link a{ text-decoration: none; } .messenger .link .content .source{ font-size: calc(var(--message-font-size) - 5px); line-height: calc(var(--message-line-height) - 5px); color:var(--medium-color); } .messenger .link .content .title{ /*text-overflow: ellipsis; white-space: nowrap; overflow: hidden;*/ } .messenger .link:hover .content .title{ text-decoration: underline; } .messenger .link img{ position: relative; width:100%; border-radius: var(--message-border-radius) var(--message-border-radius) 0 0; } .messenger .link img ~ .content{ position: relative; border-radius: 0 0 var(--message-border-radius) var(--message-border-radius); } /* ––––––– CARD ––––––– */ .messenger .card{ max-width:var(--message-component-max-width); } .messenger .card .title{ font-size: calc(var(--message-font-size) + 2px); font-weight: 500; } .messenger .card .subtitle{ font-size: var(--message-font-size); color:var(--medium-color); } .messenger .card .description{ font-size: var(--message-font-size); margin-top: 10px; } .messenger .card img{ border-radius: var(--message-border-radius) var(--message-border-radius) 0 0; } .messenger .card img ~ .content{ position: relative; border-radius: 0 0 var(--message-border-radius) var(--message-border-radius); } .messenger .card img ~ .hasAction{ border-radius: 0; } .messenger .card .hasAction{ border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .messenger .card .content ~ .action{ border-top: 1px solid var(--medium-color); border-radius: 0 0 var(--message-border-radius) var(--message-border-radius); } .messenger .card .action a{ text-decoration: none; } /* ––––––– POSTAL ––––––– */ .messenger .postal{ max-width:var(--message-component-max-width); } .messenger .postal .content{ display: grid; grid-template-columns: 1fr; grid-gap: 10px; } .messenger .postal .hasImage{ grid-template-columns: 1fr 150px; } .messenger .postal .content .title{ font-size: calc(var(--message-font-size) + 2px); font-weight: 500; } .messenger .postal .content .subtitle{ font-size: var(--message-font-size); color:var(--medium-color); } .messenger .postal .content .description{ font-size: var(--message-font-size); margin-top: 10px; } .messenger .postal img{ max-width:150px; min-width:150px; height: 100%; object-fit: cover; border-radius: calc(var(--message-border-radius) - 10px); } .messenger .postal .action { margin:20px 0 10px 0; } .messenger .postal .action a{ background-color: #000; border-radius: calc(var(--message-border-radius) - 10px); padding:10px; color:#FFF; text-decoration: none; } /* ––––––– LIST ––––––– */ .receiver .list{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .sender .list{ background-color: var(--sender-color); color: var(--sender-text-color); } .application .list{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .messenger .list{ max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); /*padding: var(--message-padding);*/ border-radius: var(--message-border-radius); font-size: var(--message-font-size); line-height: var(--message-line-height); } .messenger .list .title{ font-size: calc(var(--message-font-size) + 2px); font-weight: 500; padding: var(--message-padding); } .messenger .list ul li{ border-top: 1px solid var(--medium-color); padding: var(--message-padding); display: grid; grid-template-columns: 1fr; grid-gap: 10px; } .messenger .list ul li.hasImage{ grid-template-columns: 1fr 100px; } .messenger .list ul li .secondary{ color:var(--medium-color); } .messenger .list ul li img{ max-width:100px; min-width:100px; border-radius: calc(var(--message-border-radius) - 10px); } /* ––––––– CAROUSEL ––––––– */ .receiver .carousel .carousel-item{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .sender .carousel .carousel-item{ background-color: var(--sender-color); color: var(--sender-text-color); } .application .carousel .carousel-item{ background-color: var(--receiver-color); color: var(--receiver-text-color); } .messenger .carousel{ width:var(--message-component-max-width); } .messenger .carousel ul{ width:var(--message-component-max-width); list-style: none; /*display: inline-block;*/ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } .messenger .carousel .carousel-item{ float: left; border-radius: var(--message-border-radius); font-size: var(--message-font-size); line-height: var(--message-line-height); width:var(--message-component-min-width); /*margin-bottom: 10px;*/ } .messenger .carousel .carousel-item img{ border-radius: var(--message-border-radius) var(--message-border-radius) 0 0; } .messenger .carousel .carousel-item div{ padding: var(--message-padding); } .messenger .carousel .carousel-item .primary{ font-size: calc(var(--message-font-size) + 2px); font-weight: 500; } .messenger .carousel .carousel-item .secondary{ font-size: var(--message-font-size); color:var(--medium-color); } /* ––––––– EMBEDDED ––––––– */ .messenger .video{ position:relative; display: block; overflow:hidden; padding-bottom:56.25%; height:0; width:var(--message-component-max-width); /* 100% : TODO BUG VIDEO NOT RESPONSIVE */ max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); background-color: #EEE; border-radius: var(--message-border-radius); } .messenger .video iframe { left:0; top:0; height:100%; width:100%; position:absolute; } /* ––––––– AUDIO ––––––– */ .messenger audio{ display: block; border-radius: var(--message-border-radius); } /* ––––––– CANVAS ––––––– */ .messenger canvas{ display: block; max-width:var(--message-component-max-width); min-width:var(--message-component-min-width); width:100%; background-color: #EEE; border-radius: var(--message-border-radius); } /* ––––––– VIDEO ––––––– */ .messenger video{ display: block; background-color: #EEE; border-radius: var(--message-border-radius); } /* ––––––– WEBCAM ––––––– */ .messenger .webcam-button{ position: absolute; z-index:999; /* TODO remove z-index */ bottom:30px; left:50%; width:10px; height: 10px; border-radius: 50%; transform: translateX(-50%); background-color: #F00; border:15px solid #FFF; cursor: pointer; } .messenger .webcam-button:hover{ background-color: #FFF; border:15px solid #F00; } /*––––––––––––––––––––––––––––––––––––––– MEDIA QUERIES –––––––––––––––––––––––––––––––––––––––*/ @media all and (max-width: 690px) { :root { --avatar-width : 20px; --message-border-radius : 15px; --message-font-size: 12px; --message-line-height: 17px; } }
0.300335
0.112308
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("cinecommunity.org") { body { background:#000 url(http://i.imgur.com/SJ4hE.jpg) fixed top center no-repeat !important; color:#aaa !important; margin:0 !important } a:link, body_alink { color:gold !important } a:hover, a:active, body_ahover { color:#F50 !important } table[style="border-top-width:0px"] { border-top:1px solid rgba(255,255,255,0.6) !important } .page { background-color:rgba(0,0,0,0.6) !important; color:#aaa !important; width:932px !important } .tfoot { background-color:rgba(255,255,255,0.2) !important } .tborder { background-color:transparent !important; border-collapse:collapse; border:none !important } .vbmenu_control, .thead, .tcat { background:rgba(255,255,255,0.3) none !important } td, th, p, li { font:10pt verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif !important } .thead, .alt2, .alt1, .alt1Active { border-bottom:1px solid rgba(155,155,155,0.1) !important } .alt2, .alt2Active { background-color:rgba(255,255,255,0.95) !important } .alt1, .alt1Active { background-color:rgba(255,255,255,0.97) !important } .alt2, .alt2Active, .alt1, .alt1Active { color:#444 !important } .alt2 a, .alt1 a, .alt2Active a, .alt1Active a { color:#555 !important } #vB_Editor_001_textarea { width:642px !important } .vbmenu_popup { background-color:#9B9B9B !important; border-color:#9B9B9B !important } .vbmenu_popup .thead { background-color:#5B5B5B !important } .vbmenu_option { background-color:transparent !important } .vbmenu_hilite, .vbmenu_option { border-top:1px solid #afafaf !important } .vbmenu_hilite { background-color:#8B8B8B !important } .thead[style="font-weight:normal; border: 1px solid #D1D1E1; border-left: 0px"], .thead[style="font-weight:normal; border: 1px solid #D1D1E1; border-right: 0px"] { border:none !important; border-top: 1px solid rgba(255,255,255,0.6) !important } td[style="border: 1px solid #D1D1E1; border-top: 0px; border-bottom: 0px"] img { max-height:170px !important; max-width:170px !important } .time { color:#666 !important } .thead a, .tfoot a, .tcat a, .thead a:visited, .vbmenu_popup .thead a, .vbmenu_option a, .vbmenu_hilite a, .vbmenu_control a, .vbmenu_option { color:#fff !important } img[src="http://cinecommunity.to/bannercinecom.jpg"], img[src="http://www.cp-board.to/freak/CH_2.png"] { background:transparent url(data:image/gif;base64,R0lGODlhuwAXAIABAP///wAAACH5BAEAAAEALAAAAAC7ABcAAAL/jI+py+0Po5y02ouz3rz7D4RhIgJHeY5GKSosg5LvGgesSbc5XveqrbvFhjqgEJf6uYQI36/ITM6kNSPUec3ytEnp7rYLf6fHxRGJ7Y6R1mm7+KZS0WmrN3c/07ds/VwpVteGt5bHZTcml/hl+ES0xxdlRLgWZAn4CKl42HSpifhmAlY4iojFd5eqBqdqypqZOsPZ+Hk6UsqE67npiMk6CSzjq1Ll2gt5e7xEfJh2C4ryXGcbXFxMg232utvJrJyo1SyuLM1V/k09C9r9K0YrzAY/V60LyO4eLQrdcl4bLvqt1aJl8WDdg/HP1idt3jTlI8dvHDIy2+zFYViQm8BYwMkUbgxkLiLEjv56XVyH8iNKg+/wkQzY0phDkTNJxqQJM6U7gvJWanRy8hrLoTT32ZyWJWjFeCqtaQQZ0NPCmz+LOisKdQ+jnTq7+mzYU5BUgUTBhnlYEyC6pIO4XuN6MGZWjpEmmkW61iUzvZFWCYI71+3TSnE5lSHMrgoRvtkUsjWa0aJMspISwwHK1zE8xZYYA9l5mNLfrmWZht7MU3TCPm/hLobc+Jcbejlbl0Yo+YPu3bx7+/4NPLjw4RkKAAA7) no-repeat !important; height:0 !important; width:0 !important; padding-top:23px !important; padding-left:187px !important } img[src="images/buttons/newthread.gif"] { background:transparent url(data:image/gif;base64,R0lGODlhZwAOAIABAP///////yH5BAEAAAEALAAAAABnAA4AAALADB6Gec3rXpQr0QakvtRiq0weVGFZuIWleY7sNpndzIHojd9xpYmgGNm1VK4hggdbGUktn8Pn+jGjxYxspLARhdITt6vVAqcplfWDRW6VYJxTLeYF2VGr+4j8CMn7JZR60ddjcHc2hIJmltSUWBPnd6WIiMdoaPP0tQj4GJYzVwmGyYgVmqlDF/bnSbZq2ZfHOuaF2gPXmiI7Wdl4CkplqtuZW1hqSfyr9CmrrDr8Gvy5GR1YdBkZyYm8Sxl8HFAAADs=) no-repeat !important; height:0 !important; width:0 !important; padding-top:14px !important; padding-left:103px !important } img[src="images/buttons/reply.gif"] { background:transparent url(data:image/gif;base64,R0lGODlhXgAOAIABAP///////yH5BAEAAAEALAAAAABeAA4AAAKwTIBolqwJwWpHVTlpjptzh2mXBZaRRqXkuYwQ6L3l1T7YLIr0roarpUORcENbDVgc8pC+5mb2hBJvlWpnJ3UQo0Ln8RZsdLGvnLIa4/5Y3+h13JWYqVrjGnqik2WjvfzOh5WB9qcGxtTiByg0aDKXSBg5ZZg41saX9xSoE2k0+ekW9reGieg2aHfotURnSekHKggzegcr6/pp2dMGietCtcv7m1sbnIV3FshaSWpKUQAAOw==) no-repeat !important; height:0 !important; width:0 !important; padding-top:14px !important; padding-left:94px !important } } @-moz-document url("http://cinecommunity.org/index.php") { thead { display:none !important } } @-moz-document url("http://cinecommunity.org/"), url("http://www.cinecommunity.org/") { a[href="http://cinecommunity.to/index.php"] { background-color:rgba(255,255,255,0.5) !important; color:#fff !important; display:block !important } #enter_content { background-color:rgba(0,0,0,0.8) !important; border-color:rgba(255,255,255,0.3) !important; color:#fff !important } }
data/usercss/45936.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("cinecommunity.org") { body { background:#000 url(http://i.imgur.com/SJ4hE.jpg) fixed top center no-repeat !important; color:#aaa !important; margin:0 !important } a:link, body_alink { color:gold !important } a:hover, a:active, body_ahover { color:#F50 !important } table[style="border-top-width:0px"] { border-top:1px solid rgba(255,255,255,0.6) !important } .page { background-color:rgba(0,0,0,0.6) !important; color:#aaa !important; width:932px !important } .tfoot { background-color:rgba(255,255,255,0.2) !important } .tborder { background-color:transparent !important; border-collapse:collapse; border:none !important } .vbmenu_control, .thead, .tcat { background:rgba(255,255,255,0.3) none !important } td, th, p, li { font:10pt verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif !important } .thead, .alt2, .alt1, .alt1Active { border-bottom:1px solid rgba(155,155,155,0.1) !important } .alt2, .alt2Active { background-color:rgba(255,255,255,0.95) !important } .alt1, .alt1Active { background-color:rgba(255,255,255,0.97) !important } .alt2, .alt2Active, .alt1, .alt1Active { color:#444 !important } .alt2 a, .alt1 a, .alt2Active a, .alt1Active a { color:#555 !important } #vB_Editor_001_textarea { width:642px !important } .vbmenu_popup { background-color:#9B9B9B !important; border-color:#9B9B9B !important } .vbmenu_popup .thead { background-color:#5B5B5B !important } .vbmenu_option { background-color:transparent !important } .vbmenu_hilite, .vbmenu_option { border-top:1px solid #afafaf !important } .vbmenu_hilite { background-color:#8B8B8B !important } .thead[style="font-weight:normal; border: 1px solid #D1D1E1; border-left: 0px"], .thead[style="font-weight:normal; border: 1px solid #D1D1E1; border-right: 0px"] { border:none !important; border-top: 1px solid rgba(255,255,255,0.6) !important } td[style="border: 1px solid #D1D1E1; border-top: 0px; border-bottom: 0px"] img { max-height:170px !important; max-width:170px !important } .time { color:#666 !important } .thead a, .tfoot a, .tcat a, .thead a:visited, .vbmenu_popup .thead a, .vbmenu_option a, .vbmenu_hilite a, .vbmenu_control a, .vbmenu_option { color:#fff !important } img[src="http://cinecommunity.to/bannercinecom.jpg"], img[src="http://www.cp-board.to/freak/CH_2.png"] { background:transparent url(data:image/gif;base64,R0lGODlhuwAXAIABAP///wAAACH5BAEAAAEALAAAAAC7ABcAAAL/jI+py+0Po5y02ouz3rz7D4RhIgJHeY5GKSosg5LvGgesSbc5XveqrbvFhjqgEJf6uYQI36/ITM6kNSPUec3ytEnp7rYLf6fHxRGJ7Y6R1mm7+KZS0WmrN3c/07ds/VwpVteGt5bHZTcml/hl+ES0xxdlRLgWZAn4CKl42HSpifhmAlY4iojFd5eqBqdqypqZOsPZ+Hk6UsqE67npiMk6CSzjq1Ll2gt5e7xEfJh2C4ryXGcbXFxMg232utvJrJyo1SyuLM1V/k09C9r9K0YrzAY/V60LyO4eLQrdcl4bLvqt1aJl8WDdg/HP1idt3jTlI8dvHDIy2+zFYViQm8BYwMkUbgxkLiLEjv56XVyH8iNKg+/wkQzY0phDkTNJxqQJM6U7gvJWanRy8hrLoTT32ZyWJWjFeCqtaQQZ0NPCmz+LOisKdQ+jnTq7+mzYU5BUgUTBhnlYEyC6pIO4XuN6MGZWjpEmmkW61iUzvZFWCYI71+3TSnE5lSHMrgoRvtkUsjWa0aJMspISwwHK1zE8xZYYA9l5mNLfrmWZht7MU3TCPm/hLobc+Jcbejlbl0Yo+YPu3bx7+/4NPLjw4RkKAAA7) no-repeat !important; height:0 !important; width:0 !important; padding-top:23px !important; padding-left:187px !important } img[src="images/buttons/newthread.gif"] { background:transparent url(data:image/gif;base64,R0lGODlhZwAOAIABAP///////yH5BAEAAAEALAAAAABnAA4AAALADB6Gec3rXpQr0QakvtRiq0weVGFZuIWleY7sNpndzIHojd9xpYmgGNm1VK4hggdbGUktn8Pn+jGjxYxspLARhdITt6vVAqcplfWDRW6VYJxTLeYF2VGr+4j8CMn7JZR60ddjcHc2hIJmltSUWBPnd6WIiMdoaPP0tQj4GJYzVwmGyYgVmqlDF/bnSbZq2ZfHOuaF2gPXmiI7Wdl4CkplqtuZW1hqSfyr9CmrrDr8Gvy5GR1YdBkZyYm8Sxl8HFAAADs=) no-repeat !important; height:0 !important; width:0 !important; padding-top:14px !important; padding-left:103px !important } img[src="images/buttons/reply.gif"] { background:transparent url(data:image/gif;base64,R0lGODlhXgAOAIABAP///////yH5BAEAAAEALAAAAABeAA4AAAKwTIBolqwJwWpHVTlpjptzh2mXBZaRRqXkuYwQ6L3l1T7YLIr0roarpUORcENbDVgc8pC+5mb2hBJvlWpnJ3UQo0Ln8RZsdLGvnLIa4/5Y3+h13JWYqVrjGnqik2WjvfzOh5WB9qcGxtTiByg0aDKXSBg5ZZg41saX9xSoE2k0+ekW9reGieg2aHfotURnSekHKggzegcr6/pp2dMGietCtcv7m1sbnIV3FshaSWpKUQAAOw==) no-repeat !important; height:0 !important; width:0 !important; padding-top:14px !important; padding-left:94px !important } } @-moz-document url("http://cinecommunity.org/index.php") { thead { display:none !important } } @-moz-document url("http://cinecommunity.org/"), url("http://www.cinecommunity.org/") { a[href="http://cinecommunity.to/index.php"] { background-color:rgba(255,255,255,0.5) !important; color:#fff !important; display:block !important } #enter_content { background-color:rgba(0,0,0,0.8) !important; border-color:rgba(255,255,255,0.3) !important; color:#fff !important } }
0.169991
0.15876
body { background: #c8c8c8; font-family: Helvetica, Arial, Geneva; padding-left: 1em; padding-right: 1em; } /* page title */ #titles { -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; } #header .links, #footer { background-color: #929bb1; color: #ddd; } #header { -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; border: none; } #header a, #footer a { color: white; text-decoration: none; } #header a:hover, #footer a:hover { text-decoration: underline; } /* body */ #bugzilla-body { background: #f0f0f0; color: black; margin-top: 10px; margin-bottom: 10px; border: 1px solid #747e93; padding: 10px; font-size: 10pt; -moz-border-radius: 5px; } a { color: #6070cf; } a:hover { color: #8090ef; } hr { border-color: #969696; border-style: dashed; border-width: 1px; margin-top: 10px; } /* edit */ #bugzilla-body th { font-weight: bold; vertical-align: top; white-space: nowrap; } #bug-form td { padding-top: 2px; } /* attachments */ #attachment-list { border: 2px solid #c8c8ba; font-size: 9pt; } #attachment-list th { background-color: #e6e6d8; border: none; border-bottom: 1px solid #c8c8ba; text-align: left; } #attachment-list th a { color: #646456; } #attachment-list td { border: none; } #attachment-list-actions td { border-top: 1px solid #c8c8ba; } /************/ /* Comments */ /************/ #comments th { font-size: 9pt; font-weight: bold; padding-top: 5px; padding-right: 5px; padding-bottom: 10px; text-align: right; vertical-align: top; white-space: nowrap; } #comments td { padding-top: 2px; } .reply-button a { padding-left: 2px; padding-right: 2px; } .bz_comment { background-color: #e8e8e8; margin: 1px 1px 10px 1px; border-width: 1px; border-style: solid; border-color: #c8c8ba; padding: 5px; font-size: 9pt; } .bz_comment_head, .bz_first_comment_head { margin: 0; padding: 0; background-color: transparent; font-weight: bold; } .bz_comment_user { margin-left: 0; } .bz_comment.bz_private { background-color: #f0e8e8; border-color: #f8c8ba; } .comment_rule { display: none; } /* footer */ #footer { border: 1px solid #747e93; width: 100%; -moz-border-radius: 5px; } #footer #links-actions, #footer #links-edit, #footer #links-saved, #footer #links-special { margin-top: 2ex; } #footer .links { border-spacing: 30px; margin-bottom: 2ex; } .separator { color: #cccccc; } /* tabs */ .tabbed .tabbody { background: #f8f8f8; padding: 1em; border-style: solid; border-color: #000000; border-width: 0 3px 3px 1px; } .tabs { margin: 0; padding: 0; border-collapse: collapse; } .tabs td { background: #c8c8c8; border-width: 1px; } .tabs td.selected { background: #f8f8f8; border-width: 1px 3px 0 1px; } .tabs td.spacer { background: transparent; border-top: none; border-left: none; border-right: none; } /* other */ .bz_row_odd { background-color: #f0f0f0; } /* Rules specific for printing */ @media print { #header, #footer, .navigation { display: none; } body { background-image: none; background-color: #ffffff; } #bugzilla-body { border: none; margin: 0; padding: 0; } }
evaluation/RADBench/bug6/docs/bug-526805_files/global.css
body { background: #c8c8c8; font-family: Helvetica, Arial, Geneva; padding-left: 1em; padding-right: 1em; } /* page title */ #titles { -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; } #header .links, #footer { background-color: #929bb1; color: #ddd; } #header { -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; border: none; } #header a, #footer a { color: white; text-decoration: none; } #header a:hover, #footer a:hover { text-decoration: underline; } /* body */ #bugzilla-body { background: #f0f0f0; color: black; margin-top: 10px; margin-bottom: 10px; border: 1px solid #747e93; padding: 10px; font-size: 10pt; -moz-border-radius: 5px; } a { color: #6070cf; } a:hover { color: #8090ef; } hr { border-color: #969696; border-style: dashed; border-width: 1px; margin-top: 10px; } /* edit */ #bugzilla-body th { font-weight: bold; vertical-align: top; white-space: nowrap; } #bug-form td { padding-top: 2px; } /* attachments */ #attachment-list { border: 2px solid #c8c8ba; font-size: 9pt; } #attachment-list th { background-color: #e6e6d8; border: none; border-bottom: 1px solid #c8c8ba; text-align: left; } #attachment-list th a { color: #646456; } #attachment-list td { border: none; } #attachment-list-actions td { border-top: 1px solid #c8c8ba; } /************/ /* Comments */ /************/ #comments th { font-size: 9pt; font-weight: bold; padding-top: 5px; padding-right: 5px; padding-bottom: 10px; text-align: right; vertical-align: top; white-space: nowrap; } #comments td { padding-top: 2px; } .reply-button a { padding-left: 2px; padding-right: 2px; } .bz_comment { background-color: #e8e8e8; margin: 1px 1px 10px 1px; border-width: 1px; border-style: solid; border-color: #c8c8ba; padding: 5px; font-size: 9pt; } .bz_comment_head, .bz_first_comment_head { margin: 0; padding: 0; background-color: transparent; font-weight: bold; } .bz_comment_user { margin-left: 0; } .bz_comment.bz_private { background-color: #f0e8e8; border-color: #f8c8ba; } .comment_rule { display: none; } /* footer */ #footer { border: 1px solid #747e93; width: 100%; -moz-border-radius: 5px; } #footer #links-actions, #footer #links-edit, #footer #links-saved, #footer #links-special { margin-top: 2ex; } #footer .links { border-spacing: 30px; margin-bottom: 2ex; } .separator { color: #cccccc; } /* tabs */ .tabbed .tabbody { background: #f8f8f8; padding: 1em; border-style: solid; border-color: #000000; border-width: 0 3px 3px 1px; } .tabs { margin: 0; padding: 0; border-collapse: collapse; } .tabs td { background: #c8c8c8; border-width: 1px; } .tabs td.selected { background: #f8f8f8; border-width: 1px 3px 0 1px; } .tabs td.spacer { background: transparent; border-top: none; border-left: none; border-right: none; } /* other */ .bz_row_odd { background-color: #f0f0f0; } /* Rules specific for printing */ @media print { #header, #footer, .navigation { display: none; } body { background-image: none; background-color: #ffffff; } #bugzilla-body { border: none; margin: 0; padding: 0; } }
0.310799
0.07627
body { margin: 0; padding: 0; } :focus { outline: none; } ul { list-style: none; } .no-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } header { left: 0; top: 0; bottom: 0; width: 150px; position: absolute; background-color: #19191F; border-right: 1px solid rgba(0,0,0,0.5); box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.4); } #logo { margin: 21px; margin-top: 30px; } #search { position: relative; width: 150px; } #search-field { display: inline-block; width: 95%; padding-left: 8px; padding-right: 8px; background-color: #24242A; border-color: #303035; color: white; margin-left: 2.5%; } #color-filter { margin: 0px; margin-top: 10px; padding: 0; margin-left: 25%; } #color-filter li { display: inline-block; margin-right: 10px; } #color-filter input[type=checkbox] { position: absolute; opacity: 0; } #color-filter input[type=checkbox] + label { height: 20px; width: 20px; display:inline-block; padding: 0 0 0 0px; } #color-filter input[type=checkbox]:checked + label { height: 20px; width: 20px; display:inline-block; padding: 0 0 0 0px; } #color-filter input[type=checkbox]#search-black + label { background: url('./resources/blackmana-inactive.png'); } #color-filter input[type=checkbox]#search-black:checked + label { background: url('./resources/blackmana-active.png'); } #color-filter input[type=checkbox]#search-blue + label { background: url('./resources/bluemana-inactive.png'); } #color-filter input[type=checkbox]#search-blue:checked + label { background: url('./resources/bluemana-active.png'); } #color-filter input[type=checkbox]#search-green + label { background: url('./resources/greenmana-inactive.png'); } #color-filter input[type=checkbox]#search-green:checked + label { background: url('./resources/greenmana-active.png'); } #color-filter input[type=checkbox]#search-red + label { background: url('./resources/redmana-inactive.png'); } #color-filter input[type=checkbox]#search-red:checked + label { background: url('./resources/redmana-active.png'); } #color-filter input[type=checkbox]#search-white + label { background: url('./resources/whitemana-inactive.png'); } #color-filter input[type=checkbox]#search-white:checked + label { background: url('./resources/whitemana-active.png'); } #search-black-listitem { margin-left: 16px; } #main-content { position: absolute; left: 161; right: 0; bottom: 0; top: 0; overflow-y: auto; }
app/static/layout.css
body { margin: 0; padding: 0; } :focus { outline: none; } ul { list-style: none; } .no-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } header { left: 0; top: 0; bottom: 0; width: 150px; position: absolute; background-color: #19191F; border-right: 1px solid rgba(0,0,0,0.5); box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.4); } #logo { margin: 21px; margin-top: 30px; } #search { position: relative; width: 150px; } #search-field { display: inline-block; width: 95%; padding-left: 8px; padding-right: 8px; background-color: #24242A; border-color: #303035; color: white; margin-left: 2.5%; } #color-filter { margin: 0px; margin-top: 10px; padding: 0; margin-left: 25%; } #color-filter li { display: inline-block; margin-right: 10px; } #color-filter input[type=checkbox] { position: absolute; opacity: 0; } #color-filter input[type=checkbox] + label { height: 20px; width: 20px; display:inline-block; padding: 0 0 0 0px; } #color-filter input[type=checkbox]:checked + label { height: 20px; width: 20px; display:inline-block; padding: 0 0 0 0px; } #color-filter input[type=checkbox]#search-black + label { background: url('./resources/blackmana-inactive.png'); } #color-filter input[type=checkbox]#search-black:checked + label { background: url('./resources/blackmana-active.png'); } #color-filter input[type=checkbox]#search-blue + label { background: url('./resources/bluemana-inactive.png'); } #color-filter input[type=checkbox]#search-blue:checked + label { background: url('./resources/bluemana-active.png'); } #color-filter input[type=checkbox]#search-green + label { background: url('./resources/greenmana-inactive.png'); } #color-filter input[type=checkbox]#search-green:checked + label { background: url('./resources/greenmana-active.png'); } #color-filter input[type=checkbox]#search-red + label { background: url('./resources/redmana-inactive.png'); } #color-filter input[type=checkbox]#search-red:checked + label { background: url('./resources/redmana-active.png'); } #color-filter input[type=checkbox]#search-white + label { background: url('./resources/whitemana-inactive.png'); } #color-filter input[type=checkbox]#search-white:checked + label { background: url('./resources/whitemana-active.png'); } #search-black-listitem { margin-left: 16px; } #main-content { position: absolute; left: 161; right: 0; bottom: 0; top: 0; overflow-y: auto; }
0.360377
0.076236
@import url('https://fonts.googleapis.com/css?family=Lato'); @import url('https://fonts.googleapis.com/css?family=Quicksand'); *{ margin: 0; padding: 0; border: 0; box-sizing: border-box; } body{ font-family: 'Quicksand', sans-serif; margin: 0; padding: 0; background-image: url('images/background.png'); background-repeat: no-repeat; } ::selection{ background: #FF0; } header{ background-image: url('../images/pexels-photo-173427.png'); background-size:cover; background-repeat: no-repeat; height: 100vh; position: relative; } /****************************************** Navigation start ******************************************/ .menu { position: absolute; top: 20px; left: 20px; height: 46px; width: 46px; } .menu-button { background-color: #fff; width: 100%; height: 100%; position: absolute; transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); z-index: 1000; } .menu-link { width: 100%; height: 100%; position: absolute; z-index: 1002; } .menu-icon { position: absolute; width: 20px; height: 14px; margin: auto; left: 0; top: 0; right: 0; bottom: 1px; } .menu-line { background-color: rgba(51,73,95,1);; height: 2px; width: 100%; border-radius: 2px; position: absolute; left: 0; transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .menu-line-1 { top: 0; } .menu-line-2 { top: 0; bottom: 0; margin: auto; } .menu-line-3 { bottom: 0; } .menu.open .menu-line-1 { transform: translateY(7px) translateY(-50%) rotate(-135deg); } .menu.open .menu-line-2 { opacity: 0; } .menu.open .menu-line-3 { transform: translateY(-7px) translateY(50%) rotate(135deg); } .menu-overlay { background-color: #fff; color: #333; height: 100%; width: 100%; position: fixed; opacity: 0; visibility: hidden; text-align: center; transition: opacity 0.2s ease-in-out; z-index: 1001; } .menu-overlay.open { opacity: 1; visibility: visible; transition-delay: 0.03s; } .menu-overlay a { color: rgb(51,73,95); font-weight: 600; font-size: 32px; padding: 2%; margin: 25% 1% 0; display: inline-block; text-decoration: none; transition: 0.5s all ease; } .menu-overlay a:hover{ background-color: rgb(51,73,95); color: rgb(229,229,229); } /****************************************** Navigation end ******************************************/ header p{ font-size: 5em; color: #e5e5e5; background-color: rgba(0,0,0,0.6); padding: 20px; text-align: center; width: 60%; margin-left: 20%; margin-top: 300px; position: absolute; font-weight: 100; } .ghostbtn{ background-color: rgba(0,0,0,0.6); width: 2%; padding: 10px; margin-left: 49%; position: absolute; top:90%; } .ghostbtn:hover{ background-color:rgba(51,73,95,1); } .ghostbtn a img{ width: 100%; } .main{ width:100%; max-width: 1280px; margin: auto; } .main h1{ padding-top: 30px; font-size: 46px; color: rgb(51,73,95); font-family: 'Quicksand', sans-serif; font-weight: 300; } #kleur,.contact{ width: 100%; height:100vh; } #kleur h1{ padding-top: 150px; } .colors{ width: 30%; float: left; margin-left: 5%; margin-top: 50px; } .colors1{ margin-left: 0; } .colors4{ margin-left: 17.5%; } .color{ width: 100%; height: 150px; } .color1{ background-color: rgb(229,229,229); } .color2{ background-color: rgb(51,73,95); } .color3{ background-color: rgb(50,172,252); } .color4{ background-color: rgb(252,247,248); border: 1px solid rgb(51,73,95); } .color5{ background-color: rgb(255,255,255); border: 1px solid rgb(51,73,95); } .colors p{ margin-top: 20px; font-size: 20px; } #typo{ width: 100%; height: 50vh; } #typo h1{ color: black; margin-bottom: 20px; } #typo h2,h3,h4,h5{ margin-bottom: 20px; font-family: 'Quicksand', sans-serif; font-weight: 300; } #typo h1:first-child{ color: rgb(51,73,95); } #typo p{ text-align: justify; } #typo p:last-child{ margin-top: 20px; } hr{ width: 130px; margin-top: 10px; height: 5px; background-color: rgb(51,73,95); border: none; } .buttons{ height: 50vh; } .buttons h2{ margin-top: 20px; } /* GENERAL BUTTON STYLING */ .btns{ float: left; width: 30%; } .btns2{ margin-top: 5px; } button { overflow: hidden; font-size: 62.5%; background: none; border: 3px solid rgb(51,73,95); border-radius: 5px; color: rgb(51,73,95); display: block; font-size: 1.2em; cursor: pointer; margin-top: 1em; position: relative; text-transform: uppercase; margin-left: 0; width: 200px; height: 60px; outline: none; } button::after { background: #fff; content: ''; position: absolute; z-index: -1; background-color: rgb(51,73,95); height: 100%; left: -35%; top: 0; transform: skew(50deg); transition-duration: 0.6s; transform-origin: top left; width: 0; } button:hover { color: rgb(229,229,229);; } button:hover:after { height: 100%; width: 135%; } .btn1{ background: #2ecc71; border: 3px solid #2ecc71; color: rgb(229,229,229); } .btn2{ background: rgb(245,69,73); border: 3px solid rgb(245,69,73);; color: rgb(229,229,229); } .fa { padding: 20px; font-size: 30px; width: 50px; text-align: center; text-decoration: none; margin: 5px 2px; margin-top: 1em; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-linkedin { background: #007bb5; color: white; } .fa-instagram { background: #125688; color: white; } #map{ margin-top: 20px; float: left; width:55%; border: solid 1px rgb(51,73,95); } #form { width: 40%; float: left; margin-top: 156px; margin-left: 5%; } #form h2{ margin-top: 20px; margin-bottom: 20px; color: rgb(51,73,95); } input { font-size: 1em; width: 100%; height: 50px; padding: 0px 15px 0px 15px; background: transparent; outline: none; color: rgb(51,73,95); border: solid 1px rgb(51,73,95); border-bottom: none; transition: all 0.3s ease-in-out; } input:focus { background: rgb(51,73,95); color: rgb(229, 229, 229); } input:focus::placeholder { color: rgb(229, 229, 229); } textarea { width: 100%; height: 110px; max-height: 110px; padding: 15px; resize: none; background: transparent; outline: none; color: rgb(51,73,95); font-size: 0.875em; border: solid 1px rgb(51,73,95); } textarea:focus { background: rgb(51,73,95); color: rgb(229, 229, 229); } textarea:focus::placeholder { color: rgb(229, 229, 229); } #submit { width: 100%; padding: 15px; margin: -5px 0px 0px 0px; color: rgb(51,73,95); cursor: pointer; border: solid 1px rgb(51,73,95); border-top: none; } #submit:hover { color: rgb(229,229,229); background-color: rgb(51,73,95); } @media screen and (max-width: 480px) { #map{ width: 100%; } #form{ width: 100%; margin-left: 0; } }
styleGuide/css/style.css
@import url('https://fonts.googleapis.com/css?family=Lato'); @import url('https://fonts.googleapis.com/css?family=Quicksand'); *{ margin: 0; padding: 0; border: 0; box-sizing: border-box; } body{ font-family: 'Quicksand', sans-serif; margin: 0; padding: 0; background-image: url('images/background.png'); background-repeat: no-repeat; } ::selection{ background: #FF0; } header{ background-image: url('../images/pexels-photo-173427.png'); background-size:cover; background-repeat: no-repeat; height: 100vh; position: relative; } /****************************************** Navigation start ******************************************/ .menu { position: absolute; top: 20px; left: 20px; height: 46px; width: 46px; } .menu-button { background-color: #fff; width: 100%; height: 100%; position: absolute; transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); z-index: 1000; } .menu-link { width: 100%; height: 100%; position: absolute; z-index: 1002; } .menu-icon { position: absolute; width: 20px; height: 14px; margin: auto; left: 0; top: 0; right: 0; bottom: 1px; } .menu-line { background-color: rgba(51,73,95,1);; height: 2px; width: 100%; border-radius: 2px; position: absolute; left: 0; transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .menu-line-1 { top: 0; } .menu-line-2 { top: 0; bottom: 0; margin: auto; } .menu-line-3 { bottom: 0; } .menu.open .menu-line-1 { transform: translateY(7px) translateY(-50%) rotate(-135deg); } .menu.open .menu-line-2 { opacity: 0; } .menu.open .menu-line-3 { transform: translateY(-7px) translateY(50%) rotate(135deg); } .menu-overlay { background-color: #fff; color: #333; height: 100%; width: 100%; position: fixed; opacity: 0; visibility: hidden; text-align: center; transition: opacity 0.2s ease-in-out; z-index: 1001; } .menu-overlay.open { opacity: 1; visibility: visible; transition-delay: 0.03s; } .menu-overlay a { color: rgb(51,73,95); font-weight: 600; font-size: 32px; padding: 2%; margin: 25% 1% 0; display: inline-block; text-decoration: none; transition: 0.5s all ease; } .menu-overlay a:hover{ background-color: rgb(51,73,95); color: rgb(229,229,229); } /****************************************** Navigation end ******************************************/ header p{ font-size: 5em; color: #e5e5e5; background-color: rgba(0,0,0,0.6); padding: 20px; text-align: center; width: 60%; margin-left: 20%; margin-top: 300px; position: absolute; font-weight: 100; } .ghostbtn{ background-color: rgba(0,0,0,0.6); width: 2%; padding: 10px; margin-left: 49%; position: absolute; top:90%; } .ghostbtn:hover{ background-color:rgba(51,73,95,1); } .ghostbtn a img{ width: 100%; } .main{ width:100%; max-width: 1280px; margin: auto; } .main h1{ padding-top: 30px; font-size: 46px; color: rgb(51,73,95); font-family: 'Quicksand', sans-serif; font-weight: 300; } #kleur,.contact{ width: 100%; height:100vh; } #kleur h1{ padding-top: 150px; } .colors{ width: 30%; float: left; margin-left: 5%; margin-top: 50px; } .colors1{ margin-left: 0; } .colors4{ margin-left: 17.5%; } .color{ width: 100%; height: 150px; } .color1{ background-color: rgb(229,229,229); } .color2{ background-color: rgb(51,73,95); } .color3{ background-color: rgb(50,172,252); } .color4{ background-color: rgb(252,247,248); border: 1px solid rgb(51,73,95); } .color5{ background-color: rgb(255,255,255); border: 1px solid rgb(51,73,95); } .colors p{ margin-top: 20px; font-size: 20px; } #typo{ width: 100%; height: 50vh; } #typo h1{ color: black; margin-bottom: 20px; } #typo h2,h3,h4,h5{ margin-bottom: 20px; font-family: 'Quicksand', sans-serif; font-weight: 300; } #typo h1:first-child{ color: rgb(51,73,95); } #typo p{ text-align: justify; } #typo p:last-child{ margin-top: 20px; } hr{ width: 130px; margin-top: 10px; height: 5px; background-color: rgb(51,73,95); border: none; } .buttons{ height: 50vh; } .buttons h2{ margin-top: 20px; } /* GENERAL BUTTON STYLING */ .btns{ float: left; width: 30%; } .btns2{ margin-top: 5px; } button { overflow: hidden; font-size: 62.5%; background: none; border: 3px solid rgb(51,73,95); border-radius: 5px; color: rgb(51,73,95); display: block; font-size: 1.2em; cursor: pointer; margin-top: 1em; position: relative; text-transform: uppercase; margin-left: 0; width: 200px; height: 60px; outline: none; } button::after { background: #fff; content: ''; position: absolute; z-index: -1; background-color: rgb(51,73,95); height: 100%; left: -35%; top: 0; transform: skew(50deg); transition-duration: 0.6s; transform-origin: top left; width: 0; } button:hover { color: rgb(229,229,229);; } button:hover:after { height: 100%; width: 135%; } .btn1{ background: #2ecc71; border: 3px solid #2ecc71; color: rgb(229,229,229); } .btn2{ background: rgb(245,69,73); border: 3px solid rgb(245,69,73);; color: rgb(229,229,229); } .fa { padding: 20px; font-size: 30px; width: 50px; text-align: center; text-decoration: none; margin: 5px 2px; margin-top: 1em; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-linkedin { background: #007bb5; color: white; } .fa-instagram { background: #125688; color: white; } #map{ margin-top: 20px; float: left; width:55%; border: solid 1px rgb(51,73,95); } #form { width: 40%; float: left; margin-top: 156px; margin-left: 5%; } #form h2{ margin-top: 20px; margin-bottom: 20px; color: rgb(51,73,95); } input { font-size: 1em; width: 100%; height: 50px; padding: 0px 15px 0px 15px; background: transparent; outline: none; color: rgb(51,73,95); border: solid 1px rgb(51,73,95); border-bottom: none; transition: all 0.3s ease-in-out; } input:focus { background: rgb(51,73,95); color: rgb(229, 229, 229); } input:focus::placeholder { color: rgb(229, 229, 229); } textarea { width: 100%; height: 110px; max-height: 110px; padding: 15px; resize: none; background: transparent; outline: none; color: rgb(51,73,95); font-size: 0.875em; border: solid 1px rgb(51,73,95); } textarea:focus { background: rgb(51,73,95); color: rgb(229, 229, 229); } textarea:focus::placeholder { color: rgb(229, 229, 229); } #submit { width: 100%; padding: 15px; margin: -5px 0px 0px 0px; color: rgb(51,73,95); cursor: pointer; border: solid 1px rgb(51,73,95); border-top: none; } #submit:hover { color: rgb(229,229,229); background-color: rgb(51,73,95); } @media screen and (max-width: 480px) { #map{ width: 100%; } #form{ width: 100%; margin-left: 0; } }
0.481698
0.111145
html, body { height: 100%; } #particles-js { background-color: white; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; width: 100%; height: 100%; } .site-wrapper { position: relative; display: flex; flex-direction: column; margin: auto; } .site-wrapper-inner { display: flex; vertical-align: top; } .full-width { width: 100%; } /* * container */ .container { text-align: center; } .container::after { display: block; height: 150px; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 40px; font-weight: 900; line-height: 1.5em; color: #c79b1b; margin-bottom: 12px; padding: 0; } .container p { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-weight: 300; font-size: 20px; line-height: 35px; color: #fff; margin-bottom: 20px; padding: 0; } .container hr { border: solid white; border-width: 5px 0 0; margin: 19px auto 12px; height: 0; width: 100px; } @media only screen and (max-width: 900px) { .container.row { width: 85%; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 35px; font-weight: 900; line-height: 1.2em; } .container p { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-weight: 300; font-size: 15px; line-height: 30px; } .container .site-header .logo { margin: 0 0 30px 0; } .container .site-header .logo a { width: 125px; height: 90px; } } @media only screen and (max-width: 768px) { .container.row { width: 92%; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 30px; font-weight: 900; line-height: 1em; } .container p { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-weight: 300; font-size: 15px; line-height: 30px; } .container .site-header .logo { margin: 0 0 24px 0; } } @media only screen and (max-width: 500px) { .container.row { width: 96%; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 30px; font-weight: 900; line-height: 1em; } .container p { line-height: 25px; } .container::after { height: 80px; } } @media only screen and (max-width: 400px) { .container.row { width: 100%; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 900; line-height: 1em; } .container p { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-weight: 300; font-size: 15px; line-height: 25px; } .container .site-header .logo a { width: 95px; height: 65px; } } /* counter */ #counter { width: 70%; color: #1b8888; text-align: center; margin: 15px auto 0; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 75px; font-weight: 900; line-height: 1em; display: block; padding: 10px 0 30px; min-width: 25%; float: left; color: #1b8888; } #counter span em { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: 400; line-height: 18px; text-transform: uppercase; letter-spacing: 2px; margin-top: 3px; display: block; color: #1b8888; } @media only screen and (max-width: 1200px) { #counter { width: 70%; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 70px; font-weight: 900; line-height: 1em; } .timer-container { margin-top: -160px !important; } .desktop .logo img { width: 80px !important; height: 80px !important; top: 10% !important; } .tagline-container{ margin-top: 0px !important; } } @media only screen and (max-width: 900px) { #counter { width: 90%; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 60px; font-weight: 900; line-height: 1em; } } @media only screen and (max-width: 768px) { #counter { width: 100%; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 50px; font-weight: 900; line-height: 1em; } } @media only screen and (max-width: 600px) { #counter { margin-bottom: 0; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 48px; font-weight: 900; line-height: 1em; } } @media only screen and (max-width: 500px) { #counter { margin-bottom: 12px; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 37px; font-weight: 900; line-height: 1em; } #counter em { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 400; line-height: 18px; letter-spacing: 1.5px; } } @media only screen and (max-width: 400px) { #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 900; line-height: 1em; } #counter em { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 8px; font-weight: 400; line-height: 18px; letter-spacing: 1px; } } /* Button */ .btn { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: 700; color: #23252f; background-color: #c79b1b; border-radius: 3px; cursor: pointer; } .btn:hover { color: #c79b1b; border: 2px solid #c79b1b; background: #fff; outline: 0 none; } /* Clearing - (http://nicolasgallagher.com/micro-clearfix-hack/ */ .group:before, .group:after { content: ""; display: table; } .group:after { clear: both; } /* footer */ footer { clear: both; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 400; line-height: 24px; background: #1b8888; padding: 18px 30px; color: white; width: 100%; position: fixed; bottom: 0; left: 0; z-index: 999992; } footer a { color: #1b8888; font-weight: bold; text-decoration: underline; } footer a:hover, footer a:focus { color: #1b8888; } /* copyright */ .footer-copyright { margin: 0; padding: 0; text-align: center; } .footer-copyright li { display: inline-block; margin: 0; padding: 0; line-height: 24px; } .footer-copyright li::before { content: "|"; padding-left: 6px; padding-right: 10px; color: #1b8888; } .footer-copyright li:first-child:before { display: none; } /* social links */ .footer-social { font-size: 18px; margin: 0; padding: 0; text-shadow: #1b8888; float: right; } .footer-social li { display: flex; margin: 0 10px; padding: 0; } .footer-social li a { color: #1b8888; } .footer-social li a:hover { color: #1b8888; } @media only screen and (max-width: 768px) { footer { padding-top: 24px; text-align: center; } .footer-copyright { float: none; } .footer-social { float: none; margin-bottom: 15px; } } @media only screen and (max-width: 600px) { footer { position: relative; padding-bottom: 30px; margin-top: 30px; right: 0; bottom: 0; left: 0; } .footer-copyright li { display: block; margin: 0; padding: 0; line-height: 24px; } .footer-copyright li::before { content: none; } } @media only screen and (max-width: 400px) { footer { position: relative; padding-bottom: 15px; margin-top: 30px; right: 0; bottom: 0; left: 0; } .footer-social { font-size: 17px; } .footer-social li { margin: 0 6px; } } /* modal */ .modal { width: 100%; height: 100%; background-color: rgba(199, 155, 27, 0.6); opacity: 0.3; transition: opacity 0.2s; } .modal-dialog { width: 600px; height: 350px; background-color: #fff; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4); border-radius: 3px; transition: margin 0.2s; } .modal-dialog #close-button { width: 24px; height: 24px; background-image: url("../img/close_icon.png"); cursor: pointer; } .modal-title { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 900; margin-left: auto; margin-right: auto; } .modal-dialog .modal-body { height: 275px; width: 100%; } .left-half { width: 250px; height: 100%; float: left; padding: 0; margin: 0; } .right-half { width: 200px; height: 100%; float: right; padding: 0; margin: 0; } .left-half .title, .right-half .title { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 900; } .left-half .body, .right-half .body { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-size: 12px; text-align: justify; } @media only screen and (max-width: 900px) { .mobile{ display: flex !important; } .desktop{ display: none !important; } .modal-dialog { width: 85%; } .timer-container{ margin-top: 0px !important; margin-bottom: 120px !important; } .timer{ max-width: 100% !important; } } @media only screen and (max-width: 768px) { .logo-container .logo img { width: 120px !important; height: 120px !important; } .modal-dialog { width: 90%; } .timer{ max-width: 100% !important; } .timer-container{ margin-top: 0px !important; margin-bottom: 120px !important; } } @media only screen and (max-width: 600px) { .timer-container{ margin-top: 0px !important; margin-bottom: 60px !important; } } @media only screen and (max-width: 500px) { .logo-container .logo img { width: 100px !important; height: 100px !important; } .modal-dialog { width: 95%; } .left-half { width: 35%; height: 45%; padding: 0; margin: 0; } .right-half { width: 45%; height: 100%; padding: 0; margin: 0; } .left-half .title, .right-half .title { font-size: 12px; } .left-half .body, .right-half .body { font-size: 10px; } .timer{ max-width: 100% !important; } .timer-container{ margin-top: 0px !important; margin-bottom: 0px !important; } } @media only screen and (max-width: 400px) { .logo-container .logo img { width: 80px !important; height: 80px !important; } .modal-dialog { width: 95%; } .left-half { width: 40%; height: 100%; padding: 0; margin: 0; } .right-half { width: 40%; height: 100%; padding: 0; margin: 0; } .left-half .title, .right-half .title { font-size: 12px; } .left-half .body, .right-half .body { font-size: 9px; } .timer{ max-width: 100% !important; } .timer-container{ margin-top: 0px !important; margin-bottom: 0px !important; } } .logo-container{ flex-direction: row; box-sizing: border-box; display: flex; place-content: center; align-items: center; } .logo-container.mobile .logo { margin: 36px 0 36px 0; } .logo-container .logo img { width: 150px; height: 150px; } .mobile{ display: none; } .desktop{ display: flex; flex-direction: row; box-sizing: border-box; display: flex; place-content: flex-end; align-items: center; flex: 1 1 100%; box-sizing: border-box; max-width: 80%; } .desktop .logo img { width: 100px; height: 100px; position: absolute; top: 8%; right: 27%; } .tagline-container{ flex-direction: row; box-sizing: border-box; display: flex; place-content: center; align-items: center; margin-top: 40px; } .tagline{ flex: 1 1 100%; box-sizing: border-box; max-width: 80%; } .tagline img { width: 100%; } .timer-container{ flex-direction: row; box-sizing: border-box; display: flex; place-content: flex-end; align-items: center; margin-top: -180px; margin-bottom: 115px; } .timer{ flex: 1 1 100%; box-sizing: border-box; max-width: 60%; } .intro-container{ flex-direction: column; box-sizing: border-box; display: flex; place-content: center; align-items: center; margin-bottom: 12%; } .intro-video{ flex: 1 1 100%; box-sizing: border-box; max-width: 80%; } .copyright-attributes{ flex: 1 1 100%; max-width: 80%; font-size: 10px; color: grey; font-family: "Open Sans", Arial, Helvetica, sans-serif; margin-top: 2%; } .copyright-attributes a{ color: grey; }
css/style.css
html, body { height: 100%; } #particles-js { background-color: white; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; width: 100%; height: 100%; } .site-wrapper { position: relative; display: flex; flex-direction: column; margin: auto; } .site-wrapper-inner { display: flex; vertical-align: top; } .full-width { width: 100%; } /* * container */ .container { text-align: center; } .container::after { display: block; height: 150px; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 40px; font-weight: 900; line-height: 1.5em; color: #c79b1b; margin-bottom: 12px; padding: 0; } .container p { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-weight: 300; font-size: 20px; line-height: 35px; color: #fff; margin-bottom: 20px; padding: 0; } .container hr { border: solid white; border-width: 5px 0 0; margin: 19px auto 12px; height: 0; width: 100px; } @media only screen and (max-width: 900px) { .container.row { width: 85%; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 35px; font-weight: 900; line-height: 1.2em; } .container p { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-weight: 300; font-size: 15px; line-height: 30px; } .container .site-header .logo { margin: 0 0 30px 0; } .container .site-header .logo a { width: 125px; height: 90px; } } @media only screen and (max-width: 768px) { .container.row { width: 92%; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 30px; font-weight: 900; line-height: 1em; } .container p { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-weight: 300; font-size: 15px; line-height: 30px; } .container .site-header .logo { margin: 0 0 24px 0; } } @media only screen and (max-width: 500px) { .container.row { width: 96%; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 30px; font-weight: 900; line-height: 1em; } .container p { line-height: 25px; } .container::after { height: 80px; } } @media only screen and (max-width: 400px) { .container.row { width: 100%; } .container h1 { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 900; line-height: 1em; } .container p { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-weight: 300; font-size: 15px; line-height: 25px; } .container .site-header .logo a { width: 95px; height: 65px; } } /* counter */ #counter { width: 70%; color: #1b8888; text-align: center; margin: 15px auto 0; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 75px; font-weight: 900; line-height: 1em; display: block; padding: 10px 0 30px; min-width: 25%; float: left; color: #1b8888; } #counter span em { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: 400; line-height: 18px; text-transform: uppercase; letter-spacing: 2px; margin-top: 3px; display: block; color: #1b8888; } @media only screen and (max-width: 1200px) { #counter { width: 70%; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 70px; font-weight: 900; line-height: 1em; } .timer-container { margin-top: -160px !important; } .desktop .logo img { width: 80px !important; height: 80px !important; top: 10% !important; } .tagline-container{ margin-top: 0px !important; } } @media only screen and (max-width: 900px) { #counter { width: 90%; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 60px; font-weight: 900; line-height: 1em; } } @media only screen and (max-width: 768px) { #counter { width: 100%; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 50px; font-weight: 900; line-height: 1em; } } @media only screen and (max-width: 600px) { #counter { margin-bottom: 0; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 48px; font-weight: 900; line-height: 1em; } } @media only screen and (max-width: 500px) { #counter { margin-bottom: 12px; } #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 37px; font-weight: 900; line-height: 1em; } #counter em { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 400; line-height: 18px; letter-spacing: 1.5px; } } @media only screen and (max-width: 400px) { #counter span { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 900; line-height: 1em; } #counter em { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 8px; font-weight: 400; line-height: 18px; letter-spacing: 1px; } } /* Button */ .btn { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: 700; color: #23252f; background-color: #c79b1b; border-radius: 3px; cursor: pointer; } .btn:hover { color: #c79b1b; border: 2px solid #c79b1b; background: #fff; outline: 0 none; } /* Clearing - (http://nicolasgallagher.com/micro-clearfix-hack/ */ .group:before, .group:after { content: ""; display: table; } .group:after { clear: both; } /* footer */ footer { clear: both; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 400; line-height: 24px; background: #1b8888; padding: 18px 30px; color: white; width: 100%; position: fixed; bottom: 0; left: 0; z-index: 999992; } footer a { color: #1b8888; font-weight: bold; text-decoration: underline; } footer a:hover, footer a:focus { color: #1b8888; } /* copyright */ .footer-copyright { margin: 0; padding: 0; text-align: center; } .footer-copyright li { display: inline-block; margin: 0; padding: 0; line-height: 24px; } .footer-copyright li::before { content: "|"; padding-left: 6px; padding-right: 10px; color: #1b8888; } .footer-copyright li:first-child:before { display: none; } /* social links */ .footer-social { font-size: 18px; margin: 0; padding: 0; text-shadow: #1b8888; float: right; } .footer-social li { display: flex; margin: 0 10px; padding: 0; } .footer-social li a { color: #1b8888; } .footer-social li a:hover { color: #1b8888; } @media only screen and (max-width: 768px) { footer { padding-top: 24px; text-align: center; } .footer-copyright { float: none; } .footer-social { float: none; margin-bottom: 15px; } } @media only screen and (max-width: 600px) { footer { position: relative; padding-bottom: 30px; margin-top: 30px; right: 0; bottom: 0; left: 0; } .footer-copyright li { display: block; margin: 0; padding: 0; line-height: 24px; } .footer-copyright li::before { content: none; } } @media only screen and (max-width: 400px) { footer { position: relative; padding-bottom: 15px; margin-top: 30px; right: 0; bottom: 0; left: 0; } .footer-social { font-size: 17px; } .footer-social li { margin: 0 6px; } } /* modal */ .modal { width: 100%; height: 100%; background-color: rgba(199, 155, 27, 0.6); opacity: 0.3; transition: opacity 0.2s; } .modal-dialog { width: 600px; height: 350px; background-color: #fff; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4); border-radius: 3px; transition: margin 0.2s; } .modal-dialog #close-button { width: 24px; height: 24px; background-image: url("../img/close_icon.png"); cursor: pointer; } .modal-title { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 900; margin-left: auto; margin-right: auto; } .modal-dialog .modal-body { height: 275px; width: 100%; } .left-half { width: 250px; height: 100%; float: left; padding: 0; margin: 0; } .right-half { width: 200px; height: 100%; float: right; padding: 0; margin: 0; } .left-half .title, .right-half .title { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 900; } .left-half .body, .right-half .body { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; font-size: 12px; text-align: justify; } @media only screen and (max-width: 900px) { .mobile{ display: flex !important; } .desktop{ display: none !important; } .modal-dialog { width: 85%; } .timer-container{ margin-top: 0px !important; margin-bottom: 120px !important; } .timer{ max-width: 100% !important; } } @media only screen and (max-width: 768px) { .logo-container .logo img { width: 120px !important; height: 120px !important; } .modal-dialog { width: 90%; } .timer{ max-width: 100% !important; } .timer-container{ margin-top: 0px !important; margin-bottom: 120px !important; } } @media only screen and (max-width: 600px) { .timer-container{ margin-top: 0px !important; margin-bottom: 60px !important; } } @media only screen and (max-width: 500px) { .logo-container .logo img { width: 100px !important; height: 100px !important; } .modal-dialog { width: 95%; } .left-half { width: 35%; height: 45%; padding: 0; margin: 0; } .right-half { width: 45%; height: 100%; padding: 0; margin: 0; } .left-half .title, .right-half .title { font-size: 12px; } .left-half .body, .right-half .body { font-size: 10px; } .timer{ max-width: 100% !important; } .timer-container{ margin-top: 0px !important; margin-bottom: 0px !important; } } @media only screen and (max-width: 400px) { .logo-container .logo img { width: 80px !important; height: 80px !important; } .modal-dialog { width: 95%; } .left-half { width: 40%; height: 100%; padding: 0; margin: 0; } .right-half { width: 40%; height: 100%; padding: 0; margin: 0; } .left-half .title, .right-half .title { font-size: 12px; } .left-half .body, .right-half .body { font-size: 9px; } .timer{ max-width: 100% !important; } .timer-container{ margin-top: 0px !important; margin-bottom: 0px !important; } } .logo-container{ flex-direction: row; box-sizing: border-box; display: flex; place-content: center; align-items: center; } .logo-container.mobile .logo { margin: 36px 0 36px 0; } .logo-container .logo img { width: 150px; height: 150px; } .mobile{ display: none; } .desktop{ display: flex; flex-direction: row; box-sizing: border-box; display: flex; place-content: flex-end; align-items: center; flex: 1 1 100%; box-sizing: border-box; max-width: 80%; } .desktop .logo img { width: 100px; height: 100px; position: absolute; top: 8%; right: 27%; } .tagline-container{ flex-direction: row; box-sizing: border-box; display: flex; place-content: center; align-items: center; margin-top: 40px; } .tagline{ flex: 1 1 100%; box-sizing: border-box; max-width: 80%; } .tagline img { width: 100%; } .timer-container{ flex-direction: row; box-sizing: border-box; display: flex; place-content: flex-end; align-items: center; margin-top: -180px; margin-bottom: 115px; } .timer{ flex: 1 1 100%; box-sizing: border-box; max-width: 60%; } .intro-container{ flex-direction: column; box-sizing: border-box; display: flex; place-content: center; align-items: center; margin-bottom: 12%; } .intro-video{ flex: 1 1 100%; box-sizing: border-box; max-width: 80%; } .copyright-attributes{ flex: 1 1 100%; max-width: 80%; font-size: 10px; color: grey; font-family: "Open Sans", Arial, Helvetica, sans-serif; margin-top: 2%; } .copyright-attributes a{ color: grey; }
0.345768
0.086208
body { margin: 0; font-family: 'Asap', sans-serif; } .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #45a049; color: white; text-align: center; } .caixa_mestre { width: 100%; height: 100%; position: absolute; } .topo { background-color: rgb(217, 255, 192); color: #45a049; margin: auto; width: 50%; padding: 1%; padding-left: 3%; padding-right: 3%; margin-top: 1%; font-weight: 700; font-size: 6vh; text-align: justify; } .ResultadoGeral { margin: auto; width: 70%; margin-top: 1%; } .caixa_dec { background-color: rgb(230, 159, 113); width: 23%; margin-left: 1vh; height: 60vh; display: inline-block; text-align: center; padding-top: 2vh; } .caixa_Bin { background-color: rgb(136, 230, 113); width: 23%; margin-left: 1vh; height: 60vh; display: inline-block; text-align: center; padding-top: 2vh; } .caixaOctal { background-color: rgb(113, 160, 230); width: 23%; margin-left: 1vh; height: 60vh; display: inline-block; text-align: center; padding-top: 2vh; } .caixaHexa { background-color: rgb(230, 113, 113); width: 23%; margin-left: 1vh; height: 60vh; display: inline-block; text-align: center; padding-top: 2vh; } .titulo_tipo { font-size: 4vh; } input[type=text], select { width: 100%; padding: 10px 2px; margin: 2px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; text-align: center; font-weight: 700; font-size: 3vh; } input[type=button] { width: 80%; background-color: rgb(63, 63, 63); color: white; padding: 7px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; font-weight: 700; font-size: 3vh; } input[type=button]:hover { background-color: rgb(54, 54, 54); }
estilo.css
body { margin: 0; font-family: 'Asap', sans-serif; } .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #45a049; color: white; text-align: center; } .caixa_mestre { width: 100%; height: 100%; position: absolute; } .topo { background-color: rgb(217, 255, 192); color: #45a049; margin: auto; width: 50%; padding: 1%; padding-left: 3%; padding-right: 3%; margin-top: 1%; font-weight: 700; font-size: 6vh; text-align: justify; } .ResultadoGeral { margin: auto; width: 70%; margin-top: 1%; } .caixa_dec { background-color: rgb(230, 159, 113); width: 23%; margin-left: 1vh; height: 60vh; display: inline-block; text-align: center; padding-top: 2vh; } .caixa_Bin { background-color: rgb(136, 230, 113); width: 23%; margin-left: 1vh; height: 60vh; display: inline-block; text-align: center; padding-top: 2vh; } .caixaOctal { background-color: rgb(113, 160, 230); width: 23%; margin-left: 1vh; height: 60vh; display: inline-block; text-align: center; padding-top: 2vh; } .caixaHexa { background-color: rgb(230, 113, 113); width: 23%; margin-left: 1vh; height: 60vh; display: inline-block; text-align: center; padding-top: 2vh; } .titulo_tipo { font-size: 4vh; } input[type=text], select { width: 100%; padding: 10px 2px; margin: 2px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; text-align: center; font-weight: 700; font-size: 3vh; } input[type=button] { width: 80%; background-color: rgb(63, 63, 63); color: white; padding: 7px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; font-weight: 700; font-size: 3vh; } input[type=button]:hover { background-color: rgb(54, 54, 54); }
0.542379
0.065455
@charset "utf-8"; /* CSS Document */ /*头部响应式布局*/ @media screen and (min-widht:800px) and (max-width:1024px){ .main{ width:1200px;} .page{ width:1200px;} .head{ width:1200px;} .Idle_menu{ width:1200px;} } @media screen and (min-width:1024px) { .main{ width:1202px;} .page{ width:1202px;} .head{ width:1202px;} .bigsearch{ float:left; width:670px; margin-top:30px;} .search_box{ width:100%;} .search_box_sp{ width:485px; display:block; height:28px; border:3px solid #e6e6e6; float:left; border-right:0px;} .search_box_sp input{ width:485px; height:28px; line-height:28px; border:0px;} .Idle_menu{ width:1202px;} } /*幻灯右边图片*/ .banner_img_hidden{ display:none;} @media screen and (min-widht:800px) and (max-width:1024px){ .banner_img_hidden{ display:none;} } @media screen and (min-width:1024px) { .banner_img_hidden{ display:block;} .index_slider { width:580px; height:264px; border-bottom:1px solid #e6e6e6; margin:0px 0px 0px 10px; position:relative; overflow:hidden; float:left;} .banner_img_hidden{ width:200px; margin-right:10px; height:264px; float:left;} .Banner_line{ width:992px; } .banner_img_hidden a{ width:200px; height:132px; overflow:hidden; display:block; float:left; border:1px solid #e7e7e7; border-left:0px; margin-top:-1px;} } /*楼层*/ @media screen and (min-widht:800px) and (max-width:1024px){ .index_floor { width:1200px;} .index_floor h1{ width:985px;} .index_floor .list { width:1200px; } .index_floor .mid_list { width:750px;} } @media screen and (min-width:1024px) { .index_floor{ width:1202px; } .index_floor h1{ width:1185px;} .index_floor .list { width:1202px; } .index_floor .mid_list { width:950px;} .index_floor .mid_list li {margin-left:13px;} } /*闲置宝贝列表*/ @media screen and (min-widht:800px) and (max-width:1024px){ .index_floor{ width:1200px;} .index_floor h1 { width:985px;} .index_floor .list { width:1200px; } .all_list { width:230px;} .all_list h1 { width:215px; } .list_ul { width:230px;} } @media screen and (min-width:1024px) { .index_floor{ width:1202px;} .index_floor h1 { width:1185px;} .index_floor .list { width:1202px;} .all_list { width:280px;} .all_list h1 { width:265px; } .list_ul { width:280px;} } /*二手列表页*/ @media screen and (min-widht:800px) and (max-width:1024px){ .Idle_lists li { width:990px;} .li_left { width:800px; } .li_left .middle { width:656px;} } @media screen and (min-width:1024px) { .Idle_lists li { width:1190px;} .li_left { width:1200px;} .li_left .middle { width:856px;} }
WebRoot/resources/style/system/front/default/css/second_auto.css
@charset "utf-8"; /* CSS Document */ /*头部响应式布局*/ @media screen and (min-widht:800px) and (max-width:1024px){ .main{ width:1200px;} .page{ width:1200px;} .head{ width:1200px;} .Idle_menu{ width:1200px;} } @media screen and (min-width:1024px) { .main{ width:1202px;} .page{ width:1202px;} .head{ width:1202px;} .bigsearch{ float:left; width:670px; margin-top:30px;} .search_box{ width:100%;} .search_box_sp{ width:485px; display:block; height:28px; border:3px solid #e6e6e6; float:left; border-right:0px;} .search_box_sp input{ width:485px; height:28px; line-height:28px; border:0px;} .Idle_menu{ width:1202px;} } /*幻灯右边图片*/ .banner_img_hidden{ display:none;} @media screen and (min-widht:800px) and (max-width:1024px){ .banner_img_hidden{ display:none;} } @media screen and (min-width:1024px) { .banner_img_hidden{ display:block;} .index_slider { width:580px; height:264px; border-bottom:1px solid #e6e6e6; margin:0px 0px 0px 10px; position:relative; overflow:hidden; float:left;} .banner_img_hidden{ width:200px; margin-right:10px; height:264px; float:left;} .Banner_line{ width:992px; } .banner_img_hidden a{ width:200px; height:132px; overflow:hidden; display:block; float:left; border:1px solid #e7e7e7; border-left:0px; margin-top:-1px;} } /*楼层*/ @media screen and (min-widht:800px) and (max-width:1024px){ .index_floor { width:1200px;} .index_floor h1{ width:985px;} .index_floor .list { width:1200px; } .index_floor .mid_list { width:750px;} } @media screen and (min-width:1024px) { .index_floor{ width:1202px; } .index_floor h1{ width:1185px;} .index_floor .list { width:1202px; } .index_floor .mid_list { width:950px;} .index_floor .mid_list li {margin-left:13px;} } /*闲置宝贝列表*/ @media screen and (min-widht:800px) and (max-width:1024px){ .index_floor{ width:1200px;} .index_floor h1 { width:985px;} .index_floor .list { width:1200px; } .all_list { width:230px;} .all_list h1 { width:215px; } .list_ul { width:230px;} } @media screen and (min-width:1024px) { .index_floor{ width:1202px;} .index_floor h1 { width:1185px;} .index_floor .list { width:1202px;} .all_list { width:280px;} .all_list h1 { width:265px; } .list_ul { width:280px;} } /*二手列表页*/ @media screen and (min-widht:800px) and (max-width:1024px){ .Idle_lists li { width:990px;} .li_left { width:800px; } .li_left .middle { width:656px;} } @media screen and (min-width:1024px) { .Idle_lists li { width:1190px;} .li_left { width:1200px;} .li_left .middle { width:856px;} }
0.087443
0.154312
@media only screen and (min-width: 375px) { .header-h3{ font-family: Montserrat, sans-serif; margin-top: 20px; margin-left: 10%!important; } h2.card,h3.card,h4.card,h5.card,h6.card{ padding-left: 0px!important; font-weight:bold!important; } h5{ left: 30%!important; } h3{ /* padding-left: 20px!important;*/ } .card{ height: 400px!important; } img.left { position: relative!important; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } } @media only screen and (max-width: 320px) { .thumbnail { width: 80%!important; display: none; } .testimonial-quote { display: block; font-size: 10px!important; font-weight: 400; padding: 10px 0; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 500; font-size: 12px!important; color: #681880; font-family: "Lato"; } .gallery-cell { width: 100%; height: 530px!important; } .testimonial-link { display: block; color: #681880; font-size: 12px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; margin: 140px auto 130px auto!important; padding: 0 0px; height: 600px!important; } .testimonial-avatar { width: 60px!important; border-radius: 50%; margin-bottom: 0px!important; } .card{ height: 400px!important; } } @media only screen and (max-width: 360px) { .thumbnail { width: 80%!important; display: none; } .card{ height: 400px!important; } } @media only screen and (max-width: 375px) { .thumbnail { width: 80%!important; display: none; } .testimonial-quote { display: block; font-size: 12px!important; font-weight: 400; padding: 10px 0; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 500; font-size: 12px!important; color: #681880; font-family: "Lato"; } .gallery-cell { width: 100%; height: 530px!important; } .testimonial-link { display: block; color: #681880; font-size: 12px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; margin: 140px auto 130px auto!important; padding: 0 0px; height: 600px!important; } .testimonial-avatar { width: 80px!important; border-radius: 50%; margin-bottom: 0px!important; } .row{ display: block!important; } .card{ height: 400px!important; } } @media only screen and (max-width: 414px) { .year{ padding-left: 31%!important; } .day{ color: rgb(195, 195, 195); font-size: 3.2rem; padding-left: 10%!important; font-family: Lato; font-weight: normal; letter-spacing: normal; } .thumbnail { width: 80%!important; display: none; } .row{ display: block!important; } .card{ height: 400px!important; } } @media only screen and (min-width: 414px) { .testimonial-quote { display: block; font-size: 12px!important; font-weight: 400; padding: 5px 0!important; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 700; font-size: 12px!important; color: #681880; font-family: "Lato"; } .testimonial-avatar { width: 80px!important; border-radius: 50%; margin-bottom: 0px!important; } .gallery-cell { width: 100%; height: 650px!important; } .testimonial-link { display: block; color: #681880; font-size: 12px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; font-size: 12px!important; margin: 230px auto 130px auto!important; padding: 0 10px; height: 200px!important; } .App{ height: 350px!important; } .card{ height: 400px!important; } } @media only screen and (min-width: 411px) { .testimonial-quote { display: block; font-size: 12px!important; font-weight: 400; padding: 5px 0!important; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 700; font-size: 12px!important; color: #681880; font-family: "Lato"; } .testimonial-avatar { width: 80px!important; border-radius: 50%; margin-bottom: 0px!important; } .gallery-cell { width: 100%; height: 650px!important; } .testimonial-link { display: block; color: #681880; font-size: 12px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; font-size: 12px!important; margin: 230px auto 130px auto!important; padding: 0 10px; height: 200px!important; } .App{ height: 350px!important; } .card{ height: 400px!important; } } @media only screen and (max-width: 768px) { h5 { left: 13%!important; } .thumbnail { width: 80%!important; } .row{ display: block!important; } .card{ height: 600px!important; } } @media only screen and (max-width: 1024px) { h5 { left: 10%!important; } .thumbnail { width: 80%!important; } } @media only screen and (min-width: 768px) { h2.card,h3.card,h4.card,h5.card,h6.card{ padding-left: 0px!important; font-weight:bold!important; } p.card{ padding-top: 0px!important; padding-bottom: 0px!important; } .thumbnail{ width: 80%!important; } .testimonial-quote { display: block; font-size: 16px!important; font-weight: 400; padding: 5px 0!important; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 700; font-size: 14px!important; color: #681880; font-family: "Lato"; } .gallery-cell { width: 100%; height: 435px!important; } .testimonial-link { display: block; color: #681880; font-size: 14px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; margin: 110px auto 130px auto!important; padding: 0 10px; height: 600px!important; } .card{ height: 600px!important; } } p{ padding-top: 10px; padding-bottom: 10px; font-weight: 400!important; font-size: 1.2rem!important; color: #2a2135!important; font-family: "system-ui",georgia,serif!important; font-kerning: normal!important; line-height: 1.7rem!important; } h2.card,h3.card,h4.card,h5.card,h6.card{ /*padding: 20px;*/ padding-left:0px; font-weight:bold!important; } blockquote { padding: 60px 80px 40px; position: relative; line-height: 2.5rem; border-left: none; } blockquote p { font-family: "Utopia-italic"; font-size: 35px; font-weight: 700px; text-align: center; } /*blockquote p::before { content: "\f095"; font-family: FontAwesome; display: inline-block; padding-right: 6px; vertical-align: middle; font-size: 180px; }*/ blockquote:before { position: absolute; font-family: 'FontAwesome'; top: 50px; left: 0%; content:"\f10d"; font-size: 150px; color: rgba(0,0,0,0.1); } blockquote::after { content: ""; top: 20px; left: 50%; margin-left: -100px; position: absolute; border-bottom: 8px solid #570395; height: 3px; width: 300px; } button { margin-top: 10px!important; } .main-gallery { background: #fff; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); border-top: solid 10px #681880; } .gallery-cell { width: 100%; height: 500px; } @media only screen and (min-width: 1024px) { .testimonial { text-align: center; margin: 130px auto 130px auto!important; padding: 0 10px; } .testimonial-avatar { width: 100px!important; border-radius: 50%; margin-bottom: 0px!important; } .testimonial-quote { display: block; font-size: 18px!important; font-weight: 400; padding: 10px 0; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 800; color: #681880; font-size: 18px!important; font-family: "Lato"; } .testimonial-link { display: block; color: rgb(233, 0, 0); font-size: 18px; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } } .flickity-page-dots { bottom: 25px; } .flickity-page-dots .dot.is-selected { background: #681880; } body { overflow-x: hidden!important; } /* Slideshow container */ .slideshow-container { position: relative; background: #f1f1f1f1; } /* Slides */ .mySlides { display: none; padding: 80px; text-align: center; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -30px; padding: 16px; color: #888; font-weight: bold; font-size: 20px; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { position: absolute; right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); color: white; } /* The dot/bullet/indicator container */ .dot-container { text-align: center; padding: 20px; background: #ddd; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } /* Add a background color to the active dot/circle */ .active, .dot:hover { background-color: #717171; } /* Add an italic font style to all quotes */ q {font-style: italic;} /* Add a blue color to the author */ .author {color: cornflowerblue;} .gCqKFm{ box-shadow:0 0 1px 2px #570395; } .dfmOxz{ background-color: #570395; box-shadow: 0 0 1px 3px #570395; } .kQtsWC { width: 90%; } .jiaktl{ box-shadow: none; font-size: 1.2em; } .isnPmm { box-shadow: none; font-size: 1.2em; } .isnPmm:hover:enabled{ background-color: #570395; } .jiaktl:hover:enabled{ background-color: #570395; } .header-h3{ font-family: Montserrat, sans-serif; margin-top: 20px; margin-left: 9%!important; } /* The card */ .card { position: relative; height: 450px!important; /*width: 900px;*/ /*margin: 200px auto;*/ background-color: #FFF; -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15); } .card:hover { position: relative; height: 450px!important; /*width: 900px;*/ /*margin: 200px auto;*/ background-color: #FFF; -webkit-box-shadow: 7px 7px 43px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 7px 7px 43px 0px rgba(0, 0, 0, 0.25); box-shadow: 7px 7px 43px 0px rgba(0, 0, 0, 0.25); } /*object-fit: cover; */ /*object-position: center; */ img.left { position: absolute; left: 50%; top: 50%; height: auto; width: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* Right side of the card */ .right { margin-left: 40px; margin-right: 20px; } h1 { padding-top: 15px; font-size: 1.3rem; color: #4B4B4B; } .author { background-color: #C3C3C3; height: 35px; width: 150px; border-radius: 20px; } .author > img { margin-top: 5px; margin-left: 8px; float: left; height: 25px; width: 25px; border-radius: 50%; } h2 { padding-top: 0px; margin-right: 2px; font-size: 0.8rem; } .separator { margin-top: 30px; border: 1px solid #C3C3C3; } p { /*text-align: justify;*/ padding-top: 10px; font-size: 0.95rem; line-height: 150%; color: #4B4B4B; } /* DATE of release */ h5 { padding-top: 9px; /*position: relative; left: 10%!important;*/ font-size: 1.5rem!important; color: #000!important; } h6 { /* position: absolute!important; left: 40px;*/ /*bottom: 10px;*/ font-size: 2rem!important; font-style: normal!important; color: #C3C3C3!important; /*text-transform: uppercase!important;*/ font-family: "Lato", sans-serif!important; letter-spacing: normal; line-height: 5rem!important; } h4 { /*position: absolute!important;*/ /*left: 42px;*/ /* bottom: 32px;*/ font-size: 2rem!important; font-style: normal!important; color: #C3C3C3!important; font-family: "Lato", sans-serif!important; letter-spacing: normal!important; text-transform: none; } /* Those futur buttons */ .card, .ul { margin-left: 0px; } ul li { display: list-item; list-style: none; color: #7B7B7B; } /* Floating action button */ .fab { position: absolute; right: 50px; bottom: 10px; box-sizing: border-box; padding-top: 18px; background-color: #570395; width: 80px; height: 80px; color: white; text-align: center; border-radius: 50%; -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.55); -moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.55); box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.55); } .fab:hover::before { position: absolute; font-family: 'FontAwesome'; content:"\f063"; font-size: 3rem; right: 50px; bottom: -10px; box-sizing: border-box; padding-top: 15px; left: 17px; color: #570395!important; } .fab:before { position: absolute; font-family: 'FontAwesome'; top: 5px; left: 20px; content:"\f061"; font-size: 3rem; color: #fff; } .fab, a{ color: white!important; } a{ color: #460177!important; font-weight: 700; } a:hover{ text-decoration: none!important; } .readmore { display: block; font-size: 1.8rem; line-height: 1rem; color: #570395!important; } .readmore:hover{ display: inline; color: white!important; text-decoration: none; word-wrap: normal; margin-left: '0%'; line-height: 0.5rem!important; position: relative!important; font-size: 1.2rem; font-weight: 600; text-transform: uppercase; } .efeLAo { box-shadow: -50px 10px 50px -10px rgba(0,0,0,0.3)!important; } .thumbnail { float: left; position: relative; left: 15px; top: -30px; height: 520px!important; width: 95%!important; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); overflow: hidden; } .ril__navButtons{ height:100%!important; } .social{ text-align: center; } p a { background-image: linear-gradient(0deg,#e0aaff66 0,#e0aaff66 20%,transparent 15%,transparent); font-weight: 700; text-decoration: none; position: relative; } p a:hover { color: linear-gradient(0deg,#9f4fce9d 0,#ca7ef766 20%,transparent 15%,transparent); } p a::before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #460177; visibility: hidden; transform: scaleX(0); transition: all 0.3s ease-in-out 0s; } p a:hover::before { visibility: visible; transform: scaleX(1); background-color: #460177; } li a { background-image: linear-gradient(0deg,#e0aaff66 0,#e0aaff66 20%,transparent 15%,transparent); font-weight: 700; text-decoration: none; position: relative; padding: 0px 6px 2px; } li a:hover { color: linear-gradient(0deg,#9f4fce9d 0,#ca7ef766 20%,transparent 15%,transparent); } li a::before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #460177; visibility: hidden; transform: scaleX(0); transition: all 0.3s ease-in-out 0s; } li a:hover::before { visibility: visible; transform: scaleX(1); background-color: #460177; } .card.large { border-radius: 5px; } .title.no-padding { margin-bottom: 0 !important; line-height: normal!important; } .card-content { padding-top: 0px!important; padding-bottom: 5px!important; } .card .media{ margin-bottom: 0rem!important; }
src/templates/blog-style.css
@media only screen and (min-width: 375px) { .header-h3{ font-family: Montserrat, sans-serif; margin-top: 20px; margin-left: 10%!important; } h2.card,h3.card,h4.card,h5.card,h6.card{ padding-left: 0px!important; font-weight:bold!important; } h5{ left: 30%!important; } h3{ /* padding-left: 20px!important;*/ } .card{ height: 400px!important; } img.left { position: relative!important; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } } @media only screen and (max-width: 320px) { .thumbnail { width: 80%!important; display: none; } .testimonial-quote { display: block; font-size: 10px!important; font-weight: 400; padding: 10px 0; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 500; font-size: 12px!important; color: #681880; font-family: "Lato"; } .gallery-cell { width: 100%; height: 530px!important; } .testimonial-link { display: block; color: #681880; font-size: 12px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; margin: 140px auto 130px auto!important; padding: 0 0px; height: 600px!important; } .testimonial-avatar { width: 60px!important; border-radius: 50%; margin-bottom: 0px!important; } .card{ height: 400px!important; } } @media only screen and (max-width: 360px) { .thumbnail { width: 80%!important; display: none; } .card{ height: 400px!important; } } @media only screen and (max-width: 375px) { .thumbnail { width: 80%!important; display: none; } .testimonial-quote { display: block; font-size: 12px!important; font-weight: 400; padding: 10px 0; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 500; font-size: 12px!important; color: #681880; font-family: "Lato"; } .gallery-cell { width: 100%; height: 530px!important; } .testimonial-link { display: block; color: #681880; font-size: 12px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; margin: 140px auto 130px auto!important; padding: 0 0px; height: 600px!important; } .testimonial-avatar { width: 80px!important; border-radius: 50%; margin-bottom: 0px!important; } .row{ display: block!important; } .card{ height: 400px!important; } } @media only screen and (max-width: 414px) { .year{ padding-left: 31%!important; } .day{ color: rgb(195, 195, 195); font-size: 3.2rem; padding-left: 10%!important; font-family: Lato; font-weight: normal; letter-spacing: normal; } .thumbnail { width: 80%!important; display: none; } .row{ display: block!important; } .card{ height: 400px!important; } } @media only screen and (min-width: 414px) { .testimonial-quote { display: block; font-size: 12px!important; font-weight: 400; padding: 5px 0!important; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 700; font-size: 12px!important; color: #681880; font-family: "Lato"; } .testimonial-avatar { width: 80px!important; border-radius: 50%; margin-bottom: 0px!important; } .gallery-cell { width: 100%; height: 650px!important; } .testimonial-link { display: block; color: #681880; font-size: 12px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; font-size: 12px!important; margin: 230px auto 130px auto!important; padding: 0 10px; height: 200px!important; } .App{ height: 350px!important; } .card{ height: 400px!important; } } @media only screen and (min-width: 411px) { .testimonial-quote { display: block; font-size: 12px!important; font-weight: 400; padding: 5px 0!important; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 700; font-size: 12px!important; color: #681880; font-family: "Lato"; } .testimonial-avatar { width: 80px!important; border-radius: 50%; margin-bottom: 0px!important; } .gallery-cell { width: 100%; height: 650px!important; } .testimonial-link { display: block; color: #681880; font-size: 12px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; font-size: 12px!important; margin: 230px auto 130px auto!important; padding: 0 10px; height: 200px!important; } .App{ height: 350px!important; } .card{ height: 400px!important; } } @media only screen and (max-width: 768px) { h5 { left: 13%!important; } .thumbnail { width: 80%!important; } .row{ display: block!important; } .card{ height: 600px!important; } } @media only screen and (max-width: 1024px) { h5 { left: 10%!important; } .thumbnail { width: 80%!important; } } @media only screen and (min-width: 768px) { h2.card,h3.card,h4.card,h5.card,h6.card{ padding-left: 0px!important; font-weight:bold!important; } p.card{ padding-top: 0px!important; padding-bottom: 0px!important; } .thumbnail{ width: 80%!important; } .testimonial-quote { display: block; font-size: 16px!important; font-weight: 400; padding: 5px 0!important; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 700; font-size: 14px!important; color: #681880; font-family: "Lato"; } .gallery-cell { width: 100%; height: 435px!important; } .testimonial-link { display: block; color: #681880; font-size: 14px!important; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } .testimonial { text-align: center; margin: 110px auto 130px auto!important; padding: 0 10px; height: 600px!important; } .card{ height: 600px!important; } } p{ padding-top: 10px; padding-bottom: 10px; font-weight: 400!important; font-size: 1.2rem!important; color: #2a2135!important; font-family: "system-ui",georgia,serif!important; font-kerning: normal!important; line-height: 1.7rem!important; } h2.card,h3.card,h4.card,h5.card,h6.card{ /*padding: 20px;*/ padding-left:0px; font-weight:bold!important; } blockquote { padding: 60px 80px 40px; position: relative; line-height: 2.5rem; border-left: none; } blockquote p { font-family: "Utopia-italic"; font-size: 35px; font-weight: 700px; text-align: center; } /*blockquote p::before { content: "\f095"; font-family: FontAwesome; display: inline-block; padding-right: 6px; vertical-align: middle; font-size: 180px; }*/ blockquote:before { position: absolute; font-family: 'FontAwesome'; top: 50px; left: 0%; content:"\f10d"; font-size: 150px; color: rgba(0,0,0,0.1); } blockquote::after { content: ""; top: 20px; left: 50%; margin-left: -100px; position: absolute; border-bottom: 8px solid #570395; height: 3px; width: 300px; } button { margin-top: 10px!important; } .main-gallery { background: #fff; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); border-top: solid 10px #681880; } .gallery-cell { width: 100%; height: 500px; } @media only screen and (min-width: 1024px) { .testimonial { text-align: center; margin: 130px auto 130px auto!important; padding: 0 10px; } .testimonial-avatar { width: 100px!important; border-radius: 50%; margin-bottom: 0px!important; } .testimonial-quote { display: block; font-size: 18px!important; font-weight: 400; padding: 10px 0; font-family: "Lato"; } .testimonial-author { display: block; font-weight: 800; color: #681880; font-size: 18px!important; font-family: "Lato"; } .testimonial-link { display: block; color: rgb(233, 0, 0); font-size: 18px; font-weight: 400; padding: 0; font-family: "Arial"; text-decoration: underline; } } .flickity-page-dots { bottom: 25px; } .flickity-page-dots .dot.is-selected { background: #681880; } body { overflow-x: hidden!important; } /* Slideshow container */ .slideshow-container { position: relative; background: #f1f1f1f1; } /* Slides */ .mySlides { display: none; padding: 80px; text-align: center; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -30px; padding: 16px; color: #888; font-weight: bold; font-size: 20px; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { position: absolute; right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); color: white; } /* The dot/bullet/indicator container */ .dot-container { text-align: center; padding: 20px; background: #ddd; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } /* Add a background color to the active dot/circle */ .active, .dot:hover { background-color: #717171; } /* Add an italic font style to all quotes */ q {font-style: italic;} /* Add a blue color to the author */ .author {color: cornflowerblue;} .gCqKFm{ box-shadow:0 0 1px 2px #570395; } .dfmOxz{ background-color: #570395; box-shadow: 0 0 1px 3px #570395; } .kQtsWC { width: 90%; } .jiaktl{ box-shadow: none; font-size: 1.2em; } .isnPmm { box-shadow: none; font-size: 1.2em; } .isnPmm:hover:enabled{ background-color: #570395; } .jiaktl:hover:enabled{ background-color: #570395; } .header-h3{ font-family: Montserrat, sans-serif; margin-top: 20px; margin-left: 9%!important; } /* The card */ .card { position: relative; height: 450px!important; /*width: 900px;*/ /*margin: 200px auto;*/ background-color: #FFF; -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15); } .card:hover { position: relative; height: 450px!important; /*width: 900px;*/ /*margin: 200px auto;*/ background-color: #FFF; -webkit-box-shadow: 7px 7px 43px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 7px 7px 43px 0px rgba(0, 0, 0, 0.25); box-shadow: 7px 7px 43px 0px rgba(0, 0, 0, 0.25); } /*object-fit: cover; */ /*object-position: center; */ img.left { position: absolute; left: 50%; top: 50%; height: auto; width: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* Right side of the card */ .right { margin-left: 40px; margin-right: 20px; } h1 { padding-top: 15px; font-size: 1.3rem; color: #4B4B4B; } .author { background-color: #C3C3C3; height: 35px; width: 150px; border-radius: 20px; } .author > img { margin-top: 5px; margin-left: 8px; float: left; height: 25px; width: 25px; border-radius: 50%; } h2 { padding-top: 0px; margin-right: 2px; font-size: 0.8rem; } .separator { margin-top: 30px; border: 1px solid #C3C3C3; } p { /*text-align: justify;*/ padding-top: 10px; font-size: 0.95rem; line-height: 150%; color: #4B4B4B; } /* DATE of release */ h5 { padding-top: 9px; /*position: relative; left: 10%!important;*/ font-size: 1.5rem!important; color: #000!important; } h6 { /* position: absolute!important; left: 40px;*/ /*bottom: 10px;*/ font-size: 2rem!important; font-style: normal!important; color: #C3C3C3!important; /*text-transform: uppercase!important;*/ font-family: "Lato", sans-serif!important; letter-spacing: normal; line-height: 5rem!important; } h4 { /*position: absolute!important;*/ /*left: 42px;*/ /* bottom: 32px;*/ font-size: 2rem!important; font-style: normal!important; color: #C3C3C3!important; font-family: "Lato", sans-serif!important; letter-spacing: normal!important; text-transform: none; } /* Those futur buttons */ .card, .ul { margin-left: 0px; } ul li { display: list-item; list-style: none; color: #7B7B7B; } /* Floating action button */ .fab { position: absolute; right: 50px; bottom: 10px; box-sizing: border-box; padding-top: 18px; background-color: #570395; width: 80px; height: 80px; color: white; text-align: center; border-radius: 50%; -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.55); -moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.55); box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.55); } .fab:hover::before { position: absolute; font-family: 'FontAwesome'; content:"\f063"; font-size: 3rem; right: 50px; bottom: -10px; box-sizing: border-box; padding-top: 15px; left: 17px; color: #570395!important; } .fab:before { position: absolute; font-family: 'FontAwesome'; top: 5px; left: 20px; content:"\f061"; font-size: 3rem; color: #fff; } .fab, a{ color: white!important; } a{ color: #460177!important; font-weight: 700; } a:hover{ text-decoration: none!important; } .readmore { display: block; font-size: 1.8rem; line-height: 1rem; color: #570395!important; } .readmore:hover{ display: inline; color: white!important; text-decoration: none; word-wrap: normal; margin-left: '0%'; line-height: 0.5rem!important; position: relative!important; font-size: 1.2rem; font-weight: 600; text-transform: uppercase; } .efeLAo { box-shadow: -50px 10px 50px -10px rgba(0,0,0,0.3)!important; } .thumbnail { float: left; position: relative; left: 15px; top: -30px; height: 520px!important; width: 95%!important; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); overflow: hidden; } .ril__navButtons{ height:100%!important; } .social{ text-align: center; } p a { background-image: linear-gradient(0deg,#e0aaff66 0,#e0aaff66 20%,transparent 15%,transparent); font-weight: 700; text-decoration: none; position: relative; } p a:hover { color: linear-gradient(0deg,#9f4fce9d 0,#ca7ef766 20%,transparent 15%,transparent); } p a::before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #460177; visibility: hidden; transform: scaleX(0); transition: all 0.3s ease-in-out 0s; } p a:hover::before { visibility: visible; transform: scaleX(1); background-color: #460177; } li a { background-image: linear-gradient(0deg,#e0aaff66 0,#e0aaff66 20%,transparent 15%,transparent); font-weight: 700; text-decoration: none; position: relative; padding: 0px 6px 2px; } li a:hover { color: linear-gradient(0deg,#9f4fce9d 0,#ca7ef766 20%,transparent 15%,transparent); } li a::before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #460177; visibility: hidden; transform: scaleX(0); transition: all 0.3s ease-in-out 0s; } li a:hover::before { visibility: visible; transform: scaleX(1); background-color: #460177; } .card.large { border-radius: 5px; } .title.no-padding { margin-bottom: 0 !important; line-height: normal!important; } .card-content { padding-top: 0px!important; padding-bottom: 5px!important; } .card .media{ margin-bottom: 0rem!important; }
0.176175
0.078997
html, body { margin: 0; height: 100%; overflow: hidden; } .icon { width: 25px; height: 25px; } .footerLink > a { width: 25px; height: 25px; } .desktop { display: none; } header { border: 1px solid black; display: flex; flex-direction: column; background-color: rgb(124, 124, 124); font-family: 'Lucida Fax Regular'; } #headerH1Holder { width: 60%; align-self: center; border-bottom: 1px solid black; } #headerH1Holder > h1 { text-align: center; font-size: 5vw; margin-bottom: 10px; } header > h2 { text-align: center; margin-top: 10px; margin-bottom: 10px; font-size: 3vw; } nav { height: 20px; display: flex; flex-direction: row; justify-content: space-around; margin-top: 5px; margin-bottom: 10px; } .navButton { width: 20%; background-color: rgb(39, 39, 39); color: white; font-size: 3vw; } .navButton:hover { cursor: pointer; } h3 { font-family: 'Lucida Sans Regular'; } #h3Bio { font-size: 5vw; margin-bottom: 10px; } #h3Skills { font-size: 6vw; } li { font-family: 'Lucida Sans Regular'; font-size: 3vw; line-height: 4vh; margin-bottom: 2vh; margin-left: 20px; margin-right: 20px; } p { font-family: 'Lucida Sans Regular'; font-size: 2vw; text-indent: 45px; line-height: 3vh; margin-left: 20px; margin-right: 20px; } #andrewpicture { width: 40%; float: right; margin-right: 10%; padding: 15px; } footer { background-color: rgb(124, 124, 124); display: flex; flex-direction: row; justify-content: space-around; position: absolute; bottom: 0; width: 100%; margin-bottom: 0px; } .footerLink { padding: 10px; } /* Tablet */ @media screen and (min-width: 500px) { #andrewpicture { width: 35%; } } /* Desktop */ @media screen and (min-width: 1100px) { .desktop { display: block; } .mobile { display: none; } }
main.css
html, body { margin: 0; height: 100%; overflow: hidden; } .icon { width: 25px; height: 25px; } .footerLink > a { width: 25px; height: 25px; } .desktop { display: none; } header { border: 1px solid black; display: flex; flex-direction: column; background-color: rgb(124, 124, 124); font-family: 'Lucida Fax Regular'; } #headerH1Holder { width: 60%; align-self: center; border-bottom: 1px solid black; } #headerH1Holder > h1 { text-align: center; font-size: 5vw; margin-bottom: 10px; } header > h2 { text-align: center; margin-top: 10px; margin-bottom: 10px; font-size: 3vw; } nav { height: 20px; display: flex; flex-direction: row; justify-content: space-around; margin-top: 5px; margin-bottom: 10px; } .navButton { width: 20%; background-color: rgb(39, 39, 39); color: white; font-size: 3vw; } .navButton:hover { cursor: pointer; } h3 { font-family: 'Lucida Sans Regular'; } #h3Bio { font-size: 5vw; margin-bottom: 10px; } #h3Skills { font-size: 6vw; } li { font-family: 'Lucida Sans Regular'; font-size: 3vw; line-height: 4vh; margin-bottom: 2vh; margin-left: 20px; margin-right: 20px; } p { font-family: 'Lucida Sans Regular'; font-size: 2vw; text-indent: 45px; line-height: 3vh; margin-left: 20px; margin-right: 20px; } #andrewpicture { width: 40%; float: right; margin-right: 10%; padding: 15px; } footer { background-color: rgb(124, 124, 124); display: flex; flex-direction: row; justify-content: space-around; position: absolute; bottom: 0; width: 100%; margin-bottom: 0px; } .footerLink { padding: 10px; } /* Tablet */ @media screen and (min-width: 500px) { #andrewpicture { width: 35%; } } /* Desktop */ @media screen and (min-width: 1100px) { .desktop { display: block; } .mobile { display: none; } }
0.582966
0.101991
body { background-color: #f2f2f2; } /* --------------------------------------------------------- CONTAINER ALL COMMANDE ---------------------------------------------------------*/ .commande_title_serv_client { font-size: 35px; font-weight: 700; padding: 10px 20px; color: #232323; margin-top: 80px; } /* --------------------------------------------------------- CONTAINER ALL COMMANDE CONTENT ---------------------------------------------------------*/ .container_all_commande_content { width: 95%; margin: auto; margin-top: 30px; margin-bottom: 30px; padding: 20px 40px; padding-bottom: 74px; background-color: #ffffff; -webkit-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.1); box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.1); } .commande_title { font-size: 35px; font-weight: 700; color: #232323; } /* --------------------------------------------------------- ONE COMMANDE CONTENT ---------------------------------------------------------*/ .container_one_commande { width: 100%; margin-top: 75px; border-bottom: 1px solid #bdc3c7; /* background-color: red; */ } .container_one_commande:last-child { border-bottom: none; } /* --------------------------------------------------------- ONE COMMANDE TITLE CONTAINER ---------------------------------------------------------*/ .one_commande_title_container { display: flex; align-items: flex-end; /* background-color: blue; */ } .one_commande_title { font-size: 27px; } .one_commande_date { font-size: 18px; margin-left: 5vw; } /* --------------------------------------------------------- FIN ONE COMMANDE TITLE CONTAINER ---------------------------------------------------------*/ /* --------------------------------------------------------- ONE COMMANDE CONTAINER INFO COMM & CONTENT COMM ---------------------------------------------------------*/ .container_infoComm_contentComm { width: 100%; padding: 20px; display: flex; /* background-color: rosybrown; */ } /* --------------------------------------------------------- ONE COMMANDE CONTAINER INFO COMM ---------------------------------------------------------*/ .container_infoComm, .container_contentComm { width: 50%; padding: 5px; /* background-color: saddlebrown; */ } .infoComm_title { font-size: 25px; } .container_infoComm_content { width: 100%; } .infoComm_content_customer, .infoComm_content_delivery { width: 100%; margin-top: 15px; /* background-color: silver; */ } .infoComm_content_customer_title, .infoComm_content_delivery_title { font-size: 18px; } .infoComm_content_delivery_title { margin-bottom: 12px; } .infoComm_content_customer_content, .infoComm_content_delivery_content { display: flex; flex-wrap: wrap ; } .infoComm_content_box { min-width: 50%; margin-bottom: 7px; display: flex; flex-direction: column; justify-content: center; /* background-color: seagreen; */ } .infoComm_content_txt_type { font-weight: bold; } .infoComm_content_txt_firstname { margin-top: 5px; } /* --------------------------------------------------------- FIN ONE COMMANDE CONTAINER INFO COMM ---------------------------------------------------------*/ /* --------------------------------------------------------- ONE COMMANDE CONTAINER CONTENT COMM ---------------------------------------------------------*/ .container_contentComm { width: 50%; padding: 5px; /* background-color: sandybrown; */ } .contentComm_title { font-size: 25px; margin-bottom: 10px; } /* --------------------------------------------------------- ONE COMMANDE CONTAINER LINE ---------------------------------------------------------*/ .contentComm_line_container { display: flex; justify-content: space-between; margin-bottom: 5px; /* background-color: red; */ } .contentComm_line_img { height: 70px; display: block; margin-right: 8px; } .contentComm_line_name { font-size: 15px; } .contentComm_line_price { display: flex ; justify-content: flex-end; font-weight: bold; color: #dd1e35; margin-bottom: 8px; margin-left: 8px; } .contentComm_line_price_first_value { font-size: 20px; } .contentComm_line_price_second_value { font-size: 14px; } /* --------------------------------------------------------- FIN ONE COMMANDE CONTAINER LINE ---------------------------------------------------------*/ /* --------------------------------------------------------- ONE COMMANDE CONTAINER TOTAL ---------------------------------------------------------*/ .contentComm_total { display: flex; justify-content: flex-end; padding-top: 10px; font-size: 20px; font-weight: bold; border-top: 1px solid #bdc3c7; /* background-color: brown; */ } /* ---------------------------------------------------------FIN ONE COMMANDE CONTAINER TOTAL ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN ONE COMMANDE CONTAINER CONTENT COMM ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN ONE COMMANDE CONTAINER INFO COMM & CONTENT COMM ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN ONE COMMANDE CONTENT ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN CONTAINER ALL COMMANDE CONTENT ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN CONTAINER ALL COMMANDE ---------------------------------------------------------*/ @media screen and (max-width: 768px) { .container_all_commande_content { padding: 10px 20px; } .container_infoComm_contentComm { flex-direction: column; } .container_infoComm, .container_contentComm { width: 100%; } .contentComm_line_container { flex-direction: column; align-items: center; } .contentComm_line_img { height: 50px; margin-right: 0; margin-bottom: 5px; } .contentComm_line_name { margin-top: 4px; } .contentComm_line_price { width: 100%; margin-left: 0; margin-top: 4px; } .contentComm_line_price_first_value { font-size: 17px; } .contentComm_line_price_second_value { font-size: 11px; } .contentComm_total { font-size: 17px; } } @media screen and (max-width: 450px) { .one_commande_title_container { flex-direction: column; align-items: flex-start; } }
public/css/serviceClient/commandeVeille.css
body { background-color: #f2f2f2; } /* --------------------------------------------------------- CONTAINER ALL COMMANDE ---------------------------------------------------------*/ .commande_title_serv_client { font-size: 35px; font-weight: 700; padding: 10px 20px; color: #232323; margin-top: 80px; } /* --------------------------------------------------------- CONTAINER ALL COMMANDE CONTENT ---------------------------------------------------------*/ .container_all_commande_content { width: 95%; margin: auto; margin-top: 30px; margin-bottom: 30px; padding: 20px 40px; padding-bottom: 74px; background-color: #ffffff; -webkit-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.1); box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.1); } .commande_title { font-size: 35px; font-weight: 700; color: #232323; } /* --------------------------------------------------------- ONE COMMANDE CONTENT ---------------------------------------------------------*/ .container_one_commande { width: 100%; margin-top: 75px; border-bottom: 1px solid #bdc3c7; /* background-color: red; */ } .container_one_commande:last-child { border-bottom: none; } /* --------------------------------------------------------- ONE COMMANDE TITLE CONTAINER ---------------------------------------------------------*/ .one_commande_title_container { display: flex; align-items: flex-end; /* background-color: blue; */ } .one_commande_title { font-size: 27px; } .one_commande_date { font-size: 18px; margin-left: 5vw; } /* --------------------------------------------------------- FIN ONE COMMANDE TITLE CONTAINER ---------------------------------------------------------*/ /* --------------------------------------------------------- ONE COMMANDE CONTAINER INFO COMM & CONTENT COMM ---------------------------------------------------------*/ .container_infoComm_contentComm { width: 100%; padding: 20px; display: flex; /* background-color: rosybrown; */ } /* --------------------------------------------------------- ONE COMMANDE CONTAINER INFO COMM ---------------------------------------------------------*/ .container_infoComm, .container_contentComm { width: 50%; padding: 5px; /* background-color: saddlebrown; */ } .infoComm_title { font-size: 25px; } .container_infoComm_content { width: 100%; } .infoComm_content_customer, .infoComm_content_delivery { width: 100%; margin-top: 15px; /* background-color: silver; */ } .infoComm_content_customer_title, .infoComm_content_delivery_title { font-size: 18px; } .infoComm_content_delivery_title { margin-bottom: 12px; } .infoComm_content_customer_content, .infoComm_content_delivery_content { display: flex; flex-wrap: wrap ; } .infoComm_content_box { min-width: 50%; margin-bottom: 7px; display: flex; flex-direction: column; justify-content: center; /* background-color: seagreen; */ } .infoComm_content_txt_type { font-weight: bold; } .infoComm_content_txt_firstname { margin-top: 5px; } /* --------------------------------------------------------- FIN ONE COMMANDE CONTAINER INFO COMM ---------------------------------------------------------*/ /* --------------------------------------------------------- ONE COMMANDE CONTAINER CONTENT COMM ---------------------------------------------------------*/ .container_contentComm { width: 50%; padding: 5px; /* background-color: sandybrown; */ } .contentComm_title { font-size: 25px; margin-bottom: 10px; } /* --------------------------------------------------------- ONE COMMANDE CONTAINER LINE ---------------------------------------------------------*/ .contentComm_line_container { display: flex; justify-content: space-between; margin-bottom: 5px; /* background-color: red; */ } .contentComm_line_img { height: 70px; display: block; margin-right: 8px; } .contentComm_line_name { font-size: 15px; } .contentComm_line_price { display: flex ; justify-content: flex-end; font-weight: bold; color: #dd1e35; margin-bottom: 8px; margin-left: 8px; } .contentComm_line_price_first_value { font-size: 20px; } .contentComm_line_price_second_value { font-size: 14px; } /* --------------------------------------------------------- FIN ONE COMMANDE CONTAINER LINE ---------------------------------------------------------*/ /* --------------------------------------------------------- ONE COMMANDE CONTAINER TOTAL ---------------------------------------------------------*/ .contentComm_total { display: flex; justify-content: flex-end; padding-top: 10px; font-size: 20px; font-weight: bold; border-top: 1px solid #bdc3c7; /* background-color: brown; */ } /* ---------------------------------------------------------FIN ONE COMMANDE CONTAINER TOTAL ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN ONE COMMANDE CONTAINER CONTENT COMM ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN ONE COMMANDE CONTAINER INFO COMM & CONTENT COMM ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN ONE COMMANDE CONTENT ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN CONTAINER ALL COMMANDE CONTENT ---------------------------------------------------------*/ /* --------------------------------------------------------- FIN CONTAINER ALL COMMANDE ---------------------------------------------------------*/ @media screen and (max-width: 768px) { .container_all_commande_content { padding: 10px 20px; } .container_infoComm_contentComm { flex-direction: column; } .container_infoComm, .container_contentComm { width: 100%; } .contentComm_line_container { flex-direction: column; align-items: center; } .contentComm_line_img { height: 50px; margin-right: 0; margin-bottom: 5px; } .contentComm_line_name { margin-top: 4px; } .contentComm_line_price { width: 100%; margin-left: 0; margin-top: 4px; } .contentComm_line_price_first_value { font-size: 17px; } .contentComm_line_price_second_value { font-size: 11px; } .contentComm_total { font-size: 17px; } } @media screen and (max-width: 450px) { .one_commande_title_container { flex-direction: column; align-items: flex-start; } }
0.152537
0.050565
.wrap{ background-color: #f4f4f4; } .post-title a{ color: #32d3c3; font-size: 18px; text-decoration: none; } @media (min-width: 768px) { .taglk_header{ margin: 0 50px; border-bottom: 1px solid #ddd; position: relative; height: 50px; display: block; } .taglk_header span{ display: inline-block; border-bottom: 2px solid #32d3c3; height: 50px; line-height: 50px; color: #666; } .taglk_header .search{ position: absolute; right: 0; border: 1px solid #dae0ef; background-color: transparent; display: flex; border-radius: 15px; align-items: center; padding: 1px 10px; height: 30px; margin-top: 10px; } .taglk_header .search input{ border: none; color: #666; background-color: transparent; font-size: 13px; padding-right: 2px; width: 180px; line-height: 28px; } .post-list{ margin: 5px 50px 0; } .post-list div{ flex-wrap: wrap; display: flex; -webkit-box-direction: normal; justify-content:space-between; } .post{ background-color: #fff; margin-top: 15px; box-sizing: border-box; border: 2px solid #fff; width: calc(50% - 10px); padding: 25px 30px 15px; } .post:hover{ border: 2px solid #32d3c3; cursor: pointer; } .post-meta{ padding: 10px 0; color: #aaa; } .post-abstract{ border-bottom: 1px dashed #ddd; line-height: 23px; color: #666; padding: 5px 0 15px; font-size: 14px; } .post-tags{ margin: 15px 0 15px; } .tag{ text-decoration: none; color: #32d3c3; display: inline-block; border-radius: 15px; border: 1px solid #32d3c3; padding: 0 10px; line-height: 25px; font-size: 12px !important; color: #32d3c3 !important; margin: 5px 5px 0 0; } .tag:hover{ cursor: pointer; } .page-list{ margin: 30px 50px 50px; } } @media (max-width: 768px) { .taglk_header{ display: none; } .post-list div{ flex-wrap: wrap; display: flex; -webkit-box-direction: normal; justify-content:space-between; } .post{ background-color: #fff; box-sizing: border-box; border: 2px solid #fff; margin-top: 15px; padding: 15px; } .post-meta{ padding: 10px 0 15px; color: #aaa; } .post-abstract{ border-top: 1px dashed #ddd; line-height: 23px; color: #666; padding: 10px 0 0; font-size: 14px; } .post-tags{ display: none; } .page-list{ margin: 10px 10px 10px; } }
frontend/web/statics/css/index.css
.wrap{ background-color: #f4f4f4; } .post-title a{ color: #32d3c3; font-size: 18px; text-decoration: none; } @media (min-width: 768px) { .taglk_header{ margin: 0 50px; border-bottom: 1px solid #ddd; position: relative; height: 50px; display: block; } .taglk_header span{ display: inline-block; border-bottom: 2px solid #32d3c3; height: 50px; line-height: 50px; color: #666; } .taglk_header .search{ position: absolute; right: 0; border: 1px solid #dae0ef; background-color: transparent; display: flex; border-radius: 15px; align-items: center; padding: 1px 10px; height: 30px; margin-top: 10px; } .taglk_header .search input{ border: none; color: #666; background-color: transparent; font-size: 13px; padding-right: 2px; width: 180px; line-height: 28px; } .post-list{ margin: 5px 50px 0; } .post-list div{ flex-wrap: wrap; display: flex; -webkit-box-direction: normal; justify-content:space-between; } .post{ background-color: #fff; margin-top: 15px; box-sizing: border-box; border: 2px solid #fff; width: calc(50% - 10px); padding: 25px 30px 15px; } .post:hover{ border: 2px solid #32d3c3; cursor: pointer; } .post-meta{ padding: 10px 0; color: #aaa; } .post-abstract{ border-bottom: 1px dashed #ddd; line-height: 23px; color: #666; padding: 5px 0 15px; font-size: 14px; } .post-tags{ margin: 15px 0 15px; } .tag{ text-decoration: none; color: #32d3c3; display: inline-block; border-radius: 15px; border: 1px solid #32d3c3; padding: 0 10px; line-height: 25px; font-size: 12px !important; color: #32d3c3 !important; margin: 5px 5px 0 0; } .tag:hover{ cursor: pointer; } .page-list{ margin: 30px 50px 50px; } } @media (max-width: 768px) { .taglk_header{ display: none; } .post-list div{ flex-wrap: wrap; display: flex; -webkit-box-direction: normal; justify-content:space-between; } .post{ background-color: #fff; box-sizing: border-box; border: 2px solid #fff; margin-top: 15px; padding: 15px; } .post-meta{ padding: 10px 0 15px; color: #aaa; } .post-abstract{ border-top: 1px dashed #ddd; line-height: 23px; color: #666; padding: 10px 0 0; font-size: 14px; } .post-tags{ display: none; } .page-list{ margin: 10px 10px 10px; } }
0.225076
0.100702
html, body * { box-sizing: border-box; font-family: 'Open Sans', sans-serif; } /* line 3, ../sass/style.scss */ body { background: linear-gradient(120deg, #30baff 0%, #06a4f5 100%); padding: 50px 0 400px; opacity: 50%; } /* line 9, ../sass/style.scss */ .wrapper { width: 450px; height: 800px; background: #F2F4F6; margin: 0 auto; border-radius: 5px; box-shadow: 0 40px 50px -50px rgba(0, 0, 0, 0.5); position: relative; transition: all .5s ease; overflow: hidden; } /* line 21, ../sass/style.scss */ .nav { background: linear-gradient(120deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); padding: 10px; border-top-right-radius: 5px; border-top-left-radius: 5px; height: 100px; } /* line 29, ../sass/style.scss */ .nav-resize { max-width: 100%; } /* line 33, ../sass/style.scss */ .nav-left, .nav-middle, .nav-right { float: left; width: 33.33%; } /* line 38, ../sass/style.scss */ .nav-right { text-align: right; } /* line 42, ../sass/style.scss */ .nav-left { padding: 15px 10px; } /* line 46, ../sass/style.scss */ .nav-middle { text-align: center; opacity: 0; } /* line 51, ../sass/style.scss */ .icon-resize { width: 25%; } /* line 55, ../sass/style.scss */ .title { position: relative; opacity: 1; top: 0; transition: opacity .15s ease; transition: top .25s ease; } /* line 63, ../sass/style.scss */ h1 { font-family: Open Sans; font-size: 22px; color: #7F858F; font-weight: 400; text-align: center; margin-bottom: 45px; } /* line 72, ../sass/style.scss */ .box, .second-box, .third-box { background: #ffffff; width: 430px; height: 150px; border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); margin-left: 30px; margin-top: 35px; padding: 0 60px 0 30px; position: relative; top: 0px; left: 0px; z-index: 1; clear: both; transition: all .25s ease; } /* line 92, ../sass/style.scss */ .second-box, .third-box { top: -26px; } /* line 96, ../sass/style.scss */ .box:before, .second-box:before, .third-box:before { content: "APRIL 11, 2017"; font-family: Open Sans; font-size: 10px; letter-spacing: 1.3px; color: #CCD1D8; font-weight: 400; position: relative; float: left; top: -20px; left: -27px; } /* line 109, ../sass/style.scss */ .second-box:before { content: 'SEPTEMBER 26, 2016'; } /* line 113, ../sass/style.scss */ .third-box:before { content: 'JULY 15, 2016'; } /* line 117, ../sass/style.scss */ .icon { float: left; width: 15%; clear: both; } /* line 123, ../sass/style.scss */ .blue-icon-resize { max-width: 70%; padding-top: 10px; } /* line 128, ../sass/style.scss */ .text { float: right; width: 85%; padding-left: 15px; position: relative; top: 0; } /* line 136, ../sass/style.scss */ .h2, h2 { font-family: Open Sans; font-size: 22px; color: #7F858F; font-weight: 300; margin: 0; padding: 0; line-height: 50px; } /* line 146, ../sass/style.scss */ .h3, h3 { font-family: Open Sans; font-size: 13px; color: #CCD1D8; font-weight: 300; margin: 0; padding: 0; line-height: 16px; } /* line 156, ../sass/style.scss */ .p, p { font-family: Open Sans; font-size: 10px; letter-spacing: 1.3px; color: #CCD1D8; font-weight: 400; margin: 0; padding: 0; line-height: 35px; } /* line 167, ../sass/style.scss */ .span, span { color: #7F858F; } /* line 171, ../sass/style.scss */ .photo { width: 25px; height: 25px; background: #000; float: left; border-radius: 50%; margin: 5px 10px 0 0; box-shadow: 0px 3px 10px -3px rgba(34, 131, 117, 0.7); } /* line 181, ../sass/style.scss */ #photo-1 { background: url(https://dl.dropboxusercontent.com/u/22006283/Preview/codepen/pexels-photo-206559.jpeg) no-repeat 30% center; background-size: cover; } /* line 187, ../sass/style.scss */ #photo-2 { background: url(https://dl.dropboxusercontent.com/u/22006283/Preview/codepen/chris.png) no-repeat 30% center; background-size: cover; } /* line 193, ../sass/style.scss */ #photo-3 { background: url(https://dl.dropboxusercontent.com/u/22006283/Preview/codepen/StockSnap_4I9YB9U4S9.jpg) no-repeat 30% center; background-size: cover; } /* line 200, ../sass/style.scss */ .dots { position: relative; top: -110px; left: 255px; } /* line 206, ../sass/style.scss */ .x { position: relative; top: -140px; left: 340px; width: 30%; } /* animation */ /* line 219, ../sass/style.scss */ .box:hover, .second-box:hover, .third-box:hover { box-shadow: 0px 0px 50px rgba(19, 74, 140, 0.08); margin-left: 20px; transition: all .25s ease; cursor: pointer; } /* line 226, ../sass/style.scss */ .wrapper-move .box { background: -moz-linear-gradient(8.87% -91.46% -30deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); background: -webkit-linear-gradient(-30deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); background: -webkit-gradient(linear, 8.87% -91.46%, 91.13% 191.46%, color-stop(0, #06a4f5), color-stop(0.2731, #099cf5), color-stop(0.6957, #1286f3), color-stop(0.991, #1a73f2)); background: -o-linear-gradient(-30deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); background: -ms-linear-gradient(-30deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#06A4F5', endColorstr='#1A73F2' ,GradientType=0)"; background: linear-gradient(120deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); width: 390px; height: 150px; border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); margin-left: 30px; margin-top: 0; position: relative; padding: 0 60px 0 30px; top: -60px; transition: all .25s ease; } /* line 249, ../sass/style.scss */ .wrapper-move .box:hover { margin-left: 30px; } /* line 253, ../sass/style.scss */ .wrapper-move .title { position: relative; top: -40px; opacity: 0; transition: all .2s ease; } /* line 260, ../sass/style.scss */ .wrapper-move .h2 { font-family: Open Sans; font-size: 22px; color: #ffffff; font-weight: 300; margin: 0; padding: 0; line-height: 50px; transition: all .15s ease; } /* line 271, ../sass/style.scss */ .wrapper-move .h3 { font-family: Open Sans; font-size: 13px; color: #ffffff; font-weight: 300; margin: 0; padding: 0; line-height: 16px; transition: all .15s ease; } /* line 282, ../sass/style.scss */ .wrapper-move .p { font-family: Open Sans; font-size: 10px; letter-spacing: 1.3px; color: #ffffff; font-weight: 400; margin: 0; padding: 0; line-height: 35px; transition: all .15s ease; } /* line 294, ../sass/style.scss */ .wrapper-move .span { color: #ffffff; transition: all .15s ease; } /* line 299, ../sass/style.scss */ .wrapper-move .text { float: right; width: 85%; padding-left: 15px; position: relative; top: -6px; transition: all .15s ease; } /* line 308, ../sass/style.scss */ .wrapper-move .dots { position: relative; top: -110px; left: 215px; transition: all .15s ease; } /* line 315, ../sass/style.scss */ .wrapper-move .x { position: relative; top: -140px; left: 262px; width: 30%; } /* line 322, ../sass/style.scss */ .wrapper-move .second-box, .wrapper-move .third-box { background: #FFFFFF; background: white; width: 430px; height: 150px; border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); margin-left: 30px; margin-top: 35px; padding: 0 60px 0 30px; position: relative; top: -26px; left: -465px; z-index: 1; clear: both; transition: all .25s ease; } /* line 343, ../sass/style.scss */ .wrapper-move .third-box { transition: all .25s ease .07s; } /* line 347, ../sass/style.scss */ .expanding { background: white; width: 390px; height: 0px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); position: relative; padding: 20px 30px 0 30px; top: -30px; left: -90px; opacity: 0; z-index: 2; transition: all .25s ease; } /* line 363, ../sass/style.scss */ .wrapper-move .expanding { background: white; width: 390px; height: 470px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); position: relative; padding: 20px 30px 0 30px; top: -33px; left: -90px; opacity: 1; z-index: 2; overflow: hidden; transition: all .25s ease .25s; } /* line 380, ../sass/style.scss */ .expanding h3 { color: #7F858F; font-weight: 400; line-height: 17px; margin-bottom: 15px; } /* line 387, ../sass/style.scss */ .expanding span { font-weight: 700; } /* line 391, ../sass/style.scss */ .timeline { width: 8%; float: left; padding-top: 13px; display: none; } /* line 398, ../sass/style.scss */ .summary { width: 92%; float: right; display: none; } /* line 404, ../sass/style.scss */ .wrapper-move .timeline { width: 8%; float: left; padding-top: 13px; display: inline-block; } /* line 411, ../sass/style.scss */ .wrapper-move .summary { width: 92%; float: right; display: inline-block; } /* line 417, ../sass/style.scss */ #remove { cursor: pointer; } /* line 421, ../sass/style.scss */ .close { position: absolute; letter-spacing: 1px; top: 670px; left: 75px; transition: all .25s ease; } /* line 429, ../sass/style.scss */ .wrapper-move .close { position: absolute; letter-spacing: 1px; top: 628px; left: 75px; transition: all .5s ease .25s; } /* icon colors */ /* line 438, ../sass/style.scss */ #stop1 { stop-color: #06A4F5; } /* line 442, ../sass/style.scss */ #stop2 { stop-color: #099CF5; } /* line 446, ../sass/style.scss */ #stop3 { stop-color: #1286F3; } /* line 450, ../sass/style.scss */ #stop4 { stop-color: #1A73F2; } /* line 454, ../sass/style.scss */ .icon-white { position: absolute; left: 30px; top: 14px; display: none; } /* line 461, ../sass/style.scss */ .wrapper-move .icon-white { position: absolute; left: 30px; top: 14px; display: inline-block; } /* line 468, ../sass/style.scss */ #stop5, #stop6, #stop7, #stop8 { stop-color: #ffffff; } /* line 472, ../sass/style.scss */ #white-icon-resize { width: 60%; } /* refresh button styling */ /* line 482, ../sass/style.scss */ #refresh { position: fixed; bottom: 20px; right: 20px; background-color: #ffffff; width: 50px; height: 50px; border-radius: 25px; box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1); padding: 13px 0 0 13px; } /* line 494, ../sass/style.scss */ .refreshicon { fill: #d3d3d3; transform: rotate(0deg); transition: fill .25s ease, transform .25s ease; } /* line 500, ../sass/style.scss */ .refreshicon:hover { cursor: pointer; fill: #1A73F2; transform: rotate(180deg); } /* end refresh button styling */
layout-master/layout99/stylesheets/style.css
html, body * { box-sizing: border-box; font-family: 'Open Sans', sans-serif; } /* line 3, ../sass/style.scss */ body { background: linear-gradient(120deg, #30baff 0%, #06a4f5 100%); padding: 50px 0 400px; opacity: 50%; } /* line 9, ../sass/style.scss */ .wrapper { width: 450px; height: 800px; background: #F2F4F6; margin: 0 auto; border-radius: 5px; box-shadow: 0 40px 50px -50px rgba(0, 0, 0, 0.5); position: relative; transition: all .5s ease; overflow: hidden; } /* line 21, ../sass/style.scss */ .nav { background: linear-gradient(120deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); padding: 10px; border-top-right-radius: 5px; border-top-left-radius: 5px; height: 100px; } /* line 29, ../sass/style.scss */ .nav-resize { max-width: 100%; } /* line 33, ../sass/style.scss */ .nav-left, .nav-middle, .nav-right { float: left; width: 33.33%; } /* line 38, ../sass/style.scss */ .nav-right { text-align: right; } /* line 42, ../sass/style.scss */ .nav-left { padding: 15px 10px; } /* line 46, ../sass/style.scss */ .nav-middle { text-align: center; opacity: 0; } /* line 51, ../sass/style.scss */ .icon-resize { width: 25%; } /* line 55, ../sass/style.scss */ .title { position: relative; opacity: 1; top: 0; transition: opacity .15s ease; transition: top .25s ease; } /* line 63, ../sass/style.scss */ h1 { font-family: Open Sans; font-size: 22px; color: #7F858F; font-weight: 400; text-align: center; margin-bottom: 45px; } /* line 72, ../sass/style.scss */ .box, .second-box, .third-box { background: #ffffff; width: 430px; height: 150px; border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); margin-left: 30px; margin-top: 35px; padding: 0 60px 0 30px; position: relative; top: 0px; left: 0px; z-index: 1; clear: both; transition: all .25s ease; } /* line 92, ../sass/style.scss */ .second-box, .third-box { top: -26px; } /* line 96, ../sass/style.scss */ .box:before, .second-box:before, .third-box:before { content: "APRIL 11, 2017"; font-family: Open Sans; font-size: 10px; letter-spacing: 1.3px; color: #CCD1D8; font-weight: 400; position: relative; float: left; top: -20px; left: -27px; } /* line 109, ../sass/style.scss */ .second-box:before { content: 'SEPTEMBER 26, 2016'; } /* line 113, ../sass/style.scss */ .third-box:before { content: 'JULY 15, 2016'; } /* line 117, ../sass/style.scss */ .icon { float: left; width: 15%; clear: both; } /* line 123, ../sass/style.scss */ .blue-icon-resize { max-width: 70%; padding-top: 10px; } /* line 128, ../sass/style.scss */ .text { float: right; width: 85%; padding-left: 15px; position: relative; top: 0; } /* line 136, ../sass/style.scss */ .h2, h2 { font-family: Open Sans; font-size: 22px; color: #7F858F; font-weight: 300; margin: 0; padding: 0; line-height: 50px; } /* line 146, ../sass/style.scss */ .h3, h3 { font-family: Open Sans; font-size: 13px; color: #CCD1D8; font-weight: 300; margin: 0; padding: 0; line-height: 16px; } /* line 156, ../sass/style.scss */ .p, p { font-family: Open Sans; font-size: 10px; letter-spacing: 1.3px; color: #CCD1D8; font-weight: 400; margin: 0; padding: 0; line-height: 35px; } /* line 167, ../sass/style.scss */ .span, span { color: #7F858F; } /* line 171, ../sass/style.scss */ .photo { width: 25px; height: 25px; background: #000; float: left; border-radius: 50%; margin: 5px 10px 0 0; box-shadow: 0px 3px 10px -3px rgba(34, 131, 117, 0.7); } /* line 181, ../sass/style.scss */ #photo-1 { background: url(https://dl.dropboxusercontent.com/u/22006283/Preview/codepen/pexels-photo-206559.jpeg) no-repeat 30% center; background-size: cover; } /* line 187, ../sass/style.scss */ #photo-2 { background: url(https://dl.dropboxusercontent.com/u/22006283/Preview/codepen/chris.png) no-repeat 30% center; background-size: cover; } /* line 193, ../sass/style.scss */ #photo-3 { background: url(https://dl.dropboxusercontent.com/u/22006283/Preview/codepen/StockSnap_4I9YB9U4S9.jpg) no-repeat 30% center; background-size: cover; } /* line 200, ../sass/style.scss */ .dots { position: relative; top: -110px; left: 255px; } /* line 206, ../sass/style.scss */ .x { position: relative; top: -140px; left: 340px; width: 30%; } /* animation */ /* line 219, ../sass/style.scss */ .box:hover, .second-box:hover, .third-box:hover { box-shadow: 0px 0px 50px rgba(19, 74, 140, 0.08); margin-left: 20px; transition: all .25s ease; cursor: pointer; } /* line 226, ../sass/style.scss */ .wrapper-move .box { background: -moz-linear-gradient(8.87% -91.46% -30deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); background: -webkit-linear-gradient(-30deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); background: -webkit-gradient(linear, 8.87% -91.46%, 91.13% 191.46%, color-stop(0, #06a4f5), color-stop(0.2731, #099cf5), color-stop(0.6957, #1286f3), color-stop(0.991, #1a73f2)); background: -o-linear-gradient(-30deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); background: -ms-linear-gradient(-30deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#06A4F5', endColorstr='#1A73F2' ,GradientType=0)"; background: linear-gradient(120deg, #06a4f5 0%, #099cf5 27.31%, #1286f3 69.57%, #1a73f2 99.1%); width: 390px; height: 150px; border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); margin-left: 30px; margin-top: 0; position: relative; padding: 0 60px 0 30px; top: -60px; transition: all .25s ease; } /* line 249, ../sass/style.scss */ .wrapper-move .box:hover { margin-left: 30px; } /* line 253, ../sass/style.scss */ .wrapper-move .title { position: relative; top: -40px; opacity: 0; transition: all .2s ease; } /* line 260, ../sass/style.scss */ .wrapper-move .h2 { font-family: Open Sans; font-size: 22px; color: #ffffff; font-weight: 300; margin: 0; padding: 0; line-height: 50px; transition: all .15s ease; } /* line 271, ../sass/style.scss */ .wrapper-move .h3 { font-family: Open Sans; font-size: 13px; color: #ffffff; font-weight: 300; margin: 0; padding: 0; line-height: 16px; transition: all .15s ease; } /* line 282, ../sass/style.scss */ .wrapper-move .p { font-family: Open Sans; font-size: 10px; letter-spacing: 1.3px; color: #ffffff; font-weight: 400; margin: 0; padding: 0; line-height: 35px; transition: all .15s ease; } /* line 294, ../sass/style.scss */ .wrapper-move .span { color: #ffffff; transition: all .15s ease; } /* line 299, ../sass/style.scss */ .wrapper-move .text { float: right; width: 85%; padding-left: 15px; position: relative; top: -6px; transition: all .15s ease; } /* line 308, ../sass/style.scss */ .wrapper-move .dots { position: relative; top: -110px; left: 215px; transition: all .15s ease; } /* line 315, ../sass/style.scss */ .wrapper-move .x { position: relative; top: -140px; left: 262px; width: 30%; } /* line 322, ../sass/style.scss */ .wrapper-move .second-box, .wrapper-move .third-box { background: #FFFFFF; background: white; width: 430px; height: 150px; border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); margin-left: 30px; margin-top: 35px; padding: 0 60px 0 30px; position: relative; top: -26px; left: -465px; z-index: 1; clear: both; transition: all .25s ease; } /* line 343, ../sass/style.scss */ .wrapper-move .third-box { transition: all .25s ease .07s; } /* line 347, ../sass/style.scss */ .expanding { background: white; width: 390px; height: 0px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); position: relative; padding: 20px 30px 0 30px; top: -30px; left: -90px; opacity: 0; z-index: 2; transition: all .25s ease; } /* line 363, ../sass/style.scss */ .wrapper-move .expanding { background: white; width: 390px; height: 470px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0px 0px 20px rgba(19, 74, 140, 0.05); position: relative; padding: 20px 30px 0 30px; top: -33px; left: -90px; opacity: 1; z-index: 2; overflow: hidden; transition: all .25s ease .25s; } /* line 380, ../sass/style.scss */ .expanding h3 { color: #7F858F; font-weight: 400; line-height: 17px; margin-bottom: 15px; } /* line 387, ../sass/style.scss */ .expanding span { font-weight: 700; } /* line 391, ../sass/style.scss */ .timeline { width: 8%; float: left; padding-top: 13px; display: none; } /* line 398, ../sass/style.scss */ .summary { width: 92%; float: right; display: none; } /* line 404, ../sass/style.scss */ .wrapper-move .timeline { width: 8%; float: left; padding-top: 13px; display: inline-block; } /* line 411, ../sass/style.scss */ .wrapper-move .summary { width: 92%; float: right; display: inline-block; } /* line 417, ../sass/style.scss */ #remove { cursor: pointer; } /* line 421, ../sass/style.scss */ .close { position: absolute; letter-spacing: 1px; top: 670px; left: 75px; transition: all .25s ease; } /* line 429, ../sass/style.scss */ .wrapper-move .close { position: absolute; letter-spacing: 1px; top: 628px; left: 75px; transition: all .5s ease .25s; } /* icon colors */ /* line 438, ../sass/style.scss */ #stop1 { stop-color: #06A4F5; } /* line 442, ../sass/style.scss */ #stop2 { stop-color: #099CF5; } /* line 446, ../sass/style.scss */ #stop3 { stop-color: #1286F3; } /* line 450, ../sass/style.scss */ #stop4 { stop-color: #1A73F2; } /* line 454, ../sass/style.scss */ .icon-white { position: absolute; left: 30px; top: 14px; display: none; } /* line 461, ../sass/style.scss */ .wrapper-move .icon-white { position: absolute; left: 30px; top: 14px; display: inline-block; } /* line 468, ../sass/style.scss */ #stop5, #stop6, #stop7, #stop8 { stop-color: #ffffff; } /* line 472, ../sass/style.scss */ #white-icon-resize { width: 60%; } /* refresh button styling */ /* line 482, ../sass/style.scss */ #refresh { position: fixed; bottom: 20px; right: 20px; background-color: #ffffff; width: 50px; height: 50px; border-radius: 25px; box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1); padding: 13px 0 0 13px; } /* line 494, ../sass/style.scss */ .refreshicon { fill: #d3d3d3; transform: rotate(0deg); transition: fill .25s ease, transform .25s ease; } /* line 500, ../sass/style.scss */ .refreshicon:hover { cursor: pointer; fill: #1A73F2; transform: rotate(180deg); } /* end refresh button styling */
0.332744
0.050261
.wv-top-select, .wv-top-select-option, button.wv-top-button { border-radius: 3px!important; font-size: 10px!important; } /* 深色模式样式 */ @media (prefers-color-scheme: dark) { html, body { background-color: #121212; background-image: none; /* 深色模式不显示背景图 */ } html, input, textarea, optgroup, select, button { border-color: #736b5e; color: #b9b0b0; } /* 深色hr */ hr { background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(48, 52, 54), rgba(0, 0, 0, 0)); } /* 首页 */ html.page-home { background-image: none; /* 深色模式下首页不显示背景图 */ } .icpbei a, .content-home .slogan { color: #b2aca2!important; } .content-home .nav .item a { color: #e8e6e3; } .jinrishici a { color: #e8e6e3!important; } /* 天气城市选择框 */ .wv-top-select, .wv-top-select-option, button.wv-top-button { background-color: #202324; color: #f4f4f4; } /* 项目页文本 */ .content.content-project .intro { color: hsla(0,0%,100%,.87); } /* 博客页面标题 */ .page-header .box-blog-info .info .name { color: #e8e6e3; } /* 归档-年月 */ .item-year a.text-year { color: #f4f4f4; } /* 盒子 */ .post-header.CENTER, .toolbox .toolbox-entry, .toolbox .list-toolbox .item-toolbox a { background-color: #202325!important; color: #c8c3bc; } /* 左侧树枝 */ .content { border-left-color: #323638; } /* 移动端页面导航 */ .toolbox-mobile, .modal-header .btn-close, .modal-body .list-toolbox .item-toolbox a{ color: #c8c3bc; background-color: #202325!important; } .modal-dialog { background-color: #191b1c; } /* PC页面导航 */ .pagination .page-nav .page-number.current, .pagination .page-nav .page-number, .pagination .page-nav .extend, .pagination .page-nav .page-number:hover, .pagination .page-nav .extend:hover { color: #bdb7af; background-color: #202325; } /* 分类&标签页 */ .category-box .category-title, .tag-box .tag-title { color: #c8c3bc; background-color: #202325; } .item-category-name { color: #6495ed; } .category-box .category-list .category-item, .tag-box .tag-list .tag-item { color: #6495ed; background-color: #202325; } .category-box .category-list .category-item:hover, .tag-box .tag-list .tag-item:hover { background-color: #202020; } /* 归档分类标签文章hover */ .item-post .post-title:hover { color: #21e5be!important; } /* 搜索页 */ .content.content-search .list-search .item .title { color: hsla(0, 0%, 96%,1); } .content.content-search .list-search .item .post-content { color: hsla(0,0%,100%,.6); } /* 友链页 */ .content.content-link .link-list .link-item a { color: hsla(0,0%,100%,.87); } .content.content-link .tip .icon-info, .content.content-link .tip .icon-mail { color: #e8e6e3; background-color: #202325; } /* 移动端关于页 */ .content.content-about .about-list { border-left-color: #323638; } /* 搜索页 */ .content.content-search .wrap-search-box .search-box, .content.content-search .wrap-search-box .search-box .input-search { background-color: #2b2f31; } /* 返回顶部按钮 */ a.back-top { background-color: #202325; } /* 文章meta */ .article-meta { color: hsla(0,0%,100%,.6); } /* 文章各级标题 */ .content.content-post, .article-header, .post-title, .article-content h1, .article-content h2 { color: hsla(0, 0%, 96%,1)!important; } /* 三级标题以下对比度降低 */ .article-content h3, .article-content h4, .article-content h5, .article-content h6 { color: hsla(0, 0%, 96%,.94); } /* 文章目录 */ .toc-article a { color: hsla(0,0%,100%,.6); } /* 正文&ol&ul */ .article-content p, .article-content ol, .article-content li, .article-content ul { color: hsla(0,0%,100%,.87); } /* 正文加粗 */ .article-content strong { color: hsla(0,0%,100%,.90); } /* 图片和看板娘亮度 */ img, .live2d-widget-container { -webkit-filter: brightness(.7); filter: brightness(.7); } /* 表格样式 */ table, table td, table th { color: hsla(0,0%,100%,.8); border-color: #606666; } table th { background-color: #223036; } table tbody tr:nth-child(2n) { background-color: #132125; } /* 正文hr */ .article hr { border-color: #074e7c; background-color: #181a1b; } /* 正文版权声明 */ .post-copyright { border-left-color: #18a789; background-color: #1b1e1f; } /* 正文引用框样式 */ .article-content blockquote { background-color: #202324; } /* 代码块*/ kbd, pre, samp, figure.highlight { background-color: #202324; color: #e1dedb; } /* 小代码块 */ code { background-color: #282b2d; } /* 代码样式 */ .function .params, .highlight .section, .highlight .header, .highlight .name, .highlight .function, .highlight.python .decorator, .highlight.python .title, .highlight.ruby .function .title, .highlight.ruby .title .keyword, .highlight.perl .sub, .highlight.javascript .title, .highlight.coffeescript .title { color: #e7e0d4; } /* 代码复制按钮 */ .btn-copy { border-color: #3c4143; background-color: #222426; background-image: linear-gradient(rgb(26, 28, 29), rgb(34, 36, 38)); color: #c8c3bc; } /* 赞赏按钮和背景 */ .donation .btn-donation { border-color: #8c8e8f; color: #b2aca2; } .donation .donation-body { background-color: #202324; color: #b2aca2; } /* 各标签 */ .note { border-top-color: initial; border-right-color: initial; border-bottom-color: initial; } .note.info { background-color: #083646; border-left-color: #0180eb; } .note.primary { background-color: #442551; border-left-color: #4c2c86; } .note.danger { background-color: #4e0a0e; border-left-color: #cc100b; } .note.warning { background-color: #905a0d; border-left-color: #ffc107; } /* 滚动条 */ ::-webkit-scrollbar { background-color: #181a1b; } ::-webkit-scrollbar-track { background-color: #222426; } ::-webkit-scrollbar-thumb { background-color: #710000; } }
source/css/personal.css
.wv-top-select, .wv-top-select-option, button.wv-top-button { border-radius: 3px!important; font-size: 10px!important; } /* 深色模式样式 */ @media (prefers-color-scheme: dark) { html, body { background-color: #121212; background-image: none; /* 深色模式不显示背景图 */ } html, input, textarea, optgroup, select, button { border-color: #736b5e; color: #b9b0b0; } /* 深色hr */ hr { background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(48, 52, 54), rgba(0, 0, 0, 0)); } /* 首页 */ html.page-home { background-image: none; /* 深色模式下首页不显示背景图 */ } .icpbei a, .content-home .slogan { color: #b2aca2!important; } .content-home .nav .item a { color: #e8e6e3; } .jinrishici a { color: #e8e6e3!important; } /* 天气城市选择框 */ .wv-top-select, .wv-top-select-option, button.wv-top-button { background-color: #202324; color: #f4f4f4; } /* 项目页文本 */ .content.content-project .intro { color: hsla(0,0%,100%,.87); } /* 博客页面标题 */ .page-header .box-blog-info .info .name { color: #e8e6e3; } /* 归档-年月 */ .item-year a.text-year { color: #f4f4f4; } /* 盒子 */ .post-header.CENTER, .toolbox .toolbox-entry, .toolbox .list-toolbox .item-toolbox a { background-color: #202325!important; color: #c8c3bc; } /* 左侧树枝 */ .content { border-left-color: #323638; } /* 移动端页面导航 */ .toolbox-mobile, .modal-header .btn-close, .modal-body .list-toolbox .item-toolbox a{ color: #c8c3bc; background-color: #202325!important; } .modal-dialog { background-color: #191b1c; } /* PC页面导航 */ .pagination .page-nav .page-number.current, .pagination .page-nav .page-number, .pagination .page-nav .extend, .pagination .page-nav .page-number:hover, .pagination .page-nav .extend:hover { color: #bdb7af; background-color: #202325; } /* 分类&标签页 */ .category-box .category-title, .tag-box .tag-title { color: #c8c3bc; background-color: #202325; } .item-category-name { color: #6495ed; } .category-box .category-list .category-item, .tag-box .tag-list .tag-item { color: #6495ed; background-color: #202325; } .category-box .category-list .category-item:hover, .tag-box .tag-list .tag-item:hover { background-color: #202020; } /* 归档分类标签文章hover */ .item-post .post-title:hover { color: #21e5be!important; } /* 搜索页 */ .content.content-search .list-search .item .title { color: hsla(0, 0%, 96%,1); } .content.content-search .list-search .item .post-content { color: hsla(0,0%,100%,.6); } /* 友链页 */ .content.content-link .link-list .link-item a { color: hsla(0,0%,100%,.87); } .content.content-link .tip .icon-info, .content.content-link .tip .icon-mail { color: #e8e6e3; background-color: #202325; } /* 移动端关于页 */ .content.content-about .about-list { border-left-color: #323638; } /* 搜索页 */ .content.content-search .wrap-search-box .search-box, .content.content-search .wrap-search-box .search-box .input-search { background-color: #2b2f31; } /* 返回顶部按钮 */ a.back-top { background-color: #202325; } /* 文章meta */ .article-meta { color: hsla(0,0%,100%,.6); } /* 文章各级标题 */ .content.content-post, .article-header, .post-title, .article-content h1, .article-content h2 { color: hsla(0, 0%, 96%,1)!important; } /* 三级标题以下对比度降低 */ .article-content h3, .article-content h4, .article-content h5, .article-content h6 { color: hsla(0, 0%, 96%,.94); } /* 文章目录 */ .toc-article a { color: hsla(0,0%,100%,.6); } /* 正文&ol&ul */ .article-content p, .article-content ol, .article-content li, .article-content ul { color: hsla(0,0%,100%,.87); } /* 正文加粗 */ .article-content strong { color: hsla(0,0%,100%,.90); } /* 图片和看板娘亮度 */ img, .live2d-widget-container { -webkit-filter: brightness(.7); filter: brightness(.7); } /* 表格样式 */ table, table td, table th { color: hsla(0,0%,100%,.8); border-color: #606666; } table th { background-color: #223036; } table tbody tr:nth-child(2n) { background-color: #132125; } /* 正文hr */ .article hr { border-color: #074e7c; background-color: #181a1b; } /* 正文版权声明 */ .post-copyright { border-left-color: #18a789; background-color: #1b1e1f; } /* 正文引用框样式 */ .article-content blockquote { background-color: #202324; } /* 代码块*/ kbd, pre, samp, figure.highlight { background-color: #202324; color: #e1dedb; } /* 小代码块 */ code { background-color: #282b2d; } /* 代码样式 */ .function .params, .highlight .section, .highlight .header, .highlight .name, .highlight .function, .highlight.python .decorator, .highlight.python .title, .highlight.ruby .function .title, .highlight.ruby .title .keyword, .highlight.perl .sub, .highlight.javascript .title, .highlight.coffeescript .title { color: #e7e0d4; } /* 代码复制按钮 */ .btn-copy { border-color: #3c4143; background-color: #222426; background-image: linear-gradient(rgb(26, 28, 29), rgb(34, 36, 38)); color: #c8c3bc; } /* 赞赏按钮和背景 */ .donation .btn-donation { border-color: #8c8e8f; color: #b2aca2; } .donation .donation-body { background-color: #202324; color: #b2aca2; } /* 各标签 */ .note { border-top-color: initial; border-right-color: initial; border-bottom-color: initial; } .note.info { background-color: #083646; border-left-color: #0180eb; } .note.primary { background-color: #442551; border-left-color: #4c2c86; } .note.danger { background-color: #4e0a0e; border-left-color: #cc100b; } .note.warning { background-color: #905a0d; border-left-color: #ffc107; } /* 滚动条 */ ::-webkit-scrollbar { background-color: #181a1b; } ::-webkit-scrollbar-track { background-color: #222426; } ::-webkit-scrollbar-thumb { background-color: #710000; } }
0.267504
0.063279
body { min-height: 100%; background: url(/admin/public/images/admin_background.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } h1, h2, h3, h4, h5 { color:white; } #content-wrapper { margin-top: 50px; } #sidebar-nav { padding:20px; } #homeBtn { width: 100%; opacity: 0; height: 0; padding: 0; overflow: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #homeBtn.active { padding: 8px 10px; margin-bottom: 30px; opacity: 1; height: auto; } #homeBtn2 { width: 100%; margin-bottom:15px; padding: 8px 10px; } .card { display: block; background-color: rgba(40,40,40,0.5); } .tile-row .card:hover { cursor: pointer; } .tile-row { margin-top: 20px; height: auto; } .tile-row .card { margin-bottom: 0; margin-right: 5px; text-align: center; } .tile-row .card-header { text-align: center; height: 200px; } .tile-row .card-header h2 { color: white; font-size: 30px; vertical-align: middle; margin-bottom: 25px; } .tile-row .card-header .glyphicon { color: white; font-size: 50px; } .effect { transition: .3s ease; } .effect:hover { transform: translateY(-10px); -webkit-box-shadow: 0px 0px 8px 2px #00bcd4; -moz-box-shadow: 0px 0px 8px 2px #00bcd4; box-shadow: 0px 0px 8px 2px #00bcd4; } #tools .card { margin-bottom: 20px; } #shoplayout { } .article .card:hover { background-color: ghostwhite; } #articlelayout .tile-row { margin-top:0; } #articlelayout .tile-row .card { margin-bottom: 0; margin-right: 0; text-align: center; } #articlelayout h2 { font-size: 3.5em; } #articlelayout h3 { padding: 10px 5px; text-align: center; background-color: rgba(0,0,0,0.5); } #articlelayout p { color: white; font-size: 1.5em; } #articlelayout label{ color: white; font-size: 14px; } #articles .card { margin-bottom: 20px; } .tile-row .toggle { overflow-y: scroll !important; -webkit-overflow-scrolling: auto; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; height:500px; } #articlelayout .card-header { overflow: hidden; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; padding-bottom: 20px; } .tablelayout { } .tablelayout h3 { margin-top: 20px; padding: 10px 5px; text-align: center; background-color: rgba(0,0,0,0.5); } .tablelayout p { color: white; } .tablelayout label{ color: white; } .reglogin { width: 100%; text-align: center; } .reglogin form { width: 55%; margin: 0 auto; text-align: center; } .reglogin form .input-group { width: 100%; margin-bottom: 10px; } .reglogin form .input-group:nth-child(1) .fg-line { border-radius: 10px; } .reglogin form .input-group .fg-line { background-color: white; } .reglogin form input { padding: 0 10px !important; text-align: center; } .reglogin form .fg-line .glyphicon { font-size: 20px; line-height: 2; } #submit-button { width: 100%; height: 50px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } /* Menu css */ #new-training { margin-top:20px; } #new-meeting { margin-top: 20px; } #new-article { margin-top:20px; } #menucontainer { margin: 0 auto; text-align: center; } #menucontainer .input-group { width: 100%; margin-bottom: 10px; } #menucontainer .input-group:nth-child(1) .fg-line { border-radius: 10px; } #menucontainer .input-group .fg-line { background-color: white; } #menucontainer input { padding: 0 10px !important; text-align: center; } #menucontainer .fg-line .glyphicon { font-size: 20px; line-height: 2; } #buy-stuff { margin: 0 auto; margin-top: 20px; text-align: center; } #buy-stuff .input-group { width: 100%; margin-bottom: 10px; } #buy-stuff .input-group:nth-child(1) .fg-line { border-radius: 10px; } #buy-stuff .input-group .fg-line { background-color: white; } #buy-stuff input { padding: 0 10px !important; text-align: center; } #buy-stuff .fg-line .glyphicon { font-size: 20px; line-height: 2; } #error-field { margin-top: 20px; padding-bottom:0; } .success { background-color: #8bc34a !important; } .warning { background-color: rgba(244,67,54,.7) !important; } .hide { display: none; } @media(max-width: 1400px) { .tile-row .card-header h2 { font-size: 18px; } } @media(max-width: 991px) { .reglogin form { width: 100%; } .tile-row .card { margin-bottom: 20px; margin-right: 5px; } .tile-row .col-md-4 { padding-right: 0; } }
admin/public/css/admin/style.css
body { min-height: 100%; background: url(/admin/public/images/admin_background.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } h1, h2, h3, h4, h5 { color:white; } #content-wrapper { margin-top: 50px; } #sidebar-nav { padding:20px; } #homeBtn { width: 100%; opacity: 0; height: 0; padding: 0; overflow: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #homeBtn.active { padding: 8px 10px; margin-bottom: 30px; opacity: 1; height: auto; } #homeBtn2 { width: 100%; margin-bottom:15px; padding: 8px 10px; } .card { display: block; background-color: rgba(40,40,40,0.5); } .tile-row .card:hover { cursor: pointer; } .tile-row { margin-top: 20px; height: auto; } .tile-row .card { margin-bottom: 0; margin-right: 5px; text-align: center; } .tile-row .card-header { text-align: center; height: 200px; } .tile-row .card-header h2 { color: white; font-size: 30px; vertical-align: middle; margin-bottom: 25px; } .tile-row .card-header .glyphicon { color: white; font-size: 50px; } .effect { transition: .3s ease; } .effect:hover { transform: translateY(-10px); -webkit-box-shadow: 0px 0px 8px 2px #00bcd4; -moz-box-shadow: 0px 0px 8px 2px #00bcd4; box-shadow: 0px 0px 8px 2px #00bcd4; } #tools .card { margin-bottom: 20px; } #shoplayout { } .article .card:hover { background-color: ghostwhite; } #articlelayout .tile-row { margin-top:0; } #articlelayout .tile-row .card { margin-bottom: 0; margin-right: 0; text-align: center; } #articlelayout h2 { font-size: 3.5em; } #articlelayout h3 { padding: 10px 5px; text-align: center; background-color: rgba(0,0,0,0.5); } #articlelayout p { color: white; font-size: 1.5em; } #articlelayout label{ color: white; font-size: 14px; } #articles .card { margin-bottom: 20px; } .tile-row .toggle { overflow-y: scroll !important; -webkit-overflow-scrolling: auto; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; height:500px; } #articlelayout .card-header { overflow: hidden; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; padding-bottom: 20px; } .tablelayout { } .tablelayout h3 { margin-top: 20px; padding: 10px 5px; text-align: center; background-color: rgba(0,0,0,0.5); } .tablelayout p { color: white; } .tablelayout label{ color: white; } .reglogin { width: 100%; text-align: center; } .reglogin form { width: 55%; margin: 0 auto; text-align: center; } .reglogin form .input-group { width: 100%; margin-bottom: 10px; } .reglogin form .input-group:nth-child(1) .fg-line { border-radius: 10px; } .reglogin form .input-group .fg-line { background-color: white; } .reglogin form input { padding: 0 10px !important; text-align: center; } .reglogin form .fg-line .glyphicon { font-size: 20px; line-height: 2; } #submit-button { width: 100%; height: 50px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } /* Menu css */ #new-training { margin-top:20px; } #new-meeting { margin-top: 20px; } #new-article { margin-top:20px; } #menucontainer { margin: 0 auto; text-align: center; } #menucontainer .input-group { width: 100%; margin-bottom: 10px; } #menucontainer .input-group:nth-child(1) .fg-line { border-radius: 10px; } #menucontainer .input-group .fg-line { background-color: white; } #menucontainer input { padding: 0 10px !important; text-align: center; } #menucontainer .fg-line .glyphicon { font-size: 20px; line-height: 2; } #buy-stuff { margin: 0 auto; margin-top: 20px; text-align: center; } #buy-stuff .input-group { width: 100%; margin-bottom: 10px; } #buy-stuff .input-group:nth-child(1) .fg-line { border-radius: 10px; } #buy-stuff .input-group .fg-line { background-color: white; } #buy-stuff input { padding: 0 10px !important; text-align: center; } #buy-stuff .fg-line .glyphicon { font-size: 20px; line-height: 2; } #error-field { margin-top: 20px; padding-bottom:0; } .success { background-color: #8bc34a !important; } .warning { background-color: rgba(244,67,54,.7) !important; } .hide { display: none; } @media(max-width: 1400px) { .tile-row .card-header h2 { font-size: 18px; } } @media(max-width: 991px) { .reglogin form { width: 100%; } .tile-row .card { margin-bottom: 20px; margin-right: 5px; } .tile-row .col-md-4 { padding-right: 0; } }
0.14445
0.052546
width: auto; /* min-height: 400px;*/ margin:12% 2% 2% 2%; height: 70vh; border: 1px solid lightgray; background-color: whitesmoke; } #network_kripke, #network_action { position: relative; width: 100%; /*height: 600px;*/ height: 80vh; border: 1px solid lightgray; /*margin-left: 2%;*/ } #network_kripke { background-color: #333333; } #network_action { background-color: whitesmoke; } .proofcolor0 { background: linear-gradient(transparent 10%, #f0d9d9 10%); } .proofcolor1 { background: linear-gradient(transparent 10%, #c1f0c1 10%); } .proofcolor2 { background: linear-gradient(transparent 10%, #ffff66 10%); } .proofcolor9 { background: linear-gradient(transparent 10%, #FFA85A 10%); } .vis-item { border-color: orange; background-color: yellow; } .vis-item.red { color: white; background-color: red; border-color: darkred; } .example_formula { cursor: pointer; } .button_position_right { text-align: right; } /*body, select { font: 10pt sans; } kyoto*/ .frame_property_on_the_graph { width: 25%; position: relative; bottom: 180px; left: 2px; } .button_for_frameProperty { width: 100%; min-width: 152px; /*position: relative;*/ /*right: 10px;*/ /* width: 200px; */ } table.legend_table { font-size: 11px; border-width: 1px; border-color: #d3d3d3; border-style: solid; } table.legend_table, td { border-width: 1px; border-color: #d3d3d3; border-style: solid; padding: 2px; } div.table_content { width: 80px; text-align: center; } div.table_description { width: 100px; } #operation_action { font-size: 28px; } #network-popUp_node { display: none; position: relative; left: 2.1%; bottom: 700px; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } /* #network-popUp_node { display: none; position: absolute; top: 350px; left: 470px; z-index: 299; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } */ #network-popUp_edge { display: none; position: absolute; top: 350px; left: 470px; z-index: 299; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } /* kripke */ #network-popUp_node_kripke { display: none; position: relative; left: 2.1%; bottom: 700px; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } #network-popUp_edge_kripke { display: none; position: absolute; top: 350px; left: 470px; z-index: 299; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } /*h1 { font-size: 150%; margin: 5px 0; }kyoto*/ h2 { font-size: 100%; margin: 5px 0; } table.view { width: 100%; } table td { vertical-align: top; } table table { background-color: #f5f5f5; border: 1px solid #e5e5e5; } table table td { vertical-align: middle; } input[type=text], pre { border: 1px solid lightgray; } pre { margin: 0; padding: 5px; font-size: 10pt; } .input_width { width: 60%; max-width: 150px; } .input_width_small { width: 40%; max-width: 100px; } .titleOfModel { /*margin-left: 3%;*/ margin: 3%; font-size: 20pt; } /*-------------------------------*/ /* Action editor*/ /*-------------------------------*/ .hide { display : none; } .name_of_action { /*background-color:#E0FFFF;*/ /*width:400px;*/ text-align: right; } .content_of_action { /*background-color:#E0FFFF;*/ display: none; width: 400px;/*text-align: center;*/ } div.name_of_action p { text-align: left; float: left; font-size: 16px; padding: 0; margin: 0; } /*-----------------------*/ #json_output dd { /*display:none;*/ font-size: 14px; line-height: 140%; margin: 0; padding: 15px; } .textarea4relations { /* color: #0#00000; */ vertical-align: top; width: 100%; } #textarea_comment { /* color: #0#00000; */ vertical-align: top; width: 100%; } /* #modal-content{ width:50%; margin:1.5em auto 0; padding:10px 20px; border:2px solid #aaa; background:#fff; z-index:2; } .modal-p{ margin-top:1em; } .modal-p:first-child{ margin-top:0; } .button-link{ color:#00f; text-decoration:underline; } .button-link:hover{ cursor:pointer; color:#f00; } */ #id_of_input_for_arrow_kripke, #id_of_input_for_arrow { /*margin-bottom: 3px;*/ margin-top: 3px; width: 40px; } .vis-button_textarea { float: left; font-family: verdana; font-size: 12px; border-radius: 15px; display: inline-block; background-position: 0 0; height: 24px; margin-left: -58px; cursor: pointer; padding: 0 8px 0 8px; }
public/css/lib/vis_js.css
width: auto; /* min-height: 400px;*/ margin:12% 2% 2% 2%; height: 70vh; border: 1px solid lightgray; background-color: whitesmoke; } #network_kripke, #network_action { position: relative; width: 100%; /*height: 600px;*/ height: 80vh; border: 1px solid lightgray; /*margin-left: 2%;*/ } #network_kripke { background-color: #333333; } #network_action { background-color: whitesmoke; } .proofcolor0 { background: linear-gradient(transparent 10%, #f0d9d9 10%); } .proofcolor1 { background: linear-gradient(transparent 10%, #c1f0c1 10%); } .proofcolor2 { background: linear-gradient(transparent 10%, #ffff66 10%); } .proofcolor9 { background: linear-gradient(transparent 10%, #FFA85A 10%); } .vis-item { border-color: orange; background-color: yellow; } .vis-item.red { color: white; background-color: red; border-color: darkred; } .example_formula { cursor: pointer; } .button_position_right { text-align: right; } /*body, select { font: 10pt sans; } kyoto*/ .frame_property_on_the_graph { width: 25%; position: relative; bottom: 180px; left: 2px; } .button_for_frameProperty { width: 100%; min-width: 152px; /*position: relative;*/ /*right: 10px;*/ /* width: 200px; */ } table.legend_table { font-size: 11px; border-width: 1px; border-color: #d3d3d3; border-style: solid; } table.legend_table, td { border-width: 1px; border-color: #d3d3d3; border-style: solid; padding: 2px; } div.table_content { width: 80px; text-align: center; } div.table_description { width: 100px; } #operation_action { font-size: 28px; } #network-popUp_node { display: none; position: relative; left: 2.1%; bottom: 700px; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } /* #network-popUp_node { display: none; position: absolute; top: 350px; left: 470px; z-index: 299; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } */ #network-popUp_edge { display: none; position: absolute; top: 350px; left: 470px; z-index: 299; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } /* kripke */ #network-popUp_node_kripke { display: none; position: relative; left: 2.1%; bottom: 700px; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } #network-popUp_edge_kripke { display: none; position: absolute; top: 350px; left: 470px; z-index: 299; width: 250px; height: 120px; background-color: #f9f9f9; border-style: solid; border-width: 3px; border-color: #5394ed; padding: 10px; text-align: center; } /*h1 { font-size: 150%; margin: 5px 0; }kyoto*/ h2 { font-size: 100%; margin: 5px 0; } table.view { width: 100%; } table td { vertical-align: top; } table table { background-color: #f5f5f5; border: 1px solid #e5e5e5; } table table td { vertical-align: middle; } input[type=text], pre { border: 1px solid lightgray; } pre { margin: 0; padding: 5px; font-size: 10pt; } .input_width { width: 60%; max-width: 150px; } .input_width_small { width: 40%; max-width: 100px; } .titleOfModel { /*margin-left: 3%;*/ margin: 3%; font-size: 20pt; } /*-------------------------------*/ /* Action editor*/ /*-------------------------------*/ .hide { display : none; } .name_of_action { /*background-color:#E0FFFF;*/ /*width:400px;*/ text-align: right; } .content_of_action { /*background-color:#E0FFFF;*/ display: none; width: 400px;/*text-align: center;*/ } div.name_of_action p { text-align: left; float: left; font-size: 16px; padding: 0; margin: 0; } /*-----------------------*/ #json_output dd { /*display:none;*/ font-size: 14px; line-height: 140%; margin: 0; padding: 15px; } .textarea4relations { /* color: #0#00000; */ vertical-align: top; width: 100%; } #textarea_comment { /* color: #0#00000; */ vertical-align: top; width: 100%; } /* #modal-content{ width:50%; margin:1.5em auto 0; padding:10px 20px; border:2px solid #aaa; background:#fff; z-index:2; } .modal-p{ margin-top:1em; } .modal-p:first-child{ margin-top:0; } .button-link{ color:#00f; text-decoration:underline; } .button-link:hover{ cursor:pointer; color:#f00; } */ #id_of_input_for_arrow_kripke, #id_of_input_for_arrow { /*margin-bottom: 3px;*/ margin-top: 3px; width: 40px; } .vis-button_textarea { float: left; font-family: verdana; font-size: 12px; border-radius: 15px; display: inline-block; background-position: 0 0; height: 24px; margin-left: -58px; cursor: pointer; padding: 0 8px 0 8px; }
0.289673
0.083965
.editor-viewport { -webkit-user-select: auto; /*-ms-user-select: all; user-select: all;*/ } .editor-viewport .el-a { cursor: text; } .main-editor-viewport { font-family: 'Arial Unicode MS'; font-size: 150%; line-height: 150%; white-space: pre-wrap; /*word-break: break-all;*/ background-color: #fff; } /* подсветка в тексте */ .overlay-search, .overlay-search-selection { background: rgba(255, 255, 0, .4); } .overlay-search-selection { outline: 1px solid #000; } /* корневой элемент */ .main-editor-viewport .el-body { width: 100%; height: 100%; overflow-y: auto; padding: 0; margin: 0; border: none; background-color: #F4EEE3; /* Основной фоновый цвет тела книги в редакторе */ } /* абзац */ .main-editor-viewport .el-p { /*position: relative;*/ margin-top: 0; margin-bottom: 0.2em; text-align: justify; text-indent: 1.5em; border: none; } .main-editor-viewport .el-div, .main-editor-viewport .el-title, .main-editor-viewport .el-section, .main-editor-viewport .el-blockquote, .main-editor-viewport .el-pre, .main-editor-viewport .el-annotation, .main-editor-viewport .el-epigraph, .main-editor-viewport .el-poem, .main-editor-viewport .el-stanza, .main-editor-viewport .el-notes, .main-editor-viewport .el-notebody { /*position: relative;*/ display: block; padding: 0 0 0 0.2em; margin: 0.5em 0 0.5em 0; border-left: solid 1px; clear: both; resize: none; } /* неопределенный элемент */ .main-editor-viewport .el-undefined { border: 1px dashed red; } /* секция */ .main-editor-viewport .el-section { text-align: center; border-color: #009600; } /* дочерние элементы секции */ .main-editor-viewport .el-section > * { padding: 0 1.2em; } .main-editor-viewport .el-section > .el-section { padding: 0 0.2em; } /* блок */ .main-editor-viewport .el-div { position: relative; display: inline-block; width: 100%; margin: 0 1em; padding: 0; min-width: 9.5em; overflow: hidden; } .main-editor-viewport .el-div[border] { border: 1px solid black; width: calc(100% - 2em); margin: 1em; padding: 0.5ex 0; } .main-editor-viewport .el-div[float] { margin: 0.5ex; z-index: 1; } .main-editor-viewport .el-div .el-p { text-indent: 0; } .main-editor-viewport .el-div[border] .el-p { padding: 0 0.5ex; } .main-editor-viewport .el-div-align-center p { text-align: center; } .main-editor-viewport .el-div-align-right p { text-align: right; } .main-editor-viewport .el-div-align-left p { text-align: left; } .main-editor-viewport .el-div-align-justify p { text-align: justify; } .main-editor-viewport .el-blockquote { color: #570110; } /* ссылка на примечание */ .main-editor-viewport .el-note { vertical-align: super; font-size: 0.8em; color: #aaa; } .main-editor-viewport .el-code { display: inline; margin: 0; font-family: monospace; font-style: normal; color: #4d4d4d; background: rgb(238,238,238); } .main-editor-viewport .el-pre { font-family: monospace; background: rgb(238,238,238); } .main-editor-viewport .el-subscription { display: block; padding: 0.1em 1.2em; color: rgb(192,64,64); background-color: #F7FFBF; /*## Фоновый цвет*/ } .main-editor-viewport .el-subtitle { position: relative; display: block; margin: 0.5em 0; text-align: center; font-weight: bold; text-indent: 0; background-color: #B2B2B2; /*## Фоновый цвет подзаголовка*/ } .main-editor-viewport .el-poem { border-color: black; background-color: #A0CFFF; /*## Фоновый цвет стиха*/ } .main-editor-viewport .el-stanza { border-color: black; background-color: #DBFFE8; /*## Фоновый цвет строфы*/ } .main-editor-viewport .el-stanza p { text-align: left; text-indent: 3em; margin-bottom: 0; } .main-editor-viewport .el-em { font-style: italic; color: blue; } .main-editor-viewport .el-spacing { letter-spacing: 0.2em; } .main-editor-viewport .el-strikethrough { text-decoration: line-through; } .main-editor-viewport .el-underline { text-decoration: underline; } .main-editor-viewport .el-span { background-color: #ffbe7e; } .main-editor-viewport .el-smallcaps { font-variant: small-caps; } .main-editor-viewport .el-epigraph { font-size: 80%; border-color: black; color: black; /*## Цвет текста эпиграфа*/ background-color: #EEFAFE; /*## Фоновый цвет эпиграфа*/ } .main-editor-viewport .el-epigraph p { text-indent: 3em; margin: 0 1em 0.5em 25%; } .main-editor-viewport .el-img, .main-editor-viewport .el-img-marker { resize: none; } .main-editor-viewport .el-parent-image { text-indent: 0; /* элемент, содержащий в себе первым потомком изображение, не должен иметь отступ */ } /* аннотация */ .main-editor-viewport .el-annotation { padding: 0 1.4em; border-color: black; color: black; /* Цвет текста аннотации */ background-color: #DBD1FF; /* Фоновый цвет аннотации */ } .main-editor-viewport .el-img:hover, .main-editor-viewport .el-img-marker:hover { cursor: default; } .main-editor-viewport .el-img:focus { outline: 1px dashed #37BB9B; outline-offset: -1px; } /* заголовок */ .main-editor-viewport .el-title { font-size: 130%; border-color: rgb(0,150,0); background: rgb(0,150,0); color: white; padding: 0.3em; } .main-editor-viewport .el-title p { text-align: center; text-indent: 0; } /* блок примечаний */ .main-editor-viewport .el-notes { font-size: 90%; } .main-editor-viewport .el-notebody { padding: 0 1.4em; } /* таблица */ .main-editor-viewport .el-table { width: 100%; table-layout: fixed; padding: 0; border: 1px solid teal; resize: none; } .main-editor-viewport .el-th { text-align: center; background: rgb(117,255,255); text-indent: 0; margin-bottom: 0; color: purple; } .main-editor-viewport .el-td { margin-bottom: 0; padding: 0.2em; text-indent: 0; background: rgb(186,213,237); color: navy; border: 1px solid #2e7ed5; } .main-editor-viewport .el-td p { text-indent: 0; } .main-editor-viewport .el-td.mode-select { background-color: orangered; } /* список */ .main-editor-viewport .el-ol, .main-editor-viewport .el-ul { padding-left: 1.2em; text-align: left; } .main-editor-viewport .el-ol .el-ol, .main-editor-viewport .el-ul .el-ul, .main-editor-viewport .el-ol .el-ul, .main-editor-viewport .el-ul .el-ol { padding-left: 1.2em; } .main-editor-viewport .el-li { position: relative; } /* маркер */ .main-editor-viewport .el-marker { padding: 0 0.2em; } .main-editor-viewport .el-marker-ul, .main-editor-viewport .el-marker-ol{ padding-top: 20px; } /* элементы следующие за маркером */ .main-editor-viewport .el-marker ~ * { /*text-indent: 0;*/ } /* разрыв бумажной страницы */ .main-editor-viewport .el-paperpagebreak { position: relative; display: block; margin: 20px 0 12px 0; border-top: 2px dashed #000; } /* разрыв бумажной страницы */ .main-editor-viewport .el-clipped { position: relative; display: block; height: 30px; border: 2px dotted #000; } /* непечатаемый символ новой строки */ .editor-viewport.mode-unprintsymbols .el-p::after, .editor-viewport.mode-unprintsymbols .el-li::after, .editor-viewport.mode-unprintsymbols .el-subtitle::after { /*position: absolute;*/ /*bottom: 0; margin-left: -1.4em; /* компенсирует text-indent */ width: 0; content: '¶'; color: #a51626; } .editor-viewport.mode-unprintsymbols .el-title .el-p::after, .editor-viewport.mode-unprintsymbols .el-li::after, .editor-viewport.mode-unprintsymbols .el-subtitle::after { margin-left: 0.1em; } /* Редактор текста в описании */ .form-desc-editor-body .editor-viewport { margin: 5px; font-size: 13px; line-height: 150%; white-space: pre-wrap; } .form-desc-editor-body .editor-viewport main { width: 100%; height: 100%; overflow-y: auto; padding: 0; margin: 0; border: none; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; } .form-desc-editor-body .editor-viewport .el-p { position: relative; margin: 0.2em 0; } .form-desc-editor-body .editor-viewport .el-p:focus { outline: none; } .form-desc-editor-body .editor-viewport.mode-unprintsymbols .el-p::after { margin-left: 0.1em; }
Frontend/resources/css/editor.css
.editor-viewport { -webkit-user-select: auto; /*-ms-user-select: all; user-select: all;*/ } .editor-viewport .el-a { cursor: text; } .main-editor-viewport { font-family: 'Arial Unicode MS'; font-size: 150%; line-height: 150%; white-space: pre-wrap; /*word-break: break-all;*/ background-color: #fff; } /* подсветка в тексте */ .overlay-search, .overlay-search-selection { background: rgba(255, 255, 0, .4); } .overlay-search-selection { outline: 1px solid #000; } /* корневой элемент */ .main-editor-viewport .el-body { width: 100%; height: 100%; overflow-y: auto; padding: 0; margin: 0; border: none; background-color: #F4EEE3; /* Основной фоновый цвет тела книги в редакторе */ } /* абзац */ .main-editor-viewport .el-p { /*position: relative;*/ margin-top: 0; margin-bottom: 0.2em; text-align: justify; text-indent: 1.5em; border: none; } .main-editor-viewport .el-div, .main-editor-viewport .el-title, .main-editor-viewport .el-section, .main-editor-viewport .el-blockquote, .main-editor-viewport .el-pre, .main-editor-viewport .el-annotation, .main-editor-viewport .el-epigraph, .main-editor-viewport .el-poem, .main-editor-viewport .el-stanza, .main-editor-viewport .el-notes, .main-editor-viewport .el-notebody { /*position: relative;*/ display: block; padding: 0 0 0 0.2em; margin: 0.5em 0 0.5em 0; border-left: solid 1px; clear: both; resize: none; } /* неопределенный элемент */ .main-editor-viewport .el-undefined { border: 1px dashed red; } /* секция */ .main-editor-viewport .el-section { text-align: center; border-color: #009600; } /* дочерние элементы секции */ .main-editor-viewport .el-section > * { padding: 0 1.2em; } .main-editor-viewport .el-section > .el-section { padding: 0 0.2em; } /* блок */ .main-editor-viewport .el-div { position: relative; display: inline-block; width: 100%; margin: 0 1em; padding: 0; min-width: 9.5em; overflow: hidden; } .main-editor-viewport .el-div[border] { border: 1px solid black; width: calc(100% - 2em); margin: 1em; padding: 0.5ex 0; } .main-editor-viewport .el-div[float] { margin: 0.5ex; z-index: 1; } .main-editor-viewport .el-div .el-p { text-indent: 0; } .main-editor-viewport .el-div[border] .el-p { padding: 0 0.5ex; } .main-editor-viewport .el-div-align-center p { text-align: center; } .main-editor-viewport .el-div-align-right p { text-align: right; } .main-editor-viewport .el-div-align-left p { text-align: left; } .main-editor-viewport .el-div-align-justify p { text-align: justify; } .main-editor-viewport .el-blockquote { color: #570110; } /* ссылка на примечание */ .main-editor-viewport .el-note { vertical-align: super; font-size: 0.8em; color: #aaa; } .main-editor-viewport .el-code { display: inline; margin: 0; font-family: monospace; font-style: normal; color: #4d4d4d; background: rgb(238,238,238); } .main-editor-viewport .el-pre { font-family: monospace; background: rgb(238,238,238); } .main-editor-viewport .el-subscription { display: block; padding: 0.1em 1.2em; color: rgb(192,64,64); background-color: #F7FFBF; /*## Фоновый цвет*/ } .main-editor-viewport .el-subtitle { position: relative; display: block; margin: 0.5em 0; text-align: center; font-weight: bold; text-indent: 0; background-color: #B2B2B2; /*## Фоновый цвет подзаголовка*/ } .main-editor-viewport .el-poem { border-color: black; background-color: #A0CFFF; /*## Фоновый цвет стиха*/ } .main-editor-viewport .el-stanza { border-color: black; background-color: #DBFFE8; /*## Фоновый цвет строфы*/ } .main-editor-viewport .el-stanza p { text-align: left; text-indent: 3em; margin-bottom: 0; } .main-editor-viewport .el-em { font-style: italic; color: blue; } .main-editor-viewport .el-spacing { letter-spacing: 0.2em; } .main-editor-viewport .el-strikethrough { text-decoration: line-through; } .main-editor-viewport .el-underline { text-decoration: underline; } .main-editor-viewport .el-span { background-color: #ffbe7e; } .main-editor-viewport .el-smallcaps { font-variant: small-caps; } .main-editor-viewport .el-epigraph { font-size: 80%; border-color: black; color: black; /*## Цвет текста эпиграфа*/ background-color: #EEFAFE; /*## Фоновый цвет эпиграфа*/ } .main-editor-viewport .el-epigraph p { text-indent: 3em; margin: 0 1em 0.5em 25%; } .main-editor-viewport .el-img, .main-editor-viewport .el-img-marker { resize: none; } .main-editor-viewport .el-parent-image { text-indent: 0; /* элемент, содержащий в себе первым потомком изображение, не должен иметь отступ */ } /* аннотация */ .main-editor-viewport .el-annotation { padding: 0 1.4em; border-color: black; color: black; /* Цвет текста аннотации */ background-color: #DBD1FF; /* Фоновый цвет аннотации */ } .main-editor-viewport .el-img:hover, .main-editor-viewport .el-img-marker:hover { cursor: default; } .main-editor-viewport .el-img:focus { outline: 1px dashed #37BB9B; outline-offset: -1px; } /* заголовок */ .main-editor-viewport .el-title { font-size: 130%; border-color: rgb(0,150,0); background: rgb(0,150,0); color: white; padding: 0.3em; } .main-editor-viewport .el-title p { text-align: center; text-indent: 0; } /* блок примечаний */ .main-editor-viewport .el-notes { font-size: 90%; } .main-editor-viewport .el-notebody { padding: 0 1.4em; } /* таблица */ .main-editor-viewport .el-table { width: 100%; table-layout: fixed; padding: 0; border: 1px solid teal; resize: none; } .main-editor-viewport .el-th { text-align: center; background: rgb(117,255,255); text-indent: 0; margin-bottom: 0; color: purple; } .main-editor-viewport .el-td { margin-bottom: 0; padding: 0.2em; text-indent: 0; background: rgb(186,213,237); color: navy; border: 1px solid #2e7ed5; } .main-editor-viewport .el-td p { text-indent: 0; } .main-editor-viewport .el-td.mode-select { background-color: orangered; } /* список */ .main-editor-viewport .el-ol, .main-editor-viewport .el-ul { padding-left: 1.2em; text-align: left; } .main-editor-viewport .el-ol .el-ol, .main-editor-viewport .el-ul .el-ul, .main-editor-viewport .el-ol .el-ul, .main-editor-viewport .el-ul .el-ol { padding-left: 1.2em; } .main-editor-viewport .el-li { position: relative; } /* маркер */ .main-editor-viewport .el-marker { padding: 0 0.2em; } .main-editor-viewport .el-marker-ul, .main-editor-viewport .el-marker-ol{ padding-top: 20px; } /* элементы следующие за маркером */ .main-editor-viewport .el-marker ~ * { /*text-indent: 0;*/ } /* разрыв бумажной страницы */ .main-editor-viewport .el-paperpagebreak { position: relative; display: block; margin: 20px 0 12px 0; border-top: 2px dashed #000; } /* разрыв бумажной страницы */ .main-editor-viewport .el-clipped { position: relative; display: block; height: 30px; border: 2px dotted #000; } /* непечатаемый символ новой строки */ .editor-viewport.mode-unprintsymbols .el-p::after, .editor-viewport.mode-unprintsymbols .el-li::after, .editor-viewport.mode-unprintsymbols .el-subtitle::after { /*position: absolute;*/ /*bottom: 0; margin-left: -1.4em; /* компенсирует text-indent */ width: 0; content: '¶'; color: #a51626; } .editor-viewport.mode-unprintsymbols .el-title .el-p::after, .editor-viewport.mode-unprintsymbols .el-li::after, .editor-viewport.mode-unprintsymbols .el-subtitle::after { margin-left: 0.1em; } /* Редактор текста в описании */ .form-desc-editor-body .editor-viewport { margin: 5px; font-size: 13px; line-height: 150%; white-space: pre-wrap; } .form-desc-editor-body .editor-viewport main { width: 100%; height: 100%; overflow-y: auto; padding: 0; margin: 0; border: none; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; } .form-desc-editor-body .editor-viewport .el-p { position: relative; margin: 0.2em 0; } .form-desc-editor-body .editor-viewport .el-p:focus { outline: none; } .form-desc-editor-body .editor-viewport.mode-unprintsymbols .el-p::after { margin-left: 0.1em; }
0.251464
0.06885
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap'); /*===== VARIAVEIS CSS =====*/ :root{ --header-height: 3rem; --font-semi: 600; } /*===== cores =====*/ :root{ --primeira-cor: #22436d;; --segunda-cor: #0E2431; --terceira-cor:#4070f4; --quarta-cor: #d6dcef61; } /*===== fonte =====*/ :root{ --font-body: 'Poppins', sans-serif; --font-big-size: 2rem; --font-h2-size: 1.25rem; --font-normal-size: 0.938rem; } @media screen and (min-width: 768px){ :root{ --font-body: 'Poppins', sans-serif; --font-big-size: 3.5rem; --font-h2-size: 2rem; --font-normal-size: 1rem; } } /*===== margens =====*/ :root{ --mb-1: 0.5rem; --mb-2: 1rem; --mb-3: 1.5rem; --mb-4: 2rem; --mb-5: 2.5rem; --mb-6: 3rem; } /*===== z index =====*/ :root{ --z-back: -10; --z-normal: 1; --z-tooltrip: 10; --z-fixed: 100; } /*===== BASES =====*/ *,::before,::after{ box-sizing: border-box; } html{ scroll-behavior: smooth; } body{ margin: var(--header-height) 1rem; font-family: var(--font-body); font-size: var(--font-normal-size); color: var(--segunda-cor); background-color: var(--quarta-cor); } h1,h2,p{ margin: o; } ul{ margin: 0; padding: 0; list-style: none; } a{ text-decoration: none; } img{ max-width: 100%; height: auto; display: block; } /*===== CLASS CSS =====*/ .section-title{ position: relative; font-size: var(--font-h2-size); color: var(--primeira-cor); margin-top: var(--mb-2); margin-bottom: var(--mb-4); text-align: center; } .section-title::after{ position: absolute; content: ""; width: 64px; height: 0.18rem; left: 0; right: 0; margin: auto; top: 2rem; background-color: var(--primeira-cor); } .section{ padding-top: 3rem; padding-bottom: 2rem; } /*===== LAYOUTS =====*/ .nav-grid{ max-width: 1024px; display: grid; grid-template-columns: 100%; grid-column-gap: 2rem; width: calc(100% - 2rem); margin-left: var(--mb-2); margin-right: var(--mb-2); } .header-1{ width: 100%; position: fixed; top: 0; left: 0; z-index: var(--z-fixed); background-color: #fff; box-shadow: 0 1px 4px rgba(146,161,176,.15); } .bx{ font-size: xx-large; } /*===== NAV =====*/ .nav{ height: var(--header-height); display: flex; justify-content: space-between; align-items: center; font-weight: var(--font-semi); } @media screen and (max-width: 768px){ .nav-menu{ position: fixed; top: var(--header-height); right: -100%; width: 80%; height: 100%; padding: 2rem; background-color: var(--segunda-cor); transition: 3s; } } .nav-item{ margin-bottom: var(--mb-4); } .nav-link{ position: relative; color: #fff; } .nav-link:hover{ position: relative; } .nav-link:hover::after{ position: absolute; content: ""; width: 100%; height: 0.18rem; left: 0; top: 2rem; background-color: var(--primeira-cor); } .nav-logo{ color: var(--segunda-cor); } .nav-toggle{ color: var(--segunda-cor); font-size: 1.5rem; cursor: pointer; } /*===== ativar menu =====*/ .active::after{ position: absolute; content: ""; width: 100%; height: 0.18rem; left: 0; top: 2rem; background-color: var(--primeira-cor); } /*===== mostrar menu =====*/ .show{ right: 0; } /*===== INÍCIO =====*/ .home{ height: calc(100vh - 3rem); row-gap: 1rem; } .home-data{ align-self: center; } .home-title{ font-size: var(--font-big-size); margin-bottom: var(--mb-5); } .home-titleColor{ color: var(--primeira-cor); } .home-social{ display: flex; flex-direction: column; cursor: pointer; } .home-socialIcon{ width: max-content; margin-bottom: var(--mb-2); font-size: 1.5rem; color: var(--segunda-cor); } .home-socialIcon:hover{ color: var(--primeira-cor); } .home-img{ position: absolute; right: 1rem; top: 18rem; bottom: 0; width: 295px; } /*===== BOTÕES =====*/ .button{ display: inline-block; background-color: var(--primeira-cor); color: #fff; padding: .75rem 2.5rem; font-weight: var(--font-semi); border-radius: .5rem; } .button:hover{ box-shadow: 0 10px 36px rgba(0,0,0,.15); } /*===== SOBRE =====*/ .about-container{ row-gap: 2rem; text-align: center; } .about-subitile{ margin-bottom: var(--mb-2); } .about-img{ justify-self: center; } .about-img figure img{ width: 200px; border-radius: .5rem; margin-inline: auto; } /*===== ESPECIALIDADES =====*/ .skills-container{ row-gap: 2rem; text-align: center; } .skills-subitile{ margin-bottom: var(--mb-2); } .skills-text{ margin-bottom: var(--mb-4); } .skills-data{ display: flex; justify-content: space-between; align-items: center; position: relative; font-weight: var(--font-semi); padding: .5rem 1rem; margin-bottom: var(--mb-4); border-radius: .5rem; box-shadow: 0 4px 25px rgba(14,36,49,.15); } .skills-icon{ font-size: 2rem; margin-right: var(--mb-2); color: var(--primeira-cor); } .skills-names{ display: flex; align-items: center; } .skills-bar{ position: absolute; left: 0; bottom: 0; background-color: var(--primeira-cor); height: .25rem; border-radius: .5rem; z-index: var(--z-back); } .skills-dout{ width: 95%; } .skills-psi{ width: 85%; } .skills-ped{ width: 70%; } .skills-img{ border-radius: .5rem; } /*===== TRABALHOS =====*/ .work{ text-align: center; } .work-container{ row-gap: 2rem; } .work-img{ box-shadow: 0 4px 25px rgba(14,36,49,.15); border-radius: .5rem; overflow: hidden; margin-block: 1rem; } .work.img img{ transition: 1s; cursor: pointer; } .work-img img:hover{ transform: scale(1.1); } /*===== CONTATO =====*/ .contact-input{ width: 100%; font-size: var(--font-normal-size); font-weight: var(--font-semi); padding: 1rem; border-radius: .5rem; border: 1.5px solid var(--segunda-cor); outline: none; margin-bottom: var(--mb-4); } .contact-button{ display: block; border: none; outline: none; font-size: var(--font-normal-size); cursor: pointer; margin-left: auto; } /*===== FOOTER =====*/ .footer{ background: var(--segunda-cor); color: #fff; text-align: center; font-weight: var(--font-semi); padding: 2rem 0; } .footer-title{ font-size: 2rem; margin-bottom: var(--mb-4); } .footer-social{ margin-bottom: var(--mb-4); } .footer-icon{ font-size: 1.5rem; color: #fff; margin: 0 var(--mb-2); } /*===== MEDIA QUERIES =====*/ @media screen and (min-width: 768px){ body{ margin: 0; } .section{ padding-top: 4rem; padding-bottom: 3rem; } .section-title{ margin-bottom: var(--mb-6); } .section-title::after{ width: 80px; top: 3rem; } .nav{ height: calc(var(--header-height) + 1rem); } .nav-list{ display: flex; padding: 35px 0 0 35rem; } .nav-item{ margin-left: var(--mb-6); } .nav-toggle{ display: none; } .nav-link{ color: var(--segunda-cor); }.home{ height: 100vh; } .home-data{ align-self: flex-end; padding: 0 1rem; } .home-social{ padding-top: 0; padding-bottom: 2.5rem; flex-direction: row; align-self: flex-end; } .home-socialIcon{ margin-bottom: 0; margin-right: var(--mb-4); } .home-img{ width: 457px; bottom: 15%; } }
assets/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap'); /*===== VARIAVEIS CSS =====*/ :root{ --header-height: 3rem; --font-semi: 600; } /*===== cores =====*/ :root{ --primeira-cor: #22436d;; --segunda-cor: #0E2431; --terceira-cor:#4070f4; --quarta-cor: #d6dcef61; } /*===== fonte =====*/ :root{ --font-body: 'Poppins', sans-serif; --font-big-size: 2rem; --font-h2-size: 1.25rem; --font-normal-size: 0.938rem; } @media screen and (min-width: 768px){ :root{ --font-body: 'Poppins', sans-serif; --font-big-size: 3.5rem; --font-h2-size: 2rem; --font-normal-size: 1rem; } } /*===== margens =====*/ :root{ --mb-1: 0.5rem; --mb-2: 1rem; --mb-3: 1.5rem; --mb-4: 2rem; --mb-5: 2.5rem; --mb-6: 3rem; } /*===== z index =====*/ :root{ --z-back: -10; --z-normal: 1; --z-tooltrip: 10; --z-fixed: 100; } /*===== BASES =====*/ *,::before,::after{ box-sizing: border-box; } html{ scroll-behavior: smooth; } body{ margin: var(--header-height) 1rem; font-family: var(--font-body); font-size: var(--font-normal-size); color: var(--segunda-cor); background-color: var(--quarta-cor); } h1,h2,p{ margin: o; } ul{ margin: 0; padding: 0; list-style: none; } a{ text-decoration: none; } img{ max-width: 100%; height: auto; display: block; } /*===== CLASS CSS =====*/ .section-title{ position: relative; font-size: var(--font-h2-size); color: var(--primeira-cor); margin-top: var(--mb-2); margin-bottom: var(--mb-4); text-align: center; } .section-title::after{ position: absolute; content: ""; width: 64px; height: 0.18rem; left: 0; right: 0; margin: auto; top: 2rem; background-color: var(--primeira-cor); } .section{ padding-top: 3rem; padding-bottom: 2rem; } /*===== LAYOUTS =====*/ .nav-grid{ max-width: 1024px; display: grid; grid-template-columns: 100%; grid-column-gap: 2rem; width: calc(100% - 2rem); margin-left: var(--mb-2); margin-right: var(--mb-2); } .header-1{ width: 100%; position: fixed; top: 0; left: 0; z-index: var(--z-fixed); background-color: #fff; box-shadow: 0 1px 4px rgba(146,161,176,.15); } .bx{ font-size: xx-large; } /*===== NAV =====*/ .nav{ height: var(--header-height); display: flex; justify-content: space-between; align-items: center; font-weight: var(--font-semi); } @media screen and (max-width: 768px){ .nav-menu{ position: fixed; top: var(--header-height); right: -100%; width: 80%; height: 100%; padding: 2rem; background-color: var(--segunda-cor); transition: 3s; } } .nav-item{ margin-bottom: var(--mb-4); } .nav-link{ position: relative; color: #fff; } .nav-link:hover{ position: relative; } .nav-link:hover::after{ position: absolute; content: ""; width: 100%; height: 0.18rem; left: 0; top: 2rem; background-color: var(--primeira-cor); } .nav-logo{ color: var(--segunda-cor); } .nav-toggle{ color: var(--segunda-cor); font-size: 1.5rem; cursor: pointer; } /*===== ativar menu =====*/ .active::after{ position: absolute; content: ""; width: 100%; height: 0.18rem; left: 0; top: 2rem; background-color: var(--primeira-cor); } /*===== mostrar menu =====*/ .show{ right: 0; } /*===== INÍCIO =====*/ .home{ height: calc(100vh - 3rem); row-gap: 1rem; } .home-data{ align-self: center; } .home-title{ font-size: var(--font-big-size); margin-bottom: var(--mb-5); } .home-titleColor{ color: var(--primeira-cor); } .home-social{ display: flex; flex-direction: column; cursor: pointer; } .home-socialIcon{ width: max-content; margin-bottom: var(--mb-2); font-size: 1.5rem; color: var(--segunda-cor); } .home-socialIcon:hover{ color: var(--primeira-cor); } .home-img{ position: absolute; right: 1rem; top: 18rem; bottom: 0; width: 295px; } /*===== BOTÕES =====*/ .button{ display: inline-block; background-color: var(--primeira-cor); color: #fff; padding: .75rem 2.5rem; font-weight: var(--font-semi); border-radius: .5rem; } .button:hover{ box-shadow: 0 10px 36px rgba(0,0,0,.15); } /*===== SOBRE =====*/ .about-container{ row-gap: 2rem; text-align: center; } .about-subitile{ margin-bottom: var(--mb-2); } .about-img{ justify-self: center; } .about-img figure img{ width: 200px; border-radius: .5rem; margin-inline: auto; } /*===== ESPECIALIDADES =====*/ .skills-container{ row-gap: 2rem; text-align: center; } .skills-subitile{ margin-bottom: var(--mb-2); } .skills-text{ margin-bottom: var(--mb-4); } .skills-data{ display: flex; justify-content: space-between; align-items: center; position: relative; font-weight: var(--font-semi); padding: .5rem 1rem; margin-bottom: var(--mb-4); border-radius: .5rem; box-shadow: 0 4px 25px rgba(14,36,49,.15); } .skills-icon{ font-size: 2rem; margin-right: var(--mb-2); color: var(--primeira-cor); } .skills-names{ display: flex; align-items: center; } .skills-bar{ position: absolute; left: 0; bottom: 0; background-color: var(--primeira-cor); height: .25rem; border-radius: .5rem; z-index: var(--z-back); } .skills-dout{ width: 95%; } .skills-psi{ width: 85%; } .skills-ped{ width: 70%; } .skills-img{ border-radius: .5rem; } /*===== TRABALHOS =====*/ .work{ text-align: center; } .work-container{ row-gap: 2rem; } .work-img{ box-shadow: 0 4px 25px rgba(14,36,49,.15); border-radius: .5rem; overflow: hidden; margin-block: 1rem; } .work.img img{ transition: 1s; cursor: pointer; } .work-img img:hover{ transform: scale(1.1); } /*===== CONTATO =====*/ .contact-input{ width: 100%; font-size: var(--font-normal-size); font-weight: var(--font-semi); padding: 1rem; border-radius: .5rem; border: 1.5px solid var(--segunda-cor); outline: none; margin-bottom: var(--mb-4); } .contact-button{ display: block; border: none; outline: none; font-size: var(--font-normal-size); cursor: pointer; margin-left: auto; } /*===== FOOTER =====*/ .footer{ background: var(--segunda-cor); color: #fff; text-align: center; font-weight: var(--font-semi); padding: 2rem 0; } .footer-title{ font-size: 2rem; margin-bottom: var(--mb-4); } .footer-social{ margin-bottom: var(--mb-4); } .footer-icon{ font-size: 1.5rem; color: #fff; margin: 0 var(--mb-2); } /*===== MEDIA QUERIES =====*/ @media screen and (min-width: 768px){ body{ margin: 0; } .section{ padding-top: 4rem; padding-bottom: 3rem; } .section-title{ margin-bottom: var(--mb-6); } .section-title::after{ width: 80px; top: 3rem; } .nav{ height: calc(var(--header-height) + 1rem); } .nav-list{ display: flex; padding: 35px 0 0 35rem; } .nav-item{ margin-left: var(--mb-6); } .nav-toggle{ display: none; } .nav-link{ color: var(--segunda-cor); }.home{ height: 100vh; } .home-data{ align-self: flex-end; padding: 0 1rem; } .home-social{ padding-top: 0; padding-bottom: 2.5rem; flex-direction: row; align-self: flex-end; } .home-socialIcon{ margin-bottom: 0; margin-right: var(--mb-4); } .home-img{ width: 457px; bottom: 15%; } }
0.201735
0.058373
padding: 5px; width: 499px; color: black; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 12px; padding-bottom: 8px; padding-top: 8px; display: none; border: 1px solid #b3b3b3; border-top: 0px; border-bottom: 1px solid #e6e6e6; float: left; } #previewImages, #previewImage{ width: 130px; margin-right: 12px; float: left; color: transparent; } #previewButtons{ display: none; width: 290px; margin-bottom: 39px; margin-top: 12px; } #previewContent{ font-size: 11px; width: 290px; float: left; } #previewTitle{ width: 290px; font-weight: bold; font-size: 12px; margin: 0 auto 2px auto; } #previewTitle a{ width: 290px; margin: 0 auto 0 auto; } #previewUrl{ width: 290px; color: #666; font-size: 11px; margin: 0 auto 9px auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #previewDescription{ margin: 0 auto 8px auto; } #previewTitle span, #previewDescription span{ cursor: pointer; word-break: break-word; } .buttonLeftActive{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: 0 -83px; width: 25px; height: 22px; float: left; cursor: pointer; } .buttonRightActive{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; width: 25px; height: 22px; margin-right: 10px; background-position: -25px -83px; float: left; cursor: pointer; } .buttonLeftDeactive{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: -50px -83px; width: 25px; height: 22px; float: left; } .buttonRightDeactive{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: -75px -83px; width: 25px; height: 22px; margin-right: 10px; float: left; } .buttonLeftActive:active{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: -100px -83px; } .buttonRightActive:active{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: -125px -83px; } .photoNumbers{ font-size: 10px; margin-top: 5px; float: left; margin-right: 10px; } .chooseThumbnail{ font-size: 10px; color: #999; margin-top: 5px; float: left; } #previewLoading{ float: right; margin-bottom: 2px; margin-right: 14px; border: 1px solid transparent; height: 12px; } .linkPreview{ margin: auto; width: 525px; } #noThumbDiv{ color: #333; font-size: 11px; } .noThumbCb{ vertical-align: -2px; margin-right: 4px; margin-left: 0px; float: left; } .nT{ float: left; width: 270px; margin-top: 3px; cursor: pointer; } .inputPreview{ margin-left: -2px; font-size: 11px; padding: 3px 1px; } #text{ width: 499px; height: 60px; border: 1px solid #b3b3b3; border-bottom: 1px solid #e6e6e6; resize: none; font-family: Arial; padding: 5px; color: grey; } #closePreview{ float: right; margin-right: -66px; background-image: url('/img/linkPreview/close.png'); background-repeat: no-repeat; background-position: left 0px; height: 15px; width: 15px; cursor: pointer; } #closePreview:hover{ background-image: url('/img/linkPreview/close.png'); background-repeat: no-repeat; background-position: left -32px; } #closePreview:active{ background-image: url('/img/linkPreview/close.png'); background-repeat: no-repeat; background-position: left -48px; } .postPreviewButton{ padding: 4px 16px; background-image: url('/img/linkPreview/backgrounds.png'); background-repeat: no-repeat; background-position: 0 -49px; background-color: #5B74A8; border-color: #29447E #29447E #1A356E; border: 1px solid #1a356e; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1); cursor: pointer; display: inline-block; font-size: 11px; font-weight: bold; line-height: 13px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; color: white; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; float: right; } .postPreviewButton:active{ background-image: none; background: #4f6aa3; } #postPreview{ background: #f2f2f2; padding: 2px; border: 1px solid #b3b3b3; border-top: 0px; width: 505px; margin-bottom: 20px; margin-top: -1px; } .previewPosted{ padding: 5px; width: 499px; color: black; margin-bottom: 20px; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 12px; border: 1px dashed #b3b3b3; float: left; } .previewPosted a{ color: #3B5998; } .previewPosted a:hover{ text-decoration: underline; color: #3B5998; } .previewImagesPosted{ width: 130px; margin-right: 12px; float: left; cursor: pointer; } .previewContentPosted{ font-size: 11px; width: 290px; float: left; } .previewTitlePosted, .previewTitlePosted a{ width: 290px; font-weight: bold; font-size: 12px; margin: 0 auto 2px auto; color: #3B5998; } .previewTitlePosted a:hover{ text-decoration: underline; color: #3B5998; } .previewUrlPosted, .previewUrlPosted a{ width: 290px; color: gray !important; font-size: 11px; margin: 0 auto 9px auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .previewUrlPosted a:hover{ color: #3B5998; text-decoration: underline; } .previewDescriptionPosted{ margin: 0 auto 8px auto; } .previewTitlePosted span{ cursor: pointer; word-break: break-word; } .previewDescriptionPosted span{ word-break: break-word; color: gray; } .previewTextPosted{ margin-bottom: 10px; word-break: break-word; } .videoPostPlay{ background-image: url('/img/linkPreview/play.png'); bottom: 5px; height: 26px; left: 5px; width: 35px; float: left; z-index: 1; margin-left: 5px; margin-top: -31px; }
web/css/linkPreview/linkPreview.css
padding: 5px; width: 499px; color: black; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 12px; padding-bottom: 8px; padding-top: 8px; display: none; border: 1px solid #b3b3b3; border-top: 0px; border-bottom: 1px solid #e6e6e6; float: left; } #previewImages, #previewImage{ width: 130px; margin-right: 12px; float: left; color: transparent; } #previewButtons{ display: none; width: 290px; margin-bottom: 39px; margin-top: 12px; } #previewContent{ font-size: 11px; width: 290px; float: left; } #previewTitle{ width: 290px; font-weight: bold; font-size: 12px; margin: 0 auto 2px auto; } #previewTitle a{ width: 290px; margin: 0 auto 0 auto; } #previewUrl{ width: 290px; color: #666; font-size: 11px; margin: 0 auto 9px auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #previewDescription{ margin: 0 auto 8px auto; } #previewTitle span, #previewDescription span{ cursor: pointer; word-break: break-word; } .buttonLeftActive{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: 0 -83px; width: 25px; height: 22px; float: left; cursor: pointer; } .buttonRightActive{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; width: 25px; height: 22px; margin-right: 10px; background-position: -25px -83px; float: left; cursor: pointer; } .buttonLeftDeactive{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: -50px -83px; width: 25px; height: 22px; float: left; } .buttonRightDeactive{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: -75px -83px; width: 25px; height: 22px; margin-right: 10px; float: left; } .buttonLeftActive:active{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: -100px -83px; } .buttonRightActive:active{ background-image: url('/img/linkPreview/selectionButtons.gif'); background-repeat: no-repeat; background-position: -125px -83px; } .photoNumbers{ font-size: 10px; margin-top: 5px; float: left; margin-right: 10px; } .chooseThumbnail{ font-size: 10px; color: #999; margin-top: 5px; float: left; } #previewLoading{ float: right; margin-bottom: 2px; margin-right: 14px; border: 1px solid transparent; height: 12px; } .linkPreview{ margin: auto; width: 525px; } #noThumbDiv{ color: #333; font-size: 11px; } .noThumbCb{ vertical-align: -2px; margin-right: 4px; margin-left: 0px; float: left; } .nT{ float: left; width: 270px; margin-top: 3px; cursor: pointer; } .inputPreview{ margin-left: -2px; font-size: 11px; padding: 3px 1px; } #text{ width: 499px; height: 60px; border: 1px solid #b3b3b3; border-bottom: 1px solid #e6e6e6; resize: none; font-family: Arial; padding: 5px; color: grey; } #closePreview{ float: right; margin-right: -66px; background-image: url('/img/linkPreview/close.png'); background-repeat: no-repeat; background-position: left 0px; height: 15px; width: 15px; cursor: pointer; } #closePreview:hover{ background-image: url('/img/linkPreview/close.png'); background-repeat: no-repeat; background-position: left -32px; } #closePreview:active{ background-image: url('/img/linkPreview/close.png'); background-repeat: no-repeat; background-position: left -48px; } .postPreviewButton{ padding: 4px 16px; background-image: url('/img/linkPreview/backgrounds.png'); background-repeat: no-repeat; background-position: 0 -49px; background-color: #5B74A8; border-color: #29447E #29447E #1A356E; border: 1px solid #1a356e; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1); cursor: pointer; display: inline-block; font-size: 11px; font-weight: bold; line-height: 13px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; color: white; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; float: right; } .postPreviewButton:active{ background-image: none; background: #4f6aa3; } #postPreview{ background: #f2f2f2; padding: 2px; border: 1px solid #b3b3b3; border-top: 0px; width: 505px; margin-bottom: 20px; margin-top: -1px; } .previewPosted{ padding: 5px; width: 499px; color: black; margin-bottom: 20px; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 12px; border: 1px dashed #b3b3b3; float: left; } .previewPosted a{ color: #3B5998; } .previewPosted a:hover{ text-decoration: underline; color: #3B5998; } .previewImagesPosted{ width: 130px; margin-right: 12px; float: left; cursor: pointer; } .previewContentPosted{ font-size: 11px; width: 290px; float: left; } .previewTitlePosted, .previewTitlePosted a{ width: 290px; font-weight: bold; font-size: 12px; margin: 0 auto 2px auto; color: #3B5998; } .previewTitlePosted a:hover{ text-decoration: underline; color: #3B5998; } .previewUrlPosted, .previewUrlPosted a{ width: 290px; color: gray !important; font-size: 11px; margin: 0 auto 9px auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .previewUrlPosted a:hover{ color: #3B5998; text-decoration: underline; } .previewDescriptionPosted{ margin: 0 auto 8px auto; } .previewTitlePosted span{ cursor: pointer; word-break: break-word; } .previewDescriptionPosted span{ word-break: break-word; color: gray; } .previewTextPosted{ margin-bottom: 10px; word-break: break-word; } .videoPostPlay{ background-image: url('/img/linkPreview/play.png'); bottom: 5px; height: 26px; left: 5px; width: 35px; float: left; z-index: 1; margin-left: 5px; margin-top: -31px; }
0.347869
0.07477