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
body { background: #f2f2f2; box-sizing: border-box; margin: 0px; } *, :after, :before { background: #f2f2f2; box-sizing: inherit; } .mt--50 { margin-top: 50px !important; } /* pagination */ .custom-pagination { display: inline-flex; } .custom-pagination a { color: black; border-radius: 50%; float: left; padding: 8px 16px; text-decoration: none; transition: background-color .3s; } .custom-pagination a.active { background-color: #4CAF50; color: white; } .custom-pagination a:hover { text-decoration: none; color: white; } .custom-pagination li { list-style-type: none; } .custom-pagination a:hover:not(.active) { background-color: rgba(206, 199, 199, 0.867); } .pagi-num { display: block; text-align: center; } /* product-page */ .product-images { height: 300px; width: 100%; justify-content: center; position: relative; padding-left: 14px; padding-right: 14px; } .images { width: 100%; height: 100%; display: flex; } .row { display: flex; flex-wrap: wrap; width: 100%; } .image1 { width: 50%; height: 100%; background: blue; } .image2, .image3, .image4, .image5 { width: 50%; height: 50%; border: 1px solid black; background: chartreuse; } .show-product-images { bottom: 24px; right: 40px; position: absolute; } /* product-list-page */ .filter-navbar { padding: 12px 44.8px; position: fixed; top: 80px; height: 60px; width: 100%; z-index: 50; background: #f2f2f2; } .btn-reference { background: #f2f2f2; padding: 7px 11.2px; margin: 0px 12px 0px 0px; border-radius: 5px; border: 1px solid rgb(179, 184, 179); height: 36px; cursor: pointer; } .btn-reference:hover { background: #f65e39; border-color: #f65e39; color: #f2f2f2; } .banner { margin-top: 60px; } .btn-reference:focus { outline: none; } /* home page */ .default-navbar { background: #f2f2f2; height: 80px; position: fixed; top: 0px; width: 100%; z-index: 50; border-bottom: 1px solid #f2f2f2; } .navbar2 { background: goldenrod; height: 80px; position: fixed; top: -80px; width: 100%; transition: top 0.1s; z-index: 50; } .custom-container { margin: auto; padding: 0px 44.8px; } /* slick */ .section { margin: 64px 0px 0px; } .page-body { margin: 120px 66.8px 0px; } .footer { border-top: 1px grey solid; margin-bottom: 0px; } a:focus { outline: none; } .custom-img { margin: 10px; border-radius: 5px; width: 247px!important; height: 309px!important; } .dic { position: relative; } .img-text { position: absolute; bottom: 1.5rem; left: 2rem; z-index: 100; color: white; } .img-text h2 { margin: 12px 0px 4px; } /* hien thi tung item */ .img-item { border-radius: 3px; } .type-room-div { color: rgb(118, 118, 118); } .rating-star { color: black; margin-left: 10px; } .information-item { margin-top: 195px; } .discount-text { position:absolute; background-color: orangered; border-radius: 25px; padding: 1px 5px; top: 15px; left: 15px; } /* su dung lai */ .mt--5 { margin-top: 5px; }
public/css/style.css
body { background: #f2f2f2; box-sizing: border-box; margin: 0px; } *, :after, :before { background: #f2f2f2; box-sizing: inherit; } .mt--50 { margin-top: 50px !important; } /* pagination */ .custom-pagination { display: inline-flex; } .custom-pagination a { color: black; border-radius: 50%; float: left; padding: 8px 16px; text-decoration: none; transition: background-color .3s; } .custom-pagination a.active { background-color: #4CAF50; color: white; } .custom-pagination a:hover { text-decoration: none; color: white; } .custom-pagination li { list-style-type: none; } .custom-pagination a:hover:not(.active) { background-color: rgba(206, 199, 199, 0.867); } .pagi-num { display: block; text-align: center; } /* product-page */ .product-images { height: 300px; width: 100%; justify-content: center; position: relative; padding-left: 14px; padding-right: 14px; } .images { width: 100%; height: 100%; display: flex; } .row { display: flex; flex-wrap: wrap; width: 100%; } .image1 { width: 50%; height: 100%; background: blue; } .image2, .image3, .image4, .image5 { width: 50%; height: 50%; border: 1px solid black; background: chartreuse; } .show-product-images { bottom: 24px; right: 40px; position: absolute; } /* product-list-page */ .filter-navbar { padding: 12px 44.8px; position: fixed; top: 80px; height: 60px; width: 100%; z-index: 50; background: #f2f2f2; } .btn-reference { background: #f2f2f2; padding: 7px 11.2px; margin: 0px 12px 0px 0px; border-radius: 5px; border: 1px solid rgb(179, 184, 179); height: 36px; cursor: pointer; } .btn-reference:hover { background: #f65e39; border-color: #f65e39; color: #f2f2f2; } .banner { margin-top: 60px; } .btn-reference:focus { outline: none; } /* home page */ .default-navbar { background: #f2f2f2; height: 80px; position: fixed; top: 0px; width: 100%; z-index: 50; border-bottom: 1px solid #f2f2f2; } .navbar2 { background: goldenrod; height: 80px; position: fixed; top: -80px; width: 100%; transition: top 0.1s; z-index: 50; } .custom-container { margin: auto; padding: 0px 44.8px; } /* slick */ .section { margin: 64px 0px 0px; } .page-body { margin: 120px 66.8px 0px; } .footer { border-top: 1px grey solid; margin-bottom: 0px; } a:focus { outline: none; } .custom-img { margin: 10px; border-radius: 5px; width: 247px!important; height: 309px!important; } .dic { position: relative; } .img-text { position: absolute; bottom: 1.5rem; left: 2rem; z-index: 100; color: white; } .img-text h2 { margin: 12px 0px 4px; } /* hien thi tung item */ .img-item { border-radius: 3px; } .type-room-div { color: rgb(118, 118, 118); } .rating-star { color: black; margin-left: 10px; } .information-item { margin-top: 195px; } .discount-text { position:absolute; background-color: orangered; border-radius: 25px; padding: 1px 5px; top: 15px; left: 15px; } /* su dung lai */ .mt--5 { margin-top: 5px; }
0.470007
0.127925
*{ box-sizing: border-box; } img{ display: block; width: 6.4rem; height: 1.4rem; } #top{ height: auto; background: #FFFFFF; padding: 0.32rem 0.18rem; } #top span:first-child{ display: block; width: auto; float: left; color: #282828; font-size: 0.3rem; } .sprice{ display: block; float: right; width: auto; color: #4d4d4d; font-size: 0.3rem; } #bt{ width: 100%; padding: 0.16rem 0; color: #7A7A7A; font-size: 0.24rem; } #zhangdang{ width: 100%; height: auto; background: #FFFFFF; } #zhangdang li{ color: #282828; height: 0.9rem; font-size: 0.24rem; border-bottom: 1px solid #d8d7dd; } #zhangdang li div{ line-height: 0.9rem; } .xz{ position: relative; } .xx{ position: absolute; left: 0; right: 0; top:0; bottom: 0; margin: auto; display: block; width: 0.4rem; height: 0.4rem; background: #f1f1f1; border-radius: 3px; border:1px solid #d8d7dd; } .hotx{ background:url("../img/duihao001-icon.png") no-repeat center; } .xieyi{ width: auto; padding-top: 0.5rem; font-size: 0.22rem; margin: auto; padding-left: 1.28rem; } .noxuani{ display: inline-block; background: #d8d7dd; width: 0.3rem; height: 0.3rem; font-size: 0; margin-bottom: -0.07rem; } .xuani{ background: #f97fa4 url("../img/tijiaoxieyi-icon.png") no-repeat center; background-size: contain; } .xieyi span{ display: inline-block; line-height: 0.5rem; text-align: left; color: #898989; } .xieyi span:last-child{ color: #5199ec; line-height: 0.3rem; } .shenqing{ position: fixed; left: 0; right: 0; bottom:0.44rem; margin: auto; width: 80%; height: 0.8rem; line-height: 0.8rem; border-radius: 5px; background: #CFCFCF; color: #FFFFFF; font-size: 0.3rem; z-index: 1000; text-align: center; } .tj{ background: #f97fa4; }
web/css/xuanze.css
*{ box-sizing: border-box; } img{ display: block; width: 6.4rem; height: 1.4rem; } #top{ height: auto; background: #FFFFFF; padding: 0.32rem 0.18rem; } #top span:first-child{ display: block; width: auto; float: left; color: #282828; font-size: 0.3rem; } .sprice{ display: block; float: right; width: auto; color: #4d4d4d; font-size: 0.3rem; } #bt{ width: 100%; padding: 0.16rem 0; color: #7A7A7A; font-size: 0.24rem; } #zhangdang{ width: 100%; height: auto; background: #FFFFFF; } #zhangdang li{ color: #282828; height: 0.9rem; font-size: 0.24rem; border-bottom: 1px solid #d8d7dd; } #zhangdang li div{ line-height: 0.9rem; } .xz{ position: relative; } .xx{ position: absolute; left: 0; right: 0; top:0; bottom: 0; margin: auto; display: block; width: 0.4rem; height: 0.4rem; background: #f1f1f1; border-radius: 3px; border:1px solid #d8d7dd; } .hotx{ background:url("../img/duihao001-icon.png") no-repeat center; } .xieyi{ width: auto; padding-top: 0.5rem; font-size: 0.22rem; margin: auto; padding-left: 1.28rem; } .noxuani{ display: inline-block; background: #d8d7dd; width: 0.3rem; height: 0.3rem; font-size: 0; margin-bottom: -0.07rem; } .xuani{ background: #f97fa4 url("../img/tijiaoxieyi-icon.png") no-repeat center; background-size: contain; } .xieyi span{ display: inline-block; line-height: 0.5rem; text-align: left; color: #898989; } .xieyi span:last-child{ color: #5199ec; line-height: 0.3rem; } .shenqing{ position: fixed; left: 0; right: 0; bottom:0.44rem; margin: auto; width: 80%; height: 0.8rem; line-height: 0.8rem; border-radius: 5px; background: #CFCFCF; color: #FFFFFF; font-size: 0.3rem; z-index: 1000; text-align: center; } .tj{ background: #f97fa4; }
0.461988
0.077692
:root { --background-color: #1b1612; --primary-color: #665241; --secondary-color: #5e544c; --tertiary-color: #ad9a78; } body { margin: 0; font-family: 'Roboto', sans-serif; color: white; background-color: var(--background-color); overflow-y: scroll; } /* Navbar CSS */ .navbar { background-color: var(--primary-color); display: flex; padding: 10px 30px; justify-content: space-between; align-items: center; border-bottom: black solid 2px; margin-bottom: 3vh; color: white; } .navbar a { text-decoration: none; } #logo { font-size: 20px; font-weight: bold; } .navbar .redirects ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } .navbar .redirects { display: flex; } .navbar .redirects li { float: left; cursor: pointer; } .navbar .redirects li span { display: block; padding: 8px 20px; background-color: var(--tertiary-color); margin: 2px 10px; width: fit-content; text-align: center; font-weight: bold; border: 2px solid black; user-select: none; box-shadow: 2px 2px 1px black; color: white; } .navbar .redirects li span:hover { background-color: var(--secondary-color); transition: 0.3s; } .navbar .search_bar span { margin: 0 10px; } .navbar .shopping_cart { padding: 8px 20px; background-color: var(--tertiary-color); margin: 2px 10px; width: fit-content; text-align: center; font-weight: bold; border: 2px solid black; user-select: none; box-shadow: 2px 2px 1px black; color: white; text-decoration: none; } /* Shop CSS */ .grid-container { margin: 10px; display: grid; grid-template-columns: 17% repeat(1, 1fr); gap: 10px } .leftFilter { background-color: var(--primary-color); padding: 0 2vh 3vh; border: black solid 2px; color: white; display: flex; flex-direction: column; align-items: center; } .leftFilter h3 { text-align: center; font-weight: bold; font-size: 25px; } .filterButton { display: block; width: 100%; font-size: 1.3vw; text-align: center; background-color: var(--tertiary-color); margin-bottom: 1vh;; padding: 0.25rem; user-select: none; cursor: pointer; border: 2px solid black; box-shadow: 2px 2px 1px black ; } .filterButton:hover, .detailsBuyButton:hover { background-color: var(--secondary-color); transition: 0.3s; } .itemGrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; } .itemGrid > div { position: relative; width: 200px; height: 200px; text-align: center; border: black solid 2px; user-select: none; cursor: pointer; box-shadow: 2px 2px 1px black ; } .itemGrid > div:hover { filter: brightness(70%); } .itemGrid div img { width: 80%; height: 80%; filter: drop-shadow(2px 4px 1px black); /* Center the image */ position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); /* Make users unable to mark the image */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .itemTag { font-size: 90%; display: flex; flex-direction: column; /* Make it appear over the image */ position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; /* Style the item tag */ background: var(--tertiary-color); text-align: center; padding: 3.5% 0; font-weight: bold; text-transform: uppercase; } .itemTag span:nth-child(2){ font-size: 0.8rem; font-family: monospace; color: black; } /* Details CSS */ .detailsGrid { display: grid; grid-template-columns: auto auto; grid-template-rows: 1fr min-content; grid-template-areas: "itemImage itemInfo" "itemPrice itemInfo"; gap: 1rem; padding: 0 2rem; color: white; } .detailsGrid > div { box-shadow: 3.5px 3.5px 3px black ; border: 2px solid black; } .detailsColumn div.detailsImageContainer { width: fit-content; text-align: center; } .detailsColumn div div img { filter: drop-shadow(2px 4px 1px black); width: 80%; padding: 2vh; } .detailsInfo { text-align: center; background-color: var(--primary-color); padding: 10px; height: 96.5%; width: 65vw; } .detailsInfo p { font-weight: bold; } .detailsInfo p i { font-weight: normal; } .detailsBuy { display: flex; justify-content: center; } .detailsBuyButton { display: block; width: 60%; font-size: 1.3vw; padding: 0.5rem 0; text-align: center; background-color: var(--tertiary-color); margin-bottom: 1vh;; user-select: none; cursor: pointer; border: 2px solid black; box-shadow: 2px 2px 1px black ; } .itemPrice { text-align: center; font-size: 1.5rem; font-weight: bold; background-color: var(--primary-color); } .itemDescription { text-align: center; padding: 2vh; display: flex; flex-direction: column; align-items: center; } .itemDescription p:first-child { font-size: 1.2em; font-weight: bold; margin: 0; } .itemDescription p:nth-child(2) { font-weight: normal; width: 70%; } #info { grid-area: itemInfo; } #image { grid-area: itemImage; } #price { grid-area: itemPrice; } /* Cart CSS */ .cartPage, .inventoryPage { text-align: center; padding: 10px; background-color: var(--primary-color); } .cartPage table, .inventoryPage table { margin: auto; box-sizing: border-box; width: 90%; color: white; } .cartPage table th, .inventoryPage table th { font-weight: bold; font-size: large; border-bottom: 1px solid; width: 18%; padding: 1px; } .inventoryPage table th:nth-child(1) { width: 10%; } .cartPage table td, .inventoryPage table td { font-weight: normal; font-size: medium; } .cartPage table tfoot td, .inventoryPage table tfoot td { font-weight: bold; font-size: large; border-top: 1px solid; text-align: center; } .cartPage table tbody tr td img, .inventoryPage table tbody tr td img { width: 3rem; } .cartPage tfoot div, .inventoryPage tfoot div { text-decoration: none; display: inline-block; padding: 8px 20px; background-color: var(--tertiary-color); margin: 2px 10px; width: fit-content; text-align: center; font-weight: bold; border: 2px solid black; user-select: none; box-shadow: 2px 2px 1px black; color: white; cursor: pointer; } .cartPage tfoot div:hover, .inventoryPage tfoot div:hover { background-color: var(--secondary-color); transition: 0.3s; } .cartPage tbody ul, .inventoryPage tbody ul { list-style: none; } /* Error 404 CSS */ .errorPage { display: flex; flex-direction: column; align-items: center; } .errorPage div { text-align: center; width: 80%; padding: 5vw 0; background-color: var(--tertiary-color); color: white; } .errorPage div h1 { font-size: 5rem; font-weight: bold; } .errorPage div p { font-size: 2rem; font-weight: bold; }
src/stylesheet.css
:root { --background-color: #1b1612; --primary-color: #665241; --secondary-color: #5e544c; --tertiary-color: #ad9a78; } body { margin: 0; font-family: 'Roboto', sans-serif; color: white; background-color: var(--background-color); overflow-y: scroll; } /* Navbar CSS */ .navbar { background-color: var(--primary-color); display: flex; padding: 10px 30px; justify-content: space-between; align-items: center; border-bottom: black solid 2px; margin-bottom: 3vh; color: white; } .navbar a { text-decoration: none; } #logo { font-size: 20px; font-weight: bold; } .navbar .redirects ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } .navbar .redirects { display: flex; } .navbar .redirects li { float: left; cursor: pointer; } .navbar .redirects li span { display: block; padding: 8px 20px; background-color: var(--tertiary-color); margin: 2px 10px; width: fit-content; text-align: center; font-weight: bold; border: 2px solid black; user-select: none; box-shadow: 2px 2px 1px black; color: white; } .navbar .redirects li span:hover { background-color: var(--secondary-color); transition: 0.3s; } .navbar .search_bar span { margin: 0 10px; } .navbar .shopping_cart { padding: 8px 20px; background-color: var(--tertiary-color); margin: 2px 10px; width: fit-content; text-align: center; font-weight: bold; border: 2px solid black; user-select: none; box-shadow: 2px 2px 1px black; color: white; text-decoration: none; } /* Shop CSS */ .grid-container { margin: 10px; display: grid; grid-template-columns: 17% repeat(1, 1fr); gap: 10px } .leftFilter { background-color: var(--primary-color); padding: 0 2vh 3vh; border: black solid 2px; color: white; display: flex; flex-direction: column; align-items: center; } .leftFilter h3 { text-align: center; font-weight: bold; font-size: 25px; } .filterButton { display: block; width: 100%; font-size: 1.3vw; text-align: center; background-color: var(--tertiary-color); margin-bottom: 1vh;; padding: 0.25rem; user-select: none; cursor: pointer; border: 2px solid black; box-shadow: 2px 2px 1px black ; } .filterButton:hover, .detailsBuyButton:hover { background-color: var(--secondary-color); transition: 0.3s; } .itemGrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; } .itemGrid > div { position: relative; width: 200px; height: 200px; text-align: center; border: black solid 2px; user-select: none; cursor: pointer; box-shadow: 2px 2px 1px black ; } .itemGrid > div:hover { filter: brightness(70%); } .itemGrid div img { width: 80%; height: 80%; filter: drop-shadow(2px 4px 1px black); /* Center the image */ position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); /* Make users unable to mark the image */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .itemTag { font-size: 90%; display: flex; flex-direction: column; /* Make it appear over the image */ position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; /* Style the item tag */ background: var(--tertiary-color); text-align: center; padding: 3.5% 0; font-weight: bold; text-transform: uppercase; } .itemTag span:nth-child(2){ font-size: 0.8rem; font-family: monospace; color: black; } /* Details CSS */ .detailsGrid { display: grid; grid-template-columns: auto auto; grid-template-rows: 1fr min-content; grid-template-areas: "itemImage itemInfo" "itemPrice itemInfo"; gap: 1rem; padding: 0 2rem; color: white; } .detailsGrid > div { box-shadow: 3.5px 3.5px 3px black ; border: 2px solid black; } .detailsColumn div.detailsImageContainer { width: fit-content; text-align: center; } .detailsColumn div div img { filter: drop-shadow(2px 4px 1px black); width: 80%; padding: 2vh; } .detailsInfo { text-align: center; background-color: var(--primary-color); padding: 10px; height: 96.5%; width: 65vw; } .detailsInfo p { font-weight: bold; } .detailsInfo p i { font-weight: normal; } .detailsBuy { display: flex; justify-content: center; } .detailsBuyButton { display: block; width: 60%; font-size: 1.3vw; padding: 0.5rem 0; text-align: center; background-color: var(--tertiary-color); margin-bottom: 1vh;; user-select: none; cursor: pointer; border: 2px solid black; box-shadow: 2px 2px 1px black ; } .itemPrice { text-align: center; font-size: 1.5rem; font-weight: bold; background-color: var(--primary-color); } .itemDescription { text-align: center; padding: 2vh; display: flex; flex-direction: column; align-items: center; } .itemDescription p:first-child { font-size: 1.2em; font-weight: bold; margin: 0; } .itemDescription p:nth-child(2) { font-weight: normal; width: 70%; } #info { grid-area: itemInfo; } #image { grid-area: itemImage; } #price { grid-area: itemPrice; } /* Cart CSS */ .cartPage, .inventoryPage { text-align: center; padding: 10px; background-color: var(--primary-color); } .cartPage table, .inventoryPage table { margin: auto; box-sizing: border-box; width: 90%; color: white; } .cartPage table th, .inventoryPage table th { font-weight: bold; font-size: large; border-bottom: 1px solid; width: 18%; padding: 1px; } .inventoryPage table th:nth-child(1) { width: 10%; } .cartPage table td, .inventoryPage table td { font-weight: normal; font-size: medium; } .cartPage table tfoot td, .inventoryPage table tfoot td { font-weight: bold; font-size: large; border-top: 1px solid; text-align: center; } .cartPage table tbody tr td img, .inventoryPage table tbody tr td img { width: 3rem; } .cartPage tfoot div, .inventoryPage tfoot div { text-decoration: none; display: inline-block; padding: 8px 20px; background-color: var(--tertiary-color); margin: 2px 10px; width: fit-content; text-align: center; font-weight: bold; border: 2px solid black; user-select: none; box-shadow: 2px 2px 1px black; color: white; cursor: pointer; } .cartPage tfoot div:hover, .inventoryPage tfoot div:hover { background-color: var(--secondary-color); transition: 0.3s; } .cartPage tbody ul, .inventoryPage tbody ul { list-style: none; } /* Error 404 CSS */ .errorPage { display: flex; flex-direction: column; align-items: center; } .errorPage div { text-align: center; width: 80%; padding: 5vw 0; background-color: var(--tertiary-color); color: white; } .errorPage div h1 { font-size: 5rem; font-weight: bold; } .errorPage div p { font-size: 2rem; font-weight: bold; }
0.411584
0.173708
@font-face { font-family: MC; src: url("https://raw.githubusercontent.com/32Vache/msx-stats/main/css/mc.otf"); } body { --text-color: #222; --bkg-color: #fff; } body.dark-theme { --text-color: #eee; --bkg-color: #121212; } .greyBox { text-align: center; display: inline-block; border-radius: 0px; background: #888888; border: 2px solid #000000; padding: 10px; width: auto; height: auto; margin: 4px; } .greyBox.dark-theme { text-align: center; display: inline-block; border-radius: 0px; background: #333333; border: 2px solid #000000; padding: 10px; width: auto; height: auto; margin: 4px; } .roundedBox { text-align: center; display: inline-block; border-radius: 25px; background: #dddddd; padding: 16px; width: 110px; height: 80px; margin: 6px; } .roundedBox.dark-theme { text-align: center; display: inline-block; border-radius: 25px; background: #222222; padding: 16px; width: 110px; height: 80px; margin: 6px; } @media (prefers-color-scheme: dark) { /* defaults to dark theme */ body { --text-color: #eee; --bkg-color: #121212; } body.light-theme { --text-color: #222; --bkg-color: #fff; } .greyBox.light-theme { text-align: center; display: inline-block; border-radius: 0px; background: #888888; border: 2px solid #000000; padding: 10px; width: auto; height: auto; margin: 4px; } .greyBox { text-align: center; display: inline-block; border-radius: 0px; background: #333333; border: 2px solid #000000; padding: 10px; width: auto; height: auto; margin: 4px; } .roundedBox.light-theme { text-align: center; display: inline-block; border-radius: 25px; background: #dddddd; padding: 16px; width: 110px; height: 80px; margin: 6px; } .roundedBox { text-align: center; display: inline-block; border-radius: 25px; background: #222222; padding: 16px; width: 110px; height: 80px; margin: 6px; } } * { font-family: Arial, Helvetica, sans-serif; } body { color: var(--text-color); background: var(--bkg-color); } h1 { font-family: MC, sans-serif; } #stats { width: 100%; display: flex; flex-wrap: wrap; } .footer { position: fixed; padding: 2px; left: 0px; bottom: 0px; background: #77777777; } #chart { display: block; box-sizing: border-box; }
css/main.css
@font-face { font-family: MC; src: url("https://raw.githubusercontent.com/32Vache/msx-stats/main/css/mc.otf"); } body { --text-color: #222; --bkg-color: #fff; } body.dark-theme { --text-color: #eee; --bkg-color: #121212; } .greyBox { text-align: center; display: inline-block; border-radius: 0px; background: #888888; border: 2px solid #000000; padding: 10px; width: auto; height: auto; margin: 4px; } .greyBox.dark-theme { text-align: center; display: inline-block; border-radius: 0px; background: #333333; border: 2px solid #000000; padding: 10px; width: auto; height: auto; margin: 4px; } .roundedBox { text-align: center; display: inline-block; border-radius: 25px; background: #dddddd; padding: 16px; width: 110px; height: 80px; margin: 6px; } .roundedBox.dark-theme { text-align: center; display: inline-block; border-radius: 25px; background: #222222; padding: 16px; width: 110px; height: 80px; margin: 6px; } @media (prefers-color-scheme: dark) { /* defaults to dark theme */ body { --text-color: #eee; --bkg-color: #121212; } body.light-theme { --text-color: #222; --bkg-color: #fff; } .greyBox.light-theme { text-align: center; display: inline-block; border-radius: 0px; background: #888888; border: 2px solid #000000; padding: 10px; width: auto; height: auto; margin: 4px; } .greyBox { text-align: center; display: inline-block; border-radius: 0px; background: #333333; border: 2px solid #000000; padding: 10px; width: auto; height: auto; margin: 4px; } .roundedBox.light-theme { text-align: center; display: inline-block; border-radius: 25px; background: #dddddd; padding: 16px; width: 110px; height: 80px; margin: 6px; } .roundedBox { text-align: center; display: inline-block; border-radius: 25px; background: #222222; padding: 16px; width: 110px; height: 80px; margin: 6px; } } * { font-family: Arial, Helvetica, sans-serif; } body { color: var(--text-color); background: var(--bkg-color); } h1 { font-family: MC, sans-serif; } #stats { width: 100%; display: flex; flex-wrap: wrap; } .footer { position: fixed; padding: 2px; left: 0px; bottom: 0px; background: #77777777; } #chart { display: block; box-sizing: border-box; }
0.48438
0.093306
.vue-table .vue-table__cell.is-hidden>*, .vue-table .vue-table__column.is-hidden>* { visibility: hidden; } .vue-table, .vue-table .vue-table__cell, .vue-table .vue-table__column { position: relative; } .vue-table .vue-tooltip.cell, .vue-table .vue-table__column, .vue-table .vue-table__column>div { white-space: nowrap; } .vue-table { overflow: hidden; width: 100%; max-width: 100%; background-color: #fff; border: 1px solid #dfe6ec; font-size: 14px; color: #1f2d3d; z-index: 0; } .vue-table .vue-table__cell, .vue-table .vue-table__column { height: 40px; min-width: 0; text-overflow: ellipsis; vertical-align: middle; } .vue-table::after, .vue-table::before { content: ''; position: absolute; background-color: #dfe6ec; z-index: 1; } .vue-table .sort-caret, .vue-table .vue-table__column.required>div::before { display: inline-block; content: ''; } .vue-table .vue-table__cell.is-right, .vue-table .vue-table__column.is-right { text-align: right; } .vue-table .vue-table__cell.is-left, .vue-table .vue-table__column.is-left { text-align: left; } .vue-table .vue-table__cell.is-center, .vue-table .vue-table__column.is-center { text-align: center; } .vue-table .vue-table__cell, .vue-table .vue-table__column.is-leaf { border-bottom: 1px solid #dfe6ec; } .vue-table .vue-table__cell.gutter, .vue-table .vue-table__column.gutter { border-right-width: 0; border-bottom-width: 0; padding: 0; } .vue-table .cell, .vue-table .vue-table__column>div { padding: 0 15px; text-overflow: ellipsis; } .vue-table::before { left: 0; bottom: 0; width: 100%; height: 1px; } .vue-table::after { top: 0; right: 0; width: 1px; height: 100%; } .vue-table .vue-table__column { overflow: hidden; background-color: #eef1f6; text-align: left; } .vue-table .vue-table__column.required>div::before { width: 8px; height: 8px; border-radius: 50%; background: #ff4d51; margin-right: 5px; vertical-align: middle; } .vue-table .vue-table__column>.cell { position: relative; display: inline-block; vertical-align: middle; word-wrap: normal; text-overflow: ellipsis; line-height: 20px; overflow: hidden; } .vue-table .vue-table__column>.cell.highlight { color: #409eff; } .vue-table__sort-wrapper { display: inline-block; line-height: 34px; margin-left: 5px; cursor: pointer; } .vue-table__sort-wrapper i { color: #97a8be; } .ascending .vue-table__sort-wrapper i, .descending .vue-table__sort-wrapper i { color: #1f2d3d; } .vue-table .cell, .vue-table__footer-wrapper, .vue-table__header-wrapper { overflow: hidden; } .vue-table .sort-caret { width: 0; height: 0; border: 0; position: absolute; left: 3px; z-index: 2; } .vue-table .sort-caret.ascending, .vue-table .sort-caret.descending { border-right: 5px solid transparent; border-left: 5px solid transparent; } .vue-table .sort-caret.ascending { top: 11px; border-top: none; border-bottom: 5px solid #97a8be; } .vue-table .sort-caret.descending { bottom: 11px; border-top: 5px solid #97a8be; border-bottom: none; } .vue-table .ascending .sort-caret.ascending { border-bottom-color: #48576a; } .vue-table .descending .sort-caret.descending { border-top-color: #48576a; } .vue-table .vue-table__cell.gutter { display: none; } .vue-table .cell { white-space: normal; word-break: break-all; line-height: 24px; } .vue-table .vue-table__row input[type=checkbox] { margin: 0; } .vue-table .vue-table__row { background-color: #fff; } .vue-table .hidden-columns { visibility: hidden; position: absolute; z-index: -1; } .vue-table__empty-block { position: relative; min-height: 60px; text-align: center; width: 100%; height: 100%; } .vue-table__empty-text { position: absolute; left: 50%; top: 50%; transform: translate3d(-50%,-50%,0); color: #5e7382; } .vue-table__expand-column .cell { padding: 0; text-align: center; } .vue-table__expand-icon { position: relative; cursor: pointer; color: #666; font-size: 12px; height: 40px; transition: transform .3s; } .vue-table__header-wrapper .vue-table__header .vue-table__column { color: #1f2d3d; } .vue-table__expand-icon>.vue-icon { position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -5px; } .vue-table__expand-icon--expanded { transform: rotate3d(0,0,1,90deg); } .vue-table--fit { border-right: 0; border-bottom: 0; } .vue-table--border .vue-table__column, .vue-table__fixed-right-patch { border-bottom: 1px solid #dfe6ec; } .vue-table--fit .vue-table__cell.gutter, .vue-table--fit .vue-table__column.gutter { border-bottom-width: 1px; } .vue-table--border .vue-table__cell, .vue-table--border .vue-table__column { border-right: 1px solid #dfe6ec; } .vue-table__fixed, .vue-table__fixed-right { position: absolute; top: 0; left: 0; box-shadow: 1px 0 8px #d3d4d6; overflow: hidden; } .vue-table__fixed-right::before, .vue-table__fixed::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #dfe6ec; z-index: 4; } .vue-table__fixed-right-patch { position: absolute; top: -1px; right: 0; background-color: #eef1f6; } .vue-table__fixed-right { top: 0; left: auto; right: 0; box-shadow: -1px 0 8px #d3d4d6; } .vue-table__fixed-right .vue-table__fixed-body-wrapper, .vue-table__fixed-right .vue-table__fixed-footer-wrapper, .vue-table__fixed-right .vue-table__fixed-header-wrapper { left: auto; right: 0; } .vue-table__fixed-header-wrapper { position: absolute; left: 0; top: 0; z-index: 3; } .vue-table__fixed-body-wrapper { position: absolute; left: 0; top: 37px; overflow: hidden; z-index: 3; } .vue-table__body-wrapper, .vue-table__footer-wrapper, .vue-table__header-wrapper { width: 100%; } .vue-table__footer-wrapper { margin-top: -1px; } .vue-table__footer-wrapper .vue-table__column, .vue-table__fixed-footer-wrapper .vue-table__column { border-top: 1px solid #dfe6ec; } .vue-table__fixed-footer-wrapper { position: absolute; left: 0; bottom: 0; z-index: 3; } .vue-table__fixed-footer-wrapper .vue-table__footer .vue-table__column { border-top: 1px solid #dfe6ec; color: #1f2d3d; } .vue-table__body, .vue-table__footer, .vue-table__header { table-layout: fixed; } .vue-table__body-wrapper { overflow: auto; position: relative; } .vue-table__column-resize-proxy { position: absolute; left: 200px; top: 0; bottom: 0; width: 0; border-left: 1px solid #dfe6ec; z-index: 10; } .vue-table__column-filter-trigger { display: inline-block; line-height: 34px; margin-left: 5px; cursor: pointer; } .vue-table__column-filter-trigger .vue-icon-filter { color: #97a8be; } .vue-table__column-filter-trigger .vue-icon-filter.is-filtered { color: #1f2d3d; } .vue-table__body .vue-table__cell { background-color: #fff; } .vue-table--striped .vue-table__body .vue-table__cell.grey { background-color: #fafafa; } .vue-table__body .vue-table__row.hover-row>.vue-table__cell { background-color: #eef1f6; } .vue-table__body .vue-table__row.current-row>.vue-table__cell { background-color: #ebf5ff; color: #409eff; } .vue-table__body .vue-table__expanded-cell { padding: 20px 50px; background-color: #fbfdff; box-shadow: inset 0 2px 0 #f4f4f4; } .vue-table--fluid-height .vue-table__fixed, .vue-table--fluid-height .vue-table__fixed-right { bottom: 0; overflow: hidden; } .vue-table-filter { border: 1px solid #d1dbe5; border-radius: 2px; background-color: #fff; box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04); margin: 2px 0; padding: 0; text-align: left; } .vue-table-filter__list { padding: 0; margin: 0; list-style: none; min-width: 100px; overflow: hidden; } .vue-table-filter__list-item { line-height: 36px; padding: 0 10px; cursor: pointer; font-size: 14px; } .vue-table-filter__bottom { border-top: 1px solid #d1dbe5; padding: 8px; } .vue-table-filter__bottom .vue-button { padding: 0 3px; } .vue-table-context-menu .vue-dialog__header { padding: 15px 20px 10px; cursor: move; } .vue-table-context-menu .vue-dialog__title { color: #8391a5; } .vue-table-context-menu .vue-dialog__body { padding: 0 20px 20px; } .vue-table-context-menu .vue-tabs__content { padding: 0 1px; } .vue-table .vue-dialog__wrapper { position: absolute; }
src/css/table.css
.vue-table .vue-table__cell.is-hidden>*, .vue-table .vue-table__column.is-hidden>* { visibility: hidden; } .vue-table, .vue-table .vue-table__cell, .vue-table .vue-table__column { position: relative; } .vue-table .vue-tooltip.cell, .vue-table .vue-table__column, .vue-table .vue-table__column>div { white-space: nowrap; } .vue-table { overflow: hidden; width: 100%; max-width: 100%; background-color: #fff; border: 1px solid #dfe6ec; font-size: 14px; color: #1f2d3d; z-index: 0; } .vue-table .vue-table__cell, .vue-table .vue-table__column { height: 40px; min-width: 0; text-overflow: ellipsis; vertical-align: middle; } .vue-table::after, .vue-table::before { content: ''; position: absolute; background-color: #dfe6ec; z-index: 1; } .vue-table .sort-caret, .vue-table .vue-table__column.required>div::before { display: inline-block; content: ''; } .vue-table .vue-table__cell.is-right, .vue-table .vue-table__column.is-right { text-align: right; } .vue-table .vue-table__cell.is-left, .vue-table .vue-table__column.is-left { text-align: left; } .vue-table .vue-table__cell.is-center, .vue-table .vue-table__column.is-center { text-align: center; } .vue-table .vue-table__cell, .vue-table .vue-table__column.is-leaf { border-bottom: 1px solid #dfe6ec; } .vue-table .vue-table__cell.gutter, .vue-table .vue-table__column.gutter { border-right-width: 0; border-bottom-width: 0; padding: 0; } .vue-table .cell, .vue-table .vue-table__column>div { padding: 0 15px; text-overflow: ellipsis; } .vue-table::before { left: 0; bottom: 0; width: 100%; height: 1px; } .vue-table::after { top: 0; right: 0; width: 1px; height: 100%; } .vue-table .vue-table__column { overflow: hidden; background-color: #eef1f6; text-align: left; } .vue-table .vue-table__column.required>div::before { width: 8px; height: 8px; border-radius: 50%; background: #ff4d51; margin-right: 5px; vertical-align: middle; } .vue-table .vue-table__column>.cell { position: relative; display: inline-block; vertical-align: middle; word-wrap: normal; text-overflow: ellipsis; line-height: 20px; overflow: hidden; } .vue-table .vue-table__column>.cell.highlight { color: #409eff; } .vue-table__sort-wrapper { display: inline-block; line-height: 34px; margin-left: 5px; cursor: pointer; } .vue-table__sort-wrapper i { color: #97a8be; } .ascending .vue-table__sort-wrapper i, .descending .vue-table__sort-wrapper i { color: #1f2d3d; } .vue-table .cell, .vue-table__footer-wrapper, .vue-table__header-wrapper { overflow: hidden; } .vue-table .sort-caret { width: 0; height: 0; border: 0; position: absolute; left: 3px; z-index: 2; } .vue-table .sort-caret.ascending, .vue-table .sort-caret.descending { border-right: 5px solid transparent; border-left: 5px solid transparent; } .vue-table .sort-caret.ascending { top: 11px; border-top: none; border-bottom: 5px solid #97a8be; } .vue-table .sort-caret.descending { bottom: 11px; border-top: 5px solid #97a8be; border-bottom: none; } .vue-table .ascending .sort-caret.ascending { border-bottom-color: #48576a; } .vue-table .descending .sort-caret.descending { border-top-color: #48576a; } .vue-table .vue-table__cell.gutter { display: none; } .vue-table .cell { white-space: normal; word-break: break-all; line-height: 24px; } .vue-table .vue-table__row input[type=checkbox] { margin: 0; } .vue-table .vue-table__row { background-color: #fff; } .vue-table .hidden-columns { visibility: hidden; position: absolute; z-index: -1; } .vue-table__empty-block { position: relative; min-height: 60px; text-align: center; width: 100%; height: 100%; } .vue-table__empty-text { position: absolute; left: 50%; top: 50%; transform: translate3d(-50%,-50%,0); color: #5e7382; } .vue-table__expand-column .cell { padding: 0; text-align: center; } .vue-table__expand-icon { position: relative; cursor: pointer; color: #666; font-size: 12px; height: 40px; transition: transform .3s; } .vue-table__header-wrapper .vue-table__header .vue-table__column { color: #1f2d3d; } .vue-table__expand-icon>.vue-icon { position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -5px; } .vue-table__expand-icon--expanded { transform: rotate3d(0,0,1,90deg); } .vue-table--fit { border-right: 0; border-bottom: 0; } .vue-table--border .vue-table__column, .vue-table__fixed-right-patch { border-bottom: 1px solid #dfe6ec; } .vue-table--fit .vue-table__cell.gutter, .vue-table--fit .vue-table__column.gutter { border-bottom-width: 1px; } .vue-table--border .vue-table__cell, .vue-table--border .vue-table__column { border-right: 1px solid #dfe6ec; } .vue-table__fixed, .vue-table__fixed-right { position: absolute; top: 0; left: 0; box-shadow: 1px 0 8px #d3d4d6; overflow: hidden; } .vue-table__fixed-right::before, .vue-table__fixed::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #dfe6ec; z-index: 4; } .vue-table__fixed-right-patch { position: absolute; top: -1px; right: 0; background-color: #eef1f6; } .vue-table__fixed-right { top: 0; left: auto; right: 0; box-shadow: -1px 0 8px #d3d4d6; } .vue-table__fixed-right .vue-table__fixed-body-wrapper, .vue-table__fixed-right .vue-table__fixed-footer-wrapper, .vue-table__fixed-right .vue-table__fixed-header-wrapper { left: auto; right: 0; } .vue-table__fixed-header-wrapper { position: absolute; left: 0; top: 0; z-index: 3; } .vue-table__fixed-body-wrapper { position: absolute; left: 0; top: 37px; overflow: hidden; z-index: 3; } .vue-table__body-wrapper, .vue-table__footer-wrapper, .vue-table__header-wrapper { width: 100%; } .vue-table__footer-wrapper { margin-top: -1px; } .vue-table__footer-wrapper .vue-table__column, .vue-table__fixed-footer-wrapper .vue-table__column { border-top: 1px solid #dfe6ec; } .vue-table__fixed-footer-wrapper { position: absolute; left: 0; bottom: 0; z-index: 3; } .vue-table__fixed-footer-wrapper .vue-table__footer .vue-table__column { border-top: 1px solid #dfe6ec; color: #1f2d3d; } .vue-table__body, .vue-table__footer, .vue-table__header { table-layout: fixed; } .vue-table__body-wrapper { overflow: auto; position: relative; } .vue-table__column-resize-proxy { position: absolute; left: 200px; top: 0; bottom: 0; width: 0; border-left: 1px solid #dfe6ec; z-index: 10; } .vue-table__column-filter-trigger { display: inline-block; line-height: 34px; margin-left: 5px; cursor: pointer; } .vue-table__column-filter-trigger .vue-icon-filter { color: #97a8be; } .vue-table__column-filter-trigger .vue-icon-filter.is-filtered { color: #1f2d3d; } .vue-table__body .vue-table__cell { background-color: #fff; } .vue-table--striped .vue-table__body .vue-table__cell.grey { background-color: #fafafa; } .vue-table__body .vue-table__row.hover-row>.vue-table__cell { background-color: #eef1f6; } .vue-table__body .vue-table__row.current-row>.vue-table__cell { background-color: #ebf5ff; color: #409eff; } .vue-table__body .vue-table__expanded-cell { padding: 20px 50px; background-color: #fbfdff; box-shadow: inset 0 2px 0 #f4f4f4; } .vue-table--fluid-height .vue-table__fixed, .vue-table--fluid-height .vue-table__fixed-right { bottom: 0; overflow: hidden; } .vue-table-filter { border: 1px solid #d1dbe5; border-radius: 2px; background-color: #fff; box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04); margin: 2px 0; padding: 0; text-align: left; } .vue-table-filter__list { padding: 0; margin: 0; list-style: none; min-width: 100px; overflow: hidden; } .vue-table-filter__list-item { line-height: 36px; padding: 0 10px; cursor: pointer; font-size: 14px; } .vue-table-filter__bottom { border-top: 1px solid #d1dbe5; padding: 8px; } .vue-table-filter__bottom .vue-button { padding: 0 3px; } .vue-table-context-menu .vue-dialog__header { padding: 15px 20px 10px; cursor: move; } .vue-table-context-menu .vue-dialog__title { color: #8391a5; } .vue-table-context-menu .vue-dialog__body { padding: 0 20px 20px; } .vue-table-context-menu .vue-tabs__content { padding: 0 1px; } .vue-table .vue-dialog__wrapper { position: absolute; }
0.59749
0.091382
@charset "UTF-8"; /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /*------------------------------------*\ $CONTENTS \*------------------------------------*/ /** * STYLE GUIDE VARIABLES------------------Declarations of Sass variables * -----Typography * -----Colors * -----Textfield * -----Switch * -----Spinner * -----Radio * -----Menu * -----List * -----Layout * -----Icon toggles * -----Footer * -----Column * -----Checkbox * -----Card * -----Button * -----Animation * -----Progress * -----Badge * -----Shadows * -----Grid * -----Data table * -----Dialog * -----Snackbar * -----Tooltip * -----Chip * * Even though all variables have the `!default` directive, most of them * should not be changed as they are dependent one another. This can cause * visual distortions (like alignment issues) that are hard to track down * and fix. */ /* ========== TYPOGRAPHY ========== */ /* We're splitting fonts into "preferred" and "performance" in order to optimize page loading. For important text, such as the body, we want it to load immediately and not wait for the web font load, whereas for other sections, such as headers and titles, we're OK with things taking a bit longer to load. We do have some optional classes and parameters in the mixins, in case you definitely want to make sure you're using the preferred font and don't mind the performance hit. We should be able to improve on this once CSS Font Loading L3 becomes more widely available. */ /* ========== COLORS ========== */ /** * * Material design color palettes. * @see http://www.google.com/design/spec/style/color.html * **/ /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* ========== Color Palettes ========== */ /* colors.scss */ /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* ========== IMAGES ========== */ /* ========== Color & Themes ========== */ /* ========== Typography ========== */ /* ========== Components ========== */ /* ========== Standard Buttons ========== */ /* ========== Icon Toggles ========== */ /* ========== Radio Buttons ========== */ /* ========== Ripple effect ========== */ /* ========== Layout ========== */ /* ========== Content Tabs ========== */ /* ========== Checkboxes ========== */ /* ========== Switches ========== */ /* ========== Spinner ========== */ /* ========== Text fields ========== */ /* ========== Card ========== */ /* ========== Sliders ========== */ /* ========== Progress ========== */ /* ========== List ========== */ /* ========== Item ========== */ /* ========== Dropdown menu ========== */ /* ========== Tooltips ========== */ /* ========== Footer ========== */ /* TEXTFIELD */ /* SWITCH */ /* SPINNER */ /* RADIO */ /* MENU */ /* LIST */ /* LAYOUT */ /* ICON TOGGLE */ /* FOOTER */ /*mega-footer*/ /*mini-footer*/ /* CHECKBOX */ /* CARD */ /* Card dimensions */ /* Cover image */ /* BUTTON */ /** * * Dimensions * */ /* ANIMATION */ /* PROGRESS */ /* BADGE */ /* SHADOWS */ /* GRID */ /* DATA TABLE */ /* DIALOG */ /* SNACKBAR */ /* TOOLTIP */ /* CHIP */ .block { display: block; } .inline-block { display: inline-block; } .start-hidden, .hidden { display: none; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } @media (max-width: 480px) { .hide-mobile { display: none !important; } } @media (max-width: 767px) { .hide-tablet { display: none !important; } } @media (max-width: 921px) { .hide-tablet-large { display: none !important; } } .text-center-only { text-align: center; } .text-center { width: 100%; 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-align: center; } .center { margin-left: auto; margin-right: auto; display: block; } .left { float: left; } .right { float: right; } .full-span { width: 100%; } .icons-inline { display: inline-block; vertical-align: -4px; } .text-white { color: #FFFFFF; } .bg-white { background: #FFFFFF; } @media (min-width: 480px) { .margin-top-0-tablet { margin-top: 0; } .margin-top-1-tablet { margin-top: 1em; } .margin-top-2-tablet { margin-top: 2em; } .margin-top-3-tablet { margin-top: 3em; } } @media (min-width: 480px) { .padding-top-0-tablet { padding-top: 0; } .padding-top-1-tablet { padding-top: 1em; } .padding-top-2-tablet { padding-top: 2em; } .padding-top-3-tablet { padding-top: 3em; } } .margin-bottom-half, .margin-bottom-half-1 { margin-bottom: .5em; } .margin-left-1-1 { margin-left: 1.5em; } .margin-top-0 { margin-top: 0em; } .margin-bottom-0 { margin-bottom: 0em; } .margin-left-0 { margin-left: 0em; } .margin-right-0 { margin-right: 0em; } .margin-top-0-important { margin-top: 0em !important; } .margin-bottom-0-important { margin-bottom: 0em !important; } .margin-left-0-important { margin-left: 0em !important; } .margin-right-0-important { margin-right: 0em !important; } .margin-top-1 { margin-top: 1em; } .margin-bottom-1 { margin-bottom: 1em; } .margin-left-1 { margin-left: 1em; } .margin-right-1 { margin-right: 1em; } .margin-top-1-important { margin-top: 1em !important; } .margin-bottom-1-important { margin-bottom: 1em !important; } .margin-left-1-important { margin-left: 1em !important; } .margin-right-1-important { margin-right: 1em !important; } .margin-top-2 { margin-top: 2em; } .margin-bottom-2 { margin-bottom: 2em; } .margin-left-2 { margin-left: 2em; } .margin-right-2 { margin-right: 2em; } .margin-top-2-important { margin-top: 2em !important; } .margin-bottom-2-important { margin-bottom: 2em !important; } .margin-left-2-important { margin-left: 2em !important; } .margin-right-2-important { margin-right: 2em !important; } .margin-top-3 { margin-top: 3em; } .margin-bottom-3 { margin-bottom: 3em; } .margin-left-3 { margin-left: 3em; } .margin-right-3 { margin-right: 3em; } .margin-top-3-important { margin-top: 3em !important; } .margin-bottom-3-important { margin-bottom: 3em !important; } .margin-left-3-important { margin-left: 3em !important; } .margin-right-3-important { margin-right: 3em !important; } .margin-top-4 { margin-top: 4em; } .margin-bottom-4 { margin-bottom: 4em; } .margin-left-4 { margin-left: 4em; } .margin-right-4 { margin-right: 4em; } .margin-top-4-important { margin-top: 4em !important; } .margin-bottom-4-important { margin-bottom: 4em !important; } .margin-left-4-important { margin-left: 4em !important; } .margin-right-4-important { margin-right: 4em !important; } @media (min-width: 480px) { .margin-top-0-tablet-important { margin-top: 0em !important; } .margin-top-0-tablet { margin-top: 0em; } .margin-bottom-0-tablet { margin-bottom: 0em; } .margin-left-0-tablet { margin-left: 0em; } .margin-right-0-tablet { margin-right: 0em; } .margin-top-1-tablet-important { margin-top: 1em !important; } .margin-top-1-tablet { margin-top: 1em; } .margin-bottom-1-tablet { margin-bottom: 1em; } .margin-left-1-tablet { margin-left: 1em; } .margin-right-1-tablet { margin-right: 1em; } .margin-top-2-tablet-important { margin-top: 2em !important; } .margin-top-2-tablet { margin-top: 2em; } .margin-bottom-2-tablet { margin-bottom: 2em; } .margin-left-2-tablet { margin-left: 2em; } .margin-right-2-tablet { margin-right: 2em; } .margin-top-3-tablet-important { margin-top: 3em !important; } .margin-top-3-tablet { margin-top: 3em; } .margin-bottom-3-tablet { margin-bottom: 3em; } .margin-left-3-tablet { margin-left: 3em; } .margin-right-3-tablet { margin-right: 3em; } .margin-top-4-tablet-important { margin-top: 4em !important; } .margin-top-4-tablet { margin-top: 4em; } .margin-bottom-4-tablet { margin-bottom: 4em; } .margin-left-4-tablet { margin-left: 4em; } .margin-right-4-tablet { margin-right: 4em; } } @media (min-width: 767px) { .margin-top-0-desktop { margin-top: 0em; } .margin-bottom-0-desktop { margin-bottom: 0em; } .margin-left-0-desktop { margin-left: 0em; } .margin-right-0-desktop { margin-right: 0em; } .margin-top-1-desktop { margin-top: 1em; } .margin-bottom-1-desktop { margin-bottom: 1em; } .margin-left-1-desktop { margin-left: 1em; } .margin-right-1-desktop { margin-right: 1em; } .margin-top-2-desktop { margin-top: 2em; } .margin-bottom-2-desktop { margin-bottom: 2em; } .margin-left-2-desktop { margin-left: 2em; } .margin-right-2-desktop { margin-right: 2em; } .margin-top-3-desktop { margin-top: 3em; } .margin-bottom-3-desktop { margin-bottom: 3em; } .margin-left-3-desktop { margin-left: 3em; } .margin-right-3-desktop { margin-right: 3em; } .margin-top-4-desktop { margin-top: 4em; } .margin-bottom-4-desktop { margin-bottom: 4em; } .margin-left-4-desktop { margin-left: 4em; } .margin-right-4-desktop { margin-right: 4em; } .margin-top-1-7-desktop { margin-top: 1.7em; } .margin-top-half-1-desktop { margin-top: .5em; } .margin-top-half-6-desktop { margin-top: .6em; } } .padding-0 { padding: 0em; } .padding-top-0 { padding-top: 0em; } .padding-bottom-0 { padding-bottom: 0em; } .padding-left-0 { padding-left: 0em; } .padding-right-0 { padding-right: 0em; } .padding-top-0-important { padding-top: 0em !important; } .padding-bottom-0-important { padding-bottom: 0em !important; } .padding-left-0-important { padding-left: 0em !important; } .padding-right-0-important { padding-right: 0em !important; } .padding-1 { padding: 1em; } .padding-top-1 { padding-top: 1em; } .padding-bottom-1 { padding-bottom: 1em; } .padding-left-1 { padding-left: 1em; } .padding-right-1 { padding-right: 1em; } .padding-top-1-important { padding-top: 1em !important; } .padding-bottom-1-important { padding-bottom: 1em !important; } .padding-left-1-important { padding-left: 1em !important; } .padding-right-1-important { padding-right: 1em !important; } .padding-2 { padding: 2em; } .padding-top-2 { padding-top: 2em; } .padding-bottom-2 { padding-bottom: 2em; } .padding-left-2 { padding-left: 2em; } .padding-right-2 { padding-right: 2em; } .padding-top-2-important { padding-top: 2em !important; } .padding-bottom-2-important { padding-bottom: 2em !important; } .padding-left-2-important { padding-left: 2em !important; } .padding-right-2-important { padding-right: 2em !important; } .padding-3 { padding: 3em; } .padding-top-3 { padding-top: 3em; } .padding-bottom-3 { padding-bottom: 3em; } .padding-left-3 { padding-left: 3em; } .padding-right-3 { padding-right: 3em; } .padding-top-3-important { padding-top: 3em !important; } .padding-bottom-3-important { padding-bottom: 3em !important; } .padding-left-3-important { padding-left: 3em !important; } .padding-right-3-important { padding-right: 3em !important; } .padding-4 { padding: 4em; } .padding-top-4 { padding-top: 4em; } .padding-bottom-4 { padding-bottom: 4em; } .padding-left-4 { padding-left: 4em; } .padding-right-4 { padding-right: 4em; } .padding-top-4-important { padding-top: 4em !important; } .padding-bottom-4-important { padding-bottom: 4em !important; } .padding-left-4-important { padding-left: 4em !important; } .padding-right-4-important { padding-right: 4em !important; } @media (min-width: 480px) { .padding-top-0-tablet { padding-top: 0em; } .padding-bottom-0-tablet { padding-bottom: 0em; } .padding-left-0-tablet { padding-left: 0em; } .padding-right-0-tablet { padding-right: 0em; } .padding-top-1-tablet { padding-top: 1em; } .padding-bottom-1-tablet { padding-bottom: 1em; } .padding-left-1-tablet { padding-left: 1em; } .padding-right-1-tablet { padding-right: 1em; } .padding-top-2-tablet { padding-top: 2em; } .padding-bottom-2-tablet { padding-bottom: 2em; } .padding-left-2-tablet { padding-left: 2em; } .padding-right-2-tablet { padding-right: 2em; } .padding-top-3-tablet { padding-top: 3em; } .padding-bottom-3-tablet { padding-bottom: 3em; } .padding-left-3-tablet { padding-left: 3em; } .padding-right-3-tablet { padding-right: 3em; } .padding-top-4-tablet { padding-top: 4em; } .padding-bottom-4-tablet { padding-bottom: 4em; } .padding-left-4-tablet { padding-left: 4em; } .padding-right-4-tablet { padding-right: 4em; } } .padding-0 { padding: 0; } .padding-half-1 { padding: .5em; } .padding-1-half { padding: 1.5em; } .padding-right-half-1 { padding-right: .5em; } .margin-top-0 { margin-top: 0em; } .margin-top-1 { margin-top: 1em; } .margin-top-2 { margin-top: 2em; } .margin-bottom-0 { margin-bottom: 0em; } .margin-bottom-1 { margin-bottom: 1em; } .margin-bottom-2 { margin-bottom: 2em; } .margin-left-0 { margin-left: 0em; } .margin-left-1 { margin-left: 1em; } .margin-left-2 { margin-left: 2em; } .margin-right-0 { margin-right: 0em; } .margin-right-1 { margin-right: 1em; } .margin-right-2 { margin-right: 2em; } .star-count { width: 150px; height: 20px; position: absolute; bottom: 1em; left: 1em; } .mdl-list__item-avatar.demo-avatar { width: 75px; height: 75px; border-radius: 24px; border: 2px solid rgba(255, 255, 255, 0.9); border-radius: 50%; padding: 3px; } .md-32 { font-size: 32px; } .md-28 { font-size: 28px; } .vertical-align-3 { vertical-align: 3px; } .vertical-align-minus-4 { vertical-align: -4px; } .mdl-layout__drawer .mdl-navigation.demo-navigation { padding-top: 0; } .mdl-layout__drawer .mdl-navigation.demo-navigation .mdl-navigation__link--current { background: rgba(0, 0, 0, 0.5); color: rgba(255, 255, 255, 0.8); } * { font-family: Roboto; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; } html, body { font-family: 'Roboto', 'Helvetica', sans-serif; } h4 { line-height: 1.3em; margin: 15px 0 5px; } .mdl-textfield--floating-label input[type=password]:-webkit-autofill ~ label { -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); visibility: hidden; } .mdl-textfield--floating-label input[type=password]:-webkit-autofill ~ label:after { content: 'Password'; visibility: visible; left: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); background: transparent; color: inherit; font-size: 12px; color: #9e9e9e; } .mdl-textfield { width: 100%; } .mdl-inline-expanded { margin-top: -6px; } .mdl-textfield.mdl-textfield--expandable { width: auto !important; } #map-canvas { min-height: 300px; height: 100%; width: 100%; } .file_upload_container { margin: auto; width: 250px; height: 40px; position: absolute; top: 1em; left: 1em; } .file_upload_btn { float: left; } #file_upload_text_div { width: 200px; margin-top: -8px; margin-left: 5px; } .mdl-select .mdl-icon-toggle__label { float: right; margin-top: -30px; color: rgba(0, 0, 0, 0.4); } .mdl-select.is-focused .mdl-icon-toggle__label { color: #3f51b5; } .mdl-select .mdl-menu__container { width: 100% !important; } .mdl-select .mdl-menu__container .mdl-menu .mdl-menu__item { font-size: 16px; } .mdl-select__fullwidth .mdl-menu { width: 100%; } .mdl-list__item a { text-decoration: none; } li.mdl-list__item { border-bottom: 1px solid #dddddd; } li.mdl-list__item:last-child { border: none; } div.message { padding: 10px; padding-left: 35px; margin: 20px 10px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); background: #BBB; color: #FFF; -webkit-transition: all .5s ease; transition: all .5s ease; position: absolute; width: 300px; z-index: 9999; top: 0; left: 10px; } div.message:hover { -webkit-box-shadow: 0 15px 20px rgba(10, 0, 10, 0.3); box-shadow: 0 15px 20px rgba(10, 0, 10, 0.3); -webkit-filter: brightness(110%); } .status { position: absolute; display: block; top: -10px; left: -10px; font-size: 20px; line-height: 25px; text-align: center; width: 25px; padding: 10px; background: inherit; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25); color: rgba(255, 255, 255, 0.75); border-radius: 50%; } div.message.information { background: #39B; } div.message.warning { background: #E74; } div.message.success { background: #5A6; } div.message.announcement { background: #EA0; } div.message.error { background: #C43; } .dismissible { cursor: pointer; } table a { text-decoration: none; } .table-responsive { width: 100%; overflow: hidden; overflow-x: auto; } .table-responsive .dataTables_wrapper > .mdl-grid { width: 98%; } .search-white { color: #FFFFFF; } .search-white input[type="search"], .search-white input[type="search"]:active, .search-white input[type="search"]:focus { border-color: #FFFFFF; } .pagination .mdl-button.mdl-button--colored { color: #FFFFFF; } body .mdl-textfield--expandable .mdl-button--icon { top: 18px; } .search-white input[type="search"]:focus { border-bottom: 3px solid #cccccc !important; } div.material-table .hiddensearch, div.material-table table.dataTable thead .sorting:before, div.material-table table.dataTable thead .sorting_asc:before, div.material-table table.dataTable thead .sorting_desc:before, div.material-table table.dataTable thead .sorting_asc_disabled:before, div.material-table table.dataTable thead .sorting_desc_disabled:before { display: none; } div.material-table .table-header { height: 64px; padding-left: 24px; padding-right: 14px; -ms-flex-align: center; -webkit-box-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-display: flex; border-bottom: solid 1px #DDDDDD; } div.material-table .table-header .actions { display: -webkit-flex; margin-left: auto; } div.material-table .table-header .btn-flat { min-width: 36px; padding: 0 8px; } div.material-table .table-header input { margin: 0; height: auto; } div.material-table .table-header i { color: rgba(0, 0, 0, 0.54); font-size: 24px; } div.material-table .table-footer { height: 56px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 12px !important; color: rgba(0, 0, 0, 0.54); padding-left: 4px; padding-right: 14px; } div.material-table .table-footer .dataTables_length { display: -webkit-box; display: -ms-flexbox; display: flex; } div.material-table .table-footer label { font-size: 12px; color: rgba(0, 0, 0, 0.54); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } div.material-table .table-footer .select-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; /* works with row or column */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } div.material-table .table-footer .dataTables_info, div.material-table .table-footer .dataTables_length { margin-right: 32px; } div.material-table .table-footer .material-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-display: flex; margin: 0; } div.material-table .table-footer .material-pagination li:first-child { margin-right: 24px; } div.material-table .table-footer .material-pagination li a { color: rgba(0, 0, 0, 0.54); } div.material-table .table-footer .select-wrapper input.select-dropdown { margin: 0; border-bottom: none; height: auto; line-height: normal; font-size: 12px; width: 40px; text-align: right; } div.material-table .table-footer select { background-color: transparent; width: auto; padding: 0; border: 0; border-radius: 0; height: auto; margin-left: 20px; } div.material-table .table-title { font-size: 20px; color: black; } div.material-table table tr td a { color: inherit; } div.material-table table tr td a i { font-size: 18px; color: rgba(0, 0, 0, 0.54); } div.material-table table tr { font-size: 12px; } div.material-table table th { font-size: 12px; font-weight: 500; color: #757575; cursor: pointer; white-space: nowrap; padding: 12px 18px; height: 56px; vertical-align: middle; outline: none !important; } div.material-table table th.sorting_asc, div.material-table table th.sorting_desc { color: rgba(0, 0, 0, 0.87); } div.material-table table th.sorting:after, div.material-table table th.sorting_asc:after, div.material-table table th.sorting_desc:after { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 18px; line-height: 2; letter-spacing: normal; text-transform: none; display: inline-block; word-wrap: normal; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; content: "arrow_back"; -webkit-transform: rotate(90deg); display: none; vertical-align: middle; } div.material-table table th.sorting:hover:after, div.material-table table th.sorting_asc:after, div.material-table table th.sorting_desc:after { display: inline-block; } div.material-table table th.sorting_desc:after { content: "arrow_forward"; } div.material-table table tbody tr:hover { background-color: #EEE; } div.material-table table th:first-child, div.material-table table td:first-child { padding: 0 0 0 24px; } div.material-table table th:last-child, div.material-table table td:last-child { padding: 0 14px 0 0; } .material-pagination { list-style-type: none; line-height: 1; } .material-table div.dataTables_wrapper div.dataTables_info { padding-top: 0; } div.material-table .table-footer select { margin-top: 1px; margin-left: 5px !important; margin-right: -10px; color: #9b9b9b !important; } .mdl-data-table { border: none; } ::-webkit-input-placeholder { color: #eeeeee; } ::-moz-placeholder { color: #eeeeee; } :-ms-input-placeholder { color: #eeeeee; } :-moz-placeholder { color: #eeeeee; } .material-table .pagination .mdl-button { border: none; font-weight: 400; margin: 0 5px 0 0; min-width: auto; height: 30px; width: 30px; padding: 0; line-height: 1.2; color: #9b9b9b; font-size: .99em; } .material-table .pagination .mdl-button.mdl-button--colored { background: none; border-bottom: 3px solid #9b9b9b; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; color: black; margin-bottom: -2px; } .mdl-button.next:before, .mdl-button.previous:before, .mdl-button.first:before, .mdl-button.last:before { height: 30px; width: 30px; display: block; position: relative; color: #9b9b9b; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .mdl-button.next:before { content: "chevron_right"; } .mdl-button.previous:before { content: "chevron_left"; } .mdl-button.first:before { content: "first_page"; } .mdl-button.last:before { content: "last_page"; } .mdl-button.first.disabled:before, .mdl-button.last.disabled:before, .mdl-button.previous.disabled:before, .mdl-button.next.disabled:before { color: #e0e0e0 !important; } @media (max-width: 600px) { div.material-table .table-footer .dataTables_info { width: 40% !important; display: block !important; float: left; margin: 1em 0 !important; text-align: center !important; } div.material-table .table-footer .dataTables_length { width: 60% !important; display: block !important; float: left; margin: 1em 0 0 !important; text-align: center !important; } div.dataTables_wrapper div.dataTables_paginate { width: 100% !important; display: block !important; text-align: center !important; margin: 0 auto 1.5em; float: left; } div.material-table .table-footer { display: block !important; } } div.material-table table thead tr th { text-align: left; padding: 0em .5em; } div.material-table table tbody tr td { padding: 1em .5em; text-align: left; } .no-sort::after { display: none !important; } .dataTables_empty { padding: 1em !important; text-align: center !important; } .table-striped tr.odd, .striped-table tr.odd { background: rgba(0, 0, 0, 0.1) !important; } div.material-table table th.sorting:after, div.material-table table th.sorting_asc:after, div.material-table table th.sorting_desc:after { position: absolute; margin: -7px 0 0 5px; font-size: 16px; } .dark-table div.material-table table tbody tr:hover { background-color: rgba(0, 0, 0, 0.3); cursor: default; } .dark-table .mdl-checkbox__box-outline { border: 2px solid white; } .dark-table .material-table .pagination .mdl-button.mdl-button--colored, .dark-table div.material-table .table-footer label, .dark-table div.material-table .table-footer select, .dark-table div.material-table .table-footer { color: inherit !important; } .php-info-table { background: #FFFFFF !important; } .php-info-table img { display: none; } .php-info-table h1 { font-size: 34px; width: 100%; text-align: left; padding: 0 20px; } .php-info-table h2 { font-size: 1.3em; text-align: center; background: rgba(0, 0, 0, 0.2); color: #FFFFFF !important; } .php-info-table h2 a { color: #FFFFFF !important; } .php-info-table hr { display: none; } .php-info-table .e, .php-info-table .v, .php-info-table .vr { color: #333; font-size: 11px; } .php-info-table .e { background: #FFFFFF; padding: 1em !important; } .php-info-table .e:hover { background: #FFFFFF !important; } .php-info-table .v { background: #FFFFFF; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; padding: 1em !important; } .php-info-table .v td { background: #FFFFFF !important; padding: 1em !important; } .php-info-table .v td:hover { background: #FFFFFF !important; } .php-info-table .v:hover { background: #FFFFFF !important; } .mdl-button .mdl-spinner { top: 5px; left: 45%; position: absolute; } .mdl-spinner--single-color.mdl-color-white .mdl-spinner__layer-1, .mdl-spinner--single-color.mdl-color-white .mdl-spinner__layer-2, .mdl-spinner--single-color.mdl-color-white .mdl-spinner__layer-2, .mdl-spinner--single-color.mdl-color-white .mdl-spinner__layer-4 { border-color: #FFFFFF; } .mdl-card.demo-card-wide { width: 512px; } .mdl-card.demo-card-xwide { width: 767px; } .mdl-card.demo-card-full { width: 100%; } .mdl-card.demo-card-full .mdl-card__supporting-text { width: auto; } .card-wide.mdl-card { width: 512px; margin: 0 auto; } .card-wide > .mdl-card__title { color: #fff; height: 192px; background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/welcome_card_tuts.png") center/cover; } .card-wide > .mdl-card__menu { color: #fff; } .mdl-user-avatar { position: absolute; width: 100%; top: 36px; } .mdl-user-avatar img { border-radius: 50%; position: relative; margin: 0 auto; display: block; height: 100px; width: 100px; } .mdl-title-username { width: 100%; 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; font-size: 1.1em !important; margin: 0px 0 5px 0; } @media (min-width: 840px) { .mdl-grid.full-grid { width: 99%; } } .card-image.mdl-card { width: 100%; } .card-image > .mdl-card__actions { padding: 1em 1em 0; z-index: 1; } .mdl-card__supporting-text { width: auto; } .mdl-card__actions .mdl-button { min-width: auto; } .mdl-card__title-text { width: 100%; 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; font-size: 20px !important; margin: 5px 0 5px 0; } .mdl-dialog { position: relative; } .mdl-dialog .mdl-dialog__title { font-size: 1em; padding: .5em !important; margin: 0; } .mdl-dialog .mdl-dialog__actions > * { height: auto !important; } @media (min-width: 767px) { .mdl-dialog { width: 450px; } } dialog::-webkit-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.8); } dialog::backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.8); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; } .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; } .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } .material-icons.md-light { color: white; } .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } .social-list { text-align: center; font-size: 0; margin: 0 auto; padding: 0; } .social-list li { display: inline-block; margin-right: 3%; width: 50px; height: 50px; position: relative; } .social-list li > a > svg { position: absolute; top: 20%; left: 20%; width: 60%; height: 60%; fill: black; -webkit-transition: 0.15s; transition: 0.15s; fill: #9e9e9e !important; } .breadcrumb { width: 100%; padding: 1em 3em; } .breadcrumb ul { list-style: none; margin: 0; padding: 0; } .breadcrumb ul li { padding: 0; margin: 0; line-height: 1; display: inline-block; } .breadcrumb ul li.active a { pointer-events: none; cursor: default; color: black; } .breadcrumb a { text-decoration: none; } .breadcrumb .material-icons { padding: 0 10px; color: #E9A7A1; line-height: 1; vertical-align: -6px; } .badge { padding: 2px 4px 1px; border-radius: 2px; } .mdl-chip { cursor: default; vertical-align: middle; } .mdl-chip.sm-chip { padding: 0 8px; height: 20px; line-height: 20px; } .mdl-chip.sm-chip .mdl-chip__text { font-size: 12px; } .mdl-chip.sm-chip .mdl-chip__contact { height: 20px; line-height: 20px; margin-left: -8px; margin-right: 4px; width: 20px; font-size: 10px; } .mdl-chip.sm-chip .mdl-chip__contact .material-icons { font-size: 18px; line-height: 1.1; } .mdl-chip.md-chip { padding: 0 8px; height: 26px; line-height: 26px; } .mdl-chip.md-chip .mdl-chip__contact { height: 26px; line-height: 26px; margin-left: -8px; width: 26px; } .mdl-chip.md-chip .mdl-chip__contact .material-icons { font-size: 22px; line-height: 1.1; } .mdl-selectfield { position: relative; font-size: 16px; display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 300px; max-width: 100%; margin: 0; padding: 20px 0; } .mdl-selectfield--align-right { text-align: right; } .mdl-selectfield--full-width { width: 100%; } .mdl-selectfield__select { display: block; width: 100%; padding: 4px 0; margin: 0; color: inherit; background: transparent; font-size: 16px; text-align: left; color: inherit; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .mdl-layout .mdl-tabs .mdl-tabs__panel:not(.is-active) { display: none; } .mdl-tabs .mdl-tabs__panel { min-height: 50px; } .mdl-tabs__tab-bar { margin: 0 .55em 1em; display: block; } #weather, .show-forecast { display: none; } .mdl-weather { list-style-type: none; padding: 1em; } .mdl-weather .mdl-menu__item { width: 100%; } #forecast { text-align: center; } #forecast .mdl-weather { padding-top: 0em; } .forecast-item { margin: 0 -30px; padding: 2px 30px; cursor: default; } .forecast-item:nth-child(2) { padding-top: 10px; margin-top: 10px; border-top: 1px solid #f1f1f1; } .forecast-item:last-child { padding-bottom: 0; } .forecast-item.freezing .wi.wi-fw { color: #3150B8 !important; } .forecast-item.superCold .wi.wi-fw { color: #8DB5FB !important; } .forecast-item.veryCold .wi.wi-fw { color: #A5C9FC !important; } .forecast-item.cold .wi.wi-fw { color: #C0DFFE !important; } .forecast-item.brisk .wi.wi-fw { color: #C0E2FD !important; } .forecast-item.fair .wi.wi-fw { color: #00F484 !important; } .forecast-item.nice .wi.wi-fw { color: #CCFF00 !important; } .forecast-item.warm .wi.wi-fw { color: #FFFF00 !important; } .forecast-item.hot .wi.wi-fw { color: #FFCC00 !important; } .forecast-item.superHot .wi.wi-fw { color: #FF9900 !important; } .forecast-item.extreme .wi.wi-fw { color: #FF3200 !important; } .forecast-item .day { width: 40px; display: inline-block; } /*! * Weather Icons 2.0 * Updated August 1, 2015 * Weather themed icons for Bootstrap * Author - <NAME> - <EMAIL> * Email: <EMAIL> * Twitter: http://twitter.com/Erik_UX * ------------------------------------------------------------------------------ * Maintained at http://erikflowers.github.io/weather-icons * * License * ------------------------------------------------------------------------------ * - Font licensed under SIL OFL 1.1 - * http://scripts.sil.org/OFL * - CSS, LESS and SCSS are licensed under MIT License - * http://opensource.org/licenses/mit-license.html * - Documentation licensed under CC BY 3.0 - * http://creativecommons.org/licenses/by/3.0/ * - Inspired by and works great as a companion with Font Awesome * "Font Awesome by <NAME> - http://fontawesome.io" */ @font-face { font-family: "weathericons"; src: url("/fonts/weather-icons/weathericons-regular-webfont.eot"); src: url("/fonts/weather-icons/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/weather-icons/weathericons-regular-webfont.woff2") format("woff2"), url("/fonts/weather-icons/weathericons-regular-webfont.woff") format("woff"), url("/fonts/weather-icons/weathericons-regular-webfont.ttf") format("truetype"), url("/fonts/weather-icons/weathericons-regular-webfont.svg#weather_iconsregular") format("svg"); font-weight: normal; font-style: normal; } .wi { display: inline-block; font-family: "weathericons"; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wi-fw { width: 1.4em; text-align: center; } .wi-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .wi-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); transform: scale(1, -1); } .wi-day-sunny:before { content: "\F00D"; } .wi-day-cloudy:before { content: "\F002"; } .wi-day-cloudy-gusts:before { content: "\F000"; } .wi-day-cloudy-windy:before { content: "\F001"; } .wi-day-fog:before { content: "\F003"; } .wi-day-hail:before { content: "\F004"; } .wi-day-haze:before { content: "\F0B6"; } .wi-day-lightning:before { content: "\F005"; } .wi-day-rain:before { content: "\F008"; } .wi-day-rain-mix:before { content: "\F006"; } .wi-day-rain-wind:before { content: "\F007"; } .wi-day-showers:before { content: "\F009"; } .wi-day-sleet:before { content: "\F0B2"; } .wi-day-sleet-storm:before { content: "\F068"; } .wi-day-snow:before { content: "\F00A"; } .wi-day-snow-thunderstorm:before { content: "\F06B"; } .wi-day-snow-wind:before { content: "\F065"; } .wi-day-sprinkle:before { content: "\F00B"; } .wi-day-storm-showers:before { content: "\F00E"; } .wi-day-sunny-overcast:before { content: "\F00C"; } .wi-day-thunderstorm:before { content: "\F010"; } .wi-day-windy:before { content: "\F085"; } .wi-solar-eclipse:before { content: "\F06E"; } .wi-hot:before { content: "\F072"; } .wi-day-cloudy-high:before { content: "\F07D"; } .wi-day-light-wind:before { content: "\F0C4"; } .wi-night-clear:before { content: "\F02E"; } .wi-night-alt-cloudy:before { content: "\F086"; } .wi-night-alt-cloudy-gusts:before { content: "\F022"; } .wi-night-alt-cloudy-windy:before { content: "\F023"; } .wi-night-alt-hail:before { content: "\F024"; } .wi-night-alt-lightning:before { content: "\F025"; } .wi-night-alt-rain:before { content: "\F028"; } .wi-night-alt-rain-mix:before { content: "\F026"; } .wi-night-alt-rain-wind:before { content: "\F027"; } .wi-night-alt-showers:before { content: "\F029"; } .wi-night-alt-sleet:before { content: "\F0B4"; } .wi-night-alt-sleet-storm:before { content: "\F06A"; } .wi-night-alt-snow:before { content: "\F02A"; } .wi-night-alt-snow-thunderstorm:before { content: "\F06D"; } .wi-night-alt-snow-wind:before { content: "\F067"; } .wi-night-alt-sprinkle:before { content: "\F02B"; } .wi-night-alt-storm-showers:before { content: "\F02C"; } .wi-night-alt-thunderstorm:before { content: "\F02D"; } .wi-night-cloudy:before { content: "\F031"; } .wi-night-cloudy-gusts:before { content: "\F02F"; } .wi-night-cloudy-windy:before { content: "\F030"; } .wi-night-fog:before { content: "\F04A"; } .wi-night-hail:before { content: "\F032"; } .wi-night-lightning:before { content: "\F033"; } .wi-night-partly-cloudy:before { content: "\F083"; } .wi-night-rain:before { content: "\F036"; } .wi-night-rain-mix:before { content: "\F034"; } .wi-night-rain-wind:before { content: "\F035"; } .wi-night-showers:before { content: "\F037"; } .wi-night-sleet:before { content: "\F0B3"; } .wi-night-sleet-storm:before { content: "\F069"; } .wi-night-snow:before { content: "\F038"; } .wi-night-snow-thunderstorm:before { content: "\F06C"; } .wi-night-snow-wind:before { content: "\F066"; } .wi-night-sprinkle:before { content: "\F039"; } .wi-night-storm-showers:before { content: "\F03A"; } .wi-night-thunderstorm:before { content: "\F03B"; } .wi-lunar-eclipse:before { content: "\F070"; } .wi-stars:before { content: "\F077"; } .wi-storm-showers:before { content: "\F01D"; } .wi-thunderstorm:before { content: "\F01E"; } .wi-night-alt-cloudy-high:before { content: "\F07E"; } .wi-night-cloudy-high:before { content: "\F080"; } .wi-night-alt-partly-cloudy:before { content: "\F081"; } .wi-cloud:before { content: "\F041"; } .wi-cloudy:before { content: "\F013"; } .wi-cloudy-gusts:before { content: "\F011"; } .wi-cloudy-windy:before { content: "\F012"; } .wi-fog:before { content: "\F014"; } .wi-hail:before { content: "\F015"; } .wi-rain:before { content: "\F019"; } .wi-rain-mix:before { content: "\F017"; } .wi-rain-wind:before { content: "\F018"; } .wi-showers:before { content: "\F01A"; } .wi-sleet:before { content: "\F0B5"; } .wi-snow:before { content: "\F01B"; } .wi-sprinkle:before { content: "\F01C"; } .wi-storm-showers:before { content: "\F01D"; } .wi-thunderstorm:before { content: "\F01E"; } .wi-snow-wind:before { content: "\F064"; } .wi-snow:before { content: "\F01B"; } .wi-smog:before { content: "\F074"; } .wi-smoke:before { content: "\F062"; } .wi-lightning:before { content: "\F016"; } .wi-raindrops:before { content: "\F04E"; } .wi-raindrop:before { content: "\F078"; } .wi-dust:before { content: "\F063"; } .wi-snowflake-cold:before { content: "\F076"; } .wi-windy:before { content: "\F021"; } .wi-strong-wind:before { content: "\F050"; } .wi-sandstorm:before { content: "\F082"; } .wi-earthquake:before { content: "\F0C6"; } .wi-fire:before { content: "\F0C7"; } .wi-flood:before { content: "\F07C"; } .wi-meteor:before { content: "\F071"; } .wi-tsunami:before { content: "\F0C5"; } .wi-volcano:before { content: "\F0C8"; } .wi-hurricane:before { content: "\F073"; } .wi-tornado:before { content: "\F056"; } .wi-small-craft-advisory:before { content: "\F0CC"; } .wi-gale-warning:before { content: "\F0CD"; } .wi-storm-warning:before { content: "\F0CE"; } .wi-hurricane-warning:before { content: "\F0CF"; } .wi-wind-direction:before { content: "\F0B1"; } .wi-alien:before { content: "\F075"; } .wi-celsius:before { content: "\F03C"; } .wi-fahrenheit:before { content: "\F045"; } .wi-degrees:before { content: "\F042"; } .wi-thermometer:before { content: "\F055"; } .wi-thermometer-exterior:before { content: "\F053"; } .wi-thermometer-internal:before { content: "\F054"; } .wi-cloud-down:before { content: "\F03D"; } .wi-cloud-up:before { content: "\F040"; } .wi-cloud-refresh:before { content: "\F03E"; } .wi-horizon:before { content: "\F047"; } .wi-horizon-alt:before { content: "\F046"; } .wi-sunrise:before { content: "\F051"; } .wi-sunset:before { content: "\F052"; } .wi-moonrise:before { content: "\F0C9"; } .wi-moonset:before { content: "\F0CA"; } .wi-refresh:before { content: "\F04C"; } .wi-refresh-alt:before { content: "\F04B"; } .wi-umbrella:before { content: "\F084"; } .wi-barometer:before { content: "\F079"; } .wi-humidity:before { content: "\F07A"; } .wi-na:before { content: "\F07B"; } .wi-train:before { content: "\F0CB"; } .wi-moon-new:before { content: "\F095"; } .wi-moon-waxing-crescent-1:before { content: "\F096"; } .wi-moon-waxing-crescent-2:before { content: "\F097"; } .wi-moon-waxing-crescent-3:before { content: "\F098"; } .wi-moon-waxing-crescent-4:before { content: "\F099"; } .wi-moon-waxing-crescent-5:before { content: "\F09A"; } .wi-moon-waxing-crescent-6:before { content: "\F09B"; } .wi-moon-first-quarter:before { content: "\F09C"; } .wi-moon-waxing-gibbous-1:before { content: "\F09D"; } .wi-moon-waxing-gibbous-2:before { content: "\F09E"; } .wi-moon-waxing-gibbous-3:before { content: "\F09F"; } .wi-moon-waxing-gibbous-4:before { content: "\F0A0"; } .wi-moon-waxing-gibbous-5:before { content: "\F0A1"; } .wi-moon-waxing-gibbous-6:before { content: "\F0A2"; } .wi-moon-full:before { content: "\F0A3"; } .wi-moon-waning-gibbous-1:before { content: "\F0A4"; } .wi-moon-waning-gibbous-2:before { content: "\F0A5"; } .wi-moon-waning-gibbous-3:before { content: "\F0A6"; } .wi-moon-waning-gibbous-4:before { content: "\F0A7"; } .wi-moon-waning-gibbous-5:before { content: "\F0A8"; } .wi-moon-waning-gibbous-6:before { content: "\F0A9"; } .wi-moon-third-quarter:before { content: "\F0AA"; } .wi-moon-waning-crescent-1:before { content: "\F0AB"; } .wi-moon-waning-crescent-2:before { content: "\F0AC"; } .wi-moon-waning-crescent-3:before { content: "\F0AD"; } .wi-moon-waning-crescent-4:before { content: "\F0AE"; } .wi-moon-waning-crescent-5:before { content: "\F0AF"; } .wi-moon-waning-crescent-6:before { content: "\F0B0"; } .wi-moon-alt-new:before { content: "\F0EB"; } .wi-moon-alt-waxing-crescent-1:before { content: "\F0D0"; } .wi-moon-alt-waxing-crescent-2:before { content: "\F0D1"; } .wi-moon-alt-waxing-crescent-3:before { content: "\F0D2"; } .wi-moon-alt-waxing-crescent-4:before { content: "\F0D3"; } .wi-moon-alt-waxing-crescent-5:before { content: "\F0D4"; } .wi-moon-alt-waxing-crescent-6:before { content: "\F0D5"; } .wi-moon-alt-first-quarter:before { content: "\F0D6"; } .wi-moon-alt-waxing-gibbous-1:before { content: "\F0D7"; } .wi-moon-alt-waxing-gibbous-2:before { content: "\F0D8"; } .wi-moon-alt-waxing-gibbous-3:before { content: "\F0D9"; } .wi-moon-alt-waxing-gibbous-4:before { content: "\F0DA"; } .wi-moon-alt-waxing-gibbous-5:before { content: "\F0DB"; } .wi-moon-alt-waxing-gibbous-6:before { content: "\F0DC"; } .wi-moon-alt-full:before { content: "\F0DD"; } .wi-moon-alt-waning-gibbous-1:before { content: "\F0DE"; } .wi-moon-alt-waning-gibbous-2:before { content: "\F0DF"; } .wi-moon-alt-waning-gibbous-3:before { content: "\F0E0"; } .wi-moon-alt-waning-gibbous-4:before { content: "\F0E1"; } .wi-moon-alt-waning-gibbous-5:before { content: "\F0E2"; } .wi-moon-alt-waning-gibbous-6:before { content: "\F0E3"; } .wi-moon-alt-third-quarter:before { content: "\F0E4"; } .wi-moon-alt-waning-crescent-1:before { content: "\F0E5"; } .wi-moon-alt-waning-crescent-2:before { content: "\F0E6"; } .wi-moon-alt-waning-crescent-3:before { content: "\F0E7"; } .wi-moon-alt-waning-crescent-4:before { content: "\F0E8"; } .wi-moon-alt-waning-crescent-5:before { content: "\F0E9"; } .wi-moon-alt-waning-crescent-6:before { content: "\F0EA"; } .wi-moon-0:before { content: "\F095"; } .wi-moon-1:before { content: "\F096"; } .wi-moon-2:before { content: "\F097"; } .wi-moon-3:before { content: "\F098"; } .wi-moon-4:before { content: "\F099"; } .wi-moon-5:before { content: "\F09A"; } .wi-moon-6:before { content: "\F09B"; } .wi-moon-7:before { content: "\F09C"; } .wi-moon-8:before { content: "\F09D"; } .wi-moon-9:before { content: "\F09E"; } .wi-moon-10:before { content: "\F09F"; } .wi-moon-11:before { content: "\F0A0"; } .wi-moon-12:before { content: "\F0A1"; } .wi-moon-13:before { content: "\F0A2"; } .wi-moon-14:before { content: "\F0A3"; } .wi-moon-15:before { content: "\F0A4"; } .wi-moon-16:before { content: "\F0A5"; } .wi-moon-17:before { content: "\F0A6"; } .wi-moon-18:before { content: "\F0A7"; } .wi-moon-19:before { content: "\F0A8"; } .wi-moon-20:before { content: "\F0A9"; } .wi-moon-21:before { content: "\F0AA"; } .wi-moon-22:before { content: "\F0AB"; } .wi-moon-23:before { content: "\F0AC"; } .wi-moon-24:before { content: "\F0AD"; } .wi-moon-25:before { content: "\F0AE"; } .wi-moon-26:before { content: "\F0AF"; } .wi-moon-27:before { content: "\F0B0"; } .wi-time-1:before { content: "\F08A"; } .wi-time-2:before { content: "\F08B"; } .wi-time-3:before { content: "\F08C"; } .wi-time-4:before { content: "\F08D"; } .wi-time-5:before { content: "\F08E"; } .wi-time-6:before { content: "\F08F"; } .wi-time-7:before { content: "\F090"; } .wi-time-8:before { content: "\F091"; } .wi-time-9:before { content: "\F092"; } .wi-time-10:before { content: "\F093"; } .wi-time-11:before { content: "\F094"; } .wi-time-12:before { content: "\F089"; } .wi-direction-up:before { content: "\F058"; } .wi-direction-up-right:before { content: "\F057"; } .wi-direction-right:before { content: "\F04D"; } .wi-direction-down-right:before { content: "\F088"; } .wi-direction-down:before { content: "\F044"; } .wi-direction-down-left:before { content: "\F043"; } .wi-direction-left:before { content: "\F048"; } .wi-direction-up-left:before { content: "\F087"; } .wi-wind-beaufort-0:before { content: "\F0B7"; } .wi-wind-beaufort-1:before { content: "\F0B8"; } .wi-wind-beaufort-2:before { content: "\F0B9"; } .wi-wind-beaufort-3:before { content: "\F0BA"; } .wi-wind-beaufort-4:before { content: "\F0BB"; } .wi-wind-beaufort-5:before { content: "\F0BC"; } .wi-wind-beaufort-6:before { content: "\F0BD"; } .wi-wind-beaufort-7:before { content: "\F0BE"; } .wi-wind-beaufort-8:before { content: "\F0BF"; } .wi-wind-beaufort-9:before { content: "\F0C0"; } .wi-wind-beaufort-10:before { content: "\F0C1"; } .wi-wind-beaufort-11:before { content: "\F0C2"; } .wi-wind-beaufort-12:before { content: "\F0C3"; } @font-face { font-family: "weathericons"; src: url("/fonts/weather-icons/weathericons-regular-webfont.eot"); src: url("/fonts/weather-icons/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/weather-icons/weathericons-regular-webfont.woff2") format("woff2"), url("/fonts/weather-icons/weathericons-regular-webfont.woff") format("woff"), url("/fonts/weather-icons/weathericons-regular-webfont.ttf") format("truetype"), url("/fonts/weather-icons/weathericons-regular-webfont.svg#weather_iconsregular") format("svg"); font-weight: normal; font-style: normal; } .wi { display: inline-block; font-family: "weathericons"; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wi-fw { width: 1.4em; text-align: center; } .wi-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .wi-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); transform: scale(1, -1); } .wi-wind:before { content: "\F0B1"; } .wi-wind.towards-0-deg, .wi-wind-towards-n { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.towards-1-deg { -webkit-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.towards-2-deg { -webkit-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.towards-3-deg { -webkit-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.towards-4-deg { -webkit-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.towards-5-deg { -webkit-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.towards-6-deg { -webkit-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.towards-7-deg { -webkit-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.towards-8-deg { -webkit-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.towards-9-deg { -webkit-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.towards-10-deg { -webkit-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.towards-11-deg { -webkit-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.towards-12-deg { -webkit-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.towards-13-deg { -webkit-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.towards-14-deg { -webkit-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.towards-15-deg { -webkit-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.towards-16-deg { -webkit-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.towards-17-deg { -webkit-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.towards-18-deg { -webkit-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.towards-19-deg { -webkit-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.towards-20-deg { -webkit-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.towards-21-deg { -webkit-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.towards-22-deg { -webkit-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.towards-23-deg { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.towards-24-deg { -webkit-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.towards-25-deg { -webkit-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.towards-26-deg { -webkit-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.towards-27-deg { -webkit-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.towards-28-deg { -webkit-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.towards-29-deg { -webkit-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.towards-30-deg { -webkit-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.towards-31-deg { -webkit-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.towards-32-deg { -webkit-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.towards-33-deg { -webkit-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.towards-34-deg { -webkit-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.towards-35-deg { -webkit-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.towards-36-deg { -webkit-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.towards-37-deg { -webkit-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.towards-38-deg { -webkit-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.towards-39-deg { -webkit-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.towards-40-deg { -webkit-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.towards-41-deg { -webkit-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.towards-42-deg { -webkit-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.towards-43-deg { -webkit-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.towards-44-deg { -webkit-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.towards-45-deg { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.towards-46-deg { -webkit-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.towards-47-deg { -webkit-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.towards-48-deg { -webkit-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.towards-49-deg { -webkit-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.towards-50-deg { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.towards-51-deg { -webkit-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.towards-52-deg { -webkit-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.towards-53-deg { -webkit-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.towards-54-deg { -webkit-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.towards-55-deg { -webkit-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.towards-56-deg { -webkit-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.towards-57-deg { -webkit-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.towards-58-deg { -webkit-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.towards-59-deg { -webkit-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.towards-60-deg { -webkit-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.towards-61-deg { -webkit-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.towards-62-deg { -webkit-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.towards-63-deg { -webkit-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.towards-64-deg { -webkit-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.towards-65-deg { -webkit-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.towards-66-deg { -webkit-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.towards-67-deg { -webkit-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.towards-68-deg { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.towards-69-deg { -webkit-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.towards-70-deg { -webkit-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.towards-71-deg { -webkit-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.towards-72-deg { -webkit-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.towards-73-deg { -webkit-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.towards-74-deg { -webkit-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.towards-75-deg { -webkit-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.towards-76-deg { -webkit-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.towards-77-deg { -webkit-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.towards-78-deg { -webkit-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.towards-79-deg { -webkit-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.towards-80-deg { -webkit-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.towards-81-deg { -webkit-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.towards-82-deg { -webkit-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.towards-83-deg { -webkit-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.towards-84-deg { -webkit-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.towards-85-deg { -webkit-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.towards-86-deg { -webkit-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.towards-87-deg { -webkit-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.towards-88-deg { -webkit-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.towards-89-deg { -webkit-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.towards-90-deg { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.towards-91-deg { -webkit-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.towards-92-deg { -webkit-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.towards-93-deg { -webkit-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.towards-94-deg { -webkit-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.towards-95-deg { -webkit-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.towards-96-deg { -webkit-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.towards-97-deg { -webkit-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.towards-98-deg { -webkit-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.towards-99-deg { -webkit-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.towards-100-deg { -webkit-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.towards-101-deg { -webkit-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.towards-102-deg { -webkit-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.towards-103-deg { -webkit-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.towards-104-deg { -webkit-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.towards-105-deg { -webkit-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.towards-106-deg { -webkit-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.towards-107-deg { -webkit-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.towards-108-deg { -webkit-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.towards-109-deg { -webkit-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.towards-110-deg { -webkit-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.towards-111-deg { -webkit-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.towards-112-deg { -webkit-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.towards-113-deg { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.towards-114-deg { -webkit-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.towards-115-deg { -webkit-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.towards-116-deg { -webkit-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.towards-117-deg { -webkit-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.towards-118-deg { -webkit-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.towards-119-deg { -webkit-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.towards-120-deg { -webkit-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.towards-121-deg { -webkit-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.towards-122-deg { -webkit-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.towards-123-deg { -webkit-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.towards-124-deg { -webkit-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.towards-125-deg { -webkit-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.towards-126-deg { -webkit-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.towards-127-deg { -webkit-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.towards-128-deg { -webkit-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.towards-129-deg { -webkit-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.towards-130-deg { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.towards-131-deg { -webkit-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.towards-132-deg { -webkit-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.towards-133-deg { -webkit-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.towards-134-deg { -webkit-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.towards-135-deg { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.towards-136-deg { -webkit-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.towards-137-deg { -webkit-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.towards-138-deg { -webkit-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.towards-139-deg { -webkit-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.towards-140-deg { -webkit-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.towards-141-deg { -webkit-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.towards-142-deg { -webkit-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.towards-143-deg { -webkit-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.towards-144-deg { -webkit-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.towards-145-deg { -webkit-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.towards-146-deg { -webkit-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.towards-147-deg { -webkit-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.towards-148-deg { -webkit-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.towards-149-deg { -webkit-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.towards-150-deg { -webkit-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.towards-151-deg { -webkit-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.towards-152-deg { -webkit-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.towards-153-deg { -webkit-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.towards-154-deg { -webkit-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.towards-155-deg { -webkit-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.towards-156-deg { -webkit-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.towards-157-deg { -webkit-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.towards-158-deg { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.towards-159-deg { -webkit-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.towards-160-deg { -webkit-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.towards-161-deg { -webkit-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.towards-162-deg { -webkit-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.towards-163-deg { -webkit-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.towards-164-deg { -webkit-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.towards-165-deg { -webkit-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.towards-166-deg { -webkit-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.towards-167-deg { -webkit-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.towards-168-deg { -webkit-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.towards-169-deg { -webkit-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.towards-170-deg { -webkit-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.towards-171-deg { -webkit-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.towards-172-deg { -webkit-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.towards-173-deg { -webkit-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.towards-174-deg { -webkit-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.towards-175-deg { -webkit-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.towards-176-deg { -webkit-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.towards-177-deg { -webkit-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.towards-178-deg { -webkit-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.towards-179-deg { -webkit-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.towards-180-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.towards-181-deg { -webkit-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.towards-182-deg { -webkit-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.towards-183-deg { -webkit-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.towards-184-deg { -webkit-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.towards-185-deg { -webkit-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.towards-186-deg { -webkit-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.towards-187-deg { -webkit-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.towards-188-deg { -webkit-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.towards-189-deg { -webkit-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.towards-190-deg { -webkit-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.towards-191-deg { -webkit-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.towards-192-deg { -webkit-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.towards-193-deg { -webkit-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.towards-194-deg { -webkit-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.towards-195-deg { -webkit-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.towards-196-deg { -webkit-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.towards-197-deg { -webkit-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.towards-198-deg { -webkit-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.towards-199-deg { -webkit-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.towards-200-deg { -webkit-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.towards-201-deg { -webkit-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.towards-202-deg { -webkit-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.towards-203-deg { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.towards-204-deg { -webkit-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.towards-205-deg { -webkit-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.towards-206-deg { -webkit-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.towards-207-deg { -webkit-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.towards-208-deg { -webkit-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.towards-209-deg { -webkit-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.towards-210-deg { -webkit-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.towards-211-deg { -webkit-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.towards-212-deg { -webkit-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.towards-213-deg { -webkit-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.towards-214-deg { -webkit-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.towards-215-deg { -webkit-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.towards-216-deg { -webkit-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.towards-217-deg { -webkit-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.towards-218-deg { -webkit-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.towards-219-deg { -webkit-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.towards-220-deg { -webkit-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.towards-221-deg { -webkit-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.towards-222-deg { -webkit-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.towards-223-deg { -webkit-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.towards-224-deg { -webkit-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.towards-225-deg { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.towards-226-deg { -webkit-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.towards-227-deg { -webkit-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.towards-228-deg { -webkit-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.towards-229-deg { -webkit-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.towards-230-deg { -webkit-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.towards-231-deg { -webkit-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.towards-232-deg { -webkit-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.towards-233-deg { -webkit-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.towards-234-deg { -webkit-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.towards-235-deg { -webkit-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.towards-236-deg { -webkit-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.towards-237-deg { -webkit-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.towards-238-deg { -webkit-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.towards-239-deg { -webkit-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.towards-240-deg { -webkit-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.towards-241-deg { -webkit-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.towards-242-deg { -webkit-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.towards-243-deg { -webkit-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.towards-244-deg { -webkit-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.towards-245-deg { -webkit-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.towards-246-deg { -webkit-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.towards-247-deg { -webkit-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.towards-248-deg { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.towards-249-deg { -webkit-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.towards-250-deg { -webkit-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.towards-251-deg { -webkit-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.towards-252-deg { -webkit-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.towards-253-deg { -webkit-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.towards-254-deg { -webkit-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.towards-255-deg { -webkit-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.towards-256-deg { -webkit-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.towards-257-deg { -webkit-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.towards-258-deg { -webkit-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.towards-259-deg { -webkit-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.towards-260-deg { -webkit-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.towards-261-deg { -webkit-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.towards-262-deg { -webkit-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.towards-263-deg { -webkit-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.towards-264-deg { -webkit-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.towards-265-deg { -webkit-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.towards-266-deg { -webkit-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.towards-267-deg { -webkit-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.towards-268-deg { -webkit-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.towards-269-deg { -webkit-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.towards-270-deg { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.towards-271-deg { -webkit-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.towards-272-deg { -webkit-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.towards-273-deg { -webkit-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.towards-274-deg { -webkit-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.towards-275-deg { -webkit-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.towards-276-deg { -webkit-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.towards-277-deg { -webkit-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.towards-278-deg { -webkit-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.towards-279-deg { -webkit-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.towards-280-deg { -webkit-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.towards-281-deg { -webkit-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.towards-282-deg { -webkit-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.towards-283-deg { -webkit-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.towards-284-deg { -webkit-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.towards-285-deg { -webkit-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.towards-286-deg { -webkit-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.towards-287-deg { -webkit-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.towards-288-deg { -webkit-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.towards-289-deg { -webkit-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.towards-290-deg { -webkit-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.towards-291-deg { -webkit-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.towards-292-deg { -webkit-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.towards-293-deg { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.towards-294-deg { -webkit-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.towards-295-deg { -webkit-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.towards-296-deg { -webkit-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.towards-297-deg { -webkit-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.towards-298-deg { -webkit-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.towards-299-deg { -webkit-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.towards-300-deg { -webkit-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.towards-301-deg { -webkit-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.towards-302-deg { -webkit-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.towards-303-deg { -webkit-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.towards-304-deg { -webkit-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.towards-305-deg { -webkit-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.towards-306-deg { -webkit-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.towards-307-deg { -webkit-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.towards-308-deg { -webkit-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.towards-309-deg { -webkit-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.towards-310-deg { -webkit-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.towards-311-deg { -webkit-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.towards-312-deg { -webkit-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.towards-313-deg { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.towards-314-deg { -webkit-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.towards-315-deg { -webkit-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.towards-316-deg { -webkit-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.towards-317-deg { -webkit-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.towards-318-deg { -webkit-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.towards-319-deg { -webkit-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.towards-320-deg { -webkit-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.towards-321-deg { -webkit-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.towards-322-deg { -webkit-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.towards-323-deg { -webkit-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.towards-324-deg { -webkit-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.towards-325-deg { -webkit-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.towards-326-deg { -webkit-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.towards-327-deg { -webkit-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.towards-328-deg { -webkit-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.towards-329-deg { -webkit-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.towards-330-deg { -webkit-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.towards-331-deg { -webkit-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.towards-332-deg { -webkit-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.towards-333-deg { -webkit-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.towards-334-deg { -webkit-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.towards-335-deg { -webkit-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.towards-336-deg { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.towards-337-deg { -webkit-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.towards-338-deg { -webkit-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.towards-339-deg { -webkit-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.towards-340-deg { -webkit-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.towards-341-deg { -webkit-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.towards-342-deg { -webkit-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.towards-343-deg { -webkit-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.towards-344-deg { -webkit-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.towards-345-deg { -webkit-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.towards-346-deg { -webkit-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.towards-347-deg { -webkit-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.towards-348-deg { -webkit-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.towards-349-deg { -webkit-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.towards-350-deg { -webkit-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.towards-351-deg { -webkit-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.towards-352-deg { -webkit-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.towards-353-deg { -webkit-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.towards-354-deg { -webkit-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.towards-355-deg { -webkit-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.towards-356-deg { -webkit-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.towards-357-deg { -webkit-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.towards-358-deg { -webkit-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.towards-359-deg { -webkit-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.towards-360-deg { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-0-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.from-1-deg { -webkit-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.from-2-deg { -webkit-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.from-3-deg { -webkit-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.from-4-deg { -webkit-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.from-5-deg { -webkit-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.from-6-deg { -webkit-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.from-7-deg { -webkit-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.from-8-deg { -webkit-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.from-9-deg { -webkit-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.from-10-deg { -webkit-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.from-11-deg { -webkit-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.from-12-deg { -webkit-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.from-13-deg { -webkit-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.from-14-deg { -webkit-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.from-15-deg { -webkit-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.from-16-deg { -webkit-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.from-17-deg { -webkit-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.from-18-deg { -webkit-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.from-19-deg { -webkit-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.from-20-deg { -webkit-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.from-21-deg { -webkit-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.from-22-deg { -webkit-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.from-23-deg { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.from-24-deg { -webkit-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.from-25-deg { -webkit-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.from-26-deg { -webkit-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.from-27-deg { -webkit-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.from-28-deg { -webkit-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.from-29-deg { -webkit-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.from-30-deg { -webkit-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.from-31-deg { -webkit-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.from-32-deg { -webkit-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.from-33-deg { -webkit-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.from-34-deg { -webkit-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.from-35-deg { -webkit-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.from-36-deg { -webkit-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.from-37-deg { -webkit-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.from-38-deg { -webkit-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.from-39-deg { -webkit-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.from-40-deg { -webkit-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.from-41-deg { -webkit-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.from-42-deg { -webkit-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.from-43-deg { -webkit-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.from-44-deg { -webkit-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.from-45-deg { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.from-46-deg { -webkit-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.from-47-deg { -webkit-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.from-48-deg { -webkit-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.from-49-deg { -webkit-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.from-50-deg { -webkit-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.from-51-deg { -webkit-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.from-52-deg { -webkit-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.from-53-deg { -webkit-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.from-54-deg { -webkit-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.from-55-deg { -webkit-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.from-56-deg { -webkit-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.from-57-deg { -webkit-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.from-58-deg { -webkit-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.from-59-deg { -webkit-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.from-60-deg { -webkit-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.from-61-deg { -webkit-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.from-62-deg { -webkit-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.from-63-deg { -webkit-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.from-64-deg { -webkit-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.from-65-deg { -webkit-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.from-66-deg { -webkit-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.from-67-deg { -webkit-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.from-68-deg { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.from-69-deg { -webkit-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.from-70-deg { -webkit-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.from-71-deg { -webkit-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.from-72-deg { -webkit-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.from-73-deg { -webkit-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.from-74-deg { -webkit-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.from-75-deg { -webkit-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.from-76-deg { -webkit-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.from-77-deg { -webkit-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.from-78-deg { -webkit-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.from-79-deg { -webkit-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.from-80-deg { -webkit-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.from-81-deg { -webkit-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.from-82-deg { -webkit-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.from-83-deg { -webkit-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.from-84-deg { -webkit-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.from-85-deg { -webkit-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.from-86-deg { -webkit-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.from-87-deg { -webkit-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.from-88-deg { -webkit-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.from-89-deg { -webkit-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.from-90-deg { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.from-91-deg { -webkit-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.from-92-deg { -webkit-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.from-93-deg { -webkit-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.from-94-deg { -webkit-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.from-95-deg { -webkit-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.from-96-deg { -webkit-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.from-97-deg { -webkit-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.from-98-deg { -webkit-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.from-99-deg { -webkit-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.from-100-deg { -webkit-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.from-101-deg { -webkit-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.from-102-deg { -webkit-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.from-103-deg { -webkit-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.from-104-deg { -webkit-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.from-105-deg { -webkit-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.from-106-deg { -webkit-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.from-107-deg { -webkit-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.from-108-deg { -webkit-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.from-109-deg { -webkit-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.from-110-deg { -webkit-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.from-111-deg { -webkit-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.from-112-deg { -webkit-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.from-113-deg { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.from-114-deg { -webkit-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.from-115-deg { -webkit-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.from-116-deg { -webkit-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.from-117-deg { -webkit-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.from-118-deg { -webkit-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.from-119-deg { -webkit-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.from-120-deg { -webkit-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.from-121-deg { -webkit-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.from-122-deg { -webkit-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.from-123-deg { -webkit-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.from-124-deg { -webkit-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.from-125-deg { -webkit-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.from-126-deg { -webkit-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.from-127-deg { -webkit-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.from-128-deg { -webkit-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.from-129-deg { -webkit-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.from-130-deg { -webkit-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.from-131-deg { -webkit-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.from-132-deg { -webkit-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.from-133-deg { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.from-134-deg { -webkit-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.from-135-deg { -webkit-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.from-136-deg { -webkit-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.from-137-deg { -webkit-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.from-138-deg { -webkit-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.from-139-deg { -webkit-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.from-140-deg { -webkit-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.from-141-deg { -webkit-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.from-142-deg { -webkit-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.from-143-deg { -webkit-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.from-144-deg { -webkit-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.from-145-deg { -webkit-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.from-146-deg { -webkit-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.from-147-deg { -webkit-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.from-148-deg { -webkit-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.from-149-deg { -webkit-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.from-150-deg { -webkit-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.from-151-deg { -webkit-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.from-152-deg { -webkit-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.from-153-deg { -webkit-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.from-154-deg { -webkit-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.from-155-deg { -webkit-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.from-156-deg { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.from-157-deg { -webkit-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.from-158-deg { -webkit-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.from-159-deg { -webkit-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.from-160-deg { -webkit-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.from-161-deg { -webkit-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.from-162-deg { -webkit-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.from-163-deg { -webkit-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.from-164-deg { -webkit-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.from-165-deg { -webkit-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.from-166-deg { -webkit-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.from-167-deg { -webkit-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.from-168-deg { -webkit-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.from-169-deg { -webkit-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.from-170-deg { -webkit-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.from-171-deg { -webkit-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.from-172-deg { -webkit-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.from-173-deg { -webkit-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.from-174-deg { -webkit-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.from-175-deg { -webkit-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.from-176-deg { -webkit-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.from-177-deg { -webkit-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.from-178-deg { -webkit-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.from-179-deg { -webkit-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.from-180-deg { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-181-deg { -webkit-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.from-182-deg { -webkit-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.from-183-deg { -webkit-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.from-184-deg { -webkit-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.from-185-deg { -webkit-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.from-186-deg { -webkit-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.from-187-deg { -webkit-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.from-188-deg { -webkit-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.from-189-deg { -webkit-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.from-190-deg { -webkit-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.from-191-deg { -webkit-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.from-192-deg { -webkit-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.from-193-deg { -webkit-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.from-194-deg { -webkit-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.from-195-deg { -webkit-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.from-196-deg { -webkit-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.from-197-deg { -webkit-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.from-198-deg { -webkit-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.from-199-deg { -webkit-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.from-200-deg { -webkit-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.from-201-deg { -webkit-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.from-202-deg { -webkit-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.from-203-deg { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.from-204-deg { -webkit-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.from-205-deg { -webkit-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.from-206-deg { -webkit-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.from-207-deg { -webkit-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.from-208-deg { -webkit-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.from-209-deg { -webkit-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.from-210-deg { -webkit-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.from-211-deg { -webkit-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.from-212-deg { -webkit-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.from-213-deg { -webkit-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.from-214-deg { -webkit-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.from-215-deg { -webkit-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.from-216-deg { -webkit-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.from-217-deg { -webkit-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.from-218-deg { -webkit-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.from-219-deg { -webkit-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.from-220-deg { -webkit-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.from-221-deg { -webkit-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.from-222-deg { -webkit-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.from-223-deg { -webkit-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.from-224-deg { -webkit-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.from-225-deg { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.from-226-deg { -webkit-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.from-227-deg { -webkit-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.from-228-deg { -webkit-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.from-229-deg { -webkit-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.from-230-deg { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.from-231-deg { -webkit-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.from-232-deg { -webkit-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.from-233-deg { -webkit-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.from-234-deg { -webkit-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.from-235-deg { -webkit-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.from-236-deg { -webkit-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.from-237-deg { -webkit-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.from-238-deg { -webkit-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.from-239-deg { -webkit-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.from-240-deg { -webkit-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.from-241-deg { -webkit-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.from-242-deg { -webkit-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.from-243-deg { -webkit-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.from-244-deg { -webkit-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.from-245-deg { -webkit-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.from-246-deg { -webkit-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.from-247-deg { -webkit-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.from-248-deg { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.from-249-deg { -webkit-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.from-250-deg { -webkit-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.from-251-deg { -webkit-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.from-252-deg { -webkit-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.from-253-deg { -webkit-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.from-254-deg { -webkit-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.from-255-deg { -webkit-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.from-256-deg { -webkit-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.from-257-deg { -webkit-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.from-258-deg { -webkit-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.from-259-deg { -webkit-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.from-260-deg { -webkit-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.from-261-deg { -webkit-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.from-262-deg { -webkit-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.from-263-deg { -webkit-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.from-264-deg { -webkit-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.from-265-deg { -webkit-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.from-266-deg { -webkit-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.from-267-deg { -webkit-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.from-268-deg { -webkit-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.from-269-deg { -webkit-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.from-270-deg { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.from-271-deg { -webkit-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.from-272-deg { -webkit-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.from-273-deg { -webkit-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.from-274-deg { -webkit-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.from-275-deg { -webkit-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.from-276-deg { -webkit-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.from-277-deg { -webkit-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.from-278-deg { -webkit-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.from-279-deg { -webkit-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.from-280-deg { -webkit-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.from-281-deg { -webkit-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.from-282-deg { -webkit-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.from-283-deg { -webkit-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.from-284-deg { -webkit-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.from-285-deg { -webkit-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.from-286-deg { -webkit-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.from-287-deg { -webkit-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.from-288-deg { -webkit-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.from-289-deg { -webkit-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.from-290-deg { -webkit-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.from-291-deg { -webkit-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.from-292-deg { -webkit-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.from-293-deg { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.from-294-deg { -webkit-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.from-295-deg { -webkit-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.from-296-deg { -webkit-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.from-297-deg { -webkit-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.from-298-deg { -webkit-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.from-299-deg { -webkit-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.from-300-deg { -webkit-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.from-301-deg { -webkit-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.from-302-deg { -webkit-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.from-303-deg { -webkit-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.from-304-deg { -webkit-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.from-305-deg { -webkit-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.from-306-deg { -webkit-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.from-307-deg { -webkit-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.from-308-deg { -webkit-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.from-309-deg { -webkit-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.from-310-deg { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.from-311-deg { -webkit-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.from-312-deg { -webkit-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.from-313-deg { -webkit-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.from-314-deg { -webkit-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.from-315-deg { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.from-316-deg { -webkit-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.from-317-deg { -webkit-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.from-318-deg { -webkit-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.from-319-deg { -webkit-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.from-320-deg { -webkit-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.from-321-deg { -webkit-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.from-322-deg { -webkit-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.from-323-deg { -webkit-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.from-324-deg { -webkit-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.from-325-deg { -webkit-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.from-326-deg { -webkit-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.from-327-deg { -webkit-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.from-328-deg { -webkit-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.from-329-deg { -webkit-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.from-330-deg { -webkit-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.from-331-deg { -webkit-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.from-332-deg { -webkit-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.from-333-deg { -webkit-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.from-334-deg { -webkit-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.from-335-deg { -webkit-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.from-336-deg { -webkit-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.from-337-deg { -webkit-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.from-338-deg { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.from-339-deg { -webkit-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.from-340-deg { -webkit-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.from-341-deg { -webkit-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.from-342-deg { -webkit-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.from-343-deg { -webkit-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.from-344-deg { -webkit-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.from-345-deg { -webkit-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.from-346-deg { -webkit-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.from-347-deg { -webkit-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.from-348-deg { -webkit-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.from-349-deg { -webkit-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.from-350-deg { -webkit-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.from-351-deg { -webkit-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.from-352-deg { -webkit-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.from-353-deg { -webkit-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.from-354-deg { -webkit-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.from-355-deg { -webkit-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.from-356-deg { -webkit-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.from-357-deg { -webkit-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.from-358-deg { -webkit-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.from-359-deg { -webkit-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.from-360-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.towards-0-deg, .wi-wind-towards-n { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.towards-1-deg { -webkit-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.towards-2-deg { -webkit-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.towards-3-deg { -webkit-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.towards-4-deg { -webkit-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.towards-5-deg { -webkit-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.towards-6-deg { -webkit-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.towards-7-deg { -webkit-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.towards-8-deg { -webkit-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.towards-9-deg { -webkit-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.towards-10-deg { -webkit-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.towards-11-deg { -webkit-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.towards-12-deg { -webkit-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.towards-13-deg { -webkit-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.towards-14-deg { -webkit-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.towards-15-deg { -webkit-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.towards-16-deg { -webkit-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.towards-17-deg { -webkit-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.towards-18-deg { -webkit-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.towards-19-deg { -webkit-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.towards-20-deg { -webkit-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.towards-21-deg { -webkit-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.towards-22-deg { -webkit-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.towards-23-deg { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.towards-24-deg { -webkit-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.towards-25-deg { -webkit-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.towards-26-deg { -webkit-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.towards-27-deg { -webkit-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.towards-28-deg { -webkit-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.towards-29-deg { -webkit-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.towards-30-deg { -webkit-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.towards-31-deg { -webkit-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.towards-32-deg { -webkit-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.towards-33-deg { -webkit-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.towards-34-deg { -webkit-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.towards-35-deg { -webkit-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.towards-36-deg { -webkit-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.towards-37-deg { -webkit-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.towards-38-deg { -webkit-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.towards-39-deg { -webkit-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.towards-40-deg { -webkit-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.towards-41-deg { -webkit-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.towards-42-deg { -webkit-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.towards-43-deg { -webkit-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.towards-44-deg { -webkit-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.towards-45-deg { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.towards-46-deg { -webkit-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.towards-47-deg { -webkit-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.towards-48-deg { -webkit-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.towards-49-deg { -webkit-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.towards-50-deg { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.towards-51-deg { -webkit-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.towards-52-deg { -webkit-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.towards-53-deg { -webkit-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.towards-54-deg { -webkit-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.towards-55-deg { -webkit-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.towards-56-deg { -webkit-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.towards-57-deg { -webkit-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.towards-58-deg { -webkit-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.towards-59-deg { -webkit-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.towards-60-deg { -webkit-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.towards-61-deg { -webkit-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.towards-62-deg { -webkit-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.towards-63-deg { -webkit-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.towards-64-deg { -webkit-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.towards-65-deg { -webkit-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.towards-66-deg { -webkit-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.towards-67-deg { -webkit-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.towards-68-deg { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.towards-69-deg { -webkit-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.towards-70-deg { -webkit-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.towards-71-deg { -webkit-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.towards-72-deg { -webkit-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.towards-73-deg { -webkit-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.towards-74-deg { -webkit-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.towards-75-deg { -webkit-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.towards-76-deg { -webkit-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.towards-77-deg { -webkit-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.towards-78-deg { -webkit-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.towards-79-deg { -webkit-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.towards-80-deg { -webkit-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.towards-81-deg { -webkit-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.towards-82-deg { -webkit-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.towards-83-deg { -webkit-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.towards-84-deg { -webkit-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.towards-85-deg { -webkit-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.towards-86-deg { -webkit-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.towards-87-deg { -webkit-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.towards-88-deg { -webkit-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.towards-89-deg { -webkit-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.towards-90-deg { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.towards-91-deg { -webkit-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.towards-92-deg { -webkit-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.towards-93-deg { -webkit-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.towards-94-deg { -webkit-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.towards-95-deg { -webkit-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.towards-96-deg { -webkit-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.towards-97-deg { -webkit-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.towards-98-deg { -webkit-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.towards-99-deg { -webkit-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.towards-100-deg { -webkit-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.towards-101-deg { -webkit-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.towards-102-deg { -webkit-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.towards-103-deg { -webkit-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.towards-104-deg { -webkit-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.towards-105-deg { -webkit-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.towards-106-deg { -webkit-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.towards-107-deg { -webkit-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.towards-108-deg { -webkit-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.towards-109-deg { -webkit-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.towards-110-deg { -webkit-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.towards-111-deg { -webkit-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.towards-112-deg { -webkit-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.towards-113-deg { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.towards-114-deg { -webkit-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.towards-115-deg { -webkit-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.towards-116-deg { -webkit-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.towards-117-deg { -webkit-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.towards-118-deg { -webkit-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.towards-119-deg { -webkit-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.towards-120-deg { -webkit-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.towards-121-deg { -webkit-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.towards-122-deg { -webkit-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.towards-123-deg { -webkit-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.towards-124-deg { -webkit-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.towards-125-deg { -webkit-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.towards-126-deg { -webkit-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.towards-127-deg { -webkit-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.towards-128-deg { -webkit-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.towards-129-deg { -webkit-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.towards-130-deg { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.towards-131-deg { -webkit-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.towards-132-deg { -webkit-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.towards-133-deg { -webkit-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.towards-134-deg { -webkit-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.towards-135-deg { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.towards-136-deg { -webkit-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.towards-137-deg { -webkit-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.towards-138-deg { -webkit-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.towards-139-deg { -webkit-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.towards-140-deg { -webkit-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.towards-141-deg { -webkit-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.towards-142-deg { -webkit-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.towards-143-deg { -webkit-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.towards-144-deg { -webkit-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.towards-145-deg { -webkit-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.towards-146-deg { -webkit-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.towards-147-deg { -webkit-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.towards-148-deg { -webkit-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.towards-149-deg { -webkit-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.towards-150-deg { -webkit-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.towards-151-deg { -webkit-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.towards-152-deg { -webkit-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.towards-153-deg { -webkit-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.towards-154-deg { -webkit-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.towards-155-deg { -webkit-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.towards-156-deg { -webkit-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.towards-157-deg { -webkit-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.towards-158-deg { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.towards-159-deg { -webkit-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.towards-160-deg { -webkit-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.towards-161-deg { -webkit-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.towards-162-deg { -webkit-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.towards-163-deg { -webkit-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.towards-164-deg { -webkit-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.towards-165-deg { -webkit-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.towards-166-deg { -webkit-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.towards-167-deg { -webkit-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.towards-168-deg { -webkit-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.towards-169-deg { -webkit-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.towards-170-deg { -webkit-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.towards-171-deg { -webkit-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.towards-172-deg { -webkit-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.towards-173-deg { -webkit-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.towards-174-deg { -webkit-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.towards-175-deg { -webkit-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.towards-176-deg { -webkit-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.towards-177-deg { -webkit-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.towards-178-deg { -webkit-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.towards-179-deg { -webkit-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.towards-180-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.towards-181-deg { -webkit-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.towards-182-deg { -webkit-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.towards-183-deg { -webkit-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.towards-184-deg { -webkit-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.towards-185-deg { -webkit-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.towards-186-deg { -webkit-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.towards-187-deg { -webkit-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.towards-188-deg { -webkit-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.towards-189-deg { -webkit-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.towards-190-deg { -webkit-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.towards-191-deg { -webkit-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.towards-192-deg { -webkit-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.towards-193-deg { -webkit-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.towards-194-deg { -webkit-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.towards-195-deg { -webkit-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.towards-196-deg { -webkit-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.towards-197-deg { -webkit-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.towards-198-deg { -webkit-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.towards-199-deg { -webkit-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.towards-200-deg { -webkit-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.towards-201-deg { -webkit-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.towards-202-deg { -webkit-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.towards-203-deg { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.towards-204-deg { -webkit-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.towards-205-deg { -webkit-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.towards-206-deg { -webkit-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.towards-207-deg { -webkit-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.towards-208-deg { -webkit-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.towards-209-deg { -webkit-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.towards-210-deg { -webkit-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.towards-211-deg { -webkit-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.towards-212-deg { -webkit-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.towards-213-deg { -webkit-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.towards-214-deg { -webkit-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.towards-215-deg { -webkit-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.towards-216-deg { -webkit-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.towards-217-deg { -webkit-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.towards-218-deg { -webkit-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.towards-219-deg { -webkit-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.towards-220-deg { -webkit-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.towards-221-deg { -webkit-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.towards-222-deg { -webkit-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.towards-223-deg { -webkit-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.towards-224-deg { -webkit-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.towards-225-deg { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.towards-226-deg { -webkit-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.towards-227-deg { -webkit-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.towards-228-deg { -webkit-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.towards-229-deg { -webkit-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.towards-230-deg { -webkit-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.towards-231-deg { -webkit-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.towards-232-deg { -webkit-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.towards-233-deg { -webkit-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.towards-234-deg { -webkit-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.towards-235-deg { -webkit-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.towards-236-deg { -webkit-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.towards-237-deg { -webkit-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.towards-238-deg { -webkit-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.towards-239-deg { -webkit-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.towards-240-deg { -webkit-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.towards-241-deg { -webkit-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.towards-242-deg { -webkit-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.towards-243-deg { -webkit-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.towards-244-deg { -webkit-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.towards-245-deg { -webkit-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.towards-246-deg { -webkit-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.towards-247-deg { -webkit-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.towards-248-deg { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.towards-249-deg { -webkit-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.towards-250-deg { -webkit-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.towards-251-deg { -webkit-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.towards-252-deg { -webkit-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.towards-253-deg { -webkit-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.towards-254-deg { -webkit-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.towards-255-deg { -webkit-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.towards-256-deg { -webkit-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.towards-257-deg { -webkit-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.towards-258-deg { -webkit-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.towards-259-deg { -webkit-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.towards-260-deg { -webkit-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.towards-261-deg { -webkit-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.towards-262-deg { -webkit-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.towards-263-deg { -webkit-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.towards-264-deg { -webkit-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.towards-265-deg { -webkit-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.towards-266-deg { -webkit-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.towards-267-deg { -webkit-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.towards-268-deg { -webkit-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.towards-269-deg { -webkit-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.towards-270-deg { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.towards-271-deg { -webkit-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.towards-272-deg { -webkit-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.towards-273-deg { -webkit-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.towards-274-deg { -webkit-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.towards-275-deg { -webkit-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.towards-276-deg { -webkit-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.towards-277-deg { -webkit-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.towards-278-deg { -webkit-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.towards-279-deg { -webkit-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.towards-280-deg { -webkit-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.towards-281-deg { -webkit-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.towards-282-deg { -webkit-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.towards-283-deg { -webkit-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.towards-284-deg { -webkit-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.towards-285-deg { -webkit-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.towards-286-deg { -webkit-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.towards-287-deg { -webkit-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.towards-288-deg { -webkit-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.towards-289-deg { -webkit-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.towards-290-deg { -webkit-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.towards-291-deg { -webkit-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.towards-292-deg { -webkit-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.towards-293-deg { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.towards-294-deg { -webkit-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.towards-295-deg { -webkit-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.towards-296-deg { -webkit-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.towards-297-deg { -webkit-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.towards-298-deg { -webkit-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.towards-299-deg { -webkit-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.towards-300-deg { -webkit-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.towards-301-deg { -webkit-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.towards-302-deg { -webkit-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.towards-303-deg { -webkit-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.towards-304-deg { -webkit-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.towards-305-deg { -webkit-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.towards-306-deg { -webkit-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.towards-307-deg { -webkit-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.towards-308-deg { -webkit-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.towards-309-deg { -webkit-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.towards-310-deg { -webkit-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.towards-311-deg { -webkit-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.towards-312-deg { -webkit-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.towards-313-deg { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.towards-314-deg { -webkit-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.towards-315-deg { -webkit-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.towards-316-deg { -webkit-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.towards-317-deg { -webkit-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.towards-318-deg { -webkit-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.towards-319-deg { -webkit-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.towards-320-deg { -webkit-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.towards-321-deg { -webkit-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.towards-322-deg { -webkit-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.towards-323-deg { -webkit-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.towards-324-deg { -webkit-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.towards-325-deg { -webkit-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.towards-326-deg { -webkit-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.towards-327-deg { -webkit-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.towards-328-deg { -webkit-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.towards-329-deg { -webkit-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.towards-330-deg { -webkit-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.towards-331-deg { -webkit-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.towards-332-deg { -webkit-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.towards-333-deg { -webkit-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.towards-334-deg { -webkit-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.towards-335-deg { -webkit-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.towards-336-deg { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.towards-337-deg { -webkit-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.towards-338-deg { -webkit-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.towards-339-deg { -webkit-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.towards-340-deg { -webkit-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.towards-341-deg { -webkit-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.towards-342-deg { -webkit-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.towards-343-deg { -webkit-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.towards-344-deg { -webkit-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.towards-345-deg { -webkit-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.towards-346-deg { -webkit-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.towards-347-deg { -webkit-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.towards-348-deg { -webkit-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.towards-349-deg { -webkit-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.towards-350-deg { -webkit-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.towards-351-deg { -webkit-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.towards-352-deg { -webkit-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.towards-353-deg { -webkit-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.towards-354-deg { -webkit-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.towards-355-deg { -webkit-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.towards-356-deg { -webkit-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.towards-357-deg { -webkit-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.towards-358-deg { -webkit-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.towards-359-deg { -webkit-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.towards-360-deg { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-0-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.from-1-deg { -webkit-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.from-2-deg { -webkit-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.from-3-deg { -webkit-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.from-4-deg { -webkit-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.from-5-deg { -webkit-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.from-6-deg { -webkit-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.from-7-deg { -webkit-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.from-8-deg { -webkit-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.from-9-deg { -webkit-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.from-10-deg { -webkit-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.from-11-deg { -webkit-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.from-12-deg { -webkit-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.from-13-deg { -webkit-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.from-14-deg { -webkit-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.from-15-deg { -webkit-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.from-16-deg { -webkit-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.from-17-deg { -webkit-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.from-18-deg { -webkit-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.from-19-deg { -webkit-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.from-20-deg { -webkit-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.from-21-deg { -webkit-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.from-22-deg { -webkit-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.from-23-deg { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.from-24-deg { -webkit-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.from-25-deg { -webkit-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.from-26-deg { -webkit-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.from-27-deg { -webkit-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.from-28-deg { -webkit-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.from-29-deg { -webkit-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.from-30-deg { -webkit-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.from-31-deg { -webkit-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.from-32-deg { -webkit-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.from-33-deg { -webkit-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.from-34-deg { -webkit-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.from-35-deg { -webkit-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.from-36-deg { -webkit-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.from-37-deg { -webkit-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.from-38-deg { -webkit-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.from-39-deg { -webkit-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.from-40-deg { -webkit-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.from-41-deg { -webkit-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.from-42-deg { -webkit-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.from-43-deg { -webkit-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.from-44-deg { -webkit-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.from-45-deg { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.from-46-deg { -webkit-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.from-47-deg { -webkit-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.from-48-deg { -webkit-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.from-49-deg { -webkit-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.from-50-deg { -webkit-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.from-51-deg { -webkit-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.from-52-deg { -webkit-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.from-53-deg { -webkit-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.from-54-deg { -webkit-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.from-55-deg { -webkit-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.from-56-deg { -webkit-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.from-57-deg { -webkit-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.from-58-deg { -webkit-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.from-59-deg { -webkit-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.from-60-deg { -webkit-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.from-61-deg { -webkit-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.from-62-deg { -webkit-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.from-63-deg { -webkit-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.from-64-deg { -webkit-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.from-65-deg { -webkit-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.from-66-deg { -webkit-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.from-67-deg { -webkit-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.from-68-deg { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.from-69-deg { -webkit-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.from-70-deg { -webkit-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.from-71-deg { -webkit-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.from-72-deg { -webkit-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.from-73-deg { -webkit-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.from-74-deg { -webkit-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.from-75-deg { -webkit-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.from-76-deg { -webkit-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.from-77-deg { -webkit-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.from-78-deg { -webkit-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.from-79-deg { -webkit-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.from-80-deg { -webkit-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.from-81-deg { -webkit-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.from-82-deg { -webkit-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.from-83-deg { -webkit-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.from-84-deg { -webkit-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.from-85-deg { -webkit-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.from-86-deg { -webkit-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.from-87-deg { -webkit-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.from-88-deg { -webkit-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.from-89-deg { -webkit-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.from-90-deg { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.from-91-deg { -webkit-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.from-92-deg { -webkit-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.from-93-deg { -webkit-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.from-94-deg { -webkit-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.from-95-deg { -webkit-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.from-96-deg { -webkit-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.from-97-deg { -webkit-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.from-98-deg { -webkit-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.from-99-deg { -webkit-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.from-100-deg { -webkit-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.from-101-deg { -webkit-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.from-102-deg { -webkit-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.from-103-deg { -webkit-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.from-104-deg { -webkit-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.from-105-deg { -webkit-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.from-106-deg { -webkit-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.from-107-deg { -webkit-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.from-108-deg { -webkit-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.from-109-deg { -webkit-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.from-110-deg { -webkit-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.from-111-deg { -webkit-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.from-112-deg { -webkit-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.from-113-deg { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.from-114-deg { -webkit-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.from-115-deg { -webkit-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.from-116-deg { -webkit-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.from-117-deg { -webkit-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.from-118-deg { -webkit-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.from-119-deg { -webkit-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.from-120-deg { -webkit-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.from-121-deg { -webkit-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.from-122-deg { -webkit-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.from-123-deg { -webkit-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.from-124-deg { -webkit-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.from-125-deg { -webkit-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.from-126-deg { -webkit-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.from-127-deg { -webkit-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.from-128-deg { -webkit-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.from-129-deg { -webkit-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.from-130-deg { -webkit-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.from-131-deg { -webkit-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.from-132-deg { -webkit-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.from-133-deg { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.from-134-deg { -webkit-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.from-135-deg { -webkit-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.from-136-deg { -webkit-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.from-137-deg { -webkit-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.from-138-deg { -webkit-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.from-139-deg { -webkit-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.from-140-deg { -webkit-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.from-141-deg { -webkit-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.from-142-deg { -webkit-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.from-143-deg { -webkit-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.from-144-deg { -webkit-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.from-145-deg { -webkit-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.from-146-deg { -webkit-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.from-147-deg { -webkit-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.from-148-deg { -webkit-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.from-149-deg { -webkit-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.from-150-deg { -webkit-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.from-151-deg { -webkit-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.from-152-deg { -webkit-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.from-153-deg { -webkit-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.from-154-deg { -webkit-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.from-155-deg { -webkit-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.from-156-deg { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.from-157-deg { -webkit-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.from-158-deg { -webkit-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.from-159-deg { -webkit-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.from-160-deg { -webkit-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.from-161-deg { -webkit-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.from-162-deg { -webkit-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.from-163-deg { -webkit-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.from-164-deg { -webkit-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.from-165-deg { -webkit-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.from-166-deg { -webkit-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.from-167-deg { -webkit-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.from-168-deg { -webkit-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.from-169-deg { -webkit-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.from-170-deg { -webkit-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.from-171-deg { -webkit-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.from-172-deg { -webkit-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.from-173-deg { -webkit-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.from-174-deg { -webkit-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.from-175-deg { -webkit-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.from-176-deg { -webkit-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.from-177-deg { -webkit-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.from-178-deg { -webkit-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.from-179-deg { -webkit-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.from-180-deg { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-181-deg { -webkit-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.from-182-deg { -webkit-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.from-183-deg { -webkit-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.from-184-deg { -webkit-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.from-185-deg { -webkit-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.from-186-deg { -webkit-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.from-187-deg { -webkit-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.from-188-deg { -webkit-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.from-189-deg { -webkit-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.from-190-deg { -webkit-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.from-191-deg { -webkit-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.from-192-deg { -webkit-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.from-193-deg { -webkit-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.from-194-deg { -webkit-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.from-195-deg { -webkit-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.from-196-deg { -webkit-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.from-197-deg { -webkit-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.from-198-deg { -webkit-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.from-199-deg { -webkit-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.from-200-deg { -webkit-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.from-201-deg { -webkit-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.from-202-deg { -webkit-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.from-203-deg { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.from-204-deg { -webkit-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.from-205-deg { -webkit-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.from-206-deg { -webkit-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.from-207-deg { -webkit-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.from-208-deg { -webkit-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.from-209-deg { -webkit-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.from-210-deg { -webkit-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.from-211-deg { -webkit-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.from-212-deg { -webkit-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.from-213-deg { -webkit-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.from-214-deg { -webkit-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.from-215-deg { -webkit-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.from-216-deg { -webkit-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.from-217-deg { -webkit-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.from-218-deg { -webkit-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.from-219-deg { -webkit-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.from-220-deg { -webkit-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.from-221-deg { -webkit-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.from-222-deg { -webkit-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.from-223-deg { -webkit-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.from-224-deg { -webkit-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.from-225-deg { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.from-226-deg { -webkit-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.from-227-deg { -webkit-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.from-228-deg { -webkit-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.from-229-deg { -webkit-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.from-230-deg { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.from-231-deg { -webkit-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.from-232-deg { -webkit-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.from-233-deg { -webkit-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.from-234-deg { -webkit-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.from-235-deg { -webkit-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.from-236-deg { -webkit-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.from-237-deg { -webkit-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.from-238-deg { -webkit-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.from-239-deg { -webkit-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.from-240-deg { -webkit-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.from-241-deg { -webkit-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.from-242-deg { -webkit-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.from-243-deg { -webkit-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.from-244-deg { -webkit-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.from-245-deg { -webkit-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.from-246-deg { -webkit-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.from-247-deg { -webkit-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.from-248-deg { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.from-249-deg { -webkit-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.from-250-deg { -webkit-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.from-251-deg { -webkit-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.from-252-deg { -webkit-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.from-253-deg { -webkit-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.from-254-deg { -webkit-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.from-255-deg { -webkit-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.from-256-deg { -webkit-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.from-257-deg { -webkit-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.from-258-deg { -webkit-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.from-259-deg { -webkit-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.from-260-deg { -webkit-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.from-261-deg { -webkit-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.from-262-deg { -webkit-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.from-263-deg { -webkit-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.from-264-deg { -webkit-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.from-265-deg { -webkit-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.from-266-deg { -webkit-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.from-267-deg { -webkit-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.from-268-deg { -webkit-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.from-269-deg { -webkit-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.from-270-deg { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.from-271-deg { -webkit-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.from-272-deg { -webkit-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.from-273-deg { -webkit-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.from-274-deg { -webkit-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.from-275-deg { -webkit-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.from-276-deg { -webkit-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.from-277-deg { -webkit-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.from-278-deg { -webkit-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.from-279-deg { -webkit-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.from-280-deg { -webkit-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.from-281-deg { -webkit-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.from-282-deg { -webkit-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.from-283-deg { -webkit-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.from-284-deg { -webkit-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.from-285-deg { -webkit-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.from-286-deg { -webkit-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.from-287-deg { -webkit-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.from-288-deg { -webkit-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.from-289-deg { -webkit-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.from-290-deg { -webkit-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.from-291-deg { -webkit-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.from-292-deg { -webkit-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.from-293-deg { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.from-294-deg { -webkit-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.from-295-deg { -webkit-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.from-296-deg { -webkit-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.from-297-deg { -webkit-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.from-298-deg { -webkit-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.from-299-deg { -webkit-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.from-300-deg { -webkit-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.from-301-deg { -webkit-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.from-302-deg { -webkit-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.from-303-deg { -webkit-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.from-304-deg { -webkit-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.from-305-deg { -webkit-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.from-306-deg { -webkit-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.from-307-deg { -webkit-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.from-308-deg { -webkit-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.from-309-deg { -webkit-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.from-310-deg { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.from-311-deg { -webkit-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.from-312-deg { -webkit-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.from-313-deg { -webkit-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.from-314-deg { -webkit-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.from-315-deg { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.from-316-deg { -webkit-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.from-317-deg { -webkit-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.from-318-deg { -webkit-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.from-319-deg { -webkit-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.from-320-deg { -webkit-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.from-321-deg { -webkit-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.from-322-deg { -webkit-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.from-323-deg { -webkit-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.from-324-deg { -webkit-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.from-325-deg { -webkit-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.from-326-deg { -webkit-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.from-327-deg { -webkit-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.from-328-deg { -webkit-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.from-329-deg { -webkit-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.from-330-deg { -webkit-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.from-331-deg { -webkit-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.from-332-deg { -webkit-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.from-333-deg { -webkit-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.from-334-deg { -webkit-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.from-335-deg { -webkit-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.from-336-deg { -webkit-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.from-337-deg { -webkit-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.from-338-deg { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.from-339-deg { -webkit-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.from-340-deg { -webkit-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.from-341-deg { -webkit-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.from-342-deg { -webkit-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.from-343-deg { -webkit-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.from-344-deg { -webkit-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.from-345-deg { -webkit-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.from-346-deg { -webkit-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.from-347-deg { -webkit-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.from-348-deg { -webkit-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.from-349-deg { -webkit-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.from-350-deg { -webkit-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.from-351-deg { -webkit-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.from-352-deg { -webkit-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.from-353-deg { -webkit-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.from-354-deg { -webkit-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.from-355-deg { -webkit-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.from-356-deg { -webkit-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.from-357-deg { -webkit-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.from-358-deg { -webkit-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.from-359-deg { -webkit-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.from-360-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind-towards-n { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind-towards-nne { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind-towards-ne { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind-towards-ene { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind-towards-e { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind-towards-ese { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind-towards-se { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind-towards-sse { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind-towards-s { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind-towards-ssw { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind-towards-sw { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind-towards-wsw { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind-towards-w { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind-towards-wnw { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind-towards-nw { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind-towards-nnw { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind-from-n { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind-from-nne { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind-from-ne { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind-from-ene { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind-from-e { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind-from-ese { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind-from-se { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind-from-sse { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind-from-s { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind-from-ssw { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind-from-sw { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind-from-wsw { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind-from-w { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind-from-wnw { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind-from-nw { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind-from-nnw { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-yahoo-0:before { content: "\F056"; } .wi-yahoo-1:before { content: "\F00E"; } .wi-yahoo-2:before { content: "\F073"; } .wi-yahoo-3:before { content: "\F01E"; } .wi-yahoo-4:before { content: "\F01E"; } .wi-yahoo-5:before { content: "\F017"; } .wi-yahoo-6:before { content: "\F017"; } .wi-yahoo-7:before { content: "\F017"; } .wi-yahoo-8:before { content: "\F015"; } .wi-yahoo-9:before { content: "\F01A"; } .wi-yahoo-10:before { content: "\F015"; } .wi-yahoo-11:before { content: "\F01A"; } .wi-yahoo-12:before { content: "\F01A"; } .wi-yahoo-13:before { content: "\F01B"; } .wi-yahoo-14:before { content: "\F00A"; } .wi-yahoo-15:before { content: "\F064"; } .wi-yahoo-16:before { content: "\F01B"; } .wi-yahoo-17:before { content: "\F015"; } .wi-yahoo-18:before { content: "\F017"; } .wi-yahoo-19:before { content: "\F063"; } .wi-yahoo-20:before { content: "\F014"; } .wi-yahoo-21:before { content: "\F021"; } .wi-yahoo-22:before { content: "\F062"; } .wi-yahoo-23:before { content: "\F050"; } .wi-yahoo-24:before { content: "\F050"; } .wi-yahoo-25:before { content: "\F076"; } .wi-yahoo-26:before { content: "\F013"; } .wi-yahoo-27:before { content: "\F031"; } .wi-yahoo-28:before { content: "\F002"; } .wi-yahoo-29:before { content: "\F031"; } .wi-yahoo-30:before { content: "\F002"; } .wi-yahoo-31:before { content: "\F02E"; } .wi-yahoo-32:before { content: "\F00D"; } .wi-yahoo-33:before { content: "\F083"; } .wi-yahoo-34:before { content: "\F00C"; } .wi-yahoo-35:before { content: "\F017"; } .wi-yahoo-36:before { content: "\F072"; } .wi-yahoo-37:before { content: "\F00E"; } .wi-yahoo-38:before { content: "\F00E"; } .wi-yahoo-39:before { content: "\F00E"; } .wi-yahoo-40:before { content: "\F01A"; } .wi-yahoo-41:before { content: "\F064"; } .wi-yahoo-42:before { content: "\F01B"; } .wi-yahoo-43:before { content: "\F064"; } .wi-yahoo-44:before { content: "\F00C"; } .wi-yahoo-45:before { content: "\F00E"; } .wi-yahoo-46:before { content: "\F01B"; } .wi-yahoo-47:before { content: "\F00E"; } .wi-yahoo-3200:before { content: "\F077"; } .icon-0:before { content: "\F056"; } .icon-1:before { content: "\F00E"; } .icon-2:before { content: "\F073"; } .icon-3:before { content: "\F01E"; } .icon-4:before { content: "\F01E"; } .icon-5:before { content: "\F017"; } .icon-6:before { content: "\F017"; } .icon-7:before { content: "\F017"; } .icon-8:before { content: "\F015"; } .icon-9:before { content: "\F01A"; } .icon-10:before { content: "\F015"; } .icon-11:before { content: "\F01A"; } .icon-12:before { content: "\F01A"; } .icon-13:before { content: "\F01B"; } .icon-14:before { content: "\F00A"; } .icon-15:before { content: "\F064"; } .icon-16:before { content: "\F01B"; } .icon-17:before { content: "\F015"; } .icon-18:before { content: "\F017"; } .icon-19:before { content: "\F063"; } .icon-20:before { content: "\F014"; } .icon-21:before { content: "\F021"; } .icon-22:before { content: "\F062"; } .icon-23:before { content: "\F050"; } .icon-24:before { content: "\F050"; } .icon-25:before { content: "\F076"; } .icon-26:before { content: "\F013"; } .icon-27:before { content: "\F031"; } .icon-28:before { content: "\F002"; } .icon-29:before { content: "\F031"; } .icon-30:before { content: "\F002"; } .icon-31:before { content: "\F02E"; } .icon-32:before { content: "\F00D"; } .icon-33:before { content: "\F083"; } .icon-34:before { content: "\F00C"; } .icon-35:before { content: "\F017"; } .icon-36:before { content: "\F072"; } .icon-37:before { content: "\F00E"; } .icon-38:before { content: "\F00E"; } .icon-39:before { content: "\F00E"; } .icon-40:before { content: "\F01A"; } .icon-41:before { content: "\F064"; } .icon-42:before { content: "\F01B"; } .icon-43:before { content: "\F064"; } .icon-44:before { content: "\F00C"; } .icon-45:before { content: "\F00E"; } .icon-46:before { content: "\F01B"; } .icon-47:before { content: "\F00E"; } .icon-3200:before { content: "\F077"; } .wi-forecast-io-clear-day:before { content: "\F00D"; } .wi-forecast-io-clear-night:before { content: "\F02E"; } .wi-forecast-io-rain:before { content: "\F019"; } .wi-forecast-io-snow:before { content: "\F01B"; } .wi-forecast-io-sleet:before { content: "\F0B5"; } .wi-forecast-io-wind:before { content: "\F050"; } .wi-forecast-io-fog:before { content: "\F014"; } .wi-forecast-io-cloudy:before { content: "\F013"; } .wi-forecast-io-partly-cloudy-day:before { content: "\F002"; } .wi-forecast-io-partly-cloudy-night:before { content: "\F031"; } .wi-forecast-io-hail:before { content: "\F015"; } .wi-forecast-io-thunderstorm:before { content: "\F01E"; } .wi-forecast-io-tornado:before { content: "\F056"; } .wi-wmo4680-0:before, .wi-wmo4680-00:before { content: "\F055"; } .wi-wmo4680-1:before, .wi-wmo4680-01:before { content: "\F013"; } .wi-wmo4680-2:before, .wi-wmo4680-02:before { content: "\F055"; } .wi-wmo4680-3:before, .wi-wmo4680-03:before { content: "\F013"; } .wi-wmo4680-4:before, .wi-wmo4680-04:before { content: "\F014"; } .wi-wmo4680-5:before, .wi-wmo4680-05:before { content: "\F014"; } .wi-wmo4680-10:before { content: "\F014"; } .wi-wmo4680-11:before { content: "\F014"; } .wi-wmo4680-12:before { content: "\F016"; } .wi-wmo4680-18:before { content: "\F050"; } .wi-wmo4680-20:before { content: "\F014"; } .wi-wmo4680-21:before { content: "\F017"; } .wi-wmo4680-22:before { content: "\F017"; } .wi-wmo4680-23:before { content: "\F019"; } .wi-wmo4680-24:before { content: "\F01B"; } .wi-wmo4680-25:before { content: "\F015"; } .wi-wmo4680-26:before { content: "\F01E"; } .wi-wmo4680-27:before { content: "\F063"; } .wi-wmo4680-28:before { content: "\F063"; } .wi-wmo4680-29:before { content: "\F063"; } .wi-wmo4680-30:before { content: "\F014"; } .wi-wmo4680-31:before { content: "\F014"; } .wi-wmo4680-32:before { content: "\F014"; } .wi-wmo4680-33:before { content: "\F014"; } .wi-wmo4680-34:before { content: "\F014"; } .wi-wmo4680-35:before { content: "\F014"; } .wi-wmo4680-40:before { content: "\F017"; } .wi-wmo4680-41:before { content: "\F01C"; } .wi-wmo4680-42:before { content: "\F019"; } .wi-wmo4680-43:before { content: "\F01C"; } .wi-wmo4680-44:before { content: "\F019"; } .wi-wmo4680-45:before { content: "\F015"; } .wi-wmo4680-46:before { content: "\F015"; } .wi-wmo4680-47:before { content: "\F01B"; } .wi-wmo4680-48:before { content: "\F01B"; } .wi-wmo4680-50:before { content: "\F01C"; } .wi-wmo4680-51:before { content: "\F01C"; } .wi-wmo4680-52:before { content: "\F019"; } .wi-wmo4680-53:before { content: "\F019"; } .wi-wmo4680-54:before { content: "\F076"; } .wi-wmo4680-55:before { content: "\F076"; } .wi-wmo4680-56:before { content: "\F076"; } .wi-wmo4680-57:before { content: "\F01C"; } .wi-wmo4680-58:before { content: "\F019"; } .wi-wmo4680-60:before { content: "\F01C"; } .wi-wmo4680-61:before { content: "\F01C"; } .wi-wmo4680-62:before { content: "\F019"; } .wi-wmo4680-63:before { content: "\F019"; } .wi-wmo4680-64:before { content: "\F015"; } .wi-wmo4680-65:before { content: "\F015"; } .wi-wmo4680-66:before { content: "\F015"; } .wi-wmo4680-67:before { content: "\F017"; } .wi-wmo4680-68:before { content: "\F017"; } .wi-wmo4680-70:before { content: "\F01B"; } .wi-wmo4680-71:before { content: "\F01B"; } .wi-wmo4680-72:before { content: "\F01B"; } .wi-wmo4680-73:before { content: "\F01B"; } .wi-wmo4680-74:before { content: "\F076"; } .wi-wmo4680-75:before { content: "\F076"; } .wi-wmo4680-76:before { content: "\F076"; } .wi-wmo4680-77:before { content: "\F01B"; } .wi-wmo4680-78:before { content: "\F076"; } .wi-wmo4680-80:before { content: "\F019"; } .wi-wmo4680-81:before { content: "\F01C"; } .wi-wmo4680-82:before { content: "\F019"; } .wi-wmo4680-83:before { content: "\F019"; } .wi-wmo4680-84:before { content: "\F01D"; } .wi-wmo4680-85:before { content: "\F017"; } .wi-wmo4680-86:before { content: "\F017"; } .wi-wmo4680-87:before { content: "\F017"; } .wi-wmo4680-89:before { content: "\F015"; } .wi-wmo4680-90:before { content: "\F016"; } .wi-wmo4680-91:before { content: "\F01D"; } .wi-wmo4680-92:before { content: "\F01E"; } .wi-wmo4680-93:before { content: "\F01E"; } .wi-wmo4680-94:before { content: "\F016"; } .wi-wmo4680-95:before { content: "\F01E"; } .wi-wmo4680-96:before { content: "\F01E"; } .wi-wmo4680-99:before { content: "\F056"; } .wi-owm-200:before { content: "\F01E"; } .wi-owm-201:before { content: "\F01E"; } .wi-owm-202:before { content: "\F01E"; } .wi-owm-210:before { content: "\F016"; } .wi-owm-211:before { content: "\F016"; } .wi-owm-212:before { content: "\F016"; } .wi-owm-221:before { content: "\F016"; } .wi-owm-230:before { content: "\F01E"; } .wi-owm-231:before { content: "\F01E"; } .wi-owm-232:before { content: "\F01E"; } .wi-owm-300:before { content: "\F01C"; } .wi-owm-301:before { content: "\F01C"; } .wi-owm-302:before { content: "\F019"; } .wi-owm-310:before { content: "\F017"; } .wi-owm-311:before { content: "\F019"; } .wi-owm-312:before { content: "\F019"; } .wi-owm-313:before { content: "\F01A"; } .wi-owm-314:before { content: "\F019"; } .wi-owm-321:before { content: "\F01C"; } .wi-owm-500:before { content: "\F01C"; } .wi-owm-501:before { content: "\F019"; } .wi-owm-502:before { content: "\F019"; } .wi-owm-503:before { content: "\F019"; } .wi-owm-504:before { content: "\F019"; } .wi-owm-511:before { content: "\F017"; } .wi-owm-520:before { content: "\F01A"; } .wi-owm-521:before { content: "\F01A"; } .wi-owm-522:before { content: "\F01A"; } .wi-owm-531:before { content: "\F01D"; } .wi-owm-600:before { content: "\F01B"; } .wi-owm-601:before { content: "\F01B"; } .wi-owm-602:before { content: "\F0B5"; } .wi-owm-611:before { content: "\F017"; } .wi-owm-612:before { content: "\F017"; } .wi-owm-615:before { content: "\F017"; } .wi-owm-616:before { content: "\F017"; } .wi-owm-620:before { content: "\F017"; } .wi-owm-621:before { content: "\F01B"; } .wi-owm-622:before { content: "\F01B"; } .wi-owm-701:before { content: "\F01A"; } .wi-owm-711:before { content: "\F062"; } .wi-owm-721:before { content: "\F0B6"; } .wi-owm-731:before { content: "\F063"; } .wi-owm-741:before { content: "\F014"; } .wi-owm-761:before { content: "\F063"; } .wi-owm-762:before { content: "\F063"; } .wi-owm-771:before { content: "\F011"; } .wi-owm-781:before { content: "\F056"; } .wi-owm-800:before { content: "\F00D"; } .wi-owm-801:before { content: "\F011"; } .wi-owm-802:before { content: "\F011"; } .wi-owm-803:before { content: "\F012"; } .wi-owm-804:before { content: "\F013"; } .wi-owm-900:before { content: "\F056"; } .wi-owm-901:before { content: "\F01D"; } .wi-owm-902:before { content: "\F073"; } .wi-owm-903:before { content: "\F076"; } .wi-owm-904:before { content: "\F072"; } .wi-owm-905:before { content: "\F021"; } .wi-owm-906:before { content: "\F015"; } .wi-owm-957:before { content: "\F050"; } .wi-owm-day-200:before { content: "\F010"; } .wi-owm-day-201:before { content: "\F010"; } .wi-owm-day-202:before { content: "\F010"; } .wi-owm-day-210:before { content: "\F005"; } .wi-owm-day-211:before { content: "\F005"; } .wi-owm-day-212:before { content: "\F005"; } .wi-owm-day-221:before { content: "\F005"; } .wi-owm-day-230:before { content: "\F010"; } .wi-owm-day-231:before { content: "\F010"; } .wi-owm-day-232:before { content: "\F010"; } .wi-owm-day-300:before { content: "\F00B"; } .wi-owm-day-301:before { content: "\F00B"; } .wi-owm-day-302:before { content: "\F008"; } .wi-owm-day-310:before { content: "\F008"; } .wi-owm-day-311:before { content: "\F008"; } .wi-owm-day-312:before { content: "\F008"; } .wi-owm-day-313:before { content: "\F008"; } .wi-owm-day-314:before { content: "\F008"; } .wi-owm-day-321:before { content: "\F00B"; } .wi-owm-day-500:before { content: "\F00B"; } .wi-owm-day-501:before { content: "\F008"; } .wi-owm-day-502:before { content: "\F008"; } .wi-owm-day-503:before { content: "\F008"; } .wi-owm-day-504:before { content: "\F008"; } .wi-owm-day-511:before { content: "\F006"; } .wi-owm-day-520:before { content: "\F009"; } .wi-owm-day-521:before { content: "\F009"; } .wi-owm-day-522:before { content: "\F009"; } .wi-owm-day-531:before { content: "\F00E"; } .wi-owm-day-600:before { content: "\F00A"; } .wi-owm-day-601:before { content: "\F0B2"; } .wi-owm-day-602:before { content: "\F00A"; } .wi-owm-day-611:before { content: "\F006"; } .wi-owm-day-612:before { content: "\F006"; } .wi-owm-day-615:before { content: "\F006"; } .wi-owm-day-616:before { content: "\F006"; } .wi-owm-day-620:before { content: "\F006"; } .wi-owm-day-621:before { content: "\F00A"; } .wi-owm-day-622:before { content: "\F00A"; } .wi-owm-day-701:before { content: "\F009"; } .wi-owm-day-711:before { content: "\F062"; } .wi-owm-day-721:before { content: "\F0B6"; } .wi-owm-day-731:before { content: "\F063"; } .wi-owm-day-741:before { content: "\F003"; } .wi-owm-day-761:before { content: "\F063"; } .wi-owm-day-762:before { content: "\F063"; } .wi-owm-day-781:before { content: "\F056"; } .wi-owm-day-800:before { content: "\F00D"; } .wi-owm-day-801:before { content: "\F000"; } .wi-owm-day-802:before { content: "\F000"; } .wi-owm-day-803:before { content: "\F000"; } .wi-owm-day-804:before { content: "\F00C"; } .wi-owm-day-900:before { content: "\F056"; } .wi-owm-day-902:before { content: "\F073"; } .wi-owm-day-903:before { content: "\F076"; } .wi-owm-day-904:before { content: "\F072"; } .wi-owm-day-906:before { content: "\F004"; } .wi-owm-day-957:before { content: "\F050"; } .wi-owm-night-200:before { content: "\F02D"; } .wi-owm-night-201:before { content: "\F02D"; } .wi-owm-night-202:before { content: "\F02D"; } .wi-owm-night-210:before { content: "\F025"; } .wi-owm-night-211:before { content: "\F025"; } .wi-owm-night-212:before { content: "\F025"; } .wi-owm-night-221:before { content: "\F025"; } .wi-owm-night-230:before { content: "\F02D"; } .wi-owm-night-231:before { content: "\F02D"; } .wi-owm-night-232:before { content: "\F02D"; } .wi-owm-night-300:before { content: "\F02B"; } .wi-owm-night-301:before { content: "\F02B"; } .wi-owm-night-302:before { content: "\F028"; } .wi-owm-night-310:before { content: "\F028"; } .wi-owm-night-311:before { content: "\F028"; } .wi-owm-night-312:before { content: "\F028"; } .wi-owm-night-313:before { content: "\F028"; } .wi-owm-night-314:before { content: "\F028"; } .wi-owm-night-321:before { content: "\F02B"; } .wi-owm-night-500:before { content: "\F02B"; } .wi-owm-night-501:before { content: "\F028"; } .wi-owm-night-502:before { content: "\F028"; } .wi-owm-night-503:before { content: "\F028"; } .wi-owm-night-504:before { content: "\F028"; } .wi-owm-night-511:before { content: "\F026"; } .wi-owm-night-520:before { content: "\F029"; } .wi-owm-night-521:before { content: "\F029"; } .wi-owm-night-522:before { content: "\F029"; } .wi-owm-night-531:before { content: "\F02C"; } .wi-owm-night-600:before { content: "\F02A"; } .wi-owm-night-601:before { content: "\F0B4"; } .wi-owm-night-602:before { content: "\F02A"; } .wi-owm-night-611:before { content: "\F026"; } .wi-owm-night-612:before { content: "\F026"; } .wi-owm-night-615:before { content: "\F026"; } .wi-owm-night-616:before { content: "\F026"; } .wi-owm-night-620:before { content: "\F026"; } .wi-owm-night-621:before { content: "\F02A"; } .wi-owm-night-622:before { content: "\F02A"; } .wi-owm-night-701:before { content: "\F029"; } .wi-owm-night-711:before { content: "\F062"; } .wi-owm-night-721:before { content: "\F0B6"; } .wi-owm-night-731:before { content: "\F063"; } .wi-owm-night-741:before { content: "\F04A"; } .wi-owm-night-761:before { content: "\F063"; } .wi-owm-night-762:before { content: "\F063"; } .wi-owm-night-781:before { content: "\F056"; } .wi-owm-night-800:before { content: "\F02E"; } .wi-owm-night-801:before { content: "\F022"; } .wi-owm-night-802:before { content: "\F022"; } .wi-owm-night-803:before { content: "\F022"; } .wi-owm-night-804:before { content: "\F086"; } .wi-owm-night-900:before { content: "\F056"; } .wi-owm-night-902:before { content: "\F073"; } .wi-owm-night-903:before { content: "\F076"; } .wi-owm-night-904:before { content: "\F072"; } .wi-owm-night-906:before { content: "\F024"; } .wi-owm-night-957:before { content: "\F050"; } .wi-wu-chanceflurries:before { content: "\F064"; } .wi-wu-chancerain:before { content: "\F019"; } .wi-wu-chancesleat:before { content: "\F0B5"; } .wi-wu-chancesnow:before { content: "\F01B"; } .wi-wu-chancetstorms:before { content: "\F01E"; } .wi-wu-clear:before { content: "\F00D"; } .wi-wu-cloudy:before { content: "\F002"; } .wi-wu-flurries:before { content: "\F064"; } .wi-wu-hazy:before { content: "\F0B6"; } .wi-wu-mostlycloudy:before { content: "\F002"; } .wi-wu-mostlysunny:before { content: "\F00D"; } .wi-wu-partlycloudy:before { content: "\F002"; } .wi-wu-partlysunny:before { content: "\F00D"; } .wi-wu-rain:before { content: "\F01A"; } .wi-wu-sleat:before { content: "\F0B5"; } .wi-wu-snow:before { content: "\F01B"; } .wi-wu-sunny:before { content: "\F00D"; } .wi-wu-tstorms:before { content: "\F01E"; } .wi-wu-unknown:before { content: "\F00D"; } .label-red { background-color: #F44336; } .label-pink { background-color: #E91E63; } .label-purple { background-color: #9C27B0; } .label-deep-purple { background-color: #673AB7; } .label-indigo { background-color: #3F51B5; } .label-blue { background-color: #2196F3; } .label-light-blue { background-color: #03A9F4; } .label-cyan { background-color: #00BCD4; } .label-teal { background-color: #009688; } .label-green { background-color: #4CAF50; } .label-light-green { background-color: #8BC34A; } .label-lime { background-color: #CDDC39; } .label-yellow { background-color: #FFEB3B; } .label-amber { background-color: #FFC107; } .label-orange { background-color: #FF9800; } .label-deep-orange { background-color: #FF5722; } .label-brown { background-color: #795548; } .label-grey { background-color: #9E9E9E; } .label-blue-grey { background-color: #607D8B; } .material-toggle { display: block; min-height: 40px; } .material-toggle input[type="checkbox"] { display: none; } .material-toggle label { cursor: pointer; height: 0px; position: relative; width: 40px; } .material-toggle > label::before { background: black; -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); border-radius: 8px; content: ''; height: 16px; margin-top: -8px; position: absolute; opacity: 0.3; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; width: 40px; } .material-toggle > label::after { background: white; border-radius: 16px; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); content: ''; height: 24px; left: -4px; margin-top: -8px; position: absolute; top: -4px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 24px; } .material-toggle > input[type="checkbox"]:checked + label::before { background: inherit; opacity: 0.5; } .material-toggle > input[type="checkbox"]:checked + label::after { background: inherit; left: 20px; } .mdl-gen-download { pointer-events: none; cursor: default; } #wheel { position: relative; } #wheel svg { width: 100%; height: auto; } #wheel .polygons { cursor: pointer; } #wheel .mdl-gen-download { position: absolute; left: 50%; top: 50%; } #wheel .mdl-gen-download .mdl-button { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #wheel g[data-color] { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1); } #wheel .selector { opacity: 0; -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1); fill: #BDBDBD; } #wheel .selected .selector { opacity: 1; } #wheel .label { text-anchor: middle; opacity: 0; -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1); fill: #fff; font-size: 24px; } #wheel .selected--1 .label--1, #wheel .selected--2 .label--2 { opacity: 1; } #wheel svg.hide-nonaccents g[data-color="Blue Grey"]:not(.selected), #wheel svg.hide-nonaccents g[data-color="Brown"]:not(.selected), #wheel svg.hide-nonaccents g[data-color="Grey"]:not(.selected) { opacity: .12; } #wheel .selected { opacity: 1 !important; } @media (min-width: 840px) { #wheel svg { max-width: 100%; width: 100%; } } .user-avatar { width: 80px; height: 80px; margin: 2em auto; display: block; border: 2px solid #FFFFFF; border-radius: 50%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; -webkit-user-drag: none; -moz-user-drag: none; -ms-user-drag: none; -o-user-drag: none; user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .user-avatar-nav { margin-top: -3px; margin-right: 1em; float: left; width: 30px; height: 30px; border-radius: 50%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; -webkit-user-drag: none; -moz-user-drag: none; -ms-user-drag: none; -o-user-drag: none; user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } #user_selected_avatar { border: 2px solid #FFFFFF; } #avatar_container { height: 202px; } #avatar_container .dz-preview { display: none; } #avatar_container .dropzone { border: 1px dashed rgba(0, 0, 0, 0.3); background: rgba(255, 255, 255, 0.05); height: 180px; padding: 0; border-radius: 2px; } #avatar_container .dz-message { margin-top: -20px 1em 0; padding: 0; text-align: center; } #avatar_container .dz-message.dz-default { margin: 0 2em; } .user-image { width: 100px; height: 100px; border: 2px solid #FFFFFF; } .user-avatar-icon { width: 100px; height: 100px; color: #FFFFFF; border: 2px solid #FFFFFF; margin: 0 auto; display: block; text-align: center; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; -webkit-user-drag: none; -moz-user-drag: none; -ms-user-drag: none; -o-user-drag: none; user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 50%; } .user-avatar-icon .material-icons { font-size: 4em; margin-top: 15px; } .dz-default.dz-message { color: #FFFFFF; top: 0; opacity: 0; z-index: 100; font-size: .75em; margin-left: 20px; position: absolute; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .dz-preview .dz-image { margin-top: -136px; } .dz-details { display: none; margin-top: -10px; font-size: .6em; margin-left: 20px; line-height: 1.3; margin-bottom: 15px; padding: 5px 8px; background: rgba(255, 255, 255, 0.5); border-radius: 5px; } .dz-progress, .dz-success-mark, .dz-error-mark { display: none !important; } #backgroundDropzone { display: block; position: absolute; } #backgroundDropzone .dz-preview { display: none; } #backgroundDropzone .dz-message { opacity: 0; } #avatarDropzone { border: 1px dashed transparent; margin-bottom: 20px !important; display: block !important; margin: -1em 7.5em 0; padding-top: 1em; z-index: 200; border-radius: 5px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #avatarDropzone:hover { cursor: pointer; border-color: #cccccc; background-color: rgba(0, 0, 0, 0.25); } #avatarDropzone:hover .user-avatar-icon { background: #FFFFFF; color: #cccccc; } #avatarDropzone .dz-preview { display: none !important; } .avatar-selecter { display: none; } .avatar-selecter.active-avatar-selecter { display: block; } @media (min-width: 767px) { .dz-details { display: inline-block; } #avatarDropzone:hover .dz-default.dz-message { opacity: 1; } } .mdl-layout.mdl-auth-form { display: block; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto; } .mdl-layout.mdl-auth-form .mdl-layout__content { padding: .5em; } .mdl-layout.mdl-auth-form .mdl-layout__content_auth { width: 330px; margin: 1em auto; } @media (min-width: 480px) { .mdl-layout.mdl-auth-form .mdl-layout__content_auth { margin: 2em auto; } } @media (min-width: 767px) { .mdl-layout.mdl-auth-form .mdl-layout__content_auth { margin: 4em auto 2em; } } .dashboard-logo { height: 64px; line-height: 1; letter-spacing: .02em; font-weight: 300; font-size: 18px; text-align: center; display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; text-decoration: none; text-transform: capitalize; } .dashboard-logo i { margin: 0 5px; } body .logo-style { line-height: 1; letter-spacing: .02em; font-weight: 300; font-size: 18px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; text-transform: capitalize; } body .logo-style i { margin: 0 5px; } .mdl-list__item-avatar, .mdl-list__item-avatar.material-icons { height: 100px; width: 100px; background-color: transparent; margin: 5px auto; font-size: 100px; } .dashboard-layout .mdl-button.dashboard-logo { height: 55px; line-height: 55px; border-radius: 0; } .dashboard-layout .mdl-layout__drawer .mdl-navigation .mdl-navigation__link { display: block; -ms-flex-negative: 0; flex-shrink: 0; padding: 16px 40px; margin: 0; color: inherit; } .dashboard-layout .breadcrumb a { color: inherit !important; } .dashboard-layout .mdl-tabs__tab-bar { -ms-flex-pack: left; -webkit-box-pack: left; justify-content: left; } .mdl-menu li a { color: inherit; } /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .demo-layout .demo-header .mdl-textfield { padding: 0px; margin-top: 41px; } .demo-layout .demo-header .mdl-textfield .mdl-textfield__expandable-holder { bottom: 19px; } .demo-layout .mdl-layout__header .mdl-layout__drawer-button { color: rgba(0, 0, 0, 0.54); } .mdl-layout__drawer .avatar { margin-bottom: 16px; } .demo-drawer { border: none; } /* iOS Safari specific workaround */ .demo-drawer .mdl-menu__container { z-index: -1; } .demo-drawer .demo-navigation { z-index: -2; } /* END iOS Safari specific workaround */ .demo-drawer .mdl-menu .mdl-menu__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .demo-drawer-header { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 16px; } .demo-avatar-dropdown { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; } .demo-navigation { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .demo-layout .demo-navigation .mdl-navigation__link { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(255, 255, 255, 0.56); font-weight: 500; } .demo-layout .demo-navigation .mdl-navigation__link:hover { background-color: #00BCD4; color: #37474F; } .demo-navigation .mdl-navigation__link .material-icons { font-size: 24px; color: rgba(255, 255, 255, 0.56); margin-right: 32px; } .demo-content { max-width: 1080px; } .demo-charts { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .demo-chart:nth-child(1) { color: #ACEC00; } .demo-chart:nth-child(2) { color: #00BBD6; } .demo-chart:nth-child(3) { color: #BA65C9; } .demo-chart:nth-child(4) { color: #EF3C79; } .demo-graphs { padding: 16px 32px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } /* TODO: Find a proper solution to have the graphs * not float around outside their container in IE10/11. * Using a browserhacks.com solution for now. */ _:-ms-input-placeholder, :root .demo-graphs { min-height: 664px; } _:-ms-input-placeholder, :root .demo-graph { max-height: 300px; } /* TODO end */ .demo-graph:nth-child(1) { color: #00b9d8; } .demo-graph:nth-child(2) { color: #d9006e; } .demo-cards { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-line-pack: start; align-content: flex-start; } .demo-cards .demo-separator { height: 32px; } .demo-cards .mdl-card__title.mdl-card__title { color: white; font-size: 24px; font-weight: 400; } .demo-cards ul { padding: 0; } .demo-cards h3 { font-size: 1em; } .demo-updates .mdl-card__title { background-position: 90% 100%; background-repeat: no-repeat; } .demo-cards .mdl-card__actions a { color: #00BCD4; text-decoration: none; } .demo-options h3 { margin: 0; } .demo-options .mdl-checkbox__box-outline { border-color: rgba(255, 255, 255, 0.89); } .demo-options ul { margin: 0; list-style-type: none; } .demo-options li { margin: 4px 0; } .demo-options .material-icons { color: rgba(255, 255, 255, 0.89); } .demo-options .mdl-card__actions { height: 64px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .ub_dowow_bg_main { background-image: url("/images/bg_images/2550589.jpg"); } .ub_dowow_logo_login { display: block; margin-left: auto; margin-right: auto; margin-top: 60px; } .ub_font_sz_8 { font-size: 8px; } .ub_font_sz_9 { font-size: 9px; } .ub_font_sz_10 { font-size: 10px; } .ub_font_sz_11 { font-size: 11px; } .ub_font_sz_12 { font-size: 12px; } .ub_font_sz_13 { font-size: 13px; } .ub_font_sz_14 { font-size: 14px; } .ub_font_sz_20 { font-size: 20px; } .ub_font_sz_30 { font-size: 30px; } .ub_font_sz_40 { font-size: 40px; } .ub_font_sz_50 { font-size: 50px; } .ub_font_sz_60 { font-size: 60px; }
public/css/app.css
@charset "UTF-8"; /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /*------------------------------------*\ $CONTENTS \*------------------------------------*/ /** * STYLE GUIDE VARIABLES------------------Declarations of Sass variables * -----Typography * -----Colors * -----Textfield * -----Switch * -----Spinner * -----Radio * -----Menu * -----List * -----Layout * -----Icon toggles * -----Footer * -----Column * -----Checkbox * -----Card * -----Button * -----Animation * -----Progress * -----Badge * -----Shadows * -----Grid * -----Data table * -----Dialog * -----Snackbar * -----Tooltip * -----Chip * * Even though all variables have the `!default` directive, most of them * should not be changed as they are dependent one another. This can cause * visual distortions (like alignment issues) that are hard to track down * and fix. */ /* ========== TYPOGRAPHY ========== */ /* We're splitting fonts into "preferred" and "performance" in order to optimize page loading. For important text, such as the body, we want it to load immediately and not wait for the web font load, whereas for other sections, such as headers and titles, we're OK with things taking a bit longer to load. We do have some optional classes and parameters in the mixins, in case you definitely want to make sure you're using the preferred font and don't mind the performance hit. We should be able to improve on this once CSS Font Loading L3 becomes more widely available. */ /* ========== COLORS ========== */ /** * * Material design color palettes. * @see http://www.google.com/design/spec/style/color.html * **/ /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* ========== Color Palettes ========== */ /* colors.scss */ /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* ========== IMAGES ========== */ /* ========== Color & Themes ========== */ /* ========== Typography ========== */ /* ========== Components ========== */ /* ========== Standard Buttons ========== */ /* ========== Icon Toggles ========== */ /* ========== Radio Buttons ========== */ /* ========== Ripple effect ========== */ /* ========== Layout ========== */ /* ========== Content Tabs ========== */ /* ========== Checkboxes ========== */ /* ========== Switches ========== */ /* ========== Spinner ========== */ /* ========== Text fields ========== */ /* ========== Card ========== */ /* ========== Sliders ========== */ /* ========== Progress ========== */ /* ========== List ========== */ /* ========== Item ========== */ /* ========== Dropdown menu ========== */ /* ========== Tooltips ========== */ /* ========== Footer ========== */ /* TEXTFIELD */ /* SWITCH */ /* SPINNER */ /* RADIO */ /* MENU */ /* LIST */ /* LAYOUT */ /* ICON TOGGLE */ /* FOOTER */ /*mega-footer*/ /*mini-footer*/ /* CHECKBOX */ /* CARD */ /* Card dimensions */ /* Cover image */ /* BUTTON */ /** * * Dimensions * */ /* ANIMATION */ /* PROGRESS */ /* BADGE */ /* SHADOWS */ /* GRID */ /* DATA TABLE */ /* DIALOG */ /* SNACKBAR */ /* TOOLTIP */ /* CHIP */ .block { display: block; } .inline-block { display: inline-block; } .start-hidden, .hidden { display: none; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } @media (max-width: 480px) { .hide-mobile { display: none !important; } } @media (max-width: 767px) { .hide-tablet { display: none !important; } } @media (max-width: 921px) { .hide-tablet-large { display: none !important; } } .text-center-only { text-align: center; } .text-center { width: 100%; 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-align: center; } .center { margin-left: auto; margin-right: auto; display: block; } .left { float: left; } .right { float: right; } .full-span { width: 100%; } .icons-inline { display: inline-block; vertical-align: -4px; } .text-white { color: #FFFFFF; } .bg-white { background: #FFFFFF; } @media (min-width: 480px) { .margin-top-0-tablet { margin-top: 0; } .margin-top-1-tablet { margin-top: 1em; } .margin-top-2-tablet { margin-top: 2em; } .margin-top-3-tablet { margin-top: 3em; } } @media (min-width: 480px) { .padding-top-0-tablet { padding-top: 0; } .padding-top-1-tablet { padding-top: 1em; } .padding-top-2-tablet { padding-top: 2em; } .padding-top-3-tablet { padding-top: 3em; } } .margin-bottom-half, .margin-bottom-half-1 { margin-bottom: .5em; } .margin-left-1-1 { margin-left: 1.5em; } .margin-top-0 { margin-top: 0em; } .margin-bottom-0 { margin-bottom: 0em; } .margin-left-0 { margin-left: 0em; } .margin-right-0 { margin-right: 0em; } .margin-top-0-important { margin-top: 0em !important; } .margin-bottom-0-important { margin-bottom: 0em !important; } .margin-left-0-important { margin-left: 0em !important; } .margin-right-0-important { margin-right: 0em !important; } .margin-top-1 { margin-top: 1em; } .margin-bottom-1 { margin-bottom: 1em; } .margin-left-1 { margin-left: 1em; } .margin-right-1 { margin-right: 1em; } .margin-top-1-important { margin-top: 1em !important; } .margin-bottom-1-important { margin-bottom: 1em !important; } .margin-left-1-important { margin-left: 1em !important; } .margin-right-1-important { margin-right: 1em !important; } .margin-top-2 { margin-top: 2em; } .margin-bottom-2 { margin-bottom: 2em; } .margin-left-2 { margin-left: 2em; } .margin-right-2 { margin-right: 2em; } .margin-top-2-important { margin-top: 2em !important; } .margin-bottom-2-important { margin-bottom: 2em !important; } .margin-left-2-important { margin-left: 2em !important; } .margin-right-2-important { margin-right: 2em !important; } .margin-top-3 { margin-top: 3em; } .margin-bottom-3 { margin-bottom: 3em; } .margin-left-3 { margin-left: 3em; } .margin-right-3 { margin-right: 3em; } .margin-top-3-important { margin-top: 3em !important; } .margin-bottom-3-important { margin-bottom: 3em !important; } .margin-left-3-important { margin-left: 3em !important; } .margin-right-3-important { margin-right: 3em !important; } .margin-top-4 { margin-top: 4em; } .margin-bottom-4 { margin-bottom: 4em; } .margin-left-4 { margin-left: 4em; } .margin-right-4 { margin-right: 4em; } .margin-top-4-important { margin-top: 4em !important; } .margin-bottom-4-important { margin-bottom: 4em !important; } .margin-left-4-important { margin-left: 4em !important; } .margin-right-4-important { margin-right: 4em !important; } @media (min-width: 480px) { .margin-top-0-tablet-important { margin-top: 0em !important; } .margin-top-0-tablet { margin-top: 0em; } .margin-bottom-0-tablet { margin-bottom: 0em; } .margin-left-0-tablet { margin-left: 0em; } .margin-right-0-tablet { margin-right: 0em; } .margin-top-1-tablet-important { margin-top: 1em !important; } .margin-top-1-tablet { margin-top: 1em; } .margin-bottom-1-tablet { margin-bottom: 1em; } .margin-left-1-tablet { margin-left: 1em; } .margin-right-1-tablet { margin-right: 1em; } .margin-top-2-tablet-important { margin-top: 2em !important; } .margin-top-2-tablet { margin-top: 2em; } .margin-bottom-2-tablet { margin-bottom: 2em; } .margin-left-2-tablet { margin-left: 2em; } .margin-right-2-tablet { margin-right: 2em; } .margin-top-3-tablet-important { margin-top: 3em !important; } .margin-top-3-tablet { margin-top: 3em; } .margin-bottom-3-tablet { margin-bottom: 3em; } .margin-left-3-tablet { margin-left: 3em; } .margin-right-3-tablet { margin-right: 3em; } .margin-top-4-tablet-important { margin-top: 4em !important; } .margin-top-4-tablet { margin-top: 4em; } .margin-bottom-4-tablet { margin-bottom: 4em; } .margin-left-4-tablet { margin-left: 4em; } .margin-right-4-tablet { margin-right: 4em; } } @media (min-width: 767px) { .margin-top-0-desktop { margin-top: 0em; } .margin-bottom-0-desktop { margin-bottom: 0em; } .margin-left-0-desktop { margin-left: 0em; } .margin-right-0-desktop { margin-right: 0em; } .margin-top-1-desktop { margin-top: 1em; } .margin-bottom-1-desktop { margin-bottom: 1em; } .margin-left-1-desktop { margin-left: 1em; } .margin-right-1-desktop { margin-right: 1em; } .margin-top-2-desktop { margin-top: 2em; } .margin-bottom-2-desktop { margin-bottom: 2em; } .margin-left-2-desktop { margin-left: 2em; } .margin-right-2-desktop { margin-right: 2em; } .margin-top-3-desktop { margin-top: 3em; } .margin-bottom-3-desktop { margin-bottom: 3em; } .margin-left-3-desktop { margin-left: 3em; } .margin-right-3-desktop { margin-right: 3em; } .margin-top-4-desktop { margin-top: 4em; } .margin-bottom-4-desktop { margin-bottom: 4em; } .margin-left-4-desktop { margin-left: 4em; } .margin-right-4-desktop { margin-right: 4em; } .margin-top-1-7-desktop { margin-top: 1.7em; } .margin-top-half-1-desktop { margin-top: .5em; } .margin-top-half-6-desktop { margin-top: .6em; } } .padding-0 { padding: 0em; } .padding-top-0 { padding-top: 0em; } .padding-bottom-0 { padding-bottom: 0em; } .padding-left-0 { padding-left: 0em; } .padding-right-0 { padding-right: 0em; } .padding-top-0-important { padding-top: 0em !important; } .padding-bottom-0-important { padding-bottom: 0em !important; } .padding-left-0-important { padding-left: 0em !important; } .padding-right-0-important { padding-right: 0em !important; } .padding-1 { padding: 1em; } .padding-top-1 { padding-top: 1em; } .padding-bottom-1 { padding-bottom: 1em; } .padding-left-1 { padding-left: 1em; } .padding-right-1 { padding-right: 1em; } .padding-top-1-important { padding-top: 1em !important; } .padding-bottom-1-important { padding-bottom: 1em !important; } .padding-left-1-important { padding-left: 1em !important; } .padding-right-1-important { padding-right: 1em !important; } .padding-2 { padding: 2em; } .padding-top-2 { padding-top: 2em; } .padding-bottom-2 { padding-bottom: 2em; } .padding-left-2 { padding-left: 2em; } .padding-right-2 { padding-right: 2em; } .padding-top-2-important { padding-top: 2em !important; } .padding-bottom-2-important { padding-bottom: 2em !important; } .padding-left-2-important { padding-left: 2em !important; } .padding-right-2-important { padding-right: 2em !important; } .padding-3 { padding: 3em; } .padding-top-3 { padding-top: 3em; } .padding-bottom-3 { padding-bottom: 3em; } .padding-left-3 { padding-left: 3em; } .padding-right-3 { padding-right: 3em; } .padding-top-3-important { padding-top: 3em !important; } .padding-bottom-3-important { padding-bottom: 3em !important; } .padding-left-3-important { padding-left: 3em !important; } .padding-right-3-important { padding-right: 3em !important; } .padding-4 { padding: 4em; } .padding-top-4 { padding-top: 4em; } .padding-bottom-4 { padding-bottom: 4em; } .padding-left-4 { padding-left: 4em; } .padding-right-4 { padding-right: 4em; } .padding-top-4-important { padding-top: 4em !important; } .padding-bottom-4-important { padding-bottom: 4em !important; } .padding-left-4-important { padding-left: 4em !important; } .padding-right-4-important { padding-right: 4em !important; } @media (min-width: 480px) { .padding-top-0-tablet { padding-top: 0em; } .padding-bottom-0-tablet { padding-bottom: 0em; } .padding-left-0-tablet { padding-left: 0em; } .padding-right-0-tablet { padding-right: 0em; } .padding-top-1-tablet { padding-top: 1em; } .padding-bottom-1-tablet { padding-bottom: 1em; } .padding-left-1-tablet { padding-left: 1em; } .padding-right-1-tablet { padding-right: 1em; } .padding-top-2-tablet { padding-top: 2em; } .padding-bottom-2-tablet { padding-bottom: 2em; } .padding-left-2-tablet { padding-left: 2em; } .padding-right-2-tablet { padding-right: 2em; } .padding-top-3-tablet { padding-top: 3em; } .padding-bottom-3-tablet { padding-bottom: 3em; } .padding-left-3-tablet { padding-left: 3em; } .padding-right-3-tablet { padding-right: 3em; } .padding-top-4-tablet { padding-top: 4em; } .padding-bottom-4-tablet { padding-bottom: 4em; } .padding-left-4-tablet { padding-left: 4em; } .padding-right-4-tablet { padding-right: 4em; } } .padding-0 { padding: 0; } .padding-half-1 { padding: .5em; } .padding-1-half { padding: 1.5em; } .padding-right-half-1 { padding-right: .5em; } .margin-top-0 { margin-top: 0em; } .margin-top-1 { margin-top: 1em; } .margin-top-2 { margin-top: 2em; } .margin-bottom-0 { margin-bottom: 0em; } .margin-bottom-1 { margin-bottom: 1em; } .margin-bottom-2 { margin-bottom: 2em; } .margin-left-0 { margin-left: 0em; } .margin-left-1 { margin-left: 1em; } .margin-left-2 { margin-left: 2em; } .margin-right-0 { margin-right: 0em; } .margin-right-1 { margin-right: 1em; } .margin-right-2 { margin-right: 2em; } .star-count { width: 150px; height: 20px; position: absolute; bottom: 1em; left: 1em; } .mdl-list__item-avatar.demo-avatar { width: 75px; height: 75px; border-radius: 24px; border: 2px solid rgba(255, 255, 255, 0.9); border-radius: 50%; padding: 3px; } .md-32 { font-size: 32px; } .md-28 { font-size: 28px; } .vertical-align-3 { vertical-align: 3px; } .vertical-align-minus-4 { vertical-align: -4px; } .mdl-layout__drawer .mdl-navigation.demo-navigation { padding-top: 0; } .mdl-layout__drawer .mdl-navigation.demo-navigation .mdl-navigation__link--current { background: rgba(0, 0, 0, 0.5); color: rgba(255, 255, 255, 0.8); } * { font-family: Roboto; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; } html, body { font-family: 'Roboto', 'Helvetica', sans-serif; } h4 { line-height: 1.3em; margin: 15px 0 5px; } .mdl-textfield--floating-label input[type=password]:-webkit-autofill ~ label { -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); visibility: hidden; } .mdl-textfield--floating-label input[type=password]:-webkit-autofill ~ label:after { content: 'Password'; visibility: visible; left: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); background: transparent; color: inherit; font-size: 12px; color: #9e9e9e; } .mdl-textfield { width: 100%; } .mdl-inline-expanded { margin-top: -6px; } .mdl-textfield.mdl-textfield--expandable { width: auto !important; } #map-canvas { min-height: 300px; height: 100%; width: 100%; } .file_upload_container { margin: auto; width: 250px; height: 40px; position: absolute; top: 1em; left: 1em; } .file_upload_btn { float: left; } #file_upload_text_div { width: 200px; margin-top: -8px; margin-left: 5px; } .mdl-select .mdl-icon-toggle__label { float: right; margin-top: -30px; color: rgba(0, 0, 0, 0.4); } .mdl-select.is-focused .mdl-icon-toggle__label { color: #3f51b5; } .mdl-select .mdl-menu__container { width: 100% !important; } .mdl-select .mdl-menu__container .mdl-menu .mdl-menu__item { font-size: 16px; } .mdl-select__fullwidth .mdl-menu { width: 100%; } .mdl-list__item a { text-decoration: none; } li.mdl-list__item { border-bottom: 1px solid #dddddd; } li.mdl-list__item:last-child { border: none; } div.message { padding: 10px; padding-left: 35px; margin: 20px 10px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); background: #BBB; color: #FFF; -webkit-transition: all .5s ease; transition: all .5s ease; position: absolute; width: 300px; z-index: 9999; top: 0; left: 10px; } div.message:hover { -webkit-box-shadow: 0 15px 20px rgba(10, 0, 10, 0.3); box-shadow: 0 15px 20px rgba(10, 0, 10, 0.3); -webkit-filter: brightness(110%); } .status { position: absolute; display: block; top: -10px; left: -10px; font-size: 20px; line-height: 25px; text-align: center; width: 25px; padding: 10px; background: inherit; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25); color: rgba(255, 255, 255, 0.75); border-radius: 50%; } div.message.information { background: #39B; } div.message.warning { background: #E74; } div.message.success { background: #5A6; } div.message.announcement { background: #EA0; } div.message.error { background: #C43; } .dismissible { cursor: pointer; } table a { text-decoration: none; } .table-responsive { width: 100%; overflow: hidden; overflow-x: auto; } .table-responsive .dataTables_wrapper > .mdl-grid { width: 98%; } .search-white { color: #FFFFFF; } .search-white input[type="search"], .search-white input[type="search"]:active, .search-white input[type="search"]:focus { border-color: #FFFFFF; } .pagination .mdl-button.mdl-button--colored { color: #FFFFFF; } body .mdl-textfield--expandable .mdl-button--icon { top: 18px; } .search-white input[type="search"]:focus { border-bottom: 3px solid #cccccc !important; } div.material-table .hiddensearch, div.material-table table.dataTable thead .sorting:before, div.material-table table.dataTable thead .sorting_asc:before, div.material-table table.dataTable thead .sorting_desc:before, div.material-table table.dataTable thead .sorting_asc_disabled:before, div.material-table table.dataTable thead .sorting_desc_disabled:before { display: none; } div.material-table .table-header { height: 64px; padding-left: 24px; padding-right: 14px; -ms-flex-align: center; -webkit-box-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-display: flex; border-bottom: solid 1px #DDDDDD; } div.material-table .table-header .actions { display: -webkit-flex; margin-left: auto; } div.material-table .table-header .btn-flat { min-width: 36px; padding: 0 8px; } div.material-table .table-header input { margin: 0; height: auto; } div.material-table .table-header i { color: rgba(0, 0, 0, 0.54); font-size: 24px; } div.material-table .table-footer { height: 56px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 12px !important; color: rgba(0, 0, 0, 0.54); padding-left: 4px; padding-right: 14px; } div.material-table .table-footer .dataTables_length { display: -webkit-box; display: -ms-flexbox; display: flex; } div.material-table .table-footer label { font-size: 12px; color: rgba(0, 0, 0, 0.54); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } div.material-table .table-footer .select-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; /* works with row or column */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } div.material-table .table-footer .dataTables_info, div.material-table .table-footer .dataTables_length { margin-right: 32px; } div.material-table .table-footer .material-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-display: flex; margin: 0; } div.material-table .table-footer .material-pagination li:first-child { margin-right: 24px; } div.material-table .table-footer .material-pagination li a { color: rgba(0, 0, 0, 0.54); } div.material-table .table-footer .select-wrapper input.select-dropdown { margin: 0; border-bottom: none; height: auto; line-height: normal; font-size: 12px; width: 40px; text-align: right; } div.material-table .table-footer select { background-color: transparent; width: auto; padding: 0; border: 0; border-radius: 0; height: auto; margin-left: 20px; } div.material-table .table-title { font-size: 20px; color: black; } div.material-table table tr td a { color: inherit; } div.material-table table tr td a i { font-size: 18px; color: rgba(0, 0, 0, 0.54); } div.material-table table tr { font-size: 12px; } div.material-table table th { font-size: 12px; font-weight: 500; color: #757575; cursor: pointer; white-space: nowrap; padding: 12px 18px; height: 56px; vertical-align: middle; outline: none !important; } div.material-table table th.sorting_asc, div.material-table table th.sorting_desc { color: rgba(0, 0, 0, 0.87); } div.material-table table th.sorting:after, div.material-table table th.sorting_asc:after, div.material-table table th.sorting_desc:after { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 18px; line-height: 2; letter-spacing: normal; text-transform: none; display: inline-block; word-wrap: normal; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; content: "arrow_back"; -webkit-transform: rotate(90deg); display: none; vertical-align: middle; } div.material-table table th.sorting:hover:after, div.material-table table th.sorting_asc:after, div.material-table table th.sorting_desc:after { display: inline-block; } div.material-table table th.sorting_desc:after { content: "arrow_forward"; } div.material-table table tbody tr:hover { background-color: #EEE; } div.material-table table th:first-child, div.material-table table td:first-child { padding: 0 0 0 24px; } div.material-table table th:last-child, div.material-table table td:last-child { padding: 0 14px 0 0; } .material-pagination { list-style-type: none; line-height: 1; } .material-table div.dataTables_wrapper div.dataTables_info { padding-top: 0; } div.material-table .table-footer select { margin-top: 1px; margin-left: 5px !important; margin-right: -10px; color: #9b9b9b !important; } .mdl-data-table { border: none; } ::-webkit-input-placeholder { color: #eeeeee; } ::-moz-placeholder { color: #eeeeee; } :-ms-input-placeholder { color: #eeeeee; } :-moz-placeholder { color: #eeeeee; } .material-table .pagination .mdl-button { border: none; font-weight: 400; margin: 0 5px 0 0; min-width: auto; height: 30px; width: 30px; padding: 0; line-height: 1.2; color: #9b9b9b; font-size: .99em; } .material-table .pagination .mdl-button.mdl-button--colored { background: none; border-bottom: 3px solid #9b9b9b; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; color: black; margin-bottom: -2px; } .mdl-button.next:before, .mdl-button.previous:before, .mdl-button.first:before, .mdl-button.last:before { height: 30px; width: 30px; display: block; position: relative; color: #9b9b9b; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .mdl-button.next:before { content: "chevron_right"; } .mdl-button.previous:before { content: "chevron_left"; } .mdl-button.first:before { content: "first_page"; } .mdl-button.last:before { content: "last_page"; } .mdl-button.first.disabled:before, .mdl-button.last.disabled:before, .mdl-button.previous.disabled:before, .mdl-button.next.disabled:before { color: #e0e0e0 !important; } @media (max-width: 600px) { div.material-table .table-footer .dataTables_info { width: 40% !important; display: block !important; float: left; margin: 1em 0 !important; text-align: center !important; } div.material-table .table-footer .dataTables_length { width: 60% !important; display: block !important; float: left; margin: 1em 0 0 !important; text-align: center !important; } div.dataTables_wrapper div.dataTables_paginate { width: 100% !important; display: block !important; text-align: center !important; margin: 0 auto 1.5em; float: left; } div.material-table .table-footer { display: block !important; } } div.material-table table thead tr th { text-align: left; padding: 0em .5em; } div.material-table table tbody tr td { padding: 1em .5em; text-align: left; } .no-sort::after { display: none !important; } .dataTables_empty { padding: 1em !important; text-align: center !important; } .table-striped tr.odd, .striped-table tr.odd { background: rgba(0, 0, 0, 0.1) !important; } div.material-table table th.sorting:after, div.material-table table th.sorting_asc:after, div.material-table table th.sorting_desc:after { position: absolute; margin: -7px 0 0 5px; font-size: 16px; } .dark-table div.material-table table tbody tr:hover { background-color: rgba(0, 0, 0, 0.3); cursor: default; } .dark-table .mdl-checkbox__box-outline { border: 2px solid white; } .dark-table .material-table .pagination .mdl-button.mdl-button--colored, .dark-table div.material-table .table-footer label, .dark-table div.material-table .table-footer select, .dark-table div.material-table .table-footer { color: inherit !important; } .php-info-table { background: #FFFFFF !important; } .php-info-table img { display: none; } .php-info-table h1 { font-size: 34px; width: 100%; text-align: left; padding: 0 20px; } .php-info-table h2 { font-size: 1.3em; text-align: center; background: rgba(0, 0, 0, 0.2); color: #FFFFFF !important; } .php-info-table h2 a { color: #FFFFFF !important; } .php-info-table hr { display: none; } .php-info-table .e, .php-info-table .v, .php-info-table .vr { color: #333; font-size: 11px; } .php-info-table .e { background: #FFFFFF; padding: 1em !important; } .php-info-table .e:hover { background: #FFFFFF !important; } .php-info-table .v { background: #FFFFFF; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; padding: 1em !important; } .php-info-table .v td { background: #FFFFFF !important; padding: 1em !important; } .php-info-table .v td:hover { background: #FFFFFF !important; } .php-info-table .v:hover { background: #FFFFFF !important; } .mdl-button .mdl-spinner { top: 5px; left: 45%; position: absolute; } .mdl-spinner--single-color.mdl-color-white .mdl-spinner__layer-1, .mdl-spinner--single-color.mdl-color-white .mdl-spinner__layer-2, .mdl-spinner--single-color.mdl-color-white .mdl-spinner__layer-2, .mdl-spinner--single-color.mdl-color-white .mdl-spinner__layer-4 { border-color: #FFFFFF; } .mdl-card.demo-card-wide { width: 512px; } .mdl-card.demo-card-xwide { width: 767px; } .mdl-card.demo-card-full { width: 100%; } .mdl-card.demo-card-full .mdl-card__supporting-text { width: auto; } .card-wide.mdl-card { width: 512px; margin: 0 auto; } .card-wide > .mdl-card__title { color: #fff; height: 192px; background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/welcome_card_tuts.png") center/cover; } .card-wide > .mdl-card__menu { color: #fff; } .mdl-user-avatar { position: absolute; width: 100%; top: 36px; } .mdl-user-avatar img { border-radius: 50%; position: relative; margin: 0 auto; display: block; height: 100px; width: 100px; } .mdl-title-username { width: 100%; 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; font-size: 1.1em !important; margin: 0px 0 5px 0; } @media (min-width: 840px) { .mdl-grid.full-grid { width: 99%; } } .card-image.mdl-card { width: 100%; } .card-image > .mdl-card__actions { padding: 1em 1em 0; z-index: 1; } .mdl-card__supporting-text { width: auto; } .mdl-card__actions .mdl-button { min-width: auto; } .mdl-card__title-text { width: 100%; 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; font-size: 20px !important; margin: 5px 0 5px 0; } .mdl-dialog { position: relative; } .mdl-dialog .mdl-dialog__title { font-size: 1em; padding: .5em !important; margin: 0; } .mdl-dialog .mdl-dialog__actions > * { height: auto !important; } @media (min-width: 767px) { .mdl-dialog { width: 450px; } } dialog::-webkit-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.8); } dialog::backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.8); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; } .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; } .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } .material-icons.md-light { color: white; } .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } .social-list { text-align: center; font-size: 0; margin: 0 auto; padding: 0; } .social-list li { display: inline-block; margin-right: 3%; width: 50px; height: 50px; position: relative; } .social-list li > a > svg { position: absolute; top: 20%; left: 20%; width: 60%; height: 60%; fill: black; -webkit-transition: 0.15s; transition: 0.15s; fill: #9e9e9e !important; } .breadcrumb { width: 100%; padding: 1em 3em; } .breadcrumb ul { list-style: none; margin: 0; padding: 0; } .breadcrumb ul li { padding: 0; margin: 0; line-height: 1; display: inline-block; } .breadcrumb ul li.active a { pointer-events: none; cursor: default; color: black; } .breadcrumb a { text-decoration: none; } .breadcrumb .material-icons { padding: 0 10px; color: #E9A7A1; line-height: 1; vertical-align: -6px; } .badge { padding: 2px 4px 1px; border-radius: 2px; } .mdl-chip { cursor: default; vertical-align: middle; } .mdl-chip.sm-chip { padding: 0 8px; height: 20px; line-height: 20px; } .mdl-chip.sm-chip .mdl-chip__text { font-size: 12px; } .mdl-chip.sm-chip .mdl-chip__contact { height: 20px; line-height: 20px; margin-left: -8px; margin-right: 4px; width: 20px; font-size: 10px; } .mdl-chip.sm-chip .mdl-chip__contact .material-icons { font-size: 18px; line-height: 1.1; } .mdl-chip.md-chip { padding: 0 8px; height: 26px; line-height: 26px; } .mdl-chip.md-chip .mdl-chip__contact { height: 26px; line-height: 26px; margin-left: -8px; width: 26px; } .mdl-chip.md-chip .mdl-chip__contact .material-icons { font-size: 22px; line-height: 1.1; } .mdl-selectfield { position: relative; font-size: 16px; display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 300px; max-width: 100%; margin: 0; padding: 20px 0; } .mdl-selectfield--align-right { text-align: right; } .mdl-selectfield--full-width { width: 100%; } .mdl-selectfield__select { display: block; width: 100%; padding: 4px 0; margin: 0; color: inherit; background: transparent; font-size: 16px; text-align: left; color: inherit; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .mdl-layout .mdl-tabs .mdl-tabs__panel:not(.is-active) { display: none; } .mdl-tabs .mdl-tabs__panel { min-height: 50px; } .mdl-tabs__tab-bar { margin: 0 .55em 1em; display: block; } #weather, .show-forecast { display: none; } .mdl-weather { list-style-type: none; padding: 1em; } .mdl-weather .mdl-menu__item { width: 100%; } #forecast { text-align: center; } #forecast .mdl-weather { padding-top: 0em; } .forecast-item { margin: 0 -30px; padding: 2px 30px; cursor: default; } .forecast-item:nth-child(2) { padding-top: 10px; margin-top: 10px; border-top: 1px solid #f1f1f1; } .forecast-item:last-child { padding-bottom: 0; } .forecast-item.freezing .wi.wi-fw { color: #3150B8 !important; } .forecast-item.superCold .wi.wi-fw { color: #8DB5FB !important; } .forecast-item.veryCold .wi.wi-fw { color: #A5C9FC !important; } .forecast-item.cold .wi.wi-fw { color: #C0DFFE !important; } .forecast-item.brisk .wi.wi-fw { color: #C0E2FD !important; } .forecast-item.fair .wi.wi-fw { color: #00F484 !important; } .forecast-item.nice .wi.wi-fw { color: #CCFF00 !important; } .forecast-item.warm .wi.wi-fw { color: #FFFF00 !important; } .forecast-item.hot .wi.wi-fw { color: #FFCC00 !important; } .forecast-item.superHot .wi.wi-fw { color: #FF9900 !important; } .forecast-item.extreme .wi.wi-fw { color: #FF3200 !important; } .forecast-item .day { width: 40px; display: inline-block; } /*! * Weather Icons 2.0 * Updated August 1, 2015 * Weather themed icons for Bootstrap * Author - <NAME> - <EMAIL> * Email: <EMAIL> * Twitter: http://twitter.com/Erik_UX * ------------------------------------------------------------------------------ * Maintained at http://erikflowers.github.io/weather-icons * * License * ------------------------------------------------------------------------------ * - Font licensed under SIL OFL 1.1 - * http://scripts.sil.org/OFL * - CSS, LESS and SCSS are licensed under MIT License - * http://opensource.org/licenses/mit-license.html * - Documentation licensed under CC BY 3.0 - * http://creativecommons.org/licenses/by/3.0/ * - Inspired by and works great as a companion with Font Awesome * "Font Awesome by <NAME> - http://fontawesome.io" */ @font-face { font-family: "weathericons"; src: url("/fonts/weather-icons/weathericons-regular-webfont.eot"); src: url("/fonts/weather-icons/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/weather-icons/weathericons-regular-webfont.woff2") format("woff2"), url("/fonts/weather-icons/weathericons-regular-webfont.woff") format("woff"), url("/fonts/weather-icons/weathericons-regular-webfont.ttf") format("truetype"), url("/fonts/weather-icons/weathericons-regular-webfont.svg#weather_iconsregular") format("svg"); font-weight: normal; font-style: normal; } .wi { display: inline-block; font-family: "weathericons"; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wi-fw { width: 1.4em; text-align: center; } .wi-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .wi-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); transform: scale(1, -1); } .wi-day-sunny:before { content: "\F00D"; } .wi-day-cloudy:before { content: "\F002"; } .wi-day-cloudy-gusts:before { content: "\F000"; } .wi-day-cloudy-windy:before { content: "\F001"; } .wi-day-fog:before { content: "\F003"; } .wi-day-hail:before { content: "\F004"; } .wi-day-haze:before { content: "\F0B6"; } .wi-day-lightning:before { content: "\F005"; } .wi-day-rain:before { content: "\F008"; } .wi-day-rain-mix:before { content: "\F006"; } .wi-day-rain-wind:before { content: "\F007"; } .wi-day-showers:before { content: "\F009"; } .wi-day-sleet:before { content: "\F0B2"; } .wi-day-sleet-storm:before { content: "\F068"; } .wi-day-snow:before { content: "\F00A"; } .wi-day-snow-thunderstorm:before { content: "\F06B"; } .wi-day-snow-wind:before { content: "\F065"; } .wi-day-sprinkle:before { content: "\F00B"; } .wi-day-storm-showers:before { content: "\F00E"; } .wi-day-sunny-overcast:before { content: "\F00C"; } .wi-day-thunderstorm:before { content: "\F010"; } .wi-day-windy:before { content: "\F085"; } .wi-solar-eclipse:before { content: "\F06E"; } .wi-hot:before { content: "\F072"; } .wi-day-cloudy-high:before { content: "\F07D"; } .wi-day-light-wind:before { content: "\F0C4"; } .wi-night-clear:before { content: "\F02E"; } .wi-night-alt-cloudy:before { content: "\F086"; } .wi-night-alt-cloudy-gusts:before { content: "\F022"; } .wi-night-alt-cloudy-windy:before { content: "\F023"; } .wi-night-alt-hail:before { content: "\F024"; } .wi-night-alt-lightning:before { content: "\F025"; } .wi-night-alt-rain:before { content: "\F028"; } .wi-night-alt-rain-mix:before { content: "\F026"; } .wi-night-alt-rain-wind:before { content: "\F027"; } .wi-night-alt-showers:before { content: "\F029"; } .wi-night-alt-sleet:before { content: "\F0B4"; } .wi-night-alt-sleet-storm:before { content: "\F06A"; } .wi-night-alt-snow:before { content: "\F02A"; } .wi-night-alt-snow-thunderstorm:before { content: "\F06D"; } .wi-night-alt-snow-wind:before { content: "\F067"; } .wi-night-alt-sprinkle:before { content: "\F02B"; } .wi-night-alt-storm-showers:before { content: "\F02C"; } .wi-night-alt-thunderstorm:before { content: "\F02D"; } .wi-night-cloudy:before { content: "\F031"; } .wi-night-cloudy-gusts:before { content: "\F02F"; } .wi-night-cloudy-windy:before { content: "\F030"; } .wi-night-fog:before { content: "\F04A"; } .wi-night-hail:before { content: "\F032"; } .wi-night-lightning:before { content: "\F033"; } .wi-night-partly-cloudy:before { content: "\F083"; } .wi-night-rain:before { content: "\F036"; } .wi-night-rain-mix:before { content: "\F034"; } .wi-night-rain-wind:before { content: "\F035"; } .wi-night-showers:before { content: "\F037"; } .wi-night-sleet:before { content: "\F0B3"; } .wi-night-sleet-storm:before { content: "\F069"; } .wi-night-snow:before { content: "\F038"; } .wi-night-snow-thunderstorm:before { content: "\F06C"; } .wi-night-snow-wind:before { content: "\F066"; } .wi-night-sprinkle:before { content: "\F039"; } .wi-night-storm-showers:before { content: "\F03A"; } .wi-night-thunderstorm:before { content: "\F03B"; } .wi-lunar-eclipse:before { content: "\F070"; } .wi-stars:before { content: "\F077"; } .wi-storm-showers:before { content: "\F01D"; } .wi-thunderstorm:before { content: "\F01E"; } .wi-night-alt-cloudy-high:before { content: "\F07E"; } .wi-night-cloudy-high:before { content: "\F080"; } .wi-night-alt-partly-cloudy:before { content: "\F081"; } .wi-cloud:before { content: "\F041"; } .wi-cloudy:before { content: "\F013"; } .wi-cloudy-gusts:before { content: "\F011"; } .wi-cloudy-windy:before { content: "\F012"; } .wi-fog:before { content: "\F014"; } .wi-hail:before { content: "\F015"; } .wi-rain:before { content: "\F019"; } .wi-rain-mix:before { content: "\F017"; } .wi-rain-wind:before { content: "\F018"; } .wi-showers:before { content: "\F01A"; } .wi-sleet:before { content: "\F0B5"; } .wi-snow:before { content: "\F01B"; } .wi-sprinkle:before { content: "\F01C"; } .wi-storm-showers:before { content: "\F01D"; } .wi-thunderstorm:before { content: "\F01E"; } .wi-snow-wind:before { content: "\F064"; } .wi-snow:before { content: "\F01B"; } .wi-smog:before { content: "\F074"; } .wi-smoke:before { content: "\F062"; } .wi-lightning:before { content: "\F016"; } .wi-raindrops:before { content: "\F04E"; } .wi-raindrop:before { content: "\F078"; } .wi-dust:before { content: "\F063"; } .wi-snowflake-cold:before { content: "\F076"; } .wi-windy:before { content: "\F021"; } .wi-strong-wind:before { content: "\F050"; } .wi-sandstorm:before { content: "\F082"; } .wi-earthquake:before { content: "\F0C6"; } .wi-fire:before { content: "\F0C7"; } .wi-flood:before { content: "\F07C"; } .wi-meteor:before { content: "\F071"; } .wi-tsunami:before { content: "\F0C5"; } .wi-volcano:before { content: "\F0C8"; } .wi-hurricane:before { content: "\F073"; } .wi-tornado:before { content: "\F056"; } .wi-small-craft-advisory:before { content: "\F0CC"; } .wi-gale-warning:before { content: "\F0CD"; } .wi-storm-warning:before { content: "\F0CE"; } .wi-hurricane-warning:before { content: "\F0CF"; } .wi-wind-direction:before { content: "\F0B1"; } .wi-alien:before { content: "\F075"; } .wi-celsius:before { content: "\F03C"; } .wi-fahrenheit:before { content: "\F045"; } .wi-degrees:before { content: "\F042"; } .wi-thermometer:before { content: "\F055"; } .wi-thermometer-exterior:before { content: "\F053"; } .wi-thermometer-internal:before { content: "\F054"; } .wi-cloud-down:before { content: "\F03D"; } .wi-cloud-up:before { content: "\F040"; } .wi-cloud-refresh:before { content: "\F03E"; } .wi-horizon:before { content: "\F047"; } .wi-horizon-alt:before { content: "\F046"; } .wi-sunrise:before { content: "\F051"; } .wi-sunset:before { content: "\F052"; } .wi-moonrise:before { content: "\F0C9"; } .wi-moonset:before { content: "\F0CA"; } .wi-refresh:before { content: "\F04C"; } .wi-refresh-alt:before { content: "\F04B"; } .wi-umbrella:before { content: "\F084"; } .wi-barometer:before { content: "\F079"; } .wi-humidity:before { content: "\F07A"; } .wi-na:before { content: "\F07B"; } .wi-train:before { content: "\F0CB"; } .wi-moon-new:before { content: "\F095"; } .wi-moon-waxing-crescent-1:before { content: "\F096"; } .wi-moon-waxing-crescent-2:before { content: "\F097"; } .wi-moon-waxing-crescent-3:before { content: "\F098"; } .wi-moon-waxing-crescent-4:before { content: "\F099"; } .wi-moon-waxing-crescent-5:before { content: "\F09A"; } .wi-moon-waxing-crescent-6:before { content: "\F09B"; } .wi-moon-first-quarter:before { content: "\F09C"; } .wi-moon-waxing-gibbous-1:before { content: "\F09D"; } .wi-moon-waxing-gibbous-2:before { content: "\F09E"; } .wi-moon-waxing-gibbous-3:before { content: "\F09F"; } .wi-moon-waxing-gibbous-4:before { content: "\F0A0"; } .wi-moon-waxing-gibbous-5:before { content: "\F0A1"; } .wi-moon-waxing-gibbous-6:before { content: "\F0A2"; } .wi-moon-full:before { content: "\F0A3"; } .wi-moon-waning-gibbous-1:before { content: "\F0A4"; } .wi-moon-waning-gibbous-2:before { content: "\F0A5"; } .wi-moon-waning-gibbous-3:before { content: "\F0A6"; } .wi-moon-waning-gibbous-4:before { content: "\F0A7"; } .wi-moon-waning-gibbous-5:before { content: "\F0A8"; } .wi-moon-waning-gibbous-6:before { content: "\F0A9"; } .wi-moon-third-quarter:before { content: "\F0AA"; } .wi-moon-waning-crescent-1:before { content: "\F0AB"; } .wi-moon-waning-crescent-2:before { content: "\F0AC"; } .wi-moon-waning-crescent-3:before { content: "\F0AD"; } .wi-moon-waning-crescent-4:before { content: "\F0AE"; } .wi-moon-waning-crescent-5:before { content: "\F0AF"; } .wi-moon-waning-crescent-6:before { content: "\F0B0"; } .wi-moon-alt-new:before { content: "\F0EB"; } .wi-moon-alt-waxing-crescent-1:before { content: "\F0D0"; } .wi-moon-alt-waxing-crescent-2:before { content: "\F0D1"; } .wi-moon-alt-waxing-crescent-3:before { content: "\F0D2"; } .wi-moon-alt-waxing-crescent-4:before { content: "\F0D3"; } .wi-moon-alt-waxing-crescent-5:before { content: "\F0D4"; } .wi-moon-alt-waxing-crescent-6:before { content: "\F0D5"; } .wi-moon-alt-first-quarter:before { content: "\F0D6"; } .wi-moon-alt-waxing-gibbous-1:before { content: "\F0D7"; } .wi-moon-alt-waxing-gibbous-2:before { content: "\F0D8"; } .wi-moon-alt-waxing-gibbous-3:before { content: "\F0D9"; } .wi-moon-alt-waxing-gibbous-4:before { content: "\F0DA"; } .wi-moon-alt-waxing-gibbous-5:before { content: "\F0DB"; } .wi-moon-alt-waxing-gibbous-6:before { content: "\F0DC"; } .wi-moon-alt-full:before { content: "\F0DD"; } .wi-moon-alt-waning-gibbous-1:before { content: "\F0DE"; } .wi-moon-alt-waning-gibbous-2:before { content: "\F0DF"; } .wi-moon-alt-waning-gibbous-3:before { content: "\F0E0"; } .wi-moon-alt-waning-gibbous-4:before { content: "\F0E1"; } .wi-moon-alt-waning-gibbous-5:before { content: "\F0E2"; } .wi-moon-alt-waning-gibbous-6:before { content: "\F0E3"; } .wi-moon-alt-third-quarter:before { content: "\F0E4"; } .wi-moon-alt-waning-crescent-1:before { content: "\F0E5"; } .wi-moon-alt-waning-crescent-2:before { content: "\F0E6"; } .wi-moon-alt-waning-crescent-3:before { content: "\F0E7"; } .wi-moon-alt-waning-crescent-4:before { content: "\F0E8"; } .wi-moon-alt-waning-crescent-5:before { content: "\F0E9"; } .wi-moon-alt-waning-crescent-6:before { content: "\F0EA"; } .wi-moon-0:before { content: "\F095"; } .wi-moon-1:before { content: "\F096"; } .wi-moon-2:before { content: "\F097"; } .wi-moon-3:before { content: "\F098"; } .wi-moon-4:before { content: "\F099"; } .wi-moon-5:before { content: "\F09A"; } .wi-moon-6:before { content: "\F09B"; } .wi-moon-7:before { content: "\F09C"; } .wi-moon-8:before { content: "\F09D"; } .wi-moon-9:before { content: "\F09E"; } .wi-moon-10:before { content: "\F09F"; } .wi-moon-11:before { content: "\F0A0"; } .wi-moon-12:before { content: "\F0A1"; } .wi-moon-13:before { content: "\F0A2"; } .wi-moon-14:before { content: "\F0A3"; } .wi-moon-15:before { content: "\F0A4"; } .wi-moon-16:before { content: "\F0A5"; } .wi-moon-17:before { content: "\F0A6"; } .wi-moon-18:before { content: "\F0A7"; } .wi-moon-19:before { content: "\F0A8"; } .wi-moon-20:before { content: "\F0A9"; } .wi-moon-21:before { content: "\F0AA"; } .wi-moon-22:before { content: "\F0AB"; } .wi-moon-23:before { content: "\F0AC"; } .wi-moon-24:before { content: "\F0AD"; } .wi-moon-25:before { content: "\F0AE"; } .wi-moon-26:before { content: "\F0AF"; } .wi-moon-27:before { content: "\F0B0"; } .wi-time-1:before { content: "\F08A"; } .wi-time-2:before { content: "\F08B"; } .wi-time-3:before { content: "\F08C"; } .wi-time-4:before { content: "\F08D"; } .wi-time-5:before { content: "\F08E"; } .wi-time-6:before { content: "\F08F"; } .wi-time-7:before { content: "\F090"; } .wi-time-8:before { content: "\F091"; } .wi-time-9:before { content: "\F092"; } .wi-time-10:before { content: "\F093"; } .wi-time-11:before { content: "\F094"; } .wi-time-12:before { content: "\F089"; } .wi-direction-up:before { content: "\F058"; } .wi-direction-up-right:before { content: "\F057"; } .wi-direction-right:before { content: "\F04D"; } .wi-direction-down-right:before { content: "\F088"; } .wi-direction-down:before { content: "\F044"; } .wi-direction-down-left:before { content: "\F043"; } .wi-direction-left:before { content: "\F048"; } .wi-direction-up-left:before { content: "\F087"; } .wi-wind-beaufort-0:before { content: "\F0B7"; } .wi-wind-beaufort-1:before { content: "\F0B8"; } .wi-wind-beaufort-2:before { content: "\F0B9"; } .wi-wind-beaufort-3:before { content: "\F0BA"; } .wi-wind-beaufort-4:before { content: "\F0BB"; } .wi-wind-beaufort-5:before { content: "\F0BC"; } .wi-wind-beaufort-6:before { content: "\F0BD"; } .wi-wind-beaufort-7:before { content: "\F0BE"; } .wi-wind-beaufort-8:before { content: "\F0BF"; } .wi-wind-beaufort-9:before { content: "\F0C0"; } .wi-wind-beaufort-10:before { content: "\F0C1"; } .wi-wind-beaufort-11:before { content: "\F0C2"; } .wi-wind-beaufort-12:before { content: "\F0C3"; } @font-face { font-family: "weathericons"; src: url("/fonts/weather-icons/weathericons-regular-webfont.eot"); src: url("/fonts/weather-icons/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/weather-icons/weathericons-regular-webfont.woff2") format("woff2"), url("/fonts/weather-icons/weathericons-regular-webfont.woff") format("woff"), url("/fonts/weather-icons/weathericons-regular-webfont.ttf") format("truetype"), url("/fonts/weather-icons/weathericons-regular-webfont.svg#weather_iconsregular") format("svg"); font-weight: normal; font-style: normal; } .wi { display: inline-block; font-family: "weathericons"; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wi-fw { width: 1.4em; text-align: center; } .wi-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .wi-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); transform: scale(1, -1); } .wi-wind:before { content: "\F0B1"; } .wi-wind.towards-0-deg, .wi-wind-towards-n { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.towards-1-deg { -webkit-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.towards-2-deg { -webkit-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.towards-3-deg { -webkit-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.towards-4-deg { -webkit-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.towards-5-deg { -webkit-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.towards-6-deg { -webkit-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.towards-7-deg { -webkit-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.towards-8-deg { -webkit-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.towards-9-deg { -webkit-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.towards-10-deg { -webkit-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.towards-11-deg { -webkit-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.towards-12-deg { -webkit-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.towards-13-deg { -webkit-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.towards-14-deg { -webkit-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.towards-15-deg { -webkit-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.towards-16-deg { -webkit-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.towards-17-deg { -webkit-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.towards-18-deg { -webkit-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.towards-19-deg { -webkit-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.towards-20-deg { -webkit-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.towards-21-deg { -webkit-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.towards-22-deg { -webkit-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.towards-23-deg { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.towards-24-deg { -webkit-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.towards-25-deg { -webkit-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.towards-26-deg { -webkit-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.towards-27-deg { -webkit-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.towards-28-deg { -webkit-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.towards-29-deg { -webkit-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.towards-30-deg { -webkit-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.towards-31-deg { -webkit-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.towards-32-deg { -webkit-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.towards-33-deg { -webkit-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.towards-34-deg { -webkit-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.towards-35-deg { -webkit-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.towards-36-deg { -webkit-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.towards-37-deg { -webkit-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.towards-38-deg { -webkit-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.towards-39-deg { -webkit-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.towards-40-deg { -webkit-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.towards-41-deg { -webkit-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.towards-42-deg { -webkit-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.towards-43-deg { -webkit-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.towards-44-deg { -webkit-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.towards-45-deg { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.towards-46-deg { -webkit-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.towards-47-deg { -webkit-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.towards-48-deg { -webkit-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.towards-49-deg { -webkit-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.towards-50-deg { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.towards-51-deg { -webkit-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.towards-52-deg { -webkit-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.towards-53-deg { -webkit-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.towards-54-deg { -webkit-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.towards-55-deg { -webkit-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.towards-56-deg { -webkit-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.towards-57-deg { -webkit-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.towards-58-deg { -webkit-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.towards-59-deg { -webkit-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.towards-60-deg { -webkit-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.towards-61-deg { -webkit-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.towards-62-deg { -webkit-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.towards-63-deg { -webkit-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.towards-64-deg { -webkit-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.towards-65-deg { -webkit-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.towards-66-deg { -webkit-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.towards-67-deg { -webkit-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.towards-68-deg { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.towards-69-deg { -webkit-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.towards-70-deg { -webkit-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.towards-71-deg { -webkit-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.towards-72-deg { -webkit-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.towards-73-deg { -webkit-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.towards-74-deg { -webkit-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.towards-75-deg { -webkit-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.towards-76-deg { -webkit-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.towards-77-deg { -webkit-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.towards-78-deg { -webkit-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.towards-79-deg { -webkit-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.towards-80-deg { -webkit-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.towards-81-deg { -webkit-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.towards-82-deg { -webkit-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.towards-83-deg { -webkit-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.towards-84-deg { -webkit-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.towards-85-deg { -webkit-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.towards-86-deg { -webkit-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.towards-87-deg { -webkit-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.towards-88-deg { -webkit-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.towards-89-deg { -webkit-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.towards-90-deg { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.towards-91-deg { -webkit-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.towards-92-deg { -webkit-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.towards-93-deg { -webkit-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.towards-94-deg { -webkit-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.towards-95-deg { -webkit-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.towards-96-deg { -webkit-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.towards-97-deg { -webkit-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.towards-98-deg { -webkit-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.towards-99-deg { -webkit-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.towards-100-deg { -webkit-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.towards-101-deg { -webkit-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.towards-102-deg { -webkit-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.towards-103-deg { -webkit-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.towards-104-deg { -webkit-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.towards-105-deg { -webkit-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.towards-106-deg { -webkit-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.towards-107-deg { -webkit-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.towards-108-deg { -webkit-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.towards-109-deg { -webkit-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.towards-110-deg { -webkit-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.towards-111-deg { -webkit-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.towards-112-deg { -webkit-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.towards-113-deg { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.towards-114-deg { -webkit-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.towards-115-deg { -webkit-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.towards-116-deg { -webkit-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.towards-117-deg { -webkit-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.towards-118-deg { -webkit-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.towards-119-deg { -webkit-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.towards-120-deg { -webkit-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.towards-121-deg { -webkit-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.towards-122-deg { -webkit-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.towards-123-deg { -webkit-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.towards-124-deg { -webkit-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.towards-125-deg { -webkit-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.towards-126-deg { -webkit-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.towards-127-deg { -webkit-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.towards-128-deg { -webkit-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.towards-129-deg { -webkit-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.towards-130-deg { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.towards-131-deg { -webkit-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.towards-132-deg { -webkit-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.towards-133-deg { -webkit-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.towards-134-deg { -webkit-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.towards-135-deg { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.towards-136-deg { -webkit-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.towards-137-deg { -webkit-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.towards-138-deg { -webkit-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.towards-139-deg { -webkit-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.towards-140-deg { -webkit-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.towards-141-deg { -webkit-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.towards-142-deg { -webkit-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.towards-143-deg { -webkit-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.towards-144-deg { -webkit-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.towards-145-deg { -webkit-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.towards-146-deg { -webkit-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.towards-147-deg { -webkit-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.towards-148-deg { -webkit-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.towards-149-deg { -webkit-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.towards-150-deg { -webkit-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.towards-151-deg { -webkit-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.towards-152-deg { -webkit-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.towards-153-deg { -webkit-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.towards-154-deg { -webkit-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.towards-155-deg { -webkit-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.towards-156-deg { -webkit-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.towards-157-deg { -webkit-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.towards-158-deg { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.towards-159-deg { -webkit-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.towards-160-deg { -webkit-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.towards-161-deg { -webkit-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.towards-162-deg { -webkit-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.towards-163-deg { -webkit-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.towards-164-deg { -webkit-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.towards-165-deg { -webkit-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.towards-166-deg { -webkit-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.towards-167-deg { -webkit-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.towards-168-deg { -webkit-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.towards-169-deg { -webkit-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.towards-170-deg { -webkit-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.towards-171-deg { -webkit-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.towards-172-deg { -webkit-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.towards-173-deg { -webkit-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.towards-174-deg { -webkit-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.towards-175-deg { -webkit-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.towards-176-deg { -webkit-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.towards-177-deg { -webkit-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.towards-178-deg { -webkit-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.towards-179-deg { -webkit-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.towards-180-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.towards-181-deg { -webkit-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.towards-182-deg { -webkit-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.towards-183-deg { -webkit-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.towards-184-deg { -webkit-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.towards-185-deg { -webkit-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.towards-186-deg { -webkit-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.towards-187-deg { -webkit-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.towards-188-deg { -webkit-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.towards-189-deg { -webkit-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.towards-190-deg { -webkit-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.towards-191-deg { -webkit-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.towards-192-deg { -webkit-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.towards-193-deg { -webkit-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.towards-194-deg { -webkit-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.towards-195-deg { -webkit-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.towards-196-deg { -webkit-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.towards-197-deg { -webkit-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.towards-198-deg { -webkit-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.towards-199-deg { -webkit-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.towards-200-deg { -webkit-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.towards-201-deg { -webkit-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.towards-202-deg { -webkit-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.towards-203-deg { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.towards-204-deg { -webkit-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.towards-205-deg { -webkit-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.towards-206-deg { -webkit-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.towards-207-deg { -webkit-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.towards-208-deg { -webkit-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.towards-209-deg { -webkit-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.towards-210-deg { -webkit-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.towards-211-deg { -webkit-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.towards-212-deg { -webkit-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.towards-213-deg { -webkit-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.towards-214-deg { -webkit-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.towards-215-deg { -webkit-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.towards-216-deg { -webkit-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.towards-217-deg { -webkit-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.towards-218-deg { -webkit-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.towards-219-deg { -webkit-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.towards-220-deg { -webkit-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.towards-221-deg { -webkit-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.towards-222-deg { -webkit-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.towards-223-deg { -webkit-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.towards-224-deg { -webkit-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.towards-225-deg { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.towards-226-deg { -webkit-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.towards-227-deg { -webkit-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.towards-228-deg { -webkit-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.towards-229-deg { -webkit-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.towards-230-deg { -webkit-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.towards-231-deg { -webkit-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.towards-232-deg { -webkit-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.towards-233-deg { -webkit-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.towards-234-deg { -webkit-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.towards-235-deg { -webkit-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.towards-236-deg { -webkit-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.towards-237-deg { -webkit-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.towards-238-deg { -webkit-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.towards-239-deg { -webkit-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.towards-240-deg { -webkit-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.towards-241-deg { -webkit-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.towards-242-deg { -webkit-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.towards-243-deg { -webkit-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.towards-244-deg { -webkit-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.towards-245-deg { -webkit-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.towards-246-deg { -webkit-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.towards-247-deg { -webkit-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.towards-248-deg { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.towards-249-deg { -webkit-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.towards-250-deg { -webkit-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.towards-251-deg { -webkit-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.towards-252-deg { -webkit-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.towards-253-deg { -webkit-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.towards-254-deg { -webkit-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.towards-255-deg { -webkit-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.towards-256-deg { -webkit-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.towards-257-deg { -webkit-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.towards-258-deg { -webkit-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.towards-259-deg { -webkit-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.towards-260-deg { -webkit-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.towards-261-deg { -webkit-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.towards-262-deg { -webkit-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.towards-263-deg { -webkit-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.towards-264-deg { -webkit-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.towards-265-deg { -webkit-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.towards-266-deg { -webkit-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.towards-267-deg { -webkit-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.towards-268-deg { -webkit-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.towards-269-deg { -webkit-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.towards-270-deg { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.towards-271-deg { -webkit-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.towards-272-deg { -webkit-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.towards-273-deg { -webkit-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.towards-274-deg { -webkit-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.towards-275-deg { -webkit-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.towards-276-deg { -webkit-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.towards-277-deg { -webkit-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.towards-278-deg { -webkit-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.towards-279-deg { -webkit-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.towards-280-deg { -webkit-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.towards-281-deg { -webkit-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.towards-282-deg { -webkit-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.towards-283-deg { -webkit-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.towards-284-deg { -webkit-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.towards-285-deg { -webkit-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.towards-286-deg { -webkit-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.towards-287-deg { -webkit-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.towards-288-deg { -webkit-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.towards-289-deg { -webkit-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.towards-290-deg { -webkit-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.towards-291-deg { -webkit-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.towards-292-deg { -webkit-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.towards-293-deg { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.towards-294-deg { -webkit-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.towards-295-deg { -webkit-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.towards-296-deg { -webkit-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.towards-297-deg { -webkit-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.towards-298-deg { -webkit-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.towards-299-deg { -webkit-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.towards-300-deg { -webkit-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.towards-301-deg { -webkit-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.towards-302-deg { -webkit-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.towards-303-deg { -webkit-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.towards-304-deg { -webkit-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.towards-305-deg { -webkit-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.towards-306-deg { -webkit-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.towards-307-deg { -webkit-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.towards-308-deg { -webkit-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.towards-309-deg { -webkit-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.towards-310-deg { -webkit-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.towards-311-deg { -webkit-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.towards-312-deg { -webkit-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.towards-313-deg { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.towards-314-deg { -webkit-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.towards-315-deg { -webkit-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.towards-316-deg { -webkit-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.towards-317-deg { -webkit-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.towards-318-deg { -webkit-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.towards-319-deg { -webkit-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.towards-320-deg { -webkit-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.towards-321-deg { -webkit-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.towards-322-deg { -webkit-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.towards-323-deg { -webkit-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.towards-324-deg { -webkit-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.towards-325-deg { -webkit-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.towards-326-deg { -webkit-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.towards-327-deg { -webkit-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.towards-328-deg { -webkit-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.towards-329-deg { -webkit-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.towards-330-deg { -webkit-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.towards-331-deg { -webkit-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.towards-332-deg { -webkit-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.towards-333-deg { -webkit-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.towards-334-deg { -webkit-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.towards-335-deg { -webkit-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.towards-336-deg { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.towards-337-deg { -webkit-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.towards-338-deg { -webkit-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.towards-339-deg { -webkit-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.towards-340-deg { -webkit-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.towards-341-deg { -webkit-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.towards-342-deg { -webkit-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.towards-343-deg { -webkit-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.towards-344-deg { -webkit-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.towards-345-deg { -webkit-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.towards-346-deg { -webkit-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.towards-347-deg { -webkit-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.towards-348-deg { -webkit-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.towards-349-deg { -webkit-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.towards-350-deg { -webkit-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.towards-351-deg { -webkit-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.towards-352-deg { -webkit-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.towards-353-deg { -webkit-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.towards-354-deg { -webkit-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.towards-355-deg { -webkit-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.towards-356-deg { -webkit-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.towards-357-deg { -webkit-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.towards-358-deg { -webkit-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.towards-359-deg { -webkit-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.towards-360-deg { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-0-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.from-1-deg { -webkit-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.from-2-deg { -webkit-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.from-3-deg { -webkit-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.from-4-deg { -webkit-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.from-5-deg { -webkit-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.from-6-deg { -webkit-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.from-7-deg { -webkit-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.from-8-deg { -webkit-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.from-9-deg { -webkit-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.from-10-deg { -webkit-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.from-11-deg { -webkit-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.from-12-deg { -webkit-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.from-13-deg { -webkit-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.from-14-deg { -webkit-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.from-15-deg { -webkit-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.from-16-deg { -webkit-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.from-17-deg { -webkit-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.from-18-deg { -webkit-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.from-19-deg { -webkit-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.from-20-deg { -webkit-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.from-21-deg { -webkit-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.from-22-deg { -webkit-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.from-23-deg { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.from-24-deg { -webkit-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.from-25-deg { -webkit-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.from-26-deg { -webkit-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.from-27-deg { -webkit-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.from-28-deg { -webkit-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.from-29-deg { -webkit-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.from-30-deg { -webkit-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.from-31-deg { -webkit-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.from-32-deg { -webkit-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.from-33-deg { -webkit-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.from-34-deg { -webkit-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.from-35-deg { -webkit-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.from-36-deg { -webkit-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.from-37-deg { -webkit-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.from-38-deg { -webkit-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.from-39-deg { -webkit-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.from-40-deg { -webkit-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.from-41-deg { -webkit-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.from-42-deg { -webkit-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.from-43-deg { -webkit-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.from-44-deg { -webkit-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.from-45-deg { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.from-46-deg { -webkit-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.from-47-deg { -webkit-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.from-48-deg { -webkit-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.from-49-deg { -webkit-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.from-50-deg { -webkit-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.from-51-deg { -webkit-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.from-52-deg { -webkit-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.from-53-deg { -webkit-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.from-54-deg { -webkit-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.from-55-deg { -webkit-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.from-56-deg { -webkit-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.from-57-deg { -webkit-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.from-58-deg { -webkit-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.from-59-deg { -webkit-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.from-60-deg { -webkit-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.from-61-deg { -webkit-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.from-62-deg { -webkit-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.from-63-deg { -webkit-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.from-64-deg { -webkit-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.from-65-deg { -webkit-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.from-66-deg { -webkit-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.from-67-deg { -webkit-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.from-68-deg { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.from-69-deg { -webkit-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.from-70-deg { -webkit-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.from-71-deg { -webkit-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.from-72-deg { -webkit-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.from-73-deg { -webkit-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.from-74-deg { -webkit-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.from-75-deg { -webkit-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.from-76-deg { -webkit-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.from-77-deg { -webkit-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.from-78-deg { -webkit-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.from-79-deg { -webkit-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.from-80-deg { -webkit-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.from-81-deg { -webkit-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.from-82-deg { -webkit-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.from-83-deg { -webkit-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.from-84-deg { -webkit-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.from-85-deg { -webkit-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.from-86-deg { -webkit-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.from-87-deg { -webkit-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.from-88-deg { -webkit-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.from-89-deg { -webkit-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.from-90-deg { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.from-91-deg { -webkit-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.from-92-deg { -webkit-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.from-93-deg { -webkit-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.from-94-deg { -webkit-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.from-95-deg { -webkit-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.from-96-deg { -webkit-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.from-97-deg { -webkit-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.from-98-deg { -webkit-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.from-99-deg { -webkit-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.from-100-deg { -webkit-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.from-101-deg { -webkit-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.from-102-deg { -webkit-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.from-103-deg { -webkit-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.from-104-deg { -webkit-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.from-105-deg { -webkit-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.from-106-deg { -webkit-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.from-107-deg { -webkit-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.from-108-deg { -webkit-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.from-109-deg { -webkit-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.from-110-deg { -webkit-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.from-111-deg { -webkit-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.from-112-deg { -webkit-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.from-113-deg { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.from-114-deg { -webkit-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.from-115-deg { -webkit-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.from-116-deg { -webkit-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.from-117-deg { -webkit-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.from-118-deg { -webkit-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.from-119-deg { -webkit-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.from-120-deg { -webkit-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.from-121-deg { -webkit-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.from-122-deg { -webkit-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.from-123-deg { -webkit-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.from-124-deg { -webkit-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.from-125-deg { -webkit-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.from-126-deg { -webkit-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.from-127-deg { -webkit-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.from-128-deg { -webkit-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.from-129-deg { -webkit-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.from-130-deg { -webkit-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.from-131-deg { -webkit-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.from-132-deg { -webkit-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.from-133-deg { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.from-134-deg { -webkit-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.from-135-deg { -webkit-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.from-136-deg { -webkit-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.from-137-deg { -webkit-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.from-138-deg { -webkit-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.from-139-deg { -webkit-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.from-140-deg { -webkit-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.from-141-deg { -webkit-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.from-142-deg { -webkit-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.from-143-deg { -webkit-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.from-144-deg { -webkit-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.from-145-deg { -webkit-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.from-146-deg { -webkit-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.from-147-deg { -webkit-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.from-148-deg { -webkit-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.from-149-deg { -webkit-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.from-150-deg { -webkit-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.from-151-deg { -webkit-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.from-152-deg { -webkit-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.from-153-deg { -webkit-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.from-154-deg { -webkit-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.from-155-deg { -webkit-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.from-156-deg { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.from-157-deg { -webkit-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.from-158-deg { -webkit-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.from-159-deg { -webkit-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.from-160-deg { -webkit-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.from-161-deg { -webkit-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.from-162-deg { -webkit-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.from-163-deg { -webkit-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.from-164-deg { -webkit-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.from-165-deg { -webkit-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.from-166-deg { -webkit-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.from-167-deg { -webkit-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.from-168-deg { -webkit-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.from-169-deg { -webkit-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.from-170-deg { -webkit-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.from-171-deg { -webkit-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.from-172-deg { -webkit-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.from-173-deg { -webkit-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.from-174-deg { -webkit-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.from-175-deg { -webkit-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.from-176-deg { -webkit-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.from-177-deg { -webkit-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.from-178-deg { -webkit-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.from-179-deg { -webkit-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.from-180-deg { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-181-deg { -webkit-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.from-182-deg { -webkit-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.from-183-deg { -webkit-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.from-184-deg { -webkit-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.from-185-deg { -webkit-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.from-186-deg { -webkit-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.from-187-deg { -webkit-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.from-188-deg { -webkit-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.from-189-deg { -webkit-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.from-190-deg { -webkit-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.from-191-deg { -webkit-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.from-192-deg { -webkit-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.from-193-deg { -webkit-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.from-194-deg { -webkit-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.from-195-deg { -webkit-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.from-196-deg { -webkit-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.from-197-deg { -webkit-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.from-198-deg { -webkit-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.from-199-deg { -webkit-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.from-200-deg { -webkit-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.from-201-deg { -webkit-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.from-202-deg { -webkit-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.from-203-deg { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.from-204-deg { -webkit-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.from-205-deg { -webkit-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.from-206-deg { -webkit-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.from-207-deg { -webkit-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.from-208-deg { -webkit-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.from-209-deg { -webkit-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.from-210-deg { -webkit-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.from-211-deg { -webkit-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.from-212-deg { -webkit-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.from-213-deg { -webkit-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.from-214-deg { -webkit-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.from-215-deg { -webkit-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.from-216-deg { -webkit-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.from-217-deg { -webkit-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.from-218-deg { -webkit-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.from-219-deg { -webkit-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.from-220-deg { -webkit-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.from-221-deg { -webkit-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.from-222-deg { -webkit-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.from-223-deg { -webkit-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.from-224-deg { -webkit-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.from-225-deg { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.from-226-deg { -webkit-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.from-227-deg { -webkit-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.from-228-deg { -webkit-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.from-229-deg { -webkit-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.from-230-deg { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.from-231-deg { -webkit-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.from-232-deg { -webkit-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.from-233-deg { -webkit-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.from-234-deg { -webkit-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.from-235-deg { -webkit-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.from-236-deg { -webkit-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.from-237-deg { -webkit-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.from-238-deg { -webkit-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.from-239-deg { -webkit-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.from-240-deg { -webkit-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.from-241-deg { -webkit-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.from-242-deg { -webkit-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.from-243-deg { -webkit-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.from-244-deg { -webkit-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.from-245-deg { -webkit-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.from-246-deg { -webkit-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.from-247-deg { -webkit-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.from-248-deg { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.from-249-deg { -webkit-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.from-250-deg { -webkit-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.from-251-deg { -webkit-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.from-252-deg { -webkit-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.from-253-deg { -webkit-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.from-254-deg { -webkit-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.from-255-deg { -webkit-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.from-256-deg { -webkit-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.from-257-deg { -webkit-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.from-258-deg { -webkit-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.from-259-deg { -webkit-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.from-260-deg { -webkit-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.from-261-deg { -webkit-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.from-262-deg { -webkit-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.from-263-deg { -webkit-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.from-264-deg { -webkit-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.from-265-deg { -webkit-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.from-266-deg { -webkit-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.from-267-deg { -webkit-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.from-268-deg { -webkit-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.from-269-deg { -webkit-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.from-270-deg { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.from-271-deg { -webkit-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.from-272-deg { -webkit-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.from-273-deg { -webkit-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.from-274-deg { -webkit-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.from-275-deg { -webkit-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.from-276-deg { -webkit-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.from-277-deg { -webkit-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.from-278-deg { -webkit-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.from-279-deg { -webkit-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.from-280-deg { -webkit-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.from-281-deg { -webkit-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.from-282-deg { -webkit-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.from-283-deg { -webkit-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.from-284-deg { -webkit-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.from-285-deg { -webkit-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.from-286-deg { -webkit-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.from-287-deg { -webkit-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.from-288-deg { -webkit-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.from-289-deg { -webkit-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.from-290-deg { -webkit-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.from-291-deg { -webkit-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.from-292-deg { -webkit-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.from-293-deg { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.from-294-deg { -webkit-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.from-295-deg { -webkit-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.from-296-deg { -webkit-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.from-297-deg { -webkit-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.from-298-deg { -webkit-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.from-299-deg { -webkit-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.from-300-deg { -webkit-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.from-301-deg { -webkit-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.from-302-deg { -webkit-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.from-303-deg { -webkit-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.from-304-deg { -webkit-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.from-305-deg { -webkit-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.from-306-deg { -webkit-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.from-307-deg { -webkit-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.from-308-deg { -webkit-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.from-309-deg { -webkit-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.from-310-deg { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.from-311-deg { -webkit-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.from-312-deg { -webkit-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.from-313-deg { -webkit-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.from-314-deg { -webkit-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.from-315-deg { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.from-316-deg { -webkit-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.from-317-deg { -webkit-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.from-318-deg { -webkit-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.from-319-deg { -webkit-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.from-320-deg { -webkit-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.from-321-deg { -webkit-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.from-322-deg { -webkit-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.from-323-deg { -webkit-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.from-324-deg { -webkit-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.from-325-deg { -webkit-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.from-326-deg { -webkit-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.from-327-deg { -webkit-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.from-328-deg { -webkit-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.from-329-deg { -webkit-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.from-330-deg { -webkit-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.from-331-deg { -webkit-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.from-332-deg { -webkit-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.from-333-deg { -webkit-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.from-334-deg { -webkit-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.from-335-deg { -webkit-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.from-336-deg { -webkit-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.from-337-deg { -webkit-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.from-338-deg { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.from-339-deg { -webkit-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.from-340-deg { -webkit-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.from-341-deg { -webkit-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.from-342-deg { -webkit-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.from-343-deg { -webkit-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.from-344-deg { -webkit-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.from-345-deg { -webkit-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.from-346-deg { -webkit-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.from-347-deg { -webkit-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.from-348-deg { -webkit-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.from-349-deg { -webkit-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.from-350-deg { -webkit-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.from-351-deg { -webkit-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.from-352-deg { -webkit-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.from-353-deg { -webkit-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.from-354-deg { -webkit-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.from-355-deg { -webkit-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.from-356-deg { -webkit-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.from-357-deg { -webkit-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.from-358-deg { -webkit-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.from-359-deg { -webkit-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.from-360-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.towards-0-deg, .wi-wind-towards-n { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.towards-1-deg { -webkit-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.towards-2-deg { -webkit-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.towards-3-deg { -webkit-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.towards-4-deg { -webkit-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.towards-5-deg { -webkit-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.towards-6-deg { -webkit-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.towards-7-deg { -webkit-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.towards-8-deg { -webkit-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.towards-9-deg { -webkit-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.towards-10-deg { -webkit-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.towards-11-deg { -webkit-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.towards-12-deg { -webkit-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.towards-13-deg { -webkit-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.towards-14-deg { -webkit-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.towards-15-deg { -webkit-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.towards-16-deg { -webkit-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.towards-17-deg { -webkit-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.towards-18-deg { -webkit-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.towards-19-deg { -webkit-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.towards-20-deg { -webkit-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.towards-21-deg { -webkit-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.towards-22-deg { -webkit-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.towards-23-deg { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.towards-24-deg { -webkit-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.towards-25-deg { -webkit-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.towards-26-deg { -webkit-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.towards-27-deg { -webkit-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.towards-28-deg { -webkit-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.towards-29-deg { -webkit-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.towards-30-deg { -webkit-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.towards-31-deg { -webkit-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.towards-32-deg { -webkit-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.towards-33-deg { -webkit-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.towards-34-deg { -webkit-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.towards-35-deg { -webkit-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.towards-36-deg { -webkit-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.towards-37-deg { -webkit-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.towards-38-deg { -webkit-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.towards-39-deg { -webkit-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.towards-40-deg { -webkit-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.towards-41-deg { -webkit-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.towards-42-deg { -webkit-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.towards-43-deg { -webkit-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.towards-44-deg { -webkit-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.towards-45-deg { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.towards-46-deg { -webkit-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.towards-47-deg { -webkit-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.towards-48-deg { -webkit-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.towards-49-deg { -webkit-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.towards-50-deg { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.towards-51-deg { -webkit-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.towards-52-deg { -webkit-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.towards-53-deg { -webkit-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.towards-54-deg { -webkit-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.towards-55-deg { -webkit-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.towards-56-deg { -webkit-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.towards-57-deg { -webkit-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.towards-58-deg { -webkit-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.towards-59-deg { -webkit-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.towards-60-deg { -webkit-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.towards-61-deg { -webkit-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.towards-62-deg { -webkit-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.towards-63-deg { -webkit-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.towards-64-deg { -webkit-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.towards-65-deg { -webkit-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.towards-66-deg { -webkit-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.towards-67-deg { -webkit-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.towards-68-deg { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.towards-69-deg { -webkit-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.towards-70-deg { -webkit-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.towards-71-deg { -webkit-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.towards-72-deg { -webkit-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.towards-73-deg { -webkit-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.towards-74-deg { -webkit-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.towards-75-deg { -webkit-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.towards-76-deg { -webkit-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.towards-77-deg { -webkit-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.towards-78-deg { -webkit-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.towards-79-deg { -webkit-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.towards-80-deg { -webkit-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.towards-81-deg { -webkit-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.towards-82-deg { -webkit-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.towards-83-deg { -webkit-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.towards-84-deg { -webkit-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.towards-85-deg { -webkit-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.towards-86-deg { -webkit-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.towards-87-deg { -webkit-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.towards-88-deg { -webkit-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.towards-89-deg { -webkit-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.towards-90-deg { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.towards-91-deg { -webkit-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.towards-92-deg { -webkit-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.towards-93-deg { -webkit-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.towards-94-deg { -webkit-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.towards-95-deg { -webkit-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.towards-96-deg { -webkit-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.towards-97-deg { -webkit-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.towards-98-deg { -webkit-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.towards-99-deg { -webkit-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.towards-100-deg { -webkit-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.towards-101-deg { -webkit-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.towards-102-deg { -webkit-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.towards-103-deg { -webkit-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.towards-104-deg { -webkit-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.towards-105-deg { -webkit-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.towards-106-deg { -webkit-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.towards-107-deg { -webkit-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.towards-108-deg { -webkit-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.towards-109-deg { -webkit-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.towards-110-deg { -webkit-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.towards-111-deg { -webkit-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.towards-112-deg { -webkit-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.towards-113-deg { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.towards-114-deg { -webkit-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.towards-115-deg { -webkit-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.towards-116-deg { -webkit-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.towards-117-deg { -webkit-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.towards-118-deg { -webkit-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.towards-119-deg { -webkit-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.towards-120-deg { -webkit-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.towards-121-deg { -webkit-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.towards-122-deg { -webkit-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.towards-123-deg { -webkit-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.towards-124-deg { -webkit-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.towards-125-deg { -webkit-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.towards-126-deg { -webkit-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.towards-127-deg { -webkit-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.towards-128-deg { -webkit-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.towards-129-deg { -webkit-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.towards-130-deg { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.towards-131-deg { -webkit-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.towards-132-deg { -webkit-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.towards-133-deg { -webkit-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.towards-134-deg { -webkit-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.towards-135-deg { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.towards-136-deg { -webkit-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.towards-137-deg { -webkit-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.towards-138-deg { -webkit-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.towards-139-deg { -webkit-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.towards-140-deg { -webkit-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.towards-141-deg { -webkit-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.towards-142-deg { -webkit-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.towards-143-deg { -webkit-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.towards-144-deg { -webkit-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.towards-145-deg { -webkit-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.towards-146-deg { -webkit-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.towards-147-deg { -webkit-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.towards-148-deg { -webkit-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.towards-149-deg { -webkit-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.towards-150-deg { -webkit-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.towards-151-deg { -webkit-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.towards-152-deg { -webkit-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.towards-153-deg { -webkit-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.towards-154-deg { -webkit-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.towards-155-deg { -webkit-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.towards-156-deg { -webkit-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.towards-157-deg { -webkit-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.towards-158-deg { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.towards-159-deg { -webkit-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.towards-160-deg { -webkit-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.towards-161-deg { -webkit-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.towards-162-deg { -webkit-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.towards-163-deg { -webkit-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.towards-164-deg { -webkit-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.towards-165-deg { -webkit-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.towards-166-deg { -webkit-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.towards-167-deg { -webkit-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.towards-168-deg { -webkit-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.towards-169-deg { -webkit-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.towards-170-deg { -webkit-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.towards-171-deg { -webkit-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.towards-172-deg { -webkit-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.towards-173-deg { -webkit-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.towards-174-deg { -webkit-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.towards-175-deg { -webkit-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.towards-176-deg { -webkit-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.towards-177-deg { -webkit-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.towards-178-deg { -webkit-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.towards-179-deg { -webkit-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.towards-180-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.towards-181-deg { -webkit-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.towards-182-deg { -webkit-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.towards-183-deg { -webkit-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.towards-184-deg { -webkit-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.towards-185-deg { -webkit-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.towards-186-deg { -webkit-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.towards-187-deg { -webkit-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.towards-188-deg { -webkit-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.towards-189-deg { -webkit-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.towards-190-deg { -webkit-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.towards-191-deg { -webkit-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.towards-192-deg { -webkit-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.towards-193-deg { -webkit-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.towards-194-deg { -webkit-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.towards-195-deg { -webkit-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.towards-196-deg { -webkit-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.towards-197-deg { -webkit-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.towards-198-deg { -webkit-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.towards-199-deg { -webkit-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.towards-200-deg { -webkit-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.towards-201-deg { -webkit-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.towards-202-deg { -webkit-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.towards-203-deg { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.towards-204-deg { -webkit-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.towards-205-deg { -webkit-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.towards-206-deg { -webkit-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.towards-207-deg { -webkit-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.towards-208-deg { -webkit-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.towards-209-deg { -webkit-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.towards-210-deg { -webkit-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.towards-211-deg { -webkit-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.towards-212-deg { -webkit-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.towards-213-deg { -webkit-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.towards-214-deg { -webkit-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.towards-215-deg { -webkit-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.towards-216-deg { -webkit-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.towards-217-deg { -webkit-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.towards-218-deg { -webkit-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.towards-219-deg { -webkit-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.towards-220-deg { -webkit-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.towards-221-deg { -webkit-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.towards-222-deg { -webkit-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.towards-223-deg { -webkit-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.towards-224-deg { -webkit-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.towards-225-deg { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.towards-226-deg { -webkit-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.towards-227-deg { -webkit-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.towards-228-deg { -webkit-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.towards-229-deg { -webkit-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.towards-230-deg { -webkit-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.towards-231-deg { -webkit-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.towards-232-deg { -webkit-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.towards-233-deg { -webkit-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.towards-234-deg { -webkit-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.towards-235-deg { -webkit-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.towards-236-deg { -webkit-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.towards-237-deg { -webkit-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.towards-238-deg { -webkit-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.towards-239-deg { -webkit-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.towards-240-deg { -webkit-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.towards-241-deg { -webkit-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.towards-242-deg { -webkit-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.towards-243-deg { -webkit-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.towards-244-deg { -webkit-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.towards-245-deg { -webkit-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.towards-246-deg { -webkit-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.towards-247-deg { -webkit-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.towards-248-deg { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.towards-249-deg { -webkit-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.towards-250-deg { -webkit-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.towards-251-deg { -webkit-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.towards-252-deg { -webkit-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.towards-253-deg { -webkit-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.towards-254-deg { -webkit-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.towards-255-deg { -webkit-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.towards-256-deg { -webkit-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.towards-257-deg { -webkit-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.towards-258-deg { -webkit-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.towards-259-deg { -webkit-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.towards-260-deg { -webkit-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.towards-261-deg { -webkit-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.towards-262-deg { -webkit-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.towards-263-deg { -webkit-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.towards-264-deg { -webkit-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.towards-265-deg { -webkit-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.towards-266-deg { -webkit-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.towards-267-deg { -webkit-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.towards-268-deg { -webkit-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.towards-269-deg { -webkit-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.towards-270-deg { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.towards-271-deg { -webkit-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.towards-272-deg { -webkit-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.towards-273-deg { -webkit-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.towards-274-deg { -webkit-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.towards-275-deg { -webkit-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.towards-276-deg { -webkit-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.towards-277-deg { -webkit-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.towards-278-deg { -webkit-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.towards-279-deg { -webkit-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.towards-280-deg { -webkit-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.towards-281-deg { -webkit-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.towards-282-deg { -webkit-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.towards-283-deg { -webkit-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.towards-284-deg { -webkit-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.towards-285-deg { -webkit-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.towards-286-deg { -webkit-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.towards-287-deg { -webkit-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.towards-288-deg { -webkit-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.towards-289-deg { -webkit-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.towards-290-deg { -webkit-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.towards-291-deg { -webkit-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.towards-292-deg { -webkit-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.towards-293-deg { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.towards-294-deg { -webkit-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.towards-295-deg { -webkit-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.towards-296-deg { -webkit-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.towards-297-deg { -webkit-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.towards-298-deg { -webkit-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.towards-299-deg { -webkit-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.towards-300-deg { -webkit-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.towards-301-deg { -webkit-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.towards-302-deg { -webkit-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.towards-303-deg { -webkit-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.towards-304-deg { -webkit-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.towards-305-deg { -webkit-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.towards-306-deg { -webkit-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.towards-307-deg { -webkit-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.towards-308-deg { -webkit-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.towards-309-deg { -webkit-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.towards-310-deg { -webkit-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.towards-311-deg { -webkit-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.towards-312-deg { -webkit-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.towards-313-deg { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.towards-314-deg { -webkit-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.towards-315-deg { -webkit-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.towards-316-deg { -webkit-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.towards-317-deg { -webkit-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.towards-318-deg { -webkit-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.towards-319-deg { -webkit-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.towards-320-deg { -webkit-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.towards-321-deg { -webkit-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.towards-322-deg { -webkit-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.towards-323-deg { -webkit-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.towards-324-deg { -webkit-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.towards-325-deg { -webkit-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.towards-326-deg { -webkit-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.towards-327-deg { -webkit-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.towards-328-deg { -webkit-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.towards-329-deg { -webkit-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.towards-330-deg { -webkit-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.towards-331-deg { -webkit-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.towards-332-deg { -webkit-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.towards-333-deg { -webkit-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.towards-334-deg { -webkit-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.towards-335-deg { -webkit-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.towards-336-deg { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.towards-337-deg { -webkit-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.towards-338-deg { -webkit-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.towards-339-deg { -webkit-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.towards-340-deg { -webkit-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.towards-341-deg { -webkit-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.towards-342-deg { -webkit-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.towards-343-deg { -webkit-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.towards-344-deg { -webkit-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.towards-345-deg { -webkit-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.towards-346-deg { -webkit-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.towards-347-deg { -webkit-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.towards-348-deg { -webkit-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.towards-349-deg { -webkit-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.towards-350-deg { -webkit-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.towards-351-deg { -webkit-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.towards-352-deg { -webkit-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.towards-353-deg { -webkit-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.towards-354-deg { -webkit-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.towards-355-deg { -webkit-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.towards-356-deg { -webkit-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.towards-357-deg { -webkit-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.towards-358-deg { -webkit-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.towards-359-deg { -webkit-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.towards-360-deg { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-0-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.from-1-deg { -webkit-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.from-2-deg { -webkit-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.from-3-deg { -webkit-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.from-4-deg { -webkit-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.from-5-deg { -webkit-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.from-6-deg { -webkit-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.from-7-deg { -webkit-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.from-8-deg { -webkit-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.from-9-deg { -webkit-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.from-10-deg { -webkit-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.from-11-deg { -webkit-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.from-12-deg { -webkit-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.from-13-deg { -webkit-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.from-14-deg { -webkit-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.from-15-deg { -webkit-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.from-16-deg { -webkit-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.from-17-deg { -webkit-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.from-18-deg { -webkit-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.from-19-deg { -webkit-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.from-20-deg { -webkit-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.from-21-deg { -webkit-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.from-22-deg { -webkit-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.from-23-deg { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.from-24-deg { -webkit-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.from-25-deg { -webkit-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.from-26-deg { -webkit-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.from-27-deg { -webkit-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.from-28-deg { -webkit-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.from-29-deg { -webkit-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.from-30-deg { -webkit-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.from-31-deg { -webkit-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.from-32-deg { -webkit-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.from-33-deg { -webkit-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.from-34-deg { -webkit-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.from-35-deg { -webkit-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.from-36-deg { -webkit-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.from-37-deg { -webkit-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.from-38-deg { -webkit-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.from-39-deg { -webkit-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.from-40-deg { -webkit-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.from-41-deg { -webkit-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.from-42-deg { -webkit-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.from-43-deg { -webkit-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.from-44-deg { -webkit-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.from-45-deg { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.from-46-deg { -webkit-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.from-47-deg { -webkit-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.from-48-deg { -webkit-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.from-49-deg { -webkit-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.from-50-deg { -webkit-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.from-51-deg { -webkit-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.from-52-deg { -webkit-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.from-53-deg { -webkit-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.from-54-deg { -webkit-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.from-55-deg { -webkit-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.from-56-deg { -webkit-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.from-57-deg { -webkit-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.from-58-deg { -webkit-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.from-59-deg { -webkit-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.from-60-deg { -webkit-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.from-61-deg { -webkit-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.from-62-deg { -webkit-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.from-63-deg { -webkit-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.from-64-deg { -webkit-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.from-65-deg { -webkit-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.from-66-deg { -webkit-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.from-67-deg { -webkit-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.from-68-deg { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.from-69-deg { -webkit-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.from-70-deg { -webkit-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.from-71-deg { -webkit-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.from-72-deg { -webkit-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.from-73-deg { -webkit-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.from-74-deg { -webkit-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.from-75-deg { -webkit-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.from-76-deg { -webkit-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.from-77-deg { -webkit-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.from-78-deg { -webkit-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.from-79-deg { -webkit-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.from-80-deg { -webkit-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.from-81-deg { -webkit-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.from-82-deg { -webkit-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.from-83-deg { -webkit-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.from-84-deg { -webkit-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.from-85-deg { -webkit-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.from-86-deg { -webkit-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.from-87-deg { -webkit-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.from-88-deg { -webkit-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.from-89-deg { -webkit-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.from-90-deg { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.from-91-deg { -webkit-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.from-92-deg { -webkit-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.from-93-deg { -webkit-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.from-94-deg { -webkit-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.from-95-deg { -webkit-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.from-96-deg { -webkit-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.from-97-deg { -webkit-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.from-98-deg { -webkit-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.from-99-deg { -webkit-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.from-100-deg { -webkit-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.from-101-deg { -webkit-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.from-102-deg { -webkit-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.from-103-deg { -webkit-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.from-104-deg { -webkit-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.from-105-deg { -webkit-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.from-106-deg { -webkit-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.from-107-deg { -webkit-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.from-108-deg { -webkit-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.from-109-deg { -webkit-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.from-110-deg { -webkit-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.from-111-deg { -webkit-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.from-112-deg { -webkit-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.from-113-deg { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.from-114-deg { -webkit-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.from-115-deg { -webkit-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.from-116-deg { -webkit-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.from-117-deg { -webkit-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.from-118-deg { -webkit-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.from-119-deg { -webkit-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.from-120-deg { -webkit-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.from-121-deg { -webkit-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.from-122-deg { -webkit-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.from-123-deg { -webkit-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.from-124-deg { -webkit-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.from-125-deg { -webkit-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.from-126-deg { -webkit-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.from-127-deg { -webkit-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.from-128-deg { -webkit-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.from-129-deg { -webkit-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.from-130-deg { -webkit-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.from-131-deg { -webkit-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.from-132-deg { -webkit-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.from-133-deg { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.from-134-deg { -webkit-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.from-135-deg { -webkit-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.from-136-deg { -webkit-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.from-137-deg { -webkit-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.from-138-deg { -webkit-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.from-139-deg { -webkit-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.from-140-deg { -webkit-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.from-141-deg { -webkit-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.from-142-deg { -webkit-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.from-143-deg { -webkit-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.from-144-deg { -webkit-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.from-145-deg { -webkit-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.from-146-deg { -webkit-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.from-147-deg { -webkit-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.from-148-deg { -webkit-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.from-149-deg { -webkit-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.from-150-deg { -webkit-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.from-151-deg { -webkit-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.from-152-deg { -webkit-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.from-153-deg { -webkit-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.from-154-deg { -webkit-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.from-155-deg { -webkit-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.from-156-deg { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.from-157-deg { -webkit-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.from-158-deg { -webkit-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.from-159-deg { -webkit-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.from-160-deg { -webkit-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.from-161-deg { -webkit-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.from-162-deg { -webkit-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.from-163-deg { -webkit-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.from-164-deg { -webkit-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.from-165-deg { -webkit-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.from-166-deg { -webkit-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.from-167-deg { -webkit-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.from-168-deg { -webkit-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.from-169-deg { -webkit-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.from-170-deg { -webkit-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.from-171-deg { -webkit-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.from-172-deg { -webkit-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.from-173-deg { -webkit-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.from-174-deg { -webkit-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.from-175-deg { -webkit-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.from-176-deg { -webkit-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.from-177-deg { -webkit-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.from-178-deg { -webkit-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.from-179-deg { -webkit-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.from-180-deg { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-181-deg { -webkit-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.from-182-deg { -webkit-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.from-183-deg { -webkit-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.from-184-deg { -webkit-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.from-185-deg { -webkit-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.from-186-deg { -webkit-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.from-187-deg { -webkit-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.from-188-deg { -webkit-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.from-189-deg { -webkit-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.from-190-deg { -webkit-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.from-191-deg { -webkit-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.from-192-deg { -webkit-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.from-193-deg { -webkit-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.from-194-deg { -webkit-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.from-195-deg { -webkit-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.from-196-deg { -webkit-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.from-197-deg { -webkit-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.from-198-deg { -webkit-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.from-199-deg { -webkit-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.from-200-deg { -webkit-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.from-201-deg { -webkit-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.from-202-deg { -webkit-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.from-203-deg { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.from-204-deg { -webkit-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.from-205-deg { -webkit-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.from-206-deg { -webkit-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.from-207-deg { -webkit-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.from-208-deg { -webkit-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.from-209-deg { -webkit-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.from-210-deg { -webkit-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.from-211-deg { -webkit-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.from-212-deg { -webkit-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.from-213-deg { -webkit-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.from-214-deg { -webkit-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.from-215-deg { -webkit-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.from-216-deg { -webkit-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.from-217-deg { -webkit-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.from-218-deg { -webkit-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.from-219-deg { -webkit-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.from-220-deg { -webkit-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.from-221-deg { -webkit-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.from-222-deg { -webkit-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.from-223-deg { -webkit-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.from-224-deg { -webkit-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.from-225-deg { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.from-226-deg { -webkit-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.from-227-deg { -webkit-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.from-228-deg { -webkit-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.from-229-deg { -webkit-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.from-230-deg { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.from-231-deg { -webkit-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.from-232-deg { -webkit-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.from-233-deg { -webkit-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.from-234-deg { -webkit-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.from-235-deg { -webkit-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.from-236-deg { -webkit-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.from-237-deg { -webkit-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.from-238-deg { -webkit-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.from-239-deg { -webkit-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.from-240-deg { -webkit-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.from-241-deg { -webkit-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.from-242-deg { -webkit-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.from-243-deg { -webkit-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.from-244-deg { -webkit-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.from-245-deg { -webkit-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.from-246-deg { -webkit-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.from-247-deg { -webkit-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.from-248-deg { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.from-249-deg { -webkit-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.from-250-deg { -webkit-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.from-251-deg { -webkit-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.from-252-deg { -webkit-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.from-253-deg { -webkit-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.from-254-deg { -webkit-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.from-255-deg { -webkit-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.from-256-deg { -webkit-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.from-257-deg { -webkit-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.from-258-deg { -webkit-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.from-259-deg { -webkit-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.from-260-deg { -webkit-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.from-261-deg { -webkit-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.from-262-deg { -webkit-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.from-263-deg { -webkit-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.from-264-deg { -webkit-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.from-265-deg { -webkit-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.from-266-deg { -webkit-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.from-267-deg { -webkit-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.from-268-deg { -webkit-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.from-269-deg { -webkit-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.from-270-deg { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.from-271-deg { -webkit-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.from-272-deg { -webkit-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.from-273-deg { -webkit-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.from-274-deg { -webkit-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.from-275-deg { -webkit-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.from-276-deg { -webkit-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.from-277-deg { -webkit-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.from-278-deg { -webkit-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.from-279-deg { -webkit-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.from-280-deg { -webkit-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.from-281-deg { -webkit-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.from-282-deg { -webkit-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.from-283-deg { -webkit-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.from-284-deg { -webkit-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.from-285-deg { -webkit-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.from-286-deg { -webkit-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.from-287-deg { -webkit-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.from-288-deg { -webkit-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.from-289-deg { -webkit-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.from-290-deg { -webkit-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.from-291-deg { -webkit-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.from-292-deg { -webkit-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.from-293-deg { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.from-294-deg { -webkit-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.from-295-deg { -webkit-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.from-296-deg { -webkit-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.from-297-deg { -webkit-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.from-298-deg { -webkit-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.from-299-deg { -webkit-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.from-300-deg { -webkit-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.from-301-deg { -webkit-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.from-302-deg { -webkit-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.from-303-deg { -webkit-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.from-304-deg { -webkit-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.from-305-deg { -webkit-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.from-306-deg { -webkit-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.from-307-deg { -webkit-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.from-308-deg { -webkit-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.from-309-deg { -webkit-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.from-310-deg { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.from-311-deg { -webkit-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.from-312-deg { -webkit-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.from-313-deg { -webkit-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.from-314-deg { -webkit-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.from-315-deg { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.from-316-deg { -webkit-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.from-317-deg { -webkit-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.from-318-deg { -webkit-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.from-319-deg { -webkit-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.from-320-deg { -webkit-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.from-321-deg { -webkit-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.from-322-deg { -webkit-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.from-323-deg { -webkit-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.from-324-deg { -webkit-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.from-325-deg { -webkit-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.from-326-deg { -webkit-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.from-327-deg { -webkit-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.from-328-deg { -webkit-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.from-329-deg { -webkit-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.from-330-deg { -webkit-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.from-331-deg { -webkit-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.from-332-deg { -webkit-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.from-333-deg { -webkit-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.from-334-deg { -webkit-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.from-335-deg { -webkit-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.from-336-deg { -webkit-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.from-337-deg { -webkit-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.from-338-deg { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.from-339-deg { -webkit-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.from-340-deg { -webkit-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.from-341-deg { -webkit-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.from-342-deg { -webkit-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.from-343-deg { -webkit-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.from-344-deg { -webkit-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.from-345-deg { -webkit-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.from-346-deg { -webkit-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.from-347-deg { -webkit-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.from-348-deg { -webkit-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.from-349-deg { -webkit-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.from-350-deg { -webkit-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.from-351-deg { -webkit-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.from-352-deg { -webkit-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.from-353-deg { -webkit-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.from-354-deg { -webkit-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.from-355-deg { -webkit-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.from-356-deg { -webkit-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.from-357-deg { -webkit-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.from-358-deg { -webkit-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.from-359-deg { -webkit-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.from-360-deg { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind-towards-n { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind-towards-nne { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind-towards-ne { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind-towards-ene { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind-towards-e { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind-towards-ese { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind-towards-se { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind-towards-sse { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind-towards-s { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind-towards-ssw { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind-towards-sw { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind-towards-wsw { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind-towards-w { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind-towards-wnw { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind-towards-nw { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind-towards-nnw { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind-from-n { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind-from-nne { -webkit-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind-from-ne { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind-from-ene { -webkit-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind-from-e { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind-from-ese { -webkit-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind-from-se { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind-from-sse { -webkit-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind-from-s { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind-from-ssw { -webkit-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind-from-sw { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind-from-wsw { -webkit-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind-from-w { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind-from-wnw { -webkit-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind-from-nw { -webkit-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind-from-nnw { -webkit-transform: rotate(336deg); transform: rotate(336deg); } .wi-yahoo-0:before { content: "\F056"; } .wi-yahoo-1:before { content: "\F00E"; } .wi-yahoo-2:before { content: "\F073"; } .wi-yahoo-3:before { content: "\F01E"; } .wi-yahoo-4:before { content: "\F01E"; } .wi-yahoo-5:before { content: "\F017"; } .wi-yahoo-6:before { content: "\F017"; } .wi-yahoo-7:before { content: "\F017"; } .wi-yahoo-8:before { content: "\F015"; } .wi-yahoo-9:before { content: "\F01A"; } .wi-yahoo-10:before { content: "\F015"; } .wi-yahoo-11:before { content: "\F01A"; } .wi-yahoo-12:before { content: "\F01A"; } .wi-yahoo-13:before { content: "\F01B"; } .wi-yahoo-14:before { content: "\F00A"; } .wi-yahoo-15:before { content: "\F064"; } .wi-yahoo-16:before { content: "\F01B"; } .wi-yahoo-17:before { content: "\F015"; } .wi-yahoo-18:before { content: "\F017"; } .wi-yahoo-19:before { content: "\F063"; } .wi-yahoo-20:before { content: "\F014"; } .wi-yahoo-21:before { content: "\F021"; } .wi-yahoo-22:before { content: "\F062"; } .wi-yahoo-23:before { content: "\F050"; } .wi-yahoo-24:before { content: "\F050"; } .wi-yahoo-25:before { content: "\F076"; } .wi-yahoo-26:before { content: "\F013"; } .wi-yahoo-27:before { content: "\F031"; } .wi-yahoo-28:before { content: "\F002"; } .wi-yahoo-29:before { content: "\F031"; } .wi-yahoo-30:before { content: "\F002"; } .wi-yahoo-31:before { content: "\F02E"; } .wi-yahoo-32:before { content: "\F00D"; } .wi-yahoo-33:before { content: "\F083"; } .wi-yahoo-34:before { content: "\F00C"; } .wi-yahoo-35:before { content: "\F017"; } .wi-yahoo-36:before { content: "\F072"; } .wi-yahoo-37:before { content: "\F00E"; } .wi-yahoo-38:before { content: "\F00E"; } .wi-yahoo-39:before { content: "\F00E"; } .wi-yahoo-40:before { content: "\F01A"; } .wi-yahoo-41:before { content: "\F064"; } .wi-yahoo-42:before { content: "\F01B"; } .wi-yahoo-43:before { content: "\F064"; } .wi-yahoo-44:before { content: "\F00C"; } .wi-yahoo-45:before { content: "\F00E"; } .wi-yahoo-46:before { content: "\F01B"; } .wi-yahoo-47:before { content: "\F00E"; } .wi-yahoo-3200:before { content: "\F077"; } .icon-0:before { content: "\F056"; } .icon-1:before { content: "\F00E"; } .icon-2:before { content: "\F073"; } .icon-3:before { content: "\F01E"; } .icon-4:before { content: "\F01E"; } .icon-5:before { content: "\F017"; } .icon-6:before { content: "\F017"; } .icon-7:before { content: "\F017"; } .icon-8:before { content: "\F015"; } .icon-9:before { content: "\F01A"; } .icon-10:before { content: "\F015"; } .icon-11:before { content: "\F01A"; } .icon-12:before { content: "\F01A"; } .icon-13:before { content: "\F01B"; } .icon-14:before { content: "\F00A"; } .icon-15:before { content: "\F064"; } .icon-16:before { content: "\F01B"; } .icon-17:before { content: "\F015"; } .icon-18:before { content: "\F017"; } .icon-19:before { content: "\F063"; } .icon-20:before { content: "\F014"; } .icon-21:before { content: "\F021"; } .icon-22:before { content: "\F062"; } .icon-23:before { content: "\F050"; } .icon-24:before { content: "\F050"; } .icon-25:before { content: "\F076"; } .icon-26:before { content: "\F013"; } .icon-27:before { content: "\F031"; } .icon-28:before { content: "\F002"; } .icon-29:before { content: "\F031"; } .icon-30:before { content: "\F002"; } .icon-31:before { content: "\F02E"; } .icon-32:before { content: "\F00D"; } .icon-33:before { content: "\F083"; } .icon-34:before { content: "\F00C"; } .icon-35:before { content: "\F017"; } .icon-36:before { content: "\F072"; } .icon-37:before { content: "\F00E"; } .icon-38:before { content: "\F00E"; } .icon-39:before { content: "\F00E"; } .icon-40:before { content: "\F01A"; } .icon-41:before { content: "\F064"; } .icon-42:before { content: "\F01B"; } .icon-43:before { content: "\F064"; } .icon-44:before { content: "\F00C"; } .icon-45:before { content: "\F00E"; } .icon-46:before { content: "\F01B"; } .icon-47:before { content: "\F00E"; } .icon-3200:before { content: "\F077"; } .wi-forecast-io-clear-day:before { content: "\F00D"; } .wi-forecast-io-clear-night:before { content: "\F02E"; } .wi-forecast-io-rain:before { content: "\F019"; } .wi-forecast-io-snow:before { content: "\F01B"; } .wi-forecast-io-sleet:before { content: "\F0B5"; } .wi-forecast-io-wind:before { content: "\F050"; } .wi-forecast-io-fog:before { content: "\F014"; } .wi-forecast-io-cloudy:before { content: "\F013"; } .wi-forecast-io-partly-cloudy-day:before { content: "\F002"; } .wi-forecast-io-partly-cloudy-night:before { content: "\F031"; } .wi-forecast-io-hail:before { content: "\F015"; } .wi-forecast-io-thunderstorm:before { content: "\F01E"; } .wi-forecast-io-tornado:before { content: "\F056"; } .wi-wmo4680-0:before, .wi-wmo4680-00:before { content: "\F055"; } .wi-wmo4680-1:before, .wi-wmo4680-01:before { content: "\F013"; } .wi-wmo4680-2:before, .wi-wmo4680-02:before { content: "\F055"; } .wi-wmo4680-3:before, .wi-wmo4680-03:before { content: "\F013"; } .wi-wmo4680-4:before, .wi-wmo4680-04:before { content: "\F014"; } .wi-wmo4680-5:before, .wi-wmo4680-05:before { content: "\F014"; } .wi-wmo4680-10:before { content: "\F014"; } .wi-wmo4680-11:before { content: "\F014"; } .wi-wmo4680-12:before { content: "\F016"; } .wi-wmo4680-18:before { content: "\F050"; } .wi-wmo4680-20:before { content: "\F014"; } .wi-wmo4680-21:before { content: "\F017"; } .wi-wmo4680-22:before { content: "\F017"; } .wi-wmo4680-23:before { content: "\F019"; } .wi-wmo4680-24:before { content: "\F01B"; } .wi-wmo4680-25:before { content: "\F015"; } .wi-wmo4680-26:before { content: "\F01E"; } .wi-wmo4680-27:before { content: "\F063"; } .wi-wmo4680-28:before { content: "\F063"; } .wi-wmo4680-29:before { content: "\F063"; } .wi-wmo4680-30:before { content: "\F014"; } .wi-wmo4680-31:before { content: "\F014"; } .wi-wmo4680-32:before { content: "\F014"; } .wi-wmo4680-33:before { content: "\F014"; } .wi-wmo4680-34:before { content: "\F014"; } .wi-wmo4680-35:before { content: "\F014"; } .wi-wmo4680-40:before { content: "\F017"; } .wi-wmo4680-41:before { content: "\F01C"; } .wi-wmo4680-42:before { content: "\F019"; } .wi-wmo4680-43:before { content: "\F01C"; } .wi-wmo4680-44:before { content: "\F019"; } .wi-wmo4680-45:before { content: "\F015"; } .wi-wmo4680-46:before { content: "\F015"; } .wi-wmo4680-47:before { content: "\F01B"; } .wi-wmo4680-48:before { content: "\F01B"; } .wi-wmo4680-50:before { content: "\F01C"; } .wi-wmo4680-51:before { content: "\F01C"; } .wi-wmo4680-52:before { content: "\F019"; } .wi-wmo4680-53:before { content: "\F019"; } .wi-wmo4680-54:before { content: "\F076"; } .wi-wmo4680-55:before { content: "\F076"; } .wi-wmo4680-56:before { content: "\F076"; } .wi-wmo4680-57:before { content: "\F01C"; } .wi-wmo4680-58:before { content: "\F019"; } .wi-wmo4680-60:before { content: "\F01C"; } .wi-wmo4680-61:before { content: "\F01C"; } .wi-wmo4680-62:before { content: "\F019"; } .wi-wmo4680-63:before { content: "\F019"; } .wi-wmo4680-64:before { content: "\F015"; } .wi-wmo4680-65:before { content: "\F015"; } .wi-wmo4680-66:before { content: "\F015"; } .wi-wmo4680-67:before { content: "\F017"; } .wi-wmo4680-68:before { content: "\F017"; } .wi-wmo4680-70:before { content: "\F01B"; } .wi-wmo4680-71:before { content: "\F01B"; } .wi-wmo4680-72:before { content: "\F01B"; } .wi-wmo4680-73:before { content: "\F01B"; } .wi-wmo4680-74:before { content: "\F076"; } .wi-wmo4680-75:before { content: "\F076"; } .wi-wmo4680-76:before { content: "\F076"; } .wi-wmo4680-77:before { content: "\F01B"; } .wi-wmo4680-78:before { content: "\F076"; } .wi-wmo4680-80:before { content: "\F019"; } .wi-wmo4680-81:before { content: "\F01C"; } .wi-wmo4680-82:before { content: "\F019"; } .wi-wmo4680-83:before { content: "\F019"; } .wi-wmo4680-84:before { content: "\F01D"; } .wi-wmo4680-85:before { content: "\F017"; } .wi-wmo4680-86:before { content: "\F017"; } .wi-wmo4680-87:before { content: "\F017"; } .wi-wmo4680-89:before { content: "\F015"; } .wi-wmo4680-90:before { content: "\F016"; } .wi-wmo4680-91:before { content: "\F01D"; } .wi-wmo4680-92:before { content: "\F01E"; } .wi-wmo4680-93:before { content: "\F01E"; } .wi-wmo4680-94:before { content: "\F016"; } .wi-wmo4680-95:before { content: "\F01E"; } .wi-wmo4680-96:before { content: "\F01E"; } .wi-wmo4680-99:before { content: "\F056"; } .wi-owm-200:before { content: "\F01E"; } .wi-owm-201:before { content: "\F01E"; } .wi-owm-202:before { content: "\F01E"; } .wi-owm-210:before { content: "\F016"; } .wi-owm-211:before { content: "\F016"; } .wi-owm-212:before { content: "\F016"; } .wi-owm-221:before { content: "\F016"; } .wi-owm-230:before { content: "\F01E"; } .wi-owm-231:before { content: "\F01E"; } .wi-owm-232:before { content: "\F01E"; } .wi-owm-300:before { content: "\F01C"; } .wi-owm-301:before { content: "\F01C"; } .wi-owm-302:before { content: "\F019"; } .wi-owm-310:before { content: "\F017"; } .wi-owm-311:before { content: "\F019"; } .wi-owm-312:before { content: "\F019"; } .wi-owm-313:before { content: "\F01A"; } .wi-owm-314:before { content: "\F019"; } .wi-owm-321:before { content: "\F01C"; } .wi-owm-500:before { content: "\F01C"; } .wi-owm-501:before { content: "\F019"; } .wi-owm-502:before { content: "\F019"; } .wi-owm-503:before { content: "\F019"; } .wi-owm-504:before { content: "\F019"; } .wi-owm-511:before { content: "\F017"; } .wi-owm-520:before { content: "\F01A"; } .wi-owm-521:before { content: "\F01A"; } .wi-owm-522:before { content: "\F01A"; } .wi-owm-531:before { content: "\F01D"; } .wi-owm-600:before { content: "\F01B"; } .wi-owm-601:before { content: "\F01B"; } .wi-owm-602:before { content: "\F0B5"; } .wi-owm-611:before { content: "\F017"; } .wi-owm-612:before { content: "\F017"; } .wi-owm-615:before { content: "\F017"; } .wi-owm-616:before { content: "\F017"; } .wi-owm-620:before { content: "\F017"; } .wi-owm-621:before { content: "\F01B"; } .wi-owm-622:before { content: "\F01B"; } .wi-owm-701:before { content: "\F01A"; } .wi-owm-711:before { content: "\F062"; } .wi-owm-721:before { content: "\F0B6"; } .wi-owm-731:before { content: "\F063"; } .wi-owm-741:before { content: "\F014"; } .wi-owm-761:before { content: "\F063"; } .wi-owm-762:before { content: "\F063"; } .wi-owm-771:before { content: "\F011"; } .wi-owm-781:before { content: "\F056"; } .wi-owm-800:before { content: "\F00D"; } .wi-owm-801:before { content: "\F011"; } .wi-owm-802:before { content: "\F011"; } .wi-owm-803:before { content: "\F012"; } .wi-owm-804:before { content: "\F013"; } .wi-owm-900:before { content: "\F056"; } .wi-owm-901:before { content: "\F01D"; } .wi-owm-902:before { content: "\F073"; } .wi-owm-903:before { content: "\F076"; } .wi-owm-904:before { content: "\F072"; } .wi-owm-905:before { content: "\F021"; } .wi-owm-906:before { content: "\F015"; } .wi-owm-957:before { content: "\F050"; } .wi-owm-day-200:before { content: "\F010"; } .wi-owm-day-201:before { content: "\F010"; } .wi-owm-day-202:before { content: "\F010"; } .wi-owm-day-210:before { content: "\F005"; } .wi-owm-day-211:before { content: "\F005"; } .wi-owm-day-212:before { content: "\F005"; } .wi-owm-day-221:before { content: "\F005"; } .wi-owm-day-230:before { content: "\F010"; } .wi-owm-day-231:before { content: "\F010"; } .wi-owm-day-232:before { content: "\F010"; } .wi-owm-day-300:before { content: "\F00B"; } .wi-owm-day-301:before { content: "\F00B"; } .wi-owm-day-302:before { content: "\F008"; } .wi-owm-day-310:before { content: "\F008"; } .wi-owm-day-311:before { content: "\F008"; } .wi-owm-day-312:before { content: "\F008"; } .wi-owm-day-313:before { content: "\F008"; } .wi-owm-day-314:before { content: "\F008"; } .wi-owm-day-321:before { content: "\F00B"; } .wi-owm-day-500:before { content: "\F00B"; } .wi-owm-day-501:before { content: "\F008"; } .wi-owm-day-502:before { content: "\F008"; } .wi-owm-day-503:before { content: "\F008"; } .wi-owm-day-504:before { content: "\F008"; } .wi-owm-day-511:before { content: "\F006"; } .wi-owm-day-520:before { content: "\F009"; } .wi-owm-day-521:before { content: "\F009"; } .wi-owm-day-522:before { content: "\F009"; } .wi-owm-day-531:before { content: "\F00E"; } .wi-owm-day-600:before { content: "\F00A"; } .wi-owm-day-601:before { content: "\F0B2"; } .wi-owm-day-602:before { content: "\F00A"; } .wi-owm-day-611:before { content: "\F006"; } .wi-owm-day-612:before { content: "\F006"; } .wi-owm-day-615:before { content: "\F006"; } .wi-owm-day-616:before { content: "\F006"; } .wi-owm-day-620:before { content: "\F006"; } .wi-owm-day-621:before { content: "\F00A"; } .wi-owm-day-622:before { content: "\F00A"; } .wi-owm-day-701:before { content: "\F009"; } .wi-owm-day-711:before { content: "\F062"; } .wi-owm-day-721:before { content: "\F0B6"; } .wi-owm-day-731:before { content: "\F063"; } .wi-owm-day-741:before { content: "\F003"; } .wi-owm-day-761:before { content: "\F063"; } .wi-owm-day-762:before { content: "\F063"; } .wi-owm-day-781:before { content: "\F056"; } .wi-owm-day-800:before { content: "\F00D"; } .wi-owm-day-801:before { content: "\F000"; } .wi-owm-day-802:before { content: "\F000"; } .wi-owm-day-803:before { content: "\F000"; } .wi-owm-day-804:before { content: "\F00C"; } .wi-owm-day-900:before { content: "\F056"; } .wi-owm-day-902:before { content: "\F073"; } .wi-owm-day-903:before { content: "\F076"; } .wi-owm-day-904:before { content: "\F072"; } .wi-owm-day-906:before { content: "\F004"; } .wi-owm-day-957:before { content: "\F050"; } .wi-owm-night-200:before { content: "\F02D"; } .wi-owm-night-201:before { content: "\F02D"; } .wi-owm-night-202:before { content: "\F02D"; } .wi-owm-night-210:before { content: "\F025"; } .wi-owm-night-211:before { content: "\F025"; } .wi-owm-night-212:before { content: "\F025"; } .wi-owm-night-221:before { content: "\F025"; } .wi-owm-night-230:before { content: "\F02D"; } .wi-owm-night-231:before { content: "\F02D"; } .wi-owm-night-232:before { content: "\F02D"; } .wi-owm-night-300:before { content: "\F02B"; } .wi-owm-night-301:before { content: "\F02B"; } .wi-owm-night-302:before { content: "\F028"; } .wi-owm-night-310:before { content: "\F028"; } .wi-owm-night-311:before { content: "\F028"; } .wi-owm-night-312:before { content: "\F028"; } .wi-owm-night-313:before { content: "\F028"; } .wi-owm-night-314:before { content: "\F028"; } .wi-owm-night-321:before { content: "\F02B"; } .wi-owm-night-500:before { content: "\F02B"; } .wi-owm-night-501:before { content: "\F028"; } .wi-owm-night-502:before { content: "\F028"; } .wi-owm-night-503:before { content: "\F028"; } .wi-owm-night-504:before { content: "\F028"; } .wi-owm-night-511:before { content: "\F026"; } .wi-owm-night-520:before { content: "\F029"; } .wi-owm-night-521:before { content: "\F029"; } .wi-owm-night-522:before { content: "\F029"; } .wi-owm-night-531:before { content: "\F02C"; } .wi-owm-night-600:before { content: "\F02A"; } .wi-owm-night-601:before { content: "\F0B4"; } .wi-owm-night-602:before { content: "\F02A"; } .wi-owm-night-611:before { content: "\F026"; } .wi-owm-night-612:before { content: "\F026"; } .wi-owm-night-615:before { content: "\F026"; } .wi-owm-night-616:before { content: "\F026"; } .wi-owm-night-620:before { content: "\F026"; } .wi-owm-night-621:before { content: "\F02A"; } .wi-owm-night-622:before { content: "\F02A"; } .wi-owm-night-701:before { content: "\F029"; } .wi-owm-night-711:before { content: "\F062"; } .wi-owm-night-721:before { content: "\F0B6"; } .wi-owm-night-731:before { content: "\F063"; } .wi-owm-night-741:before { content: "\F04A"; } .wi-owm-night-761:before { content: "\F063"; } .wi-owm-night-762:before { content: "\F063"; } .wi-owm-night-781:before { content: "\F056"; } .wi-owm-night-800:before { content: "\F02E"; } .wi-owm-night-801:before { content: "\F022"; } .wi-owm-night-802:before { content: "\F022"; } .wi-owm-night-803:before { content: "\F022"; } .wi-owm-night-804:before { content: "\F086"; } .wi-owm-night-900:before { content: "\F056"; } .wi-owm-night-902:before { content: "\F073"; } .wi-owm-night-903:before { content: "\F076"; } .wi-owm-night-904:before { content: "\F072"; } .wi-owm-night-906:before { content: "\F024"; } .wi-owm-night-957:before { content: "\F050"; } .wi-wu-chanceflurries:before { content: "\F064"; } .wi-wu-chancerain:before { content: "\F019"; } .wi-wu-chancesleat:before { content: "\F0B5"; } .wi-wu-chancesnow:before { content: "\F01B"; } .wi-wu-chancetstorms:before { content: "\F01E"; } .wi-wu-clear:before { content: "\F00D"; } .wi-wu-cloudy:before { content: "\F002"; } .wi-wu-flurries:before { content: "\F064"; } .wi-wu-hazy:before { content: "\F0B6"; } .wi-wu-mostlycloudy:before { content: "\F002"; } .wi-wu-mostlysunny:before { content: "\F00D"; } .wi-wu-partlycloudy:before { content: "\F002"; } .wi-wu-partlysunny:before { content: "\F00D"; } .wi-wu-rain:before { content: "\F01A"; } .wi-wu-sleat:before { content: "\F0B5"; } .wi-wu-snow:before { content: "\F01B"; } .wi-wu-sunny:before { content: "\F00D"; } .wi-wu-tstorms:before { content: "\F01E"; } .wi-wu-unknown:before { content: "\F00D"; } .label-red { background-color: #F44336; } .label-pink { background-color: #E91E63; } .label-purple { background-color: #9C27B0; } .label-deep-purple { background-color: #673AB7; } .label-indigo { background-color: #3F51B5; } .label-blue { background-color: #2196F3; } .label-light-blue { background-color: #03A9F4; } .label-cyan { background-color: #00BCD4; } .label-teal { background-color: #009688; } .label-green { background-color: #4CAF50; } .label-light-green { background-color: #8BC34A; } .label-lime { background-color: #CDDC39; } .label-yellow { background-color: #FFEB3B; } .label-amber { background-color: #FFC107; } .label-orange { background-color: #FF9800; } .label-deep-orange { background-color: #FF5722; } .label-brown { background-color: #795548; } .label-grey { background-color: #9E9E9E; } .label-blue-grey { background-color: #607D8B; } .material-toggle { display: block; min-height: 40px; } .material-toggle input[type="checkbox"] { display: none; } .material-toggle label { cursor: pointer; height: 0px; position: relative; width: 40px; } .material-toggle > label::before { background: black; -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); border-radius: 8px; content: ''; height: 16px; margin-top: -8px; position: absolute; opacity: 0.3; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; width: 40px; } .material-toggle > label::after { background: white; border-radius: 16px; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); content: ''; height: 24px; left: -4px; margin-top: -8px; position: absolute; top: -4px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 24px; } .material-toggle > input[type="checkbox"]:checked + label::before { background: inherit; opacity: 0.5; } .material-toggle > input[type="checkbox"]:checked + label::after { background: inherit; left: 20px; } .mdl-gen-download { pointer-events: none; cursor: default; } #wheel { position: relative; } #wheel svg { width: 100%; height: auto; } #wheel .polygons { cursor: pointer; } #wheel .mdl-gen-download { position: absolute; left: 50%; top: 50%; } #wheel .mdl-gen-download .mdl-button { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #wheel g[data-color] { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1); } #wheel .selector { opacity: 0; -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1); fill: #BDBDBD; } #wheel .selected .selector { opacity: 1; } #wheel .label { text-anchor: middle; opacity: 0; -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1); fill: #fff; font-size: 24px; } #wheel .selected--1 .label--1, #wheel .selected--2 .label--2 { opacity: 1; } #wheel svg.hide-nonaccents g[data-color="Blue Grey"]:not(.selected), #wheel svg.hide-nonaccents g[data-color="Brown"]:not(.selected), #wheel svg.hide-nonaccents g[data-color="Grey"]:not(.selected) { opacity: .12; } #wheel .selected { opacity: 1 !important; } @media (min-width: 840px) { #wheel svg { max-width: 100%; width: 100%; } } .user-avatar { width: 80px; height: 80px; margin: 2em auto; display: block; border: 2px solid #FFFFFF; border-radius: 50%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; -webkit-user-drag: none; -moz-user-drag: none; -ms-user-drag: none; -o-user-drag: none; user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .user-avatar-nav { margin-top: -3px; margin-right: 1em; float: left; width: 30px; height: 30px; border-radius: 50%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; -webkit-user-drag: none; -moz-user-drag: none; -ms-user-drag: none; -o-user-drag: none; user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } #user_selected_avatar { border: 2px solid #FFFFFF; } #avatar_container { height: 202px; } #avatar_container .dz-preview { display: none; } #avatar_container .dropzone { border: 1px dashed rgba(0, 0, 0, 0.3); background: rgba(255, 255, 255, 0.05); height: 180px; padding: 0; border-radius: 2px; } #avatar_container .dz-message { margin-top: -20px 1em 0; padding: 0; text-align: center; } #avatar_container .dz-message.dz-default { margin: 0 2em; } .user-image { width: 100px; height: 100px; border: 2px solid #FFFFFF; } .user-avatar-icon { width: 100px; height: 100px; color: #FFFFFF; border: 2px solid #FFFFFF; margin: 0 auto; display: block; text-align: center; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; -webkit-user-drag: none; -moz-user-drag: none; -ms-user-drag: none; -o-user-drag: none; user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 50%; } .user-avatar-icon .material-icons { font-size: 4em; margin-top: 15px; } .dz-default.dz-message { color: #FFFFFF; top: 0; opacity: 0; z-index: 100; font-size: .75em; margin-left: 20px; position: absolute; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .dz-preview .dz-image { margin-top: -136px; } .dz-details { display: none; margin-top: -10px; font-size: .6em; margin-left: 20px; line-height: 1.3; margin-bottom: 15px; padding: 5px 8px; background: rgba(255, 255, 255, 0.5); border-radius: 5px; } .dz-progress, .dz-success-mark, .dz-error-mark { display: none !important; } #backgroundDropzone { display: block; position: absolute; } #backgroundDropzone .dz-preview { display: none; } #backgroundDropzone .dz-message { opacity: 0; } #avatarDropzone { border: 1px dashed transparent; margin-bottom: 20px !important; display: block !important; margin: -1em 7.5em 0; padding-top: 1em; z-index: 200; border-radius: 5px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #avatarDropzone:hover { cursor: pointer; border-color: #cccccc; background-color: rgba(0, 0, 0, 0.25); } #avatarDropzone:hover .user-avatar-icon { background: #FFFFFF; color: #cccccc; } #avatarDropzone .dz-preview { display: none !important; } .avatar-selecter { display: none; } .avatar-selecter.active-avatar-selecter { display: block; } @media (min-width: 767px) { .dz-details { display: inline-block; } #avatarDropzone:hover .dz-default.dz-message { opacity: 1; } } .mdl-layout.mdl-auth-form { display: block; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto; } .mdl-layout.mdl-auth-form .mdl-layout__content { padding: .5em; } .mdl-layout.mdl-auth-form .mdl-layout__content_auth { width: 330px; margin: 1em auto; } @media (min-width: 480px) { .mdl-layout.mdl-auth-form .mdl-layout__content_auth { margin: 2em auto; } } @media (min-width: 767px) { .mdl-layout.mdl-auth-form .mdl-layout__content_auth { margin: 4em auto 2em; } } .dashboard-logo { height: 64px; line-height: 1; letter-spacing: .02em; font-weight: 300; font-size: 18px; text-align: center; display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; text-decoration: none; text-transform: capitalize; } .dashboard-logo i { margin: 0 5px; } body .logo-style { line-height: 1; letter-spacing: .02em; font-weight: 300; font-size: 18px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; text-transform: capitalize; } body .logo-style i { margin: 0 5px; } .mdl-list__item-avatar, .mdl-list__item-avatar.material-icons { height: 100px; width: 100px; background-color: transparent; margin: 5px auto; font-size: 100px; } .dashboard-layout .mdl-button.dashboard-logo { height: 55px; line-height: 55px; border-radius: 0; } .dashboard-layout .mdl-layout__drawer .mdl-navigation .mdl-navigation__link { display: block; -ms-flex-negative: 0; flex-shrink: 0; padding: 16px 40px; margin: 0; color: inherit; } .dashboard-layout .breadcrumb a { color: inherit !important; } .dashboard-layout .mdl-tabs__tab-bar { -ms-flex-pack: left; -webkit-box-pack: left; justify-content: left; } .mdl-menu li a { color: inherit; } /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .demo-layout .demo-header .mdl-textfield { padding: 0px; margin-top: 41px; } .demo-layout .demo-header .mdl-textfield .mdl-textfield__expandable-holder { bottom: 19px; } .demo-layout .mdl-layout__header .mdl-layout__drawer-button { color: rgba(0, 0, 0, 0.54); } .mdl-layout__drawer .avatar { margin-bottom: 16px; } .demo-drawer { border: none; } /* iOS Safari specific workaround */ .demo-drawer .mdl-menu__container { z-index: -1; } .demo-drawer .demo-navigation { z-index: -2; } /* END iOS Safari specific workaround */ .demo-drawer .mdl-menu .mdl-menu__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .demo-drawer-header { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 16px; } .demo-avatar-dropdown { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; } .demo-navigation { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .demo-layout .demo-navigation .mdl-navigation__link { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(255, 255, 255, 0.56); font-weight: 500; } .demo-layout .demo-navigation .mdl-navigation__link:hover { background-color: #00BCD4; color: #37474F; } .demo-navigation .mdl-navigation__link .material-icons { font-size: 24px; color: rgba(255, 255, 255, 0.56); margin-right: 32px; } .demo-content { max-width: 1080px; } .demo-charts { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .demo-chart:nth-child(1) { color: #ACEC00; } .demo-chart:nth-child(2) { color: #00BBD6; } .demo-chart:nth-child(3) { color: #BA65C9; } .demo-chart:nth-child(4) { color: #EF3C79; } .demo-graphs { padding: 16px 32px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } /* TODO: Find a proper solution to have the graphs * not float around outside their container in IE10/11. * Using a browserhacks.com solution for now. */ _:-ms-input-placeholder, :root .demo-graphs { min-height: 664px; } _:-ms-input-placeholder, :root .demo-graph { max-height: 300px; } /* TODO end */ .demo-graph:nth-child(1) { color: #00b9d8; } .demo-graph:nth-child(2) { color: #d9006e; } .demo-cards { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-line-pack: start; align-content: flex-start; } .demo-cards .demo-separator { height: 32px; } .demo-cards .mdl-card__title.mdl-card__title { color: white; font-size: 24px; font-weight: 400; } .demo-cards ul { padding: 0; } .demo-cards h3 { font-size: 1em; } .demo-updates .mdl-card__title { background-position: 90% 100%; background-repeat: no-repeat; } .demo-cards .mdl-card__actions a { color: #00BCD4; text-decoration: none; } .demo-options h3 { margin: 0; } .demo-options .mdl-checkbox__box-outline { border-color: rgba(255, 255, 255, 0.89); } .demo-options ul { margin: 0; list-style-type: none; } .demo-options li { margin: 4px 0; } .demo-options .material-icons { color: rgba(255, 255, 255, 0.89); } .demo-options .mdl-card__actions { height: 64px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .ub_dowow_bg_main { background-image: url("/images/bg_images/2550589.jpg"); } .ub_dowow_logo_login { display: block; margin-left: auto; margin-right: auto; margin-top: 60px; } .ub_font_sz_8 { font-size: 8px; } .ub_font_sz_9 { font-size: 9px; } .ub_font_sz_10 { font-size: 10px; } .ub_font_sz_11 { font-size: 11px; } .ub_font_sz_12 { font-size: 12px; } .ub_font_sz_13 { font-size: 13px; } .ub_font_sz_14 { font-size: 14px; } .ub_font_sz_20 { font-size: 20px; } .ub_font_sz_30 { font-size: 30px; } .ub_font_sz_40 { font-size: 40px; } .ub_font_sz_50 { font-size: 50px; } .ub_font_sz_60 { font-size: 60px; }
0.767864
0.056783
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; } 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; } /* layout */ body, html{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body { width: 320px; height: 400px; background-color: #ffffff; color: #111; text-align: center; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } .dialog_top { height: 45%; width: 100%; background-color: #111922; padding: 0; background-image: url(../img/bg.png); background-repeat: repeat; background-position: center center; } .dialog_icon { padding: 20px 0 15px 0; } .dialog_top h1 { color: #ffffff; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 20px; letter-spacing: 1px; } .dialog_middle { height: 35%; width: 100%; background-color: #f3f3f3; background-image: url(../img/arrow.png); background-repeat: no-repeat; background-position: center top; } .dialog_middle h2 { padding-top: 33px; padding-bottom: 15px; } .dialog_btn { color: #ffffff; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 20px; letter-spacing: 0.51px; background: #e64745; padding: 12px 20px 10px 20px; border-bottom: solid #b63733 2px; text-decoration: none; text-transform: uppercase; } .dialog_btn:hover { background: #b63733; text-decoration: none; } .dialog_bottom { height: 20%; width: 100%; background-color: #ffffff; padding-top: 20px; } .dialog_link { color: #6fa79e; font-weight: bold; text-decoration: underline; display: block; } .dialog_link a:link, .dialog_link a:visited { background-color: #f44336; color: white; } .dialog_link a:hover, .dialog_link a:active { background-color: red; } .dialog_partner { padding-left: 15px; padding-right: 15px; padding-top: 15px; }
assets/dialog/dialog.css
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; } 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; } /* layout */ body, html{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body { width: 320px; height: 400px; background-color: #ffffff; color: #111; text-align: center; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } .dialog_top { height: 45%; width: 100%; background-color: #111922; padding: 0; background-image: url(../img/bg.png); background-repeat: repeat; background-position: center center; } .dialog_icon { padding: 20px 0 15px 0; } .dialog_top h1 { color: #ffffff; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 20px; letter-spacing: 1px; } .dialog_middle { height: 35%; width: 100%; background-color: #f3f3f3; background-image: url(../img/arrow.png); background-repeat: no-repeat; background-position: center top; } .dialog_middle h2 { padding-top: 33px; padding-bottom: 15px; } .dialog_btn { color: #ffffff; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 20px; letter-spacing: 0.51px; background: #e64745; padding: 12px 20px 10px 20px; border-bottom: solid #b63733 2px; text-decoration: none; text-transform: uppercase; } .dialog_btn:hover { background: #b63733; text-decoration: none; } .dialog_bottom { height: 20%; width: 100%; background-color: #ffffff; padding-top: 20px; } .dialog_link { color: #6fa79e; font-weight: bold; text-decoration: underline; display: block; } .dialog_link a:link, .dialog_link a:visited { background-color: #f44336; color: white; } .dialog_link a:hover, .dialog_link a:active { background-color: red; } .dialog_partner { padding-left: 15px; padding-right: 15px; padding-top: 15px; }
0.364664
0.077588
@media (max-width: 1280px) { } /*================// Medium devices (tablets, less than 1024px)================*/ @media (max-width:1024px) { .content-sec{ background-image:url(../images/flower-bg.png); background-repeat: no-repeat; background-size: contain; } li.nav-item {font-size: 14px;} .like-icon {margin-left: 0px;} .button-wrapper {bottom: -51px;} .top-sign {padding-top: 15px;} .social-b i.fa { color: #FFF; height: 20px; width: 20px; line-height: 20px; font-size: 10px; } } /*================// Medium devices (tablets, less than 992px)================*/ @media (max-width: 991.98px) { .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(145,181,47, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } .navbar {padding: 0rem 0px;} h1.heading-wel{margin-top: 50%; font-size: 38px; margin-bottom: 20px;} .navbar-nav.mr-auto{background-color:#0F230D;} .navbar-expand-lg .navbar-nav .nav-link{ padding-top:1.3rem; padding-bottom:1.3rem; font-size: 16px; } li.nav-item{border-top: solid 2px rgba(145,181,47,0.2);padding: 20px 15px 20px 15px;} li.nav-item:last-child{border-bottom: solid 0px transparent;} .navbar-light .navbar-toggler { color:#fff; border-color:#183516; background-color:#183516; } .orijin-logo { width: 140px; margin: 0px auto 0 auto; } .navbar-toggler-icon { width: 1.6em; height: 1.6em; } .navbar{ float: right; z-index: 1024; background-color:#183516!important; } .navbar-toggler {padding: 13px 10px;} .navbar-light .navbar-toggler { border-color: transparent; outline: none!important; top: 15px; right: 0px; border-radius:0px;} .header-top {height: 60px;} .main-flower-bg .lets-sign h1.heading-wel {margin-top: 23%;} .button-wrapper {bottom: -50px;} } /*================// Small devices (landscape phones, less than 768px)================*/ @media (max-width: 767.98px) { .social-b i.fa { color: #FFF; height: 30px; width: 30px; line-height: 30px; font-size: 14px; } .calender-bg{margin-top: 0px;} html .fc, .fc table {font-size: 0.925em;} .fc .fc-header-space {padding-left: 4px;} .fc-text-arrow{margin: 0.1em;font-size: 1.4em;} .fc-header td {white-space: nowrap;padding: 30px 2px 0px;} .fc-button-month.fc-state-default, .fc-button-agendaWeek.fc-state-default, .fc-button-agendaDay.fc-state-default {min-width: 24px;} .fc-week .fc-day:hover .fc-day-number { height: 30px; width: 30px; color: #FFFFFF; line-height:20px; } .fc-state-highlight > div > div.fc-day-number { height: 30px; width: 30px; color: #FFFFFF; line-height:20px; } .fc-button {padding: 0 .4em;} .fc-border-separate tr.fc-last th {font-size: 12px;} .fc-header-title h2 {font-size: 13px; padding-left: 0px; line-height: 1px; padding-top: 20px;} .fc-week .fc-day > div .fc-day-number {font-size: 10px;} .fc-event {font-size: 10px;} .nav-item.fun-name {display: block;} .nav-none .orijin-logo {margin-top: 0px;} .main-flower-bg .lets-sign h1.heading-wel { margin-top: 30%; } .enter .form-row .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .enter .form-row .col-md-4 {padding-right: 10px;} .enter .lets-sign .form-control {font-size: 22px;} .header-top { background-color: #1A6232; position: absolute; left: 0; right: 0px; height: 60px; } li.nav-item:last-child { border-bottom: solid 0px transparent; padding-bottom: 300px; } .content-sec { position: relative; top: 60px; margin-bottom: 60px; } .row.fans-sec .col-md-4:last-child{margin-bottom: 30px;} .main-flower-bg h1.heading-wel {margin-top: 40%;} h2.hide{ visibility: visible; text-align: center; font-size: 18px!important; position: relative; } .ih-item.square.effect3.bottom_to_top .info{display: none;} .ih-item.square.effect3.bottom_to_top a:hover .img{display: none;} .Lifestyle-icons .col-md-3:nth-of-type(1){padding-right:0px;} .Lifestyle-icons .col-md-3:nth-of-type(3){padding-right:0px;} .glovo,.drinks,.jumia,.uber,.celebrate,.events,.bottle,.buyonline { min-height: 130px; max-height: 130px; line-height: 130px; margin-bottom: 20px; } .Lifestyle-icons .col-md-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .Lifestyle-icons img {width: 50%;} .content-sec.terms h2 {margin: 42% auto 0px auto;} .social img{margin-right: 8px;} .playpause {top: 15%;} .video {min-height: 300px;max-height: 300px;} .talk{max-width: 140px;margin:20% auto 0px auto;} .btn{line-height: normal;} .lets-sign .form-group {margin-bottom: 20px;} .talk img{width: 100%;margin-top:40%;} h1.heading-let {font-size:32px;margin-bottom: 30px;} h2.sign-phone { text-align: left; font-size: 22px; } .nav-item.fun-name .nav-link{display: inline-block;visibility: visible;} .nav-item.fun-name a.nav-link:last-child{float: right;} .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; padding-right: 20px; padding-left: 20px; } .content-sec p{ width: 90%; font-size: 16px; margin-bottom: 30px; } .fans-content p { width: 100%; color: #fff; font-size: 15px; text-align: left; line-height: 20px; } .btn.btn-primary{margin-bottom: 20px;} .btn.btn-secondary {margin-top: 20px;} .foter{margin-top:30px;line-height:26px;padding-bottom:20px;font-size:15px;} .social.icons i {margin-top: 20px;margin-bottom:0px;} .conditions {line-height: 26px;padding-top: 20px;padding-bottom: 20px;} .header-tabs .fans-content { background-color: #8aae2f; min-height: auto; max-height: unset; } .header-tabs {margin-top: 0px;} .nav-tabs {max-width: 200px;margin: 0 auto;} .top-sign {display: none;} .navbar-expand-lg .navbar-nav .nav-link {padding-top: 0rem;padding-bottom: 0rem;font-size: 15px;} .navbar-expand-lg .navbar-nav .nav-link {padding-right: 2rem;padding-left: 0rem;} .watermark .form-row .col-md-4 { padding-right: 20px; margin-bottom: 20px; margin-top: 0px; } .form-check {padding-left: .6rem;} .form-check-label {font-size: 16px;} .watermark .btn.btn-primary{margin-top: 0px;} .social-b i.fa { background-color: #8AAE2F; color: #FFF; height: 22px; width: 22px; text-align: center; line-height: 22px; border-radius: 50%; margin-right: 8px; font-size: 10px; } body.main-flower-bg { background-image: url(../images/main-flower-bg.jpg); background-repeat: repeat; background-size: contain; } .button-wrapper-home .btn.btn-secondary, .button-wrapper-home .btn.btn-primary { display: block; max-width: 100%; width: 100%; float: left; padding: 16px 30px; margin: 0px 0px 20px 0px; } .text-center p {margin: 0px auto 30px auto;} .row.Lifestyle-icons {margin-top: 0px;} .text-center h1.heading-wel { max-width: 380px; margin: 64% auto 30px auto;} .view.jarallax{position: unset!important;} .view .col-md-12 { display: table; height: -moz-available; /* WebKit-based browsers will ignore this. */ height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ height: fill-available; } .view{height: auto;} .text-center h1.heading-wel {margin-top:50%;} .text-center h1.heading-wel {font-size: 40px;} .button-wrapper-home .btn.btn-secondary a, .button-wrapper-home .btn.btn-primary a {font-size: 15px;} .button-wrapper {bottom: -50px;} } /*================// Extra small devices (portrait phones, less than 576px)================*/ @media (max-width: 575.98px) {} @media (max-width:480px) {}
resources/css/orijin/site-responsive.css
@media (max-width: 1280px) { } /*================// Medium devices (tablets, less than 1024px)================*/ @media (max-width:1024px) { .content-sec{ background-image:url(../images/flower-bg.png); background-repeat: no-repeat; background-size: contain; } li.nav-item {font-size: 14px;} .like-icon {margin-left: 0px;} .button-wrapper {bottom: -51px;} .top-sign {padding-top: 15px;} .social-b i.fa { color: #FFF; height: 20px; width: 20px; line-height: 20px; font-size: 10px; } } /*================// Medium devices (tablets, less than 992px)================*/ @media (max-width: 991.98px) { .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(145,181,47, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } .navbar {padding: 0rem 0px;} h1.heading-wel{margin-top: 50%; font-size: 38px; margin-bottom: 20px;} .navbar-nav.mr-auto{background-color:#0F230D;} .navbar-expand-lg .navbar-nav .nav-link{ padding-top:1.3rem; padding-bottom:1.3rem; font-size: 16px; } li.nav-item{border-top: solid 2px rgba(145,181,47,0.2);padding: 20px 15px 20px 15px;} li.nav-item:last-child{border-bottom: solid 0px transparent;} .navbar-light .navbar-toggler { color:#fff; border-color:#183516; background-color:#183516; } .orijin-logo { width: 140px; margin: 0px auto 0 auto; } .navbar-toggler-icon { width: 1.6em; height: 1.6em; } .navbar{ float: right; z-index: 1024; background-color:#183516!important; } .navbar-toggler {padding: 13px 10px;} .navbar-light .navbar-toggler { border-color: transparent; outline: none!important; top: 15px; right: 0px; border-radius:0px;} .header-top {height: 60px;} .main-flower-bg .lets-sign h1.heading-wel {margin-top: 23%;} .button-wrapper {bottom: -50px;} } /*================// Small devices (landscape phones, less than 768px)================*/ @media (max-width: 767.98px) { .social-b i.fa { color: #FFF; height: 30px; width: 30px; line-height: 30px; font-size: 14px; } .calender-bg{margin-top: 0px;} html .fc, .fc table {font-size: 0.925em;} .fc .fc-header-space {padding-left: 4px;} .fc-text-arrow{margin: 0.1em;font-size: 1.4em;} .fc-header td {white-space: nowrap;padding: 30px 2px 0px;} .fc-button-month.fc-state-default, .fc-button-agendaWeek.fc-state-default, .fc-button-agendaDay.fc-state-default {min-width: 24px;} .fc-week .fc-day:hover .fc-day-number { height: 30px; width: 30px; color: #FFFFFF; line-height:20px; } .fc-state-highlight > div > div.fc-day-number { height: 30px; width: 30px; color: #FFFFFF; line-height:20px; } .fc-button {padding: 0 .4em;} .fc-border-separate tr.fc-last th {font-size: 12px;} .fc-header-title h2 {font-size: 13px; padding-left: 0px; line-height: 1px; padding-top: 20px;} .fc-week .fc-day > div .fc-day-number {font-size: 10px;} .fc-event {font-size: 10px;} .nav-item.fun-name {display: block;} .nav-none .orijin-logo {margin-top: 0px;} .main-flower-bg .lets-sign h1.heading-wel { margin-top: 30%; } .enter .form-row .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .enter .form-row .col-md-4 {padding-right: 10px;} .enter .lets-sign .form-control {font-size: 22px;} .header-top { background-color: #1A6232; position: absolute; left: 0; right: 0px; height: 60px; } li.nav-item:last-child { border-bottom: solid 0px transparent; padding-bottom: 300px; } .content-sec { position: relative; top: 60px; margin-bottom: 60px; } .row.fans-sec .col-md-4:last-child{margin-bottom: 30px;} .main-flower-bg h1.heading-wel {margin-top: 40%;} h2.hide{ visibility: visible; text-align: center; font-size: 18px!important; position: relative; } .ih-item.square.effect3.bottom_to_top .info{display: none;} .ih-item.square.effect3.bottom_to_top a:hover .img{display: none;} .Lifestyle-icons .col-md-3:nth-of-type(1){padding-right:0px;} .Lifestyle-icons .col-md-3:nth-of-type(3){padding-right:0px;} .glovo,.drinks,.jumia,.uber,.celebrate,.events,.bottle,.buyonline { min-height: 130px; max-height: 130px; line-height: 130px; margin-bottom: 20px; } .Lifestyle-icons .col-md-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .Lifestyle-icons img {width: 50%;} .content-sec.terms h2 {margin: 42% auto 0px auto;} .social img{margin-right: 8px;} .playpause {top: 15%;} .video {min-height: 300px;max-height: 300px;} .talk{max-width: 140px;margin:20% auto 0px auto;} .btn{line-height: normal;} .lets-sign .form-group {margin-bottom: 20px;} .talk img{width: 100%;margin-top:40%;} h1.heading-let {font-size:32px;margin-bottom: 30px;} h2.sign-phone { text-align: left; font-size: 22px; } .nav-item.fun-name .nav-link{display: inline-block;visibility: visible;} .nav-item.fun-name a.nav-link:last-child{float: right;} .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; padding-right: 20px; padding-left: 20px; } .content-sec p{ width: 90%; font-size: 16px; margin-bottom: 30px; } .fans-content p { width: 100%; color: #fff; font-size: 15px; text-align: left; line-height: 20px; } .btn.btn-primary{margin-bottom: 20px;} .btn.btn-secondary {margin-top: 20px;} .foter{margin-top:30px;line-height:26px;padding-bottom:20px;font-size:15px;} .social.icons i {margin-top: 20px;margin-bottom:0px;} .conditions {line-height: 26px;padding-top: 20px;padding-bottom: 20px;} .header-tabs .fans-content { background-color: #8aae2f; min-height: auto; max-height: unset; } .header-tabs {margin-top: 0px;} .nav-tabs {max-width: 200px;margin: 0 auto;} .top-sign {display: none;} .navbar-expand-lg .navbar-nav .nav-link {padding-top: 0rem;padding-bottom: 0rem;font-size: 15px;} .navbar-expand-lg .navbar-nav .nav-link {padding-right: 2rem;padding-left: 0rem;} .watermark .form-row .col-md-4 { padding-right: 20px; margin-bottom: 20px; margin-top: 0px; } .form-check {padding-left: .6rem;} .form-check-label {font-size: 16px;} .watermark .btn.btn-primary{margin-top: 0px;} .social-b i.fa { background-color: #8AAE2F; color: #FFF; height: 22px; width: 22px; text-align: center; line-height: 22px; border-radius: 50%; margin-right: 8px; font-size: 10px; } body.main-flower-bg { background-image: url(../images/main-flower-bg.jpg); background-repeat: repeat; background-size: contain; } .button-wrapper-home .btn.btn-secondary, .button-wrapper-home .btn.btn-primary { display: block; max-width: 100%; width: 100%; float: left; padding: 16px 30px; margin: 0px 0px 20px 0px; } .text-center p {margin: 0px auto 30px auto;} .row.Lifestyle-icons {margin-top: 0px;} .text-center h1.heading-wel { max-width: 380px; margin: 64% auto 30px auto;} .view.jarallax{position: unset!important;} .view .col-md-12 { display: table; height: -moz-available; /* WebKit-based browsers will ignore this. */ height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ height: fill-available; } .view{height: auto;} .text-center h1.heading-wel {margin-top:50%;} .text-center h1.heading-wel {font-size: 40px;} .button-wrapper-home .btn.btn-secondary a, .button-wrapper-home .btn.btn-primary a {font-size: 15px;} .button-wrapper {bottom: -50px;} } /*================// Extra small devices (portrait phones, less than 576px)================*/ @media (max-width: 575.98px) {} @media (max-width:480px) {}
0.334589
0.054853
* Prefixed by https://autoprefixer.github.io * PostCSS: v7.0.29, * Autoprefixer: v9.7.6 * Browsers: last 4 version */ * { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } .active { font-weight: bold; } .show { display: block !important; } body { font-family: "Work Sans", sans-serif; font-size: 16px; color: #3a3635; } .styled-checkbox { font-weight: 500; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; font-size: 14px; } .styled-checkbox input[type="checkbox"] { font-size: 15px; margin-top: 5px; display: none; } .styled-checkbox .checkbox { min-height: 20px; min-width: 20px; height: 20px; width: 20px; -webkit-box-shadow: 0 0 5px 1px #ddd; box-shadow: 0 0 5px 1px #ddd; display: inline-block; position: relative; margin: 0; border: 1px solid #ddd; background: white; } .styled-checkbox input[type="checkbox"]:checked + .checkbox { background-color: #000; } .styled-checkbox input[type="checkbox"]:checked + .checkbox::after { content: "\2714"; color: #fff; font-size: 18px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .wrapper { width: 100%; min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .row { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; } .col-left { background-image: url("../images/Picture.png"); background-position: right center; background-repeat: no-repeat; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .background-2 { background-image: url("../images/Picture-2.png"); } .col-left .logo { max-width: 260px; } .col-left h2 { color: #fff; font-size: 48px; position: relative; margin: 15px 0; padding-bottom: 20px; } .col-left h2::after { content: ""; display: block; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; height: 5px; width: 90px; background-color: #fff; } .col-right { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; overflow: auto; padding: 20px; } .language { margin: 0 30px 30px auto; max-width: 180px; text-align: right; position: relative; } .language-toggle { border: none; text-transform: uppercase; font-weight: 600; font-size: 16px; cursor: pointer; background: url("../images/drop-down-arrow.png") right center no-repeat; background-size: 15px; padding: 10px 20px; } .connection-container { width: 260px; margin: 40px auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-height: 100%; } .connection-container-fluid { width: 100%; max-width: 460px; /* width: 460px; */ } .connection-container form h3 { text-align: center; font-size: 36px; margin-bottom: 30px; } .form-group-row { display: -webkit-box; display: -ms-flexbox; display: flex; /* margin: 0 -10px; */ } .form-group { margin-bottom: 20px; padding: 0 10px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .address-field { width: 100%; } .form-group label { font-weight: 600; color: #3a3635; margin-bottom: 5px; display: block; } .form-group input { height: auto; padding: 15px; border: 2px solid #cdcdcb; border-radius: 2px; width: 100%; } .btn-connection { padding: 15px; width: calc(100% + 100px); margin-left: -50px; background-color: #eb954b; margin-top: 15px; margin-bottom: 20px; border: none; color: white; font-weight: 600; text-transform: uppercase; font-size: 15px; cursor: pointer; } .forgot-password, .forgot-password a { text-align: center; font-weight: 600; text-decoration: none; color: #3a3635; } .line-heading { position: relative; text-align: center; margin: 30px 0; } .line-heading span { display: inline-block; background-color: #fff; padding: 10px 25px; font-size: 18px; font-weight: 600; color: #4b4748; position: relative; z-index: 1; } .line-heading::after { content: ""; display: block; border-top: 1px solid #3a3635; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .social-connection-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 80%; margin: 0 auto; text-align: center; } .btn-connection-google { padding: 15px 0px; width: calc(100% + 80px); margin-left: -40px; background-color: #806e6c; border: none; color: white; margin-bottom: 20px; font-size: 18px; font-weight: 600; } .btn-connection-fb { padding: 15px 0px; width: calc(100% + 80px); margin-left: -40px; background-color: #daaa85; border: none; color: white; font-size: 18px; font-weight: 600; margin-bottom: 20px; } .registration { display: inline-block; text-decoration: none; font-weight: 700; font-size: 16px; color: #4a4444; margin: 30px; } .social-container .line-heading { width: calc(100% + 180px); margin-left: -90px; } .social-icon-container { text-align: center; } .social-icon-container a { border-radius: 50%; height: 36px; width: 36px; line-height: 40px; margin: 1px; text-decoration: none; display: inline-block; } .social-icn-fb { background: #f2cda5; } .social-icn-twitter { background: #e29854; } .social-icn-google { background: #443838; } .social-icn-pinterest { background: #d6ad8c; } .social-icn-linkedin { background: #8a7272; } .social-icon-container a i { color: white; font-size: 18px; } footer { background-color: #3b3132; color: #ccc; padding: 20px 10px 20px 40px; } footer span { margin-right: 20px; font-size: 14px; font-weight: 600; } /*############# Screen 3 CSS #################*/ header { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 50px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #fff; } header .language { max-width: 180px; text-align: right; position: relative; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-bottom: 10px; } header .language .language-toggle { padding: unset; } header .logo { max-width: 130px; } @media screen and (max-width: 600px) { header .logo { max-width: 110px; } } header .follow-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-bottom: 10px; } header .follow-container h3 { text-align: center; padding: 10px; } header .follow-container .social-icon-container a { height: 25px; width: 25px; line-height: 25px; } header .follow-container .social-icon-container a i { font-size: 15px; } .page-3 { background-color: #fcf3ea; } .page-3 .banner { background-image: url("../images/Background photo.png"); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 202px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .banner .banner-description { color: white; text-align: center; padding-right: 100px; max-width: 1000px; margin-left: auto; } .banner .banner-description p { padding-bottom: 20px; } .banner .banner-description button { background: #e29854; border: none; color: white; padding: 10px 15px; margin-top: 30px; } .africa-background { background-image: url("../images/Africa background.png"); /* background-position: center; */ background-repeat: no-repeat; /* background-size: cover; */ background-position: top 95% left -13%; background-size: 70%; padding: 70px 0px 150px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .africa-background .button-container { width: 100%; max-width: 30%; } .btn-quote { padding: 15px; width: calc(100%); background-color: #eb954b; margin-top: 15px; margin-bottom: 40px; border: none; font-weight: 600; text-transform: uppercase; font-size: 15px; cursor: pointer; } .btn-pickup { padding: 15px 0px; width: calc(100%); background-color: #806e6c; border: none; color: white; font-size: 18px; font-weight: 600; } /*############# Screen 3 CSS ###########*/ /*############# Screen 4 CSS ###########*/ .background-4 { background-image: url("../images/Benner.png"); background-size: 100% 100%; } .banner-description-container { padding: 0px 80px; text-align: center; } .banner-description-container h2::after { display: none; } .banner-description-container p { color: white; font-style: italic; font-size: 20px; } .banner-description-container button { background: #eb954b; border: none; padding: 5px 20px; color: white; font-size: 18px; } .page-7 .col-left, .page-4 .col-left, .page-5 .col-left, .page-6 .col-left { position: relative; z-index: 2; } .page-7 .col-right, .page-4 .col-right, .page-5 .col-right, .page-6 .col-right { position: relative; z-index: 1; left: -110px; max-width: calc(50% + 110px); -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% + 110px); flex: 0 0 calc(50% + 110px); padding: 0; } .heart-icon { text-align: center; background: #f2cda5; padding: 15px; color: white; } .navbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: #443838; color: white; padding-left: 70px; } .navbar .icon { display: none; } .express-container { display: -webkit-box; display: -ms-flexbox; display: flex; } .express-container .icn-express { background-image: url("../images/Airplane simbol.png"); background-size: cover; height: 30px; width: 30px; margin-top: 4px; } .express { padding: 10px; font-size: 15px; font-weight: bold; text-transform: uppercase; } ul.nav { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; margin: 0; } ul.nav li { list-style-type: none; padding: 8px 10px; } ul.nav li a { text-decoration: none; color: white; text-transform: uppercase; } .delivery-type { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; padding: 50px 0; } .envelop { padding-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .packet { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .envelop label, .packet label { font-weight: 500; padding: 10px 0; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .envelop input[type="checkbox"], .packet input[type="checkbox"] { font-size: 15px; margin-top: 5px; display: none; } .envelop .checkbox, .packet .checkbox { height: 25px; width: 25px; -webkit-box-shadow: 0 0 5px 1px #ddd; box-shadow: 0 0 5px 1px #ddd; display: inline-block; position: relative; margin-top: 10px; border: 1px solid #ddd; } .envelop input[type="checkbox"]:checked + .checkbox, .packet input[type="checkbox"]:checked + .checkbox { background-color: #000; } .envelop input[type="checkbox"]:checked + .checkbox::after, .packet input[type="checkbox"]:checked + .checkbox::after { content: "\2714"; color: #fff; font-size: 18px; position: absolute; left: 5px; top: 1px; } .delivery-type .icn-envelop { background-image: url("../images/Envelope.png"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 50px; width: 66px; display: inline-block; } .delivery-type .icn-packet { background-image: url("../images/Package.png"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 65px; width: 66px; display: inline-block; } .delivery-type-container { width: 600px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; } .delivery-info-form { background: #f1eee7; padding: 20px 0; } .delivery-info-form-container { width: 600px; margin: 0 auto; } .packet-heading-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: -30px; margin-right: 10px; margin-bottom: 25px; } .packet-heading-row .heading-container { display: -webkit-box; display: -ms-flexbox; display: flex; } .select-form-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .page-4 .select-dropdown { padding: 15px; border-radius: 4px; width: 100%; outline: none; } .product-container, .packet-container, .select-form-container { padding-left: 80px; } .packet-container .icn-small-packet { background-image: url("../images/Small packkage closed.png"); display: inline-block; height: 30px; width: 30px; background-repeat: no-repeat; background-size: cover; background-position: center; } .packet-container .heading-container p, .product-container .heading-container p { padding: 5px 10px 0; text-transform: uppercase; font-weight: bold; } .packet-container .heading-container .minus, .product-container .heading-container .minus { background: #e29854; border-radius: 50%; padding: 8px; color: white; } .packet-container .heading-container .plus, .product-container .heading-container .plus { background: #8a7272; border-radius: 50%; padding: 8px; color: white; } .product-container .icn-small-product { background-image: url("../images/Small package open.png"); display: inline-block; height: 30px; width: 45px; background-repeat: no-repeat; background-size: cover; background-position: center; } .checkbox-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 90px; } .checkbox-container .right-col, .checkbox-container .left-col { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 10px; } .checkbox-container .right-col .styled-checkbox { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .checkbox-label-child-container { display: none; } /* .checkbox-container .left-col, .checkbox-container .right-col { flex: 1; } */ .checkbox-container .right-col { padding-right: 10px; } .checkbox-container .checkbox { margin-left: 10px; } .checkbox-label-container { padding: 10px 0; } .checkbox-label-container label { font-weight: 500; padding: 10px 0; position: relative; } .checkbox-label-container input[type="checkbox"] { font-size: 15px; /* margin-top: 5px; */ display: none; } .checkbox-label-container .checkbox { height: 25px; width: 25px; display: inline-block; position: relative; top: 5px; border: 1px solid #cbcbcb; } .checkbox-label-container input[type="checkbox"]:checked + .checkbox { background-color: #000; } .checkbox-label-container input[type="checkbox"]:checked + .checkbox::after { content: "\2714"; color: #fff; font-size: 18px; position: absolute; left: 5px; top: 1px; } .page-4 .styled-checkbox { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } /* .checkbox-label-child-container .checkbox-label-container .checkbox { height: 15px; width: 15px; } */ .note-container { padding-top: 20px; padding-bottom: 20px; padding-left: 90px; } .note { width: 60%; } .submit-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 90px; } button.submit { padding: 15px; width: 70%; background-color: #eb954b; margin-top: 15px; margin-bottom: 20px; border: none; color: white; font-weight: 600; text-transform: uppercase; font-size: 15px; cursor: pointer; } button.submit i { float: right; } /*############# Screen 4 CSS ###########*/ /* ############ SCreen 5 CSS ############# */ .page-5 .navbar { padding-left: 110px; } .page-5 .col-left { background-position: top center; padding: 40% 0 100px; } .page-5 .option-container { padding: 70px 0; max-width: 350px; margin: 0 auto; } .page-5 .styled-checkbox { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 50px; text-transform: uppercase; } .page-5 .styled-checkbox .checkbox { margin-right: 20px; } .option-container .btn-retour { padding: 10px; width: calc(100%); background-color: #443838; margin-top: 15px; margin-bottom: 20px; border: none; color: white; font-weight: 600; text-transform: uppercase; font-size: 15px; cursor: pointer; } .option-container .btn-retour i { float: left; } /* ############ SCreen 5 CSS ############# */ /* ############ Screen 6 CSS ############# */ .page-6 .background-6 { background-image: url("../images/Banner.png"); padding: 30% 0 100px; } .page-6 .navbar { padding-left: 120px; } .page-6 .calender-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 60px; } .page-6 .calender-icon { background-image: url("../images/Calendar logo.png"); background-repeat: no-repeat; background-size: cover; background-position: center; height: 70px; width: 62px; } .page-6 .ui-datepicker-trigger { text-transform: uppercase; color: #fff; border: 0; outline: 0; background-color: #e9974d; padding: 10px 15px; font-weight: 600; margin-bottom: 20px; margin-top: 20px; } .page-6 .pickup-container .icn-tag{ background-image: url("../images/Coutera icon.png"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 30px; width: 30px; } .page-6 .pickup-container .icn-home-address-location{ background-image: url("../images/Address icon.png"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 30px; width: 30px; } .page-6 .pickup-container .pickup-bar { display: -webkit-box; display: -ms-flexbox; display: flex; } .page-6 .checkboxes { text-align: left; max-width: 250px; margin: 20px auto; } .styled-checkbox { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 30px; text-transform: uppercase; } .page-6 .styled-checkbox .checkbox { margin-right: 15px; } .page-6 .pickup-bar { background-color: #f1eee8; padding: 10px 10px 10px 200px; font-weight: 500; } .page-6 .pickup-bar span { color: #d39971; } .page-6 .pickup-address { text-align: center; padding: 50px; font-weight: 500; font-size: 18px; } /* ############ Screen 6 CSS ############# */ /* ############ Screen 7 CSS ############# */ .page-7 .background-7 { background-image: url("../images/Picture-7.png"); padding: 10% 0 30%; } .page-7 .navbar { padding-left: 110px; } .checkboxes { text-align: left; border: 1px solid #ddd; } .page-7 .styled-checkbox { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 50px; text-transform: uppercase; } .page-7 .styled-checkbox .checkbox { margin-right: 15px; } .nav-left { -webkit-box-pack: unset; -ms-flex-pack: unset; justify-content: unset; } .nav-left .nav li { padding-left: 50px; } .container { width: 80%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 30px 0; } .confirmation-message { padding: 15px 30px; background: chocolate; color: white; font-weight: bold; text-transform: uppercase; } .step-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 20px; max-width: 400px; margin: 0 auto; text-align: center; } .step-container p.one span, .step-container p.two span, .step-container p.three span { padding: 5px 10px; border-radius: 50%; color: white; } .step-container p.one span { background: #d6ad8c; } .step-container p.one, .step-container p.two, .step-container p.three, p.description { padding-bottom: 35px; } .step-container .form-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .step-container .form-group label { padding-left: 15px; } .step-container p.two span { background: #e29854; } .step-container p.three span { background: #443838; } /* ############ Screen 7 CSS ############# */ @media screen and (max-width: 1200px) { .btn-connection-responsive { width: calc(100% + 40px); margin-left: -20px; } .social-container .line-heading { width: calc(100% + 60px); margin-left: -40px; } .africa-background .button-container { max-width: 40%; } .page-3 .banner .banner-description { padding-right: 50px; } .product-container, .packet-container, .select-form-container { padding-left: 160px; } .checkbox-container { padding-left: 170px; } .note-container { padding-left: 170px; } .delivery-type-container { padding-left: 110px; } ul.nav li { padding: 9px 5px; } } @media screen and (max-width: 991px) { .checkbox-container { -webkit-box-orient: vertical; -webkit-box-direction: normal; /* -ms-flex-direction: column; flex-direction: column;*/ } } @media screen and (max-width: 991px) { .btn-connection { width: 100%; display: block; margin-right: auto; margin-left: auto; } .social-container .line-heading { width: 100%; margin-right: auto; margin-left: auto; } /* .btn-connection-responsive { width: calc(100%); margin-left: 0px; } */ /* .line-heading-2 { width: calc(100%) ; margin-left: 0px ; } */ .africa-background .button-container { max-width: 50%; } .delivery-type-container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .page-4 .col-left .banner-description-container { padding: 0px 50px; } .page-4 .col-left h2 { font-size: 30px; } .page-4 .col-right { max-width: calc(50% + 125px); -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% + 125px); flex: 0 0 calc(50% + 125px); margin-left: -15px; } /* mobile menu css */ .navbar { padding-left: 15px; position: relative; } .navbar .icon { display: block; float: right; } .navbar ul { display: none; } .responsive { position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .navbar .icon { position: absolute; right: 10px; top: 10px; color: white; } .responsive ul { display: block; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 35px; } /* mobile menu css */ .delivery-info-form-container { width: unset; } .select-form-container .select-form-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .packet-container .packet-heading-row, .product-container .packet-heading-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .packet-container .packet-heading-row .heading-container, .product-container .packet-heading-row .heading-container { padding: 10px; } .page-4 .packet-container .form-group-row, .page-4 .product-container .form-group-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .product-container, .packet-container, .select-form-container { padding-left: 150px; } .checkbox-container { padding-left: 160px; } .checkbox-container .right-col, .checkbox-container .left-col { padding-left: 0; max-width: 55%; } .page-4 .styled-checkbox { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .note-container { padding-left: 160px; } .delivery-type-container { padding-left: 110px; } .page-5 .option-container { padding: 70px 55px; } .page-7 .banner-description-container, .page-6 .banner-description-container { padding: 0 20px; } .page-7 .col-left h2, .page-6 .col-left h2 { font-size: 25px; } .page-7 .navbar ul, .page-6 .navbar ul { display: block; } .page-7 .container { padding-left: 85px; } .page-6 .calender-container { padding-left: 150px; } } @media screen and (max-width: 768px) { .row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .col-left, .col-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .page-3 .banner { padding: 93px 0; display: block; } .page-3 .banner-description { margin-left: auto; max-width: 400px; } .page-3 .banner-description h1 { font-size: 16px; } .page-3 .banner-description h2 { font-size: 14px; } .page-7 .col-right, .page-4 .col-right, .page-5 .col-right, .page-6 .col-right { left: 0; min-width: 100%; margin-left: 0; } .page-4 .navbar { padding: 0 20px; } .page-4 .delivery-info-form-container { width: 100%; padding: 0 5%; } .page-4 .background-4 { padding: 190px 0; } .page-4 .select-form-container, .page-4 .packet-container, .page-4 .product-container, .page-4 .checkbox-container, .page-4 .note-container, .page-4 .submit-container { padding-left: 0; } .page-4 .form-group { padding: 0; } .page-4 .delivery-type-container { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding-left: 0; } .checkbox-container .right-col, .checkbox-container .left-col { padding-left: 0; max-width: 50%; } .page-4 .checkbox-container .right-col .styled-checkbox, .page-4 .checkbox-container .left-col .styled-checkbox { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } /* .connection-container-fluid { max-width: 60px; } */ .form-group-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .line-heading-2 { width: calc(100% + 80px); margin-left: -40px; } /* .btn-connection-responsive { width: calc(100% + 40px); margin-left: -20px; } */ .africa-background .button-container { max-width: 60%; } footer span { font-size: 11px; } .page-7 .container { padding-left: 0px; } .page-6 .navbar, .page-6 .calender-container { padding-left: 0; } .page-6 .pickup-bar { padding: 10px 10px 10px 50px; } } @media screen and (max-width: 600px) { header { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; -ms-flex-wrap: wrap; flex-wrap: wrap; } .follow-container { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; max-width: 50%; } header .follow-container .social-icon-container a { height: 18px; width: 18px; line-height: 18px; } header .follow-container .social-icon-container a i { font-size: 10px; } header .language { -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; max-width: 35%; margin-right: 35px; } header .logo-container { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; max-width: 100%; text-align: center; } .page-3 .banner { padding: 60px 0; display: block; } .page-3 .banner-description h1 { font-size: 16px; } .page-3 .banner-description h2 { font-size: 14px; } .page-3 .banner .banner-description { padding-right: 0; } .banner { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .banner .banner-description { padding-right: 0; } .banner .banner-description button { background: #e29854; border: none; color: white; padding: 10px 15px; margin-top: 30px; } .page-3 .africa-background { background-size: 100%; } .africa-background .button-container { max-width: 80%; } .page-4 .banner-description-container, .page-5 .banner-description-container{ padding: 0px; } .page-4 .banner-description-container h2, .page-5 .banner-description-container h2 { font-size: 20px; } .page-4 .delivery-type-container { -webkit-box-orient: vertical; -webkit-box-direction: normal; /* -ms-flex-direction: column; flex-direction: column;*/ padding-left: 0; } .page-4 .checkbox-container .right-col, .page-4 .checkbox-container .left-col { padding-left: 0; max-width: 100%; } .page-4 .checkbox-container .right-col .styled-checkbox, .page-4 .checkbox-container .left-col .styled-checkbox { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .page-5 .navbar { padding-left: 0; } .page-7 .navbar { padding-left: 0; } .page-6 .calender-container { padding-left: 15px; } .page-7 .col-left { padding: 30px; } } @media screen and (max-width: 500px) { .checkbox-container .left-col , .checkbox-container .right-col{ flex: 0 0 100%; } .note { width: 100%; } }
resources/js/styles/styles4.css
* Prefixed by https://autoprefixer.github.io * PostCSS: v7.0.29, * Autoprefixer: v9.7.6 * Browsers: last 4 version */ * { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } .active { font-weight: bold; } .show { display: block !important; } body { font-family: "Work Sans", sans-serif; font-size: 16px; color: #3a3635; } .styled-checkbox { font-weight: 500; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; font-size: 14px; } .styled-checkbox input[type="checkbox"] { font-size: 15px; margin-top: 5px; display: none; } .styled-checkbox .checkbox { min-height: 20px; min-width: 20px; height: 20px; width: 20px; -webkit-box-shadow: 0 0 5px 1px #ddd; box-shadow: 0 0 5px 1px #ddd; display: inline-block; position: relative; margin: 0; border: 1px solid #ddd; background: white; } .styled-checkbox input[type="checkbox"]:checked + .checkbox { background-color: #000; } .styled-checkbox input[type="checkbox"]:checked + .checkbox::after { content: "\2714"; color: #fff; font-size: 18px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .wrapper { width: 100%; min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .row { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; } .col-left { background-image: url("../images/Picture.png"); background-position: right center; background-repeat: no-repeat; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .background-2 { background-image: url("../images/Picture-2.png"); } .col-left .logo { max-width: 260px; } .col-left h2 { color: #fff; font-size: 48px; position: relative; margin: 15px 0; padding-bottom: 20px; } .col-left h2::after { content: ""; display: block; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; height: 5px; width: 90px; background-color: #fff; } .col-right { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; overflow: auto; padding: 20px; } .language { margin: 0 30px 30px auto; max-width: 180px; text-align: right; position: relative; } .language-toggle { border: none; text-transform: uppercase; font-weight: 600; font-size: 16px; cursor: pointer; background: url("../images/drop-down-arrow.png") right center no-repeat; background-size: 15px; padding: 10px 20px; } .connection-container { width: 260px; margin: 40px auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-height: 100%; } .connection-container-fluid { width: 100%; max-width: 460px; /* width: 460px; */ } .connection-container form h3 { text-align: center; font-size: 36px; margin-bottom: 30px; } .form-group-row { display: -webkit-box; display: -ms-flexbox; display: flex; /* margin: 0 -10px; */ } .form-group { margin-bottom: 20px; padding: 0 10px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .address-field { width: 100%; } .form-group label { font-weight: 600; color: #3a3635; margin-bottom: 5px; display: block; } .form-group input { height: auto; padding: 15px; border: 2px solid #cdcdcb; border-radius: 2px; width: 100%; } .btn-connection { padding: 15px; width: calc(100% + 100px); margin-left: -50px; background-color: #eb954b; margin-top: 15px; margin-bottom: 20px; border: none; color: white; font-weight: 600; text-transform: uppercase; font-size: 15px; cursor: pointer; } .forgot-password, .forgot-password a { text-align: center; font-weight: 600; text-decoration: none; color: #3a3635; } .line-heading { position: relative; text-align: center; margin: 30px 0; } .line-heading span { display: inline-block; background-color: #fff; padding: 10px 25px; font-size: 18px; font-weight: 600; color: #4b4748; position: relative; z-index: 1; } .line-heading::after { content: ""; display: block; border-top: 1px solid #3a3635; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .social-connection-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 80%; margin: 0 auto; text-align: center; } .btn-connection-google { padding: 15px 0px; width: calc(100% + 80px); margin-left: -40px; background-color: #806e6c; border: none; color: white; margin-bottom: 20px; font-size: 18px; font-weight: 600; } .btn-connection-fb { padding: 15px 0px; width: calc(100% + 80px); margin-left: -40px; background-color: #daaa85; border: none; color: white; font-size: 18px; font-weight: 600; margin-bottom: 20px; } .registration { display: inline-block; text-decoration: none; font-weight: 700; font-size: 16px; color: #4a4444; margin: 30px; } .social-container .line-heading { width: calc(100% + 180px); margin-left: -90px; } .social-icon-container { text-align: center; } .social-icon-container a { border-radius: 50%; height: 36px; width: 36px; line-height: 40px; margin: 1px; text-decoration: none; display: inline-block; } .social-icn-fb { background: #f2cda5; } .social-icn-twitter { background: #e29854; } .social-icn-google { background: #443838; } .social-icn-pinterest { background: #d6ad8c; } .social-icn-linkedin { background: #8a7272; } .social-icon-container a i { color: white; font-size: 18px; } footer { background-color: #3b3132; color: #ccc; padding: 20px 10px 20px 40px; } footer span { margin-right: 20px; font-size: 14px; font-weight: 600; } /*############# Screen 3 CSS #################*/ header { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 50px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #fff; } header .language { max-width: 180px; text-align: right; position: relative; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-bottom: 10px; } header .language .language-toggle { padding: unset; } header .logo { max-width: 130px; } @media screen and (max-width: 600px) { header .logo { max-width: 110px; } } header .follow-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-bottom: 10px; } header .follow-container h3 { text-align: center; padding: 10px; } header .follow-container .social-icon-container a { height: 25px; width: 25px; line-height: 25px; } header .follow-container .social-icon-container a i { font-size: 15px; } .page-3 { background-color: #fcf3ea; } .page-3 .banner { background-image: url("../images/Background photo.png"); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 202px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .banner .banner-description { color: white; text-align: center; padding-right: 100px; max-width: 1000px; margin-left: auto; } .banner .banner-description p { padding-bottom: 20px; } .banner .banner-description button { background: #e29854; border: none; color: white; padding: 10px 15px; margin-top: 30px; } .africa-background { background-image: url("../images/Africa background.png"); /* background-position: center; */ background-repeat: no-repeat; /* background-size: cover; */ background-position: top 95% left -13%; background-size: 70%; padding: 70px 0px 150px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .africa-background .button-container { width: 100%; max-width: 30%; } .btn-quote { padding: 15px; width: calc(100%); background-color: #eb954b; margin-top: 15px; margin-bottom: 40px; border: none; font-weight: 600; text-transform: uppercase; font-size: 15px; cursor: pointer; } .btn-pickup { padding: 15px 0px; width: calc(100%); background-color: #806e6c; border: none; color: white; font-size: 18px; font-weight: 600; } /*############# Screen 3 CSS ###########*/ /*############# Screen 4 CSS ###########*/ .background-4 { background-image: url("../images/Benner.png"); background-size: 100% 100%; } .banner-description-container { padding: 0px 80px; text-align: center; } .banner-description-container h2::after { display: none; } .banner-description-container p { color: white; font-style: italic; font-size: 20px; } .banner-description-container button { background: #eb954b; border: none; padding: 5px 20px; color: white; font-size: 18px; } .page-7 .col-left, .page-4 .col-left, .page-5 .col-left, .page-6 .col-left { position: relative; z-index: 2; } .page-7 .col-right, .page-4 .col-right, .page-5 .col-right, .page-6 .col-right { position: relative; z-index: 1; left: -110px; max-width: calc(50% + 110px); -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% + 110px); flex: 0 0 calc(50% + 110px); padding: 0; } .heart-icon { text-align: center; background: #f2cda5; padding: 15px; color: white; } .navbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: #443838; color: white; padding-left: 70px; } .navbar .icon { display: none; } .express-container { display: -webkit-box; display: -ms-flexbox; display: flex; } .express-container .icn-express { background-image: url("../images/Airplane simbol.png"); background-size: cover; height: 30px; width: 30px; margin-top: 4px; } .express { padding: 10px; font-size: 15px; font-weight: bold; text-transform: uppercase; } ul.nav { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; margin: 0; } ul.nav li { list-style-type: none; padding: 8px 10px; } ul.nav li a { text-decoration: none; color: white; text-transform: uppercase; } .delivery-type { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; padding: 50px 0; } .envelop { padding-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .packet { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .envelop label, .packet label { font-weight: 500; padding: 10px 0; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .envelop input[type="checkbox"], .packet input[type="checkbox"] { font-size: 15px; margin-top: 5px; display: none; } .envelop .checkbox, .packet .checkbox { height: 25px; width: 25px; -webkit-box-shadow: 0 0 5px 1px #ddd; box-shadow: 0 0 5px 1px #ddd; display: inline-block; position: relative; margin-top: 10px; border: 1px solid #ddd; } .envelop input[type="checkbox"]:checked + .checkbox, .packet input[type="checkbox"]:checked + .checkbox { background-color: #000; } .envelop input[type="checkbox"]:checked + .checkbox::after, .packet input[type="checkbox"]:checked + .checkbox::after { content: "\2714"; color: #fff; font-size: 18px; position: absolute; left: 5px; top: 1px; } .delivery-type .icn-envelop { background-image: url("../images/Envelope.png"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 50px; width: 66px; display: inline-block; } .delivery-type .icn-packet { background-image: url("../images/Package.png"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 65px; width: 66px; display: inline-block; } .delivery-type-container { width: 600px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; } .delivery-info-form { background: #f1eee7; padding: 20px 0; } .delivery-info-form-container { width: 600px; margin: 0 auto; } .packet-heading-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: -30px; margin-right: 10px; margin-bottom: 25px; } .packet-heading-row .heading-container { display: -webkit-box; display: -ms-flexbox; display: flex; } .select-form-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .page-4 .select-dropdown { padding: 15px; border-radius: 4px; width: 100%; outline: none; } .product-container, .packet-container, .select-form-container { padding-left: 80px; } .packet-container .icn-small-packet { background-image: url("../images/Small packkage closed.png"); display: inline-block; height: 30px; width: 30px; background-repeat: no-repeat; background-size: cover; background-position: center; } .packet-container .heading-container p, .product-container .heading-container p { padding: 5px 10px 0; text-transform: uppercase; font-weight: bold; } .packet-container .heading-container .minus, .product-container .heading-container .minus { background: #e29854; border-radius: 50%; padding: 8px; color: white; } .packet-container .heading-container .plus, .product-container .heading-container .plus { background: #8a7272; border-radius: 50%; padding: 8px; color: white; } .product-container .icn-small-product { background-image: url("../images/Small package open.png"); display: inline-block; height: 30px; width: 45px; background-repeat: no-repeat; background-size: cover; background-position: center; } .checkbox-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 90px; } .checkbox-container .right-col, .checkbox-container .left-col { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 10px; } .checkbox-container .right-col .styled-checkbox { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .checkbox-label-child-container { display: none; } /* .checkbox-container .left-col, .checkbox-container .right-col { flex: 1; } */ .checkbox-container .right-col { padding-right: 10px; } .checkbox-container .checkbox { margin-left: 10px; } .checkbox-label-container { padding: 10px 0; } .checkbox-label-container label { font-weight: 500; padding: 10px 0; position: relative; } .checkbox-label-container input[type="checkbox"] { font-size: 15px; /* margin-top: 5px; */ display: none; } .checkbox-label-container .checkbox { height: 25px; width: 25px; display: inline-block; position: relative; top: 5px; border: 1px solid #cbcbcb; } .checkbox-label-container input[type="checkbox"]:checked + .checkbox { background-color: #000; } .checkbox-label-container input[type="checkbox"]:checked + .checkbox::after { content: "\2714"; color: #fff; font-size: 18px; position: absolute; left: 5px; top: 1px; } .page-4 .styled-checkbox { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } /* .checkbox-label-child-container .checkbox-label-container .checkbox { height: 15px; width: 15px; } */ .note-container { padding-top: 20px; padding-bottom: 20px; padding-left: 90px; } .note { width: 60%; } .submit-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 90px; } button.submit { padding: 15px; width: 70%; background-color: #eb954b; margin-top: 15px; margin-bottom: 20px; border: none; color: white; font-weight: 600; text-transform: uppercase; font-size: 15px; cursor: pointer; } button.submit i { float: right; } /*############# Screen 4 CSS ###########*/ /* ############ SCreen 5 CSS ############# */ .page-5 .navbar { padding-left: 110px; } .page-5 .col-left { background-position: top center; padding: 40% 0 100px; } .page-5 .option-container { padding: 70px 0; max-width: 350px; margin: 0 auto; } .page-5 .styled-checkbox { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 50px; text-transform: uppercase; } .page-5 .styled-checkbox .checkbox { margin-right: 20px; } .option-container .btn-retour { padding: 10px; width: calc(100%); background-color: #443838; margin-top: 15px; margin-bottom: 20px; border: none; color: white; font-weight: 600; text-transform: uppercase; font-size: 15px; cursor: pointer; } .option-container .btn-retour i { float: left; } /* ############ SCreen 5 CSS ############# */ /* ############ Screen 6 CSS ############# */ .page-6 .background-6 { background-image: url("../images/Banner.png"); padding: 30% 0 100px; } .page-6 .navbar { padding-left: 120px; } .page-6 .calender-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 60px; } .page-6 .calender-icon { background-image: url("../images/Calendar logo.png"); background-repeat: no-repeat; background-size: cover; background-position: center; height: 70px; width: 62px; } .page-6 .ui-datepicker-trigger { text-transform: uppercase; color: #fff; border: 0; outline: 0; background-color: #e9974d; padding: 10px 15px; font-weight: 600; margin-bottom: 20px; margin-top: 20px; } .page-6 .pickup-container .icn-tag{ background-image: url("../images/Coutera icon.png"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 30px; width: 30px; } .page-6 .pickup-container .icn-home-address-location{ background-image: url("../images/Address icon.png"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 30px; width: 30px; } .page-6 .pickup-container .pickup-bar { display: -webkit-box; display: -ms-flexbox; display: flex; } .page-6 .checkboxes { text-align: left; max-width: 250px; margin: 20px auto; } .styled-checkbox { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 30px; text-transform: uppercase; } .page-6 .styled-checkbox .checkbox { margin-right: 15px; } .page-6 .pickup-bar { background-color: #f1eee8; padding: 10px 10px 10px 200px; font-weight: 500; } .page-6 .pickup-bar span { color: #d39971; } .page-6 .pickup-address { text-align: center; padding: 50px; font-weight: 500; font-size: 18px; } /* ############ Screen 6 CSS ############# */ /* ############ Screen 7 CSS ############# */ .page-7 .background-7 { background-image: url("../images/Picture-7.png"); padding: 10% 0 30%; } .page-7 .navbar { padding-left: 110px; } .checkboxes { text-align: left; border: 1px solid #ddd; } .page-7 .styled-checkbox { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 50px; text-transform: uppercase; } .page-7 .styled-checkbox .checkbox { margin-right: 15px; } .nav-left { -webkit-box-pack: unset; -ms-flex-pack: unset; justify-content: unset; } .nav-left .nav li { padding-left: 50px; } .container { width: 80%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 30px 0; } .confirmation-message { padding: 15px 30px; background: chocolate; color: white; font-weight: bold; text-transform: uppercase; } .step-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 20px; max-width: 400px; margin: 0 auto; text-align: center; } .step-container p.one span, .step-container p.two span, .step-container p.three span { padding: 5px 10px; border-radius: 50%; color: white; } .step-container p.one span { background: #d6ad8c; } .step-container p.one, .step-container p.two, .step-container p.three, p.description { padding-bottom: 35px; } .step-container .form-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .step-container .form-group label { padding-left: 15px; } .step-container p.two span { background: #e29854; } .step-container p.three span { background: #443838; } /* ############ Screen 7 CSS ############# */ @media screen and (max-width: 1200px) { .btn-connection-responsive { width: calc(100% + 40px); margin-left: -20px; } .social-container .line-heading { width: calc(100% + 60px); margin-left: -40px; } .africa-background .button-container { max-width: 40%; } .page-3 .banner .banner-description { padding-right: 50px; } .product-container, .packet-container, .select-form-container { padding-left: 160px; } .checkbox-container { padding-left: 170px; } .note-container { padding-left: 170px; } .delivery-type-container { padding-left: 110px; } ul.nav li { padding: 9px 5px; } } @media screen and (max-width: 991px) { .checkbox-container { -webkit-box-orient: vertical; -webkit-box-direction: normal; /* -ms-flex-direction: column; flex-direction: column;*/ } } @media screen and (max-width: 991px) { .btn-connection { width: 100%; display: block; margin-right: auto; margin-left: auto; } .social-container .line-heading { width: 100%; margin-right: auto; margin-left: auto; } /* .btn-connection-responsive { width: calc(100%); margin-left: 0px; } */ /* .line-heading-2 { width: calc(100%) ; margin-left: 0px ; } */ .africa-background .button-container { max-width: 50%; } .delivery-type-container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .page-4 .col-left .banner-description-container { padding: 0px 50px; } .page-4 .col-left h2 { font-size: 30px; } .page-4 .col-right { max-width: calc(50% + 125px); -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% + 125px); flex: 0 0 calc(50% + 125px); margin-left: -15px; } /* mobile menu css */ .navbar { padding-left: 15px; position: relative; } .navbar .icon { display: block; float: right; } .navbar ul { display: none; } .responsive { position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .navbar .icon { position: absolute; right: 10px; top: 10px; color: white; } .responsive ul { display: block; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 35px; } /* mobile menu css */ .delivery-info-form-container { width: unset; } .select-form-container .select-form-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .packet-container .packet-heading-row, .product-container .packet-heading-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .packet-container .packet-heading-row .heading-container, .product-container .packet-heading-row .heading-container { padding: 10px; } .page-4 .packet-container .form-group-row, .page-4 .product-container .form-group-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .product-container, .packet-container, .select-form-container { padding-left: 150px; } .checkbox-container { padding-left: 160px; } .checkbox-container .right-col, .checkbox-container .left-col { padding-left: 0; max-width: 55%; } .page-4 .styled-checkbox { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .note-container { padding-left: 160px; } .delivery-type-container { padding-left: 110px; } .page-5 .option-container { padding: 70px 55px; } .page-7 .banner-description-container, .page-6 .banner-description-container { padding: 0 20px; } .page-7 .col-left h2, .page-6 .col-left h2 { font-size: 25px; } .page-7 .navbar ul, .page-6 .navbar ul { display: block; } .page-7 .container { padding-left: 85px; } .page-6 .calender-container { padding-left: 150px; } } @media screen and (max-width: 768px) { .row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .col-left, .col-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .page-3 .banner { padding: 93px 0; display: block; } .page-3 .banner-description { margin-left: auto; max-width: 400px; } .page-3 .banner-description h1 { font-size: 16px; } .page-3 .banner-description h2 { font-size: 14px; } .page-7 .col-right, .page-4 .col-right, .page-5 .col-right, .page-6 .col-right { left: 0; min-width: 100%; margin-left: 0; } .page-4 .navbar { padding: 0 20px; } .page-4 .delivery-info-form-container { width: 100%; padding: 0 5%; } .page-4 .background-4 { padding: 190px 0; } .page-4 .select-form-container, .page-4 .packet-container, .page-4 .product-container, .page-4 .checkbox-container, .page-4 .note-container, .page-4 .submit-container { padding-left: 0; } .page-4 .form-group { padding: 0; } .page-4 .delivery-type-container { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding-left: 0; } .checkbox-container .right-col, .checkbox-container .left-col { padding-left: 0; max-width: 50%; } .page-4 .checkbox-container .right-col .styled-checkbox, .page-4 .checkbox-container .left-col .styled-checkbox { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } /* .connection-container-fluid { max-width: 60px; } */ .form-group-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .line-heading-2 { width: calc(100% + 80px); margin-left: -40px; } /* .btn-connection-responsive { width: calc(100% + 40px); margin-left: -20px; } */ .africa-background .button-container { max-width: 60%; } footer span { font-size: 11px; } .page-7 .container { padding-left: 0px; } .page-6 .navbar, .page-6 .calender-container { padding-left: 0; } .page-6 .pickup-bar { padding: 10px 10px 10px 50px; } } @media screen and (max-width: 600px) { header { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; -ms-flex-wrap: wrap; flex-wrap: wrap; } .follow-container { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; max-width: 50%; } header .follow-container .social-icon-container a { height: 18px; width: 18px; line-height: 18px; } header .follow-container .social-icon-container a i { font-size: 10px; } header .language { -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; max-width: 35%; margin-right: 35px; } header .logo-container { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; max-width: 100%; text-align: center; } .page-3 .banner { padding: 60px 0; display: block; } .page-3 .banner-description h1 { font-size: 16px; } .page-3 .banner-description h2 { font-size: 14px; } .page-3 .banner .banner-description { padding-right: 0; } .banner { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .banner .banner-description { padding-right: 0; } .banner .banner-description button { background: #e29854; border: none; color: white; padding: 10px 15px; margin-top: 30px; } .page-3 .africa-background { background-size: 100%; } .africa-background .button-container { max-width: 80%; } .page-4 .banner-description-container, .page-5 .banner-description-container{ padding: 0px; } .page-4 .banner-description-container h2, .page-5 .banner-description-container h2 { font-size: 20px; } .page-4 .delivery-type-container { -webkit-box-orient: vertical; -webkit-box-direction: normal; /* -ms-flex-direction: column; flex-direction: column;*/ padding-left: 0; } .page-4 .checkbox-container .right-col, .page-4 .checkbox-container .left-col { padding-left: 0; max-width: 100%; } .page-4 .checkbox-container .right-col .styled-checkbox, .page-4 .checkbox-container .left-col .styled-checkbox { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .page-5 .navbar { padding-left: 0; } .page-7 .navbar { padding-left: 0; } .page-6 .calender-container { padding-left: 15px; } .page-7 .col-left { padding: 30px; } } @media screen and (max-width: 500px) { .checkbox-container .left-col , .checkbox-container .right-col{ flex: 0 0 100%; } .note { width: 100%; } }
0.379493
0.144209
.card-pay-layer-one-wallet-provider-selection__details { --min-column-width: 15rem; --max-column-width: 1fr; --ideal-column-width: 19.875rem; --row-height: 9.375rem; --gap: var(--boxel-sp-lg); display: grid; grid-template-columns: repeat(auto-fit, minmax(var(--min-column-width), var(--max-column-width))); gap: var(--gap); justify-items: center; } .card-pay-layer-one-wallet-provider-selection-body { padding: 0 var(--horizontal-padding); } .card-pay-layer-one-wallet-provider-selection-body-header { padding: var(--boxel-sp-xl) 0; max-height: 6rem; font-size: 1.125rem; font-weight: 600; } .card-pay-layer-one-wallet-provider-selection__item { height: var(--row-height); width: 100%; max-width: var(--ideal-column-width); position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: var(--boxel-sp-sm); border-radius: var(--boxel-border-radius); box-shadow: 0 0 0 1px var(--boxel-light-400); transition: box-shadow var(--boxel-transition); } .card-pay-layer-one-wallet-provider-selection__item-image { width: 2.5rem; height: 2.5rem; object-fit: contain; margin-bottom: var(--boxel-sp-xs); } .card-pay-layer-one-wallet-provider-selection__item-name { font: 600 var(--boxel-font); } .card-pay-layer-one-wallet-provider-selection__item-description { font: var(--boxel-font-sm); color: var(--boxel-purple-400); text-align: center; } .card-pay-layer-one-wallet-provider-selection__cta { width: 100%; } /* variants start here */ .card-pay-layer-one-wallet-provider-selection__item:hover:not(.card-pay-layer-one-wallet-provider-selection__item--checked) { box-shadow: 0 0 0 2px var(--boxel-purple-300); } .card-pay-layer-one-wallet-provider-selection__item--checked { box-shadow: 0 0 0 2px var(--boxel-highlight); } .card-pay-layer-one-wallet-provider-selection__item-disabled { pointer-events: none; } .card-pay-layer-one-wallet-provider-selection__item-disabled:not(.card-pay-layer-one-wallet-provider-selection__item--checked) { opacity: 0.5; box-shadow: 0 0 0 1px var(--boxel-light-400); }
packages/web-client/app/components/card-pay/layer-one-wallet-provider-selection/index.css
.card-pay-layer-one-wallet-provider-selection__details { --min-column-width: 15rem; --max-column-width: 1fr; --ideal-column-width: 19.875rem; --row-height: 9.375rem; --gap: var(--boxel-sp-lg); display: grid; grid-template-columns: repeat(auto-fit, minmax(var(--min-column-width), var(--max-column-width))); gap: var(--gap); justify-items: center; } .card-pay-layer-one-wallet-provider-selection-body { padding: 0 var(--horizontal-padding); } .card-pay-layer-one-wallet-provider-selection-body-header { padding: var(--boxel-sp-xl) 0; max-height: 6rem; font-size: 1.125rem; font-weight: 600; } .card-pay-layer-one-wallet-provider-selection__item { height: var(--row-height); width: 100%; max-width: var(--ideal-column-width); position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: var(--boxel-sp-sm); border-radius: var(--boxel-border-radius); box-shadow: 0 0 0 1px var(--boxel-light-400); transition: box-shadow var(--boxel-transition); } .card-pay-layer-one-wallet-provider-selection__item-image { width: 2.5rem; height: 2.5rem; object-fit: contain; margin-bottom: var(--boxel-sp-xs); } .card-pay-layer-one-wallet-provider-selection__item-name { font: 600 var(--boxel-font); } .card-pay-layer-one-wallet-provider-selection__item-description { font: var(--boxel-font-sm); color: var(--boxel-purple-400); text-align: center; } .card-pay-layer-one-wallet-provider-selection__cta { width: 100%; } /* variants start here */ .card-pay-layer-one-wallet-provider-selection__item:hover:not(.card-pay-layer-one-wallet-provider-selection__item--checked) { box-shadow: 0 0 0 2px var(--boxel-purple-300); } .card-pay-layer-one-wallet-provider-selection__item--checked { box-shadow: 0 0 0 2px var(--boxel-highlight); } .card-pay-layer-one-wallet-provider-selection__item-disabled { pointer-events: none; } .card-pay-layer-one-wallet-provider-selection__item-disabled:not(.card-pay-layer-one-wallet-provider-selection__item--checked) { opacity: 0.5; box-shadow: 0 0 0 1px var(--boxel-light-400); }
0.496338
0.138084
@-moz-document domain('workflowy.com') /*url(http://www.workflowy.com)*/ { body{ padding:0 !important; padding-top:30px !important; margin:0 !important; direction: rtl !important; } #backgroundImage{ right:0 !important; } .editor{ padding:0px !important; } .editor > textarea { padding:0 !important; margin:0 !important; } .mozilla .editor > textarea{ /* Firefox adds 1 extra pixel to the left and right of textareas. */ right:-1px !important; } #pageContainer { /* Set the margin on .pageContainer rather than .page because doing so on the latter messes up page switching animations. */ margin-top: 20px !important; } .page { padding:0 60px 10px !important; /* These margins get overridden by the JS because they can get set to fractional values, which messes up textarea positioning. */ margin-right:auto !important; margin-left:auto !important; padding-top:30px !important; } .left{ right:-10px !important; } .right{ left:-10px !important; } .top.edge, .bottom.edge{ right:8px !important; left:8px !important; } .pageStar { left: 10px !important; } /* END -- The gradient and corners for the page */ #header{ right:0 !important; padding:0 !important; /* don't wrap text of buttons in header */ background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #444), color-stop(0, #333) ) !important; } #logo{ margin:2px 0 0 !important; padding:2px 20px !important; } #video_player{ margin-right:115px !important; } /* This is use to add spacing at the bottom right of a slideshow */ .addBottomRightMargin{ margin-top:-20px !important; margin-right:-20px !important; } .slideshowjs{ padding:0px 40px 10px !important; } .slideshowjs > *:first-child{ margin-top:20px !important; } .slideshowjs h1{ margin-bottom: 10px !important; } .slideshowjs p{ margin:10px 0 0 0 !important; } .videoPlayButton{ right:50% !important; margin-top:-38px !important; margin-right:-50px !important; } .startPrompt{ padding: 15px 0 !important; margin: 20px 0 0 !important; } #helpWindow{ padding-top:10px !important; } #helpWindow .pane{ padding-top:20px !important; } #howTo table{ margin:20px 0px !important; } #howTo table td.commandName{ text-align:left !important; } #howTo table td.commandDescription{ text-align:right !important; } /* Make asterisk for save-current-view shortcut bigger. */ .commandAsterisk { /* Don't change height of line. */ } .darkPaddedContainer{ padding:10px 20px !important; } #howTo td{ padding:10px 15px !important; font-size:14px } td.first, td.second, td.third{ border-right:none !important; border-left:none !important; } #helpWindow h1.header{ margin-bottom:20px !important; } #helpRadio > span { padding: 10px 15px !important; margin:0 2px !important; } #helpRadio > span.current { border-top-right-radius:5px !important; border-top-left-radius:5px !important; } .helpEmail a{ } .videoContainer .playButton{ right:50% !important; margin-top:-144px !important; margin-right:-176px !important; } #loginPopup .loginForm .loginFormErrorMessage{ margin-bottom:15px !important; } #loginPopup .loginForm .loginFormPasswordInput{ margin-top:5px !important; } #loginPopup .loginFormForgotPasswordLink{ margin-top:10px !important; text-align:left !important; } #sharePopup{ padding-top:20px !important; } #sharePopup .share_prompt #shareTypeSelector { padding: 10px 10px 0 !important; } #sharePopup .share_prompt #shareTypeSelector .shareTypeOption { margin-top: 5px !important; } #sharePopup .share_prompt #shareTypeSelector .shareTypeOption .rightOfTheBullet { padding: 4px 7px !important; margin-top: -5px !important; } #sharePopup .share_prompt #shareTypeSelector .shareTypeOption .shareTypeAdditionalInfo { padding-top: 3px !important; } #sharePopup .share_prompt .nonProBlocker { right: 0 !important; } #sharePopup .share_prompt .nonProMessage { margin-top: -4px !important; margin-right: 30px !important; } #sharePopup .buttonset.smallButtonset .ui-button-text { padding: 2px 6px !important; } #sharePopup .email_shared_settings .noSharedEmailsMessage { margin-right: 5px !important; margin-top: 5px !important; padding: 3px 7px !important; } #sharePopup .email_shared_settings #sharedEmailsTableContainer { margin-top: 2px !important; margin-right: 5px !important; } #sharePopup .email_shared_settings #sharedEmailsTable { margin-top: 3px !important; } #sharePopup .email_shared_settings #sharedEmailsTable td { padding: 2px 6px !important; } #sharePopup .email_shared_settings #sharedEmailsTable .sharedEmailRemoveLink { margin-left: 3px !important; } #sharePopup .email_shared_settings .sharedEmailsAddPeopleHeading { margin-top: 15px !important; } #sharePopup .email_shared_settings .addPeopleWidget { margin-top: 2px !important; } #sharePopup .email_shared_settings .addPeopleWidget .emailEntryForm { padding: 7px !important; margin-right: 5px !important; margin-top: 2px !important; } #sharePopup .email_shared_settings .addPeopleWidget .emailEntryForm .fancyButton { padding: 2px 6px !important; margin-right: 10px !important; } #sharePopup .email_shared_settings .addPeopleWidget .addPeopleWidgetNotice { margin-top: 5px !important; margin-right: 5px !important; } #sharePopup input.shareLink{ padding:5px !important; } #sharePopup .section.optionsSection { margin-top: 10px !important; } #sharePopup .is_editable.buttonset{ /* Need different spacing on left/right due to weird spacing of buttons in set. */ margin-right: 2px !important; margin-left: 6px !important; } #exportPopup form{ border-right:1px solid #CCC !important; border-left:1px solid #CCC !important; padding: 5px 0px !important; } #exportPopup .instructions{ margin-top:15px !important; } #exportPopup .previewWindow{ padding:10px !important; } /* formatted container */ #exportPopup .previewWindow > div{ /* used to set white-space: pre-wrap here, but that messes up GMail's formatting of the export output, so moving that to the name and notes separately. */ } #exportPopup .previewWindow li{ margin:4px 20px 4px 0 !important; } #exportPopup .previewWindow > div > ul { margin-top: 15px !important; } #exportPopup .formatOptionContainer { margin-left: 13px !important; } .footer{ padding:10px 0 30px !important; margin:40px 0 0 !important; } #bottomLinks{ margin-top:10px !important; padding-bottom:20px !important; } #bottomLinks a{ margin:0 8px !important; } .siteSlogan{ right:0 !important; } .selected.project > .name{ padding:10px 0 !important; margin-right:-100px !important; padding-right:100px !important; } .saveButton, .showCompletedButton, #buttonBar, #helpButton{ margin-right:-1px !important; padding:8px 0px !important; float:left !important; border-right: 1px solid #111 !important; border-left: 1px solid #111 !important; } #savedViewHUDButton { float: right !important; margin-right: 2px !important; } #logo, #searchForm{ float:right !important; } #buttonBar{ margin-left:20px !important; padding:0 !important; } .menu-button{ padding:13px 10px 12px !important; } .menu-options{ padding:10px 0 !important; left:-1px !important; text-align:right !important; -webkit-border-bottom-left-radius:5px !important; -webkit-border-bottom-right-radius:5px !important; -moz-border-bottom-left-radius:5px !important; -moz-border-bottom-right-radius:5px !important; border-bottom-left-radius:5px !important; border-bottom-right-radius:5px !important; } .menu-options > #userEmail{ padding:5px 20px !important; } .menu-options > .button{ padding:5px 20px !important; } .showCompletedButton{ padding:8px 10px !important; } #searchBox{ padding: 3px 4px !important; /* We need to zero out the margin for Chrome, which has a default. */ margin:0 !important; } #searchPrompt{ right: 6px !important; } #searchCancel{ left:0px !important; padding:0px 9px !important; } .addButton{ right:-4px !important; margin-top:-5px !important; padding: 2px 7px !important; } .content .contentTagClickable{ right:0 !important; padding:0 1px !important; margin:0 -1px !important; } .noteEditor > textarea{ line-height:17px !important; } .noted > .notes{ margin:0px 25px 0px 0px !important; } .content.editing{ color:transparent !important; } .selected > .notes{ margin:5px 0 10px 0 !important; padding-top:4px !important; } .selected > .notes > .content, .selected > .notes > .content.editing{ height:auto !important; } .selected > .children > .project .project{ margin-right:10px !important; } #sortDrop{ margin:-1px 20px 0 0 !important; } #sortDrop div{ right:0px !important; } .childrenEnd{ margin-top:-5px !important; } .parent > .children{ padding:0 !important; } .children{ margin-right:10px !important; padding-right:15px !important; border-right:1px solid #eee !important; } .selected.project > .children, .parent.project > .children{ border-right:none !important; margin-right:0px !important; padding:0px !important; } #controlsLeft{ right:-59px !important; padding:10px 15px 5px 0 !important; margin-bottom:10px !important; border-top-right-radius:15px !important; -moz-border-radius-topleft:15px !important; border-bottom-right-radius:15px !important; -moz-border-radius-bottomleft:15px !important; border-bottom-left-radius:15px !important; -moz-border-radius-bottomright:15px !important; } #controlsLeft a{ margin-bottom:5px !important; margin-left:10px !important; } .selected > .name > #controls > #controlsLeft{ right:-20px !important; } .mainTreeRoot.selected{ margin-top:15px !important; } body.shared .mainTreeRoot.selected{ margin-top:0px !important; } #controls #move{ /*left: -4px !important;*/ right: -50px !important; } #controlsLeft .more{ margin-right:25px !important; } #controlsLeft > .handle{ right:100% !important; border-left:1px solid #bbb !important; border-bottom-left-radius:15px !important; -moz-border-radius-bottomright:15px !important; border-top-left-radius:15px !important; -moz-border-radius-topright:15px !important; } /* .invisible-mouse-helper only appears on the web version. It allows the mouse to travel at a diagonal between the bullet and the controls menu, without triggering the mouseout event, which hides the controls. */ #controlsLeft > .invisible-mouse-helper{ right:100% !important; } #controlsLeft > .invisible-mouse-helper > .invisible-mouse-helper-extension { right:100% !important; } .selected > .name #controlsLeft{ right:2px !important; } #controlsLeft hr{ margin:5px 0 !important; } .highlight{ right: -5px !important; padding: 2px 5px 1px !important; } /* this exists only to overlap the +/- so that we can handle double-click events properly */ .project > .name #controls #expandButton .overlappingElement{ right:0 !important; } #controls #expandButton{ right:30px !important; } #controlsRight{ left:0 !important; } #controlsBottom{ margin-top:-1px !important; padding:2px .4em !important; right:5em !important; } #dropdownMessages{ right:0 !important; } #message{ padding:10px 20px !important; } .controls > a{ margin-right:10px !important; } .parent > .name{ float:right !important; margin:5px 0 !important; } .selected .project > .name{ margin-right:-50px !important; padding: 0 75px 0 0 !important; } .noted.project > .name{ padding-bottom:0 !important; } .bullet{ margin-top: 1px !important; margin-right:1px !important; right:50px !important; } .draggableNameClone .content{ right:28px !important; } .draggableNameClone .highlight{ right:-2px !important; left:0 !important; } .mainTreeRoot > .children > .project{ margin-right:0px !important; } .selected.project{ padding-top:5px !important; } div#clickToStart{ margin:20px 0px 10px !important; } a.register{ padding: 10px 30px !important; } div.spacer{ /* Spacer can't have width or it may cause unwanted line-wrapping. */ } #share_buttons{ right: 10px !important; } #share_buttons #free_workflowy_items{ margin-bottom:10px !important; right:14px !important; } #facebook_share{ margin-bottom:5px !important; } #shared_notice{ right:auto !important; left:10px !important; text-align:left !important; padding: 10px !important; } #shared_notice #addSharedSubtreeToMyAccountButton { margin-top: 10px !important; padding: 8px 10px !important; } #addSharedSubtreeToMyAccountPopup .messageContainer { margin-top: 10px !important; } #offlineNotice { right: 0 !important; padding: 5px !important; } p { margin:10px 0 !important; } .fancyButton, input[type=submit].submit.fancyButton{ padding:5px 10px !important; background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #EDEDED), color-stop(0, #C4C4C4) ) !important; } .fancyButton.big, input[type=submit].fancyButton.big{ padding:10px 20px !important; } .fancyButton.small{ padding: 3px 5px !important; } .tutorial textarea { margin: 10px 0 !important; padding:10px !important; } .progressbar{ margin:10px 0 !important; } .progressbar div{ right:0 !important; } /* Messages at the top of the site */ #site_message{ padding:10px 20px !important; } #site_message .closeButton, #message .close { right: 100% !important; margin-right: -38px !important; } .popup h1{ margin-bottom:10px !important; } .popup .sectionFooter{ margin:10px 0 !important; } .popup{ text-align:right !important; } .popup ul.normal{ margin:10px 20px 10px 0 !important; } .popup ul.normal li{ margin:20px !important; } /* --- START SETTINGS POPUP --- */ #settingsPopup { padding: 1em 1em 0.5em 1em !important; } #settingsPopup .setting { padding: 10px !important; } #accountInfo{ padding:10px !important; } #accountInfo form{ padding:1px 10px 10px !important; margin-top:10px !important; } #accountInfo form > div{ margin:5px 0 !important; } #accountInfo form input{ margin-right:0 !important; } #accountInfo form .submit{ padding:5px 10px !important; } #settingsRight{ float:left !important; border-right: 1px solid #eee !important; padding-right: 17px !important; } #proSettingsBox { padding: 15px !important; } #proSettingsBox .grab-attention{ margin-top:10px !important; padding:5px !important; } #teamUpgradeDialog p{ margin-top:0px !important; } #teamUpgradeDialog .error{ padding: 5px !important; margin-bottom: 10px !important; } #teamUpgradeDialog .fancyButton{ margin-top:6px !important; } #proSettingsBox > ul{ margin:10px 20px 10px 0px !important; } #proSettingsBox > ul > li{ margin:5px 0 !important; } #proSettingsBox > .fancyButton{ margin-top:10px !important; } #proSettingsBox .team_invite_link_container { margin-top: 10px !important; margin-bottom: 5px !important; } #settings{ float:right !important; } /* --- END SETTINGS POPUP --- */ /* --- PROGRESS BARS --- */ .progressBarContainer{ padding:5px !important; margin-bottom:10px !important; } .quotaDetailedInformation{ right:0 !important; padding:5px 10px 10px !important; } .overQuotaDialog{ padding:10px 20px 20px !important; } #sharedOverQuotaDialog > p{ text-align:right !important; } .overQuotaDialog > .fancyButton{ padding:10px 20px !important; margin-bottom:10px !important; } #headerQuotaProgress{ left:25px !important; } #headerQuotaProgress > .quotaDetailedInformation{ text-align:right !important; } #headerQuotaProgress > .quotaProgressBar{ margin-bottom:5px !important; } #headerQuotaProgress > .monthlyUsage { margin-top:5px !important; } .progressBar{ margin-top:5px !important; border-left: 1px solid #666 !important; background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #ddd), color-stop(0, #aaa) ) !important; } .currentProgress{ background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #888), color-stop(0, #222) ) !important; } #rateWithStars .star{ margin:5px !important; } #rateWithStars .star p{ right:0 !important; } #promptText{ margin-bottom:20px !important; } #promptContext{ margin-top:30px !important; padding:10px !important; } #ratingDialog .sharing-section .test{ text-align:right !important; } /* --- END FRIEND RECOMMENDATION DIALOG --- */ #referralDialog input.referralLink{ padding:5px !important; } #referralDialog textarea{ padding:10px !important; margin-bottom:10px !important; } #referralDialog > p{ margin-top:0 !important; } #referralDialog h2{ margin-bottom:5px !important; } #referralDialog .section{ padding:20px !important; margin:15px 0 !important; } .fancyButton .share_icon{ margin-bottom:-5px !important; margin-top:-5px !important; margin-left:5px !important; margin-right:-5px } #referralDialog .fancyButton{ margin-left:10px !important; } /* --- KEYBOARD SHORTCUT HELPER --- */ #keyboardShortcutHelper { right:10px !important; } #keyboardShortcutHelper .title{ padding:10px !important; } #keyboardShortcutHelper .expand{ float:left !important; margin-top:-2px !important; } #keyboardShortcutHelper td{ padding:10px !important; } .undo-button, .redo-button{ float:left !important; padding:11px 5px !important; } .redo-button{ margin-left:10px !important; } #faq h1{ margin:20px 0 10px !important; } .faqQuestion{ padding-top:10px !important; } .faqQuestion > ul{ margin:10px 30px 10px 0 !important; } .faqQuestion > ul > li{ margin:5px 0 !important; } /* END FAQ */ /* --- START AUTOCOMPLETE BOX --- */ #autocompleteBox { padding: 4px 4px !important; } #autocompleteBox.attachedToSearchBox { right: 0 !important; } #autocompleteBox .autocompleteTag { padding: 2px 2px !important; } /* --- END AUTOCOMPLETE BOX --- */ /* --- START PREMIUM STUFF --- */ #premium-prompt-button{ left:10px !important; padding:5px 10px !important; } #premium-features-more-button, .smallSettingsButton{ margin-left:5px !important; } .pro-settings-link, a.pro-settings-link{ margin:5px 0 !important; } /* --- END PREMIUM STUFF --- */ /* --- THEME GALLERY --- */ #theme-gallery .option-thumb{ margin-bottom:10px !important; } .galleryShowButton{ padding:5px 10px !important; } .option-thumb:first-child{ margin-top:10px !important; } #theme-gallery .option-thumb > .option-pretty-name{ right:0 !important; margin-top:-35px !important; padding:9px 13px !important; border-top-left-radius:5px !important; -moz-border-radius-topright:5px !important; -webkit-border-top-left-radius:5px !important; border-bottom-left-radius:5px !important; -moz-border-radius-bottomright:5px !important; -webkit-border-bottom-left-radius:5px !important; } .closeMeButton{ margin: 1px !important; } .gallery > .closeMeButton{ left: 5px !important; } .galleryProNotice{ right:0 !important; } #fontChooser .galleryProNotice > p{ padding-right:10px !important; margin:0 !important; } #themeChooser .galleryProNotice > p{ margin:20px !important; } .moreInfo{ margin:10px 0 5px !important; padding:5px 0 !important; } #fontChooser .moreInfo{ padding-right:10px !important; } .gallerySelector{ margin-left:10px !important; } #theme-gallery{ right: 138px !important; padding: 17px 24px 15px 15px !important; } #font-gallery{ right:36px !important; } #font-gallery .option-thumb{ padding:5px 20px !important; margin:5px 0 !important; } #theme-gallery .galleryScroller{ padding: 0 15px !important; } .gallery > .title{ margin-bottom:5px !important; } .waiting, .spinner{ right:50% !important; margin-top:-16px !important; margin-right:-16px !important; } .spinnerWrapper{ right:0 !important; } #plan-upgrade-dialog .globalerror{ padding: 10px !important; } #payment-wrapper{ margin:0 auto !important; } #pro-thank-you-paragraph{ padding:20px 30px !important; margin-bottom:10px !important; } #about-wf-pro, #purchase-info{ float:right !important; margin-bottom:20px !important; } #about-wf-pro{ margin-left:20px !important; } #plan-upgrade-dialog h3{ margin:10px 10px 5px 0 !important; } #choose-your-plan{ margin-bottom:10px !important; padding:20px !important; } #teamPlan{ margin-top:20px !important; } #teamPlan p{ margin:5px 0 !important; } .paymentPlan > h2{ margin-bottom:5px !important; } #purchase-info table label{ text-align:left !important; margin-top:5px !important; } label.error{ text-align:right !important; padding-bottom:5px !important; } input.text{ padding:3px 5px !important; } #plan-upgrade-dialog td{ padding:2px 4px !important; } .expiry-wrapper{ padding:2px 0 !important; } .payment-form{ padding:10px !important; } #payment-succeeded{ padding:30px !important; } #payment-succeeded .fancyButton{ padding:10px 20px !important; } /* The description and prompt */ #premium-features-description{ padding:5px 20px 20px !important; margin-bottom:20px !important; } #premium-features-description ol{ padding-right:20px !important; } #premium-features-description li{ margin-top:10px !important; } #premium-features-description small{ margin-top:5px !important; } #pasteBucket { right: -9999px !important; } #libraryContainer .videoPlayer{ margin:0 !important; } #helpButton{ padding-left:10px !important; padding-right:10px !important; } #libraryContainer .bookName{ margin-bottom: 10px !important; } #libraryContainer .book{ margin:5px 0 0 3px !important; } #libraryContainer .book.done:before{ margin-left:3px !important; } #libraryContainer h3{ margin:10px 0 5px !important; } #libraryContainer .fancyButton.active{ background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #777), color-stop(0, #333) ) !important; } #libraryContainer .fancyButton{ padding:2px 5px !important; } #afterLibraryVideoCompleteBox{ right:0 !important; padding:20px !important; } #afterLibraryVideoCompleteBox p.promoText{ margin-top:20px !important; padding:0 50px !important; } #afterLibraryVideoCompleteBox .fancyButton{ padding:5px 10px !important; } #nextVideoButton.fancyButton{ right:50% !important; padding:10px 20px !important; margin-right: -120px !important; margin-top: -35px !important; } .coupon #nextVideoButton{ right:0 !important; margin:0 !important; } .coupon .couponButton{ margin-top:10px !important; } /* --- END video help library --- */ /* BEGIN -> Get more space */ #getMoreSpaceButtonTopLeft, #upgradeToProButtonTopLeft{ right:15px !important; } #getMoreSpaceDialog > p{ margin-top:0px !important; } .bigSquareButton{ padding:20px !important; margin:10px 0 !important; } /* END -> Get more space */ #deleteAccountDialog > p.deleteWarning { margin: 0 0 20px !important; padding: 15px !important; } #site_message > .nav{ float:right !important; margin-left: 10px !important; } #site_message > .nav > span{ padding:0px 3px !important; } .notice{ padding: 10px 20px !important; margin-bottom: 10px !important; } #team-dialog > .notice { right:20px !important; left:20px !important; } .proPitch{ left:0 !important; } /* PARENT ARROW STYLES */ .parentArrow{ margin:0 5px !important; } .parent > .name > .parentArrow{ padding: 0 3px 0 2px !important; } .selected .parentArrow{ left:-55px !important; } .project.addedShared > .name #controlsLeft a.share, .project.addedShared > .name #controlsLeft a.export, .project.addedShared > .name #controlsLeft a.duplicate, .project.addedShared > .name #controlsLeft a.delete { /* Need !important; } #message > .close:hover{ cursor:pointer !important; } .project.shared > .name > .bullet:hover{ } .fancyButton:active { background: -webkit-gradient( linear, right bottom, right top, color-stop(1, rgb(185,224,245)), color-stop(0, rgb(146,189,214)) ) !important; } .dropTarget{ left:-60px !important; /* padding of page */ } /* This is to make childrenEnd extend to the right of the page so that hovers for it are registered while drag-moving. */ .childrenEnd { margin-left:-60px !important; /* page padding */ } /* See comment elsewhere in this file for description of this hack to force the scrollbar to always show up in Webkit. */ #savedViewHUD::-webkit-scrollbar { /* Sets height of horizontal scroll bar */ } #savedViewHUDPageContainer { padding: 28px 20px 17px 20px !important; } .noSavedViewsNotice { margin-right: 10px !important; padding: 15px 17px !important; } .noSavedViewsNoticeHeading { margin-bottom: 5px !important; } .savedViewPage { margin: 0 12px !important; padding: 20px !important; } .savedViewPageFader { /* These dimensions depend on the dimensions of savedViewPage (and its padding) */ height: 110px !important; left: 20px !important; background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(228,228,228,0)), color-stop(100%,rgba(228,228,228,255))) !important; background: -moz-linear-gradient(right, rgba(228,228,228,0) 0%, rgba(228,228,228,255) 100%) !important; background: -ms-linear-gradient(right, rgba(228,228,228,0) 0%, rgba(228,228,228,255) 100%) !important; } .savedViewPage.selectedSavedViewPage .savedViewPageFader { background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,255))) !important; background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,255) 100%) !important; background: -ms-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,255) 100%) !important; } .savedViewPageSearchStringContainer { margin-top: 10px !important; } /* --- END saved view HUD --- */ }
data/usercss/91484.user.css
@-moz-document domain('workflowy.com') /*url(http://www.workflowy.com)*/ { body{ padding:0 !important; padding-top:30px !important; margin:0 !important; direction: rtl !important; } #backgroundImage{ right:0 !important; } .editor{ padding:0px !important; } .editor > textarea { padding:0 !important; margin:0 !important; } .mozilla .editor > textarea{ /* Firefox adds 1 extra pixel to the left and right of textareas. */ right:-1px !important; } #pageContainer { /* Set the margin on .pageContainer rather than .page because doing so on the latter messes up page switching animations. */ margin-top: 20px !important; } .page { padding:0 60px 10px !important; /* These margins get overridden by the JS because they can get set to fractional values, which messes up textarea positioning. */ margin-right:auto !important; margin-left:auto !important; padding-top:30px !important; } .left{ right:-10px !important; } .right{ left:-10px !important; } .top.edge, .bottom.edge{ right:8px !important; left:8px !important; } .pageStar { left: 10px !important; } /* END -- The gradient and corners for the page */ #header{ right:0 !important; padding:0 !important; /* don't wrap text of buttons in header */ background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #444), color-stop(0, #333) ) !important; } #logo{ margin:2px 0 0 !important; padding:2px 20px !important; } #video_player{ margin-right:115px !important; } /* This is use to add spacing at the bottom right of a slideshow */ .addBottomRightMargin{ margin-top:-20px !important; margin-right:-20px !important; } .slideshowjs{ padding:0px 40px 10px !important; } .slideshowjs > *:first-child{ margin-top:20px !important; } .slideshowjs h1{ margin-bottom: 10px !important; } .slideshowjs p{ margin:10px 0 0 0 !important; } .videoPlayButton{ right:50% !important; margin-top:-38px !important; margin-right:-50px !important; } .startPrompt{ padding: 15px 0 !important; margin: 20px 0 0 !important; } #helpWindow{ padding-top:10px !important; } #helpWindow .pane{ padding-top:20px !important; } #howTo table{ margin:20px 0px !important; } #howTo table td.commandName{ text-align:left !important; } #howTo table td.commandDescription{ text-align:right !important; } /* Make asterisk for save-current-view shortcut bigger. */ .commandAsterisk { /* Don't change height of line. */ } .darkPaddedContainer{ padding:10px 20px !important; } #howTo td{ padding:10px 15px !important; font-size:14px } td.first, td.second, td.third{ border-right:none !important; border-left:none !important; } #helpWindow h1.header{ margin-bottom:20px !important; } #helpRadio > span { padding: 10px 15px !important; margin:0 2px !important; } #helpRadio > span.current { border-top-right-radius:5px !important; border-top-left-radius:5px !important; } .helpEmail a{ } .videoContainer .playButton{ right:50% !important; margin-top:-144px !important; margin-right:-176px !important; } #loginPopup .loginForm .loginFormErrorMessage{ margin-bottom:15px !important; } #loginPopup .loginForm .loginFormPasswordInput{ margin-top:5px !important; } #loginPopup .loginFormForgotPasswordLink{ margin-top:10px !important; text-align:left !important; } #sharePopup{ padding-top:20px !important; } #sharePopup .share_prompt #shareTypeSelector { padding: 10px 10px 0 !important; } #sharePopup .share_prompt #shareTypeSelector .shareTypeOption { margin-top: 5px !important; } #sharePopup .share_prompt #shareTypeSelector .shareTypeOption .rightOfTheBullet { padding: 4px 7px !important; margin-top: -5px !important; } #sharePopup .share_prompt #shareTypeSelector .shareTypeOption .shareTypeAdditionalInfo { padding-top: 3px !important; } #sharePopup .share_prompt .nonProBlocker { right: 0 !important; } #sharePopup .share_prompt .nonProMessage { margin-top: -4px !important; margin-right: 30px !important; } #sharePopup .buttonset.smallButtonset .ui-button-text { padding: 2px 6px !important; } #sharePopup .email_shared_settings .noSharedEmailsMessage { margin-right: 5px !important; margin-top: 5px !important; padding: 3px 7px !important; } #sharePopup .email_shared_settings #sharedEmailsTableContainer { margin-top: 2px !important; margin-right: 5px !important; } #sharePopup .email_shared_settings #sharedEmailsTable { margin-top: 3px !important; } #sharePopup .email_shared_settings #sharedEmailsTable td { padding: 2px 6px !important; } #sharePopup .email_shared_settings #sharedEmailsTable .sharedEmailRemoveLink { margin-left: 3px !important; } #sharePopup .email_shared_settings .sharedEmailsAddPeopleHeading { margin-top: 15px !important; } #sharePopup .email_shared_settings .addPeopleWidget { margin-top: 2px !important; } #sharePopup .email_shared_settings .addPeopleWidget .emailEntryForm { padding: 7px !important; margin-right: 5px !important; margin-top: 2px !important; } #sharePopup .email_shared_settings .addPeopleWidget .emailEntryForm .fancyButton { padding: 2px 6px !important; margin-right: 10px !important; } #sharePopup .email_shared_settings .addPeopleWidget .addPeopleWidgetNotice { margin-top: 5px !important; margin-right: 5px !important; } #sharePopup input.shareLink{ padding:5px !important; } #sharePopup .section.optionsSection { margin-top: 10px !important; } #sharePopup .is_editable.buttonset{ /* Need different spacing on left/right due to weird spacing of buttons in set. */ margin-right: 2px !important; margin-left: 6px !important; } #exportPopup form{ border-right:1px solid #CCC !important; border-left:1px solid #CCC !important; padding: 5px 0px !important; } #exportPopup .instructions{ margin-top:15px !important; } #exportPopup .previewWindow{ padding:10px !important; } /* formatted container */ #exportPopup .previewWindow > div{ /* used to set white-space: pre-wrap here, but that messes up GMail's formatting of the export output, so moving that to the name and notes separately. */ } #exportPopup .previewWindow li{ margin:4px 20px 4px 0 !important; } #exportPopup .previewWindow > div > ul { margin-top: 15px !important; } #exportPopup .formatOptionContainer { margin-left: 13px !important; } .footer{ padding:10px 0 30px !important; margin:40px 0 0 !important; } #bottomLinks{ margin-top:10px !important; padding-bottom:20px !important; } #bottomLinks a{ margin:0 8px !important; } .siteSlogan{ right:0 !important; } .selected.project > .name{ padding:10px 0 !important; margin-right:-100px !important; padding-right:100px !important; } .saveButton, .showCompletedButton, #buttonBar, #helpButton{ margin-right:-1px !important; padding:8px 0px !important; float:left !important; border-right: 1px solid #111 !important; border-left: 1px solid #111 !important; } #savedViewHUDButton { float: right !important; margin-right: 2px !important; } #logo, #searchForm{ float:right !important; } #buttonBar{ margin-left:20px !important; padding:0 !important; } .menu-button{ padding:13px 10px 12px !important; } .menu-options{ padding:10px 0 !important; left:-1px !important; text-align:right !important; -webkit-border-bottom-left-radius:5px !important; -webkit-border-bottom-right-radius:5px !important; -moz-border-bottom-left-radius:5px !important; -moz-border-bottom-right-radius:5px !important; border-bottom-left-radius:5px !important; border-bottom-right-radius:5px !important; } .menu-options > #userEmail{ padding:5px 20px !important; } .menu-options > .button{ padding:5px 20px !important; } .showCompletedButton{ padding:8px 10px !important; } #searchBox{ padding: 3px 4px !important; /* We need to zero out the margin for Chrome, which has a default. */ margin:0 !important; } #searchPrompt{ right: 6px !important; } #searchCancel{ left:0px !important; padding:0px 9px !important; } .addButton{ right:-4px !important; margin-top:-5px !important; padding: 2px 7px !important; } .content .contentTagClickable{ right:0 !important; padding:0 1px !important; margin:0 -1px !important; } .noteEditor > textarea{ line-height:17px !important; } .noted > .notes{ margin:0px 25px 0px 0px !important; } .content.editing{ color:transparent !important; } .selected > .notes{ margin:5px 0 10px 0 !important; padding-top:4px !important; } .selected > .notes > .content, .selected > .notes > .content.editing{ height:auto !important; } .selected > .children > .project .project{ margin-right:10px !important; } #sortDrop{ margin:-1px 20px 0 0 !important; } #sortDrop div{ right:0px !important; } .childrenEnd{ margin-top:-5px !important; } .parent > .children{ padding:0 !important; } .children{ margin-right:10px !important; padding-right:15px !important; border-right:1px solid #eee !important; } .selected.project > .children, .parent.project > .children{ border-right:none !important; margin-right:0px !important; padding:0px !important; } #controlsLeft{ right:-59px !important; padding:10px 15px 5px 0 !important; margin-bottom:10px !important; border-top-right-radius:15px !important; -moz-border-radius-topleft:15px !important; border-bottom-right-radius:15px !important; -moz-border-radius-bottomleft:15px !important; border-bottom-left-radius:15px !important; -moz-border-radius-bottomright:15px !important; } #controlsLeft a{ margin-bottom:5px !important; margin-left:10px !important; } .selected > .name > #controls > #controlsLeft{ right:-20px !important; } .mainTreeRoot.selected{ margin-top:15px !important; } body.shared .mainTreeRoot.selected{ margin-top:0px !important; } #controls #move{ /*left: -4px !important;*/ right: -50px !important; } #controlsLeft .more{ margin-right:25px !important; } #controlsLeft > .handle{ right:100% !important; border-left:1px solid #bbb !important; border-bottom-left-radius:15px !important; -moz-border-radius-bottomright:15px !important; border-top-left-radius:15px !important; -moz-border-radius-topright:15px !important; } /* .invisible-mouse-helper only appears on the web version. It allows the mouse to travel at a diagonal between the bullet and the controls menu, without triggering the mouseout event, which hides the controls. */ #controlsLeft > .invisible-mouse-helper{ right:100% !important; } #controlsLeft > .invisible-mouse-helper > .invisible-mouse-helper-extension { right:100% !important; } .selected > .name #controlsLeft{ right:2px !important; } #controlsLeft hr{ margin:5px 0 !important; } .highlight{ right: -5px !important; padding: 2px 5px 1px !important; } /* this exists only to overlap the +/- so that we can handle double-click events properly */ .project > .name #controls #expandButton .overlappingElement{ right:0 !important; } #controls #expandButton{ right:30px !important; } #controlsRight{ left:0 !important; } #controlsBottom{ margin-top:-1px !important; padding:2px .4em !important; right:5em !important; } #dropdownMessages{ right:0 !important; } #message{ padding:10px 20px !important; } .controls > a{ margin-right:10px !important; } .parent > .name{ float:right !important; margin:5px 0 !important; } .selected .project > .name{ margin-right:-50px !important; padding: 0 75px 0 0 !important; } .noted.project > .name{ padding-bottom:0 !important; } .bullet{ margin-top: 1px !important; margin-right:1px !important; right:50px !important; } .draggableNameClone .content{ right:28px !important; } .draggableNameClone .highlight{ right:-2px !important; left:0 !important; } .mainTreeRoot > .children > .project{ margin-right:0px !important; } .selected.project{ padding-top:5px !important; } div#clickToStart{ margin:20px 0px 10px !important; } a.register{ padding: 10px 30px !important; } div.spacer{ /* Spacer can't have width or it may cause unwanted line-wrapping. */ } #share_buttons{ right: 10px !important; } #share_buttons #free_workflowy_items{ margin-bottom:10px !important; right:14px !important; } #facebook_share{ margin-bottom:5px !important; } #shared_notice{ right:auto !important; left:10px !important; text-align:left !important; padding: 10px !important; } #shared_notice #addSharedSubtreeToMyAccountButton { margin-top: 10px !important; padding: 8px 10px !important; } #addSharedSubtreeToMyAccountPopup .messageContainer { margin-top: 10px !important; } #offlineNotice { right: 0 !important; padding: 5px !important; } p { margin:10px 0 !important; } .fancyButton, input[type=submit].submit.fancyButton{ padding:5px 10px !important; background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #EDEDED), color-stop(0, #C4C4C4) ) !important; } .fancyButton.big, input[type=submit].fancyButton.big{ padding:10px 20px !important; } .fancyButton.small{ padding: 3px 5px !important; } .tutorial textarea { margin: 10px 0 !important; padding:10px !important; } .progressbar{ margin:10px 0 !important; } .progressbar div{ right:0 !important; } /* Messages at the top of the site */ #site_message{ padding:10px 20px !important; } #site_message .closeButton, #message .close { right: 100% !important; margin-right: -38px !important; } .popup h1{ margin-bottom:10px !important; } .popup .sectionFooter{ margin:10px 0 !important; } .popup{ text-align:right !important; } .popup ul.normal{ margin:10px 20px 10px 0 !important; } .popup ul.normal li{ margin:20px !important; } /* --- START SETTINGS POPUP --- */ #settingsPopup { padding: 1em 1em 0.5em 1em !important; } #settingsPopup .setting { padding: 10px !important; } #accountInfo{ padding:10px !important; } #accountInfo form{ padding:1px 10px 10px !important; margin-top:10px !important; } #accountInfo form > div{ margin:5px 0 !important; } #accountInfo form input{ margin-right:0 !important; } #accountInfo form .submit{ padding:5px 10px !important; } #settingsRight{ float:left !important; border-right: 1px solid #eee !important; padding-right: 17px !important; } #proSettingsBox { padding: 15px !important; } #proSettingsBox .grab-attention{ margin-top:10px !important; padding:5px !important; } #teamUpgradeDialog p{ margin-top:0px !important; } #teamUpgradeDialog .error{ padding: 5px !important; margin-bottom: 10px !important; } #teamUpgradeDialog .fancyButton{ margin-top:6px !important; } #proSettingsBox > ul{ margin:10px 20px 10px 0px !important; } #proSettingsBox > ul > li{ margin:5px 0 !important; } #proSettingsBox > .fancyButton{ margin-top:10px !important; } #proSettingsBox .team_invite_link_container { margin-top: 10px !important; margin-bottom: 5px !important; } #settings{ float:right !important; } /* --- END SETTINGS POPUP --- */ /* --- PROGRESS BARS --- */ .progressBarContainer{ padding:5px !important; margin-bottom:10px !important; } .quotaDetailedInformation{ right:0 !important; padding:5px 10px 10px !important; } .overQuotaDialog{ padding:10px 20px 20px !important; } #sharedOverQuotaDialog > p{ text-align:right !important; } .overQuotaDialog > .fancyButton{ padding:10px 20px !important; margin-bottom:10px !important; } #headerQuotaProgress{ left:25px !important; } #headerQuotaProgress > .quotaDetailedInformation{ text-align:right !important; } #headerQuotaProgress > .quotaProgressBar{ margin-bottom:5px !important; } #headerQuotaProgress > .monthlyUsage { margin-top:5px !important; } .progressBar{ margin-top:5px !important; border-left: 1px solid #666 !important; background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #ddd), color-stop(0, #aaa) ) !important; } .currentProgress{ background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #888), color-stop(0, #222) ) !important; } #rateWithStars .star{ margin:5px !important; } #rateWithStars .star p{ right:0 !important; } #promptText{ margin-bottom:20px !important; } #promptContext{ margin-top:30px !important; padding:10px !important; } #ratingDialog .sharing-section .test{ text-align:right !important; } /* --- END FRIEND RECOMMENDATION DIALOG --- */ #referralDialog input.referralLink{ padding:5px !important; } #referralDialog textarea{ padding:10px !important; margin-bottom:10px !important; } #referralDialog > p{ margin-top:0 !important; } #referralDialog h2{ margin-bottom:5px !important; } #referralDialog .section{ padding:20px !important; margin:15px 0 !important; } .fancyButton .share_icon{ margin-bottom:-5px !important; margin-top:-5px !important; margin-left:5px !important; margin-right:-5px } #referralDialog .fancyButton{ margin-left:10px !important; } /* --- KEYBOARD SHORTCUT HELPER --- */ #keyboardShortcutHelper { right:10px !important; } #keyboardShortcutHelper .title{ padding:10px !important; } #keyboardShortcutHelper .expand{ float:left !important; margin-top:-2px !important; } #keyboardShortcutHelper td{ padding:10px !important; } .undo-button, .redo-button{ float:left !important; padding:11px 5px !important; } .redo-button{ margin-left:10px !important; } #faq h1{ margin:20px 0 10px !important; } .faqQuestion{ padding-top:10px !important; } .faqQuestion > ul{ margin:10px 30px 10px 0 !important; } .faqQuestion > ul > li{ margin:5px 0 !important; } /* END FAQ */ /* --- START AUTOCOMPLETE BOX --- */ #autocompleteBox { padding: 4px 4px !important; } #autocompleteBox.attachedToSearchBox { right: 0 !important; } #autocompleteBox .autocompleteTag { padding: 2px 2px !important; } /* --- END AUTOCOMPLETE BOX --- */ /* --- START PREMIUM STUFF --- */ #premium-prompt-button{ left:10px !important; padding:5px 10px !important; } #premium-features-more-button, .smallSettingsButton{ margin-left:5px !important; } .pro-settings-link, a.pro-settings-link{ margin:5px 0 !important; } /* --- END PREMIUM STUFF --- */ /* --- THEME GALLERY --- */ #theme-gallery .option-thumb{ margin-bottom:10px !important; } .galleryShowButton{ padding:5px 10px !important; } .option-thumb:first-child{ margin-top:10px !important; } #theme-gallery .option-thumb > .option-pretty-name{ right:0 !important; margin-top:-35px !important; padding:9px 13px !important; border-top-left-radius:5px !important; -moz-border-radius-topright:5px !important; -webkit-border-top-left-radius:5px !important; border-bottom-left-radius:5px !important; -moz-border-radius-bottomright:5px !important; -webkit-border-bottom-left-radius:5px !important; } .closeMeButton{ margin: 1px !important; } .gallery > .closeMeButton{ left: 5px !important; } .galleryProNotice{ right:0 !important; } #fontChooser .galleryProNotice > p{ padding-right:10px !important; margin:0 !important; } #themeChooser .galleryProNotice > p{ margin:20px !important; } .moreInfo{ margin:10px 0 5px !important; padding:5px 0 !important; } #fontChooser .moreInfo{ padding-right:10px !important; } .gallerySelector{ margin-left:10px !important; } #theme-gallery{ right: 138px !important; padding: 17px 24px 15px 15px !important; } #font-gallery{ right:36px !important; } #font-gallery .option-thumb{ padding:5px 20px !important; margin:5px 0 !important; } #theme-gallery .galleryScroller{ padding: 0 15px !important; } .gallery > .title{ margin-bottom:5px !important; } .waiting, .spinner{ right:50% !important; margin-top:-16px !important; margin-right:-16px !important; } .spinnerWrapper{ right:0 !important; } #plan-upgrade-dialog .globalerror{ padding: 10px !important; } #payment-wrapper{ margin:0 auto !important; } #pro-thank-you-paragraph{ padding:20px 30px !important; margin-bottom:10px !important; } #about-wf-pro, #purchase-info{ float:right !important; margin-bottom:20px !important; } #about-wf-pro{ margin-left:20px !important; } #plan-upgrade-dialog h3{ margin:10px 10px 5px 0 !important; } #choose-your-plan{ margin-bottom:10px !important; padding:20px !important; } #teamPlan{ margin-top:20px !important; } #teamPlan p{ margin:5px 0 !important; } .paymentPlan > h2{ margin-bottom:5px !important; } #purchase-info table label{ text-align:left !important; margin-top:5px !important; } label.error{ text-align:right !important; padding-bottom:5px !important; } input.text{ padding:3px 5px !important; } #plan-upgrade-dialog td{ padding:2px 4px !important; } .expiry-wrapper{ padding:2px 0 !important; } .payment-form{ padding:10px !important; } #payment-succeeded{ padding:30px !important; } #payment-succeeded .fancyButton{ padding:10px 20px !important; } /* The description and prompt */ #premium-features-description{ padding:5px 20px 20px !important; margin-bottom:20px !important; } #premium-features-description ol{ padding-right:20px !important; } #premium-features-description li{ margin-top:10px !important; } #premium-features-description small{ margin-top:5px !important; } #pasteBucket { right: -9999px !important; } #libraryContainer .videoPlayer{ margin:0 !important; } #helpButton{ padding-left:10px !important; padding-right:10px !important; } #libraryContainer .bookName{ margin-bottom: 10px !important; } #libraryContainer .book{ margin:5px 0 0 3px !important; } #libraryContainer .book.done:before{ margin-left:3px !important; } #libraryContainer h3{ margin:10px 0 5px !important; } #libraryContainer .fancyButton.active{ background: -webkit-gradient( linear, right bottom, right top, color-stop(1, #777), color-stop(0, #333) ) !important; } #libraryContainer .fancyButton{ padding:2px 5px !important; } #afterLibraryVideoCompleteBox{ right:0 !important; padding:20px !important; } #afterLibraryVideoCompleteBox p.promoText{ margin-top:20px !important; padding:0 50px !important; } #afterLibraryVideoCompleteBox .fancyButton{ padding:5px 10px !important; } #nextVideoButton.fancyButton{ right:50% !important; padding:10px 20px !important; margin-right: -120px !important; margin-top: -35px !important; } .coupon #nextVideoButton{ right:0 !important; margin:0 !important; } .coupon .couponButton{ margin-top:10px !important; } /* --- END video help library --- */ /* BEGIN -> Get more space */ #getMoreSpaceButtonTopLeft, #upgradeToProButtonTopLeft{ right:15px !important; } #getMoreSpaceDialog > p{ margin-top:0px !important; } .bigSquareButton{ padding:20px !important; margin:10px 0 !important; } /* END -> Get more space */ #deleteAccountDialog > p.deleteWarning { margin: 0 0 20px !important; padding: 15px !important; } #site_message > .nav{ float:right !important; margin-left: 10px !important; } #site_message > .nav > span{ padding:0px 3px !important; } .notice{ padding: 10px 20px !important; margin-bottom: 10px !important; } #team-dialog > .notice { right:20px !important; left:20px !important; } .proPitch{ left:0 !important; } /* PARENT ARROW STYLES */ .parentArrow{ margin:0 5px !important; } .parent > .name > .parentArrow{ padding: 0 3px 0 2px !important; } .selected .parentArrow{ left:-55px !important; } .project.addedShared > .name #controlsLeft a.share, .project.addedShared > .name #controlsLeft a.export, .project.addedShared > .name #controlsLeft a.duplicate, .project.addedShared > .name #controlsLeft a.delete { /* Need !important; } #message > .close:hover{ cursor:pointer !important; } .project.shared > .name > .bullet:hover{ } .fancyButton:active { background: -webkit-gradient( linear, right bottom, right top, color-stop(1, rgb(185,224,245)), color-stop(0, rgb(146,189,214)) ) !important; } .dropTarget{ left:-60px !important; /* padding of page */ } /* This is to make childrenEnd extend to the right of the page so that hovers for it are registered while drag-moving. */ .childrenEnd { margin-left:-60px !important; /* page padding */ } /* See comment elsewhere in this file for description of this hack to force the scrollbar to always show up in Webkit. */ #savedViewHUD::-webkit-scrollbar { /* Sets height of horizontal scroll bar */ } #savedViewHUDPageContainer { padding: 28px 20px 17px 20px !important; } .noSavedViewsNotice { margin-right: 10px !important; padding: 15px 17px !important; } .noSavedViewsNoticeHeading { margin-bottom: 5px !important; } .savedViewPage { margin: 0 12px !important; padding: 20px !important; } .savedViewPageFader { /* These dimensions depend on the dimensions of savedViewPage (and its padding) */ height: 110px !important; left: 20px !important; background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(228,228,228,0)), color-stop(100%,rgba(228,228,228,255))) !important; background: -moz-linear-gradient(right, rgba(228,228,228,0) 0%, rgba(228,228,228,255) 100%) !important; background: -ms-linear-gradient(right, rgba(228,228,228,0) 0%, rgba(228,228,228,255) 100%) !important; } .savedViewPage.selectedSavedViewPage .savedViewPageFader { background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,255))) !important; background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,255) 100%) !important; background: -ms-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,255) 100%) !important; } .savedViewPageSearchStringContainer { margin-top: 10px !important; } /* --- END saved view HUD --- */ }
0.199269
0.044723
body { font-family: 'Source Sans Pro', sans-serif; margin: 0; } h1,h2,h3,h4,h5,h6 { font-family: 'Fjalla One', sans-serif; } h1{ line-height: 150%; font-size: 40px; font-style: italic; letter-spacing: -.2px; color: white; margin: 0; } h1 strong{ text-transform: uppercase; color: #026fff; } h2{ color: #026fff; text-transform: uppercase; font-family: 'Source Sans Pro', sans-serif; font-weight: bold; font-size: 24px; margin-bottom: 40px; } .project_course, .project_date, .project_url, .project_description{ margin: 10px 0; } .project_description{ font-size: 20px; } .project strong{ font-family: 'Fjalla One', sans-serif; } .portfolio{ background: #fafafa; padding: 20px; } .project{ border: 1px solid red; border-radius: 10px; margin-bottom: 15px; padding: 20px; background: white; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; } .project_title{ font-size: 30px; margin-top: 0; margin-bottom: 10px; } .project_details { width: 600px; } .project_image_container { width: 600px; } .hero{ /* height: 300px; */ /* background-image: url('../imagenes/hero.jpg'); */ background-color: #1b2127; /* background-size: 500px 300px; */ /* background-repeat: no-repeat; */ /* background-position-x: right; */ display: flex; align-items: center; justify-content: space-between; } .hero_image{ object-fit: cover; } .header{ background-color: #1b2127; color: white; height: 70px; display: flex; align-items: center; justify-content: space-between; } ol, ul { margin: 0; padding: 0; list-style: none; } figure{ margin: 0; } .header a { color: white; text-decoration: none; display: block; height: inherit; padding: 0 10px; } .menu { height: inherit; } .header ol { height: inherit; display: flex; } .header ol li { height: inherit; display: flex; align-items: center; } .flebox{ display: flex; flex-wrap: wrap; /* flex-direction: column-reverse; */ } .box{ width: 200px; height: 200px; border: 1px solid red; flex-shrink: 0; margin: 5px; } .footer{ color: white; background-color: #1b2127; display: flex; align-items: center; justify-content: space-between; } .footer img { vertical-align: middle; } .footer a{ color: white; } .event{ margin: 10px; width: 480px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: #f4fbff; } .eventos{ display: flex; } .event_title{ margin-left: 10px; } .event img{ width: 480px; height: 250px; object-fit: cover; } .event_detail{ margin: 20px 40px; margin-top: -40px; background-color: white; position: relative; padding: 20px; text-align: center; } .event_description{ text-align: left; } .event_url{ color: #056fff; border: 1px solid #056fff; padding: 5px 20px; text-decoration: none; border-radius: 5px; } .contact{ background-color: #056fff; color: white; height: 170px; display: flex; align-items: center; justify-content: space-between; } .social{ } .social_link{ display: inline-block; height: 60px; width: 60px; margin: 0 10px; background-size: 60px 60px; } .social_link.twitter{ background-image: url('../imagenes/twitter.svg'); } .social_link.facebook{ background-image: url('../imagenes/facebook.svg'); } .social_link.github{ background-image: url('../imagenes/github.svg'); } .social_link.instagram{ background-image: url('../imagenes/instagram.svg'); } .email{ border-radius: 5px; border-style: solid; border-color: gray; padding: 10px 20px 10px 25px; background-image: url('../imagenes/envelope.svg'); background-size: 10px 10px; background-repeat: no-repeat; background-position-y: center; background-position-x: 5px; } .boton{ display: block; margin-top: 5px; background: transparent; color: white; width: 100px; padding: 10px 0; border-radius: 5px; } .form_email h3 { font-family: 'Source Sans Pro', sans-serif; } .container{ width: 1000px; margin: 0 auto; display: inherit; justify-content: inherit; align-items: inherit; }
css/estilos.css
body { font-family: 'Source Sans Pro', sans-serif; margin: 0; } h1,h2,h3,h4,h5,h6 { font-family: 'Fjalla One', sans-serif; } h1{ line-height: 150%; font-size: 40px; font-style: italic; letter-spacing: -.2px; color: white; margin: 0; } h1 strong{ text-transform: uppercase; color: #026fff; } h2{ color: #026fff; text-transform: uppercase; font-family: 'Source Sans Pro', sans-serif; font-weight: bold; font-size: 24px; margin-bottom: 40px; } .project_course, .project_date, .project_url, .project_description{ margin: 10px 0; } .project_description{ font-size: 20px; } .project strong{ font-family: 'Fjalla One', sans-serif; } .portfolio{ background: #fafafa; padding: 20px; } .project{ border: 1px solid red; border-radius: 10px; margin-bottom: 15px; padding: 20px; background: white; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; } .project_title{ font-size: 30px; margin-top: 0; margin-bottom: 10px; } .project_details { width: 600px; } .project_image_container { width: 600px; } .hero{ /* height: 300px; */ /* background-image: url('../imagenes/hero.jpg'); */ background-color: #1b2127; /* background-size: 500px 300px; */ /* background-repeat: no-repeat; */ /* background-position-x: right; */ display: flex; align-items: center; justify-content: space-between; } .hero_image{ object-fit: cover; } .header{ background-color: #1b2127; color: white; height: 70px; display: flex; align-items: center; justify-content: space-between; } ol, ul { margin: 0; padding: 0; list-style: none; } figure{ margin: 0; } .header a { color: white; text-decoration: none; display: block; height: inherit; padding: 0 10px; } .menu { height: inherit; } .header ol { height: inherit; display: flex; } .header ol li { height: inherit; display: flex; align-items: center; } .flebox{ display: flex; flex-wrap: wrap; /* flex-direction: column-reverse; */ } .box{ width: 200px; height: 200px; border: 1px solid red; flex-shrink: 0; margin: 5px; } .footer{ color: white; background-color: #1b2127; display: flex; align-items: center; justify-content: space-between; } .footer img { vertical-align: middle; } .footer a{ color: white; } .event{ margin: 10px; width: 480px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: #f4fbff; } .eventos{ display: flex; } .event_title{ margin-left: 10px; } .event img{ width: 480px; height: 250px; object-fit: cover; } .event_detail{ margin: 20px 40px; margin-top: -40px; background-color: white; position: relative; padding: 20px; text-align: center; } .event_description{ text-align: left; } .event_url{ color: #056fff; border: 1px solid #056fff; padding: 5px 20px; text-decoration: none; border-radius: 5px; } .contact{ background-color: #056fff; color: white; height: 170px; display: flex; align-items: center; justify-content: space-between; } .social{ } .social_link{ display: inline-block; height: 60px; width: 60px; margin: 0 10px; background-size: 60px 60px; } .social_link.twitter{ background-image: url('../imagenes/twitter.svg'); } .social_link.facebook{ background-image: url('../imagenes/facebook.svg'); } .social_link.github{ background-image: url('../imagenes/github.svg'); } .social_link.instagram{ background-image: url('../imagenes/instagram.svg'); } .email{ border-radius: 5px; border-style: solid; border-color: gray; padding: 10px 20px 10px 25px; background-image: url('../imagenes/envelope.svg'); background-size: 10px 10px; background-repeat: no-repeat; background-position-y: center; background-position-x: 5px; } .boton{ display: block; margin-top: 5px; background: transparent; color: white; width: 100px; padding: 10px 0; border-radius: 5px; } .form_email h3 { font-family: 'Source Sans Pro', sans-serif; } .container{ width: 1000px; margin: 0 auto; display: inherit; justify-content: inherit; align-items: inherit; }
0.392919
0.061791
.header_top { background: none repeat scroll 0 0 #F0F0E9; } .contactinfo ul li:first-child{ margin-left: -15px; } .contactinfo ul li a{ font-size: 12px; color: #696763; font-family: 'Roboto', sans-serif; } .contactinfo ul li a:hover{ background:inherit; } .social-icons ul li a { border: 0 none; border-radius: 0; color: #696763; padding:0px; } .social-icons ul li{ display:inline-block; } .social-icons ul li a i { padding: 11px 15px; transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; } .social-icons ul li a i:hover{ color: #fff; transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; } .fa-facebook:hover { background: #0083C9; } .fa-twitter:hover { background:#5BBCEC; } .fa-linkedin:hover { background:#FF4518; } .fa-dribbble:hover { background:#90C9DC; } .fa-google-plus:hover { background:#CE3C2D; } .header-middle .container .row { border-bottom: 1px solid #f5f5f5; margin-left: 0; margin-right: 0; padding-bottom: 20px; padding-top: 20px; } .header-middle .container .row .col-sm-4{ padding-left: 0; } .header-middle .container .row .col-sm-8 { padding-right:0; } .usa { border-radius: 0; color: #B4B1AB; font-size: 12px; margin-right: 20px; padding: 2px 15px; margin-top: 10px; } .usa:hover { background:#2c93e3; color:#fff; border-color:#2c93e3; } .usa:active, .usa.active { background: none repeat scroll 0 0 #2c93e3; box-shadow: inherit; outline: 0 none; } .btn-group.open .dropdown-toggle { background: rgba(0, 0, 0, 0); box-shadow: none; } .dropdown-menu li a:hover, .dropdown-menu li a:focus { background-color: #2c93e3; color: #FFFFFF; font-family: 'Roboto', sans-serif; text-decoration: none; } .shop-menu ul li { display:inline-block; padding-left: 15px; padding-right: 15px; } .shop-menu ul li:last-child { padding-right: 0; } .shop-menu ul li a { background: #FFFFFF; color: #2c93e3; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; padding:0; padding-right: 0; margin-top: 10px; } .shop-menu ul li a i{ margin-right:3px; } .shop-menu ul li a:hover { /* color:#2c93e3; */ color:#2c93e3; background:#fff; } .btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)} .btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none} .btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)} .btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)} .btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none} .btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)} .btn-facebook { background-color: #3b5998; color: #fff; background-color: #3b5998; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:focus, .btn-facebook.focus { color: #fff; background-color: #2d4373; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:hover { color: #fff; background-color: #2d4373; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle { color: #fff; background-color: #2d4373; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus { color: #fff; background-color: #23345a; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle { background-image: none; } .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus { background-color: #3b5998; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook .badge { color: #3b5998; background-color: #fff; }
mdbaas/public/stylesheets/custom.css
.header_top { background: none repeat scroll 0 0 #F0F0E9; } .contactinfo ul li:first-child{ margin-left: -15px; } .contactinfo ul li a{ font-size: 12px; color: #696763; font-family: 'Roboto', sans-serif; } .contactinfo ul li a:hover{ background:inherit; } .social-icons ul li a { border: 0 none; border-radius: 0; color: #696763; padding:0px; } .social-icons ul li{ display:inline-block; } .social-icons ul li a i { padding: 11px 15px; transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; } .social-icons ul li a i:hover{ color: #fff; transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; } .fa-facebook:hover { background: #0083C9; } .fa-twitter:hover { background:#5BBCEC; } .fa-linkedin:hover { background:#FF4518; } .fa-dribbble:hover { background:#90C9DC; } .fa-google-plus:hover { background:#CE3C2D; } .header-middle .container .row { border-bottom: 1px solid #f5f5f5; margin-left: 0; margin-right: 0; padding-bottom: 20px; padding-top: 20px; } .header-middle .container .row .col-sm-4{ padding-left: 0; } .header-middle .container .row .col-sm-8 { padding-right:0; } .usa { border-radius: 0; color: #B4B1AB; font-size: 12px; margin-right: 20px; padding: 2px 15px; margin-top: 10px; } .usa:hover { background:#2c93e3; color:#fff; border-color:#2c93e3; } .usa:active, .usa.active { background: none repeat scroll 0 0 #2c93e3; box-shadow: inherit; outline: 0 none; } .btn-group.open .dropdown-toggle { background: rgba(0, 0, 0, 0); box-shadow: none; } .dropdown-menu li a:hover, .dropdown-menu li a:focus { background-color: #2c93e3; color: #FFFFFF; font-family: 'Roboto', sans-serif; text-decoration: none; } .shop-menu ul li { display:inline-block; padding-left: 15px; padding-right: 15px; } .shop-menu ul li:last-child { padding-right: 0; } .shop-menu ul li a { background: #FFFFFF; color: #2c93e3; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; padding:0; padding-right: 0; margin-top: 10px; } .shop-menu ul li a i{ margin-right:3px; } .shop-menu ul li a:hover { /* color:#2c93e3; */ color:#2c93e3; background:#fff; } .btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)} .btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none} .btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)} .btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)} .btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none} .btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)} .btn-facebook { background-color: #3b5998; color: #fff; background-color: #3b5998; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:focus, .btn-facebook.focus { color: #fff; background-color: #2d4373; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:hover { color: #fff; background-color: #2d4373; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle { color: #fff; background-color: #2d4373; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus { color: #fff; background-color: #23345a; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle { background-image: none; } .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus { background-color: #3b5998; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook .badge { color: #3b5998; background-color: #fff; }
0.329284
0.065366
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"; :root{ --color-rocket:#a26bcf25; } body { background:var(--color-rocket); margin: 0; font-family: 'Roboto', sans-serif; } header { background: rgb(245, 243, 246) ; padding: 30px 30px; margin-bottom: 30px; box-shadow: 12px 12px 2px 1px rgb(0 0 255 / 8%); } a:link { text-decoration:none; } header div { text-align: center; } header img { max-width: 300px; margin-right: 18%; } .icon img{ height: 40px; display:table; } /*===BLOG CARDS===*/ .cards{ max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .card{ background-color: white; border-radius: 30px; padding: 7px; } .card p{ margin-left: 10px; } .card-image img{ width: 100%; border-radius: 30px; } .card-content, .card-info{ padding: 5px; } .card-content p{ font-size: 30px; font-weight: 560; } .card-content b{ font-size: 15px; font-weight: 560; } .card-info p{ background-color: rgb(103, 177, 219); margin-right: 230px; border-radius: 10px; padding-left: 20px; padding-right: 18px; } .card-info1 p{ background-color: rgba(157, 103, 219, 0.582); text-align: center; margin-right: 270px; border-radius: 10px; padding-left: 10px; padding-right: 10px; } .card-info2 p{ background-color: rgba(107, 191, 240, 0.596); margin-right: 320px; border-radius: 10px; padding-left: 12px; padding-right: 12px; } .card-info3 p{ background-color: rgb(235, 178, 72); margin-right: 310px; border-radius: 10px; padding-left: 15px; padding-right: 15px; } /*== MODAL OVERLAY ==*/ .modal-overlay{ background-color: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; opacity: 0; visibility: hidden; } .modal{ background-color: white; width: 90%; height: 90%; margin: 5vh auto; /*visão do dispositivo vh*/ position: relative; /*relative pai*/ } .modal.open_in_full{ width: 100%; height: 100%; margin: 0; } .modal .close-modal{ color: black; position: absolute; /*absolute respeita o relative -> pai*/ right: 8px; top: 8px; cursor: pointer; /*mãozinha ao passar o mouse em cima do x*/ } .modal .maximize-modal{ color: black; position: absolute; right: 40px; top: 9px; cursor: pointer; } .modal i{ font-size: 30px; } /*=== MODAL ACTIVE ===*/ .modal-overlay.active { opacity: 1; visibility: visible; } iframe{ width: 100%; height: 90%; position: absolute; top: 5%; }
public/blog.css
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"; :root{ --color-rocket:#a26bcf25; } body { background:var(--color-rocket); margin: 0; font-family: 'Roboto', sans-serif; } header { background: rgb(245, 243, 246) ; padding: 30px 30px; margin-bottom: 30px; box-shadow: 12px 12px 2px 1px rgb(0 0 255 / 8%); } a:link { text-decoration:none; } header div { text-align: center; } header img { max-width: 300px; margin-right: 18%; } .icon img{ height: 40px; display:table; } /*===BLOG CARDS===*/ .cards{ max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .card{ background-color: white; border-radius: 30px; padding: 7px; } .card p{ margin-left: 10px; } .card-image img{ width: 100%; border-radius: 30px; } .card-content, .card-info{ padding: 5px; } .card-content p{ font-size: 30px; font-weight: 560; } .card-content b{ font-size: 15px; font-weight: 560; } .card-info p{ background-color: rgb(103, 177, 219); margin-right: 230px; border-radius: 10px; padding-left: 20px; padding-right: 18px; } .card-info1 p{ background-color: rgba(157, 103, 219, 0.582); text-align: center; margin-right: 270px; border-radius: 10px; padding-left: 10px; padding-right: 10px; } .card-info2 p{ background-color: rgba(107, 191, 240, 0.596); margin-right: 320px; border-radius: 10px; padding-left: 12px; padding-right: 12px; } .card-info3 p{ background-color: rgb(235, 178, 72); margin-right: 310px; border-radius: 10px; padding-left: 15px; padding-right: 15px; } /*== MODAL OVERLAY ==*/ .modal-overlay{ background-color: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; opacity: 0; visibility: hidden; } .modal{ background-color: white; width: 90%; height: 90%; margin: 5vh auto; /*visão do dispositivo vh*/ position: relative; /*relative pai*/ } .modal.open_in_full{ width: 100%; height: 100%; margin: 0; } .modal .close-modal{ color: black; position: absolute; /*absolute respeita o relative -> pai*/ right: 8px; top: 8px; cursor: pointer; /*mãozinha ao passar o mouse em cima do x*/ } .modal .maximize-modal{ color: black; position: absolute; right: 40px; top: 9px; cursor: pointer; } .modal i{ font-size: 30px; } /*=== MODAL ACTIVE ===*/ .modal-overlay.active { opacity: 1; visibility: visible; } iframe{ width: 100%; height: 90%; position: absolute; top: 5%; }
0.451085
0.153676
:root { --dark: #23272A; --less-dark: #2C2F33; --blurple: #5865F2; } html, body { box-sizing: border-box; padding: 0; margin: 0; height: 100%; background-color: #333; overflow: hidden; } .profile { background-color: #2C2F33; width: 600px; margin: 10% auto 50px; border-radius: 20px; display: grid; grid-template-rows: auto 1fr auto; min-height: 400px; padding: 0; } .top-part { background-color: var(--dark); padding: 10px; border-radius: 20px 20px 0 0 ; display: flex; flex-direction: column; } .top-part > img { width: 90px; height: 90px; object-fit: cover; border-radius: 50%; align-self: center; } .top-part > p.name { color: #ffffff; font-size: 25px; align-self: center; margin: 5px; } .top-part > ul.badges { align-self: center; display: flex; list-style: none; } ul.badges > li { margin-left: 5px; width: 25px; height: 25px; align-self: center; } .bottom-part { background-color: var(--blurple); border-radius: 0 0 20px 20px; padding: 10px; display: flex; flex-direction: column; } .bottom-part > ul.social { display: flex; align-self: center; } ul.social > li { margin-right: 10px; } li > a { color: #fff; font-size: 30px; transition: color 0.3s; } li > a:hover { color: #cfcfcf; transition: color 0.3s; } .bio { padding: 20px; } .bio > p { color: #fff; text-align: center; } .bio a { color: #c9d1d9; text-decoration: none; transition: text-decoration 0.1s; } .bio a:hover { text-decoration: underline; transition: text-decoration 0.1s; } hr { margin: 0; height: 1px; background-color: var(--dark); } .projects > h1 { color: #fff; font-size: 15px; margin: 10px; } .projects > .project-box { box-shadow: none; transition: box-shadow 0.1s; display: flex; margin-top: 10px; margin-bottom: 10px; padding: 5px 5px 5px 10px; } .projects > .project-box:hover { box-shadow: 0 0 7px 3px rgba(0,0,0,0.75); transition: box-shadow 0.1s; } .project-box > img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; } .project-box > p { color: #fff; margin-left: 10px; margin-top: 8px; font-size: 20px; } @media (max-width: 600px) { body { overflow-y: scroll !important; } .box.profile { width: 100%; height: 100%; margin: 0; } .top-part { border-radius: 0; } .bottom-part { border-radius: 0; } }
assets/style.css
:root { --dark: #23272A; --less-dark: #2C2F33; --blurple: #5865F2; } html, body { box-sizing: border-box; padding: 0; margin: 0; height: 100%; background-color: #333; overflow: hidden; } .profile { background-color: #2C2F33; width: 600px; margin: 10% auto 50px; border-radius: 20px; display: grid; grid-template-rows: auto 1fr auto; min-height: 400px; padding: 0; } .top-part { background-color: var(--dark); padding: 10px; border-radius: 20px 20px 0 0 ; display: flex; flex-direction: column; } .top-part > img { width: 90px; height: 90px; object-fit: cover; border-radius: 50%; align-self: center; } .top-part > p.name { color: #ffffff; font-size: 25px; align-self: center; margin: 5px; } .top-part > ul.badges { align-self: center; display: flex; list-style: none; } ul.badges > li { margin-left: 5px; width: 25px; height: 25px; align-self: center; } .bottom-part { background-color: var(--blurple); border-radius: 0 0 20px 20px; padding: 10px; display: flex; flex-direction: column; } .bottom-part > ul.social { display: flex; align-self: center; } ul.social > li { margin-right: 10px; } li > a { color: #fff; font-size: 30px; transition: color 0.3s; } li > a:hover { color: #cfcfcf; transition: color 0.3s; } .bio { padding: 20px; } .bio > p { color: #fff; text-align: center; } .bio a { color: #c9d1d9; text-decoration: none; transition: text-decoration 0.1s; } .bio a:hover { text-decoration: underline; transition: text-decoration 0.1s; } hr { margin: 0; height: 1px; background-color: var(--dark); } .projects > h1 { color: #fff; font-size: 15px; margin: 10px; } .projects > .project-box { box-shadow: none; transition: box-shadow 0.1s; display: flex; margin-top: 10px; margin-bottom: 10px; padding: 5px 5px 5px 10px; } .projects > .project-box:hover { box-shadow: 0 0 7px 3px rgba(0,0,0,0.75); transition: box-shadow 0.1s; } .project-box > img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; } .project-box > p { color: #fff; margin-left: 10px; margin-top: 8px; font-size: 20px; } @media (max-width: 600px) { body { overflow-y: scroll !important; } .box.profile { width: 100%; height: 100%; margin: 0; } .top-part { border-radius: 0; } .bottom-part { border-radius: 0; } }
0.539469
0.218523
*, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } html ::-webkit-scrollbar { width: 1rem; height: 1rem; } html ::-webkit-scrollbar-thumb { background: linear-gradient(150deg, #780001, #120000); } html ::-webkit-scrollbar-track { background: #f2e6e6; } html body { scrollbar-face-color: #780001; scrollbar-track-color: #f2e6e6; } body { font-size: 1.6rem; font-family: "Josefin Sans", sans-serif; color: #780001; background-color: #6a6a6a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } html, body { height: 100%; } a { color: #1e0001; text-decoration: none; } canvas { display: block; position: absolute; vertical-align: bottom; } ::selection { color: #FFFFFF; background-color: #780001; } /* -------------------------------- Enterence -------------------------------- */ .jumbotron { height: 100%; margin-bottom: 0; background: #1e0001; /* Old browsers */ background: -moz-linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* FF3.6+ */ background: -webkit-gradient(linear, -45deg, color-stop(0%, #1e0001), color-stop(85%, #6b0004)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* IE10+ */ background: linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .jumbotron img { position: fixed; left: 0; top: 0; opacity: 0; box-sizing: border-box; overflow: hidden; width: 100%; animation-name: imageanimation; animation-iteration-count: infinite; animation-duration: 180s; animation-timing-function: cubic-bezier(0, 0, 1, 1); mix-blend-mode: overlay; filter: grayscale(100%); } .website_header img { animation-name: imageanimation_web; animation-duration: 100s; } .jumbotron-text { padding-left: 10%; position: absolute; bottom: 10%; z-index: 15; } @media only screen and (min-width: 768px) { .jumbotron-text { bottom: 0%; } } .jumbotron-text h1 { opacity: 0; animation-name: titleopacity; animation-duration: 2s; animation-delay: 0.75s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } .jumbotron-text h4 { opacity: 0; animation-name: titleopacity; animation-duration: 1.25s; animation-delay: 3s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } #particles-js { width: 100%; height: 100%; z-index: 30; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; } .skew-box { -webkit-transform: skewY(-15deg); -moz-transform: skewY(-15deg); -ms-transform: skewY(-15deg); -o-transform: skewY(-15deg); transform: skewY(-15deg); background-size: cover; background-color: #FFFFFF; height: 100%; width: 100%; position: fixed; bottom: 50%; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; z-index: 10; } .skew-content { -webkit-transform: skewY(15deg); -moz-transform: skewY(15deg); -ms-transform: skewY(15deg); -o-transform: skewY(15deg); transform: skewY(15deg); height: 100%; } @keyframes imageanimation { 0% { transform: translateY(-480px); opacity: 0; } 2% { opacity: 0.6; } 100% { transform: translateY(-8500px); } } @keyframes imageanimation_web { 0% { transform: translateY(-480px); opacity: 0; } 2% { opacity: 0.6; } 100% { transform: translateY(-4500px); } } @keyframes titleopacity { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } } @keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .video_container { position: absolute; opacity: 0.7; filter: grayscale(100%); left: 0; right: 0; top: 0; height: 100vh; overflow: hidden; z-index: 1; background: url(../img/video_bg.jpg) no-repeat center center; } .video_container video { min-width: 100%; min-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; } @media only screen and (min-width: 768px) { .video_container video { display: block; } } .common_enterence { -webkit-transform: skewX(-10deg); -moz-transform: skewX(-10deg); -ms-transform: skewX(-10deg); -o-transform: skewX(-10deg); transform: skewX(-10deg); height: 100% !important; width: 70% !important; position: fixed; -webkit-transition: all, 10s, 0.5s, ease; -moz-transition: all, 10s, 0.5s, ease; transition: all, 10s, 0.5s, ease; z-index: 30; } .common_enterence .titletext { top: 70vh; position: relative; pointer-events: none; margin: auto; width: 50%; -webkit-transform: skewX(10deg); -moz-transform: skewX(10deg); -ms-transform: skewX(10deg); -o-transform: skewX(10deg); transform: skewX(10deg); } .common_enterence .titletext h5 { -webkit-transition: all, 2s, ease; -moz-transition: all, 2s, ease; transition: all, 2s, ease; text-align: center; /*mix-blend-mode: overlay;*/ color: #FFFFFF; margin: auto; font-size: 1.9rem; font-weight: 700; } @media only screen and (min-width: 768px) { .common_enterence .titletext h5 { font-size: 2.5rem; } } @media only screen and (min-width: 1100px) { .common_enterence .titletext h5 { font-size: 3rem; padding: 30px 30px; width: 80%; } } .common_enterence:hover { /*width: 90%!important;*/ z-index: 35 !important; } .common_enterence:hover .titletext h5 { mix-blend-mode: normal; margin: auto; } .common_enterence:hover .titletext h5:before { background-color: #FFFFFF; } .skew-box_enterence { background: #200007; /* Old browsers */ background: -moz-linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* FF3.6+ */ background: -webkit-gradient(linear, -45deg, color-stop(0%, #200007), color-stop(85%, #d5383e)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* IE10+ */ background: linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ left: -20%; float: left; background-size: 500% 500%; animation: Gradient 10s ease infinite; mix-blend-mode: screen; -webkit-transition: all, 2s, ease; -moz-transition: all, 2s, ease; transition: all, 2s, ease; } @media only screen and (min-width: 768px) { .skew-box_enterence { mix-blend-mode: overlay; } } .skew-box_enterence:hover { mix-blend-mode: screen; } .skew-box_enterence .titletext { right: -15%; } @media only screen and (min-width: 768px) { .skew-box_enterence .titletext { right: -10%; } } .particles_enterence { background: #701722; /* Old browsers */ background: -moz-linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* FF3.6+ */ background: -webkit-gradient(linear, -45deg, color-stop(0%, #701722), color-stop(85%, #c92a30)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* IE10+ */ background: linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ right: -20%; float: right; background-size: 200% 200% !important; animation: Gradient 20s ease infinite; mix-blend-mode: hard-light; -webkit-transition: all, 2s, ease; -moz-transition: all, 2s, ease; transition: all, 2s, ease; } @media only screen and (min-width: 768px) { .particles_enterence { mix-blend-mode: overlay; } } .particles_enterence:hover { mix-blend-mode: hard-light; } .particles_enterence .titletext { left: -10%; } .name_enterence { z-index: 40; position: fixed; text-align: center; margin: auto; top: 20%; width: 80%; left: 0; right: 0; pointer-events: none; opacity: 0; animation: slide_down 2s 2s ease forwards; mix-blend-mode: normal; /*background-color: rgba($white, 0.8);*/ padding: 50px; /*@include boxShadow($color-2, 2px);*/ } @media only screen and (min-width: 768px) { .name_enterence { top: 10%; mix-blend-mode: overlay; } } .name_enterence h1 { color: #FFFFFF; text-transform: uppercase; font-size: 5rem; } .name_enterence h1 span:nth-of-type(1) { letter-spacing: 1px; } @media only screen and (min-width: 768px) { .name_enterence h1 span:nth-of-type(1) { letter-spacing: 1px; } } .name_enterence h1 span:nth-of-type(2) { letter-spacing: 4px; } @media only screen and (min-width: 768px) { .name_enterence h1 span:nth-of-type(2) { letter-spacing: 1px; } } @media only screen and (min-width: 768px) { .name_enterence h1 { font-size: 9rem; } } .name_enterence h2 { color: #FFFFFF; font-size: 2rem; } @media only screen and (min-width: 768px) { .name_enterence h2 { font-size: 3rem; animation: slide_down 1.5s 2s ease forwards; } } @keyframes slide_left { 0% { transform: translateX(-480px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes slide_right { 0% { transform: translateX(480px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes slide_down { 0% { transform: translateY(-20px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .text-color { background: #1e0001; /* Old browsers */ background: -moz-linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* FF3.6+ */ background: -webkit-gradient(linear, -45deg, color-stop(0%, #1e0001), color-stop(85%, #c50002)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* IE10+ */ background: linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ -webkit-background-clip: text; background-size: 200% 200% !important; } /* -------------------------------- Patterns - reusable parts of our design -------------------------------- */ .cd-btn { flex: 1; padding: 1.6em 2.4em; font-size: 1.4rem; letter-spacing: .15em; font-weight: 700; text-transform: uppercase; background-color: #1e0001; box-shadow: 0 0px 30px transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; display: flex; align-items: center; flex-direction: row; opacity: .9; cursor: crosshair; } .no-touch .cd-btn:hover { box-shadow: 0 0px 30px rgba(0, 0, 0, 0.6); } .cd-btn:nth-of-type(2) { /*background-image: url(../img/img-1.jpg);*/ background: #980058; /* Old browsers */ background: -moz-linear-gradient(33deg, #980058 0%, #CB0076 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #980058), color-stop(85%, #CB0076)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #980058 0%, #CB0076 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #980058 0%, #CB0076 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #980058 0%, #CB0076 85%); /* IE10+ */ background: linear-gradient(33deg, #980058 0%, #CB0076 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-btn:nth-of-type(2):before { background-image: url(../img/logo/tsa_logo.svg); content: " "; width: 200px; height: 75px; background-size: contain; color: #FFFFFF; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 3.5s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:nth-of-type(5) { /*background-image: url(../img/img-2.jpg);*/ background: #3B6E98; /* Old browsers */ background: -moz-linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #3B6E98), color-stop(85%, #1e394f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* IE10+ */ background: linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-btn:nth-of-type(5):before { background-image: url(../img/logo/meridian_logo_rev.svg); content: " "; width: 200px; height: 30px; color: #FFFFFF; background-size: contain; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 4s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:nth-of-type(3) { /*background-image: url(../img/img-3.jpg);*/ background: #cb1023; /* Old browsers */ background: -moz-linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #cb1023), color-stop(85%, #F15060)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* IE10+ */ background: linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-btn:nth-of-type(3):before { background-image: url(../img/logo/cundari_rev.svg); content: " "; width: 200px; height: 40px; color: #FFFFFF; background-size: contain; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 4.5s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:nth-of-type(4) { /*background-image: url(../img/img-1.jpg);*/ background: #FFffee; /* Old browsers */ background: -moz-linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #FFffee), color-stop(85%, #FFffdd)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* IE10+ */ background: linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-btn:nth-of-type(4):before { background-image: url(../img/logo/jamieson_logo.svg); content: " "; width: 200px; height: 50px; color: #6a6a6a; background-size: contain; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 5s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:nth-of-type(4) h5 { color: #6a6a6a; } .cd-btn:nth-of-type(1) { /*background-image: url(../img/img-2.jpg);*/ background: #022337; /* Old browsers */ background: -moz-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #022337), color-stop(85%, #1f0746)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* IE10+ */ background: linear-gradient(33deg, #022337 0%, #1f0746 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ cursor: default; } .cd-btn:nth-of-type(1):before { background-image: url(../img/logo/promescent.svg); content: " "; width: 200px; height: 55px; color: #FFFFFF; background-size: contain; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 5.5s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:hover { flex-grow: 2; opacity: 1.0; color: #FFFFFF; } .cd-btn h5 { opacity: 1; } @media only screen and (min-width: 768px) { .cd-btn h5 { opacity: 0; -webkit-transition: all 2s; -moz-transition: all 2s; transition: all 2s; transform: translateX(75px); color: #FFFFFF; } } @media only screen and (min-width: 768px) { .cd-btn:hover h5 { opacity: 1; transform: translateX(0px); } } .cd-btn-logo { display: flex; align-items: center; } /* -------------------------------- Typography -------------------------------- */ h1 { font-size: 4rem; font-weight: 700; font-family: "Mukta Vaani", sans-serif; font-style: normal; margin-bottom: 1.25rem; color: #780001; } @media only screen and (min-width: 768px) { h1 { font-size: 5rem; } } h3 { font-size: 1.8rem; font-weight: 700; font-family: "Mukta Vaani", sans-serif; font-style: normal; margin-bottom: 1.25rem; color: #780001; } h4 { font-size: 1.3em; font-weight: 400; font-family: "Josefin Sans", sans-serif; letter-spacing: 8px; color: #6a6a6a; } h5 { font-size: 1.6rem; font-family: "Josefin Sans", sans-serif; font-weight: 300; color: #6a6a6a; } h6 { font-size: 1.2rem; font-family: "Josefin Sans", sans-serif; font-weight: 300; color: #bfbfbf; } p { line-height: 3.5rem; word-wrap: break-word; text-align: justify; } /* -------------------------------- Flex Box -------------------------------- */ .flexcontainer { display: flex; flex-flow: column; align-items: flex-start; } @media only screen and (min-width: 768px) { .flexcontainer { display: flex; flex-flow: row; } } .smallitem { flex: 1; width: 100%; padding: 2.5%; } @media only screen and (min-width: 768px) { .smallitem { flex: 1 auto; } } .smallitem img { width: 100%; } .smallitem img + p { font-size: 1.5rem !important; } /* -------------------------------- Main Content Containers -------------------------------- */ .cd-main-content { position: relative; z-index: 20; /* vertically align its content */ display: flex; flex-direction: column; background-color: #FFFFFF; overflow: hidden; height: 100%; justify-content: center; align-self: center; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); } .webpageslist { background-color: #FFFFFF; padding: 0 5rem; z-index: 20; position: relative; } .webpageslist a { color: #780001; } .webpageslist p { text-align: center; font-weight: 700; } .webpageslist .flexcontainer:nth-of-type(1) .smallitem img { box-shadow: none; } .webpageslist .flexcontainer:nth-of-type(1) .smallitem:nth-of-type(1):hover img { box-shadow: rgba(171, 0, 1, 0.2) 0px 4px 4px, rgba(171, 0, 1, 0.2) 0px 8px 8px, rgba(171, 0, 1, 0.2) 0px 16px 16px, rgba(171, 0, 1, 0.2) 0px 32px 32px, rgba(171, 0, 1, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(1) .smallitem:nth-of-type(2):hover img { box-shadow: rgba(120, 0, 1, 0.2) 0px 4px 4px, rgba(120, 0, 1, 0.2) 0px 8px 8px, rgba(120, 0, 1, 0.2) 0px 16px 16px, rgba(120, 0, 1, 0.2) 0px 32px 32px, rgba(120, 0, 1, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(1) .smallitem:nth-of-type(3):hover img { box-shadow: rgba(69, 0, 1, 0.2) 0px 4px 4px, rgba(69, 0, 1, 0.2) 0px 8px 8px, rgba(69, 0, 1, 0.2) 0px 16px 16px, rgba(69, 0, 1, 0.2) 0px 32px 32px, rgba(69, 0, 1, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(2) .smallitem:nth-of-type(1):hover img { box-shadow: rgba(230, 0, 90, 0.2) 0px 4px 4px, rgba(230, 0, 90, 0.2) 0px 8px 8px, rgba(230, 0, 90, 0.2) 0px 16px 16px, rgba(230, 0, 90, 0.2) 0px 32px 32px, rgba(230, 0, 90, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(2) .smallitem:nth-of-type(2):hover img { box-shadow: rgba(179, 0, 70, 0.2) 0px 4px 4px, rgba(179, 0, 70, 0.2) 0px 8px 8px, rgba(179, 0, 70, 0.2) 0px 16px 16px, rgba(179, 0, 70, 0.2) 0px 32px 32px, rgba(179, 0, 70, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(2) .smallitem:nth-of-type(3):hover img { box-shadow: rgba(128, 0, 50, 0.2) 0px 4px 4px, rgba(128, 0, 50, 0.2) 0px 8px 8px, rgba(128, 0, 50, 0.2) 0px 16px 16px, rgba(128, 0, 50, 0.2) 0px 32px 32px, rgba(128, 0, 50, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(3) .smallitem:nth-of-type(1):hover img { box-shadow: rgba(253, 99, 0, 0.2) 0px 4px 4px, rgba(253, 99, 0, 0.2) 0px 8px 8px, rgba(253, 99, 0, 0.2) 0px 16px 16px, rgba(253, 99, 0, 0.2) 0px 32px 32px, rgba(253, 99, 0, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(3) .smallitem:nth-of-type(2):hover img { box-shadow: rgba(202, 79, 0, 0.2) 0px 4px 4px, rgba(202, 79, 0, 0.2) 0px 8px 8px, rgba(202, 79, 0, 0.2) 0px 16px 16px, rgba(202, 79, 0, 0.2) 0px 32px 32px, rgba(202, 79, 0, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(3) .smallitem:nth-of-type(3):hover img { box-shadow: rgba(151, 59, 0, 0.2) 0px 4px 4px, rgba(151, 59, 0, 0.2) 0px 8px 8px, rgba(151, 59, 0, 0.2) 0px 16px 16px, rgba(151, 59, 0, 0.2) 0px 32px 32px, rgba(151, 59, 0, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } /* -------------------------------- Modal window -------------------------------- */ .cd-modal-general { position: fixed; top: 0; left: 0; z-index: 30; height: 100%; width: 100%; overflow: hidden; background-size: cover; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; } .cd-modal-general .modal-close { /* 'X' icon */ position: absolute; z-index: 1; top: 20px; right: 5%; height: 45px; width: 45px; border-radius: 50%; background: rgba(0, 0, 0, 0.5) url(../img/cd-icon-close.svg) no-repeat center center; /* image replacement */ overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; } .no-touch .cd-modal-general .modal-close:hover { background-color: rgba(0, 0, 0, 0.75); transition: background-color, 0.4s, ease; } .cd-modal-general p { margin-bottom: 30px; } .cd-modal-general.visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.7s, visibility 0s; -moz-transition: opacity 0.7s, visibility 0s; transition: opacity 0.7s, visibility 0s; } .cd-modal-general.visible .modal-content { /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */ -webkit-overflow-scrolling: touch; } .cd-modal-general.visible .modal-close { visibility: visible; opacity: 1; -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s; -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s; transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } @media only screen and (min-width: 1100px) { .cd-modal-general .modal-content { padding: 6em 5%; } .cd-modal-general .modal-close { height: 45px; width: 45px; } .cd-modal-general p { font-size: 2rem; } } .cd-modal1 { background: #65003b; /* Old browsers */ background: -moz-linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #65003b), color-stop(85%, #fe0094)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* IE10+ */ background: linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal2 { background: #4c88ba; /* Old browsers */ background: -moz-linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #4c88ba), color-stop(85%, #101e2a)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* IE10+ */ background: linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal2 .modal-close { background: rgba(255, 255, 255, 0.5) url(../img/cd-icon-close2.svg) no-repeat center center; background-size: 24px 24px; } .no-touch .cd-modal2 .modal-close:hover { background-color: rgba(255, 255, 255, 0.75); } .cd-modal3 { background: #9c0c1b; /* Old browsers */ background: -moz-linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #9c0c1b), color-stop(85%, #F15060)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* IE10+ */ background: linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal3 h2 { margin: auto; text-align: center; font-size: 2.5rem; font-weight: 700; } .cd-modal4 { background: white; /* Old browsers */ background: -moz-linear-gradient(33deg, white 0%, #FFffdd 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, white), color-stop(85%, #FFffdd)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, white 0%, #FFffdd 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, white 0%, #FFffdd 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, white 0%, #FFffdd 85%); /* IE10+ */ background: linear-gradient(33deg, white 0%, #FFffdd 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal4 h1 { color: #1e0001 !important; } .cd-modal4 p { color: #1e0001 !important; } .cd-modal5 { background: #022337; /* Old browsers */ background: -moz-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #022337), color-stop(85%, #1f0746)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* IE10+ */ background: linear-gradient(33deg, #022337 0%, #1f0746 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal5 h2 > a { color: #FFFFFF; } .cd-modal5 .modal-close { background: rgba(255, 255, 255, 0.5) url(../img/cd-icon-close2.svg) no-repeat center center; background-size: 24px 24px; } .no-touch .cd-modal5 .modal-close:hover { background-color: rgba(255, 255, 255, 0.75); } .modal-content { height: 100%; overflow-y: auto; padding: 3em 5%; color: #FFFFFF; background: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .modal-content h1 { text-align: center; color: #FFFFFF; opacity: 0; font-size: 3rem; font-weight: 400; font-family: "Josefin Sans", sans-serif; font-style: normal; } .modal-content h1::after { /* ink/brush separation */ content: ''; display: block; width: 130px; height: 18px; background: url(../img/ink-separation.svg) no-repeat center center; margin: .2em auto 0; } .modal-content h2 { text-align: center; opacity: 0; margin-bottom: 2rem; font-size: 2rem; } .modal-content p { opacity: 0; line-height: 1.6; color: #FFFFFF; } .modal-content img { opacity: 0; } .visible .modal-content h1 { animation-name: titleopacity; animation-duration: 1s; animation-delay: 0.5s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } .visible .modal-content h2 { animation-name: titleopacity; animation-duration: 1s; animation-delay: 0.7s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } .visible .modal-content p { animation-name: titleopacity; animation-duration: 1s; animation-delay: 0.75s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } .visible .modal-content img { animation-name: titleopacity; animation-duration: 1s; animation-delay: 1.25s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } /* -------------------------------- Bottom -------------------------------- */ .bottom { min-height: 100%; display: flex; flex-flow: column nowrap; background: #FFFFFF; position: relative; z-index: 12; } .headline { order: 1; display: flex; flex: 1; max-height: 150px; /*@include linearGradient(45deg, #f2f2f2,#dddddd);*/ justify-content: flex-start; align-items: center; padding: 2rem; } .headline h2 { font-size: 10rem; font-weight: 700; text-shadow: 5px 10px 15px rgba(0, 0, 0, 0.7); opacity: 0.25; color: #FFFFFF; position: relative; right: 0px; bottom: -41px; z-index: 6; } @media only screen and (min-width: 768px) { .headline h2 { font-size: 14rem; } } @media only screen and (min-width: 1100px) { .headline h2 { font-size: 17rem; } } @media only screen and (min-width: 768px) { .headline { padding: 5rem; justify-content: flex-end; } } .flex-box { display: flex; flex-flow: column wrap; min-height: auto; align-items: stretch; order: 2; flex: 1; } @media only screen and (min-width: 768px) { .flex-box { flex-flow: row wrap; } } .contact, .about { display: flex; align-items: stretch; flex: 1; padding: 5%; } .contact { order: 2; background: #1e0001; /* Old browsers */ background: -moz-linear-gradient(45deg, #1e0001 0%, #780001 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 45deg, color-stop(0%, #1e0001), color-stop(85%, #780001)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(45deg, #1e0001 0%, #780001 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(45deg, #1e0001 0%, #780001 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(45deg, #1e0001 0%, #780001 85%); /* IE10+ */ background: linear-gradient(45deg, #1e0001 0%, #780001 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ color: #fff; flex-flow: column; z-index: 7; padding: 15% 5% 20% 5%; } .contact .bottom-content { width: 100%; } @media only screen and (min-width: 768px) { .contact { order: 1; padding: 5%; } } .about { order: 1; background: #f4f4f4; /* Old browsers */ background: -moz-linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 85deg, color-stop(0%, #f4f4f4), color-stop(85%, #fff)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* IE10+ */ background: linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .about h3 { margin-top: 3.5rem; } .about .bold { font-weight: 700; } @media only screen and (min-width: 768px) { .about { order: 2; } } .clickhere { border-bottom: 1px solid rgba(30, 0, 1, 0); -webkit-transition: letter-spacing 0.3s 0s, border-bottom 0.4s 0.3s; -moz-transition: letter-spacing 0.3s 0s, border-bottom 0.4s 0.3s; transition: letter-spacing 0.3s 0s, border-bottom 0.4s 0.3s; } .clickhere:hover { letter-spacing: 5px; border-bottom: 1px solid #1e0001; } /* -------------------------------- Transition Layer -------------------------------- */ .cd-transition-general { position: fixed; top: 0; left: 0; z-index: 25; height: 100%; width: 100%; opacity: 0; visibility: hidden; overflow: hidden; } .cd-transition-general .bg-layer { position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%) translateX(-2%); -moz-transform: translateY(-50%) translateX(-2%); -ms-transform: translateY(-50%) translateX(-2%); -o-transform: translateY(-50%) translateX(-2%); transform: translateY(-50%) translateX(-2%); /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */ height: 100%; /* our sprite is composed of 25 frames */ width: 2500%; background: url(../img/ink1.png) no-repeat 0 0; background-size: 100% 100%; } .cd-transition-general.visible { opacity: 1; visibility: visible; } .cd-transition-general.opening .bg-layer { -webkit-animation: cd-sequence 0.8s steps(24); -moz-animation: cd-sequence 0.8s steps(24); animation: cd-sequence 0.8s steps(24); -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } .cd-transition-general.closing .bg-layer { -webkit-animation: cd-sequence-reverse 0.8s steps(24); -moz-animation: cd-sequence-reverse 0.8s steps(24); animation: cd-sequence-reverse 0.8s steps(24); -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } .no-cssanimations .cd-transition-general { display: none; } @-webkit-keyframes cd-sequence { 0% { /* translateX(-2%) is used to horizontally center the first frame inside the viewport */ -webkit-transform: translateY(-50%) translateX(-2%); } 100% { /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport */ -webkit-transform: translateY(-50%) translateX(-98%); } } @-moz-keyframes cd-sequence { 0% { /* translateX(-2%) is used to horizontally center the first frame inside the viewport */ -moz-transform: translateY(-50%) translateX(-2%); } 100% { /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport */ -moz-transform: translateY(-50%) translateX(-98%); } } @keyframes cd-sequence { 0% { /* translateX(-2%) is used to horizontally center the first frame inside the viewport */ -webkit-transform: translateY(-50%) translateX(-2%); -moz-transform: translateY(-50%) translateX(-2%); -ms-transform: translateY(-50%) translateX(-2%); -o-transform: translateY(-50%) translateX(-2%); transform: translateY(-50%) translateX(-2%); } 100% { /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport */ -webkit-transform: translateY(-50%) translateX(-98%); -moz-transform: translateY(-50%) translateX(-98%); -ms-transform: translateY(-50%) translateX(-98%); -o-transform: translateY(-50%) translateX(-98%); transform: translateY(-50%) translateX(-98%); } } @-webkit-keyframes cd-sequence-reverse { 0% { -webkit-transform: translateY(-50%) translateX(-98%); } 100% { -webkit-transform: translateY(-50%) translateX(-2%); } } @-moz-keyframes cd-sequence-reverse { 0% { -moz-transform: translateY(-50%) translateX(-98%); } 100% { -moz-transform: translateY(-50%) translateX(-2%); } } @keyframes cd-sequence-reverse { 0% { -webkit-transform: translateY(-50%) translateX(-98%); -moz-transform: translateY(-50%) translateX(-98%); -ms-transform: translateY(-50%) translateX(-98%); -o-transform: translateY(-50%) translateX(-98%); transform: translateY(-50%) translateX(-98%); } 100% { -webkit-transform: translateY(-50%) translateX(-2%); -moz-transform: translateY(-50%) translateX(-2%); -ms-transform: translateY(-50%) translateX(-2%); -o-transform: translateY(-50%) translateX(-2%); transform: translateY(-50%) translateX(-2%); } } /* ---------------------------------------------------------------- Form ---------------------------------------------------------------- */ #contact-form { min-width: 100%; margin: 0 auto; transition: opacity 1.5s ease; } #contact-form.nonactive { opacity: 0; } #contact-form p { text-align: left; } @media only screen and (min-width: 1100px) { #contact-form { min-width: 70%; } } label { font-weight: 400; cursor: pointer; } textarea, input { border: none; outline: none; border-radius: 0; text-align: center; background: none; color: #FFFFFF; min-width: 70%; padding: 1rem; border: 2px dashed rgba(255, 255, 255, 0); box-sizing: border-box; cursor: text; font-weight: 600; font-family: "Josefin Sans", sans-serif; font-size: 1.6rem; } @media only screen and (min-width: 768px) { textarea, input { min-width: 50%; } } textarea { text-align: left; /* overflow:hidden; */ resize: none; width: 100%; border-color: rgba(255, 255, 255, 0); } textarea:focus { background-color: rgba(255, 255, 255, 0.2); border: 2px dashed white; } textarea:focus:required:valid { border: 2px solid rgba(255, 255, 255, 0); border-bottom: 2px solid rgba(255, 255, 255, 0.2); } textarea:required:valid { border-bottom: 2px solid rgba(255, 255, 255, 0.2); } input { border-bottom: 2px dashed rgba(255, 255, 255, 0.5); } input:required, textarea:required { border-bottom: 2px dashed rgba(255, 255, 255, 0.5); } input:focus { border-bottom: 2px dashed white; background-color: rgba(255, 255, 255, 0.2); } input:required:valid { border-bottom: 2px solid rgba(255, 255, 255, 0.2); } input:required:invalid { color: rgba(255, 255, 255, 0.5); } ::placeholder { text-align: center; color: rgba(255, 255, 255, 0.5); font-style: italic; font-weight: 400; font-size: 1.6rem; } .expanding { vertical-align: top; } .send-icn { fill: white; } .send-icn:hover { fill: black; cursor: pointer; } .sendbutton { background: none; border: none; outline: none; margin: 2vmax 0 0 0; width: 60px; height: 60px; box-shadow: 2px 3px 10px #000000; border-radius: 100%; padding: 0; cursor: pointer; } .sendbutton svg .st0 { fill: #FFFFFF; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } .sendbutton svg .st1 { opacity: 0.19; clip-path: url(#SVGID_2_); fill: #780001; -webkit-transition: all 0.4s 0.2s; -moz-transition: all 0.4s 0.2s; transition: all 0.4s 0.2s; } .sendbutton svg .plane { transform: translate(0px, 0px); -webkit-transition: all 0.4s 0.2s; -moz-transition: all 0.4s 0.2s; transition: all 0.4s 0.2s; } .sendbutton svg .st2 { fill: #1e0001; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } .sendbutton svg .st3 { opacity: 0.19; fill: #ff1e26; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } .sendbutton:hover { box-shadow: none; } .sendbutton:hover svg .st0 { fill: transparent; } .sendbutton:hover svg .st1 { opacity: 0.1; transform: translate(0px, -2px); fill: black; } .sendbutton:hover svg .plane { transform: translate(0px, -2px); } .sendbutton:hover svg .st2 { fill: #FFFFFF; } .sendbutton:hover svg .st3 { opacity: 0.19; fill: #b3b3b3; } .sendbutton.active svg .st0 { fill: transparent; } .sendbutton.active svg .st1 { opacity: 0; } .sendbutton.active svg .plane { transform: translate(12px, -24px); } .sendbutton.active svg .st2 { fill: #FFFFFF; } .sendbutton.active svg .st3 { opacity: 0.19; fill: #b3b3b3; } legend { margin: 2rem auto 30px auto; text-align: center; line-height: 3.5rem; font-size: 2rem; font-weight: 700; } @media only screen and (min-width: 768px) { legend { margin: 0 auto 50px auto; } } .alert { margin: 4rem auto 50px auto; text-align: center; line-height: 3.5rem; align-self: center; justify-content: center; font-size: 3rem; font-weight: 700; } @media only screen and (min-width: 768px) { .alert { margin: 0 auto 50px auto; } } .messages { opacity: 0; transition: opacity 1.5s ease-in; display: flex; flex: 1; } .messages.active { opacity: 1; } /* -------------------------------- FLoating labels -------------------------------- */ .js .floating-labels div { margin: 0 0 20px 0; } .js .floating-labels .cd-label { position: absolute; top: 16px; left: 16px; font-size: 1.6rem; cursor: text; -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s; -moz-transition: top 0.2s, left 0.2s, font-size 0.2s; transition: top 0.2s, left 0.2s, font-size 0.2s; } .js .floating-labels .icon .cd-label { left: 56px; } .js .floating-labels .cd-label.float { /* move label out the input field */ font-size: 1.2rem; top: -16px; left: 0 !important; } @media only screen and (min-width: 768px) { .js .floating-labels legend + div { /* reduce margin-top for first form element after the legend */ margin-top: 16px; } .js .floating-labels .cd-label { top: 20px; } }
css/style.css
*, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } html ::-webkit-scrollbar { width: 1rem; height: 1rem; } html ::-webkit-scrollbar-thumb { background: linear-gradient(150deg, #780001, #120000); } html ::-webkit-scrollbar-track { background: #f2e6e6; } html body { scrollbar-face-color: #780001; scrollbar-track-color: #f2e6e6; } body { font-size: 1.6rem; font-family: "Josefin Sans", sans-serif; color: #780001; background-color: #6a6a6a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } html, body { height: 100%; } a { color: #1e0001; text-decoration: none; } canvas { display: block; position: absolute; vertical-align: bottom; } ::selection { color: #FFFFFF; background-color: #780001; } /* -------------------------------- Enterence -------------------------------- */ .jumbotron { height: 100%; margin-bottom: 0; background: #1e0001; /* Old browsers */ background: -moz-linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* FF3.6+ */ background: -webkit-gradient(linear, -45deg, color-stop(0%, #1e0001), color-stop(85%, #6b0004)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* IE10+ */ background: linear-gradient(-45deg, #1e0001 0%, #6b0004 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .jumbotron img { position: fixed; left: 0; top: 0; opacity: 0; box-sizing: border-box; overflow: hidden; width: 100%; animation-name: imageanimation; animation-iteration-count: infinite; animation-duration: 180s; animation-timing-function: cubic-bezier(0, 0, 1, 1); mix-blend-mode: overlay; filter: grayscale(100%); } .website_header img { animation-name: imageanimation_web; animation-duration: 100s; } .jumbotron-text { padding-left: 10%; position: absolute; bottom: 10%; z-index: 15; } @media only screen and (min-width: 768px) { .jumbotron-text { bottom: 0%; } } .jumbotron-text h1 { opacity: 0; animation-name: titleopacity; animation-duration: 2s; animation-delay: 0.75s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } .jumbotron-text h4 { opacity: 0; animation-name: titleopacity; animation-duration: 1.25s; animation-delay: 3s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } #particles-js { width: 100%; height: 100%; z-index: 30; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; } .skew-box { -webkit-transform: skewY(-15deg); -moz-transform: skewY(-15deg); -ms-transform: skewY(-15deg); -o-transform: skewY(-15deg); transform: skewY(-15deg); background-size: cover; background-color: #FFFFFF; height: 100%; width: 100%; position: fixed; bottom: 50%; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; z-index: 10; } .skew-content { -webkit-transform: skewY(15deg); -moz-transform: skewY(15deg); -ms-transform: skewY(15deg); -o-transform: skewY(15deg); transform: skewY(15deg); height: 100%; } @keyframes imageanimation { 0% { transform: translateY(-480px); opacity: 0; } 2% { opacity: 0.6; } 100% { transform: translateY(-8500px); } } @keyframes imageanimation_web { 0% { transform: translateY(-480px); opacity: 0; } 2% { opacity: 0.6; } 100% { transform: translateY(-4500px); } } @keyframes titleopacity { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } } @keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .video_container { position: absolute; opacity: 0.7; filter: grayscale(100%); left: 0; right: 0; top: 0; height: 100vh; overflow: hidden; z-index: 1; background: url(../img/video_bg.jpg) no-repeat center center; } .video_container video { min-width: 100%; min-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; } @media only screen and (min-width: 768px) { .video_container video { display: block; } } .common_enterence { -webkit-transform: skewX(-10deg); -moz-transform: skewX(-10deg); -ms-transform: skewX(-10deg); -o-transform: skewX(-10deg); transform: skewX(-10deg); height: 100% !important; width: 70% !important; position: fixed; -webkit-transition: all, 10s, 0.5s, ease; -moz-transition: all, 10s, 0.5s, ease; transition: all, 10s, 0.5s, ease; z-index: 30; } .common_enterence .titletext { top: 70vh; position: relative; pointer-events: none; margin: auto; width: 50%; -webkit-transform: skewX(10deg); -moz-transform: skewX(10deg); -ms-transform: skewX(10deg); -o-transform: skewX(10deg); transform: skewX(10deg); } .common_enterence .titletext h5 { -webkit-transition: all, 2s, ease; -moz-transition: all, 2s, ease; transition: all, 2s, ease; text-align: center; /*mix-blend-mode: overlay;*/ color: #FFFFFF; margin: auto; font-size: 1.9rem; font-weight: 700; } @media only screen and (min-width: 768px) { .common_enterence .titletext h5 { font-size: 2.5rem; } } @media only screen and (min-width: 1100px) { .common_enterence .titletext h5 { font-size: 3rem; padding: 30px 30px; width: 80%; } } .common_enterence:hover { /*width: 90%!important;*/ z-index: 35 !important; } .common_enterence:hover .titletext h5 { mix-blend-mode: normal; margin: auto; } .common_enterence:hover .titletext h5:before { background-color: #FFFFFF; } .skew-box_enterence { background: #200007; /* Old browsers */ background: -moz-linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* FF3.6+ */ background: -webkit-gradient(linear, -45deg, color-stop(0%, #200007), color-stop(85%, #d5383e)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* IE10+ */ background: linear-gradient(-45deg, #200007 0%, #d5383e 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ left: -20%; float: left; background-size: 500% 500%; animation: Gradient 10s ease infinite; mix-blend-mode: screen; -webkit-transition: all, 2s, ease; -moz-transition: all, 2s, ease; transition: all, 2s, ease; } @media only screen and (min-width: 768px) { .skew-box_enterence { mix-blend-mode: overlay; } } .skew-box_enterence:hover { mix-blend-mode: screen; } .skew-box_enterence .titletext { right: -15%; } @media only screen and (min-width: 768px) { .skew-box_enterence .titletext { right: -10%; } } .particles_enterence { background: #701722; /* Old browsers */ background: -moz-linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* FF3.6+ */ background: -webkit-gradient(linear, -45deg, color-stop(0%, #701722), color-stop(85%, #c92a30)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* IE10+ */ background: linear-gradient(-45deg, #701722 0%, #c92a30 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ right: -20%; float: right; background-size: 200% 200% !important; animation: Gradient 20s ease infinite; mix-blend-mode: hard-light; -webkit-transition: all, 2s, ease; -moz-transition: all, 2s, ease; transition: all, 2s, ease; } @media only screen and (min-width: 768px) { .particles_enterence { mix-blend-mode: overlay; } } .particles_enterence:hover { mix-blend-mode: hard-light; } .particles_enterence .titletext { left: -10%; } .name_enterence { z-index: 40; position: fixed; text-align: center; margin: auto; top: 20%; width: 80%; left: 0; right: 0; pointer-events: none; opacity: 0; animation: slide_down 2s 2s ease forwards; mix-blend-mode: normal; /*background-color: rgba($white, 0.8);*/ padding: 50px; /*@include boxShadow($color-2, 2px);*/ } @media only screen and (min-width: 768px) { .name_enterence { top: 10%; mix-blend-mode: overlay; } } .name_enterence h1 { color: #FFFFFF; text-transform: uppercase; font-size: 5rem; } .name_enterence h1 span:nth-of-type(1) { letter-spacing: 1px; } @media only screen and (min-width: 768px) { .name_enterence h1 span:nth-of-type(1) { letter-spacing: 1px; } } .name_enterence h1 span:nth-of-type(2) { letter-spacing: 4px; } @media only screen and (min-width: 768px) { .name_enterence h1 span:nth-of-type(2) { letter-spacing: 1px; } } @media only screen and (min-width: 768px) { .name_enterence h1 { font-size: 9rem; } } .name_enterence h2 { color: #FFFFFF; font-size: 2rem; } @media only screen and (min-width: 768px) { .name_enterence h2 { font-size: 3rem; animation: slide_down 1.5s 2s ease forwards; } } @keyframes slide_left { 0% { transform: translateX(-480px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes slide_right { 0% { transform: translateX(480px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes slide_down { 0% { transform: translateY(-20px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .text-color { background: #1e0001; /* Old browsers */ background: -moz-linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* FF3.6+ */ background: -webkit-gradient(linear, -45deg, color-stop(0%, #1e0001), color-stop(85%, #c50002)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* IE10+ */ background: linear-gradient(-45deg, #1e0001 0%, #c50002 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ -webkit-background-clip: text; background-size: 200% 200% !important; } /* -------------------------------- Patterns - reusable parts of our design -------------------------------- */ .cd-btn { flex: 1; padding: 1.6em 2.4em; font-size: 1.4rem; letter-spacing: .15em; font-weight: 700; text-transform: uppercase; background-color: #1e0001; box-shadow: 0 0px 30px transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; display: flex; align-items: center; flex-direction: row; opacity: .9; cursor: crosshair; } .no-touch .cd-btn:hover { box-shadow: 0 0px 30px rgba(0, 0, 0, 0.6); } .cd-btn:nth-of-type(2) { /*background-image: url(../img/img-1.jpg);*/ background: #980058; /* Old browsers */ background: -moz-linear-gradient(33deg, #980058 0%, #CB0076 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #980058), color-stop(85%, #CB0076)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #980058 0%, #CB0076 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #980058 0%, #CB0076 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #980058 0%, #CB0076 85%); /* IE10+ */ background: linear-gradient(33deg, #980058 0%, #CB0076 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-btn:nth-of-type(2):before { background-image: url(../img/logo/tsa_logo.svg); content: " "; width: 200px; height: 75px; background-size: contain; color: #FFFFFF; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 3.5s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:nth-of-type(5) { /*background-image: url(../img/img-2.jpg);*/ background: #3B6E98; /* Old browsers */ background: -moz-linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #3B6E98), color-stop(85%, #1e394f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* IE10+ */ background: linear-gradient(33deg, #3B6E98 0%, #1e394f 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-btn:nth-of-type(5):before { background-image: url(../img/logo/meridian_logo_rev.svg); content: " "; width: 200px; height: 30px; color: #FFFFFF; background-size: contain; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 4s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:nth-of-type(3) { /*background-image: url(../img/img-3.jpg);*/ background: #cb1023; /* Old browsers */ background: -moz-linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #cb1023), color-stop(85%, #F15060)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* IE10+ */ background: linear-gradient(33deg, #cb1023 0%, #F15060 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-btn:nth-of-type(3):before { background-image: url(../img/logo/cundari_rev.svg); content: " "; width: 200px; height: 40px; color: #FFFFFF; background-size: contain; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 4.5s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:nth-of-type(4) { /*background-image: url(../img/img-1.jpg);*/ background: #FFffee; /* Old browsers */ background: -moz-linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #FFffee), color-stop(85%, #FFffdd)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* IE10+ */ background: linear-gradient(33deg, #FFffee 0%, #FFffdd 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-btn:nth-of-type(4):before { background-image: url(../img/logo/jamieson_logo.svg); content: " "; width: 200px; height: 50px; color: #6a6a6a; background-size: contain; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 5s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:nth-of-type(4) h5 { color: #6a6a6a; } .cd-btn:nth-of-type(1) { /*background-image: url(../img/img-2.jpg);*/ background: #022337; /* Old browsers */ background: -moz-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #022337), color-stop(85%, #1f0746)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* IE10+ */ background: linear-gradient(33deg, #022337 0%, #1f0746 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ cursor: default; } .cd-btn:nth-of-type(1):before { background-image: url(../img/logo/promescent.svg); content: " "; width: 200px; height: 55px; color: #FFFFFF; background-size: contain; position: relative; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0; animation: titleopacity 2s 5.5s cubic-bezier(0, 0, 1, 1) forwards; } .cd-btn:hover { flex-grow: 2; opacity: 1.0; color: #FFFFFF; } .cd-btn h5 { opacity: 1; } @media only screen and (min-width: 768px) { .cd-btn h5 { opacity: 0; -webkit-transition: all 2s; -moz-transition: all 2s; transition: all 2s; transform: translateX(75px); color: #FFFFFF; } } @media only screen and (min-width: 768px) { .cd-btn:hover h5 { opacity: 1; transform: translateX(0px); } } .cd-btn-logo { display: flex; align-items: center; } /* -------------------------------- Typography -------------------------------- */ h1 { font-size: 4rem; font-weight: 700; font-family: "Mukta Vaani", sans-serif; font-style: normal; margin-bottom: 1.25rem; color: #780001; } @media only screen and (min-width: 768px) { h1 { font-size: 5rem; } } h3 { font-size: 1.8rem; font-weight: 700; font-family: "Mukta Vaani", sans-serif; font-style: normal; margin-bottom: 1.25rem; color: #780001; } h4 { font-size: 1.3em; font-weight: 400; font-family: "Josefin Sans", sans-serif; letter-spacing: 8px; color: #6a6a6a; } h5 { font-size: 1.6rem; font-family: "Josefin Sans", sans-serif; font-weight: 300; color: #6a6a6a; } h6 { font-size: 1.2rem; font-family: "Josefin Sans", sans-serif; font-weight: 300; color: #bfbfbf; } p { line-height: 3.5rem; word-wrap: break-word; text-align: justify; } /* -------------------------------- Flex Box -------------------------------- */ .flexcontainer { display: flex; flex-flow: column; align-items: flex-start; } @media only screen and (min-width: 768px) { .flexcontainer { display: flex; flex-flow: row; } } .smallitem { flex: 1; width: 100%; padding: 2.5%; } @media only screen and (min-width: 768px) { .smallitem { flex: 1 auto; } } .smallitem img { width: 100%; } .smallitem img + p { font-size: 1.5rem !important; } /* -------------------------------- Main Content Containers -------------------------------- */ .cd-main-content { position: relative; z-index: 20; /* vertically align its content */ display: flex; flex-direction: column; background-color: #FFFFFF; overflow: hidden; height: 100%; justify-content: center; align-self: center; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); } .webpageslist { background-color: #FFFFFF; padding: 0 5rem; z-index: 20; position: relative; } .webpageslist a { color: #780001; } .webpageslist p { text-align: center; font-weight: 700; } .webpageslist .flexcontainer:nth-of-type(1) .smallitem img { box-shadow: none; } .webpageslist .flexcontainer:nth-of-type(1) .smallitem:nth-of-type(1):hover img { box-shadow: rgba(171, 0, 1, 0.2) 0px 4px 4px, rgba(171, 0, 1, 0.2) 0px 8px 8px, rgba(171, 0, 1, 0.2) 0px 16px 16px, rgba(171, 0, 1, 0.2) 0px 32px 32px, rgba(171, 0, 1, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(1) .smallitem:nth-of-type(2):hover img { box-shadow: rgba(120, 0, 1, 0.2) 0px 4px 4px, rgba(120, 0, 1, 0.2) 0px 8px 8px, rgba(120, 0, 1, 0.2) 0px 16px 16px, rgba(120, 0, 1, 0.2) 0px 32px 32px, rgba(120, 0, 1, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(1) .smallitem:nth-of-type(3):hover img { box-shadow: rgba(69, 0, 1, 0.2) 0px 4px 4px, rgba(69, 0, 1, 0.2) 0px 8px 8px, rgba(69, 0, 1, 0.2) 0px 16px 16px, rgba(69, 0, 1, 0.2) 0px 32px 32px, rgba(69, 0, 1, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(2) .smallitem:nth-of-type(1):hover img { box-shadow: rgba(230, 0, 90, 0.2) 0px 4px 4px, rgba(230, 0, 90, 0.2) 0px 8px 8px, rgba(230, 0, 90, 0.2) 0px 16px 16px, rgba(230, 0, 90, 0.2) 0px 32px 32px, rgba(230, 0, 90, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(2) .smallitem:nth-of-type(2):hover img { box-shadow: rgba(179, 0, 70, 0.2) 0px 4px 4px, rgba(179, 0, 70, 0.2) 0px 8px 8px, rgba(179, 0, 70, 0.2) 0px 16px 16px, rgba(179, 0, 70, 0.2) 0px 32px 32px, rgba(179, 0, 70, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(2) .smallitem:nth-of-type(3):hover img { box-shadow: rgba(128, 0, 50, 0.2) 0px 4px 4px, rgba(128, 0, 50, 0.2) 0px 8px 8px, rgba(128, 0, 50, 0.2) 0px 16px 16px, rgba(128, 0, 50, 0.2) 0px 32px 32px, rgba(128, 0, 50, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(3) .smallitem:nth-of-type(1):hover img { box-shadow: rgba(253, 99, 0, 0.2) 0px 4px 4px, rgba(253, 99, 0, 0.2) 0px 8px 8px, rgba(253, 99, 0, 0.2) 0px 16px 16px, rgba(253, 99, 0, 0.2) 0px 32px 32px, rgba(253, 99, 0, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(3) .smallitem:nth-of-type(2):hover img { box-shadow: rgba(202, 79, 0, 0.2) 0px 4px 4px, rgba(202, 79, 0, 0.2) 0px 8px 8px, rgba(202, 79, 0, 0.2) 0px 16px 16px, rgba(202, 79, 0, 0.2) 0px 32px 32px, rgba(202, 79, 0, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } .webpageslist .flexcontainer:nth-of-type(3) .smallitem:nth-of-type(3):hover img { box-shadow: rgba(151, 59, 0, 0.2) 0px 4px 4px, rgba(151, 59, 0, 0.2) 0px 8px 8px, rgba(151, 59, 0, 0.2) 0px 16px 16px, rgba(151, 59, 0, 0.2) 0px 32px 32px, rgba(151, 59, 0, 0.2) 0px 64px 64px; -webkit-transition: box-shadow 0.6s; -moz-transition: box-shadow 0.6s; transition: box-shadow 0.6s; } /* -------------------------------- Modal window -------------------------------- */ .cd-modal-general { position: fixed; top: 0; left: 0; z-index: 30; height: 100%; width: 100%; overflow: hidden; background-size: cover; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; } .cd-modal-general .modal-close { /* 'X' icon */ position: absolute; z-index: 1; top: 20px; right: 5%; height: 45px; width: 45px; border-radius: 50%; background: rgba(0, 0, 0, 0.5) url(../img/cd-icon-close.svg) no-repeat center center; /* image replacement */ overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; } .no-touch .cd-modal-general .modal-close:hover { background-color: rgba(0, 0, 0, 0.75); transition: background-color, 0.4s, ease; } .cd-modal-general p { margin-bottom: 30px; } .cd-modal-general.visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.7s, visibility 0s; -moz-transition: opacity 0.7s, visibility 0s; transition: opacity 0.7s, visibility 0s; } .cd-modal-general.visible .modal-content { /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */ -webkit-overflow-scrolling: touch; } .cd-modal-general.visible .modal-close { visibility: visible; opacity: 1; -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s; -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s; transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } @media only screen and (min-width: 1100px) { .cd-modal-general .modal-content { padding: 6em 5%; } .cd-modal-general .modal-close { height: 45px; width: 45px; } .cd-modal-general p { font-size: 2rem; } } .cd-modal1 { background: #65003b; /* Old browsers */ background: -moz-linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #65003b), color-stop(85%, #fe0094)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* IE10+ */ background: linear-gradient(33deg, #65003b 0%, #fe0094 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal2 { background: #4c88ba; /* Old browsers */ background: -moz-linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #4c88ba), color-stop(85%, #101e2a)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* IE10+ */ background: linear-gradient(33deg, #4c88ba 0%, #101e2a 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal2 .modal-close { background: rgba(255, 255, 255, 0.5) url(../img/cd-icon-close2.svg) no-repeat center center; background-size: 24px 24px; } .no-touch .cd-modal2 .modal-close:hover { background-color: rgba(255, 255, 255, 0.75); } .cd-modal3 { background: #9c0c1b; /* Old browsers */ background: -moz-linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #9c0c1b), color-stop(85%, #F15060)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* IE10+ */ background: linear-gradient(33deg, #9c0c1b 0%, #F15060 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal3 h2 { margin: auto; text-align: center; font-size: 2.5rem; font-weight: 700; } .cd-modal4 { background: white; /* Old browsers */ background: -moz-linear-gradient(33deg, white 0%, #FFffdd 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, white), color-stop(85%, #FFffdd)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, white 0%, #FFffdd 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, white 0%, #FFffdd 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, white 0%, #FFffdd 85%); /* IE10+ */ background: linear-gradient(33deg, white 0%, #FFffdd 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal4 h1 { color: #1e0001 !important; } .cd-modal4 p { color: #1e0001 !important; } .cd-modal5 { background: #022337; /* Old browsers */ background: -moz-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 33deg, color-stop(0%, #022337), color-stop(85%, #1f0746)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(33deg, #022337 0%, #1f0746 85%); /* IE10+ */ background: linear-gradient(33deg, #022337 0%, #1f0746 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .cd-modal5 h2 > a { color: #FFFFFF; } .cd-modal5 .modal-close { background: rgba(255, 255, 255, 0.5) url(../img/cd-icon-close2.svg) no-repeat center center; background-size: 24px 24px; } .no-touch .cd-modal5 .modal-close:hover { background-color: rgba(255, 255, 255, 0.75); } .modal-content { height: 100%; overflow-y: auto; padding: 3em 5%; color: #FFFFFF; background: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .modal-content h1 { text-align: center; color: #FFFFFF; opacity: 0; font-size: 3rem; font-weight: 400; font-family: "Josefin Sans", sans-serif; font-style: normal; } .modal-content h1::after { /* ink/brush separation */ content: ''; display: block; width: 130px; height: 18px; background: url(../img/ink-separation.svg) no-repeat center center; margin: .2em auto 0; } .modal-content h2 { text-align: center; opacity: 0; margin-bottom: 2rem; font-size: 2rem; } .modal-content p { opacity: 0; line-height: 1.6; color: #FFFFFF; } .modal-content img { opacity: 0; } .visible .modal-content h1 { animation-name: titleopacity; animation-duration: 1s; animation-delay: 0.5s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } .visible .modal-content h2 { animation-name: titleopacity; animation-duration: 1s; animation-delay: 0.7s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } .visible .modal-content p { animation-name: titleopacity; animation-duration: 1s; animation-delay: 0.75s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } .visible .modal-content img { animation-name: titleopacity; animation-duration: 1s; animation-delay: 1.25s; animation-timing-function: cubic-bezier(0, 0, 1, 1); animation-fill-mode: forwards; } /* -------------------------------- Bottom -------------------------------- */ .bottom { min-height: 100%; display: flex; flex-flow: column nowrap; background: #FFFFFF; position: relative; z-index: 12; } .headline { order: 1; display: flex; flex: 1; max-height: 150px; /*@include linearGradient(45deg, #f2f2f2,#dddddd);*/ justify-content: flex-start; align-items: center; padding: 2rem; } .headline h2 { font-size: 10rem; font-weight: 700; text-shadow: 5px 10px 15px rgba(0, 0, 0, 0.7); opacity: 0.25; color: #FFFFFF; position: relative; right: 0px; bottom: -41px; z-index: 6; } @media only screen and (min-width: 768px) { .headline h2 { font-size: 14rem; } } @media only screen and (min-width: 1100px) { .headline h2 { font-size: 17rem; } } @media only screen and (min-width: 768px) { .headline { padding: 5rem; justify-content: flex-end; } } .flex-box { display: flex; flex-flow: column wrap; min-height: auto; align-items: stretch; order: 2; flex: 1; } @media only screen and (min-width: 768px) { .flex-box { flex-flow: row wrap; } } .contact, .about { display: flex; align-items: stretch; flex: 1; padding: 5%; } .contact { order: 2; background: #1e0001; /* Old browsers */ background: -moz-linear-gradient(45deg, #1e0001 0%, #780001 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 45deg, color-stop(0%, #1e0001), color-stop(85%, #780001)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(45deg, #1e0001 0%, #780001 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(45deg, #1e0001 0%, #780001 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(45deg, #1e0001 0%, #780001 85%); /* IE10+ */ background: linear-gradient(45deg, #1e0001 0%, #780001 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ color: #fff; flex-flow: column; z-index: 7; padding: 15% 5% 20% 5%; } .contact .bottom-content { width: 100%; } @media only screen and (min-width: 768px) { .contact { order: 1; padding: 5%; } } .about { order: 1; background: #f4f4f4; /* Old browsers */ background: -moz-linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* FF3.6+ */ background: -webkit-gradient(linear, 85deg, color-stop(0%, #f4f4f4), color-stop(85%, #fff)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* Opera 11.10+ */ background: -ms-linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* IE10+ */ background: linear-gradient(85deg, #f4f4f4 0%, #fff 85%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } .about h3 { margin-top: 3.5rem; } .about .bold { font-weight: 700; } @media only screen and (min-width: 768px) { .about { order: 2; } } .clickhere { border-bottom: 1px solid rgba(30, 0, 1, 0); -webkit-transition: letter-spacing 0.3s 0s, border-bottom 0.4s 0.3s; -moz-transition: letter-spacing 0.3s 0s, border-bottom 0.4s 0.3s; transition: letter-spacing 0.3s 0s, border-bottom 0.4s 0.3s; } .clickhere:hover { letter-spacing: 5px; border-bottom: 1px solid #1e0001; } /* -------------------------------- Transition Layer -------------------------------- */ .cd-transition-general { position: fixed; top: 0; left: 0; z-index: 25; height: 100%; width: 100%; opacity: 0; visibility: hidden; overflow: hidden; } .cd-transition-general .bg-layer { position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%) translateX(-2%); -moz-transform: translateY(-50%) translateX(-2%); -ms-transform: translateY(-50%) translateX(-2%); -o-transform: translateY(-50%) translateX(-2%); transform: translateY(-50%) translateX(-2%); /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */ height: 100%; /* our sprite is composed of 25 frames */ width: 2500%; background: url(../img/ink1.png) no-repeat 0 0; background-size: 100% 100%; } .cd-transition-general.visible { opacity: 1; visibility: visible; } .cd-transition-general.opening .bg-layer { -webkit-animation: cd-sequence 0.8s steps(24); -moz-animation: cd-sequence 0.8s steps(24); animation: cd-sequence 0.8s steps(24); -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } .cd-transition-general.closing .bg-layer { -webkit-animation: cd-sequence-reverse 0.8s steps(24); -moz-animation: cd-sequence-reverse 0.8s steps(24); animation: cd-sequence-reverse 0.8s steps(24); -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } .no-cssanimations .cd-transition-general { display: none; } @-webkit-keyframes cd-sequence { 0% { /* translateX(-2%) is used to horizontally center the first frame inside the viewport */ -webkit-transform: translateY(-50%) translateX(-2%); } 100% { /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport */ -webkit-transform: translateY(-50%) translateX(-98%); } } @-moz-keyframes cd-sequence { 0% { /* translateX(-2%) is used to horizontally center the first frame inside the viewport */ -moz-transform: translateY(-50%) translateX(-2%); } 100% { /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport */ -moz-transform: translateY(-50%) translateX(-98%); } } @keyframes cd-sequence { 0% { /* translateX(-2%) is used to horizontally center the first frame inside the viewport */ -webkit-transform: translateY(-50%) translateX(-2%); -moz-transform: translateY(-50%) translateX(-2%); -ms-transform: translateY(-50%) translateX(-2%); -o-transform: translateY(-50%) translateX(-2%); transform: translateY(-50%) translateX(-2%); } 100% { /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport */ -webkit-transform: translateY(-50%) translateX(-98%); -moz-transform: translateY(-50%) translateX(-98%); -ms-transform: translateY(-50%) translateX(-98%); -o-transform: translateY(-50%) translateX(-98%); transform: translateY(-50%) translateX(-98%); } } @-webkit-keyframes cd-sequence-reverse { 0% { -webkit-transform: translateY(-50%) translateX(-98%); } 100% { -webkit-transform: translateY(-50%) translateX(-2%); } } @-moz-keyframes cd-sequence-reverse { 0% { -moz-transform: translateY(-50%) translateX(-98%); } 100% { -moz-transform: translateY(-50%) translateX(-2%); } } @keyframes cd-sequence-reverse { 0% { -webkit-transform: translateY(-50%) translateX(-98%); -moz-transform: translateY(-50%) translateX(-98%); -ms-transform: translateY(-50%) translateX(-98%); -o-transform: translateY(-50%) translateX(-98%); transform: translateY(-50%) translateX(-98%); } 100% { -webkit-transform: translateY(-50%) translateX(-2%); -moz-transform: translateY(-50%) translateX(-2%); -ms-transform: translateY(-50%) translateX(-2%); -o-transform: translateY(-50%) translateX(-2%); transform: translateY(-50%) translateX(-2%); } } /* ---------------------------------------------------------------- Form ---------------------------------------------------------------- */ #contact-form { min-width: 100%; margin: 0 auto; transition: opacity 1.5s ease; } #contact-form.nonactive { opacity: 0; } #contact-form p { text-align: left; } @media only screen and (min-width: 1100px) { #contact-form { min-width: 70%; } } label { font-weight: 400; cursor: pointer; } textarea, input { border: none; outline: none; border-radius: 0; text-align: center; background: none; color: #FFFFFF; min-width: 70%; padding: 1rem; border: 2px dashed rgba(255, 255, 255, 0); box-sizing: border-box; cursor: text; font-weight: 600; font-family: "Josefin Sans", sans-serif; font-size: 1.6rem; } @media only screen and (min-width: 768px) { textarea, input { min-width: 50%; } } textarea { text-align: left; /* overflow:hidden; */ resize: none; width: 100%; border-color: rgba(255, 255, 255, 0); } textarea:focus { background-color: rgba(255, 255, 255, 0.2); border: 2px dashed white; } textarea:focus:required:valid { border: 2px solid rgba(255, 255, 255, 0); border-bottom: 2px solid rgba(255, 255, 255, 0.2); } textarea:required:valid { border-bottom: 2px solid rgba(255, 255, 255, 0.2); } input { border-bottom: 2px dashed rgba(255, 255, 255, 0.5); } input:required, textarea:required { border-bottom: 2px dashed rgba(255, 255, 255, 0.5); } input:focus { border-bottom: 2px dashed white; background-color: rgba(255, 255, 255, 0.2); } input:required:valid { border-bottom: 2px solid rgba(255, 255, 255, 0.2); } input:required:invalid { color: rgba(255, 255, 255, 0.5); } ::placeholder { text-align: center; color: rgba(255, 255, 255, 0.5); font-style: italic; font-weight: 400; font-size: 1.6rem; } .expanding { vertical-align: top; } .send-icn { fill: white; } .send-icn:hover { fill: black; cursor: pointer; } .sendbutton { background: none; border: none; outline: none; margin: 2vmax 0 0 0; width: 60px; height: 60px; box-shadow: 2px 3px 10px #000000; border-radius: 100%; padding: 0; cursor: pointer; } .sendbutton svg .st0 { fill: #FFFFFF; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } .sendbutton svg .st1 { opacity: 0.19; clip-path: url(#SVGID_2_); fill: #780001; -webkit-transition: all 0.4s 0.2s; -moz-transition: all 0.4s 0.2s; transition: all 0.4s 0.2s; } .sendbutton svg .plane { transform: translate(0px, 0px); -webkit-transition: all 0.4s 0.2s; -moz-transition: all 0.4s 0.2s; transition: all 0.4s 0.2s; } .sendbutton svg .st2 { fill: #1e0001; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } .sendbutton svg .st3 { opacity: 0.19; fill: #ff1e26; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } .sendbutton:hover { box-shadow: none; } .sendbutton:hover svg .st0 { fill: transparent; } .sendbutton:hover svg .st1 { opacity: 0.1; transform: translate(0px, -2px); fill: black; } .sendbutton:hover svg .plane { transform: translate(0px, -2px); } .sendbutton:hover svg .st2 { fill: #FFFFFF; } .sendbutton:hover svg .st3 { opacity: 0.19; fill: #b3b3b3; } .sendbutton.active svg .st0 { fill: transparent; } .sendbutton.active svg .st1 { opacity: 0; } .sendbutton.active svg .plane { transform: translate(12px, -24px); } .sendbutton.active svg .st2 { fill: #FFFFFF; } .sendbutton.active svg .st3 { opacity: 0.19; fill: #b3b3b3; } legend { margin: 2rem auto 30px auto; text-align: center; line-height: 3.5rem; font-size: 2rem; font-weight: 700; } @media only screen and (min-width: 768px) { legend { margin: 0 auto 50px auto; } } .alert { margin: 4rem auto 50px auto; text-align: center; line-height: 3.5rem; align-self: center; justify-content: center; font-size: 3rem; font-weight: 700; } @media only screen and (min-width: 768px) { .alert { margin: 0 auto 50px auto; } } .messages { opacity: 0; transition: opacity 1.5s ease-in; display: flex; flex: 1; } .messages.active { opacity: 1; } /* -------------------------------- FLoating labels -------------------------------- */ .js .floating-labels div { margin: 0 0 20px 0; } .js .floating-labels .cd-label { position: absolute; top: 16px; left: 16px; font-size: 1.6rem; cursor: text; -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s; -moz-transition: top 0.2s, left 0.2s, font-size 0.2s; transition: top 0.2s, left 0.2s, font-size 0.2s; } .js .floating-labels .icon .cd-label { left: 56px; } .js .floating-labels .cd-label.float { /* move label out the input field */ font-size: 1.2rem; top: -16px; left: 0 !important; } @media only screen and (min-width: 768px) { .js .floating-labels legend + div { /* reduce margin-top for first form element after the legend */ margin-top: 16px; } .js .floating-labels .cd-label { top: 20px; } }
0.488039
0.058346
.btn-group button { background-color: #c7c1a1; /* Green background */ border: 1px solid #faedbf; /* Green border */ color: white; /* White text */ padding: 1px 20px; /* Some padding */ cursor: pointer; /* Pointer/hand icon */ float: left; /* Float the buttons side by side */ } .btn-group button:not(:last-child) { border-right: none; /* Prevent double borders */ } /* Clear floats (clearfix hack) */ .btn-group:after { content: ""; clear: both; display: table; } /* Add a background color on hover */ .btn-group button:hover { background-color: #c7b179; } body { background-color: #F2E9DA; } h2{ text-align: center; color: #F1F2F4; text-shadow: 0 1px 0 #000; } a{ text-decoration: none; color: #EC5C93; } .ribbon{ background: rgba(200,200,200,.5); width: 50px; height: 70px; margin: 0 auto; position: relative; top: 19px; border: 1px solid rgba(255,255,255,.3); border-top: 2px solid rgba(255,255,255,.5); border-bottom: 0; border-radius: 5px 5px 0 0; box-shadow: 0 0 3px rgba(0,0,0,.7); } .ribbon:before{ content:""; display: block; width: 15px; height: 15px; background: #4E535B; border: 4px solid #cfd0d1; margin: 18px auto; box-shadow: inset 0 0 5px #000, 0 0 2px #000, 0 1px 1px 1px #A7A8AB; border-radius: 100%; } .login{ background: #F1F2F4; border-bottom: 2px solid #C5C5C8; border-radius: 5px; text-align: center; color: #36383C; text-shadow: 0 1px 0 #FFF; max-width: 300px; margin: 0 auto; padding: 15px 40px 20px 40px; box-shadow: 0 0 3px #000; } .login:before{ content:""; display: block; width: 70px; height: 4px; background: #4E535B; border-radius: 5px; border-bottom: 1px solid #FFFFFF; border-top: 2px solid #CBCBCD; margin: 0 auto; } h1{ font-size: 1.6em; margin-top: 30px; margin-bottom: 10px; } p{ font-family:'Open Sans', Arial, sans-serif; font-weight: 300; color: #7B808A; margin-top: 0; margin-bottom: 30px; } .input{ text-align: right; background: #E5E7E9; border-radius: 5px; overflow: hidden; box-shadow: inset 0 0 3px #65686E; border-bottom: 1px solid #FFF; } input{ width: 260px; background: transparent; border: 0; line-height: 3.6em; box-sizing: border-box; color: #71747A; font-family:'Open Sans', Arial, sans-serif; text-shadow: 0 1px 0 #FFF; } input:focus{ outline: none; } .blockinput{ border-bottom: 1px solid #BDBFC2; border-top: 1px solid #FFFFFF; } .blockinput:first-child{ border-top: 0; } .blockinput:last-child{ border-bottom: 0; } .blockinput i{ padding-right: 10px; color: #B1B3B7; text-shadow: 0 1px 0 #FFF; } ::-webkit-input-placeholder { color: #71747A; font-family:'Open Sans', Arial, sans-serif; text-shadow: 0 1px 0 #FFF; } button{ margin-top: 20px; display: block; width: 100%; line-height: 2em; background: rgba(114,212,202,1); border-radius: 5px; border:0; cursor: pointer; border-top: 1px solid #B2ECE6; box-shadow: 0 0 0 1px #46A294, 0 2px 2px #808389; color: #FFFFFF; font-size: 1.5em; text-shadow: 0 1px 2px #21756A; } button:hover{ background: linear-gradient(to bottom, rgba(107,198,186,1) 0%,rgba(57,175,154,1) 100%); } button:active{ box-shadow: inset 0 0 5px #000; background: linear-gradient(to bottom, rgba(57,175,154,1) 0%,rgba(107,198,186,1) 100%); } .b-popup{ width:100%; min-height:100%; background-color: rgba(0,0,0,0.5); overflow:hidden; position:fixed; top:0px; } .b-popup .b-popup-content{ margin:40px auto 0px auto; width:100px; height: 40px; padding:10px; background-color: #c5c5c5; border-radius:5px; box-shadow: 0px 0px 10px #000; }
public/css/add.css
.btn-group button { background-color: #c7c1a1; /* Green background */ border: 1px solid #faedbf; /* Green border */ color: white; /* White text */ padding: 1px 20px; /* Some padding */ cursor: pointer; /* Pointer/hand icon */ float: left; /* Float the buttons side by side */ } .btn-group button:not(:last-child) { border-right: none; /* Prevent double borders */ } /* Clear floats (clearfix hack) */ .btn-group:after { content: ""; clear: both; display: table; } /* Add a background color on hover */ .btn-group button:hover { background-color: #c7b179; } body { background-color: #F2E9DA; } h2{ text-align: center; color: #F1F2F4; text-shadow: 0 1px 0 #000; } a{ text-decoration: none; color: #EC5C93; } .ribbon{ background: rgba(200,200,200,.5); width: 50px; height: 70px; margin: 0 auto; position: relative; top: 19px; border: 1px solid rgba(255,255,255,.3); border-top: 2px solid rgba(255,255,255,.5); border-bottom: 0; border-radius: 5px 5px 0 0; box-shadow: 0 0 3px rgba(0,0,0,.7); } .ribbon:before{ content:""; display: block; width: 15px; height: 15px; background: #4E535B; border: 4px solid #cfd0d1; margin: 18px auto; box-shadow: inset 0 0 5px #000, 0 0 2px #000, 0 1px 1px 1px #A7A8AB; border-radius: 100%; } .login{ background: #F1F2F4; border-bottom: 2px solid #C5C5C8; border-radius: 5px; text-align: center; color: #36383C; text-shadow: 0 1px 0 #FFF; max-width: 300px; margin: 0 auto; padding: 15px 40px 20px 40px; box-shadow: 0 0 3px #000; } .login:before{ content:""; display: block; width: 70px; height: 4px; background: #4E535B; border-radius: 5px; border-bottom: 1px solid #FFFFFF; border-top: 2px solid #CBCBCD; margin: 0 auto; } h1{ font-size: 1.6em; margin-top: 30px; margin-bottom: 10px; } p{ font-family:'Open Sans', Arial, sans-serif; font-weight: 300; color: #7B808A; margin-top: 0; margin-bottom: 30px; } .input{ text-align: right; background: #E5E7E9; border-radius: 5px; overflow: hidden; box-shadow: inset 0 0 3px #65686E; border-bottom: 1px solid #FFF; } input{ width: 260px; background: transparent; border: 0; line-height: 3.6em; box-sizing: border-box; color: #71747A; font-family:'Open Sans', Arial, sans-serif; text-shadow: 0 1px 0 #FFF; } input:focus{ outline: none; } .blockinput{ border-bottom: 1px solid #BDBFC2; border-top: 1px solid #FFFFFF; } .blockinput:first-child{ border-top: 0; } .blockinput:last-child{ border-bottom: 0; } .blockinput i{ padding-right: 10px; color: #B1B3B7; text-shadow: 0 1px 0 #FFF; } ::-webkit-input-placeholder { color: #71747A; font-family:'Open Sans', Arial, sans-serif; text-shadow: 0 1px 0 #FFF; } button{ margin-top: 20px; display: block; width: 100%; line-height: 2em; background: rgba(114,212,202,1); border-radius: 5px; border:0; cursor: pointer; border-top: 1px solid #B2ECE6; box-shadow: 0 0 0 1px #46A294, 0 2px 2px #808389; color: #FFFFFF; font-size: 1.5em; text-shadow: 0 1px 2px #21756A; } button:hover{ background: linear-gradient(to bottom, rgba(107,198,186,1) 0%,rgba(57,175,154,1) 100%); } button:active{ box-shadow: inset 0 0 5px #000; background: linear-gradient(to bottom, rgba(57,175,154,1) 0%,rgba(107,198,186,1) 100%); } .b-popup{ width:100%; min-height:100%; background-color: rgba(0,0,0,0.5); overflow:hidden; position:fixed; top:0px; } .b-popup .b-popup-content{ margin:40px auto 0px auto; width:100px; height: 40px; padding:10px; background-color: #c5c5c5; border-radius:5px; box-shadow: 0px 0px 10px #000; }
0.26971
0.090776
.tweet{ word-break: break-all; word-wrap: break-word; font-family: "Oswald"; font-size: 15px; } #CurrSong{ list-style-type: none; color: white; font-size: x-large; float: left; margin-left: -62%; } .description{ color: #000; /* Fallback for older browsers */ color: rgba(0, 0, 0, 0.5); font-family: Arial, sans-serif; } body{ background-image : url("/image/background.jpg"); } #upload{ width: 28%; } .pagetitle img { border-radius: 41px; width: 60px; margin: 10px; margin-left: 3%; } #logoutTopNav{ margin-right: 61px; } #div_cont{ margin-left: 125px; margin-top: -37%; } #uploadmodal{ margin-left: 35px; } .video{ width: 40%; height: 20%; margin-left: 384px; } #top-15 li{ list-style-type: none; margin: 1%; } #top-15{ margin-left: 4%; margin-top: 2%; } #messages{ padding-left: 10px; margin-top: 20px; } #messages li{ margin-top: 4px; font-size: large; font-style: normal; background: wheat; width: 93%; } .div-table{ display:table; width:auto; border:2px solid #106cc8; border-spacing:5px; border-collapse:separate; border-radius:6px; -moz-border-radius:6px; } .chat_window{ float: right; padding-right: 9%; width: 250px; word-wrap: break-word; height: 100%; border-style: groove; font-weight: lighter; font-family: Gill Sans Extrabold, sans-serif; vertical-align: baseline; border-width: 3px; color: white; } video{ margin-left:45%; } #chat_box{ display: block; height: 100%; position: relative; z-index: 5; float: right; margin-right:30px; margin-top : 10%; background: snow; } #chat_header{ border-style: groove; color: White; /* margin-left: 2px; */ padding-left: 15px; background : #4CAF99; font-family: serif; } #send{ margin-left: 3px; height: 35px; /* align-items: center; */ line-height: 8px; margin-bottom: 20px; float:right; } #list{ height: 600px; width: 325px; overflow: auto; } h5{ padding-left: 12px; font-family: serif; } .row { width: 50%; float: left; margin-top: 12%; margin-left: auto; margin-right: auto; margin-bottom: 20px; margin-top: 9%; } #songgs{ color :white; margin-left:20px; } #close{ margin-bottom: 20px; margin-left: 11px; margin-top: 3%; } .success{ margin-left: 65%; margin-top: -10%; } #thumb{ margin-bottom: 13px; } #uploadbox{ height: 240px; width: 45%; } #uploadarea{ width: 60%; } #uploadbutton{ width: 38%; margin: 20px; } #control_buttons{ width: 105%; } #closebutton{ width: 38%; margin: 20px; } .song{ background-color: #4CAF99; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; } .message_box { overflow-y: auto; height: 17em; width: 244px; color: black; } #m{ margin-left : 12px; color: black; } #chat_box .chat_container .chat_window { overflow: hidden; position: relative; height: 100%; } .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } body { margin: 0; padding: 0; background-color:#F8F8F8; } div #colorc{ color: #c4e3f3; } .vis-hidden{ visibility: hidden; } .text_type_bold{ font-weight:bold; } #btn{ margin:0 0 0 70px; border-color: #77c7f7; font-family: sans-serif; border-width: 2px; font-weight: 400; } #btn:hover { background-color:#77c7f7; } .post-container { border-color: #106cc8; border-style: solid; border-width: 2px; font-family: sans-serif; font-size: 16px; font-weight: 400; } .navbar-custom { background-color:#fff; border-color: #E7E7E7; font-size: 13px; padding: 2px 4px; text-transform: uppercase; font-family: sans-serif; color: #fff; font-weight: 400; } nav { z-index:999; width: 73em; background : linear-gradient(to left, #2c3e50 , #3498db); position:fixed; } a{ color: #106cc8; } .header{ color: #fff; font-size: 18px; font-weight: 300; margin-bottom: 5px; font-family: sans-serif; } #frm{ font-family: sans-serif; background-color:#337ab7; border-radius: 5px; margin: 20px 0 0 0; padding:15px; width: 500px; border:1px solid #E4E4E4; font-weight: 300; height: 250px; } .primary-btn.submit { background-color: #fff; border: 1px solid white; color: #106cc8; } #txtArea{ margin:0 0 30px 90px; width: 300px; height:130px; border: 1px solid #e1e8ed; border-radius: 3px; outline: 0 none; padding: 4px; resize:none; } /*nikunj*/ ul li .active{ color:#2b669a; } .navbar navbar-custom{ width: 100%; } .container-fluid text-center{ width: 100%; } .SiteFooter-copyright a span{ color:#1dcaff; } .SiteFooter-copyright a:hover span{ color:white; } .colorc a span{ color:#1dcaff; } .colorc a:hover span{ color:white; } #footer { position: absolute; bottom: 0; width: 100%; } .anc { color: white; text-decoration: none; } ul.social-network { list-style: none; display: inline; margin-left:0 !important; padding: 0; } ul.social-network li { display: inline; margin: 0 5px; } /* footer social icons */ .social-network a.icoTwitter:hover { background-color:#33ccff; } .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i { color:#fff; } a.socialIcon:hover, .socialHoverClass { color:#44BCDD; } .social-circle li a { display:inline-block; position:relative; margin:0 auto 0 auto; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-align:center; width: 50px; height: 50px; font-size:20px; } .social-circle li i { margin:0; line-height:50px; text-align: center; } .social-circle li a:hover i, .triggeredHover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms--transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; } .social-circle i { color: #fff; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s; transition: all 0.8s; } a .icoTwitter{ background-color: #D3D3D3; } .shape{ border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px; -ms-transform:rotate(360deg); /* IE 9 */ -o-transform: rotate(360deg); /* Opera 10.5 */ -webkit-transform:rotate(360deg); /* Safari and Chrome */ transform:rotate(360deg); } .shape-text{ color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap; -ms-transform:rotate(30deg); /* IE 9 */ -o-transform: rotate(360deg); /* Opera 10.5 */ -webkit-transform:rotate(30deg); /* Safari and Chrome */ transform:rotate(30deg); } .project { min-height:300px; height:auto; } .project{ background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden; } .project-radius{ border-radius:7px; } .project-primary { border-color: #428bca; } .project-primary .shape{ border-color: transparent #428bca transparent transparent; border-color: rgba(255,255,255,0) #428bca rgba(255,255,255,0) rgba(255,255,255,0); } .project-content { padding:0 20px 10px; } .btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;} .btn-labeled {padding-top: 0;padding-bottom: 0;} .btn { margin-bottom:10px; } .media { /*box-shadow:0px 0px 4px -2px #000;*/ margin: 20px 0; padding:30px; } .dp { border:10px solid #eee; transition: all 0.2s ease-in-out; } .dp:hover { border:2px solid #eee; transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); /*-webkit-font-smoothing:antialiased;*/ } #gnamecss{ color:#337ab7; } #unamecss{ color: #5bc0de; } .panel { background-color: transparent; } .panel-body { padding-top: 30px; background-color: rgba(2555,255,255,.3); }
public/stylesheets/style.css
.tweet{ word-break: break-all; word-wrap: break-word; font-family: "Oswald"; font-size: 15px; } #CurrSong{ list-style-type: none; color: white; font-size: x-large; float: left; margin-left: -62%; } .description{ color: #000; /* Fallback for older browsers */ color: rgba(0, 0, 0, 0.5); font-family: Arial, sans-serif; } body{ background-image : url("/image/background.jpg"); } #upload{ width: 28%; } .pagetitle img { border-radius: 41px; width: 60px; margin: 10px; margin-left: 3%; } #logoutTopNav{ margin-right: 61px; } #div_cont{ margin-left: 125px; margin-top: -37%; } #uploadmodal{ margin-left: 35px; } .video{ width: 40%; height: 20%; margin-left: 384px; } #top-15 li{ list-style-type: none; margin: 1%; } #top-15{ margin-left: 4%; margin-top: 2%; } #messages{ padding-left: 10px; margin-top: 20px; } #messages li{ margin-top: 4px; font-size: large; font-style: normal; background: wheat; width: 93%; } .div-table{ display:table; width:auto; border:2px solid #106cc8; border-spacing:5px; border-collapse:separate; border-radius:6px; -moz-border-radius:6px; } .chat_window{ float: right; padding-right: 9%; width: 250px; word-wrap: break-word; height: 100%; border-style: groove; font-weight: lighter; font-family: Gill Sans Extrabold, sans-serif; vertical-align: baseline; border-width: 3px; color: white; } video{ margin-left:45%; } #chat_box{ display: block; height: 100%; position: relative; z-index: 5; float: right; margin-right:30px; margin-top : 10%; background: snow; } #chat_header{ border-style: groove; color: White; /* margin-left: 2px; */ padding-left: 15px; background : #4CAF99; font-family: serif; } #send{ margin-left: 3px; height: 35px; /* align-items: center; */ line-height: 8px; margin-bottom: 20px; float:right; } #list{ height: 600px; width: 325px; overflow: auto; } h5{ padding-left: 12px; font-family: serif; } .row { width: 50%; float: left; margin-top: 12%; margin-left: auto; margin-right: auto; margin-bottom: 20px; margin-top: 9%; } #songgs{ color :white; margin-left:20px; } #close{ margin-bottom: 20px; margin-left: 11px; margin-top: 3%; } .success{ margin-left: 65%; margin-top: -10%; } #thumb{ margin-bottom: 13px; } #uploadbox{ height: 240px; width: 45%; } #uploadarea{ width: 60%; } #uploadbutton{ width: 38%; margin: 20px; } #control_buttons{ width: 105%; } #closebutton{ width: 38%; margin: 20px; } .song{ background-color: #4CAF99; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; } .message_box { overflow-y: auto; height: 17em; width: 244px; color: black; } #m{ margin-left : 12px; color: black; } #chat_box .chat_container .chat_window { overflow: hidden; position: relative; height: 100%; } .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } body { margin: 0; padding: 0; background-color:#F8F8F8; } div #colorc{ color: #c4e3f3; } .vis-hidden{ visibility: hidden; } .text_type_bold{ font-weight:bold; } #btn{ margin:0 0 0 70px; border-color: #77c7f7; font-family: sans-serif; border-width: 2px; font-weight: 400; } #btn:hover { background-color:#77c7f7; } .post-container { border-color: #106cc8; border-style: solid; border-width: 2px; font-family: sans-serif; font-size: 16px; font-weight: 400; } .navbar-custom { background-color:#fff; border-color: #E7E7E7; font-size: 13px; padding: 2px 4px; text-transform: uppercase; font-family: sans-serif; color: #fff; font-weight: 400; } nav { z-index:999; width: 73em; background : linear-gradient(to left, #2c3e50 , #3498db); position:fixed; } a{ color: #106cc8; } .header{ color: #fff; font-size: 18px; font-weight: 300; margin-bottom: 5px; font-family: sans-serif; } #frm{ font-family: sans-serif; background-color:#337ab7; border-radius: 5px; margin: 20px 0 0 0; padding:15px; width: 500px; border:1px solid #E4E4E4; font-weight: 300; height: 250px; } .primary-btn.submit { background-color: #fff; border: 1px solid white; color: #106cc8; } #txtArea{ margin:0 0 30px 90px; width: 300px; height:130px; border: 1px solid #e1e8ed; border-radius: 3px; outline: 0 none; padding: 4px; resize:none; } /*nikunj*/ ul li .active{ color:#2b669a; } .navbar navbar-custom{ width: 100%; } .container-fluid text-center{ width: 100%; } .SiteFooter-copyright a span{ color:#1dcaff; } .SiteFooter-copyright a:hover span{ color:white; } .colorc a span{ color:#1dcaff; } .colorc a:hover span{ color:white; } #footer { position: absolute; bottom: 0; width: 100%; } .anc { color: white; text-decoration: none; } ul.social-network { list-style: none; display: inline; margin-left:0 !important; padding: 0; } ul.social-network li { display: inline; margin: 0 5px; } /* footer social icons */ .social-network a.icoTwitter:hover { background-color:#33ccff; } .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i { color:#fff; } a.socialIcon:hover, .socialHoverClass { color:#44BCDD; } .social-circle li a { display:inline-block; position:relative; margin:0 auto 0 auto; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-align:center; width: 50px; height: 50px; font-size:20px; } .social-circle li i { margin:0; line-height:50px; text-align: center; } .social-circle li a:hover i, .triggeredHover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms--transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; } .social-circle i { color: #fff; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s; transition: all 0.8s; } a .icoTwitter{ background-color: #D3D3D3; } .shape{ border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px; -ms-transform:rotate(360deg); /* IE 9 */ -o-transform: rotate(360deg); /* Opera 10.5 */ -webkit-transform:rotate(360deg); /* Safari and Chrome */ transform:rotate(360deg); } .shape-text{ color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap; -ms-transform:rotate(30deg); /* IE 9 */ -o-transform: rotate(360deg); /* Opera 10.5 */ -webkit-transform:rotate(30deg); /* Safari and Chrome */ transform:rotate(30deg); } .project { min-height:300px; height:auto; } .project{ background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden; } .project-radius{ border-radius:7px; } .project-primary { border-color: #428bca; } .project-primary .shape{ border-color: transparent #428bca transparent transparent; border-color: rgba(255,255,255,0) #428bca rgba(255,255,255,0) rgba(255,255,255,0); } .project-content { padding:0 20px 10px; } .btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;} .btn-labeled {padding-top: 0;padding-bottom: 0;} .btn { margin-bottom:10px; } .media { /*box-shadow:0px 0px 4px -2px #000;*/ margin: 20px 0; padding:30px; } .dp { border:10px solid #eee; transition: all 0.2s ease-in-out; } .dp:hover { border:2px solid #eee; transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); /*-webkit-font-smoothing:antialiased;*/ } #gnamecss{ color:#337ab7; } #unamecss{ color: #5bc0de; } .panel { background-color: transparent; } .panel-body { padding-top: 30px; background-color: rgba(2555,255,255,.3); }
0.212722
0.085061
@font-face { font-family: 'Sailec-Medium'; font-style: normal; font-weight: 300; src: url('../fonts/sailec/Sailec-Medium.woff') format('woff'); } body { font-family: "Sailec-Medium"; line-height: 1.8; color: #f5f6f7; } body, body *{ font-family: "Sailec-Medium"; line-height: 1.8; } .navbar-default { background-color: #102421; } .bg-3 { background-color: #ffffff; /* White */ color: #555555; } .margin {margin-bottom: 45px;} .navbar-default{ position: absolute; width: 94%; border: none; margin-left: 35px; padding-top: 12px; background: transparent; } /*carousel*/ .multi-item-carousel { .carousel-inner { > .item { transition: 500ms ease-in-out left; } .active { &.left { left: -33%; } &.right { left: 33%; } } .next { left: 33%; } .prev { left: -33%; } @media all and (transform-3d), (-webkit-transform-3d) { > .item { // use your favourite prefixer here transition: 500ms ease-in-out left; transition: 500ms ease-in-out all; backface-visibility: visible; transform: none !important; } } } .carouse-control { &.left, &.right { background-image: none; } } } .carousel-control{ background: transparent !important; } .carousel-indicators{ background: #DFDFDF; height: 3px; bottom: -90px; left: 31%; border: 14px; width: 97%; } .carousel-indicators .active{ background: #000000; height: 2px; width: 59px; margin-bottom: 16px; margin-left: -900px; } .carousel-control .glyphicon{ top: 150px !important; } .carousel-indicators li{ background: #DFDFDF; height: 2px; width: 20px; border: #fff; margin-bottom: 16px; } .carousel .carousel-control .glyphicon{ top: 150px !important; background: #fff; color: #000; border-radius: 50px; padding: 5px; } /*carousel*/ .cart .cart-count { display: inline-block; background: black; padding: 3px 3px 2px 9px; border-radius: 50px; height: 25px; color: #fff; width: 25px; margin-right: 7px; } .cart img{ margin-top: -11px; } .bg-1 .banner-block{ background: #102421; height: 1050px; } .bg-1 .banner-left{ width: 36%; float: left; margin-top: 298px; margin-left: 103px; } .bg-1 .banner-right{ background: #fff; width: 40%; float: right; height: 1050px; } .bg-1 .banner-right img{ position: absolute; width: 650px; right: 54px; top: 140px; } .bg-1 .title{ font-style: normal; font-weight: 500; font-size: 14px; } .bg-1 .content{ font-style: normal; font-weight: bold; font-size: 88px; } .bg-1 .desc{ font-style: normal; font-weight: normal; font-size: 22px; margin-bottom: 98px; } .bg-1 .banner-block-left { background: #102421; font-family: Sailec; font-size: 88px; font-style: normal; font-weight: 700; line-height: 106px; letter-spacing: 0em; text-align: left; } .bg-1 .btn-round .btn{ background: #C7E1BF; } /*bg-2*/ .bg-2, .bg-4 { background-color: #FFF; background: #ffffff; margin-bottom: 190px; } .bg-2 .banner-title, .bg-4 .banner-title, .bg-5 .banner-title{ font-size: 80px; font-style: normal; font-weight: 500; line-height: 96px; color: #151442; margin-bottom: 100px; margin-top: 160px; } .bg-2 .product-item .product-name, .bg-4 .product-item .product-name{ color: #151442; font-size: 36px; font-weight: 500; } .bg-2 .product-item .product-price, .bg-4 .product-item .product-price{ font-weight: normal; font-size: 14px; color: #8F9095; margin-top: 19px; } .bg-2 .product-item .product-desc, .bg-4 .product-item .product-desc{ font-style: normal; font-weight: 500; font-size: 16px; line-height: 149.5%; color: #8F9095; margin-top: 26px; } .bg-2 .title-container, .bg-4 .title-container{ position: relative; } .bg-2 .btn-round { margin-top: -186px; position: absolute; right: -30px; z-index: 9; } .btn-round .btn { background: #fff; color: #000; border-radius: 31px; font-size: 17px; padding: 14px 15px 15px 15px; } .btn-round .btn .arrow{ margin-left: 31px; } .btn-round.black .btn { padding: 14px 15px 15px 15px; background: #102421; color: #fff; } /* bg2*/ /*bg-3*/ .bg-3{ height: 934px; background: url('../images/testimonials-bg.png'); } .bg-3 .banner-block-left{ font-weight: 500; font-size: 80px; color: #fff; margin-top: 300px; } .bg-3 .banner-block-left .video-link a{ font-style: normal; font-weight: 500; font-size: 14px; color: #fff; } .bg-3 .banner-block-right{ background: #FFF3F3; padding: 80px; margin-top: 150px; } .bg-3 .banner-block-right .content{ font-style: normal; font-weight: 500; font-size: 50px; line-height: 150%; } .bg-3 .banner-block-right .quote-up{ float: left; } .bg-3 .banner-block-right .quote-down{ float: right; } .bg-3 .banner-block-right .author{ font-style: normal; font-weight: 500; font-size: 22px; line-height: 168%; color: #454545; padding-right: 50px; margin-top: 80px; } .bg-3 .banner-block-right .role{ font-style: normal; font-weight: normal; font-size: 16px; line-height: 168%; color: #454545; padding-right: 50px; } /*bg3*/ .bg-4 .btn-round { /* left: 0; */ margin-top: -176px; position: absolute; right: 60px; z-index: 9; } .bg-5{ margin-bottom: 260px; } .bg-5 .content{ text-align: center; } .bg-5 .banner-title{ margin-bottom: 100px } .bg-5 .content img{ margin: 0 auto; } .bg-5 .description{ font-style: normal; font-weight: 500; font-size: 18px; color: #151442; width: 251px; margin: 68px auto 0 auto; } footer{ background: #0F2421; padding-top: 140px; padding-bottom: 140px; } footer .left-block .content{ font-weight: 500; font-size: 88px; line-height: 117%; } footer .left-block p{ margin-top: 70px; } footer .menu-title{ font-style: normal; font-weight: bold; font-size: 18px; line-height: 282.5%; } footer ul li{ font-style: normal; font-weight: normal; font-size: 14px; line-height: 282.5%; } @media only screen and (max-width: 600px) { .navbar-default, .bg-1 .banner-right img, .bg-2 .btn-round, .bg-4 .btn-round { position:relative; } .bg-4 .btn-round { margin-top: 0; } .bg-2 .btn-round{ margin-top: 0px; right: 0px; z-index: 0; } } @media screen and (prefers-reduced-motion: no-preference) { html, body { scroll-behavior: smooth; } } #back2Top { width: 40px; line-height: 40px; overflow: hidden; z-index: 999; border: 1px solid #fff; display: none; cursor: pointer; position: fixed; bottom: 50px; right: 39px; color: #fff; text-align: center; font-size: 30px; text-decoration: none; border-radius: 50px; } #back2Top i{ font-size: 20px; } #back2Top:hover { background-color: #DDF; color: #000; }
machine_test/yii2/frontend/web/css/style.css
@font-face { font-family: 'Sailec-Medium'; font-style: normal; font-weight: 300; src: url('../fonts/sailec/Sailec-Medium.woff') format('woff'); } body { font-family: "Sailec-Medium"; line-height: 1.8; color: #f5f6f7; } body, body *{ font-family: "Sailec-Medium"; line-height: 1.8; } .navbar-default { background-color: #102421; } .bg-3 { background-color: #ffffff; /* White */ color: #555555; } .margin {margin-bottom: 45px;} .navbar-default{ position: absolute; width: 94%; border: none; margin-left: 35px; padding-top: 12px; background: transparent; } /*carousel*/ .multi-item-carousel { .carousel-inner { > .item { transition: 500ms ease-in-out left; } .active { &.left { left: -33%; } &.right { left: 33%; } } .next { left: 33%; } .prev { left: -33%; } @media all and (transform-3d), (-webkit-transform-3d) { > .item { // use your favourite prefixer here transition: 500ms ease-in-out left; transition: 500ms ease-in-out all; backface-visibility: visible; transform: none !important; } } } .carouse-control { &.left, &.right { background-image: none; } } } .carousel-control{ background: transparent !important; } .carousel-indicators{ background: #DFDFDF; height: 3px; bottom: -90px; left: 31%; border: 14px; width: 97%; } .carousel-indicators .active{ background: #000000; height: 2px; width: 59px; margin-bottom: 16px; margin-left: -900px; } .carousel-control .glyphicon{ top: 150px !important; } .carousel-indicators li{ background: #DFDFDF; height: 2px; width: 20px; border: #fff; margin-bottom: 16px; } .carousel .carousel-control .glyphicon{ top: 150px !important; background: #fff; color: #000; border-radius: 50px; padding: 5px; } /*carousel*/ .cart .cart-count { display: inline-block; background: black; padding: 3px 3px 2px 9px; border-radius: 50px; height: 25px; color: #fff; width: 25px; margin-right: 7px; } .cart img{ margin-top: -11px; } .bg-1 .banner-block{ background: #102421; height: 1050px; } .bg-1 .banner-left{ width: 36%; float: left; margin-top: 298px; margin-left: 103px; } .bg-1 .banner-right{ background: #fff; width: 40%; float: right; height: 1050px; } .bg-1 .banner-right img{ position: absolute; width: 650px; right: 54px; top: 140px; } .bg-1 .title{ font-style: normal; font-weight: 500; font-size: 14px; } .bg-1 .content{ font-style: normal; font-weight: bold; font-size: 88px; } .bg-1 .desc{ font-style: normal; font-weight: normal; font-size: 22px; margin-bottom: 98px; } .bg-1 .banner-block-left { background: #102421; font-family: Sailec; font-size: 88px; font-style: normal; font-weight: 700; line-height: 106px; letter-spacing: 0em; text-align: left; } .bg-1 .btn-round .btn{ background: #C7E1BF; } /*bg-2*/ .bg-2, .bg-4 { background-color: #FFF; background: #ffffff; margin-bottom: 190px; } .bg-2 .banner-title, .bg-4 .banner-title, .bg-5 .banner-title{ font-size: 80px; font-style: normal; font-weight: 500; line-height: 96px; color: #151442; margin-bottom: 100px; margin-top: 160px; } .bg-2 .product-item .product-name, .bg-4 .product-item .product-name{ color: #151442; font-size: 36px; font-weight: 500; } .bg-2 .product-item .product-price, .bg-4 .product-item .product-price{ font-weight: normal; font-size: 14px; color: #8F9095; margin-top: 19px; } .bg-2 .product-item .product-desc, .bg-4 .product-item .product-desc{ font-style: normal; font-weight: 500; font-size: 16px; line-height: 149.5%; color: #8F9095; margin-top: 26px; } .bg-2 .title-container, .bg-4 .title-container{ position: relative; } .bg-2 .btn-round { margin-top: -186px; position: absolute; right: -30px; z-index: 9; } .btn-round .btn { background: #fff; color: #000; border-radius: 31px; font-size: 17px; padding: 14px 15px 15px 15px; } .btn-round .btn .arrow{ margin-left: 31px; } .btn-round.black .btn { padding: 14px 15px 15px 15px; background: #102421; color: #fff; } /* bg2*/ /*bg-3*/ .bg-3{ height: 934px; background: url('../images/testimonials-bg.png'); } .bg-3 .banner-block-left{ font-weight: 500; font-size: 80px; color: #fff; margin-top: 300px; } .bg-3 .banner-block-left .video-link a{ font-style: normal; font-weight: 500; font-size: 14px; color: #fff; } .bg-3 .banner-block-right{ background: #FFF3F3; padding: 80px; margin-top: 150px; } .bg-3 .banner-block-right .content{ font-style: normal; font-weight: 500; font-size: 50px; line-height: 150%; } .bg-3 .banner-block-right .quote-up{ float: left; } .bg-3 .banner-block-right .quote-down{ float: right; } .bg-3 .banner-block-right .author{ font-style: normal; font-weight: 500; font-size: 22px; line-height: 168%; color: #454545; padding-right: 50px; margin-top: 80px; } .bg-3 .banner-block-right .role{ font-style: normal; font-weight: normal; font-size: 16px; line-height: 168%; color: #454545; padding-right: 50px; } /*bg3*/ .bg-4 .btn-round { /* left: 0; */ margin-top: -176px; position: absolute; right: 60px; z-index: 9; } .bg-5{ margin-bottom: 260px; } .bg-5 .content{ text-align: center; } .bg-5 .banner-title{ margin-bottom: 100px } .bg-5 .content img{ margin: 0 auto; } .bg-5 .description{ font-style: normal; font-weight: 500; font-size: 18px; color: #151442; width: 251px; margin: 68px auto 0 auto; } footer{ background: #0F2421; padding-top: 140px; padding-bottom: 140px; } footer .left-block .content{ font-weight: 500; font-size: 88px; line-height: 117%; } footer .left-block p{ margin-top: 70px; } footer .menu-title{ font-style: normal; font-weight: bold; font-size: 18px; line-height: 282.5%; } footer ul li{ font-style: normal; font-weight: normal; font-size: 14px; line-height: 282.5%; } @media only screen and (max-width: 600px) { .navbar-default, .bg-1 .banner-right img, .bg-2 .btn-round, .bg-4 .btn-round { position:relative; } .bg-4 .btn-round { margin-top: 0; } .bg-2 .btn-round{ margin-top: 0px; right: 0px; z-index: 0; } } @media screen and (prefers-reduced-motion: no-preference) { html, body { scroll-behavior: smooth; } } #back2Top { width: 40px; line-height: 40px; overflow: hidden; z-index: 999; border: 1px solid #fff; display: none; cursor: pointer; position: fixed; bottom: 50px; right: 39px; color: #fff; text-align: center; font-size: 30px; text-decoration: none; border-radius: 50px; } #back2Top i{ font-size: 20px; } #back2Top:hover { background-color: #DDF; color: #000; }
0.269133
0.069447
h1 { text-align: center; margin: 40px 0; } a:focus{ outline: none; } /******************pc header*****************************/ .header { width:100%; height: 110px; background: rgba(0,0,0,1); position: fixed; top:0; z-index: 100; } .header .header_top { width:1200px; height:110px; line-height:110px; margin:0 auto; } .header .header_top .logo { float: right; padding-right:18px; } .header .header_top .list { float: right; padding-right:59px; } .header .header_top .list ul { float: left; } .header .header_top .list li { float: left; margin:0 18px; } .header .header_top .list a { float: left; color: #fff; } .btn_a { margin-top: 50px; margin-bottom: 25px; /*left: 412px;*/ } .btn_a button { background: none; width: 161px; height: 41px; border: 0; /*background-color: #FFFFFF;*/ /*border: 1px #FFFFFF solid;*/ line-height: 39px; /*position:relative; top: 547px; left: 412px;*/ z-index: 10; border-radius: 20px; font-family: "微软雅黑"; font-size: 12px; /*margin: 0;*/ padding: 0; /*margin-top: 547px;*/ /*float: left;*/ } /*.btn_lt { background-image:url("images/button_VV.png") }*/ .btn_qdz { margin-left: 20px; margin-right: 20px; } /********************menu************************************/ .menu { width:100%; height:1080px; background: url(../img/menu.png) no-repeat center center; } .menu .top { width: 1200px; height:1080px; margin: 0 auto; text-align: center; } .menu .top .menu_top_p { color:#fff; margin-top:120px; font-size:18px; } .menu .top .top_img{ margin-top: 195px; } .menu .top .menu_img { margin: 150px auto 0 auto; width: 600px; height: 200px; padding-left: 100px; } .menu .top .menu_img div { float: left; margin-right: 100px; } .menu .top .menu_img span { color: #fff; display: block; padding-top: 20px; } /* .menu .top .menu_img_two { width: 500px; height: 300px; margin: 50px auto; background: rgba(34,34,34,1); } .menu .top .menu_img_two .menu_img_two_block { float:right; padding-right:5px; padding-top:5px; } .menu .top .menu_img_two .menu_login { width: 200px; height: 200px; margin: 0 auto; padding-top: 50px; } .menu .top .menu_img_two .menu_login img { display: none; } .menu .top .menu_img_two .menu_login .menu_login_block { display: block; }*/ .sx { /*background-color: yellow;*/ border-right: 1px solid #ffffff; width: 1px; height: 13px; float: left; background-color: #FFFFFF; margin-top: 50px; margin-right: 10px; } .demo { width: 40px; margin: 0; } /*二维码下载*/ .code { width: 200px; height: 220px; background: rgba(52, 53, 59, 0.4); margin-top: -35px; margin-left: -140px; text-align: center; position: absolute; z-index: 101; color: #FFFFFF; font-size: 12PX; display: none; } .code_s{ margin: 0 auto; } .code_down { width: 50px; height: 40px; position: relative; top: -25px; float: left; /*margin-top: 5px;*/ } .code_cs{ margin: 0 auto; display: none } #sjx{ margin-left: 5px; } #li { margin: 0; width: 60px; margin-top: 35px; margin-left: 5px; } #li_a { width: 60px; height: 40px; position: relative; top: -10px; text-align: center; } #li:hover { background: rgba(52, 53, 59, 0.4); } .code_img { width: 140px; height: 140px; margin: 0 auto; margin-top: 30px; } .code_img img { width: 140px; height: 140px; } .code P { width: 200PX; /*margin-bottom: 20px;*/ margin-top: -20px; } /*.right{ float: right; } .pad_0{ margin: 0; }*/ /******************登入**************/ /*.left{ float: left; }*/ .code_login { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; /*margin: 0 auto;*/ /*width:300px; height:200px; */ position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .code_b { width: 150px; height: 150px; } .sx1 { /*background-color: yellow;*/ border-right: 1px solid #ffffff; width: 1px; height: 13px; /*float: left;*/ background-color: #FFFFFF; /*margin-top: 50px;*/ margin-left: 14px; margin-right: 14px; } .code_p { margin-top: 70px; } .code_login p { margin-top: 30px; font-size: 12px; color: #FFFFFF; margin-bottom: 63px; } .other { width: 150px; height: 20px; } .other a { font-size: 12px; color: #FFFFFF; } .close_d { width: 10px; height: 10px; float: left; margin-left: 20px; margin-top: 20px; } .close_d2 { width: 10px; height: 10px; float: left; margin-left: 20px; margin-top: 20px; } .close_s { width: 10px; height: 10px; } .tab1 { width: 40px; height: 40px; float: right; margin-top: 10px; margin-right: 10px; } .tab2 { width: 40px; height: 40px; float: right; margin-top: 10px; margin-right: 10px; } .zhezhao { width: 100%; height: 8929px; position: fixed; z-index: 101; background: rgba(0, 0, 0, 0.6); position: absolute; top: 0px; display: none; } /*************二维码下载***************/ .code_down_b { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .code_big { margin-bottom: 30px; } .code_down_b p { font-size: 12px; font-family: "微软雅黑"; color: white; margin-bottom: 53px; } /***********手机登陆*******************/ .code_login_d { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; /*margin: 0 auto;*/ /*width:300px; height:200px; */ position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .code_login_d p { text-align: left; font-size: 12px; /*color: #FFFFFF;*/ line-height: 20px; /*font-family: "微软雅黑"*/ } .white { color: white; font-size: 12px; line-height: 20px; } .phone_m p.agreement { text-align: center; width: 220px; margin-top: 14px; } .agreement a { color: white; } .phone_m { width: 220px; height: 235px; margin-top: 50px; margin-left: 40px; margin-bottom: 35px; } .send_yzm { width: 80px; height: 30px; border-radius: 15px; position: relative; left: 70px; top: -30px; } .post_tj { width: 220px; height: 30px; /*margin-top: 30px;*/ background: #FFFFFF; border: 1px #FFFFFF solid; border-radius: 20px; opacity: 0.8; } .phone_n { width: 220px; height: 30px; margin-top: 30px; border: 1px #FFFFFF solid; border-radius: 20px; /*opacity: 0.1;*/ } .phone_nk { width: 190px; height: 26px; /*margin-top: 1px; margin-bottom: 1px;*/ /*margin-top: 30px;*/ /*border: 2px #FFFFFF solid; border-radius: 20px; */ /*opacity: 0.1;*/ border: 0; background: rgba(0, 0, 0, 0.5); outline: none; color: white; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #000 inset; -webkit-text-fill-color: #FFFFFF; } /*.phone_nk:-webkit-autofill { background-color:#000; color: #FFF; } */ /**********帐号登入************/ .user_login { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; /*margin: 0 auto;*/ /*width:300px; height:200px; */ position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .zh_login { width: 220px; height: 30px; margin-top: 30px; background: #FFFFFF; border: 1px #FFFFFF solid; border-radius: 20px; opacity: 0.8; } .phone_m_zc { width: 220px; height: 235px; /*background-color: white;*/ margin-top: 40px; margin-left: 40px; margin-bottom: 45px; } /********************注册****************************************/ .user_register { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; /*margin: 0 auto;*/ /*width:300px; height:200px; */ position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .zh_login_r { width: 220px; height: 30px; /*margin-top: 30px;*/ margin-bottom: 20px; background: #FFFFFF; border: 1px #FFFFFF solid; border-radius: 20px; opacity: 0.8; } .white_zc { color: white; font-size: 18px; line-height: 20px; } /****************跳转页面*******************/ .background{ background-image: url(../img/menu.png); background-size: cover; width: 100%; height: 1000px; } *{ margin: 0; padding: 0; } .menu { width: 100%; height: 1080px; background: url(../images/矩形-5.jpg) no-repeat center center; } .img{ width: 120px; height: 120px; border-radius: 50%; /*margin-top: 250px;*/ margin: 120px auto 36px auto; } .img img{ width: 120px; height: 120px; border-radius: 50%; } .nickname{ /*width: 100%; height: 15px;*/ font-family: "微软雅黑"; font-size: 12px; color: white; /*margin: 0 auto;*/ text-align: center; } .btn_a{ /*position:relative; top: 547px;*/ margin-top: 128px; width: 100%; text-align: center; /*left: 412px;*/ } .btn_a button{ background: none; width: 161px; height: 41px; border: 0; /*background-color: #FFFFFF;*/ /*border: 1px #FFFFFF solid;*/ line-height: 39px; /*position:relative; top: 547px; left: 412px;*/ z-index: 10; border-radius: 20px; font-family: "微软雅黑"; font-size: 12px; /*margin: 0;*/ padding: 0; margin-bottom: 80px; } .btn_qdz{ margin-left: 20px; margin-right: 20px; } .ready{ text-align: center; font-size: 14px; font-family: "微软雅黑"; color: #FFFFFF; } .time{ font-size: 36px; } .return{ font-size: 16px; text-decoration: underline; color: #FFFFFF; } /*************用户信息**************************/ #user_id { width: 100px; height: 40px; display: block; line-height: 40px; margin-top: 35px; font-family: '微软雅黑'; font-size: 12px; color: #FFFFFF; cursor: pointer; } #user_id:hover{ /*background: red;*/ background: rgba(52, 53, 59, 0.2); } .user_detail{ width: 260px; height: 81px; background: rgba(52, 53, 59, 0.2); position: relative; right: 160px; display: none; } .touxiang{ width: 66px; height: 66px; border-radius: 50%; margin-left: 10px; position: relative; top: -15px; } .touxiang img{ width: 60px; height: 60px; border-radius: 50%; opacity: 0.5; } .left{ float: left; } .WID{ line-height: 12px; margin-left: 20px; margin-top: 20px; color: #FFFFFF; font-family: "微软雅黑"; } .quit{ color: #FFFFFF; font-family: "微软雅黑"; font-size: 12px; position: relative; top: -25px; left: 5px; cursor: pointer; } p.sjgs{ font-size: 10px; color: #E60B49; font-family: "微软雅黑"; /*display: none;*/ visibility: hidden; } .shangyi{ margin-top: 12px; } /* .menu .top form { margin-top: 10px; } */ .menu .top input { width: 580px; height: 54px; font-size: 14px; opacity: 0.5; margin: 5px 0; } .menu .top #top_text { padding-left:10px; } .menu .top #top_pas { padding-left:10px; } .menu .top .sub { margin-top: 30px; opacity: 1; font-size: 12px; width: 200px; height: 50px; border-radius: 25px; background: #2e71f2; color: #fff; } .menu .top .form_img { margin-top:100px; } /******************pc hot*****************************/ .hot { width:100%; height:1080px; background: url(../img/121.png) no-repeat center center; } .hot .hot_top { width:1200px; margin:0 auto; } .hot .top { text-align: center; } .hot .top img { margin-top: 50px; margin-bottom: 75px; } .hot .hot_span { margin-left:132px; margin-right:152px; } .hot span { color: #f7f7f7; font-size: 14px; text-align: left; } /******************pc news*****************************/ .news { width:100%; height:970px; background: url(../img/15.png) no-repeat; } .news .news_top { width:1200px; margin:0 auto; } .news .top { text-align: center; } .news .top img { padding-top: 50px; } .news .bottom { width:415px; margin-top: 342px; margin-left:152px; float: left; color: #fff; font-size:18px; line-height: 31px; text-shadow:1px 3px 1px #000000; } .news #pics2 { float: left; margin-top: 203px; margin-left:199px; overflow: hidden; width:285px; height:570px; } /***************PC column********************************/ .column { width:100%; height:910px; background: url(../img/18.png) no-repeat center top; } .column .column_top { width:1200px; margin:0 auto; } .column .top { text-align: center; } .column .top img { padding-top: 50px; } .column .column_top #pics3 { margin-left: 165px; margin-top: 80px; margin-right: 186px; overflow: hidden; width:285px; height:570px; float: left; } .column .col_bot { width:415px; margin-top: 170px; float: left; color: #fff; font-size:18px; line-height: 31px; text-shadow:1px 3px 1px #000000; } /****************PC shop*********************/ .shop { width: 100%; height:1080px; background: url(../img/12sdf.png) no-repeat center center; } .shop .shop_top { width: 1200px; margin: 0 auto; } .shop .top { text-align: center; padding-top: 50px; padding-bottom: 78px; } .shop .shop_txt { margin: 0 148px 0 151px; } .shop .shop_txt span { color: #fff; font-size: 18px; line-height: 31px; text-shadow:1px 3px 1px #000000; } /*WEIAI*/ .weilai{ width:100%; height:1080px; background: url("../img/weilbeijng.png") no-repeat center center; } .weilai .weilai_top { width:1200px; margin:0 auto; } .weilai .w_top { text-align: center; padding-top: 50px; padding-bottom: 95px; } .weilai .w_txt { margin: 100px 148px 0 151px; } .weilai .w_txt span { color: #fff; font-size: 18px; line-height: 42px; text-shadow:1px 3px 1px #000000; } /********PC team***************/ .team { width: 100%; background:#0f1210; } .team .top { margin: 50px 0; text-align: center; } .terrace_show { margin-left: -12px; overflow: hidden; margin: 0 auto; } .terrace_show dl { width: 200px; margin: 0 auto; margin-bottom: 20px; } .terrace_show dt { overflow: hidden; } .terrace_show dt>img { display: block; width: 100%; transition: all 1s; } .terrace_show dt { position: relative; } .terrace_show dt span { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); opacity: 0; transition: all 1s; } /*.terrace_show dt span>img { display: block; width: 141px; height: 141px; margin: 25px auto 10px; } */ /*.terrace_show dt .case-search img { display: block; width: 55px; height: 55px; margin: 49px auto 31px; } */ .terrace_show dt span h4 { color: #fff; text-align: center; border-bottom:1px solid rgba(255, 255, 255, 0.5); margin: 20px 40px 20px 40px; } .terrace_show dt span p { color: #fff; font-style: normal; text-align: left; padding: 0 15px 0; } .terrace_show dt .case-search p { font-size: 16px; } .terrace_show dt span a { display: block; margin: 0 auto; color: #fff; background: #000; width: 125px; height: 30px; border-radius: 25px; line-height: 30px; text-align: center; transform: translateY(80px); transition: all 0.5s; transition-delay: 0.1s; } .terrace_show dt .case-search a { margin: 39px auto 0; } .terrace_show dd { height: 110px; background: #000000; } .terrace_show dd .dd-tit { height: 32px; width: 100%; padding-top: 5px; } .terrace_show dd .dd-tit .dd-tit-1 { display: block; float: left; font-size: 16px; font-weight: bold; line-height: 32px; height: 32px; color: #ffffff; } .terrace_show dd .dd-tit .dd-tit-2 { display: block; float: right; font-size: 12px; line-height: 23px; height: 23px; padding-left: 7px; background-color: #f00; color: #fff; width: 98px; border: 1px solid #f00; border-radius: 6px; text-align: center; margin-top: 4px; margin-right: 18px; } .terrace_show dd .dd-con { height: 28px; line-height: 16px; font-size: 12px; color: #ffffff; width: 185px; } .terrace_show dt:hover>img { transform: scale(1.8); } .terrace_show dt:hover>span { opacity: 1; } .terrace_show dt:hover>span>a { transform: translateY(10px); } /*****************service***********************/ .service { background: #0f1210; } .service .se_top { width:1200px; margin:0 auto; } .service .top { margin-top:60px; margin-bottom:50px; text-align: center; } .service .se_top .se_ul { margin-left: 150px; } .service .se_top .se_ul img{ width: 100px; height: 100px; } .service .se_top .se_ul li { border-bottom: 1px solid #1b1b1b; height: 120px; padding-top: 20px; } .service .se_top .se_ul dt { width: 100px; height: 100px; float: left; } .service .se_top .se_ul dd { float: left; margin-left: 25px; width: 780px; } .service .se_top .se_ul h2 { font-size: 18px; font-weight: 400; color: #f8f8f8; margin-bottom: 5px; display: inline-block; } .service .se_top .se_ul span { font-size: 14px; color: #DDDDDD; display: block; width: 700px; } .service .se_top .se_ul p { color: #fff; //float: right; } .service .bnt { text-align: center; font-size: 18px; color: #fff; height: 120px; line-height: 120px; } .overs { width: 100%; height: 150px; background: #000; } .overs .over_box { width: 1200px; margin: 0 auto; } .over_box .over_img { margin-left: 150px; line-height: 150px; float: left; } .over_box img { width: 100px; height: 100px; } .over_txt { float: left; font-size: 12px; color: #fff; line-height: 30px; margin-top: 30px; margin-left: 20px; }
public/vvoff/css/index.css
h1 { text-align: center; margin: 40px 0; } a:focus{ outline: none; } /******************pc header*****************************/ .header { width:100%; height: 110px; background: rgba(0,0,0,1); position: fixed; top:0; z-index: 100; } .header .header_top { width:1200px; height:110px; line-height:110px; margin:0 auto; } .header .header_top .logo { float: right; padding-right:18px; } .header .header_top .list { float: right; padding-right:59px; } .header .header_top .list ul { float: left; } .header .header_top .list li { float: left; margin:0 18px; } .header .header_top .list a { float: left; color: #fff; } .btn_a { margin-top: 50px; margin-bottom: 25px; /*left: 412px;*/ } .btn_a button { background: none; width: 161px; height: 41px; border: 0; /*background-color: #FFFFFF;*/ /*border: 1px #FFFFFF solid;*/ line-height: 39px; /*position:relative; top: 547px; left: 412px;*/ z-index: 10; border-radius: 20px; font-family: "微软雅黑"; font-size: 12px; /*margin: 0;*/ padding: 0; /*margin-top: 547px;*/ /*float: left;*/ } /*.btn_lt { background-image:url("images/button_VV.png") }*/ .btn_qdz { margin-left: 20px; margin-right: 20px; } /********************menu************************************/ .menu { width:100%; height:1080px; background: url(../img/menu.png) no-repeat center center; } .menu .top { width: 1200px; height:1080px; margin: 0 auto; text-align: center; } .menu .top .menu_top_p { color:#fff; margin-top:120px; font-size:18px; } .menu .top .top_img{ margin-top: 195px; } .menu .top .menu_img { margin: 150px auto 0 auto; width: 600px; height: 200px; padding-left: 100px; } .menu .top .menu_img div { float: left; margin-right: 100px; } .menu .top .menu_img span { color: #fff; display: block; padding-top: 20px; } /* .menu .top .menu_img_two { width: 500px; height: 300px; margin: 50px auto; background: rgba(34,34,34,1); } .menu .top .menu_img_two .menu_img_two_block { float:right; padding-right:5px; padding-top:5px; } .menu .top .menu_img_two .menu_login { width: 200px; height: 200px; margin: 0 auto; padding-top: 50px; } .menu .top .menu_img_two .menu_login img { display: none; } .menu .top .menu_img_two .menu_login .menu_login_block { display: block; }*/ .sx { /*background-color: yellow;*/ border-right: 1px solid #ffffff; width: 1px; height: 13px; float: left; background-color: #FFFFFF; margin-top: 50px; margin-right: 10px; } .demo { width: 40px; margin: 0; } /*二维码下载*/ .code { width: 200px; height: 220px; background: rgba(52, 53, 59, 0.4); margin-top: -35px; margin-left: -140px; text-align: center; position: absolute; z-index: 101; color: #FFFFFF; font-size: 12PX; display: none; } .code_s{ margin: 0 auto; } .code_down { width: 50px; height: 40px; position: relative; top: -25px; float: left; /*margin-top: 5px;*/ } .code_cs{ margin: 0 auto; display: none } #sjx{ margin-left: 5px; } #li { margin: 0; width: 60px; margin-top: 35px; margin-left: 5px; } #li_a { width: 60px; height: 40px; position: relative; top: -10px; text-align: center; } #li:hover { background: rgba(52, 53, 59, 0.4); } .code_img { width: 140px; height: 140px; margin: 0 auto; margin-top: 30px; } .code_img img { width: 140px; height: 140px; } .code P { width: 200PX; /*margin-bottom: 20px;*/ margin-top: -20px; } /*.right{ float: right; } .pad_0{ margin: 0; }*/ /******************登入**************/ /*.left{ float: left; }*/ .code_login { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; /*margin: 0 auto;*/ /*width:300px; height:200px; */ position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .code_b { width: 150px; height: 150px; } .sx1 { /*background-color: yellow;*/ border-right: 1px solid #ffffff; width: 1px; height: 13px; /*float: left;*/ background-color: #FFFFFF; /*margin-top: 50px;*/ margin-left: 14px; margin-right: 14px; } .code_p { margin-top: 70px; } .code_login p { margin-top: 30px; font-size: 12px; color: #FFFFFF; margin-bottom: 63px; } .other { width: 150px; height: 20px; } .other a { font-size: 12px; color: #FFFFFF; } .close_d { width: 10px; height: 10px; float: left; margin-left: 20px; margin-top: 20px; } .close_d2 { width: 10px; height: 10px; float: left; margin-left: 20px; margin-top: 20px; } .close_s { width: 10px; height: 10px; } .tab1 { width: 40px; height: 40px; float: right; margin-top: 10px; margin-right: 10px; } .tab2 { width: 40px; height: 40px; float: right; margin-top: 10px; margin-right: 10px; } .zhezhao { width: 100%; height: 8929px; position: fixed; z-index: 101; background: rgba(0, 0, 0, 0.6); position: absolute; top: 0px; display: none; } /*************二维码下载***************/ .code_down_b { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .code_big { margin-bottom: 30px; } .code_down_b p { font-size: 12px; font-family: "微软雅黑"; color: white; margin-bottom: 53px; } /***********手机登陆*******************/ .code_login_d { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; /*margin: 0 auto;*/ /*width:300px; height:200px; */ position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .code_login_d p { text-align: left; font-size: 12px; /*color: #FFFFFF;*/ line-height: 20px; /*font-family: "微软雅黑"*/ } .white { color: white; font-size: 12px; line-height: 20px; } .phone_m p.agreement { text-align: center; width: 220px; margin-top: 14px; } .agreement a { color: white; } .phone_m { width: 220px; height: 235px; margin-top: 50px; margin-left: 40px; margin-bottom: 35px; } .send_yzm { width: 80px; height: 30px; border-radius: 15px; position: relative; left: 70px; top: -30px; } .post_tj { width: 220px; height: 30px; /*margin-top: 30px;*/ background: #FFFFFF; border: 1px #FFFFFF solid; border-radius: 20px; opacity: 0.8; } .phone_n { width: 220px; height: 30px; margin-top: 30px; border: 1px #FFFFFF solid; border-radius: 20px; /*opacity: 0.1;*/ } .phone_nk { width: 190px; height: 26px; /*margin-top: 1px; margin-bottom: 1px;*/ /*margin-top: 30px;*/ /*border: 2px #FFFFFF solid; border-radius: 20px; */ /*opacity: 0.1;*/ border: 0; background: rgba(0, 0, 0, 0.5); outline: none; color: white; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #000 inset; -webkit-text-fill-color: #FFFFFF; } /*.phone_nk:-webkit-autofill { background-color:#000; color: #FFF; } */ /**********帐号登入************/ .user_login { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; /*margin: 0 auto;*/ /*width:300px; height:200px; */ position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .zh_login { width: 220px; height: 30px; margin-top: 30px; background: #FFFFFF; border: 1px #FFFFFF solid; border-radius: 20px; opacity: 0.8; } .phone_m_zc { width: 220px; height: 235px; /*background-color: white;*/ margin-top: 40px; margin-left: 40px; margin-bottom: 45px; } /********************注册****************************************/ .user_register { width: 300px; height: 360px; text-align: center; z-index: 103; border-color: #2D2D2D; background: rgba(0, 0, 0, 0.8); text-align: center; /*margin: 0 auto;*/ /*width:300px; height:200px; */ position: fixed; left: 50%; top: 50%; margin: -180px 0 0 -150px; border-radius: 4px; display: none; } .zh_login_r { width: 220px; height: 30px; /*margin-top: 30px;*/ margin-bottom: 20px; background: #FFFFFF; border: 1px #FFFFFF solid; border-radius: 20px; opacity: 0.8; } .white_zc { color: white; font-size: 18px; line-height: 20px; } /****************跳转页面*******************/ .background{ background-image: url(../img/menu.png); background-size: cover; width: 100%; height: 1000px; } *{ margin: 0; padding: 0; } .menu { width: 100%; height: 1080px; background: url(../images/矩形-5.jpg) no-repeat center center; } .img{ width: 120px; height: 120px; border-radius: 50%; /*margin-top: 250px;*/ margin: 120px auto 36px auto; } .img img{ width: 120px; height: 120px; border-radius: 50%; } .nickname{ /*width: 100%; height: 15px;*/ font-family: "微软雅黑"; font-size: 12px; color: white; /*margin: 0 auto;*/ text-align: center; } .btn_a{ /*position:relative; top: 547px;*/ margin-top: 128px; width: 100%; text-align: center; /*left: 412px;*/ } .btn_a button{ background: none; width: 161px; height: 41px; border: 0; /*background-color: #FFFFFF;*/ /*border: 1px #FFFFFF solid;*/ line-height: 39px; /*position:relative; top: 547px; left: 412px;*/ z-index: 10; border-radius: 20px; font-family: "微软雅黑"; font-size: 12px; /*margin: 0;*/ padding: 0; margin-bottom: 80px; } .btn_qdz{ margin-left: 20px; margin-right: 20px; } .ready{ text-align: center; font-size: 14px; font-family: "微软雅黑"; color: #FFFFFF; } .time{ font-size: 36px; } .return{ font-size: 16px; text-decoration: underline; color: #FFFFFF; } /*************用户信息**************************/ #user_id { width: 100px; height: 40px; display: block; line-height: 40px; margin-top: 35px; font-family: '微软雅黑'; font-size: 12px; color: #FFFFFF; cursor: pointer; } #user_id:hover{ /*background: red;*/ background: rgba(52, 53, 59, 0.2); } .user_detail{ width: 260px; height: 81px; background: rgba(52, 53, 59, 0.2); position: relative; right: 160px; display: none; } .touxiang{ width: 66px; height: 66px; border-radius: 50%; margin-left: 10px; position: relative; top: -15px; } .touxiang img{ width: 60px; height: 60px; border-radius: 50%; opacity: 0.5; } .left{ float: left; } .WID{ line-height: 12px; margin-left: 20px; margin-top: 20px; color: #FFFFFF; font-family: "微软雅黑"; } .quit{ color: #FFFFFF; font-family: "微软雅黑"; font-size: 12px; position: relative; top: -25px; left: 5px; cursor: pointer; } p.sjgs{ font-size: 10px; color: #E60B49; font-family: "微软雅黑"; /*display: none;*/ visibility: hidden; } .shangyi{ margin-top: 12px; } /* .menu .top form { margin-top: 10px; } */ .menu .top input { width: 580px; height: 54px; font-size: 14px; opacity: 0.5; margin: 5px 0; } .menu .top #top_text { padding-left:10px; } .menu .top #top_pas { padding-left:10px; } .menu .top .sub { margin-top: 30px; opacity: 1; font-size: 12px; width: 200px; height: 50px; border-radius: 25px; background: #2e71f2; color: #fff; } .menu .top .form_img { margin-top:100px; } /******************pc hot*****************************/ .hot { width:100%; height:1080px; background: url(../img/121.png) no-repeat center center; } .hot .hot_top { width:1200px; margin:0 auto; } .hot .top { text-align: center; } .hot .top img { margin-top: 50px; margin-bottom: 75px; } .hot .hot_span { margin-left:132px; margin-right:152px; } .hot span { color: #f7f7f7; font-size: 14px; text-align: left; } /******************pc news*****************************/ .news { width:100%; height:970px; background: url(../img/15.png) no-repeat; } .news .news_top { width:1200px; margin:0 auto; } .news .top { text-align: center; } .news .top img { padding-top: 50px; } .news .bottom { width:415px; margin-top: 342px; margin-left:152px; float: left; color: #fff; font-size:18px; line-height: 31px; text-shadow:1px 3px 1px #000000; } .news #pics2 { float: left; margin-top: 203px; margin-left:199px; overflow: hidden; width:285px; height:570px; } /***************PC column********************************/ .column { width:100%; height:910px; background: url(../img/18.png) no-repeat center top; } .column .column_top { width:1200px; margin:0 auto; } .column .top { text-align: center; } .column .top img { padding-top: 50px; } .column .column_top #pics3 { margin-left: 165px; margin-top: 80px; margin-right: 186px; overflow: hidden; width:285px; height:570px; float: left; } .column .col_bot { width:415px; margin-top: 170px; float: left; color: #fff; font-size:18px; line-height: 31px; text-shadow:1px 3px 1px #000000; } /****************PC shop*********************/ .shop { width: 100%; height:1080px; background: url(../img/12sdf.png) no-repeat center center; } .shop .shop_top { width: 1200px; margin: 0 auto; } .shop .top { text-align: center; padding-top: 50px; padding-bottom: 78px; } .shop .shop_txt { margin: 0 148px 0 151px; } .shop .shop_txt span { color: #fff; font-size: 18px; line-height: 31px; text-shadow:1px 3px 1px #000000; } /*WEIAI*/ .weilai{ width:100%; height:1080px; background: url("../img/weilbeijng.png") no-repeat center center; } .weilai .weilai_top { width:1200px; margin:0 auto; } .weilai .w_top { text-align: center; padding-top: 50px; padding-bottom: 95px; } .weilai .w_txt { margin: 100px 148px 0 151px; } .weilai .w_txt span { color: #fff; font-size: 18px; line-height: 42px; text-shadow:1px 3px 1px #000000; } /********PC team***************/ .team { width: 100%; background:#0f1210; } .team .top { margin: 50px 0; text-align: center; } .terrace_show { margin-left: -12px; overflow: hidden; margin: 0 auto; } .terrace_show dl { width: 200px; margin: 0 auto; margin-bottom: 20px; } .terrace_show dt { overflow: hidden; } .terrace_show dt>img { display: block; width: 100%; transition: all 1s; } .terrace_show dt { position: relative; } .terrace_show dt span { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); opacity: 0; transition: all 1s; } /*.terrace_show dt span>img { display: block; width: 141px; height: 141px; margin: 25px auto 10px; } */ /*.terrace_show dt .case-search img { display: block; width: 55px; height: 55px; margin: 49px auto 31px; } */ .terrace_show dt span h4 { color: #fff; text-align: center; border-bottom:1px solid rgba(255, 255, 255, 0.5); margin: 20px 40px 20px 40px; } .terrace_show dt span p { color: #fff; font-style: normal; text-align: left; padding: 0 15px 0; } .terrace_show dt .case-search p { font-size: 16px; } .terrace_show dt span a { display: block; margin: 0 auto; color: #fff; background: #000; width: 125px; height: 30px; border-radius: 25px; line-height: 30px; text-align: center; transform: translateY(80px); transition: all 0.5s; transition-delay: 0.1s; } .terrace_show dt .case-search a { margin: 39px auto 0; } .terrace_show dd { height: 110px; background: #000000; } .terrace_show dd .dd-tit { height: 32px; width: 100%; padding-top: 5px; } .terrace_show dd .dd-tit .dd-tit-1 { display: block; float: left; font-size: 16px; font-weight: bold; line-height: 32px; height: 32px; color: #ffffff; } .terrace_show dd .dd-tit .dd-tit-2 { display: block; float: right; font-size: 12px; line-height: 23px; height: 23px; padding-left: 7px; background-color: #f00; color: #fff; width: 98px; border: 1px solid #f00; border-radius: 6px; text-align: center; margin-top: 4px; margin-right: 18px; } .terrace_show dd .dd-con { height: 28px; line-height: 16px; font-size: 12px; color: #ffffff; width: 185px; } .terrace_show dt:hover>img { transform: scale(1.8); } .terrace_show dt:hover>span { opacity: 1; } .terrace_show dt:hover>span>a { transform: translateY(10px); } /*****************service***********************/ .service { background: #0f1210; } .service .se_top { width:1200px; margin:0 auto; } .service .top { margin-top:60px; margin-bottom:50px; text-align: center; } .service .se_top .se_ul { margin-left: 150px; } .service .se_top .se_ul img{ width: 100px; height: 100px; } .service .se_top .se_ul li { border-bottom: 1px solid #1b1b1b; height: 120px; padding-top: 20px; } .service .se_top .se_ul dt { width: 100px; height: 100px; float: left; } .service .se_top .se_ul dd { float: left; margin-left: 25px; width: 780px; } .service .se_top .se_ul h2 { font-size: 18px; font-weight: 400; color: #f8f8f8; margin-bottom: 5px; display: inline-block; } .service .se_top .se_ul span { font-size: 14px; color: #DDDDDD; display: block; width: 700px; } .service .se_top .se_ul p { color: #fff; //float: right; } .service .bnt { text-align: center; font-size: 18px; color: #fff; height: 120px; line-height: 120px; } .overs { width: 100%; height: 150px; background: #000; } .overs .over_box { width: 1200px; margin: 0 auto; } .over_box .over_img { margin-left: 150px; line-height: 150px; float: left; } .over_box img { width: 100px; height: 100px; } .over_txt { float: left; font-size: 12px; color: #fff; line-height: 30px; margin-top: 30px; margin-left: 20px; }
0.201263
0.032559
/* Main style for the table */ .dp-highlighter { font-family: "Courier New" , Courier, mono; font-size: 12px; border: 1px solid #2B91AF; background-color: #fff; width: 99%; overflow: auto; margin: 18px 0px 18px 0px; } .dp-highlighter .bar { padding-left: 45px; } .dp-highlighter.collapsed .bar, .dp-highlighter.nogutter .bar { padding-left: 0px; } .dp-highlighter ol { margin: 0px 0px 1px 45px; /* 1px bottom margin seems to fix occasional Firefox scrolling */ padding: 0px; color: #2B91AF; } .dp-highlighter.nogutter ol { list-style-type: none; margin-left: 0px; } .dp-highlighter ol li, .dp-highlighter .columns div { border-left: 3px solid #6CE26C; background-color: #fff; padding-left: 10px; line-height: 14px; } .dp-highlighter.nogutter ol li, .dp-highlighter.nogutter .columns div { border: 0; } .dp-highlighter .columns { color: gray; overflow: hidden; width: 100%; } .dp-highlighter .columns div { padding-bottom: 5px; } .dp-highlighter ol li.alt { background-color: #f8f8f8; } .dp-highlighter ol li span { color: Black; } /* Adjust some properties when collapsed */ .dp-highlighter.collapsed ol { margin: 0px; } .dp-highlighter.collapsed ol li { display: none; } /* Additional modifications when in print-view */ .dp-highlighter.printing { border: none; } .dp-highlighter.printing .tools { display: none !important; } .dp-highlighter.printing li { display: list-item !important; } /* Styles for the tools */ .dp-highlighter .tools { padding: 3px 8px 3px 10px; border-bottom: 1px solid #2B91AF; font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; } .dp-highlighter.collapsed .tools { border-bottom: 0; } .dp-highlighter .tools a { font-size: 9px; color: gray; text-decoration: none; margin-right: 10px; } .dp-highlighter .tools a:hover { color: red; text-decoration: underline; } /* About dialog styles */ .dp-about { background-color: #fff; margin: 0px; padding: 0px; } .dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; } .dp-about td { padding: 10px; vertical-align: top; } .dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; } .dp-about .title { color: red; font-weight: bold; } .dp-about .para { margin: 0 0 4px 0; } .dp-about .footer { background-color: #ECEADB; border-top: 1px solid #fff; text-align: right; } .dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; width: 60px; height: 22px; } /* Language specific styles */ .dp-c {} .dp-c .comment { color: green; } .dp-c .string { color: blue; } .dp-c .preprocessor { color: gray; } .dp-c .keyword { color: blue; } .dp-c .vars { color: #d00; } .dp-vb {} .dp-vb .comment { color: green; } .dp-vb .string { color: blue; } .dp-vb .preprocessor { color: gray; } .dp-vb .keyword { color: blue; } .dp-sql {} .dp-sql .comment { color: green; } .dp-sql .string { color: red; } .dp-sql .keyword { color: blue; } .dp-sql .func { color: #ff1493; } .dp-sql .op { color: #808080; } .dp-xml {} .dp-xml .cdata { color: #ff1493; } .dp-xml .comments { color: green; } .dp-xml .tag { font-weight: bold; color: blue; } .dp-xml .tag-name { color: black; font-weight: bold; } .dp-xml .attribute { color: red; } .dp-xml .attribute-value { color: blue; } .dp-delphi {} .dp-delphi .comment { color: #008200; font-style: italic; } .dp-delphi .string { color: blue; } .dp-delphi .number { color: blue; } .dp-delphi .directive { color: #008284; } .dp-delphi .keyword { font-weight: bold; color: navy; } .dp-delphi .vars { color: #000; } .dp-py {} .dp-py .comment { color: green; } .dp-py .string { color: red; } .dp-py .docstring { color: green; } .dp-py .keyword { color: blue; font-weight: bold;} .dp-py .builtins { color: #ff1493; } .dp-py .magicmethods { color: #808080; } .dp-py .exceptions { color: brown; } .dp-py .types { color: brown; font-style: italic; } .dp-py .commonlibs { color: #8A2BE2; font-style: italic; } .dp-rb {} .dp-rb .comment { color: #c00; } .dp-rb .string { color: #f0c; } .dp-rb .symbol { color: #02b902; } .dp-rb .keyword { color: #069; } .dp-rb .variable { color: #6cf; } .dp-css {} .dp-css .comment { color: green; } .dp-css .string { color: red; } .dp-css .keyword { color: blue; } .dp-css .colors { color: darkred; } .dp-css .vars { color: #d00; } .dp-j {} .dp-j .comment { color: rgb(63,127,95); } .dp-j .string { color: rgb(42,0,255); } .dp-j .keyword { color: rgb(127,0,85); font-weight: bold } .dp-j .annotation { color: #646464; } .dp-j .number { color: #C00000; } .dp-cpp {} .dp-cpp .comment { color: #e00; } .dp-cpp .string { color: red; } .dp-cpp .preprocessor { color: #CD00CD; font-weight: bold; } .dp-cpp .keyword { color: #5697D9; font-weight: bold; } .dp-cpp .datatypes { color: #2E8B57; font-weight: bold; }
templates/default/styles/SyntaxHighlighter.css
/* Main style for the table */ .dp-highlighter { font-family: "Courier New" , Courier, mono; font-size: 12px; border: 1px solid #2B91AF; background-color: #fff; width: 99%; overflow: auto; margin: 18px 0px 18px 0px; } .dp-highlighter .bar { padding-left: 45px; } .dp-highlighter.collapsed .bar, .dp-highlighter.nogutter .bar { padding-left: 0px; } .dp-highlighter ol { margin: 0px 0px 1px 45px; /* 1px bottom margin seems to fix occasional Firefox scrolling */ padding: 0px; color: #2B91AF; } .dp-highlighter.nogutter ol { list-style-type: none; margin-left: 0px; } .dp-highlighter ol li, .dp-highlighter .columns div { border-left: 3px solid #6CE26C; background-color: #fff; padding-left: 10px; line-height: 14px; } .dp-highlighter.nogutter ol li, .dp-highlighter.nogutter .columns div { border: 0; } .dp-highlighter .columns { color: gray; overflow: hidden; width: 100%; } .dp-highlighter .columns div { padding-bottom: 5px; } .dp-highlighter ol li.alt { background-color: #f8f8f8; } .dp-highlighter ol li span { color: Black; } /* Adjust some properties when collapsed */ .dp-highlighter.collapsed ol { margin: 0px; } .dp-highlighter.collapsed ol li { display: none; } /* Additional modifications when in print-view */ .dp-highlighter.printing { border: none; } .dp-highlighter.printing .tools { display: none !important; } .dp-highlighter.printing li { display: list-item !important; } /* Styles for the tools */ .dp-highlighter .tools { padding: 3px 8px 3px 10px; border-bottom: 1px solid #2B91AF; font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; } .dp-highlighter.collapsed .tools { border-bottom: 0; } .dp-highlighter .tools a { font-size: 9px; color: gray; text-decoration: none; margin-right: 10px; } .dp-highlighter .tools a:hover { color: red; text-decoration: underline; } /* About dialog styles */ .dp-about { background-color: #fff; margin: 0px; padding: 0px; } .dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; } .dp-about td { padding: 10px; vertical-align: top; } .dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; } .dp-about .title { color: red; font-weight: bold; } .dp-about .para { margin: 0 0 4px 0; } .dp-about .footer { background-color: #ECEADB; border-top: 1px solid #fff; text-align: right; } .dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; width: 60px; height: 22px; } /* Language specific styles */ .dp-c {} .dp-c .comment { color: green; } .dp-c .string { color: blue; } .dp-c .preprocessor { color: gray; } .dp-c .keyword { color: blue; } .dp-c .vars { color: #d00; } .dp-vb {} .dp-vb .comment { color: green; } .dp-vb .string { color: blue; } .dp-vb .preprocessor { color: gray; } .dp-vb .keyword { color: blue; } .dp-sql {} .dp-sql .comment { color: green; } .dp-sql .string { color: red; } .dp-sql .keyword { color: blue; } .dp-sql .func { color: #ff1493; } .dp-sql .op { color: #808080; } .dp-xml {} .dp-xml .cdata { color: #ff1493; } .dp-xml .comments { color: green; } .dp-xml .tag { font-weight: bold; color: blue; } .dp-xml .tag-name { color: black; font-weight: bold; } .dp-xml .attribute { color: red; } .dp-xml .attribute-value { color: blue; } .dp-delphi {} .dp-delphi .comment { color: #008200; font-style: italic; } .dp-delphi .string { color: blue; } .dp-delphi .number { color: blue; } .dp-delphi .directive { color: #008284; } .dp-delphi .keyword { font-weight: bold; color: navy; } .dp-delphi .vars { color: #000; } .dp-py {} .dp-py .comment { color: green; } .dp-py .string { color: red; } .dp-py .docstring { color: green; } .dp-py .keyword { color: blue; font-weight: bold;} .dp-py .builtins { color: #ff1493; } .dp-py .magicmethods { color: #808080; } .dp-py .exceptions { color: brown; } .dp-py .types { color: brown; font-style: italic; } .dp-py .commonlibs { color: #8A2BE2; font-style: italic; } .dp-rb {} .dp-rb .comment { color: #c00; } .dp-rb .string { color: #f0c; } .dp-rb .symbol { color: #02b902; } .dp-rb .keyword { color: #069; } .dp-rb .variable { color: #6cf; } .dp-css {} .dp-css .comment { color: green; } .dp-css .string { color: red; } .dp-css .keyword { color: blue; } .dp-css .colors { color: darkred; } .dp-css .vars { color: #d00; } .dp-j {} .dp-j .comment { color: rgb(63,127,95); } .dp-j .string { color: rgb(42,0,255); } .dp-j .keyword { color: rgb(127,0,85); font-weight: bold } .dp-j .annotation { color: #646464; } .dp-j .number { color: #C00000; } .dp-cpp {} .dp-cpp .comment { color: #e00; } .dp-cpp .string { color: red; } .dp-cpp .preprocessor { color: #CD00CD; font-weight: bold; } .dp-cpp .keyword { color: #5697D9; font-weight: bold; } .dp-cpp .datatypes { color: #2E8B57; font-weight: bold; }
0.373533
0.067393
#hlogo h1 { color: white; text-shadow: 1px 1px 0px goldenrod; font-size: 14px; font-family: Tahoma, Geneva, sans-serif; width: 400px; position: absolute; } #header #hlogo { left: 0px; top: 0px; margin-top: 0px; } #header #hsymbol { left: 200px; top: 300px; margin-top: 0px; margin-left: 300px; } #hsymbol a { text-indent: -999999em; float: left; } #header #topbar { padding: 5px 20px 0px 10px; background: goldenrod; margin-top: 10px; } #header #hmenus { width: 660px; } .subheader { margin-top: 5px; margin-bottom: 2px; } .subheader a { // color: gray; } .subheader h1, .subheader h2 { color: gray; } #freefuyin_logo h1{ top: 90px; margin-left: 5px; } #onshutters_logo h1{ top: 80px; margin-left: 60px; } #hlogo #freefuyin_logo a { background: no-repeat transparent url("/images/freefuyin_logo.png"); width: 300px; height: 150px; } #hlogo #onshutters_logo a { background: no-repeat transparent url("/images/onshutters_logo.png"); width: 300px; height: 150px; } #hsymbol #freefuyin_symbol a { //background: no-repeat url(/images/eagle_gold_150.png) 0px -0px; width: 130px; height: 150px; } #hsymbol #onshutters_symbol a { //background: no-repeat url(/images/eagle_gold_150.png) 0px -0px; width: 130px; height: 150px; } body { //background: transparent url( "/images/stone.jpg" ) repeat scroll left top; } .container { //background: url(/images/grain.gif) repeat center 0; //background: url(/images/stone.png) repeat center 0; background: transparent; padding-bottom: 0px; } #header_wrap { //background: url(/images/dad_son_watching_sunrise_top_1920.jpg) -0px -0px; //background: url(/images/dad_son_watching_sunrise_top_canvas_1920.jpg) -0px -0px; height: 130px; } #base { //background: url(/images/dad_son_watching_sunrise_bottom_1920.jpg) -0px -0px; //background: url(/images/dad_son_watching_sunrise_bottom_canvas_1920.jpg) -0px -0px; height: 200px; } .imagecell, .imagecell img { width: 930px; vertical-align: top; position: relative; } .image-photo-image, .image-nav-left, .image-nav-right, .image-nav-up, { width: 100%; height: 100%; top: 0px; left: 0px; } .image-nav-up { background-image: url(/images/sprites_arms.png); background-repeat: no-repeat; background-position: -70px -90px; position: absolute; top: -5px; left: 325px; width: 280px; height: 80px; z-index: 10; } .image-nav-left { background-image: url(/images/sprites_arms.png); background-repeat: no-repeat; background-position: -40px -130px; position: absolute; top: 300px; left: -30px; width: 180px; height: 80px; z-index: 10; } .image-nav-right { background-image: url(/images/sprites_arms.png); background-repeat: no-repeat; background-position: -40px -193px; position: absolute; top: 300px; left: 790px; width: 180px; height: 80px; z-index: 10; } .user-info .user-gravatar32 img { float: left; width: 32px; height: 32px; } .user-info { float: left; padding: 0px 20px 5px 20px; } #header #hmenus { padding: 0px; margin-top: 10px; } #header{ height: 100px; } #content { min-height: 500px; } .SPRITE_shadow { background: no-repeat url(/images/lh_sprite.gif) -116px -174px; width: 152px; height: 152px; } .tiny_photo{ float: left; padding-right: 10px; } img { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -moz-box-shadow: 0px 0px 8px black; -webkit-box-shadow: 0px 0px 8px black; box-shadow: 0px 0px 8px black; } .no_boder { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; -moz-box-shadow: 0px 0px 0px black; -webkit-box-shadow: 0px 0px 0px black; box-shadow: 0px 0px 0px black; } .trancated_body{ color: #444; } .photo_info tr td{ padding: 5px; } .user-details { line-height: 15px; } .photo_slides img { padding: 15px; border: 1px solid #CCC; background-color: #EEE; -moz-border-radius: 10px; -webkit-border-radius: 10px; } .post_row .votecell, #hmenus td, .photo_contact td{ vertical-align: top; } .photo_title { line-height: 1.4; font-size: 150%; padding-bottom: 7px; } .faq-page table, .faq-page p, .faq-page li{ margin-left: 20px; margin-bottom: 15px; line-height: 15px; } .faq-page li{ line-height: 10px; } .faq-page td{ padding: 5px; } .x{ font-weight: bold; text-align: right; } .nav .error-notification.supernovabg { font-size: 80%; position: absolute; } .pagination a, .pagination em{ border: 1px solid #DDD; color: #808185; display: block; float: left; /* font-size: 130%; */ margin-right: 3px; padding: 4px 4px 3px; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .pagination em{ background-color: #808185; border: 1px solid #808185; color: white; font-weight: bold; } .pagination .disabled{ display: none; } #slidesnav ul{ margin-left: 0px; } .vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on, .star-on, .star-off .view-count{ background-image: url(/images/sprites_arms.png); display: block; margin: 0 auto; width: 30px; height: 30px; } #hlogo a, .envelope-on, .envelope-off, .vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on, .star-on, .star-off, .view-count, .comment-up-off, .comment-up-on, .flag-off, .flag-on, .edited-yes, a.cc-wiki-link, .feed-icon, .statsarrow, .vote-accepted-off, .vote-accepted-on, .vote-accepted-bounty, .badge-earned-check, .delete-tag, .delete-tag-hover, .grippie, .expander-arrow-hide, .expander-arrow-show, .expander-arrow-small-hide, .expander-arrow-small-show, .anonymous-gravatar, .badge1, .badge2, .badge3, .add-interesting-tag-on, .add-interesting-tag-off, .fb-share, .linkedin-share, .twitter-share { background-image: url(/images/sprites_arms.png); } .slide_show_summary_count a { color: #808185; font-size: 200%; font-weight: bold; } .slide_show_summary_count { text-align: left; } .thumb_image { float: left; padding-right: 10px; width: 120px; text-align: right; } .thumb_image img{ height: 60px; } .slip_image { float: left; padding-right: 10px; width: 60px; text-align: right; } .slip_image img{ height: 32px; } .question-summary { width: 920px; padding: 10px 10px; } .narrow .summary { width: 700px; } .votes-cast-stats, .favorite-user-list, .critique-list{ margin-left: 30px; } .notice { color: white; background-color: #D86427; border: 1px solid #D86427; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 8px 12px; } .label { color: #ddd } .dialog{ margin-left: 200px; } .favorites-count, .favorites-count-off { margin-top: 0px; padding-right: 5px; border-right: 1px solid #DDD; } .star-off, .star-on { cursor: auto; } #user-browser .user-info { height: 150px; } .post-signature .user-info { height: 50px; } .nav a { display: inline; padding: 0px; } .nav li { display: block; padding: 4px 10px 4px 10px; } li .post_button{ display: none; } .youarehere .post_button{ display: inline; } li:hover .post_button{ display: inline; } .vt { width: 400px; } .mceLayout { width: 720px; } #error_explanation{ color:red } .nav { float: right; font-size: 120%; margin-top: 5px; } .post_body { // font-size: 140% } #footer { color: #444; border-top: 0px solid black; clear: both; padding: 15px; margin-top: 0px; background: none; } .nicEdit-main { background-color: white; border: 2px solid gray } .nicEdit-selected { border: 2px solid orange } blockquote { margin-bottom: 10px; padding: 10px 10px 1px 30px; font-weight: bold; color: #555; background: none; text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */ } .owner { background: transparent; } .round { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .service_in_use { background-color: #dddddd; height: 64px; width: 300px; margin-bottom: 10px; padding: 5px; } #user-about-me { background-color: #DDD; } .nav li { -moz-box-shadow: 1px 1px 1px gold; -webkit-box-shadow: 1px 1px 1px gold; box-shadow: 1px 1px 1px gold; } .subheader { border-bottom: 1px solid goldenrod; } tr.comment > td { border-bottom: dotted 1px goldenrod; } .comments { border-top: dotted 1px goldenrod; } .new_post_button { background: #D86427 !important; text-shadow: none; filter: none; -moz-box-shadow: 1px 1px 1px gold; -webkit-box-shadow: 1px 1px 1px gold; box-shadow: 1px 1px 1px gold; padding: 4px 10px 4px 10px; } #hmenus img{ width: 24px; } #hmenus a{ font-size: 14px; } .error-notification.supernovabg { padding: 10px 30px 15px 30px; } .answer-votes { background-color: transparent; } .narrow .status { width: auto; } #header #hmenus { margin-top: 0px; } .nav li { padding: 4px 4px 4px 4px; } .contact_header { font-size: 16px; font-weight: bold; border-bottom: 0px solid #005000; } .contact_body { font-size: 14px; font-weight: normal; } .contact_children { font-size: 14px; font-weight: normal; } #hlogo h1 { background: none; color: #555; text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */ } .no-border img { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; -moz-box-shadow: 0px 0px px black; -webkit-box-shadow: 0px 0px 0px black; box-shadow: 0px 0px 0px black; }
public/stylesheets/onshutters.css
#hlogo h1 { color: white; text-shadow: 1px 1px 0px goldenrod; font-size: 14px; font-family: Tahoma, Geneva, sans-serif; width: 400px; position: absolute; } #header #hlogo { left: 0px; top: 0px; margin-top: 0px; } #header #hsymbol { left: 200px; top: 300px; margin-top: 0px; margin-left: 300px; } #hsymbol a { text-indent: -999999em; float: left; } #header #topbar { padding: 5px 20px 0px 10px; background: goldenrod; margin-top: 10px; } #header #hmenus { width: 660px; } .subheader { margin-top: 5px; margin-bottom: 2px; } .subheader a { // color: gray; } .subheader h1, .subheader h2 { color: gray; } #freefuyin_logo h1{ top: 90px; margin-left: 5px; } #onshutters_logo h1{ top: 80px; margin-left: 60px; } #hlogo #freefuyin_logo a { background: no-repeat transparent url("/images/freefuyin_logo.png"); width: 300px; height: 150px; } #hlogo #onshutters_logo a { background: no-repeat transparent url("/images/onshutters_logo.png"); width: 300px; height: 150px; } #hsymbol #freefuyin_symbol a { //background: no-repeat url(/images/eagle_gold_150.png) 0px -0px; width: 130px; height: 150px; } #hsymbol #onshutters_symbol a { //background: no-repeat url(/images/eagle_gold_150.png) 0px -0px; width: 130px; height: 150px; } body { //background: transparent url( "/images/stone.jpg" ) repeat scroll left top; } .container { //background: url(/images/grain.gif) repeat center 0; //background: url(/images/stone.png) repeat center 0; background: transparent; padding-bottom: 0px; } #header_wrap { //background: url(/images/dad_son_watching_sunrise_top_1920.jpg) -0px -0px; //background: url(/images/dad_son_watching_sunrise_top_canvas_1920.jpg) -0px -0px; height: 130px; } #base { //background: url(/images/dad_son_watching_sunrise_bottom_1920.jpg) -0px -0px; //background: url(/images/dad_son_watching_sunrise_bottom_canvas_1920.jpg) -0px -0px; height: 200px; } .imagecell, .imagecell img { width: 930px; vertical-align: top; position: relative; } .image-photo-image, .image-nav-left, .image-nav-right, .image-nav-up, { width: 100%; height: 100%; top: 0px; left: 0px; } .image-nav-up { background-image: url(/images/sprites_arms.png); background-repeat: no-repeat; background-position: -70px -90px; position: absolute; top: -5px; left: 325px; width: 280px; height: 80px; z-index: 10; } .image-nav-left { background-image: url(/images/sprites_arms.png); background-repeat: no-repeat; background-position: -40px -130px; position: absolute; top: 300px; left: -30px; width: 180px; height: 80px; z-index: 10; } .image-nav-right { background-image: url(/images/sprites_arms.png); background-repeat: no-repeat; background-position: -40px -193px; position: absolute; top: 300px; left: 790px; width: 180px; height: 80px; z-index: 10; } .user-info .user-gravatar32 img { float: left; width: 32px; height: 32px; } .user-info { float: left; padding: 0px 20px 5px 20px; } #header #hmenus { padding: 0px; margin-top: 10px; } #header{ height: 100px; } #content { min-height: 500px; } .SPRITE_shadow { background: no-repeat url(/images/lh_sprite.gif) -116px -174px; width: 152px; height: 152px; } .tiny_photo{ float: left; padding-right: 10px; } img { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -moz-box-shadow: 0px 0px 8px black; -webkit-box-shadow: 0px 0px 8px black; box-shadow: 0px 0px 8px black; } .no_boder { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; -moz-box-shadow: 0px 0px 0px black; -webkit-box-shadow: 0px 0px 0px black; box-shadow: 0px 0px 0px black; } .trancated_body{ color: #444; } .photo_info tr td{ padding: 5px; } .user-details { line-height: 15px; } .photo_slides img { padding: 15px; border: 1px solid #CCC; background-color: #EEE; -moz-border-radius: 10px; -webkit-border-radius: 10px; } .post_row .votecell, #hmenus td, .photo_contact td{ vertical-align: top; } .photo_title { line-height: 1.4; font-size: 150%; padding-bottom: 7px; } .faq-page table, .faq-page p, .faq-page li{ margin-left: 20px; margin-bottom: 15px; line-height: 15px; } .faq-page li{ line-height: 10px; } .faq-page td{ padding: 5px; } .x{ font-weight: bold; text-align: right; } .nav .error-notification.supernovabg { font-size: 80%; position: absolute; } .pagination a, .pagination em{ border: 1px solid #DDD; color: #808185; display: block; float: left; /* font-size: 130%; */ margin-right: 3px; padding: 4px 4px 3px; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .pagination em{ background-color: #808185; border: 1px solid #808185; color: white; font-weight: bold; } .pagination .disabled{ display: none; } #slidesnav ul{ margin-left: 0px; } .vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on, .star-on, .star-off .view-count{ background-image: url(/images/sprites_arms.png); display: block; margin: 0 auto; width: 30px; height: 30px; } #hlogo a, .envelope-on, .envelope-off, .vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on, .star-on, .star-off, .view-count, .comment-up-off, .comment-up-on, .flag-off, .flag-on, .edited-yes, a.cc-wiki-link, .feed-icon, .statsarrow, .vote-accepted-off, .vote-accepted-on, .vote-accepted-bounty, .badge-earned-check, .delete-tag, .delete-tag-hover, .grippie, .expander-arrow-hide, .expander-arrow-show, .expander-arrow-small-hide, .expander-arrow-small-show, .anonymous-gravatar, .badge1, .badge2, .badge3, .add-interesting-tag-on, .add-interesting-tag-off, .fb-share, .linkedin-share, .twitter-share { background-image: url(/images/sprites_arms.png); } .slide_show_summary_count a { color: #808185; font-size: 200%; font-weight: bold; } .slide_show_summary_count { text-align: left; } .thumb_image { float: left; padding-right: 10px; width: 120px; text-align: right; } .thumb_image img{ height: 60px; } .slip_image { float: left; padding-right: 10px; width: 60px; text-align: right; } .slip_image img{ height: 32px; } .question-summary { width: 920px; padding: 10px 10px; } .narrow .summary { width: 700px; } .votes-cast-stats, .favorite-user-list, .critique-list{ margin-left: 30px; } .notice { color: white; background-color: #D86427; border: 1px solid #D86427; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 8px 12px; } .label { color: #ddd } .dialog{ margin-left: 200px; } .favorites-count, .favorites-count-off { margin-top: 0px; padding-right: 5px; border-right: 1px solid #DDD; } .star-off, .star-on { cursor: auto; } #user-browser .user-info { height: 150px; } .post-signature .user-info { height: 50px; } .nav a { display: inline; padding: 0px; } .nav li { display: block; padding: 4px 10px 4px 10px; } li .post_button{ display: none; } .youarehere .post_button{ display: inline; } li:hover .post_button{ display: inline; } .vt { width: 400px; } .mceLayout { width: 720px; } #error_explanation{ color:red } .nav { float: right; font-size: 120%; margin-top: 5px; } .post_body { // font-size: 140% } #footer { color: #444; border-top: 0px solid black; clear: both; padding: 15px; margin-top: 0px; background: none; } .nicEdit-main { background-color: white; border: 2px solid gray } .nicEdit-selected { border: 2px solid orange } blockquote { margin-bottom: 10px; padding: 10px 10px 1px 30px; font-weight: bold; color: #555; background: none; text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */ } .owner { background: transparent; } .round { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .service_in_use { background-color: #dddddd; height: 64px; width: 300px; margin-bottom: 10px; padding: 5px; } #user-about-me { background-color: #DDD; } .nav li { -moz-box-shadow: 1px 1px 1px gold; -webkit-box-shadow: 1px 1px 1px gold; box-shadow: 1px 1px 1px gold; } .subheader { border-bottom: 1px solid goldenrod; } tr.comment > td { border-bottom: dotted 1px goldenrod; } .comments { border-top: dotted 1px goldenrod; } .new_post_button { background: #D86427 !important; text-shadow: none; filter: none; -moz-box-shadow: 1px 1px 1px gold; -webkit-box-shadow: 1px 1px 1px gold; box-shadow: 1px 1px 1px gold; padding: 4px 10px 4px 10px; } #hmenus img{ width: 24px; } #hmenus a{ font-size: 14px; } .error-notification.supernovabg { padding: 10px 30px 15px 30px; } .answer-votes { background-color: transparent; } .narrow .status { width: auto; } #header #hmenus { margin-top: 0px; } .nav li { padding: 4px 4px 4px 4px; } .contact_header { font-size: 16px; font-weight: bold; border-bottom: 0px solid #005000; } .contact_body { font-size: 14px; font-weight: normal; } .contact_children { font-size: 14px; font-weight: normal; } #hlogo h1 { background: none; color: #555; text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */ } .no-border img { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; -moz-box-shadow: 0px 0px px black; -webkit-box-shadow: 0px 0px 0px black; box-shadow: 0px 0px 0px black; }
0.304455
0.13733
* The following are default styles for the demo page, * you don't need to include these on your own site. */ .sep { color: #ddd; margin: 0 4px; } .main { max-width: 800px; margin: 0 auto; padding: 0 20px; } p, [class^="hvr-"] { } [class^="hvr-"] { margin: .4em; padding: 1em; cursor: pointer; background: #e1e1e1; text-decoration: none; color: #666; /* Prevent highlight colour when element is tapped */ -webkit-tap-highlight-color: rgba(0,0,0,0); /* Smooth fonts */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .aligncenter { text-align: center; } .sup { vertical-align: super; margin-left: -1em; padding: .21875em; line-height: 100%; font-size: .21875em; border: #eee solid 1px; border-radius: 4px; color: inherit; } .sup:hover { background: #eee; } .button.cta { display: inline-block; position: relative; margin: 1.2em 0 1em 0; padding: 1em; background: #2098D1; border: none; text-decoration: none; font-weight: 700; color: white; } .effects { margin-top: 6em; } .social-button { display: inline-block; vertical-align: middle; } .twitter-follow-button { display: block; margin: 0 auto; } .follow { margin-bottom: 20px; line-height: 200%; } .made-by { display: none; margin-top: 3em; padding-top: 3em; padding-bottom: 1em; font-size: 1em; text-align: center; line-height: 1.6; background: transparent; color: #777; } .made-by svg { display: block; } .made-by ul, .made-by p { margin: 0; padding: 0; } .made-by ul { margin-bottom: .25em; } .made-by li { display: inline-block; vertical-align: middle; line-height: 1; } .made-by p { margin-top: .4em; font-size: .875em; } .made-by a { display: inline-block; padding: 0 .125em; color: #B1B1B1; transition-duration: .2s; transition-property: color; } .made-by a:focus, .made-by a:hover { color: white; } .made-by i { font-size: 26px; height: 30px; } .made-by .follow { margin-top: 2em; } .made-by .follow iframe { display: block; margin-left: auto; margin-right: auto; margin-bottom: .5em; } .made-by small { display: block; margin-top: 3em; font-size: .625em; } @-webkit-keyframes circle { 50% { -webkit-transform: scale(1.26923077); transform: scale(1.26923077); } } @keyframes circle { 50% { transform: scale(1.26923077); } } @-webkit-keyframes initials { 50% { -webkit-transform: translateY(-8px) translateZ(0); transform: translateY(-8px) translateZ(0); } } @keyframes initials { 50% { transform: translateY(-8px) translateZ(0); } } .ild-ident { display: block; } .ild-ident svg { display: block; overflow: visible; transform: scale(1) translateZ(0); } .ild-ident .circle-holder { transform: translate(-7px, -7px); } .ild-ident .circle { transform: translate(7px, 7px); } .ild-ident .active .i { animation: initials .4s ease-in-out; } .ild-ident .active .l { animation: initials .4s .2s ease-in-out; } .ild-ident .active .circle { animation: circle .5s .1s ease-in-out; }
widgets/hover-master/css/demo-page.css
* The following are default styles for the demo page, * you don't need to include these on your own site. */ .sep { color: #ddd; margin: 0 4px; } .main { max-width: 800px; margin: 0 auto; padding: 0 20px; } p, [class^="hvr-"] { } [class^="hvr-"] { margin: .4em; padding: 1em; cursor: pointer; background: #e1e1e1; text-decoration: none; color: #666; /* Prevent highlight colour when element is tapped */ -webkit-tap-highlight-color: rgba(0,0,0,0); /* Smooth fonts */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .aligncenter { text-align: center; } .sup { vertical-align: super; margin-left: -1em; padding: .21875em; line-height: 100%; font-size: .21875em; border: #eee solid 1px; border-radius: 4px; color: inherit; } .sup:hover { background: #eee; } .button.cta { display: inline-block; position: relative; margin: 1.2em 0 1em 0; padding: 1em; background: #2098D1; border: none; text-decoration: none; font-weight: 700; color: white; } .effects { margin-top: 6em; } .social-button { display: inline-block; vertical-align: middle; } .twitter-follow-button { display: block; margin: 0 auto; } .follow { margin-bottom: 20px; line-height: 200%; } .made-by { display: none; margin-top: 3em; padding-top: 3em; padding-bottom: 1em; font-size: 1em; text-align: center; line-height: 1.6; background: transparent; color: #777; } .made-by svg { display: block; } .made-by ul, .made-by p { margin: 0; padding: 0; } .made-by ul { margin-bottom: .25em; } .made-by li { display: inline-block; vertical-align: middle; line-height: 1; } .made-by p { margin-top: .4em; font-size: .875em; } .made-by a { display: inline-block; padding: 0 .125em; color: #B1B1B1; transition-duration: .2s; transition-property: color; } .made-by a:focus, .made-by a:hover { color: white; } .made-by i { font-size: 26px; height: 30px; } .made-by .follow { margin-top: 2em; } .made-by .follow iframe { display: block; margin-left: auto; margin-right: auto; margin-bottom: .5em; } .made-by small { display: block; margin-top: 3em; font-size: .625em; } @-webkit-keyframes circle { 50% { -webkit-transform: scale(1.26923077); transform: scale(1.26923077); } } @keyframes circle { 50% { transform: scale(1.26923077); } } @-webkit-keyframes initials { 50% { -webkit-transform: translateY(-8px) translateZ(0); transform: translateY(-8px) translateZ(0); } } @keyframes initials { 50% { transform: translateY(-8px) translateZ(0); } } .ild-ident { display: block; } .ild-ident svg { display: block; overflow: visible; transform: scale(1) translateZ(0); } .ild-ident .circle-holder { transform: translate(-7px, -7px); } .ild-ident .circle { transform: translate(7px, 7px); } .ild-ident .active .i { animation: initials .4s ease-in-out; } .ild-ident .active .l { animation: initials .4s .2s ease-in-out; } .ild-ident .active .circle { animation: circle .5s .1s ease-in-out; }
0.433622
0.079639
================================================== #Basic #Flexslider #Common Elements #Slider #Navigation #Services #Works #Team #Call to Action #Features #Facts #Pricing Page #Testimonial #Client #Blog #Contact #Portfolio Single Page #Related Project Carousel #Blog Page #Comments #Comment List #Sidebar Latest Post #Tags #Pagenation #Footer #Media queries */ @import url(./font-cabin.css); /*-----------------------------------------------------------------*/ /* Basic /*-----------------------------------------------------------------*/ html, body { height: 100%; width: 100%; padding: 0; margin: 0; font-family: 'Cabin', sans-serif; font-size: 15px; line-height: 1; font-weight: 400; border: none; color:#747474; position: relative; } h1, h2, h3, h4, h5, h6 { font-family: 'Cabin', sans-serif; color:#333333; margin-top:0; } p { font-size: 15px; font-weight:400; line-height: 24px; font-family: 'Cabin', sans-serif; color:#6B767D; letter-spacing: 0.4px; } a{ color:#f93755; background:none; text-decoration: none; outline: none; } a:hover, a:active, a:focus { color:#f93755; text-decoration: none; outline: none !important; } ::selection { background:#f93755; color:#FFF; } ::-moz-selection{ background:#f93755; color:#FFF; } img{ max-width:100%; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control{ display: inline-block; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; margin-bottom:20px; font-size: 15px; line-height: 25px; color: #FFF; height:46px; width:100%; vertical-align: middle; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background:transparent; border: 2px solid rgba(236, 240, 241, 0.15); -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; transition: all 200ms ease-in; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color:#f93755; } /*-----------------------------------------------------------------*/ /* Common Elements /*-----------------------------------------------------------------*/ .btn-default { background:#f93755; border: 1px solid #f93755; padding:6px 14px; box-shadow:none; color: #FFF; font-size:14px; font-weight:700; text-transform: uppercase; text-decoration: none; display: inline-block; transition: all 0.3s; border-radius: 0; } .btn-default:hover,.btn-default:active,.btn-default:focus{ background:#FFF; border-color:#FFF; color:#656060; outline:none; box-shadow:none; } .btn-primary { background: transparent; border: 1px solid #DCE4E6; padding:6px 14px; box-shadow:none; color: #656060; font-size:14px; letter-spacing:1px; font-weight:700; text-transform: uppercase; text-decoration: none; display: inline-block; border-radius: 0px; transition: all 0.3s; } .btn-primary:hover,.btn-primary:active,.btn-primary:focus{ background:#f93755; border-color:#f93755; color:#FFF; outline:none; box-shadow:none; } .btn-lg { padding: 10px 20px; font-size: 14px; } .btn-sm { padding: 4px 10px 2px; font-size: 13px; } .btn-color-white{ color:#FFF; } ::-webkit-input-placeholder { color:#FFF !important; font-weight: 500; letter-spacing:1px; } :-moz-placeholder { color:#FFF !important; font-weight: 500; letter-spacing:1px; } ::-moz-placeholder { color:#FFF !important; font-weight: 500; letter-spacing:1px; } :-ms-input-placeholder { color:#FFF !important; font-weight: 500; letter-spacing:1px; } .clear{ clear:both; } .scrollup { width:35px; height:35px; position:fixed; bottom:30px; right:15px; display:none; background-color: #f93755; text-align: center; z-index:200; } .scrollup i{ color:#fff; font-size:15px; display:block; line-height:33px; } .scrollup:hover{ background: rgba(252,54,44,0.6); } .section{ padding:100px 0 70px; position:relative; } .section .container{ position:relative; z-index:100; } .heading { margin-bottom: 30px; } .section-header { text-align: center; margin: 0 0 50px; } .section-header .service { display: table; position: relative; margin: 0 auto; font-size:36px; padding: 0 42px; font-weight: 700; letter-spacing: 1px; } .section-header .service > span { display: block; padding: 0 20px; position: relative; z-index: 1; } .section-header .service:before, .section-header .service:after { display: inline-block; content: ""; border-style: solid; border-width: 8px 0px 0px 50px; border-color: transparent transparent transparent #ddd; position: absolute; right: 50%; bottom: -20px; width: 0px; height: 0px; margin-top: -3px; margin-left: 5px; } .section-header .service:before { border-width: 8px 50px 0px 0px; border-color: transparent #ddd transparent transparent; } .section-header .service:after { left: 50%; right: 0; } .section-white .section-header h2{ color:#FFF; } .section-white .section-header .service:before, .section-white .section-header .service:after { border-bottom: 1px solid #FFF; } .color-white{ color:#fff !important; } #pageloader { width: 100%; height: 100%; position: fixed; background-color:#FFF; z-index: 999999; } .loader { position: absolute; width: auto; height:auto; margin: -25px 0 0 -25px; top:50%; left:50%; text-align:center; } .loader i{ color: #f93755; } .overlay { background:rgba(33,42,52,0.6); z-index:1; position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; } .parallax { position:relative; background-attachment: fixed !important; background-position: center center; background-repeat: no-repeat !important; background-size: cover; } /*========================================================================*/ /* Flexslider /*========================================================================*/ .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; } .sliders, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; } .flexslider { margin: 0; padding: 0; } .flexslider .sliders > li { display: none; -webkit-backface-visibility: hidden; } .flexslider .sliders img { width: 100%; display: block; height:630px; } .flex-pauseplay span { text-transform: capitalize; } .sliders:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } html[xmlns] .sliders { display: block; } * html .sliders { height: 1%; } .no-js .sliders > li:first-child {display: block;} .flex-control-nav { position:absolute; bottom: 20px; text-align:center; width: 100%; } .flex-control-nav li{ margin: 0 3px; display: inline-block; } .flex-control-nav li a{ width: 30px; height: 5px; background: #FFF; text-indent:-9999px; display:block; opacity: 0.4; } .flex-control-nav li a.flex-active{ opacity: 1; } .flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover{ opacity: 1; } /*========================================================================*/ /* Slider /*========================================================================*/ #home { width: 100%; height: 100%; color: #fff; text-align: center; } .slider-overlay { background: rgba(33,42,52,.6); position: absolute; left: 0; top: 0; right: 0; z-index: 999; width: 100%; height: 100%; } #home .tx { position: relative; z-index: 999; } .slider-text{ width:90%; margin:0 auto; } #home h1 { font-size: 60px; font-weight: 600; margin-bottom: 20px; color: #FFF; letter-spacing: 2px; text-transform: none; } #home p { font-size: 18px; margin-bottom: 50px; line-height:28px; color:#FFF; font-weight:300; max-width: 800px; margin-left: auto; margin-right: auto; } .tx { display: table; width: 100%; height: 100%; position: relative; } .tx-cell { display: table-cell; text-align: center; vertical-align: middle; } #text-slider{ padding:0px; } .tx-cell a{ margin-bottom:10px; } .tx-cell a:first-child{ margin-right:10px; } .hm{ width:100%; height:100%; max-height:100%; position: absolute; } .hm .flex-direction-nav .flex-prev:hover, .hm .flex-direction-nav .flex-next:hover{ opacity:0.7; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .sliders{ height:100%; max-height:100%; } .bg{ width: 100% !important; height: 100% !important; background-size: cover !important; position: absolute !important; z-index: 2 !important; background-attachment: fixed; } .slider1 { background: url(../images/slider/slide1.jpg) center center; } .slider2{ background: url(../images/slider/slide2.jpg) center center; } .slider3{ background: url(../images/slider/slide3.jpg) center center; } /*-----------------------------------------------------------------*/ /* Navigation /*-----------------------------------------------------------------*/ #header { z-index: 999; width: 100%; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; transition: all 0.1s; background: #FFF; border-bottom: 1px solid #EEE; } #main-menu { z-index: 300; visibility:visible; position: relative; z-index: 999; } #main-menu ul { display: block; width: 100%; text-align: center; } #main-menu ul li { display: inline-block; position: relative; } #main-menu ul li a { display: inline-block; padding: 30px 10px; line-height: 30px; color:#222; font-weight: 500; font-size: 14px; text-transform: uppercase; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } #main-menu ul li a:hover { color: #f93755; } #main-menu ul li.active > a, #main-menu ul li.active.has-child > a { color: #f93755; box-shadow: inset 0 -4px 0 #f93755; } #main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus { background: none; } .clear-toggle{ display:none; clear:both; } .navbar-toggle { color:#f93755; margin-top: 30px; padding:0px; font-size:35px; } .logo { background: url('../images/logo.png') 0 0 no-repeat; display: block; float: left; line-height: 40px; padding: 0 0 0 45px; color: #f93755; } .logo strong { font-size: 50px; font-weight: 700; font-style: italic; font-family: sans-serif; letter-spacing: 1px; color: #f93755; } .logo-nav { float: left; padding: 30px 0px; } /*-----------------------------------------------------------------*/ /* Services /*-----------------------------------------------------------------*/ #services{ padding-bottom:50px; } .services-box{ margin-bottom:50px; text-align:center; } .services-box .services-icon { width: 50px; height: 50px; color: #f93755; font-size: 22px; line-height: 50px; margin-bottom: 30px; border: 1px solid #ddd; position: absolute; transition: all 0.25s linear; background: #eee; border-radius: 100px; } .services-box:hover .services-icon { color: #f93755; border: 1px solid #f93755; background:#FFF; } .services-box .services-detail { text-align: left; margin-left: 70px; } /*-----------------------------------------------------------------*/ /* Works /*-----------------------------------------------------------------*/ #works{ padding-bottom: 0; position:relative; background: #F8F8F8; } .work-grid .mix { opacity: 0; display: none; } .filtering { text-align: center; display: none; margin-left: 0; margin-bottom: 60px; } .filter { font-size: 14px; position: relative; display: inline-block; margin: 0 16px 24px 16px; font-weight: 400; color: #888888; text-transform: uppercase; cursor: pointer; -webkit-transition: all 0.25s linear; transition: all 0.25s linear; letter-spacing: 1px; } .filter.active, .filter:hover { color: #333; } .filter.active:after{ position: absolute; bottom:-14px; left: 0; width: 100%; height: 4px; content: ''; background:#f93755; } .full-width{ width:100%; display:table; } .display-table { display: table; width: 100%; height: 100%; } .display-table-cell { display: table-cell; vertical-align: middle; } .work-grid { width: 100%; margin: 0; padding:0; } .work-item { display: inline-block; } .work-item a { position: relative; height: 100%; } .work-item a img { width: 100%; -webkit-transition: all0.3s ease-out; transition: all 0.3s ease-out; } .work-item .work-info { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); opacity: 0; -webkit-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; } .work-item:hover .work-info { opacity: 1; } .work-item .work-info .work-info-detail { width: 100%; height: 100%; text-align: center; opacity: 0; -webkit-transform: translateY(65%); -ms-transform: translateY(65%); transform: translateY(65%); -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } .work-item:hover .work-info .work-info-detail { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .work-item .work-info .work-info-detail h4, .work-item .work-info .work-info-detail p{ color: #fff; } .work-item .work-info .work-info-detail p{ margin-bottom:15; } .work-item .work-info .work-info-detail h4:after { content: ""; display: block; width: 40px; height: 2px; background:#f93755; margin: 10px auto; } .thumbnail-img { position: relative; float: left; display: inline-block; width: 100%; overflow: hidden; } .work-all{ text-align:center; margin-top: 50px; padding-bottom: 50px; } @media only screen and (min-width: 40.063em) { .filtering { display: block; } .thumbnail-img { width: 50%; } } @media only screen and (min-width: 64.063em) { .thumbnail-img { width: 33.3333333%; } } /*-----------------------------------------------------------------*/ /* Team /*-----------------------------------------------------------------*/ #team{ background:#ECF0F1; } .team-member{ text-align:center; } .team-member img{ max-width:100%; width:100%; } .team-member .team-info{ padding:20px 10px 10px 10px; background:#FCFCFC; } .team-member .team-info p{ font-size:16px; } .team-member .team-info:hover{ background:#f93755; } .team-member .team-info:hover h4 , .team-member .team-info:hover p{ color:#fff; } .team-member .socials{ margin-top:20px; padding:0px; } .team-member .socials li{ list-style:none; display:inline-block; margin:0 5px 0 0; padding:0; } .team-member .socials li a { border: 1px solid; color: #f93755; display: block; height: 34px; line-height: 32px; text-align: center; width: 34px; border-radius: 100px; } .team-member .team-info:hover .socials li a{ border-color:#fff; color:#fff; } .team-member .team-info .socials li a:hover{ background-color:#fff; color:#f93755; } .team-member:hover .team-info { background: #f93755; color: #fff; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .team-member:hover .socials li a { border-color:#fff; color:#fff; } .team-member:hover .team-info h4 , .team-member:hover .team-info p{ color:#fff; } /*-----------------------------------------------------------------*/ /* Call to Action /*-----------------------------------------------------------------*/ #cta{ background:url(../images/parallax/cta.jpg); } .call-to-action{ text-align:center; margin-bottom: 30px; } .call-to-action h3 { margin-bottom: 25px; font-weight: 500; color: #FFF; font-size: 38px; letter-spacing: 1px; } .call-to-action p{ font-size: 16px; margin-bottom: 30px; color:#FFF; } .call-to-action a{ margin-right:10px; margin-bottom:10px; } .call-to-action a:last-child{ margin-right:0px; } /*-----------------------------------------------------------------*/ /* Features /*-----------------------------------------------------------------*/ #features{ background:#FFF; padding-bottom:100px; } .features-intro{ max-width: 800px; margin: 0px auto 50px; text-align: center; padding:0px 10px; } .features-intro h3{ font-size: 20px; font-weight: 500; opacity: 0.9; } .features-intro p{ font-size: 16px; } .features-main { margin-top: 20px; display: inline-block; } .features-left,.features-right { padding-top: 20px; } .features-left .features-item, .features-right .features-item { margin-bottom: 40px; } .features-left .features-icon, .features-right .features-icon{ width: 55px; height: 55px; line-height: 55px; text-align: center; color: #f93755; font-size: 22px; font-weight: 600; border: 1px solid #ddd; position: relative; transition: all 0.5s ease-in-out 0s; background: #eee; border-radius: 100px; } .features-left .features-icon{ float:right; } .features-right .features-icon{ float:left; } .features-left .features-info { text-align: right; margin-right: 90px; } .features-right .features-info { text-align: left; margin-left: 90px; } .features-item:hover .features-icon{ background:#FFF; border-color:#f93755; color:#f93755; } /*-----------------------------------------------------------------*/ /* Facts /*-----------------------------------------------------------------*/ #facts{ background: url('../images/parallax/facts.jpg') no-repeat center center; } .facts-detail{ text-align:center; margin-bottom:30px; } .facts-detail i { font-size: 35px; color:#fff; display: inline-block; margin-bottom: 25px; width: 80px; height: 80px; line-height: 80px; } .facts-detail span { display: block; margin-bottom: 15px; font-size: 36px; font-weight:500; color:#FFF; } .facts-detail p { margin-bottom: 0px; font-size: 18px; text-transform: uppercase; font-weight:500; color:#FFF; } /*-----------------------------------------------------------------*/ /* Pricing Page /*-----------------------------------------------------------------*/ #pricing{ padding-top:100px; background:url(../images/parallax/pricing.jpg); } .pricing-table { text-align: center; margin-bottom:30px; background:#FFF; } .pricing-table h1 { padding: 25px 0; margin: 0; font-size:20px; } .pricing-table h2 { margin: 0; padding: 25px; color: #fff; font-size: 35px; background:#1B1C1F; font-weight: bold; } .pricing-table h2 strong { font-size: 15px; font-weight:700; color: #FFF; } .pricing-table .feature-list { padding: 15px 0; } .pricing-table .feature-list ul { list-style: none outside none; padding: 0px; } .pricing-table .feature-list ul li { padding: 13px 0px; border-bottom: 1px solid #E5E5E5; margin: 0px 40px; } .pricing-table .price-signup { padding: 10px 0 30px; } /*-----------------------------------------------------------------*/ /* Testimonial /*-----------------------------------------------------------------*/ #testimonials { position:relative; padding:100px 0px; background:#ECF0F1; } #testimonials .container{ width:90%; position:relative; } #testimonials { text-align: center; } #testimonials .items { margin-bottom: 30px; margin-top:-7px; color:#474545; } #testimonials .detail { font-size:17px; line-height: 32px; font-weight:500; } #testimonials .name { font-weight: 500; margin-top:20px; font-size: 18px; } #testimonials .owl-controls .owl-page span { background:#ccc; border-radius:0; display: block; margin: 5px 4px; opacity: 1; width:12px; height:12px; margin-right:10px; } #testimonials .owl-controls .owl-page.active span { background:#f93755 !important; border:1px solid #f93755; } /*-----------------------------------------------------------------*/ /* Client /*-----------------------------------------------------------------*/ #clients{ background:#FFF; text-align:center; } .clients-carousel figure{ margin: 5px; background:#F5F5F5 ; padding:40px 10px; margin-bottom:30px; } .clients-carousel figure:hover{ background: #f93755; } .clients-carousel figure img{ display: block; margin: 0 auto; } /*-----------------------------------------------------------------*/ /* Blog /*-----------------------------------------------------------------*/ #blog{ padding:100px 0 50px; position:relative; background:#ECF0F1; } .blog-post{ background:#FEFDFD; border:1px solid #F6F6F6; margin-bottom:30px; text-align:center; } .post-detail{ margin-bottom:20px; padding:0px 10px; } .post-date span{ font-size: 17px; color: #FFF; } .post-detail .entry-meta { margin:15px 0px; } .post-detail .entry-meta li { display: inline; margin-right: 7px; font-size: 14px; color: #969696; } .post-detail p{ margin-bottom:20px; } .post-media{ overflow: hidden; max-height: 360px; position:relative; margin-bottom:25px; } .post-media img{ max-width:100%; height:auto; } .post-blog .btn{ text-transform: uppercase; margin-top: 15px; } /*-----------------------------------------------------------------*/ /* Contact /*-----------------------------------------------------------------*/ #contact{ background:url('../images/parallax/contact.jpg'); padding-top:100px; } .contact-form{ margin-bottom:30px; padding-right:30px; } .contact-address{ margin-bottom:30px; } .contact-address p { margin-bottom: 23px; color: #FFF; font-size: 15px; letter-spacing: 0.9px; line-height: 35px; } .contact-address p span { display: inline-block; margin-left: 70px; } .contact-address i { font-size: 14px; line-height: 34px; width: 38px; text-align: center; margin-right: 20px; color: #fff; border: 1px solid rgba(236, 240, 241, 1); height: 38px; position: absolute; border-radius: 100px; } .error { font-size: 14px; display: none; color:#fff; font-weight: normal; } #ajaxsuccess { color:#fff; font-size: 16px; height:60px; display: none; padding-left:10px; width: 100%; margin-left: auto; margin-right: auto; margin-top: 30px; font-weight: normal; } /*-----------------------------------------------------------------*/ /* Portfolio Single Page /*-----------------------------------------------------------------*/ .full-section{ width:100%; padding:80px 0px 50px; position:relative; } .banner{ background:url(../images/page-header.jpg); padding:100px 0px 80px; position:relative; } .banner .container{ position:relative; z-index:100; } .banner h4 { font-size: 34px; color: #FFF; font-weight: 700; margin: 0px; float: left; } .site_map { font-size: 16px; float: right; color: #FFF; padding-top: 8px; text-align: right; text-transform: uppercase; } .site_map a { color: #FFF; } .work-detail .btn{ margin-top:30px; } .work-detail-list { list-style:none; padding:0; margin:0; } .work-detail-list { list-style:none; padding:0; margin:0; } .work-detail-list li{ padding: 5px 0; line-height:22px; font-size:16px; font-family: 'Open Sans', sans-serif; letter-spacing: 0.9px; } .work-detail-list li span{ font-weight:600; padding-right:15px; text-transform: uppercase; font-size: 14px; } .single-work-slider { margin-bottom: 30px; } .single-work-slider .owl-controls{ height: 43px; position: absolute; left: 0; right: 0; top: 50%; margin: auto; } .single-work-slider .owl-prev, .single-work-slider .owl-next{ display: block !important; width: 30px !important; height: 30px !important; line-height:20px !important; font-size:20px !important; border-radius:0 !important; opacity:1 !important; background:#f93755 !important; position: absolute !important; } .single-work-slider .owl-prev{ left: 0; margin-right: 10px; } .single-work-slider .owl-next{ right: 0; margin-left: 10px; } .single-work-slider .owl-prev:hover, .single-work-slider .owl-next:hover{ background:#4F3B3B !important; } .single-work-slider .item img{ display: block; width: 100%; height: auto; } .related-project .image-wrapper{ margin-bottom:20px; } .owl-theme .owl-controls .owl-page span { background: #a0a0a0; } /*------------Related Project Carousel------------*/ .featured-works{ background:#F5F5F5; padding:50px 0px; } .featured-work-carousel{ display:inline-block; width: 100%; } .featured-works .item{ height: auto; z-index: 300; cursor: pointer; } .featured-works .item .fworks-image{ overflow: hidden; width: 100%; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; transition: all 0.8s; } .featured-works .item .fworks-image img{ width:100%; height: auto; } .featured-works .item .featured-caption{ position: absolute; width: 100%; height: 100%; left:0; top:0; opacity: 0; background:rgba(0,0,0,.5); } .featured-works .item .featured-caption h4{ font-size:18px; color:#FFF; margin: 30px 0px 0px 30px; } .featured-works .item .featured-caption p { font-size: 14px; color: #FFF; margin: 5px 0px 0px 30px; text-transform: uppercase; } .featured-works .item .hover-link { left:30px; position: absolute; bottom: 15px; opacity:0; z-index:200; } .featured-works .item .hover-link a { position: relative; font-size: 15px; line-height: 35px; text-align: center; display: inline-block; background:#F0353A; color: #F9F6F6; width: 35px; height: 35px; margin: 0px; } .featured-works .item:hover .hover-link,.featured-works .item:hover .featured-caption{ opacity:1; } .featured-works .owl-controls{ margin-top:30px; margin-bottom: 100px; } .featured-works .owl-controls{ height: 43px; position: absolute; left: 0; right: 0; top: 50%; margin: 0; } .featured-works .owl-prev, .featured-works .owl-next{ display: block !important; width: 30px !important; height: 30px !important; line-height:20px !important; font-size:20px !important; border-radius:0 !important; opacity:1 !important; background:#f93755 !important; position: absolute !important; } .featured-works .owl-prev{ left: 0; } .featured-works .owl-next{ right: 0; } /*-----------------------------------------------------------------*/ /* Blog Page /*-----------------------------------------------------------------*/ .post-content { margin-top:0; } .post-img { margin: 0 0 25px 0; overflow: hidden; position: relative; position: relative; float: left; text-align: center; cursor: pointer; max-width: 100%; max-height: 100%; width: 100%; height: 100%; overflow: hidden; background: rgb(179, 204, 102); } .post-img p{ position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; width: 112px; height: 56px; margin: auto; } .post-img img{ width:100%; max-height:400px; } .blog-img-hover{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; opacity:0; text-align: center; background:rgba(0, 0, 0, 0.5); } .post-img:hover .blog-img-hover{ opacity:1; } .blog-img-hover span{ font-size: 15px; position: absolute; top: 40%; width: 30px; height: 30px; background: #F0353A; color: #FFF; line-height: 30px; } .post-meta { margin: 10px 0px 20px; line-height: 20px; color: #999; } .post-meta a { font-size: 13px; color:#f93755; font-style: italic; font-weight: 500; } .post-meta a i{ color:#AAA6A6; margin-right:5px; } .post-detailription p{ margin-bottom:25px; } .post-detailription h3{ font-size: 22px; } .post-detailription h3 a{ color:#2E343C; } .post-detailription h3 a:hover{ color:#F0353A; } blockquote{ display: block; padding: 20px 20px; background:#F1F1F1; margin: 25px 15px; font-size: 15px; line-height: 21px; text-align: justify; color:#9F9A9A; letter-spacing: 0.1px; border-left: 5px solid #f93755; } blockquote a{ text-decoration: none; background: #eee; cursor: pointer; padding: 0 3px; } blockquote a:hover{ color: #666; } blockquote em{ font-style: italic; } /*------------Comments------------*/ .comments-section { padding:50px 0; } .comments-section h3{ margin-bottom:20px; } .comment-form input, .search-box input, .comment-form textarea{ border:2px solid #F0EDED; color: #f93755; } .comment-list { margin: 40px 0; padding-top: 20px; font-family: 'Open Sans', sans-serif; } .comment-list h3{ font-family: 'Open Sans', sans-serif; } /*------------Comment List------------*/ .comment-list ol { list-style: none; margin-left: 0px; padding: 0; } .comment-list ol.comment-sub { list-style: none; } li.comment .single_comment.first-comment { margin-top:25px; border: 1px solid #ddd; } li.comment .single_comment { padding: 20px 20px; background:#F5F5F5; margin-bottom:20px; border: 1px solid #ddd; } li.comment ol.comment-sub { margin-left: 65px; } /*------------Comment List Content------------*/ .comment-list ol .comment-avatar { float: left; margin-right: 25px; } .comment-list ol .comment-avatar img{ width:100px; height:100px; } .comment-list ol .comment-content { overflow: hidden; } .comment-list ol .comment-name { font-weight: 700; margin-bottom: 10px; } .comment-list ol .comment-name span{ font-weight: normal; color: #aaa; margin: 0 8px; } .comment-list ol .comment-name a { font-size: 15px; font-weight: 600; color: #332f2f; } .comment-list ol .comment-name a.comment-reply { font-size: 13px; font-weight: 600; color:#f93755; } .comment-list ol .comment-detail { font-size: 14px; margin-bottom: 10px; color: #f93755; margin-top: 10px; } .comment-list ol .comment-desc { color: #a1a1a1; font-size: 14px; } /*------------Sidebar Latest Post------------*/ .widget-main{ margin-bottom:30px; padding:20px 20px 10px 20px; } .widget-sidebar .search-box { position: relative; } .widget-sidebar .search-box input{ padding-left:10px; } .widget-sidebar .search-box i { position: absolute; right: 20px; top: 14px; font-size: 16px; } .post-categories ul{ padding:0px; margin:0px; } .post-categories li{ list-style: none; margin-bottom: 5px; border-bottom: 1px solid #f0f1f2; padding: 4px 0 4px 15px; position: relative; } .post-categories li:last-child{ border-bottom:none; margin-bottom:0px; } .post-categories li a:before{ content: "\f105"; display: block; font-family: FontAwesome; position: absolute; left: -15px; } .post-categories a{ position: relative; color: #2A2929; font-size:15px; display: inline-block; width: 100%; letter-spacing: 0.9px; padding-bottom: 10px; line-height: 20px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .post-categories a:hover{ color:#f93755; } .sidebar-widget { font-size: 11px; line-height: 15px; margin-right: 8px; } .sidebar-widget a{ color:#625F5F; } .sidebar-widget a:hover{ color:#f93755; } .sidebar-widget img { float: left; width: 80px; height: 67px; margin: 6px 14px 22px 0px; } .sidebar-widget p.date{ color: #f93755; } .sidebar-widget p.sidebar-widget-title { font-size: 14px; line-height:20px; } /*------------Tags------------*/ .tags { padding: 10px 0 10px; display:inline-block; } .tags a{ float: left; padding: 10px 7px; font-size: 15px; color: #FFF; margin: 0 6px 6px 0; background:#f93755; } .tags a:hover{ background:#333333; } /*------------Pagenation------------*/ .pagenation { padding: 40px 0 50px; } .pagenation ul { list-style: none; padding: 0; margin: 0; margin: auto; } .pagenation li { float: left; margin-left: 4px; background: #fff; border: 1px solid #e4e7e8; } .pagenation li.active { border: 1px solid #F0353A; } .pagenation li:hover { border: 1px solid #F0353A; } .pagenation li:first-child { margin-left: 0; } .pagenation li a { color: #868e9c; font-size: 14px; padding: 12px 15px; line-height: 12px; display:inline-block; text-align: center; text-transform: uppercase; } .pagenation li.active a,.pagenation li:hover a { color: #F0353A; } /*-----------------------------------------------------------------*/ /* Footer /*-----------------------------------------------------------------*/ footer{ padding:45px 0 30px; background:#212a34; } footer p { color: #FFF; font-size: 16px; letter-spacing: 0.9px; } footer ul.footer-social { margin-bottom: 20px; } footer ul.footer-social li { line-height:48px; font-size:20px; padding:0px; } footer ul.footer-social li a { color: #FFF; text-align: center; border: 2px solid #FFF; display: inline-block; height :50px; margin-bottom: 10px; width: 50px; margin-right: 7px; border-radius: 100%; } footer ul.footer-social li a { -webkit-transition : all ease-in-out 0.2s; transition: all ease-in-out 0.2s; } footer ul.footer-social li a:hover { border: 2px solid #f93755; color:#f93755; -webkit-transform: scale(1.1); transform: scale(1.1); } footer ul.footer-social li:last-child a { margin-right: 0px; } /*-----------------------------------------------------------------*/ /* Media queries /*-----------------------------------------------------------------*/ @media (min-width: 992px) and (max-width: 1024px) { .navbar-right{ float:none !important; } } @media (min-width: 992px) { #main-menu.collapse { display: block !important; } } @media (max-width: 992px) { .navbar-right{ float:none !important; margin-right:0px !important; } .clear-toggle{ display:block; } .navbar-toggle { display: block !important; } #main-menu ul li { display: block; text-align: left; background:#222; border-bottom:1px solid #101010; } #main-menu ul li:last-child { border-bottom:none; } #main-menu ul li a { line-height: 35px; padding: 5px 10px; color: #fff; } #main-menu ul li.active > a { box-shadow: none !important; } #main-menu ul li:hover ul { border-top: solid 2px #f32b1a; top: 40px; } #main-menu ul li ul li a { padding: 10px 30px; background: none !important; } } @media (max-width: 560px) { #home h1 { font-size: 30px; } #home p { line-height: 20px; font-size: 14px; margin-bottom: 20px; } } @media (max-width: 500px) { .header-info h1 { font-size: 27px; line-height: 37px; } .header-info { padding: 0px 30px; } } @media (max-width: 479px) { .section-header .service { font-size: 26px; padding: 0; } .section-header .service:before, .section-header .service:after { width: 18px; } img.align-left, img.align-right { display: block; float: none; margin: 0 auto 20px; } } @media (max-width: 330px) { .header-info h1 { font-size: 18px !important; line-height: 22px; } .header-info { padding: 0px 10px; } } .embedded-form { background: rgba(20, 20, 20, 0.5); margin: 40px; padding: 5px; display:block; overflow:auto; } .slides { -webkit-padding-start: 0px; } .list-group-item { color: black; text-align: left; }
app/public/css/lp-style.css
================================================== #Basic #Flexslider #Common Elements #Slider #Navigation #Services #Works #Team #Call to Action #Features #Facts #Pricing Page #Testimonial #Client #Blog #Contact #Portfolio Single Page #Related Project Carousel #Blog Page #Comments #Comment List #Sidebar Latest Post #Tags #Pagenation #Footer #Media queries */ @import url(./font-cabin.css); /*-----------------------------------------------------------------*/ /* Basic /*-----------------------------------------------------------------*/ html, body { height: 100%; width: 100%; padding: 0; margin: 0; font-family: 'Cabin', sans-serif; font-size: 15px; line-height: 1; font-weight: 400; border: none; color:#747474; position: relative; } h1, h2, h3, h4, h5, h6 { font-family: 'Cabin', sans-serif; color:#333333; margin-top:0; } p { font-size: 15px; font-weight:400; line-height: 24px; font-family: 'Cabin', sans-serif; color:#6B767D; letter-spacing: 0.4px; } a{ color:#f93755; background:none; text-decoration: none; outline: none; } a:hover, a:active, a:focus { color:#f93755; text-decoration: none; outline: none !important; } ::selection { background:#f93755; color:#FFF; } ::-moz-selection{ background:#f93755; color:#FFF; } img{ max-width:100%; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control{ display: inline-block; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; margin-bottom:20px; font-size: 15px; line-height: 25px; color: #FFF; height:46px; width:100%; vertical-align: middle; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background:transparent; border: 2px solid rgba(236, 240, 241, 0.15); -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; transition: all 200ms ease-in; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color:#f93755; } /*-----------------------------------------------------------------*/ /* Common Elements /*-----------------------------------------------------------------*/ .btn-default { background:#f93755; border: 1px solid #f93755; padding:6px 14px; box-shadow:none; color: #FFF; font-size:14px; font-weight:700; text-transform: uppercase; text-decoration: none; display: inline-block; transition: all 0.3s; border-radius: 0; } .btn-default:hover,.btn-default:active,.btn-default:focus{ background:#FFF; border-color:#FFF; color:#656060; outline:none; box-shadow:none; } .btn-primary { background: transparent; border: 1px solid #DCE4E6; padding:6px 14px; box-shadow:none; color: #656060; font-size:14px; letter-spacing:1px; font-weight:700; text-transform: uppercase; text-decoration: none; display: inline-block; border-radius: 0px; transition: all 0.3s; } .btn-primary:hover,.btn-primary:active,.btn-primary:focus{ background:#f93755; border-color:#f93755; color:#FFF; outline:none; box-shadow:none; } .btn-lg { padding: 10px 20px; font-size: 14px; } .btn-sm { padding: 4px 10px 2px; font-size: 13px; } .btn-color-white{ color:#FFF; } ::-webkit-input-placeholder { color:#FFF !important; font-weight: 500; letter-spacing:1px; } :-moz-placeholder { color:#FFF !important; font-weight: 500; letter-spacing:1px; } ::-moz-placeholder { color:#FFF !important; font-weight: 500; letter-spacing:1px; } :-ms-input-placeholder { color:#FFF !important; font-weight: 500; letter-spacing:1px; } .clear{ clear:both; } .scrollup { width:35px; height:35px; position:fixed; bottom:30px; right:15px; display:none; background-color: #f93755; text-align: center; z-index:200; } .scrollup i{ color:#fff; font-size:15px; display:block; line-height:33px; } .scrollup:hover{ background: rgba(252,54,44,0.6); } .section{ padding:100px 0 70px; position:relative; } .section .container{ position:relative; z-index:100; } .heading { margin-bottom: 30px; } .section-header { text-align: center; margin: 0 0 50px; } .section-header .service { display: table; position: relative; margin: 0 auto; font-size:36px; padding: 0 42px; font-weight: 700; letter-spacing: 1px; } .section-header .service > span { display: block; padding: 0 20px; position: relative; z-index: 1; } .section-header .service:before, .section-header .service:after { display: inline-block; content: ""; border-style: solid; border-width: 8px 0px 0px 50px; border-color: transparent transparent transparent #ddd; position: absolute; right: 50%; bottom: -20px; width: 0px; height: 0px; margin-top: -3px; margin-left: 5px; } .section-header .service:before { border-width: 8px 50px 0px 0px; border-color: transparent #ddd transparent transparent; } .section-header .service:after { left: 50%; right: 0; } .section-white .section-header h2{ color:#FFF; } .section-white .section-header .service:before, .section-white .section-header .service:after { border-bottom: 1px solid #FFF; } .color-white{ color:#fff !important; } #pageloader { width: 100%; height: 100%; position: fixed; background-color:#FFF; z-index: 999999; } .loader { position: absolute; width: auto; height:auto; margin: -25px 0 0 -25px; top:50%; left:50%; text-align:center; } .loader i{ color: #f93755; } .overlay { background:rgba(33,42,52,0.6); z-index:1; position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; } .parallax { position:relative; background-attachment: fixed !important; background-position: center center; background-repeat: no-repeat !important; background-size: cover; } /*========================================================================*/ /* Flexslider /*========================================================================*/ .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; } .sliders, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; } .flexslider { margin: 0; padding: 0; } .flexslider .sliders > li { display: none; -webkit-backface-visibility: hidden; } .flexslider .sliders img { width: 100%; display: block; height:630px; } .flex-pauseplay span { text-transform: capitalize; } .sliders:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } html[xmlns] .sliders { display: block; } * html .sliders { height: 1%; } .no-js .sliders > li:first-child {display: block;} .flex-control-nav { position:absolute; bottom: 20px; text-align:center; width: 100%; } .flex-control-nav li{ margin: 0 3px; display: inline-block; } .flex-control-nav li a{ width: 30px; height: 5px; background: #FFF; text-indent:-9999px; display:block; opacity: 0.4; } .flex-control-nav li a.flex-active{ opacity: 1; } .flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover{ opacity: 1; } /*========================================================================*/ /* Slider /*========================================================================*/ #home { width: 100%; height: 100%; color: #fff; text-align: center; } .slider-overlay { background: rgba(33,42,52,.6); position: absolute; left: 0; top: 0; right: 0; z-index: 999; width: 100%; height: 100%; } #home .tx { position: relative; z-index: 999; } .slider-text{ width:90%; margin:0 auto; } #home h1 { font-size: 60px; font-weight: 600; margin-bottom: 20px; color: #FFF; letter-spacing: 2px; text-transform: none; } #home p { font-size: 18px; margin-bottom: 50px; line-height:28px; color:#FFF; font-weight:300; max-width: 800px; margin-left: auto; margin-right: auto; } .tx { display: table; width: 100%; height: 100%; position: relative; } .tx-cell { display: table-cell; text-align: center; vertical-align: middle; } #text-slider{ padding:0px; } .tx-cell a{ margin-bottom:10px; } .tx-cell a:first-child{ margin-right:10px; } .hm{ width:100%; height:100%; max-height:100%; position: absolute; } .hm .flex-direction-nav .flex-prev:hover, .hm .flex-direction-nav .flex-next:hover{ opacity:0.7; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .sliders{ height:100%; max-height:100%; } .bg{ width: 100% !important; height: 100% !important; background-size: cover !important; position: absolute !important; z-index: 2 !important; background-attachment: fixed; } .slider1 { background: url(../images/slider/slide1.jpg) center center; } .slider2{ background: url(../images/slider/slide2.jpg) center center; } .slider3{ background: url(../images/slider/slide3.jpg) center center; } /*-----------------------------------------------------------------*/ /* Navigation /*-----------------------------------------------------------------*/ #header { z-index: 999; width: 100%; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; transition: all 0.1s; background: #FFF; border-bottom: 1px solid #EEE; } #main-menu { z-index: 300; visibility:visible; position: relative; z-index: 999; } #main-menu ul { display: block; width: 100%; text-align: center; } #main-menu ul li { display: inline-block; position: relative; } #main-menu ul li a { display: inline-block; padding: 30px 10px; line-height: 30px; color:#222; font-weight: 500; font-size: 14px; text-transform: uppercase; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } #main-menu ul li a:hover { color: #f93755; } #main-menu ul li.active > a, #main-menu ul li.active.has-child > a { color: #f93755; box-shadow: inset 0 -4px 0 #f93755; } #main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus { background: none; } .clear-toggle{ display:none; clear:both; } .navbar-toggle { color:#f93755; margin-top: 30px; padding:0px; font-size:35px; } .logo { background: url('../images/logo.png') 0 0 no-repeat; display: block; float: left; line-height: 40px; padding: 0 0 0 45px; color: #f93755; } .logo strong { font-size: 50px; font-weight: 700; font-style: italic; font-family: sans-serif; letter-spacing: 1px; color: #f93755; } .logo-nav { float: left; padding: 30px 0px; } /*-----------------------------------------------------------------*/ /* Services /*-----------------------------------------------------------------*/ #services{ padding-bottom:50px; } .services-box{ margin-bottom:50px; text-align:center; } .services-box .services-icon { width: 50px; height: 50px; color: #f93755; font-size: 22px; line-height: 50px; margin-bottom: 30px; border: 1px solid #ddd; position: absolute; transition: all 0.25s linear; background: #eee; border-radius: 100px; } .services-box:hover .services-icon { color: #f93755; border: 1px solid #f93755; background:#FFF; } .services-box .services-detail { text-align: left; margin-left: 70px; } /*-----------------------------------------------------------------*/ /* Works /*-----------------------------------------------------------------*/ #works{ padding-bottom: 0; position:relative; background: #F8F8F8; } .work-grid .mix { opacity: 0; display: none; } .filtering { text-align: center; display: none; margin-left: 0; margin-bottom: 60px; } .filter { font-size: 14px; position: relative; display: inline-block; margin: 0 16px 24px 16px; font-weight: 400; color: #888888; text-transform: uppercase; cursor: pointer; -webkit-transition: all 0.25s linear; transition: all 0.25s linear; letter-spacing: 1px; } .filter.active, .filter:hover { color: #333; } .filter.active:after{ position: absolute; bottom:-14px; left: 0; width: 100%; height: 4px; content: ''; background:#f93755; } .full-width{ width:100%; display:table; } .display-table { display: table; width: 100%; height: 100%; } .display-table-cell { display: table-cell; vertical-align: middle; } .work-grid { width: 100%; margin: 0; padding:0; } .work-item { display: inline-block; } .work-item a { position: relative; height: 100%; } .work-item a img { width: 100%; -webkit-transition: all0.3s ease-out; transition: all 0.3s ease-out; } .work-item .work-info { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); opacity: 0; -webkit-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; } .work-item:hover .work-info { opacity: 1; } .work-item .work-info .work-info-detail { width: 100%; height: 100%; text-align: center; opacity: 0; -webkit-transform: translateY(65%); -ms-transform: translateY(65%); transform: translateY(65%); -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } .work-item:hover .work-info .work-info-detail { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .work-item .work-info .work-info-detail h4, .work-item .work-info .work-info-detail p{ color: #fff; } .work-item .work-info .work-info-detail p{ margin-bottom:15; } .work-item .work-info .work-info-detail h4:after { content: ""; display: block; width: 40px; height: 2px; background:#f93755; margin: 10px auto; } .thumbnail-img { position: relative; float: left; display: inline-block; width: 100%; overflow: hidden; } .work-all{ text-align:center; margin-top: 50px; padding-bottom: 50px; } @media only screen and (min-width: 40.063em) { .filtering { display: block; } .thumbnail-img { width: 50%; } } @media only screen and (min-width: 64.063em) { .thumbnail-img { width: 33.3333333%; } } /*-----------------------------------------------------------------*/ /* Team /*-----------------------------------------------------------------*/ #team{ background:#ECF0F1; } .team-member{ text-align:center; } .team-member img{ max-width:100%; width:100%; } .team-member .team-info{ padding:20px 10px 10px 10px; background:#FCFCFC; } .team-member .team-info p{ font-size:16px; } .team-member .team-info:hover{ background:#f93755; } .team-member .team-info:hover h4 , .team-member .team-info:hover p{ color:#fff; } .team-member .socials{ margin-top:20px; padding:0px; } .team-member .socials li{ list-style:none; display:inline-block; margin:0 5px 0 0; padding:0; } .team-member .socials li a { border: 1px solid; color: #f93755; display: block; height: 34px; line-height: 32px; text-align: center; width: 34px; border-radius: 100px; } .team-member .team-info:hover .socials li a{ border-color:#fff; color:#fff; } .team-member .team-info .socials li a:hover{ background-color:#fff; color:#f93755; } .team-member:hover .team-info { background: #f93755; color: #fff; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .team-member:hover .socials li a { border-color:#fff; color:#fff; } .team-member:hover .team-info h4 , .team-member:hover .team-info p{ color:#fff; } /*-----------------------------------------------------------------*/ /* Call to Action /*-----------------------------------------------------------------*/ #cta{ background:url(../images/parallax/cta.jpg); } .call-to-action{ text-align:center; margin-bottom: 30px; } .call-to-action h3 { margin-bottom: 25px; font-weight: 500; color: #FFF; font-size: 38px; letter-spacing: 1px; } .call-to-action p{ font-size: 16px; margin-bottom: 30px; color:#FFF; } .call-to-action a{ margin-right:10px; margin-bottom:10px; } .call-to-action a:last-child{ margin-right:0px; } /*-----------------------------------------------------------------*/ /* Features /*-----------------------------------------------------------------*/ #features{ background:#FFF; padding-bottom:100px; } .features-intro{ max-width: 800px; margin: 0px auto 50px; text-align: center; padding:0px 10px; } .features-intro h3{ font-size: 20px; font-weight: 500; opacity: 0.9; } .features-intro p{ font-size: 16px; } .features-main { margin-top: 20px; display: inline-block; } .features-left,.features-right { padding-top: 20px; } .features-left .features-item, .features-right .features-item { margin-bottom: 40px; } .features-left .features-icon, .features-right .features-icon{ width: 55px; height: 55px; line-height: 55px; text-align: center; color: #f93755; font-size: 22px; font-weight: 600; border: 1px solid #ddd; position: relative; transition: all 0.5s ease-in-out 0s; background: #eee; border-radius: 100px; } .features-left .features-icon{ float:right; } .features-right .features-icon{ float:left; } .features-left .features-info { text-align: right; margin-right: 90px; } .features-right .features-info { text-align: left; margin-left: 90px; } .features-item:hover .features-icon{ background:#FFF; border-color:#f93755; color:#f93755; } /*-----------------------------------------------------------------*/ /* Facts /*-----------------------------------------------------------------*/ #facts{ background: url('../images/parallax/facts.jpg') no-repeat center center; } .facts-detail{ text-align:center; margin-bottom:30px; } .facts-detail i { font-size: 35px; color:#fff; display: inline-block; margin-bottom: 25px; width: 80px; height: 80px; line-height: 80px; } .facts-detail span { display: block; margin-bottom: 15px; font-size: 36px; font-weight:500; color:#FFF; } .facts-detail p { margin-bottom: 0px; font-size: 18px; text-transform: uppercase; font-weight:500; color:#FFF; } /*-----------------------------------------------------------------*/ /* Pricing Page /*-----------------------------------------------------------------*/ #pricing{ padding-top:100px; background:url(../images/parallax/pricing.jpg); } .pricing-table { text-align: center; margin-bottom:30px; background:#FFF; } .pricing-table h1 { padding: 25px 0; margin: 0; font-size:20px; } .pricing-table h2 { margin: 0; padding: 25px; color: #fff; font-size: 35px; background:#1B1C1F; font-weight: bold; } .pricing-table h2 strong { font-size: 15px; font-weight:700; color: #FFF; } .pricing-table .feature-list { padding: 15px 0; } .pricing-table .feature-list ul { list-style: none outside none; padding: 0px; } .pricing-table .feature-list ul li { padding: 13px 0px; border-bottom: 1px solid #E5E5E5; margin: 0px 40px; } .pricing-table .price-signup { padding: 10px 0 30px; } /*-----------------------------------------------------------------*/ /* Testimonial /*-----------------------------------------------------------------*/ #testimonials { position:relative; padding:100px 0px; background:#ECF0F1; } #testimonials .container{ width:90%; position:relative; } #testimonials { text-align: center; } #testimonials .items { margin-bottom: 30px; margin-top:-7px; color:#474545; } #testimonials .detail { font-size:17px; line-height: 32px; font-weight:500; } #testimonials .name { font-weight: 500; margin-top:20px; font-size: 18px; } #testimonials .owl-controls .owl-page span { background:#ccc; border-radius:0; display: block; margin: 5px 4px; opacity: 1; width:12px; height:12px; margin-right:10px; } #testimonials .owl-controls .owl-page.active span { background:#f93755 !important; border:1px solid #f93755; } /*-----------------------------------------------------------------*/ /* Client /*-----------------------------------------------------------------*/ #clients{ background:#FFF; text-align:center; } .clients-carousel figure{ margin: 5px; background:#F5F5F5 ; padding:40px 10px; margin-bottom:30px; } .clients-carousel figure:hover{ background: #f93755; } .clients-carousel figure img{ display: block; margin: 0 auto; } /*-----------------------------------------------------------------*/ /* Blog /*-----------------------------------------------------------------*/ #blog{ padding:100px 0 50px; position:relative; background:#ECF0F1; } .blog-post{ background:#FEFDFD; border:1px solid #F6F6F6; margin-bottom:30px; text-align:center; } .post-detail{ margin-bottom:20px; padding:0px 10px; } .post-date span{ font-size: 17px; color: #FFF; } .post-detail .entry-meta { margin:15px 0px; } .post-detail .entry-meta li { display: inline; margin-right: 7px; font-size: 14px; color: #969696; } .post-detail p{ margin-bottom:20px; } .post-media{ overflow: hidden; max-height: 360px; position:relative; margin-bottom:25px; } .post-media img{ max-width:100%; height:auto; } .post-blog .btn{ text-transform: uppercase; margin-top: 15px; } /*-----------------------------------------------------------------*/ /* Contact /*-----------------------------------------------------------------*/ #contact{ background:url('../images/parallax/contact.jpg'); padding-top:100px; } .contact-form{ margin-bottom:30px; padding-right:30px; } .contact-address{ margin-bottom:30px; } .contact-address p { margin-bottom: 23px; color: #FFF; font-size: 15px; letter-spacing: 0.9px; line-height: 35px; } .contact-address p span { display: inline-block; margin-left: 70px; } .contact-address i { font-size: 14px; line-height: 34px; width: 38px; text-align: center; margin-right: 20px; color: #fff; border: 1px solid rgba(236, 240, 241, 1); height: 38px; position: absolute; border-radius: 100px; } .error { font-size: 14px; display: none; color:#fff; font-weight: normal; } #ajaxsuccess { color:#fff; font-size: 16px; height:60px; display: none; padding-left:10px; width: 100%; margin-left: auto; margin-right: auto; margin-top: 30px; font-weight: normal; } /*-----------------------------------------------------------------*/ /* Portfolio Single Page /*-----------------------------------------------------------------*/ .full-section{ width:100%; padding:80px 0px 50px; position:relative; } .banner{ background:url(../images/page-header.jpg); padding:100px 0px 80px; position:relative; } .banner .container{ position:relative; z-index:100; } .banner h4 { font-size: 34px; color: #FFF; font-weight: 700; margin: 0px; float: left; } .site_map { font-size: 16px; float: right; color: #FFF; padding-top: 8px; text-align: right; text-transform: uppercase; } .site_map a { color: #FFF; } .work-detail .btn{ margin-top:30px; } .work-detail-list { list-style:none; padding:0; margin:0; } .work-detail-list { list-style:none; padding:0; margin:0; } .work-detail-list li{ padding: 5px 0; line-height:22px; font-size:16px; font-family: 'Open Sans', sans-serif; letter-spacing: 0.9px; } .work-detail-list li span{ font-weight:600; padding-right:15px; text-transform: uppercase; font-size: 14px; } .single-work-slider { margin-bottom: 30px; } .single-work-slider .owl-controls{ height: 43px; position: absolute; left: 0; right: 0; top: 50%; margin: auto; } .single-work-slider .owl-prev, .single-work-slider .owl-next{ display: block !important; width: 30px !important; height: 30px !important; line-height:20px !important; font-size:20px !important; border-radius:0 !important; opacity:1 !important; background:#f93755 !important; position: absolute !important; } .single-work-slider .owl-prev{ left: 0; margin-right: 10px; } .single-work-slider .owl-next{ right: 0; margin-left: 10px; } .single-work-slider .owl-prev:hover, .single-work-slider .owl-next:hover{ background:#4F3B3B !important; } .single-work-slider .item img{ display: block; width: 100%; height: auto; } .related-project .image-wrapper{ margin-bottom:20px; } .owl-theme .owl-controls .owl-page span { background: #a0a0a0; } /*------------Related Project Carousel------------*/ .featured-works{ background:#F5F5F5; padding:50px 0px; } .featured-work-carousel{ display:inline-block; width: 100%; } .featured-works .item{ height: auto; z-index: 300; cursor: pointer; } .featured-works .item .fworks-image{ overflow: hidden; width: 100%; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; transition: all 0.8s; } .featured-works .item .fworks-image img{ width:100%; height: auto; } .featured-works .item .featured-caption{ position: absolute; width: 100%; height: 100%; left:0; top:0; opacity: 0; background:rgba(0,0,0,.5); } .featured-works .item .featured-caption h4{ font-size:18px; color:#FFF; margin: 30px 0px 0px 30px; } .featured-works .item .featured-caption p { font-size: 14px; color: #FFF; margin: 5px 0px 0px 30px; text-transform: uppercase; } .featured-works .item .hover-link { left:30px; position: absolute; bottom: 15px; opacity:0; z-index:200; } .featured-works .item .hover-link a { position: relative; font-size: 15px; line-height: 35px; text-align: center; display: inline-block; background:#F0353A; color: #F9F6F6; width: 35px; height: 35px; margin: 0px; } .featured-works .item:hover .hover-link,.featured-works .item:hover .featured-caption{ opacity:1; } .featured-works .owl-controls{ margin-top:30px; margin-bottom: 100px; } .featured-works .owl-controls{ height: 43px; position: absolute; left: 0; right: 0; top: 50%; margin: 0; } .featured-works .owl-prev, .featured-works .owl-next{ display: block !important; width: 30px !important; height: 30px !important; line-height:20px !important; font-size:20px !important; border-radius:0 !important; opacity:1 !important; background:#f93755 !important; position: absolute !important; } .featured-works .owl-prev{ left: 0; } .featured-works .owl-next{ right: 0; } /*-----------------------------------------------------------------*/ /* Blog Page /*-----------------------------------------------------------------*/ .post-content { margin-top:0; } .post-img { margin: 0 0 25px 0; overflow: hidden; position: relative; position: relative; float: left; text-align: center; cursor: pointer; max-width: 100%; max-height: 100%; width: 100%; height: 100%; overflow: hidden; background: rgb(179, 204, 102); } .post-img p{ position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; width: 112px; height: 56px; margin: auto; } .post-img img{ width:100%; max-height:400px; } .blog-img-hover{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; opacity:0; text-align: center; background:rgba(0, 0, 0, 0.5); } .post-img:hover .blog-img-hover{ opacity:1; } .blog-img-hover span{ font-size: 15px; position: absolute; top: 40%; width: 30px; height: 30px; background: #F0353A; color: #FFF; line-height: 30px; } .post-meta { margin: 10px 0px 20px; line-height: 20px; color: #999; } .post-meta a { font-size: 13px; color:#f93755; font-style: italic; font-weight: 500; } .post-meta a i{ color:#AAA6A6; margin-right:5px; } .post-detailription p{ margin-bottom:25px; } .post-detailription h3{ font-size: 22px; } .post-detailription h3 a{ color:#2E343C; } .post-detailription h3 a:hover{ color:#F0353A; } blockquote{ display: block; padding: 20px 20px; background:#F1F1F1; margin: 25px 15px; font-size: 15px; line-height: 21px; text-align: justify; color:#9F9A9A; letter-spacing: 0.1px; border-left: 5px solid #f93755; } blockquote a{ text-decoration: none; background: #eee; cursor: pointer; padding: 0 3px; } blockquote a:hover{ color: #666; } blockquote em{ font-style: italic; } /*------------Comments------------*/ .comments-section { padding:50px 0; } .comments-section h3{ margin-bottom:20px; } .comment-form input, .search-box input, .comment-form textarea{ border:2px solid #F0EDED; color: #f93755; } .comment-list { margin: 40px 0; padding-top: 20px; font-family: 'Open Sans', sans-serif; } .comment-list h3{ font-family: 'Open Sans', sans-serif; } /*------------Comment List------------*/ .comment-list ol { list-style: none; margin-left: 0px; padding: 0; } .comment-list ol.comment-sub { list-style: none; } li.comment .single_comment.first-comment { margin-top:25px; border: 1px solid #ddd; } li.comment .single_comment { padding: 20px 20px; background:#F5F5F5; margin-bottom:20px; border: 1px solid #ddd; } li.comment ol.comment-sub { margin-left: 65px; } /*------------Comment List Content------------*/ .comment-list ol .comment-avatar { float: left; margin-right: 25px; } .comment-list ol .comment-avatar img{ width:100px; height:100px; } .comment-list ol .comment-content { overflow: hidden; } .comment-list ol .comment-name { font-weight: 700; margin-bottom: 10px; } .comment-list ol .comment-name span{ font-weight: normal; color: #aaa; margin: 0 8px; } .comment-list ol .comment-name a { font-size: 15px; font-weight: 600; color: #332f2f; } .comment-list ol .comment-name a.comment-reply { font-size: 13px; font-weight: 600; color:#f93755; } .comment-list ol .comment-detail { font-size: 14px; margin-bottom: 10px; color: #f93755; margin-top: 10px; } .comment-list ol .comment-desc { color: #a1a1a1; font-size: 14px; } /*------------Sidebar Latest Post------------*/ .widget-main{ margin-bottom:30px; padding:20px 20px 10px 20px; } .widget-sidebar .search-box { position: relative; } .widget-sidebar .search-box input{ padding-left:10px; } .widget-sidebar .search-box i { position: absolute; right: 20px; top: 14px; font-size: 16px; } .post-categories ul{ padding:0px; margin:0px; } .post-categories li{ list-style: none; margin-bottom: 5px; border-bottom: 1px solid #f0f1f2; padding: 4px 0 4px 15px; position: relative; } .post-categories li:last-child{ border-bottom:none; margin-bottom:0px; } .post-categories li a:before{ content: "\f105"; display: block; font-family: FontAwesome; position: absolute; left: -15px; } .post-categories a{ position: relative; color: #2A2929; font-size:15px; display: inline-block; width: 100%; letter-spacing: 0.9px; padding-bottom: 10px; line-height: 20px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .post-categories a:hover{ color:#f93755; } .sidebar-widget { font-size: 11px; line-height: 15px; margin-right: 8px; } .sidebar-widget a{ color:#625F5F; } .sidebar-widget a:hover{ color:#f93755; } .sidebar-widget img { float: left; width: 80px; height: 67px; margin: 6px 14px 22px 0px; } .sidebar-widget p.date{ color: #f93755; } .sidebar-widget p.sidebar-widget-title { font-size: 14px; line-height:20px; } /*------------Tags------------*/ .tags { padding: 10px 0 10px; display:inline-block; } .tags a{ float: left; padding: 10px 7px; font-size: 15px; color: #FFF; margin: 0 6px 6px 0; background:#f93755; } .tags a:hover{ background:#333333; } /*------------Pagenation------------*/ .pagenation { padding: 40px 0 50px; } .pagenation ul { list-style: none; padding: 0; margin: 0; margin: auto; } .pagenation li { float: left; margin-left: 4px; background: #fff; border: 1px solid #e4e7e8; } .pagenation li.active { border: 1px solid #F0353A; } .pagenation li:hover { border: 1px solid #F0353A; } .pagenation li:first-child { margin-left: 0; } .pagenation li a { color: #868e9c; font-size: 14px; padding: 12px 15px; line-height: 12px; display:inline-block; text-align: center; text-transform: uppercase; } .pagenation li.active a,.pagenation li:hover a { color: #F0353A; } /*-----------------------------------------------------------------*/ /* Footer /*-----------------------------------------------------------------*/ footer{ padding:45px 0 30px; background:#212a34; } footer p { color: #FFF; font-size: 16px; letter-spacing: 0.9px; } footer ul.footer-social { margin-bottom: 20px; } footer ul.footer-social li { line-height:48px; font-size:20px; padding:0px; } footer ul.footer-social li a { color: #FFF; text-align: center; border: 2px solid #FFF; display: inline-block; height :50px; margin-bottom: 10px; width: 50px; margin-right: 7px; border-radius: 100%; } footer ul.footer-social li a { -webkit-transition : all ease-in-out 0.2s; transition: all ease-in-out 0.2s; } footer ul.footer-social li a:hover { border: 2px solid #f93755; color:#f93755; -webkit-transform: scale(1.1); transform: scale(1.1); } footer ul.footer-social li:last-child a { margin-right: 0px; } /*-----------------------------------------------------------------*/ /* Media queries /*-----------------------------------------------------------------*/ @media (min-width: 992px) and (max-width: 1024px) { .navbar-right{ float:none !important; } } @media (min-width: 992px) { #main-menu.collapse { display: block !important; } } @media (max-width: 992px) { .navbar-right{ float:none !important; margin-right:0px !important; } .clear-toggle{ display:block; } .navbar-toggle { display: block !important; } #main-menu ul li { display: block; text-align: left; background:#222; border-bottom:1px solid #101010; } #main-menu ul li:last-child { border-bottom:none; } #main-menu ul li a { line-height: 35px; padding: 5px 10px; color: #fff; } #main-menu ul li.active > a { box-shadow: none !important; } #main-menu ul li:hover ul { border-top: solid 2px #f32b1a; top: 40px; } #main-menu ul li ul li a { padding: 10px 30px; background: none !important; } } @media (max-width: 560px) { #home h1 { font-size: 30px; } #home p { line-height: 20px; font-size: 14px; margin-bottom: 20px; } } @media (max-width: 500px) { .header-info h1 { font-size: 27px; line-height: 37px; } .header-info { padding: 0px 30px; } } @media (max-width: 479px) { .section-header .service { font-size: 26px; padding: 0; } .section-header .service:before, .section-header .service:after { width: 18px; } img.align-left, img.align-right { display: block; float: none; margin: 0 auto 20px; } } @media (max-width: 330px) { .header-info h1 { font-size: 18px !important; line-height: 22px; } .header-info { padding: 0px 10px; } } .embedded-form { background: rgba(20, 20, 20, 0.5); margin: 40px; padding: 5px; display:block; overflow:auto; } .slides { -webkit-padding-start: 0px; } .list-group-item { color: black; text-align: left; }
0.174551
0.045586
.productWarpper{ width: 968px; margin: 0 auto; padding-bottom: 150px; } .productTop.citiPro{ width: 100%; height: 517px; padding-top: 186px; background: url(../images/pc/citibac.png) no-repeat center/cover; box-sizing: border-box; } .productTop.mortPro{ width: 100%; height: 515px; padding-top: 170px; background: url(../images/pc/mortbac.png) no-repeat center/cover; box-sizing: border-box; } .productTop.helpPro{ width: 100%; height: 514px; padding-top: 166px; background: url(../images/pc/helpbac.png) no-repeat center/cover; box-sizing: border-box; } .productTopTitle{ font-size: 27px; color: #4c4948; font-weight: bold; text-align: center; } .productTopTitle::after{ display: inline-block; content: ""; width: 64px; height: 8px; border-top:2px solid #4c4948; margin-left: 24px; } .productTopTitle::before{ display: inline-block; content: ""; width: 64px; height: 8px; border-top:2px solid #4c4948; margin-right: 24px; } .productTopCon{ padding-top: 52px; } .productTopCon p{ text-align: center; font-size: 16px; color: #4c4948; line-height: 27px; } /* 市民贷部分 */ .cityProductCenter{ padding: 38px 0 28px; } .cityProCenRight{ float: right; } .cityProCenLeft{ float: left; padding: 18px 0 0 58px; position: relative; } .cityProTip{ width: 30px; height: 2px; background: #54c3f1; position: absolute; left: 0; top: 33px; } .cityProLeftTitle{ font-size: 24px; color: #4c4948; font-weight: bold; } .cityProLeftCon{ padding-top: 28px; } .cityProLeftCon p{ font-size: 16px; color: #4c4948; line-height: 27px; } .cityAdvan{ padding-top: 14px; } .cityAdvan li{ width: 242px; float: left; text-align: center; } .cityAdvan li .cityAdvanCon{ padding-top: 20px; } .cityAdvan li .cityAdvanCon h5{ font-size: 16px; color: #4c4948; font-weight: bold; margin-bottom: 12px; } .cityAdvan li .cityAdvanCon p{ font-size: 16px; color: #4c4948; line-height: 28px; } .cityProductBottom{ padding: 70px 0 84px; } .cityProBotLeft{ float: left; } .cityProBotRight{ float: right; position: relative; } .cityProRightTitle{ font-size: 24px; color: #4c4948; font-weight: bold; } .cityProRightCon{ padding-top: 50px; } .cityProRightCon p{ font-size: 16px; color: #4c4948; line-height: 27px; width: 380px; } .cityProTip2{ width: 108px; height: 4px; background: #54c3f1; position: absolute; top: 14px; left: -148px; } /* 房抵贷部分 */ .mortProCenLeft{ float: left; } .mortProCenRight{ float: left; padding: 54px 0 0 16px; } .mortProCenRight li{ /* margin-bottom: 30px; */ } .mortProCenRight li img{ float: left; } .mortProCenRight li .mortProBox{ float: left; padding: 0 0 32px 42px; /* line-height: 50px; */ color: #4c4948; } .mortProBoxTitle{ font-size: 18px; margin-bottom: 5px; } .mortProBoxCon{ font-size: 16px; } .mortProBottom{ width: 100%; height: 372px; background: url(../images/pc/mortimg.jpg) no-repeat left/contain #eee; margin-bottom: 84px; padding: 104px 62px 0 485px; box-sizing: border-box; position: relative; } .mortProBottom p{ font-size: 16px; color: #4c4948; line-height: 27px; } .mortProBotTitle{ position: absolute; top: 210px; left: 216px; font-size: 36px; color: #54c3f1; font-weight: bold; } .mortProBotTitle::after{ content: ""; display: block; width: 92px; border-bottom: 6px solid #54c3f1; padding-top: 10px; margin-left: 50px; } /*助贷宝部分*/ .help_advantage li{ float: left; width: 33.3%; text-align: center; height: 300px; } .help_advantage li h5{ font-size: 16px; color: #4c4948; font-weight: bold; } .help_advantage li:nth-of-type(1) h5{ margin-bottom: 38px; } .help_advantage li:nth-of-type(2) h5{ margin-bottom: 28px; } .help_advantage li:nth-of-type(3) h5{ margin-bottom: 52px; } .help_advantage li:nth-of-type(4) h5{ margin-bottom: 40px; } .help_advantage li:nth-of-type(5) h5{ margin-bottom:68px; } .help_advantage li:nth-of-type(6) h5{ margin-bottom: 52px; } .help_advantage li p{ font-size: 15px; color: #4c4948; line-height: 30px; margin: auto; } .help_advantage li img{ width: 42px; height: 42px; margin-bottom: 22px; } .help_adv_box{ padding-top: 54px; padding-bottom: 48px; } .help_adv_box h1{ font-size: 33px; color: #4c4948; text-align: center; font-weight: bold; } .help_adv_box h2{ font-size: 28px; color: #4c4948; text-align: center; padding: 22px 0; } .help_case_box{ padding-bottom: 84px; } .help_case_img img{ width:319px; height: 210px; } .help_case_img{ float: left; } .help_case_right{ float: left; padding-left: 30px; width: 619px; /*width: 768px;*/ height: 212px; background: url(../images/pc/help_casebg.jpg) no-repeat left/cover; } .help_case_right h1{ font-size: 28px; color: #4c4948; font-weight: bold; } .help_case_right h2{ font-size: 25px; color: #4c4948; padding: 6px 0 16px 0; } .help_case_right p{ font-size: 16px; color: #4c4948; line-height: 25px; } .help_lantiao{ width: 260px; height: 4px; background:#54c3f1; position: absolute; bottom: 19%; left: 30%; z-index: 15; } .risk-warp{ text-align: center; } .risk-warp img{ width: 968px; }
mcwp-website/css/product.css
.productWarpper{ width: 968px; margin: 0 auto; padding-bottom: 150px; } .productTop.citiPro{ width: 100%; height: 517px; padding-top: 186px; background: url(../images/pc/citibac.png) no-repeat center/cover; box-sizing: border-box; } .productTop.mortPro{ width: 100%; height: 515px; padding-top: 170px; background: url(../images/pc/mortbac.png) no-repeat center/cover; box-sizing: border-box; } .productTop.helpPro{ width: 100%; height: 514px; padding-top: 166px; background: url(../images/pc/helpbac.png) no-repeat center/cover; box-sizing: border-box; } .productTopTitle{ font-size: 27px; color: #4c4948; font-weight: bold; text-align: center; } .productTopTitle::after{ display: inline-block; content: ""; width: 64px; height: 8px; border-top:2px solid #4c4948; margin-left: 24px; } .productTopTitle::before{ display: inline-block; content: ""; width: 64px; height: 8px; border-top:2px solid #4c4948; margin-right: 24px; } .productTopCon{ padding-top: 52px; } .productTopCon p{ text-align: center; font-size: 16px; color: #4c4948; line-height: 27px; } /* 市民贷部分 */ .cityProductCenter{ padding: 38px 0 28px; } .cityProCenRight{ float: right; } .cityProCenLeft{ float: left; padding: 18px 0 0 58px; position: relative; } .cityProTip{ width: 30px; height: 2px; background: #54c3f1; position: absolute; left: 0; top: 33px; } .cityProLeftTitle{ font-size: 24px; color: #4c4948; font-weight: bold; } .cityProLeftCon{ padding-top: 28px; } .cityProLeftCon p{ font-size: 16px; color: #4c4948; line-height: 27px; } .cityAdvan{ padding-top: 14px; } .cityAdvan li{ width: 242px; float: left; text-align: center; } .cityAdvan li .cityAdvanCon{ padding-top: 20px; } .cityAdvan li .cityAdvanCon h5{ font-size: 16px; color: #4c4948; font-weight: bold; margin-bottom: 12px; } .cityAdvan li .cityAdvanCon p{ font-size: 16px; color: #4c4948; line-height: 28px; } .cityProductBottom{ padding: 70px 0 84px; } .cityProBotLeft{ float: left; } .cityProBotRight{ float: right; position: relative; } .cityProRightTitle{ font-size: 24px; color: #4c4948; font-weight: bold; } .cityProRightCon{ padding-top: 50px; } .cityProRightCon p{ font-size: 16px; color: #4c4948; line-height: 27px; width: 380px; } .cityProTip2{ width: 108px; height: 4px; background: #54c3f1; position: absolute; top: 14px; left: -148px; } /* 房抵贷部分 */ .mortProCenLeft{ float: left; } .mortProCenRight{ float: left; padding: 54px 0 0 16px; } .mortProCenRight li{ /* margin-bottom: 30px; */ } .mortProCenRight li img{ float: left; } .mortProCenRight li .mortProBox{ float: left; padding: 0 0 32px 42px; /* line-height: 50px; */ color: #4c4948; } .mortProBoxTitle{ font-size: 18px; margin-bottom: 5px; } .mortProBoxCon{ font-size: 16px; } .mortProBottom{ width: 100%; height: 372px; background: url(../images/pc/mortimg.jpg) no-repeat left/contain #eee; margin-bottom: 84px; padding: 104px 62px 0 485px; box-sizing: border-box; position: relative; } .mortProBottom p{ font-size: 16px; color: #4c4948; line-height: 27px; } .mortProBotTitle{ position: absolute; top: 210px; left: 216px; font-size: 36px; color: #54c3f1; font-weight: bold; } .mortProBotTitle::after{ content: ""; display: block; width: 92px; border-bottom: 6px solid #54c3f1; padding-top: 10px; margin-left: 50px; } /*助贷宝部分*/ .help_advantage li{ float: left; width: 33.3%; text-align: center; height: 300px; } .help_advantage li h5{ font-size: 16px; color: #4c4948; font-weight: bold; } .help_advantage li:nth-of-type(1) h5{ margin-bottom: 38px; } .help_advantage li:nth-of-type(2) h5{ margin-bottom: 28px; } .help_advantage li:nth-of-type(3) h5{ margin-bottom: 52px; } .help_advantage li:nth-of-type(4) h5{ margin-bottom: 40px; } .help_advantage li:nth-of-type(5) h5{ margin-bottom:68px; } .help_advantage li:nth-of-type(6) h5{ margin-bottom: 52px; } .help_advantage li p{ font-size: 15px; color: #4c4948; line-height: 30px; margin: auto; } .help_advantage li img{ width: 42px; height: 42px; margin-bottom: 22px; } .help_adv_box{ padding-top: 54px; padding-bottom: 48px; } .help_adv_box h1{ font-size: 33px; color: #4c4948; text-align: center; font-weight: bold; } .help_adv_box h2{ font-size: 28px; color: #4c4948; text-align: center; padding: 22px 0; } .help_case_box{ padding-bottom: 84px; } .help_case_img img{ width:319px; height: 210px; } .help_case_img{ float: left; } .help_case_right{ float: left; padding-left: 30px; width: 619px; /*width: 768px;*/ height: 212px; background: url(../images/pc/help_casebg.jpg) no-repeat left/cover; } .help_case_right h1{ font-size: 28px; color: #4c4948; font-weight: bold; } .help_case_right h2{ font-size: 25px; color: #4c4948; padding: 6px 0 16px 0; } .help_case_right p{ font-size: 16px; color: #4c4948; line-height: 25px; } .help_lantiao{ width: 260px; height: 4px; background:#54c3f1; position: absolute; bottom: 19%; left: 30%; z-index: 15; } .risk-warp{ text-align: center; } .risk-warp img{ width: 968px; }
0.311113
0.065755
*, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; } html { background-color: #ededed; } body { font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.4; color: #666; min-width: 960px; } h1 { font-weight: bold; font-size: 20px; color: #333; } h2 { font-weight: bold; font-size: 20px; color: #0084b4; } a:link, a:visited { color: #0084b4; text-decoration: none; } a:hover { text-decoration: underline; } #wrapper { position: relative; width: 960px; margin: 0 auto; padding: 20px 0; } #main { height: 435px; text-align: center; } #main, .header, .repo { background-color: #FFF; margin-bottom: 20px; border-radius: .25rem; -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1); box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1); -moz-transition: box-shadow .3s; -webkit-transition: box-shadow .3s; transition: box-shadow .3s; } #main:hover, .header:hover, .repo:hover{ background-color: #FFF; } #main h2{ margin: 10px 0 30px 0; text-align: center; color: #333; } #main h1, #main p { margin-left: 15px; margin-right: 15px; } #main p { font-size: 11px; line-height: 2; } #appriver-svg-logo { fill: #007bff; height: auto; width: 190px; overflow: visible !important; margin: 15px 15px 0 15px; } .header { height: 130px; } .header h1, .header p { margin: 10px 15px 0; } .header h1 { margin-bottom: 10px; } #num-repos, #num-members { font-size: 14px; font-weight: bold; color: #0084b4; line-height: 15px; } #statistics a:link, #statistics a:visited { color: inherit; } #statistics p.email { margin-top: 6px; font-size: 11px; } #recently-updated h1 a { font-weight: normal; font-size: 11px; } #recently-updated-repos { margin-left: 15px; } #recently-updated-repos li { line-height: 1.5; } #recently-updated-repos li span { display: inline-block; font-size: 11px; padding: 0 1px; } #recently-updated-repos li span.name { padding: 0 6px 0; font-size: 13px; } #recently-updated-repos li span.time a, #recently-updated-repos li span.watchers a, #recently-updated-repos li span.forks a { color: #999; } #loading-repos { padding-top: 20px; text-align: center; } #rate-limit-exceeded, #rate-limit-exceeded:after{ display: none; color: #dc3545; } #rate-limit-exceeded h2{ color: #dc3545; max-width: 100%; } .repo { height: 250px; } .repo > a { display: block; width: 100%; height: 100%; overflow: hidden; text-decoration: none; color: inherit; } .repo:hover { -moz-box-shadow: 0 0 12px rgba(0, 132, 180, .5), 0 0 5px 1px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 12px rgba(0, 132, 180, .5), 0 0 5px 1px rgba(0, 0, 0, .2); box-shadow: 0 0 12px rgba(0, 132, 180, .5), 0 0 5px 1px rgba(0, 0, 0, .2); } .repo h2, .repo h3, .repo p { margin: 10px 15px; } .repo h2 { margin-bottom: 2px; max-width: 160px; overflow: hidden; } .repo h3 { font-size: 11px; margin-top: 2px; margin-bottom: 15px; color: #999; } .repo:after { content: ''; position: absolute; right: 0; top: 0; width: 0; height: 0; border-bottom: 50px solid transparent; border-left: 50px solid transparent; border-right: 50px solid #0080b0; pointer-events: none; } .repo.javascript:after { border-right-color: #333; } .repo.csharp:after { border-right-color: #cc1100; } .repo.visualbasic:after { border-right-color: #cc8300; } .repo.css:after { border-right-color: #7ac9de; } .repo.html:after { border-right-color: #6aad2d; } @media screen and (max-width: 1000px) { body { min-width: inherit; } #wrapper { width: 95%; } #main { width: 100%; display: inline-block; float: none; height: auto; padding-bottom: 20px; margin: 0 auto 20px; } #logo { margin: 15px auto; } .grid .grid-2 { width: 80%; } .grid .grid-3 { width: 100%; margin-left: 0; display: flex; justify-content: space-between; } #repos { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; width: 100%; } li.repo { width: 30%; margin-right: 0; display: inline-block; margin-left: 0; } } @media screen and (max-width: 730px) { li.repo { min-width: 49%; } } @media screen and (max-width: 530px) { .grid .grid-3 { flex-direction: column; } .grid .grid-1, .grid .grid-2 { width: 100%; margin-right: 0; margin-left: 0; } } input { width: 98%; overflow: hidden; border: 1px solid #ccc; outline: 0; border-radius: 5px; padding: 5px 5px 5px 5px; margin: 0px 0px 10px 0px; } /*======= Logo Animation*/ #appriver-svg-logo .logo-letter{ -webkit-animation:fadein-and-scaleup-anim .7s backwards cubic-bezier(.175,.885,.32,1.5); animation:fadein-and-scaleup-anim .7s backwards cubic-bezier(.175,.885,.32,1.5); -webkit-transform-origin:center; transform-origin:center } #appriver-svg-logo .logo-letter-1{ -webkit-animation-delay:.4s; animation-delay:.4s; -webkit-transform-origin:7% center; transform-origin:7% center } #appriver-svg-logo .logo-letter-2{ -webkit-animation-delay:.3s; animation-delay:.3s; -webkit-transform-origin:20% center; transform-origin:20% center } #appriver-svg-logo .logo-letter-3{ -webkit-animation-delay:.2s; animation-delay:.2s; -webkit-transform-origin:33% center; transform-origin:33% center } #appriver-svg-logo .logo-letter-4{ -webkit-animation-delay:.1s; animation-delay:.1s; -webkit-transform-origin:45% center; transform-origin:45% center } #appriver-svg-logo .logo-letter-5{ -webkit-animation-delay:.1s; animation-delay:.1s; -webkit-transform-origin:55% center; transform-origin:55% center } #appriver-svg-logo .logo-letter-6{ -webkit-animation-delay:.2s; animation-delay:.2s; -webkit-transform-origin:68% center; transform-origin:68% center } #appriver-svg-logo .logo-letter-7{ -webkit-animation-delay:.3s; animation-delay:.3s; -webkit-transform-origin:79% center; transform-origin:79% center } #appriver-svg-logo .logo-letter-8{ -webkit-animation-delay:.4s; animation-delay:.4s; -webkit-transform-origin:93% center; transform-origin:93% center } #appriver-svg-logo .logo-swoosh{ -webkit-animation:logo-swoosh-anim 1.5s .2s backwards; animation:logo-swoosh-anim 1.5s .2s backwards; stroke:#007bff; stroke-width:.5px; stroke-dasharray:330 } #appriver-svg-logo .logo-registered{ -webkit-animation:fadein-anim .25s 1.5s backwards; animation:fadein-anim .25s 1.5s backwards } #browser-edge #appriver-svg-logo .logo-swoosh,#browser-ie #appriver-svg-logo .logo-swoosh{ -webkit-animation-name:fadein-anim; animation-name:fadein-anim; stroke-width:0 } @-webkit-keyframes fadein-anim{ 0%{ opacity:0 } } @keyframes fadein-anim{ 0%{ opacity:0 } } @-webkit-keyframes fadein-and-scaleup-anim{ 0%{ opacity:0; -webkit-transform:scale(0); transform:scale(0) } } @keyframes fadein-and-scaleup-anim{ 0%{ opacity:0; -webkit-transform:scale(0); transform:scale(0) } } @-webkit-keyframes logo-swoosh-anim{ 0%{ fill:transparent; stroke-dashoffset:330 } 80%{ fill:transparent; stroke-dashoffset:0 } } @keyframes logo-swoosh-anim{ 0%{ fill:transparent; stroke-dashoffset:330 } 80%{ fill:transparent; stroke-dashoffset:0 } } @-webkit-keyframes or-line-anim{ 0%{ -webkit-transform:scaleX(0); transform:scaleX(0) } } @keyframes or-line-anim{ 0%{ -webkit-transform:scaleX(0); transform:scaleX(0) } }
styles/style.css
*, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; } html { background-color: #ededed; } body { font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.4; color: #666; min-width: 960px; } h1 { font-weight: bold; font-size: 20px; color: #333; } h2 { font-weight: bold; font-size: 20px; color: #0084b4; } a:link, a:visited { color: #0084b4; text-decoration: none; } a:hover { text-decoration: underline; } #wrapper { position: relative; width: 960px; margin: 0 auto; padding: 20px 0; } #main { height: 435px; text-align: center; } #main, .header, .repo { background-color: #FFF; margin-bottom: 20px; border-radius: .25rem; -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1); box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1); -moz-transition: box-shadow .3s; -webkit-transition: box-shadow .3s; transition: box-shadow .3s; } #main:hover, .header:hover, .repo:hover{ background-color: #FFF; } #main h2{ margin: 10px 0 30px 0; text-align: center; color: #333; } #main h1, #main p { margin-left: 15px; margin-right: 15px; } #main p { font-size: 11px; line-height: 2; } #appriver-svg-logo { fill: #007bff; height: auto; width: 190px; overflow: visible !important; margin: 15px 15px 0 15px; } .header { height: 130px; } .header h1, .header p { margin: 10px 15px 0; } .header h1 { margin-bottom: 10px; } #num-repos, #num-members { font-size: 14px; font-weight: bold; color: #0084b4; line-height: 15px; } #statistics a:link, #statistics a:visited { color: inherit; } #statistics p.email { margin-top: 6px; font-size: 11px; } #recently-updated h1 a { font-weight: normal; font-size: 11px; } #recently-updated-repos { margin-left: 15px; } #recently-updated-repos li { line-height: 1.5; } #recently-updated-repos li span { display: inline-block; font-size: 11px; padding: 0 1px; } #recently-updated-repos li span.name { padding: 0 6px 0; font-size: 13px; } #recently-updated-repos li span.time a, #recently-updated-repos li span.watchers a, #recently-updated-repos li span.forks a { color: #999; } #loading-repos { padding-top: 20px; text-align: center; } #rate-limit-exceeded, #rate-limit-exceeded:after{ display: none; color: #dc3545; } #rate-limit-exceeded h2{ color: #dc3545; max-width: 100%; } .repo { height: 250px; } .repo > a { display: block; width: 100%; height: 100%; overflow: hidden; text-decoration: none; color: inherit; } .repo:hover { -moz-box-shadow: 0 0 12px rgba(0, 132, 180, .5), 0 0 5px 1px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 12px rgba(0, 132, 180, .5), 0 0 5px 1px rgba(0, 0, 0, .2); box-shadow: 0 0 12px rgba(0, 132, 180, .5), 0 0 5px 1px rgba(0, 0, 0, .2); } .repo h2, .repo h3, .repo p { margin: 10px 15px; } .repo h2 { margin-bottom: 2px; max-width: 160px; overflow: hidden; } .repo h3 { font-size: 11px; margin-top: 2px; margin-bottom: 15px; color: #999; } .repo:after { content: ''; position: absolute; right: 0; top: 0; width: 0; height: 0; border-bottom: 50px solid transparent; border-left: 50px solid transparent; border-right: 50px solid #0080b0; pointer-events: none; } .repo.javascript:after { border-right-color: #333; } .repo.csharp:after { border-right-color: #cc1100; } .repo.visualbasic:after { border-right-color: #cc8300; } .repo.css:after { border-right-color: #7ac9de; } .repo.html:after { border-right-color: #6aad2d; } @media screen and (max-width: 1000px) { body { min-width: inherit; } #wrapper { width: 95%; } #main { width: 100%; display: inline-block; float: none; height: auto; padding-bottom: 20px; margin: 0 auto 20px; } #logo { margin: 15px auto; } .grid .grid-2 { width: 80%; } .grid .grid-3 { width: 100%; margin-left: 0; display: flex; justify-content: space-between; } #repos { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; width: 100%; } li.repo { width: 30%; margin-right: 0; display: inline-block; margin-left: 0; } } @media screen and (max-width: 730px) { li.repo { min-width: 49%; } } @media screen and (max-width: 530px) { .grid .grid-3 { flex-direction: column; } .grid .grid-1, .grid .grid-2 { width: 100%; margin-right: 0; margin-left: 0; } } input { width: 98%; overflow: hidden; border: 1px solid #ccc; outline: 0; border-radius: 5px; padding: 5px 5px 5px 5px; margin: 0px 0px 10px 0px; } /*======= Logo Animation*/ #appriver-svg-logo .logo-letter{ -webkit-animation:fadein-and-scaleup-anim .7s backwards cubic-bezier(.175,.885,.32,1.5); animation:fadein-and-scaleup-anim .7s backwards cubic-bezier(.175,.885,.32,1.5); -webkit-transform-origin:center; transform-origin:center } #appriver-svg-logo .logo-letter-1{ -webkit-animation-delay:.4s; animation-delay:.4s; -webkit-transform-origin:7% center; transform-origin:7% center } #appriver-svg-logo .logo-letter-2{ -webkit-animation-delay:.3s; animation-delay:.3s; -webkit-transform-origin:20% center; transform-origin:20% center } #appriver-svg-logo .logo-letter-3{ -webkit-animation-delay:.2s; animation-delay:.2s; -webkit-transform-origin:33% center; transform-origin:33% center } #appriver-svg-logo .logo-letter-4{ -webkit-animation-delay:.1s; animation-delay:.1s; -webkit-transform-origin:45% center; transform-origin:45% center } #appriver-svg-logo .logo-letter-5{ -webkit-animation-delay:.1s; animation-delay:.1s; -webkit-transform-origin:55% center; transform-origin:55% center } #appriver-svg-logo .logo-letter-6{ -webkit-animation-delay:.2s; animation-delay:.2s; -webkit-transform-origin:68% center; transform-origin:68% center } #appriver-svg-logo .logo-letter-7{ -webkit-animation-delay:.3s; animation-delay:.3s; -webkit-transform-origin:79% center; transform-origin:79% center } #appriver-svg-logo .logo-letter-8{ -webkit-animation-delay:.4s; animation-delay:.4s; -webkit-transform-origin:93% center; transform-origin:93% center } #appriver-svg-logo .logo-swoosh{ -webkit-animation:logo-swoosh-anim 1.5s .2s backwards; animation:logo-swoosh-anim 1.5s .2s backwards; stroke:#007bff; stroke-width:.5px; stroke-dasharray:330 } #appriver-svg-logo .logo-registered{ -webkit-animation:fadein-anim .25s 1.5s backwards; animation:fadein-anim .25s 1.5s backwards } #browser-edge #appriver-svg-logo .logo-swoosh,#browser-ie #appriver-svg-logo .logo-swoosh{ -webkit-animation-name:fadein-anim; animation-name:fadein-anim; stroke-width:0 } @-webkit-keyframes fadein-anim{ 0%{ opacity:0 } } @keyframes fadein-anim{ 0%{ opacity:0 } } @-webkit-keyframes fadein-and-scaleup-anim{ 0%{ opacity:0; -webkit-transform:scale(0); transform:scale(0) } } @keyframes fadein-and-scaleup-anim{ 0%{ opacity:0; -webkit-transform:scale(0); transform:scale(0) } } @-webkit-keyframes logo-swoosh-anim{ 0%{ fill:transparent; stroke-dashoffset:330 } 80%{ fill:transparent; stroke-dashoffset:0 } } @keyframes logo-swoosh-anim{ 0%{ fill:transparent; stroke-dashoffset:330 } 80%{ fill:transparent; stroke-dashoffset:0 } } @-webkit-keyframes or-line-anim{ 0%{ -webkit-transform:scaleX(0); transform:scaleX(0) } } @keyframes or-line-anim{ 0%{ -webkit-transform:scaleX(0); transform:scaleX(0) } }
0.425605
0.077413
/* Begin HTML element styling */ * { color:#ccc; font-family:Arial; font-size:3vh; } html { height:100%; } body { background-color:#333; margin:0; max-height:100%; overflow:hidden; /* Begin disable text-selection */ -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none; /* End disable text-selection */ } p { margin:1vh; } a { font-family:'Poiret One', cursive; text-decoration:none; color:#888; } a:hover { color:#fff; } /* End HTML element styling */ /* Begin IDs */ #title { font-size:6vh; margin-top:-1vh; } #container { margin:0 auto; width:65vh; } #box { background-color:#333; overflow:hidden; height:69vh; } #level { font-size:3.5vh; } #loader { height:69vh; text-align:center; } #loader p { font-family:'Poiret One', cursive; } #image-container { position:relative; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); } /* The Tutorial overlay that shows on Level 1 of the game */ #introtutorial { background-image:url('../images/introtutorial.png'); width:66vh; height:59vh; background-position: center center; background-size:contain; background-repeat:no-repeat; position: fixed; display:none; opacity:0.5; } /* A giant transparent overlay for swiping. It simplifies everything */ #swipeArea { width:66vh; height:59vh; background-position: center center; background-size:contain; background-repeat:no-repeat; position: fixed; z-index:99999999; } #board { border-spacing:0; margin:0 auto; display:none; } #overlay { position:relative; min-height:65vh; /* width:351px; padding:15px; */ margin:0 auto; text-align:center; overflow: auto; display:none; } #overlay h1 { color:#bbb; padding:3vh; font-family:'Poiret One', cursive; font-size:5vh; } #overlay #holder { position:absolute; bottom:30px; left:0px; width:100%; } #overlay p { padding:10px; color:#ddd; font-family:'Poiret One', sans-serif; } #overlay button { -moz-box-shadow:inset 0px 1px 0px 0px #b3b3b3; -webkit-box-shadow:inset 0px 1px 0px 0px #b3b3b3; box-shadow:inset 0px 1px 0px 0px #b3b3b3; background-color:#707070; -webkit-border-top-left-radius:0px; -moz-border-radius-topleft:0px; border-top-left-radius:0px; -webkit-border-top-right-radius:0px; -moz-border-radius-topright:0px; border-top-right-radius:0px; -webkit-border-bottom-right-radius:0px; -moz-border-radius-bottomright:0px; border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; -moz-border-radius-bottomleft:0px; border-bottom-left-radius:0px; text-indent:0; border:1px solid #000000; display:inline-block; color:#ffffff; font-family:Arial; font-size:3vh; font-weight:bold; font-style:normal; height:10vh; min-width:26vh; line-height:2.4vh; text-decoration:none; text-align:center; text-shadow:1px 1px 0px #2e4d6b; } #overlay button:hover { background-color:#3e474f; } #overlay button:active, .active { bottom:10vh; } /* This button was generated using CSSButtonGenerator.com */ #overlay #content { color:#ddd; font-size:4vh; font-family:'Poiret One', sans-serif; } /* End IDs */ /* Begin Classes */ .cell { font-family: 'Open Sans', sans-serif; font-size:6.6vh; color:#555; width:20vh; /* Not 120px because otherwise cells are different widths */ height:20vh; background-color:#999; padding:0; border:1px solid #333; box-sizing:border-box; } .selected { /*background-color:#444;*/ box-sizing:border-box; font-size:6.8vh; font-weight:bold; color:#fff; } .selected.white { color:#000; } .poiret { font-family: 'Poiret One', cursive; } .center { text-align:center; } .light { color:#ddd; } .black { background-color:#292929; /* one shade darker than #333 */ } .white { background-color:#ccc; } .left { text-align:left; float:left; } .right { text-align:right; float:right; } #selector { z-index:50000; float: left; height:20vh; width:20vh; text-align: center; position:absolute; top:0; left:0; } .dSelected { border: 3px solid #227687; box-sizing:border-box; font-weight:bold; color:#fff; -moz-box-shadow: inset 0 0 10px #227687; -webkit-box-shadow: inset 0 0 10px #227687; box-shadow: inset 0 0 10px #227687; display:none; } .fb-like { position:absolute !important; bottom:20px; left:20px; } /* Hides the "flyout" comment box when Facebook like button is clicked */ .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr { display: none !important; }
styles/style.css
/* Begin HTML element styling */ * { color:#ccc; font-family:Arial; font-size:3vh; } html { height:100%; } body { background-color:#333; margin:0; max-height:100%; overflow:hidden; /* Begin disable text-selection */ -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none; /* End disable text-selection */ } p { margin:1vh; } a { font-family:'Poiret One', cursive; text-decoration:none; color:#888; } a:hover { color:#fff; } /* End HTML element styling */ /* Begin IDs */ #title { font-size:6vh; margin-top:-1vh; } #container { margin:0 auto; width:65vh; } #box { background-color:#333; overflow:hidden; height:69vh; } #level { font-size:3.5vh; } #loader { height:69vh; text-align:center; } #loader p { font-family:'Poiret One', cursive; } #image-container { position:relative; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); } /* The Tutorial overlay that shows on Level 1 of the game */ #introtutorial { background-image:url('../images/introtutorial.png'); width:66vh; height:59vh; background-position: center center; background-size:contain; background-repeat:no-repeat; position: fixed; display:none; opacity:0.5; } /* A giant transparent overlay for swiping. It simplifies everything */ #swipeArea { width:66vh; height:59vh; background-position: center center; background-size:contain; background-repeat:no-repeat; position: fixed; z-index:99999999; } #board { border-spacing:0; margin:0 auto; display:none; } #overlay { position:relative; min-height:65vh; /* width:351px; padding:15px; */ margin:0 auto; text-align:center; overflow: auto; display:none; } #overlay h1 { color:#bbb; padding:3vh; font-family:'Poiret One', cursive; font-size:5vh; } #overlay #holder { position:absolute; bottom:30px; left:0px; width:100%; } #overlay p { padding:10px; color:#ddd; font-family:'Poiret One', sans-serif; } #overlay button { -moz-box-shadow:inset 0px 1px 0px 0px #b3b3b3; -webkit-box-shadow:inset 0px 1px 0px 0px #b3b3b3; box-shadow:inset 0px 1px 0px 0px #b3b3b3; background-color:#707070; -webkit-border-top-left-radius:0px; -moz-border-radius-topleft:0px; border-top-left-radius:0px; -webkit-border-top-right-radius:0px; -moz-border-radius-topright:0px; border-top-right-radius:0px; -webkit-border-bottom-right-radius:0px; -moz-border-radius-bottomright:0px; border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; -moz-border-radius-bottomleft:0px; border-bottom-left-radius:0px; text-indent:0; border:1px solid #000000; display:inline-block; color:#ffffff; font-family:Arial; font-size:3vh; font-weight:bold; font-style:normal; height:10vh; min-width:26vh; line-height:2.4vh; text-decoration:none; text-align:center; text-shadow:1px 1px 0px #2e4d6b; } #overlay button:hover { background-color:#3e474f; } #overlay button:active, .active { bottom:10vh; } /* This button was generated using CSSButtonGenerator.com */ #overlay #content { color:#ddd; font-size:4vh; font-family:'Poiret One', sans-serif; } /* End IDs */ /* Begin Classes */ .cell { font-family: 'Open Sans', sans-serif; font-size:6.6vh; color:#555; width:20vh; /* Not 120px because otherwise cells are different widths */ height:20vh; background-color:#999; padding:0; border:1px solid #333; box-sizing:border-box; } .selected { /*background-color:#444;*/ box-sizing:border-box; font-size:6.8vh; font-weight:bold; color:#fff; } .selected.white { color:#000; } .poiret { font-family: 'Poiret One', cursive; } .center { text-align:center; } .light { color:#ddd; } .black { background-color:#292929; /* one shade darker than #333 */ } .white { background-color:#ccc; } .left { text-align:left; float:left; } .right { text-align:right; float:right; } #selector { z-index:50000; float: left; height:20vh; width:20vh; text-align: center; position:absolute; top:0; left:0; } .dSelected { border: 3px solid #227687; box-sizing:border-box; font-weight:bold; color:#fff; -moz-box-shadow: inset 0 0 10px #227687; -webkit-box-shadow: inset 0 0 10px #227687; box-shadow: inset 0 0 10px #227687; display:none; } .fb-like { position:absolute !important; bottom:20px; left:20px; } /* Hides the "flyout" comment box when Facebook like button is clicked */ .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr { display: none !important; }
0.288469
0.051272
* { box-sizing: border-box; } body { background-color: black; } header { text-align: center; margin: 0 auto; width: 2000px; } header img { width: 186px; height: 115px; margin-left: 80px; margin-right: 80px; } header span { position: relative; bottom: 25px; font-family: 'Press Start 2P', cursive; font-size: 30px; color: #FFB000; text-shadow: 2px 2px #FF0000; } main { text-align: center; } hr { border: 1px dashed #33FF33; margin: 10px 0 10px 0; padding: 1px 0 1px 0; } #tvBox { margin: 0 auto; height: 1200px; width: 2000px; background-color: #654321; border: 10px solid rgb(49, 16, 16); border-radius: 5%; z-index: -1; } #grayScreen { margin: 0 auto; margin-top: 10px; height: 1100px; width: 1900px; background-color: #3C393C;; border: 5px solid black; border-radius: 20%; font-family: 'Press Start 2P', cursive; color: #33FF33; text-align: center; } #screenContent { margin-top: 50px; } #screenContent h3 { line-height: 40px; font-size: 26px; } #screenContent hr { margin: 10px 15% 10px 15%; } #screenContent p.headerInOrange { color: #FFB000; font-size: 26px; margin-top: 30px; } #screenContent p.gameContextInGreen { margin: 25px 5% 25px 5%; line-height: 25px; text-align: justify; font-size: 26px; } #screenContent ul li { display: inline; text-align: justify; font-size: 20px; margin-left: 20px; margin-right: 20px; } input[type=submit] { background-color: #33FF33; color: #3C393C; font-size: 12px; font-family: 'Press Start 2P', cursive; padding: 15px 10px 15px 10px; text-decoration: none; cursor: pointer; } input[type="text"] { width: 300px; border: none; padding: 15px 15px 15px 15px; font-family: 'Press Start 2P', cursive; font-size: 20px; color: #3C393C; background-color: #33FF33; } #tvFooterCompanyInfo { margin-top: 40px; text-align: center; font-family: 'Press Start 2P', cursive; font-size: 15px; text-shadow: 2px 2px #FF0000; color: yellow; } .alert { padding: 20px; background-color: #f44336; color: white; }
css/index.css
* { box-sizing: border-box; } body { background-color: black; } header { text-align: center; margin: 0 auto; width: 2000px; } header img { width: 186px; height: 115px; margin-left: 80px; margin-right: 80px; } header span { position: relative; bottom: 25px; font-family: 'Press Start 2P', cursive; font-size: 30px; color: #FFB000; text-shadow: 2px 2px #FF0000; } main { text-align: center; } hr { border: 1px dashed #33FF33; margin: 10px 0 10px 0; padding: 1px 0 1px 0; } #tvBox { margin: 0 auto; height: 1200px; width: 2000px; background-color: #654321; border: 10px solid rgb(49, 16, 16); border-radius: 5%; z-index: -1; } #grayScreen { margin: 0 auto; margin-top: 10px; height: 1100px; width: 1900px; background-color: #3C393C;; border: 5px solid black; border-radius: 20%; font-family: 'Press Start 2P', cursive; color: #33FF33; text-align: center; } #screenContent { margin-top: 50px; } #screenContent h3 { line-height: 40px; font-size: 26px; } #screenContent hr { margin: 10px 15% 10px 15%; } #screenContent p.headerInOrange { color: #FFB000; font-size: 26px; margin-top: 30px; } #screenContent p.gameContextInGreen { margin: 25px 5% 25px 5%; line-height: 25px; text-align: justify; font-size: 26px; } #screenContent ul li { display: inline; text-align: justify; font-size: 20px; margin-left: 20px; margin-right: 20px; } input[type=submit] { background-color: #33FF33; color: #3C393C; font-size: 12px; font-family: 'Press Start 2P', cursive; padding: 15px 10px 15px 10px; text-decoration: none; cursor: pointer; } input[type="text"] { width: 300px; border: none; padding: 15px 15px 15px 15px; font-family: 'Press Start 2P', cursive; font-size: 20px; color: #3C393C; background-color: #33FF33; } #tvFooterCompanyInfo { margin-top: 40px; text-align: center; font-family: 'Press Start 2P', cursive; font-size: 15px; text-shadow: 2px 2px #FF0000; color: yellow; } .alert { padding: 20px; background-color: #f44336; color: white; }
0.347094
0.118181
.channel-card-drop-shadow { border-bottom: none; border-left: none; border-right: none; border-top: none; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4); } .profile-mainpage { padding-top: 50px !important; } #profile h1 { color: #FFF; padding: 0; margin: 0; text-shadow: none; font-size: 22px; } #profile .nav-tabs { border: 1px solid #000; background: #1b1b1b; text-transform: uppercase; } #profile .nav-tabs > li.active > a, #profile .nav-tabs > li.active > a:focus, #profile .nav-tabs > li.active > a:hover { background-color: transparent; border: none; border-bottom: 2px solid #fff; cursor: pointer; } #profile .nav > li > a:focus, #profile .nav > li > a:hover { text-decoration: none; background-color: #111; } #profile-header { width: 100%; height: 275px; margin-bottom: 6px; background: center center no-repeat; background-size: cover; position: relative; } @media only screen and (max-width: 600px) { #profile-header { height: 116px; } } #profile-header-edit { text-align: center; margin: auto auto; padding: 6px; color: #fff; background-color: rgba(27, 27, 27, 0.75); border: 1px solid #000; position: absolute; top: 44px; left: 0; right: 0; } #profile-header-edit .glyphicon { vertical-align: middle; margin-top: -4px; font-size: 30px; width: 30px; height: 30px; } #profile-header-edit .sp-replacer { float: none; border-radius: 3px; } #profile-info, .profile-info { padding: 0 6px; color: #FFF; } #profile-info .profile-edit-control, .profile-info .profile-edit-control { border: none; padding: 4px; margin-bottom: 2px; width: 100%; } #profile-info .profile-edit-control.invalid, .profile-info .profile-edit-control.invalid { border: 1px solid red; } #profile-info.inline, .profile-info.inline { display: inline-block; vertical-align: top; text-align: center; margin-bottom: 18px; } #profile-tags, #favorites-tag-list { list-style-type: none; margin: 0; padding: 8px; } #profile-tags .tag, #favorites-tag-list .tag { display: inline-block; vertical-align: top; margin-right: 2px; margin-bottom: 6px; color: white; padding: 6px 8px; background-color: #5ea05e; } #profile-tags .tag.active, #favorites-tag-list .tag.active { background-color: #6eaa6e; } #profile-tags .tag.active a, #favorites-tag-list .tag.active a, #profile-tags .tag.active span, #favorites-tag-list .tag.active span { text-decoration: underline; } #profile-tags .tag:hover, #favorites-tag-list .tag:hover { background-color: #6eaa6e; } #profile-tags .tag:hover a, #favorites-tag-list .tag:hover a, #profile-tags .tag:hover span, #favorites-tag-list .tag:hover span { color: #fff; } #profile-tags .tag span, #favorites-tag-list .tag span { cursor: pointer; } #profile-tags .tag [data-role="remove"], #favorites-tag-list .tag [data-role="remove"] { margin-left: 6px; cursor: pointer; } #profile-tags .tag [data-role="remove"]:after, #favorites-tag-list .tag [data-role="remove"]:after { content: "x"; padding: 0px 2px; } #profile-tags .tag [data-role="remove"]:hover, #favorites-tag-list .tag [data-role="remove"]:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } #profile-tags .tag [data-role="remove"]:hover:active, #favorites-tag-list .tag [data-role="remove"]:hover:active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } #profile-timeline { margin-top: -48px; } @media only screen and (max-width: 600px) { #profile-timeline { margin-top: 0; } } #profile-avatar-wrap, .profile-avatar-wrap { width: 100%; text-align: center; margin-top: -110px; margin-bottom: 12px; } #profile-avatar, .profile-avatar { width: 200px; height: 200px; background-size: cover; background-position: center; border-radius: 50%; background-color: #3E444C; } #profile-avatar-edit { text-align: center; height: 42px; margin: 8px auto; padding: 6px; color: #fff; border-radius: 2px; background-color: #222; } #profile-avatar-edit .glyphicon { vertical-align: middle; margin-top: -4px; font-size: 30px; width: 30px; height: 30px; } #navbar-avatar-link { padding-top: 0; padding-bottom: 0; } #navbar-avatar-link:hover, #navbar-avatar-link:focus { background-color: transparent; } #navbar-avatar { width: 40px; height: 40px; background-size: cover; background-position: center; border-radius: 50%; background-color: #3E444C; margin: 3px 15px 3px 0; } #navbar-username { margin-right: 6px; line-height: 50px; } #profile-stats { list-style-type: none; padding: 0; margin-bottom: 0; margin-top: 10px; text-transform: uppercase; color: #FFF; } #profile-stats li { display: inline-block; margin-right: 8px; } #profile-date-joined { color: #FFF; } #profile-bio { margin-top: 10px; color: #FFF; } #profile-bio-edit { margin-top: 10px; width: 100%; height: 200px; } #profile-tagline, .profile-tagline { color: #FFF; font-weight: bold; font-size: 12px; max-height: 17px; } #profile-tagline-edit { margin-bottom: 6px; } #users-list .profile-tagline { margin-bottom: 0; height: 17px; overflow: hidden; } #profile-website { display: block; color: #AFA8FB; } .profile-empty { text-align: center; margin: 34px 0; } .profile-name { color: #FFF; padding: 0; margin: 0; text-shadow: none; font-size: 20px; } .profile-founding-member { height: 26px; width: 26px; } .profile-ajax-spinner { width: 50px; height: 50px; position: absolute; z-index: 1; left: -10px; top: -7px; } .card { background: #1b1b1b; display: block; min-height: 92px; position: relative; width: 100%; padding: 0; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #232323; transition: all 0.2s ease-out; } .card.auto-height { min-height: inherit; } .card-media { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } .card-media:hover { background: #282828; } .card-media:hover .card-media-remove-btn { opacity: 1.0; } .card-media .card-media-remove-btn { position: absolute; top: 66px; left: 122px; cursor: pointer; color: #1b1b1b; opacity: 0; background-color: #5A0902; } .card-media .card-media-remove-btn .glyphicon { color: #FFF; } .card-media-thumbnail { float: left; margin-right: 6px; width: 120px; height: 90px; border: 1px solid #232323; } .card-media-title { font-size: 16px; margin-top: 6px; margin-bottom: 2px; margin-right: 4px; display: block; max-height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .card-media-title.smaller { font-size: 14px; line-height: 15px; max-height: 80px; margin-right: 4px; } .card-media-time { font-size: 12px; float: right; text-align: right; max-width: 60px; overflow: hidden; margin-right: 6px; margin-top: 2px; } .card-channel-name { font-size: 12px; } .card-media-common { font-size: 12px; color: #C1882B; } .card-media-common a { color: #C1882B; } .card-play-count { font-size: 12px; color: #B7B7B7; }
www/css/profile.css
.channel-card-drop-shadow { border-bottom: none; border-left: none; border-right: none; border-top: none; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4); } .profile-mainpage { padding-top: 50px !important; } #profile h1 { color: #FFF; padding: 0; margin: 0; text-shadow: none; font-size: 22px; } #profile .nav-tabs { border: 1px solid #000; background: #1b1b1b; text-transform: uppercase; } #profile .nav-tabs > li.active > a, #profile .nav-tabs > li.active > a:focus, #profile .nav-tabs > li.active > a:hover { background-color: transparent; border: none; border-bottom: 2px solid #fff; cursor: pointer; } #profile .nav > li > a:focus, #profile .nav > li > a:hover { text-decoration: none; background-color: #111; } #profile-header { width: 100%; height: 275px; margin-bottom: 6px; background: center center no-repeat; background-size: cover; position: relative; } @media only screen and (max-width: 600px) { #profile-header { height: 116px; } } #profile-header-edit { text-align: center; margin: auto auto; padding: 6px; color: #fff; background-color: rgba(27, 27, 27, 0.75); border: 1px solid #000; position: absolute; top: 44px; left: 0; right: 0; } #profile-header-edit .glyphicon { vertical-align: middle; margin-top: -4px; font-size: 30px; width: 30px; height: 30px; } #profile-header-edit .sp-replacer { float: none; border-radius: 3px; } #profile-info, .profile-info { padding: 0 6px; color: #FFF; } #profile-info .profile-edit-control, .profile-info .profile-edit-control { border: none; padding: 4px; margin-bottom: 2px; width: 100%; } #profile-info .profile-edit-control.invalid, .profile-info .profile-edit-control.invalid { border: 1px solid red; } #profile-info.inline, .profile-info.inline { display: inline-block; vertical-align: top; text-align: center; margin-bottom: 18px; } #profile-tags, #favorites-tag-list { list-style-type: none; margin: 0; padding: 8px; } #profile-tags .tag, #favorites-tag-list .tag { display: inline-block; vertical-align: top; margin-right: 2px; margin-bottom: 6px; color: white; padding: 6px 8px; background-color: #5ea05e; } #profile-tags .tag.active, #favorites-tag-list .tag.active { background-color: #6eaa6e; } #profile-tags .tag.active a, #favorites-tag-list .tag.active a, #profile-tags .tag.active span, #favorites-tag-list .tag.active span { text-decoration: underline; } #profile-tags .tag:hover, #favorites-tag-list .tag:hover { background-color: #6eaa6e; } #profile-tags .tag:hover a, #favorites-tag-list .tag:hover a, #profile-tags .tag:hover span, #favorites-tag-list .tag:hover span { color: #fff; } #profile-tags .tag span, #favorites-tag-list .tag span { cursor: pointer; } #profile-tags .tag [data-role="remove"], #favorites-tag-list .tag [data-role="remove"] { margin-left: 6px; cursor: pointer; } #profile-tags .tag [data-role="remove"]:after, #favorites-tag-list .tag [data-role="remove"]:after { content: "x"; padding: 0px 2px; } #profile-tags .tag [data-role="remove"]:hover, #favorites-tag-list .tag [data-role="remove"]:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } #profile-tags .tag [data-role="remove"]:hover:active, #favorites-tag-list .tag [data-role="remove"]:hover:active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } #profile-timeline { margin-top: -48px; } @media only screen and (max-width: 600px) { #profile-timeline { margin-top: 0; } } #profile-avatar-wrap, .profile-avatar-wrap { width: 100%; text-align: center; margin-top: -110px; margin-bottom: 12px; } #profile-avatar, .profile-avatar { width: 200px; height: 200px; background-size: cover; background-position: center; border-radius: 50%; background-color: #3E444C; } #profile-avatar-edit { text-align: center; height: 42px; margin: 8px auto; padding: 6px; color: #fff; border-radius: 2px; background-color: #222; } #profile-avatar-edit .glyphicon { vertical-align: middle; margin-top: -4px; font-size: 30px; width: 30px; height: 30px; } #navbar-avatar-link { padding-top: 0; padding-bottom: 0; } #navbar-avatar-link:hover, #navbar-avatar-link:focus { background-color: transparent; } #navbar-avatar { width: 40px; height: 40px; background-size: cover; background-position: center; border-radius: 50%; background-color: #3E444C; margin: 3px 15px 3px 0; } #navbar-username { margin-right: 6px; line-height: 50px; } #profile-stats { list-style-type: none; padding: 0; margin-bottom: 0; margin-top: 10px; text-transform: uppercase; color: #FFF; } #profile-stats li { display: inline-block; margin-right: 8px; } #profile-date-joined { color: #FFF; } #profile-bio { margin-top: 10px; color: #FFF; } #profile-bio-edit { margin-top: 10px; width: 100%; height: 200px; } #profile-tagline, .profile-tagline { color: #FFF; font-weight: bold; font-size: 12px; max-height: 17px; } #profile-tagline-edit { margin-bottom: 6px; } #users-list .profile-tagline { margin-bottom: 0; height: 17px; overflow: hidden; } #profile-website { display: block; color: #AFA8FB; } .profile-empty { text-align: center; margin: 34px 0; } .profile-name { color: #FFF; padding: 0; margin: 0; text-shadow: none; font-size: 20px; } .profile-founding-member { height: 26px; width: 26px; } .profile-ajax-spinner { width: 50px; height: 50px; position: absolute; z-index: 1; left: -10px; top: -7px; } .card { background: #1b1b1b; display: block; min-height: 92px; position: relative; width: 100%; padding: 0; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #232323; transition: all 0.2s ease-out; } .card.auto-height { min-height: inherit; } .card-media { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } .card-media:hover { background: #282828; } .card-media:hover .card-media-remove-btn { opacity: 1.0; } .card-media .card-media-remove-btn { position: absolute; top: 66px; left: 122px; cursor: pointer; color: #1b1b1b; opacity: 0; background-color: #5A0902; } .card-media .card-media-remove-btn .glyphicon { color: #FFF; } .card-media-thumbnail { float: left; margin-right: 6px; width: 120px; height: 90px; border: 1px solid #232323; } .card-media-title { font-size: 16px; margin-top: 6px; margin-bottom: 2px; margin-right: 4px; display: block; max-height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .card-media-title.smaller { font-size: 14px; line-height: 15px; max-height: 80px; margin-right: 4px; } .card-media-time { font-size: 12px; float: right; text-align: right; max-width: 60px; overflow: hidden; margin-right: 6px; margin-top: 2px; } .card-channel-name { font-size: 12px; } .card-media-common { font-size: 12px; color: #C1882B; } .card-media-common a { color: #C1882B; } .card-play-count { font-size: 12px; color: #B7B7B7; }
0.368406
0.048137
*{ box-sizing: border-box; } .container { height:635px; margin:0px; } .a{ position: relative; height:80%; border-style: solid; border-width: 1px; border-color: white; } .b{ position: relative; height:20%; background-color:#373737; border-style: solid; border-width: 1px; border-color: white; } .a1{ width:28.45%; height:100%; float:left; border-style: solid; border-width: 1px; border-color: white; } .a2{ width:71.55%; height:100%; float:left; border-style: solid; border-width: 1px; border-color: white; } .a11{ position: relative; height:25%; border-style: solid; border-width: 1px; border-color: white; } .a12{ position: relative; height:75%; border-style: solid; border-width: 1px; border-color: white; } .a21{ position: relative; height:25%; background-color: #F4F4F4; border-style: solid; border-width: 1px; border-color: #F4F4F4; } .a22{ position: relative; height:10%; background-color: #F4F4F4; border-style: solid; border-width: 1px; border-color: #F4F4F4; } .a23{ position: relative; height:65%; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a231{ width:24%; height:100%; float:left; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a232{ width:76%; height:100%; float:left; border-style: solid; border-width: 1px; border-color: #F4F4F4; } .a2311{ position: relative; height: 10%; margin-top: 5px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2312{ position: relative; height: 10%; margin-top: 10px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2313{ position: relative; height: 10%; margin-top: 8px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2314{ position: relative; height: 10%; margin-top: 7px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2321,.a2322,.a2323,.a2324{ position: relative; height:10%; margin-top: 8px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2325{ position: relative; height:10%; margin-top: 18px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2326{ position: relative; height:10%; margin-top: 12px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .logo{ width: 50%; margin-top: 30px; margin-left: 60px; } .sideh1{ text-align:left; font-size:25px; font-family: sans-serif; color: #747474; margin-left: 75px; margin-top: 11px; margin-bottom: 8px; } .mainh1{ font-size: 24.5px; font-weight: bold; font-family: sans-serif; color: #747474; margin: 0px; margin-left: 71px; margin-top: 11.6px; } .createbtn{ font-size: 12px; font-weight: bold; font-family: sans-serif; border: none; border-radius: 3px; padding-bottom: 8px; padding-top: 8px; width: 314px; color: white; background-color: #F04C4D; } .des{ font-size: 12.5px; margin-left: 69.5px; font-family: sans-serif; } .form_element{ font-size: 15px; width: 314px; padding-right: 3px; padding-top: 7px; padding-bottom: 7px; padding-left: 5px; border: none; border-radius: 3px; } .anchor{ font-size: 12.5px; color: #D25050; font-family: sans-serif; margin-left: 76px; } .anchor1{ font-size: 12px; font-family: sans-serif; color: #D25050; margin-left: 103px; } span{ font-size: 12px; color: red; font-weight: bold; } #l1{ margin-left: 361px; margin-top: 198px; font-family: sans-serif; font-size: 45px; } #l2{ font-family: sans-serif; font-size: 25px; color: #D25050; margin-left: 557px; }
static/css/register_style.css
*{ box-sizing: border-box; } .container { height:635px; margin:0px; } .a{ position: relative; height:80%; border-style: solid; border-width: 1px; border-color: white; } .b{ position: relative; height:20%; background-color:#373737; border-style: solid; border-width: 1px; border-color: white; } .a1{ width:28.45%; height:100%; float:left; border-style: solid; border-width: 1px; border-color: white; } .a2{ width:71.55%; height:100%; float:left; border-style: solid; border-width: 1px; border-color: white; } .a11{ position: relative; height:25%; border-style: solid; border-width: 1px; border-color: white; } .a12{ position: relative; height:75%; border-style: solid; border-width: 1px; border-color: white; } .a21{ position: relative; height:25%; background-color: #F4F4F4; border-style: solid; border-width: 1px; border-color: #F4F4F4; } .a22{ position: relative; height:10%; background-color: #F4F4F4; border-style: solid; border-width: 1px; border-color: #F4F4F4; } .a23{ position: relative; height:65%; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a231{ width:24%; height:100%; float:left; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a232{ width:76%; height:100%; float:left; border-style: solid; border-width: 1px; border-color: #F4F4F4; } .a2311{ position: relative; height: 10%; margin-top: 5px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2312{ position: relative; height: 10%; margin-top: 10px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2313{ position: relative; height: 10%; margin-top: 8px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2314{ position: relative; height: 10%; margin-top: 7px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2321,.a2322,.a2323,.a2324{ position: relative; height:10%; margin-top: 8px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2325{ position: relative; height:10%; margin-top: 18px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .a2326{ position: relative; height:10%; margin-top: 12px; border-style: solid; border-width: 1px; border-color: #F4F4F4; background-color: #F4F4F4; } .logo{ width: 50%; margin-top: 30px; margin-left: 60px; } .sideh1{ text-align:left; font-size:25px; font-family: sans-serif; color: #747474; margin-left: 75px; margin-top: 11px; margin-bottom: 8px; } .mainh1{ font-size: 24.5px; font-weight: bold; font-family: sans-serif; color: #747474; margin: 0px; margin-left: 71px; margin-top: 11.6px; } .createbtn{ font-size: 12px; font-weight: bold; font-family: sans-serif; border: none; border-radius: 3px; padding-bottom: 8px; padding-top: 8px; width: 314px; color: white; background-color: #F04C4D; } .des{ font-size: 12.5px; margin-left: 69.5px; font-family: sans-serif; } .form_element{ font-size: 15px; width: 314px; padding-right: 3px; padding-top: 7px; padding-bottom: 7px; padding-left: 5px; border: none; border-radius: 3px; } .anchor{ font-size: 12.5px; color: #D25050; font-family: sans-serif; margin-left: 76px; } .anchor1{ font-size: 12px; font-family: sans-serif; color: #D25050; margin-left: 103px; } span{ font-size: 12px; color: red; font-weight: bold; } #l1{ margin-left: 361px; margin-top: 198px; font-family: sans-serif; font-size: 45px; } #l2{ font-family: sans-serif; font-size: 25px; color: #D25050; margin-left: 557px; }
0.446736
0.092115
.welcomeHeader { width: 100%; height: 150px; background-color: white; margin: 0; padding: 0; display: flex; } .logo { width: 200px; height: auto; margin-top: 100px; margin-left: 100px; padding: 0; } .loginContainer { width: 100%; height: 89vh; background-color: white; } .loginHeader { margin-top: 50px; margin-bottom: 20px; margin-left: 430px; font-size: 50px; } .errorMsg { width: 200px; height: 60px; border: solid 1px black; margin-left: auto; margin-right: auto; margin-top: 20px; } .saperateLine { width: 400px; border-color: black; } .loginBox { width: 400px; height: 71px; margin-top: 50px; margin-left: 40px; border: 1px solid rgb(191, 195, 233); box-sizing: border-box; border-radius: 6px; font-size: 16px; padding-left: 20px; color: black; } .inputBox { width: 400px; height: 71px; margin-top: 50px; margin-left: 40px; border: 1px solid rgb(191, 195, 233); box-sizing: border-box; border-radius: 6px; font-size: 16px; padding-left: 20px; color: black; } .saveButton { width: 100px; margin-left: 40px; margin-top: 30px; } .line { margin-top: 50px; width: 500px; } .gina { width: 90px; height: auto; margin-left: 68px; } .slider { margin-top: 20px; margin-bottom: 30px; } .saperateLine { width: 400px; border-color: black; } .login-width { width: 400px; height: 100px; } input:focus { outline: none; } .input-color { background-color: white; } .slideCon { width: 100%; margin-top: 50px; height: auto; text-align: center; } .loginInput { width: 42%; height: 61px; margin-top: 25px; margin-left: 430px; background-color: none; border: 2px solid rgb(147, 151, 190); box-sizing: border-box; border-radius: 6px; font-size: 16px; padding-left: 20px; } .profileTitle{ align-self: center; margin-top: 80px; } .nextButton{ width: 100px; height: 40px; margin-top: 80px; margin-bottom: 20px; align-self: center; background-color: #20c3ca !important; color: #364c64 !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none !important; } .nextButton:hover { background-color: #57dadf !important; transition: ease-in ; } .boxes{ margin: auto; } .img{ width: 180px; height: 180px; } .box{ width: 180px; height: 180px; margin-left: 20px; margin-top: 30px; border: none; padding: 0; } .img2{ width: 180px; height: 180px; } .lightBox{ width: 180px; height: 180px; margin-left: 20px; margin-top: 20px; border: none; padding: 0; box-shadow: 0px 0px 20px rgb(147, 207, 141); } .submitButton{ width: 150px; height: 60px; margin-top: 20px; margin-bottom: 20px; align-self: center; background-color: #20c3ca !important; color: #364c64 !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none !important; } .submitButton:hover { background-color: #3aced3 !important; transition: ease-in ; box-shadow: 0px 0px 5px #bece78 } .goButton{ width: 110px; height: 50px; margin-left: 900px; margin-top: 40px; background-color: #2ab7be !important; color: black !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none; border-radius: 5px; } .goButton:hover { background-color: #42d5dd !important; transition: ease-in ; box-shadow: 0px 0px 5px #8b2174 } .formContainer{ display: flex; flex-direction: column; color: black; } .doubleInput{ display: flex; justify-content: center; margin-right: 40px; } .icon { width: 220px; height: auto; margin-left: 50px; margin-right: 50px; border-radius: 50%; border: solid 1px rgb(231, 229, 229); } .profileTitle { align-self: center; margin-top: 80px; } .nextButton { width: 100px; height: 40px; margin-top: 80px; margin-bottom: 20px; align-self: center; background-color: #20c3ca !important; color: #364c64 !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none !important; } .nextButton:hover { background-color: #57dadf !important; transition: ease-in; } .boxes { margin: auto; } .img { width: 180px; height: 180px; } .box { width: 180px; height: 180px; margin-left: 20px; margin-top: 30px; border: none; padding: 0; } .img2 { width: 180px; height: 180px; } .lightBox { width: 180px; height: 180px; margin-left: 20px; margin-top: 20px; border: none; padding: 0; box-shadow: 0px 0px 20px rgb(147, 207, 141); } .submitButton { width: 150px; height: 60px; margin-top: 20px; margin-bottom: 20px; align-self: center; background-color: #20c3ca !important; color: #364c64 !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none !important; } .submitButton:hover { background-color: #3aced3 !important; transition: ease-in; box-shadow: 0px 0px 5px #bece78; } .goButton { width: 110px; height: 50px; margin-left: 900px; margin-top: 40px; background-color: #2ab7be !important; color: black !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none; border-radius: 5px; } .goButton:hover { background-color: #42d5dd !important; transition: ease-in; box-shadow: 0px 0px 5px #8b2174; } .formContainer { display: flex; flex-direction: column; color: black; } .doubleInput { display: flex; justify-content: center; margin-right: 40px; } .icon { width: 220px; height: auto; margin-left: 50px; margin-right: 50px; border-radius: 50%; border: solid 1px rgb(231, 229, 229); }
jumpstart-react/src/pages/Login.css
.welcomeHeader { width: 100%; height: 150px; background-color: white; margin: 0; padding: 0; display: flex; } .logo { width: 200px; height: auto; margin-top: 100px; margin-left: 100px; padding: 0; } .loginContainer { width: 100%; height: 89vh; background-color: white; } .loginHeader { margin-top: 50px; margin-bottom: 20px; margin-left: 430px; font-size: 50px; } .errorMsg { width: 200px; height: 60px; border: solid 1px black; margin-left: auto; margin-right: auto; margin-top: 20px; } .saperateLine { width: 400px; border-color: black; } .loginBox { width: 400px; height: 71px; margin-top: 50px; margin-left: 40px; border: 1px solid rgb(191, 195, 233); box-sizing: border-box; border-radius: 6px; font-size: 16px; padding-left: 20px; color: black; } .inputBox { width: 400px; height: 71px; margin-top: 50px; margin-left: 40px; border: 1px solid rgb(191, 195, 233); box-sizing: border-box; border-radius: 6px; font-size: 16px; padding-left: 20px; color: black; } .saveButton { width: 100px; margin-left: 40px; margin-top: 30px; } .line { margin-top: 50px; width: 500px; } .gina { width: 90px; height: auto; margin-left: 68px; } .slider { margin-top: 20px; margin-bottom: 30px; } .saperateLine { width: 400px; border-color: black; } .login-width { width: 400px; height: 100px; } input:focus { outline: none; } .input-color { background-color: white; } .slideCon { width: 100%; margin-top: 50px; height: auto; text-align: center; } .loginInput { width: 42%; height: 61px; margin-top: 25px; margin-left: 430px; background-color: none; border: 2px solid rgb(147, 151, 190); box-sizing: border-box; border-radius: 6px; font-size: 16px; padding-left: 20px; } .profileTitle{ align-self: center; margin-top: 80px; } .nextButton{ width: 100px; height: 40px; margin-top: 80px; margin-bottom: 20px; align-self: center; background-color: #20c3ca !important; color: #364c64 !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none !important; } .nextButton:hover { background-color: #57dadf !important; transition: ease-in ; } .boxes{ margin: auto; } .img{ width: 180px; height: 180px; } .box{ width: 180px; height: 180px; margin-left: 20px; margin-top: 30px; border: none; padding: 0; } .img2{ width: 180px; height: 180px; } .lightBox{ width: 180px; height: 180px; margin-left: 20px; margin-top: 20px; border: none; padding: 0; box-shadow: 0px 0px 20px rgb(147, 207, 141); } .submitButton{ width: 150px; height: 60px; margin-top: 20px; margin-bottom: 20px; align-self: center; background-color: #20c3ca !important; color: #364c64 !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none !important; } .submitButton:hover { background-color: #3aced3 !important; transition: ease-in ; box-shadow: 0px 0px 5px #bece78 } .goButton{ width: 110px; height: 50px; margin-left: 900px; margin-top: 40px; background-color: #2ab7be !important; color: black !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none; border-radius: 5px; } .goButton:hover { background-color: #42d5dd !important; transition: ease-in ; box-shadow: 0px 0px 5px #8b2174 } .formContainer{ display: flex; flex-direction: column; color: black; } .doubleInput{ display: flex; justify-content: center; margin-right: 40px; } .icon { width: 220px; height: auto; margin-left: 50px; margin-right: 50px; border-radius: 50%; border: solid 1px rgb(231, 229, 229); } .profileTitle { align-self: center; margin-top: 80px; } .nextButton { width: 100px; height: 40px; margin-top: 80px; margin-bottom: 20px; align-self: center; background-color: #20c3ca !important; color: #364c64 !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none !important; } .nextButton:hover { background-color: #57dadf !important; transition: ease-in; } .boxes { margin: auto; } .img { width: 180px; height: 180px; } .box { width: 180px; height: 180px; margin-left: 20px; margin-top: 30px; border: none; padding: 0; } .img2 { width: 180px; height: 180px; } .lightBox { width: 180px; height: 180px; margin-left: 20px; margin-top: 20px; border: none; padding: 0; box-shadow: 0px 0px 20px rgb(147, 207, 141); } .submitButton { width: 150px; height: 60px; margin-top: 20px; margin-bottom: 20px; align-self: center; background-color: #20c3ca !important; color: #364c64 !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none !important; } .submitButton:hover { background-color: #3aced3 !important; transition: ease-in; box-shadow: 0px 0px 5px #bece78; } .goButton { width: 110px; height: 50px; margin-left: 900px; margin-top: 40px; background-color: #2ab7be !important; color: black !important; font-size: 15px !important; font-weight: 700 !important; font-style: bold !important; border: none; border-radius: 5px; } .goButton:hover { background-color: #42d5dd !important; transition: ease-in; box-shadow: 0px 0px 5px #8b2174; } .formContainer { display: flex; flex-direction: column; color: black; } .doubleInput { display: flex; justify-content: center; margin-right: 40px; } .icon { width: 220px; height: auto; margin-left: 50px; margin-right: 50px; border-radius: 50%; border: solid 1px rgb(231, 229, 229); }
0.390011
0.073763
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input{padding: 0; margin: 0;} h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td{font-size: 1em; font-style: normal; font-weight: normal;} strong{font-weight: bold;} ul, ol{list-style: none outside none;} fieldset, img{border: medium none; vertical-align: middle;} caption, th{ text-align: left;} table{border-collapse: collapse; border-spacing: 0;} body{font: 12px/20px "Hiragino Sans GB","Microsoft Yahei",arial,宋体,"Helvetica Neue",Helvetica,STHeiTi,sans-serif; color: #666; background: #FFF none repeat scroll 0 0; min-width: 1200px;} input, select, textarea{font: 12px/20px "microsoft yahei", sans-serif;} i, cite, em{font-style: normal;} input,button,select,textarea{ outline:none} html {min-height:101%; } /* 链接 */ a{color: #333; text-decoration: none; outline: medium none; -webkit-transition-property:color; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease;} a:link, a:visited, a:active{text-decoration: none;} a:hover{color: #1e89e0;} /* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */ .clearfix:after{clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden;} .clearfix{display: inline-block;} /*阿里字体库 BEGIN*/ @font-face {font-family: 'iconfont'; src: url('../../plugins/iconfont/iconfont.eot'); /* IE9*/ src: url('../../plugins/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../plugins/iconfont/iconfont.woff') format('woff'), /* chrome、firefox */ url('../../plugins/iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../../plugins/iconfont/iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */ } .iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;} /*阿里字体库 END*/ /* ========================== * 为旧版本浏览器格式化Html5元素 * ========================== */ article, aside, dialog, footer, header, section, footer, nav, figure, menu{display:block; } /* WebKit, Blink, Edge */ ::-webkit-input-placeholder {color:#ccc;} /* Mozilla Firefox 4 to 18 */ :-moz-placeholder{color:#ccc;} /* Mozilla Firefox 19+ */ ::-moz-placeholder {color:#ccc;} /* Internet Explorer 10-11 */ :-ms-input-placeholder{color:#ccc;} /*文字排版******************************/ .f12{font-size:12px!important;;} .f13{font-size:13px!important;;} .f14{font-size:14px!important;;} .f16{font-size:16px!important;;} .f20{font-size:20px!important;} .f22{font-size:22px!important;} .f24{font-size:24px!important;} .f26{font-size:26px!important;} .fb{font-weight:bold;} .fn{font-weight:normal;} /*定位******************************/ .tl{text-align:left !important;} .tc{text-align:center !important; } .tr{text-align:right !important;} .bc{margin-right:auto ;margin-left:auto;} .fl{float:left; display:inline;} .fr{float:right !important; display:inline;} .cb{clear:both;} .cl{clear:left;} .cr{clear:right;} .vm{vertical-align: middle;} .vt{vertical-align: top;} .pr{position:relative;} .pa{position:absolute;} .abs-right{position:absolute; right:0;} .zoom{zoom:1} .none{display:none;} .clear{clear: both; height: 0; font-size: 0; line-height:0; } /*长度高度******************************/ .w1000{width: 1000px;margin: 0 auto;} .w1200{width: 1200px;margin: 0 auto;} .w10{width:10px !important;} .w20{width:20px !important;} .w30{width:30px !important;} .w40{width:40px !important;} .w50{width:50px !important;} .w60{width:60px !important;} .w70{width:70px !important;} .w80{width:80px !important;} .w90{width:90px !important;} .w100{width:100px !important;} .w110{width:110px !important;} .w120{width:120px !important;} .w130{width:130px !important;} .w150{width:150px !important;} .w160{width:160px;} .w180{width:180px;} .w200{width:200px !important;} .w300{width:300px !important;} .w400{width:400px!important;} .w450{width:450px !important;} .w500{width:500px;} .w600{width:600px !important;} .w700{width:700px;} .w800{width:800px;} .h20 { height: 20px !important;} .h30 { height: 30px !important;} .h40 { height: 40px !important;} .h50 { height: 50px !important;} .h80 { height: 80px;} .h100 { height:100px !important;} .h200 { height:200px ;} .h500 { height:500px !important;} .h { height:100%} .size30 { width: 30px; height: 30px;} .size32 { width: 32px; height:32px;} .size40 { width: 40px; height:40px;} .size60 { width: 60px; height:60px;} .size70 { width: 70px; height: 70px;} .size72 { width: 72px; height: 72px;} .size75 { width: 75px; height: 75px;} .size80 { width: 80px; height:80px;} .size90 { width: 90px; height:90px;} .size100 { width: 100px; height: 100px;} .size110 { width: 110px; height: 110px;} .size120 { width: 120px; height: 120px;} .size128 { width: 128px; height: 128px;} .size160 { width: 160px; height: 160px;} .size160-48 { width: 160px; height: 48px;} .size160 { width: 160px; height: 160px;} .size184 { width: 184px; height: 114px; } .size190 { width: 190px; height: 190px;} .size196 { width: 196px; height: 196px;} .size233 { width: 233px; } /*边距******************************/ .m0{ margin: 0!important;} .m10{margin:10px;} .m15{margin:15px !important;} .m30{margin:30px;} .mt5{margin-top:5px;} .mt10{margin-top:10px !important;} .mt15{margin-top:15px;} .mt20{margin-top:20px !important;} .mt30{margin-top:30px !important;} .mt50{margin-top:50px !important;} .mt100{margin-top:100px !important;} .mb5{margin-bottom:5px !important;} .mb10{margin-bottom:10px !important;} .mb15{margin-bottom:15px !important;} .mb20{margin-bottom:20px !important;} .mb30{margin-bottom:30px !important;} .mb50{margin-bottom:50px !important;} .mb100{margin-bottom:100px !important;} .ml5{margin-left:5px!important;} .ml10{margin-left:10px!important;} .ml15{margin-left:15px !important;} .ml20{margin-left:20px !important;} .ml30{margin-left:30px !important;} .ml50{margin-left:50px !important;} .ml100{margin-left:100px !important;} .mr5{margin-right:5px !important;} .mr10{margin-right:10px !important;} .mr15{margin-right:15px !important;} .mr20{margin-right:20px;} .mr30{margin-right:30px !important;} .mr50{margin-right:50px !important;} .mr100{margin-right:100px;} /*边距******************************/ .p10{padding:10px;} .p15{padding:15px;} .p20{padding:20px;} .p30{padding:30px;} .pt5{padding-top:5px;} .pt10{padding-top:10px;} .pt15{padding-top:15px;} .pt20{padding-top:20px;} .pt30{padding-top:30px;} .pt50{padding-top:50px;} .pt100{padding-top:100px;} .pb5{padding-bottom:5px;} .pb10{padding-bottom:10px;} .pb15{padding-bottom:15px;} .pb20{padding-bottom:20px !important;} .pb30{padding-bottom:30px;} .pb50{padding-bottom:50px;} .pb100{padding-bottom:100px;} .pl5{padding-left:5px;} .pl10{padding-left:10px;} .pl15{padding-left:15px;} .pl20{padding-left:20px;} .pl30{padding-left:30px;} .pl50{padding-left:50px;} .pl100{padding-left:100px;} .pr5{padding-right:5px;} .pr10{padding-right:10px;} .pr15{padding-right:15px;} .pr20{padding-right:20px;} .pr30{padding-right:30px;} .pr50{padding-right:50px;} .pr100{padding-right:100px;} /*背景色******************************/ .bg-white { background: #fff !important;} .bg-gray { background: #f6fbfc;} .bg-gray2 { background: #f5f5f5;} .bg-gray3 { background: #f0f0f0;} .bg-gray4 { background: #f8fbff;} .bg-gray5 { background: #f2f2f2;} .bg-black { background: #333;} .bg-blue { background: #0a6dee;} .bg-blue2 { background: #3eb9f5;} .bg-blue3 { background: #2ea7e0;} .bg-blue4 { background: #59bfe2;} .bg-blue5 { background: #5ec2e4 !important;} .bg-blue6 { background: #8abdf3 !important;} .bg-blue7 { background: #6ccdf6 !important;} .bg-blue8 { background: #66a3ff !important;} .bg-blue9 { background: #69cbef !important;} .bg-blue10 { background: #40bfee !important;} .bg-blue11 { background: #6eb0fc !important;} .bg-blue12 { background: #69a7ef !important;} .bg-blue13 { background: #44b6ff !important;} .bg-blue14 { background: #34bddf;} .bg-blue15 { background: #5dcae5;} .bg-blue16 { background: #00b7ee;} .bg-blue17 { background: #66d4f5;} .bg-blue18 { background: #7495ff;} .bg-blue19 { background: #acbfff;} .bg-blue20 { background: #5c8be1;} .bg-green { background: #46be8a;} .bg-green2 { background: #33d5bd;} .bg-green3 { background: #0ecc6a;} .bg-green4 { background: #19ba62;} .bg-green5 { background: #80e55e;} .bg-green6 { background: #79e58e !important;} .bg-green7 { background: #0cc469 !important;} .bg-green8 { background: #64eecf !important;} .bg-green9 { background: #47e4c1 !important;} .bg-green10 { background: #00c380 !important;} .bg-green11 { background: #0dcc6d !important;} .bg-green12 { background: #32d34c;} .bg-green13 { background: #5bdc70;} .bg-green14 { background: #32d34c;} .bg-green15 { background: #84e594;} .bg-green16 { background: #1be17f;} .bg-green17 { background: #6ac17a;} .bg-red { background: #f03d3d;} .bg-red2 { background: #f04b4b;} .bg-red3 { background: #f85697;} .bg-red4 { background: #fe885f !important;} .bg-red5 { background: #ff7e7e !important;} .bg-red6 { background: #ff6868 !important;} .bg-red7 { background: #ff5353 !important;} .bg-red8 { background: #ff8c8c !important;} .bg-red9 { background: #f36b6b !important;} .bg-red10 { background: #e54c4c !important;} .bg-red11 { background: #fa7070 !important;} .bg-red12 { background: #ec6666 !important;} .bg-red13 { background: #f64444;} .bg-red14 { background: #f86969;} .bg-red15 { background: #f26e6e;} .bg-pink { background: #fa6dff;} .bg-pink2 { background: #f883c8;} .bg-pink3 { background: #ed6cb9;} .bg-pink4 { background: #ff7171;} .bg-pink5 { background: #f3a066;} .bg-pink6 { background: #f95699;} .bg-pink7 { background: #fb9ac2;} .bg-pink8 { background: #ff8c8c;} .bg-orange { background: #ff6526;} .bg-orange2 { background: #f8b62d;} .bg-orange3 { background: #f9ac48;} .bg-orange4 { background: #ff9543;} .bg-orange5 { background: #ff6600;} .bg-orange6 { background: #faa05a;} .bg-orange7 { background: #f58732;} .bg-orange8 { background: #f39800 !important;} .bg-orange9 { background: #ff9c4f;} .bg-orange10 { background: #ff842d;} .bg-orange11 { background: #eb6100;} .bg-orange12 { background: #e5925b;} .bg-yellow { background: #f7b532;} .bg-yellow2 { background: #f5c855;} .bg-yellow3 { background: #f8cc1b;} .bg-yellow4 { background: #ffcc00;} .bg-yellow5 { background: #fec96a;} .bg-yellow6 { background: #efb957;} .bg-yellow7 { background: #f4a53f;} .bg-yellow8 { background: #f6b765;} .bg-yellow9 { background: #f4b817;} .bg-yellow10 { background: #f8d474;} .bg-purple { background: #b871f4;} .bg-purple2 { background: #9b9bd1 !important;} .bg-purple3 { background: #9559d1;} .bg-purple4 { background: #9691f5;} .bg-purple5 { background: #8881ee;} .bg-purple6 { background: #c477f6;} .bg-purple7 { background: #b661ed;} .bg-purple8 { background: #c54cec;} .bg-purple9 { background: #d170f0;} .bg-purple10 { background: #b870f6;} .bg-purple11 { background: #d4a9fa;} .bg-purple12 { background: #db52db;} .bg-purple13 { background: #c770ff;} .bg-grey{background:#f2f2f4!important;} /*会员级别图标*/ .ds-grade-mini {font: 600 italic 12px/16px Georgia,Arial; text-shadow: 1px 1px 0 rgba(0,0,0,0.25); color:#fbfbfb; background-color: #ff4040;vertical-align: middle; display: inline-block;height: 16px; padding: 1px 3px; border-radius: 2px;;} /*常用按钮样式******************************/ .btn{display:inline-block;padding:6px 12px;margin:0 auto;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;width:100%;display:block} .btn_red{color:#fff;background-color:#d9534f;border-color:#d43f3a} .btn_red:hover{color:#fff;background-color:#c9302c;border-color:#ac2925} .login-btn{height:42px;background-color: #ff3c3c;color:#fff;font-size:16px;} .login-btn:hover{background-color: #d72226;} .no_results{border:1px solid #f7eae7;font-size:15px;color:#aaa;padding:200px 0;text-align:center;} .no_results:before{font:20px/1px iconfont;content: "\e719";color:#ff4040;padding-right:5px;} /*一键登录图标 BEGIN*/ .partner-login{padding:12px 0;border-top:1px dashed #DDD;margin:auto;width:100%;} .partner-login h3{font-weight:400;font-size:12px;padding-bottom:5px;color:#999;text-align:center;} .partner-login p{text-align:center;} .partner-login .login_ico{width:40px;height:40px;vertical-align:middle;background:url(../images/login_ico.png) no-repeat 0 0;display:block;float:left;margin-right:26px} .partner-login .ico_qq{background-position:0 0} .partner-login .ico_qq:hover{background-position:0 -45px} .partner-login .ico_weibo{background-position:-45px 0} .partner-login .ico_weibo:hover{background-position:-45px -45px} .partner-login .ico_weixin{background-position:-180px 0} .partner-login .ico_weixin:hover{background-position:-180px -45px} /*一键登录图标 END*/ /* 快速登录*/ .quick-login{background:#FFF;overflow:hidden;width:270px;margin:10px auto 0 auto} .quick-login .mt{height:35px;line-height:35px;padding:5px 0 0;margin:0 0 5px} .quick-login .mt ul{width:100%;height:36px;line-height:35px;display:inline-block;border-bottom-width:1px;border-bottom-style:solid;border-color:#E31939} .quick-login .mt li{float:left;height:35px;line-height:35px;margin-right:15px;padding:0 15px;background:#fff;font-size:13px;cursor:pointer} .quick-login .mt li.on{border-color:#E31939;color:#E31939;border-width:2px 1px 0;border-style:solid} .quick-login .mc dl { width: 100%; margin: 0 auto; overflow: hidden;} .quick-login .mc dl dt { line-height: 20px; height:20px; margin:5px 0 1px 0; text-shadow: 1px 1px 0 #FFF;} .quick-login .mc dl dd{line-height: 38px;border: 1px solid #d2d2d2;position: relative;height:38px;} .quick-login .mc dl dd .icon{display: block;width: 20px;height: 20px;position: absolute;left: 10px;top: 9px;font-size:16px;text-align:center;line-height:20px;color:#e8e8e8;} .quick-login .mc dl dd .send_code{float:right;width:120px;height:38px;border-right: 1px solid #d2d2d2;background:#c1c1c1;text-align:center;color:#000;} .quick-login .mc .text{height:28px;line-height:28px;padding:5px 10px 5px 35px;outline: 0;border:0;width: 223px;} .quick-login .mc .text:focus{ background-color:#FFF; border-color: #CCC; box-shadow: 1px 1px 1px 0 #E7E7E7; -moz-box-shadow: 1px 1px 1px 0 #E7E7E7/* if FF*/; -webkit--box-shadow: 1px 1px 1px 0 #E7E7E7/* if Webkie*/;} .quick-login .mc .sms_captcha{width:80px;} .quick-login .mc ul { width: 100%; display:block; clear:both; margin:10px auto; padding-bottom:10px; overflow: hidden; border-bottom: solid 1px #E7E7E7;} .quick-login .mc ul li {line-height: 20px; color:#999;} .quick-login .mc ul li a {font-weight:600; margin:0 2px;} .quick-login .mc ul li a.forget {float:left;} .quick-login .mc ul li a.register {color:#f42424;float:right; text-decoration:underline; } .quick-login .mc .enter { width: 100%; margin: 10px auto; overflow: hidden;} .quick-login .mc .enter .submit {color:#FFF;background-color: #ff3c3c;border-radius:2px;width:100%; height:40px;line-height:40px;border:0; cursor:pointer;font-size:16px;} .quick-login .mc .enter .submit:hover {background-color: #d72226;} .thumb , .logo { display:table-cell; vertical-align:middle; text-align:center;} .thumb i , .logo i { *display:inline-block; *height:100%; *vertical-align:middle; } .thumb img , .logo img { *vertical-align:middle;} .thumb-cut { overflow: hidden;} .thumb-cut a { text-align: center; float: left; position:relative; overflow:hidden; } .thumb-cut img { vertical-align: text-top; float: none; position:relative;} /* 翻页样式 */ .pagination{ text-align: center; display:block; margin: 0 auto; padding: 15px 0; } .pagination{font-size:12px; *word-spacing:-1px/*IE6、7*/;} .pagination li{vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; margin: 0 0 0 -1px; } .pagination li{*display: inline/*IE6、7*/;*zoom:1;} .pagination li span {font: 600 12px/20px Verdana, Tahoma, Arial;color: #AAA; background-color: #FFF; text-align: center; display: block; min-width: 20px; padding: 8px; border: 1px solid #E6E6E6;position: relative; z-index: 1; } .pagination li a, .pagination li a:visited{font: 600 12px/20px Verdana, Tahoma, Arial;color: #555; text-decoration: none; background-color: #FFF; position: relative; z-index: 1;display:block;min-width: 20px; padding: 8px; border: 1px solid #E6E6E6;position: relative;} .pagination li a:hover, .pagination li a:active{ color: #1e89e0; text-decoration: none; border-color: #FC6520; position: relative; z-index: 9; cursor:pointer; } .pagination li a:hover{ text-decoration: none; } .pagination li span.currentpage{color: #FFF; font-weight: bold; background-color: #1e89e0; border-color: #FC6520; position: relative; z-index: 2; } .pagination li:first-child{margin-right: 8px; } .pagination li:last-child{margin-left: 8px; } /*top BEGIN*/ .public-top { width: 100%; line-height: 31px;height:31px; background: #f5f4f4; color:#7f7f7a; position: relative;z-index: 1000;border-bottom:1px solid #e6e6e6;} .public-top span { display: inline } .public-top .warp{width:1190px;margin:0 auto} .public-top a{color:#7f7f7a} .public-top .top-link{ float:left;} .public-top .top-link em{color:#3e3a39;padding-left:5px;} .public-top .login-regin{float:left;margin-left:44px} .public-top .login-regin li{float:left} .public-top .login-regin li.line::after{content:"|";padding:0 11px;color:#e6e6e6;} .public-top .quick_list { float: right; height: 30px; } .public-top .quick_list li { height: 31px;line-height:31px; padding: 0 11px 0 11px; float: left; position: relative; } .public-top .quick_list li s { top: 9px; left: 0; width: 0; height: 12px; border-left: 1px solid #ddd; overflow: hidden; position: absolute; } .public-top .quick_list li b {transition: transform .2s ease-in 0s; -webkit-transition: -webkit-transform .2s ease-in 0s; display:inline-block;width:0;height:0;border-style:solid;border-color:#cecece transparent transparent;border-width:4px 4px 0;margin-left:3px;position:relative;top:-3px; } .public-top .quick_list li a em{ color:#e3393c;} .public-top .quick_list .dropdown-menu { display: none;left: 3px;} .public-top .quick_list .dropdown-menu li{ line-height: 25px; height: 25px; display: block;white-space: nowrap; } .public-top .quick_list li:hover .blank { position: absolute; z-index: 1; top: 23px; left: 4px; width: 95%; height: 8px; overflow: hidden; background: #fff; } .public-top .quick_list li:hover .dropdown-menu, .public-top .quick_list li:hover .outline { position: absolute; border: 1px solid #ddd; background: #fff; -moz-box-shadow: 0 0 10px rgba(0,0,0,.12); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12); box-shadow: 0 0 10px rgba(0,0,0,.12); } .public-top .quick_list li:hover .dropdown-menu { top: 30px; display: block } .public-top .quick_list li:hover .outline { z-index: -1; left: 3px; top: 3px; width: 95%; height: 28px; } .public-top .quick_list li:hover b{transform: rotate(180deg); -webkit-transform: rotate(180deg); } .public-top .moblie-qrcode .dropdown-menu,.public-top .app-qrcode .dropdown-menu{ width:90px; padding:10px;} /*top END*/ /*底部服务板块*/ .server{margin-top:50px;padding-bottom:20px;background-color:#fff;min-width:1224px;clear:both} .server .ensure{width:1200px;height:100px;background:url(../images/mall_server.jpg) no-repeat;margin:25px auto;padding:0} .server .ensure a{float:left;display:block;width:297px;height:100px;text-indent:-1000em} .server .mall_desc{width: 1190px;padding-top: 22px;height: 190px;margin: auto;border-top: 1px solid #ededed;} .server .mall_desc dl {float: left;width: 186px;padding-left: 52px;} .server .mall_desc dl dt {color: #646464;font-size: 16px;font-weight: 700;height: 30px;line-height: 30px;} .server .mall_desc dl a {display: block;width: 100px;overflow: hidden;text-align: left;height: 20px;line-height: 20px;color: #8b8b8b;} .server .mall_desc .mall_mobile a {width: 105px;height: 105px;line-height: 105px;text-align: center;} /*底部*/ .footer-info {border-top: 2px solid #ededed;padding-top: 20px;text-align: center;} .footer-info .links{} .footer-info .links a{margin: 0 10px;color: #8b8b8b} .footer-info .copyright {margin: auto;padding:20px 0;line-height: 20px;color: #8b8b8b} /*tip提示样式*/ .tip-yellowsimple { color:#000; background-color:#fff9c9; text-align:left; min-width:50px; max-width:300px; border:1px solid #c7bf93; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; z-index:1000; padding:6px 8px;} .tip-yellowsimple .tip-inner { font:12px/16px arial,helvetica,sans-serif;} .tip-yellowsimple .tip-arrow-top { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat; width:9px; height:6px; margin-top:-6px; margin-left:-5px; top:0; left:50%;} .tip-yellowsimple .tip-arrow-right { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -9px 0; width:6px; height:9px; margin-top:-4px; margin-left:0; top:50%; left:100%;} .tip-yellowsimple .tip-arrow-bottom { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -18px 0; width:9px; height:6px; margin-top:0; margin-left:-5px; top:100%; left:50%;} .tip-yellowsimple .tip-arrow-left { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -27px 0; width:6px; height:9px; margin-top:-4px; margin-left:-6px; top:50%; left:0;} /* 面包屑所在位置 */ .dsh-breadcrumb-layout { text-align: center;} .dsh-breadcrumb { font-size: 0; *word-spacing:-1px/*IE6、7*/; text-align: left; height: 20px; padding: 10px 0; margin: 0 auto;} .dsh-breadcrumb span { font-size: 12px; line-height: 20px; color: #999; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/* IE6,7*/; height: 20px; zoom: 1;} .dsh-breadcrumb i { font-size: 14px; color: #AAA; margin-right: 4px;} .dsh-breadcrumb span.arrow { font-family: "宋体"; line-height: 20px; color: #AAA; margin: 0 6px;} .dsh-breadcrumb a { color: #777; display: block; } .dsh-breadcrumb a:hover { color: #1e89e0;} /*右侧边栏样式*/ .TA_delay{transition:all .3s ease-in-out .2s;-moz-transition:all .3s ease-in-out .2s;-webkit-transition:all .3s ease-in-out .2s;-o-transition:all .3s ease-in-out .2s} .ds-appbar{position:fixed;z-index:1998;width:36px;height:100%;right:0px;top:0;bottom:0;background: #fff} .ds-appbar-tabs{width:36px;height:100%;position:absolute;z-index:1;background:#303030;} .ds-appbar-tabs .user{text-align:center;width:36px;position:absolute;z-index:1;top:40%;margin-top:-36px;cursor:pointer;height:36px;overflow:hidden;right:0} .ds-appbar-tabs .user .avatar{width:34px;height:34px;padding:1px;margin:0 auto 5px auto;float:right;} .ds-appbar-tabs .user .avatar:hover{background-color:#1e89e0;} .ds-appbar-tabs .user .avatar img{width:28px;height:28px;border-radius:14px;margin:2px 0 0 0} .ds-appbar-tabs .user-info .avatar img{width:80px;height:80px;position:absolute;z-index:1;top:4px;left:4px} .ds-appbar-tabs .user-info{width:240px;padding:9px 19px;position:absolute;z-index:2;top:40%;margin-top:-60px;right:43px;-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);box-shadow: 0px 0px 8px rgba(0,0,0,0.5);border: 1px solid #ccc;background-color: #fff;} .ds-appbar-tabs .user-info i.arrow{position: absolute;top: 30px;right: -12px;width: 0;height: 0;overflow: hidden;font-style: 0;line-height: 0;border-color: transparent transparent transparent #fff;border-style: dashed dashed dashed solid;border-width: 6px;} .ds-appbar-tabs .user-info .avatar{width:88px;height:88px;float:left;position:relative;z-index:1} .ds-appbar-tabs .user-info dl{display:block;width:140px;float:left;margin:10px 0 0 10px} .ds-appbar-tabs .user-info dt{font:600 14px/20px "microsoft yahei";margin-bottom:6px} .ds-appbar-tabs .user-info dd{line-height:22px} .ds-appbar-tabs .tools{position:absolute;z-index:1;top:40%} .ds-appbar-tabs .tools li{float:right;width:36px} .ds-appbar-tabs .tools a{display:block;width:36px;height:36px;float:right;position:relative;z-index:1;margin-top:3px;font:12px/20px Arial,"microsoft yahei";color:#333;text-align:center;} .ds-appbar-tabs .tools a .iconfont{font-size:18px;line-height:36px; width: 36px; height: 36px;position:absolute;top:0;right:0;z-index:3;color:#fff;background-color: #303030;} .ds-appbar-tabs .tools a .iconfont:hover{background-color:#ff4040;} .ds-appbar-tabs .tools a:hover{background-color:#ff4040;} .ds-appbar-tabs .tools a i{font:10px/12px Arial;color:#FFF;background-color:#D93600;text-align:center;min-width:12px;height:12px;padding:2px;border-radius:8px;position:absolute;z-index:5;top:0;right:5px} .ds-appbar-tabs .tools a span.tit { line-height: 36px; color: #FFF; background:#ff4040; white-space: nowrap;width: 0; height: 36px; position: absolute; z-index: 1; top:0px; right: 29px;text-align: left;text-indent:20px ;transition: width 1s;-moz-transition: width 1s;-webkit-transition: width 1s;-o-transition: width 1s;} .ds-appbar-tabs .tools a:hover span.tit {width: 86px;} .ds-appbar-tabs .tools a span.tit-box{position: absolute;right:29px;color:#333;top:-20px;right:43px;font-size: 16px;-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);box-shadow: 0px 0px 8px rgba(0,0,0,0.5);border: 1px solid #ccc;background-color: #fff;width: 120px;height: auto;padding:10px 20px;display: none;} .ds-appbar-tabs .tools a:hover span.tit-box {display: block;} .ds-appbar-tabs .tools a span.tit-box .tips_arrow{position: absolute;top: 30px;right: -12px;width: 0;height: 0;overflow: hidden;font-style: 0;line-height: 0;border-color: transparent transparent transparent #fff;border-style: dashed dashed dashed solid;border-width: 6px;} @-webkit-keyframes toolbar-scaleIn { from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)} to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)} } @-ms-keyframes toolbar-scaleIn { from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)} to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)} } @-moz-keyframes toolbar-scaleIn { from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)} to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)} } @keyframes toolbar-scaleIn { from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)} to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)} } @-webkit-keyframes toolbar-scaleOut { to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px);transform:scale(0.7) translateX(270px)} } @-ms-keyframes toolbar-scaleOut { to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px); transform:scale(0.7) translateX(270px)} } @-moz-keyframes toolbar-scaleOut { to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px); transform:scale(0.7) translateX(270px)} } @keyframes toolbar-scaleOut { to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px); transform:scale(0.7) translateX(270px)} } .ds-appbar .content-box{-webkit-animation: toolbar-scaleOut .35s ease-in; -moz-animation: toolbar-scaleOut .35s ease-in; animation: toolbar-scaleOut .35s ease-in;background-color:#F5F5F5;width:270px;height:100%;position:absolute;z-index:0;top:0;right:-270px;bottom:0;display: none} .ds-appbar .content-box.active{display:block;-webkit-animation: toolbar-scaleIn .35s ease-in-out;-moz-animation: toolbar-scaleIn .35s ease-in-out;animation: toolbar-scaleIn .35s ease-in-out;} .ds-appbar .content-box .top{height:24px;padding:9px 7px;} .ds-appbar .content-box .top h3{font:16px/24px "microsoft yahei";color:#333;display:inline-block} .ds-appbar .content-box .top a.close{height:24px;float:right;line-height:24px;font-size:24px;color:#666;} .ds-appbar .content-box .goods-list{width:100%;margin:0 auto;margin-left: 15px} .ds-appbar .content-box .goods-list li{ float: left; position: relative; text-align: center; width: 100px; height: 100px; margin-right: 15px; background: #fff; margin-bottom: 15px; padding: 5px;} .ds-appbar .goods-price{font:600 12px/20px verdana;color:#E31939;margin-right: 5px} .ds-appbar .goods-price .del { font: normal 12px/20px Arial; color: #005EA6; display: none; float: right; cursor: pointer;} .ds-appbar .goods-list li:hover .goods-price .del { display: block;} .ds-appbar .content-box .no-compare { color: #999; line-height: 180px; text-align: center;} .ds-appbar .content-box .btn-box .total-price { color: #777; } .ds-appbar .goods-opt{position: absolute;top:0;right:0} .ds-appbar .goods-opt .del{display: none;background: #fff;padding: 0 5px;cursor:default} .ds-appbar .content-box .goods-list li:hover .del{display: block} .ds-appbar .cart-list { width: 100%; margin: 0 auto;} .ds-appbar .cart-list li { font-size: 0; *word-spacing:-1px/*IE6、7*/; background-color: #FFF; padding:10px 5px; margin-bottom: 10px; position: relative; z-index: 1;} .ds-appbar .cart-list li:hover a.del{display: block} .ds-appbar .cart-list .goods-pic, .ds-appbar .cart-list dl { font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE6、7*/; *zoom:1; } .ds-appbar .goods-pic{width:100px;height:100px;} .ds-appbar .goods-pic a{line-height:0;background:0 0;text-align:center;vertical-align:middle;display:table-cell;width:100px;height:100px;padding:0;margin:0;overflow:hidden} .ds-appbar .goods-pic a img{width:100px;height:100px;} .ds-appbar .cart-list dl{width:100%} .ds-appbar .cart-list li[ds_type] dl{width:205px;margin-left:5px} .ds-appbar .cart-list .goods-pic{width:50px;height:50px;margin:0} .ds-appbar .cart-list .goods-pic a{line-height:0;background:0 0;text-align:center;vertical-align:middle;display:table-cell;width:40px;height:40px;padding:0;margin:0;overflow:hidden} .ds-appbar .cart-list .goods-pic a img{max-width:50px;max-height:50px;margin-top:expression( 40-this.height/2)} .ds-appbar .cart-list .goods-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden} .ds-appbar .goods-name a{font-weight:400;line-height:16px;color:#555;background:0 0;text-align:left;width:100%;height:32px;padding:0;margin:0;overflow:hidden;white-space: normal;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: box;line-clamp: 2;} .ds-appbar .cart-list a.del{display: none;font:600 10px/14px Arial;color:#FFF;background-color:#CCC;text-align:center;width:14px;height:14px;border-radius:7px;position:absolute;z-index:1;bottom:10px;right:5px} .ds-appbar .content-box .btn-box{background-color:#F5F5F5;width:260px;padding:5px;position:absolute;z-index:2;bottom:0;left:0px;padding-bottom: 40px} .ds-appbar .content-box .btn-box a{border-radius: 2px;background: #E31939;width: 110px;height: 35px;line-height: 35px;font-size: 14px;text-align: center;color: #fff;border: none;position: absolute;right: 5px;bottom: 5px;}
public/static/home/css/common.css
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input{padding: 0; margin: 0;} h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td{font-size: 1em; font-style: normal; font-weight: normal;} strong{font-weight: bold;} ul, ol{list-style: none outside none;} fieldset, img{border: medium none; vertical-align: middle;} caption, th{ text-align: left;} table{border-collapse: collapse; border-spacing: 0;} body{font: 12px/20px "Hiragino Sans GB","Microsoft Yahei",arial,宋体,"Helvetica Neue",Helvetica,STHeiTi,sans-serif; color: #666; background: #FFF none repeat scroll 0 0; min-width: 1200px;} input, select, textarea{font: 12px/20px "microsoft yahei", sans-serif;} i, cite, em{font-style: normal;} input,button,select,textarea{ outline:none} html {min-height:101%; } /* 链接 */ a{color: #333; text-decoration: none; outline: medium none; -webkit-transition-property:color; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease;} a:link, a:visited, a:active{text-decoration: none;} a:hover{color: #1e89e0;} /* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */ .clearfix:after{clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden;} .clearfix{display: inline-block;} /*阿里字体库 BEGIN*/ @font-face {font-family: 'iconfont'; src: url('../../plugins/iconfont/iconfont.eot'); /* IE9*/ src: url('../../plugins/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../plugins/iconfont/iconfont.woff') format('woff'), /* chrome、firefox */ url('../../plugins/iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../../plugins/iconfont/iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */ } .iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;} /*阿里字体库 END*/ /* ========================== * 为旧版本浏览器格式化Html5元素 * ========================== */ article, aside, dialog, footer, header, section, footer, nav, figure, menu{display:block; } /* WebKit, Blink, Edge */ ::-webkit-input-placeholder {color:#ccc;} /* Mozilla Firefox 4 to 18 */ :-moz-placeholder{color:#ccc;} /* Mozilla Firefox 19+ */ ::-moz-placeholder {color:#ccc;} /* Internet Explorer 10-11 */ :-ms-input-placeholder{color:#ccc;} /*文字排版******************************/ .f12{font-size:12px!important;;} .f13{font-size:13px!important;;} .f14{font-size:14px!important;;} .f16{font-size:16px!important;;} .f20{font-size:20px!important;} .f22{font-size:22px!important;} .f24{font-size:24px!important;} .f26{font-size:26px!important;} .fb{font-weight:bold;} .fn{font-weight:normal;} /*定位******************************/ .tl{text-align:left !important;} .tc{text-align:center !important; } .tr{text-align:right !important;} .bc{margin-right:auto ;margin-left:auto;} .fl{float:left; display:inline;} .fr{float:right !important; display:inline;} .cb{clear:both;} .cl{clear:left;} .cr{clear:right;} .vm{vertical-align: middle;} .vt{vertical-align: top;} .pr{position:relative;} .pa{position:absolute;} .abs-right{position:absolute; right:0;} .zoom{zoom:1} .none{display:none;} .clear{clear: both; height: 0; font-size: 0; line-height:0; } /*长度高度******************************/ .w1000{width: 1000px;margin: 0 auto;} .w1200{width: 1200px;margin: 0 auto;} .w10{width:10px !important;} .w20{width:20px !important;} .w30{width:30px !important;} .w40{width:40px !important;} .w50{width:50px !important;} .w60{width:60px !important;} .w70{width:70px !important;} .w80{width:80px !important;} .w90{width:90px !important;} .w100{width:100px !important;} .w110{width:110px !important;} .w120{width:120px !important;} .w130{width:130px !important;} .w150{width:150px !important;} .w160{width:160px;} .w180{width:180px;} .w200{width:200px !important;} .w300{width:300px !important;} .w400{width:400px!important;} .w450{width:450px !important;} .w500{width:500px;} .w600{width:600px !important;} .w700{width:700px;} .w800{width:800px;} .h20 { height: 20px !important;} .h30 { height: 30px !important;} .h40 { height: 40px !important;} .h50 { height: 50px !important;} .h80 { height: 80px;} .h100 { height:100px !important;} .h200 { height:200px ;} .h500 { height:500px !important;} .h { height:100%} .size30 { width: 30px; height: 30px;} .size32 { width: 32px; height:32px;} .size40 { width: 40px; height:40px;} .size60 { width: 60px; height:60px;} .size70 { width: 70px; height: 70px;} .size72 { width: 72px; height: 72px;} .size75 { width: 75px; height: 75px;} .size80 { width: 80px; height:80px;} .size90 { width: 90px; height:90px;} .size100 { width: 100px; height: 100px;} .size110 { width: 110px; height: 110px;} .size120 { width: 120px; height: 120px;} .size128 { width: 128px; height: 128px;} .size160 { width: 160px; height: 160px;} .size160-48 { width: 160px; height: 48px;} .size160 { width: 160px; height: 160px;} .size184 { width: 184px; height: 114px; } .size190 { width: 190px; height: 190px;} .size196 { width: 196px; height: 196px;} .size233 { width: 233px; } /*边距******************************/ .m0{ margin: 0!important;} .m10{margin:10px;} .m15{margin:15px !important;} .m30{margin:30px;} .mt5{margin-top:5px;} .mt10{margin-top:10px !important;} .mt15{margin-top:15px;} .mt20{margin-top:20px !important;} .mt30{margin-top:30px !important;} .mt50{margin-top:50px !important;} .mt100{margin-top:100px !important;} .mb5{margin-bottom:5px !important;} .mb10{margin-bottom:10px !important;} .mb15{margin-bottom:15px !important;} .mb20{margin-bottom:20px !important;} .mb30{margin-bottom:30px !important;} .mb50{margin-bottom:50px !important;} .mb100{margin-bottom:100px !important;} .ml5{margin-left:5px!important;} .ml10{margin-left:10px!important;} .ml15{margin-left:15px !important;} .ml20{margin-left:20px !important;} .ml30{margin-left:30px !important;} .ml50{margin-left:50px !important;} .ml100{margin-left:100px !important;} .mr5{margin-right:5px !important;} .mr10{margin-right:10px !important;} .mr15{margin-right:15px !important;} .mr20{margin-right:20px;} .mr30{margin-right:30px !important;} .mr50{margin-right:50px !important;} .mr100{margin-right:100px;} /*边距******************************/ .p10{padding:10px;} .p15{padding:15px;} .p20{padding:20px;} .p30{padding:30px;} .pt5{padding-top:5px;} .pt10{padding-top:10px;} .pt15{padding-top:15px;} .pt20{padding-top:20px;} .pt30{padding-top:30px;} .pt50{padding-top:50px;} .pt100{padding-top:100px;} .pb5{padding-bottom:5px;} .pb10{padding-bottom:10px;} .pb15{padding-bottom:15px;} .pb20{padding-bottom:20px !important;} .pb30{padding-bottom:30px;} .pb50{padding-bottom:50px;} .pb100{padding-bottom:100px;} .pl5{padding-left:5px;} .pl10{padding-left:10px;} .pl15{padding-left:15px;} .pl20{padding-left:20px;} .pl30{padding-left:30px;} .pl50{padding-left:50px;} .pl100{padding-left:100px;} .pr5{padding-right:5px;} .pr10{padding-right:10px;} .pr15{padding-right:15px;} .pr20{padding-right:20px;} .pr30{padding-right:30px;} .pr50{padding-right:50px;} .pr100{padding-right:100px;} /*背景色******************************/ .bg-white { background: #fff !important;} .bg-gray { background: #f6fbfc;} .bg-gray2 { background: #f5f5f5;} .bg-gray3 { background: #f0f0f0;} .bg-gray4 { background: #f8fbff;} .bg-gray5 { background: #f2f2f2;} .bg-black { background: #333;} .bg-blue { background: #0a6dee;} .bg-blue2 { background: #3eb9f5;} .bg-blue3 { background: #2ea7e0;} .bg-blue4 { background: #59bfe2;} .bg-blue5 { background: #5ec2e4 !important;} .bg-blue6 { background: #8abdf3 !important;} .bg-blue7 { background: #6ccdf6 !important;} .bg-blue8 { background: #66a3ff !important;} .bg-blue9 { background: #69cbef !important;} .bg-blue10 { background: #40bfee !important;} .bg-blue11 { background: #6eb0fc !important;} .bg-blue12 { background: #69a7ef !important;} .bg-blue13 { background: #44b6ff !important;} .bg-blue14 { background: #34bddf;} .bg-blue15 { background: #5dcae5;} .bg-blue16 { background: #00b7ee;} .bg-blue17 { background: #66d4f5;} .bg-blue18 { background: #7495ff;} .bg-blue19 { background: #acbfff;} .bg-blue20 { background: #5c8be1;} .bg-green { background: #46be8a;} .bg-green2 { background: #33d5bd;} .bg-green3 { background: #0ecc6a;} .bg-green4 { background: #19ba62;} .bg-green5 { background: #80e55e;} .bg-green6 { background: #79e58e !important;} .bg-green7 { background: #0cc469 !important;} .bg-green8 { background: #64eecf !important;} .bg-green9 { background: #47e4c1 !important;} .bg-green10 { background: #00c380 !important;} .bg-green11 { background: #0dcc6d !important;} .bg-green12 { background: #32d34c;} .bg-green13 { background: #5bdc70;} .bg-green14 { background: #32d34c;} .bg-green15 { background: #84e594;} .bg-green16 { background: #1be17f;} .bg-green17 { background: #6ac17a;} .bg-red { background: #f03d3d;} .bg-red2 { background: #f04b4b;} .bg-red3 { background: #f85697;} .bg-red4 { background: #fe885f !important;} .bg-red5 { background: #ff7e7e !important;} .bg-red6 { background: #ff6868 !important;} .bg-red7 { background: #ff5353 !important;} .bg-red8 { background: #ff8c8c !important;} .bg-red9 { background: #f36b6b !important;} .bg-red10 { background: #e54c4c !important;} .bg-red11 { background: #fa7070 !important;} .bg-red12 { background: #ec6666 !important;} .bg-red13 { background: #f64444;} .bg-red14 { background: #f86969;} .bg-red15 { background: #f26e6e;} .bg-pink { background: #fa6dff;} .bg-pink2 { background: #f883c8;} .bg-pink3 { background: #ed6cb9;} .bg-pink4 { background: #ff7171;} .bg-pink5 { background: #f3a066;} .bg-pink6 { background: #f95699;} .bg-pink7 { background: #fb9ac2;} .bg-pink8 { background: #ff8c8c;} .bg-orange { background: #ff6526;} .bg-orange2 { background: #f8b62d;} .bg-orange3 { background: #f9ac48;} .bg-orange4 { background: #ff9543;} .bg-orange5 { background: #ff6600;} .bg-orange6 { background: #faa05a;} .bg-orange7 { background: #f58732;} .bg-orange8 { background: #f39800 !important;} .bg-orange9 { background: #ff9c4f;} .bg-orange10 { background: #ff842d;} .bg-orange11 { background: #eb6100;} .bg-orange12 { background: #e5925b;} .bg-yellow { background: #f7b532;} .bg-yellow2 { background: #f5c855;} .bg-yellow3 { background: #f8cc1b;} .bg-yellow4 { background: #ffcc00;} .bg-yellow5 { background: #fec96a;} .bg-yellow6 { background: #efb957;} .bg-yellow7 { background: #f4a53f;} .bg-yellow8 { background: #f6b765;} .bg-yellow9 { background: #f4b817;} .bg-yellow10 { background: #f8d474;} .bg-purple { background: #b871f4;} .bg-purple2 { background: #9b9bd1 !important;} .bg-purple3 { background: #9559d1;} .bg-purple4 { background: #9691f5;} .bg-purple5 { background: #8881ee;} .bg-purple6 { background: #c477f6;} .bg-purple7 { background: #b661ed;} .bg-purple8 { background: #c54cec;} .bg-purple9 { background: #d170f0;} .bg-purple10 { background: #b870f6;} .bg-purple11 { background: #d4a9fa;} .bg-purple12 { background: #db52db;} .bg-purple13 { background: #c770ff;} .bg-grey{background:#f2f2f4!important;} /*会员级别图标*/ .ds-grade-mini {font: 600 italic 12px/16px Georgia,Arial; text-shadow: 1px 1px 0 rgba(0,0,0,0.25); color:#fbfbfb; background-color: #ff4040;vertical-align: middle; display: inline-block;height: 16px; padding: 1px 3px; border-radius: 2px;;} /*常用按钮样式******************************/ .btn{display:inline-block;padding:6px 12px;margin:0 auto;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;width:100%;display:block} .btn_red{color:#fff;background-color:#d9534f;border-color:#d43f3a} .btn_red:hover{color:#fff;background-color:#c9302c;border-color:#ac2925} .login-btn{height:42px;background-color: #ff3c3c;color:#fff;font-size:16px;} .login-btn:hover{background-color: #d72226;} .no_results{border:1px solid #f7eae7;font-size:15px;color:#aaa;padding:200px 0;text-align:center;} .no_results:before{font:20px/1px iconfont;content: "\e719";color:#ff4040;padding-right:5px;} /*一键登录图标 BEGIN*/ .partner-login{padding:12px 0;border-top:1px dashed #DDD;margin:auto;width:100%;} .partner-login h3{font-weight:400;font-size:12px;padding-bottom:5px;color:#999;text-align:center;} .partner-login p{text-align:center;} .partner-login .login_ico{width:40px;height:40px;vertical-align:middle;background:url(../images/login_ico.png) no-repeat 0 0;display:block;float:left;margin-right:26px} .partner-login .ico_qq{background-position:0 0} .partner-login .ico_qq:hover{background-position:0 -45px} .partner-login .ico_weibo{background-position:-45px 0} .partner-login .ico_weibo:hover{background-position:-45px -45px} .partner-login .ico_weixin{background-position:-180px 0} .partner-login .ico_weixin:hover{background-position:-180px -45px} /*一键登录图标 END*/ /* 快速登录*/ .quick-login{background:#FFF;overflow:hidden;width:270px;margin:10px auto 0 auto} .quick-login .mt{height:35px;line-height:35px;padding:5px 0 0;margin:0 0 5px} .quick-login .mt ul{width:100%;height:36px;line-height:35px;display:inline-block;border-bottom-width:1px;border-bottom-style:solid;border-color:#E31939} .quick-login .mt li{float:left;height:35px;line-height:35px;margin-right:15px;padding:0 15px;background:#fff;font-size:13px;cursor:pointer} .quick-login .mt li.on{border-color:#E31939;color:#E31939;border-width:2px 1px 0;border-style:solid} .quick-login .mc dl { width: 100%; margin: 0 auto; overflow: hidden;} .quick-login .mc dl dt { line-height: 20px; height:20px; margin:5px 0 1px 0; text-shadow: 1px 1px 0 #FFF;} .quick-login .mc dl dd{line-height: 38px;border: 1px solid #d2d2d2;position: relative;height:38px;} .quick-login .mc dl dd .icon{display: block;width: 20px;height: 20px;position: absolute;left: 10px;top: 9px;font-size:16px;text-align:center;line-height:20px;color:#e8e8e8;} .quick-login .mc dl dd .send_code{float:right;width:120px;height:38px;border-right: 1px solid #d2d2d2;background:#c1c1c1;text-align:center;color:#000;} .quick-login .mc .text{height:28px;line-height:28px;padding:5px 10px 5px 35px;outline: 0;border:0;width: 223px;} .quick-login .mc .text:focus{ background-color:#FFF; border-color: #CCC; box-shadow: 1px 1px 1px 0 #E7E7E7; -moz-box-shadow: 1px 1px 1px 0 #E7E7E7/* if FF*/; -webkit--box-shadow: 1px 1px 1px 0 #E7E7E7/* if Webkie*/;} .quick-login .mc .sms_captcha{width:80px;} .quick-login .mc ul { width: 100%; display:block; clear:both; margin:10px auto; padding-bottom:10px; overflow: hidden; border-bottom: solid 1px #E7E7E7;} .quick-login .mc ul li {line-height: 20px; color:#999;} .quick-login .mc ul li a {font-weight:600; margin:0 2px;} .quick-login .mc ul li a.forget {float:left;} .quick-login .mc ul li a.register {color:#f42424;float:right; text-decoration:underline; } .quick-login .mc .enter { width: 100%; margin: 10px auto; overflow: hidden;} .quick-login .mc .enter .submit {color:#FFF;background-color: #ff3c3c;border-radius:2px;width:100%; height:40px;line-height:40px;border:0; cursor:pointer;font-size:16px;} .quick-login .mc .enter .submit:hover {background-color: #d72226;} .thumb , .logo { display:table-cell; vertical-align:middle; text-align:center;} .thumb i , .logo i { *display:inline-block; *height:100%; *vertical-align:middle; } .thumb img , .logo img { *vertical-align:middle;} .thumb-cut { overflow: hidden;} .thumb-cut a { text-align: center; float: left; position:relative; overflow:hidden; } .thumb-cut img { vertical-align: text-top; float: none; position:relative;} /* 翻页样式 */ .pagination{ text-align: center; display:block; margin: 0 auto; padding: 15px 0; } .pagination{font-size:12px; *word-spacing:-1px/*IE6、7*/;} .pagination li{vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; margin: 0 0 0 -1px; } .pagination li{*display: inline/*IE6、7*/;*zoom:1;} .pagination li span {font: 600 12px/20px Verdana, Tahoma, Arial;color: #AAA; background-color: #FFF; text-align: center; display: block; min-width: 20px; padding: 8px; border: 1px solid #E6E6E6;position: relative; z-index: 1; } .pagination li a, .pagination li a:visited{font: 600 12px/20px Verdana, Tahoma, Arial;color: #555; text-decoration: none; background-color: #FFF; position: relative; z-index: 1;display:block;min-width: 20px; padding: 8px; border: 1px solid #E6E6E6;position: relative;} .pagination li a:hover, .pagination li a:active{ color: #1e89e0; text-decoration: none; border-color: #FC6520; position: relative; z-index: 9; cursor:pointer; } .pagination li a:hover{ text-decoration: none; } .pagination li span.currentpage{color: #FFF; font-weight: bold; background-color: #1e89e0; border-color: #FC6520; position: relative; z-index: 2; } .pagination li:first-child{margin-right: 8px; } .pagination li:last-child{margin-left: 8px; } /*top BEGIN*/ .public-top { width: 100%; line-height: 31px;height:31px; background: #f5f4f4; color:#7f7f7a; position: relative;z-index: 1000;border-bottom:1px solid #e6e6e6;} .public-top span { display: inline } .public-top .warp{width:1190px;margin:0 auto} .public-top a{color:#7f7f7a} .public-top .top-link{ float:left;} .public-top .top-link em{color:#3e3a39;padding-left:5px;} .public-top .login-regin{float:left;margin-left:44px} .public-top .login-regin li{float:left} .public-top .login-regin li.line::after{content:"|";padding:0 11px;color:#e6e6e6;} .public-top .quick_list { float: right; height: 30px; } .public-top .quick_list li { height: 31px;line-height:31px; padding: 0 11px 0 11px; float: left; position: relative; } .public-top .quick_list li s { top: 9px; left: 0; width: 0; height: 12px; border-left: 1px solid #ddd; overflow: hidden; position: absolute; } .public-top .quick_list li b {transition: transform .2s ease-in 0s; -webkit-transition: -webkit-transform .2s ease-in 0s; display:inline-block;width:0;height:0;border-style:solid;border-color:#cecece transparent transparent;border-width:4px 4px 0;margin-left:3px;position:relative;top:-3px; } .public-top .quick_list li a em{ color:#e3393c;} .public-top .quick_list .dropdown-menu { display: none;left: 3px;} .public-top .quick_list .dropdown-menu li{ line-height: 25px; height: 25px; display: block;white-space: nowrap; } .public-top .quick_list li:hover .blank { position: absolute; z-index: 1; top: 23px; left: 4px; width: 95%; height: 8px; overflow: hidden; background: #fff; } .public-top .quick_list li:hover .dropdown-menu, .public-top .quick_list li:hover .outline { position: absolute; border: 1px solid #ddd; background: #fff; -moz-box-shadow: 0 0 10px rgba(0,0,0,.12); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12); box-shadow: 0 0 10px rgba(0,0,0,.12); } .public-top .quick_list li:hover .dropdown-menu { top: 30px; display: block } .public-top .quick_list li:hover .outline { z-index: -1; left: 3px; top: 3px; width: 95%; height: 28px; } .public-top .quick_list li:hover b{transform: rotate(180deg); -webkit-transform: rotate(180deg); } .public-top .moblie-qrcode .dropdown-menu,.public-top .app-qrcode .dropdown-menu{ width:90px; padding:10px;} /*top END*/ /*底部服务板块*/ .server{margin-top:50px;padding-bottom:20px;background-color:#fff;min-width:1224px;clear:both} .server .ensure{width:1200px;height:100px;background:url(../images/mall_server.jpg) no-repeat;margin:25px auto;padding:0} .server .ensure a{float:left;display:block;width:297px;height:100px;text-indent:-1000em} .server .mall_desc{width: 1190px;padding-top: 22px;height: 190px;margin: auto;border-top: 1px solid #ededed;} .server .mall_desc dl {float: left;width: 186px;padding-left: 52px;} .server .mall_desc dl dt {color: #646464;font-size: 16px;font-weight: 700;height: 30px;line-height: 30px;} .server .mall_desc dl a {display: block;width: 100px;overflow: hidden;text-align: left;height: 20px;line-height: 20px;color: #8b8b8b;} .server .mall_desc .mall_mobile a {width: 105px;height: 105px;line-height: 105px;text-align: center;} /*底部*/ .footer-info {border-top: 2px solid #ededed;padding-top: 20px;text-align: center;} .footer-info .links{} .footer-info .links a{margin: 0 10px;color: #8b8b8b} .footer-info .copyright {margin: auto;padding:20px 0;line-height: 20px;color: #8b8b8b} /*tip提示样式*/ .tip-yellowsimple { color:#000; background-color:#fff9c9; text-align:left; min-width:50px; max-width:300px; border:1px solid #c7bf93; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; z-index:1000; padding:6px 8px;} .tip-yellowsimple .tip-inner { font:12px/16px arial,helvetica,sans-serif;} .tip-yellowsimple .tip-arrow-top { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat; width:9px; height:6px; margin-top:-6px; margin-left:-5px; top:0; left:50%;} .tip-yellowsimple .tip-arrow-right { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -9px 0; width:6px; height:9px; margin-top:-4px; margin-left:0; top:50%; left:100%;} .tip-yellowsimple .tip-arrow-bottom { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -18px 0; width:9px; height:6px; margin-top:0; margin-left:-5px; top:100%; left:50%;} .tip-yellowsimple .tip-arrow-left { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -27px 0; width:6px; height:9px; margin-top:-4px; margin-left:-6px; top:50%; left:0;} /* 面包屑所在位置 */ .dsh-breadcrumb-layout { text-align: center;} .dsh-breadcrumb { font-size: 0; *word-spacing:-1px/*IE6、7*/; text-align: left; height: 20px; padding: 10px 0; margin: 0 auto;} .dsh-breadcrumb span { font-size: 12px; line-height: 20px; color: #999; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/* IE6,7*/; height: 20px; zoom: 1;} .dsh-breadcrumb i { font-size: 14px; color: #AAA; margin-right: 4px;} .dsh-breadcrumb span.arrow { font-family: "宋体"; line-height: 20px; color: #AAA; margin: 0 6px;} .dsh-breadcrumb a { color: #777; display: block; } .dsh-breadcrumb a:hover { color: #1e89e0;} /*右侧边栏样式*/ .TA_delay{transition:all .3s ease-in-out .2s;-moz-transition:all .3s ease-in-out .2s;-webkit-transition:all .3s ease-in-out .2s;-o-transition:all .3s ease-in-out .2s} .ds-appbar{position:fixed;z-index:1998;width:36px;height:100%;right:0px;top:0;bottom:0;background: #fff} .ds-appbar-tabs{width:36px;height:100%;position:absolute;z-index:1;background:#303030;} .ds-appbar-tabs .user{text-align:center;width:36px;position:absolute;z-index:1;top:40%;margin-top:-36px;cursor:pointer;height:36px;overflow:hidden;right:0} .ds-appbar-tabs .user .avatar{width:34px;height:34px;padding:1px;margin:0 auto 5px auto;float:right;} .ds-appbar-tabs .user .avatar:hover{background-color:#1e89e0;} .ds-appbar-tabs .user .avatar img{width:28px;height:28px;border-radius:14px;margin:2px 0 0 0} .ds-appbar-tabs .user-info .avatar img{width:80px;height:80px;position:absolute;z-index:1;top:4px;left:4px} .ds-appbar-tabs .user-info{width:240px;padding:9px 19px;position:absolute;z-index:2;top:40%;margin-top:-60px;right:43px;-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);box-shadow: 0px 0px 8px rgba(0,0,0,0.5);border: 1px solid #ccc;background-color: #fff;} .ds-appbar-tabs .user-info i.arrow{position: absolute;top: 30px;right: -12px;width: 0;height: 0;overflow: hidden;font-style: 0;line-height: 0;border-color: transparent transparent transparent #fff;border-style: dashed dashed dashed solid;border-width: 6px;} .ds-appbar-tabs .user-info .avatar{width:88px;height:88px;float:left;position:relative;z-index:1} .ds-appbar-tabs .user-info dl{display:block;width:140px;float:left;margin:10px 0 0 10px} .ds-appbar-tabs .user-info dt{font:600 14px/20px "microsoft yahei";margin-bottom:6px} .ds-appbar-tabs .user-info dd{line-height:22px} .ds-appbar-tabs .tools{position:absolute;z-index:1;top:40%} .ds-appbar-tabs .tools li{float:right;width:36px} .ds-appbar-tabs .tools a{display:block;width:36px;height:36px;float:right;position:relative;z-index:1;margin-top:3px;font:12px/20px Arial,"microsoft yahei";color:#333;text-align:center;} .ds-appbar-tabs .tools a .iconfont{font-size:18px;line-height:36px; width: 36px; height: 36px;position:absolute;top:0;right:0;z-index:3;color:#fff;background-color: #303030;} .ds-appbar-tabs .tools a .iconfont:hover{background-color:#ff4040;} .ds-appbar-tabs .tools a:hover{background-color:#ff4040;} .ds-appbar-tabs .tools a i{font:10px/12px Arial;color:#FFF;background-color:#D93600;text-align:center;min-width:12px;height:12px;padding:2px;border-radius:8px;position:absolute;z-index:5;top:0;right:5px} .ds-appbar-tabs .tools a span.tit { line-height: 36px; color: #FFF; background:#ff4040; white-space: nowrap;width: 0; height: 36px; position: absolute; z-index: 1; top:0px; right: 29px;text-align: left;text-indent:20px ;transition: width 1s;-moz-transition: width 1s;-webkit-transition: width 1s;-o-transition: width 1s;} .ds-appbar-tabs .tools a:hover span.tit {width: 86px;} .ds-appbar-tabs .tools a span.tit-box{position: absolute;right:29px;color:#333;top:-20px;right:43px;font-size: 16px;-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);box-shadow: 0px 0px 8px rgba(0,0,0,0.5);border: 1px solid #ccc;background-color: #fff;width: 120px;height: auto;padding:10px 20px;display: none;} .ds-appbar-tabs .tools a:hover span.tit-box {display: block;} .ds-appbar-tabs .tools a span.tit-box .tips_arrow{position: absolute;top: 30px;right: -12px;width: 0;height: 0;overflow: hidden;font-style: 0;line-height: 0;border-color: transparent transparent transparent #fff;border-style: dashed dashed dashed solid;border-width: 6px;} @-webkit-keyframes toolbar-scaleIn { from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)} to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)} } @-ms-keyframes toolbar-scaleIn { from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)} to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)} } @-moz-keyframes toolbar-scaleIn { from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)} to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)} } @keyframes toolbar-scaleIn { from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)} to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)} } @-webkit-keyframes toolbar-scaleOut { to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px);transform:scale(0.7) translateX(270px)} } @-ms-keyframes toolbar-scaleOut { to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px); transform:scale(0.7) translateX(270px)} } @-moz-keyframes toolbar-scaleOut { to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px); transform:scale(0.7) translateX(270px)} } @keyframes toolbar-scaleOut { to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px); transform:scale(0.7) translateX(270px)} } .ds-appbar .content-box{-webkit-animation: toolbar-scaleOut .35s ease-in; -moz-animation: toolbar-scaleOut .35s ease-in; animation: toolbar-scaleOut .35s ease-in;background-color:#F5F5F5;width:270px;height:100%;position:absolute;z-index:0;top:0;right:-270px;bottom:0;display: none} .ds-appbar .content-box.active{display:block;-webkit-animation: toolbar-scaleIn .35s ease-in-out;-moz-animation: toolbar-scaleIn .35s ease-in-out;animation: toolbar-scaleIn .35s ease-in-out;} .ds-appbar .content-box .top{height:24px;padding:9px 7px;} .ds-appbar .content-box .top h3{font:16px/24px "microsoft yahei";color:#333;display:inline-block} .ds-appbar .content-box .top a.close{height:24px;float:right;line-height:24px;font-size:24px;color:#666;} .ds-appbar .content-box .goods-list{width:100%;margin:0 auto;margin-left: 15px} .ds-appbar .content-box .goods-list li{ float: left; position: relative; text-align: center; width: 100px; height: 100px; margin-right: 15px; background: #fff; margin-bottom: 15px; padding: 5px;} .ds-appbar .goods-price{font:600 12px/20px verdana;color:#E31939;margin-right: 5px} .ds-appbar .goods-price .del { font: normal 12px/20px Arial; color: #005EA6; display: none; float: right; cursor: pointer;} .ds-appbar .goods-list li:hover .goods-price .del { display: block;} .ds-appbar .content-box .no-compare { color: #999; line-height: 180px; text-align: center;} .ds-appbar .content-box .btn-box .total-price { color: #777; } .ds-appbar .goods-opt{position: absolute;top:0;right:0} .ds-appbar .goods-opt .del{display: none;background: #fff;padding: 0 5px;cursor:default} .ds-appbar .content-box .goods-list li:hover .del{display: block} .ds-appbar .cart-list { width: 100%; margin: 0 auto;} .ds-appbar .cart-list li { font-size: 0; *word-spacing:-1px/*IE6、7*/; background-color: #FFF; padding:10px 5px; margin-bottom: 10px; position: relative; z-index: 1;} .ds-appbar .cart-list li:hover a.del{display: block} .ds-appbar .cart-list .goods-pic, .ds-appbar .cart-list dl { font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE6、7*/; *zoom:1; } .ds-appbar .goods-pic{width:100px;height:100px;} .ds-appbar .goods-pic a{line-height:0;background:0 0;text-align:center;vertical-align:middle;display:table-cell;width:100px;height:100px;padding:0;margin:0;overflow:hidden} .ds-appbar .goods-pic a img{width:100px;height:100px;} .ds-appbar .cart-list dl{width:100%} .ds-appbar .cart-list li[ds_type] dl{width:205px;margin-left:5px} .ds-appbar .cart-list .goods-pic{width:50px;height:50px;margin:0} .ds-appbar .cart-list .goods-pic a{line-height:0;background:0 0;text-align:center;vertical-align:middle;display:table-cell;width:40px;height:40px;padding:0;margin:0;overflow:hidden} .ds-appbar .cart-list .goods-pic a img{max-width:50px;max-height:50px;margin-top:expression( 40-this.height/2)} .ds-appbar .cart-list .goods-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden} .ds-appbar .goods-name a{font-weight:400;line-height:16px;color:#555;background:0 0;text-align:left;width:100%;height:32px;padding:0;margin:0;overflow:hidden;white-space: normal;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: box;line-clamp: 2;} .ds-appbar .cart-list a.del{display: none;font:600 10px/14px Arial;color:#FFF;background-color:#CCC;text-align:center;width:14px;height:14px;border-radius:7px;position:absolute;z-index:1;bottom:10px;right:5px} .ds-appbar .content-box .btn-box{background-color:#F5F5F5;width:260px;padding:5px;position:absolute;z-index:2;bottom:0;left:0px;padding-bottom: 40px} .ds-appbar .content-box .btn-box a{border-radius: 2px;background: #E31939;width: 110px;height: 35px;line-height: 35px;font-size: 14px;text-align: center;color: #fff;border: none;position: absolute;right: 5px;bottom: 5px;}
0.19475
0.055849
@import url(https://fonts.googleapis.com/css?family=Open+Sans); .btn { outline: 0!important; border-radius: 2px; font-size: .95rem; font-family: inherit; line-height: 1.25; padding: .5rem 1rem } .btn:active { box-shadow: 0 0 0 #000 } .btn-lg { padding: .75rem 1.5rem } .row { margin-right: -4px; margin-left: -4px } .row .col-1, .row .col-10, .row .col-11, .row .col-12, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9 { padding-right: 4px; padding-left: 4px } @media only screen and (min-width:480px) { .row { margin-right: -8px; margin-left: -8px } .row .col-1, .row .col-10, .row .col-11, .row .col-12, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9 { padding-right: 8px; padding-left: 8px } } @media only screen and (min-width:992px) { .row { margin-right: -12px; margin-left: -12px } .row .col-1, .row .col-10, .row .col-11, .row .col-12, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9 { padding-right: 12px; padding-left: 12px } } .container-lg { padding: .6rem; width: auto } @media only screen and (min-width:480px) { .container-lg { padding: 1.2rem } } .container-lg { max-width: 1200px } .btn-info { background-color: #2199e8 } .btn-info:hover { background-color: #0970e6 } .content-panel { background: #fff; box-shadow: 0 3px 2px #aab2bd; padding-top: 15px; padding-bottom: 5px } .pn { height: 200px; box-shadow: 0 2px 1px rgba(0, 0, 0, .2) } #profile-01 { background: no-repeat center top; margin-top: -15px; background-attachment: relative; background-position: center center; min-height: 150px; width: 100%; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover } #profile-01 h3 { color: #fff; padding-top: 50px; margin: 0; text-align: center } #profile-01 h6 { color: #fff; text-align: center; margin-bottom: 0; font-weight: 900 } .profile-01 { background: #4ecdc4; height: 50px } .profile-02 { background: #d9534f; height: 50px } .profile-02 p { color: #fff; padding-top: 15px; font-weight: 400; font-size: 15px } .profile-02:hover { background: #daa520; -webkit-transition: background-color .6s; -moz-transition: background-color .6s; -o-transition: background-color .6s; transition: background-color .6s; cursor: pointer } .profile-01:hover { background: #5cb85c; -webkit-transition: background-color .6s; -moz-transition: background-color .6s; -o-transition: background-color .6s; transition: background-color .6s; cursor: pointer } .profile-01 p { color: #fff; padding-top: 15px; font-weight: 400; font-size: 15px } p { margin: 0 0 10px } .h6, h6 { font-size: 12px; margin-top: 10px } .centered { text-align: center } .ngx-pagination { float: right; margin-bottom: 50px; }
Tour-Of-Heroes/src/app/content/heroes/heroes.component.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans); .btn { outline: 0!important; border-radius: 2px; font-size: .95rem; font-family: inherit; line-height: 1.25; padding: .5rem 1rem } .btn:active { box-shadow: 0 0 0 #000 } .btn-lg { padding: .75rem 1.5rem } .row { margin-right: -4px; margin-left: -4px } .row .col-1, .row .col-10, .row .col-11, .row .col-12, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9 { padding-right: 4px; padding-left: 4px } @media only screen and (min-width:480px) { .row { margin-right: -8px; margin-left: -8px } .row .col-1, .row .col-10, .row .col-11, .row .col-12, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9 { padding-right: 8px; padding-left: 8px } } @media only screen and (min-width:992px) { .row { margin-right: -12px; margin-left: -12px } .row .col-1, .row .col-10, .row .col-11, .row .col-12, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9 { padding-right: 12px; padding-left: 12px } } .container-lg { padding: .6rem; width: auto } @media only screen and (min-width:480px) { .container-lg { padding: 1.2rem } } .container-lg { max-width: 1200px } .btn-info { background-color: #2199e8 } .btn-info:hover { background-color: #0970e6 } .content-panel { background: #fff; box-shadow: 0 3px 2px #aab2bd; padding-top: 15px; padding-bottom: 5px } .pn { height: 200px; box-shadow: 0 2px 1px rgba(0, 0, 0, .2) } #profile-01 { background: no-repeat center top; margin-top: -15px; background-attachment: relative; background-position: center center; min-height: 150px; width: 100%; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover } #profile-01 h3 { color: #fff; padding-top: 50px; margin: 0; text-align: center } #profile-01 h6 { color: #fff; text-align: center; margin-bottom: 0; font-weight: 900 } .profile-01 { background: #4ecdc4; height: 50px } .profile-02 { background: #d9534f; height: 50px } .profile-02 p { color: #fff; padding-top: 15px; font-weight: 400; font-size: 15px } .profile-02:hover { background: #daa520; -webkit-transition: background-color .6s; -moz-transition: background-color .6s; -o-transition: background-color .6s; transition: background-color .6s; cursor: pointer } .profile-01:hover { background: #5cb85c; -webkit-transition: background-color .6s; -moz-transition: background-color .6s; -o-transition: background-color .6s; transition: background-color .6s; cursor: pointer } .profile-01 p { color: #fff; padding-top: 15px; font-weight: 400; font-size: 15px } p { margin: 0 0 10px } .h6, h6 { font-size: 12px; margin-top: 10px } .centered { text-align: center } .ngx-pagination { float: right; margin-bottom: 50px; }
0.415017
0.081191
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,700'); /*********** Global Styles********/ body, html { background-color: #4c6d86; } h1, h2, h3, h4, h5, h6 { font-family: "Lato", sans-serif !important; font-weight: 900 !important; } .wrapper { background: #E3E3E3; } .img-circle { border-radius: 50%; } .my-button { font-size: 1em; line-height: normal; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 900; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out, color 0.2s 0.3s; letter-spacing: 0; border-radius: 45px; height: auto; padding: .8em 2.1em; } .my-button:hover { cursor: pointer; padding: .8em 2.7em; } .my-button:active, .my-button:focus, .my-button.active { background-image: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; } /*#my-modal { display: none; } .my-form { margin-top: 20em; } .custombox-content { background: #212332; }*/ /**********************************/ /*** thin bar ***/ .thin-bar { border-bottom: 5px solid #F33F12; } /*** About Section ***/ #about { margin-top: 10em; border: 1px solid #eee; background-color: white; padding-bottom: 1em; } #about img { max-width: 15em; position: relative; bottom: 7.5em; } #about .details { margin-top: -2em; } #about h2 { color: #646464; font-size: 3.8em; padding-bottom: 1em; } #about span { font-weight: 300; font-size: .7em; } #about h5 { color: #8A8A8B; } #about p { margin-top: 1em; color: #646464; font-family: "roboto"; font-weight: 300; } .cta .cta-button { color: #cc4b37; text-transform: uppercase; border: 2px solid rgba(255, 103, 68, 0.91); border-radius: 50px; background: white; } .cta .cta-button:hover, .cta .cta-button:focus { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 1px rgba(0, 0, 0, 0.15); background-color: rgba(255, 103, 68, 0.91); color: white; } #about i { margin-top: 2em; } .fa { font-size: 1.2em; padding: 0.1em 0.4em; color: #8a8a8a; } .fa:hover { cursor: pointer; } /*** Experience ***/ #experience { background-color: #4c6d86; padding: 6em 4em 5.6em; } #experience h2 { color: rgb(255, 138, 89); margin-bottom: .7em; } #experience .tag-line { color: white; font-size: 1.4em; } #experience i { color: rgb(255, 138, 89); font-size: 4em; } #experience h3 { color: #fff; } .experience-topics p { color: #ACAEB2; font-family: "Maven pro", sans-serif; /*font-weight: 500;*/ } .experience-topics ul li { list-style: none; color: #bbd2ff; font-family: "Maven pro", sans-serif; font-weight: 500; } /*** work ***/ #work { padding: 6em 4em 3em; background-color: #fff; } #work h2 { color: #FF6945; margin-bottom: .7em; } #work .tag-line { color: #767779; font-size: 1.4em; margin-bottom: 4em; } #work .work-row { margin-bottom: 5.5em; } .details h3 { color: #738182; text-transform: uppercase; } .details .platform{ font-size: 0.8em; text-transform: uppercase; margin: 2em 0 -0.1em; font-family: "Maven pro", sans-serif; font-weight: 500; color: #ff7654; } .details i { color: #ff7654; margin-right: 1em; } .details p { color: #738182; font-family: "Maven pro", sans-serif; font-weight: 500; font-size: 1.2em; margin-bottom: 1.8em; } .details a, .details a:link, .details a:active{ color: rgba(255, 103, 68, 0.91); border: 2px solid rgba(255, 103, 68, 0.91) !important; background-color: #fff; } .details a:hover, .details a:focus { /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 1px rgba(0, 0, 0, 0.15);*/ background-color: rgba(255, 103, 68, 0.91) !important; color: #fff; } /*** teaching ***/ #teaching { padding: 6em 4em 3em; } #teaching h2 { color: #595959; } #teaching .tag-line { color: #848282; font-size: 1.4em; } #teaching .teaching-domains { height: 500px; width: auto; margin-top: -4em; } /*** Footer Call-to-action ***/ #footer-cta { background-color: rgba(255, 103, 68, 0.91); padding: 6em 4em 5.6em; } #footer-cta h2 { color: white; } #footer-cta p { color: #fff; font-family: "Maven pro", sans-serif; font-weight: 500; font-size: 1.2em; } #startButtonDiv { margin-top: 3em; } #footer-cta a { border: 2px solid #fff; border-radius: 45px; color: #fff; } #footer-cta a:hover { background: #fff; color: rgba(255, 103, 68, 0.91); box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 1px rgba(0, 0, 0, 0.15); } /*** footer starts ***/ #footer { padding: 5em 4em 2em; } #footer #logo { background-color: rgba(255, 103, 68, 0.91); border-radius: 50%; color: #fff; padding: .4em; font-family: "Maven pro", sans-serif; font-size: 1.6em; font-weight: 500; display: inline; } #footer #copyright { margin-top: 1.6em; font-family: "Maven pro", sans-serif; font-weight: 500; color: #7d7d7d; } .profile-photo { width: 200px; height: 200px; margin: 0 auto; border-radius: 50%; background-size: cover; margin-top: -100px; margin-bottom: 40px; }
assets/styles/styles.css
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,700'); /*********** Global Styles********/ body, html { background-color: #4c6d86; } h1, h2, h3, h4, h5, h6 { font-family: "Lato", sans-serif !important; font-weight: 900 !important; } .wrapper { background: #E3E3E3; } .img-circle { border-radius: 50%; } .my-button { font-size: 1em; line-height: normal; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 900; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out, color 0.2s 0.3s; letter-spacing: 0; border-radius: 45px; height: auto; padding: .8em 2.1em; } .my-button:hover { cursor: pointer; padding: .8em 2.7em; } .my-button:active, .my-button:focus, .my-button.active { background-image: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; } /*#my-modal { display: none; } .my-form { margin-top: 20em; } .custombox-content { background: #212332; }*/ /**********************************/ /*** thin bar ***/ .thin-bar { border-bottom: 5px solid #F33F12; } /*** About Section ***/ #about { margin-top: 10em; border: 1px solid #eee; background-color: white; padding-bottom: 1em; } #about img { max-width: 15em; position: relative; bottom: 7.5em; } #about .details { margin-top: -2em; } #about h2 { color: #646464; font-size: 3.8em; padding-bottom: 1em; } #about span { font-weight: 300; font-size: .7em; } #about h5 { color: #8A8A8B; } #about p { margin-top: 1em; color: #646464; font-family: "roboto"; font-weight: 300; } .cta .cta-button { color: #cc4b37; text-transform: uppercase; border: 2px solid rgba(255, 103, 68, 0.91); border-radius: 50px; background: white; } .cta .cta-button:hover, .cta .cta-button:focus { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 1px rgba(0, 0, 0, 0.15); background-color: rgba(255, 103, 68, 0.91); color: white; } #about i { margin-top: 2em; } .fa { font-size: 1.2em; padding: 0.1em 0.4em; color: #8a8a8a; } .fa:hover { cursor: pointer; } /*** Experience ***/ #experience { background-color: #4c6d86; padding: 6em 4em 5.6em; } #experience h2 { color: rgb(255, 138, 89); margin-bottom: .7em; } #experience .tag-line { color: white; font-size: 1.4em; } #experience i { color: rgb(255, 138, 89); font-size: 4em; } #experience h3 { color: #fff; } .experience-topics p { color: #ACAEB2; font-family: "Maven pro", sans-serif; /*font-weight: 500;*/ } .experience-topics ul li { list-style: none; color: #bbd2ff; font-family: "Maven pro", sans-serif; font-weight: 500; } /*** work ***/ #work { padding: 6em 4em 3em; background-color: #fff; } #work h2 { color: #FF6945; margin-bottom: .7em; } #work .tag-line { color: #767779; font-size: 1.4em; margin-bottom: 4em; } #work .work-row { margin-bottom: 5.5em; } .details h3 { color: #738182; text-transform: uppercase; } .details .platform{ font-size: 0.8em; text-transform: uppercase; margin: 2em 0 -0.1em; font-family: "Maven pro", sans-serif; font-weight: 500; color: #ff7654; } .details i { color: #ff7654; margin-right: 1em; } .details p { color: #738182; font-family: "Maven pro", sans-serif; font-weight: 500; font-size: 1.2em; margin-bottom: 1.8em; } .details a, .details a:link, .details a:active{ color: rgba(255, 103, 68, 0.91); border: 2px solid rgba(255, 103, 68, 0.91) !important; background-color: #fff; } .details a:hover, .details a:focus { /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 1px rgba(0, 0, 0, 0.15);*/ background-color: rgba(255, 103, 68, 0.91) !important; color: #fff; } /*** teaching ***/ #teaching { padding: 6em 4em 3em; } #teaching h2 { color: #595959; } #teaching .tag-line { color: #848282; font-size: 1.4em; } #teaching .teaching-domains { height: 500px; width: auto; margin-top: -4em; } /*** Footer Call-to-action ***/ #footer-cta { background-color: rgba(255, 103, 68, 0.91); padding: 6em 4em 5.6em; } #footer-cta h2 { color: white; } #footer-cta p { color: #fff; font-family: "Maven pro", sans-serif; font-weight: 500; font-size: 1.2em; } #startButtonDiv { margin-top: 3em; } #footer-cta a { border: 2px solid #fff; border-radius: 45px; color: #fff; } #footer-cta a:hover { background: #fff; color: rgba(255, 103, 68, 0.91); box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 1px rgba(0, 0, 0, 0.15); } /*** footer starts ***/ #footer { padding: 5em 4em 2em; } #footer #logo { background-color: rgba(255, 103, 68, 0.91); border-radius: 50%; color: #fff; padding: .4em; font-family: "Maven pro", sans-serif; font-size: 1.6em; font-weight: 500; display: inline; } #footer #copyright { margin-top: 1.6em; font-family: "Maven pro", sans-serif; font-weight: 500; color: #7d7d7d; } .profile-photo { width: 200px; height: 200px; margin: 0 auto; border-radius: 50%; background-size: cover; margin-top: -100px; margin-bottom: 40px; }
0.309337
0.095771
html, body { height: 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; float: right; width: 90%; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; clear: both; } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } .success { color : green; } .error { color : red; } .menu-admin { width: 10%; float: left; margin-top: 50px; } .menu-admin { width: 10%; float: left; margin-top: 50px; background: #262B33; height: 100%; } .menu-admin a { color: #fff; } .menu-admin a:hover{ text-decoration: none; background-color: #fff; border-right: 2px solid #262B33; border-left: 2px solid #262B33; color: #009688; } .container { width: 100%; } span.tab-title { color: #337ab7; } .reference { margin-bottom: 10px; } input.plus { background: none; border: none; font-size: 24px; padding: 0; color: #1DC11D; } .reference img { cursor: pointer } a.ico_delete { line-height: 40px; } .but-bnt { margin-top: 15px; } /* < Загрузчик изображений */ #drop-files { position:relative; width: 500px; min-height: 200px; margin: 0 auto; background: rgba(0,0,0,0.1); border-radius: 10px; border: 4px dashed rgba(0,0,0,0.2); padding-top:80px; text-align: center; } #drop-files p { clear:none; padding:0; margin:0; font-size: 16px; } #uploaded-holder { display: block; position:relative; margin: 0 auto; } #dropped-files { display:block; } #upload-button { z-index: 9999; display: none; margin: 20px 0; } .drop-button, .drop-btn-img { display: block; position: absolute; z-index: 9999; padding: 5px; width: 100%; background: rgba(0,0,0,0.6); font-size: 1em; bottom: 0; text-align: center; text-decoration: none; font-weight: 700; color: #FFF; } #dropped-files .image, .img-preview { position: relative; height: 200px; width: 200px; border: 4px solid #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); background: #fff; float: left; border-radius: 4px; margin: 0 7px 7px 0; overflow: hidden; } #upload-button .ss-upload { font-size: 0.7em; } #upload-button a { text-decoration: none; color: #fff; font-weight: bold; box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -35px 40px -10px #0A9FCA; font-size: 20px; padding: 10px 20px; background-color: #4bc1e3; border-radius: 10px; } #upload-button span { position:relative; text-align: center; background: white; border-radius: 10px; font-size: 1.1em; padding: 6px; margin-right: 8px; } #upload-button a:hover { box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -5px 40px 0px #0A9FCA; } #dropped-files #upload-button .delete { padding: 7px 6px 4px 6px; border-radius: 100px; background: rgba(0,0,0,0.6); box-shadow: none; font-size: 1em; margin-left: 8px; } #dropped-files #upload-button .delete:hover { background: rgba(0,0,0,0.8); } #loading { display: none; width: 100%; position: relative; margin: 20px; } #loading-bar { width: 404px; height: 40px; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.1); border-radius: 5px; padding: 2px; } .loading-color { width: 0%; height: 100%; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; border-radius: inherit; background-color: #4edbf1; } #loading-content { position: relative; top: 15px; font-size: 1.2em; font-weight: bold; text-align: center; width: 405px; } #file-name-holder { width: 100%; float: left; } #file-name-holder h1 { text-align: center; padding: 20px 0; font-size: 3em; margin: 0; } #uploaded-files { width:500px; list-style:none; margin:0 auto; padding: 10px; color: #545454; } #uploaded-files li { padding: 10px; border-bottom: 1px solid #eee; font-size: 1.5em; font-weight: bold; line-height: 25px; color: #545454; } #uploaded-files a { color: #1bacbf; } /* > */ .clear-both { clear: both; } form#frm { margin: 0 auto; display: block; width: 50%; } th.td-img { width: 120px; } .header-top{ width: 100%; background: red; height: 100px; z-index: 9; display: block; }
web/css/frontend/site.css
html, body { height: 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; float: right; width: 90%; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; clear: both; } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } .success { color : green; } .error { color : red; } .menu-admin { width: 10%; float: left; margin-top: 50px; } .menu-admin { width: 10%; float: left; margin-top: 50px; background: #262B33; height: 100%; } .menu-admin a { color: #fff; } .menu-admin a:hover{ text-decoration: none; background-color: #fff; border-right: 2px solid #262B33; border-left: 2px solid #262B33; color: #009688; } .container { width: 100%; } span.tab-title { color: #337ab7; } .reference { margin-bottom: 10px; } input.plus { background: none; border: none; font-size: 24px; padding: 0; color: #1DC11D; } .reference img { cursor: pointer } a.ico_delete { line-height: 40px; } .but-bnt { margin-top: 15px; } /* < Загрузчик изображений */ #drop-files { position:relative; width: 500px; min-height: 200px; margin: 0 auto; background: rgba(0,0,0,0.1); border-radius: 10px; border: 4px dashed rgba(0,0,0,0.2); padding-top:80px; text-align: center; } #drop-files p { clear:none; padding:0; margin:0; font-size: 16px; } #uploaded-holder { display: block; position:relative; margin: 0 auto; } #dropped-files { display:block; } #upload-button { z-index: 9999; display: none; margin: 20px 0; } .drop-button, .drop-btn-img { display: block; position: absolute; z-index: 9999; padding: 5px; width: 100%; background: rgba(0,0,0,0.6); font-size: 1em; bottom: 0; text-align: center; text-decoration: none; font-weight: 700; color: #FFF; } #dropped-files .image, .img-preview { position: relative; height: 200px; width: 200px; border: 4px solid #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); background: #fff; float: left; border-radius: 4px; margin: 0 7px 7px 0; overflow: hidden; } #upload-button .ss-upload { font-size: 0.7em; } #upload-button a { text-decoration: none; color: #fff; font-weight: bold; box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -35px 40px -10px #0A9FCA; font-size: 20px; padding: 10px 20px; background-color: #4bc1e3; border-radius: 10px; } #upload-button span { position:relative; text-align: center; background: white; border-radius: 10px; font-size: 1.1em; padding: 6px; margin-right: 8px; } #upload-button a:hover { box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -5px 40px 0px #0A9FCA; } #dropped-files #upload-button .delete { padding: 7px 6px 4px 6px; border-radius: 100px; background: rgba(0,0,0,0.6); box-shadow: none; font-size: 1em; margin-left: 8px; } #dropped-files #upload-button .delete:hover { background: rgba(0,0,0,0.8); } #loading { display: none; width: 100%; position: relative; margin: 20px; } #loading-bar { width: 404px; height: 40px; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.1); border-radius: 5px; padding: 2px; } .loading-color { width: 0%; height: 100%; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; border-radius: inherit; background-color: #4edbf1; } #loading-content { position: relative; top: 15px; font-size: 1.2em; font-weight: bold; text-align: center; width: 405px; } #file-name-holder { width: 100%; float: left; } #file-name-holder h1 { text-align: center; padding: 20px 0; font-size: 3em; margin: 0; } #uploaded-files { width:500px; list-style:none; margin:0 auto; padding: 10px; color: #545454; } #uploaded-files li { padding: 10px; border-bottom: 1px solid #eee; font-size: 1.5em; font-weight: bold; line-height: 25px; color: #545454; } #uploaded-files a { color: #1bacbf; } /* > */ .clear-both { clear: both; } form#frm { margin: 0 auto; display: block; width: 50%; } th.td-img { width: 120px; } .header-top{ width: 100%; background: red; height: 100px; z-index: 9; display: block; }
0.327131
0.087994
 /*============================================================= Authour URL: www.designbootstrap.com http://www.designbootstrap.com/ License: MIT http://opensource.org/licenses/MIT 100% Free To use For Personal And Commercial Use. IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE ======================================================== */ /* ============================================================= GOOGLE FONT ============================================================ */ /* ============================================================= GENERAL STYLES ============================================================ */ /* ============================================================= CUSTOM BUTTON STYLES ============================================================ */ .button-custom { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin: 25px 5px 5px 0px; margin: 5px; } .btn-custom-one { background-color: #70b234; color: #fff; border: 2px solid #70b234; } .btn-custom-one:hover { background-color: transparent; text-decoration: none; color: #70b234; } .btn-custom-two { color: #fff; background-color: rgb(40, 141, 203); border: 2px solid rgb(40, 141, 203); } .btn-custom-two:hover { border: 2px solid rgb(40, 141, 203); text-decoration: none; color: #fff; background-color: transparent; } /* ============================================================= MENU SECTION STYLES ============================================================ */ .navbar-inverse { background-color: rgba(0, 0, 0, 0.4); border-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { background-color: transparent; border-bottom: 1px solid rgb(40, 141, 203); } .navbar-inverse .navbar-nav > li > a { font-size: 12px; font-weight: 800; padding: 5px 0px; letter-spacing: 2px; margin: 10px 20px 10px 20px; color: #FFF; } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover { color: #fff; font-weight: 900; font-family: 'Oswald', sans-serif; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: transparent; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: rgb(40, 141, 203); } .navbar-inverse .navbar-toggle { border-color: rgb(40, 141, 203); } /* ============================================================= HOME SECTION STYLES ============================================================ */ #home { text-align: center; padding-top: 120px; padding-bottom: 60px; } #home .social { display: block; margin: 50px 20px; } /*Carousel Slider*/ #carousel-slider { padding: 50px 20px 5px 50px; } #carousel-slider h3 { line-height: 50px; font-family: 'Oswald', sans-serif; } #carousel-slider p { font-size: 16px; line-height: 25px; margin: 25px 20px; } /*============================ WORK SECTION STYLES ==============================*/ #work .caegories a.active { background-color: transparent; color: #fff; } .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; } #work .work-wrapper { padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom: 40px; background-color: rgba(255, 255, 255, 0.1); cursor: pointer; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; border: 1px solid rgb(40, 141, 203); } #work .work-wrapper:hover { background-color: transparent; border: 1px solid rgb(40, 141, 203); opacity: .80; /* standard: ff gt 1.5, opera, safari */ -ms-filter: "alpha(opacity=80)"; /* ie 8 */ filter: alpha(opacity=80); /* ie lt 7 */ -khtml-opacity: .80; /* safari 1.x */ -moz-opacity: .80; /* ff lt 1.5, netscape */ } #work .work-wrapper h4 { padding-top: 10px; }
old_assets/css/style-blue.css
 /*============================================================= Authour URL: www.designbootstrap.com http://www.designbootstrap.com/ License: MIT http://opensource.org/licenses/MIT 100% Free To use For Personal And Commercial Use. IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE ======================================================== */ /* ============================================================= GOOGLE FONT ============================================================ */ /* ============================================================= GENERAL STYLES ============================================================ */ /* ============================================================= CUSTOM BUTTON STYLES ============================================================ */ .button-custom { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin: 25px 5px 5px 0px; margin: 5px; } .btn-custom-one { background-color: #70b234; color: #fff; border: 2px solid #70b234; } .btn-custom-one:hover { background-color: transparent; text-decoration: none; color: #70b234; } .btn-custom-two { color: #fff; background-color: rgb(40, 141, 203); border: 2px solid rgb(40, 141, 203); } .btn-custom-two:hover { border: 2px solid rgb(40, 141, 203); text-decoration: none; color: #fff; background-color: transparent; } /* ============================================================= MENU SECTION STYLES ============================================================ */ .navbar-inverse { background-color: rgba(0, 0, 0, 0.4); border-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { background-color: transparent; border-bottom: 1px solid rgb(40, 141, 203); } .navbar-inverse .navbar-nav > li > a { font-size: 12px; font-weight: 800; padding: 5px 0px; letter-spacing: 2px; margin: 10px 20px 10px 20px; color: #FFF; } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover { color: #fff; font-weight: 900; font-family: 'Oswald', sans-serif; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: transparent; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: rgb(40, 141, 203); } .navbar-inverse .navbar-toggle { border-color: rgb(40, 141, 203); } /* ============================================================= HOME SECTION STYLES ============================================================ */ #home { text-align: center; padding-top: 120px; padding-bottom: 60px; } #home .social { display: block; margin: 50px 20px; } /*Carousel Slider*/ #carousel-slider { padding: 50px 20px 5px 50px; } #carousel-slider h3 { line-height: 50px; font-family: 'Oswald', sans-serif; } #carousel-slider p { font-size: 16px; line-height: 25px; margin: 25px 20px; } /*============================ WORK SECTION STYLES ==============================*/ #work .caegories a.active { background-color: transparent; color: #fff; } .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; } #work .work-wrapper { padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom: 40px; background-color: rgba(255, 255, 255, 0.1); cursor: pointer; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; border: 1px solid rgb(40, 141, 203); } #work .work-wrapper:hover { background-color: transparent; border: 1px solid rgb(40, 141, 203); opacity: .80; /* standard: ff gt 1.5, opera, safari */ -ms-filter: "alpha(opacity=80)"; /* ie 8 */ filter: alpha(opacity=80); /* ie lt 7 */ -khtml-opacity: .80; /* safari 1.x */ -moz-opacity: .80; /* ff lt 1.5, netscape */ } #work .work-wrapper h4 { padding-top: 10px; }
0.300951
0.052014
* { margin: 0; padding: 0; } html { scroll-behavior: smooth; } .navigation { padding: 4%; background: rgba(0, 0, 0, 0.6); position: relative; } .option { height: 10%; width: 10%; color: white; font-size: 20px; font-family: cursive; line-height: 30px; float: right; } .navigation ul :hover { background-color: violet; } .navigation ul { float: right; width: 100%; height: 33%; } .option { padding: 20px; text-decoration: none; text-align: center; } #three-dots { width: 4%; height: 11%; float: right; background-color: black; display: none; } .single-dot { height: 35%; width: 92%; background-color: black; } #color { color: aqua; font-style: italic; font-weight: bold; font-family: monospace; transition-property: transform, opacity; transition-duration: 4s, 4s; z-index: -3; } #color:hover { color: violet; font-weight: bold; font-style: italic; font-family: cusive; transform: rotateX(180deg); opacity: 0; } #colors { color: violet; font-style: italic; font-weight: bold; font-family: monospace; transition: color 2s, font-family 4s; text-align: center; padding-top: 3%; } #colors:hover { color: aqua; font-style: italic; font-weight: bold; font-family: cursive; } .box{ display:none; } .image { background-size: cover; background-position: center; height: 100vh; } .navigation_bar { padding: 0px 50px; border: 1px; background-color: rgba(0, 0, 0, 0.6); width: 100%; height: 75px; line-height: 75px; position: fixed; z-index: 1; } #picture { background: linear-gradient(rgba(0, 45%, 50%, 0.5)), url('pic1.jpg'); background-size: cover; background-position: center; height: 100vh; } .container { height: 100vh; width: 100%; background-position: center; background-size: cover; position: relative; overflow: hidden; box-sizing: border-box; background: linear-gradient(rgba(7, 3, 245, 0.438), rgba(51, 8, 243, 0.459), rgba(250, 6, 67, 0.609)), url(img18.jpeg); } .container h1 { color: aqua; font-size: 490%; text-align: center; font-family: cursive; left: 50%; bottom: 10%; padding: 2%; } .container h2 { color: violet; font-size: 210%; text-align: center; font-family: cursive; position: relative; padding: 1% 1% 5% 1%; } .button-class { width: 30%; height: 30%; padding-left: 44%; } .material-icons { color: pink; float: left; font-size: 93px; padding-right: 0%; } .button { background-color: rgba(0, 0, 0, 0.6); color: white; padding: 12px 44px; text-align: center; display: block; background-position: center; text-decoration: none; position: absolute; font-family: Verdana, Geneva, Tahoma, sans-serif; transition-property: transform, background-color,color,font-family; transition-duration: 2s, 2s, 3s, 3s; } .button:hover { transform:rotateY(180deg); background-color: black; color: black; font-family: Tahoma, Geneva, verdana, sans-serif; border-style: groove; border: 1px solid white; border-radius: 13px; } .header { width: 100%; height: auto; background-color: whitesmoke; color: white; text-align: center; font-weight: bold; font-style: italic; font-size: 510%; /*border-top: 25px solid purple;*/ font-family: 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif; text-shadow: 1px 0 3px purple, 10px 0 4px dodgerblue; } .hover-btn { width: 19%; height: 7%; background-color: #385cf0; position: absolute; bottom: -96%; right: 38%; border-radius: 15px; color: white; text-align: center; vertical-align: middle; padding-top: 0%; font-family: verdana, helvetica, sans-serif; border: 1.99px solid white; opacity: 0.5; transition-property: transform; transition-duration: 2s; overflow: hidden; } .hover-btn:hover { transform: rotate3d(20, 20, 20, 360deg); } .flex-container { flex-wrap: wrap; display: flex; } .Polaroid-container { width: 100%; padding: 4%; background-color: whitesmoke; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /* border: 25px solid purple;*/ overflow: hidden; } .image_zoom { width: 45%; border: 1px solid black; height: auto; padding: 0px; margin: 0px; overflow: hidden; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.6); } .flex-container div img { border: 1px solid black; width: 100%; transform: scale(1); transition-property: transform; transition-duration: 1s, 1s; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition-timing-function: ease-in-out; } .flex-container div img:hover { transform: scale(3, 3); } .topic { width: 45%; height: 15%; text-align: center; vertical-align: center; font-size: x-large; font-style: italic; vertical-align: middle; display: flex; align-items: center; justify-content: center; font-family: Verdana, Geneva, Tahoma, sans-serif; border: 1px solid black; transition-property: transform, color, background-color; transition-duration: 2s, 2s, 2s; transition-timing-function: ease-in-out; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .topic:hover { transform: rotateY(180deg); color: aqua; background-color: aqua; } /* .heading { padding: 3%; margin-right: 6%; margin-top: 11%; font-weight: bold; font-family: cursive; font-style: italic; text-align: center; background-color: whitesmoke; outline: 2px solid rgb(241, 7, 241); border-radius: 80%; color: white; text-shadow: 5px 2px 2px purple, 7px 3px 3px dodgerblue, 4px 4px 4px blueviolet, 5px 1px 1px black; } .heading:hover { background-color: rgba(0, 0, 0, 0.6); background-color: wheat; outline: 0px; font-family: serif; } */ .image-container { background: linear-gradient(rgba(227, 243, 9, 0.548), rgba(11, 243, 88, 0.425), rgba(0, 0, 0, 0.6)), url(about.jpeg); background-size: cover; height: 100%; background-repeat: no-repeat; background-position: center; } .about { /* top: 50%; */ padding-top: 7%; padding-left: 30%; color: whitesmoke; font-size: 180%; font-style: italic; font-weight: bold; font-family: verdana, arial, sans serif; text-shadow: 5px 2px 2px rgb(38, 116, 2), 7px 3px 3px dodgerblue, 4px 4px 4px blueviolet, 5px 1px 1px black; } .paragraph { text-align: justify; padding: 5% 25% 5% 25%; width: 50%; } .image-container a { position: absolute; left: 45%; width: 10%; height: auto; padding: 1%; text-align: center; text-decoration: none; background-color: #03573e; color: white; border-radius: 13px; border: 2px solid black; transition-property: background-color; transition-duration: 0.56s; transition-timing-function: ease-in-out; } .image-container a:hover { border: 2px solid white; background-color: purple; } .drop-down{ position: relative; } @media screen and (max-width: 1506px) { .option { display: none; } #three-dots { display: flex; flex-direction: row; flex-wrap: wrap; } .button-class { padding-left: 43%; } .box{ float: right; width: 11%; height: auto; display: none; position: absolute; right: 0; background-color:rgba(0,0,0,0.6); } .choose{ display: block; color: white; text-decoration: none; padding: 11%; width: 78%; height: 5%; } .drop-down:hover .box{ display:block; } } @media screen and (max-width:1310px) { .box{ width:13%; } } @media screen and (max-width:1120px) { .navigation { height: 8%; } .container h1 { padding-top: 7%; } #three-dots { display: inline; height: 169%; width: 5%; } .button-class { padding-left: 40%; } .box{ width:15%; } } @media screen and (max-width: 920px) { .topic { font-size: 90%; border: 0px 1px 1px 1px solid black; } .image_zoom { border: 0.4px solid black; } } @media screen and (max-width:780px){ .choose{ padding:4%; width: 93%; } } @media screen and (max-width:700px) { .box { width: 20%; } #three-dots { display: inline; width: 8%; } #colors { padding-top: 9%; } .button-class { padding-left: 35%; padding-top: 6%; } .flex-container { flex-wrap: no-wrap; display: flex; } .image_zoom { width: 100%; height: auto; padding-bottom: 7%; transition-property: transform, opacity; transition-duration: 1s, 3s; } .image_zoom:hover { transform: rotateX(180deg); opacity: 0.2; } .topic { width: 100%; height: auto; display: none; } } @media screen and (max-width: 640px) { .about { font-size: 135%; } } @media screen and (max-width:530px) { #color { font-size: 335%; font-weight: normal; padding-top: 19%; } #colors { font-size: 180%; } .button-class { padding-left: 30%; padding-top: 14%; } #three-dots { display: inline; width: 12%; } .box{ width:33%; } }
style.css
* { margin: 0; padding: 0; } html { scroll-behavior: smooth; } .navigation { padding: 4%; background: rgba(0, 0, 0, 0.6); position: relative; } .option { height: 10%; width: 10%; color: white; font-size: 20px; font-family: cursive; line-height: 30px; float: right; } .navigation ul :hover { background-color: violet; } .navigation ul { float: right; width: 100%; height: 33%; } .option { padding: 20px; text-decoration: none; text-align: center; } #three-dots { width: 4%; height: 11%; float: right; background-color: black; display: none; } .single-dot { height: 35%; width: 92%; background-color: black; } #color { color: aqua; font-style: italic; font-weight: bold; font-family: monospace; transition-property: transform, opacity; transition-duration: 4s, 4s; z-index: -3; } #color:hover { color: violet; font-weight: bold; font-style: italic; font-family: cusive; transform: rotateX(180deg); opacity: 0; } #colors { color: violet; font-style: italic; font-weight: bold; font-family: monospace; transition: color 2s, font-family 4s; text-align: center; padding-top: 3%; } #colors:hover { color: aqua; font-style: italic; font-weight: bold; font-family: cursive; } .box{ display:none; } .image { background-size: cover; background-position: center; height: 100vh; } .navigation_bar { padding: 0px 50px; border: 1px; background-color: rgba(0, 0, 0, 0.6); width: 100%; height: 75px; line-height: 75px; position: fixed; z-index: 1; } #picture { background: linear-gradient(rgba(0, 45%, 50%, 0.5)), url('pic1.jpg'); background-size: cover; background-position: center; height: 100vh; } .container { height: 100vh; width: 100%; background-position: center; background-size: cover; position: relative; overflow: hidden; box-sizing: border-box; background: linear-gradient(rgba(7, 3, 245, 0.438), rgba(51, 8, 243, 0.459), rgba(250, 6, 67, 0.609)), url(img18.jpeg); } .container h1 { color: aqua; font-size: 490%; text-align: center; font-family: cursive; left: 50%; bottom: 10%; padding: 2%; } .container h2 { color: violet; font-size: 210%; text-align: center; font-family: cursive; position: relative; padding: 1% 1% 5% 1%; } .button-class { width: 30%; height: 30%; padding-left: 44%; } .material-icons { color: pink; float: left; font-size: 93px; padding-right: 0%; } .button { background-color: rgba(0, 0, 0, 0.6); color: white; padding: 12px 44px; text-align: center; display: block; background-position: center; text-decoration: none; position: absolute; font-family: Verdana, Geneva, Tahoma, sans-serif; transition-property: transform, background-color,color,font-family; transition-duration: 2s, 2s, 3s, 3s; } .button:hover { transform:rotateY(180deg); background-color: black; color: black; font-family: Tahoma, Geneva, verdana, sans-serif; border-style: groove; border: 1px solid white; border-radius: 13px; } .header { width: 100%; height: auto; background-color: whitesmoke; color: white; text-align: center; font-weight: bold; font-style: italic; font-size: 510%; /*border-top: 25px solid purple;*/ font-family: 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif; text-shadow: 1px 0 3px purple, 10px 0 4px dodgerblue; } .hover-btn { width: 19%; height: 7%; background-color: #385cf0; position: absolute; bottom: -96%; right: 38%; border-radius: 15px; color: white; text-align: center; vertical-align: middle; padding-top: 0%; font-family: verdana, helvetica, sans-serif; border: 1.99px solid white; opacity: 0.5; transition-property: transform; transition-duration: 2s; overflow: hidden; } .hover-btn:hover { transform: rotate3d(20, 20, 20, 360deg); } .flex-container { flex-wrap: wrap; display: flex; } .Polaroid-container { width: 100%; padding: 4%; background-color: whitesmoke; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /* border: 25px solid purple;*/ overflow: hidden; } .image_zoom { width: 45%; border: 1px solid black; height: auto; padding: 0px; margin: 0px; overflow: hidden; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.6); } .flex-container div img { border: 1px solid black; width: 100%; transform: scale(1); transition-property: transform; transition-duration: 1s, 1s; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition-timing-function: ease-in-out; } .flex-container div img:hover { transform: scale(3, 3); } .topic { width: 45%; height: 15%; text-align: center; vertical-align: center; font-size: x-large; font-style: italic; vertical-align: middle; display: flex; align-items: center; justify-content: center; font-family: Verdana, Geneva, Tahoma, sans-serif; border: 1px solid black; transition-property: transform, color, background-color; transition-duration: 2s, 2s, 2s; transition-timing-function: ease-in-out; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .topic:hover { transform: rotateY(180deg); color: aqua; background-color: aqua; } /* .heading { padding: 3%; margin-right: 6%; margin-top: 11%; font-weight: bold; font-family: cursive; font-style: italic; text-align: center; background-color: whitesmoke; outline: 2px solid rgb(241, 7, 241); border-radius: 80%; color: white; text-shadow: 5px 2px 2px purple, 7px 3px 3px dodgerblue, 4px 4px 4px blueviolet, 5px 1px 1px black; } .heading:hover { background-color: rgba(0, 0, 0, 0.6); background-color: wheat; outline: 0px; font-family: serif; } */ .image-container { background: linear-gradient(rgba(227, 243, 9, 0.548), rgba(11, 243, 88, 0.425), rgba(0, 0, 0, 0.6)), url(about.jpeg); background-size: cover; height: 100%; background-repeat: no-repeat; background-position: center; } .about { /* top: 50%; */ padding-top: 7%; padding-left: 30%; color: whitesmoke; font-size: 180%; font-style: italic; font-weight: bold; font-family: verdana, arial, sans serif; text-shadow: 5px 2px 2px rgb(38, 116, 2), 7px 3px 3px dodgerblue, 4px 4px 4px blueviolet, 5px 1px 1px black; } .paragraph { text-align: justify; padding: 5% 25% 5% 25%; width: 50%; } .image-container a { position: absolute; left: 45%; width: 10%; height: auto; padding: 1%; text-align: center; text-decoration: none; background-color: #03573e; color: white; border-radius: 13px; border: 2px solid black; transition-property: background-color; transition-duration: 0.56s; transition-timing-function: ease-in-out; } .image-container a:hover { border: 2px solid white; background-color: purple; } .drop-down{ position: relative; } @media screen and (max-width: 1506px) { .option { display: none; } #three-dots { display: flex; flex-direction: row; flex-wrap: wrap; } .button-class { padding-left: 43%; } .box{ float: right; width: 11%; height: auto; display: none; position: absolute; right: 0; background-color:rgba(0,0,0,0.6); } .choose{ display: block; color: white; text-decoration: none; padding: 11%; width: 78%; height: 5%; } .drop-down:hover .box{ display:block; } } @media screen and (max-width:1310px) { .box{ width:13%; } } @media screen and (max-width:1120px) { .navigation { height: 8%; } .container h1 { padding-top: 7%; } #three-dots { display: inline; height: 169%; width: 5%; } .button-class { padding-left: 40%; } .box{ width:15%; } } @media screen and (max-width: 920px) { .topic { font-size: 90%; border: 0px 1px 1px 1px solid black; } .image_zoom { border: 0.4px solid black; } } @media screen and (max-width:780px){ .choose{ padding:4%; width: 93%; } } @media screen and (max-width:700px) { .box { width: 20%; } #three-dots { display: inline; width: 8%; } #colors { padding-top: 9%; } .button-class { padding-left: 35%; padding-top: 6%; } .flex-container { flex-wrap: no-wrap; display: flex; } .image_zoom { width: 100%; height: auto; padding-bottom: 7%; transition-property: transform, opacity; transition-duration: 1s, 3s; } .image_zoom:hover { transform: rotateX(180deg); opacity: 0.2; } .topic { width: 100%; height: auto; display: none; } } @media screen and (max-width: 640px) { .about { font-size: 135%; } } @media screen and (max-width:530px) { #color { font-size: 335%; font-weight: normal; padding-top: 19%; } #colors { font-size: 180%; } .button-class { padding-left: 30%; padding-top: 14%; } #three-dots { display: inline; width: 12%; } .box{ width:33%; } }
0.596198
0.051654
@charset "UTF-8"; main, header, nav, aside, section { display: block; } body { margin: 0; background-image: url(background.jpg); background-repeat: no-repeat; background-size: cover; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 100%; } main { /* width: 998px; */ width: 63em; padding: 0 20px 20px 20px; margin: 0 auto auto 20px; } main>header { width: 100%; height: 100px; font-size: 3em; text-transform: uppercase; text-align: center; color: #FFF; } section { width: 35em; min-height: 280px; padding: 20px 20px 30px 20px; position: absolute; top: 150px; left: 260px; background-color: #FFF; } section>header>h2 { text-transform: uppercase; } section>header>img { float: right; } section>img { float: left; margin-right: 10px; } nav { float: left; } nav>ul { width: 12.5em; padding: 0; margin-top: 50px; border: 1px solid #000; background-color: #DA622E; } nav>ul>li { text-align: center; color: #fff; padding: 10px 0 10px 20px; border-bottom: 1px solid #216B9A; line-height: 18px; } nav>ul>li { text-align: left; list-style: none; } li a { color: #FFF; } li a:hover, li a:hover { color: #000; } a { text-decoration: none; color: #DA622E; } a:hover, a:focus { color: #09F; } aside { width: 9.3em; min-height: 200px; float: right; margin: 50px 0 0 10px; background-color: #999; padding: 20px 10px; } aside>p { line-height:1.1; color : white; font-size: 0.8em; } h1 { margin-top: 0; } h2 { font-size: 1em; color: #166BA1; margin-top: 0; } a:link { color:#0000ff; } a:visited { color:#800080; } a:focus { color:#008000; outline: thin dotted; } a:hover { color:#008000; outline: 0px; } a:active { color:#ff0000; outline: 0px; } .bold { font-weight:bold; } /* clearfix source: http://www.positioniseverything.net/easyclearing.html */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } #confirmation { background-image: none; margin: 20px; } #formClose { display: none; } #formContact { } .table_list { list-style: none; margin: 0; padding: 0; background-color: #e0e0e0; width: 28em; } .table_list_item { line-height: 30px; } .table_list li div { display: block; float: left; padding: 3px 5px; } .table_list_item_name { font-weight:bold; width: 9.3em; } .table_list_item_single { width: 5em; } .table_list_item_double { width: 5em; } .table_list_item_triple { width: 5em; } .contact_form { list-style: none; margin: 0; padding: 0; background-color: #ffffff; width: 31.25em; border: 1px solid black; } .contact_form_item { line-height: 30px; } .contact_form li div { display: block; float: left; padding: 3px 5px; } .contact_form li fieldset { padding: 0; border: 1px dotted black; } .contact_form_item_colName { font-weight:bold; width: 7.5em; } .contact_form_item_colValue { width: 6.25em; } .contact_form_item_colDate1 { width: 6.25em; } .contact_form_item_colDate2 { width: 6.25em; } .contact_form_item_colDate3 { width: 6.25em; } .contact_form_item_colMessage { width: 18.75em; } .contact_form_item_reset { width: 6.25em; } .contact_form_item_proceed { width: 6.25em; margin-left: 40px; padding-left: 0; }
w3c_training/rwd/assignment1/bnb/style.css
@charset "UTF-8"; main, header, nav, aside, section { display: block; } body { margin: 0; background-image: url(background.jpg); background-repeat: no-repeat; background-size: cover; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 100%; } main { /* width: 998px; */ width: 63em; padding: 0 20px 20px 20px; margin: 0 auto auto 20px; } main>header { width: 100%; height: 100px; font-size: 3em; text-transform: uppercase; text-align: center; color: #FFF; } section { width: 35em; min-height: 280px; padding: 20px 20px 30px 20px; position: absolute; top: 150px; left: 260px; background-color: #FFF; } section>header>h2 { text-transform: uppercase; } section>header>img { float: right; } section>img { float: left; margin-right: 10px; } nav { float: left; } nav>ul { width: 12.5em; padding: 0; margin-top: 50px; border: 1px solid #000; background-color: #DA622E; } nav>ul>li { text-align: center; color: #fff; padding: 10px 0 10px 20px; border-bottom: 1px solid #216B9A; line-height: 18px; } nav>ul>li { text-align: left; list-style: none; } li a { color: #FFF; } li a:hover, li a:hover { color: #000; } a { text-decoration: none; color: #DA622E; } a:hover, a:focus { color: #09F; } aside { width: 9.3em; min-height: 200px; float: right; margin: 50px 0 0 10px; background-color: #999; padding: 20px 10px; } aside>p { line-height:1.1; color : white; font-size: 0.8em; } h1 { margin-top: 0; } h2 { font-size: 1em; color: #166BA1; margin-top: 0; } a:link { color:#0000ff; } a:visited { color:#800080; } a:focus { color:#008000; outline: thin dotted; } a:hover { color:#008000; outline: 0px; } a:active { color:#ff0000; outline: 0px; } .bold { font-weight:bold; } /* clearfix source: http://www.positioniseverything.net/easyclearing.html */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } #confirmation { background-image: none; margin: 20px; } #formClose { display: none; } #formContact { } .table_list { list-style: none; margin: 0; padding: 0; background-color: #e0e0e0; width: 28em; } .table_list_item { line-height: 30px; } .table_list li div { display: block; float: left; padding: 3px 5px; } .table_list_item_name { font-weight:bold; width: 9.3em; } .table_list_item_single { width: 5em; } .table_list_item_double { width: 5em; } .table_list_item_triple { width: 5em; } .contact_form { list-style: none; margin: 0; padding: 0; background-color: #ffffff; width: 31.25em; border: 1px solid black; } .contact_form_item { line-height: 30px; } .contact_form li div { display: block; float: left; padding: 3px 5px; } .contact_form li fieldset { padding: 0; border: 1px dotted black; } .contact_form_item_colName { font-weight:bold; width: 7.5em; } .contact_form_item_colValue { width: 6.25em; } .contact_form_item_colDate1 { width: 6.25em; } .contact_form_item_colDate2 { width: 6.25em; } .contact_form_item_colDate3 { width: 6.25em; } .contact_form_item_colMessage { width: 18.75em; } .contact_form_item_reset { width: 6.25em; } .contact_form_item_proceed { width: 6.25em; margin-left: 40px; padding-left: 0; }
0.40439
0.080792
@font-face { font-family: 'Open Sans'; src: url('OpenSans-BoldItalic.woff2') format('woff2'), url('OpenSans-BoldItalic.woff') format('woff'); font-weight: bold; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-Bold.woff2') format('woff2'), url('OpenSans-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-ExtraBold.woff2') format('woff2'), url('OpenSans-ExtraBold.woff') format('woff'); font-weight: 800; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-LightItalic.woff2') format('woff2'), url('OpenSans-LightItalic.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('OpenSans-ExtraBoldItalic.woff') format('woff'); font-weight: 800; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-Light.woff2') format('woff2'), url('OpenSans-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-Italic.woff2') format('woff2'), url('OpenSans-Italic.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-Regular.woff2') format('woff2'), url('OpenSans-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-SemiBoldItalic.woff2') format('woff2'), url('OpenSans-SemiBoldItalic.woff') format('woff'); font-weight: 600; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-SemiBold.woff2') format('woff2'), url('OpenSans-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
assets/fonts/stylesheet.css
@font-face { font-family: 'Open Sans'; src: url('OpenSans-BoldItalic.woff2') format('woff2'), url('OpenSans-BoldItalic.woff') format('woff'); font-weight: bold; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-Bold.woff2') format('woff2'), url('OpenSans-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-ExtraBold.woff2') format('woff2'), url('OpenSans-ExtraBold.woff') format('woff'); font-weight: 800; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-LightItalic.woff2') format('woff2'), url('OpenSans-LightItalic.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('OpenSans-ExtraBoldItalic.woff') format('woff'); font-weight: 800; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-Light.woff2') format('woff2'), url('OpenSans-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-Italic.woff2') format('woff2'), url('OpenSans-Italic.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-Regular.woff2') format('woff2'), url('OpenSans-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-SemiBoldItalic.woff2') format('woff2'), url('OpenSans-SemiBoldItalic.woff') format('woff'); font-weight: 600; font-style: italic; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('OpenSans-SemiBold.woff2') format('woff2'), url('OpenSans-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
0.418103
0.067362
table#bounties-table tr td { vertical-align: middle; } table#bounties-table tr td:nth-child(1) { width: 60px; } table#bounties-table tr td img.thumbnail { width: 50px; height: 50px; } table#solutions-table tr td { vertical-align: middle; } table#solutions-table tr td img.thumbnail { width: 130px; height: 130px; } li.task-list-item { list-style: square outside url(images/checkbox.png); } li.task-list-item-checked { list-style: square outside url(images/checkbox_checked.png); } li.task-list-item br { display: none; } li.task-list-item-checked br { display: none; } div.bounty-buttons { padding: 2%; } div.bounty-button-panel {padding-left: 10px; padding-right: 10px;} .bounty-buttons .controls { margin-top: 10px; } .bounty-buttons .controls:first-of-type { margin-top: 0; } .no-stripe td { border: 0 !important; background-color: transparent !important; } td.imagerow { width: 60px; } .table-progress { margin-bottom: 0px; } .ng-binding ul > br { display: none; } .issue-goals.progress { margin-bottom: 10px; } .issue-table .project-icon { text-align: center; } /* receipt */ input#bounty-share-url { cursor: pointer; width: 75%; text-align: center; margin-top: 15px; } td img.issue-table-tracker-img { max-height:20px; max-width:20px; } .table-developer-statuses h4 small { white-space: nowrap; } .issue-header .issue-title { margin-left: 0 } @media (min-width: 767px) { .issue-header .issue-title { margin-top: 0; margin-left: 78px; min-height: 65px; line-height: 30px ; } } .issue-detailed-list { margin-top: 20px; } .issue-detailed-list .thumbs-cell { float: left; width: 50px; height: 64px; } .issue-detailed-list .issue-details { margin-left: 60px; } .issue-detailed-list .issue-details h3 { margin: 0 0; } .issue-detailed-list .issue-details .issue-body { max-height: 200px; overflow: hidden; } .issue-detailed-list .issue-details .issue-meta { color: #919d9d; margin: 6px 0 4px 0; } .issue-search img.advanced-img { height: 50px; }
app/assets/stylesheets/bountysource/issues.css
table#bounties-table tr td { vertical-align: middle; } table#bounties-table tr td:nth-child(1) { width: 60px; } table#bounties-table tr td img.thumbnail { width: 50px; height: 50px; } table#solutions-table tr td { vertical-align: middle; } table#solutions-table tr td img.thumbnail { width: 130px; height: 130px; } li.task-list-item { list-style: square outside url(images/checkbox.png); } li.task-list-item-checked { list-style: square outside url(images/checkbox_checked.png); } li.task-list-item br { display: none; } li.task-list-item-checked br { display: none; } div.bounty-buttons { padding: 2%; } div.bounty-button-panel {padding-left: 10px; padding-right: 10px;} .bounty-buttons .controls { margin-top: 10px; } .bounty-buttons .controls:first-of-type { margin-top: 0; } .no-stripe td { border: 0 !important; background-color: transparent !important; } td.imagerow { width: 60px; } .table-progress { margin-bottom: 0px; } .ng-binding ul > br { display: none; } .issue-goals.progress { margin-bottom: 10px; } .issue-table .project-icon { text-align: center; } /* receipt */ input#bounty-share-url { cursor: pointer; width: 75%; text-align: center; margin-top: 15px; } td img.issue-table-tracker-img { max-height:20px; max-width:20px; } .table-developer-statuses h4 small { white-space: nowrap; } .issue-header .issue-title { margin-left: 0 } @media (min-width: 767px) { .issue-header .issue-title { margin-top: 0; margin-left: 78px; min-height: 65px; line-height: 30px ; } } .issue-detailed-list { margin-top: 20px; } .issue-detailed-list .thumbs-cell { float: left; width: 50px; height: 64px; } .issue-detailed-list .issue-details { margin-left: 60px; } .issue-detailed-list .issue-details h3 { margin: 0 0; } .issue-detailed-list .issue-details .issue-body { max-height: 200px; overflow: hidden; } .issue-detailed-list .issue-details .issue-meta { color: #919d9d; margin: 6px 0 4px 0; } .issue-search img.advanced-img { height: 50px; }
0.289874
0.27853
.nav { display: flex; flex-wrap: wrap; /* justify-content: space-evenly; */ justify-content: space-around; align-items: center; max-width: calc(var(--nav-width) + var(--gap) * 2); margin-inline-start: auto; margin-inline-end: auto; line-height: var(--header-height) } .nav a { display: block } .logo, #menu { display: flex; margin: auto var(--gap); align-content:center; } .logo { flex-wrap: inherit } .logo a { font-size: 24px; font-weight: 700; } .logo a img { display: inline; vertical-align: middle; pointer-events: none; transform: translate(0, -10%); border-radius: 6px; margin-inline-end: 1px } #theme-toggle svg { height: 18px; } button#theme-toggle { font-size: 26px; margin: auto 4px } body.dark #moon { vertical-align: middle; display: none } body:not(.dark) #sun { display: none } #menu { display: flex; list-style: none; word-break: keep-all; overflow-x: auto; white-space: nowrap } #menu li+li { margin-inline-start: var(--gap) } #menu a { font-size: 14px; font-weight: 500; color: var(--secondary); } #menu .active { font-weight: 500; border-bottom: 2px solid currentColor; color: var(--primary); } .lang-switch li, .lang-switch ul, .logo-switches { display: inline-flex; margin: 4px; } .lang-switch { display: flex; flex-wrap: inherit } .lang-switch a { margin: auto 3px; font-size: 16px; font-weight: 500; } .logo-switches { flex-wrap: inherit } .theme { font-size: 12px; vertical-align: botton; } /* TEST DU 2021-06-15 */ #menuToggle { display: block; position: relative; margin-left: 20px; z-index: 1; -webkit-user-select: none; user-select: none; } #menuToggle a { text-decoration: none; color: #eeeeee; transition: color 0.3s ease; } #menuToggle a:hover { color: rgb(225, 194, 20) !important; } #menuToggle input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* and place it over the hamburger */ -webkit-touch-callout: none; } /* * Just a quick hamburger */ #menuToggle span { display: block; width: 25px; height: 3px; margin-bottom: 4px; position: relative; background: rgb(225, 194, 20); border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } #menuToggle span:first-child { transform-origin: 0% 0%; } #menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; } /* * Transform all the slices of hamburger * into a crossmark. */ #menuToggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: rgb(225, 194, 20); } /* * But let's hide the middle one. */ #menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } /* * Ohyeah and the last one should go the other direction */ #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); } /* * Make this absolute positioned * at the top left of the screen */ #menu-burger { position : absolute; width: 200px; /* margin: -400px 0 0 -100%; */ padding: 50px; padding-top: 25px; right: 0; background: var(--entry); list-style-type: none; -webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */ transform-origin: 0% 0%; transform: translate(0%, -300%); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); } #menu-burger li { padding: 0px 0; font-size: 14px; font-weight: 500; text-decoration: none; color: var(--content); } #menu-burger li:hover { color: rgb(225, 194, 20) !important; } /* * And let's slide it in from the left */ #menuToggle input:checked ~ ul { transform: none; } /* TEST DU 2021-06-15 .burger{ display: none; cursor: pointer; } .burger div{ width: 25px; height: 3px; background-color: rgb(225, 194, 20); margin: 5px; } @media screen and (max-width: 768px){ body{ overflow-x: hidden; } .menu { position: absolute; right: 0px; height: 92vh; top: 8vh; background-color: rgb(225, 194, 20); display: flex; flex-direction: column; align-items: center; width: 30%; transform: translateX(100%); transition: transform 0.5s ease-in; } .menu li{ opacity: 0; } .burger{ display: block; } } /* À REVOIR .nav-active{ transform: translateX(0%); } @keyframes navLinkFade{ from{ opacity: 0; transform: translatex(50px); } to{ opacity: 1; transform: translateX(0px); } } */
themes/PaperMod/assets/css/common/header.css
.nav { display: flex; flex-wrap: wrap; /* justify-content: space-evenly; */ justify-content: space-around; align-items: center; max-width: calc(var(--nav-width) + var(--gap) * 2); margin-inline-start: auto; margin-inline-end: auto; line-height: var(--header-height) } .nav a { display: block } .logo, #menu { display: flex; margin: auto var(--gap); align-content:center; } .logo { flex-wrap: inherit } .logo a { font-size: 24px; font-weight: 700; } .logo a img { display: inline; vertical-align: middle; pointer-events: none; transform: translate(0, -10%); border-radius: 6px; margin-inline-end: 1px } #theme-toggle svg { height: 18px; } button#theme-toggle { font-size: 26px; margin: auto 4px } body.dark #moon { vertical-align: middle; display: none } body:not(.dark) #sun { display: none } #menu { display: flex; list-style: none; word-break: keep-all; overflow-x: auto; white-space: nowrap } #menu li+li { margin-inline-start: var(--gap) } #menu a { font-size: 14px; font-weight: 500; color: var(--secondary); } #menu .active { font-weight: 500; border-bottom: 2px solid currentColor; color: var(--primary); } .lang-switch li, .lang-switch ul, .logo-switches { display: inline-flex; margin: 4px; } .lang-switch { display: flex; flex-wrap: inherit } .lang-switch a { margin: auto 3px; font-size: 16px; font-weight: 500; } .logo-switches { flex-wrap: inherit } .theme { font-size: 12px; vertical-align: botton; } /* TEST DU 2021-06-15 */ #menuToggle { display: block; position: relative; margin-left: 20px; z-index: 1; -webkit-user-select: none; user-select: none; } #menuToggle a { text-decoration: none; color: #eeeeee; transition: color 0.3s ease; } #menuToggle a:hover { color: rgb(225, 194, 20) !important; } #menuToggle input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* and place it over the hamburger */ -webkit-touch-callout: none; } /* * Just a quick hamburger */ #menuToggle span { display: block; width: 25px; height: 3px; margin-bottom: 4px; position: relative; background: rgb(225, 194, 20); border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } #menuToggle span:first-child { transform-origin: 0% 0%; } #menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; } /* * Transform all the slices of hamburger * into a crossmark. */ #menuToggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: rgb(225, 194, 20); } /* * But let's hide the middle one. */ #menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } /* * Ohyeah and the last one should go the other direction */ #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); } /* * Make this absolute positioned * at the top left of the screen */ #menu-burger { position : absolute; width: 200px; /* margin: -400px 0 0 -100%; */ padding: 50px; padding-top: 25px; right: 0; background: var(--entry); list-style-type: none; -webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */ transform-origin: 0% 0%; transform: translate(0%, -300%); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); } #menu-burger li { padding: 0px 0; font-size: 14px; font-weight: 500; text-decoration: none; color: var(--content); } #menu-burger li:hover { color: rgb(225, 194, 20) !important; } /* * And let's slide it in from the left */ #menuToggle input:checked ~ ul { transform: none; } /* TEST DU 2021-06-15 .burger{ display: none; cursor: pointer; } .burger div{ width: 25px; height: 3px; background-color: rgb(225, 194, 20); margin: 5px; } @media screen and (max-width: 768px){ body{ overflow-x: hidden; } .menu { position: absolute; right: 0px; height: 92vh; top: 8vh; background-color: rgb(225, 194, 20); display: flex; flex-direction: column; align-items: center; width: 30%; transform: translateX(100%); transition: transform 0.5s ease-in; } .menu li{ opacity: 0; } .burger{ display: block; } } /* À REVOIR .nav-active{ transform: translateX(0%); } @keyframes navLinkFade{ from{ opacity: 0; transform: translatex(50px); } to{ opacity: 1; transform: translateX(0px); } } */
0.258607
0.076098
*{ margin: 0; padding: 0; } /* 购买区域样式 */ .Buying{ width: 1000px; height: 765px; /* background-color: skyblue; */ margin: 0 auto 40px; } /* 购买区域头部样式 */ .Buying-name{ height: 68px; border-bottom: dotted 1px #f6f6f6; /* background-color: mediumpurple; */ } /* logo大小 */ .lyl-logo{ width: 280px; display: inline-block; } .lyl-logo img{ width: 82px; height: 42px; margin-top: 10px; } /* "旗舰店"字体样式 */ .lyl-logo .shop-name{ font-weight: bold; } .lyl-logo .shop{ display: inline-block; font-size: 12px; height: 18px; color: #d7ac5f; border: 1px solid #d7ac5f; text-align: center; background-color: #fff; border-radius: 2px; padding-left: 2px; padding-right: 2px; } /* 店铺描述样式 */ .shop-describe{ width:120px; height: 42px; display: inline-block; margin: 10px 10px; font-size: 12px; color: #999; } /* 手机逛样式 */ .phone-buy{ width:80px; height: 42px; display: inline-block; font-size: 12px; } .phone-pic{ width: 120px; height: 148px; background-color: #fff; z-index: 999; position: absolute; left: 650px; top: 200px; border: 1px solid #dcdcdc; display: none; } .phone-pic img{ width: 120px; height: 120px; } .phone-pic p{ font-size: 15px; font-weight: bold; text-align: center; } .phone-buy:hover .phone-pic{ display: block; } /* 商品展示区域上方的文字 */ .tip{ width: 1000px; padding: 11px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; } /* 产品展示区域 */ .product-show{ width: 420px; height: 550px; /* background-color: yellowgreen; */ display: inline-block; } .pic{ width: 420px; height: 420px; /* background-color: blue; */ } /*.pic2,.pic3,.pic4,.pic5{ background-color: skyblue; width: 420px; height: 420px; position: absolute; top: 287px; display: none; }*/ .pic embed{ width: 420px; height: 420px; /*display: none;*/ } .pic_img{ width: 420px; height: 420px; display: none; /*float: left;*/ } .pics1,.pics2,.pics3,.pics4,.pics5{ float: left; cursor: pointer; } .pics img{ margin: 10px 10px; width: 60px; height: 60px; } /* 展示图片伪类 */ /*.pics2:hover .pic2{ display: block; }*/ .txt1{ color: #999; line-height: 20px; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 200px; } .txt2{ color: #999; line-height: 20px; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 200px; } /* 产品折扣以及购买区域 */ .product-content{ width:530px; height:550px; /* background-color: pink; */ /* display: inline-block; */ margin: 0 10px; float: right } .title1{ color: blue; } .title2{ border-radius: 2px; background-color: #67e0c4; font-size: 12px; color: #fff; width: 67px; line-height: 19px; text-align: center; margin: 8px 0 0 0; } .title3{ font-size: 16px; color: #333; max-height: 40px; overflow: hidden; line-height: 20px; margin-top: 8px; margin-bottom: 8px; font-weight: 700; } .product-price img{ width: 530px; height: 84px; margin: 10px 0 0 0; } /* 购买区域尾部样式 */ .Buying-bottom{ width:1000px; height:80px; /* background-color: orange; */ } /* 配送地址样式 */ .addres{ margin-top: 30px; } .addres span{ font-size: 12px; width: 40px; text-align: left; color: #999; line-height: 32px; overflow: hidden; } .addres textarea{ resize: none; } .freight{ width: 530px; height: 32px; margin-top:20px; } /* 运费样式 */ .freight1{ font-size: 12px; width: 40px; text-align: left; color: #999; line-height: 32px; overflow: hidden; } /* 数量 */ .freight2{ float: left; margin-top: 20px; font-size: 12px; width: 40px; text-align: left; color: #999; } .count{ width: 100px; height: 40px; float: left; margin: 15px 0; } .count #countValue{ width: 30px; text-align: center; border: 1px solid #ccc; } .count_inner{ float: left; } #countPlus,#countSubtract{ font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; width: 30px; text-align: center; border: 1px solid #ccc; } /* 加入购物车样式 */ .button-box{ width: 198px; height: 46px; /* float: left; */ } .btn{ width: 198px; height: 46px; background-color: #f10180; border: 1px solid #f10180; color: #fff; font-size: 20px; cursor: pointer; /* margin: 50px 50px; */ } /* 客服热线部分 */ .Buying-bottom{ display: inline-block; margin-left: 80px; } .zp{ width: 400px; height: 40px; display: inline-block; /* background-color: pink; */ margin: 20px 0; color: #999; } .fw{ width: 510px; height: 40px; display: inline-block; /* background-color: pink; */ margin: 20px 0; color: #999; } .online a{ color: #f10180; } .sh i,.online i{ color: #f10180; } /* 评论区样式 */ .discuss{ width: 1000px; height: 1000px; margin: 12700px 215px 0; } .discuss-title{ width: 1000px; height: 45px; background-color: #eae8eb; font-size: 14px; font-weight: 400; line-height: 45px; text-align: center; } .discuss-data{ margin-right: 70px; width: 1000px; height: 90px; text-align: center; font-size: 14px; line-height: 24px; padding: 6px 0px 15px 0px; display: inline-block; } .data{ font-size: 50px; display: block; line-height: 40px; margin-bottom: 5px; color: #de327f; font-family: "Microsoft YaHei"; height: 40px; } .discuss-class{ width: 1000px; height: 90px; margin: 10px auto; text-align: center; display: inline-block; } .discuss-class span{ line-height: 50px; border: 1px solid; margin: 10px 10px; padding: 10px 10px; font-size: 12px; border-radius: 3px; border: solid 1px #cbcbcb; background-color: #fff; } .discuss-class a{ text-decoration: none; } .discuss-class span:hover{ color: #f10180; border: 1px solid #f10180; } .discuss-class a:hover{ color: #f10180; } /* 评论内容 */ .discuss-txt{ width: 900px; height: 200px; /* height: 242px; */ margin: 20px auto 20px 10px; /* background-color: skyblue; */ } .discuss-user{ width: 100px; height: 200px; /* background-color: pink; */ float: left; } .txt{ height: 200px; width: 800px; /* background-color: orange; */ float: left; } .txt1{ text-align: left; color: #6f6f6f; font-size: 12px; } .txt5{ color: #6f6f6f; font-size: 12px; /* overflow: hidden; */ } .txt3 img{ height: 80px; width: 80px; } .txt3 .fa-thumbs-up{ margin-left:650px; cursor: pointer; } .txt3 .fa-thumbs-up{ color: #ccc; } .txt3 .fa-commenting-o{ margin-left: 24px; cursor: pointer; } .txt4{ font-size: 12px; } /* 评论回复 */ .commentInput{ margin-top: 8px; display: none; } .commentInput .commentText{ width: 710px; height: 60px; float: left; } .commentInput .commentBtn{ width: 60px; height: 30px; color: #fff; float: left; margin-left: 20px; margin-top: 32px; line-height: 30px; text-align: center; cursor: pointer; background-color: #de327f; } .selfComment{ font-size: 12px; } #detail{ float: left; width: 98.8%; height: 40px; margin-left: 1%; margin-bottom: 10px; /* border: 1px solid #D6D6D6; */ } #detail #d_1{ float: left; height: 35px; width: 10%; text-align: center; line-height: 35px; border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-bottom: 3px solid #F00078; font-size: 14px; color: #F00078; cursor: pointer; } #detail .d_2{ float: left; height: 35px; width: 10%; text-align: center; line-height: 35px; margin: 0 0 0 -5px; border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-bottom: 3px solid black; font-size: 14px; cursor: pointer; } #detail .d_2:hover{ color: #F00078; border-bottom: 3px solid #F00078; } #detail #d_3{ float: left; height: 35px; width: 15%; text-align: center; line-height: 35px; margin: 0 0 0 -5px; border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-bottom: 3px solid black; font-size: 14px; cursor: pointer; } #detail #d_3:hover{ color: #F00078; border-bottom: 3px solid #F00078; } #detail #d_3 span{ color: #8E8E8E; } #detail #d_3 span:hover{ color: #F00078; } #detail #d_4{ float: left; height: 35px; width: 38%; line-height: 35px; margin: 0 0 0 -5px; border-top: 1px solid #D6D6D6; border-right: 1px solid #D6D6D6; border-bottom: 3px solid black; font-size: 14px; color: snow; } #detail2{ float: left; width: 80%; margin-left: 1%; margin-top: 5px; } #d2_1{ font-size: 20px; color: #F00078; } #d2_2{ font-size: 20px; color: #8E8E8E; } hr{ /* width: 90%; */ width: 906px; margin-left: 1%; margin-top: 5px; float: left; } #detail3{ float: left; width: 900px; margin-left: 1%; margin-top: 20px; } .detail3_1{ float: left; font-family:'微软雅黑' ; display: inline-block; height: 40px; width: 10%; line-height: 40px; text-align: right; font-size: 14px; padding-right: 10px; background: #F0F0F0; border-top: 1px solid #F0F0F0; } .detail3_2{ float: left; display: inline-block; height: 40px; width: 37.75%; text-indent: 0.5em; line-height: 40px; font-size: 14px; border: 1px solid #D6D6D6; border-bottom: none; color: #9D9D9D; } .detail4{ float: left; width: 90%; margin-left: 1%; } .detail4_1{ float: left; font-family:'微软雅黑' ; display: inline-block; height: 60px; width: 10%; line-height: 40px; text-align: right; font-size: 14px; padding-right: 10px; background: #F0F0F0; border-top: 1px solid #F0F0F0; } .detail4_2{ float: left; display: inline-block; height: 60px; width: 37.75%; text-indent: 0.5em; line-height: 40px; font-size: 14px; border: 1px solid #D6D6D6; color: #9D9D9D; } .detail4_3{ display: inline-block; height: 60px; width: 37.75%; text-indent: 0.5em; line-height: 20px; font-size: 14px; border: 1px solid #D6D6D6; color: #9D9D9D; } #detail5{ float: left; margin-left: 1%; width: 881px; height: 40px; border: 1px solid #D6D6D6; border-top: none; text-align: center; line-height: 40px; font-size: 15px; cursor: pointer; } #detail6{ float: left; width: 80%; margin-left: 1%; margin-top: 50px; } #d6_1{ font-size: 20px; color: #F00078; } #d6_2{ font-size: 20px; color: #8E8E8E; } #hr{ margin-bottom: 50px; /* width: 750px; */ width: 881px; } #hr1{ width: 1087px; } #spcs{ margin: 30px 0 0 100px; float: left; width: 1000px; height: 328px; /* border: 1px solid #D6D6D6; */ } #spcs img{ margin-left: 70px; } #detail5 img{ margin-left: 10px; } #left1{ position: absolute; /* float: left; */ left: 1px; width: 13%; height: 120px; margin-top: 30px; margin-left: 1%; border: 1px solid #D6D6D6; cursor: pointer; } #left1 #left1_i{ float: left; width: 40%; height: 60px; margin: 5% 0 0 5%; border: 1px solid #D6D6D6; } #left1 #left1_i img{ margin-top: 8px; width: 100%; height: 60%; } #left1 #left1_1{ float: left; /* border: 1px solid #D6D6D6; */ width: 40%; height: 20%; font-size: 14px; vertical-align:top; margin-top: 5%; margin-left: 1%; font-weight: bold; } #left1 #left1_2{ float: left; /* border: 1px solid #D6D6D6; */ width: 50%; height: 25%; font-size: 11px; margin-top: 0%; margin-left: 1%; color: #4F4F4F; } #left1 #left1_3{ float: left; width: 90%; height: 25%; border: 1px solid #F00078; margin: 5% 0 0 5%; border-radius: 5px; text-align: center; color: #F00078; background: #FFECF5; } #left1 #left1_3 p{ margin: 2% 0 0 2%; font-size: 15px; } #left2{ position: absolute; width: 13%; height: 1100px; top: 1100px; left: 1%; border: 1px solid #D6D6D6; cursor: pointer; } #left2 #left2_p{ width: 100%; height: 40px; background: #F0F0F0; line-height: 40px; text-align: center; font-size: 14px; } #left2 .left2_i{ width: 90%; height: 250px; /* border: 1px solid red; */ margin: 4% 0 0 4%; } #left2 .left2_i img{ width: 100%; height: 200px; } #left2 .left2_i span{ font-size: 12px; color: #8E8E8E; } #left2 .left2_i p{ color: #F00078; font-size: 18px; } #left2 .left2_i2{ width: 90%; height: 250px; /* border: 1px solid red; */ margin: 0 0 10px 4%; } #left2 .left2_i2 img{ width: 100%; height: 200px; } #left2 .left2_i2 span{ font-size: 12px; color: #8E8E8E; } #left2 .left2_i2 p{ color: #F00078; font-size: 18px; } #left2 .left2_i3{ width: 100%; height: 50px; padding-top: 14px; /* border: 1px solid red; */ line-height: 60px; text-align: center; } #left2 .left2_i3 .i1{ display: inline-block; width: 15%; height: 50%; } #left2 .left2_i3 .i2{ display: inline-block; width: 15%; height: 50%; } #left3{ position: absolute; width: 13%; height: 1340px; top: 2236px; left: 1%; border: 1px solid #D6D6D6; cursor: pointer; } #left3 #left3_p{ width: 100%; height: 40px; background: #F0F0F0; line-height: 40px; text-align: center; font-size: 14px; } #left3 .left2_i{ width: 90%; height: 250px; /* border: 1px solid red; */ margin: 4% 0 10px 4%; } #left3 .left2_i img{ width: 100%; height: 200px; } #left3 .left2_i span{ font-size: 12px; color: #8E8E8E; } #left3 .left2_i p{ color: #F00078; font-size: 18px; } #left3 .left2_i2{ width: 90%; height: 250px; /* border: 1px solid red; */ margin: 0 0 10px 4%; } #left3 .left2_i2 img{ width: 100%; height: 200px; } #left3 .left2_i2 span{ font-size: 12px; color: #8E8E8E; } #left3 .left2_i2 p{ color: #F00078; font-size: 18px; } #left3 .left2_i3{ width: 100%; height: 50px; /* border: 1px solid red; */ line-height: 60px; text-align: center; margin-top: -17px; } #left3 .left2_i3 .i1{ display: inline-block; width: 15%; height: 50%; } #left3 .left2_i3 .i2{ display: inline-block; width: 15%; height: 50%; } #lastHr{ width: 984px; margin-left: -70px; }
blueMoon/blueMoon.css
*{ margin: 0; padding: 0; } /* 购买区域样式 */ .Buying{ width: 1000px; height: 765px; /* background-color: skyblue; */ margin: 0 auto 40px; } /* 购买区域头部样式 */ .Buying-name{ height: 68px; border-bottom: dotted 1px #f6f6f6; /* background-color: mediumpurple; */ } /* logo大小 */ .lyl-logo{ width: 280px; display: inline-block; } .lyl-logo img{ width: 82px; height: 42px; margin-top: 10px; } /* "旗舰店"字体样式 */ .lyl-logo .shop-name{ font-weight: bold; } .lyl-logo .shop{ display: inline-block; font-size: 12px; height: 18px; color: #d7ac5f; border: 1px solid #d7ac5f; text-align: center; background-color: #fff; border-radius: 2px; padding-left: 2px; padding-right: 2px; } /* 店铺描述样式 */ .shop-describe{ width:120px; height: 42px; display: inline-block; margin: 10px 10px; font-size: 12px; color: #999; } /* 手机逛样式 */ .phone-buy{ width:80px; height: 42px; display: inline-block; font-size: 12px; } .phone-pic{ width: 120px; height: 148px; background-color: #fff; z-index: 999; position: absolute; left: 650px; top: 200px; border: 1px solid #dcdcdc; display: none; } .phone-pic img{ width: 120px; height: 120px; } .phone-pic p{ font-size: 15px; font-weight: bold; text-align: center; } .phone-buy:hover .phone-pic{ display: block; } /* 商品展示区域上方的文字 */ .tip{ width: 1000px; padding: 11px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; } /* 产品展示区域 */ .product-show{ width: 420px; height: 550px; /* background-color: yellowgreen; */ display: inline-block; } .pic{ width: 420px; height: 420px; /* background-color: blue; */ } /*.pic2,.pic3,.pic4,.pic5{ background-color: skyblue; width: 420px; height: 420px; position: absolute; top: 287px; display: none; }*/ .pic embed{ width: 420px; height: 420px; /*display: none;*/ } .pic_img{ width: 420px; height: 420px; display: none; /*float: left;*/ } .pics1,.pics2,.pics3,.pics4,.pics5{ float: left; cursor: pointer; } .pics img{ margin: 10px 10px; width: 60px; height: 60px; } /* 展示图片伪类 */ /*.pics2:hover .pic2{ display: block; }*/ .txt1{ color: #999; line-height: 20px; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 200px; } .txt2{ color: #999; line-height: 20px; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 200px; } /* 产品折扣以及购买区域 */ .product-content{ width:530px; height:550px; /* background-color: pink; */ /* display: inline-block; */ margin: 0 10px; float: right } .title1{ color: blue; } .title2{ border-radius: 2px; background-color: #67e0c4; font-size: 12px; color: #fff; width: 67px; line-height: 19px; text-align: center; margin: 8px 0 0 0; } .title3{ font-size: 16px; color: #333; max-height: 40px; overflow: hidden; line-height: 20px; margin-top: 8px; margin-bottom: 8px; font-weight: 700; } .product-price img{ width: 530px; height: 84px; margin: 10px 0 0 0; } /* 购买区域尾部样式 */ .Buying-bottom{ width:1000px; height:80px; /* background-color: orange; */ } /* 配送地址样式 */ .addres{ margin-top: 30px; } .addres span{ font-size: 12px; width: 40px; text-align: left; color: #999; line-height: 32px; overflow: hidden; } .addres textarea{ resize: none; } .freight{ width: 530px; height: 32px; margin-top:20px; } /* 运费样式 */ .freight1{ font-size: 12px; width: 40px; text-align: left; color: #999; line-height: 32px; overflow: hidden; } /* 数量 */ .freight2{ float: left; margin-top: 20px; font-size: 12px; width: 40px; text-align: left; color: #999; } .count{ width: 100px; height: 40px; float: left; margin: 15px 0; } .count #countValue{ width: 30px; text-align: center; border: 1px solid #ccc; } .count_inner{ float: left; } #countPlus,#countSubtract{ font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; width: 30px; text-align: center; border: 1px solid #ccc; } /* 加入购物车样式 */ .button-box{ width: 198px; height: 46px; /* float: left; */ } .btn{ width: 198px; height: 46px; background-color: #f10180; border: 1px solid #f10180; color: #fff; font-size: 20px; cursor: pointer; /* margin: 50px 50px; */ } /* 客服热线部分 */ .Buying-bottom{ display: inline-block; margin-left: 80px; } .zp{ width: 400px; height: 40px; display: inline-block; /* background-color: pink; */ margin: 20px 0; color: #999; } .fw{ width: 510px; height: 40px; display: inline-block; /* background-color: pink; */ margin: 20px 0; color: #999; } .online a{ color: #f10180; } .sh i,.online i{ color: #f10180; } /* 评论区样式 */ .discuss{ width: 1000px; height: 1000px; margin: 12700px 215px 0; } .discuss-title{ width: 1000px; height: 45px; background-color: #eae8eb; font-size: 14px; font-weight: 400; line-height: 45px; text-align: center; } .discuss-data{ margin-right: 70px; width: 1000px; height: 90px; text-align: center; font-size: 14px; line-height: 24px; padding: 6px 0px 15px 0px; display: inline-block; } .data{ font-size: 50px; display: block; line-height: 40px; margin-bottom: 5px; color: #de327f; font-family: "Microsoft YaHei"; height: 40px; } .discuss-class{ width: 1000px; height: 90px; margin: 10px auto; text-align: center; display: inline-block; } .discuss-class span{ line-height: 50px; border: 1px solid; margin: 10px 10px; padding: 10px 10px; font-size: 12px; border-radius: 3px; border: solid 1px #cbcbcb; background-color: #fff; } .discuss-class a{ text-decoration: none; } .discuss-class span:hover{ color: #f10180; border: 1px solid #f10180; } .discuss-class a:hover{ color: #f10180; } /* 评论内容 */ .discuss-txt{ width: 900px; height: 200px; /* height: 242px; */ margin: 20px auto 20px 10px; /* background-color: skyblue; */ } .discuss-user{ width: 100px; height: 200px; /* background-color: pink; */ float: left; } .txt{ height: 200px; width: 800px; /* background-color: orange; */ float: left; } .txt1{ text-align: left; color: #6f6f6f; font-size: 12px; } .txt5{ color: #6f6f6f; font-size: 12px; /* overflow: hidden; */ } .txt3 img{ height: 80px; width: 80px; } .txt3 .fa-thumbs-up{ margin-left:650px; cursor: pointer; } .txt3 .fa-thumbs-up{ color: #ccc; } .txt3 .fa-commenting-o{ margin-left: 24px; cursor: pointer; } .txt4{ font-size: 12px; } /* 评论回复 */ .commentInput{ margin-top: 8px; display: none; } .commentInput .commentText{ width: 710px; height: 60px; float: left; } .commentInput .commentBtn{ width: 60px; height: 30px; color: #fff; float: left; margin-left: 20px; margin-top: 32px; line-height: 30px; text-align: center; cursor: pointer; background-color: #de327f; } .selfComment{ font-size: 12px; } #detail{ float: left; width: 98.8%; height: 40px; margin-left: 1%; margin-bottom: 10px; /* border: 1px solid #D6D6D6; */ } #detail #d_1{ float: left; height: 35px; width: 10%; text-align: center; line-height: 35px; border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-bottom: 3px solid #F00078; font-size: 14px; color: #F00078; cursor: pointer; } #detail .d_2{ float: left; height: 35px; width: 10%; text-align: center; line-height: 35px; margin: 0 0 0 -5px; border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-bottom: 3px solid black; font-size: 14px; cursor: pointer; } #detail .d_2:hover{ color: #F00078; border-bottom: 3px solid #F00078; } #detail #d_3{ float: left; height: 35px; width: 15%; text-align: center; line-height: 35px; margin: 0 0 0 -5px; border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-bottom: 3px solid black; font-size: 14px; cursor: pointer; } #detail #d_3:hover{ color: #F00078; border-bottom: 3px solid #F00078; } #detail #d_3 span{ color: #8E8E8E; } #detail #d_3 span:hover{ color: #F00078; } #detail #d_4{ float: left; height: 35px; width: 38%; line-height: 35px; margin: 0 0 0 -5px; border-top: 1px solid #D6D6D6; border-right: 1px solid #D6D6D6; border-bottom: 3px solid black; font-size: 14px; color: snow; } #detail2{ float: left; width: 80%; margin-left: 1%; margin-top: 5px; } #d2_1{ font-size: 20px; color: #F00078; } #d2_2{ font-size: 20px; color: #8E8E8E; } hr{ /* width: 90%; */ width: 906px; margin-left: 1%; margin-top: 5px; float: left; } #detail3{ float: left; width: 900px; margin-left: 1%; margin-top: 20px; } .detail3_1{ float: left; font-family:'微软雅黑' ; display: inline-block; height: 40px; width: 10%; line-height: 40px; text-align: right; font-size: 14px; padding-right: 10px; background: #F0F0F0; border-top: 1px solid #F0F0F0; } .detail3_2{ float: left; display: inline-block; height: 40px; width: 37.75%; text-indent: 0.5em; line-height: 40px; font-size: 14px; border: 1px solid #D6D6D6; border-bottom: none; color: #9D9D9D; } .detail4{ float: left; width: 90%; margin-left: 1%; } .detail4_1{ float: left; font-family:'微软雅黑' ; display: inline-block; height: 60px; width: 10%; line-height: 40px; text-align: right; font-size: 14px; padding-right: 10px; background: #F0F0F0; border-top: 1px solid #F0F0F0; } .detail4_2{ float: left; display: inline-block; height: 60px; width: 37.75%; text-indent: 0.5em; line-height: 40px; font-size: 14px; border: 1px solid #D6D6D6; color: #9D9D9D; } .detail4_3{ display: inline-block; height: 60px; width: 37.75%; text-indent: 0.5em; line-height: 20px; font-size: 14px; border: 1px solid #D6D6D6; color: #9D9D9D; } #detail5{ float: left; margin-left: 1%; width: 881px; height: 40px; border: 1px solid #D6D6D6; border-top: none; text-align: center; line-height: 40px; font-size: 15px; cursor: pointer; } #detail6{ float: left; width: 80%; margin-left: 1%; margin-top: 50px; } #d6_1{ font-size: 20px; color: #F00078; } #d6_2{ font-size: 20px; color: #8E8E8E; } #hr{ margin-bottom: 50px; /* width: 750px; */ width: 881px; } #hr1{ width: 1087px; } #spcs{ margin: 30px 0 0 100px; float: left; width: 1000px; height: 328px; /* border: 1px solid #D6D6D6; */ } #spcs img{ margin-left: 70px; } #detail5 img{ margin-left: 10px; } #left1{ position: absolute; /* float: left; */ left: 1px; width: 13%; height: 120px; margin-top: 30px; margin-left: 1%; border: 1px solid #D6D6D6; cursor: pointer; } #left1 #left1_i{ float: left; width: 40%; height: 60px; margin: 5% 0 0 5%; border: 1px solid #D6D6D6; } #left1 #left1_i img{ margin-top: 8px; width: 100%; height: 60%; } #left1 #left1_1{ float: left; /* border: 1px solid #D6D6D6; */ width: 40%; height: 20%; font-size: 14px; vertical-align:top; margin-top: 5%; margin-left: 1%; font-weight: bold; } #left1 #left1_2{ float: left; /* border: 1px solid #D6D6D6; */ width: 50%; height: 25%; font-size: 11px; margin-top: 0%; margin-left: 1%; color: #4F4F4F; } #left1 #left1_3{ float: left; width: 90%; height: 25%; border: 1px solid #F00078; margin: 5% 0 0 5%; border-radius: 5px; text-align: center; color: #F00078; background: #FFECF5; } #left1 #left1_3 p{ margin: 2% 0 0 2%; font-size: 15px; } #left2{ position: absolute; width: 13%; height: 1100px; top: 1100px; left: 1%; border: 1px solid #D6D6D6; cursor: pointer; } #left2 #left2_p{ width: 100%; height: 40px; background: #F0F0F0; line-height: 40px; text-align: center; font-size: 14px; } #left2 .left2_i{ width: 90%; height: 250px; /* border: 1px solid red; */ margin: 4% 0 0 4%; } #left2 .left2_i img{ width: 100%; height: 200px; } #left2 .left2_i span{ font-size: 12px; color: #8E8E8E; } #left2 .left2_i p{ color: #F00078; font-size: 18px; } #left2 .left2_i2{ width: 90%; height: 250px; /* border: 1px solid red; */ margin: 0 0 10px 4%; } #left2 .left2_i2 img{ width: 100%; height: 200px; } #left2 .left2_i2 span{ font-size: 12px; color: #8E8E8E; } #left2 .left2_i2 p{ color: #F00078; font-size: 18px; } #left2 .left2_i3{ width: 100%; height: 50px; padding-top: 14px; /* border: 1px solid red; */ line-height: 60px; text-align: center; } #left2 .left2_i3 .i1{ display: inline-block; width: 15%; height: 50%; } #left2 .left2_i3 .i2{ display: inline-block; width: 15%; height: 50%; } #left3{ position: absolute; width: 13%; height: 1340px; top: 2236px; left: 1%; border: 1px solid #D6D6D6; cursor: pointer; } #left3 #left3_p{ width: 100%; height: 40px; background: #F0F0F0; line-height: 40px; text-align: center; font-size: 14px; } #left3 .left2_i{ width: 90%; height: 250px; /* border: 1px solid red; */ margin: 4% 0 10px 4%; } #left3 .left2_i img{ width: 100%; height: 200px; } #left3 .left2_i span{ font-size: 12px; color: #8E8E8E; } #left3 .left2_i p{ color: #F00078; font-size: 18px; } #left3 .left2_i2{ width: 90%; height: 250px; /* border: 1px solid red; */ margin: 0 0 10px 4%; } #left3 .left2_i2 img{ width: 100%; height: 200px; } #left3 .left2_i2 span{ font-size: 12px; color: #8E8E8E; } #left3 .left2_i2 p{ color: #F00078; font-size: 18px; } #left3 .left2_i3{ width: 100%; height: 50px; /* border: 1px solid red; */ line-height: 60px; text-align: center; margin-top: -17px; } #left3 .left2_i3 .i1{ display: inline-block; width: 15%; height: 50%; } #left3 .left2_i3 .i2{ display: inline-block; width: 15%; height: 50%; } #lastHr{ width: 984px; margin-left: -70px; }
0.197135
0.048699
html, body { height: 100%; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; scroll-behavior: smooth; } h1, h2, h3, h4, h5, h6 { margin: 0; color: #1c1c1c; font-weight: 600; } h1 { font-size: 70px; } h2 { font-size: 36px; color: #f7c871; } h3 { font-size: 30px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 16px; } p { font-size: 14px; color: #585858; line-height: 2; } img { max-width: 100%; } input:focus, select:focus, button:focus, textarea:focus { outline: none; } a:hover, a:focus { text-decoration: none; outline: none; } ul, ol { padding: 0; margin: 0; } /*--------------------- Helper CSS -----------------------*/ .intro { padding-top: 128px; text-align: center; } .section-title { text-align: center; position: relative; } .section-title:not(:last-child) { margin-bottom: 80px; } .section-title img { margin-bottom: 5px; } .section-title h2 { font-size: 48px; font-weight: 700; } .section-title p { font-size: 12px; font-weight: 500; margin-bottom: 0; color: #500e5d; line-height: normal; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; } .section-title .fa { font-size: 2em; color: #500e5d; } .section-title.st-white h2 { color: #fff; } .set-bg { background-repeat: no-repeat; background-size: cover; background-position: top center; background-attachment: fixed; } .hero-section.set-bg { background-position: bottom center; background-size:cover; } @media (min-width: 1000px) { .hero-section img { max-width: 75%; } } .spad { margin-top: 100px; margin-bottom: 100px; } .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a { color: #fff; } /*--------------------- Commom elements -----------------------*/ .bg-gradient, .site-btn.sb-gradient, .accordion-area .panel-link, .accordion-area .panel-link.active.collapsed, .tab-element .nav-tabs .nav-link { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e1779+0,0a0228+100 */ background: #2e1779; /* Old browsers */ /* FF3.6-15 */ background: -webkit-linear-gradient(left, #2e1779 0%, #0a0228 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#2e1779), to(#0a0228)); background: -o-linear-gradient(left, #2e1779 0%, #0a0228 100%); background: linear-gradient(to right, #2e1779 0%, #0a0228 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1779', endColorstr='#0a0228', GradientType=1); /* IE6-9 */ } /* buttons */ .site-btn { display: inline-block; border: none; font-size: 1em; font-weight: 400; min-width: 300px; padding: 17px 25px; border-radius: 30px; font-weight:bold; background: #F4B56A; color: #fff; line-height: 1; cursor: pointer; text-align: center; text-decoration: none; transition: 0.3s ease all; } .site-btn.ghost { border: 1px solid #fff; text-decoration: none; background:transparent; } .site-btn.grey { background: #001E47; opacity: 0.5; text-decoration: none; } .site-btn.grey:hover { background: #001E47; cursor: initial; } .site-btn:hover { color: #fff; background: #F7CD80; } .site-btn.sb-line { background-color: transparent; color: #fff; border: 2px solid #fff; } /* Preloder */ #preloder { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999999; background: #000; } .loader { width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; margin-top: -13px; margin-left: -13px; border-radius: 60px; animation: loader 0.8s linear infinite; -webkit-animation: loader 0.8s linear infinite; } @keyframes loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } @-webkit-keyframes loader { 0% { -webkit-transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } .elements-section { padding-top: 100px; } .el-title { margin-bottom: 75px; } .element { margin-bottom: 100px; } .element:last-child { margin-bottom: 0; } /* Accordion */ .accordion-area .panel { margin-bottom: 16px; } .accordion-area .panel-link:after { content: "+"; position: absolute; font-size: 15px; right: 26px; top: 0; line-height: 16px; width: 15px; height: 100%; text-align: center; 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; } .faq-accordion.accordion-area .panel-link, .faq-accordion.accordion-area .panel-link.active.collapsed { padding: 17px 100px 17px 20px; } .faq-accordion.accordion-area .panel-link:after { right: 44px; } .accordion-area .panel-header .panel-link.collapsed:after { content: "+"; } .accordion-area .panel-link.active:after { content: "-"; } .accordion-area .panel-link.active { background: #eb2b63; } .accordion-area .panel-link, .accordion-area .panel-link.active.collapsed { text-align: left; position: relative; width: 100%; padding: 17px 65px 17px 20px; padding-left: 41px; font-size: 15px; font-weight: 500; color: #fff; line-height: 1; cursor: pointer; border: none; min-height: 70px; border-radius: 13px; } .accordion-area .panel-body { padding: 45px 2px 0; } .accordion-area .panel-body h4 { margin-bottom: 25px; } .accordion-area .panel-body p { font-size: 15px; margin-bottom: 0; line-height: 1.8; } .accordion-area .panel-body img { border-radius: 15px; } .faq-accordion .panel-body { padding: 50px 5px 0; } .faq-accordion .panel-body h4 { padding-top: 25px; } .faq-accordion .panel-body p { font-size: 15px; margin-bottom: 0; line-height: 1.8; } .faq-accordion .panel-body img { border-radius: 15px; } /* tab */ .tab-element .nav-tabs { border-bottom: none; } .tab-element .nav-tabs .nav-link { border-radius: 0; font-size: 15px; color: #fff; font-weight: 500; border: none; padding: 24px 36px; margin-right: 8px; margin-bottom: 10px; border-radius: 13px; } .tab-element .nav-tabs .nav-item:last-child .nav-link { margin-right: 0; } .tab-element .nav-tabs .nav-link.active { background: #eb2b63; } .tab-element .tab-pane { padding: 35px 20px 30px; } .tab-element .tab-pane h4 { margin-bottom: 25px; } .tab-element .tab-pane p { margin-bottom: 0; } /* Circle progress */ .circle-progress { display: -ms-flex; 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; } .circle-progress canvas { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .circle-progress .loader-circle { margin-right: 16px; } .circle-progress .progress-info { text-align: left; } .circle-progress .progress-info h2 { font-size: 72px; font-weight: 400; color: #1c1c1c; } .circle-progress .progress-info p { font-size: 18px; margin-bottom: 0; line-height: normal; } .cp-item { text-align: center; } .cp-item h4 { font-size: 14px; color: #7e7e7e; } .milestone-item { text-align: center; } .milestone-item i { color: #eb2b63; font-size: 76px; } .milestone-item h2 { font-size: 72px; font-weight: 400; line-height: 1; } .milestone-item p { font-size: 18px; margin-bottom: 0; } .social { display: -ms-flex; display: -webkit-box; display: -ms-flexbox; display: flex; } .social a { display: -ms-inline-flex; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 32px; height: 32px; color: #fff; background: #491f70; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; margin-right: 13px; font-size: 12px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .social a:hover { background: #eb2b63; } /*------------------ Header section ---------------------*/ .header-section { position: absolute; width: 100%; padding-top: 25px; z-index: 99; } .site-logo { display: inline-block; margin-left: 50px; } .nav-switch { display: none; } .nav-warp { float: right; } .main-menu { list-style: none; float: right; padding-top: 25px; } .main-menu li { display: inline; } .main-menu li a { display: inline-block; font-size: 16px; color: #fff; margin-left: 50px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .main-menu li a:hover { color: #eb2b63; } .user-panel { float: right; background: #eb2b63; color: #fff; margin-left: 30px; margin-right: 70px; margin-top: 15px; font-size: 14px; padding: 12px 19px; line-height: 1; border-radius: 14px; } .user-panel a { color: #fff; } /*------------------ Hero section ---------------------*/ .hero-section { height: 835px; overflow: hidden; } .hero-content { display: -ms-flex; 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; height: 100%; position: relative; } .hero-content h2 { font-size: 90px; font-weight: 600; margin-bottom: 10px; line-height: 1; } .hero-content P { font-size: 18px; line-height: 1.7; margin-bottom: 40px; } .hero-content > .row { width: 100%; } .hero-rocket { position: absolute; bottom: 8px; right: -198px; } .hero-rocket img { position: relative; -webkit-animation: rocket 2s linear infinite; animation: rocket 2s linear infinite; } @-webkit-keyframes rocket { 0% { left: 20px; bottom: 20px; } 25% { left: -20px; bottom: 20px; } 50% { left: -20px; bottom: 0px; } 75% { left: 0px; bottom: 0px; } 100% { left: 20px; bottom: 20px; } } @keyframes rocket { 0% { left: 20px; bottom: 20px; } 25% { left: -20px; bottom: 20px; } 50% { left: -20px; bottom: 0px; } 75% { left: 0px; bottom: 0px; } 100% { left: 20px; bottom: 20px; } } /* ---------------- Features ---------------------*/ .features-section .section-title { margin-bottom: 130px; } .features-section .container { margin-bottom: -70px; } .feature-item { text-align: center; margin-bottom: 55px; } .feature-item .ft-icon { display: -ms-inline-flex; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 87px; height: 87px; background: #eb2b63; font-size: 43px; color: #fff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; margin-bottom: 40px; } .feature-item h4 { margin-bottom: 28px; } .feature-item.fi-center-top .ft-icon { -webkit-transform-origin: bottom center; -ms-transform-origin: bottom center; transform-origin: bottom center; -webkit-transform: scale(1.65); -ms-transform: scale(1.65); transform: scale(1.65); } .feature-item.fi-center-top .ft-icon i { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); } /* ---------------- Domain search ---------------------*/ .domain-form-warp { max-width: 993px; margin: 0 auto; } .domain-form-warp p { font-size: 12px; color: #fff; opacity: 0.26; margin-bottom: 0; line-height: 1; } .domain-search-form { margin-bottom: 15px; } .domain-search-form textarea, .domain-search-form input { width: 100%; height: 42px; font-size: 18px; border: none; background: #ddf6f1; border-radius: 8px; display: block; padding: 0 10px; color: #333; } .domain-search-form textarea { height:auto; padding-top: 10px; } .domain-search-form input[type="checkbox"] { margin-right: 10px; } .domain-search-form .site-btn { height: 59px; min-width: 229px; } .domain-search-form.df-white-bg input { background: #f5f1f8; } .single-progress-item { margin-bottom: 28px; } .single-progress-item:last-child { margin-bottom: 0; } .single-progress-item p { font-size: 16px; color: #000000; line-height: 1; margin-bottom: 15px; } .single-progress-item .progress-bar-style { height: 8px; width: 100%; background: #eef6f9; border-radius: 15px; } .single-progress-item .progress-bar-style .bar-inner { position: relative; height: 100%; border-radius: 15px; } .single-progress-item .progress-bar-style .bar-inner span { position: absolute; bottom: 100%; right: 0; font-size: 16px; color: #000; line-height: 1; margin-bottom: 15px; } .testimonials-slider .owl-dots { display: -ms-flex; display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; bottom: 37px; left: 0; } .testimonials-slider .owl-dots .owl-dot { display: -ms-inline-flex; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 11px; height: 11px; margin-right: 7px; border-radius: 50%; background: #eef6f9; } .testimonials-slider .owl-dots .owl-dot.active { background: #eb2b63; } .testimonial-item { overflow: hidden; } .testimonial-item .ti-content { background: #eef6f9; padding: 48px 35px 45px 38px; border-radius: 15px; margin-bottom: 42px; position: relative; } .testimonial-item .ti-content p { font-size: 15px; margin-bottom: 0; } .testimonial-item .ti-content:after { position: absolute; content: ""; top: 100%; right: 34px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 17px solid #eef6f9; } .testimonial-item .ti-author-pic { width: 90px; height: 90px; border-radius: 50%; float: right; margin-left: 35px; } .testimonial-item .ti-author { text-align: right; overflow: hidden; padding-top: 25px; } .testimonial-item .ti-author h6 { font-weight: 700; } .testimonial-item .ti-author span { color: #eb2b63; font-weight: 700; } .pricing-section .container { margin-bottom: -40px; } .pricing-plan { margin-bottom: 40px; } .pricing-plan .pricing-title { text-align: center; padding: 16px; border-radius: 14px; margin-bottom: 15px; background: #7246b3; /* Old browsers */ /* FF3.6-15 */ background: -webkit-linear-gradient(left, #7246b3 0%, #431483 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#7246b3), to(#431483)); background: -o-linear-gradient(left, #7246b3 0%, #431483 100%); background: linear-gradient(to right, #7246b3 0%, #431483 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7246b3', endColorstr='#431483', GradientType=1); /* IE6-9 */ } .pricing-plan .pricing-title h4 { font-weight: 700; color: #fff; text-transform: uppercase; } .pricing-plan .pricing-body { background: #eef6f9; text-align: center; padding: 54px 25px 25px; border-radius: 14px; } .pricing-plan .pricing-body h2 { font-size: 1.5em; font-weight: bold; color: #585858; font-weight: 400; line-height: 1.5; margin-bottom: 50px; } .pricing-plan .pricing-body h2 small { font-size: .7em; font-weight: normal; } .pricing-plan .pricing-body h3 { font-size: 1.2em; font-weight: bold; color: #585858; font-weight: 400; line-height: 1.5; margin-bottom: 15px; } .pricing-plan .pricing-body p { line-height: 1.2; } .pricing-plan .pricing-body ul { list-style: none; padding-bottom: 21px; } .pricing-plan .pricing-body ul li { color: #585858; line-height: 1.5; margin-bottom: 15px; } .pricing-plan .pricing-body .site-btn { width: 100%; padding: 22px; line-height: 1.1; } .pricing-plan.gold-plan .pricing-title { background: #eb2b63; } .pricing-plan.gold-plan .pricing-body { -webkit-box-shadow: inset 0 0 0 2px #eb2b63, 0px 32px 43px rgba(0, 0, 0, 0.35); box-shadow: inset 0 0 0 2px #eb2b63, 0px 32px 43px rgba(0, 0, 0, 0.35); } .banner-section { padding-top: 113px; padding-bottom: 96px; } .banner-text h3 { font-weight: 400; margin-bottom: 3px; } .banner-text p { margin-bottom: 0; opacity: 0.40; } .footer-top-section { background: #200545; } .footer-widget .fw-title { font-size: 18px; font-weight: 400; line-height: 1; margin-bottom: 45px; padding-top: 20px; } .footer-widget ul { list-style: none; padding-top: 5px; } .footer-widget ul li a { display: block; margin-bottom: 15px; font-size: 14px; color: #fff; opacity: 0.25; } .footer-widget.about-widget img { margin-bottom: 40px; } .footer-widget.about-widget p { opacity: 0.25; margin-bottom: 30px; } .fw-latest-post-widget .lp-item, .sb-latest-post-widget .lp-item { margin-bottom: 11px; display: block; overflow: hidden; } .fw-latest-post-widget .lp-thumb, .sb-latest-post-widget .lp-thumb { width: 64px; height: 64px; float: left; margin-right: 22px; background-color: #eb2b63; border-radius: 14px; } .fw-latest-post-widget .lp-content, .sb-latest-post-widget .lp-content { overflow: hidden; padding-top: 2px; } .fw-latest-post-widget .lp-content h6, .sb-latest-post-widget .lp-content h6 { font-size: 14px; font-weight: 400; opacity: 0.25; color: #fff; margin-bottom: 5px; } .fw-latest-post-widget .lp-content span, .sb-latest-post-widget .lp-content span { font-size: 12px; color: #eb2b63; } /*-------------------- Footer section ---------------------*/ .footer-section { background: #1b043b; overflow: hidden; padding: 20px 0px; } .footer-menu { list-style: none; float: right; } .footer-menu li { display: inline; } .footer-menu li a { display: inline-block; font-size: 14px; color: #fff; opacity: 0.26; margin-left: 40px; } .footer-menu li a:hover { color: #eb2b63; } .copyright { float: left; color: #fff; font-size: 14px; padding-top: 3px; opacity: 0.25; } .page-top-section { height: 404px; padding-top: 215px; } .page-top-section h2 { color: #fff; } .site-breadcrumb { color: #fff; opacity: 0.37; font-size: 14px; } .site-breadcrumb a { color: #fff; } /* ---------------- About Page ---------------------*/ .sc-about-page { padding-top: 100px; padding-bottom: 100px; } .about-text { margin-top: 40px; } .about-text-image, .about-text h2 { margin-bottom: 35px; } .about-text h3 { min-height: 2.5em; margin-bottom: 35px; } .about-text p { margin-bottom: 40px; font-size: 1em } .milestones-section { padding-top: 90px; padding-bottom: 100px; } .milestones-top-text { margin-bottom: 70px; } .milestones-top-text p { font-size: 18px; color: #fff; line-height: 1.6; } .clients-seciton { padding: 68px 0; background: #dee7ee; } .team-member { text-align: center; } .team-member img { border-radius: 34px; margin-bottom: 18px; height: 214px; } .team-member h4 { margin-bottom: 0.3em; } .team-member p { line-height: 1.5; margin-bottom: 48px; font-size: 15px; } .team-member .tm-social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } /* ---------------- Services Page ---------------------*/ .service-box:nth-child(1) { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0228+0,2e1779+100 */ background: #0a0228; /* Old browsers */ /* FF3.6-15 */ background: -webkit-linear-gradient(top, #0a0228 0%, #2e1779 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, left bottom, from(#0a0228), to(#2e1779)); background: -o-linear-gradient(top, #0a0228 0%, #2e1779 100%); background: linear-gradient(to bottom, #0a0228 0%, #2e1779 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0228', endColorstr='#2e1779', GradientType=0); /* IE6-9 */ } .service-box:nth-child(2) { background: #2d1678; } .service-box:nth-child(3) { background: #422b8f; } .service-box-text { padding: 145px 80px 155px; height: 100%; } .service-box-text h4 { margin-bottom: 40px; } .service-box-text p { margin-bottom: 35px; } .service-box-image { display: -ms-flex; 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; height: 100%; padding: 50px 30px; } /* ---------------- Blog Page ---------------------*/ .blog-post { margin-bottom: 70px; } .blog-post h4 { margin-bottom: 14px; } .blog-post p { font-size: 15px; margin-bottom: 0; } .post-thumb { border-radius: 13px; margin-bottom: 52px; } .post-date { display: inline-block; font-size: 12px; color: #fff; font-weight: 600; padding: 5px 15px; border-radius: 20px; min-width: 108px; background: #eb2b63; margin-bottom: 15px; } .post-metas { margin-bottom: 30px; } .post-metas .post-meta { display: inline-block; font-size: 12px; color: #acacac; font-weight: 600; margin-right: 13px; padding-right: 14px; position: relative; } .post-metas .post-meta a { color: #acacac; } .post-metas .post-meta a:hover { text-decoration: underline; } .post-metas .post-meta:after { position: absolute; content: "|"; color: #acacac; font-size: 12px; right: 0; top: 0; } .post-metas .post-meta:last-child { padding-right: 0; margin-right: 0; } .post-metas .post-meta:last-child:after { display: none; } .site-pagination a { display: inline-block; font-size: 16px; font-weight: 700; color: #1c1c1c; margin-right: 1px; } .site-pagination a.active { color: #eb2b63; } .sb-widget { margin-bottom: 75px; } .sb-widget:last-child { margin-bottom: 0; } .sb-widget .sb-title { font-size: 18px; font-weight: 700; margin-bottom: 45px; } .sb-widget ul { list-style: none; } .sb-widget ul li a { font-size: 14px; color: #585858; margin-bottom: 15px; display: inline-block; } .sb-widget .add { margin-bottom: 23px; display: block; } .sb-widget .add img { border-radius: 14px; } .sb-widget .sb-search-widget { position: relative; } .sb-widget .sb-search-widget input { width: 100%; height: 59px; padding-left: 15px; padding-right: 75px; border: none; background: #f5f1f8; border-radius: 12px; } .sb-widget .sb-search-widget button { position: absolute; height: 100%; right: 15px; top: 0; font-size: 14px; color: #acacac; background-color: transparent; border: none; cursor: pointer; } .sb-widget .sb-tag-widget a { display: inline-block; font-size: 14px; color: #585858; margin-right: 20px; margin-bottom: 10px; } .sb-widget .sb-tag-widget a.big-tag { font-size: 18px; color: #eb2b63; } .sb-latest-post-widget .lp-content h6 { color: #585858; opacity: 1; } .sb-latest-post-widget .lp-thumb { margin-right: 15px; } /* ---------------- Contact Page ---------------------*/ .contact-section { padding-top: 100px; } .contact-text h4 { margin-bottom: 30px; } .contact-text p { margin-bottom: 40px; } .cont-info { display: block; margin-bottom: 25px; } .cont-info .ci-icon { width: 36px; float: left; } .cont-info span { font-size: 16px; color: #1c1c1c; display: block; overflow: hidden; } .contact-form { padding-top: 64px; } .contact-form input[type=text], .contact-form input[type=email], .contact-form textarea { width: 100%; height: 56px; border: none; padding: 0 29px; background: #eff4f7; border-radius: 4px; margin-bottom: 21px; } .contact-form textarea { padding: 23px 29px; height: 195px; } .map { margin-top: 107px; height: 685px; } /* ---------------- Responsive ---------------------*/ @media (min-width: 1200px) { .container { max-width: 1175px; } } /* Medium screen : 992px. */ @media only screen and (min-width: 992px) and (max-width: 1199px) { .hero-rocket { width: 500px; } .pricing-plan .pricing-body { padding: 54px 45px 52px; } .service-box-text { padding: 70px 40px 85px; } } /* Tablet :768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { .user-panel { margin-left: 30px; margin-right: 20px; } .site-logo { margin-left: 20px; } .main-menu li a { font-size: 15px; margin-left: 20px; } .hero-rocket { display: none; } .feature-item.fi-center-top .ft-icon { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .feature-item.fi-center-top .ft-icon i { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .testimonials-slider { margin-top: 50px; } .banner-text p { margin-bottom: 30px; } .footer-top-section { padding-bottom: 50px; } .footer-widget { margin-bottom: 40px; } .footer-menu li a { margin-left: 20px; } .service-box-text { padding: 110px 35px 125px; } .service-box-image { padding: 100px 30px 50px; } .faq-accordion .panel-body img { margin-top: 20px; } .about-text { padding-top: 0; margin-bottom: 40px; } .milestones-top-text { text-align: center; } .milestone-item h2 { font-size: 55px; } .team-member { margin-bottom: 50px; } .sidebar { margin-top: 100px; } .circle-progress { margin-bottom: 50px; } .milestone-item { margin-bottom: 40px; } .set-bg { background-attachment: unset; background-size:cover; } } /* Large Mobile :480px. */ @media only screen and (max-width: 767px) { .header-section { padding-bottom: 20px; } .nav-switch { right: 30px; display: block; float: right; font-size: 32px; cursor: pointer; color: #fff; margin-right: 40px; } .nav-warp { display: none; position: absolute; background: #fff; width: 100%; left: 0; top: 100%; -webkit-box-shadow: 0 10px 50px rgba(93, 93, 93, 0.15); box-shadow: 0 10px 50px rgba(93, 93, 93, 0.15); } .user-panel { float: none; display: inline-block; position: absolute; top: 0; right: 0; margin-right: 15px; } .main-menu { float: none; padding-top: 70px; } .main-menu li { display: block; } .main-menu li a { display: block; color: #111; margin-left: 0; border-top: 1px solid #efefef; padding: 13px 35px; } .hero-rocket { display: none; } .feature-item.fi-center-top .ft-icon { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .feature-item.fi-center-top .ft-icon i { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .testimonials-slider { margin-top: 50px; } .banner-text p { margin-bottom: 30px; } .footer-top-section { padding-bottom: 50px; } .footer-widget { margin-bottom: 40px; } .hero-content h2 { font-size: 50px; margin-bottom: 30px; } .footer-section { text-align: center; } .footer-menu, .copyright { float: none; padding-top: 10px; } .footer-menu li a { margin-left: 20px; } .service-box:nth-child(1) { background: #210f5a; } .service-box-image { padding: 100px 30px 50px; } .faq-accordion .panel-body img { margin-top: 20px; } .about-text { padding-top: 0; margin-bottom: 40px; } .milestones-top-text { text-align: center; } .team-member { margin-bottom: 50px; } .clients-seciton img { margin: 10px 0; } .sidebar { margin-top: 100px; } .circle-progress { margin-bottom: 50px; } .milestone-item { margin-bottom: 40px; } .input-group { display: block; } } /* Medium Mobile :480px. */ @media only screen and (min-width: 576px) and (max-width: 766px) { .hero-section { height: 600px; } .set-bg { background-attachment: unset; } .input-group { display: block; } .site-btn.ghost { min-width: 0; } } /* Small Mobile :320px. */ @media only screen and (max-width: 479px) { .set-bg { background-attachment: unset; } .site-logo { margin-left: 15px; } .section-title h2 { font-size: 35px; } .hero-section { height: auto; padding: 30vw 0 35vw 0; } .hero-content h2 { font-size: 40px; margin-bottom: 30px; height: auto; } .domain-search-form { text-align: center; } .service-box-text { padding: 90px 30px 105px; } .faq-accordion.accordion-area .panel-link, .faq-accordion.accordion-area .panel-link.active.collapsed { padding: 17px 50px 17px 20px; } .faq-accordion.accordion-area .panel-link:after { right: 20px; } .input-group { display: block; } .site-btn.ghost { min-width: 0; } .video-section .row { min-height: 105vh; } } /* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */ .mc_embed_signup { color: #fff; font-size: 1em; } .mc_embed_signup form {display:block; position:relative; text-align:left;} .mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;} .mc_embed_signup input[type=radio]{-webkit-appearance:radio;} .mc_embed_signup input:focus {border-color:#333;} .mc_embed_signup .button:hover {background-color:#777;} .mc_embed_signup .small-meta {font-size: 11px;} .mc_embed_signup .nowrap {white-space:nowrap;} .mc_embed_signup .mc-field-group {clear:left; position:relative; padding-bottom:3%; min-height:50px;} .mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;} * html .mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */} .mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;} .mc_embed_signup .datefield, .mc_embed_signup .phonefield-us{padding:5px 0;} .mc_embed_signup .datefield input, .mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;} .mc_embed_signup .phonefield-us .phonearea input, .mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;} .mc_embed_signup .datefield .monthfield input, .mc_embed_signup .datefield .dayfield input{width:30px;} .mc_embed_signup .datefield label, .mc_embed_signup .phonefield-us label{display:none;} .mc_embed_signup .indicates-required {float:right; font-size:11px;} .mc_embed_signup .asterisk {color:#fff; font-size:150%; font-weight:normal; position:relative; top:5px;} .mc_embed_signup .clear {clear:both; text-align: center; margin-top: 40px;} .mc_embed_signup .mc-field-group.input-group strong { float:left; } .mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none; flex:1} .mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;} .mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; height: auto; border:none;} .mc_embed_signup div.mce-responses {margin-bottom: 6%; font-weight: bold;} .core-logo { width: 180px; margin: 24px 0px; } .subscribe-msg { text-align: center; color: #fff; padding: 64px 0; } /* exo stylys */ .exo-footer { padding: 50px 0; background: #001E47; text-align: center; } .exo-footer .footer-widget li { display: inline-block; padding: 0 20px; } .exo-footer .footer-widget li a { opacity: 1; } .exo-footer .copyright { float: none; } .love { color: rgba(255, 255, 255, 0.25) } .love a { color: rgba(255, 255, 255, 0.25); text-decoration: underline; } .section-1 .text p { margin-bottom: 32px; } a { color: #670973; text-decoration: underline; } a:hover { color: #b311c8; } .logo-center { margin: 0 auto; flex: 0 0 50%; max-width: 50%; } .pricing-plan { margin-bottom: 40px; } .pricing-plan .pricing-title { text-align: center; padding: 16px; border-radius: 14px; margin-bottom: 15px; background: #7246b3; /* Old browsers */ /* FF3.6-15 */ background: -webkit-linear-gradient(left, #7246b3 0%, #431483 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#7246b3), to(#431483)); background: -o-linear-gradient(left, #7246b3 0%, #431483 100%); background: linear-gradient(to right, #7246b3 0%, #431483 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7246b3', endColorstr='#431483', GradientType=1); /* IE6-9 */ } .pricing-plan .pricing-title h4 { font-weight: 700; color: #fff; text-transform: uppercase; } .pricing-plan .pricing-body { background: #eef6f9; text-align: center; padding: 54px 25px 25px; border-radius: 14px; } .pricing-plan .pricing-body h2 { font-size: 26px; color: #585858; font-weight: 400; line-height: 1; margin-bottom: 50px; } .pricing-plan .pricing-body h2 span { font-size: 14px; } .pricing-plan .pricing-body ul { list-style: none; padding-bottom: 21px; } .pricing-plan .pricing-body ul li { color: #585858; line-height: 1.5; margin-bottom: 15px; text-align: left; } .pricing-plan .pricing-body .site-btn { width: 100%; padding: 22px; line-height: 1.1; } .pricing-plan.gold-plan .pricing-title { background: #eb2b63; } .pricing-plan.gold-plan .pricing-body { -webkit-box-shadow: inset 0 0 0 2px #eb2b63, 0px 32px 43px rgba(0, 0, 0, 0.35); box-shadow: inset 0 0 0 2px #eb2b63, 0px 32px 43px rgba(0, 0, 0, 0.35); } .ecosystem { height: 70vh; background-position: bottom; } .ecosystem p { font-size: 1em; } .service-section h3 { margin-bottom: 35px; } .service-section .row { margin-bottom: 35px; } .service-section p { font-size: 1em; } .partners-section .logo-item { display: inline-flex; height: 200px; align-items: center; align-content: center; } iframe { border:0; border-radius: 30px; overflow: hidden; } .thank-you-message { display:none; } .domain-form-warp.show-thank-you > * { display:none; } .domain-form-warp.show-thank-you .thank-you-message *, .domain-form-warp.show-thank-you .thank-you-message { display: block; color: #fff; font-size: 30px; text-align: center; } .pb-0 { padding-bottom:0; }
static/style.css
html, body { height: 100%; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; scroll-behavior: smooth; } h1, h2, h3, h4, h5, h6 { margin: 0; color: #1c1c1c; font-weight: 600; } h1 { font-size: 70px; } h2 { font-size: 36px; color: #f7c871; } h3 { font-size: 30px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 16px; } p { font-size: 14px; color: #585858; line-height: 2; } img { max-width: 100%; } input:focus, select:focus, button:focus, textarea:focus { outline: none; } a:hover, a:focus { text-decoration: none; outline: none; } ul, ol { padding: 0; margin: 0; } /*--------------------- Helper CSS -----------------------*/ .intro { padding-top: 128px; text-align: center; } .section-title { text-align: center; position: relative; } .section-title:not(:last-child) { margin-bottom: 80px; } .section-title img { margin-bottom: 5px; } .section-title h2 { font-size: 48px; font-weight: 700; } .section-title p { font-size: 12px; font-weight: 500; margin-bottom: 0; color: #500e5d; line-height: normal; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; } .section-title .fa { font-size: 2em; color: #500e5d; } .section-title.st-white h2 { color: #fff; } .set-bg { background-repeat: no-repeat; background-size: cover; background-position: top center; background-attachment: fixed; } .hero-section.set-bg { background-position: bottom center; background-size:cover; } @media (min-width: 1000px) { .hero-section img { max-width: 75%; } } .spad { margin-top: 100px; margin-bottom: 100px; } .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a { color: #fff; } /*--------------------- Commom elements -----------------------*/ .bg-gradient, .site-btn.sb-gradient, .accordion-area .panel-link, .accordion-area .panel-link.active.collapsed, .tab-element .nav-tabs .nav-link { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e1779+0,0a0228+100 */ background: #2e1779; /* Old browsers */ /* FF3.6-15 */ background: -webkit-linear-gradient(left, #2e1779 0%, #0a0228 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#2e1779), to(#0a0228)); background: -o-linear-gradient(left, #2e1779 0%, #0a0228 100%); background: linear-gradient(to right, #2e1779 0%, #0a0228 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1779', endColorstr='#0a0228', GradientType=1); /* IE6-9 */ } /* buttons */ .site-btn { display: inline-block; border: none; font-size: 1em; font-weight: 400; min-width: 300px; padding: 17px 25px; border-radius: 30px; font-weight:bold; background: #F4B56A; color: #fff; line-height: 1; cursor: pointer; text-align: center; text-decoration: none; transition: 0.3s ease all; } .site-btn.ghost { border: 1px solid #fff; text-decoration: none; background:transparent; } .site-btn.grey { background: #001E47; opacity: 0.5; text-decoration: none; } .site-btn.grey:hover { background: #001E47; cursor: initial; } .site-btn:hover { color: #fff; background: #F7CD80; } .site-btn.sb-line { background-color: transparent; color: #fff; border: 2px solid #fff; } /* Preloder */ #preloder { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999999; background: #000; } .loader { width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; margin-top: -13px; margin-left: -13px; border-radius: 60px; animation: loader 0.8s linear infinite; -webkit-animation: loader 0.8s linear infinite; } @keyframes loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } @-webkit-keyframes loader { 0% { -webkit-transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } .elements-section { padding-top: 100px; } .el-title { margin-bottom: 75px; } .element { margin-bottom: 100px; } .element:last-child { margin-bottom: 0; } /* Accordion */ .accordion-area .panel { margin-bottom: 16px; } .accordion-area .panel-link:after { content: "+"; position: absolute; font-size: 15px; right: 26px; top: 0; line-height: 16px; width: 15px; height: 100%; text-align: center; 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; } .faq-accordion.accordion-area .panel-link, .faq-accordion.accordion-area .panel-link.active.collapsed { padding: 17px 100px 17px 20px; } .faq-accordion.accordion-area .panel-link:after { right: 44px; } .accordion-area .panel-header .panel-link.collapsed:after { content: "+"; } .accordion-area .panel-link.active:after { content: "-"; } .accordion-area .panel-link.active { background: #eb2b63; } .accordion-area .panel-link, .accordion-area .panel-link.active.collapsed { text-align: left; position: relative; width: 100%; padding: 17px 65px 17px 20px; padding-left: 41px; font-size: 15px; font-weight: 500; color: #fff; line-height: 1; cursor: pointer; border: none; min-height: 70px; border-radius: 13px; } .accordion-area .panel-body { padding: 45px 2px 0; } .accordion-area .panel-body h4 { margin-bottom: 25px; } .accordion-area .panel-body p { font-size: 15px; margin-bottom: 0; line-height: 1.8; } .accordion-area .panel-body img { border-radius: 15px; } .faq-accordion .panel-body { padding: 50px 5px 0; } .faq-accordion .panel-body h4 { padding-top: 25px; } .faq-accordion .panel-body p { font-size: 15px; margin-bottom: 0; line-height: 1.8; } .faq-accordion .panel-body img { border-radius: 15px; } /* tab */ .tab-element .nav-tabs { border-bottom: none; } .tab-element .nav-tabs .nav-link { border-radius: 0; font-size: 15px; color: #fff; font-weight: 500; border: none; padding: 24px 36px; margin-right: 8px; margin-bottom: 10px; border-radius: 13px; } .tab-element .nav-tabs .nav-item:last-child .nav-link { margin-right: 0; } .tab-element .nav-tabs .nav-link.active { background: #eb2b63; } .tab-element .tab-pane { padding: 35px 20px 30px; } .tab-element .tab-pane h4 { margin-bottom: 25px; } .tab-element .tab-pane p { margin-bottom: 0; } /* Circle progress */ .circle-progress { display: -ms-flex; 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; } .circle-progress canvas { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .circle-progress .loader-circle { margin-right: 16px; } .circle-progress .progress-info { text-align: left; } .circle-progress .progress-info h2 { font-size: 72px; font-weight: 400; color: #1c1c1c; } .circle-progress .progress-info p { font-size: 18px; margin-bottom: 0; line-height: normal; } .cp-item { text-align: center; } .cp-item h4 { font-size: 14px; color: #7e7e7e; } .milestone-item { text-align: center; } .milestone-item i { color: #eb2b63; font-size: 76px; } .milestone-item h2 { font-size: 72px; font-weight: 400; line-height: 1; } .milestone-item p { font-size: 18px; margin-bottom: 0; } .social { display: -ms-flex; display: -webkit-box; display: -ms-flexbox; display: flex; } .social a { display: -ms-inline-flex; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 32px; height: 32px; color: #fff; background: #491f70; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; margin-right: 13px; font-size: 12px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .social a:hover { background: #eb2b63; } /*------------------ Header section ---------------------*/ .header-section { position: absolute; width: 100%; padding-top: 25px; z-index: 99; } .site-logo { display: inline-block; margin-left: 50px; } .nav-switch { display: none; } .nav-warp { float: right; } .main-menu { list-style: none; float: right; padding-top: 25px; } .main-menu li { display: inline; } .main-menu li a { display: inline-block; font-size: 16px; color: #fff; margin-left: 50px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .main-menu li a:hover { color: #eb2b63; } .user-panel { float: right; background: #eb2b63; color: #fff; margin-left: 30px; margin-right: 70px; margin-top: 15px; font-size: 14px; padding: 12px 19px; line-height: 1; border-radius: 14px; } .user-panel a { color: #fff; } /*------------------ Hero section ---------------------*/ .hero-section { height: 835px; overflow: hidden; } .hero-content { display: -ms-flex; 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; height: 100%; position: relative; } .hero-content h2 { font-size: 90px; font-weight: 600; margin-bottom: 10px; line-height: 1; } .hero-content P { font-size: 18px; line-height: 1.7; margin-bottom: 40px; } .hero-content > .row { width: 100%; } .hero-rocket { position: absolute; bottom: 8px; right: -198px; } .hero-rocket img { position: relative; -webkit-animation: rocket 2s linear infinite; animation: rocket 2s linear infinite; } @-webkit-keyframes rocket { 0% { left: 20px; bottom: 20px; } 25% { left: -20px; bottom: 20px; } 50% { left: -20px; bottom: 0px; } 75% { left: 0px; bottom: 0px; } 100% { left: 20px; bottom: 20px; } } @keyframes rocket { 0% { left: 20px; bottom: 20px; } 25% { left: -20px; bottom: 20px; } 50% { left: -20px; bottom: 0px; } 75% { left: 0px; bottom: 0px; } 100% { left: 20px; bottom: 20px; } } /* ---------------- Features ---------------------*/ .features-section .section-title { margin-bottom: 130px; } .features-section .container { margin-bottom: -70px; } .feature-item { text-align: center; margin-bottom: 55px; } .feature-item .ft-icon { display: -ms-inline-flex; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 87px; height: 87px; background: #eb2b63; font-size: 43px; color: #fff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; margin-bottom: 40px; } .feature-item h4 { margin-bottom: 28px; } .feature-item.fi-center-top .ft-icon { -webkit-transform-origin: bottom center; -ms-transform-origin: bottom center; transform-origin: bottom center; -webkit-transform: scale(1.65); -ms-transform: scale(1.65); transform: scale(1.65); } .feature-item.fi-center-top .ft-icon i { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); } /* ---------------- Domain search ---------------------*/ .domain-form-warp { max-width: 993px; margin: 0 auto; } .domain-form-warp p { font-size: 12px; color: #fff; opacity: 0.26; margin-bottom: 0; line-height: 1; } .domain-search-form { margin-bottom: 15px; } .domain-search-form textarea, .domain-search-form input { width: 100%; height: 42px; font-size: 18px; border: none; background: #ddf6f1; border-radius: 8px; display: block; padding: 0 10px; color: #333; } .domain-search-form textarea { height:auto; padding-top: 10px; } .domain-search-form input[type="checkbox"] { margin-right: 10px; } .domain-search-form .site-btn { height: 59px; min-width: 229px; } .domain-search-form.df-white-bg input { background: #f5f1f8; } .single-progress-item { margin-bottom: 28px; } .single-progress-item:last-child { margin-bottom: 0; } .single-progress-item p { font-size: 16px; color: #000000; line-height: 1; margin-bottom: 15px; } .single-progress-item .progress-bar-style { height: 8px; width: 100%; background: #eef6f9; border-radius: 15px; } .single-progress-item .progress-bar-style .bar-inner { position: relative; height: 100%; border-radius: 15px; } .single-progress-item .progress-bar-style .bar-inner span { position: absolute; bottom: 100%; right: 0; font-size: 16px; color: #000; line-height: 1; margin-bottom: 15px; } .testimonials-slider .owl-dots { display: -ms-flex; display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; bottom: 37px; left: 0; } .testimonials-slider .owl-dots .owl-dot { display: -ms-inline-flex; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 11px; height: 11px; margin-right: 7px; border-radius: 50%; background: #eef6f9; } .testimonials-slider .owl-dots .owl-dot.active { background: #eb2b63; } .testimonial-item { overflow: hidden; } .testimonial-item .ti-content { background: #eef6f9; padding: 48px 35px 45px 38px; border-radius: 15px; margin-bottom: 42px; position: relative; } .testimonial-item .ti-content p { font-size: 15px; margin-bottom: 0; } .testimonial-item .ti-content:after { position: absolute; content: ""; top: 100%; right: 34px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 17px solid #eef6f9; } .testimonial-item .ti-author-pic { width: 90px; height: 90px; border-radius: 50%; float: right; margin-left: 35px; } .testimonial-item .ti-author { text-align: right; overflow: hidden; padding-top: 25px; } .testimonial-item .ti-author h6 { font-weight: 700; } .testimonial-item .ti-author span { color: #eb2b63; font-weight: 700; } .pricing-section .container { margin-bottom: -40px; } .pricing-plan { margin-bottom: 40px; } .pricing-plan .pricing-title { text-align: center; padding: 16px; border-radius: 14px; margin-bottom: 15px; background: #7246b3; /* Old browsers */ /* FF3.6-15 */ background: -webkit-linear-gradient(left, #7246b3 0%, #431483 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#7246b3), to(#431483)); background: -o-linear-gradient(left, #7246b3 0%, #431483 100%); background: linear-gradient(to right, #7246b3 0%, #431483 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7246b3', endColorstr='#431483', GradientType=1); /* IE6-9 */ } .pricing-plan .pricing-title h4 { font-weight: 700; color: #fff; text-transform: uppercase; } .pricing-plan .pricing-body { background: #eef6f9; text-align: center; padding: 54px 25px 25px; border-radius: 14px; } .pricing-plan .pricing-body h2 { font-size: 1.5em; font-weight: bold; color: #585858; font-weight: 400; line-height: 1.5; margin-bottom: 50px; } .pricing-plan .pricing-body h2 small { font-size: .7em; font-weight: normal; } .pricing-plan .pricing-body h3 { font-size: 1.2em; font-weight: bold; color: #585858; font-weight: 400; line-height: 1.5; margin-bottom: 15px; } .pricing-plan .pricing-body p { line-height: 1.2; } .pricing-plan .pricing-body ul { list-style: none; padding-bottom: 21px; } .pricing-plan .pricing-body ul li { color: #585858; line-height: 1.5; margin-bottom: 15px; } .pricing-plan .pricing-body .site-btn { width: 100%; padding: 22px; line-height: 1.1; } .pricing-plan.gold-plan .pricing-title { background: #eb2b63; } .pricing-plan.gold-plan .pricing-body { -webkit-box-shadow: inset 0 0 0 2px #eb2b63, 0px 32px 43px rgba(0, 0, 0, 0.35); box-shadow: inset 0 0 0 2px #eb2b63, 0px 32px 43px rgba(0, 0, 0, 0.35); } .banner-section { padding-top: 113px; padding-bottom: 96px; } .banner-text h3 { font-weight: 400; margin-bottom: 3px; } .banner-text p { margin-bottom: 0; opacity: 0.40; } .footer-top-section { background: #200545; } .footer-widget .fw-title { font-size: 18px; font-weight: 400; line-height: 1; margin-bottom: 45px; padding-top: 20px; } .footer-widget ul { list-style: none; padding-top: 5px; } .footer-widget ul li a { display: block; margin-bottom: 15px; font-size: 14px; color: #fff; opacity: 0.25; } .footer-widget.about-widget img { margin-bottom: 40px; } .footer-widget.about-widget p { opacity: 0.25; margin-bottom: 30px; } .fw-latest-post-widget .lp-item, .sb-latest-post-widget .lp-item { margin-bottom: 11px; display: block; overflow: hidden; } .fw-latest-post-widget .lp-thumb, .sb-latest-post-widget .lp-thumb { width: 64px; height: 64px; float: left; margin-right: 22px; background-color: #eb2b63; border-radius: 14px; } .fw-latest-post-widget .lp-content, .sb-latest-post-widget .lp-content { overflow: hidden; padding-top: 2px; } .fw-latest-post-widget .lp-content h6, .sb-latest-post-widget .lp-content h6 { font-size: 14px; font-weight: 400; opacity: 0.25; color: #fff; margin-bottom: 5px; } .fw-latest-post-widget .lp-content span, .sb-latest-post-widget .lp-content span { font-size: 12px; color: #eb2b63; } /*-------------------- Footer section ---------------------*/ .footer-section { background: #1b043b; overflow: hidden; padding: 20px 0px; } .footer-menu { list-style: none; float: right; } .footer-menu li { display: inline; } .footer-menu li a { display: inline-block; font-size: 14px; color: #fff; opacity: 0.26; margin-left: 40px; } .footer-menu li a:hover { color: #eb2b63; } .copyright { float: left; color: #fff; font-size: 14px; padding-top: 3px; opacity: 0.25; } .page-top-section { height: 404px; padding-top: 215px; } .page-top-section h2 { color: #fff; } .site-breadcrumb { color: #fff; opacity: 0.37; font-size: 14px; } .site-breadcrumb a { color: #fff; } /* ---------------- About Page ---------------------*/ .sc-about-page { padding-top: 100px; padding-bottom: 100px; } .about-text { margin-top: 40px; } .about-text-image, .about-text h2 { margin-bottom: 35px; } .about-text h3 { min-height: 2.5em; margin-bottom: 35px; } .about-text p { margin-bottom: 40px; font-size: 1em } .milestones-section { padding-top: 90px; padding-bottom: 100px; } .milestones-top-text { margin-bottom: 70px; } .milestones-top-text p { font-size: 18px; color: #fff; line-height: 1.6; } .clients-seciton { padding: 68px 0; background: #dee7ee; } .team-member { text-align: center; } .team-member img { border-radius: 34px; margin-bottom: 18px; height: 214px; } .team-member h4 { margin-bottom: 0.3em; } .team-member p { line-height: 1.5; margin-bottom: 48px; font-size: 15px; } .team-member .tm-social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } /* ---------------- Services Page ---------------------*/ .service-box:nth-child(1) { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0228+0,2e1779+100 */ background: #0a0228; /* Old browsers */ /* FF3.6-15 */ background: -webkit-linear-gradient(top, #0a0228 0%, #2e1779 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, left bottom, from(#0a0228), to(#2e1779)); background: -o-linear-gradient(top, #0a0228 0%, #2e1779 100%); background: linear-gradient(to bottom, #0a0228 0%, #2e1779 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0228', endColorstr='#2e1779', GradientType=0); /* IE6-9 */ } .service-box:nth-child(2) { background: #2d1678; } .service-box:nth-child(3) { background: #422b8f; } .service-box-text { padding: 145px 80px 155px; height: 100%; } .service-box-text h4 { margin-bottom: 40px; } .service-box-text p { margin-bottom: 35px; } .service-box-image { display: -ms-flex; 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; height: 100%; padding: 50px 30px; } /* ---------------- Blog Page ---------------------*/ .blog-post { margin-bottom: 70px; } .blog-post h4 { margin-bottom: 14px; } .blog-post p { font-size: 15px; margin-bottom: 0; } .post-thumb { border-radius: 13px; margin-bottom: 52px; } .post-date { display: inline-block; font-size: 12px; color: #fff; font-weight: 600; padding: 5px 15px; border-radius: 20px; min-width: 108px; background: #eb2b63; margin-bottom: 15px; } .post-metas { margin-bottom: 30px; } .post-metas .post-meta { display: inline-block; font-size: 12px; color: #acacac; font-weight: 600; margin-right: 13px; padding-right: 14px; position: relative; } .post-metas .post-meta a { color: #acacac; } .post-metas .post-meta a:hover { text-decoration: underline; } .post-metas .post-meta:after { position: absolute; content: "|"; color: #acacac; font-size: 12px; right: 0; top: 0; } .post-metas .post-meta:last-child { padding-right: 0; margin-right: 0; } .post-metas .post-meta:last-child:after { display: none; } .site-pagination a { display: inline-block; font-size: 16px; font-weight: 700; color: #1c1c1c; margin-right: 1px; } .site-pagination a.active { color: #eb2b63; } .sb-widget { margin-bottom: 75px; } .sb-widget:last-child { margin-bottom: 0; } .sb-widget .sb-title { font-size: 18px; font-weight: 700; margin-bottom: 45px; } .sb-widget ul { list-style: none; } .sb-widget ul li a { font-size: 14px; color: #585858; margin-bottom: 15px; display: inline-block; } .sb-widget .add { margin-bottom: 23px; display: block; } .sb-widget .add img { border-radius: 14px; } .sb-widget .sb-search-widget { position: relative; } .sb-widget .sb-search-widget input { width: 100%; height: 59px; padding-left: 15px; padding-right: 75px; border: none; background: #f5f1f8; border-radius: 12px; } .sb-widget .sb-search-widget button { position: absolute; height: 100%; right: 15px; top: 0; font-size: 14px; color: #acacac; background-color: transparent; border: none; cursor: pointer; } .sb-widget .sb-tag-widget a { display: inline-block; font-size: 14px; color: #585858; margin-right: 20px; margin-bottom: 10px; } .sb-widget .sb-tag-widget a.big-tag { font-size: 18px; color: #eb2b63; } .sb-latest-post-widget .lp-content h6 { color: #585858; opacity: 1; } .sb-latest-post-widget .lp-thumb { margin-right: 15px; } /* ---------------- Contact Page ---------------------*/ .contact-section { padding-top: 100px; } .contact-text h4 { margin-bottom: 30px; } .contact-text p { margin-bottom: 40px; } .cont-info { display: block; margin-bottom: 25px; } .cont-info .ci-icon { width: 36px; float: left; } .cont-info span { font-size: 16px; color: #1c1c1c; display: block; overflow: hidden; } .contact-form { padding-top: 64px; } .contact-form input[type=text], .contact-form input[type=email], .contact-form textarea { width: 100%; height: 56px; border: none; padding: 0 29px; background: #eff4f7; border-radius: 4px; margin-bottom: 21px; } .contact-form textarea { padding: 23px 29px; height: 195px; } .map { margin-top: 107px; height: 685px; } /* ---------------- Responsive ---------------------*/ @media (min-width: 1200px) { .container { max-width: 1175px; } } /* Medium screen : 992px. */ @media only screen and (min-width: 992px) and (max-width: 1199px) { .hero-rocket { width: 500px; } .pricing-plan .pricing-body { padding: 54px 45px 52px; } .service-box-text { padding: 70px 40px 85px; } } /* Tablet :768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { .user-panel { margin-left: 30px; margin-right: 20px; } .site-logo { margin-left: 20px; } .main-menu li a { font-size: 15px; margin-left: 20px; } .hero-rocket { display: none; } .feature-item.fi-center-top .ft-icon { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .feature-item.fi-center-top .ft-icon i { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .testimonials-slider { margin-top: 50px; } .banner-text p { margin-bottom: 30px; } .footer-top-section { padding-bottom: 50px; } .footer-widget { margin-bottom: 40px; } .footer-menu li a { margin-left: 20px; } .service-box-text { padding: 110px 35px 125px; } .service-box-image { padding: 100px 30px 50px; } .faq-accordion .panel-body img { margin-top: 20px; } .about-text { padding-top: 0; margin-bottom: 40px; } .milestones-top-text { text-align: center; } .milestone-item h2 { font-size: 55px; } .team-member { margin-bottom: 50px; } .sidebar { margin-top: 100px; } .circle-progress { margin-bottom: 50px; } .milestone-item { margin-bottom: 40px; } .set-bg { background-attachment: unset; background-size:cover; } } /* Large Mobile :480px. */ @media only screen and (max-width: 767px) { .header-section { padding-bottom: 20px; } .nav-switch { right: 30px; display: block; float: right; font-size: 32px; cursor: pointer; color: #fff; margin-right: 40px; } .nav-warp { display: none; position: absolute; background: #fff; width: 100%; left: 0; top: 100%; -webkit-box-shadow: 0 10px 50px rgba(93, 93, 93, 0.15); box-shadow: 0 10px 50px rgba(93, 93, 93, 0.15); } .user-panel { float: none; display: inline-block; position: absolute; top: 0; right: 0; margin-right: 15px; } .main-menu { float: none; padding-top: 70px; } .main-menu li { display: block; } .main-menu li a { display: block; color: #111; margin-left: 0; border-top: 1px solid #efefef; padding: 13px 35px; } .hero-rocket { display: none; } .feature-item.fi-center-top .ft-icon { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .feature-item.fi-center-top .ft-icon i { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .testimonials-slider { margin-top: 50px; } .banner-text p { margin-bottom: 30px; } .footer-top-section { padding-bottom: 50px; } .footer-widget { margin-bottom: 40px; } .hero-content h2 { font-size: 50px; margin-bottom: 30px; } .footer-section { text-align: center; } .footer-menu, .copyright { float: none; padding-top: 10px; } .footer-menu li a { margin-left: 20px; } .service-box:nth-child(1) { background: #210f5a; } .service-box-image { padding: 100px 30px 50px; } .faq-accordion .panel-body img { margin-top: 20px; } .about-text { padding-top: 0; margin-bottom: 40px; } .milestones-top-text { text-align: center; } .team-member { margin-bottom: 50px; } .clients-seciton img { margin: 10px 0; } .sidebar { margin-top: 100px; } .circle-progress { margin-bottom: 50px; } .milestone-item { margin-bottom: 40px; } .input-group { display: block; } } /* Medium Mobile :480px. */ @media only screen and (min-width: 576px) and (max-width: 766px) { .hero-section { height: 600px; } .set-bg { background-attachment: unset; } .input-group { display: block; } .site-btn.ghost { min-width: 0; } } /* Small Mobile :320px. */ @media only screen and (max-width: 479px) { .set-bg { background-attachment: unset; } .site-logo { margin-left: 15px; } .section-title h2 { font-size: 35px; } .hero-section { height: auto; padding: 30vw 0 35vw 0; } .hero-content h2 { font-size: 40px; margin-bottom: 30px; height: auto; } .domain-search-form { text-align: center; } .service-box-text { padding: 90px 30px 105px; } .faq-accordion.accordion-area .panel-link, .faq-accordion.accordion-area .panel-link.active.collapsed { padding: 17px 50px 17px 20px; } .faq-accordion.accordion-area .panel-link:after { right: 20px; } .input-group { display: block; } .site-btn.ghost { min-width: 0; } .video-section .row { min-height: 105vh; } } /* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */ .mc_embed_signup { color: #fff; font-size: 1em; } .mc_embed_signup form {display:block; position:relative; text-align:left;} .mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;} .mc_embed_signup input[type=radio]{-webkit-appearance:radio;} .mc_embed_signup input:focus {border-color:#333;} .mc_embed_signup .button:hover {background-color:#777;} .mc_embed_signup .small-meta {font-size: 11px;} .mc_embed_signup .nowrap {white-space:nowrap;} .mc_embed_signup .mc-field-group {clear:left; position:relative; padding-bottom:3%; min-height:50px;} .mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;} * html .mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */} .mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;} .mc_embed_signup .datefield, .mc_embed_signup .phonefield-us{padding:5px 0;} .mc_embed_signup .datefield input, .mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;} .mc_embed_signup .phonefield-us .phonearea input, .mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;} .mc_embed_signup .datefield .monthfield input, .mc_embed_signup .datefield .dayfield input{width:30px;} .mc_embed_signup .datefield label, .mc_embed_signup .phonefield-us label{display:none;} .mc_embed_signup .indicates-required {float:right; font-size:11px;} .mc_embed_signup .asterisk {color:#fff; font-size:150%; font-weight:normal; position:relative; top:5px;} .mc_embed_signup .clear {clear:both; text-align: center; margin-top: 40px;} .mc_embed_signup .mc-field-group.input-group strong { float:left; } .mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none; flex:1} .mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;} .mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; height: auto; border:none;} .mc_embed_signup div.mce-responses {margin-bottom: 6%; font-weight: bold;} .core-logo { width: 180px; margin: 24px 0px; } .subscribe-msg { text-align: center; color: #fff; padding: 64px 0; } /* exo stylys */ .exo-footer { padding: 50px 0; background: #001E47; text-align: center; } .exo-footer .footer-widget li { display: inline-block; padding: 0 20px; } .exo-footer .footer-widget li a { opacity: 1; } .exo-footer .copyright { float: none; } .love { color: rgba(255, 255, 255, 0.25) } .love a { color: rgba(255, 255, 255, 0.25); text-decoration: underline; } .section-1 .text p { margin-bottom: 32px; } a { color: #670973; text-decoration: underline; } a:hover { color: #b311c8; } .logo-center { margin: 0 auto; flex: 0 0 50%; max-width: 50%; } .pricing-plan { margin-bottom: 40px; } .pricing-plan .pricing-title { text-align: center; padding: 16px; border-radius: 14px; margin-bottom: 15px; background: #7246b3; /* Old browsers */ /* FF3.6-15 */ background: -webkit-linear-gradient(left, #7246b3 0%, #431483 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#7246b3), to(#431483)); background: -o-linear-gradient(left, #7246b3 0%, #431483 100%); background: linear-gradient(to right, #7246b3 0%, #431483 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7246b3', endColorstr='#431483', GradientType=1); /* IE6-9 */ } .pricing-plan .pricing-title h4 { font-weight: 700; color: #fff; text-transform: uppercase; } .pricing-plan .pricing-body { background: #eef6f9; text-align: center; padding: 54px 25px 25px; border-radius: 14px; } .pricing-plan .pricing-body h2 { font-size: 26px; color: #585858; font-weight: 400; line-height: 1; margin-bottom: 50px; } .pricing-plan .pricing-body h2 span { font-size: 14px; } .pricing-plan .pricing-body ul { list-style: none; padding-bottom: 21px; } .pricing-plan .pricing-body ul li { color: #585858; line-height: 1.5; margin-bottom: 15px; text-align: left; } .pricing-plan .pricing-body .site-btn { width: 100%; padding: 22px; line-height: 1.1; } .pricing-plan.gold-plan .pricing-title { background: #eb2b63; } .pricing-plan.gold-plan .pricing-body { -webkit-box-shadow: inset 0 0 0 2px #eb2b63, 0px 32px 43px rgba(0, 0, 0, 0.35); box-shadow: inset 0 0 0 2px #eb2b63, 0px 32px 43px rgba(0, 0, 0, 0.35); } .ecosystem { height: 70vh; background-position: bottom; } .ecosystem p { font-size: 1em; } .service-section h3 { margin-bottom: 35px; } .service-section .row { margin-bottom: 35px; } .service-section p { font-size: 1em; } .partners-section .logo-item { display: inline-flex; height: 200px; align-items: center; align-content: center; } iframe { border:0; border-radius: 30px; overflow: hidden; } .thank-you-message { display:none; } .domain-form-warp.show-thank-you > * { display:none; } .domain-form-warp.show-thank-you .thank-you-message *, .domain-form-warp.show-thank-you .thank-you-message { display: block; color: #fff; font-size: 30px; text-align: center; } .pb-0 { padding-bottom:0; }
0.316264
0.062217
@charset "utf-8"; @import "../../../libraries/css/reset.css"; @import "../../../libraries/css/shCoreDefault.css"; body{ background: #f4f4f4; color: #696969; font: 14px/24px 'Sintony', Helvetica, Arial, SansSerif; } .clear{ clear: both; } strong{ color: #202020; font: bold 14px/24px Helvetica, Arial, SansSerif; } em{ font-style: italic; } #wrapper{ width: 100%; } /* Sidebar */ #sidebar{ float: left; margin: 144px 0 0 30px; position: fixed; width: 220px; } /* Menu */ #menu{ background: #ffffff; border: 1px solid #b4b4b4; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); } #menu li{ display: block; padding: 0; position: relative; } #menu > li > a{ border-bottom: 1px dotted #f0f0f0; color: #353535; display: block; font: normal 14px/14px Verdana, sans-serif; margin: 0 15px; padding: 11px 0 10px 0; position: relative; text-decoration: none; } #menu > li:hover > a, #menu > li > a.selected{ color: #ff6300; } /* Content */ #content{ margin: auto; width: 640px; } #content section{ background: #ffffff; border: 1px solid #dadada; -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1); padding: 0 30px; margin: 0 0 22px 0; } #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{ color: #303030; font-family: 'Antic Didone', serif;; font-weight: bold; padding: 24px 0 24px 0; } #content h1{ font-size: 36px; line-height: 48px; } #content h2{ border-bottom: 1px solid #ff6300; font-size: 24px; line-height: 48px; margin: 0 0 24px 0; padding: 24px 0 23px 0; } #content h3{ font-size: 21px; line-height: 24px; } #content h4{ font-size: 18px; line-height: 24px; } #content h5{ font-size: 16px; line-height: 24px; padding: 0 0 24px 0; } #content h6{ font-size: 14px; line-height: 24px; } #content p{ padding: 0 0 24px 0; text-align: justify; } #content p.info{ padding: 24px 0; } #content p a{ color: #303030; text-decoration: underline; } #content p a:hover{ color: #ff6300; } #content p img{ height: auto; margin: 0 0 24px 0; width: 100%; } #content p img.star{ display: inline-block; margin: 0; width: auto; } #content p img:last-child{ margin: 0; } #content p.disclaymer{ color: #ff0000; } /* Icons */ .icons{ margin: 0 0 24px 0; } .icons li{ color: #000000; float: left; margin: 0 0 12px 0; text-align: center; width: 12.5%; } .icons li .icon.web{ display: block; font: 24px/36px 'Icons'; } .icons li .icon.social{ display: block; font: 24px/36px 'Social Icons'; } .icons li .text{ display: block; font-size: 11px; line-height: 12px; min-height: 24px; padding: 0 1px; text-align: center; word-wrap: break-word; } /* Settings */ .settings{ margin: 0 0 24px 0; } .settings li{ border: 1px solid #f0f0f0; border-bottom: none; } .settings li:last-child{ border-bottom: 1px solid #f0f0f0; } .settings li .property{ color: #202020; float: left; font: bold 14px/24px Helvetica, Arial, SansSerif; padding: 11px 10px 12px 10px; width: 255px; } .settings li .info{ border-left: 1px solid #f0f0f0; float: left; padding: 11px 10px 12px 10px; width: 280px; } .settings li:last-child .property, .settings li:last-child .info{ padding: 11px 10px 11px 10px; } /* FAQ */ .faq{ } .faq li{ margin: 0 0 24px 0; } .faq li .question{ } .faq li .answer{ background: #f0f0f0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 24px 15px !important; } /* Changelog */ .changelog{ } .changelog > li{ margin: 0 0 24px 0; } .changelog > li .date{ } .changelog > li ul{ background: #f0f0f0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; list-style-type: disc; margin: 0 0 24px 0; padding: 24px 15px !important; } .changelog > li ul li{ margin: 0 0 0 50px !important; } .changelog > li ul li.info{ color: #202020; font-weight: bold; list-style-type: none; margin: 0 0 0 30px !important; } .changelog > li ul li.info.last{ margin: 24px 0 0 30px !important; } /* Assets */ .assets{ } .assets li{ background: #f0f0f0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 0 0 24px 0; padding: 24px 15px !important; } .assets li a{ color: #303030; text-decoration: underline; } .assets li a:hover{ color: #ff6300; } .assets li .text{ border: 1px solid #dadada; overflow-y: scroll; height: 238px; padding: 12px 15px !important; } .assets li .text .image{ float: left; height: 60px; margin: 0 0 6px 0; text-align: center; width: 92px; } .assets li .text .credits{ float: left; height: 32px; line-height: 16px; margin: 14px 0 14px 50px; } /* Syntax Highlighter */ .syntaxhighlighter{ margin: 0 !important; padding: 6px 0 !important; }
documentation/assets/gui/css/style.css
@charset "utf-8"; @import "../../../libraries/css/reset.css"; @import "../../../libraries/css/shCoreDefault.css"; body{ background: #f4f4f4; color: #696969; font: 14px/24px 'Sintony', Helvetica, Arial, SansSerif; } .clear{ clear: both; } strong{ color: #202020; font: bold 14px/24px Helvetica, Arial, SansSerif; } em{ font-style: italic; } #wrapper{ width: 100%; } /* Sidebar */ #sidebar{ float: left; margin: 144px 0 0 30px; position: fixed; width: 220px; } /* Menu */ #menu{ background: #ffffff; border: 1px solid #b4b4b4; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); } #menu li{ display: block; padding: 0; position: relative; } #menu > li > a{ border-bottom: 1px dotted #f0f0f0; color: #353535; display: block; font: normal 14px/14px Verdana, sans-serif; margin: 0 15px; padding: 11px 0 10px 0; position: relative; text-decoration: none; } #menu > li:hover > a, #menu > li > a.selected{ color: #ff6300; } /* Content */ #content{ margin: auto; width: 640px; } #content section{ background: #ffffff; border: 1px solid #dadada; -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1); padding: 0 30px; margin: 0 0 22px 0; } #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{ color: #303030; font-family: 'Antic Didone', serif;; font-weight: bold; padding: 24px 0 24px 0; } #content h1{ font-size: 36px; line-height: 48px; } #content h2{ border-bottom: 1px solid #ff6300; font-size: 24px; line-height: 48px; margin: 0 0 24px 0; padding: 24px 0 23px 0; } #content h3{ font-size: 21px; line-height: 24px; } #content h4{ font-size: 18px; line-height: 24px; } #content h5{ font-size: 16px; line-height: 24px; padding: 0 0 24px 0; } #content h6{ font-size: 14px; line-height: 24px; } #content p{ padding: 0 0 24px 0; text-align: justify; } #content p.info{ padding: 24px 0; } #content p a{ color: #303030; text-decoration: underline; } #content p a:hover{ color: #ff6300; } #content p img{ height: auto; margin: 0 0 24px 0; width: 100%; } #content p img.star{ display: inline-block; margin: 0; width: auto; } #content p img:last-child{ margin: 0; } #content p.disclaymer{ color: #ff0000; } /* Icons */ .icons{ margin: 0 0 24px 0; } .icons li{ color: #000000; float: left; margin: 0 0 12px 0; text-align: center; width: 12.5%; } .icons li .icon.web{ display: block; font: 24px/36px 'Icons'; } .icons li .icon.social{ display: block; font: 24px/36px 'Social Icons'; } .icons li .text{ display: block; font-size: 11px; line-height: 12px; min-height: 24px; padding: 0 1px; text-align: center; word-wrap: break-word; } /* Settings */ .settings{ margin: 0 0 24px 0; } .settings li{ border: 1px solid #f0f0f0; border-bottom: none; } .settings li:last-child{ border-bottom: 1px solid #f0f0f0; } .settings li .property{ color: #202020; float: left; font: bold 14px/24px Helvetica, Arial, SansSerif; padding: 11px 10px 12px 10px; width: 255px; } .settings li .info{ border-left: 1px solid #f0f0f0; float: left; padding: 11px 10px 12px 10px; width: 280px; } .settings li:last-child .property, .settings li:last-child .info{ padding: 11px 10px 11px 10px; } /* FAQ */ .faq{ } .faq li{ margin: 0 0 24px 0; } .faq li .question{ } .faq li .answer{ background: #f0f0f0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 24px 15px !important; } /* Changelog */ .changelog{ } .changelog > li{ margin: 0 0 24px 0; } .changelog > li .date{ } .changelog > li ul{ background: #f0f0f0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; list-style-type: disc; margin: 0 0 24px 0; padding: 24px 15px !important; } .changelog > li ul li{ margin: 0 0 0 50px !important; } .changelog > li ul li.info{ color: #202020; font-weight: bold; list-style-type: none; margin: 0 0 0 30px !important; } .changelog > li ul li.info.last{ margin: 24px 0 0 30px !important; } /* Assets */ .assets{ } .assets li{ background: #f0f0f0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 0 0 24px 0; padding: 24px 15px !important; } .assets li a{ color: #303030; text-decoration: underline; } .assets li a:hover{ color: #ff6300; } .assets li .text{ border: 1px solid #dadada; overflow-y: scroll; height: 238px; padding: 12px 15px !important; } .assets li .text .image{ float: left; height: 60px; margin: 0 0 6px 0; text-align: center; width: 92px; } .assets li .text .credits{ float: left; height: 32px; line-height: 16px; margin: 14px 0 14px 50px; } /* Syntax Highlighter */ .syntaxhighlighter{ margin: 0 !important; padding: 6px 0 !important; }
0.132458
0.059428
@import url(font-awesome.min.css); @import url("https://fonts.googleapis.com/css?family=Raleway|Montserrat:700"); /* Indivisible by Pixelarity pixelarity.com | <EMAIL> License: pixelarity.com/license */ 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;} 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; } body { -webkit-text-size-adjust: none; } mark { background-color: transparent; color: inherit; } input::-moz-focus-inner { border: 0; padding: 0; } input, select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; } /* Basic */ @-ms-viewport { width: device-width; } @media screen and (max-width: 480px) { html, body { min-width: 320px; } } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background: #f4f4f4; } body.is-preload-0 *, body.is-preload-0 *:before, body.is-preload-0 *:after { -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; } /* Type */ body, input, select, textarea { color: #444; font-family: "Raleway", Helvetica, sans-serif; font-size: 14pt; font-weight: 300; line-height: 1.75; letter-spacing: 0.05em; } @media screen and (max-width: 1680px) { body, input, select, textarea { font-size: 11pt; } } @media screen and (max-width: 360px) { body, input, select, textarea { font-size: 10pt; } } a { -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease; -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease; -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease; transition: color 0.2s ease, border-bottom-color 0.2s ease; text-decoration: none; border-bottom: dotted 1px; color: inherit; } a:hover { color: #49c8ff !important; border-bottom-color: transparent; } strong, b { color: #555; font-weight: 500; } em, i { font-style: italic; } p { margin: 0 0 2em 0; } h1, h2, h3, h4, h5, h6 { color: #555; font-family: "Montserrat", sans-serif; font-weight: 700; line-height: 1.5; margin: 0 0 1em 0; text-transform: uppercase; letter-spacing: 0.25em; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; } h1 { font-size: 2em; } h2 { font-size: 1.75em; } h3 { font-size: 1.25em; } h4 { font-size: 1em; } h5 { font-size: 0.9em; } h6 { font-size: 0.7em; } @media screen and (max-width: 736px) { h1 { font-size: 1.5em; } h2 { font-size: 1.25em; } } sub { font-size: 0.8em; position: relative; top: 0.5em; } sup { font-size: 0.8em; position: relative; top: -0.5em; } blockquote { border-left: solid 4px #cccccc; font-style: italic; margin: 0 0 2em 0; padding: 0.5em 0 0.5em 2em; } code { background: rgba(144, 144, 144, 0.075); border-radius: 8px; border: solid 1px #cccccc; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0.25em; padding: 0.25em 0.65em; } pre { -webkit-overflow-scrolling: touch; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0 2em 0; } pre code { display: block; line-height: 1.75; padding: 1em 1.5em; overflow-x: auto; } hr { border: 0; border-bottom: solid 1px #cccccc; margin: 2em 0; } hr.major { margin: 3em 0; } .align-left { text-align: left; } .align-center { text-align: center; } .align-right { text-align: right; } /* Section/Article */ section.special, article.special { text-align: center; } header { margin: 3em 0; } header > :first-child { margin-bottom: 0; } header > :first-child:after { content: ''; display: block; background-color: #cccccc; height: 1px; margin: 1.5rem 0 1.75rem 0; width: 5rem; } .special header > :first-child:after { margin-left: auto; margin-right: auto; } header p { font-size: 0.9em; letter-spacing: 0.25em; margin-bottom: 0; text-transform: uppercase; } @media screen and (max-width: 736px) { header { margin: 2em 0; } header > :first-child:after { margin: 1.25rem 0 1.5rem 0; } header p { font-size: 0.8em; } header p br { display: none; } } /* Form */ form { margin: 0 0 2em 0; } form > :last-child { margin-bottom: 0; } form > .fields { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: calc(100% + 3em); margin: -1.5em 0 2em -1.5em; } form > .fields > .field { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; padding: 1.5em 0 0 1.5em; width: calc(100% - 1.5em); } form > .fields > .field.half { width: calc(50% - 0.75em); } form > .fields > .field.third { width: calc(100%/3 - 0.5em); } form > .fields > .field.quarter { width: calc(25% - 0.375em); } @media screen and (max-width: 480px) { form > .fields { width: calc(100% + 3em); margin: -1.5em 0 2em -1.5em; } form > .fields > .field { padding: 1.5em 0 0 1.5em; width: calc(100% - 1.5em); } form > .fields > .field.half { width: calc(100% - 1.5em); } form > .fields > .field.third { width: calc(100% - 1.5em); } form > .fields > .field.quarter { width: calc(100% - 1.5em); } } label { color: #555; display: block; font-size: 0.8em; font-weight: 500; margin: 0 0 1em 0; text-transform: uppercase; letter-spacing: 0.25em; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; background: rgba(144, 144, 144, 0.075); border-radius: 8px; border: none; border: solid 1px #cccccc; color: inherit; display: block; outline: 0; padding: 0 1em; text-decoration: none; width: 100%; } input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, input[type="search"]:invalid, input[type="url"]:invalid, select:invalid, textarea:invalid { box-shadow: none; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, select:focus, textarea:focus { border-color: #49c8ff; box-shadow: 0 0 0 1px #49c8ff; } select { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23cccccc' /%3E%3C/svg%3E"); background-size: 1.25rem; background-repeat: no-repeat; background-position: calc(100% - 1rem) center; height: 2.75em; padding-right: 2.75em; text-overflow: ellipsis; } select:focus::-ms-value { background-color: transparent; } select::-ms-expand { display: none; } select option { color: #555; background: #f4f4f4; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select { height: 2.75em; } textarea { padding: 0.75em 1em; } input[type="checkbox"], input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; } input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; color: #444; cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: 300; margin: 0 0 0.5em 0; padding-left: 2.9em; padding-right: 0.75em; position: relative; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: rgba(144, 144, 144, 0.075); border-radius: 8px; border: solid 1px #cccccc; content: ''; display: inline-block; height: 1.65em; left: 0; line-height: 1.58125em; position: absolute; text-align: center; top: 0; width: 1.65em; font-size: 1em; letter-spacing: 0; } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #555; border-color: #555; color: #ffffff; content: '\f00c'; } input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #49c8ff; box-shadow: 0 0 0 1px #49c8ff; } input[type="checkbox"] + label:before { border-radius: 4px; } input[type="radio"] + label:before { border-radius: 100%; } ::-webkit-input-placeholder { color: #bbb !important; opacity: 1.0; } :-moz-placeholder { color: #bbb !important; opacity: 1.0; } ::-moz-placeholder { color: #bbb !important; opacity: 1.0; } :-ms-input-placeholder { color: #bbb !important; opacity: 1.0; } .formerize-placeholder { color: #bbb !important; opacity: 1.0; } /* Box */ .box { border-radius: 8px; border: solid 1px #cccccc; margin-bottom: 2em; padding: 1.5em; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box.alt { border: 0; border-radius: 0; padding: 0; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } /* Image */ .image { border-radius: 8px; border: 0; display: inline-block; position: relative; } .image img { border-radius: 8px; display: block; } .image.left, .image.right { max-width: 40%; } .image.left img, .image.right img { width: 100%; } .image.left { float: left; padding: 0 1.5em 1em 0; top: 0.25em; } .image.right { float: right; padding: 0 0 1em 1.5em; top: 0.25em; } .image.fit { display: block; margin: 0 0 2em 0; width: 100%; } .image.fit img { width: 100%; } .image.main { display: block; margin: 0 0 3em 0; width: 100%; } .image.main img { width: 100%; } /* List */ ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; } ol li { padding-left: 0.25em; } ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; } ul li { padding-left: 0.5em; } ul.alt { list-style: none; padding-left: 0; } ul.alt li { border-top: solid 1px #cccccc; padding: 0.5em 0; } ul.alt li:first-child { border-top: 0; padding-top: 0; } dl { margin: 0 0 2em 0; } dl dt { display: block; font-weight: 500; margin: 0 0 1em 0; } dl dd { margin-left: 2em; } /* Actions */ ul.actions { cursor: default; list-style: none; margin-left: -1em; margin-top: -1em; padding-left: 0; } ul.actions li { display: inline-block; margin: 1em 0 0 1em; padding-left: 0; vertical-align: middle; } ul.actions li:last-child { padding-right: 0; } ul.actions.stacked { margin-top: 0; margin-left: 0; } ul.actions.stacked li { display: block; margin: 0; padding: 1.5em 0 0 0; position: relative; } ul.actions.stacked li:first-child { padding-top: 0; } ul.actions.stacked li > * { margin-bottom: 0; } ul.actions.stacked li > .button { min-width: 15em; } ul.actions.stacked.special li:after { background-color: #cccccc; content: ''; display: block; height: 1.5em; left: 50%; position: absolute; top: 100%; width: 1px; } ul.actions.stacked.special li:last-child:after { display: none; } @media screen and (max-width: 736px) { ul.actions.stacked.special li { padding: 1em 0 0 0; } ul.actions.stacked.special li:after { height: 1em; } } ul.actions.animated.spinY li { -moz-perspective: 1000px; -webkit-perspective: 1000px; -ms-perspective: 1000px; perspective: 1000px; } ul.actions.animated.spinY li a { -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -moz-transform 0.5s ease-in; -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -webkit-transform 0.5s ease-in; -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -ms-transform 0.5s ease-in; transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.5s ease-in; } ul.actions.animated.spinY li a.active { -moz-transform: rotateY(480deg); -webkit-transform: rotateY(480deg); -ms-transform: rotateY(480deg); transform: rotateY(480deg); } ul.actions.animated.spinX li { -moz-perspective: 1000px; -webkit-perspective: 1000px; -ms-perspective: 1000px; perspective: 1000px; } ul.actions.animated.spinX li a { -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -moz-transform 0.5s ease-in; -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -webkit-transform 0.5s ease-in; -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -ms-transform 0.5s ease-in; transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.5s ease-in; } ul.actions.animated.spinX li a.active { -moz-transform: rotateX(480deg); -webkit-transform: rotateX(480deg); -ms-transform: rotateX(480deg); transform: rotateX(480deg); } /* Icons */ ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding-left: 0; } ul.icons li .icon { display: inline-block; width: 2.5em; height: 2.5em; line-height: 2.5em; text-align: center; } ul.icons li .icon:before { font-size: 1.25rem; } /* Table */ .table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; } table { margin: 0 0 2em 0; width: 100%; } table tbody tr { border: solid 1px #cccccc; border-left: 0; border-right: 0; } table tbody tr:nth-child(2n + 1) { background-color: rgba(144, 144, 144, 0.075); } table td { padding: 0.75em 0.75em; } table th { color: #555; font-size: 0.9em; font-weight: 500; padding: 0 0.75em 0.75em 0.75em; text-align: left; } table thead { border-bottom: solid 2px #cccccc; } table tfoot { border-top: solid 2px #cccccc; } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px #cccccc; border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } /* Button */ input[type="submit"], input[type="reset"], input[type="button"], button, .button { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease; -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease; -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease; transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); background-color: transparent; border-radius: 8px; border: 0; box-shadow: inset 0 0 0 1px #cccccc; color: #555 !important; cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: 500; height: 3.5em; letter-spacing: 0.25em; line-height: 3.5em; padding: 0 2em; position: relative; text-align: center; text-decoration: none; text-transform: uppercase; white-space: nowrap; } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { margin-right: 0.5em; } input[type="submit"].back, input[type="reset"].back, input[type="button"].back, button.back, .button.back { padding-left: 4.75em; } input[type="submit"].back:before, input[type="reset"].back:before, input[type="button"].back:before, button.back:before, .button.back:before { -moz-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; transition: opacity 0.2s ease; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='112px' height='96px' viewBox='0 0 112 96' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23cccccc%3B stroke-width: 4px %7D%3C/style%3E%3Cline x1='0' y1='46' x2='112' y2='46' /%3E%3Cline x1='24' y1='22' x2='0' y2='46' /%3E%3Cline x1='24' y1='70' x2='0' y2='46' /%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: contain; content: ''; display: inline-block; height: inherit; left: 2em; opacity: 1; position: absolute; top: 0; vertical-align: middle; width: 2em; } input[type="submit"].back:after, input[type="reset"].back:after, input[type="button"].back:after, button.back:after, .button.back:after { -moz-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; transition: opacity 0.2s ease; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='112px' height='96px' viewBox='0 0 112 96' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %2349c8ff%3B stroke-width: 4px %7D%3C/style%3E%3Cline x1='0' y1='46' x2='112' y2='46' /%3E%3Cline x1='24' y1='22' x2='0' y2='46' /%3E%3Cline x1='24' y1='70' x2='0' y2='46' /%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: contain; content: ''; display: inline-block; height: inherit; left: 2em; opacity: 0; position: absolute; top: 0; vertical-align: middle; width: 2em; } input[type="submit"].back:hover:before, input[type="submit"].back.active:before, input[type="reset"].back:hover:before, input[type="reset"].back.active:before, input[type="button"].back:hover:before, input[type="button"].back.active:before, button.back:hover:before, button.back.active:before, .button.back:hover:before, .button.back.active:before { opacity: 0; } input[type="submit"].back:hover:after, input[type="submit"].back.active:after, input[type="reset"].back:hover:after, input[type="reset"].back.active:after, input[type="button"].back:hover:after, input[type="button"].back.active:after, button.back:hover:after, button.back.active:after, .button.back:hover:after, .button.back.active:after { opacity: 1; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit { width: 100%; } input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small { font-size: 0.7em; } input[type="submit"].large, input[type="reset"].large, input[type="button"].large, button.large, .button.large { font-size: 1em; } input[type="submit"]:hover, input[type="submit"].active, input[type="reset"]:hover, input[type="reset"].active, input[type="button"]:hover, input[type="button"].active, button:hover, button.active, .button:hover, .button.active { box-shadow: inset 0 0 0 1px #49c8ff; color: #49c8ff !important; } input[type="submit"]:active, input[type="submit"].active, input[type="reset"]:active, input[type="reset"].active, input[type="button"]:active, input[type="button"].active, button:active, button.active, .button:active, .button.active { background-color: rgba(73, 200, 255, 0.05); } input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary { box-shadow: none; background-color: #555; color: #f4f4f4 !important; } input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover { background-color: #49c8ff; } input[type="submit"].primary:active, input[type="reset"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active { background-color: #16b9ff; } input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { pointer-events: none; cursor: default; opacity: 0.25; } /* Wrapper */ #wrapper { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -moz-perspective: 1000px; -webkit-perspective: 1000px; -ms-perspective: 1000px; perspective: 1000px; min-height: 100vh; padding: 3em; width: 100%; } @media screen and (max-width: 1280px) { #wrapper { padding: 1.5em; } } @media screen and (max-width: 980px) { #wrapper { padding: 2em; } } @media screen and (max-width: 736px) { #wrapper { padding: 1em; } } /* Panel */ .panel { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: -moz-stretch; -webkit-align-items: -webkit-stretch; -ms-align-items: -ms-stretch; align-items: stretch; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease; -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease; -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease; transition: opacity 0.5s ease, transform 0.5s ease; max-width: calc(100vw - 6em); width: 86em; } .panel > .image { -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; background-color: #777; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 0; min-height: 50em; width: 50%; z-index: 1; } .panel > .image img { border-radius: 0; display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; } .panel > .content { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; background-color: #ffffff; padding: 3em; width: 50%; } .panel.inactive { opacity: 0; } .panel.inactive > .image { -moz-transform: translateY(1em); -webkit-transform: translateY(1em); -ms-transform: translateY(1em); transform: translateY(1em); } .panel.inactive > .content { -moz-transform: translateY(-1em); -webkit-transform: translateY(-1em); -ms-transform: translateY(-1em); transform: translateY(-1em); } .panel.special { text-align: center; } .panel.special > .content > .inner > :nth-child(n+2):nth-last-child(n+2) { margin: 3em 0; } .panel.special.inactive { -moz-transform: translateZ(-2em); -webkit-transform: translateZ(-2em); -ms-transform: translateZ(-2em); transform: translateZ(-2em); } .panel.special.inactive > .image { -moz-transform: none; -webkit-transform: none; -ms-transform: none; transform: none; } .panel.special.inactive > .content { -moz-transform: none; -webkit-transform: none; -ms-transform: none; transform: none; } .panel.secondary > .content { -moz-justify-content: space-between; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; } .panel.secondary > .content > .actions { margin-bottom: 0; } .panel.secondary > .content:after { content: ''; display: block; width: 100%; } @media screen and (max-width: 1680px) { .panel { width: 75em; } .panel > .image { min-height: 45em; } } @media screen and (max-width: 1280px) { .panel { max-width: calc(100vw - 3em); } .panel > .image { min-height: 35em; } .panel > .content { padding: 3em 2.5em; } } @media screen and (max-width: 980px) { .panel { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .panel > .image { min-height: 60vh; width: 100%; } .panel > .content { display: block; padding: 3em; width: 100%; } .panel > .content:after { display: none; } .panel.inactive > .image { -moz-transform: translateX(1em); -webkit-transform: translateX(1em); -ms-transform: translateX(1em); transform: translateX(1em); } .panel.inactive > .content { -moz-transform: translateX(-1em); -webkit-transform: translateX(-1em); -ms-transform: translateX(-1em); transform: translateX(-1em); } } @media screen and (max-width: 736px) { .panel { max-width: calc(100vw - 2em); width: 30em; } .panel > .image { min-height: 18em; max-height: 30vh; } .panel > .content { padding: 2em; } .panel.special > .content > .inner > :nth-child(n+2):nth-last-child(n+2) { margin: 2em 0; } } @media screen and (max-width: 480px) { .panel > .content { padding: 2em 1.5em; } } @media screen and (max-width: 360px) { .panel > .image { min-height: 15em; } } body.is-preload-0 .panel { opacity: 0; } body.is-preload-0 .panel > .image { -moz-transform: translateX(4em); -webkit-transform: translateX(4em); -ms-transform: translateX(4em); transform: translateX(4em); } body.is-preload-0 .panel > .content { -moz-transform: translateX(-4em); -webkit-transform: translateX(-4em); -ms-transform: translateX(-4em); transform: translateX(-4em); } @media screen and (max-width: 980px) { body.is-preload-0 .panel { -moz-transform: translateZ(-2em); -webkit-transform: translateZ(-2em); -ms-transform: translateZ(-2em); transform: translateZ(-2em); } body.is-preload-0 .panel > .image { -moz-transform: none; -webkit-transform: none; -ms-transform: none; transform: none; } body.is-preload-0 .panel > .content { -moz-transform: none; -webkit-transform: none; -ms-transform: none; transform: none; } } body.is-preload-1 .panel { -moz-transition: opacity 2s ease, -moz-transform 0.5s ease; -webkit-transition: opacity 2s ease, -webkit-transform 0.5s ease; -ms-transition: opacity 2s ease, -ms-transform 0.5s ease; transition: opacity 2s ease, transform 0.5s ease; } body.is-preload-1 .panel > .image { -moz-transition: -moz-transform 1s ease; -webkit-transition: -webkit-transform 1s ease; -ms-transition: -ms-transform 1s ease; transition: transform 1s ease; } body.is-preload-1 .panel > .content { -moz-transition: -moz-transform 1s ease; -webkit-transition: -webkit-transform 1s ease; -ms-transition: -ms-transform 1s ease; transition: transform 1s ease; } /* Footer */ #footer { -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; transition: opacity 0.5s ease; margin: 3em 0 0 0; opacity: 1.0; text-align: center; } #footer .copyright { color: #bbb; font-size: 0.8em; letter-spacing: 0.25em; margin-bottom: 0; text-transform: uppercase; } #footer.inactive { opacity: 0; } @media screen and (max-width: 1680px) { #footer { margin: 2em 0 0 0; } } @media screen and (max-width: 1280px) { #footer { margin: 1.5em 0 0 0; } } body.is-preload-0 #footer { opacity: 0; }
photoscope/webapp/static/assets/css/main.css
@import url(font-awesome.min.css); @import url("https://fonts.googleapis.com/css?family=Raleway|Montserrat:700"); /* Indivisible by Pixelarity pixelarity.com | <EMAIL> License: pixelarity.com/license */ 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;} 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; } body { -webkit-text-size-adjust: none; } mark { background-color: transparent; color: inherit; } input::-moz-focus-inner { border: 0; padding: 0; } input, select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; } /* Basic */ @-ms-viewport { width: device-width; } @media screen and (max-width: 480px) { html, body { min-width: 320px; } } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background: #f4f4f4; } body.is-preload-0 *, body.is-preload-0 *:before, body.is-preload-0 *:after { -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; } /* Type */ body, input, select, textarea { color: #444; font-family: "Raleway", Helvetica, sans-serif; font-size: 14pt; font-weight: 300; line-height: 1.75; letter-spacing: 0.05em; } @media screen and (max-width: 1680px) { body, input, select, textarea { font-size: 11pt; } } @media screen and (max-width: 360px) { body, input, select, textarea { font-size: 10pt; } } a { -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease; -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease; -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease; transition: color 0.2s ease, border-bottom-color 0.2s ease; text-decoration: none; border-bottom: dotted 1px; color: inherit; } a:hover { color: #49c8ff !important; border-bottom-color: transparent; } strong, b { color: #555; font-weight: 500; } em, i { font-style: italic; } p { margin: 0 0 2em 0; } h1, h2, h3, h4, h5, h6 { color: #555; font-family: "Montserrat", sans-serif; font-weight: 700; line-height: 1.5; margin: 0 0 1em 0; text-transform: uppercase; letter-spacing: 0.25em; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; } h1 { font-size: 2em; } h2 { font-size: 1.75em; } h3 { font-size: 1.25em; } h4 { font-size: 1em; } h5 { font-size: 0.9em; } h6 { font-size: 0.7em; } @media screen and (max-width: 736px) { h1 { font-size: 1.5em; } h2 { font-size: 1.25em; } } sub { font-size: 0.8em; position: relative; top: 0.5em; } sup { font-size: 0.8em; position: relative; top: -0.5em; } blockquote { border-left: solid 4px #cccccc; font-style: italic; margin: 0 0 2em 0; padding: 0.5em 0 0.5em 2em; } code { background: rgba(144, 144, 144, 0.075); border-radius: 8px; border: solid 1px #cccccc; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0.25em; padding: 0.25em 0.65em; } pre { -webkit-overflow-scrolling: touch; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0 2em 0; } pre code { display: block; line-height: 1.75; padding: 1em 1.5em; overflow-x: auto; } hr { border: 0; border-bottom: solid 1px #cccccc; margin: 2em 0; } hr.major { margin: 3em 0; } .align-left { text-align: left; } .align-center { text-align: center; } .align-right { text-align: right; } /* Section/Article */ section.special, article.special { text-align: center; } header { margin: 3em 0; } header > :first-child { margin-bottom: 0; } header > :first-child:after { content: ''; display: block; background-color: #cccccc; height: 1px; margin: 1.5rem 0 1.75rem 0; width: 5rem; } .special header > :first-child:after { margin-left: auto; margin-right: auto; } header p { font-size: 0.9em; letter-spacing: 0.25em; margin-bottom: 0; text-transform: uppercase; } @media screen and (max-width: 736px) { header { margin: 2em 0; } header > :first-child:after { margin: 1.25rem 0 1.5rem 0; } header p { font-size: 0.8em; } header p br { display: none; } } /* Form */ form { margin: 0 0 2em 0; } form > :last-child { margin-bottom: 0; } form > .fields { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: calc(100% + 3em); margin: -1.5em 0 2em -1.5em; } form > .fields > .field { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; padding: 1.5em 0 0 1.5em; width: calc(100% - 1.5em); } form > .fields > .field.half { width: calc(50% - 0.75em); } form > .fields > .field.third { width: calc(100%/3 - 0.5em); } form > .fields > .field.quarter { width: calc(25% - 0.375em); } @media screen and (max-width: 480px) { form > .fields { width: calc(100% + 3em); margin: -1.5em 0 2em -1.5em; } form > .fields > .field { padding: 1.5em 0 0 1.5em; width: calc(100% - 1.5em); } form > .fields > .field.half { width: calc(100% - 1.5em); } form > .fields > .field.third { width: calc(100% - 1.5em); } form > .fields > .field.quarter { width: calc(100% - 1.5em); } } label { color: #555; display: block; font-size: 0.8em; font-weight: 500; margin: 0 0 1em 0; text-transform: uppercase; letter-spacing: 0.25em; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; background: rgba(144, 144, 144, 0.075); border-radius: 8px; border: none; border: solid 1px #cccccc; color: inherit; display: block; outline: 0; padding: 0 1em; text-decoration: none; width: 100%; } input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, input[type="search"]:invalid, input[type="url"]:invalid, select:invalid, textarea:invalid { box-shadow: none; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, select:focus, textarea:focus { border-color: #49c8ff; box-shadow: 0 0 0 1px #49c8ff; } select { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23cccccc' /%3E%3C/svg%3E"); background-size: 1.25rem; background-repeat: no-repeat; background-position: calc(100% - 1rem) center; height: 2.75em; padding-right: 2.75em; text-overflow: ellipsis; } select:focus::-ms-value { background-color: transparent; } select::-ms-expand { display: none; } select option { color: #555; background: #f4f4f4; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select { height: 2.75em; } textarea { padding: 0.75em 1em; } input[type="checkbox"], input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; } input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; color: #444; cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: 300; margin: 0 0 0.5em 0; padding-left: 2.9em; padding-right: 0.75em; position: relative; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: rgba(144, 144, 144, 0.075); border-radius: 8px; border: solid 1px #cccccc; content: ''; display: inline-block; height: 1.65em; left: 0; line-height: 1.58125em; position: absolute; text-align: center; top: 0; width: 1.65em; font-size: 1em; letter-spacing: 0; } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #555; border-color: #555; color: #ffffff; content: '\f00c'; } input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #49c8ff; box-shadow: 0 0 0 1px #49c8ff; } input[type="checkbox"] + label:before { border-radius: 4px; } input[type="radio"] + label:before { border-radius: 100%; } ::-webkit-input-placeholder { color: #bbb !important; opacity: 1.0; } :-moz-placeholder { color: #bbb !important; opacity: 1.0; } ::-moz-placeholder { color: #bbb !important; opacity: 1.0; } :-ms-input-placeholder { color: #bbb !important; opacity: 1.0; } .formerize-placeholder { color: #bbb !important; opacity: 1.0; } /* Box */ .box { border-radius: 8px; border: solid 1px #cccccc; margin-bottom: 2em; padding: 1.5em; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box.alt { border: 0; border-radius: 0; padding: 0; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } /* Image */ .image { border-radius: 8px; border: 0; display: inline-block; position: relative; } .image img { border-radius: 8px; display: block; } .image.left, .image.right { max-width: 40%; } .image.left img, .image.right img { width: 100%; } .image.left { float: left; padding: 0 1.5em 1em 0; top: 0.25em; } .image.right { float: right; padding: 0 0 1em 1.5em; top: 0.25em; } .image.fit { display: block; margin: 0 0 2em 0; width: 100%; } .image.fit img { width: 100%; } .image.main { display: block; margin: 0 0 3em 0; width: 100%; } .image.main img { width: 100%; } /* List */ ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; } ol li { padding-left: 0.25em; } ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; } ul li { padding-left: 0.5em; } ul.alt { list-style: none; padding-left: 0; } ul.alt li { border-top: solid 1px #cccccc; padding: 0.5em 0; } ul.alt li:first-child { border-top: 0; padding-top: 0; } dl { margin: 0 0 2em 0; } dl dt { display: block; font-weight: 500; margin: 0 0 1em 0; } dl dd { margin-left: 2em; } /* Actions */ ul.actions { cursor: default; list-style: none; margin-left: -1em; margin-top: -1em; padding-left: 0; } ul.actions li { display: inline-block; margin: 1em 0 0 1em; padding-left: 0; vertical-align: middle; } ul.actions li:last-child { padding-right: 0; } ul.actions.stacked { margin-top: 0; margin-left: 0; } ul.actions.stacked li { display: block; margin: 0; padding: 1.5em 0 0 0; position: relative; } ul.actions.stacked li:first-child { padding-top: 0; } ul.actions.stacked li > * { margin-bottom: 0; } ul.actions.stacked li > .button { min-width: 15em; } ul.actions.stacked.special li:after { background-color: #cccccc; content: ''; display: block; height: 1.5em; left: 50%; position: absolute; top: 100%; width: 1px; } ul.actions.stacked.special li:last-child:after { display: none; } @media screen and (max-width: 736px) { ul.actions.stacked.special li { padding: 1em 0 0 0; } ul.actions.stacked.special li:after { height: 1em; } } ul.actions.animated.spinY li { -moz-perspective: 1000px; -webkit-perspective: 1000px; -ms-perspective: 1000px; perspective: 1000px; } ul.actions.animated.spinY li a { -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -moz-transform 0.5s ease-in; -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -webkit-transform 0.5s ease-in; -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -ms-transform 0.5s ease-in; transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.5s ease-in; } ul.actions.animated.spinY li a.active { -moz-transform: rotateY(480deg); -webkit-transform: rotateY(480deg); -ms-transform: rotateY(480deg); transform: rotateY(480deg); } ul.actions.animated.spinX li { -moz-perspective: 1000px; -webkit-perspective: 1000px; -ms-perspective: 1000px; perspective: 1000px; } ul.actions.animated.spinX li a { -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -moz-transform 0.5s ease-in; -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -webkit-transform 0.5s ease-in; -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -ms-transform 0.5s ease-in; transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.5s ease-in; } ul.actions.animated.spinX li a.active { -moz-transform: rotateX(480deg); -webkit-transform: rotateX(480deg); -ms-transform: rotateX(480deg); transform: rotateX(480deg); } /* Icons */ ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding-left: 0; } ul.icons li .icon { display: inline-block; width: 2.5em; height: 2.5em; line-height: 2.5em; text-align: center; } ul.icons li .icon:before { font-size: 1.25rem; } /* Table */ .table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; } table { margin: 0 0 2em 0; width: 100%; } table tbody tr { border: solid 1px #cccccc; border-left: 0; border-right: 0; } table tbody tr:nth-child(2n + 1) { background-color: rgba(144, 144, 144, 0.075); } table td { padding: 0.75em 0.75em; } table th { color: #555; font-size: 0.9em; font-weight: 500; padding: 0 0.75em 0.75em 0.75em; text-align: left; } table thead { border-bottom: solid 2px #cccccc; } table tfoot { border-top: solid 2px #cccccc; } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px #cccccc; border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } /* Button */ input[type="submit"], input[type="reset"], input[type="button"], button, .button { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease; -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease; -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease; transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); background-color: transparent; border-radius: 8px; border: 0; box-shadow: inset 0 0 0 1px #cccccc; color: #555 !important; cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: 500; height: 3.5em; letter-spacing: 0.25em; line-height: 3.5em; padding: 0 2em; position: relative; text-align: center; text-decoration: none; text-transform: uppercase; white-space: nowrap; } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { margin-right: 0.5em; } input[type="submit"].back, input[type="reset"].back, input[type="button"].back, button.back, .button.back { padding-left: 4.75em; } input[type="submit"].back:before, input[type="reset"].back:before, input[type="button"].back:before, button.back:before, .button.back:before { -moz-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; transition: opacity 0.2s ease; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='112px' height='96px' viewBox='0 0 112 96' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23cccccc%3B stroke-width: 4px %7D%3C/style%3E%3Cline x1='0' y1='46' x2='112' y2='46' /%3E%3Cline x1='24' y1='22' x2='0' y2='46' /%3E%3Cline x1='24' y1='70' x2='0' y2='46' /%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: contain; content: ''; display: inline-block; height: inherit; left: 2em; opacity: 1; position: absolute; top: 0; vertical-align: middle; width: 2em; } input[type="submit"].back:after, input[type="reset"].back:after, input[type="button"].back:after, button.back:after, .button.back:after { -moz-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; transition: opacity 0.2s ease; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='112px' height='96px' viewBox='0 0 112 96' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %2349c8ff%3B stroke-width: 4px %7D%3C/style%3E%3Cline x1='0' y1='46' x2='112' y2='46' /%3E%3Cline x1='24' y1='22' x2='0' y2='46' /%3E%3Cline x1='24' y1='70' x2='0' y2='46' /%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: contain; content: ''; display: inline-block; height: inherit; left: 2em; opacity: 0; position: absolute; top: 0; vertical-align: middle; width: 2em; } input[type="submit"].back:hover:before, input[type="submit"].back.active:before, input[type="reset"].back:hover:before, input[type="reset"].back.active:before, input[type="button"].back:hover:before, input[type="button"].back.active:before, button.back:hover:before, button.back.active:before, .button.back:hover:before, .button.back.active:before { opacity: 0; } input[type="submit"].back:hover:after, input[type="submit"].back.active:after, input[type="reset"].back:hover:after, input[type="reset"].back.active:after, input[type="button"].back:hover:after, input[type="button"].back.active:after, button.back:hover:after, button.back.active:after, .button.back:hover:after, .button.back.active:after { opacity: 1; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit { width: 100%; } input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small { font-size: 0.7em; } input[type="submit"].large, input[type="reset"].large, input[type="button"].large, button.large, .button.large { font-size: 1em; } input[type="submit"]:hover, input[type="submit"].active, input[type="reset"]:hover, input[type="reset"].active, input[type="button"]:hover, input[type="button"].active, button:hover, button.active, .button:hover, .button.active { box-shadow: inset 0 0 0 1px #49c8ff; color: #49c8ff !important; } input[type="submit"]:active, input[type="submit"].active, input[type="reset"]:active, input[type="reset"].active, input[type="button"]:active, input[type="button"].active, button:active, button.active, .button:active, .button.active { background-color: rgba(73, 200, 255, 0.05); } input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary { box-shadow: none; background-color: #555; color: #f4f4f4 !important; } input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover { background-color: #49c8ff; } input[type="submit"].primary:active, input[type="reset"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active { background-color: #16b9ff; } input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { pointer-events: none; cursor: default; opacity: 0.25; } /* Wrapper */ #wrapper { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -moz-perspective: 1000px; -webkit-perspective: 1000px; -ms-perspective: 1000px; perspective: 1000px; min-height: 100vh; padding: 3em; width: 100%; } @media screen and (max-width: 1280px) { #wrapper { padding: 1.5em; } } @media screen and (max-width: 980px) { #wrapper { padding: 2em; } } @media screen and (max-width: 736px) { #wrapper { padding: 1em; } } /* Panel */ .panel { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: -moz-stretch; -webkit-align-items: -webkit-stretch; -ms-align-items: -ms-stretch; align-items: stretch; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease; -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease; -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease; transition: opacity 0.5s ease, transform 0.5s ease; max-width: calc(100vw - 6em); width: 86em; } .panel > .image { -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; background-color: #777; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 0; min-height: 50em; width: 50%; z-index: 1; } .panel > .image img { border-radius: 0; display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; } .panel > .content { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; background-color: #ffffff; padding: 3em; width: 50%; } .panel.inactive { opacity: 0; } .panel.inactive > .image { -moz-transform: translateY(1em); -webkit-transform: translateY(1em); -ms-transform: translateY(1em); transform: translateY(1em); } .panel.inactive > .content { -moz-transform: translateY(-1em); -webkit-transform: translateY(-1em); -ms-transform: translateY(-1em); transform: translateY(-1em); } .panel.special { text-align: center; } .panel.special > .content > .inner > :nth-child(n+2):nth-last-child(n+2) { margin: 3em 0; } .panel.special.inactive { -moz-transform: translateZ(-2em); -webkit-transform: translateZ(-2em); -ms-transform: translateZ(-2em); transform: translateZ(-2em); } .panel.special.inactive > .image { -moz-transform: none; -webkit-transform: none; -ms-transform: none; transform: none; } .panel.special.inactive > .content { -moz-transform: none; -webkit-transform: none; -ms-transform: none; transform: none; } .panel.secondary > .content { -moz-justify-content: space-between; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; } .panel.secondary > .content > .actions { margin-bottom: 0; } .panel.secondary > .content:after { content: ''; display: block; width: 100%; } @media screen and (max-width: 1680px) { .panel { width: 75em; } .panel > .image { min-height: 45em; } } @media screen and (max-width: 1280px) { .panel { max-width: calc(100vw - 3em); } .panel > .image { min-height: 35em; } .panel > .content { padding: 3em 2.5em; } } @media screen and (max-width: 980px) { .panel { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .panel > .image { min-height: 60vh; width: 100%; } .panel > .content { display: block; padding: 3em; width: 100%; } .panel > .content:after { display: none; } .panel.inactive > .image { -moz-transform: translateX(1em); -webkit-transform: translateX(1em); -ms-transform: translateX(1em); transform: translateX(1em); } .panel.inactive > .content { -moz-transform: translateX(-1em); -webkit-transform: translateX(-1em); -ms-transform: translateX(-1em); transform: translateX(-1em); } } @media screen and (max-width: 736px) { .panel { max-width: calc(100vw - 2em); width: 30em; } .panel > .image { min-height: 18em; max-height: 30vh; } .panel > .content { padding: 2em; } .panel.special > .content > .inner > :nth-child(n+2):nth-last-child(n+2) { margin: 2em 0; } } @media screen and (max-width: 480px) { .panel > .content { padding: 2em 1.5em; } } @media screen and (max-width: 360px) { .panel > .image { min-height: 15em; } } body.is-preload-0 .panel { opacity: 0; } body.is-preload-0 .panel > .image { -moz-transform: translateX(4em); -webkit-transform: translateX(4em); -ms-transform: translateX(4em); transform: translateX(4em); } body.is-preload-0 .panel > .content { -moz-transform: translateX(-4em); -webkit-transform: translateX(-4em); -ms-transform: translateX(-4em); transform: translateX(-4em); } @media screen and (max-width: 980px) { body.is-preload-0 .panel { -moz-transform: translateZ(-2em); -webkit-transform: translateZ(-2em); -ms-transform: translateZ(-2em); transform: translateZ(-2em); } body.is-preload-0 .panel > .image { -moz-transform: none; -webkit-transform: none; -ms-transform: none; transform: none; } body.is-preload-0 .panel > .content { -moz-transform: none; -webkit-transform: none; -ms-transform: none; transform: none; } } body.is-preload-1 .panel { -moz-transition: opacity 2s ease, -moz-transform 0.5s ease; -webkit-transition: opacity 2s ease, -webkit-transform 0.5s ease; -ms-transition: opacity 2s ease, -ms-transform 0.5s ease; transition: opacity 2s ease, transform 0.5s ease; } body.is-preload-1 .panel > .image { -moz-transition: -moz-transform 1s ease; -webkit-transition: -webkit-transform 1s ease; -ms-transition: -ms-transform 1s ease; transition: transform 1s ease; } body.is-preload-1 .panel > .content { -moz-transition: -moz-transform 1s ease; -webkit-transition: -webkit-transform 1s ease; -ms-transition: -ms-transform 1s ease; transition: transform 1s ease; } /* Footer */ #footer { -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; transition: opacity 0.5s ease; margin: 3em 0 0 0; opacity: 1.0; text-align: center; } #footer .copyright { color: #bbb; font-size: 0.8em; letter-spacing: 0.25em; margin-bottom: 0; text-transform: uppercase; } #footer.inactive { opacity: 0; } @media screen and (max-width: 1680px) { #footer { margin: 2em 0 0 0; } } @media screen and (max-width: 1280px) { #footer { margin: 1.5em 0 0 0; } } body.is-preload-0 #footer { opacity: 0; }
0.342572
0.094302
body { background-color: #E8DDCB; color: #363636; font-size: 62.5%; line-height: 1.25em; font-family: Georgia, Serif; text-shadow: 0.01em 0.01em 0 rgb(255, 255, 255); margin: 0; padding: 0; } h1 { font-size: 4.2em; line-height: 1.285em; margin: 0 0; padding: 0.380em 0.428em 0.261em; } h2 { font-size: 2.5em; line-height: 1.000em; margin: 0 0; padding: 0.259em 0.666em 0.740em; } h3 { font-size: 1.8em; line-height: 1.500em; margin: 0 0; padding: 0.500em 1.000em 1.000em; } h4 { font-size: 1.6em; line-height: 1.687em; margin: 0 0; padding: 0.500em 1.125em 1.187em; } h5 { font-size: 1.4em; line-height: 1.928em; margin: 0 0; padding: 0.642em 1.285em 1.285em; } h6 { font-size: 1.2em; line-height: 1.750em; margin: 0 0; padding: 1.083em 1.500em 1.666em; } p, li, dt, dd, th, td, caption{ font-size: 1.7em; line-height: 1.588em;} li li, li p, li h1, li h2, li h3, li h4 { font-size: 1em;} p { margin: 0 0 0 0; padding: 0.294em 1.058em 1.294em; } ul { margin: 0 0; padding: 0.6em 0 2.2em 3.6em; } ol { margin: 0 0; padding: 0.6em 0 2.2em 3.6em; } dl { margin: 0 0 0 0; padding: 0.6em 2.2em 1.8em; } dt { margin: 0 0 0 0; padding: 0 0 0 0; font-weight: 700; } dd { margin: 0 0 0 0; padding: 0 0 0 0.706em; } table { border-collapse: collapse; width: 100%; margin: 0 0 0 1em; } th, caption { text-align: left; font-weight: 700; } blockquote { margin: 0 0; padding: 2.259em 4.518em; } em { font-style: italic; } small { font-size: 0.753em; } strong, b { font-weight: 700; } code { color:#C06;font-size:1.129em; } hr { display:none; } img { vertical-align:middle;border-width:0;} fieldset { border:solid 1px #cdcdcd; } textarea { font-family:inherit; font-size:1.5em; margin:0 1.2em; padding:0.75em 0.5em 0.5em 0.75em; width:93%; border:solid 1px #cdcdcd; } a, a:link, a:active, a:visited { border-bottom: 1px dotted #363636; color: #363636; text-decoration: none; } a:hover { border-bottom-style: solid; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* apply a natural box layout model to all elements. Look, IE was right, huh? */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Columns Rulers, tricks and treats ;D */ .rulerLeft { border-left: 1px solid red;} .rulerRight { border-right: 1px solid red;} .rulerTop { border-top: 1px solid red;} .rulerBottom { border-bottom: 1px solid red;} .floatLeft { float: left;} .floatRight { float: right;} .textAlignLeft { text-align: left;} .textAlignRight { text-align: right;} .textAlignCenter { text-align: center;} /* Columns Structures */ .col-1 { max-width: 13.500em; width: 12.5%; } .col-2 { max-width: 27.000em; width: 25.0%; } .col-3 { max-width: 40.500em; width: 37.5%; } .col-4 { max-width: 54.000em; width: 50.0%; } .col-5 { max-width: 67.500em; width: 62.5%; } .col-6 { max-width: 81.000em; width: 75.0%; } .col-7 { max-width: 94.500em; width: 87.5%; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7 { float: left; } /* Columns Flex */ .col-12 { width: 12.5%; } .col-25 { width: 25.0%; } .col-33 { width: 33.0%; } .col-50 { width: 50.0%; } .col-66 { width: 66.0%; } .col-75 { width: 75.0%; } .col-12, .col-25, .col-33, .col-50, .col-66, .col-75 { float: left;} .row, .col { overflow: hidden; } .row .centered { float: none; margin: 0 auto; } .row-2 { min-height: 5.4em; } .row-2 p { margin: 0; padding: 0.353em 0 0 1.059em; } .header, .content, .footer { max-width: 54em; margin:0 auto; padding: 0 0; } /* Header */ .header { padding-bottom: 2em; } h1 { text-align: center; /* Compensa falta de relação na logo */ margin: 0; padding: 0.642em 0; } h1 a, h1 a:link, h1 a:active, h1 a:visited { display: inline-block; border: none; } h1 a:hover { opacity: .95; } h2 { color: #033649; font-style: italic; font-weight: 400; text-align: center; margin: 0 auto; padding: 0.55em 2em; max-width: 21.111em; width: 100%; background: url("../images/quote-left.gif") no-repeat left center, url("../images/quote-right.gif") no-repeat right center; } h3 { font-size: 2.7em; font-weight: normal; line-height: 1em; margin: 0; padding: 1.074em 0 0.889em; text-align: center; } /* Content */ .content { padding: 0 0 2.7em; border-top: 1px dotted rgb(205, 179, 128); border-bottom: 1px dotted rgb(205, 179, 128); } .principles { padding-top: 2em; max-width: 81em; } .principles .members { text-align: center; list-style: none outside none; margin: 0 auto; padding: 0.6em 0 0; } .principles .members li { float: left; font-size: 1.3em; line-height: 2.077em; padding: 0 1.384em; text-align: center; max-width: 20.769em; width: 100%; } /* Footer */ .footer { color: #777; padding: 2.7em 0 2.2em; } .footer dl { float: left; max-width: 13.5em; width: 100%; padding: 0; } .footer dt { font-size: 1.3em; padding: 0.769em 0 0; } .footer dd { font-size: 1.3em; padding: 0.461em 0 0; } .footer div { text-align: center; max-width: 13.5em; width: 100%; float: left; padding: 3.8em 0 0; } /* Posts (Articles, etc) */ /* Forms */ .formRow { margin: 0; padding: 0 1.8em; list-style: none; min-height: 8.1em; } .formRow:last-child { padding-top: 2.7em; } .formRow p, .formRow li, .formRow dt, .formRow dd { font-size: 1.7em; line-height: 1.588em; } .formRow label, .formRow legend { display: block; font-size: 1.7em; line-height: 1.588em; margin: 0; padding: 0.353em 0 0; } .formRow p { color:#777; margin: 0 0 0 0; padding: 0 0 0 0; } .formRow:hover p, .formRow :focus + p { color: #4c4c4c; font-style: normal; } .formRow .help { display: none; } /* .formRow:hover .help { color: #363636; display: block; float: right; padding: 0 18px; margin: 26px 0 0; width: 47.6%; background-color: #FAFAFA; border: 1px dotted #CDB380; } .formRow:hover label + .help { margin: 4px 0 0; } .formRow .help em { display: block; } */ .formRow input[type="text"] { font-size: 1.6em; line-height: 1em; vertical-align: middle; margin: 0.188em 0 0.813em; padding: 0.35em; max-width: 23.063em; width: 100%; display: block; border: 1px solid #999; /* Border Radius - Cross-Browser */ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; /* Box Shadow - Cross-Browser */ -webkit-box-shadow: inset 0 1px 2px #CCC; -moz-box-shadow: inset 0 1px 2px #CCC; box-shadow: inset 0 1px 2px #CCC; background-color: #F8F8F9; } .formRow input:focus { border: 1px solid #666666; /* Box Shadow - Cross-Browser */ -webkit-box-shadow: inset 0 0 10px #CCC; -moz-box-shadow: inset 0 0 10px #CCC; box-shadow: inset 0 0 10px #CCC; } .formRow #recaptcha_widget_div { padding: 2.7em 0 0; min-height: 16.2em; } textarea { color: #031634; margin: 0 18px 27px 18px; min-height: 81px; padding: 10px 18px; max-width: 774px; overflow: hidden; background-color: #FFFFFF; } /* Form Errors */ .errorlist { color: red; list-style: none; margin: 0; padding: 0; } .errorlist p, .errorlist li, .errorlist dt, .errorlist dd { font-size: 1.3em; padding: 0 0 0 1.2em; margin: 0; line-height: 1.038em; border-left: 6px solid #F66; } .formRow .errorlist { padding: 0 0 1.255em; } .formRow .errorlist + input { margin: 0 0 6px; padding: 4px 0 5px 5px; box-shadow: none; border: 1px solid #F66; border-left: 6px solid #F66; border-radius: 0; background: #FFE4E1; } /* Messages and Alerts */ /* Buttons */ .btnBasic, .btnBasic:visited { color: #333; font-size: 14px; font-weight: 700; line-height: 1.5em; vertical-align: baseline; text-decoration: none; text-shadow: 0.5px 0.5px 2px rgba(255, 255, 255, 0.8); margin: 0 0; padding: 0.5em 1.333em 0.357em; display: inline-block; border: 1px solid #b4b4b4; border-radius: 4px; position: relative; box-shadow: 0px 1px 1px 0px rgba(250, 250, 250, 0.4) inset, 0px -25px 30px 0px rgba(0, 0, 0, 0.3) inset; background-color: #e6e6e6; } .btnBasic:hover, .btnBasic:focus { color: #000; text-shadow: none; border: 1px solid #d1d1d1; background-color: #f5f5f5; outline: 0; } .formRow .btnWhite, .btnWhite:visited { display: block; text-align: center; } /* Colors */ .btnMidori, .btnMidori:visited { color: #f5f5f5; text-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.8); border: 1px solid #393; background-color:#33be33; } .btnMidori:hover { color: #000; text-shadow: none; background-color: #33cc33; } .btnBlue, .btnBlue:visited { color: #f5f5f5; text-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.8); border: 1px solid #39F; background-color:#0099ff; } .btnBlue:hover { color: #000; text-shadow: none; background-color: #33B4FF; } .btnWhite, .btnWhite:visited { color: #033649; font-size: 19px; font-weight: 400; letter-spacing: 0.025em; padding: 0.473em 0; width: 9.473em; background: none repeat scroll 0 0 #F5F5F5; border: 1px solid #B7B7B7 !important; border-radius: 10px 10px 10px 10px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } .btnWhite:hover { color: #000; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); } /* Debug Grid */ /*body:hover { background: #E8DDCB url(/static/images/grid-1116x27-baseline.png) repeat-y center top !important;}*/
smallactsmanifesto/core/static/css/style.css
body { background-color: #E8DDCB; color: #363636; font-size: 62.5%; line-height: 1.25em; font-family: Georgia, Serif; text-shadow: 0.01em 0.01em 0 rgb(255, 255, 255); margin: 0; padding: 0; } h1 { font-size: 4.2em; line-height: 1.285em; margin: 0 0; padding: 0.380em 0.428em 0.261em; } h2 { font-size: 2.5em; line-height: 1.000em; margin: 0 0; padding: 0.259em 0.666em 0.740em; } h3 { font-size: 1.8em; line-height: 1.500em; margin: 0 0; padding: 0.500em 1.000em 1.000em; } h4 { font-size: 1.6em; line-height: 1.687em; margin: 0 0; padding: 0.500em 1.125em 1.187em; } h5 { font-size: 1.4em; line-height: 1.928em; margin: 0 0; padding: 0.642em 1.285em 1.285em; } h6 { font-size: 1.2em; line-height: 1.750em; margin: 0 0; padding: 1.083em 1.500em 1.666em; } p, li, dt, dd, th, td, caption{ font-size: 1.7em; line-height: 1.588em;} li li, li p, li h1, li h2, li h3, li h4 { font-size: 1em;} p { margin: 0 0 0 0; padding: 0.294em 1.058em 1.294em; } ul { margin: 0 0; padding: 0.6em 0 2.2em 3.6em; } ol { margin: 0 0; padding: 0.6em 0 2.2em 3.6em; } dl { margin: 0 0 0 0; padding: 0.6em 2.2em 1.8em; } dt { margin: 0 0 0 0; padding: 0 0 0 0; font-weight: 700; } dd { margin: 0 0 0 0; padding: 0 0 0 0.706em; } table { border-collapse: collapse; width: 100%; margin: 0 0 0 1em; } th, caption { text-align: left; font-weight: 700; } blockquote { margin: 0 0; padding: 2.259em 4.518em; } em { font-style: italic; } small { font-size: 0.753em; } strong, b { font-weight: 700; } code { color:#C06;font-size:1.129em; } hr { display:none; } img { vertical-align:middle;border-width:0;} fieldset { border:solid 1px #cdcdcd; } textarea { font-family:inherit; font-size:1.5em; margin:0 1.2em; padding:0.75em 0.5em 0.5em 0.75em; width:93%; border:solid 1px #cdcdcd; } a, a:link, a:active, a:visited { border-bottom: 1px dotted #363636; color: #363636; text-decoration: none; } a:hover { border-bottom-style: solid; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* apply a natural box layout model to all elements. Look, IE was right, huh? */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Columns Rulers, tricks and treats ;D */ .rulerLeft { border-left: 1px solid red;} .rulerRight { border-right: 1px solid red;} .rulerTop { border-top: 1px solid red;} .rulerBottom { border-bottom: 1px solid red;} .floatLeft { float: left;} .floatRight { float: right;} .textAlignLeft { text-align: left;} .textAlignRight { text-align: right;} .textAlignCenter { text-align: center;} /* Columns Structures */ .col-1 { max-width: 13.500em; width: 12.5%; } .col-2 { max-width: 27.000em; width: 25.0%; } .col-3 { max-width: 40.500em; width: 37.5%; } .col-4 { max-width: 54.000em; width: 50.0%; } .col-5 { max-width: 67.500em; width: 62.5%; } .col-6 { max-width: 81.000em; width: 75.0%; } .col-7 { max-width: 94.500em; width: 87.5%; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7 { float: left; } /* Columns Flex */ .col-12 { width: 12.5%; } .col-25 { width: 25.0%; } .col-33 { width: 33.0%; } .col-50 { width: 50.0%; } .col-66 { width: 66.0%; } .col-75 { width: 75.0%; } .col-12, .col-25, .col-33, .col-50, .col-66, .col-75 { float: left;} .row, .col { overflow: hidden; } .row .centered { float: none; margin: 0 auto; } .row-2 { min-height: 5.4em; } .row-2 p { margin: 0; padding: 0.353em 0 0 1.059em; } .header, .content, .footer { max-width: 54em; margin:0 auto; padding: 0 0; } /* Header */ .header { padding-bottom: 2em; } h1 { text-align: center; /* Compensa falta de relação na logo */ margin: 0; padding: 0.642em 0; } h1 a, h1 a:link, h1 a:active, h1 a:visited { display: inline-block; border: none; } h1 a:hover { opacity: .95; } h2 { color: #033649; font-style: italic; font-weight: 400; text-align: center; margin: 0 auto; padding: 0.55em 2em; max-width: 21.111em; width: 100%; background: url("../images/quote-left.gif") no-repeat left center, url("../images/quote-right.gif") no-repeat right center; } h3 { font-size: 2.7em; font-weight: normal; line-height: 1em; margin: 0; padding: 1.074em 0 0.889em; text-align: center; } /* Content */ .content { padding: 0 0 2.7em; border-top: 1px dotted rgb(205, 179, 128); border-bottom: 1px dotted rgb(205, 179, 128); } .principles { padding-top: 2em; max-width: 81em; } .principles .members { text-align: center; list-style: none outside none; margin: 0 auto; padding: 0.6em 0 0; } .principles .members li { float: left; font-size: 1.3em; line-height: 2.077em; padding: 0 1.384em; text-align: center; max-width: 20.769em; width: 100%; } /* Footer */ .footer { color: #777; padding: 2.7em 0 2.2em; } .footer dl { float: left; max-width: 13.5em; width: 100%; padding: 0; } .footer dt { font-size: 1.3em; padding: 0.769em 0 0; } .footer dd { font-size: 1.3em; padding: 0.461em 0 0; } .footer div { text-align: center; max-width: 13.5em; width: 100%; float: left; padding: 3.8em 0 0; } /* Posts (Articles, etc) */ /* Forms */ .formRow { margin: 0; padding: 0 1.8em; list-style: none; min-height: 8.1em; } .formRow:last-child { padding-top: 2.7em; } .formRow p, .formRow li, .formRow dt, .formRow dd { font-size: 1.7em; line-height: 1.588em; } .formRow label, .formRow legend { display: block; font-size: 1.7em; line-height: 1.588em; margin: 0; padding: 0.353em 0 0; } .formRow p { color:#777; margin: 0 0 0 0; padding: 0 0 0 0; } .formRow:hover p, .formRow :focus + p { color: #4c4c4c; font-style: normal; } .formRow .help { display: none; } /* .formRow:hover .help { color: #363636; display: block; float: right; padding: 0 18px; margin: 26px 0 0; width: 47.6%; background-color: #FAFAFA; border: 1px dotted #CDB380; } .formRow:hover label + .help { margin: 4px 0 0; } .formRow .help em { display: block; } */ .formRow input[type="text"] { font-size: 1.6em; line-height: 1em; vertical-align: middle; margin: 0.188em 0 0.813em; padding: 0.35em; max-width: 23.063em; width: 100%; display: block; border: 1px solid #999; /* Border Radius - Cross-Browser */ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; /* Box Shadow - Cross-Browser */ -webkit-box-shadow: inset 0 1px 2px #CCC; -moz-box-shadow: inset 0 1px 2px #CCC; box-shadow: inset 0 1px 2px #CCC; background-color: #F8F8F9; } .formRow input:focus { border: 1px solid #666666; /* Box Shadow - Cross-Browser */ -webkit-box-shadow: inset 0 0 10px #CCC; -moz-box-shadow: inset 0 0 10px #CCC; box-shadow: inset 0 0 10px #CCC; } .formRow #recaptcha_widget_div { padding: 2.7em 0 0; min-height: 16.2em; } textarea { color: #031634; margin: 0 18px 27px 18px; min-height: 81px; padding: 10px 18px; max-width: 774px; overflow: hidden; background-color: #FFFFFF; } /* Form Errors */ .errorlist { color: red; list-style: none; margin: 0; padding: 0; } .errorlist p, .errorlist li, .errorlist dt, .errorlist dd { font-size: 1.3em; padding: 0 0 0 1.2em; margin: 0; line-height: 1.038em; border-left: 6px solid #F66; } .formRow .errorlist { padding: 0 0 1.255em; } .formRow .errorlist + input { margin: 0 0 6px; padding: 4px 0 5px 5px; box-shadow: none; border: 1px solid #F66; border-left: 6px solid #F66; border-radius: 0; background: #FFE4E1; } /* Messages and Alerts */ /* Buttons */ .btnBasic, .btnBasic:visited { color: #333; font-size: 14px; font-weight: 700; line-height: 1.5em; vertical-align: baseline; text-decoration: none; text-shadow: 0.5px 0.5px 2px rgba(255, 255, 255, 0.8); margin: 0 0; padding: 0.5em 1.333em 0.357em; display: inline-block; border: 1px solid #b4b4b4; border-radius: 4px; position: relative; box-shadow: 0px 1px 1px 0px rgba(250, 250, 250, 0.4) inset, 0px -25px 30px 0px rgba(0, 0, 0, 0.3) inset; background-color: #e6e6e6; } .btnBasic:hover, .btnBasic:focus { color: #000; text-shadow: none; border: 1px solid #d1d1d1; background-color: #f5f5f5; outline: 0; } .formRow .btnWhite, .btnWhite:visited { display: block; text-align: center; } /* Colors */ .btnMidori, .btnMidori:visited { color: #f5f5f5; text-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.8); border: 1px solid #393; background-color:#33be33; } .btnMidori:hover { color: #000; text-shadow: none; background-color: #33cc33; } .btnBlue, .btnBlue:visited { color: #f5f5f5; text-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.8); border: 1px solid #39F; background-color:#0099ff; } .btnBlue:hover { color: #000; text-shadow: none; background-color: #33B4FF; } .btnWhite, .btnWhite:visited { color: #033649; font-size: 19px; font-weight: 400; letter-spacing: 0.025em; padding: 0.473em 0; width: 9.473em; background: none repeat scroll 0 0 #F5F5F5; border: 1px solid #B7B7B7 !important; border-radius: 10px 10px 10px 10px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } .btnWhite:hover { color: #000; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); } /* Debug Grid */ /*body:hover { background: #E8DDCB url(/static/images/grid-1116x27-baseline.png) repeat-y center top !important;}*/
0.504883
0.336604
.sg-calendar, .sg-calendar *{ margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*calendar*/ .sg-calendar{ background:#009688; font-family: "microsoft yahei"; box-shadow:0 1px 1px rgba(0,0,0,0.15); display:inline-block; border-radius:2px; overflow:hidden; } .calendar { color: #333; } .calendar .calendar-header { background: rgba(0,0,0,.7); } .calendar .calendar-header, .calendar .calendar-body, .calendar .calendar-tool { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-align: center; -webkit-box-lines: multiple; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; -webkit-align-items: center; align-items: center; } .calendar .calendar-body .item, .calendar .calendar-header .item { text-align: center; } .calendar .calendar-header .item { height: 2rem !important; line-height: 2rem !important; color: #fff; } .calendar .calendar-body { /*padding: .5rem 0;*/ background:#fff; } .calendar .calendar-body .item.current { background-color: #E2E2E2; color: #666; } .calendar .calendar-body .item.selected { color: #fff; background: #1ABC9C; } .calendar .calendar-body .pass, .calendar .calendar-body .future { color: #999 !important; } .calendar .calendar-body .item { cursor: pointer; /*border-radius: 50%;*/ color: #333; background: rgba(78, 178, 207, 0); border-right:1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .25s; transition: all .25s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select:none; } .calendar .calendar-tool { position: relative; padding:20px 15px 19px; color:#fff; } .calendar .calendar-tool .calendar-week { width: 3.5rem; } .calendar .calendar-tool .calendar-select { display: -moz-box; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; -webkit-box-lines: multiple; } .calendar .calendar-tool .calendar-select .calendar-select-prev, .calendar .calendar-tool .calendar-select .calendar-select-next { color: #fff; display:inline-block; width: 2rem; height:2rem; text-align: center; cursor:pointer; line-height:2rem; border-radius:50%; } .calendar .calendar-tool .calendar-select .calendar-select-prev:hover, .calendar .calendar-tool .calendar-select .calendar-select-next:hover{ color:#009688; background:#fff; } .calendar .calendar-tool .calendar-today { font-size: 1.5rem; }
calendar/calendar.css
.sg-calendar, .sg-calendar *{ margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*calendar*/ .sg-calendar{ background:#009688; font-family: "microsoft yahei"; box-shadow:0 1px 1px rgba(0,0,0,0.15); display:inline-block; border-radius:2px; overflow:hidden; } .calendar { color: #333; } .calendar .calendar-header { background: rgba(0,0,0,.7); } .calendar .calendar-header, .calendar .calendar-body, .calendar .calendar-tool { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-align: center; -webkit-box-lines: multiple; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; -webkit-align-items: center; align-items: center; } .calendar .calendar-body .item, .calendar .calendar-header .item { text-align: center; } .calendar .calendar-header .item { height: 2rem !important; line-height: 2rem !important; color: #fff; } .calendar .calendar-body { /*padding: .5rem 0;*/ background:#fff; } .calendar .calendar-body .item.current { background-color: #E2E2E2; color: #666; } .calendar .calendar-body .item.selected { color: #fff; background: #1ABC9C; } .calendar .calendar-body .pass, .calendar .calendar-body .future { color: #999 !important; } .calendar .calendar-body .item { cursor: pointer; /*border-radius: 50%;*/ color: #333; background: rgba(78, 178, 207, 0); border-right:1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .25s; transition: all .25s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select:none; } .calendar .calendar-tool { position: relative; padding:20px 15px 19px; color:#fff; } .calendar .calendar-tool .calendar-week { width: 3.5rem; } .calendar .calendar-tool .calendar-select { display: -moz-box; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; -webkit-box-lines: multiple; } .calendar .calendar-tool .calendar-select .calendar-select-prev, .calendar .calendar-tool .calendar-select .calendar-select-next { color: #fff; display:inline-block; width: 2rem; height:2rem; text-align: center; cursor:pointer; line-height:2rem; border-radius:50%; } .calendar .calendar-tool .calendar-select .calendar-select-prev:hover, .calendar .calendar-tool .calendar-select .calendar-select-next:hover{ color:#009688; background:#fff; } .calendar .calendar-tool .calendar-today { font-size: 1.5rem; }
0.165256
0.030618
* { transition: all 0.3s; margin: 0; padding: 0; } table { border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: rgb(179, 179, 179); padding: 4px 8px; margin-bottom: 10px; /* */ width: 1000px; border-spacing: 0 4px; /* background-color: #ffffff; */ display: block; overflow-x: scroll; } tr:hover td { background-color: #eef9ff; padding: 5px 6px 5px 4px; } th { /* position: -webkit-sticky; position: sticky; */ white-space: nowrap; box-shadow: 0px 2px 0px 0px rgba(79, 79, 79, 0.12); top: 30px; padding: 5px; border: solid; /* width: ; */ border-width: 1px; border-color: #9ec5e6; background-color: rgb(162, 207, 224); font-size: 14px; z-index: 10; } td { /* display: grid; */ /* height: 5px; */ /* width: 200px; */ white-space: nowrap; padding: 5px; border: solid; border-width: 1px 1px 1px 0; border-color: #9ec5e6; border-bottom-width: 2px; background-color: #ffffff; font-size: 14px; } table .num { text-align: center; border-left-width: 1px; /* width: 40px; */ } table .cn_name { /* width: 19%; */ } table .scientific_name { /* width: 26%; */ } table .family { /* width: 12%; */ } table .genus { /* width: 12%; */ display: none; } table .provenance { /* width: 33%; */ } table .details { /* width: 20%; */ } /* table td a { display: block; text-align: center; line-height: 100%; text-decoration: none; font-size: 15px; color: #318dca; } */ table td a:hover { font-weight: bold; color: #c9320c; } table .no_result td { border-width: 1px; text-align: center; } /* 翻页 */ .pagebox { /* position: -webkit-sticky; position: sticky; bottom: 150px; */ margin-bottom: 100px; font-size: 14px; z-index: 10; width: auto; /* max-width:1000px; */ /* background-color: rgb(255, 255, 255); */ padding: 6px 6px 6px 50px; } .pagebox .pageSizeSelect { padding: 6px 10px; font-size: 13px; border-radius: 3px; border-width: 0px; background-color: #f1f1f1; color: #000000; } .pagebox .pageSizeSelect:hover { box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); } .pagebox span { padding: 5px 10px; font-size: 13px; text-decoration: none; background-color: #979797; cursor: pointer; margin-left: 5px; color: #ffffff; border-radius: 3px; } .pagebox span:hover { background-color: #6491c5; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); } .pagebox span:active { box-shadow: inset 0px 0px 10px -8px rgba(250, 250, 250, 0.555); } .pagebox .current { background-color: #c0d2e7; color: #000000; } .pagebox .pagebox_count { cursor: default; color: #000000; padding: 0px 5px; background-color: #ffffff; }
iapis/css/management1_style.css
* { transition: all 0.3s; margin: 0; padding: 0; } table { border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: rgb(179, 179, 179); padding: 4px 8px; margin-bottom: 10px; /* */ width: 1000px; border-spacing: 0 4px; /* background-color: #ffffff; */ display: block; overflow-x: scroll; } tr:hover td { background-color: #eef9ff; padding: 5px 6px 5px 4px; } th { /* position: -webkit-sticky; position: sticky; */ white-space: nowrap; box-shadow: 0px 2px 0px 0px rgba(79, 79, 79, 0.12); top: 30px; padding: 5px; border: solid; /* width: ; */ border-width: 1px; border-color: #9ec5e6; background-color: rgb(162, 207, 224); font-size: 14px; z-index: 10; } td { /* display: grid; */ /* height: 5px; */ /* width: 200px; */ white-space: nowrap; padding: 5px; border: solid; border-width: 1px 1px 1px 0; border-color: #9ec5e6; border-bottom-width: 2px; background-color: #ffffff; font-size: 14px; } table .num { text-align: center; border-left-width: 1px; /* width: 40px; */ } table .cn_name { /* width: 19%; */ } table .scientific_name { /* width: 26%; */ } table .family { /* width: 12%; */ } table .genus { /* width: 12%; */ display: none; } table .provenance { /* width: 33%; */ } table .details { /* width: 20%; */ } /* table td a { display: block; text-align: center; line-height: 100%; text-decoration: none; font-size: 15px; color: #318dca; } */ table td a:hover { font-weight: bold; color: #c9320c; } table .no_result td { border-width: 1px; text-align: center; } /* 翻页 */ .pagebox { /* position: -webkit-sticky; position: sticky; bottom: 150px; */ margin-bottom: 100px; font-size: 14px; z-index: 10; width: auto; /* max-width:1000px; */ /* background-color: rgb(255, 255, 255); */ padding: 6px 6px 6px 50px; } .pagebox .pageSizeSelect { padding: 6px 10px; font-size: 13px; border-radius: 3px; border-width: 0px; background-color: #f1f1f1; color: #000000; } .pagebox .pageSizeSelect:hover { box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); } .pagebox span { padding: 5px 10px; font-size: 13px; text-decoration: none; background-color: #979797; cursor: pointer; margin-left: 5px; color: #ffffff; border-radius: 3px; } .pagebox span:hover { background-color: #6491c5; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); } .pagebox span:active { box-shadow: inset 0px 0px 10px -8px rgba(250, 250, 250, 0.555); } .pagebox .current { background-color: #c0d2e7; color: #000000; } .pagebox .pagebox_count { cursor: default; color: #000000; padding: 0px 5px; background-color: #ffffff; }
0.331012
0.086903
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot'); src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-facebook:before { content: "\e900"; } .icon-twitter:before { content: "\e901"; } .icon-google-plus:before { content: "\e902"; } .icon-linkedin:before { content: "\e903"; } .icon-pinterest:before { content: "\e904"; } .icon-instagram:before { content: "\e905"; } .icon-youtube:before { content: "\e906"; } .icon-vk:before { content: "\e907"; } .icon-heart-shape-silhouette:before { content: "\e908"; } .icon-like:before { content: "\e909"; } .icon-home:before { content: "\e90a"; } .icon-phone-call:before { content: "\e90b"; } .icon-contact:before { content: "\e90c"; } .icon-comments:before { content: "\e90d"; } .icon-cloud-computing:before { content: "\e90e"; } .icon-care:before { content: "\e90f"; } .icon-coin:before { content: "\e910"; } .icon-donation:before { content: "\e911"; } .icon-donation_2:before { content: "\e912"; } .icon-heart:before { content: "\e913"; } .icon-dove:before { content: "\e914"; } .icon-drop:before { content: "\e915"; } .icon-first-aid-kit:before { content: "\e916"; } .icon-groceries:before { content: "\e917"; } .icon-heartbeat:before { content: "\e918"; } .icon-left-arrow:before { content: "\e919"; } .icon-newspaper:before { content: "\e91a"; } .icon-open-book:before { content: "\e91b"; } .icon-down-arrow:before { content: "\e91c"; } .icon-planet-earth:before { content: "\e91d"; } .icon-plus-button:before { content: "\e91e"; } .icon-poor-water-supply:before { content: "\e91f"; } .icon-tap-water:before { content: "\e920"; } .icon-support:before { content: "\e921"; } .icon-sweater:before { content: "\e922"; } .icon-doctor:before { content: "\e923"; } .icon-team:before { content: "\e924"; } .icon-group:before { content: "\e925"; } .icon-family:before { content: "\e926"; } .icon-children:before { content: "\e927"; } .icon-team_2:before { content: "\e928"; } .icon-telemarketer:before { content: "\e929"; } .icon-water:before { content: "\e92a"; }
assetss/css/xsIcon.css
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot'); src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-facebook:before { content: "\e900"; } .icon-twitter:before { content: "\e901"; } .icon-google-plus:before { content: "\e902"; } .icon-linkedin:before { content: "\e903"; } .icon-pinterest:before { content: "\e904"; } .icon-instagram:before { content: "\e905"; } .icon-youtube:before { content: "\e906"; } .icon-vk:before { content: "\e907"; } .icon-heart-shape-silhouette:before { content: "\e908"; } .icon-like:before { content: "\e909"; } .icon-home:before { content: "\e90a"; } .icon-phone-call:before { content: "\e90b"; } .icon-contact:before { content: "\e90c"; } .icon-comments:before { content: "\e90d"; } .icon-cloud-computing:before { content: "\e90e"; } .icon-care:before { content: "\e90f"; } .icon-coin:before { content: "\e910"; } .icon-donation:before { content: "\e911"; } .icon-donation_2:before { content: "\e912"; } .icon-heart:before { content: "\e913"; } .icon-dove:before { content: "\e914"; } .icon-drop:before { content: "\e915"; } .icon-first-aid-kit:before { content: "\e916"; } .icon-groceries:before { content: "\e917"; } .icon-heartbeat:before { content: "\e918"; } .icon-left-arrow:before { content: "\e919"; } .icon-newspaper:before { content: "\e91a"; } .icon-open-book:before { content: "\e91b"; } .icon-down-arrow:before { content: "\e91c"; } .icon-planet-earth:before { content: "\e91d"; } .icon-plus-button:before { content: "\e91e"; } .icon-poor-water-supply:before { content: "\e91f"; } .icon-tap-water:before { content: "\e920"; } .icon-support:before { content: "\e921"; } .icon-sweater:before { content: "\e922"; } .icon-doctor:before { content: "\e923"; } .icon-team:before { content: "\e924"; } .icon-group:before { content: "\e925"; } .icon-family:before { content: "\e926"; } .icon-children:before { content: "\e927"; } .icon-team_2:before { content: "\e928"; } .icon-telemarketer:before { content: "\e929"; } .icon-water:before { content: "\e92a"; }
0.316369
0.093306
div#wrapper { width: 450px; height: 360px; background: #f2f2f2; /* Old browsers */ background: -moz-linear-gradient(top, #f2f2f2 0%, #77ebef 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#77ebef)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f2f2f2 0%,#77ebef 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f2f2f2 0%,#77ebef 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f2f2f2 0%,#77ebef 100%); /* IE10+ */ background: linear-gradient(to bottom, #f2f2f2 0%,#77ebef 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#77ebef',GradientType=0 ); /* IE6-9 */ } aside { float: left; } input[type="text"] { width: 400px; height: 50px; border-radius: 3px; } div#mainBody { width: 430px; height: 320px; } div#systemButtons, div#memoryOptions, div#mainBody { border-width: 1px; border-style: solid; border-color: black; margin: 3px; } div#result, div#binaryNumbers { margin-left: auto; margin-right: auto; width: 95%; margin-bottom: 3px; margin-top: 3px; } button { padding:0; border: 1px solid black; width:100%; height:100%; } td { height: 25px; width: 40px; } div#options { float: right; border: 1px solid black; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } div#options>span#centered { border-left: 1px solid black; border-right: 1px solid black; padding: 1px; } div#options { text-align: center; } div#menu>span { text-decoration: underline; } div#menu { border-bottom: 1px solid black; background-color: #E6E6E6; } .resultDisplay { background: #efefef; /* Old browsers */ background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #efefef 0%,#ffffff 100%); /* IE10+ */ background: linear-gradient(to bottom, #efefef 0%,#ffffff 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ text-align: right; } div#mainBody { background-color: #2593B8; } .binaryDisplay { background-color: transparent; } div#options>span { font-weight: bold; }
CSS Presentation/CSS Files/CalculatorCSS.css
div#wrapper { width: 450px; height: 360px; background: #f2f2f2; /* Old browsers */ background: -moz-linear-gradient(top, #f2f2f2 0%, #77ebef 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#77ebef)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f2f2f2 0%,#77ebef 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f2f2f2 0%,#77ebef 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f2f2f2 0%,#77ebef 100%); /* IE10+ */ background: linear-gradient(to bottom, #f2f2f2 0%,#77ebef 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#77ebef',GradientType=0 ); /* IE6-9 */ } aside { float: left; } input[type="text"] { width: 400px; height: 50px; border-radius: 3px; } div#mainBody { width: 430px; height: 320px; } div#systemButtons, div#memoryOptions, div#mainBody { border-width: 1px; border-style: solid; border-color: black; margin: 3px; } div#result, div#binaryNumbers { margin-left: auto; margin-right: auto; width: 95%; margin-bottom: 3px; margin-top: 3px; } button { padding:0; border: 1px solid black; width:100%; height:100%; } td { height: 25px; width: 40px; } div#options { float: right; border: 1px solid black; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } div#options>span#centered { border-left: 1px solid black; border-right: 1px solid black; padding: 1px; } div#options { text-align: center; } div#menu>span { text-decoration: underline; } div#menu { border-bottom: 1px solid black; background-color: #E6E6E6; } .resultDisplay { background: #efefef; /* Old browsers */ background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #efefef 0%,#ffffff 100%); /* IE10+ */ background: linear-gradient(to bottom, #efefef 0%,#ffffff 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ text-align: right; } div#mainBody { background-color: #2593B8; } .binaryDisplay { background-color: transparent; } div#options>span { font-weight: bold; }
0.201106
0.087564
position:absolute; width:98%; left:1%; height:100%; } #navbar { position:absolute; height: 50px; top:0%; left:0%; width: 100%; height: 5%; margin:auto; padding-left: 10px; } #title-div { position: absolute; top:7px; } #left-sidebar { position:absolute; height:94%; width:13%; top:5.5%; left:0%; padding-left: 10px; } #workspace { position:absolute; height:94%; width:84.6%; top:5.5%; left:13%; padding-left: 15px; padding-right: 25px; grid-column: 2 span 1; grid-row: 2 span 1; display: flex; flex-direction: column; } #left-sidebar-header { display: flex; flex-direction: row; justify-content: space-between; padding-top:15px; height:8%; top:0%; width: 80%; grid-template-columns: 60% 40%; white-space: nowrap; } #todo-lists-list { padding-top: 50px; position: absolute; text-align: center; height:80%; width:100%; top: 11%; overflow-y: auto; overflow-x: hidden; display: flex; flex-direction: column; } .todo-list-button { padding-top:20px; height: 60px; width: 80%; } .todo-button { white-space: nowrap; } .todo-button-edit { white-space: nowrap; } #left-sidebar-controls { text-align: right; } #todo-list-header-card { padding-top:25px; height:30px; width: 100%; } #todo-list-items-div { height:96%; top:7%; display: flex; flex-direction: column; overflow-y: auto; overflow-x: hidden; } .list-item-card { padding-top:20px; height: 45px; display: flex; flex-direction: row; } .item-col { width:100%; display: flex; flex-direction: row; } .list-controls-col { /*display: flex; flex-direction: row; flex-wrap: nowrap;*/ } .list-item-control { width: 20%; } .modal { position: fixed; top: 0; left: 0; width:100%; height: 100%; } .modal-main { position:fixed; width: 30%; height: auto; top:50%; left:50%; transform: translate(-50%,-50%); } .modal-header { margin: 4%; display: flex; flex-direction: row; height: 1%; align-items: center; align-content: center; justify-content: space-between; } .bottom { border-bottom: dotted; } .modal-buttons { margin-bottom: 2%; margin-right: 2%; margin-top: 2%; width: 20%; padding: 2%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 3px; position: relative; }
src/css/todo_layout.css
position:absolute; width:98%; left:1%; height:100%; } #navbar { position:absolute; height: 50px; top:0%; left:0%; width: 100%; height: 5%; margin:auto; padding-left: 10px; } #title-div { position: absolute; top:7px; } #left-sidebar { position:absolute; height:94%; width:13%; top:5.5%; left:0%; padding-left: 10px; } #workspace { position:absolute; height:94%; width:84.6%; top:5.5%; left:13%; padding-left: 15px; padding-right: 25px; grid-column: 2 span 1; grid-row: 2 span 1; display: flex; flex-direction: column; } #left-sidebar-header { display: flex; flex-direction: row; justify-content: space-between; padding-top:15px; height:8%; top:0%; width: 80%; grid-template-columns: 60% 40%; white-space: nowrap; } #todo-lists-list { padding-top: 50px; position: absolute; text-align: center; height:80%; width:100%; top: 11%; overflow-y: auto; overflow-x: hidden; display: flex; flex-direction: column; } .todo-list-button { padding-top:20px; height: 60px; width: 80%; } .todo-button { white-space: nowrap; } .todo-button-edit { white-space: nowrap; } #left-sidebar-controls { text-align: right; } #todo-list-header-card { padding-top:25px; height:30px; width: 100%; } #todo-list-items-div { height:96%; top:7%; display: flex; flex-direction: column; overflow-y: auto; overflow-x: hidden; } .list-item-card { padding-top:20px; height: 45px; display: flex; flex-direction: row; } .item-col { width:100%; display: flex; flex-direction: row; } .list-controls-col { /*display: flex; flex-direction: row; flex-wrap: nowrap;*/ } .list-item-control { width: 20%; } .modal { position: fixed; top: 0; left: 0; width:100%; height: 100%; } .modal-main { position:fixed; width: 30%; height: auto; top:50%; left:50%; transform: translate(-50%,-50%); } .modal-header { margin: 4%; display: flex; flex-direction: row; height: 1%; align-items: center; align-content: center; justify-content: space-between; } .bottom { border-bottom: dotted; } .modal-buttons { margin-bottom: 2%; margin-right: 2%; margin-top: 2%; width: 20%; padding: 2%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 3px; position: relative; }
0.577614
0.099996
.fw { width: 100%; } .color-grey-secondary { color: #53576d; } .mbottom-medium { margin-bottom: 16px; } .text-center { text-align: center; } .bold { font-weight: 700; } .main-para { font-size: 16px; line-height: 1.5; letter-spacing: -0.25px; } .light { font-weight: 300; } .fine-text { font-size: 13px; line-height: 1.23; letter-spacing: -0.25px; } .color-grey-medium { color: #aaaaaa; } .list-unstyled { padding-left: 0; list-style: none; } .pull-left { float: left !important; } .text-uppercase { text-transform: uppercase; } .color-grey-light { color: #cccccc; } .small-heading-sm { font-size: 16px; line-height: 1.125; letter-spacing: -0.26px; } .mbottom-small { margin-bottom: 8px; } .bg-grey-secondary { background-color: #53576d; } .bg-grey-light { background-color: #cccccc; } .color-white { color: #ffffff; } .cursor-not-allowed { cursor: not-allowed; } .cursor-pointer { cursor: pointer; } .mobile-datepicker { width: 100%; color: #53576d; } .mobile-datepicker:before, .mobile-datepicker:after { content: " "; display: table; } .mobile-datepicker:after { clear: both; } .mobile-datepicker .month { width: 100%; margin-bottom: 16px; } .mobile-datepicker .month:before, .mobile-datepicker .month:after { content: " "; display: table; } .mobile-datepicker .month:after { clear: both; } .mobile-datepicker .month .month-title { width: 100%; text-align: center; font-weight: 700; font-size: 16px; line-height: 1.5; letter-spacing: -0.25px; margin-bottom: 16px; } .mobile-datepicker .month .month-title:before, .mobile-datepicker .month .month-title:after { content: " "; display: table; } .mobile-datepicker .month .month-title:after { clear: both; } .mobile-datepicker .month .month-title span { font-weight: 300; font-size: 13px; line-height: 1.23; letter-spacing: -0.25px; color: #aaaaaa; display: block; line-height: 1; } .mobile-datepicker .month ul { padding-left: 0; list-style: none; margin: 0 -2px; } .mobile-datepicker .month ul:before, .mobile-datepicker .month ul:after { content: " "; display: table; } .mobile-datepicker .month ul:after { clear: both; } .mobile-datepicker .month ul li { float: left !important; text-align: center; width: 14.28%; } .mobile-datepicker .month ul.days { margin-bottom: 4px; } .mobile-datepicker .month ul.days li { font-weight: 700; font-size: 13px; line-height: 1.23; letter-spacing: -0.25px; text-transform: uppercase; color: #cccccc; } .mobile-datepicker .month ul.date li { font-size: 16px; line-height: 1.125; letter-spacing: -0.26px; font-weight: 300; margin-bottom: 8px; min-height: 32px; cursor: pointer; } .mobile-datepicker .month ul.date li span { display: inline-block; vertical-align: top; width: 32px; height: 32px; line-height: 32px; border-top-right-radius: 100%; border-top-left-radius: 100%; border-bottom-right-radius: 100%; border-bottom-left-radius: 100%; } .mobile-datepicker .month ul.date li span:hover, .mobile-datepicker .month ul.date li span:focus { font-weight: 700; text-decoration: none; cursor: pointer; } .mobile-datepicker .month ul.date li .active span { background-color: #53576d; font-weight: 700; color: #ffffff; } .mobile-datepicker .month ul.date li .disabled { pointer-events: none; } .mobile-datepicker .month ul.date li .disabled span { color: #cccccc; cursor: not-allowed; } .mobile-datepicker .month ul.date li .vis-hidden { opacity: 0; filter: alpha(opacity=0); visibility: hidden; pointer-events: none; }
build/react-scroll-calendar.css
.fw { width: 100%; } .color-grey-secondary { color: #53576d; } .mbottom-medium { margin-bottom: 16px; } .text-center { text-align: center; } .bold { font-weight: 700; } .main-para { font-size: 16px; line-height: 1.5; letter-spacing: -0.25px; } .light { font-weight: 300; } .fine-text { font-size: 13px; line-height: 1.23; letter-spacing: -0.25px; } .color-grey-medium { color: #aaaaaa; } .list-unstyled { padding-left: 0; list-style: none; } .pull-left { float: left !important; } .text-uppercase { text-transform: uppercase; } .color-grey-light { color: #cccccc; } .small-heading-sm { font-size: 16px; line-height: 1.125; letter-spacing: -0.26px; } .mbottom-small { margin-bottom: 8px; } .bg-grey-secondary { background-color: #53576d; } .bg-grey-light { background-color: #cccccc; } .color-white { color: #ffffff; } .cursor-not-allowed { cursor: not-allowed; } .cursor-pointer { cursor: pointer; } .mobile-datepicker { width: 100%; color: #53576d; } .mobile-datepicker:before, .mobile-datepicker:after { content: " "; display: table; } .mobile-datepicker:after { clear: both; } .mobile-datepicker .month { width: 100%; margin-bottom: 16px; } .mobile-datepicker .month:before, .mobile-datepicker .month:after { content: " "; display: table; } .mobile-datepicker .month:after { clear: both; } .mobile-datepicker .month .month-title { width: 100%; text-align: center; font-weight: 700; font-size: 16px; line-height: 1.5; letter-spacing: -0.25px; margin-bottom: 16px; } .mobile-datepicker .month .month-title:before, .mobile-datepicker .month .month-title:after { content: " "; display: table; } .mobile-datepicker .month .month-title:after { clear: both; } .mobile-datepicker .month .month-title span { font-weight: 300; font-size: 13px; line-height: 1.23; letter-spacing: -0.25px; color: #aaaaaa; display: block; line-height: 1; } .mobile-datepicker .month ul { padding-left: 0; list-style: none; margin: 0 -2px; } .mobile-datepicker .month ul:before, .mobile-datepicker .month ul:after { content: " "; display: table; } .mobile-datepicker .month ul:after { clear: both; } .mobile-datepicker .month ul li { float: left !important; text-align: center; width: 14.28%; } .mobile-datepicker .month ul.days { margin-bottom: 4px; } .mobile-datepicker .month ul.days li { font-weight: 700; font-size: 13px; line-height: 1.23; letter-spacing: -0.25px; text-transform: uppercase; color: #cccccc; } .mobile-datepicker .month ul.date li { font-size: 16px; line-height: 1.125; letter-spacing: -0.26px; font-weight: 300; margin-bottom: 8px; min-height: 32px; cursor: pointer; } .mobile-datepicker .month ul.date li span { display: inline-block; vertical-align: top; width: 32px; height: 32px; line-height: 32px; border-top-right-radius: 100%; border-top-left-radius: 100%; border-bottom-right-radius: 100%; border-bottom-left-radius: 100%; } .mobile-datepicker .month ul.date li span:hover, .mobile-datepicker .month ul.date li span:focus { font-weight: 700; text-decoration: none; cursor: pointer; } .mobile-datepicker .month ul.date li .active span { background-color: #53576d; font-weight: 700; color: #ffffff; } .mobile-datepicker .month ul.date li .disabled { pointer-events: none; } .mobile-datepicker .month ul.date li .disabled span { color: #cccccc; cursor: not-allowed; } .mobile-datepicker .month ul.date li .vis-hidden { opacity: 0; filter: alpha(opacity=0); visibility: hidden; pointer-events: none; }
0.489259
0.071494
* { box-sizing: border-box; } h1, p { margin-block-start: 0px; margin-block-end: 0px; } input:-internal-autofill-selected { background-color: transparent !important; } body { margin: auto 0; background: #121725; font-size: 16px; background-image: url("./assets/mobile/image-host.jpg"); background-repeat: no-repeat; background-position: center; background-size: auto 100%; background-position: top; background-blend-mode: multiply; } @media (min-width: 768px) { body { background-image: url("./assets/tablet/image-host.jpg"); background-position-x: right; background-size: auto 767px; background-blend-mode: screen; } } @media only screen and (min-width: 992px) { body { background-image: url("./assets/desktop/image-host.jpg"); background-position-x: right; background-position-y: 100px; background-size: 700px 640px; background-blend-mode: screen; } } .hidden { display: none; } .show { display: block; } .container { margin: auto 0; } .container .logo-container { margin: 62px auto 0px auto; display: flex; justify-content: center; } .container .content { margin: 57px 24px auto 24px; } .container .content h1 { font-family: "Chivo", sans-serif; font-style: normal; font-weight: lighter; font-size: 26px; line-height: 38px; text-align: center; text-transform: uppercase; } .container .content h1:nth-child(1) { color: #54e6af; } .container .content h1:nth-child(2) { color: #ffffff; } .container .content p { margin-top: 16px 24px 0 24px; font-family: "Chivo", sans-serif; font-style: normal; font-weight: normal; font-size: 15px; line-height: 25px; text-align: center; color: #c2cbe5; } .container .content .providers-container { margin-top: 24px; display: flex; justify-content: space-between; } .container .content .providers-container img { width: 68px; height: 20px; } .container .content .tablet { display: none; } .container .content .inputs-group { margin: 48px 24px 0px 24px; } .container .content .inputs-group .email-error p { color: #fb3e3e; font-family: "Chivo"; font-style: normal; font-weight: normal; font-size: 12px; line-height: 14px; } .container .content .inputs-group .email-container { background-color: #5a668a; border-radius: 28px; height: 45px; width: 100%; display: flex; padding-left: 20px; } .container .content .inputs-group .email-container input { border: 0px; background: transparent; width: 250px; color: #ffffff; font-family: "Chivo"; font-style: normal; font-weight: normal; font-size: 14px; line-height: 28px; /* identical to box height, or 200% */ mix-blend-mode: normal; opacity: 1; } .container .content .inputs-group .email-container input::placeholder { color: #ffffff; } .container .content .inputs-group .email-container input:focus { outline: none; } .container .content .inputs-group button { height: 46px; border-radius: 28px; border: 1px transparent; width: 100%; background-color: #54e6af; font-family: "Chivo"; font-style: normal; font-weight: bold; font-size: 14px; line-height: 28px; color: #121725; margin-top: 16px; cursor: pointer; } .container .content .inputs-group button:hover { background-color: #b3ffe2; } @media (min-width: 768px) { .container .logo-container { margin: 50px auto 0px 39px; display: block; justify-content: unset; } .container .content { background-color: #121725; margin-top: 152px; width: 635px; height: 510px; } .container .content h1 { font-size: 48px; line-height: 56px; text-align: left; } .container .content p { text-align: left; font-size: 18px; line-height: 28px; color: #C2CBE5; width: 445px; margin-top: 31px; } .container .content .tablet { display: flex; } .container .content .inputs-group { margin: 40px 0px 0px 0px; width: 427px; } .container .content .inputs-group .email-container { display: flex; align-items: center; height: 56px; } .container .content .inputs-group .email-container input { flex-grow: 1; } .container .content .inputs-group .email-container button { width: 162px; margin: 0px 5px 0px 0px; flex-grow: 0; } .container .content .providers-container { width: 536px; margin-top: 64px; } .container .content .providers-container img, .container .content .providers-container svg { width: 120px; height: 30px; } .container .content .mobile { display: none; } } /*# sourceMappingURL=styles.css.map */
styles.css
* { box-sizing: border-box; } h1, p { margin-block-start: 0px; margin-block-end: 0px; } input:-internal-autofill-selected { background-color: transparent !important; } body { margin: auto 0; background: #121725; font-size: 16px; background-image: url("./assets/mobile/image-host.jpg"); background-repeat: no-repeat; background-position: center; background-size: auto 100%; background-position: top; background-blend-mode: multiply; } @media (min-width: 768px) { body { background-image: url("./assets/tablet/image-host.jpg"); background-position-x: right; background-size: auto 767px; background-blend-mode: screen; } } @media only screen and (min-width: 992px) { body { background-image: url("./assets/desktop/image-host.jpg"); background-position-x: right; background-position-y: 100px; background-size: 700px 640px; background-blend-mode: screen; } } .hidden { display: none; } .show { display: block; } .container { margin: auto 0; } .container .logo-container { margin: 62px auto 0px auto; display: flex; justify-content: center; } .container .content { margin: 57px 24px auto 24px; } .container .content h1 { font-family: "Chivo", sans-serif; font-style: normal; font-weight: lighter; font-size: 26px; line-height: 38px; text-align: center; text-transform: uppercase; } .container .content h1:nth-child(1) { color: #54e6af; } .container .content h1:nth-child(2) { color: #ffffff; } .container .content p { margin-top: 16px 24px 0 24px; font-family: "Chivo", sans-serif; font-style: normal; font-weight: normal; font-size: 15px; line-height: 25px; text-align: center; color: #c2cbe5; } .container .content .providers-container { margin-top: 24px; display: flex; justify-content: space-between; } .container .content .providers-container img { width: 68px; height: 20px; } .container .content .tablet { display: none; } .container .content .inputs-group { margin: 48px 24px 0px 24px; } .container .content .inputs-group .email-error p { color: #fb3e3e; font-family: "Chivo"; font-style: normal; font-weight: normal; font-size: 12px; line-height: 14px; } .container .content .inputs-group .email-container { background-color: #5a668a; border-radius: 28px; height: 45px; width: 100%; display: flex; padding-left: 20px; } .container .content .inputs-group .email-container input { border: 0px; background: transparent; width: 250px; color: #ffffff; font-family: "Chivo"; font-style: normal; font-weight: normal; font-size: 14px; line-height: 28px; /* identical to box height, or 200% */ mix-blend-mode: normal; opacity: 1; } .container .content .inputs-group .email-container input::placeholder { color: #ffffff; } .container .content .inputs-group .email-container input:focus { outline: none; } .container .content .inputs-group button { height: 46px; border-radius: 28px; border: 1px transparent; width: 100%; background-color: #54e6af; font-family: "Chivo"; font-style: normal; font-weight: bold; font-size: 14px; line-height: 28px; color: #121725; margin-top: 16px; cursor: pointer; } .container .content .inputs-group button:hover { background-color: #b3ffe2; } @media (min-width: 768px) { .container .logo-container { margin: 50px auto 0px 39px; display: block; justify-content: unset; } .container .content { background-color: #121725; margin-top: 152px; width: 635px; height: 510px; } .container .content h1 { font-size: 48px; line-height: 56px; text-align: left; } .container .content p { text-align: left; font-size: 18px; line-height: 28px; color: #C2CBE5; width: 445px; margin-top: 31px; } .container .content .tablet { display: flex; } .container .content .inputs-group { margin: 40px 0px 0px 0px; width: 427px; } .container .content .inputs-group .email-container { display: flex; align-items: center; height: 56px; } .container .content .inputs-group .email-container input { flex-grow: 1; } .container .content .inputs-group .email-container button { width: 162px; margin: 0px 5px 0px 0px; flex-grow: 0; } .container .content .providers-container { width: 536px; margin-top: 64px; } .container .content .providers-container img, .container .content .providers-container svg { width: 120px; height: 30px; } .container .content .mobile { display: none; } } /*# sourceMappingURL=styles.css.map */
0.355999
0.077308
width: 100%; height: 100% } body, html { margin: 0; padding: 0; border: 0; font-size: 100% } img { border: none } .hidden { display: none } body { background: #fff; font-family: Helvetica, Arial, sans-serif; color: #fff; background-size: auto; } #sdil-lander-popup-wrapper { position: fixed; top: 0; left: 0; z-index: 10; } .sdil-lander-popup_alert { position: relative; width: 380px; left: 50%; top: 50%; margin-left: -210px; margin-top: -90px; z-index: 100; padding: 20px; overflow: hidden; background-color: #db4c2c; border-radius: 10px; box-shadow: 0 0 18px rgba(0, 0, 0, .4); border: 11px solid #fff } .sdil-lander-popup_alert .top { position: absolute; left: -1px; top: -1px; width: 100%; height: 22px; padding: 8px 20px 6px 10px; background: #db4c2c; border: 1px solid #db4c2c } .sdil-lander-popup_alert .copy_area { display: block; padding-top: 0; position: relative; left: 8%; width: 80%; margin-bottom: 17px } .sdil-lander-popup_alert .copy_area h5 { font-size: 22px; margin: 10px 0 0 } .sdil-lander-popup_alert .copy_area p { font-size: 17px; margin-top: 5px } .sdil-lander-popup_alert .navbtn { margin-top: 10px; width: 140px; height: 70px; border-radius: 4px !important; border: 1px solid #fff; background: #fff; font-size: 18px; cursor: pointer; font-weight: 400 } .radar_scanner { display: block; margin: 0 auto; text-align: center; height: 100%; width: 100%; color: #fff; position: fixed } h3.radar_title { font-size: 110%; line-height: 100px } .circle1 { color: #000; background: #e7e7e7 } .circle2 { color: rgba(255, 255, 255, .8); background: #555; text-shadow: 0 1px #666 } .circle1, .circle2 { font-weight: 400; margin-left: 0; font-size: 23px; border-radius: 100px; padding: 5px 15px } .box, .marker_show { background: #fff; color: #000; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); width: 600px; position: absolute; left: 50%; top: 50%; margin-top: -185px; margin-left: -300px; line-height: 28px; font-size: 22px; text-align: center } .box { display: none } .box .ok, .buttons { background-color: #db4c2c; border: 0; color: #fff; cursor: pointer; font-size: 30px; width: 40%; min-width: 200px; padding: 15px 0; margin: 20px auto; border-radius: 4px; display: block; text-align: center; text-decoration: none } .boxheader { background: #db4c2c; width: 100%; min-height: 20px; color: #fff; font-size: 23px; padding: 22px 0; margin: 0 auto; text-align: center } .box_copy { padding: 10px 30px 20px; text-align: left } .stepinfo { font-size: 18px; margin: 10px 0; text-align: center } #agree, .next { text-align: center; font-size: 30px; padding: 10px; display: inline-block; width: 40%; background: #db4c2c; text-decoration: none; color: #fff; margin-right: -6px; border-radius: 4px 0 0 4px; margin-bottom: 20px; font-weight: 700 } .next.step_button_2 { background: #56575B; color: #fff; border-radius: 0 4px 4px 0 } .option, .option2, .option3, .option4 { width: 60%; padding: 10px; text-align: left; cursor: pointer; margin: 0 auto 5px; background: url("<?php echo base_url(); ?>images/unchecked_checkbox.png") 10px center no-repeat } .selected, .selected2, .selected3, .selected4 { background: url("<?php echo base_url(); ?>images/checked_checkbox.png") 10px center no-repeat } .option-title { color: #000; display: block; padding: 0; margin-left: 50px } @media screen and (max-width: 640px) { .box, .marker_show { width: 95%; left: 0; margin: -200px 2.5% } } @media screen and (max-width: 480px) { .sdil-lander-popup_alert { width: 80%; left: 0; margin: -90px 6% } .box, .marker_show { font-size: 20px; line-height: 25px } #radar img, .option, .option2, .option3, .option4 { width: 80% } h3.radar_title { margin-bottom: -20px } .box_copy { padding: 10px } .boxheader { font-size: 22px } }
css/backup_css_lander_theme.css
width: 100%; height: 100% } body, html { margin: 0; padding: 0; border: 0; font-size: 100% } img { border: none } .hidden { display: none } body { background: #fff; font-family: Helvetica, Arial, sans-serif; color: #fff; background-size: auto; } #sdil-lander-popup-wrapper { position: fixed; top: 0; left: 0; z-index: 10; } .sdil-lander-popup_alert { position: relative; width: 380px; left: 50%; top: 50%; margin-left: -210px; margin-top: -90px; z-index: 100; padding: 20px; overflow: hidden; background-color: #db4c2c; border-radius: 10px; box-shadow: 0 0 18px rgba(0, 0, 0, .4); border: 11px solid #fff } .sdil-lander-popup_alert .top { position: absolute; left: -1px; top: -1px; width: 100%; height: 22px; padding: 8px 20px 6px 10px; background: #db4c2c; border: 1px solid #db4c2c } .sdil-lander-popup_alert .copy_area { display: block; padding-top: 0; position: relative; left: 8%; width: 80%; margin-bottom: 17px } .sdil-lander-popup_alert .copy_area h5 { font-size: 22px; margin: 10px 0 0 } .sdil-lander-popup_alert .copy_area p { font-size: 17px; margin-top: 5px } .sdil-lander-popup_alert .navbtn { margin-top: 10px; width: 140px; height: 70px; border-radius: 4px !important; border: 1px solid #fff; background: #fff; font-size: 18px; cursor: pointer; font-weight: 400 } .radar_scanner { display: block; margin: 0 auto; text-align: center; height: 100%; width: 100%; color: #fff; position: fixed } h3.radar_title { font-size: 110%; line-height: 100px } .circle1 { color: #000; background: #e7e7e7 } .circle2 { color: rgba(255, 255, 255, .8); background: #555; text-shadow: 0 1px #666 } .circle1, .circle2 { font-weight: 400; margin-left: 0; font-size: 23px; border-radius: 100px; padding: 5px 15px } .box, .marker_show { background: #fff; color: #000; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); width: 600px; position: absolute; left: 50%; top: 50%; margin-top: -185px; margin-left: -300px; line-height: 28px; font-size: 22px; text-align: center } .box { display: none } .box .ok, .buttons { background-color: #db4c2c; border: 0; color: #fff; cursor: pointer; font-size: 30px; width: 40%; min-width: 200px; padding: 15px 0; margin: 20px auto; border-radius: 4px; display: block; text-align: center; text-decoration: none } .boxheader { background: #db4c2c; width: 100%; min-height: 20px; color: #fff; font-size: 23px; padding: 22px 0; margin: 0 auto; text-align: center } .box_copy { padding: 10px 30px 20px; text-align: left } .stepinfo { font-size: 18px; margin: 10px 0; text-align: center } #agree, .next { text-align: center; font-size: 30px; padding: 10px; display: inline-block; width: 40%; background: #db4c2c; text-decoration: none; color: #fff; margin-right: -6px; border-radius: 4px 0 0 4px; margin-bottom: 20px; font-weight: 700 } .next.step_button_2 { background: #56575B; color: #fff; border-radius: 0 4px 4px 0 } .option, .option2, .option3, .option4 { width: 60%; padding: 10px; text-align: left; cursor: pointer; margin: 0 auto 5px; background: url("<?php echo base_url(); ?>images/unchecked_checkbox.png") 10px center no-repeat } .selected, .selected2, .selected3, .selected4 { background: url("<?php echo base_url(); ?>images/checked_checkbox.png") 10px center no-repeat } .option-title { color: #000; display: block; padding: 0; margin-left: 50px } @media screen and (max-width: 640px) { .box, .marker_show { width: 95%; left: 0; margin: -200px 2.5% } } @media screen and (max-width: 480px) { .sdil-lander-popup_alert { width: 80%; left: 0; margin: -90px 6% } .box, .marker_show { font-size: 20px; line-height: 25px } #radar img, .option, .option2, .option3, .option4 { width: 80% } h3.radar_title { margin-bottom: -20px } .box_copy { padding: 10px } .boxheader { font-size: 22px } }
0.459561
0.095265
@font-face { font-family: 'District Thin'; src: url("../fonts/DistTh___.ttf"); } @font-face { font-family: 'Stempel-Garamond-W01-Roman'; font-style: normal; font-weight: normal; src: url('../fonts/Stempel-Garamond-W01-Roman.woff') format('woff'); } body, ul, table, form{ margin:0; padding:0; } /* #Tablet (Portrait) Note: Design for a width of 768px */ @media only screen and (min-width: 768px) and (max-width: 959px) { body{ } } /* #Mobile (Portrait) Note: Design for a width of 320px @media only screen and (max-width: 767px) { .bookshelf{ display:none; } body .turnjs{ width:120px; height:45px; } body .content{ width:auto; margin:0 20px; } body .headline{ font-size:15px; line-height:25px; } body .content section{ font-size:13px; } body .simple-sample .code{ width:300px; overflow:hidden; } body .simple-sample .sample{ width:auto; float:none; line-height:20px; } body .get-now{ font-size:12px; } body .splash{ height:auto; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; background-size:25px 300px; } body .splash .center{ width:auto; height:auto; } body .splash h1{ font-size:25px; margin:15px 0; } body h3{ font-size:19px; } body .details li{ font-size:15px; line-height:20px; } body .details .options{ display:none; } body .splash .details{ margin:20px; } body .api-chart{ display:none; } body .details .production { margin-top: 20px; margin-bottom: 20px; } body .content section{ margin:30px 0; } body .navigation{ display:none; } body .bookshelf-row{ width:100%; height:120px; background:url(../pics/bookshelf-row.jpg); background-size:100% 100%; background-position:50% 50%; display:block; } body .browser-support{ line-height:30px; } body .browser-support:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } body .browser-support span{ margin-left:5px; } body .support{ width:25px; height:22px; background-size:125px 22px; clear:left; } body .safari{ background-position: 0 0; } body .chrome{ background-position: -25px 0; } body .firefox{ background-position: -50px 0; } body .ie{ background-position: -75px 0; } body footer { width:80%; margin:auto; font-size:10px; } .bookshelf-row{ text-align:center; white-space: nowrap; } body .bookshelf-row .sample{ display:inline-block; zoom:0.6; margin-top:45px; margin-left:10px; margin-right:10px; } } */ /* #Mobile (Landscape) Note: Design for a width of 480px */ @media only screen and (min-width: 480px) and (max-width: 767px) { } ::-moz-selection{ background:#999; color:white; text-shadow:none; } .bookshelf-row{ display:none; } h1{ font:38px 'District Thin', helvetica, arial; font-weight:lighter; margin:20px 0; color:#333; -webkit-text-fill-color: #333; -webkit-text-stroke-color: white; -webkit-text-stroke-width: 0.005em; } h2, h3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:#444; font-weight:bold; } h3 { margin: 10px 0; font-size:25px; letter-spacing: -0.05em; } a{ text-decoration:none; color:#698145; } a:hover{ text-decoration:underline; } p{ line-height:22px; margin:20px 0; } li{ list-style:none; } .splash{ width:100%; height:700px; overflow:hidden; position:relative; background:url(../pics/splash-bg.jpg) bottom left repeat-x; -webkit-transition:height 1s; -moz-transition:height 1s; -ms-transition:height 1s; -o-transition:height 1s; transition:height 1s; } .splash .gradient{ position:absolute; bottom:-100px; left:0; width:100%; height:100px; z-index:1000; } .no-transition{ -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; } .splash .center{ width:1000px; height:700px; margin:auto; position:relative; z-index: 0; } .splash .details{ float:left; margin-top:150px; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; } .turnjs{ background:no-repeat url(../pics/turnjs-letters.png); width:220px; height:82px; display:inline-block; margin-left:-2px; -webkit-background-size: 100%; -moz-background-size: 100%; -ms-background-size: 100%; -o-background-size: 100%; background-size: 100%; } .small-turnjs{ background:url(../pics/small-turnjs-letters.png); width:120px; height:45px; display:inline-block; margin-left:-2px; } .details li{ font:23px 'District Thin', helvetica, arial; list-style:none; font-weight:lighter; line-height:30px; color:#333; -webkit-text-fill-color: #333; -webkit-text-stroke-color: white; -webkit-text-stroke-width: 0.0005em; } .details .options{ margin:10px 0; float:left; } .details .options p{ margin:10px 0; } .details .options a{ font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:200; font-size:14px; color:#334C13; text-shadow:0 1px 1px white; text-decoration:none; margin-left:5px; } .details .options a:hover{ text-decoration:underline; } .details .production{ margin-top:40px; margin-bottom:20px; } .get-now{ font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:17px; text-decoration:none; margin:0; padding:5px 20px; color:white; text-shadow:0 -1px 0 #3D561F; border:1px solid #4D682B; background-color:#657948; background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #82A353), color-stop(0.5, #62843C), color-stop(0.51, #5B7E32), color-stop(1, #476928)); background:-webkit-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); background:-moz-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); background:-ms-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); background:-o-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); background:linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); -webkit-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; -moz-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; -o-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; -ms-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px; } .get-now:hover{ border:1px solid #3F5228; text-decoration:none; background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #688939), color-stop(1, #5B6D40)); background:-webkit-linear-gradient(top, #688939, #5B6D40); background:-moz-linear-gradient(top, #688939, #5B6D40); background:-ms-linear-gradient(top, #688939, #5B6D40); background:-o-linear-gradient(top, #688939, #5B6D40); background:linear-gradient(top, #688939, #5B6D40); } .get-now:active{ border:1px solid #243017; background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #577330), color-stop(1, #4C5B35)); background:-webkit-linear-gradient(top, #577330, #4C5B35); background:-moz-linear-gradient(top, #577330, #4C5B35); background:-ms-linear-gradient(top, #577330, #4C5B35); background:-o-linear-gradient(top, #577330, #4C5B35); background:linear-gradient(top, #577330, #4C5B35); } .headline{ font-size:18px; line-height:30px; margin:50px 0; } .preview{ height:800px; } .bookshelf{ -webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; -ms-transition:all 1s; transition:all 1s; } .preview .no-transition{ -webkit-transition:none !important; -moz-transition:none !important; -o-transition:none !important; -ms-transition:none !important; transition:none !important; } .preview .no-transform{ -webkit-transform:scale3d(1, 1, 1) !important; -moz-transform:scale3d(1, 1, 1) !important; -o-transform:scale3d(1, 1, 1) !important; -ms-transform:scale3d(1, 1, 1) !important; transform:scale3d(1, 1, 1) !important; } .preview .bookshelf{ opacity:0; -webkit-transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); -moz-transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); -o-transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); -ms-transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); } .details{ -webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; -ms-transition:all 1s; transition:all 1s; cursor:default; } .preview .details{ opacity:0; -webkit-transform: translate(20px, 0) scale3d(0.9, 0.9, 1); -moz-transform: translate(20px, 0) scale3d(0.9, 0.9, 1); -ms-transform: translate(20px, 0) scale3d(0.9, 0.9, 1); -o-transform: translate(20px, 0) scale3d(0.9, 0.9, 1); transform: translate(20px, 0) scale3d(0.9, 0.9, 1); } .animate{ -webkit-transition:-webkit-transform 1s; -moz-transition:-moz-transform 1s; -ms-transition:-ms-transform 1s; -o-transition:-o-transform 1s; transition:transform 1s; } .icon{ width:22px; height:22px; background-image:url(../pics/new-sprites.png); display:inline-block; } .details .options .icon{ display:block; float:left; } .go-up{ width:44px; height:44px; background-position:-44px -22px; margin-top:10px; position:absolute; top:-5px; right:20px; display:none; } .development{ background-position:0 0; } .github{ background-position:-22px 0; } .table-contents{ background-position:-88px 0; } .zoom-in{ background-position:-198px 0; } .zoom-out, .zoom-out-hover{ background-position:-220px 0; width:44px; height:44px; position:absolute; top:20px; right:20px; } .share-facebook{ background-position:-110px 0; } .share-twitter{ background-position:-132px 0; } .share-pinterest{ background-position:-154px 0; } .share-plus{ background-position:-176px 0; } .table-contents-hover{ background-position:-88px -22px; } .zoom-in-hover{ background-position:-198px -22px; } .zoom-out-hover{ background-position:-264px 0; } .share-facebook-hover{ background-position:-110px -22px; } .share-twitter-hover{ background-position:-132px -22px; } .share-pinterest-hover{ background-position:-154px -22px; } .share-plus-hover{ background-position:-176px -22px; } .bookshelf{ float:right; margin-top:140px; } .bookshelf .shelf{ /*background:url(../pics/bookshelf.gif); background-size:100%;*/ width:426px; height:440px; } .bookshelf .shelf .row-1{ position:relative; width:360px; height:158px; margin-left:33px; } .bookshelf .shelf .row-1:after, .bookshelf .shelf .row-2:after{ /* background:url(../pics/wall-bookshelf.png); */ /* background-color: blue; */ background-size:100%; background-repeat: no-repeat; background-position:bottom left; width:426px; height:210px; display:block; content:""; margin-left:-38px; } .bookshelf .shelf .row-2{ position:relative; margin-top:20px; height:164px; width:360px; margin-left:33px; } .bookshelf .shelf .row-2:after{ height:216px; } .bookshelf .shelf .loc{ position:absolute; bottom:0; width:100%; } .bookshelf .shelf .loc > div{ width:33%; height:100%; float:left; text-align:center; position:relative; } .bookshelf .suggestion{ font:12px 'District Thin', helvetica, arial; color:#999; text-align:center; line-height:40px; } .bookshelf .sample, .bookshelf-row .sample{ margin:auto; position: relative; z-index:1; -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.6); -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.6); -ms-box-shadow:2px 2px 5px rgba(0,0,0,0.6); -o-box-shadow:2px 2px 5px rgba(0,0,0,0.6); box-shadow:2px 2px 5px rgba(0,0,0,0.6); -webkit-transition:-webkit-transform 0.1s; -webkit-transform:translate(0, 0); -moz-transition:-moz-transform 0.1s; -moz-transform:translate(0, 0); -ms-transition:-ms-transform 0.1s; -ms-transform:translate(0, 0); -o-transition:-o-transform 0.1s; -o-transform:translate(0, 0); transition:transform 0.1s; transform:translate(0, 0); } .sample .loader{ position:absolute; width:32px; height:32px; top:50%; left:50%; } .sample .loader i{ background:white url(../pics/loader.gif) 4px 4px no-repeat; position:relative; top:-16px; left:-16px; width:32px; height:32px; display:block; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; border-radius:10px; } .bookshelf .shelf .hover, .bookshelf-row .hover, .bookshelf .shelf .loading{ z-index:2; cursor:none; background-color:white; -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); -moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); -ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); -o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); } .bookshelf .thumb1, .bookshelf-row .thumb1{ background-image:url(../assets/turnjs/pages/3-thumb.jpg); width:92px; height:115px; } .bookshelf .thumb2, .bookshelf-row .thumb2{ background-image:url(../pics/book2.jpg); width:87px; height:115px; } .bookshelf .thumb3, .bookshelf-row .thumb3{ background-image:url(../pics/book3.jpg); width:90px; height:115px; } .bookshelf .thumb4, .bookshelf-row .thumb4{ background-image:url(../pics/book4.jpg); width:97px; height:125px; } .bookshelf .thumb5, .bookshelf-row .thumb5{ background-image:url(../pics/book5.jpg); width:97px; height:125px; } .bookshelf .thumb6, .bookshelf-row .thumb6{ background-image:url(../pics/book6.jpg); width:104px; height:125px; } footer{ font:14px 'District Thin', helvetica, arial; line-height:100px; text-align:center; color:#666; } .navigation{ width:100%; height:60px; z-index:1000; background:white; } .navigation nav { width:1000px; margin:auto; } .navigation ul{ width:1110px; margin-left:-50px; } .navigation li{ width:20%; float:left; list-style:none; text-align:center; line-height:60px; } .navigation li a{ font:16px 'District Thin', helvetica, arial; color:#333; padding:5px 10px; } .navigation li a:hover{ text-decoration:none; } .navigation .hover, .navigation .on{ background:#333; color:white; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px; text-decoration:none; } .fixed .navigation{ -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1); -o-box-shadow: 0 0 15px rgba(0,0,0,0.1); -ms-box-shadow: 0 0 15px rgba(0,0,0,0.1); box-shadow: 0 0 15px rgba(0,0,0,0.1); position:fixed; top:0; } .fixed .navigation .go-up{ display:block; } .samples{ position:absolute; top:0; left:0; width:1000px; height:700px; display:none; } .show-samples .samples{ display:block; } .samples .bar{ height:100px; width:1000px; overflow:hidden; opacity:0; -webkit-transition:opacity 0.1s; -moz-transition:opacity 0.1s; -o-transition:opacity 0.1s; -ms-transition:opacity 0.1s; transition:opacity 0.1s; } .show-bar .bar{ -webkit-transition:opacity 1s; -moz-transition:opacity 1s; -o-transition:opacity 1s; -ms-transition:opacity 1s; transition:opacity 1s; opacity:1; } .show-bar .details{ display:none; } .show-bar .bookshelf{ display:none; } .turnjs-slider{ opacity:0; -webkit-transition:opacity 0.1s; -moz-transition:opacity 0.1s; -o-transition:opacity 0.1s; -ms-transition:opacity 0.1s; transition:opacity 0.1s; } .show-bar .turnjs-slider{ opacity:1; -webkit-transition:opacity 1s; -moz-transition:opacity 1s; -o-transition:opacity 1s; -ms-transition:opacity 1s; transition:opacity 1s; } .samples .share{ margin-top:40px; text-align:center; } .samples .share .icon{ margin:0 20px; cursor:pointer; } .samples .quit{ background-position:-44px 0; cursor:default; position:absolute; right:0; top:45px; } .samples .quit:hover{ background-position:-66px 0; } #book-wrapper{ width:960px; height:600px; margin-left:20px; margin-right:20px; } header{ width:1000px; margin:20px auto; } .content{ width:1000px; margin:auto; font-family: "helvetica neue", helvetica, arial; } .fixed .content{ padding-top:60px; } .content section{ margin:100px 0; font-size:15px; color:#666; } .content li{ padding:2px; line-height:30px; } .api-chart{ width:100%; float:left; } .api-chart:after{ content:"."; clear:both; visibility:hidden; } .api-chart .column{ width:20%; float:left; } .api-chart h4{ font-weight:bold; color:#333; margin:10px 0; } .api-chart ul{ margin:0; padding:0; } .api-chart li{ list-style:none; } .api-chart a{ padding:2px 10px; color:#666; } .api-chart a:hover{ -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px; background:#ddd; text-decoration:none; color:#333; } .browser-support{ line-height:50px; } .browser-support:after{ content:"."; clear:both; visibility: hidden; } .browser-support span{ float:left; margin-right: 20px; } .support{ width:50px; height:44px; display:block; float:left; background:url(../pics/browser-support.gif); } .safari{ background-position: 0 0; } .chrome{ background-position: -50px 0; } .firefox{ background-position: -100px 0; } .ie{ background-position: -150px 0; } .simple-sample:after{ content: "."; display: block; clear: both; visibility: hidden; height:0; } .simple-sample .code{ width:400px; float:left; } .simple-sample .sample{ width:600px; line-height:250px; float:left; text-align:center; } .simple-sample .sample a{ cursor:pointer; } .code pre{ font: 14px "Menlo", monospace; margin:20px 0; } .code .number{ color:#975186; } .code .tag{ color:#6A976C; } .code .selector{ color:#3A4F97; } .code .properties{ color:#5B7297; } .code .string{ color:#4C6797; } .code .script{ color:#650D16; } .code .style{ color:#9F0678; } .note{ color:#999; }
assets/turnjs/css/default.css
@font-face { font-family: 'District Thin'; src: url("../fonts/DistTh___.ttf"); } @font-face { font-family: 'Stempel-Garamond-W01-Roman'; font-style: normal; font-weight: normal; src: url('../fonts/Stempel-Garamond-W01-Roman.woff') format('woff'); } body, ul, table, form{ margin:0; padding:0; } /* #Tablet (Portrait) Note: Design for a width of 768px */ @media only screen and (min-width: 768px) and (max-width: 959px) { body{ } } /* #Mobile (Portrait) Note: Design for a width of 320px @media only screen and (max-width: 767px) { .bookshelf{ display:none; } body .turnjs{ width:120px; height:45px; } body .content{ width:auto; margin:0 20px; } body .headline{ font-size:15px; line-height:25px; } body .content section{ font-size:13px; } body .simple-sample .code{ width:300px; overflow:hidden; } body .simple-sample .sample{ width:auto; float:none; line-height:20px; } body .get-now{ font-size:12px; } body .splash{ height:auto; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; background-size:25px 300px; } body .splash .center{ width:auto; height:auto; } body .splash h1{ font-size:25px; margin:15px 0; } body h3{ font-size:19px; } body .details li{ font-size:15px; line-height:20px; } body .details .options{ display:none; } body .splash .details{ margin:20px; } body .api-chart{ display:none; } body .details .production { margin-top: 20px; margin-bottom: 20px; } body .content section{ margin:30px 0; } body .navigation{ display:none; } body .bookshelf-row{ width:100%; height:120px; background:url(../pics/bookshelf-row.jpg); background-size:100% 100%; background-position:50% 50%; display:block; } body .browser-support{ line-height:30px; } body .browser-support:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } body .browser-support span{ margin-left:5px; } body .support{ width:25px; height:22px; background-size:125px 22px; clear:left; } body .safari{ background-position: 0 0; } body .chrome{ background-position: -25px 0; } body .firefox{ background-position: -50px 0; } body .ie{ background-position: -75px 0; } body footer { width:80%; margin:auto; font-size:10px; } .bookshelf-row{ text-align:center; white-space: nowrap; } body .bookshelf-row .sample{ display:inline-block; zoom:0.6; margin-top:45px; margin-left:10px; margin-right:10px; } } */ /* #Mobile (Landscape) Note: Design for a width of 480px */ @media only screen and (min-width: 480px) and (max-width: 767px) { } ::-moz-selection{ background:#999; color:white; text-shadow:none; } .bookshelf-row{ display:none; } h1{ font:38px 'District Thin', helvetica, arial; font-weight:lighter; margin:20px 0; color:#333; -webkit-text-fill-color: #333; -webkit-text-stroke-color: white; -webkit-text-stroke-width: 0.005em; } h2, h3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:#444; font-weight:bold; } h3 { margin: 10px 0; font-size:25px; letter-spacing: -0.05em; } a{ text-decoration:none; color:#698145; } a:hover{ text-decoration:underline; } p{ line-height:22px; margin:20px 0; } li{ list-style:none; } .splash{ width:100%; height:700px; overflow:hidden; position:relative; background:url(../pics/splash-bg.jpg) bottom left repeat-x; -webkit-transition:height 1s; -moz-transition:height 1s; -ms-transition:height 1s; -o-transition:height 1s; transition:height 1s; } .splash .gradient{ position:absolute; bottom:-100px; left:0; width:100%; height:100px; z-index:1000; } .no-transition{ -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; } .splash .center{ width:1000px; height:700px; margin:auto; position:relative; z-index: 0; } .splash .details{ float:left; margin-top:150px; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; } .turnjs{ background:no-repeat url(../pics/turnjs-letters.png); width:220px; height:82px; display:inline-block; margin-left:-2px; -webkit-background-size: 100%; -moz-background-size: 100%; -ms-background-size: 100%; -o-background-size: 100%; background-size: 100%; } .small-turnjs{ background:url(../pics/small-turnjs-letters.png); width:120px; height:45px; display:inline-block; margin-left:-2px; } .details li{ font:23px 'District Thin', helvetica, arial; list-style:none; font-weight:lighter; line-height:30px; color:#333; -webkit-text-fill-color: #333; -webkit-text-stroke-color: white; -webkit-text-stroke-width: 0.0005em; } .details .options{ margin:10px 0; float:left; } .details .options p{ margin:10px 0; } .details .options a{ font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:200; font-size:14px; color:#334C13; text-shadow:0 1px 1px white; text-decoration:none; margin-left:5px; } .details .options a:hover{ text-decoration:underline; } .details .production{ margin-top:40px; margin-bottom:20px; } .get-now{ font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:17px; text-decoration:none; margin:0; padding:5px 20px; color:white; text-shadow:0 -1px 0 #3D561F; border:1px solid #4D682B; background-color:#657948; background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #82A353), color-stop(0.5, #62843C), color-stop(0.51, #5B7E32), color-stop(1, #476928)); background:-webkit-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); background:-moz-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); background:-ms-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); background:-o-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); background:linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%); -webkit-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; -moz-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; -o-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; -ms-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828, 0 1px 3px #666; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px; } .get-now:hover{ border:1px solid #3F5228; text-decoration:none; background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #688939), color-stop(1, #5B6D40)); background:-webkit-linear-gradient(top, #688939, #5B6D40); background:-moz-linear-gradient(top, #688939, #5B6D40); background:-ms-linear-gradient(top, #688939, #5B6D40); background:-o-linear-gradient(top, #688939, #5B6D40); background:linear-gradient(top, #688939, #5B6D40); } .get-now:active{ border:1px solid #243017; background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #577330), color-stop(1, #4C5B35)); background:-webkit-linear-gradient(top, #577330, #4C5B35); background:-moz-linear-gradient(top, #577330, #4C5B35); background:-ms-linear-gradient(top, #577330, #4C5B35); background:-o-linear-gradient(top, #577330, #4C5B35); background:linear-gradient(top, #577330, #4C5B35); } .headline{ font-size:18px; line-height:30px; margin:50px 0; } .preview{ height:800px; } .bookshelf{ -webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; -ms-transition:all 1s; transition:all 1s; } .preview .no-transition{ -webkit-transition:none !important; -moz-transition:none !important; -o-transition:none !important; -ms-transition:none !important; transition:none !important; } .preview .no-transform{ -webkit-transform:scale3d(1, 1, 1) !important; -moz-transform:scale3d(1, 1, 1) !important; -o-transform:scale3d(1, 1, 1) !important; -ms-transform:scale3d(1, 1, 1) !important; transform:scale3d(1, 1, 1) !important; } .preview .bookshelf{ opacity:0; -webkit-transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); -moz-transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); -o-transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); -ms-transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); transform: translate3d(-100px, 0, 0) scale3d(0.5, 0.5, 1); } .details{ -webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; -ms-transition:all 1s; transition:all 1s; cursor:default; } .preview .details{ opacity:0; -webkit-transform: translate(20px, 0) scale3d(0.9, 0.9, 1); -moz-transform: translate(20px, 0) scale3d(0.9, 0.9, 1); -ms-transform: translate(20px, 0) scale3d(0.9, 0.9, 1); -o-transform: translate(20px, 0) scale3d(0.9, 0.9, 1); transform: translate(20px, 0) scale3d(0.9, 0.9, 1); } .animate{ -webkit-transition:-webkit-transform 1s; -moz-transition:-moz-transform 1s; -ms-transition:-ms-transform 1s; -o-transition:-o-transform 1s; transition:transform 1s; } .icon{ width:22px; height:22px; background-image:url(../pics/new-sprites.png); display:inline-block; } .details .options .icon{ display:block; float:left; } .go-up{ width:44px; height:44px; background-position:-44px -22px; margin-top:10px; position:absolute; top:-5px; right:20px; display:none; } .development{ background-position:0 0; } .github{ background-position:-22px 0; } .table-contents{ background-position:-88px 0; } .zoom-in{ background-position:-198px 0; } .zoom-out, .zoom-out-hover{ background-position:-220px 0; width:44px; height:44px; position:absolute; top:20px; right:20px; } .share-facebook{ background-position:-110px 0; } .share-twitter{ background-position:-132px 0; } .share-pinterest{ background-position:-154px 0; } .share-plus{ background-position:-176px 0; } .table-contents-hover{ background-position:-88px -22px; } .zoom-in-hover{ background-position:-198px -22px; } .zoom-out-hover{ background-position:-264px 0; } .share-facebook-hover{ background-position:-110px -22px; } .share-twitter-hover{ background-position:-132px -22px; } .share-pinterest-hover{ background-position:-154px -22px; } .share-plus-hover{ background-position:-176px -22px; } .bookshelf{ float:right; margin-top:140px; } .bookshelf .shelf{ /*background:url(../pics/bookshelf.gif); background-size:100%;*/ width:426px; height:440px; } .bookshelf .shelf .row-1{ position:relative; width:360px; height:158px; margin-left:33px; } .bookshelf .shelf .row-1:after, .bookshelf .shelf .row-2:after{ /* background:url(../pics/wall-bookshelf.png); */ /* background-color: blue; */ background-size:100%; background-repeat: no-repeat; background-position:bottom left; width:426px; height:210px; display:block; content:""; margin-left:-38px; } .bookshelf .shelf .row-2{ position:relative; margin-top:20px; height:164px; width:360px; margin-left:33px; } .bookshelf .shelf .row-2:after{ height:216px; } .bookshelf .shelf .loc{ position:absolute; bottom:0; width:100%; } .bookshelf .shelf .loc > div{ width:33%; height:100%; float:left; text-align:center; position:relative; } .bookshelf .suggestion{ font:12px 'District Thin', helvetica, arial; color:#999; text-align:center; line-height:40px; } .bookshelf .sample, .bookshelf-row .sample{ margin:auto; position: relative; z-index:1; -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.6); -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.6); -ms-box-shadow:2px 2px 5px rgba(0,0,0,0.6); -o-box-shadow:2px 2px 5px rgba(0,0,0,0.6); box-shadow:2px 2px 5px rgba(0,0,0,0.6); -webkit-transition:-webkit-transform 0.1s; -webkit-transform:translate(0, 0); -moz-transition:-moz-transform 0.1s; -moz-transform:translate(0, 0); -ms-transition:-ms-transform 0.1s; -ms-transform:translate(0, 0); -o-transition:-o-transform 0.1s; -o-transform:translate(0, 0); transition:transform 0.1s; transform:translate(0, 0); } .sample .loader{ position:absolute; width:32px; height:32px; top:50%; left:50%; } .sample .loader i{ background:white url(../pics/loader.gif) 4px 4px no-repeat; position:relative; top:-16px; left:-16px; width:32px; height:32px; display:block; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; border-radius:10px; } .bookshelf .shelf .hover, .bookshelf-row .hover, .bookshelf .shelf .loading{ z-index:2; cursor:none; background-color:white; -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); -moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); -ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); -o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0); } .bookshelf .thumb1, .bookshelf-row .thumb1{ background-image:url(../assets/turnjs/pages/3-thumb.jpg); width:92px; height:115px; } .bookshelf .thumb2, .bookshelf-row .thumb2{ background-image:url(../pics/book2.jpg); width:87px; height:115px; } .bookshelf .thumb3, .bookshelf-row .thumb3{ background-image:url(../pics/book3.jpg); width:90px; height:115px; } .bookshelf .thumb4, .bookshelf-row .thumb4{ background-image:url(../pics/book4.jpg); width:97px; height:125px; } .bookshelf .thumb5, .bookshelf-row .thumb5{ background-image:url(../pics/book5.jpg); width:97px; height:125px; } .bookshelf .thumb6, .bookshelf-row .thumb6{ background-image:url(../pics/book6.jpg); width:104px; height:125px; } footer{ font:14px 'District Thin', helvetica, arial; line-height:100px; text-align:center; color:#666; } .navigation{ width:100%; height:60px; z-index:1000; background:white; } .navigation nav { width:1000px; margin:auto; } .navigation ul{ width:1110px; margin-left:-50px; } .navigation li{ width:20%; float:left; list-style:none; text-align:center; line-height:60px; } .navigation li a{ font:16px 'District Thin', helvetica, arial; color:#333; padding:5px 10px; } .navigation li a:hover{ text-decoration:none; } .navigation .hover, .navigation .on{ background:#333; color:white; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px; text-decoration:none; } .fixed .navigation{ -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1); -o-box-shadow: 0 0 15px rgba(0,0,0,0.1); -ms-box-shadow: 0 0 15px rgba(0,0,0,0.1); box-shadow: 0 0 15px rgba(0,0,0,0.1); position:fixed; top:0; } .fixed .navigation .go-up{ display:block; } .samples{ position:absolute; top:0; left:0; width:1000px; height:700px; display:none; } .show-samples .samples{ display:block; } .samples .bar{ height:100px; width:1000px; overflow:hidden; opacity:0; -webkit-transition:opacity 0.1s; -moz-transition:opacity 0.1s; -o-transition:opacity 0.1s; -ms-transition:opacity 0.1s; transition:opacity 0.1s; } .show-bar .bar{ -webkit-transition:opacity 1s; -moz-transition:opacity 1s; -o-transition:opacity 1s; -ms-transition:opacity 1s; transition:opacity 1s; opacity:1; } .show-bar .details{ display:none; } .show-bar .bookshelf{ display:none; } .turnjs-slider{ opacity:0; -webkit-transition:opacity 0.1s; -moz-transition:opacity 0.1s; -o-transition:opacity 0.1s; -ms-transition:opacity 0.1s; transition:opacity 0.1s; } .show-bar .turnjs-slider{ opacity:1; -webkit-transition:opacity 1s; -moz-transition:opacity 1s; -o-transition:opacity 1s; -ms-transition:opacity 1s; transition:opacity 1s; } .samples .share{ margin-top:40px; text-align:center; } .samples .share .icon{ margin:0 20px; cursor:pointer; } .samples .quit{ background-position:-44px 0; cursor:default; position:absolute; right:0; top:45px; } .samples .quit:hover{ background-position:-66px 0; } #book-wrapper{ width:960px; height:600px; margin-left:20px; margin-right:20px; } header{ width:1000px; margin:20px auto; } .content{ width:1000px; margin:auto; font-family: "helvetica neue", helvetica, arial; } .fixed .content{ padding-top:60px; } .content section{ margin:100px 0; font-size:15px; color:#666; } .content li{ padding:2px; line-height:30px; } .api-chart{ width:100%; float:left; } .api-chart:after{ content:"."; clear:both; visibility:hidden; } .api-chart .column{ width:20%; float:left; } .api-chart h4{ font-weight:bold; color:#333; margin:10px 0; } .api-chart ul{ margin:0; padding:0; } .api-chart li{ list-style:none; } .api-chart a{ padding:2px 10px; color:#666; } .api-chart a:hover{ -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px; background:#ddd; text-decoration:none; color:#333; } .browser-support{ line-height:50px; } .browser-support:after{ content:"."; clear:both; visibility: hidden; } .browser-support span{ float:left; margin-right: 20px; } .support{ width:50px; height:44px; display:block; float:left; background:url(../pics/browser-support.gif); } .safari{ background-position: 0 0; } .chrome{ background-position: -50px 0; } .firefox{ background-position: -100px 0; } .ie{ background-position: -150px 0; } .simple-sample:after{ content: "."; display: block; clear: both; visibility: hidden; height:0; } .simple-sample .code{ width:400px; float:left; } .simple-sample .sample{ width:600px; line-height:250px; float:left; text-align:center; } .simple-sample .sample a{ cursor:pointer; } .code pre{ font: 14px "Menlo", monospace; margin:20px 0; } .code .number{ color:#975186; } .code .tag{ color:#6A976C; } .code .selector{ color:#3A4F97; } .code .properties{ color:#5B7297; } .code .string{ color:#4C6797; } .code .script{ color:#650D16; } .code .style{ color:#9F0678; } .note{ color:#999; }
0.155719
0.051893
width: 100%; position: relative; } #memebox_com #main { width: 100%; margin-bottom: 30px; } #memebox_com #main .container { overflow: hidden; padding-top: 22px; } #memebox_com #main .container .mainLeft { margin-right: 20px; } #memebox_com #main .container .mainLeft .picBig { width: 530px; height: 514px; border: 1px solid #ccc; margin-bottom: 40px; } #memebox_com #main .container .mainLeft .picBig img { width: 350px; height: 350px; margin-left: 87px; margin-top: 40px; } #memebox_com #main .container .mainLeft .picSmall { width: 77px; height: 77px; border: 1px solid #ccc; margin-left: 209px; cursor: pointer; } #memebox_com #main .container .mainLeft .picSmall img { width: 77px; height: 77px; } #memebox_com #main .container .mainLeft .picSmall:hover { border: 1px solid #333; } #memebox_com #main .container .mainRight { width: 564px; padding-top: 10px; height: 334px; } #memebox_com #main .container .mainRight .goodName { font-size: 20px; color: #333; height: 65px; } #memebox_com #main .container .mainRight .salePrice { height: 38px; background-color: #EDEDED; padding-left: 15px; padding-top: 7px; } #memebox_com #main .container .mainRight .grey { font-size: 14px; color: #aaa; } #memebox_com #main .container .mainRight .price { font-size: 22px; color: #ff5073; margin-left: 20px; } #memebox_com #main .container .mainRight .meme { display: inline-block; width: 93px; height: 28px; background-color: #ff5073; color: #fff; margin-top: 2px; text-align: center; line-height: 28px; margin-right: 270px; } #memebox_com #main .container .mainRight .add2Like, #memebox_com #main .container .mainRight .add2Cart { width: 110px; height: 44px; border: 1px solid #ff5073; border-radius: 5px; background-color: #FFF; margin-top: 50px; color: #ff5073; margin-left: 5px; cursor: pointer; } #memebox_com #main .container .mainRight .back { height: 45px; background-color: #F7F7F7; } #memebox_com #main .container .mainRight .back .fan { display: inline-block; width: 22px; height: 20px; background: url("../images/return.png"); margin-top: 12px; margin-left: 16px; } #memebox_com #main .container .mainRight .back .backW { color: #888; margin-left: 40px; } #memebox_com #main .container .mainRight .back .backW a { color: #ff5073; } #memebox_com #main .container .mainRight .back .que { display: inline-block; width: 18px; height: 18px; background: url("../images/question.png"); color: #fff; text-align: center; line-height: 18px; margin-left: 30px; } #memebox_com #main .container .mainRight .youfei, #memebox_com #main .container .mainRight .shuliang { padding-left: 15px; margin-top: 5px; color: #888; } #memebox_com #main .container .mainRight .youfei .grey, #memebox_com #main .container .mainRight .shuliang .grey { margin-right: 20px; } #memebox_com #main .container .mainRight .youfei .grey .pink, #memebox_com #main .container .mainRight .shuliang .grey .pink { color: #ff5073; } #memebox_com #main .container .mainRight .youfei .count, #memebox_com #main .container .mainRight .shuliang .count { width: 76px; height: 30px; border: 1px solid #ccc; padding-left: 20px; margin-right: 20px; } #memebox_com #main .container .mainTab { width: 520px; border: 1px solid #f2f2f2; overflow: hidden; margin-bottom: 20px; } #memebox_com #main .container .mainTab li { width: 130px; height: 51px; background-color: #eee; float: left; color: #333; font-size: 18px; text-align: center; line-height: 53px; cursor: pointer; } #memebox_com #main .container .mainTab .active { background-color: #FFF; color: #ff5073; border-bottom: 1px solid #ff5073; } #memebox_com #main .container .tab { width: 100%; margin-bottom: 20px; } #memebox_com #main .container .tab .tab1 .pic { width: 100%; padding-top: 30px; padding-left: 183px; padding-bottom: 20px; } #memebox_com #main .container .tab .tab2 { display: none; width: 1148px; height: 345px; border: 1px solid #ccc; } #memebox_com #main .container .tab .tab3 { display: none; width: 1148px; border: 1px solid #ccc; height: 118px; } #memebox_com #main .container .tab .tab4 { display: none; width: 1118px; height: 50px; padding-top: 32px; padding-left: 30px; border: 1px solid #ccc; font-size: 14px; color: #333; }
src/css/details.css
width: 100%; position: relative; } #memebox_com #main { width: 100%; margin-bottom: 30px; } #memebox_com #main .container { overflow: hidden; padding-top: 22px; } #memebox_com #main .container .mainLeft { margin-right: 20px; } #memebox_com #main .container .mainLeft .picBig { width: 530px; height: 514px; border: 1px solid #ccc; margin-bottom: 40px; } #memebox_com #main .container .mainLeft .picBig img { width: 350px; height: 350px; margin-left: 87px; margin-top: 40px; } #memebox_com #main .container .mainLeft .picSmall { width: 77px; height: 77px; border: 1px solid #ccc; margin-left: 209px; cursor: pointer; } #memebox_com #main .container .mainLeft .picSmall img { width: 77px; height: 77px; } #memebox_com #main .container .mainLeft .picSmall:hover { border: 1px solid #333; } #memebox_com #main .container .mainRight { width: 564px; padding-top: 10px; height: 334px; } #memebox_com #main .container .mainRight .goodName { font-size: 20px; color: #333; height: 65px; } #memebox_com #main .container .mainRight .salePrice { height: 38px; background-color: #EDEDED; padding-left: 15px; padding-top: 7px; } #memebox_com #main .container .mainRight .grey { font-size: 14px; color: #aaa; } #memebox_com #main .container .mainRight .price { font-size: 22px; color: #ff5073; margin-left: 20px; } #memebox_com #main .container .mainRight .meme { display: inline-block; width: 93px; height: 28px; background-color: #ff5073; color: #fff; margin-top: 2px; text-align: center; line-height: 28px; margin-right: 270px; } #memebox_com #main .container .mainRight .add2Like, #memebox_com #main .container .mainRight .add2Cart { width: 110px; height: 44px; border: 1px solid #ff5073; border-radius: 5px; background-color: #FFF; margin-top: 50px; color: #ff5073; margin-left: 5px; cursor: pointer; } #memebox_com #main .container .mainRight .back { height: 45px; background-color: #F7F7F7; } #memebox_com #main .container .mainRight .back .fan { display: inline-block; width: 22px; height: 20px; background: url("../images/return.png"); margin-top: 12px; margin-left: 16px; } #memebox_com #main .container .mainRight .back .backW { color: #888; margin-left: 40px; } #memebox_com #main .container .mainRight .back .backW a { color: #ff5073; } #memebox_com #main .container .mainRight .back .que { display: inline-block; width: 18px; height: 18px; background: url("../images/question.png"); color: #fff; text-align: center; line-height: 18px; margin-left: 30px; } #memebox_com #main .container .mainRight .youfei, #memebox_com #main .container .mainRight .shuliang { padding-left: 15px; margin-top: 5px; color: #888; } #memebox_com #main .container .mainRight .youfei .grey, #memebox_com #main .container .mainRight .shuliang .grey { margin-right: 20px; } #memebox_com #main .container .mainRight .youfei .grey .pink, #memebox_com #main .container .mainRight .shuliang .grey .pink { color: #ff5073; } #memebox_com #main .container .mainRight .youfei .count, #memebox_com #main .container .mainRight .shuliang .count { width: 76px; height: 30px; border: 1px solid #ccc; padding-left: 20px; margin-right: 20px; } #memebox_com #main .container .mainTab { width: 520px; border: 1px solid #f2f2f2; overflow: hidden; margin-bottom: 20px; } #memebox_com #main .container .mainTab li { width: 130px; height: 51px; background-color: #eee; float: left; color: #333; font-size: 18px; text-align: center; line-height: 53px; cursor: pointer; } #memebox_com #main .container .mainTab .active { background-color: #FFF; color: #ff5073; border-bottom: 1px solid #ff5073; } #memebox_com #main .container .tab { width: 100%; margin-bottom: 20px; } #memebox_com #main .container .tab .tab1 .pic { width: 100%; padding-top: 30px; padding-left: 183px; padding-bottom: 20px; } #memebox_com #main .container .tab .tab2 { display: none; width: 1148px; height: 345px; border: 1px solid #ccc; } #memebox_com #main .container .tab .tab3 { display: none; width: 1148px; border: 1px solid #ccc; height: 118px; } #memebox_com #main .container .tab .tab4 { display: none; width: 1118px; height: 50px; padding-top: 32px; padding-left: 30px; border: 1px solid #ccc; font-size: 14px; color: #333; }
0.248808
0.039343
.defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img, .defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe, .defaultSkin span, .defaultSkin *, .defaultSkin .mceText { border: 0; margin: 0; padding: 0; background: transparent; white-space: nowrap; text-decoration: none; font-weight: normal; cursor: default; color: #000; vertical-align: baseline; width: auto; border-collapse: separate; text-align: left } .defaultSkin a:hover, .defaultSkin a:link, .defaultSkin a:visited, .defaultSkin a:active { text-decoration: none; font-weight: normal; cursor: default; color: #000 } .defaultSkin table td { vertical-align: middle } /* Containers */ .defaultSkin table { background: #F0F0EE } .defaultSkin iframe { display: block; background: #FFF } .defaultSkin .mceToolbar { height: 26px } .defaultSkin .mceLeft { text-align: left } .defaultSkin .mceRight { text-align: right } /* External */ .defaultSkin .mceExternalToolbar { position: absolute; border: 1px solid #CCC; border-bottom: 0; display: none; } .defaultSkin .mceExternalToolbar td.mceToolbar { padding-right: 13px; } .defaultSkin .mceExternalClose { position: absolute; top: 3px; right: 3px; width: 7px; height: 7px; background: url(../../img/icons.gif) -820px 0 } /* Layout */ .defaultSkin table.mceLayout { border: 0; border-left: 1px solid #CCC; border-right: 1px solid #CCC } .defaultSkin table.mceLayout tr.mceFirst td { border-top: 1px solid #CCC } .defaultSkin table.mceLayout tr.mceLast td { border-bottom: 1px solid #CCC } .defaultSkin table.mceToolbar, .defaultSkin tr.mceFirst .mceToolbar tr td, .defaultSkin tr.mceLast .mceToolbar tr td { border: 0; margin: 0; padding: 0; } .defaultSkin td.mceToolbar { padding-top: 1px; vertical-align: top } .defaultSkin .mceIframeContainer { border-top: 1px solid #CCC; border-bottom: 1px solid #CCC } .defaultSkin .mceStatusbar { position: relative; font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; font-size: 9pt; line-height: 16px; overflow: visible; padding: 2px; color: #000; display: block } .defaultSkin .mceStatusbar a.mceResize { display: block; position: absolute; top: 0; right: 0; background: url(../../img/icons.gif) -800px 0; width: 20px; height: 20px; cursor: se-resize } .defaultSkin .mceStatusbar a:hover { text-decoration: underline } .defaultSkin table.mceToolbar { margin-left: 3px } .defaultSkin span.mceIcon, .defaultSkin img.mceIcon { display: block; width: 20px; height: 20px } .defaultSkin .mceIcon { background: url(../../img/icons.gif) no-repeat 20px 20px } .defaultSkin td.mceCenter { text-align: center; } .defaultSkin td.mceCenter table { margin: 0 auto; text-align: left; } .defaultSkin td.mceRight table { margin: 0 0 0 auto; } /* Button */ .defaultSkin .mceButton { display: block; border: 1px solid #F0F0EE; width: 20px; height: 20px; margin-right: 1px; } .defaultSkin a.mceButtonEnabled:hover { border: 1px solid #0A246A; background-color: #B2BBD0 } .defaultSkin a.mceButtonActive, .defaultSkin a.mceButtonSelected { border: 1px solid #0A246A; background-color: #C2CBE0 } .defaultSkin .mceButtonDisabled .mceIcon { opacity: 0.3; filter: alpha(opacity = 30) } /* Separator */ .defaultSkin .mceSeparator { display: block; background: url(../../img/icons.gif) -180px 0; width: 2px; height: 20px; margin: 2px 2px 0 4px } /* ListBox */ .defaultSkin .mceListBox, .defaultSkin .mceListBox a { display: block } .defaultSkin .mceListBox .mceText { padding-left: 4px; width: 70px; text-align: left; border: 1px solid #CCC; border-right: 0; background: #FFF; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; height: 20px; line-height: 20px; overflow: hidden } .defaultSkin .mceListBox .mceOpen { width: 9px; height: 20px; background: url(../../img/icons.gif) -741px 0; margin-right: 2px; border: 1px solid #CCC; } .defaultSkin table.mceListBoxEnabled:hover .mceText, .defaultSkin .mceListBoxHover .mceText, .defaultSkin .mceListBoxSelected .mceText { border: 1px solid #A2ABC0; border-right: 0; background: #FFF } .defaultSkin table.mceListBoxEnabled:hover .mceOpen, .defaultSkin .mceListBoxHover .mceOpen, .defaultSkin .mceListBoxSelected .mceOpen { background-color: #FFF; border: 1px solid #A2ABC0 } .defaultSkin .mceListBoxDisabled a.mceText { color: gray; background-color: transparent; } .defaultSkin .mceListBoxMenu { overflow: auto; overflow-x: hidden } .defaultSkin .mceOldBoxModel .mceListBox .mceText { height: 22px } .defaultSkin .mceOldBoxModel .mceListBox .mceOpen { width: 11px; height: 22px; } .defaultSkin select.mceNativeListBox { font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; font-size: 7pt; background: #F0F0EE; border: 1px solid gray; margin-right: 2px; } /* SplitButton */ .defaultSkin .mceSplitButton { width: 32px; height: 20px } .defaultSkin .mceSplitButton a, .defaultSkin .mceSplitButton span { height: 20px; display: block } .defaultSkin .mceSplitButton a.mceAction { width: 20px; border: 1px solid #F0F0EE; border-right: 0; } .defaultSkin .mceSplitButton span.mceAction { width: 20px; background: url(../../img/icons.gif) 20px 20px; } .defaultSkin .mceSplitButton a.mceOpen { width: 9px; border: 1px solid #F0F0EE; } .defaultSkin .mceSplitButton span.mceOpen { width: 9px; background: url(../../img/icons.gif) -741px 0; } .defaultSkin table.mceSplitButtonEnabled:hover a.mceAction, .defaultSkin .mceSplitButtonHover a.mceAction, .defaultSkin .mceSplitButtonSelected a.mceAction { border: 1px solid #0A246A; border-right: 0; background-color: #B2BBD0 } .defaultSkin table.mceSplitButtonEnabled:hover a.mceOpen, .defaultSkin .mceSplitButtonHover a.mceOpen, .defaultSkin .mceSplitButtonSelected a.mceOpen { border: 1px solid #0A246A; } .defaultSkin table.mceSplitButtonEnabled:hover span.mceOpen, .defaultSkin .mceSplitButtonHover span.mceOpen, .defaultSkin .mceSplitButtonSelected span.mceOpen { background-color: #B2BBD0 } .defaultSkin .mceSplitButtonDisabled .mceAction, .defaultSkin .mceSplitButtonDisabled span.mceOpen { opacity: 0.3; filter: alpha(opacity = 30) } .defaultSkin .mceSplitButtonActive a.mceAction { border: 1px solid #0A246A; background-color: #C2CBE0 } .defaultSkin .mceSplitButtonActive a.mceOpen { border-left: 0; } /* ColorSplitButton */ .defaultSkin div.mceColorSplitMenu table { background: #FFF; border: 1px solid gray } .defaultSkin .mceColorSplitMenu td { padding: 2px } .defaultSkin .mceColorSplitMenu a { display: block; width: 9px; height: 9px; overflow: hidden; border: 1px solid #808080 } .defaultSkin .mceColorSplitMenu td.mceMoreColors { padding: 1px 3px 1px 1px } .defaultSkin .mceColorSplitMenu a.mceMoreColors { width: 100%; height: auto; text-align: center; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; line-height: 20px; border: 1px solid #FFF } .defaultSkin .mceColorSplitMenu a.mceMoreColors:hover { border: 1px solid #0A246A; background-color: #B6BDD2 } .defaultSkin a.mceMoreColors:hover { border: 1px solid #0A246A } .defaultSkin .mceColorPreview { position: absolute; top: 15px; left: 2px; width: 16px; height: 4px; overflow: hidden } .defaultSkin .mce_forecolor, .defaultSkin .mce_backcolor { position: relative } /* Menu */ .defaultSkin .mceMenu { position: absolute; left: 0; top: 0; z-index: 1000; border: 1px solid #D4D0C8 } .defaultSkin .mceNoIcons span.mceIcon { width: 0; } .defaultSkin .mceNoIcons a .mceText { padding-left: 10px } .defaultSkin .mceMenu table { background: #FFF } .defaultSkin .mceMenu a, .defaultSkin .mceMenu span, .defaultSkin .mceMenu { display: block } .defaultSkin .mceMenu td { height: 20px } .defaultSkin .mceMenu a { position: relative; padding: 3px 0 4px 0 } .defaultSkin .mceMenu .mceText { position: relative; display: block; font-family: Tahoma, Verdana, Arial, Helvetica; color: #000; cursor: default; margin: 0; padding: 0 25px 0 25px; display: block } .defaultSkin .mceMenu span.mceText, .defaultSkin .mceMenu .mcePreview { font-size: 11px } .defaultSkin .mceMenu pre.mceText { font-family: Monospace } .defaultSkin .mceMenu .mceIcon { position: absolute; top: 0; left: 0; width: 22px; } .defaultSkin .mceMenu .mceMenuItemEnabled a:hover, .defaultSkin .mceMenu .mceMenuItemActive { background-color: #dbecf3 } .defaultSkin td.mceMenuItemSeparator { background: #DDD; height: 1px } .defaultSkin .mceMenuItemTitle a { border: 0; background: #EEE; border-bottom: 1px solid #DDD } .defaultSkin .mceMenuItemTitle span.mceText { color: #000; font-weight: bold; padding-left: 4px } .defaultSkin .mceMenuItemDisabled .mceText { color: #888 } .defaultSkin .mceMenuItemSelected .mceIcon { background: url(img/menu_check.gif) } .defaultSkin .mceNoIcons .mceMenuItemSelected a { background: url(img/menu_arrow.gif) no-repeat -6px center } .defaultSkin .mceMenu span.mceMenuLine { display: none } .defaultSkin .mceMenuItemSub a { background: url(img/menu_arrow.gif) no-repeat top right; } /* Progress,Resize */ .defaultSkin .mceBlocker { position: absolute; left: 0; top: 0; z-index: 1000; opacity: 0.5; filter: alpha(opacity = 50); background: #FFF } .defaultSkin .mceProgress { position: absolute; left: 0; top: 0; z-index: 1001; background: url(img/progress.gif) no-repeat; width: 32px; height: 32px; margin: -16px 0 0 -16px } .defaultSkin .mcePlaceHolder { border: 1px dotted gray } /* Formats */ .defaultSkin .mce_formatPreview a { font-size: 10px } .defaultSkin .mce_p span.mceText { } .defaultSkin .mce_address span.mceText { font-style: italic } .defaultSkin .mce_pre span.mceText { font-family: monospace } .defaultSkin .mce_h1 span.mceText { font-weight: bolder; font-size: 2em } .defaultSkin .mce_h2 span.mceText { font-weight: bolder; font-size: 1.5em } .defaultSkin .mce_h3 span.mceText { font-weight: bolder; font-size: 1.17em } .defaultSkin .mce_h4 span.mceText { font-weight: bolder; font-size: 1em } .defaultSkin .mce_h5 span.mceText { font-weight: bolder; font-size: .83em } .defaultSkin .mce_h6 span.mceText { font-weight: bolder; font-size: .75em } /* Theme */ .defaultSkin span.mce_bold { background-position: 0 0 } .defaultSkin span.mce_italic { background-position: -60px 0 } .defaultSkin span.mce_underline { background-position: -140px 0 } .defaultSkin span.mce_strikethrough { background-position: -120px 0 } .defaultSkin span.mce_undo { background-position: -160px 0 } .defaultSkin span.mce_redo { background-position: -100px 0 } .defaultSkin span.mce_cleanup { background-position: -40px 0 } .defaultSkin span.mce_bullist { background-position: -20px 0 } .defaultSkin span.mce_numlist { background-position: -80px 0 } .defaultSkin span.mce_justifyleft { background-position: -460px 0 } .defaultSkin span.mce_justifyright { background-position: -480px 0 } .defaultSkin span.mce_justifycenter { background-position: -420px 0 } .defaultSkin span.mce_justifyfull { background-position: -440px 0 } .defaultSkin span.mce_anchor { background-position: -200px 0 } .defaultSkin span.mce_indent { background-position: -400px 0 } .defaultSkin span.mce_outdent { background-position: -540px 0 } .defaultSkin span.mce_link { background-position: -500px 0 } .defaultSkin span.mce_unlink { background-position: -640px 0 } .defaultSkin span.mce_sub { background-position: -600px 0 } .defaultSkin span.mce_sup { background-position: -620px 0 } .defaultSkin span.mce_removeformat { background-position: -580px 0 } .defaultSkin span.mce_newdocument { background-position: -520px 0 } .defaultSkin span.mce_image { background-position: -380px 0 } .defaultSkin span.mce_help { background-position: -340px 0 } .defaultSkin span.mce_code { background-position: -260px 0 } .defaultSkin span.mce_hr { background-position: -360px 0 } .defaultSkin span.mce_visualaid { background-position: -660px 0 } .defaultSkin span.mce_charmap { background-position: -240px 0 } .defaultSkin span.mce_paste { background-position: -560px 0 } .defaultSkin span.mce_copy { background-position: -700px 0 } .defaultSkin span.mce_cut { background-position: -680px 0 } .defaultSkin span.mce_blockquote { background-position: -220px 0 } .defaultSkin .mce_forecolor span.mceAction { background-position: -720px 0 } .defaultSkin .mce_backcolor span.mceAction { background-position: -760px 0 } .defaultSkin .mce_forecolorpicker { background-position: -720px 0 } .defaultSkin .mce_backcolorpicker { background-position: -760px 0 } /* Plugins */ .defaultSkin span.mce_advhr { background-position: -0px -20px } .defaultSkin span.mce_ltr { background-position: -20px -20px } .defaultSkin span.mce_rtl { background-position: -40px -20px } .defaultSkin span.mce_emotions { background-position: -60px -20px } .defaultSkin span.mce_fullpage { background-position: -80px -20px } .defaultSkin span.mce_fullscreen { background-position: -100px -20px } .defaultSkin span.mce_iespell { background-position: -120px -20px } .defaultSkin span.mce_insertdate { background-position: -140px -20px } .defaultSkin span.mce_inserttime { background-position: -160px -20px } .defaultSkin span.mce_absolute { background-position: -180px -20px } .defaultSkin span.mce_backward { background-position: -200px -20px } .defaultSkin span.mce_forward { background-position: -220px -20px } .defaultSkin span.mce_insert_layer { background-position: -240px -20px } .defaultSkin span.mce_insertlayer { background-position: -260px -20px } .defaultSkin span.mce_movebackward { background-position: -280px -20px } .defaultSkin span.mce_moveforward { background-position: -300px -20px } .defaultSkin span.mce_media { background-position: -320px -20px } .defaultSkin span.mce_nonbreaking { background-position: -340px -20px } .defaultSkin span.mce_pastetext { background-position: -360px -20px } .defaultSkin span.mce_pasteword { background-position: -380px -20px } .defaultSkin span.mce_selectall { background-position: -400px -20px } .defaultSkin span.mce_preview { background-position: -420px -20px } .defaultSkin span.mce_print { background-position: -440px -20px } .defaultSkin span.mce_cancel { background-position: -460px -20px } .defaultSkin span.mce_save { background-position: -480px -20px } .defaultSkin span.mce_replace { background-position: -500px -20px } .defaultSkin span.mce_search { background-position: -520px -20px } .defaultSkin span.mce_styleprops { background-position: -560px -20px } .defaultSkin span.mce_table { background-position: -580px -20px } .defaultSkin span.mce_cell_props { background-position: -600px -20px } .defaultSkin span.mce_delete_table { background-position: -620px -20px } .defaultSkin span.mce_delete_col { background-position: -640px -20px } .defaultSkin span.mce_delete_row { background-position: -660px -20px } .defaultSkin span.mce_col_after { background-position: -680px -20px } .defaultSkin span.mce_col_before { background-position: -700px -20px } .defaultSkin span.mce_row_after { background-position: -720px -20px } .defaultSkin span.mce_row_before { background-position: -740px -20px } .defaultSkin span.mce_merge_cells { background-position: -760px -20px } .defaultSkin span.mce_table_props { background-position: -980px -20px } .defaultSkin span.mce_row_props { background-position: -780px -20px } .defaultSkin span.mce_split_cells { background-position: -800px -20px } .defaultSkin span.mce_template { background-position: -820px -20px } .defaultSkin span.mce_visualchars { background-position: -840px -20px } .defaultSkin span.mce_abbr { background-position: -860px -20px } .defaultSkin span.mce_acronym { background-position: -880px -20px } .defaultSkin span.mce_attribs { background-position: -900px -20px } .defaultSkin span.mce_cite { background-position: -920px -20px } .defaultSkin span.mce_del { background-position: -940px -20px } .defaultSkin span.mce_ins { background-position: -960px -20px } .defaultSkin span.mce_pagebreak { background-position: 0 -40px } .defaultSkin .mce_spellchecker span.mceAction { background-position: -540px -20px }
estore/js/tiny_mce/themes/advanced/skins/default/ui.css
.defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img, .defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe, .defaultSkin span, .defaultSkin *, .defaultSkin .mceText { border: 0; margin: 0; padding: 0; background: transparent; white-space: nowrap; text-decoration: none; font-weight: normal; cursor: default; color: #000; vertical-align: baseline; width: auto; border-collapse: separate; text-align: left } .defaultSkin a:hover, .defaultSkin a:link, .defaultSkin a:visited, .defaultSkin a:active { text-decoration: none; font-weight: normal; cursor: default; color: #000 } .defaultSkin table td { vertical-align: middle } /* Containers */ .defaultSkin table { background: #F0F0EE } .defaultSkin iframe { display: block; background: #FFF } .defaultSkin .mceToolbar { height: 26px } .defaultSkin .mceLeft { text-align: left } .defaultSkin .mceRight { text-align: right } /* External */ .defaultSkin .mceExternalToolbar { position: absolute; border: 1px solid #CCC; border-bottom: 0; display: none; } .defaultSkin .mceExternalToolbar td.mceToolbar { padding-right: 13px; } .defaultSkin .mceExternalClose { position: absolute; top: 3px; right: 3px; width: 7px; height: 7px; background: url(../../img/icons.gif) -820px 0 } /* Layout */ .defaultSkin table.mceLayout { border: 0; border-left: 1px solid #CCC; border-right: 1px solid #CCC } .defaultSkin table.mceLayout tr.mceFirst td { border-top: 1px solid #CCC } .defaultSkin table.mceLayout tr.mceLast td { border-bottom: 1px solid #CCC } .defaultSkin table.mceToolbar, .defaultSkin tr.mceFirst .mceToolbar tr td, .defaultSkin tr.mceLast .mceToolbar tr td { border: 0; margin: 0; padding: 0; } .defaultSkin td.mceToolbar { padding-top: 1px; vertical-align: top } .defaultSkin .mceIframeContainer { border-top: 1px solid #CCC; border-bottom: 1px solid #CCC } .defaultSkin .mceStatusbar { position: relative; font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; font-size: 9pt; line-height: 16px; overflow: visible; padding: 2px; color: #000; display: block } .defaultSkin .mceStatusbar a.mceResize { display: block; position: absolute; top: 0; right: 0; background: url(../../img/icons.gif) -800px 0; width: 20px; height: 20px; cursor: se-resize } .defaultSkin .mceStatusbar a:hover { text-decoration: underline } .defaultSkin table.mceToolbar { margin-left: 3px } .defaultSkin span.mceIcon, .defaultSkin img.mceIcon { display: block; width: 20px; height: 20px } .defaultSkin .mceIcon { background: url(../../img/icons.gif) no-repeat 20px 20px } .defaultSkin td.mceCenter { text-align: center; } .defaultSkin td.mceCenter table { margin: 0 auto; text-align: left; } .defaultSkin td.mceRight table { margin: 0 0 0 auto; } /* Button */ .defaultSkin .mceButton { display: block; border: 1px solid #F0F0EE; width: 20px; height: 20px; margin-right: 1px; } .defaultSkin a.mceButtonEnabled:hover { border: 1px solid #0A246A; background-color: #B2BBD0 } .defaultSkin a.mceButtonActive, .defaultSkin a.mceButtonSelected { border: 1px solid #0A246A; background-color: #C2CBE0 } .defaultSkin .mceButtonDisabled .mceIcon { opacity: 0.3; filter: alpha(opacity = 30) } /* Separator */ .defaultSkin .mceSeparator { display: block; background: url(../../img/icons.gif) -180px 0; width: 2px; height: 20px; margin: 2px 2px 0 4px } /* ListBox */ .defaultSkin .mceListBox, .defaultSkin .mceListBox a { display: block } .defaultSkin .mceListBox .mceText { padding-left: 4px; width: 70px; text-align: left; border: 1px solid #CCC; border-right: 0; background: #FFF; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; height: 20px; line-height: 20px; overflow: hidden } .defaultSkin .mceListBox .mceOpen { width: 9px; height: 20px; background: url(../../img/icons.gif) -741px 0; margin-right: 2px; border: 1px solid #CCC; } .defaultSkin table.mceListBoxEnabled:hover .mceText, .defaultSkin .mceListBoxHover .mceText, .defaultSkin .mceListBoxSelected .mceText { border: 1px solid #A2ABC0; border-right: 0; background: #FFF } .defaultSkin table.mceListBoxEnabled:hover .mceOpen, .defaultSkin .mceListBoxHover .mceOpen, .defaultSkin .mceListBoxSelected .mceOpen { background-color: #FFF; border: 1px solid #A2ABC0 } .defaultSkin .mceListBoxDisabled a.mceText { color: gray; background-color: transparent; } .defaultSkin .mceListBoxMenu { overflow: auto; overflow-x: hidden } .defaultSkin .mceOldBoxModel .mceListBox .mceText { height: 22px } .defaultSkin .mceOldBoxModel .mceListBox .mceOpen { width: 11px; height: 22px; } .defaultSkin select.mceNativeListBox { font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; font-size: 7pt; background: #F0F0EE; border: 1px solid gray; margin-right: 2px; } /* SplitButton */ .defaultSkin .mceSplitButton { width: 32px; height: 20px } .defaultSkin .mceSplitButton a, .defaultSkin .mceSplitButton span { height: 20px; display: block } .defaultSkin .mceSplitButton a.mceAction { width: 20px; border: 1px solid #F0F0EE; border-right: 0; } .defaultSkin .mceSplitButton span.mceAction { width: 20px; background: url(../../img/icons.gif) 20px 20px; } .defaultSkin .mceSplitButton a.mceOpen { width: 9px; border: 1px solid #F0F0EE; } .defaultSkin .mceSplitButton span.mceOpen { width: 9px; background: url(../../img/icons.gif) -741px 0; } .defaultSkin table.mceSplitButtonEnabled:hover a.mceAction, .defaultSkin .mceSplitButtonHover a.mceAction, .defaultSkin .mceSplitButtonSelected a.mceAction { border: 1px solid #0A246A; border-right: 0; background-color: #B2BBD0 } .defaultSkin table.mceSplitButtonEnabled:hover a.mceOpen, .defaultSkin .mceSplitButtonHover a.mceOpen, .defaultSkin .mceSplitButtonSelected a.mceOpen { border: 1px solid #0A246A; } .defaultSkin table.mceSplitButtonEnabled:hover span.mceOpen, .defaultSkin .mceSplitButtonHover span.mceOpen, .defaultSkin .mceSplitButtonSelected span.mceOpen { background-color: #B2BBD0 } .defaultSkin .mceSplitButtonDisabled .mceAction, .defaultSkin .mceSplitButtonDisabled span.mceOpen { opacity: 0.3; filter: alpha(opacity = 30) } .defaultSkin .mceSplitButtonActive a.mceAction { border: 1px solid #0A246A; background-color: #C2CBE0 } .defaultSkin .mceSplitButtonActive a.mceOpen { border-left: 0; } /* ColorSplitButton */ .defaultSkin div.mceColorSplitMenu table { background: #FFF; border: 1px solid gray } .defaultSkin .mceColorSplitMenu td { padding: 2px } .defaultSkin .mceColorSplitMenu a { display: block; width: 9px; height: 9px; overflow: hidden; border: 1px solid #808080 } .defaultSkin .mceColorSplitMenu td.mceMoreColors { padding: 1px 3px 1px 1px } .defaultSkin .mceColorSplitMenu a.mceMoreColors { width: 100%; height: auto; text-align: center; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; line-height: 20px; border: 1px solid #FFF } .defaultSkin .mceColorSplitMenu a.mceMoreColors:hover { border: 1px solid #0A246A; background-color: #B6BDD2 } .defaultSkin a.mceMoreColors:hover { border: 1px solid #0A246A } .defaultSkin .mceColorPreview { position: absolute; top: 15px; left: 2px; width: 16px; height: 4px; overflow: hidden } .defaultSkin .mce_forecolor, .defaultSkin .mce_backcolor { position: relative } /* Menu */ .defaultSkin .mceMenu { position: absolute; left: 0; top: 0; z-index: 1000; border: 1px solid #D4D0C8 } .defaultSkin .mceNoIcons span.mceIcon { width: 0; } .defaultSkin .mceNoIcons a .mceText { padding-left: 10px } .defaultSkin .mceMenu table { background: #FFF } .defaultSkin .mceMenu a, .defaultSkin .mceMenu span, .defaultSkin .mceMenu { display: block } .defaultSkin .mceMenu td { height: 20px } .defaultSkin .mceMenu a { position: relative; padding: 3px 0 4px 0 } .defaultSkin .mceMenu .mceText { position: relative; display: block; font-family: Tahoma, Verdana, Arial, Helvetica; color: #000; cursor: default; margin: 0; padding: 0 25px 0 25px; display: block } .defaultSkin .mceMenu span.mceText, .defaultSkin .mceMenu .mcePreview { font-size: 11px } .defaultSkin .mceMenu pre.mceText { font-family: Monospace } .defaultSkin .mceMenu .mceIcon { position: absolute; top: 0; left: 0; width: 22px; } .defaultSkin .mceMenu .mceMenuItemEnabled a:hover, .defaultSkin .mceMenu .mceMenuItemActive { background-color: #dbecf3 } .defaultSkin td.mceMenuItemSeparator { background: #DDD; height: 1px } .defaultSkin .mceMenuItemTitle a { border: 0; background: #EEE; border-bottom: 1px solid #DDD } .defaultSkin .mceMenuItemTitle span.mceText { color: #000; font-weight: bold; padding-left: 4px } .defaultSkin .mceMenuItemDisabled .mceText { color: #888 } .defaultSkin .mceMenuItemSelected .mceIcon { background: url(img/menu_check.gif) } .defaultSkin .mceNoIcons .mceMenuItemSelected a { background: url(img/menu_arrow.gif) no-repeat -6px center } .defaultSkin .mceMenu span.mceMenuLine { display: none } .defaultSkin .mceMenuItemSub a { background: url(img/menu_arrow.gif) no-repeat top right; } /* Progress,Resize */ .defaultSkin .mceBlocker { position: absolute; left: 0; top: 0; z-index: 1000; opacity: 0.5; filter: alpha(opacity = 50); background: #FFF } .defaultSkin .mceProgress { position: absolute; left: 0; top: 0; z-index: 1001; background: url(img/progress.gif) no-repeat; width: 32px; height: 32px; margin: -16px 0 0 -16px } .defaultSkin .mcePlaceHolder { border: 1px dotted gray } /* Formats */ .defaultSkin .mce_formatPreview a { font-size: 10px } .defaultSkin .mce_p span.mceText { } .defaultSkin .mce_address span.mceText { font-style: italic } .defaultSkin .mce_pre span.mceText { font-family: monospace } .defaultSkin .mce_h1 span.mceText { font-weight: bolder; font-size: 2em } .defaultSkin .mce_h2 span.mceText { font-weight: bolder; font-size: 1.5em } .defaultSkin .mce_h3 span.mceText { font-weight: bolder; font-size: 1.17em } .defaultSkin .mce_h4 span.mceText { font-weight: bolder; font-size: 1em } .defaultSkin .mce_h5 span.mceText { font-weight: bolder; font-size: .83em } .defaultSkin .mce_h6 span.mceText { font-weight: bolder; font-size: .75em } /* Theme */ .defaultSkin span.mce_bold { background-position: 0 0 } .defaultSkin span.mce_italic { background-position: -60px 0 } .defaultSkin span.mce_underline { background-position: -140px 0 } .defaultSkin span.mce_strikethrough { background-position: -120px 0 } .defaultSkin span.mce_undo { background-position: -160px 0 } .defaultSkin span.mce_redo { background-position: -100px 0 } .defaultSkin span.mce_cleanup { background-position: -40px 0 } .defaultSkin span.mce_bullist { background-position: -20px 0 } .defaultSkin span.mce_numlist { background-position: -80px 0 } .defaultSkin span.mce_justifyleft { background-position: -460px 0 } .defaultSkin span.mce_justifyright { background-position: -480px 0 } .defaultSkin span.mce_justifycenter { background-position: -420px 0 } .defaultSkin span.mce_justifyfull { background-position: -440px 0 } .defaultSkin span.mce_anchor { background-position: -200px 0 } .defaultSkin span.mce_indent { background-position: -400px 0 } .defaultSkin span.mce_outdent { background-position: -540px 0 } .defaultSkin span.mce_link { background-position: -500px 0 } .defaultSkin span.mce_unlink { background-position: -640px 0 } .defaultSkin span.mce_sub { background-position: -600px 0 } .defaultSkin span.mce_sup { background-position: -620px 0 } .defaultSkin span.mce_removeformat { background-position: -580px 0 } .defaultSkin span.mce_newdocument { background-position: -520px 0 } .defaultSkin span.mce_image { background-position: -380px 0 } .defaultSkin span.mce_help { background-position: -340px 0 } .defaultSkin span.mce_code { background-position: -260px 0 } .defaultSkin span.mce_hr { background-position: -360px 0 } .defaultSkin span.mce_visualaid { background-position: -660px 0 } .defaultSkin span.mce_charmap { background-position: -240px 0 } .defaultSkin span.mce_paste { background-position: -560px 0 } .defaultSkin span.mce_copy { background-position: -700px 0 } .defaultSkin span.mce_cut { background-position: -680px 0 } .defaultSkin span.mce_blockquote { background-position: -220px 0 } .defaultSkin .mce_forecolor span.mceAction { background-position: -720px 0 } .defaultSkin .mce_backcolor span.mceAction { background-position: -760px 0 } .defaultSkin .mce_forecolorpicker { background-position: -720px 0 } .defaultSkin .mce_backcolorpicker { background-position: -760px 0 } /* Plugins */ .defaultSkin span.mce_advhr { background-position: -0px -20px } .defaultSkin span.mce_ltr { background-position: -20px -20px } .defaultSkin span.mce_rtl { background-position: -40px -20px } .defaultSkin span.mce_emotions { background-position: -60px -20px } .defaultSkin span.mce_fullpage { background-position: -80px -20px } .defaultSkin span.mce_fullscreen { background-position: -100px -20px } .defaultSkin span.mce_iespell { background-position: -120px -20px } .defaultSkin span.mce_insertdate { background-position: -140px -20px } .defaultSkin span.mce_inserttime { background-position: -160px -20px } .defaultSkin span.mce_absolute { background-position: -180px -20px } .defaultSkin span.mce_backward { background-position: -200px -20px } .defaultSkin span.mce_forward { background-position: -220px -20px } .defaultSkin span.mce_insert_layer { background-position: -240px -20px } .defaultSkin span.mce_insertlayer { background-position: -260px -20px } .defaultSkin span.mce_movebackward { background-position: -280px -20px } .defaultSkin span.mce_moveforward { background-position: -300px -20px } .defaultSkin span.mce_media { background-position: -320px -20px } .defaultSkin span.mce_nonbreaking { background-position: -340px -20px } .defaultSkin span.mce_pastetext { background-position: -360px -20px } .defaultSkin span.mce_pasteword { background-position: -380px -20px } .defaultSkin span.mce_selectall { background-position: -400px -20px } .defaultSkin span.mce_preview { background-position: -420px -20px } .defaultSkin span.mce_print { background-position: -440px -20px } .defaultSkin span.mce_cancel { background-position: -460px -20px } .defaultSkin span.mce_save { background-position: -480px -20px } .defaultSkin span.mce_replace { background-position: -500px -20px } .defaultSkin span.mce_search { background-position: -520px -20px } .defaultSkin span.mce_styleprops { background-position: -560px -20px } .defaultSkin span.mce_table { background-position: -580px -20px } .defaultSkin span.mce_cell_props { background-position: -600px -20px } .defaultSkin span.mce_delete_table { background-position: -620px -20px } .defaultSkin span.mce_delete_col { background-position: -640px -20px } .defaultSkin span.mce_delete_row { background-position: -660px -20px } .defaultSkin span.mce_col_after { background-position: -680px -20px } .defaultSkin span.mce_col_before { background-position: -700px -20px } .defaultSkin span.mce_row_after { background-position: -720px -20px } .defaultSkin span.mce_row_before { background-position: -740px -20px } .defaultSkin span.mce_merge_cells { background-position: -760px -20px } .defaultSkin span.mce_table_props { background-position: -980px -20px } .defaultSkin span.mce_row_props { background-position: -780px -20px } .defaultSkin span.mce_split_cells { background-position: -800px -20px } .defaultSkin span.mce_template { background-position: -820px -20px } .defaultSkin span.mce_visualchars { background-position: -840px -20px } .defaultSkin span.mce_abbr { background-position: -860px -20px } .defaultSkin span.mce_acronym { background-position: -880px -20px } .defaultSkin span.mce_attribs { background-position: -900px -20px } .defaultSkin span.mce_cite { background-position: -920px -20px } .defaultSkin span.mce_del { background-position: -940px -20px } .defaultSkin span.mce_ins { background-position: -960px -20px } .defaultSkin span.mce_pagebreak { background-position: 0 -40px } .defaultSkin .mce_spellchecker span.mceAction { background-position: -540px -20px }
0.315736
0.038865
Overlay */ #easyOverlay { position: fixed; z-index: 9998; left: 0; top: 0; width: 100%; height: 100%; background: #000; cursor: pointer; } /* Main window */ #easyCenter { position: fixed; left: 50%; top: 50%; z-index: 9999; overflow: hidden; background: #000; border-radius: 8px; box-shadow: 0px 0px 16px #40ff40; } /* Loading class */ #easyLoadingIndicator { position: relative; left: 50%; top: 50%; width: 32px; height: 32px; margin-left: -16px; margin-top: -16px; background: url(loading.gif) no-repeat; } #easyContainer { overflow: hidden; } /* Error class */ #easyContainer.error { background: url(error.png) no-repeat center; } /* Resource container and Label/Number/Buttons container Border replaces padding */ #easyContainer, #easyBottom { padding: 10px; color: #00bf00; } #easyBottom { padding-top: 0; } /* Disable borders */ #easyContainer img, #easyContainer iframe { border: 0; } /* Bottom settings */ #easyBottom { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; text-align: left; border-top: none; } /* Close button */ #easyCloseLink { display: block; float: right; width: 20px; height: 20px; background: transparent url(closebtn.png) no-repeat center; margin: 0 0 0 10px; outline: none; } /* Next and previous button container */ #easyNavigation { float: left; width: 38px; height: 20px; margin: 0 10px 0 0; } /* Previous button */ #easyPrevLink { display: block; float: left; width: 18px; height: 20px; background: transparent url(prevbtn.png) no-repeat center; outline: none; } /* Next button */ #easyNextLink { display: block; margin: 0 0 0 20px; width: 18px; height: 20px; background: transparent url(nextbtn.png) no-repeat center; outline: none; } #easyPrevLink.disabled, #easyNextLink.disabled { visibility: hidden; } /* Slideshow button */ #easySlideLink { display: block; float: right; width: 20px; height: 20px; background: transparent url(slidebtn.png) no-repeat center; margin: 0 0 0 10px; outline: none; } /* Disabled slideshow button */ #easySlideLink.disabled { background: transparent url(noslidebtn.png) no-repeat center; } /* Caption and number container */ #easyCaption, #easyNumber { display: block; margin-right: 60px; } /* Caption and number moved right when navigation arrows are present */ #easyCaption.nav, #easyNumber.nav { margin-left: 48px; } /* Caption container */ #easyCaption { font-size: 12px; font-weight: bold; line-height: 16px; padding-top: 2px; } /* Number container */ #easyNumber { font-size: 10px; line-height: 10px; height: 10px; padding: 4px 0 6px; }
app/webroot/css/easybox/glow/easybox.css
Overlay */ #easyOverlay { position: fixed; z-index: 9998; left: 0; top: 0; width: 100%; height: 100%; background: #000; cursor: pointer; } /* Main window */ #easyCenter { position: fixed; left: 50%; top: 50%; z-index: 9999; overflow: hidden; background: #000; border-radius: 8px; box-shadow: 0px 0px 16px #40ff40; } /* Loading class */ #easyLoadingIndicator { position: relative; left: 50%; top: 50%; width: 32px; height: 32px; margin-left: -16px; margin-top: -16px; background: url(loading.gif) no-repeat; } #easyContainer { overflow: hidden; } /* Error class */ #easyContainer.error { background: url(error.png) no-repeat center; } /* Resource container and Label/Number/Buttons container Border replaces padding */ #easyContainer, #easyBottom { padding: 10px; color: #00bf00; } #easyBottom { padding-top: 0; } /* Disable borders */ #easyContainer img, #easyContainer iframe { border: 0; } /* Bottom settings */ #easyBottom { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; text-align: left; border-top: none; } /* Close button */ #easyCloseLink { display: block; float: right; width: 20px; height: 20px; background: transparent url(closebtn.png) no-repeat center; margin: 0 0 0 10px; outline: none; } /* Next and previous button container */ #easyNavigation { float: left; width: 38px; height: 20px; margin: 0 10px 0 0; } /* Previous button */ #easyPrevLink { display: block; float: left; width: 18px; height: 20px; background: transparent url(prevbtn.png) no-repeat center; outline: none; } /* Next button */ #easyNextLink { display: block; margin: 0 0 0 20px; width: 18px; height: 20px; background: transparent url(nextbtn.png) no-repeat center; outline: none; } #easyPrevLink.disabled, #easyNextLink.disabled { visibility: hidden; } /* Slideshow button */ #easySlideLink { display: block; float: right; width: 20px; height: 20px; background: transparent url(slidebtn.png) no-repeat center; margin: 0 0 0 10px; outline: none; } /* Disabled slideshow button */ #easySlideLink.disabled { background: transparent url(noslidebtn.png) no-repeat center; } /* Caption and number container */ #easyCaption, #easyNumber { display: block; margin-right: 60px; } /* Caption and number moved right when navigation arrows are present */ #easyCaption.nav, #easyNumber.nav { margin-left: 48px; } /* Caption container */ #easyCaption { font-size: 12px; font-weight: bold; line-height: 16px; padding-top: 2px; } /* Number container */ #easyNumber { font-size: 10px; line-height: 10px; height: 10px; padding: 4px 0 6px; }
0.163345
0.054324
@-moz-document domain('facebook.com') { /* navigation */ #blueBar { background:#5b5a5a !important; } #pageLogo a { background:url(http://img683.imageshack.us/img683/7692/pluchfzrq3g.png) no-repeat scroll -21px 0 !important; } #headNavOut { background:#8b8a8b !important; border-color:#515151 !important; } /*#content { background-color:#e6e6e9 !important; }*/ /* main nav icons */ #fbRequestsJewel.fbJewel { background-image: url("http://www.mediafire.com/imgbnc.php/d642d6855cbea53a74656bebde75798ef01bc87e87d0089e89f6e91b1f44f1db6g.jpg") !important; background-position: -50px -107.5px !important; } #fbMessagesJewel.fbJewel { background-image: url("http://www.mediafire.com/imgbnc.php/d642d6855cbea53a74656bebde75798ef01bc87e87d0089e89f6e91b1f44f1db6g.jpg") !important; background-position: -50px -75px !important; } #fbNotificationsJewel.fbJewel { background-image: url("http://www.mediafire.com/imgbnc.php/d642d6855cbea53a74656bebde75798ef01bc87e87d0089e89f6e91b1f44f1db6g.jpg") !important; background-position: -50px -139px !important; } #jewelContainer .jewel { border:none !important; } .jewelToggler:hover { background-color: #CCCCCC !important; } /* search */ #navSearch { border-color:#4c4c4c !important; } #navSearch input { border-color:#000 !important; } #navAccountLink:hover { color:#EEEEEE !important; } /* nav tabs */ #pageNav a:hover, #pageNav a:focus, #pageNav a:active { background-color:#343434 !important; color:#ecebeb !important; } /* boxes */ .lightblue_box { border-color:#c6c4c5 !important; } .commentable_item .ufi_section { background-color:#c6c4c5 !important; } textarea, .inputtext, .inputpassword { border-color:#abaaab!important; } /* links */ a { color:#808080 !important; } .uiLinkButton input { color:#2c2c2c !important; } .action_links_title .comment_link, .action_links_bottom .comment_link, .feedback_show_link, .feedback_hide_link, .UIActionLinks .comment_link { color:#2c2c2c !important; } button.as_link { color:#2c2c2c !important; } /* side nav */ .uiSideNav .selected .item, .uiSideNav ul .selected .subitem, .uiSideNav .selected .item:hover, .uiSideNav ul .selected .subitem:hover .uiSideNav .item:hover, .uiSideNav .subitem:hover .friends_online_sidebar li.buddy_row a:hover .unread { background-color:#cfcdce !important; } .line { color:#414141 !important; } /* pop up box */ #jewelCase .jewelFooter a { background-color:#363636 !important; } #jewelCase .jewelFooter .uiTextSubtitle { color:#363636 !important; } #jewelCase .jewelFooter a:hover span, #jewelCase .jewelFooter a:active span, #jewelCase .jewelFooter a:focus span, #jewelBoxMail a:hover .uiTextSubtitle, #jewelBoxMail a:active .uiTextSubtitle, #jewelBoxMail a:focus .uiTextSubtitle { color:#3b3b3b !important; } #jewelBoxMail li a:hover, #jewelBoxMail li a:active, #jewelBoxMail li a:focus { background-color:#cfcece !important; border-color:#aeadad !important; } #jewelCase .jewelBox { background-color:#ecebeb !important; } /* copy */ .uiHeader h2 { color:#2f2f2f !important; } /* graffiti */ .current_stuff td { background-color:#e8e6e7 !important; border-color:#c2c2c2 !important; } /* profile page */ .UIComposer .UIComposer_Box { background-color:#e4e2e3 !important; border-color:#cecece !important; } .profile .box .box_header { background-color:#e4e2e3 !important; border-color:#cecece !important; } /* profile tabs */ .profile .top_bar ul.tabs li.selected a.tab_link { background-color:#000 !important; border-color:#8f8f8f !important; } .profile .top_bar ul.tabs li a.tab_link { background-color:#b1b0b0 !important; border-color:#8f8f8f !important; } .profile .top_bar ul.tabs li a.tab_link:hover { background-color:#403f3f !important; color:#ecebeb !important; border-color:#434243 !important; } /* buttons */ .UIButton_Blue { background:#484848 !important; border-color:#9c9b9b !important; } .UIComposer_InputArea { border-color:#b3b2b2 !important; } .uiButtonConfirm { background:#515050 !important; border-color:#8e8e8e !important; } #presence #buddy_list_tab #buddy_count strong { color:#ecebeb !important; } /* END code for Grey Theme by Haiggoh */ } /* "Sticky Top Nav Bar & More Prettiness" by Code.Red */ /* This version updated September 16 2011, 10:18 */ @-moz-document domain("facebook.com") { /* START sticky nav bar */ #globalContainer #pageHead, .loggedout_menubar { width: 981px !important; left: 50%; margin-left: -490.5px !important; z-index: 15 !important; } html.sidebarMode #globalContainer #pageHead { margin-left: -580.5px !important; } #blueBar { position: fixed !important; top: 0px; width: 100%; visibility: visible; -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); z-index: 14 !important; } #blueBar.ophLoggedOut { height: 82px !important; } .fbChatSidebar { z-index: 20 !important; } #content { position: relative; top: -6px; } #blueBarHolder { height: 41px; } body.UIPage_LoggedOut #content { padding-top: 80px !important; } .loggedout_menubar { position: fixed; } /* END sticky nav bar */ /* START sticky left column on main page */ body.home #mainContainer #leftCol { position: fixed; top: 35px; } /* END sticky left column on main page */ /* START blink new notifications buttons */ .fbJewel { margin-right: 1px !important; } #fbMessagesFlyout { left: 27px !important; } #fbNotificationsFlyout { left: 54px !important; } div:not(#fb_menu_unfriends) > .jewelUnread { background: url('data:image/gif;base64,R0lGODlhAQABAIAAAP///zpalCH/C05FVFNDQVBFMi4wAwEAAAAh+QQJeAABACwAAAAAAQABAAACAkQBACH5BAl4AAEALAAAAAABAAEAAAICTAEAOw==') !important; -moz-border-radius: 6px; /*border: solid 1px white !important;*/ display: block; height: 29px !important; } /* END blink new notifications buttons */ /* START round the top edges */ #headNav, .jewelButton, #pageLogo > a { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; } #pageNav #navAccount > a, li.openToggler { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; } /* END round the top edges */ /* START shadows under menus & chat */ #navAccount > ul, .fbJewelFlyout, .uiOverlay, #navSearch .uiTypeaheadView, .pop_container_advanced, .HovercardOverlay div.stage { -webkit-box-shadow: 3px 3px 20px rgba(0,0,0,0.4) !important; -moz-box-shadow: 3px 3px 20px rgba(0,0,0,0.4) !important; } .fbNubFlyout, .uiMenu { -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.3) !important; -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3) !important; } .fbDockChatTab.disabled > a { background-color: rgba(235,238,244,0.8) !important; opacity: 0.8; } .fbDockChatTab.disabled > a:hover { background-color: rgba(235,238,244,1) !important; opacity: 1; } form .uiTypeaheadView { z-index: -10 !important; border-top: 0; } /* END shadows under menus & chat */ /* START photoSnowBox tweaks */ #fbPhotoSnowbox div.container, #fbPhotoStagePagers a { box-shadow: 3px 3px 20px rgba(0,0,0,0.4) !important; } /* END photoSnowBox tweaks */ /* START fix top light blue banner (set home page reminder, etc) */ #ConfirmBannerOuterContainer { position: relative !important; top: 40px; z-index: 10; } /* END fix top light blue banner */ /* START CSS3 animations */ @-webkit-keyframes fadein { from { opacity: 0; }} @-moz-keyframes fadein { from { opacity: 0; }} .fbPhotoTheater, .fbPhotoTheater .stage img, .photoInfoWrapper *, .text_exposed_show { -webkit-animation: fadein 0.3s; -moz-animation: fadein 0.3s; } @-webkit-keyframes slidefromtop { from { opacity: 0; -webkit-transform: translateY(-10px); }} @-moz-keyframes slidefromtop { from { opacity: 0; -moz-transform: translateY(-10px); }} .jewelFlyout, .uiSelectorMenuWrapper, .uiTypeaheadView { -webkit-animation: slidefromtop 0.25s; -moz-animation: slidefromtop 0.25s; } @-webkit-keyframes slidefrombottom { from { opacity: 0; -webkit-transform: translateY(10px); }} @-moz-keyframes slidefrombottom { from { opacity: 0; -moz-transform: translateY(10px); }} .fbNubFlyout, .hovercard, .uiTooltipWrap { -webkit-animation: slidefrombottom 0.25s; -moz-animation: slidefrombottom 0.25s; } @-webkit-keyframes slidefromtoplarge { from { opacity: 0; -webkit-transform: translateY(-200px); }} @-moz-keyframes slidefromtoplarge { from { opacity: 0; -moz-transform: translateY(-200px); }} body:not(.fbQuestionPopupExpanded) .generic_dialog, body.fbQuestionPopupExpanded .pop_content { -webkit-animation: slidefromtoplarge 0.6s; -moz-animation: slidefromtoplarge 0.6s; } /* fix fbQuestions bugs */ body.fbQuestionPopupExpanded .pop_content { -webkit-box-shadow: 3px 3px 30px rgba(0,0,0,0.6); -moz-box-shadow: 3px 3px 30px rgba(0,0,0,0.6); } body.fbQuestionPopupExpanded { margin-right: 0px; overflow: auto; } /* END CSS3 animations */ }
data/usercss/43160.user.css
@-moz-document domain('facebook.com') { /* navigation */ #blueBar { background:#5b5a5a !important; } #pageLogo a { background:url(http://img683.imageshack.us/img683/7692/pluchfzrq3g.png) no-repeat scroll -21px 0 !important; } #headNavOut { background:#8b8a8b !important; border-color:#515151 !important; } /*#content { background-color:#e6e6e9 !important; }*/ /* main nav icons */ #fbRequestsJewel.fbJewel { background-image: url("http://www.mediafire.com/imgbnc.php/d642d6855cbea53a74656bebde75798ef01bc87e87d0089e89f6e91b1f44f1db6g.jpg") !important; background-position: -50px -107.5px !important; } #fbMessagesJewel.fbJewel { background-image: url("http://www.mediafire.com/imgbnc.php/d642d6855cbea53a74656bebde75798ef01bc87e87d0089e89f6e91b1f44f1db6g.jpg") !important; background-position: -50px -75px !important; } #fbNotificationsJewel.fbJewel { background-image: url("http://www.mediafire.com/imgbnc.php/d642d6855cbea53a74656bebde75798ef01bc87e87d0089e89f6e91b1f44f1db6g.jpg") !important; background-position: -50px -139px !important; } #jewelContainer .jewel { border:none !important; } .jewelToggler:hover { background-color: #CCCCCC !important; } /* search */ #navSearch { border-color:#4c4c4c !important; } #navSearch input { border-color:#000 !important; } #navAccountLink:hover { color:#EEEEEE !important; } /* nav tabs */ #pageNav a:hover, #pageNav a:focus, #pageNav a:active { background-color:#343434 !important; color:#ecebeb !important; } /* boxes */ .lightblue_box { border-color:#c6c4c5 !important; } .commentable_item .ufi_section { background-color:#c6c4c5 !important; } textarea, .inputtext, .inputpassword { border-color:#abaaab!important; } /* links */ a { color:#808080 !important; } .uiLinkButton input { color:#2c2c2c !important; } .action_links_title .comment_link, .action_links_bottom .comment_link, .feedback_show_link, .feedback_hide_link, .UIActionLinks .comment_link { color:#2c2c2c !important; } button.as_link { color:#2c2c2c !important; } /* side nav */ .uiSideNav .selected .item, .uiSideNav ul .selected .subitem, .uiSideNav .selected .item:hover, .uiSideNav ul .selected .subitem:hover .uiSideNav .item:hover, .uiSideNav .subitem:hover .friends_online_sidebar li.buddy_row a:hover .unread { background-color:#cfcdce !important; } .line { color:#414141 !important; } /* pop up box */ #jewelCase .jewelFooter a { background-color:#363636 !important; } #jewelCase .jewelFooter .uiTextSubtitle { color:#363636 !important; } #jewelCase .jewelFooter a:hover span, #jewelCase .jewelFooter a:active span, #jewelCase .jewelFooter a:focus span, #jewelBoxMail a:hover .uiTextSubtitle, #jewelBoxMail a:active .uiTextSubtitle, #jewelBoxMail a:focus .uiTextSubtitle { color:#3b3b3b !important; } #jewelBoxMail li a:hover, #jewelBoxMail li a:active, #jewelBoxMail li a:focus { background-color:#cfcece !important; border-color:#aeadad !important; } #jewelCase .jewelBox { background-color:#ecebeb !important; } /* copy */ .uiHeader h2 { color:#2f2f2f !important; } /* graffiti */ .current_stuff td { background-color:#e8e6e7 !important; border-color:#c2c2c2 !important; } /* profile page */ .UIComposer .UIComposer_Box { background-color:#e4e2e3 !important; border-color:#cecece !important; } .profile .box .box_header { background-color:#e4e2e3 !important; border-color:#cecece !important; } /* profile tabs */ .profile .top_bar ul.tabs li.selected a.tab_link { background-color:#000 !important; border-color:#8f8f8f !important; } .profile .top_bar ul.tabs li a.tab_link { background-color:#b1b0b0 !important; border-color:#8f8f8f !important; } .profile .top_bar ul.tabs li a.tab_link:hover { background-color:#403f3f !important; color:#ecebeb !important; border-color:#434243 !important; } /* buttons */ .UIButton_Blue { background:#484848 !important; border-color:#9c9b9b !important; } .UIComposer_InputArea { border-color:#b3b2b2 !important; } .uiButtonConfirm { background:#515050 !important; border-color:#8e8e8e !important; } #presence #buddy_list_tab #buddy_count strong { color:#ecebeb !important; } /* END code for Grey Theme by Haiggoh */ } /* "Sticky Top Nav Bar & More Prettiness" by Code.Red */ /* This version updated September 16 2011, 10:18 */ @-moz-document domain("facebook.com") { /* START sticky nav bar */ #globalContainer #pageHead, .loggedout_menubar { width: 981px !important; left: 50%; margin-left: -490.5px !important; z-index: 15 !important; } html.sidebarMode #globalContainer #pageHead { margin-left: -580.5px !important; } #blueBar { position: fixed !important; top: 0px; width: 100%; visibility: visible; -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); z-index: 14 !important; } #blueBar.ophLoggedOut { height: 82px !important; } .fbChatSidebar { z-index: 20 !important; } #content { position: relative; top: -6px; } #blueBarHolder { height: 41px; } body.UIPage_LoggedOut #content { padding-top: 80px !important; } .loggedout_menubar { position: fixed; } /* END sticky nav bar */ /* START sticky left column on main page */ body.home #mainContainer #leftCol { position: fixed; top: 35px; } /* END sticky left column on main page */ /* START blink new notifications buttons */ .fbJewel { margin-right: 1px !important; } #fbMessagesFlyout { left: 27px !important; } #fbNotificationsFlyout { left: 54px !important; } div:not(#fb_menu_unfriends) > .jewelUnread { background: url('data:image/gif;base64,R0lGODlhAQABAIAAAP///zpalCH/C05FVFNDQVBFMi4wAwEAAAAh+QQJeAABACwAAAAAAQABAAACAkQBACH5BAl4AAEALAAAAAABAAEAAAICTAEAOw==') !important; -moz-border-radius: 6px; /*border: solid 1px white !important;*/ display: block; height: 29px !important; } /* END blink new notifications buttons */ /* START round the top edges */ #headNav, .jewelButton, #pageLogo > a { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; } #pageNav #navAccount > a, li.openToggler { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; } /* END round the top edges */ /* START shadows under menus & chat */ #navAccount > ul, .fbJewelFlyout, .uiOverlay, #navSearch .uiTypeaheadView, .pop_container_advanced, .HovercardOverlay div.stage { -webkit-box-shadow: 3px 3px 20px rgba(0,0,0,0.4) !important; -moz-box-shadow: 3px 3px 20px rgba(0,0,0,0.4) !important; } .fbNubFlyout, .uiMenu { -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.3) !important; -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3) !important; } .fbDockChatTab.disabled > a { background-color: rgba(235,238,244,0.8) !important; opacity: 0.8; } .fbDockChatTab.disabled > a:hover { background-color: rgba(235,238,244,1) !important; opacity: 1; } form .uiTypeaheadView { z-index: -10 !important; border-top: 0; } /* END shadows under menus & chat */ /* START photoSnowBox tweaks */ #fbPhotoSnowbox div.container, #fbPhotoStagePagers a { box-shadow: 3px 3px 20px rgba(0,0,0,0.4) !important; } /* END photoSnowBox tweaks */ /* START fix top light blue banner (set home page reminder, etc) */ #ConfirmBannerOuterContainer { position: relative !important; top: 40px; z-index: 10; } /* END fix top light blue banner */ /* START CSS3 animations */ @-webkit-keyframes fadein { from { opacity: 0; }} @-moz-keyframes fadein { from { opacity: 0; }} .fbPhotoTheater, .fbPhotoTheater .stage img, .photoInfoWrapper *, .text_exposed_show { -webkit-animation: fadein 0.3s; -moz-animation: fadein 0.3s; } @-webkit-keyframes slidefromtop { from { opacity: 0; -webkit-transform: translateY(-10px); }} @-moz-keyframes slidefromtop { from { opacity: 0; -moz-transform: translateY(-10px); }} .jewelFlyout, .uiSelectorMenuWrapper, .uiTypeaheadView { -webkit-animation: slidefromtop 0.25s; -moz-animation: slidefromtop 0.25s; } @-webkit-keyframes slidefrombottom { from { opacity: 0; -webkit-transform: translateY(10px); }} @-moz-keyframes slidefrombottom { from { opacity: 0; -moz-transform: translateY(10px); }} .fbNubFlyout, .hovercard, .uiTooltipWrap { -webkit-animation: slidefrombottom 0.25s; -moz-animation: slidefrombottom 0.25s; } @-webkit-keyframes slidefromtoplarge { from { opacity: 0; -webkit-transform: translateY(-200px); }} @-moz-keyframes slidefromtoplarge { from { opacity: 0; -moz-transform: translateY(-200px); }} body:not(.fbQuestionPopupExpanded) .generic_dialog, body.fbQuestionPopupExpanded .pop_content { -webkit-animation: slidefromtoplarge 0.6s; -moz-animation: slidefromtoplarge 0.6s; } /* fix fbQuestions bugs */ body.fbQuestionPopupExpanded .pop_content { -webkit-box-shadow: 3px 3px 30px rgba(0,0,0,0.6); -moz-box-shadow: 3px 3px 30px rgba(0,0,0,0.6); } body.fbQuestionPopupExpanded { margin-right: 0px; overflow: auto; } /* END CSS3 animations */ }
0.137359
0.049589
*{ background-image: url("../imagen/logo4.jpg"); } #resaltar{ text-align: center; position: absolute; top: 320px; left: 350px; background: rgba(250, 248, 248, 0); color :rgb(0, 162, 255); } /* Para crear el menu */ div#menu { position: absolute; top: 400px; left: 5px; width: 150px; margin-top: 50px; } /* Para darle color de fondo*/ div#menu ul { list-style: none; color: rgb(255, 250, 250); } /* Para darle color de la letras */ div#menu ul li { margin-top: 15px; font-family: Tahoma; font-size: 18px; background-color: #699bb3; } /* Por defecto ul genera una separación hacia la derecha. con margin:0 queda anulada */ div#menu a { display: block; text-decoration: none; color: #6643ff; background: #f0edff; padding: 3px 6px 3px 6px; border-radius: 16px; } /* Por defecto ul genera una separación hacia la derecha. con margin:0 queda anulada */ div#menu a:hover { padding-left: 5px; } #color{ text-decoration-color: transparent; font-style: normal; } #contenido{ width: 40%; color:rgb(30, 155, 5); position: absolute; top: 400px; left: 210px; background: rgba(250, 248, 248, 0); margin-left:10px ; margin-right:10px ; border-width:2px; border-color: brown; border-style: solid; } #contenido2{ width: 35%; position: absolute; top: 400px; left: 745px; color:rgb(3, 0, 160); padding-left: 10px; padding-right: 10px; margin-left:10px ; margin-right:10px ; border-width: 4px; border-color: brown; border-style: solid; float: left; } #temas{ width: 15%; position: absolute; top: 300px; left: 5px; background: rgba(250, 248, 248, 0); color: rgb(180, 29, 29); border-style: solid; border-color:rgb(255, 251, 0); } #medio{ text-align: center; width: 40%; position: absolute; top: 640px; left: 770px; } #letras{ font: 1em sans-serif; color:rgb(255, 174, 0); } #video{ width: 10%; position: absolute; top: 700px; left: 760px; } #final{ width: 80%; color: white; position: absolute; top: 1020px; left: 10px; background: rgba(250, 248, 248, 0); margin-right:10px ; border-width: 4px; border-color: brown; border-style:solid; } .horizontal{ display: flex; justify-content: center; } .vertical{ display: flex; flex-direction: column; justify-content: center; }
estilos/estilos2.css
*{ background-image: url("../imagen/logo4.jpg"); } #resaltar{ text-align: center; position: absolute; top: 320px; left: 350px; background: rgba(250, 248, 248, 0); color :rgb(0, 162, 255); } /* Para crear el menu */ div#menu { position: absolute; top: 400px; left: 5px; width: 150px; margin-top: 50px; } /* Para darle color de fondo*/ div#menu ul { list-style: none; color: rgb(255, 250, 250); } /* Para darle color de la letras */ div#menu ul li { margin-top: 15px; font-family: Tahoma; font-size: 18px; background-color: #699bb3; } /* Por defecto ul genera una separación hacia la derecha. con margin:0 queda anulada */ div#menu a { display: block; text-decoration: none; color: #6643ff; background: #f0edff; padding: 3px 6px 3px 6px; border-radius: 16px; } /* Por defecto ul genera una separación hacia la derecha. con margin:0 queda anulada */ div#menu a:hover { padding-left: 5px; } #color{ text-decoration-color: transparent; font-style: normal; } #contenido{ width: 40%; color:rgb(30, 155, 5); position: absolute; top: 400px; left: 210px; background: rgba(250, 248, 248, 0); margin-left:10px ; margin-right:10px ; border-width:2px; border-color: brown; border-style: solid; } #contenido2{ width: 35%; position: absolute; top: 400px; left: 745px; color:rgb(3, 0, 160); padding-left: 10px; padding-right: 10px; margin-left:10px ; margin-right:10px ; border-width: 4px; border-color: brown; border-style: solid; float: left; } #temas{ width: 15%; position: absolute; top: 300px; left: 5px; background: rgba(250, 248, 248, 0); color: rgb(180, 29, 29); border-style: solid; border-color:rgb(255, 251, 0); } #medio{ text-align: center; width: 40%; position: absolute; top: 640px; left: 770px; } #letras{ font: 1em sans-serif; color:rgb(255, 174, 0); } #video{ width: 10%; position: absolute; top: 700px; left: 760px; } #final{ width: 80%; color: white; position: absolute; top: 1020px; left: 10px; background: rgba(250, 248, 248, 0); margin-right:10px ; border-width: 4px; border-color: brown; border-style:solid; } .horizontal{ display: flex; justify-content: center; } .vertical{ display: flex; flex-direction: column; justify-content: center; }
0.314366
0.086671
@charset "UTF-8"; body{ font-family:Arial, Helvetica, sans-serif;/*Fuente de la pagina-------------------*/ font-size:12px;/*Tamaño de fuente-------------------*/ } footer{ clear: both; position: relative; height: 10%; width: 103%; margin: 0; bottom: -8px; left: -2%; } .lateral{ /*Color de fondo de los divs-------------------*/ float:left; background-color:#EEEEEE;/*color gris claro-------------------*/ width:806px; } table td{ font-size:12px; } [id='buttons']{ width:800px; float:left; margin-top:20px; text-align:right; } .ui-widget-header/*titulo de pop up UI-------------------*/ { background-color: #4c4c4c !important; background-image:none; color:white; border:0px; } #capturaMovimiento,#Proveedores,#ProveedoresLista,#copiarPoliza/*fondo de pop up de captura-------------------*/ { display:none; background-color:#EEEEEE; width:500px; height:500px; border:1px solid #CCC; } .captura td { width:265px; height:30px; } #lista td { width:100px; height:30px; } .captura2 td { width:350px; height:30px; } .over{ background-color:#c0d459 !important; color:#FFF; } .out{ background-color:; color:; } #aux{ width:100%; height:35%; border:0px solid red; position: relative; } a.bot { text-decoration: none; font-weight: bold; color:black; } a.bot:hover { text-decoration: underline; color:white; } /**********/ .repTitulo{ background: #fafafa; text-align: center; margin: 5px 0px 10px 0px; padding: 6px 0px 6px 0px; color: #353535; text-shadow: 0px 1px 0px #FFFFFF; font-size: 18px; font-weight: bold; border-bottom: 2px #708090 solid; box-shadow: 0px 1px 0px #700000; } .per{ font-size:13px; margin-left: auto; margin-right: auto; width: 50%; min-width: 320px; background-color: #708090; } .per ul { list-style: none; margin: 0; padding: 0; } .per li { margin-top: 2px; padding: 10px; background-color: #fafafa; min-height: 43px; } #info label { width: 40%; margin-right: 10px; text-align: right; } .per2 { font-size:13px; width:70%; min-width: 320px; margin-left: auto; margin-right: auto; background-color: #708090; } .per2left{ width:49%; float:left; background-color: #708090; } .per2right{ width:49%; float:right; background-color: #708090; } .per2 ul { list-style: none; margin: 0; padding: 0; } .per2 li { margin-top: 2px; padding: 10px; background-color: #fafafa; min-height: 43px; } .per3 { font-size:13px; width:70%; min-width: 320px; margin-left: auto; margin-right: auto; background-color: #f5f7f0; } .per3 ul{list-style: none; margin: 0; padding: 0; } .per3 ul li {display: inline;} .per3 li{ float: left; margin-top: 2px; padding: 10px; min-width: 100px; background-color: #f5f7f0; } .iconos{ float:right; margin-right: 30px; } .c0{background-color:#fafafa;} .c1{background-color:#f6f7f8;} .c2{background-color:#edeff1;} .c3{background-color:#e4e7ea;} .c4{background-color:#dbbfe3;} .c5{background-color:#d2d7dc;} .c6{background-color:#c9cfd5;} .c7{background-color:#c0c7ce;} .c8{background-color:#b7bfc7;} .c8{background-color:#afb8c1;} .t12{font-size: 12px;} .t11{font-size: 11px;} .t10{font-size: 10px;} .t9{font-size: 9px;} .t8{font-size: 8px;} .t7{font-size: 7px;} .w{color:white;} .r{text-align:right;} .table thead, .table tbody tr { display:table; width:100%; table-layout: fixed;/* even columns width , fix width of table too*/ } .tablaResponsiva{ max-width: 100vw !important; display: inline-block; }
webapp/modulos/nominas/css/style.css
@charset "UTF-8"; body{ font-family:Arial, Helvetica, sans-serif;/*Fuente de la pagina-------------------*/ font-size:12px;/*Tamaño de fuente-------------------*/ } footer{ clear: both; position: relative; height: 10%; width: 103%; margin: 0; bottom: -8px; left: -2%; } .lateral{ /*Color de fondo de los divs-------------------*/ float:left; background-color:#EEEEEE;/*color gris claro-------------------*/ width:806px; } table td{ font-size:12px; } [id='buttons']{ width:800px; float:left; margin-top:20px; text-align:right; } .ui-widget-header/*titulo de pop up UI-------------------*/ { background-color: #4c4c4c !important; background-image:none; color:white; border:0px; } #capturaMovimiento,#Proveedores,#ProveedoresLista,#copiarPoliza/*fondo de pop up de captura-------------------*/ { display:none; background-color:#EEEEEE; width:500px; height:500px; border:1px solid #CCC; } .captura td { width:265px; height:30px; } #lista td { width:100px; height:30px; } .captura2 td { width:350px; height:30px; } .over{ background-color:#c0d459 !important; color:#FFF; } .out{ background-color:; color:; } #aux{ width:100%; height:35%; border:0px solid red; position: relative; } a.bot { text-decoration: none; font-weight: bold; color:black; } a.bot:hover { text-decoration: underline; color:white; } /**********/ .repTitulo{ background: #fafafa; text-align: center; margin: 5px 0px 10px 0px; padding: 6px 0px 6px 0px; color: #353535; text-shadow: 0px 1px 0px #FFFFFF; font-size: 18px; font-weight: bold; border-bottom: 2px #708090 solid; box-shadow: 0px 1px 0px #700000; } .per{ font-size:13px; margin-left: auto; margin-right: auto; width: 50%; min-width: 320px; background-color: #708090; } .per ul { list-style: none; margin: 0; padding: 0; } .per li { margin-top: 2px; padding: 10px; background-color: #fafafa; min-height: 43px; } #info label { width: 40%; margin-right: 10px; text-align: right; } .per2 { font-size:13px; width:70%; min-width: 320px; margin-left: auto; margin-right: auto; background-color: #708090; } .per2left{ width:49%; float:left; background-color: #708090; } .per2right{ width:49%; float:right; background-color: #708090; } .per2 ul { list-style: none; margin: 0; padding: 0; } .per2 li { margin-top: 2px; padding: 10px; background-color: #fafafa; min-height: 43px; } .per3 { font-size:13px; width:70%; min-width: 320px; margin-left: auto; margin-right: auto; background-color: #f5f7f0; } .per3 ul{list-style: none; margin: 0; padding: 0; } .per3 ul li {display: inline;} .per3 li{ float: left; margin-top: 2px; padding: 10px; min-width: 100px; background-color: #f5f7f0; } .iconos{ float:right; margin-right: 30px; } .c0{background-color:#fafafa;} .c1{background-color:#f6f7f8;} .c2{background-color:#edeff1;} .c3{background-color:#e4e7ea;} .c4{background-color:#dbbfe3;} .c5{background-color:#d2d7dc;} .c6{background-color:#c9cfd5;} .c7{background-color:#c0c7ce;} .c8{background-color:#b7bfc7;} .c8{background-color:#afb8c1;} .t12{font-size: 12px;} .t11{font-size: 11px;} .t10{font-size: 10px;} .t9{font-size: 9px;} .t8{font-size: 8px;} .t7{font-size: 7px;} .w{color:white;} .r{text-align:right;} .table thead, .table tbody tr { display:table; width:100%; table-layout: fixed;/* even columns width , fix width of table too*/ } .tablaResponsiva{ max-width: 100vw !important; display: inline-block; }
0.17441
0.083479
:host { --oobe-text-button-focused-border-color: rgba(66, 133, 244, 0.4); /* #4284f4 */ } .step { box-sizing: border-box; position: absolute; } .step.animated:not(.faded) { transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, visibility 200ms ease-in-out; } .step.hidden { visibility: hidden; } .faded, .left, .right { opacity: 0; } .step.right { transform: translateX(50px); } .step.left { transform: translateX(-50px) } .step.fullscreen { height: 100%; left: 0; right: 0; top: 0; width: 100%; } .step-controls { bottom: 21px; box-sizing: border-box; display: flex; height: 28px; justify-content: flex-end; min-height: 0; padding-inline-end: 34px; /* Double the padding of .step */ position: absolute; width: 100%; } .animation .step-controls button { /* Don't grey out disabled buttons during animation. */ color: buttontext !important; } .step.loading .step-contents, .step.loading .step-controls, .step.loading .step-extra-controls { visibility: hidden; } .step:not(.loading) #user-images-loading { visibility: hidden; } .step:not(.loading) #eula-busy { visibility: hidden; } /* Fixes performance problem caused by http://crbug.com/229405 . */ .step.hidden .throbber, .step.hidden .spinner, .step.hidden .inline-spinner { display: none; } #security-info a, #eula a, .step-extra-controls a { color: rgb(49, 106, 197); /* same as 'Learn more' link */ font-size: 12px; text-decoration: none; } .step-extra-controls { bottom: 26px; left: 49px; position: absolute; } /* EULA screen extra controls have 2 elements so they require different alignment. */ #eula-extra-controls { bottom: 17px; } #security-info a:focus, #eula a:focus, .step-extra-controls a:focus { /* Note: May use 1px solid here. */ outline-color: rgb(77, 144, 254); transition: outline-color 200ms; } .step-extra-controls > *:not(:first-child) { margin-top: 7px; } html[dir=rtl] .step-extra-controls { left: auto; right: 49px; } #oobe.autolaunch #autolaunch-confirm-button, #oobe.autolaunch #autolaunch-cancel-button, #oobe.connect #continue-button, #oobe.eula #accept-button, #oobe.eula #back-button, #oobe.kiosk-enable #kiosk-cancel-button, #oobe.kiosk-enable #kiosk-enable-button, #oobe.user-image #ok-button { display: block; } #autolaunch-confirm-button, #back-button, #kiosk-enable-button, #reset-button, #password-changed-back-button, #tos-back-button { margin-inline-end: 8px; } .menu-area { margin: 5px; } .menu-control { color: #444; font-family: inherit; line-height: 20px; position: relative; width: 250px; } html[highlight=strong] #security-info a:focus, html[highlight=strong] #eula a:focus, html[highlight=strong] .step-extra-controls a:focus, html[highlight=strong] .menu-control:focus, html[highlight=strong] input[type='button']:focus, html[highlight=strong] button:focus { box-shadow: 0 0 23px rgb(77, 144, 254) !important; }
chrome/browser/resources/chromeos/login/oobe_screen.css
:host { --oobe-text-button-focused-border-color: rgba(66, 133, 244, 0.4); /* #4284f4 */ } .step { box-sizing: border-box; position: absolute; } .step.animated:not(.faded) { transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, visibility 200ms ease-in-out; } .step.hidden { visibility: hidden; } .faded, .left, .right { opacity: 0; } .step.right { transform: translateX(50px); } .step.left { transform: translateX(-50px) } .step.fullscreen { height: 100%; left: 0; right: 0; top: 0; width: 100%; } .step-controls { bottom: 21px; box-sizing: border-box; display: flex; height: 28px; justify-content: flex-end; min-height: 0; padding-inline-end: 34px; /* Double the padding of .step */ position: absolute; width: 100%; } .animation .step-controls button { /* Don't grey out disabled buttons during animation. */ color: buttontext !important; } .step.loading .step-contents, .step.loading .step-controls, .step.loading .step-extra-controls { visibility: hidden; } .step:not(.loading) #user-images-loading { visibility: hidden; } .step:not(.loading) #eula-busy { visibility: hidden; } /* Fixes performance problem caused by http://crbug.com/229405 . */ .step.hidden .throbber, .step.hidden .spinner, .step.hidden .inline-spinner { display: none; } #security-info a, #eula a, .step-extra-controls a { color: rgb(49, 106, 197); /* same as 'Learn more' link */ font-size: 12px; text-decoration: none; } .step-extra-controls { bottom: 26px; left: 49px; position: absolute; } /* EULA screen extra controls have 2 elements so they require different alignment. */ #eula-extra-controls { bottom: 17px; } #security-info a:focus, #eula a:focus, .step-extra-controls a:focus { /* Note: May use 1px solid here. */ outline-color: rgb(77, 144, 254); transition: outline-color 200ms; } .step-extra-controls > *:not(:first-child) { margin-top: 7px; } html[dir=rtl] .step-extra-controls { left: auto; right: 49px; } #oobe.autolaunch #autolaunch-confirm-button, #oobe.autolaunch #autolaunch-cancel-button, #oobe.connect #continue-button, #oobe.eula #accept-button, #oobe.eula #back-button, #oobe.kiosk-enable #kiosk-cancel-button, #oobe.kiosk-enable #kiosk-enable-button, #oobe.user-image #ok-button { display: block; } #autolaunch-confirm-button, #back-button, #kiosk-enable-button, #reset-button, #password-changed-back-button, #tos-back-button { margin-inline-end: 8px; } .menu-area { margin: 5px; } .menu-control { color: #444; font-family: inherit; line-height: 20px; position: relative; width: 250px; } html[highlight=strong] #security-info a:focus, html[highlight=strong] #eula a:focus, html[highlight=strong] .step-extra-controls a:focus, html[highlight=strong] .menu-control:focus, html[highlight=strong] input[type='button']:focus, html[highlight=strong] button:focus { box-shadow: 0 0 23px rgb(77, 144, 254) !important; }
0.568536
0.151561
body { background:#fff; font-family:Arial, sans-serif; } p { /*margin-bottom:20px;*/ } .clearout { height:20px; clear:both; } #flexiselDemo1, #flexiselDemo2, #flexiselDemo3 { display:none; } .nbs-flexisel-container { position:relative; max-width:100%; } .nbs-flexisel-ul { position:relative; width:9999px; margin:0px; padding:0px; list-style-type:none; text-align:center; list-style:none !important; } .nbs-flexisel-inner { overflow:hidden; float:left; width:100%; /*background:#fcfcfc;*/ /*background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); FF3.6+ */ /*background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); Chrome,Safari4+ */ /*background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); Chrome10+,Safari5.1+ */ /* background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); Opera11.10+ */ /*background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); IE10+ */ /*background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); W3C */ /*border:1px solid #ccc; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; */ } .nbs-flexisel-item { float:left; margin:0px; padding:0px; cursor:pointer; position:relative; line-height:0px; } .nbs-flexisel-item img { cursor: pointer; position: relative; margin-top: 10px; margin-bottom: 10px; max-width:100%; } /*** Navigation ***/ .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { cursor: pointer; height: auto; opacity: .2; position: absolute; width: 45px; z-index: 100; text-align: center; } .nbs-flexisel-nav-left { left: 10px; background-color: #FFA500; /*background: url(img/button-previous.png) no-repeat;*/ } .nbs-flexisel-nav-right { right: 5px; background-color: #FFA500; /*background: url(img/button-next.png) no-repeat;*/ transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; -ms-transition:all 0.3s ease 0s; } .nbs-flexisel-nav-left:hover , .nbs-flexisel-nav-right:hover { opacity:1; } .nbs-flexisel-nav-left i, .nbs-flexisel-nav-right i { font-size: 35px; padding: 5px 0px; }
js/flexisel/flexisel.css
body { background:#fff; font-family:Arial, sans-serif; } p { /*margin-bottom:20px;*/ } .clearout { height:20px; clear:both; } #flexiselDemo1, #flexiselDemo2, #flexiselDemo3 { display:none; } .nbs-flexisel-container { position:relative; max-width:100%; } .nbs-flexisel-ul { position:relative; width:9999px; margin:0px; padding:0px; list-style-type:none; text-align:center; list-style:none !important; } .nbs-flexisel-inner { overflow:hidden; float:left; width:100%; /*background:#fcfcfc;*/ /*background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); FF3.6+ */ /*background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); Chrome,Safari4+ */ /*background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); Chrome10+,Safari5.1+ */ /* background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); Opera11.10+ */ /*background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); IE10+ */ /*background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); W3C */ /*border:1px solid #ccc; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; */ } .nbs-flexisel-item { float:left; margin:0px; padding:0px; cursor:pointer; position:relative; line-height:0px; } .nbs-flexisel-item img { cursor: pointer; position: relative; margin-top: 10px; margin-bottom: 10px; max-width:100%; } /*** Navigation ***/ .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { cursor: pointer; height: auto; opacity: .2; position: absolute; width: 45px; z-index: 100; text-align: center; } .nbs-flexisel-nav-left { left: 10px; background-color: #FFA500; /*background: url(img/button-previous.png) no-repeat;*/ } .nbs-flexisel-nav-right { right: 5px; background-color: #FFA500; /*background: url(img/button-next.png) no-repeat;*/ transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; -ms-transition:all 0.3s ease 0s; } .nbs-flexisel-nav-left:hover , .nbs-flexisel-nav-right:hover { opacity:1; } .nbs-flexisel-nav-left i, .nbs-flexisel-nav-right i { font-size: 35px; padding: 5px 0px; }
0.373762
0.048519
.avatar { position: relative; display: inline-block; width: 3rem; height: 3rem; font-size: 1.25rem; } .avatar-img, .avatar-initials, .avatar-placeholder { width: 100%; height: 100%; border-radius: inherit; } .avatar-img { display: block; -o-object-fit: cover; object-fit: cover; } .avatar-initials { position: absolute; top: 0; left: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; color: #fff; line-height: 0; background-color: #a0aec0; } .avatar-placeholder { position: absolute; top: 0; left: 0; background: #a0aec0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' d='M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z'/%3e%3c/svg%3e") no-repeat center/1.75rem; } .avatar-indicator { position: absolute; right: 0; bottom: 0; width: 20%; height: 20%; display: block; background-color: #a0aec0; border-radius: 50%; } .avatar-group { display: -ms-inline-flexbox; display: inline-flex; } .avatar-group .avatar + .avatar { margin-left: -0.75rem; } .avatar-group .avatar:hover { z-index: 1; } .avatar-sm, .avatar-group-sm > .avatar { width: 2.125rem; height: 2.125rem; font-size: 1rem; } .avatar-sm .avatar-placeholder, .avatar-group-sm > .avatar .avatar-placeholder { background-size: 1.25rem; } .avatar-group-sm > .avatar + .avatar { margin-left: -0.53125rem; } .avatar-lg, .avatar-group-lg > .avatar { width: 4rem; height: 4rem; font-size: 1.5rem; } .avatar-lg .avatar-placeholder, .avatar-group-lg > .avatar .avatar-placeholder { background-size: 2.25rem; } .avatar-group-lg > .avatar + .avatar { margin-left: -1rem; } .avatar-light .avatar-indicator { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75); } .avatar-group-light > .avatar { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75); } .avatar-dark .avatar-indicator { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); } .avatar-group-dark > .avatar { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); } /* Font not working in <textarea> for this version of bs */ textarea { font-family: inherit; }
public/css/reply.css
.avatar { position: relative; display: inline-block; width: 3rem; height: 3rem; font-size: 1.25rem; } .avatar-img, .avatar-initials, .avatar-placeholder { width: 100%; height: 100%; border-radius: inherit; } .avatar-img { display: block; -o-object-fit: cover; object-fit: cover; } .avatar-initials { position: absolute; top: 0; left: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; color: #fff; line-height: 0; background-color: #a0aec0; } .avatar-placeholder { position: absolute; top: 0; left: 0; background: #a0aec0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' d='M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z'/%3e%3c/svg%3e") no-repeat center/1.75rem; } .avatar-indicator { position: absolute; right: 0; bottom: 0; width: 20%; height: 20%; display: block; background-color: #a0aec0; border-radius: 50%; } .avatar-group { display: -ms-inline-flexbox; display: inline-flex; } .avatar-group .avatar + .avatar { margin-left: -0.75rem; } .avatar-group .avatar:hover { z-index: 1; } .avatar-sm, .avatar-group-sm > .avatar { width: 2.125rem; height: 2.125rem; font-size: 1rem; } .avatar-sm .avatar-placeholder, .avatar-group-sm > .avatar .avatar-placeholder { background-size: 1.25rem; } .avatar-group-sm > .avatar + .avatar { margin-left: -0.53125rem; } .avatar-lg, .avatar-group-lg > .avatar { width: 4rem; height: 4rem; font-size: 1.5rem; } .avatar-lg .avatar-placeholder, .avatar-group-lg > .avatar .avatar-placeholder { background-size: 2.25rem; } .avatar-group-lg > .avatar + .avatar { margin-left: -1rem; } .avatar-light .avatar-indicator { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75); } .avatar-group-light > .avatar { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75); } .avatar-dark .avatar-indicator { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); } .avatar-group-dark > .avatar { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); } /* Font not working in <textarea> for this version of bs */ textarea { font-family: inherit; }
0.560854
0.078008
table { border-collapse: collapse; table-layout: initial; width: 100%; } td { border: 1px solid #e6e6e6; text-align: center; padding: 15px 20px; width: 25%; } p { margin: 0 2px; width: 100%; font-size: 2rem; } .parentFlexColumn { display: flex; flex-direction: column; justify-content: center; align-items: center; } .flexContentBetween { display: flex; justify-content: space-between; align-items: center; } .title { width: 100%; text-align: center; } .conditionBorderLeft { border-left: 1px solid #e6e6e6; } .conditionBorderRight { border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .container { width: 100%; height: 100%; color: white; } .content { width: 100%; } .conditions { width: 95%; } .whoCanUse { width: 95%; display: flex; margin-bottom: 20px; } .whoCanUseChildrenSize { width: 50%; position: relative; } .whoCanUseChildrenSize::after, .whoCanUseChildrenSize::before { position: absolute; content: ''; } .whoCanUseChildrenSize::before { top: 0; height: 1px; left: 17px; right: 17px; border-top: 1px solid #e6e6e6; } .whoCanUseChildrenSize::after { top: 7px; bottom: 7px; left: 0px; border-left: 1px solid #e6e6e6; width: 1px; } .whoCanUseContent::after, .whoCanUseContent::before { position: absolute; content: ''; } .whoCanUseContent::before { bottom: 0; height: 1px; left: 17px; right: 17px; border-top: 1px solid #e6e6e6; } .whoCanUseContent::after { top: 7px; bottom: 7px; right: 0px; border-left: 1px solid #e6e6e6; width: 1px; } .whoCanUseContent { width: 100%; height: 95%; display: flex; align-items: center; justify-content: center; padding: 15px 0 10px 0; box-sizing: border-box; } .whoCanUseContent p { text-align: center; padding-top: 10px; padding-bottom: 10px; } .marginMinus { margin-left: -2px; } @media screen and (max-width: 750px) { table { border-collapse: collapse; table-layout: initial; width: 100%; } td { border: 1px solid #e6e6e6; text-align: center; padding: 15px 20px; width: 25%; font-size: 2vmin; } td p { font-size: initial; } } @media screen and (max-width: 600px) { td p { font-size: inherit; } }
src/app/home/pages/installment-plan/installment-plan.component.css
table { border-collapse: collapse; table-layout: initial; width: 100%; } td { border: 1px solid #e6e6e6; text-align: center; padding: 15px 20px; width: 25%; } p { margin: 0 2px; width: 100%; font-size: 2rem; } .parentFlexColumn { display: flex; flex-direction: column; justify-content: center; align-items: center; } .flexContentBetween { display: flex; justify-content: space-between; align-items: center; } .title { width: 100%; text-align: center; } .conditionBorderLeft { border-left: 1px solid #e6e6e6; } .conditionBorderRight { border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .container { width: 100%; height: 100%; color: white; } .content { width: 100%; } .conditions { width: 95%; } .whoCanUse { width: 95%; display: flex; margin-bottom: 20px; } .whoCanUseChildrenSize { width: 50%; position: relative; } .whoCanUseChildrenSize::after, .whoCanUseChildrenSize::before { position: absolute; content: ''; } .whoCanUseChildrenSize::before { top: 0; height: 1px; left: 17px; right: 17px; border-top: 1px solid #e6e6e6; } .whoCanUseChildrenSize::after { top: 7px; bottom: 7px; left: 0px; border-left: 1px solid #e6e6e6; width: 1px; } .whoCanUseContent::after, .whoCanUseContent::before { position: absolute; content: ''; } .whoCanUseContent::before { bottom: 0; height: 1px; left: 17px; right: 17px; border-top: 1px solid #e6e6e6; } .whoCanUseContent::after { top: 7px; bottom: 7px; right: 0px; border-left: 1px solid #e6e6e6; width: 1px; } .whoCanUseContent { width: 100%; height: 95%; display: flex; align-items: center; justify-content: center; padding: 15px 0 10px 0; box-sizing: border-box; } .whoCanUseContent p { text-align: center; padding-top: 10px; padding-bottom: 10px; } .marginMinus { margin-left: -2px; } @media screen and (max-width: 750px) { table { border-collapse: collapse; table-layout: initial; width: 100%; } td { border: 1px solid #e6e6e6; text-align: center; padding: 15px 20px; width: 25%; font-size: 2vmin; } td p { font-size: initial; } } @media screen and (max-width: 600px) { td p { font-size: inherit; } }
0.528533
0.205217
@charset "utf-8"; /* CSS Document */ *{ box-sizing: border-box; padding: 0; margin: 0; } body{ line-height: 1.5; } .card-wrapper{ max-width: 1100px; margin: 0 auto; } img{ width: 100%; display: block; } .img-display{ overflow: hidden; } .img-showcase{ display: flex; width: 100%; transition: all 0.5s ease; } .img-showcase img{ min-width: 100%; } .img-select{ display: flex; } .img-item{ margin: 0.3rem; } .img-item:nth-child(1), .img-item:nth-child(2), .img-item:nth-child(3){ margin-right: 0; } .img-item:hover{ opacity: 0.8; } .product-content{ padding: 2rem 1rem; } .product-title{ font-size: 3rem; text-transform: capitalize; font-weight: 700; position: relative; color: #12263a; margin: 1rem 0; } .product-title::after{ content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: 80px; background: #12263a; } .product-link{ text-decoration: none; text-transform: uppercase; font-weight: 400; font-size: 0.9rem; display: inline-block; margin-bottom: 0.5rem; background: #256eff; color: #fff; padding: 0 0.3rem; transition: all 0.5s ease; } .product-link:hover{ opacity: 0.9; } .rating{color:#FFD200;font-size:12px;padding:10px 0 0;margin:0;list-style:none;position:relative;z-index:-1} .rating li.disable{color:rgba(0,0,0,.2)} .product-rating span{ font-weight: 600; color: #252525; } .product-price{ margin: 1rem 0; font-size: 1rem; font-weight: 700; } .product-price span{ font-weight: 400; } .last-price span{ color: #f64749; text-decoration: line-through; } .new-price span{ color: #256eff; } .product-detail h2{ text-transform: capitalize; color: #12263a; padding-bottom: 0.6rem; } .product-detail p{ font-size: 0.9rem; padding: 0.3rem; opacity: 0.8; } .product-detail ul li span{ font-weight: 400; } .purchase-info{ margin: 1.5rem 0; } .purchase-info input, .purchase-info .btn{ border: 1.5px solid #ddd; border-radius: 25px; text-align: center; padding: 0.45rem 0.8rem; outline: 0; margin-right: 0.2rem; margin-bottom: 1rem; } .purchase-info input{ width: 60px; } .purchase-info .btn{ cursor: pointer; color: #fff; } .purchase-info .btn{ background: #256eff; } .purchase-info .btn:hover{ opacity: 0.9; } .social-links{ display: flex; align-items: center; } .social-links a{ display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; color: #000; border: 1px solid #000; margin: 0 0.2rem; border-radius: 50%; text-decoration: none; font-size: 0.8rem; transition: all 0.5s ease; } .social-links a:hover{ background: #000; border-color: transparent; color: #fff; } @media screen and (min-width: 992px){ .card{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 1.5rem; } .card-wrapper{ height: 100vh; display: flex; justify-content: center; align-items: center; } .product-imgs{ display: flex; flex-direction: column; justify-content: center; } .product-content{ padding-top: 0; } } .product-info-tabs { margin-top: 25px; } .product-info-tabs .nav-tabs { border-bottom: 2px solid #d8d8d8; } .product-info-tabs .nav-tabs .nav-item { margin-bottom: 0; } .product-info-tabs .nav-tabs .nav-link { border: none; border-bottom: 2px solid transparent; color: #323232; } .product-info-tabs .nav-tabs .nav-item .nav-link:hover { border: none; } .product-info-tabs .nav-tabs .nav-item.show .nav-link, .product-info-tabs .nav-tabs .nav-link.active, .product-info-tabs .nav-tabs .nav-link.active:hover { border: none; border-bottom: 2px solid #d8d8d8; font-weight: bold; } .product-info-tabs .tab-content .tab-pane { padding: 30px 20px; font-size: 15px; line-height: 24px; color: #7a7a7a; } .review-form .form-group { clear: both; } .mb-20 { margin-bottom: 20px; } .review-form .rate { float: none; display: inline-block; } .review-heading { font-size: 24px; font-weight: 600; line-height: 24px; margin-bottom: 6px; text-transform: uppercase; color: #000; } .review-form .form-control { font-size: 14px; } .review-form input.form-control { height: 40px; } .review-form textarea.form-control { resize: none; } .review-form .round-black-btn { text-transform: uppercase; cursor: pointer; } .reviews-counter { font-size: 13px; } .reviews-counter span { vertical-align: -2px; } .rate { float: left; padding: 0 10px 0 0; } .rate:not(:checked) > input { position:absolute; top:-9999px; } .rate:not(:checked) > label { float: right; width: 15px; overflow: hidden; white-space: nowrap; cursor: pointer; font-size: 21px; color:#ccc; margin-bottom: 0; line-height: 21px; } .rate:not(:checked) > label:before { content: '\2605'; } .rate > input:checked ~ label { color: #ffc700; } .rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label { color: #deb217; } .rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label { color: #c59b08; } .round-black-btn { border-radius: 4px; background: #212529; color: #fff; padding: 7px 45px; display: inline-block; margin-top: 20px; border: solid 2px #212529; transition: all 0.5s ease-in-out 0s; } .round-black-btn:hover, .round-black-btn:focus { background: transparent; color: #212529; text-decoration: none; } .card { margin: auto; padding: 20px; border-radius: 15px; margin-top: 50px; margin-bottom: 50px } fieldset.active { display: block !important } fieldset { display: none } .pic0 { margin-left: 85px; margin-right: auto; display: block } .product-pic { padding-left: auto; padding-right: auto; width: 400px; height: 500px; } .thumbnails { position: absolute } .fit-image { width: 100%; object-fit: cover } .tb { width: 62px; height: 62px; border: 1px solid grey; margin: 2px; opacity: 0.4; cursor: pointer } .tb-active { opacity: 1 } .thumbnail-img { width: 60px; height: 60px } .quantity{ width: 60px; text-align: center; border: 0; outline: 0; background: none; } .count-inlineflex { display: inline-flex; width: auto; border: solid 1px; border-radius: 20px; } @media screen and (max-width: 768px) { .pic0 { width: 250px; height: 350px } }
public/css/product_details.css
@charset "utf-8"; /* CSS Document */ *{ box-sizing: border-box; padding: 0; margin: 0; } body{ line-height: 1.5; } .card-wrapper{ max-width: 1100px; margin: 0 auto; } img{ width: 100%; display: block; } .img-display{ overflow: hidden; } .img-showcase{ display: flex; width: 100%; transition: all 0.5s ease; } .img-showcase img{ min-width: 100%; } .img-select{ display: flex; } .img-item{ margin: 0.3rem; } .img-item:nth-child(1), .img-item:nth-child(2), .img-item:nth-child(3){ margin-right: 0; } .img-item:hover{ opacity: 0.8; } .product-content{ padding: 2rem 1rem; } .product-title{ font-size: 3rem; text-transform: capitalize; font-weight: 700; position: relative; color: #12263a; margin: 1rem 0; } .product-title::after{ content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: 80px; background: #12263a; } .product-link{ text-decoration: none; text-transform: uppercase; font-weight: 400; font-size: 0.9rem; display: inline-block; margin-bottom: 0.5rem; background: #256eff; color: #fff; padding: 0 0.3rem; transition: all 0.5s ease; } .product-link:hover{ opacity: 0.9; } .rating{color:#FFD200;font-size:12px;padding:10px 0 0;margin:0;list-style:none;position:relative;z-index:-1} .rating li.disable{color:rgba(0,0,0,.2)} .product-rating span{ font-weight: 600; color: #252525; } .product-price{ margin: 1rem 0; font-size: 1rem; font-weight: 700; } .product-price span{ font-weight: 400; } .last-price span{ color: #f64749; text-decoration: line-through; } .new-price span{ color: #256eff; } .product-detail h2{ text-transform: capitalize; color: #12263a; padding-bottom: 0.6rem; } .product-detail p{ font-size: 0.9rem; padding: 0.3rem; opacity: 0.8; } .product-detail ul li span{ font-weight: 400; } .purchase-info{ margin: 1.5rem 0; } .purchase-info input, .purchase-info .btn{ border: 1.5px solid #ddd; border-radius: 25px; text-align: center; padding: 0.45rem 0.8rem; outline: 0; margin-right: 0.2rem; margin-bottom: 1rem; } .purchase-info input{ width: 60px; } .purchase-info .btn{ cursor: pointer; color: #fff; } .purchase-info .btn{ background: #256eff; } .purchase-info .btn:hover{ opacity: 0.9; } .social-links{ display: flex; align-items: center; } .social-links a{ display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; color: #000; border: 1px solid #000; margin: 0 0.2rem; border-radius: 50%; text-decoration: none; font-size: 0.8rem; transition: all 0.5s ease; } .social-links a:hover{ background: #000; border-color: transparent; color: #fff; } @media screen and (min-width: 992px){ .card{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 1.5rem; } .card-wrapper{ height: 100vh; display: flex; justify-content: center; align-items: center; } .product-imgs{ display: flex; flex-direction: column; justify-content: center; } .product-content{ padding-top: 0; } } .product-info-tabs { margin-top: 25px; } .product-info-tabs .nav-tabs { border-bottom: 2px solid #d8d8d8; } .product-info-tabs .nav-tabs .nav-item { margin-bottom: 0; } .product-info-tabs .nav-tabs .nav-link { border: none; border-bottom: 2px solid transparent; color: #323232; } .product-info-tabs .nav-tabs .nav-item .nav-link:hover { border: none; } .product-info-tabs .nav-tabs .nav-item.show .nav-link, .product-info-tabs .nav-tabs .nav-link.active, .product-info-tabs .nav-tabs .nav-link.active:hover { border: none; border-bottom: 2px solid #d8d8d8; font-weight: bold; } .product-info-tabs .tab-content .tab-pane { padding: 30px 20px; font-size: 15px; line-height: 24px; color: #7a7a7a; } .review-form .form-group { clear: both; } .mb-20 { margin-bottom: 20px; } .review-form .rate { float: none; display: inline-block; } .review-heading { font-size: 24px; font-weight: 600; line-height: 24px; margin-bottom: 6px; text-transform: uppercase; color: #000; } .review-form .form-control { font-size: 14px; } .review-form input.form-control { height: 40px; } .review-form textarea.form-control { resize: none; } .review-form .round-black-btn { text-transform: uppercase; cursor: pointer; } .reviews-counter { font-size: 13px; } .reviews-counter span { vertical-align: -2px; } .rate { float: left; padding: 0 10px 0 0; } .rate:not(:checked) > input { position:absolute; top:-9999px; } .rate:not(:checked) > label { float: right; width: 15px; overflow: hidden; white-space: nowrap; cursor: pointer; font-size: 21px; color:#ccc; margin-bottom: 0; line-height: 21px; } .rate:not(:checked) > label:before { content: '\2605'; } .rate > input:checked ~ label { color: #ffc700; } .rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label { color: #deb217; } .rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label { color: #c59b08; } .round-black-btn { border-radius: 4px; background: #212529; color: #fff; padding: 7px 45px; display: inline-block; margin-top: 20px; border: solid 2px #212529; transition: all 0.5s ease-in-out 0s; } .round-black-btn:hover, .round-black-btn:focus { background: transparent; color: #212529; text-decoration: none; } .card { margin: auto; padding: 20px; border-radius: 15px; margin-top: 50px; margin-bottom: 50px } fieldset.active { display: block !important } fieldset { display: none } .pic0 { margin-left: 85px; margin-right: auto; display: block } .product-pic { padding-left: auto; padding-right: auto; width: 400px; height: 500px; } .thumbnails { position: absolute } .fit-image { width: 100%; object-fit: cover } .tb { width: 62px; height: 62px; border: 1px solid grey; margin: 2px; opacity: 0.4; cursor: pointer } .tb-active { opacity: 1 } .thumbnail-img { width: 60px; height: 60px } .quantity{ width: 60px; text-align: center; border: 0; outline: 0; background: none; } .count-inlineflex { display: inline-flex; width: auto; border: solid 1px; border-radius: 20px; } @media screen and (max-width: 768px) { .pic0 { width: 250px; height: 350px } }
0.390941
0.067701
html, body { font-family: 'Lato', sans-serif; height: 100%; margin: 0; padding: 0; } .bar2 { height: 85%; position: relative; font-family: 'Open Sans', sans-serif; } .bar1 { margin-bottom: 10px; margin-top: 20px; letter-spacing: 1px; } input { font-size: 12px; } .titleHeading { margin-left: 140px; } .appheading { font-size: 24px; margin-top: 5px; } .heritage { color: green; font-size: 1.2rem; margin-left: 140px; } .p373ID { color: black; font-size: 1.2rem; margin-left: 140px; } .infoImage { margin-top: 15px; width: 30%; height: 30%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); float: left; } .appName { background-color: #bfcaca; } .infoContainer { float: left; position: relative; } h1 { color: #525454; font-size: 22px; margin: 0 0 10px 0; text-align: center; } .footercn { margin-top: 10px; } .footerdetail { margin-top: 5px; font-size: 13px; } .footerbar { background-color: #bfcaca; } #hide-listings, #show-listings { width: 48%; } hr { background: #D0D7D9; height: 1px; margin: 20px 0 20px 0; border: none; } #map { bottom: 0px; height: 100%; width: 74%; position: absolute; right: 0px; margin-right: 15px; } .options-box { background: #fff; border-radius: 3px; height: 100%; width: 100%; line-height: 35px; text-align: left; } #pano { width: 200px; height: 200px; } #search-within-time-text { width: 84%; } #toggle-drawing { width: 27%; position: relative; margin-left: 10px; } .text { font-size: 12px; } .wikiref { font-size: 10px; margin-top: 10px; } #zoom-to-area-text { position: relative; width: 70%; } #zoom-to-area { width: 24%; } #myInput { 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 */ } #myUL { /* Remove default list styling */ list-style-type: none; padding: 0; margin: 0; } #myUL li { border: 1px solid #ddd; /* Add a border to all links */ margin-top: -1px; /* Prevent double borders */ background-color: #f6f6f6; /* Grey background color */ padding: 12px; /* Add some padding */ text-decoration: none; /* Remove default text underline */ font-size: 18px; /* Increase the font-size */ color: black; /* Add a black text color */ display: block; /* Make it into a block element to fill the whole list */ } #myUL li:hover:not(.header) { background-color: #eee; /* Add a hover effect to all links, except for headers */ } @media (max-width: 480px) { #myInput { font-size: 14px; } #myUL li { font-size: 14px; padding: 5px; } .tagList { overflow: hidden; overflow-y: scroll; height: 200px; } /* custom scroll bar */ #scroll-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; } #scroll-list::-webkit-scrollbar { width: 4px; background-color: #F5F5F5; } #scroll-list::-webkit-scrollbar-thumb { background-color: #888787; } #map { width: 90%; } .sidebar-offcanvas { position: absolute; width: 60%; /* 6 columns */ display: none; } .row-offcanvas-right.active .sidebar-offcanvas { display: block; right: 0; top: 180px; left: 15px; z-index: 1; } .row-offcanvas-right { right: 0; } .titleHeading { margin-left: 85px; } .heritage { font-size: 1.2rem; margin-left: 85px; } .button-map { position: absolute; top: 90px; left: 30px; z-index: 2; } } @media (min-width: 481px) and (max-width: 767px) { #myInput { font-size: 14px; } #myUL li { font-size: 14px; } } @media (min-width: 768px) and (max-width: 979px) { #myInput { font-size: 14px; } #myUL li { font-size: 16px; } #map { width: 65%; } .titleHeading { margin-left: 115px; } .heritage { margin-left: 115px; } .tagList { overflow: hidden; overflow-y: scroll; height: 200px; } /* custom scroll bar */ #scroll-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; } #scroll-list::-webkit-scrollbar { width: 4px; background-color: #F5F5F5; } #scroll-list::-webkit-scrollbar-thumb { background-color: #888787; } .sidebar-offcanvas { position: absolute; width: 40%; /* 6 columns */ display: none; } .row-offcanvas-right.active .sidebar-offcanvas { display: block; right: 0; top: 140px; left: 15px; z-index: 1; } .row-offcanvas-right { right: 0; } #map { width: 95%; } .button-map { position: absolute; top: 90px; left: 30px; z-index: 2; } } @media (min-width: 980px) {}
src/css/style.css
html, body { font-family: 'Lato', sans-serif; height: 100%; margin: 0; padding: 0; } .bar2 { height: 85%; position: relative; font-family: 'Open Sans', sans-serif; } .bar1 { margin-bottom: 10px; margin-top: 20px; letter-spacing: 1px; } input { font-size: 12px; } .titleHeading { margin-left: 140px; } .appheading { font-size: 24px; margin-top: 5px; } .heritage { color: green; font-size: 1.2rem; margin-left: 140px; } .p373ID { color: black; font-size: 1.2rem; margin-left: 140px; } .infoImage { margin-top: 15px; width: 30%; height: 30%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); float: left; } .appName { background-color: #bfcaca; } .infoContainer { float: left; position: relative; } h1 { color: #525454; font-size: 22px; margin: 0 0 10px 0; text-align: center; } .footercn { margin-top: 10px; } .footerdetail { margin-top: 5px; font-size: 13px; } .footerbar { background-color: #bfcaca; } #hide-listings, #show-listings { width: 48%; } hr { background: #D0D7D9; height: 1px; margin: 20px 0 20px 0; border: none; } #map { bottom: 0px; height: 100%; width: 74%; position: absolute; right: 0px; margin-right: 15px; } .options-box { background: #fff; border-radius: 3px; height: 100%; width: 100%; line-height: 35px; text-align: left; } #pano { width: 200px; height: 200px; } #search-within-time-text { width: 84%; } #toggle-drawing { width: 27%; position: relative; margin-left: 10px; } .text { font-size: 12px; } .wikiref { font-size: 10px; margin-top: 10px; } #zoom-to-area-text { position: relative; width: 70%; } #zoom-to-area { width: 24%; } #myInput { 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 */ } #myUL { /* Remove default list styling */ list-style-type: none; padding: 0; margin: 0; } #myUL li { border: 1px solid #ddd; /* Add a border to all links */ margin-top: -1px; /* Prevent double borders */ background-color: #f6f6f6; /* Grey background color */ padding: 12px; /* Add some padding */ text-decoration: none; /* Remove default text underline */ font-size: 18px; /* Increase the font-size */ color: black; /* Add a black text color */ display: block; /* Make it into a block element to fill the whole list */ } #myUL li:hover:not(.header) { background-color: #eee; /* Add a hover effect to all links, except for headers */ } @media (max-width: 480px) { #myInput { font-size: 14px; } #myUL li { font-size: 14px; padding: 5px; } .tagList { overflow: hidden; overflow-y: scroll; height: 200px; } /* custom scroll bar */ #scroll-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; } #scroll-list::-webkit-scrollbar { width: 4px; background-color: #F5F5F5; } #scroll-list::-webkit-scrollbar-thumb { background-color: #888787; } #map { width: 90%; } .sidebar-offcanvas { position: absolute; width: 60%; /* 6 columns */ display: none; } .row-offcanvas-right.active .sidebar-offcanvas { display: block; right: 0; top: 180px; left: 15px; z-index: 1; } .row-offcanvas-right { right: 0; } .titleHeading { margin-left: 85px; } .heritage { font-size: 1.2rem; margin-left: 85px; } .button-map { position: absolute; top: 90px; left: 30px; z-index: 2; } } @media (min-width: 481px) and (max-width: 767px) { #myInput { font-size: 14px; } #myUL li { font-size: 14px; } } @media (min-width: 768px) and (max-width: 979px) { #myInput { font-size: 14px; } #myUL li { font-size: 16px; } #map { width: 65%; } .titleHeading { margin-left: 115px; } .heritage { margin-left: 115px; } .tagList { overflow: hidden; overflow-y: scroll; height: 200px; } /* custom scroll bar */ #scroll-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; } #scroll-list::-webkit-scrollbar { width: 4px; background-color: #F5F5F5; } #scroll-list::-webkit-scrollbar-thumb { background-color: #888787; } .sidebar-offcanvas { position: absolute; width: 40%; /* 6 columns */ display: none; } .row-offcanvas-right.active .sidebar-offcanvas { display: block; right: 0; top: 140px; left: 15px; z-index: 1; } .row-offcanvas-right { right: 0; } #map { width: 95%; } .button-map { position: absolute; top: 90px; left: 30px; z-index: 2; } } @media (min-width: 980px) {}
0.448185
0.093554
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 ); -webkit-overflow-scrolling: touch; } html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, sub, tt, var, b, u, i, center, ul, ol, li, dl, dt, dd, table, tr, th, td, thead, tbody, tfoot, caption, form, fieldset, legend, input, button, textarea, select, label, applet, object, iframe, audio, video, canvas, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { font-size: 100%; font-family: inherit; font-weight: inherit; font-style: inherit; line-height: inherit; vertical-align: baseline; border: 0; outline: 0; padding: 0; margin: 0; } html { font-size: 100%; font-size-adjust: auto; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -o-text-size-adjust: 100%; text-size-adjust: 100%; } body { font-family: Helvetica, Arial, sans-serif; line-height: 1; color: #000; background-color: #fff; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not( [controls] ) { display: none; } canvas { -ms-touch-action: double-tap-zoom; touch-action: double-tap-zoom; } [hidden] { display: none; } a { text-decoration: underline; color: #000; } a:hover { text-decoration: none; } a:active { background: none; } /* removes grey background in IE>=10 */ small { font-size: 75%; } big { font-size: 125%; } em { font-style: italic; } strong { font-weight: bold; } ins { text-decoration: none; } del { text-decoration: line-through; } sup, sub { font-size: 75%; line-height: 0; } sup { vertical-align: super; } sub { vertical-align: sub; } pre { display: block; overflow: auto; } code { font-family: 'Courier New', Courier, monospace; } ul, ol { list-style: none; } table { table-layout: auto; border-collapse: separate; border-spacing: 0; empty-cells: show; } img { vertical-align: middle; -ms-interpolation-mode: bicubic; } svg:not(:root) { overflow: hidden; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } input, textarea, select, button { vertical-align: baseline; *vertical-align: middle; -webkit-border-radius: 0; } input, button { line-height: normal; *overflow: visible; } table input, table button { *overflow: auto; } input[type='submit'], input[type='reset'], input[type='button'], button { cursor: pointer; -webkit-appearance: button; } textarea { overflow: auto; vertical-align: top; } input, textarea { -webkit-appearance: none; } input[type='radio'] { -webkit-appearance: radio; } input[type='checkbox'] { -webkit-appearance: checkbox; } input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration, input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { display: none; } input[type='password']::-ms-reveal { display: none; } input::-ms-clear { display: none; } input::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border: 0; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: ' '; clear: both; height: 0; } * html .clearfix { zoom: 1; } *:first-child+html .clearfix { zoom: 1; } .cleaner { height: 0; line-height: 0; clear: both; }
modules/application/jcr_root/etc/designs/teamsite/clientlib-all/css/_reset.css
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 ); -webkit-overflow-scrolling: touch; } html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, sub, tt, var, b, u, i, center, ul, ol, li, dl, dt, dd, table, tr, th, td, thead, tbody, tfoot, caption, form, fieldset, legend, input, button, textarea, select, label, applet, object, iframe, audio, video, canvas, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { font-size: 100%; font-family: inherit; font-weight: inherit; font-style: inherit; line-height: inherit; vertical-align: baseline; border: 0; outline: 0; padding: 0; margin: 0; } html { font-size: 100%; font-size-adjust: auto; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -o-text-size-adjust: 100%; text-size-adjust: 100%; } body { font-family: Helvetica, Arial, sans-serif; line-height: 1; color: #000; background-color: #fff; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not( [controls] ) { display: none; } canvas { -ms-touch-action: double-tap-zoom; touch-action: double-tap-zoom; } [hidden] { display: none; } a { text-decoration: underline; color: #000; } a:hover { text-decoration: none; } a:active { background: none; } /* removes grey background in IE>=10 */ small { font-size: 75%; } big { font-size: 125%; } em { font-style: italic; } strong { font-weight: bold; } ins { text-decoration: none; } del { text-decoration: line-through; } sup, sub { font-size: 75%; line-height: 0; } sup { vertical-align: super; } sub { vertical-align: sub; } pre { display: block; overflow: auto; } code { font-family: 'Courier New', Courier, monospace; } ul, ol { list-style: none; } table { table-layout: auto; border-collapse: separate; border-spacing: 0; empty-cells: show; } img { vertical-align: middle; -ms-interpolation-mode: bicubic; } svg:not(:root) { overflow: hidden; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } input, textarea, select, button { vertical-align: baseline; *vertical-align: middle; -webkit-border-radius: 0; } input, button { line-height: normal; *overflow: visible; } table input, table button { *overflow: auto; } input[type='submit'], input[type='reset'], input[type='button'], button { cursor: pointer; -webkit-appearance: button; } textarea { overflow: auto; vertical-align: top; } input, textarea { -webkit-appearance: none; } input[type='radio'] { -webkit-appearance: radio; } input[type='checkbox'] { -webkit-appearance: checkbox; } input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration, input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { display: none; } input[type='password']::-ms-reveal { display: none; } input::-ms-clear { display: none; } input::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border: 0; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: ' '; clear: both; height: 0; } * html .clearfix { zoom: 1; } *:first-child+html .clearfix { zoom: 1; } .cleaner { height: 0; line-height: 0; clear: both; }
0.360151
0.05752
* { box-sizing: border-box; } body { width: 70%; margin: 0 auto; background-color: whitesmoke; font-family: "Roboto", sans-serif; } input{ border: .1em solid black; border-radius: 0.2em; padding: 15px; background: snow; margin: 0 0 10px 0; } a.button{ min-width: 5em; display:inline-block; padding:0.35em 1.2em; margin:0 0.3em 0.3em 0; border-radius:0.12em; box-sizing: border-box; text-decoration:none; font-family:"Roboto", sans-serif; font-weight:300; background-color: blue; color: white; text-align:center; transition: all 0.2s; cursor: pointer; } a.button:hover{ color: white; background-color: darkblue; } @media all and (max-width:30em){ a.button1{ display:block; margin:0.4em auto; } } .title_box { background-color: white; text-align: center; border-radius: 0.2em; border: solid .1em black; color: black; line-height: 2em; margin: 1em; } .wallet_box { background-color: white; text-align: center; border: solid .1em black; border-radius: 0.2em; color: black; margin: 1em; padding: 1em } .howto_box { background-color: white; text-align: left; border: solid .1em black; border-radius: 0.2em; color: black; margin: 1em; padding: 1em } .proposal_box { background-color: white; border: solid .1em black; border-radius: 0.2em; color: black; display: flex; justify-content: space-between; padding: 1em; margin: 1em; } .caveat_box { background-color: white; color: black; border: solid .1em black; border-radius: 0.2em; margin: 1em; padding: 1em; text-align: justify; } .proposal{ display: inline-block; width: 40%; padding-left: .2em; min-height: 256px; border-radius: 0.2em; background-repeat: no-repeat; background-position: top; text-align: center; } .batman{ background-color: lightskyblue; background-image: url("/batman128.22c8937c.png") } .joker{ background-color: lightsalmon; background-image: url("/joker128.e8fb8237.png") } .total_amount_staked { position: relative; top: 50%; pointer-events: none; } .bet_box{ background-color: white; margin: 1em; padding: 1em; text-align: center; border: solid .1em black; border-radius: 0.2em; } /*# sourceMappingURL=/global.e50bbfba.css.map */
dist/global.e50bbfba.css
* { box-sizing: border-box; } body { width: 70%; margin: 0 auto; background-color: whitesmoke; font-family: "Roboto", sans-serif; } input{ border: .1em solid black; border-radius: 0.2em; padding: 15px; background: snow; margin: 0 0 10px 0; } a.button{ min-width: 5em; display:inline-block; padding:0.35em 1.2em; margin:0 0.3em 0.3em 0; border-radius:0.12em; box-sizing: border-box; text-decoration:none; font-family:"Roboto", sans-serif; font-weight:300; background-color: blue; color: white; text-align:center; transition: all 0.2s; cursor: pointer; } a.button:hover{ color: white; background-color: darkblue; } @media all and (max-width:30em){ a.button1{ display:block; margin:0.4em auto; } } .title_box { background-color: white; text-align: center; border-radius: 0.2em; border: solid .1em black; color: black; line-height: 2em; margin: 1em; } .wallet_box { background-color: white; text-align: center; border: solid .1em black; border-radius: 0.2em; color: black; margin: 1em; padding: 1em } .howto_box { background-color: white; text-align: left; border: solid .1em black; border-radius: 0.2em; color: black; margin: 1em; padding: 1em } .proposal_box { background-color: white; border: solid .1em black; border-radius: 0.2em; color: black; display: flex; justify-content: space-between; padding: 1em; margin: 1em; } .caveat_box { background-color: white; color: black; border: solid .1em black; border-radius: 0.2em; margin: 1em; padding: 1em; text-align: justify; } .proposal{ display: inline-block; width: 40%; padding-left: .2em; min-height: 256px; border-radius: 0.2em; background-repeat: no-repeat; background-position: top; text-align: center; } .batman{ background-color: lightskyblue; background-image: url("/batman128.22c8937c.png") } .joker{ background-color: lightsalmon; background-image: url("/joker128.e8fb8237.png") } .total_amount_staked { position: relative; top: 50%; pointer-events: none; } .bet_box{ background-color: white; margin: 1em; padding: 1em; text-align: center; border: solid .1em black; border-radius: 0.2em; } /*# sourceMappingURL=/global.e50bbfba.css.map */
0.393851
0.143397
.login { background-color: #ffffff; height: 100vh; margin: 0 auto; } .infoAddress { display: flex; flex-direction: row; align-items: center; position: absolute; left: 80%; top: 36px; } .wallet { width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; background-color: #090909 !important; border-radius: 50%; } .iconWallet { width: 42px; height: 42px; filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1)); padding: 10px 9px; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); } .addressDetail { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 138px; height: 45px; background: #f2f6ff; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); border-radius: 19px; padding: 10px; } .textAddress { width: 68px; height: 30px; font-weight: 400; font-size: 18px; color: #000000; text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); overflow: hidden; text-overflow: ellipsis; margin: 0; padding-top: 5px; } .textAddress:hover { text-overflow: clip; word-wrap: break-word; } .loginCenter { display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding-top: 120px; } .titleLogin { font-weight: 700; font-size: 50px; line-height: 59px; text-align: center; /* Text */ color: #090909; margin-bottom: 30px; } .iconUser { } .loginForm { margin-top: 30px; display: flex; flex-direction: column; } .inputInfo, .inputPassword { margin-bottom: 42px; border: none; border-bottom: 3px solid #000000; width: 350px; padding: 5px; font-weight: 400; font-size: 20px; line-height: 24px; color: #959595; } .inputInfo, .inputPassword:focus { outline: none; } .buttonLogin { border-radius: 29px !important; background-color: #000000 !important; height: 59px !important; width: 100%; margin-top: 10px !important; font-weight: 700 !important; font-size: 24px !important; line-height: 28px !important; text-transform: uppercase !important; color: #ffffff !important; padding: 13px 37px; margin-right: 0px !important; } .forgotPassword { text-align: center; margin-top: 22px; font-weight: 400; font-size: 20px; line-height: 24px; text-align: center; color: #090909; } .recoverPassword { color: #4167d8; cursor: pointer; } .dontHaveAccount { margin: 46px 0; font-weight: 400; font-size: 20px; line-height: 24px; text-align: center; color: #000000; } .textSignUp { color: #4167d8; cursor: pointer; }
src/Components/Login/Login.css
.login { background-color: #ffffff; height: 100vh; margin: 0 auto; } .infoAddress { display: flex; flex-direction: row; align-items: center; position: absolute; left: 80%; top: 36px; } .wallet { width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; background-color: #090909 !important; border-radius: 50%; } .iconWallet { width: 42px; height: 42px; filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1)); padding: 10px 9px; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); } .addressDetail { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 138px; height: 45px; background: #f2f6ff; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); border-radius: 19px; padding: 10px; } .textAddress { width: 68px; height: 30px; font-weight: 400; font-size: 18px; color: #000000; text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); overflow: hidden; text-overflow: ellipsis; margin: 0; padding-top: 5px; } .textAddress:hover { text-overflow: clip; word-wrap: break-word; } .loginCenter { display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding-top: 120px; } .titleLogin { font-weight: 700; font-size: 50px; line-height: 59px; text-align: center; /* Text */ color: #090909; margin-bottom: 30px; } .iconUser { } .loginForm { margin-top: 30px; display: flex; flex-direction: column; } .inputInfo, .inputPassword { margin-bottom: 42px; border: none; border-bottom: 3px solid #000000; width: 350px; padding: 5px; font-weight: 400; font-size: 20px; line-height: 24px; color: #959595; } .inputInfo, .inputPassword:focus { outline: none; } .buttonLogin { border-radius: 29px !important; background-color: #000000 !important; height: 59px !important; width: 100%; margin-top: 10px !important; font-weight: 700 !important; font-size: 24px !important; line-height: 28px !important; text-transform: uppercase !important; color: #ffffff !important; padding: 13px 37px; margin-right: 0px !important; } .forgotPassword { text-align: center; margin-top: 22px; font-weight: 400; font-size: 20px; line-height: 24px; text-align: center; color: #090909; } .recoverPassword { color: #4167d8; cursor: pointer; } .dontHaveAccount { margin: 46px 0; font-weight: 400; font-size: 20px; line-height: 24px; text-align: center; color: #000000; } .textSignUp { color: #4167d8; cursor: pointer; }
0.419172
0.112747
*/ a { color: #dc2a0b; text-decoration: none; } a:hover { color: #c4250a; text-decoration: underline; } /* // #Headings // -------------------------------------------------- */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Oswald', sans-serif; font-weight: normal; line-height: 1.2em; margin: 0 0 1em 0; color: #2f2f2f; text-transform: uppercase; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { color: #2f2f2f; } h1 .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa, .h1 .fa, .h2 .fa, .h3 .fa, .h4 .fa, .h5 .fa, .h6 .fa { margin-right: 5px; } h1, .h1 { font-size: 30px; margin-bottom: .75em; } h2, .h2 { font-size: 24px; } h3, .h3 { font-size: 18px; } h4, .h4 { font-size: 16px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 1.5em 0; } .title-accent { padding-top: 5px; } .title-accent > h3 > span { font-family: 'Anton', sans-serif; font-size: 30px; } .section-dark .title-accent > h3 { color: #fff; } .section-dark .title-accent > h3 > span { color: #dc2a0b; } .one-page section.dark .title-accent > h3 > span, .one-page section.dark .title-accent > h3 { color: #fff; font-family: 'Oswald', sans-serif; font-size: 18px; } .title-centered { text-align: center; } .title-centered > h2 { font-size: 28px; margin-bottom: 1.2em; } .title-bordered { border-bottom: 1px solid #dcdcdc; padding-bottom: .75em; margin-bottom: 1.5em; } .title-decorated { position: relative; padding-bottom: 40px; margin-bottom: 40px; } .title-decorated:before, .title-decorated:after { content: ""; display: block; position: absolute; left: 50%; bottom: 3px; border-radius: 50%; width: 8px; height: 8px; background: #dcdcdc; } .title-decorated:before { margin-left: -22px; } .title-decorated:after { margin-left: 14px; } .title-decorated h1 { margin-bottom: 0; position: relative; text-align: center; } .title-decorated h1:before { content: ""; display: block; position: absolute; left: 50%; bottom: -40px; width: 14px; height: 14px; margin-left: -7px; border-radius: 50%; background: #dcdcdc; } .title-decorated span { font-weight: normal; color: #dc2a0b; } /* // #Buttons // -------------------------------------------------- */ .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { font-family: 'Oswald', sans-serif; text-transform: uppercase; border-bottom-color: transparent; -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06); box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06); } .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn:active, .btn.active { background-image: none; } .btn-default { background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-color: #f2f2f2; text-shadow: 0 1px 0 #fff; -webkit-box-shadow: none !important; box-shadow: none !important; border-color: #e4e4e4; background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0); } .btn-default:hover, .btn-default:focus { background-color: #f2f2f2; background-position: 0 -15px; border-color: #f2f2f2; } .btn-default:active, .btn-default.active { background-color: #f2f2f2; border-color: #f2f2f2; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-default:hover, .btn-default:active { border-color: #ccc; background-position: 0 0; background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%); background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); } .btn-primary { background-image: -webkit-linear-gradient(top, #dc2a0b 0%, #c4250a 100%); background-image: linear-gradient(to bottom, #dc2a0b 0%, #c4250a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffc4250a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #c4250a; } .btn-primary:hover, .btn-primary:focus { background-color: #c4250a; background-position: 0 -15px; border-color: #c4250a; } .btn-primary:active, .btn-primary.active { background-color: #c4250a; border-color: #c4250a; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-success { background-image: -webkit-linear-gradient(top, #71cd75 0%, #5ec663 100%); background-image: linear-gradient(to bottom, #71cd75 0%, #5ec663 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71cd75', endColorstr='#ff5ec663', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #5ec663; } .btn-success:hover, .btn-success:focus { background-color: #5ec663; background-position: 0 -15px; border-color: #5ec663; } .btn-success:active, .btn-success.active { background-color: #5ec663; border-color: #5ec663; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-info { background-image: -webkit-linear-gradient(top, #dfeffe 0%, #c6e3fd 100%); background-image: linear-gradient(to bottom, #dfeffe 0%, #c6e3fd 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfeffe', endColorstr='#ffc6e3fd', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #c6e3fd; } .btn-info:hover, .btn-info:focus { background-color: #c6e3fd; background-position: 0 -15px; border-color: #c6e3fd; } .btn-info:active, .btn-info.active { background-color: #c6e3fd; border-color: #c6e3fd; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-warning { background-image: -webkit-linear-gradient(top, #fcbe5c 0%, #fcb443 100%); background-image: linear-gradient(to bottom, #fcbe5c 0%, #fcb443 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcbe5c', endColorstr='#fffcb443', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #fcb443; } .btn-warning:hover, .btn-warning:focus { background-color: #fcb443; background-position: 0 -15px; border-color: #fcb443; } .btn-warning:active, .btn-warning.active { background-color: #fcb443; border-color: #fcb443; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-danger { background-image: -webkit-linear-gradient(top, #d9534f 0%, #d43f3a 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #d43f3a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffd43f3a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus { background-color: #d43f3a; background-position: 0 -15px; border-color: #d43f3a; } .btn-danger:active, .btn-danger.active { background-color: #d43f3a; border-color: #d43f3a; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-info { color: #3d94e6; } .btn-info:hover, .btn-info:focus { color: #3d94e6; } .btn-danger { background: #d9534f; } .btn-sm { -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12); } .btn-sm:active, .btn-sm.active { -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12); } /* // #Lists // -------------------------------------------------- */ .list { overflow: hidden; } .list ul { padding-left: 0; list-style: none; margin-bottom: 1.5em; } .list ul li { position: relative; padding: 0 0 8px 20px; } .list ul li:before { position: absolute; top: 0; left: 0; display: block; content: "\f0da"; font-family: 'FontAwesome'; font-size: 14px; color: #dc2a0b; margin-right: 10px; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .list.list__lg { font-size: 14px; } .list.list__lg ul li { padding: 4px 0 25px 50px; } .list.list__lg ul li:before { width: 28px; height: 28px; border: 1px solid #dc2a0b; border-radius: 2px; text-align: center; line-height: 26px; content: "\f00c"; } .list ol { padding-left: 0; list-style: none; margin-bottom: 1.5em; counter-reset: counter; } .list ol li { position: relative; padding: 0 0 8px 20px; } .list ol li:before { display: inline-block; /* block would also work */ position: absolute; /* move this out of the way of the text*/ left: 0; /* move the counter labe into the space from the padding */ content: counter(counter) ". "; counter-increment: counter; font-weight: bold; width: 20px; color: #dcdcdc; } /* // #Thumbnails // -------------------------------------------------- */ .thumbnail { padding: 6px; background-color: #e5e5e5; border: 1px solid #cecece; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .thumbnail img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #c1c1c1; } .thumbnail .caption { color: #2f2f2f; } .alignleft, .alignright, .alignnone, .aligncenter { text-align: center; } .alignleft img, .alignright img, .alignnone img, .aligncenter img { padding: 6px; background-color: #e5e5e5; border: 1px solid #cecece; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; max-width: 100%; height: auto; } @media (max-width: 767px) { .alignleft img, .alignright img, .alignnone img, .aligncenter img { float: none !important; margin: 0 auto; } } @media (max-width: 767px) { .alignleft:before, .alignright:before, .alignnone:before, .aligncenter:before, .alignleft:after, .alignright:after, .alignnone:after, .aligncenter:after { content: " "; display: table; } .alignleft:after, .alignright:after, .alignnone:after, .aligncenter:after { clear: both; } } .alignleft img { float: left; margin: 0 20px 10px 0; } .alignright img { float: right; margin: 0 0 10px 20px; } .aligncenter { display: block; text-align: center; } .aligncenter img { margin: 0 auto 20px auto; } .alignnone img { margin: 0 0 20px 0; } /* Video-Audio Holder */ .video-holder, .audio-holder { padding: 6px; background-color: #e5e5e5; border: 1px solid #cecece; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; max-width: 100%; height: auto; } .video-holder > iframe, .audio-holder > iframe { vertical-align: top; } /* Person Holder */ .person-holder img { max-width: 100%; height: auto; vertical-align: bottom; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: 0.2s; transition: 0.2s; } .person-holder img:hover { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); filter: grayscale(0); } /* // #Social Links // -------------------------------------------------- */ .social-links-txt { display: none; margin-right: 12px; } @media (min-width: 768px) { .social-links-txt { display: inline-block; } } .social-links { padding-left: 0; list-style: none; margin-left: -5px; margin: 0; } .social-links > li { display: inline-block; padding-left: 5px; padding-right: 5px; } .social-links > li { padding-left: 4px; padding-right: 3px; vertical-align: top; display: inline; } .social-links > li > a { display: inline-block; font-size: 14px; width: 25px; height: 25px; line-height: 25px; text-align: center; background: #373737; border-radius: 50%; border: 1px solid #444; color: #707070; -webkit-transition: none; transition: none; } .social-links > li > a:hover { background: #fff; border-color: #fff; color: #2f2f2f; -webkit-transition: 0.2s; transition: 0.2s; } .social-links__light > li > a { background: #f7f7f7; border: 1px solid #ddd; color: #2f2f2f; } .social-links__light > li > a:hover { background: #2f2f2f; border-color: #2f2f2f; color: #fafafa; } .social-links__primary > li > a { background: #dc2a0b; border: 1px solid #dc2a0b; color: #fff; } .social-links__primary > li > a:hover { background: #fff; border-color: #fff; color: #dc2a0b; -webkit-transition: 0.2s; transition: 0.2s; } /* // #Forms // -------------------------------------------------- */ label { display: inline-block; margin-bottom: 5px; color: #2f2f2f; font-weight: normal; } .form-control { background-color: #fff; border: 1px solid #dcdcdc; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); padding-left: 18px; padding-right: 18px; } .form-control:focus { border-color: #cacaca; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(202, 202, 202, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(202, 202, 202, 0.6); } .form-group { margin-bottom: 30px; } .required { color: #e74c3c; } textarea.required, input.required, select.required{ color: #000; } label.error { color: #a94442; } /* Inputs with Icons */ .form-group.form-grop__icon { position: relative; } .form-group.form-grop__icon .fa { display: block; position: absolute; right: 12px; top: 15px; font-size: 16px; } .form-group.form-grop__icon input[type="text"], .form-group.form-grop__icon input[type="email"], .form-group.form-grop__icon input[type="password"], .form-group.form-grop__icon input[type="tel"], .form-group.form-grop__icon input[type="url"], .form-group.form-grop__icon textarea { padding-right: 40px; } /* Radio Button */ .radio__custom { margin-left: 20px; } .radio__custom label { display: inline-block; cursor: pointer; position: relative; padding-left: 5px; } .radio__custom label:before { position: absolute; top: 1px; left: -20px; display: inline-block; margin-right: 10px; width: 18px; height: 18px; border: 1px solid #dcdcdc; border-radius: 50%; background-color: #fff; content: ""; } .radio__custom input[type="radio"] { display: none; } .radio__custom input[type="radio"]:checked + span:before { position: absolute; top: 6px; left: -15px; display: block; width: 8px; height: 8px; border-radius: 50%; background: #dc2a0b; content: ""; } .radio__custom.radio__style2 label:before { background: #dc2a0b; border-color: #c4250a; } .radio__custom.radio__style2 input[type="radio"]:checked + span:before { background: #fff; } .radio__custom.radio__style3 input[type="radio"]:checked + span:before { background: #2f2f2f; } .radio__custom.radio__style4 label:before { border-color: #dc2a0b; } .radio__custom.radio__style4 input[type="radio"]:checked + span:before { background: #dc2a0b; } /* Checkbox */ .checkbox__custom { margin-left: 20px; } .checkbox__custom label { display: inline-block; cursor: pointer; position: relative; padding-left: 5px; } .checkbox__custom label:before { position: absolute; top: 1px; left: -20px; display: inline-block; margin-right: 10px; width: 18px; height: 18px; border: 1px solid #dcdcdc; background-color: #fff; content: ""; } .checkbox__custom input[type="checkbox"] { display: none; } .checkbox__custom input[type="checkbox"]:checked + span:before { position: absolute; top: 0; left: -18px; display: block; content: ""; content: "\f00c"; font-family: 'FontAwesome'; font-size: 14px; color: #dc2a0b; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .checkbox__custom.checkbox__style2 label:before { background: #dc2a0b; border-color: #c4250a; } .checkbox__custom.checkbox__style2 input[type="checkbox"]:checked + span:before { color: #fff; } .checkbox__custom.checkbox__style3 input[type="checkbox"]:checked + span:before { color: #2f2f2f; } .checkbox__custom.checkbox__style4 label:before { border-color: #dc2a0b; } .checkbox__custom.checkbox__style4 input[type="checkbox"]:checked + span:before { color: #dc2a0b; } /* // #Tabs // -------------------------------------------------- */ .tabs .nav-tabs { border-bottom: none; } .tabs .nav-tabs > li { margin-bottom: 0; } @media (max-width: 767px) { .tabs .nav-tabs > li { width: 100%; float: none; margin-bottom: 2px; } .tabs .nav-tabs > li > a { margin-right: 0 !important; } .tabs .nav-tabs > li.active > a { border-bottom: 2px solid #dcdcdc !important; } } .tabs .nav-tabs > li > a { background: #f7f7f7; margin-right: 2px; border-left: 1px solid #f7f7f7; border-right: 1px solid #f7f7f7; border-bottom: none !important; border-radius: 0; padding: 12px 20px; color: #6d6d6d; position: relative; } .tabs .nav-tabs > li > a:after { content: ""; display: block; position: absolute; top: -1px; left: -1px; right: -1px; height: 3px; } .tabs .nav-tabs > li > a:before { content: ""; display: block; position: absolute; bottom: -1px; left: 0; right: 0; height: 1px; } .tabs .nav-tabs > li > a:hover { border-color: #f7f7f7; } .tabs .nav-tabs > li > a .fa { margin-right: 4px; } .tabs .nav-tabs > li.active > a { color: #dc2a0b; border-left-color: #dcdcdc; border-right-color: #dcdcdc; background: #fff; } .tabs .nav-tabs > li.active > a:after { background: #dc2a0b; } .tabs .nav-tabs > li.active > a:before { background: #fff; } .tabs .nav-tabs > li.active > a:hover { border-bottom-color: #fff; } .tabs .tab-content { padding: 30px 28px; border: 1px solid #dcdcdc; background: #fff; -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); } .tabs .tab-content:before, .tabs .tab-content:after { content: " "; display: table; } .tabs .tab-content:after { clear: both; } .tabs .tab-content p:last-child { margin-bottom: 0; } /* // #Tables // -------------------------------------------------- */ table{ width: 100%; } 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: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } table>thead>tr>th { vertical-align: bottom; border-bottom: 2px solid #ddd; } 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: 0; } table > thead > tr > th { padding: 14px; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-weight: normal; color: #2f2f2f; } table > tbody > tr > td { padding: 14px; } /* // #Accordion // -------------------------------------------------- */ .panel-group { margin-bottom: 0; } .panel-group .panel { border-radius: 0; } .panel-group .panel + .panel { margin-top: 2px; } .panel-group .panel:first-child { border-radius: 4px 4px 0 0; } .panel-group .panel:last-child { border-radius: 0 0 4px 4px; } .panel-group .panel-heading { border-bottom: 0; padding: 0; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-title { font-size: 13px; font-family: 'Muli', sans-serif; line-height: 1.5em; text-transform: none; padding: 0; } .panel-group .panel-title > a { display: block; padding: 14px 20px 14px 40px; color: #fff; background-image: -webkit-linear-gradient(top, #dc2a0b 0%, #c4250a 100%); background-image: linear-gradient(to bottom, #dc2a0b 0%, #c4250a 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffc4250a', GradientType=0); -webkit-transition: 0.2s; transition: 0.2s; position: relative; } .panel-group .panel-title > a:before { display: block; position: absolute; left: 17px; top: 16px; content: "\f068"; font-family: 'FontAwesome'; font-size: 14px; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff; } .panel-group .panel-title > a.collapsed { color: #6d6d6d; background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0); } .panel-group .panel-title > a.collapsed:before { color: #6d6d6d; content: "\f067"; } .panel-group .panel-title > a.collapsed:hover { background: #ececec; text-decoration: none; } .panel-group .panel-title > a:hover { text-decoration: none; } .panel-group .panel-body { padding: 20px 28px; background: #f7f7f7; } /* // #Call to Action // -------------------------------------------------- */ .call-to-action { border: 1px solid #dcdcdc; background: #fff; -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); padding: 40px 30px; text-align: center; display: table; width: 100%; } .call-to-action:before, .call-to-action:after { content: " "; display: table; } .call-to-action:after { clear: both; } @media (min-width: 992px) { .call-to-action { text-align: left; } } .call-to-action .cta-txt { display: block; margin-bottom: 20px; } @media (min-width: 992px) { .call-to-action .cta-txt { display: table-cell; margin-bottom: 0; } } .call-to-action .cta-txt p:last-child { margin-bottom: 0; } .call-to-action .cta-btn { display: block; text-align: center; vertical-align: middle; } @media (min-width: 992px) { .call-to-action .cta-btn { display: table-cell; padding-left: 30px; } } .call-to-action h2 { text-transform: none; margin-bottom: .25em; } .call-to-action.centered { text-align: center !important; } .call-to-action.centered .cta-txt { display: block; margin-bottom: 24px; } @media (min-width: 992px) { .call-to-action.centered .cta-txt { display: block; width: 100%; } } .call-to-action.centered .cta-btn { display: block; padding-left: 0; } @media (min-width: 992px) { .call-to-action.centered .cta-btn { display: block; width: 100%; } } .clean .call-to-action, .call-to-action.clean { border: none; -webkit-box-shadow: none; box-shadow: none; } .primary .call-to-action { background: none; -webkit-box-shadow: none; box-shadow: none; border: none; padding: 0; margin: -20px 0; } .primary .call-to-action h2 { color: #fff; padding-top: 8px; } .primary .call-to-action .cta-txt { color: #fff; } /* // #Icon Box // -------------------------------------------------- */ .icon-box { position: relative; margin-bottom: 30px; } .icon-box .icon { float: left; width: 70px; height: 70px; line-height: 70px; margin-right: 30px; font-size: 28px; text-align: center; color: #dc2a0b; position: relative; -webkit-transition: 0.3s; transition: 0.3s; } .icon-box .icon:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; z-index: 2; background: #f7f7f7; -webkit-transition: 0.3s; transition: 0.3s; } .icon-box .icon:after { content: ""; display: block; position: absolute; left: -4px; top: -4px; bottom: -4px; right: -4px; z-index: 1; -webkit-transition: 0.3s; transition: 0.3s; } .icon-box .icon .fa { position: relative; z-index: 2; } .icon-box .icon img { position: relative; z-index: 2; max-width: 100%; height: auto; } .icon-box .icon .bg-icon { display: none; } @media (min-width: 992px) { .icon-box .icon .bg-icon { display: block; position: absolute; left: 30px; top: 0; font-size: 140px; color: #f7f7f7; z-index: -1; } } .icon-box .icon-box-body { overflow: hidden; position: relative; z-index: 2; } .icon-box .icon-box-body h3, .icon-box .icon-box-body h4 { padding-top: 6px; margin-bottom: .75em; } .icon-box.rounded .icon { border-radius: 50%; } .icon-box.rounded .icon:before { border-radius: 50%; } .icon-box.rounded .icon:after { border-radius: 50%; } .icon-box.circled .icon { color: #fff; border-radius: 50%; } .icon-box.circled .icon:before { background: #dc2a0b; background-image: url(../images/noise.png); border-radius: 50%; } .icon-box.circled .icon:after { border-radius: 50%; background: #ebebeb; } .icon-box.squared .icon { color: #fff; } .icon-box.squared .icon:before { background-color: #dc2a0b; background-image: url(../images/noise.png); } .icon-box.squared .icon:after { background: #ebebeb; } .icon-box.bordered .icon { color: #dc2a0b; } .icon-box.bordered .icon:before { background: #fff; } .icon-box.bordered .icon:after { background: #dc2a0b; } .icon-box.centered { text-align: left; } @media (min-width: 992px) { .icon-box.centered { text-align: center; } } .icon-box.centered .icon { margin: 0 30px 20px 0; } @media (min-width: 992px) { .icon-box.centered .icon { float: none; margin: 0 auto 25px auto; } } @media (min-width: 992px) { .icon-box.icon-right { text-align: right; } .icon-box.icon-right .icon { float: right; margin: 0 0 0 30px; } } .icon-box.icon-top-padding { padding-top: 50px; } .icon-box.boxed { border: 1px solid #dcdcdc; background: #fff; -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); padding: 20px; } @media (min-width: 992px) { .icon-box.boxed { padding: 40px; } } .icon-box.boxed .icon:after { left: -6px; right: -6px; top: -6px; bottom: -6px; } @media (min-width: 992px) { .icon-box.boxed .icon { width: 100px; height: 100px; font-size: 42px; line-height: 100px; } } .no-touch .icon-box.icon-box-animated .icon:hover { color: #fff; } .no-touch .icon-box.icon-box-animated .icon:hover:before { -webkit-transform: scale(0.9, 0.9); -ms-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); background-color: #2f2f2f; } .no-touch .icon-box.icon-box-animated .icon:hover:after { background: #fff; box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08); } .icon-box.sm .icon { width: 42px; height: 42px; line-height: 42px; font-size: 20px; margin-right: 20px; } .icon-box.sm .icon:after { left: -2px; right: -2px; top: -2px; bottom: -2px; } .icon-box .icon .fa { position: relative; z-index: 2; } /* // #Blockquotes & Testimonial // -------------------------------------------------- */ blockquote { padding: 26px 26px 26px 70px; margin: 0 0 20px; font-size: 13px; border-left: 4px solid #dc2a0b; background: #f7f7f7; font-style: italic; position: relative; } blockquote:before { display: block; position: absolute; left: 24px; top: 19px; content: "\f10d"; font-family: 'FontAwesome'; font-size: 28px; color: #d6d6d6; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } blockquote.testimonial { background: #fff; border-top: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); margin-bottom: 0; } cite { text-align: right; display: block; } cite:before { content: "—"; margin-right: 4px; } .bq-author { padding: 16px 0 0 110px; position: relative; } .bq-author:before { content: ""; display: block; position: absolute; top: -1px; left: 69px; width: 0; height: 0; border-left: 22px solid transparent; border-right: 0 solid transparent; border-top: 22px solid #dcdcdc; z-index: 2; } .bq-author:after { content: ""; display: block; position: absolute; top: -1px; left: 70px; width: 0; height: 0; border-left: 20px solid transparent; border-right: 0 solid transparent; border-top: 20px solid #fff; z-index: 3; } .bq-author h6 { margin-bottom: .2em; } .bq-author .bq-author-info { font-style: italic; } /* // #Alerts // -------------------------------------------------- */ .alert { padding: 20px 28px; border: 1px solid transparent; border-radius: 2px; font-size: 14px; position: relative; } .alert-dismissable .close { position: absolute; font-size: 14px; right: 9px; top: 9px; color: #fff; width: 16px; height: 16px; line-height: 16px; text-align: center; border-radius: 2px; border: none; font-weight: normal; vertical-align: top; opacity: 1; filter: alpha(opacity=100); -webkit-transition: 0.2s; transition: 0.2s; } .alert-dismissable .close:hover { opacity: 0.8; filter: alpha(opacity=80); } .alert-dismissable .close .fa { display: block; margin: 0; vertical-align: top; line-height: 16px; position: relative; top: -1px; } .alert-success { background-color: #e4fbe4; border-color: #bfe3bf; color: #55b155; } .alert-success hr { border-top-color: #addbad; } .alert-success .alert-link { color: #429142; } .alert-success .close { background: #bfe3bf; } .alert-info { background-color: #dfeffe; border-color: #b1d5f6; color: #3d94e6; } .alert-info hr { border-top-color: #9ac9f3; } .alert-info .alert-link { color: #1b7bd5; } .alert-info .close { background: #b1d5f6; } .alert-warning { background-color: #faf8e8; border-color: #f3eab2; color: #d2b715; } .alert-warning hr { border-top-color: #f0e49c; } .alert-warning .alert-link { color: #a48f10; } .alert-warning .close { background: #eada77; } .alert-danger { background-color: #fff5f5; border-color: #f8e6e6; color: #bb3737; } .alert-danger hr { border-top-color: #f2d2d2; } .alert-danger .alert-link { color: #942b2b; } .alert-danger .close { background: #e1b5b5; } /* // #Dropcaps // -------------------------------------------------- */ .dropcap { display: inline-block; float: left; margin-right: 20px; width: 60px; height: 60px; color: #dc2a0b; text-align: center; font-size: 42px; font-family: 'Oswald', sans-serif; line-height: 42px; line-height: 54px; } .dropcap.dropcap__rounded { width: 58px; height: 58px; border: 4px solid #ebebeb; border-radius: 50%; background-color: #dc2a0b; background-image: url(../images/noise.png); color: #fff; font-size: 30px; line-height: 50px; } /* // #Pricing Tables // -------------------------------------------------- */ /* Default */ .pricing-table { padding: 0 15px; } @media (min-width: 992px) { .pricing-table { padding: 20px 15px 20px 15px; } } .pricing-table .plan { border: 1px solid #dcdcdc; margin: 0 -16px 0 -15px; background: #fff; text-align: center; margin-bottom: 30px; } @media (min-width: 992px) { .pricing-table .plan { margin-bottom: 0; } } .pricing-table .plan .pricing-head { padding: 0 0 24px 0; } .pricing-table .plan .pricing-head h3 { background: #2f2f2f; line-height: 64px; margin: 0; color: #fff; position: relative; margin: -1px -1px 24px -1px; border: 1px solid #3f3f3f; } .pricing-table .plan .pricing-head .price { font-size: 60px; display: block; line-height: 1em; color: #2f2f2f; font-family: 'Oswald', sans-serif; position: relative; padding: 0 0 0 20px; text-indent: -20px; } .pricing-table .plan .pricing-head .price sup { font-size: 18px; vertical-align: top; position: absolute; top: 0; margin: 14px 0 0 0; } .pricing-table .plan .pricing-head small { font-size: 14px; color: #dcdcdc; } .pricing-table .plan .pricing-body ul { padding-left: 0; list-style: none; border-bottom: 1px solid #dcdcdc; margin-bottom: 0; } .pricing-table .plan .pricing-body ul > li { border-top: 1px solid #dcdcdc; padding: 10px; } .pricing-table .plan .pricing-body ul > li:nth-child(odd) { background: #f7f7f7; } .pricing-table .plan .pricing-footer { padding: 30px 10px; } .pricing-table .plan.popular { position: relative; z-index: 2; -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); } .pricing-table .plan.popular .pricing-head h3 { background: #dc2a0b; font-size: 24px; line-height: 90px; border-color: #dc2a0b; } @media (min-width: 992px) { .pricing-table .plan.popular .pricing-head h3 { margin: -27px 0 24px 0; } } @media (min-width: 992px) { .pricing-table .plan.popular .pricing-footer { padding: 40px 10px; } } /* Style 2 */ @media (min-width: 992px) { .pricing-table__style2 { padding: 20px 0; } } .pricing-table__style2 .plan { border-radius: 6px; margin: 0; } .pricing-table__style2 .plan .pricing-head .circled { position: relative; margin: 30px auto 40px auto; width: 120px; height: 120px; border-radius: 50%; background: #2f2f2f; color: #fff; text-align: center; display: table; } .pricing-table__style2 .plan .pricing-head .circled:after { position: absolute; top: -10px; right: -10px; bottom: -10px; left: -10px; display: block; border-radius: 50%; background: #2f2f2f; content: ""; opacity: 0.1; filter: alpha(opacity=10); z-index: 1; } .pricing-table__style2 .plan .pricing-head .circled .circled-inner { position: relative; z-index: 2; display: table-cell; height: 100%; vertical-align: middle; } .pricing-table__style2 .plan .pricing-head .circled .price { color: #fff; font-size: 32px; line-height: 1em; } .pricing-table__style2 .plan .pricing-head .circled small { color: #fff; } .pricing-table__style2 .plan .pricing-head h3 { background: none; color: #2f2f2f; padding: 0; margin: 0; line-height: 1.2em; border: none; } .pricing-table__style2 .plan.popular { -webkit-box-shadow: none; box-shadow: none; } .pricing-table__style2 .plan.popular .pricing-head .circled { background: #dc2a0b; } .pricing-table__style2 .plan.popular .pricing-head .circled:after { background: #dc2a0b; } .pricing-table__style2 .plan.popular .pricing-head h3 { background: none !important; line-height: 1.2em; font-size: 18px; border: none; color: #dc2a0b; } @media (min-width: 992px) { .pricing-table__style2 .plan.popular .pricing-head h3 { margin: 0; } } @media (min-width: 992px) { .pricing-table__style2 .plan.popular .pricing-footer { padding: 30px 10px; } } /* Style 3 */ @media (min-width: 992px) { .pricing-table__style3 { padding: 80px 0 20px 0; } } .pricing-table__style3 .plan { border-radius: 6px; margin: 0; } .pricing-table__style3 .plan .pricing-head .circled { position: relative; margin: -70px auto 40px auto; width: 140px; height: 140px; border-radius: 50%; background: #dc2a0b; color: #fff; text-align: center; display: table; border: 10px solid #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } .pricing-table__style3 .plan .pricing-head .circled .circled-inner { position: relative; z-index: 2; display: table-cell; height: 100%; vertical-align: middle; } .pricing-table__style3 .plan .pricing-head .circled .price { color: #fff; font-size: 32px; line-height: 1em; } .pricing-table__style3 .plan .pricing-head .circled small { color: #fff; } .pricing-table__style3 .plan .pricing-head h3 { background: none; color: #2f2f2f; padding: 0; margin: 0; line-height: 1.2em; border: none; } .pricing-table__style3 .plan.popular { -webkit-box-shadow: none; box-shadow: none; background: #dc2a0b; } .pricing-table__style3 .plan.popular .pricing-head .circled { background: #2f2f2f; } .pricing-table__style3 .plan.popular .pricing-head h3 { background: none !important; line-height: 1.2em; font-size: 18px; border: none; color: #fff; } @media (min-width: 992px) { .pricing-table__style3 .plan.popular .pricing-head h3 { margin: 0; } } .pricing-table__style3 .plan.popular .pricing-body ul { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .pricing-table__style3 .plan.popular .pricing-body ul > li { border-top: 1px solid rgba(255, 255, 255, 0.1); color: #fff; } .pricing-table__style3 .plan.popular .pricing-body ul > li:nth-child(odd) { background: rgba(0, 0, 0, 0.1); } @media (min-width: 992px) { .pricing-table__style3 .plan.popular .pricing-footer { padding: 30px 10px; } } /* Style 4 */ @media (min-width: 992px) { .pricing-table__style4 { padding: 20px 0; } } .pricing-table__style4 .plan { border-radius: 6px; margin: 0; } .pricing-table__style4 .plan .pricing-head { padding-bottom: 0; } .pricing-table__style4 .plan .pricing-head h3 { background: none; color: #2f2f2f; border: none; margin: 0; } .pricing-table__style4 .plan .pricing-head .pricing-head-inner { background: #dc2a0b; padding: 15px 10px; } .pricing-table__style4 .plan .pricing-head .price { color: #fff; font-size: 32px; display: inline-block; } .pricing-table__style4 .plan .pricing-head small { display: inline-block; color: #fff; margin-left: -8px; } .pricing-table__style4 .plan .pricing-head small:before { content: "/"; display: inline-block; margin-right: 3px; } .pricing-table__style4 .plan.popular { -webkit-box-shadow: none; box-shadow: none; background: #dc2a0b; } .pricing-table__style4 .plan.popular .pricing-head h3 { background: #dc2a0b; font-size: 18px; line-height: 64px; border: none; color: #fff; border-radius: 6px 6px 0 0; } @media (min-width: 992px) { .pricing-table__style4 .plan.popular .pricing-head h3 { margin: 0; } } .pricing-table__style4 .plan.popular .pricing-head .pricing-head-inner { background: #fff; } .pricing-table__style4 .plan.popular .pricing-head .price { color: #2f2f2f; } .pricing-table__style4 .plan.popular .pricing-head small { color: #2f2f2f; } .pricing-table__style4 .plan.popular .pricing-body ul { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .pricing-table__style4 .plan.popular .pricing-body ul > li { border-top: 1px solid rgba(255, 255, 255, 0.1); color: #fff; } .pricing-table__style4 .plan.popular .pricing-body ul > li:nth-child(odd) { background: rgba(0, 0, 0, 0.1); } @media (min-width: 992px) { .pricing-table__style4 .plan.popular .pricing-footer { padding: 30px 10px; } } /* // #Progress Bars // -------------------------------------------------- */ .progress { height: 40px; padding: 2px; margin-bottom: 16px; background: #ebebeb; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .progress .progress-bar:after { content: ""; position: absolute; top: 0; right: 0; width: 0; height: 0; border-top: 36px solid transparent; border-right: 20px solid #ebebeb; } .progress-bar { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #dc2a0b 0%, #ab2109 100%); background-image: linear-gradient(to bottom, #dc2a0b 0%, #ab2109 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffab2109', GradientType=0); } .progress-bar-success { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #71cd75 0%, #4bc050 100%); background-image: linear-gradient(to bottom, #71cd75 0%, #4bc050 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71cd75', endColorstr='#ff4bc050', GradientType=0); } .progress-bar-info { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #73c9e3 0%, #49b9db 100%); background-image: linear-gradient(to bottom, #73c9e3 0%, #49b9db 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73c9e3', endColorstr='#ff49b9db', GradientType=0); } .progress-bar-warning { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #fcbe5c 0%, #fbaa2a 100%); background-image: linear-gradient(to bottom, #fcbe5c 0%, #fbaa2a 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcbe5c', endColorstr='#fffbaa2a', GradientType=0); } .progress-bar-danger { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); } .progress-label { font-size: 14px; color: #fff; font-family: 'Oswald', sans-serif; float: left; } .progress-striped .progress-bar-primary { background-color: #dc2a0b; background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* // #Boxes // -------------------------------------------------- */ .box, #uc-cart-checkout-form fieldset { background: #f7f7f7; padding: 30px; border: 1px solid #ddd; } /* // #Misc // -------------------------------------------------- */ hr { border-top-color: #eeeeee; } hr.lg { margin: 60px 0; } hr.sm { margin: 40px 0; } hr.no-top-margin { margin-top: 0; } .section.dark hr { border-top-color: #3f3f3f; } hr.double { border-bottom: 1px solid #eeeeee; padding-top: 3px; } .hr-with-icon { position: relative; height: 30px; text-align: center; margin: 20px 0; } .hr-with-icon:before { content: ""; background: #dcdcdc; height: 1px; position: absolute; left: 0; right: 0; top: 50%; display: block; } .hr-with-icon .fa { font-size: 14px; display: inline-block; position: relative; top: 5px; width: 30px; background: #fff; } .hr-with-icon.icon-primary { color: #dc2a0b; } /* Spacers */ .spacer { height: 20px; overflow: hidden; } .spacer.sm { height: 10px; overflow: hidden; } .spacer.lg { height: 40px; overflow: hidden; } .spacer.xl { height: 60px; overflow: hidden; } .spacer.xxl { height: 80px; overflow: hidden; } /* Bordered Column */ .col-bordered { position: relative; } .col-bordered:before { width: 1px; background: #eee; content: ""; display: none; position: absolute; top: 0; bottom: 0; } @media (min-width: 768px) { .col-bordered:before { display: block; left: -39px; } } @media (min-width: 992px) { .col-bordered:before { left: -49px; } } @media (min-width: 992px) { .col-bordered[class*="col-md-pull"]:before { left: auto; right: -39px; } } @media (min-width: 1200px) { .col-bordered[class*="col-md-pull"]:before { left: auto; right: -49px; } } /* Back To Top */ #back-top { position: fixed; bottom: 15px; right: 15px; z-index: 99; display: none; } #back-top a { width: 44px; display: block; text-align: center; text-decoration: none; color: #fff; -webkit-transition: 0.2s; transition: 0.2s; } #back-top a .fa { width: 44px; height: 44px; line-height: 44px; display: block; font-size: 14px; background: #a3a3a3; border-radius: 6px; } #back-top a:hover { color: #2f2f2f; } #back-top a:hover .fa { background-color: #777; } /* Helpers */ .animation { opacity: 0; } .animation-visible { opacity: 1; } .animated, .animation { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; animation-duration: 1s; } .fontawesome-icon-list [class*="col-md-"] { margin-bottom: 10px; } .fontawesome-icon-list .fa { width: 32px; text-align: right; font-size: 14px; margin-right: 10px; } .push-bottom { margin-bottom: 20px; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } /* MediaElements Custom Colors */ .mejs-controls .mejs-time-rail .mejs-time-loaded { background: #dc2a0b; } .mejs-container .mejs-controls { background: #2f2f2f; } /* Box */ .box-holder { background: #f7f7f7; padding: 30px; border-radius: 6px; } /* // #Shape Boxes // -------------------------------------------------- */ .shape-item { display: block; width: 100%; position: relative; color: #6d6d6d; } .shape-item:hover { color: #6d6d6d; } .shape-item figure { position: relative; overflow: hidden; background: #333; } .shape-item figure img { position: relative; display: block; width: 100%; opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } .shape-item figcaption { position: absolute; top: 0; padding: 11px; z-index: 11; width: 100%; height: 100%; text-align: center; } @media (min-width: 768px) and (max-width: 991px) { .shape-item figcaption { padding-top: 15px; } } @media (min-width: 992px) and (max-width: 1199px) { .shape-item figcaption { padding-top: 5px; } } .shape-item figcaption h3 { margin-bottom: .5em; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .shape-item figcaption p { padding: 0 20px; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .shape-item figcaption h3, .shape-item figcaption p { -webkit-transform: translateY(50px); transform: translateY(50px); } .shape-item figure .btn { position: absolute; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .shape-item figcaption, .shape-item figcaption h3, .shape-item figcaption p, .shape-item figure .btn { -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* Style for SVG */ .shape-item svg { position: absolute; top: -1px; /* fixes rendering issue in FF */ z-index: 10; width: 100.5%; height: 100%; left: 0; } .shape-item svg path { fill: #f7f7f7; } /* Hover effects */ .shape-item:hover figure img { opacity: 1; filter: alpha(opacity=100); } .shape-item:hover figcaption h3, .shape-item:hover figcaption p { -webkit-transform: translateY(0); transform: translateY(0); } .shape-item:hover figcaption p { opacity: 0; filter: alpha(opacity=0); } /* Individual styles */ .shape-effect1.shape-item figure .btn, .shape-effect3.shape-item figure .btn { top: 50%; left: 50%; opacity: 0; -webkit-transform: translateY(-50%) translateX(-50%) scale(0.25); transform: translateY(-50%) translateX(-50%) scale(0.25); } .shape-effect1.shape-item:hover figure .btn, .shape-effect3.shape-item:hover figure .btn { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(-50%) translateX(-50%) scale(1); transform: translateY(-50%) translateX(-50%) scale(1); } .shape-effect2.shape-item figcaption h2 { color: #e74c3c; } .shape-effect2.shape-item figcaption p { -webkit-transition-delay: 0.05s; transition-delay: 0.05s; } .shape-effect2.shape-item figure .btn { bottom: 0; left: 0; width: 100%; -webkit-transform: translateY(100%); transform: translateY(100%); } .shape-effect2.shape-item:hover figure .btn { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transform: translateY(0); transform: translateY(0); } .shape-effect2.shape-item figcaption h2, .shape-effect2.shape-item figcaption p, .shape-effect3.shape-item figcaption h2, .shape-effect3.shape-item figcaption p { -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1); /* older webkit */ -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445); timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445); } .shape-effect2.shape-item:hover figcaption p, .shape-effect3.shape-item:hover figcaption p { -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; } .shape-effect3.shape-item figcaption h2 { color: #52be7f; } .shape-effect3.shape-item:hover figcaption h2 { -webkit-transform: translateY(5px); transform: translateY(5px); } /* // #Pagination // -------------------------------------------------- */ .pagination > li > a, .pagination > li > span { color: #dc2a0b; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #dc2a0b; background-color: #f7f7f7; } .pagination > .pager-current > a, .pagination > .pager-current > span, .pagination > .pager-current > a:hover, .pagination > .pager-current > span:hover, .pagination > .pager-current > a:focus, .pagination > .pager-current > span:focus { color: #fff; background-color: #dc2a0b; border-color: #dc2a0b; } .pagination > li > a, .pagination > li > span { padding-left: 18px; padding-right: 18px; } .pagination-sm > li > a, .pagination-sm > li > span { padding-left: 12px; padding-right: 12px; } .pagination-lg > li > a, .pagination-lg > li > span { padding-left: 26px; padding-right: 26px; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }
apps/drupal/htdocs/sites/all/themes/stability/css/theme-elements.css
*/ a { color: #dc2a0b; text-decoration: none; } a:hover { color: #c4250a; text-decoration: underline; } /* // #Headings // -------------------------------------------------- */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Oswald', sans-serif; font-weight: normal; line-height: 1.2em; margin: 0 0 1em 0; color: #2f2f2f; text-transform: uppercase; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { color: #2f2f2f; } h1 .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa, .h1 .fa, .h2 .fa, .h3 .fa, .h4 .fa, .h5 .fa, .h6 .fa { margin-right: 5px; } h1, .h1 { font-size: 30px; margin-bottom: .75em; } h2, .h2 { font-size: 24px; } h3, .h3 { font-size: 18px; } h4, .h4 { font-size: 16px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 1.5em 0; } .title-accent { padding-top: 5px; } .title-accent > h3 > span { font-family: 'Anton', sans-serif; font-size: 30px; } .section-dark .title-accent > h3 { color: #fff; } .section-dark .title-accent > h3 > span { color: #dc2a0b; } .one-page section.dark .title-accent > h3 > span, .one-page section.dark .title-accent > h3 { color: #fff; font-family: 'Oswald', sans-serif; font-size: 18px; } .title-centered { text-align: center; } .title-centered > h2 { font-size: 28px; margin-bottom: 1.2em; } .title-bordered { border-bottom: 1px solid #dcdcdc; padding-bottom: .75em; margin-bottom: 1.5em; } .title-decorated { position: relative; padding-bottom: 40px; margin-bottom: 40px; } .title-decorated:before, .title-decorated:after { content: ""; display: block; position: absolute; left: 50%; bottom: 3px; border-radius: 50%; width: 8px; height: 8px; background: #dcdcdc; } .title-decorated:before { margin-left: -22px; } .title-decorated:after { margin-left: 14px; } .title-decorated h1 { margin-bottom: 0; position: relative; text-align: center; } .title-decorated h1:before { content: ""; display: block; position: absolute; left: 50%; bottom: -40px; width: 14px; height: 14px; margin-left: -7px; border-radius: 50%; background: #dcdcdc; } .title-decorated span { font-weight: normal; color: #dc2a0b; } /* // #Buttons // -------------------------------------------------- */ .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { font-family: 'Oswald', sans-serif; text-transform: uppercase; border-bottom-color: transparent; -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06); box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06); } .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn:active, .btn.active { background-image: none; } .btn-default { background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-color: #f2f2f2; text-shadow: 0 1px 0 #fff; -webkit-box-shadow: none !important; box-shadow: none !important; border-color: #e4e4e4; background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0); } .btn-default:hover, .btn-default:focus { background-color: #f2f2f2; background-position: 0 -15px; border-color: #f2f2f2; } .btn-default:active, .btn-default.active { background-color: #f2f2f2; border-color: #f2f2f2; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-default:hover, .btn-default:active { border-color: #ccc; background-position: 0 0; background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%); background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); } .btn-primary { background-image: -webkit-linear-gradient(top, #dc2a0b 0%, #c4250a 100%); background-image: linear-gradient(to bottom, #dc2a0b 0%, #c4250a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffc4250a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #c4250a; } .btn-primary:hover, .btn-primary:focus { background-color: #c4250a; background-position: 0 -15px; border-color: #c4250a; } .btn-primary:active, .btn-primary.active { background-color: #c4250a; border-color: #c4250a; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-success { background-image: -webkit-linear-gradient(top, #71cd75 0%, #5ec663 100%); background-image: linear-gradient(to bottom, #71cd75 0%, #5ec663 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71cd75', endColorstr='#ff5ec663', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #5ec663; } .btn-success:hover, .btn-success:focus { background-color: #5ec663; background-position: 0 -15px; border-color: #5ec663; } .btn-success:active, .btn-success.active { background-color: #5ec663; border-color: #5ec663; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-info { background-image: -webkit-linear-gradient(top, #dfeffe 0%, #c6e3fd 100%); background-image: linear-gradient(to bottom, #dfeffe 0%, #c6e3fd 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfeffe', endColorstr='#ffc6e3fd', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #c6e3fd; } .btn-info:hover, .btn-info:focus { background-color: #c6e3fd; background-position: 0 -15px; border-color: #c6e3fd; } .btn-info:active, .btn-info.active { background-color: #c6e3fd; border-color: #c6e3fd; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-warning { background-image: -webkit-linear-gradient(top, #fcbe5c 0%, #fcb443 100%); background-image: linear-gradient(to bottom, #fcbe5c 0%, #fcb443 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcbe5c', endColorstr='#fffcb443', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #fcb443; } .btn-warning:hover, .btn-warning:focus { background-color: #fcb443; background-position: 0 -15px; border-color: #fcb443; } .btn-warning:active, .btn-warning.active { background-color: #fcb443; border-color: #fcb443; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-danger { background-image: -webkit-linear-gradient(top, #d9534f 0%, #d43f3a 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #d43f3a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffd43f3a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus { background-color: #d43f3a; background-position: 0 -15px; border-color: #d43f3a; } .btn-danger:active, .btn-danger.active { background-color: #d43f3a; border-color: #d43f3a; -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12); } .btn-info { color: #3d94e6; } .btn-info:hover, .btn-info:focus { color: #3d94e6; } .btn-danger { background: #d9534f; } .btn-sm { -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12); } .btn-sm:active, .btn-sm.active { -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12); } /* // #Lists // -------------------------------------------------- */ .list { overflow: hidden; } .list ul { padding-left: 0; list-style: none; margin-bottom: 1.5em; } .list ul li { position: relative; padding: 0 0 8px 20px; } .list ul li:before { position: absolute; top: 0; left: 0; display: block; content: "\f0da"; font-family: 'FontAwesome'; font-size: 14px; color: #dc2a0b; margin-right: 10px; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .list.list__lg { font-size: 14px; } .list.list__lg ul li { padding: 4px 0 25px 50px; } .list.list__lg ul li:before { width: 28px; height: 28px; border: 1px solid #dc2a0b; border-radius: 2px; text-align: center; line-height: 26px; content: "\f00c"; } .list ol { padding-left: 0; list-style: none; margin-bottom: 1.5em; counter-reset: counter; } .list ol li { position: relative; padding: 0 0 8px 20px; } .list ol li:before { display: inline-block; /* block would also work */ position: absolute; /* move this out of the way of the text*/ left: 0; /* move the counter labe into the space from the padding */ content: counter(counter) ". "; counter-increment: counter; font-weight: bold; width: 20px; color: #dcdcdc; } /* // #Thumbnails // -------------------------------------------------- */ .thumbnail { padding: 6px; background-color: #e5e5e5; border: 1px solid #cecece; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .thumbnail img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #c1c1c1; } .thumbnail .caption { color: #2f2f2f; } .alignleft, .alignright, .alignnone, .aligncenter { text-align: center; } .alignleft img, .alignright img, .alignnone img, .aligncenter img { padding: 6px; background-color: #e5e5e5; border: 1px solid #cecece; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; max-width: 100%; height: auto; } @media (max-width: 767px) { .alignleft img, .alignright img, .alignnone img, .aligncenter img { float: none !important; margin: 0 auto; } } @media (max-width: 767px) { .alignleft:before, .alignright:before, .alignnone:before, .aligncenter:before, .alignleft:after, .alignright:after, .alignnone:after, .aligncenter:after { content: " "; display: table; } .alignleft:after, .alignright:after, .alignnone:after, .aligncenter:after { clear: both; } } .alignleft img { float: left; margin: 0 20px 10px 0; } .alignright img { float: right; margin: 0 0 10px 20px; } .aligncenter { display: block; text-align: center; } .aligncenter img { margin: 0 auto 20px auto; } .alignnone img { margin: 0 0 20px 0; } /* Video-Audio Holder */ .video-holder, .audio-holder { padding: 6px; background-color: #e5e5e5; border: 1px solid #cecece; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; max-width: 100%; height: auto; } .video-holder > iframe, .audio-holder > iframe { vertical-align: top; } /* Person Holder */ .person-holder img { max-width: 100%; height: auto; vertical-align: bottom; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: 0.2s; transition: 0.2s; } .person-holder img:hover { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); filter: grayscale(0); } /* // #Social Links // -------------------------------------------------- */ .social-links-txt { display: none; margin-right: 12px; } @media (min-width: 768px) { .social-links-txt { display: inline-block; } } .social-links { padding-left: 0; list-style: none; margin-left: -5px; margin: 0; } .social-links > li { display: inline-block; padding-left: 5px; padding-right: 5px; } .social-links > li { padding-left: 4px; padding-right: 3px; vertical-align: top; display: inline; } .social-links > li > a { display: inline-block; font-size: 14px; width: 25px; height: 25px; line-height: 25px; text-align: center; background: #373737; border-radius: 50%; border: 1px solid #444; color: #707070; -webkit-transition: none; transition: none; } .social-links > li > a:hover { background: #fff; border-color: #fff; color: #2f2f2f; -webkit-transition: 0.2s; transition: 0.2s; } .social-links__light > li > a { background: #f7f7f7; border: 1px solid #ddd; color: #2f2f2f; } .social-links__light > li > a:hover { background: #2f2f2f; border-color: #2f2f2f; color: #fafafa; } .social-links__primary > li > a { background: #dc2a0b; border: 1px solid #dc2a0b; color: #fff; } .social-links__primary > li > a:hover { background: #fff; border-color: #fff; color: #dc2a0b; -webkit-transition: 0.2s; transition: 0.2s; } /* // #Forms // -------------------------------------------------- */ label { display: inline-block; margin-bottom: 5px; color: #2f2f2f; font-weight: normal; } .form-control { background-color: #fff; border: 1px solid #dcdcdc; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); padding-left: 18px; padding-right: 18px; } .form-control:focus { border-color: #cacaca; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(202, 202, 202, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(202, 202, 202, 0.6); } .form-group { margin-bottom: 30px; } .required { color: #e74c3c; } textarea.required, input.required, select.required{ color: #000; } label.error { color: #a94442; } /* Inputs with Icons */ .form-group.form-grop__icon { position: relative; } .form-group.form-grop__icon .fa { display: block; position: absolute; right: 12px; top: 15px; font-size: 16px; } .form-group.form-grop__icon input[type="text"], .form-group.form-grop__icon input[type="email"], .form-group.form-grop__icon input[type="password"], .form-group.form-grop__icon input[type="tel"], .form-group.form-grop__icon input[type="url"], .form-group.form-grop__icon textarea { padding-right: 40px; } /* Radio Button */ .radio__custom { margin-left: 20px; } .radio__custom label { display: inline-block; cursor: pointer; position: relative; padding-left: 5px; } .radio__custom label:before { position: absolute; top: 1px; left: -20px; display: inline-block; margin-right: 10px; width: 18px; height: 18px; border: 1px solid #dcdcdc; border-radius: 50%; background-color: #fff; content: ""; } .radio__custom input[type="radio"] { display: none; } .radio__custom input[type="radio"]:checked + span:before { position: absolute; top: 6px; left: -15px; display: block; width: 8px; height: 8px; border-radius: 50%; background: #dc2a0b; content: ""; } .radio__custom.radio__style2 label:before { background: #dc2a0b; border-color: #c4250a; } .radio__custom.radio__style2 input[type="radio"]:checked + span:before { background: #fff; } .radio__custom.radio__style3 input[type="radio"]:checked + span:before { background: #2f2f2f; } .radio__custom.radio__style4 label:before { border-color: #dc2a0b; } .radio__custom.radio__style4 input[type="radio"]:checked + span:before { background: #dc2a0b; } /* Checkbox */ .checkbox__custom { margin-left: 20px; } .checkbox__custom label { display: inline-block; cursor: pointer; position: relative; padding-left: 5px; } .checkbox__custom label:before { position: absolute; top: 1px; left: -20px; display: inline-block; margin-right: 10px; width: 18px; height: 18px; border: 1px solid #dcdcdc; background-color: #fff; content: ""; } .checkbox__custom input[type="checkbox"] { display: none; } .checkbox__custom input[type="checkbox"]:checked + span:before { position: absolute; top: 0; left: -18px; display: block; content: ""; content: "\f00c"; font-family: 'FontAwesome'; font-size: 14px; color: #dc2a0b; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .checkbox__custom.checkbox__style2 label:before { background: #dc2a0b; border-color: #c4250a; } .checkbox__custom.checkbox__style2 input[type="checkbox"]:checked + span:before { color: #fff; } .checkbox__custom.checkbox__style3 input[type="checkbox"]:checked + span:before { color: #2f2f2f; } .checkbox__custom.checkbox__style4 label:before { border-color: #dc2a0b; } .checkbox__custom.checkbox__style4 input[type="checkbox"]:checked + span:before { color: #dc2a0b; } /* // #Tabs // -------------------------------------------------- */ .tabs .nav-tabs { border-bottom: none; } .tabs .nav-tabs > li { margin-bottom: 0; } @media (max-width: 767px) { .tabs .nav-tabs > li { width: 100%; float: none; margin-bottom: 2px; } .tabs .nav-tabs > li > a { margin-right: 0 !important; } .tabs .nav-tabs > li.active > a { border-bottom: 2px solid #dcdcdc !important; } } .tabs .nav-tabs > li > a { background: #f7f7f7; margin-right: 2px; border-left: 1px solid #f7f7f7; border-right: 1px solid #f7f7f7; border-bottom: none !important; border-radius: 0; padding: 12px 20px; color: #6d6d6d; position: relative; } .tabs .nav-tabs > li > a:after { content: ""; display: block; position: absolute; top: -1px; left: -1px; right: -1px; height: 3px; } .tabs .nav-tabs > li > a:before { content: ""; display: block; position: absolute; bottom: -1px; left: 0; right: 0; height: 1px; } .tabs .nav-tabs > li > a:hover { border-color: #f7f7f7; } .tabs .nav-tabs > li > a .fa { margin-right: 4px; } .tabs .nav-tabs > li.active > a { color: #dc2a0b; border-left-color: #dcdcdc; border-right-color: #dcdcdc; background: #fff; } .tabs .nav-tabs > li.active > a:after { background: #dc2a0b; } .tabs .nav-tabs > li.active > a:before { background: #fff; } .tabs .nav-tabs > li.active > a:hover { border-bottom-color: #fff; } .tabs .tab-content { padding: 30px 28px; border: 1px solid #dcdcdc; background: #fff; -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); } .tabs .tab-content:before, .tabs .tab-content:after { content: " "; display: table; } .tabs .tab-content:after { clear: both; } .tabs .tab-content p:last-child { margin-bottom: 0; } /* // #Tables // -------------------------------------------------- */ table{ width: 100%; } 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: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } table>thead>tr>th { vertical-align: bottom; border-bottom: 2px solid #ddd; } 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: 0; } table > thead > tr > th { padding: 14px; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-weight: normal; color: #2f2f2f; } table > tbody > tr > td { padding: 14px; } /* // #Accordion // -------------------------------------------------- */ .panel-group { margin-bottom: 0; } .panel-group .panel { border-radius: 0; } .panel-group .panel + .panel { margin-top: 2px; } .panel-group .panel:first-child { border-radius: 4px 4px 0 0; } .panel-group .panel:last-child { border-radius: 0 0 4px 4px; } .panel-group .panel-heading { border-bottom: 0; padding: 0; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-title { font-size: 13px; font-family: 'Muli', sans-serif; line-height: 1.5em; text-transform: none; padding: 0; } .panel-group .panel-title > a { display: block; padding: 14px 20px 14px 40px; color: #fff; background-image: -webkit-linear-gradient(top, #dc2a0b 0%, #c4250a 100%); background-image: linear-gradient(to bottom, #dc2a0b 0%, #c4250a 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffc4250a', GradientType=0); -webkit-transition: 0.2s; transition: 0.2s; position: relative; } .panel-group .panel-title > a:before { display: block; position: absolute; left: 17px; top: 16px; content: "\f068"; font-family: 'FontAwesome'; font-size: 14px; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff; } .panel-group .panel-title > a.collapsed { color: #6d6d6d; background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0); } .panel-group .panel-title > a.collapsed:before { color: #6d6d6d; content: "\f067"; } .panel-group .panel-title > a.collapsed:hover { background: #ececec; text-decoration: none; } .panel-group .panel-title > a:hover { text-decoration: none; } .panel-group .panel-body { padding: 20px 28px; background: #f7f7f7; } /* // #Call to Action // -------------------------------------------------- */ .call-to-action { border: 1px solid #dcdcdc; background: #fff; -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); padding: 40px 30px; text-align: center; display: table; width: 100%; } .call-to-action:before, .call-to-action:after { content: " "; display: table; } .call-to-action:after { clear: both; } @media (min-width: 992px) { .call-to-action { text-align: left; } } .call-to-action .cta-txt { display: block; margin-bottom: 20px; } @media (min-width: 992px) { .call-to-action .cta-txt { display: table-cell; margin-bottom: 0; } } .call-to-action .cta-txt p:last-child { margin-bottom: 0; } .call-to-action .cta-btn { display: block; text-align: center; vertical-align: middle; } @media (min-width: 992px) { .call-to-action .cta-btn { display: table-cell; padding-left: 30px; } } .call-to-action h2 { text-transform: none; margin-bottom: .25em; } .call-to-action.centered { text-align: center !important; } .call-to-action.centered .cta-txt { display: block; margin-bottom: 24px; } @media (min-width: 992px) { .call-to-action.centered .cta-txt { display: block; width: 100%; } } .call-to-action.centered .cta-btn { display: block; padding-left: 0; } @media (min-width: 992px) { .call-to-action.centered .cta-btn { display: block; width: 100%; } } .clean .call-to-action, .call-to-action.clean { border: none; -webkit-box-shadow: none; box-shadow: none; } .primary .call-to-action { background: none; -webkit-box-shadow: none; box-shadow: none; border: none; padding: 0; margin: -20px 0; } .primary .call-to-action h2 { color: #fff; padding-top: 8px; } .primary .call-to-action .cta-txt { color: #fff; } /* // #Icon Box // -------------------------------------------------- */ .icon-box { position: relative; margin-bottom: 30px; } .icon-box .icon { float: left; width: 70px; height: 70px; line-height: 70px; margin-right: 30px; font-size: 28px; text-align: center; color: #dc2a0b; position: relative; -webkit-transition: 0.3s; transition: 0.3s; } .icon-box .icon:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; z-index: 2; background: #f7f7f7; -webkit-transition: 0.3s; transition: 0.3s; } .icon-box .icon:after { content: ""; display: block; position: absolute; left: -4px; top: -4px; bottom: -4px; right: -4px; z-index: 1; -webkit-transition: 0.3s; transition: 0.3s; } .icon-box .icon .fa { position: relative; z-index: 2; } .icon-box .icon img { position: relative; z-index: 2; max-width: 100%; height: auto; } .icon-box .icon .bg-icon { display: none; } @media (min-width: 992px) { .icon-box .icon .bg-icon { display: block; position: absolute; left: 30px; top: 0; font-size: 140px; color: #f7f7f7; z-index: -1; } } .icon-box .icon-box-body { overflow: hidden; position: relative; z-index: 2; } .icon-box .icon-box-body h3, .icon-box .icon-box-body h4 { padding-top: 6px; margin-bottom: .75em; } .icon-box.rounded .icon { border-radius: 50%; } .icon-box.rounded .icon:before { border-radius: 50%; } .icon-box.rounded .icon:after { border-radius: 50%; } .icon-box.circled .icon { color: #fff; border-radius: 50%; } .icon-box.circled .icon:before { background: #dc2a0b; background-image: url(../images/noise.png); border-radius: 50%; } .icon-box.circled .icon:after { border-radius: 50%; background: #ebebeb; } .icon-box.squared .icon { color: #fff; } .icon-box.squared .icon:before { background-color: #dc2a0b; background-image: url(../images/noise.png); } .icon-box.squared .icon:after { background: #ebebeb; } .icon-box.bordered .icon { color: #dc2a0b; } .icon-box.bordered .icon:before { background: #fff; } .icon-box.bordered .icon:after { background: #dc2a0b; } .icon-box.centered { text-align: left; } @media (min-width: 992px) { .icon-box.centered { text-align: center; } } .icon-box.centered .icon { margin: 0 30px 20px 0; } @media (min-width: 992px) { .icon-box.centered .icon { float: none; margin: 0 auto 25px auto; } } @media (min-width: 992px) { .icon-box.icon-right { text-align: right; } .icon-box.icon-right .icon { float: right; margin: 0 0 0 30px; } } .icon-box.icon-top-padding { padding-top: 50px; } .icon-box.boxed { border: 1px solid #dcdcdc; background: #fff; -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); padding: 20px; } @media (min-width: 992px) { .icon-box.boxed { padding: 40px; } } .icon-box.boxed .icon:after { left: -6px; right: -6px; top: -6px; bottom: -6px; } @media (min-width: 992px) { .icon-box.boxed .icon { width: 100px; height: 100px; font-size: 42px; line-height: 100px; } } .no-touch .icon-box.icon-box-animated .icon:hover { color: #fff; } .no-touch .icon-box.icon-box-animated .icon:hover:before { -webkit-transform: scale(0.9, 0.9); -ms-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); background-color: #2f2f2f; } .no-touch .icon-box.icon-box-animated .icon:hover:after { background: #fff; box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08); } .icon-box.sm .icon { width: 42px; height: 42px; line-height: 42px; font-size: 20px; margin-right: 20px; } .icon-box.sm .icon:after { left: -2px; right: -2px; top: -2px; bottom: -2px; } .icon-box .icon .fa { position: relative; z-index: 2; } /* // #Blockquotes & Testimonial // -------------------------------------------------- */ blockquote { padding: 26px 26px 26px 70px; margin: 0 0 20px; font-size: 13px; border-left: 4px solid #dc2a0b; background: #f7f7f7; font-style: italic; position: relative; } blockquote:before { display: block; position: absolute; left: 24px; top: 19px; content: "\f10d"; font-family: 'FontAwesome'; font-size: 28px; color: #d6d6d6; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } blockquote.testimonial { background: #fff; border-top: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06); margin-bottom: 0; } cite { text-align: right; display: block; } cite:before { content: "—"; margin-right: 4px; } .bq-author { padding: 16px 0 0 110px; position: relative; } .bq-author:before { content: ""; display: block; position: absolute; top: -1px; left: 69px; width: 0; height: 0; border-left: 22px solid transparent; border-right: 0 solid transparent; border-top: 22px solid #dcdcdc; z-index: 2; } .bq-author:after { content: ""; display: block; position: absolute; top: -1px; left: 70px; width: 0; height: 0; border-left: 20px solid transparent; border-right: 0 solid transparent; border-top: 20px solid #fff; z-index: 3; } .bq-author h6 { margin-bottom: .2em; } .bq-author .bq-author-info { font-style: italic; } /* // #Alerts // -------------------------------------------------- */ .alert { padding: 20px 28px; border: 1px solid transparent; border-radius: 2px; font-size: 14px; position: relative; } .alert-dismissable .close { position: absolute; font-size: 14px; right: 9px; top: 9px; color: #fff; width: 16px; height: 16px; line-height: 16px; text-align: center; border-radius: 2px; border: none; font-weight: normal; vertical-align: top; opacity: 1; filter: alpha(opacity=100); -webkit-transition: 0.2s; transition: 0.2s; } .alert-dismissable .close:hover { opacity: 0.8; filter: alpha(opacity=80); } .alert-dismissable .close .fa { display: block; margin: 0; vertical-align: top; line-height: 16px; position: relative; top: -1px; } .alert-success { background-color: #e4fbe4; border-color: #bfe3bf; color: #55b155; } .alert-success hr { border-top-color: #addbad; } .alert-success .alert-link { color: #429142; } .alert-success .close { background: #bfe3bf; } .alert-info { background-color: #dfeffe; border-color: #b1d5f6; color: #3d94e6; } .alert-info hr { border-top-color: #9ac9f3; } .alert-info .alert-link { color: #1b7bd5; } .alert-info .close { background: #b1d5f6; } .alert-warning { background-color: #faf8e8; border-color: #f3eab2; color: #d2b715; } .alert-warning hr { border-top-color: #f0e49c; } .alert-warning .alert-link { color: #a48f10; } .alert-warning .close { background: #eada77; } .alert-danger { background-color: #fff5f5; border-color: #f8e6e6; color: #bb3737; } .alert-danger hr { border-top-color: #f2d2d2; } .alert-danger .alert-link { color: #942b2b; } .alert-danger .close { background: #e1b5b5; } /* // #Dropcaps // -------------------------------------------------- */ .dropcap { display: inline-block; float: left; margin-right: 20px; width: 60px; height: 60px; color: #dc2a0b; text-align: center; font-size: 42px; font-family: 'Oswald', sans-serif; line-height: 42px; line-height: 54px; } .dropcap.dropcap__rounded { width: 58px; height: 58px; border: 4px solid #ebebeb; border-radius: 50%; background-color: #dc2a0b; background-image: url(../images/noise.png); color: #fff; font-size: 30px; line-height: 50px; } /* // #Pricing Tables // -------------------------------------------------- */ /* Default */ .pricing-table { padding: 0 15px; } @media (min-width: 992px) { .pricing-table { padding: 20px 15px 20px 15px; } } .pricing-table .plan { border: 1px solid #dcdcdc; margin: 0 -16px 0 -15px; background: #fff; text-align: center; margin-bottom: 30px; } @media (min-width: 992px) { .pricing-table .plan { margin-bottom: 0; } } .pricing-table .plan .pricing-head { padding: 0 0 24px 0; } .pricing-table .plan .pricing-head h3 { background: #2f2f2f; line-height: 64px; margin: 0; color: #fff; position: relative; margin: -1px -1px 24px -1px; border: 1px solid #3f3f3f; } .pricing-table .plan .pricing-head .price { font-size: 60px; display: block; line-height: 1em; color: #2f2f2f; font-family: 'Oswald', sans-serif; position: relative; padding: 0 0 0 20px; text-indent: -20px; } .pricing-table .plan .pricing-head .price sup { font-size: 18px; vertical-align: top; position: absolute; top: 0; margin: 14px 0 0 0; } .pricing-table .plan .pricing-head small { font-size: 14px; color: #dcdcdc; } .pricing-table .plan .pricing-body ul { padding-left: 0; list-style: none; border-bottom: 1px solid #dcdcdc; margin-bottom: 0; } .pricing-table .plan .pricing-body ul > li { border-top: 1px solid #dcdcdc; padding: 10px; } .pricing-table .plan .pricing-body ul > li:nth-child(odd) { background: #f7f7f7; } .pricing-table .plan .pricing-footer { padding: 30px 10px; } .pricing-table .plan.popular { position: relative; z-index: 2; -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); } .pricing-table .plan.popular .pricing-head h3 { background: #dc2a0b; font-size: 24px; line-height: 90px; border-color: #dc2a0b; } @media (min-width: 992px) { .pricing-table .plan.popular .pricing-head h3 { margin: -27px 0 24px 0; } } @media (min-width: 992px) { .pricing-table .plan.popular .pricing-footer { padding: 40px 10px; } } /* Style 2 */ @media (min-width: 992px) { .pricing-table__style2 { padding: 20px 0; } } .pricing-table__style2 .plan { border-radius: 6px; margin: 0; } .pricing-table__style2 .plan .pricing-head .circled { position: relative; margin: 30px auto 40px auto; width: 120px; height: 120px; border-radius: 50%; background: #2f2f2f; color: #fff; text-align: center; display: table; } .pricing-table__style2 .plan .pricing-head .circled:after { position: absolute; top: -10px; right: -10px; bottom: -10px; left: -10px; display: block; border-radius: 50%; background: #2f2f2f; content: ""; opacity: 0.1; filter: alpha(opacity=10); z-index: 1; } .pricing-table__style2 .plan .pricing-head .circled .circled-inner { position: relative; z-index: 2; display: table-cell; height: 100%; vertical-align: middle; } .pricing-table__style2 .plan .pricing-head .circled .price { color: #fff; font-size: 32px; line-height: 1em; } .pricing-table__style2 .plan .pricing-head .circled small { color: #fff; } .pricing-table__style2 .plan .pricing-head h3 { background: none; color: #2f2f2f; padding: 0; margin: 0; line-height: 1.2em; border: none; } .pricing-table__style2 .plan.popular { -webkit-box-shadow: none; box-shadow: none; } .pricing-table__style2 .plan.popular .pricing-head .circled { background: #dc2a0b; } .pricing-table__style2 .plan.popular .pricing-head .circled:after { background: #dc2a0b; } .pricing-table__style2 .plan.popular .pricing-head h3 { background: none !important; line-height: 1.2em; font-size: 18px; border: none; color: #dc2a0b; } @media (min-width: 992px) { .pricing-table__style2 .plan.popular .pricing-head h3 { margin: 0; } } @media (min-width: 992px) { .pricing-table__style2 .plan.popular .pricing-footer { padding: 30px 10px; } } /* Style 3 */ @media (min-width: 992px) { .pricing-table__style3 { padding: 80px 0 20px 0; } } .pricing-table__style3 .plan { border-radius: 6px; margin: 0; } .pricing-table__style3 .plan .pricing-head .circled { position: relative; margin: -70px auto 40px auto; width: 140px; height: 140px; border-radius: 50%; background: #dc2a0b; color: #fff; text-align: center; display: table; border: 10px solid #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } .pricing-table__style3 .plan .pricing-head .circled .circled-inner { position: relative; z-index: 2; display: table-cell; height: 100%; vertical-align: middle; } .pricing-table__style3 .plan .pricing-head .circled .price { color: #fff; font-size: 32px; line-height: 1em; } .pricing-table__style3 .plan .pricing-head .circled small { color: #fff; } .pricing-table__style3 .plan .pricing-head h3 { background: none; color: #2f2f2f; padding: 0; margin: 0; line-height: 1.2em; border: none; } .pricing-table__style3 .plan.popular { -webkit-box-shadow: none; box-shadow: none; background: #dc2a0b; } .pricing-table__style3 .plan.popular .pricing-head .circled { background: #2f2f2f; } .pricing-table__style3 .plan.popular .pricing-head h3 { background: none !important; line-height: 1.2em; font-size: 18px; border: none; color: #fff; } @media (min-width: 992px) { .pricing-table__style3 .plan.popular .pricing-head h3 { margin: 0; } } .pricing-table__style3 .plan.popular .pricing-body ul { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .pricing-table__style3 .plan.popular .pricing-body ul > li { border-top: 1px solid rgba(255, 255, 255, 0.1); color: #fff; } .pricing-table__style3 .plan.popular .pricing-body ul > li:nth-child(odd) { background: rgba(0, 0, 0, 0.1); } @media (min-width: 992px) { .pricing-table__style3 .plan.popular .pricing-footer { padding: 30px 10px; } } /* Style 4 */ @media (min-width: 992px) { .pricing-table__style4 { padding: 20px 0; } } .pricing-table__style4 .plan { border-radius: 6px; margin: 0; } .pricing-table__style4 .plan .pricing-head { padding-bottom: 0; } .pricing-table__style4 .plan .pricing-head h3 { background: none; color: #2f2f2f; border: none; margin: 0; } .pricing-table__style4 .plan .pricing-head .pricing-head-inner { background: #dc2a0b; padding: 15px 10px; } .pricing-table__style4 .plan .pricing-head .price { color: #fff; font-size: 32px; display: inline-block; } .pricing-table__style4 .plan .pricing-head small { display: inline-block; color: #fff; margin-left: -8px; } .pricing-table__style4 .plan .pricing-head small:before { content: "/"; display: inline-block; margin-right: 3px; } .pricing-table__style4 .plan.popular { -webkit-box-shadow: none; box-shadow: none; background: #dc2a0b; } .pricing-table__style4 .plan.popular .pricing-head h3 { background: #dc2a0b; font-size: 18px; line-height: 64px; border: none; color: #fff; border-radius: 6px 6px 0 0; } @media (min-width: 992px) { .pricing-table__style4 .plan.popular .pricing-head h3 { margin: 0; } } .pricing-table__style4 .plan.popular .pricing-head .pricing-head-inner { background: #fff; } .pricing-table__style4 .plan.popular .pricing-head .price { color: #2f2f2f; } .pricing-table__style4 .plan.popular .pricing-head small { color: #2f2f2f; } .pricing-table__style4 .plan.popular .pricing-body ul { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .pricing-table__style4 .plan.popular .pricing-body ul > li { border-top: 1px solid rgba(255, 255, 255, 0.1); color: #fff; } .pricing-table__style4 .plan.popular .pricing-body ul > li:nth-child(odd) { background: rgba(0, 0, 0, 0.1); } @media (min-width: 992px) { .pricing-table__style4 .plan.popular .pricing-footer { padding: 30px 10px; } } /* // #Progress Bars // -------------------------------------------------- */ .progress { height: 40px; padding: 2px; margin-bottom: 16px; background: #ebebeb; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .progress .progress-bar:after { content: ""; position: absolute; top: 0; right: 0; width: 0; height: 0; border-top: 36px solid transparent; border-right: 20px solid #ebebeb; } .progress-bar { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #dc2a0b 0%, #ab2109 100%); background-image: linear-gradient(to bottom, #dc2a0b 0%, #ab2109 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffab2109', GradientType=0); } .progress-bar-success { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #71cd75 0%, #4bc050 100%); background-image: linear-gradient(to bottom, #71cd75 0%, #4bc050 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71cd75', endColorstr='#ff4bc050', GradientType=0); } .progress-bar-info { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #73c9e3 0%, #49b9db 100%); background-image: linear-gradient(to bottom, #73c9e3 0%, #49b9db 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73c9e3', endColorstr='#ff49b9db', GradientType=0); } .progress-bar-warning { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #fcbe5c 0%, #fbaa2a 100%); background-image: linear-gradient(to bottom, #fcbe5c 0%, #fbaa2a 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcbe5c', endColorstr='#fffbaa2a', GradientType=0); } .progress-bar-danger { line-height: 36px; height: 36px; overflow: hidden; position: relative; text-align: right; padding: 0 20px; background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); } .progress-label { font-size: 14px; color: #fff; font-family: 'Oswald', sans-serif; float: left; } .progress-striped .progress-bar-primary { background-color: #dc2a0b; background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* // #Boxes // -------------------------------------------------- */ .box, #uc-cart-checkout-form fieldset { background: #f7f7f7; padding: 30px; border: 1px solid #ddd; } /* // #Misc // -------------------------------------------------- */ hr { border-top-color: #eeeeee; } hr.lg { margin: 60px 0; } hr.sm { margin: 40px 0; } hr.no-top-margin { margin-top: 0; } .section.dark hr { border-top-color: #3f3f3f; } hr.double { border-bottom: 1px solid #eeeeee; padding-top: 3px; } .hr-with-icon { position: relative; height: 30px; text-align: center; margin: 20px 0; } .hr-with-icon:before { content: ""; background: #dcdcdc; height: 1px; position: absolute; left: 0; right: 0; top: 50%; display: block; } .hr-with-icon .fa { font-size: 14px; display: inline-block; position: relative; top: 5px; width: 30px; background: #fff; } .hr-with-icon.icon-primary { color: #dc2a0b; } /* Spacers */ .spacer { height: 20px; overflow: hidden; } .spacer.sm { height: 10px; overflow: hidden; } .spacer.lg { height: 40px; overflow: hidden; } .spacer.xl { height: 60px; overflow: hidden; } .spacer.xxl { height: 80px; overflow: hidden; } /* Bordered Column */ .col-bordered { position: relative; } .col-bordered:before { width: 1px; background: #eee; content: ""; display: none; position: absolute; top: 0; bottom: 0; } @media (min-width: 768px) { .col-bordered:before { display: block; left: -39px; } } @media (min-width: 992px) { .col-bordered:before { left: -49px; } } @media (min-width: 992px) { .col-bordered[class*="col-md-pull"]:before { left: auto; right: -39px; } } @media (min-width: 1200px) { .col-bordered[class*="col-md-pull"]:before { left: auto; right: -49px; } } /* Back To Top */ #back-top { position: fixed; bottom: 15px; right: 15px; z-index: 99; display: none; } #back-top a { width: 44px; display: block; text-align: center; text-decoration: none; color: #fff; -webkit-transition: 0.2s; transition: 0.2s; } #back-top a .fa { width: 44px; height: 44px; line-height: 44px; display: block; font-size: 14px; background: #a3a3a3; border-radius: 6px; } #back-top a:hover { color: #2f2f2f; } #back-top a:hover .fa { background-color: #777; } /* Helpers */ .animation { opacity: 0; } .animation-visible { opacity: 1; } .animated, .animation { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; animation-duration: 1s; } .fontawesome-icon-list [class*="col-md-"] { margin-bottom: 10px; } .fontawesome-icon-list .fa { width: 32px; text-align: right; font-size: 14px; margin-right: 10px; } .push-bottom { margin-bottom: 20px; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } /* MediaElements Custom Colors */ .mejs-controls .mejs-time-rail .mejs-time-loaded { background: #dc2a0b; } .mejs-container .mejs-controls { background: #2f2f2f; } /* Box */ .box-holder { background: #f7f7f7; padding: 30px; border-radius: 6px; } /* // #Shape Boxes // -------------------------------------------------- */ .shape-item { display: block; width: 100%; position: relative; color: #6d6d6d; } .shape-item:hover { color: #6d6d6d; } .shape-item figure { position: relative; overflow: hidden; background: #333; } .shape-item figure img { position: relative; display: block; width: 100%; opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } .shape-item figcaption { position: absolute; top: 0; padding: 11px; z-index: 11; width: 100%; height: 100%; text-align: center; } @media (min-width: 768px) and (max-width: 991px) { .shape-item figcaption { padding-top: 15px; } } @media (min-width: 992px) and (max-width: 1199px) { .shape-item figcaption { padding-top: 5px; } } .shape-item figcaption h3 { margin-bottom: .5em; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .shape-item figcaption p { padding: 0 20px; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .shape-item figcaption h3, .shape-item figcaption p { -webkit-transform: translateY(50px); transform: translateY(50px); } .shape-item figure .btn { position: absolute; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .shape-item figcaption, .shape-item figcaption h3, .shape-item figcaption p, .shape-item figure .btn { -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* Style for SVG */ .shape-item svg { position: absolute; top: -1px; /* fixes rendering issue in FF */ z-index: 10; width: 100.5%; height: 100%; left: 0; } .shape-item svg path { fill: #f7f7f7; } /* Hover effects */ .shape-item:hover figure img { opacity: 1; filter: alpha(opacity=100); } .shape-item:hover figcaption h3, .shape-item:hover figcaption p { -webkit-transform: translateY(0); transform: translateY(0); } .shape-item:hover figcaption p { opacity: 0; filter: alpha(opacity=0); } /* Individual styles */ .shape-effect1.shape-item figure .btn, .shape-effect3.shape-item figure .btn { top: 50%; left: 50%; opacity: 0; -webkit-transform: translateY(-50%) translateX(-50%) scale(0.25); transform: translateY(-50%) translateX(-50%) scale(0.25); } .shape-effect1.shape-item:hover figure .btn, .shape-effect3.shape-item:hover figure .btn { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(-50%) translateX(-50%) scale(1); transform: translateY(-50%) translateX(-50%) scale(1); } .shape-effect2.shape-item figcaption h2 { color: #e74c3c; } .shape-effect2.shape-item figcaption p { -webkit-transition-delay: 0.05s; transition-delay: 0.05s; } .shape-effect2.shape-item figure .btn { bottom: 0; left: 0; width: 100%; -webkit-transform: translateY(100%); transform: translateY(100%); } .shape-effect2.shape-item:hover figure .btn { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transform: translateY(0); transform: translateY(0); } .shape-effect2.shape-item figcaption h2, .shape-effect2.shape-item figcaption p, .shape-effect3.shape-item figcaption h2, .shape-effect3.shape-item figcaption p { -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1); /* older webkit */ -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445); timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445); } .shape-effect2.shape-item:hover figcaption p, .shape-effect3.shape-item:hover figcaption p { -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; } .shape-effect3.shape-item figcaption h2 { color: #52be7f; } .shape-effect3.shape-item:hover figcaption h2 { -webkit-transform: translateY(5px); transform: translateY(5px); } /* // #Pagination // -------------------------------------------------- */ .pagination > li > a, .pagination > li > span { color: #dc2a0b; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #dc2a0b; background-color: #f7f7f7; } .pagination > .pager-current > a, .pagination > .pager-current > span, .pagination > .pager-current > a:hover, .pagination > .pager-current > span:hover, .pagination > .pager-current > a:focus, .pagination > .pager-current > span:focus { color: #fff; background-color: #dc2a0b; border-color: #dc2a0b; } .pagination > li > a, .pagination > li > span { padding-left: 18px; padding-right: 18px; } .pagination-sm > li > a, .pagination-sm > li > span { padding-left: 12px; padding-right: 12px; } .pagination-lg > li > a, .pagination-lg > li > span { padding-left: 26px; padding-right: 26px; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }
0.287568
0.069352
a:link, a:visited{ color:#C30002; text-decoration: none; } a:hover{ text-decoration: underline; } .node-teaser h2{ margin: 8px 0; } /**** omega-text.css overrides ****/ /* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 3, 2011 01:32:17 PM America/New_York */ @font-face { font-family: 'UbuntuMonoRegular'; src: url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.eot'); src: url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.eot?#iefix') format('embedded-opentype'), url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.woff') format('woff'), url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.ttf') format('truetype'), url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.svg#UbuntuMonoRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'UbuntuMonoItalic'; src: url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.eot'); src: url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.eot?#iefix') format('embedded-opentype'), url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.woff') format('woff'), url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.ttf') format('truetype'), url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.svg#UbuntuMonoItalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'UbuntuMonoBold'; src: url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.eot'); src: url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.eot?#iefix') format('embedded-opentype'), url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.woff') format('woff'), url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.ttf') format('truetype'), url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.svg#UbuntuMonoBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'UbuntuMonoBoldItalic'; src: url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.eot'); src: url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.eot?#iefix') format('embedded-opentype'), url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.woff') format('woff'), url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.ttf') format('truetype'), url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.svg#UbuntuMonoBoldItalic') format('svg'); font-weight: normal; font-style: normal; } /* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 3, 2011 01:35:44 PM America/New_York */ @font-face { font-family: 'TangerineRegular'; src: url('Tangerine-fontfacekit/Tangerine_Regular-webfont.eot'); src: url('Tangerine-fontfacekit/Tangerine_Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Tangerine-fontfacekit/Tangerine_Regular-webfont.woff') format('woff'), url('Tangerine-fontfacekit/Tangerine_Regular-webfont.ttf') format('truetype'), url('Tangerine-fontfacekit/Tangerine_Regular-webfont.svg#TangerineRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TangerineBold'; src: url('Tangerine-fontfacekit/Tangerine-fontfacekit/Tangerine_Bold-webfont.eot'); src: url('Tangerine-fontfacekit/Tangerine_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Tangerine-fontfacekit/Tangerine_Bold-webfont.woff') format('woff'), url('Tangerine-fontfacekit/Tangerine_Bold-webfont.ttf') format('truetype'), url('Tangerine-fontfacekit/Tangerine_Bold-webfont.svg#TangerineBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LiberationSansRegular'; src: url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.eot'); src: url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.woff') format('woff'), url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.ttf') format('truetype'), url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.svg#LiberationSansRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LiberationSansItalic'; src: url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.eot'); src: url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.woff') format('woff'), url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.ttf') format('truetype'), url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.svg#LiberationSansItalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LiberationSansBold'; src: url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.eot'); src: url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.woff') format('woff'), url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.ttf') format('truetype'), url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.svg#LiberationSansBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LiberationSansBoldItalic'; src: url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.eot'); src: url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.woff') format('woff'), url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.ttf') format('truetype'), url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.svg#LiberationSansBoldItalic') format('svg'); font-weight: normal; font-style: normal; }/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 3, 2011 01:32:51 PM America/New_York */ @font-face { font-family: 'SpecialEliteRegular'; src: url('special-elite-fontfacekit/SpecialElite-webfont.eot'); src: url('special-elite-fontfacekit/SpecialElite-webfont.eot?#iefix') format('embedded-opentype'), url('special-elite-fontfacekit/SpecialElite-webfont.woff') format('woff'), url('special-elite-fontfacekit/SpecialElite-webfont.ttf') format('truetype'), url('special-elite-fontfacekit/SpecialElite-webfont.svg#SpecialEliteRegular') format('svg'); font-weight: normal; font-style: normal; } a, p, ul, ol, li, img, span, strong, em{ font-family: 'LiberationSansRegular', sans-serif; } .branding-data{ margin-top:10px; } body.front .logo-img:before{ position:absolute; content: "d7dev"; font-family: 'UbuntuMonoBoldItalic', courier; color: #fff; -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */ -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #bf0000; font-size:32px; font-size: 36px; left: 32px; top: -4px; } .site-name a{ font-family: 'UbuntuMonoBoldItalic', courier; color: #bf0000; -webkit-text-fill-color: white; /* Will override color (regardless of order) */ -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #bf0000; } body.front .site-name a{ font-size: 54px; } .site-slogan{ color:#999999; font-family: 'TangerineBold', 'Times New Roman', serif; font-size: 32px; } body.front .site-slogan{ font-size: 48px; } /**** node styles ****/ h1.title{ font-family: 'LiberationSansRegular', sans-serif; color: #BF0000; } /* styles for Recipe content type */ .node-recipe div.field{ margin-top: 10px; } .node-recipe .field-name-field-description p{ font-size:16px; font-weight: bold; color:#999; } .node-recipe .group-time-yield div.field-item, .node-recipe .field-name-field-ingredients div.field-item, .node-recipe .field-name-field-recipeinstructions div.field-item, .node-recipe .field-name-field-recipeinstructions div.field-item p, .node-recipe .field-name-field-recipeinstructions div.field-item li{ font-family: 'SpecialEliteRegular', sans-serif; } .node-recipe div.field-name-field-recipeyield{ border-top: 1px solid #DDD; padding-top: 4px; } .node-recipe div.field-name-field-media{ width: 54%; display: inline-block; } .node-recipe div.field-name-field-image, .node-recipe div.field-name-field-media div.field-item{ float:left; margin: 0 5px 5px 0; box-shadow: 0 5px 5px -3px black; } .node-recipe div.field-name-field-media div.file{ float:left; margin: 0 5px 5px 0; box-shadow: 0 5px 5px -3px black; } .node-recipe div.time-yield-wrapper{ border: 1px solid #E6E6E6; padding: 10px; display: inline-block; vertical-align: top; margin-top: 10px; margin-right: 20px; } .node-recipe div.field-name-field-ingredients{ clear:left; } /* ADDED FOR CHAPTER 8 - Recipes by Cuisine View */ .view-id-recipe_list.view-display-id-page_2 .views-row{ margin-top: 10px; clear: left; height: 100%; } .view-id-recipe_list.view-display-id-page_2 .views-field-field-image img{ float: left; margin: 0 10px 10px 0; border: 2px solid #CCC; } .view-id-recipe_list.view-display-id-page_2 .views-field-field-rating{ height:44px; } .view-id-recipe_list.view-display-id-page_2 .views-field-field-rating .fivestar-thaipeppers{ height: 28px; }
_src/Chapter 8/d7dev_theme/css/global.css
a:link, a:visited{ color:#C30002; text-decoration: none; } a:hover{ text-decoration: underline; } .node-teaser h2{ margin: 8px 0; } /**** omega-text.css overrides ****/ /* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 3, 2011 01:32:17 PM America/New_York */ @font-face { font-family: 'UbuntuMonoRegular'; src: url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.eot'); src: url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.eot?#iefix') format('embedded-opentype'), url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.woff') format('woff'), url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.ttf') format('truetype'), url('ubuntu-mono-fontfacekit/UbuntuMono-R-webfont.svg#UbuntuMonoRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'UbuntuMonoItalic'; src: url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.eot'); src: url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.eot?#iefix') format('embedded-opentype'), url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.woff') format('woff'), url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.ttf') format('truetype'), url('ubuntu-mono-fontfacekit/UbuntuMono-RI-webfont.svg#UbuntuMonoItalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'UbuntuMonoBold'; src: url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.eot'); src: url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.eot?#iefix') format('embedded-opentype'), url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.woff') format('woff'), url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.ttf') format('truetype'), url('ubuntu-mono-fontfacekit/UbuntuMono-B-webfont.svg#UbuntuMonoBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'UbuntuMonoBoldItalic'; src: url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.eot'); src: url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.eot?#iefix') format('embedded-opentype'), url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.woff') format('woff'), url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.ttf') format('truetype'), url('ubuntu-mono-fontfacekit/UbuntuMono-BI-webfont.svg#UbuntuMonoBoldItalic') format('svg'); font-weight: normal; font-style: normal; } /* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 3, 2011 01:35:44 PM America/New_York */ @font-face { font-family: 'TangerineRegular'; src: url('Tangerine-fontfacekit/Tangerine_Regular-webfont.eot'); src: url('Tangerine-fontfacekit/Tangerine_Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Tangerine-fontfacekit/Tangerine_Regular-webfont.woff') format('woff'), url('Tangerine-fontfacekit/Tangerine_Regular-webfont.ttf') format('truetype'), url('Tangerine-fontfacekit/Tangerine_Regular-webfont.svg#TangerineRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TangerineBold'; src: url('Tangerine-fontfacekit/Tangerine-fontfacekit/Tangerine_Bold-webfont.eot'); src: url('Tangerine-fontfacekit/Tangerine_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Tangerine-fontfacekit/Tangerine_Bold-webfont.woff') format('woff'), url('Tangerine-fontfacekit/Tangerine_Bold-webfont.ttf') format('truetype'), url('Tangerine-fontfacekit/Tangerine_Bold-webfont.svg#TangerineBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LiberationSansRegular'; src: url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.eot'); src: url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.woff') format('woff'), url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.ttf') format('truetype'), url('Liberation-Sans-fontfacekit/LiberationSans-Regular-webfont.svg#LiberationSansRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LiberationSansItalic'; src: url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.eot'); src: url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.woff') format('woff'), url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.ttf') format('truetype'), url('Liberation-Sans-fontfacekit/LiberationSans-Italic-webfont.svg#LiberationSansItalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LiberationSansBold'; src: url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.eot'); src: url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.woff') format('woff'), url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.ttf') format('truetype'), url('Liberation-Sans-fontfacekit/LiberationSans-Bold-webfont.svg#LiberationSansBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LiberationSansBoldItalic'; src: url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.eot'); src: url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.woff') format('woff'), url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.ttf') format('truetype'), url('Liberation-Sans-fontfacekit/LiberationSans-BoldItalic-webfont.svg#LiberationSansBoldItalic') format('svg'); font-weight: normal; font-style: normal; }/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 3, 2011 01:32:51 PM America/New_York */ @font-face { font-family: 'SpecialEliteRegular'; src: url('special-elite-fontfacekit/SpecialElite-webfont.eot'); src: url('special-elite-fontfacekit/SpecialElite-webfont.eot?#iefix') format('embedded-opentype'), url('special-elite-fontfacekit/SpecialElite-webfont.woff') format('woff'), url('special-elite-fontfacekit/SpecialElite-webfont.ttf') format('truetype'), url('special-elite-fontfacekit/SpecialElite-webfont.svg#SpecialEliteRegular') format('svg'); font-weight: normal; font-style: normal; } a, p, ul, ol, li, img, span, strong, em{ font-family: 'LiberationSansRegular', sans-serif; } .branding-data{ margin-top:10px; } body.front .logo-img:before{ position:absolute; content: "d7dev"; font-family: 'UbuntuMonoBoldItalic', courier; color: #fff; -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */ -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #bf0000; font-size:32px; font-size: 36px; left: 32px; top: -4px; } .site-name a{ font-family: 'UbuntuMonoBoldItalic', courier; color: #bf0000; -webkit-text-fill-color: white; /* Will override color (regardless of order) */ -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #bf0000; } body.front .site-name a{ font-size: 54px; } .site-slogan{ color:#999999; font-family: 'TangerineBold', 'Times New Roman', serif; font-size: 32px; } body.front .site-slogan{ font-size: 48px; } /**** node styles ****/ h1.title{ font-family: 'LiberationSansRegular', sans-serif; color: #BF0000; } /* styles for Recipe content type */ .node-recipe div.field{ margin-top: 10px; } .node-recipe .field-name-field-description p{ font-size:16px; font-weight: bold; color:#999; } .node-recipe .group-time-yield div.field-item, .node-recipe .field-name-field-ingredients div.field-item, .node-recipe .field-name-field-recipeinstructions div.field-item, .node-recipe .field-name-field-recipeinstructions div.field-item p, .node-recipe .field-name-field-recipeinstructions div.field-item li{ font-family: 'SpecialEliteRegular', sans-serif; } .node-recipe div.field-name-field-recipeyield{ border-top: 1px solid #DDD; padding-top: 4px; } .node-recipe div.field-name-field-media{ width: 54%; display: inline-block; } .node-recipe div.field-name-field-image, .node-recipe div.field-name-field-media div.field-item{ float:left; margin: 0 5px 5px 0; box-shadow: 0 5px 5px -3px black; } .node-recipe div.field-name-field-media div.file{ float:left; margin: 0 5px 5px 0; box-shadow: 0 5px 5px -3px black; } .node-recipe div.time-yield-wrapper{ border: 1px solid #E6E6E6; padding: 10px; display: inline-block; vertical-align: top; margin-top: 10px; margin-right: 20px; } .node-recipe div.field-name-field-ingredients{ clear:left; } /* ADDED FOR CHAPTER 8 - Recipes by Cuisine View */ .view-id-recipe_list.view-display-id-page_2 .views-row{ margin-top: 10px; clear: left; height: 100%; } .view-id-recipe_list.view-display-id-page_2 .views-field-field-image img{ float: left; margin: 0 10px 10px 0; border: 2px solid #CCC; } .view-id-recipe_list.view-display-id-page_2 .views-field-field-rating{ height:44px; } .view-id-recipe_list.view-display-id-page_2 .views-field-field-rating .fivestar-thaipeppers{ height: 28px; }
0.225076
0.043589
.fusion-builder-upload-button, .upload_image_remove { background: #fff; border-radius: 0; border: 1px solid #c7c5c5; color: #333; cursor: pointer; float: right; font-size: 13px; height: 36px; line-height: 28px; margin: 1em 0 0 1em !important; padding: 0 10px; text-align: center; text-decoration: none; } .fusion-builder-upload-button:hover, .upload_image_remove:hover { background: #fbf9f9; } .fusion-builder-section-content { display: inline-block; position: relative; vertical-align: top; width: 100%; } .fusion-builder-section-content:hover > .fusion_builder_row > .fusion-builder-insert-column { display: block; } .fusion-builder-section-content:hover > .fusion-builder-section-add { display: block; } .fusion_builder_modal_inner_row_overlay, .fusion_builder_modal_overlay { background-color: rgba(0, 0, 0, 0.8); height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; } .fusion_builder_modal_inner_row_overlay { z-index: 9997; } .fusion-builder-modal-bottom-container { background: #fff; border-top: 1px solid #ccc; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; left: 0; padding: 1em; position: absolute; text-align: right; width: 100%; z-index: 9999; } .fusion-builder-element-button-save, .fusion-builder-inner-row-close, .fusion-builder-layout-button-save, .fusion-builder-modal-bottom-container .fusion-builder-modal-close, .fusion-builder-modal-bottom-container .fusion-builder-modal-save { background: #008fc5; border: none; -webkit-box-shadow: none; box-shadow: none; color: #fff; display: inline-block; font-size: 14px; font-weight: bold; height: auto; padding: 12px 28px; text-decoration: none; text-transform: uppercase; } .fusion-builder-inner-row-close:hover, .fusion-builder-modal-bottom-container .fusion-builder-modal-close:hover, .fusion-builder-modal-bottom-container .fusion-builder-modal-save:hover { background: #222; color: #fff; } .fusion-builder-main-settings { background-color: #fff; bottom: 2em; -webkit-box-sizing: border-box; box-sizing: border-box; left: 0; margin-bottom: 3em; margin-top: 3em; overflow: auto; padding: 0 0 2em; position: absolute; top: 0; width: 100%; } .fusion-builder-main-settings .fusion-builder-module-settings { background: #fff; float: left; margin: 5em 0 0; width: 100; } .fusion-builder-main-settings .fusion-builder-module-settings li { border-bottom: 1px solid #ddd; display: inline-block; float: left; margin: 0; padding: 2em 2.5%; width: 95%; } .fusion-builder-main-settings.has-group-options { margin-bottom: 3.5em; margin-top: 3.5em; } .fusion-builder-main-settings.fusion-builder-main-settings-advanced { background: #f6f6f6; } .fusion-builder-main-settings.fusion-builder-main-settings-advanced .fusion-builder-module-settings { border-left: 1px solid #ddd; min-height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; float: right; margin: 0; padding-top: 2.5em; width: 67%; } .fusion-builder-main-settings.fusion-builder-main-settings-advanced .fusion-builder-module-settings li { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2em 5em; width: 100%; } .fusion-builder-main-settings.fusion-builder-main-settings-advanced .fusion-builder-option-advanced-module-settings { float: left; padding: 4.5em 2.5% 0; width: 28%; } .fusion-builder-modal-top-container { left: 0; position: absolute; top: 0; width: 100%; z-index: 999; } .fusion-builder-modal-top-container .fusion-builder-modal-close { border-left: 1px solid #ddd; cursor: pointer; height: 69px; position: absolute; right: 0; text-align: center; top: 0; width: 69px; } .fusion-builder-modal-top-container .fusion-builder-modal-close:hover { background: #f6f6f6; } .fusion-builder-modal-top-container .fusion-builder-modal-close.fusiona-plus2:before { display: block; font-size: 2em; margin-top: 22px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } #poststuff .fusion-builder-modal-top-container h2, .fusion-builder-modal-top-container h2 { background: #fff; border-bottom: 1px solid #ddd; font-size: 23px; line-height: inherit; margin: 0; padding: 1.1em 2.5%; } #fusion-page-builder-tabs { float: left; margin: 0; } #fusion-page-builder-tabs li { float: left; height: 100%; margin: 0; position: relative; } #fusion-page-builder-tabs li:first-child { background: #222; } #fusion-page-builder-tabs li:hover { background: #222; } #fusion-page-builder-tabs li a { color: #fff; display: block; padding: 16px 60px; text-decoration: none; } #fusion-page-builder-tabs .fusion-builder-button:after { border-top-color: #222; border-width: 10px; border: solid transparent; content: " "; height: 0; left: 50%; margin-left: -10px; pointer-events: none; position: absolute; top: 100%; width: 0; } .fusion-builder-upload-preview { height: auto; max-width: 100%; width: auto; } .fusion-builder-upload-preview img { display: block; float: right; height: auto; max-height: 300px; max-width: 100%; width: auto; } .option-details { display: inline-block; float: left; width: 40%; } .option-details h3 { margin-bottom: 0.3em; } .option-details .description { color: #999; } #fusion-builder-layouts-demos .fusion-builder-demo-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url("../images/icons/select_bg5.jpg") no-repeat right; border-right: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; cursor: pointer; font: 12px/20px Arial, Helvetica, sans-serif; height: 46px !important; padding: 13px; width: 100% !important; } #fusion-builder-layouts-demos .fusion-page-layouts { display: none; } .option-field { display: inline-block; float: left; padding: 1.1em 0 0 10%; width: 50%; } .option-field select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url("../images/icons/select_bg3.jpg") no-repeat right, url("../images/icons/select_bg4.jpg") repeat-x; border-bottom: none !important; border-left: 1px solid #d9d9d9 !important; border-right: none !important; border-top: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; cursor: pointer; font: 12px/20px Arial, Helvetica, sans-serif; height: 34px !important; padding: 6px 15px; width: 100% !important; } .option-field #excerpt { height: auto; } .option-field .wp-picker-container { display: block; position: relative; } .option-field .wp-picker-container .button { height: auto !important; margin-left: 0 !important; margin-top: 5px !important; padding: 3px 0 !important; width: 111px !important; } .option-field .wp-picker-container input[type="text"].wp-color-picker { float: right; height: 37px; line-height: normal; max-width: 100%; width: 100% !important; } .option-field .wp-color-result { border-radius: 0 !important; display: block; float: left; height: 34px !important; margin-left: 0; margin-right: 0; padding-left: 0; width: 78%; } .option-field .wp-color-result:after { background: #fff !important; font-size: 13px !important; line-height: 34px !important; max-width: 106px !important; padding: 0 !important; position: absolute; width: 100%; } .option-field .wp-picker-input-wrap { display: block; float: right; width: 20%; } .option-field .wp-picker-input-wrap input { display: block !important; padding: 11px 0 !important; text-align: center !important; width: 100%; } .option-field .wp-picker-input-wrap .fusion-color-field { display: block !important; } .option-field .wp-picker-holder { clear: both; margin: 0; padding-top: 4px; } .option-field .wp-picker-clear, .option-field input.wp-picker-clear { display: none !important; } .option-field input[type="text"], .option-field textarea { -webkit-box-shadow: none; box-shadow: none; padding: 0.5em; width: 100%; } .fusion-icon-search { margin-bottom: 15px; } #fusion_toggle_builder { margin-top: 1em; } .fusion_builder_no_scroll { overflow: hidden; } .fusion_builder_inner_row_no_scroll { overflow: hidden; } .fusion_builder_hidden { display: none; } #fusion_builder_main_container { position: relative; padding-top: 50px; } #fusion_builder_controls { z-index: 1000; position: absolute; top: 0; background: #32373c; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; width: 100%; } .fusion-page-builder-controls { float: right; } .fusion-page-builder-controls a { border-left: 1px solid #fff; border-left: 1px solid rgba(255, 255, 255, 0.3); color: #fff; display: block; float: left; font-size: 16px; height: 16px; padding: 17px; text-decoration: none; } .fusion-page-builder-controls a:hover { background: #222; } .fusion-page-builder-controls a .fusion-builder-has-custom-css { color: #fff; } #fusion_builder_container { display: inline-block; margin-top: 3em; width: 100%; } #fusion-builder-layouts { display: none; } .fusion-builder-all-elements-container, .fusion-builder-column-layouts-container { float: left; padding: 8.5% 1.5% 1.5%; width: 97%; } .fusion-elements-filter { float: right; margin-top: -5px; padding: 5px; } .fusion-tabs-menu { background-color: #008fc5; background: #fff; float: left; margin: 0; width: 100%; } .fusion-tabs-menu li { display: inline-block; float: left; margin: 0; position: relative; text-transform: capitalize; } .fusion-tabs-menu li:hover { background: #0073aa; } .fusion-tabs-menu li:first-child { background-color: #0073aa; } .fusion-tabs-menu li a { color: #fff; display: block; padding: 1em 3em; text-decoration: none; } .fusion-tabs-menu li.inactive { background-color: transparent; } .fusion-tabs-menu li.inactive:after { display: none; } .fusion-tabs-menu li.current { background-color: #0073aa; } .fusion-tabs-menu li.current:after, .fusion-tabs-menu li:first-child:after { border-top-color: #0073aa; border-width: 10px; border: solid transparent; content: " "; height: 0; left: 50%; margin-left: -10px; pointer-events: none; position: absolute; top: 100%; width: 0; } .fusion-tab-content { display: none; float: left; width: 100%; } .fusion-tab-content:first-child { display: block; } .fusion-builder-all-modules { float: left; width: 100%; } .fusion-builder-all-modules li { background-color: #fff; border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; float: left; list-style-type: none; margin: 0 1.5% 1.5%; padding-left: 1em; position: relative; text-align: left; width: 30.333%; } .fusion-builder-all-modules li:hover { background: #f7f7f7; border: 1px solid #ccc; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); color: #444; } .fusion-builder-all-modules li .fusion_module_title { color: #222; } .fusion-builder-all-modules li .fusion-module-icon { display: inline-block; font-size: 1em; margin-right: 0.5em; } .fusion_builder_container { display: inline-block; position: relative; vertical-align: top; width: 100%; } .fusion_builder_container .ui-sortable-placeholder { background: #f3f3f3; } .fusion_builder_container.ui-sortable-placeholder { width: inherit; } .fusion-builder-section-header { background: #0091cd; border-bottom: 1px solid #fff; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; cursor: move; float: left; width: 100%; } .fusion-builder-section-controls { float: right; margin: 0 !important; } .fusion-builder-section-controls a { background: rgba(0, 0, 0, 0.15); border-left: 1px solid rgba(255, 255, 255, 0.3); color: #fff; display: block; float: left; font-size: 16px; height: 16px; padding: 13px; text-decoration: none; } .fusion-builder-section-controls a:hover { background: transparent; } .fusion-builder-section-controls a .dashicons-arrow-up:before { font-size: inherit; font-smoothing: auto; width: inherit; } .fusion_module_block { background: #fff; border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; margin-bottom: 1.5em; padding: 1.5em; position: relative; width: 100%; } .fusion_module_block .fusion-builder-module-title { display: block; font-size: 1.15em; font-weight: bold; text-align: center; width: 100%; } .fusion_module_block .fusion-module-icon { display: inline-block; font-size: 1em; margin-right: 0.5em; } .fusion-builder-module-preview { line-height: initial; overflow: hidden; } .fusion-builder-module-preview ul li p { margin: 0; } .fusion_builder_row { border-bottom: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; padding: 1.5% 1.5% 2.5%; position: relative; width: 100%; } .fusion_builder_row_inner { border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; margin-bottom: 1.5em; padding: 1.5em; position: relative; width: 100%; } .fusion_builder_row_inner > p { margin-bottom: 0; } .fusion_builder_row_inner .fusion_module_title { margin: 0; } .fusion_builder_row_inner .fusion-builder-row-content { display: none; } .fusion_builder_row_inner.ui-sortable-placeholder { background: #f3f3f3; height: inherit; min-height: 0; min-height: 180px; } .fusion-builder-row-content { display: inline-block; float: left; width: 100%; } .fusion-builder-insert-column { border-bottom: 0; border: 1px solid #ddd; bottom: 0; color: #999; display: none; font-size: 1em; padding: 8px 0; position: absolute; right: 0; text-align: center; text-decoration: none; width: 160px; z-index: 998; } .fusion-builder-insert-column span { margin-right: 3px; } .fusion-builder-insert-column .fusiona-plus { position: relative; top: 1px; } .fusion-builder-insert-column:hover { color: #333; } .fusion-builder-controls { text-decoration: none; z-index: 100; } .ui-sortable-helper { opacity: 0.8; } .ui-sortable-helper .fusion-builder-section-add { display: none !important; } .ui-sortable-helper.fusion-builder-column { overflow: hidden; } .ui-sortable-placeholder { -webkit-animation: zoomIn 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: zoomIn 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1); background: #f3f3f3 !important; border: 1px dashed #ddd !important; -webkit-box-shadow: none; box-shadow: none; display: block; padding-left: 0; padding-right: 0; visibility: visible !important; width: 100%; } .icon_select_container { border: 1px solid #aaa; height: 263px; overflow-x: hidden; overflow: auto; width: 100%; } .icon_select_container .selected-element { color: #fff; background-color: #278ab7; } .icon_select_container .selected-element:hover { color: #fff; background-color: #278ab7; } .icon_preview { background: #fff; border: 1px solid #e1e1e1; color: #494949; cursor: pointer; display: block; float: left; font-size: 14px; line-height: 32px; margin-left: -1px; margin-top: -1px; position: relative; text-align: center; -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out; width: 32px; } .icon_preview:hover { color: #278ab7; -webkit-transform: scale(1.3); transform: scale(1.3); z-index: 3; } #fusion-builder-layouts, .fusion-builder-modal-settings-container, .fusion_builder_row_inner .fusion-builder-row-content { background: #fff; border-radius: 2px; bottom: 5%; -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5); box-shadow: 0 0 100px rgba(0, 0, 0, 0.5); -webkit-box-sizing: border-box; box-sizing: border-box; left: 0; margin: auto; max-width: 1250px; overflow: auto; padding: 1em; position: fixed; right: 0; top: 5%; width: 75%; z-index: 99999; } .fusion-builder-row-container-inner { bottom: 2px; cursor: auto; left: 0; margin-bottom: 6em; overflow: auto; padding-bottom: 0; position: absolute; top: 0; width: 100%; } .fusion-builder-modal-settings-container .fusion-builder-column-layouts li { border: 1px dashed #ccc; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; float: left; margin: 1.5%; padding: 0.5em; width: 17%; } .fusion-builder-modal-settings-container .fusion-builder-column-layouts li:hover { border: 1px dashed #666; } .fusion-builder-column { background: #fff; border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: move; display: inline-block; float: none; margin: 2%; position: relative; text-align: center; vertical-align: top; } .fusion-builder-column .fusion-builder-controls { left: 0; position: absolute; top: 0; } .fusion-builder-column .fusion_module_block:hover > .fusion-builder-controls { display: block; } .fusion-builder-column .fusion-builder-column-controls, .fusion-builder-inner-row-controls { font-size: 1em; left: 0; position: absolute; } .fusion-builder-column-controls a { background: #fff; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; color: #999; display: block; float: left; font-size: 16px; height: 16px; padding: 8px; text-align: center; text-decoration: none; width: 16px; } .fusion-builder-column-controls a.fusion-builder-resize-column { font-size: 12px; } .fusion-builder-column-controls a:hover, .fusion-builder-inner-row-controls a:hover { color: #333; } .fusion-builder-column .fusion_module_block .fusion-builder-controls, .fusion-builder-inner-row-controls { background: transparent; bottom: 0; height: 34px; left: 0; margin: auto; max-width: 100%; padding: 0; position: absolute; right: 0; text-align: center; top: 0; width: 132px; width: 100%; z-index: 100; } .fusion-builder-section-add { border-bottom: 0; border: 1px solid #ddd; bottom: 1px; color: #999; display: none; font-size: 1em; padding: 8px 0; position: absolute; right: 0; right: 161px; text-align: center; text-decoration: none; width: 160px; z-index: 998; } .fusion-builder-section-add span { margin-right: 3px; } .fusion-builder-section-add:hover { color: #333; } .fusion-builder-section-add .fusiona-plus { position: relative; top: 1px; } .fusion-builder-add-element { border: 1px dashed #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; color: #999; float: left; padding: 1em 0; text-decoration: none; width: 100%; } .fusion-builder-add-element span { margin-right: 3px; } .fusion-builder-add-element:hover { color: #333; } .fusion-builder-add-element .fusiona-plus { position: relative; top: 1px; } .fusion_builder_layout_column { background: #aaa; color: #ddd; display: inline-block; float: left; font-size: 12px; margin-right: 4%; padding: 18% 0; text-align: center; } .fusion_builder_layout_column:last-child { margin-right: 0; } .fusion_builder_column_layout_1_1, .fusion_builder_column_layout_fullwidth { width: 100%; } .fusion-builder-column-1_1, .fusion_builder_column_layout_1_1 { margin-left: 0; width: 100%; } .fusion-builder-column-1_6, .fusion_builder_column_layout_1_6 { width: 13.3333%; } .fusion-builder-column-5_6, .fusion_builder_column_layout_5_6 { width: 82.6666%; } .fusion-builder-column-1_5, .fusion_builder_column_layout_1_5 { width: 16.8%; } .fusion-builder-column-2_5, .fusion_builder_column_layout_2_5 { width: 37.6%; } .fusion-builder-column-3_5, .fusion_builder_column_layout_3_5 { width: 58.4%; } .fusion-builder-column-4_5, .fusion_builder_column_layout_4_5 { width: 79.2%; } .fusion-builder-column-1_4, .fusion_builder_column_layout_1_4 { width: 22%; } .fusion-builder-column-3_4, .fusion_builder_column_layout_3_4 { width: 74%; } .fusion-builder-column-1_3, .fusion_builder_column_layout_1_3 { width: 30.6666%; } .fusion-builder-column-2_3, .fusion_builder_column_layout_2_3 { width: 65.3333%; } .fusion-builder-column-1_2, .fusion_builder_column_layout_1_2 { width: 48%; } .fusion-builder-option.tinymce .option-details, .fusion-builder-option.tinymce .option-field { width: 100%; } .fusion-builder-option.tinymce .option-field { padding: 3% 0; } .fusion-builder-option.hidden { display: none; } .fusion-builder-sortable-options { position: relative; } .fusion-builder-sortable-options li { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; } .fusion-builder-sortable-options li .fusion-builder-controls { float: right; position: absolute; right: 0; top: 0; width: 120px; } .fusion-builder-sortable-options li .fusion-builder-controls a { border-left: 1px solid #ddd; color: #444; display: block; float: right; padding: 0.75em; text-align: center; text-decoration: none; width: 17px; } .fusion-builder-sortable-options li .fusion-builder-controls a:hover { background: #fff; } .fusion-builder-sortable-options li .multi-element-child-name { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; padding: 0 0.8em; height: 39px; vertical-align: middle; } .fusion-builder-sortable-options li .multi-element-child-name .fusion-child-element-image { padding: 8px 8px 8px 0; height: 23px; vertical-align: middle; } .fusion-builder-sortable-options li .multi-element-child-name .fusion-child-name-label { display: inline-block; margin-top: -2px; } .fusion-builder-add-multi-child, .fusion-builder-sortable-options li, .fusion-page-layouts .fusion-page-layout { background-color: #fff; border: 1px solid #ddd; cursor: move; float: left; list-style-position: inside; list-style-type: decimal; margin: 0 0 1em; padding-left: 1em; position: relative; text-align: left; width: 100%; } .fusion-page-layouts { float: left; margin: 0; width: 100%; } .fusion-page-layouts .fusion-page-layout { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; list-style-type: none; margin: 0 1.5% 1.5%; width: 47%; } .fusion-page-layouts .fusion-page-layout:hover { cursor: auto; } .fusion-page-layouts .fusion-page-layout .fusion-layout-buttons { bottom: 0; position: absolute; right: 0; top: 0; } .fusion-page-layouts .fusion-page-layout .fusion-layout-buttons a { background: #fff; border-left: 1px solid #ddd; color: #666; display: block; float: left; padding: 1.33em 14px; text-align: center; text-decoration: none; width: 40px; } .fusion-page-layouts .fusion-page-layout .fusion-layout-buttons a:hover { background: #0091cd; color: #fff; } .fusion-page-layouts .fusion-page-layout .fusion-layout-buttons a:hover > .fusion-builder-load-template-dialog-container { color: #333; display: block; } .fusion-page-layouts .fusion-page-layout:hover > .fusion-layout-buttons { display: block; } .fusion-page-layouts .fusion-builder-load-template-dialog { display: block; height: 163px; left: 0; position: relative; top: -15px; } #fusion-builder-layouts-elements .fusion-page-layouts .fusion-page-layout { width: 30.3333%; } #fusion-builder-layouts-elements .title { margin: 1.5%; text-transform: capitalize; } .fusion-builder-add-multi-child:hover, .fusion-builder-sortable-options li:hover { background: #f7f7f7; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); color: #444; } .fusion-builder-add-multi-child { color: #444; cursor: pointer; padding: 0.8em; text-decoration: none; width: auto; } .fusion-builder-add-multi-child .fusiona-plus { margin-right: 4px; } .fusion_module_label { display: none; } .fusion_module_title { font-size: 1.15em; } .fusion-form-multiple-select { display: block; height: auto; } #fusion-sc-form-table tbody tr.form-row.has-child .fusion-form-multiple-select { height: auto; width: auto; } .fusion-builder-row-container { background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; min-height: 180px; width: 100%; } .fusion-builder-module-controls-container { background: #fff; display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 101; } .fusion_builder_row_inner:hover > .fusion-builder-module-controls-container, .fusion_module_block:hover > .fusion-builder-module-controls-container { display: block; } .fusion-builder-module-controls { display: block; } .fusion-builder-module-controls a:hover { color: #333; } .fusion-builder-inner-row-controls a, .fusion-builder-module-controls a { background: #fff; border: 1px solid #ddd; color: #999; display: inline-block; float: left; font-size: 16px; height: 16px; margin-left: -1px; padding: 8px; text-align: center; text-decoration: none; width: 16px; } #fusion_builder_layout { display: none; width: 100%; } #fusion_builder_layout .inside { margin-top: 0; padding: 0; } #fusion_builder_layout .fusion-builder-column { margin: 20px 1.5%; padding: 4.5em 2em 2em; } #fusion_builder_layout .fusion-builder-column-1_1 { width: 97%; } #fusion_builder_layout .fusion-builder-column-1_6 { width: 13.666%; } #fusion_builder_layout .fusion-builder-column-5_6 { width: 77%; } #fusion_builder_layout .fusion-builder-column-1_5 { width: 17%; } #fusion_builder_layout .fusion-builder-column-2_5 { width: 37%; } #fusion_builder_layout .fusion-builder-column-3_5 { width: 57%; } #fusion_builder_layout .fusion-builder-column-4_5 { width: 77%; } #fusion_builder_layout .fusion-builder-column-1_4 { width: 22%; } #fusion_builder_layout .fusion-builder-column-3_4 { width: 72%; } #fusion_builder_layout .fusion-builder-column-1_3 { width: 30.33333%; } #fusion_builder_layout .fusion-builder-column-2_3 { width: 63.66666%; } #fusion_builder_layout .fusion-builder-column-1_2 { width: 47%; } #fusion_builder_layout h3.hndle { font-size: 20px; font-weight: normal; padding: 22px 0 22px 25px; } #fusion_builder_layout .handlediv { padding-top: 18px; } #fusion_builder_layout .fusion-builder-logo { background-size: 40px 40px; background: url("../images/icons/fb_logo.svg"); display: block; float: left; height: 40px; margin: 4px 16px 0 0; width: 40px; } #fusion_builder_layout .fusion-builder-title { display: inline-block; font-size: 18px; margin: 10px 0; } #fusion_builder_layout .fusion_builder_column_layout_1_1, #fusion_builder_layout .fusion_builder_column_layout_fullwidth { width: 97%; } .column-sizes { background: #fff; border-top: 1px solid #ddd; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); -webkit-box-sizing: border-box; box-sizing: border-box; display: none; float: left; left: 0; margin: -1em 0 0; position: absolute; top: -68px; width: 240px; z-index: 999; } .column-sizes .column-size { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: inline-block; float: left; height: 40px; padding: 11px 0; text-align: center; width: 40px; } .column-sizes .column-size:hover { background: #f9f9f9; } .column-sizes .column-size.active-size { background: #0091cd; color: #fff; } input[type="text"].fusion-builder-section-name { background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; color: #fff; margin: 9px 0 0 25px; width: 33%; z-index: 999; } input[type="text"].fusion-builder-section-name:active, input[type="text"].fusion-builder-section-name:focus { background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); } .fusion-custom-css { background: #f6f6f6; display: none; float: left; padding: 3%; width: 94%; } #fusion-custom-css-field { border: 1px solid #ddd; max-width: 100%; min-height: 150px; padding: 20px; width: 100%; } .fusion_module_block_preview { max-width: 100%; } .fusion_module_block_preview .fusion-slide-preview { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 1.5%; max-height: 80px; max-width: none; vertical-align: middle; width: 17%; } .fusion_module_block_preview .fusion-slide-preview img { max-height: 80px; max-width: 120px; width: auto; height: auto; } .fusion_module_block_preview .fusion-slide-preview h4 { margin: 0 0 0.5em; } .fusion-slide-preview:nth-child(6n+6) { clear: left; } .fusion-slide-video-preview { border: 1px solid #ddd; margin: 1.5% !important; padding: 4% 0; } #fusion-loader, .fusion-loader { background-color: #fff; display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 999; } .wp-picker-container input.iris-error[type="text"] { background-color: #fff; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset; color: #333; -webkit-transition: border-color 0.05s ease-in-out 0s; transition: border-color 0.05s ease-in-out 0s; } .fusion-builder-load-template-dialog-container { display: none; height: 150px; left: -75px; padding-bottom: 14px; position: absolute; right: auto; top: -160px; width: 220px; z-index: 999; } .fusion-builder-load-template-dialog { background-color: #fff; border-radius: 2px; -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); cursor: auto; display: none; height: 183px; position: absolute; right: 0; top: -190px; width: 220px; z-index: 999; } .fusion-builder-load-template-dialog .fusion-builder-save-element-container span { border-bottom: 1px solid #ddd; cursor: pointer; float: left; padding: 10px 10%; text-align: left; width: 80%; } .fusion-builder-load-template-dialog .fusion-builder-save-element-container span:hover { background: #f6f6f6; } .fusion-builder-load-template-dialog .fusion-builder-save-element-container span:last-child { border: 0; } .fusion-builder-load-template-dialog .fusion-builder-save-element-title { background: #0091cd; border-radius: 2px 2px 0 0; color: #fff; display: block; font-size: 1.15em; max-width: 100%; padding: 14px 20px; text-align: left; } .fusion-builder-load-template-dialog:after { border-top-color: #fff; border-width: 10px; border: solid transparent; content: " "; height: 0; left: 50%; margin-left: -10px; pointer-events: none; position: absolute; top: 100%; width: 0; } .fusion-builder-save-template-dialog { right: 116px; } .fusion-builder-save-inner-row, .fusion_builder_template_button_save { background-color: #0091cd; color: #fff; cursor: pointer; float: left; margin: 1em 0 0; padding: 0.8em 0; text-align: center; text-decoration: none; width: 100%; } .fusion-builder-save-inner-row:hover, .fusion_builder_template_button_save:hover { background: #222; } .fusion-layout-tabs { bottom: 0; left: 0; overflow: auto; position: absolute; top: 9em; width: 100%; } .fusion-builder-layouts-tab { float: left; padding: 1.5%; width: 97%; } #fusion-page-builder-layout-tabs li.ui-tabs-active a, #fusion-page-builder-layout-tabs li a:hover { background: #fff; color: #333; } .save-dialog-info { float: right; margin-top: 4px; } #new_template_name, .fusion-builder-layout-button-save { float: right; } .fusion-builder-element-button-save, .fusion-builder-layout-button-save { height: 14px; padding: 16px; position: absolute; right: 0; } .fusion-builder-layout-button-save:hover { color: #fff; } .fusion-builder-layouts-header-fields input { font-size: 1em; margin: 0; padding: 13px; width: 100%; } .fusion-builder-layouts-header { border-bottom: 1px solid #ddd; float: left; margin: 1.2em 1.5% 3.5em; padding: 0 0 3em; width: 97%; } .fusion-builder-layouts-header .fusion-builder-layouts-header-info { float: left; position: relative; text-align: center; width: 100%; } .fusion-builder-layouts-header .fusion-builder-layouts-header-fields { float: right; margin: 0.5em 15%; position: relative; width: 70%; } #poststuff .fusion-builder-layouts-header .fusion-builder-layouts-header-info h2 { font-size: 1.5em; margin-bottom: 0; margin-top: 0; padding: 0 0 8px; } #poststuff .fusion-builder-slider-helper h2.fusion-builder-slider-type { margin-bottom: 0; } .fusion-builder-layout-info { color: #999; font-style: italic; } .fusion-builder-demo-select { float: right; } .fusion-range-option { float: left; width: 90%; } .fusion-range-value { float: right; } .fusion-builder-column-inner { margin-bottom: 0 !important; padding: 3.5em 1em 1.5em !important; } #fusion_settings_meta_box { display: none; } .fusion-add-to-nested .fusion-element-type-nested { display: none; } .fusion-builder-loader { -webkit-animation: fusion-rotate 0.8s infinite linear; animation: fusion-rotate 0.8s infinite linear; border-bottom: 0.5em solid #333; border-left: 0.5em solid rgba(0, 0, 0, 0.2); border-right: 0.5em solid rgba(0, 0, 0, 0.2); border-top: 0.5em solid rgba(0, 0, 0, 0.2); color: transparent; font-size: 10px; left: 50%; margin: -2em 0 0 -2em; position: absolute; top: 50%; } .no-cssanimations .fusion-builder-loader { color: #000; padding-left: 5px; padding-top: 15px; } .ua-ie-8 .fusion-builder-loader { background: url("../assets/images/ajax-loader.gif") center center no-repeat; border: none; color: transparent; text-indent: 100000px; } .fusion-builder-loader, .fusion-builder-loader:after { background-clip: padding-box; border-radius: 50%; height: 4em; width: 4em; } @-webkit-keyframes fusion-rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fusion-rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fusion-builder-help { border: 0; color: #222; float: right; font-size: 26px; margin: 12px 12px 0 0; text-decoration: none; } .fusion-builder-slider-helper { border: 1px solid #ddd; float: left; margin: 0 3% 3%; padding: 4em 0; text-align: center; width: 94%; } .fusion-builder-slider-helper h4.fusion-builder-slider-id { margin-top: 0.5em; } .fusion-builder-preview-image { float: right; width: 100%; } input[type="range"].fusion-range-option { -webkit-appearance: none; margin: 6px 0; width: 100%; } input[type="range"].fusion-range-option:focus { outline: none; } input[type="range"].fusion-range-option:focus::-webkit-slider-runnable-track { background: #e7e7e7; } input[type="range"].fusion-range-option:focus::-ms-fill-lower { background: #ddd; } input[type="range"].fusion-range-option:focus::-ms-fill-upper { background: #e7e7e7; } input[type="range"].fusion-range-option::-webkit-slider-runnable-track { background: #ddd; border-radius: 0; border: 0 solid #ccc; -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); cursor: pointer; height: 6px; width: 100%; } input[type="range"].fusion-range-option::-webkit-slider-thumb { -webkit-appearance: none; background: #008fc5; border-radius: 15px; border: 0 solid rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 #000031, 0 0 0 #00004b; box-shadow: 0 0 0 #000031, 0 0 0 #00004b; cursor: pointer; height: 18px; margin-top: -6px; width: 17px; } input[type="range"].fusion-range-option::-moz-range-track { background: #ddd; border-radius: 0; border: 0 solid #ccc; box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); cursor: pointer; height: 6px; width: 100%; } input[type="range"].fusion-range-option::-moz-range-thumb { background: #008fc5; border-radius: 15px; border: 0 solid rgba(0, 0, 0, 0); box-shadow: 0 0 0 #000031, 0 0 0 #00004b; cursor: pointer; height: 18px; width: 17px; } input[type="range"].fusion-range-option::-ms-track { background: transparent; border-color: transparent; color: transparent; cursor: pointer; height: 6px; width: 100%; } input[type="range"].fusion-range-option::-ms-fill-lower { background: #d3d3d3; border-radius: 0; border: 0 solid #ccc; box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); } input[type="range"].fusion-range-option::-ms-fill-upper { background: #ddd; border-radius: 0; border: 0 solid #ccc; box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); } input[type="range"].fusion-range-option::-ms-thumb { background: #008fc5; border-radius: 15px; border: 0 solid rgba(0, 0, 0, 0); box-shadow: 0 0 0 #000031, 0 0 0 #00004b; cursor: pointer; height: 18px; height: 6px; width: 17px; } .fusion_builder_blank_page { border: 1px dashed #c8c7c7; -webkit-box-sizing: border-box; box-sizing: border-box; color: #777; float: left; margin: 0 3% 3%; text-align: center; width: 94%; } .fusion_builder_blank_page h3.title { margin-bottom: 1em !important; } .fusion_builder_blank_page .subtitle { margin: -0.5em 0 2em; padding: 0; font-style: italic; } .fusion_builder_blank_page #video-dialog { display: none; } .fusion-builder-blank-page-content { margin: 5em 0; } .fusion-builder-blank-page-info { border-top: 1px dashed #c8c7c7; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; width: 50%; } .fusion-builder-blank-page-info h3 { margin: 2em 0 !important; } .fusion-builder-blank-page-info .fusiona { font-size: 18px; margin-right: 10px; vertical-align: middle; } .page-icon-description { vertical-align: middle; } .fusion-builder-blank-page-video .dashicons-editor-help { color: #222; font-size: 22px; margin-right: 6px; margin-top: -2px; text-decoration: none; } .fusion-builder-blank-page-video .fusion-support-link { margin-top: 2.5em; } .fusion-builder-blank-page-icons { border-right: 1px dashed #c8c7c7; } .fusion-builder-blank-page-icons ul { margin: 0; } .fusion-builder-blank-page-icons ul li { border-top: 1px dashed #c8c7c7; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; margin: 0; padding: 1em 0; width: 50%; } .fusion-builder-blank-page-icons ul li:nth-child(odd) { border-right: 1px dashed #c8c7c7; } .fusion-builder-dialog .ui-dialog-titlebar { position: relative; padding: 8px 15px; } .fusion-builder-dialog .ui-dialog-title { float: none; margin: 0; } .fusion-builder-dialog .ui-dialog-titlebar-close { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 12px; } .fusion-builder-dialog .ui-dialog-titlebar-close span { margin: 0; } .fusion-builder-dialog .ui-dialog-titlebar-close .ui-button-text { display: none; } .fusion-builder-dialog .ui-dialog-content { padding: 15px; } .fusion-builder-submit-button { background: #008fc5; color: #fff; display: inline-block; margin-left: 0.5em; padding: 0.8em; text-decoration: none; } .fusion-builder-submit-button:hover { background: #0073aa; color: #fff; } .fusion-builder-history-list { background: #fff; border-radius: 0 0 5px 5px; border-top: 0; border: 1px solid #ddd; -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); color: #777; display: none; font-size: 12px; margin-top: 15px; position: absolute; right: 0; z-index: 9999; } .fusion-builder-history-list li { border-top: 1px solid #ddd; margin: 0; padding: 10px 25px; } .fusion-builder-history-list li:hover { background: #f5f5f5; } .fusion-builder-history-list li span { font-size: 9px; font-weight: bold; height: auto; margin-right: 5px; margin-top: 4px; } .fusion-builder-history-list li.fusion-history-active-state { background: #f5f5f5; } .fusion-table-builder { float: left; margin: 8em 2.5% 3em; width: 95%; } .fusion-table-builder th { text-align: left; } .fusion-table-builder .fusion-builder-table { border: 1px solid #e5e4e3; margin: 3em 0; width: 100%; } .fusion-table-builder .fusion-builder-table .fusion-builder-table { background-color: #fff; } .fusion-table-builder .fusion-builder-table > thead > tr > th { border-bottom: 1px solid #e5e4e3; padding-top: 32px; position: relative; vertical-align: bottom; } .fusion-table-builder .fusion-builder-table > tbody + tbody { border-top: 2px solid #e5e4e3; } .fusion-table-builder .fusion-builder-table > tfoot > tr > th, .fusion-table-builder .fusion-builder-table > thead > tr > th, .fusion-table-builder .fusion-builder-table > tbody > tr > th, .fusion-table-builder .fusion-builder-table > tfoot > tr > td, .fusion-table-builder .fusion-builder-table > thead > tr > td, .fusion-table-builder .fusion-builder-table > tbody > tr > td { border-right: 1px solid #e5e4e3; border-top: 1px solid #e5e4e3; line-height: 1.53846154; padding: 8px; vertical-align: top; } .fusion-table-builder .fusion-builder-table > caption + thead > tr:first-child > th, .fusion-table-builder .fusion-builder-table > thead:first-child > tr:first-child > th, .fusion-table-builder .fusion-builder-table > colgroup + thead > tr:first-child > th, .fusion-table-builder .fusion-builder-table > caption + thead > tr:first-child > td, .fusion-table-builder .fusion-builder-table > thead:first-child > tr:first-child > td, .fusion-table-builder .fusion-builder-table > colgroup + thead > tr:first-child > td { border-top: 0; } .fusion-table-builder input { background: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; max-width: 100%; width: 100%; } .fusion-table-builder tfoot textarea { max-width: 100%; width: 100%; } .fusion-table-buildertable { background-color: transparent; max-width: 100%; } .fusion-builder-table .price input { width: 100%; } .fusion-builder-table-delete-column { background: #f5f5f5; cursor: pointer; left: 0; padding: 6px 0; position: absolute; text-align: center; top: 0; width: 100%; } .fusion-builder-table-delete-column:hover { background: #f5f5f5; color: red; } .fusion-table-column-focus { background: #f5f5f5; } .fusion-table-remove-row { cursor: pointer; } .fusion-builder-table-featured { background: #f5f5f5; float: left; margin-bottom: 8px; padding: 7px 0; text-align: center; width: 100%; } .fusion-tb-section-edit #post-preview { display: none; } .fusion-tb-section-edit .fusion-builder-update-buttons .fusion-preview { display: none; } .fusion-tb-section-edit .fusion-builder-update-buttons .fusion-update { width: 100%; }
wordpress/wp-content/plugins/fusion-builder/css/style.css
.fusion-builder-upload-button, .upload_image_remove { background: #fff; border-radius: 0; border: 1px solid #c7c5c5; color: #333; cursor: pointer; float: right; font-size: 13px; height: 36px; line-height: 28px; margin: 1em 0 0 1em !important; padding: 0 10px; text-align: center; text-decoration: none; } .fusion-builder-upload-button:hover, .upload_image_remove:hover { background: #fbf9f9; } .fusion-builder-section-content { display: inline-block; position: relative; vertical-align: top; width: 100%; } .fusion-builder-section-content:hover > .fusion_builder_row > .fusion-builder-insert-column { display: block; } .fusion-builder-section-content:hover > .fusion-builder-section-add { display: block; } .fusion_builder_modal_inner_row_overlay, .fusion_builder_modal_overlay { background-color: rgba(0, 0, 0, 0.8); height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; } .fusion_builder_modal_inner_row_overlay { z-index: 9997; } .fusion-builder-modal-bottom-container { background: #fff; border-top: 1px solid #ccc; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; left: 0; padding: 1em; position: absolute; text-align: right; width: 100%; z-index: 9999; } .fusion-builder-element-button-save, .fusion-builder-inner-row-close, .fusion-builder-layout-button-save, .fusion-builder-modal-bottom-container .fusion-builder-modal-close, .fusion-builder-modal-bottom-container .fusion-builder-modal-save { background: #008fc5; border: none; -webkit-box-shadow: none; box-shadow: none; color: #fff; display: inline-block; font-size: 14px; font-weight: bold; height: auto; padding: 12px 28px; text-decoration: none; text-transform: uppercase; } .fusion-builder-inner-row-close:hover, .fusion-builder-modal-bottom-container .fusion-builder-modal-close:hover, .fusion-builder-modal-bottom-container .fusion-builder-modal-save:hover { background: #222; color: #fff; } .fusion-builder-main-settings { background-color: #fff; bottom: 2em; -webkit-box-sizing: border-box; box-sizing: border-box; left: 0; margin-bottom: 3em; margin-top: 3em; overflow: auto; padding: 0 0 2em; position: absolute; top: 0; width: 100%; } .fusion-builder-main-settings .fusion-builder-module-settings { background: #fff; float: left; margin: 5em 0 0; width: 100; } .fusion-builder-main-settings .fusion-builder-module-settings li { border-bottom: 1px solid #ddd; display: inline-block; float: left; margin: 0; padding: 2em 2.5%; width: 95%; } .fusion-builder-main-settings.has-group-options { margin-bottom: 3.5em; margin-top: 3.5em; } .fusion-builder-main-settings.fusion-builder-main-settings-advanced { background: #f6f6f6; } .fusion-builder-main-settings.fusion-builder-main-settings-advanced .fusion-builder-module-settings { border-left: 1px solid #ddd; min-height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; float: right; margin: 0; padding-top: 2.5em; width: 67%; } .fusion-builder-main-settings.fusion-builder-main-settings-advanced .fusion-builder-module-settings li { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2em 5em; width: 100%; } .fusion-builder-main-settings.fusion-builder-main-settings-advanced .fusion-builder-option-advanced-module-settings { float: left; padding: 4.5em 2.5% 0; width: 28%; } .fusion-builder-modal-top-container { left: 0; position: absolute; top: 0; width: 100%; z-index: 999; } .fusion-builder-modal-top-container .fusion-builder-modal-close { border-left: 1px solid #ddd; cursor: pointer; height: 69px; position: absolute; right: 0; text-align: center; top: 0; width: 69px; } .fusion-builder-modal-top-container .fusion-builder-modal-close:hover { background: #f6f6f6; } .fusion-builder-modal-top-container .fusion-builder-modal-close.fusiona-plus2:before { display: block; font-size: 2em; margin-top: 22px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } #poststuff .fusion-builder-modal-top-container h2, .fusion-builder-modal-top-container h2 { background: #fff; border-bottom: 1px solid #ddd; font-size: 23px; line-height: inherit; margin: 0; padding: 1.1em 2.5%; } #fusion-page-builder-tabs { float: left; margin: 0; } #fusion-page-builder-tabs li { float: left; height: 100%; margin: 0; position: relative; } #fusion-page-builder-tabs li:first-child { background: #222; } #fusion-page-builder-tabs li:hover { background: #222; } #fusion-page-builder-tabs li a { color: #fff; display: block; padding: 16px 60px; text-decoration: none; } #fusion-page-builder-tabs .fusion-builder-button:after { border-top-color: #222; border-width: 10px; border: solid transparent; content: " "; height: 0; left: 50%; margin-left: -10px; pointer-events: none; position: absolute; top: 100%; width: 0; } .fusion-builder-upload-preview { height: auto; max-width: 100%; width: auto; } .fusion-builder-upload-preview img { display: block; float: right; height: auto; max-height: 300px; max-width: 100%; width: auto; } .option-details { display: inline-block; float: left; width: 40%; } .option-details h3 { margin-bottom: 0.3em; } .option-details .description { color: #999; } #fusion-builder-layouts-demos .fusion-builder-demo-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url("../images/icons/select_bg5.jpg") no-repeat right; border-right: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; cursor: pointer; font: 12px/20px Arial, Helvetica, sans-serif; height: 46px !important; padding: 13px; width: 100% !important; } #fusion-builder-layouts-demos .fusion-page-layouts { display: none; } .option-field { display: inline-block; float: left; padding: 1.1em 0 0 10%; width: 50%; } .option-field select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url("../images/icons/select_bg3.jpg") no-repeat right, url("../images/icons/select_bg4.jpg") repeat-x; border-bottom: none !important; border-left: 1px solid #d9d9d9 !important; border-right: none !important; border-top: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; cursor: pointer; font: 12px/20px Arial, Helvetica, sans-serif; height: 34px !important; padding: 6px 15px; width: 100% !important; } .option-field #excerpt { height: auto; } .option-field .wp-picker-container { display: block; position: relative; } .option-field .wp-picker-container .button { height: auto !important; margin-left: 0 !important; margin-top: 5px !important; padding: 3px 0 !important; width: 111px !important; } .option-field .wp-picker-container input[type="text"].wp-color-picker { float: right; height: 37px; line-height: normal; max-width: 100%; width: 100% !important; } .option-field .wp-color-result { border-radius: 0 !important; display: block; float: left; height: 34px !important; margin-left: 0; margin-right: 0; padding-left: 0; width: 78%; } .option-field .wp-color-result:after { background: #fff !important; font-size: 13px !important; line-height: 34px !important; max-width: 106px !important; padding: 0 !important; position: absolute; width: 100%; } .option-field .wp-picker-input-wrap { display: block; float: right; width: 20%; } .option-field .wp-picker-input-wrap input { display: block !important; padding: 11px 0 !important; text-align: center !important; width: 100%; } .option-field .wp-picker-input-wrap .fusion-color-field { display: block !important; } .option-field .wp-picker-holder { clear: both; margin: 0; padding-top: 4px; } .option-field .wp-picker-clear, .option-field input.wp-picker-clear { display: none !important; } .option-field input[type="text"], .option-field textarea { -webkit-box-shadow: none; box-shadow: none; padding: 0.5em; width: 100%; } .fusion-icon-search { margin-bottom: 15px; } #fusion_toggle_builder { margin-top: 1em; } .fusion_builder_no_scroll { overflow: hidden; } .fusion_builder_inner_row_no_scroll { overflow: hidden; } .fusion_builder_hidden { display: none; } #fusion_builder_main_container { position: relative; padding-top: 50px; } #fusion_builder_controls { z-index: 1000; position: absolute; top: 0; background: #32373c; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; width: 100%; } .fusion-page-builder-controls { float: right; } .fusion-page-builder-controls a { border-left: 1px solid #fff; border-left: 1px solid rgba(255, 255, 255, 0.3); color: #fff; display: block; float: left; font-size: 16px; height: 16px; padding: 17px; text-decoration: none; } .fusion-page-builder-controls a:hover { background: #222; } .fusion-page-builder-controls a .fusion-builder-has-custom-css { color: #fff; } #fusion_builder_container { display: inline-block; margin-top: 3em; width: 100%; } #fusion-builder-layouts { display: none; } .fusion-builder-all-elements-container, .fusion-builder-column-layouts-container { float: left; padding: 8.5% 1.5% 1.5%; width: 97%; } .fusion-elements-filter { float: right; margin-top: -5px; padding: 5px; } .fusion-tabs-menu { background-color: #008fc5; background: #fff; float: left; margin: 0; width: 100%; } .fusion-tabs-menu li { display: inline-block; float: left; margin: 0; position: relative; text-transform: capitalize; } .fusion-tabs-menu li:hover { background: #0073aa; } .fusion-tabs-menu li:first-child { background-color: #0073aa; } .fusion-tabs-menu li a { color: #fff; display: block; padding: 1em 3em; text-decoration: none; } .fusion-tabs-menu li.inactive { background-color: transparent; } .fusion-tabs-menu li.inactive:after { display: none; } .fusion-tabs-menu li.current { background-color: #0073aa; } .fusion-tabs-menu li.current:after, .fusion-tabs-menu li:first-child:after { border-top-color: #0073aa; border-width: 10px; border: solid transparent; content: " "; height: 0; left: 50%; margin-left: -10px; pointer-events: none; position: absolute; top: 100%; width: 0; } .fusion-tab-content { display: none; float: left; width: 100%; } .fusion-tab-content:first-child { display: block; } .fusion-builder-all-modules { float: left; width: 100%; } .fusion-builder-all-modules li { background-color: #fff; border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; float: left; list-style-type: none; margin: 0 1.5% 1.5%; padding-left: 1em; position: relative; text-align: left; width: 30.333%; } .fusion-builder-all-modules li:hover { background: #f7f7f7; border: 1px solid #ccc; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); color: #444; } .fusion-builder-all-modules li .fusion_module_title { color: #222; } .fusion-builder-all-modules li .fusion-module-icon { display: inline-block; font-size: 1em; margin-right: 0.5em; } .fusion_builder_container { display: inline-block; position: relative; vertical-align: top; width: 100%; } .fusion_builder_container .ui-sortable-placeholder { background: #f3f3f3; } .fusion_builder_container.ui-sortable-placeholder { width: inherit; } .fusion-builder-section-header { background: #0091cd; border-bottom: 1px solid #fff; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; cursor: move; float: left; width: 100%; } .fusion-builder-section-controls { float: right; margin: 0 !important; } .fusion-builder-section-controls a { background: rgba(0, 0, 0, 0.15); border-left: 1px solid rgba(255, 255, 255, 0.3); color: #fff; display: block; float: left; font-size: 16px; height: 16px; padding: 13px; text-decoration: none; } .fusion-builder-section-controls a:hover { background: transparent; } .fusion-builder-section-controls a .dashicons-arrow-up:before { font-size: inherit; font-smoothing: auto; width: inherit; } .fusion_module_block { background: #fff; border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; margin-bottom: 1.5em; padding: 1.5em; position: relative; width: 100%; } .fusion_module_block .fusion-builder-module-title { display: block; font-size: 1.15em; font-weight: bold; text-align: center; width: 100%; } .fusion_module_block .fusion-module-icon { display: inline-block; font-size: 1em; margin-right: 0.5em; } .fusion-builder-module-preview { line-height: initial; overflow: hidden; } .fusion-builder-module-preview ul li p { margin: 0; } .fusion_builder_row { border-bottom: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; padding: 1.5% 1.5% 2.5%; position: relative; width: 100%; } .fusion_builder_row_inner { border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; margin-bottom: 1.5em; padding: 1.5em; position: relative; width: 100%; } .fusion_builder_row_inner > p { margin-bottom: 0; } .fusion_builder_row_inner .fusion_module_title { margin: 0; } .fusion_builder_row_inner .fusion-builder-row-content { display: none; } .fusion_builder_row_inner.ui-sortable-placeholder { background: #f3f3f3; height: inherit; min-height: 0; min-height: 180px; } .fusion-builder-row-content { display: inline-block; float: left; width: 100%; } .fusion-builder-insert-column { border-bottom: 0; border: 1px solid #ddd; bottom: 0; color: #999; display: none; font-size: 1em; padding: 8px 0; position: absolute; right: 0; text-align: center; text-decoration: none; width: 160px; z-index: 998; } .fusion-builder-insert-column span { margin-right: 3px; } .fusion-builder-insert-column .fusiona-plus { position: relative; top: 1px; } .fusion-builder-insert-column:hover { color: #333; } .fusion-builder-controls { text-decoration: none; z-index: 100; } .ui-sortable-helper { opacity: 0.8; } .ui-sortable-helper .fusion-builder-section-add { display: none !important; } .ui-sortable-helper.fusion-builder-column { overflow: hidden; } .ui-sortable-placeholder { -webkit-animation: zoomIn 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: zoomIn 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1); background: #f3f3f3 !important; border: 1px dashed #ddd !important; -webkit-box-shadow: none; box-shadow: none; display: block; padding-left: 0; padding-right: 0; visibility: visible !important; width: 100%; } .icon_select_container { border: 1px solid #aaa; height: 263px; overflow-x: hidden; overflow: auto; width: 100%; } .icon_select_container .selected-element { color: #fff; background-color: #278ab7; } .icon_select_container .selected-element:hover { color: #fff; background-color: #278ab7; } .icon_preview { background: #fff; border: 1px solid #e1e1e1; color: #494949; cursor: pointer; display: block; float: left; font-size: 14px; line-height: 32px; margin-left: -1px; margin-top: -1px; position: relative; text-align: center; -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out; width: 32px; } .icon_preview:hover { color: #278ab7; -webkit-transform: scale(1.3); transform: scale(1.3); z-index: 3; } #fusion-builder-layouts, .fusion-builder-modal-settings-container, .fusion_builder_row_inner .fusion-builder-row-content { background: #fff; border-radius: 2px; bottom: 5%; -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5); box-shadow: 0 0 100px rgba(0, 0, 0, 0.5); -webkit-box-sizing: border-box; box-sizing: border-box; left: 0; margin: auto; max-width: 1250px; overflow: auto; padding: 1em; position: fixed; right: 0; top: 5%; width: 75%; z-index: 99999; } .fusion-builder-row-container-inner { bottom: 2px; cursor: auto; left: 0; margin-bottom: 6em; overflow: auto; padding-bottom: 0; position: absolute; top: 0; width: 100%; } .fusion-builder-modal-settings-container .fusion-builder-column-layouts li { border: 1px dashed #ccc; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; float: left; margin: 1.5%; padding: 0.5em; width: 17%; } .fusion-builder-modal-settings-container .fusion-builder-column-layouts li:hover { border: 1px dashed #666; } .fusion-builder-column { background: #fff; border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: move; display: inline-block; float: none; margin: 2%; position: relative; text-align: center; vertical-align: top; } .fusion-builder-column .fusion-builder-controls { left: 0; position: absolute; top: 0; } .fusion-builder-column .fusion_module_block:hover > .fusion-builder-controls { display: block; } .fusion-builder-column .fusion-builder-column-controls, .fusion-builder-inner-row-controls { font-size: 1em; left: 0; position: absolute; } .fusion-builder-column-controls a { background: #fff; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; color: #999; display: block; float: left; font-size: 16px; height: 16px; padding: 8px; text-align: center; text-decoration: none; width: 16px; } .fusion-builder-column-controls a.fusion-builder-resize-column { font-size: 12px; } .fusion-builder-column-controls a:hover, .fusion-builder-inner-row-controls a:hover { color: #333; } .fusion-builder-column .fusion_module_block .fusion-builder-controls, .fusion-builder-inner-row-controls { background: transparent; bottom: 0; height: 34px; left: 0; margin: auto; max-width: 100%; padding: 0; position: absolute; right: 0; text-align: center; top: 0; width: 132px; width: 100%; z-index: 100; } .fusion-builder-section-add { border-bottom: 0; border: 1px solid #ddd; bottom: 1px; color: #999; display: none; font-size: 1em; padding: 8px 0; position: absolute; right: 0; right: 161px; text-align: center; text-decoration: none; width: 160px; z-index: 998; } .fusion-builder-section-add span { margin-right: 3px; } .fusion-builder-section-add:hover { color: #333; } .fusion-builder-section-add .fusiona-plus { position: relative; top: 1px; } .fusion-builder-add-element { border: 1px dashed #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; color: #999; float: left; padding: 1em 0; text-decoration: none; width: 100%; } .fusion-builder-add-element span { margin-right: 3px; } .fusion-builder-add-element:hover { color: #333; } .fusion-builder-add-element .fusiona-plus { position: relative; top: 1px; } .fusion_builder_layout_column { background: #aaa; color: #ddd; display: inline-block; float: left; font-size: 12px; margin-right: 4%; padding: 18% 0; text-align: center; } .fusion_builder_layout_column:last-child { margin-right: 0; } .fusion_builder_column_layout_1_1, .fusion_builder_column_layout_fullwidth { width: 100%; } .fusion-builder-column-1_1, .fusion_builder_column_layout_1_1 { margin-left: 0; width: 100%; } .fusion-builder-column-1_6, .fusion_builder_column_layout_1_6 { width: 13.3333%; } .fusion-builder-column-5_6, .fusion_builder_column_layout_5_6 { width: 82.6666%; } .fusion-builder-column-1_5, .fusion_builder_column_layout_1_5 { width: 16.8%; } .fusion-builder-column-2_5, .fusion_builder_column_layout_2_5 { width: 37.6%; } .fusion-builder-column-3_5, .fusion_builder_column_layout_3_5 { width: 58.4%; } .fusion-builder-column-4_5, .fusion_builder_column_layout_4_5 { width: 79.2%; } .fusion-builder-column-1_4, .fusion_builder_column_layout_1_4 { width: 22%; } .fusion-builder-column-3_4, .fusion_builder_column_layout_3_4 { width: 74%; } .fusion-builder-column-1_3, .fusion_builder_column_layout_1_3 { width: 30.6666%; } .fusion-builder-column-2_3, .fusion_builder_column_layout_2_3 { width: 65.3333%; } .fusion-builder-column-1_2, .fusion_builder_column_layout_1_2 { width: 48%; } .fusion-builder-option.tinymce .option-details, .fusion-builder-option.tinymce .option-field { width: 100%; } .fusion-builder-option.tinymce .option-field { padding: 3% 0; } .fusion-builder-option.hidden { display: none; } .fusion-builder-sortable-options { position: relative; } .fusion-builder-sortable-options li { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; } .fusion-builder-sortable-options li .fusion-builder-controls { float: right; position: absolute; right: 0; top: 0; width: 120px; } .fusion-builder-sortable-options li .fusion-builder-controls a { border-left: 1px solid #ddd; color: #444; display: block; float: right; padding: 0.75em; text-align: center; text-decoration: none; width: 17px; } .fusion-builder-sortable-options li .fusion-builder-controls a:hover { background: #fff; } .fusion-builder-sortable-options li .multi-element-child-name { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; padding: 0 0.8em; height: 39px; vertical-align: middle; } .fusion-builder-sortable-options li .multi-element-child-name .fusion-child-element-image { padding: 8px 8px 8px 0; height: 23px; vertical-align: middle; } .fusion-builder-sortable-options li .multi-element-child-name .fusion-child-name-label { display: inline-block; margin-top: -2px; } .fusion-builder-add-multi-child, .fusion-builder-sortable-options li, .fusion-page-layouts .fusion-page-layout { background-color: #fff; border: 1px solid #ddd; cursor: move; float: left; list-style-position: inside; list-style-type: decimal; margin: 0 0 1em; padding-left: 1em; position: relative; text-align: left; width: 100%; } .fusion-page-layouts { float: left; margin: 0; width: 100%; } .fusion-page-layouts .fusion-page-layout { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; list-style-type: none; margin: 0 1.5% 1.5%; width: 47%; } .fusion-page-layouts .fusion-page-layout:hover { cursor: auto; } .fusion-page-layouts .fusion-page-layout .fusion-layout-buttons { bottom: 0; position: absolute; right: 0; top: 0; } .fusion-page-layouts .fusion-page-layout .fusion-layout-buttons a { background: #fff; border-left: 1px solid #ddd; color: #666; display: block; float: left; padding: 1.33em 14px; text-align: center; text-decoration: none; width: 40px; } .fusion-page-layouts .fusion-page-layout .fusion-layout-buttons a:hover { background: #0091cd; color: #fff; } .fusion-page-layouts .fusion-page-layout .fusion-layout-buttons a:hover > .fusion-builder-load-template-dialog-container { color: #333; display: block; } .fusion-page-layouts .fusion-page-layout:hover > .fusion-layout-buttons { display: block; } .fusion-page-layouts .fusion-builder-load-template-dialog { display: block; height: 163px; left: 0; position: relative; top: -15px; } #fusion-builder-layouts-elements .fusion-page-layouts .fusion-page-layout { width: 30.3333%; } #fusion-builder-layouts-elements .title { margin: 1.5%; text-transform: capitalize; } .fusion-builder-add-multi-child:hover, .fusion-builder-sortable-options li:hover { background: #f7f7f7; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); color: #444; } .fusion-builder-add-multi-child { color: #444; cursor: pointer; padding: 0.8em; text-decoration: none; width: auto; } .fusion-builder-add-multi-child .fusiona-plus { margin-right: 4px; } .fusion_module_label { display: none; } .fusion_module_title { font-size: 1.15em; } .fusion-form-multiple-select { display: block; height: auto; } #fusion-sc-form-table tbody tr.form-row.has-child .fusion-form-multiple-select { height: auto; width: auto; } .fusion-builder-row-container { background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; min-height: 180px; width: 100%; } .fusion-builder-module-controls-container { background: #fff; display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 101; } .fusion_builder_row_inner:hover > .fusion-builder-module-controls-container, .fusion_module_block:hover > .fusion-builder-module-controls-container { display: block; } .fusion-builder-module-controls { display: block; } .fusion-builder-module-controls a:hover { color: #333; } .fusion-builder-inner-row-controls a, .fusion-builder-module-controls a { background: #fff; border: 1px solid #ddd; color: #999; display: inline-block; float: left; font-size: 16px; height: 16px; margin-left: -1px; padding: 8px; text-align: center; text-decoration: none; width: 16px; } #fusion_builder_layout { display: none; width: 100%; } #fusion_builder_layout .inside { margin-top: 0; padding: 0; } #fusion_builder_layout .fusion-builder-column { margin: 20px 1.5%; padding: 4.5em 2em 2em; } #fusion_builder_layout .fusion-builder-column-1_1 { width: 97%; } #fusion_builder_layout .fusion-builder-column-1_6 { width: 13.666%; } #fusion_builder_layout .fusion-builder-column-5_6 { width: 77%; } #fusion_builder_layout .fusion-builder-column-1_5 { width: 17%; } #fusion_builder_layout .fusion-builder-column-2_5 { width: 37%; } #fusion_builder_layout .fusion-builder-column-3_5 { width: 57%; } #fusion_builder_layout .fusion-builder-column-4_5 { width: 77%; } #fusion_builder_layout .fusion-builder-column-1_4 { width: 22%; } #fusion_builder_layout .fusion-builder-column-3_4 { width: 72%; } #fusion_builder_layout .fusion-builder-column-1_3 { width: 30.33333%; } #fusion_builder_layout .fusion-builder-column-2_3 { width: 63.66666%; } #fusion_builder_layout .fusion-builder-column-1_2 { width: 47%; } #fusion_builder_layout h3.hndle { font-size: 20px; font-weight: normal; padding: 22px 0 22px 25px; } #fusion_builder_layout .handlediv { padding-top: 18px; } #fusion_builder_layout .fusion-builder-logo { background-size: 40px 40px; background: url("../images/icons/fb_logo.svg"); display: block; float: left; height: 40px; margin: 4px 16px 0 0; width: 40px; } #fusion_builder_layout .fusion-builder-title { display: inline-block; font-size: 18px; margin: 10px 0; } #fusion_builder_layout .fusion_builder_column_layout_1_1, #fusion_builder_layout .fusion_builder_column_layout_fullwidth { width: 97%; } .column-sizes { background: #fff; border-top: 1px solid #ddd; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); -webkit-box-sizing: border-box; box-sizing: border-box; display: none; float: left; left: 0; margin: -1em 0 0; position: absolute; top: -68px; width: 240px; z-index: 999; } .column-sizes .column-size { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: inline-block; float: left; height: 40px; padding: 11px 0; text-align: center; width: 40px; } .column-sizes .column-size:hover { background: #f9f9f9; } .column-sizes .column-size.active-size { background: #0091cd; color: #fff; } input[type="text"].fusion-builder-section-name { background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; color: #fff; margin: 9px 0 0 25px; width: 33%; z-index: 999; } input[type="text"].fusion-builder-section-name:active, input[type="text"].fusion-builder-section-name:focus { background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); } .fusion-custom-css { background: #f6f6f6; display: none; float: left; padding: 3%; width: 94%; } #fusion-custom-css-field { border: 1px solid #ddd; max-width: 100%; min-height: 150px; padding: 20px; width: 100%; } .fusion_module_block_preview { max-width: 100%; } .fusion_module_block_preview .fusion-slide-preview { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 1.5%; max-height: 80px; max-width: none; vertical-align: middle; width: 17%; } .fusion_module_block_preview .fusion-slide-preview img { max-height: 80px; max-width: 120px; width: auto; height: auto; } .fusion_module_block_preview .fusion-slide-preview h4 { margin: 0 0 0.5em; } .fusion-slide-preview:nth-child(6n+6) { clear: left; } .fusion-slide-video-preview { border: 1px solid #ddd; margin: 1.5% !important; padding: 4% 0; } #fusion-loader, .fusion-loader { background-color: #fff; display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 999; } .wp-picker-container input.iris-error[type="text"] { background-color: #fff; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset; color: #333; -webkit-transition: border-color 0.05s ease-in-out 0s; transition: border-color 0.05s ease-in-out 0s; } .fusion-builder-load-template-dialog-container { display: none; height: 150px; left: -75px; padding-bottom: 14px; position: absolute; right: auto; top: -160px; width: 220px; z-index: 999; } .fusion-builder-load-template-dialog { background-color: #fff; border-radius: 2px; -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); cursor: auto; display: none; height: 183px; position: absolute; right: 0; top: -190px; width: 220px; z-index: 999; } .fusion-builder-load-template-dialog .fusion-builder-save-element-container span { border-bottom: 1px solid #ddd; cursor: pointer; float: left; padding: 10px 10%; text-align: left; width: 80%; } .fusion-builder-load-template-dialog .fusion-builder-save-element-container span:hover { background: #f6f6f6; } .fusion-builder-load-template-dialog .fusion-builder-save-element-container span:last-child { border: 0; } .fusion-builder-load-template-dialog .fusion-builder-save-element-title { background: #0091cd; border-radius: 2px 2px 0 0; color: #fff; display: block; font-size: 1.15em; max-width: 100%; padding: 14px 20px; text-align: left; } .fusion-builder-load-template-dialog:after { border-top-color: #fff; border-width: 10px; border: solid transparent; content: " "; height: 0; left: 50%; margin-left: -10px; pointer-events: none; position: absolute; top: 100%; width: 0; } .fusion-builder-save-template-dialog { right: 116px; } .fusion-builder-save-inner-row, .fusion_builder_template_button_save { background-color: #0091cd; color: #fff; cursor: pointer; float: left; margin: 1em 0 0; padding: 0.8em 0; text-align: center; text-decoration: none; width: 100%; } .fusion-builder-save-inner-row:hover, .fusion_builder_template_button_save:hover { background: #222; } .fusion-layout-tabs { bottom: 0; left: 0; overflow: auto; position: absolute; top: 9em; width: 100%; } .fusion-builder-layouts-tab { float: left; padding: 1.5%; width: 97%; } #fusion-page-builder-layout-tabs li.ui-tabs-active a, #fusion-page-builder-layout-tabs li a:hover { background: #fff; color: #333; } .save-dialog-info { float: right; margin-top: 4px; } #new_template_name, .fusion-builder-layout-button-save { float: right; } .fusion-builder-element-button-save, .fusion-builder-layout-button-save { height: 14px; padding: 16px; position: absolute; right: 0; } .fusion-builder-layout-button-save:hover { color: #fff; } .fusion-builder-layouts-header-fields input { font-size: 1em; margin: 0; padding: 13px; width: 100%; } .fusion-builder-layouts-header { border-bottom: 1px solid #ddd; float: left; margin: 1.2em 1.5% 3.5em; padding: 0 0 3em; width: 97%; } .fusion-builder-layouts-header .fusion-builder-layouts-header-info { float: left; position: relative; text-align: center; width: 100%; } .fusion-builder-layouts-header .fusion-builder-layouts-header-fields { float: right; margin: 0.5em 15%; position: relative; width: 70%; } #poststuff .fusion-builder-layouts-header .fusion-builder-layouts-header-info h2 { font-size: 1.5em; margin-bottom: 0; margin-top: 0; padding: 0 0 8px; } #poststuff .fusion-builder-slider-helper h2.fusion-builder-slider-type { margin-bottom: 0; } .fusion-builder-layout-info { color: #999; font-style: italic; } .fusion-builder-demo-select { float: right; } .fusion-range-option { float: left; width: 90%; } .fusion-range-value { float: right; } .fusion-builder-column-inner { margin-bottom: 0 !important; padding: 3.5em 1em 1.5em !important; } #fusion_settings_meta_box { display: none; } .fusion-add-to-nested .fusion-element-type-nested { display: none; } .fusion-builder-loader { -webkit-animation: fusion-rotate 0.8s infinite linear; animation: fusion-rotate 0.8s infinite linear; border-bottom: 0.5em solid #333; border-left: 0.5em solid rgba(0, 0, 0, 0.2); border-right: 0.5em solid rgba(0, 0, 0, 0.2); border-top: 0.5em solid rgba(0, 0, 0, 0.2); color: transparent; font-size: 10px; left: 50%; margin: -2em 0 0 -2em; position: absolute; top: 50%; } .no-cssanimations .fusion-builder-loader { color: #000; padding-left: 5px; padding-top: 15px; } .ua-ie-8 .fusion-builder-loader { background: url("../assets/images/ajax-loader.gif") center center no-repeat; border: none; color: transparent; text-indent: 100000px; } .fusion-builder-loader, .fusion-builder-loader:after { background-clip: padding-box; border-radius: 50%; height: 4em; width: 4em; } @-webkit-keyframes fusion-rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fusion-rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fusion-builder-help { border: 0; color: #222; float: right; font-size: 26px; margin: 12px 12px 0 0; text-decoration: none; } .fusion-builder-slider-helper { border: 1px solid #ddd; float: left; margin: 0 3% 3%; padding: 4em 0; text-align: center; width: 94%; } .fusion-builder-slider-helper h4.fusion-builder-slider-id { margin-top: 0.5em; } .fusion-builder-preview-image { float: right; width: 100%; } input[type="range"].fusion-range-option { -webkit-appearance: none; margin: 6px 0; width: 100%; } input[type="range"].fusion-range-option:focus { outline: none; } input[type="range"].fusion-range-option:focus::-webkit-slider-runnable-track { background: #e7e7e7; } input[type="range"].fusion-range-option:focus::-ms-fill-lower { background: #ddd; } input[type="range"].fusion-range-option:focus::-ms-fill-upper { background: #e7e7e7; } input[type="range"].fusion-range-option::-webkit-slider-runnable-track { background: #ddd; border-radius: 0; border: 0 solid #ccc; -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); cursor: pointer; height: 6px; width: 100%; } input[type="range"].fusion-range-option::-webkit-slider-thumb { -webkit-appearance: none; background: #008fc5; border-radius: 15px; border: 0 solid rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 #000031, 0 0 0 #00004b; box-shadow: 0 0 0 #000031, 0 0 0 #00004b; cursor: pointer; height: 18px; margin-top: -6px; width: 17px; } input[type="range"].fusion-range-option::-moz-range-track { background: #ddd; border-radius: 0; border: 0 solid #ccc; box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); cursor: pointer; height: 6px; width: 100%; } input[type="range"].fusion-range-option::-moz-range-thumb { background: #008fc5; border-radius: 15px; border: 0 solid rgba(0, 0, 0, 0); box-shadow: 0 0 0 #000031, 0 0 0 #00004b; cursor: pointer; height: 18px; width: 17px; } input[type="range"].fusion-range-option::-ms-track { background: transparent; border-color: transparent; color: transparent; cursor: pointer; height: 6px; width: 100%; } input[type="range"].fusion-range-option::-ms-fill-lower { background: #d3d3d3; border-radius: 0; border: 0 solid #ccc; box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); } input[type="range"].fusion-range-option::-ms-fill-upper { background: #ddd; border-radius: 0; border: 0 solid #ccc; box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0); } input[type="range"].fusion-range-option::-ms-thumb { background: #008fc5; border-radius: 15px; border: 0 solid rgba(0, 0, 0, 0); box-shadow: 0 0 0 #000031, 0 0 0 #00004b; cursor: pointer; height: 18px; height: 6px; width: 17px; } .fusion_builder_blank_page { border: 1px dashed #c8c7c7; -webkit-box-sizing: border-box; box-sizing: border-box; color: #777; float: left; margin: 0 3% 3%; text-align: center; width: 94%; } .fusion_builder_blank_page h3.title { margin-bottom: 1em !important; } .fusion_builder_blank_page .subtitle { margin: -0.5em 0 2em; padding: 0; font-style: italic; } .fusion_builder_blank_page #video-dialog { display: none; } .fusion-builder-blank-page-content { margin: 5em 0; } .fusion-builder-blank-page-info { border-top: 1px dashed #c8c7c7; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; width: 50%; } .fusion-builder-blank-page-info h3 { margin: 2em 0 !important; } .fusion-builder-blank-page-info .fusiona { font-size: 18px; margin-right: 10px; vertical-align: middle; } .page-icon-description { vertical-align: middle; } .fusion-builder-blank-page-video .dashicons-editor-help { color: #222; font-size: 22px; margin-right: 6px; margin-top: -2px; text-decoration: none; } .fusion-builder-blank-page-video .fusion-support-link { margin-top: 2.5em; } .fusion-builder-blank-page-icons { border-right: 1px dashed #c8c7c7; } .fusion-builder-blank-page-icons ul { margin: 0; } .fusion-builder-blank-page-icons ul li { border-top: 1px dashed #c8c7c7; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; margin: 0; padding: 1em 0; width: 50%; } .fusion-builder-blank-page-icons ul li:nth-child(odd) { border-right: 1px dashed #c8c7c7; } .fusion-builder-dialog .ui-dialog-titlebar { position: relative; padding: 8px 15px; } .fusion-builder-dialog .ui-dialog-title { float: none; margin: 0; } .fusion-builder-dialog .ui-dialog-titlebar-close { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 12px; } .fusion-builder-dialog .ui-dialog-titlebar-close span { margin: 0; } .fusion-builder-dialog .ui-dialog-titlebar-close .ui-button-text { display: none; } .fusion-builder-dialog .ui-dialog-content { padding: 15px; } .fusion-builder-submit-button { background: #008fc5; color: #fff; display: inline-block; margin-left: 0.5em; padding: 0.8em; text-decoration: none; } .fusion-builder-submit-button:hover { background: #0073aa; color: #fff; } .fusion-builder-history-list { background: #fff; border-radius: 0 0 5px 5px; border-top: 0; border: 1px solid #ddd; -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); color: #777; display: none; font-size: 12px; margin-top: 15px; position: absolute; right: 0; z-index: 9999; } .fusion-builder-history-list li { border-top: 1px solid #ddd; margin: 0; padding: 10px 25px; } .fusion-builder-history-list li:hover { background: #f5f5f5; } .fusion-builder-history-list li span { font-size: 9px; font-weight: bold; height: auto; margin-right: 5px; margin-top: 4px; } .fusion-builder-history-list li.fusion-history-active-state { background: #f5f5f5; } .fusion-table-builder { float: left; margin: 8em 2.5% 3em; width: 95%; } .fusion-table-builder th { text-align: left; } .fusion-table-builder .fusion-builder-table { border: 1px solid #e5e4e3; margin: 3em 0; width: 100%; } .fusion-table-builder .fusion-builder-table .fusion-builder-table { background-color: #fff; } .fusion-table-builder .fusion-builder-table > thead > tr > th { border-bottom: 1px solid #e5e4e3; padding-top: 32px; position: relative; vertical-align: bottom; } .fusion-table-builder .fusion-builder-table > tbody + tbody { border-top: 2px solid #e5e4e3; } .fusion-table-builder .fusion-builder-table > tfoot > tr > th, .fusion-table-builder .fusion-builder-table > thead > tr > th, .fusion-table-builder .fusion-builder-table > tbody > tr > th, .fusion-table-builder .fusion-builder-table > tfoot > tr > td, .fusion-table-builder .fusion-builder-table > thead > tr > td, .fusion-table-builder .fusion-builder-table > tbody > tr > td { border-right: 1px solid #e5e4e3; border-top: 1px solid #e5e4e3; line-height: 1.53846154; padding: 8px; vertical-align: top; } .fusion-table-builder .fusion-builder-table > caption + thead > tr:first-child > th, .fusion-table-builder .fusion-builder-table > thead:first-child > tr:first-child > th, .fusion-table-builder .fusion-builder-table > colgroup + thead > tr:first-child > th, .fusion-table-builder .fusion-builder-table > caption + thead > tr:first-child > td, .fusion-table-builder .fusion-builder-table > thead:first-child > tr:first-child > td, .fusion-table-builder .fusion-builder-table > colgroup + thead > tr:first-child > td { border-top: 0; } .fusion-table-builder input { background: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; max-width: 100%; width: 100%; } .fusion-table-builder tfoot textarea { max-width: 100%; width: 100%; } .fusion-table-buildertable { background-color: transparent; max-width: 100%; } .fusion-builder-table .price input { width: 100%; } .fusion-builder-table-delete-column { background: #f5f5f5; cursor: pointer; left: 0; padding: 6px 0; position: absolute; text-align: center; top: 0; width: 100%; } .fusion-builder-table-delete-column:hover { background: #f5f5f5; color: red; } .fusion-table-column-focus { background: #f5f5f5; } .fusion-table-remove-row { cursor: pointer; } .fusion-builder-table-featured { background: #f5f5f5; float: left; margin-bottom: 8px; padding: 7px 0; text-align: center; width: 100%; } .fusion-tb-section-edit #post-preview { display: none; } .fusion-tb-section-edit .fusion-builder-update-buttons .fusion-preview { display: none; } .fusion-tb-section-edit .fusion-builder-update-buttons .fusion-update { width: 100%; }
0.45181
0.041462
body { font-family: verdana, 'Open Sans', sans-serif; background:#eaedf2; color:#666; font-size:14px; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a{ -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; text-decoration:none; } .content-info a{ color:#22A7F0 } .content-info a:hover{ color:#000; } a img { border:0; } section img{ display:block; max-width:100%; height:auto; margin:15px 0 15px 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } section{ position:relative; } h1, h2, h3, h4, h5, h6{ font-weight:400; } h1{ font-size:36px; margin:0 0 30px 0; } h2{ font-size:30px; margin:0 0 30px 0; } h3{ font-size:24px; margin:0 0 30px 0; } h4{ font-size:20px; margin:0 0 20px 0; } h5{ font-size:18px; margin:0 0 15px 0; } h6{ font-size:16px; margin:0 0 10px 0; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; width: 1200px; } .container:before, .container:after, .clearfix:before, .row:before, .clearfix:after, .row:after { display: table; content: " "; } .container:after, .clearfix:after, .row:after { clear: both; } .row { margin-right: -15px; margin-left: -15px; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { float: left; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .center{ text-align:center; } .left{ text-align:left; } .right{ text-align:right; } .btn{ display:inline-block; width:160px; height:40px; line-height:38px; background:#3498db; color:#fff; font-weight:400; text-align:center; text-transform:uppercase; font-size:14px; border-bottom:2px solid #2a8bcc; } .btn:hover{ background:#2a8bcc } header{ margin:0 0 50px 0; padding:20px 0; background:#22A7F0 } .slogan{ color:#fff; font-weight:300; font-size:20px; line-height:34px; } #logo img{ display:block; height:34px; } section .container{ background:#fff; } .content-wrap{ padding:50px 0 } aside{ color:#fff; float:left; padding-left:15px; width:285px; } .fixed{ position:fixed; top:15px; } aside h4{ font-size:20px; font-weight:400; margin:0 0 30px 0; } .menu-box{ padding:20px; background:#34495e; } .menu-box ul{ margin:0; padding:0; } .menu-box li{ display:block; } .menu-box li a{ display:block; padding:15px 20px; margin-left: -20px; margin-right: -20px; color:#fff; border-bottom:1px solid #314559; } .menu-box li a:hover, .menu-box li a.current{ background:#2c3e50; } .menu-box li:last-child a{ border-bottom:0; } .content-info{ padding-right:15px; padding-left:315px; } .section-txt{ padding-bottom:15px; margin-bottom:30px; border-bottom:1px solid #dcdcdc; } .section-txt:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:0; } .content-info h3{ font-size:24px; font-weight:400; color:#444; margin:0 0 30px 0; } .content-info p{ color:#666; line-height:24px; font-size:16px; font-weight:300; } .content-info ul{ margin:0 0 14px 0; } .content-info ul li{ line-height:24px; font-size:16px; font-weight:300; } .content-info iframe { width: 100%!important; height: 350px; border: 0!important; } .footer-area{ margin-top:50px; padding:60px 0; background:#222; font-size:16px; line-height:24px; color:#fff; font-weight:300; } .footer-area a{ color:#999; } .footer-area a:hover{ color:#eee } footer{ background:#111; padding:20px 0; font-weight:300; font-size:12px; } @media only screen and (max-width: 1200px) { .container{ width:970px; } .hidden-md{ display:none; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } } @media only screen and (max-width: 992px){ .container{ width:750px; } .hidden-sm{ display:none; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .slogan { font-size: 16px; } } @media only screen and (max-width: 768px){ .container{ width:100%; } .hidden-xs{ display:none; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } header{ margin-bottom:30px; } .content-wrap { padding: 30px 0; } .slogan{ text-align:center; line-height:22px; margin-bottom:15px; } #logo { text-align:center; margin-bottom:15px; } #logo img{ margin:0 auto; } .btn{ display:block; margin:0 auto; } aside{ width:100%; float:none; padding:0 15px; margin-bottom:30px; } .content-info { padding-right: 15px; padding-left: 15px; } .content-info p, .content-info ul li{ font-size:14px; line-height:22px; } .content-info h3 { font-size: 20px; } h1{ font-size:32px; } h2{ font-size:26px; } h3{ font-size:20px; } h4{ font-size:18px; } h5{ font-size:16px; } h6{ font-size:14px; } .footer-area { margin-top: 30px; padding: 50px 0; font-size:14px; } }
vdoc/css/style.css
body { font-family: verdana, 'Open Sans', sans-serif; background:#eaedf2; color:#666; font-size:14px; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a{ -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; text-decoration:none; } .content-info a{ color:#22A7F0 } .content-info a:hover{ color:#000; } a img { border:0; } section img{ display:block; max-width:100%; height:auto; margin:15px 0 15px 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } section{ position:relative; } h1, h2, h3, h4, h5, h6{ font-weight:400; } h1{ font-size:36px; margin:0 0 30px 0; } h2{ font-size:30px; margin:0 0 30px 0; } h3{ font-size:24px; margin:0 0 30px 0; } h4{ font-size:20px; margin:0 0 20px 0; } h5{ font-size:18px; margin:0 0 15px 0; } h6{ font-size:16px; margin:0 0 10px 0; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; width: 1200px; } .container:before, .container:after, .clearfix:before, .row:before, .clearfix:after, .row:after { display: table; content: " "; } .container:after, .clearfix:after, .row:after { clear: both; } .row { margin-right: -15px; margin-left: -15px; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { float: left; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .center{ text-align:center; } .left{ text-align:left; } .right{ text-align:right; } .btn{ display:inline-block; width:160px; height:40px; line-height:38px; background:#3498db; color:#fff; font-weight:400; text-align:center; text-transform:uppercase; font-size:14px; border-bottom:2px solid #2a8bcc; } .btn:hover{ background:#2a8bcc } header{ margin:0 0 50px 0; padding:20px 0; background:#22A7F0 } .slogan{ color:#fff; font-weight:300; font-size:20px; line-height:34px; } #logo img{ display:block; height:34px; } section .container{ background:#fff; } .content-wrap{ padding:50px 0 } aside{ color:#fff; float:left; padding-left:15px; width:285px; } .fixed{ position:fixed; top:15px; } aside h4{ font-size:20px; font-weight:400; margin:0 0 30px 0; } .menu-box{ padding:20px; background:#34495e; } .menu-box ul{ margin:0; padding:0; } .menu-box li{ display:block; } .menu-box li a{ display:block; padding:15px 20px; margin-left: -20px; margin-right: -20px; color:#fff; border-bottom:1px solid #314559; } .menu-box li a:hover, .menu-box li a.current{ background:#2c3e50; } .menu-box li:last-child a{ border-bottom:0; } .content-info{ padding-right:15px; padding-left:315px; } .section-txt{ padding-bottom:15px; margin-bottom:30px; border-bottom:1px solid #dcdcdc; } .section-txt:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:0; } .content-info h3{ font-size:24px; font-weight:400; color:#444; margin:0 0 30px 0; } .content-info p{ color:#666; line-height:24px; font-size:16px; font-weight:300; } .content-info ul{ margin:0 0 14px 0; } .content-info ul li{ line-height:24px; font-size:16px; font-weight:300; } .content-info iframe { width: 100%!important; height: 350px; border: 0!important; } .footer-area{ margin-top:50px; padding:60px 0; background:#222; font-size:16px; line-height:24px; color:#fff; font-weight:300; } .footer-area a{ color:#999; } .footer-area a:hover{ color:#eee } footer{ background:#111; padding:20px 0; font-weight:300; font-size:12px; } @media only screen and (max-width: 1200px) { .container{ width:970px; } .hidden-md{ display:none; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } } @media only screen and (max-width: 992px){ .container{ width:750px; } .hidden-sm{ display:none; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .slogan { font-size: 16px; } } @media only screen and (max-width: 768px){ .container{ width:100%; } .hidden-xs{ display:none; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } header{ margin-bottom:30px; } .content-wrap { padding: 30px 0; } .slogan{ text-align:center; line-height:22px; margin-bottom:15px; } #logo { text-align:center; margin-bottom:15px; } #logo img{ margin:0 auto; } .btn{ display:block; margin:0 auto; } aside{ width:100%; float:none; padding:0 15px; margin-bottom:30px; } .content-info { padding-right: 15px; padding-left: 15px; } .content-info p, .content-info ul li{ font-size:14px; line-height:22px; } .content-info h3 { font-size: 20px; } h1{ font-size:32px; } h2{ font-size:26px; } h3{ font-size:20px; } h4{ font-size:18px; } h5{ font-size:16px; } h6{ font-size:14px; } .footer-area { margin-top: 30px; padding: 50px 0; font-size:14px; } }
0.230227
0.061396
[Judul] 0. Default 1. Nav 2. Hero 3. Top Content 4. Content 5. Footer 6. Copyright -------------------------------------------------------------------*/ @media only screen and (max-width: 576px) { /*------------------------------------------------------------------- [0. Default] *------------------------------------------------------------------*/ nav, .footer { padding-right: 1rem !important; padding-left: 1rem !important; } .container { max-width: unset !important; } h2 { font-size: 18px !important; } /*------------------------------------------------------------------- [1. Nav] *------------------------------------------------------------------*/ nav { display: flex; background: linear-gradient(143.38deg, rgba(33, 168, 251, 0.58) 4.22%, rgba(33, 168, 251, 0) 146.37%) !important; height: unset; padding-right: 1rem !important; padding-left: 0rem !important; } .navbar-collapse { background: #FFFFFF; } nav img { padding-left: 1rem !important; } nav a { font-size: 14px !important; } nav ul li { margin: 0px !important; } nav #button { width: unset !important; height: 100% !important; padding: 0px; box-shadow: none; background: none; border-radius: 0px !important; border-top: 2px solid #C4C4C4 !important; font-size: 14px !important; color: #000000; text-align: start; padding-top: 10px; } #nav-home { border-bottom: 0px solid #21A8FB; border-radius: 0px; } /*------------------------------------------------------------------- [2. Hero] *------------------------------------------------------------------*/ #hero { margin-top: 1rem; } h1 { font-size: 24px !important; } #hero p { font-size: 14px !important; } #hero input { padding: 0rem 1rem; } #hero button { padding: 0.8rem 1.2rem; font-size: 14px; } /*------------------------------------------------------------------- [3. Top Content] *------------------------------------------------------------------*/ #top-content { padding-left: 2.5rem !important; padding-right: 2.5rem !important; margin-top: 3rem; } section img { height: 220px; } section h2, section p { font-size: 14px !important; } /*------------------------------------------------------------------- [4. Content] *------------------------------------------------------------------*/ #content { margin-top: 3rem !important; } #content .col-sm-6 { width: 50% !important; } #content .card { margin-bottom: 0rem !important; } #content img { height: 165px !important; padding-right: 0.5rem !important; padding-left: 0.5rem !important; } #content .card-img-overlay { background: none; position: unset !important; } #content .card-img-overlay h2 { text-align: center; font-size: 14px !important; text-transform: capitalize; color: #000000; } #content .card-img-overlay a { font-size: 13px; text-align: center; text-transform: capitalize; color: #C4C4C4; margin-top: 0.5rem !important; } #content .card-img-overlay a:hover { color: #000000 !important; } #content .card-title { width: 100%; text-align: start !important; } /*------------------------------------------------------------------- [5. Footer] *------------------------------------------------------------------*/ .footer { margin-top: 3rem; padding-bottom: 0px !important; } .footer, .footer .col-sm-5, .footer .col, .footer h3, .footer p { width: 100%; } .footer .col-sm-5 { display: unset !important; } .footer .col { display: none; } .footer img:nth-child(1) { display: none; } .footer img:nth-child(2) { display: unset; margin: auto; display: flex; justify-content: center; } .footer h3, .footer h3 { margin-top: 30px !important; } #accordion { display: unset; } #collapseFour img { display: unset !important; } #collapseFour .d-flex p { width: unset !important; margin-right: 0px !important; } #collapseFour .d-flex { justify-content: space-around; } /*------------------------------------------------------------------- [6. copyright] *------------------------------------------------------------------*/ .copyright span { font-size: 12px; } }
public/front/css/travel/phone-responsive.css
[Judul] 0. Default 1. Nav 2. Hero 3. Top Content 4. Content 5. Footer 6. Copyright -------------------------------------------------------------------*/ @media only screen and (max-width: 576px) { /*------------------------------------------------------------------- [0. Default] *------------------------------------------------------------------*/ nav, .footer { padding-right: 1rem !important; padding-left: 1rem !important; } .container { max-width: unset !important; } h2 { font-size: 18px !important; } /*------------------------------------------------------------------- [1. Nav] *------------------------------------------------------------------*/ nav { display: flex; background: linear-gradient(143.38deg, rgba(33, 168, 251, 0.58) 4.22%, rgba(33, 168, 251, 0) 146.37%) !important; height: unset; padding-right: 1rem !important; padding-left: 0rem !important; } .navbar-collapse { background: #FFFFFF; } nav img { padding-left: 1rem !important; } nav a { font-size: 14px !important; } nav ul li { margin: 0px !important; } nav #button { width: unset !important; height: 100% !important; padding: 0px; box-shadow: none; background: none; border-radius: 0px !important; border-top: 2px solid #C4C4C4 !important; font-size: 14px !important; color: #000000; text-align: start; padding-top: 10px; } #nav-home { border-bottom: 0px solid #21A8FB; border-radius: 0px; } /*------------------------------------------------------------------- [2. Hero] *------------------------------------------------------------------*/ #hero { margin-top: 1rem; } h1 { font-size: 24px !important; } #hero p { font-size: 14px !important; } #hero input { padding: 0rem 1rem; } #hero button { padding: 0.8rem 1.2rem; font-size: 14px; } /*------------------------------------------------------------------- [3. Top Content] *------------------------------------------------------------------*/ #top-content { padding-left: 2.5rem !important; padding-right: 2.5rem !important; margin-top: 3rem; } section img { height: 220px; } section h2, section p { font-size: 14px !important; } /*------------------------------------------------------------------- [4. Content] *------------------------------------------------------------------*/ #content { margin-top: 3rem !important; } #content .col-sm-6 { width: 50% !important; } #content .card { margin-bottom: 0rem !important; } #content img { height: 165px !important; padding-right: 0.5rem !important; padding-left: 0.5rem !important; } #content .card-img-overlay { background: none; position: unset !important; } #content .card-img-overlay h2 { text-align: center; font-size: 14px !important; text-transform: capitalize; color: #000000; } #content .card-img-overlay a { font-size: 13px; text-align: center; text-transform: capitalize; color: #C4C4C4; margin-top: 0.5rem !important; } #content .card-img-overlay a:hover { color: #000000 !important; } #content .card-title { width: 100%; text-align: start !important; } /*------------------------------------------------------------------- [5. Footer] *------------------------------------------------------------------*/ .footer { margin-top: 3rem; padding-bottom: 0px !important; } .footer, .footer .col-sm-5, .footer .col, .footer h3, .footer p { width: 100%; } .footer .col-sm-5 { display: unset !important; } .footer .col { display: none; } .footer img:nth-child(1) { display: none; } .footer img:nth-child(2) { display: unset; margin: auto; display: flex; justify-content: center; } .footer h3, .footer h3 { margin-top: 30px !important; } #accordion { display: unset; } #collapseFour img { display: unset !important; } #collapseFour .d-flex p { width: unset !important; margin-right: 0px !important; } #collapseFour .d-flex { justify-content: space-around; } /*------------------------------------------------------------------- [6. copyright] *------------------------------------------------------------------*/ .copyright span { font-size: 12px; } }
0.26923
0.11689
.claim_snap_row { padding-top: 10%; padding-bottom: 1.8rem; padding-left: 4rem; padding-right: 2rem; } .claim_snap_div { background: #EEEEEE; color: #000000; border-right: 1.5rem solid white; } .claim_inner_row { padding: 1.7rem 3rem; } .card { margin-bottom: 1.5rem; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-right: 0.3rem; padding-left: 0.3rem; box-shadow: 0 0px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); } .approved { border-top: 5px solid #FD2E58; } .active-status { border-top: 5px solid #EFA83C; } .rejected { border-top: 5px solid #363C3A; } .claim_status { color: #6B6B6B; font-size: 18px; font-weight: 500; letter-spacing: 1px; margin-bottom: 0; text-align: center; margin-bottom: 0; } .claim_count { color: #6B6B6B; font-size: 56px; font-weight: 300; text-align: center; margin-bottom: 0; } .physician-check{ -webkit-column-count: 2 !important; -moz-column-count: 2 !important; column-count: 2 !important; } .card-column { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem; orphans: 1; widows: 1; } .card:hover { box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5),0 17px 50px 0 rgba(0,0,0,0.19); } .card:active { box-shadow: 0 0px 12px 0 rgba(0,0,0,1),0 17px 50px 0 rgba(0,0,0,0.19); } /* popup css */ .dialog-title { height: 44px; background-color: #34ACA7; text-align: center; padding-top: 5px; color: #FFFFFF; font-family: Open Sans, Semibold; font-size: 22px; } .mat-dialog-container { padding: 0px !important; } .dialog-content { padding: 34px; text-align: center; color: #34ACA7; font-family: Open Sans, Semibold; font-size: 22px; font-weight: 600; } .dialog-content:hover { cursor: pointer; } .pat_details_card { background: #fff; border: none; padding: 1.3rem; box-shadow: unset !important; padding-bottom: 0rem; } .pat_details_heading { font-size: 20px; color: black; margin-top: 2rem; margin-bottom: 2rem; font-weight: 500; } .pat_details_card .table th { color: #6C6C6C; font-size: 16px; font-weight: 200; padding-bottom: 0; } .pat_details_card.table td { color: #000000; font-size: 16px; padding-bottom: 2rem; } .pat_input, .pat_input:focus { background: #ffffff; border: none; border-bottom: 1px solid #707070; border-radius: 0; color: #000000; outline: none; box-shadow: none; padding-left: 0; padding-right: 0; }
fabric/web/frontend/src/app/provider/starting-page/starting-page.component.css
.claim_snap_row { padding-top: 10%; padding-bottom: 1.8rem; padding-left: 4rem; padding-right: 2rem; } .claim_snap_div { background: #EEEEEE; color: #000000; border-right: 1.5rem solid white; } .claim_inner_row { padding: 1.7rem 3rem; } .card { margin-bottom: 1.5rem; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-right: 0.3rem; padding-left: 0.3rem; box-shadow: 0 0px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); } .approved { border-top: 5px solid #FD2E58; } .active-status { border-top: 5px solid #EFA83C; } .rejected { border-top: 5px solid #363C3A; } .claim_status { color: #6B6B6B; font-size: 18px; font-weight: 500; letter-spacing: 1px; margin-bottom: 0; text-align: center; margin-bottom: 0; } .claim_count { color: #6B6B6B; font-size: 56px; font-weight: 300; text-align: center; margin-bottom: 0; } .physician-check{ -webkit-column-count: 2 !important; -moz-column-count: 2 !important; column-count: 2 !important; } .card-column { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem; orphans: 1; widows: 1; } .card:hover { box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5),0 17px 50px 0 rgba(0,0,0,0.19); } .card:active { box-shadow: 0 0px 12px 0 rgba(0,0,0,1),0 17px 50px 0 rgba(0,0,0,0.19); } /* popup css */ .dialog-title { height: 44px; background-color: #34ACA7; text-align: center; padding-top: 5px; color: #FFFFFF; font-family: Open Sans, Semibold; font-size: 22px; } .mat-dialog-container { padding: 0px !important; } .dialog-content { padding: 34px; text-align: center; color: #34ACA7; font-family: Open Sans, Semibold; font-size: 22px; font-weight: 600; } .dialog-content:hover { cursor: pointer; } .pat_details_card { background: #fff; border: none; padding: 1.3rem; box-shadow: unset !important; padding-bottom: 0rem; } .pat_details_heading { font-size: 20px; color: black; margin-top: 2rem; margin-bottom: 2rem; font-weight: 500; } .pat_details_card .table th { color: #6C6C6C; font-size: 16px; font-weight: 200; padding-bottom: 0; } .pat_details_card.table td { color: #000000; font-size: 16px; padding-bottom: 2rem; } .pat_input, .pat_input:focus { background: #ffffff; border: none; border-bottom: 1px solid #707070; border-radius: 0; color: #000000; outline: none; box-shadow: none; padding-left: 0; padding-right: 0; }
0.538012
0.116563
font-family:"Times New Roman","Trebuchet MS",verdana,arial,serif; background:#1f1f1f url(image/background.png) repeat; color:#fff; font-size:14px; } #ThemeFixe{ width:900px; margin:auto; padding-bottom:20px; } #ThemeHead{ height:195px; background:url(image/header.jpg) no-repeat; position:relative; } #ThemeHead #ThemeNom{ font-size:46px; font-weight:400; position:absolute; left:340px; top:30px; width:550px; } #ThemeHead #ThemeSlogan{ font-size:12px; font-family:verdana,arial,serif; letter-spacing:2px; font-weight:400; position:absolute; left:340px; top:100px; width:550px; } #ThemeMenu{ background:#161616; border:1px solid #2A2A2A; border-bottom:none; margin:auto; padding:5px 10px; text-align:right; width:770px; } #ThemeMenu ul{ display:inline; } #ThemeMenu li{ display:inline; } #ThemeMenu a{ font-family:"Century Gothic"; font-size:16px; color:#fff; margin-right:13px; } .ThemeMenuAct{ font-weight:700; } #ThemeCon{ width:760px; background:#161616; border:1px #2a2a2a solid; padding:20px 15px; margin:auto; } #ThemeCon a{ color:#52a7fc !important; } #ThemeFoot{ background:url(image/footer.jpg) no-repeat; text-align:center; color:#8f8f8f; font-family:verdana,arial,serif; font-size:11px; padding-top:5px; padding-bottom:2px; } /* INTE MODULE */ .InteModuleTitre{ display:inline; border-bottom:1px solid #d03200; background:url(image/fleche.gif) no-repeat 4px ; padding-left:26px; padding-right:20px; color:#f3f3f3; font-size:20px; margin:0 2px; } .InteModuleCon{ margin:7px 4px; } /* INTE */ .InteTitre .InteModuleTitre{ font-size:27px; } .InteHoraireCon{ margin-left:20px; margin-top:15px; } .InteHoraireCon ul{ width:33%; float:left; background:url(image/horaire.png) no-repeat; } .InteHoraireCon ul li{ margin-left:20px; background:#161616; } .InteHoraireCon .Clear{ height:4px; } .IntePlanCon{ margin:8px 5px 0; } .InteContactCon{ margin-left:20px; margin-top:15px; } .InteContactCon ul{ margin:6px 0; } .InteContactCon ul li{ margin-left:20px; } .InteContactTelephone{ background:url(image/telephone.png) no-repeat; } .InteContactEmail{ background:url(image/email.png) no-repeat; } /* TAB */ .ModuleTabTitre{ color:#fff; } .ModuleTabTable td{ color:#000; } .ModuleTabCol0{ background:#fff; } .ModuleTabCol1{ background:#E2E5EB; } /* WYS */ .Block, .BlockCon, .InteModuleCon{ background:#161616; }
src/Salonrama/MainBundle/Resources/public/theme/VertusNoir/theme.css
font-family:"Times New Roman","Trebuchet MS",verdana,arial,serif; background:#1f1f1f url(image/background.png) repeat; color:#fff; font-size:14px; } #ThemeFixe{ width:900px; margin:auto; padding-bottom:20px; } #ThemeHead{ height:195px; background:url(image/header.jpg) no-repeat; position:relative; } #ThemeHead #ThemeNom{ font-size:46px; font-weight:400; position:absolute; left:340px; top:30px; width:550px; } #ThemeHead #ThemeSlogan{ font-size:12px; font-family:verdana,arial,serif; letter-spacing:2px; font-weight:400; position:absolute; left:340px; top:100px; width:550px; } #ThemeMenu{ background:#161616; border:1px solid #2A2A2A; border-bottom:none; margin:auto; padding:5px 10px; text-align:right; width:770px; } #ThemeMenu ul{ display:inline; } #ThemeMenu li{ display:inline; } #ThemeMenu a{ font-family:"Century Gothic"; font-size:16px; color:#fff; margin-right:13px; } .ThemeMenuAct{ font-weight:700; } #ThemeCon{ width:760px; background:#161616; border:1px #2a2a2a solid; padding:20px 15px; margin:auto; } #ThemeCon a{ color:#52a7fc !important; } #ThemeFoot{ background:url(image/footer.jpg) no-repeat; text-align:center; color:#8f8f8f; font-family:verdana,arial,serif; font-size:11px; padding-top:5px; padding-bottom:2px; } /* INTE MODULE */ .InteModuleTitre{ display:inline; border-bottom:1px solid #d03200; background:url(image/fleche.gif) no-repeat 4px ; padding-left:26px; padding-right:20px; color:#f3f3f3; font-size:20px; margin:0 2px; } .InteModuleCon{ margin:7px 4px; } /* INTE */ .InteTitre .InteModuleTitre{ font-size:27px; } .InteHoraireCon{ margin-left:20px; margin-top:15px; } .InteHoraireCon ul{ width:33%; float:left; background:url(image/horaire.png) no-repeat; } .InteHoraireCon ul li{ margin-left:20px; background:#161616; } .InteHoraireCon .Clear{ height:4px; } .IntePlanCon{ margin:8px 5px 0; } .InteContactCon{ margin-left:20px; margin-top:15px; } .InteContactCon ul{ margin:6px 0; } .InteContactCon ul li{ margin-left:20px; } .InteContactTelephone{ background:url(image/telephone.png) no-repeat; } .InteContactEmail{ background:url(image/email.png) no-repeat; } /* TAB */ .ModuleTabTitre{ color:#fff; } .ModuleTabTable td{ color:#000; } .ModuleTabCol0{ background:#fff; } .ModuleTabCol1{ background:#E2E5EB; } /* WYS */ .Block, .BlockCon, .InteModuleCon{ background:#161616; }
0.257765
0.062646
.line, #header, #primary-menu.style-2 { border-color: #DDD; } @media (min-width: 992px) { #header.sticky-style-2, #header.sticky-header:not(.static-sticky).sticky-style-2 { border-bottom: 0; height: 240px; } #header.sticky-style-2 > .container { text-align: center; line-height: 1; height: 160px; overflow: hidden; } #header.sticky-style-2 #logo { display: inline-block; margin: 30px 0; } #header.sticky-style-2:not(.sticky-header) #header-wrap { width: 1140px; margin: 0 auto; height: 80px; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; } #header.sticky-header.sticky-style-2 #header-wrap { border-color: transparent; height: 80px; } .boxed-slider { padding-top: 60px; } #primary-menu.style-2 { border-top: none; } #primary-menu.style-2 > div > ul > li > a { padding-top: 28px; padding-bottom: 28px; } #primary-menu.style-2 ul li .mega-menu-content { left: -15px; } #primary-menu > div > ul > li { margin: 0 10px; } #primary-menu > div > ul > li > a { font-size: 13px; letter-spacing: 2px; } body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div { display: block; text-align: center; width: 1140px; height: 78px; } body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div > ul { float: none; display: inline-block; width: auto; text-align: left; } #footer { width: 1140px; } #footer .container { padding: 0; width: 100%; } } .portfolio-desc { -webkit-backface-visibility: hidden; } @media (min-width: 992px) and (max-width: 1199px) { #header.sticky-style-2:not(.sticky-header) #header-wrap, body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div, #footer { width: 940px; } } #footer { border-top: 1px solid #DDD; background-color: transparent; margin: 0 auto; } #copyrights { background-color: transparent; padding: 50px 0; } /* RTL */ @media (min-width: 992px) { body.rtl #primary-menu.style-2 ul li .mega-menu-content { left: 0; right: -15px; } body:not(.device-sm):not(.device-xs):not(.device-xxs).rtl #primary-menu.style-2.center > div > ul { text-align: right; } }
src/resources/css/nairobi.css
.line, #header, #primary-menu.style-2 { border-color: #DDD; } @media (min-width: 992px) { #header.sticky-style-2, #header.sticky-header:not(.static-sticky).sticky-style-2 { border-bottom: 0; height: 240px; } #header.sticky-style-2 > .container { text-align: center; line-height: 1; height: 160px; overflow: hidden; } #header.sticky-style-2 #logo { display: inline-block; margin: 30px 0; } #header.sticky-style-2:not(.sticky-header) #header-wrap { width: 1140px; margin: 0 auto; height: 80px; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; } #header.sticky-header.sticky-style-2 #header-wrap { border-color: transparent; height: 80px; } .boxed-slider { padding-top: 60px; } #primary-menu.style-2 { border-top: none; } #primary-menu.style-2 > div > ul > li > a { padding-top: 28px; padding-bottom: 28px; } #primary-menu.style-2 ul li .mega-menu-content { left: -15px; } #primary-menu > div > ul > li { margin: 0 10px; } #primary-menu > div > ul > li > a { font-size: 13px; letter-spacing: 2px; } body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div { display: block; text-align: center; width: 1140px; height: 78px; } body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div > ul { float: none; display: inline-block; width: auto; text-align: left; } #footer { width: 1140px; } #footer .container { padding: 0; width: 100%; } } .portfolio-desc { -webkit-backface-visibility: hidden; } @media (min-width: 992px) and (max-width: 1199px) { #header.sticky-style-2:not(.sticky-header) #header-wrap, body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div, #footer { width: 940px; } } #footer { border-top: 1px solid #DDD; background-color: transparent; margin: 0 auto; } #copyrights { background-color: transparent; padding: 50px 0; } /* RTL */ @media (min-width: 992px) { body.rtl #primary-menu.style-2 ul li .mega-menu-content { left: 0; right: -15px; } body:not(.device-sm):not(.device-xs):not(.device-xxs).rtl #primary-menu.style-2.center > div > ul { text-align: right; } }
0.274449
0.073397
.brand_content{overflow: hidden;} .brand_img{ transition:all 1.5s linear; } .brand_img:hover{ transform:scale(1.05); cursor:pointer; } .my_small{ font-size: 0.9rem; color: #000; } .my_small>li>a{ color: #686868; } .my_small>li>a:hover{ color:#cc9b38; text-decoration: none; } ul.product_type>li>ul{ padding-left: 2rem !important; } .product_type>li{ border-bottom: 1px solid #A7A7A7; padding: 0.8rem 0; } ul.product_type span{ padding-left: 20px; background: url("../img/openIcon.png") no-repeat center left; background-size: 12px; cursor: pointer; } ul.product_type span:hover{ color:#cc9b38; background: url("../img/openIcon_hover.png") no-repeat center left; background-size: 12px; } ul.product_type li ul{ display: none; } ul.product_type span.open{ background: url("../img/closeIcon.png") no-repeat center left; background-size: 12px; } ul.product_type span.open:hover{ background: url("../img/closeIcon_hover.png") no-repeat center left; background-size: 12px; } ul.product_type>li>.open+ul{ display: block; } @media screen and (max-width:575px){ .my-col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } } ul#product_right li.productBlock{ position: relative; top: 0; left: 0; } ul#product_right li.productBlock>a{ display: block; } .product_bg{ position: absolute; display: none; top: 0; left: 0; width: 100%; height: 100%; background:rgba(255,255,255,0.5); z-index: 5; text-align: center; cursor: pointer; } .open{display: block;} .product_bg .product_content{ font-size: 0.8rem; margin-top: 50%; } .product_bg .product_content h5{ font-size: 1.5em; color:#000; } .product_bg span.blackLine{ border-bottom: 4px solid #000; display: block; width: 2rem; margin: 0 auto; } @media screen and (max-width: 992px) and (min-width:771px){ .my-col-md-6{ -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } } /*product-detail*/ #detail_info p{ margin-bottom: 0.5rem; } .p-share-01,.p-share-02{ width: 30px; height: 30px; display: inline-block; *display:inline; *zoom:1; margin-right: 15px; background: url("../img/mail.png") no-repeat; } .p-share-01{ background-position: 0px -48px; } .p-share-02{ background-position: -46px -48px; } .p-share-01:hover{ background-position: 0px 0px; } .p-share-02:hover{ background-position: -46px 0px; } .p-detail h6{ background: url("../img/openIcon.png") right center no-repeat; background-size: 15px; border-bottom: 1px solid #A7A7A7; padding-bottom: 10px; cursor: pointer; } .p-detail h6:hover{ background: url("../img/openIcon_hover.png") right center no-repeat; background-size: 15px; color:#dd980c; } .p-detail h6.open{ background: url("../img/closeIcon.png") right center no-repeat; background-size: 15px; border-bottom: 1px solid #A7A7A7; padding-bottom: 10px; cursor: pointer; } .p-detail h6.open:hover{ background: url("../img/closeIcon_hover.png") right center no-repeat; background-size: 15px; color:#dd980c; } .p-detail h6+div{ display: none; } .p-detail>h6.open+div{display: block;} .p-detail-list{list-style: none;} .p-detail-list li{ float: left; width: 150px; margin-bottom: 5px; border: 0px; } .clear{clear: both;}
ep_server/public/css/product.css
.brand_content{overflow: hidden;} .brand_img{ transition:all 1.5s linear; } .brand_img:hover{ transform:scale(1.05); cursor:pointer; } .my_small{ font-size: 0.9rem; color: #000; } .my_small>li>a{ color: #686868; } .my_small>li>a:hover{ color:#cc9b38; text-decoration: none; } ul.product_type>li>ul{ padding-left: 2rem !important; } .product_type>li{ border-bottom: 1px solid #A7A7A7; padding: 0.8rem 0; } ul.product_type span{ padding-left: 20px; background: url("../img/openIcon.png") no-repeat center left; background-size: 12px; cursor: pointer; } ul.product_type span:hover{ color:#cc9b38; background: url("../img/openIcon_hover.png") no-repeat center left; background-size: 12px; } ul.product_type li ul{ display: none; } ul.product_type span.open{ background: url("../img/closeIcon.png") no-repeat center left; background-size: 12px; } ul.product_type span.open:hover{ background: url("../img/closeIcon_hover.png") no-repeat center left; background-size: 12px; } ul.product_type>li>.open+ul{ display: block; } @media screen and (max-width:575px){ .my-col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } } ul#product_right li.productBlock{ position: relative; top: 0; left: 0; } ul#product_right li.productBlock>a{ display: block; } .product_bg{ position: absolute; display: none; top: 0; left: 0; width: 100%; height: 100%; background:rgba(255,255,255,0.5); z-index: 5; text-align: center; cursor: pointer; } .open{display: block;} .product_bg .product_content{ font-size: 0.8rem; margin-top: 50%; } .product_bg .product_content h5{ font-size: 1.5em; color:#000; } .product_bg span.blackLine{ border-bottom: 4px solid #000; display: block; width: 2rem; margin: 0 auto; } @media screen and (max-width: 992px) and (min-width:771px){ .my-col-md-6{ -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } } /*product-detail*/ #detail_info p{ margin-bottom: 0.5rem; } .p-share-01,.p-share-02{ width: 30px; height: 30px; display: inline-block; *display:inline; *zoom:1; margin-right: 15px; background: url("../img/mail.png") no-repeat; } .p-share-01{ background-position: 0px -48px; } .p-share-02{ background-position: -46px -48px; } .p-share-01:hover{ background-position: 0px 0px; } .p-share-02:hover{ background-position: -46px 0px; } .p-detail h6{ background: url("../img/openIcon.png") right center no-repeat; background-size: 15px; border-bottom: 1px solid #A7A7A7; padding-bottom: 10px; cursor: pointer; } .p-detail h6:hover{ background: url("../img/openIcon_hover.png") right center no-repeat; background-size: 15px; color:#dd980c; } .p-detail h6.open{ background: url("../img/closeIcon.png") right center no-repeat; background-size: 15px; border-bottom: 1px solid #A7A7A7; padding-bottom: 10px; cursor: pointer; } .p-detail h6.open:hover{ background: url("../img/closeIcon_hover.png") right center no-repeat; background-size: 15px; color:#dd980c; } .p-detail h6+div{ display: none; } .p-detail>h6.open+div{display: block;} .p-detail-list{list-style: none;} .p-detail-list li{ float: left; width: 150px; margin-bottom: 5px; border: 0px; } .clear{clear: both;}
0.249356
0.083553
#tier1-nav h3.magazine-main-title { display: inline-block; font-family: serif; margin-bottom: 0; font-size: 2.3rem; font-style: normal; font-weight: normal; color: #0f654a; } #tier1-nav span.magazine-descriptor, #tier1-nav span.magazine-descriptor-small { font-family: 'Open Sans', sans-serif; font-size: 1rem; } /* medium */ /*#tier1-nav h3.magazine-main-title{ display: block; font-size: 2.3rem; color: #0f654a; } #tier1-nav h3.magazine-main-title span.magazine-descriptor{ display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 1rem; } .magazine-descriptor-small{ display: none; }*/ /* small */ /*#tier1-nav h3.magazine-main-title{ display: inline-block; color: #fff; font-size: 2.3rem; } #tier1-nav h3.magazine-main-title span.magazine-descriptor{ display: none; } .magazine-descriptor-small{ display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 1rem; } #logo-box-magazine a img{ display: none; } #tier1-nav h3.magazine-main-title{ display: block; font-size: 2.3rem; }*/ /*#tier1-nav h3.magazine-main-title{ display: none; font-family: serif; margin-bottom: 0; } .magazine-descriptor-small{ display: none; } #tier1-nav h3.magazine-main-title span.magazine-descriptor{ display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 1rem; } h3.magazine-main-title{ display: none; }*/ /************ SMALL ********************/ #magazine-text-over-image-box{ /*top: 4%;*/ position: relative; text-align:left; padding-top: .5rem; /*padding-left: 1rem; padding-top: .5rem; padding-bottom: .0;*/ } #magazine-text-over-image-box a{ color: #333; } #magazine-text-over-image-box h2{ font-size: 1.7rem; font-weight: 600; text-shadow: none; line-height: 2rem; color: #333; } #magazine-text-over-image-box p{ font-size: 1rem; line-height: 1.3rem; margin: 0 0rem; font-weight: normal; color: #333; text-shadow: none; } .centered-main-title { padding: 0; } #logo-box-magazine{ background-color: #0f654a; position: absolute; z-index: 200; box-sizing: border-box; /*left: 0;*/ width: 100%; padding: 1rem; margin-right: 1rem; } #magazine-feature .row{ background-color: #ebedef; padding: 0.8rem 0; /*padding: .8rem;*/ box-sizing: border-box; } #magazine-feature img { padding-bottom: 0.8rem; } /*.photo-feature-text{ padding: 0 0 0 .3rem; }*/ .photo-feature-text p{ font-size: .8rem; line-height: 1.1rem; margin-bottom: .5rem; } .photo-feature-text h1, .photo-feature-text h2, .photo-feature-text h3, .photo-feature-text h4, .photo-feature-text h5 { font-size: 1.1rem; margin-top: 0; line-height: 1.3rem; } .photo-feature-text .author{ font-style: italic; } .button.magazine-button { background-color: #829788; border-color: #829788; margin-bottom: .5rem; padding-top: .6rem; padding-bottom: .6rem; text-transform: uppercase; font-size: .9rem; text-decoration: none; } .button.magazine-button:hover { background-color: #0f654a; border-color: #0f654a; } .magazine-details p.button-container { margin-bottom: .1rem; } .magazine-details p{ font-size: .9rem; line-height: 1.2rem; margin-bottom: .6rem; } .row.collapse > .columns.cover-box{ padding-right: 2rem; } .row.collapse > .columns.photo-feature-text{ padding-left: .9rem; } h2.issue-date { /*padding-left: 1rem;*/ color: #666; font-size: 2rem; line-height:2rem; font-weight: normal; } /*.addthis.magazine-top{ padding-top: .8rem }*/ #news-story-bar.magazine-story .magazine-titlebar{ width: 100%; clear: both; box-sizing: border-box; margin-bottom: 1.5rem; padding-top: .7rem; } #news-story-bar.magazine-story .magazine-titlebar+h3{ font-size: 1.5rem; line-height: 1.8rem; color: #333; margin-bottom: 1.25rem; } .featured-content-block.magazine-block { padding: 0; background-color: #fff; /*margin-top: .6rem;*/ } .featured-content-block.magazine-block:first-child{ /*margin-top: .6rem;*/ } .featured-content-block.magazine-block h6.headline-block { background-color: #829788; color: #fff; display: block; left: 0; padding: 0.5rem 1rem; margin: 0 0 .8rem 0; position: relative; text-transform: uppercase; top: 0; } .featured-content-block.magazine-block ul.feature-list{ margin-left: 1rem; } .featured-content-block.magazine-block ul.feature-list li { border-bottom: 1px dotted #ccc; line-height: 1.2rem; padding: 0rem 0 .2rem; } .featured-content-block.magazine-block ul.feature-list li:last-child { border-bottom: none; } div.featured-content-block.magazine-block + div.featured-content-block.magazine-block{ margin-top: .6rem; margin-bottom: .6rem; } .panel.image-caption{ float: right; width: 38%; max-width: 38%; margin: .5rem 0 .5rem 1.5rem; background-color: #fff; padding: 0; border: none; } .panel.image-caption img{ width: 100%; margin-bottom: .5rem; } #story-content .panel.image-caption p{ font-size: .9rem; line-height: 1.2rem; } #cover-grouping p, #cover-grouping a{ text-align: center; padding-top: .5rem; color: #666; text-decoration: none; } #cover-grouping a:hover { color: #666; text-decoration: none; } /*#story-listing ul { list-style: none; }*/ /*#story-listing ul li { margin-bottom: 3rem; display: block; }*/ /*#story-listing .thumbnail img{ width: 100%; }*/ #story-listing .article-listing { margin-bottom:3rem; } .article-listing .article-text-teaser h3 { font-weight: normal; } .article-listing .article-img { padding-right:0; } /*#story-content #story-listing h3{ margin-top: -.4rem; }*/ /*.current-issue-padding{ padding: .7rem 2.6rem 1rem; }*/ .current-issue-info img{ width: 100%; } img.magazine-logo { width: 100%; } #issue-grouping { margin-bottom:0.3rem; }
resources/assets/css/magazine-styles.css
#tier1-nav h3.magazine-main-title { display: inline-block; font-family: serif; margin-bottom: 0; font-size: 2.3rem; font-style: normal; font-weight: normal; color: #0f654a; } #tier1-nav span.magazine-descriptor, #tier1-nav span.magazine-descriptor-small { font-family: 'Open Sans', sans-serif; font-size: 1rem; } /* medium */ /*#tier1-nav h3.magazine-main-title{ display: block; font-size: 2.3rem; color: #0f654a; } #tier1-nav h3.magazine-main-title span.magazine-descriptor{ display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 1rem; } .magazine-descriptor-small{ display: none; }*/ /* small */ /*#tier1-nav h3.magazine-main-title{ display: inline-block; color: #fff; font-size: 2.3rem; } #tier1-nav h3.magazine-main-title span.magazine-descriptor{ display: none; } .magazine-descriptor-small{ display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 1rem; } #logo-box-magazine a img{ display: none; } #tier1-nav h3.magazine-main-title{ display: block; font-size: 2.3rem; }*/ /*#tier1-nav h3.magazine-main-title{ display: none; font-family: serif; margin-bottom: 0; } .magazine-descriptor-small{ display: none; } #tier1-nav h3.magazine-main-title span.magazine-descriptor{ display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 1rem; } h3.magazine-main-title{ display: none; }*/ /************ SMALL ********************/ #magazine-text-over-image-box{ /*top: 4%;*/ position: relative; text-align:left; padding-top: .5rem; /*padding-left: 1rem; padding-top: .5rem; padding-bottom: .0;*/ } #magazine-text-over-image-box a{ color: #333; } #magazine-text-over-image-box h2{ font-size: 1.7rem; font-weight: 600; text-shadow: none; line-height: 2rem; color: #333; } #magazine-text-over-image-box p{ font-size: 1rem; line-height: 1.3rem; margin: 0 0rem; font-weight: normal; color: #333; text-shadow: none; } .centered-main-title { padding: 0; } #logo-box-magazine{ background-color: #0f654a; position: absolute; z-index: 200; box-sizing: border-box; /*left: 0;*/ width: 100%; padding: 1rem; margin-right: 1rem; } #magazine-feature .row{ background-color: #ebedef; padding: 0.8rem 0; /*padding: .8rem;*/ box-sizing: border-box; } #magazine-feature img { padding-bottom: 0.8rem; } /*.photo-feature-text{ padding: 0 0 0 .3rem; }*/ .photo-feature-text p{ font-size: .8rem; line-height: 1.1rem; margin-bottom: .5rem; } .photo-feature-text h1, .photo-feature-text h2, .photo-feature-text h3, .photo-feature-text h4, .photo-feature-text h5 { font-size: 1.1rem; margin-top: 0; line-height: 1.3rem; } .photo-feature-text .author{ font-style: italic; } .button.magazine-button { background-color: #829788; border-color: #829788; margin-bottom: .5rem; padding-top: .6rem; padding-bottom: .6rem; text-transform: uppercase; font-size: .9rem; text-decoration: none; } .button.magazine-button:hover { background-color: #0f654a; border-color: #0f654a; } .magazine-details p.button-container { margin-bottom: .1rem; } .magazine-details p{ font-size: .9rem; line-height: 1.2rem; margin-bottom: .6rem; } .row.collapse > .columns.cover-box{ padding-right: 2rem; } .row.collapse > .columns.photo-feature-text{ padding-left: .9rem; } h2.issue-date { /*padding-left: 1rem;*/ color: #666; font-size: 2rem; line-height:2rem; font-weight: normal; } /*.addthis.magazine-top{ padding-top: .8rem }*/ #news-story-bar.magazine-story .magazine-titlebar{ width: 100%; clear: both; box-sizing: border-box; margin-bottom: 1.5rem; padding-top: .7rem; } #news-story-bar.magazine-story .magazine-titlebar+h3{ font-size: 1.5rem; line-height: 1.8rem; color: #333; margin-bottom: 1.25rem; } .featured-content-block.magazine-block { padding: 0; background-color: #fff; /*margin-top: .6rem;*/ } .featured-content-block.magazine-block:first-child{ /*margin-top: .6rem;*/ } .featured-content-block.magazine-block h6.headline-block { background-color: #829788; color: #fff; display: block; left: 0; padding: 0.5rem 1rem; margin: 0 0 .8rem 0; position: relative; text-transform: uppercase; top: 0; } .featured-content-block.magazine-block ul.feature-list{ margin-left: 1rem; } .featured-content-block.magazine-block ul.feature-list li { border-bottom: 1px dotted #ccc; line-height: 1.2rem; padding: 0rem 0 .2rem; } .featured-content-block.magazine-block ul.feature-list li:last-child { border-bottom: none; } div.featured-content-block.magazine-block + div.featured-content-block.magazine-block{ margin-top: .6rem; margin-bottom: .6rem; } .panel.image-caption{ float: right; width: 38%; max-width: 38%; margin: .5rem 0 .5rem 1.5rem; background-color: #fff; padding: 0; border: none; } .panel.image-caption img{ width: 100%; margin-bottom: .5rem; } #story-content .panel.image-caption p{ font-size: .9rem; line-height: 1.2rem; } #cover-grouping p, #cover-grouping a{ text-align: center; padding-top: .5rem; color: #666; text-decoration: none; } #cover-grouping a:hover { color: #666; text-decoration: none; } /*#story-listing ul { list-style: none; }*/ /*#story-listing ul li { margin-bottom: 3rem; display: block; }*/ /*#story-listing .thumbnail img{ width: 100%; }*/ #story-listing .article-listing { margin-bottom:3rem; } .article-listing .article-text-teaser h3 { font-weight: normal; } .article-listing .article-img { padding-right:0; } /*#story-content #story-listing h3{ margin-top: -.4rem; }*/ /*.current-issue-padding{ padding: .7rem 2.6rem 1rem; }*/ .current-issue-info img{ width: 100%; } img.magazine-logo { width: 100%; } #issue-grouping { margin-bottom:0.3rem; }
0.337204
0.075346
body{ background-color: #0f121f; color: #fff; } body *{ font-family: Ubuntu; } h2 { text-align: center; margin: 20px auto; font-size: 2.4em; font-weight: bold; } a, a:hover, a:visited{ color: #fff; text-decoration: none; } .wrapper { max-width: 960px; margin: 0 auto; } div.wrapper h1 { text-align: center; margin: 20px auto; font-size: 2.4em; } header { display: grid; grid-template-columns: 1fr 1fr; padding: 20px 0; } nav { justify-self: end; } nav li { display: inline-block; margin-left: 20px; } nav button { background: none; color: white; cursor: pointer; border: 0; font-size: 1em; } .posts { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px; } .post{ padding: 10px; border: solid #1eb8df; position: relative; padding-bottom: 40px; } .posts .post img { max-width: 100%; } .post h2 { font-size: 1.8em; font-weight: bold; } .post .author { padding: 10px; background:#1eb8df; position: absolute; right: 0; bottom: 0; margin: 0; color: #0f121f; } .post-detail .post img { max-width: 100% } .post-detail .post h2 { text-align: center; margin: 20px auto; font-size: 2em; } .post-detail .post p { text-align: center; } .greeting p { margin: 20px; } .site-form { margin-top: 60px; border: solid #1eb8df; padding: 20px; } .site-form input, .site-form textarea { display: block; margin: 20px 0 10px 0; padding: 10px; } a.highlight { border: 2px solid white; background-color:#1eb8df; padding: 10px; border-radius: 10px; color: white; font-weight:bold; } .helptext, .helptext ul { margin: 0 auto 20px; color: #bbb; font-size: 0.9em; display: block; } .errorlist li { padding: 10px; list-style-type: none; border: 1px solid red; color: red; margin: 10px 0; } .errorlist { padding: 0; } .site-form input[type="submit"]{ background: #1eb8df; border: 0; font-size: 1.2em; border-radius: 10px; color: white; font-weight:bold; margin: 10px 0; border: 2px solid white; } .site-form input[readonly]{ background: #CCC; color: #333; border: 1px solid #666; } nav ul li a { border: 2px solid white; font-weight: bold; padding: 10px; border-radius: 10px; background-color: #1eb8df; color:white; font-weight:bold; } nav ul li { margin: 0; } nav ul li .logout-link button { border: 2px solid white; padding: 10px; border-radius: 10px; background-color: red; color: white; font-weight:bold; } .post-create h2 { text-align: center; font-weight: bold; font-size: 2em; }
blogify/assets/styles.css
body{ background-color: #0f121f; color: #fff; } body *{ font-family: Ubuntu; } h2 { text-align: center; margin: 20px auto; font-size: 2.4em; font-weight: bold; } a, a:hover, a:visited{ color: #fff; text-decoration: none; } .wrapper { max-width: 960px; margin: 0 auto; } div.wrapper h1 { text-align: center; margin: 20px auto; font-size: 2.4em; } header { display: grid; grid-template-columns: 1fr 1fr; padding: 20px 0; } nav { justify-self: end; } nav li { display: inline-block; margin-left: 20px; } nav button { background: none; color: white; cursor: pointer; border: 0; font-size: 1em; } .posts { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px; } .post{ padding: 10px; border: solid #1eb8df; position: relative; padding-bottom: 40px; } .posts .post img { max-width: 100%; } .post h2 { font-size: 1.8em; font-weight: bold; } .post .author { padding: 10px; background:#1eb8df; position: absolute; right: 0; bottom: 0; margin: 0; color: #0f121f; } .post-detail .post img { max-width: 100% } .post-detail .post h2 { text-align: center; margin: 20px auto; font-size: 2em; } .post-detail .post p { text-align: center; } .greeting p { margin: 20px; } .site-form { margin-top: 60px; border: solid #1eb8df; padding: 20px; } .site-form input, .site-form textarea { display: block; margin: 20px 0 10px 0; padding: 10px; } a.highlight { border: 2px solid white; background-color:#1eb8df; padding: 10px; border-radius: 10px; color: white; font-weight:bold; } .helptext, .helptext ul { margin: 0 auto 20px; color: #bbb; font-size: 0.9em; display: block; } .errorlist li { padding: 10px; list-style-type: none; border: 1px solid red; color: red; margin: 10px 0; } .errorlist { padding: 0; } .site-form input[type="submit"]{ background: #1eb8df; border: 0; font-size: 1.2em; border-radius: 10px; color: white; font-weight:bold; margin: 10px 0; border: 2px solid white; } .site-form input[readonly]{ background: #CCC; color: #333; border: 1px solid #666; } nav ul li a { border: 2px solid white; font-weight: bold; padding: 10px; border-radius: 10px; background-color: #1eb8df; color:white; font-weight:bold; } nav ul li { margin: 0; } nav ul li .logout-link button { border: 2px solid white; padding: 10px; border-radius: 10px; background-color: red; color: white; font-weight:bold; } .post-create h2 { text-align: center; font-weight: bold; font-size: 2em; }
0.530966
0.146728
@font-face { font-family: 'myriad'; src: url('../fonts/myriad/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad/MyriadPro-Regular.otf') format('opentype'), url('../fonts/myriad/MyriadPro-Regular.woff') format('woff'), url('../fonts/myriad/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/myriad/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaybold'; src: url('../fonts/raleway/raleway-bold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewayextrabold'; src: url('../fonts/raleway/raleway-extrabold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-extrabold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewayextralight'; src: url('../fonts/raleway/raleway-extralight-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-extralight-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewayheavy'; src: url('../fonts/raleway/raleway-heavy-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-heavy-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaylight'; src: url('../fonts/raleway/raleway-light-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-light-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaymedium'; src: url('../fonts/raleway/raleway-medium-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-medium-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewayregular'; src: url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaysemibold'; src: url('../fonts/raleway/raleway/raleway-semibold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway/raleway-semibold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaythin'; src: url('../fonts/raleway/raleway-thin-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-thin-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 8, 2017 */ @font-face { font-family: 'montserratblack'; src: url('../fonts/mont/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratbold'; src: url('../fonts/mont/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratextra_bold'; src: url('montserrat-extrabold-webfont.woff2') format('woff2'), url('montserrat-extrabold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserrathairline'; src: url('../fonts/mont/montserrat-hairline-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-hairline-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratlight'; src: url('../fonts/mont/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-light-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratregular'; src: url('../fonts/mont/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratsemi_bold'; src: url('../fonts/mont/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-semibold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratthin'; src: url('../fonts/mont/montserrat-thin-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-thin-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratultra_light'; src: url('../fonts/mont/montserrat-ultralight-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-ultralight-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .row{ margin-left:0; margin-right:0; } a,p,label,span,li,div,h1,h2,h3,h4{ padding:0; margin:0; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{ background-color:transparent; } .custom-inputs::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:white; } .custom-inputs::-moz-placeholder,textarea::-moz-placeholder { /* Firefox 19+ */ color:white; } .custom-inputs:-ms-input-placeholder,textarea:-ms-input-placeholder { /* IE 10+ */ color:white; } .custom-inputs:-moz-placeholder { /* Firefox 18- */ color:white; } *:focus { outline: none; } .align-center{ text-align:center; } .align-left{ text-align:left; } .align-right{ text-align:right; } .navbar-expand-lg{ padding:0 !important; margin-top: 20px; } .zero-padding{ padding-left:0; padding-right:0; } .navbar-custom{ height: 90px; z-index:3; margin:0; border-radius:0; background:transparent; background-color:transparent; width:100%; position:fixed; border:none; } .overlay{ position: absolute; width: 100%; z-index: 2; height: 100%; top: 0; background: transparent; } .main-navigation>li:after { content: ''; display: block; margin: auto; height: 3px; width: 0px; margin-top:5px; background: transparent; transition: width .5s ease, background-color .5s ease; } .main-navigation>li:hover:after { width: 100%; background:white; } .nav>li>a:focus, .nav>li>a:after{ content: ''; display: block; width: 0; margin-top: 6px; height: 3px; background: #fff; transition: width .3s; } .nav>li>a:focus, .nav>li>a:hover{ background:transparent !important; background-color:transparent !important; } .nav>li>a:focus, .nav>li>a:hover::after{ width: 100%; transition: width .3s; } .main-navigation{ margin-top:10px; float:right; } .main-navigation li{ padding-right:50px; } .main-navigation li a{ font-family: 'ralewayregular'; font-weight: 400; font-size:14px; color:white; text-transform:uppercase; } .text-row{ padding-top:300px; } .no-padding{ padding:0 !important; } .Digital{ font-family: 'montserratsemi_bold'; font-size:60px; color:white; } .currency-text{ color:#ed168c; } .slogan{ font-family: 'montserratregular'; font-size:14px; color:white; word-spacing: 1px; } .capitalize-text{ font-size:40px; text-transform: capitalize; font-family: 'montserratultra_light'; color:white; line-height: 1.2; } .background{ background: url("../img/optimized.gif"); background-repeat: no-repeat; background-size: cover; min-height:100vh; animation: shrink 5s; animation-fill-mode: forwards; margin-top: -115px; } @keyframes shrink { 0% { background-size: 100% 100%; } 100% { background-size: 110% 110%; } } .question{ min-height: 292px; } .question-heading{ font-size: 36px; font-family: 'montserratultra_light'; color: rgb(34, 34, 34); line-height: 1.389; text-align: left; } .whiteColored{ color:white; font-weight: bold; margin-bottom: 50px; } .diff-color2{ color:white; font-family: 'montserratsemi_bold'; } .diff-color{ color:#3754a1; font-family: 'montserratsemi_bold'; } .what-is-argyle{ margin-bottom:100px; } .description{ margin-top:30px; font-size: 13px; color: rgb(102, 102, 102); font-family: 'montserratregular'; line-height: 2; /* height: 65px; */ } .container-dummy{ width:1140px; position: relative; float:left; padding-left: 10%; } .left-section{ position: relative; float:left; width: 50%; } .image-box{ border-width: 10px; border-color: rgb(242, 242, 242); border-style: solid; background-color: rgb(249, 249, 249); width: 375px; height: 381px; float:right; padding-top: 50px; } .image-box img{ height:256px; max-width: 100%; object-fit: cover; } .right-section{ width:50%; position: relative; float:left; } .margin-110{ padding-top:125px; min-height:700px; position: relative; } .inverted-text{ width:100px; position: relative; float: left; } .item-number{ border-bottom:1px solid #dddddd; text-align: right; font-family: 'Open Sans', sans-serif; padding-bottom:8px; font-size:16px; } .item-name{ float: right; margin-top: 28px; } .item-name p{ font-family: 'montserratbold'; /* min-height: 391px; */ min-height: 600px; font-size:60px; writing-mode: tb-rl; margin-right: -20px; color:#f6f6f6; } .clear{ clear:both; } .column-text{ font-family: 'montserratregular'; font-size:13px; line-height: 20px; margin-bottom:100px; color:#666666; } .left-space,.right-text{ position: relative; float: left; min-height:822px; padding-bottom:105px; } .left-space,.left-text{ /* width:30%; */ width:20%; } .right-text,.right-space{ /* width:70%; */ width:80%; padding-top:200px; } .no-left-padding{ padding-left:0; } .blue-colored{ background: #3754a1; } .black-colored{ background: #222222; } .heading-investors{ font-family: 'ralewaybold'; font-size:48px; color:white; margin-bottom:35px; line-height: 1.146; } .left-icons,.right-icons{ width:170px; position: relative; float:left; text-align: center; } .left-icons{ margin-right:80px; } .left-icons .icon img,.right-icons .icon img{ width:2em; } .small-border-icons{ border-bottom: 1px solid white; width: 20px; margin: 20px auto; } .small-border{ border-bottom: 1px solid white; width: 20px; margin: 0 0 0 35%; } .icon-text{ font-family: 'ralewayregular'; font-size:16px; color:white; line-height: 1.2; text-transform: uppercase; } .special{ margin-top:100px; } .icon-row{ margin-top:5em; } .icon-row .row{ margin-bottom:50px; } .right-space,.left-text{ position: relative; float: left; min-height:822px; } .right-space{ padding-left:75px; } .services-text-right{ font-family: 'myriad'; font-size:1em; color:#dddddd; margin-bottom:40px; line-height: 1.857; } .absolute-right-div{ position: absolute; top: 250px; right: 0; } .absolute-left-div{ position: absolute; top: px; left: 0; } .grey-colored p{ color:#919191; } .benefits .item-name{ float:left; } .benefits .item-number{ color:white; text-align: left; } .benefits .item-name p{ margin-left: -20px; } .subscribe{ background: #ed168c; min-height: 430px; margin-top:10px; } .loader,.loader2{ width: 50px; display: none; margin: 0px auto; } .faqs{ background:#3754a1; margin-top:10px; padding-top: 100px; padding-bottom:100px; } .bell,.right-subscribe{ position: relative; float:left; } .subscribe-text{ font-size: 48px; font-family: 'ralewayextrabold'; color: rgb(255, 255, 255); font-weight: bold; line-height: 1.104; text-align: left; margin-bottom:20px; } .more-updates{ font-size: 32px; font-family: 'montserratultra_light'; color: rgb(255, 255, 255); font-weight: bold; line-height: 1.104; text-align: left; } .bell{ margin-right: 30px; } .custom-inputs:focus{ background:transparent; outline: none; border-bottom:2px solid white; } textarea{ border:none; width:100%; height:200px; border-bottom:1px solid white; border-radius: 0; width:100%; background:transparent; color:white !important; outline:none; margin-bottom:40px; padding-left:12px; font-family: 'ralewayregular'; } .ok-image{ background-image:url('../img/ok.JPG'); background-size:cover; } .sj-image{ background-image:url('../img/sajjad.JPG'); background-size:cover; } .az-image{ background-image:url('../img/alibhai.JPG'); background-size:cover; } .t-image{ background-image:url('../img/talha.JPG'); background-size:cover; } #first,#second,#third,#fourth,#fifth{ /* opacity: 0; */ } html::-webkit-scrollbar { width: 12px; } html::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } html::-webkit-scrollbar-thumb { background-color:#ed168c; -webkit-box-shadow: inset 0 0 6px #ed168c; } .custom-inputs{ border:none; border-bottom:1px solid white; border-radius: 0; width:100%; font-family: 'ralewayregular'; background:transparent; color:white !important; outline:none; margin-bottom:40px; -webkit-transition: border-bottom 100ms ease-out 1s; -moz-transition: border-bottom 100ms ease-out 1s; -o-transition: border-bottom 100ms ease-out 1s; transition: border-bottom 100ms ease-out 1s; outline:none; } *:focus { outline:none !important; } .custom-inputs:focus,.custom-inputs:active{ outline:none !important; box-shadow: none; } .updated:hover{ background:white; color:#ed168c; } .updated:focus{ outline: none; } .updated{ width:100%; border:2px solid white ; color:white; background: transparent; text-transform: uppercase; border-radius: 3px; height:68px; margin-top:50px; font-family: 'montserratbold'; font-size:20px; outline:none; cursor: pointer; transition: background-color 0.5s, color 0.5s; } .left-bell{ float:right; margin-top:165px; margin-right:90px; } .stop{ text-align: center; } .subscription-form{ width:420px; margin-top:100px; margin-left:90px; } .Desc-heading{ font-family: 'ralewaybold'; font-size: 16px; color:black; margin-top:22px; text-transform: uppercase; line-height: 1.2; text-align: center; } .Desc-explain{ margin-top:28px; font-family: 'montserratregular'; font-size:14px; color:#8c8c8c; line-height: 1.286; } .dashed{ border-bottom:2px dashed #bebebe; border-top:none; width:100%; padding-top:90px; } .vertical-dash{ border: none; border-left: 2px dashed #bebebe; height: 120px; width: 2px; } .vertical{ margin-top:30px; margin-bottom:30px; } .stop .icon{ width: 60px; height: 60px; margin: 0 auto; } .roadmap{ position: relative; padding-top:150px; } .roadmap .question{ height:200px; } .absolute-roadmap{ position: absolute; top: 155px; left: 0; z-index: 2; } .owl-carousel div{ color:white; } .draggable-item{ min-width: 260px; min-height: 640px; } .header{ height:85px; background: #3754a1; text-align: center; } .gray-div{ background:#f4f4f4; } .header .fa{ font-size: 38px; padding-top: 25px; } .draggable-item{ text-align:center; margin-right:30px; background-color: rgb(255, 255, 255); box-shadow: 5.657px 5.657px 6px 0px rgba(0, 0, 0, 0.13); } .owl-head{ font-family: 'montserratbold'; font-size: 22px; color: black; margin-top: 50px; margin-bottom: 70px; } .percentage{ font-family: 'montserratbold'; font-size:36px; color:#3754a1; margin-bottom:20px; } .premium{ font-family: 'montserratbold'; font-size:16px; color:#8799a3; margin-bottom:40px; text-transform: uppercase; } .color-name{ font-family: 'montserratbold'; font-size: 16px; color:#636363; } .names p{ color:#8799a3; margin-bottom:20px; } .bottom-date{ margin-top:60px; margin-bottom:50px; } .bottom-date p{ color:black; text-align: center; text-transform: uppercase; font-family: 'montserratbold'; font-size:18px; } .token-sale-stages .right-space{ width:81%; padding-left:10px; } .token-sale-stages .item-name p,.token-sale-stages .item-number{ color:#e0e0e0 !important; } #owl-demo .item { margin: 3px; } #owl-demo .item img { display: block; width: 50%; height: auto; } .owl-theme .owl-controls .owl-page { display: inline-block; } .owl-theme .owl-controls .owl-page span { background: none repeat scroll 0 0 #869791; border-radius: 20px; display: block; height: 12px; margin: 5px 7px; opacity: 0.5; width: 12px; } .dp:hover{ box-shadow: 5.657px 5.657px 6px 0px rgba(0, 0, 0, 0.13); } .dp{ cursor: pointer; width: 250px; height: 270px; box-shadow: 5.657px 5.657px 6px 0px rgba(0, 0, 0, 0.13); transition: box-shadow 0.3s ease-in-out; } .dp img{ height: 270px; max-width: 100%; } .team{ padding-top:150px; position: relative; } .team .question{ min-height:100px; margin-bottom:70px; } .designation{ font-family: 'montserratultra_light'; font-size:34px; margin-bottom:0px; color:black; } .employee{ color:#ed168c; font-size: 34px; font-family: 'montserratbold'; } .social-icons{ padding-left:0; margin-top:40px; } .team .social-icons li{ margin-right:20px; } .social-icons li{ display:inline-block; list-style-type:none; } .social-icons li .fa{ font-size:20px; color:#666666; } .red-top{ width: 15px; color: #d32f2f; border-bottom: 1px solid #d32f2f; margin-bottom: 15px; float: left; margin-top: 10px; } .profile{ text-transform: uppercase; color:black; font-family: 'ralewaybold'; font-size:16px; } .detail{ font-size:13px; line-height: 25px; font-family: 'Open Sans', sans-serif; color:#666666; margin-top:30px; } .ios-button{ background:#ffffff; border-radius: 3px; background-color: rgb(255, 255, 255); width: 320px; height: 90px; cursor: pointer; } .ios-button .left-icon{ padding-top:26px; padding-left:45px; } .ios-button .left-icon,.ios-button .right-name{ position: relative; float: left; } .right-name{ font-size:25px; font-family: 'montserratbold'; color:black; height: 100%; margin-left: 50px; padding-top: 30px; text-transform: uppercase; } .manage .icon-row .row{ margin-bottom: 20px; margin-left:0; } .members{ margin-top:80px; margin-bottom:120px; } .ios-laptop{ background:#f4f4f4; } .manage .right-space{ width:100%; background: url(../img/lappy.png); background-size: contain; background-position: 115px 240px; background-repeat: no-repeat; } .mobile{ margin-left: -60px; margin-top: 170px; } .testimonial question{ height:100px; min-height: 100px; } .testimonial{ position: relative; padding-top: 150px; padding-bottom:100px; } .left-rounded{ width: 436px; border-radius: 50%; height:436px; } .testimonial-image{ max-width: 100%; height:436px; } .testimonial-text{ font-family: 'montserratregular'; font-weight: 900; font-style: italic; margin-top:100px; line-height: 2; color: rgb(102, 102, 102); } .testimonial-list{ margin-top:110px; } .testimonial-list li{ height: 116px; width:116px; list-style-type: none; display: inline-block; margin-right: 20px; transition: box-shadow 0.3s ease-in-out; cursor: pointer; box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); } .testimonial-list li:hover{ box-shadow: none; } .testimonial-small-img{ max-width: 100%; /* height: 116px; */ } .news{ margin-top:150px; margin-bottom:150px; } #contact-inverted .item-number,#contact-inverted .item-name p{ font-family: 'ralewaylight'; } #contact-inverted .item-name{ float:none !important; } #contact-inverted .item-name p{ min-height: 235px; margin-left:35px; writing-mode: tb-rl; transform: rotate(-180deg); text-transform: uppercase; } .news img{ max-width: 100%; } .submit{ background-color: rgb(255, 255, 255); border:none; text-align: center; width: 209px; height: 61px; cursor: pointer; border-radius: 3px; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight:bold; font-size:22px; } .heading-footer{ text-transform: uppercase; font-size: 16px; font-family: 'ralewayregular'; font-weight: bold; color: rgb(255, 255, 255); line-height: 1.2; text-align: left; } .white-hr{ width: 15px; color: #fff; border-bottom: 1px solid #fff; margin-bottom: 15px; float:left; margin-top: 10px; } .heading-footer-detail{ /* font-family: 'ralewaybold'; */ font-size:12px; margin-top:22px; } .connect-div{ margin-top:100px; } .one-row{ text-align: left; min-height: 113px; } .heading-footer-detail{ /* font-family: 'Open Sans', sans-serif; */ font-family: 'montserrathairline'; font-size:18px; color:white; font-weight: 400; } .footer-end{ position: relative; } .contact-form{ margin-top:50px } .footer-end .right-space{ width:100%; } .social-icon{ width: 100px; height: 100px; } .copyrights{ display: none; border-top-left-radius: 15px; border-top-right-radius: 15px; width:662px; height:57px; text-align: center; margin:0 auto; background:white; } .copyrights p{ padding-top:22px; font-size: 14px; font-family: 'montserratbold'; text-align: center; } footer{ position: fixed; bottom: 0; width:100%; } .footer-end .item-number{ color:White; } .social-icons-fa{ margin-top:50px; padding-left:0; } .social-icons-fa li{ width: 50px; height: 50px; border-radius: 50%; display: inline-block; text-align: center; margin-right: 30px; padding-top: 12px; box-shadow: 0 0 1px #2d4ca2; } .social-icons-fa .fa{ color:white !important; font-size:28px !important; } .facebook{ background: #3b5998; } .twitter{ background: #55acee; } .instagram{ background: #6a453b; } .plus{ background: #dc4e41; padding-top:20px; } .plus a i{ font-size:34px; } .linkedin{ background: #007ab9; } .activeBox{ box-shadow: 0 8px 12px -1px black; } .active-testimonial{ box-shadow:none !important; } .whitepaper{ border-radius: 3px; background-color: rgb(255, 255, 255); width: 351px; height: 70px; text-transform: uppercase; font-family: 'montserratbold'; font-size:20px; color:#3754a1; border:none; margin-top:40px; margin-bottom:200px; } .navbar-expand-lg{ background: transparent !important; } .owl-dots { text-align: center; bottom: 5px; width: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; margin-bottom:35px; } .owl-dot { border-radius: 50px; height: 15px; width: 15px; display: inline-block; background: #8c8c8c; margin-left: 5px; margin-right: 5px; } .owl-dot.active { background: #3754a1; } .newyork img{ width:300px; } .forbes{ width:130px !important; } .testimonial-list{ padding-left:0; } .wash{ width: 300px;margin-top: -4px; } .desktops{ background: #ffffff; border-radius: 3px; background-color: rgb(255, 255, 255); height: 40px; cursor: pointer; border:none; min-width: 180px; margin-right:10px; font-size:12px; padding-top: 6px; font-family: 'montserratsemi_bold'; } .desktops img{ width:20px; margin-right: 5px; margin-top: -4px; } /* Accordion */ .accordion dl, .accordion-list { } .accordion dl:after, .accordion-list:after { content: ""; display: block; height: 1em; width: 100%; } .accordion dd, .accordion__panel { background-color: #eee; font-size: 1em; line-height: 1.5em; } .accordion p { padding: 1em 2em 1em 2em; font-family: 'ralewayregular'; } .accordion { position: relative; background-color: transparent; } /* .container { max-width: 960px; margin: 0 auto; padding: 2em 0 2em 0; } */ .accordionTitle, .accordion__Heading { background-color: transparent; text-align: left; padding-left:15px; font-weight: 700; padding: 0.7em 0; display: block; text-decoration: none; color: #fff; -webkit-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; font-family: 'montserrathairline'; } .accordionTitle:before, .accordion__Heading:before { content: "+"; font-size: 1.5em; margin: 3px; line-height: 0.5em; float: left; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } .accordionTitle:hover, .accordion__Heading:hover { background-color: transparent; color: white; text-decoration: none; } .accordionTitleActive, .accordionTitle.is-expanded { background-color: transparent; } .accordionTitleActive:before, .accordionTitle.is-expanded:before { -webkit-transform: rotate(-225deg); transform: rotate(-225deg); } .accordionItem { height: auto; overflow: hidden; max-height: 50em; -webkit-transition: max-height 1s; transition: max-height 1s; } @media screen and (min-width: 48em) { .accordionItem { max-height: 15em; -webkit-transition: max-height 0.5s; transition: max-height 0.5s; } } .accordionItem.is-collapsed { max-height: 0; } .no-js .accordionItem.is-collapsed { max-height: auto; } .animateIn { -webkit-animation: accordionIn 0.45s normal ease-in-out both 1; animation: accordionIn 0.45s normal ease-in-out both 1; } .animateOut { -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1; animation: accordionOut 0.45s alternate ease-in-out both 1; } @-webkit-keyframes accordionIn { 0% { opacity: 0; -webkit-transform: scale(0.9) rotateX(-60deg); transform: scale(0.9) rotateX(-60deg); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes accordionIn { 0% { opacity: 0; -webkit-transform: scale(0.9) rotateX(-60deg); transform: scale(0.9) rotateX(-60deg); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes accordionOut { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 100% { opacity: 0; -webkit-transform: scale(0.9) rotateX(-60deg); transform: scale(0.9) rotateX(-60deg); } } @keyframes accordionOut { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 100% { opacity: 0; -webkit-transform: scale(0.9) rotateX(-60deg); transform: scale(0.9) rotateX(-60deg); } } /* Accordion */ @media only screen and (max-width:1400px) and (min-width:1300px){ .text-row{ padding-top:250px; } } @media only screen and (max-width:1300px) and (min-width:1200px){ .text-row{ padding-top:150px; } .copyrights{ width:auto; } footer{ width:85%; margin-left:5%; } .different-kind{ padding-left:140px; padding-right:140px; } .dp{ width:210px; height:210px; } .dp img{ height:210px; } .left-rounded{ width:380px; height:380px; } .testimonial-image{ height:380px; } .left-icons{ margin-right:20px; } } @media only screen and (max-width: 1200px) and (min-width: 992px){ .news img{ width: 160px; } .absolute-left-div,.absolute-right-div,.absolute-roadmap,.left-space{ display:none; } .right-text{ width:100%; } .main-navigation li { padding-right: 30px; } .heading-investors{ text-align: center; } .subscription-form{ margin-left:30px; } .token-sale-stages .right-space{ width:100%; } .dp{ width: 190px; height: 200px; } .dp img{ height: 200px; } .ios-button{ margin:0 auto; } .manage .right-space{ background-size: 100% 60%; background-position: 147px 208px; } .newyork img{ width:210px; } .news img{ width:200px; } .social-icons-fa li{ margin-bottom:20px; } .social-icons-fa li{ width:50px; height: 50px; margin-right: 10px; } .submit{ width:100%; } .right-space { padding-left: 20px; } .social-icons-fa .fa{ font-size:25px !important; } } @media only screen and (max-width: 992px) and (min-width: 768px){ .social-icons-fa li{ width:50px; height: 50px; margin-right: 10px; } .submit{ width:100%; } .right-space { padding-left: 20px; } .social-icons-fa .fa{ font-size:25px !important; } .absolute-left-div,.absolute-right-div,.absolute-roadmap,.left-space{ display:none; } .right-text,.right-space{ width:100%; } .image-box{ width:275px; height: 275px; padding-top: 0px; } .blue-colored,.black-colored{ height: 1040px; } .dp{ height: 150px; width: 150px; } .dp img{ height:150px; } .mobile{ width:300px; } .manage .right-space { width: 100%; background: url(../img/lappy.png); background-size: 100% 40%; background-position: 10px 320px; background-repeat: no-repeat; } .left-bell{ margin-left:30px; margin-right:0; } .subscription-form{ margin:100 auto; width:85%; margin-left:20px; } .image-box img{ height: 275px; } .left-icons{ margin-right: 0; } .heading-investors{ text-align: center; } .navbar-toggler{ border:1px solid #ccc; } .navbar-toggler i{ color:#ccc; font-size:40px; } #navbarResponsive{ position: absolute; top:150px; right:0; } .left-rounded{ width:300px; height:300px; } .testimonial-image{ height:300px; } .testimonial-text{ margin-top:50px; } .news img{ width:150px; } .forbes{ width:100px !important; } .social-icons-fa li{ margin-bottom:30px; } } @media only screen and (max-width: 768px) and (min-width: 640px){ .navbar-toggler{ border:1px solid #ccc; } .absolute-left-div,.absolute-right-div,.absolute-roadmap,.left-space{ display:none; } #what-why .left-section,#what-why .right-section{ width:50%; } .image-box{ width:200px; height:200px; padding-top:0; } .image-box img{ height:200px; } .navbar-toggler i{ color:#ccc; font-size:40px; } #navbarResponsive{ position: absolute; top:150px; right:0; } } @media only screen and (min-width: 641px) and (max-width: 767px){ .right-space{ padding:10px; padding-top:150px; } .mobile{ max-width: 60%; margin-top: 300px; margin-left:0; } .plus{ padding-top:7px; } .plus a i{ font-size:25px !important; } .left-rounded{ width: 200px; height: 200px; } .copyrights{ width:100%; } .social-icons-fa .fa,.fa-google-plus{ font-size:25px !important; } .social-icons-fa li{ width:40px; height:40px; padding-top:7px; margin-right: 5px; } .testimonial-list li{ width:90px; height:90px; } .testimonial-image { max-width: 100%; height: 200px; } .subscription-form{ width:100%; margin-left:0; } .ios-button .left-icon{ padding-left:15px; } .left-bell{ float:none; margin-right:0; } .dp img { height: 115px; max-width: 100%; } .dp{ height: 115px; width: 115px; } .whitepaper{ width:100%; } } @media only screen and (max-width: 640px){ .social-icons-fa li,.testimonial-list li{ width:40px; height: 40px; padding-top:9px; margin-right: 0px; display: block; flex: 0 1 auto; /* Default */ list-style-type: none; } .social-icons-fa,.testimonial-list{ display: flex; align-items: stretch; /* Default */ justify-content: space-between; width: 100%; margin: 20px 0; padding: 0; } .submit{ width:100%; } .right-space { padding-left: 20px; } .social-icons-fa .fa{ font-size:22px !important; } .social-icons-fa li{ margin-right:10px; } .text-div{ padding:0 10px; } .navbar-toggler{ border:1px solid #ccc; margin-right: 20px; margin-top: -10px; } .scroller{ display:none; } .whitepaper{ width: 90%; margin: 0 auto; margin-bottom: 100px; margin-top: 50px; } .left-icons,.right-icons{ width:50%; } .icon-row{ margin-top:50px; } .absolute-left-div,.absolute-right-div,.absolute-roadmap,.left-space{ display:none; } .left-section,.right-section{ width:100%; } .image-box{ width:100%; height:200px; padding-top:0 !important; } .image-box img{ height:190px; } .navbar-toggler i{ color:#ccc; font-size:40px; } #navbarResponsive{ position: absolute; top:100px; right:0; } .question{ min-height:120px; } .column-text{ margin-top:50px; } .right-text,.right-space{ width:100%; } .right-space{ padding:100px 10px; } .black-colored{ height: 1000px; } .left-bell{ margin:0; text-align: center; float:none; } .bell{ width:100%; margin:100px auto; margin-bottom:50px; } .right-subscribe,.subscribe-text,.more-updates{ float:none; text-align: center; } .subscription-form{ margin:0; width:90%; margin:50px auto; } .dashed{ -webkit-transform: rotate(90deg) !important; -moz-transform: rotate(90deg)!important; -o-transform: rotate(90deg) !important; -ms-transform: rotate(90deg) !important; transform: rotate(90deg) !important; opacity:1; width:20%; margin-left: 54%; } .right-space{ width: 100% !important; padding-left: 0; } .heading-investors{ text-align:center; } .dp{ width: 200px; height: 200px; margin: 15px auto; } .left-rounded{ width:270px; height:270px; margin:0 auto; } .designation{ margin-top:50px; font-size:20px; text-align: center; } .employee{ text-align: center; } .testimonial-list li{ height:auto; margin-bottom: 30px; width: 22%; } .news img{ margin-bottom:30px; } .testimonial-text{ margin-top:50px; } .testimonial-image{ width:270px; height:270px; object-fit: cover; } .mobile { margin-left: 57px; margin-top: 348px; width:200px; } .guard{ text-align: center !important; } .social-icons-fa li{ margin-bottom:30px; } .ios-button{ margin:0 auto; } .dp img{ width:200px; height:200px; object-fit: cover; } .left-icons{ margin-right: 0; } .copyrights{ width:100%; } .copyrights p{ padding-top: 25px; font-size: 10px; } } @media only screen and (min-width:1900px) { .container { max-width: 1400px; } .what-is-argyle{ min-height:450px !important; } .main-navigation li a { font-size: 1.4em; } .capitalize-text{ font-size: 4em; } .Digital{ font-size:4em; } .slogan,.description{ font-size: 1.4em; line-height: 45px; } .column-text{ font-size: 1.4em; line-height: 40px; } .question { min-height: 220px; } .icon-text,.Desc-heading{ font-size:1.6em; } .services-text-right { font-size: 1.4em; line-height: 34px; } .Desc-explain{ font-size: 1.3em; line-height: 1.8em; } .detail{ font-size: 1.5em; line-height: 1.8em; } .testimonial-text{ font-size: 1.5em; line-height: 1.8em; } .heading-footer{ font-size:1.6em; } .heading-footer-detail{ font-size:1.3em; } .copyrights p{ font-size:1.2em; } }
css/style.css
@font-face { font-family: 'myriad'; src: url('../fonts/myriad/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad/MyriadPro-Regular.otf') format('opentype'), url('../fonts/myriad/MyriadPro-Regular.woff') format('woff'), url('../fonts/myriad/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/myriad/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaybold'; src: url('../fonts/raleway/raleway-bold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewayextrabold'; src: url('../fonts/raleway/raleway-extrabold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-extrabold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewayextralight'; src: url('../fonts/raleway/raleway-extralight-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-extralight-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewayheavy'; src: url('../fonts/raleway/raleway-heavy-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-heavy-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaylight'; src: url('../fonts/raleway/raleway-light-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-light-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaymedium'; src: url('../fonts/raleway/raleway-medium-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-medium-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewayregular'; src: url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaysemibold'; src: url('../fonts/raleway/raleway/raleway-semibold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway/raleway-semibold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ralewaythin'; src: url('../fonts/raleway/raleway-thin-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-thin-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 8, 2017 */ @font-face { font-family: 'montserratblack'; src: url('../fonts/mont/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratbold'; src: url('../fonts/mont/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratextra_bold'; src: url('montserrat-extrabold-webfont.woff2') format('woff2'), url('montserrat-extrabold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserrathairline'; src: url('../fonts/mont/montserrat-hairline-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-hairline-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratlight'; src: url('../fonts/mont/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-light-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratregular'; src: url('../fonts/mont/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratsemi_bold'; src: url('../fonts/mont/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-semibold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratthin'; src: url('../fonts/mont/montserrat-thin-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-thin-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'montserratultra_light'; src: url('../fonts/mont/montserrat-ultralight-webfont.woff2') format('woff2'), url('../fonts/mont/montserrat-ultralight-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .row{ margin-left:0; margin-right:0; } a,p,label,span,li,div,h1,h2,h3,h4{ padding:0; margin:0; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{ background-color:transparent; } .custom-inputs::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:white; } .custom-inputs::-moz-placeholder,textarea::-moz-placeholder { /* Firefox 19+ */ color:white; } .custom-inputs:-ms-input-placeholder,textarea:-ms-input-placeholder { /* IE 10+ */ color:white; } .custom-inputs:-moz-placeholder { /* Firefox 18- */ color:white; } *:focus { outline: none; } .align-center{ text-align:center; } .align-left{ text-align:left; } .align-right{ text-align:right; } .navbar-expand-lg{ padding:0 !important; margin-top: 20px; } .zero-padding{ padding-left:0; padding-right:0; } .navbar-custom{ height: 90px; z-index:3; margin:0; border-radius:0; background:transparent; background-color:transparent; width:100%; position:fixed; border:none; } .overlay{ position: absolute; width: 100%; z-index: 2; height: 100%; top: 0; background: transparent; } .main-navigation>li:after { content: ''; display: block; margin: auto; height: 3px; width: 0px; margin-top:5px; background: transparent; transition: width .5s ease, background-color .5s ease; } .main-navigation>li:hover:after { width: 100%; background:white; } .nav>li>a:focus, .nav>li>a:after{ content: ''; display: block; width: 0; margin-top: 6px; height: 3px; background: #fff; transition: width .3s; } .nav>li>a:focus, .nav>li>a:hover{ background:transparent !important; background-color:transparent !important; } .nav>li>a:focus, .nav>li>a:hover::after{ width: 100%; transition: width .3s; } .main-navigation{ margin-top:10px; float:right; } .main-navigation li{ padding-right:50px; } .main-navigation li a{ font-family: 'ralewayregular'; font-weight: 400; font-size:14px; color:white; text-transform:uppercase; } .text-row{ padding-top:300px; } .no-padding{ padding:0 !important; } .Digital{ font-family: 'montserratsemi_bold'; font-size:60px; color:white; } .currency-text{ color:#ed168c; } .slogan{ font-family: 'montserratregular'; font-size:14px; color:white; word-spacing: 1px; } .capitalize-text{ font-size:40px; text-transform: capitalize; font-family: 'montserratultra_light'; color:white; line-height: 1.2; } .background{ background: url("../img/optimized.gif"); background-repeat: no-repeat; background-size: cover; min-height:100vh; animation: shrink 5s; animation-fill-mode: forwards; margin-top: -115px; } @keyframes shrink { 0% { background-size: 100% 100%; } 100% { background-size: 110% 110%; } } .question{ min-height: 292px; } .question-heading{ font-size: 36px; font-family: 'montserratultra_light'; color: rgb(34, 34, 34); line-height: 1.389; text-align: left; } .whiteColored{ color:white; font-weight: bold; margin-bottom: 50px; } .diff-color2{ color:white; font-family: 'montserratsemi_bold'; } .diff-color{ color:#3754a1; font-family: 'montserratsemi_bold'; } .what-is-argyle{ margin-bottom:100px; } .description{ margin-top:30px; font-size: 13px; color: rgb(102, 102, 102); font-family: 'montserratregular'; line-height: 2; /* height: 65px; */ } .container-dummy{ width:1140px; position: relative; float:left; padding-left: 10%; } .left-section{ position: relative; float:left; width: 50%; } .image-box{ border-width: 10px; border-color: rgb(242, 242, 242); border-style: solid; background-color: rgb(249, 249, 249); width: 375px; height: 381px; float:right; padding-top: 50px; } .image-box img{ height:256px; max-width: 100%; object-fit: cover; } .right-section{ width:50%; position: relative; float:left; } .margin-110{ padding-top:125px; min-height:700px; position: relative; } .inverted-text{ width:100px; position: relative; float: left; } .item-number{ border-bottom:1px solid #dddddd; text-align: right; font-family: 'Open Sans', sans-serif; padding-bottom:8px; font-size:16px; } .item-name{ float: right; margin-top: 28px; } .item-name p{ font-family: 'montserratbold'; /* min-height: 391px; */ min-height: 600px; font-size:60px; writing-mode: tb-rl; margin-right: -20px; color:#f6f6f6; } .clear{ clear:both; } .column-text{ font-family: 'montserratregular'; font-size:13px; line-height: 20px; margin-bottom:100px; color:#666666; } .left-space,.right-text{ position: relative; float: left; min-height:822px; padding-bottom:105px; } .left-space,.left-text{ /* width:30%; */ width:20%; } .right-text,.right-space{ /* width:70%; */ width:80%; padding-top:200px; } .no-left-padding{ padding-left:0; } .blue-colored{ background: #3754a1; } .black-colored{ background: #222222; } .heading-investors{ font-family: 'ralewaybold'; font-size:48px; color:white; margin-bottom:35px; line-height: 1.146; } .left-icons,.right-icons{ width:170px; position: relative; float:left; text-align: center; } .left-icons{ margin-right:80px; } .left-icons .icon img,.right-icons .icon img{ width:2em; } .small-border-icons{ border-bottom: 1px solid white; width: 20px; margin: 20px auto; } .small-border{ border-bottom: 1px solid white; width: 20px; margin: 0 0 0 35%; } .icon-text{ font-family: 'ralewayregular'; font-size:16px; color:white; line-height: 1.2; text-transform: uppercase; } .special{ margin-top:100px; } .icon-row{ margin-top:5em; } .icon-row .row{ margin-bottom:50px; } .right-space,.left-text{ position: relative; float: left; min-height:822px; } .right-space{ padding-left:75px; } .services-text-right{ font-family: 'myriad'; font-size:1em; color:#dddddd; margin-bottom:40px; line-height: 1.857; } .absolute-right-div{ position: absolute; top: 250px; right: 0; } .absolute-left-div{ position: absolute; top: px; left: 0; } .grey-colored p{ color:#919191; } .benefits .item-name{ float:left; } .benefits .item-number{ color:white; text-align: left; } .benefits .item-name p{ margin-left: -20px; } .subscribe{ background: #ed168c; min-height: 430px; margin-top:10px; } .loader,.loader2{ width: 50px; display: none; margin: 0px auto; } .faqs{ background:#3754a1; margin-top:10px; padding-top: 100px; padding-bottom:100px; } .bell,.right-subscribe{ position: relative; float:left; } .subscribe-text{ font-size: 48px; font-family: 'ralewayextrabold'; color: rgb(255, 255, 255); font-weight: bold; line-height: 1.104; text-align: left; margin-bottom:20px; } .more-updates{ font-size: 32px; font-family: 'montserratultra_light'; color: rgb(255, 255, 255); font-weight: bold; line-height: 1.104; text-align: left; } .bell{ margin-right: 30px; } .custom-inputs:focus{ background:transparent; outline: none; border-bottom:2px solid white; } textarea{ border:none; width:100%; height:200px; border-bottom:1px solid white; border-radius: 0; width:100%; background:transparent; color:white !important; outline:none; margin-bottom:40px; padding-left:12px; font-family: 'ralewayregular'; } .ok-image{ background-image:url('../img/ok.JPG'); background-size:cover; } .sj-image{ background-image:url('../img/sajjad.JPG'); background-size:cover; } .az-image{ background-image:url('../img/alibhai.JPG'); background-size:cover; } .t-image{ background-image:url('../img/talha.JPG'); background-size:cover; } #first,#second,#third,#fourth,#fifth{ /* opacity: 0; */ } html::-webkit-scrollbar { width: 12px; } html::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } html::-webkit-scrollbar-thumb { background-color:#ed168c; -webkit-box-shadow: inset 0 0 6px #ed168c; } .custom-inputs{ border:none; border-bottom:1px solid white; border-radius: 0; width:100%; font-family: 'ralewayregular'; background:transparent; color:white !important; outline:none; margin-bottom:40px; -webkit-transition: border-bottom 100ms ease-out 1s; -moz-transition: border-bottom 100ms ease-out 1s; -o-transition: border-bottom 100ms ease-out 1s; transition: border-bottom 100ms ease-out 1s; outline:none; } *:focus { outline:none !important; } .custom-inputs:focus,.custom-inputs:active{ outline:none !important; box-shadow: none; } .updated:hover{ background:white; color:#ed168c; } .updated:focus{ outline: none; } .updated{ width:100%; border:2px solid white ; color:white; background: transparent; text-transform: uppercase; border-radius: 3px; height:68px; margin-top:50px; font-family: 'montserratbold'; font-size:20px; outline:none; cursor: pointer; transition: background-color 0.5s, color 0.5s; } .left-bell{ float:right; margin-top:165px; margin-right:90px; } .stop{ text-align: center; } .subscription-form{ width:420px; margin-top:100px; margin-left:90px; } .Desc-heading{ font-family: 'ralewaybold'; font-size: 16px; color:black; margin-top:22px; text-transform: uppercase; line-height: 1.2; text-align: center; } .Desc-explain{ margin-top:28px; font-family: 'montserratregular'; font-size:14px; color:#8c8c8c; line-height: 1.286; } .dashed{ border-bottom:2px dashed #bebebe; border-top:none; width:100%; padding-top:90px; } .vertical-dash{ border: none; border-left: 2px dashed #bebebe; height: 120px; width: 2px; } .vertical{ margin-top:30px; margin-bottom:30px; } .stop .icon{ width: 60px; height: 60px; margin: 0 auto; } .roadmap{ position: relative; padding-top:150px; } .roadmap .question{ height:200px; } .absolute-roadmap{ position: absolute; top: 155px; left: 0; z-index: 2; } .owl-carousel div{ color:white; } .draggable-item{ min-width: 260px; min-height: 640px; } .header{ height:85px; background: #3754a1; text-align: center; } .gray-div{ background:#f4f4f4; } .header .fa{ font-size: 38px; padding-top: 25px; } .draggable-item{ text-align:center; margin-right:30px; background-color: rgb(255, 255, 255); box-shadow: 5.657px 5.657px 6px 0px rgba(0, 0, 0, 0.13); } .owl-head{ font-family: 'montserratbold'; font-size: 22px; color: black; margin-top: 50px; margin-bottom: 70px; } .percentage{ font-family: 'montserratbold'; font-size:36px; color:#3754a1; margin-bottom:20px; } .premium{ font-family: 'montserratbold'; font-size:16px; color:#8799a3; margin-bottom:40px; text-transform: uppercase; } .color-name{ font-family: 'montserratbold'; font-size: 16px; color:#636363; } .names p{ color:#8799a3; margin-bottom:20px; } .bottom-date{ margin-top:60px; margin-bottom:50px; } .bottom-date p{ color:black; text-align: center; text-transform: uppercase; font-family: 'montserratbold'; font-size:18px; } .token-sale-stages .right-space{ width:81%; padding-left:10px; } .token-sale-stages .item-name p,.token-sale-stages .item-number{ color:#e0e0e0 !important; } #owl-demo .item { margin: 3px; } #owl-demo .item img { display: block; width: 50%; height: auto; } .owl-theme .owl-controls .owl-page { display: inline-block; } .owl-theme .owl-controls .owl-page span { background: none repeat scroll 0 0 #869791; border-radius: 20px; display: block; height: 12px; margin: 5px 7px; opacity: 0.5; width: 12px; } .dp:hover{ box-shadow: 5.657px 5.657px 6px 0px rgba(0, 0, 0, 0.13); } .dp{ cursor: pointer; width: 250px; height: 270px; box-shadow: 5.657px 5.657px 6px 0px rgba(0, 0, 0, 0.13); transition: box-shadow 0.3s ease-in-out; } .dp img{ height: 270px; max-width: 100%; } .team{ padding-top:150px; position: relative; } .team .question{ min-height:100px; margin-bottom:70px; } .designation{ font-family: 'montserratultra_light'; font-size:34px; margin-bottom:0px; color:black; } .employee{ color:#ed168c; font-size: 34px; font-family: 'montserratbold'; } .social-icons{ padding-left:0; margin-top:40px; } .team .social-icons li{ margin-right:20px; } .social-icons li{ display:inline-block; list-style-type:none; } .social-icons li .fa{ font-size:20px; color:#666666; } .red-top{ width: 15px; color: #d32f2f; border-bottom: 1px solid #d32f2f; margin-bottom: 15px; float: left; margin-top: 10px; } .profile{ text-transform: uppercase; color:black; font-family: 'ralewaybold'; font-size:16px; } .detail{ font-size:13px; line-height: 25px; font-family: 'Open Sans', sans-serif; color:#666666; margin-top:30px; } .ios-button{ background:#ffffff; border-radius: 3px; background-color: rgb(255, 255, 255); width: 320px; height: 90px; cursor: pointer; } .ios-button .left-icon{ padding-top:26px; padding-left:45px; } .ios-button .left-icon,.ios-button .right-name{ position: relative; float: left; } .right-name{ font-size:25px; font-family: 'montserratbold'; color:black; height: 100%; margin-left: 50px; padding-top: 30px; text-transform: uppercase; } .manage .icon-row .row{ margin-bottom: 20px; margin-left:0; } .members{ margin-top:80px; margin-bottom:120px; } .ios-laptop{ background:#f4f4f4; } .manage .right-space{ width:100%; background: url(../img/lappy.png); background-size: contain; background-position: 115px 240px; background-repeat: no-repeat; } .mobile{ margin-left: -60px; margin-top: 170px; } .testimonial question{ height:100px; min-height: 100px; } .testimonial{ position: relative; padding-top: 150px; padding-bottom:100px; } .left-rounded{ width: 436px; border-radius: 50%; height:436px; } .testimonial-image{ max-width: 100%; height:436px; } .testimonial-text{ font-family: 'montserratregular'; font-weight: 900; font-style: italic; margin-top:100px; line-height: 2; color: rgb(102, 102, 102); } .testimonial-list{ margin-top:110px; } .testimonial-list li{ height: 116px; width:116px; list-style-type: none; display: inline-block; margin-right: 20px; transition: box-shadow 0.3s ease-in-out; cursor: pointer; box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); } .testimonial-list li:hover{ box-shadow: none; } .testimonial-small-img{ max-width: 100%; /* height: 116px; */ } .news{ margin-top:150px; margin-bottom:150px; } #contact-inverted .item-number,#contact-inverted .item-name p{ font-family: 'ralewaylight'; } #contact-inverted .item-name{ float:none !important; } #contact-inverted .item-name p{ min-height: 235px; margin-left:35px; writing-mode: tb-rl; transform: rotate(-180deg); text-transform: uppercase; } .news img{ max-width: 100%; } .submit{ background-color: rgb(255, 255, 255); border:none; text-align: center; width: 209px; height: 61px; cursor: pointer; border-radius: 3px; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight:bold; font-size:22px; } .heading-footer{ text-transform: uppercase; font-size: 16px; font-family: 'ralewayregular'; font-weight: bold; color: rgb(255, 255, 255); line-height: 1.2; text-align: left; } .white-hr{ width: 15px; color: #fff; border-bottom: 1px solid #fff; margin-bottom: 15px; float:left; margin-top: 10px; } .heading-footer-detail{ /* font-family: 'ralewaybold'; */ font-size:12px; margin-top:22px; } .connect-div{ margin-top:100px; } .one-row{ text-align: left; min-height: 113px; } .heading-footer-detail{ /* font-family: 'Open Sans', sans-serif; */ font-family: 'montserrathairline'; font-size:18px; color:white; font-weight: 400; } .footer-end{ position: relative; } .contact-form{ margin-top:50px } .footer-end .right-space{ width:100%; } .social-icon{ width: 100px; height: 100px; } .copyrights{ display: none; border-top-left-radius: 15px; border-top-right-radius: 15px; width:662px; height:57px; text-align: center; margin:0 auto; background:white; } .copyrights p{ padding-top:22px; font-size: 14px; font-family: 'montserratbold'; text-align: center; } footer{ position: fixed; bottom: 0; width:100%; } .footer-end .item-number{ color:White; } .social-icons-fa{ margin-top:50px; padding-left:0; } .social-icons-fa li{ width: 50px; height: 50px; border-radius: 50%; display: inline-block; text-align: center; margin-right: 30px; padding-top: 12px; box-shadow: 0 0 1px #2d4ca2; } .social-icons-fa .fa{ color:white !important; font-size:28px !important; } .facebook{ background: #3b5998; } .twitter{ background: #55acee; } .instagram{ background: #6a453b; } .plus{ background: #dc4e41; padding-top:20px; } .plus a i{ font-size:34px; } .linkedin{ background: #007ab9; } .activeBox{ box-shadow: 0 8px 12px -1px black; } .active-testimonial{ box-shadow:none !important; } .whitepaper{ border-radius: 3px; background-color: rgb(255, 255, 255); width: 351px; height: 70px; text-transform: uppercase; font-family: 'montserratbold'; font-size:20px; color:#3754a1; border:none; margin-top:40px; margin-bottom:200px; } .navbar-expand-lg{ background: transparent !important; } .owl-dots { text-align: center; bottom: 5px; width: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; margin-bottom:35px; } .owl-dot { border-radius: 50px; height: 15px; width: 15px; display: inline-block; background: #8c8c8c; margin-left: 5px; margin-right: 5px; } .owl-dot.active { background: #3754a1; } .newyork img{ width:300px; } .forbes{ width:130px !important; } .testimonial-list{ padding-left:0; } .wash{ width: 300px;margin-top: -4px; } .desktops{ background: #ffffff; border-radius: 3px; background-color: rgb(255, 255, 255); height: 40px; cursor: pointer; border:none; min-width: 180px; margin-right:10px; font-size:12px; padding-top: 6px; font-family: 'montserratsemi_bold'; } .desktops img{ width:20px; margin-right: 5px; margin-top: -4px; } /* Accordion */ .accordion dl, .accordion-list { } .accordion dl:after, .accordion-list:after { content: ""; display: block; height: 1em; width: 100%; } .accordion dd, .accordion__panel { background-color: #eee; font-size: 1em; line-height: 1.5em; } .accordion p { padding: 1em 2em 1em 2em; font-family: 'ralewayregular'; } .accordion { position: relative; background-color: transparent; } /* .container { max-width: 960px; margin: 0 auto; padding: 2em 0 2em 0; } */ .accordionTitle, .accordion__Heading { background-color: transparent; text-align: left; padding-left:15px; font-weight: 700; padding: 0.7em 0; display: block; text-decoration: none; color: #fff; -webkit-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; font-family: 'montserrathairline'; } .accordionTitle:before, .accordion__Heading:before { content: "+"; font-size: 1.5em; margin: 3px; line-height: 0.5em; float: left; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } .accordionTitle:hover, .accordion__Heading:hover { background-color: transparent; color: white; text-decoration: none; } .accordionTitleActive, .accordionTitle.is-expanded { background-color: transparent; } .accordionTitleActive:before, .accordionTitle.is-expanded:before { -webkit-transform: rotate(-225deg); transform: rotate(-225deg); } .accordionItem { height: auto; overflow: hidden; max-height: 50em; -webkit-transition: max-height 1s; transition: max-height 1s; } @media screen and (min-width: 48em) { .accordionItem { max-height: 15em; -webkit-transition: max-height 0.5s; transition: max-height 0.5s; } } .accordionItem.is-collapsed { max-height: 0; } .no-js .accordionItem.is-collapsed { max-height: auto; } .animateIn { -webkit-animation: accordionIn 0.45s normal ease-in-out both 1; animation: accordionIn 0.45s normal ease-in-out both 1; } .animateOut { -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1; animation: accordionOut 0.45s alternate ease-in-out both 1; } @-webkit-keyframes accordionIn { 0% { opacity: 0; -webkit-transform: scale(0.9) rotateX(-60deg); transform: scale(0.9) rotateX(-60deg); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes accordionIn { 0% { opacity: 0; -webkit-transform: scale(0.9) rotateX(-60deg); transform: scale(0.9) rotateX(-60deg); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes accordionOut { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 100% { opacity: 0; -webkit-transform: scale(0.9) rotateX(-60deg); transform: scale(0.9) rotateX(-60deg); } } @keyframes accordionOut { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 100% { opacity: 0; -webkit-transform: scale(0.9) rotateX(-60deg); transform: scale(0.9) rotateX(-60deg); } } /* Accordion */ @media only screen and (max-width:1400px) and (min-width:1300px){ .text-row{ padding-top:250px; } } @media only screen and (max-width:1300px) and (min-width:1200px){ .text-row{ padding-top:150px; } .copyrights{ width:auto; } footer{ width:85%; margin-left:5%; } .different-kind{ padding-left:140px; padding-right:140px; } .dp{ width:210px; height:210px; } .dp img{ height:210px; } .left-rounded{ width:380px; height:380px; } .testimonial-image{ height:380px; } .left-icons{ margin-right:20px; } } @media only screen and (max-width: 1200px) and (min-width: 992px){ .news img{ width: 160px; } .absolute-left-div,.absolute-right-div,.absolute-roadmap,.left-space{ display:none; } .right-text{ width:100%; } .main-navigation li { padding-right: 30px; } .heading-investors{ text-align: center; } .subscription-form{ margin-left:30px; } .token-sale-stages .right-space{ width:100%; } .dp{ width: 190px; height: 200px; } .dp img{ height: 200px; } .ios-button{ margin:0 auto; } .manage .right-space{ background-size: 100% 60%; background-position: 147px 208px; } .newyork img{ width:210px; } .news img{ width:200px; } .social-icons-fa li{ margin-bottom:20px; } .social-icons-fa li{ width:50px; height: 50px; margin-right: 10px; } .submit{ width:100%; } .right-space { padding-left: 20px; } .social-icons-fa .fa{ font-size:25px !important; } } @media only screen and (max-width: 992px) and (min-width: 768px){ .social-icons-fa li{ width:50px; height: 50px; margin-right: 10px; } .submit{ width:100%; } .right-space { padding-left: 20px; } .social-icons-fa .fa{ font-size:25px !important; } .absolute-left-div,.absolute-right-div,.absolute-roadmap,.left-space{ display:none; } .right-text,.right-space{ width:100%; } .image-box{ width:275px; height: 275px; padding-top: 0px; } .blue-colored,.black-colored{ height: 1040px; } .dp{ height: 150px; width: 150px; } .dp img{ height:150px; } .mobile{ width:300px; } .manage .right-space { width: 100%; background: url(../img/lappy.png); background-size: 100% 40%; background-position: 10px 320px; background-repeat: no-repeat; } .left-bell{ margin-left:30px; margin-right:0; } .subscription-form{ margin:100 auto; width:85%; margin-left:20px; } .image-box img{ height: 275px; } .left-icons{ margin-right: 0; } .heading-investors{ text-align: center; } .navbar-toggler{ border:1px solid #ccc; } .navbar-toggler i{ color:#ccc; font-size:40px; } #navbarResponsive{ position: absolute; top:150px; right:0; } .left-rounded{ width:300px; height:300px; } .testimonial-image{ height:300px; } .testimonial-text{ margin-top:50px; } .news img{ width:150px; } .forbes{ width:100px !important; } .social-icons-fa li{ margin-bottom:30px; } } @media only screen and (max-width: 768px) and (min-width: 640px){ .navbar-toggler{ border:1px solid #ccc; } .absolute-left-div,.absolute-right-div,.absolute-roadmap,.left-space{ display:none; } #what-why .left-section,#what-why .right-section{ width:50%; } .image-box{ width:200px; height:200px; padding-top:0; } .image-box img{ height:200px; } .navbar-toggler i{ color:#ccc; font-size:40px; } #navbarResponsive{ position: absolute; top:150px; right:0; } } @media only screen and (min-width: 641px) and (max-width: 767px){ .right-space{ padding:10px; padding-top:150px; } .mobile{ max-width: 60%; margin-top: 300px; margin-left:0; } .plus{ padding-top:7px; } .plus a i{ font-size:25px !important; } .left-rounded{ width: 200px; height: 200px; } .copyrights{ width:100%; } .social-icons-fa .fa,.fa-google-plus{ font-size:25px !important; } .social-icons-fa li{ width:40px; height:40px; padding-top:7px; margin-right: 5px; } .testimonial-list li{ width:90px; height:90px; } .testimonial-image { max-width: 100%; height: 200px; } .subscription-form{ width:100%; margin-left:0; } .ios-button .left-icon{ padding-left:15px; } .left-bell{ float:none; margin-right:0; } .dp img { height: 115px; max-width: 100%; } .dp{ height: 115px; width: 115px; } .whitepaper{ width:100%; } } @media only screen and (max-width: 640px){ .social-icons-fa li,.testimonial-list li{ width:40px; height: 40px; padding-top:9px; margin-right: 0px; display: block; flex: 0 1 auto; /* Default */ list-style-type: none; } .social-icons-fa,.testimonial-list{ display: flex; align-items: stretch; /* Default */ justify-content: space-between; width: 100%; margin: 20px 0; padding: 0; } .submit{ width:100%; } .right-space { padding-left: 20px; } .social-icons-fa .fa{ font-size:22px !important; } .social-icons-fa li{ margin-right:10px; } .text-div{ padding:0 10px; } .navbar-toggler{ border:1px solid #ccc; margin-right: 20px; margin-top: -10px; } .scroller{ display:none; } .whitepaper{ width: 90%; margin: 0 auto; margin-bottom: 100px; margin-top: 50px; } .left-icons,.right-icons{ width:50%; } .icon-row{ margin-top:50px; } .absolute-left-div,.absolute-right-div,.absolute-roadmap,.left-space{ display:none; } .left-section,.right-section{ width:100%; } .image-box{ width:100%; height:200px; padding-top:0 !important; } .image-box img{ height:190px; } .navbar-toggler i{ color:#ccc; font-size:40px; } #navbarResponsive{ position: absolute; top:100px; right:0; } .question{ min-height:120px; } .column-text{ margin-top:50px; } .right-text,.right-space{ width:100%; } .right-space{ padding:100px 10px; } .black-colored{ height: 1000px; } .left-bell{ margin:0; text-align: center; float:none; } .bell{ width:100%; margin:100px auto; margin-bottom:50px; } .right-subscribe,.subscribe-text,.more-updates{ float:none; text-align: center; } .subscription-form{ margin:0; width:90%; margin:50px auto; } .dashed{ -webkit-transform: rotate(90deg) !important; -moz-transform: rotate(90deg)!important; -o-transform: rotate(90deg) !important; -ms-transform: rotate(90deg) !important; transform: rotate(90deg) !important; opacity:1; width:20%; margin-left: 54%; } .right-space{ width: 100% !important; padding-left: 0; } .heading-investors{ text-align:center; } .dp{ width: 200px; height: 200px; margin: 15px auto; } .left-rounded{ width:270px; height:270px; margin:0 auto; } .designation{ margin-top:50px; font-size:20px; text-align: center; } .employee{ text-align: center; } .testimonial-list li{ height:auto; margin-bottom: 30px; width: 22%; } .news img{ margin-bottom:30px; } .testimonial-text{ margin-top:50px; } .testimonial-image{ width:270px; height:270px; object-fit: cover; } .mobile { margin-left: 57px; margin-top: 348px; width:200px; } .guard{ text-align: center !important; } .social-icons-fa li{ margin-bottom:30px; } .ios-button{ margin:0 auto; } .dp img{ width:200px; height:200px; object-fit: cover; } .left-icons{ margin-right: 0; } .copyrights{ width:100%; } .copyrights p{ padding-top: 25px; font-size: 10px; } } @media only screen and (min-width:1900px) { .container { max-width: 1400px; } .what-is-argyle{ min-height:450px !important; } .main-navigation li a { font-size: 1.4em; } .capitalize-text{ font-size: 4em; } .Digital{ font-size:4em; } .slogan,.description{ font-size: 1.4em; line-height: 45px; } .column-text{ font-size: 1.4em; line-height: 40px; } .question { min-height: 220px; } .icon-text,.Desc-heading{ font-size:1.6em; } .services-text-right { font-size: 1.4em; line-height: 34px; } .Desc-explain{ font-size: 1.3em; line-height: 1.8em; } .detail{ font-size: 1.5em; line-height: 1.8em; } .testimonial-text{ font-size: 1.5em; line-height: 1.8em; } .heading-footer{ font-size:1.6em; } .heading-footer-detail{ font-size:1.3em; } .copyrights p{ font-size:1.2em; } }
0.181155
0.031679
:root { /*COLORS VARIABLES*/ /*brand colors*/ --brand-base : #ED1C25; --brand-shadow : #BA161D; --brand-light : #DE7780; --second-base : #F0EC34; --third-base : #0B6AA0; /*gray scale*/ --gray-base : #888; --gray-shadow : #666; --gray-dark : #333; --gray-light : #bbb; --gray-smooth : #eee; /*user colors*/ --red-alert : #D6290F; --ylw-warning : #FBBE00; --blue-info : #3B55ED; --green-success : #0FDE26; /*opacity colors*/ --half-white : rgba(255, 255, 255, 0.5); --half-black : rgba(0, 0, 0, 0.5); --glass-white : rgba(255, 255, 255, 0.1); --glass-black : rgba(0, 0, 0, 0.1); /*variables color atribute*/ --color-default : var(--gray-base); --color-light : var(--gray-light); --color-dark : var(--gray-dark); --color-link : var(--third-base); /* MEASURE VARIABLES */ /*space definitions*/ --space-base : 10px; --space-large : 15px; --space-small : 1px; /*borders*/ --border-base : 1px solid var(--gray-light); --border-focus : 1px solid var(--gray-base); --border-error : 1px solid var(--red-alert); --radius-base : 1px; --shadow-base : none; /*screen units*/ --width-medium : 1140px; --width-small : 90%; --total-width : 100%; /*TEXT VARIABLES*/ --font-base : Helvetica, sans-serif, Arial; --weight-base : normal; --weight-bold : bold; /*size font*/ --size-default : 14px; --size-base : 1em; --size-large : 1.4em; --size-extra : 20px; --size-small : 0.8em; /*font icons size*/ --icon-base : 30px; --icon-small : 24px; --icon-large : 50px; /*font spaces*/ --line-default : 24px; --line-base : 1em; --line-large : 1.4em; --line-extra : 2em; --more-spacing : 0.1em; /*effects*/ --transition-base: all 0.3s ease; /*CUSTOM SELECTORS*/ @custom-selector :--icons [class^="icon-"], [class*=" icon-"]; @custom-selector :--block article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary; @custom-selector :--forms-txt input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="date"], input[type="time"], textarea, select; @custom-selector :--heading h1, h2, h3, h4, h5, h6; @custom-selector :--bold strong, b; @custom-selector :--list ul, ol; @custom-selector :--btn button, input[type="button"], input[type="reset"], input[type="submit"], .btn; @custom-selector :--over :focus, :hover, :active; }
resources/assets/styles/bases/_variables.css
:root { /*COLORS VARIABLES*/ /*brand colors*/ --brand-base : #ED1C25; --brand-shadow : #BA161D; --brand-light : #DE7780; --second-base : #F0EC34; --third-base : #0B6AA0; /*gray scale*/ --gray-base : #888; --gray-shadow : #666; --gray-dark : #333; --gray-light : #bbb; --gray-smooth : #eee; /*user colors*/ --red-alert : #D6290F; --ylw-warning : #FBBE00; --blue-info : #3B55ED; --green-success : #0FDE26; /*opacity colors*/ --half-white : rgba(255, 255, 255, 0.5); --half-black : rgba(0, 0, 0, 0.5); --glass-white : rgba(255, 255, 255, 0.1); --glass-black : rgba(0, 0, 0, 0.1); /*variables color atribute*/ --color-default : var(--gray-base); --color-light : var(--gray-light); --color-dark : var(--gray-dark); --color-link : var(--third-base); /* MEASURE VARIABLES */ /*space definitions*/ --space-base : 10px; --space-large : 15px; --space-small : 1px; /*borders*/ --border-base : 1px solid var(--gray-light); --border-focus : 1px solid var(--gray-base); --border-error : 1px solid var(--red-alert); --radius-base : 1px; --shadow-base : none; /*screen units*/ --width-medium : 1140px; --width-small : 90%; --total-width : 100%; /*TEXT VARIABLES*/ --font-base : Helvetica, sans-serif, Arial; --weight-base : normal; --weight-bold : bold; /*size font*/ --size-default : 14px; --size-base : 1em; --size-large : 1.4em; --size-extra : 20px; --size-small : 0.8em; /*font icons size*/ --icon-base : 30px; --icon-small : 24px; --icon-large : 50px; /*font spaces*/ --line-default : 24px; --line-base : 1em; --line-large : 1.4em; --line-extra : 2em; --more-spacing : 0.1em; /*effects*/ --transition-base: all 0.3s ease; /*CUSTOM SELECTORS*/ @custom-selector :--icons [class^="icon-"], [class*=" icon-"]; @custom-selector :--block article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary; @custom-selector :--forms-txt input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="date"], input[type="time"], textarea, select; @custom-selector :--heading h1, h2, h3, h4, h5, h6; @custom-selector :--bold strong, b; @custom-selector :--list ul, ol; @custom-selector :--btn button, input[type="button"], input[type="reset"], input[type="submit"], .btn; @custom-selector :--over :focus, :hover, :active; }
0.302391
0.13084
/*Fonts*/ @import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i&display=swap'); /*Default style*/ body { font-family: 'Crimson Text', serif; font-size: 16px; color: #000000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; overflow: hidden; background-color: transparent; } .content-wrapper { min-height: 100vh; overflow: auto; width: 100%; height: 1px; } .white-card { background-color: #FFFFFF; } .lightgrey-card { background-color: #F6F9FB; } .other-card { background-color: #F6F9FB; } /*btn*/ .btn { font-weight: 700; border-width: 3px; line-height: 29px; font-size: 18px; padding: 6px 40px; border-radius: 7px; } .btn-blue{ background-color: #2152c9; color: #fff; cursor: pointer; } .btn-blue:hover , .btn-blue.focus, .btn-blue:focus{ -webkit-box-shadow: none; box-shadow: none; color: #fff; background-color: #1444b7; } .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show>.btn-blue.dropdown-toggle { color: #fff; border-color: #1444b7; background-color: #1444b7; } .btn-blue.focus, .btn-blue:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .btn-blue:not(:disabled):not(.disabled):active:focus, .show>.btn-blue.dropdown-toggle:focus { -webkit-box-shadow: none; box-shadow: none; } /* custom checkbox*/ .custom-control { padding-left: 50px; } .custom-control-label { font-size: 24px; font-weight: 500; line-height: 30px; cursor: pointer; } .custom-control-label::before { left: -50px; width: 25px; height: 25px; border: #000 solid 2px; top: 3px; } .custom-control-input:checked~.custom-control-label::before { color: #000; border-color: #000000; background-color: #fff; } .custom-control-label::after { position: absolute; content: ""; top: 9px; left: -44px; display: block; width: 13px; height: 13px; border-radius: 50%; } .custom-radio .custom-control-input:checked~.custom-control-label::after{ background-color: #000; background-image: none; } .custom-control-input:focus~.custom-control-label::before { -webkit-box-shadow: none; box-shadow: none; } .custom-control-input:not(:disabled):active~.custom-control-label::before { color: #fff; background-color: transparent; border-color: #000; } /*custom checkbox end*/ /*Content Start*/ .course-card { padding: 70px; height: 100%; } .course-content h3 { font-size: 36px; font-weight: 500; margin-bottom: 30px; color: #2A254F; } .step-card h4 { text-align: left; font-size: 20px; color: #29264C; font-weight: 700; margin-bottom: 15px; margin-top: 30px } .course-content p { font-size: 22px; font-weight: 500; margin-bottom: 0px; } .step-card p { font-size: 20px; font-weight: 500; color: #29264C; line-height: 24px; } .page-title { margin-top: 40px; margin-bottom: 30px; } .page-title h1 { font-size: 40px; font-weight: 700; margin-bottom: 0px; } .step-card h2 { font-size: 60px; text-align: center; color: #2A254F; margin-bottom: 30px; font-weight: 600; line-height: 60px; } .card-image { background-color: #FF566E; text-align: center; } .cardwhite-image { background-color: #FFFFFF; text-align: center; } .cardwhite-image img { width: auto; max-height: 250px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .step-card--secound .card-image { background-color: #00B9AB; } .card-image img { width: auto; max-height: 250px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .step-card .card-body { padding: 40px 40px 30px; } .step-card .card-video { padding: 35px 50px 0px; text-align: center; } .step-card .card-video iframe { width: 850px; height: 475px; } .single-image { text-align: center; 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; min-height: calc(100vh - 30px); } .question-card , .help-card { height: 100%; } .question-card .card-body { padding: 30px 60px; } .question-card .custom-control { margin-bottom: 15px; } .certificate-card { max-width: 760px; margin: auto; padding: 10px 0px; } .certificate-card__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .certi-img { text-align: center; } .certi-img img { width: 100%; } .simplebar-vertical .simplebar-scrollbar { max-height: 430px; top: 5%; } /*Content End*/ @media (min-width: 768px) { .container { max-width: 100%; } } @media (min-width: 992px) { .container { max-width: 100%; } } @media (min-width: 1200px) { .container { max-width: 1170px; } } @media (min-width: 1500px) { .container { max-width: 1500px; } } @media (max-width: 991.98px) { .step-card .card-body { padding: 30px 30px 70px; } .simplebar-scrollbar { right: 12px; } .step-card .card-video { padding: 25px 30px; } .question-card .card-body { padding: 30px; } .step-card .card-video iframe { width: 100%; height: auto; } .course-card { padding: 30px; } } @media (max-width: 767.98px) { .step-card .card-body { padding: 20px 20px 50px; } .course-content h3, .step-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; } .step-card p { font-size: 18px; } .step-card .card-video { padding: 15px 20px; } .question-card .card-body { padding: 20px; } .step-card .card-video iframe { width: 100%; height: auto; } .course-card { padding: 20px; } .custom-control-label { font-size: 20px; } .certificate-card { padding: 10px; } .btn { line-height: 30px; font-size: 16px; padding: 3px 12px; } .simplebar-scrollbar { right: 8px; } .custom-control { padding-left: 35px; } .custom-control-label::before { left: -35px; } .custom-control-label::after { left: -29px; } .iframe-card iframe { height: calc(100vh - 62px); } .simplebar-scrollbar:before { width: 100%; } .simplebar-track { right: 0px; } .step-card h2 { font-size: 40px; line-height: 40px; margin-bottom: 15px; } .step-card h4 { margin-bottom: 10px; margin-top: 20px; } }
public/MockupHtml/iframe/css/slide-styles.css
/*Fonts*/ @import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i&display=swap'); /*Default style*/ body { font-family: 'Crimson Text', serif; font-size: 16px; color: #000000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; overflow: hidden; background-color: transparent; } .content-wrapper { min-height: 100vh; overflow: auto; width: 100%; height: 1px; } .white-card { background-color: #FFFFFF; } .lightgrey-card { background-color: #F6F9FB; } .other-card { background-color: #F6F9FB; } /*btn*/ .btn { font-weight: 700; border-width: 3px; line-height: 29px; font-size: 18px; padding: 6px 40px; border-radius: 7px; } .btn-blue{ background-color: #2152c9; color: #fff; cursor: pointer; } .btn-blue:hover , .btn-blue.focus, .btn-blue:focus{ -webkit-box-shadow: none; box-shadow: none; color: #fff; background-color: #1444b7; } .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show>.btn-blue.dropdown-toggle { color: #fff; border-color: #1444b7; background-color: #1444b7; } .btn-blue.focus, .btn-blue:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .btn-blue:not(:disabled):not(.disabled):active:focus, .show>.btn-blue.dropdown-toggle:focus { -webkit-box-shadow: none; box-shadow: none; } /* custom checkbox*/ .custom-control { padding-left: 50px; } .custom-control-label { font-size: 24px; font-weight: 500; line-height: 30px; cursor: pointer; } .custom-control-label::before { left: -50px; width: 25px; height: 25px; border: #000 solid 2px; top: 3px; } .custom-control-input:checked~.custom-control-label::before { color: #000; border-color: #000000; background-color: #fff; } .custom-control-label::after { position: absolute; content: ""; top: 9px; left: -44px; display: block; width: 13px; height: 13px; border-radius: 50%; } .custom-radio .custom-control-input:checked~.custom-control-label::after{ background-color: #000; background-image: none; } .custom-control-input:focus~.custom-control-label::before { -webkit-box-shadow: none; box-shadow: none; } .custom-control-input:not(:disabled):active~.custom-control-label::before { color: #fff; background-color: transparent; border-color: #000; } /*custom checkbox end*/ /*Content Start*/ .course-card { padding: 70px; height: 100%; } .course-content h3 { font-size: 36px; font-weight: 500; margin-bottom: 30px; color: #2A254F; } .step-card h4 { text-align: left; font-size: 20px; color: #29264C; font-weight: 700; margin-bottom: 15px; margin-top: 30px } .course-content p { font-size: 22px; font-weight: 500; margin-bottom: 0px; } .step-card p { font-size: 20px; font-weight: 500; color: #29264C; line-height: 24px; } .page-title { margin-top: 40px; margin-bottom: 30px; } .page-title h1 { font-size: 40px; font-weight: 700; margin-bottom: 0px; } .step-card h2 { font-size: 60px; text-align: center; color: #2A254F; margin-bottom: 30px; font-weight: 600; line-height: 60px; } .card-image { background-color: #FF566E; text-align: center; } .cardwhite-image { background-color: #FFFFFF; text-align: center; } .cardwhite-image img { width: auto; max-height: 250px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .step-card--secound .card-image { background-color: #00B9AB; } .card-image img { width: auto; max-height: 250px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .step-card .card-body { padding: 40px 40px 30px; } .step-card .card-video { padding: 35px 50px 0px; text-align: center; } .step-card .card-video iframe { width: 850px; height: 475px; } .single-image { text-align: center; 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; min-height: calc(100vh - 30px); } .question-card , .help-card { height: 100%; } .question-card .card-body { padding: 30px 60px; } .question-card .custom-control { margin-bottom: 15px; } .certificate-card { max-width: 760px; margin: auto; padding: 10px 0px; } .certificate-card__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .certi-img { text-align: center; } .certi-img img { width: 100%; } .simplebar-vertical .simplebar-scrollbar { max-height: 430px; top: 5%; } /*Content End*/ @media (min-width: 768px) { .container { max-width: 100%; } } @media (min-width: 992px) { .container { max-width: 100%; } } @media (min-width: 1200px) { .container { max-width: 1170px; } } @media (min-width: 1500px) { .container { max-width: 1500px; } } @media (max-width: 991.98px) { .step-card .card-body { padding: 30px 30px 70px; } .simplebar-scrollbar { right: 12px; } .step-card .card-video { padding: 25px 30px; } .question-card .card-body { padding: 30px; } .step-card .card-video iframe { width: 100%; height: auto; } .course-card { padding: 30px; } } @media (max-width: 767.98px) { .step-card .card-body { padding: 20px 20px 50px; } .course-content h3, .step-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; } .step-card p { font-size: 18px; } .step-card .card-video { padding: 15px 20px; } .question-card .card-body { padding: 20px; } .step-card .card-video iframe { width: 100%; height: auto; } .course-card { padding: 20px; } .custom-control-label { font-size: 20px; } .certificate-card { padding: 10px; } .btn { line-height: 30px; font-size: 16px; padding: 3px 12px; } .simplebar-scrollbar { right: 8px; } .custom-control { padding-left: 35px; } .custom-control-label::before { left: -35px; } .custom-control-label::after { left: -29px; } .iframe-card iframe { height: calc(100vh - 62px); } .simplebar-scrollbar:before { width: 100%; } .simplebar-track { right: 0px; } .step-card h2 { font-size: 40px; line-height: 40px; margin-bottom: 15px; } .step-card h4 { margin-bottom: 10px; margin-top: 20px; } }
0.270384
0.045016
.login{ color: white; } a{ color: white; } a:hover{ color: white; } @font-face { font-family: 'Multicolore'; src: url('../assets/fonts/Multicolore.ttf.woff') format('woff'), url('../assets/fonts/Multicolore.ttf.svg#Multicolore') format('svg'), url('../assets/fonts/Multicolore.ttf.eot'), url('../assets/fonts/Multicolore.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; } .tracking-in-expand { -webkit-animation: text-shadow-pop-left 1.45s cubic-bezier(1.000, 0.000, 0.000, 1.000) both; animation: text-shadow-pop-left 1.45s cubic-bezier(1.000, 0.000, 0.000, 1.000) both; font-family: 'Multicolore'; color: white; font-size: 30px; letter-spacing: 2px; padding-top: 10px; } .tracking-in { -webkit-animation: text-shadow-pop-left 1.2s cubic-bezier(0.680, -0.550, 0.265, 1.550) forwards; animation: text-shadow-pop-left 1.2s cubic-bezier(0.680, -0.550, 0.265, 1.550) forwards; font-family: 'Multicolore'; color: #28caa7; font-size: 60px; padding-right: 10px; } .br { display: block; margin: -10px 0px; content: ""; } .hr{ border-left: 6px solid #28caa7; border-radius: 3px; height: 60px; align-self: center; padding-right: 5px; margin-top: 7px; padding-left: 5px; } .login_form{ border: 2px solid #3b576ddb; padding: 10px; border-radius: 5px; background-color: #3b576ddb; box-shadow: 0 0 1em black; } .login_content{ padding: 0px; } .actionBar{ background-color: #3b576ddb; } .wizard_verticle .stepContainer{ width: 100%; } .login_wrapper{ max-width: 550px; } .btn-confirmar{ background-color: transparent; border-color: #26B99A; color: white; transition: 0.3s; width: 130px; } .btn-confirmar:hover{ color: white; background-color: #26B99A; } .btn-voltar{ background-color: transparent; border-color: gray; color: white; transition: 0.3s; width: 130px; } .btn-voltar:hover{ color: white; background-color: gray; } .btn-round{ width: 130px; padding-left: 5px; }
production/css/login.css
.login{ color: white; } a{ color: white; } a:hover{ color: white; } @font-face { font-family: 'Multicolore'; src: url('../assets/fonts/Multicolore.ttf.woff') format('woff'), url('../assets/fonts/Multicolore.ttf.svg#Multicolore') format('svg'), url('../assets/fonts/Multicolore.ttf.eot'), url('../assets/fonts/Multicolore.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; } .tracking-in-expand { -webkit-animation: text-shadow-pop-left 1.45s cubic-bezier(1.000, 0.000, 0.000, 1.000) both; animation: text-shadow-pop-left 1.45s cubic-bezier(1.000, 0.000, 0.000, 1.000) both; font-family: 'Multicolore'; color: white; font-size: 30px; letter-spacing: 2px; padding-top: 10px; } .tracking-in { -webkit-animation: text-shadow-pop-left 1.2s cubic-bezier(0.680, -0.550, 0.265, 1.550) forwards; animation: text-shadow-pop-left 1.2s cubic-bezier(0.680, -0.550, 0.265, 1.550) forwards; font-family: 'Multicolore'; color: #28caa7; font-size: 60px; padding-right: 10px; } .br { display: block; margin: -10px 0px; content: ""; } .hr{ border-left: 6px solid #28caa7; border-radius: 3px; height: 60px; align-self: center; padding-right: 5px; margin-top: 7px; padding-left: 5px; } .login_form{ border: 2px solid #3b576ddb; padding: 10px; border-radius: 5px; background-color: #3b576ddb; box-shadow: 0 0 1em black; } .login_content{ padding: 0px; } .actionBar{ background-color: #3b576ddb; } .wizard_verticle .stepContainer{ width: 100%; } .login_wrapper{ max-width: 550px; } .btn-confirmar{ background-color: transparent; border-color: #26B99A; color: white; transition: 0.3s; width: 130px; } .btn-confirmar:hover{ color: white; background-color: #26B99A; } .btn-voltar{ background-color: transparent; border-color: gray; color: white; transition: 0.3s; width: 130px; } .btn-voltar:hover{ color: white; background-color: gray; } .btn-round{ width: 130px; padding-left: 5px; }
0.317638
0.071786
.bl-ui-debugpanel-panel{background-color: #C0C0C0; width: 100%; height:100%;}.bl-ui-debugpanel-log{font-size: 8pt; font-family:Arial; height:100%; display:block;}.bl-ui-debugpanel-logList{height:100%;}.bl-ui-debugpanel-collapse{position:absolute; top:0px; left:10px; font-size:20pt; color: white; z-index: 30; background:#C0C0C0; display:block;}.bl-ui-dialog{background: rgba(204,204,204,0.4); width: 100%; height:100%;}.bl-ui-dialog-titleText{color:#000000; font-family: 'Lato', Helvetica, Arial, sansserif;}.bl-ui-dialog-closeButton{font-size:large; text-align: right; margin:3px; cursor:default;}.bl-ui-dialog-panel{vertical-align:middle; align-content:center; background:white; border: solid 1px #D0D0D0; border-radius: 4px;}.bl-ui-dialogfullscreen{background: rgba(204,204,204,0.4); width: 100%; height:100%;}.bl-ui-dialogfullscreen-topBar{padding:6px; padding-bottom:40px;}.bl-ui-dialogfullscreen-closeButton{font-size:large; float:right; text-align: right; cursor:default; vertical-align:middle;}.bl-ui-dialogfullscreen-titleText{float:left; font-family: 'Lato', Helvetica, Arial, sansserif; font-size:large; vertical-align:middle;}.bl-ui-dialogfullscreen-panel{vertical-align:middle; align-content:center; background:white;}.bl-ui-list{height: 100%; overflow-y: auto; display: block;}.bl-ui-list-items{width: 100%; height: 100%;}.bl-ui-slotsitemcontrol1x2x1h{height: 100%; width:100%; display: table;}.bl-ui-slotsitemcontrol1x2x1h-row{display:table-row;}.bl-ui-slotsitemcontrol1x2x1h-first{display:table-cell; width:33%; vertical-align:top;}.bl-ui-slotsitemcontrol1x2x1h-second{display:table-cell; width:33%; vertical-align:top;}.bl-ui-slotsitemcontrol1x2x1h-third{display:table-cell; width:33%; vertical-align:top;}.bl-ui-slotsitemcontrol1x2x1h-item0{width:100%; padding-right:8px; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-item1{padding-bottom:4px; display:block; width:100%; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-item2{padding-top:4px; display:block; width:100%; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-item3{width:100%; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-innerTable{display:table; width:100%; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-innerRowA{display:table-row; height:50%;}.bl-ui-slotsitemcontrol1x2x1h-innerRowB{display:table-row; height:50%;}.bl-ui-slotsitemcontrol1x2x1h-innerCell{display:table-cell;}.bl-ui-slotsitemcontrol2v{height: 100%; width:100%;}.bl-ui-slotsitemcontrol2v-item0{width:100%; padding-right:8px; height:100%;}.bl-ui-slotsitemcontrol2v-item1{padding-bottom:4px; display:block; width:100%; height:100%;}.bl-ui-slotsitemcontrol2v-innerTable{display:table; width:100%; height:100%;}.bl-ui-slotsitemcontrol2v-innerRowA{display:table-row; height:50%;}.bl-ui-slotsitemcontrol2v-innerRowB{display:table-row; height:50%;}.bl-ui-slotsitemcontrol2v-innerCell{display:table-cell;}.bl-ui-slotsitemcontrol2x1v{height: 100%; width:100%; display: table;}.bl-ui-slotsitemcontrol2x1v-top{display:table-row;}.bl-ui-slotsitemcontrol2x1v-topInner{display:table-cell; vertical-align:top;}.bl-ui-slotsitemcontrol2x1v-bottom{display:table-row;}.bl-ui-slotsitemcontrol2x1v-bottomInner{display:table-cell; vertical-align:top;}.bl-ui-slotsitemcontrol2x1v-item0{display:inline-block; float:left; width:50%; padding-right:8px; padding-bottom:8px;}.bl-ui-slotsitemcontrol2x1v-item1{display:inline-block; float:right; width:50%; padding-bottom:8px;}.bl-ui-slotsitemcontrol2x1v-item2{width:100%;}.bl-bs-jumbotron-image{ border: solid 1px black; }.bl-bs-jumbotron-imageOuter{ border: solid 3px white; }.bl-site-rightimage{ margin-bottom: 30px; }.bl-site-rightimage-imageBin{ padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 4px; }.bl-site-section{ margin-bottom:30px; }.bl-site-section-imageBin{ padding-top: 20px; padding-left: 20px; padding-bottom: 20px; padding-right: 4px; }.bl-site-sectionsetdisplay-items{ margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px; }
lib/facer/facersite.css
.bl-ui-debugpanel-panel{background-color: #C0C0C0; width: 100%; height:100%;}.bl-ui-debugpanel-log{font-size: 8pt; font-family:Arial; height:100%; display:block;}.bl-ui-debugpanel-logList{height:100%;}.bl-ui-debugpanel-collapse{position:absolute; top:0px; left:10px; font-size:20pt; color: white; z-index: 30; background:#C0C0C0; display:block;}.bl-ui-dialog{background: rgba(204,204,204,0.4); width: 100%; height:100%;}.bl-ui-dialog-titleText{color:#000000; font-family: 'Lato', Helvetica, Arial, sansserif;}.bl-ui-dialog-closeButton{font-size:large; text-align: right; margin:3px; cursor:default;}.bl-ui-dialog-panel{vertical-align:middle; align-content:center; background:white; border: solid 1px #D0D0D0; border-radius: 4px;}.bl-ui-dialogfullscreen{background: rgba(204,204,204,0.4); width: 100%; height:100%;}.bl-ui-dialogfullscreen-topBar{padding:6px; padding-bottom:40px;}.bl-ui-dialogfullscreen-closeButton{font-size:large; float:right; text-align: right; cursor:default; vertical-align:middle;}.bl-ui-dialogfullscreen-titleText{float:left; font-family: 'Lato', Helvetica, Arial, sansserif; font-size:large; vertical-align:middle;}.bl-ui-dialogfullscreen-panel{vertical-align:middle; align-content:center; background:white;}.bl-ui-list{height: 100%; overflow-y: auto; display: block;}.bl-ui-list-items{width: 100%; height: 100%;}.bl-ui-slotsitemcontrol1x2x1h{height: 100%; width:100%; display: table;}.bl-ui-slotsitemcontrol1x2x1h-row{display:table-row;}.bl-ui-slotsitemcontrol1x2x1h-first{display:table-cell; width:33%; vertical-align:top;}.bl-ui-slotsitemcontrol1x2x1h-second{display:table-cell; width:33%; vertical-align:top;}.bl-ui-slotsitemcontrol1x2x1h-third{display:table-cell; width:33%; vertical-align:top;}.bl-ui-slotsitemcontrol1x2x1h-item0{width:100%; padding-right:8px; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-item1{padding-bottom:4px; display:block; width:100%; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-item2{padding-top:4px; display:block; width:100%; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-item3{width:100%; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-innerTable{display:table; width:100%; height:100%;}.bl-ui-slotsitemcontrol1x2x1h-innerRowA{display:table-row; height:50%;}.bl-ui-slotsitemcontrol1x2x1h-innerRowB{display:table-row; height:50%;}.bl-ui-slotsitemcontrol1x2x1h-innerCell{display:table-cell;}.bl-ui-slotsitemcontrol2v{height: 100%; width:100%;}.bl-ui-slotsitemcontrol2v-item0{width:100%; padding-right:8px; height:100%;}.bl-ui-slotsitemcontrol2v-item1{padding-bottom:4px; display:block; width:100%; height:100%;}.bl-ui-slotsitemcontrol2v-innerTable{display:table; width:100%; height:100%;}.bl-ui-slotsitemcontrol2v-innerRowA{display:table-row; height:50%;}.bl-ui-slotsitemcontrol2v-innerRowB{display:table-row; height:50%;}.bl-ui-slotsitemcontrol2v-innerCell{display:table-cell;}.bl-ui-slotsitemcontrol2x1v{height: 100%; width:100%; display: table;}.bl-ui-slotsitemcontrol2x1v-top{display:table-row;}.bl-ui-slotsitemcontrol2x1v-topInner{display:table-cell; vertical-align:top;}.bl-ui-slotsitemcontrol2x1v-bottom{display:table-row;}.bl-ui-slotsitemcontrol2x1v-bottomInner{display:table-cell; vertical-align:top;}.bl-ui-slotsitemcontrol2x1v-item0{display:inline-block; float:left; width:50%; padding-right:8px; padding-bottom:8px;}.bl-ui-slotsitemcontrol2x1v-item1{display:inline-block; float:right; width:50%; padding-bottom:8px;}.bl-ui-slotsitemcontrol2x1v-item2{width:100%;}.bl-bs-jumbotron-image{ border: solid 1px black; }.bl-bs-jumbotron-imageOuter{ border: solid 3px white; }.bl-site-rightimage{ margin-bottom: 30px; }.bl-site-rightimage-imageBin{ padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 4px; }.bl-site-section{ margin-bottom:30px; }.bl-site-section-imageBin{ padding-top: 20px; padding-left: 20px; padding-bottom: 20px; padding-right: 4px; }.bl-site-sectionsetdisplay-items{ margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px; }
0.324556
0.04365
body{ font-size: 14px; font-family: "Microsoft YaHei",sans-serif; color: #333; } a{ text-decoration: none; color: #333; } a:hover{ text-decoration: none; color: #333; } /* TopBar */ .bs_topBar{ border-bottom: 1px solid #ccc; font-size: 12px; color: #666; } .bs_topBar > .container{} .bs_topBar > .container > .row{} .bs_topBar > .container > .row > div{ height: 40px; line-height: 40px; text-align: center; } .bs_topBar > .container > .row > div ~ div{ border-left: 1px solid #ccc; } .bs_topBar .btn-register{ border: none; background: #e92322; color: #fff; font-size: 12px; padding: 3px 12px; } .bs_topBar .btn-register:hover{ } .bs_topBar .btn-login{ font-size: 12px; color: #666; } .bs_topBar .btn-login:hover{ text-decoration: none; color: #666; } /* 导航栏 */ .bs_nav { margin-bottom: 0; border: none; border-bottom: 1px solid #ccc; /*固定导航样式*/ z-index: 999999; background: #fff; width: 100%; border-radius: 0; top: 0; } .bs_nav .bs_icon_logo{ font-size: 50px; color: #e92322; vertical-align: middle; } .bs_nav .bs_icon_name{ font-size: 36px; color: #333; vertical-align: middle; } .bs_nav .navbar-brand { color: #777; height: 80px; line-height: 50px; } .bs_nav .navbar-brand:hover, .bs_nav .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .bs_nav .navbar-text { color: #777; } .bs_nav .navbar-nav > li > a { color: #777; height: 80px; line-height: 50px; } .bs_nav .navbar-nav > li > a:hover, .bs_nav .navbar-nav > li > a:focus { color: #777; background-color: transparent; border-bottom: 3px solid #e92322; } .bs_nav .navbar-nav > .active > a, .bs_nav .navbar-nav > .active > a:hover, .bs_nav .navbar-nav > .active > a:focus { color: #555; border-bottom: 3px solid #e92322; } .bs_nav .navbar-nav > .disabled > a, .bs_nav .navbar-nav > .disabled > a:hover, .bs_nav .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .bs_nav .navbar-toggle { border-color: #ddd; margin-top: 23px; } .bs_nav .navbar-toggle:hover, .bs_nav .navbar-toggle:focus { background-color: #ddd; } .bs_nav .navbar-toggle .icon-bar { background-color: #888; } .bs_nav .navbar-collapse, .bs_nav .navbar-form { border-color: #e7e7e7; } .bs_nav .navbar-nav > .open > a, .bs_nav .navbar-nav > .open > a:hover, .bs_nav .navbar-nav > .open > a:focus { color: #555; background-color: #e7e7e7; } @media (max-width: 767px) { .bs_nav .navbar-nav .open .dropdown-menu > li > a { color: #777; } .bs_nav .navbar-nav .open .dropdown-menu > li > a:hover, .bs_nav .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .bs_nav .navbar-nav .open .dropdown-menu > .active > a, .bs_nav .navbar-nav .open .dropdown-menu > .active > a:hover, .bs_nav .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .bs_nav .navbar-nav .open .dropdown-menu > .disabled > a, .bs_nav .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bs_nav .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .bs_nav .navbar-link { color: #777; } .bs_nav .navbar-link:hover { color: #333; } .bs_nav .btn-link { color: #777; } .bs_nav .btn-link:hover, .bs_nav .btn-link:focus { color: #333; } .bs_nav .btn-link[disabled]:hover, fieldset[disabled] .bs_nav .btn-link:hover, .bs_nav .btn-link[disabled]:focus, fieldset[disabled] .bs_nav .btn-link:focus { color: #ccc; } /* 轮播图 */ .bs_banner{ position: relative; width: 100%; } .bs_banner .carousel-inner ul{ width: 100%; height: 400px; overflow: hidden; } .bs_banner .carousel .carousel-inner ul li{ list-style: none; float: left; } .bs_banner .carousel .carousel-inner ul li img{ display: block; height: 400px; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .bs_banner image{ display: block; height: 400px; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .bs_banner .pc_imgBox{ display: block; height: 400px; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .bs_banner .m_imgBox{ display: block; width: 100%; } .bs_banner .m_imgBox img{ display: block; width: 100%; } /* 推荐 */ .bs_recom .container{} .bs_recom .container .row{ padding-bottom: 15px; padding-top: 5px; padding-left: 20px; } /* 图书细节页面 */ /* bookdtail */ .bookdetail{} .bookdetail .bookcover{} .bookdetail .bookcover img{ width: 200px; height: 282px; margin: 50px 0px 0px 70px; } .bookdetail .bookinfo span:nth-child(2n+1){ color: red; } .bookdetail .bookinfo div{ margin-top: 10px; } .bookdetail .bookinfo .bookprice{ width: 100%; height: 70px; background: #ccc; } .bookdetail .bookinfo .bookprice p{ margin-left: 20px; } .bookdetail .bookinfo .bookprice p span:nth-child(2n){ line-height: 70px; } .booktoc{ margin-top: 50px; }
public/css/index.css
body{ font-size: 14px; font-family: "Microsoft YaHei",sans-serif; color: #333; } a{ text-decoration: none; color: #333; } a:hover{ text-decoration: none; color: #333; } /* TopBar */ .bs_topBar{ border-bottom: 1px solid #ccc; font-size: 12px; color: #666; } .bs_topBar > .container{} .bs_topBar > .container > .row{} .bs_topBar > .container > .row > div{ height: 40px; line-height: 40px; text-align: center; } .bs_topBar > .container > .row > div ~ div{ border-left: 1px solid #ccc; } .bs_topBar .btn-register{ border: none; background: #e92322; color: #fff; font-size: 12px; padding: 3px 12px; } .bs_topBar .btn-register:hover{ } .bs_topBar .btn-login{ font-size: 12px; color: #666; } .bs_topBar .btn-login:hover{ text-decoration: none; color: #666; } /* 导航栏 */ .bs_nav { margin-bottom: 0; border: none; border-bottom: 1px solid #ccc; /*固定导航样式*/ z-index: 999999; background: #fff; width: 100%; border-radius: 0; top: 0; } .bs_nav .bs_icon_logo{ font-size: 50px; color: #e92322; vertical-align: middle; } .bs_nav .bs_icon_name{ font-size: 36px; color: #333; vertical-align: middle; } .bs_nav .navbar-brand { color: #777; height: 80px; line-height: 50px; } .bs_nav .navbar-brand:hover, .bs_nav .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .bs_nav .navbar-text { color: #777; } .bs_nav .navbar-nav > li > a { color: #777; height: 80px; line-height: 50px; } .bs_nav .navbar-nav > li > a:hover, .bs_nav .navbar-nav > li > a:focus { color: #777; background-color: transparent; border-bottom: 3px solid #e92322; } .bs_nav .navbar-nav > .active > a, .bs_nav .navbar-nav > .active > a:hover, .bs_nav .navbar-nav > .active > a:focus { color: #555; border-bottom: 3px solid #e92322; } .bs_nav .navbar-nav > .disabled > a, .bs_nav .navbar-nav > .disabled > a:hover, .bs_nav .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .bs_nav .navbar-toggle { border-color: #ddd; margin-top: 23px; } .bs_nav .navbar-toggle:hover, .bs_nav .navbar-toggle:focus { background-color: #ddd; } .bs_nav .navbar-toggle .icon-bar { background-color: #888; } .bs_nav .navbar-collapse, .bs_nav .navbar-form { border-color: #e7e7e7; } .bs_nav .navbar-nav > .open > a, .bs_nav .navbar-nav > .open > a:hover, .bs_nav .navbar-nav > .open > a:focus { color: #555; background-color: #e7e7e7; } @media (max-width: 767px) { .bs_nav .navbar-nav .open .dropdown-menu > li > a { color: #777; } .bs_nav .navbar-nav .open .dropdown-menu > li > a:hover, .bs_nav .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .bs_nav .navbar-nav .open .dropdown-menu > .active > a, .bs_nav .navbar-nav .open .dropdown-menu > .active > a:hover, .bs_nav .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .bs_nav .navbar-nav .open .dropdown-menu > .disabled > a, .bs_nav .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bs_nav .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .bs_nav .navbar-link { color: #777; } .bs_nav .navbar-link:hover { color: #333; } .bs_nav .btn-link { color: #777; } .bs_nav .btn-link:hover, .bs_nav .btn-link:focus { color: #333; } .bs_nav .btn-link[disabled]:hover, fieldset[disabled] .bs_nav .btn-link:hover, .bs_nav .btn-link[disabled]:focus, fieldset[disabled] .bs_nav .btn-link:focus { color: #ccc; } /* 轮播图 */ .bs_banner{ position: relative; width: 100%; } .bs_banner .carousel-inner ul{ width: 100%; height: 400px; overflow: hidden; } .bs_banner .carousel .carousel-inner ul li{ list-style: none; float: left; } .bs_banner .carousel .carousel-inner ul li img{ display: block; height: 400px; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .bs_banner image{ display: block; height: 400px; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .bs_banner .pc_imgBox{ display: block; height: 400px; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .bs_banner .m_imgBox{ display: block; width: 100%; } .bs_banner .m_imgBox img{ display: block; width: 100%; } /* 推荐 */ .bs_recom .container{} .bs_recom .container .row{ padding-bottom: 15px; padding-top: 5px; padding-left: 20px; } /* 图书细节页面 */ /* bookdtail */ .bookdetail{} .bookdetail .bookcover{} .bookdetail .bookcover img{ width: 200px; height: 282px; margin: 50px 0px 0px 70px; } .bookdetail .bookinfo span:nth-child(2n+1){ color: red; } .bookdetail .bookinfo div{ margin-top: 10px; } .bookdetail .bookinfo .bookprice{ width: 100%; height: 70px; background: #ccc; } .bookdetail .bookinfo .bookprice p{ margin-left: 20px; } .bookdetail .bookinfo .bookprice p span:nth-child(2n){ line-height: 70px; } .booktoc{ margin-top: 50px; }
0.298798
0.047184
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Lato', sans-serif; } .navbar.navbar-expand-lg.navbar-light.bg-light { margin-bottom: 0px; } .main_content{ display: grid; height: 100%; place-items: center; background: #e7e7e7; font-family: 'Lato', sans-serif; } .wrapper{ display: inline-flex; background: #fff; height: 100px; width: 600px; align-items: center; justify-content: space-evenly; border-radius: 5px; padding: 33px 90px; box-shadow: 5px 5px 30px rgba(0,0,0,0.2); } .wrapper .option{ background: #fff; height: 100%; width: 100%; display: flex; align-items: center; justify-content: space-evenly; margin: 0 10px; border-radius: 5px; cursor: pointer; padding: 0 10px; border: 2px solid lightgrey; transition: all 0.3s ease; } input[type="radio"]{ display: none; } .wrapper .option span{ font-size: 16px; color: #808080; } #wiki_corpus:checked:checked ~ .wiki_corpus, #bnc_corpus:checked:checked ~ .bnc_corpus, #beg_difficulty:checked:checked ~ .beg_difficulty, #inter_difficulty:checked:checked ~ .inter_difficulty, #adv_difficulty:checked:checked ~ .adv_difficulty, #ten_instances:checked:checked ~ .ten_instances, #twenty_instances:checked:checked ~ .twenty_instances, #forty_instances:checked:checked ~ .forty_instances { border-color: #337ab7; background: #337ab7; } #wiki_corpus:checked:checked ~ .wiki_corpus span, #bnc_corpus:checked:checked ~ .bnc_corpus span, #beg_difficulty:checked:checked ~ .beg_difficulty span, #inter_difficulty:checked:checked ~ .inter_difficulty span, #adv_difficulty:checked:checked ~ .adv_difficulty span, #ten_instances:checked:checked ~ .ten_instances span, #twenty_instances:checked:checked ~ .twenty_instances span, #forty_instances:checked:checked ~ .forty_instances span { color: #fff; } .component_header{ color: #5D5D5D; font-size: 20px; width: 100%; margin-top: 40px; margin-bottom: 15px; } .grammar_wrapper .grammar_header{ color: #5D5D5D; font-size: 16px; width: 100%; margin-bottom: 8px; } .grammar_droplist{ background: #fff; height: 100%; width: 100%; display: flex; align-items: center; justify-content: space-evenly; border-radius: 5px; cursor: pointer; padding: 6px 10px; border: 2px solid lightgrey; transition: all 0.3s ease; font-size: 15px; color: #808080; } .options_wrapper{ height: 100%; width: 100%; display: flex; align-items: center; justify-content: space-evenly; cursor: pointer; padding: 6px 10px; font-size: 15px; color: #808080; } #submit { background-color: #337ab7; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 6px; color: #fff; font-family: 'Lato', sans-serif; font-size: 17px; cursor: pointer; padding: 7px 40px; margin-top: 25px; margin-bottom: 100px; } #submit:hover { border: none; background:#888; box-shadow: 0px 0px 1px #777; } body{ font-size:10px; color:#337ab7; font-family: 'Open Sans', sans-serif; } .logo-10 h3{ font-family: 'Muli', sans-serif; font-weight:100; font-size:20px; color:#545454; line-height:0.3; } .logo-10 p{ color: rgba(255, 255, 255, 0); background:#337ab7; line-height: 7px; } .navbar_main{ display: flex; justify-content: flex-start; width: 100%; } .top_navbar .navbar .navbar_main .logo-container .logo-holder h3{ margin:6px; } .top_navbar .navbar .navbar_main .logo-container .logo-holder p{ margin:0px; } .top_navbar .navbar .navbar_main .logo-container{ display: flex; flex-direction: column; justify-content: center; margin-right: 60px; } .navbar-container{ width:100%; } #navbarNavDropdown ul{ width: 60%; display: flex; justify-content: space-around; } .footer-clean { padding-top: 50px; padding-bottom: 10px; background-color:#fff; color:#4b4c4d; } .footer-clean h3 { margin-top:0; margin-bottom:12px; font-weight:bold; font-size:16px; } .footer-clean ul { padding:0; list-style:none; line-height:1.6; font-size:14px; margin-bottom:0; } .footer-clean ul a { color:inherit; text-decoration:none; opacity:0.8; } .footer-clean ul a:hover { opacity:1; } .footer-clean .item.social { text-align:right; } @media (max-width:767px) { .footer-clean .item { text-align:center; padding-bottom:20px; } } @media (max-width: 768px) { .footer-clean .item.social { text-align:center; } } .footer-clean .item.social > a { font-size:24px; width:40px; height:40px; line-height:40px; display:inline-block; text-align:center; border-radius:50%; border:1px solid #ccc; margin-left:10px; margin-top:22px; color:inherit; opacity:0.75; } .footer-clean .item.social > a:hover { opacity:0.9; } @media (max-width:991px) { .footer-clean .item.social > a { margin-top:40px; } } @media (max-width:767px) { .footer-clean .item.social > a { margin-top:10px; } } .footer-clean .copyright { display: flex; justify-content: center; margin-top:20px; margin-bottom:0; font-size:13px; opacity:0.6; } .footer-clean img{ width: 126px; padding-top: 10px; } .options_wrapper label{ margin-bottom: 0px; } .main_content .component_block .wrapper .option span{ font-weight: normal; } .main_content .component_block .wrapper .options_wrapper .extra_options{ font-weight: normal; } input#submit { border: none; } .navbar_main .navbar-container{ font-size: 16px; width:80%; } #myModal .modal-dialog .modal-content .modal-header{ display:block; } #myModal .modal-dialog .modal-content .modal-header h2{ font-size:25px; } #myModal2 .modal-dialog .modal-content .modal-header{ display:block; } #myModal2 .modal-dialog .modal-content .modal-header h2{ font-size:25px; } #myModal2 .modal-dialog .modal-content .modal-body modal-component h3{ font-size:23px; margin-bottom: 15px; } #myModal2 .modal-dialog .modal-content .modal-body modal-component h4{ margin-bottom: 15px; } #myModal2 .modal-dialog .modal-content .modal-body modal-component{ margin-bottom:30px; } #extra_options_wrap { display: flex; flex-direction: column; } @-moz-document url-prefix() { #extra_options_wrap { display: flex; flex-direction: column; } } #extra_options_wrap .options_wrapper{ justify-content: start; } #extra_options_wrap .options_wrapper input{ margin-right: 5px; margin-bottom: 3px; margin-left: 20px; }
static/css/main.css
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Lato', sans-serif; } .navbar.navbar-expand-lg.navbar-light.bg-light { margin-bottom: 0px; } .main_content{ display: grid; height: 100%; place-items: center; background: #e7e7e7; font-family: 'Lato', sans-serif; } .wrapper{ display: inline-flex; background: #fff; height: 100px; width: 600px; align-items: center; justify-content: space-evenly; border-radius: 5px; padding: 33px 90px; box-shadow: 5px 5px 30px rgba(0,0,0,0.2); } .wrapper .option{ background: #fff; height: 100%; width: 100%; display: flex; align-items: center; justify-content: space-evenly; margin: 0 10px; border-radius: 5px; cursor: pointer; padding: 0 10px; border: 2px solid lightgrey; transition: all 0.3s ease; } input[type="radio"]{ display: none; } .wrapper .option span{ font-size: 16px; color: #808080; } #wiki_corpus:checked:checked ~ .wiki_corpus, #bnc_corpus:checked:checked ~ .bnc_corpus, #beg_difficulty:checked:checked ~ .beg_difficulty, #inter_difficulty:checked:checked ~ .inter_difficulty, #adv_difficulty:checked:checked ~ .adv_difficulty, #ten_instances:checked:checked ~ .ten_instances, #twenty_instances:checked:checked ~ .twenty_instances, #forty_instances:checked:checked ~ .forty_instances { border-color: #337ab7; background: #337ab7; } #wiki_corpus:checked:checked ~ .wiki_corpus span, #bnc_corpus:checked:checked ~ .bnc_corpus span, #beg_difficulty:checked:checked ~ .beg_difficulty span, #inter_difficulty:checked:checked ~ .inter_difficulty span, #adv_difficulty:checked:checked ~ .adv_difficulty span, #ten_instances:checked:checked ~ .ten_instances span, #twenty_instances:checked:checked ~ .twenty_instances span, #forty_instances:checked:checked ~ .forty_instances span { color: #fff; } .component_header{ color: #5D5D5D; font-size: 20px; width: 100%; margin-top: 40px; margin-bottom: 15px; } .grammar_wrapper .grammar_header{ color: #5D5D5D; font-size: 16px; width: 100%; margin-bottom: 8px; } .grammar_droplist{ background: #fff; height: 100%; width: 100%; display: flex; align-items: center; justify-content: space-evenly; border-radius: 5px; cursor: pointer; padding: 6px 10px; border: 2px solid lightgrey; transition: all 0.3s ease; font-size: 15px; color: #808080; } .options_wrapper{ height: 100%; width: 100%; display: flex; align-items: center; justify-content: space-evenly; cursor: pointer; padding: 6px 10px; font-size: 15px; color: #808080; } #submit { background-color: #337ab7; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 6px; color: #fff; font-family: 'Lato', sans-serif; font-size: 17px; cursor: pointer; padding: 7px 40px; margin-top: 25px; margin-bottom: 100px; } #submit:hover { border: none; background:#888; box-shadow: 0px 0px 1px #777; } body{ font-size:10px; color:#337ab7; font-family: 'Open Sans', sans-serif; } .logo-10 h3{ font-family: 'Muli', sans-serif; font-weight:100; font-size:20px; color:#545454; line-height:0.3; } .logo-10 p{ color: rgba(255, 255, 255, 0); background:#337ab7; line-height: 7px; } .navbar_main{ display: flex; justify-content: flex-start; width: 100%; } .top_navbar .navbar .navbar_main .logo-container .logo-holder h3{ margin:6px; } .top_navbar .navbar .navbar_main .logo-container .logo-holder p{ margin:0px; } .top_navbar .navbar .navbar_main .logo-container{ display: flex; flex-direction: column; justify-content: center; margin-right: 60px; } .navbar-container{ width:100%; } #navbarNavDropdown ul{ width: 60%; display: flex; justify-content: space-around; } .footer-clean { padding-top: 50px; padding-bottom: 10px; background-color:#fff; color:#4b4c4d; } .footer-clean h3 { margin-top:0; margin-bottom:12px; font-weight:bold; font-size:16px; } .footer-clean ul { padding:0; list-style:none; line-height:1.6; font-size:14px; margin-bottom:0; } .footer-clean ul a { color:inherit; text-decoration:none; opacity:0.8; } .footer-clean ul a:hover { opacity:1; } .footer-clean .item.social { text-align:right; } @media (max-width:767px) { .footer-clean .item { text-align:center; padding-bottom:20px; } } @media (max-width: 768px) { .footer-clean .item.social { text-align:center; } } .footer-clean .item.social > a { font-size:24px; width:40px; height:40px; line-height:40px; display:inline-block; text-align:center; border-radius:50%; border:1px solid #ccc; margin-left:10px; margin-top:22px; color:inherit; opacity:0.75; } .footer-clean .item.social > a:hover { opacity:0.9; } @media (max-width:991px) { .footer-clean .item.social > a { margin-top:40px; } } @media (max-width:767px) { .footer-clean .item.social > a { margin-top:10px; } } .footer-clean .copyright { display: flex; justify-content: center; margin-top:20px; margin-bottom:0; font-size:13px; opacity:0.6; } .footer-clean img{ width: 126px; padding-top: 10px; } .options_wrapper label{ margin-bottom: 0px; } .main_content .component_block .wrapper .option span{ font-weight: normal; } .main_content .component_block .wrapper .options_wrapper .extra_options{ font-weight: normal; } input#submit { border: none; } .navbar_main .navbar-container{ font-size: 16px; width:80%; } #myModal .modal-dialog .modal-content .modal-header{ display:block; } #myModal .modal-dialog .modal-content .modal-header h2{ font-size:25px; } #myModal2 .modal-dialog .modal-content .modal-header{ display:block; } #myModal2 .modal-dialog .modal-content .modal-header h2{ font-size:25px; } #myModal2 .modal-dialog .modal-content .modal-body modal-component h3{ font-size:23px; margin-bottom: 15px; } #myModal2 .modal-dialog .modal-content .modal-body modal-component h4{ margin-bottom: 15px; } #myModal2 .modal-dialog .modal-content .modal-body modal-component{ margin-bottom:30px; } #extra_options_wrap { display: flex; flex-direction: column; } @-moz-document url-prefix() { #extra_options_wrap { display: flex; flex-direction: column; } } #extra_options_wrap .options_wrapper{ justify-content: start; } #extra_options_wrap .options_wrapper input{ margin-right: 5px; margin-bottom: 3px; margin-left: 20px; }
0.256273
0.055926
*{padding: 0px; margin: 0px; font-size: 14px; color: #333;} body{ height: 100%; width: 100%; position: absolute; float: left; background: url("../images/bj.png") repeat-x #b8b6b6; } a{ text-decoration: none; } a:hover{ color: #09F; text-decoration: underline; } button{ cursor: pointer; border: none; } .button { display: inline-block; position: relative; margin:auto 10px; padding: 0 20px; text-align: center; text-decoration: none; text-shadow: 1px 1px 1px rgba(255,255,255,.22); font: bold 12px/25px Arial, sans-serif; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44); box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44); -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; -ms-transition: all 0.15s ease; transition: all 0.15s ease; } .button:hover { -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); } .button:active { -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8); -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8); box-shadow: inset 0px 0px 3px rgba(0,0,0, .8); } /* Big Button Style */ .big { padding: 0 40px; padding-top: 10px; height: 45px; text-transform: uppercase; font: bold 20px/22px Arial, sans-serif; } .big span { display: block; text-transform: none; font: italic normal 12px/18px Georgia, sans-serif; text-shadow: 1px 1px 1px rgba(255,255,255, .12); } /* Green Color */ .green { color: #3e5706; background: #a5cd4e; /* Old browsers */ background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */ background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* W3C */ } /* Blue Color */ .blue { color: #19667d; background: #70c9e3; /* Old browsers */ background: -moz-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* IE10+ */ background: linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* W3C */ } /* Gray Color */ .gray { color: #515151; background: #d3d3d3; /* Old browsers */ background: -moz-linear-gradient(top, #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */ background: linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* W3C */ }
public/stylesheets/common.css
*{padding: 0px; margin: 0px; font-size: 14px; color: #333;} body{ height: 100%; width: 100%; position: absolute; float: left; background: url("../images/bj.png") repeat-x #b8b6b6; } a{ text-decoration: none; } a:hover{ color: #09F; text-decoration: underline; } button{ cursor: pointer; border: none; } .button { display: inline-block; position: relative; margin:auto 10px; padding: 0 20px; text-align: center; text-decoration: none; text-shadow: 1px 1px 1px rgba(255,255,255,.22); font: bold 12px/25px Arial, sans-serif; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44); box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44); -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; -ms-transition: all 0.15s ease; transition: all 0.15s ease; } .button:hover { -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); } .button:active { -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8); -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8); box-shadow: inset 0px 0px 3px rgba(0,0,0, .8); } /* Big Button Style */ .big { padding: 0 40px; padding-top: 10px; height: 45px; text-transform: uppercase; font: bold 20px/22px Arial, sans-serif; } .big span { display: block; text-transform: none; font: italic normal 12px/18px Georgia, sans-serif; text-shadow: 1px 1px 1px rgba(255,255,255, .12); } /* Green Color */ .green { color: #3e5706; background: #a5cd4e; /* Old browsers */ background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */ background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* W3C */ } /* Blue Color */ .blue { color: #19667d; background: #70c9e3; /* Old browsers */ background: -moz-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* IE10+ */ background: linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* W3C */ } /* Gray Color */ .gray { color: #515151; background: #d3d3d3; /* Old browsers */ background: -moz-linear-gradient(top, #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */ background: linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* W3C */ }
0.204898
0.068133
.link { fill: none; stroke: #666; stroke-width: 1.5px; } .overlay { fill: none; pointer-events: all; } .link.Requires { stroke-dasharray: 0,2 1; } div#graph { height: 500px; width: 80%; border:2px solid #000; overflow: hidden; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } div#side { width: 20%; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } div#side div#filter{ line-height:160%; padding: 5px; height: 435px; margin-left: 10px; overflow: auto; border:2px solid #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } div#side div#find{ height: 55px; margin-top: 10px; margin-left: 10px; border:2px solid #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } div#info { width:100%; padding:5px; margin-top: 10px; margin-bottom: 10px; border:2px solid #000; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #dropdown { width:50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #issueNum { margin: 0px; width:45%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #findbtn { width:100%; } #orgdrop { float:right; width:60%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #publictext { float:right; width:60%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } circle { fill: #ccc; stroke: #333; } text { font: 10px sans-serif; text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff; } #text { font: 10px sans-serif; } label { font: 10px sans-serif; text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff; } .bodybtn { font: 10px sans-serif; padding: 0px; }
public/style/login.css
.link { fill: none; stroke: #666; stroke-width: 1.5px; } .overlay { fill: none; pointer-events: all; } .link.Requires { stroke-dasharray: 0,2 1; } div#graph { height: 500px; width: 80%; border:2px solid #000; overflow: hidden; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } div#side { width: 20%; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } div#side div#filter{ line-height:160%; padding: 5px; height: 435px; margin-left: 10px; overflow: auto; border:2px solid #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } div#side div#find{ height: 55px; margin-top: 10px; margin-left: 10px; border:2px solid #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } div#info { width:100%; padding:5px; margin-top: 10px; margin-bottom: 10px; border:2px solid #000; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #dropdown { width:50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #issueNum { margin: 0px; width:45%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #findbtn { width:100%; } #orgdrop { float:right; width:60%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #publictext { float:right; width:60%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } circle { fill: #ccc; stroke: #333; } text { font: 10px sans-serif; text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff; } #text { font: 10px sans-serif; } label { font: 10px sans-serif; text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff; } .bodybtn { font: 10px sans-serif; padding: 0px; }
0.303938
0.076753
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Roboto", sans-serif; } header { position: fixed; background: white; top: 0; left: 0; z-index: 1; width: 100%; padding: 2.5rem 11rem; display: flex; justify-content: space-between; align-items: center; transition: 0.5s; height: 10vh; } header .logo { color: #111; font-weight: 700; font-size: 1.8rem; text-decoration: none; } header .logo span { color: #09d1d1; font-size: 2.1rem; } header .navigation, header .navigation1, header .navigation2 { position: relative; display: flex; } header .navigation2 { padding: 0 0.5rem; position: relative; display: inline-block; } header .navigation2 .drop-inline { display: flex; } header .navigation2 .dropbtn { padding: 0.5rem; border: none; border-radius: 15px; font-size: 1.5rem; } header .navigation2 .dropbtn i, header .navigation2 .dropdown i { padding: 0 0.25rem; } header .navigation2 .dropdown { display: none; position: absolute; background-color: #fff; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); overflow: auto; z-index: 1; border-radius: 15px; } header .navigation2 .dropdown a { color: #111; display: block; padding: 0.75rem; } header .navigation2:hover .dropdown { display: block; } header .navigation li, header .navigation1 li, header .navigation2 li { list-style: none; margin-left: 25px; } header .navigation li a, header .navigation1 li a, header .navigation2 li a { text-decoration: none; color: #111; font-weight: 400; font-size: 1.1rem; } header .navigation li a:hover, header .navigation1 li a:hover, header .navigation2 li a:hover { color: #09d1d1; } .page-content { padding: 2.5rem 11rem; } .about-box { margin-top: -4.5%; letter-spacing: 2px; } .rowabout { position: relative; width: 100%; display: flex; justify-content: space-between; } .rowabout .col50about1 { position: relative; width: 130%; } .rowabout .col50about2 { position: relative; width: 70%; } .rowabout .col50about1 h2 { color: white; font-size: 3rem; font-weight: 500; margin-top: -5.5rem; padding-bottom: 2rem; } .rowabout .col50about1 h3 { font-size: 1.5rem; } .about-box .rowabout p { font-size: 1.2rem; margin-top: 1rem; } .rowabout .col50about1 a { color: #111; background: #09d1d1; font-size: 1.2rem; display: inline-block; padding: 0.4rem 0.25rem; margin-top: 1rem; text-transform: uppercase; text-decoration: none; letter-spacing: 2px; transition: 0.5s; border-radius: 5px; } .rowabout .col50about1 a:hover { letter-spacing: 4px; } .rowabout .col50about2 .imgBxabout { position: relative; width: 100%; height: 100%; } .rowabout .col50about2 .imgBxabout img { position: relative; margin-top: -6rem; left: 40%; width: 60%; height: 100%; border: 2px solid rgba(128, 128, 128, 0.199); border-radius: 50% 1%; } .wrapper { text-align: center; padding: 1.5rem 0; margin-bottom: 7%; } .wrapper .button { display: inline-block; height: 60px; width: 60px; overflow: hidden; margin: 0 5px; background: #e9e7e7; border-radius: 50px; cursor: pointer; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); transition: all 0.3s ease-out; } .wrapper .button:hover { width: 200px; } .wrapper .button .icon { display: inline-block; text-align: center; height: 60px; width: 60px; border-radius: 50%; box-sizing: border-box; line-height: 60px; transition: all 0.3s ease-out; } .wrapper .button:nth-child(1):hover .icon { background: #0072b1; } .wrapper .button:nth-child(2):hover .icon { background: #2b2929; } .wrapper .button:nth-child(3):hover .icon { background: #00acee; } .wrapper .button:nth-child(4):hover .icon { background: #ff0000; } .wrapper .button:nth-child(5):hover .icon { background: #1877f2; } .wrapper .button a:link { text-decoration: none; } .wrapper .button i { color: #111; } .wrapper .button .icon i { font-size: 1.75rem; line-height: 60px; transition: all 0.3s ease-out; } .wrapper .button:hover .icon i { color: white; } .wrapper .button span { font-size: 20px; font-weight: 400; line-height: 60px; margin-left: 10px; transition: all 0.3s ease-out; } .wrapper .button:nth-child(1) span { color: #0072b1; } .wrapper .button:nth-child(2) span { color: #2b2929; } .wrapper .button:nth-child(3) span { color: #00acee; } .wrapper .button:nth-child(4) span { color: #ff0000; } .wrapper .button:nth-child(5) span { color: #1877f2; } footer { position: relative; background-color: #292c2f; background-size: cover; height: auto; width: 100%; padding-top: 40px; color: white; } .footer-content { display: flex; padding: 2.5rem 11rem; justify-content: space-between; } .footer-content h3 { margin-top: 20px; font-weight: 300; font-size: 1.5rem; } .footer-content h3 span { color: #09d1d1; } .footer-box { height: 300px; } .footer-box ul { list-style: none; margin-top: 15px; } .footer-box ul li { margin: 0.5rem; } .footer-box p { display: inline-block; } .footer-box p { color: white; } .footer-box ul a { text-decoration: none; padding-top: 10px; font-size: 1.2rem; } .footer-box ul a i { display: flex; color: white; margin: 10px; } .footer-box ul p { margin: 0rem 1rem; font-weight: 100; } .footer-content .social-link1, .footer-content .social-link2 { display: flex; flex-direction: column; } .footer-content .social-link3 { display: flex; flex-direction: row-reverse; } .footer-bottom { border-top: 1px solid #fff; height: 30px; background-color: #111; margin-top: 4rem; } .footer-bottom p { color: white; text-align: center; font-weight: 100; font-size: 0.8em; padding-top: 10px; letter-spacing: 2px; } .footer-bottom p a { text-decoration: none; color: #09d1d1; } @media (max-width: 1400px) { header .navigation1 { display: none; } header, .page-content, .footer-content { padding: 2.5rem 9rem; } } @media (max-width: 1180px) { header, .page-content, .footer-content { padding: 2.5rem 5rem; } .rowabout .col50about1 h2 { color: black; font-size: 2rem; font-weight: 600; margin-top: -0.5rem; padding-bottom: 1rem; } .rowabout .col50about1 h3 { font-size: 1.2rem; } .about-box .rowabout p { font-size: 0.85rem; margin-top: 0.5rem; } .rowabout .col50about1 a { font-size: 0.75rem; margin-top: 0.5rem; } .rowabout .col50about2 .imgBxabout img { margin-top: -2rem; } .wrapper { padding: 15px 0; margin-bottom: 4%; } .wrapper .button { height: 50px; width: 50px; border-radius: 40px; } .wrapper .button .icon { height: 50px; width: 50px; line-height: 50px; } .wrapper .button .icon i { font-size: 1.5rem; line-height: 50px; } } @media (max-width: 950px) { header, .page-content, .footer-content { padding: 1.5rem; } header .navigation, header .navigation1 { display: none; } header .navigation.active { display: flex; width: 100%; height: 70%; position: fixed; top: 4rem; left: 0; justify-content: center; align-items: center; flex-direction: column; background: #292c2f; } header .navigation li { margin-left: 0; margin-bottom: 0.85rem; } header .navigation li a { color: white; font-size: 1.2rem; } .menuToggle { display: flex; position: relative; flex-direction: column; justify-content: space-between; height: 30px; cursor: pointer; order: 1; } .menuToggle span { width: 35px; height: 5px; background-color: black; } .menuToggle.active { background-size: 30px; } header .navigation2 { margin-left: 26rem; } } @media (max-width: 840px) { header, .page-content, .footer-content { padding: 0.75rem; } header .logo { font-size: 1.3rem; } header .logo span { font-size: 1.7rem; } header .navigation li a { font-size: 0.9rem; } header .navigation2 { margin-left: 20rem; } header .navigation2 .dropbtn { font-size: 1.4rem; padding: unset; } header .navigation2 .dropdown a { padding: 0.45rem; font-size: 0.8rem; } .footer-content { flex-wrap: wrap; } .footer-box { height: unset; } .footer-box ul a { font-size: 1rem; } } @media (max-width: 600px) { header .navigation2 { margin-left: 8rem; } .about-box { margin-top: 1.5rem; letter-spacing: 1px; margin-bottom: 3rem; } .rowabout .col50about1 h2 { font-size: 1.75rem; font-weight: 500; margin-top: 0.5rem; } .rowabout .col50about1 h3 { font-size: 1rem; } .rowabout .col50about2 .imgBxabout img { margin-top: 0.5rem; } .wrapper .button .icon i { font-size: 1.1rem; } } @media (max-width: 410px) { header .navigation2 { margin-left: 2rem; } header .navigation2 .drop-inline i { font-size: 1.4rem; } .rowabout { flex-wrap: wrap; } .rowabout .col50about2 .imgBxabout img { margin-top: 1.5rem; width: 80%; height: 90%; } .footer-bottom p { letter-spacing: unset; } .footer-content h3 { margin-top: 0; font-size: 1.2rem; } .footer-box { margin-top: 1rem; } .footer-box ul { margin-top: 0; } .footer-box ul a { font-size: 0.8rem; } }
public/css/style.css
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Roboto", sans-serif; } header { position: fixed; background: white; top: 0; left: 0; z-index: 1; width: 100%; padding: 2.5rem 11rem; display: flex; justify-content: space-between; align-items: center; transition: 0.5s; height: 10vh; } header .logo { color: #111; font-weight: 700; font-size: 1.8rem; text-decoration: none; } header .logo span { color: #09d1d1; font-size: 2.1rem; } header .navigation, header .navigation1, header .navigation2 { position: relative; display: flex; } header .navigation2 { padding: 0 0.5rem; position: relative; display: inline-block; } header .navigation2 .drop-inline { display: flex; } header .navigation2 .dropbtn { padding: 0.5rem; border: none; border-radius: 15px; font-size: 1.5rem; } header .navigation2 .dropbtn i, header .navigation2 .dropdown i { padding: 0 0.25rem; } header .navigation2 .dropdown { display: none; position: absolute; background-color: #fff; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); overflow: auto; z-index: 1; border-radius: 15px; } header .navigation2 .dropdown a { color: #111; display: block; padding: 0.75rem; } header .navigation2:hover .dropdown { display: block; } header .navigation li, header .navigation1 li, header .navigation2 li { list-style: none; margin-left: 25px; } header .navigation li a, header .navigation1 li a, header .navigation2 li a { text-decoration: none; color: #111; font-weight: 400; font-size: 1.1rem; } header .navigation li a:hover, header .navigation1 li a:hover, header .navigation2 li a:hover { color: #09d1d1; } .page-content { padding: 2.5rem 11rem; } .about-box { margin-top: -4.5%; letter-spacing: 2px; } .rowabout { position: relative; width: 100%; display: flex; justify-content: space-between; } .rowabout .col50about1 { position: relative; width: 130%; } .rowabout .col50about2 { position: relative; width: 70%; } .rowabout .col50about1 h2 { color: white; font-size: 3rem; font-weight: 500; margin-top: -5.5rem; padding-bottom: 2rem; } .rowabout .col50about1 h3 { font-size: 1.5rem; } .about-box .rowabout p { font-size: 1.2rem; margin-top: 1rem; } .rowabout .col50about1 a { color: #111; background: #09d1d1; font-size: 1.2rem; display: inline-block; padding: 0.4rem 0.25rem; margin-top: 1rem; text-transform: uppercase; text-decoration: none; letter-spacing: 2px; transition: 0.5s; border-radius: 5px; } .rowabout .col50about1 a:hover { letter-spacing: 4px; } .rowabout .col50about2 .imgBxabout { position: relative; width: 100%; height: 100%; } .rowabout .col50about2 .imgBxabout img { position: relative; margin-top: -6rem; left: 40%; width: 60%; height: 100%; border: 2px solid rgba(128, 128, 128, 0.199); border-radius: 50% 1%; } .wrapper { text-align: center; padding: 1.5rem 0; margin-bottom: 7%; } .wrapper .button { display: inline-block; height: 60px; width: 60px; overflow: hidden; margin: 0 5px; background: #e9e7e7; border-radius: 50px; cursor: pointer; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); transition: all 0.3s ease-out; } .wrapper .button:hover { width: 200px; } .wrapper .button .icon { display: inline-block; text-align: center; height: 60px; width: 60px; border-radius: 50%; box-sizing: border-box; line-height: 60px; transition: all 0.3s ease-out; } .wrapper .button:nth-child(1):hover .icon { background: #0072b1; } .wrapper .button:nth-child(2):hover .icon { background: #2b2929; } .wrapper .button:nth-child(3):hover .icon { background: #00acee; } .wrapper .button:nth-child(4):hover .icon { background: #ff0000; } .wrapper .button:nth-child(5):hover .icon { background: #1877f2; } .wrapper .button a:link { text-decoration: none; } .wrapper .button i { color: #111; } .wrapper .button .icon i { font-size: 1.75rem; line-height: 60px; transition: all 0.3s ease-out; } .wrapper .button:hover .icon i { color: white; } .wrapper .button span { font-size: 20px; font-weight: 400; line-height: 60px; margin-left: 10px; transition: all 0.3s ease-out; } .wrapper .button:nth-child(1) span { color: #0072b1; } .wrapper .button:nth-child(2) span { color: #2b2929; } .wrapper .button:nth-child(3) span { color: #00acee; } .wrapper .button:nth-child(4) span { color: #ff0000; } .wrapper .button:nth-child(5) span { color: #1877f2; } footer { position: relative; background-color: #292c2f; background-size: cover; height: auto; width: 100%; padding-top: 40px; color: white; } .footer-content { display: flex; padding: 2.5rem 11rem; justify-content: space-between; } .footer-content h3 { margin-top: 20px; font-weight: 300; font-size: 1.5rem; } .footer-content h3 span { color: #09d1d1; } .footer-box { height: 300px; } .footer-box ul { list-style: none; margin-top: 15px; } .footer-box ul li { margin: 0.5rem; } .footer-box p { display: inline-block; } .footer-box p { color: white; } .footer-box ul a { text-decoration: none; padding-top: 10px; font-size: 1.2rem; } .footer-box ul a i { display: flex; color: white; margin: 10px; } .footer-box ul p { margin: 0rem 1rem; font-weight: 100; } .footer-content .social-link1, .footer-content .social-link2 { display: flex; flex-direction: column; } .footer-content .social-link3 { display: flex; flex-direction: row-reverse; } .footer-bottom { border-top: 1px solid #fff; height: 30px; background-color: #111; margin-top: 4rem; } .footer-bottom p { color: white; text-align: center; font-weight: 100; font-size: 0.8em; padding-top: 10px; letter-spacing: 2px; } .footer-bottom p a { text-decoration: none; color: #09d1d1; } @media (max-width: 1400px) { header .navigation1 { display: none; } header, .page-content, .footer-content { padding: 2.5rem 9rem; } } @media (max-width: 1180px) { header, .page-content, .footer-content { padding: 2.5rem 5rem; } .rowabout .col50about1 h2 { color: black; font-size: 2rem; font-weight: 600; margin-top: -0.5rem; padding-bottom: 1rem; } .rowabout .col50about1 h3 { font-size: 1.2rem; } .about-box .rowabout p { font-size: 0.85rem; margin-top: 0.5rem; } .rowabout .col50about1 a { font-size: 0.75rem; margin-top: 0.5rem; } .rowabout .col50about2 .imgBxabout img { margin-top: -2rem; } .wrapper { padding: 15px 0; margin-bottom: 4%; } .wrapper .button { height: 50px; width: 50px; border-radius: 40px; } .wrapper .button .icon { height: 50px; width: 50px; line-height: 50px; } .wrapper .button .icon i { font-size: 1.5rem; line-height: 50px; } } @media (max-width: 950px) { header, .page-content, .footer-content { padding: 1.5rem; } header .navigation, header .navigation1 { display: none; } header .navigation.active { display: flex; width: 100%; height: 70%; position: fixed; top: 4rem; left: 0; justify-content: center; align-items: center; flex-direction: column; background: #292c2f; } header .navigation li { margin-left: 0; margin-bottom: 0.85rem; } header .navigation li a { color: white; font-size: 1.2rem; } .menuToggle { display: flex; position: relative; flex-direction: column; justify-content: space-between; height: 30px; cursor: pointer; order: 1; } .menuToggle span { width: 35px; height: 5px; background-color: black; } .menuToggle.active { background-size: 30px; } header .navigation2 { margin-left: 26rem; } } @media (max-width: 840px) { header, .page-content, .footer-content { padding: 0.75rem; } header .logo { font-size: 1.3rem; } header .logo span { font-size: 1.7rem; } header .navigation li a { font-size: 0.9rem; } header .navigation2 { margin-left: 20rem; } header .navigation2 .dropbtn { font-size: 1.4rem; padding: unset; } header .navigation2 .dropdown a { padding: 0.45rem; font-size: 0.8rem; } .footer-content { flex-wrap: wrap; } .footer-box { height: unset; } .footer-box ul a { font-size: 1rem; } } @media (max-width: 600px) { header .navigation2 { margin-left: 8rem; } .about-box { margin-top: 1.5rem; letter-spacing: 1px; margin-bottom: 3rem; } .rowabout .col50about1 h2 { font-size: 1.75rem; font-weight: 500; margin-top: 0.5rem; } .rowabout .col50about1 h3 { font-size: 1rem; } .rowabout .col50about2 .imgBxabout img { margin-top: 0.5rem; } .wrapper .button .icon i { font-size: 1.1rem; } } @media (max-width: 410px) { header .navigation2 { margin-left: 2rem; } header .navigation2 .drop-inline i { font-size: 1.4rem; } .rowabout { flex-wrap: wrap; } .rowabout .col50about2 .imgBxabout img { margin-top: 1.5rem; width: 80%; height: 90%; } .footer-bottom p { letter-spacing: unset; } .footer-content h3 { margin-top: 0; font-size: 1.2rem; } .footer-box { margin-top: 1rem; } .footer-box ul { margin-top: 0; } .footer-box ul a { font-size: 0.8rem; } }
0.437583
0.092852
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); @media screen and (min-width:360px){ body { margin: 0; display: grid; background-color: #FFFFFF; /*grid-template-rows: 0fr 1fr 1.35fr 0fr;*/ grid-template-areas: "navbar" "slide" "conteudo" "rodape"; } #navbar{ background-color: rgb(255, 255, 255); } #slide{ background-color: #011627; display: grid; grid-template-areas: "text banner"; grid-template-columns: 1fr 1fr; } #banner{ display: flex; height: 25vw; } .bannerimg{ display: grid; width: 56vw; } } #text{ display: flex; justify-content: right; align-items: center; font-family: "Ubuntu"; } .img_banner{ background: url(../img/banner.png); display: flex; flex-direction: row; background-repeat: round; width: 50vw; height: 25vw; } .texto_banner{ color: white; font-size: 1.1vw; width: 50%; font-family: 'Ubuntu', sans-serif; } .linhabaner{ width: 3.5vw; height: 0.3vw; background-color: #FF9F1C; margin-left: 0vw; } #conteudo{ grid-area: "conteudo"; background-color: #FFFFFF; } #rodape{ background-color: #011627; display: grid; grid-template-areas: "conteudo botoes"; /* grid-template-columns: 69vw 1fr; */ } .localizacao{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; align-items: end; padding: 2.5vh; font-family: "Ubuntu"; font-size: 16px; color: #FFFFFF; } .produtos{ width: 19vw; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; align-items: center; padding: 2.5vh; font-family: "Ubuntu"; font-size: 16px; flex-direction: column; } #produtos{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .produto{ margin: 1vw; padding: 1vw; display: flex; flex-direction: column; align-items: center; } #fotoProduto{ display: flex; width: 15vw; } .linhaprod{ width: 4vw; height: 0.8vh; background-color: #FF9F1C; } .precoantigo{ display: flex; text-decoration: line-through; font-family: 'Ubuntu'; font-size: 18px; height: 0.1vh; } .porapenas{ display: flex; font-size: 31px; font-family: 'Ubuntu'; font-weight: 700; color: #2EC4B6; height: 10vh; } .parcelas{ display: flex; font-family: 'Ubuntu'; font-size: 16px; } .btnseta{ width: -1px; height: 3vw; display: flex; align-items: stretch; } .botao_add{ display: flex; } .imgcomprar{ width: 13vw; } .localizacao1{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; align-items: center; padding: 2.5vh; font-family: "Ubuntu"; font-size: 16px; color: #FFFFFF; } .linhaloc{ width: 3.5vw; height: 0.5vw; background-color: #FF9F1C; margin-left: 0vw; } #botoes{ display: grid; grid-auto-columns: min-content; } .btn_contet{ border-radius: 0.5vw; background-color: #FF9F1C; display: flex; width: 19vw; color: white; height: 3vw; display: flex; align-items: center; justify-content: space-evenly; margin: 0 0 3vh 0; } .textx{ display: flex; align-items: stretch; justify-content: center; align-content: stretch; width: 15vw; } .imgf{ margin: 1.5vw; } .img{ display: flex; align-items: flex-end; flex-direction: row; justify-content: space-evenly; width: 29vw; } .img_powereby{ display: flex; flex-direction: column; margin: 2vh .5vw; width: 10vw; } .logo{ width: 7vw; } #linha{ width: 25vw; border-bottom: 1px solid #000000; } nav, .navbar .busca .perfil{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; align-items: center; padding: 2.5vh; } form{ border: none; } input { border: none; width: 25vw; } .campoconta{ display: flex; align-items: center; } .conta{ display: flex; align-items: center; width: 11vw; } .imgconta{ display: flex; width: 1.5vw; padding-left: 2vw; } .busca{ display: flex; justify-content: space-around; align-items: center; width: 20vw; } #campobusca{ width: 25vw; } .linhav{ height: 3vw; width: 1vw; border-right: 1px solid black; } .idiomas{ display: flex; flex-wrap: nowrap; justify-content: space-around; width: 18vh; padding-left: 2vw; } h1{ color: white; } .texto{ display: flex; }
application/view/static/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); @media screen and (min-width:360px){ body { margin: 0; display: grid; background-color: #FFFFFF; /*grid-template-rows: 0fr 1fr 1.35fr 0fr;*/ grid-template-areas: "navbar" "slide" "conteudo" "rodape"; } #navbar{ background-color: rgb(255, 255, 255); } #slide{ background-color: #011627; display: grid; grid-template-areas: "text banner"; grid-template-columns: 1fr 1fr; } #banner{ display: flex; height: 25vw; } .bannerimg{ display: grid; width: 56vw; } } #text{ display: flex; justify-content: right; align-items: center; font-family: "Ubuntu"; } .img_banner{ background: url(../img/banner.png); display: flex; flex-direction: row; background-repeat: round; width: 50vw; height: 25vw; } .texto_banner{ color: white; font-size: 1.1vw; width: 50%; font-family: 'Ubuntu', sans-serif; } .linhabaner{ width: 3.5vw; height: 0.3vw; background-color: #FF9F1C; margin-left: 0vw; } #conteudo{ grid-area: "conteudo"; background-color: #FFFFFF; } #rodape{ background-color: #011627; display: grid; grid-template-areas: "conteudo botoes"; /* grid-template-columns: 69vw 1fr; */ } .localizacao{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; align-items: end; padding: 2.5vh; font-family: "Ubuntu"; font-size: 16px; color: #FFFFFF; } .produtos{ width: 19vw; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; align-items: center; padding: 2.5vh; font-family: "Ubuntu"; font-size: 16px; flex-direction: column; } #produtos{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .produto{ margin: 1vw; padding: 1vw; display: flex; flex-direction: column; align-items: center; } #fotoProduto{ display: flex; width: 15vw; } .linhaprod{ width: 4vw; height: 0.8vh; background-color: #FF9F1C; } .precoantigo{ display: flex; text-decoration: line-through; font-family: 'Ubuntu'; font-size: 18px; height: 0.1vh; } .porapenas{ display: flex; font-size: 31px; font-family: 'Ubuntu'; font-weight: 700; color: #2EC4B6; height: 10vh; } .parcelas{ display: flex; font-family: 'Ubuntu'; font-size: 16px; } .btnseta{ width: -1px; height: 3vw; display: flex; align-items: stretch; } .botao_add{ display: flex; } .imgcomprar{ width: 13vw; } .localizacao1{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; align-items: center; padding: 2.5vh; font-family: "Ubuntu"; font-size: 16px; color: #FFFFFF; } .linhaloc{ width: 3.5vw; height: 0.5vw; background-color: #FF9F1C; margin-left: 0vw; } #botoes{ display: grid; grid-auto-columns: min-content; } .btn_contet{ border-radius: 0.5vw; background-color: #FF9F1C; display: flex; width: 19vw; color: white; height: 3vw; display: flex; align-items: center; justify-content: space-evenly; margin: 0 0 3vh 0; } .textx{ display: flex; align-items: stretch; justify-content: center; align-content: stretch; width: 15vw; } .imgf{ margin: 1.5vw; } .img{ display: flex; align-items: flex-end; flex-direction: row; justify-content: space-evenly; width: 29vw; } .img_powereby{ display: flex; flex-direction: column; margin: 2vh .5vw; width: 10vw; } .logo{ width: 7vw; } #linha{ width: 25vw; border-bottom: 1px solid #000000; } nav, .navbar .busca .perfil{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; align-items: center; padding: 2.5vh; } form{ border: none; } input { border: none; width: 25vw; } .campoconta{ display: flex; align-items: center; } .conta{ display: flex; align-items: center; width: 11vw; } .imgconta{ display: flex; width: 1.5vw; padding-left: 2vw; } .busca{ display: flex; justify-content: space-around; align-items: center; width: 20vw; } #campobusca{ width: 25vw; } .linhav{ height: 3vw; width: 1vw; border-right: 1px solid black; } .idiomas{ display: flex; flex-wrap: nowrap; justify-content: space-around; width: 18vh; padding-left: 2vw; } h1{ color: white; } .texto{ display: flex; }
0.298083
0.09472
.content-wrapper { background-color: #ffffff !important; } /*BOf Table Style*******************/ .mat-table { width: 100% } table { border-collapse: inherit; } .table-container { border-radius: 0px; overflow-y: hidden; overflow-x: auto; border: solid 1px #e5e5e5; } .table-container .mat-table.mat-table { border-radius: 0px; overflow: hidden; } .table-container .mat-table .mat-header-row .mat-header-cell { background-color: #d2d2d2; font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 16px; padding: 0 10px; color: #000000; white-space: nowrap; border-color: #b2b2bf; border-width: 0 1px 0 0; border-style: solid; position: static!important; } .table-container .mat-table .mat-header-row .mat-header-cell:last-child { border-right: 0; } .table-container .mat-table .mat-header-row .mat-header-cell .mat-sort-header-button { font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 16px; color: #000000; white-space: nowrap; } .table-container .mat-table .mat-row { background-color: #ffffff; } .table-container .mat-table .mat-row:nth-child(even) { background-color: #f7f7f7; } .table-container .mat-table .mat-row:last-child { border-radius: 0 0 0px 0px; overflow: hidden; } .table-container .mat-table .mat-row .mat-cell { font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 14px; border-color: #e5e5e5; border-width: 0 1px 1px 0; border-style: solid; padding: 0 10px; } .table-container .mat-table .mat-row:last-child .mat-cell { border-bottom: 0; } .table-container .mat-table .mat-row .mat-cell:last-child { border-right: 0; } .mat-sort-header-arrow, .mat-sort-header-sorted .mat-sort-header-arrow { transform: translateY(25%) !important; } .mat-sort-header-indicator { transform: translateY(2px) !important; } .table-container .mat-table .mat-header-row .mat-header-cell[aria-sort="ascending"] .mat-sort-header-sorted .mat-sort-header-indicator { transform: translateY(2px) !important; } .table-container .mat-table .mat-header-row .mat-header-cell[aria-sort="descending"] .mat-sort-header-sorted .mat-sort-header-indicator { transform: translateY(6px) !important; } .table-container .table-icons a { margin: 0 7px; font-size: 16px; white-space: nowrap; cursor: pointer; } .table-container .table-icons a.green { color: #40c263 } .table-container .table-icons a.red { color: #e55405 } .table-container .active { color: #40c263 } .table-container .inactive { color: #e55405 } .table-container .table-icons a.assign-icon i { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .table-container .mat-table .mat-row .mat-cell > a { color: #23a243; } /**BOF Table Filter Arrow***/ .mat-paginator-range-actions .mat-tooltip { display: none !important; } .mat-sort-header-container { justify-content: space-between; } .mat-sort-header-container .mat-sort-header-button { text-align: left; align-items: initial; } .table-container .mat-table .mat-header-row .mat-header-cell .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-stem { height: 0; width: 0; } .table-container .mat-table .mat-header-row .mat-header-cell:first-child { border-left-color: #e5e5e5; } .table-container .mat-table .mat-header-row .mat-header-cell:last-child { border-right-color: #e5e5e5; } td.mat-footer-cell { border-bottom: 0 !important; } .table-container .mat-table .mat-header-row .mat-header-cell:first-child { border-left-color: #e5e5e5; } .table-container .mat-table .mat-header-row .mat-header-cell:last-child { border-right-color: #e5e5e5; } td.mat-footer-cell { border-bottom: 0 !important; } .mat-sort-header-arrow { opacity: 0.2 !important; color: #000; height: 10px !important; } .mat-sort-header-sorted .mat-sort-header-arrow { opacity: 1 !important; transform: none !important; } .mat-footer-row .no_record_found { display: table-cell; } /*EOF Table Filter Arrow***/ /*BOF Table Paginator***/ .mat-paginator { background-color: transparent; } .mat-paginator .mat-paginator-page-size { margin: 0 0 0 0; } .mat-paginator .mat-paginator-container { display: flex; flex-direction: row-reverse; align-items: center; justify-content: end; padding-top: 16px; padding-left: 0; padding-right: 0; } /* .mat-paginator .mat-paginator-range-actions{position:relative;padding:0 100px 0 0;} */ .mat-paginator .mat-paginator-range-actions button { background-color: #ffffff; border-radius: 0px; width: 47px; height: 42px; margin: 0 5px; cursor: pointer; border: solid 1px #c0c5ca; } .mat-paginator .mat-paginator-range-actions button .mat-paginator-icon { color: #6d7076; width: 20px; } .mat-paginator .mat-paginator-range-actions button:hover { background-color: #40c263 !important; border-color: #40c263 !important; } .mat-paginator .mat-paginator-range-actions button:hover .mat-paginator-icon { color: #ffffff; } .mat-paginator .mat-paginator-page-size-label { color: #757575; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: 400; padding: 0 10px 0 20px; margin: 0; } .mat-paginator .mat-paginator-page-size-select .mat-form-field-underline { display: none; } /* .mat-paginator .mat-paginator-page-size-select .mat-form-field-wrapper { background-color: #ffffff; border-radius: 0px; padding: 0 10px; border: solid 1px #e5e5e5 !important; } */ /* .mat-paginator .mat-paginator-page-size-select.mat-focused .mat-form-field-wrapper .mat-form-field-flex { border: 0 !important; } */ .mat-paginator mat-form-field.mat-form-field { width: 75px; margin-bottom: 0; margin-top: 0; margin-right: 0; } .mat-paginator .mat-select-value-text { font-size: 14px !important; font-family: "ApercuPro-Bold-Web"; font-weight: 500; } .mat-paginator-page-size-select .mat-form-field-flex { /* border: 0; */ box-shadow: none !important; } /* .mat-paginator-page-size-select .mat-form-field-flex .mat-form-field-infix { min-height: auto; line-height: normal; } */ .mat-paginator-page-size-select .mat-select { border: 0; box-shadow: none !important; } /*EOF Table Paginator***/ /*EOf Table Style*******************/ /*BOf Mat Form Style*******************/ .mat-focused .mat-form-field-flex { border: solid 1px #989c9f !important; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { border: 0 solid #fff; -webkit-text-fill-color: #000; transition: background-color 5000s ease-in-out 0 } .mat-form-field-flex { border: #c0c5ca solid 1px; border-radius: 0px; font-family: Arial, Helvetica, sans-serif; background: #ffffff; min-height: 40px; padding: 0; position: relative; align-items: center !important; } input.mat-input-element { font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 16px; /*border:#c0c5ca solid 1px;*/ border-radius: 5px; padding: 0 10px; } .form-control:disabled, .form-control[readonly], .mat-input-element:disabled { background-color: rgba(0,0,0,.02)!important; opacity: 0.8; border-radius: 0 !important; margin-top: 0px !important; cursor: not-allowed!important; } .mat-select { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; padding: 0 10px; } .mat-form-field { padding: 0; display: block!important } .mat-form-field .mat-form-field-wrapper { border: 0!important; font-family: Arial, Helvetica, sans-serif; font-weight: 400; padding-bottom: 0; } .mat-form-field .mat-form-field-underline { display: none; } .mat-form-field.mat-focused .mat-form-field-ripple { background-color: #41c363 } .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon, .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon { width: inherit!important } .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon img, .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon img { vertical-align: baseline; } .mat-form-field-flex .mat-form-field-prefix { margin-left: 10px } .mat-form-field-flex .mat-form-field-prefix > span { display: flex; } .mat-form-field-prefix .mat-button, .mat-form-field-suffix .mat-button { min-width: inherit!important; padding: 0 10px!important } .mat-form-field-prefix .material-icons, .mat-form-field-suffix .material-icons { color: #41c363 } .mat-form-field-prefix .material-icons .font-icon, .mat-form-field-suffix .material-icons .font-icon{ color: #41c363; font-size: 18px; font-family: "ApercuPro-Regular-Web"; vertical-align: top; margin-top: 6px; display: inline-block; } .mat-form-field-flex .mat-form-field-suffix { margin: 0 10px; } .mat-select-arrow { color: #000; border-left: 6px solid transparent!important; border-right: 6px solid transparent!important; border-top: 6px solid!important } .mat-form-field.mat-focused.mat-primary .mat-select-arrow { color: #000 } .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) { color: #000 } .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label { -webkit-transform: translateY(0) scale(0) perspective(0) translateZ(0)!important; -ms-transform: translateY(0) scale(0) perspective(0) translateZ(0)!important; transform: translateY(0) scale(0) perspective(0) translateZ(0)!important; width: 100%!important } mat-form-field.mat-form-field { font-size: 18px; margin-bottom: 20px; } .content-header mat-form-field.mat-form-field { margin-bottom: 0px; } .mat-select-value-text { font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 16px!important } .custom-error-icon { color: #f44336 !important; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; display: block !important; } /**/ .mat-form-field-appearance-legacy .mat-form-field-infix { padding: 0; border: 0; min-height: 40px; line-height: 40px; } /* .mat-select{border:#c0c5ca solid 1px;border-radius: 5px;} */ .mat-form-field-type-mat-select .mat-form-field-label { padding: 2px 12px 0 12px; } .mat-form-field-appearance-legacy .mat-form-field-label { padding: 0 10px; font-family: Arial, Helvetica, sans-serif !important; font-weight: 400 !important; font-size: 16px!important; color: #c5c6c7!important; font-size: 16px!important; margin-top: 0; top: auto; } mat-label { margin-bottom: 0.5rem; display: inline-block; } mat-label + .mat-icon-button, .mat-info { height: 24px !important; line-height: 24px !important; width: 24px; margin: 0 8px; } mat-label + .mat-icon-button img, .mat-info img { vertical-align: top; } .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after, .mat-form-field-disabled .mat-form-field-flex { background: rgba(0, 0, 0, .02); } /***/ .mat-select-arrow-wrapper .mat-select-arrow { border: 0 !important; background-image: url(../../assets/images/arrow-down.svg); background-position: center; background-repeat: no-repeat; width: 15px; height: 10px; margin: 0; } /*ERROR***/ .mat-form-field-invalid .mat-form-field-flex { border-color: #f44336; } .mat-form-field-invalid input.mat-input-element { border-color: #f44336; } re-captcha.ng-invalid { border: solid 1px #f44336 !important; display: inline-block; border-radius: 4px; } .mat-select-invalid .mat-select-arrow-wrapper .mat-select-arrow { background-image: url(../../assets/images/arrow-down-red.svg); } /***Error End*****/ /******Custom Error***/ .mat-form-field-flex { position: relative; } .custom-error-icon { color: #f44336 !important; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; display: block !important; } /*******Custom Error***/ /*BOf Select DropDown****/ /* .cdk-overlay-container { z-index: 99; } */ .cdk-overlay-pane { transform: translateX(0) translateY(-15px) !important; } .mat-select-panel-wrap { flex-basis: calc(100% - 10px) !important; } .mat-select-panel { border-radius: 0 !important; margin-top: 47px; min-width: calc(100% - 0)!important; transform: inherit !important; transform-origin: inherit !important; } .mat-select-panel .mat-option { line-height: 40px !important; height: 40px !important; padding: 0 10px !important; } .mat-select-panel .mat-option.mat-selected { background-color: #f7f7f7 !important; } .mat-select-panel .mat-option.mat-selected .mat-option-text { color: #000000; } .mat-select-panel .mat-option.mat-selected .mat-option-text .select-option-img { margin-right: 10px; } .cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing { opacity: 1; } .mat-autocomplete-panel { margin-top: 15px; } .mat-select-panel:not([class*=mat-elevation-z]) { box-shadow: none !important; border: #c0c5ca solid 1px; margin-left: -11px; margin-top: 52px; margin-bottom: 25px; } /*EOf Select DropDown****/ /*****/ .mat-form-field-infix textarea { border-radius: 5px; padding: 10px !important; min-height: 75px; resize: none !important; line-height: 18px; font-family: 'ApercuPro-Regular-Web'; font-size: 16px; } /* BOF Uplod file******/ .upload-file { width: 80px; overflow: hidden; position: relative; display: inline-block; vertical-align: middle; z-index: 2; cursor: pointer; height: 27px; margin: 0 } .upload-file input { height: 24px; width: 80px; overflow: hidden; position: relative; z-index: 0; opacity: 0; cursor: pointer } .upload-file::after { content: "Browse"; position: absolute; text-transform: uppercase; font-size: 12px; font-family: "ApercuPro-Bold-Web"!important; width: 80px!important; height: 24px; line-height: 22px; transition: all ease-in-out .3s; -webkit-transition: all ease-in-out .3s; top: 0; left: 0; background-color: #000; border: solid 1px #000; color: #fff; text-align: center; cursor: pointer; } .upload-file:hover:after { background-color: transparent; color: #000 } /* ul.upload-file-list li a .material-icons{ font-size: 14px;} */ /* EOF Uplod file******/ /*BOF Ticket Detail***/ ul.ticket-detail-list li ul.upload-file-list { padding: 0; margin: 10px; } ul.ticket-detail-list li ul.upload-file-list li:last-child { border: #b6b9bd solid 1px !important; } ul.ticket-detail-list li ul.upload-file-list li a.file-name { padding-right: 10px; } ul.ticket-detail-list li ul.upload-file-list li a.file-name span { padding: 0; } /*EOF Ticket Detail***/ /****/ .watchers-list-field { position: relative; } .watchers-list-field .mat-icon { position: absolute; right: 5px; z-index: 999; } .ticket-resolutions-label { text-align: center } /*****/ /******/ .mat-card-content, .mat-card-subtitle { font-family: "ApercuPro-Regular-Web"; font-weight: 500; font-size: 16px; color: #000; } .form-field { width: 100%; margin-bottom: 15px } .form-field label.form-label { font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 16px; color: #000 } .form-field label b, mat-label .required, .required { color: red } .form-field .input-field .mat-form-field, .common-form .form-field .select-field .mat-form-field { width: 100% } .form-field .textarea-field .mat-form-field { width: 100% } .form-field .textarea-field .mat-form-field textarea { height: 100px; resize: none; font-size: 16px; font-weight: 500; font-family: 'ApercuPro-Regular-Web'; } /*BOF Date Field****/ /* .date-field .mat-input-element{border:0;} .date-field .mat-form-field-flex{border:#c0c5ca solid 1px;border-radius:5px;display:flex;align-items:center;justify-content:space-between; padding-right: 5px;} */ .date-field { display: inline-block; } .date-field + .date-field { margin-left: 15px; } .mat-datepicker-content { box-shadow: none !important; border: solid 1px #e5e5e5; } .mat-datepicker-toggle { background-image: url(../../assets/images/date-icon.svg); background-position: center; background-repeat: no-repeat; margin-top: 8px; } .mat-datepicker-toggle svg { opacity: 0; } .mat-datepicker-toggle .mat-icon-button:focus { outline: none; box-shadow: none; background: transparent !important; } .mat-datepicker-toggle .mat-icon-button .mat-button-ripple { display: none !important; } .cdk-overlay-pane.mat-datepicker-popup { margin-top: 15px; margin-bottom: -15px; } .mat-calendar-body-selected { background-color: #40c263; color: #fff; } .mat-calendar-body-today:not(.mat-calendar-body-selected) { background-color: #e5e5e5 !important; border: 0; } .mat-datepicker-toggle .mat-datepicker-toggle-default-icon { vertical-align: -5px !important; } /*EOF Date Field****/ /*Head Serach Box***/ .content-header-action .mat-form-field-wrapper { /*border:#c0c5ca solid 1px !important;*/ border-radius: 0; padding-bottom: 0; } .content-header-action .mat-form-field-wrapper input.mat-input-element { border: 0; border-radius: none; padding-right: 30px; } .content-header-action .mat-form-field-flex .mat-form-field-suffix { top: 0px; position: absolute; right: 0; bottom: 0; margin: 0; } .content-header-action .mat-form-field-flex .mat-form-field-suffix .mat-button { line-height: normal; display: flex; align-items: center; height: 100%; } /*BOF Check box***********/ .mat-pseudo-checkbox { border: 1px solid #767a83; border-radius: 0 !important; } .mat-option:not(.mat-selected) .mat-pseudo-checkbox { border-width: 1px !important; } .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate { background: #40c263; border-color: #40c263 !important; } .mat-option-text { font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 14px; } .mat-option-text .select-option-img { margin-right: 10px; } .mat-checkbox-checked.mat-primary .mat-checkbox-background, .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background { background: #40c263 !important; } .mat-checkbox-frame { border-color: #c0c5c9; } .mat-checkbox-inner-container { height: 17px !important; width: 17px !important; margin: 0 auto; } .mat-checkbox-inner-container .mat-checkbox-frame { border-width: 1px !important; border-style: solid !important; border-color: #767a83 !important; border-radius: 0px !important; } .mat-checkbox-layout .mat-checkbox-label { font-size: 15px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; color: #000000; line-height: 34px; } .mat-checkbox-frame { border-width: 1px; border-radius: 0; border-color: #e2e3e4; } .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element { background: #41c363; } .mat-checkbox-checked.mat-accent .mat-checkbox-background { border-radius: 0px; background-color: #41c363; } .mat-checkbox-layout { margin-bottom: 0 !important; } .mat-checkbox .mat-checkbox-ripple { display: none !important; } .multiline-checkbox .mat-checkbox-layout { white-space: normal !important; vertical-align: top; align-items: flex-start; } .multiline-checkbox .mat-checkbox-layout .mat-checkbox-inner-container { margin: 5px 8px 0 0; } .multiline-checkbox .mat-checkbox-layout .mat-checkbox-label { line-height: 25px; } /*BOF Redio Button***********/ .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle { border-color: #888888; } .mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple { background-color: #08b034; } /*BOf Error Msg******/ .mat-form-field-subscript-wrapper { z-index: 1; } .mat-error { display: none !important; } .mat-error { background-color: rgba(255, 71, 71, 0.95); border-radius: 0px; box-sizing: border-box; padding: 10px; margin-top: 20px; position: relative; color: #fff; -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); z-index: 9 } .mat-error::after { bottom: 100%; left: 10px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(213, 64, 34, 0); border-bottom-color: rgba(255, 71, 71, 0.95); border-width: 5px } .mat-error span { font-size: 12px; font-weight: 400; font-family: 'ApercuPro-Regular-Web'; display: block; color: #fff; padding-bottom: 5px } .mat-error span:last-child { padding-bottom: 0 } /*EOf Mat Form Style*******************/ /*BOf Mat Form Button Style*******************/ .mat-flat-button { font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 16px; text-transform: uppercase; padding: 0 !important; line-height: initial !important; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s; border-radius: 0 !important; box-shadow: none !important; } .mat-flat-button .mat-button-wrapper { padding: 9px 20px 11px 20px; display: inline-block; } .mat-button-focus-overlay { display: none; } .mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button { border-radius: 0 !important; } /*Button Color*****/ .mat-flat-button.mat-primary { background-color: #2e333a; } .mat-flat-button.mat-primary:hover { background-color: #40c263; color: #ffffff; /* -webkit-box-shadow:0 5px 10px 0 rgba(4,54,116,0.2)!important;-moz-box-shadow:0 5px 10px 0 rgba(4,54,116,0.2)!important;box-shadow:0 5px 10px 0 rgba(4,54,116,0.2)!important; -webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s; */ } .mat-flat-button.mat-primary + .mat-flat-button.mat-primary { margin-left: 10px; } .mat-flat-button.mat-primary.green-bg { background-color: #40c263; } /*EOf Mat Form Button Style*******************/ /******************Create drawer css***********************/ .create-drawer { background-color: #ffffff; min-width: 415px; height: calc(100% - 80px); position: fixed; right: 0; z-index: 98; top: 80px; -webkit-box-shadow: -9px 0px 12px -5px rgba(0,0,0,0.26); -moz-box-shadow: -9px 0px 12px -5px rgba(0,0,0,0.26); box-shadow: -9px 0px 12px -5px rgba(0,0,0,0.26); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; top: 72px; height: calc(100% - 72px); max-width: 500px; width: 100%; border: solid 1px #e5e5e5; border-left: solid 1px #41c362; transition: .5s all linear; } .create-drawer .head { background-color: #41c362; min-height: 50px; position: relative; } .create-drawer .head h2 { font-family: "ApercuPro-Bold-Web"; font-size: 20px; color: #ffffff; line-height: 50px; text-transform: uppercase; padding: 0 35px; margin-bottom: 0; } .create-drawer .head a.closedrawer { background-color: #2e333a; width: 50px; height: 50px; display: inline-block; position: absolute; left: -50px; border-radius: 0; opacity: 9; color: #ffffff; display: flex; align-items: center; justify-content: center; } .create-drawer .transform { -webkit-transition: all 2s ease-in; -moz-transition: all 2s ease-in; -o-transition: all 2s ease-in; -ms-transition: all 2s ease-in; transition: all 2s ease-in; } /*=== View user sidepopup CSS start==== */ .create-drawer .form-container { padding: 40px; height: calc(100vh - 120px); overflow: auto; } .create-drawer .view-form .form-detail-list { display: flex; padding: 10px 0px; border-bottom: 1px solid #c0c5c9; } .create-drawer .view-form .form-detail-list:last-child { border-bottom: 0; } .create-drawer .view-form .form-detail-list label { color: #767676; min-width: 160px; margin-bottom: 0; font-size: 16px; } .create-drawer .view-form .form-detail-list p { color: #000; font-size: 16px; margin-bottom: 0; } .create-drawer a.closedrawer { background-color: #2e333a; width: 50px; height: 50px; display: inline-block; position: absolute; left: -50px; border-radius:0; opacity: 9; color: #ffffff; display: flex; align-items: center; justify-content: center; } .create-drawer .sidepopup-ttl { font-family: 'ApercuPro-Bold-Web'; font-size: 24px; margin-bottom: 10px; color: #000; } /*=== View user sidepopup CSS end==== */ /******************Create drawer css End***********************/ /*BOF Filter Style ****************/ .mat-card.filter-card { background-color: #fff; position: relative; margin-bottom: 15px; padding: 15px !important; box-shadow: none !important; border: solid 1px #e5e5e5; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s } .filter-wrap { display: flex; width: 100%; flex: 1; } .filter-wrap .filter-label { align-self: center; } .filter-wrap .filter-label > label { font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 20px; color: #000000; display: flex; margin: 0; width: 90px; } .filter-wrap .filter-form-field { /*flex:1;*/ padding-right: 20px; } .filter-wrap .filter-form-field > ul { display: flex; align-items: flex-end; flex-wrap: wrap; } .filter-wrap .filter-form-field > ul > li { padding: 0 10px; } .filter-wrap .filter-form-field > ul > li .date-field { width: 150px; display: block; } .filter-wrap .filter-form-action { display: flex; align-items: flex-end; } .mat-card.filter-card mat-form-field.mat-form-field, .mat-card.filter-card .mat-flat-button { margin-bottom: 10px; } .mat-card.filter-card .filter-card-head { display: flex; justify-content: space-between; align-items: center; margin: 0; position: absolute; right: 15px; top: 5px; } .mat-card.filter-card .mat-card-header-text, .mat-card.filter-card .mat-card-title { padding: 0; margin: 0; } .mat-card.filter-card::after { bottom: 100%; right: 22px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 10px; margin-left: -10px; } .mat-card.filter-card::before { bottom: 100%; right: 22px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-bottom-color: #000000; border-width: 10px; margin-left: -10px; } .mat-card.filter-card-noarrow::after, .mat-card.filter-card-noarrow::before { display: none; } /*EOF Filter Style ****************/ /* tab css start****************/ .mat-tab-header { margin-bottom: 25px; } .mat-tab-labels{border-bottom: 3px solid #41c363;} .mat-tab-group { font-family: Arial, Helvetica, sans-serif; } /* .mat-tab-labels { border: 1px solid #e5e5e5; border-radius: 0px } */ .mat-tab-label-container { background: #ffffff; border-radius: 0px; } .mat-tab-label { padding: 0 35px !important; opacity: 1 !important; font-size: 18px; height: 50px; /* border-right: 1px solid #e5e5e5; */ margin-right: 10px !important; background-color: #f0f0f0; } .mat-tab-label, .mat-tab-link { font-family: 'ApercuPro-Regular-Web'; color: #000000; } /* .mat-tab-label:not(:last-of-type){ border-right: 1px solid #e5e5e5; } */ .mat-tab-label-active { background: #41c363; border-right-color: #2e333a; color: #ffffff; } .mat-ink-bar { display: none; } .mat-tab-header, .mat-tab-nav-bar { border-bottom: none; } .mat-drawer-container { color: #000; } .mat-tab-body-wrapper { overflow: inherit !important; margin: 0 -20px; } .mat-tab-body-content { overflow: inherit !important; padding: 0 20px; padding-bottom: 20px; } .mat-tab-body-content .content { background: #ffffff; /* -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05) !important; -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05) !important; box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05) !important; */ margin-bottom: 25px; overflow: hidden; border: solid 1px #e5e5e5; } /* tab css end****************/ /* Inner tab css start****************/ .inner-tab .mat-tab-header .mat-tab-labels{ border: 0;} .inner-tab .mat-tab-header .mat-tab-labels .mat-tab-label{ border-right: 0; min-width: auto; padding: 0 20px !important; color: #919191; font-family: "ApercuPro-Regular-Web"; font-size: 18px; text-transform: uppercase; border-bottom: solid 3px transparent; background: transparent;} .inner-tab .mat-tab-header .mat-tab-labels .mat-tab-label:hover{border-bottom: solid 3px #08af34; color: #000000;} .inner-tab .mat-tab-header .mat-tab-labels .mat-tab-label-active{ background: transparent; border-right: 0; border-bottom: solid 3px #08af34; color: #000000;} .inner-tab .mat-tab-header .mat-tab-labels .mat-ripple-element{ display: none;} /* Inner tab css end****************/ /*BOF Package Accordion**********************/ .accordion .mat-expansion-panel { box-shadow: none; border: 0; border-radius: 0 !important; margin: 0; } .accordion .mat-expansion-panel-header { padding: 5px; border-bottom: #cecece solid 1px; height: initial !important; } .accordion .mat-expansion-panel-header:hover { background: transparent !important; } .accordion .mat-expansion-panel-header-title { font-family: "ApercuPro-Regular-Web"; font-weight: 400; font-size: 18px; color: #000000; } .accordion .mat-expansion-panel-header-title span { font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 18px; color: #000000; } .accordion .mat-expansion-panel-body { padding: 15px 0; } .accordion .mat-expansion-indicator::after, .accordion .mat-expansion-panel-header-description { color: #000000 !important; } /*EOF Package Accordion**********************/ /*BOF Mat Slide Toggle*****************/ .mat-slide-toggle { vertical-align: middle; } .mat-slide-toggle .mat-slide-toggle-bar { width: 46px; height: 24px; border-radius: 100px; vertical-align: middle } .mat-slide-toggle .mat-slide-toggle-thumb-container { top: 2px; left: 1px; } .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container { transform: translate3d(24px, 0, 0) !important; } .mat-slide-toggle.mat-checked .mat-slide-toggle-bar { background-color: #40c263; } .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb { background-color: #ffffff; } .mat-slide-toggle .mat-slide-toggle-ripple { display: none; } /*EOF Mat Slide Toggle**/ /************ Help drawer ************/ .create-drawer.create-drawer-large { max-width: 1380px; width: 100%; } .create-drawer.create-drawer-medium { max-width: 690px; width: 100%; } .create-drawer.create-drawer-small { max-width: 400px; width: 100%; } .create-drawer.help-drawer-common .form-container { padding: 30px 10px 30px 35px; } .help-drawer-common .view-help-title { font-family: 'ApercuPro-Bold-Web'; font-size: 22px; margin-bottom: 10px; color: #000; text-transform: uppercase; } .help-drawer-button-fixed { position: fixed; right: 0; top: 50%; z-index: 100; margin-top: -68px; } .help-drawer-button-fixed .help-button-right { /* background-color: #40c263;*/ height: 153px; width: 45px; display: flex; align-items: center; justify-content: center; color: #ffffff; background-image: url(../images/help-info-icon.png); background-position: 0 0; } .help-drawer-button-fixed .help-button-right img { opacity: 0; } .help-drawer-button-fixed .help-button-right:hover { opacity: 1; background-position: 0 153px; /* background: url(../images/help-info-icon-hover.png) no-repeat top right; */ } .help-content-list .help-title-small { color: #40c263; font-size: 16px; line-height: 25px; margin-bottom: 0px; font-family: 'ApercuPro-Regular-Web'; } .help-content-list .help-list > li { padding: 15px 0px 5px 20px; } .help-content-list .help-list > li:not(:last-of-type) { border-bottom: 1px solid #d9d9d9; } .help-content-list .help-list > li h4 { font-family: 'ApercuPro-Bold-Web'; font-size: 20px; margin-bottom: 10px; color: #000; position: relative; } .help-content-list .help-list > li h4:before { content: ''; display: block; position: absolute; top: 40%; left: -20px; background: #40c263; height: 7px; width: 7px; border-radius: 50%; } .help-content-list .help-list > li p { margin: 0 0 15px; line-height: 20px; } .help-content-list .help-list > li p .green-text { color: #40c263; font-family: 'ApercuPro-Bold-Web'; } .help-child-list-box .help-child-list { margin-bottom: 10px; } .help-child-list-box .help-child-list.help-child-list-half-col { display: grid; grid-template-columns: 50% 50%; } .help-child-list-box .help-child-list li { margin: 3px 0px; position: relative; padding-left: 15px; } .help-child-list-box .help-child-list li:before { content: ''; display: block; position: absolute; top: 40%; left: 0px; background: #000000; height: 4px; width: 4px; border-radius: 100%; } .help-gray-info-box { padding: 15px 20px; background-color: #f3f2f2; } .help-gray-info-box p { margin: 0 0 5px !important; } .help-gray-info-box p span { font-family: 'ApercuPro-Bold-Web'; } .mat-flat-button.mat-primary[disabled]:hover { background-color: rgba(0, 0, 0, .12); } @media (max-width: 1499px) { .create-drawer.create-drawer-large { max-width: 1080px; width: 100%; } } @media (max-width: 1199px) { .create-drawer.create-drawer-large { max-width: 900px; width: 100%; } } /************ Help drawer end ************/ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { border: 0px solid #ffffff; -webkit-text-fill-color: #000000; transition: background-color 5000s ease-in-out 0s; }
service.app/src/assets/css/widgets.css
.content-wrapper { background-color: #ffffff !important; } /*BOf Table Style*******************/ .mat-table { width: 100% } table { border-collapse: inherit; } .table-container { border-radius: 0px; overflow-y: hidden; overflow-x: auto; border: solid 1px #e5e5e5; } .table-container .mat-table.mat-table { border-radius: 0px; overflow: hidden; } .table-container .mat-table .mat-header-row .mat-header-cell { background-color: #d2d2d2; font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 16px; padding: 0 10px; color: #000000; white-space: nowrap; border-color: #b2b2bf; border-width: 0 1px 0 0; border-style: solid; position: static!important; } .table-container .mat-table .mat-header-row .mat-header-cell:last-child { border-right: 0; } .table-container .mat-table .mat-header-row .mat-header-cell .mat-sort-header-button { font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 16px; color: #000000; white-space: nowrap; } .table-container .mat-table .mat-row { background-color: #ffffff; } .table-container .mat-table .mat-row:nth-child(even) { background-color: #f7f7f7; } .table-container .mat-table .mat-row:last-child { border-radius: 0 0 0px 0px; overflow: hidden; } .table-container .mat-table .mat-row .mat-cell { font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 14px; border-color: #e5e5e5; border-width: 0 1px 1px 0; border-style: solid; padding: 0 10px; } .table-container .mat-table .mat-row:last-child .mat-cell { border-bottom: 0; } .table-container .mat-table .mat-row .mat-cell:last-child { border-right: 0; } .mat-sort-header-arrow, .mat-sort-header-sorted .mat-sort-header-arrow { transform: translateY(25%) !important; } .mat-sort-header-indicator { transform: translateY(2px) !important; } .table-container .mat-table .mat-header-row .mat-header-cell[aria-sort="ascending"] .mat-sort-header-sorted .mat-sort-header-indicator { transform: translateY(2px) !important; } .table-container .mat-table .mat-header-row .mat-header-cell[aria-sort="descending"] .mat-sort-header-sorted .mat-sort-header-indicator { transform: translateY(6px) !important; } .table-container .table-icons a { margin: 0 7px; font-size: 16px; white-space: nowrap; cursor: pointer; } .table-container .table-icons a.green { color: #40c263 } .table-container .table-icons a.red { color: #e55405 } .table-container .active { color: #40c263 } .table-container .inactive { color: #e55405 } .table-container .table-icons a.assign-icon i { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .table-container .mat-table .mat-row .mat-cell > a { color: #23a243; } /**BOF Table Filter Arrow***/ .mat-paginator-range-actions .mat-tooltip { display: none !important; } .mat-sort-header-container { justify-content: space-between; } .mat-sort-header-container .mat-sort-header-button { text-align: left; align-items: initial; } .table-container .mat-table .mat-header-row .mat-header-cell .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-stem { height: 0; width: 0; } .table-container .mat-table .mat-header-row .mat-header-cell:first-child { border-left-color: #e5e5e5; } .table-container .mat-table .mat-header-row .mat-header-cell:last-child { border-right-color: #e5e5e5; } td.mat-footer-cell { border-bottom: 0 !important; } .table-container .mat-table .mat-header-row .mat-header-cell:first-child { border-left-color: #e5e5e5; } .table-container .mat-table .mat-header-row .mat-header-cell:last-child { border-right-color: #e5e5e5; } td.mat-footer-cell { border-bottom: 0 !important; } .mat-sort-header-arrow { opacity: 0.2 !important; color: #000; height: 10px !important; } .mat-sort-header-sorted .mat-sort-header-arrow { opacity: 1 !important; transform: none !important; } .mat-footer-row .no_record_found { display: table-cell; } /*EOF Table Filter Arrow***/ /*BOF Table Paginator***/ .mat-paginator { background-color: transparent; } .mat-paginator .mat-paginator-page-size { margin: 0 0 0 0; } .mat-paginator .mat-paginator-container { display: flex; flex-direction: row-reverse; align-items: center; justify-content: end; padding-top: 16px; padding-left: 0; padding-right: 0; } /* .mat-paginator .mat-paginator-range-actions{position:relative;padding:0 100px 0 0;} */ .mat-paginator .mat-paginator-range-actions button { background-color: #ffffff; border-radius: 0px; width: 47px; height: 42px; margin: 0 5px; cursor: pointer; border: solid 1px #c0c5ca; } .mat-paginator .mat-paginator-range-actions button .mat-paginator-icon { color: #6d7076; width: 20px; } .mat-paginator .mat-paginator-range-actions button:hover { background-color: #40c263 !important; border-color: #40c263 !important; } .mat-paginator .mat-paginator-range-actions button:hover .mat-paginator-icon { color: #ffffff; } .mat-paginator .mat-paginator-page-size-label { color: #757575; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: 400; padding: 0 10px 0 20px; margin: 0; } .mat-paginator .mat-paginator-page-size-select .mat-form-field-underline { display: none; } /* .mat-paginator .mat-paginator-page-size-select .mat-form-field-wrapper { background-color: #ffffff; border-radius: 0px; padding: 0 10px; border: solid 1px #e5e5e5 !important; } */ /* .mat-paginator .mat-paginator-page-size-select.mat-focused .mat-form-field-wrapper .mat-form-field-flex { border: 0 !important; } */ .mat-paginator mat-form-field.mat-form-field { width: 75px; margin-bottom: 0; margin-top: 0; margin-right: 0; } .mat-paginator .mat-select-value-text { font-size: 14px !important; font-family: "ApercuPro-Bold-Web"; font-weight: 500; } .mat-paginator-page-size-select .mat-form-field-flex { /* border: 0; */ box-shadow: none !important; } /* .mat-paginator-page-size-select .mat-form-field-flex .mat-form-field-infix { min-height: auto; line-height: normal; } */ .mat-paginator-page-size-select .mat-select { border: 0; box-shadow: none !important; } /*EOF Table Paginator***/ /*EOf Table Style*******************/ /*BOf Mat Form Style*******************/ .mat-focused .mat-form-field-flex { border: solid 1px #989c9f !important; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { border: 0 solid #fff; -webkit-text-fill-color: #000; transition: background-color 5000s ease-in-out 0 } .mat-form-field-flex { border: #c0c5ca solid 1px; border-radius: 0px; font-family: Arial, Helvetica, sans-serif; background: #ffffff; min-height: 40px; padding: 0; position: relative; align-items: center !important; } input.mat-input-element { font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 16px; /*border:#c0c5ca solid 1px;*/ border-radius: 5px; padding: 0 10px; } .form-control:disabled, .form-control[readonly], .mat-input-element:disabled { background-color: rgba(0,0,0,.02)!important; opacity: 0.8; border-radius: 0 !important; margin-top: 0px !important; cursor: not-allowed!important; } .mat-select { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; padding: 0 10px; } .mat-form-field { padding: 0; display: block!important } .mat-form-field .mat-form-field-wrapper { border: 0!important; font-family: Arial, Helvetica, sans-serif; font-weight: 400; padding-bottom: 0; } .mat-form-field .mat-form-field-underline { display: none; } .mat-form-field.mat-focused .mat-form-field-ripple { background-color: #41c363 } .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon, .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon { width: inherit!important } .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon img, .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon img { vertical-align: baseline; } .mat-form-field-flex .mat-form-field-prefix { margin-left: 10px } .mat-form-field-flex .mat-form-field-prefix > span { display: flex; } .mat-form-field-prefix .mat-button, .mat-form-field-suffix .mat-button { min-width: inherit!important; padding: 0 10px!important } .mat-form-field-prefix .material-icons, .mat-form-field-suffix .material-icons { color: #41c363 } .mat-form-field-prefix .material-icons .font-icon, .mat-form-field-suffix .material-icons .font-icon{ color: #41c363; font-size: 18px; font-family: "ApercuPro-Regular-Web"; vertical-align: top; margin-top: 6px; display: inline-block; } .mat-form-field-flex .mat-form-field-suffix { margin: 0 10px; } .mat-select-arrow { color: #000; border-left: 6px solid transparent!important; border-right: 6px solid transparent!important; border-top: 6px solid!important } .mat-form-field.mat-focused.mat-primary .mat-select-arrow { color: #000 } .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) { color: #000 } .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label { -webkit-transform: translateY(0) scale(0) perspective(0) translateZ(0)!important; -ms-transform: translateY(0) scale(0) perspective(0) translateZ(0)!important; transform: translateY(0) scale(0) perspective(0) translateZ(0)!important; width: 100%!important } mat-form-field.mat-form-field { font-size: 18px; margin-bottom: 20px; } .content-header mat-form-field.mat-form-field { margin-bottom: 0px; } .mat-select-value-text { font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 16px!important } .custom-error-icon { color: #f44336 !important; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; display: block !important; } /**/ .mat-form-field-appearance-legacy .mat-form-field-infix { padding: 0; border: 0; min-height: 40px; line-height: 40px; } /* .mat-select{border:#c0c5ca solid 1px;border-radius: 5px;} */ .mat-form-field-type-mat-select .mat-form-field-label { padding: 2px 12px 0 12px; } .mat-form-field-appearance-legacy .mat-form-field-label { padding: 0 10px; font-family: Arial, Helvetica, sans-serif !important; font-weight: 400 !important; font-size: 16px!important; color: #c5c6c7!important; font-size: 16px!important; margin-top: 0; top: auto; } mat-label { margin-bottom: 0.5rem; display: inline-block; } mat-label + .mat-icon-button, .mat-info { height: 24px !important; line-height: 24px !important; width: 24px; margin: 0 8px; } mat-label + .mat-icon-button img, .mat-info img { vertical-align: top; } .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after, .mat-form-field-disabled .mat-form-field-flex { background: rgba(0, 0, 0, .02); } /***/ .mat-select-arrow-wrapper .mat-select-arrow { border: 0 !important; background-image: url(../../assets/images/arrow-down.svg); background-position: center; background-repeat: no-repeat; width: 15px; height: 10px; margin: 0; } /*ERROR***/ .mat-form-field-invalid .mat-form-field-flex { border-color: #f44336; } .mat-form-field-invalid input.mat-input-element { border-color: #f44336; } re-captcha.ng-invalid { border: solid 1px #f44336 !important; display: inline-block; border-radius: 4px; } .mat-select-invalid .mat-select-arrow-wrapper .mat-select-arrow { background-image: url(../../assets/images/arrow-down-red.svg); } /***Error End*****/ /******Custom Error***/ .mat-form-field-flex { position: relative; } .custom-error-icon { color: #f44336 !important; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; display: block !important; } /*******Custom Error***/ /*BOf Select DropDown****/ /* .cdk-overlay-container { z-index: 99; } */ .cdk-overlay-pane { transform: translateX(0) translateY(-15px) !important; } .mat-select-panel-wrap { flex-basis: calc(100% - 10px) !important; } .mat-select-panel { border-radius: 0 !important; margin-top: 47px; min-width: calc(100% - 0)!important; transform: inherit !important; transform-origin: inherit !important; } .mat-select-panel .mat-option { line-height: 40px !important; height: 40px !important; padding: 0 10px !important; } .mat-select-panel .mat-option.mat-selected { background-color: #f7f7f7 !important; } .mat-select-panel .mat-option.mat-selected .mat-option-text { color: #000000; } .mat-select-panel .mat-option.mat-selected .mat-option-text .select-option-img { margin-right: 10px; } .cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing { opacity: 1; } .mat-autocomplete-panel { margin-top: 15px; } .mat-select-panel:not([class*=mat-elevation-z]) { box-shadow: none !important; border: #c0c5ca solid 1px; margin-left: -11px; margin-top: 52px; margin-bottom: 25px; } /*EOf Select DropDown****/ /*****/ .mat-form-field-infix textarea { border-radius: 5px; padding: 10px !important; min-height: 75px; resize: none !important; line-height: 18px; font-family: 'ApercuPro-Regular-Web'; font-size: 16px; } /* BOF Uplod file******/ .upload-file { width: 80px; overflow: hidden; position: relative; display: inline-block; vertical-align: middle; z-index: 2; cursor: pointer; height: 27px; margin: 0 } .upload-file input { height: 24px; width: 80px; overflow: hidden; position: relative; z-index: 0; opacity: 0; cursor: pointer } .upload-file::after { content: "Browse"; position: absolute; text-transform: uppercase; font-size: 12px; font-family: "ApercuPro-Bold-Web"!important; width: 80px!important; height: 24px; line-height: 22px; transition: all ease-in-out .3s; -webkit-transition: all ease-in-out .3s; top: 0; left: 0; background-color: #000; border: solid 1px #000; color: #fff; text-align: center; cursor: pointer; } .upload-file:hover:after { background-color: transparent; color: #000 } /* ul.upload-file-list li a .material-icons{ font-size: 14px;} */ /* EOF Uplod file******/ /*BOF Ticket Detail***/ ul.ticket-detail-list li ul.upload-file-list { padding: 0; margin: 10px; } ul.ticket-detail-list li ul.upload-file-list li:last-child { border: #b6b9bd solid 1px !important; } ul.ticket-detail-list li ul.upload-file-list li a.file-name { padding-right: 10px; } ul.ticket-detail-list li ul.upload-file-list li a.file-name span { padding: 0; } /*EOF Ticket Detail***/ /****/ .watchers-list-field { position: relative; } .watchers-list-field .mat-icon { position: absolute; right: 5px; z-index: 999; } .ticket-resolutions-label { text-align: center } /*****/ /******/ .mat-card-content, .mat-card-subtitle { font-family: "ApercuPro-Regular-Web"; font-weight: 500; font-size: 16px; color: #000; } .form-field { width: 100%; margin-bottom: 15px } .form-field label.form-label { font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 16px; color: #000 } .form-field label b, mat-label .required, .required { color: red } .form-field .input-field .mat-form-field, .common-form .form-field .select-field .mat-form-field { width: 100% } .form-field .textarea-field .mat-form-field { width: 100% } .form-field .textarea-field .mat-form-field textarea { height: 100px; resize: none; font-size: 16px; font-weight: 500; font-family: 'ApercuPro-Regular-Web'; } /*BOF Date Field****/ /* .date-field .mat-input-element{border:0;} .date-field .mat-form-field-flex{border:#c0c5ca solid 1px;border-radius:5px;display:flex;align-items:center;justify-content:space-between; padding-right: 5px;} */ .date-field { display: inline-block; } .date-field + .date-field { margin-left: 15px; } .mat-datepicker-content { box-shadow: none !important; border: solid 1px #e5e5e5; } .mat-datepicker-toggle { background-image: url(../../assets/images/date-icon.svg); background-position: center; background-repeat: no-repeat; margin-top: 8px; } .mat-datepicker-toggle svg { opacity: 0; } .mat-datepicker-toggle .mat-icon-button:focus { outline: none; box-shadow: none; background: transparent !important; } .mat-datepicker-toggle .mat-icon-button .mat-button-ripple { display: none !important; } .cdk-overlay-pane.mat-datepicker-popup { margin-top: 15px; margin-bottom: -15px; } .mat-calendar-body-selected { background-color: #40c263; color: #fff; } .mat-calendar-body-today:not(.mat-calendar-body-selected) { background-color: #e5e5e5 !important; border: 0; } .mat-datepicker-toggle .mat-datepicker-toggle-default-icon { vertical-align: -5px !important; } /*EOF Date Field****/ /*Head Serach Box***/ .content-header-action .mat-form-field-wrapper { /*border:#c0c5ca solid 1px !important;*/ border-radius: 0; padding-bottom: 0; } .content-header-action .mat-form-field-wrapper input.mat-input-element { border: 0; border-radius: none; padding-right: 30px; } .content-header-action .mat-form-field-flex .mat-form-field-suffix { top: 0px; position: absolute; right: 0; bottom: 0; margin: 0; } .content-header-action .mat-form-field-flex .mat-form-field-suffix .mat-button { line-height: normal; display: flex; align-items: center; height: 100%; } /*BOF Check box***********/ .mat-pseudo-checkbox { border: 1px solid #767a83; border-radius: 0 !important; } .mat-option:not(.mat-selected) .mat-pseudo-checkbox { border-width: 1px !important; } .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate { background: #40c263; border-color: #40c263 !important; } .mat-option-text { font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 14px; } .mat-option-text .select-option-img { margin-right: 10px; } .mat-checkbox-checked.mat-primary .mat-checkbox-background, .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background { background: #40c263 !important; } .mat-checkbox-frame { border-color: #c0c5c9; } .mat-checkbox-inner-container { height: 17px !important; width: 17px !important; margin: 0 auto; } .mat-checkbox-inner-container .mat-checkbox-frame { border-width: 1px !important; border-style: solid !important; border-color: #767a83 !important; border-radius: 0px !important; } .mat-checkbox-layout .mat-checkbox-label { font-size: 15px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; color: #000000; line-height: 34px; } .mat-checkbox-frame { border-width: 1px; border-radius: 0; border-color: #e2e3e4; } .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element { background: #41c363; } .mat-checkbox-checked.mat-accent .mat-checkbox-background { border-radius: 0px; background-color: #41c363; } .mat-checkbox-layout { margin-bottom: 0 !important; } .mat-checkbox .mat-checkbox-ripple { display: none !important; } .multiline-checkbox .mat-checkbox-layout { white-space: normal !important; vertical-align: top; align-items: flex-start; } .multiline-checkbox .mat-checkbox-layout .mat-checkbox-inner-container { margin: 5px 8px 0 0; } .multiline-checkbox .mat-checkbox-layout .mat-checkbox-label { line-height: 25px; } /*BOF Redio Button***********/ .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle { border-color: #888888; } .mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple { background-color: #08b034; } /*BOf Error Msg******/ .mat-form-field-subscript-wrapper { z-index: 1; } .mat-error { display: none !important; } .mat-error { background-color: rgba(255, 71, 71, 0.95); border-radius: 0px; box-sizing: border-box; padding: 10px; margin-top: 20px; position: relative; color: #fff; -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); z-index: 9 } .mat-error::after { bottom: 100%; left: 10px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(213, 64, 34, 0); border-bottom-color: rgba(255, 71, 71, 0.95); border-width: 5px } .mat-error span { font-size: 12px; font-weight: 400; font-family: 'ApercuPro-Regular-Web'; display: block; color: #fff; padding-bottom: 5px } .mat-error span:last-child { padding-bottom: 0 } /*EOf Mat Form Style*******************/ /*BOf Mat Form Button Style*******************/ .mat-flat-button { font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 16px; text-transform: uppercase; padding: 0 !important; line-height: initial !important; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s; border-radius: 0 !important; box-shadow: none !important; } .mat-flat-button .mat-button-wrapper { padding: 9px 20px 11px 20px; display: inline-block; } .mat-button-focus-overlay { display: none; } .mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button { border-radius: 0 !important; } /*Button Color*****/ .mat-flat-button.mat-primary { background-color: #2e333a; } .mat-flat-button.mat-primary:hover { background-color: #40c263; color: #ffffff; /* -webkit-box-shadow:0 5px 10px 0 rgba(4,54,116,0.2)!important;-moz-box-shadow:0 5px 10px 0 rgba(4,54,116,0.2)!important;box-shadow:0 5px 10px 0 rgba(4,54,116,0.2)!important; -webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s; */ } .mat-flat-button.mat-primary + .mat-flat-button.mat-primary { margin-left: 10px; } .mat-flat-button.mat-primary.green-bg { background-color: #40c263; } /*EOf Mat Form Button Style*******************/ /******************Create drawer css***********************/ .create-drawer { background-color: #ffffff; min-width: 415px; height: calc(100% - 80px); position: fixed; right: 0; z-index: 98; top: 80px; -webkit-box-shadow: -9px 0px 12px -5px rgba(0,0,0,0.26); -moz-box-shadow: -9px 0px 12px -5px rgba(0,0,0,0.26); box-shadow: -9px 0px 12px -5px rgba(0,0,0,0.26); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; top: 72px; height: calc(100% - 72px); max-width: 500px; width: 100%; border: solid 1px #e5e5e5; border-left: solid 1px #41c362; transition: .5s all linear; } .create-drawer .head { background-color: #41c362; min-height: 50px; position: relative; } .create-drawer .head h2 { font-family: "ApercuPro-Bold-Web"; font-size: 20px; color: #ffffff; line-height: 50px; text-transform: uppercase; padding: 0 35px; margin-bottom: 0; } .create-drawer .head a.closedrawer { background-color: #2e333a; width: 50px; height: 50px; display: inline-block; position: absolute; left: -50px; border-radius: 0; opacity: 9; color: #ffffff; display: flex; align-items: center; justify-content: center; } .create-drawer .transform { -webkit-transition: all 2s ease-in; -moz-transition: all 2s ease-in; -o-transition: all 2s ease-in; -ms-transition: all 2s ease-in; transition: all 2s ease-in; } /*=== View user sidepopup CSS start==== */ .create-drawer .form-container { padding: 40px; height: calc(100vh - 120px); overflow: auto; } .create-drawer .view-form .form-detail-list { display: flex; padding: 10px 0px; border-bottom: 1px solid #c0c5c9; } .create-drawer .view-form .form-detail-list:last-child { border-bottom: 0; } .create-drawer .view-form .form-detail-list label { color: #767676; min-width: 160px; margin-bottom: 0; font-size: 16px; } .create-drawer .view-form .form-detail-list p { color: #000; font-size: 16px; margin-bottom: 0; } .create-drawer a.closedrawer { background-color: #2e333a; width: 50px; height: 50px; display: inline-block; position: absolute; left: -50px; border-radius:0; opacity: 9; color: #ffffff; display: flex; align-items: center; justify-content: center; } .create-drawer .sidepopup-ttl { font-family: 'ApercuPro-Bold-Web'; font-size: 24px; margin-bottom: 10px; color: #000; } /*=== View user sidepopup CSS end==== */ /******************Create drawer css End***********************/ /*BOF Filter Style ****************/ .mat-card.filter-card { background-color: #fff; position: relative; margin-bottom: 15px; padding: 15px !important; box-shadow: none !important; border: solid 1px #e5e5e5; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s } .filter-wrap { display: flex; width: 100%; flex: 1; } .filter-wrap .filter-label { align-self: center; } .filter-wrap .filter-label > label { font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 20px; color: #000000; display: flex; margin: 0; width: 90px; } .filter-wrap .filter-form-field { /*flex:1;*/ padding-right: 20px; } .filter-wrap .filter-form-field > ul { display: flex; align-items: flex-end; flex-wrap: wrap; } .filter-wrap .filter-form-field > ul > li { padding: 0 10px; } .filter-wrap .filter-form-field > ul > li .date-field { width: 150px; display: block; } .filter-wrap .filter-form-action { display: flex; align-items: flex-end; } .mat-card.filter-card mat-form-field.mat-form-field, .mat-card.filter-card .mat-flat-button { margin-bottom: 10px; } .mat-card.filter-card .filter-card-head { display: flex; justify-content: space-between; align-items: center; margin: 0; position: absolute; right: 15px; top: 5px; } .mat-card.filter-card .mat-card-header-text, .mat-card.filter-card .mat-card-title { padding: 0; margin: 0; } .mat-card.filter-card::after { bottom: 100%; right: 22px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 10px; margin-left: -10px; } .mat-card.filter-card::before { bottom: 100%; right: 22px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-bottom-color: #000000; border-width: 10px; margin-left: -10px; } .mat-card.filter-card-noarrow::after, .mat-card.filter-card-noarrow::before { display: none; } /*EOF Filter Style ****************/ /* tab css start****************/ .mat-tab-header { margin-bottom: 25px; } .mat-tab-labels{border-bottom: 3px solid #41c363;} .mat-tab-group { font-family: Arial, Helvetica, sans-serif; } /* .mat-tab-labels { border: 1px solid #e5e5e5; border-radius: 0px } */ .mat-tab-label-container { background: #ffffff; border-radius: 0px; } .mat-tab-label { padding: 0 35px !important; opacity: 1 !important; font-size: 18px; height: 50px; /* border-right: 1px solid #e5e5e5; */ margin-right: 10px !important; background-color: #f0f0f0; } .mat-tab-label, .mat-tab-link { font-family: 'ApercuPro-Regular-Web'; color: #000000; } /* .mat-tab-label:not(:last-of-type){ border-right: 1px solid #e5e5e5; } */ .mat-tab-label-active { background: #41c363; border-right-color: #2e333a; color: #ffffff; } .mat-ink-bar { display: none; } .mat-tab-header, .mat-tab-nav-bar { border-bottom: none; } .mat-drawer-container { color: #000; } .mat-tab-body-wrapper { overflow: inherit !important; margin: 0 -20px; } .mat-tab-body-content { overflow: inherit !important; padding: 0 20px; padding-bottom: 20px; } .mat-tab-body-content .content { background: #ffffff; /* -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05) !important; -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05) !important; box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05) !important; */ margin-bottom: 25px; overflow: hidden; border: solid 1px #e5e5e5; } /* tab css end****************/ /* Inner tab css start****************/ .inner-tab .mat-tab-header .mat-tab-labels{ border: 0;} .inner-tab .mat-tab-header .mat-tab-labels .mat-tab-label{ border-right: 0; min-width: auto; padding: 0 20px !important; color: #919191; font-family: "ApercuPro-Regular-Web"; font-size: 18px; text-transform: uppercase; border-bottom: solid 3px transparent; background: transparent;} .inner-tab .mat-tab-header .mat-tab-labels .mat-tab-label:hover{border-bottom: solid 3px #08af34; color: #000000;} .inner-tab .mat-tab-header .mat-tab-labels .mat-tab-label-active{ background: transparent; border-right: 0; border-bottom: solid 3px #08af34; color: #000000;} .inner-tab .mat-tab-header .mat-tab-labels .mat-ripple-element{ display: none;} /* Inner tab css end****************/ /*BOF Package Accordion**********************/ .accordion .mat-expansion-panel { box-shadow: none; border: 0; border-radius: 0 !important; margin: 0; } .accordion .mat-expansion-panel-header { padding: 5px; border-bottom: #cecece solid 1px; height: initial !important; } .accordion .mat-expansion-panel-header:hover { background: transparent !important; } .accordion .mat-expansion-panel-header-title { font-family: "ApercuPro-Regular-Web"; font-weight: 400; font-size: 18px; color: #000000; } .accordion .mat-expansion-panel-header-title span { font-family: "ApercuPro-Bold-Web"; font-weight: 500; font-size: 18px; color: #000000; } .accordion .mat-expansion-panel-body { padding: 15px 0; } .accordion .mat-expansion-indicator::after, .accordion .mat-expansion-panel-header-description { color: #000000 !important; } /*EOF Package Accordion**********************/ /*BOF Mat Slide Toggle*****************/ .mat-slide-toggle { vertical-align: middle; } .mat-slide-toggle .mat-slide-toggle-bar { width: 46px; height: 24px; border-radius: 100px; vertical-align: middle } .mat-slide-toggle .mat-slide-toggle-thumb-container { top: 2px; left: 1px; } .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container { transform: translate3d(24px, 0, 0) !important; } .mat-slide-toggle.mat-checked .mat-slide-toggle-bar { background-color: #40c263; } .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb { background-color: #ffffff; } .mat-slide-toggle .mat-slide-toggle-ripple { display: none; } /*EOF Mat Slide Toggle**/ /************ Help drawer ************/ .create-drawer.create-drawer-large { max-width: 1380px; width: 100%; } .create-drawer.create-drawer-medium { max-width: 690px; width: 100%; } .create-drawer.create-drawer-small { max-width: 400px; width: 100%; } .create-drawer.help-drawer-common .form-container { padding: 30px 10px 30px 35px; } .help-drawer-common .view-help-title { font-family: 'ApercuPro-Bold-Web'; font-size: 22px; margin-bottom: 10px; color: #000; text-transform: uppercase; } .help-drawer-button-fixed { position: fixed; right: 0; top: 50%; z-index: 100; margin-top: -68px; } .help-drawer-button-fixed .help-button-right { /* background-color: #40c263;*/ height: 153px; width: 45px; display: flex; align-items: center; justify-content: center; color: #ffffff; background-image: url(../images/help-info-icon.png); background-position: 0 0; } .help-drawer-button-fixed .help-button-right img { opacity: 0; } .help-drawer-button-fixed .help-button-right:hover { opacity: 1; background-position: 0 153px; /* background: url(../images/help-info-icon-hover.png) no-repeat top right; */ } .help-content-list .help-title-small { color: #40c263; font-size: 16px; line-height: 25px; margin-bottom: 0px; font-family: 'ApercuPro-Regular-Web'; } .help-content-list .help-list > li { padding: 15px 0px 5px 20px; } .help-content-list .help-list > li:not(:last-of-type) { border-bottom: 1px solid #d9d9d9; } .help-content-list .help-list > li h4 { font-family: 'ApercuPro-Bold-Web'; font-size: 20px; margin-bottom: 10px; color: #000; position: relative; } .help-content-list .help-list > li h4:before { content: ''; display: block; position: absolute; top: 40%; left: -20px; background: #40c263; height: 7px; width: 7px; border-radius: 50%; } .help-content-list .help-list > li p { margin: 0 0 15px; line-height: 20px; } .help-content-list .help-list > li p .green-text { color: #40c263; font-family: 'ApercuPro-Bold-Web'; } .help-child-list-box .help-child-list { margin-bottom: 10px; } .help-child-list-box .help-child-list.help-child-list-half-col { display: grid; grid-template-columns: 50% 50%; } .help-child-list-box .help-child-list li { margin: 3px 0px; position: relative; padding-left: 15px; } .help-child-list-box .help-child-list li:before { content: ''; display: block; position: absolute; top: 40%; left: 0px; background: #000000; height: 4px; width: 4px; border-radius: 100%; } .help-gray-info-box { padding: 15px 20px; background-color: #f3f2f2; } .help-gray-info-box p { margin: 0 0 5px !important; } .help-gray-info-box p span { font-family: 'ApercuPro-Bold-Web'; } .mat-flat-button.mat-primary[disabled]:hover { background-color: rgba(0, 0, 0, .12); } @media (max-width: 1499px) { .create-drawer.create-drawer-large { max-width: 1080px; width: 100%; } } @media (max-width: 1199px) { .create-drawer.create-drawer-large { max-width: 900px; width: 100%; } } /************ Help drawer end ************/ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { border: 0px solid #ffffff; -webkit-text-fill-color: #000000; transition: background-color 5000s ease-in-out 0s; }
0.276495
0.163579
@media screen and (min-width : 768px) { .mob_top_margin,.top_margin,.top_margin2{ margin-top: 50px!important; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; } .nav-tabs > li > a { border: none; color: #ffffff;background: #5a4080; } .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #5a4080 !important; background: #fff; } .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); } .tab-nav > li > a::after { background: ##5a4080 none repeat scroll 0% 0%; color: #fff; } .tab-pane { padding: 15px 0; } .tab-content{padding:20px} .nav-tabs > li {width:20%; text-align:center;} .card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; } } @media screen and (max-width: 600px) { .finished_s1{ display: grid!important; } .heading_head{ display: block; font-size: 14vw!important; } .m-b-md{ margin-bottom: 0px!important; } .mob_top_margin,.top_margin{ margin-top: 70px; } .mob_margin_bottom{ margin-bottom: 9%; } } .heading_head{ display: block; font-size: 4vw; color: black; } .cust_button{ outline: none!important; border-radius: 2em!important; padding: 6px 18px!important; color: black; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); font-family: 'Nunito', sans-serif; letter-spacing: 0.2px; opacity: 0.93; background-color: #fff; border-color: #ccc!important; } body{ background:#eee; } .card::after { display: block; position: absolute; bottom: -10px; left: 20px; width: calc(100% - 40px); height: 35px; background-color: #fff; -webkit-box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09); box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09); content: ''; z-index: -1; } a.card { text-decoration: none; } .card { position: relative; border: 0; border-radius: 0; background-color: #fff; -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09); box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09); } .card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border-radius: .25rem; } .box-shadow { -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important; box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important; } .ml-auto, .mx-auto { margin-left: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .rounded-circle { border-radius: 50% !important; } .bg-white { background-color: #fff !important; } .ml-auto, .mx-auto { margin-left: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .d-block { display: block !important; } img, figure { max-width: 100%; height: auto; vertical-align: middle; } .card-text { padding-top: 12px; color: #8c8c8c; } .text-sm { font-size: 12px !important; text-align: justify; } .card-title { margin: 0; font-family: "Montserrat",sans-serif; font-size: 18px; font-weight: 900; color: black; } .pt-1, .py-1 { padding-top: .25rem !important; } .head-icon{ margin-top:18px; color:#EB536C; } .mob_top_margin{ margin-top: 70px; } .card-body{ padding: 10px; } .live_icon{ position: absolute; right: 5px; top: 5px; } .color_green{ color: green; } .beats { animation:fa-beat 3s ease infinite; } @keyframes fa-beat { 0% { transform:scale(1); } 5% { transform:scale(1.25); } 20% { transform:scale(1); } 30% { transform:scale(1); } 35% { transform:scale(1.25); } 50% { transform:scale(1); } 55% { transform:scale(1.25); } 70% { transform:scale(1); } } .no_margin p , .panel_header p{ margin: 5px!important; } .input-group-btn{ display: block!important; } .error_msg p{ color: red!important; } .success_msg { color: green!important; } .cardz { box-sizing: border-box; padding: 10px; font-family: Ubuntu; border-radius: 25px; color: white; line-height: 25px; box-shadow: 5px 5px 10px #ccc; margin-top: 10px; } .cardz.purple { background:linear-gradient(135deg, #622774 0%,#c53364 100%); } .cardz.green { background: linear-gradient(150deg, #39ef74, #4600f1 100%); } .buttonz { text-transform: uppercase; width: 63%; display: block; margin: 0 auto; color: #4600f1; border-radius: 50px; padding: 6px; background: white; border: none; outline-style: none; text-align: center; text-decoration: none; } .bg_color{ background-color: #000080!important; } .navbar-default .navbar-brand{ color: white!important; font-weight: bold; font-size: x-large; } .navbar-default .navbar-nav>li>a{ color: white!important; } .color_white{ color: white!important; opacity: 1!important; outline-style: none; } #snackbar { visibility: hidden; min-width: 250px; margin-left: -125px; background-color: #333; color: #fff; text-align: center; border-radius: 2px; padding: 16px; position: fixed; z-index: 1; left: 50%; bottom: 30px; font-size: 17px; } #snackbar.show { visibility: visible; -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } .lang_model{ color: black; } .color_red{ color: red!important; } .section { padding: 100px 0; position: relative; } .gray-bg { background-color: #f5f5f5; } .section-title h2 { font-weight: 700; color: #20247b; font-size: 45px; margin: 0 0 15px; border-left: 5px solid #fc5356; padding-left: 15px; } .section-title { padding-bottom: 45px; } .section-title p { margin: 0; font-size: 18px; } /* Resume Box ---------------------*/ .resume-box { background: #ffffff; box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08); border-radius: 10px; } .resume-box ul { margin: 0; padding: 30px 20px; list-style: none; } .resume-box li { position: relative; padding: 0 20px 0 60px; margin: 0 0 30px; } .resume-box li:last-child { margin-bottom: 0; } .resume-box li:after { content: ""; position: absolute; top: 0px; left: 20px; border-left: 1px dashed #fc5356; bottom: 0; } .resume-box .icon { width: 40px; height: 40px; position: absolute; left: 0; right: 0; color: #fc5356; line-height: 40px; background: #ffffff; text-align: center; z-index: 1; border: 1px dashed; border-radius: 50%; } .resume-box .time { background: #fc5356; color: #ffffff; font-size: 10px; padding: 2px 10px; display: inline-block; margin-bottom: 12px; border-radius: 20px; font-weight: 600; } .resume-box .time_green { background: #7367F0; color: #ffffff; font-size: 10px; padding: 2px 10px; display: inline-block; margin-bottom: 12px; border-radius: 20px; font-weight: 600; } .resume-box h5 { font-weight: 700; color: #20247b; font-size: 16px; margin-bottom: 10px; } .resume-box p { margin: 0; } .resume-box li:after { content: ""; position: absolute; top: 0px; left: 20px; border-left: 1px dashed #fc5356; bottom: 0; } .resume-box { margin-bottom: 10px!important; padding: 10px!important; } .show_questions{ margin-top: 10px; } .resume-box i{ color: black; } .single_boxer{ max-height: 135px; min-height: 135px; } .para_boxer{ max-height: 210px; min-height: 175px; overflow-y: hidden; } .finished_s1{ display: -webkit-inline-box; } .txt_justify{ text-align: justify; }
public/css/custome_admin.css
@media screen and (min-width : 768px) { .mob_top_margin,.top_margin,.top_margin2{ margin-top: 50px!important; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; } .nav-tabs > li > a { border: none; color: #ffffff;background: #5a4080; } .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #5a4080 !important; background: #fff; } .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); } .tab-nav > li > a::after { background: ##5a4080 none repeat scroll 0% 0%; color: #fff; } .tab-pane { padding: 15px 0; } .tab-content{padding:20px} .nav-tabs > li {width:20%; text-align:center;} .card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; } } @media screen and (max-width: 600px) { .finished_s1{ display: grid!important; } .heading_head{ display: block; font-size: 14vw!important; } .m-b-md{ margin-bottom: 0px!important; } .mob_top_margin,.top_margin{ margin-top: 70px; } .mob_margin_bottom{ margin-bottom: 9%; } } .heading_head{ display: block; font-size: 4vw; color: black; } .cust_button{ outline: none!important; border-radius: 2em!important; padding: 6px 18px!important; color: black; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); font-family: 'Nunito', sans-serif; letter-spacing: 0.2px; opacity: 0.93; background-color: #fff; border-color: #ccc!important; } body{ background:#eee; } .card::after { display: block; position: absolute; bottom: -10px; left: 20px; width: calc(100% - 40px); height: 35px; background-color: #fff; -webkit-box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09); box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09); content: ''; z-index: -1; } a.card { text-decoration: none; } .card { position: relative; border: 0; border-radius: 0; background-color: #fff; -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09); box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09); } .card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border-radius: .25rem; } .box-shadow { -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important; box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important; } .ml-auto, .mx-auto { margin-left: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .rounded-circle { border-radius: 50% !important; } .bg-white { background-color: #fff !important; } .ml-auto, .mx-auto { margin-left: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .d-block { display: block !important; } img, figure { max-width: 100%; height: auto; vertical-align: middle; } .card-text { padding-top: 12px; color: #8c8c8c; } .text-sm { font-size: 12px !important; text-align: justify; } .card-title { margin: 0; font-family: "Montserrat",sans-serif; font-size: 18px; font-weight: 900; color: black; } .pt-1, .py-1 { padding-top: .25rem !important; } .head-icon{ margin-top:18px; color:#EB536C; } .mob_top_margin{ margin-top: 70px; } .card-body{ padding: 10px; } .live_icon{ position: absolute; right: 5px; top: 5px; } .color_green{ color: green; } .beats { animation:fa-beat 3s ease infinite; } @keyframes fa-beat { 0% { transform:scale(1); } 5% { transform:scale(1.25); } 20% { transform:scale(1); } 30% { transform:scale(1); } 35% { transform:scale(1.25); } 50% { transform:scale(1); } 55% { transform:scale(1.25); } 70% { transform:scale(1); } } .no_margin p , .panel_header p{ margin: 5px!important; } .input-group-btn{ display: block!important; } .error_msg p{ color: red!important; } .success_msg { color: green!important; } .cardz { box-sizing: border-box; padding: 10px; font-family: Ubuntu; border-radius: 25px; color: white; line-height: 25px; box-shadow: 5px 5px 10px #ccc; margin-top: 10px; } .cardz.purple { background:linear-gradient(135deg, #622774 0%,#c53364 100%); } .cardz.green { background: linear-gradient(150deg, #39ef74, #4600f1 100%); } .buttonz { text-transform: uppercase; width: 63%; display: block; margin: 0 auto; color: #4600f1; border-radius: 50px; padding: 6px; background: white; border: none; outline-style: none; text-align: center; text-decoration: none; } .bg_color{ background-color: #000080!important; } .navbar-default .navbar-brand{ color: white!important; font-weight: bold; font-size: x-large; } .navbar-default .navbar-nav>li>a{ color: white!important; } .color_white{ color: white!important; opacity: 1!important; outline-style: none; } #snackbar { visibility: hidden; min-width: 250px; margin-left: -125px; background-color: #333; color: #fff; text-align: center; border-radius: 2px; padding: 16px; position: fixed; z-index: 1; left: 50%; bottom: 30px; font-size: 17px; } #snackbar.show { visibility: visible; -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } .lang_model{ color: black; } .color_red{ color: red!important; } .section { padding: 100px 0; position: relative; } .gray-bg { background-color: #f5f5f5; } .section-title h2 { font-weight: 700; color: #20247b; font-size: 45px; margin: 0 0 15px; border-left: 5px solid #fc5356; padding-left: 15px; } .section-title { padding-bottom: 45px; } .section-title p { margin: 0; font-size: 18px; } /* Resume Box ---------------------*/ .resume-box { background: #ffffff; box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08); border-radius: 10px; } .resume-box ul { margin: 0; padding: 30px 20px; list-style: none; } .resume-box li { position: relative; padding: 0 20px 0 60px; margin: 0 0 30px; } .resume-box li:last-child { margin-bottom: 0; } .resume-box li:after { content: ""; position: absolute; top: 0px; left: 20px; border-left: 1px dashed #fc5356; bottom: 0; } .resume-box .icon { width: 40px; height: 40px; position: absolute; left: 0; right: 0; color: #fc5356; line-height: 40px; background: #ffffff; text-align: center; z-index: 1; border: 1px dashed; border-radius: 50%; } .resume-box .time { background: #fc5356; color: #ffffff; font-size: 10px; padding: 2px 10px; display: inline-block; margin-bottom: 12px; border-radius: 20px; font-weight: 600; } .resume-box .time_green { background: #7367F0; color: #ffffff; font-size: 10px; padding: 2px 10px; display: inline-block; margin-bottom: 12px; border-radius: 20px; font-weight: 600; } .resume-box h5 { font-weight: 700; color: #20247b; font-size: 16px; margin-bottom: 10px; } .resume-box p { margin: 0; } .resume-box li:after { content: ""; position: absolute; top: 0px; left: 20px; border-left: 1px dashed #fc5356; bottom: 0; } .resume-box { margin-bottom: 10px!important; padding: 10px!important; } .show_questions{ margin-top: 10px; } .resume-box i{ color: black; } .single_boxer{ max-height: 135px; min-height: 135px; } .para_boxer{ max-height: 210px; min-height: 175px; overflow-y: hidden; } .finished_s1{ display: -webkit-inline-box; } .txt_justify{ text-align: justify; }
0.441191
0.071364
.textreflectionEffectWrapper { margin: -121px 0 0;/* adjust margin-top to adjust space between original text and reflection */ height: 55px;/* height of reflection */ } .textreflectionClone { line-height: 0.25;/* adjust to fine-tune vertical position of reflected text behind gradient (within div.textreflectionEffectWrapper) */ } .textreflectionMask { /* code for gradient overlaying the reflection; adjust if you want another gradient than 50% white to solid white */ background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* W3C */ } .textreflectionMask.noGradients { /* use image for browsers that do not support css-gradients */ /* adjust if you want another gradient than 70% white to solid white */ background: transparent url(images/textreflection/gradient-white.png) repeat-x 0 0; } /*---- You probably won't want to change the values below this comment ----*/ .textreflectionWrapper { position: relative; overflow: visible; } .textreflectionEffectWrapper { position: absolute; overflow: hidden; left: 0; padding: 0; width: 100%; z-index: 0; } /* iPhone sometimes has trouble displaying reflections correctly; hide them until we've found a fix */ @media (max-device-width: 320px) { .textreflectionEffectWrapper { display: none; } } .textreflection { position: relative; z-index: 1; } .textreflectionClone { position: absolute; margin: 0; top: 0; left: 0; z-index: 0; overflow: hidden; height: 100%; width: 100%; /* code for flipping the clone */ -moz-transform: scaleY(-1); /* Gecko */ -o-transform: scaleY(-1); /* Opera */ -webkit-transform: scaleY(-1); /* webkit */ transform: scaleY(-1); /* standard */ filter: FlipV; /* IE 6/7/8 */ } .textreflectionMask { position: relative; top: 0; left: 0; height: 100%; z-index: 1; }
d003p2.alexbooster.com/_css/jquery.textreflection.css
.textreflectionEffectWrapper { margin: -121px 0 0;/* adjust margin-top to adjust space between original text and reflection */ height: 55px;/* height of reflection */ } .textreflectionClone { line-height: 0.25;/* adjust to fine-tune vertical position of reflected text behind gradient (within div.textreflectionEffectWrapper) */ } .textreflectionMask { /* code for gradient overlaying the reflection; adjust if you want another gradient than 50% white to solid white */ background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* W3C */ } .textreflectionMask.noGradients { /* use image for browsers that do not support css-gradients */ /* adjust if you want another gradient than 70% white to solid white */ background: transparent url(images/textreflection/gradient-white.png) repeat-x 0 0; } /*---- You probably won't want to change the values below this comment ----*/ .textreflectionWrapper { position: relative; overflow: visible; } .textreflectionEffectWrapper { position: absolute; overflow: hidden; left: 0; padding: 0; width: 100%; z-index: 0; } /* iPhone sometimes has trouble displaying reflections correctly; hide them until we've found a fix */ @media (max-device-width: 320px) { .textreflectionEffectWrapper { display: none; } } .textreflection { position: relative; z-index: 1; } .textreflectionClone { position: absolute; margin: 0; top: 0; left: 0; z-index: 0; overflow: hidden; height: 100%; width: 100%; /* code for flipping the clone */ -moz-transform: scaleY(-1); /* Gecko */ -o-transform: scaleY(-1); /* Opera */ -webkit-transform: scaleY(-1); /* webkit */ transform: scaleY(-1); /* standard */ filter: FlipV; /* IE 6/7/8 */ } .textreflectionMask { position: relative; top: 0; left: 0; height: 100%; z-index: 1; }
0.481454
0.082771
.flex { display: flex } .justify-start { justify-content:flex-start } .justify-center { justify-content: center } .align-start { align-items: flex-start } .align-center { align-items: center } /* header */ .App-header { background-color:rgb(123, 149, 163); min-height: 10vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; position: sticky; top: 0; z-index: 10; border: 3px solid white; } .App-header span { font-size: 1.5rem; text-shadow: 2px 2px 5px black; color: white } /* Personal Details */ .details-wrapper { display: flex; justify-content: center; align-items: center; margin-top: 1rem; /* height: 80vh */ flex-grow: 1 } .details-container { display: flex; align-items: center; margin-bottom: 1rem; } .card-container { margin: 0 0 0 2rem; box-shadow: 3px 4px 5px 4px #888888; } @media (max-width: 600px) { .details-wrapper { justify-content: center; align-items: center } .details-container{ flex-direction:column } .card-container { margin: 1rem 0 0 0; } } /* Accordion */ .accordion-tab-container{ display: flex; flex-grow: 1; align-items: center; } .accordion-info-container { display: flex; flex-grow: 1; justify-content: center; align-items: center; margin-left: 1rem; box-shadow: 3px 4px 5px 4px #888888; } .accordion-info-container a span{ font-weight: bold; text-decoration: underline; } @media (max-width: 320px) { .accordion-tab-container{ flex-direction:column } .accordion-info-container{ margin: 1rem 0 0 0; } } /* PrimeReact components fixups*/ .p-panel-content{ border-color: transparent !important; font-size:1.5rem; } @media (max-width: 600px) { .p-panel-content{ font-size:1rem; } } .p-accordion-content{ padding-left: 1px !important; padding-bottom: 10px !important; } .p-accordion-content .rotating-cube{ height: 10rem; width: 10rem; min-width: 9rem; min-height: 9rem; background-color: rgb(123, 149, 163); box-shadow: 3px 4px 5px 4px #888888; } .p-tabview{ padding: 5px 5px 3.5px 5px !important; } .p-tabview-nav{ padding: 0 5px 0 5px !important } .p-tabview-panels{ padding: 8px 5px 8px 5px !important; border-color: transparent !important }
src/assets/css/App.css
.flex { display: flex } .justify-start { justify-content:flex-start } .justify-center { justify-content: center } .align-start { align-items: flex-start } .align-center { align-items: center } /* header */ .App-header { background-color:rgb(123, 149, 163); min-height: 10vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; position: sticky; top: 0; z-index: 10; border: 3px solid white; } .App-header span { font-size: 1.5rem; text-shadow: 2px 2px 5px black; color: white } /* Personal Details */ .details-wrapper { display: flex; justify-content: center; align-items: center; margin-top: 1rem; /* height: 80vh */ flex-grow: 1 } .details-container { display: flex; align-items: center; margin-bottom: 1rem; } .card-container { margin: 0 0 0 2rem; box-shadow: 3px 4px 5px 4px #888888; } @media (max-width: 600px) { .details-wrapper { justify-content: center; align-items: center } .details-container{ flex-direction:column } .card-container { margin: 1rem 0 0 0; } } /* Accordion */ .accordion-tab-container{ display: flex; flex-grow: 1; align-items: center; } .accordion-info-container { display: flex; flex-grow: 1; justify-content: center; align-items: center; margin-left: 1rem; box-shadow: 3px 4px 5px 4px #888888; } .accordion-info-container a span{ font-weight: bold; text-decoration: underline; } @media (max-width: 320px) { .accordion-tab-container{ flex-direction:column } .accordion-info-container{ margin: 1rem 0 0 0; } } /* PrimeReact components fixups*/ .p-panel-content{ border-color: transparent !important; font-size:1.5rem; } @media (max-width: 600px) { .p-panel-content{ font-size:1rem; } } .p-accordion-content{ padding-left: 1px !important; padding-bottom: 10px !important; } .p-accordion-content .rotating-cube{ height: 10rem; width: 10rem; min-width: 9rem; min-height: 9rem; background-color: rgb(123, 149, 163); box-shadow: 3px 4px 5px 4px #888888; } .p-tabview{ padding: 5px 5px 3.5px 5px !important; } .p-tabview-nav{ padding: 0 5px 0 5px !important } .p-tabview-panels{ padding: 8px 5px 8px 5px !important; border-color: transparent !important }
0.376509
0.084041
.mui-plus header.mui-bar{ display: none; } .mui-plus .mui-bar-nav~.mui-content{ padding: 0; } /*hm开头的表示仅为 Hello MUI示例定义*/ .hm-description{ margin: .5em 0; } .hm-description>li { font-size: 14px; color: #8f8f94; } /* 公共样式 */ .mui-btn-danger{ background-color: #c8000a; } .mui-bar-nav{ background-color: #c8000a; } .mui-title{ color:#fff; } .mui-pull-left,.mui-pull-right{ line-height: 44px; color: #fff; } .mui-input-group label{ width: 30%!important; font-size: 18px!important; } .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{ width: 70%!important; } .mui-card{ margin:0!important; } .mui-input-group:first-child{ margin-top: 0px!important; } /*注册页面*/ .area { margin: 20px auto 0px auto; } .mui-input-group { margin-top: 10px; } .mui-input-group:first-child { margin-top: 20px; } .mui-input-group label { width: 22%; } .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea { width: 78%; } .mui-checkbox input[type=checkbox], .mui-radio input[type=radio] { top: 6px; } .mui-content-padded { margin-top: 25px; } .mui-btn { padding: 10px; } .link-area { display: block; margin-top: 25px; text-align: center; } .spliter { color: #bbb; padding: 0px 8px; } .oauth-area { position: absolute; bottom: 20px; left: 0px; text-align: center; width: 100%; padding: 0px; margin: 0px; } .oauth-area .oauth-btn { display: inline-block; width: 50px; height: 50px; background-size: 30px 30px; background-position: center center; background-repeat: no-repeat; margin: 0px 20px; /*-webkit-filter: grayscale(100%); */ border: solid 1px #ddd; border-radius: 25px; } .oauth-area .oauth-btn:active { border: solid 1px #aaa; } .oauth-area .oauth-btn.disabled { background-color: #ddd; } /* 乐享金 */ .circle{ background-color: #c8000a; height: 5rem; width: 5rem; line-height: 5rem; color:#fff; margin:0 auto; border-radius: 50%; text-align: center; } .circle-gray{ background-color:#fff; color:#000; } .progress{ background-color: #ededed; } .app-header { color:#c8000a; font-size: 20px; font-weight: 600; } .mui-msg{ text-align: center; padding: 1rem; color:#b0adad; } .result .mui-icon{ color:#4cd964; } .flag{ color:#dd524d!important; } /* 贷款申请页面 */ .mui-popup-inner{ padding:0px!important; } .mui-popup{ border-radius: 8px!important; } .mui-table-view-radio .mui-table-view-cell>a:not(.mui-btn){ text-align: left!important; } .mui-popup-title{ line-height: 2.8rem; color:#c8000a; } .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{ text-align: left!important; } .mui-popup { width: 90%!important; } h5{ padding-top: 15px; } .field-contain label{ width: auto; padding-right: 0; } .field-contain input[type='text']{ width: 40px; height: 30px; padding: 5px 0; float: none; text-align: center; } /* 自我评估 */ .list-radio{ position: absolute; top:50%; left: 5%; width: 90%; transform: translateY(-50%) } .com-title{ text-align: center; height: 2.6rem; line-height: 2.6rem; background-color: #c8000a; color:#fff; font-size: 1.6rem; font-weight: 600; } .active{ display: block; } .no{ display: none; } /* 贷款产品页面 */ .plist li{ display: flex; display: -webkit-flex; border-bottom: 8px solid #efeff4; } .plist-l{ flex: 2; -webkit-flex: 2; flex:2; position: relative; } .plist-l img{ width: 100%; height: 100%; } .plist-r{ flex: 3; -webkit-flex: 3; margin-left: 0.5rem; } .plist .mui-table-view-cell{ padding:0.5rem; } .plist-r button{ margin:0.5rem 0 0 1rem; } .plist-r p{ font-size: 16px!important; line-height: 1.6rem; color:#000; } .plist-r p .mui-icon{ color:#4cd964; font-size: 17px; margin-right: 4px; border-radius: 50%; border:1px solid #4cd964; } .pname{ width: 100%; top: 50%; transform: translateY(-50%); text-align: center; position: absolute; font-weight: 700; font-size:26px!important; color:#FFF; line-height: 32px; } .plist-r .mui-btn{ padding: 5px!important; } .mui-h5, h5{ font-size: 18px; } .marginBg{ border-top: 2rem solid #efeff4; } .marginBg .weui-cells{ margin-top: 0px; }
public/wx/css/app.css
.mui-plus header.mui-bar{ display: none; } .mui-plus .mui-bar-nav~.mui-content{ padding: 0; } /*hm开头的表示仅为 Hello MUI示例定义*/ .hm-description{ margin: .5em 0; } .hm-description>li { font-size: 14px; color: #8f8f94; } /* 公共样式 */ .mui-btn-danger{ background-color: #c8000a; } .mui-bar-nav{ background-color: #c8000a; } .mui-title{ color:#fff; } .mui-pull-left,.mui-pull-right{ line-height: 44px; color: #fff; } .mui-input-group label{ width: 30%!important; font-size: 18px!important; } .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{ width: 70%!important; } .mui-card{ margin:0!important; } .mui-input-group:first-child{ margin-top: 0px!important; } /*注册页面*/ .area { margin: 20px auto 0px auto; } .mui-input-group { margin-top: 10px; } .mui-input-group:first-child { margin-top: 20px; } .mui-input-group label { width: 22%; } .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea { width: 78%; } .mui-checkbox input[type=checkbox], .mui-radio input[type=radio] { top: 6px; } .mui-content-padded { margin-top: 25px; } .mui-btn { padding: 10px; } .link-area { display: block; margin-top: 25px; text-align: center; } .spliter { color: #bbb; padding: 0px 8px; } .oauth-area { position: absolute; bottom: 20px; left: 0px; text-align: center; width: 100%; padding: 0px; margin: 0px; } .oauth-area .oauth-btn { display: inline-block; width: 50px; height: 50px; background-size: 30px 30px; background-position: center center; background-repeat: no-repeat; margin: 0px 20px; /*-webkit-filter: grayscale(100%); */ border: solid 1px #ddd; border-radius: 25px; } .oauth-area .oauth-btn:active { border: solid 1px #aaa; } .oauth-area .oauth-btn.disabled { background-color: #ddd; } /* 乐享金 */ .circle{ background-color: #c8000a; height: 5rem; width: 5rem; line-height: 5rem; color:#fff; margin:0 auto; border-radius: 50%; text-align: center; } .circle-gray{ background-color:#fff; color:#000; } .progress{ background-color: #ededed; } .app-header { color:#c8000a; font-size: 20px; font-weight: 600; } .mui-msg{ text-align: center; padding: 1rem; color:#b0adad; } .result .mui-icon{ color:#4cd964; } .flag{ color:#dd524d!important; } /* 贷款申请页面 */ .mui-popup-inner{ padding:0px!important; } .mui-popup{ border-radius: 8px!important; } .mui-table-view-radio .mui-table-view-cell>a:not(.mui-btn){ text-align: left!important; } .mui-popup-title{ line-height: 2.8rem; color:#c8000a; } .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{ text-align: left!important; } .mui-popup { width: 90%!important; } h5{ padding-top: 15px; } .field-contain label{ width: auto; padding-right: 0; } .field-contain input[type='text']{ width: 40px; height: 30px; padding: 5px 0; float: none; text-align: center; } /* 自我评估 */ .list-radio{ position: absolute; top:50%; left: 5%; width: 90%; transform: translateY(-50%) } .com-title{ text-align: center; height: 2.6rem; line-height: 2.6rem; background-color: #c8000a; color:#fff; font-size: 1.6rem; font-weight: 600; } .active{ display: block; } .no{ display: none; } /* 贷款产品页面 */ .plist li{ display: flex; display: -webkit-flex; border-bottom: 8px solid #efeff4; } .plist-l{ flex: 2; -webkit-flex: 2; flex:2; position: relative; } .plist-l img{ width: 100%; height: 100%; } .plist-r{ flex: 3; -webkit-flex: 3; margin-left: 0.5rem; } .plist .mui-table-view-cell{ padding:0.5rem; } .plist-r button{ margin:0.5rem 0 0 1rem; } .plist-r p{ font-size: 16px!important; line-height: 1.6rem; color:#000; } .plist-r p .mui-icon{ color:#4cd964; font-size: 17px; margin-right: 4px; border-radius: 50%; border:1px solid #4cd964; } .pname{ width: 100%; top: 50%; transform: translateY(-50%); text-align: center; position: absolute; font-weight: 700; font-size:26px!important; color:#FFF; line-height: 32px; } .plist-r .mui-btn{ padding: 5px!important; } .mui-h5, h5{ font-size: 18px; } .marginBg{ border-top: 2rem solid #efeff4; } .marginBg .weui-cells{ margin-top: 0px; }
0.15876
0.065845
* { margin: 0; padding: 0; list-style: none; text-decoration: none; font-family: 'Vollkorn', Georgia, serif; } img { display: block; width: 100%; border-radius: 5px; } /* ALL GRID */ .strutucture { display: grid; grid-template-columns: minmax(160px, 1fr) 3fr 300px; grid-template-areas: "header header header" "sidenav content ads" "footer footer footer"; } /* HEADER */ .header { grid-area: header; background: linear-gradient(135deg, #8844ee, #B07DFB); padding: 30px; display: grid; grid-template-columns: 1fr auto; align-items: center; } .logo { max-width: 200px; } .header nav ul { display: flex; flex-wrap: wrap; } .header nav a { display: block; padding: 10px; color: #FFF; font-size: 1.125em; background: rgba(0, 0, 0, .1); border-radius: 5px; transition: 0.1s; } .header nav a:hover { background: rgba(0, 0, 0, .5); } .header li+li { margin-left: 30px; } /* END HEADER */ /* SIDENAV */ .sidenav { grid-area: sidenav; background: #fafbfc; padding: 30px; } .sidenav li a { display: block; min-width: 60px; max-width: 100px; margin: 0 auto 30px auto; background: white; padding: 20px; border-radius: 5px; box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15); transition: .1s ease-in-out; } .sidenav li a:hover { background: #B07DFB; } /* END SIDENAV */ /* CONTENT */ .content { grid-area: content; max-width: 900px; margin: 0 auto; padding: 30px; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; } .col__wide { grid-column: 1 / -1; } .img__1 { grid-row: span 2; align-self: end; } .img__2 { align-self: end; } /* ESTILOS CONTENT */ p { font-size: 1.12em; line-height: 1.6; letter-spacing: -0.005em; color: rgba(0, 0, 0, .7); } .infos p+p { margin-top: 30px; } /* TÍTULO */ .title { color: #B07DFB; } .title h1 { font-size: 3.7em; line-height: 1; font-weight: 700; } .title span { font-size: 0.875em; font-style: italic; } /* FEATURES */ .features { display: flex; align-items: flex-start; } .features>div { width: 80px; text-align: center; background: linear-gradient(135deg, #8844ee, #B07DFB); border-radius: 5px; box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15); position: relative; } .features>div:first-child { margin-right: 30px; } .features span { display: block; color: #B07DFB; } .number { color: #B07DFB; font-size: 3em; line-height: 1; margin: 10px auto; } .weight, .age { background: white; border-radius: 0 0 5px 5px; padding: 5px 0; position: relative; top: 2px; } .destaque { font-size: 0.875em; color: #B07DFB; max-width: 16em; } .quote, .atributes { padding: 30px; border-radius: 5px; box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15); background: linear-gradient(135deg, #8844ee, #B07DFB); } .quote p { font-size: 1.5em; font-style: italic; text-align: center; max-width: 500px; margin: 0 auto; color: white; } /* END CONTENT */ /* ADS */ .ads { grid-area: ads; background: #fafbfc; display: grid; align-content: start; padding: 30px; grid-gap: 30px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } .ads img { border-radius: 5px; min-width: 300px; max-width: 300px; } /* END ADS */ /* FOOTER */ .footer { grid-area: footer; background: linear-gradient(135deg, #8844ee, #B07DFB); } .footer p {} /*END FOOTER */ /* END GRID GERAL
src/css/style.css
* { margin: 0; padding: 0; list-style: none; text-decoration: none; font-family: 'Vollkorn', Georgia, serif; } img { display: block; width: 100%; border-radius: 5px; } /* ALL GRID */ .strutucture { display: grid; grid-template-columns: minmax(160px, 1fr) 3fr 300px; grid-template-areas: "header header header" "sidenav content ads" "footer footer footer"; } /* HEADER */ .header { grid-area: header; background: linear-gradient(135deg, #8844ee, #B07DFB); padding: 30px; display: grid; grid-template-columns: 1fr auto; align-items: center; } .logo { max-width: 200px; } .header nav ul { display: flex; flex-wrap: wrap; } .header nav a { display: block; padding: 10px; color: #FFF; font-size: 1.125em; background: rgba(0, 0, 0, .1); border-radius: 5px; transition: 0.1s; } .header nav a:hover { background: rgba(0, 0, 0, .5); } .header li+li { margin-left: 30px; } /* END HEADER */ /* SIDENAV */ .sidenav { grid-area: sidenav; background: #fafbfc; padding: 30px; } .sidenav li a { display: block; min-width: 60px; max-width: 100px; margin: 0 auto 30px auto; background: white; padding: 20px; border-radius: 5px; box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15); transition: .1s ease-in-out; } .sidenav li a:hover { background: #B07DFB; } /* END SIDENAV */ /* CONTENT */ .content { grid-area: content; max-width: 900px; margin: 0 auto; padding: 30px; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; } .col__wide { grid-column: 1 / -1; } .img__1 { grid-row: span 2; align-self: end; } .img__2 { align-self: end; } /* ESTILOS CONTENT */ p { font-size: 1.12em; line-height: 1.6; letter-spacing: -0.005em; color: rgba(0, 0, 0, .7); } .infos p+p { margin-top: 30px; } /* TÍTULO */ .title { color: #B07DFB; } .title h1 { font-size: 3.7em; line-height: 1; font-weight: 700; } .title span { font-size: 0.875em; font-style: italic; } /* FEATURES */ .features { display: flex; align-items: flex-start; } .features>div { width: 80px; text-align: center; background: linear-gradient(135deg, #8844ee, #B07DFB); border-radius: 5px; box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15); position: relative; } .features>div:first-child { margin-right: 30px; } .features span { display: block; color: #B07DFB; } .number { color: #B07DFB; font-size: 3em; line-height: 1; margin: 10px auto; } .weight, .age { background: white; border-radius: 0 0 5px 5px; padding: 5px 0; position: relative; top: 2px; } .destaque { font-size: 0.875em; color: #B07DFB; max-width: 16em; } .quote, .atributes { padding: 30px; border-radius: 5px; box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15); background: linear-gradient(135deg, #8844ee, #B07DFB); } .quote p { font-size: 1.5em; font-style: italic; text-align: center; max-width: 500px; margin: 0 auto; color: white; } /* END CONTENT */ /* ADS */ .ads { grid-area: ads; background: #fafbfc; display: grid; align-content: start; padding: 30px; grid-gap: 30px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } .ads img { border-radius: 5px; min-width: 300px; max-width: 300px; } /* END ADS */ /* FOOTER */ .footer { grid-area: footer; background: linear-gradient(135deg, #8844ee, #B07DFB); } .footer p {} /*END FOOTER */ /* END GRID GERAL
0.410284
0.116211
.btn{background-color: transparent;} /* LAYOUT */ .navbar-inverse.navbar-fixed-top{ background-color: #d91d0c; border-color: #d91d0c; margin-bottom: 50px; } .navbar-inverse .navbar-nav>li>a{ color: white; } .nav.navbar-nav a{ font-size: 16px; } .navbar-nav a.text{ padding-top: 20px; padding-bottom: 20px; } .nav.navbar-nav img{ width: 28px; height: 28px; } .navbar-nav form button{ margin-left: -36px; background-color: white; } .glyphicon.glyphicon-cog{ font-size: 28px; } /* HOME */ .container-fluid{ position: relative; top: 63px; } .side{ height: 100%; position: fixed; top: 63px; } .well{ background-color: white; border-color: #999999; } .sidebar{ height: 100%; position: fixed; top: 63px; background-color: #fde1df; } .sidebar a{ color: black; } h4{ color: #d91d0c; margin-bottom: 0px; } .sidebar h4{ margin-top: 20px; text-align: center; } .sidebar hr{ margin-top: 0px; } .status-profil img{ width: 26px; height: 26px; } .btn.btn-default{ background-color: #d91d0c; color: white; } .btn.btn-default:hover{ background-color: #fde1df; color: black; } .btn.btn-default:hover span{ border-color: black; } .status-profil hr{ border-color: #999999; margin-left: -15px; margin-right: -15px; } .glyphicon.glyphicon-plus{ border: 2px solid white; border-radius: 20px; text-align: center; padding-top: 1px; padding-bottom: 2px; padding-left: 2px; padding-right: 1px; margin-right: 5px; } .my.status-profil form{ margin-right: -20px; margin-left: -20px; } .my.status-profil textarea{ max-width: 100%; width: 100%; margin-top: 10px; margin-bottom: 10px; } .my.status-profil form button[type=submit]{ margin-right: 20px; } .status-profil a.status-attr{ color: #d91d0c; } .status-profil .badge{ background-color: #d91d0c; color: white; } .status-profil .status-attr{ margin-right: 5px; margin-left: 5px; } .status-profil .input-group{ margin-top: 20px; } .status-profil .input-group .input-group-addon{ background-color: white; } .status-profil .status-attr img{ width: 20px; height: 20px; } .new.status-profil .well{ border-color: #aade87; } .new.status-profil h4{ margin-bottom: 20px; } .sidebar-offcanvas{ border-left: 1px solid #999999; background-color: #fde1df; } .side .well{ padding:0px; border-radius: 0px; } .side p.title{ color: #d91d0c; margin-bottom: 0px; } .side .well-header{ padding: 5px; } .side .well-header h4{ margin-top: 0px; } .well h4{ margin-top: 0px; } .side .well-content{ padding-left: 5px; padding-right: 5px; border-top: 1px solid #999999; border-bottom: 1px solid #999999; min-height: 100px; } .side .well-footer{ padding-left: 5px; padding-right: 5px; min-height: 25px; } .side .friends img{ width: 32px; height: 32px; } .sidebar-offcanvas .well{ margin-top: 10px; margin-left: -15px; margin-right: -15px; border-radius: 0px; border-left: none; border-right: none; }
assets/css/style.css
.btn{background-color: transparent;} /* LAYOUT */ .navbar-inverse.navbar-fixed-top{ background-color: #d91d0c; border-color: #d91d0c; margin-bottom: 50px; } .navbar-inverse .navbar-nav>li>a{ color: white; } .nav.navbar-nav a{ font-size: 16px; } .navbar-nav a.text{ padding-top: 20px; padding-bottom: 20px; } .nav.navbar-nav img{ width: 28px; height: 28px; } .navbar-nav form button{ margin-left: -36px; background-color: white; } .glyphicon.glyphicon-cog{ font-size: 28px; } /* HOME */ .container-fluid{ position: relative; top: 63px; } .side{ height: 100%; position: fixed; top: 63px; } .well{ background-color: white; border-color: #999999; } .sidebar{ height: 100%; position: fixed; top: 63px; background-color: #fde1df; } .sidebar a{ color: black; } h4{ color: #d91d0c; margin-bottom: 0px; } .sidebar h4{ margin-top: 20px; text-align: center; } .sidebar hr{ margin-top: 0px; } .status-profil img{ width: 26px; height: 26px; } .btn.btn-default{ background-color: #d91d0c; color: white; } .btn.btn-default:hover{ background-color: #fde1df; color: black; } .btn.btn-default:hover span{ border-color: black; } .status-profil hr{ border-color: #999999; margin-left: -15px; margin-right: -15px; } .glyphicon.glyphicon-plus{ border: 2px solid white; border-radius: 20px; text-align: center; padding-top: 1px; padding-bottom: 2px; padding-left: 2px; padding-right: 1px; margin-right: 5px; } .my.status-profil form{ margin-right: -20px; margin-left: -20px; } .my.status-profil textarea{ max-width: 100%; width: 100%; margin-top: 10px; margin-bottom: 10px; } .my.status-profil form button[type=submit]{ margin-right: 20px; } .status-profil a.status-attr{ color: #d91d0c; } .status-profil .badge{ background-color: #d91d0c; color: white; } .status-profil .status-attr{ margin-right: 5px; margin-left: 5px; } .status-profil .input-group{ margin-top: 20px; } .status-profil .input-group .input-group-addon{ background-color: white; } .status-profil .status-attr img{ width: 20px; height: 20px; } .new.status-profil .well{ border-color: #aade87; } .new.status-profil h4{ margin-bottom: 20px; } .sidebar-offcanvas{ border-left: 1px solid #999999; background-color: #fde1df; } .side .well{ padding:0px; border-radius: 0px; } .side p.title{ color: #d91d0c; margin-bottom: 0px; } .side .well-header{ padding: 5px; } .side .well-header h4{ margin-top: 0px; } .well h4{ margin-top: 0px; } .side .well-content{ padding-left: 5px; padding-right: 5px; border-top: 1px solid #999999; border-bottom: 1px solid #999999; min-height: 100px; } .side .well-footer{ padding-left: 5px; padding-right: 5px; min-height: 25px; } .side .friends img{ width: 32px; height: 32px; } .sidebar-offcanvas .well{ margin-top: 10px; margin-left: -15px; margin-right: -15px; border-radius: 0px; border-left: none; border-right: none; }
0.278355
0.049245
.page { margin: 20px 7%; width: 80%; } .notebooks { border-radius: 7px; padding: none; display: inline-block; overflow: hidden; width: 100%; box-shadow: 3px 3px 7px black; } table { margin: 0px !important; background-color: #31353D !important; } table th { border-color: #363a42; } table td { padding: 10px !important; vertical-align: middle !important; } .notebooks .name { font-size: 16px; padding: 15px !important; width: 25%; } .notebooks .actions { width: 5%; text-align: left; } .inline { display: inline; } .notebooks .notebook-content { width: 100%; vertical-align: middle; } .notebook-content input { width: 83%; margin: 0; border-radius: 4px 0px 0px 4px; padding: 6px; background-color: rgb(67, 72, 82); border-color: transparent; color: #ccd; outline: none; float: left; } .name input { width: 100%; margin: 0; border-radius: 4px; padding: 6px; background-color: rgb(67, 72, 82); border-color: transparent; color: #ccd; outline: none; float: left; } .notebook-content .buttons { border-radius: 0px 4px 4px 0px; padding: 0px; overflow: hidden; display: inline-block; float: left; } .notebook-content .buttons label, .notebook-content .buttons button { float: left; margin: 0px; padding: 5px 13px; border-color: transparent; border-left: 1px solid rgba(67, 72, 82, 0.753); color: #ccd; background-color: rgb(59, 63, 71); transition-duration: 0.2s; outline: none; } .notebook-content .buttons label { float: left; height: 100%; margin: 0px; padding: 7px 13px; border-color: transparent; border-left: 1px solid rgba(67, 72, 82, 0.753); color: #ccd; background-color: rgb(59, 63, 71); transition-duration: 0.2s; outline: none; cursor: pointer; } .notebook-content .buttons label:hover, .notebook-content .buttons button:hover { filter: brightness(1.05); } code { font-family: Consolas, "courier new"; color: crimson !important; padding: 2px; font-size: 16px; } input[type="file"] { display: none; }
static/css/notebooks.css
.page { margin: 20px 7%; width: 80%; } .notebooks { border-radius: 7px; padding: none; display: inline-block; overflow: hidden; width: 100%; box-shadow: 3px 3px 7px black; } table { margin: 0px !important; background-color: #31353D !important; } table th { border-color: #363a42; } table td { padding: 10px !important; vertical-align: middle !important; } .notebooks .name { font-size: 16px; padding: 15px !important; width: 25%; } .notebooks .actions { width: 5%; text-align: left; } .inline { display: inline; } .notebooks .notebook-content { width: 100%; vertical-align: middle; } .notebook-content input { width: 83%; margin: 0; border-radius: 4px 0px 0px 4px; padding: 6px; background-color: rgb(67, 72, 82); border-color: transparent; color: #ccd; outline: none; float: left; } .name input { width: 100%; margin: 0; border-radius: 4px; padding: 6px; background-color: rgb(67, 72, 82); border-color: transparent; color: #ccd; outline: none; float: left; } .notebook-content .buttons { border-radius: 0px 4px 4px 0px; padding: 0px; overflow: hidden; display: inline-block; float: left; } .notebook-content .buttons label, .notebook-content .buttons button { float: left; margin: 0px; padding: 5px 13px; border-color: transparent; border-left: 1px solid rgba(67, 72, 82, 0.753); color: #ccd; background-color: rgb(59, 63, 71); transition-duration: 0.2s; outline: none; } .notebook-content .buttons label { float: left; height: 100%; margin: 0px; padding: 7px 13px; border-color: transparent; border-left: 1px solid rgba(67, 72, 82, 0.753); color: #ccd; background-color: rgb(59, 63, 71); transition-duration: 0.2s; outline: none; cursor: pointer; } .notebook-content .buttons label:hover, .notebook-content .buttons button:hover { filter: brightness(1.05); } code { font-family: Consolas, "courier new"; color: crimson !important; padding: 2px; font-size: 16px; } input[type="file"] { display: none; }
0.566258
0.174586