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
::selection { background: #d8d8d8; } ::-moz-selection { background: #d8d8d8; } .btn-primary { background-color: #b2b2b2; border-color: #b2b2b2 !important; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus { color: #fff; background-color: #b7b7b7; } a, a:focus, a:hover, .page-title a:hover, .nav-menu > li:hover > a, .nav-menu a:hover, .nav-menu a:focus, .nav-menu a.active, .search-closer:hover, .user-account .dropdown-menu li > a:hover, .user-account .dropdown-menu li > a.active, .quick-links li a:hover, .offcanvas-show .navbar-toggle, .site-footer h4, .site-footer h5, .site-footer h6, .footer-links a:hover, .footer-links a:focus, .footer-links a:active, .copyright-text a:hover, .copyright-text a:focus, .copyright-text a:active, .btn-outline.btn-primary, .bootstrap-select .dropdown-menu li > a:hover, .bootstrap-select .dropdown-menu li > a:focus, .faq-items h4, .faq-items h5, .card-footer a:hover, .shot-info a:hover, .shot-by-widget .username:hover, .comment-pagination a:hover, .features .icon, .page-links .link-list a.active, .page-links .link-list a:hover { color: #b2b2b2; } .group-title::before, .section-header h2::after, .section-header h3::after, .btn-navbar:hover, #scroll-up, .shot-preview .label, .sidebar-block h6::after, .lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a, .profile-head .tab-list li::after, .social-icons a:hover, .social-icons a:focus, .social-icons a:active, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pager li > a:hover, .pager li > a:focus, .pager li > span:hover, .pager li > span:focus, .spinner > span, .page-links .link-list a::before { background-color: #b2b2b2; } .bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select.btn-group.open .dropdown-toggle, .tag-list a:hover, .comment-form .form-control:focus { border-color: #b2b2b2; } .nav-menu ul, .user-account .dropdown-menu { border-top-color: #b2b2b2; } .shot-by-widget .user-stats a:hover { border-bottom-color: #b2b2b2; }
blog/src/main/resources/static/css/skins/skin-gray.css
::selection { background: #d8d8d8; } ::-moz-selection { background: #d8d8d8; } .btn-primary { background-color: #b2b2b2; border-color: #b2b2b2 !important; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus { color: #fff; background-color: #b7b7b7; } a, a:focus, a:hover, .page-title a:hover, .nav-menu > li:hover > a, .nav-menu a:hover, .nav-menu a:focus, .nav-menu a.active, .search-closer:hover, .user-account .dropdown-menu li > a:hover, .user-account .dropdown-menu li > a.active, .quick-links li a:hover, .offcanvas-show .navbar-toggle, .site-footer h4, .site-footer h5, .site-footer h6, .footer-links a:hover, .footer-links a:focus, .footer-links a:active, .copyright-text a:hover, .copyright-text a:focus, .copyright-text a:active, .btn-outline.btn-primary, .bootstrap-select .dropdown-menu li > a:hover, .bootstrap-select .dropdown-menu li > a:focus, .faq-items h4, .faq-items h5, .card-footer a:hover, .shot-info a:hover, .shot-by-widget .username:hover, .comment-pagination a:hover, .features .icon, .page-links .link-list a.active, .page-links .link-list a:hover { color: #b2b2b2; } .group-title::before, .section-header h2::after, .section-header h3::after, .btn-navbar:hover, #scroll-up, .shot-preview .label, .sidebar-block h6::after, .lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a, .profile-head .tab-list li::after, .social-icons a:hover, .social-icons a:focus, .social-icons a:active, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pager li > a:hover, .pager li > a:focus, .pager li > span:hover, .pager li > span:focus, .spinner > span, .page-links .link-list a::before { background-color: #b2b2b2; } .bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select.btn-group.open .dropdown-toggle, .tag-list a:hover, .comment-form .form-control:focus { border-color: #b2b2b2; } .nav-menu ul, .user-account .dropdown-menu { border-top-color: #b2b2b2; } .shot-by-widget .user-stats a:hover { border-bottom-color: #b2b2b2; }
0.44553
0.082697
@charset "UTF-8"; /** Bootcamp Practice Styles * ------ Filters */ .container .filters { height: 70px; background-color: #FFFFFF; width: 100%; border: 1px solid #DDDDDD; border-radius: 4px; display: flex; flex-direction: row; justify-content: center; align-items: stretch; z-index: 2; position: relative; } .container .filters .locations { width: 25%; border-right: 1px solid #DDDDDD; } .container .filters .amenities { width: 25%; } .container .filters button { font-size: 18px; color: #ffffff; background-color: #3159ad; height: 48px; width: 20%; border: none; border-radius: 4px; margin: auto 30px auto auto; cursor:pointer; } .container .filters button:hover { opacity: 0.9; } .container .filters input { margin-right: 8px; cursor:pointer; } /** * ------ HEADERS */ .container .filters h2 { font-size: 16px; margin: 10px 0 5px 0; } .container .filters h3 { font-weight: 600; margin: 12px 0 4px 40px; cursor:pointer; } .container .filters h4 { font-weight: 400; font-size: 14px; margin: 7px 0 3px 40px; min-height: 15px; overflow-y: scroll; white-space: nowrap; } /** * ------ POPOVER */ .container .filters .locations:hover .popover { display: list-item; } .container .filters .amenities:hover .popover { display: list-item; } .container .filters .popover { max-height: 300px; overflow: scroll; display: none; list-style-type: none; background-color: #FAFAFA; border: 1px solid #DDDDDD; border-radius: 4px; padding: 30px 40px 40px 30px; margin: 15px -1px 0 -1px; } @-moz-document url-prefix() { .container .filters .popover { margin: 14px -1px 0 -1px; } } .container .filters .popover ul { list-style-type: none; padding-left: 20px; } .container .filters .popover li { margin: 5px 0 5px 0; } @media screen and (max-width: 600px) { .container .filters { flex-direction: column; height: auto; width: 90%; margin: auto; } .container .filters .locations { border-bottom: 1px solid #DDDDDD; } .container .filters .locations, .container .filters .amenities { width: 100%; border-right: none; border-bottom: 1px solid #DDDDDD; } .container .filters button { width: 80%; margin: 5px auto; } }
main_app/static/styles/6-filters.css
@charset "UTF-8"; /** Bootcamp Practice Styles * ------ Filters */ .container .filters { height: 70px; background-color: #FFFFFF; width: 100%; border: 1px solid #DDDDDD; border-radius: 4px; display: flex; flex-direction: row; justify-content: center; align-items: stretch; z-index: 2; position: relative; } .container .filters .locations { width: 25%; border-right: 1px solid #DDDDDD; } .container .filters .amenities { width: 25%; } .container .filters button { font-size: 18px; color: #ffffff; background-color: #3159ad; height: 48px; width: 20%; border: none; border-radius: 4px; margin: auto 30px auto auto; cursor:pointer; } .container .filters button:hover { opacity: 0.9; } .container .filters input { margin-right: 8px; cursor:pointer; } /** * ------ HEADERS */ .container .filters h2 { font-size: 16px; margin: 10px 0 5px 0; } .container .filters h3 { font-weight: 600; margin: 12px 0 4px 40px; cursor:pointer; } .container .filters h4 { font-weight: 400; font-size: 14px; margin: 7px 0 3px 40px; min-height: 15px; overflow-y: scroll; white-space: nowrap; } /** * ------ POPOVER */ .container .filters .locations:hover .popover { display: list-item; } .container .filters .amenities:hover .popover { display: list-item; } .container .filters .popover { max-height: 300px; overflow: scroll; display: none; list-style-type: none; background-color: #FAFAFA; border: 1px solid #DDDDDD; border-radius: 4px; padding: 30px 40px 40px 30px; margin: 15px -1px 0 -1px; } @-moz-document url-prefix() { .container .filters .popover { margin: 14px -1px 0 -1px; } } .container .filters .popover ul { list-style-type: none; padding-left: 20px; } .container .filters .popover li { margin: 5px 0 5px 0; } @media screen and (max-width: 600px) { .container .filters { flex-direction: column; height: auto; width: 90%; margin: auto; } .container .filters .locations { border-bottom: 1px solid #DDDDDD; } .container .filters .locations, .container .filters .amenities { width: 100%; border-right: none; border-bottom: 1px solid #DDDDDD; } .container .filters button { width: 80%; margin: 5px auto; } }
0.459076
0.071624
@font-face { font-family: 'Galano'; src: url('./galanogrotesque-thin.woff2') format('woff2'), url('./galanogrotesque-thin.woff') format('woff'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-thinitalic.woff2') format('woff2'), url('./galanogrotesque-thinitalic.woff') format('woff'); font-weight: 100; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-extralight.woff2') format('woff2'), url('./galanogrotesque-extralight.woff') format('woff'); font-weight: 200; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-extralightitalic.woff2') format('woff2'), url('./galanogrotesque-extralightitalic.woff') format('woff'); font-weight: 200; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-light.woff2') format('woff2'), url('./galanogrotesque-light.woff') format('woff'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-lightitalic.woff2') format('woff2'), url('./galanogrotesque-lightitalic.woff') format('woff'); font-weight: 300; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-regular.woff2') format('woff2'), url('./galanogrotesque-regular.woff') format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-italic.woff2') format('woff2'), url('./galanogrotesque-italic.woff2') format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-medium.woff2') format('woff2'), url('./galanogrotesque-medium.woff') format('woff'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-mediumitalic.woff2') format('woff2'), url('./galanogrotesque-mediumitalic.woff') format('woff'); font-weight: 500; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-semibold.woff2') format('woff2'), url('./galanogrotesque-semibold.woff') format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-semibolditalic.woff2') format('woff2'), url('./galanogrotesque-semibolditalic.woff') format('woff'); font-weight: 600; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-bold.woff2') format('woff2'), url('./galanogrotesque-bold.woff') format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-bolditalic.woff2') format('woff2'), url('./galanogrotesque-bolditalic.woff') format('woff'); font-weight: 700; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-extrabold.woff2') format('woff2'), url('./galanogrotesque-extrabold.woff') format('woff'); font-weight: 800; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-extrabolditalic.woff2') format('woff2'), url('./galanogrotesque-extrabolditalic.woff') format('woff'); font-weight: 800; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-heavy.woff2') format('woff2'), url('./galanogrotesque-heavy.woff') format('woff'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-heavyitalic.woff2') format('woff2'), url('./galanogrotesque-heavyitalic.woff') format('woff'); font-weight: 900; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-black.woff2') format('woff2'), url('./galanogrotesque-black.woff') format('woff'); font-weight: 1000; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-blackitalic.woff2') format('woff2'), url('./galanogrotesque-blackitalic.woff') format('woff'); font-weight: 1000; font-style: italic; }
src/assets/fonts/galano/galanogrotesque.css
@font-face { font-family: 'Galano'; src: url('./galanogrotesque-thin.woff2') format('woff2'), url('./galanogrotesque-thin.woff') format('woff'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-thinitalic.woff2') format('woff2'), url('./galanogrotesque-thinitalic.woff') format('woff'); font-weight: 100; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-extralight.woff2') format('woff2'), url('./galanogrotesque-extralight.woff') format('woff'); font-weight: 200; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-extralightitalic.woff2') format('woff2'), url('./galanogrotesque-extralightitalic.woff') format('woff'); font-weight: 200; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-light.woff2') format('woff2'), url('./galanogrotesque-light.woff') format('woff'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-lightitalic.woff2') format('woff2'), url('./galanogrotesque-lightitalic.woff') format('woff'); font-weight: 300; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-regular.woff2') format('woff2'), url('./galanogrotesque-regular.woff') format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-italic.woff2') format('woff2'), url('./galanogrotesque-italic.woff2') format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-medium.woff2') format('woff2'), url('./galanogrotesque-medium.woff') format('woff'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-mediumitalic.woff2') format('woff2'), url('./galanogrotesque-mediumitalic.woff') format('woff'); font-weight: 500; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-semibold.woff2') format('woff2'), url('./galanogrotesque-semibold.woff') format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-semibolditalic.woff2') format('woff2'), url('./galanogrotesque-semibolditalic.woff') format('woff'); font-weight: 600; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-bold.woff2') format('woff2'), url('./galanogrotesque-bold.woff') format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-bolditalic.woff2') format('woff2'), url('./galanogrotesque-bolditalic.woff') format('woff'); font-weight: 700; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-extrabold.woff2') format('woff2'), url('./galanogrotesque-extrabold.woff') format('woff'); font-weight: 800; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-extrabolditalic.woff2') format('woff2'), url('./galanogrotesque-extrabolditalic.woff') format('woff'); font-weight: 800; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-heavy.woff2') format('woff2'), url('./galanogrotesque-heavy.woff') format('woff'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-heavyitalic.woff2') format('woff2'), url('./galanogrotesque-heavyitalic.woff') format('woff'); font-weight: 900; font-style: italic; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-black.woff2') format('woff2'), url('./galanogrotesque-black.woff') format('woff'); font-weight: 1000; font-style: normal; } @font-face { font-family: 'Galano'; src: url('./galanogrotesque-blackitalic.woff2') format('woff2'), url('./galanogrotesque-blackitalic.woff') format('woff'); font-weight: 1000; font-style: italic; }
0.26971
0.062847
body{ font-size: x-large; } .header{ background-image: url(imagens/brisaazul.jpg); background-size: cover; background-repeat: no-repeat; background-position: 0px -250px; color: white; padding: 15px; margin-bottom: 20px; font-weight: 500; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } .header a{ text-decoration: none; color: rgb(40, 173, 23); } .logo{ max-width:400px;} #menuToggle{ display: none; } #conteudoPrincipal .card-title{ font-size: 50px !important; } #conteudoPrincipal .card-text{ font-size: 30px !important; } footer .infos{ background-color: gainsboro; color: dimgray; } .card img{ height: 500px; } @media screen and (max-width:600px){ .logo{ max-width: 250px; } .card img{ height: 225px; } .header{ background-position: 0px -50px; } .grid-9cards{ display: none } } @media screen and (min-width:601px) and (max-width:980px){ .header{ background-position: 0px -100px; } } @media screen and (max-width: 1000px) { .header{ position: fixed; top: 0px; z-index: 999; max-width:100% !important; } .container_nav { display: absolute; width: 100%; height: 100%; } .main{ margin-top: 140px; } .menu1 { display: flex; position: fixed; flex-wrap: wrap; align-content: center; top: 0px; left: 0px; width: 100%; height: 0%; background-color: rgba(0, 0, 0, 0.7); overflow: hidden; -webkit-transition: height 0.3s; -moz-transition: height 0.3s; -ms-transition: height 0.3s; -o-transition: height 0.3s; transition: height 0.3s; } .menu1 a { display: block; text-align: center; width: 100%; margin-bottom: 20px; } .menu-icon { width: 50px; height: inherit; display: block; position: absolute; top: 55px; right: 30px; line-height: 60px; color: rgb(28, 7, 99); z-index: 999; } #menuToggle:checked ~ label i:nth-child(2) { display: block; } #menuToggle:checked ~ label i:first-child { display: none; } #menuToggle:not(:checked) ~ label i:first-child { display: block; } #menuToggle:not(:checked) ~ label i:nth-child(2) { display: none; } #menuToggle:checked ~ nav { height: 100%; } .menu-icon i { font-size: 1.7em; } }
idoso.css
body{ font-size: x-large; } .header{ background-image: url(imagens/brisaazul.jpg); background-size: cover; background-repeat: no-repeat; background-position: 0px -250px; color: white; padding: 15px; margin-bottom: 20px; font-weight: 500; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } .header a{ text-decoration: none; color: rgb(40, 173, 23); } .logo{ max-width:400px;} #menuToggle{ display: none; } #conteudoPrincipal .card-title{ font-size: 50px !important; } #conteudoPrincipal .card-text{ font-size: 30px !important; } footer .infos{ background-color: gainsboro; color: dimgray; } .card img{ height: 500px; } @media screen and (max-width:600px){ .logo{ max-width: 250px; } .card img{ height: 225px; } .header{ background-position: 0px -50px; } .grid-9cards{ display: none } } @media screen and (min-width:601px) and (max-width:980px){ .header{ background-position: 0px -100px; } } @media screen and (max-width: 1000px) { .header{ position: fixed; top: 0px; z-index: 999; max-width:100% !important; } .container_nav { display: absolute; width: 100%; height: 100%; } .main{ margin-top: 140px; } .menu1 { display: flex; position: fixed; flex-wrap: wrap; align-content: center; top: 0px; left: 0px; width: 100%; height: 0%; background-color: rgba(0, 0, 0, 0.7); overflow: hidden; -webkit-transition: height 0.3s; -moz-transition: height 0.3s; -ms-transition: height 0.3s; -o-transition: height 0.3s; transition: height 0.3s; } .menu1 a { display: block; text-align: center; width: 100%; margin-bottom: 20px; } .menu-icon { width: 50px; height: inherit; display: block; position: absolute; top: 55px; right: 30px; line-height: 60px; color: rgb(28, 7, 99); z-index: 999; } #menuToggle:checked ~ label i:nth-child(2) { display: block; } #menuToggle:checked ~ label i:first-child { display: none; } #menuToggle:not(:checked) ~ label i:first-child { display: block; } #menuToggle:not(:checked) ~ label i:nth-child(2) { display: none; } #menuToggle:checked ~ nav { height: 100%; } .menu-icon i { font-size: 1.7em; } }
0.192805
0.064653
感谢trashrockx的Delicious Google给我的灵感。Thanks and Modified from trashrockx's Delicious Google。` @version 20100309.17.4 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtml); /* * Delicious Baidu 1.02 * * Author : ilinkcn * Created : 2010.03.09 * Updated : 2008.04.12 * Version : 1.01 * Website : mozilla.sociz.com * Description : Baidu搜索Delicious风格 * Usage : 使用Stylish扩展(http://userstyles.org/)加载或者复制到你配置文件夹下userContent.css文件中 */ @-moz-document domain("baidu.com") { /*antiAD*/ .pe,.qx,#sma,#tbmp3,#mztop,#dMA, table[width="30%"][align="right"], table[width="760"][height="90"], table[id="0"], table[id^="rightAd"], div[id^="Tads"], div[id^=marqueebox], div[id~=pma], div[id~=ecomAdDiv], a[href^="http://www.baidu.com/baidu.php?"], a[href^="http://www.baidu.com/baidu.php?"] ~ *, a[href^="http://ma.baidu.com/"], a[href^="http://hc.baidu.com/"], a[id="showhidePops"], TD[style="line-height: 24px;"], td[width="190px"], div[style=""], p[style="margin: 10px;"], TABLE[width="65%"][bgcolor="#f5f5f5"], a[onclick="h(this,'http://www.baidu.com')"] {display:none !important;} body{margin: 0px !important;} a:link, .w, #prs a:visited, #prs a:active, .q:active, .q:visited {color:#1462C1 !important;} a:hover {color:#f91 !important;} .bi,#bi{ background:#3274D0 none repeat scroll 0% 50% !important; color: #ffffff !important; height: 28px !important; margin-bottom: 5px !important; } td[class="f"]{ display:block !important; width:100% !important; margin-left: auto !important; margin-right: auto !important; padding:10px 15px 10px 5px !important; line-height:22px !important; border-bottom:1px solid #D5D5D5 !important; } td[class="f"]:hover { background: #f5f5f5 !important; } .f{width:auto !important;} FONT[color="#008000"],.m, a.m:link {font-size: 8pt !important;} div[id="rel"] *{font-size: 7pt !important;} } @-moz-document url-prefix(http://zhidao.baidu.com/){ #center{width:100% !important;} #center td[class="f"]{ width:95% !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 15px !important; line-height:22px !important; border-bottom:1px solid #D5D5D5 !important; } #center td[class="f"]:hover { background: #f5f5f5 !important; } } @-moz-document url-prefix("http://news.baidu.com") { #r{width:95% !important;} td[class="zh"]{ width:100% !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 15px !important; line-height:22px !important; border-bottom:1px solid #D5D5D5 !important; } td[class="zh"]:hover { background: #f5f5f5 !important; } a {text-decoration: none ! important; } .p2,#divpost,#ecad,#ecomaddiv{display:none !important;} } @-moz-document url-prefix("http://mp3.baidu.com"){ #leftRes{width:100% !important;} #Tbs{ width:95% !important; margin-left: auto !important; margin-right: auto !important; line-height:22px !important; } #Tbs tr:hover {background: #f5f5f5 !important;} a {text-decoration: none ! important; } } @-moz-document url-prefix("http://video.baidu.com"){ #result table td:hover {background: #f5f5f5 !important;} } @-moz-document url-prefix("http://image.baidu.com"){ #imgid {background-image:none !important;} #imgid dl:hover{background: #f5f5f5 !important;} }
data/usercss/16967.user.css
感谢trashrockx的Delicious Google给我的灵感。Thanks and Modified from trashrockx's Delicious Google。` @version 20100309.17.4 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtml); /* * Delicious Baidu 1.02 * * Author : ilinkcn * Created : 2010.03.09 * Updated : 2008.04.12 * Version : 1.01 * Website : mozilla.sociz.com * Description : Baidu搜索Delicious风格 * Usage : 使用Stylish扩展(http://userstyles.org/)加载或者复制到你配置文件夹下userContent.css文件中 */ @-moz-document domain("baidu.com") { /*antiAD*/ .pe,.qx,#sma,#tbmp3,#mztop,#dMA, table[width="30%"][align="right"], table[width="760"][height="90"], table[id="0"], table[id^="rightAd"], div[id^="Tads"], div[id^=marqueebox], div[id~=pma], div[id~=ecomAdDiv], a[href^="http://www.baidu.com/baidu.php?"], a[href^="http://www.baidu.com/baidu.php?"] ~ *, a[href^="http://ma.baidu.com/"], a[href^="http://hc.baidu.com/"], a[id="showhidePops"], TD[style="line-height: 24px;"], td[width="190px"], div[style=""], p[style="margin: 10px;"], TABLE[width="65%"][bgcolor="#f5f5f5"], a[onclick="h(this,'http://www.baidu.com')"] {display:none !important;} body{margin: 0px !important;} a:link, .w, #prs a:visited, #prs a:active, .q:active, .q:visited {color:#1462C1 !important;} a:hover {color:#f91 !important;} .bi,#bi{ background:#3274D0 none repeat scroll 0% 50% !important; color: #ffffff !important; height: 28px !important; margin-bottom: 5px !important; } td[class="f"]{ display:block !important; width:100% !important; margin-left: auto !important; margin-right: auto !important; padding:10px 15px 10px 5px !important; line-height:22px !important; border-bottom:1px solid #D5D5D5 !important; } td[class="f"]:hover { background: #f5f5f5 !important; } .f{width:auto !important;} FONT[color="#008000"],.m, a.m:link {font-size: 8pt !important;} div[id="rel"] *{font-size: 7pt !important;} } @-moz-document url-prefix(http://zhidao.baidu.com/){ #center{width:100% !important;} #center td[class="f"]{ width:95% !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 15px !important; line-height:22px !important; border-bottom:1px solid #D5D5D5 !important; } #center td[class="f"]:hover { background: #f5f5f5 !important; } } @-moz-document url-prefix("http://news.baidu.com") { #r{width:95% !important;} td[class="zh"]{ width:100% !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 15px !important; line-height:22px !important; border-bottom:1px solid #D5D5D5 !important; } td[class="zh"]:hover { background: #f5f5f5 !important; } a {text-decoration: none ! important; } .p2,#divpost,#ecad,#ecomaddiv{display:none !important;} } @-moz-document url-prefix("http://mp3.baidu.com"){ #leftRes{width:100% !important;} #Tbs{ width:95% !important; margin-left: auto !important; margin-right: auto !important; line-height:22px !important; } #Tbs tr:hover {background: #f5f5f5 !important;} a {text-decoration: none ! important; } } @-moz-document url-prefix("http://video.baidu.com"){ #result table td:hover {background: #f5f5f5 !important;} } @-moz-document url-prefix("http://image.baidu.com"){ #imgid {background-image:none !important;} #imgid dl:hover{background: #f5f5f5 !important;} }
0.163679
0.164181
@charset "UTF-8"; html, body { min-width: 100%; min-height: 100%; background-color: #f5f5f5; padding: 0; margin: 0; } /* 导航栏 */ .nav { width: calc(100ch); height: 60px; margin: 0 auto; } .logoBox { float: left; width: 60px; height: 60px; } .logo { width: 100px; margin-top: 20px; } .nav::after { content: ""; display: block; clear: both; } .nav ul { float: right; } .nav ul::after { content: ""; display: block; width: 100%; clear: both; } .nav li { float: left; line-height: 60px; text-align: center; list-style-type: none; } .bars { display: none; } .linkBox { position: relative; display: block; width: 100px; height: 28px; line-height: 28px; margin-left: 30px; text-decoration: none; text-align: center; font-weight: 100; color: black; padding: 3px 8px; transition: all .2s linear; z-index: 2; overflow: hidden; border: 1px solid #000; /* border-radius: 20px; */ /* background: linear-gradient(145deg, #ffffff, #e6e6e6); box-shadow: 22px 22px 32px #d9d9d9, -22px -22px 32px #ffffff; */ } .linkBox::after { content: ""; display: block; background-color: rgba(0, 0, 0, 0.74); position: absolute; left: 0; top: 0; padding: 5px 0px; width: 0px; height: 30px; transition: all .5s; z-index: -1; opacity: 0; } .linkBox:hover{ color: #fff !important; } .linkBox:hover:after { width: 150px; opacity: 1; } .header { margin-top: 15px; width: calc(100ch); margin: 0px auto; } .header::after { content: ""; display: block; width: 100%; clear: both; } .header div { width: 50%; margin: 0; padding: 0; } .header::after { content: ""; display: block; clear: both; } .subTitle { float: left; font-weight: 100; line-height: 40px; color: #444; } .socials { float: right; line-height: 40px; } .socialLinks { float: right; text-align: right; } .socials a { margin-left: 15px; } .socials i { color: black; } .main { width: calc(100ch); min-height: 800px; background-color: #fff; color: #000; margin-top: 5px; margin-left: auto; margin-right: auto; margin-bottom: 50px; z-index: 1; border-radius: 20px; background: #f5f5f5; box-shadow: 22px 22px 32px #d0d0d0, -22px -22px 32px #ffffff; } .main::after { content: ""; display: block; clear: both; } .postList { padding: 0 50px; padding-top: 30px; } .listBox { font-weight: 200; } .listBox a, .postContent a { position: relative; color: #000; text-decoration: none; } .postContent a { color: rgb(212, 72, 182); } .listBox a::before, .postContent a::before { content: ""; position: absolute; bottom: -1px; width: 100%; height: 1px; background-color: #000; transform: scaleX(0); transition: all .7s; transition-timing-function: cubic-bezier(0.68, -0.43, 0.27, 1.25); } .listBox a:hover::before, .postContent a:hover::before { transform: scaleX(1); } .listBox p, .listBox pre { letter-spacing: 0.2px; font-size: .9em; color: #444; overflow: hidden; } .listBox i { margin-right: 3px; } .listBox span { color: #666; font-size: .6em; margin-right: 5px; } .listBox h3 { font-weight: 400; } .pagination { height: 50px; margin: 50px 0px; padding: 10px 40px; } .pre { float: left; } .next { float: right; margin-right: 0; } /* footer */ footer { width: calc(100ch); height: calc(10ch); margin: 0 auto; font-weight: 100; } footer span { font-size: small; height: 20px; line-height: 20px; } footer a { position: relative; color: #888; text-decoration: none; } .leftBox { float: left; width: 50%; } .beian { display: inline; position: relative; top: 5px; } .rightBox { float: right; text-align: right; width: 50%; } /* 文章内容 */ .postContent { font-family: 'source-han-sans-simplified-c', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; padding: 30px 50px; font-weight: 200; letter-spacing: 1px; word-wrap: break-word; word-break: break-all; overflow: auto; } .postContent img { display: block; max-width: 95%; margin: 10px auto; } .postContent i { margin-right: 3px; color: #555; } /* 代码高亮 */ pre code { padding: 0; color: #555555 !important; } code { background-color: #eee; padding: 2px 4px; color: #555; } /* 引用 */ blockquote { -moz-box-sizing: border-box; line-height: 30px; box-sizing: border-box; margin: 2.5em 0; padding: 0 0 0 20px; font-style: italic; color: #555555; background-color: #eee; border-left: none; word-wrap: unset; word-break: unset; overflow-x: auto; } blockquote p { margin: 0; } blockquote:before { content: ''; font-family: times, sans-serif; font-style: normal; font-size: 20px; color: #444444; font-weight: bold; line-height: 30px; margin-left: -20px; position: absolute; } /*文章版权注释*/ .post-copyright { margin: 2em 0 0; padding: .5em 1em; border-left: 3px solid #ff1700; background-color: #f9f9f9; list-style: none; } @media (min-width: 723px) and (max-width: 1200px) { .nav { width: calc(95vw); } .header { width: 95%; } .main { width: 95%; } footer { width: 95%; } } @media (max-width: 768px) { .nav { width: calc(97vw); text-align: center; } .bars { width: 40px; height: 40px; display: block; position: fixed; top: 5px; left: 5px; background-color: transparent; border: none; } .bars i { font-size: 20px; } .bars:focus { border: none; outline: none; } .nav ul { display: none; position: fixed; float: left; top: 40px; margin: 0; padding: 0; z-index: 99; } .nav li { float: none; margin: 0; margin-top: 5px; } .nav .linkBox:before { transform: scaleY(1); } .nav .linkBox { color: #000; transition: .1s; box-shadow: none; } .nav .linkBox:hover { color: #000; } .nav .linkBox:hover::before { transform: scaleY(0); } .logoBox { margin: 0 auto; float: unset; } .logo { width: 100px; height: 55px; margin-left: -15px; } .header { width: calc(97vw); text-align: center; margin-top: 15px; } .header div { width: calc(97vw); float: none; clear: both; margin: 0 auto; } .subTitle { text-align: center; } .socialLinks { text-align: center; } .postContent, .postList { padding: 10px 20px; } .socials a { margin: 0 10px; } .main { width: calc(97vw); margin-bottom: 10px; } footer { width: calc(97vw); text-align: center; } footer .leftBox { float: none; width: 100%; } footer .rightBox { float: none; width: 100%; text-align: center; } }
static/css/white.css
@charset "UTF-8"; html, body { min-width: 100%; min-height: 100%; background-color: #f5f5f5; padding: 0; margin: 0; } /* 导航栏 */ .nav { width: calc(100ch); height: 60px; margin: 0 auto; } .logoBox { float: left; width: 60px; height: 60px; } .logo { width: 100px; margin-top: 20px; } .nav::after { content: ""; display: block; clear: both; } .nav ul { float: right; } .nav ul::after { content: ""; display: block; width: 100%; clear: both; } .nav li { float: left; line-height: 60px; text-align: center; list-style-type: none; } .bars { display: none; } .linkBox { position: relative; display: block; width: 100px; height: 28px; line-height: 28px; margin-left: 30px; text-decoration: none; text-align: center; font-weight: 100; color: black; padding: 3px 8px; transition: all .2s linear; z-index: 2; overflow: hidden; border: 1px solid #000; /* border-radius: 20px; */ /* background: linear-gradient(145deg, #ffffff, #e6e6e6); box-shadow: 22px 22px 32px #d9d9d9, -22px -22px 32px #ffffff; */ } .linkBox::after { content: ""; display: block; background-color: rgba(0, 0, 0, 0.74); position: absolute; left: 0; top: 0; padding: 5px 0px; width: 0px; height: 30px; transition: all .5s; z-index: -1; opacity: 0; } .linkBox:hover{ color: #fff !important; } .linkBox:hover:after { width: 150px; opacity: 1; } .header { margin-top: 15px; width: calc(100ch); margin: 0px auto; } .header::after { content: ""; display: block; width: 100%; clear: both; } .header div { width: 50%; margin: 0; padding: 0; } .header::after { content: ""; display: block; clear: both; } .subTitle { float: left; font-weight: 100; line-height: 40px; color: #444; } .socials { float: right; line-height: 40px; } .socialLinks { float: right; text-align: right; } .socials a { margin-left: 15px; } .socials i { color: black; } .main { width: calc(100ch); min-height: 800px; background-color: #fff; color: #000; margin-top: 5px; margin-left: auto; margin-right: auto; margin-bottom: 50px; z-index: 1; border-radius: 20px; background: #f5f5f5; box-shadow: 22px 22px 32px #d0d0d0, -22px -22px 32px #ffffff; } .main::after { content: ""; display: block; clear: both; } .postList { padding: 0 50px; padding-top: 30px; } .listBox { font-weight: 200; } .listBox a, .postContent a { position: relative; color: #000; text-decoration: none; } .postContent a { color: rgb(212, 72, 182); } .listBox a::before, .postContent a::before { content: ""; position: absolute; bottom: -1px; width: 100%; height: 1px; background-color: #000; transform: scaleX(0); transition: all .7s; transition-timing-function: cubic-bezier(0.68, -0.43, 0.27, 1.25); } .listBox a:hover::before, .postContent a:hover::before { transform: scaleX(1); } .listBox p, .listBox pre { letter-spacing: 0.2px; font-size: .9em; color: #444; overflow: hidden; } .listBox i { margin-right: 3px; } .listBox span { color: #666; font-size: .6em; margin-right: 5px; } .listBox h3 { font-weight: 400; } .pagination { height: 50px; margin: 50px 0px; padding: 10px 40px; } .pre { float: left; } .next { float: right; margin-right: 0; } /* footer */ footer { width: calc(100ch); height: calc(10ch); margin: 0 auto; font-weight: 100; } footer span { font-size: small; height: 20px; line-height: 20px; } footer a { position: relative; color: #888; text-decoration: none; } .leftBox { float: left; width: 50%; } .beian { display: inline; position: relative; top: 5px; } .rightBox { float: right; text-align: right; width: 50%; } /* 文章内容 */ .postContent { font-family: 'source-han-sans-simplified-c', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; padding: 30px 50px; font-weight: 200; letter-spacing: 1px; word-wrap: break-word; word-break: break-all; overflow: auto; } .postContent img { display: block; max-width: 95%; margin: 10px auto; } .postContent i { margin-right: 3px; color: #555; } /* 代码高亮 */ pre code { padding: 0; color: #555555 !important; } code { background-color: #eee; padding: 2px 4px; color: #555; } /* 引用 */ blockquote { -moz-box-sizing: border-box; line-height: 30px; box-sizing: border-box; margin: 2.5em 0; padding: 0 0 0 20px; font-style: italic; color: #555555; background-color: #eee; border-left: none; word-wrap: unset; word-break: unset; overflow-x: auto; } blockquote p { margin: 0; } blockquote:before { content: ''; font-family: times, sans-serif; font-style: normal; font-size: 20px; color: #444444; font-weight: bold; line-height: 30px; margin-left: -20px; position: absolute; } /*文章版权注释*/ .post-copyright { margin: 2em 0 0; padding: .5em 1em; border-left: 3px solid #ff1700; background-color: #f9f9f9; list-style: none; } @media (min-width: 723px) and (max-width: 1200px) { .nav { width: calc(95vw); } .header { width: 95%; } .main { width: 95%; } footer { width: 95%; } } @media (max-width: 768px) { .nav { width: calc(97vw); text-align: center; } .bars { width: 40px; height: 40px; display: block; position: fixed; top: 5px; left: 5px; background-color: transparent; border: none; } .bars i { font-size: 20px; } .bars:focus { border: none; outline: none; } .nav ul { display: none; position: fixed; float: left; top: 40px; margin: 0; padding: 0; z-index: 99; } .nav li { float: none; margin: 0; margin-top: 5px; } .nav .linkBox:before { transform: scaleY(1); } .nav .linkBox { color: #000; transition: .1s; box-shadow: none; } .nav .linkBox:hover { color: #000; } .nav .linkBox:hover::before { transform: scaleY(0); } .logoBox { margin: 0 auto; float: unset; } .logo { width: 100px; height: 55px; margin-left: -15px; } .header { width: calc(97vw); text-align: center; margin-top: 15px; } .header div { width: calc(97vw); float: none; clear: both; margin: 0 auto; } .subTitle { text-align: center; } .socialLinks { text-align: center; } .postContent, .postList { padding: 10px 20px; } .socials a { margin: 0 10px; } .main { width: calc(97vw); margin-bottom: 10px; } footer { width: calc(97vw); text-align: center; } footer .leftBox { float: none; width: 100%; } footer .rightBox { float: none; width: 100%; text-align: center; } }
0.317744
0.079531
.node--type-landing-page > .bs-region--main { padding: 0; } .component { padding: 3em 0; margin: 0 auto; width: 100%; } /*button filter*/ .component--type-text-and-video .text-container .field--name-field-comp-single-link, .component--type-comp-cta-with-blurb .field--name-field-comp-single-link, .component--type-comp-icon-callout .bs-region--bottom .field--name-field-comp-single-link, .header_1_view_mode .header-text-container .field--name-field-call-to-action, .header_3_view_mode .header-text-container .field--name-field-call-to-action{ filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.35)); } .component--type-text-and-video .text-container .field--name-field-comp-single-link:hover, .component--type-comp-cta-with-blurb .field--name-field-comp-single-link:hover, .component--type-comp-icon-callout .bs-region--bottom .field--name-field-comp-single-link:hover, .header_1_view_mode .header-text-container .field--name-field-call-to-action:hover, .header_3_view_mode .header-text-container .field--name-field-call-to-action:hover { filter:none; } /*large title*/ .component--type-three-across-info .bs-region--top h2, .component--type-comp-icon-callout .bs-region--top h2, .component--type-training-events h2.field-title, .component--type-featured-upcoming-event .bs-region--right .field--name-field-right-side-text-blurb, .webform-submission-newsletter-signup-form h2 { font-size: calc(24px + (50 - 24) * ((100vw - 320px) / (1920 - 320))); font-weight: 700; text-transform: uppercase; max-width: 650px; margin: 0 auto; } /*icon callout*/ .component--type-comp-icon-callout { max-width: 1140px; text-align: center; background:#fff; } .component--type-comp-icon-callout .bs-region--top .field--name-field-comp-2nd-ln-txt { font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320))); max-width: 800px; margin: 0 auto 40px; } .component--type-comp-icon-callout .field--name-field-comp-callout { display: flex; flex-direction: row; margin-left: -10px; margin-right: -10px; } .component--type-comp-icon-callout .field--name-field-comp-callout > .field--item { flex-basis: 100%; display: flex; flex-wrap: wrap; } .component--type-comp-icon-callout .field--name-field-comp-callout .field--item .element > .bs-region--main { border-top: 10px solid #00833f; padding: 40px; min-height: 200px; } .component--type-comp-icon-callout .field--name-field-comp-callout .field--item .element { margin: 10px; width: 100%; } .component--type-comp-icon-callout .field--name-field-comp-callout .field--item .element > .bs-region--main { width: 100%; background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; border-radius:5px; overflow: hidden; position: relative; min-height: 280px; } .component--type-comp-icon-callout .field--name-field-comp-callout .field--item .element > .bs-region--main .field--name-title { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); margin-bottom: 10px; } .component--type-comp-icon-callout .field--name-field-comp-callout > .element .bs-region--main .field--name-field-element-body { font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))); line-height: normal; } .component--type-comp-icon-callout img { margin: 0 auto; } .component--type-comp-icon-callout .bs-region--bottom { text-align: right; margin-top: 40px; } .component--type-comp-icon-callout .bs-region--bottom .field--name-field-comp-single-link a { background:#00833f; display: block; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); box-shadow: 0 30px 20px -20px rgba(0,0,0,.35); position: relative; border:none; color:#fff; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 20px 30px 20px 20px; width: 200px; float: right; font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-comp-icon-callout .bs-region--bottom .field--name-field-comp-single-link:hover { box-shadow:0 20px 20px -20px rgba(0,0,0,.35); } @media screen and (max-width:768px) { .component--type-comp-icon-callout .field--name-field-comp-callout { flex-wrap: wrap; } } /*text and video*/ .component--type-text-and-video { position: relative; padding: 0; } .component--type-text-and-video .bs-region--top { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; position: relative; z-index: 9; } @media screen and (min-width:768px) { .component--type-text-and-video .bs-region--top { clip-path:polygon(0 0, 100% 0, 100% 85%, 0 100%); } } @media screen and (min-width:1300px) { .component--type-text-and-video .bs-region--top { clip-path:polygon(0 0, 100% 0, 100% 85%, 0 100%); } } .component--type-text-and-video .bs-region--top .text-container { max-width:1140px; display: flex; margin: 0 auto; flex-wrap: wrap; flex-direction: column; padding: 5em 0; } .component--type-text-and-video .bs-region--main { width: 100%; position: absolute; bottom: 0; } .component--type-text-and-video .bs-region--main .video-text-wrapper { position: relative; max-width: 1140px; margin: 0 auto; } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video { width: 45%; position: absolute; bottom:0; right: 0; z-index: 999; box-shadow: 0 30px 20px -20px rgba(0,0,0,.35); } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video:before { content: 'The History of CEA Runs Deep'; text-transform: uppercase; text-align: center; display: block; margin-bottom: 20px; font-family: 'Oswald', sans-serif; font-weight: 700; } .component--type-text-and-video .field--name-title { font-size: calc(50px + (80 - 50) * ((100vw - 320px) / (1920 - 320))) text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; line-height: 1; color: #00833f; } .component--type-text-and-video .field--name-field-comp-2nd-ln-txt { font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320))); margin: 20px 0; } .component--type-text-and-video .field--name-field-nested-video .field--name-field-media-oembed-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .component--type-text-and-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .component--type-text-and-video .text-container .field--name-field-comp-plain-body { font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))); margin: 20px 0 40px; } @media screen and (max-width:768px) { .component--type-text-and-video .bs-region--main { position: relative; } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video { position: relative; bottom: auto; width: 100%; } .component--type-text-and-video .bs-region--top { background:none; } .component--type-text-and-video { position: relative; background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; } } @media screen and (min-width:768px) { .component--type-text-and-video .text-container .field--name-field-comp-plain-body, .component--type-text-and-video .field--name-field-comp-2nd-ln-txt, .component--type-text-and-video .field--name-title { max-width: 50%; } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video:before { font-size: 20px; } } @media screen and (min-width:1300px) { .component--type-text-and-video .text-container .field--name-field-comp-plain-body, .component--type-text-and-video .field--name-field-comp-2nd-ln-txt, .component--type-text-and-video .field--name-title { max-width: 40%; } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video:before { font-size: 30px; } } .component--type-text-and-video .text-container a { background: #00833f; display: block; clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%); position: relative; border: none; color: #fff; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 20px 20px 20px 30px; width: 200px; font-size: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))); margin-bottom: 4em; } /*three across info -membership tiles*/ .component--type-three-across-info { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; } .component--type-three-across-info .bs-region--main ul:not(.contextual-links) { display:flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; justify-content: center; } .component--type-three-across-info .bs-region--main ul li { width: 100%; margin-bottom: 5%; position: relative; } .component--type-three-across-info .bs-region--main ul li .element { padding-bottom: 40px; border-bottom: 1px solid #fff; position: relative; margin: 0 10%; } .component--type-three-across-info .bs-region--main ul li:last-child:before, .component--type-three-across-info .bs-region--main ul li:last-child:after { display:none; } .component--type-three-across-info .bs-region--main ul li:last-child .element { border: none; } @media screen and (min-width:620px) { .component--type-three-across-info .bs-region--main ul li { width: 50%; } } @media screen and (min-width:850px) { .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):before { background: #fff; width: 1px; position: absolute; content: ''; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):after { background: #fff; content: ''; height: 1px; position: absolute; bottom: 0%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):before { background: #fff; width: 1px; position: absolute; content: ''; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):after { background: #fff; content: ''; position: absolute; bottom: 0%; height: 1px; } .component--type-three-across-info .bs-region--main ul li { width: 33.33333%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):before { height: 30px; left: 0; bottom: -9%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):after { left: -4%; width: 30px; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):before { height: 30px; left: 0; bottom: -9%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):after { left: -4%; width: 30px; } } @media screen and (min-width:1200px) { .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):before { height: 50px; left: 0; bottom: -15%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):after { left: -5%; width: 50px; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):before { height: 50px; left: 0; bottom: -15%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):after { left: -5%; width: 50px; } } .component--type-three-across-info .bs-region--main ul li .field--name-title { color:#ff6700; text-transform: uppercase; font-weight: 700; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); font-family: 'Oswald', sans-serif; } .component--type-three-across-info .bs-region--main ul li .field--name-field-element-body { font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320))); } .component--type-three-across-info .bs-region--top { text-align: center; margin: 0 auto 50px; } .component--type-three-across-info .bs-region--top .field--name-field-comp-body { font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320))); max-width: 800px; margin: 40px auto 0; } /*full width video*/ .field--name-field-comp-full-width-video { max-width: 760px; margin: 0 auto; box-shadow: 0 30px 20px -20px rgba(0,0,0,.35); } @media screen and (min-width:1200px) { .field--name-field-comp-full-width-video { max-width: 950px; } } .field--name-field-comp-full-width-video .field--name-field-media-oembed-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .field--name-field-comp-full-width-video .field--name-field-media-oembed-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /*cta with blurb*/ @media screen and (min-width:768px) { .component--type-comp-cta-with-blurb .bs-region--main { padding: 0; -webkit-mask-image: url(/themes/custom/caa_custom/images/text-call-out-interior.svg); mask-image: url(/themes/custom/caa_custom/images/text-call-out-interior.svg); -webkit-mask-position: center center; mask-position: center center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: cover; } } .component--type-comp-cta-with-blurb .bs-region--main { padding: 0; } .component--type-comp-cta-with-blurb .bs-region--main:after { background:rgba(27,36,51,0.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; content: ''; z-index: 9; } .component--type-comp-cta-with-blurb .field--name-field-bkcgrnd-img img { object-fit: cover; width: 100%; } .component--type-comp-cta-with-blurb .text-container-bkg { position: absolute; width: 100%; transform: translateY(-50%); top: 50%; z-index: 99; } .component--type-comp-cta-with-blurb .text-container-bkg .field { max-width: 760px; margin: 0 auto; color: #fff; padding-right: 28%; } @media screen and (max-width:768px) { .component--type-comp-cta-with-blurb .text-container-bkg .field { padding: 0 15px; } } @media screen and (min-width:1300px) { .component--type-comp-cta-with-blurb .text-container-bkg .field { max-width: 950px; } } .component--type-comp-cta-with-blurb .text-container-bkg .field--name-field-comp-body { font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1920 - 320))); font-weight: 700; font-family: 'Oswald', sans-serif; line-height: 1; text-transform: uppercase; } .component--type-comp-cta-with-blurb .field--name-field-comp-single-link { padding-top: 40px; } .component--type-comp-cta-with-blurb .field--name-field-comp-single-link a { background:#ff6700; position: relative; border:none; color:#fff; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; letter-spacing: 3px; padding: 15px 20px; margin-top: 40px; } .component--type-comp-cta-with-blurb .field--name-field-comp-single-link a:after { clip-path: polygon(0 0, 30% 0%, 55% 100%, 0% 100%); content: ''; position: absolute; top: 0; background:#ff6700; display: inline; height: 101%; z-index: 1; width: 100px; } /*content types*/ .path-node:not(.page-node-type-landing-page) .content { font-size:18px; line-height:2.2; } .path-node:not(.page-node-type-landing-page) .field--name-node-title h2 { max-width: 760px; width: 100%; margin: 0 auto !important; } .path-node:not(.page-node-type-landing-page) .region-content, .view-event-search-api, .view-event-views, .path-photo-gallery .region-content, .path-contacts-users .view-users-contacts .view-content, .path-search .region-content, .path-jobs .region-content { max-width:760px; width: 100%; margin: 0 auto 5em; } @media screen and (min-width:1300px) { .path-node:not(.page-node-type-landing-page) .region-content, .path-node:not(.page-node-type-dashboard) .region-content, .path-node:not(.page-node-type-landing-page) .field--name-node-title h2, .view-event-search-api, .view-event-views, .path-photo-gallery .region-content, .path-contacts-users .view-users-contacts .view-content, .path-search .region-content, .path-jobs .region-content { max-width:960px; } } .page-node-type-landing-page .region-content { max-width: 100% !important; } .path-node:not(.page-node-type-landing-page) iframe { margin: 50px auto; display: block; } .path-node:not(.page-node-type-landing-page):not(.page-node-type-dashboard) .field--type-image img { width: 100%; height: auto; max-width: 100%; padding: 50px 0; margin: 50px 0; border-top:4px solid #f4f4f4; } .form-control { height: 50px; } /*news node*/ .path-node:not(.page-node-type-landing-page) .field--name-node-submitted-by { font-weight: bold; } .path-node:not(.page-node-type-landing-page) .field--name-node-post-date { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))); } .path-node:not(.page-node-type-landing-page):not(.page-node-type-dashboard) .field--type-text-with-summary { border-top:4px solid #f4f4f4; margin:50px auto; padding:50px 0; } /*featured upcoming events component*/ .component--type-featured-upcoming-event { margin-top: 6em; } .component--type-featured-upcoming-event > .bs-region--left, .component--type-featured-upcoming-event > .bs-region--right { padding: 0; position: relative; } .component--type-featured-upcoming-event .bs-region--left .field--name-field-upcoming-event { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; width: 50%; height: 80%; } .component--type-featured-upcoming-event .bs-region--right .text-container-events { position: absolute; top: 50%; right: 10%; transform: translateY(-50%); z-index: 10; width: 40%; } .component--type-featured-upcoming-event .bs-region--right { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%); position: absolute; right: 0; z-index: 1; } .component--type-featured-upcoming-event .bs-region--left { clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%); position: relative; z-index: 9; } .component--type-featured-upcoming-event .views-view-grid .views-col { width: 100% !important; } .component--type-featured-upcoming-event .bs-region--right { text-align: right; } .component--type-featured-upcoming-event .bs-region--right .field--name-field-right-side-text-blurb { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; line-height: 1.2; margin-bottom: 40px; } .component--type-featured-upcoming-event .bs-region--right .field--name-field-right-side-second-text-blu { font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320))); } .component--type-featured-upcoming-event .bs-region--left img { width: 100%; } .component--type-featured-upcoming-event .bs-region--left .field--name-field-media-image:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background:rgba(27,36,52,0.5); } .component--type-featured-upcoming-event .bs-region--left .field--name-dynamic-token-fieldcivicrm-event-civi-event-day-only { color: #fff; } .component--type-featured-upcoming-event .bs-region--left .field--name-dynamic-token-fieldcivicrm-event-civi-event-day-only p, .field--name-dynamic-token-fieldcivicrm-event-civi-event-day-only p { margin-bottom: 0 !important; } .field--name-dynamic-token-fieldcivicrm-event-civi-event-day-only { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; line-height: 0.8; font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-featured-upcoming-event .bs-region--left .field--name-start-date { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; color:#ff6700; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-featured-upcoming-event .bs-region--left .field--name-title a { color: #fff; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); margin-top: 20px; margin-bottom: 20px; display: block; } .component--type-featured-upcoming-event .bs-region--left .field--name-description { color: #fff; font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-featured-upcoming-event .bs-region--left .field--name-description .more-link { margin-top: 20px; clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%); position: relative; border: none; color: #fff; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 20px 20px 20px 0px; font-size: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))); margin-bottom: 4em; } .component--type-featured-upcoming-event .view-event-views .views-row { border: none; } @media screen and (min-width:768px) { .component--type-featured-upcoming-event .bs-region--right { margin-top: -60px; min-height: 480px; width: 70%; } .component--type-featured-upcoming-event .bs-region--left img { min-height: 500px; object-fit: cover; max-height: 550px; } } @media screen and (min-width:1300px) { .component--type-featured-upcoming-event .bs-region--right { margin-top: -80px; min-height: 650px; width: 70%; } .component--type-featured-upcoming-event .bs-region--left img { min-height: 600px; max-height: 650px; object-fit: cover; } } @media screen and (max-width:768px) { .component--type-featured-upcoming-event .bs-region--right .text-container-events { position: relative; top: auto; right: auto; transform: none; width: 80%; margin-left: auto; padding: 50px; } .component--type-featured-upcoming-event .bs-region--right { position: relative; margin-top: -50px; z-index: 9; } .component--type-featured-upcoming-event .bs-region--left, .component--type-featured-upcoming-event .bs-region--right { clip-path:none; } .component--type-featured-upcoming-event .bs-region--left .field--name-field-upcoming-event { left: 40%; width: 70%; } } /*body and link component*/ .component--type-body-and-link { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; } .component--type-body-and-link .field--name-field-comp-plain-body { font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320))); font-weight: bold; margin-bottom: 40px; } .component--type-body-and-link .btn { background:#ff6700; letter-spacing: 3px; clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%); padding-left: 50px; } @media screen and (min-width:1px) { .component--type-body-and-link .btn { width: 350px; } } @media screen and (min-width:1000px) { .component--type-body-and-link .btn { width: 420px; } } /*training events component*/ .component--type-training-events { padding-left: 4%; padding-right: 4%; } .component--type-training-events .field--name-field-image- img { margin: 0 auto; } .component--type-training-events h2.field-title { text-align: center; padding-top: 20px; padding-bottom: 20px; } .component--type-training-events .field--name-field-second-line { text-align: center; font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320))); } .component--type-training-events .field--name-field-training-events { margin-top: 40px; } .component--type-training-events .field--name-field-training-events .view-event-views { max-width: 100% !important; } .component--type-training-events .field--name-field-training-events .view-content .views-row:hover { background:#fff; box-shadow: 0px 9px 40.29px 10.71px rgba(39, 44, 57, 0.15); border-radius: 5px; } .component--type-training-events .field--name-field-training-events .view-content .views-row:hover .bs-region--main:before { background: url(/themes/custom/caa_custom/images/tile-menu-arrow-orange.png) no-repeat; width: 15px; height: 15px; position: absolute; right: 20px; top: 10px; content: ''; } .component--type-training-events .field--name-field-training-events .view-content .views-row:hover .field--name-title a { color: #ff6700; } .component--type-training-events .field--name-field-training-events .view-content { display: flex; } .component--type-training-events .field--name-field-training-events .view-content > .views-row { flex: 1; position: relative; } @media screen and (max-width:767px) { .component--type-training-events .field--name-field-training-events .view-content { flex-wrap: wrap; } .component--type-training-events .field--name-field-training-events .view-content > .views-row { width:50%; position: relative; flex:unset; } } @media screen and (min-width:768px) { .component--type-training-events .field--name-field-training-events .view-content { flex-wrap: wrap; } .component--type-training-events .field--name-field-training-events .view-content > .views-row { width:33.33333%; position: relative; flex:unset; } } @media screen and (min-width:1000px) { .component--type-training-events .field--name-field-training-events .view-content > .views-row { flex: 1; position: relative; } } .component--type-training-events .field--name-field-training-events .view-content > .views-row .row { margin: 0; padding: 40px 20px 20px; } .component--type-training-events .field--name-field-training-events .field--name-start-date, .component--type-training-events .field--name-field-training-events .field--name-end-date { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-training-events .field--name-field-training-events .field--name-event-type-id { font-family: 'Oswald', sans-serif; font-weight: 700; color: #ff6700; text-transform: uppercase; margin: 20px 0 0; font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320))); } .component--type-training-events .field--name-field-training-events .field--name-title a { color: #272c39; display: block; padding-top: 10px; font-weight: bold; font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-training-events a.link-whole-area { color: #272c39; } .component--type-training-events .view-event-views .views-row { border-bottom: 0 !important; } .component--type-training-events .field--name-field-training-events .field--name-title a.link-whole-area { display: none; padding: 0; } /*dashboard*/ .page-node-type-dashboard .main-container { background:#f4f4f4; } .page-node-type-dashboard .node--type-dashboard .bs-region--top .field--name-field-first-row { display: flex; flex-direction: row; justify-content: space-between; } .page-node-type-dashboard .node--type-dashboard .bs-region--top .field--name-field-first-row > .field--item { flex:1; margin: 0 10px; } .page-node-type-dashboard .main-container aside.col-sm-3 { background:#fff; height: 100vh; position: relative; -webkit-box-shadow: 0 10px 5px 5px #E3E3E3; box-shadow: 0 10px 5px 5px #E3E3E3; } .page-node-type-dashboard .view-id-orders_summary .views-field-total-price__number { font-weight: bold; } .page-node-type-dashboard .view-id-orders_summary .views-field views-field-created { color: #666; } .page-node-type-dashboard .component .bs-region--right { text-align: right; font-size: 14px; } .page-node-type-dashboard .component .bs-region--left { padding-right: 0; } .block-content--type-dashboard-membership-info-block { text-align: center; border-bottom:1px solid #f4f4f4; margin-bottom: 50px; padding-bottom: 50px; padding-top: 20px; } .block-content--type-dashboard-membership-info-block a.btn { background:#ff6700; text-align: center; border-radius:5px; clip-path:none; padding: 10px 20px; display: block; margin: 20px auto; font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) } .component--type-dashboard-events, .component--type-dashboard-orders { background:#fff; border-radius: 10px; -webkit-box-shadow: 0 0 5px 5px #E3E3E3; box-shadow: 0 0 5px 5px #E3E3E3; padding: 20px; height: 400px; } .component--type-dashboard-events h4, .component--type-dashboard-orders .field--name-title { font-family: 'Oswald', sans-serif; font-weight: 700; margin: 0; text-transform: uppercase; } .component--type-dashboard-events .bs-region--main a { color: #000; margin-bottom: 10px; display: block; } .component--type-dashboard-events .field--type-datetime { color: #666; font-size: 12px; } .component--type-dashboard-events .view .views-row { margin-bottom: 20px; } .component--type-dashboard-events .view-dashboard-events .view-content { height: 310px; overflow-y: scroll; overflow-x: hidden; } .component--type-dashboard-events .view-dashboard-events .view-empty { height: auto; overflow: visible; text-align: center; } .component--type-dashboard-events .view-dashboard-events .view-empty img { max-width: 150px; margin: 0 auto; } .view-dashboard-contact { text-align: center; } .view-dashboard-contact .field--name-display-name { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))); } .view-dashboard-contact .field--name-job-title { font-size: calc(16px + (14 - 14) * ((100vw - 320px) / (1920 - 320))); font-weight: bold; margin-top: 5px; } .view-dashboard-contact .field--name-current-employer { color: #00833f; margin-top: 5px; } .page-node-type-dashboard .region-content { max-width: none !important; } @media screen and (max-width:1024px) { .page-node-type-dashboard .node--type-dashboard .bs-region--top .field--name-field-first-row { flex-wrap: wrap; } .page-node-type-dashboard .node--type-dashboard .bs-region--top .field--name-field-first-row > .field--item { flex:auto; width: 100%; margin: 10px; } } /*member menus*/ .node--type-dashboard .field--type-ds h2 { text-transform: uppercase; font-weight: 700; font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); margin-top: 50px; } .node--type-dashboard .field--type-ds a { color: #000; line-height: 2.5; } .node--type-dashboard .field--type-ds a:hover { color:#ff6700; } .node--type-dashboard .field--type-ds { padding: 0 50px; } .node--type-dashboard .field--name-dynamic-block-fieldnode-ds-members nav h2:before { content: 'MEMBERS'; } .node--type-dashboard .field--name-dynamic-block-fieldnode-ds-members nav ul li a { padding: 0; } @media screen and (max-width:1024px) { .node--type-dashboard .field--type-ds { padding: 0 20px; } } /*events and training*/ .block-facet-blockcategory-event-type-facet { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } .block-facet-blockcategory-event-type-facet h2 { font-family: 'Lato', sans-serif; margin: 0; padding-right: 10px; font-weight: bold; font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))); } #views-exposed-form-event-search-api-page-1 .form-item-search-api-fulltext label, #views-exposed-form-event-search-api-page-1 .form-item-search-api-fulltext input { display: none; } #edit-submit-event-search-api ~ button { background:none; padding: 0; clip-path:none; color: #ff6700; text-transform: none; } .view-event-search-api a.link-whole-area, .view-event-views a.link-whole-area { color: #272c39; } .view-event-search-api h3, .view-event-views h3 { text-align: center; background: url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))); padding: 15px 0; margin-bottom: 40px; } .view-event-search-api .field--name-title a, .view-event-search-api .bs-region--right .field--name-registration-end-date, .view-event-views .field--name-title a, .view-event-views .bs-region--right .field--name-registration-end-date, .view-news-views > .view-content .views-row .field--name-node-title h2 a { color: #272c39; font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))); font-family: 'Lato', sans-serif; } .view-event-search-api .field--name-title a:hover, .view-event-views .field--name-title a:hover { color: #ff6700; } .view-event-search-api .field--name-event-type-id, .view-event-views .field--name-event-type-id, .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2, .view-news-views > .view-content .views-row .field--name-node-author .field--label:first-child { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; color: #ff6700; font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320))); } .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2 { color: #abaaaf; } .view-news-views > .view-content .views-row .field--name-node-author .field--label:first-child { color: #272c39; } .view-event-search-api .bs-region--right .field--name-registration-end-date:before, .view-event-views .bs-region--right .field--name-registration-end-date:before { content: 'REGISTER BY'; display: block; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; color: #272c39; font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320))); } .view-event-views .bs-region--left * { color:#272c39; } .view-event-search-api .bs-region--left .field--name-start-date, .view-event-views .bs-region--left .field--name-start-date, .view-news-views > .view-content .views-row .field--name-node-post-date { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))); } .view-event-search-api .views-row, .view-event-views .views-row, .view-news-views > .view-content .views-row { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 4px solid #eaeaec; } .view-event-search-api .civicrm-event--view-mode-event-wide-rows .bs-region--right *, .view-event-views .civicrm-event--view-mode-event-wide-rows .bs-region--right *, .view-news-views > .view-content .views-row .layout__region--third * { text-align: right; } .js-pager__items.pager li a { background: #ff6700; border: none; border-radius: 5px; text-transform: none; clip-path:none; padding: 10 15px; text-align: center; } @media screen and (max-width:768px) { .view-event-search-api .civicrm-event--view-mode-event-wide-rows .bs-region--right *, .view-event-views .civicrm-event--view-mode-event-wide-rows .bs-region--right *, .view-news-views > .view-content .views-row .layout__region--third * { text-align: left; } .view-event-search-api .civicrm-event--view-mode-event-wide-rows .bs-region, .view-event-views .civicrm-event--view-mode-event-wide-rows .bs-region { margin: 10px 0; } } /*photo gallery pages*/ .photo-albums .view-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } .photo-albums .view-content .views-row { width: 33.333333%; margin-bottom: 25px; } .photo-albums .view-content .views-row .views-field { padding: 0 15px 5px; } .photo-albums .view-content .views-row img { width: 100%; } .photo-albums .view-content .views-row .views-field-count { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; color: #ccc; font-size: 12px; } @media screen and (max-width:768px) { .photo-albums .view-content .views-row { width: 50%; } } @media screen and (max-width:599px) { .photo-albums .view-content .views-row { width: 100%; } } /*contacts & users*/ .view-users-contacts .view-filters { margin-left: -15px; margin-right: -15px; background:#f4f4f4; } .view-users-contacts .view-filters form { padding: 10px 0; max-width: 760px; margin: 0 auto; } .view-users-contacts .view-filters form .form--inline { display: flex; align-items: center; } @media screen and (max-width:960px) { .view-users-contacts .view-filters form .form--inline { flex-wrap: wrap; } } @media screen and (min-width:1300px) { .view-users-contacts .view-filters form { max-width: 960px; } } .view-users-contacts .view-filters label { margin: 0; font-weight: bold; } .view-users-contacts .view-filters .btn { background:none; padding: 0; clip-path:none; color: #ff6700; text-transform: none; } /*news*/ .view-news-views .view-filters { margin-left: -15px; margin-right: -15px; background:#f4f4f4; padding: 20px 0; } .view-news-views .view-filters .views-exposed-form, .view-news-views .attachment, .view-news-views > .view-content { max-width: 760px; margin: 0 auto; } @media screen and (min-width:1300px) { .view-news-views .view-filters .views-exposed-form, .view-news-views .attachment, .view-news-views > .view-content { max-width: 960px; } } .view-news-views .attachment { position: relative; } .view-news-views .attachment .field--name-field-media-image:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background:rgba(27,36,52,0.5); } .view-news-views .attachment .text-overlay { position: absolute; top: 40%; right: 10%; color: #fff; width: 45%; } @media screen and (max-width:768px) { .view-news-views .attachment .text-overlay { top: 40%; left: 10%; color: #fff; width: 75%; } } @media screen and (max-width:590px) { .view-news-views .attachment .text-overlay { top: 10%; } } .view-news-views .attachment .text-overlay div:first-child { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 12px; color: #ff6700; } .view-news-views .attachment .text-overlay .field--name-node-title h2 a { font-family: 'Lato', sans-serif; color: #fff; font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320))); font-weight: bold; margin-bottom: 20px; display: block; } .view-news-views > .view-content .views-row .field--name-node-title h2 { margin: 0; } .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2 { display: flex; flex-wrap: wrap; } .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2 .field--item:after { content: ','; display: inline; margin-right: 2px; } .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2 .field--item:last-child:after { content: ''; } .select-wrapper:after { color: #000; font-size: 14px; right: 5px; } .chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-single .chosen-single { height: 100%; display: flex; align-items: center; } .chosen-container-single .chosen-drop { right: 0px; } /*store*/ .checkout-pane .views-field-total-price__number { text-align: right; } .checkout-pane .commerce-product-variation .field--name-field-product-image, .checkout-pane .commerce-product-variation .field--name-field-body-with-summary{ display: none; } .checkout-pane .commerce-product-variation .field--name-title { margin: 0; font-size: 18px; } .commerce-product-variation { max-width: 800px; margin: 0 auto; } .commerce-product-variation .field--name-title { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 30px; margin-bottom: 20px; margin-top: 20px; } .commerce-product-variation .field--name-field-body-with-summary { border-top: 10px solid #f4f4f4; border-bottom: 10px solid #f4f4f4; padding: 40px; margin-top: 40px; margin-bottom: 40px; } .path-cea-store .main-container { max-width: 800px; margin: 0 auto; } @media screen and (min-width:1300px) { .path-cea-store .main-container { max-width: 1140px; } } .alert-success { background:#fff; border-top: 10px solid #f4f4f4; border-bottom: 10px solid #f4f4f4; border-left: 0; border-right: 0; font-weight: bold; } .path-cea-store #block-pricebreak .field--type-text-with-summary { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 24px; margin-bottom: 20px; margin-top: 20px; } .view-product-catalog .view-content { display: flex; flex-wrap: wrap; } .view-product-catalog .view-content .views-row { width: 100%; } @media screen and (min-width:768px) { .view-product-catalog .view-content .views-row { width: 33.33333%; } } @media screen and (min-width:1024px) { .view-product-catalog .view-content .views-row { width: 25%; } } .view-product-catalog .view-content .views-row .commerce-product-variation { border: 1px solid #f4f4f4; border-radius: 2px; padding-top: 15px; padding-bottom: 15px; } .view-product-catalog .view-content .views-row .commerce-product-variation .bs-region { padding-bottom: 15px; } .view-product-catalog .view-content .views-row .commerce-product-variation .bs-region--left, .view-product-catalog .view-content .views-row .commerce-product-variation .bs-region--right { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; } .view-product-catalog .view-content .views-row .commerce-product-variation .field--name-title { font-size: 20px; margin: 10px 0; } /*staff and board*/ .view-staff-and-board-views { max-width: 1140px; margin: 0 auto; } .view-staff-and-board-views .view-content { display: flex; flex-wrap: wrap; } .view-staff-and-board-views.view-display-id-page_2 .view-content .views-row { width: 33.33333%; text-align: center; margin-bottom: 30px; } .view-staff-and-board-views.view-display-id-page_1 .view-content .views-row { border-bottom: 5px solid #f4f4f4; margin-bottom: 30px; padding-bottom: 30px; } .view-staff-and-board-views.view-display-id-page_2 .view-content .views-row h2 { font-size: 18px; } @media screen and (max-width:768px) { .view-staff-and-board-views.view-display-id-page_2 .view-content .views-row { width: 50%; } } @media screen and (max-width:499px) { .view-staff-and-board-views.view-display-id-page_2 .view-content .views-row { width: 100% } } .view-staff-and-board-views .view-content .views-row img { min-height: 200px; min-width: 200px; object-fit: cover; margin: 0 auto 10px; } /*jobs table*/ .table-responsive thead { background: #f4f4f4; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; } .table-striped > tbody > tr:nth-of-type(even) { background: #f4f4f4; } .table-striped > tbody > tr:nth-of-type(odd) { background:#fff; } .table > thead > tr > th { border-right: 1px solid #fff; } p:last-child { margin-bottom: 20px; } /*Sampling Result & silica db acknowledgment*/ .chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-single .chosen-single { background:none; border: none; box-shadow: none; } .chosen-container-active.chosen-with-drop .chosen-single div b, .chosen-container-single .chosen-single div b { display: none; } .view-sampling-results .view-filters .bef-exposed-form .form--inline { display: flex; flex-wrap: wrap; } .view-sampling-results .view-filters .bef-exposed-form .form--inline > .form-item { float: none; width: 33.33333%; } /*form filter bar*/ .view-filters button { padding: 0; background: none; text-transform: none; color: #ff6700; min-width: 1px; } .view-wage-rates .view-filters .control-label { padding-right: 5px; } .view-wage-rates .view-filters, .view-sampling-results .view-filters { margin-left: -15px; margin-right: -15px; background:#f4f4f4; } .view-wage-rates .view-filters .views-exposed-form, .view-sampling-results .view-filters .views-exposed-form, .view-wage-rates .view-header { max-width: 1140px; margin: 0 auto; padding:15px; } .view-wage-rates .view-filters .views-exposed-form .form-inline, .view-sampling-results .view-filters .views-exposed-form .form-inline { display: flex; justify-content: flex-start; } .view-wage-rates .view-filters .views-exposed-form .form-inline .form-item, .view-sampling-results .view-filters .views-exposed-form .form-inline .form-item { padding: 5px; } .view-wage-rates .view-content, .view-sampling-results .view-content{ max-width: 1140px; margin: 0 auto; } .view-wage-rates .view-filters .views-exposed-form .form-inline .form-control, .view-sampling-results .view-filters .views-exposed-form .form-inline .form-control { max-width: 150px; max-height: 50px; } .view-wage-rates .view-filters .views-exposed-form .form-actions, .view-sampling-results .view-filters .views-exposed-form .form-actions{ margin-top: 5px; display: flex; align-items: center; } @media screen and (max-width:1024px) { .view-wage-rates .view-filters .views-exposed-form .form-inline, .view-sampling-results .view-filters .views-exposed-form .form-inline{ flex-wrap: wrap; } .view-wage-rates .view-filters .views-exposed-form .form-inline .form-control, .view-sampling-results .view-filters .views-exposed-form .form-inline .form-control { max-width: none; } } .chosen-container .chosen-results li.highlighted { background:#00833f; border: none; } .view-filters .views-exposed-form .button { min-width: none; } .node--type-wage .panel-body .field { margin-bottom: 20px; } /*membership slanted list*/ .component--type-slanted-lists { position: relative; margin-top: -20px; padding-top: 0; } .component--type-slanted-lists * { color: #fff; } .component--type-slanted-lists h2, .component--type-slanted-lists h3 { text-transform: uppercase; } .component--type-slanted-lists h3 { letter-spacing: 1px; } .component--type-slanted-lists:before { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; content:''; top: 0; position: absolute; width: 100%; height: 700px; } .scalene-wrapper { z-index: 999; position: relative; left: 5%; } .scalene-wrapper * { color: #000; } @media screen and (min-width:1300px) { .scalene-wrapper { top: 375px; } } @media screen and (min-width:960px) { .scalene-wrapper { top: 249px; position: absolute; } .scalene-wrapper * { color: #fff; } } .scalene-wrapper p { font-size: 30px; } .scalene-wrapper h2 { font-size: 55px; margin-bottom: 30px; } .contextual-region.component.component--type-slanted-lists .field--name-field-backgro .contextual-region { position: unset; } .component--type-slanted-lists .element--type-single-benefit { font-family: sans-serif; position: relative; width: 100%; color: #fff; overflow:hidden; display: flex; align-items: center; justify-content: start; min-height: 500px; } .component--type-slanted-lists .element--type-single-benefit:after { content: ""; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.3); display: block; z-index: 100; position: absolute; transition: all .5s ease; } @media screen and (min-width:960px) { .component--type-slanted-lists .element--type-single-benefit { min-height: 700px; } } @media screen and (min-width:1300px) { .component--type-slanted-lists .element--type-single-benefit { min-height: 900px; } } .component--type-slanted-lists .element--type-single-benefit img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; width: 100%; object-fit: cover; height: 100%; } .component--type-slanted-lists .field--name-field-list-item > .field--item { position: relative; } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd):after { } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { -webkit-mask-image: url(/themes/custom/caa_custom/images/odd-angle.svg); mask-image: url(/themes/custom/caa_custom/images/odd-angle.svg); -webkit-mask-position: center center; mask-position: center center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: cover; margin-bottom: -153px; } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit .benefit-wrapper { left: 5%; } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd) .element--type-single-benefit { -webkit-mask-image: url(/themes/custom/caa_custom/images/even-angle.svg); mask-image: url(/themes/custom/caa_custom/images/even-angle.svg); -webkit-mask-position: center center; mask-position: center center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: cover; margin-bottom: -59px; } @media screen and (min-width:768px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { margin-bottom: -153px; } } @media screen and (min-width:960px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { margin-bottom: -215px; } } @media screen and (min-width:960px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd) .element--type-single-benefit { margin-bottom: -83px; } } @media screen and (min-width:960px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { margin-bottom: -215px; } } @media screen and (min-width:1300px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd) .element--type-single-benefit { margin-bottom: -108px; } } @media screen and (min-width:1300px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { margin-bottom: -278px; } } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd) .element--type-single-benefit .benefit-wrapper { right: 5%; } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd):last-child .element--type-single-benefit { margin-bottom: 0; } .component--type-slanted-lists .benefit-wrapper { position: absolute; z-index: 999; transform: translateY(-50%); top: 50%; width: 90%; } @media screen and (min-width:768px) { .component--type-slanted-lists .benefit-wrapper { width: 50%; } } @media screen and (min-width:1300px) { .component--type-slanted-lists .benefit-wrapper { width: 30%; } } .component--type-slanted-lists .benefit-wrapper p { margin: 20px 0; font-size: 20px; line-height: 1.5; } .angle-button { text-transform: uppercase; font-family: 'Oswald', sans-serif; position: relative; font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320))); overflow: hidden; display: inline-block; font-weight: bold; letter-spacing: 2px; } .angle-button:after { content: " "; background: #ff6700; -webkit-transform: skew(20deg); -moz-transform: skew(20deg); -o-transform: skew(20deg); position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; margin: 0 0 0 -20px; } .angle-button a { padding-right: 30px; display: block; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; } @media screen and (min-width:960px) { padding-right: 40px; display: block; padding-left: 20px; padding-top: 20px; padding-bottom: 20px; } /*event node*/ @media screen and (min-width:1200px) { .path-civicrm-event .civicrm-event--type-civicrm-event, .path-civicrm-event .region-content-bottom { max-width: 950px; } } .path-civicrm-event .civicrm-event--type-civicrm-event, .path-civicrm-event .region-content-bottom { margin: 0 auto; } .path-civicrm-event .civicrm-event--type-civicrm-event .bs-region--top { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; padding: 20px; margin-bottom: 3em; } .path-civicrm-event .region-content-bottom { border-top: 3px solid #f4f4f4; padding-top: 3em; margin-top: 3em; } .path-civicrm-event .civicrm-event--type-civicrm-event .field--label { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; } .path-civicrm-event .civicrm-event--type-civicrm-event .field { margin-bottom: 20px } /*paragraphs*/ @media screen and (min-width:1200px) { .component--type-comp-wysiwyg-para-w-title { max-width: 950px; } } .component--type-comp-wysiwyg-para-w-title { max-width: 768px; margin: 0 auto; } .component--type-comp-wysiwyg-para-w-title .field--name-field-comp-body * { font-family: 'Lato', sans-serif; } .component--type-comp-wysiwyg-para-w-title ul { margin: 30px 0 30px 30px; } .component--type-comp-wysiwyg-para-w-title ul li { margin-bottom: 15px; }
web/themes/custom/caa_custom/images/style.css
.node--type-landing-page > .bs-region--main { padding: 0; } .component { padding: 3em 0; margin: 0 auto; width: 100%; } /*button filter*/ .component--type-text-and-video .text-container .field--name-field-comp-single-link, .component--type-comp-cta-with-blurb .field--name-field-comp-single-link, .component--type-comp-icon-callout .bs-region--bottom .field--name-field-comp-single-link, .header_1_view_mode .header-text-container .field--name-field-call-to-action, .header_3_view_mode .header-text-container .field--name-field-call-to-action{ filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.35)); } .component--type-text-and-video .text-container .field--name-field-comp-single-link:hover, .component--type-comp-cta-with-blurb .field--name-field-comp-single-link:hover, .component--type-comp-icon-callout .bs-region--bottom .field--name-field-comp-single-link:hover, .header_1_view_mode .header-text-container .field--name-field-call-to-action:hover, .header_3_view_mode .header-text-container .field--name-field-call-to-action:hover { filter:none; } /*large title*/ .component--type-three-across-info .bs-region--top h2, .component--type-comp-icon-callout .bs-region--top h2, .component--type-training-events h2.field-title, .component--type-featured-upcoming-event .bs-region--right .field--name-field-right-side-text-blurb, .webform-submission-newsletter-signup-form h2 { font-size: calc(24px + (50 - 24) * ((100vw - 320px) / (1920 - 320))); font-weight: 700; text-transform: uppercase; max-width: 650px; margin: 0 auto; } /*icon callout*/ .component--type-comp-icon-callout { max-width: 1140px; text-align: center; background:#fff; } .component--type-comp-icon-callout .bs-region--top .field--name-field-comp-2nd-ln-txt { font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320))); max-width: 800px; margin: 0 auto 40px; } .component--type-comp-icon-callout .field--name-field-comp-callout { display: flex; flex-direction: row; margin-left: -10px; margin-right: -10px; } .component--type-comp-icon-callout .field--name-field-comp-callout > .field--item { flex-basis: 100%; display: flex; flex-wrap: wrap; } .component--type-comp-icon-callout .field--name-field-comp-callout .field--item .element > .bs-region--main { border-top: 10px solid #00833f; padding: 40px; min-height: 200px; } .component--type-comp-icon-callout .field--name-field-comp-callout .field--item .element { margin: 10px; width: 100%; } .component--type-comp-icon-callout .field--name-field-comp-callout .field--item .element > .bs-region--main { width: 100%; background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; border-radius:5px; overflow: hidden; position: relative; min-height: 280px; } .component--type-comp-icon-callout .field--name-field-comp-callout .field--item .element > .bs-region--main .field--name-title { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); margin-bottom: 10px; } .component--type-comp-icon-callout .field--name-field-comp-callout > .element .bs-region--main .field--name-field-element-body { font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))); line-height: normal; } .component--type-comp-icon-callout img { margin: 0 auto; } .component--type-comp-icon-callout .bs-region--bottom { text-align: right; margin-top: 40px; } .component--type-comp-icon-callout .bs-region--bottom .field--name-field-comp-single-link a { background:#00833f; display: block; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); box-shadow: 0 30px 20px -20px rgba(0,0,0,.35); position: relative; border:none; color:#fff; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 20px 30px 20px 20px; width: 200px; float: right; font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-comp-icon-callout .bs-region--bottom .field--name-field-comp-single-link:hover { box-shadow:0 20px 20px -20px rgba(0,0,0,.35); } @media screen and (max-width:768px) { .component--type-comp-icon-callout .field--name-field-comp-callout { flex-wrap: wrap; } } /*text and video*/ .component--type-text-and-video { position: relative; padding: 0; } .component--type-text-and-video .bs-region--top { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; position: relative; z-index: 9; } @media screen and (min-width:768px) { .component--type-text-and-video .bs-region--top { clip-path:polygon(0 0, 100% 0, 100% 85%, 0 100%); } } @media screen and (min-width:1300px) { .component--type-text-and-video .bs-region--top { clip-path:polygon(0 0, 100% 0, 100% 85%, 0 100%); } } .component--type-text-and-video .bs-region--top .text-container { max-width:1140px; display: flex; margin: 0 auto; flex-wrap: wrap; flex-direction: column; padding: 5em 0; } .component--type-text-and-video .bs-region--main { width: 100%; position: absolute; bottom: 0; } .component--type-text-and-video .bs-region--main .video-text-wrapper { position: relative; max-width: 1140px; margin: 0 auto; } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video { width: 45%; position: absolute; bottom:0; right: 0; z-index: 999; box-shadow: 0 30px 20px -20px rgba(0,0,0,.35); } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video:before { content: 'The History of CEA Runs Deep'; text-transform: uppercase; text-align: center; display: block; margin-bottom: 20px; font-family: 'Oswald', sans-serif; font-weight: 700; } .component--type-text-and-video .field--name-title { font-size: calc(50px + (80 - 50) * ((100vw - 320px) / (1920 - 320))) text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; line-height: 1; color: #00833f; } .component--type-text-and-video .field--name-field-comp-2nd-ln-txt { font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320))); margin: 20px 0; } .component--type-text-and-video .field--name-field-nested-video .field--name-field-media-oembed-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .component--type-text-and-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .component--type-text-and-video .text-container .field--name-field-comp-plain-body { font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))); margin: 20px 0 40px; } @media screen and (max-width:768px) { .component--type-text-and-video .bs-region--main { position: relative; } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video { position: relative; bottom: auto; width: 100%; } .component--type-text-and-video .bs-region--top { background:none; } .component--type-text-and-video { position: relative; background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; } } @media screen and (min-width:768px) { .component--type-text-and-video .text-container .field--name-field-comp-plain-body, .component--type-text-and-video .field--name-field-comp-2nd-ln-txt, .component--type-text-and-video .field--name-title { max-width: 50%; } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video:before { font-size: 20px; } } @media screen and (min-width:1300px) { .component--type-text-and-video .text-container .field--name-field-comp-plain-body, .component--type-text-and-video .field--name-field-comp-2nd-ln-txt, .component--type-text-and-video .field--name-title { max-width: 40%; } .component--type-text-and-video .bs-region--main .video-text-wrapper .field--name-field-nested-video:before { font-size: 30px; } } .component--type-text-and-video .text-container a { background: #00833f; display: block; clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%); position: relative; border: none; color: #fff; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 20px 20px 20px 30px; width: 200px; font-size: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))); margin-bottom: 4em; } /*three across info -membership tiles*/ .component--type-three-across-info { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; } .component--type-three-across-info .bs-region--main ul:not(.contextual-links) { display:flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; justify-content: center; } .component--type-three-across-info .bs-region--main ul li { width: 100%; margin-bottom: 5%; position: relative; } .component--type-three-across-info .bs-region--main ul li .element { padding-bottom: 40px; border-bottom: 1px solid #fff; position: relative; margin: 0 10%; } .component--type-three-across-info .bs-region--main ul li:last-child:before, .component--type-three-across-info .bs-region--main ul li:last-child:after { display:none; } .component--type-three-across-info .bs-region--main ul li:last-child .element { border: none; } @media screen and (min-width:620px) { .component--type-three-across-info .bs-region--main ul li { width: 50%; } } @media screen and (min-width:850px) { .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):before { background: #fff; width: 1px; position: absolute; content: ''; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):after { background: #fff; content: ''; height: 1px; position: absolute; bottom: 0%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):before { background: #fff; width: 1px; position: absolute; content: ''; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):after { background: #fff; content: ''; position: absolute; bottom: 0%; height: 1px; } .component--type-three-across-info .bs-region--main ul li { width: 33.33333%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):before { height: 30px; left: 0; bottom: -9%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):after { left: -4%; width: 30px; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):before { height: 30px; left: 0; bottom: -9%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):after { left: -4%; width: 30px; } } @media screen and (min-width:1200px) { .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):before { height: 50px; left: 0; bottom: -15%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n-1):after { left: -5%; width: 50px; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):before { height: 50px; left: 0; bottom: -15%; } .component--type-three-across-info .bs-region--main ul li:nth-child(3n):after { left: -5%; width: 50px; } } .component--type-three-across-info .bs-region--main ul li .field--name-title { color:#ff6700; text-transform: uppercase; font-weight: 700; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); font-family: 'Oswald', sans-serif; } .component--type-three-across-info .bs-region--main ul li .field--name-field-element-body { font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320))); } .component--type-three-across-info .bs-region--top { text-align: center; margin: 0 auto 50px; } .component--type-three-across-info .bs-region--top .field--name-field-comp-body { font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320))); max-width: 800px; margin: 40px auto 0; } /*full width video*/ .field--name-field-comp-full-width-video { max-width: 760px; margin: 0 auto; box-shadow: 0 30px 20px -20px rgba(0,0,0,.35); } @media screen and (min-width:1200px) { .field--name-field-comp-full-width-video { max-width: 950px; } } .field--name-field-comp-full-width-video .field--name-field-media-oembed-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .field--name-field-comp-full-width-video .field--name-field-media-oembed-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /*cta with blurb*/ @media screen and (min-width:768px) { .component--type-comp-cta-with-blurb .bs-region--main { padding: 0; -webkit-mask-image: url(/themes/custom/caa_custom/images/text-call-out-interior.svg); mask-image: url(/themes/custom/caa_custom/images/text-call-out-interior.svg); -webkit-mask-position: center center; mask-position: center center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: cover; } } .component--type-comp-cta-with-blurb .bs-region--main { padding: 0; } .component--type-comp-cta-with-blurb .bs-region--main:after { background:rgba(27,36,51,0.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; content: ''; z-index: 9; } .component--type-comp-cta-with-blurb .field--name-field-bkcgrnd-img img { object-fit: cover; width: 100%; } .component--type-comp-cta-with-blurb .text-container-bkg { position: absolute; width: 100%; transform: translateY(-50%); top: 50%; z-index: 99; } .component--type-comp-cta-with-blurb .text-container-bkg .field { max-width: 760px; margin: 0 auto; color: #fff; padding-right: 28%; } @media screen and (max-width:768px) { .component--type-comp-cta-with-blurb .text-container-bkg .field { padding: 0 15px; } } @media screen and (min-width:1300px) { .component--type-comp-cta-with-blurb .text-container-bkg .field { max-width: 950px; } } .component--type-comp-cta-with-blurb .text-container-bkg .field--name-field-comp-body { font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1920 - 320))); font-weight: 700; font-family: 'Oswald', sans-serif; line-height: 1; text-transform: uppercase; } .component--type-comp-cta-with-blurb .field--name-field-comp-single-link { padding-top: 40px; } .component--type-comp-cta-with-blurb .field--name-field-comp-single-link a { background:#ff6700; position: relative; border:none; color:#fff; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; letter-spacing: 3px; padding: 15px 20px; margin-top: 40px; } .component--type-comp-cta-with-blurb .field--name-field-comp-single-link a:after { clip-path: polygon(0 0, 30% 0%, 55% 100%, 0% 100%); content: ''; position: absolute; top: 0; background:#ff6700; display: inline; height: 101%; z-index: 1; width: 100px; } /*content types*/ .path-node:not(.page-node-type-landing-page) .content { font-size:18px; line-height:2.2; } .path-node:not(.page-node-type-landing-page) .field--name-node-title h2 { max-width: 760px; width: 100%; margin: 0 auto !important; } .path-node:not(.page-node-type-landing-page) .region-content, .view-event-search-api, .view-event-views, .path-photo-gallery .region-content, .path-contacts-users .view-users-contacts .view-content, .path-search .region-content, .path-jobs .region-content { max-width:760px; width: 100%; margin: 0 auto 5em; } @media screen and (min-width:1300px) { .path-node:not(.page-node-type-landing-page) .region-content, .path-node:not(.page-node-type-dashboard) .region-content, .path-node:not(.page-node-type-landing-page) .field--name-node-title h2, .view-event-search-api, .view-event-views, .path-photo-gallery .region-content, .path-contacts-users .view-users-contacts .view-content, .path-search .region-content, .path-jobs .region-content { max-width:960px; } } .page-node-type-landing-page .region-content { max-width: 100% !important; } .path-node:not(.page-node-type-landing-page) iframe { margin: 50px auto; display: block; } .path-node:not(.page-node-type-landing-page):not(.page-node-type-dashboard) .field--type-image img { width: 100%; height: auto; max-width: 100%; padding: 50px 0; margin: 50px 0; border-top:4px solid #f4f4f4; } .form-control { height: 50px; } /*news node*/ .path-node:not(.page-node-type-landing-page) .field--name-node-submitted-by { font-weight: bold; } .path-node:not(.page-node-type-landing-page) .field--name-node-post-date { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))); } .path-node:not(.page-node-type-landing-page):not(.page-node-type-dashboard) .field--type-text-with-summary { border-top:4px solid #f4f4f4; margin:50px auto; padding:50px 0; } /*featured upcoming events component*/ .component--type-featured-upcoming-event { margin-top: 6em; } .component--type-featured-upcoming-event > .bs-region--left, .component--type-featured-upcoming-event > .bs-region--right { padding: 0; position: relative; } .component--type-featured-upcoming-event .bs-region--left .field--name-field-upcoming-event { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; width: 50%; height: 80%; } .component--type-featured-upcoming-event .bs-region--right .text-container-events { position: absolute; top: 50%; right: 10%; transform: translateY(-50%); z-index: 10; width: 40%; } .component--type-featured-upcoming-event .bs-region--right { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%); position: absolute; right: 0; z-index: 1; } .component--type-featured-upcoming-event .bs-region--left { clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%); position: relative; z-index: 9; } .component--type-featured-upcoming-event .views-view-grid .views-col { width: 100% !important; } .component--type-featured-upcoming-event .bs-region--right { text-align: right; } .component--type-featured-upcoming-event .bs-region--right .field--name-field-right-side-text-blurb { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; line-height: 1.2; margin-bottom: 40px; } .component--type-featured-upcoming-event .bs-region--right .field--name-field-right-side-second-text-blu { font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320))); } .component--type-featured-upcoming-event .bs-region--left img { width: 100%; } .component--type-featured-upcoming-event .bs-region--left .field--name-field-media-image:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background:rgba(27,36,52,0.5); } .component--type-featured-upcoming-event .bs-region--left .field--name-dynamic-token-fieldcivicrm-event-civi-event-day-only { color: #fff; } .component--type-featured-upcoming-event .bs-region--left .field--name-dynamic-token-fieldcivicrm-event-civi-event-day-only p, .field--name-dynamic-token-fieldcivicrm-event-civi-event-day-only p { margin-bottom: 0 !important; } .field--name-dynamic-token-fieldcivicrm-event-civi-event-day-only { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; line-height: 0.8; font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-featured-upcoming-event .bs-region--left .field--name-start-date { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; color:#ff6700; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-featured-upcoming-event .bs-region--left .field--name-title a { color: #fff; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); margin-top: 20px; margin-bottom: 20px; display: block; } .component--type-featured-upcoming-event .bs-region--left .field--name-description { color: #fff; font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-featured-upcoming-event .bs-region--left .field--name-description .more-link { margin-top: 20px; clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%); position: relative; border: none; color: #fff; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 20px 20px 20px 0px; font-size: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))); margin-bottom: 4em; } .component--type-featured-upcoming-event .view-event-views .views-row { border: none; } @media screen and (min-width:768px) { .component--type-featured-upcoming-event .bs-region--right { margin-top: -60px; min-height: 480px; width: 70%; } .component--type-featured-upcoming-event .bs-region--left img { min-height: 500px; object-fit: cover; max-height: 550px; } } @media screen and (min-width:1300px) { .component--type-featured-upcoming-event .bs-region--right { margin-top: -80px; min-height: 650px; width: 70%; } .component--type-featured-upcoming-event .bs-region--left img { min-height: 600px; max-height: 650px; object-fit: cover; } } @media screen and (max-width:768px) { .component--type-featured-upcoming-event .bs-region--right .text-container-events { position: relative; top: auto; right: auto; transform: none; width: 80%; margin-left: auto; padding: 50px; } .component--type-featured-upcoming-event .bs-region--right { position: relative; margin-top: -50px; z-index: 9; } .component--type-featured-upcoming-event .bs-region--left, .component--type-featured-upcoming-event .bs-region--right { clip-path:none; } .component--type-featured-upcoming-event .bs-region--left .field--name-field-upcoming-event { left: 40%; width: 70%; } } /*body and link component*/ .component--type-body-and-link { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; } .component--type-body-and-link .field--name-field-comp-plain-body { font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320))); font-weight: bold; margin-bottom: 40px; } .component--type-body-and-link .btn { background:#ff6700; letter-spacing: 3px; clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%); padding-left: 50px; } @media screen and (min-width:1px) { .component--type-body-and-link .btn { width: 350px; } } @media screen and (min-width:1000px) { .component--type-body-and-link .btn { width: 420px; } } /*training events component*/ .component--type-training-events { padding-left: 4%; padding-right: 4%; } .component--type-training-events .field--name-field-image- img { margin: 0 auto; } .component--type-training-events h2.field-title { text-align: center; padding-top: 20px; padding-bottom: 20px; } .component--type-training-events .field--name-field-second-line { text-align: center; font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320))); } .component--type-training-events .field--name-field-training-events { margin-top: 40px; } .component--type-training-events .field--name-field-training-events .view-event-views { max-width: 100% !important; } .component--type-training-events .field--name-field-training-events .view-content .views-row:hover { background:#fff; box-shadow: 0px 9px 40.29px 10.71px rgba(39, 44, 57, 0.15); border-radius: 5px; } .component--type-training-events .field--name-field-training-events .view-content .views-row:hover .bs-region--main:before { background: url(/themes/custom/caa_custom/images/tile-menu-arrow-orange.png) no-repeat; width: 15px; height: 15px; position: absolute; right: 20px; top: 10px; content: ''; } .component--type-training-events .field--name-field-training-events .view-content .views-row:hover .field--name-title a { color: #ff6700; } .component--type-training-events .field--name-field-training-events .view-content { display: flex; } .component--type-training-events .field--name-field-training-events .view-content > .views-row { flex: 1; position: relative; } @media screen and (max-width:767px) { .component--type-training-events .field--name-field-training-events .view-content { flex-wrap: wrap; } .component--type-training-events .field--name-field-training-events .view-content > .views-row { width:50%; position: relative; flex:unset; } } @media screen and (min-width:768px) { .component--type-training-events .field--name-field-training-events .view-content { flex-wrap: wrap; } .component--type-training-events .field--name-field-training-events .view-content > .views-row { width:33.33333%; position: relative; flex:unset; } } @media screen and (min-width:1000px) { .component--type-training-events .field--name-field-training-events .view-content > .views-row { flex: 1; position: relative; } } .component--type-training-events .field--name-field-training-events .view-content > .views-row .row { margin: 0; padding: 40px 20px 20px; } .component--type-training-events .field--name-field-training-events .field--name-start-date, .component--type-training-events .field--name-field-training-events .field--name-end-date { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-training-events .field--name-field-training-events .field--name-event-type-id { font-family: 'Oswald', sans-serif; font-weight: 700; color: #ff6700; text-transform: uppercase; margin: 20px 0 0; font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320))); } .component--type-training-events .field--name-field-training-events .field--name-title a { color: #272c39; display: block; padding-top: 10px; font-weight: bold; font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))); } .component--type-training-events a.link-whole-area { color: #272c39; } .component--type-training-events .view-event-views .views-row { border-bottom: 0 !important; } .component--type-training-events .field--name-field-training-events .field--name-title a.link-whole-area { display: none; padding: 0; } /*dashboard*/ .page-node-type-dashboard .main-container { background:#f4f4f4; } .page-node-type-dashboard .node--type-dashboard .bs-region--top .field--name-field-first-row { display: flex; flex-direction: row; justify-content: space-between; } .page-node-type-dashboard .node--type-dashboard .bs-region--top .field--name-field-first-row > .field--item { flex:1; margin: 0 10px; } .page-node-type-dashboard .main-container aside.col-sm-3 { background:#fff; height: 100vh; position: relative; -webkit-box-shadow: 0 10px 5px 5px #E3E3E3; box-shadow: 0 10px 5px 5px #E3E3E3; } .page-node-type-dashboard .view-id-orders_summary .views-field-total-price__number { font-weight: bold; } .page-node-type-dashboard .view-id-orders_summary .views-field views-field-created { color: #666; } .page-node-type-dashboard .component .bs-region--right { text-align: right; font-size: 14px; } .page-node-type-dashboard .component .bs-region--left { padding-right: 0; } .block-content--type-dashboard-membership-info-block { text-align: center; border-bottom:1px solid #f4f4f4; margin-bottom: 50px; padding-bottom: 50px; padding-top: 20px; } .block-content--type-dashboard-membership-info-block a.btn { background:#ff6700; text-align: center; border-radius:5px; clip-path:none; padding: 10px 20px; display: block; margin: 20px auto; font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) } .component--type-dashboard-events, .component--type-dashboard-orders { background:#fff; border-radius: 10px; -webkit-box-shadow: 0 0 5px 5px #E3E3E3; box-shadow: 0 0 5px 5px #E3E3E3; padding: 20px; height: 400px; } .component--type-dashboard-events h4, .component--type-dashboard-orders .field--name-title { font-family: 'Oswald', sans-serif; font-weight: 700; margin: 0; text-transform: uppercase; } .component--type-dashboard-events .bs-region--main a { color: #000; margin-bottom: 10px; display: block; } .component--type-dashboard-events .field--type-datetime { color: #666; font-size: 12px; } .component--type-dashboard-events .view .views-row { margin-bottom: 20px; } .component--type-dashboard-events .view-dashboard-events .view-content { height: 310px; overflow-y: scroll; overflow-x: hidden; } .component--type-dashboard-events .view-dashboard-events .view-empty { height: auto; overflow: visible; text-align: center; } .component--type-dashboard-events .view-dashboard-events .view-empty img { max-width: 150px; margin: 0 auto; } .view-dashboard-contact { text-align: center; } .view-dashboard-contact .field--name-display-name { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))); } .view-dashboard-contact .field--name-job-title { font-size: calc(16px + (14 - 14) * ((100vw - 320px) / (1920 - 320))); font-weight: bold; margin-top: 5px; } .view-dashboard-contact .field--name-current-employer { color: #00833f; margin-top: 5px; } .page-node-type-dashboard .region-content { max-width: none !important; } @media screen and (max-width:1024px) { .page-node-type-dashboard .node--type-dashboard .bs-region--top .field--name-field-first-row { flex-wrap: wrap; } .page-node-type-dashboard .node--type-dashboard .bs-region--top .field--name-field-first-row > .field--item { flex:auto; width: 100%; margin: 10px; } } /*member menus*/ .node--type-dashboard .field--type-ds h2 { text-transform: uppercase; font-weight: 700; font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); margin-top: 50px; } .node--type-dashboard .field--type-ds a { color: #000; line-height: 2.5; } .node--type-dashboard .field--type-ds a:hover { color:#ff6700; } .node--type-dashboard .field--type-ds { padding: 0 50px; } .node--type-dashboard .field--name-dynamic-block-fieldnode-ds-members nav h2:before { content: 'MEMBERS'; } .node--type-dashboard .field--name-dynamic-block-fieldnode-ds-members nav ul li a { padding: 0; } @media screen and (max-width:1024px) { .node--type-dashboard .field--type-ds { padding: 0 20px; } } /*events and training*/ .block-facet-blockcategory-event-type-facet { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } .block-facet-blockcategory-event-type-facet h2 { font-family: 'Lato', sans-serif; margin: 0; padding-right: 10px; font-weight: bold; font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))); } #views-exposed-form-event-search-api-page-1 .form-item-search-api-fulltext label, #views-exposed-form-event-search-api-page-1 .form-item-search-api-fulltext input { display: none; } #edit-submit-event-search-api ~ button { background:none; padding: 0; clip-path:none; color: #ff6700; text-transform: none; } .view-event-search-api a.link-whole-area, .view-event-views a.link-whole-area { color: #272c39; } .view-event-search-api h3, .view-event-views h3 { text-align: center; background: url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))); padding: 15px 0; margin-bottom: 40px; } .view-event-search-api .field--name-title a, .view-event-search-api .bs-region--right .field--name-registration-end-date, .view-event-views .field--name-title a, .view-event-views .bs-region--right .field--name-registration-end-date, .view-news-views > .view-content .views-row .field--name-node-title h2 a { color: #272c39; font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))); font-family: 'Lato', sans-serif; } .view-event-search-api .field--name-title a:hover, .view-event-views .field--name-title a:hover { color: #ff6700; } .view-event-search-api .field--name-event-type-id, .view-event-views .field--name-event-type-id, .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2, .view-news-views > .view-content .views-row .field--name-node-author .field--label:first-child { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; color: #ff6700; font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320))); } .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2 { color: #abaaaf; } .view-news-views > .view-content .views-row .field--name-node-author .field--label:first-child { color: #272c39; } .view-event-search-api .bs-region--right .field--name-registration-end-date:before, .view-event-views .bs-region--right .field--name-registration-end-date:before { content: 'REGISTER BY'; display: block; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; color: #272c39; font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320))); } .view-event-views .bs-region--left * { color:#272c39; } .view-event-search-api .bs-region--left .field--name-start-date, .view-event-views .bs-region--left .field--name-start-date, .view-news-views > .view-content .views-row .field--name-node-post-date { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))); } .view-event-search-api .views-row, .view-event-views .views-row, .view-news-views > .view-content .views-row { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 4px solid #eaeaec; } .view-event-search-api .civicrm-event--view-mode-event-wide-rows .bs-region--right *, .view-event-views .civicrm-event--view-mode-event-wide-rows .bs-region--right *, .view-news-views > .view-content .views-row .layout__region--third * { text-align: right; } .js-pager__items.pager li a { background: #ff6700; border: none; border-radius: 5px; text-transform: none; clip-path:none; padding: 10 15px; text-align: center; } @media screen and (max-width:768px) { .view-event-search-api .civicrm-event--view-mode-event-wide-rows .bs-region--right *, .view-event-views .civicrm-event--view-mode-event-wide-rows .bs-region--right *, .view-news-views > .view-content .views-row .layout__region--third * { text-align: left; } .view-event-search-api .civicrm-event--view-mode-event-wide-rows .bs-region, .view-event-views .civicrm-event--view-mode-event-wide-rows .bs-region { margin: 10px 0; } } /*photo gallery pages*/ .photo-albums .view-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } .photo-albums .view-content .views-row { width: 33.333333%; margin-bottom: 25px; } .photo-albums .view-content .views-row .views-field { padding: 0 15px 5px; } .photo-albums .view-content .views-row img { width: 100%; } .photo-albums .view-content .views-row .views-field-count { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; color: #ccc; font-size: 12px; } @media screen and (max-width:768px) { .photo-albums .view-content .views-row { width: 50%; } } @media screen and (max-width:599px) { .photo-albums .view-content .views-row { width: 100%; } } /*contacts & users*/ .view-users-contacts .view-filters { margin-left: -15px; margin-right: -15px; background:#f4f4f4; } .view-users-contacts .view-filters form { padding: 10px 0; max-width: 760px; margin: 0 auto; } .view-users-contacts .view-filters form .form--inline { display: flex; align-items: center; } @media screen and (max-width:960px) { .view-users-contacts .view-filters form .form--inline { flex-wrap: wrap; } } @media screen and (min-width:1300px) { .view-users-contacts .view-filters form { max-width: 960px; } } .view-users-contacts .view-filters label { margin: 0; font-weight: bold; } .view-users-contacts .view-filters .btn { background:none; padding: 0; clip-path:none; color: #ff6700; text-transform: none; } /*news*/ .view-news-views .view-filters { margin-left: -15px; margin-right: -15px; background:#f4f4f4; padding: 20px 0; } .view-news-views .view-filters .views-exposed-form, .view-news-views .attachment, .view-news-views > .view-content { max-width: 760px; margin: 0 auto; } @media screen and (min-width:1300px) { .view-news-views .view-filters .views-exposed-form, .view-news-views .attachment, .view-news-views > .view-content { max-width: 960px; } } .view-news-views .attachment { position: relative; } .view-news-views .attachment .field--name-field-media-image:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background:rgba(27,36,52,0.5); } .view-news-views .attachment .text-overlay { position: absolute; top: 40%; right: 10%; color: #fff; width: 45%; } @media screen and (max-width:768px) { .view-news-views .attachment .text-overlay { top: 40%; left: 10%; color: #fff; width: 75%; } } @media screen and (max-width:590px) { .view-news-views .attachment .text-overlay { top: 10%; } } .view-news-views .attachment .text-overlay div:first-child { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 12px; color: #ff6700; } .view-news-views .attachment .text-overlay .field--name-node-title h2 a { font-family: 'Lato', sans-serif; color: #fff; font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320))); font-weight: bold; margin-bottom: 20px; display: block; } .view-news-views > .view-content .views-row .field--name-node-title h2 { margin: 0; } .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2 { display: flex; flex-wrap: wrap; } .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2 .field--item:after { content: ','; display: inline; margin-right: 2px; } .view-news-views > .view-content .views-row .field--name-taxonomy-vocabulary-2 .field--item:last-child:after { content: ''; } .select-wrapper:after { color: #000; font-size: 14px; right: 5px; } .chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-single .chosen-single { height: 100%; display: flex; align-items: center; } .chosen-container-single .chosen-drop { right: 0px; } /*store*/ .checkout-pane .views-field-total-price__number { text-align: right; } .checkout-pane .commerce-product-variation .field--name-field-product-image, .checkout-pane .commerce-product-variation .field--name-field-body-with-summary{ display: none; } .checkout-pane .commerce-product-variation .field--name-title { margin: 0; font-size: 18px; } .commerce-product-variation { max-width: 800px; margin: 0 auto; } .commerce-product-variation .field--name-title { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 30px; margin-bottom: 20px; margin-top: 20px; } .commerce-product-variation .field--name-field-body-with-summary { border-top: 10px solid #f4f4f4; border-bottom: 10px solid #f4f4f4; padding: 40px; margin-top: 40px; margin-bottom: 40px; } .path-cea-store .main-container { max-width: 800px; margin: 0 auto; } @media screen and (min-width:1300px) { .path-cea-store .main-container { max-width: 1140px; } } .alert-success { background:#fff; border-top: 10px solid #f4f4f4; border-bottom: 10px solid #f4f4f4; border-left: 0; border-right: 0; font-weight: bold; } .path-cea-store #block-pricebreak .field--type-text-with-summary { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 24px; margin-bottom: 20px; margin-top: 20px; } .view-product-catalog .view-content { display: flex; flex-wrap: wrap; } .view-product-catalog .view-content .views-row { width: 100%; } @media screen and (min-width:768px) { .view-product-catalog .view-content .views-row { width: 33.33333%; } } @media screen and (min-width:1024px) { .view-product-catalog .view-content .views-row { width: 25%; } } .view-product-catalog .view-content .views-row .commerce-product-variation { border: 1px solid #f4f4f4; border-radius: 2px; padding-top: 15px; padding-bottom: 15px; } .view-product-catalog .view-content .views-row .commerce-product-variation .bs-region { padding-bottom: 15px; } .view-product-catalog .view-content .views-row .commerce-product-variation .bs-region--left, .view-product-catalog .view-content .views-row .commerce-product-variation .bs-region--right { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; } .view-product-catalog .view-content .views-row .commerce-product-variation .field--name-title { font-size: 20px; margin: 10px 0; } /*staff and board*/ .view-staff-and-board-views { max-width: 1140px; margin: 0 auto; } .view-staff-and-board-views .view-content { display: flex; flex-wrap: wrap; } .view-staff-and-board-views.view-display-id-page_2 .view-content .views-row { width: 33.33333%; text-align: center; margin-bottom: 30px; } .view-staff-and-board-views.view-display-id-page_1 .view-content .views-row { border-bottom: 5px solid #f4f4f4; margin-bottom: 30px; padding-bottom: 30px; } .view-staff-and-board-views.view-display-id-page_2 .view-content .views-row h2 { font-size: 18px; } @media screen and (max-width:768px) { .view-staff-and-board-views.view-display-id-page_2 .view-content .views-row { width: 50%; } } @media screen and (max-width:499px) { .view-staff-and-board-views.view-display-id-page_2 .view-content .views-row { width: 100% } } .view-staff-and-board-views .view-content .views-row img { min-height: 200px; min-width: 200px; object-fit: cover; margin: 0 auto 10px; } /*jobs table*/ .table-responsive thead { background: #f4f4f4; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; } .table-striped > tbody > tr:nth-of-type(even) { background: #f4f4f4; } .table-striped > tbody > tr:nth-of-type(odd) { background:#fff; } .table > thead > tr > th { border-right: 1px solid #fff; } p:last-child { margin-bottom: 20px; } /*Sampling Result & silica db acknowledgment*/ .chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-single .chosen-single { background:none; border: none; box-shadow: none; } .chosen-container-active.chosen-with-drop .chosen-single div b, .chosen-container-single .chosen-single div b { display: none; } .view-sampling-results .view-filters .bef-exposed-form .form--inline { display: flex; flex-wrap: wrap; } .view-sampling-results .view-filters .bef-exposed-form .form--inline > .form-item { float: none; width: 33.33333%; } /*form filter bar*/ .view-filters button { padding: 0; background: none; text-transform: none; color: #ff6700; min-width: 1px; } .view-wage-rates .view-filters .control-label { padding-right: 5px; } .view-wage-rates .view-filters, .view-sampling-results .view-filters { margin-left: -15px; margin-right: -15px; background:#f4f4f4; } .view-wage-rates .view-filters .views-exposed-form, .view-sampling-results .view-filters .views-exposed-form, .view-wage-rates .view-header { max-width: 1140px; margin: 0 auto; padding:15px; } .view-wage-rates .view-filters .views-exposed-form .form-inline, .view-sampling-results .view-filters .views-exposed-form .form-inline { display: flex; justify-content: flex-start; } .view-wage-rates .view-filters .views-exposed-form .form-inline .form-item, .view-sampling-results .view-filters .views-exposed-form .form-inline .form-item { padding: 5px; } .view-wage-rates .view-content, .view-sampling-results .view-content{ max-width: 1140px; margin: 0 auto; } .view-wage-rates .view-filters .views-exposed-form .form-inline .form-control, .view-sampling-results .view-filters .views-exposed-form .form-inline .form-control { max-width: 150px; max-height: 50px; } .view-wage-rates .view-filters .views-exposed-form .form-actions, .view-sampling-results .view-filters .views-exposed-form .form-actions{ margin-top: 5px; display: flex; align-items: center; } @media screen and (max-width:1024px) { .view-wage-rates .view-filters .views-exposed-form .form-inline, .view-sampling-results .view-filters .views-exposed-form .form-inline{ flex-wrap: wrap; } .view-wage-rates .view-filters .views-exposed-form .form-inline .form-control, .view-sampling-results .view-filters .views-exposed-form .form-inline .form-control { max-width: none; } } .chosen-container .chosen-results li.highlighted { background:#00833f; border: none; } .view-filters .views-exposed-form .button { min-width: none; } .node--type-wage .panel-body .field { margin-bottom: 20px; } /*membership slanted list*/ .component--type-slanted-lists { position: relative; margin-top: -20px; padding-top: 0; } .component--type-slanted-lists * { color: #fff; } .component--type-slanted-lists h2, .component--type-slanted-lists h3 { text-transform: uppercase; } .component--type-slanted-lists h3 { letter-spacing: 1px; } .component--type-slanted-lists:before { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; content:''; top: 0; position: absolute; width: 100%; height: 700px; } .scalene-wrapper { z-index: 999; position: relative; left: 5%; } .scalene-wrapper * { color: #000; } @media screen and (min-width:1300px) { .scalene-wrapper { top: 375px; } } @media screen and (min-width:960px) { .scalene-wrapper { top: 249px; position: absolute; } .scalene-wrapper * { color: #fff; } } .scalene-wrapper p { font-size: 30px; } .scalene-wrapper h2 { font-size: 55px; margin-bottom: 30px; } .contextual-region.component.component--type-slanted-lists .field--name-field-backgro .contextual-region { position: unset; } .component--type-slanted-lists .element--type-single-benefit { font-family: sans-serif; position: relative; width: 100%; color: #fff; overflow:hidden; display: flex; align-items: center; justify-content: start; min-height: 500px; } .component--type-slanted-lists .element--type-single-benefit:after { content: ""; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.3); display: block; z-index: 100; position: absolute; transition: all .5s ease; } @media screen and (min-width:960px) { .component--type-slanted-lists .element--type-single-benefit { min-height: 700px; } } @media screen and (min-width:1300px) { .component--type-slanted-lists .element--type-single-benefit { min-height: 900px; } } .component--type-slanted-lists .element--type-single-benefit img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; width: 100%; object-fit: cover; height: 100%; } .component--type-slanted-lists .field--name-field-list-item > .field--item { position: relative; } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd):after { } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { -webkit-mask-image: url(/themes/custom/caa_custom/images/odd-angle.svg); mask-image: url(/themes/custom/caa_custom/images/odd-angle.svg); -webkit-mask-position: center center; mask-position: center center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: cover; margin-bottom: -153px; } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit .benefit-wrapper { left: 5%; } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd) .element--type-single-benefit { -webkit-mask-image: url(/themes/custom/caa_custom/images/even-angle.svg); mask-image: url(/themes/custom/caa_custom/images/even-angle.svg); -webkit-mask-position: center center; mask-position: center center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: cover; margin-bottom: -59px; } @media screen and (min-width:768px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { margin-bottom: -153px; } } @media screen and (min-width:960px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { margin-bottom: -215px; } } @media screen and (min-width:960px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd) .element--type-single-benefit { margin-bottom: -83px; } } @media screen and (min-width:960px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { margin-bottom: -215px; } } @media screen and (min-width:1300px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd) .element--type-single-benefit { margin-bottom: -108px; } } @media screen and (min-width:1300px) { .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(even) .element--type-single-benefit { margin-bottom: -278px; } } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd) .element--type-single-benefit .benefit-wrapper { right: 5%; } .component--type-slanted-lists .field--name-field-list-item > .field--item:nth-child(odd):last-child .element--type-single-benefit { margin-bottom: 0; } .component--type-slanted-lists .benefit-wrapper { position: absolute; z-index: 999; transform: translateY(-50%); top: 50%; width: 90%; } @media screen and (min-width:768px) { .component--type-slanted-lists .benefit-wrapper { width: 50%; } } @media screen and (min-width:1300px) { .component--type-slanted-lists .benefit-wrapper { width: 30%; } } .component--type-slanted-lists .benefit-wrapper p { margin: 20px 0; font-size: 20px; line-height: 1.5; } .angle-button { text-transform: uppercase; font-family: 'Oswald', sans-serif; position: relative; font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320))); overflow: hidden; display: inline-block; font-weight: bold; letter-spacing: 2px; } .angle-button:after { content: " "; background: #ff6700; -webkit-transform: skew(20deg); -moz-transform: skew(20deg); -o-transform: skew(20deg); position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; margin: 0 0 0 -20px; } .angle-button a { padding-right: 30px; display: block; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; } @media screen and (min-width:960px) { padding-right: 40px; display: block; padding-left: 20px; padding-top: 20px; padding-bottom: 20px; } /*event node*/ @media screen and (min-width:1200px) { .path-civicrm-event .civicrm-event--type-civicrm-event, .path-civicrm-event .region-content-bottom { max-width: 950px; } } .path-civicrm-event .civicrm-event--type-civicrm-event, .path-civicrm-event .region-content-bottom { margin: 0 auto; } .path-civicrm-event .civicrm-event--type-civicrm-event .bs-region--top { background:url(/themes/custom/caa_custom/images/tile-menu-pattern.jpg) repeat center center; padding: 20px; margin-bottom: 3em; } .path-civicrm-event .region-content-bottom { border-top: 3px solid #f4f4f4; padding-top: 3em; margin-top: 3em; } .path-civicrm-event .civicrm-event--type-civicrm-event .field--label { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; } .path-civicrm-event .civicrm-event--type-civicrm-event .field { margin-bottom: 20px } /*paragraphs*/ @media screen and (min-width:1200px) { .component--type-comp-wysiwyg-para-w-title { max-width: 950px; } } .component--type-comp-wysiwyg-para-w-title { max-width: 768px; margin: 0 auto; } .component--type-comp-wysiwyg-para-w-title .field--name-field-comp-body * { font-family: 'Lato', sans-serif; } .component--type-comp-wysiwyg-para-w-title ul { margin: 30px 0 30px 30px; } .component--type-comp-wysiwyg-para-w-title ul li { margin-bottom: 15px; }
0.346873
0.067485
.ms-skin-default .ms-timerbar {top: 1px; bottom:auto;} .ms-skin-default .ms-time-bar { height: 3px; background:white; background: rgba(255, 255, 255, 0.6); border-top: none; } .ms-layer { margin: 0; padding: 0; line-height: 100%; letter-spacing:0; } .slide-1 .hps-title1 { text-transform: uppercase; font-size: 18px; font-weight: 600; } .slide-1 .hps-title2 { font-size: 28px; font-weight: 300; text-transform: uppercase; color: #508295; } .slide-2 .hps-title1 { font-weight: 300; font-size: 45px; text-transform: uppercase; color: white; background-color: #f65256; padding: 6px 9px; } .slide-2 .hps-title2 { font-weight: 300; font-size: 32px; text-transform: uppercase; background: white; padding: 11px 12px; } .slide-2 .hps-title1 { font-style:normal; font-size: 77px ; text-transform: uppercase; color: #181818; background: none ; padding: 6px 9px; font-family: Titillium Web; } .slide-2 .hps-title2 { font-weight: 900; font-size: 77px ; text-transform: uppercase; color: #141414; background: none ; padding: 6px 9px; font-family: Titillium Web; } .slide-2 .hps-title-para { font-style:normal; font-size: 18px !important ; text-transform: uppercase; color: #181818; background: none ; padding: 6px 9px; font-family: Open Sans Condensed; } .slide-2 button.Tack{ font-size: 13px !important ; text-transform: uppercase; color: #181818; background: none ; padding: 6px 9px; font-family: Titillium Web; border:1px solid #181818; border-radi } .slide-3 .hps-title1 { font-weight: 900; color: white; text-transform: uppercase; font-size: 46px; } .slide-3 .hps-title2 { font-weight: 300; font-size: 20px; text-transform: uppercase; color: white; } .slide-3 .hps-amp { font-weight: 100; font-size: 78px; color: #7C96BD; } .slide-3 .hps-title3 { color: white; font-size: 37px; text-transform: uppercase; font-weight: 300; padding: 10px 12px; background-color: #dd0d14; } .slide-3 .hps-title4 { color: white; background-color: black; font-size: 37px; font-weight: 300; text-transform: uppercase; padding: 10px 14px; } .ms-tooltip{ max-width: 250px !important; } .ms-tooltip .product-tt { font-size: 1em; padding:5px; color:#222; text-shadow:none; } .ms-tooltip .product-tt h3 { font-size: 1.4em; color: #222; margin: 0 0 5px 0; font-weight: 400; } .slide-4 .hps-title1 { font-weight: 600; font-size: 23px; text-transform: uppercase; color: #222; } .slide-5 .hps-title1, .slide-5 .hps-title2 { color: white; text-transform: uppercase; font-size: 2.6em; font-weight: 300; text-shadow: 0 1px black; } .slide-5 .hps-title3 { background-color: #61c6d7; text-transform: uppercase; font-size: 1.8em; font-weight: 400; color: black; text-shadow: 0 1px white; padding: 13px; } .slide-5 .hps-text1 { color: white; text-shadow: 0 1px black; width: 30%; line-height: 19px; font-size: 14px; } .slide-6 .hps-title1 { color: #222; text-transform: uppercase; font-weight: 900; font-size: 2.3em; line-height: 26px; text-shadow: 0 1px white; background-color: white; background-color: rgba(255, 255, 255, 0.9); padding: 17px 23px; } .slide-6 .hps-title1 > .sub-title { font-weight: 300; font-size: 0.7em; } .slide-6 .hps-title2 { color: white; text-shadow: 0 1px black; background-color: #222; font-weight: 400; font-size: 1em; padding: 10px 25px; } .slide-6 .hps-title3 { text-transform: uppercase; color: white; font-weight: 400; text-shadow: 0 1px black; font-size: 1.2em; padding: 18px 25px; background-color: #df192a; } .slide-6 .hps-title3-vimeo { background-color: #1bb6ec; padding: 17px 25px; } .slide-7 .hps-title1 { color: white; font-weight: 100; text-transform: uppercase; font-size: 60px; text-shadow: 0 1px black; } .slide-7 .hps-title2 { text-transform: uppercase; color: #f74e50; text-shadow: 0 1px black; font-size: 21px; letter-spacing: 0.76em; font-weight: 900; } .slide-7 .hps-title3 { color: white; text-transform: uppercase; text-shadow: 0 1px black; background-color: #222; background-color: rgba(0, 0, 0, 0.7); padding: 14px 81px; font-size: 14px; font-weight: 400; } .slide-video{ color:#222; text-shadow:0 1px white; } .slide-video .hps-vicapton-box { width: 48%; height: 24%; background: rgba(255, 255, 255, 0.6); } .slide-video .hps-hd { font-weight: 900; font-size: 130px; } .slide-video .hps-videotitle { font-size: 32px; text-transform: uppercase; font-weight: 300; -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; } .slide-video .hps-videotext { width: 29%; line-height: 22px; } /*----------------------------------------*/ .hrow{ position: relative; min-height: 253px; } .hrow.row-title { height: 195px; min-height:0; background-color: #eee; text-align: center; } .row-arrow { position: absolute; height: 10px; border-left: solid 18px rgba(0, 0, 0, 0); border-right: solid 18px rgba(0, 0, 0, 0); border-top: solid 20px #EEE; top: 0; left: 50%; margin-left: -18px; } .row-title h2 { margin-top: 84px; padding: 0 15px 25px; font-weight: 400; letter-spacing: 0.1em; color: #4F2840; display: inline-block; text-shadow: 0 1px 0px #FFF; font-size: 1.15em; text-transform: uppercase; background: url("http://www.masterslider.com/wp-content/uploads/home-title-arrow.gif") no-repeat center 32px; } .hrow.white-hrow { background: #Fbfbfb; } .hrow.gray-hrow { background: #eee; } .hrow.gray-hrow .row-content { text-shadow: 0 1px 0 #FFF; } .hrow .row-content { padding: 70px 60px 0 550px; } .hrow .feature-img { position: absolute; bottom: 0; margin:0; } .hrow .row-content>p { margin:0px; padding-bottom: 20px; } .hrow .row-content>h3 { text-transform: uppercase; font-weight: 800; letter-spacing: 0; font-size: 2.3em; color: #333; } .hrow.gray-hrow .row-content { padding: 70px 550px 0 80px; } .hrow.gray-hrow .feature-img { right:0; } .hrow.fe-transitions .row-content { padding-left: 585px; } @media only screen and (max-width: 1199px){ .row-content { padding-top: 50px !important; } .hrow .row-content>h3 { font-size: 1.5em; } } @media only screen and (max-width: 990px){ .hrow.fe-transitions .row-content, .hrow.fe-flickr .row-content { padding-top: 40px !important; } } @media only screen and (max-width: 960px){ .hrow{ min-height: 197px !important; } .hrow.row-title { height: 120px !important; min-height: 0px !important; } .row-title h2 { margin-top: 40px; } .hrow .feature-img { width:40%; } .hrow.gray-hrow .row-content { padding-right: 45%; padding-left: 50px; } .hrow.white-hrow .row-content { padding-left: 45%; padding-right: 50px; } } @media only screen and (max-width: 650px){ .hrow .feature-img { width:90%; position:relative; float:none !important; display: block; } .hrow .row-content { padding-right: 30px !important; padding-left: 30px !important; text-align:center; } .hrow.gray-hrow .feature-img { margin-left:10%; } .hrow.white-hrow .feature-img { margin-right:10%; } } .ms-autoheight-template { max-width: 1400px; margin: 0 auto; }
src/static/css/Slider.css
.ms-skin-default .ms-timerbar {top: 1px; bottom:auto;} .ms-skin-default .ms-time-bar { height: 3px; background:white; background: rgba(255, 255, 255, 0.6); border-top: none; } .ms-layer { margin: 0; padding: 0; line-height: 100%; letter-spacing:0; } .slide-1 .hps-title1 { text-transform: uppercase; font-size: 18px; font-weight: 600; } .slide-1 .hps-title2 { font-size: 28px; font-weight: 300; text-transform: uppercase; color: #508295; } .slide-2 .hps-title1 { font-weight: 300; font-size: 45px; text-transform: uppercase; color: white; background-color: #f65256; padding: 6px 9px; } .slide-2 .hps-title2 { font-weight: 300; font-size: 32px; text-transform: uppercase; background: white; padding: 11px 12px; } .slide-2 .hps-title1 { font-style:normal; font-size: 77px ; text-transform: uppercase; color: #181818; background: none ; padding: 6px 9px; font-family: Titillium Web; } .slide-2 .hps-title2 { font-weight: 900; font-size: 77px ; text-transform: uppercase; color: #141414; background: none ; padding: 6px 9px; font-family: Titillium Web; } .slide-2 .hps-title-para { font-style:normal; font-size: 18px !important ; text-transform: uppercase; color: #181818; background: none ; padding: 6px 9px; font-family: Open Sans Condensed; } .slide-2 button.Tack{ font-size: 13px !important ; text-transform: uppercase; color: #181818; background: none ; padding: 6px 9px; font-family: Titillium Web; border:1px solid #181818; border-radi } .slide-3 .hps-title1 { font-weight: 900; color: white; text-transform: uppercase; font-size: 46px; } .slide-3 .hps-title2 { font-weight: 300; font-size: 20px; text-transform: uppercase; color: white; } .slide-3 .hps-amp { font-weight: 100; font-size: 78px; color: #7C96BD; } .slide-3 .hps-title3 { color: white; font-size: 37px; text-transform: uppercase; font-weight: 300; padding: 10px 12px; background-color: #dd0d14; } .slide-3 .hps-title4 { color: white; background-color: black; font-size: 37px; font-weight: 300; text-transform: uppercase; padding: 10px 14px; } .ms-tooltip{ max-width: 250px !important; } .ms-tooltip .product-tt { font-size: 1em; padding:5px; color:#222; text-shadow:none; } .ms-tooltip .product-tt h3 { font-size: 1.4em; color: #222; margin: 0 0 5px 0; font-weight: 400; } .slide-4 .hps-title1 { font-weight: 600; font-size: 23px; text-transform: uppercase; color: #222; } .slide-5 .hps-title1, .slide-5 .hps-title2 { color: white; text-transform: uppercase; font-size: 2.6em; font-weight: 300; text-shadow: 0 1px black; } .slide-5 .hps-title3 { background-color: #61c6d7; text-transform: uppercase; font-size: 1.8em; font-weight: 400; color: black; text-shadow: 0 1px white; padding: 13px; } .slide-5 .hps-text1 { color: white; text-shadow: 0 1px black; width: 30%; line-height: 19px; font-size: 14px; } .slide-6 .hps-title1 { color: #222; text-transform: uppercase; font-weight: 900; font-size: 2.3em; line-height: 26px; text-shadow: 0 1px white; background-color: white; background-color: rgba(255, 255, 255, 0.9); padding: 17px 23px; } .slide-6 .hps-title1 > .sub-title { font-weight: 300; font-size: 0.7em; } .slide-6 .hps-title2 { color: white; text-shadow: 0 1px black; background-color: #222; font-weight: 400; font-size: 1em; padding: 10px 25px; } .slide-6 .hps-title3 { text-transform: uppercase; color: white; font-weight: 400; text-shadow: 0 1px black; font-size: 1.2em; padding: 18px 25px; background-color: #df192a; } .slide-6 .hps-title3-vimeo { background-color: #1bb6ec; padding: 17px 25px; } .slide-7 .hps-title1 { color: white; font-weight: 100; text-transform: uppercase; font-size: 60px; text-shadow: 0 1px black; } .slide-7 .hps-title2 { text-transform: uppercase; color: #f74e50; text-shadow: 0 1px black; font-size: 21px; letter-spacing: 0.76em; font-weight: 900; } .slide-7 .hps-title3 { color: white; text-transform: uppercase; text-shadow: 0 1px black; background-color: #222; background-color: rgba(0, 0, 0, 0.7); padding: 14px 81px; font-size: 14px; font-weight: 400; } .slide-video{ color:#222; text-shadow:0 1px white; } .slide-video .hps-vicapton-box { width: 48%; height: 24%; background: rgba(255, 255, 255, 0.6); } .slide-video .hps-hd { font-weight: 900; font-size: 130px; } .slide-video .hps-videotitle { font-size: 32px; text-transform: uppercase; font-weight: 300; -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; } .slide-video .hps-videotext { width: 29%; line-height: 22px; } /*----------------------------------------*/ .hrow{ position: relative; min-height: 253px; } .hrow.row-title { height: 195px; min-height:0; background-color: #eee; text-align: center; } .row-arrow { position: absolute; height: 10px; border-left: solid 18px rgba(0, 0, 0, 0); border-right: solid 18px rgba(0, 0, 0, 0); border-top: solid 20px #EEE; top: 0; left: 50%; margin-left: -18px; } .row-title h2 { margin-top: 84px; padding: 0 15px 25px; font-weight: 400; letter-spacing: 0.1em; color: #4F2840; display: inline-block; text-shadow: 0 1px 0px #FFF; font-size: 1.15em; text-transform: uppercase; background: url("http://www.masterslider.com/wp-content/uploads/home-title-arrow.gif") no-repeat center 32px; } .hrow.white-hrow { background: #Fbfbfb; } .hrow.gray-hrow { background: #eee; } .hrow.gray-hrow .row-content { text-shadow: 0 1px 0 #FFF; } .hrow .row-content { padding: 70px 60px 0 550px; } .hrow .feature-img { position: absolute; bottom: 0; margin:0; } .hrow .row-content>p { margin:0px; padding-bottom: 20px; } .hrow .row-content>h3 { text-transform: uppercase; font-weight: 800; letter-spacing: 0; font-size: 2.3em; color: #333; } .hrow.gray-hrow .row-content { padding: 70px 550px 0 80px; } .hrow.gray-hrow .feature-img { right:0; } .hrow.fe-transitions .row-content { padding-left: 585px; } @media only screen and (max-width: 1199px){ .row-content { padding-top: 50px !important; } .hrow .row-content>h3 { font-size: 1.5em; } } @media only screen and (max-width: 990px){ .hrow.fe-transitions .row-content, .hrow.fe-flickr .row-content { padding-top: 40px !important; } } @media only screen and (max-width: 960px){ .hrow{ min-height: 197px !important; } .hrow.row-title { height: 120px !important; min-height: 0px !important; } .row-title h2 { margin-top: 40px; } .hrow .feature-img { width:40%; } .hrow.gray-hrow .row-content { padding-right: 45%; padding-left: 50px; } .hrow.white-hrow .row-content { padding-left: 45%; padding-right: 50px; } } @media only screen and (max-width: 650px){ .hrow .feature-img { width:90%; position:relative; float:none !important; display: block; } .hrow .row-content { padding-right: 30px !important; padding-left: 30px !important; text-align:center; } .hrow.gray-hrow .feature-img { margin-left:10%; } .hrow.white-hrow .feature-img { margin-right:10%; } } .ms-autoheight-template { max-width: 1400px; margin: 0 auto; }
0.343892
0.050377
main { margin: 0 auto; max-width: 90%; padding: 50px 30px; } :root { --primary-color: red; --secondary-color: black; --tertiary-color: #f4f4fa; --fourth-color: #f3a847; --light: #fafafa; --dark: #000000; --darker: #111111; --error: rgb(228, 46, 1); --spacing-one: calc(1rem * 0.5); --spacing-two: calc(1rem); --spacing-five: calc(2.5rem); } * { box-sizing: border-box; } html, body { min-height: 100%; } body { margin: 0; padding: 0; font-weight: 600; line-height: 1.5; font-size: 18px; letter-spacing: 0.1em; background: var(--dark); color: var(--light); font-family: 'Poiret One', cursive; } h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; font-weight: 500; margin: 5px 0; line-height: 1.25; } h1 { font-size: 2.25rem; } h2 { font-size: 2rem; } h3 { font-size: 1.75rem; } h4 { font-size: 1.5rem; } h5 { font-size: 1.25rem; } h6 { font-size: 1rem; } p { font-size: 1.1rem; margin-top: 0; margin-bottom: 0; } a { color: var(--tertiary); text-decoration: none; font-weight: bold; } header { background: var(--dark); } button { font-size: 1rem; text-decoration: none; padding: 0.25rem 1rem; border-radius: 0.5rem; border: none; outline: none; cursor: pointer; margin: 0 1px; background-color: var(--secondary); } button:hover { opacity: 0.8; } button[disabled] { cursor: default; opacity: 0.8; } img { max-width: 100%; } span[role='img'] { cursor: default; } form { width: 100%; } input { font-size: 1rem; padding: 0.25rem; border: 1px solid var(--dark); outline: none; border-radius: 3px; transition: box-shadow 0.2s; } input:focus { border: 1px solid var(--secondary); box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5); } li { list-style: none; } nav a:hover { text-decoration: none; } nav li { cursor: pointer; } textarea { width: 100%; height: 120px; border: 3px solid #cccccc; padding: 5px; } .container { width: 85%; max-width: 1200px; margin-left: auto; margin-right: auto; } .flex-row { display: flex; flex-wrap: wrap; justify-content: center; } .space-between { justify-content: space-between; } .flex-end { justify-content: flex-end; } .mx-1 { margin-right: var(--spacing-one); margin-left: var(--spacing-one); } .mx-2 { margin-right: var(--spacing-two); margin-left: var(--spacing-two); } .my-1 { margin-top: var(--spacing-one); margin-bottom: var(--spacing-one); } .my-2 { margin-top: var(--spacing-two); margin-bottom: var(--spacing-two); } .my-5 { margin-top: var(--spacing-five); margin-bottom: var(--spacing-five); } .px-1 { padding-right: var(--spacing-one); padding-left: var(--spacing-one); } .px-2 { padding-right: var(--spacing-two); padding-left: var(--spacing-two); } .py-1 { padding-top: var(--spacing-one); padding-bottom: var(--spacing-one); } .py-2 { padding-top: var(--spacing-two); padding-bottom: var(--spacing-two); } .card { width: 25%; text-align: center; } .img-thumbnail { width: auto; height: 300px; margin-bottom: 50px; cursor: pointer; } .modalBackdrop { background: rgba(0, 0, 0, 0.65); bottom: 0; left: 0; overflow: auto; position: fixed; right: 0; top: 0; z-index: 1; } .modalContainer { background: var(--darker); border-radius: 5px; max-width: 100%; margin: 50px auto; padding: 15px; width: 960px; } .modalTitle { font-size: 18px; font-weight: 600; margin-bottom: 25px; } button { background: var(--primary); border: 0; border-radius: 5px; color: #fff; cursor: pointer; font-size: 16px; font-weight: 600; margin-bottom: 30px; padding: 10px 15px; } a { border-radius: 5px; color: var(--primary); font-weight: 600; padding: 2px 4px; margin-left: -2px; margin-right: -2px; } .navActive { color: var(--fourth-color); } .leftImg { border-radius: 50%; height: 7vw; min-height: 90px; padding: 0px 35px; } .leftName { text-align: center; padding-left: 10px; font-weight: bold; margin: 0; font-size: 25px; } .leftHeader { display: flex; justify-content: right; align-items: center; } .navAlign{ display: flex; text-align: center; align-items: center; font-size: 20px; } .onHover:hover{ color: var(--fourth-color); } .navBackground{ background-image: url('./assets/Images/153rd\ c130.jpg'); background-size: cover; background-repeat: no-repeat; } /* Work Styles Start */ .work { display: flex; flex-wrap: wrap; justify-content: space-around; color: var(--tertiary-color); background: var(--secondary-color); } .work h3 { font-size: 3vw; border-right: 2px solid var(--primary-color); padding-right: 20px; width: 13vw; text-align: right; } .work .right { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; } .work .right .break { flex-basis: 100%; height: 0; } .work .right a { width: 100%; } .work .right .main { display: flex; flex-direction: row; width: 100%; height: 30vw; min-height: 300px; background-size: cover; background-position: left top; align-items: flex-end; margin-top: 10px; overflow-wrap:break-word; } .Social { background-image: url('./assets/Images/socialmediaAPIDark.png'); } .Social:hover { background-image: url('./assets/Images/socialmediaAPI.png'); } .Adventure { background-image: url('./assets/Images/Adventure-Screenshot-Dark.png'); } .Adventure:hover { background-image: url('./assets/Images/Adventure-Screenshot.png'); } .Moarkett { background-image: url('./assets/Images/Moarkett-Dark.png'); } .Moarkett:hover { background-image: url('./assets/Images/Moarkett.png'); } .work .right .secondary { display: flex; margin-top: 10px; width: 49%; height: 125px; flex-direction: row; align-items: flex-end; } .work .right .horiseon { background-image: url('./assets/Images/horsieon\ dark.png'); background-size: cover; background-position: left top; } .work .right .horiseon:hover { background-image: url('./assets/Images/horsieon.png'); } .work .right .robot { background-image: url('./assets/Images/robot-gladiators\ dark.png'); background-size: cover; background-position: left top; } .work .right .robot:hover { background-image: url('./assets/Images/robot-gladiators.png'); } .work .right .portfolio { background-image: url('./assets/Images/Read-My-Lips-screenshot\ dark.png'); background-size: cover; background-position: left top; } .work .right .portfolio:hover { background-image: url('./assets/Images/Read-My-Lips-screenshot.png'); } .work .right .streamguard { background-image: url('./assets/Images/StreamGuard\ dark.png'); background-size: cover; background-position: left top; } .work .right .streamguard:hover { background-image: url('./assets/Images/StreamGuard.png'); } .work .right a div { display: flex; flex-direction: column; background-color: rgba(255, 0, 0, 1); height: 140px; width: 100%; margin-bottom: 10px; padding-right: 10px; padding-left: 10px; justify-content: center; } .work .right h4 { font-size: 20px; font-weight: bold; color: var(--tertiary-color); } .work p { color: var(--tertiary-color); font-size: 18px; } /* Work Styles End */ .resumeCenter{ justify-content: center; text-align: center; align-items: center; } .resumeCenter h4{ align-self: flex-start; } .resumePara{ justify-content:center; width: 100%; } .work .right div a:hover { text-decoration: underline; }
src/index.css
main { margin: 0 auto; max-width: 90%; padding: 50px 30px; } :root { --primary-color: red; --secondary-color: black; --tertiary-color: #f4f4fa; --fourth-color: #f3a847; --light: #fafafa; --dark: #000000; --darker: #111111; --error: rgb(228, 46, 1); --spacing-one: calc(1rem * 0.5); --spacing-two: calc(1rem); --spacing-five: calc(2.5rem); } * { box-sizing: border-box; } html, body { min-height: 100%; } body { margin: 0; padding: 0; font-weight: 600; line-height: 1.5; font-size: 18px; letter-spacing: 0.1em; background: var(--dark); color: var(--light); font-family: 'Poiret One', cursive; } h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; font-weight: 500; margin: 5px 0; line-height: 1.25; } h1 { font-size: 2.25rem; } h2 { font-size: 2rem; } h3 { font-size: 1.75rem; } h4 { font-size: 1.5rem; } h5 { font-size: 1.25rem; } h6 { font-size: 1rem; } p { font-size: 1.1rem; margin-top: 0; margin-bottom: 0; } a { color: var(--tertiary); text-decoration: none; font-weight: bold; } header { background: var(--dark); } button { font-size: 1rem; text-decoration: none; padding: 0.25rem 1rem; border-radius: 0.5rem; border: none; outline: none; cursor: pointer; margin: 0 1px; background-color: var(--secondary); } button:hover { opacity: 0.8; } button[disabled] { cursor: default; opacity: 0.8; } img { max-width: 100%; } span[role='img'] { cursor: default; } form { width: 100%; } input { font-size: 1rem; padding: 0.25rem; border: 1px solid var(--dark); outline: none; border-radius: 3px; transition: box-shadow 0.2s; } input:focus { border: 1px solid var(--secondary); box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5); } li { list-style: none; } nav a:hover { text-decoration: none; } nav li { cursor: pointer; } textarea { width: 100%; height: 120px; border: 3px solid #cccccc; padding: 5px; } .container { width: 85%; max-width: 1200px; margin-left: auto; margin-right: auto; } .flex-row { display: flex; flex-wrap: wrap; justify-content: center; } .space-between { justify-content: space-between; } .flex-end { justify-content: flex-end; } .mx-1 { margin-right: var(--spacing-one); margin-left: var(--spacing-one); } .mx-2 { margin-right: var(--spacing-two); margin-left: var(--spacing-two); } .my-1 { margin-top: var(--spacing-one); margin-bottom: var(--spacing-one); } .my-2 { margin-top: var(--spacing-two); margin-bottom: var(--spacing-two); } .my-5 { margin-top: var(--spacing-five); margin-bottom: var(--spacing-five); } .px-1 { padding-right: var(--spacing-one); padding-left: var(--spacing-one); } .px-2 { padding-right: var(--spacing-two); padding-left: var(--spacing-two); } .py-1 { padding-top: var(--spacing-one); padding-bottom: var(--spacing-one); } .py-2 { padding-top: var(--spacing-two); padding-bottom: var(--spacing-two); } .card { width: 25%; text-align: center; } .img-thumbnail { width: auto; height: 300px; margin-bottom: 50px; cursor: pointer; } .modalBackdrop { background: rgba(0, 0, 0, 0.65); bottom: 0; left: 0; overflow: auto; position: fixed; right: 0; top: 0; z-index: 1; } .modalContainer { background: var(--darker); border-radius: 5px; max-width: 100%; margin: 50px auto; padding: 15px; width: 960px; } .modalTitle { font-size: 18px; font-weight: 600; margin-bottom: 25px; } button { background: var(--primary); border: 0; border-radius: 5px; color: #fff; cursor: pointer; font-size: 16px; font-weight: 600; margin-bottom: 30px; padding: 10px 15px; } a { border-radius: 5px; color: var(--primary); font-weight: 600; padding: 2px 4px; margin-left: -2px; margin-right: -2px; } .navActive { color: var(--fourth-color); } .leftImg { border-radius: 50%; height: 7vw; min-height: 90px; padding: 0px 35px; } .leftName { text-align: center; padding-left: 10px; font-weight: bold; margin: 0; font-size: 25px; } .leftHeader { display: flex; justify-content: right; align-items: center; } .navAlign{ display: flex; text-align: center; align-items: center; font-size: 20px; } .onHover:hover{ color: var(--fourth-color); } .navBackground{ background-image: url('./assets/Images/153rd\ c130.jpg'); background-size: cover; background-repeat: no-repeat; } /* Work Styles Start */ .work { display: flex; flex-wrap: wrap; justify-content: space-around; color: var(--tertiary-color); background: var(--secondary-color); } .work h3 { font-size: 3vw; border-right: 2px solid var(--primary-color); padding-right: 20px; width: 13vw; text-align: right; } .work .right { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; } .work .right .break { flex-basis: 100%; height: 0; } .work .right a { width: 100%; } .work .right .main { display: flex; flex-direction: row; width: 100%; height: 30vw; min-height: 300px; background-size: cover; background-position: left top; align-items: flex-end; margin-top: 10px; overflow-wrap:break-word; } .Social { background-image: url('./assets/Images/socialmediaAPIDark.png'); } .Social:hover { background-image: url('./assets/Images/socialmediaAPI.png'); } .Adventure { background-image: url('./assets/Images/Adventure-Screenshot-Dark.png'); } .Adventure:hover { background-image: url('./assets/Images/Adventure-Screenshot.png'); } .Moarkett { background-image: url('./assets/Images/Moarkett-Dark.png'); } .Moarkett:hover { background-image: url('./assets/Images/Moarkett.png'); } .work .right .secondary { display: flex; margin-top: 10px; width: 49%; height: 125px; flex-direction: row; align-items: flex-end; } .work .right .horiseon { background-image: url('./assets/Images/horsieon\ dark.png'); background-size: cover; background-position: left top; } .work .right .horiseon:hover { background-image: url('./assets/Images/horsieon.png'); } .work .right .robot { background-image: url('./assets/Images/robot-gladiators\ dark.png'); background-size: cover; background-position: left top; } .work .right .robot:hover { background-image: url('./assets/Images/robot-gladiators.png'); } .work .right .portfolio { background-image: url('./assets/Images/Read-My-Lips-screenshot\ dark.png'); background-size: cover; background-position: left top; } .work .right .portfolio:hover { background-image: url('./assets/Images/Read-My-Lips-screenshot.png'); } .work .right .streamguard { background-image: url('./assets/Images/StreamGuard\ dark.png'); background-size: cover; background-position: left top; } .work .right .streamguard:hover { background-image: url('./assets/Images/StreamGuard.png'); } .work .right a div { display: flex; flex-direction: column; background-color: rgba(255, 0, 0, 1); height: 140px; width: 100%; margin-bottom: 10px; padding-right: 10px; padding-left: 10px; justify-content: center; } .work .right h4 { font-size: 20px; font-weight: bold; color: var(--tertiary-color); } .work p { color: var(--tertiary-color); font-size: 18px; } /* Work Styles End */ .resumeCenter{ justify-content: center; text-align: center; align-items: center; } .resumeCenter h4{ align-self: flex-start; } .resumePara{ justify-content:center; width: 100%; } .work .right div a:hover { text-decoration: underline; }
0.327238
0.090333
.card-profile-stats { border: 1px solid #cacaca; margin: 0 0 1.25rem; padding: 1.25rem; background: #fefefe; } .card-profile-stats .card-profile-stats-intro { text-align: center; } .card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-pic { border-radius: 50%; margin: 0 0 1.25rem; } .card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-content p:last-child { margin: 0; } .card-profile-stats .card-profile-stats-container { text-align: center; } .card-profile-stats .card-profile-stats-container .card-profile-stats-statistic { margin: 0 0 1.25rem; } .card-profile-stats .card-profile-stats-container .card-profile-stats-statistic p:last-child { margin: 0; } .card-profile-stats .card-profile-stats-more .card-profile-stats-more-link { margin: 0; text-align: center; font-size: 1.5rem; color: #0a0a0a; padding: 0.5rem; cursor: pointer; } .card-profile-stats .card-profile-stats-more .card-profile-stats-more-content { display: none; } @media print, screen and (min-width: 64em) { .card-profile-stats .card-profile-stats-intro { -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: left; } .card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-pic { margin: 0 1.25rem 0 0; max-width: 250px; } .card-profile-stats .card-profile-stats-container { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } } .loader-wrapper { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #3386FF; display:flex; justify-content: center; align-items: center; } .loader { display: inline-block; width: 30px; height: 30px; position: relative; border: 4px solid #Fff; animation: loader 2s infinite ease; } .loader-inner { vertical-align: top; display: inline-block; width: 100%; background-color: #fff; animation: loader-inner 2s infinite ease-in; } @keyframes loader { 0% { transform: rotate(0deg);} 25% { transform: rotate(180deg);} 50% { transform: rotate(180deg);} 75% { transform: rotate(360deg);} 100% { transform: rotate(360deg);} } @keyframes loader-inner { 0% { height: 0%;} 25% { height: 0%;} 50% { height: 100%;} 75% { height: 100%;} 100% { height: 0%;} }
finalproject/myapp/static/css/profile.css
.card-profile-stats { border: 1px solid #cacaca; margin: 0 0 1.25rem; padding: 1.25rem; background: #fefefe; } .card-profile-stats .card-profile-stats-intro { text-align: center; } .card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-pic { border-radius: 50%; margin: 0 0 1.25rem; } .card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-content p:last-child { margin: 0; } .card-profile-stats .card-profile-stats-container { text-align: center; } .card-profile-stats .card-profile-stats-container .card-profile-stats-statistic { margin: 0 0 1.25rem; } .card-profile-stats .card-profile-stats-container .card-profile-stats-statistic p:last-child { margin: 0; } .card-profile-stats .card-profile-stats-more .card-profile-stats-more-link { margin: 0; text-align: center; font-size: 1.5rem; color: #0a0a0a; padding: 0.5rem; cursor: pointer; } .card-profile-stats .card-profile-stats-more .card-profile-stats-more-content { display: none; } @media print, screen and (min-width: 64em) { .card-profile-stats .card-profile-stats-intro { -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: left; } .card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-pic { margin: 0 1.25rem 0 0; max-width: 250px; } .card-profile-stats .card-profile-stats-container { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } } .loader-wrapper { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #3386FF; display:flex; justify-content: center; align-items: center; } .loader { display: inline-block; width: 30px; height: 30px; position: relative; border: 4px solid #Fff; animation: loader 2s infinite ease; } .loader-inner { vertical-align: top; display: inline-block; width: 100%; background-color: #fff; animation: loader-inner 2s infinite ease-in; } @keyframes loader { 0% { transform: rotate(0deg);} 25% { transform: rotate(180deg);} 50% { transform: rotate(180deg);} 75% { transform: rotate(360deg);} 100% { transform: rotate(360deg);} } @keyframes loader-inner { 0% { height: 0%;} 25% { height: 0%;} 50% { height: 100%;} 75% { height: 100%;} 100% { height: 0%;} }
0.514156
0.060529
:root { --bgcolor: #dedede; --sidebar-width: calc(100px + 10vw); --primary-color: #0022e4; } ::-moz-selection { background-color: var(--primary-color); color: white; } ::selection { background-color: var(--primary-color); color: white; } body { background-color: var(--bgcolor); font-family: 'Montserrat', sans-serif; overflow-x: hidden; min-height: 100vh; } a { color: black; text-decoration: none; transition: color 0.4s; } a:hover { color: var(--primary-color); } .form-label { margin-top: 15px; } .submit-button { width: 100%; margin-top: 70px; border: none; } .neu-button { padding: 15px 20px 10px 20px; background-color: var(--bgcolor); border-radius: 30px; box-shadow: 8px 8px 30px #b8b8b8, -8px -8px 30px #ffffff; transition: all 0.3s; } .neu-button:hover { box-shadow: 5px 5px 14px #b8b8b8, -5px -5px 14px #ffffff; } .neu-form { padding: 90px; border-radius: 30px; background: var(--bgcolor); box-shadow: 20px 20px 51px #b8b8b8, -20px -20px 51px #ffffff; width: calc(400px + 50%); } .neu-form h1 { margin-bottom: 30px; } .neu-form .btn { margin-top: 20px; } .overlay { z-index: 5; position: fixed; left: 0; top: 0; width: 100vw; height: calc(200px + 10vh); background: linear-gradient(var(--bgcolor) 0%, var(--bgcolor) 80%, rgba(255, 255, 255, 0) 100%); } .sidebar { display: flex; flex-direction: column; z-index: 10; margin: 50px; padding: 20px 20px 20px 50px; width: var(--sidebar-width); position: fixed; height: calc(100% - 100px); border-radius: 30px; background: var(--bgcolor); box-shadow: 31px 31px 51px #b8b8b8, -31px -31px 51px #ffffff; } .navlink { display:block; color: black; padding: 16px; font-size: 20px; text-decoration: none; transition: color 0.4s, font-size 0.3s; } .navlink:hover, .active-nav { color: var(--primary-color); font-size: 25px; } .logo { display: block; font-family: 'Monda', sans-serif; font-weight: bold; font-size: calc(50px + 5vw); text-decoration: none; color: var(--primary-color); transition: transform 0.4s; } .logo:hover { transform: translateX(35px); color: var(--primary-color); } #content { margin-left: calc(var(--sidebar-width) + 100px); padding: 50px; padding-top: calc(200px + 10vh); display: flex; justify-content: center; align-items: center; flex-direction: column; min-height: 100vh; } .grid-wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr; column-gap: calc(20px + 1.2vw); row-gap: calc(20px + 1.2vw);; font-size: calc(10px + 1.5vw); } .grid-item { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: calc(50px + 10vw); min-width: calc(50px + 10vw); border-radius: 30px; background: var(--bgcolor); box-shadow: 11px 11px 30px #b8b8b8, -11px -11px 30px #ffffff; transition: all 0.3s; } .grid-item:hover { box-shadow: 7px 7px 15px #b8b8b8, -7px -7px 15px #ffffff; } .stat { grid-column-start: 2; grid-column-end: 4; } .controls { width: 100%; display: flex; justify-content: space-between; margin-bottom: 20px; } .controls-bottom { width: 100%; display: flex; justify-content: space-between; margin-top: 20px; margin-bottom: 10px; } .graph-container { display: flex; }
public/css/app.css
:root { --bgcolor: #dedede; --sidebar-width: calc(100px + 10vw); --primary-color: #0022e4; } ::-moz-selection { background-color: var(--primary-color); color: white; } ::selection { background-color: var(--primary-color); color: white; } body { background-color: var(--bgcolor); font-family: 'Montserrat', sans-serif; overflow-x: hidden; min-height: 100vh; } a { color: black; text-decoration: none; transition: color 0.4s; } a:hover { color: var(--primary-color); } .form-label { margin-top: 15px; } .submit-button { width: 100%; margin-top: 70px; border: none; } .neu-button { padding: 15px 20px 10px 20px; background-color: var(--bgcolor); border-radius: 30px; box-shadow: 8px 8px 30px #b8b8b8, -8px -8px 30px #ffffff; transition: all 0.3s; } .neu-button:hover { box-shadow: 5px 5px 14px #b8b8b8, -5px -5px 14px #ffffff; } .neu-form { padding: 90px; border-radius: 30px; background: var(--bgcolor); box-shadow: 20px 20px 51px #b8b8b8, -20px -20px 51px #ffffff; width: calc(400px + 50%); } .neu-form h1 { margin-bottom: 30px; } .neu-form .btn { margin-top: 20px; } .overlay { z-index: 5; position: fixed; left: 0; top: 0; width: 100vw; height: calc(200px + 10vh); background: linear-gradient(var(--bgcolor) 0%, var(--bgcolor) 80%, rgba(255, 255, 255, 0) 100%); } .sidebar { display: flex; flex-direction: column; z-index: 10; margin: 50px; padding: 20px 20px 20px 50px; width: var(--sidebar-width); position: fixed; height: calc(100% - 100px); border-radius: 30px; background: var(--bgcolor); box-shadow: 31px 31px 51px #b8b8b8, -31px -31px 51px #ffffff; } .navlink { display:block; color: black; padding: 16px; font-size: 20px; text-decoration: none; transition: color 0.4s, font-size 0.3s; } .navlink:hover, .active-nav { color: var(--primary-color); font-size: 25px; } .logo { display: block; font-family: 'Monda', sans-serif; font-weight: bold; font-size: calc(50px + 5vw); text-decoration: none; color: var(--primary-color); transition: transform 0.4s; } .logo:hover { transform: translateX(35px); color: var(--primary-color); } #content { margin-left: calc(var(--sidebar-width) + 100px); padding: 50px; padding-top: calc(200px + 10vh); display: flex; justify-content: center; align-items: center; flex-direction: column; min-height: 100vh; } .grid-wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr; column-gap: calc(20px + 1.2vw); row-gap: calc(20px + 1.2vw);; font-size: calc(10px + 1.5vw); } .grid-item { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: calc(50px + 10vw); min-width: calc(50px + 10vw); border-radius: 30px; background: var(--bgcolor); box-shadow: 11px 11px 30px #b8b8b8, -11px -11px 30px #ffffff; transition: all 0.3s; } .grid-item:hover { box-shadow: 7px 7px 15px #b8b8b8, -7px -7px 15px #ffffff; } .stat { grid-column-start: 2; grid-column-end: 4; } .controls { width: 100%; display: flex; justify-content: space-between; margin-bottom: 20px; } .controls-bottom { width: 100%; display: flex; justify-content: space-between; margin-top: 20px; margin-bottom: 10px; } .graph-container { display: flex; }
0.48438
0.178812
@import url('https://unpkg.com/bootstrap@3.3.7/dist/css/bootstrap.min.css'); /*@import url('https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css');*/ @import url('https://fonts.googleapis.com/icon?family=Material+Icons'); @import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css'); .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 49px; } .affix { top:10px; right:10px; position:fixed; } .affixV1 { top:70px; left:450px; position:fixed; list-style: none; height: 160px; width: 250px; padding: 1em; text-decoration: none; -moz-box-shadow: 5px 5px 7px #212121; -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); -moz-transition: -moz-transform 0.15s linear; -o-transition: -o-transform 0.15s linear; -webkit-transition: -webkit-transform 0.15s linear; } .affix1 { top:70px; left:20px; position:fixed; border-radius: 15px; border: 2px solid #73AD21; list-style: none; height: 200px; width: 250px; padding: 1em; text-decoration: none; -moz-box-shadow: 5px 5px 7px #212121; -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); -moz-transition: -moz-transform 0.15s linear; -o-transition: -o-transform 0.15s linear; -webkit-transition: -webkit-transform 0.15s linear; } .affix2 { top:280px; left:20px; position:fixed; border-radius: 15px; border: 2px solid #73AD21; list-style: none; height: 300px; width: 250px; padding: 1em; text-decoration: none; -moz-box-shadow: 5px 5px 7px #212121; -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); -moz-transition: -moz-transform 0.15s linear; -o-transition: -o-transform 0.15s linear; -webkit-transition: -webkit-transform 0.15s linear; } .suggestions { top:70px; right:50px; position:fixed; border-radius: 15px; border: 2px solid #73AD21; list-style: none; height: 450px; width: 250px; padding: 1em; text-decoration: none; -moz-box-shadow: 5px 5px 7px #212121; -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); -moz-transition: -moz-transform 0.15s linear; -o-transition: -o-transform 0.15s linear; -webkit-transition: -webkit-transform 0.15s linear; } div.suggestionsListItems{ top:250px; right:60px; position:fixed; height: 260px; width: 230px; } li.d-flex { color: #000; font-size: 12px; } .modal-body { position: relative; padding: 10px; height: 220px; overflow-y: scroll; } .switch label input[type=checkbox]:checked+.lever:after { background-color: red; } div.snippet { margin: 0px 40px 50px 40px; float: right; } div.snippet { list-style: none; } div small.tip { position: absolute; top: 5px; right: 5px; font-size: 11px; } div.rotate-1 { -webkit-transform: rotate(-6deg); -o-transform: rotate(-2deg); -moz-transform: rotate(-6deg); } .lazur-bg { background-color: #23c6c8; color: #ffffff; } .navy-bg { background-color: #1ab394; color: #ffffff; } .yellow-bg { background-color: #f8ac59; color: #ffffff; } div.listItems{ top:310px; left:30px; position:fixed; height: 250px; width: 230px; } #password + .glyphicon { cursor: pointer; pointer-events: all; }
src/styles.css
@import url('https://unpkg.com/bootstrap@3.3.7/dist/css/bootstrap.min.css'); /*@import url('https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css');*/ @import url('https://fonts.googleapis.com/icon?family=Material+Icons'); @import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css'); .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 49px; } .affix { top:10px; right:10px; position:fixed; } .affixV1 { top:70px; left:450px; position:fixed; list-style: none; height: 160px; width: 250px; padding: 1em; text-decoration: none; -moz-box-shadow: 5px 5px 7px #212121; -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); -moz-transition: -moz-transform 0.15s linear; -o-transition: -o-transform 0.15s linear; -webkit-transition: -webkit-transform 0.15s linear; } .affix1 { top:70px; left:20px; position:fixed; border-radius: 15px; border: 2px solid #73AD21; list-style: none; height: 200px; width: 250px; padding: 1em; text-decoration: none; -moz-box-shadow: 5px 5px 7px #212121; -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); -moz-transition: -moz-transform 0.15s linear; -o-transition: -o-transform 0.15s linear; -webkit-transition: -webkit-transform 0.15s linear; } .affix2 { top:280px; left:20px; position:fixed; border-radius: 15px; border: 2px solid #73AD21; list-style: none; height: 300px; width: 250px; padding: 1em; text-decoration: none; -moz-box-shadow: 5px 5px 7px #212121; -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); -moz-transition: -moz-transform 0.15s linear; -o-transition: -o-transform 0.15s linear; -webkit-transition: -webkit-transform 0.15s linear; } .suggestions { top:70px; right:50px; position:fixed; border-radius: 15px; border: 2px solid #73AD21; list-style: none; height: 450px; width: 250px; padding: 1em; text-decoration: none; -moz-box-shadow: 5px 5px 7px #212121; -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); -moz-transition: -moz-transform 0.15s linear; -o-transition: -o-transform 0.15s linear; -webkit-transition: -webkit-transform 0.15s linear; } div.suggestionsListItems{ top:250px; right:60px; position:fixed; height: 260px; width: 230px; } li.d-flex { color: #000; font-size: 12px; } .modal-body { position: relative; padding: 10px; height: 220px; overflow-y: scroll; } .switch label input[type=checkbox]:checked+.lever:after { background-color: red; } div.snippet { margin: 0px 40px 50px 40px; float: right; } div.snippet { list-style: none; } div small.tip { position: absolute; top: 5px; right: 5px; font-size: 11px; } div.rotate-1 { -webkit-transform: rotate(-6deg); -o-transform: rotate(-2deg); -moz-transform: rotate(-6deg); } .lazur-bg { background-color: #23c6c8; color: #ffffff; } .navy-bg { background-color: #1ab394; color: #ffffff; } .yellow-bg { background-color: #f8ac59; color: #ffffff; } div.listItems{ top:310px; left:30px; position:fixed; height: 250px; width: 230px; } #password + .glyphicon { cursor: pointer; pointer-events: all; }
0.334916
0.046249
.dark { --app_color: #18191a; --app_color_light: #3a3b3c; --app_color_light_hover: #4e4f50; --navbar_color: #242526; --card_color: #242526; --font-color: #cfd1d5; --link-color: #444d7c; --button-color-green: #03ef62; --button-color-green-hover: #72f1a5; /* icon sources */ --more-icon-source: url("../assets/images/dark/more.svg"); --details-icon-source: url("../assets/images/dark/details_icon.svg"); --feedbacks-icon-source: url("../assets/images/dark/feedback_icon.svg"); --wordcloud-icon-source: url("../assets/images/dark/word-cloud_icon.svg"); --frequency-icon-source: url("../assets/images/dark/frequency_icon.svg"); --settings-icon-source: url("../assets/images/settings.svg"); --settings-theme-icon-source: url("../assets/images/dark/theme.svg"); --search-icon-source: url("../assets/images/search.svg"); --menu-icon-source: url("../assets/images/dark/menu_icon.svg"); --back-icon-source: url("../assets/images/dark/back_icon.svg"); --copy-icon-source: url("../assets/images/dark/copy.svg"); --error-icon-source: url("../assets/images/dark/error.svg"); } .light { --app_color: #acabaa; --app_color_light: #bec0c2; --app_color_light_hover: #777373; --navbar_color: #cecece; --card_color: #d1d1d1; --font-color: #000; --link-color: #444d7c; --button-color-green: #03ef62; --button-color-green-hover: #72f1a5; /* icon sources */ --more-icon-source: url("../assets/images/light/more.svg"); --details-icon-source: url("../assets/images/light/details_icon.svg"); --feedbacks-icon-source: url("../assets/images/light/feedback_icon.svg"); --wordcloud-icon-source: url("../assets/images/light/word-cloud_icon.svg"); --frequency-icon-source: url("../assets/images/light/frequency_icon.svg"); --settings-icon-source: url("../assets/images/settings.svg"); --settings-theme-icon-source: url("../assets/images/light/theme.svg"); --search-icon-source: url("../assets/images/search.svg"); --menu-icon-source: url("../assets/images/light/menu_icon.svg"); --back-icon-source: url("../assets/images/light/back_icon.svg"); --copy-icon-source: url("../assets/images/light/copy.svg"); --error-icon-source: url("../assets/images/light/error.svg"); }
frontend/src/resources/themes.css
.dark { --app_color: #18191a; --app_color_light: #3a3b3c; --app_color_light_hover: #4e4f50; --navbar_color: #242526; --card_color: #242526; --font-color: #cfd1d5; --link-color: #444d7c; --button-color-green: #03ef62; --button-color-green-hover: #72f1a5; /* icon sources */ --more-icon-source: url("../assets/images/dark/more.svg"); --details-icon-source: url("../assets/images/dark/details_icon.svg"); --feedbacks-icon-source: url("../assets/images/dark/feedback_icon.svg"); --wordcloud-icon-source: url("../assets/images/dark/word-cloud_icon.svg"); --frequency-icon-source: url("../assets/images/dark/frequency_icon.svg"); --settings-icon-source: url("../assets/images/settings.svg"); --settings-theme-icon-source: url("../assets/images/dark/theme.svg"); --search-icon-source: url("../assets/images/search.svg"); --menu-icon-source: url("../assets/images/dark/menu_icon.svg"); --back-icon-source: url("../assets/images/dark/back_icon.svg"); --copy-icon-source: url("../assets/images/dark/copy.svg"); --error-icon-source: url("../assets/images/dark/error.svg"); } .light { --app_color: #acabaa; --app_color_light: #bec0c2; --app_color_light_hover: #777373; --navbar_color: #cecece; --card_color: #d1d1d1; --font-color: #000; --link-color: #444d7c; --button-color-green: #03ef62; --button-color-green-hover: #72f1a5; /* icon sources */ --more-icon-source: url("../assets/images/light/more.svg"); --details-icon-source: url("../assets/images/light/details_icon.svg"); --feedbacks-icon-source: url("../assets/images/light/feedback_icon.svg"); --wordcloud-icon-source: url("../assets/images/light/word-cloud_icon.svg"); --frequency-icon-source: url("../assets/images/light/frequency_icon.svg"); --settings-icon-source: url("../assets/images/settings.svg"); --settings-theme-icon-source: url("../assets/images/light/theme.svg"); --search-icon-source: url("../assets/images/search.svg"); --menu-icon-source: url("../assets/images/light/menu_icon.svg"); --back-icon-source: url("../assets/images/light/back_icon.svg"); --copy-icon-source: url("../assets/images/light/copy.svg"); --error-icon-source: url("../assets/images/light/error.svg"); }
0.332744
0.066843
body { background-color: white; color: #2c3428; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } a:visited { color: inherit; } .homepage-container { background: url(./images/norali-nayla-unsplash.jpg) no-repeat center center; background-size: cover; } .homepage-header, .main-header { height: 60px; background-color: white; opacity: 0.8; color: inherit; margin: 0; padding: 0 20px; } .site-title { font-weight: none; } .navbar { text-transform: uppercase; margin-left: 27rem; } .navbar li { display: inline; padding-right: 20px; list-style: none; color: inherit; } .navbar a { text-decoration: none; color: inherit; } .navbar a:hover { color: #6c674c; border-bottom: 3px solid #6c674c; padding-bottom: 3px; cursor: pointer; } .navbar .current a { background-color: black; opacity: 0.8; color: white; font-weight: bolder; padding: 6px 12px; border-radius: 4px; } .showcase-container { min-height: calc(100vh - 10vh); } .showcase { padding-top: 40vh; padding-right: 10vw; } .showcase h2 { font-size: 40px; margin: 10px; color: white; letter-spacing: 1px; } .showcase button { margin: 10px; width: 170px; background-color: white; padding: 14px; border-radius: 6px; border: none; font-family: inherit; font-size: 16px; font-weight: bolder; color: #2c3428; text-transform: uppercase; letter-spacing: 1px; } /*----------ALL PLACES PAGE-------------------*/ .page-container { margin: auto; } .content-container { width: 85%; margin: 3rem auto; } .main-header { background-color: #2c3428; color: white; } .card-wrapper { border: 4px solid white; border-radius: 7px; padding: 12px; box-shadow: 2px 2px 2px 2px #f2f2f2; display: flex; flex-direction: column; align-items: center; } .card-wrapper:hover { cursor: pointer; transform: translateY(-0.4rem); } .place-pic-style { object-fit: cover; width: 320px; height: 320px; overflow: hidden; border: 1px solid #d5d2c1; border-radius: 7px; background-size: cover; } .place-loc-style { display: inline; } .cards-info { margin: 6px 0; } .line-container { margin-top: 3rem; } .line-container a { text-decoration: none; } /*----------DETAILS PAGE-------------------*/ .details { display: flex; flex-direction: column; justify-content: flex-start; min-height: 650px; } .details-style { margin: 15px; } .description { line-height: 1.5em; } .content-buttons { display: flex; flex-direction: row; justify-content: space-evenly; margin-top: 20px; } .content-buttons button { width: 120px; padding: 12px; border-radius: 4px; border: none; box-shadow: 1px 1px 1px 1px gray; cursor: pointer; } .details-pic-style { width: 100%; border-radius: 7px; margin-top: 20px; } /*----------ADD NEW PLACE-------------------*/ .form-container { width: 85%; margin: 3rem auto; } .form-container input { border: none; background-color: #f2f2f2; padding: 12px 20px; width: 92%; margin: auto; } .form-container textarea { width: 96%; font-family: inherit; margin: auto; border: none; background-color: #f2f2f2; padding: 12px 20px; } .upload-box { display: flex; flex-direction: column; align-items: center; background-color: #f2f2f2; border: none; width: auto; margin: auto; padding: 20px 10px; margin-top: 1.5rem; } .upload-box input { width: auto; border: 1px solid #a6a6a6; border-radius: 4px; } .upload-box .submit-btn { background-color: white; color: inherit; margin-top: 15px; padding: 7px 12px; } .form-buttons { margin-top: 20px; display: flex; flex-direction: row; justify-content: space-around; } .form-buttons button { width: 120px; padding: 12px; border-radius: 4px; border: none; box-shadow: 1px 1px 1px 1px gray; cursor: pointer; } .btn-cta { background-color: #2c3428; color: white; opacity: 0.8; } .btn-cta:hover { background-color: #2c3428; opacity: 1; color: white; } /*----------MEDIA-------------------*/ @media (max-width:1900px) { .homepage-header { height: 70px; } .main-header { height: 70px; } } @media (max-width:1200px) { .homepage-header { height: 70px; } .main-header { height: 70px; } .site-title { font-size: 26px; } #cta { font-size: 33px; } .navbar { margin-left: 12rem; } .place-pic-style { width: 200px; height: 200px; } .details-pic-style { margin-top: 50px; } } @media (max-width:1000px) { .homepage-header { height: 120px; margin: 0px; } .main-header { height: 120px; } .showcase { padding-top: 40vh; padding-right: 30vw; } .site-title { font-size: 24px; } #cta { font-size: 26px; } .navbar { margin-left: 0px; } .card-wrapper { border: none; box-shadow: none; display: flex; flex-direction: column; align-items: center; } .details { min-height: 0px; } .form-container textarea { width: 92%; } .upload-box { width: 94%; } } @media (max-width:500px) { .homepage-header { height: 130px; margin: 0px; } .main-header { height: 130px; } .navbar { margin-left: 0px; } .navbar ul { padding: 0px; margin: 0px; } .navbar li { display: flex; flex-direction: column; font-size: 14px; padding: 0px; margin: 3px 0px; } .site-title { font-size: 17px; } .upload-box { width: 96%; } } @media (max-width:400px) { .homepage-header { height: 130px; margin: 0px; } .main-header { height: 130px; } .navbar { margin-bottom: 8px; margin-left: 0px; } .navbar ul { padding: 0px; margin: 0px; } .navbar li { display: flex; flex-direction: column; font-size: 14px; padding: 0px; margin: 3px 0px; } .site-title { font-size: 17px; } .upload-box { width: 98%; } .upload-box .file-btn { width: 85%; } }
client/style.css
body { background-color: white; color: #2c3428; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } a:visited { color: inherit; } .homepage-container { background: url(./images/norali-nayla-unsplash.jpg) no-repeat center center; background-size: cover; } .homepage-header, .main-header { height: 60px; background-color: white; opacity: 0.8; color: inherit; margin: 0; padding: 0 20px; } .site-title { font-weight: none; } .navbar { text-transform: uppercase; margin-left: 27rem; } .navbar li { display: inline; padding-right: 20px; list-style: none; color: inherit; } .navbar a { text-decoration: none; color: inherit; } .navbar a:hover { color: #6c674c; border-bottom: 3px solid #6c674c; padding-bottom: 3px; cursor: pointer; } .navbar .current a { background-color: black; opacity: 0.8; color: white; font-weight: bolder; padding: 6px 12px; border-radius: 4px; } .showcase-container { min-height: calc(100vh - 10vh); } .showcase { padding-top: 40vh; padding-right: 10vw; } .showcase h2 { font-size: 40px; margin: 10px; color: white; letter-spacing: 1px; } .showcase button { margin: 10px; width: 170px; background-color: white; padding: 14px; border-radius: 6px; border: none; font-family: inherit; font-size: 16px; font-weight: bolder; color: #2c3428; text-transform: uppercase; letter-spacing: 1px; } /*----------ALL PLACES PAGE-------------------*/ .page-container { margin: auto; } .content-container { width: 85%; margin: 3rem auto; } .main-header { background-color: #2c3428; color: white; } .card-wrapper { border: 4px solid white; border-radius: 7px; padding: 12px; box-shadow: 2px 2px 2px 2px #f2f2f2; display: flex; flex-direction: column; align-items: center; } .card-wrapper:hover { cursor: pointer; transform: translateY(-0.4rem); } .place-pic-style { object-fit: cover; width: 320px; height: 320px; overflow: hidden; border: 1px solid #d5d2c1; border-radius: 7px; background-size: cover; } .place-loc-style { display: inline; } .cards-info { margin: 6px 0; } .line-container { margin-top: 3rem; } .line-container a { text-decoration: none; } /*----------DETAILS PAGE-------------------*/ .details { display: flex; flex-direction: column; justify-content: flex-start; min-height: 650px; } .details-style { margin: 15px; } .description { line-height: 1.5em; } .content-buttons { display: flex; flex-direction: row; justify-content: space-evenly; margin-top: 20px; } .content-buttons button { width: 120px; padding: 12px; border-radius: 4px; border: none; box-shadow: 1px 1px 1px 1px gray; cursor: pointer; } .details-pic-style { width: 100%; border-radius: 7px; margin-top: 20px; } /*----------ADD NEW PLACE-------------------*/ .form-container { width: 85%; margin: 3rem auto; } .form-container input { border: none; background-color: #f2f2f2; padding: 12px 20px; width: 92%; margin: auto; } .form-container textarea { width: 96%; font-family: inherit; margin: auto; border: none; background-color: #f2f2f2; padding: 12px 20px; } .upload-box { display: flex; flex-direction: column; align-items: center; background-color: #f2f2f2; border: none; width: auto; margin: auto; padding: 20px 10px; margin-top: 1.5rem; } .upload-box input { width: auto; border: 1px solid #a6a6a6; border-radius: 4px; } .upload-box .submit-btn { background-color: white; color: inherit; margin-top: 15px; padding: 7px 12px; } .form-buttons { margin-top: 20px; display: flex; flex-direction: row; justify-content: space-around; } .form-buttons button { width: 120px; padding: 12px; border-radius: 4px; border: none; box-shadow: 1px 1px 1px 1px gray; cursor: pointer; } .btn-cta { background-color: #2c3428; color: white; opacity: 0.8; } .btn-cta:hover { background-color: #2c3428; opacity: 1; color: white; } /*----------MEDIA-------------------*/ @media (max-width:1900px) { .homepage-header { height: 70px; } .main-header { height: 70px; } } @media (max-width:1200px) { .homepage-header { height: 70px; } .main-header { height: 70px; } .site-title { font-size: 26px; } #cta { font-size: 33px; } .navbar { margin-left: 12rem; } .place-pic-style { width: 200px; height: 200px; } .details-pic-style { margin-top: 50px; } } @media (max-width:1000px) { .homepage-header { height: 120px; margin: 0px; } .main-header { height: 120px; } .showcase { padding-top: 40vh; padding-right: 30vw; } .site-title { font-size: 24px; } #cta { font-size: 26px; } .navbar { margin-left: 0px; } .card-wrapper { border: none; box-shadow: none; display: flex; flex-direction: column; align-items: center; } .details { min-height: 0px; } .form-container textarea { width: 92%; } .upload-box { width: 94%; } } @media (max-width:500px) { .homepage-header { height: 130px; margin: 0px; } .main-header { height: 130px; } .navbar { margin-left: 0px; } .navbar ul { padding: 0px; margin: 0px; } .navbar li { display: flex; flex-direction: column; font-size: 14px; padding: 0px; margin: 3px 0px; } .site-title { font-size: 17px; } .upload-box { width: 96%; } } @media (max-width:400px) { .homepage-header { height: 130px; margin: 0px; } .main-header { height: 130px; } .navbar { margin-bottom: 8px; margin-left: 0px; } .navbar ul { padding: 0px; margin: 0px; } .navbar li { display: flex; flex-direction: column; font-size: 14px; padding: 0px; margin: 3px 0px; } .site-title { font-size: 17px; } .upload-box { width: 98%; } .upload-box .file-btn { width: 85%; } }
0.534855
0.091423
.form-row { -ms-flex-align: center; align-items: center; margin-right: -15px; margin-left: -15px } .form-row > [class*="col-"] { padding-right: 15px; padding-left: 15px } .form-group { flex-grow: 1; position: relative; margin-bottom: 30px } .form-group > label { margin-bottom: 10px } .form-control { background: #f5f5f5; color: #bdbac2; border: none; font-size: 16px; font-weight: 500; border-radius: 6px } .form-control:focus { background: #f5f5f5; color: #bdbac2; border: none !important; box-shadow: none } .form-control::-webkit-input-placeholder { color: #bdbac2 } .form-control::-moz-placeholder { color: #bdbac2 } .form-control:-ms-input-placeholder { color: #bdbac2 } .form-control::-ms-input-placeholder { color: #bdbac2 } .form-control::placeholder { font-size: 16px; font-weight: 500; color: #bdbac2 } .prepend { position: absolute; padding: 0 0 0 15px; top: 0; bottom: 0; left: 0; line-height: 0; margin-bottom: 0 !important } input[type="search"]::-webkit-search-cancel-button { display: inline-block; width: 24px; height: 24px; background: url(../img/clear.svg); background-size: cover; -moz-appearance: none; -webkit-appearance: none; appearance: none } .btn-group { display: -ms-flexbox; display: flex } .btn-group > .btn { border-radius: 6px !important } .btn-group > .btn + .btn { margin-left: 10px } .btn { background: none; border: none; outline: none; box-shadow: none; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .btn:focus, .btn:hover, .btn:active { border: none; outline: none; box-shadow: none } .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle { border: none; outline: none; box-shadow: none } .close { padding: 0; line-height: 0; opacity: 1 } .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: .9; border: none; outline: none; box-shadow: none } .close .eva { width: 32px; height: 32px; fill: #212529 } .primary { display: inline-block; padding: 9px 0; width: 100%; background: #007bff; font-weight: 600; line-height: 1.7; color: #fff; text-align: center; border-radius: 6px } .primary:hover { color: #fff; opacity: .9 } .round { display: inline-block; padding: 0; width: 42px; height: 42px; background: #f5f5f5; text-align: center; border-radius: 100% } .round .eva { width: 20px; height: 20px; fill: #bdbac2 } .eva-icon-pulse:hover { animation-name: eva-pulse } .eva-icon-hover-pulse:hover { animation-name: eva-pulse } @keyframes eva-pulse { from { transform: scale3d(1, 1, 1) } 50% { transform: scale3d(1.2, 1.2, 1.2) } to { transform: scale3d(1, 1, 1) } } .layout { display: -ms-flexbox; display: flex } .avatars { padding-left: 0; list-style: none; margin-bottom: 0 } .avatars li { display: inline-block } .avatars li + li { margin-left: -12px } .avatars img { width: 36px; height: 36px; border: 2px solid #fff; border-radius: 100% } .upload { width: 100% } .upload label { width: 100%; margin-bottom: 0 } .upload input { display: none } .upload span { display: block; padding: 30px; background: #fff; color: #bdbac2; font-weight: 500; text-align: center; border: 1px dashed #efebeb; border-radius: 6px; cursor: pointer; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .upload span:hover { background: #f5f5f5 } .status { position: relative; margin-right: 15px } .status.online { fill: #43b581; stroke: #43b581 } .status.offline { fill: #bdbac2; stroke: #bdbac2 } .status .eva-radio-button-on { position: absolute; bottom: 0; margin-left: -11px; width: 11px; height: 11px; stroke-width: 4 } .dropdown-menu { padding: 10px; border: none; box-shadow: 0 0 30px rgba(0, 0, 0, .05); border-radius: 6px } .dropdown-item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 9px 10px; font-weight: 500; color: #bdbac2; border-radius: 6px } .dropdown-item:hover { background: #f5f5f5; color: #bdbac2; border-radius: 6px } .dropdown-item:focus { background: #f5f5f5; color: #bdbac2; border-radius: 6px; border: none; outline: none; box-shadow: none } .dropdown-item.active, .dropdown-item:active { background: #007bff; color: #fff } .dropdown-item.active .eva, .dropdown-item:active .eva { fill: #fff !important } .dropdown-item .eva { width: 22px !important; height: 22px !important; margin-right: 10px } a.dropdown-item { -moz-transition: none; -webkit-transition: none; transition: none } .switch { position: relative; display: inline-block; width: 100%; min-width: 42px; max-width: 42px; height: 20px; margin-bottom: 0 } .switch input { opacity: 0; width: 0; height: 0 } .switch .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #f5f5f5; -webkit-transition: .4s; transition: .4s } .switch .slider:before { position: absolute; content: ""; height: 14px; width: 14px; left: 3px; bottom: 3px; background-color: white; -webkit-transition: .4s; transition: .4s } .switch input:checked + .slider { background-color: #007bff !important } .switch input:checked + .slider:before { -webkit-transform: translateX(22px); -ms-transform: translateX(22px); transform: translateX(22px) } .switch .slider.round { width: 42px; height: 20px; border-radius: 34px } .switch .slider.round:before { border-radius: 50% } .help { padding: 80px 0 } .help h2 { margin-bottom: 21px } .help h5 { line-height: 1.7; margin-bottom: 10px } .help hr { border-top: 2px solid #f5f5f5; margin: 30px 0 } .help p + p { margin-top: 15px } .help p + figure { margin-top: 30px } .help figure + p { margin-top: 30px } .help figure { padding: 0 30px; background: #212d3a; border-radius: 6px; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none } .help code { white-space: pre; color: #dcdcdc; margin-bottom: 0 } .navigation { background: #fff } .navigation .container::-webkit-scrollbar { display: none } .navigation .logo img { width: 50px; height: 50px } .navigation ul { padding-left: 0; list-style: none; margin-bottom: 0 } .navigation ul > li > a .eva { width: 36px; height: 36px; fill: #bdbac2; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .navigation ul > li > a.active .eva { fill: #007bff } .navigation ul > li > a:hover .eva { fill: #007bff } .navigation .btn { padding: 0; position: relative } .navigation .btn img { width: 42px; height: 42px; border-radius: 100% } .navigation .btn .eva-bulb { width: 36px; height: 36px; fill: #bdbac2; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .navigation .btn .eva-bulb:hover { fill: #007bff } .navigation .btn .eva-radio-button-on { position: absolute; bottom: 0; margin-left: -11px; width: 11px; height: 11px; fill: #43b581; stroke: #43b581; stroke-width: 4 } .sidebar { background: #fdfdfd; overflow-y: auto; -ms-overflow-style: none; overflow-x: hidden; box-shadow: 0px -1px 1px 3px #ededed; } .sidebar::-webkit-scrollbar { display: none } .sidebar .container { padding-top: 30px; padding-bottom: 30px } .sidebar .top { margin-bottom: 30px } .sidebar .top form { position: relative } .sidebar .top .form-control { padding: 0 10px 0 50px; height: 55px } .sidebar .top form .eva { fill: #bdbac2 } .sidebar .top .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 6px; width: 100%; background: #f5f5f5; border-radius: 6px; margin-top: 15px } .sidebar .top .nav li { width: 100%; text-align: center } .sidebar .top .nav li + li { margin-left: 6px } .sidebar .top .nav li .active { background: #fff; color: #007bff } .sidebar .top .nav li a { display: block; padding: 8px 0; color: #bdbac2; border-radius: 6px } .sidebar .middle { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center } .sidebar .middle h4 { font-weight: 600; margin-bottom: 0 } .sidebar .middle h4 + .btn { margin-left: 15px } .sidebar .middle hr { -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-bottom: 0 } .discussions { -ms-flex-preferred-size: 100%; flex-basis: 100%; padding-left: 0; list-style: none; margin-bottom: 0 } .discussions > li { -ms-flex-preferred-size: 100%; flex-basis: 100% } .discussions > li .direct { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start } .discussions > li > a { display: block; padding: 25px 0; border-bottom: 2px solid #fbfbfb } .discussions > li > a:hover { border-bottom: 2px solid #007bff } .discussions > li > a.active { border-bottom: 2px solid #007bff } .discussions > li > a.active p { color: #212529 } .discussions > li > a .content { -ms-flex-preferred-size: 100%; flex-basis: 100% } .discussions > li > a .headline { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; margin-bottom: 10px } .discussions > li .groups .headline { -ms-flex-align: center; align-items: center } .discussions > li > a img { width: 42px; height: 42px; border-radius: 100% } .discussions > li .groups img { width: 32px; height: 32px; margin-right: 15px } .discussions > li > a h5 { font-size: 16px; font-weight: 600; line-height: 1.7; color: #212529; margin-right: auto; margin-bottom: 0 } .discussions > li > a span { font-size: 15px; font-weight: 500; white-space: nowrap; color: #bdbac2; margin-left: 30px } .users { -ms-flex-preferred-size: 100%; flex-basis: 100%; padding-left: 0; list-style: none; margin-bottom: 0 } .users > li { -ms-flex-preferred-size: 100%; flex-basis: 100% } .users > li > a { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px 0; border-bottom: 2px solid #fbfbfb } .users > li > a:hover { border-bottom: 2px solid #007bff } .users > li > a.active { border-bottom: 2px solid #007bff } .users > li .content { -ms-flex-preferred-size: 100%; flex-basis: 100% } .users > li .round { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: center; min-width: 42px; margin-right: 15px } .users > li img { width: 42px; height: 42px; border-radius: 100% } .users > li h5 { font-size: 16px; font-weight: 600; line-height: 1.2; color: #212529; margin-right: auto; margin-bottom: 8px } .users > li span { display: block; font-size: 15px; font-weight: 500; line-height: 1; white-space: nowrap; color: #bdbac2 } .users > li .eva-person { width: 22px; height: 22px; fill: #bdbac2 } .notifications { -ms-flex-preferred-size: 100%; flex-basis: 100%; padding-left: 0; list-style: none; margin-bottom: 0 } .notifications > li { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 25px 0; cursor: pointer; border-bottom: 2px solid #fbfbfb; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .notifications > li:hover { border-bottom: 2px solid #007bff } .notifications > li.active { border-bottom: 2px solid #007bff } .notifications > li.active p { color: #212529 } .notifications > li > .round { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: center; min-width: 42px; margin-right: 15px } .notifications > li > p > strong { font-weight: 600; color: #007bff } .settings .user { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center } .settings .user label { margin-bottom: 0 } .settings .user input[type="file"] { display: none } .settings .user img { width: 50px; height: 50px; border-radius: 100%; margin-right: 15px; cursor: pointer } .settings .user h5 { font-size: 16px; font-weight: 600; margin-bottom: 8px } .settings .user span { display: block; font-size: 15px; font-weight: 500; line-height: 1; color: #bdbac2 } .settings h4 { padding: 30px 0; font-weight: 600; border-bottom: 2px solid #fbfbfb; margin-bottom: 0 } .settings hr { margin-bottom: 0 } .settings ul { padding-left: 0; list-style: none; margin-bottom: 0 } .settings > ul > li { border-bottom: 2px solid #fbfbfb } .settings > ul > li > .headline { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; padding: 25px 0 } .settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] h5 { color: #007bff } .settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] .eva-arrow-ios-forward { display: none } .settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] .eva-arrow-ios-downward { display: inline-block; fill: #007bff } .settings > ul > li > .headline h5 { font-size: 16px; font-weight: 600; margin-bottom: 7px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .settings > ul > li > .headline .eva { fill: #bdbac2; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .settings > ul > li > .headline:hover h5 { color: #007bff } .settings > ul > li > .headline:hover .eva { fill: #007bff } .settings > ul > li > .headline .eva-arrow-ios-downward { display: none } .settings .content .inside { padding: 25px 0; border-top: 2px solid #fbfbfb } .settings .account .form-row { margin-right: -7.5px; margin-left: -7.5px } .settings .account .form-row > [class*="col-"] { padding-right: 7.5px; padding-left: 7.5px } .settings .account .form-group { margin-bottom: 25px } .settings .account input.form-control { padding: 0 20px; height: 55px } .settings .account textarea.form-control { padding: 20px; min-height: 100px; max-height: 100px } .settings .account .primary { padding: 14px 0 } .settings .options > li { padding: 25px 0 } .settings .options > li:first-of-type { padding-top: 0 } .settings .options > li:last-of-type { padding-bottom: 0 } .settings .options > li + li { border-top: 2px solid #fbfbfb } .settings .options > li .headline { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 10px } .settings .options > li .headline h5 { font-size: 16px; font-weight: 600; line-height: 1.7; margin-bottom: 0 } .settings .options > li .switch { margin-left: 30px } .settings .integrations > li { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px; background: #fff; border-radius: 6px; box-shadow: 0 0 10px rgba(0, 0, 0, .03) } .settings .integrations > li + li { margin-top: 15px } .settings .integrations > li .btn { min-width: 42px; margin-right: 15px } .settings .integrations > li:nth-child(1) .btn { background: #dc3545 } .settings .integrations > li:nth-child(2) .btn { background: #6610f2 } .settings .integrations > li:nth-child(3) .btn { background: #007bff } .settings .integrations > li:nth-child(4) .btn { background: #6f42c1 } .settings .integrations > li .eva { fill: #fff } .settings .integrations > li .content { -ms-flex-preferred-size: 100%; flex-basis: 100% } .settings .integrations > li .content > span { font-weight: 500; color: #bdbac2 } .settings .integrations > li .headline { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between } .settings .integrations > li .headline h5 { font-size: 16px; font-weight: 600; line-height: 1.7; margin-bottom: 0 } .settings .integrations > li .switch { margin-left: 30px } .chat { background: #fbfbfb; box-shadow: 0px -1px 1px 3px #ededed; } .chat .item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center } .chat .item > .content { flex: 1 } .chat .item .top { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 0; border-bottom: 2px solid #2a3f5463; } .chat .item .top .headline { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center } .chat .item .top img { width: 42px; height: 42px; border-radius: 100%; margin-right: 15px } .chat .item .top h5 { font-size: 16px; font-weight: 600; margin-bottom: 8px } .chat .item .top span { display: block; font-size: 15px; font-weight: 500; line-height: 1; color: #bdbac2 } .chat .item .top ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: center; align-items: center; padding-left: 0; list-style: none; margin-bottom: 0 } .chat .item .top ul > li:nth-child(6) { display: none } .chat .item .top ul > li + li { margin-left: 25px } .chat .item .top ul > li .btn { padding: 0 } .chat .item .top ul > li .btn:hover .eva { fill: #007bff } .chat .item .top ul > li .eva { width: 28px; height: 28px; fill: #bdbac2; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .chat .item .top ul > li .eva-arrow-ios-back { width: 22px; height: 22px } .chat .item .middle { display: -ms-flexbox; display: flex; height: 60vh; overflow-y: auto; -ms-overflow-style: none; overflow-x: hidden } .chat .item .middle::-webkit-scrollbar { display: none } .chat .item .middle > div { margin-top: auto } .chat .item .middle ul { padding: 30px 0; list-style: none; margin-bottom: 0 } .chat .item .middle ul > li { display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; -ms-flex-pack: justify; justify-content: flex-end; text-align: right } .chat .item .middle ul > li + li { margin-top: 30px } .chat .item .middle ul > li img { width: 42px; height: 42px; border-radius: 100%; margin-left: 15px; -ms-flex-order: 2; order: 2 } .chat .item .middle ul > li .content { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-order: 1; order: 1 } .chat .item .middle ul > li .message + .message { margin-top: 15px } .chat .item .middle ul > li .bubble { display: inline-block; max-width: 360px; background: #007bff; text-align: left; border-radius: 6px } .chat .item .middle ul > li p { padding: 15px 20px; color: #fff } .chat .item .middle ul > li span { display: block; font-size: 15px; font-weight: 500; line-height: 1.2; color: #bdbac2; margin-top: 15px; margin-bottom: 10px; } .chat .item .middle ul > li span .eva { width: 20px; height: 20px; fill: #bdbac2 } .chat .item .middle ul > li span:first-child { color: #2a3f54; font-weight: bold; font-size: 16px; } .chat .item .middle ul > li .attachment { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 20px } .chat .item .middle ul > li .attachment .round { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: center; background: #fff; margin-right: 15px } .chat .item .middle ul > li .attachment .round .eva { fill: #007bff } .chat .item .middle ul > li .attachment h5 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 8px } .chat .item .middle ul > li .attachment h5:hover { text-decoration: underline } .chat .item .middle ul > li .attachment span { line-height: 1; color: #fff; margin-top: 0 } .chat .item .middle ul > .author { -ms-flex-pack: justify; justify-content: flex-start; text-align: left } .chat .item .middle ul > .author img { margin-right: 15px; margin-left: 0; -ms-flex-order: 1; order: 1 } .chat .item .middle ul > .author .content { -ms-flex-order: 2; order: 2 } .chat .item .middle ul > .author .bubble { background: #2a3f54; } .chat .item .middle ul > .author p { color: #bdbac2 } .chat .item .middle ul > .author .attachment .round { background: #007bff } .chat .item .middle ul > .author .attachment .round .eva { fill: #fff } .chat .item .middle ul > .author .attachment h5 { color: #007bff } .chat .item .middle ul > .author .attachment span { color: #bdbac2 } .chat .item .bottom { padding: 30px 0; position: relative; top: 22px; border-top: 2px solid #f9f9f9; } .chat .item .bottom form { position: relative } .chat .item .bottom .form-control { padding: 15.5px 50px 15.5px 20px; height: 125px; resize: none } .chat .item .bottom .form-control::-webkit-scrollbar { display: none } .chat .item .bottom .prepend { padding: 0 15px; left: auto; right: 0 } .chat .item .bottom .prepend .eva { fill: #bdbac2 } .utility { width: 336px; height: 100vh; background: #fdfdfd; overflow-y: auto; -ms-overflow-style: none; overflow-x: hidden } .utility::-webkit-scrollbar { display: none } .utility .container { padding-top: 30px; padding-bottom: 30px } .utility .close { margin-bottom: 30px } .utility .close .eva { fill: #bdbac2 } .utility .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 6px; width: 100%; background: #f5f5f5; border-radius: 6px; margin: 15px 0 30px } .utility .nav li { width: 100%; text-align: center } .utility .nav li + li { margin-left: 6px } .utility .nav li .active { background: #fff; color: #007bff } .utility .nav li a { display: block; padding: 8px 0; color: #bdbac2; border-radius: 6px } .utility .primary { padding: 14px 0; background: #f5f5f5; color: #bdbac2 } .utility .upload { margin-top: 30px } .utility h4 { font-weight: 600; margin-bottom: 0 } .utility hr { margin-bottom: 0 } .utility .users > li { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px 0; border-bottom: 2px solid #f9f9f9 } .utility .users > li .btn { padding: 0 } .utility .users > li .eva-more-vertical { fill: #bdbac2 } .files { padding-left: 0; list-style: none; margin-top: 15px; margin-bottom: 0 } .files > li { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px; width: 100%; background: #fff; white-space: nowrap; border-radius: 6px; box-shadow: 0 0 10px rgba(0, 0, 0, .03) } .files > li + li { margin-top: 15px } .files > li .avatars { margin-right: 15px } .files > li .avatars img { width: 42px; height: 42px } .files > li .avatars .btn { padding: 0; width: 40px; height: 40px } .files > li .avatars .eva { width: 20px; height: 20px; fill: #bdbac2 } .files > li .meta { margin-right: auto } .files > li h5 { font-size: 16px; font-weight: 600; color: #007bff; white-space: normal; margin-bottom: 8px } .files > li h5:hover { text-decoration: underline } .files > li span { display: block; font-size: 15px; font-weight: 500; line-height: 1; color: #bdbac2 } .files > li .dropdown .btn { padding: 0; line-height: 0 } .files > li .eva-more-vertical { fill: #bdbac2 } .modal-content { border: none; border-radius: 6px } .modal-header { -ms-flex-align: center; align-items: center; padding: 25px 30px; background: #007bff; border-bottom: none } .modal-header h5 { font-weight: 600; color: #fff; margin-bottom: 0 } .modal-header .round { padding: 0; background: rgba(255, 255, 255, .25) } .modal-header .round:hover { color: #007bff } .modal-header .round .eva { fill: #fff } .modal-body { padding: 0; background: #fbfbfb; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px } .modal-body .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 15px 30px; width: 100%; background: #f5f5f5 } .modal-body .nav li { width: 100%; text-align: center } .modal-body .nav li + li { margin-left: 6px } .modal-body .nav li .active { background: #fff; color: #007bff } .modal-body .nav li a { display: block; padding: 10px 0; color: #bdbac2; border-radius: 6px } .modal-body h5 { font-size: 16px; font-weight: 600; margin-bottom: 15px } .modal-body h4 { font-weight: 600; margin-bottom: 0 } .modal-body hr { border-top: 2px solid #f9f9f9; margin: 30px 0 0 } .modal-body .details { padding: 30px 30px 0 } .modal-body .form-group:last-of-type { margin-bottom: 0 } .modal-body input.form-control { padding: 0 20px; height: 55px } .modal-body textarea.form-control { padding: 20px; min-height: 100px; max-height: 100px } .modal-body .participants { padding: 30px 30px 0 } .modal-body .search { margin-bottom: 30px } .modal-body .search form { padding: 0; position: relative } .modal-body .search .form-control { padding: 0 10px 0 50px; height: 55px } .modal-body .search .eva { fill: #bdbac2 } .modal-body .users > li { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px 0; border-bottom: 2px solid #f9f9f9 } .modal-body .custom-control-label { top: 1px } .modal-body .custom-control-label::before { background: #f5f5f5; box-shadow: none !important; border: none; outline: none } .modal-body .custom-control-input:checked ~ .custom-control-label::before { background: #007bff } .modal-footer { padding: 30px; background: #fbfbfb; border: none } .modal-footer .primary { padding: 14px 0 } .sign { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; min-height: 100vh } .sign .item { padding: 60px; width: 100%; max-width: 430px; background: #fff; border-radius: 6px; box-shadow: 0 0 30px rgba(0, 0, 0, .03); margin: 80px auto } .sign .item h2 { font-weight: 600; text-align: left; margin-bottom: 0 } .sign .item h2 + .form-group { margin-top: 30px } .sign .item p { margin: 15px 0 30px } .sign .item .form-group { margin-bottom: 15px } .sign .item .form-group + a { display: block; margin-top: 30px } .sign .item .form-control { padding: 0 15px 0 53px; height: 55px } .sign .item .eva { fill: #bdbac2 } .sign .item a { font-weight: 500; color: #007bff } .sign .item a:hover { text-decoration: underline } .sign .item a + .primary { margin-top: 15px } .sign .item .primary { padding: 14px 0 } .sign .item span { display: block; font-weight: 500; text-align: center; color: #bdbac2; margin-top: 30px } @media (min-width: 1300px) { .utility { display: none } .utility.open { display: block } } @media (min-width: 992px) and (max-width: 1300px) { .utility { position: fixed; width: calc(100vw - 436px); right: 100%; top: 0; bottom: 0; border-left: 2px solid #fbfbfb; z-index: 1020; visibility: hidden; transition-timing-function: ease-in-out; transition-duration: .3s; transition-property: left, visibility } .utility.open { visibility: visible; right: 0 } } @media (min-width: 992px) { .help .container { max-width: 890px } .navigation { width: 100px } .navigation .container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding: 30px 15px; height: 100vh; text-align: center; overflow-y: auto; -ms-overflow-style: none; overflow-x: hidden } .navigation ul { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: auto; flex-basis: auto; -ms-flex-negative: 0; flex-shrink: 0; margin-top: 60px } .navigation ul > li:nth-child(3) { flex-grow: 1 } .navigation ul > li + li { margin-top: 30px } .sidebar { width: 336px; height: 100vh } .chat { flex: 1; max-width: 109vh; padding:28px; height: 86vh; overflow: hidden; width: 103%; } .chat .item .top ul > li:nth-child(5) { display: none } } @media (max-width: 991px) { .layout { -ms-flex-direction: column; flex-direction: column } .navigation { -ms-flex-order: 2; order: 2 } .navigation .logo { display: none } .navigation ul { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 0 } .navigation ul > li:nth-child(5) { display: none } .navigation ul > li:nth-child(6) { display: none } .sidebar { -ms-flex-order: 1; order: 1; height: calc(100vh - 66px) } .notifications > li { -ms-flex-align: center; align-items: center } .chat { position: fixed; width: 100%; left: 100%; top: 0; bottom: 0; z-index: 1020; visibility: hidden; transition-timing-function: ease-in-out; transition-duration: .3s; transition-property: left, visibility } .chat.open { visibility: visible; left: 0 } .utility { position: fixed; width: 100%; left: 100%; top: 0; bottom: 0; z-index: 1020; visibility: hidden; transition-timing-function: ease-in-out; transition-duration: .3s; transition-property: left, visibility } .utility.open { visibility: visible; left: 0 } } @media (max-width: 576px) { .navigation ul > li > a .eva { width: 32px; height: 32px } .chat .item .top ul > li:nth-child(1) { display: none } .chat .item .top ul > li:nth-child(2) { display: none } .chat .item .top ul > li:nth-child(3) { display: none } .chat .item .top ul > li:nth-child(4) { display: none } .chat .item .top ul > li:nth-child(6) { display: block; margin-left: 15.67px } .modal-header { padding: 25px 15px } .modal-body .nav { padding: 15px } .modal-body .details { padding: 30px 15px 0 } .modal-body .participants { padding: 30px 15px 0 } .modal-footer { padding: 30px 15px } .sign .item { padding: 30px } } @media (max-width: 360px) { .notifications > li { -ms-flex-align: flex-start; align-items: flex-start } .chat .item .top h5 { height: 19px; overflow: hidden } .chat .item .top span { height: 15px; overflow: hidden } } @media(min-width: 1690px){ .chat { width: 188%; max-width: 133vh; } .chat .item .middle { height: 56vh; } } @media(min-width: 1110px){ .chat .item .middle { height: 46vh; } } @media(min-width: 1690px){ .chat .item .middle { height: 56vh; } .chat { height: 90vh;} }
public/css/swipe.css
.form-row { -ms-flex-align: center; align-items: center; margin-right: -15px; margin-left: -15px } .form-row > [class*="col-"] { padding-right: 15px; padding-left: 15px } .form-group { flex-grow: 1; position: relative; margin-bottom: 30px } .form-group > label { margin-bottom: 10px } .form-control { background: #f5f5f5; color: #bdbac2; border: none; font-size: 16px; font-weight: 500; border-radius: 6px } .form-control:focus { background: #f5f5f5; color: #bdbac2; border: none !important; box-shadow: none } .form-control::-webkit-input-placeholder { color: #bdbac2 } .form-control::-moz-placeholder { color: #bdbac2 } .form-control:-ms-input-placeholder { color: #bdbac2 } .form-control::-ms-input-placeholder { color: #bdbac2 } .form-control::placeholder { font-size: 16px; font-weight: 500; color: #bdbac2 } .prepend { position: absolute; padding: 0 0 0 15px; top: 0; bottom: 0; left: 0; line-height: 0; margin-bottom: 0 !important } input[type="search"]::-webkit-search-cancel-button { display: inline-block; width: 24px; height: 24px; background: url(../img/clear.svg); background-size: cover; -moz-appearance: none; -webkit-appearance: none; appearance: none } .btn-group { display: -ms-flexbox; display: flex } .btn-group > .btn { border-radius: 6px !important } .btn-group > .btn + .btn { margin-left: 10px } .btn { background: none; border: none; outline: none; box-shadow: none; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .btn:focus, .btn:hover, .btn:active { border: none; outline: none; box-shadow: none } .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle { border: none; outline: none; box-shadow: none } .close { padding: 0; line-height: 0; opacity: 1 } .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: .9; border: none; outline: none; box-shadow: none } .close .eva { width: 32px; height: 32px; fill: #212529 } .primary { display: inline-block; padding: 9px 0; width: 100%; background: #007bff; font-weight: 600; line-height: 1.7; color: #fff; text-align: center; border-radius: 6px } .primary:hover { color: #fff; opacity: .9 } .round { display: inline-block; padding: 0; width: 42px; height: 42px; background: #f5f5f5; text-align: center; border-radius: 100% } .round .eva { width: 20px; height: 20px; fill: #bdbac2 } .eva-icon-pulse:hover { animation-name: eva-pulse } .eva-icon-hover-pulse:hover { animation-name: eva-pulse } @keyframes eva-pulse { from { transform: scale3d(1, 1, 1) } 50% { transform: scale3d(1.2, 1.2, 1.2) } to { transform: scale3d(1, 1, 1) } } .layout { display: -ms-flexbox; display: flex } .avatars { padding-left: 0; list-style: none; margin-bottom: 0 } .avatars li { display: inline-block } .avatars li + li { margin-left: -12px } .avatars img { width: 36px; height: 36px; border: 2px solid #fff; border-radius: 100% } .upload { width: 100% } .upload label { width: 100%; margin-bottom: 0 } .upload input { display: none } .upload span { display: block; padding: 30px; background: #fff; color: #bdbac2; font-weight: 500; text-align: center; border: 1px dashed #efebeb; border-radius: 6px; cursor: pointer; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .upload span:hover { background: #f5f5f5 } .status { position: relative; margin-right: 15px } .status.online { fill: #43b581; stroke: #43b581 } .status.offline { fill: #bdbac2; stroke: #bdbac2 } .status .eva-radio-button-on { position: absolute; bottom: 0; margin-left: -11px; width: 11px; height: 11px; stroke-width: 4 } .dropdown-menu { padding: 10px; border: none; box-shadow: 0 0 30px rgba(0, 0, 0, .05); border-radius: 6px } .dropdown-item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 9px 10px; font-weight: 500; color: #bdbac2; border-radius: 6px } .dropdown-item:hover { background: #f5f5f5; color: #bdbac2; border-radius: 6px } .dropdown-item:focus { background: #f5f5f5; color: #bdbac2; border-radius: 6px; border: none; outline: none; box-shadow: none } .dropdown-item.active, .dropdown-item:active { background: #007bff; color: #fff } .dropdown-item.active .eva, .dropdown-item:active .eva { fill: #fff !important } .dropdown-item .eva { width: 22px !important; height: 22px !important; margin-right: 10px } a.dropdown-item { -moz-transition: none; -webkit-transition: none; transition: none } .switch { position: relative; display: inline-block; width: 100%; min-width: 42px; max-width: 42px; height: 20px; margin-bottom: 0 } .switch input { opacity: 0; width: 0; height: 0 } .switch .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #f5f5f5; -webkit-transition: .4s; transition: .4s } .switch .slider:before { position: absolute; content: ""; height: 14px; width: 14px; left: 3px; bottom: 3px; background-color: white; -webkit-transition: .4s; transition: .4s } .switch input:checked + .slider { background-color: #007bff !important } .switch input:checked + .slider:before { -webkit-transform: translateX(22px); -ms-transform: translateX(22px); transform: translateX(22px) } .switch .slider.round { width: 42px; height: 20px; border-radius: 34px } .switch .slider.round:before { border-radius: 50% } .help { padding: 80px 0 } .help h2 { margin-bottom: 21px } .help h5 { line-height: 1.7; margin-bottom: 10px } .help hr { border-top: 2px solid #f5f5f5; margin: 30px 0 } .help p + p { margin-top: 15px } .help p + figure { margin-top: 30px } .help figure + p { margin-top: 30px } .help figure { padding: 0 30px; background: #212d3a; border-radius: 6px; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none } .help code { white-space: pre; color: #dcdcdc; margin-bottom: 0 } .navigation { background: #fff } .navigation .container::-webkit-scrollbar { display: none } .navigation .logo img { width: 50px; height: 50px } .navigation ul { padding-left: 0; list-style: none; margin-bottom: 0 } .navigation ul > li > a .eva { width: 36px; height: 36px; fill: #bdbac2; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .navigation ul > li > a.active .eva { fill: #007bff } .navigation ul > li > a:hover .eva { fill: #007bff } .navigation .btn { padding: 0; position: relative } .navigation .btn img { width: 42px; height: 42px; border-radius: 100% } .navigation .btn .eva-bulb { width: 36px; height: 36px; fill: #bdbac2; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .navigation .btn .eva-bulb:hover { fill: #007bff } .navigation .btn .eva-radio-button-on { position: absolute; bottom: 0; margin-left: -11px; width: 11px; height: 11px; fill: #43b581; stroke: #43b581; stroke-width: 4 } .sidebar { background: #fdfdfd; overflow-y: auto; -ms-overflow-style: none; overflow-x: hidden; box-shadow: 0px -1px 1px 3px #ededed; } .sidebar::-webkit-scrollbar { display: none } .sidebar .container { padding-top: 30px; padding-bottom: 30px } .sidebar .top { margin-bottom: 30px } .sidebar .top form { position: relative } .sidebar .top .form-control { padding: 0 10px 0 50px; height: 55px } .sidebar .top form .eva { fill: #bdbac2 } .sidebar .top .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 6px; width: 100%; background: #f5f5f5; border-radius: 6px; margin-top: 15px } .sidebar .top .nav li { width: 100%; text-align: center } .sidebar .top .nav li + li { margin-left: 6px } .sidebar .top .nav li .active { background: #fff; color: #007bff } .sidebar .top .nav li a { display: block; padding: 8px 0; color: #bdbac2; border-radius: 6px } .sidebar .middle { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center } .sidebar .middle h4 { font-weight: 600; margin-bottom: 0 } .sidebar .middle h4 + .btn { margin-left: 15px } .sidebar .middle hr { -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-bottom: 0 } .discussions { -ms-flex-preferred-size: 100%; flex-basis: 100%; padding-left: 0; list-style: none; margin-bottom: 0 } .discussions > li { -ms-flex-preferred-size: 100%; flex-basis: 100% } .discussions > li .direct { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start } .discussions > li > a { display: block; padding: 25px 0; border-bottom: 2px solid #fbfbfb } .discussions > li > a:hover { border-bottom: 2px solid #007bff } .discussions > li > a.active { border-bottom: 2px solid #007bff } .discussions > li > a.active p { color: #212529 } .discussions > li > a .content { -ms-flex-preferred-size: 100%; flex-basis: 100% } .discussions > li > a .headline { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; margin-bottom: 10px } .discussions > li .groups .headline { -ms-flex-align: center; align-items: center } .discussions > li > a img { width: 42px; height: 42px; border-radius: 100% } .discussions > li .groups img { width: 32px; height: 32px; margin-right: 15px } .discussions > li > a h5 { font-size: 16px; font-weight: 600; line-height: 1.7; color: #212529; margin-right: auto; margin-bottom: 0 } .discussions > li > a span { font-size: 15px; font-weight: 500; white-space: nowrap; color: #bdbac2; margin-left: 30px } .users { -ms-flex-preferred-size: 100%; flex-basis: 100%; padding-left: 0; list-style: none; margin-bottom: 0 } .users > li { -ms-flex-preferred-size: 100%; flex-basis: 100% } .users > li > a { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px 0; border-bottom: 2px solid #fbfbfb } .users > li > a:hover { border-bottom: 2px solid #007bff } .users > li > a.active { border-bottom: 2px solid #007bff } .users > li .content { -ms-flex-preferred-size: 100%; flex-basis: 100% } .users > li .round { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: center; min-width: 42px; margin-right: 15px } .users > li img { width: 42px; height: 42px; border-radius: 100% } .users > li h5 { font-size: 16px; font-weight: 600; line-height: 1.2; color: #212529; margin-right: auto; margin-bottom: 8px } .users > li span { display: block; font-size: 15px; font-weight: 500; line-height: 1; white-space: nowrap; color: #bdbac2 } .users > li .eva-person { width: 22px; height: 22px; fill: #bdbac2 } .notifications { -ms-flex-preferred-size: 100%; flex-basis: 100%; padding-left: 0; list-style: none; margin-bottom: 0 } .notifications > li { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 25px 0; cursor: pointer; border-bottom: 2px solid #fbfbfb; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .notifications > li:hover { border-bottom: 2px solid #007bff } .notifications > li.active { border-bottom: 2px solid #007bff } .notifications > li.active p { color: #212529 } .notifications > li > .round { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: center; min-width: 42px; margin-right: 15px } .notifications > li > p > strong { font-weight: 600; color: #007bff } .settings .user { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center } .settings .user label { margin-bottom: 0 } .settings .user input[type="file"] { display: none } .settings .user img { width: 50px; height: 50px; border-radius: 100%; margin-right: 15px; cursor: pointer } .settings .user h5 { font-size: 16px; font-weight: 600; margin-bottom: 8px } .settings .user span { display: block; font-size: 15px; font-weight: 500; line-height: 1; color: #bdbac2 } .settings h4 { padding: 30px 0; font-weight: 600; border-bottom: 2px solid #fbfbfb; margin-bottom: 0 } .settings hr { margin-bottom: 0 } .settings ul { padding-left: 0; list-style: none; margin-bottom: 0 } .settings > ul > li { border-bottom: 2px solid #fbfbfb } .settings > ul > li > .headline { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; padding: 25px 0 } .settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] h5 { color: #007bff } .settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] .eva-arrow-ios-forward { display: none } .settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] .eva-arrow-ios-downward { display: inline-block; fill: #007bff } .settings > ul > li > .headline h5 { font-size: 16px; font-weight: 600; margin-bottom: 7px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .settings > ul > li > .headline .eva { fill: #bdbac2; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .settings > ul > li > .headline:hover h5 { color: #007bff } .settings > ul > li > .headline:hover .eva { fill: #007bff } .settings > ul > li > .headline .eva-arrow-ios-downward { display: none } .settings .content .inside { padding: 25px 0; border-top: 2px solid #fbfbfb } .settings .account .form-row { margin-right: -7.5px; margin-left: -7.5px } .settings .account .form-row > [class*="col-"] { padding-right: 7.5px; padding-left: 7.5px } .settings .account .form-group { margin-bottom: 25px } .settings .account input.form-control { padding: 0 20px; height: 55px } .settings .account textarea.form-control { padding: 20px; min-height: 100px; max-height: 100px } .settings .account .primary { padding: 14px 0 } .settings .options > li { padding: 25px 0 } .settings .options > li:first-of-type { padding-top: 0 } .settings .options > li:last-of-type { padding-bottom: 0 } .settings .options > li + li { border-top: 2px solid #fbfbfb } .settings .options > li .headline { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 10px } .settings .options > li .headline h5 { font-size: 16px; font-weight: 600; line-height: 1.7; margin-bottom: 0 } .settings .options > li .switch { margin-left: 30px } .settings .integrations > li { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px; background: #fff; border-radius: 6px; box-shadow: 0 0 10px rgba(0, 0, 0, .03) } .settings .integrations > li + li { margin-top: 15px } .settings .integrations > li .btn { min-width: 42px; margin-right: 15px } .settings .integrations > li:nth-child(1) .btn { background: #dc3545 } .settings .integrations > li:nth-child(2) .btn { background: #6610f2 } .settings .integrations > li:nth-child(3) .btn { background: #007bff } .settings .integrations > li:nth-child(4) .btn { background: #6f42c1 } .settings .integrations > li .eva { fill: #fff } .settings .integrations > li .content { -ms-flex-preferred-size: 100%; flex-basis: 100% } .settings .integrations > li .content > span { font-weight: 500; color: #bdbac2 } .settings .integrations > li .headline { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between } .settings .integrations > li .headline h5 { font-size: 16px; font-weight: 600; line-height: 1.7; margin-bottom: 0 } .settings .integrations > li .switch { margin-left: 30px } .chat { background: #fbfbfb; box-shadow: 0px -1px 1px 3px #ededed; } .chat .item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center } .chat .item > .content { flex: 1 } .chat .item .top { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 0; border-bottom: 2px solid #2a3f5463; } .chat .item .top .headline { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center } .chat .item .top img { width: 42px; height: 42px; border-radius: 100%; margin-right: 15px } .chat .item .top h5 { font-size: 16px; font-weight: 600; margin-bottom: 8px } .chat .item .top span { display: block; font-size: 15px; font-weight: 500; line-height: 1; color: #bdbac2 } .chat .item .top ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: center; align-items: center; padding-left: 0; list-style: none; margin-bottom: 0 } .chat .item .top ul > li:nth-child(6) { display: none } .chat .item .top ul > li + li { margin-left: 25px } .chat .item .top ul > li .btn { padding: 0 } .chat .item .top ul > li .btn:hover .eva { fill: #007bff } .chat .item .top ul > li .eva { width: 28px; height: 28px; fill: #bdbac2; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s } .chat .item .top ul > li .eva-arrow-ios-back { width: 22px; height: 22px } .chat .item .middle { display: -ms-flexbox; display: flex; height: 60vh; overflow-y: auto; -ms-overflow-style: none; overflow-x: hidden } .chat .item .middle::-webkit-scrollbar { display: none } .chat .item .middle > div { margin-top: auto } .chat .item .middle ul { padding: 30px 0; list-style: none; margin-bottom: 0 } .chat .item .middle ul > li { display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; -ms-flex-pack: justify; justify-content: flex-end; text-align: right } .chat .item .middle ul > li + li { margin-top: 30px } .chat .item .middle ul > li img { width: 42px; height: 42px; border-radius: 100%; margin-left: 15px; -ms-flex-order: 2; order: 2 } .chat .item .middle ul > li .content { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-order: 1; order: 1 } .chat .item .middle ul > li .message + .message { margin-top: 15px } .chat .item .middle ul > li .bubble { display: inline-block; max-width: 360px; background: #007bff; text-align: left; border-radius: 6px } .chat .item .middle ul > li p { padding: 15px 20px; color: #fff } .chat .item .middle ul > li span { display: block; font-size: 15px; font-weight: 500; line-height: 1.2; color: #bdbac2; margin-top: 15px; margin-bottom: 10px; } .chat .item .middle ul > li span .eva { width: 20px; height: 20px; fill: #bdbac2 } .chat .item .middle ul > li span:first-child { color: #2a3f54; font-weight: bold; font-size: 16px; } .chat .item .middle ul > li .attachment { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 20px } .chat .item .middle ul > li .attachment .round { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: center; background: #fff; margin-right: 15px } .chat .item .middle ul > li .attachment .round .eva { fill: #007bff } .chat .item .middle ul > li .attachment h5 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 8px } .chat .item .middle ul > li .attachment h5:hover { text-decoration: underline } .chat .item .middle ul > li .attachment span { line-height: 1; color: #fff; margin-top: 0 } .chat .item .middle ul > .author { -ms-flex-pack: justify; justify-content: flex-start; text-align: left } .chat .item .middle ul > .author img { margin-right: 15px; margin-left: 0; -ms-flex-order: 1; order: 1 } .chat .item .middle ul > .author .content { -ms-flex-order: 2; order: 2 } .chat .item .middle ul > .author .bubble { background: #2a3f54; } .chat .item .middle ul > .author p { color: #bdbac2 } .chat .item .middle ul > .author .attachment .round { background: #007bff } .chat .item .middle ul > .author .attachment .round .eva { fill: #fff } .chat .item .middle ul > .author .attachment h5 { color: #007bff } .chat .item .middle ul > .author .attachment span { color: #bdbac2 } .chat .item .bottom { padding: 30px 0; position: relative; top: 22px; border-top: 2px solid #f9f9f9; } .chat .item .bottom form { position: relative } .chat .item .bottom .form-control { padding: 15.5px 50px 15.5px 20px; height: 125px; resize: none } .chat .item .bottom .form-control::-webkit-scrollbar { display: none } .chat .item .bottom .prepend { padding: 0 15px; left: auto; right: 0 } .chat .item .bottom .prepend .eva { fill: #bdbac2 } .utility { width: 336px; height: 100vh; background: #fdfdfd; overflow-y: auto; -ms-overflow-style: none; overflow-x: hidden } .utility::-webkit-scrollbar { display: none } .utility .container { padding-top: 30px; padding-bottom: 30px } .utility .close { margin-bottom: 30px } .utility .close .eva { fill: #bdbac2 } .utility .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 6px; width: 100%; background: #f5f5f5; border-radius: 6px; margin: 15px 0 30px } .utility .nav li { width: 100%; text-align: center } .utility .nav li + li { margin-left: 6px } .utility .nav li .active { background: #fff; color: #007bff } .utility .nav li a { display: block; padding: 8px 0; color: #bdbac2; border-radius: 6px } .utility .primary { padding: 14px 0; background: #f5f5f5; color: #bdbac2 } .utility .upload { margin-top: 30px } .utility h4 { font-weight: 600; margin-bottom: 0 } .utility hr { margin-bottom: 0 } .utility .users > li { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px 0; border-bottom: 2px solid #f9f9f9 } .utility .users > li .btn { padding: 0 } .utility .users > li .eva-more-vertical { fill: #bdbac2 } .files { padding-left: 0; list-style: none; margin-top: 15px; margin-bottom: 0 } .files > li { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px; width: 100%; background: #fff; white-space: nowrap; border-radius: 6px; box-shadow: 0 0 10px rgba(0, 0, 0, .03) } .files > li + li { margin-top: 15px } .files > li .avatars { margin-right: 15px } .files > li .avatars img { width: 42px; height: 42px } .files > li .avatars .btn { padding: 0; width: 40px; height: 40px } .files > li .avatars .eva { width: 20px; height: 20px; fill: #bdbac2 } .files > li .meta { margin-right: auto } .files > li h5 { font-size: 16px; font-weight: 600; color: #007bff; white-space: normal; margin-bottom: 8px } .files > li h5:hover { text-decoration: underline } .files > li span { display: block; font-size: 15px; font-weight: 500; line-height: 1; color: #bdbac2 } .files > li .dropdown .btn { padding: 0; line-height: 0 } .files > li .eva-more-vertical { fill: #bdbac2 } .modal-content { border: none; border-radius: 6px } .modal-header { -ms-flex-align: center; align-items: center; padding: 25px 30px; background: #007bff; border-bottom: none } .modal-header h5 { font-weight: 600; color: #fff; margin-bottom: 0 } .modal-header .round { padding: 0; background: rgba(255, 255, 255, .25) } .modal-header .round:hover { color: #007bff } .modal-header .round .eva { fill: #fff } .modal-body { padding: 0; background: #fbfbfb; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px } .modal-body .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 15px 30px; width: 100%; background: #f5f5f5 } .modal-body .nav li { width: 100%; text-align: center } .modal-body .nav li + li { margin-left: 6px } .modal-body .nav li .active { background: #fff; color: #007bff } .modal-body .nav li a { display: block; padding: 10px 0; color: #bdbac2; border-radius: 6px } .modal-body h5 { font-size: 16px; font-weight: 600; margin-bottom: 15px } .modal-body h4 { font-weight: 600; margin-bottom: 0 } .modal-body hr { border-top: 2px solid #f9f9f9; margin: 30px 0 0 } .modal-body .details { padding: 30px 30px 0 } .modal-body .form-group:last-of-type { margin-bottom: 0 } .modal-body input.form-control { padding: 0 20px; height: 55px } .modal-body textarea.form-control { padding: 20px; min-height: 100px; max-height: 100px } .modal-body .participants { padding: 30px 30px 0 } .modal-body .search { margin-bottom: 30px } .modal-body .search form { padding: 0; position: relative } .modal-body .search .form-control { padding: 0 10px 0 50px; height: 55px } .modal-body .search .eva { fill: #bdbac2 } .modal-body .users > li { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 25px 0; border-bottom: 2px solid #f9f9f9 } .modal-body .custom-control-label { top: 1px } .modal-body .custom-control-label::before { background: #f5f5f5; box-shadow: none !important; border: none; outline: none } .modal-body .custom-control-input:checked ~ .custom-control-label::before { background: #007bff } .modal-footer { padding: 30px; background: #fbfbfb; border: none } .modal-footer .primary { padding: 14px 0 } .sign { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; min-height: 100vh } .sign .item { padding: 60px; width: 100%; max-width: 430px; background: #fff; border-radius: 6px; box-shadow: 0 0 30px rgba(0, 0, 0, .03); margin: 80px auto } .sign .item h2 { font-weight: 600; text-align: left; margin-bottom: 0 } .sign .item h2 + .form-group { margin-top: 30px } .sign .item p { margin: 15px 0 30px } .sign .item .form-group { margin-bottom: 15px } .sign .item .form-group + a { display: block; margin-top: 30px } .sign .item .form-control { padding: 0 15px 0 53px; height: 55px } .sign .item .eva { fill: #bdbac2 } .sign .item a { font-weight: 500; color: #007bff } .sign .item a:hover { text-decoration: underline } .sign .item a + .primary { margin-top: 15px } .sign .item .primary { padding: 14px 0 } .sign .item span { display: block; font-weight: 500; text-align: center; color: #bdbac2; margin-top: 30px } @media (min-width: 1300px) { .utility { display: none } .utility.open { display: block } } @media (min-width: 992px) and (max-width: 1300px) { .utility { position: fixed; width: calc(100vw - 436px); right: 100%; top: 0; bottom: 0; border-left: 2px solid #fbfbfb; z-index: 1020; visibility: hidden; transition-timing-function: ease-in-out; transition-duration: .3s; transition-property: left, visibility } .utility.open { visibility: visible; right: 0 } } @media (min-width: 992px) { .help .container { max-width: 890px } .navigation { width: 100px } .navigation .container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding: 30px 15px; height: 100vh; text-align: center; overflow-y: auto; -ms-overflow-style: none; overflow-x: hidden } .navigation ul { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: auto; flex-basis: auto; -ms-flex-negative: 0; flex-shrink: 0; margin-top: 60px } .navigation ul > li:nth-child(3) { flex-grow: 1 } .navigation ul > li + li { margin-top: 30px } .sidebar { width: 336px; height: 100vh } .chat { flex: 1; max-width: 109vh; padding:28px; height: 86vh; overflow: hidden; width: 103%; } .chat .item .top ul > li:nth-child(5) { display: none } } @media (max-width: 991px) { .layout { -ms-flex-direction: column; flex-direction: column } .navigation { -ms-flex-order: 2; order: 2 } .navigation .logo { display: none } .navigation ul { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 0 } .navigation ul > li:nth-child(5) { display: none } .navigation ul > li:nth-child(6) { display: none } .sidebar { -ms-flex-order: 1; order: 1; height: calc(100vh - 66px) } .notifications > li { -ms-flex-align: center; align-items: center } .chat { position: fixed; width: 100%; left: 100%; top: 0; bottom: 0; z-index: 1020; visibility: hidden; transition-timing-function: ease-in-out; transition-duration: .3s; transition-property: left, visibility } .chat.open { visibility: visible; left: 0 } .utility { position: fixed; width: 100%; left: 100%; top: 0; bottom: 0; z-index: 1020; visibility: hidden; transition-timing-function: ease-in-out; transition-duration: .3s; transition-property: left, visibility } .utility.open { visibility: visible; left: 0 } } @media (max-width: 576px) { .navigation ul > li > a .eva { width: 32px; height: 32px } .chat .item .top ul > li:nth-child(1) { display: none } .chat .item .top ul > li:nth-child(2) { display: none } .chat .item .top ul > li:nth-child(3) { display: none } .chat .item .top ul > li:nth-child(4) { display: none } .chat .item .top ul > li:nth-child(6) { display: block; margin-left: 15.67px } .modal-header { padding: 25px 15px } .modal-body .nav { padding: 15px } .modal-body .details { padding: 30px 15px 0 } .modal-body .participants { padding: 30px 15px 0 } .modal-footer { padding: 30px 15px } .sign .item { padding: 30px } } @media (max-width: 360px) { .notifications > li { -ms-flex-align: flex-start; align-items: flex-start } .chat .item .top h5 { height: 19px; overflow: hidden } .chat .item .top span { height: 15px; overflow: hidden } } @media(min-width: 1690px){ .chat { width: 188%; max-width: 133vh; } .chat .item .middle { height: 56vh; } } @media(min-width: 1110px){ .chat .item .middle { height: 46vh; } } @media(min-width: 1690px){ .chat .item .middle { height: 56vh; } .chat { height: 90vh;} }
0.448909
0.098339
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons), url-prefix(chrome://mozapps/content/extensions/aboutaddons.html), url-prefix(chrome://mozapps/content/extensions/aboutaddons.xhtml) { :root { --in-content-category-text-hover: HighlightText !important; --in-content-category-background-hover: Highlight !important; --in-content-category-text-selected: black !important; --in-content-category-background-selected: white !important; --section-width: unset !important; --main-margin-start: unset !important; } @supports -moz-bool-pref("browser.in-content.dark-mode") { @media (prefers-color-scheme: dark) { :root { --in-content-category-text-selected: white !important; --in-content-category-background-selected: black !important; } }} #categories .category:hover { color: var(--in-content-category-text-hover) !important; background-color: var(--in-content-category-background-hover) !important; } #categories .category[selected], #categories .category.selected, #categories .category[selected]:hover, #categories .category.selected:hover, #categories .category[selected]:hover:active, #categories .category.selected:hover:active { color: var(--in-content-category-text-selected) !important; background-color: var(--in-content-category-background-selected) !important; } .category { margin-inline-start: 0px !important; transition: none !important; } /* dimensions / positioning */ #addons-page .main-content{ padding: 0 !important; margin: 0 !important; } #addons-page #header-search{ min-height: unset !important; } #addons-page #header-search .textbox-input-box{ height: 18px !important; } #addons-page #addon-list { -moz-margin-start: -1px !important; } #addons-page:not(.inSidebar):not([aios-inSidebar="true"]) .view-pane > .list > scrollbox { padding-right: 0 !important; padding-left: 0 !important; } #addons-page #detail-view, #addons-page #userstyle-sorting, #addons-page .global-warning-container, #addons-page .global-info-container{ -moz-margin-start: 0px !important; -moz-margin-end: 1px !important; } #addons-page .detail-view-container { -moz-margin-start: 10px !important; } #addons-page #view-port{ -moz-margin-end: 4px !important; } #addons-page #header{ padding: 2px 0 !important; margin: 0 !important; } /* tweaks for small windows */ @media (max-width: 830px) { .category { padding-inline-start: 10px !important; margin-inline-end: 0px !important; } .main-content { padding-left: 28px !important; padding-right: 28px !important; } } /* colorize category icons */ #categories .category[name="search"], #category-search .category-icon { fill: #8aa8cc !important; } #categories .category[name="discover"], #category-discover .category-icon { fill: #8b8b8b !important; } #categories .category[name="extension"], #category-extension .category-icon { fill: #63c54f !important; } #categories .category[name="theme"], #category-theme .category-icon { fill: #ffba2f !important; } #categories .category[name="plugin"], #category-plugin .category-icon { fill: #2b63c1 !important; } #categories .category[name="dictionary"], #category-dictionary .category-icon { fill: purple !important; } #categories .category[name="legacy"], #category-legacy .category-icon { fill: red !important; } #categories .category[name="available-updates"], #category-availableUpdates .category-icon { fill: orange !important; } #categories .category[name="recent-updates"], #category-recentUpdates .category-icon { fill: #b99c16 !important; } .category:not([selected="true"]):hover .category-icon { filter: brightness(2.00) !important; } .category[name]:not([selected]):hover, #category-discover:not([selected="true"]):hover .category-icon, #category-theme:not([selected="true"]):hover .category-icon{ filter: brightness(1.5) !important; } #category-plugin:not([selected="true"]):hover .category-icon{ filter: brightness(2.25) !important; } /* Firefox 64+ changes */ #heading, #list-view-heading { margin-top: unset !important; margin-bottom: unset !important; margin-inline-start: unset !important; min-width: 100% !important; margin-top: -26px !important; } #heading .header-name, #list-view-heading .header-name { font-size: inherit !important; font-weight: unset !important; } #nav-header { min-height: unset !important; } #header-utils-btn { min-height: 26px !important; min-width: 50px !important; -moz-box-ordinal-group: 0 !important; } #header-inner { margin: unset !important; width: calc(100vw - 246px) !important; } /* tweaks for small windows */ @media (max-width: 830px) { #header-inner { margin: unset !important; width: calc(100vw - 120px) !important; } #heading #updates-container { display: none !important; } } #list-view-heading-name { visibility: hidden !important; } #show-all-extensions, #heading-name, #header-inner #search-label{ display: none !important; } #header-search { padding: 0px 0px !important; min-width: 200px !important; width: unset !important; } #header-search .textbox-input { font-size: 0.96em !important; } #header-inner button, #header-inner button .button-box { margin: 0 !important; padding: 0 !important; } #heading .heading-inner { margin-inline-start: 0 !important; } .message-bar { background-color: white !important; } .addon { padding-top: 7px !important; padding-bottom: 7px !important; } addon-card:not([expanded]) .addon.card { max-width: unset !important; padding-inline-end: 0px !important; } .list-view-heading-inner { -moz-box-flex: 1 !important; width: unset !important; } .list > .addon { margin: unset !important; } .list > .addon, .list > .addon:hover { box-shadow: unset !important; border-bottom: 1px solid var(--in-content-box-border-color) !important; } .sidebar-footer-button .text-link { margin-inline-start: 0 !important; } #detail-view .card { box-shadow: unset !important; } #detail-view .detail-view-container { width: calc(100vw - 300px) !important; } #detail-view .detail-view-wrapper > spacer { display: none !important; } #detail-icon { min-width: 32px !important; min-height: 32px !important; max-width: 32px !important; max-height: 32px !important; } } @-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons), url-prefix(chrome://mozapps/content/extensions/aboutaddons.html), url-prefix(chrome://mozapps/content/extensions/aboutaddons.xhtml) { /*:root{ --in-content-page-background: linear-gradient(to bottom right, #f5f5f5,-moz-Dialog,#f5f5f5,-moz-Dialog) !important; }*/ body > div#main { margin-inline-start: -1px !important; margin-inline-end: 1px !important; margin-bottom: 4px !important; max-width: unset !important; box-shadow: unset !important; border: 0 !important; border-radius: 0 !important; /*background: linear-gradient(to bottom right, #f5f5f5,-moz-Dialog,#f5f5f5,-moz-Dialog) !important;*/ } /*@supports -moz-bool-pref("browser.in-content.dark-mode") { @media (prefers-color-scheme: dark) { :root{ --in-content-page-background: linear-gradient(black,black) !important; } body > div#main { background: linear-gradient(black,black) !important; } }}*/ .addon.card { box-shadow: unset !important; margin-bottom: 1px !important; border-radius: 0 !important; } addon-card:not([expanded]) > .addon.card { border: 0 !important; } addon-card:not([expanded="true"]) .addon.card:hover { background: Highlight !important; box-shadow: unset !important; } addon-card:not([expanded="true"]) .addon.card:hover .card-contents :-moz-any(div,span,.addon-name-link) { color: HighlightText !important; } /* remove headers like 'Enabled'/'Disabled' */ .list-section-heading { display: none !important; } /* reduce opacity for disabled add-ons */ section[section="1"] addon-card:not([expanded]) > .addon.card:not([active="false"]), /* workaround for Fx 68-69*/ addon-card:not([expanded]) > .addon.card[active="false"], addon-card:not([expanded])[panelopen] > .addon.card[active="false"], addon-card:not([expanded]) > .addon.card[active="false"]:focus-within, addon-card:not([expanded]) > .addon.card[active="false"]:hover { color: grey !important; transition: unset !important; } section[section="1"] addon-card:not([expanded]) > .addon.card[active="true"] { /* workaround for Fx 70+*/ color: inherit !important; opacity: 1.0 !important; transition: unset !important; } /* remove advertising other add-ons */ recommended-themes-section, recommended-extensions-section { display: none !important; } addon-list message-bar-stack.pending-uninstall { margin-bottom: 0px !important; } } @-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons) { #addons-page .main-content{ -moz-margin-start: -1px !important; } } @-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons), url-prefix(chrome://mozapps/content/extensions/aboutaddons.html), url-prefix(chrome://mozapps/content/extensions/aboutaddons.xhtml) { .main-heading, .main-search { /* background: unset !important;*/ max-width: unset !important; padding-inline-start: unset !important; padding-top: unset !important; padding-bottom: unset !important; margin-inline-start: 0px !important; } .sticky-container { background: #f9f9fa !important; z-index: 1000 !important; } .main-search { margin-top: 1px !important; } .main-heading { margin-top: -26px !important; } .main-heading .header-name, .main-heading .spacer, .main-search .search-label { display: none !important; } .main-search search-textbox { min-height: unset !important; width: unset !important; font-size: 12px !important; } .main-heading .back-button, .page-options-menu > .more-options-button { margin: 3px 0.5px 2px 0.5px !important; min-width: unset !important; width: 58px !important; min-height: unset !important; height: 22px !important; } addon-page-options panel-list { z-index: 1000 !important; } .main-heading .page-options-menu { order: -1; } button[data-l10n-id="addon-updates-manual-updates-found"] { min-height: 0 !important; padding: 0 !important; } .card-heading-image { margin: unset !important; } }
chrome/classic/css/aboutaddons/addons_manager_alternative_appearance_fx68.css
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons), url-prefix(chrome://mozapps/content/extensions/aboutaddons.html), url-prefix(chrome://mozapps/content/extensions/aboutaddons.xhtml) { :root { --in-content-category-text-hover: HighlightText !important; --in-content-category-background-hover: Highlight !important; --in-content-category-text-selected: black !important; --in-content-category-background-selected: white !important; --section-width: unset !important; --main-margin-start: unset !important; } @supports -moz-bool-pref("browser.in-content.dark-mode") { @media (prefers-color-scheme: dark) { :root { --in-content-category-text-selected: white !important; --in-content-category-background-selected: black !important; } }} #categories .category:hover { color: var(--in-content-category-text-hover) !important; background-color: var(--in-content-category-background-hover) !important; } #categories .category[selected], #categories .category.selected, #categories .category[selected]:hover, #categories .category.selected:hover, #categories .category[selected]:hover:active, #categories .category.selected:hover:active { color: var(--in-content-category-text-selected) !important; background-color: var(--in-content-category-background-selected) !important; } .category { margin-inline-start: 0px !important; transition: none !important; } /* dimensions / positioning */ #addons-page .main-content{ padding: 0 !important; margin: 0 !important; } #addons-page #header-search{ min-height: unset !important; } #addons-page #header-search .textbox-input-box{ height: 18px !important; } #addons-page #addon-list { -moz-margin-start: -1px !important; } #addons-page:not(.inSidebar):not([aios-inSidebar="true"]) .view-pane > .list > scrollbox { padding-right: 0 !important; padding-left: 0 !important; } #addons-page #detail-view, #addons-page #userstyle-sorting, #addons-page .global-warning-container, #addons-page .global-info-container{ -moz-margin-start: 0px !important; -moz-margin-end: 1px !important; } #addons-page .detail-view-container { -moz-margin-start: 10px !important; } #addons-page #view-port{ -moz-margin-end: 4px !important; } #addons-page #header{ padding: 2px 0 !important; margin: 0 !important; } /* tweaks for small windows */ @media (max-width: 830px) { .category { padding-inline-start: 10px !important; margin-inline-end: 0px !important; } .main-content { padding-left: 28px !important; padding-right: 28px !important; } } /* colorize category icons */ #categories .category[name="search"], #category-search .category-icon { fill: #8aa8cc !important; } #categories .category[name="discover"], #category-discover .category-icon { fill: #8b8b8b !important; } #categories .category[name="extension"], #category-extension .category-icon { fill: #63c54f !important; } #categories .category[name="theme"], #category-theme .category-icon { fill: #ffba2f !important; } #categories .category[name="plugin"], #category-plugin .category-icon { fill: #2b63c1 !important; } #categories .category[name="dictionary"], #category-dictionary .category-icon { fill: purple !important; } #categories .category[name="legacy"], #category-legacy .category-icon { fill: red !important; } #categories .category[name="available-updates"], #category-availableUpdates .category-icon { fill: orange !important; } #categories .category[name="recent-updates"], #category-recentUpdates .category-icon { fill: #b99c16 !important; } .category:not([selected="true"]):hover .category-icon { filter: brightness(2.00) !important; } .category[name]:not([selected]):hover, #category-discover:not([selected="true"]):hover .category-icon, #category-theme:not([selected="true"]):hover .category-icon{ filter: brightness(1.5) !important; } #category-plugin:not([selected="true"]):hover .category-icon{ filter: brightness(2.25) !important; } /* Firefox 64+ changes */ #heading, #list-view-heading { margin-top: unset !important; margin-bottom: unset !important; margin-inline-start: unset !important; min-width: 100% !important; margin-top: -26px !important; } #heading .header-name, #list-view-heading .header-name { font-size: inherit !important; font-weight: unset !important; } #nav-header { min-height: unset !important; } #header-utils-btn { min-height: 26px !important; min-width: 50px !important; -moz-box-ordinal-group: 0 !important; } #header-inner { margin: unset !important; width: calc(100vw - 246px) !important; } /* tweaks for small windows */ @media (max-width: 830px) { #header-inner { margin: unset !important; width: calc(100vw - 120px) !important; } #heading #updates-container { display: none !important; } } #list-view-heading-name { visibility: hidden !important; } #show-all-extensions, #heading-name, #header-inner #search-label{ display: none !important; } #header-search { padding: 0px 0px !important; min-width: 200px !important; width: unset !important; } #header-search .textbox-input { font-size: 0.96em !important; } #header-inner button, #header-inner button .button-box { margin: 0 !important; padding: 0 !important; } #heading .heading-inner { margin-inline-start: 0 !important; } .message-bar { background-color: white !important; } .addon { padding-top: 7px !important; padding-bottom: 7px !important; } addon-card:not([expanded]) .addon.card { max-width: unset !important; padding-inline-end: 0px !important; } .list-view-heading-inner { -moz-box-flex: 1 !important; width: unset !important; } .list > .addon { margin: unset !important; } .list > .addon, .list > .addon:hover { box-shadow: unset !important; border-bottom: 1px solid var(--in-content-box-border-color) !important; } .sidebar-footer-button .text-link { margin-inline-start: 0 !important; } #detail-view .card { box-shadow: unset !important; } #detail-view .detail-view-container { width: calc(100vw - 300px) !important; } #detail-view .detail-view-wrapper > spacer { display: none !important; } #detail-icon { min-width: 32px !important; min-height: 32px !important; max-width: 32px !important; max-height: 32px !important; } } @-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons), url-prefix(chrome://mozapps/content/extensions/aboutaddons.html), url-prefix(chrome://mozapps/content/extensions/aboutaddons.xhtml) { /*:root{ --in-content-page-background: linear-gradient(to bottom right, #f5f5f5,-moz-Dialog,#f5f5f5,-moz-Dialog) !important; }*/ body > div#main { margin-inline-start: -1px !important; margin-inline-end: 1px !important; margin-bottom: 4px !important; max-width: unset !important; box-shadow: unset !important; border: 0 !important; border-radius: 0 !important; /*background: linear-gradient(to bottom right, #f5f5f5,-moz-Dialog,#f5f5f5,-moz-Dialog) !important;*/ } /*@supports -moz-bool-pref("browser.in-content.dark-mode") { @media (prefers-color-scheme: dark) { :root{ --in-content-page-background: linear-gradient(black,black) !important; } body > div#main { background: linear-gradient(black,black) !important; } }}*/ .addon.card { box-shadow: unset !important; margin-bottom: 1px !important; border-radius: 0 !important; } addon-card:not([expanded]) > .addon.card { border: 0 !important; } addon-card:not([expanded="true"]) .addon.card:hover { background: Highlight !important; box-shadow: unset !important; } addon-card:not([expanded="true"]) .addon.card:hover .card-contents :-moz-any(div,span,.addon-name-link) { color: HighlightText !important; } /* remove headers like 'Enabled'/'Disabled' */ .list-section-heading { display: none !important; } /* reduce opacity for disabled add-ons */ section[section="1"] addon-card:not([expanded]) > .addon.card:not([active="false"]), /* workaround for Fx 68-69*/ addon-card:not([expanded]) > .addon.card[active="false"], addon-card:not([expanded])[panelopen] > .addon.card[active="false"], addon-card:not([expanded]) > .addon.card[active="false"]:focus-within, addon-card:not([expanded]) > .addon.card[active="false"]:hover { color: grey !important; transition: unset !important; } section[section="1"] addon-card:not([expanded]) > .addon.card[active="true"] { /* workaround for Fx 70+*/ color: inherit !important; opacity: 1.0 !important; transition: unset !important; } /* remove advertising other add-ons */ recommended-themes-section, recommended-extensions-section { display: none !important; } addon-list message-bar-stack.pending-uninstall { margin-bottom: 0px !important; } } @-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons) { #addons-page .main-content{ -moz-margin-start: -1px !important; } } @-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons), url-prefix(chrome://mozapps/content/extensions/aboutaddons.html), url-prefix(chrome://mozapps/content/extensions/aboutaddons.xhtml) { .main-heading, .main-search { /* background: unset !important;*/ max-width: unset !important; padding-inline-start: unset !important; padding-top: unset !important; padding-bottom: unset !important; margin-inline-start: 0px !important; } .sticky-container { background: #f9f9fa !important; z-index: 1000 !important; } .main-search { margin-top: 1px !important; } .main-heading { margin-top: -26px !important; } .main-heading .header-name, .main-heading .spacer, .main-search .search-label { display: none !important; } .main-search search-textbox { min-height: unset !important; width: unset !important; font-size: 12px !important; } .main-heading .back-button, .page-options-menu > .more-options-button { margin: 3px 0.5px 2px 0.5px !important; min-width: unset !important; width: 58px !important; min-height: unset !important; height: 22px !important; } addon-page-options panel-list { z-index: 1000 !important; } .main-heading .page-options-menu { order: -1; } button[data-l10n-id="addon-updates-manual-updates-found"] { min-height: 0 !important; padding: 0 !important; } .card-heading-image { margin: unset !important; } }
0.271059
0.045163
.coupon { box-sizing: border-box; padding-bottom: 30px; width: 800px; border: 1px solid #d2d3d3; background-color: #ffffff; overflow: hidden; } .coupon-top { padding: 0 20px; height: 50px; line-height: 50px; border-bottom: 1px solid #d2d3d3; text-align: right; } .coupon-top a { padding: 7px 18px; background-color: #eb983a; border-radius: 5px; color: #ffffff; } .coupons-con{ padding:20px; overflow: hidden; } .coupons-con li{ float: left; box-sizing: border-box; padding: 5px 3px; margin: 10px 10px 0; height: 170px; width: 350px; border-radius: 8px; } .coupons-con li p{ margin:5px; } .nb-coupon{ box-sizing: border-box; height: 170px; width: 350px; padding: 0 10px; } .person-coupon{ position: relative; overflow: hidden; padding: 0 0 10px 0; border-top: 1px solid #dfdfdf; } .nb-coupon-over{ background: url("../img/coupon_over.png") no-repeat 0 0 transparent; color:#595959; } .nb-coupon-use{ background: url("../img/coupon_use.png") no-repeat 0 0 transparent; color:#fff; } .nb-coupon-used{ background: url("../img/coupon_used.png") no-repeat 0 0 transparent; color:#fff; } .nb-coupon-lock{ background: url("../img/coupon_lock.png") no-repeat 0 0 transparent; color:#fff; } .person-coupon-id{ line-height: 40px; color:#bbb; font-size:16px; } .nb-coupon-info{ padding:20px 0 0 20px; } .nb-coupon-info .glyphicon{ font-size:16px; } .coupon-info-money{ font-size:65px; width: 100px; } .coupon-info-limit{ font-size:14px; padding: 0 10px; float: right; margin-top: 50px; } .nb-coupon-from{ position: absolute; top: 40px; left: 400px; font-size: 14px; color:#bbb; } .nb-coupon-explain{ position: absolute; top: 120px; right: 50px; font-size: 16px; z-index: 9999; } .nb-coupon-explain span{ color: #3784B2; } .nb-coupon-explain a{ color: #858585; } .myorders-query { margin: 10px 0; padding: 0 20px; height: 45px; line-height: 45px; text-align: center; } .myorders-query a { float: left; box-sizing: border-box; width: 25%; border-left: 1px solid #fff; text-align: center; background-color: #dddddd; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; } .myorders-query a:hover { background-color: #eb983a !important; color: #ffffff; } .myorders-query-selected { background-color: #eb983a !important; color: #ffffff; } .coupon-addCon{ overflow: hidden; padding: 0 10px; } .coupon-addCon input{ width: 189px; height: 25px; line-height: 25px; border: 1px solid #dfdfdf; } #couponValidCode{ width: 85px; }
static/cooperate/amazon/customer/css/style/coupon.css
.coupon { box-sizing: border-box; padding-bottom: 30px; width: 800px; border: 1px solid #d2d3d3; background-color: #ffffff; overflow: hidden; } .coupon-top { padding: 0 20px; height: 50px; line-height: 50px; border-bottom: 1px solid #d2d3d3; text-align: right; } .coupon-top a { padding: 7px 18px; background-color: #eb983a; border-radius: 5px; color: #ffffff; } .coupons-con{ padding:20px; overflow: hidden; } .coupons-con li{ float: left; box-sizing: border-box; padding: 5px 3px; margin: 10px 10px 0; height: 170px; width: 350px; border-radius: 8px; } .coupons-con li p{ margin:5px; } .nb-coupon{ box-sizing: border-box; height: 170px; width: 350px; padding: 0 10px; } .person-coupon{ position: relative; overflow: hidden; padding: 0 0 10px 0; border-top: 1px solid #dfdfdf; } .nb-coupon-over{ background: url("../img/coupon_over.png") no-repeat 0 0 transparent; color:#595959; } .nb-coupon-use{ background: url("../img/coupon_use.png") no-repeat 0 0 transparent; color:#fff; } .nb-coupon-used{ background: url("../img/coupon_used.png") no-repeat 0 0 transparent; color:#fff; } .nb-coupon-lock{ background: url("../img/coupon_lock.png") no-repeat 0 0 transparent; color:#fff; } .person-coupon-id{ line-height: 40px; color:#bbb; font-size:16px; } .nb-coupon-info{ padding:20px 0 0 20px; } .nb-coupon-info .glyphicon{ font-size:16px; } .coupon-info-money{ font-size:65px; width: 100px; } .coupon-info-limit{ font-size:14px; padding: 0 10px; float: right; margin-top: 50px; } .nb-coupon-from{ position: absolute; top: 40px; left: 400px; font-size: 14px; color:#bbb; } .nb-coupon-explain{ position: absolute; top: 120px; right: 50px; font-size: 16px; z-index: 9999; } .nb-coupon-explain span{ color: #3784B2; } .nb-coupon-explain a{ color: #858585; } .myorders-query { margin: 10px 0; padding: 0 20px; height: 45px; line-height: 45px; text-align: center; } .myorders-query a { float: left; box-sizing: border-box; width: 25%; border-left: 1px solid #fff; text-align: center; background-color: #dddddd; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; } .myorders-query a:hover { background-color: #eb983a !important; color: #ffffff; } .myorders-query-selected { background-color: #eb983a !important; color: #ffffff; } .coupon-addCon{ overflow: hidden; padding: 0 10px; } .coupon-addCon input{ width: 189px; height: 25px; line-height: 25px; border: 1px solid #dfdfdf; } #couponValidCode{ width: 85px; }
0.427158
0.112016
html {} html body {line-height: 1;} html body p {line-height: 20px;} * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a, abbr, acronym, address, applet, area, article, aside, audio, b, base, basefont, bdi, bdo, big, blockquote, body, br, button, canvas, caption, center, cite, code, col, colgroup, command, datalist, dd, del, details, dfn, dialog, dir, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, img, input, ins, kbd, keygen, label, legend, li, link, main, map, mark, menu, meta, meter, nav, noframes, noscript, object, ol, optgroup, option, output, p, param, pre, progress, q, rp, rt, ruby, s, samp, script, section, select, small, source, span, strike, strong, style, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, title, tr, track, tt, u, ul, var, video, wbr {margin: 0; padding: 0; border: none;} a { -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */ -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */ } b, strong {font-weight: bold;} i, em {font-style: italic;} img {max-width: 100%; height: auto;} form * {outline: none;} footer a {text-decoration: none;} ::selection {color:#fff; background:rgba(0,0,0,0.5);} ::-moz-selection {color:#fff; background:rgba(0,0,0,0.5);} /* títulos */ h1, h2, h3, h4, h5, h6 {font-weight: normal;} h1 {font-size: 48px;} h2 {font-size: 36px;} h3 {font-size: 30px;} h4 {font-size: 24px;} h5 {font-size: 18px;} h6 {font-size: 14px;} /* listas */ nav ul {list-style-type: none;} nav ul li a {text-decoration: none;} .txt ul {padding: 0 0 0 30px; list-style: disc;} .txt ul li {} .txt ol {padding: 0 0 0 30px; list-style: decimal;} .txt ol li {} footer ul {list-style: none;} /* formulários */ form {} form * {} form fieldset {} form fieldset label {} form select {} form select optgroup {} form select option {} form input[type="text"] {} form input[type="radio"] {} form input[type="checkbox"] {} form input[type="email"] {} form input[type="text"], form input[type="email"], form textarea {padding: 10px 15px; overflow: hidden;} form input[type="text"].erro, form input[type="email"].erro, form textarea.erro { border-color: #ba1523!important; } form input[type="submit"] {cursor: pointer;} form input[type="submit"]:hover { -webkit-opacity:0.8; -moz-opacity:0.8; -o-opacity:0.8; -ms-opacity:0.8; opacity:0.8; } form textarea { resize: none; box-sizing: border-box; padding: 10px 15px; } form button {} /* CLASSES */ /*correções de bugs*/ .colapse {padding-top: 1px;} /* display */ .block {display: block;} .inline {display: inline;} .hidden {display: none; visibility: hidden; opacity: 0;} /* largura */ .largura-110 {width:110%;} .largura-100 {width: 100%;} .largura-50 {width: 50%;} .largura-47 {width: 47%;} .largura-45 {width: 45%;} .largura-43 {width: 43%;} .largura-33 {width: 33.33%;} .largura-25 {width: 25%;} /* altura */ .altura-110 {height:110%;} .altura-100 {height: 100%;} .altura-50 {height: 50%;} .altura-33 {height: 33.33%;} .altura-25 {height: 25%;} /* float */ .left {float: left;} .right {float: right;} .left-important {float: left!important;} .right-important {float: right!important;} /* clear */ .clear {clear: both;} .clear-left {clear: left;} .clear-right {clear: right;} /* center */ .center {margin: 0 auto;} .centralizador {display: table; margin:0 auto;} .v-align {display: table-cell; vertical-align: middle;} /* overflow */ .overflow {overflow: hidden;} .overflow-v {overflow: visible;} /* positions */ .absolute {position: absolute;} .static {position: static;} .fixed {position: fixed;} .relative {position: relative;} /* padding */ .padding-5 {padding: 5px;} .padding-10 {padding: 10px;} .padding-15 {padding: 15px;} .padding-20 {padding: 20px;} .padding-25 {padding: 25px;} .padding-30 {padding: 30px;} .padding-35 {padding: 35px;} .padding-40 {padding: 40px;} .padding-45 {padding: 45px;} .padding-50 {padding: 50px;} .padding-55 {padding: 55px;} .padding-60 {padding: 60px;} .padding-65 {padding: 65px;} .padding-70 {padding: 70px;} .padding-75 {padding: 75px;} .padding-80 {padding: 80px;} .padding-85 {padding: 85px;} .padding-90 {padding: 90px;} .padding-95 {padding: 95px;} .padding-100 {padding: 100px;} .padding-200 {padding: 200px;} .padding-300 {padding: 300px;} .padding-400 {padding: 400px;} .padding-500 {padding: 500px;} .padding-600 {padding: 600px;} .padding-700 {padding: 700px;} .padding-800 {padding: 800px;} .padding-900 {padding: 900px;} .padding-1000 {padding: 1000px;} /* margin */ .margin-5 {margin: 5px;} .margin-10 {margin: 10px;} .margin-15 {margin: 15px;} .margin-20 {margin: 20px;} .margin-25 {margin: 25px;} .margin-30 {margin: 30px;} .margin-35 {margin: 35px;} .margin-40 {margin: 40px;} .margin-45 {margin: 45px;} .margin-50 {margin: 50px;} .margin-55 {margin: 55px;} .margin-60 {margin: 60px;} .margin-65 {margin: 65px;} .margin-70 {margin: 70px;} .margin-75 {margin: 75px;} .margin-80 {margin: 80px;} .margin-85 {margin: 85px;} .margin-90 {margin: 90px;} .margin-95 {margin: 95px;} .margin-100 {margin: 100px;} .margin-200 {margin: 200px;} .margin-300 {margin: 300px;} .margin-400 {margin: 400px;} .margin-500 {margin: 500px;} .margin-600 {margin: 600px;} .margin-700 {margin: 700px;} .margin-800 {margin: 800px;} .margin-900 {margin: 900px;} .margin-1000 {margin: 1000px;} /* border-radius */ .br-1 { -webkit-border-radius:1px; -moz-border-radius:1px; -o-border-radius:1px; -ms-border-radius:1px; border-radius:1px; } .br-2 { -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; border-radius:2px; } .br-3 { -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px; } .br-4 { -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; -ms-border-radius:4px; border-radius:4px; } .br-5 { -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px; } .br-6 { -webkit-border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -ms-border-radius:6px; border-radius:6px; } .br-7 { -webkit-border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; -ms-border-radius:7px; border-radius:7px; } .br-8 { -webkit-border-radius:8px; -moz-border-radius:8px; -o-border-radius:8px; -ms-border-radius:8px; border-radius:8px; } .br-9 { -webkit-border-radius:9px; -moz-border-radius:9px; -o-border-radius:9px; -ms-border-radius:9px; border-radius:9px; } .br-10 { -webkit-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; -ms-border-radius:10px; border-radius:10px; } .br-15 { -webkit-border-radius:15px; -moz-border-radius:15px; -o-border-radius:15px; -ms-border-radius:15px; border-radius:15px; } .br-20 { -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; -ms-border-radius:20px; border-radius:20px; } .br-25 { -webkit-border-radius:25px; -moz-border-radius:25px; -o-border-radius:25px; -ms-border-radius:25px; border-radius:25px; } .br-30 { -webkit-border-radius:30px; -moz-border-radius:30px; -o-border-radius:30px; -ms-border-radius:30px; border-radius:30px; } .br-35 { -webkit-border-radius:35px; -moz-border-radius:35px; -o-border-radius:35px; -ms-border-radius:35px; border-radius:35px; } .br-40 { -webkit-border-radius:40px; -moz-border-radius:40px; -o-border-radius:40px; -ms-border-radius:40px; border-radius:40px; } .br-45 { -webkit-border-radius:45px; -moz-border-radius:45px; -o-border-radius:45px; -ms-border-radius:45px; border-radius:45px; } .br-50 { -webkit-border-radius:50px; -moz-border-radius:50px; -o-border-radius:50px; -ms-border-radius:50px; border-radius:50px; } .br-55 { -webkit-border-radius:55px; -moz-border-radius:55px; -o-border-radius:55px; -ms-border-radius:55px; border-radius:55px; } .br-60 { -webkit-border-radius:60px; -moz-border-radius:60px; -o-border-radius:60px; -ms-border-radius:60px; border-radius:60px; } .br-65 { -webkit-border-radius:65px; -moz-border-radius:65px; -o-border-radius:65px; -ms-border-radius:65px; border-radius:65px; } .br-70 { -webkit-border-radius:70px; -moz-border-radius:70px; -o-border-radius:70px; -ms-border-radius:70px; border-radius:70px; } .br-75 { -webkit-border-radius:75px; -moz-border-radius:75px; -o-border-radius:75px; -ms-border-radius:75px; border-radius:75px; } .br-80 { -webkit-border-radius:80px; -moz-border-radius:80px; -o-border-radius:80px; -ms-border-radius:80px; border-radius:80px; } .br-85 { -webkit-border-radius:85px; -moz-border-radius:85px; -o-border-radius:85px; -ms-border-radius:85px; border-radius:85px; } .br-90 { -webkit-border-radius:90px; -moz-border-radius:90px; -o-border-radius:90px; -ms-border-radius:90px; border-radius:90px; } .br-95 { -webkit-border-radius:95px; -moz-border-radius:95px; -o-border-radius:95px; -ms-border-radius:95px; border-radius:95px; } .br-100 { -webkit-border-radius:100px; -moz-border-radius:100px; -o-border-radius:100px; -ms-border-radius:100px; border-radius:100px; } .br-100-porcento { -webkit-border-radius:99999px; -moz-border-radius:99999px; -o-border-radius:99999px; -ms-border-radius:99999px; border-radius:99999px; } /* box-shadow */ .shadow-1 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); -o-box-shadow:0 0 10px rgba(0,0,0,0.1); -ms-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1); } .shadow-2 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2); -moz-box-shadow:0 0 10px rgba(0,0,0,0.2); -o-box-shadow:0 0 10px rgba(0,0,0,0.2); -ms-box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.2); } .shadow-3 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); -o-box-shadow:0 0 10px rgba(0,0,0,0.3); -ms-box-shadow:0 0 10px rgba(0,0,0,0.3); box-shadow:0 0 10px rgba(0,0,0,0.3); } .shadow-4 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4); -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); -o-box-shadow:0 0 10px rgba(0,0,0,0.4); -ms-box-shadow:0 0 10px rgba(0,0,0,0.4); box-shadow:0 0 10px rgba(0,0,0,0.4); } .shadow-5 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5); -moz-box-shadow:0 0 10px rgba(0,0,0,0.5); -o-box-shadow:0 0 10px rgba(0,0,0,0.5); -ms-box-shadow:0 0 10px rgba(0,0,0,0.5); box-shadow:0 0 10px rgba(0,0,0,0.5); } .shadow-solid-1 { -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 1px 0 rgba(0,0,0,0.1); -o-box-shadow:0 1px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 1px 0 rgba(0,0,0,0.1); box-shadow:0 1px 0 rgba(0,0,0,0.1); } .shadow-solid-2 { -webkit-box-shadow:0 2px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 2px 0 rgba(0,0,0,0.1); -o-box-shadow:0 2px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 2px 0 rgba(0,0,0,0.1); box-shadow:0 2px 0 rgba(0,0,0,0.1); } .shadow-solid-3 { -webkit-box-shadow:0 3px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 3px 0 rgba(0,0,0,0.1); -o-box-shadow:0 3px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 3px 0 rgba(0,0,0,0.1); box-shadow:0 3px 0 rgba(0,0,0,0.1); } .shadow-solid-4 { -webkit-box-shadow:0 4px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 4px 0 rgba(0,0,0,0.1); -o-box-shadow:0 4px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 4px 0 rgba(0,0,0,0.1); box-shadow:0 4px 0 rgba(0,0,0,0.1); } .shadow-solid-5 { -webkit-box-shadow:0 5px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 5px 0 rgba(0,0,0,0.1); -o-box-shadow:0 5px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 5px 0 rgba(0,0,0,0.1); box-shadow:0 5px 0 rgba(0,0,0,0.1); } .shadow-solid-6 { -webkit-box-shadow:0 6px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 6px 0 rgba(0,0,0,0.1); -o-box-shadow:0 6px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 6px 0 rgba(0,0,0,0.1); box-shadow:0 6px 0 rgba(0,0,0,0.1); } .shadow-solid-7 { -webkit-box-shadow:0 7px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 7px 0 rgba(0,0,0,0.1); -o-box-shadow:0 7px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 7px 0 rgba(0,0,0,0.1); box-shadow:0 7px 0 rgba(0,0,0,0.1); } .shadow-solid-8 { -webkit-box-shadow:0 8px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 8px 0 rgba(0,0,0,0.1); -o-box-shadow:0 8px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 8px 0 rgba(0,0,0,0.1); box-shadow:0 8px 0 rgba(0,0,0,0.1); } .shadow-solid-9 { -webkit-box-shadow:0 9px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 9px 0 rgba(0,0,0,0.1); -o-box-shadow:0 9px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 9px 0 rgba(0,0,0,0.1); box-shadow:0 9px 0 rgba(0,0,0,0.1); } .shadow-solid-10 { -webkit-box-shadow:0 10px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 10px 0 rgba(0,0,0,0.1); -o-box-shadow:0 10px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 10px 0 rgba(0,0,0,0.1); box-shadow:0 10px 0 rgba(0,0,0,0.1); } .shadow-inset-solid-1 { -webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); } .shadow-inset-solid-2 { -webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); } .shadow-inset-solid-3 { -webkit-box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); } .shadow-inset-solid-4 { -webkit-box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); } .shadow-inset-solid-5 { -webkit-box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); } .shadow-inset-solid-6 { -webkit-box-shadow:inset 0 0 0 6px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 6px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 60px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 6px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 6px rgba(0,0,0,0.1); } .shadow-inset-solid-7 { -webkit-box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); } .shadow-inset-solid-8 { -webkit-box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); } .shadow-inset-solid-9 { -webkit-box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); } .shadow-inset-solid-10 { -webkit-box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); } /* easing */ .easing { -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */ -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */ } /* opacity */ .opacity-1 { -webkit-opacity:0.1; -moz-opacity:0.1; -o-opacity:0.1; -ms-opacity:0.1; opacity:0.1; } .opacity-2 { -webkit-opacity:0.2; -moz-opacity:0.2; -o-opacity:0.2; -ms-opacity:0.2; opacity:0.2; } .opacity-3 { -webkit-opacity:0.3; -moz-opacity:0.3; -o-opacity:0.3; -ms-opacity:0.3; opacity:0.3; } .opacity-4 { -webkit-opacity:0.4; -moz-opacity:0.4; -o-opacity:0.4; -ms-opacity:0.4; opacity:0.4; } .opacity-5 { -webkit-opacity:0.5; -moz-opacity:0.5; -o-opacity:0.5; -ms-opacity:0.5; opacity:0.5; } .opacity-6 { -webkit-opacity:0.6; -moz-opacity:0.6; -o-opacity:0.6; -ms-opacity:0.6; opacity:0.6; } .opacity-7, .opacity-hover:hover { -webkit-opacity:0.7; -moz-opacity:0.7; -o-opacity:0.7; -ms-opacity:0.7; opacity:0.7; } .opacity-8 { -webkit-opacity:0.8; -moz-opacity:0.8; -o-opacity:0.8; -ms-opacity:0.8; opacity:0.8; } .opacity-9 { -webkit-opacity:0.9; -moz-opacity:0.9; -o-opacity:0.9; -ms-opacity:0.9; opacity:0.9; } .opacity-10 { -webkit-opacity:1; -moz-opacity:1; -o-opacity:1; -ms-opacity:1; opacity:1; } .antialiased { -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased; -ms-font-smoothing: antialiased; font-smoothing: antialiased; }
priv/static/lessonplans/css/reset.css
html {} html body {line-height: 1;} html body p {line-height: 20px;} * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a, abbr, acronym, address, applet, area, article, aside, audio, b, base, basefont, bdi, bdo, big, blockquote, body, br, button, canvas, caption, center, cite, code, col, colgroup, command, datalist, dd, del, details, dfn, dialog, dir, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, img, input, ins, kbd, keygen, label, legend, li, link, main, map, mark, menu, meta, meter, nav, noframes, noscript, object, ol, optgroup, option, output, p, param, pre, progress, q, rp, rt, ruby, s, samp, script, section, select, small, source, span, strike, strong, style, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, title, tr, track, tt, u, ul, var, video, wbr {margin: 0; padding: 0; border: none;} a { -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */ -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */ } b, strong {font-weight: bold;} i, em {font-style: italic;} img {max-width: 100%; height: auto;} form * {outline: none;} footer a {text-decoration: none;} ::selection {color:#fff; background:rgba(0,0,0,0.5);} ::-moz-selection {color:#fff; background:rgba(0,0,0,0.5);} /* títulos */ h1, h2, h3, h4, h5, h6 {font-weight: normal;} h1 {font-size: 48px;} h2 {font-size: 36px;} h3 {font-size: 30px;} h4 {font-size: 24px;} h5 {font-size: 18px;} h6 {font-size: 14px;} /* listas */ nav ul {list-style-type: none;} nav ul li a {text-decoration: none;} .txt ul {padding: 0 0 0 30px; list-style: disc;} .txt ul li {} .txt ol {padding: 0 0 0 30px; list-style: decimal;} .txt ol li {} footer ul {list-style: none;} /* formulários */ form {} form * {} form fieldset {} form fieldset label {} form select {} form select optgroup {} form select option {} form input[type="text"] {} form input[type="radio"] {} form input[type="checkbox"] {} form input[type="email"] {} form input[type="text"], form input[type="email"], form textarea {padding: 10px 15px; overflow: hidden;} form input[type="text"].erro, form input[type="email"].erro, form textarea.erro { border-color: #ba1523!important; } form input[type="submit"] {cursor: pointer;} form input[type="submit"]:hover { -webkit-opacity:0.8; -moz-opacity:0.8; -o-opacity:0.8; -ms-opacity:0.8; opacity:0.8; } form textarea { resize: none; box-sizing: border-box; padding: 10px 15px; } form button {} /* CLASSES */ /*correções de bugs*/ .colapse {padding-top: 1px;} /* display */ .block {display: block;} .inline {display: inline;} .hidden {display: none; visibility: hidden; opacity: 0;} /* largura */ .largura-110 {width:110%;} .largura-100 {width: 100%;} .largura-50 {width: 50%;} .largura-47 {width: 47%;} .largura-45 {width: 45%;} .largura-43 {width: 43%;} .largura-33 {width: 33.33%;} .largura-25 {width: 25%;} /* altura */ .altura-110 {height:110%;} .altura-100 {height: 100%;} .altura-50 {height: 50%;} .altura-33 {height: 33.33%;} .altura-25 {height: 25%;} /* float */ .left {float: left;} .right {float: right;} .left-important {float: left!important;} .right-important {float: right!important;} /* clear */ .clear {clear: both;} .clear-left {clear: left;} .clear-right {clear: right;} /* center */ .center {margin: 0 auto;} .centralizador {display: table; margin:0 auto;} .v-align {display: table-cell; vertical-align: middle;} /* overflow */ .overflow {overflow: hidden;} .overflow-v {overflow: visible;} /* positions */ .absolute {position: absolute;} .static {position: static;} .fixed {position: fixed;} .relative {position: relative;} /* padding */ .padding-5 {padding: 5px;} .padding-10 {padding: 10px;} .padding-15 {padding: 15px;} .padding-20 {padding: 20px;} .padding-25 {padding: 25px;} .padding-30 {padding: 30px;} .padding-35 {padding: 35px;} .padding-40 {padding: 40px;} .padding-45 {padding: 45px;} .padding-50 {padding: 50px;} .padding-55 {padding: 55px;} .padding-60 {padding: 60px;} .padding-65 {padding: 65px;} .padding-70 {padding: 70px;} .padding-75 {padding: 75px;} .padding-80 {padding: 80px;} .padding-85 {padding: 85px;} .padding-90 {padding: 90px;} .padding-95 {padding: 95px;} .padding-100 {padding: 100px;} .padding-200 {padding: 200px;} .padding-300 {padding: 300px;} .padding-400 {padding: 400px;} .padding-500 {padding: 500px;} .padding-600 {padding: 600px;} .padding-700 {padding: 700px;} .padding-800 {padding: 800px;} .padding-900 {padding: 900px;} .padding-1000 {padding: 1000px;} /* margin */ .margin-5 {margin: 5px;} .margin-10 {margin: 10px;} .margin-15 {margin: 15px;} .margin-20 {margin: 20px;} .margin-25 {margin: 25px;} .margin-30 {margin: 30px;} .margin-35 {margin: 35px;} .margin-40 {margin: 40px;} .margin-45 {margin: 45px;} .margin-50 {margin: 50px;} .margin-55 {margin: 55px;} .margin-60 {margin: 60px;} .margin-65 {margin: 65px;} .margin-70 {margin: 70px;} .margin-75 {margin: 75px;} .margin-80 {margin: 80px;} .margin-85 {margin: 85px;} .margin-90 {margin: 90px;} .margin-95 {margin: 95px;} .margin-100 {margin: 100px;} .margin-200 {margin: 200px;} .margin-300 {margin: 300px;} .margin-400 {margin: 400px;} .margin-500 {margin: 500px;} .margin-600 {margin: 600px;} .margin-700 {margin: 700px;} .margin-800 {margin: 800px;} .margin-900 {margin: 900px;} .margin-1000 {margin: 1000px;} /* border-radius */ .br-1 { -webkit-border-radius:1px; -moz-border-radius:1px; -o-border-radius:1px; -ms-border-radius:1px; border-radius:1px; } .br-2 { -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; border-radius:2px; } .br-3 { -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px; } .br-4 { -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; -ms-border-radius:4px; border-radius:4px; } .br-5 { -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px; } .br-6 { -webkit-border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -ms-border-radius:6px; border-radius:6px; } .br-7 { -webkit-border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; -ms-border-radius:7px; border-radius:7px; } .br-8 { -webkit-border-radius:8px; -moz-border-radius:8px; -o-border-radius:8px; -ms-border-radius:8px; border-radius:8px; } .br-9 { -webkit-border-radius:9px; -moz-border-radius:9px; -o-border-radius:9px; -ms-border-radius:9px; border-radius:9px; } .br-10 { -webkit-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; -ms-border-radius:10px; border-radius:10px; } .br-15 { -webkit-border-radius:15px; -moz-border-radius:15px; -o-border-radius:15px; -ms-border-radius:15px; border-radius:15px; } .br-20 { -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; -ms-border-radius:20px; border-radius:20px; } .br-25 { -webkit-border-radius:25px; -moz-border-radius:25px; -o-border-radius:25px; -ms-border-radius:25px; border-radius:25px; } .br-30 { -webkit-border-radius:30px; -moz-border-radius:30px; -o-border-radius:30px; -ms-border-radius:30px; border-radius:30px; } .br-35 { -webkit-border-radius:35px; -moz-border-radius:35px; -o-border-radius:35px; -ms-border-radius:35px; border-radius:35px; } .br-40 { -webkit-border-radius:40px; -moz-border-radius:40px; -o-border-radius:40px; -ms-border-radius:40px; border-radius:40px; } .br-45 { -webkit-border-radius:45px; -moz-border-radius:45px; -o-border-radius:45px; -ms-border-radius:45px; border-radius:45px; } .br-50 { -webkit-border-radius:50px; -moz-border-radius:50px; -o-border-radius:50px; -ms-border-radius:50px; border-radius:50px; } .br-55 { -webkit-border-radius:55px; -moz-border-radius:55px; -o-border-radius:55px; -ms-border-radius:55px; border-radius:55px; } .br-60 { -webkit-border-radius:60px; -moz-border-radius:60px; -o-border-radius:60px; -ms-border-radius:60px; border-radius:60px; } .br-65 { -webkit-border-radius:65px; -moz-border-radius:65px; -o-border-radius:65px; -ms-border-radius:65px; border-radius:65px; } .br-70 { -webkit-border-radius:70px; -moz-border-radius:70px; -o-border-radius:70px; -ms-border-radius:70px; border-radius:70px; } .br-75 { -webkit-border-radius:75px; -moz-border-radius:75px; -o-border-radius:75px; -ms-border-radius:75px; border-radius:75px; } .br-80 { -webkit-border-radius:80px; -moz-border-radius:80px; -o-border-radius:80px; -ms-border-radius:80px; border-radius:80px; } .br-85 { -webkit-border-radius:85px; -moz-border-radius:85px; -o-border-radius:85px; -ms-border-radius:85px; border-radius:85px; } .br-90 { -webkit-border-radius:90px; -moz-border-radius:90px; -o-border-radius:90px; -ms-border-radius:90px; border-radius:90px; } .br-95 { -webkit-border-radius:95px; -moz-border-radius:95px; -o-border-radius:95px; -ms-border-radius:95px; border-radius:95px; } .br-100 { -webkit-border-radius:100px; -moz-border-radius:100px; -o-border-radius:100px; -ms-border-radius:100px; border-radius:100px; } .br-100-porcento { -webkit-border-radius:99999px; -moz-border-radius:99999px; -o-border-radius:99999px; -ms-border-radius:99999px; border-radius:99999px; } /* box-shadow */ .shadow-1 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); -o-box-shadow:0 0 10px rgba(0,0,0,0.1); -ms-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1); } .shadow-2 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2); -moz-box-shadow:0 0 10px rgba(0,0,0,0.2); -o-box-shadow:0 0 10px rgba(0,0,0,0.2); -ms-box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.2); } .shadow-3 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); -o-box-shadow:0 0 10px rgba(0,0,0,0.3); -ms-box-shadow:0 0 10px rgba(0,0,0,0.3); box-shadow:0 0 10px rgba(0,0,0,0.3); } .shadow-4 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4); -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); -o-box-shadow:0 0 10px rgba(0,0,0,0.4); -ms-box-shadow:0 0 10px rgba(0,0,0,0.4); box-shadow:0 0 10px rgba(0,0,0,0.4); } .shadow-5 { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5); -moz-box-shadow:0 0 10px rgba(0,0,0,0.5); -o-box-shadow:0 0 10px rgba(0,0,0,0.5); -ms-box-shadow:0 0 10px rgba(0,0,0,0.5); box-shadow:0 0 10px rgba(0,0,0,0.5); } .shadow-solid-1 { -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 1px 0 rgba(0,0,0,0.1); -o-box-shadow:0 1px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 1px 0 rgba(0,0,0,0.1); box-shadow:0 1px 0 rgba(0,0,0,0.1); } .shadow-solid-2 { -webkit-box-shadow:0 2px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 2px 0 rgba(0,0,0,0.1); -o-box-shadow:0 2px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 2px 0 rgba(0,0,0,0.1); box-shadow:0 2px 0 rgba(0,0,0,0.1); } .shadow-solid-3 { -webkit-box-shadow:0 3px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 3px 0 rgba(0,0,0,0.1); -o-box-shadow:0 3px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 3px 0 rgba(0,0,0,0.1); box-shadow:0 3px 0 rgba(0,0,0,0.1); } .shadow-solid-4 { -webkit-box-shadow:0 4px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 4px 0 rgba(0,0,0,0.1); -o-box-shadow:0 4px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 4px 0 rgba(0,0,0,0.1); box-shadow:0 4px 0 rgba(0,0,0,0.1); } .shadow-solid-5 { -webkit-box-shadow:0 5px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 5px 0 rgba(0,0,0,0.1); -o-box-shadow:0 5px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 5px 0 rgba(0,0,0,0.1); box-shadow:0 5px 0 rgba(0,0,0,0.1); } .shadow-solid-6 { -webkit-box-shadow:0 6px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 6px 0 rgba(0,0,0,0.1); -o-box-shadow:0 6px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 6px 0 rgba(0,0,0,0.1); box-shadow:0 6px 0 rgba(0,0,0,0.1); } .shadow-solid-7 { -webkit-box-shadow:0 7px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 7px 0 rgba(0,0,0,0.1); -o-box-shadow:0 7px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 7px 0 rgba(0,0,0,0.1); box-shadow:0 7px 0 rgba(0,0,0,0.1); } .shadow-solid-8 { -webkit-box-shadow:0 8px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 8px 0 rgba(0,0,0,0.1); -o-box-shadow:0 8px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 8px 0 rgba(0,0,0,0.1); box-shadow:0 8px 0 rgba(0,0,0,0.1); } .shadow-solid-9 { -webkit-box-shadow:0 9px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 9px 0 rgba(0,0,0,0.1); -o-box-shadow:0 9px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 9px 0 rgba(0,0,0,0.1); box-shadow:0 9px 0 rgba(0,0,0,0.1); } .shadow-solid-10 { -webkit-box-shadow:0 10px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 10px 0 rgba(0,0,0,0.1); -o-box-shadow:0 10px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 10px 0 rgba(0,0,0,0.1); box-shadow:0 10px 0 rgba(0,0,0,0.1); } .shadow-inset-solid-1 { -webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); } .shadow-inset-solid-2 { -webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1); } .shadow-inset-solid-3 { -webkit-box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 3px rgba(0,0,0,0.1); } .shadow-inset-solid-4 { -webkit-box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 4px rgba(0,0,0,0.1); } .shadow-inset-solid-5 { -webkit-box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 5px rgba(0,0,0,0.1); } .shadow-inset-solid-6 { -webkit-box-shadow:inset 0 0 0 6px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 6px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 60px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 6px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 6px rgba(0,0,0,0.1); } .shadow-inset-solid-7 { -webkit-box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 7px rgba(0,0,0,0.1); } .shadow-inset-solid-8 { -webkit-box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 8px rgba(0,0,0,0.1); } .shadow-inset-solid-9 { -webkit-box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 9px rgba(0,0,0,0.1); } .shadow-inset-solid-10 { -webkit-box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); -o-box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); -ms-box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); box-shadow:inset 0 0 0 10px rgba(0,0,0,0.1); } /* easing */ .easing { -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */ -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */ } /* opacity */ .opacity-1 { -webkit-opacity:0.1; -moz-opacity:0.1; -o-opacity:0.1; -ms-opacity:0.1; opacity:0.1; } .opacity-2 { -webkit-opacity:0.2; -moz-opacity:0.2; -o-opacity:0.2; -ms-opacity:0.2; opacity:0.2; } .opacity-3 { -webkit-opacity:0.3; -moz-opacity:0.3; -o-opacity:0.3; -ms-opacity:0.3; opacity:0.3; } .opacity-4 { -webkit-opacity:0.4; -moz-opacity:0.4; -o-opacity:0.4; -ms-opacity:0.4; opacity:0.4; } .opacity-5 { -webkit-opacity:0.5; -moz-opacity:0.5; -o-opacity:0.5; -ms-opacity:0.5; opacity:0.5; } .opacity-6 { -webkit-opacity:0.6; -moz-opacity:0.6; -o-opacity:0.6; -ms-opacity:0.6; opacity:0.6; } .opacity-7, .opacity-hover:hover { -webkit-opacity:0.7; -moz-opacity:0.7; -o-opacity:0.7; -ms-opacity:0.7; opacity:0.7; } .opacity-8 { -webkit-opacity:0.8; -moz-opacity:0.8; -o-opacity:0.8; -ms-opacity:0.8; opacity:0.8; } .opacity-9 { -webkit-opacity:0.9; -moz-opacity:0.9; -o-opacity:0.9; -ms-opacity:0.9; opacity:0.9; } .opacity-10 { -webkit-opacity:1; -moz-opacity:1; -o-opacity:1; -ms-opacity:1; opacity:1; } .antialiased { -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased; -ms-font-smoothing: antialiased; font-smoothing: antialiased; }
0.269037
0.084304
@font-face { font-family: "LatoRegular"; src: local("Lato-Regular"), url("/fonts/Lato-Regular.woff2") format("woff2"), url("/fonts/Lato-Regular.woff") format("woff"); font-display: optional; text-rendering: optimizeLegibility; } html { box-sizing: border-box; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } *, *:before, *:after { box-sizing: inherit; } html, body { min-height: 100vh; font-size: 16px; } body.light { --authorTitleColor: #767676; --bgColor: #fff; --blockquoteBorderColor: #eee; --btnBgColor: #287cb4; --btnTextColor: #fff; --iframeBorderColor: #e8e8e8; --inlineCodeBgColor: rgba(255, 229, 100, 0.2); --inlineCodeColor: #1a1a1a; --inputBgColor: #fff; --inputBorderColor: #ccc; --inputBorderColorFocus: #82aaff; --inputColor: #334249; --offsetSectionBgColor: #f5f5f5; --secretGraphicColor: #1a1a1a; --secretGraphicHoverColor: #206592; --separatorColor: #f2f2f2; --textColor: #334249; --textLinkBorderColor: #287cb4; --textLinkColor: #287cb4; --textLinkHoverColor: #206592; } body.dark { --separatorColor: #424857; --authorTitleColor: hsla(0,0%,100%,0.65); --bgColor: #282c35; --blockquoteBorderColor: var(--separatorColor); --btnBgColor: #0047E2; --btnTextColor: #fff; --iframeBorderColor: var(--separatorColor); --inlineCodeBgColor: rgba(115, 124, 153, 0.2); --inlineCodeColor: #e2e4e9; --inputBgColor: #282c35; --inputBorderColor: #282c35; --inputBorderColorFocus: #82aaff; --inputColor: #fff; --offsetSectionBgColor: #373c49; --secretGraphicBorderLeftColor: #ffa7c4; --secretGraphicBorderLeftColor: #ffa7c4; --secretGraphicColor: hsla(0, 0%, 100%, 0.88); --secretGraphicHoverColor: rgba(255, 167, 196, 0.75); --textColor: hsla(0, 0%, 100%, 0.88); --textLinkBorderColor: #ffa7c4; --textLinkColor: rgb(255, 167, 196); --textLinkHoverColor: rgba(255, 167, 196, 0.75); } body { font-family: "LatoRegular", Verdana, Helvetica, Arial, sans-serif; line-height: 1.643; background-color: var(--bgColor); color: var(--textColor); margin: 0; transition: color 0.2s ease-out, background 0.2s ease-out; word-wrap: break-word; font-kerning: normal; -moz-font-feature-settings: "kern", "liga", "clig", "calt"; -ms-font-feature-settings: "kern", "liga", "clig", "calt"; -webkit-font-feature-settings: "kern", "liga", "clig", "calt"; font-feature-settings: "kern", "liga", "clig", "calt"; scroll-behavior: smooth; } body, input, button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } input, button { font: inherit; } a[href] { text-decoration: none; color: var(--textLinkColor); box-shadow: 0 1px 0 0 currentColor; word-wrap: break-word; } a[href]:hover, a[href]:focus, a[href]:visited { color: var(--textLinkHoverColor); border-bottom-color: var(--textLinkHoverColor); } a[href].footnote-ref { box-shadow: none; } img { display: block; border: 0; max-width: 100%; margin-left: auto; margin-right: auto; } figcaption { font-size: 0.813rem; } .section--padded { padding: 2em 0; } .layout--constrained { position: relative; width: 600px; margin-left: auto; margin-right: auto; } /* SUBSCRIBE */ .subscribe { background-color: var(--offsetSectionBgColor); } .subscribe__header { margin-bottom: 0.5em; font-size: 1.643rem; font-weight: 400; line-height: 1.2; } .subscribe__form { margin: 1em 0; } .subscribe__section { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: space-between; } .subscribe__input { -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 1em; padding: 0.75em; border-radius: 3px; border: 3px solid var(--inputBorderColor); background-color: var(--inputBgColor); color: var(--inputColor); font-size: 1rem; outline: 0; } .subscribe__input:focus { border-color: var(--inputBorderColorFocus); } .subscribe__submit { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: var(--btnBgColor); border: none; color: var(--btnTextColor); padding: 1em; font-weight: bold; border-radius: 3px; } .visually-hidden:not(:focus):not(:active) { position: absolute !important; width: 0.01em !important; height: 0.01em !important; margin: 0 !important; padding: 0 !important; border: none !important; overflow: hidden !important; white-space: nowrap !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; } .toggle { position: absolute; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; top: 1em; right: 1em; margin: 0; padding: 0; font: inherit; padding: 0.1em 0.5em; background-color: var(--btnBgColor); color: var(--btnTextColor); border: none; border-radius: 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .nav .toggle { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .toggle__day, .toggle__night { display: inline-block; vertical-align: middle; } .toggle__night { margin-left: 0.75em; } .toggle.toggle--on .toggle__day, .toggle.toggle--off .toggle__night { opacity: 0.4; } @media (max-width: 667px) { body { font-family: Helvetica, Arial, sans-serif; } .layout--constrained { width: auto; margin-left: 1.3125rem; margin-right: 1.3125rem; } /* SUBSCRIBE */ .subscribe__section { display: block; } .subscribe__input { width: 100%; margin-right: 0; } .subscribe__submit { width: 100%; margin: 1em 0; } }
src/css/default.css
@font-face { font-family: "LatoRegular"; src: local("Lato-Regular"), url("/fonts/Lato-Regular.woff2") format("woff2"), url("/fonts/Lato-Regular.woff") format("woff"); font-display: optional; text-rendering: optimizeLegibility; } html { box-sizing: border-box; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } *, *:before, *:after { box-sizing: inherit; } html, body { min-height: 100vh; font-size: 16px; } body.light { --authorTitleColor: #767676; --bgColor: #fff; --blockquoteBorderColor: #eee; --btnBgColor: #287cb4; --btnTextColor: #fff; --iframeBorderColor: #e8e8e8; --inlineCodeBgColor: rgba(255, 229, 100, 0.2); --inlineCodeColor: #1a1a1a; --inputBgColor: #fff; --inputBorderColor: #ccc; --inputBorderColorFocus: #82aaff; --inputColor: #334249; --offsetSectionBgColor: #f5f5f5; --secretGraphicColor: #1a1a1a; --secretGraphicHoverColor: #206592; --separatorColor: #f2f2f2; --textColor: #334249; --textLinkBorderColor: #287cb4; --textLinkColor: #287cb4; --textLinkHoverColor: #206592; } body.dark { --separatorColor: #424857; --authorTitleColor: hsla(0,0%,100%,0.65); --bgColor: #282c35; --blockquoteBorderColor: var(--separatorColor); --btnBgColor: #0047E2; --btnTextColor: #fff; --iframeBorderColor: var(--separatorColor); --inlineCodeBgColor: rgba(115, 124, 153, 0.2); --inlineCodeColor: #e2e4e9; --inputBgColor: #282c35; --inputBorderColor: #282c35; --inputBorderColorFocus: #82aaff; --inputColor: #fff; --offsetSectionBgColor: #373c49; --secretGraphicBorderLeftColor: #ffa7c4; --secretGraphicBorderLeftColor: #ffa7c4; --secretGraphicColor: hsla(0, 0%, 100%, 0.88); --secretGraphicHoverColor: rgba(255, 167, 196, 0.75); --textColor: hsla(0, 0%, 100%, 0.88); --textLinkBorderColor: #ffa7c4; --textLinkColor: rgb(255, 167, 196); --textLinkHoverColor: rgba(255, 167, 196, 0.75); } body { font-family: "LatoRegular", Verdana, Helvetica, Arial, sans-serif; line-height: 1.643; background-color: var(--bgColor); color: var(--textColor); margin: 0; transition: color 0.2s ease-out, background 0.2s ease-out; word-wrap: break-word; font-kerning: normal; -moz-font-feature-settings: "kern", "liga", "clig", "calt"; -ms-font-feature-settings: "kern", "liga", "clig", "calt"; -webkit-font-feature-settings: "kern", "liga", "clig", "calt"; font-feature-settings: "kern", "liga", "clig", "calt"; scroll-behavior: smooth; } body, input, button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } input, button { font: inherit; } a[href] { text-decoration: none; color: var(--textLinkColor); box-shadow: 0 1px 0 0 currentColor; word-wrap: break-word; } a[href]:hover, a[href]:focus, a[href]:visited { color: var(--textLinkHoverColor); border-bottom-color: var(--textLinkHoverColor); } a[href].footnote-ref { box-shadow: none; } img { display: block; border: 0; max-width: 100%; margin-left: auto; margin-right: auto; } figcaption { font-size: 0.813rem; } .section--padded { padding: 2em 0; } .layout--constrained { position: relative; width: 600px; margin-left: auto; margin-right: auto; } /* SUBSCRIBE */ .subscribe { background-color: var(--offsetSectionBgColor); } .subscribe__header { margin-bottom: 0.5em; font-size: 1.643rem; font-weight: 400; line-height: 1.2; } .subscribe__form { margin: 1em 0; } .subscribe__section { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: space-between; } .subscribe__input { -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 1em; padding: 0.75em; border-radius: 3px; border: 3px solid var(--inputBorderColor); background-color: var(--inputBgColor); color: var(--inputColor); font-size: 1rem; outline: 0; } .subscribe__input:focus { border-color: var(--inputBorderColorFocus); } .subscribe__submit { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: var(--btnBgColor); border: none; color: var(--btnTextColor); padding: 1em; font-weight: bold; border-radius: 3px; } .visually-hidden:not(:focus):not(:active) { position: absolute !important; width: 0.01em !important; height: 0.01em !important; margin: 0 !important; padding: 0 !important; border: none !important; overflow: hidden !important; white-space: nowrap !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; } .toggle { position: absolute; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; top: 1em; right: 1em; margin: 0; padding: 0; font: inherit; padding: 0.1em 0.5em; background-color: var(--btnBgColor); color: var(--btnTextColor); border: none; border-radius: 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .nav .toggle { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .toggle__day, .toggle__night { display: inline-block; vertical-align: middle; } .toggle__night { margin-left: 0.75em; } .toggle.toggle--on .toggle__day, .toggle.toggle--off .toggle__night { opacity: 0.4; } @media (max-width: 667px) { body { font-family: Helvetica, Arial, sans-serif; } .layout--constrained { width: auto; margin-left: 1.3125rem; margin-right: 1.3125rem; } /* SUBSCRIBE */ .subscribe__section { display: block; } .subscribe__input { width: 100%; margin-right: 0; } .subscribe__submit { width: 100%; margin: 1em 0; } }
0.320609
0.075007
*{ margin: 0; padding: 0; } body{ width:100%; margin: 0; background-image: url('/public/images/energy/bg.png'); background-repeat: no-repeat; background-size: cover; min-height: 100vh; overflow-x: hidden; } #content{ width:100%; height: 100vh; } .main-content{ width:100%; height: 100vh; text-align: center; } .header{ width:100%; height: 115px; color:#A5D9E1; font-size: 32px; font-weight: bold; background-image: url('/public/images/mine/header-bg-2560.png'); background-repeat: no-repeat; background-size: contain; position: relative; } .header-back{ position: absolute; left:15px; width: 60px; height: 60px; top:25px; background-image: url('/public/images/mine/back.png'); background-size: cover; cursor:pointer; } .header-title{ width: 100%; height: 115px; text-align: center; } .header-title p{ line-height: 115px; } .top-content{ display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; width: 80%; height: auto; margin: 0 auto; } .content-box{ width:260px; height:360px; align-content: center; } .content-box-title{ color:#A1D1DA; font-size: 22px; font-weight: bold; position:relative; top:15px; } .content-box img{ width: 100px; height: 100px; display: block; margin: 35px auto; } .value-box{ margin: 15px; } .value-box-span1{ color:#A1D1DA; font-size: 18px; font-weight: bold; display: inline-block; } .value-box-span2{ color:#E5951D; font-size: 18px; font-weight: bold; width:90px; display: inline-block; } .value-box-span3{ color:#A1D1DA; font-size: 18px; font-weight: bold; display: inline-block; } .box{ position: relative; margin: 20px; } .box-bg{ width: 100%; position: absolute; top:0px; background: rgba(14, 55, 116, 0.7); z-index:-10; } .box-bg-1{ height:360px; } .image-border{ position: absolute; width: 20px; height: 20px; } .image-border1 { top: 0; left: 0; border-left: 1px solid #A5D9E1; border-top: 1px solid #A5D9E1; } .image-border2 { top: 0; right: -2px; border-right: 1px solid #A5D9E1; border-top: 1px solid #A5D9E1; } .image-border3 { bottom: 0; left: 0; border-bottom: 1px solid #A5D9E1; border-left: 1px solid #A5D9E1; } .image-border4 { bottom: 0; right: -2px; border-right: 1px solid #A5D9E1; border-bottom: 1px solid #A5D9E1; } .bottom-content{ margin-top:100px; } .graphic-box{ width:80%; margin: 0px auto; text-align: left; height: 100px; } .graphic-box p{ color:#A1D1DA; font-size: 18px; font-weight: bold; } .graphic-box-block{ position: relative; margin-top: 16px; } .graphic1-bar1{ width:15.7%; background-color: #5B9F2C; height:30px; position: absolute; left: 0; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } .graphic1-bar2{ width:42.1%; background-color: #DE9108; height:30px; position: absolute; left: 15.7%; } .graphic1-bar3{ width:17.5%; background-color: #D6C032; height:30px; position: absolute; left: 57.8%; } .graphic1-bar4{ width:24.7%; background-color: #7FB84E; height:30px; position: absolute; left: 75.3%; border-top-right-radius: 15px; border-bottom-right-radius: 15px; } .graphic-bar-p{ color:white; font-size: 16px; font-weight: bold; position: absolute; line-height: 30px; } .graphic1-bar1-p1{ left:6%; } .graphic1-bar2-p2{ left:36%; } .graphic1-bar3-p3{ left:65%; } .graphic1-bar4-p4{ left:85%; } .graphic2-bar1{ width:17.6%; background-color: #5B9F2C; height:30px; position: absolute; left: 0; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } .graphic2-bar2{ width:47.8%; background-color: #DE9108; height:30px; position: absolute; left: 17.6%; } .graphic2-bar3{ width:7.7%; background-color: #D6C032; height:30px; position: absolute; left: 65.4%; } .graphic2-bar4{ width:26.9%; background-color: #7FB84E; height:30px; position: absolute; left: 73.1%; border-top-right-radius: 15px; border-bottom-right-radius: 15px; } .graphic-bar-p{ color:white; font-size: 16px; font-weight: bold; position: absolute; line-height: 30px; } .graphic2-bar1-p1{ left:6%; } .graphic2-bar2-p2{ left:40%; } .graphic2-bar3-p3{ left:68%; } .graphic2-bar4-p4{ left:85%; } .graphic3-bar1{ width:14.2%; background-color: #5B9F2C; height:30px; position: absolute; left: 0; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } .graphic3-bar2{ width:30.7%; background-color: #DE9108; height:30px; position: absolute; left: 14.2%; } .graphic3-bar3{ width:35.8%; background-color: #D6C032; height:30px; position: absolute; left: 44.9%; } .graphic3-bar4{ width:19.3%; background-color: #7FB84E; height:30px; position: absolute; left: 80.7%; border-top-right-radius: 15px; border-bottom-right-radius: 15px; } .graphic-bar-p{ color:white; font-size: 16px; font-weight: bold; position: absolute; line-height: 30px; } .graphic3-bar1-p1{ left:6%; } .graphic3-bar2-p2{ left:30%; } .graphic3-bar3-p3{ left:60%; } .graphic3-bar4-p4{ left:85%; }
ecology/app/public/css/src/energy/face-2560x1440.css
*{ margin: 0; padding: 0; } body{ width:100%; margin: 0; background-image: url('/public/images/energy/bg.png'); background-repeat: no-repeat; background-size: cover; min-height: 100vh; overflow-x: hidden; } #content{ width:100%; height: 100vh; } .main-content{ width:100%; height: 100vh; text-align: center; } .header{ width:100%; height: 115px; color:#A5D9E1; font-size: 32px; font-weight: bold; background-image: url('/public/images/mine/header-bg-2560.png'); background-repeat: no-repeat; background-size: contain; position: relative; } .header-back{ position: absolute; left:15px; width: 60px; height: 60px; top:25px; background-image: url('/public/images/mine/back.png'); background-size: cover; cursor:pointer; } .header-title{ width: 100%; height: 115px; text-align: center; } .header-title p{ line-height: 115px; } .top-content{ display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; width: 80%; height: auto; margin: 0 auto; } .content-box{ width:260px; height:360px; align-content: center; } .content-box-title{ color:#A1D1DA; font-size: 22px; font-weight: bold; position:relative; top:15px; } .content-box img{ width: 100px; height: 100px; display: block; margin: 35px auto; } .value-box{ margin: 15px; } .value-box-span1{ color:#A1D1DA; font-size: 18px; font-weight: bold; display: inline-block; } .value-box-span2{ color:#E5951D; font-size: 18px; font-weight: bold; width:90px; display: inline-block; } .value-box-span3{ color:#A1D1DA; font-size: 18px; font-weight: bold; display: inline-block; } .box{ position: relative; margin: 20px; } .box-bg{ width: 100%; position: absolute; top:0px; background: rgba(14, 55, 116, 0.7); z-index:-10; } .box-bg-1{ height:360px; } .image-border{ position: absolute; width: 20px; height: 20px; } .image-border1 { top: 0; left: 0; border-left: 1px solid #A5D9E1; border-top: 1px solid #A5D9E1; } .image-border2 { top: 0; right: -2px; border-right: 1px solid #A5D9E1; border-top: 1px solid #A5D9E1; } .image-border3 { bottom: 0; left: 0; border-bottom: 1px solid #A5D9E1; border-left: 1px solid #A5D9E1; } .image-border4 { bottom: 0; right: -2px; border-right: 1px solid #A5D9E1; border-bottom: 1px solid #A5D9E1; } .bottom-content{ margin-top:100px; } .graphic-box{ width:80%; margin: 0px auto; text-align: left; height: 100px; } .graphic-box p{ color:#A1D1DA; font-size: 18px; font-weight: bold; } .graphic-box-block{ position: relative; margin-top: 16px; } .graphic1-bar1{ width:15.7%; background-color: #5B9F2C; height:30px; position: absolute; left: 0; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } .graphic1-bar2{ width:42.1%; background-color: #DE9108; height:30px; position: absolute; left: 15.7%; } .graphic1-bar3{ width:17.5%; background-color: #D6C032; height:30px; position: absolute; left: 57.8%; } .graphic1-bar4{ width:24.7%; background-color: #7FB84E; height:30px; position: absolute; left: 75.3%; border-top-right-radius: 15px; border-bottom-right-radius: 15px; } .graphic-bar-p{ color:white; font-size: 16px; font-weight: bold; position: absolute; line-height: 30px; } .graphic1-bar1-p1{ left:6%; } .graphic1-bar2-p2{ left:36%; } .graphic1-bar3-p3{ left:65%; } .graphic1-bar4-p4{ left:85%; } .graphic2-bar1{ width:17.6%; background-color: #5B9F2C; height:30px; position: absolute; left: 0; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } .graphic2-bar2{ width:47.8%; background-color: #DE9108; height:30px; position: absolute; left: 17.6%; } .graphic2-bar3{ width:7.7%; background-color: #D6C032; height:30px; position: absolute; left: 65.4%; } .graphic2-bar4{ width:26.9%; background-color: #7FB84E; height:30px; position: absolute; left: 73.1%; border-top-right-radius: 15px; border-bottom-right-radius: 15px; } .graphic-bar-p{ color:white; font-size: 16px; font-weight: bold; position: absolute; line-height: 30px; } .graphic2-bar1-p1{ left:6%; } .graphic2-bar2-p2{ left:40%; } .graphic2-bar3-p3{ left:68%; } .graphic2-bar4-p4{ left:85%; } .graphic3-bar1{ width:14.2%; background-color: #5B9F2C; height:30px; position: absolute; left: 0; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } .graphic3-bar2{ width:30.7%; background-color: #DE9108; height:30px; position: absolute; left: 14.2%; } .graphic3-bar3{ width:35.8%; background-color: #D6C032; height:30px; position: absolute; left: 44.9%; } .graphic3-bar4{ width:19.3%; background-color: #7FB84E; height:30px; position: absolute; left: 80.7%; border-top-right-radius: 15px; border-bottom-right-radius: 15px; } .graphic-bar-p{ color:white; font-size: 16px; font-weight: bold; position: absolute; line-height: 30px; } .graphic3-bar1-p1{ left:6%; } .graphic3-bar2-p2{ left:30%; } .graphic3-bar3-p3{ left:60%; } .graphic3-bar4-p4{ left:85%; }
0.505371
0.060142
.cf::before, .cf::after{ content: ""; display: block; clear: :both; } html{ font-size: 62.5%; font-family: arial; height: 100%; } body{ height: 100%; } .container{ width: 100%; height: 100%; } a{ text-decoration: none; } header{ height: 50px; background:#4182f1 url(../img/bg-news-logo_344ce44.png) no-repeat center center; background-size: 6rem; } header a{ display: block; /* height: 4.8rem; line-height: 4.8rem;*/ color: #fff; margin: 0 0.4rem; } header a span{ display: block; width: 34px; height: 34px; } header .logo span{ display: block; background:url(../img/icon-bg_6e9bc53.png) no-repeat; background-position: center 6px; background-size: 40px 500px; } header .user span{ display: block; background:url(../img/icon-bg_6e9bc53.png) no-repeat; background-position: center -461px; background-size: 40px 500px; } header .more span{ display: block; background:url(../img/icon-bg_6e9bc53.png) no-repeat; background-position: center -105px; background-size: 40px 500px; } header .search span{ display: block; background:url(../img/icon-bg_6e9bc53.png) no-repeat; background-position: center -160px; background-size: 40px 500px; } header a:nth-child(1), header a:nth-child(2){ float: left; } header a:nth-child(3), header a:nth-child(4){ float: right; } nav { background-color: #4182f1; } nav ul{ margin: 0; padding: 0; list-style:none; font-size: 0; } nav ul li{ display: inline-block; font-size: 1.44rem; text-align: center; width: 16.66%; } nav a{ display: inline-block; padding: 1rem 0; color: #fff; } nav ul i{ display: inline-block; height: 2rem; float: right; border-right: 1px solid #5898f0; position: relative; top: 0.7rem; } .news-lists{ padding-left: 1rem; } .news-list{ list-style: none; display: flex; border-bottom: 1px solid #e6e6e6; margin-top: 1rem; } .news-list h1{ font-size: 1.3rem; } .newsimg{ flex: 1; } .newscontent{ flex: 2; padding: 0 0.8rem; } .newsimg img{ width: 100%; height: auto; } .newscontent span{ display: inline-block; } .newscontent span:nth-child(2){ margin-left: 8rem; border:1px solid #ff0000; border-radius: 3px; color: #ff0000; }
baiduNodejs/nodebaidu/public/css/news.css
.cf::before, .cf::after{ content: ""; display: block; clear: :both; } html{ font-size: 62.5%; font-family: arial; height: 100%; } body{ height: 100%; } .container{ width: 100%; height: 100%; } a{ text-decoration: none; } header{ height: 50px; background:#4182f1 url(../img/bg-news-logo_344ce44.png) no-repeat center center; background-size: 6rem; } header a{ display: block; /* height: 4.8rem; line-height: 4.8rem;*/ color: #fff; margin: 0 0.4rem; } header a span{ display: block; width: 34px; height: 34px; } header .logo span{ display: block; background:url(../img/icon-bg_6e9bc53.png) no-repeat; background-position: center 6px; background-size: 40px 500px; } header .user span{ display: block; background:url(../img/icon-bg_6e9bc53.png) no-repeat; background-position: center -461px; background-size: 40px 500px; } header .more span{ display: block; background:url(../img/icon-bg_6e9bc53.png) no-repeat; background-position: center -105px; background-size: 40px 500px; } header .search span{ display: block; background:url(../img/icon-bg_6e9bc53.png) no-repeat; background-position: center -160px; background-size: 40px 500px; } header a:nth-child(1), header a:nth-child(2){ float: left; } header a:nth-child(3), header a:nth-child(4){ float: right; } nav { background-color: #4182f1; } nav ul{ margin: 0; padding: 0; list-style:none; font-size: 0; } nav ul li{ display: inline-block; font-size: 1.44rem; text-align: center; width: 16.66%; } nav a{ display: inline-block; padding: 1rem 0; color: #fff; } nav ul i{ display: inline-block; height: 2rem; float: right; border-right: 1px solid #5898f0; position: relative; top: 0.7rem; } .news-lists{ padding-left: 1rem; } .news-list{ list-style: none; display: flex; border-bottom: 1px solid #e6e6e6; margin-top: 1rem; } .news-list h1{ font-size: 1.3rem; } .newsimg{ flex: 1; } .newscontent{ flex: 2; padding: 0 0.8rem; } .newsimg img{ width: 100%; height: auto; } .newscontent span{ display: inline-block; } .newscontent span:nth-child(2){ margin-left: 8rem; border:1px solid #ff0000; border-radius: 3px; color: #ff0000; }
0.242206
0.082883
html,body{ padding-top: 25px; with:100%; margin:0; height:100%; font-size: 12px; overflow:hidden; } body{ background-image: url("../images/bg_texture.png"); } @media (min-width: 768px) { .navbar-form .form-control { min-width: 250px; } } #login-nav input { margin-bottom: 25px; } #login { width: 80%; min-width: 280px; max-width: 400px; margin: 80px auto 30px; } #planShipmentSplitter,#planLoadSplitter,#graphViewSplitter { height:100%; border-width: 0; } #journalShipment{ height: 100%; } #planShipmentByDay{ padding-left: 0; padding-right: 0; height: 100%; } .navbar-default .navbar-nav>li .k-widget { padding-top: 10px; padding-bottom: 10px; background-color: transparent; width: 250px; } #graphLoad{ height:100%; border-width: 0; } /* Bootstrap*/ /*.form-control { height: 20px; }*/ .row { margin-right: 0px; } #savePlan{ margin: 5px 5px; } span.k-widget.k-datepicker.k-header { background-color: inherit; } span.k-picker-wrap.k-state-default{ margin-left: 5px; margin-top: 8px; } label#labelPlanShipmentDay.pull-left { padding-top: 15px; padding-left: 15px; } button#bSavePlan.k-button.k-state-default,button#bCancelPlan.k-button.k-state-default, button#bExportPlan.k-button.k-state-default, button#bExportJournalPlan.k-button.k-state-default { margin-left: 1px; margin-top: 8px; } .red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;} .red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; } div.k-content.wide{ background-image: inherit; } div.col-lg-5, div.col-lg-7 { padding-right: 0px; } .k-grid-pager { height: 35px; } /*td.k-input.k-textbox{ }*/ /*#transportCompanyView { margin: 0; padding: 0; border-width: 0; height: 100%; !* DO NOT USE !important for setting the Grid height! *! }*/ .table-cell-red { text-align: center; font-size: 9px; color: red; } .table-cell { text-align: center; font-size: 9px; color: inherit; } .k-splitter .k-scrollable { overflow: hidden; } .table-footer-cell-red{ text-align: center; font-size: 12px; color: red; } .table-footer-cell-blue{ text-align: center; font-size: 12px; color: black; } /* Kendo Grid*/ #planDayGrid .k-virtual-scrollable-wrap tr td{ height: 15px } .k-grid tbody tr{ height: 15px; } .k-grid td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0.08em 0.08em } .k-tooltip{ background: red !important; //specify tooltip's color }
public/stylesheets/main.css
html,body{ padding-top: 25px; with:100%; margin:0; height:100%; font-size: 12px; overflow:hidden; } body{ background-image: url("../images/bg_texture.png"); } @media (min-width: 768px) { .navbar-form .form-control { min-width: 250px; } } #login-nav input { margin-bottom: 25px; } #login { width: 80%; min-width: 280px; max-width: 400px; margin: 80px auto 30px; } #planShipmentSplitter,#planLoadSplitter,#graphViewSplitter { height:100%; border-width: 0; } #journalShipment{ height: 100%; } #planShipmentByDay{ padding-left: 0; padding-right: 0; height: 100%; } .navbar-default .navbar-nav>li .k-widget { padding-top: 10px; padding-bottom: 10px; background-color: transparent; width: 250px; } #graphLoad{ height:100%; border-width: 0; } /* Bootstrap*/ /*.form-control { height: 20px; }*/ .row { margin-right: 0px; } #savePlan{ margin: 5px 5px; } span.k-widget.k-datepicker.k-header { background-color: inherit; } span.k-picker-wrap.k-state-default{ margin-left: 5px; margin-top: 8px; } label#labelPlanShipmentDay.pull-left { padding-top: 15px; padding-left: 15px; } button#bSavePlan.k-button.k-state-default,button#bCancelPlan.k-button.k-state-default, button#bExportPlan.k-button.k-state-default, button#bExportJournalPlan.k-button.k-state-default { margin-left: 1px; margin-top: 8px; } .red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;} .red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; } div.k-content.wide{ background-image: inherit; } div.col-lg-5, div.col-lg-7 { padding-right: 0px; } .k-grid-pager { height: 35px; } /*td.k-input.k-textbox{ }*/ /*#transportCompanyView { margin: 0; padding: 0; border-width: 0; height: 100%; !* DO NOT USE !important for setting the Grid height! *! }*/ .table-cell-red { text-align: center; font-size: 9px; color: red; } .table-cell { text-align: center; font-size: 9px; color: inherit; } .k-splitter .k-scrollable { overflow: hidden; } .table-footer-cell-red{ text-align: center; font-size: 12px; color: red; } .table-footer-cell-blue{ text-align: center; font-size: 12px; color: black; } /* Kendo Grid*/ #planDayGrid .k-virtual-scrollable-wrap tr td{ height: 15px } .k-grid tbody tr{ height: 15px; } .k-grid td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0.08em 0.08em } .k-tooltip{ background: red !important; //specify tooltip's color }
0.447219
0.060032
body { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; } .navbar { padding: 0 0; background-color: #030115 !important; display: block; line-height: 1; } .menu-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 5px 0; } .nav-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 10px; } /*.navbar>.container, .navbar>.container-fluid { position: relative; padding: 0 0; margin: 0 0; margin-left: 11%; justify-content: center; }*/ .nav-menu li { font-size: 1rem; list-style: none; } .nav-menu li:not(:last-of-type) { padding-right: 3rem; } .nav-menu a, .lang-change a { text-decoration: none; color: white; } .nav-menu a:hover { text-shadow: 3px 5px 5px #9f93ad; } .menu-btn { display: none; } .lang-change-container { position: absolute; top: 25%; right: 2%; z-index: 1; width: auto; } .lang-change { height: 4rem; width: 5.7rem; } .lang-change span { padding-right: 10px; color: white; font-size: 1rem; } .globe { width: 35%; margin-top: -5%; } .showcase { margin: 2rem 0; } .showcase .col-lg-6 { margin: 3rem 0; } .fa, .fas { font-weight: 1; } @media (max-width: 1440px) { .nav-menu { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } @media (max-width: 1024px) { /*.navbar>.container, .navbar>.container-fluid { margin-left: 0; }*/ .menu-block { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .nav-menu li { padding-right: 1rem !important; padding-left: 1.5rem; font-size: .8rem; } } @media (max-width: 768px) { /*nav.navbar-brand { width: 0; }*/ /*menu button for mobile version*/ .menu-btn { display: block; width: 50px; height: 45px; border: 2px solid white; border-radius: 10px; position: absolute; right: 5%; } .menu-btn span, .menu-btn span::before, .menu-btn span::after { position: absolute; top: 50%; margin-top: -1px; left: 50%; margin-left: -12px; width: 24px; height: 2px; background-color: white; } .menu-btn span::before, .menu-btn span::after { content: ''; display: block; -webkit-transition: 0.2s; transition: 0.2s; } /*menu button animation*/ .menu-btn span::before { -webkit-transform: translateY(-5px); transform: translateY(-5px); } .menu-btn span::after { -webkit-transform: translateY(5px); transform: translateY(5px); } .menu-btn_active span:before { -webkit-transform: rotate(-35deg); transform: rotate(-35deg); width: 10px; -webkit-transform-origin: left bottom; transform-origin: left bottom; } .menu-btn_active span:after { -webkit-transform: rotate(35deg); transform: rotate(35deg); width: 10px; -webkit-transform-origin: left top; transform-origin: left top; } .menu-block { position: relative; } .nav-menu { display: block; position: absolute; top: 570%; right: 0; opacity: 0; visibility: hidden; z-index: 1; overflow: hidden; } .nav-menu li { background-color: black; border-bottom: .1px solid grey; line-height: 1.5; font-size: 1.3rem; } .nav-menu_active { opacity: 1; visibility: visible; } /*menu links*/ .menu-nav__link { display: block; text-decoration: none; color: #fff; } .nav-menu a { color: white; font-weight: 200; -webkit-transition: 1s; transition: 1s; padding: 20px 5px; text-align: right; } .lang-change-container { position: relative; left: 5%; z-index: 2; width: 40px; } .lang-change { height: 3.5rem; width: 7rem; padding-top: 10px; } } header.masthead { position: relative; background-color: #343a40; background: url("../img/bg-masthead.jpg") no-repeat center center; background-size: cover; padding-top: 12rem; padding-bottom: 12rem; } header.masthead .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.1; } header.masthead h1 { font-size: 2.9rem; padding-top: 1rem; } header.masthead #subtitle { font-size: 4.6rem; text-shadow: 1px 1px 2px black, 0 0 1em white; } .showcase .showcase-text { padding: 3rem; font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto; } .showcase .showcase-img { background-size: cover; } @media (min-width: 768px) { .showcase .showcase-text { padding: 7rem; } } .features-icons { padding-top: 7rem; padding-bottom: 7rem; } .features-icons .features-icons-item { max-width: 20rem; } .features-icons .features-icons-item .features-icons-icon { height: 7rem; } .features-icons .features-icons-item .features-icons-icon i { font-size: 4.5rem; } .features-icons .features-icons-item:hover .features-icons-icon i { font-size: 5rem; } .features-icons .goal a { text-decoration: none; color: black; } .features-icons .goal a:hover { color: grey; text-decoration: none; } .testimonials { padding-top: 7rem; padding-bottom: 7rem; } .testimonials .testimonial-item { max-width: 18rem; } .testimonials .testimonial-item img { max-width: 12rem; -webkit-box-shadow: 0px 5px 5px 0px #adb5bd; box-shadow: 0px 5px 5px 0px #adb5bd; } .call-to-action { position: relative; background-color: #343a40; background: url("../img/bg-masthead.jpg") no-repeat center center; background-size: cover; padding-top: 7rem; padding-bottom: 7rem; } .call-to-action .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.3; } footer.footer { padding-top: 4rem; padding-bottom: 4rem; }
css/landing-page.css
body { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; } .navbar { padding: 0 0; background-color: #030115 !important; display: block; line-height: 1; } .menu-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 5px 0; } .nav-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 10px; } /*.navbar>.container, .navbar>.container-fluid { position: relative; padding: 0 0; margin: 0 0; margin-left: 11%; justify-content: center; }*/ .nav-menu li { font-size: 1rem; list-style: none; } .nav-menu li:not(:last-of-type) { padding-right: 3rem; } .nav-menu a, .lang-change a { text-decoration: none; color: white; } .nav-menu a:hover { text-shadow: 3px 5px 5px #9f93ad; } .menu-btn { display: none; } .lang-change-container { position: absolute; top: 25%; right: 2%; z-index: 1; width: auto; } .lang-change { height: 4rem; width: 5.7rem; } .lang-change span { padding-right: 10px; color: white; font-size: 1rem; } .globe { width: 35%; margin-top: -5%; } .showcase { margin: 2rem 0; } .showcase .col-lg-6 { margin: 3rem 0; } .fa, .fas { font-weight: 1; } @media (max-width: 1440px) { .nav-menu { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } @media (max-width: 1024px) { /*.navbar>.container, .navbar>.container-fluid { margin-left: 0; }*/ .menu-block { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .nav-menu li { padding-right: 1rem !important; padding-left: 1.5rem; font-size: .8rem; } } @media (max-width: 768px) { /*nav.navbar-brand { width: 0; }*/ /*menu button for mobile version*/ .menu-btn { display: block; width: 50px; height: 45px; border: 2px solid white; border-radius: 10px; position: absolute; right: 5%; } .menu-btn span, .menu-btn span::before, .menu-btn span::after { position: absolute; top: 50%; margin-top: -1px; left: 50%; margin-left: -12px; width: 24px; height: 2px; background-color: white; } .menu-btn span::before, .menu-btn span::after { content: ''; display: block; -webkit-transition: 0.2s; transition: 0.2s; } /*menu button animation*/ .menu-btn span::before { -webkit-transform: translateY(-5px); transform: translateY(-5px); } .menu-btn span::after { -webkit-transform: translateY(5px); transform: translateY(5px); } .menu-btn_active span:before { -webkit-transform: rotate(-35deg); transform: rotate(-35deg); width: 10px; -webkit-transform-origin: left bottom; transform-origin: left bottom; } .menu-btn_active span:after { -webkit-transform: rotate(35deg); transform: rotate(35deg); width: 10px; -webkit-transform-origin: left top; transform-origin: left top; } .menu-block { position: relative; } .nav-menu { display: block; position: absolute; top: 570%; right: 0; opacity: 0; visibility: hidden; z-index: 1; overflow: hidden; } .nav-menu li { background-color: black; border-bottom: .1px solid grey; line-height: 1.5; font-size: 1.3rem; } .nav-menu_active { opacity: 1; visibility: visible; } /*menu links*/ .menu-nav__link { display: block; text-decoration: none; color: #fff; } .nav-menu a { color: white; font-weight: 200; -webkit-transition: 1s; transition: 1s; padding: 20px 5px; text-align: right; } .lang-change-container { position: relative; left: 5%; z-index: 2; width: 40px; } .lang-change { height: 3.5rem; width: 7rem; padding-top: 10px; } } header.masthead { position: relative; background-color: #343a40; background: url("../img/bg-masthead.jpg") no-repeat center center; background-size: cover; padding-top: 12rem; padding-bottom: 12rem; } header.masthead .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.1; } header.masthead h1 { font-size: 2.9rem; padding-top: 1rem; } header.masthead #subtitle { font-size: 4.6rem; text-shadow: 1px 1px 2px black, 0 0 1em white; } .showcase .showcase-text { padding: 3rem; font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto; } .showcase .showcase-img { background-size: cover; } @media (min-width: 768px) { .showcase .showcase-text { padding: 7rem; } } .features-icons { padding-top: 7rem; padding-bottom: 7rem; } .features-icons .features-icons-item { max-width: 20rem; } .features-icons .features-icons-item .features-icons-icon { height: 7rem; } .features-icons .features-icons-item .features-icons-icon i { font-size: 4.5rem; } .features-icons .features-icons-item:hover .features-icons-icon i { font-size: 5rem; } .features-icons .goal a { text-decoration: none; color: black; } .features-icons .goal a:hover { color: grey; text-decoration: none; } .testimonials { padding-top: 7rem; padding-bottom: 7rem; } .testimonials .testimonial-item { max-width: 18rem; } .testimonials .testimonial-item img { max-width: 12rem; -webkit-box-shadow: 0px 5px 5px 0px #adb5bd; box-shadow: 0px 5px 5px 0px #adb5bd; } .call-to-action { position: relative; background-color: #343a40; background: url("../img/bg-masthead.jpg") no-repeat center center; background-size: cover; padding-top: 7rem; padding-bottom: 7rem; } .call-to-action .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.3; } footer.footer { padding-top: 4rem; padding-bottom: 4rem; }
0.393036
0.049889
@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Open+Sans&family=Source+Code+Pro&family=Source+Code+Pro:wght@600&display=swap'); * { box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Merriweather', serif; } body { line-height: 1.5; } nav { line-height: normal; } :root { --header-height: 3em; --header-bg: #f8f8f8; --fragment-offset: calc(var(--header-height) + 1em); --content-width: 55vw; } @supports (width: min(10px, 5vw)) { :root { --content-width: clamp(20em, 55vw, 60em); } } #nav_toggle { display: none; } label[for="nav_toggle"] { display: none; } header { height: var(--header-height); float: left; position: fixed; width: 100vw; max-width: 100%; left: 0; right: 0; top: 0; --header-side-padding: 2em; padding: 0 var(--header-side-padding); background: var(--header-bg); z-index: 1; display: flex; align-items: center; justify-content: space-between; } @supports (width: min(10px, 5vw)) { header { --header-side-padding: calc(max(2em, (100vw - var(--content-width) - 30em) / 2)); } } @media screen and (max-width: 1000px) { :root { --content-width: 100vw; } .internal_nav { display: none; } body .nav { width: 100vw; max-width: 100vw; margin-left: 1em; z-index: 1; } body main { width: unset; max-width: unset; margin-left: unset; margin-right: unset; } body .decl > div { overflow-x: unset; } #nav_toggle:not(:checked) ~ .nav { display: none; } #nav_toggle:checked ~ main { visibility: hidden; } label[for="nav_toggle"]::before { content: '≡'; } label[for="nav_toggle"] { display: inline-block; margin-right: 1em; border: 1px solid #ccc; padding: 0.5ex 1ex; cursor: pointer; background: #eee; } #nav_toggle:checked ~ * label[for="nav_toggle"] { background: white; } body header h1 { font-size: 100%; } header { --header-side-padding: 1ex; } } @media screen and (max-width: 700px) { header h1 span { display: none; } :root { --header-side-padding: 1ex; } #search_form input { width: 60%; } header #search_results { left: 1ex; right: 1ex; width: inherit; } body header > * { margin: 0; } } header > * { display: inline-block; padding: 0; margin: 0 1em; vertical-align: middle; } header h1 { font-weight: normal; font-size: 160%; } header header_filename { font-size: 150%; } @media (max-width: 80em) { .header .header_filename { display: none; } } main, nav { margin-top: calc(var(--header-height) + 1em); } /* extra space for scrolling things to the top */ main { margin-bottom: 90vh; } main { max-width: var(--content-width); /* center it: */ margin-left: auto; margin-right: auto; } nav { float: left; height: calc(100vh - var(--header-height) - 1em); position: fixed; top: 0; overflow: auto; scrollbar-width: thin; scrollbar-color: transparent transparent; } nav:hover { scrollbar-color: gray transparent; } nav { --column-available-space: calc((100vw - var(--content-width) - 5em)/2); --column-width: calc(var(--column-available-space) - 1ex); --dist-to-edge: 1ex; width: var(--content-width); max-width: var(--column-width); } @supports (width: min(10px, 5vw)) { .nav { --desired-column-width: 20em; } .internal_nav { --desired-column-width: 30em; } nav { --column-available-space: calc(max(0px, (100vw - var(--content-width) - 5em)/2)); --column-width: calc(clamp(0px, var(--column-available-space) - 1ex, var(--desired-column-width))); --dist-to-edge: calc(max(1ex, var(--column-available-space) - var(--column-width))); } } .nav { left: var(--dist-to-edge); } .internal_nav { right: var(--dist-to-edge); } .internal_nav .nav_link, .taclink { /* indent everything but first line by 2ex */ text-indent: -2ex; padding-left: 2ex; } .internal_nav .imports { margin-bottom: 1rem; } .tagfilter-div { margin-bottom: 1em; } .tagfilter-div > summary { margin-bottom: 1ex; } .nav details > * { padding-left: 2ex; } .nav summary { cursor: pointer; padding-left: 0; } .nav summary::marker { font-size: 85%; } .nav .nav_file { display: inline-block; } .nav h3 { margin-block-end: 4px; } .nav h4 { margin-bottom: 1ex; } /* People use way too long declaration names. */ .internal_nav, .decl_name { overflow-wrap: break-word; } .decl > div, .mod_doc { padding-left: 8px; padding-right: 8px; } .decl { margin-top: 20px; margin-bottom: 20px; } .decl > div { /* sometimes declarations arguments are way too long and would continue into the right column, so put a scroll bar there: */ overflow-x: auto; } /* Make `#id` links appear below header. */ .decl, h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] { scroll-margin-top: var(--fragment-offset); } /* don't need as much vertical space for these inline elements */ a[id], li[id] { scroll-margin-top: var(--header-height); } /* HACK: Safari doesn't support scroll-margin-top for fragment links (yet?) https://caniuse.com/mdn-css_properties_scroll-margin-top https://bugs.webkit.org/show_bug.cgi?id=189265 */ @supports not (scroll-margin-top: var(--fragment-offset)) { .decl::before, h1[id]::before, h2[id]::before, h3[id]::before, h4[id]::before, h5[id]::before, h6[id]::before, a[id]::before, li[id]::before { content: ""; display: block; height: var(--fragment-offset); margin-top: calc(-1 * var(--fragment-offset)); box-sizing: inherit; visibility: hidden; width: 1px; } } /* hide # after markdown headings except on hover */ .markdown-heading:not(:hover) > .hover-link { visibility: hidden; } main h2, main h3, main h4, main h5, main h6 { margin-top: 2rem; } .decl + .mod_doc > h2, .decl + .mod_doc > h3, .decl + .mod_doc > h4, .decl + .mod_doc > h5, .decl + .mod_doc > h6 { margin-top: 4rem; } .def { border-left: 10px solid #92dce5; border-top: 2px solid #92dce5; } .theorem { border-left: 10px solid #8fe388; border-top: 2px solid #8fe388; } .axiom, .constant { border-left: 10px solid #f44708; border-top: 2px solid #f44708; } .structure, .inductive { border-left: 10px solid #f0a202; border-top: 2px solid #f0a202; } .fn { display: inline-block; /* border: 1px dashed red; */ text-indent: -1ex; padding-left: 1ex; white-space: pre-wrap; vertical-align: top; } .fn { --fn: 1; } .fn .fn { --fn: 2; } .fn .fn .fn { --fn: 3; } .fn .fn .fn .fn { --fn: 4; } .fn .fn .fn .fn .fn { --fn: 5; } .fn .fn .fn .fn .fn .fn { --fn: 6; } .fn .fn .fn .fn .fn .fn .fn { --fn: 7; } .fn .fn .fn .fn .fn .fn .fn .fn { --fn: 8; } .fn { transition: background-color 100ms ease-in-out; } .def .fn:hover { background-color: hsla(187, 61%, calc(100% - 5%*var(--fn))); box-shadow: 0 0 0 1px hsla(187, 61%, calc(100% - 5%*(var(--fn) + 1))); border-radius: 5px; } .theorem .fn:hover { background-color: hsla(115, 62%, calc(100% - 5%*var(--fn))); box-shadow: 0 0 0 1px hsla(115, 62%, calc(100% - 5%*(var(--fn) + 1))); border-radius: 5px; } .axiom .fn:hover, .constant .fn:hover { background-color: hsla(16, 94%, calc(100% - 5%*var(--fn))); box-shadow: 0 0 0 1px hsla(16, 94%, calc(100% - 5%*(var(--fn) + 1))); border-radius: 5px; } .structure .fn:hover, .inductive .fn:hover { background-color: hsla(40, 98%, calc(100% - 5%*var(--fn))); box-shadow: 0 0 0 1px hsla(40, 98%, calc(100% - 5%*(var(--fn) + 1))); border-radius: 5px; } .decl_args, .decl_type { font-weight: normal; } .implicits, .impl_arg { color: black; white-space: nowrap; } .decl_kind, .decl_name { font-weight: bold; } /* break long declaration names at periods where possible */ .break_within { word-break: break-all; } .break_within .name { word-break: normal; } .decl_header { /* indent everything but first line twice as much as decl_type */ text-indent: -8ex; padding-left: 8ex; } .decl_type { margin-top: 2px; margin-left: 4ex; /* extra indentation */ } .imports li, code, .decl_header, .attributes, .structure_field, .constructor, .instances li, .equation, #search_results div { font-family: 'Source Code Pro', monospace; } pre { white-space: break-spaces; } code, pre { background: #f3f3f3; } code, pre { border-radius: 5px; } code { padding: 1px 3px; } pre { padding: 1ex; } pre code { padding: 0 0; } #howabout code { background: inherit; } #howabout li { margin-bottom: 0.5ex; } .structure_fields, .constructors { display: block; padding-inline-start: 0; margin-top: 1ex; text-indent: -2ex; padding-left: 2ex; } .structure_field { display: block; } .structure_field:before { content: '('; color: gray; } .structure_field:after { content: ')'; color: gray; } .constructor { display: block; } .constructor:before { content: '| '; color: gray; } /** Don't show underline on types, to prevent the ≤ vs < confusion. **/ a:link, a:visited, a:active { color:hsl(210, 100%, 30%); text-decoration: none; } /** Show it on hover though. **/ a:hover { text-decoration: underline; } .impl_arg { font-style: italic; transition: opacity 300ms ease-in; } .decl_header:not(:hover) .impl_arg { opacity: 30%; transition: opacity 1000ms ease-out; } .gh_link { float: right; margin-left: 20px; } .docfile h2, .note h2 { margin-block-start: 3px; margin-block-end: 0px; } .docfile h2 a { color: black; } .tags { margin-bottom: 1ex; } .tags ul { display: inline; padding: 0; } .tags li { border: 1px solid #555; border-radius: 4px; list-style-type: none; padding: 1px 3px; margin-left: 1ex; display: inline-block; } /* used by nav.js */ .hide { display: none; } .tactic, .note { border-top: 3px solid #0479c7; padding-top: 2em; margin-top: 2em; margin-bottom: 2em; } /* Form for filtering search through declarations */ #filters_container { display: none; width: 300px; height: 250px; position: absolute; right: calc(var(--header-side-padding)); top: var(--header-height); background: var(--header-bg); border: 1px solid rgb(218, 216, 216); border-top: none; overflow-y: auto; overflow-x: hidden; z-index: 2; } #filters_container #filters_display { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 16px; margin-bottom: 16px; } /* Style the close button (span) */ #filters_container #close_filters_btn, #search_results #close_results_btn { cursor: pointer; position: absolute; top: 5px; right: 0%; padding: 0 8px 0 8px; margin: 8px; transform: translate(0%, -50%); } #filters_container #close_filters_btn:hover {background: #bbb;} #search_results #close_results_btn:hover {background: #bbb;} #filters_container #submit_filters_btn { position: relative; left: 35%; } /* Form for searching through declarations */ #search_results { display: none; position: absolute; top: var(--header-height); right: calc(var(--header-side-padding)); width: 380px; z-index: 1; background: var(--header-bg); border: 1px solid #aaa; border-top: none; overflow-x: auto; overflow-y: auto; max-height: calc(60vh - var(--header-height)); } #search_results.condensed { width: 380px; max-height: calc(60vh - var(--header-height)); } #search_results.full_width { width: 1080px; max-height: calc(95vh - var(--header-height)); border: 1px solid #aaa; box-shadow: 5px 3px 0.8em #60a0b0, -0.5em 0 0.8em #60a0b0; } #search_results:empty { display: none; } #search_results[state="loading"]:empty { display: block; cursor: progress; } #search_results[state="loading"]:empty::before { display: block; content: ' 🐙 🐙 🐙 🐙 🐙 🐙 🐙 🐙 '; padding: 1ex; animation: marquee 10s linear infinite; } @keyframes marquee { 0% { transform: translate(100%, 0); } 100% { transform: translate(-100%, 0); } } #search-results #search_info { font-size: 50%; } #search_results .search_result_item a { display: block; color: inherit; padding: 4px; border-top: 1px dashed #70a0d0; cursor: pointer; } #search_results .search_result_item a .result_module { font-size: 0.7em; margin-top: 1px; } #search_results .search_result_item a .result_comment { font-size: 0.8em; margin-top: -0.5em; font-family: 'Open Sans', sans-serif; } #search_results .selected { background: white; border-color: #f0a202; } .link_coloring { color: hsl(210, 100%, 30%); text-decoration: none; cursor: pointer; }
style.css
@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Open+Sans&family=Source+Code+Pro&family=Source+Code+Pro:wght@600&display=swap'); * { box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Merriweather', serif; } body { line-height: 1.5; } nav { line-height: normal; } :root { --header-height: 3em; --header-bg: #f8f8f8; --fragment-offset: calc(var(--header-height) + 1em); --content-width: 55vw; } @supports (width: min(10px, 5vw)) { :root { --content-width: clamp(20em, 55vw, 60em); } } #nav_toggle { display: none; } label[for="nav_toggle"] { display: none; } header { height: var(--header-height); float: left; position: fixed; width: 100vw; max-width: 100%; left: 0; right: 0; top: 0; --header-side-padding: 2em; padding: 0 var(--header-side-padding); background: var(--header-bg); z-index: 1; display: flex; align-items: center; justify-content: space-between; } @supports (width: min(10px, 5vw)) { header { --header-side-padding: calc(max(2em, (100vw - var(--content-width) - 30em) / 2)); } } @media screen and (max-width: 1000px) { :root { --content-width: 100vw; } .internal_nav { display: none; } body .nav { width: 100vw; max-width: 100vw; margin-left: 1em; z-index: 1; } body main { width: unset; max-width: unset; margin-left: unset; margin-right: unset; } body .decl > div { overflow-x: unset; } #nav_toggle:not(:checked) ~ .nav { display: none; } #nav_toggle:checked ~ main { visibility: hidden; } label[for="nav_toggle"]::before { content: '≡'; } label[for="nav_toggle"] { display: inline-block; margin-right: 1em; border: 1px solid #ccc; padding: 0.5ex 1ex; cursor: pointer; background: #eee; } #nav_toggle:checked ~ * label[for="nav_toggle"] { background: white; } body header h1 { font-size: 100%; } header { --header-side-padding: 1ex; } } @media screen and (max-width: 700px) { header h1 span { display: none; } :root { --header-side-padding: 1ex; } #search_form input { width: 60%; } header #search_results { left: 1ex; right: 1ex; width: inherit; } body header > * { margin: 0; } } header > * { display: inline-block; padding: 0; margin: 0 1em; vertical-align: middle; } header h1 { font-weight: normal; font-size: 160%; } header header_filename { font-size: 150%; } @media (max-width: 80em) { .header .header_filename { display: none; } } main, nav { margin-top: calc(var(--header-height) + 1em); } /* extra space for scrolling things to the top */ main { margin-bottom: 90vh; } main { max-width: var(--content-width); /* center it: */ margin-left: auto; margin-right: auto; } nav { float: left; height: calc(100vh - var(--header-height) - 1em); position: fixed; top: 0; overflow: auto; scrollbar-width: thin; scrollbar-color: transparent transparent; } nav:hover { scrollbar-color: gray transparent; } nav { --column-available-space: calc((100vw - var(--content-width) - 5em)/2); --column-width: calc(var(--column-available-space) - 1ex); --dist-to-edge: 1ex; width: var(--content-width); max-width: var(--column-width); } @supports (width: min(10px, 5vw)) { .nav { --desired-column-width: 20em; } .internal_nav { --desired-column-width: 30em; } nav { --column-available-space: calc(max(0px, (100vw - var(--content-width) - 5em)/2)); --column-width: calc(clamp(0px, var(--column-available-space) - 1ex, var(--desired-column-width))); --dist-to-edge: calc(max(1ex, var(--column-available-space) - var(--column-width))); } } .nav { left: var(--dist-to-edge); } .internal_nav { right: var(--dist-to-edge); } .internal_nav .nav_link, .taclink { /* indent everything but first line by 2ex */ text-indent: -2ex; padding-left: 2ex; } .internal_nav .imports { margin-bottom: 1rem; } .tagfilter-div { margin-bottom: 1em; } .tagfilter-div > summary { margin-bottom: 1ex; } .nav details > * { padding-left: 2ex; } .nav summary { cursor: pointer; padding-left: 0; } .nav summary::marker { font-size: 85%; } .nav .nav_file { display: inline-block; } .nav h3 { margin-block-end: 4px; } .nav h4 { margin-bottom: 1ex; } /* People use way too long declaration names. */ .internal_nav, .decl_name { overflow-wrap: break-word; } .decl > div, .mod_doc { padding-left: 8px; padding-right: 8px; } .decl { margin-top: 20px; margin-bottom: 20px; } .decl > div { /* sometimes declarations arguments are way too long and would continue into the right column, so put a scroll bar there: */ overflow-x: auto; } /* Make `#id` links appear below header. */ .decl, h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] { scroll-margin-top: var(--fragment-offset); } /* don't need as much vertical space for these inline elements */ a[id], li[id] { scroll-margin-top: var(--header-height); } /* HACK: Safari doesn't support scroll-margin-top for fragment links (yet?) https://caniuse.com/mdn-css_properties_scroll-margin-top https://bugs.webkit.org/show_bug.cgi?id=189265 */ @supports not (scroll-margin-top: var(--fragment-offset)) { .decl::before, h1[id]::before, h2[id]::before, h3[id]::before, h4[id]::before, h5[id]::before, h6[id]::before, a[id]::before, li[id]::before { content: ""; display: block; height: var(--fragment-offset); margin-top: calc(-1 * var(--fragment-offset)); box-sizing: inherit; visibility: hidden; width: 1px; } } /* hide # after markdown headings except on hover */ .markdown-heading:not(:hover) > .hover-link { visibility: hidden; } main h2, main h3, main h4, main h5, main h6 { margin-top: 2rem; } .decl + .mod_doc > h2, .decl + .mod_doc > h3, .decl + .mod_doc > h4, .decl + .mod_doc > h5, .decl + .mod_doc > h6 { margin-top: 4rem; } .def { border-left: 10px solid #92dce5; border-top: 2px solid #92dce5; } .theorem { border-left: 10px solid #8fe388; border-top: 2px solid #8fe388; } .axiom, .constant { border-left: 10px solid #f44708; border-top: 2px solid #f44708; } .structure, .inductive { border-left: 10px solid #f0a202; border-top: 2px solid #f0a202; } .fn { display: inline-block; /* border: 1px dashed red; */ text-indent: -1ex; padding-left: 1ex; white-space: pre-wrap; vertical-align: top; } .fn { --fn: 1; } .fn .fn { --fn: 2; } .fn .fn .fn { --fn: 3; } .fn .fn .fn .fn { --fn: 4; } .fn .fn .fn .fn .fn { --fn: 5; } .fn .fn .fn .fn .fn .fn { --fn: 6; } .fn .fn .fn .fn .fn .fn .fn { --fn: 7; } .fn .fn .fn .fn .fn .fn .fn .fn { --fn: 8; } .fn { transition: background-color 100ms ease-in-out; } .def .fn:hover { background-color: hsla(187, 61%, calc(100% - 5%*var(--fn))); box-shadow: 0 0 0 1px hsla(187, 61%, calc(100% - 5%*(var(--fn) + 1))); border-radius: 5px; } .theorem .fn:hover { background-color: hsla(115, 62%, calc(100% - 5%*var(--fn))); box-shadow: 0 0 0 1px hsla(115, 62%, calc(100% - 5%*(var(--fn) + 1))); border-radius: 5px; } .axiom .fn:hover, .constant .fn:hover { background-color: hsla(16, 94%, calc(100% - 5%*var(--fn))); box-shadow: 0 0 0 1px hsla(16, 94%, calc(100% - 5%*(var(--fn) + 1))); border-radius: 5px; } .structure .fn:hover, .inductive .fn:hover { background-color: hsla(40, 98%, calc(100% - 5%*var(--fn))); box-shadow: 0 0 0 1px hsla(40, 98%, calc(100% - 5%*(var(--fn) + 1))); border-radius: 5px; } .decl_args, .decl_type { font-weight: normal; } .implicits, .impl_arg { color: black; white-space: nowrap; } .decl_kind, .decl_name { font-weight: bold; } /* break long declaration names at periods where possible */ .break_within { word-break: break-all; } .break_within .name { word-break: normal; } .decl_header { /* indent everything but first line twice as much as decl_type */ text-indent: -8ex; padding-left: 8ex; } .decl_type { margin-top: 2px; margin-left: 4ex; /* extra indentation */ } .imports li, code, .decl_header, .attributes, .structure_field, .constructor, .instances li, .equation, #search_results div { font-family: 'Source Code Pro', monospace; } pre { white-space: break-spaces; } code, pre { background: #f3f3f3; } code, pre { border-radius: 5px; } code { padding: 1px 3px; } pre { padding: 1ex; } pre code { padding: 0 0; } #howabout code { background: inherit; } #howabout li { margin-bottom: 0.5ex; } .structure_fields, .constructors { display: block; padding-inline-start: 0; margin-top: 1ex; text-indent: -2ex; padding-left: 2ex; } .structure_field { display: block; } .structure_field:before { content: '('; color: gray; } .structure_field:after { content: ')'; color: gray; } .constructor { display: block; } .constructor:before { content: '| '; color: gray; } /** Don't show underline on types, to prevent the ≤ vs < confusion. **/ a:link, a:visited, a:active { color:hsl(210, 100%, 30%); text-decoration: none; } /** Show it on hover though. **/ a:hover { text-decoration: underline; } .impl_arg { font-style: italic; transition: opacity 300ms ease-in; } .decl_header:not(:hover) .impl_arg { opacity: 30%; transition: opacity 1000ms ease-out; } .gh_link { float: right; margin-left: 20px; } .docfile h2, .note h2 { margin-block-start: 3px; margin-block-end: 0px; } .docfile h2 a { color: black; } .tags { margin-bottom: 1ex; } .tags ul { display: inline; padding: 0; } .tags li { border: 1px solid #555; border-radius: 4px; list-style-type: none; padding: 1px 3px; margin-left: 1ex; display: inline-block; } /* used by nav.js */ .hide { display: none; } .tactic, .note { border-top: 3px solid #0479c7; padding-top: 2em; margin-top: 2em; margin-bottom: 2em; } /* Form for filtering search through declarations */ #filters_container { display: none; width: 300px; height: 250px; position: absolute; right: calc(var(--header-side-padding)); top: var(--header-height); background: var(--header-bg); border: 1px solid rgb(218, 216, 216); border-top: none; overflow-y: auto; overflow-x: hidden; z-index: 2; } #filters_container #filters_display { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 16px; margin-bottom: 16px; } /* Style the close button (span) */ #filters_container #close_filters_btn, #search_results #close_results_btn { cursor: pointer; position: absolute; top: 5px; right: 0%; padding: 0 8px 0 8px; margin: 8px; transform: translate(0%, -50%); } #filters_container #close_filters_btn:hover {background: #bbb;} #search_results #close_results_btn:hover {background: #bbb;} #filters_container #submit_filters_btn { position: relative; left: 35%; } /* Form for searching through declarations */ #search_results { display: none; position: absolute; top: var(--header-height); right: calc(var(--header-side-padding)); width: 380px; z-index: 1; background: var(--header-bg); border: 1px solid #aaa; border-top: none; overflow-x: auto; overflow-y: auto; max-height: calc(60vh - var(--header-height)); } #search_results.condensed { width: 380px; max-height: calc(60vh - var(--header-height)); } #search_results.full_width { width: 1080px; max-height: calc(95vh - var(--header-height)); border: 1px solid #aaa; box-shadow: 5px 3px 0.8em #60a0b0, -0.5em 0 0.8em #60a0b0; } #search_results:empty { display: none; } #search_results[state="loading"]:empty { display: block; cursor: progress; } #search_results[state="loading"]:empty::before { display: block; content: ' 🐙 🐙 🐙 🐙 🐙 🐙 🐙 🐙 '; padding: 1ex; animation: marquee 10s linear infinite; } @keyframes marquee { 0% { transform: translate(100%, 0); } 100% { transform: translate(-100%, 0); } } #search-results #search_info { font-size: 50%; } #search_results .search_result_item a { display: block; color: inherit; padding: 4px; border-top: 1px dashed #70a0d0; cursor: pointer; } #search_results .search_result_item a .result_module { font-size: 0.7em; margin-top: 1px; } #search_results .search_result_item a .result_comment { font-size: 0.8em; margin-top: -0.5em; font-family: 'Open Sans', sans-serif; } #search_results .selected { background: white; border-color: #f0a202; } .link_coloring { color: hsl(210, 100%, 30%); text-decoration: none; cursor: pointer; }
0.531453
0.163145
.aquaOrchid4, .hover_aquaOrchid4:hover, .active_aquaOrchid4:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(215, 124, 221, .39), inset 0 -0.5em 0.9em 0 #edcaf5, inset 0 -0.5em 0em 0.65em rgb(234, 52, 243), inset 0 0em 0.5em 2em rgb(223, 198, 224); -moz-box-shadow: 0 0.63em 0.75em rgba(215, 124, 221, .39), inset 0 -0.5em 0.9em 0 #edcaf5, inset 0 -0.5em 0em 0.65em rgb(234, 52, 243), inset 0 0em 0.5em 2em rgb(223, 198, 224); box-shadow: 0 0.63em 0.75em rgba(215, 124, 221, .39), inset 0 -0.5em 0.9em 0 #edcaf5, inset 0 -0.5em 0em 0.65em rgb(234, 52, 243), inset 0 0em 0.5em 2em rgb(223, 198, 224); } .aquaOrchid4h, .hover_aquaOrchid4h:hover, .active_aquaOrchid4h:active { -webkit-box-shadow:0 0.63em 1em rgba(221, 145, 226, .55), inset 0 -0.5em 0.9em 0 #fcf5fd, inset 0 -0.5em 0em 0.65em #ea9fed, inset 0 0em 0.5em 2em #fcf6fc; -moz-box-shadow:0 0.63em 1em rgba(221, 145, 226, .55), inset 0 -0.5em 0.9em 0 #fcf5fd, inset 0 -0.5em 0em 0.65em #ea9fed, inset 0 0em 0.5em 2em #fcf6fc; box-shadow:0 0.63em 1em rgba(221, 145, 226, .55), inset 0 -0.5em 0.9em 0 #fcf5fd, inset 0 -0.5em 0em 0.65em #ea9fed, inset 0 0em 0.5em 2em #fcf6fc; } .aquaOrchid4a, .hover_aquaOrchid4a:hover, .active_aquaOrchid4a:active { /*background: #cb35c5;*/ -webkit-box-shadow:0 0.63em 1em rgba(217, 68, 227, .55), inset 0 -0.5em 0.9em 0 #f6ddfc, inset 0 -0.5em 0em 0.65em #eb63f1, inset 0 0em 0.5em 2em #efb5f1; -moz-box-shadow:0 0.63em 1em rgba(217, 68, 227, .55), inset 0 -0.5em 0.9em 0 #f6ddfc, inset 0 -0.5em 0em 0.65em #eb63f1, inset 0 0em 0.5em 2em #efb5f1; box-shadow:0 0.63em 1em rgba(217, 68, 227, .55), inset 0 -0.5em 0.9em 0 #f6ddfc, inset 0 -0.5em 0em 0.65em #eb63f1, inset 0 0em 0.5em 2em #efb5f1; } /* ------------------------------ color settings ----------------------------*/ .color_aquaOrchid4, .hover_color_aquaOrchid4:hover, .active_color_aquaOrchid4:active { color: #282828; } .color_aquaOrchid4h, .hover_color_aquaOrchid4h:hover, .active_color_aquaOrchid4h:active { color: #c8c8c8; } .color_aquaOrchid4a, .hover_color_aquaOrchid4a:hover, .active_color_aquaOrchid4a:active { color: #c8c8c8; } /* -------------------------- border settings --------------------------------*/ .border_aquaOrchid4, .hover_border_aquaOrchid4:hover, .active_border_aquaOrchid4:active { border-color: #cb35c5 #cb35c5 #cb35c5 #cb35c5; } .border_aquaOrchid4h, .hover_border_aquaOrchid4h:hover, .active_border_aquaOrchid4h:active { border-color: #cb35c5 #cb35c5 #cb35c5 #cb35c5; } .border_aquaOrchid4a, .hover_border_aquaOrchid4a:hover, .active_border_aquaOrchid4a:active { border-color: #cb35c5 #cb35c5 #cb35c5 #cb35c5; }
widgets/common/assets/shadows/aqua/aquaOrchid/aquaOrchid4.css
.aquaOrchid4, .hover_aquaOrchid4:hover, .active_aquaOrchid4:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(215, 124, 221, .39), inset 0 -0.5em 0.9em 0 #edcaf5, inset 0 -0.5em 0em 0.65em rgb(234, 52, 243), inset 0 0em 0.5em 2em rgb(223, 198, 224); -moz-box-shadow: 0 0.63em 0.75em rgba(215, 124, 221, .39), inset 0 -0.5em 0.9em 0 #edcaf5, inset 0 -0.5em 0em 0.65em rgb(234, 52, 243), inset 0 0em 0.5em 2em rgb(223, 198, 224); box-shadow: 0 0.63em 0.75em rgba(215, 124, 221, .39), inset 0 -0.5em 0.9em 0 #edcaf5, inset 0 -0.5em 0em 0.65em rgb(234, 52, 243), inset 0 0em 0.5em 2em rgb(223, 198, 224); } .aquaOrchid4h, .hover_aquaOrchid4h:hover, .active_aquaOrchid4h:active { -webkit-box-shadow:0 0.63em 1em rgba(221, 145, 226, .55), inset 0 -0.5em 0.9em 0 #fcf5fd, inset 0 -0.5em 0em 0.65em #ea9fed, inset 0 0em 0.5em 2em #fcf6fc; -moz-box-shadow:0 0.63em 1em rgba(221, 145, 226, .55), inset 0 -0.5em 0.9em 0 #fcf5fd, inset 0 -0.5em 0em 0.65em #ea9fed, inset 0 0em 0.5em 2em #fcf6fc; box-shadow:0 0.63em 1em rgba(221, 145, 226, .55), inset 0 -0.5em 0.9em 0 #fcf5fd, inset 0 -0.5em 0em 0.65em #ea9fed, inset 0 0em 0.5em 2em #fcf6fc; } .aquaOrchid4a, .hover_aquaOrchid4a:hover, .active_aquaOrchid4a:active { /*background: #cb35c5;*/ -webkit-box-shadow:0 0.63em 1em rgba(217, 68, 227, .55), inset 0 -0.5em 0.9em 0 #f6ddfc, inset 0 -0.5em 0em 0.65em #eb63f1, inset 0 0em 0.5em 2em #efb5f1; -moz-box-shadow:0 0.63em 1em rgba(217, 68, 227, .55), inset 0 -0.5em 0.9em 0 #f6ddfc, inset 0 -0.5em 0em 0.65em #eb63f1, inset 0 0em 0.5em 2em #efb5f1; box-shadow:0 0.63em 1em rgba(217, 68, 227, .55), inset 0 -0.5em 0.9em 0 #f6ddfc, inset 0 -0.5em 0em 0.65em #eb63f1, inset 0 0em 0.5em 2em #efb5f1; } /* ------------------------------ color settings ----------------------------*/ .color_aquaOrchid4, .hover_color_aquaOrchid4:hover, .active_color_aquaOrchid4:active { color: #282828; } .color_aquaOrchid4h, .hover_color_aquaOrchid4h:hover, .active_color_aquaOrchid4h:active { color: #c8c8c8; } .color_aquaOrchid4a, .hover_color_aquaOrchid4a:hover, .active_color_aquaOrchid4a:active { color: #c8c8c8; } /* -------------------------- border settings --------------------------------*/ .border_aquaOrchid4, .hover_border_aquaOrchid4:hover, .active_border_aquaOrchid4:active { border-color: #cb35c5 #cb35c5 #cb35c5 #cb35c5; } .border_aquaOrchid4h, .hover_border_aquaOrchid4h:hover, .active_border_aquaOrchid4h:active { border-color: #cb35c5 #cb35c5 #cb35c5 #cb35c5; } .border_aquaOrchid4a, .hover_border_aquaOrchid4a:hover, .active_border_aquaOrchid4a:active { border-color: #cb35c5 #cb35c5 #cb35c5 #cb35c5; }
0.340156
0.321939
*, *::after, *::before { box-sizing:border-box; } html, body { height:100%; margin:0; } body { display: grid; place-items: center; } /* variable */ /* ---------------------------- */ :root { --color-main: orange; --color-form: white; --color-input-text: rgb(126, 126, 126); --color-input-focus: #333; --color-input-placeholder: lightgray; --color-input-border: #ccc; --color-button-text: white; --color-button-hover: rgb(150, 98, 1); } /* background */ html { background-image: linear-gradient(0deg, rgba(255, 153, 0, 0.6), rgba(255, 153, 0, 0.3)), url(https://scanmovers.com/uploads/blog/images/Groningen%202.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; } body { font-family: 'Roboto', sans-serif; } /* home */ section { display: flex; flex-direction: column; } a { text-decoration: none; padding: 2em 4em 2em 4em; background-color: var(--color-button-text); color: var(--color-main); border-radius: 1em; margin: 0.5em; text-align: center; text-transform: uppercase; font-family: 'Roboto', sans-serif; font-weight: 500; box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.15); } /* form */ form { width: 20em; background-color: var(--color-form); box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.25); border-radius: 1em; display: flex; justify-content: center; } fieldset { border: none; margin-top: 1em; width: 90%; } legend { color: var(--color-main); padding: 1em; line-height: 1; font-size: 1.5em; font-weight: 400; text-align: center; } input { outline: none; display: block; width: 100%; margin: 0.5em 0 0em; padding: 10px 15px; border: 1px solid var(--color-input-border); color: var(--color-input-text); font-family: "Roboto"; font-size: 14px; } input:focus { color: var(--color-main); border: solid; border-color: var(); } p { color: var(--color-main); } input[type=submit] { background-color: var(--color-main); border: none; font-size: 1em; font-weight: bold; color: var(--color-button-text); margin: 1em 0 1em 0; } input[type=submit]:hover { background-color: var(--color-button-hover); cursor: pointer; } input::placeholder { color: var(--color-input-placeholder); }
public/styles/style.css
*, *::after, *::before { box-sizing:border-box; } html, body { height:100%; margin:0; } body { display: grid; place-items: center; } /* variable */ /* ---------------------------- */ :root { --color-main: orange; --color-form: white; --color-input-text: rgb(126, 126, 126); --color-input-focus: #333; --color-input-placeholder: lightgray; --color-input-border: #ccc; --color-button-text: white; --color-button-hover: rgb(150, 98, 1); } /* background */ html { background-image: linear-gradient(0deg, rgba(255, 153, 0, 0.6), rgba(255, 153, 0, 0.3)), url(https://scanmovers.com/uploads/blog/images/Groningen%202.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; } body { font-family: 'Roboto', sans-serif; } /* home */ section { display: flex; flex-direction: column; } a { text-decoration: none; padding: 2em 4em 2em 4em; background-color: var(--color-button-text); color: var(--color-main); border-radius: 1em; margin: 0.5em; text-align: center; text-transform: uppercase; font-family: 'Roboto', sans-serif; font-weight: 500; box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.15); } /* form */ form { width: 20em; background-color: var(--color-form); box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.25); border-radius: 1em; display: flex; justify-content: center; } fieldset { border: none; margin-top: 1em; width: 90%; } legend { color: var(--color-main); padding: 1em; line-height: 1; font-size: 1.5em; font-weight: 400; text-align: center; } input { outline: none; display: block; width: 100%; margin: 0.5em 0 0em; padding: 10px 15px; border: 1px solid var(--color-input-border); color: var(--color-input-text); font-family: "Roboto"; font-size: 14px; } input:focus { color: var(--color-main); border: solid; border-color: var(); } p { color: var(--color-main); } input[type=submit] { background-color: var(--color-main); border: none; font-size: 1em; font-weight: bold; color: var(--color-button-text); margin: 1em 0 1em 0; } input[type=submit]:hover { background-color: var(--color-button-hover); cursor: pointer; } input::placeholder { color: var(--color-input-placeholder); }
0.47244
0.080502
@charset "UTF-8"; /* angularjs */ [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } .hide { display: none; } .show { display: block; } /* loading bar */ #loading-bar-spinner { top: 17px; } /* code */ pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: whitesmoke; border: 1px solid #cccccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } pre { overflow: auto; word-wrap: normal; white-space: pre; } .request-info { clear:both; } .content-main { padding-bottom: 50px; } /* bootstrap ui angular */ .nav, .pagination, .carousel a { cursor: pointer; } .modal {display: block} /* Removing The Dotted Outline */ a, a:hover, a:active, a:focus, object, embed {outline: 0;} input::-moz-focus-inner {border: 0;} /* general */ body, html { overflow: hidden; } h1 {padding-bottom:0.2em;} /* bootstrap */ body { margin: 0 auto; padding: 0; font-size: 14px; line-height: 20px; } /* Loading content */ .loading-content { margin: 0 auto; position: relative; text-align: center; top: 100px; } /* Navbar */ .navbar { position: relative; z-index: 20; margin: 0px; padding: 0px; -webkit-box-shadow: 0px 0px 3px #000000; -moz-box-shadow: 0px 0px 3px #000000; box-shadow: 0px 0px 3px #000000; color: #777777; background-color: #222222; } .navbar .brand { text-shadow: none; } .navbar .navbar-inner { background: rgba(71, 71, 71, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF333333,endColorstr=#FF333333); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF333333,endColorstr=#FF333333); padding: 0em 1em; margin: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: 0px; border-bottom: 1px solid #000000; } .navbar .nav { margin: 0em; margin-right: -1em; } .navbar .nav > li > a { color: #fff; text-shadow: none; float: none; padding: 10px 15px; text-decoration: none; } .navbar .nav > li:hover { background-color: #444; } .navbar .nav > li > a:hover { color: #fff; } .navbar .dropdown-menu a:hover { background: none; color: #000; } .navbar .nav li.dropdown.open > .dropdown-toggle { background-color: #444; color: #fff; } .navbar-brand { margin-left: 15px; } .brand .first { color: #CCCCCC; font-style: italic; } .brand .second { color: #FFFFFF; font-weight: bold; } /* conteiner */ .container-fluid { padding-left: 0px; padding-right: 0px; } .row-fluid > [class*="span"] { float: left; margin-left: 2.127659574%; } /* stacked nav */ .nav-tabs.nav-stacked { border: none 0; } .nav-tabs.nav-stacked > li > a { font-weight: 600; color: #666; border: none 0; } .nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li.active > a:hover { border: none 0; background: #EEE; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .nav-tabs.nav-stacked li.active > a { background: none !important; box-shadow: 7px 0 0 #CC0000 inset, 0 0 0 0 !important; position: relative; z-index: 2; background: #EAEAEA; color: #000; border: none 0; -webkit-box-shadow: inset 7px 0px 0px #CC0000, inset 0 0 0 1px #DDD; -moz-box-shadow: inset 7px 0px 0px #CC0000, inset 0 0 0 1px #DDD; box-shadow: inset 7px 0px 0px #CC0000, inset 0 0 0 1px #DDD; } .nav-tabs.nav-stacked > li:first-child > a { border-top-left-radius: 0; border-top-right-radius: 0; } .active-submenu > a { background: #EEE; } /* stacked menu */ .dropdown ul { margin-left: 0; } .dropdown ul li { list-style: none; } .dropdown-submenu { width: auto; } .dropdown-submenu a { display: block; width: auto; color: #666; padding: 3px 5px 3px 15px; } .dropdown-submenu a:hover { background: #EEE; text-decoration: none; } .box-subscribe { height: 57px; line-height: 57px; } .btn-subscribe { margin-left: 64px; font-weight: bold; } .meta {color:#000; font-size:.9em; display:block;} .meta em {font-style:normal; font-weight:bold;} #logo-section { height: 47px; line-height: 46px; padding-left: 30px; /*border-bottom: 1px solid #EBEBEB;*/ color: #6E97AA; font-size: 20px; font-weight: normal; } #logo-section #logo-loading-box { width: 16px; height: 46px; float: left; text-align: center; } #logo-section #logo-loading { width: 16px; height: 46px; background-image: url('../img/ajax-loader.gif'); background-position: center center; background-repeat: no-repeat; background-color: transparent; } #logo-section #logo-link { color: #6E97AA; text-decoration: none; } #logo-section, #viewer-header-container { background: #ececec; background-image: url('data:image/svg+xml;base64,<KEY>'); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec)); background-image: -webkit-linear-gradient(top, #fafafa, #ececec); background-image: -moz-linear-gradient(top, #fafafa, #ececec); background-image: -o-linear-gradient(top, #fafafa, #ececec); background-image: linear-gradient(top, #fafafa, #ececec); -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07); border-bottom: 1px solid #ccc; } #viewer-header-container { /*border-bottom: 1px solid #EBEBEB;*/ } #viewer-header { margin-right: 10px; } #viewer-header { height: 46px; line-height: 46px; } #viewer-header { background: none repeat scroll 0 0 transparent; color: #333333; overflow: hidden; position: relative; } #viewer-top-controls-container { height: 27px; line-height: 27px; margin-top: -13px; position: absolute; top: 50%; width: 100%; } #viewer-top-controls { overflow: hidden; padding: 0 3px 3px; } #scrollable-sections { overflow-y: auto; position: relative; } #scrollable-sections-top-shadow { background-image: radial-gradient(ellipse farthest-side at center top , rgba(0, 0, 0, 0.3), transparent); border-top: 1px solid rgba(0, 0, 0, 0.4); opacity: 0; top: 0; } #scrollable-sections-top-shadow, #scrollable-sections-bottom-shadow { height: 8px; left: 0; margin-right: 0; position: absolute; } #scrollable-sections-bottom-shadow { background-image: radial-gradient(ellipse farthest-side at center bottom , rgba(0, 0, 0, 0.3), transparent); border-bottom: 1px solid rgba(0, 0, 0, 0.4); bottom: 0; opacity: 1; } #scrollable-sections-top-shadow, #scrollable-sections-bottom-shadow { height: 8px; left: 0; margin-right: 0; position: absolute; } #viewer-entries-container, #viewer-page-container { overflow-x: visible; overflow-y: auto; position: relative; padding: 0px 10px 7px 7px; } #viewer-entries-container .row { margin-right: 0px; } .title-and-status-container { margin-bottom: 10px; border-bottom: 1px solid #EBEBEB; } .title-and-status-holder { margin-right: 16px; padding: 1ex 0 0.5ex 2.5em; } .chrome-title { float: left; font-size: 14px; font-weight: bold; line-height: 20px; overflow: hidden; padding-bottom: 1px; white-space: nowrap; } .chrome-title-clear { clear: both; font-size: 1px; height: 1px; width: 1px; } /* login */ #login-page.container {width:320px;} /* dashboard */ .summary {display:table; width:100%; padding:0; margin:0 0 20px 0;} .summary ul {margin:0; padding:0; overflow:hidden; display:table-row;} .summary li {margin:0; padding:19px; display:table-cell; border-right:1px solid #eee;} .summary li:last-child {border:none;} .summary a {display:block; font-size:1.2em; line-height:1.4em; text-transform:uppercase; color:#000;} .summary .count {display:block; font-size:1.75em; font-weight:bold;} /* dashboard - ie fixes */ .ie7 .summary {display:block;} .ie7 .summary ul {margin:0; padding:0; overflow:hidden; display:block;} .ie7 .summary li {float:left;} .ielt9 .summary .last {border:none;} /* tasks */ .tasks {margin:0; padding:0;} .tasks li {list-style-type:none; padding-bottom:0.3em;} .tasks input {vertical-align:baseline;} .tasks .meta {padding-left:18px;} .tasks.done {opacity:0.8;} /* messages */ .messages {margin:0; padding:0;} .messages .messages {padding-top:19px;} .messages li {list-style-type:none; padding-bottom:0.3em;} .messages .well {padding:19px;} .messages .messages .well {border:none; -webkit-box-shadow:none;-moz-box-shadow:none; box-shadow:none; border-left:3px solid #eee;border-left:3px solid rgba(0, 0, 0, 0.05);} /* blank slate */ .blank-slate {text-align:center;} /* files */ .files li {list-style-type:none;} .files .meta {padding-left:18px;} .zebra-list {margin:0 0 18px 0; padding:0;} .zebra-list li {border:1px solid #DDD; padding:8px; border-bottom:none;} .zebra-list li:nth-child(odd) {background-color:#F9F9F9;} .zebra-list li:first-child {-webkit-border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;} .zebra-list li:last-child {border-bottom:1px solid #DDD; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px;} /* xpath|css|html selector */ .highlight { outline: 2px solid #07C; pointer: default; } /* **** */ .hero-unit2 { margin-bottom: 30px; background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .site-frame { width: 869px; height: 500px; border: 0; }
src/flask_jsonrpc/contrib/browse/static/css/bootstrap-browse.css
@charset "UTF-8"; /* angularjs */ [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } .hide { display: none; } .show { display: block; } /* loading bar */ #loading-bar-spinner { top: 17px; } /* code */ pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: whitesmoke; border: 1px solid #cccccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } pre { overflow: auto; word-wrap: normal; white-space: pre; } .request-info { clear:both; } .content-main { padding-bottom: 50px; } /* bootstrap ui angular */ .nav, .pagination, .carousel a { cursor: pointer; } .modal {display: block} /* Removing The Dotted Outline */ a, a:hover, a:active, a:focus, object, embed {outline: 0;} input::-moz-focus-inner {border: 0;} /* general */ body, html { overflow: hidden; } h1 {padding-bottom:0.2em;} /* bootstrap */ body { margin: 0 auto; padding: 0; font-size: 14px; line-height: 20px; } /* Loading content */ .loading-content { margin: 0 auto; position: relative; text-align: center; top: 100px; } /* Navbar */ .navbar { position: relative; z-index: 20; margin: 0px; padding: 0px; -webkit-box-shadow: 0px 0px 3px #000000; -moz-box-shadow: 0px 0px 3px #000000; box-shadow: 0px 0px 3px #000000; color: #777777; background-color: #222222; } .navbar .brand { text-shadow: none; } .navbar .navbar-inner { background: rgba(71, 71, 71, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF333333,endColorstr=#FF333333); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF333333,endColorstr=#FF333333); padding: 0em 1em; margin: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: 0px; border-bottom: 1px solid #000000; } .navbar .nav { margin: 0em; margin-right: -1em; } .navbar .nav > li > a { color: #fff; text-shadow: none; float: none; padding: 10px 15px; text-decoration: none; } .navbar .nav > li:hover { background-color: #444; } .navbar .nav > li > a:hover { color: #fff; } .navbar .dropdown-menu a:hover { background: none; color: #000; } .navbar .nav li.dropdown.open > .dropdown-toggle { background-color: #444; color: #fff; } .navbar-brand { margin-left: 15px; } .brand .first { color: #CCCCCC; font-style: italic; } .brand .second { color: #FFFFFF; font-weight: bold; } /* conteiner */ .container-fluid { padding-left: 0px; padding-right: 0px; } .row-fluid > [class*="span"] { float: left; margin-left: 2.127659574%; } /* stacked nav */ .nav-tabs.nav-stacked { border: none 0; } .nav-tabs.nav-stacked > li > a { font-weight: 600; color: #666; border: none 0; } .nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li.active > a:hover { border: none 0; background: #EEE; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .nav-tabs.nav-stacked li.active > a { background: none !important; box-shadow: 7px 0 0 #CC0000 inset, 0 0 0 0 !important; position: relative; z-index: 2; background: #EAEAEA; color: #000; border: none 0; -webkit-box-shadow: inset 7px 0px 0px #CC0000, inset 0 0 0 1px #DDD; -moz-box-shadow: inset 7px 0px 0px #CC0000, inset 0 0 0 1px #DDD; box-shadow: inset 7px 0px 0px #CC0000, inset 0 0 0 1px #DDD; } .nav-tabs.nav-stacked > li:first-child > a { border-top-left-radius: 0; border-top-right-radius: 0; } .active-submenu > a { background: #EEE; } /* stacked menu */ .dropdown ul { margin-left: 0; } .dropdown ul li { list-style: none; } .dropdown-submenu { width: auto; } .dropdown-submenu a { display: block; width: auto; color: #666; padding: 3px 5px 3px 15px; } .dropdown-submenu a:hover { background: #EEE; text-decoration: none; } .box-subscribe { height: 57px; line-height: 57px; } .btn-subscribe { margin-left: 64px; font-weight: bold; } .meta {color:#000; font-size:.9em; display:block;} .meta em {font-style:normal; font-weight:bold;} #logo-section { height: 47px; line-height: 46px; padding-left: 30px; /*border-bottom: 1px solid #EBEBEB;*/ color: #6E97AA; font-size: 20px; font-weight: normal; } #logo-section #logo-loading-box { width: 16px; height: 46px; float: left; text-align: center; } #logo-section #logo-loading { width: 16px; height: 46px; background-image: url('../img/ajax-loader.gif'); background-position: center center; background-repeat: no-repeat; background-color: transparent; } #logo-section #logo-link { color: #6E97AA; text-decoration: none; } #logo-section, #viewer-header-container { background: #ececec; background-image: url('data:image/svg+xml;base64,<KEY>'); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec)); background-image: -webkit-linear-gradient(top, #fafafa, #ececec); background-image: -moz-linear-gradient(top, #fafafa, #ececec); background-image: -o-linear-gradient(top, #fafafa, #ececec); background-image: linear-gradient(top, #fafafa, #ececec); -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07); border-bottom: 1px solid #ccc; } #viewer-header-container { /*border-bottom: 1px solid #EBEBEB;*/ } #viewer-header { margin-right: 10px; } #viewer-header { height: 46px; line-height: 46px; } #viewer-header { background: none repeat scroll 0 0 transparent; color: #333333; overflow: hidden; position: relative; } #viewer-top-controls-container { height: 27px; line-height: 27px; margin-top: -13px; position: absolute; top: 50%; width: 100%; } #viewer-top-controls { overflow: hidden; padding: 0 3px 3px; } #scrollable-sections { overflow-y: auto; position: relative; } #scrollable-sections-top-shadow { background-image: radial-gradient(ellipse farthest-side at center top , rgba(0, 0, 0, 0.3), transparent); border-top: 1px solid rgba(0, 0, 0, 0.4); opacity: 0; top: 0; } #scrollable-sections-top-shadow, #scrollable-sections-bottom-shadow { height: 8px; left: 0; margin-right: 0; position: absolute; } #scrollable-sections-bottom-shadow { background-image: radial-gradient(ellipse farthest-side at center bottom , rgba(0, 0, 0, 0.3), transparent); border-bottom: 1px solid rgba(0, 0, 0, 0.4); bottom: 0; opacity: 1; } #scrollable-sections-top-shadow, #scrollable-sections-bottom-shadow { height: 8px; left: 0; margin-right: 0; position: absolute; } #viewer-entries-container, #viewer-page-container { overflow-x: visible; overflow-y: auto; position: relative; padding: 0px 10px 7px 7px; } #viewer-entries-container .row { margin-right: 0px; } .title-and-status-container { margin-bottom: 10px; border-bottom: 1px solid #EBEBEB; } .title-and-status-holder { margin-right: 16px; padding: 1ex 0 0.5ex 2.5em; } .chrome-title { float: left; font-size: 14px; font-weight: bold; line-height: 20px; overflow: hidden; padding-bottom: 1px; white-space: nowrap; } .chrome-title-clear { clear: both; font-size: 1px; height: 1px; width: 1px; } /* login */ #login-page.container {width:320px;} /* dashboard */ .summary {display:table; width:100%; padding:0; margin:0 0 20px 0;} .summary ul {margin:0; padding:0; overflow:hidden; display:table-row;} .summary li {margin:0; padding:19px; display:table-cell; border-right:1px solid #eee;} .summary li:last-child {border:none;} .summary a {display:block; font-size:1.2em; line-height:1.4em; text-transform:uppercase; color:#000;} .summary .count {display:block; font-size:1.75em; font-weight:bold;} /* dashboard - ie fixes */ .ie7 .summary {display:block;} .ie7 .summary ul {margin:0; padding:0; overflow:hidden; display:block;} .ie7 .summary li {float:left;} .ielt9 .summary .last {border:none;} /* tasks */ .tasks {margin:0; padding:0;} .tasks li {list-style-type:none; padding-bottom:0.3em;} .tasks input {vertical-align:baseline;} .tasks .meta {padding-left:18px;} .tasks.done {opacity:0.8;} /* messages */ .messages {margin:0; padding:0;} .messages .messages {padding-top:19px;} .messages li {list-style-type:none; padding-bottom:0.3em;} .messages .well {padding:19px;} .messages .messages .well {border:none; -webkit-box-shadow:none;-moz-box-shadow:none; box-shadow:none; border-left:3px solid #eee;border-left:3px solid rgba(0, 0, 0, 0.05);} /* blank slate */ .blank-slate {text-align:center;} /* files */ .files li {list-style-type:none;} .files .meta {padding-left:18px;} .zebra-list {margin:0 0 18px 0; padding:0;} .zebra-list li {border:1px solid #DDD; padding:8px; border-bottom:none;} .zebra-list li:nth-child(odd) {background-color:#F9F9F9;} .zebra-list li:first-child {-webkit-border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;} .zebra-list li:last-child {border-bottom:1px solid #DDD; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px;} /* xpath|css|html selector */ .highlight { outline: 2px solid #07C; pointer: default; } /* **** */ .hero-unit2 { margin-bottom: 30px; background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .site-frame { width: 869px; height: 500px; border: 0; }
0.282295
0.066691
.background_glossyMidnightBlue7, .hover_background_glossyMidnightBlue7:hover, .active_background_glossyMidnightBlue7:active:hover { background: #1e1e88; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyMidnightBlue7h, .hover_background_glossyMidnightBlue7h:hover, .active_background_glossyMidnightBlue7h:active:hover { background: #1e1e88; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyMidnightBlue7a, .hover_background_glossyMidnightBlue7a:hover, .active_background_glossyMidnightBlue7a:active:hover { background: #1e1e88; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); } .background_glossyMidnightBlue7s, .hover_background_glossyMidnightBlue7s:hover, .active_background_glossyMidnightBlue7s:active:hover { background: #1e1e88; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_color_glossyMidnightBlue7, .hover_background_color_glossyMidnightBlue7:hover, .active_background_color_glossyMidnightBlue7:active:hover { background-color:#1e1e88; } .background_first_color_glossyMidnightBlue7, .hover_background_first_color_glossyMidnightBlue7:hover, .active_background_first_color_glossyMidnightBlue7:active:hover { background-color:#ffffff; } .background_last_color_glossyMidnightBlue7, .hover_background_last_color_glossyMidnightBlue7:hover, .active_background_color_last_glossyMidnightBlue7:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossyMidnightBlue7, .hover_color_glossyMidnightBlue7:hover, .active_color_glossyMidnightBlue7:active:hover { color: #c8c8c8; } .color_glossyMidnightBlue7h, .hover_color_glossyMidnightBlue7h:hover, .active_color_glossyMidnightBlue7h:active:hover { color: #c8c8c8; } .color_glossyMidnightBlue7a, .hover_color_glossyMidnightBlue7a:hover, .active_color_glossyMidnightBlue7a:active:hover { color: #c8c8c8; } .color_glossyMidnightBlue7s, .hover_color_glossyMidnightBlue7s:hover, .active_color_glossyMidnightBlue7s:active:hover { color: #c8c8c8; } /* -------------------------- border color settings -----------------------------*/ .border_glossyMidnightBlue7, .hover_border_glossyMidnightBlue7:hover, .active_border_glossyMidnightBlue7:active:hover { border-color: #18186d #18186d #18186d #18186d; } .border_glossyMidnightBlue7h, .hover_border_glossyMidnightBlue7h:hover, .active_border_glossyMidnightBlue7h:active:hover { border-color: #141459 #141459 #141459 #141459; } .border_glossyMidnightBlue7a, .hover_border_glossyMidnightBlue7a:hover, .active_border_glossyMidnightBlue7a:active:hover { border-color: #0f0f44 #0f0f44 #0f0f44 #0f0f44; } .border_glossyMidnightBlue7s, .hover_border_glossyMidnightBlue7s:hover, .active_border_glossyMidnightBlue7s:active:hover { border-color: #18186d #18186d #18186d #18186d; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossyMidnightBlue7, .hover_shadow_expand_glossyMidnightBlue7:hover, .active_shadow_expand_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(30, 30, 136, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(30, 30, 136, .39); box-shadow: 0em 0em 1em 0.25em rgba(30, 30, 136, .39); } .shadow_expand_glossyMidnightBlue7h, .hover_shadow_expand_glossyMidnightBlue7h:hover, .active_shadow_expand_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(36, 36, 163, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(36, 36, 163, .50); box-shadow: 0em 0em 1em 0.25em rgba(36, 36, 163, .50); } .shadow_expand_glossyMidnightBlue7a, .hover_shadow_expand_glossyMidnightBlue7a:hover, .active_shadow_expand_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .63); box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .63); } .shadow_expand_glossyMidnightBlue7s, .hover_shadow_expand_glossyMidnightBlue7s:hover, .active_shadow_expand_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .71); box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossyMidnightBlue7, .hover_shadow_left_glossyMidnightBlue7:hover, .active_shadow_left_glossyMidnightBlue7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); } .shadow_left_glossyMidnightBlue7h, .hover_shadow_left_glossyMidnightBlue7h:hover, .active_shadow_left_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); } .shadow_left_glossyMidnightBlue7a, .hover_shadow_left_glossyMidnightBlue7a:hover, .active_shadow_left_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); } .shadow_left_glossyMidnightBlue7s, .hover_shadow_left_glossyMidnightBlue7s:hover, .active_shadow_left_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossyMidnightBlue7, .hover_shadow_right_glossyMidnightBlue7:hover, .active_shadow_right_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0.5em 0em 1em rgba(30, 30, 136, .39); box-shadow: 0.5em 0em 1em rgba(30, 30, 136, .39); } .shadow_right_glossyMidnightBlue7h, .hover_shadow_right_glossyMidnightBlue7h:hover, .active_shadow_right_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0.5em 0em 1em rgba(36, 36, 163, .50); box-shadow: 0.5em 0em 1em rgba(36, 36, 163, .50); } .shadow_right_glossyMidnightBlue7a, .hover_shadow_right_glossyMidnightBlue7a:hover, .active_shadow_right_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .63); box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .63); } .shadow_right_glossyMidnightBlue7s, .hover_shadow_right_glossyMidnightBlue7s:hover, .active_shadow_right_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .71); box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossyMidnightBlue7, .hover_shadow_top_glossyMidnightBlue7:hover, .active_shadow_top_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0em -0.5em 1em rgba(30, 30, 136, .39); box-shadow: 0em -0.5em 1em rgba(30, 30, 136, .39); } .shadow_top_glossyMidnightBlue7h, .hover_shadow_top_glossyMidnightBlue7h:hover, .active_shadow_top_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0em -0.5em 1em rgba(36, 36, 163, .50); box-shadow: 0em -0.5em 1em rgba(36, 36, 163, .50); } .shadow_top_glossyMidnightBlue7a, .hover_shadow_top_glossyMidnightBlue7a:hover, .active_shadow_top_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .63); box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .63); } .shadow_top_glossyMidnightBlue7s, .hover_shadow_top_glossyMidnightBlue7s:hover, .active_shadow_top_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .71); box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossyMidnightBlue7, .hover_shadow_bottom_glossyMidnightBlue7:hover, .active_shadow_bottom_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0em 0.5em 1em rgba(30, 30, 136, .39); box-shadow: 0em 0.5em 1em rgba(30, 30, 136, .39); } .shadow_bottom_glossyMidnightBlue7h, .hover_shadow_bottom_glossyMidnightBlue7h:hover, .active_shadow_bottom_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0em 0.5em 1em rgba(36, 36, 163, .50); box-shadow: 0em 0.5em 1em rgba(36, 36, 163, .50); } .shadow_bottom_glossyMidnightBlue7a, .hover_shadow_bottom_glossyMidnightBlue7a:hover, .active_shadow_bottom_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .63); box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .63); } .shadow_bottom_glossyMidnightBlue7s, .hover_shadow_bottom_glossyMidnightBlue7s:hover, .active_shadow_bottom_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .71); box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossyMidnightBlue7, .hover_shadow_top_left_glossyMidnightBlue7:hover, .active_shadow_top_left_glossyMidnightBlue7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); } .shadow_top_left_glossyMidnightBlue7h, .hover_shadow_top_left_glossyMidnightBlue7h:hover, .active_shadow_top_left_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); } .shadow_top_left_glossyMidnightBlue7a, .hover_shadow_top_left_glossyMidnightBlue7a:hover, .active_shadow_top_left_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); } .shadow_top_left_glossyMidnightBlue7s, .hover_shadow_top_left_glossyMidnightBlue7s:hover, .active_shadow_top_left_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossyMidnightBlue7, .hover_shadow_top_right_glossyMidnightBlue7:hover, .active_shadow_top_right_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(30, 30, 136, .39); box-shadow: 0.5em -0.5em 1em rgba(30, 30, 136, .39); } .shadow_top_right_glossyMidnightBlue7h, .hover_shadow_top_right_glossyMidnightBlue7h:hover, .active_shadow_top_right_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(36, 36, 163, .50); box-shadow: 0.5em -0.5em 1em rgba(36, 36, 163, .50); } .shadow_top_right_glossyMidnightBlue7a, .hover_shadow_top_right_glossyMidnightBlue7a:hover, .active_shadow_top_right_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .63); box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .63); } .shadow_top_right_glossyMidnightBlue7s, .hover_shadow_top_right_glossyMidnightBlue7s:hover, .active_shadow_top_right_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .71); box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossyMidnightBlue7, .hover_shadow_bottom_left_glossyMidnightBlue7:hover, .active_shadow_bottom_left_glossyMidnightBlue7:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(30, 30, 136, .39); box-shadow: -0.5em 0.5em 1em rgba(30, 30, 136, .39); } .shadow_bottom_left_glossyMidnightBlue7h, .hover_shadow_bottom_left_glossyMidnightBlue7h:hover, .active_shadow_bottom_left_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(36, 36, 163, .50); box-shadow: -0.5em 0.5em 1em rgba(36, 36, 163, .50); } .shadow_bottom_left_glossyMidnightBlue7a, .hover_shadow_bottom_left_glossyMidnightBlue7a:hover, .active_shadow_bottom_left_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .63); box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .63); } .shadow_bottom_left_glossyMidnightBlue7s, .hover_shadow_bottom_left_glossyMidnightBlue7s:hover, .active_shadow_bottom_left_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .71); box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossyMidnightBlue7, .hover_shadow_bottom_right_glossyMidnightBlue7:hover, .active_shadow_bottom_right_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(30, 30, 136, .39); box-shadow: 0.5em 0.5em 1em rgba(30, 30, 136, .39); } .shadow_bottom_right_glossyMidnightBlue7h, .hover_shadow_bottom_right_glossyMidnightBlue7h:hover, .active_shadow_bottom_right_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(36, 36, 163, .50); box-shadow: 0.5em 0.5em 1em rgba(36, 36, 163, .50); } .shadow_bottom_right_glossyMidnightBlue7a, .hover_shadow_bottom_right_glossyMidnightBlue7a:hover, .active_shadow_bottom_right_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .63); box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .63); } .shadow_bottom_right_glossyMidnightBlue7s, .hover_shadow_bottom_right_glossyMidnightBlue7s:hover, .active_shadow_bottom_right_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .71); box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .71); }
widgets/common/assets/gradients/glossy/glossyMidnightBlue/glossyMidnightBlue7.css
.background_glossyMidnightBlue7, .hover_background_glossyMidnightBlue7:hover, .active_background_glossyMidnightBlue7:active:hover { background: #1e1e88; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyMidnightBlue7h, .hover_background_glossyMidnightBlue7h:hover, .active_background_glossyMidnightBlue7h:active:hover { background: #1e1e88; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyMidnightBlue7a, .hover_background_glossyMidnightBlue7a:hover, .active_background_glossyMidnightBlue7a:active:hover { background: #1e1e88; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); } .background_glossyMidnightBlue7s, .hover_background_glossyMidnightBlue7s:hover, .active_background_glossyMidnightBlue7s:active:hover { background: #1e1e88; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_color_glossyMidnightBlue7, .hover_background_color_glossyMidnightBlue7:hover, .active_background_color_glossyMidnightBlue7:active:hover { background-color:#1e1e88; } .background_first_color_glossyMidnightBlue7, .hover_background_first_color_glossyMidnightBlue7:hover, .active_background_first_color_glossyMidnightBlue7:active:hover { background-color:#ffffff; } .background_last_color_glossyMidnightBlue7, .hover_background_last_color_glossyMidnightBlue7:hover, .active_background_color_last_glossyMidnightBlue7:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossyMidnightBlue7, .hover_color_glossyMidnightBlue7:hover, .active_color_glossyMidnightBlue7:active:hover { color: #c8c8c8; } .color_glossyMidnightBlue7h, .hover_color_glossyMidnightBlue7h:hover, .active_color_glossyMidnightBlue7h:active:hover { color: #c8c8c8; } .color_glossyMidnightBlue7a, .hover_color_glossyMidnightBlue7a:hover, .active_color_glossyMidnightBlue7a:active:hover { color: #c8c8c8; } .color_glossyMidnightBlue7s, .hover_color_glossyMidnightBlue7s:hover, .active_color_glossyMidnightBlue7s:active:hover { color: #c8c8c8; } /* -------------------------- border color settings -----------------------------*/ .border_glossyMidnightBlue7, .hover_border_glossyMidnightBlue7:hover, .active_border_glossyMidnightBlue7:active:hover { border-color: #18186d #18186d #18186d #18186d; } .border_glossyMidnightBlue7h, .hover_border_glossyMidnightBlue7h:hover, .active_border_glossyMidnightBlue7h:active:hover { border-color: #141459 #141459 #141459 #141459; } .border_glossyMidnightBlue7a, .hover_border_glossyMidnightBlue7a:hover, .active_border_glossyMidnightBlue7a:active:hover { border-color: #0f0f44 #0f0f44 #0f0f44 #0f0f44; } .border_glossyMidnightBlue7s, .hover_border_glossyMidnightBlue7s:hover, .active_border_glossyMidnightBlue7s:active:hover { border-color: #18186d #18186d #18186d #18186d; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossyMidnightBlue7, .hover_shadow_expand_glossyMidnightBlue7:hover, .active_shadow_expand_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(30, 30, 136, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(30, 30, 136, .39); box-shadow: 0em 0em 1em 0.25em rgba(30, 30, 136, .39); } .shadow_expand_glossyMidnightBlue7h, .hover_shadow_expand_glossyMidnightBlue7h:hover, .active_shadow_expand_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(36, 36, 163, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(36, 36, 163, .50); box-shadow: 0em 0em 1em 0.25em rgba(36, 36, 163, .50); } .shadow_expand_glossyMidnightBlue7a, .hover_shadow_expand_glossyMidnightBlue7a:hover, .active_shadow_expand_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .63); box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .63); } .shadow_expand_glossyMidnightBlue7s, .hover_shadow_expand_glossyMidnightBlue7s:hover, .active_shadow_expand_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .71); box-shadow: 0em 0em 1em 0.25em rgba(27, 27, 123, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossyMidnightBlue7, .hover_shadow_left_glossyMidnightBlue7:hover, .active_shadow_left_glossyMidnightBlue7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); } .shadow_left_glossyMidnightBlue7h, .hover_shadow_left_glossyMidnightBlue7h:hover, .active_shadow_left_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); } .shadow_left_glossyMidnightBlue7a, .hover_shadow_left_glossyMidnightBlue7a:hover, .active_shadow_left_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); } .shadow_left_glossyMidnightBlue7s, .hover_shadow_left_glossyMidnightBlue7s:hover, .active_shadow_left_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossyMidnightBlue7, .hover_shadow_right_glossyMidnightBlue7:hover, .active_shadow_right_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0.5em 0em 1em rgba(30, 30, 136, .39); box-shadow: 0.5em 0em 1em rgba(30, 30, 136, .39); } .shadow_right_glossyMidnightBlue7h, .hover_shadow_right_glossyMidnightBlue7h:hover, .active_shadow_right_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0.5em 0em 1em rgba(36, 36, 163, .50); box-shadow: 0.5em 0em 1em rgba(36, 36, 163, .50); } .shadow_right_glossyMidnightBlue7a, .hover_shadow_right_glossyMidnightBlue7a:hover, .active_shadow_right_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .63); box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .63); } .shadow_right_glossyMidnightBlue7s, .hover_shadow_right_glossyMidnightBlue7s:hover, .active_shadow_right_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .71); box-shadow: 0.5em 0em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossyMidnightBlue7, .hover_shadow_top_glossyMidnightBlue7:hover, .active_shadow_top_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0em -0.5em 1em rgba(30, 30, 136, .39); box-shadow: 0em -0.5em 1em rgba(30, 30, 136, .39); } .shadow_top_glossyMidnightBlue7h, .hover_shadow_top_glossyMidnightBlue7h:hover, .active_shadow_top_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0em -0.5em 1em rgba(36, 36, 163, .50); box-shadow: 0em -0.5em 1em rgba(36, 36, 163, .50); } .shadow_top_glossyMidnightBlue7a, .hover_shadow_top_glossyMidnightBlue7a:hover, .active_shadow_top_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .63); box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .63); } .shadow_top_glossyMidnightBlue7s, .hover_shadow_top_glossyMidnightBlue7s:hover, .active_shadow_top_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .71); box-shadow: 0em -0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossyMidnightBlue7, .hover_shadow_bottom_glossyMidnightBlue7:hover, .active_shadow_bottom_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0em 0.5em 1em rgba(30, 30, 136, .39); box-shadow: 0em 0.5em 1em rgba(30, 30, 136, .39); } .shadow_bottom_glossyMidnightBlue7h, .hover_shadow_bottom_glossyMidnightBlue7h:hover, .active_shadow_bottom_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0em 0.5em 1em rgba(36, 36, 163, .50); box-shadow: 0em 0.5em 1em rgba(36, 36, 163, .50); } .shadow_bottom_glossyMidnightBlue7a, .hover_shadow_bottom_glossyMidnightBlue7a:hover, .active_shadow_bottom_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .63); box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .63); } .shadow_bottom_glossyMidnightBlue7s, .hover_shadow_bottom_glossyMidnightBlue7s:hover, .active_shadow_bottom_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .71); box-shadow: 0em 0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossyMidnightBlue7, .hover_shadow_top_left_glossyMidnightBlue7:hover, .active_shadow_top_left_glossyMidnightBlue7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); box-shadow: -0.5em -0.5em 1em rgba(30, 30, 136, .39); } .shadow_top_left_glossyMidnightBlue7h, .hover_shadow_top_left_glossyMidnightBlue7h:hover, .active_shadow_top_left_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); box-shadow: -0.5em -0.5em 1em rgba(36, 36, 163, .50); } .shadow_top_left_glossyMidnightBlue7a, .hover_shadow_top_left_glossyMidnightBlue7a:hover, .active_shadow_top_left_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .63); } .shadow_top_left_glossyMidnightBlue7s, .hover_shadow_top_left_glossyMidnightBlue7s:hover, .active_shadow_top_left_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); box-shadow: -0.5em -0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossyMidnightBlue7, .hover_shadow_top_right_glossyMidnightBlue7:hover, .active_shadow_top_right_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(30, 30, 136, .39); box-shadow: 0.5em -0.5em 1em rgba(30, 30, 136, .39); } .shadow_top_right_glossyMidnightBlue7h, .hover_shadow_top_right_glossyMidnightBlue7h:hover, .active_shadow_top_right_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(36, 36, 163, .50); box-shadow: 0.5em -0.5em 1em rgba(36, 36, 163, .50); } .shadow_top_right_glossyMidnightBlue7a, .hover_shadow_top_right_glossyMidnightBlue7a:hover, .active_shadow_top_right_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .63); box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .63); } .shadow_top_right_glossyMidnightBlue7s, .hover_shadow_top_right_glossyMidnightBlue7s:hover, .active_shadow_top_right_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .71); box-shadow: 0.5em -0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossyMidnightBlue7, .hover_shadow_bottom_left_glossyMidnightBlue7:hover, .active_shadow_bottom_left_glossyMidnightBlue7:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(30, 30, 136, .39); box-shadow: -0.5em 0.5em 1em rgba(30, 30, 136, .39); } .shadow_bottom_left_glossyMidnightBlue7h, .hover_shadow_bottom_left_glossyMidnightBlue7h:hover, .active_shadow_bottom_left_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(36, 36, 163, .50); box-shadow: -0.5em 0.5em 1em rgba(36, 36, 163, .50); } .shadow_bottom_left_glossyMidnightBlue7a, .hover_shadow_bottom_left_glossyMidnightBlue7a:hover, .active_shadow_bottom_left_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .63); box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .63); } .shadow_bottom_left_glossyMidnightBlue7s, .hover_shadow_bottom_left_glossyMidnightBlue7s:hover, .active_shadow_bottom_left_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .71); box-shadow: -0.5em 0.5em 1em rgba(27, 27, 123, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossyMidnightBlue7, .hover_shadow_bottom_right_glossyMidnightBlue7:hover, .active_shadow_bottom_right_glossyMidnightBlue7:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(30, 30, 136, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(30, 30, 136, .39); box-shadow: 0.5em 0.5em 1em rgba(30, 30, 136, .39); } .shadow_bottom_right_glossyMidnightBlue7h, .hover_shadow_bottom_right_glossyMidnightBlue7h:hover, .active_shadow_bottom_right_glossyMidnightBlue7h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(36, 36, 163, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(36, 36, 163, .50); box-shadow: 0.5em 0.5em 1em rgba(36, 36, 163, .50); } .shadow_bottom_right_glossyMidnightBlue7a, .hover_shadow_bottom_right_glossyMidnightBlue7a:hover, .active_shadow_bottom_right_glossyMidnightBlue7a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .63); box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .63); } .shadow_bottom_right_glossyMidnightBlue7s, .hover_shadow_bottom_right_glossyMidnightBlue7s:hover, .active_shadow_bottom_right_glossyMidnightBlue7s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .71); box-shadow: 0.5em 0.5em 1em rgba(27, 27, 123, .71); }
0.450118
0.072538
IEclipsePreferences#org-eclipse-ui-workbench:org-jkiss-dbeaver-core { preferences: 'org.jkiss.dbeaver.sql.resultset.color.cell.odd.background=16,16,16' 'org.jkiss.dbeaver.sql.resultset.color.cell.modified.background=210,68,0' 'org.jkiss.dbeaver.sql.resultset.color.cell.error.background=128,0,0' 'org.jkiss.dbeaver.sql.resultset.color.cell.new.background=0,115,0' 'org.jkiss.dbeaver.sql.resultset.color.cell.deleted.background=140,0,0' 'org.jkiss.dbeaver.sql.resultset.color.cell.matched.background=139,69,19' 'org.jkiss.dbeaver.sql.resultset.color.lines.normal=64,64,64' 'org.jkiss.dbeaver.sql.resultset.color.lines.selected=105,105,105' 'org.jkiss.dbeaver.sql.resultset.color.header.background=120,120,120' 'org.jkiss.dbeaver.sql.resultset.color.header.foreground=255,255,255' 'org.jkiss.dbeaver.sql.resultset.color.header.selected.background=105,105,150' 'org.jkiss.dbeaver.sql.resultset.color.null.foreground=100,100,100' 'org.jkiss.dbeaver.sql.resultset.color.binary.foreground=100,100,100' 'org.jkiss.dbeaver.sql.resultset.color.boolean.foreground=255,0,0' 'org.jkiss.dbeaver.sql.resultset.color.datetime.foreground=0,191,0' 'org.jkiss.dbeaver.sql.resultset.color.numeric.foreground=64,64,255' 'org.jkiss.dbeaver.sql.resultset.color.string.foreground=111,111,111' 'org.jkiss.dbeaver.sql.editor.color.text.foreground=221,221,221' 'org.jkiss.dbeaver.sql.editor.color.text.background=65,70,74' 'org.jkiss.dbeaver.sql.editor.color.disabled.background=0,0,0' 'org.jkiss.dbeaver.sql.editor.color.keyword.foreground=255,128,64' 'org.jkiss.dbeaver.sql.editor.color.datatype.foreground=255,255,128' 'org.jkiss.dbeaver.sql.editor.color.string.foreground=144,238,144' 'org.jkiss.dbeaver.sql.editor.color.number.foreground=0,128,128' 'org.jkiss.dbeaver.sql.editor.color.comment.foreground=169,169,169' 'org.jkiss.dbeaver.sql.editor.color.delimiter.foreground=255,0,0' 'org.jkiss.dbeaver.erd.diagram.background=16,16,16' 'org.jkiss.dbeaver.erd.diagram.entity.regular.background=0,0,0' 'org.jkiss.dbeaver.erd.diagram.entity.primary.background=128,64,32' 'org.jkiss.dbeaver.erd.diagram.entity.association.background=64,64,64' 'org.jkiss.dbeaver.erd.diagram.entity.name.foreground=255,255,255' 'org.jkiss.dbeaver.erd.diagram.attributes.background=64,64,64' 'org.jkiss.dbeaver.erd.diagram.attributes.foreground=255,255,255' 'org.jkiss.dbeaver.erd.diagram.notes.background=64,64,64' 'org.jkiss.dbeaver.erd.diagram.notes.foreground=255,255,255' }
plugins/org.jkiss.dbeaver.core/css/e4-dark_dbeaver_prefstyle.css
IEclipsePreferences#org-eclipse-ui-workbench:org-jkiss-dbeaver-core { preferences: 'org.jkiss.dbeaver.sql.resultset.color.cell.odd.background=16,16,16' 'org.jkiss.dbeaver.sql.resultset.color.cell.modified.background=210,68,0' 'org.jkiss.dbeaver.sql.resultset.color.cell.error.background=128,0,0' 'org.jkiss.dbeaver.sql.resultset.color.cell.new.background=0,115,0' 'org.jkiss.dbeaver.sql.resultset.color.cell.deleted.background=140,0,0' 'org.jkiss.dbeaver.sql.resultset.color.cell.matched.background=139,69,19' 'org.jkiss.dbeaver.sql.resultset.color.lines.normal=64,64,64' 'org.jkiss.dbeaver.sql.resultset.color.lines.selected=105,105,105' 'org.jkiss.dbeaver.sql.resultset.color.header.background=120,120,120' 'org.jkiss.dbeaver.sql.resultset.color.header.foreground=255,255,255' 'org.jkiss.dbeaver.sql.resultset.color.header.selected.background=105,105,150' 'org.jkiss.dbeaver.sql.resultset.color.null.foreground=100,100,100' 'org.jkiss.dbeaver.sql.resultset.color.binary.foreground=100,100,100' 'org.jkiss.dbeaver.sql.resultset.color.boolean.foreground=255,0,0' 'org.jkiss.dbeaver.sql.resultset.color.datetime.foreground=0,191,0' 'org.jkiss.dbeaver.sql.resultset.color.numeric.foreground=64,64,255' 'org.jkiss.dbeaver.sql.resultset.color.string.foreground=111,111,111' 'org.jkiss.dbeaver.sql.editor.color.text.foreground=221,221,221' 'org.jkiss.dbeaver.sql.editor.color.text.background=65,70,74' 'org.jkiss.dbeaver.sql.editor.color.disabled.background=0,0,0' 'org.jkiss.dbeaver.sql.editor.color.keyword.foreground=255,128,64' 'org.jkiss.dbeaver.sql.editor.color.datatype.foreground=255,255,128' 'org.jkiss.dbeaver.sql.editor.color.string.foreground=144,238,144' 'org.jkiss.dbeaver.sql.editor.color.number.foreground=0,128,128' 'org.jkiss.dbeaver.sql.editor.color.comment.foreground=169,169,169' 'org.jkiss.dbeaver.sql.editor.color.delimiter.foreground=255,0,0' 'org.jkiss.dbeaver.erd.diagram.background=16,16,16' 'org.jkiss.dbeaver.erd.diagram.entity.regular.background=0,0,0' 'org.jkiss.dbeaver.erd.diagram.entity.primary.background=128,64,32' 'org.jkiss.dbeaver.erd.diagram.entity.association.background=64,64,64' 'org.jkiss.dbeaver.erd.diagram.entity.name.foreground=255,255,255' 'org.jkiss.dbeaver.erd.diagram.attributes.background=64,64,64' 'org.jkiss.dbeaver.erd.diagram.attributes.foreground=255,255,255' 'org.jkiss.dbeaver.erd.diagram.notes.background=64,64,64' 'org.jkiss.dbeaver.erd.diagram.notes.foreground=255,255,255' }
0.383295
0.087369
.body { display: flex; position: relative; margin-right: auto; margin-left: auto; } .jumbotron { background-color: #EAEAEA; color: green; text-align: center; width: 487px; height: 600px; position: absolute; left: 240px; top: 190px; opacity: 0.9; border-style: solid; border-color: black; border-width: 9px; opacity: 0.9; } .container { min-width: 1920px; min-height: 900px; } .bg-image { background-image: url("blue_login.png"); background-repeat: no-repeat; background-size: cover; position: absolute; height: 100vh; width: 100vw; } .header { position: absolute; left: 160px; font-size: 120px; font-family: 'Oswald', sans-serif; } .text_vhod { position: absolute; left: 190px; top: 10px; !important font-family: 'Yrsa', serif; color: black; } .form-outline { position: absolute; top: 150px; width: 352px; height: 35.53px; color: black; } .form-label { position: absolute; top: -28px; left: 13px; font-size: 20px; font-family: Roboto; font-style: italic; font-weight: bold; } .password-control { position: absolute; width: 352px; height: 35.53px; top: 250px; left: 60px; } .form-pass { position: absolute; top: 220px; left: 73px; color: black; } .lion { position: absolute; left: 1000px; top: 50px; } .btn_vhod { background-color: black; color: white; position: absolute; text-align: center; top: 370px; left: 180px; width: 100px; height: 40px; font-size: 18px; border-radius: 10px; } .hyperlink { position: absolute; top: 292px; font-size: 20px; text-decoration: underline; font-style: italic; color: black; } .anon_btn { position: absolute; top: 425px; left: 120px; width: 220px; height: 40px; text-align: center; font-size: 20px; border-radius: 10px; background-color: black; color: white; !important font-family: "Yrsa", serif; } .text_no_usage { position: absolute; top: 520px; left: 140px; font-style: italic; color: black; text-decoration: bold; } .register_link { position: absolute; top: 545px; left: 115px; font-size: 19px; color: black; font-style: italic; }
html-css/LoginPage/style.css
.body { display: flex; position: relative; margin-right: auto; margin-left: auto; } .jumbotron { background-color: #EAEAEA; color: green; text-align: center; width: 487px; height: 600px; position: absolute; left: 240px; top: 190px; opacity: 0.9; border-style: solid; border-color: black; border-width: 9px; opacity: 0.9; } .container { min-width: 1920px; min-height: 900px; } .bg-image { background-image: url("blue_login.png"); background-repeat: no-repeat; background-size: cover; position: absolute; height: 100vh; width: 100vw; } .header { position: absolute; left: 160px; font-size: 120px; font-family: 'Oswald', sans-serif; } .text_vhod { position: absolute; left: 190px; top: 10px; !important font-family: 'Yrsa', serif; color: black; } .form-outline { position: absolute; top: 150px; width: 352px; height: 35.53px; color: black; } .form-label { position: absolute; top: -28px; left: 13px; font-size: 20px; font-family: Roboto; font-style: italic; font-weight: bold; } .password-control { position: absolute; width: 352px; height: 35.53px; top: 250px; left: 60px; } .form-pass { position: absolute; top: 220px; left: 73px; color: black; } .lion { position: absolute; left: 1000px; top: 50px; } .btn_vhod { background-color: black; color: white; position: absolute; text-align: center; top: 370px; left: 180px; width: 100px; height: 40px; font-size: 18px; border-radius: 10px; } .hyperlink { position: absolute; top: 292px; font-size: 20px; text-decoration: underline; font-style: italic; color: black; } .anon_btn { position: absolute; top: 425px; left: 120px; width: 220px; height: 40px; text-align: center; font-size: 20px; border-radius: 10px; background-color: black; color: white; !important font-family: "Yrsa", serif; } .text_no_usage { position: absolute; top: 520px; left: 140px; font-style: italic; color: black; text-decoration: bold; } .register_link { position: absolute; top: 545px; left: 115px; font-size: 19px; color: black; font-style: italic; }
0.378
0.041696
html body { overflow: hidden; margin: 0; font-family: sans-serif; } body { word-wrap: break-word; } @media (min-width: 992px) { body { } } nav { height: 6vh; } #feedback-panel { overflow-y: scroll; margin-top: 10px; padding-right: 30px; } #main-body { background-color: white; overflow-y: scroll; padding-right: 0; } #content { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; height: 94vh; } #content .row { height: 100%; } #question-panel { padding: 10px; } #question-header { padding: 10px; } #question-content { margin-top: 20px; padding-left: 0px; } #question-body { margin-left: 0; padding-left: 0px; } #question { padding-left: 10px; } #question-collapse-button { text-decoration: underline; } .art-table-info { font-weight: bold; } #art-panel { width: 30%; max-width: 400px; margin-left: 10px; } #art-panel .panel-header { text-align: center; font-style: oblique; font-weight: bold; } #solution-panel { padding-right: 20px; } #solution-last-modified { text-align: right; background-color: aquamarine } #peer-feedback { overflow-y: auto; } #feedback-form { } .active { font-weight: bold; color: skyblue; } .hidden { visibility: hidden; } #solution-date { font-style: italic; } #solution-dropdown { } #main-nav { background-color: #fc934d; color: white; } #stickied { background-color: #FEFDAF; } .btn-secondary { background-color: #ffffff; border-color: #ffffff; color: #4678d6; font-weight: bold; } .badge-info { background-color: #fc934d; border-color: #fc934d; } .btn-primary { background-color: #4678d6; } #milkmaid { cursor: pointer; } #edit-solution { text-decoration: underline; } .dropdown-item.active { background-color: #4678d6; } .btn-primary:hover { color: #fc934d; background-color: #4678d6; border-color: #4678d6; } .btn-secondary:hover { background-color: #4678d6; border-color: #4678d6; color: #ffffff; } .btn-primary:active { background-color: #365da6; border-color: #365da6; } .btn-secondary:active { background-color: #365da6 !important; border-color: #365da6; }
styles.css
html body { overflow: hidden; margin: 0; font-family: sans-serif; } body { word-wrap: break-word; } @media (min-width: 992px) { body { } } nav { height: 6vh; } #feedback-panel { overflow-y: scroll; margin-top: 10px; padding-right: 30px; } #main-body { background-color: white; overflow-y: scroll; padding-right: 0; } #content { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; height: 94vh; } #content .row { height: 100%; } #question-panel { padding: 10px; } #question-header { padding: 10px; } #question-content { margin-top: 20px; padding-left: 0px; } #question-body { margin-left: 0; padding-left: 0px; } #question { padding-left: 10px; } #question-collapse-button { text-decoration: underline; } .art-table-info { font-weight: bold; } #art-panel { width: 30%; max-width: 400px; margin-left: 10px; } #art-panel .panel-header { text-align: center; font-style: oblique; font-weight: bold; } #solution-panel { padding-right: 20px; } #solution-last-modified { text-align: right; background-color: aquamarine } #peer-feedback { overflow-y: auto; } #feedback-form { } .active { font-weight: bold; color: skyblue; } .hidden { visibility: hidden; } #solution-date { font-style: italic; } #solution-dropdown { } #main-nav { background-color: #fc934d; color: white; } #stickied { background-color: #FEFDAF; } .btn-secondary { background-color: #ffffff; border-color: #ffffff; color: #4678d6; font-weight: bold; } .badge-info { background-color: #fc934d; border-color: #fc934d; } .btn-primary { background-color: #4678d6; } #milkmaid { cursor: pointer; } #edit-solution { text-decoration: underline; } .dropdown-item.active { background-color: #4678d6; } .btn-primary:hover { color: #fc934d; background-color: #4678d6; border-color: #4678d6; } .btn-secondary:hover { background-color: #4678d6; border-color: #4678d6; color: #ffffff; } .btn-primary:active { background-color: #365da6; border-color: #365da6; } .btn-secondary:active { background-color: #365da6 !important; border-color: #365da6; }
0.463444
0.058939
body { background-attachment: fixed; background-color: #ddd ; background-repeat: no-repeat; color: #555 ; height: 100%; margin: 0; padding: 20px; width: auto; /* Disable certain interactions on touch devices */ /* derived from https://github.com/ftlabs/fastclick/blob/master/examples/input.html */ -webkit-highlight: none ; -webkit-tap-highlight-color: rgba(0,0,0,0) ; -webkit-tap-highlight-color: transparent ; /* For some Androids */ -webkit-text-size-adjust: none ; -ms-text-size-adjust: none ; -webkit-touch-callout: none ; -webkit-user-select: none ; -moz-user-select: none ; -ms-user-select: none ; user-select: none ; } /* Recommended for Windows 8 Phone /* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */ html { -ms-touch-action: pan-x; } div { font: normal 14px/120% "Intel Clear W", Arial, sans-serif; color: #333; text-align: center; text-shadow: 0 1px 0 rgb(238, 238, 238); } /* Recommended for Windows 8 Phone */ /* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */ /* allow copy-paste */ input, textarea { background-color: #fff ; color: #555 ; -webkit-user-select: text ; -moz-user-select: text ; -ms-user-select: text ; user-select: text ; width: 100%; height: 225px; border: #999 1px solid; font: normal 14px/120% "Intel Clear W Italic", Arial, sans-serif; text-align: left; } .align-center { text-align: center; } button { background-color: #eee ; border: #999 1px solid ; color: #555 ; width: auto; height: auto; -webkit-border-radius: 50px ; border-radius: 50px ; margin: 3px; padding: 9px; font: normal 14px/120% "Intel Clear W", Arial, sans-serif; text-align: center; } button:focus, button:hover { background-color: #555 ; color: #eee ; outline: none ; } labels { font: normal 14px/180% "Intel Clear W", Arial, sans-serif; color: #555 ; text-align: right ; } .Scroll Bar { background-color: #ccc ; width: 7px; height: auto; -webkit-border-radius: 57%/3% ; border-radius: 57%/3% ; } h1 { font: normal 38px/120% "Intel Clear W", Arial, sans-serif; color: #333 ; text-align: center; /* text-shadow: 0 1px 0 #eee ;*/ } h2 { font: normal 16px/120% "Intel Clear W", Arial, sans-serif; color: #333 ; text-align: center; /* text-shadow: 0 1px 0 #eee ;*/ } audio { width: 280px; } hr { /* Gradient transparent - color - transparent */ border: 0 ; height: 1px ; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) ; margin: 0 5% ; }
www/css/app.css
body { background-attachment: fixed; background-color: #ddd ; background-repeat: no-repeat; color: #555 ; height: 100%; margin: 0; padding: 20px; width: auto; /* Disable certain interactions on touch devices */ /* derived from https://github.com/ftlabs/fastclick/blob/master/examples/input.html */ -webkit-highlight: none ; -webkit-tap-highlight-color: rgba(0,0,0,0) ; -webkit-tap-highlight-color: transparent ; /* For some Androids */ -webkit-text-size-adjust: none ; -ms-text-size-adjust: none ; -webkit-touch-callout: none ; -webkit-user-select: none ; -moz-user-select: none ; -ms-user-select: none ; user-select: none ; } /* Recommended for Windows 8 Phone /* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */ html { -ms-touch-action: pan-x; } div { font: normal 14px/120% "Intel Clear W", Arial, sans-serif; color: #333; text-align: center; text-shadow: 0 1px 0 rgb(238, 238, 238); } /* Recommended for Windows 8 Phone */ /* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */ /* allow copy-paste */ input, textarea { background-color: #fff ; color: #555 ; -webkit-user-select: text ; -moz-user-select: text ; -ms-user-select: text ; user-select: text ; width: 100%; height: 225px; border: #999 1px solid; font: normal 14px/120% "Intel Clear W Italic", Arial, sans-serif; text-align: left; } .align-center { text-align: center; } button { background-color: #eee ; border: #999 1px solid ; color: #555 ; width: auto; height: auto; -webkit-border-radius: 50px ; border-radius: 50px ; margin: 3px; padding: 9px; font: normal 14px/120% "Intel Clear W", Arial, sans-serif; text-align: center; } button:focus, button:hover { background-color: #555 ; color: #eee ; outline: none ; } labels { font: normal 14px/180% "Intel Clear W", Arial, sans-serif; color: #555 ; text-align: right ; } .Scroll Bar { background-color: #ccc ; width: 7px; height: auto; -webkit-border-radius: 57%/3% ; border-radius: 57%/3% ; } h1 { font: normal 38px/120% "Intel Clear W", Arial, sans-serif; color: #333 ; text-align: center; /* text-shadow: 0 1px 0 #eee ;*/ } h2 { font: normal 16px/120% "Intel Clear W", Arial, sans-serif; color: #333 ; text-align: center; /* text-shadow: 0 1px 0 #eee ;*/ } audio { width: 280px; } hr { /* Gradient transparent - color - transparent */ border: 0 ; height: 1px ; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) ; margin: 0 5% ; }
0.682997
0.088781
.amadeus-search-box h2.title { font-size: 25px; } .amadeus-wrapper .amadeus-content-search .overlay-form { min-height: 150px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title { position: relative; padding-bottom: 5px; margin-bottom: 20px; width: 100%; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title h4.title { font-size: 16px; font-weight: bold; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title i { position: absolute; right: 0; bottom: -9px; color: #ed8323; font-size: 22px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title i.process-flight { left: 0; display: none; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title:before { position: absolute; width: calc(100% - 30px); content: ''; border-bottom: 2px dashed #ed8323; bottom: 0; left: 0; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title #flight-count { float: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item { display: flex; border: 1px solid #ccc; box-shadow: 2px 2px 10px #dfdfdf; margin-bottom: 25px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left { width: 20%; float: left; text-align: center; padding: 20px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left a.btn { margin-bottom: 5px; width: 100%; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left a.btn span.price { display: block; font-weight: bold; } @media screen and (max-width: 767px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left a { padding: 5px; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left p { font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left p span { font-style: italic; color: #ed8323; } @media screen and (max-width: 767px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left { padding: 5px; } } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left { width: 100%; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid { border-left: 1px solid #ccc; border-right: 1px solid #ccc; width: 77.5%; float: left; position: relative; padding: 15px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .img-small { position: absolute; bottom: 2px; right: 2px; opacity: 0.5; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .booking-item-more { border-top: 1px dashed #ddd; padding: 15px 0 0px 1px; overflow: hidden; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .booking-item-more ul.extra-info { list-style: square; margin: 0; padding: 0; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .booking-item-more ul.extra-info li { float: left; list-style: none; margin-right: 20px; font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process { display: flex; padding: 15px 0; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start time.flight-start-time { display: inline-block; margin-top: 1px; vertical-align: middle; font-size: 28px; line-height: 28px; margin-right: 7px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start .flight-start-date { position: relative; display: inline-block; color: #999; vertical-align: middle; text-align: center; text-transform: uppercase; font-size: 7px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start .flight-start-date span.flight-start-date-day { display: block; margin: 0px 0 4px; text-align: center; font-size: 12px; line-height: 10px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start .flight-start-city { overflow: hidden; margin-top: 6px; width: 110px; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; line-height: 1.2; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start .flight-start-city span.flight-start-city-name { white-space: nowrap; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start.flight-end { text-align: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start.flight-end .flight-start-time { margin-right: 0px; margin-left: 7px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start.flight-end .flight-start-city { text-align: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers { flex: 1; padding: 0 8px; font-weight: 400; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers header.flight-stop-layovers-time { display: -ms-flexbox; -js-display: flex; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: center; justify-content: center; margin-top: 4px; margin-bottom: 7px; text-align: center; font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers header.flight-stop-layovers-time span.formatted_time { word-spacing: -.2ex; direction: ltr; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list { position: relative; display: block; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper { display: -ms-flexbox; -js-display: flex; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: justify; justify-content: space-between; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item { position: relative; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .flight-stop-layover-iata { position: relative; margin-top: -4px; width: 22px; text-align: center; cursor: default; cursor: pointer; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .flight-stop-layover-iata span { display: block; margin-top: 5px; text-align: center; text-transform: uppercase; line-height: 1.2; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .flight-stop-layover-iata:before { display: inline-block; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 5px; background: #fff; content: ""; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .flight-stop-layover-iata:after { position: absolute; top: 2px; left: 50%; margin-left: -4px; width: 6px; height: 6px; border: 3px solid #fff; border-radius: 6px; background-color: rgba(255, 255, 255, 0); box-shadow: 0 0 0 2px #ed8323; content: ""; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .tooltip { width: max-content; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .tooltip .tooltip-inner { padding: 7px 8px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .tooltip .tooltip-inner .flight-tooltip { text-align: left; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main:before { position: absolute; top: 0; right: 10px; left: 10px; height: 2px; background: #ed8323; content: ""; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info { display: none; border-top: 1px dashed #ccc; margin-top: 13px; padding: 15px 0px 0px 0px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-stop { overflow: hidden; color: #333; font-weight: bold; padding: 7px 0; border-top: 1px dashed #ed8323; border-bottom: 1px dashed #ed8323; margin: 15px 0; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-stop .flight-stop-name { width: 70%; float: left; font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-stop .flight-stop-duration { width: 30%; float: right; text-align: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main { border-left: 2px dashed #ccc; padding-left: 10px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-time { overflow: hidden; font-weight: bold; color: #444; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-time .time-range { width: 70%; float: left; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-time .time-duration { width: 30%; float: right; text-align: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .air-range { font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-meta { overflow: hidden; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-meta ul { margin: 0; padding: 0; padding-left: 15px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-meta ul li { font-size: 13px; list-style: square; float: left; margin-right: 25px; } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid { width: 100%; border-top: 1px solid #ccc; padding-top: 5px; margin-top: 12px; border-left: 0px; border-right: 0px; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right { width: 2.5%; float: left; position: relative; cursor: pointer; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right i.fa { font-size: 10px; position: absolute; top: 50%; margin-top: -5px; left: 50%; margin-left: -5px; } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right i.fa { position: relative; border-top: 1px solid gray; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right.open i { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right { width: 100%; border-top: 1px solid #ccc; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .hidden { display: none; } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item { display: block; overflow: hidden; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .load-more { cursor: pointer; background: #ed8323; text-align: center; padding: 10px; color: #fff; font-size: 16px; display: none; } .amadeus-wrapper .amadeus-content-search .amadeus-list .load-more:hover { opacity: 0.9; } .amadeus-wrapper .amadeus-content-search .amadeus-list .load-more.no-more { background: gray; } @media screen and (max-width: 991px) { .amadeus-wrapper .amadeus-content-search { min-height: 150px; } } /*# sourceMappingURL=amadeus_flight.css.map */
SiteBackup11172018/Files/wp-content/themes/traveler/inc/modules/amadeus/assets/css/amadeus_flight.css
.amadeus-search-box h2.title { font-size: 25px; } .amadeus-wrapper .amadeus-content-search .overlay-form { min-height: 150px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title { position: relative; padding-bottom: 5px; margin-bottom: 20px; width: 100%; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title h4.title { font-size: 16px; font-weight: bold; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title i { position: absolute; right: 0; bottom: -9px; color: #ed8323; font-size: 22px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title i.process-flight { left: 0; display: none; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title:before { position: absolute; width: calc(100% - 30px); content: ''; border-bottom: 2px dashed #ed8323; bottom: 0; left: 0; } .amadeus-wrapper .amadeus-content-search .amadeus-list .departure-title #flight-count { float: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item { display: flex; border: 1px solid #ccc; box-shadow: 2px 2px 10px #dfdfdf; margin-bottom: 25px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left { width: 20%; float: left; text-align: center; padding: 20px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left a.btn { margin-bottom: 5px; width: 100%; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left a.btn span.price { display: block; font-weight: bold; } @media screen and (max-width: 767px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left a { padding: 5px; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left p { font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left p span { font-style: italic; color: #ed8323; } @media screen and (max-width: 767px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left { padding: 5px; } } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-left { width: 100%; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid { border-left: 1px solid #ccc; border-right: 1px solid #ccc; width: 77.5%; float: left; position: relative; padding: 15px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .img-small { position: absolute; bottom: 2px; right: 2px; opacity: 0.5; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .booking-item-more { border-top: 1px dashed #ddd; padding: 15px 0 0px 1px; overflow: hidden; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .booking-item-more ul.extra-info { list-style: square; margin: 0; padding: 0; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .booking-item-more ul.extra-info li { float: left; list-style: none; margin-right: 20px; font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process { display: flex; padding: 15px 0; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start time.flight-start-time { display: inline-block; margin-top: 1px; vertical-align: middle; font-size: 28px; line-height: 28px; margin-right: 7px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start .flight-start-date { position: relative; display: inline-block; color: #999; vertical-align: middle; text-align: center; text-transform: uppercase; font-size: 7px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start .flight-start-date span.flight-start-date-day { display: block; margin: 0px 0 4px; text-align: center; font-size: 12px; line-height: 10px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start .flight-start-city { overflow: hidden; margin-top: 6px; width: 110px; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; line-height: 1.2; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start .flight-start-city span.flight-start-city-name { white-space: nowrap; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start.flight-end { text-align: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start.flight-end .flight-start-time { margin-right: 0px; margin-left: 7px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process .flight-start.flight-end .flight-start-city { text-align: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers { flex: 1; padding: 0 8px; font-weight: 400; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers header.flight-stop-layovers-time { display: -ms-flexbox; -js-display: flex; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: center; justify-content: center; margin-top: 4px; margin-bottom: 7px; text-align: center; font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers header.flight-stop-layovers-time span.formatted_time { word-spacing: -.2ex; direction: ltr; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list { position: relative; display: block; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper { display: -ms-flexbox; -js-display: flex; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: justify; justify-content: space-between; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item { position: relative; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .flight-stop-layover-iata { position: relative; margin-top: -4px; width: 22px; text-align: center; cursor: default; cursor: pointer; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .flight-stop-layover-iata span { display: block; margin-top: 5px; text-align: center; text-transform: uppercase; line-height: 1.2; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .flight-stop-layover-iata:before { display: inline-block; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 5px; background: #fff; content: ""; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .flight-stop-layover-iata:after { position: absolute; top: 2px; left: 50%; margin-left: -4px; width: 6px; height: 6px; border: 3px solid #fff; border-radius: 6px; background-color: rgba(255, 255, 255, 0); box-shadow: 0 0 0 2px #ed8323; content: ""; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .tooltip { width: max-content; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .tooltip .tooltip-inner { padding: 7px 8px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main.flight-stop-layovers-list .flight-stop-layovers-list-wrapper .flight-stop-layover-item .tooltip .tooltip-inner .flight-tooltip { text-align: left; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-process section.flight-stop-layovers main:before { position: absolute; top: 0; right: 10px; left: 10px; height: 2px; background: #ed8323; content: ""; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info { display: none; border-top: 1px dashed #ccc; margin-top: 13px; padding: 15px 0px 0px 0px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-stop { overflow: hidden; color: #333; font-weight: bold; padding: 7px 0; border-top: 1px dashed #ed8323; border-bottom: 1px dashed #ed8323; margin: 15px 0; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-stop .flight-stop-name { width: 70%; float: left; font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-stop .flight-stop-duration { width: 30%; float: right; text-align: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main { border-left: 2px dashed #ccc; padding-left: 10px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-time { overflow: hidden; font-weight: bold; color: #444; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-time .time-range { width: 70%; float: left; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-time .time-duration { width: 30%; float: right; text-align: right; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .air-range { font-size: 13px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-meta { overflow: hidden; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-meta ul { margin: 0; padding: 0; padding-left: 15px; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid .flight-detail-info .flight-detail-item .flight-detail-main .flight-meta ul li { font-size: 13px; list-style: square; float: left; margin-right: 25px; } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-mid { width: 100%; border-top: 1px solid #ccc; padding-top: 5px; margin-top: 12px; border-left: 0px; border-right: 0px; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right { width: 2.5%; float: left; position: relative; cursor: pointer; } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right i.fa { font-size: 10px; position: absolute; top: 50%; margin-top: -5px; left: 50%; margin-left: -5px; } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right i.fa { position: relative; border-top: 1px solid gray; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right.open i { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .amadeus-right { width: 100%; border-top: 1px solid #ccc; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item .hidden { display: none; } @media screen and (max-width: 520px) { .amadeus-wrapper .amadeus-content-search .amadeus-list .amadeus-item { display: block; overflow: hidden; } } .amadeus-wrapper .amadeus-content-search .amadeus-list .load-more { cursor: pointer; background: #ed8323; text-align: center; padding: 10px; color: #fff; font-size: 16px; display: none; } .amadeus-wrapper .amadeus-content-search .amadeus-list .load-more:hover { opacity: 0.9; } .amadeus-wrapper .amadeus-content-search .amadeus-list .load-more.no-more { background: gray; } @media screen and (max-width: 991px) { .amadeus-wrapper .amadeus-content-search { min-height: 150px; } } /*# sourceMappingURL=amadeus_flight.css.map */
0.446736
0.06148
text-align: -webkit-center; /*text-align: center;*/ } #uponCanvas { min-width: 840px; } .matchButton { float: left; width: 100%; overflow: hidden; position: relative; } .forceButton { margin-top: 10px; } #startMatchButton { display: table-cell; background: rgb(15, 136, 235); /*background: #31676D; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; text-align: center; cursor: pointer; height: 36px; line-height: 36px; clear: left; float: left; position: relative; left: 33%; text-align: center; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .button-hover { background: #0577ea !important; /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26) !important;*/ border-radius: 2px !important; cursor: pointer !important; } .botton-hover > span {color: #000000 !important;} #startMatchButton-span { font-size: 16px; color: #fff !important; margin: 5px 25px; } #upload-div, #group-div { width: 100px; margin: 68px auto; text-align: center; } #upload-text, #group-text {color: #bcc1cc;} #matchSettings { height: 326px; /*background: rgba(113, 245, 255, 0.05);*/ margin: 7px 10px 0 10px; } #ms-center { width: -moz-fit-content; width:-webkit-fit-content; width: fit-content; margin-left: auto; margin-right: auto; padding-top: 36px; position: relative; } .matchSettings-div { display: inline-block; float: left; list-style-type: none; } #matchResults-ul { /*margin-left: 150px;*/ padding: 20px; } #oaa { content: "."; visibility: hidden; clear: both; display: block; height: 0; } .resultList { width: 117px; height: 200px; overflow: hidden; float: left; text-align: center; margin: 0 20px 25px 22px; position: relative; } .resultList::after { content: ""; display: block; clear: both; } .resultList-img { width: 117px; height: 143px; } .resultList-span { color: rgb(84, 84, 84); font-size: 14px; } .resultListHighlight { color: rgb(84, 84, 84); font-size: 12px; } .resultList-div { width: 117px; height: 143px; margin-bottom: 10px; overflow: hidden; position: relative; } .resultList-checkbox { display: none; position: absolute; left: 0; top: 0; } .resultList-compare { display: none; bottom: 53px; height: 18px; line-height: 18px; width: 100%; background-color: #30a5ff; position: absolute; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .resultList-compare > span { font-size: 14px; color: #fff; } .resultList-div-hover { border: 1px solid #30a5ff; } #preview { /*height: 230px; width: 188px;*/ } #upload, #matchSourceGroup { height: 230px; width: 188px; /*border: 1px dashed rgba(123, 245, 254, 0.5);*/ opacity: 0.6; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; border: 2px dashed #dcdfe5; border-radius: 5px; background-color: #fafbfc; cursor: pointer; } #upload { position: relative; text-align: center; } .frame-hover { background-color: #e9ebec; /*background-image: linear-gradient(-180deg, rgba(95,160,166,0.50) 0%, rgba(44,98,104,0.50) 100%);*/ border: 2px dashed #dcdfe5 !important; opacity: 1!important; } #matchThreshold { margin: 0 34px; height: 188px; padding-top: 40px; } .matchThreshold-li{ list-style-type: none; text-align: center; } #thresholdDivider { width: 330px; margin: 5px 0 15px 0; border-top: solid 1px #dcdfe5; } #threshold-span { color: #bcc1cc; font-size: 14px; position: absolute; top: -2px; left: 0; } .threshold-li { height: 26px; line-height: 22px; position: relative; } #thresholdText, #forceMatchText { color: #bcc1cc; font-size: 12px; } #thresholdText-div { height: 16px; display: inline-block; position: relative; width: 75px; text-align: right; overflow: hidden; } #threshold-div { cursor: default; background: transparent; border: solid 1px #bcc1cc; height: 24px; width: 60px; position: relative; display: inline-block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #threshold-input { font-family: "Microsoft Yahei"; background: transparent; color: #bcc1cc; border: 0; width: 20px; height: 22px; padding: 0; margin: 0; position: absolute; top: 0; left: 5px; outline: none; } #threshold-triangle { position: absolute; right: 0px; top: 4px; } } #precentageMark { position: absolute; left: 22px; top: -2px; color: #bcc1cc !important; } #matchResults { margin: 10px 10px 0 10px; position: relative; } #matchResults-header { position: absolute; top: 0; width: 100%; height: 36px; line-height: 36px; text-align: center; /*background: rgba(123, 245, 254, 0.1);*/ } #matchResultsHeader-span { color: rgb(135, 140, 152); font-size: 16px; } #matchResults-aside { width: 161px; height: 100%; position: absolute; left: 0; top: 36px; /*background: rgba(113, 245, 255, 0.05);*/ padding-top: 12px; } #aside-uploaded { width: 135px; height: 163px; } #aside-span { color: rgb(84, 84, 84); margin-left: 12px; } #resultGallery { /*width: 1598px; position: relative;; left: 162px; top: 36px;*/ } #resultGallery-header { padding-left: 25px; height: 48px; line-height: 48px; width: 100%; right: 0; /*background-color: #2196F3;*/ cursor: default; position: relative; /*border-radius: 10px;*/ } .divider-wide {visibility: hidden;} #rg-body { width: 100%; /*background-color: rgba(113, 245, 255, 0.05);*/ border: 1px solid #e6e9f0; position: relative; right: 0; top: 0px; padding-bottom: 30px; padding-top: 30px; background-color: #f5f7fa; border-radius: 5px; } .rg-header-span { color: rgb(135, 140, 152); } #export {display: inline-block;} #export-div { height: 34px; line-height: 34px; background: rgb(0, 141, 253); /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #export-span { color: #fff !important; margin: 0 25px; } /*.actived { background: #31676D; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26)!important; }*/ .actived > span {color: #71F5FF;} #checkbox { margin-bottom: 4px; opacity: 0.5; } #rgbody::after, #matchResults-ul::after { content: " "; display: block; height: 0; clear: both; overflow: auto; } #aside-textAlign { width: 100%; text-align: center; } #aside-div { margin: 20px 12px; width: 135px; height: 165px; border: 1px dashed #cecece; } #aside-name { color: rgb(84, 84, 84); font-size: 14px; } #matchResults {display: none;} #guide { /*height: 430px; width: 100%; text-align: center; line-height: 360px;*/ width: 20%; } #searching, #none-span { font-size: 24px; color: rgb(143, 202, 255); } #alert-img { margin-bottom: 7px; margin-right: 10px; } /*#hint {line-height: 26px;} #hint > span { color: rgba(123, 245, 254, 0.5); font-size: 20px; margin-left: 10px; } .guide-li {margin-top: 15px;} .guide-li > span { font-size: 20px; color: rgba(123, 245, 254, 0.5); }*/ #mask-for-large { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(165, 165, 165, 0.5); z-index: 49999; display: none; } #group-list { z-index: 50010; width: 250px; height: 500px; /*background: #1B3538; border: 1px solid #71F5FF; box-shadow: 0px 0px 30px 0px rgba(112,244,255,0.49);*/ border-radius: 2px; opacity: 1!important; position: absolute; top: 36px; right: -254px; display: none; background: #fafbfc; border: 1px solid #dcdfe5; } .gl-li {line-height: 30px; cursor: default;list-style-type: none;} .gl-li:hover{background: #e1edfa;} .gl-span { color: #8d9199; } .none { line-height: 350px; } .none span { font-size: 16px; margin-left: 56px; color: #bcc1cc; } .gl-span-on {color: rgb(0, 0, 0);} .gl-li-on {color: rgb(0, 0, 0);background: #e1edfa;} #reference { width: 250px; height: 500px; position: relative; padding-top: 14px; } #gl-buttonPair { height: 72px; width: 100%; /*background-color: rgba(123, 245, 254, 0.1);*/ position: absolute; bottom: 0; /*left: -19px;*/ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #gl-center { width: -moz-fit-content; width:-webkit-fit-content; width: fit-content; margin-left: auto; margin-right: auto; } .gl-buttonPair-li {float: left; margin: 8px 10px;list-style-type: none;} .gl-buttonPair-span { margin: 0 20px; font-size: 16px; color: #fff; } .gl-buttonPair-cancel { height: 34px; line-height: 34px; border: 1px solid #dcdfe5; border-radius: 2px; cursor: pointer; background: #dcdfe5; } .gl-buttonPair-confirm { height: 34px; line-height: 34px; /*background: rgba(123,245,254,0.40); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; cursor: pointer; border: 1px solid #0f88eb; background: #0f88eb; } #gl-searchbox { margin: 0 25px 20px auto; border: 1px solid rgba(171, 171, 171, 0.5); /*box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.50);*/ border-radius: 2px; height: 34px; width: 200px; padding-top: 4px; } #search-logo { margin: 0 10px 0 15px; } #search-input { padding: 0; margin: 0; width: 99px; color: rgba(0, 0, 0, 0.62); background-color: transparent; border: 0; outline: none; } #search-button { display: inline-block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #search-button-div { height: 32px; line-height: 34px; background: #03A9F4; border-radius: 2px; cursor: pointer; margin-top: -4px; } #search-button-span { margin: 0 10px; color: rgba(113, 245, 255, 0.4); font-size: 14px; } #gl-scrollbox { height: 368px; width: 242px; overflow-y: scroll; overflow-x: hidden; scrollbar-arrow-color: #449adb; scrollbar-face-color: #449adb; scrollbar-3dlight-color: white; scrollbar-highlight-color: white; scrollbar-shadow-color: #449adb; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-base-color: white; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #gl-scrollbox::-webkit-scrollbar { width: 8px; } /* 滚动槽 */ #gl-scrollbox::-webkit-scrollbar-track { color: transparent; } /* 滚动条滑块 */ #gl-scrollbox::-webkit-scrollbar-thumb { border-radius: 2px; background: #8794a9; -webkit-box-shadow: white; } #gl-scrollbox::-webkit-scrollbar-thumb:window-inactive { background: #8794a9; } #large { display: none; z-index: 50013; width: 820px; height: 380px; background-color: #ffffff; padding: 20px; position: fixed; top: 50%; left: 50%; margin-left: -410px; margin-top: -190px; border-radius: 5px; } #l-Main { height: 290px; width: 100%; position: relative; padding-top: 50px; border-bottom: 1px solid #e6e9f0; /*padding: 115px 0; background-color: rgba(48,102,109,0.25); border: 1px solid rgba(123,245,254,0.20); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);*/ } .l-Content { display: inline-block; height: 202px; } #l-percentage { margin: 0 10px; text-align: center; } #l-percentage > div { width: 95px; height: 81px; background-image: url(../img/percentage-background.png); line-height: 76px; /*display: table-cell; vertical-align: middle;*/ } #l-percentage span { color: #ffffff; font-size: 16px; } #l-source { /*margin-left: 234px;*/ width: 165px; } #l-source, #l-destination{border: 1px solid rgb(230, 230, 230);} #l-destination { position: relative; } #l-buttonPair { position: absolute; right: 2px; bottom: -55px; } .l-buttonPair-li { float: left; margin: 0 10px; list-style:none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .l-buttonPair-div { background: #30a5ff; /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; height: 35px; line-height: 35px; cursor: pointer; } .l-buttonPair-div-hover { background: #298ad4; /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; } .l-buttonPair-div-hover span {color: #000000;} .l-buttonPair-div span { color: #fff; font-size: 16px; margin: 15px; } #l-Content-pic { width: 163px; height: 200px; } #l-info { position: absolute; top: 0; right: -308px; width: 278px; font-family: Microsoft Yahei; } #number { font-size: 18px; color: #8d9199; } #l-divider { margin-top: 25px; margin-bottom: 25px; border: 1px solid #30a5ff; width: 278px; } #highlight-info { font-size: 16px; color: #8d9199; } #other-info { font-size: 16px; color: #8d9199; } #l-source-img, #l-Content-img { width: 163px; height: 200px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #large-wrap {position: relative;} #large-img { position: absolute; right: 25px; top: -75px; } #l-text { position: absolute; right: 25px; bottom: -75px; font-size: 16px; color: rgba(123, 245, 254, 0.5); } #threshold-menu-ul { list-style-type: none !important; } #threshold-menu { display: none; background: #ffffff; border: 1px solid #dcdfe5; border-radius: 2px; position: absolute; z-index: 48000; padding: 5px 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 61px; top: 25px; left: 171px; } .threshold-menu-span { color: #bcc1cc !important; font-size: 14px; cursor: default; } .threshold-menu-li { line-height: 22px; cursor: pointer; } .threshold-menu-li:hover {/*background-image: linear-gradient(90deg, rgba(170, 251, 255, 0.2) 0%, rgba(113,245,255,0.00) 89%);*/background: #e1edfa;} #replacePic { position: absolute; bottom: 0; width: 100%; background-color: #03A9F4; text-align: center; display: none; } #replacePic span { font-size: 16px; color: #fff; } .export-operation { margin-right: 15px; float: right; } /*.filter-operation { position: absolute; left: 27px; top: 0; z-index: 25998; } .filter-div { display: list-item; float: left; } #age-filter-start, #age-filter-stop { width: 40px; height: 34px; } #age-filter-start:hover, #age-filter-stop:hover {border: 1px solid #7bf5fe;} #age-filter-start:focus, #age-filter-stop:focus { border: 1px solid #7bf5fe; color: #7bf5fe; } .age-filter {margin: 0 30px;} .filter-title-span {margin-right: 30px;} .filter-title-span, .age-filter-separator { color: rgba(123, 245, 254, 0.5); } .gender-filter-title, .age-filter-title { color: rgba(123, 245, 254, 1); }*/ .select-box { background: #22484C; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26); border-radius: 1px; width: 74px; line-height: 34px; margin-top: 12px; cursor: pointer; } .select-box-on { background: #041618; background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 50%, rgba(123, 245, 254, 0.1) 100%); box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.41); border-radius: 1px; } .selected-condition { font-size: 16px; color: #7BF5FE; margin-left: 10px; } .select-panel { background: #1B3538; border: 1px solid rgba(112,244,255,0.10); box-shadow: 0px 0px 4px 0px rgba(113,245,255,0.30); display: none; } .select-panel-li { line-height: 24px; height: 24px; } .select-panel-li:hover {background-color: rgba(123, 245, 254, 0.2);} .select-panel-span { font-size: 14px; margin-left: 10px; color: rgba(123, 245, 254, 0.6);; } .select-panel-li:hover > .select-panel-span {color: #7BF5FE;} .age-filter-button { background: rgba(123,245,254,0.40); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26); border-radius: 2px; height: 34px; margin-top: 12px; line-height: 34px!important; cursor: pointer; } .age-filter-button:hover { background: #7BF5FE; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26); border-radius: 2px; } .age-filter-button:hover > .age-filter-button-span {color: #000000 !important;} .age-filter-button-span { color: #7bf5fe; margin: 0 33px; } #none-li { height: 200px; width: 100%; text-align: center; } #l-text {display: none;} #mark-box { z-index: 50001; position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin: auto; } #popup-body { position: relative; cursor: default; } #origin-picture { position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 50003; } #canvas-div { position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 50005; } #wire-frame { border: #7bf5fe dashed 2px; position: absolute; display: none; } #parameterSet { display: none; position: relative; } #present-data-canvas { display: none; position: absolute; } #origin-picture { display: none; } #filter { height: 230px; background-color: #162C2E; border: 1px solid rgba(123, 245, 254, 0.1); } #people-menu, #birthplace-menu, #gender-menu { width: 100px; height: 34px; line-height: 34px; padding-left: 5px; font-size: 16px; color: rgba(127, 245, 254, 0.6); background: #22484C; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26); border-radius: 1px; cursor: default; display: inline-block; } .menu-icon { float: right; margin-top: 14px; margin-right: 5px; opacity: 0.5; } .filter-gender-span, .filter-age-span, .filter-people-span, .filter-birthplace-span { font-size: 14px; color: rgba(127, 245, 254, 0.5); } .filter-item { position: relative; height: 34px; line-height: 34px; margin: 0 15px 8px 15px; } .filter-title-span { color: rgba(127, 245, 254, 0.5); font-size: 16px; } .filter-title { height: 40px; line-height: 40px; text-align: center; margin-bottom: 15px; border-bottom: 1px solid rgba(123, 245, 254, 0.1); } #gender-menu-body { background: #1B3538; border: 1px solid rgba(112,244,255,0.10); box-shadow: 0px 0px 4px 0px rgba(113,245,255,0.30); width: 100px; position: absolute; left: 46px; top: 34px; z-index: 50013; display: none; padding: 10px 0; } .gender-menu-item { height: 24px; line-height: 24px; padding: 0 10px; cursor: default; } .gender-menu-item:hover { background:rgba(123, 245, 254, 0.2); } .gender-menu-item:hover > .gender-menu-item-span { color: #7BF5FE; } .gender-menu-item-span { font-family: PingFangSC-Light; font-size: 14px; color: rgba(123, 245, 254, 0.6); } #age-range { display: list-item; float: right; border: 1px solid rgba(123,245,254,0.40); box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.50); border-radius: 1px; width: 100px; height: 34px; line-height: 32px; padding-left: 5px; } .age-range-input { width: 24px; height: 24px; color: rgba(123, 245, 254, 0.5); } .age-filter-char { color: rgba(123, 245, 254, 0.5); } #matchSourcePic-text, #matchSourceGroup-text { display: none; width: 188px; text-align: center; padding-top: 5px; } #matchSourcePic {padding-top: 1px;cursor: pointer;} #matchSourcePic-text {padding-top: 4px;} #matchSourcePic-span { color: #828282 !important; cursor: default; font-size: 14px; } #matchSourceGroup-span { color: #828282 !important; font-size: 14px; } #forceMatchButton { opacity: 0.5; border: 1px solid #407F85; border-radius: 2px; display: table-cell; text-align: center; cursor: default; height: 34px; line-height: 34px; clear: left; float: left; position: relative; left: 33%; text-align: center; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .forceButton { float: left; width: 100%; overflow: hidden; position: relative; } #forceMatchButton-span { margin: 5px 25px; color: rgba(123, 245, 254, 0.4); } .forceButton-actived { opacity: 1 !important; border: 1px solid #407F85 !important; border-radius: 2px !important; cursor: pointer !important; } #no-face-detected { margin-top: 25px; } #people-menu-body-wrapper { background: #1B3538; border: 1px solid rgba(112,244,255,0.10); box-shadow: 0px 0px 4px 0px rgba(113,245,255,0.30); z-index: 50013; padding: 1px 1px; position: absolute; top: 34px; left: 46px; display: none; cursor: default; overflow: hidden; } #people-menu-body { width: 150px; height: 500px; padding: 9px 0; overflow-x: hidden; overflow-y: scroll; } /***************style of scroll bar***************/ #people-menu-body::-webkit-scrollbar { width: 2px; } /* 滚动槽 */ /*#people-menu-body::-webkit-scrollbar-track { }*/ /* 滚动条滑块 */ #people-menu-body::-webkit-scrollbar-thumb { border-radius: 2px; background: #4a9399; -webkit-box-shadow: white; } #people-menu-body::-webkit-scrollbar-thumb:window-inactive { background: #4a9399; } #people-menu-body { scrollbar-arrow-color: #4a9399; scrollbar-face-color: #4a9399; scrollbar-3dlight-color: white; scrollbar-highlight-color: white; scrollbar-shadow-color: #4a9399; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-base-color: white; } /***************end of scroll bar style***************/ .people-menu-body::after, .people-item::after { height: 0; content: " "; clear: both; display: block; } .people-item { display: block; float: none; height: 24px; line-height: 24px; color: rgba(123, 245, 254, 1); } .people-item-all { margin-left: 10px; } .people-capital, .people-content { display: list-item; float: left; } .people-capital { width: 30px; height: 24px; text-align: center; color: rgba(123, 245, 254, 0.65); } .people-content { color: rgba(123, 245, 254, 0.4); } .people-item:hover { background-color: rgba(123, 245, 254, 0.2); }
static/searchface/css/match.css
text-align: -webkit-center; /*text-align: center;*/ } #uponCanvas { min-width: 840px; } .matchButton { float: left; width: 100%; overflow: hidden; position: relative; } .forceButton { margin-top: 10px; } #startMatchButton { display: table-cell; background: rgb(15, 136, 235); /*background: #31676D; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; text-align: center; cursor: pointer; height: 36px; line-height: 36px; clear: left; float: left; position: relative; left: 33%; text-align: center; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .button-hover { background: #0577ea !important; /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26) !important;*/ border-radius: 2px !important; cursor: pointer !important; } .botton-hover > span {color: #000000 !important;} #startMatchButton-span { font-size: 16px; color: #fff !important; margin: 5px 25px; } #upload-div, #group-div { width: 100px; margin: 68px auto; text-align: center; } #upload-text, #group-text {color: #bcc1cc;} #matchSettings { height: 326px; /*background: rgba(113, 245, 255, 0.05);*/ margin: 7px 10px 0 10px; } #ms-center { width: -moz-fit-content; width:-webkit-fit-content; width: fit-content; margin-left: auto; margin-right: auto; padding-top: 36px; position: relative; } .matchSettings-div { display: inline-block; float: left; list-style-type: none; } #matchResults-ul { /*margin-left: 150px;*/ padding: 20px; } #oaa { content: "."; visibility: hidden; clear: both; display: block; height: 0; } .resultList { width: 117px; height: 200px; overflow: hidden; float: left; text-align: center; margin: 0 20px 25px 22px; position: relative; } .resultList::after { content: ""; display: block; clear: both; } .resultList-img { width: 117px; height: 143px; } .resultList-span { color: rgb(84, 84, 84); font-size: 14px; } .resultListHighlight { color: rgb(84, 84, 84); font-size: 12px; } .resultList-div { width: 117px; height: 143px; margin-bottom: 10px; overflow: hidden; position: relative; } .resultList-checkbox { display: none; position: absolute; left: 0; top: 0; } .resultList-compare { display: none; bottom: 53px; height: 18px; line-height: 18px; width: 100%; background-color: #30a5ff; position: absolute; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .resultList-compare > span { font-size: 14px; color: #fff; } .resultList-div-hover { border: 1px solid #30a5ff; } #preview { /*height: 230px; width: 188px;*/ } #upload, #matchSourceGroup { height: 230px; width: 188px; /*border: 1px dashed rgba(123, 245, 254, 0.5);*/ opacity: 0.6; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; border: 2px dashed #dcdfe5; border-radius: 5px; background-color: #fafbfc; cursor: pointer; } #upload { position: relative; text-align: center; } .frame-hover { background-color: #e9ebec; /*background-image: linear-gradient(-180deg, rgba(95,160,166,0.50) 0%, rgba(44,98,104,0.50) 100%);*/ border: 2px dashed #dcdfe5 !important; opacity: 1!important; } #matchThreshold { margin: 0 34px; height: 188px; padding-top: 40px; } .matchThreshold-li{ list-style-type: none; text-align: center; } #thresholdDivider { width: 330px; margin: 5px 0 15px 0; border-top: solid 1px #dcdfe5; } #threshold-span { color: #bcc1cc; font-size: 14px; position: absolute; top: -2px; left: 0; } .threshold-li { height: 26px; line-height: 22px; position: relative; } #thresholdText, #forceMatchText { color: #bcc1cc; font-size: 12px; } #thresholdText-div { height: 16px; display: inline-block; position: relative; width: 75px; text-align: right; overflow: hidden; } #threshold-div { cursor: default; background: transparent; border: solid 1px #bcc1cc; height: 24px; width: 60px; position: relative; display: inline-block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #threshold-input { font-family: "Microsoft Yahei"; background: transparent; color: #bcc1cc; border: 0; width: 20px; height: 22px; padding: 0; margin: 0; position: absolute; top: 0; left: 5px; outline: none; } #threshold-triangle { position: absolute; right: 0px; top: 4px; } } #precentageMark { position: absolute; left: 22px; top: -2px; color: #bcc1cc !important; } #matchResults { margin: 10px 10px 0 10px; position: relative; } #matchResults-header { position: absolute; top: 0; width: 100%; height: 36px; line-height: 36px; text-align: center; /*background: rgba(123, 245, 254, 0.1);*/ } #matchResultsHeader-span { color: rgb(135, 140, 152); font-size: 16px; } #matchResults-aside { width: 161px; height: 100%; position: absolute; left: 0; top: 36px; /*background: rgba(113, 245, 255, 0.05);*/ padding-top: 12px; } #aside-uploaded { width: 135px; height: 163px; } #aside-span { color: rgb(84, 84, 84); margin-left: 12px; } #resultGallery { /*width: 1598px; position: relative;; left: 162px; top: 36px;*/ } #resultGallery-header { padding-left: 25px; height: 48px; line-height: 48px; width: 100%; right: 0; /*background-color: #2196F3;*/ cursor: default; position: relative; /*border-radius: 10px;*/ } .divider-wide {visibility: hidden;} #rg-body { width: 100%; /*background-color: rgba(113, 245, 255, 0.05);*/ border: 1px solid #e6e9f0; position: relative; right: 0; top: 0px; padding-bottom: 30px; padding-top: 30px; background-color: #f5f7fa; border-radius: 5px; } .rg-header-span { color: rgb(135, 140, 152); } #export {display: inline-block;} #export-div { height: 34px; line-height: 34px; background: rgb(0, 141, 253); /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #export-span { color: #fff !important; margin: 0 25px; } /*.actived { background: #31676D; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26)!important; }*/ .actived > span {color: #71F5FF;} #checkbox { margin-bottom: 4px; opacity: 0.5; } #rgbody::after, #matchResults-ul::after { content: " "; display: block; height: 0; clear: both; overflow: auto; } #aside-textAlign { width: 100%; text-align: center; } #aside-div { margin: 20px 12px; width: 135px; height: 165px; border: 1px dashed #cecece; } #aside-name { color: rgb(84, 84, 84); font-size: 14px; } #matchResults {display: none;} #guide { /*height: 430px; width: 100%; text-align: center; line-height: 360px;*/ width: 20%; } #searching, #none-span { font-size: 24px; color: rgb(143, 202, 255); } #alert-img { margin-bottom: 7px; margin-right: 10px; } /*#hint {line-height: 26px;} #hint > span { color: rgba(123, 245, 254, 0.5); font-size: 20px; margin-left: 10px; } .guide-li {margin-top: 15px;} .guide-li > span { font-size: 20px; color: rgba(123, 245, 254, 0.5); }*/ #mask-for-large { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(165, 165, 165, 0.5); z-index: 49999; display: none; } #group-list { z-index: 50010; width: 250px; height: 500px; /*background: #1B3538; border: 1px solid #71F5FF; box-shadow: 0px 0px 30px 0px rgba(112,244,255,0.49);*/ border-radius: 2px; opacity: 1!important; position: absolute; top: 36px; right: -254px; display: none; background: #fafbfc; border: 1px solid #dcdfe5; } .gl-li {line-height: 30px; cursor: default;list-style-type: none;} .gl-li:hover{background: #e1edfa;} .gl-span { color: #8d9199; } .none { line-height: 350px; } .none span { font-size: 16px; margin-left: 56px; color: #bcc1cc; } .gl-span-on {color: rgb(0, 0, 0);} .gl-li-on {color: rgb(0, 0, 0);background: #e1edfa;} #reference { width: 250px; height: 500px; position: relative; padding-top: 14px; } #gl-buttonPair { height: 72px; width: 100%; /*background-color: rgba(123, 245, 254, 0.1);*/ position: absolute; bottom: 0; /*left: -19px;*/ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #gl-center { width: -moz-fit-content; width:-webkit-fit-content; width: fit-content; margin-left: auto; margin-right: auto; } .gl-buttonPair-li {float: left; margin: 8px 10px;list-style-type: none;} .gl-buttonPair-span { margin: 0 20px; font-size: 16px; color: #fff; } .gl-buttonPair-cancel { height: 34px; line-height: 34px; border: 1px solid #dcdfe5; border-radius: 2px; cursor: pointer; background: #dcdfe5; } .gl-buttonPair-confirm { height: 34px; line-height: 34px; /*background: rgba(123,245,254,0.40); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; cursor: pointer; border: 1px solid #0f88eb; background: #0f88eb; } #gl-searchbox { margin: 0 25px 20px auto; border: 1px solid rgba(171, 171, 171, 0.5); /*box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.50);*/ border-radius: 2px; height: 34px; width: 200px; padding-top: 4px; } #search-logo { margin: 0 10px 0 15px; } #search-input { padding: 0; margin: 0; width: 99px; color: rgba(0, 0, 0, 0.62); background-color: transparent; border: 0; outline: none; } #search-button { display: inline-block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #search-button-div { height: 32px; line-height: 34px; background: #03A9F4; border-radius: 2px; cursor: pointer; margin-top: -4px; } #search-button-span { margin: 0 10px; color: rgba(113, 245, 255, 0.4); font-size: 14px; } #gl-scrollbox { height: 368px; width: 242px; overflow-y: scroll; overflow-x: hidden; scrollbar-arrow-color: #449adb; scrollbar-face-color: #449adb; scrollbar-3dlight-color: white; scrollbar-highlight-color: white; scrollbar-shadow-color: #449adb; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-base-color: white; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #gl-scrollbox::-webkit-scrollbar { width: 8px; } /* 滚动槽 */ #gl-scrollbox::-webkit-scrollbar-track { color: transparent; } /* 滚动条滑块 */ #gl-scrollbox::-webkit-scrollbar-thumb { border-radius: 2px; background: #8794a9; -webkit-box-shadow: white; } #gl-scrollbox::-webkit-scrollbar-thumb:window-inactive { background: #8794a9; } #large { display: none; z-index: 50013; width: 820px; height: 380px; background-color: #ffffff; padding: 20px; position: fixed; top: 50%; left: 50%; margin-left: -410px; margin-top: -190px; border-radius: 5px; } #l-Main { height: 290px; width: 100%; position: relative; padding-top: 50px; border-bottom: 1px solid #e6e9f0; /*padding: 115px 0; background-color: rgba(48,102,109,0.25); border: 1px solid rgba(123,245,254,0.20); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);*/ } .l-Content { display: inline-block; height: 202px; } #l-percentage { margin: 0 10px; text-align: center; } #l-percentage > div { width: 95px; height: 81px; background-image: url(../img/percentage-background.png); line-height: 76px; /*display: table-cell; vertical-align: middle;*/ } #l-percentage span { color: #ffffff; font-size: 16px; } #l-source { /*margin-left: 234px;*/ width: 165px; } #l-source, #l-destination{border: 1px solid rgb(230, 230, 230);} #l-destination { position: relative; } #l-buttonPair { position: absolute; right: 2px; bottom: -55px; } .l-buttonPair-li { float: left; margin: 0 10px; list-style:none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .l-buttonPair-div { background: #30a5ff; /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; height: 35px; line-height: 35px; cursor: pointer; } .l-buttonPair-div-hover { background: #298ad4; /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);*/ border-radius: 2px; } .l-buttonPair-div-hover span {color: #000000;} .l-buttonPair-div span { color: #fff; font-size: 16px; margin: 15px; } #l-Content-pic { width: 163px; height: 200px; } #l-info { position: absolute; top: 0; right: -308px; width: 278px; font-family: Microsoft Yahei; } #number { font-size: 18px; color: #8d9199; } #l-divider { margin-top: 25px; margin-bottom: 25px; border: 1px solid #30a5ff; width: 278px; } #highlight-info { font-size: 16px; color: #8d9199; } #other-info { font-size: 16px; color: #8d9199; } #l-source-img, #l-Content-img { width: 163px; height: 200px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #large-wrap {position: relative;} #large-img { position: absolute; right: 25px; top: -75px; } #l-text { position: absolute; right: 25px; bottom: -75px; font-size: 16px; color: rgba(123, 245, 254, 0.5); } #threshold-menu-ul { list-style-type: none !important; } #threshold-menu { display: none; background: #ffffff; border: 1px solid #dcdfe5; border-radius: 2px; position: absolute; z-index: 48000; padding: 5px 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 61px; top: 25px; left: 171px; } .threshold-menu-span { color: #bcc1cc !important; font-size: 14px; cursor: default; } .threshold-menu-li { line-height: 22px; cursor: pointer; } .threshold-menu-li:hover {/*background-image: linear-gradient(90deg, rgba(170, 251, 255, 0.2) 0%, rgba(113,245,255,0.00) 89%);*/background: #e1edfa;} #replacePic { position: absolute; bottom: 0; width: 100%; background-color: #03A9F4; text-align: center; display: none; } #replacePic span { font-size: 16px; color: #fff; } .export-operation { margin-right: 15px; float: right; } /*.filter-operation { position: absolute; left: 27px; top: 0; z-index: 25998; } .filter-div { display: list-item; float: left; } #age-filter-start, #age-filter-stop { width: 40px; height: 34px; } #age-filter-start:hover, #age-filter-stop:hover {border: 1px solid #7bf5fe;} #age-filter-start:focus, #age-filter-stop:focus { border: 1px solid #7bf5fe; color: #7bf5fe; } .age-filter {margin: 0 30px;} .filter-title-span {margin-right: 30px;} .filter-title-span, .age-filter-separator { color: rgba(123, 245, 254, 0.5); } .gender-filter-title, .age-filter-title { color: rgba(123, 245, 254, 1); }*/ .select-box { background: #22484C; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26); border-radius: 1px; width: 74px; line-height: 34px; margin-top: 12px; cursor: pointer; } .select-box-on { background: #041618; background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 50%, rgba(123, 245, 254, 0.1) 100%); box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.41); border-radius: 1px; } .selected-condition { font-size: 16px; color: #7BF5FE; margin-left: 10px; } .select-panel { background: #1B3538; border: 1px solid rgba(112,244,255,0.10); box-shadow: 0px 0px 4px 0px rgba(113,245,255,0.30); display: none; } .select-panel-li { line-height: 24px; height: 24px; } .select-panel-li:hover {background-color: rgba(123, 245, 254, 0.2);} .select-panel-span { font-size: 14px; margin-left: 10px; color: rgba(123, 245, 254, 0.6);; } .select-panel-li:hover > .select-panel-span {color: #7BF5FE;} .age-filter-button { background: rgba(123,245,254,0.40); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26); border-radius: 2px; height: 34px; margin-top: 12px; line-height: 34px!important; cursor: pointer; } .age-filter-button:hover { background: #7BF5FE; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26); border-radius: 2px; } .age-filter-button:hover > .age-filter-button-span {color: #000000 !important;} .age-filter-button-span { color: #7bf5fe; margin: 0 33px; } #none-li { height: 200px; width: 100%; text-align: center; } #l-text {display: none;} #mark-box { z-index: 50001; position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin: auto; } #popup-body { position: relative; cursor: default; } #origin-picture { position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 50003; } #canvas-div { position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 50005; } #wire-frame { border: #7bf5fe dashed 2px; position: absolute; display: none; } #parameterSet { display: none; position: relative; } #present-data-canvas { display: none; position: absolute; } #origin-picture { display: none; } #filter { height: 230px; background-color: #162C2E; border: 1px solid rgba(123, 245, 254, 0.1); } #people-menu, #birthplace-menu, #gender-menu { width: 100px; height: 34px; line-height: 34px; padding-left: 5px; font-size: 16px; color: rgba(127, 245, 254, 0.6); background: #22484C; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26); border-radius: 1px; cursor: default; display: inline-block; } .menu-icon { float: right; margin-top: 14px; margin-right: 5px; opacity: 0.5; } .filter-gender-span, .filter-age-span, .filter-people-span, .filter-birthplace-span { font-size: 14px; color: rgba(127, 245, 254, 0.5); } .filter-item { position: relative; height: 34px; line-height: 34px; margin: 0 15px 8px 15px; } .filter-title-span { color: rgba(127, 245, 254, 0.5); font-size: 16px; } .filter-title { height: 40px; line-height: 40px; text-align: center; margin-bottom: 15px; border-bottom: 1px solid rgba(123, 245, 254, 0.1); } #gender-menu-body { background: #1B3538; border: 1px solid rgba(112,244,255,0.10); box-shadow: 0px 0px 4px 0px rgba(113,245,255,0.30); width: 100px; position: absolute; left: 46px; top: 34px; z-index: 50013; display: none; padding: 10px 0; } .gender-menu-item { height: 24px; line-height: 24px; padding: 0 10px; cursor: default; } .gender-menu-item:hover { background:rgba(123, 245, 254, 0.2); } .gender-menu-item:hover > .gender-menu-item-span { color: #7BF5FE; } .gender-menu-item-span { font-family: PingFangSC-Light; font-size: 14px; color: rgba(123, 245, 254, 0.6); } #age-range { display: list-item; float: right; border: 1px solid rgba(123,245,254,0.40); box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.50); border-radius: 1px; width: 100px; height: 34px; line-height: 32px; padding-left: 5px; } .age-range-input { width: 24px; height: 24px; color: rgba(123, 245, 254, 0.5); } .age-filter-char { color: rgba(123, 245, 254, 0.5); } #matchSourcePic-text, #matchSourceGroup-text { display: none; width: 188px; text-align: center; padding-top: 5px; } #matchSourcePic {padding-top: 1px;cursor: pointer;} #matchSourcePic-text {padding-top: 4px;} #matchSourcePic-span { color: #828282 !important; cursor: default; font-size: 14px; } #matchSourceGroup-span { color: #828282 !important; font-size: 14px; } #forceMatchButton { opacity: 0.5; border: 1px solid #407F85; border-radius: 2px; display: table-cell; text-align: center; cursor: default; height: 34px; line-height: 34px; clear: left; float: left; position: relative; left: 33%; text-align: center; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .forceButton { float: left; width: 100%; overflow: hidden; position: relative; } #forceMatchButton-span { margin: 5px 25px; color: rgba(123, 245, 254, 0.4); } .forceButton-actived { opacity: 1 !important; border: 1px solid #407F85 !important; border-radius: 2px !important; cursor: pointer !important; } #no-face-detected { margin-top: 25px; } #people-menu-body-wrapper { background: #1B3538; border: 1px solid rgba(112,244,255,0.10); box-shadow: 0px 0px 4px 0px rgba(113,245,255,0.30); z-index: 50013; padding: 1px 1px; position: absolute; top: 34px; left: 46px; display: none; cursor: default; overflow: hidden; } #people-menu-body { width: 150px; height: 500px; padding: 9px 0; overflow-x: hidden; overflow-y: scroll; } /***************style of scroll bar***************/ #people-menu-body::-webkit-scrollbar { width: 2px; } /* 滚动槽 */ /*#people-menu-body::-webkit-scrollbar-track { }*/ /* 滚动条滑块 */ #people-menu-body::-webkit-scrollbar-thumb { border-radius: 2px; background: #4a9399; -webkit-box-shadow: white; } #people-menu-body::-webkit-scrollbar-thumb:window-inactive { background: #4a9399; } #people-menu-body { scrollbar-arrow-color: #4a9399; scrollbar-face-color: #4a9399; scrollbar-3dlight-color: white; scrollbar-highlight-color: white; scrollbar-shadow-color: #4a9399; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-base-color: white; } /***************end of scroll bar style***************/ .people-menu-body::after, .people-item::after { height: 0; content: " "; clear: both; display: block; } .people-item { display: block; float: none; height: 24px; line-height: 24px; color: rgba(123, 245, 254, 1); } .people-item-all { margin-left: 10px; } .people-capital, .people-content { display: list-item; float: left; } .people-capital { width: 30px; height: 24px; text-align: center; color: rgba(123, 245, 254, 0.65); } .people-content { color: rgba(123, 245, 254, 0.4); } .people-item:hover { background-color: rgba(123, 245, 254, 0.2); }
0.247532
0.052765
body { background: black; padding: 0; margin: 0; } .pageWrapper { position: absolute; top: 0; left: 0; padding: 0; margin: 0; } .aboutScreen-appear { opacity: 0.01; } .aboutScreen-appear.aboutScreen-appear-active { opacity: 1; transition: opacity 500ms ease-in; } .aboutScreen-enter { opacity: 0.01; } .aboutScreen-enter.aboutScreen-enter-active { opacity: 1; transition: opacity 500ms ease-in; } .aboutScreen-leave { opacity: 1; } .aboutScreen-leave.aboutScreen-leave-active { opacity: 0.01; transition: opacity 1000ms ease-in; } .about { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; z-index: 5; background: linear-gradient(to bottom right, #0f1419, #221416); } .about .aboutContainer { padding-top: 15px; padding-left: 50px; padding-right: 150px; height: 600px; } .about .aboutContainer h1 { font-family: 'Raleway', sans-serif; color: #f94e3f; font-size: 40px; } .about .aboutContainer h1 a, .about .aboutContainer h1 a:visited { color: #f94e3f; text-decoration: none; } .about .aboutContainer h1 a:hover { color: #fffff2; text-decoration: underline; } .about .aboutContainer .content p { font-family: 'Cormorant Garamond', serif; font-size: 25px; color: #ff4e50; } .about .aboutContainer .content .challenges { display: flex; flex-direction: row; } .about .aboutContainer .content .challenges img { width: 100px; height: 100px; margin-right: 25px; border: 1px solid rgba(15, 15, 15, 1); } .about .aboutContainer .content .challenges img:hover { border: 1px solid rgba(250, 250, 250, 0.5); } .about .aboutContainer .content .challengeNames { color: #ff4a40; margin-top: 1px; } .about .aboutContainer .content .mobileMovement { font-size: 18px; margin-top: -15px; margin-bottom: 20px; } .about .aboutContainer .content .fccLogo { width: 125px; height: 125px; border-radius: 50%; margin-left: 50px; margin-top: -5px; border: 2px solid rgba(0, 0, 0, 0); } .about .aboutContainer .content .fccLogo:hover { cursor: pointer; border: 2px solid #00dffc; } .header { position: fixed; top: 0; left: 0; height: 50px; width: 100%; border-bottom: 1px solid black; display: flex; justify-content: center; align-items: center; } .header #headerSpacer { height: 0; } .header p { font-family: 'Raleway', sans-serif; color: #fffff2; font-size: 22px; } .gameWrapper { display: flex; flex-direction: row; flex-wrap: nowrap; margin: 50px 0 0 0; padding: 0; } .gameWrapper .sideBar { min-width: 300px; min-height: 625px; height: calc(100vh - 50px); margin: 0; border-right: 1px solid black; } .gameWrapper .sideBar .container p { font-family: 'Cormorant Garamond', serif; text-align: left; } .gameWrapper .sideBar .container .title { text-align: center; font-size: 32px; margin-top: 3px; margin-bottom: 6px; color: #00dffc !important; text-decoration: underline; } .gameWrapper .sideBar .container .stat { font-size: 20px; padding-left: 30px; margin-top: 0px; margin-bottom: 5px; font-family: 'Raleway', sans-serif; } .gameWrapper .sideBar .container .certTitle { margin-top: 7px; } .gameWrapper .sideBar .container .certFlex { display: flex; justify-content: center; } .gameWrapper .sideBar .container .certList { margin-top: 2px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; width: 250px; padding-top: 5px; padding-bottom: 2px; } .gameWrapper .sideBar .container .certList .certContainer img { margin-left: 3px; margin-right: 3px; } .gameWrapper .sideBar .container .skillsTitle { margin-top: 7px; } .gameWrapper .sideBar .container .skillsFlex { display: flex; justify-content: center; margin-top: 8px; } .gameWrapper .sideBar .container .skillsList { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; width: 250px; padding-top: 4px; margin-top: 0px; margin-bottom: 15px; } .gameWrapper .sideBar .container .skillsList img { margin-left: 2px; margin-right: 2px; } .gameWrapper .sideBar .container .soundContainer { position: relative; margin-top: 15px; display: flex; justify-content: center; } .gameWrapper .sideBar .container .soundContainer .soundControl { display: flex; justify-content: center; align-items: center; width: 200px; height: 50px; border: 1px solid rgba(150, 150, 150, 0.45); border-radius: 2px; } .gameWrapper .sideBar .container .soundContainer .soundControl p { font-family: 'Raleway', sans-serif; font-size: 25px; } .gameWrapper .sideBar .container .soundContainer .soundControl:hover { cursor: pointer; border: 1px solid #67d5b5; } .gameWrapper .game { width: 1100px; min-height: 625px; height: calc(100vh - 50px); padding: 0; margin: 0; background: black; display: flex; justify-content: center; align-items: center; } .gameWrapper .game .map { width: 1000px; height: 600px; margin: 15px; display: flex; flex-direction: row; flex-wrap: wrap; overflow: hidden; border: 1px solid black; background: #196111; } .gameWrapper .game .map .gridItem { background-size: cover; } .headerChange-enter { transition: transform 1s ease-in-out; transform: translate(1000px, 0); } .headerChange-enter.headerChange-enter-active { transform: translate(0, 0); } .headerChange-leave { display: none; opacity: 1; } .headerChange-leave.headerChange-leave-active { opacity: 0.01; transition: opacity 10ms ease-in; } .replayPanel { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; padding: 0; margin: 0; z-index: 5; background: rgba(25, 25, 25, 0.70); display: flex; justify-content: center; align-items: center; color: #f94e3f; font-size: 65px; } .replayPanel h1 { margin-top: -125px; padding: 0; } .replayPanel h1:hover { color: #f71c3f; cursor: pointer; }
src/App.css
body { background: black; padding: 0; margin: 0; } .pageWrapper { position: absolute; top: 0; left: 0; padding: 0; margin: 0; } .aboutScreen-appear { opacity: 0.01; } .aboutScreen-appear.aboutScreen-appear-active { opacity: 1; transition: opacity 500ms ease-in; } .aboutScreen-enter { opacity: 0.01; } .aboutScreen-enter.aboutScreen-enter-active { opacity: 1; transition: opacity 500ms ease-in; } .aboutScreen-leave { opacity: 1; } .aboutScreen-leave.aboutScreen-leave-active { opacity: 0.01; transition: opacity 1000ms ease-in; } .about { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; z-index: 5; background: linear-gradient(to bottom right, #0f1419, #221416); } .about .aboutContainer { padding-top: 15px; padding-left: 50px; padding-right: 150px; height: 600px; } .about .aboutContainer h1 { font-family: 'Raleway', sans-serif; color: #f94e3f; font-size: 40px; } .about .aboutContainer h1 a, .about .aboutContainer h1 a:visited { color: #f94e3f; text-decoration: none; } .about .aboutContainer h1 a:hover { color: #fffff2; text-decoration: underline; } .about .aboutContainer .content p { font-family: 'Cormorant Garamond', serif; font-size: 25px; color: #ff4e50; } .about .aboutContainer .content .challenges { display: flex; flex-direction: row; } .about .aboutContainer .content .challenges img { width: 100px; height: 100px; margin-right: 25px; border: 1px solid rgba(15, 15, 15, 1); } .about .aboutContainer .content .challenges img:hover { border: 1px solid rgba(250, 250, 250, 0.5); } .about .aboutContainer .content .challengeNames { color: #ff4a40; margin-top: 1px; } .about .aboutContainer .content .mobileMovement { font-size: 18px; margin-top: -15px; margin-bottom: 20px; } .about .aboutContainer .content .fccLogo { width: 125px; height: 125px; border-radius: 50%; margin-left: 50px; margin-top: -5px; border: 2px solid rgba(0, 0, 0, 0); } .about .aboutContainer .content .fccLogo:hover { cursor: pointer; border: 2px solid #00dffc; } .header { position: fixed; top: 0; left: 0; height: 50px; width: 100%; border-bottom: 1px solid black; display: flex; justify-content: center; align-items: center; } .header #headerSpacer { height: 0; } .header p { font-family: 'Raleway', sans-serif; color: #fffff2; font-size: 22px; } .gameWrapper { display: flex; flex-direction: row; flex-wrap: nowrap; margin: 50px 0 0 0; padding: 0; } .gameWrapper .sideBar { min-width: 300px; min-height: 625px; height: calc(100vh - 50px); margin: 0; border-right: 1px solid black; } .gameWrapper .sideBar .container p { font-family: 'Cormorant Garamond', serif; text-align: left; } .gameWrapper .sideBar .container .title { text-align: center; font-size: 32px; margin-top: 3px; margin-bottom: 6px; color: #00dffc !important; text-decoration: underline; } .gameWrapper .sideBar .container .stat { font-size: 20px; padding-left: 30px; margin-top: 0px; margin-bottom: 5px; font-family: 'Raleway', sans-serif; } .gameWrapper .sideBar .container .certTitle { margin-top: 7px; } .gameWrapper .sideBar .container .certFlex { display: flex; justify-content: center; } .gameWrapper .sideBar .container .certList { margin-top: 2px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; width: 250px; padding-top: 5px; padding-bottom: 2px; } .gameWrapper .sideBar .container .certList .certContainer img { margin-left: 3px; margin-right: 3px; } .gameWrapper .sideBar .container .skillsTitle { margin-top: 7px; } .gameWrapper .sideBar .container .skillsFlex { display: flex; justify-content: center; margin-top: 8px; } .gameWrapper .sideBar .container .skillsList { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; width: 250px; padding-top: 4px; margin-top: 0px; margin-bottom: 15px; } .gameWrapper .sideBar .container .skillsList img { margin-left: 2px; margin-right: 2px; } .gameWrapper .sideBar .container .soundContainer { position: relative; margin-top: 15px; display: flex; justify-content: center; } .gameWrapper .sideBar .container .soundContainer .soundControl { display: flex; justify-content: center; align-items: center; width: 200px; height: 50px; border: 1px solid rgba(150, 150, 150, 0.45); border-radius: 2px; } .gameWrapper .sideBar .container .soundContainer .soundControl p { font-family: 'Raleway', sans-serif; font-size: 25px; } .gameWrapper .sideBar .container .soundContainer .soundControl:hover { cursor: pointer; border: 1px solid #67d5b5; } .gameWrapper .game { width: 1100px; min-height: 625px; height: calc(100vh - 50px); padding: 0; margin: 0; background: black; display: flex; justify-content: center; align-items: center; } .gameWrapper .game .map { width: 1000px; height: 600px; margin: 15px; display: flex; flex-direction: row; flex-wrap: wrap; overflow: hidden; border: 1px solid black; background: #196111; } .gameWrapper .game .map .gridItem { background-size: cover; } .headerChange-enter { transition: transform 1s ease-in-out; transform: translate(1000px, 0); } .headerChange-enter.headerChange-enter-active { transform: translate(0, 0); } .headerChange-leave { display: none; opacity: 1; } .headerChange-leave.headerChange-leave-active { opacity: 0.01; transition: opacity 10ms ease-in; } .replayPanel { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; padding: 0; margin: 0; z-index: 5; background: rgba(25, 25, 25, 0.70); display: flex; justify-content: center; align-items: center; color: #f94e3f; font-size: 65px; } .replayPanel h1 { margin-top: -125px; padding: 0; } .replayPanel h1:hover { color: #f71c3f; cursor: pointer; }
0.537284
0.059456
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; } html, body { height: 100%; position: relative; } body { font-size: 100%; font-family: "B Yekan",Tahoma,Helvetica, Arial, sans-serif; line-height: 1.5; background: #eee; color: #333; direction: rtl; } .inner { width: 700px; margin: 0 auto; } h2 { font-size: 1.5em; padding-top: 1.15em; border-bottom: 1px solid #ccc; margin-bottom: 0.625em; color: #111; font-weight: normal; } p { margin-bottom: 1em; } p.small { font-size: 85%; color: #999; font-weight: lighter; margin-right: 28%; } form .indent { margin-right: 28%; } ul { list-style-position: inside; margin-right: 2em; } a:link, a:visited { color: #06c; text-decoration: none; } a:hover { text-decoration: underline; } .foot { background: #9f9f9f; border-top: 1px solid #7f7f7f; font-size: 0.75em; font-weight: lighter; color: #555; padding: 20px 0; } .foot a:link, .foot a:visited { color: #e6e6e6; font-weight: bold; } .head { color: #fff; background: #333; padding: 20px 40px 10px 40px; } .head h1 { font-size: 2.75em; text-shadow:0 0 4px #844, 0 -3px 4px #FFFF33, 2px -6px 6px #FFDD33, -2px -12px 11px #FF8800, 2px -18px 18px #FF2200; } .main { width: 700px; margin: 0 auto; padding: 20px 40px; } /* !NOTIFICATIONS */ .notification { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 10px 0 20px 0; padding: 5px 20px; } #message { position: absolute; top: 0; right: 0; width: 100%; font-size: 0.75em; z-index: 100; text-align: center; } #message .notification { display: block; margin: 0 auto; width: auto !important; } .notification p, .notification ul { margin: 0; padding: 0; line-height: 1.5; text-indent: none; font-size: 0.8em; font-weight: lighter; } .attention { background: #fffbcc; border-color: #e6db55; color: #666452; } .information { background: #dbe3f0; border-color: #a2b4ee; color: #383b46; } .success { background: #d5f0ce; border-color: #9adf8f; color: #556652; } .error { background-color: #f0cece; border-color: #df8f8f; color: #533232; } /* BUTTONS */ .button, a.button, input[type=submit], .button-group { padding: 0.5em 1em; position:relative; top: -1px; margin-right:10px; font-weight:bold; font-size:12px; line-height: 0.95; color:#333; text-shadow:1px 1px 0 #fff; white-space:nowrap; border:none; overflow:visible; background:#ddd; background:-webkit-gradient(linear,100% 0,0% 100%,from(#fff),to(#e1e1e1)); background:-moz-linear-gradient(-90deg,#fff,#e1e1e1); border: 1px solid #cbcbcb; border-bottom:1px solid #ababab; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; /* -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3); -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3); box-shadow:0 1px 4px rgba(0,0,0,0.3); */ cursor:pointer; } .button:hover, input[type=submit]:hover { -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3); -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3); box-shadow:0 1px 4px rgba(0,0,0,0.3); border: 1px solid #ababab; border-bottom: 1px solid #8b8b8b; text-decoration: none; } .button:active, input[type=submit]:active { border: 1px solid #ababab; border-top: 1px solid #8b8b8b; border-right: 1px solid #8b8b8b; background:-webkit-gradient(linear,100% 0,0% 100%,from(#eee),to(#b1b1b1)); background:-moz-linear-gradient(-90deg,#ddd,#c1c1c1); } /* FORM */ form div { padding: 5px 0; } label { display: inline-block; width: 25%; margin-left: 2%; text-align: left; } label.remember {width: 50%;} input[type=text], input[type=email], input[type=password] { width: 55%; padding: 3px 5px; font-size: 1.125em; color: #666; } .submits { width: 77%; padding: 40px 50px; text-align: left; } .profile{text-align:left} input{direction: ltr;}
install.hps/views/screen-rtl.css
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; } html, body { height: 100%; position: relative; } body { font-size: 100%; font-family: "B Yekan",Tahoma,Helvetica, Arial, sans-serif; line-height: 1.5; background: #eee; color: #333; direction: rtl; } .inner { width: 700px; margin: 0 auto; } h2 { font-size: 1.5em; padding-top: 1.15em; border-bottom: 1px solid #ccc; margin-bottom: 0.625em; color: #111; font-weight: normal; } p { margin-bottom: 1em; } p.small { font-size: 85%; color: #999; font-weight: lighter; margin-right: 28%; } form .indent { margin-right: 28%; } ul { list-style-position: inside; margin-right: 2em; } a:link, a:visited { color: #06c; text-decoration: none; } a:hover { text-decoration: underline; } .foot { background: #9f9f9f; border-top: 1px solid #7f7f7f; font-size: 0.75em; font-weight: lighter; color: #555; padding: 20px 0; } .foot a:link, .foot a:visited { color: #e6e6e6; font-weight: bold; } .head { color: #fff; background: #333; padding: 20px 40px 10px 40px; } .head h1 { font-size: 2.75em; text-shadow:0 0 4px #844, 0 -3px 4px #FFFF33, 2px -6px 6px #FFDD33, -2px -12px 11px #FF8800, 2px -18px 18px #FF2200; } .main { width: 700px; margin: 0 auto; padding: 20px 40px; } /* !NOTIFICATIONS */ .notification { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 10px 0 20px 0; padding: 5px 20px; } #message { position: absolute; top: 0; right: 0; width: 100%; font-size: 0.75em; z-index: 100; text-align: center; } #message .notification { display: block; margin: 0 auto; width: auto !important; } .notification p, .notification ul { margin: 0; padding: 0; line-height: 1.5; text-indent: none; font-size: 0.8em; font-weight: lighter; } .attention { background: #fffbcc; border-color: #e6db55; color: #666452; } .information { background: #dbe3f0; border-color: #a2b4ee; color: #383b46; } .success { background: #d5f0ce; border-color: #9adf8f; color: #556652; } .error { background-color: #f0cece; border-color: #df8f8f; color: #533232; } /* BUTTONS */ .button, a.button, input[type=submit], .button-group { padding: 0.5em 1em; position:relative; top: -1px; margin-right:10px; font-weight:bold; font-size:12px; line-height: 0.95; color:#333; text-shadow:1px 1px 0 #fff; white-space:nowrap; border:none; overflow:visible; background:#ddd; background:-webkit-gradient(linear,100% 0,0% 100%,from(#fff),to(#e1e1e1)); background:-moz-linear-gradient(-90deg,#fff,#e1e1e1); border: 1px solid #cbcbcb; border-bottom:1px solid #ababab; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; /* -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3); -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3); box-shadow:0 1px 4px rgba(0,0,0,0.3); */ cursor:pointer; } .button:hover, input[type=submit]:hover { -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3); -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3); box-shadow:0 1px 4px rgba(0,0,0,0.3); border: 1px solid #ababab; border-bottom: 1px solid #8b8b8b; text-decoration: none; } .button:active, input[type=submit]:active { border: 1px solid #ababab; border-top: 1px solid #8b8b8b; border-right: 1px solid #8b8b8b; background:-webkit-gradient(linear,100% 0,0% 100%,from(#eee),to(#b1b1b1)); background:-moz-linear-gradient(-90deg,#ddd,#c1c1c1); } /* FORM */ form div { padding: 5px 0; } label { display: inline-block; width: 25%; margin-left: 2%; text-align: left; } label.remember {width: 50%;} input[type=text], input[type=email], input[type=password] { width: 55%; padding: 3px 5px; font-size: 1.125em; color: #666; } .submits { width: 77%; padding: 40px 50px; text-align: left; } .profile{text-align:left} input{direction: ltr;}
0.29584
0.085786
body{ background:#2d2d2d; -webkit-animation:images 25s ease-in-out infinite; animation:images 25s ease-in-out infinite; -moz-animation:images 25s ease-in-out infinite; background: rgba(0,0,0,1); padding: 0; margin: 0; font-family: Helvetica; text-align: center; } main:before { content: " "; z-index: -1; display: block; position: absolute; height: 100%; top: 0; left: 0; right: 0; background: rgba(0, 0, 0, .5); } main { height: 100%; z-index: 50; color: #eee; display: flex; flex-direction: column; align-items: center; justify-content: center; } .card { width: 60%; background-color: rgba(225,225,225,.7); color: #2d2d2d; padding: 3rem; } .flex-row { display: flex; flex-direction: row; justify-content: center; align-items: center; } .margin-bottom { margin-bottom: 1rem; } button, input[type="submit"] { padding: 1rem 1.5rem; background-color: darkseagreen; color: white; display: block; } label { display: block; } input[type="text"], input[type="tel"], input[type="email"] { height: 3rem; font-size: 1.5rem; min-width: 80%; color: #2d2d2d; text-align: center; } @-webkit-keyframes images{ 0%{ background-image: url("https://images.unsplash.com/photo-1496189713555-6f47ff6b27e8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=08b11d88d0035ecc5106ca7cf8848703&auto=format&fit=crop&w=3300&q=80"); } 30%{ background-image: url('https://images.unsplash.com/photo-1503262167919-559b953d2408?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=74320aa30de83b5a1aa2e6c87e03fee3&auto=format&fit=crop&w=3302&q=80'); } 70%{ background-image: url('https://images.unsplash.com/photo-1507588131282-8c4da3ad10e9?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f0bbc40adcc2dfc60b8ecfb0a7a8bff7&auto=format&fit=crop&w=3300&q=80'); } 100%{ background-image: url("https://images.unsplash.com/photo-1496189713555-6f47ff6b27e8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=08b11d88d0035ecc5106ca7cf8848703&auto=format&fit=crop&w=3300&q=80"); } } @-moz-keyframes colour{ 0%{ background-image: url("https://images.unsplash.com/photo-1496189713555-6f47ff6b27e8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=08b11d88d0035ecc5106ca7cf8848703&auto=format&fit=crop&w=3300&q=80"); } 30%{ background-image: url('https://images.unsplash.com/photo-1503262167919-559b953d2408?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=74320aa30de83b5a1aa2e6c87e03fee3&auto=format&fit=crop&w=3302&q=80'); } 70%{ background-image: url('https://images.unsplash.com/photo-1507588131282-8c4da3ad10e9?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f0bbc40adcc2dfc60b8ecfb0a7a8bff7&auto=format&fit=crop&w=3300&q=80'); } 100%{ background-image: url("https://images.unsplash.com/photo-1496189713555-6f47ff6b27e8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=08b11d88d0035ecc5106ca7cf8848703&auto=format&fit=crop&w=3300&q=80"); } } h1{ font-size:50px; text-align:center; text-transform:uppercase; z-index: 2; }
frontend/public/stylesheets/style.css
body{ background:#2d2d2d; -webkit-animation:images 25s ease-in-out infinite; animation:images 25s ease-in-out infinite; -moz-animation:images 25s ease-in-out infinite; background: rgba(0,0,0,1); padding: 0; margin: 0; font-family: Helvetica; text-align: center; } main:before { content: " "; z-index: -1; display: block; position: absolute; height: 100%; top: 0; left: 0; right: 0; background: rgba(0, 0, 0, .5); } main { height: 100%; z-index: 50; color: #eee; display: flex; flex-direction: column; align-items: center; justify-content: center; } .card { width: 60%; background-color: rgba(225,225,225,.7); color: #2d2d2d; padding: 3rem; } .flex-row { display: flex; flex-direction: row; justify-content: center; align-items: center; } .margin-bottom { margin-bottom: 1rem; } button, input[type="submit"] { padding: 1rem 1.5rem; background-color: darkseagreen; color: white; display: block; } label { display: block; } input[type="text"], input[type="tel"], input[type="email"] { height: 3rem; font-size: 1.5rem; min-width: 80%; color: #2d2d2d; text-align: center; } @-webkit-keyframes images{ 0%{ background-image: url("https://images.unsplash.com/photo-1496189713555-6f47ff6b27e8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=08b11d88d0035ecc5106ca7cf8848703&auto=format&fit=crop&w=3300&q=80"); } 30%{ background-image: url('https://images.unsplash.com/photo-1503262167919-559b953d2408?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=74320aa30de83b5a1aa2e6c87e03fee3&auto=format&fit=crop&w=3302&q=80'); } 70%{ background-image: url('https://images.unsplash.com/photo-1507588131282-8c4da3ad10e9?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f0bbc40adcc2dfc60b8ecfb0a7a8bff7&auto=format&fit=crop&w=3300&q=80'); } 100%{ background-image: url("https://images.unsplash.com/photo-1496189713555-6f47ff6b27e8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=08b11d88d0035ecc5106ca7cf8848703&auto=format&fit=crop&w=3300&q=80"); } } @-moz-keyframes colour{ 0%{ background-image: url("https://images.unsplash.com/photo-1496189713555-6f47ff6b27e8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=08b11d88d0035ecc5106ca7cf8848703&auto=format&fit=crop&w=3300&q=80"); } 30%{ background-image: url('https://images.unsplash.com/photo-1503262167919-559b953d2408?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=74320aa30de83b5a1aa2e6c87e03fee3&auto=format&fit=crop&w=3302&q=80'); } 70%{ background-image: url('https://images.unsplash.com/photo-1507588131282-8c4da3ad10e9?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f0bbc40adcc2dfc60b8ecfb0a7a8bff7&auto=format&fit=crop&w=3300&q=80'); } 100%{ background-image: url("https://images.unsplash.com/photo-1496189713555-6f47ff6b27e8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=08b11d88d0035ecc5106ca7cf8848703&auto=format&fit=crop&w=3300&q=80"); } } h1{ font-size:50px; text-align:center; text-transform:uppercase; z-index: 2; }
0.422266
0.126246
body { height: 100%; margin: 0; font-size: 62.5%; font-family: "Verdana", "Arial", "sans-serif"; overflow: hidden; } .main { min-height: 100%; } li { margin-left: 2px; } label, input { display:block; } textarea { padding: 0; } input.text { margin-bottom:12px; width:95%; padding: .4em; } fieldset { padding:0; border:0; margin-top:25px; } .validateTips { border: 1px solid transparent; padding: 0.3em; } #controlBar { height: 25px; width: 100%; left: 0px; top: 0px; border: 0.1px; padding: 0.1px; overflow: hidden; } #controlBar div { position: absolute; top: 0px; left: 56px; float: left; overflow: hidden; width: 10000px; height: 23px; } .controlItem { display: none; top: 0px; position: relative; } .controlBarLabel {font-size: 150%; display: inline; position: relative; margin: 4px 10px 3px 10px; } #interactivityBar { overflow: hidden; width: 60px; height: auto; float:left; position: absolute; top: 25px; right: 0px; border: 0px; background: #cccccc} .interactivityItem { display: none; width: 60px; height: 60px; float: left; margin-top: 1px; margin-bottom: 1px; text-align: center; } .interactivityItemIcon { margin-top: 10px; margin-bottom: 4px; } .interactivityArea { display: none; float:left; position: absolute; width: 500px; font-size: 100%; overflow: auto; } #interactivityAreaQuiz { width: 500px; overflow: hidden; } #Quiz { padding: 0; overflow: auto; } #interactivityAreaEvaluation{ width: 500px; overflow: hidden; } #Evaluation { padding: 0; overflow: auto; } .interactivityNotification { display: none; position: absolute; background: radial-gradient( 5px -9px, circle, white 8%, red 26px ); background: -moz-radial-gradient( 5px -9px, circle, white 8%, red 26px ); background: -ms-radial-gradient( 5px -9px, circle, white 8%, red 26px ); background: -o-radial-gradient( 5px -9px, circle, white 8%, red 26px ); background: -webkit-radial-gradient( 5px -9px, circle, white 8%, red 26px ); background-color: red; border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */ color: white; font: bold 15px/13px Helvetica, Verdana, Tahoma; height: 16px; padding: 4px 3px 0 3px; text-align: center; min-width: 14px; } #multiplefiles li{list-style-type:none;} #resourceUrls li{list-style-type:none;} #follower{ position : relative; background-color : red; width:10px; height:10px; border-radius:50px; } #interactivityAreaFeedback { font-size: 200%;} .thumbup { margin: 10px; } .thumbdown { display: none; margin: 10px; } #displayQuestion { height: 65%; overflow: auto; margin: 10px; } #submitQuestionArea { display: block; margin: 10px; height: 20%; resize: none; } #submitQuestion { margin-left: 10px; } #slideRatingRadio { margin: 10px; } #slideRatingTextarea { display: block; margin: 10px; height: 200px; width: 95%; resize: none; } #slideRatingTextareaButton { margin: 10px; } #noteSlideArea { display: block; margin: 10px; height: 450; width: 450px; } #noteTextArea { display: block; margin: 10px; height: 35%; width: 95%; resize: none; } #noteSubmit { display: block; margin: 10px; } .dashboardGeneral { height: 100px; width: 50px; display: inline: block;}
assets/styles/commonSettings.css
body { height: 100%; margin: 0; font-size: 62.5%; font-family: "Verdana", "Arial", "sans-serif"; overflow: hidden; } .main { min-height: 100%; } li { margin-left: 2px; } label, input { display:block; } textarea { padding: 0; } input.text { margin-bottom:12px; width:95%; padding: .4em; } fieldset { padding:0; border:0; margin-top:25px; } .validateTips { border: 1px solid transparent; padding: 0.3em; } #controlBar { height: 25px; width: 100%; left: 0px; top: 0px; border: 0.1px; padding: 0.1px; overflow: hidden; } #controlBar div { position: absolute; top: 0px; left: 56px; float: left; overflow: hidden; width: 10000px; height: 23px; } .controlItem { display: none; top: 0px; position: relative; } .controlBarLabel {font-size: 150%; display: inline; position: relative; margin: 4px 10px 3px 10px; } #interactivityBar { overflow: hidden; width: 60px; height: auto; float:left; position: absolute; top: 25px; right: 0px; border: 0px; background: #cccccc} .interactivityItem { display: none; width: 60px; height: 60px; float: left; margin-top: 1px; margin-bottom: 1px; text-align: center; } .interactivityItemIcon { margin-top: 10px; margin-bottom: 4px; } .interactivityArea { display: none; float:left; position: absolute; width: 500px; font-size: 100%; overflow: auto; } #interactivityAreaQuiz { width: 500px; overflow: hidden; } #Quiz { padding: 0; overflow: auto; } #interactivityAreaEvaluation{ width: 500px; overflow: hidden; } #Evaluation { padding: 0; overflow: auto; } .interactivityNotification { display: none; position: absolute; background: radial-gradient( 5px -9px, circle, white 8%, red 26px ); background: -moz-radial-gradient( 5px -9px, circle, white 8%, red 26px ); background: -ms-radial-gradient( 5px -9px, circle, white 8%, red 26px ); background: -o-radial-gradient( 5px -9px, circle, white 8%, red 26px ); background: -webkit-radial-gradient( 5px -9px, circle, white 8%, red 26px ); background-color: red; border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */ color: white; font: bold 15px/13px Helvetica, Verdana, Tahoma; height: 16px; padding: 4px 3px 0 3px; text-align: center; min-width: 14px; } #multiplefiles li{list-style-type:none;} #resourceUrls li{list-style-type:none;} #follower{ position : relative; background-color : red; width:10px; height:10px; border-radius:50px; } #interactivityAreaFeedback { font-size: 200%;} .thumbup { margin: 10px; } .thumbdown { display: none; margin: 10px; } #displayQuestion { height: 65%; overflow: auto; margin: 10px; } #submitQuestionArea { display: block; margin: 10px; height: 20%; resize: none; } #submitQuestion { margin-left: 10px; } #slideRatingRadio { margin: 10px; } #slideRatingTextarea { display: block; margin: 10px; height: 200px; width: 95%; resize: none; } #slideRatingTextareaButton { margin: 10px; } #noteSlideArea { display: block; margin: 10px; height: 450; width: 450px; } #noteTextArea { display: block; margin: 10px; height: 35%; width: 95%; resize: none; } #noteSubmit { display: block; margin: 10px; } .dashboardGeneral { height: 100px; width: 50px; display: inline: block;}
0.496094
0.19521
@media (prefers-color-scheme: dark) { :root { --highlight-background-color: #202531; --highlight-default-color: #D3D4D4; --highlight-comment-color: rgba(204, 206, 211, 0.5); --highlight-keyword-color: #ff7085; --highlight-keyword2-color: #42ffc2; --highlight-number-color: #a1ffe0; --highlight-decorator-color: #abc8ff; --highlight-type-color: #8effda; --highlight-type2-color: #c6ffed; --highlight-function-color: #57b3ff; --highlight-operator-color: #abc8ff; --highlight-string-color: #ffeca1; --admonition-note-background-color: #303d4f; --admonition-note-color: #bfeeff; --admonition-note-title-background-color: #305070; --admonition-note-title-color: #bfefff; --admonition-attention-background-color: #444033; --admonition-attention-color: #ffeeaf; --admonition-attention-title-background-color: #665022; --admonition-attention-title-color: #ffeeaf; --admonition-danger-background-color: #433; --admonition-danger-color: #fcc; --admonition-danger-title-background-color: #633; --admonition-danger-title-color: #fcc; --admonition-tip-background-color: #28382d; --admonition-tip-color: #dfd; --admonition-tip-title-background-color: #336648; --admonition-tip-title-color: #dfd; } } /* Max window size */ .wy-nav-content{ max-width: 1200px; } /* Sidebar */ .wy-side-nav-search{ background-color: #29343A; } .wy-nav-side{ background-color: #131E25; } .wy-menu-vertical li.current{ background-color: #29343A; } /* Main sections */ .wy-nav-content-wrap { background-color: #0D1F2E; } .wy-nav-content { background-color: #0D1F2E; } .wy-body-for-nav { background-color: #0D1F2E; } .rst-content .admonition.note, .rst-content .admonition.seealso { background-color: var(--admonition-note-background-color); color: var(--admonition-note-color); } .rst-content .admonition.note .admonition-title, .rst-content .admonition.seealso .admonition-title { background-color: var(--admonition-note-title-background-color); color: var(--admonition-note-title-color); } .rst-content .admonition.attention, .rst-content .admonition.caution, .rst-content .admonition.warning { background-color: var(--admonition-attention-background-color); color: var(--admonition-attention-color); } .rst-content .admonition.attention .admonition-title, .rst-content .admonition.caution .admonition-title, .rst-content .admonition.warning .admonition-title { background-color: var(--admonition-attention-title-background-color); color: var(--admonition-attention-title-color); } .rst-content .admonition.danger { background-color: var(--admonition-danger-background-color); color: var(--admonition-danger-color); } .rst-content .admonition.danger .admonition-title { background-color: var(--admonition-danger-title-background-color); color: var(--admonition-danger-title-color); } .rst-content .admonition.tip, .rst-content .admonition.important { background-color: var(--admonition-tip-background-color); color: var(--admonition-tip-color); } .rst-content .admonition.tip .admonition-title, .rst-content .admonition.important .admonition-title { background-color: var(--admonition-tip-title-background-color); color: var(--admonition-tip-title-color); } /* Code Snippets */ code, .rst-content tt, .rst-content code { font-size: 14px; background-color: #000; border: 1px solid #000; color: #D3D4D4; } .rst-content div[class^="highlight"] { background-color: #0B1025; border-color: #0B1025; color: #D3D4D4; } .rst-content div[class^="highlight"] pre { background-color: #0B1025; border-color: #0B1025; color: #D3D4D4; } .highlight * { color: #D3D4D4; font-weight: normal; font-style: normal; background-color: transparent; } .highlight .gh /* Generic.Heading */, .highlight .gu /* Generic.Subheading */, .highlight .go /* Generic.Output */, .highlight .gt /* Generic.Traceback */ { color: var(--highlight-default-color); } .highlight .c /* Comment */, .highlight .c1 /* Comment.Single */, .highlight .cm /* Comment.Multiline */, .highlight .cs /* Comment.Special */ { color: var(--highlight-comment-color); } .highlight .bp /* Name.Builtin.Pseudo */, .highlight .k /* Keyword */, .highlight .kc /* Keyword.Constant */, .highlight .kd /* Keyword.Declaration */, .highlight .kn /* Keyword.Namespace */, .highlight .kp /* Keyword.Pseudo */, .highlight .kr /* Keyword.Reserved */, .highlight .kt /* Keyword.Type */, .highlight .ow /* Operator.Word */ { color: var(--highlight-keyword-color); } .highlight .ch /* Comment.Hashbang */, .highlight .cp /* Comment.Preproc */ { color: var(--highlight-keyword2-color); } .highlight .m /* Literal.Number */, .highlight .mf /* Literal.Number.Float */, .highlight .mi /* Literal.Number.Integer */, .highlight .il /* Literal.Number.Integer.Long */, .highlight .mb /* Literal.Number.Bin */, .highlight .mh /* Literal.Number.Hex */, .highlight .mo /* Literal.Number.Oct */ { color: var(--highlight-number-color); } .highlight .na /* Name.Attribute */, .highlight .nd /* Name.Decorator */, .highlight .ni /* Name.Entity */, .highlight .nl /* Name.Label */ { color: var(--highlight-decorator-color); } .highlight .nb /* Name.Builtin */, .highlight .ne /* Name.Exception */ { color: var(--highlight-type-color); } .highlight .nc /* Name.Class */, .highlight .nn /* Name.Namespace */, .highlight .no /* Name.Constant */, .highlight .nv /* Name.Variable */, .highlight .vc /* Name.Variable.Class */, .highlight .vg /* Name.Variable.Global */, .highlight .vi /* Name.Variable.Instance */, .highlight .vm /* Name.Variable.Magic */ { color: var(--highlight-type2-color); } .highlight .nf /* Name.Function */, .highlight .fm /* Name.Function.Magic */, .highlight .nt /* Name.Tag */ { color: var(--highlight-function-color); } .highlight .o /* Operator */, .highlight .si /* Literal.String.Interpol */, .highlight .sx /* Literal.String.Other */, .highlight .sr /* Literal.String.Regex */, .highlight .ss /* Literal.String.Symbol */ { color: var(--highlight-operator-color); } .highlight .cpf/* Comment.PreprocFile */, .highlight .s /* Literal.String */, .highlight .s1 /* Literal.String.Single */, .highlight .s2 /* Literal.String.Double */, .highlight .sc /* Literal.String.Char */, .highlight .se /* Literal.String.Escape */, .highlight .sa /* Literal.String.Affix */, .highlight .sb /* Literal.String.Backtick */, .highlight .dl /* Literal.String.Delimiter */, .highlight .sd /* Literal.String.Doc */, .highlight .sh /* Literal.String.Heredoc */ { color: var(--highlight-string-color); } /* Links */ a { color: #4AA3DE; } /* Fonts */ body{ font-family: Century-Gothic, sans-serif; font-size: 14px; color: #D3D4D4; } h1 { color: #FFF; font-family: Century-Gothic, sans-serif; font-size: 50px; } h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend{ color: #FFF; font-family: Century-Gothic, sans-serif; }
docs/_static/css/bravetools.css
@media (prefers-color-scheme: dark) { :root { --highlight-background-color: #202531; --highlight-default-color: #D3D4D4; --highlight-comment-color: rgba(204, 206, 211, 0.5); --highlight-keyword-color: #ff7085; --highlight-keyword2-color: #42ffc2; --highlight-number-color: #a1ffe0; --highlight-decorator-color: #abc8ff; --highlight-type-color: #8effda; --highlight-type2-color: #c6ffed; --highlight-function-color: #57b3ff; --highlight-operator-color: #abc8ff; --highlight-string-color: #ffeca1; --admonition-note-background-color: #303d4f; --admonition-note-color: #bfeeff; --admonition-note-title-background-color: #305070; --admonition-note-title-color: #bfefff; --admonition-attention-background-color: #444033; --admonition-attention-color: #ffeeaf; --admonition-attention-title-background-color: #665022; --admonition-attention-title-color: #ffeeaf; --admonition-danger-background-color: #433; --admonition-danger-color: #fcc; --admonition-danger-title-background-color: #633; --admonition-danger-title-color: #fcc; --admonition-tip-background-color: #28382d; --admonition-tip-color: #dfd; --admonition-tip-title-background-color: #336648; --admonition-tip-title-color: #dfd; } } /* Max window size */ .wy-nav-content{ max-width: 1200px; } /* Sidebar */ .wy-side-nav-search{ background-color: #29343A; } .wy-nav-side{ background-color: #131E25; } .wy-menu-vertical li.current{ background-color: #29343A; } /* Main sections */ .wy-nav-content-wrap { background-color: #0D1F2E; } .wy-nav-content { background-color: #0D1F2E; } .wy-body-for-nav { background-color: #0D1F2E; } .rst-content .admonition.note, .rst-content .admonition.seealso { background-color: var(--admonition-note-background-color); color: var(--admonition-note-color); } .rst-content .admonition.note .admonition-title, .rst-content .admonition.seealso .admonition-title { background-color: var(--admonition-note-title-background-color); color: var(--admonition-note-title-color); } .rst-content .admonition.attention, .rst-content .admonition.caution, .rst-content .admonition.warning { background-color: var(--admonition-attention-background-color); color: var(--admonition-attention-color); } .rst-content .admonition.attention .admonition-title, .rst-content .admonition.caution .admonition-title, .rst-content .admonition.warning .admonition-title { background-color: var(--admonition-attention-title-background-color); color: var(--admonition-attention-title-color); } .rst-content .admonition.danger { background-color: var(--admonition-danger-background-color); color: var(--admonition-danger-color); } .rst-content .admonition.danger .admonition-title { background-color: var(--admonition-danger-title-background-color); color: var(--admonition-danger-title-color); } .rst-content .admonition.tip, .rst-content .admonition.important { background-color: var(--admonition-tip-background-color); color: var(--admonition-tip-color); } .rst-content .admonition.tip .admonition-title, .rst-content .admonition.important .admonition-title { background-color: var(--admonition-tip-title-background-color); color: var(--admonition-tip-title-color); } /* Code Snippets */ code, .rst-content tt, .rst-content code { font-size: 14px; background-color: #000; border: 1px solid #000; color: #D3D4D4; } .rst-content div[class^="highlight"] { background-color: #0B1025; border-color: #0B1025; color: #D3D4D4; } .rst-content div[class^="highlight"] pre { background-color: #0B1025; border-color: #0B1025; color: #D3D4D4; } .highlight * { color: #D3D4D4; font-weight: normal; font-style: normal; background-color: transparent; } .highlight .gh /* Generic.Heading */, .highlight .gu /* Generic.Subheading */, .highlight .go /* Generic.Output */, .highlight .gt /* Generic.Traceback */ { color: var(--highlight-default-color); } .highlight .c /* Comment */, .highlight .c1 /* Comment.Single */, .highlight .cm /* Comment.Multiline */, .highlight .cs /* Comment.Special */ { color: var(--highlight-comment-color); } .highlight .bp /* Name.Builtin.Pseudo */, .highlight .k /* Keyword */, .highlight .kc /* Keyword.Constant */, .highlight .kd /* Keyword.Declaration */, .highlight .kn /* Keyword.Namespace */, .highlight .kp /* Keyword.Pseudo */, .highlight .kr /* Keyword.Reserved */, .highlight .kt /* Keyword.Type */, .highlight .ow /* Operator.Word */ { color: var(--highlight-keyword-color); } .highlight .ch /* Comment.Hashbang */, .highlight .cp /* Comment.Preproc */ { color: var(--highlight-keyword2-color); } .highlight .m /* Literal.Number */, .highlight .mf /* Literal.Number.Float */, .highlight .mi /* Literal.Number.Integer */, .highlight .il /* Literal.Number.Integer.Long */, .highlight .mb /* Literal.Number.Bin */, .highlight .mh /* Literal.Number.Hex */, .highlight .mo /* Literal.Number.Oct */ { color: var(--highlight-number-color); } .highlight .na /* Name.Attribute */, .highlight .nd /* Name.Decorator */, .highlight .ni /* Name.Entity */, .highlight .nl /* Name.Label */ { color: var(--highlight-decorator-color); } .highlight .nb /* Name.Builtin */, .highlight .ne /* Name.Exception */ { color: var(--highlight-type-color); } .highlight .nc /* Name.Class */, .highlight .nn /* Name.Namespace */, .highlight .no /* Name.Constant */, .highlight .nv /* Name.Variable */, .highlight .vc /* Name.Variable.Class */, .highlight .vg /* Name.Variable.Global */, .highlight .vi /* Name.Variable.Instance */, .highlight .vm /* Name.Variable.Magic */ { color: var(--highlight-type2-color); } .highlight .nf /* Name.Function */, .highlight .fm /* Name.Function.Magic */, .highlight .nt /* Name.Tag */ { color: var(--highlight-function-color); } .highlight .o /* Operator */, .highlight .si /* Literal.String.Interpol */, .highlight .sx /* Literal.String.Other */, .highlight .sr /* Literal.String.Regex */, .highlight .ss /* Literal.String.Symbol */ { color: var(--highlight-operator-color); } .highlight .cpf/* Comment.PreprocFile */, .highlight .s /* Literal.String */, .highlight .s1 /* Literal.String.Single */, .highlight .s2 /* Literal.String.Double */, .highlight .sc /* Literal.String.Char */, .highlight .se /* Literal.String.Escape */, .highlight .sa /* Literal.String.Affix */, .highlight .sb /* Literal.String.Backtick */, .highlight .dl /* Literal.String.Delimiter */, .highlight .sd /* Literal.String.Doc */, .highlight .sh /* Literal.String.Heredoc */ { color: var(--highlight-string-color); } /* Links */ a { color: #4AA3DE; } /* Fonts */ body{ font-family: Century-Gothic, sans-serif; font-size: 14px; color: #D3D4D4; } h1 { color: #FFF; font-family: Century-Gothic, sans-serif; font-size: 50px; } h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend{ color: #FFF; font-family: Century-Gothic, sans-serif; }
0.486575
0.067332
*, *::after, *::before { box-sizing: border-box; } html { background: #fff; } body { font-family: 'Roboto', sans-serif; min-height: 100vh; color: #57585c; color: var(--color-text); background-color: #fff; background-color: var(--color-background); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Color schemes */ .demo-adsila { --color-text: #57585c; --color-background: #fff; --color-link: #5d93d8; --color-link-hover: #423c2b; } .demo-tsula { --color-text: #fafae5; --color-background: #222328; --color-link: #4f515a; --color-link-hover: #fafae5; } .demo-inola { --color-text: #8c8c8c; --color-background: #1f1e1e; --color-link: #e5d338; --color-link-hover: #8c8c8c; } .demo-ama { --color-text: #9a9da7; --color-background: #fff; --color-link: #32343c; --color-link-hover: #9a9da7; } .demo-yona { --color-text: #000; --color-background: #4520f3; --color-link: #fff; --color-link-hover: #000; } .demo-salal { --color-text: #b5b5b5; --color-background: #222325; --color-link: #515152; --color-link-hover: #fff; } .demo-dustu { --color-text: #fff; --color-background: #161616; --color-link: #565656; --color-link-hover: #fff; } .demo-mohe { --color-text: #171754; --color-background: #2b34f5; --color-link: #9ad6fc; --color-link-hover: #171754; } /* Fade effect */ .js body { opacity: 0; transition: opacity 0.3s; } .js body.render { opacity: 1; } a { text-decoration: none; color: #5d93d8; color: var(--color-link); outline: none; } a:hover, a:focus { color: #423c2b; color: var(--color-link-hover); outline: none; } .hidden { position: absolute; overflow: hidden; width: 0; height: 0; pointer-events: none; } /* Icons */ .icon { display: block; width: 1.5em; height: 1.5em; margin: 0 auto; fill: currentColor; } .icon--keyboard { display: none; } main { position: relative; width: 100%; } .content { position: relative; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0 auto; padding: 3em 2em; } .content--fixed { position: fixed; z-index: 100; top: 0; left: 0; display: grid; align-content: space-between; width: 100%; max-width: none; height: 100vh; padding: 1.5em; pointer-events: none; grid-template-columns: 50% 50%; grid-template-rows: auto auto 4em; grid-template-areas: 'header ...' '... ...' 'github demos'; } .content--fixed a { pointer-events: auto; } /* Header */ .codrops-header { position: relative; z-index: 100; display: flex; flex-direction: row; align-items: flex-start; align-items: center; align-self: start; grid-area: header; justify-self: start; } .codrops-header__title { font-size: 1em; font-weight: normal; margin: 0; padding: 0.75em 0; } .info { margin: 0 0 0 1.25em; color: var(--color-link-hover); } .github { display: block; align-self: end; grid-area: github; justify-self: start; } .demos { position: relative; display: block; align-self: end; text-align: center; grid-area: demos; } .demo { margin: 0 0.15em; } .demo span { white-space: nowrap; letter-spacing: 0.1em; text-transform: lowercase; pointer-events: none; } .demo span::before { content: '#'; } a.demo--current { pointer-events: none; border: 1px solid; } /* Top Navigation Style */ .codrops-links { position: relative; display: flex; justify-content: center; margin: 0 1em 0 0; text-align: center; white-space: nowrap; } .codrops-icon { display: inline-block; margin: 0.15em; padding: 0.25em; } /* Common styles for the menus */ .menu { position: relative; z-index: 10; } .menu__item { line-height: 1; position: relative; display: block; margin: 1em 0; outline: none; } .menu__item-name, .menu__item-label { position: relative; display: inline-block; } .menu__item-name { font-size: 1.25em; } .menu__item-label { margin: 0 0 0 0.5em; } @media screen and (min-width: 50em) { .icon--keyboard { position: absolute; right: 0.55em; bottom: -30%; display: block; width: 54px; height: 46px; fill: var(--color-link); } .demos { display: flex; padding-right: 80px; justify-self: end; } .demo { display: block; width: 17px; height: 17px; margin: 0 5px 0 0; border: 2px solid; border-radius: 2px; } a.demo--current { background: currentColor; } .demo span { position: absolute; top: -0.2em; right: 100%; display: none; margin: 0 1em 0 0; } .demo--current span { display: block; } } @media screen and (max-width: 50em) { html, body { overflow-x: hidden; width: 100vw; height: 100%; } .content { height: auto; min-height: 0; padding-bottom: 10em; } .content--fixed { position: relative; z-index: 1000; display: block; padding: 0.85em; } .codrops-header { flex-direction: column; align-items: center; } .codrops-header__title { font-weight: bold; padding-bottom: 0.25em; text-align: center; } .github { display: block; margin: 1em auto; } .codrops-links { margin: 0; } }
css/demo.css
*, *::after, *::before { box-sizing: border-box; } html { background: #fff; } body { font-family: 'Roboto', sans-serif; min-height: 100vh; color: #57585c; color: var(--color-text); background-color: #fff; background-color: var(--color-background); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Color schemes */ .demo-adsila { --color-text: #57585c; --color-background: #fff; --color-link: #5d93d8; --color-link-hover: #423c2b; } .demo-tsula { --color-text: #fafae5; --color-background: #222328; --color-link: #4f515a; --color-link-hover: #fafae5; } .demo-inola { --color-text: #8c8c8c; --color-background: #1f1e1e; --color-link: #e5d338; --color-link-hover: #8c8c8c; } .demo-ama { --color-text: #9a9da7; --color-background: #fff; --color-link: #32343c; --color-link-hover: #9a9da7; } .demo-yona { --color-text: #000; --color-background: #4520f3; --color-link: #fff; --color-link-hover: #000; } .demo-salal { --color-text: #b5b5b5; --color-background: #222325; --color-link: #515152; --color-link-hover: #fff; } .demo-dustu { --color-text: #fff; --color-background: #161616; --color-link: #565656; --color-link-hover: #fff; } .demo-mohe { --color-text: #171754; --color-background: #2b34f5; --color-link: #9ad6fc; --color-link-hover: #171754; } /* Fade effect */ .js body { opacity: 0; transition: opacity 0.3s; } .js body.render { opacity: 1; } a { text-decoration: none; color: #5d93d8; color: var(--color-link); outline: none; } a:hover, a:focus { color: #423c2b; color: var(--color-link-hover); outline: none; } .hidden { position: absolute; overflow: hidden; width: 0; height: 0; pointer-events: none; } /* Icons */ .icon { display: block; width: 1.5em; height: 1.5em; margin: 0 auto; fill: currentColor; } .icon--keyboard { display: none; } main { position: relative; width: 100%; } .content { position: relative; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0 auto; padding: 3em 2em; } .content--fixed { position: fixed; z-index: 100; top: 0; left: 0; display: grid; align-content: space-between; width: 100%; max-width: none; height: 100vh; padding: 1.5em; pointer-events: none; grid-template-columns: 50% 50%; grid-template-rows: auto auto 4em; grid-template-areas: 'header ...' '... ...' 'github demos'; } .content--fixed a { pointer-events: auto; } /* Header */ .codrops-header { position: relative; z-index: 100; display: flex; flex-direction: row; align-items: flex-start; align-items: center; align-self: start; grid-area: header; justify-self: start; } .codrops-header__title { font-size: 1em; font-weight: normal; margin: 0; padding: 0.75em 0; } .info { margin: 0 0 0 1.25em; color: var(--color-link-hover); } .github { display: block; align-self: end; grid-area: github; justify-self: start; } .demos { position: relative; display: block; align-self: end; text-align: center; grid-area: demos; } .demo { margin: 0 0.15em; } .demo span { white-space: nowrap; letter-spacing: 0.1em; text-transform: lowercase; pointer-events: none; } .demo span::before { content: '#'; } a.demo--current { pointer-events: none; border: 1px solid; } /* Top Navigation Style */ .codrops-links { position: relative; display: flex; justify-content: center; margin: 0 1em 0 0; text-align: center; white-space: nowrap; } .codrops-icon { display: inline-block; margin: 0.15em; padding: 0.25em; } /* Common styles for the menus */ .menu { position: relative; z-index: 10; } .menu__item { line-height: 1; position: relative; display: block; margin: 1em 0; outline: none; } .menu__item-name, .menu__item-label { position: relative; display: inline-block; } .menu__item-name { font-size: 1.25em; } .menu__item-label { margin: 0 0 0 0.5em; } @media screen and (min-width: 50em) { .icon--keyboard { position: absolute; right: 0.55em; bottom: -30%; display: block; width: 54px; height: 46px; fill: var(--color-link); } .demos { display: flex; padding-right: 80px; justify-self: end; } .demo { display: block; width: 17px; height: 17px; margin: 0 5px 0 0; border: 2px solid; border-radius: 2px; } a.demo--current { background: currentColor; } .demo span { position: absolute; top: -0.2em; right: 100%; display: none; margin: 0 1em 0 0; } .demo--current span { display: block; } } @media screen and (max-width: 50em) { html, body { overflow-x: hidden; width: 100vw; height: 100%; } .content { height: auto; min-height: 0; padding-bottom: 10em; } .content--fixed { position: relative; z-index: 1000; display: block; padding: 0.85em; } .codrops-header { flex-direction: column; align-items: center; } .codrops-header__title { font-weight: bold; padding-bottom: 0.25em; text-align: center; } .github { display: block; margin: 1em auto; } .codrops-links { margin: 0; } }
0.347205
0.036528
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ @font-face { font-family: "HelveticaNeueRegular"; src: url('../fonts/HelveticaNeueRegular.otf'); /* IE9 Compat Modes */ } @font-face { font-family: "HelveticaNeueBold"; src: url('../fonts/HelveticaNeueBold.otf'); /* IE9 Compat Modes */ } *{ box-sizing: border-box; } body{ background-color: #FFE600; font-family: HelveticaNeueBold; height: 95vh; } /*header*/ div.background{ background-image: url(../img/background.jpg); height: 98vh; background-position: center; background-size: cover; width: 99%; margin: 0 auto; } /*barra*/ div.barra{ width: 100%; background-color: #004A8E; height: 14vh; margin-top: -8px; margin-bottom: 10vh; } div.logo{ width: 15%; background-color: #FFE600; height: 15vh; line-height: 15vh; } img.logo { display: block; padding-top: 5vh; margin-left: auto; margin-right: auto; } /*ventas*/ section.contenedor-ventas{ width: 90%; margin: auto; height: 20vh; } .column { float: left; padding: 1vh; } .titulo-ventas { width: 25%; background-color: #004A8E; color: #fff; font-size: 7vh; height: 20vh; text-align: center; border: .5vh solid #004A8E; } .numero-ventas { width: 75%; background-color: #FFF; color: #004A8E; font-size: 15vh; height: 20vh; text-align: center; border: .5vh solid #004A8E; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /*RELOJ*/ section.programa{ /* position: relative; */ } div.contenido-programa{ /* position: absolute; */ } div.contenedor-reloj{ width: 90%; margin: 0 auto; height: 15vh; font-size: 12vh; vertical-align: middle; color: #fff; } div.contenedor-fecha{ width: 90%; margin: 0 auto; height: 10vh; font-size: 4.5vh; vertical-align: middle; color: #fff; } /*RELOJ*/ section.fecha{ /* position: relative; */ margin-top: 0vh; } div.contenido-programa{ /* position: absolute; */ } footer{ margin-bottom: 1vh; height: 30%; width: 95%; margin: 0 0 0 5%; } footer .footer-clima{ width: 33%; float: left; } div .clima-actual{ background-color: #004A8E; width: 99.2%; } .icono-clima{ float: left; width: 33%; height: 15vh; background-color: #004A8E; } .descripcion-clima{ float: left; width: 33%; height: 15vh; padding-top: 4vh; color: #fff; font-size: 3vh; background-color: #004A8E; text-align: center; } .temperatura{ float: left; width: 33%; height: 15vh; padding-top: 2.5vh; padding-bottom: 2.5vh; padding-right: 2.5vh; background-color: #004A8E; } .contenido-temperatura{ text-align: center; font-size: 8vh; background-color: #FFE600; color: #004A8E; } footer .footer-noticias{ background-color: #FFE600; width: 55%; float: left; margin-top: 14.5vh; height: 14vh; font-size: 4vh; color: #004A8E; } footer .footer-logo{ background-color: #004A8E; margin-left: .5vh; width: 11%; float: left; margin-top: 13.5vh; height: 15vh; } .clima-proximo{ width: 100%; } .climas-siguientes{ margin-top: .5vh; float: left; width: 32.2%; height: 13vh; background-color: #004A8E; } .climas-siguientes2{ margin-left: .5vh; margin-top: .5vh; float: left; width: 32.2%; height: 13vh; background-color: #004A8E; } .climas-siguientes3{ margin-left: .5vh; margin-top: .5vh; float: left; width: 32.2%; height: 13vh; background-color: #004A8E; }
css/main.css
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ @font-face { font-family: "HelveticaNeueRegular"; src: url('../fonts/HelveticaNeueRegular.otf'); /* IE9 Compat Modes */ } @font-face { font-family: "HelveticaNeueBold"; src: url('../fonts/HelveticaNeueBold.otf'); /* IE9 Compat Modes */ } *{ box-sizing: border-box; } body{ background-color: #FFE600; font-family: HelveticaNeueBold; height: 95vh; } /*header*/ div.background{ background-image: url(../img/background.jpg); height: 98vh; background-position: center; background-size: cover; width: 99%; margin: 0 auto; } /*barra*/ div.barra{ width: 100%; background-color: #004A8E; height: 14vh; margin-top: -8px; margin-bottom: 10vh; } div.logo{ width: 15%; background-color: #FFE600; height: 15vh; line-height: 15vh; } img.logo { display: block; padding-top: 5vh; margin-left: auto; margin-right: auto; } /*ventas*/ section.contenedor-ventas{ width: 90%; margin: auto; height: 20vh; } .column { float: left; padding: 1vh; } .titulo-ventas { width: 25%; background-color: #004A8E; color: #fff; font-size: 7vh; height: 20vh; text-align: center; border: .5vh solid #004A8E; } .numero-ventas { width: 75%; background-color: #FFF; color: #004A8E; font-size: 15vh; height: 20vh; text-align: center; border: .5vh solid #004A8E; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /*RELOJ*/ section.programa{ /* position: relative; */ } div.contenido-programa{ /* position: absolute; */ } div.contenedor-reloj{ width: 90%; margin: 0 auto; height: 15vh; font-size: 12vh; vertical-align: middle; color: #fff; } div.contenedor-fecha{ width: 90%; margin: 0 auto; height: 10vh; font-size: 4.5vh; vertical-align: middle; color: #fff; } /*RELOJ*/ section.fecha{ /* position: relative; */ margin-top: 0vh; } div.contenido-programa{ /* position: absolute; */ } footer{ margin-bottom: 1vh; height: 30%; width: 95%; margin: 0 0 0 5%; } footer .footer-clima{ width: 33%; float: left; } div .clima-actual{ background-color: #004A8E; width: 99.2%; } .icono-clima{ float: left; width: 33%; height: 15vh; background-color: #004A8E; } .descripcion-clima{ float: left; width: 33%; height: 15vh; padding-top: 4vh; color: #fff; font-size: 3vh; background-color: #004A8E; text-align: center; } .temperatura{ float: left; width: 33%; height: 15vh; padding-top: 2.5vh; padding-bottom: 2.5vh; padding-right: 2.5vh; background-color: #004A8E; } .contenido-temperatura{ text-align: center; font-size: 8vh; background-color: #FFE600; color: #004A8E; } footer .footer-noticias{ background-color: #FFE600; width: 55%; float: left; margin-top: 14.5vh; height: 14vh; font-size: 4vh; color: #004A8E; } footer .footer-logo{ background-color: #004A8E; margin-left: .5vh; width: 11%; float: left; margin-top: 13.5vh; height: 15vh; } .clima-proximo{ width: 100%; } .climas-siguientes{ margin-top: .5vh; float: left; width: 32.2%; height: 13vh; background-color: #004A8E; } .climas-siguientes2{ margin-left: .5vh; margin-top: .5vh; float: left; width: 32.2%; height: 13vh; background-color: #004A8E; } .climas-siguientes3{ margin-left: .5vh; margin-top: .5vh; float: left; width: 32.2%; height: 13vh; background-color: #004A8E; }
0.490236
0.053849
@-moz-document url-prefix("http://www.tumblr.com/"), url-prefix("https://www.tumblr.com/") { #popover_blogs .tab_notice:after{display:none}div.l-header .tab.iconic > a {background-image:url('http://i1305.photobucket.com/albums/s547/momotar/Image2_zps56688dae.png') !important;} body { background:url("http://i1305.photobucket.com/albums/s547/momotar/Image0_zps8a74b561.png"); background-color: #000000 !important; background-position: 50% 30% !important; background-size: 180px 180px !important; } #logo { width: 210px !important; height: 56px !important; } #logo a { background:url("http://i1305.photobucket.com/albums/s547/momotar/Image7_zps183786ab.png") no-repeat!important; } #logo a:active { background-position: 0px 1px !important; } div.l-header .selection_nipple { top: 4px !important; border-bottom: 12px solid rgba(50,50,50,.50)!important; } div.l-header .selection_nipple.white{ border: none !important; border-bottom: none !important; } .post.photo_post .photo, .post.photo_post .video_thumbnail { -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.0) !important; border-radius: 12px !important; } .content.is_media, .mask.top, .mask.bottom { background: none !important; } div.l-header .tab .tab_notice, #popover_blogs .tab_notice, #dashboard_controls_open_blog .tab_notice {font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif !important;} .pill.notice{ color: rgba(255,255,255,0.50)!important;} .search_form_row { background-color:rgba(50,50,50,0.55) !important; } .mceContentBody { color: rgba(0, 0, 0, 1.0) !important; background: rgba(255,255,255, 1.0) !important; } } @-moz-document url-prefix("http://www.tumblr.com/dashboard"), url-prefix("http://www.tumblr.com/blog"), url-prefix("http://www.tumblr.com/like"), url-prefix("http://www.tumblr.com/tagged"), url-prefix("http://www.tumblr.com/inbox"), url-prefix("http://www.tumblr.com/new"), url-prefix("http://www.tumblr.com/edit"), url-prefix("http://www.tumblr.com/reblog"), regexp("^http://www.tumblr.com/blog/[A-Za-z0-9._%+-]+/settings") , url-prefix("https://www.tumblr.com/dashboard"), url-prefix("https://www.tumblr.com/blog"), url-prefix("https://www.tumblr.com/like"), url-prefix("https://www.tumblr.com/tagged"), url-prefix("https://www.tumblr.com/inbox"), url-prefix("https://www.tumblr.com/new"), url-prefix("https://www.tumblr.com/edit"), url-prefix("https://www.tumblr.com/reblog") { #left_column, #right_column {background-color: transparent !important;} div.l-content.l-content.l-content { background: rgba(50,50,50,0.55) !important; } #posts .post .post_permalink { width: 40px !important; height: 40px !important; background: url('http://i1305.photobucket.com/albums/s547/momotar/Image14_zps2e10ce42.png')!important; background-size: 100% 100% !important; position: absolute !important; top: 6px !important; right: -28px !important; } #posts .post .post_permalink:hover { background: url('http://i1305.photobucket.com/albums/s547/momotar/Image15_zpsda3a7bb1.png') !important; width: 40px !important; height: 40px !important; background-size: 100% 100% !important; position: absolute !important; top: 6px !important; right: -28px !important; } #posts .post{ background: #ffffff; } .post_avatar:after { left:96%!important; } .post_form_wrapper.detached .arrow { display:none !important; } body .radar .radar_footer .radar_avatar:before, body .controls_section.user_list li a:before { background: none; border-right: none; } body .radar .radar_footer .follow { color: #FFFFFF; } } #posts .post.same_user_as_last .post_avatar, #posts .post.same_user_as_last .post_avatar_link, #posts .post.same_user_as_last .sub_avatar, #posts .post.same_user_as_last .user_menu_info_button { display:inherit !important; } div#right_column, div#right_column:after { background: none !important; } #right_column .controls_section .with_subtitle small { color: #929292 !important;} #posts .post .post_controls .reblog_count span { color: #ffffff !important;} #posts .notification a:not(.avatar_frame) { border-bottom: 1px solid #626262 !important;} #posts .notification .nipple.border, #posts .notification.alt .nipple.border { border-right: 7px solid transparent !important; border-left: 15px solid #626262 !important; left:-20px !important; top:12px !important;} #posts .notification .nipple, #posts .notification.alt .nipple { border-right: 6px transparent !important;} #posts .notification .avatar_frame { border: 2px solid #626262 !important; border-radius: 60px !important; top: 3px !important;} #posts .notification a:not(.avatar_frame) { text-decoration: none !important; border-bottom: none !important;} .notification .notification_sentence { font-weight: normal !important; font-size: 11px !important; } .notification .notification_sentence a{ font-weight: bold !important; } .notification .notification_right .preview_frame { border: 1px solid #000000 !important;} #toaster .toast { background-color: rgb(0, 0, 0) !important; } .notification .report, .notification .block { color:#323232 !important;} .notification .report, .notification .block:hover { color:#626262 !important;} #posts .notification .avatar{ border-radius: 60px !important;} .pinned_sidebar_footer { opacity: 0 !important;} .pinned_sidebar_footer:hover{ opacity: 0.999 !important;} .hide_footer .pinned_sidebar_footer { display: inherit !important;} .no_posts_found, h1.dashboard_header { color: rgba(255,255,255,0.75) !important;} #posts .notification .notification_type_icon.like_icon { background-position: -720px -20px;} #posts .notification .notification_type_icon.reblog_icon { background-position: -720px -40px;} #posts .notification .notification_type_icon.follow_icon{width:14px;height:13px;background-position:-720px 0 !important;} #posts .notification .notification_type_icon.answer_icon{background-position:-720px -60px !important;} #pagination a{ background-color: rgba(0,0,0,0) !important; } img[src*="https://secure.assets.tumblr.com/images/post_icons_sprite.png"], .new_post_label_icon { opacity: 0 !important; } .new_post_label i { display: none !important; } #new_post_label_text, #new_post_label_photo, #new_post_label_quote, #new_post_label_link, #new_post_label_chat, #new_post_label_audio, #new_post_label_video { background: url("http://i1305.photobucket.com/albums/s547/momotar/Image20_zps71d09fc1.png") no-repeat !important; } #posts .post.new_post .new_post_label{ padding-top: 70px !important; padding-bottom: 0px !important; color: rgba(0,0,0,0) !important; } #new_post_label_text { background-position: 2px 5px !important; border-top-left-radius: 8px !important; border-bottom-left-radius: 8px !important; } #new_post_label_photo { background-position: -73px 5px !important; } #new_post_label_quote { background-position: -148px 5px !important; } #new_post_label_link { background-position: -223px 5px !important; } #new_post_label_chat { background-position: -298px 5px !important; } #new_post_label_audio { background-position: -373px 5px !important; } #new_post_label_video { background-position: -448px 5px !important; border-top-right-radius: 8px !important; border-bottom-right-radius: 8px !important; } #posts .post.new_post .new_post_label:hover{ color: rgba(80,80,80,.55) !important; } #new_post_label_text:hover { background-position: 2px -100px !important; } #new_post_label_photo:hover { background-position: -73px -100px !important; } #new_post_label_quote:hover { background-position: -148px -100px !important; } #new_post_label_link:hover { background-position: -223px -100px !important; } #new_post_label_chat:hover { background-position: -298px -100px !important; } #new_post_label_audio:hover { background-position: -373px -100px !important; } #new_post_label_video:hover { background-position: -448px -100px !important; } body .footer_links a { color: rgba(50,50,50,0.55); } /* i really want this to be global */
data/usercss/96253.user.css
@-moz-document url-prefix("http://www.tumblr.com/"), url-prefix("https://www.tumblr.com/") { #popover_blogs .tab_notice:after{display:none}div.l-header .tab.iconic > a {background-image:url('http://i1305.photobucket.com/albums/s547/momotar/Image2_zps56688dae.png') !important;} body { background:url("http://i1305.photobucket.com/albums/s547/momotar/Image0_zps8a74b561.png"); background-color: #000000 !important; background-position: 50% 30% !important; background-size: 180px 180px !important; } #logo { width: 210px !important; height: 56px !important; } #logo a { background:url("http://i1305.photobucket.com/albums/s547/momotar/Image7_zps183786ab.png") no-repeat!important; } #logo a:active { background-position: 0px 1px !important; } div.l-header .selection_nipple { top: 4px !important; border-bottom: 12px solid rgba(50,50,50,.50)!important; } div.l-header .selection_nipple.white{ border: none !important; border-bottom: none !important; } .post.photo_post .photo, .post.photo_post .video_thumbnail { -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.0) !important; border-radius: 12px !important; } .content.is_media, .mask.top, .mask.bottom { background: none !important; } div.l-header .tab .tab_notice, #popover_blogs .tab_notice, #dashboard_controls_open_blog .tab_notice {font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif !important;} .pill.notice{ color: rgba(255,255,255,0.50)!important;} .search_form_row { background-color:rgba(50,50,50,0.55) !important; } .mceContentBody { color: rgba(0, 0, 0, 1.0) !important; background: rgba(255,255,255, 1.0) !important; } } @-moz-document url-prefix("http://www.tumblr.com/dashboard"), url-prefix("http://www.tumblr.com/blog"), url-prefix("http://www.tumblr.com/like"), url-prefix("http://www.tumblr.com/tagged"), url-prefix("http://www.tumblr.com/inbox"), url-prefix("http://www.tumblr.com/new"), url-prefix("http://www.tumblr.com/edit"), url-prefix("http://www.tumblr.com/reblog"), regexp("^http://www.tumblr.com/blog/[A-Za-z0-9._%+-]+/settings") , url-prefix("https://www.tumblr.com/dashboard"), url-prefix("https://www.tumblr.com/blog"), url-prefix("https://www.tumblr.com/like"), url-prefix("https://www.tumblr.com/tagged"), url-prefix("https://www.tumblr.com/inbox"), url-prefix("https://www.tumblr.com/new"), url-prefix("https://www.tumblr.com/edit"), url-prefix("https://www.tumblr.com/reblog") { #left_column, #right_column {background-color: transparent !important;} div.l-content.l-content.l-content { background: rgba(50,50,50,0.55) !important; } #posts .post .post_permalink { width: 40px !important; height: 40px !important; background: url('http://i1305.photobucket.com/albums/s547/momotar/Image14_zps2e10ce42.png')!important; background-size: 100% 100% !important; position: absolute !important; top: 6px !important; right: -28px !important; } #posts .post .post_permalink:hover { background: url('http://i1305.photobucket.com/albums/s547/momotar/Image15_zpsda3a7bb1.png') !important; width: 40px !important; height: 40px !important; background-size: 100% 100% !important; position: absolute !important; top: 6px !important; right: -28px !important; } #posts .post{ background: #ffffff; } .post_avatar:after { left:96%!important; } .post_form_wrapper.detached .arrow { display:none !important; } body .radar .radar_footer .radar_avatar:before, body .controls_section.user_list li a:before { background: none; border-right: none; } body .radar .radar_footer .follow { color: #FFFFFF; } } #posts .post.same_user_as_last .post_avatar, #posts .post.same_user_as_last .post_avatar_link, #posts .post.same_user_as_last .sub_avatar, #posts .post.same_user_as_last .user_menu_info_button { display:inherit !important; } div#right_column, div#right_column:after { background: none !important; } #right_column .controls_section .with_subtitle small { color: #929292 !important;} #posts .post .post_controls .reblog_count span { color: #ffffff !important;} #posts .notification a:not(.avatar_frame) { border-bottom: 1px solid #626262 !important;} #posts .notification .nipple.border, #posts .notification.alt .nipple.border { border-right: 7px solid transparent !important; border-left: 15px solid #626262 !important; left:-20px !important; top:12px !important;} #posts .notification .nipple, #posts .notification.alt .nipple { border-right: 6px transparent !important;} #posts .notification .avatar_frame { border: 2px solid #626262 !important; border-radius: 60px !important; top: 3px !important;} #posts .notification a:not(.avatar_frame) { text-decoration: none !important; border-bottom: none !important;} .notification .notification_sentence { font-weight: normal !important; font-size: 11px !important; } .notification .notification_sentence a{ font-weight: bold !important; } .notification .notification_right .preview_frame { border: 1px solid #000000 !important;} #toaster .toast { background-color: rgb(0, 0, 0) !important; } .notification .report, .notification .block { color:#323232 !important;} .notification .report, .notification .block:hover { color:#626262 !important;} #posts .notification .avatar{ border-radius: 60px !important;} .pinned_sidebar_footer { opacity: 0 !important;} .pinned_sidebar_footer:hover{ opacity: 0.999 !important;} .hide_footer .pinned_sidebar_footer { display: inherit !important;} .no_posts_found, h1.dashboard_header { color: rgba(255,255,255,0.75) !important;} #posts .notification .notification_type_icon.like_icon { background-position: -720px -20px;} #posts .notification .notification_type_icon.reblog_icon { background-position: -720px -40px;} #posts .notification .notification_type_icon.follow_icon{width:14px;height:13px;background-position:-720px 0 !important;} #posts .notification .notification_type_icon.answer_icon{background-position:-720px -60px !important;} #pagination a{ background-color: rgba(0,0,0,0) !important; } img[src*="https://secure.assets.tumblr.com/images/post_icons_sprite.png"], .new_post_label_icon { opacity: 0 !important; } .new_post_label i { display: none !important; } #new_post_label_text, #new_post_label_photo, #new_post_label_quote, #new_post_label_link, #new_post_label_chat, #new_post_label_audio, #new_post_label_video { background: url("http://i1305.photobucket.com/albums/s547/momotar/Image20_zps71d09fc1.png") no-repeat !important; } #posts .post.new_post .new_post_label{ padding-top: 70px !important; padding-bottom: 0px !important; color: rgba(0,0,0,0) !important; } #new_post_label_text { background-position: 2px 5px !important; border-top-left-radius: 8px !important; border-bottom-left-radius: 8px !important; } #new_post_label_photo { background-position: -73px 5px !important; } #new_post_label_quote { background-position: -148px 5px !important; } #new_post_label_link { background-position: -223px 5px !important; } #new_post_label_chat { background-position: -298px 5px !important; } #new_post_label_audio { background-position: -373px 5px !important; } #new_post_label_video { background-position: -448px 5px !important; border-top-right-radius: 8px !important; border-bottom-right-radius: 8px !important; } #posts .post.new_post .new_post_label:hover{ color: rgba(80,80,80,.55) !important; } #new_post_label_text:hover { background-position: 2px -100px !important; } #new_post_label_photo:hover { background-position: -73px -100px !important; } #new_post_label_quote:hover { background-position: -148px -100px !important; } #new_post_label_link:hover { background-position: -223px -100px !important; } #new_post_label_chat:hover { background-position: -298px -100px !important; } #new_post_label_audio:hover { background-position: -373px -100px !important; } #new_post_label_video:hover { background-position: -448px -100px !important; } body .footer_links a { color: rgba(50,50,50,0.55); } /* i really want this to be global */
0.317638
0.07333
.j-pro.j-grey .j-widget .j-addon-btn, .j-pro.j-grey .j-primary-btn, .j-pro.j-grey .j-file-button, .j-pro.j-grey .j-secondary-btn { background-color:#455a64; } .j-pro.j-grey .j-widget.j-disabled-view .j-addon-btn, .j-pro.j-grey .j-primary-btn.j-disabled-view, .j-pro.j-grey .j-disabled-view .j-file-button, .j-pro.j-grey .j-secondary-btn.j-disabled-view { background-color:#455a64 !important; } .j-pro.j-grey .j-widget .j-addon-btn:hover, .j-pro.j-grey .j-primary-btn:hover, .j-pro.j-grey .j-file-button:hover, .j-pro.j-grey .j-secondary-btn:hover { background-color:#607d8b; } .j-pro.j-grey .j-file-button:hover + input { border:2px solid rgba(69,90,100,.6); } /* Ratings =============================== */ .j-pro.j-grey .j-ratings input + label:hover, .j-pro.j-grey .j-ratings input + label:hover ~ label, .j-pro.j-grey .j-ratings input:checked + label, .j-pro.j-grey .j-ratings input:checked + label ~ label { color:#455a64; } /* Header + footer =============================== */ .j-pro.j-grey .j-header { -webkit-box-shadow:0 6px 3px -3px rgba(96,125,139,.5); -moz-box-shadow:0 6px 3px -3px rgba(96,125,139,.5); -o-box-shadow:0 6px 3px -3px rgba(96,125,139,.5); box-shadow:0 6px 3px -3px rgba(96,125,139,.5); border-top:1px solid #90a4ae; background-color:#607d8b; } .j-pro.j-grey .j-footer { border-top:1px solid #455a64; background-color:#eceff1; } /* Multistep form =============================== */ .j-pro.j-grey .j-active-step .j-steps { background-color:#eceff1; border:1px solid #455a64; } .j-pro.j-grey .j-passed-step .j-steps { background-color:#eceff1; border:1px solid #eceff1; } /* Other =============================== */ .j-pro.j-grey .j-divider-text span { color:#607d8b; } .j-pro.j-grey, .j-pro.j-grey .j-divider-text span { background-color:#fafbfb; } /* Radio and checkbox =============================== */ .j-pro.j-grey .j-checkbox:hover i, .j-pro.j-grey .j-radio:hover i { border:2px solid rgba(69,90,100,.6); } .j-pro.j-grey .j-radio input:checked + i, .j-pro.j-grey .j-checkbox input:checked + i { border:2px solid rgba(69,90,100,.9); color:rgba(69,90,100,.9); } .j-pro.j-grey .j-radio i:after { background-color:rgba(69,90,100,.9); } .j-pro.j-grey .j-checkbox i:after { border-bottom:solid rgb(69,90,100); border-left:solid rgb(69,90,100); } /* Toggle radio and toggle checkboxe =============================== */ .j-pro.j-grey .j-checkbox-toggle:hover i, .j-pro.j-grey .j-radio-toggle:hover i { border:2px solid rgba(69,90,100,.6); } .j-pro.j-grey .j-radio-toggle input:checked + i, .j-pro.j-grey .j-checkbox-toggle input:checked + i { border:2px solid rgba(69,90,100,.9); } .j-pro.j-grey .j-radio-toggle i:before, .j-pro.j-grey .j-checkbox-toggle i:before { background-color:rgba(69,90,100,.9); } .j-pro.j-grey .j-checkbox-toggle input:checked + i, .j-pro.j-grey .j-radio-toggle input:checked + i { background-color:#eceff1; } /* Tooltip =============================== */ .j-pro.j-grey .j-tooltip, .j-pro.j-grey .j-tooltip-image { background-color:#263238; } .j-pro.j-grey .j-tooltip-left-top:before { border-color:#263238 transparent; } .j-pro.j-grey .j-tooltip-right-top:before{ border-color:#263238 transparent; } .j-pro.j-grey .j-tooltip-right-bottom:before{ border-color:#263238 transparent; } .j-pro.j-grey .j-tooltip-left-bottom:before{ border-color:#263238 transparent; } .j-pro.j-grey .j-tooltip-right-side:before{ border-color:transparent #263238; } .j-pro.j-grey .j-tooltip-left-side:before{ border-color:transparent #263238; } /* Input =============================== */ .j-pro.j-grey input[type="text"]:hover, .j-pro.j-grey input[type="password"]:hover, .j-pro.j-grey input[type="email"]:hover, .j-pro.j-grey input[type="search"]:hover, .j-pro.j-grey input[type="url"]:hover, .j-pro.j-grey textarea:hover, .j-pro.j-grey select:hover { border:2px solid rgba(69,90,100,.6); } .j-pro.j-grey input[type="text"]:focus, .j-pro.j-grey input[type="password"]:focus, .j-pro.j-grey input[type="email"]:focus, .j-pro.j-grey input[type="search"]:focus, .j-pro.j-grey input[type="url"]:focus, .j-pro.j-grey textarea:focus, .j-pro.j-grey select:focus { border:2px solid rgba(69,90,100,.9); } /* Image radio and Image checkbox =============================== */ .j-pro.j-grey .j-radio-block input:checked + i, .j-pro.j-grey .j-checkbox-block input:checked + i { border:2px solid rgba(69,90,100,.9); color:rgba(69,90,100,.9); } .j-pro.j-grey .j-radio-block i:after { background-color:rgba(69,90,100,.9); } .j-pro.j-grey .j-checkbox-block i:after { border-bottom:solid rgba(69,90,100,.9); border-left:solid rgba(69,90,100,.9); } .j-pro.j-grey .j-checkbox-block .j-block-content:hover, .j-pro.j-grey .j-radio-block .j-block-content:hover { background:rgba(236,239,241,.5); } .j-pro.j-grey .j-checkbox-block input:checked ~ .j-block-content, .j-pro.j-grey .j-radio-block input:checked ~ .j-block-content { background-color:#eceff1; }
assets/pages/j-pro/css/j-pro-modern-grey.css
.j-pro.j-grey .j-widget .j-addon-btn, .j-pro.j-grey .j-primary-btn, .j-pro.j-grey .j-file-button, .j-pro.j-grey .j-secondary-btn { background-color:#455a64; } .j-pro.j-grey .j-widget.j-disabled-view .j-addon-btn, .j-pro.j-grey .j-primary-btn.j-disabled-view, .j-pro.j-grey .j-disabled-view .j-file-button, .j-pro.j-grey .j-secondary-btn.j-disabled-view { background-color:#455a64 !important; } .j-pro.j-grey .j-widget .j-addon-btn:hover, .j-pro.j-grey .j-primary-btn:hover, .j-pro.j-grey .j-file-button:hover, .j-pro.j-grey .j-secondary-btn:hover { background-color:#607d8b; } .j-pro.j-grey .j-file-button:hover + input { border:2px solid rgba(69,90,100,.6); } /* Ratings =============================== */ .j-pro.j-grey .j-ratings input + label:hover, .j-pro.j-grey .j-ratings input + label:hover ~ label, .j-pro.j-grey .j-ratings input:checked + label, .j-pro.j-grey .j-ratings input:checked + label ~ label { color:#455a64; } /* Header + footer =============================== */ .j-pro.j-grey .j-header { -webkit-box-shadow:0 6px 3px -3px rgba(96,125,139,.5); -moz-box-shadow:0 6px 3px -3px rgba(96,125,139,.5); -o-box-shadow:0 6px 3px -3px rgba(96,125,139,.5); box-shadow:0 6px 3px -3px rgba(96,125,139,.5); border-top:1px solid #90a4ae; background-color:#607d8b; } .j-pro.j-grey .j-footer { border-top:1px solid #455a64; background-color:#eceff1; } /* Multistep form =============================== */ .j-pro.j-grey .j-active-step .j-steps { background-color:#eceff1; border:1px solid #455a64; } .j-pro.j-grey .j-passed-step .j-steps { background-color:#eceff1; border:1px solid #eceff1; } /* Other =============================== */ .j-pro.j-grey .j-divider-text span { color:#607d8b; } .j-pro.j-grey, .j-pro.j-grey .j-divider-text span { background-color:#fafbfb; } /* Radio and checkbox =============================== */ .j-pro.j-grey .j-checkbox:hover i, .j-pro.j-grey .j-radio:hover i { border:2px solid rgba(69,90,100,.6); } .j-pro.j-grey .j-radio input:checked + i, .j-pro.j-grey .j-checkbox input:checked + i { border:2px solid rgba(69,90,100,.9); color:rgba(69,90,100,.9); } .j-pro.j-grey .j-radio i:after { background-color:rgba(69,90,100,.9); } .j-pro.j-grey .j-checkbox i:after { border-bottom:solid rgb(69,90,100); border-left:solid rgb(69,90,100); } /* Toggle radio and toggle checkboxe =============================== */ .j-pro.j-grey .j-checkbox-toggle:hover i, .j-pro.j-grey .j-radio-toggle:hover i { border:2px solid rgba(69,90,100,.6); } .j-pro.j-grey .j-radio-toggle input:checked + i, .j-pro.j-grey .j-checkbox-toggle input:checked + i { border:2px solid rgba(69,90,100,.9); } .j-pro.j-grey .j-radio-toggle i:before, .j-pro.j-grey .j-checkbox-toggle i:before { background-color:rgba(69,90,100,.9); } .j-pro.j-grey .j-checkbox-toggle input:checked + i, .j-pro.j-grey .j-radio-toggle input:checked + i { background-color:#eceff1; } /* Tooltip =============================== */ .j-pro.j-grey .j-tooltip, .j-pro.j-grey .j-tooltip-image { background-color:#263238; } .j-pro.j-grey .j-tooltip-left-top:before { border-color:#263238 transparent; } .j-pro.j-grey .j-tooltip-right-top:before{ border-color:#263238 transparent; } .j-pro.j-grey .j-tooltip-right-bottom:before{ border-color:#263238 transparent; } .j-pro.j-grey .j-tooltip-left-bottom:before{ border-color:#263238 transparent; } .j-pro.j-grey .j-tooltip-right-side:before{ border-color:transparent #263238; } .j-pro.j-grey .j-tooltip-left-side:before{ border-color:transparent #263238; } /* Input =============================== */ .j-pro.j-grey input[type="text"]:hover, .j-pro.j-grey input[type="password"]:hover, .j-pro.j-grey input[type="email"]:hover, .j-pro.j-grey input[type="search"]:hover, .j-pro.j-grey input[type="url"]:hover, .j-pro.j-grey textarea:hover, .j-pro.j-grey select:hover { border:2px solid rgba(69,90,100,.6); } .j-pro.j-grey input[type="text"]:focus, .j-pro.j-grey input[type="password"]:focus, .j-pro.j-grey input[type="email"]:focus, .j-pro.j-grey input[type="search"]:focus, .j-pro.j-grey input[type="url"]:focus, .j-pro.j-grey textarea:focus, .j-pro.j-grey select:focus { border:2px solid rgba(69,90,100,.9); } /* Image radio and Image checkbox =============================== */ .j-pro.j-grey .j-radio-block input:checked + i, .j-pro.j-grey .j-checkbox-block input:checked + i { border:2px solid rgba(69,90,100,.9); color:rgba(69,90,100,.9); } .j-pro.j-grey .j-radio-block i:after { background-color:rgba(69,90,100,.9); } .j-pro.j-grey .j-checkbox-block i:after { border-bottom:solid rgba(69,90,100,.9); border-left:solid rgba(69,90,100,.9); } .j-pro.j-grey .j-checkbox-block .j-block-content:hover, .j-pro.j-grey .j-radio-block .j-block-content:hover { background:rgba(236,239,241,.5); } .j-pro.j-grey .j-checkbox-block input:checked ~ .j-block-content, .j-pro.j-grey .j-radio-block input:checked ~ .j-block-content { background-color:#eceff1; }
0.452052
0.041191
@media only screen and (max-width: 1120px) { .product-thumb { height: 131px; } } .home-product-not-slide{ width: calc((100% / 3) - 10px); float: left; margin-right: 10px; margin-bottom: 10px; } .home-product-grid{ width: calc((100% / 4) - 10px); float: left; margin-right: 10px; } .list-product-inhome { padding: unset !important; margin-top: 10px !important; background: #f5f5f5 !important; } .product-thumb { height: 160px; position: relative; } .home-product .product-thumb a img { width: 100%; height: 100%; border-radius: 4px 4px 0 0; object-fit: cover; } .home-product-bound { padding: 8px 12px 10px 12px; border-top: none; box-sizing: border-box; border-radius: 0 0 4px 4px; background: #fff; } .home-product-bound .p-title a { display: -webkit-box; height: 40px; overflow: hidden; -webkit-line-clamp: 2; position: relative; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; -webkit-box-orient: vertical; color: #004e7f; font-family: Roboto; font-style: normal; font-weight: 500; font-size: 14px; line-height: 20px; margin-bottom: 4px; } .home-product-bound .product-price { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 14px; line-height: 20px; color: #2c2f36; width: auto; float: left; margin-right: 8px; } .home-product-bound .ic_dot { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 14px; color: #747c87; float: left; } .home-product-bound .pro-m2 { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 14px; line-height: 20px; color: #2c2f36; width: auto; float: left; margin-left: 8px; } .home-product-bound .product-address, .home-product-bound .product-address a { display: inline-block; width: 100%; font-family: Roboto; font-style: normal; font-weight: normal; font-size: 14px; line-height: 20px; margin: 4px 0 6px 0; color: #2c2f36; } .home-product-bound .product-date { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 14px; line-height: 34px; color: #747c87; cursor: default; position: relative; display: inline-block; } .home-product .review { padding-bottom: 15px; width: 100%; } .home-product .review .star { float: left; color: #ffe400; margin-right: 15px; } .home-product .review .wishlist { float: left; } .home-product .review .date { float: right; } .home-product .review .wishlist a { color: #b3b3b3; } .list-product-inhome-mobile .home-product{ display: inline-block; width: 60% !important; vertical-align: middle; position: relative; border: none; float: initial; margin-right: .5rem; margin-bottom: 0px; margin-top: 0px; } .list-product-inhome-mobile .home-product-bound .product-address, .home-product-bound .product-address a { display: flex !important; } .col-md-12-item{ width: 100%; } .col-md-12-item .home-product{ border-top: 1px solid #ebedf0; padding: 15px 15px 10px; background: #fff; } .home-search-tool .search-inside { padding: 22px; height: calc(100vh - 77px); width: auto; overflow-x: hidden; } .home-search-tool h2 { font-weight: normal; font-size: 22px; color: #2d373f; text-align: left; margin: 0 0 20px 0; padding: 0; line-height: 18px; } .home-search-tool #search-popup-close { top: -3px; right: 0; color: #333; font-size: 18px; position: absolute; cursor: pointer; } .home-search-tool .textInput { font-size: 14px; padding: 0 9px; height: 40px; margin: 0; color: #2c2f36; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; font-weight: 500; display: inline-block; line-height: 40px; border: 1px solid #dadada; } .home-search-tool .home-search-tab { width: 100%; margin: 20px 0 10px; } .home-search-tool .home-search-tab li:first-child.actived { border-radius: 3px 0 0 3px; } .home-search-tool .home-search-tab li.actived { background: #d8e7f4; } .home-search-tool .home-search-tab li:first-child { border-radius: 3px 0 0 3px; border-right: none; box-sizing: border-box; } .home-search-tool .home-search-tab li { width: 50%; float: left; text-align: center; border: 1px solid #d8e7f4; box-sizing: border-box; } .home-search-tool .home-search-tab li.actived a { color: #2d373f; } .home-search-tool .home-search-tab li a { height: 40px; line-height: 40px; font-style: normal; font-weight: bold; font-size: 12px; text-align: center; text-transform: uppercase; color: #777; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .home-search-tab { list-style: none; } .home-search-tool .selectAtrribute{ border: 1px solid #dadada; margin-bottom: 15px; } .home-search-tool .selectAtrribute select{ padding: 10px; width: 100%; height: 40px; background: transparent; border-color: transparent; color: #686868; font-size: 15px; } .home-search-tool .fixbtn { position: fixed; bottom: 0; right: 0; left: 0; padding: 15px; background: #fff; } .home-search-tool #btnSearch { border: unset; width: 100%; height: 42px; background: #3c9f10; border-radius: 5px; font-weight: bold; font-size: 16px; line-height: 42px; text-align: center; color: #fff; display: block; } /* duc fix 4/12/2021*/ .chitiettintuc h2.title_30{ color: #5A5A5A !important; }
frontend/web/css/duc_fix.css
@media only screen and (max-width: 1120px) { .product-thumb { height: 131px; } } .home-product-not-slide{ width: calc((100% / 3) - 10px); float: left; margin-right: 10px; margin-bottom: 10px; } .home-product-grid{ width: calc((100% / 4) - 10px); float: left; margin-right: 10px; } .list-product-inhome { padding: unset !important; margin-top: 10px !important; background: #f5f5f5 !important; } .product-thumb { height: 160px; position: relative; } .home-product .product-thumb a img { width: 100%; height: 100%; border-radius: 4px 4px 0 0; object-fit: cover; } .home-product-bound { padding: 8px 12px 10px 12px; border-top: none; box-sizing: border-box; border-radius: 0 0 4px 4px; background: #fff; } .home-product-bound .p-title a { display: -webkit-box; height: 40px; overflow: hidden; -webkit-line-clamp: 2; position: relative; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; -webkit-box-orient: vertical; color: #004e7f; font-family: Roboto; font-style: normal; font-weight: 500; font-size: 14px; line-height: 20px; margin-bottom: 4px; } .home-product-bound .product-price { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 14px; line-height: 20px; color: #2c2f36; width: auto; float: left; margin-right: 8px; } .home-product-bound .ic_dot { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 14px; color: #747c87; float: left; } .home-product-bound .pro-m2 { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 14px; line-height: 20px; color: #2c2f36; width: auto; float: left; margin-left: 8px; } .home-product-bound .product-address, .home-product-bound .product-address a { display: inline-block; width: 100%; font-family: Roboto; font-style: normal; font-weight: normal; font-size: 14px; line-height: 20px; margin: 4px 0 6px 0; color: #2c2f36; } .home-product-bound .product-date { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 14px; line-height: 34px; color: #747c87; cursor: default; position: relative; display: inline-block; } .home-product .review { padding-bottom: 15px; width: 100%; } .home-product .review .star { float: left; color: #ffe400; margin-right: 15px; } .home-product .review .wishlist { float: left; } .home-product .review .date { float: right; } .home-product .review .wishlist a { color: #b3b3b3; } .list-product-inhome-mobile .home-product{ display: inline-block; width: 60% !important; vertical-align: middle; position: relative; border: none; float: initial; margin-right: .5rem; margin-bottom: 0px; margin-top: 0px; } .list-product-inhome-mobile .home-product-bound .product-address, .home-product-bound .product-address a { display: flex !important; } .col-md-12-item{ width: 100%; } .col-md-12-item .home-product{ border-top: 1px solid #ebedf0; padding: 15px 15px 10px; background: #fff; } .home-search-tool .search-inside { padding: 22px; height: calc(100vh - 77px); width: auto; overflow-x: hidden; } .home-search-tool h2 { font-weight: normal; font-size: 22px; color: #2d373f; text-align: left; margin: 0 0 20px 0; padding: 0; line-height: 18px; } .home-search-tool #search-popup-close { top: -3px; right: 0; color: #333; font-size: 18px; position: absolute; cursor: pointer; } .home-search-tool .textInput { font-size: 14px; padding: 0 9px; height: 40px; margin: 0; color: #2c2f36; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; font-weight: 500; display: inline-block; line-height: 40px; border: 1px solid #dadada; } .home-search-tool .home-search-tab { width: 100%; margin: 20px 0 10px; } .home-search-tool .home-search-tab li:first-child.actived { border-radius: 3px 0 0 3px; } .home-search-tool .home-search-tab li.actived { background: #d8e7f4; } .home-search-tool .home-search-tab li:first-child { border-radius: 3px 0 0 3px; border-right: none; box-sizing: border-box; } .home-search-tool .home-search-tab li { width: 50%; float: left; text-align: center; border: 1px solid #d8e7f4; box-sizing: border-box; } .home-search-tool .home-search-tab li.actived a { color: #2d373f; } .home-search-tool .home-search-tab li a { height: 40px; line-height: 40px; font-style: normal; font-weight: bold; font-size: 12px; text-align: center; text-transform: uppercase; color: #777; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .home-search-tab { list-style: none; } .home-search-tool .selectAtrribute{ border: 1px solid #dadada; margin-bottom: 15px; } .home-search-tool .selectAtrribute select{ padding: 10px; width: 100%; height: 40px; background: transparent; border-color: transparent; color: #686868; font-size: 15px; } .home-search-tool .fixbtn { position: fixed; bottom: 0; right: 0; left: 0; padding: 15px; background: #fff; } .home-search-tool #btnSearch { border: unset; width: 100%; height: 42px; background: #3c9f10; border-radius: 5px; font-weight: bold; font-size: 16px; line-height: 42px; text-align: center; color: #fff; display: block; } /* duc fix 4/12/2021*/ .chitiettintuc h2.title_30{ color: #5A5A5A !important; }
0.38769
0.109658
html, body { overflow: hidden; height: 100%; width: 100%; } body { background: #000; } /*============================== Blured effect on views ==============================*/ .views { -webkit-transition-duration: 400ms; -moz-transition-duration: 400ms; -ms-transition-duration: 400ms; -o-transition-duration: 400ms; transition-duration: 400ms; -webkit-filter: blur(0px); -webkit-transform: translate3d(0, 0, 0) scale(1); -moz-transform: translate3d(0, 0, 0) scale(1); -ms-transform: translate3d(0, 0, 0) scale(1); -o-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } .views.blured { -webkit-filter: blur(10px); -webkit-transform: translate3d(0, 0, 0) scale(1.3); -moz-transform: translate3d(0, 0, 0) scale(1.3); -ms-transform: translate3d(0, 0, 0) scale(1.3); -o-transform: translate3d(0, 0, 0) scale(1.3); transform: translate3d(0, 0, 0) scale(1.3); } /*============================== Pages styling ==============================*/ .pages { background: #000; } .page[data-page="index"], .page[data-page="detail"] { background: none; background: #000000 url(../img/bg.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; } /* iOS over scrolling fix */ html.ios .page { overflow: auto; -webkit-overflow-scrolling: touch; } html.ios .page-content { margin-bottom: 1px; } /*============================== Navbar ==============================*/ .navbar { background: #2b1127; color: #fff; } .navbar:after { display: none; } span.navbar-logo { width: 100px; height: 25px; background: url(../img/logo.png) no-repeat center; -webkit-background-size: 100% auto; background-size: 100% auto; display: block; } i.icon-plus { color: #fff; } /*============================== Homepage places list ==============================*/ .places-list { margin: 0; color: #fff; } .places-list ul { background: none; border-bottom: 1px solid transparent; } .places-list ul:before { display: none; } .places-list ul:after { background-color: rgba(255, 255, 255, 0.2); } .places-list ul:empty { display: none; } .places-list a.item-link .item-inner, .places-list .item-inner { background: none; padding-right: 15px; } .places-list a.item-link .item-inner:after, .places-list .item-inner:after { background-color: rgba(255, 255, 255, 0.2); } .places-list a.item-link.active-state { background: rgba(255, 255, 255, 0.1); } .places-list .item-after { font-size: 41px; font-weight: 100; max-height: none; color: #fff; } .places-list .city { font-size: 25px; font-weight: 300; position: relative; overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; } .places-list .country { font-size: 14px; font-weight: 300; } .places-list .list-block-label { text-align: center; color: #fff; opacity: 0.6; } /*============================== Search popup styling ==============================*/ .popup { background: rgba(25, 18, 15, 0.55); color: #fff; } .popup .navbar { background: #1c1d21; } .popup .navbar .left { width: 100%; -webkit-box-flex: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; margin-right: 0; } .popup .preloader { position: absolute; right: 10px; top: 50%; margin-top: -10px; height: 20px; width: 20px; display: none; } .popup input[type="text"] { height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; padding: 4px 40px 4px 10px; display: block; width: 100%; margin: 0; border: none; border-radius: 5px; background: #000; -webkit-appearance: none; appearance: none; font-family: inherit; font-size: 14px; } .popup .pages, .popup .page { background: none; } .popup a.link { color: #fff; } .popup .search-results { list-style: none; margin: 0 0; padding: 0 20px 0 18px; font-size: 16px; } .popup .search-results li { margin: 10px 0; cursor: pointer; white-space: nowrap; max-width: 100%; position: relative; overflow: hidden; text-overflow: ellipsis; } .popup .search-results span { font-size: 14px; color: rgba(255, 255, 255, 0.8); font-weight: 300; margin-left: 5px; } /*============================== Details page styles ==============================*/ .page[data-page="detail"] { color: #fff; } .detail-city { margin-top: 20px; font-size: 31px; text-align: center; font-weight: 300; } .detail-condition { text-align: center; } .detail-temp { font-size: 81px; line-height: 81px; font-weight: 100; text-align: center; } .list-block.forecast-list { font-weight: 300; } @media all and (min-width: 600px) { .list-block.forecast-list { width: 600px; margin-left: auto; margin-right: auto; } } .list-block.forecast-list ul { background: rgba(0, 0, 0, 0.2); } .list-block.forecast-list ul:before, .list-block.forecast-list ul:after { display: none; } .list-block.forecast-list .item-inner:after { background: rgba(0, 0, 0, 0.3); } .list-block.forecast-list span { display: inline-block; } .list-block.forecast-list span.state { color: #fff; font-size: 14px; } .list-block.forecast-list span.temps { width: 70px; margin-left: 15px; display: inline-block; text-align: right; } .list-block.forecast-list span.temps span { width: 30px; } .list-block.forecast-list span.temps span.high { color: #fff; } /*============================== Styles for case with statusbar overlay ==============================*/ html.with-statusbar-overlay .statusbar-overlay { background: #2b1127; } html.with-statusbar-overlay .statusbar-overlay.with-popup-opened { z-index: 11000; background: #1c1d21; } @media all and (max-width: 630px) and (max-height: 630px) { html.with-statusbar-overlay .popup { top: 20px; height: -webkit-calc(100% - 20px); height: -moz-calc(100% - 20px); height: -ms-calc(100% - 20px); height: calc(100% - 20px); } } /*============================== Modal ==============================*/ .modal-inner:after { background: #390532; } .modal-button:after { background: #390532; } .modal-inner, .modal-button { color: #fff; background: rgba(77, 12, 68, 0.9); } .modal-button.active-state { background: #68095b; }
apps/weather7/css/weather7.css
html, body { overflow: hidden; height: 100%; width: 100%; } body { background: #000; } /*============================== Blured effect on views ==============================*/ .views { -webkit-transition-duration: 400ms; -moz-transition-duration: 400ms; -ms-transition-duration: 400ms; -o-transition-duration: 400ms; transition-duration: 400ms; -webkit-filter: blur(0px); -webkit-transform: translate3d(0, 0, 0) scale(1); -moz-transform: translate3d(0, 0, 0) scale(1); -ms-transform: translate3d(0, 0, 0) scale(1); -o-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } .views.blured { -webkit-filter: blur(10px); -webkit-transform: translate3d(0, 0, 0) scale(1.3); -moz-transform: translate3d(0, 0, 0) scale(1.3); -ms-transform: translate3d(0, 0, 0) scale(1.3); -o-transform: translate3d(0, 0, 0) scale(1.3); transform: translate3d(0, 0, 0) scale(1.3); } /*============================== Pages styling ==============================*/ .pages { background: #000; } .page[data-page="index"], .page[data-page="detail"] { background: none; background: #000000 url(../img/bg.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; } /* iOS over scrolling fix */ html.ios .page { overflow: auto; -webkit-overflow-scrolling: touch; } html.ios .page-content { margin-bottom: 1px; } /*============================== Navbar ==============================*/ .navbar { background: #2b1127; color: #fff; } .navbar:after { display: none; } span.navbar-logo { width: 100px; height: 25px; background: url(../img/logo.png) no-repeat center; -webkit-background-size: 100% auto; background-size: 100% auto; display: block; } i.icon-plus { color: #fff; } /*============================== Homepage places list ==============================*/ .places-list { margin: 0; color: #fff; } .places-list ul { background: none; border-bottom: 1px solid transparent; } .places-list ul:before { display: none; } .places-list ul:after { background-color: rgba(255, 255, 255, 0.2); } .places-list ul:empty { display: none; } .places-list a.item-link .item-inner, .places-list .item-inner { background: none; padding-right: 15px; } .places-list a.item-link .item-inner:after, .places-list .item-inner:after { background-color: rgba(255, 255, 255, 0.2); } .places-list a.item-link.active-state { background: rgba(255, 255, 255, 0.1); } .places-list .item-after { font-size: 41px; font-weight: 100; max-height: none; color: #fff; } .places-list .city { font-size: 25px; font-weight: 300; position: relative; overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; } .places-list .country { font-size: 14px; font-weight: 300; } .places-list .list-block-label { text-align: center; color: #fff; opacity: 0.6; } /*============================== Search popup styling ==============================*/ .popup { background: rgba(25, 18, 15, 0.55); color: #fff; } .popup .navbar { background: #1c1d21; } .popup .navbar .left { width: 100%; -webkit-box-flex: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; margin-right: 0; } .popup .preloader { position: absolute; right: 10px; top: 50%; margin-top: -10px; height: 20px; width: 20px; display: none; } .popup input[type="text"] { height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; padding: 4px 40px 4px 10px; display: block; width: 100%; margin: 0; border: none; border-radius: 5px; background: #000; -webkit-appearance: none; appearance: none; font-family: inherit; font-size: 14px; } .popup .pages, .popup .page { background: none; } .popup a.link { color: #fff; } .popup .search-results { list-style: none; margin: 0 0; padding: 0 20px 0 18px; font-size: 16px; } .popup .search-results li { margin: 10px 0; cursor: pointer; white-space: nowrap; max-width: 100%; position: relative; overflow: hidden; text-overflow: ellipsis; } .popup .search-results span { font-size: 14px; color: rgba(255, 255, 255, 0.8); font-weight: 300; margin-left: 5px; } /*============================== Details page styles ==============================*/ .page[data-page="detail"] { color: #fff; } .detail-city { margin-top: 20px; font-size: 31px; text-align: center; font-weight: 300; } .detail-condition { text-align: center; } .detail-temp { font-size: 81px; line-height: 81px; font-weight: 100; text-align: center; } .list-block.forecast-list { font-weight: 300; } @media all and (min-width: 600px) { .list-block.forecast-list { width: 600px; margin-left: auto; margin-right: auto; } } .list-block.forecast-list ul { background: rgba(0, 0, 0, 0.2); } .list-block.forecast-list ul:before, .list-block.forecast-list ul:after { display: none; } .list-block.forecast-list .item-inner:after { background: rgba(0, 0, 0, 0.3); } .list-block.forecast-list span { display: inline-block; } .list-block.forecast-list span.state { color: #fff; font-size: 14px; } .list-block.forecast-list span.temps { width: 70px; margin-left: 15px; display: inline-block; text-align: right; } .list-block.forecast-list span.temps span { width: 30px; } .list-block.forecast-list span.temps span.high { color: #fff; } /*============================== Styles for case with statusbar overlay ==============================*/ html.with-statusbar-overlay .statusbar-overlay { background: #2b1127; } html.with-statusbar-overlay .statusbar-overlay.with-popup-opened { z-index: 11000; background: #1c1d21; } @media all and (max-width: 630px) and (max-height: 630px) { html.with-statusbar-overlay .popup { top: 20px; height: -webkit-calc(100% - 20px); height: -moz-calc(100% - 20px); height: -ms-calc(100% - 20px); height: calc(100% - 20px); } } /*============================== Modal ==============================*/ .modal-inner:after { background: #390532; } .modal-button:after { background: #390532; } .modal-inner, .modal-button { color: #fff; background: rgba(77, 12, 68, 0.9); } .modal-button.active-state { background: #68095b; }
0.433262
0.051344
@charset "utf-8"; /* 見る ==================================*/ /* 「建てて良かった」注文住宅成功事例集 ==================================*/ .case .pageTtl{ letter-spacing:.01em; } .case .cateIndex h2{ border-bottom:solid 1px #aaa; font-size:32px; margin-bottom:25px; padding-bottom:10px; } .case .cateIndex .copy{ margin-bottom:50px; font-size:15px; line-height:1.867; } .case .entryBox{ background:#fff; margin:0 10px 30px; padding:50px; } .case .entryBox h4{ margin-bottom:20px; font-size:24px; line-height:1.667; vertical-align:middle; } .case .entryBox h4 strong{ float:left; display:block; background:#cdd7e2; width:92px; height:0; margin-top:-5px; margin-right:15px; padding-top:92px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; box-sizing:border-box; position:relative; text-align:center; } .case .entryBox h4 strong p{ font-size:24px; line-height:1; color:#04386e; -webkit-text-stroke: 0.2px #04386e; position:absolute; top:20%; left:0; right:0; width:92px; height:60px; } .case .entryBox h4 strong span{ display:block; font-size:34px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1; } .case .entryBox .imageBox{ width:740px; margin:0 -15px 20px; } .case .entryBox .imageBox p{ display:inline-block; position:relative; width:340px; height:220px; margin:0 15px; overflow:hidden; } .case .entryBox .imageBox p img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; margin:auto; } .case .entryBox .summaryBox{ text-align:center; } .case .entryBox .summaryBox .info{ margin-bottom:20px; font-family:"リュウミン B-KL"; font-size:18px; text-align:left; } .case .entryBox .summaryBox .info span{ font-size:15px; } .case .entryBox .summaryBox .txt{ margin-bottom:20px; font-size:15px; text-align:left; line-height:1.867; } @media screen and (max-width:750px){ .case .pageTtl{ letter-spacing:.01em; } .case .cateIndex h2{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .case .cateIndex .copy{ margin-bottom:13.559%; font-size:14px; line-height:1.867; } .case .entryBox{ background:#fff; margin:0 0 5.084%; padding:6.779%; } .case .entryBox h4{ margin-bottom:7.843%; font-size:16px; line-height:1.562; vertical-align:middle; } .case .entryBox h4 strong{ float:none; display:block; background:#cdd7e2; width:27.058%; height:0; margin:0 auto 6.862%; padding-top:27.058%; color:#04386e; -webkit-text-stroke: 0.2px #04386e; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; box-sizing:border-box; position:relative; text-align:center; } .case .entryBox h4 strong p{ font-size:18px; line-height:1; color:#04386e; -webkit-text-stroke: 0.2px #04386e; position:absolute; top:20%; left:0; right:0; width:100%; height:100%; } .case .entryBox h4 strong span{ display:block; font-size:25px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1; } .case .entryBox .imageBox{ width:100%; margin:0 0 2.941%; } .case .entryBox .imageBox p{ display:inline-block; position:relative; width:100%; height:0; padding-bottom:64.705%; margin:0 0 5.882%; overflow:hidden; } .case .entryBox .imageBox p img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; margin:auto; } .case .entryBox .summaryBox{ text-align:center; } .case .entryBox .summaryBox .info{ margin-bottom:3.921%; font-family:"リュウミン B-KL"; font-size:14px; text-align:left; } .case .entryBox .summaryBox .info span{ font-size:15px; } .case .entryBox .summaryBox .txt{ margin-bottom:20px; font-size:14px; text-align:left; line-height:1.867; } .case .entryBox a.lnkBtn{ margin:0 auto 0; } } .case .customBox{ margin-top:-50px; } .case h2.entryTitle.entTtl{ margin-bottom:40px; font-size:38px; line-height:1.421; vertical-align:middle; } .case h2.entryTitle.entTtl strong{ float:left; display:block; background:#cdd7e2; width:112px; height:0; margin-top:-6px; margin-right:15px; padding-top:112px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; box-sizing:border-box; position:relative; text-align:center; } .case h2.entryTitle.entTtl strong p{ font-size:30px; line-height:1; color:#04386e; -webkit-text-stroke: 0.2px #04386e; position:absolute; top:20%; left:0; right:0; width:112px; height:112px; } .case h2.entryTitle.entTtl strong span{ display:block; font-size:42px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1; } .case .customBox .imageBox{ width:840px; margin:0 0 20px; font-size:0; } .case .customBox .imageBox p{ display:inline-block; position:relative; width:380px; height:260px; margin:0 20px; } .case .customBox .summaryBox{ text-align:center; } .case .customBox .summaryBox .info{ margin-bottom:20px; font-size:18px; text-align:left; } .case .customBox .summaryBox .info span{ font-size:15px; } .case .customBox .summaryBox .txt{ margin-bottom:20px; font-size:15px; text-align:left; line-height:1.867; } .case .entry-column h3{ margin-top:90px; line-height:1.375; } .case .entry-column h3 span{ display:inline-block; margin-bottom:10px; font-family:"FP-ヒラギノ角ゴ ProN W6"; font-size:26px; color:#04386e; line-height:1.692; letter-spacing:.1em; } .case .entry-column .acms-column-line h4{ margin-bottom:5px; font-family:"リュウミン B-KL"; font-size:18px; color:#000; -webkit-text-stroke: 0.2px #000; line-height:1.667; width:100%; } .case .entry-column .acms-column-line h4 span{ display:inline-block; margin-bottom:5px; font-size:22px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.667; } .case .entry-column .column-image-center:last-of-type, .case .entry-column .column-image-auto:last-of-type{ padding-top:90px; } @media screen and (max-width:750px){ .case .customBox{ margin-top:-5.084%; } .case h2.entryTitle.entTtl{ margin-bottom:6.779%; font-size:16px; line-height:1.562; vertical-align:middle; } .case h2.entryTitle.entTtl strong{ float:none; display:block; background:#cdd7e2; width:26.949%; height:0; margin:0 auto 5.084%; padding-top:26.949%; color:#04386e; -webkit-text-stroke: 0.2px #04386e; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; box-sizing:border-box; position:relative; text-align:center; } .case h2.entryTitle.entTtl strong p{ font-size:21px; line-height:1; color:#04386e; -webkit-text-stroke: 0.2px #04386e; position:absolute; top:20%; left:0; right:0; width:100%; height:100%; } .case h2.entryTitle.entTtl strong span{ display:block; font-size:30px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1; } .case .customBox .imageBox{ width:100%; margin:0; font-size:0; } .case .customBox .imageBox p{ display:inline-block; position:relative; width:100%; height:0; padding-bottom:64.705%; margin:0 0 6.779%; } .case .customBox .imageBox p img{ position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; } .case .customBox .summaryBox{ text-align:center; } .case .customBox .summaryBox .info{ margin-bottom:3.389%; font-family:"リュウミン B-KL"; font-size:14px; text-align:left; } .case .customBox .summaryBox .info span{ font-size:14px; } .case .customBox .summaryBox .txt{ margin-bottom:20px; font-size:15px; text-align:left; line-height:1.867; } .case .entry-column a.lnkBtn{ display:block; width:86.440%; margin:0 auto 0; } .case .entry-column{ margin-bottom:0; } .case .entry-column h3{ margin-top:15.254%; margin-bottom:5.084%; line-height:1.555; } .case .entry-column h3 span{ display:inline-block; margin-bottom:3.389%; font-family:"FP-ヒラギノ角ゴ ProN W6"; font-size:15px; color:#04386e; line-height:1.692; letter-spacing:.1em; } .case .entry-column .acms-column-line h4{ margin-bottom:3.921%; font-family:"リュウミン B-KL"; font-size:15px; color:#000; -webkit-text-stroke: 0.2px #000; line-height:1.667; } .case .entry-column .acms-column-line h4 span{ display:inline-block; margin-bottom:3.921%; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.667; } .case .entry-column .acms-col-sm-6{ position:relative; width:100%; height:0; padding-bottom:67.368%; margin:0 0 6.779%; } .case .entry-column .acms-col-sm-6 img{ position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; } .case .entry-column .acms-column-line { clear: both; position: relative; border: solid 5px #ccc; padding: 8.474% 6.779%; margin: 0 0; box-sizing: border-box; } .case .entry-column .acms-column-line .column-image-right { position:relative; width:100%; height:0; padding-bottom:65.217%; margin:0 0 7.843%; } .case .entry-column .acms-column-line .column-image-right img{ position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; } .case .entry-column .column-image-auto:last-of-type, .case .entry-column .column-image-center:last-of-type{ padding-top:15.254%; } } /* 商品&サービス別 施工事例ギャラリー ==================================*/ .gallery .cateIndex h2{ border-bottom:solid 1px #aaa; margin-bottom:25px; padding-bottom:10px; font-size:32px; letter-spacing:0.05em; } .gallery .cateIndex .copy{ margin-bottom:50px; font-size:15px; line-height:1.867; } .searchBox{ margin-bottom:50px; } .searchBox.tagSelBox{ margin-bottom:140px; } .searchBox .tagTitle{ background:url(../img/common/ico_loupe.png) no-repeat; background-size:31px auto; margin-bottom:20px; padding-left:40px; font-size:18px; line-height:31px; letter-spacing:0.05em; } .searchBox .tagTitle span{ font-size:13px; } .searchBox .tagBox{ width:810px; margin-left:-5px; font-size:0; letter-spacing:0.05em; } .searchBox .tagBox li{ display:inline-block; width:152px; height:152px; margin:0 5px; box-sizing:border-box; } .searchBox .tagBox li a{ display:block; border:solid 4px #04386e; background:#04386e url(../img/common/icon_arrow_d_w.png) no-repeat center 116px; background-size:23px auto; width:152px; height:152px; padding-top:45px; font-size:16px; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; box-sizing:border-box; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .searchBox.tagSelBox .tagBox li a{ padding-top:58px; } .searchBox .tagBox li a:hover{ opacity:.7; } .searchBox .tagBox li span{ display:block; font-size:13px; color:#fff; -webkit-text-stroke: 0.2px #fff; } .searchBox .tagBox li.stay{ display:inline-block; width:152px; height:152px; margin:0 5px; box-sizing:border-box; } .searchBox .tagBox li.stay a{ background:#fff url(../img/common/icon_arrow_d_b.png) no-repeat center 116px; background-size:23px auto; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .searchBox .tagBox li.stay a:hover{ opacity:1; cursor:default; } .searchBox .tagBox li.stay span{ color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .galBox{ margin-bottom:50px; } .galBox .galTtlWrap{ margin-bottom:50px; } .gallery .galBox .galLogo{ float:left; width:200px; margin-right:30px; } .galBox h3{ margin-bottom:15px; font-size:38px; } .galBox .galTxt{ margin-bottom:18px; font-size:15px; line-height:1.867; } .galBox .galLnk{ background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:19px auto; margin-left:230px; padding-left:25px; font-size:16px; line-height:1.867; } .galBox .galLnk a{ color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .galBox .galLnk a:hover{ opacity:.7; } .galBox .entWrap{ width:820px; margin:0 -10px; font-size:0; } .galBox .entBox{ display:inline-block; width:253px; margin:0 10px 60px; font-size:15px; line-height:1.867; vertical-align:top; } .galBox .entBox div{ position:relative; width:253px; height:172px; margin-bottom:5px; font-size:15px; line-height:1.867; vertical-align:top; overflow:hidden; } .galBox .entBox img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; width:auto; height:172px; max-width:none; margin:auto; } .galBox .entBox p{ font-size:13px; line-height:1.692; } .galBox .entBox a:hover{ opacity:.7; } @media screen and (max-width:750px){ .gallery .pageTtl{ letter-spacing:.01em; } .gallery .cateIndex h2{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .gallery .cateIndex .copy{ margin-bottom:13.559%; font-size:14px; line-height:1.867; } .searchBox{ width:86.440%; margin:0 auto 11.864%; } .searchBox.tagSelBox{ width:86.440%; margin:0 auto 25.423%; } .searchBox .tagTitle{ background:url(../img/common/ico_loupe.png) no-repeat top left; background-size:auto 28px; min-height:28px; margin-bottom:4.901%; padding:3px 0 0 11.764%; font-size:13px; line-height:1; letter-spacing:0.05em; overflow:visible; } .searchBox .tagTitle span{ font-size:11px; display:inline-block; } .searchBox .tagBox{ width:100%; margin-left:-1.960%; font-size:0; letter-spacing:0.05em; } .searchBox .tagBox li{ display:block; width:46.078%; padding-top:46.078%; height:0; margin:1.960%; box-sizing:border-box; position:relative; float:left; } .searchBox .tagBox li a{ display:block; border:solid 4px #04386e; background:#04386e url(../img/common/icon_arrow_d_w.png) no-repeat center bottom 8.51%; background-size:19.574% auto; width:100%; height:100%; padding-top:25.531%; font-size:13px; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; box-sizing:border-box; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; position:absolute; top:0; bottom:0; right:0; left:0; } .searchBox.tagSelBox .tagBox li a{ padding-top:36.170%; } .searchBox .tagBox li a:hover{ opacity:1; } .searchBox .tagBox li span{ display:block; font-size:11px; color:#fff; -webkit-text-stroke: 0.2px #fff; } .searchBox .tagBox li.stay{ display:inline-block; width:46.078%; padding-top:46.078%; height:0; margin:1.960%; box-sizing:border-box; position:relative; float:left; } .searchBox .tagBox li.stay a{ background:#fff url(../img/common/icon_arrow_d_b.png) no-repeat center bottom 8.51%; background-size:19.574% auto; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .searchBox .tagBox li.stay a:hover{ opacity:1; cursor:default; } .searchBox .tagBox li.stay span{ color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .galBox{ width:100%; margin-bottom:25.423%; } .galBox .galTtlWrap{ width:100%; margin-bottom:5.084%; } .gallery .galBox .galLogo{ float:none; width:50.847%; margin:0 auto 5.084%; } .galBox h3{ width:100%; text-align:center; margin-bottom:5.084%; font-size:28px; line-height:1.25; } .galBox .galTxt{ width:100%; margin-bottom:7.627%; font-size:14px; line-height:2.142; } .galBox .galLnk{ width:100%; background:url(../img/common/icon_arrow_r_b.png) no-repeat left top 4px; background-size:5.762% auto; min-height:11.864%; padding:0 0 0 1.5em; margin:0 0 5.084%; font-size:14px; line-height:1.714; box-sizing:border-box; overflow:visible; } .galBox .galLnk a{ color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .galBox .galLnk a:hover{ opacity:1; } .galBox .entWrap{ width:100%; margin:0; font-size:0; } .galBox .entBox{ display:block; width:100%; margin:0 0 10.169%; font-size:12px; line-height:1.867; vertical-align:top; } .galBox .entBox div{ position:relative; width:100%; height:0; padding-top:67.984%; margin-bottom:1.694%; font-size:12px; line-height:1.867; vertical-align:top; overflow:hidden; } .galBox .entBox img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; width:auto; height:100%; max-width:none; margin:auto; } .galBox .entBox p{ font-size:12px; line-height:1.867; } .galBox .entBox a:hover{ opacity:1; } } /* 商品&サービス別 施工事例ギャラリー:詳細 ==================================*/ .p-gallery .entryHeader{ margin-bottom:30px; } .entryHeader .entry-tag{ margin-bottom:30px; font-size:0; } .entryHeader .entry-tag p{ display:inline-block; margin-right:5px; } .entryHeader .entry-tag p span{ display:none; } .entryHeader .entry-tag a{ display:block; background:#000; width:170px; padding:2px 0; font-size:15px; color:#fff; -webkit-text-stroke: 0.2px #fff; line-height:1.867; text-align:center; } .p-gallery .acms-column-coat{ margin-top:60px; margin-bottom:60px; } .p-gallery .acms-column-coat th, .p-gallery .acms-column-coat td{ padding-bottom:20px; font-size:15px; text-align:left; } .p-gallery .acms-column-coat th{ width:160px; font-family:"リュウミン B-KL"; } .p-gallery .acms-column-coat .caption{ font-size:13px; } .p-gallery .acms-grid .nocaption[class*="column-image-"]:first-child{ max-height:585px; } @media screen and (max-width:750px){ .p-gallery .entryHeader{ margin-bottom:7.627%; } .entryHeader .entry-tag{ margin-bottom:2.542%; font-size:0; } .entryHeader .entry-tag p{ display:inline-block; margin-right:1.694%; width:35.593%; } .entryHeader .entry-tag p span{ display:none; } .entryHeader .entry-tag a{ display:block; background:#000; width:100%; padding:1.694% 0; font-size:12px; color:#fff; -webkit-text-stroke: 0.2px #fff; line-height:1; text-align:center; } .p-gallery .entry-column .column-image-auto:first-of-type{ width:127.118%!important; padding-top:61.016%; position:relative; height:0; } .p-gallery .entry-column .column-image-auto:first-of-type img{ width:100%!important; height:100%!important; position:absolute; top:0; bottom:0; left:0; right:0; } .p-gallery .acms-column-coat{ margin-top:13.559%; margin-bottom:13.559%; width:100%; } .p-gallery .acms-column-coat th, .p-gallery .acms-column-coat td{ padding-bottom:7.843%; text-align:left; font-size:14px; } .p-gallery .acms-column-coat th{ width:37.254%; font-family:"リュウミン B-KL"; } .p-gallery .acms-column-coat .caption{ font-size:12px; } .p-gallery .acms-grid .nocaption[class*="column-image-"]:first-child{ width:127.119%!important; max-width:none; max-height:585px; margin-left:-13.5595%; } } /* 自慢のスタッフ、全員紹介 ==================================*/ .staff .pageTtl{ letter-spacing:.01em; } .staff .cateIndex .deptTtl{ border-bottom:solid 1px #aaa; font-size:32px; margin-bottom:25px; padding-bottom:10px; } .staff .cateIndex .deptTxt{ margin-bottom:40px; font-size:15px; line-height:1.867; } .p-staff.member .cateIndex .indexWrap { margin-top: 50px; } .p-member .cateIndex .indexWrap { margin-top: 30px; } .p-staff .pageTtl{ letter-spacing:.01em; } .p-staff .cateIndex .copy{ margin-bottom:30px; } .p-staff .cateIndex .chiefWrap{ margin: 0 0; } .p-staff .cateIndex .deptChiefImg{ float:right; width:420px; margin-top: 100px; } .p-staff .cateIndex .deptChiefTxt{ width:100%; margin-top: 30px; font-size:15px; line-height:1.767; letter-spacing:-0.04em; } .p-staff .cateIndex .deptChiefImg + .deptChiefTxt{ float:left; width:350px; margin-top: 100px; } .p-staff .cateIndex .deptChiefTxt strong{ display:inline-block; margin-top:10px; font-size:18px; } .p-staff .cateIndex .deptChiefTxt strong span{ font-size:15px; } .p-staff .cateIndex .deptTtl{ border-bottom:solid 1px #aaa; margin-bottom:60px; padding-bottom:10px; font-size:32px; letter-spacing:.08em; } .p-staff .resWrap{ width:830px; margin:0 auto; font-size:0; } .p-staff .resWrap .resBox{ display:inline-block; width:246px; margin:0 15px 60px; font-size:15px; line-height:1.867; vertical-align:top; } .p-staff .resWrap .resBox div{ position:relative; width:246px; height:166px; margin-bottom:10px; font-size:15px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.867; vertical-align:top; overflow:hidden; } .p-staff .resWrap .resBox img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; width:auto; height:166px; max-width:none; margin:auto; } .p-staff .resWrap .resBox .ttl{ background:url(../img/common/icon_arrow_r_b.png) no-repeat left 3px; background-size:19px auto; margin:0; padding-left:25px; font-size:15px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.692; } .p-staff .resWrap .resBox a{ display:block; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .p-staff .resWrap .resBox a:hover{ opacity:.7; } .p-member .cateIndex .pageCopy, .p-staff .cateIndex .pageCopy{ margin-bottom:10px; font-size:38px; line-height:1.421; letter-spacing:0.04em; } .p-member .cateIndex .pageText, .p-staff .cateIndex .pageText{ margin-bottom:30px; font-size:17px; line-height:2.118; } .p-member .cateIndex .entryHeader, .p-staff .cateIndex .entryHeader{ margin-bottom:20px; } .p-member .cateIndex .entryHeader h2, .p-staff .cateIndex .entryHeader h2{ margin-bottom:20px; font-size:32px; padding-top:20px; } .p-member .cateIndex .entryHeader h2 span, .p-staff .cateIndex .entryHeader h2 span{ font-size:22px; } .p-member .entry-column table, .p-staff .entry-column table{ margin-bottom:10px; } .p-member .entry-column table th, .p-member .entry-column table td, .p-staff .entry-column table th, .p-staff .entry-column table td{ padding-bottom:20px; text-align:left; line-height:1.867; vertical-align:top; } .p-member .entry-column table th, .p-staff .entry-column table th{ width:160px; font-family:"リュウミン B-KL"; } .p-member .acms-2col-custom table, .p-staff .acms-2col-custom table{ margin-bottom:10px; } .p-member .acms-2col-custom table th, .p-member .acms-2col-custom table td, .p-staff .acms-2col-custom table th, .p-staff .acms-2col-custom table td{ display:inline-block; padding-bottom:5px; font-family:"FP-ヒラギノ角ゴ ProN W3"; text-align:left; line-height:1.867; } .p-member .acms-2col-custom table th, .p-staff .acms-2col-custom table th{ width:auto; margin-right:15px; padding-bottom:0; font-family:"FP-ヒラギノ角ゴ ProN W6"; } .p-member .entry-column h3, .p-staff .entry-column h3{ border:none; margin:100px 20px 10px; padding:0; font-size:24px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .p-member .entry-column h3.ttlResults, .p-staff .entry-column h3.ttlResults{ border-bottom:solid 1px #aaa; margin-bottom:25px; padding-bottom:10px; font-size:32px; color:#000; -webkit-text-stroke: 0.2px #000; } .p-member .memberBox, .p-staff .memberBox{ margin-bottom:100px; } @media screen and (max-width:750px){ .cateIndex h2 { letter-spacing: -0.04em; } .cateIndex .copy { margin-bottom: 13.559%; } .staff .pageTtl{ letter-spacing:.01em; } .staff .cateIndex .deptTtl{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .staff .cateIndex .deptTxt{ margin-bottom:13.559%; font-size:14px; line-height:1.867; } .p-staff .pageTtl{ letter-spacing:.01em; margin-bottom:5.084%; } .p-staff .cateIndex .copy{ margin-bottom:8.474%; } .p-staff .cateIndex .deptMainImg{ width:127.118%; padding-top:61.016%; height:0; margin-left:-13.559%; position:relative; } .p-staff .cateIndex .deptMainImg img{ width:100%; height:100%; position:absolute; top:0; bottom:0; left:0; right:0; } .p-staff .cateIndex .chiefWrap{ margin:0 0 27.119%; } .p-staff .cateIndex .deptChiefImg{ float:none; width:100%; margin-top: 11.864%; margin-bottom:5.084%; } .p-staff .cateIndex .deptChiefTxt{ float:none; width:100%; margin-top: 11.864%; font-size:14px; line-height:1.767; letter-spacing:-0.04em; } .p-staff .cateIndex .deptChiefImg + .deptChiefTxt{ float:none; width:100%; margin-top: 11.864%; } .p-staff .cateIndex .deptChiefTxt strong{ display:block; margin-top:3.389%; font-size:16px; } .p-staff .cateIndex .deptChiefTxt strong span{ font-size:13px; } .p-staff .cateIndex .deptTtl{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .p-staff .resWrap{ width:830px; margin:0 auto; font-size:0; } .p-staff .resWrap .resBox{ display:inline-block; width:246px; margin:0 15px 60px; font-size:15px; line-height:1.867; vertical-align:top; } .p-staff .resWrap .resBox div{ position:relative; width:246px; height:166px; margin-bottom:10px; font-size:15px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.867; vertical-align:top; overflow:hidden; } .p-staff .resWrap .resBox img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; width:auto; height:166px; max-width:none; margin:auto; } .p-staff .resWrap .resBox .ttl{ background:url(../img/common/icon_arrow_r_b.png) no-repeat left 3px; background-size:19px auto; margin:0; padding-left:25px; font-size:15px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.692; } .p-staff .resWrap .resBox a{ display:block; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .p-staff .resWrap .resBox a:hover{ opacity:.7; } .p-member .cateIndex .pageCopy, .p-staff .cateIndex .pageCopy{ margin-bottom: .847%; font-size: 24px; line-height: 1.458; letter-spacing: 0.04em; } .p-member .cateIndex .pageText, .p-staff .cateIndex .pageText{ margin-bottom:8.474%; font-size:14px; line-height:2.118; } .p-member .cateIndex .entryHeader, .p-staff .cateIndex .entryHeader{ margin:11.864% 0 0 } .p-member .cateIndex .entryHeader h2, .p-staff .cateIndex .entryHeader h2{ margin-bottom:11.864%; font-size:20px; padding-top:13.559%; } .p-member .cateIndex .entryHeader h2 span, .p-staff .cateIndex .entryHeader h2 span{ font-size:14px; display:inline-block; line-height:1.2; } .p-member .entry-column table, .p-staff .entry-column table{ width:100%; } .p-member .entry-column table th, .p-member .entry-column table td, .p-staff .entry-column table th, .p-staff .entry-column table td{ padding-bottom:7.843%; text-align:left; line-height:1.867; vertical-align:top; } .p-member .entry-column table th, .p-staff .entry-column table th{ width:40.677%; font-family:"リュウミン B-KL"; } .p-member .acms-2col-custom table, .p-staff .acms-2col-custom table{ margin-bottom:10px; } .p-member .acms-2col-custom table th, .p-member .acms-2col-custom table td, .p-staff .acms-2col-custom table th, .p-staff .acms-2col-custom table td{ display:inline-block; padding-bottom:4%; font-family:"FP-ヒラギノ角ゴ ProN W3"; text-align:left; line-height:1.867; } .p-member .acms-2col-custom table th, .p-staff .acms-2col-custom table th{ width:auto; margin-right:14px; padding-bottom:0; font-family:"FP-ヒラギノ角ゴ ProN W6"; } .p-member .entry-column h3, .p-staff .entry-column h3{ border:none; margin:0 0 5.084%; padding:20.338% 0 0; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .p-member .entry-column h3:first-of-type, .p-staff .entry-column h3:first-of-type{ padding:0; } .p-member .entry-column h3.ttlResults, .p-staff .entry-column h3.ttlResults{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .p-member .memberBox, .p-staff .memberBox{ margin-bottom:16.949%; } } .p-member .acms-admin-admin-config-table-item-handle, .p-staff .acms-admin-admin-config-table-item-handle{ width:1.875%; } .p-member .acms-admin-admin-config-table-action, .p-staff .acms-admin-admin-config-table-action{ width:3.75%; } @media screen and (max-width:750px){ } /* スタッフブログ ==================================*/ .blog .pageTtl{ letter-spacing:.01em; } .blog .cateIndex h2 { border-bottom:solid 1px #aaa; font-size:32px; margin-bottom:25px; padding-bottom:10px; } .blog .cateIndex .copy{ margin-bottom:50px; font-size:15px; line-height:1.867; } .blog .entryBlk .blogTag{ width:820px; margin-left:-10px; margin-bottom:60px; font-size:0; } .blog .entryBlk .blogTag li{ display:inline-block; margin:0 10px; } .blog .entryBlk .blogTag li a{ display:block; width:253px; padding:8px 0; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; vertical-align:middle; } .blog .entryBlk .blogTag li.bTag01 a{ background:#2a5977; } .blog .entryBlk .blogTag li.bTag02 a{ background:#2b7e6c; } .blog .entryBlk .blogTag li.bTag03 a{ background:#c57b1c; } .blog .cateIndex .indexWrap{ width:828px; margin-left:-14px; font-size:0; } .blog .cateIndex .blogBox{ background:#fff; display:inline-block; width:386px; margin:0 14px 28px; padding:30px 30px 20px; vertical-align:top; box-sizing:border-box; } .blog .cateIndex .blogBox .img{ position:relative; display:block; overflow:hidden; width:326px; height:200px; margin-bottom:20px; } .blog .cateIndex .blogBox .img img{ position:absolute; left:-50px; right:-50px; width:auto; height:auto; margin:0 auto; } .blog .cateIndex .blogBox .cate{ float:left; width:90px; margin:0 0 20px; padding:4px 5px; font-size:13px; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; } .blog .cateIndex .blogBox .cate.taga99029{ background:#2a5977; } .blog .cateIndex .blogBox .cate.tag773c19{ background:#2b7e6c; } .blog .cateIndex .blogBox .cate.tagde504e{ background:#c57b1c; } .blog .cateIndex .blogBox .date{ margin:3px 0 10px; font-size:15px; color:#999; -webkit-text-stroke: 0.2px #999; text-align:right; } .blog .cateIndex .blogBox h3{ clear:both; width:100%; margin:0 0 10px; font-family:"リュウミン B-KL"; font-size:19px; line-height:1.632; } .blog .cateIndex .blogBox .txt{ width:100%; margin:0 0 15px; font-size:15px; line-height:1.733; } .blog .cateIndex .blogBox a.lnkTxt{ display:inline-block; background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:20px auto; padding-left:25px; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .blog .cateIndex .blogBox a.lnkTxt:hover{ opacity:.7; } .blog .cateIndex .pastWrap{ width:800px; background:#fff; box-sizing:border-box; padding:25px 30px; margin-top:20px; } .blog .cateIndex .pastWrap h3{ font-size:19px; line-height:1; border-bottom:#ccc solid 1px; width: 740px; padding-bottom:10px; } .blog .cateIndex .pastWrap ul li{ display:inline-block; margin-top:20px; width:220px; } .blog .cateIndex .pastWrap ul li:nth-child(1), .blog .cateIndex .pastWrap ul li:nth-child(4){ width:290px; } .blog .cateIndex .pastWrap ul li a.lnkTxt{ display:inline-block; background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:20px auto; padding-left:25px; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .blog .cateIndex .pastWrap ul li a.lnkTxt:hover{ opacity:.7; } @media screen and (max-width:750px){ .blog .pageTtl{ letter-spacing:.01em; } .blog .cateIndex h2 { border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .blog .cateIndex .copy{ margin-bottom:13.559%; font-size:14px; line-height:1.867; } .blog .entryBlk .blogTag{ width:100%; margin-left:0; margin-bottom:10.169%; font-size:0; } .blog .entryBlk .blogTag li{ display:block; margin:0 0 5.084%; } .blog .entryBlk .blogTag li a{ display:block; width:100%; padding:3.389% 0; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; vertical-align:middle; } .blog .entryBlk .blogTag li.bTag01 a{ background:#2a5977; } .blog .entryBlk .blogTag li.bTag02 a{ background:#2b7e6c; } .blog .entryBlk .blogTag li.bTag03 a{ background:#c57b1c; } .blog .cateIndex .indexWrap{ width:100%; margin-left:0; font-size:0; } .blog .cateIndex .blogBox{ background:#fff; display:block; width:100%; margin:0 0 5.084%; padding:6.779%; vertical-align:top; box-sizing:border-box; } .blog .cateIndex .blogBox .img{ position:relative; display:block; overflow:hidden; width:100%; height:0; padding-top:61.568%; margin-bottom:7.843%; } .blog .cateIndex .blogBox .img img{ position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:auto; margin:0 auto; } .blog .cateIndex .blogBox .cate{ width:35.294%; margin:0 0 5.882%; padding:1.960% 0; font-size:12px; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; } .blog .cateIndex .blogBox .cate.taga99029{ background:#2a5977; } .blog .cateIndex .blogBox .cate.tag773c19{ background:#2b7e6c; } .blog .cateIndex .blogBox .cate.tagde504e{ background:#c57b1c; } .blog .cateIndex .blogBox .date{ margin:1.960% 0 5.882%; font-size:14px; } .blog .cateIndex .blogBox h3{ width:100%; margin:0 0 10px; font-family:"リュウミン B-KL"; font-size:16px; line-height:1.632; } .blog .cateIndex .blogBox .txt{ width:100%; margin:0 0 5.882%; font-size:14px; line-height:1.733; } .blog .cateIndex .blogBox a.lnkTxt{ width:100%; display:inline-block; background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:6.666% auto; padding-left:2em; font-size:14px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; overflow:visible; } .blog .cateIndex .blogBox a.lnkTxt:hover{ opacity:1; } .blog .cateIndex .pastWrap{ width:100%; padding:5.084% 6.779%; margin-top:8.474%; } .blog .cateIndex .pastWrap h3{ font-size:16px; width: 100%; padding-bottom:3.921%; } .blog .cateIndex .pastWrap ul li{ display:block; margin-top:5.882%; width:100%; } .blog .cateIndex .pastWrap ul li:nth-child(1), .blog .cateIndex .pastWrap ul li:nth-child(4){ width:100%; } .blog .cateIndex .pastWrap ul li a.lnkTxt{ width:100%; display:inline-block; background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:6.666% auto; padding-left:2em; font-size:14px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; overflow:visible; } .blog .cateIndex .pastWrap ul li a.lnkTxt:hover{ opacity:1; } } /* スタッフブログ:エントリー詳細 ==================================*/ .blog .entryHeader{ margin-bottom:40px; font-size:0; } .blog .entryHeader h2{ margin:0 0 15px; font-size:32px; } .blog .entryHeader .cate{ display:inline-block; width:90px; margin-right:10px; padding:4px 5px; font-size:13px; text-align:center; color:#fff; -webkit-text-stroke: 0.2px #fff; } .blog .entryHeader .cate.taga99029{ background:#1b5275; } .blog .entryHeader .cate.tag773c19{ background:#2b7e6c; } .blog .entryHeader .cate.tagde504e{ background:#c57b1c; } .blog .entryHeader .entryInfo{ display:inline-block; width:690px; font-size:15px; color:#999; text-align:right; -webkit-text-stroke: 0.2px #999; } .blog .entry-column h3{ margin-top:80px; } .blog .entry-column h4{ margin-top:80px; margin-bottom:10px; font-family:"リュウミン B-KL"; font-size:24px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .blog .entry-column h5{ margin-top:80px; margin-bottom:10px; font-family:"リュウミン B-KL"; font-size:20px; } .blog .entry-column dl{ margin-left:20px; margin-right:20px; margin-bottom:30px; } .blog .entry-column dt{ margin-bottom:5px; } .blog .entry-column dd{ margin-bottom:15px; } .blog .entry-column ul, .blog .entry-column ol{ margin-left:20px; margin-right:20px; margin-bottom:30px; } .blog .entry-column ul li{ position:relative; list-style-type:disc; margin-left:20px; margin-bottom:15px; padding-left:0; vertical-align:middle; } .blog .entry-column ol li{ position:relative; margin-left:20px; margin-bottom:15px; padding-left:0; vertical-align:middle; } .blog .entry-column pre{ margin-bottom:30px; } .blog .entry-column ol.linenums{ margin-bottom:0; } .blog .entry-column ol.linenums li{ margin-left:0; padding-left:20px; } .blog .entry-column table{ width:100%; margin-bottom:30px; } .blog .entry-column tr:nth-child(2n+1){ background:#ddd; } .blog .entry-column th, .blog .entry-column td{ padding:20px 10px; font-size:15px; text-align:left; vertical-align:top; } .blog .entry-column ul.serial-nav{ margin:50px auto; } .blog .entry-column ul.serial-nav .serial-nav-item{ width:175px; margin:0; list-style-type:none; } .blog .entry-column ul.serial-nav .lnkBtnWrap{ width:250px; text-align:center; letter-spacing:-0.1em; } .blog .entry-column ul.serial-nav .lnkBtnWrap a.lnkBtn{ margin-top:-5px; } @media screen and (max-width:750px){ .blog .entryHeader{ margin-bottom:11.864%; } .blog .entryHeader h2{ margin:0 0 6.779%; font-size:24px; } .blog .entryHeader .cate{ display:inline-block; width:30.508%; margin-right:3.389%; padding:1.694% 0; font-size:12px; text-align:center; color:#fff; -webkit-text-stroke: 0.2px #fff; } .blog .entryHeader .cate.taga99029{ background:#1b5275; } .blog .entryHeader .cate.tag773c19{ background:#2b7e6c; } .blog .entryHeader .cate.tagde504e{ background:#c57b1c; } .blog .entryHeader .entryInfo{ display:inline-block; width:66.103%; font-size:14px; } .blog .entry-column img{ margin-bottom:5.084%; } .blog .entry-column p{ margin-bottom:10.169%; } .blog .entry-column h3{ margin-bottom:5.084%; padding-bottom:5.084%; } .blog .entry-column h4{ margin-top:13.559%; margin-bottom:5.084%; font-family:"リュウミン B-KL"; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .blog .entry-column h5{ margin-top:13.559%; margin-bottom:5.084%; font-family:"リュウミン B-KL"; font-size:14px; } .blog .entry-column dl{ margin-left:0; margin-right:0; margin-bottom:10.169%; } .blog .entry-column dt{ margin-bottom:1.694%; } .blog .entry-column dd{ margin-bottom:10.169%; } .blog .entry-column ul, .blog .entry-column ol{ margin-left:0; margin-right:0; margin-bottom:10.169%; } .blog .entry-column ul li{ position:relative; list-style-type:disc; margin-left:1.5em; margin-bottom:5.084%; padding-left:0; vertical-align:middle; } .blog .entry-column ol li{ position:relative; margin-left:1.5em; margin-bottom:5.084%; padding-left:0; vertical-align:middle; } .blog .entry-column pre{ margin-bottom:10.169%; -webkit-text-stroke: 0; } .blog .entry-column ol.linenums{ margin-bottom:0; } .blog .entry-column ol.linenums li{ margin-left:0; padding-left:1.5em; -webkit-text-stroke: 0!important; } .blog .entry-column table{ width:100%; margin-bottom:10.169%; } .blog .entry-column tr:nth-child(2n+1){ background:#ddd; } .blog .entry-column th, .blog .entry-column td{ padding:3.389% 1.694%; font-size:14px; text-align:left; vertical-align:top; } .blog .entry-column th{ font-family:"リュウミン B-KL"; } .blog .entry-column ul.serial-nav{ position:relative; width:100%; margin:0 auto 16.949% ; padding-top:30.508%; height:0; } .blog .entry-column ul.serial-nav li{ margin:0; } .blog .entry-column ul.serial-nav .lnkBtnWrap{ width:70%; margin-left:-35%; list-style-type:none; position:absolute; bottom:0; left:50%; text-align:center; letter-spacing:-0.1em; box-sizing:border-box; } .blog .entry-column ul.serial-nav .lnkBtnWrap a.lnkBtn{ margin-top:-5px; } .blog .entry-column ul.serial-nav .serial-nav-item-prev{ width:40%; position:absolute; top:0; left:0; } .blog .entry-column ul.serial-nav .serial-nav-item-next{ width:40%; position:absolute; top:0; right:0; } }
themes/taniguchi/css/look.css
@charset "utf-8"; /* 見る ==================================*/ /* 「建てて良かった」注文住宅成功事例集 ==================================*/ .case .pageTtl{ letter-spacing:.01em; } .case .cateIndex h2{ border-bottom:solid 1px #aaa; font-size:32px; margin-bottom:25px; padding-bottom:10px; } .case .cateIndex .copy{ margin-bottom:50px; font-size:15px; line-height:1.867; } .case .entryBox{ background:#fff; margin:0 10px 30px; padding:50px; } .case .entryBox h4{ margin-bottom:20px; font-size:24px; line-height:1.667; vertical-align:middle; } .case .entryBox h4 strong{ float:left; display:block; background:#cdd7e2; width:92px; height:0; margin-top:-5px; margin-right:15px; padding-top:92px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; box-sizing:border-box; position:relative; text-align:center; } .case .entryBox h4 strong p{ font-size:24px; line-height:1; color:#04386e; -webkit-text-stroke: 0.2px #04386e; position:absolute; top:20%; left:0; right:0; width:92px; height:60px; } .case .entryBox h4 strong span{ display:block; font-size:34px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1; } .case .entryBox .imageBox{ width:740px; margin:0 -15px 20px; } .case .entryBox .imageBox p{ display:inline-block; position:relative; width:340px; height:220px; margin:0 15px; overflow:hidden; } .case .entryBox .imageBox p img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; margin:auto; } .case .entryBox .summaryBox{ text-align:center; } .case .entryBox .summaryBox .info{ margin-bottom:20px; font-family:"リュウミン B-KL"; font-size:18px; text-align:left; } .case .entryBox .summaryBox .info span{ font-size:15px; } .case .entryBox .summaryBox .txt{ margin-bottom:20px; font-size:15px; text-align:left; line-height:1.867; } @media screen and (max-width:750px){ .case .pageTtl{ letter-spacing:.01em; } .case .cateIndex h2{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .case .cateIndex .copy{ margin-bottom:13.559%; font-size:14px; line-height:1.867; } .case .entryBox{ background:#fff; margin:0 0 5.084%; padding:6.779%; } .case .entryBox h4{ margin-bottom:7.843%; font-size:16px; line-height:1.562; vertical-align:middle; } .case .entryBox h4 strong{ float:none; display:block; background:#cdd7e2; width:27.058%; height:0; margin:0 auto 6.862%; padding-top:27.058%; color:#04386e; -webkit-text-stroke: 0.2px #04386e; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; box-sizing:border-box; position:relative; text-align:center; } .case .entryBox h4 strong p{ font-size:18px; line-height:1; color:#04386e; -webkit-text-stroke: 0.2px #04386e; position:absolute; top:20%; left:0; right:0; width:100%; height:100%; } .case .entryBox h4 strong span{ display:block; font-size:25px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1; } .case .entryBox .imageBox{ width:100%; margin:0 0 2.941%; } .case .entryBox .imageBox p{ display:inline-block; position:relative; width:100%; height:0; padding-bottom:64.705%; margin:0 0 5.882%; overflow:hidden; } .case .entryBox .imageBox p img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; margin:auto; } .case .entryBox .summaryBox{ text-align:center; } .case .entryBox .summaryBox .info{ margin-bottom:3.921%; font-family:"リュウミン B-KL"; font-size:14px; text-align:left; } .case .entryBox .summaryBox .info span{ font-size:15px; } .case .entryBox .summaryBox .txt{ margin-bottom:20px; font-size:14px; text-align:left; line-height:1.867; } .case .entryBox a.lnkBtn{ margin:0 auto 0; } } .case .customBox{ margin-top:-50px; } .case h2.entryTitle.entTtl{ margin-bottom:40px; font-size:38px; line-height:1.421; vertical-align:middle; } .case h2.entryTitle.entTtl strong{ float:left; display:block; background:#cdd7e2; width:112px; height:0; margin-top:-6px; margin-right:15px; padding-top:112px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; box-sizing:border-box; position:relative; text-align:center; } .case h2.entryTitle.entTtl strong p{ font-size:30px; line-height:1; color:#04386e; -webkit-text-stroke: 0.2px #04386e; position:absolute; top:20%; left:0; right:0; width:112px; height:112px; } .case h2.entryTitle.entTtl strong span{ display:block; font-size:42px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1; } .case .customBox .imageBox{ width:840px; margin:0 0 20px; font-size:0; } .case .customBox .imageBox p{ display:inline-block; position:relative; width:380px; height:260px; margin:0 20px; } .case .customBox .summaryBox{ text-align:center; } .case .customBox .summaryBox .info{ margin-bottom:20px; font-size:18px; text-align:left; } .case .customBox .summaryBox .info span{ font-size:15px; } .case .customBox .summaryBox .txt{ margin-bottom:20px; font-size:15px; text-align:left; line-height:1.867; } .case .entry-column h3{ margin-top:90px; line-height:1.375; } .case .entry-column h3 span{ display:inline-block; margin-bottom:10px; font-family:"FP-ヒラギノ角ゴ ProN W6"; font-size:26px; color:#04386e; line-height:1.692; letter-spacing:.1em; } .case .entry-column .acms-column-line h4{ margin-bottom:5px; font-family:"リュウミン B-KL"; font-size:18px; color:#000; -webkit-text-stroke: 0.2px #000; line-height:1.667; width:100%; } .case .entry-column .acms-column-line h4 span{ display:inline-block; margin-bottom:5px; font-size:22px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.667; } .case .entry-column .column-image-center:last-of-type, .case .entry-column .column-image-auto:last-of-type{ padding-top:90px; } @media screen and (max-width:750px){ .case .customBox{ margin-top:-5.084%; } .case h2.entryTitle.entTtl{ margin-bottom:6.779%; font-size:16px; line-height:1.562; vertical-align:middle; } .case h2.entryTitle.entTtl strong{ float:none; display:block; background:#cdd7e2; width:26.949%; height:0; margin:0 auto 5.084%; padding-top:26.949%; color:#04386e; -webkit-text-stroke: 0.2px #04386e; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; box-sizing:border-box; position:relative; text-align:center; } .case h2.entryTitle.entTtl strong p{ font-size:21px; line-height:1; color:#04386e; -webkit-text-stroke: 0.2px #04386e; position:absolute; top:20%; left:0; right:0; width:100%; height:100%; } .case h2.entryTitle.entTtl strong span{ display:block; font-size:30px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1; } .case .customBox .imageBox{ width:100%; margin:0; font-size:0; } .case .customBox .imageBox p{ display:inline-block; position:relative; width:100%; height:0; padding-bottom:64.705%; margin:0 0 6.779%; } .case .customBox .imageBox p img{ position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; } .case .customBox .summaryBox{ text-align:center; } .case .customBox .summaryBox .info{ margin-bottom:3.389%; font-family:"リュウミン B-KL"; font-size:14px; text-align:left; } .case .customBox .summaryBox .info span{ font-size:14px; } .case .customBox .summaryBox .txt{ margin-bottom:20px; font-size:15px; text-align:left; line-height:1.867; } .case .entry-column a.lnkBtn{ display:block; width:86.440%; margin:0 auto 0; } .case .entry-column{ margin-bottom:0; } .case .entry-column h3{ margin-top:15.254%; margin-bottom:5.084%; line-height:1.555; } .case .entry-column h3 span{ display:inline-block; margin-bottom:3.389%; font-family:"FP-ヒラギノ角ゴ ProN W6"; font-size:15px; color:#04386e; line-height:1.692; letter-spacing:.1em; } .case .entry-column .acms-column-line h4{ margin-bottom:3.921%; font-family:"リュウミン B-KL"; font-size:15px; color:#000; -webkit-text-stroke: 0.2px #000; line-height:1.667; } .case .entry-column .acms-column-line h4 span{ display:inline-block; margin-bottom:3.921%; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.667; } .case .entry-column .acms-col-sm-6{ position:relative; width:100%; height:0; padding-bottom:67.368%; margin:0 0 6.779%; } .case .entry-column .acms-col-sm-6 img{ position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; } .case .entry-column .acms-column-line { clear: both; position: relative; border: solid 5px #ccc; padding: 8.474% 6.779%; margin: 0 0; box-sizing: border-box; } .case .entry-column .acms-column-line .column-image-right { position:relative; width:100%; height:0; padding-bottom:65.217%; margin:0 0 7.843%; } .case .entry-column .acms-column-line .column-image-right img{ position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; } .case .entry-column .column-image-auto:last-of-type, .case .entry-column .column-image-center:last-of-type{ padding-top:15.254%; } } /* 商品&サービス別 施工事例ギャラリー ==================================*/ .gallery .cateIndex h2{ border-bottom:solid 1px #aaa; margin-bottom:25px; padding-bottom:10px; font-size:32px; letter-spacing:0.05em; } .gallery .cateIndex .copy{ margin-bottom:50px; font-size:15px; line-height:1.867; } .searchBox{ margin-bottom:50px; } .searchBox.tagSelBox{ margin-bottom:140px; } .searchBox .tagTitle{ background:url(../img/common/ico_loupe.png) no-repeat; background-size:31px auto; margin-bottom:20px; padding-left:40px; font-size:18px; line-height:31px; letter-spacing:0.05em; } .searchBox .tagTitle span{ font-size:13px; } .searchBox .tagBox{ width:810px; margin-left:-5px; font-size:0; letter-spacing:0.05em; } .searchBox .tagBox li{ display:inline-block; width:152px; height:152px; margin:0 5px; box-sizing:border-box; } .searchBox .tagBox li a{ display:block; border:solid 4px #04386e; background:#04386e url(../img/common/icon_arrow_d_w.png) no-repeat center 116px; background-size:23px auto; width:152px; height:152px; padding-top:45px; font-size:16px; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; box-sizing:border-box; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .searchBox.tagSelBox .tagBox li a{ padding-top:58px; } .searchBox .tagBox li a:hover{ opacity:.7; } .searchBox .tagBox li span{ display:block; font-size:13px; color:#fff; -webkit-text-stroke: 0.2px #fff; } .searchBox .tagBox li.stay{ display:inline-block; width:152px; height:152px; margin:0 5px; box-sizing:border-box; } .searchBox .tagBox li.stay a{ background:#fff url(../img/common/icon_arrow_d_b.png) no-repeat center 116px; background-size:23px auto; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .searchBox .tagBox li.stay a:hover{ opacity:1; cursor:default; } .searchBox .tagBox li.stay span{ color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .galBox{ margin-bottom:50px; } .galBox .galTtlWrap{ margin-bottom:50px; } .gallery .galBox .galLogo{ float:left; width:200px; margin-right:30px; } .galBox h3{ margin-bottom:15px; font-size:38px; } .galBox .galTxt{ margin-bottom:18px; font-size:15px; line-height:1.867; } .galBox .galLnk{ background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:19px auto; margin-left:230px; padding-left:25px; font-size:16px; line-height:1.867; } .galBox .galLnk a{ color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .galBox .galLnk a:hover{ opacity:.7; } .galBox .entWrap{ width:820px; margin:0 -10px; font-size:0; } .galBox .entBox{ display:inline-block; width:253px; margin:0 10px 60px; font-size:15px; line-height:1.867; vertical-align:top; } .galBox .entBox div{ position:relative; width:253px; height:172px; margin-bottom:5px; font-size:15px; line-height:1.867; vertical-align:top; overflow:hidden; } .galBox .entBox img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; width:auto; height:172px; max-width:none; margin:auto; } .galBox .entBox p{ font-size:13px; line-height:1.692; } .galBox .entBox a:hover{ opacity:.7; } @media screen and (max-width:750px){ .gallery .pageTtl{ letter-spacing:.01em; } .gallery .cateIndex h2{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .gallery .cateIndex .copy{ margin-bottom:13.559%; font-size:14px; line-height:1.867; } .searchBox{ width:86.440%; margin:0 auto 11.864%; } .searchBox.tagSelBox{ width:86.440%; margin:0 auto 25.423%; } .searchBox .tagTitle{ background:url(../img/common/ico_loupe.png) no-repeat top left; background-size:auto 28px; min-height:28px; margin-bottom:4.901%; padding:3px 0 0 11.764%; font-size:13px; line-height:1; letter-spacing:0.05em; overflow:visible; } .searchBox .tagTitle span{ font-size:11px; display:inline-block; } .searchBox .tagBox{ width:100%; margin-left:-1.960%; font-size:0; letter-spacing:0.05em; } .searchBox .tagBox li{ display:block; width:46.078%; padding-top:46.078%; height:0; margin:1.960%; box-sizing:border-box; position:relative; float:left; } .searchBox .tagBox li a{ display:block; border:solid 4px #04386e; background:#04386e url(../img/common/icon_arrow_d_w.png) no-repeat center bottom 8.51%; background-size:19.574% auto; width:100%; height:100%; padding-top:25.531%; font-size:13px; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; box-sizing:border-box; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; position:absolute; top:0; bottom:0; right:0; left:0; } .searchBox.tagSelBox .tagBox li a{ padding-top:36.170%; } .searchBox .tagBox li a:hover{ opacity:1; } .searchBox .tagBox li span{ display:block; font-size:11px; color:#fff; -webkit-text-stroke: 0.2px #fff; } .searchBox .tagBox li.stay{ display:inline-block; width:46.078%; padding-top:46.078%; height:0; margin:1.960%; box-sizing:border-box; position:relative; float:left; } .searchBox .tagBox li.stay a{ background:#fff url(../img/common/icon_arrow_d_b.png) no-repeat center bottom 8.51%; background-size:19.574% auto; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .searchBox .tagBox li.stay a:hover{ opacity:1; cursor:default; } .searchBox .tagBox li.stay span{ color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .galBox{ width:100%; margin-bottom:25.423%; } .galBox .galTtlWrap{ width:100%; margin-bottom:5.084%; } .gallery .galBox .galLogo{ float:none; width:50.847%; margin:0 auto 5.084%; } .galBox h3{ width:100%; text-align:center; margin-bottom:5.084%; font-size:28px; line-height:1.25; } .galBox .galTxt{ width:100%; margin-bottom:7.627%; font-size:14px; line-height:2.142; } .galBox .galLnk{ width:100%; background:url(../img/common/icon_arrow_r_b.png) no-repeat left top 4px; background-size:5.762% auto; min-height:11.864%; padding:0 0 0 1.5em; margin:0 0 5.084%; font-size:14px; line-height:1.714; box-sizing:border-box; overflow:visible; } .galBox .galLnk a{ color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .galBox .galLnk a:hover{ opacity:1; } .galBox .entWrap{ width:100%; margin:0; font-size:0; } .galBox .entBox{ display:block; width:100%; margin:0 0 10.169%; font-size:12px; line-height:1.867; vertical-align:top; } .galBox .entBox div{ position:relative; width:100%; height:0; padding-top:67.984%; margin-bottom:1.694%; font-size:12px; line-height:1.867; vertical-align:top; overflow:hidden; } .galBox .entBox img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; width:auto; height:100%; max-width:none; margin:auto; } .galBox .entBox p{ font-size:12px; line-height:1.867; } .galBox .entBox a:hover{ opacity:1; } } /* 商品&サービス別 施工事例ギャラリー:詳細 ==================================*/ .p-gallery .entryHeader{ margin-bottom:30px; } .entryHeader .entry-tag{ margin-bottom:30px; font-size:0; } .entryHeader .entry-tag p{ display:inline-block; margin-right:5px; } .entryHeader .entry-tag p span{ display:none; } .entryHeader .entry-tag a{ display:block; background:#000; width:170px; padding:2px 0; font-size:15px; color:#fff; -webkit-text-stroke: 0.2px #fff; line-height:1.867; text-align:center; } .p-gallery .acms-column-coat{ margin-top:60px; margin-bottom:60px; } .p-gallery .acms-column-coat th, .p-gallery .acms-column-coat td{ padding-bottom:20px; font-size:15px; text-align:left; } .p-gallery .acms-column-coat th{ width:160px; font-family:"リュウミン B-KL"; } .p-gallery .acms-column-coat .caption{ font-size:13px; } .p-gallery .acms-grid .nocaption[class*="column-image-"]:first-child{ max-height:585px; } @media screen and (max-width:750px){ .p-gallery .entryHeader{ margin-bottom:7.627%; } .entryHeader .entry-tag{ margin-bottom:2.542%; font-size:0; } .entryHeader .entry-tag p{ display:inline-block; margin-right:1.694%; width:35.593%; } .entryHeader .entry-tag p span{ display:none; } .entryHeader .entry-tag a{ display:block; background:#000; width:100%; padding:1.694% 0; font-size:12px; color:#fff; -webkit-text-stroke: 0.2px #fff; line-height:1; text-align:center; } .p-gallery .entry-column .column-image-auto:first-of-type{ width:127.118%!important; padding-top:61.016%; position:relative; height:0; } .p-gallery .entry-column .column-image-auto:first-of-type img{ width:100%!important; height:100%!important; position:absolute; top:0; bottom:0; left:0; right:0; } .p-gallery .acms-column-coat{ margin-top:13.559%; margin-bottom:13.559%; width:100%; } .p-gallery .acms-column-coat th, .p-gallery .acms-column-coat td{ padding-bottom:7.843%; text-align:left; font-size:14px; } .p-gallery .acms-column-coat th{ width:37.254%; font-family:"リュウミン B-KL"; } .p-gallery .acms-column-coat .caption{ font-size:12px; } .p-gallery .acms-grid .nocaption[class*="column-image-"]:first-child{ width:127.119%!important; max-width:none; max-height:585px; margin-left:-13.5595%; } } /* 自慢のスタッフ、全員紹介 ==================================*/ .staff .pageTtl{ letter-spacing:.01em; } .staff .cateIndex .deptTtl{ border-bottom:solid 1px #aaa; font-size:32px; margin-bottom:25px; padding-bottom:10px; } .staff .cateIndex .deptTxt{ margin-bottom:40px; font-size:15px; line-height:1.867; } .p-staff.member .cateIndex .indexWrap { margin-top: 50px; } .p-member .cateIndex .indexWrap { margin-top: 30px; } .p-staff .pageTtl{ letter-spacing:.01em; } .p-staff .cateIndex .copy{ margin-bottom:30px; } .p-staff .cateIndex .chiefWrap{ margin: 0 0; } .p-staff .cateIndex .deptChiefImg{ float:right; width:420px; margin-top: 100px; } .p-staff .cateIndex .deptChiefTxt{ width:100%; margin-top: 30px; font-size:15px; line-height:1.767; letter-spacing:-0.04em; } .p-staff .cateIndex .deptChiefImg + .deptChiefTxt{ float:left; width:350px; margin-top: 100px; } .p-staff .cateIndex .deptChiefTxt strong{ display:inline-block; margin-top:10px; font-size:18px; } .p-staff .cateIndex .deptChiefTxt strong span{ font-size:15px; } .p-staff .cateIndex .deptTtl{ border-bottom:solid 1px #aaa; margin-bottom:60px; padding-bottom:10px; font-size:32px; letter-spacing:.08em; } .p-staff .resWrap{ width:830px; margin:0 auto; font-size:0; } .p-staff .resWrap .resBox{ display:inline-block; width:246px; margin:0 15px 60px; font-size:15px; line-height:1.867; vertical-align:top; } .p-staff .resWrap .resBox div{ position:relative; width:246px; height:166px; margin-bottom:10px; font-size:15px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.867; vertical-align:top; overflow:hidden; } .p-staff .resWrap .resBox img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; width:auto; height:166px; max-width:none; margin:auto; } .p-staff .resWrap .resBox .ttl{ background:url(../img/common/icon_arrow_r_b.png) no-repeat left 3px; background-size:19px auto; margin:0; padding-left:25px; font-size:15px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.692; } .p-staff .resWrap .resBox a{ display:block; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .p-staff .resWrap .resBox a:hover{ opacity:.7; } .p-member .cateIndex .pageCopy, .p-staff .cateIndex .pageCopy{ margin-bottom:10px; font-size:38px; line-height:1.421; letter-spacing:0.04em; } .p-member .cateIndex .pageText, .p-staff .cateIndex .pageText{ margin-bottom:30px; font-size:17px; line-height:2.118; } .p-member .cateIndex .entryHeader, .p-staff .cateIndex .entryHeader{ margin-bottom:20px; } .p-member .cateIndex .entryHeader h2, .p-staff .cateIndex .entryHeader h2{ margin-bottom:20px; font-size:32px; padding-top:20px; } .p-member .cateIndex .entryHeader h2 span, .p-staff .cateIndex .entryHeader h2 span{ font-size:22px; } .p-member .entry-column table, .p-staff .entry-column table{ margin-bottom:10px; } .p-member .entry-column table th, .p-member .entry-column table td, .p-staff .entry-column table th, .p-staff .entry-column table td{ padding-bottom:20px; text-align:left; line-height:1.867; vertical-align:top; } .p-member .entry-column table th, .p-staff .entry-column table th{ width:160px; font-family:"リュウミン B-KL"; } .p-member .acms-2col-custom table, .p-staff .acms-2col-custom table{ margin-bottom:10px; } .p-member .acms-2col-custom table th, .p-member .acms-2col-custom table td, .p-staff .acms-2col-custom table th, .p-staff .acms-2col-custom table td{ display:inline-block; padding-bottom:5px; font-family:"FP-ヒラギノ角ゴ ProN W3"; text-align:left; line-height:1.867; } .p-member .acms-2col-custom table th, .p-staff .acms-2col-custom table th{ width:auto; margin-right:15px; padding-bottom:0; font-family:"FP-ヒラギノ角ゴ ProN W6"; } .p-member .entry-column h3, .p-staff .entry-column h3{ border:none; margin:100px 20px 10px; padding:0; font-size:24px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .p-member .entry-column h3.ttlResults, .p-staff .entry-column h3.ttlResults{ border-bottom:solid 1px #aaa; margin-bottom:25px; padding-bottom:10px; font-size:32px; color:#000; -webkit-text-stroke: 0.2px #000; } .p-member .memberBox, .p-staff .memberBox{ margin-bottom:100px; } @media screen and (max-width:750px){ .cateIndex h2 { letter-spacing: -0.04em; } .cateIndex .copy { margin-bottom: 13.559%; } .staff .pageTtl{ letter-spacing:.01em; } .staff .cateIndex .deptTtl{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .staff .cateIndex .deptTxt{ margin-bottom:13.559%; font-size:14px; line-height:1.867; } .p-staff .pageTtl{ letter-spacing:.01em; margin-bottom:5.084%; } .p-staff .cateIndex .copy{ margin-bottom:8.474%; } .p-staff .cateIndex .deptMainImg{ width:127.118%; padding-top:61.016%; height:0; margin-left:-13.559%; position:relative; } .p-staff .cateIndex .deptMainImg img{ width:100%; height:100%; position:absolute; top:0; bottom:0; left:0; right:0; } .p-staff .cateIndex .chiefWrap{ margin:0 0 27.119%; } .p-staff .cateIndex .deptChiefImg{ float:none; width:100%; margin-top: 11.864%; margin-bottom:5.084%; } .p-staff .cateIndex .deptChiefTxt{ float:none; width:100%; margin-top: 11.864%; font-size:14px; line-height:1.767; letter-spacing:-0.04em; } .p-staff .cateIndex .deptChiefImg + .deptChiefTxt{ float:none; width:100%; margin-top: 11.864%; } .p-staff .cateIndex .deptChiefTxt strong{ display:block; margin-top:3.389%; font-size:16px; } .p-staff .cateIndex .deptChiefTxt strong span{ font-size:13px; } .p-staff .cateIndex .deptTtl{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .p-staff .resWrap{ width:830px; margin:0 auto; font-size:0; } .p-staff .resWrap .resBox{ display:inline-block; width:246px; margin:0 15px 60px; font-size:15px; line-height:1.867; vertical-align:top; } .p-staff .resWrap .resBox div{ position:relative; width:246px; height:166px; margin-bottom:10px; font-size:15px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.867; vertical-align:top; overflow:hidden; } .p-staff .resWrap .resBox img{ position:absolute; top:-50px; bottom:-50px; left:-50px; right:-50px; width:auto; height:166px; max-width:none; margin:auto; } .p-staff .resWrap .resBox .ttl{ background:url(../img/common/icon_arrow_r_b.png) no-repeat left 3px; background-size:19px auto; margin:0; padding-left:25px; font-size:15px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; line-height:1.692; } .p-staff .resWrap .resBox a{ display:block; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .p-staff .resWrap .resBox a:hover{ opacity:.7; } .p-member .cateIndex .pageCopy, .p-staff .cateIndex .pageCopy{ margin-bottom: .847%; font-size: 24px; line-height: 1.458; letter-spacing: 0.04em; } .p-member .cateIndex .pageText, .p-staff .cateIndex .pageText{ margin-bottom:8.474%; font-size:14px; line-height:2.118; } .p-member .cateIndex .entryHeader, .p-staff .cateIndex .entryHeader{ margin:11.864% 0 0 } .p-member .cateIndex .entryHeader h2, .p-staff .cateIndex .entryHeader h2{ margin-bottom:11.864%; font-size:20px; padding-top:13.559%; } .p-member .cateIndex .entryHeader h2 span, .p-staff .cateIndex .entryHeader h2 span{ font-size:14px; display:inline-block; line-height:1.2; } .p-member .entry-column table, .p-staff .entry-column table{ width:100%; } .p-member .entry-column table th, .p-member .entry-column table td, .p-staff .entry-column table th, .p-staff .entry-column table td{ padding-bottom:7.843%; text-align:left; line-height:1.867; vertical-align:top; } .p-member .entry-column table th, .p-staff .entry-column table th{ width:40.677%; font-family:"リュウミン B-KL"; } .p-member .acms-2col-custom table, .p-staff .acms-2col-custom table{ margin-bottom:10px; } .p-member .acms-2col-custom table th, .p-member .acms-2col-custom table td, .p-staff .acms-2col-custom table th, .p-staff .acms-2col-custom table td{ display:inline-block; padding-bottom:4%; font-family:"FP-ヒラギノ角ゴ ProN W3"; text-align:left; line-height:1.867; } .p-member .acms-2col-custom table th, .p-staff .acms-2col-custom table th{ width:auto; margin-right:14px; padding-bottom:0; font-family:"FP-ヒラギノ角ゴ ProN W6"; } .p-member .entry-column h3, .p-staff .entry-column h3{ border:none; margin:0 0 5.084%; padding:20.338% 0 0; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .p-member .entry-column h3:first-of-type, .p-staff .entry-column h3:first-of-type{ padding:0; } .p-member .entry-column h3.ttlResults, .p-staff .entry-column h3.ttlResults{ border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .p-member .memberBox, .p-staff .memberBox{ margin-bottom:16.949%; } } .p-member .acms-admin-admin-config-table-item-handle, .p-staff .acms-admin-admin-config-table-item-handle{ width:1.875%; } .p-member .acms-admin-admin-config-table-action, .p-staff .acms-admin-admin-config-table-action{ width:3.75%; } @media screen and (max-width:750px){ } /* スタッフブログ ==================================*/ .blog .pageTtl{ letter-spacing:.01em; } .blog .cateIndex h2 { border-bottom:solid 1px #aaa; font-size:32px; margin-bottom:25px; padding-bottom:10px; } .blog .cateIndex .copy{ margin-bottom:50px; font-size:15px; line-height:1.867; } .blog .entryBlk .blogTag{ width:820px; margin-left:-10px; margin-bottom:60px; font-size:0; } .blog .entryBlk .blogTag li{ display:inline-block; margin:0 10px; } .blog .entryBlk .blogTag li a{ display:block; width:253px; padding:8px 0; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; vertical-align:middle; } .blog .entryBlk .blogTag li.bTag01 a{ background:#2a5977; } .blog .entryBlk .blogTag li.bTag02 a{ background:#2b7e6c; } .blog .entryBlk .blogTag li.bTag03 a{ background:#c57b1c; } .blog .cateIndex .indexWrap{ width:828px; margin-left:-14px; font-size:0; } .blog .cateIndex .blogBox{ background:#fff; display:inline-block; width:386px; margin:0 14px 28px; padding:30px 30px 20px; vertical-align:top; box-sizing:border-box; } .blog .cateIndex .blogBox .img{ position:relative; display:block; overflow:hidden; width:326px; height:200px; margin-bottom:20px; } .blog .cateIndex .blogBox .img img{ position:absolute; left:-50px; right:-50px; width:auto; height:auto; margin:0 auto; } .blog .cateIndex .blogBox .cate{ float:left; width:90px; margin:0 0 20px; padding:4px 5px; font-size:13px; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; } .blog .cateIndex .blogBox .cate.taga99029{ background:#2a5977; } .blog .cateIndex .blogBox .cate.tag773c19{ background:#2b7e6c; } .blog .cateIndex .blogBox .cate.tagde504e{ background:#c57b1c; } .blog .cateIndex .blogBox .date{ margin:3px 0 10px; font-size:15px; color:#999; -webkit-text-stroke: 0.2px #999; text-align:right; } .blog .cateIndex .blogBox h3{ clear:both; width:100%; margin:0 0 10px; font-family:"リュウミン B-KL"; font-size:19px; line-height:1.632; } .blog .cateIndex .blogBox .txt{ width:100%; margin:0 0 15px; font-size:15px; line-height:1.733; } .blog .cateIndex .blogBox a.lnkTxt{ display:inline-block; background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:20px auto; padding-left:25px; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .blog .cateIndex .blogBox a.lnkTxt:hover{ opacity:.7; } .blog .cateIndex .pastWrap{ width:800px; background:#fff; box-sizing:border-box; padding:25px 30px; margin-top:20px; } .blog .cateIndex .pastWrap h3{ font-size:19px; line-height:1; border-bottom:#ccc solid 1px; width: 740px; padding-bottom:10px; } .blog .cateIndex .pastWrap ul li{ display:inline-block; margin-top:20px; width:220px; } .blog .cateIndex .pastWrap ul li:nth-child(1), .blog .cateIndex .pastWrap ul li:nth-child(4){ width:290px; } .blog .cateIndex .pastWrap ul li a.lnkTxt{ display:inline-block; background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:20px auto; padding-left:25px; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .blog .cateIndex .pastWrap ul li a.lnkTxt:hover{ opacity:.7; } @media screen and (max-width:750px){ .blog .pageTtl{ letter-spacing:.01em; } .blog .cateIndex h2 { border-bottom:solid 1px #aaa; font-size:18px; margin-bottom:5.084%; padding-bottom:5.084%; } .blog .cateIndex .copy{ margin-bottom:13.559%; font-size:14px; line-height:1.867; } .blog .entryBlk .blogTag{ width:100%; margin-left:0; margin-bottom:10.169%; font-size:0; } .blog .entryBlk .blogTag li{ display:block; margin:0 0 5.084%; } .blog .entryBlk .blogTag li a{ display:block; width:100%; padding:3.389% 0; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; vertical-align:middle; } .blog .entryBlk .blogTag li.bTag01 a{ background:#2a5977; } .blog .entryBlk .blogTag li.bTag02 a{ background:#2b7e6c; } .blog .entryBlk .blogTag li.bTag03 a{ background:#c57b1c; } .blog .cateIndex .indexWrap{ width:100%; margin-left:0; font-size:0; } .blog .cateIndex .blogBox{ background:#fff; display:block; width:100%; margin:0 0 5.084%; padding:6.779%; vertical-align:top; box-sizing:border-box; } .blog .cateIndex .blogBox .img{ position:relative; display:block; overflow:hidden; width:100%; height:0; padding-top:61.568%; margin-bottom:7.843%; } .blog .cateIndex .blogBox .img img{ position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:auto; margin:0 auto; } .blog .cateIndex .blogBox .cate{ width:35.294%; margin:0 0 5.882%; padding:1.960% 0; font-size:12px; color:#fff; -webkit-text-stroke: 0.2px #fff; text-align:center; } .blog .cateIndex .blogBox .cate.taga99029{ background:#2a5977; } .blog .cateIndex .blogBox .cate.tag773c19{ background:#2b7e6c; } .blog .cateIndex .blogBox .cate.tagde504e{ background:#c57b1c; } .blog .cateIndex .blogBox .date{ margin:1.960% 0 5.882%; font-size:14px; } .blog .cateIndex .blogBox h3{ width:100%; margin:0 0 10px; font-family:"リュウミン B-KL"; font-size:16px; line-height:1.632; } .blog .cateIndex .blogBox .txt{ width:100%; margin:0 0 5.882%; font-size:14px; line-height:1.733; } .blog .cateIndex .blogBox a.lnkTxt{ width:100%; display:inline-block; background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:6.666% auto; padding-left:2em; font-size:14px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; overflow:visible; } .blog .cateIndex .blogBox a.lnkTxt:hover{ opacity:1; } .blog .cateIndex .pastWrap{ width:100%; padding:5.084% 6.779%; margin-top:8.474%; } .blog .cateIndex .pastWrap h3{ font-size:16px; width: 100%; padding-bottom:3.921%; } .blog .cateIndex .pastWrap ul li{ display:block; margin-top:5.882%; width:100%; } .blog .cateIndex .pastWrap ul li:nth-child(1), .blog .cateIndex .pastWrap ul li:nth-child(4){ width:100%; } .blog .cateIndex .pastWrap ul li a.lnkTxt{ width:100%; display:inline-block; background:url(../img/common/icon_arrow_r_b.png) no-repeat left center; background-size:6.666% auto; padding-left:2em; font-size:14px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; overflow:visible; } .blog .cateIndex .pastWrap ul li a.lnkTxt:hover{ opacity:1; } } /* スタッフブログ:エントリー詳細 ==================================*/ .blog .entryHeader{ margin-bottom:40px; font-size:0; } .blog .entryHeader h2{ margin:0 0 15px; font-size:32px; } .blog .entryHeader .cate{ display:inline-block; width:90px; margin-right:10px; padding:4px 5px; font-size:13px; text-align:center; color:#fff; -webkit-text-stroke: 0.2px #fff; } .blog .entryHeader .cate.taga99029{ background:#1b5275; } .blog .entryHeader .cate.tag773c19{ background:#2b7e6c; } .blog .entryHeader .cate.tagde504e{ background:#c57b1c; } .blog .entryHeader .entryInfo{ display:inline-block; width:690px; font-size:15px; color:#999; text-align:right; -webkit-text-stroke: 0.2px #999; } .blog .entry-column h3{ margin-top:80px; } .blog .entry-column h4{ margin-top:80px; margin-bottom:10px; font-family:"リュウミン B-KL"; font-size:24px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .blog .entry-column h5{ margin-top:80px; margin-bottom:10px; font-family:"リュウミン B-KL"; font-size:20px; } .blog .entry-column dl{ margin-left:20px; margin-right:20px; margin-bottom:30px; } .blog .entry-column dt{ margin-bottom:5px; } .blog .entry-column dd{ margin-bottom:15px; } .blog .entry-column ul, .blog .entry-column ol{ margin-left:20px; margin-right:20px; margin-bottom:30px; } .blog .entry-column ul li{ position:relative; list-style-type:disc; margin-left:20px; margin-bottom:15px; padding-left:0; vertical-align:middle; } .blog .entry-column ol li{ position:relative; margin-left:20px; margin-bottom:15px; padding-left:0; vertical-align:middle; } .blog .entry-column pre{ margin-bottom:30px; } .blog .entry-column ol.linenums{ margin-bottom:0; } .blog .entry-column ol.linenums li{ margin-left:0; padding-left:20px; } .blog .entry-column table{ width:100%; margin-bottom:30px; } .blog .entry-column tr:nth-child(2n+1){ background:#ddd; } .blog .entry-column th, .blog .entry-column td{ padding:20px 10px; font-size:15px; text-align:left; vertical-align:top; } .blog .entry-column ul.serial-nav{ margin:50px auto; } .blog .entry-column ul.serial-nav .serial-nav-item{ width:175px; margin:0; list-style-type:none; } .blog .entry-column ul.serial-nav .lnkBtnWrap{ width:250px; text-align:center; letter-spacing:-0.1em; } .blog .entry-column ul.serial-nav .lnkBtnWrap a.lnkBtn{ margin-top:-5px; } @media screen and (max-width:750px){ .blog .entryHeader{ margin-bottom:11.864%; } .blog .entryHeader h2{ margin:0 0 6.779%; font-size:24px; } .blog .entryHeader .cate{ display:inline-block; width:30.508%; margin-right:3.389%; padding:1.694% 0; font-size:12px; text-align:center; color:#fff; -webkit-text-stroke: 0.2px #fff; } .blog .entryHeader .cate.taga99029{ background:#1b5275; } .blog .entryHeader .cate.tag773c19{ background:#2b7e6c; } .blog .entryHeader .cate.tagde504e{ background:#c57b1c; } .blog .entryHeader .entryInfo{ display:inline-block; width:66.103%; font-size:14px; } .blog .entry-column img{ margin-bottom:5.084%; } .blog .entry-column p{ margin-bottom:10.169%; } .blog .entry-column h3{ margin-bottom:5.084%; padding-bottom:5.084%; } .blog .entry-column h4{ margin-top:13.559%; margin-bottom:5.084%; font-family:"リュウミン B-KL"; font-size:16px; color:#04386e; -webkit-text-stroke: 0.2px #04386e; } .blog .entry-column h5{ margin-top:13.559%; margin-bottom:5.084%; font-family:"リュウミン B-KL"; font-size:14px; } .blog .entry-column dl{ margin-left:0; margin-right:0; margin-bottom:10.169%; } .blog .entry-column dt{ margin-bottom:1.694%; } .blog .entry-column dd{ margin-bottom:10.169%; } .blog .entry-column ul, .blog .entry-column ol{ margin-left:0; margin-right:0; margin-bottom:10.169%; } .blog .entry-column ul li{ position:relative; list-style-type:disc; margin-left:1.5em; margin-bottom:5.084%; padding-left:0; vertical-align:middle; } .blog .entry-column ol li{ position:relative; margin-left:1.5em; margin-bottom:5.084%; padding-left:0; vertical-align:middle; } .blog .entry-column pre{ margin-bottom:10.169%; -webkit-text-stroke: 0; } .blog .entry-column ol.linenums{ margin-bottom:0; } .blog .entry-column ol.linenums li{ margin-left:0; padding-left:1.5em; -webkit-text-stroke: 0!important; } .blog .entry-column table{ width:100%; margin-bottom:10.169%; } .blog .entry-column tr:nth-child(2n+1){ background:#ddd; } .blog .entry-column th, .blog .entry-column td{ padding:3.389% 1.694%; font-size:14px; text-align:left; vertical-align:top; } .blog .entry-column th{ font-family:"リュウミン B-KL"; } .blog .entry-column ul.serial-nav{ position:relative; width:100%; margin:0 auto 16.949% ; padding-top:30.508%; height:0; } .blog .entry-column ul.serial-nav li{ margin:0; } .blog .entry-column ul.serial-nav .lnkBtnWrap{ width:70%; margin-left:-35%; list-style-type:none; position:absolute; bottom:0; left:50%; text-align:center; letter-spacing:-0.1em; box-sizing:border-box; } .blog .entry-column ul.serial-nav .lnkBtnWrap a.lnkBtn{ margin-top:-5px; } .blog .entry-column ul.serial-nav .serial-nav-item-prev{ width:40%; position:absolute; top:0; left:0; } .blog .entry-column ul.serial-nav .serial-nav-item-next{ width:40%; position:absolute; top:0; right:0; } }
0.101667
0.044702
@font-face { font-family: 'Raleway-Thin'; src: url('../fonts/raleway/raleway-thin-webfont.eot'); src: url('../fonts/raleway/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-thin-webfont.woff') format('woff'), url('../fonts/raleway/raleway-thin-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-thin-webfont.svg#ralewaythin') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-ExtraLight'; src: url('../fonts/raleway/raleway-extralight-webfont.eot'); src: url('../fonts/raleway/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-extralight-webfont.woff') format('woff'), url('../fonts/raleway/raleway-extralight-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-extralight-webfont.svg#ralewayextralight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Light'; src: url('../fonts/raleway/raleway-light-webfont.eot'); src: url('../fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-light-webfont.woff') format('woff'), url('../fonts/raleway/raleway-light-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Regular'; src: url('../fonts/raleway/raleway-regular-webfont.eot'); src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-regular-webfont.svg#ralewayregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Medium'; src: url('../fonts/raleway/raleway-medium-webfont.eot'); src: url('../fonts/raleway/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-medium-webfont.woff') format('woff'), url('../fonts/raleway/raleway-medium-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-medium-webfont.svg#ralewaymedium') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-SemiBold'; src: url('../fonts/raleway/raleway-semibold-webfont.eot'); src: url('../fonts/raleway/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-semibold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-semibold-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-semibold-webfont.svg#ralewaysemibold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Bold'; src: url('../fonts/raleway/raleway-bold-webfont.eot'); src: url('../fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-bold-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-bold-webfont.svg#ralewaybold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-ExtaBold'; src: url('../fonts/raleway/raleway-extrabold-webfont.eot'); src: url('../fonts/raleway/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-extrabold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-extrabold-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Heavy'; src: url('../fonts/raleway/raleway-heavy-webfont.eot'); src: url('../fonts/raleway/raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-heavy-webfont.woff') format('woff'), url('../fonts/raleway/raleway-heavy-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-heavy-webfont.svg#ralewayheavy') format('svg'); font-weight: normal; font-style: normal; } /* Secondary Font Family */ @font-face { font-family: 'Quicksand-Light'; src: url('../fonts/quicksand/quicksand_light-webfont.eot'); src: url('../fonts/quicksand/quicksand_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand/quicksand_light-webfont.woff') format('woff'), url('../fonts/quicksand/quicksand_light-webfont.ttf') format('truetype'), url('../fonts/quicksand/quicksand_light-webfont.svg#quicksandlight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Quicksand-Book'; src: url('../fonts/quicksand/quicksand_book-webfont.eot'); src: url('../fonts/quicksand/quicksand_book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand/quicksand_book-webfont.woff') format('woff'), url('../fonts/quicksand/quicksand_book-webfont.ttf') format('truetype'), url('../fonts/quicksand/quicksand_book-webfont.svg#quicksandbook') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Quicksand-Bold'; src: url('../fonts/quicksand/quicksand_bold-webfont.eot'); src: url('../fonts/quicksand/quicksand_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand/quicksand_bold-webfont.woff') format('woff'), url('../fonts/quicksand/quicksand_bold-webfont.ttf') format('truetype'), url('../fonts/quicksand/quicksand_bold-webfont.svg#quicksandbold') format('svg'); font-weight: normal; font-style: normal; }
app/assets/stylesheets/custom-fonts.css
@font-face { font-family: 'Raleway-Thin'; src: url('../fonts/raleway/raleway-thin-webfont.eot'); src: url('../fonts/raleway/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-thin-webfont.woff') format('woff'), url('../fonts/raleway/raleway-thin-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-thin-webfont.svg#ralewaythin') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-ExtraLight'; src: url('../fonts/raleway/raleway-extralight-webfont.eot'); src: url('../fonts/raleway/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-extralight-webfont.woff') format('woff'), url('../fonts/raleway/raleway-extralight-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-extralight-webfont.svg#ralewayextralight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Light'; src: url('../fonts/raleway/raleway-light-webfont.eot'); src: url('../fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-light-webfont.woff') format('woff'), url('../fonts/raleway/raleway-light-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Regular'; src: url('../fonts/raleway/raleway-regular-webfont.eot'); src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-regular-webfont.svg#ralewayregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Medium'; src: url('../fonts/raleway/raleway-medium-webfont.eot'); src: url('../fonts/raleway/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-medium-webfont.woff') format('woff'), url('../fonts/raleway/raleway-medium-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-medium-webfont.svg#ralewaymedium') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-SemiBold'; src: url('../fonts/raleway/raleway-semibold-webfont.eot'); src: url('../fonts/raleway/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-semibold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-semibold-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-semibold-webfont.svg#ralewaysemibold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Bold'; src: url('../fonts/raleway/raleway-bold-webfont.eot'); src: url('../fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-bold-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-bold-webfont.svg#ralewaybold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-ExtaBold'; src: url('../fonts/raleway/raleway-extrabold-webfont.eot'); src: url('../fonts/raleway/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-extrabold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-extrabold-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway-Heavy'; src: url('../fonts/raleway/raleway-heavy-webfont.eot'); src: url('../fonts/raleway/raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-heavy-webfont.woff') format('woff'), url('../fonts/raleway/raleway-heavy-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-heavy-webfont.svg#ralewayheavy') format('svg'); font-weight: normal; font-style: normal; } /* Secondary Font Family */ @font-face { font-family: 'Quicksand-Light'; src: url('../fonts/quicksand/quicksand_light-webfont.eot'); src: url('../fonts/quicksand/quicksand_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand/quicksand_light-webfont.woff') format('woff'), url('../fonts/quicksand/quicksand_light-webfont.ttf') format('truetype'), url('../fonts/quicksand/quicksand_light-webfont.svg#quicksandlight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Quicksand-Book'; src: url('../fonts/quicksand/quicksand_book-webfont.eot'); src: url('../fonts/quicksand/quicksand_book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand/quicksand_book-webfont.woff') format('woff'), url('../fonts/quicksand/quicksand_book-webfont.ttf') format('truetype'), url('../fonts/quicksand/quicksand_book-webfont.svg#quicksandbook') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Quicksand-Bold'; src: url('../fonts/quicksand/quicksand_bold-webfont.eot'); src: url('../fonts/quicksand/quicksand_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand/quicksand_bold-webfont.woff') format('woff'), url('../fonts/quicksand/quicksand_bold-webfont.ttf') format('truetype'), url('../fonts/quicksand/quicksand_bold-webfont.svg#quicksandbold') format('svg'); font-weight: normal; font-style: normal; }
0.280222
0.026658
body { font-size: 14px; } .navbar-static-top { margin-bottom: 0px; min-height: inherit; border-bottom-width: 0px; } .navbar-static-top .container-fluid { padding: 0px; } #watershedHeader { position: relative; top: 0em; width: 100%; height: 15px; background-color: #809655; color: white; font-size: 11px; font-family: Verdana, Geneva, sans-serif; font-weight: 900; } #watershedHeader div ul { margin: 0px; margin-left: 1.5em; -webkit-padding-start: 0px; } #watershedHeader div ul li { display:inline; padding-right: 2em; text-align: -webkit-match-parent; line-height: 15px; margin-left: 1.5em; } #watershedHeader div ul li a { text-decoration: none; color: white; } .leaflet-control-scale { left: 110px; } #map { z-index: -1; } #infoPane { position: fixed; top: 120px; right: -315px; width: 349px; transition: 0.5s all ease; overflow-y: auto; } #infoPane.open { right: 0%; } .infoHandle { font-size: 24px; font-weight: bold; position: absolute; background-color: #809655; bottom: 20px; width: 34px; border-top-left-radius: 16px; border-bottom-left-radius: 16px; padding-left: 4px; } #infoToggle { border: none; background: transparent; padding: 0px; font: inherit; color: white; } .infoContentContainer { background-color: #809655; color: white; left: 34px; position: relative; width: 310px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-left: 5px solid #809655; border-top: 5px solid #809655; border-bottom: 5px solid #809655; } @media (max-width: 768px) { #infoPane { right: -265px; width: 299px; } .infoContentContainer { width: 260px; } } .infoContent { padding: 8px; font-family: Verdana, Geneva, sans-serif; color: #666; background-color: white; } .infoTitle { color: #444; font-family: "Trebuchet MS",Helvetica,sans-serif; margin: 8px 0px; } .infoDescr { font-size: 0.9em; } .todocompl { line-height: 1.8em; }
map/map.css
body { font-size: 14px; } .navbar-static-top { margin-bottom: 0px; min-height: inherit; border-bottom-width: 0px; } .navbar-static-top .container-fluid { padding: 0px; } #watershedHeader { position: relative; top: 0em; width: 100%; height: 15px; background-color: #809655; color: white; font-size: 11px; font-family: Verdana, Geneva, sans-serif; font-weight: 900; } #watershedHeader div ul { margin: 0px; margin-left: 1.5em; -webkit-padding-start: 0px; } #watershedHeader div ul li { display:inline; padding-right: 2em; text-align: -webkit-match-parent; line-height: 15px; margin-left: 1.5em; } #watershedHeader div ul li a { text-decoration: none; color: white; } .leaflet-control-scale { left: 110px; } #map { z-index: -1; } #infoPane { position: fixed; top: 120px; right: -315px; width: 349px; transition: 0.5s all ease; overflow-y: auto; } #infoPane.open { right: 0%; } .infoHandle { font-size: 24px; font-weight: bold; position: absolute; background-color: #809655; bottom: 20px; width: 34px; border-top-left-radius: 16px; border-bottom-left-radius: 16px; padding-left: 4px; } #infoToggle { border: none; background: transparent; padding: 0px; font: inherit; color: white; } .infoContentContainer { background-color: #809655; color: white; left: 34px; position: relative; width: 310px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-left: 5px solid #809655; border-top: 5px solid #809655; border-bottom: 5px solid #809655; } @media (max-width: 768px) { #infoPane { right: -265px; width: 299px; } .infoContentContainer { width: 260px; } } .infoContent { padding: 8px; font-family: Verdana, Geneva, sans-serif; color: #666; background-color: white; } .infoTitle { color: #444; font-family: "Trebuchet MS",Helvetica,sans-serif; margin: 8px 0px; } .infoDescr { font-size: 0.9em; } .todocompl { line-height: 1.8em; }
0.263599
0.064447
* This is a variable font * You can controll variable axes as shown below: * font-variation-settings: 'wght' 900.0; * * available axes: * 'wght' (range from 300.0 to 900.0) */ @font-face { font-family: 'Satoshi-Variable'; src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), url('../fonts/Satoshi-Variable.woff') format('woff'), url('../fonts/Satoshi-Variable.ttf') format('truetype'); font-weight: 300 900; font-display: swap; font-style: normal; } /** * This is a variable font * You can controll variable axes as shown below: * font-variation-settings: 'wght' 900.0; * * available axes: * 'wght' (range from 300.0 to 900.0) */ @font-face { font-family: 'Satoshi-VariableItalic'; src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.woff') format('woff'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype'); font-weight: 300 900; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-LightItalic'; src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype'); font-weight: 300; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-Light'; src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype'); font-weight: 300; font-display: swap; font-style: normal; } @font-face { font-family: 'Satoshi-Regular'; src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; font-style: normal; } @font-face { font-family: 'Satoshi-Italic'; src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype'); font-weight: 400; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-MediumItalic'; src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype'); font-weight: 500; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-Medium'; src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype'); font-weight: 500; font-display: swap; font-style: normal; } @font-face { font-family: 'Satoshi-BoldItalic'; src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype'); font-weight: 700; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-Bold'; src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; font-style: normal; } @font-face { font-family: 'Satoshi-BlackItalic'; src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype'); font-weight: 900; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-Black'; src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype'); font-weight: 900; font-display: swap; font-style: normal; }
Silver_Badges/Williams-front-end-silver-badge/src/fonts/Satoshi_Complete/WEB/css/satoshi.css
* This is a variable font * You can controll variable axes as shown below: * font-variation-settings: 'wght' 900.0; * * available axes: * 'wght' (range from 300.0 to 900.0) */ @font-face { font-family: 'Satoshi-Variable'; src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), url('../fonts/Satoshi-Variable.woff') format('woff'), url('../fonts/Satoshi-Variable.ttf') format('truetype'); font-weight: 300 900; font-display: swap; font-style: normal; } /** * This is a variable font * You can controll variable axes as shown below: * font-variation-settings: 'wght' 900.0; * * available axes: * 'wght' (range from 300.0 to 900.0) */ @font-face { font-family: 'Satoshi-VariableItalic'; src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.woff') format('woff'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype'); font-weight: 300 900; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-LightItalic'; src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype'); font-weight: 300; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-Light'; src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype'); font-weight: 300; font-display: swap; font-style: normal; } @font-face { font-family: 'Satoshi-Regular'; src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; font-style: normal; } @font-face { font-family: 'Satoshi-Italic'; src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype'); font-weight: 400; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-MediumItalic'; src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype'); font-weight: 500; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-Medium'; src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype'); font-weight: 500; font-display: swap; font-style: normal; } @font-face { font-family: 'Satoshi-BoldItalic'; src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype'); font-weight: 700; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-Bold'; src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; font-style: normal; } @font-face { font-family: 'Satoshi-BlackItalic'; src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype'); font-weight: 900; font-display: swap; font-style: italic; } @font-face { font-family: 'Satoshi-Black'; src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype'); font-weight: 900; font-display: swap; font-style: normal; }
0.485356
0.12595
padding-top: 7em; display: flex; flex-direction: column; height: 100%; } body { background-color: pink; } h1 { margin: 2em; font-family: look script, sans-serif; color: #3a5ba7; padding-left: 15em; } #animateGif { padding-top: 7em; left: 0; top: 0; position: fixed; width: 30em; z-index: 2; } #animation video { padding-top: 7em; left: 0; top: 0; position: fixed; width: 30em; z-index: 1; padding-left: 25em; } #buttons { position: absolute; display: flex; justify-content: space-between; padding-left: 30em; /*flex-direction: column;*/ bottom: 6em; transition: all .2s ease-in-out; cursor: pointer; z-index: 10; } #buttons a { border-radius: 0.5em; margin: 2em; color: white; font-family: Arial; } #buttons a img { max-width: 5em; max-height: 5em; border-radius: 50px; } .testpreview { z-index: 10; position: absolute; } .testpreview:hover { opacity: 0; /*display: none;*/ transition: all .2s ease-in-out; } #buttons a:hover { transition: all .2s ease-in-out; box-shadow: 4px 4px 16px -5px rgba(0, 0, 0, 0.75); transform: scale(1.1); background-color: white; } .active { transition: all .2s ease-in-out; box-shadow: 4px 4px 16px -5px rgba(0, 0, 0, 0.75); transform: scale(1.1); background-color: white; } .color1 { transition: all .5s ease-in-out; /*background-color: #ffa875;*/ background-color: #f7dcde; } .color2 { transition: all .5s ease-in-out; background-color: #fad4d6; } .color3 { transition: all .5s ease-in-out; background-color: #fad4d6; } .hidden { /*display: none;*/ opacity: 0; } .visible { /*display: flex;*/ opacity: 100; } /** .transition { opacity: 100; left: 0; top: 0; position: fixed; width: 100%; z-index: 5; } **/ /*.fade-in { animation: fadeIn 1s; }*/ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fade-out { animation: fadeOut 1s; } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
main.css
padding-top: 7em; display: flex; flex-direction: column; height: 100%; } body { background-color: pink; } h1 { margin: 2em; font-family: look script, sans-serif; color: #3a5ba7; padding-left: 15em; } #animateGif { padding-top: 7em; left: 0; top: 0; position: fixed; width: 30em; z-index: 2; } #animation video { padding-top: 7em; left: 0; top: 0; position: fixed; width: 30em; z-index: 1; padding-left: 25em; } #buttons { position: absolute; display: flex; justify-content: space-between; padding-left: 30em; /*flex-direction: column;*/ bottom: 6em; transition: all .2s ease-in-out; cursor: pointer; z-index: 10; } #buttons a { border-radius: 0.5em; margin: 2em; color: white; font-family: Arial; } #buttons a img { max-width: 5em; max-height: 5em; border-radius: 50px; } .testpreview { z-index: 10; position: absolute; } .testpreview:hover { opacity: 0; /*display: none;*/ transition: all .2s ease-in-out; } #buttons a:hover { transition: all .2s ease-in-out; box-shadow: 4px 4px 16px -5px rgba(0, 0, 0, 0.75); transform: scale(1.1); background-color: white; } .active { transition: all .2s ease-in-out; box-shadow: 4px 4px 16px -5px rgba(0, 0, 0, 0.75); transform: scale(1.1); background-color: white; } .color1 { transition: all .5s ease-in-out; /*background-color: #ffa875;*/ background-color: #f7dcde; } .color2 { transition: all .5s ease-in-out; background-color: #fad4d6; } .color3 { transition: all .5s ease-in-out; background-color: #fad4d6; } .hidden { /*display: none;*/ opacity: 0; } .visible { /*display: flex;*/ opacity: 100; } /** .transition { opacity: 100; left: 0; top: 0; position: fixed; width: 100%; z-index: 5; } **/ /*.fade-in { animation: fadeIn 1s; }*/ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fade-out { animation: fadeOut 1s; } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
0.690663
0.124319
html { font-size: 18px; } video { max-width: 100%; } /* plotting functions overview page */ .plotting-functions-grid { /* columns: 3; */ } .plotting-functions-grid a:hover { text-decoration: none; } .plotting-functions-item { border: 1px solid #ddd; break-inside: avoid; margin-bottom: 1em; border-radius: 4px; /* box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.1); */ } .plotting-functions-item h2 { border-bottom: 1px solid #ddd; margin: 0; color: #444; padding: 0.1em 0.3em; background-color: #f4f4f4; } img.plotting-function-thumb { box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.14); } .plotting-functions-thumbcontainer { padding: 0.75em; background-color: #fbfbfb; display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 0.75em; } @media (max-width: 480px) { .plotting-functions-thumbcontainer { grid-template-columns: repeat(3, 1fr); } } /* docstrings */ .docstring { border: 1px solid #ddd; background-color: #fbfbfb; } .doc-header { background-color: #f4f4f4; } h2.doc-header { margin: 0 0 0 0; padding-left: 0.3em; border: none; border-bottom: 1px solid #ddd; } .doc-content { padding: 0.3em; } /* admonition boxes */ .admonition { padding: 0.5em; background-color: #b5b5b5; border-style: solid; border-width: 1px; border-color: #363636; border-radius: 4px; font-size: 1rem; } .admonition strong { color: currentColor; } .admonition.small, #documenter .docs-sidebar form.docs-search>input.admonition { font-size: 0.75rem; } .admonition.medium { font-size: 1.25rem; } .admonition.large { font-size: 1.5rem; } .admonition.default { background-color: #b5b5b5; border-color: #363636; } .admonition.default>.admonition-title { background-color: #363636; color: #fff; } .admonition.default>.admonition-body { color: #fff; } .admonition.note { background-color: #def0fd; border-color: #209cee; } .admonition.note>.admonition-title { background-color: #209cee; color: #fff; } .admonition.note>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition.success { background-color: #bdf4d1; border-color: #22c35b; } .admonition.success>.admonition-title { background-color: #22c35b; color: #fff; } .admonition.success>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition.warning { background-color: #fff3c5; border-color: #ffdd57; } .admonition.warning>.admonition-title { background-color: #ffdd57; color: rgba(0, 0, 0, 0.7); } .admonition.warning>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition.danger { background-color: #ffaba7; border-color: #da0b00; } .admonition.danger>.admonition-title { background-color: #da0b00; color: #fff; } .admonition.danger>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition.compat { background-color: #bdeff5; border-color: #1db5c9; } .admonition.compat>.admonition-title { background-color: #1db5c9; color: #fff; } .admonition.compat>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition-title { /* counter padding of admonition-note */ margin: -0.5em; color: #fff; background-color: #363636; align-items: center; font-weight: 700; justify-content: space-between; line-height: 1.25; padding: 0.75em; position: relative; } .admonition-title:before { font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 0.75em; content: "\f06a"; } .admonition-body { color: #222222; padding: 1em 1.25em; } .admonition-body pre { background-color: whitesmoke; } .admonition-body code { background-color: rgba(0, 0, 0, 0.05); } /* tables */ table { border-collapse: collapse; border: none; } thead { display: table-header-group; } td { border: 1px solid #ececec; } th { background: #f2f2f2; border: 1px solid #dbdbdb; } /* masthead */ img.masthead-icon { height: 1.5em; } .title-icon img { height: 2em; } a.title-icon { margin-left: 0; } /* lists */ ul { margin: 0; padding: 0 0 0 1em; } ol { margin: 0; padding: 0 0 0 1em; } /* links */ .franklin-content a { color: #6f6f6f; text-decoration: underline #cacaca; } .franklin-content a:hover { color: #2b5a68; text-decoration: underline #2b5a68; } .franklin-content a:visited { color: #6f6f6f; text-decoration: underline #cacaca; } /* start page boxes */ .box-container { display: grid; grid-gap: 1em; justify-content: space-between; grid-template-columns: repeat(3, 1fr); } .box { position: relative; background: rgb(241, 241, 241); padding: 1em; border-radius: 0.5em; text-align: center; box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.11); font-size: var(--small); } .box img { margin-top: 1em; border-radius: 0.3em; } .box-content {} @media (max-width: 480px) { .box-container { grid-template-columns: 1fr; } } .title { font-size: 20px; color: black; text-decoration: none; margin-bottom: 1em; } .title a { text-decoration: none; color: black; } a.boxlink{ text-decoration: none; display: block; } /* banner */ .banner { margin-top: 2em; border-radius: 0.5em; } @media (max-width: 480px) { .banner { margin-top: 0; border-radius: 0; margin-left: -1em; margin-right: -1em; max-width: 100vw; } }
docs_franklin/site/_css/makie.css
html { font-size: 18px; } video { max-width: 100%; } /* plotting functions overview page */ .plotting-functions-grid { /* columns: 3; */ } .plotting-functions-grid a:hover { text-decoration: none; } .plotting-functions-item { border: 1px solid #ddd; break-inside: avoid; margin-bottom: 1em; border-radius: 4px; /* box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.1); */ } .plotting-functions-item h2 { border-bottom: 1px solid #ddd; margin: 0; color: #444; padding: 0.1em 0.3em; background-color: #f4f4f4; } img.plotting-function-thumb { box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.14); } .plotting-functions-thumbcontainer { padding: 0.75em; background-color: #fbfbfb; display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 0.75em; } @media (max-width: 480px) { .plotting-functions-thumbcontainer { grid-template-columns: repeat(3, 1fr); } } /* docstrings */ .docstring { border: 1px solid #ddd; background-color: #fbfbfb; } .doc-header { background-color: #f4f4f4; } h2.doc-header { margin: 0 0 0 0; padding-left: 0.3em; border: none; border-bottom: 1px solid #ddd; } .doc-content { padding: 0.3em; } /* admonition boxes */ .admonition { padding: 0.5em; background-color: #b5b5b5; border-style: solid; border-width: 1px; border-color: #363636; border-radius: 4px; font-size: 1rem; } .admonition strong { color: currentColor; } .admonition.small, #documenter .docs-sidebar form.docs-search>input.admonition { font-size: 0.75rem; } .admonition.medium { font-size: 1.25rem; } .admonition.large { font-size: 1.5rem; } .admonition.default { background-color: #b5b5b5; border-color: #363636; } .admonition.default>.admonition-title { background-color: #363636; color: #fff; } .admonition.default>.admonition-body { color: #fff; } .admonition.note { background-color: #def0fd; border-color: #209cee; } .admonition.note>.admonition-title { background-color: #209cee; color: #fff; } .admonition.note>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition.success { background-color: #bdf4d1; border-color: #22c35b; } .admonition.success>.admonition-title { background-color: #22c35b; color: #fff; } .admonition.success>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition.warning { background-color: #fff3c5; border-color: #ffdd57; } .admonition.warning>.admonition-title { background-color: #ffdd57; color: rgba(0, 0, 0, 0.7); } .admonition.warning>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition.danger { background-color: #ffaba7; border-color: #da0b00; } .admonition.danger>.admonition-title { background-color: #da0b00; color: #fff; } .admonition.danger>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition.compat { background-color: #bdeff5; border-color: #1db5c9; } .admonition.compat>.admonition-title { background-color: #1db5c9; color: #fff; } .admonition.compat>.admonition-body { color: rgba(0, 0, 0, 0.7); } .admonition-title { /* counter padding of admonition-note */ margin: -0.5em; color: #fff; background-color: #363636; align-items: center; font-weight: 700; justify-content: space-between; line-height: 1.25; padding: 0.75em; position: relative; } .admonition-title:before { font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 0.75em; content: "\f06a"; } .admonition-body { color: #222222; padding: 1em 1.25em; } .admonition-body pre { background-color: whitesmoke; } .admonition-body code { background-color: rgba(0, 0, 0, 0.05); } /* tables */ table { border-collapse: collapse; border: none; } thead { display: table-header-group; } td { border: 1px solid #ececec; } th { background: #f2f2f2; border: 1px solid #dbdbdb; } /* masthead */ img.masthead-icon { height: 1.5em; } .title-icon img { height: 2em; } a.title-icon { margin-left: 0; } /* lists */ ul { margin: 0; padding: 0 0 0 1em; } ol { margin: 0; padding: 0 0 0 1em; } /* links */ .franklin-content a { color: #6f6f6f; text-decoration: underline #cacaca; } .franklin-content a:hover { color: #2b5a68; text-decoration: underline #2b5a68; } .franklin-content a:visited { color: #6f6f6f; text-decoration: underline #cacaca; } /* start page boxes */ .box-container { display: grid; grid-gap: 1em; justify-content: space-between; grid-template-columns: repeat(3, 1fr); } .box { position: relative; background: rgb(241, 241, 241); padding: 1em; border-radius: 0.5em; text-align: center; box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.11); font-size: var(--small); } .box img { margin-top: 1em; border-radius: 0.3em; } .box-content {} @media (max-width: 480px) { .box-container { grid-template-columns: 1fr; } } .title { font-size: 20px; color: black; text-decoration: none; margin-bottom: 1em; } .title a { text-decoration: none; color: black; } a.boxlink{ text-decoration: none; display: block; } /* banner */ .banner { margin-top: 2em; border-radius: 0.5em; } @media (max-width: 480px) { .banner { margin-top: 0; border-radius: 0; margin-left: -1em; margin-right: -1em; max-width: 100vw; } }
0.738292
0.27139
.common-not-home .header-main_area-2 .custom-category_col { -webkit-box-flex: 0; -webkit-flex: 0 0 18%; -ms-flex: 0 0 18%; flex: 0 0 18%; max-width: 18%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; display: inline-block; width: 18%; } .common-not-home .header-main_area-2 .custom-menu_col { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; display: inline-block; width: 50%; } .common-not-home .header-main_area-2 .custom-setting_col { -webkit-box-flex: 0; -webkit-flex: 0 0 32%; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; display: inline-block; width: 32%; } .common-not-home .header-main_area .custom-search_col { -webkit-box-flex: 0; -webkit-flex: 0 0 36%; -ms-flex: 0 0 36%; flex: 0 0 36%; max-width: 36%; } .col-12 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } .product-desc_info:hover{ z-index: 999; } @media (max-width: 1599px) { .common-not-home .header-main_area-2 .custom-category_col { -webkit-box-flex: 0; -webkit-flex: 0 0 22%; -ms-flex: 0 0 22%; flex: 0 0 22%; max-width: 22%; display: inline-block; width: 22%; } .common-not-home .header-main_area-2 .custom-menu_col { -webkit-box-flex: 0; -webkit-flex: 0 0 53%; -ms-flex: 0 0 53%; flex: 0 0 53%; max-width: 53%; display: inline-block; width: 53%; } .common-not-home .header-main_area-2 .custom-setting_col { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; display: inline-block; width: 25%; } .common-not-home .header-main_area .custom-search_col { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; } }
public/home_v2/custom.css
.common-not-home .header-main_area-2 .custom-category_col { -webkit-box-flex: 0; -webkit-flex: 0 0 18%; -ms-flex: 0 0 18%; flex: 0 0 18%; max-width: 18%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; display: inline-block; width: 18%; } .common-not-home .header-main_area-2 .custom-menu_col { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; display: inline-block; width: 50%; } .common-not-home .header-main_area-2 .custom-setting_col { -webkit-box-flex: 0; -webkit-flex: 0 0 32%; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; display: inline-block; width: 32%; } .common-not-home .header-main_area .custom-search_col { -webkit-box-flex: 0; -webkit-flex: 0 0 36%; -ms-flex: 0 0 36%; flex: 0 0 36%; max-width: 36%; } .col-12 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } .product-desc_info:hover{ z-index: 999; } @media (max-width: 1599px) { .common-not-home .header-main_area-2 .custom-category_col { -webkit-box-flex: 0; -webkit-flex: 0 0 22%; -ms-flex: 0 0 22%; flex: 0 0 22%; max-width: 22%; display: inline-block; width: 22%; } .common-not-home .header-main_area-2 .custom-menu_col { -webkit-box-flex: 0; -webkit-flex: 0 0 53%; -ms-flex: 0 0 53%; flex: 0 0 53%; max-width: 53%; display: inline-block; width: 53%; } .common-not-home .header-main_area-2 .custom-setting_col { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; display: inline-block; width: 25%; } .common-not-home .header-main_area .custom-search_col { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; } }
0.33546
0.050705
html { height: 100%; } body { height: 100%; margin: 0; background: linear-gradient(#ff9224, #ff6f1f) no-repeat fixed; font-family: Arial, Helvetica, sans-serif; } header{ text-align: center; } header h1{ color: #ffffff; width: 300px; height: 110px; display: inline-block; background: url("book.png") no-repeat; background-size: 150px; } header h1:hover{ /*Animation. Because I am funny*/ animation-duration: 5s; animation-iteration-count: infinite; animation-name: shaking-logo; } .book-list { display: flex; flex-wrap: wrap; justify-content: center; } .book { color: #444; width: 20%; margin: 10px; padding: 20px; background-color: white; border-radius: 3px; box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 6px rgba(0, 0, 0, .12); transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1); cursor: pointer; } .book:hover { box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19); } .book-title, .book-author, .book-isbn{ word-wrap:break-word; } .book-title{ border-bottom: 1px #e8e8e8 solid; margin-top:0; } .book-search{ text-align: center; margin-bottom: 10px; } .book-search .search-field{ height: 20px; border: none; margin: 1px; padding: 5px; -webkit-appearance: none; } .book-search .search-field:focus, .book-search .search-button:focus{ outline: none; } .book-search .search-button{ height: 20px; border: none; margin: 1px; color: #ff6f1f; background-color: white; } .book-search .search-button:hover{ color: white; background-color: #444; cursor: pointer; } @keyframes shaking-logo { 2% { transform: translate(0, 1.5px) rotate(1.5deg); } 4% { transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { transform: translate(0, 2.5px) rotate(1.5deg); } 12% { transform: translate(0, -0.5px) rotate(1.5deg); } 14% { transform: translate(0, -1.5px) rotate(1.5deg); } 16% { transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { transform: translate(0, -1.5px) rotate(2.5deg); } 22% { transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { transform: translate(0, 1.5px) rotate(1.5deg); } 26% { transform: translate(0, 0.5px) rotate(0.5deg); } 28% { transform: translate(0, 0.5px) rotate(1.5deg); } 30% { transform: translate(0, -0.5px) rotate(2.5deg); } 32% { transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { transform: translate(0, -1.5px) rotate(2.5deg); } 38% { transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { transform: translate(0, -0.5px) rotate(2.5deg); } 42% { transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { transform: translate(0, 1.5px) rotate(0.5deg); } 46% { transform: translate(0, -1.5px) rotate(2.5deg); } 48% { transform: translate(0, -0.5px) rotate(0.5deg); } 50% { transform: translate(0, 0.5px) rotate(0.5deg); } 52% { transform: translate(0, 2.5px) rotate(2.5deg); } 54% { transform: translate(0, -1.5px) rotate(1.5deg); } 56% { transform: translate(0, 2.5px) rotate(2.5deg); } 58% { transform: translate(0, 0.5px) rotate(2.5deg); } 60% { transform: translate(0, 2.5px) rotate(2.5deg); } 62% { transform: translate(0, -0.5px) rotate(2.5deg); } 64% { transform: translate(0, -0.5px) rotate(1.5deg); } 66% { transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { transform: translate(0, 1.5px) rotate(0.5deg); } 72% { transform: translate(0, 2.5px) rotate(1.5deg); } 74% { transform: translate(0, -0.5px) rotate(0.5deg); } 76% { transform: translate(0, -0.5px) rotate(2.5deg); } 78% { transform: translate(0, -0.5px) rotate(1.5deg); } 80% { transform: translate(0, 1.5px) rotate(1.5deg); } 82% { transform: translate(0, -0.5px) rotate(0.5deg); } 84% { transform: translate(0, 1.5px) rotate(2.5deg); } 86% { transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { transform: translate(0, -0.5px) rotate(2.5deg); } 90% { transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { transform: translate(0, 2.5px) rotate(0.5deg); } 96% { transform: translate(0, -0.5px) rotate(1.5deg); } 98% { transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { transform: translate(0, 0) rotate(0); } }
src/main/webapp/style.css
html { height: 100%; } body { height: 100%; margin: 0; background: linear-gradient(#ff9224, #ff6f1f) no-repeat fixed; font-family: Arial, Helvetica, sans-serif; } header{ text-align: center; } header h1{ color: #ffffff; width: 300px; height: 110px; display: inline-block; background: url("book.png") no-repeat; background-size: 150px; } header h1:hover{ /*Animation. Because I am funny*/ animation-duration: 5s; animation-iteration-count: infinite; animation-name: shaking-logo; } .book-list { display: flex; flex-wrap: wrap; justify-content: center; } .book { color: #444; width: 20%; margin: 10px; padding: 20px; background-color: white; border-radius: 3px; box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 6px rgba(0, 0, 0, .12); transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1); cursor: pointer; } .book:hover { box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19); } .book-title, .book-author, .book-isbn{ word-wrap:break-word; } .book-title{ border-bottom: 1px #e8e8e8 solid; margin-top:0; } .book-search{ text-align: center; margin-bottom: 10px; } .book-search .search-field{ height: 20px; border: none; margin: 1px; padding: 5px; -webkit-appearance: none; } .book-search .search-field:focus, .book-search .search-button:focus{ outline: none; } .book-search .search-button{ height: 20px; border: none; margin: 1px; color: #ff6f1f; background-color: white; } .book-search .search-button:hover{ color: white; background-color: #444; cursor: pointer; } @keyframes shaking-logo { 2% { transform: translate(0, 1.5px) rotate(1.5deg); } 4% { transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { transform: translate(0, 2.5px) rotate(1.5deg); } 12% { transform: translate(0, -0.5px) rotate(1.5deg); } 14% { transform: translate(0, -1.5px) rotate(1.5deg); } 16% { transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { transform: translate(0, -1.5px) rotate(2.5deg); } 22% { transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { transform: translate(0, 1.5px) rotate(1.5deg); } 26% { transform: translate(0, 0.5px) rotate(0.5deg); } 28% { transform: translate(0, 0.5px) rotate(1.5deg); } 30% { transform: translate(0, -0.5px) rotate(2.5deg); } 32% { transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { transform: translate(0, -1.5px) rotate(2.5deg); } 38% { transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { transform: translate(0, -0.5px) rotate(2.5deg); } 42% { transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { transform: translate(0, 1.5px) rotate(0.5deg); } 46% { transform: translate(0, -1.5px) rotate(2.5deg); } 48% { transform: translate(0, -0.5px) rotate(0.5deg); } 50% { transform: translate(0, 0.5px) rotate(0.5deg); } 52% { transform: translate(0, 2.5px) rotate(2.5deg); } 54% { transform: translate(0, -1.5px) rotate(1.5deg); } 56% { transform: translate(0, 2.5px) rotate(2.5deg); } 58% { transform: translate(0, 0.5px) rotate(2.5deg); } 60% { transform: translate(0, 2.5px) rotate(2.5deg); } 62% { transform: translate(0, -0.5px) rotate(2.5deg); } 64% { transform: translate(0, -0.5px) rotate(1.5deg); } 66% { transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { transform: translate(0, 1.5px) rotate(0.5deg); } 72% { transform: translate(0, 2.5px) rotate(1.5deg); } 74% { transform: translate(0, -0.5px) rotate(0.5deg); } 76% { transform: translate(0, -0.5px) rotate(2.5deg); } 78% { transform: translate(0, -0.5px) rotate(1.5deg); } 80% { transform: translate(0, 1.5px) rotate(1.5deg); } 82% { transform: translate(0, -0.5px) rotate(0.5deg); } 84% { transform: translate(0, 1.5px) rotate(2.5deg); } 86% { transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { transform: translate(0, -0.5px) rotate(2.5deg); } 90% { transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { transform: translate(0, 2.5px) rotate(0.5deg); } 96% { transform: translate(0, -0.5px) rotate(1.5deg); } 98% { transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { transform: translate(0, 0) rotate(0); } }
0.619471
0.211967
@CHARSET "ISO-8859-1"; #---------------GENERAL--------------------- {} .ug-manager-outer { position: relative; } .manager_wrapper { min-width: 520px; position: relative; margin: 0px; margin-right:0px; border:1px solid lightgray; } .manager_wrapper.ug-nocats { min-width: 200px; } .manager_wrapper .layout_table { width: 100%; table-collapse: collapse; } .manager_wrapper .layout_table td { background-color: white; } .content_wrapper .manager_shadow_overlay { position: absolute; background: black; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0.05; filter: alpha(opacity=5); } .manager_wrapper .manager_title { font-size: 16px; line-height: 30px; padding-left: 10px; padding-top: 5px; padding-bottom:5px; } .manager_wrapper .manager_buttons { padding-left:20px; padding-right:10px; padding-top:10px; height:43px; background-color:#eee; border-bottom:1px solid lightgray; border-top:1px solid lightgray; } .categories_wrapper .manager_buttons{ border-right:1px solid lightgray; } .manager_wrapper .manager_buttons a { margin-right: 5px; } .manager_wrapper hr { display:none; } .settings_tabs { background-color: #eee; border-top: 1px solid lightgray; border-right: 1px solid lightgray; } .items_wrapper .manager_buttons .ug-button-item.button-disabled { display: none; } .manager_wrapper .categories_wrapper { background-color: #fff; border-left: 1px solid lightgray; } .manager_wrapper .items_wrapper { background-color: #fff; position: relative; overflow: hidden; border-right: 1px solid lightgray; } .categories_wrapper .cats_section { height: 450px; background-color: #F8F8F8; overflow-y: auto; } .categories_wrapper .cat_list_wrapper { position: relative; padding-top: 10px; padding-left: 10px; padding-bottom: 10px; } .categories_wrapper .list_cats { margin: 0px; padding: 0px; } .categories_wrapper .list_cats li { margin: 0px; padding: 5px; margin-top: 10px; width: 162px; display: block; border: 1px solid #BFBFBF; border-radius: 3px; background-color: #F0F0F0; width: 178px; height: 20px; color: #333333; text-align: left; font-weight: bold; box-shadow: 1px 2px 2px rgba(0,0,0,0.1); box-sizing: content-box; } .list_cats li.item-hover { background-color:#D9E6F9; } .list_cats li span { display: block; padding-left: 6px; padding-top: 2px; white-space: nowrap; overflow: hidden; } .list_cats li.selected-item { background-color:#BCD2F4; border-color:#96B9EE; } .status_line { clear: both; width: 100%; height: 48px; border-top: 1px solid lightgray; background-color: #eee; border-top: none; } .status_line .status_text { display: block; padding-top: 14px; } .status_line .status_text_wrapper { height: 30px; float: left; } .status_line .status_operations { float: left; width: 400px; padding-top: 3px; } .status_line .status_num_selected { float: left; line-height: 41px; } .item_operations_wrapper { float: left; margin-left: 15px; margin-top: 4px; } .item_operations_wrapper select { width: auto; display: inline; } .item_operations_wrapper select { margin: 0px; margin-right: 3px; } .status_loader_wrapper { margin-left: 10px; width: 16px; height: 16px; float: left; margin-top: 15px; } .status_loader { width: 16px; height: 16px; background-image: url('../images/loader-status.gif'); } .dialog_edit_category_inner { padding-top: 20px; padding-bottom: 20px; } .shadow_bar { position: absolute; top: 1px; left: 1px; width: 100%; height: 100%; z-index: 10002; background-color: #ffffff; opacity: 0; filter: alpha(opacity=0); } .select_bar { border: 1px solid black; position: absolute; z-index: 10003; } .um-sortby-wrapper{ float:right; margin-right:10px; } .um-sortby-wrapper span{ font-size:14px; font-weight:normal; } .um-sortby-wrapper select{ padding:2px; margin:0px; font-weight:normal; } #---------------ITEMS-LIST---------------------- {} #dialog_edit_item .dialog_edit_item_content { margin-top: 10px; margin-bottom: 10px; min-height: 360px; } #dialog_edit_item #dialog_edit_item_loader { margin-top: 10px; margin-bottom: 10px; width: 200px; height: 30px; position: absolute; top: 20px; left: 10px; } .items_outer { margin: 0px; padding: 0px; overflow-y: auto; overflow-x: none; background-color: #ffffff; } .items_list_wrapper { margin: 0px; xbackground-color: green; position: relative; overflow: hidden; } .items_list_wrapper .items_loader { padding-top: 20px; padding-left: 10px; font-size: 18px; padding-bottom: 10px; } .items_list_wrapper .icon_drag { width: 24px; height: 24px; background-image: url('../images/icon_drag.png'); z-index: 1000; position: absolute; } .items_list_wrapper .icon_notdrag { width: 22px; height: 22px; background-image: url('../images/icon_notdrag.png'); z-index: 1000; position: absolute; } .items_wrapper .drag_indicator { width: 120px; height: 30px; border: 1px solid #B4B0B0; background-color: rgba(255,255,255,0.85); position: absolute; z-index: 1001; text-align: center; line-height: 30px; overflow: hidden; font-size: 16px; color: #484646; box-shadow: 1px 2px 2px rgba(0,0,0,0.1); } .items_list_wrapper .no_items_text { font-size: 18px; margin-top: 20px; margin-left: 10px; } .ug-list-items { padding: 0px; margin: 0px; } #---------------ITEMS-LIST-INLINE---------------------- {} .ug-list-items li{ width:130px; height:100px; border:1px solid #BFBFBF; background-color:#F0F0F0; position:absolute; box-shadow:1px 2px 2px rgba(0,0,0,0.1); border-radius:3px; overflow:hidden; box-sizing: content-box; } .ug-list-items li.item-hover{ background-color:#D9E6F9; } .ug-list-items li.item-selected{ xbackground-color:#BCD2F4; background-color:#E2F34B; border-color:#96B9EE; xcursor:default; } .ug-list-items li .ug-item-title{ text-align:center; overflow:hidden; font-weight:bold; padding-top:2px; padding-bottom:2px; white-space: nowrap; margin-left:4px; margin-right:4px; height:14px; font-family:Arial,'Helvetica','sans-serif'; line-height:none; color:#000000; box-sizing: content-box; } .ug-list-items li.item-selected .ug-item-title{ background-color:#F6FBC7; } .ug-list-items li .ug-item-image{ overflow:hidden; background-color:#E7E7E7; margin:0px auto; height:69px; margin-top:4px; width:122px; background-size:cover; background-position:center center; } .ug-list-items li .ug-item-icon{ position:absolute; bottom:-2px; right:-2px; width:32px; height:32px; } #---------------ITEMS-LIST-ICONS---------------------- {} .ug-item-icon{ background-repeat: no-repeat; } .ug-list-items li.item_type_youtube .ug-item-icon { background-image: url('../images/icon_youtube_32.png'); } .ug-list-items li.item_type_vimeo .ug-item-icon { background-image: url('../images/icon_vimeo_32.png'); } .ug-list-items li.item_type_wistia .ug-item-icon { background-image: url('../images/icon_wistia_32.png'); } .ug-list-items li.item_type_html5video .ug-item-icon { background-image: url('../images/icon_html5video_32.png'); bottom: -3px; right: -3px; } #---------------FILTERS---------------------- {} .ug-items-filters {} .ug-items-filters .ug-filters-set-title { float: left; font-size: 14px; font-weight: bold; padding-top:18px; padding-left:20px; } .ug-items-filters .ug-filters-set { padding-left: 10px; float: left; } .ug-items-filters .ug-filters-set a { text-decoration: none; color: #aaa; padding: 15px 20px; display:inline-block; border-top:3px solid transparent; } .ug-items-filters .ug-filters-set a:first-child { margin-left: 0px; } .ug-items-filters .ug-filters-set a.ug-active { color:#333; border-top:3px solid #0087FF; }
store/wp-content/plugins/unitegallery/css/unitegallery_manager.css
@CHARSET "ISO-8859-1"; #---------------GENERAL--------------------- {} .ug-manager-outer { position: relative; } .manager_wrapper { min-width: 520px; position: relative; margin: 0px; margin-right:0px; border:1px solid lightgray; } .manager_wrapper.ug-nocats { min-width: 200px; } .manager_wrapper .layout_table { width: 100%; table-collapse: collapse; } .manager_wrapper .layout_table td { background-color: white; } .content_wrapper .manager_shadow_overlay { position: absolute; background: black; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0.05; filter: alpha(opacity=5); } .manager_wrapper .manager_title { font-size: 16px; line-height: 30px; padding-left: 10px; padding-top: 5px; padding-bottom:5px; } .manager_wrapper .manager_buttons { padding-left:20px; padding-right:10px; padding-top:10px; height:43px; background-color:#eee; border-bottom:1px solid lightgray; border-top:1px solid lightgray; } .categories_wrapper .manager_buttons{ border-right:1px solid lightgray; } .manager_wrapper .manager_buttons a { margin-right: 5px; } .manager_wrapper hr { display:none; } .settings_tabs { background-color: #eee; border-top: 1px solid lightgray; border-right: 1px solid lightgray; } .items_wrapper .manager_buttons .ug-button-item.button-disabled { display: none; } .manager_wrapper .categories_wrapper { background-color: #fff; border-left: 1px solid lightgray; } .manager_wrapper .items_wrapper { background-color: #fff; position: relative; overflow: hidden; border-right: 1px solid lightgray; } .categories_wrapper .cats_section { height: 450px; background-color: #F8F8F8; overflow-y: auto; } .categories_wrapper .cat_list_wrapper { position: relative; padding-top: 10px; padding-left: 10px; padding-bottom: 10px; } .categories_wrapper .list_cats { margin: 0px; padding: 0px; } .categories_wrapper .list_cats li { margin: 0px; padding: 5px; margin-top: 10px; width: 162px; display: block; border: 1px solid #BFBFBF; border-radius: 3px; background-color: #F0F0F0; width: 178px; height: 20px; color: #333333; text-align: left; font-weight: bold; box-shadow: 1px 2px 2px rgba(0,0,0,0.1); box-sizing: content-box; } .list_cats li.item-hover { background-color:#D9E6F9; } .list_cats li span { display: block; padding-left: 6px; padding-top: 2px; white-space: nowrap; overflow: hidden; } .list_cats li.selected-item { background-color:#BCD2F4; border-color:#96B9EE; } .status_line { clear: both; width: 100%; height: 48px; border-top: 1px solid lightgray; background-color: #eee; border-top: none; } .status_line .status_text { display: block; padding-top: 14px; } .status_line .status_text_wrapper { height: 30px; float: left; } .status_line .status_operations { float: left; width: 400px; padding-top: 3px; } .status_line .status_num_selected { float: left; line-height: 41px; } .item_operations_wrapper { float: left; margin-left: 15px; margin-top: 4px; } .item_operations_wrapper select { width: auto; display: inline; } .item_operations_wrapper select { margin: 0px; margin-right: 3px; } .status_loader_wrapper { margin-left: 10px; width: 16px; height: 16px; float: left; margin-top: 15px; } .status_loader { width: 16px; height: 16px; background-image: url('../images/loader-status.gif'); } .dialog_edit_category_inner { padding-top: 20px; padding-bottom: 20px; } .shadow_bar { position: absolute; top: 1px; left: 1px; width: 100%; height: 100%; z-index: 10002; background-color: #ffffff; opacity: 0; filter: alpha(opacity=0); } .select_bar { border: 1px solid black; position: absolute; z-index: 10003; } .um-sortby-wrapper{ float:right; margin-right:10px; } .um-sortby-wrapper span{ font-size:14px; font-weight:normal; } .um-sortby-wrapper select{ padding:2px; margin:0px; font-weight:normal; } #---------------ITEMS-LIST---------------------- {} #dialog_edit_item .dialog_edit_item_content { margin-top: 10px; margin-bottom: 10px; min-height: 360px; } #dialog_edit_item #dialog_edit_item_loader { margin-top: 10px; margin-bottom: 10px; width: 200px; height: 30px; position: absolute; top: 20px; left: 10px; } .items_outer { margin: 0px; padding: 0px; overflow-y: auto; overflow-x: none; background-color: #ffffff; } .items_list_wrapper { margin: 0px; xbackground-color: green; position: relative; overflow: hidden; } .items_list_wrapper .items_loader { padding-top: 20px; padding-left: 10px; font-size: 18px; padding-bottom: 10px; } .items_list_wrapper .icon_drag { width: 24px; height: 24px; background-image: url('../images/icon_drag.png'); z-index: 1000; position: absolute; } .items_list_wrapper .icon_notdrag { width: 22px; height: 22px; background-image: url('../images/icon_notdrag.png'); z-index: 1000; position: absolute; } .items_wrapper .drag_indicator { width: 120px; height: 30px; border: 1px solid #B4B0B0; background-color: rgba(255,255,255,0.85); position: absolute; z-index: 1001; text-align: center; line-height: 30px; overflow: hidden; font-size: 16px; color: #484646; box-shadow: 1px 2px 2px rgba(0,0,0,0.1); } .items_list_wrapper .no_items_text { font-size: 18px; margin-top: 20px; margin-left: 10px; } .ug-list-items { padding: 0px; margin: 0px; } #---------------ITEMS-LIST-INLINE---------------------- {} .ug-list-items li{ width:130px; height:100px; border:1px solid #BFBFBF; background-color:#F0F0F0; position:absolute; box-shadow:1px 2px 2px rgba(0,0,0,0.1); border-radius:3px; overflow:hidden; box-sizing: content-box; } .ug-list-items li.item-hover{ background-color:#D9E6F9; } .ug-list-items li.item-selected{ xbackground-color:#BCD2F4; background-color:#E2F34B; border-color:#96B9EE; xcursor:default; } .ug-list-items li .ug-item-title{ text-align:center; overflow:hidden; font-weight:bold; padding-top:2px; padding-bottom:2px; white-space: nowrap; margin-left:4px; margin-right:4px; height:14px; font-family:Arial,'Helvetica','sans-serif'; line-height:none; color:#000000; box-sizing: content-box; } .ug-list-items li.item-selected .ug-item-title{ background-color:#F6FBC7; } .ug-list-items li .ug-item-image{ overflow:hidden; background-color:#E7E7E7; margin:0px auto; height:69px; margin-top:4px; width:122px; background-size:cover; background-position:center center; } .ug-list-items li .ug-item-icon{ position:absolute; bottom:-2px; right:-2px; width:32px; height:32px; } #---------------ITEMS-LIST-ICONS---------------------- {} .ug-item-icon{ background-repeat: no-repeat; } .ug-list-items li.item_type_youtube .ug-item-icon { background-image: url('../images/icon_youtube_32.png'); } .ug-list-items li.item_type_vimeo .ug-item-icon { background-image: url('../images/icon_vimeo_32.png'); } .ug-list-items li.item_type_wistia .ug-item-icon { background-image: url('../images/icon_wistia_32.png'); } .ug-list-items li.item_type_html5video .ug-item-icon { background-image: url('../images/icon_html5video_32.png'); bottom: -3px; right: -3px; } #---------------FILTERS---------------------- {} .ug-items-filters {} .ug-items-filters .ug-filters-set-title { float: left; font-size: 14px; font-weight: bold; padding-top:18px; padding-left:20px; } .ug-items-filters .ug-filters-set { padding-left: 10px; float: left; } .ug-items-filters .ug-filters-set a { text-decoration: none; color: #aaa; padding: 15px 20px; display:inline-block; border-top:3px solid transparent; } .ug-items-filters .ug-filters-set a:first-child { margin-left: 0px; } .ug-items-filters .ug-filters-set a.ug-active { color:#333; border-top:3px solid #0087FF; }
0.35869
0.055464
*{ font-family: Inter; outline: none; color: #FFFFFF; font-style: normal; font-weight: normal; font-size: 20px; box-sizing: border-box; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body{ background: #141416; display: flex; flex-direction: column; } header { width: 100%; height: 10%; } #logo-main{ position: absolute; width: 281px; height: 55px; left: 30px; top: 20px; } #menu { position: absolute; width: 35px; height: 21px; right: 30px; top: 32px; cursor: pointer; } #options, #options-two, #options-four{ cursor: pointer; } /* #coin-info-conteiner{ width: 60%; height: 45%; } */ #line-one{ position: absolute; left: 36px; top: 140px; } #options { position: absolute; width: 33px; height: 5px; left: 418px; top: 120px; } #coin, #current{ width: 40%; } #coin-title{ position: absolute; width: 43px; height: 24px; left: 35px; top: 90px; } #current-title{ position: absolute; width: 72px; height: 24px; left: 503px; top: 90px; } #line-two{ position: absolute; left: 503px; top: 140px; } #date{ position: absolute; width: 182px; height: 24px; left: 100px; top: -3px; text-align: center; color: #dcd4d4; } #value-coin{ position: absolute; width: 350px; height: 73px; left: 20px; top: 5px; font-size: 60px; line-height: 73px; text-align: center; } #conversion{ position: absolute; width: 300px; height: 24px; left: 50px; top: 123px; text-align: center; font-size: 15px; color: #dcd4d4; } #minimum{ position: absolute; width: 200px; height: 18px; left: 32px; top: 170px; font-size: 15px; line-height: 18px; color: #dcd4d4; } #maximum{ position: absolute; width: 200px; height: 18px; left: 250px; top: 169px; font-size: 15px; color: #dcd4d4; } #options-two{ position: absolute; width: 33px; height: 5px; left: 885px; top: 120px; } #options-coin{ position: absolute; width: 385px; height: 134px; left: 51px; top: 163px; border: none; box-sizing: border-box; border-radius: 20px; font-size: 50px; color: #FFFFFF; background: url('../images/seta.png') no-repeat #1F1F21; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-position: 330px center; padding:13px 20px 13px 30px; text-indent: 0.01px; text-overflow: ""; cursor: pointer; } #line-three{ position: absolute; left: 36px; top: 378px; } #display{ position: absolute; width: 385px; height: 177px; left: 519px; top: 163px; background: #1F1F21; border-radius: 20px; overflow: hidden; } input { padding-left: 20px; padding-right: 20px; cursor: pointer; } #hour{ position: absolute; width: 52px; height: 15px; left: 170px; top: 28px; font-family: Inter; font-style: normal; font-weight: normal; font-size: 12px; line-height: 15px; text-align: center; color: #C1B4B4; } #initial-date{ position: absolute; width: 231px; height: 45px; left: 36px; top: 395px; font-size: 15px; background: #474545; border-radius: 10px; border: none; color: #FFFFFF; opacity: 0.8; } #line { position: absolute; width: 66.11px; height: 0px; left: 294px; top: 415px; border: 1px solid #FFF9F9; border-radius: 10px; opacity: 0.6; } #final-date{ position: absolute; width: 231px; height: 45px; left: 385px; top: 395px; font-size: 15px; background: #474545; border: none; border-radius: 10px; color: #FFFFFF; opacity: 0.8; } #btn-search{ position: absolute; width: 230px; height: 45px; left: 663px; top: 395px; background: #EC4F2B; border-radius: 10px; color: #FFFFFF; border: none; font-size: 25px; cursor: pointer; } #btn-search:hover{ background: #b63b1f; } #search-result{ position: absolute; left: 36px; top: 507px; } #show-values { position: absolute; width: 870px; height: 150px; left: 00px; top: -50px; background: #1F1F21; border-radius: 10px; padding-bottom: 10px; text-align: left; display: flex; flex-direction: column; justify-content: space-between; padding-top: 10px; } #show-values div{ display: flex; justify-content: space-evenly; } #search-result div p{ margin: 0; text-align: left; padding-top: 12px; } #show-values{ overflow:auto; } #show-values::-webkit-scrollbar { width: 12px; } #show-values::-webkit-scrollbar-track { background: #1F1F21; border-radius: 20px; } #show-values::-webkit-scrollbar-thumb { background-color: #141416; border-radius: 20px; border: 3px solid #474545; } #currency-values{ position: absolute; width: 25%; height: 24px; left: 977px; top: 91px; } #line-four{ position: absolute; top:51px; width: 95%; } #options-four{ position: absolute; right: 18px; top: 30px; } #space-one { position: absolute; width: 290px; height: 45px; left: 993px; top: 165px; background: #1F1F21; border-radius: 10px; padding: 10px 0 0 10px; color: #bfbebe; } #space-two{ position: absolute; width: 290px; height: 45px; left: 994px; top: 228px; background: #1F1F21; border-radius: 10px; padding: 10px 0 0 10px; color: #bfbebe; } #space-three { position: absolute; width: 290px; height: 45px; left: 994px; top: 294px; background: #1F1F21; border-radius: 10px; padding: 10px 0 0 10px; color: #bfbebe; } #green-marker, #yellow-marker, #pink-marker{ position: absolute; width: 17px; height: 17px; border-radius: 30px; left: 252px; } #green-marker{ top: 15px; background: #14FFAA; } #yellow-marker{ top: 15px; background: #E7A600; } #pink-marker{ top: 15px; background: #EF526E; } #title-graph{ position: absolute; width: 111px; height: 36px; left: 993px; top: 415px; font-family: Inter; font-style: normal; font-weight: normal; font-size: 25px; line-height: 36px; color: #FE6A48; } #graphic{ position: absolute; width: 300px; height: 124px; left: 994px; top: 480px; background: #1F1F21; border-radius: 10px; } #graphic-header{ position: absolute; width: 300px; height: 22px; left: 000px; top:0px; background: #474545; border-top-left-radius: 5px; border-top-right-radius: 5px; } #graphic-images{ width: 300px; opacity: 0.7; cursor: pointer; } #graphic-images:hover{ opacity: 1; }
spotcash/css/style.css
*{ font-family: Inter; outline: none; color: #FFFFFF; font-style: normal; font-weight: normal; font-size: 20px; box-sizing: border-box; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body{ background: #141416; display: flex; flex-direction: column; } header { width: 100%; height: 10%; } #logo-main{ position: absolute; width: 281px; height: 55px; left: 30px; top: 20px; } #menu { position: absolute; width: 35px; height: 21px; right: 30px; top: 32px; cursor: pointer; } #options, #options-two, #options-four{ cursor: pointer; } /* #coin-info-conteiner{ width: 60%; height: 45%; } */ #line-one{ position: absolute; left: 36px; top: 140px; } #options { position: absolute; width: 33px; height: 5px; left: 418px; top: 120px; } #coin, #current{ width: 40%; } #coin-title{ position: absolute; width: 43px; height: 24px; left: 35px; top: 90px; } #current-title{ position: absolute; width: 72px; height: 24px; left: 503px; top: 90px; } #line-two{ position: absolute; left: 503px; top: 140px; } #date{ position: absolute; width: 182px; height: 24px; left: 100px; top: -3px; text-align: center; color: #dcd4d4; } #value-coin{ position: absolute; width: 350px; height: 73px; left: 20px; top: 5px; font-size: 60px; line-height: 73px; text-align: center; } #conversion{ position: absolute; width: 300px; height: 24px; left: 50px; top: 123px; text-align: center; font-size: 15px; color: #dcd4d4; } #minimum{ position: absolute; width: 200px; height: 18px; left: 32px; top: 170px; font-size: 15px; line-height: 18px; color: #dcd4d4; } #maximum{ position: absolute; width: 200px; height: 18px; left: 250px; top: 169px; font-size: 15px; color: #dcd4d4; } #options-two{ position: absolute; width: 33px; height: 5px; left: 885px; top: 120px; } #options-coin{ position: absolute; width: 385px; height: 134px; left: 51px; top: 163px; border: none; box-sizing: border-box; border-radius: 20px; font-size: 50px; color: #FFFFFF; background: url('../images/seta.png') no-repeat #1F1F21; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-position: 330px center; padding:13px 20px 13px 30px; text-indent: 0.01px; text-overflow: ""; cursor: pointer; } #line-three{ position: absolute; left: 36px; top: 378px; } #display{ position: absolute; width: 385px; height: 177px; left: 519px; top: 163px; background: #1F1F21; border-radius: 20px; overflow: hidden; } input { padding-left: 20px; padding-right: 20px; cursor: pointer; } #hour{ position: absolute; width: 52px; height: 15px; left: 170px; top: 28px; font-family: Inter; font-style: normal; font-weight: normal; font-size: 12px; line-height: 15px; text-align: center; color: #C1B4B4; } #initial-date{ position: absolute; width: 231px; height: 45px; left: 36px; top: 395px; font-size: 15px; background: #474545; border-radius: 10px; border: none; color: #FFFFFF; opacity: 0.8; } #line { position: absolute; width: 66.11px; height: 0px; left: 294px; top: 415px; border: 1px solid #FFF9F9; border-radius: 10px; opacity: 0.6; } #final-date{ position: absolute; width: 231px; height: 45px; left: 385px; top: 395px; font-size: 15px; background: #474545; border: none; border-radius: 10px; color: #FFFFFF; opacity: 0.8; } #btn-search{ position: absolute; width: 230px; height: 45px; left: 663px; top: 395px; background: #EC4F2B; border-radius: 10px; color: #FFFFFF; border: none; font-size: 25px; cursor: pointer; } #btn-search:hover{ background: #b63b1f; } #search-result{ position: absolute; left: 36px; top: 507px; } #show-values { position: absolute; width: 870px; height: 150px; left: 00px; top: -50px; background: #1F1F21; border-radius: 10px; padding-bottom: 10px; text-align: left; display: flex; flex-direction: column; justify-content: space-between; padding-top: 10px; } #show-values div{ display: flex; justify-content: space-evenly; } #search-result div p{ margin: 0; text-align: left; padding-top: 12px; } #show-values{ overflow:auto; } #show-values::-webkit-scrollbar { width: 12px; } #show-values::-webkit-scrollbar-track { background: #1F1F21; border-radius: 20px; } #show-values::-webkit-scrollbar-thumb { background-color: #141416; border-radius: 20px; border: 3px solid #474545; } #currency-values{ position: absolute; width: 25%; height: 24px; left: 977px; top: 91px; } #line-four{ position: absolute; top:51px; width: 95%; } #options-four{ position: absolute; right: 18px; top: 30px; } #space-one { position: absolute; width: 290px; height: 45px; left: 993px; top: 165px; background: #1F1F21; border-radius: 10px; padding: 10px 0 0 10px; color: #bfbebe; } #space-two{ position: absolute; width: 290px; height: 45px; left: 994px; top: 228px; background: #1F1F21; border-radius: 10px; padding: 10px 0 0 10px; color: #bfbebe; } #space-three { position: absolute; width: 290px; height: 45px; left: 994px; top: 294px; background: #1F1F21; border-radius: 10px; padding: 10px 0 0 10px; color: #bfbebe; } #green-marker, #yellow-marker, #pink-marker{ position: absolute; width: 17px; height: 17px; border-radius: 30px; left: 252px; } #green-marker{ top: 15px; background: #14FFAA; } #yellow-marker{ top: 15px; background: #E7A600; } #pink-marker{ top: 15px; background: #EF526E; } #title-graph{ position: absolute; width: 111px; height: 36px; left: 993px; top: 415px; font-family: Inter; font-style: normal; font-weight: normal; font-size: 25px; line-height: 36px; color: #FE6A48; } #graphic{ position: absolute; width: 300px; height: 124px; left: 994px; top: 480px; background: #1F1F21; border-radius: 10px; } #graphic-header{ position: absolute; width: 300px; height: 22px; left: 000px; top:0px; background: #474545; border-top-left-radius: 5px; border-top-right-radius: 5px; } #graphic-images{ width: 300px; opacity: 0.7; cursor: pointer; } #graphic-images:hover{ opacity: 1; }
0.399812
0.064359
.globalLinkStyle { color:#ffff66; z-index: 5; } .bg-purp { background-color: #662D91; opacity: 0.9; } .dropdown-menu { z-index: 9; } #selectedProject { position: relative; z-index: 2; } .txt-rotate { color: #ffff66; } .formCol { color: red; } .workSubhead { opacity: 0.7; } .topSubhead { opacity: 0.8; width: 70%; line-height: 150%; font-size: 1.1em; } .top { padding-top: 125px; padding-bottom: 125px; margin-top: auto; margin-bottom: auto; color: white; position: relative; z-index: -9; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#662d91+0,872793+100 */ background: rgb(102,45,145); /* Old browsers */ background: -moz-linear-gradient(top, rgba(102,45,145,1) 0%, rgba(135,39,147,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(102,45,145,1) 0%,rgba(135,39,147,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(102,45,145,1) 0%,rgba(135,39,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#872793',GradientType=0 ); /* IE6-9 */ } /* THIS IS THE DIVIDER FOR THE HOMEPAGE TOP */ /*.top::after { background: inherit; bottom: 0; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; transform: skewY(1.8deg); transform-origin: 0%; z-index: -1; }*/ .frontRow { position: relative; z-index: 12; } .folioTitle { padding-top: 15px; opacity: 0.9; line-height: 90%; } .folioSub { opacity: 0.7; } .downArrow { font-size: 3.3em; position: relative; bottom: -80px; opacity: 0.5; } #folio { padding: 100px 0px 0px 0px; /* background-color: #D1C4E9; */ background: rgba(209,196,233,1); background: -moz-linear-gradient(top, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,196,233,1)), color-stop(100%, rgba(255,255,230,1))); background: -webkit-linear-gradient(top, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); background: -o-linear-gradient(top, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); background: -ms-linear-gradient(top, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); background: linear-gradient(to bottom, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1c4e9', endColorstr='#ffffe6', GradientType=0 ); } /* #fade1 { width: 100%; height: 12px; background: rgba(255,255,255,1); background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(64,64,64,1))); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#404040', GradientType=0 ); } */ .box1 { z-index: 2; } /*********************** Index Page Image Effect Begins *******************/ .box1 img,.box1:after,.box1:before{width:100%;transition:all .3s ease 0s} .box1 .icon,.box2,.box3,.box4,.box5 .icon li a{text-align:center} .box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{content:""} .box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box21,.box3,.box4,.box5,.box5 .icon li a,.box6,.box7,.box8{overflow:hidden} .box1 .title,.box10 .title,.box4 .title,.box7 .title{letter-spacing:1px} .box3 .post,.box4 .post,.box5 .post,.box7 .post{font-style:italic} body{background-color:#2F4F4F} .mt-30{margin-top:30px} .mt-40{margin-top:40px} .mb-30{margin-bottom:30px} .box1 .icon,.box1 .title{margin:0;position:absolute} .box1{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative} .box1:after,.box1:before{height:50%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;z-index:1;transform-origin:100% 0;transform:rotateZ(90deg)} .box1:after{top:auto;bottom:0;transform-origin:0 100%} .box1:hover:after,.box1:hover:before{transform:rotateZ(0)} .box1 img{height:auto;transform:scale(1) rotate(0)} .box1:hover img{filter:sepia(80%);transform:scale(1.3) rotate(10deg)} .box1 .title{font-size:19px;font-weight:600;color:#fff;text-transform:uppercase;text-shadow:0 0 1px #004cbf;top:80%;left:10%;opacity:0;z-index:2;transform:scale(0);transition:all .5s ease .2s} .box1:hover .title{opacity:1;transform:scale(1)} .box1 .icon{padding:7px 5px;list-style:none;background:#004cbf;border-radius:0 0 0 10px;top:-100%;right:0;z-index:2;transition:all .3s ease .2s} .box1:hover .icon{top:0} .box1 .icon li{display:block;margin:10px 0} .box1 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:10px;font-size:18px;color:#fff;transition:all .3s ease 0s} .box2 .icon li a,.box3 .icon a:hover,.box4 .icon li a:hover,.box5 .icon li a,.box6 .icon li a{border-radius:50%} .box1 .icon li a:hover{color:#fff;box-shadow:0 0 10px #000 inset,0 0 0 3px #fff} @media only screen and (max-width:990px){.box1{margin-bottom:30px} } /********************* Index Page Image Effect Ends *********************/ #brokenPageBG { background-color: white; } .broken { padding-top: 70px; } .submitForms { padding-top: 15px; } #footer { padding-top: 150px; padding-bottom: 150px; margin-top: auto; margin-bottom: auto; background-color: #404040; position: absolute; left: 0; right: 0; width: 100%; z-index: 1; } /*THIS IS THAT ANGLED THING ABOVE THE FOOTER*/ /*#footer::before { background: inherit; top: 0; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; transform: skewY(-1.8deg); transform-origin: 0%; z-index: -1; }*/ .footerHR { width: 50%; background-color: white; opacity: 0.3; } .socialLinks { opacity: 0.8; } .socialLinks a { color: white; } .socialLinks a:hover { color: white; text-decoration: none; opacity: 0.5; } .socialLink { padding-right: 15px; } /* ~**~**~**~*~~*~*~*~ PAGE CONTENT BEGINS *~*~*~**~*~*~~**~*~ */ .projectPageTop { padding: 100px 0px 100px 0px; } .projectLogo { width: 250px; margin-top: auto; margin-bottom: auto; } .projectIntro { padding-top:10%; } .problemStatement { padding: 100px 0px 100px 0px; } .problemRoleSubHead { opacity: 0.8; } .myRole { padding: 100px 0px 100px 0px; position: relative; z-index: 1; } /* .myRole::after { background: inherit; bottom: 0; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; transform: skewY(1.8deg); transform-origin: 0%; z-index: -1; }*/ #pogoIntro { padding-top: 60px; padding-bottom: 150px; } #whatIDidPogo { background-color: white; padding: 100px 0px 100px 0px; } .pogoPass { border-style: solid; border-color: #17a2b8; border-radius: 5px; width: 85%; padding: 20px; padding-top:30px; margin-right: auto; margin-left: auto; } .personas { } .userResearch { } #pogoUserResearchParallax { /* The image used */ background-image: url("../img/pogo/adult-affection-baby-302083.jpg"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .overlayParallax { font-size: 8em; opacity: 0.7; } #pogoBenchmarkParallax { /* The image used */ background-image: url("../img/pogo/pogo-benchmark-sites.png"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } #pogoWorkParallax { /* The image used */ background-image: url("https://images.pexels.com/photos/196644/pexels-photo-196644.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* *~*~**~*~*~~**~~ RISE WORK ~*~*~*~*~*~*~*~*~~ */ #riseIntro { padding-top: 60px; padding-bottom: 150px; } #riseUserResearchParallax { /* The image used */ background-image: url("../img/rise/rise-to-power-logo-tall.jpg"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } #whatIDidRise { background-color: white; padding: 100px 0px 100px 0px; } #riseMappingParallax { /* The image used */ background-image: url("../img/rise/murderBoard.jpg"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } #mappingRise { background-color: white; padding: 100px 0px 100px 0px; } #ndaAlert { width: 50%; margin-left: auto; margin-right: auto; } /* *~*~**~*~*~~**~~ INSTARYDE WORK ~*~*~*~*~*~*~*~*~~ */ #instarydeIntro { padding-top: 60px; padding-bottom: 150px; } .instaRydeMapParallax { /* The image used */ background-image: url("../img/map2.png"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } #instarydeFeatures { padding-top: 100px; padding-bottom: 100px; } .verticalAlign { margin-top: auto; margin-bottom: auto; } #projectSummaryInstaryde { padding-top: 100px; padding-bottom: 150px; } #hakIntro { padding-top: 60px; padding-bottom: 150px; } #hakWork { padding-top: 100px; padding-bottom: 150px; } #hakOther { padding-top: 100px; padding-bottom: 150px; } #projectSummaryHak { padding-top: 60px; padding-bottom: 150px; } #deadApocalypse { padding-top: 100px; } #daAbout { padding-top: 100px; padding-bottom: 100px; } #nextPlease { position: relative; z-index: 1; padding-bottom: 150px; } .next { text-decoration: none; color: black; border-bottom: 6px solid black; transition: background-color 0.6s ease; background-color: ; padding-top: 9px; } .next:hover { background-color: black; color: white; border-radius: 2%; text-decoration: none; } a.nextLinks:hover { text-decoration: none; } #nextPlease::before { background: inherit; top: 0; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; transform: skewY(-1.8deg); transform-origin: 0%; z-index: -1; } .leftBlurb { } .rightBlurb { padding: 25px; margin-top: auto; margin-bottom: auto; box-shadow: 3px 6px; position: relative; z-index:5; background-color: white; border-radius: 5px; -webkit-box-shadow: 10px 10px 12px -7px rgba(51,43,51,1); -moz-box-shadow: 10px 10px 12px -7px rgba(51,43,51,1); box-shadow: 10px 10px 12px -7px rgba(51,43,51,1); } .bullets { font-size: .9em; opacity: 0.9; } #about { height: auto; padding-bottom: 50px; } .iconsAbout { padding-bottom: 20px; max-width: 120px; } #workingWithMe { height: auto; padding-top: 50px; padding-bottom: 50px; } .workingWithMeChunk { padding: 250px 0px 250px 0px; position: relative; z-index: 1; } .workingWithMeSub { width: 45%; font-size: 1.3em; margin-right: auto; margin-left: auto; } #param1 { /* RIGHT BLOCK */ background-color: blue; opacity: 0.3; width: 10%; height: 150px; position: absolute; z-index: -1; left: 67%; top: 35%; } #param2 { /* LEFT BLOCK */ background-color: red; opacity: 0.3; width: 10%; height: 150px; position: absolute; z-index: -1; left: 22%; top: 45%; } #param3 { /* WHITE BLOCK */ background-color: white; width: 50%; height: 150px; position: absolute; z-index: -1; left: 25%; top: 40%; } #creative1 { background-color: red; opacity: 0.5; width: 25px; height: 25px; position: absolute; z-index: -1; border-radius: 50%; left: 30%; top: 30%; } #creative2 { background-color: blue; opacity: 0.4; width: 55px; height: 55px; position: absolute; z-index: -1; border-radius: 50%; left: 40%; top: 20%; } #creative3 { background-color: red; opacity: 0.3; width: 35px; height: 35px; position: absolute; z-index: -1; border-radius: 50%; left: 53%; top: 28%; } #creative4 { background-color: blue; opacity: 0.2; width: 80px; height: 80px; position: absolute; z-index: -1; border-radius: 50%; left: 58%; top: 34%; } #creative5 { background-color: red; opacity: 0.2; width: 125px; height: 125px; position: absolute; z-index: -1; border-radius: 50%; left: 64%; top: 44%; } #access1 { background-color: black; opacity: 0.3; width: 20%; height: 200px; position: absolute; z-index: -1; left: 57%; top: 34%; } #access2 { background-color: black; opacity: 0.4; width: 35%; height: 150px; position: absolute; z-index: -1; left: 25%; top: 37%; } #fast1 { /*Rectangle*/ opacity: 0.5; width: 33%; height: 150px; position: absolute; z-index: -1; left: 32%; top: 37%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+99,000000+99&0+0,0.65+100 */ background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */ } #fast2 {/*circle*/ background-color: #512DA8; width: 150px; height: 150px; position: absolute; border-radius: 50%; z-index: -1; left: 60%; top: 37%; } #skillsAndExperience { height: auto; padding-bottom: 50px; padding-top: 50px; } #recommendations { padding-top: 50px; padding-bottom: 50px; } .recommendationTitle { font-size: .8em; } .recommendationText { opacity: 0.9; font-size: 0.9em; } #services { padding: 100px 0px 100px 0px; height: auto; } .backToTop { color: white; opacity: 0.4; } a.backToTop:visited { color: white; opacity: 0.4; } a.backToTop:hover { color: white; opacity: 0.2; text-decoration: none; } .pogoWork1 { padding-top: 100px; padding-bottom: 100px; }
css/custom.css
.globalLinkStyle { color:#ffff66; z-index: 5; } .bg-purp { background-color: #662D91; opacity: 0.9; } .dropdown-menu { z-index: 9; } #selectedProject { position: relative; z-index: 2; } .txt-rotate { color: #ffff66; } .formCol { color: red; } .workSubhead { opacity: 0.7; } .topSubhead { opacity: 0.8; width: 70%; line-height: 150%; font-size: 1.1em; } .top { padding-top: 125px; padding-bottom: 125px; margin-top: auto; margin-bottom: auto; color: white; position: relative; z-index: -9; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#662d91+0,872793+100 */ background: rgb(102,45,145); /* Old browsers */ background: -moz-linear-gradient(top, rgba(102,45,145,1) 0%, rgba(135,39,147,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(102,45,145,1) 0%,rgba(135,39,147,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(102,45,145,1) 0%,rgba(135,39,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#872793',GradientType=0 ); /* IE6-9 */ } /* THIS IS THE DIVIDER FOR THE HOMEPAGE TOP */ /*.top::after { background: inherit; bottom: 0; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; transform: skewY(1.8deg); transform-origin: 0%; z-index: -1; }*/ .frontRow { position: relative; z-index: 12; } .folioTitle { padding-top: 15px; opacity: 0.9; line-height: 90%; } .folioSub { opacity: 0.7; } .downArrow { font-size: 3.3em; position: relative; bottom: -80px; opacity: 0.5; } #folio { padding: 100px 0px 0px 0px; /* background-color: #D1C4E9; */ background: rgba(209,196,233,1); background: -moz-linear-gradient(top, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,196,233,1)), color-stop(100%, rgba(255,255,230,1))); background: -webkit-linear-gradient(top, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); background: -o-linear-gradient(top, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); background: -ms-linear-gradient(top, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); background: linear-gradient(to bottom, rgba(209,196,233,1) 0%, rgba(255,255,230,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1c4e9', endColorstr='#ffffe6', GradientType=0 ); } /* #fade1 { width: 100%; height: 12px; background: rgba(255,255,255,1); background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(64,64,64,1))); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(64,64,64,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#404040', GradientType=0 ); } */ .box1 { z-index: 2; } /*********************** Index Page Image Effect Begins *******************/ .box1 img,.box1:after,.box1:before{width:100%;transition:all .3s ease 0s} .box1 .icon,.box2,.box3,.box4,.box5 .icon li a{text-align:center} .box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{content:""} .box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box21,.box3,.box4,.box5,.box5 .icon li a,.box6,.box7,.box8{overflow:hidden} .box1 .title,.box10 .title,.box4 .title,.box7 .title{letter-spacing:1px} .box3 .post,.box4 .post,.box5 .post,.box7 .post{font-style:italic} body{background-color:#2F4F4F} .mt-30{margin-top:30px} .mt-40{margin-top:40px} .mb-30{margin-bottom:30px} .box1 .icon,.box1 .title{margin:0;position:absolute} .box1{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative} .box1:after,.box1:before{height:50%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;z-index:1;transform-origin:100% 0;transform:rotateZ(90deg)} .box1:after{top:auto;bottom:0;transform-origin:0 100%} .box1:hover:after,.box1:hover:before{transform:rotateZ(0)} .box1 img{height:auto;transform:scale(1) rotate(0)} .box1:hover img{filter:sepia(80%);transform:scale(1.3) rotate(10deg)} .box1 .title{font-size:19px;font-weight:600;color:#fff;text-transform:uppercase;text-shadow:0 0 1px #004cbf;top:80%;left:10%;opacity:0;z-index:2;transform:scale(0);transition:all .5s ease .2s} .box1:hover .title{opacity:1;transform:scale(1)} .box1 .icon{padding:7px 5px;list-style:none;background:#004cbf;border-radius:0 0 0 10px;top:-100%;right:0;z-index:2;transition:all .3s ease .2s} .box1:hover .icon{top:0} .box1 .icon li{display:block;margin:10px 0} .box1 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:10px;font-size:18px;color:#fff;transition:all .3s ease 0s} .box2 .icon li a,.box3 .icon a:hover,.box4 .icon li a:hover,.box5 .icon li a,.box6 .icon li a{border-radius:50%} .box1 .icon li a:hover{color:#fff;box-shadow:0 0 10px #000 inset,0 0 0 3px #fff} @media only screen and (max-width:990px){.box1{margin-bottom:30px} } /********************* Index Page Image Effect Ends *********************/ #brokenPageBG { background-color: white; } .broken { padding-top: 70px; } .submitForms { padding-top: 15px; } #footer { padding-top: 150px; padding-bottom: 150px; margin-top: auto; margin-bottom: auto; background-color: #404040; position: absolute; left: 0; right: 0; width: 100%; z-index: 1; } /*THIS IS THAT ANGLED THING ABOVE THE FOOTER*/ /*#footer::before { background: inherit; top: 0; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; transform: skewY(-1.8deg); transform-origin: 0%; z-index: -1; }*/ .footerHR { width: 50%; background-color: white; opacity: 0.3; } .socialLinks { opacity: 0.8; } .socialLinks a { color: white; } .socialLinks a:hover { color: white; text-decoration: none; opacity: 0.5; } .socialLink { padding-right: 15px; } /* ~**~**~**~*~~*~*~*~ PAGE CONTENT BEGINS *~*~*~**~*~*~~**~*~ */ .projectPageTop { padding: 100px 0px 100px 0px; } .projectLogo { width: 250px; margin-top: auto; margin-bottom: auto; } .projectIntro { padding-top:10%; } .problemStatement { padding: 100px 0px 100px 0px; } .problemRoleSubHead { opacity: 0.8; } .myRole { padding: 100px 0px 100px 0px; position: relative; z-index: 1; } /* .myRole::after { background: inherit; bottom: 0; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; transform: skewY(1.8deg); transform-origin: 0%; z-index: -1; }*/ #pogoIntro { padding-top: 60px; padding-bottom: 150px; } #whatIDidPogo { background-color: white; padding: 100px 0px 100px 0px; } .pogoPass { border-style: solid; border-color: #17a2b8; border-radius: 5px; width: 85%; padding: 20px; padding-top:30px; margin-right: auto; margin-left: auto; } .personas { } .userResearch { } #pogoUserResearchParallax { /* The image used */ background-image: url("../img/pogo/adult-affection-baby-302083.jpg"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .overlayParallax { font-size: 8em; opacity: 0.7; } #pogoBenchmarkParallax { /* The image used */ background-image: url("../img/pogo/pogo-benchmark-sites.png"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } #pogoWorkParallax { /* The image used */ background-image: url("https://images.pexels.com/photos/196644/pexels-photo-196644.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* *~*~**~*~*~~**~~ RISE WORK ~*~*~*~*~*~*~*~*~~ */ #riseIntro { padding-top: 60px; padding-bottom: 150px; } #riseUserResearchParallax { /* The image used */ background-image: url("../img/rise/rise-to-power-logo-tall.jpg"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } #whatIDidRise { background-color: white; padding: 100px 0px 100px 0px; } #riseMappingParallax { /* The image used */ background-image: url("../img/rise/murderBoard.jpg"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } #mappingRise { background-color: white; padding: 100px 0px 100px 0px; } #ndaAlert { width: 50%; margin-left: auto; margin-right: auto; } /* *~*~**~*~*~~**~~ INSTARYDE WORK ~*~*~*~*~*~*~*~*~~ */ #instarydeIntro { padding-top: 60px; padding-bottom: 150px; } .instaRydeMapParallax { /* The image used */ background-image: url("../img/map2.png"); /* Set a specific height */ height: 250px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } #instarydeFeatures { padding-top: 100px; padding-bottom: 100px; } .verticalAlign { margin-top: auto; margin-bottom: auto; } #projectSummaryInstaryde { padding-top: 100px; padding-bottom: 150px; } #hakIntro { padding-top: 60px; padding-bottom: 150px; } #hakWork { padding-top: 100px; padding-bottom: 150px; } #hakOther { padding-top: 100px; padding-bottom: 150px; } #projectSummaryHak { padding-top: 60px; padding-bottom: 150px; } #deadApocalypse { padding-top: 100px; } #daAbout { padding-top: 100px; padding-bottom: 100px; } #nextPlease { position: relative; z-index: 1; padding-bottom: 150px; } .next { text-decoration: none; color: black; border-bottom: 6px solid black; transition: background-color 0.6s ease; background-color: ; padding-top: 9px; } .next:hover { background-color: black; color: white; border-radius: 2%; text-decoration: none; } a.nextLinks:hover { text-decoration: none; } #nextPlease::before { background: inherit; top: 0; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; transform: skewY(-1.8deg); transform-origin: 0%; z-index: -1; } .leftBlurb { } .rightBlurb { padding: 25px; margin-top: auto; margin-bottom: auto; box-shadow: 3px 6px; position: relative; z-index:5; background-color: white; border-radius: 5px; -webkit-box-shadow: 10px 10px 12px -7px rgba(51,43,51,1); -moz-box-shadow: 10px 10px 12px -7px rgba(51,43,51,1); box-shadow: 10px 10px 12px -7px rgba(51,43,51,1); } .bullets { font-size: .9em; opacity: 0.9; } #about { height: auto; padding-bottom: 50px; } .iconsAbout { padding-bottom: 20px; max-width: 120px; } #workingWithMe { height: auto; padding-top: 50px; padding-bottom: 50px; } .workingWithMeChunk { padding: 250px 0px 250px 0px; position: relative; z-index: 1; } .workingWithMeSub { width: 45%; font-size: 1.3em; margin-right: auto; margin-left: auto; } #param1 { /* RIGHT BLOCK */ background-color: blue; opacity: 0.3; width: 10%; height: 150px; position: absolute; z-index: -1; left: 67%; top: 35%; } #param2 { /* LEFT BLOCK */ background-color: red; opacity: 0.3; width: 10%; height: 150px; position: absolute; z-index: -1; left: 22%; top: 45%; } #param3 { /* WHITE BLOCK */ background-color: white; width: 50%; height: 150px; position: absolute; z-index: -1; left: 25%; top: 40%; } #creative1 { background-color: red; opacity: 0.5; width: 25px; height: 25px; position: absolute; z-index: -1; border-radius: 50%; left: 30%; top: 30%; } #creative2 { background-color: blue; opacity: 0.4; width: 55px; height: 55px; position: absolute; z-index: -1; border-radius: 50%; left: 40%; top: 20%; } #creative3 { background-color: red; opacity: 0.3; width: 35px; height: 35px; position: absolute; z-index: -1; border-radius: 50%; left: 53%; top: 28%; } #creative4 { background-color: blue; opacity: 0.2; width: 80px; height: 80px; position: absolute; z-index: -1; border-radius: 50%; left: 58%; top: 34%; } #creative5 { background-color: red; opacity: 0.2; width: 125px; height: 125px; position: absolute; z-index: -1; border-radius: 50%; left: 64%; top: 44%; } #access1 { background-color: black; opacity: 0.3; width: 20%; height: 200px; position: absolute; z-index: -1; left: 57%; top: 34%; } #access2 { background-color: black; opacity: 0.4; width: 35%; height: 150px; position: absolute; z-index: -1; left: 25%; top: 37%; } #fast1 { /*Rectangle*/ opacity: 0.5; width: 33%; height: 150px; position: absolute; z-index: -1; left: 32%; top: 37%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+99,000000+99&0+0,0.65+100 */ background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */ } #fast2 {/*circle*/ background-color: #512DA8; width: 150px; height: 150px; position: absolute; border-radius: 50%; z-index: -1; left: 60%; top: 37%; } #skillsAndExperience { height: auto; padding-bottom: 50px; padding-top: 50px; } #recommendations { padding-top: 50px; padding-bottom: 50px; } .recommendationTitle { font-size: .8em; } .recommendationText { opacity: 0.9; font-size: 0.9em; } #services { padding: 100px 0px 100px 0px; height: auto; } .backToTop { color: white; opacity: 0.4; } a.backToTop:visited { color: white; opacity: 0.4; } a.backToTop:hover { color: white; opacity: 0.2; text-decoration: none; } .pogoWork1 { padding-top: 100px; padding-bottom: 100px; }
0.321673
0.068133
body { background-color: #FFFFFF; padding: 0px; margin: 0px; } .qbook { margin: auto; background-color: #FFFFFF; width: 40em; } h1, h2, h3, h4, h5, h6 { font-family: verdana; } h1 { text-align: center; color: #000000; padding: 0px; margin: 0px; } h2 { text-align: center; border-top: 1px solid #000000; border-bottom: 1px solid #000000; margin-top: 2em; } h3, h4, h5, h6 { padding-left: 1em; margin-top: 2em; } h3 { border-top: 1px solid #000000; border-bottom: 1px solid #000000; } h4 { border-bottom: 1px solid #000000; } h5 { border-bottom: 1px solid #000000; } h6 { border-bottom: 1px solid #000000; } pre.code { background-color: #eeeeee; border: solid 1px #d0d0d0; overflow: auto; } pre.code * .paren { color: #666666; } pre.code a:active { color: #000000; } pre.code a:link { color: #000000; } pre.code a:visited { color: #000000; } pre.code .first-line { font-weight: bold; } pre.code .body, pre.code * .body { display: none; } div.contents { font-family: verdana; } div.contents a:active { color: #000000; } div.contents a:link { color: #000000; } div.contents a:visited { color: #000000; } div.contents div.contents-heading-1 { padding-left: 0.5em; font-weight: bold; } div.contents div.contents-heading-1 a:active { color: #333333; } div.contents div.contents-heading-1 a:link { color: #333333; } div.contents div.contents-heading-1 a:visited { color: #333333; } div.contents div.contents-heading-2 { padding-left: 1.0em; } div.contents div.contents-heading-2 a:active { color: #333333; } div.contents div.contents-heading-2 a:link { color: #333333; } div.contents div.contents-heading-2 a:visited { color: #333333; } div.contents div.contents-heading-3 { padding-left: 1.5em; } div.contents div.contents-heading-3 a:active { color: #333333; } div.contents div.contents-heading-3 a:link { color: #333333; } div.contents div.contents-heading-3 a:visited { color: #333333; } div.contents div.contents-heading-4 { padding-left: 2em; } div.contents div.contents-heading-4 a:active { color: #333333; } div.contents div.contents-heading-4 a:link { color: #333333; } div.contents div.contents-heading-4 a:visited { color: #333333; } div.contents div.contents-heading-5 { padding-left: 2.5em; } div.contents div.contents-heading-5 a:active { color: #333333; } div.contents div.contents-heading-5 a:link { color: #333333; } div.contents div.contents-heading-5 a:visited { color: #333333; } .footer { color: #000000; font-family: arial; font-size: small; } .footer a:active { color: #000000; } .footer a:link { color: #000000; } .footer a:visited { color: #000000; } .nav-links { font-size: x-small; float: right; margin-top: -2em; }
docs/style.css
body { background-color: #FFFFFF; padding: 0px; margin: 0px; } .qbook { margin: auto; background-color: #FFFFFF; width: 40em; } h1, h2, h3, h4, h5, h6 { font-family: verdana; } h1 { text-align: center; color: #000000; padding: 0px; margin: 0px; } h2 { text-align: center; border-top: 1px solid #000000; border-bottom: 1px solid #000000; margin-top: 2em; } h3, h4, h5, h6 { padding-left: 1em; margin-top: 2em; } h3 { border-top: 1px solid #000000; border-bottom: 1px solid #000000; } h4 { border-bottom: 1px solid #000000; } h5 { border-bottom: 1px solid #000000; } h6 { border-bottom: 1px solid #000000; } pre.code { background-color: #eeeeee; border: solid 1px #d0d0d0; overflow: auto; } pre.code * .paren { color: #666666; } pre.code a:active { color: #000000; } pre.code a:link { color: #000000; } pre.code a:visited { color: #000000; } pre.code .first-line { font-weight: bold; } pre.code .body, pre.code * .body { display: none; } div.contents { font-family: verdana; } div.contents a:active { color: #000000; } div.contents a:link { color: #000000; } div.contents a:visited { color: #000000; } div.contents div.contents-heading-1 { padding-left: 0.5em; font-weight: bold; } div.contents div.contents-heading-1 a:active { color: #333333; } div.contents div.contents-heading-1 a:link { color: #333333; } div.contents div.contents-heading-1 a:visited { color: #333333; } div.contents div.contents-heading-2 { padding-left: 1.0em; } div.contents div.contents-heading-2 a:active { color: #333333; } div.contents div.contents-heading-2 a:link { color: #333333; } div.contents div.contents-heading-2 a:visited { color: #333333; } div.contents div.contents-heading-3 { padding-left: 1.5em; } div.contents div.contents-heading-3 a:active { color: #333333; } div.contents div.contents-heading-3 a:link { color: #333333; } div.contents div.contents-heading-3 a:visited { color: #333333; } div.contents div.contents-heading-4 { padding-left: 2em; } div.contents div.contents-heading-4 a:active { color: #333333; } div.contents div.contents-heading-4 a:link { color: #333333; } div.contents div.contents-heading-4 a:visited { color: #333333; } div.contents div.contents-heading-5 { padding-left: 2.5em; } div.contents div.contents-heading-5 a:active { color: #333333; } div.contents div.contents-heading-5 a:link { color: #333333; } div.contents div.contents-heading-5 a:visited { color: #333333; } .footer { color: #000000; font-family: arial; font-size: small; } .footer a:active { color: #000000; } .footer a:link { color: #000000; } .footer a:visited { color: #000000; } .nav-links { font-size: x-small; float: right; margin-top: -2em; }
0.510741
0.119434
.dark-mode .responsive,.dark-mode .disqus,.dark-mode,.dark-mode #footer{ background-color: rgb(27,27,27); color:rgb(95,95,95,.8) !important; } .dark-mode svg{ fill:rgb(255,255,255,.8); } .dark-mode #darkBtn svg{ transform: rotate(180deg); } .dark-mode a{ color: rgb(255,255,255,.5) !important; font-weight: bold; } .dark-mode .mynav h2,.dark-mode .main h1,.dark-mode .h1myskill,.dark-mode h1.Contact { color: rgb(255,255,255,.8) !important; } .dark-mode .nav span,.dark-mode .mynav span{ background-color:rgb(0,0,0,.5) !important; } .dark-mode .pencarian svg,.dark-mode input.widget-search__submit, .dark-mode hr,.dark-mode .sosmedplus svg,.dark-mode .header,.dark-mode #navbar,.dark-mode .pagination a,.dark-mode .Total,.dark-mode .btn a,.dark-mode .bagianDalam .btn,.dark-mode .kategori a,.dark-mode #footer, .dark-mode blockquote{ /* darkblue */ background: rgb(0,0,0,.3) !important; background-color: rgb(0,0,0,.3) !important; border-color: #000; color:rgb(255,255,255,.7); } .dark-mode .mynav2 input[id^="nav"] + label::before{ background-color: rgb(0,0,0,.3) !important; } .dark-mode input.widget-search__field,.dark-mode .kategori,.dark-mode .footerPost,.dark-mode #ContactForm1 input,.dark-mode #ContactForm1 textarea{ border-color:rgb(255,255,255,.3) !important; } .dark-mode ::placeholder { color:rgb(255,255,255,.3) !important; } .dark-mode :-ms-input-placeholder { color:rgb(255,255,255,.5) !important; } .dark-mode ::-ms-input-placeholder{ color:rgb(255,255,255,.5) !important; } .dark-mode span:hover ,.dark-mode .navku { /* white */ background-color:rgb(50,50,50) !important ; } .dark-mode .bagianDalam *,.dark-mode .mynav *{ color: rgb(255,255,255,.5) !important; border-color: rgb(255,255,255,.5) !important; } .dark-mode strong,.dark-mode b,.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4 { color: rgb(255,255,255,.5) !important; } .dark-mode .content,.dark-mode .BagianAtas{ box-shadow: 0 0 5px rgb(255,255,255,.07); } /* hover */ .dark-mode a:hover{ color:#fff !important; } .dark-mode #ContactForm1 button ,.dark-mode .pencarianBuka{ background:rgb(51,51,51,.8) !important; }
themes/lms/layouts/partials/css/end.css
.dark-mode .responsive,.dark-mode .disqus,.dark-mode,.dark-mode #footer{ background-color: rgb(27,27,27); color:rgb(95,95,95,.8) !important; } .dark-mode svg{ fill:rgb(255,255,255,.8); } .dark-mode #darkBtn svg{ transform: rotate(180deg); } .dark-mode a{ color: rgb(255,255,255,.5) !important; font-weight: bold; } .dark-mode .mynav h2,.dark-mode .main h1,.dark-mode .h1myskill,.dark-mode h1.Contact { color: rgb(255,255,255,.8) !important; } .dark-mode .nav span,.dark-mode .mynav span{ background-color:rgb(0,0,0,.5) !important; } .dark-mode .pencarian svg,.dark-mode input.widget-search__submit, .dark-mode hr,.dark-mode .sosmedplus svg,.dark-mode .header,.dark-mode #navbar,.dark-mode .pagination a,.dark-mode .Total,.dark-mode .btn a,.dark-mode .bagianDalam .btn,.dark-mode .kategori a,.dark-mode #footer, .dark-mode blockquote{ /* darkblue */ background: rgb(0,0,0,.3) !important; background-color: rgb(0,0,0,.3) !important; border-color: #000; color:rgb(255,255,255,.7); } .dark-mode .mynav2 input[id^="nav"] + label::before{ background-color: rgb(0,0,0,.3) !important; } .dark-mode input.widget-search__field,.dark-mode .kategori,.dark-mode .footerPost,.dark-mode #ContactForm1 input,.dark-mode #ContactForm1 textarea{ border-color:rgb(255,255,255,.3) !important; } .dark-mode ::placeholder { color:rgb(255,255,255,.3) !important; } .dark-mode :-ms-input-placeholder { color:rgb(255,255,255,.5) !important; } .dark-mode ::-ms-input-placeholder{ color:rgb(255,255,255,.5) !important; } .dark-mode span:hover ,.dark-mode .navku { /* white */ background-color:rgb(50,50,50) !important ; } .dark-mode .bagianDalam *,.dark-mode .mynav *{ color: rgb(255,255,255,.5) !important; border-color: rgb(255,255,255,.5) !important; } .dark-mode strong,.dark-mode b,.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4 { color: rgb(255,255,255,.5) !important; } .dark-mode .content,.dark-mode .BagianAtas{ box-shadow: 0 0 5px rgb(255,255,255,.07); } /* hover */ .dark-mode a:hover{ color:#fff !important; } .dark-mode #ContactForm1 button ,.dark-mode .pencarianBuka{ background:rgb(51,51,51,.8) !important; }
0.357007
0.05279
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);.m-auto { margin: auto; } .mx-auto { margin-left: auto; margin-right: auto; } .my-auto { margin-top: auto; margin-bottom: auto; } .mt-auto { margin-top: auto; } .mr-auto { margin-right: auto; } .mb-auto { margin-bottom: auto; } .ml-auto { margin-left: auto; } .p-auto { padding: auto; } .px-auto { padding-left: auto; padding-right: auto; } .py-auto { padding-top: auto; padding-bottom: auto; } .pt-auto { padding-top: auto; } .pr-auto { padding-right: auto; } .pb-auto { padding-bottom: auto; } .pl-auto { padding-left: auto; } .m-0 { margin: 0; } .mx-0 { margin-left: 0; margin-right: 0; } .my-0 { margin-top: 0; margin-bottom: 0; } .mt-0 { margin-top: 0; } .mr-0 { margin-right: 0; } .mb-0 { margin-bottom: 0; } .ml-0 { margin-left: 0; } .p-0 { padding: 0; } .px-0 { padding-left: 0; padding-right: 0; } .py-0 { padding-top: 0; padding-bottom: 0; } .pt-0 { padding-top: 0; } .pr-0 { padding-right: 0; } .pb-0 { padding-bottom: 0; } .pl-0 { padding-left: 0; } .m-xs { margin: 0.5rem; } .mx-xs { margin-left: 0.5rem; margin-right: 0.5rem; } .my-xs { margin-top: 0.5rem; margin-bottom: 0.5rem; } .mt-xs { margin-top: 0.5rem; } .mr-xs { margin-right: 0.5rem; } .mb-xs { margin-bottom: 0.5rem; } .ml-xs { margin-left: 0.5rem; } .p-xs { padding: 0.5rem; } .px-xs { padding-left: 0.5rem; padding-right: 0.5rem; } .py-xs { padding-top: 0.5rem; padding-bottom: 0.5rem; } .pt-xs { padding-top: 0.5rem; } .pr-xs { padding-right: 0.5rem; } .pb-xs { padding-bottom: 0.5rem; } .pl-xs { padding-left: 0.5rem; } .m-sm { margin: 1rem; } .mx-sm { margin-left: 1rem; margin-right: 1rem; } .my-sm { margin-top: 1rem; margin-bottom: 1rem; } .mt-sm { margin-top: 1rem; } .mr-sm { margin-right: 1rem; } .mb-sm { margin-bottom: 1rem; } .ml-sm { margin-left: 1rem; } .p-sm { padding: 1rem; } .px-sm { padding-left: 1rem; padding-right: 1rem; } .py-sm { padding-top: 1rem; padding-bottom: 1rem; } .pt-sm { padding-top: 1rem; } .pr-sm { padding-right: 1rem; } .pb-sm { padding-bottom: 1rem; } .pl-sm { padding-left: 1rem; } .m-med { margin: 2rem; } .mx-med { margin-left: 2rem; margin-right: 2rem; } .my-med { margin-top: 2rem; margin-bottom: 2rem; } .mt-med { margin-top: 2rem; } .mr-med { margin-right: 2rem; } .mb-med { margin-bottom: 2rem; } .ml-med { margin-left: 2rem; } .p-med { padding: 2rem; } .px-med { padding-left: 2rem; padding-right: 2rem; } .py-med { padding-top: 2rem; padding-bottom: 2rem; } .pt-med { padding-top: 2rem; } .pr-med { padding-right: 2rem; } .pb-med { padding-bottom: 2rem; } .pl-med { padding-left: 2rem; } .m-lg { margin: 3rem; } .mx-lg { margin-left: 3rem; margin-right: 3rem; } .my-lg { margin-top: 3rem; margin-bottom: 3rem; } .mt-lg { margin-top: 3rem; } .mr-lg { margin-right: 3rem; } .mb-lg { margin-bottom: 3rem; } .ml-lg { margin-left: 3rem; } .p-lg { padding: 3rem; } .px-lg { padding-left: 3rem; padding-right: 3rem; } .py-lg { padding-top: 3rem; padding-bottom: 3rem; } .pt-lg { padding-top: 3rem; } .pr-lg { padding-right: 3rem; } .pb-lg { padding-bottom: 3rem; } .pl-lg { padding-left: 3rem; } .m-xl { margin: 4rem; } .mx-xl { margin-left: 4rem; margin-right: 4rem; } .my-xl { margin-top: 4rem; margin-bottom: 4rem; } .mt-xl { margin-top: 4rem; } .mr-xl { margin-right: 4rem; } .mb-xl { margin-bottom: 4rem; } .ml-xl { margin-left: 4rem; } .p-xl { padding: 4rem; } .px-xl { padding-left: 4rem; padding-right: 4rem; } .py-xl { padding-top: 4rem; padding-bottom: 4rem; } .pt-xl { padding-top: 4rem; } .pr-xl { padding-right: 4rem; } .pb-xl { padding-bottom: 4rem; } .pl-xl { padding-left: 4rem; } * { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } a { text-decoration: none; } a, p { font-size: 1.5rem; } a, h1, h2, h3, li, p { color: #efefef; } h1 { font-size: 3rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2rem; } html { font-size: 12px; } img { width: 100%; } ul { list-style: none; } .block { padding: 0 5%; } .block .content { margin: auto; max-width: 80rem; padding: 2.5rem 0; position: relative; } .btn { background: #3fff4c; border: 2px solid #3fff4c; color: #fff; cursor: pointer; font-size: 1.5rem; padding: .5em 1em; -webkit-transition: all .3s ease; transition: all .3s ease; } .btn:hover, .btn.active { background: #fff; color: #3fff4c; -webkit-box-shadow: 4px 4px 10px #aaa; box-shadow: 4px 4px 10px #aaa; } .clearfix::after { content: ""; clear: both; display: table; } .main { margin: auto; max-width: 900px; width: 90%; } .no-scroll { overflow: hidden; } .relative { position: relative; } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .view { background: -webkit-gradient(linear, left top, right top, from(#3fff4c), to(#1e26ff)); background: linear-gradient(to right, #3fff4c, #1e26ff); display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 100vh; } .footer { bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; left: 0; padding: 1em; position: absolute; right: 0; width: 100%; } .home .container { display: -webkit-box; display: -ms-flexbox; display: flex; } .home .options { display: grid; grid-gap: 20px; grid-template-columns: auto auto; } .home .options .option { background: white; border: 3px solid #28e9ef; border-radius: 10px; -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6); box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6); cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; height: 125px; padding: 10px; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; width: 125px; } .home .options .option p { color: #222; margin: auto; } .home .options .option:hover { -webkit-box-shadow: none; box-shadow: none; }
public/css/app.css
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);.m-auto { margin: auto; } .mx-auto { margin-left: auto; margin-right: auto; } .my-auto { margin-top: auto; margin-bottom: auto; } .mt-auto { margin-top: auto; } .mr-auto { margin-right: auto; } .mb-auto { margin-bottom: auto; } .ml-auto { margin-left: auto; } .p-auto { padding: auto; } .px-auto { padding-left: auto; padding-right: auto; } .py-auto { padding-top: auto; padding-bottom: auto; } .pt-auto { padding-top: auto; } .pr-auto { padding-right: auto; } .pb-auto { padding-bottom: auto; } .pl-auto { padding-left: auto; } .m-0 { margin: 0; } .mx-0 { margin-left: 0; margin-right: 0; } .my-0 { margin-top: 0; margin-bottom: 0; } .mt-0 { margin-top: 0; } .mr-0 { margin-right: 0; } .mb-0 { margin-bottom: 0; } .ml-0 { margin-left: 0; } .p-0 { padding: 0; } .px-0 { padding-left: 0; padding-right: 0; } .py-0 { padding-top: 0; padding-bottom: 0; } .pt-0 { padding-top: 0; } .pr-0 { padding-right: 0; } .pb-0 { padding-bottom: 0; } .pl-0 { padding-left: 0; } .m-xs { margin: 0.5rem; } .mx-xs { margin-left: 0.5rem; margin-right: 0.5rem; } .my-xs { margin-top: 0.5rem; margin-bottom: 0.5rem; } .mt-xs { margin-top: 0.5rem; } .mr-xs { margin-right: 0.5rem; } .mb-xs { margin-bottom: 0.5rem; } .ml-xs { margin-left: 0.5rem; } .p-xs { padding: 0.5rem; } .px-xs { padding-left: 0.5rem; padding-right: 0.5rem; } .py-xs { padding-top: 0.5rem; padding-bottom: 0.5rem; } .pt-xs { padding-top: 0.5rem; } .pr-xs { padding-right: 0.5rem; } .pb-xs { padding-bottom: 0.5rem; } .pl-xs { padding-left: 0.5rem; } .m-sm { margin: 1rem; } .mx-sm { margin-left: 1rem; margin-right: 1rem; } .my-sm { margin-top: 1rem; margin-bottom: 1rem; } .mt-sm { margin-top: 1rem; } .mr-sm { margin-right: 1rem; } .mb-sm { margin-bottom: 1rem; } .ml-sm { margin-left: 1rem; } .p-sm { padding: 1rem; } .px-sm { padding-left: 1rem; padding-right: 1rem; } .py-sm { padding-top: 1rem; padding-bottom: 1rem; } .pt-sm { padding-top: 1rem; } .pr-sm { padding-right: 1rem; } .pb-sm { padding-bottom: 1rem; } .pl-sm { padding-left: 1rem; } .m-med { margin: 2rem; } .mx-med { margin-left: 2rem; margin-right: 2rem; } .my-med { margin-top: 2rem; margin-bottom: 2rem; } .mt-med { margin-top: 2rem; } .mr-med { margin-right: 2rem; } .mb-med { margin-bottom: 2rem; } .ml-med { margin-left: 2rem; } .p-med { padding: 2rem; } .px-med { padding-left: 2rem; padding-right: 2rem; } .py-med { padding-top: 2rem; padding-bottom: 2rem; } .pt-med { padding-top: 2rem; } .pr-med { padding-right: 2rem; } .pb-med { padding-bottom: 2rem; } .pl-med { padding-left: 2rem; } .m-lg { margin: 3rem; } .mx-lg { margin-left: 3rem; margin-right: 3rem; } .my-lg { margin-top: 3rem; margin-bottom: 3rem; } .mt-lg { margin-top: 3rem; } .mr-lg { margin-right: 3rem; } .mb-lg { margin-bottom: 3rem; } .ml-lg { margin-left: 3rem; } .p-lg { padding: 3rem; } .px-lg { padding-left: 3rem; padding-right: 3rem; } .py-lg { padding-top: 3rem; padding-bottom: 3rem; } .pt-lg { padding-top: 3rem; } .pr-lg { padding-right: 3rem; } .pb-lg { padding-bottom: 3rem; } .pl-lg { padding-left: 3rem; } .m-xl { margin: 4rem; } .mx-xl { margin-left: 4rem; margin-right: 4rem; } .my-xl { margin-top: 4rem; margin-bottom: 4rem; } .mt-xl { margin-top: 4rem; } .mr-xl { margin-right: 4rem; } .mb-xl { margin-bottom: 4rem; } .ml-xl { margin-left: 4rem; } .p-xl { padding: 4rem; } .px-xl { padding-left: 4rem; padding-right: 4rem; } .py-xl { padding-top: 4rem; padding-bottom: 4rem; } .pt-xl { padding-top: 4rem; } .pr-xl { padding-right: 4rem; } .pb-xl { padding-bottom: 4rem; } .pl-xl { padding-left: 4rem; } * { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } a { text-decoration: none; } a, p { font-size: 1.5rem; } a, h1, h2, h3, li, p { color: #efefef; } h1 { font-size: 3rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2rem; } html { font-size: 12px; } img { width: 100%; } ul { list-style: none; } .block { padding: 0 5%; } .block .content { margin: auto; max-width: 80rem; padding: 2.5rem 0; position: relative; } .btn { background: #3fff4c; border: 2px solid #3fff4c; color: #fff; cursor: pointer; font-size: 1.5rem; padding: .5em 1em; -webkit-transition: all .3s ease; transition: all .3s ease; } .btn:hover, .btn.active { background: #fff; color: #3fff4c; -webkit-box-shadow: 4px 4px 10px #aaa; box-shadow: 4px 4px 10px #aaa; } .clearfix::after { content: ""; clear: both; display: table; } .main { margin: auto; max-width: 900px; width: 90%; } .no-scroll { overflow: hidden; } .relative { position: relative; } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .view { background: -webkit-gradient(linear, left top, right top, from(#3fff4c), to(#1e26ff)); background: linear-gradient(to right, #3fff4c, #1e26ff); display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 100vh; } .footer { bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; left: 0; padding: 1em; position: absolute; right: 0; width: 100%; } .home .container { display: -webkit-box; display: -ms-flexbox; display: flex; } .home .options { display: grid; grid-gap: 20px; grid-template-columns: auto auto; } .home .options .option { background: white; border: 3px solid #28e9ef; border-radius: 10px; -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6); box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6); cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; height: 125px; padding: 10px; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; width: 125px; } .home .options .option p { color: #222; margin: auto; } .home .options .option:hover { -webkit-box-shadow: none; box-shadow: none; }
0.567218
0.103024
html { height: 100%; width: 100%; margin: 0; } body { background: #000000 url('../img/background.jpg') 0px 0px no-repeat; background-size: cover; width: 100%; height: 100%; margin: 0px; padding: 0px; overflow: hidden; font-family: "Times New Roman", Times, serif; } .lang { position: absolute; top: 2vh; right: 3%; margin-left: -6vw; z-index: 2; } .lang a { color: rgb(179, 179, 179); font-family: Helvetica; font-size: 14px; font-weight: 200; color: #fff; opacity: 0.7; text-shadow: 0 0 3px black; margin: 0 2px; } .lang a:hover { cursor: pointer; opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ } .intro { position: relative; text-align: center; left: 4%; bottom: -12%; margin: 0 0 50px 0; width: 31vw; } #headline { font-size: 32px; font-family: 'Futura W01 Book',sans-serif; letter-spacing: .1em; font-weight: 400; padding: 8vh 0 8vh 0; color: #fff; text-align: center; margin: 0px; line-height: 1.6; } .intro p { width: auto; color: #fff; font-size: 14px; line-height: 1.5; margin: 0; padding: 0 10%; text-align: initial; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: 1px; text-shadow: 0 0 3px black; } p.download { text-align: center; margin-top: 9vh; } p.download a { margin: 0 auto; font-size: 14px; font-family: Helvetica; font-weight: 200; text-decoration: none; letter-spacing: 2px; padding: 14px; border: solid 2px #fff; opacity: 0.8; text-shadow: 0 0 3px black; } p.download a:hover { cursor: pointer; opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ } p.download a:visited { color: #fff; opacity: 0.7; text-decoration: none; } @font-face { font-family: "FuturaLTW01-Book"; src: url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.eot"); src: url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.eot?#iefix") format("embedded-opentype"), url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.woff") format("woff"), url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.ttf") format("truetype"), url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.svg#FuturaLTW01-Book") format("svg"); } .icon { width: 8vw; height: 8vw; max-width: 150px; max-height: 150px; opacity: 0.7; filter: alpha(opacity=40); position: absolute; top: 52%; left: 53%; transform: translateY(-50%) translateX(-50%); transition: all .25s cubic-bezier(.59, -0.26, .33, 1.42); z-index: 2; } .play { opacity: 1; } .icon:hover { opacity: 1.0; filter: alpha(opacity=100); cursor: pointer; } .trailer { display: none; } .icon:hover .trailer { display: block; color: #fff; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: 1px; text-align: center; margin: -5px 0 0 5px; line-height: 1.6; } .stroke { stroke-dasharray: 145; stroke-dashoffset: 145; animation: dash 12s linear 1 paused; } @keyframes dash { from { stroke-dashoffset: 0; } to { stroke-dashoffset: 145; } } p.footer { position: absolute; bottom: 0; font-family: Helvetica; font-size: 14px; font-weight: 200; float: left; clear: left; text-align: center; width: 100%; height: 2.5vw; margin-bottom: 0; z-index: 2; } p.footer a { margin: 0 8vw; text-decoration: none; letter-spacing: 2px; border-bottom: solid 1px #fff; background-color: rgba(255,255,255,0); border-color: rgba(255,255,255,.4); color: #fff; height: 18px; padding: 0; outline: 0; display: inline-block; opacity: 0.8; text-shadow: 0 0 3px black; } p.footer a:hover { cursor: pointer; opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ } p.footer a:visited { color: #fff; opacity: 0.7; text-decoration: none; } .video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .none { display: none; } .close { position: absolute; right: 50px; top: 50px; background: url('../img/close.png') 0 0 no-repeat; background-size: contain; width: 20px; height: 20px; opacity: 0.7; } .close:hover { cursor: pointer; opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { } @media only screen and (min-width: 1900px) and (max-width: 2600px) { .lang { top: 3vh; } .lang a { font-size: 24px; } .intro { bottom: -12%; width: 39vw; left: 2%; } #headline { font-size: 50px; } .intro p { font-size: 26px; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 24px; } .icon:hover .trailer { font-size: 25px; } p.footer { height: 3vw; font-size: 22px; } p.footer a { margin: 0px 6vw; border-bottom: solid 2px #fff; height: 24px; } } @media only screen and (min-width: 1201px) and (max-width: 1367px) { body { background-image: url('../img/background_1367.jpg'); } p.footer { font-size: 13px; } } @media only screen and (min-width: 1001px) and (max-width: 1200px) { body { background-image: url('../img/background_1200.jpg'); } .intro { bottom: -14%; width: 34vw; } #headline { font-size: 30px; letter-spacing: .1em; line-height: 1.5; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 13px; } p.footer { font-size: 13px; } p.footer a { margin: 0px 5vw; } } @media only screen and (min-width: 768px) and (max-width: 1000px) { body { background-image: url('../img/background_1000.jpg'); } .lang a { font-size: 13px; } .intro { bottom: -13%; width: 36vw; } #headline { font-size: 25px; letter-spacing: .1em; line-height: 1.4; } .intro p { font-size: 12px; line-height: 1.4; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 12px; letter-spacing: 1px; } .icon:hover .trailer { font-size: 11px; line-height: 1.4; } p.footer { height: 3vw; font-size: 12px; } p.footer a { margin: 0px 4vw; letter-spacing: 1px; height: 15px; } } @media only screen and (min-width: 600px) and (max-width: 767px) { body { background-image: url('../img/background_767.jpg'); } .lang { top: 1vh; } .lang a { font-size: 11px; font-weight: 300; opacity: 0.6; } .intro { bottom: -12%; width: 39vw; left: 2%; } #headline { font-weight: 300; font-size: 20px; letter-spacing: .1em; line-height: 1.3; } .intro p { font-size: 10px; line-height: 1.2; margin: 0; font-weight: 100; letter-spacing: normal; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 11px; letter-spacing: 1px; height: 13px; } .icon:hover .trailer { font-size: 9px; line-height: 1.2; } p.footer { height: 4vw; font-size: 11px; } p.footer a { margin: 0px 4vw; letter-spacing: 1px; height: 13px; } } @media only screen and (min-width: 480px) and (max-width: 599px) { body { background-image: url('../img/background_600.jpg'); } .lang { top: 1vh; } .lang a { font-size: 11px; font-weight: 300; opacity: 0.6; } .intro { bottom: -12%; width: 39vw; left: 2%; } #headline { font-weight: 300; font-size: 20px; letter-spacing: .1em; line-height: 1.3; } .intro p { font-size: 10px; line-height: 1.2; margin: 0; font-weight: 100; letter-spacing: normal; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 10px; letter-spacing: 1px; height: 13px; } .icon:hover .trailer { font-size: 9px; line-height: 1.2; } p.footer { height: 4vw; font-size: 10px; } p.footer a { margin: 0px 4vw; letter-spacing: 1px; height: 13px; } } @media screen and (max-width: 479px) { }
public/css/index.css
html { height: 100%; width: 100%; margin: 0; } body { background: #000000 url('../img/background.jpg') 0px 0px no-repeat; background-size: cover; width: 100%; height: 100%; margin: 0px; padding: 0px; overflow: hidden; font-family: "Times New Roman", Times, serif; } .lang { position: absolute; top: 2vh; right: 3%; margin-left: -6vw; z-index: 2; } .lang a { color: rgb(179, 179, 179); font-family: Helvetica; font-size: 14px; font-weight: 200; color: #fff; opacity: 0.7; text-shadow: 0 0 3px black; margin: 0 2px; } .lang a:hover { cursor: pointer; opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ } .intro { position: relative; text-align: center; left: 4%; bottom: -12%; margin: 0 0 50px 0; width: 31vw; } #headline { font-size: 32px; font-family: 'Futura W01 Book',sans-serif; letter-spacing: .1em; font-weight: 400; padding: 8vh 0 8vh 0; color: #fff; text-align: center; margin: 0px; line-height: 1.6; } .intro p { width: auto; color: #fff; font-size: 14px; line-height: 1.5; margin: 0; padding: 0 10%; text-align: initial; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: 1px; text-shadow: 0 0 3px black; } p.download { text-align: center; margin-top: 9vh; } p.download a { margin: 0 auto; font-size: 14px; font-family: Helvetica; font-weight: 200; text-decoration: none; letter-spacing: 2px; padding: 14px; border: solid 2px #fff; opacity: 0.8; text-shadow: 0 0 3px black; } p.download a:hover { cursor: pointer; opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ } p.download a:visited { color: #fff; opacity: 0.7; text-decoration: none; } @font-face { font-family: "FuturaLTW01-Book"; src: url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.eot"); src: url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.eot?#iefix") format("embedded-opentype"), url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.woff") format("woff"), url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.ttf") format("truetype"), url("http://db.onlinewebfonts.com/t/c1cb3da0a99efe5f8993974e51cc68e9.svg#FuturaLTW01-Book") format("svg"); } .icon { width: 8vw; height: 8vw; max-width: 150px; max-height: 150px; opacity: 0.7; filter: alpha(opacity=40); position: absolute; top: 52%; left: 53%; transform: translateY(-50%) translateX(-50%); transition: all .25s cubic-bezier(.59, -0.26, .33, 1.42); z-index: 2; } .play { opacity: 1; } .icon:hover { opacity: 1.0; filter: alpha(opacity=100); cursor: pointer; } .trailer { display: none; } .icon:hover .trailer { display: block; color: #fff; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: 1px; text-align: center; margin: -5px 0 0 5px; line-height: 1.6; } .stroke { stroke-dasharray: 145; stroke-dashoffset: 145; animation: dash 12s linear 1 paused; } @keyframes dash { from { stroke-dashoffset: 0; } to { stroke-dashoffset: 145; } } p.footer { position: absolute; bottom: 0; font-family: Helvetica; font-size: 14px; font-weight: 200; float: left; clear: left; text-align: center; width: 100%; height: 2.5vw; margin-bottom: 0; z-index: 2; } p.footer a { margin: 0 8vw; text-decoration: none; letter-spacing: 2px; border-bottom: solid 1px #fff; background-color: rgba(255,255,255,0); border-color: rgba(255,255,255,.4); color: #fff; height: 18px; padding: 0; outline: 0; display: inline-block; opacity: 0.8; text-shadow: 0 0 3px black; } p.footer a:hover { cursor: pointer; opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ } p.footer a:visited { color: #fff; opacity: 0.7; text-decoration: none; } .video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .none { display: none; } .close { position: absolute; right: 50px; top: 50px; background: url('../img/close.png') 0 0 no-repeat; background-size: contain; width: 20px; height: 20px; opacity: 0.7; } .close:hover { cursor: pointer; opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { } @media only screen and (min-width: 1900px) and (max-width: 2600px) { .lang { top: 3vh; } .lang a { font-size: 24px; } .intro { bottom: -12%; width: 39vw; left: 2%; } #headline { font-size: 50px; } .intro p { font-size: 26px; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 24px; } .icon:hover .trailer { font-size: 25px; } p.footer { height: 3vw; font-size: 22px; } p.footer a { margin: 0px 6vw; border-bottom: solid 2px #fff; height: 24px; } } @media only screen and (min-width: 1201px) and (max-width: 1367px) { body { background-image: url('../img/background_1367.jpg'); } p.footer { font-size: 13px; } } @media only screen and (min-width: 1001px) and (max-width: 1200px) { body { background-image: url('../img/background_1200.jpg'); } .intro { bottom: -14%; width: 34vw; } #headline { font-size: 30px; letter-spacing: .1em; line-height: 1.5; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 13px; } p.footer { font-size: 13px; } p.footer a { margin: 0px 5vw; } } @media only screen and (min-width: 768px) and (max-width: 1000px) { body { background-image: url('../img/background_1000.jpg'); } .lang a { font-size: 13px; } .intro { bottom: -13%; width: 36vw; } #headline { font-size: 25px; letter-spacing: .1em; line-height: 1.4; } .intro p { font-size: 12px; line-height: 1.4; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 12px; letter-spacing: 1px; } .icon:hover .trailer { font-size: 11px; line-height: 1.4; } p.footer { height: 3vw; font-size: 12px; } p.footer a { margin: 0px 4vw; letter-spacing: 1px; height: 15px; } } @media only screen and (min-width: 600px) and (max-width: 767px) { body { background-image: url('../img/background_767.jpg'); } .lang { top: 1vh; } .lang a { font-size: 11px; font-weight: 300; opacity: 0.6; } .intro { bottom: -12%; width: 39vw; left: 2%; } #headline { font-weight: 300; font-size: 20px; letter-spacing: .1em; line-height: 1.3; } .intro p { font-size: 10px; line-height: 1.2; margin: 0; font-weight: 100; letter-spacing: normal; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 11px; letter-spacing: 1px; height: 13px; } .icon:hover .trailer { font-size: 9px; line-height: 1.2; } p.footer { height: 4vw; font-size: 11px; } p.footer a { margin: 0px 4vw; letter-spacing: 1px; height: 13px; } } @media only screen and (min-width: 480px) and (max-width: 599px) { body { background-image: url('../img/background_600.jpg'); } .lang { top: 1vh; } .lang a { font-size: 11px; font-weight: 300; opacity: 0.6; } .intro { bottom: -12%; width: 39vw; left: 2%; } #headline { font-weight: 300; font-size: 20px; letter-spacing: .1em; line-height: 1.3; } .intro p { font-size: 10px; line-height: 1.2; margin: 0; font-weight: 100; letter-spacing: normal; } p.download { margin-top: 6vh; } p.download a { margin: 0 auto; font-size: 10px; letter-spacing: 1px; height: 13px; } .icon:hover .trailer { font-size: 9px; line-height: 1.2; } p.footer { height: 4vw; font-size: 10px; } p.footer a { margin: 0px 4vw; letter-spacing: 1px; height: 13px; } } @media screen and (max-width: 479px) { }
0.481941
0.093306
position: relative; height: 150px; padding-top: 10px; } .modern-layout #footerDesktop { height: 140px; padding-top: 0px; } #footerDesktop .carousel { position: absolute; bottom: 0px; left: 37px; right: 36px; height: 150px; } .modern-layout #footerDesktop .carousel { bottom: 1px; height: 145px; } .carouselWrapper { position:absolute; z-index:1; top: 12px; bottom:0px; left:0px; right: 0; width:100%; height: 135px; overflow:auto; /* SURFACE */ -ms-touch-action: none; } /* The scroll bar */ .modern-layout .carouselWrapper > div:nth-child(2) { bottom: 1px !important; } .carouselWrapper > div:nth-child(2) { bottom: 0px !important; } .carouselScroller { height:100%; float:left; padding:0; cursor: pointer; } .carouselScroller ul { list-style:none; display:block; float:left; width:100%; height:100%; padding:0; margin:0; text-align:left; counter-reset: item; } .carouselScroller li { display:block; text-align: center; vertical-align: middle; float:left; padding:0 8px; width:145px; height:100%; font-size:10px; } .modern-layout .carouselScroller li { width: 140px; } .carouselScroller li:first-child { padding-left: 0px; } .carouselScroller .carousel-item-div { display: table-cell; width: 140px; height: 120px; text-align: center; vertical-align: middle; padding: 4px 4px 2px 4px; } .carouselScroller .carousel-item-div div { max-height: 24px; overflow: hidden; height: 24px; line-height: 12px; word-wrap: break-word; width: 140px; overflow: hidden; font-family: 'open_sanssemibold', sans-serif; } /* * :hover is an issue on touch device * A no-touch class is added by JS if we are not on a touch device */ .carouselScroller.no-touch .carousel-item-div:not(.selected):hover { background-color:#7D7D7D; } .carouselScroller .carousel-item-div.selected { background-color:#FFFFFF; } .carousel-item-div img { max-width: 140px; max-height: 93px; } .carousel-item-div sup { line-height: 6px; } /* Numbering */ .carouselScroller span { display: inline-block; } .carouselScroller .carousel-item-div > span:before { position: absolute; display: inline-block; content: counter(item); counter-increment: item; width: 20px; height: 15px; text-align: center; font-size:12px; color:#FFFFFF; padding-right: 1px; padding-bottom: 1px; } .carouselScroller span.number-blue:before { background-color:#1880f3; } .carouselScroller span.number-red:before { background-color:#FF0000; } .carouselScroller span.number-green:before { background-color:#369A22; } .carouselScroller span.number-purple:before { background-color:#8A26FD; } body.notNumbered .carouselScroller span:before { display: none; } /* Arrows */ .arrowLeft { position: absolute; top: 52px; left: -28px; cursor: pointer; } .arrowRight { position: absolute; top: 52px; right: -29px; cursor: pointer; } .arrowLeft.disabled, .arrowRight.disabled { cursor: default; display: none; }
MapTour/src/app/storymaps/maptour/ui/desktop/Carousel.css
position: relative; height: 150px; padding-top: 10px; } .modern-layout #footerDesktop { height: 140px; padding-top: 0px; } #footerDesktop .carousel { position: absolute; bottom: 0px; left: 37px; right: 36px; height: 150px; } .modern-layout #footerDesktop .carousel { bottom: 1px; height: 145px; } .carouselWrapper { position:absolute; z-index:1; top: 12px; bottom:0px; left:0px; right: 0; width:100%; height: 135px; overflow:auto; /* SURFACE */ -ms-touch-action: none; } /* The scroll bar */ .modern-layout .carouselWrapper > div:nth-child(2) { bottom: 1px !important; } .carouselWrapper > div:nth-child(2) { bottom: 0px !important; } .carouselScroller { height:100%; float:left; padding:0; cursor: pointer; } .carouselScroller ul { list-style:none; display:block; float:left; width:100%; height:100%; padding:0; margin:0; text-align:left; counter-reset: item; } .carouselScroller li { display:block; text-align: center; vertical-align: middle; float:left; padding:0 8px; width:145px; height:100%; font-size:10px; } .modern-layout .carouselScroller li { width: 140px; } .carouselScroller li:first-child { padding-left: 0px; } .carouselScroller .carousel-item-div { display: table-cell; width: 140px; height: 120px; text-align: center; vertical-align: middle; padding: 4px 4px 2px 4px; } .carouselScroller .carousel-item-div div { max-height: 24px; overflow: hidden; height: 24px; line-height: 12px; word-wrap: break-word; width: 140px; overflow: hidden; font-family: 'open_sanssemibold', sans-serif; } /* * :hover is an issue on touch device * A no-touch class is added by JS if we are not on a touch device */ .carouselScroller.no-touch .carousel-item-div:not(.selected):hover { background-color:#7D7D7D; } .carouselScroller .carousel-item-div.selected { background-color:#FFFFFF; } .carousel-item-div img { max-width: 140px; max-height: 93px; } .carousel-item-div sup { line-height: 6px; } /* Numbering */ .carouselScroller span { display: inline-block; } .carouselScroller .carousel-item-div > span:before { position: absolute; display: inline-block; content: counter(item); counter-increment: item; width: 20px; height: 15px; text-align: center; font-size:12px; color:#FFFFFF; padding-right: 1px; padding-bottom: 1px; } .carouselScroller span.number-blue:before { background-color:#1880f3; } .carouselScroller span.number-red:before { background-color:#FF0000; } .carouselScroller span.number-green:before { background-color:#369A22; } .carouselScroller span.number-purple:before { background-color:#8A26FD; } body.notNumbered .carouselScroller span:before { display: none; } /* Arrows */ .arrowLeft { position: absolute; top: 52px; left: -28px; cursor: pointer; } .arrowRight { position: absolute; top: 52px; right: -29px; cursor: pointer; } .arrowLeft.disabled, .arrowRight.disabled { cursor: default; display: none; }
0.261425
0.040922
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } #about { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #about .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } #about .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #about .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #about .about-main { width: 85%; -ms-flex-item-align: center; align-self: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } #about .about-main .portrait-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 35%; } #about .about-main .portrait-wrapper .portrait { position: relative; padding: 100px 0 50px 0; } #about .about-main .portrait-wrapper .portrait .big-portrait { position: absolute; max-width: 370px; z-index: 10; background-image: url(/assets/images/2home.jpg); background-size: cover; } #about .about-main .portrait-wrapper .portrait .big-portrait img { width: 350px; height: 380px; } #about .about-main .portrait-wrapper .portrait .big-border { position: absolute; width: 350px; height: 380px; border: 10px solid #041230; } #about .about-main .bio { width: 55%; color: #000; padding: 50px 0 0 0; letter-spacing: 0.5px; } #about .about-main .bio .bio-header { font-size: 24px; font-weight: 500; } #about .about-main .bio .typed { font-size: 24px; color: #e3872d; font-weight: 600; } #about .about-main .bio p { font-size: 14px; line-height: 1.8; } #about .about-main .bio table { font-size: 14px; line-height: 2; padding: 10px 0 20px 0; table-layout: fixed; width: 700px; } #about .about-main .bio button { background-color: #e3872d; width: 174px; height: 55px; border-style: none; border-radius: 3px; margin: 0 20px 0 0; } #about .about-main .bio button a { text-decoration: none; color: #fff; font-size: 14px; font-weight: 600; } #about .skills { width: 100%; height: 300px; background-color: #f6f7fd; } #contact { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #contact .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 0 0 50px 0; } #contact .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #contact .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #home { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 0 0 300px; height: 100vh; overflow-y: hidden; background-image: url("/assets/images/2home.jpg"); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-position-x: 150px; background-position-y: -50px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #home .background { position: absolute; display: block; top: 0; left: 300px; z-index: 0; background-color: rgba(7, 23, 55, 0.8); } #home .author { width: 100%; height: 332px; text-align: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; justify-items: center; z-index: 1; } #home .author #author-photo { display: inline-block; width: 216px; height: 216px; } #home .author #author-photo img { max-width: 100%; border-radius: 100%; border: 8px solid rgba(255, 255, 255, 0.5); vertical-align: middle; } #home .author h1 { text-transform: uppercase; font-size: 50px; font-weight: 500; color: #fff; margin: 20px 0 0 0; letter-spacing: 1.5px; } #home .author h1 span { color: #e3872d; } #home .author p { margin: 5px 0 0 0; letter-spacing: 1px; } #home .author p span { color: #fff; font-size: 24px; } #home .author p .typed { font-weight: 600; } #home .go-up { position: fixed; right: 55px; bottom: 55px; content: ''; } nav { width: 300px; height: 100vh; background-color: #041230; position: fixed; 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; } nav .logo { height: 225px; width: 100%; padding: 50px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } nav .logo img { padding: 0 80px; -ms-grid-column-align: center; justify-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } nav .navigation { width: 220px; height: 288px; display: -webkit-box; display: -ms-flexbox; display: flex; justify-self: flex-start; } nav .navigation .nav-list { font-size: 16px; font-weight: 500; list-style-type: none; text-transform: uppercase; padding: 20px 20px 30px 60px; line-height: 1.8; } nav .navigation .nav-list li { padding: 10px 0; } nav .navigation .nav-list li a { position: relative; text-decoration: none; color: #fff; } nav .navigation .nav-list li a::after { content: ' '; margin: 0; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; height: 2px; width: 0px; background-color: #e3872d; -webkit-transform: translateY(-50%); transform: translateY(-50%); bottom: 8px; left: 120%; -webkit-transition: .3s all; transition: .3s all; } nav .navigation .nav-list li a:hover { color: #e3872d; } nav .navigation .nav-list li a:hover::after { margin: 0; width: 40px; } nav .nav-min { display: block; position: relative; width: 30px; height: 30px; background-color: #e3872d; margin: auto 0 50px 270px; } nav .nav-min a { position: absolute; } nav .nav-min a i { color: #fff; } nav .social { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-item-align: end; align-self: flex-end; } nav .social .social-icons { display: -webkit-box; display: -ms-flexbox; display: flex; width: 300px; height: 50px; list-style: none; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-line-pack: center; align-content: center; padding: 12px 40px; margin: 0 0 40px 0; } nav .social .social-icons li { width: 30px; height: 30px; } nav .social .social-icons li a { display: block; width: 22px; height: 22px; font-weight: normal; border: 1px solid green; color: #fff; font-size: 14px; font-family: 'Font Awesome/ 5 Brands'; } nav .social .social-icons li a .fa-twitter { content: '\f099'; } #news { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #news .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 0 0 50px 0; } #news .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #news .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #portfolio { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #portfolio .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 0 0 50px 0; } #portfolio .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #portfolio .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #portfolio .portfolio-list { display: inline-block; position: relative; padding: 40px 0 0 0; } #portfolio .portfolio-list ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; } #portfolio .portfolio-list ul li a { text-decoration: none; font-size: 14px; font-weight: 700; color: #000000; padding: 0 40px 0 0; } #services { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #services .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 0 0 50px 0; } #services .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #services .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #services .list-wrapper { width: 100%; } #services .list-wrapper .boxes { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; } #services .list-wrapper .boxes li { position: relative; width: 360px; height: 280px; margin: 15px; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); padding: 40px 40px 33px 40px; -webkit-transition: all 0.3s; transition: all 0.3s; } #services .list-wrapper .boxes li i { color: #e3872d; font-size: 40px; border: 1px solid green; } #services .list-wrapper .boxes li h5 { font-size: 22px; font-weight: 600; letter-spacing: .5px; margin: 20px 0; } #services .list-wrapper .boxes li p { font-size: 14px; letter-spacing: 0.5px; line-height: 1.8; } #services .list-wrapper .boxes li:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); } body { font-family: "Montserrat", sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box; } /*# sourceMappingURL=style.css.map */
assets/css/style.css
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } #about { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #about .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } #about .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #about .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #about .about-main { width: 85%; -ms-flex-item-align: center; align-self: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } #about .about-main .portrait-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 35%; } #about .about-main .portrait-wrapper .portrait { position: relative; padding: 100px 0 50px 0; } #about .about-main .portrait-wrapper .portrait .big-portrait { position: absolute; max-width: 370px; z-index: 10; background-image: url(/assets/images/2home.jpg); background-size: cover; } #about .about-main .portrait-wrapper .portrait .big-portrait img { width: 350px; height: 380px; } #about .about-main .portrait-wrapper .portrait .big-border { position: absolute; width: 350px; height: 380px; border: 10px solid #041230; } #about .about-main .bio { width: 55%; color: #000; padding: 50px 0 0 0; letter-spacing: 0.5px; } #about .about-main .bio .bio-header { font-size: 24px; font-weight: 500; } #about .about-main .bio .typed { font-size: 24px; color: #e3872d; font-weight: 600; } #about .about-main .bio p { font-size: 14px; line-height: 1.8; } #about .about-main .bio table { font-size: 14px; line-height: 2; padding: 10px 0 20px 0; table-layout: fixed; width: 700px; } #about .about-main .bio button { background-color: #e3872d; width: 174px; height: 55px; border-style: none; border-radius: 3px; margin: 0 20px 0 0; } #about .about-main .bio button a { text-decoration: none; color: #fff; font-size: 14px; font-weight: 600; } #about .skills { width: 100%; height: 300px; background-color: #f6f7fd; } #contact { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #contact .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 0 0 50px 0; } #contact .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #contact .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #home { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 0 0 300px; height: 100vh; overflow-y: hidden; background-image: url("/assets/images/2home.jpg"); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-position-x: 150px; background-position-y: -50px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #home .background { position: absolute; display: block; top: 0; left: 300px; z-index: 0; background-color: rgba(7, 23, 55, 0.8); } #home .author { width: 100%; height: 332px; text-align: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; justify-items: center; z-index: 1; } #home .author #author-photo { display: inline-block; width: 216px; height: 216px; } #home .author #author-photo img { max-width: 100%; border-radius: 100%; border: 8px solid rgba(255, 255, 255, 0.5); vertical-align: middle; } #home .author h1 { text-transform: uppercase; font-size: 50px; font-weight: 500; color: #fff; margin: 20px 0 0 0; letter-spacing: 1.5px; } #home .author h1 span { color: #e3872d; } #home .author p { margin: 5px 0 0 0; letter-spacing: 1px; } #home .author p span { color: #fff; font-size: 24px; } #home .author p .typed { font-weight: 600; } #home .go-up { position: fixed; right: 55px; bottom: 55px; content: ''; } nav { width: 300px; height: 100vh; background-color: #041230; position: fixed; 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; } nav .logo { height: 225px; width: 100%; padding: 50px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } nav .logo img { padding: 0 80px; -ms-grid-column-align: center; justify-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } nav .navigation { width: 220px; height: 288px; display: -webkit-box; display: -ms-flexbox; display: flex; justify-self: flex-start; } nav .navigation .nav-list { font-size: 16px; font-weight: 500; list-style-type: none; text-transform: uppercase; padding: 20px 20px 30px 60px; line-height: 1.8; } nav .navigation .nav-list li { padding: 10px 0; } nav .navigation .nav-list li a { position: relative; text-decoration: none; color: #fff; } nav .navigation .nav-list li a::after { content: ' '; margin: 0; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; height: 2px; width: 0px; background-color: #e3872d; -webkit-transform: translateY(-50%); transform: translateY(-50%); bottom: 8px; left: 120%; -webkit-transition: .3s all; transition: .3s all; } nav .navigation .nav-list li a:hover { color: #e3872d; } nav .navigation .nav-list li a:hover::after { margin: 0; width: 40px; } nav .nav-min { display: block; position: relative; width: 30px; height: 30px; background-color: #e3872d; margin: auto 0 50px 270px; } nav .nav-min a { position: absolute; } nav .nav-min a i { color: #fff; } nav .social { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-item-align: end; align-self: flex-end; } nav .social .social-icons { display: -webkit-box; display: -ms-flexbox; display: flex; width: 300px; height: 50px; list-style: none; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-line-pack: center; align-content: center; padding: 12px 40px; margin: 0 0 40px 0; } nav .social .social-icons li { width: 30px; height: 30px; } nav .social .social-icons li a { display: block; width: 22px; height: 22px; font-weight: normal; border: 1px solid green; color: #fff; font-size: 14px; font-family: 'Font Awesome/ 5 Brands'; } nav .social .social-icons li a .fa-twitter { content: '\f099'; } #news { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #news .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 0 0 50px 0; } #news .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #news .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #portfolio { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #portfolio .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 0 0 50px 0; } #portfolio .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #portfolio .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #portfolio .portfolio-list { display: inline-block; position: relative; padding: 40px 0 0 0; } #portfolio .portfolio-list ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; } #portfolio .portfolio-list ul li a { text-decoration: none; font-size: 14px; font-weight: 700; color: #000000; padding: 0 40px 0 0; } #services { width: 100%; height: auto; padding: 100px 0 0 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } #services .header { width: 85%; border-left: 6px solid #e3872d; color: #000; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 0 0 50px 0; } #services .header h2 { padding: 0 0 0 25px; margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; } #services .header p { padding: 0 0 0 25px; margin: 0; font-size: 16px; } #services .list-wrapper { width: 100%; } #services .list-wrapper .boxes { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; } #services .list-wrapper .boxes li { position: relative; width: 360px; height: 280px; margin: 15px; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); padding: 40px 40px 33px 40px; -webkit-transition: all 0.3s; transition: all 0.3s; } #services .list-wrapper .boxes li i { color: #e3872d; font-size: 40px; border: 1px solid green; } #services .list-wrapper .boxes li h5 { font-size: 22px; font-weight: 600; letter-spacing: .5px; margin: 20px 0; } #services .list-wrapper .boxes li p { font-size: 14px; letter-spacing: 0.5px; line-height: 1.8; } #services .list-wrapper .boxes li:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); } body { font-family: "Montserrat", sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box; } /*# sourceMappingURL=style.css.map */
0.624294
0.079746
body { font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #779a44; } a:hover, a:focus { color: #485632; text-decoration: none; } textarea { resize: none; } .center { text-align: center; } .title { padding-top: 5%; padding-bottom: 5%; text-align: center; } .padding-top-bottom { padding-top: 2%; padding-bottom: 2%; } .btn-color-blue { background-color: #4c99bd; border-color: #4c99bd; color: #fff; } .btn-color-blue:hover, .btn-color-blue:focus, .btn-color-blue:active, .btn-color-blue.focus, .btn-color-blue.active { background-color: #357794; border-color: #357794; color: #fff; } .btn-color-darkblue { background-color: #2c5898; border-color: #2c5898; color: #fff; } .btn-color-darkblue:hover, .btn-color-darkblue:focus, .btn-color-darkblue:active, .btn-color-darkblue.focus, .btn-color-darkblue.active { background-color: #053375; border-color: #053375; color: #fff; } .icon-blue { color: #37b0c8; } .icon-blue:hover, .icon-blue:focus { color: #357794; } .icon-red { color: #ee0016; } .icon-red:hover, .icon-red:focus { color: #a20000; } .btn-color-green { background-color: #9fd250; border-color: #9fd250; color: #fff; } .btn-color-green:hover, .btn-color-green:focus, .btn-color-green:active, .btn-color-green.focus, .btn-color-green.active { background-color: #779a44; border-color: #779a44; color: #fff; } .icon-position { font-size: 1.5em; padding-left: 5px; padding-right: 5px; float: left; } /*Sidebar*/ #wrapper { padding-left: 70px; transition: all .4s ease 0s; height: 100% } #sidebar-wrapper { margin-left: -250px; left: 70px; width: 250px; background: #222; position: fixed; height: 100%; z-index: 10000; transition: all .4s ease 0s; } .sidebar-nav { display: block; float: left; width: 250px; list-style: none; margin: 0; padding: 0; } #page-content-wrapper { padding-left: 0; margin-left: 0; padding-top: 5%; width: 100%; height: auto; } #wrapper.active { padding-left: 250px; } #wrapper.active #sidebar-wrapper { left: 250px; } #sidebar_menu li a, .sidebar-nav li a { color: #999; display: block; float: left; text-decoration: none; width: 250px; background: #252525; border-top: 1px solid #373737; border-bottom: 1px solid #1A1A1A; -webkit-transition: background .5s; -moz-transition: background .5s; -o-transition: background .5s; -ms-transition: background .5s; transition: background .5s; } .sidebar_name { padding-top: 25px; color: #fff; opacity: .7; } .sidebar-nav li { line-height: 40px; text-indent: 20px; } .sidebar-nav li a { color: #999999; display: block; text-decoration: none; } .sidebar-nav li a:hover { color: #fff; background: rgba(255,255,255,0.2); text-decoration: none; } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 65px; line-height: 60px; font-size: 18px; } .sidebar-nav > .sidebar-brand a { color: #999999; } .sidebar-nav > .sidebar-brand a:hover { color: #fff; background: none; } #main_icon { float:right; padding-right: 25px; padding-top: 20px; } .sub_icon { float:right; padding-right: 30px; padding-top:10px; } .page-content > .row { margin-left: 0; margin-right: 0; } /*End sidebar*/ .btn-menu { padding: 10% 20%; font-size: 2em; } .btn-admin { padding: 5% 10%; font-size: 2em; } .btn-admin-minor { padding: 5% 15%; font-size: 2em; } @media (max-width: 768px) { .space-bottom { padding-bottom: 5%; } } .space-top { margin-top: 5%; } .space-bottom{ margin-bottom: 3%; } .icon-align { padding-top: 2%; } .quotation:hover{ border-color: #9fd250; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(159, 210, 80, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(159, 210, 80, .6); } .fix-padding { padding-left: 0; padding-right: 0; padding-top: 5px; } .left { text-align: left; } .right { text-align: right; } .fix-position { margin-top: 25px; padding-left: 5px; } .quotation-number { font-size: 2.5em; } .fa-eye { font-size: 1.3em; } .icons-parameters { margin-top: -20px; } .addParameter, .removeParameter { color: #779a44; } .addParameter:hover, .removeParameter:hover, .addParameter:focus, .removeParameter:focus { color: #485632; text-decoration: none; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; }
public/css/style.css
body { font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #779a44; } a:hover, a:focus { color: #485632; text-decoration: none; } textarea { resize: none; } .center { text-align: center; } .title { padding-top: 5%; padding-bottom: 5%; text-align: center; } .padding-top-bottom { padding-top: 2%; padding-bottom: 2%; } .btn-color-blue { background-color: #4c99bd; border-color: #4c99bd; color: #fff; } .btn-color-blue:hover, .btn-color-blue:focus, .btn-color-blue:active, .btn-color-blue.focus, .btn-color-blue.active { background-color: #357794; border-color: #357794; color: #fff; } .btn-color-darkblue { background-color: #2c5898; border-color: #2c5898; color: #fff; } .btn-color-darkblue:hover, .btn-color-darkblue:focus, .btn-color-darkblue:active, .btn-color-darkblue.focus, .btn-color-darkblue.active { background-color: #053375; border-color: #053375; color: #fff; } .icon-blue { color: #37b0c8; } .icon-blue:hover, .icon-blue:focus { color: #357794; } .icon-red { color: #ee0016; } .icon-red:hover, .icon-red:focus { color: #a20000; } .btn-color-green { background-color: #9fd250; border-color: #9fd250; color: #fff; } .btn-color-green:hover, .btn-color-green:focus, .btn-color-green:active, .btn-color-green.focus, .btn-color-green.active { background-color: #779a44; border-color: #779a44; color: #fff; } .icon-position { font-size: 1.5em; padding-left: 5px; padding-right: 5px; float: left; } /*Sidebar*/ #wrapper { padding-left: 70px; transition: all .4s ease 0s; height: 100% } #sidebar-wrapper { margin-left: -250px; left: 70px; width: 250px; background: #222; position: fixed; height: 100%; z-index: 10000; transition: all .4s ease 0s; } .sidebar-nav { display: block; float: left; width: 250px; list-style: none; margin: 0; padding: 0; } #page-content-wrapper { padding-left: 0; margin-left: 0; padding-top: 5%; width: 100%; height: auto; } #wrapper.active { padding-left: 250px; } #wrapper.active #sidebar-wrapper { left: 250px; } #sidebar_menu li a, .sidebar-nav li a { color: #999; display: block; float: left; text-decoration: none; width: 250px; background: #252525; border-top: 1px solid #373737; border-bottom: 1px solid #1A1A1A; -webkit-transition: background .5s; -moz-transition: background .5s; -o-transition: background .5s; -ms-transition: background .5s; transition: background .5s; } .sidebar_name { padding-top: 25px; color: #fff; opacity: .7; } .sidebar-nav li { line-height: 40px; text-indent: 20px; } .sidebar-nav li a { color: #999999; display: block; text-decoration: none; } .sidebar-nav li a:hover { color: #fff; background: rgba(255,255,255,0.2); text-decoration: none; } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 65px; line-height: 60px; font-size: 18px; } .sidebar-nav > .sidebar-brand a { color: #999999; } .sidebar-nav > .sidebar-brand a:hover { color: #fff; background: none; } #main_icon { float:right; padding-right: 25px; padding-top: 20px; } .sub_icon { float:right; padding-right: 30px; padding-top:10px; } .page-content > .row { margin-left: 0; margin-right: 0; } /*End sidebar*/ .btn-menu { padding: 10% 20%; font-size: 2em; } .btn-admin { padding: 5% 10%; font-size: 2em; } .btn-admin-minor { padding: 5% 15%; font-size: 2em; } @media (max-width: 768px) { .space-bottom { padding-bottom: 5%; } } .space-top { margin-top: 5%; } .space-bottom{ margin-bottom: 3%; } .icon-align { padding-top: 2%; } .quotation:hover{ border-color: #9fd250; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(159, 210, 80, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(159, 210, 80, .6); } .fix-padding { padding-left: 0; padding-right: 0; padding-top: 5px; } .left { text-align: left; } .right { text-align: right; } .fix-position { margin-top: 25px; padding-left: 5px; } .quotation-number { font-size: 2.5em; } .fa-eye { font-size: 1.3em; } .icons-parameters { margin-top: -20px; } .addParameter, .removeParameter { color: #779a44; } .addParameter:hover, .removeParameter:hover, .addParameter:focus, .removeParameter:focus { color: #485632; text-decoration: none; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; }
0.497559
0.076511
@CHARSET "ISO-8859-1"; /*Default*/ #TWLightBoxPanel #topLoginHeader {background: url(http://twimgs.com/custom/csb/images/nextgen/nextgen_container_header_bg.gif) no-repeat;} #TWLightBoxPanel #nextGenLoginContainer {background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_mid_bg.gif") repeat-y scroll 0 0 transparent;} #TWLightBoxPanel #nextGenFooterContainer {background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_footer_bg.gif") no-repeat scroll 0 0 transparent;} #TWLightBoxPanel #nextGenContainer_closeButton_inner {background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_close_btn.gif") no-repeat scroll 0 0 transparent;} #ngLoadingScreen {background: url("http://twimgs.com/custom/csb/images/blue_loading_bar.gif") no-repeat scroll 625px 15px #EEEEEE;border: 4px solid #007BA7;} #ngErrorScreen {border: 4px solid #007BA7;} /*DDJ*/ #TWLightBoxPanel.drdobbs #topLoginHeader{background: url(http://twimgs.com/custom/csb/images/nextgen/nextgen_container_header_bg.gif) no-repeat;} #TWLightBoxPanel.drdobbs #nextGenLoginContainer{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_mid_bg.gif") repeat-y scroll 0 0 transparent;} #TWLightBoxPanel.drdobbs #nextGenFooterContainer{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_footer_bg.gif") no-repeat scroll 0 0 transparent;} #TWLightBoxPanel.drdobbs #nextGenContainer_closeButton_inner{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_close_btn.gif") no-repeat scroll 0 0 transparent;} #ngLoadingScreen.drdobbs {background: url("http://twimgs.com/custom/csb/images/blue_loading_bar.gif") no-repeat scroll 625px 15px #EEEEEE;border: 4px solid #007BA7;} #ngErrorScreen.drdobbs{border: 4px solid #007BA7;} /*NWC*/ #TWLightBoxPanel.networkcomputing #topLoginHeader{background: url(http://twimgs.com/custom/csb/images/nextgen/nextgen_container_header_bg.gif) no-repeat;} #TWLightBoxPanel.networkcomputing #nextGenLoginContainer{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_mid_bg.gif") repeat-y scroll 0 0 transparent;} #TWLightBoxPanel.networkcomputing #nextGenFooterContainer{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_footer_bg.gif") no-repeat scroll 0 0 transparent;} #TWLightBoxPanel.networkcomputing #nextGenContainer_closeButton_inner{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_close_btn.gif") no-repeat scroll 0 0 transparent;} #ngLoadingScreen.networkcomputing {background: url("http://twimgs.com/custom/csb/images/blue_loading_bar.gif") no-repeat scroll 625px 15px #EEEEEE;border: 4px solid #007BA7;} #ngErrorScreen.networkcomputing {border: 4px solid #007BA7;} #TWLightBoxPanel {font-family: Arial,Helvetica,sans-serif !important; font-size:13px; line-height:1.231;} #TWLightBoxPanel{height:auto;border: 15px solid rgba(0, 0, 0, 0.3); border-radius: 1em 1em 1em 1em; border: 15px solid #353535\9;} #topLoginHeader {height: 54px;} #nextGenLoginContainer {text-align: left;display:block;padding: 5px 5px 10px;width: 780px; height: 400px;} #nextGenLoginContainer #displayAssetNew {padding: 0 30px;} #nextGenContainer {height:398px; overflow:auto;width: 771px;} #nextGenFooterContainer {height: 8px;margin-top: -3px;} #nextGenContainer_closeButton_inner {height: 29px;width: 79px;cursor: pointer;} #nextGenLoginContainer a { color: #347EAA; } .nextGenContainer_title { float: left; color: #ffffff; font-size: 24px; font-weight: bold; padding: 10px 0px 0px 15px;} .nextGenContainer_closeButton { float: right; padding-top: 10px; padding-right: 10px;} #TWLightBoxOverlay { opacity: 0.7 !important; filter:alpha(opacity=70) !important;} #nextGenLoginContainer #layout{ margin:0; } #nextGenLoginContainer #layout, #nextGenLoginContainer #main, #nextGenLoginContainer #main, #nextGenLoginContainer #body_container, #nextGenLoginContainer #body_container_inner, #nextGenLoginContainer #register_full_container_inner, #nextGenLoginContainer #register_full_container, #nextGenLoginContainer .contents{ width:745px !important; } #ngLoadingScreen, #ngErrorScreen { border-radius: 0.3em 0.3em 0.3em 0.3em; height: 10px; padding: 15px; text-align: left; } #ngErrorScreen {background-color: white; font-weight:bold;} #nextGenLoginForm #submit { background: url("http://twimgs.com/custom/csb/images/nextgen/login_btn.gif") repeat scroll 0 0 transparent; border: medium none; height: 32px; margin-left: 75px; width: 64px; } #nextGenLoginForm #submit:hover { cursor:pointer; } #nextGenContainer .ngExtAuth img { float: none; } #nextGenContainer #register_full_container_inner .benefits #register_site_links_table {width:650px !important;} #nextGenContainer #register_full_container_inner .benefits #register_site_links_table td {width:200px !important;} .red {color:#A21E19;} #nextGenLoginContainer #body_container {border:medium none;} #nextGenLoginContainer #body_container_inner h1{font-weight: bold;} #nextGenLoginContainer #register_full_container_inner ul li{list-style: disc outside none;} #nextGenLoginContainer #register_full_container .benefits ul.register_small{padding-left:15px\9;margin:0;} #nextGenLoginContainer #register_full_container_inner .outer_border {float:left;width:329px;background:#d3d3d3;margin-top:20px;padding:5px 2px 5px 2px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#292929;} #nextGenLoginContainer #register_full_container_inner .inner_border {float:left;width:300px;background:#fff;padding:20px 15px 20px 15px;} #nextGenLoginContainer #register_full_container_inner .inner_border input {width:290px;margin:0;padding:0;color:#292929;font-size:11px;} #nextGenLoginContainer #register_full_container_inner .checkholder {width:300px;} #nextGenLoginContainer #register_full_container_inner .checkholder input {height:14px; width:14px; border:none; margin-top:1px;} #nextGenLoginContainer #register_full_container_inner .check_text {padding-left:20px;} #nextGenLoginContainer #register_full_container_inner .inner_border .button {border:none; margin:15px 0 0 90px; padding:0;} #nextGenLoginContainer #register_full_container_inner .contents_mid {width:681px; padding:0 145px 0 145px;} #nextGenLoginContainer #register_full_container_inner .outer_border_lg_single {width:671px; background:#eeeeee; margin:5px 0 20px 0; padding:2px 2px 2px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg_single {width:631px; background:#fff; padding:20px 20px 20px 20px; border: 1px solid #b2b2b2;} #nextGenLoginContainer #register_full_container_inner .outer_border_lg {width:671px; background:#eeeeee; margin:5px 0 20px 0; padding:2px 2px 2px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg {width:631px; background:#fff; padding:20px 20px 20px 20px; border: 1px solid #b2b2b2;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg .inputHead {font-weight:bold;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg select {width:250px; /* margin-bottom:17px; */color:#292929; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;} *html #register_full_container_inner .inner_border_lg select {margin-bottom:10px;} #nextGenLoginContainer #register_full_container_inner .right_select {float:right;} #nextGenLoginContainer #register_full_container_inner .inner_right .right_select {width:283px;margin:0 0 0 10px;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg input {width:245px; margin:0;padding:0;} #register_full_container_inner .inner_border_lg_checkholder_pi input {float:right;height:14px; width:14px; border:none; margin:1px 0 0 0;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder input {float:left;height:14px;width:14px;border:none;margin:1px 8px 0 0;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder2 input {height:14px; width:14px; border:none; margin-top:1px; clear:both;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg_inline input {height:16px; width:14px; border:none; margin:3px 12px 0 8px;} #nextGenLoginContainer #register_full_container_inner .selectInput {margin:0;padding:0;} #nextGenLoginContainer #register_full_container_inner .inner_left {float:left;/* width:345px; */width:260px;margin:0 10px 0 0;padding:0;text-align:right;} #nextGenLoginContainer #register_full_container_inner .inner_right {float:left;/* width:285px; */width:360px;margin:0;padding:0;text-align:left;} #nextGenLoginContainer #register_full_container_inner .inner_left_ba {width:200px; padding:0px; margin-top:2px;} #nextGenLoginContainer #register_full_container_inner .inner_left_pc {width:370px;margin:0px;padding:0px;text-align:left;} #nextGenLoginContainer #register_full_container_inner .inner_right_pc {float:right;width:250px;margin:0;padding:0;text-align:left;} #nextGenLoginContainer #register_full_container_inner .inner_left_pc2 {width:300px;margin:0px;padding:0px;text-align:left;} #nextGenLoginContainer #register_full_container_inner .inner_right_pc2 {float:right;width:300px;margin:0;padding:0;text-align:left;} #nextGenLoginContainer #register_full_container_inner .contents_mid .button {float:right; width:85px; border:none; margin:0; padding:15px 6px 0 95px;} #nextGenLoginContainer #register_full_container_inner .divider {width:630px; border-top:1px #9a9a9a solid; margin:20px 0 10px 0;} #nextGenLoginContainer #register_full_container_inner .divider_noimg {width:630px; margin:10px 0 10px 0;} #nextGenLoginContainer #register_full_container_inner .no-margin {margin:0px;} /*Global CSS*/ #nextGenLoginContainer #register_full_container {background-color:#F3F3F4;font-size:12px;} #nextGenLoginContainer #register_full_container .contents_right p {color:#000;font-weight:bold;font-size:1.2em;margin:5px 0px;} #nextGenLoginContainer #register_full_container .contents_right p a {color:#003bb0;font-weight:bold;} #nextGenLoginContainer #register_full_container a {color:#003bb0;text-decoration: none;} #nextGenLoginContainer #register_full_container li {margin:3px 0px;} #nextGenLoginContainer #register_full_container_inner {background-color:#F3F3F4;padding-top: 0px;} #nextGenLoginContainer #register_full_container_inner .contents h1 {font-size:36px;line-height:40px;color:#C7C5C5;padding:0px 0px 5px 40px;background-color:#F3F3F4;margin:0px;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset {height:72px;background:url(images/display_asset_bg.jpg) top no-repeat;margin-top:0px;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #back_to_iweek {font-weight:bold;margin:0px 40px 0px 40px;padding-top:5px;border-top:1px solid #C7C5C5;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #back_to_iweek {font:Verdana, Geneva, sans-serif;font-size:11px;font-weight:bold;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #back_to_iweek a {color:#003bb0;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #back_to_iweek a:hover {text-decoration:underline;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #vendorAd { /* added 5/10/12, JH */width:287px;float:right;margin:-10px 55px 0 0;padding:0;border-top:solid 2px#000; border-bottom:solid 2px #000;} #nextGenLoginContainer #register_full_container .register_small a, #register_full_container .register_small a:hover{color: #003bb0;text-decoration:underline;} #nextGenLoginContainer #register_full_container_inner .contents_left .required_note, #register_full_container_inner .contents_left_forgotpw .required_note {clear:both;float:right;padding-right:10px;color:#999;} #nextGenLoginContainer #register_full_container_inner .outer_border{margin-top: 0px;} #nextGenLoginContainer #register_full_container_inner .contents{} #nextGenLoginContainer #register_full_container_inner .contents_left{padding-left: 50px;} #nextGenLoginContainer #register_full_container_inner .contents_right {float: right;width: 500px;padding-top: 0px;padding-bottom: 0px;padding-left: 20px;} #nextGenLoginContainer #register_full_container_inner .contents_right ul, #register_full_container_inner .contents_right p {width:420px;} #nextGenLoginContainer #register_full_container_inner a.register_now_button {background: url(images/button_register-now_off.gif) no-repeat;background-position: 0px 0px;cursor: pointer;width:135px;height:19px;margin:20px 0px;display: block;} #nextGenLoginContainer #register_full_container_inner .benefits a.register_now_button{display: inline-block !imporatant;} #nextGenLoginContainer #register_full_container_inner a.register_now_button span {display: none;} #nextGenLoginContainer #register_full_container_inner a.register_now_button:hover{background: url(images/button_register-now_on.gif) no-repeat;background-position: 0px 0px;} #nextGenLoginContainer #register_full_container_inner .register_red_subhead{color:#000000;font-size: 18px;font-weight: bold;} #nextGenLoginContainer #register_full_container_inner .benefits .register_red_subhead{font-size: 22px;} #nextGenLoginContainer #register_full_container_inner .register_red_subhead a{color:#003BB0;} #nextGenLoginContainer #register_full_container_inner .benefits .register_red_subhead a{font-size: 18px;} #nextGenLoginContainer #register_full_container_inner .register_red_subhead a:hover {text-decoration:underline;} #nextGenLoginContainer #register_full_container_inner #register_site_links_table{clear:both;margin-top:10px;width:550px;} #nextGenLoginContainer #register_site_links_table a{color:#666;} #nextGenLoginContainer #register_site_links_table a:hover{text-decoration:underline;} #nextGenLoginContainer #register_site_links_table td{width:150px;font-weight:bold;line-height:20px;} #nextGenLoginContainer #register_full_container_inner .benefits #register_site_links_table {width:750px;} #nextGenLoginContainer #register_full_container_inner .benefits #register_site_links_table td {width:250px;} #nextGenLoginContainer #register_full_container_inner .contents{background-color: #eeeeee;background-image: none;background-repeat: repeat-x;padding-bottom: 50px;} #nextGenLoginContainer #register_full_container_inner .benefits {width:600px;padding: 0px 50px 0px 50px;} #nextGenLoginContainer #register_full_container_inner #log_in {float:right;} #nextGenLoginContainer #register_full_container_inner #log_in a {color:#003bb0;} #nextGenLoginContainer #register_full_container_inner .inner_border .button {background:url(images/button_log-on_off.gif);width:84px;height:19px;margin-left:0px;} #nextGenLoginContainer #register_full_container_inner .inner_border .button:hover {background:url(images/button_log-on_on.gif);width:84px;height:19px;} #nextGenLoginContainer #register_full_container_inner #benefits_left {float:left;width:220px;margin-left:10px;padding-top:15px;} #nextGenLoginContainer #register_full_container_inner #benefits_left li {color:#656667;} #nextGenLoginContainer #register_full_container_inner .contents_mid {float: right;width: 681px;padding-top: 0px;padding-right: 30px;padding-bottom: 0pt;padding-left: 0px;} #nextGenLoginContainer #register_full_container_inner .contents_mid .button {background:url(images/button_register-now_off.gif); background-repeat:no-repeat;width:135px;height:19px;padding:0px;margin:30px 200px;} #nextGenLoginContainer #register_full_container_inner .contents_mid .button:hover {background:url(images/button_register-now_on.gif);background-repeat:no-repeat;width:135px;height:19px;} #nextGenLoginContainer #register_full_container_inner .contents_left_forgotpw {width:329px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 145px;} #nextGenLoginContainer #register_full_container_inner .contents_left_forgotpw .inner_border .button {background-image: url("images/get_password.gif");background-repeat: no-repeat;width: 148px;height: 18px;margin-left:0px;} #nextGenLoginContainer #register_full_container_inner .contents_left_forgotpw .inner_border .button:hover {background-image: url("images/get_password_roll.gif");background-repeat: no-repeat; width: 148px;height: 18px;} #nextGenLoginContainer #register_full_container_inner .return_button {background: url(images/return_to_prev_page.gif) no-repeat;width:185px;height:18px;margin:20px 0px;} #nextGenLoginContainer #register_full_container_inner .return_button:hover{background: url(images/return_to_prev_page_roll.gif) no-repeat;width:185px;height:18px;} #nextGenLoginContainer #register_full_container_inner .document_button {background: url(images/document_download.gif) no-repeat;width:205px;height:18px;margin:20px 0px;} #nextGenLoginContainer #register_full_container_inner .document_button:hover{background: url(images/document_download_roll.gif) no-repeat;width:205px;height:18px;} #nextGenLoginContainer .register_black_subhead {color:#000;font-size: 18px;font-weight: bold;} #nextGenLoginContainer .register_black_subhead a {color:#003bb0;} #nextGenLoginContainer #register_full_container_inner #changepassword p{padding:0px;} #nextGenLoginContainer #register_full_container { float:left; width:971px; background:url(https://i.cmpnet.com/informationweek/whitepaper/v2/common/images/body_container_bg.jpg) left top repeat-x; } #nextGenLoginContainer #register_full_container .logo_techweb { float:left; } #nextGenLoginContainer #register_full_container .logos { float:right; } #nextGenLoginContainer #register_full_container h3 { font-size:14px; color:#003663; } #nextGenLoginContainer #register_full_container a { /* font-size:1em; */ color:#b10000; text-decoration:none; } #nextGenLoginContainer #register_full_container a:hover { text-decoration:underline; } #nextGenLoginContainer #register_full_container .bold { font-wieght:bold; } #nextGenLoginContainer #register_full_container .red { color:#cc0000; } #nextGenLoginContainer #register_full_container .blue { color:#003663; } #nextGenLoginContainer #register_full_container_inner p { margin:0 0 13px 0; padding:0; clear:both; } #nextGenLoginContainer #register_full_container .nickname { color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; } #nextGenLoginContainer #register_full_container .pc_small { color:#003663; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container .required { float:left; width:671px; } #nextGenLoginContainer #register_full_container .req_note { color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container .req { color:#292929; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container .headerbar { width:971px; height:29px; background:url(https://i.cmpnet.com/informationweek/whitepaper/v2/common/images/regbar_bg.jpg) left top repeat-x; padding:5px 0 10px 0; } #nextGenLoginContainer #register_full_container .headerbar_lg { color:#003663; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; } #nextGenLoginContainer #register_full_container .headerbar_sm { color:#003663; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container .headerbar a { font-size:11px; color:#003663; text-decoration:none; } #nextGenLoginContainer #register_full_container .headerbar a:hover { text-decoration:underline; } #nextGenLoginContainer #register_full_container .logos_login { float:right; display: inline; width: 740px; margin-top: 20px; } #nextGenLoginContainer div.logos_login img { float: none; margin-right: 5px; } /********************** END:Author : CEI, date 16th June, 2009**********************/ #nextGenLoginContainer #register_full_container_inner { float:left; width:971px; padding:30px 0 0 0; } #nextGenLoginContainer #register_full_container_inner .contents_left { float:left; width:340px; padding:0 0 0 145px; } #nextGenLoginContainer #register_full_container_inner .contents_right { float:left; width:300px; padding:65px 45px 0 20px; } #nextGenLoginContainer #register_full_container_inner .subhead { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#4b5056; font-weight:bold; } #nextGenLoginContainer #register_full_container_inner ul { float:left; list-style:disc; padding-left:15px; } #nextGenLoginContainer #register_full_container_inner .outer_border { float:left; width:329px; background:#d3d3d3; margin-top:20px; padding:5px 2px 5px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#292929; } #nextGenLoginContainer #register_full_container_inner .inner_border { float:left; width:300px; background:#fff; padding:20px 15px 20px 15px; } #nextGenLoginContainer #register_full_container_inner fieldset { float:left; border:none; padding:0px; margin:0px; } #nextGenLoginContainer #register_full_container_inner .inner_border input { width:290px; float:left; margin:0; padding:0; color:#292929; font-size:11px; } #nextGenLoginContainer #register_full_container_inner .checkholder { float:left; width:300px; } #nextGenLoginContainer #register_full_container_inner .checkholder input { float:left; height:14px; width:14px; border:none; margin-top:1px; } #nextGenLoginContainer #register_full_container_inner .check_text { padding-left:20px; } #nextGenLoginContainer #register_full_container_inner .inner_border .button { float:left; width:85px; border:none; margin:15px 0 0 90px; padding:0; } #nextGenLoginContainer #register_full_container_inner .contents_mid { float:left; width:681px; padding:0 145px 0 145px; } #nextGenLoginContainer #register_full_container_inner .outer_border_lg_single { float:left; width:671px; background:#eeeeee; margin:5px 0 20px 0; padding:2px 2px 2px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_single { float:left; width:631px; background:#fff; padding:20px 20px 20px 20px; border: 1px solid #b2b2b2; } #nextGenLoginContainer #register_full_container_inner .outer_border_lg { float:left; width:671px; background:#eeeeee; margin:5px 0 20px 0; padding:2px 2px 2px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg { float:left; width:631px; background:#fff; padding:20px 20px 20px 20px; border: 1px solid #b2b2b2; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg .inputHead { font-weight:bold; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg select { float:left; width:250px; /* margin-bottom:17px; */ color:#292929; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } *html #nextGenLoginContainer #register_full_container_inner .inner_border_lg select { margin-bottom:10px; } #nextGenLoginContainer #register_full_container_inner .right_select { float:right; } #nextGenLoginContainer #register_full_container_inner .inner_right .right_select { width:283px; margin:0 0 0 10px; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg input { float:left; width:245px; margin:0; padding:0; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder_pi input { float:right; height:14px; width:14px; border:none; margin:1px 0 0 0; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder input { float:left; height:14px; width:14px; border:none; margin:1px 8px 0 0; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder2 input { height:14px; width:14px; border:none; margin-top:1px; clear:both; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_inline input { float:left; height:16px; width:14px; border:none; margin:3px 12px 0 8px; } #nextGenLoginContainer #register_full_container_inner .selectInput { margin:0; padding:0; } #nextGenLoginContainer #register_full_container_inner .inner_left { float:left; /* width:345px; */ width:260px; margin:0 10px 0 0; padding:0; text-align:right; } #nextGenLoginContainer #register_full_container_inner .inner_right { float:left; /* width:285px; */ width:360px; margin:0; padding:0; text-align:left; } #nextGenLoginContainer #register_full_container_inner .inner_left_ba { float:left; width:200px; padding:0px; margin-top:2px; } #nextGenLoginContainer #register_full_container_inner .inner_left_pc { float:left; width:370px; margin:0px; padding:0px; text-align:left; } #nextGenLoginContainer #register_full_container_inner .inner_right_pc { float:right; width:250px; margin:0; padding:0; text-align:left; } #nextGenLoginContainer #register_full_container_inner .inner_left_pc2 { float:left; width:300px; margin:0px; padding:0px; text-align:left; } #nextGenLoginContainer #register_full_container_inner .inner_right_pc2 { float:right; width:300px; margin:0; padding:0; text-align:left; } #nextGenLoginContainer #register_full_container_inner .contents_mid .button { float:right; width:85px; border:none; margin:0; padding:15px 6px 0 95px; } #nextGenLoginContainer #register_full_container_inner .divider { float:left; width:630px; border-top:1px #9a9a9a solid; margin:20px 0 10px 0; } #nextGenLoginContainer #register_full_container_inner .divider_noimg { float:left; width:630px; margin:10px 0 10px 0; } #nextGenLoginContainer #register_full_container_inner .no-margin {margin:0px;} /**************** full container stop *********************************/ #nextGenLoginContainer .register_small { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:11px; } #nextGenLoginContainer #register_full_container .register_small a { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#003663; font-size:11px; text-decoration:none; line-height: 20px; } #nextGenLoginContainer #register_full_container .register_small a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; color:#003663; font-size:11px; text-decoration:underline; } #nextGenLoginContainer .register_small_arial { font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:10px; } #nextGenLoginContainer .register_blue_subhead { font-family:Verdana, Arial, Helvetica, sans-serif; color:#003663; font-size:14px;font-weight:bold; } #nextGenLoginContainer #register_full_container h1 span, #nextGenLoginContainer #register_full_container h2 span{ visibility:visible; } #nextGenLoginForm #submit-element {margin:0px;} #nextGenLoginContainer #registrationForm .inner_border_lg p.description {float: none;font-size: 13px;width: auto;} #nextGenLoginContainer p {font-size: 93%;} #nextGenLoginContainer span.rememberMe, #nextGenLoginContainer #submit-element #submit{*margin-left:40px !important;} #nextGenContainer #registrationForm .custom-question p.description{*display:inline;} #nextGenContainer #loginStatusContainer {height: 25px;margin-left: 24px;} #nextGenContainer fieldset.custom-question legend span{display:none;} #nextGenContainer .nextGenWideInnerContainer .errors{color:red;} body.red {color:#000000!important;}
incoming/BitBucket-INDI1/trunk186/doc/FusionIR/The Corruption of Agile _ Dr Dobb's_files/twlightbox.css
@CHARSET "ISO-8859-1"; /*Default*/ #TWLightBoxPanel #topLoginHeader {background: url(http://twimgs.com/custom/csb/images/nextgen/nextgen_container_header_bg.gif) no-repeat;} #TWLightBoxPanel #nextGenLoginContainer {background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_mid_bg.gif") repeat-y scroll 0 0 transparent;} #TWLightBoxPanel #nextGenFooterContainer {background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_footer_bg.gif") no-repeat scroll 0 0 transparent;} #TWLightBoxPanel #nextGenContainer_closeButton_inner {background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_close_btn.gif") no-repeat scroll 0 0 transparent;} #ngLoadingScreen {background: url("http://twimgs.com/custom/csb/images/blue_loading_bar.gif") no-repeat scroll 625px 15px #EEEEEE;border: 4px solid #007BA7;} #ngErrorScreen {border: 4px solid #007BA7;} /*DDJ*/ #TWLightBoxPanel.drdobbs #topLoginHeader{background: url(http://twimgs.com/custom/csb/images/nextgen/nextgen_container_header_bg.gif) no-repeat;} #TWLightBoxPanel.drdobbs #nextGenLoginContainer{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_mid_bg.gif") repeat-y scroll 0 0 transparent;} #TWLightBoxPanel.drdobbs #nextGenFooterContainer{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_footer_bg.gif") no-repeat scroll 0 0 transparent;} #TWLightBoxPanel.drdobbs #nextGenContainer_closeButton_inner{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_close_btn.gif") no-repeat scroll 0 0 transparent;} #ngLoadingScreen.drdobbs {background: url("http://twimgs.com/custom/csb/images/blue_loading_bar.gif") no-repeat scroll 625px 15px #EEEEEE;border: 4px solid #007BA7;} #ngErrorScreen.drdobbs{border: 4px solid #007BA7;} /*NWC*/ #TWLightBoxPanel.networkcomputing #topLoginHeader{background: url(http://twimgs.com/custom/csb/images/nextgen/nextgen_container_header_bg.gif) no-repeat;} #TWLightBoxPanel.networkcomputing #nextGenLoginContainer{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_mid_bg.gif") repeat-y scroll 0 0 transparent;} #TWLightBoxPanel.networkcomputing #nextGenFooterContainer{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_container_footer_bg.gif") no-repeat scroll 0 0 transparent;} #TWLightBoxPanel.networkcomputing #nextGenContainer_closeButton_inner{background: url("http://twimgs.com/custom/csb/images/nextgen/nextgen_close_btn.gif") no-repeat scroll 0 0 transparent;} #ngLoadingScreen.networkcomputing {background: url("http://twimgs.com/custom/csb/images/blue_loading_bar.gif") no-repeat scroll 625px 15px #EEEEEE;border: 4px solid #007BA7;} #ngErrorScreen.networkcomputing {border: 4px solid #007BA7;} #TWLightBoxPanel {font-family: Arial,Helvetica,sans-serif !important; font-size:13px; line-height:1.231;} #TWLightBoxPanel{height:auto;border: 15px solid rgba(0, 0, 0, 0.3); border-radius: 1em 1em 1em 1em; border: 15px solid #353535\9;} #topLoginHeader {height: 54px;} #nextGenLoginContainer {text-align: left;display:block;padding: 5px 5px 10px;width: 780px; height: 400px;} #nextGenLoginContainer #displayAssetNew {padding: 0 30px;} #nextGenContainer {height:398px; overflow:auto;width: 771px;} #nextGenFooterContainer {height: 8px;margin-top: -3px;} #nextGenContainer_closeButton_inner {height: 29px;width: 79px;cursor: pointer;} #nextGenLoginContainer a { color: #347EAA; } .nextGenContainer_title { float: left; color: #ffffff; font-size: 24px; font-weight: bold; padding: 10px 0px 0px 15px;} .nextGenContainer_closeButton { float: right; padding-top: 10px; padding-right: 10px;} #TWLightBoxOverlay { opacity: 0.7 !important; filter:alpha(opacity=70) !important;} #nextGenLoginContainer #layout{ margin:0; } #nextGenLoginContainer #layout, #nextGenLoginContainer #main, #nextGenLoginContainer #main, #nextGenLoginContainer #body_container, #nextGenLoginContainer #body_container_inner, #nextGenLoginContainer #register_full_container_inner, #nextGenLoginContainer #register_full_container, #nextGenLoginContainer .contents{ width:745px !important; } #ngLoadingScreen, #ngErrorScreen { border-radius: 0.3em 0.3em 0.3em 0.3em; height: 10px; padding: 15px; text-align: left; } #ngErrorScreen {background-color: white; font-weight:bold;} #nextGenLoginForm #submit { background: url("http://twimgs.com/custom/csb/images/nextgen/login_btn.gif") repeat scroll 0 0 transparent; border: medium none; height: 32px; margin-left: 75px; width: 64px; } #nextGenLoginForm #submit:hover { cursor:pointer; } #nextGenContainer .ngExtAuth img { float: none; } #nextGenContainer #register_full_container_inner .benefits #register_site_links_table {width:650px !important;} #nextGenContainer #register_full_container_inner .benefits #register_site_links_table td {width:200px !important;} .red {color:#A21E19;} #nextGenLoginContainer #body_container {border:medium none;} #nextGenLoginContainer #body_container_inner h1{font-weight: bold;} #nextGenLoginContainer #register_full_container_inner ul li{list-style: disc outside none;} #nextGenLoginContainer #register_full_container .benefits ul.register_small{padding-left:15px\9;margin:0;} #nextGenLoginContainer #register_full_container_inner .outer_border {float:left;width:329px;background:#d3d3d3;margin-top:20px;padding:5px 2px 5px 2px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#292929;} #nextGenLoginContainer #register_full_container_inner .inner_border {float:left;width:300px;background:#fff;padding:20px 15px 20px 15px;} #nextGenLoginContainer #register_full_container_inner .inner_border input {width:290px;margin:0;padding:0;color:#292929;font-size:11px;} #nextGenLoginContainer #register_full_container_inner .checkholder {width:300px;} #nextGenLoginContainer #register_full_container_inner .checkholder input {height:14px; width:14px; border:none; margin-top:1px;} #nextGenLoginContainer #register_full_container_inner .check_text {padding-left:20px;} #nextGenLoginContainer #register_full_container_inner .inner_border .button {border:none; margin:15px 0 0 90px; padding:0;} #nextGenLoginContainer #register_full_container_inner .contents_mid {width:681px; padding:0 145px 0 145px;} #nextGenLoginContainer #register_full_container_inner .outer_border_lg_single {width:671px; background:#eeeeee; margin:5px 0 20px 0; padding:2px 2px 2px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg_single {width:631px; background:#fff; padding:20px 20px 20px 20px; border: 1px solid #b2b2b2;} #nextGenLoginContainer #register_full_container_inner .outer_border_lg {width:671px; background:#eeeeee; margin:5px 0 20px 0; padding:2px 2px 2px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg {width:631px; background:#fff; padding:20px 20px 20px 20px; border: 1px solid #b2b2b2;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg .inputHead {font-weight:bold;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg select {width:250px; /* margin-bottom:17px; */color:#292929; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;} *html #register_full_container_inner .inner_border_lg select {margin-bottom:10px;} #nextGenLoginContainer #register_full_container_inner .right_select {float:right;} #nextGenLoginContainer #register_full_container_inner .inner_right .right_select {width:283px;margin:0 0 0 10px;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg input {width:245px; margin:0;padding:0;} #register_full_container_inner .inner_border_lg_checkholder_pi input {float:right;height:14px; width:14px; border:none; margin:1px 0 0 0;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder input {float:left;height:14px;width:14px;border:none;margin:1px 8px 0 0;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder2 input {height:14px; width:14px; border:none; margin-top:1px; clear:both;} #nextGenLoginContainer #register_full_container_inner .inner_border_lg_inline input {height:16px; width:14px; border:none; margin:3px 12px 0 8px;} #nextGenLoginContainer #register_full_container_inner .selectInput {margin:0;padding:0;} #nextGenLoginContainer #register_full_container_inner .inner_left {float:left;/* width:345px; */width:260px;margin:0 10px 0 0;padding:0;text-align:right;} #nextGenLoginContainer #register_full_container_inner .inner_right {float:left;/* width:285px; */width:360px;margin:0;padding:0;text-align:left;} #nextGenLoginContainer #register_full_container_inner .inner_left_ba {width:200px; padding:0px; margin-top:2px;} #nextGenLoginContainer #register_full_container_inner .inner_left_pc {width:370px;margin:0px;padding:0px;text-align:left;} #nextGenLoginContainer #register_full_container_inner .inner_right_pc {float:right;width:250px;margin:0;padding:0;text-align:left;} #nextGenLoginContainer #register_full_container_inner .inner_left_pc2 {width:300px;margin:0px;padding:0px;text-align:left;} #nextGenLoginContainer #register_full_container_inner .inner_right_pc2 {float:right;width:300px;margin:0;padding:0;text-align:left;} #nextGenLoginContainer #register_full_container_inner .contents_mid .button {float:right; width:85px; border:none; margin:0; padding:15px 6px 0 95px;} #nextGenLoginContainer #register_full_container_inner .divider {width:630px; border-top:1px #9a9a9a solid; margin:20px 0 10px 0;} #nextGenLoginContainer #register_full_container_inner .divider_noimg {width:630px; margin:10px 0 10px 0;} #nextGenLoginContainer #register_full_container_inner .no-margin {margin:0px;} /*Global CSS*/ #nextGenLoginContainer #register_full_container {background-color:#F3F3F4;font-size:12px;} #nextGenLoginContainer #register_full_container .contents_right p {color:#000;font-weight:bold;font-size:1.2em;margin:5px 0px;} #nextGenLoginContainer #register_full_container .contents_right p a {color:#003bb0;font-weight:bold;} #nextGenLoginContainer #register_full_container a {color:#003bb0;text-decoration: none;} #nextGenLoginContainer #register_full_container li {margin:3px 0px;} #nextGenLoginContainer #register_full_container_inner {background-color:#F3F3F4;padding-top: 0px;} #nextGenLoginContainer #register_full_container_inner .contents h1 {font-size:36px;line-height:40px;color:#C7C5C5;padding:0px 0px 5px 40px;background-color:#F3F3F4;margin:0px;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset {height:72px;background:url(images/display_asset_bg.jpg) top no-repeat;margin-top:0px;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #back_to_iweek {font-weight:bold;margin:0px 40px 0px 40px;padding-top:5px;border-top:1px solid #C7C5C5;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #back_to_iweek {font:Verdana, Geneva, sans-serif;font-size:11px;font-weight:bold;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #back_to_iweek a {color:#003bb0;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #back_to_iweek a:hover {text-decoration:underline;} #nextGenLoginContainer #register_full_container_inner .contents #displayAsset #vendorAd { /* added 5/10/12, JH */width:287px;float:right;margin:-10px 55px 0 0;padding:0;border-top:solid 2px#000; border-bottom:solid 2px #000;} #nextGenLoginContainer #register_full_container .register_small a, #register_full_container .register_small a:hover{color: #003bb0;text-decoration:underline;} #nextGenLoginContainer #register_full_container_inner .contents_left .required_note, #register_full_container_inner .contents_left_forgotpw .required_note {clear:both;float:right;padding-right:10px;color:#999;} #nextGenLoginContainer #register_full_container_inner .outer_border{margin-top: 0px;} #nextGenLoginContainer #register_full_container_inner .contents{} #nextGenLoginContainer #register_full_container_inner .contents_left{padding-left: 50px;} #nextGenLoginContainer #register_full_container_inner .contents_right {float: right;width: 500px;padding-top: 0px;padding-bottom: 0px;padding-left: 20px;} #nextGenLoginContainer #register_full_container_inner .contents_right ul, #register_full_container_inner .contents_right p {width:420px;} #nextGenLoginContainer #register_full_container_inner a.register_now_button {background: url(images/button_register-now_off.gif) no-repeat;background-position: 0px 0px;cursor: pointer;width:135px;height:19px;margin:20px 0px;display: block;} #nextGenLoginContainer #register_full_container_inner .benefits a.register_now_button{display: inline-block !imporatant;} #nextGenLoginContainer #register_full_container_inner a.register_now_button span {display: none;} #nextGenLoginContainer #register_full_container_inner a.register_now_button:hover{background: url(images/button_register-now_on.gif) no-repeat;background-position: 0px 0px;} #nextGenLoginContainer #register_full_container_inner .register_red_subhead{color:#000000;font-size: 18px;font-weight: bold;} #nextGenLoginContainer #register_full_container_inner .benefits .register_red_subhead{font-size: 22px;} #nextGenLoginContainer #register_full_container_inner .register_red_subhead a{color:#003BB0;} #nextGenLoginContainer #register_full_container_inner .benefits .register_red_subhead a{font-size: 18px;} #nextGenLoginContainer #register_full_container_inner .register_red_subhead a:hover {text-decoration:underline;} #nextGenLoginContainer #register_full_container_inner #register_site_links_table{clear:both;margin-top:10px;width:550px;} #nextGenLoginContainer #register_site_links_table a{color:#666;} #nextGenLoginContainer #register_site_links_table a:hover{text-decoration:underline;} #nextGenLoginContainer #register_site_links_table td{width:150px;font-weight:bold;line-height:20px;} #nextGenLoginContainer #register_full_container_inner .benefits #register_site_links_table {width:750px;} #nextGenLoginContainer #register_full_container_inner .benefits #register_site_links_table td {width:250px;} #nextGenLoginContainer #register_full_container_inner .contents{background-color: #eeeeee;background-image: none;background-repeat: repeat-x;padding-bottom: 50px;} #nextGenLoginContainer #register_full_container_inner .benefits {width:600px;padding: 0px 50px 0px 50px;} #nextGenLoginContainer #register_full_container_inner #log_in {float:right;} #nextGenLoginContainer #register_full_container_inner #log_in a {color:#003bb0;} #nextGenLoginContainer #register_full_container_inner .inner_border .button {background:url(images/button_log-on_off.gif);width:84px;height:19px;margin-left:0px;} #nextGenLoginContainer #register_full_container_inner .inner_border .button:hover {background:url(images/button_log-on_on.gif);width:84px;height:19px;} #nextGenLoginContainer #register_full_container_inner #benefits_left {float:left;width:220px;margin-left:10px;padding-top:15px;} #nextGenLoginContainer #register_full_container_inner #benefits_left li {color:#656667;} #nextGenLoginContainer #register_full_container_inner .contents_mid {float: right;width: 681px;padding-top: 0px;padding-right: 30px;padding-bottom: 0pt;padding-left: 0px;} #nextGenLoginContainer #register_full_container_inner .contents_mid .button {background:url(images/button_register-now_off.gif); background-repeat:no-repeat;width:135px;height:19px;padding:0px;margin:30px 200px;} #nextGenLoginContainer #register_full_container_inner .contents_mid .button:hover {background:url(images/button_register-now_on.gif);background-repeat:no-repeat;width:135px;height:19px;} #nextGenLoginContainer #register_full_container_inner .contents_left_forgotpw {width:329px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 145px;} #nextGenLoginContainer #register_full_container_inner .contents_left_forgotpw .inner_border .button {background-image: url("images/get_password.gif");background-repeat: no-repeat;width: 148px;height: 18px;margin-left:0px;} #nextGenLoginContainer #register_full_container_inner .contents_left_forgotpw .inner_border .button:hover {background-image: url("images/get_password_roll.gif");background-repeat: no-repeat; width: 148px;height: 18px;} #nextGenLoginContainer #register_full_container_inner .return_button {background: url(images/return_to_prev_page.gif) no-repeat;width:185px;height:18px;margin:20px 0px;} #nextGenLoginContainer #register_full_container_inner .return_button:hover{background: url(images/return_to_prev_page_roll.gif) no-repeat;width:185px;height:18px;} #nextGenLoginContainer #register_full_container_inner .document_button {background: url(images/document_download.gif) no-repeat;width:205px;height:18px;margin:20px 0px;} #nextGenLoginContainer #register_full_container_inner .document_button:hover{background: url(images/document_download_roll.gif) no-repeat;width:205px;height:18px;} #nextGenLoginContainer .register_black_subhead {color:#000;font-size: 18px;font-weight: bold;} #nextGenLoginContainer .register_black_subhead a {color:#003bb0;} #nextGenLoginContainer #register_full_container_inner #changepassword p{padding:0px;} #nextGenLoginContainer #register_full_container { float:left; width:971px; background:url(https://i.cmpnet.com/informationweek/whitepaper/v2/common/images/body_container_bg.jpg) left top repeat-x; } #nextGenLoginContainer #register_full_container .logo_techweb { float:left; } #nextGenLoginContainer #register_full_container .logos { float:right; } #nextGenLoginContainer #register_full_container h3 { font-size:14px; color:#003663; } #nextGenLoginContainer #register_full_container a { /* font-size:1em; */ color:#b10000; text-decoration:none; } #nextGenLoginContainer #register_full_container a:hover { text-decoration:underline; } #nextGenLoginContainer #register_full_container .bold { font-wieght:bold; } #nextGenLoginContainer #register_full_container .red { color:#cc0000; } #nextGenLoginContainer #register_full_container .blue { color:#003663; } #nextGenLoginContainer #register_full_container_inner p { margin:0 0 13px 0; padding:0; clear:both; } #nextGenLoginContainer #register_full_container .nickname { color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; } #nextGenLoginContainer #register_full_container .pc_small { color:#003663; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container .required { float:left; width:671px; } #nextGenLoginContainer #register_full_container .req_note { color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container .req { color:#292929; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container .headerbar { width:971px; height:29px; background:url(https://i.cmpnet.com/informationweek/whitepaper/v2/common/images/regbar_bg.jpg) left top repeat-x; padding:5px 0 10px 0; } #nextGenLoginContainer #register_full_container .headerbar_lg { color:#003663; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; } #nextGenLoginContainer #register_full_container .headerbar_sm { color:#003663; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container .headerbar a { font-size:11px; color:#003663; text-decoration:none; } #nextGenLoginContainer #register_full_container .headerbar a:hover { text-decoration:underline; } #nextGenLoginContainer #register_full_container .logos_login { float:right; display: inline; width: 740px; margin-top: 20px; } #nextGenLoginContainer div.logos_login img { float: none; margin-right: 5px; } /********************** END:Author : CEI, date 16th June, 2009**********************/ #nextGenLoginContainer #register_full_container_inner { float:left; width:971px; padding:30px 0 0 0; } #nextGenLoginContainer #register_full_container_inner .contents_left { float:left; width:340px; padding:0 0 0 145px; } #nextGenLoginContainer #register_full_container_inner .contents_right { float:left; width:300px; padding:65px 45px 0 20px; } #nextGenLoginContainer #register_full_container_inner .subhead { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#4b5056; font-weight:bold; } #nextGenLoginContainer #register_full_container_inner ul { float:left; list-style:disc; padding-left:15px; } #nextGenLoginContainer #register_full_container_inner .outer_border { float:left; width:329px; background:#d3d3d3; margin-top:20px; padding:5px 2px 5px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#292929; } #nextGenLoginContainer #register_full_container_inner .inner_border { float:left; width:300px; background:#fff; padding:20px 15px 20px 15px; } #nextGenLoginContainer #register_full_container_inner fieldset { float:left; border:none; padding:0px; margin:0px; } #nextGenLoginContainer #register_full_container_inner .inner_border input { width:290px; float:left; margin:0; padding:0; color:#292929; font-size:11px; } #nextGenLoginContainer #register_full_container_inner .checkholder { float:left; width:300px; } #nextGenLoginContainer #register_full_container_inner .checkholder input { float:left; height:14px; width:14px; border:none; margin-top:1px; } #nextGenLoginContainer #register_full_container_inner .check_text { padding-left:20px; } #nextGenLoginContainer #register_full_container_inner .inner_border .button { float:left; width:85px; border:none; margin:15px 0 0 90px; padding:0; } #nextGenLoginContainer #register_full_container_inner .contents_mid { float:left; width:681px; padding:0 145px 0 145px; } #nextGenLoginContainer #register_full_container_inner .outer_border_lg_single { float:left; width:671px; background:#eeeeee; margin:5px 0 20px 0; padding:2px 2px 2px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_single { float:left; width:631px; background:#fff; padding:20px 20px 20px 20px; border: 1px solid #b2b2b2; } #nextGenLoginContainer #register_full_container_inner .outer_border_lg { float:left; width:671px; background:#eeeeee; margin:5px 0 20px 0; padding:2px 2px 2px 2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg { float:left; width:631px; background:#fff; padding:20px 20px 20px 20px; border: 1px solid #b2b2b2; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg .inputHead { font-weight:bold; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg select { float:left; width:250px; /* margin-bottom:17px; */ color:#292929; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } *html #nextGenLoginContainer #register_full_container_inner .inner_border_lg select { margin-bottom:10px; } #nextGenLoginContainer #register_full_container_inner .right_select { float:right; } #nextGenLoginContainer #register_full_container_inner .inner_right .right_select { width:283px; margin:0 0 0 10px; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg input { float:left; width:245px; margin:0; padding:0; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder_pi input { float:right; height:14px; width:14px; border:none; margin:1px 0 0 0; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder input { float:left; height:14px; width:14px; border:none; margin:1px 8px 0 0; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_checkholder2 input { height:14px; width:14px; border:none; margin-top:1px; clear:both; } #nextGenLoginContainer #register_full_container_inner .inner_border_lg_inline input { float:left; height:16px; width:14px; border:none; margin:3px 12px 0 8px; } #nextGenLoginContainer #register_full_container_inner .selectInput { margin:0; padding:0; } #nextGenLoginContainer #register_full_container_inner .inner_left { float:left; /* width:345px; */ width:260px; margin:0 10px 0 0; padding:0; text-align:right; } #nextGenLoginContainer #register_full_container_inner .inner_right { float:left; /* width:285px; */ width:360px; margin:0; padding:0; text-align:left; } #nextGenLoginContainer #register_full_container_inner .inner_left_ba { float:left; width:200px; padding:0px; margin-top:2px; } #nextGenLoginContainer #register_full_container_inner .inner_left_pc { float:left; width:370px; margin:0px; padding:0px; text-align:left; } #nextGenLoginContainer #register_full_container_inner .inner_right_pc { float:right; width:250px; margin:0; padding:0; text-align:left; } #nextGenLoginContainer #register_full_container_inner .inner_left_pc2 { float:left; width:300px; margin:0px; padding:0px; text-align:left; } #nextGenLoginContainer #register_full_container_inner .inner_right_pc2 { float:right; width:300px; margin:0; padding:0; text-align:left; } #nextGenLoginContainer #register_full_container_inner .contents_mid .button { float:right; width:85px; border:none; margin:0; padding:15px 6px 0 95px; } #nextGenLoginContainer #register_full_container_inner .divider { float:left; width:630px; border-top:1px #9a9a9a solid; margin:20px 0 10px 0; } #nextGenLoginContainer #register_full_container_inner .divider_noimg { float:left; width:630px; margin:10px 0 10px 0; } #nextGenLoginContainer #register_full_container_inner .no-margin {margin:0px;} /**************** full container stop *********************************/ #nextGenLoginContainer .register_small { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:11px; } #nextGenLoginContainer #register_full_container .register_small a { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#003663; font-size:11px; text-decoration:none; line-height: 20px; } #nextGenLoginContainer #register_full_container .register_small a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; color:#003663; font-size:11px; text-decoration:underline; } #nextGenLoginContainer .register_small_arial { font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:10px; } #nextGenLoginContainer .register_blue_subhead { font-family:Verdana, Arial, Helvetica, sans-serif; color:#003663; font-size:14px;font-weight:bold; } #nextGenLoginContainer #register_full_container h1 span, #nextGenLoginContainer #register_full_container h2 span{ visibility:visible; } #nextGenLoginForm #submit-element {margin:0px;} #nextGenLoginContainer #registrationForm .inner_border_lg p.description {float: none;font-size: 13px;width: auto;} #nextGenLoginContainer p {font-size: 93%;} #nextGenLoginContainer span.rememberMe, #nextGenLoginContainer #submit-element #submit{*margin-left:40px !important;} #nextGenContainer #registrationForm .custom-question p.description{*display:inline;} #nextGenContainer #loginStatusContainer {height: 25px;margin-left: 24px;} #nextGenContainer fieldset.custom-question legend span{display:none;} #nextGenContainer .nextGenWideInnerContainer .errors{color:red;} body.red {color:#000000!important;}
0.163646
0.058265
display: block; padding-bottom: 50px; text-align: center; } .core_values_container{ margin-left: 0px; margin-right: 20px; margin-top: 30px; } .left_Span { width:270px; display:block; float: left; margin-left: 30px; } .right_Span { width:270px; display:block; float: left; margin-left: 30px; } .span_img{ display: block; } #img_span{ width: 70px; height: 70px; margin-top: 0px; margin-right: auto; margin-bottom: 5px; margin-left: auto; border-radius: 50%; transition: transform .4s; } #img_span:hover{ -ms-transform: scale(2.5); /* IE 9 */ -webkit-transform: scale(2.5); /* Safari 3-8 */ transform: scale(2.5); } .span_title{ display: block; line-height: 24px; font-size: 20px; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 800; padding-bottom: 8px; color: #313131; } .core_values_row{ margin-left: 30px; } #img_testimonial{ height: 125px; width: 125px; border-radius: 50%; } .div_testimonial_img { float: left; width: 125px; height: 125px; } /* Next & previous buttons */ .testimonialprev, .testimonialnext { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; /* color: white;*/ font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; } /* Position the "next button" to the right */ .testimonialnext { right: 0; border-radius: 3px 0 0 3px; } .testimonialprev { left: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .testimonialprev:hover, .testimonialnext:hover { background-color: rgba(0,0,0,0.8); } #img_clients{ /*width: 100%;*/ margin-top: 30px; object-fit: contain; } #img_logo_footer{ height: 100px; width: 150px; } .productsandservicescontainer { clear: both; padding: 0px; margin: 0px; overflow:hidden; } /*.productsandservicescol > img { float: left; }*/ #img_productsandservices{ float: left; max-width: 100%; height: 100%; } @media only screen and (min-width: 720px) { .productsandservicesspan_1_of_3 { width: 32.2%; } } .productsandservicescol { display: block; float: left; height: 326px; /*margin: 1% 0 1% 1.6%;*/ margin: 2% 0 2% 1.6%; position: relative; } .productsandservicescol:first-child { margin-left: 0; } .centered { position: absolute; color: white; top: 45%; left: 50%; transform: translate(-50%, -50%); } .iconcentered { position: absolute; color: white; top: 20%; left: 50%; transform: translate(-50%, -50%); } #icon_productsandservices{ height: 70px; width: 70px; } .GD_img_description { position: absolute; top: 50%; bottom: 0; left: 0; right: 0; color: #fff; visibility: hidden; opacity: 0; /* transition effect. not necessary */ transition: opacity .2s, visibility .2s; } .productsandservicescol:hover .GD_img_description { visibility: visible; opacity: 1; } .productsandservicescol:hover #img_productsandservices{ visibility: hidden; } #inspiration, #messagefromfounders{ width:46%; height:200px; margin-left:30px; float:left; position: relative; } .child_div_1{ float:left; margin-right:5px; width: 40%; height: 100%; } @media screen and (max-width:650px){ #inspiration, #messagefromfounders{ width:100%; height:250px; margin-left:0px; margin-bottom: 30px; margin-top: 30px; } .productsandservicescol { width: 100%; text-align: center; } .productsandservicescol:first-child { margin: 1% 0 1% 1.6%; } .left_Span { width:100%; display:block; float: left; margin-left: 0px; } .right_Span { width:100%; display:block; float: left; margin-left: 0px; } #productspagepictures{ width: 100%; } #productspagetext{ width: 100%; } .one_third{ width: 100%; } .one_half{ width: 100%; } } #slide{ width:100%; } * { box-sizing: border-box } .homepageSlides { display: none } .slideshow-container { width: 100%; position: relative; margin: -10px; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } /* Caption text */ .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 13px; width: 13px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .homepageslideractive, .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 2s; animation-name: fade; animation-duration: 2s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .text {font-size: 11px} } #productsbuybutton{ margin-bottom: 30px; margin-top: 10px; } #btn_buy_products_page{ width: 100%; } /* .invalid class prevents CSS from automatically applying */ .invalid input:required:invalid { background: #BE4C54; } /* Mark valid inputs during .invalid state */ .invalid input:required:valid { background: #17D654; } .container{ padding-top: 20px; } .btmspace-30{ margin-bottom: 30px; } #breadcrumb{ padding: 40px 0 15px; /* color: black;*/ } .newsletterlabel { font-family: Georgia, "Times New Roman", Times, serif; /* font-size: 15px;*/ color: #333; /* height: 20px;*/ /* width: 60%;*/ /* margin-top: 10px;*/ /* margin-left: 10px;*/ /* text-align: left;*/ /* margin-right:15px;*/ float:left; } .newsletterinput { /* height: 20px; /* width: 40%;*/ border: 1px solid #000; /* margin-top: 10px;*/ } input[type=submit] { background-color: #C5A059; margin-top: 10px; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; } input[type=submit]:hover { background-color: #784212; } input[type="reset"]:hover{ background-color: #784212; color: white; } .orderbtn{ background-color: #C5A059; margin-top: 10px; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; } .orderbtn:hover { background-color: #784212; } .productsdescription{ font-family: Georgia, "Times New Roman", Times, serif; color: #333; text-align: justify; font-size: 16px; text-indent: 50px; letter-spacing: 2px; } #productspagegraphics, #productspageanimation, #productspageSEO, #productspagebranding, #productspageSMadmin, #productspagemobiledesign, #productspagewebdesign{ height: 300px; } #productspagepictures{ height: 100% } #invisible{ display: none; } .rotateimg90 { -webkit-transform:rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .carousel-control-prev-icon, .carousel-control-next-icon { filter: invert(100%); } .linkbutton { background-color: #C5A059; border: none; color: white; padding: 20px 34px; text-align: center; text-decoration: none; display: inline-block; font-size: 20px; margin: 4px 2px; cursor: pointer; position: absolute; top: 70%; left: 40%; border-radius: 12px; } .linkbutton:hover{ background-color: #784212; } /*#footer{ background-color: #C5A059; } */
public/assets/css/custom_css.css
display: block; padding-bottom: 50px; text-align: center; } .core_values_container{ margin-left: 0px; margin-right: 20px; margin-top: 30px; } .left_Span { width:270px; display:block; float: left; margin-left: 30px; } .right_Span { width:270px; display:block; float: left; margin-left: 30px; } .span_img{ display: block; } #img_span{ width: 70px; height: 70px; margin-top: 0px; margin-right: auto; margin-bottom: 5px; margin-left: auto; border-radius: 50%; transition: transform .4s; } #img_span:hover{ -ms-transform: scale(2.5); /* IE 9 */ -webkit-transform: scale(2.5); /* Safari 3-8 */ transform: scale(2.5); } .span_title{ display: block; line-height: 24px; font-size: 20px; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 800; padding-bottom: 8px; color: #313131; } .core_values_row{ margin-left: 30px; } #img_testimonial{ height: 125px; width: 125px; border-radius: 50%; } .div_testimonial_img { float: left; width: 125px; height: 125px; } /* Next & previous buttons */ .testimonialprev, .testimonialnext { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; /* color: white;*/ font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; } /* Position the "next button" to the right */ .testimonialnext { right: 0; border-radius: 3px 0 0 3px; } .testimonialprev { left: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .testimonialprev:hover, .testimonialnext:hover { background-color: rgba(0,0,0,0.8); } #img_clients{ /*width: 100%;*/ margin-top: 30px; object-fit: contain; } #img_logo_footer{ height: 100px; width: 150px; } .productsandservicescontainer { clear: both; padding: 0px; margin: 0px; overflow:hidden; } /*.productsandservicescol > img { float: left; }*/ #img_productsandservices{ float: left; max-width: 100%; height: 100%; } @media only screen and (min-width: 720px) { .productsandservicesspan_1_of_3 { width: 32.2%; } } .productsandservicescol { display: block; float: left; height: 326px; /*margin: 1% 0 1% 1.6%;*/ margin: 2% 0 2% 1.6%; position: relative; } .productsandservicescol:first-child { margin-left: 0; } .centered { position: absolute; color: white; top: 45%; left: 50%; transform: translate(-50%, -50%); } .iconcentered { position: absolute; color: white; top: 20%; left: 50%; transform: translate(-50%, -50%); } #icon_productsandservices{ height: 70px; width: 70px; } .GD_img_description { position: absolute; top: 50%; bottom: 0; left: 0; right: 0; color: #fff; visibility: hidden; opacity: 0; /* transition effect. not necessary */ transition: opacity .2s, visibility .2s; } .productsandservicescol:hover .GD_img_description { visibility: visible; opacity: 1; } .productsandservicescol:hover #img_productsandservices{ visibility: hidden; } #inspiration, #messagefromfounders{ width:46%; height:200px; margin-left:30px; float:left; position: relative; } .child_div_1{ float:left; margin-right:5px; width: 40%; height: 100%; } @media screen and (max-width:650px){ #inspiration, #messagefromfounders{ width:100%; height:250px; margin-left:0px; margin-bottom: 30px; margin-top: 30px; } .productsandservicescol { width: 100%; text-align: center; } .productsandservicescol:first-child { margin: 1% 0 1% 1.6%; } .left_Span { width:100%; display:block; float: left; margin-left: 0px; } .right_Span { width:100%; display:block; float: left; margin-left: 0px; } #productspagepictures{ width: 100%; } #productspagetext{ width: 100%; } .one_third{ width: 100%; } .one_half{ width: 100%; } } #slide{ width:100%; } * { box-sizing: border-box } .homepageSlides { display: none } .slideshow-container { width: 100%; position: relative; margin: -10px; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } /* Caption text */ .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 13px; width: 13px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .homepageslideractive, .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 2s; animation-name: fade; animation-duration: 2s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .text {font-size: 11px} } #productsbuybutton{ margin-bottom: 30px; margin-top: 10px; } #btn_buy_products_page{ width: 100%; } /* .invalid class prevents CSS from automatically applying */ .invalid input:required:invalid { background: #BE4C54; } /* Mark valid inputs during .invalid state */ .invalid input:required:valid { background: #17D654; } .container{ padding-top: 20px; } .btmspace-30{ margin-bottom: 30px; } #breadcrumb{ padding: 40px 0 15px; /* color: black;*/ } .newsletterlabel { font-family: Georgia, "Times New Roman", Times, serif; /* font-size: 15px;*/ color: #333; /* height: 20px;*/ /* width: 60%;*/ /* margin-top: 10px;*/ /* margin-left: 10px;*/ /* text-align: left;*/ /* margin-right:15px;*/ float:left; } .newsletterinput { /* height: 20px; /* width: 40%;*/ border: 1px solid #000; /* margin-top: 10px;*/ } input[type=submit] { background-color: #C5A059; margin-top: 10px; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; } input[type=submit]:hover { background-color: #784212; } input[type="reset"]:hover{ background-color: #784212; color: white; } .orderbtn{ background-color: #C5A059; margin-top: 10px; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; } .orderbtn:hover { background-color: #784212; } .productsdescription{ font-family: Georgia, "Times New Roman", Times, serif; color: #333; text-align: justify; font-size: 16px; text-indent: 50px; letter-spacing: 2px; } #productspagegraphics, #productspageanimation, #productspageSEO, #productspagebranding, #productspageSMadmin, #productspagemobiledesign, #productspagewebdesign{ height: 300px; } #productspagepictures{ height: 100% } #invisible{ display: none; } .rotateimg90 { -webkit-transform:rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .carousel-control-prev-icon, .carousel-control-next-icon { filter: invert(100%); } .linkbutton { background-color: #C5A059; border: none; color: white; padding: 20px 34px; text-align: center; text-decoration: none; display: inline-block; font-size: 20px; margin: 4px 2px; cursor: pointer; position: absolute; top: 70%; left: 40%; border-radius: 12px; } .linkbutton:hover{ background-color: #784212; } /*#footer{ background-color: #C5A059; } */
0.351979
0.106458
.Menu { display: none; position: relative; box-sizing:border-box; color: var(--default-colour-menu-text); } mrbr-ui-menu.Menu.-horizontal { display:flex; flex-direction: row; } mrbr-ui-menu.Menu.-horizontal > mrbr-ui-menuitem > mrbr-ui-menu { flex-direction: column; margin-top:18px; } .Menu * {box-sizing: border-box;} mrbr-ui-menu.Menu.-horizontal, mrbr-ui-menu.Menu.-vertical { box-sizing: border-box; } mrbr-ui-menu.Menu.-floating { display: block; position: absolute; } /* Menu and menu-item layout */ .Menu, .Menu mrbr-ui-menuitem, .Menu mrbr-ui-menuitem > mrbr-ui-menu { margin: 0px; box-sizing: border-box; } mrbr-ui-menuitem { position: relative; white-space: nowrap; word-break: keep-all; box-sizing: border-box; background-color: var(--default-colour-menu); } .Menu > mrbr-ui-menuitem mrbr-ui-menu { box-sizing: border-box; border:1px outset var( --default-colour-hilight); } .Menu > mrbr-ui-menuitem > mrbr-ui-menu mrbr-ui-menuitem > a { border-left:var(--default-control-padded-border-width) inset white; background-color: var(--default-colour-menu); } mrbr-ui-menu{ box-sizing: border-box; background-color: var(--default-colour-menu); } .Menu mrbr-ui-menuitem > * { position: relative; } .Menu mrbr-ui-menuitem > mrbr-ui-menu { position: absolute; min-width: 100%; top: 0px; left: 100%; } .Menu.-horizontal.-alignRight mrbr-ui-menuitem > mrbr-ui-menu { left: auto; right: 100%; } .Menu.-horizontal.-alignRight > mrbr-ui-menuitem > mrbr-ui-menu { right: 0px; } .Menu.-horizontal > mrbr-ui-menuitem > mrbr-ui-menu { top: auto; left: auto; } /* Menu behaviour */ .Menu mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating { display: none; } .Menu mrbr-ui-menuitem > mrbr-ui-menu.-visible, mrbr-ui-menu.Menu.-floating.-visible { display: block; } .Menu mrbr-ui-menu > mrbr-ui-menuitem > mrbr-ui-menu.-visible{ transform: translateY(-1px); } /* Menu animation */ .Menu mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-horizontal.-alignRight mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating { opacity: 1; transform-origin: left top; } .Menu.-alignRight mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating.-alignRight { transform-origin: right top; } .Menu mrbr-ui-menuitem > mrbr-ui-menu.-animating, .Menu.-floating.-animating { opacity: 0 ; } .Menu.-horizontal > mrbr-ui-menuitem > div:first-child , .Menu.-horizontal > mrbr-ui-menuitem:not(.-hasSubmenu) > div:last-child{ display: none; } .Menu.-horizontal > mrbr-ui-menuitem.-hasSubmenu > div:last-child { /* width: 18px; height: 18px; margin: 0px; */ background-image: url("../../src/resources/images/material-design-icons-master/navigation/svg/production/ic_arrow_drop_down_18px.svg"); /* background-position: center center; background-repeat: no-repeat; background-size: var(--default-icon-size-0) var(--default-icon-size-0) ; */ } .Menu.-horizontal > mrbr-ui-menuitem > mrbr-ui-menu mrbr-ui-menuitem.-hasSubmenu > div:last-child { /* width: 18px; height: 18px; /*bottom: 4px; right: 0px;*/ /*margin: 0px; */ /*padding-top:var(--default-control-padding) ; padding-bottom:var(--default-control-padding) ;*/ /* background-image: url("../../src/resources/images/material-design-icons-master/navigation/svg/production/ic_arrow_drop_down_18px.svg"); */ background-image: url("../../src/resources/images/material-design-icons-master/navigation/svg/production/arrow_right-24px.svg"); /* background-position: center center; background-repeat: no-repeat; background-size: var(--default-icon-size-0) var(--default-icon-size-0) ; */ margin-left: auto; align-self: flex-end; } .Menu { height:var(--default-control-toolbar-size); } .Menu.-horizontal, .Menu mrbr-ui-menuitem, .Menu mrbr-ui-menuitem > :first-child { height:var(--default-control-toolbar-size); } mrbr-ui-menuitem > a{ padding:var(--default-control-padding) ; } .Menu *[data-icon]:before, .Menu .Icon { width: var(--default-control-menu-height); height: var(--default-control-menu-height); } .Menu *[data-icon] { min-width: var(--default-control-menu-height); min-height: var(--default-control-menu-height); padding-left:var(--default-control-menu-height); } /* Default font settings for menu */ .Menu { font-family: var(--default-control-font-name); font-size: var(--default-control-menu-font-size); height:var(--default-control-menu-height); } .Menu.-horizontal mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating { min-width:var(--default-control-menu-width); } /* Animation speed of dropdown menus */ .Menu mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating { transition: width 0.1s, height 0.1s, transform 0.1s, opacity 0.1s; } /* Styling of hyperlink text */ .Menu mrbr-ui-menuitem > a { text-decoration: none; color: inherit; } /* Colour of :hover shading */ .Menu mrbr-ui-menuitem:hover, .Menu mrbr-ui-menuitem:hover > a, .Menu mrbr-ui-menuitem.-active > a:first-child { transition: background-color var(--default-control-animation-speed); background-color: var(--default-colour-hilight); color:var(--default-colour-hilight-text); } mrbr-ui-menuitem:hover,mrbr-ui-menuitem > a:hover { fill: white; stroke: white; } mrbr-ui-menuitem > div { width: var(--default-icon-size-1); height: var(--default-icon-size-1); background-position: var(--default-control-padding) center; background-repeat: no-repeat; background-size: var(--default-icon-size-0) var(--default-icon-size-0) ; } mrbr-ui-menu > mrbr-ui-menuitem{ display: flex; }
test/style/menu.css
.Menu { display: none; position: relative; box-sizing:border-box; color: var(--default-colour-menu-text); } mrbr-ui-menu.Menu.-horizontal { display:flex; flex-direction: row; } mrbr-ui-menu.Menu.-horizontal > mrbr-ui-menuitem > mrbr-ui-menu { flex-direction: column; margin-top:18px; } .Menu * {box-sizing: border-box;} mrbr-ui-menu.Menu.-horizontal, mrbr-ui-menu.Menu.-vertical { box-sizing: border-box; } mrbr-ui-menu.Menu.-floating { display: block; position: absolute; } /* Menu and menu-item layout */ .Menu, .Menu mrbr-ui-menuitem, .Menu mrbr-ui-menuitem > mrbr-ui-menu { margin: 0px; box-sizing: border-box; } mrbr-ui-menuitem { position: relative; white-space: nowrap; word-break: keep-all; box-sizing: border-box; background-color: var(--default-colour-menu); } .Menu > mrbr-ui-menuitem mrbr-ui-menu { box-sizing: border-box; border:1px outset var( --default-colour-hilight); } .Menu > mrbr-ui-menuitem > mrbr-ui-menu mrbr-ui-menuitem > a { border-left:var(--default-control-padded-border-width) inset white; background-color: var(--default-colour-menu); } mrbr-ui-menu{ box-sizing: border-box; background-color: var(--default-colour-menu); } .Menu mrbr-ui-menuitem > * { position: relative; } .Menu mrbr-ui-menuitem > mrbr-ui-menu { position: absolute; min-width: 100%; top: 0px; left: 100%; } .Menu.-horizontal.-alignRight mrbr-ui-menuitem > mrbr-ui-menu { left: auto; right: 100%; } .Menu.-horizontal.-alignRight > mrbr-ui-menuitem > mrbr-ui-menu { right: 0px; } .Menu.-horizontal > mrbr-ui-menuitem > mrbr-ui-menu { top: auto; left: auto; } /* Menu behaviour */ .Menu mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating { display: none; } .Menu mrbr-ui-menuitem > mrbr-ui-menu.-visible, mrbr-ui-menu.Menu.-floating.-visible { display: block; } .Menu mrbr-ui-menu > mrbr-ui-menuitem > mrbr-ui-menu.-visible{ transform: translateY(-1px); } /* Menu animation */ .Menu mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-horizontal.-alignRight mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating { opacity: 1; transform-origin: left top; } .Menu.-alignRight mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating.-alignRight { transform-origin: right top; } .Menu mrbr-ui-menuitem > mrbr-ui-menu.-animating, .Menu.-floating.-animating { opacity: 0 ; } .Menu.-horizontal > mrbr-ui-menuitem > div:first-child , .Menu.-horizontal > mrbr-ui-menuitem:not(.-hasSubmenu) > div:last-child{ display: none; } .Menu.-horizontal > mrbr-ui-menuitem.-hasSubmenu > div:last-child { /* width: 18px; height: 18px; margin: 0px; */ background-image: url("../../src/resources/images/material-design-icons-master/navigation/svg/production/ic_arrow_drop_down_18px.svg"); /* background-position: center center; background-repeat: no-repeat; background-size: var(--default-icon-size-0) var(--default-icon-size-0) ; */ } .Menu.-horizontal > mrbr-ui-menuitem > mrbr-ui-menu mrbr-ui-menuitem.-hasSubmenu > div:last-child { /* width: 18px; height: 18px; /*bottom: 4px; right: 0px;*/ /*margin: 0px; */ /*padding-top:var(--default-control-padding) ; padding-bottom:var(--default-control-padding) ;*/ /* background-image: url("../../src/resources/images/material-design-icons-master/navigation/svg/production/ic_arrow_drop_down_18px.svg"); */ background-image: url("../../src/resources/images/material-design-icons-master/navigation/svg/production/arrow_right-24px.svg"); /* background-position: center center; background-repeat: no-repeat; background-size: var(--default-icon-size-0) var(--default-icon-size-0) ; */ margin-left: auto; align-self: flex-end; } .Menu { height:var(--default-control-toolbar-size); } .Menu.-horizontal, .Menu mrbr-ui-menuitem, .Menu mrbr-ui-menuitem > :first-child { height:var(--default-control-toolbar-size); } mrbr-ui-menuitem > a{ padding:var(--default-control-padding) ; } .Menu *[data-icon]:before, .Menu .Icon { width: var(--default-control-menu-height); height: var(--default-control-menu-height); } .Menu *[data-icon] { min-width: var(--default-control-menu-height); min-height: var(--default-control-menu-height); padding-left:var(--default-control-menu-height); } /* Default font settings for menu */ .Menu { font-family: var(--default-control-font-name); font-size: var(--default-control-menu-font-size); height:var(--default-control-menu-height); } .Menu.-horizontal mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating { min-width:var(--default-control-menu-width); } /* Animation speed of dropdown menus */ .Menu mrbr-ui-menuitem > mrbr-ui-menu, .Menu.-floating { transition: width 0.1s, height 0.1s, transform 0.1s, opacity 0.1s; } /* Styling of hyperlink text */ .Menu mrbr-ui-menuitem > a { text-decoration: none; color: inherit; } /* Colour of :hover shading */ .Menu mrbr-ui-menuitem:hover, .Menu mrbr-ui-menuitem:hover > a, .Menu mrbr-ui-menuitem.-active > a:first-child { transition: background-color var(--default-control-animation-speed); background-color: var(--default-colour-hilight); color:var(--default-colour-hilight-text); } mrbr-ui-menuitem:hover,mrbr-ui-menuitem > a:hover { fill: white; stroke: white; } mrbr-ui-menuitem > div { width: var(--default-icon-size-1); height: var(--default-icon-size-1); background-position: var(--default-control-padding) center; background-repeat: no-repeat; background-size: var(--default-icon-size-0) var(--default-icon-size-0) ; } mrbr-ui-menu > mrbr-ui-menuitem{ display: flex; }
0.328314
0.083217
* { margin: 0; padding: 0; } header, footer, section, nav { display: block; } html, body { height: 100%; } body { font-family:Verdana, Geneva, sans-serif; font-size: 12px; line-height: 1.5; color: #717171; background: #717171; } a:link, a:visited { text-decoration: none; color: #717171; } img { max-width: 100%; margin-bottom: 12px; } .wrapper { background: #ffffff; } .container { position: relative; left: 34%; width: 540px; margin-left: -270px; } .container-footer { padding-top: 12px; } @media only screen and (max-width: 1020px) { .container { left: 45%; } } @media only screen and (max-width: 650px) { .container { position: static; margin: 0 auto; width: 280px; } } header { padding: 20px 0; } .logo img { border: none; } @media only screen and (max-width: 650px) { .logo img { display: none; } .logo { background: url(../images/dummylogo-mobile.png) no-repeat top center; display: block; height: 115px; width: 100px; margin: 0 auto; } } .content { padding-bottom: 80px; overflow: hidden; } .column { float: left; } .column.one { width: 50%; margin-right: 48px; } form { width: 240px; padding-bottom: 21px; } form label { /* labels are hidden */ font-weight: bold; } form legend { font-size:1.2em; margin-bottom: 12px; } .form-element-wrapper { margin-bottom: 12px; } .form-element { width: 100%; padding: 13px 12px; border: none; font-size: 14px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; } .form-field { color: #B7B7B7; border: 1px solid #B7B7B7; } .form-field-focus { color: #333333; border-color: #333; } .form-button { background: #B61601; box-sizing: content-box; -moz-box-sizing: content-box; color: #ffffff; cursor: pointer; } .form-button:hover { background: #FF6400; } .form-error { padding: 0; color: #B61601; } .list-help { margin-top: 40px; /* offset padding on first anchor */ list-style: none; } .list-help-item a { display: block; padding: 6px 0; } .item-marker { color: #be0000; } footer { color: #ffffff; font-size: 11px; background: #717171; } .footer-text { margin-bottom: 12px; } .footer-links a:link, .footer-links a:visited { color: #ffffff; font-weight: bold; } .footer-links a:after { content: "\00a0\00a0\00a0|\00a0\00a0"; } .footer-links a.last:after { content: ""; }
shibboleth-idp-dockerized/ext-conf/webapp/css/main.css
* { margin: 0; padding: 0; } header, footer, section, nav { display: block; } html, body { height: 100%; } body { font-family:Verdana, Geneva, sans-serif; font-size: 12px; line-height: 1.5; color: #717171; background: #717171; } a:link, a:visited { text-decoration: none; color: #717171; } img { max-width: 100%; margin-bottom: 12px; } .wrapper { background: #ffffff; } .container { position: relative; left: 34%; width: 540px; margin-left: -270px; } .container-footer { padding-top: 12px; } @media only screen and (max-width: 1020px) { .container { left: 45%; } } @media only screen and (max-width: 650px) { .container { position: static; margin: 0 auto; width: 280px; } } header { padding: 20px 0; } .logo img { border: none; } @media only screen and (max-width: 650px) { .logo img { display: none; } .logo { background: url(../images/dummylogo-mobile.png) no-repeat top center; display: block; height: 115px; width: 100px; margin: 0 auto; } } .content { padding-bottom: 80px; overflow: hidden; } .column { float: left; } .column.one { width: 50%; margin-right: 48px; } form { width: 240px; padding-bottom: 21px; } form label { /* labels are hidden */ font-weight: bold; } form legend { font-size:1.2em; margin-bottom: 12px; } .form-element-wrapper { margin-bottom: 12px; } .form-element { width: 100%; padding: 13px 12px; border: none; font-size: 14px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; } .form-field { color: #B7B7B7; border: 1px solid #B7B7B7; } .form-field-focus { color: #333333; border-color: #333; } .form-button { background: #B61601; box-sizing: content-box; -moz-box-sizing: content-box; color: #ffffff; cursor: pointer; } .form-button:hover { background: #FF6400; } .form-error { padding: 0; color: #B61601; } .list-help { margin-top: 40px; /* offset padding on first anchor */ list-style: none; } .list-help-item a { display: block; padding: 6px 0; } .item-marker { color: #be0000; } footer { color: #ffffff; font-size: 11px; background: #717171; } .footer-text { margin-bottom: 12px; } .footer-links a:link, .footer-links a:visited { color: #ffffff; font-weight: bold; } .footer-links a:after { content: "\00a0\00a0\00a0|\00a0\00a0"; } .footer-links a.last:after { content: ""; }
0.261519
0.07971
.top { width: 100%; background: #fff; position: fixed; z-index: 1; } .searchBox { width: 506rpx; height: 84rpx; line-height: 84rpx; border-radius: 32rpx; background: #f5f6f8; margin: 55rpx 0 12rpx 40rpx; position: relative; } .searchInput { height: 64rpx; line-height: 64rpx; text-align: center; font-size: 30rpx; padding-left: 60rpx; font-family: Microsoft YaHei; font-weight: 400; } .searchIcon { position: absolute; left: 120rpx; top: 5rpx; font-size: 36rpx; color: #888; } /*总体主盒子*/ .container { position: relative; width: 100%; height: calc(100vh - 138rpx); background-color: #f0f4f7; color: #939393; } /*左侧栏主盒子*/ /*.nav_left{ !*设置行内块级元素(没使用定位)*! display: inline-block; width: 100%; height: 150vh; margin-bottom: 20px; !*主盒子设置背景色为灰色*! background: #F5F6F8; !*text-align: center; *! !* position: fixed; *! !*left: 0;*! }*/ .scroll_left{ position: fixed; left: 0; overflow: auto; flex: 1; width: 25%; height: 100%; background: #F5F6F8; padding: 0 0 135rpx; box-sizing: border-box; text-align: center; } /*左侧栏list的item*/ .nav_left .nav_left_items{ /*background: #fff;*/ /*每个高30px*/ height: 176rpx; /*垂直居中*/ line-height: 40rpx; /*再设上下padding增加高度,总高42px*/ margin: 16rpx 0; /*只设下边线*/ /* border-bottom: 1px solid #dedede; */ /*文字14px*/ font-size: 29rpx; color: #999999; font-weight: 400 } /*左侧栏list的item被选中时*/ .nav_left .nav_left_items.active{ /*背景色变成白色*/ /* background: #f0f4f7; */ color: #F36244; /*border-left: 10rpx solid #ff6969;*/ } /*右侧栏主盒子*/ .scroll_right{ /*右侧盒子使用了绝对定位*/ position: fixed; right: 0; overflow: auto; flex: 1; /*宽度75%,高度占满,并使用百分比布局*/ width: 75%; height: 100%; padding: 0 0 170rpx; box-sizing: border-box; background-color: #F5F6F8; } .category-img { width: 100%; height: 200rpx; display: block; margin-top: 30rpx; } .mink::after{ display: block; content: ''; clear: both; } .jiul,.jiul image{ width: 100%; height: 170rpx; } .minl{ font-size: 32rpx; color: #333333; text-align: left; line-height: 80rpx; float: left; padding-left: 40rpx; /*background: #f7f7f7; */ width: 100%; /* height: 50rpx; */ } .mink{ width: 100%; background: #fff; height: 100%; margin-bottom: 40rpx; } /*右侧栏list的item*/ .nav_right_items{ /*浮动向左*/ float: left; /*每个item设置宽度是33.33%*/ width: 33.3%; /* height: 160rpx; */ text-align: center; color: #000000; background: #fff; margin: 0 0 25rpx; } .nav_right_items image{ /*被图片设置宽高*/ width: 120rpx; height: 140rpx; margin-top: 15rpx; } .nav_right_items text{ /*给text设成块级元素*/ display: block; margin-top: 5rpx; margin-bottom: 15rpx; font-size: 26rpx; /*设置文字溢出部分为...*/ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } /** 自定义其他点击态样式类 **/ .other-navigator-hover{ background:#fff; }
pages/category/category.css
.top { width: 100%; background: #fff; position: fixed; z-index: 1; } .searchBox { width: 506rpx; height: 84rpx; line-height: 84rpx; border-radius: 32rpx; background: #f5f6f8; margin: 55rpx 0 12rpx 40rpx; position: relative; } .searchInput { height: 64rpx; line-height: 64rpx; text-align: center; font-size: 30rpx; padding-left: 60rpx; font-family: Microsoft YaHei; font-weight: 400; } .searchIcon { position: absolute; left: 120rpx; top: 5rpx; font-size: 36rpx; color: #888; } /*总体主盒子*/ .container { position: relative; width: 100%; height: calc(100vh - 138rpx); background-color: #f0f4f7; color: #939393; } /*左侧栏主盒子*/ /*.nav_left{ !*设置行内块级元素(没使用定位)*! display: inline-block; width: 100%; height: 150vh; margin-bottom: 20px; !*主盒子设置背景色为灰色*! background: #F5F6F8; !*text-align: center; *! !* position: fixed; *! !*left: 0;*! }*/ .scroll_left{ position: fixed; left: 0; overflow: auto; flex: 1; width: 25%; height: 100%; background: #F5F6F8; padding: 0 0 135rpx; box-sizing: border-box; text-align: center; } /*左侧栏list的item*/ .nav_left .nav_left_items{ /*background: #fff;*/ /*每个高30px*/ height: 176rpx; /*垂直居中*/ line-height: 40rpx; /*再设上下padding增加高度,总高42px*/ margin: 16rpx 0; /*只设下边线*/ /* border-bottom: 1px solid #dedede; */ /*文字14px*/ font-size: 29rpx; color: #999999; font-weight: 400 } /*左侧栏list的item被选中时*/ .nav_left .nav_left_items.active{ /*背景色变成白色*/ /* background: #f0f4f7; */ color: #F36244; /*border-left: 10rpx solid #ff6969;*/ } /*右侧栏主盒子*/ .scroll_right{ /*右侧盒子使用了绝对定位*/ position: fixed; right: 0; overflow: auto; flex: 1; /*宽度75%,高度占满,并使用百分比布局*/ width: 75%; height: 100%; padding: 0 0 170rpx; box-sizing: border-box; background-color: #F5F6F8; } .category-img { width: 100%; height: 200rpx; display: block; margin-top: 30rpx; } .mink::after{ display: block; content: ''; clear: both; } .jiul,.jiul image{ width: 100%; height: 170rpx; } .minl{ font-size: 32rpx; color: #333333; text-align: left; line-height: 80rpx; float: left; padding-left: 40rpx; /*background: #f7f7f7; */ width: 100%; /* height: 50rpx; */ } .mink{ width: 100%; background: #fff; height: 100%; margin-bottom: 40rpx; } /*右侧栏list的item*/ .nav_right_items{ /*浮动向左*/ float: left; /*每个item设置宽度是33.33%*/ width: 33.3%; /* height: 160rpx; */ text-align: center; color: #000000; background: #fff; margin: 0 0 25rpx; } .nav_right_items image{ /*被图片设置宽高*/ width: 120rpx; height: 140rpx; margin-top: 15rpx; } .nav_right_items text{ /*给text设成块级元素*/ display: block; margin-top: 5rpx; margin-bottom: 15rpx; font-size: 26rpx; /*设置文字溢出部分为...*/ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } /** 自定义其他点击态样式类 **/ .other-navigator-hover{ background:#fff; }
0.325842
0.070049
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&family=Roboto:wght@400;500;700&display=swap"); /*------------- Global Properties -------------*/ * { margin: 0; padding: 0; } body { font-family: "Roboto"; font-weight: normal; background: #fff; -webkit-font-kerning: auto; -webkit-font-smoothing: antialiased; -webkit-backface-visibility: visible; overflow-x: hidden; transition: all 0.4s ease-out 0s; scroll-behavior: smooth; box-sizing: border-box; } .no-pad { padding: 0; } .no-margin { margin: 0; } .pad-120 { padding-top: 120px; padding-bottom: 120px; } .pad-80 { padding-top: 80px; padding-bottom: 80px; } .pab-20 { padding-bottom: 20px; } .pab-40 { padding-bottom: 40px; } .white-clr { color: #fff; } .black-color { color: #000; } .theme-clr { color: #f5ab35; } .bg-black { background: #000; } .list-item li { margin: 0 5px; position: relative; display: inline-block; } .list-item li a { color: #f5ab35; font-size: 14px; } .no-pad { padding: 0; } .no-margin { margin: 0; } .pad-120 { padding-top: 120px; padding-bottom: 120px; } .pad-20 { padding-top: 20px; padding-bottom: 20px; } .pad-40 { padding-top: 40px; padding-bottom: 40px; } .pad-80 { padding-top: 80px; padding-bottom: 80px; } .pab-20 { padding-bottom: 20px; } .pab-40 { padding-bottom: 40px; } .clr-4f4f4f { color: #4f4f4f; } .clr-48944b { color: #48944b; } .active { color: #f5ab35 !important; } .br-3 { border-radius: 3px; } .br-5 { border-radius: 5px; } .box-shadow-1 { box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2), 0 0px 6px 0 rgba(0, 0, 0, 0.19); } .bg-black { background: #000; } .font-w-700 { font-weight: 700; } .font-12 { font-size: 12px; } .font-14 { font-size: 14px; } .font-18 { font-size: 18px; } input.form-control, textarea.form-control, select.form-control { border-radius: 1px; border: 1px solid #daa95c85; } textarea:focus, textarea.form-control:focus, select.form-control:focus, input.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, [type="text"].form-control:focus, [type="password"].form-control:focus, [type="email"].form-control:focus, [type="tel"].form-control:focus, [contenteditable].form-control:focus { box-shadow: inset 0 -1px 0 #ddd; } input[type="file"] { line-height: 18px; } .custom-btn { border: 1px solid #f5ab35ba; border-radius: 1px; min-width: 90px; } .section-bg-clr { background: #f1f3f4; } /*------------- Typography -------------*/ a { color: #222222; font-size: 15px; } a, .btn { text-decoration: none; transition: all 0.4s ease-in-out; font-family: "Poppins", sans-serif; } a:focus, a:hover { text-decoration: none; outline: none; color: #f5ab35; } p { margin-bottom: 15px; line-height: 1.6; font-family: "Roboto"; font-weight: 400; font-size: 15px; } ul, ol { padding: 0; margin: 0; list-style: none; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; margin-top: 0; } /*------------- Topbar Starts -------------*/ .header-top { background: url(../img/top_bar_bg.png); padding: 5px 0; position: relative; } .header-top .list-item li span.icon { position: relative; line-height: normal; bottom: -1px; font-size: 16px; } .header-upper { background: #fff; box-shadow: 0px 1px 4px #d6cfcf; width: 100%; } .header-upper nav.navbar { width: 100%; padding: 0 15px; min-height: 70px; } .header-upper nav.navbar .navbar-brand { margin-right: 25px; } .header-upper nav.navbar a.navbar-brand img { height: 80px; } .navbar-nav { width: 100%; } .navbar-expand-lg .navbar-nav a.nav-link { padding: 15px 12px 15px 15px; color: #343415; text-transform: uppercase; font-size: 14px; font-weight: 600; cursor: pointer; position: relative; } .navbar-expand-lg .navbar-nav a.nav-link:focus, .navbar-expand-lg .navbar-nav a.nav-link:hover { text-decoration: none; outline: none; color: #f5ab35; } ul.dropdown-menu { margin-bottom: 0.1rem; } ul.dropdown-menu.mega-menu { min-width: 50rem; max-width: 100%; height: auto; padding: 15px 20px 5px 20px; } li.dropdown-item.mega-menu-item { width: calc(100% / 3 - 10px); float: left; clear: inherit; padding: 2px; margin-right: 10px; margin-bottom: 10px; border: 1px dotted #80808059; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); transition: all 0.4s; } a.mega-menu-item { display: flex; } .mega-menu-item img { width: 50px; height: 50px; } .mega-menu-item span { font-size: 12px; } li.dropdown-item.mega-menu-item:hover { border-color: red; } a.user-btn { padding: 5px 12px !important; margin-right: 7px; border: 1px solid #fe7f01; color: #fe7f01; font-weight: 400; display: inline-block; background: transparent; border-radius: 3px; } a.menu-reg:hover { background: #fe7f01; color: #fff; } a.menu-login { background: #fe7f01; color: #fff; margin-right: 0; } .user-menu-sec { margin-left: auto; line-height: normal; display: flex; align-items: center; } .shopping-bag { position: fixed; right: 0%; top: 50%; z-index: 50; width: 70px; transform: translateY(-50%); cursor: pointer; height: 100px; background: #21191682; border: 1px solid #c8b6af61; opacity: 0.8; text-align: center; border-radius: 4px; } .shopping-bag img { width: 75%; height: 50px; opacity: 0.8; } .shopping-cart-wrapper { background-color: #fff; width: 450px; box-sizing: border-box; z-index: 90; position: fixed; right: 0; top: 0; height: 100%; box-shadow: 0px 0px 5px 1px rgba(143, 143, 143, 0.8); border-top-left-radius: 3px; border-bottom-left-radius: 3px; display: none; transition: all 0.4s; } .shopping-cart-appended { display: block; } .shopping-cart-wrapper .cart-header { font-size: 18px; font-weight: 600; border-bottom: 1px solid #486c489e; padding: 10px 15px; text-transform: uppercase; font-family: "Poppins"; letter-spacing: 1px; } .shopping-cart-wrapper .cart-header .close-icon { line-height: inherit; color: #3c815f; cursor: pointer; } .shopping-cart-wrapper .cart-header .close-icon:hover { color: #17a2b1; } .cart-order-item-box { padding: 18px; height: 70vh; overflow-x: auto; } .cart-order-item-box .cart-order-item { margin-bottom: 10px; border-bottom: 1px solid #005b2e52; padding: 10px 0px; } .cart-order-item-box .cart-order-item:last-child { border: none; } .cart-order-item-box .cart-order-item .action button { border: none; outline: none; background: none; } .cart-footer { padding: 0px 15px; } .cart-footer button.checkout-btn { border: none; padding: 8px 0px; background: #a96d0e; } .sku-quantity-section { display: flex; align-items: center; margin-bottom: 10px; } .sku-quantity-section > a.next-number-picker-handler { background: #fff; width: 30px; display: inline-block; height: 30px; line-height: 30px; text-align: center; color: #005b2e; border: 1px solid lightgray; font-size: 12px; } .sku-quantity-section input { background: transparent; width: 50px; text-align: center; height: 30px; outline: none; border: none; font-size: 14px; font-weight: 700; } .sku-quantity-section input:focus { box-shadow: inset 0 0px 0 !important; } /*------------- Banner -------------*/ .banner { background-size: cover; background-position: center center; position: relative; } .banner-content .list-item li + li { margin-left: 0px; padding-left: 20px; } .banner-content .list-item li + li:before { position: absolute; content: "."; color: #f5ab35; font-size: 35px; bottom: -4px; left: 0; } .banner-content .list-item li a { font-size: 15px; text-transform: uppercase; color: #fff; } .banner-content .list-item { margin: 15px 0px 5px 0px; } .banner-content-text h1.banner-content-title { text-transform: uppercase; display: inline-block; font-size: 40px; font-weight: 700; line-height: normal; } .banner-content-text { max-width: 580px; margin: 0 0 45px 0; } .banner-content-text p { font-size: 18px; line-height: 30px; font-family: "Roboto"; } .banner-content-btn a.btn { border: 1px solid #f5ab35; color: #fff; background: #f5ab35; min-width: 200px; display: inline-block; padding: 10px; } .banner-content-btn a.btn:hover { background: #222222; border-color: #222222; } /*------------- Service Secton -------------*/ .service-section .services-box { background-color: #fff; overflow: hidden; transition: 0.4s ease; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2); padding: 35px 25px; color: #000; border-radius: 6px; } .sec-title h2 { font-size: 35px; color: #222222; line-height: normal; font-family: "Poppins"; text-transform: uppercase; } .sec-title p { font-family: "Roboto"; font-size: 16px; color: #222222; } .services-box i { color: #dc8903; transition: inherit; transition-delay: 0s; } .services-box h4 { color: #000; transition: inherit; transition-delay: 0.05s; } .services-box p { color: #000; transition: inherit; transition-delay: 0.1s; } .readmore { color: #000; overflow: hidden; display: inline-block; font-size: 0.75rem; text-transform: uppercase; font-weight: 700; position: relative; padding-right: 2rem; } .readmore:before { animation: ts-link-arrow-effect-animation-out; animation-fill-mode: forwards; animation-duration: 0.4s; animation-timing-function: cubic-bezier(0.6, 0.01, 0, 1); background-color: #dc8903; bottom: 0; height: 0.125rem; margin: auto; left: 0; content: ""; position: absolute; top: 0; width: 100%; transform: scaleX(0.2); transform-origin: left center; z-index: 0; } .readmore span { position: relative; transform: translateX(-200%); display: inline-block; transition: 0.6s cubic-bezier(0.6, 0.01, 0, 1); } .services-box:hover .readmore span { transform: translateX(0%); } .services-box:hover .readmore:before { animation: ts-link-arrow-effect-animation-in; animation-fill-mode: forwards; animation-duration: 0.4s; animation-timing-function: cubic-bezier(0.6, 0.01, 0, 1); } .services-box:hover i, .services-box:hover h4, .services-box:hover p { transform: translateY(-0.625rem); } @keyframes ts-link-arrow-effect-animation-out { 0% { transform-origin: right center; transform: scaleX(0.2); } 70% { transform-origin: right center; } 71% { transform-origin: left center; transform: scaleX(1); } 100% { transform-origin: left center; transform: scaleX(0.2); } } @keyframes ts-link-arrow-effect-animation-in { 0% { transform-origin: left center; transform: scaleX(0.2); } 70% { transform-origin: left center; transform: scaleX(1); } 71% { transform-origin: right center; } 100% { transform-origin: right center; transform: scaleX(0.2); } } /*------------- Counting Section -------------*/ section.counting-section { background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg4.jpg); background-size: cover; background-position: center -90%; } section.counting-section .counter { text-align: center; font-family: "Poppins"; text-transform: uppercase; } section.counting-section .counter span { font-size: 48px; color: #f5ab35; } section.counting-section .counter p.counting-number { margin: 8px 0px 5px 0px; font-weight: 700; font-size: 20px; } section.counting-section .counter h2.counting-text { font-size: 17px; font-weight: 700; } /*------------- Booking Page Css -------------*/ .panel { border: 1px solid #efbd6c42; padding: 25px; border-radius: 2px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); } .panel .panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; padding-bottom: 12px; border-bottom: 1px solid #51473745; } .panel .panel-head a.btn { padding: 4px 15px; box-shadow: 0px 0px 3px 0px #f5ab35; font-size: 15px; color: #222222e0; } h4.panel-title { font-size: 21px; font-family: "Poppins"; } .order-create-form .btn { width: 100px; border-radius: 2px; padding: 5px 0px; } .order-create-form label { display: inline-block; margin-bottom: 0.5rem; font-family: "Poppins"; font-weight: 400; font-size: 14px; } .panel .panel-head .panel-head-btn i.fa.fa-plus-circle { font-size: 11px; position: relative; bottom: 1px; right: 3px; } hr.divider { margin: 7px 0; border: 1px solid #51473745; } /*------------- About Us -------------*/ .feature-box { display: flex; align-items: flex-start; border: 1px dashed #22105f; border-radius: 2px; padding: 30px 20px 10px 20px; letter-spacing: 0.25px; margin-bottom: 15px; cursor: context-menu; } .feature-content { width: calc(100% - 60px); } .feature-box img { width: 48px; margin-right: 20px; } .feature-content h4 { color: #1b1e1a; font-size: 16px; font-weight: 800; } /*------------- Product Section -------------*/ section.product-section.pad-80 { text-align: center; transition: all 0.4s; } .products-filter { width: 100%; } .btn-grad { background-image: linear-gradient( to right, #ff8008 0%, #ffc837 51%, #ff8008 100% ); } .btn-grad { margin: 3px; padding: 5px 25px; text-align: center; text-transform: uppercase; transition: 0.5s; background-size: 200% auto; box-shadow: 0 0 20px #eee; border-radius: 2px; border: none; color: #000; font-weight: 600; font-family: "Poppins"; } .btn-grad:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .product-box { padding: 6px; border: 1px solid #9b939340; border-radius: 5px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); position: relative; } .product-box h4 { font-size: 15px; margin: 8px 0px; } .product-box img { border-radius: 4px; max-width: 100%; height: auto; cursor: pointer; } .overlay-text-effect { position: absolute; background: rgb(0 0 1 / 62%); width: 95%; bottom: 6px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; text-align: center; padding: 8px 0px; color: #fff; text-transform: uppercase; margin-bottom: -60px; overflow: hidden; opacity: 0; transition: all 0.4s; } .product-box:hover .overlay-text-effect { opacity: 1; margin-bottom: 0; } /*-------------User Profile Css-------------*/ .tab-inner { border: 1px solid #e9e9e9; position: relative; padding: 20px; } .tab-inner h3 { margin-bottom: 16px; } .process-model { position: relative; max-width: 600px; margin: 0 auto; border: none; z-index: 0; } .process-model li::after { background: #e5e5e5 none repeat scroll 0 0; bottom: 0; content: ""; display: block; height: 4px; margin: 0 auto; position: absolute; right: -30px; top: 33px; width: 100%; z-index: -1; } .process-model li { display: inline-block; width: 18%; text-align: center; float: none; } .process-model li a { padding: 0; border: none; color: #606060; } .process-model li.active a, .process-model li.active a:hover, .process-model li.active a:focus, .process-model li.visited a, .process-model li.visited a:hover, .process-model li.visited a:focus { color: #f5ab35; } .process-model li i { display: block; height: 68px; width: 68px; text-align: center; margin: 0 auto; background: #f5f6f7; border: 2px solid #e5e5e5; line-height: 65px; font-size: 30px; border-radius: 50%; } .process-model li.active i, .process-model li.visited i { background: #fff; border-color: #fe7f01; } @media screen and (max-width: 560px) { .more-icon-preocess.process-model li::after { top: 24px; } } @media screen and (max-width: 380px) { .process-model.more-icon-preocess li { width: 16%; } .more-icon-preocess.process-model li p { font-size: 8px; } } /*------------------Contact Page Css---------------*/ .common-banner { background-position: center center; background-repeat: no-repeat; background-size: cover; } .breadcrumb { padding: 10px 16px; list-style: none; justify-content: center; background-color: transparent !important; } .breadcrumb li { display: inline; font-size: 18px; color: #fbf5f2; } .breadcrumb li + li:before { padding: 8px; color: #ff8c77; content: "/\00a0"; } .breadcrumb li a { color: #ff8c77; text-decoration: none; font-weight: 800; } .breadcrumb li a:hover { color: #fff; } /*-------------Register Page Css------------*/ .form-container { position: relative; padding: 15px; background: #fff; transition: all 0.8s ease-in-out; } .register-form { border: 1px solid #e3dada; padding: 20px; } .form-container .retailer-user-form { max-width: 70%; margin: 0 auto; display: none; } .form-container .regular-user-form { max-width: 40%; margin: 0 auto; } .active-tab { border-bottom: 2px solid #589476; color: #005b2e !important; } .form-caption { font-size: 17px; margin: 10px 0px 20px; display: inline-block; position: relative; border-bottom: 2px solid #589476bf; width: 280px; max-width: 100%; padding: 10px 0px; } .form-btn span { display: inline-block; font-weight: 700; color: #4a3535; margin: 0 30px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; font-size: 18px; font-family: "Poppins"; } .social-login-wrap .btn { border-radius: 3px; min-width: 120px; margin-left: 6px; } .social-login-wrap p { font-size: 18px; color: #7e7676; } /*----------Login Page Css---------------*/ .imgcontainer { text-align: center; margin: 10px 0 20px 0; position: relative; } img.avatar { width: 40%; border-radius: 50%; } /*------------- Footer Section -------------*/ .footer-logo img { width: 100px; height: 100px; } footer p { font-size: 14px; } .social-icons li { display: inline-block; padding: 0px 8px 0px 0px; margin: 5px 0px; } .social-icons li a { display: inline-block; width: 36px; height: 36px; line-height: 38px; background: white; text-align: center; border-radius: 0 7px 5px; transition: all 0.4s; text-decoration: none; } .social-icons li a:hover { border-radius: 4px; } .footer-widget { margin-bottom: 15px; } .footer-widget h5.footer-widget-title { text-transform: capitalize; margin-bottom: 25px; } .footer-widget ul.widget-links li { margin-bottom: 10px; } .footer-widget ul.widget-links li a { color: #fffffff2; } .footer-widget ul.widget-links li a:hover { color: #f5ab35; padding-left: 10px; } hr#divider { background: #f5ab358a; margin-bottom: 22px; }
public/frontend-assets/assets/css/theme.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&family=Roboto:wght@400;500;700&display=swap"); /*------------- Global Properties -------------*/ * { margin: 0; padding: 0; } body { font-family: "Roboto"; font-weight: normal; background: #fff; -webkit-font-kerning: auto; -webkit-font-smoothing: antialiased; -webkit-backface-visibility: visible; overflow-x: hidden; transition: all 0.4s ease-out 0s; scroll-behavior: smooth; box-sizing: border-box; } .no-pad { padding: 0; } .no-margin { margin: 0; } .pad-120 { padding-top: 120px; padding-bottom: 120px; } .pad-80 { padding-top: 80px; padding-bottom: 80px; } .pab-20 { padding-bottom: 20px; } .pab-40 { padding-bottom: 40px; } .white-clr { color: #fff; } .black-color { color: #000; } .theme-clr { color: #f5ab35; } .bg-black { background: #000; } .list-item li { margin: 0 5px; position: relative; display: inline-block; } .list-item li a { color: #f5ab35; font-size: 14px; } .no-pad { padding: 0; } .no-margin { margin: 0; } .pad-120 { padding-top: 120px; padding-bottom: 120px; } .pad-20 { padding-top: 20px; padding-bottom: 20px; } .pad-40 { padding-top: 40px; padding-bottom: 40px; } .pad-80 { padding-top: 80px; padding-bottom: 80px; } .pab-20 { padding-bottom: 20px; } .pab-40 { padding-bottom: 40px; } .clr-4f4f4f { color: #4f4f4f; } .clr-48944b { color: #48944b; } .active { color: #f5ab35 !important; } .br-3 { border-radius: 3px; } .br-5 { border-radius: 5px; } .box-shadow-1 { box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2), 0 0px 6px 0 rgba(0, 0, 0, 0.19); } .bg-black { background: #000; } .font-w-700 { font-weight: 700; } .font-12 { font-size: 12px; } .font-14 { font-size: 14px; } .font-18 { font-size: 18px; } input.form-control, textarea.form-control, select.form-control { border-radius: 1px; border: 1px solid #daa95c85; } textarea:focus, textarea.form-control:focus, select.form-control:focus, input.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, [type="text"].form-control:focus, [type="password"].form-control:focus, [type="email"].form-control:focus, [type="tel"].form-control:focus, [contenteditable].form-control:focus { box-shadow: inset 0 -1px 0 #ddd; } input[type="file"] { line-height: 18px; } .custom-btn { border: 1px solid #f5ab35ba; border-radius: 1px; min-width: 90px; } .section-bg-clr { background: #f1f3f4; } /*------------- Typography -------------*/ a { color: #222222; font-size: 15px; } a, .btn { text-decoration: none; transition: all 0.4s ease-in-out; font-family: "Poppins", sans-serif; } a:focus, a:hover { text-decoration: none; outline: none; color: #f5ab35; } p { margin-bottom: 15px; line-height: 1.6; font-family: "Roboto"; font-weight: 400; font-size: 15px; } ul, ol { padding: 0; margin: 0; list-style: none; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; margin-top: 0; } /*------------- Topbar Starts -------------*/ .header-top { background: url(../img/top_bar_bg.png); padding: 5px 0; position: relative; } .header-top .list-item li span.icon { position: relative; line-height: normal; bottom: -1px; font-size: 16px; } .header-upper { background: #fff; box-shadow: 0px 1px 4px #d6cfcf; width: 100%; } .header-upper nav.navbar { width: 100%; padding: 0 15px; min-height: 70px; } .header-upper nav.navbar .navbar-brand { margin-right: 25px; } .header-upper nav.navbar a.navbar-brand img { height: 80px; } .navbar-nav { width: 100%; } .navbar-expand-lg .navbar-nav a.nav-link { padding: 15px 12px 15px 15px; color: #343415; text-transform: uppercase; font-size: 14px; font-weight: 600; cursor: pointer; position: relative; } .navbar-expand-lg .navbar-nav a.nav-link:focus, .navbar-expand-lg .navbar-nav a.nav-link:hover { text-decoration: none; outline: none; color: #f5ab35; } ul.dropdown-menu { margin-bottom: 0.1rem; } ul.dropdown-menu.mega-menu { min-width: 50rem; max-width: 100%; height: auto; padding: 15px 20px 5px 20px; } li.dropdown-item.mega-menu-item { width: calc(100% / 3 - 10px); float: left; clear: inherit; padding: 2px; margin-right: 10px; margin-bottom: 10px; border: 1px dotted #80808059; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); transition: all 0.4s; } a.mega-menu-item { display: flex; } .mega-menu-item img { width: 50px; height: 50px; } .mega-menu-item span { font-size: 12px; } li.dropdown-item.mega-menu-item:hover { border-color: red; } a.user-btn { padding: 5px 12px !important; margin-right: 7px; border: 1px solid #fe7f01; color: #fe7f01; font-weight: 400; display: inline-block; background: transparent; border-radius: 3px; } a.menu-reg:hover { background: #fe7f01; color: #fff; } a.menu-login { background: #fe7f01; color: #fff; margin-right: 0; } .user-menu-sec { margin-left: auto; line-height: normal; display: flex; align-items: center; } .shopping-bag { position: fixed; right: 0%; top: 50%; z-index: 50; width: 70px; transform: translateY(-50%); cursor: pointer; height: 100px; background: #21191682; border: 1px solid #c8b6af61; opacity: 0.8; text-align: center; border-radius: 4px; } .shopping-bag img { width: 75%; height: 50px; opacity: 0.8; } .shopping-cart-wrapper { background-color: #fff; width: 450px; box-sizing: border-box; z-index: 90; position: fixed; right: 0; top: 0; height: 100%; box-shadow: 0px 0px 5px 1px rgba(143, 143, 143, 0.8); border-top-left-radius: 3px; border-bottom-left-radius: 3px; display: none; transition: all 0.4s; } .shopping-cart-appended { display: block; } .shopping-cart-wrapper .cart-header { font-size: 18px; font-weight: 600; border-bottom: 1px solid #486c489e; padding: 10px 15px; text-transform: uppercase; font-family: "Poppins"; letter-spacing: 1px; } .shopping-cart-wrapper .cart-header .close-icon { line-height: inherit; color: #3c815f; cursor: pointer; } .shopping-cart-wrapper .cart-header .close-icon:hover { color: #17a2b1; } .cart-order-item-box { padding: 18px; height: 70vh; overflow-x: auto; } .cart-order-item-box .cart-order-item { margin-bottom: 10px; border-bottom: 1px solid #005b2e52; padding: 10px 0px; } .cart-order-item-box .cart-order-item:last-child { border: none; } .cart-order-item-box .cart-order-item .action button { border: none; outline: none; background: none; } .cart-footer { padding: 0px 15px; } .cart-footer button.checkout-btn { border: none; padding: 8px 0px; background: #a96d0e; } .sku-quantity-section { display: flex; align-items: center; margin-bottom: 10px; } .sku-quantity-section > a.next-number-picker-handler { background: #fff; width: 30px; display: inline-block; height: 30px; line-height: 30px; text-align: center; color: #005b2e; border: 1px solid lightgray; font-size: 12px; } .sku-quantity-section input { background: transparent; width: 50px; text-align: center; height: 30px; outline: none; border: none; font-size: 14px; font-weight: 700; } .sku-quantity-section input:focus { box-shadow: inset 0 0px 0 !important; } /*------------- Banner -------------*/ .banner { background-size: cover; background-position: center center; position: relative; } .banner-content .list-item li + li { margin-left: 0px; padding-left: 20px; } .banner-content .list-item li + li:before { position: absolute; content: "."; color: #f5ab35; font-size: 35px; bottom: -4px; left: 0; } .banner-content .list-item li a { font-size: 15px; text-transform: uppercase; color: #fff; } .banner-content .list-item { margin: 15px 0px 5px 0px; } .banner-content-text h1.banner-content-title { text-transform: uppercase; display: inline-block; font-size: 40px; font-weight: 700; line-height: normal; } .banner-content-text { max-width: 580px; margin: 0 0 45px 0; } .banner-content-text p { font-size: 18px; line-height: 30px; font-family: "Roboto"; } .banner-content-btn a.btn { border: 1px solid #f5ab35; color: #fff; background: #f5ab35; min-width: 200px; display: inline-block; padding: 10px; } .banner-content-btn a.btn:hover { background: #222222; border-color: #222222; } /*------------- Service Secton -------------*/ .service-section .services-box { background-color: #fff; overflow: hidden; transition: 0.4s ease; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2); padding: 35px 25px; color: #000; border-radius: 6px; } .sec-title h2 { font-size: 35px; color: #222222; line-height: normal; font-family: "Poppins"; text-transform: uppercase; } .sec-title p { font-family: "Roboto"; font-size: 16px; color: #222222; } .services-box i { color: #dc8903; transition: inherit; transition-delay: 0s; } .services-box h4 { color: #000; transition: inherit; transition-delay: 0.05s; } .services-box p { color: #000; transition: inherit; transition-delay: 0.1s; } .readmore { color: #000; overflow: hidden; display: inline-block; font-size: 0.75rem; text-transform: uppercase; font-weight: 700; position: relative; padding-right: 2rem; } .readmore:before { animation: ts-link-arrow-effect-animation-out; animation-fill-mode: forwards; animation-duration: 0.4s; animation-timing-function: cubic-bezier(0.6, 0.01, 0, 1); background-color: #dc8903; bottom: 0; height: 0.125rem; margin: auto; left: 0; content: ""; position: absolute; top: 0; width: 100%; transform: scaleX(0.2); transform-origin: left center; z-index: 0; } .readmore span { position: relative; transform: translateX(-200%); display: inline-block; transition: 0.6s cubic-bezier(0.6, 0.01, 0, 1); } .services-box:hover .readmore span { transform: translateX(0%); } .services-box:hover .readmore:before { animation: ts-link-arrow-effect-animation-in; animation-fill-mode: forwards; animation-duration: 0.4s; animation-timing-function: cubic-bezier(0.6, 0.01, 0, 1); } .services-box:hover i, .services-box:hover h4, .services-box:hover p { transform: translateY(-0.625rem); } @keyframes ts-link-arrow-effect-animation-out { 0% { transform-origin: right center; transform: scaleX(0.2); } 70% { transform-origin: right center; } 71% { transform-origin: left center; transform: scaleX(1); } 100% { transform-origin: left center; transform: scaleX(0.2); } } @keyframes ts-link-arrow-effect-animation-in { 0% { transform-origin: left center; transform: scaleX(0.2); } 70% { transform-origin: left center; transform: scaleX(1); } 71% { transform-origin: right center; } 100% { transform-origin: right center; transform: scaleX(0.2); } } /*------------- Counting Section -------------*/ section.counting-section { background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg4.jpg); background-size: cover; background-position: center -90%; } section.counting-section .counter { text-align: center; font-family: "Poppins"; text-transform: uppercase; } section.counting-section .counter span { font-size: 48px; color: #f5ab35; } section.counting-section .counter p.counting-number { margin: 8px 0px 5px 0px; font-weight: 700; font-size: 20px; } section.counting-section .counter h2.counting-text { font-size: 17px; font-weight: 700; } /*------------- Booking Page Css -------------*/ .panel { border: 1px solid #efbd6c42; padding: 25px; border-radius: 2px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); } .panel .panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; padding-bottom: 12px; border-bottom: 1px solid #51473745; } .panel .panel-head a.btn { padding: 4px 15px; box-shadow: 0px 0px 3px 0px #f5ab35; font-size: 15px; color: #222222e0; } h4.panel-title { font-size: 21px; font-family: "Poppins"; } .order-create-form .btn { width: 100px; border-radius: 2px; padding: 5px 0px; } .order-create-form label { display: inline-block; margin-bottom: 0.5rem; font-family: "Poppins"; font-weight: 400; font-size: 14px; } .panel .panel-head .panel-head-btn i.fa.fa-plus-circle { font-size: 11px; position: relative; bottom: 1px; right: 3px; } hr.divider { margin: 7px 0; border: 1px solid #51473745; } /*------------- About Us -------------*/ .feature-box { display: flex; align-items: flex-start; border: 1px dashed #22105f; border-radius: 2px; padding: 30px 20px 10px 20px; letter-spacing: 0.25px; margin-bottom: 15px; cursor: context-menu; } .feature-content { width: calc(100% - 60px); } .feature-box img { width: 48px; margin-right: 20px; } .feature-content h4 { color: #1b1e1a; font-size: 16px; font-weight: 800; } /*------------- Product Section -------------*/ section.product-section.pad-80 { text-align: center; transition: all 0.4s; } .products-filter { width: 100%; } .btn-grad { background-image: linear-gradient( to right, #ff8008 0%, #ffc837 51%, #ff8008 100% ); } .btn-grad { margin: 3px; padding: 5px 25px; text-align: center; text-transform: uppercase; transition: 0.5s; background-size: 200% auto; box-shadow: 0 0 20px #eee; border-radius: 2px; border: none; color: #000; font-weight: 600; font-family: "Poppins"; } .btn-grad:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .product-box { padding: 6px; border: 1px solid #9b939340; border-radius: 5px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); position: relative; } .product-box h4 { font-size: 15px; margin: 8px 0px; } .product-box img { border-radius: 4px; max-width: 100%; height: auto; cursor: pointer; } .overlay-text-effect { position: absolute; background: rgb(0 0 1 / 62%); width: 95%; bottom: 6px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; text-align: center; padding: 8px 0px; color: #fff; text-transform: uppercase; margin-bottom: -60px; overflow: hidden; opacity: 0; transition: all 0.4s; } .product-box:hover .overlay-text-effect { opacity: 1; margin-bottom: 0; } /*-------------User Profile Css-------------*/ .tab-inner { border: 1px solid #e9e9e9; position: relative; padding: 20px; } .tab-inner h3 { margin-bottom: 16px; } .process-model { position: relative; max-width: 600px; margin: 0 auto; border: none; z-index: 0; } .process-model li::after { background: #e5e5e5 none repeat scroll 0 0; bottom: 0; content: ""; display: block; height: 4px; margin: 0 auto; position: absolute; right: -30px; top: 33px; width: 100%; z-index: -1; } .process-model li { display: inline-block; width: 18%; text-align: center; float: none; } .process-model li a { padding: 0; border: none; color: #606060; } .process-model li.active a, .process-model li.active a:hover, .process-model li.active a:focus, .process-model li.visited a, .process-model li.visited a:hover, .process-model li.visited a:focus { color: #f5ab35; } .process-model li i { display: block; height: 68px; width: 68px; text-align: center; margin: 0 auto; background: #f5f6f7; border: 2px solid #e5e5e5; line-height: 65px; font-size: 30px; border-radius: 50%; } .process-model li.active i, .process-model li.visited i { background: #fff; border-color: #fe7f01; } @media screen and (max-width: 560px) { .more-icon-preocess.process-model li::after { top: 24px; } } @media screen and (max-width: 380px) { .process-model.more-icon-preocess li { width: 16%; } .more-icon-preocess.process-model li p { font-size: 8px; } } /*------------------Contact Page Css---------------*/ .common-banner { background-position: center center; background-repeat: no-repeat; background-size: cover; } .breadcrumb { padding: 10px 16px; list-style: none; justify-content: center; background-color: transparent !important; } .breadcrumb li { display: inline; font-size: 18px; color: #fbf5f2; } .breadcrumb li + li:before { padding: 8px; color: #ff8c77; content: "/\00a0"; } .breadcrumb li a { color: #ff8c77; text-decoration: none; font-weight: 800; } .breadcrumb li a:hover { color: #fff; } /*-------------Register Page Css------------*/ .form-container { position: relative; padding: 15px; background: #fff; transition: all 0.8s ease-in-out; } .register-form { border: 1px solid #e3dada; padding: 20px; } .form-container .retailer-user-form { max-width: 70%; margin: 0 auto; display: none; } .form-container .regular-user-form { max-width: 40%; margin: 0 auto; } .active-tab { border-bottom: 2px solid #589476; color: #005b2e !important; } .form-caption { font-size: 17px; margin: 10px 0px 20px; display: inline-block; position: relative; border-bottom: 2px solid #589476bf; width: 280px; max-width: 100%; padding: 10px 0px; } .form-btn span { display: inline-block; font-weight: 700; color: #4a3535; margin: 0 30px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; font-size: 18px; font-family: "Poppins"; } .social-login-wrap .btn { border-radius: 3px; min-width: 120px; margin-left: 6px; } .social-login-wrap p { font-size: 18px; color: #7e7676; } /*----------Login Page Css---------------*/ .imgcontainer { text-align: center; margin: 10px 0 20px 0; position: relative; } img.avatar { width: 40%; border-radius: 50%; } /*------------- Footer Section -------------*/ .footer-logo img { width: 100px; height: 100px; } footer p { font-size: 14px; } .social-icons li { display: inline-block; padding: 0px 8px 0px 0px; margin: 5px 0px; } .social-icons li a { display: inline-block; width: 36px; height: 36px; line-height: 38px; background: white; text-align: center; border-radius: 0 7px 5px; transition: all 0.4s; text-decoration: none; } .social-icons li a:hover { border-radius: 4px; } .footer-widget { margin-bottom: 15px; } .footer-widget h5.footer-widget-title { text-transform: capitalize; margin-bottom: 25px; } .footer-widget ul.widget-links li { margin-bottom: 10px; } .footer-widget ul.widget-links li a { color: #fffffff2; } .footer-widget ul.widget-links li a:hover { color: #f5ab35; padding-left: 10px; } hr#divider { background: #f5ab358a; margin-bottom: 22px; }
0.332419
0.088702
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: black; color: white; min-height: 100vh; } code { font-family: Roboto, source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } a { /* color: #007bff; */ /* color: #00AFFF; */ color: #FFF; text-decoration: none; background-color: transparent } footer { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; min-height: 32px; height: 5vh; position: relative; bottom: 0px; left: 0px; width: 100vw; /* width: calc(var(--vw, 1vw) * 100); */ background: #222; } .footer-text { color: #AAA; margin: 0 0.5em; } .footer-github { float: right; color: #AAA; fill: currentColor; margin: 0 1.5em 0 0.4em; } .footer-left { margin-right: auto; margin-left: 1.5em; } /* Timeline Styles */ body:before { content: ""; position: fixed; top: 0px; left: 50%; bottom: 0px; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 4px; background-color: #fff; } body .entries { width: calc(100% - 80px); max-width: 800px; margin: auto; position: relative; left: -5px; } body .entries .entry { width: calc(50% - 80px); float: left; padding: 20px; clear: both; text-align: right; margin-top: 20px; } body .entries .entry:not(:first-child) { margin-top: -60px; } body .entries .entry .title { font-size: 1.25rem; margin-bottom: 12px; position: relative; color: #fff; } body .entries .entry .title:before { content: ""; position: absolute; width: 8px; height: 8px; border: 4px solid #ffffff; background-color: #1d1d1d; border-radius: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: -73px; z-index: 1000; } body .entries .entry .title.big:before { width: 24px; height: 24px; -webkit-transform: translate(8px, -50%); transform: translate(8px, -50%); } body .entries .entry .body { color: #aaa; } body .entries .entry .body p { line-height: 1.4em; } body .entries .entry:nth-child(2n) { text-align: left; float: right; } body .entries .entry:nth-child(2n) .title:before { left: -63px; } body .entries .entry:nth-child(2n) .title.big:before { -webkit-transform: translate(-8px, -50%); transform: translate(-8px, -50%); } li { margin-top: 15px; }
css/styles.css
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: black; color: white; min-height: 100vh; } code { font-family: Roboto, source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } a { /* color: #007bff; */ /* color: #00AFFF; */ color: #FFF; text-decoration: none; background-color: transparent } footer { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; min-height: 32px; height: 5vh; position: relative; bottom: 0px; left: 0px; width: 100vw; /* width: calc(var(--vw, 1vw) * 100); */ background: #222; } .footer-text { color: #AAA; margin: 0 0.5em; } .footer-github { float: right; color: #AAA; fill: currentColor; margin: 0 1.5em 0 0.4em; } .footer-left { margin-right: auto; margin-left: 1.5em; } /* Timeline Styles */ body:before { content: ""; position: fixed; top: 0px; left: 50%; bottom: 0px; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 4px; background-color: #fff; } body .entries { width: calc(100% - 80px); max-width: 800px; margin: auto; position: relative; left: -5px; } body .entries .entry { width: calc(50% - 80px); float: left; padding: 20px; clear: both; text-align: right; margin-top: 20px; } body .entries .entry:not(:first-child) { margin-top: -60px; } body .entries .entry .title { font-size: 1.25rem; margin-bottom: 12px; position: relative; color: #fff; } body .entries .entry .title:before { content: ""; position: absolute; width: 8px; height: 8px; border: 4px solid #ffffff; background-color: #1d1d1d; border-radius: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: -73px; z-index: 1000; } body .entries .entry .title.big:before { width: 24px; height: 24px; -webkit-transform: translate(8px, -50%); transform: translate(8px, -50%); } body .entries .entry .body { color: #aaa; } body .entries .entry .body p { line-height: 1.4em; } body .entries .entry:nth-child(2n) { text-align: left; float: right; } body .entries .entry:nth-child(2n) .title:before { left: -63px; } body .entries .entry:nth-child(2n) .title.big:before { -webkit-transform: translate(-8px, -50%); transform: translate(-8px, -50%); } li { margin-top: 15px; }
0.308398
0.073297
div.gallery { border: 1px solid #ccc; } div.gallery:hover { border: 1px solid #777; } div.gallery img { width: 100%; height: auto; } div.desc { padding: 15px; text-align: center; } * { box-sizing: border-box; } .responsive { padding: 0 6px; float: left; width: 24.99999%; } .responsive2 { padding: 0 6px; float: left; width: 50%; } .responsive3 { padding: 0 6px; float: left; width: 33.3333%; } @media only screen and (max-width: 700px) { .responsive { width: 49.99999%; margin: 6px 0; } } @media only screen and (max-width: 500px) { .responsive { width: 100%; } } .clearfix:after { content: ""; display: table; clear: both; } * { box-sizing: border-box } body { font-family: Verdana, sans-serif; margin: 0 } .mySlides { display: none } img { vertical-align: middle; } /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } /* Caption text */ .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .container1 { width: 100%; background: #f5dcbb; } .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from { opacity: .4 } to { opacity: 1 } } @keyframes fade { from { opacity: .4 } to { opacity: 1 } } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .prev, .next, .text { font-size: 11px } } body { margin: 0; font-family: Arial, Helvetica, sans-serif; } .topnav { overflow: hidden; background-color: #282828; } .topnav a { float: right; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: wheat; color: black; } .topnav .icon { display: none; } @media screen and (max-width: 600px) { .topnav a:not(:first-child) { display: none; } .topnav a.icon { float: right; display: block; } } @media screen and (max-width: 600px) { .topnav.responsive { position: relative; } .topnav.responsive .icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } } * { box-sizing: border-box } body { font-family: Verdana, sans-serif; margin: 0 } .mySlides { display: none } img { vertical-align: middle; } /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } /* Caption text */ .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from { opacity: .4 } to { opacity: 1 } } @keyframes fade { from { opacity: .4 } to { opacity: 1 } } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .prev, .next, .text { font-size: 11px } } .container1 { width: 100%; background: #f5dcbb; } .responsive1 { width: 100%; height: auto; } div.sticky { position: -webkit-sticky; position: sticky; top: 0; z-index: 1000; } .btn1 { background-color: wheat; border-radius: 0px; border: none; margin-left: 70%; } .btn1 :hover { background-color: black; } a.five:link { color: #1a1919; text-decoration: none; font-weight: 500; } a.five:visited { color: #111111; text-decoration: none; } a.five:hover { text-decoration: underline; } .container2 { background-color: wheat; width: 100%; height: auto; } /* homepage */ .navbar { overflow: hidden; background-color: #333; } .navbar a { float: right; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .dropdown1 { float: right; overflow: hidden; } .dropdown1 .dropbtn { font-size: 17px; border: none; outline: none; color: #f2f2f2; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown1:hover .dropbtn { background-color: rgb(119, 117, 117); } .dropdown-content { display: none; position: absolute; background-color: #f3dcdc; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: rgb(253, 253, 253); } .dropdown1:hover .dropdown-content { display: block; } .container2 { position: relative; width: 100%; } .image { opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden; } .middle { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .container2:hover .image { opacity: 0.3; } .container2:hover .middle { opacity: 1; } .btn1 { background-color: #4e4b4d; color: white; border-radius: 5px; cursor: pointer; } a.five:link { color: #ff0000; text-decoration: none; } a.five:visited { color: #ff0000; text-decoration: none; } a.five:hover { text-decoration: underline; } .button { display: inline-block; padding: 5px 10px; font-size: 20px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: rgb(66, 66, 66); background-color: #f7b178; border: none; border-radius: 5px; box-shadow: 0 9px #999; } .button:hover { background-color: #ffcb9b } .button:active { background-color: #fab379; box-shadow: 0 5px #666; transform: translateY(4px); } .con { width: 100%; background-color: #282828; } .con1 { background: url("image/teaBg.jpg"); } .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #282828; color: white; text-align: center; }
public/css/styling.css
div.gallery { border: 1px solid #ccc; } div.gallery:hover { border: 1px solid #777; } div.gallery img { width: 100%; height: auto; } div.desc { padding: 15px; text-align: center; } * { box-sizing: border-box; } .responsive { padding: 0 6px; float: left; width: 24.99999%; } .responsive2 { padding: 0 6px; float: left; width: 50%; } .responsive3 { padding: 0 6px; float: left; width: 33.3333%; } @media only screen and (max-width: 700px) { .responsive { width: 49.99999%; margin: 6px 0; } } @media only screen and (max-width: 500px) { .responsive { width: 100%; } } .clearfix:after { content: ""; display: table; clear: both; } * { box-sizing: border-box } body { font-family: Verdana, sans-serif; margin: 0 } .mySlides { display: none } img { vertical-align: middle; } /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } /* Caption text */ .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .container1 { width: 100%; background: #f5dcbb; } .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from { opacity: .4 } to { opacity: 1 } } @keyframes fade { from { opacity: .4 } to { opacity: 1 } } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .prev, .next, .text { font-size: 11px } } body { margin: 0; font-family: Arial, Helvetica, sans-serif; } .topnav { overflow: hidden; background-color: #282828; } .topnav a { float: right; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: wheat; color: black; } .topnav .icon { display: none; } @media screen and (max-width: 600px) { .topnav a:not(:first-child) { display: none; } .topnav a.icon { float: right; display: block; } } @media screen and (max-width: 600px) { .topnav.responsive { position: relative; } .topnav.responsive .icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } } * { box-sizing: border-box } body { font-family: Verdana, sans-serif; margin: 0 } .mySlides { display: none } img { vertical-align: middle; } /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } /* Caption text */ .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from { opacity: .4 } to { opacity: 1 } } @keyframes fade { from { opacity: .4 } to { opacity: 1 } } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .prev, .next, .text { font-size: 11px } } .container1 { width: 100%; background: #f5dcbb; } .responsive1 { width: 100%; height: auto; } div.sticky { position: -webkit-sticky; position: sticky; top: 0; z-index: 1000; } .btn1 { background-color: wheat; border-radius: 0px; border: none; margin-left: 70%; } .btn1 :hover { background-color: black; } a.five:link { color: #1a1919; text-decoration: none; font-weight: 500; } a.five:visited { color: #111111; text-decoration: none; } a.five:hover { text-decoration: underline; } .container2 { background-color: wheat; width: 100%; height: auto; } /* homepage */ .navbar { overflow: hidden; background-color: #333; } .navbar a { float: right; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .dropdown1 { float: right; overflow: hidden; } .dropdown1 .dropbtn { font-size: 17px; border: none; outline: none; color: #f2f2f2; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown1:hover .dropbtn { background-color: rgb(119, 117, 117); } .dropdown-content { display: none; position: absolute; background-color: #f3dcdc; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: rgb(253, 253, 253); } .dropdown1:hover .dropdown-content { display: block; } .container2 { position: relative; width: 100%; } .image { opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden; } .middle { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .container2:hover .image { opacity: 0.3; } .container2:hover .middle { opacity: 1; } .btn1 { background-color: #4e4b4d; color: white; border-radius: 5px; cursor: pointer; } a.five:link { color: #ff0000; text-decoration: none; } a.five:visited { color: #ff0000; text-decoration: none; } a.five:hover { text-decoration: underline; } .button { display: inline-block; padding: 5px 10px; font-size: 20px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: rgb(66, 66, 66); background-color: #f7b178; border: none; border-radius: 5px; box-shadow: 0 9px #999; } .button:hover { background-color: #ffcb9b } .button:active { background-color: #fab379; box-shadow: 0 5px #666; transform: translateY(4px); } .con { width: 100%; background-color: #282828; } .con1 { background: url("image/teaBg.jpg"); } .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #282828; color: white; text-align: center; }
0.545286
0.169612
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap"); :root { --primary-font: "Open Sans", sans-serif; } *, *::after, *::before { box-sizing: border-box; margin: 0; padding: 0; } .experience { width: 100%; display: flex; align-items: center; justify-content: center; position: relative; } .timeline { top: 2em; position: relative; max-width: 900px; display: flex; flex-direction: column; } .timeline .block { background-color: white; outline: none; margin-bottom: 2em; max-width: 30em; padding: 1em 3em; position: relative; display: grid; grid-auto-flow: column; height: auto; border-radius: 20px; box-shadow: 0 0 2.34px 0.5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3); grid-template-areas: "date date" "content content"; } .block .date { grid-area: date; } .block .content { width: 100%; height: 100%; } .timeline .block::before { content: ""; display: block; width: 20px; height: 20px; background-color: #fff; border: 2px solid #555; z-index: 1; border-radius: 50%; left: -28px; position: absolute; } .timeline .block::after { content: ""; display: block; width: 3.5px; height: calc(100% + 50px); position: absolute; background-color: #555; left: -20px; } .timeline .block:last-child::after { height: 0%; } .duration { font-size: 16px; font-weight: 200; } .designation { width: 100%; padding-bottom: 20px; } .designation::before { content: ""; position: absolute; width: 15px; height: 15px; color: #000; } .cname { font-size: 0.8em; } .clink { text-decoration: none; color: #000; } .clink:hover { text-decoration: underline; } @media screen and (max-width: 555px) { .timeline { width: 100vw; margin-left: 4em; } .timeline .block { width: 94%; height: auto; } .timeline { padding-right: 30px; } .timeline::after { height: calc(100% - 267px); } } @media screen and (min-width: 992px) { .timeline .block { grid-template-rows: 1fr; padding: 2em; } .timeline .block .date { position: absolute; transform: translateX(-17em) translateY(-2.6em); background: #fff; border: 1px solid #555; padding: 0.7em 1.6em; letter-spacing: 2px; border-radius: 20px; left: -3em; width: 15.5em; } } @media (max-width:991px) { .timeline .block { display: flex; flex-direction: column; padding-bottom: 3em; padding-top: 1.7em; padding-left: 1em; height: auto; } .block .date { position: relative; margin-bottom: 2em; font-size: 20px; font-size: 1.1em; font-weight: 350; } .content { position: relative; margin-left: 2em; } .designation { padding-bottom: 20px; } }
BLOG/css/timeline.css
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap"); :root { --primary-font: "Open Sans", sans-serif; } *, *::after, *::before { box-sizing: border-box; margin: 0; padding: 0; } .experience { width: 100%; display: flex; align-items: center; justify-content: center; position: relative; } .timeline { top: 2em; position: relative; max-width: 900px; display: flex; flex-direction: column; } .timeline .block { background-color: white; outline: none; margin-bottom: 2em; max-width: 30em; padding: 1em 3em; position: relative; display: grid; grid-auto-flow: column; height: auto; border-radius: 20px; box-shadow: 0 0 2.34px 0.5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3); grid-template-areas: "date date" "content content"; } .block .date { grid-area: date; } .block .content { width: 100%; height: 100%; } .timeline .block::before { content: ""; display: block; width: 20px; height: 20px; background-color: #fff; border: 2px solid #555; z-index: 1; border-radius: 50%; left: -28px; position: absolute; } .timeline .block::after { content: ""; display: block; width: 3.5px; height: calc(100% + 50px); position: absolute; background-color: #555; left: -20px; } .timeline .block:last-child::after { height: 0%; } .duration { font-size: 16px; font-weight: 200; } .designation { width: 100%; padding-bottom: 20px; } .designation::before { content: ""; position: absolute; width: 15px; height: 15px; color: #000; } .cname { font-size: 0.8em; } .clink { text-decoration: none; color: #000; } .clink:hover { text-decoration: underline; } @media screen and (max-width: 555px) { .timeline { width: 100vw; margin-left: 4em; } .timeline .block { width: 94%; height: auto; } .timeline { padding-right: 30px; } .timeline::after { height: calc(100% - 267px); } } @media screen and (min-width: 992px) { .timeline .block { grid-template-rows: 1fr; padding: 2em; } .timeline .block .date { position: absolute; transform: translateX(-17em) translateY(-2.6em); background: #fff; border: 1px solid #555; padding: 0.7em 1.6em; letter-spacing: 2px; border-radius: 20px; left: -3em; width: 15.5em; } } @media (max-width:991px) { .timeline .block { display: flex; flex-direction: column; padding-bottom: 3em; padding-top: 1.7em; padding-left: 1em; height: auto; } .block .date { position: relative; margin-bottom: 2em; font-size: 20px; font-size: 1.1em; font-weight: 350; } .content { position: relative; margin-left: 2em; } .designation { padding-bottom: 20px; } }
0.502197
0.093058
body.x-air-window { background:transparent !important; height:100%; } .x-air.x-window-tc { background: transparent url(images/top-bottom.png) repeat-x 0 0; padding-top:11px; } .x-air.x-window-bc .x-air.x-window-footer { background: transparent url(images/top-bottom.png) repeat-x 0 bottom; padding-bottom:15px; } .x-panel-nofooter .x-air.x-window-bc { background: transparent url(images/top-bottom.png) repeat-x 0 bottom; height:15px; } .x-air.x-window-tr { background: transparent url(images/right-corners.png) no-repeat right 0; padding-right:15px; } .x-air.x-window-br { background: transparent url(images/right-corners.png) no-repeat right bottom; padding-right:15px; } .x-air.x-window-tl { background: transparent url(images/left-corners.png) no-repeat 0 0; padding-left:15px; } .x-air.x-window-bl { background: transparent url(images/left-corners.png) no-repeat 0 bottom; padding-left:15px; } .x-air.x-window-mr { background: transparent url(images/left-right.png) repeat-y right 0; padding-right:15px; } .x-air.x-window-ml { background: transparent url(images/left-right.png) repeat-y 0 0; padding-left:15px; } .x-air.x-resizable-handle{ margin:7px; } .x-air.x-window-mc { background: #CAD9EC; border-right:1px solid #DFE8F6; border-bottom:1px solid #DFE8F6; border-top:1px solid #a3bae9; border-left:1px solid #a3bae9; } .x-air.x-window-body { border-left:1px solid #DFE8F6; border-top:1px solid #DFE8F6; border-bottom:1px solid #a3bae9; border-right:1px solid #a3bae9; background:transparent !important; } .ext-safari .x-small-editor .x-form-field { /* safari text field will not size so needs bigger font */ font:normal 11px arial, tahoma, helvetica, sans-serif; } .x-menu-sep { overflow:hidden; height:1px; margin: 1px 3px; } .x-layout-split, .x-splitbar-h, .x-splitbar-v, .x-layout-split-north, .x-layout-split-east, .x-layout-split-west, .x-layout-split-south { cursor:move !important; } .x-grid3:not(input) { -khtml-user-select: none; } .x-tree:not(input) { -khtml-user-select: none; } .x-panel:not(input) { -khtml-user-select: none; } .x-panel .x-panel-body textarea { -khtml-user-select: normal; }
static/scripts/ext-2.2.1/air/resources/ext-air.css
body.x-air-window { background:transparent !important; height:100%; } .x-air.x-window-tc { background: transparent url(images/top-bottom.png) repeat-x 0 0; padding-top:11px; } .x-air.x-window-bc .x-air.x-window-footer { background: transparent url(images/top-bottom.png) repeat-x 0 bottom; padding-bottom:15px; } .x-panel-nofooter .x-air.x-window-bc { background: transparent url(images/top-bottom.png) repeat-x 0 bottom; height:15px; } .x-air.x-window-tr { background: transparent url(images/right-corners.png) no-repeat right 0; padding-right:15px; } .x-air.x-window-br { background: transparent url(images/right-corners.png) no-repeat right bottom; padding-right:15px; } .x-air.x-window-tl { background: transparent url(images/left-corners.png) no-repeat 0 0; padding-left:15px; } .x-air.x-window-bl { background: transparent url(images/left-corners.png) no-repeat 0 bottom; padding-left:15px; } .x-air.x-window-mr { background: transparent url(images/left-right.png) repeat-y right 0; padding-right:15px; } .x-air.x-window-ml { background: transparent url(images/left-right.png) repeat-y 0 0; padding-left:15px; } .x-air.x-resizable-handle{ margin:7px; } .x-air.x-window-mc { background: #CAD9EC; border-right:1px solid #DFE8F6; border-bottom:1px solid #DFE8F6; border-top:1px solid #a3bae9; border-left:1px solid #a3bae9; } .x-air.x-window-body { border-left:1px solid #DFE8F6; border-top:1px solid #DFE8F6; border-bottom:1px solid #a3bae9; border-right:1px solid #a3bae9; background:transparent !important; } .ext-safari .x-small-editor .x-form-field { /* safari text field will not size so needs bigger font */ font:normal 11px arial, tahoma, helvetica, sans-serif; } .x-menu-sep { overflow:hidden; height:1px; margin: 1px 3px; } .x-layout-split, .x-splitbar-h, .x-splitbar-v, .x-layout-split-north, .x-layout-split-east, .x-layout-split-west, .x-layout-split-south { cursor:move !important; } .x-grid3:not(input) { -khtml-user-select: none; } .x-tree:not(input) { -khtml-user-select: none; } .x-panel:not(input) { -khtml-user-select: none; } .x-panel .x-panel-body textarea { -khtml-user-select: normal; }
0.419886
0.146301
@font-face { font-family: 'vicons'; src:url('vicons.eot?1u5j7r'); src:url('vicons.eot?#iefix1u5j7r') format('embedded-opentype'), url('vicons.woff?1u5j7r') format('woff'), url('vicons.ttf?1u5j7r') format('truetype'), url('vicons.svg?1u5j7r#vicons') format('svg'); font-weight: normal; font-style: normal; } .icon { display: inline-block; position: relative; font-family: 'vicons'; font-size: inherit; font-style: normal; line-height: inherit; vertical-align: middle; text-rendering: auto; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } .icon::before { display: inline-block; width: 100%; } .icon-box:before { content: "\e600"; } .icon-write:before { content: "\e601"; } .icon-clock:before { content: "\e602"; } .icon-reply:before { content: "\e603"; } .icon-reply-all:before { content: "\e604"; } .icon-forward:before, .icon-backward:before { content: "\e605"; } .icon-backward:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .icon-flag:before { content: "\e606"; } .icon-search:before { content: "\e607"; } .icon-trash:before { content: "\e608"; } .icon-envelope:before { content: "\e609"; } .icon-bubble:before { content: "\e60a"; } .icon-bubbles:before { content: "\e60b"; } .icon-user:before { content: "\e60c"; } .icon-users:before { content: "\e60d"; } .icon-cloud:before { content: "\e60e"; } .icon-download:before { content: "\e60f"; } .icon-upload:before { content: "\e610"; } .icon-rain:before { content: "\e611"; } .icon-sun:before { content: "\e612"; } .icon-moon:before { content: "\e613"; } .icon-bell:before { content: "\e614"; } .icon-folder:before { content: "\e615"; } .icon-pin:before { content: "\e616"; } .icon-sound:before { content: "\e617"; } .icon-microphone:before { content: "\e618"; } .icon-camera:before { content: "\e619"; } .icon-image:before { content: "\e61a"; } .icon-cog:before { content: "\e61b"; } .icon-calendar:before { content: "\e61c"; } .icon-book:before { content: "\e61d"; } .icon-map-marker:before { content: "\e61e"; } .icon-store:before { content: "\e61f"; } .icon-support:before { content: "\e620"; } .icon-tag:before { content: "\e621"; } .icon-heart:before { content: "\e622"; } .icon-video-camera:before { content: "\e623"; } .icon-trophy:before { content: "\e624"; } .icon-cart:before { content: "\e625"; } .icon-eye:before { content: "\e626"; } .icon-cancel:before { content: "\e627"; } .icon-chart:before { content: "\e628"; } .icon-target:before { content: "\e629"; } .icon-printer:before { content: "\e62a"; } .icon-location:before { content: "\e62b"; } .icon-bookmark:before { content: "\e62c"; } .icon-monitor:before { content: "\e62d"; } .icon-cross:before { content: "\e62e"; } .icon-plus:before { content: "\e62f"; } .icon-left:before, .icon-right:before { content: "\e630"; } .icon-previous:before, .icon-right:before, .icon-down:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .icon-up:before, .icon-down:before { content: "\e631"; } .icon-browser:before { content: "\e632"; } .icon-windows:before { content: "\e633"; } .icon-switch:before { content: "\e634"; } .icon-dashboard:before { content: "\e635"; } .icon-play:before { content: "\e636"; } .icon-fast-forward:before { content: "\e637"; } .icon-previous:before, .icon-next:before { content: "\e638"; } .icon-refresh:before { content: "\e639"; } .icon-film:before { content: "\e63a"; } .icon-home:before { content: "\e63b"; }
CreativeGooeyEffects/fonts/vicons/vicons-font.css
@font-face { font-family: 'vicons'; src:url('vicons.eot?1u5j7r'); src:url('vicons.eot?#iefix1u5j7r') format('embedded-opentype'), url('vicons.woff?1u5j7r') format('woff'), url('vicons.ttf?1u5j7r') format('truetype'), url('vicons.svg?1u5j7r#vicons') format('svg'); font-weight: normal; font-style: normal; } .icon { display: inline-block; position: relative; font-family: 'vicons'; font-size: inherit; font-style: normal; line-height: inherit; vertical-align: middle; text-rendering: auto; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } .icon::before { display: inline-block; width: 100%; } .icon-box:before { content: "\e600"; } .icon-write:before { content: "\e601"; } .icon-clock:before { content: "\e602"; } .icon-reply:before { content: "\e603"; } .icon-reply-all:before { content: "\e604"; } .icon-forward:before, .icon-backward:before { content: "\e605"; } .icon-backward:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .icon-flag:before { content: "\e606"; } .icon-search:before { content: "\e607"; } .icon-trash:before { content: "\e608"; } .icon-envelope:before { content: "\e609"; } .icon-bubble:before { content: "\e60a"; } .icon-bubbles:before { content: "\e60b"; } .icon-user:before { content: "\e60c"; } .icon-users:before { content: "\e60d"; } .icon-cloud:before { content: "\e60e"; } .icon-download:before { content: "\e60f"; } .icon-upload:before { content: "\e610"; } .icon-rain:before { content: "\e611"; } .icon-sun:before { content: "\e612"; } .icon-moon:before { content: "\e613"; } .icon-bell:before { content: "\e614"; } .icon-folder:before { content: "\e615"; } .icon-pin:before { content: "\e616"; } .icon-sound:before { content: "\e617"; } .icon-microphone:before { content: "\e618"; } .icon-camera:before { content: "\e619"; } .icon-image:before { content: "\e61a"; } .icon-cog:before { content: "\e61b"; } .icon-calendar:before { content: "\e61c"; } .icon-book:before { content: "\e61d"; } .icon-map-marker:before { content: "\e61e"; } .icon-store:before { content: "\e61f"; } .icon-support:before { content: "\e620"; } .icon-tag:before { content: "\e621"; } .icon-heart:before { content: "\e622"; } .icon-video-camera:before { content: "\e623"; } .icon-trophy:before { content: "\e624"; } .icon-cart:before { content: "\e625"; } .icon-eye:before { content: "\e626"; } .icon-cancel:before { content: "\e627"; } .icon-chart:before { content: "\e628"; } .icon-target:before { content: "\e629"; } .icon-printer:before { content: "\e62a"; } .icon-location:before { content: "\e62b"; } .icon-bookmark:before { content: "\e62c"; } .icon-monitor:before { content: "\e62d"; } .icon-cross:before { content: "\e62e"; } .icon-plus:before { content: "\e62f"; } .icon-left:before, .icon-right:before { content: "\e630"; } .icon-previous:before, .icon-right:before, .icon-down:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .icon-up:before, .icon-down:before { content: "\e631"; } .icon-browser:before { content: "\e632"; } .icon-windows:before { content: "\e633"; } .icon-switch:before { content: "\e634"; } .icon-dashboard:before { content: "\e635"; } .icon-play:before { content: "\e636"; } .icon-fast-forward:before { content: "\e637"; } .icon-previous:before, .icon-next:before { content: "\e638"; } .icon-refresh:before { content: "\e639"; } .icon-film:before { content: "\e63a"; } .icon-home:before { content: "\e63b"; }
0.332744
0.12363
body{padding-top: 0px;} .input-group{width: 75%} .input-group.code{width: 100%} .code-left{float: left;width: 57%;} .code-left .code{margin: 0px 0px 10px 0px;} .code-right{float: left;width: 40%;margin: 10px 0px 10px 10px;} .code-right img{width: 70%;} .glyphicon.notop{top:0px;} .dologin{width: 83%;line-height: 30px;margin-top: 10px;} .row a.btn-dropbox{color: #fff;width: 60%;margin: 10px;} .btn-social{width: 80%;} .footer{height: auto;} .hasnt-article { font-size: 24px; color: #c8cdd2; min-height: 300px; line-height: 300px; text-align: center; } .margin-right .panel-default{width: 80%;float: right;} .main-user .info>div { height: 25px; margin: 0; border-right: 1px #ccc dotted; text-align: center; } /*add*/ .background-info{ background: #fff; width: 89%; } .menu{ font-size: 16px; line-height: 40px; } .active a{ color: #5579EE; } /*add end*/ .user-info { background-color: #FAFAFA; border-bottom: 1px solid #ddd; } .nav>li>a:hover{background-color:#fff;} .profile .dropdown:hover{background-color: #fff;} .container { padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; } article.mainbd { width: 100%; } .col-xs-6{ position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; width: 30%; } .user-info{padding: 10px;} .header{ position: fixed; box-shadow: 0 5px 5px rgba(1,1,1,.02); } #userInfo .img-circle{width: 40px;height: 40px;} .profile.nav>.dropdown>a { padding-left: 68px; } .social-buttons a{margin: 8px 0px;display: block;} .social-buttons a:visited,.social-buttons a:link { color:#fff;; text-decoration: none; } .social-buttons .btn.focus, .social-buttons .btn:focus, .social-buttons .btn:hover{color: #fff;} .pheader-left{padding-top: 25px;} .margin-right{margin-top: 5px;float: right;} .p-points{margin: 20px 0px;} .header{padding: 18px 0px 0px} .navbar-right { float: right!important; } .profile.nav>.dropdown>.dropdown-menu { width: 202px; margin-left: -110px; left: 0; } .img-circle.avatar{width: 65px;height: 65px;} .media-body span{line-height: 25px;} .profile{} .profile.nav>.dropdown>a.dropdown-toggle{color: #000} .navbar-nav:hover{background-color: #fff;} .container-fluid{} .main-body{background-color: #fff;margin-bottom: 10%;width:100%;padding-top: 10px;margin: 0 auto;min-height: 500px;} .itemlist li{ line-height: 30px; border-bottom: 1px solid #f0f0f0; padding: 10px; } .itemlist li a { max-width: 70%; white-space: nowrap; display: inline-block; vertical-align: middle; font-size: 16px; line-height: 30px; color:#08c; overflow: hidden; } .itemlist li a:focus, a:hover { color: #005580; text-decoration: underline; } .itemlist li .li_pic{margin-left: 10px;margin-right: 10px;} .itemlist li .li_pic img{width: 35px;height: 35px;} .itemlist li .li_title{} .itemlist li .li_time{ right: 15px; position: absolute; } .mypublish{margin-bottom: 20px;} /*个人中心设置*/ .page-body{width: 89%;margin: 0 auto;} .m-foot .m-copyright.minifoot {margin-left: 22%;width:73%;} .page-right .input-group .form-control{height: 32px;border-radius: 4px;width: 128%;} .register-item{margin-bottom: 10px} .alert {padding: 8px 15px;} .red{color: red;} .avatar-list {overflow:hidden;} .avatar-list ul li{width:60px;height:60px;position:relative;margin:10px 0 0 10px;float:left;padding:3px;border:1px solid #ddd;} .avatar-list ul li img{width:100%;height:100%;} .avatar-list ul li:hover div{display:block;} .avatar-list ul li div{width:100%;height:100%;positon:absulote;top:0;left:0;background:rgba(0,0,0,.4);color:#fff;display:none;line-height:60px;cursor:pointer;font-size:12px;} .mask { background: rgba(0,0,0,.8); width: 100%; height: 100%; position: absolute; top: 0; left: 0; color: #fff; text-align: center; padding: 2% 7%; } #userInfoForm .w-btn{ margin-top: 30px; }
www/static/theme/liblog/res/src/css/business/personal/personal.css
body{padding-top: 0px;} .input-group{width: 75%} .input-group.code{width: 100%} .code-left{float: left;width: 57%;} .code-left .code{margin: 0px 0px 10px 0px;} .code-right{float: left;width: 40%;margin: 10px 0px 10px 10px;} .code-right img{width: 70%;} .glyphicon.notop{top:0px;} .dologin{width: 83%;line-height: 30px;margin-top: 10px;} .row a.btn-dropbox{color: #fff;width: 60%;margin: 10px;} .btn-social{width: 80%;} .footer{height: auto;} .hasnt-article { font-size: 24px; color: #c8cdd2; min-height: 300px; line-height: 300px; text-align: center; } .margin-right .panel-default{width: 80%;float: right;} .main-user .info>div { height: 25px; margin: 0; border-right: 1px #ccc dotted; text-align: center; } /*add*/ .background-info{ background: #fff; width: 89%; } .menu{ font-size: 16px; line-height: 40px; } .active a{ color: #5579EE; } /*add end*/ .user-info { background-color: #FAFAFA; border-bottom: 1px solid #ddd; } .nav>li>a:hover{background-color:#fff;} .profile .dropdown:hover{background-color: #fff;} .container { padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; } article.mainbd { width: 100%; } .col-xs-6{ position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; width: 30%; } .user-info{padding: 10px;} .header{ position: fixed; box-shadow: 0 5px 5px rgba(1,1,1,.02); } #userInfo .img-circle{width: 40px;height: 40px;} .profile.nav>.dropdown>a { padding-left: 68px; } .social-buttons a{margin: 8px 0px;display: block;} .social-buttons a:visited,.social-buttons a:link { color:#fff;; text-decoration: none; } .social-buttons .btn.focus, .social-buttons .btn:focus, .social-buttons .btn:hover{color: #fff;} .pheader-left{padding-top: 25px;} .margin-right{margin-top: 5px;float: right;} .p-points{margin: 20px 0px;} .header{padding: 18px 0px 0px} .navbar-right { float: right!important; } .profile.nav>.dropdown>.dropdown-menu { width: 202px; margin-left: -110px; left: 0; } .img-circle.avatar{width: 65px;height: 65px;} .media-body span{line-height: 25px;} .profile{} .profile.nav>.dropdown>a.dropdown-toggle{color: #000} .navbar-nav:hover{background-color: #fff;} .container-fluid{} .main-body{background-color: #fff;margin-bottom: 10%;width:100%;padding-top: 10px;margin: 0 auto;min-height: 500px;} .itemlist li{ line-height: 30px; border-bottom: 1px solid #f0f0f0; padding: 10px; } .itemlist li a { max-width: 70%; white-space: nowrap; display: inline-block; vertical-align: middle; font-size: 16px; line-height: 30px; color:#08c; overflow: hidden; } .itemlist li a:focus, a:hover { color: #005580; text-decoration: underline; } .itemlist li .li_pic{margin-left: 10px;margin-right: 10px;} .itemlist li .li_pic img{width: 35px;height: 35px;} .itemlist li .li_title{} .itemlist li .li_time{ right: 15px; position: absolute; } .mypublish{margin-bottom: 20px;} /*个人中心设置*/ .page-body{width: 89%;margin: 0 auto;} .m-foot .m-copyright.minifoot {margin-left: 22%;width:73%;} .page-right .input-group .form-control{height: 32px;border-radius: 4px;width: 128%;} .register-item{margin-bottom: 10px} .alert {padding: 8px 15px;} .red{color: red;} .avatar-list {overflow:hidden;} .avatar-list ul li{width:60px;height:60px;position:relative;margin:10px 0 0 10px;float:left;padding:3px;border:1px solid #ddd;} .avatar-list ul li img{width:100%;height:100%;} .avatar-list ul li:hover div{display:block;} .avatar-list ul li div{width:100%;height:100%;positon:absulote;top:0;left:0;background:rgba(0,0,0,.4);color:#fff;display:none;line-height:60px;cursor:pointer;font-size:12px;} .mask { background: rgba(0,0,0,.8); width: 100%; height: 100%; position: absolute; top: 0; left: 0; color: #fff; text-align: center; padding: 2% 7%; } #userInfoForm .w-btn{ margin-top: 30px; }
0.327991
0.060197
body { background: #fff; color: #242424; font-size: 15px; font-weight: 400; font-family: 'Roboto', sans-serif; } div[id] { scroll-margin-top: 120px; } h1 { font-size: 36px; } h2 { font-size: 32px; } h3 { font-size: 28px; } h4 { font-size: 24px; } h5 { font-size: 20px; } h6 { font-size: 18px; } h1, h2, h3, h4, h5, h6 { color: #111; } a { color: #111; } a:hover { color: #ffc239; text-decoration: none; transition: 0.5s ease-out; } ul { padding: 0; margin: 0; } /* ul li { list-style-type: none; } */ p { line-height: 26px; } .bg-grey { background: #f5f3fd; } .hb-fill-right:before { background: #ffc239 !important; color: black !important; } /* loader */ .spinner4 { background: #ffc239; } /* navbar */ .navbar { padding: 10px 0; transition: 0.5s ease-out; background: transparent; } .navbar .container-fluid { padding: 0 45px; } .navbar span.call { font-size: 17px; margin-left: 12px; margin-top: 5px; color: #fff; } .navbar .navbar-brand { color: #fff; font-size: 32px; padding: 15px 0; font-weight: 700; } .navbar .navbar-nav li { padding: 0 15px; } .navbar .navbar-nav li a { color: #fff; font-weight: 600; font-size: 16px; } .navbar .navbar-nav li a:last-child { padding-right: 0 !important; } .navbar .navbar-nav li:last-child { padding-right: 0; } .navbar .navbar-toggler { outline: none; padding-right: 0; } .navbar .navbar-toggler i { color: #fff; } .navbar-fixed { background: #fff; transition: 0.5s ease-out; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0); } .navbar-fixed .navbar-brand { color: #222; } .navbar-fixed .navbar-nav li a { color: #222; } .navbar-fixed .navbar-toggler i { color: #222; } .navbar-transparent { background: transparent !important; } /* haader title */ .header-title { background: linear-gradient(rgba(255, 194, 57, 0.9), rgba(255, 194, 57, 0.9)), url('../images/header.jpg'); background-position-x: 0%, 0%; background-position-y: 0%, 0%; background-attachment: scroll, scroll; background-size: auto, auto; background-position: center; background-size: cover; padding: 220px 0 110px; color: #fff; } .header-title .title-section { margin-bottom: 0; } .header-title .title-section p span { background: #fff; } .header-title h3 { color: #fff; font-size: 42px; font-weight: 600; } /* about us */ .about { padding-bottom: 125px; } .about .col { background: #ffc239; } .about img { height: 100%; width: 100%; background: #766f5f; object-fit: cover; } .about .content { padding: 40px; color: #fdfdfd; background: #ffc239; } .about .content h3 { color: #fff; font-weight: 600; font-size: 44px; } .about .content ul { margin-bottom: 1rem; } .about .content span { font-size: 16px; color: #fff; margin-bottom: 22px; display: block; } .about .content span i { margin-right: 18px; } .about .button { background: #0caed4; margin-top: 8px; } .about .button:hover { color: #333; } .about .hb-fill-right:before { background: #fff !important; color: #333 !important; } /* section */ .section { padding: 100px 0 120px; } .section-no-title { padding: 120px 0 120px; } .section-top { padding-top: 125px; } .title-section { margin-bottom: 50px; } .title-section h3 { font-size: 58px; font-weight: 700; margin-bottom: 5px; text-transform: uppercase; } .title-section h3 span { color: #ffc239; } .title-section-left { margin-bottom: 0; } .title-section-left h3 { font-size: 40px; font-weight: 600; } .title-section-left h3 span { color: #ffc239; } .title-section p { margin: auto; line-height: 30px; font-size: 20px; font-weight: 400; } .title-section p span { width: 50px; height: 3px; background: #ffc239; display: block; display: inline-block; position: relative; top: -5px; margin-right: 20px; } .title-section-two { text-align: left; } .title-section-two p { width: 100%; } /* services */ .services { padding: 100px 0 90px; } .services .services__link { color: #0caed4; font-weight: bold; } .services .row { align-items: stretch; } .services .row > * { margin-bottom: 1rem; } .services .content { display: flex; flex-direction: column; height: 100%; background: #fff; padding: 30px; margin-bottom: 30px; box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); border-left: 4px solid #ffc239; position: relative; transition: 0.6s ease-out; right: 100%; left: 0; z-index: 99; } .services .content .content__body { flex-grow: 1; } .services .content h5 { font-weight: 600; } .services .content img { width: 100%; height: 200px; object-fit: cover; } .services .content i { font-size: 54px; color: #ffc239; } .services .content h5 { margin: 25px 0 14px; } .services .content h6 { line-height: 1.6rem; } /* our work */ .our-work .content img { width: 100%; position: relative; } .our-work .content .caption { position: absolute; background-color: rgba(255, 194, 57, 0.8); top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: all 0.3s ease; padding-top: 40%; text-align: center; width: 80%; height: 100%; margin: auto; } .our-work .content .caption h6 { color: #222; } .our-work .content .caption p { color: #222; } .our-work .content .caption p:hover { color: #222; } .our-work .content:hover .caption { opacity: 1; width: 100%; transition: all 0.3s ease; } /* pricing */ .pricing .content { border-radius: 6px; padding: 30px; box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); text-align: center; background: #fff; } .pricing .content h3 { font-size: 38px; font-weight: 600; margin: 10px 0 22px; color: #ffc239 !important; } .pricing .content li { margin: 15px 0; } .pricing .content li i { margin-right: 20px; } .pricing .content-color { border: 2px solid #ffc239; padding: 0 !important; } .pricing .content-color .head { background: #ffc239; padding: 30px; border-radius: 0 0 50px 50px; padding-bottom: 1px; } .pricing .content-color .head h5 { color: #fff; } .pricing .content-color .head h3 { color: #fff !important; } .pricing .content-color .button { margin-bottom: 30px; } /* features */ .features .content { background: #fff; border-radius: 6px; padding-bottom: 40px; position: relative; } .features .content i { font-size: 30px; color: #fff; margin-top: 16px; } .features .content h5 { margin: 0 0 9px; } .features .content .icon { float: left; margin-right: 30px; text-align: center; width: 65px; height: 65px; background: #ffc239; border-radius: 5px; line-height: 65px; } .features .content .content-text { overflow: hidden; } /* latest blog */ .latest-blog h5 { font-weight: 600; } .latest-blog .content { box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); background: #fff; } .latest-blog .row { align-items: stretch; } .latest-blog .row > * { margin-bottom: 1rem; } .latest-blog .content { height: 100%; } .latest-blog .content-text { height: 100%; padding: 30px; border-bottom: 4px solid #ffc239; } .latest-blog .content-text span { font-size: 15px; color: #777; margin-bottom: 15px; display: block; } .latest-blog .content-text h5 { line-height: 30px; } .latest-blog .content-text a:hover { color: #ffc239; transition: 0.5s ease-out; } /* blog */ .blog .content { border-radius: 6px; margin-bottom: 30px; box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); background: #fff; } .blog .content img { border-radius: 3px 3px 0 0; } .blog .content-text { padding: 30px; } .blog .content-text span { font-size: 15px; color: #777; margin-bottom: 15px; display: block; } .blog .content-text h5 { line-height: 30px !important; font-size: 20px !important; } .blog .content-text a:hover { color: #ffc239; transition: 0.5s ease-out; } /* pagination */ .pagination ul li { display: inline-block; margin: 10px; } .pagination ul li a { height: 50px; width: 50px; line-height: 48px; text-align: center; display: block; box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); font-size: 18px; border-radius: 6px; background: #fff; } .pagination ul li .active { background: #ffc239; color: #fff; border-color: #ffc239; } /* blog single */ .blog-single .content h5 { font-size: 24px; line-height: 34px; } .blog-single .content li { display: inline-block; margin-right: 20px; } .blog-single .content li i { margin-right: 10px; } .blog-single .content .quote { background: #eee; padding: 20px; margin-bottom: 20px; margin-top: 22px; } .blog-single .comments { border-top: 2px solid #ddd; padding-top: 30px; margin-top: 35px; } .blog-single .comments h5 { margin-bottom: 25px; } .blog-single .button { margin-top: 0; } .blog-single .search { margin-bottom: 16px; } .blog-single .search input { width: calc(100% - 65px); height: 52px; } .blog-single .search .button { float: right; padding-right: 15px; padding-left: 15px; font-size: 22px; height: 52px; line-height: 26px; width: 52px; } .blog-single .sidebar-link h5 { border-bottom: 2px solid #ddd; padding-bottom: 14px; margin-bottom: 22px; } .blog-single .sidebar-link li { margin-bottom: 16px; } .blog-single .sidebar-link li a { font-size: 15px; } .blog-single .categories { margin-top: 40px; } .blog-single .img-blog-single { margin-top: 30px; margin-bottom: 30px; } /* contact */ .contact .content-block { padding: 30px; height: 100%; } .contact .content-border { border: 4px solid #0caed4; } .contact h5 { font-size: 22px; margin-bottom: 18px; font-weight: 600; } .contact .content-block li { margin-bottom: 16px; font-size: 1.1rem; list-style-type: none; } .contact form input, .contact form textarea { border: 2px solid #ddd; padding: 15px 20px; border-radius: 6px; margin-bottom: 30px; width: 100%; color: black; } .contact .button { margin-top: 0; } .contact li i { margin-right: 0.5rem; } .contact .map { position: relative; top: -5px; } .contact .map i { float: left; margin-right: 23px; margin-top: 10px; } .contact .map p { overflow: hidden; line-height: 30px; } .contact a { color: #0caed4; font-weight: bold; } ::placeholder { color: #aaa; opacity: 1; } :-ms-input-placeholder { color: #aaa; } ::-ms-input-placeholder { color: #aaa; } /* testimonial */ .testimonial .carousel-item { text-align: center; padding: 0 20%; } .testimonial .carousel-item span i { font-size: 50px; margin-bottom: 35px; } .testimonial .carousel-item h5 { margin-top: 25px; font-weight: 600; } .testimonial .carousel-control-next, .testimonial .carousel-control-prev { width: auto; } .testimonial a i { font-size: 56px; color: #000; z-index: 999; opacity: 1; } /* footer */ footer { text-align: center; background: #111; color: #bbb; } footer a { color: white; } footer p { width: 60%; margin: 0.8rem auto; } footer span { font-size: 0.9em; } footer h6 { color: #fff; font-size: 35px; font-weight: 700; position: relative; margin-bottom: 28px; } footer .contacts { margin: 2rem 0; font-size: 1.2rem; } footer .contacts a { color: #ffc239; } .wa-fab { position: fixed; width: 60px; height: 60px; bottom: 40px; right: 40px; background-color: #25d366; color: #fff !important; border-radius: 50px; text-align: center; font-size: 30px; z-index: 100; } .wa-fab i { margin-top: 16px; } /*responsive*/ @media (max-width: 991px) { .about .content h3 { font-size: 38px; } } @media (max-width: 980px) { .navbar .navbar-nav li { padding: 0 10px; } .features .content:last-child { margin-bottom: 30px; } .services .content { padding: 20px; } .pricing .content { padding: 20px; } .latest-blog .content { margin-bottom: 0; } .latest-blod .content.r-980 { margin-bottom: 0; } .about .col-md-6 { max-width: 100%; flex: 100%; } .features .col-md-6 { max-width: 100%; flex: 100%; } } @media (max-width: 1199px) { .container { padding: 0 14px !important; } .navbar .navbar-toggler i { margin-right: 0; } .navbar .navbar-nav { background: #0caed4; padding-top: 10px; padding-bottom: 12px; } .navbar-fixed .navbar-nav { background: #fff; } .navbar-fixed .navbar-nav li { padding: 0 4px !important; } .navbar .navbar-nav li { padding: 0 32px; } .pricing .content { margin-bottom: 30px; } .pricing .last-content { margin-bottom: 0; } .latest-blog .content { margin-bottom: 30px; } .latest-blog .content.r-980 { margin-bottom: 0; } .blog-single .search { margin-top: 30px; } .blog-single .sidebar-link li:last-child { margin-bottom: 0; } .contact .content-office { margin-bottom: 30px; } .contact iframe { height: 400px !important; } footer p { width: 80%; } } @media (max-width: 640px) { .services .content { margin-bottom: 30px; } .services .col-sm-12:last-child .content { margin-bottom: 0; } .pricing .content { margin-bottom: 30px; } .pricing .col-sm-12:last-child .content { margin-bottom: 0; } .latest-blod .content.r-980 { margin-bottom: 0; } .blog-single .search { margin-top: 30px; } footer .col-sm-6 { margin-top: 50px; } } @media (max-width: 480px) { .intro .content-text { padding-left: 30px; } .about .content h3 { font-size: 24px; } .title-section h3 { font-size: 32px; } .about .content-image { padding-bottom: 0; } .about .bg-style { background: transparent; } .latest-blod .content.r-980 { margin-bottom: 0; } .testimonial a i { font-size: 30px; } .testimonial .carousel-item { padding: 0 15%; } footer .col-12 { margin-top: 30px; } } @media (max-width: 360px) { .latest-blod .content.r-980 { margin-bottom: 0; } } /* Prices */ #prices-table > table > thead { background-color: #ffc239; color: white; } .section.prices-table { padding-bottom: 60px !important; } .section.prices-calc { padding-top: 0 !important; } .section.prices-calc > .title-section { margin-bottom: 25px; } .section.prices-calc .card { height: 100%; border: none; border-bottom: 4px solid #ffc239; } .section.prices-calc .row > .col { margin-bottom: 1rem; } .section.prices-calc .card sup { line-height: 0; } .price__table { background-color: white; }
src/styles/style.css
body { background: #fff; color: #242424; font-size: 15px; font-weight: 400; font-family: 'Roboto', sans-serif; } div[id] { scroll-margin-top: 120px; } h1 { font-size: 36px; } h2 { font-size: 32px; } h3 { font-size: 28px; } h4 { font-size: 24px; } h5 { font-size: 20px; } h6 { font-size: 18px; } h1, h2, h3, h4, h5, h6 { color: #111; } a { color: #111; } a:hover { color: #ffc239; text-decoration: none; transition: 0.5s ease-out; } ul { padding: 0; margin: 0; } /* ul li { list-style-type: none; } */ p { line-height: 26px; } .bg-grey { background: #f5f3fd; } .hb-fill-right:before { background: #ffc239 !important; color: black !important; } /* loader */ .spinner4 { background: #ffc239; } /* navbar */ .navbar { padding: 10px 0; transition: 0.5s ease-out; background: transparent; } .navbar .container-fluid { padding: 0 45px; } .navbar span.call { font-size: 17px; margin-left: 12px; margin-top: 5px; color: #fff; } .navbar .navbar-brand { color: #fff; font-size: 32px; padding: 15px 0; font-weight: 700; } .navbar .navbar-nav li { padding: 0 15px; } .navbar .navbar-nav li a { color: #fff; font-weight: 600; font-size: 16px; } .navbar .navbar-nav li a:last-child { padding-right: 0 !important; } .navbar .navbar-nav li:last-child { padding-right: 0; } .navbar .navbar-toggler { outline: none; padding-right: 0; } .navbar .navbar-toggler i { color: #fff; } .navbar-fixed { background: #fff; transition: 0.5s ease-out; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0); } .navbar-fixed .navbar-brand { color: #222; } .navbar-fixed .navbar-nav li a { color: #222; } .navbar-fixed .navbar-toggler i { color: #222; } .navbar-transparent { background: transparent !important; } /* haader title */ .header-title { background: linear-gradient(rgba(255, 194, 57, 0.9), rgba(255, 194, 57, 0.9)), url('../images/header.jpg'); background-position-x: 0%, 0%; background-position-y: 0%, 0%; background-attachment: scroll, scroll; background-size: auto, auto; background-position: center; background-size: cover; padding: 220px 0 110px; color: #fff; } .header-title .title-section { margin-bottom: 0; } .header-title .title-section p span { background: #fff; } .header-title h3 { color: #fff; font-size: 42px; font-weight: 600; } /* about us */ .about { padding-bottom: 125px; } .about .col { background: #ffc239; } .about img { height: 100%; width: 100%; background: #766f5f; object-fit: cover; } .about .content { padding: 40px; color: #fdfdfd; background: #ffc239; } .about .content h3 { color: #fff; font-weight: 600; font-size: 44px; } .about .content ul { margin-bottom: 1rem; } .about .content span { font-size: 16px; color: #fff; margin-bottom: 22px; display: block; } .about .content span i { margin-right: 18px; } .about .button { background: #0caed4; margin-top: 8px; } .about .button:hover { color: #333; } .about .hb-fill-right:before { background: #fff !important; color: #333 !important; } /* section */ .section { padding: 100px 0 120px; } .section-no-title { padding: 120px 0 120px; } .section-top { padding-top: 125px; } .title-section { margin-bottom: 50px; } .title-section h3 { font-size: 58px; font-weight: 700; margin-bottom: 5px; text-transform: uppercase; } .title-section h3 span { color: #ffc239; } .title-section-left { margin-bottom: 0; } .title-section-left h3 { font-size: 40px; font-weight: 600; } .title-section-left h3 span { color: #ffc239; } .title-section p { margin: auto; line-height: 30px; font-size: 20px; font-weight: 400; } .title-section p span { width: 50px; height: 3px; background: #ffc239; display: block; display: inline-block; position: relative; top: -5px; margin-right: 20px; } .title-section-two { text-align: left; } .title-section-two p { width: 100%; } /* services */ .services { padding: 100px 0 90px; } .services .services__link { color: #0caed4; font-weight: bold; } .services .row { align-items: stretch; } .services .row > * { margin-bottom: 1rem; } .services .content { display: flex; flex-direction: column; height: 100%; background: #fff; padding: 30px; margin-bottom: 30px; box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); border-left: 4px solid #ffc239; position: relative; transition: 0.6s ease-out; right: 100%; left: 0; z-index: 99; } .services .content .content__body { flex-grow: 1; } .services .content h5 { font-weight: 600; } .services .content img { width: 100%; height: 200px; object-fit: cover; } .services .content i { font-size: 54px; color: #ffc239; } .services .content h5 { margin: 25px 0 14px; } .services .content h6 { line-height: 1.6rem; } /* our work */ .our-work .content img { width: 100%; position: relative; } .our-work .content .caption { position: absolute; background-color: rgba(255, 194, 57, 0.8); top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: all 0.3s ease; padding-top: 40%; text-align: center; width: 80%; height: 100%; margin: auto; } .our-work .content .caption h6 { color: #222; } .our-work .content .caption p { color: #222; } .our-work .content .caption p:hover { color: #222; } .our-work .content:hover .caption { opacity: 1; width: 100%; transition: all 0.3s ease; } /* pricing */ .pricing .content { border-radius: 6px; padding: 30px; box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); text-align: center; background: #fff; } .pricing .content h3 { font-size: 38px; font-weight: 600; margin: 10px 0 22px; color: #ffc239 !important; } .pricing .content li { margin: 15px 0; } .pricing .content li i { margin-right: 20px; } .pricing .content-color { border: 2px solid #ffc239; padding: 0 !important; } .pricing .content-color .head { background: #ffc239; padding: 30px; border-radius: 0 0 50px 50px; padding-bottom: 1px; } .pricing .content-color .head h5 { color: #fff; } .pricing .content-color .head h3 { color: #fff !important; } .pricing .content-color .button { margin-bottom: 30px; } /* features */ .features .content { background: #fff; border-radius: 6px; padding-bottom: 40px; position: relative; } .features .content i { font-size: 30px; color: #fff; margin-top: 16px; } .features .content h5 { margin: 0 0 9px; } .features .content .icon { float: left; margin-right: 30px; text-align: center; width: 65px; height: 65px; background: #ffc239; border-radius: 5px; line-height: 65px; } .features .content .content-text { overflow: hidden; } /* latest blog */ .latest-blog h5 { font-weight: 600; } .latest-blog .content { box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); background: #fff; } .latest-blog .row { align-items: stretch; } .latest-blog .row > * { margin-bottom: 1rem; } .latest-blog .content { height: 100%; } .latest-blog .content-text { height: 100%; padding: 30px; border-bottom: 4px solid #ffc239; } .latest-blog .content-text span { font-size: 15px; color: #777; margin-bottom: 15px; display: block; } .latest-blog .content-text h5 { line-height: 30px; } .latest-blog .content-text a:hover { color: #ffc239; transition: 0.5s ease-out; } /* blog */ .blog .content { border-radius: 6px; margin-bottom: 30px; box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); background: #fff; } .blog .content img { border-radius: 3px 3px 0 0; } .blog .content-text { padding: 30px; } .blog .content-text span { font-size: 15px; color: #777; margin-bottom: 15px; display: block; } .blog .content-text h5 { line-height: 30px !important; font-size: 20px !important; } .blog .content-text a:hover { color: #ffc239; transition: 0.5s ease-out; } /* pagination */ .pagination ul li { display: inline-block; margin: 10px; } .pagination ul li a { height: 50px; width: 50px; line-height: 48px; text-align: center; display: block; box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); font-size: 18px; border-radius: 6px; background: #fff; } .pagination ul li .active { background: #ffc239; color: #fff; border-color: #ffc239; } /* blog single */ .blog-single .content h5 { font-size: 24px; line-height: 34px; } .blog-single .content li { display: inline-block; margin-right: 20px; } .blog-single .content li i { margin-right: 10px; } .blog-single .content .quote { background: #eee; padding: 20px; margin-bottom: 20px; margin-top: 22px; } .blog-single .comments { border-top: 2px solid #ddd; padding-top: 30px; margin-top: 35px; } .blog-single .comments h5 { margin-bottom: 25px; } .blog-single .button { margin-top: 0; } .blog-single .search { margin-bottom: 16px; } .blog-single .search input { width: calc(100% - 65px); height: 52px; } .blog-single .search .button { float: right; padding-right: 15px; padding-left: 15px; font-size: 22px; height: 52px; line-height: 26px; width: 52px; } .blog-single .sidebar-link h5 { border-bottom: 2px solid #ddd; padding-bottom: 14px; margin-bottom: 22px; } .blog-single .sidebar-link li { margin-bottom: 16px; } .blog-single .sidebar-link li a { font-size: 15px; } .blog-single .categories { margin-top: 40px; } .blog-single .img-blog-single { margin-top: 30px; margin-bottom: 30px; } /* contact */ .contact .content-block { padding: 30px; height: 100%; } .contact .content-border { border: 4px solid #0caed4; } .contact h5 { font-size: 22px; margin-bottom: 18px; font-weight: 600; } .contact .content-block li { margin-bottom: 16px; font-size: 1.1rem; list-style-type: none; } .contact form input, .contact form textarea { border: 2px solid #ddd; padding: 15px 20px; border-radius: 6px; margin-bottom: 30px; width: 100%; color: black; } .contact .button { margin-top: 0; } .contact li i { margin-right: 0.5rem; } .contact .map { position: relative; top: -5px; } .contact .map i { float: left; margin-right: 23px; margin-top: 10px; } .contact .map p { overflow: hidden; line-height: 30px; } .contact a { color: #0caed4; font-weight: bold; } ::placeholder { color: #aaa; opacity: 1; } :-ms-input-placeholder { color: #aaa; } ::-ms-input-placeholder { color: #aaa; } /* testimonial */ .testimonial .carousel-item { text-align: center; padding: 0 20%; } .testimonial .carousel-item span i { font-size: 50px; margin-bottom: 35px; } .testimonial .carousel-item h5 { margin-top: 25px; font-weight: 600; } .testimonial .carousel-control-next, .testimonial .carousel-control-prev { width: auto; } .testimonial a i { font-size: 56px; color: #000; z-index: 999; opacity: 1; } /* footer */ footer { text-align: center; background: #111; color: #bbb; } footer a { color: white; } footer p { width: 60%; margin: 0.8rem auto; } footer span { font-size: 0.9em; } footer h6 { color: #fff; font-size: 35px; font-weight: 700; position: relative; margin-bottom: 28px; } footer .contacts { margin: 2rem 0; font-size: 1.2rem; } footer .contacts a { color: #ffc239; } .wa-fab { position: fixed; width: 60px; height: 60px; bottom: 40px; right: 40px; background-color: #25d366; color: #fff !important; border-radius: 50px; text-align: center; font-size: 30px; z-index: 100; } .wa-fab i { margin-top: 16px; } /*responsive*/ @media (max-width: 991px) { .about .content h3 { font-size: 38px; } } @media (max-width: 980px) { .navbar .navbar-nav li { padding: 0 10px; } .features .content:last-child { margin-bottom: 30px; } .services .content { padding: 20px; } .pricing .content { padding: 20px; } .latest-blog .content { margin-bottom: 0; } .latest-blod .content.r-980 { margin-bottom: 0; } .about .col-md-6 { max-width: 100%; flex: 100%; } .features .col-md-6 { max-width: 100%; flex: 100%; } } @media (max-width: 1199px) { .container { padding: 0 14px !important; } .navbar .navbar-toggler i { margin-right: 0; } .navbar .navbar-nav { background: #0caed4; padding-top: 10px; padding-bottom: 12px; } .navbar-fixed .navbar-nav { background: #fff; } .navbar-fixed .navbar-nav li { padding: 0 4px !important; } .navbar .navbar-nav li { padding: 0 32px; } .pricing .content { margin-bottom: 30px; } .pricing .last-content { margin-bottom: 0; } .latest-blog .content { margin-bottom: 30px; } .latest-blog .content.r-980 { margin-bottom: 0; } .blog-single .search { margin-top: 30px; } .blog-single .sidebar-link li:last-child { margin-bottom: 0; } .contact .content-office { margin-bottom: 30px; } .contact iframe { height: 400px !important; } footer p { width: 80%; } } @media (max-width: 640px) { .services .content { margin-bottom: 30px; } .services .col-sm-12:last-child .content { margin-bottom: 0; } .pricing .content { margin-bottom: 30px; } .pricing .col-sm-12:last-child .content { margin-bottom: 0; } .latest-blod .content.r-980 { margin-bottom: 0; } .blog-single .search { margin-top: 30px; } footer .col-sm-6 { margin-top: 50px; } } @media (max-width: 480px) { .intro .content-text { padding-left: 30px; } .about .content h3 { font-size: 24px; } .title-section h3 { font-size: 32px; } .about .content-image { padding-bottom: 0; } .about .bg-style { background: transparent; } .latest-blod .content.r-980 { margin-bottom: 0; } .testimonial a i { font-size: 30px; } .testimonial .carousel-item { padding: 0 15%; } footer .col-12 { margin-top: 30px; } } @media (max-width: 360px) { .latest-blod .content.r-980 { margin-bottom: 0; } } /* Prices */ #prices-table > table > thead { background-color: #ffc239; color: white; } .section.prices-table { padding-bottom: 60px !important; } .section.prices-calc { padding-top: 0 !important; } .section.prices-calc > .title-section { margin-bottom: 25px; } .section.prices-calc .card { height: 100%; border: none; border-bottom: 4px solid #ffc239; } .section.prices-calc .row > .col { margin-bottom: 1rem; } .section.prices-calc .card sup { line-height: 0; } .price__table { background-color: white; }
0.381911
0.063019
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); /* base rules */ div.h-player, div.h-player .h-player-media-wrapper { display: inline-block; } div.h-player { --h-color: 255, 255, 255; } /* Element: player-container */ div.h-player { position: relative; width: var(--h-width); height: var(--h-height); } div.h-player:fullscreen, div.h-player:-webkit-full-screen, div.h-player:-moz-full-screen, div.h-player:-ms-fullscreen { width: 100%; height: 100%; } /* Element: video-wrapper */ div.h-player .h-player-media-wrapper { background-color: #000; width: 100%; height: 100%; } div.h-player .h-player-media-wrapper video { width: inherit; height: inherit; z-index: -1; } /* Element: player-controls */ div.h-player .h-player-controls { background-color: rgba(0, 0, 0, 0.3); position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: opacity 0.2s ease-in-out; } div.h-player .h-player-controls.hidden { opacity: 0; cursor: none; } /* Sub-element: playback-controls */ div.h-player-controls .h-playback-controls { display: flex; position: absolute; width: 100%; height: 100%; justify-content: center; align-items: center; } .h-playback-controls button { display: inline-block; background-color: transparent; color: rgb(var(--h-color)); margin: 0; padding: 0; border: none; outline: none; } .h-playback-controls button:hover { cursor: pointer; } .h-playback-controls button svg { color: inherit; width: 1em; height: 1em; font-size: 6em; } .h-playback-controls button.loading i { display: inline-block; margin: 0.3605em; width: 1em; height: 1em; font-size: calc(6em / 2); animation-timing-function: linear; animation-duration: 1.2s; animation-name: loading; animation-iteration-count: infinite; border: none; border-top: 0.35rem solid #fff; border-left: 0.35rem solid #fff; border-bottom: 0.35rem solid transparent; border-right: 0.35rem solid transparent; border-radius: 100%; } @keyframes loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Element: main-controls */ div.h-player-controls .h-controls-container { display: inline-block; position: absolute; right: 0; bottom: 0; left: 0; padding: 0 1em 0.6em 1em; } div.h-player-controls .h-controls-main { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); } .h-controls-main div.h-controls-l-main, .h-controls-main div.h-controls-r-main { display: flex; } .h-controls-main div.h-controls-l-main { margin: 0 0 0 0.2em; justify-content: flex-start; } .h-controls-main div.h-controls-r-main { margin: 0 0.2em 0 0; justify-content: flex-end; } /* Sub-element: seekbar-container */ div.h-player-controls .h-seekbar { display: flex; padding: 0 0 0.4em 0; justify-content: center; } div.h-player-controls .h-seekbar-container { display: inline-block; position: relative; background-color: rgba(var(--h-color), 0.25); width: 100%; height: 0.3em; } .h-seekbar-container div.h-seekbar-buffered { background-color: rgba(var(--h-color), 0.25); width: 0; height: 100%; pointer-events: none; z-index: -1; } .h-seekbar-container div.h-seekbar-fancy { position: absolute; background-color: rgb(var(--h-color)); top: 0; left: 0; width: 0; height: 100%; pointer-events: none; z-index: 0; } .h-seekbar-container input.h-seekbar-input { display: inline-block; position: absolute; top: -0.4em; left: 0; margin: 0; padding: 0.4em 0; width: 100%; height: 100%; border: none; opacity: 0; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-progress-appearance: none; } .h-seekbar-container input.h-seekbar-input:hover { cursor: pointer; } .h-seekbar-container input.h-seekbar-input::-webkit-slider-thumb, .h-seekbar-container input.h-seekbar-input::-moz-range-thumb, .h-seekbar-container input.h-seekbar-input::-ms-thumb { width: 0; height: 0; -webkit-appearance: none; -moz-appearance: none; -ms-progress-appearance: none; } /* Sub-element: player-time */ div.h-player-controls .h-player-time-container { display: inline-flex; align-items: center; } .h-player-time-container div.h-player-time { color: rgb(var(--h-color)); font-size: 1em; font-family: 'Roboto', sans-serif; font-weight: 300; } /* Sub-element: volume-controls */ div.h-player-controls .h-volume-controls { display: inline-flex; color: rgb(var(--h-color)); margin: 0 0.4em; align-items: center; } .h-volume-controls button.h-volume-toggle { display: inline-block; background-color: transparent; color: rgb(var(--h-color)); margin: 0; padding: 0; font-size: 1.4em; border: none; outline: none; } .h-volume-controls button svg { color: inherit; width: 1em; height: 1em; font-size: inherit; } .h-volume-controls button.h-volume-toggle:hover { cursor: pointer; } .h-volume-controls div.h-volume-input-container { background-color: rgba(var(--h-color), 0.25); position: relative; width: 5em; height: 0.3em; margin: 0 0.6em; } .h-volume-input-container div.h-volume-fancy { position: absolute; background-color: rgb(var(--h-color)); top: 0; left: 0; width: 0; height: 100%; pointer-events: none; z-index: 0; } .h-volume-input-container input.h-volume-input { display: inline-block; position: absolute; top: -0.4em; left: 0; margin: 0; padding: 0.4em 0; width: 100%; height: 100%; border: none; opacity: 0; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-progress-appearance: none; } .h-volume-input-container input.h-volume-input:hover { cursor: pointer; } .h-volume-input-container input.h-volume-input::-webkit-slider-thumb, .h-volume-input-container input.h-volume-input::-moz-range-thumb, .h-volume-input-container input.h-volume-input::-ms-thumb { width: 0; height: 0; -webkit-appearance: none; -moz-appearance: none; -ms-progress-appearance: none; } /* Sub-element: fullscreen-handler */ div.h-player-controls .h-fullscreen-handler { display: inline-flex; color: rgb(var(--h-color)); } .h-fullscreen-handler button.h-fullscreen-button { display: inline-block; background-color: transparent; color: rgb(var(--h-color)); margin: 0; padding: 0; font-size: 1.6em; border: none; outline: none; } .h-fullscreen-handler button.h-fullscreen-button:hover { cursor: pointer; } .h-fullscreen-handler .h-fullscreen-button svg { color: inherit; width: 1em; height: 1em; font-size: inherit; } div.h-player svg { display: block; }
src/h-player.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); /* base rules */ div.h-player, div.h-player .h-player-media-wrapper { display: inline-block; } div.h-player { --h-color: 255, 255, 255; } /* Element: player-container */ div.h-player { position: relative; width: var(--h-width); height: var(--h-height); } div.h-player:fullscreen, div.h-player:-webkit-full-screen, div.h-player:-moz-full-screen, div.h-player:-ms-fullscreen { width: 100%; height: 100%; } /* Element: video-wrapper */ div.h-player .h-player-media-wrapper { background-color: #000; width: 100%; height: 100%; } div.h-player .h-player-media-wrapper video { width: inherit; height: inherit; z-index: -1; } /* Element: player-controls */ div.h-player .h-player-controls { background-color: rgba(0, 0, 0, 0.3); position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: opacity 0.2s ease-in-out; } div.h-player .h-player-controls.hidden { opacity: 0; cursor: none; } /* Sub-element: playback-controls */ div.h-player-controls .h-playback-controls { display: flex; position: absolute; width: 100%; height: 100%; justify-content: center; align-items: center; } .h-playback-controls button { display: inline-block; background-color: transparent; color: rgb(var(--h-color)); margin: 0; padding: 0; border: none; outline: none; } .h-playback-controls button:hover { cursor: pointer; } .h-playback-controls button svg { color: inherit; width: 1em; height: 1em; font-size: 6em; } .h-playback-controls button.loading i { display: inline-block; margin: 0.3605em; width: 1em; height: 1em; font-size: calc(6em / 2); animation-timing-function: linear; animation-duration: 1.2s; animation-name: loading; animation-iteration-count: infinite; border: none; border-top: 0.35rem solid #fff; border-left: 0.35rem solid #fff; border-bottom: 0.35rem solid transparent; border-right: 0.35rem solid transparent; border-radius: 100%; } @keyframes loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Element: main-controls */ div.h-player-controls .h-controls-container { display: inline-block; position: absolute; right: 0; bottom: 0; left: 0; padding: 0 1em 0.6em 1em; } div.h-player-controls .h-controls-main { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); } .h-controls-main div.h-controls-l-main, .h-controls-main div.h-controls-r-main { display: flex; } .h-controls-main div.h-controls-l-main { margin: 0 0 0 0.2em; justify-content: flex-start; } .h-controls-main div.h-controls-r-main { margin: 0 0.2em 0 0; justify-content: flex-end; } /* Sub-element: seekbar-container */ div.h-player-controls .h-seekbar { display: flex; padding: 0 0 0.4em 0; justify-content: center; } div.h-player-controls .h-seekbar-container { display: inline-block; position: relative; background-color: rgba(var(--h-color), 0.25); width: 100%; height: 0.3em; } .h-seekbar-container div.h-seekbar-buffered { background-color: rgba(var(--h-color), 0.25); width: 0; height: 100%; pointer-events: none; z-index: -1; } .h-seekbar-container div.h-seekbar-fancy { position: absolute; background-color: rgb(var(--h-color)); top: 0; left: 0; width: 0; height: 100%; pointer-events: none; z-index: 0; } .h-seekbar-container input.h-seekbar-input { display: inline-block; position: absolute; top: -0.4em; left: 0; margin: 0; padding: 0.4em 0; width: 100%; height: 100%; border: none; opacity: 0; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-progress-appearance: none; } .h-seekbar-container input.h-seekbar-input:hover { cursor: pointer; } .h-seekbar-container input.h-seekbar-input::-webkit-slider-thumb, .h-seekbar-container input.h-seekbar-input::-moz-range-thumb, .h-seekbar-container input.h-seekbar-input::-ms-thumb { width: 0; height: 0; -webkit-appearance: none; -moz-appearance: none; -ms-progress-appearance: none; } /* Sub-element: player-time */ div.h-player-controls .h-player-time-container { display: inline-flex; align-items: center; } .h-player-time-container div.h-player-time { color: rgb(var(--h-color)); font-size: 1em; font-family: 'Roboto', sans-serif; font-weight: 300; } /* Sub-element: volume-controls */ div.h-player-controls .h-volume-controls { display: inline-flex; color: rgb(var(--h-color)); margin: 0 0.4em; align-items: center; } .h-volume-controls button.h-volume-toggle { display: inline-block; background-color: transparent; color: rgb(var(--h-color)); margin: 0; padding: 0; font-size: 1.4em; border: none; outline: none; } .h-volume-controls button svg { color: inherit; width: 1em; height: 1em; font-size: inherit; } .h-volume-controls button.h-volume-toggle:hover { cursor: pointer; } .h-volume-controls div.h-volume-input-container { background-color: rgba(var(--h-color), 0.25); position: relative; width: 5em; height: 0.3em; margin: 0 0.6em; } .h-volume-input-container div.h-volume-fancy { position: absolute; background-color: rgb(var(--h-color)); top: 0; left: 0; width: 0; height: 100%; pointer-events: none; z-index: 0; } .h-volume-input-container input.h-volume-input { display: inline-block; position: absolute; top: -0.4em; left: 0; margin: 0; padding: 0.4em 0; width: 100%; height: 100%; border: none; opacity: 0; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-progress-appearance: none; } .h-volume-input-container input.h-volume-input:hover { cursor: pointer; } .h-volume-input-container input.h-volume-input::-webkit-slider-thumb, .h-volume-input-container input.h-volume-input::-moz-range-thumb, .h-volume-input-container input.h-volume-input::-ms-thumb { width: 0; height: 0; -webkit-appearance: none; -moz-appearance: none; -ms-progress-appearance: none; } /* Sub-element: fullscreen-handler */ div.h-player-controls .h-fullscreen-handler { display: inline-flex; color: rgb(var(--h-color)); } .h-fullscreen-handler button.h-fullscreen-button { display: inline-block; background-color: transparent; color: rgb(var(--h-color)); margin: 0; padding: 0; font-size: 1.6em; border: none; outline: none; } .h-fullscreen-handler button.h-fullscreen-button:hover { cursor: pointer; } .h-fullscreen-handler .h-fullscreen-button svg { color: inherit; width: 1em; height: 1em; font-size: inherit; } div.h-player svg { display: block; }
0.432782
0.050823
body { font-family: Lora, sans-serif; background: #f5f5f5; background-image: url(../img/background.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; color: #3A4145; } a { background-color: transparent; color: #3A4145; text-decoration: none; border-bottom: 1px dashed #7bd0c1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } a:focus, a:hover { color: #7bd0c1; text-decoration: none; border:none; } p { margin: 0 5px 20px; } h1, h2, h3, h4 { font-family: inherit; line-height: 1.1; color: inherit; margin-top: 10px; margin-bottom: 10px; } h1 { font-size: 36px; font-weight: 700; } h2 { font-size: 28px; font-weight: 700; } h3 { font-size: 24px; font-weight: 500; } h4 { font-size: 18px; font-weight: 500; } blockquote { box-sizing: border-box; margin: 1.75em 0; padding: 0 0 0 1.75em; border-left: #4A4A4A .4em solid } blockquote p { margin: .8em 0; font-style: italic } blockquote small { margin: .8em 0 .8em 1.5em; font-size: .9em; color: #CCC } hr { height: 1px; background: #E2E9ED; border: none; width: 50%; margin: 40px auto; } /* =============================================================================== Header & Navigation =============================================================================== */ header #nav { height: 50px; text-align: center; margin: 0; padding: 25px 0 0; } header #nav li { display: inline-block; } header #nav li a { display: block; color: #3A4145; font-size: 18px; padding: 10px 25px; border: 2px solid transparent; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } header #nav li a:hover { border: 2px solid #fff; border-radius: 5px; color: #fff; } header .banner { margin: 30px auto } header .banner img { max-width: 150px; height: auto; margin: 0 auto; margin-bottom: 0.8em; } header .banner h1 { color: #fff; font-size: 4.85em; margin-bottom: 0.8em } header .banner h1 a { color: #fff; border: none; } header .banner h2 { color: #fff; font-size: 1.3em; font-style: italic; font-weight: 300; line-height: 1.5; margin: 0 auto; width: 50%; } .pagination, header .banner { text-align: center } /* =============================================================================== Content =============================================================================== */ .post-wrapper { margin: 60px auto 0; background: #fff; padding: 30px; max-width: 840px; line-height: 1.75em; overflow: hidden } .index-wrapper { margin-top: 60px; line-height: 1.75em } .index-wrapper section#timeline article div.inner, .post-wrapper { border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) } .index-wrapper section#timeline article div.inner, .pagination { overflow: hidden; transition: all .3s cubic-bezier(.25, .8, .25, 1) } .index-wrapper section#timeline { width: 80%; margin: 20px auto; position: relative; } .index-wrapper section#timeline:before { content: ''; display: block; position: absolute; left: 50%; top: 0; margin: 0 0 0 -1px; width: 2px; height: 102%; background: #3A4145; } .index-wrapper section#timeline article { width: 100%; margin: 0 0 20px; position: relative; } .index-wrapper section#timeline article:after { content: ''; display: block; clear: both } .index-wrapper section#timeline article div.inner { width: 40%; float: left; margin: 5px 0 0; background: #fff } .index-wrapper section#timeline article div.inner:hover { box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) } .index-wrapper section#timeline article div.inner span.date, .pagination { background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) } .index-wrapper section#timeline article div.inner span.date { display: block; width: 60px; height: 50px; padding: 5px 0; position: absolute; top: 0; left: 50%; margin: 0 0 0 -32px; border-radius: 100%; font-size: 12px; font-weight: 900; text-transform: uppercase; color: #3A4145; border: 2px solid transparent } .index-wrapper section#timeline article div.inner span.date span { display: block; text-align: center; line-height: 1.3em } .index-wrapper section#timeline article div.inner span.date span.day { font-size: 10px } .index-wrapper section#timeline article div.inner span.date span.month { font-size: 18px } .index-wrapper section#timeline article div.inner span.date span.year { font-size: 10px } .index-wrapper section#timeline article div.inner h2 { padding: 15px 20px 5px; margin: 0; font-size: 1.6em; border-radius: 2px 2px 0 0; position: relative } .index-wrapper section#timeline article div.inner h2:after { content: ''; position: absolute; top: 20px; right: -5px; width: 10px; height: 10px; -webkit-transform: rotate(-45deg) } .index-wrapper section#timeline article div.inner img { max-width: 100%; height: auto; } .index-wrapper section#timeline article div.inner p { padding: 5px 20px 15px; margin: 0; font-size: 1em; color: #656565; border-radius: 0 0 2px 2px } .index-wrapper section#timeline article div.inner a { border: none; } .index-wrapper section#timeline article div.inner .post-date, .index-wrapper section#timeline article div.inner h1, .index-wrapper section#timeline article div.inner h3, .index-wrapper section#timeline article div.inner h4, .index-wrapper section#timeline article div.inner h5, .index-wrapper section#timeline article div.inner h6 { padding-left: 20px; margin: 0 } .index-wrapper section#timeline article:nth-child(2n+2) div.inner { float: right } .index-wrapper section#timeline article:nth-child(2n+2) div.inner h2:after { left: -5px } .post-wrapper .cover-img { width: 110%; margin: -30px 0 20px -30px } .post-wrapper img { width: 110%; margin: 10px 0 0 -40px; } .post-date { color: #9a9a9a; margin-bottom: 1.6em } /* =============================================================================== Pagination =============================================================================== */ .pagination { max-width: 150px; margin: 100px auto; border-radius: 5px; } .pagination #next { color: #3A4145; font-size: 1em; padding: 15px; } #infscr-loading { width: 60px; height: 50px; padding: 5px 0; margin: 100px auto; text-align: center; border-radius: 100%; background: #fff; z-index: 1100; text-transform: uppercase; color: #3A4145; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); } #infscr-loading div { line-height: 3.1em; } .box { background: #F2F2F2; width: 70%; text-align: center; margin: 80px auto 0 auto; border: #E2E9ED solid 1px; } .author { position: relative; margin: 0 auto!important; width: 100px!important; height: auto; border-radius: 100%; top: -50px; } .more-posts { position: relative; top: -25px; } .more-posts p { margin: 10px; } footer, footer a { font-size: 12px; color: #3A4145; text-align: center; margin-top: 60px; text-decoration: none; } /* =============================================================================== Make it Responsive =============================================================================== */ @media screen and (max-width:1000px) { .index-wrapper section#timeline article:nth-child(n) div.inner { float: right } .index-wrapper section#timeline article div.inner span.date, .index-wrapper section#timeline:before { left: 0 } .index-wrapper section#timeline article div.inner, header { width: 90% } .post-wrapper .cover-img, .post-wrapper img { width: 115% } } @media screen and (max-width:600px) { .index-wrapper section#timeline article:nth-child(n) div.inner { float: right } .index-wrapper section#timeline, header { width: 95%; } .index-wrapper section#timeline article div.inner span.date, .index-wrapper section#timeline:before { left: 0; display: none } .index-wrapper section#timeline article div.inner, .post-wrapper section#timeline article div.inner { width: 100% } .post-wrapper .cover-img, .post-wrapper img { width: 130% } header .banner h1 { font-size: 3.5em } header .banner h2 { font-size: 1.2em; width: 80%; } header #nav li a { font-size: 12px; padding: 5px 10px; } .social .min-date { display: inline-block } .social .tag { display: none } .box { width: 90%; } }
content/themes/practice-master-3/assets/css/style.css
body { font-family: Lora, sans-serif; background: #f5f5f5; background-image: url(../img/background.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; color: #3A4145; } a { background-color: transparent; color: #3A4145; text-decoration: none; border-bottom: 1px dashed #7bd0c1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } a:focus, a:hover { color: #7bd0c1; text-decoration: none; border:none; } p { margin: 0 5px 20px; } h1, h2, h3, h4 { font-family: inherit; line-height: 1.1; color: inherit; margin-top: 10px; margin-bottom: 10px; } h1 { font-size: 36px; font-weight: 700; } h2 { font-size: 28px; font-weight: 700; } h3 { font-size: 24px; font-weight: 500; } h4 { font-size: 18px; font-weight: 500; } blockquote { box-sizing: border-box; margin: 1.75em 0; padding: 0 0 0 1.75em; border-left: #4A4A4A .4em solid } blockquote p { margin: .8em 0; font-style: italic } blockquote small { margin: .8em 0 .8em 1.5em; font-size: .9em; color: #CCC } hr { height: 1px; background: #E2E9ED; border: none; width: 50%; margin: 40px auto; } /* =============================================================================== Header & Navigation =============================================================================== */ header #nav { height: 50px; text-align: center; margin: 0; padding: 25px 0 0; } header #nav li { display: inline-block; } header #nav li a { display: block; color: #3A4145; font-size: 18px; padding: 10px 25px; border: 2px solid transparent; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } header #nav li a:hover { border: 2px solid #fff; border-radius: 5px; color: #fff; } header .banner { margin: 30px auto } header .banner img { max-width: 150px; height: auto; margin: 0 auto; margin-bottom: 0.8em; } header .banner h1 { color: #fff; font-size: 4.85em; margin-bottom: 0.8em } header .banner h1 a { color: #fff; border: none; } header .banner h2 { color: #fff; font-size: 1.3em; font-style: italic; font-weight: 300; line-height: 1.5; margin: 0 auto; width: 50%; } .pagination, header .banner { text-align: center } /* =============================================================================== Content =============================================================================== */ .post-wrapper { margin: 60px auto 0; background: #fff; padding: 30px; max-width: 840px; line-height: 1.75em; overflow: hidden } .index-wrapper { margin-top: 60px; line-height: 1.75em } .index-wrapper section#timeline article div.inner, .post-wrapper { border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) } .index-wrapper section#timeline article div.inner, .pagination { overflow: hidden; transition: all .3s cubic-bezier(.25, .8, .25, 1) } .index-wrapper section#timeline { width: 80%; margin: 20px auto; position: relative; } .index-wrapper section#timeline:before { content: ''; display: block; position: absolute; left: 50%; top: 0; margin: 0 0 0 -1px; width: 2px; height: 102%; background: #3A4145; } .index-wrapper section#timeline article { width: 100%; margin: 0 0 20px; position: relative; } .index-wrapper section#timeline article:after { content: ''; display: block; clear: both } .index-wrapper section#timeline article div.inner { width: 40%; float: left; margin: 5px 0 0; background: #fff } .index-wrapper section#timeline article div.inner:hover { box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) } .index-wrapper section#timeline article div.inner span.date, .pagination { background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) } .index-wrapper section#timeline article div.inner span.date { display: block; width: 60px; height: 50px; padding: 5px 0; position: absolute; top: 0; left: 50%; margin: 0 0 0 -32px; border-radius: 100%; font-size: 12px; font-weight: 900; text-transform: uppercase; color: #3A4145; border: 2px solid transparent } .index-wrapper section#timeline article div.inner span.date span { display: block; text-align: center; line-height: 1.3em } .index-wrapper section#timeline article div.inner span.date span.day { font-size: 10px } .index-wrapper section#timeline article div.inner span.date span.month { font-size: 18px } .index-wrapper section#timeline article div.inner span.date span.year { font-size: 10px } .index-wrapper section#timeline article div.inner h2 { padding: 15px 20px 5px; margin: 0; font-size: 1.6em; border-radius: 2px 2px 0 0; position: relative } .index-wrapper section#timeline article div.inner h2:after { content: ''; position: absolute; top: 20px; right: -5px; width: 10px; height: 10px; -webkit-transform: rotate(-45deg) } .index-wrapper section#timeline article div.inner img { max-width: 100%; height: auto; } .index-wrapper section#timeline article div.inner p { padding: 5px 20px 15px; margin: 0; font-size: 1em; color: #656565; border-radius: 0 0 2px 2px } .index-wrapper section#timeline article div.inner a { border: none; } .index-wrapper section#timeline article div.inner .post-date, .index-wrapper section#timeline article div.inner h1, .index-wrapper section#timeline article div.inner h3, .index-wrapper section#timeline article div.inner h4, .index-wrapper section#timeline article div.inner h5, .index-wrapper section#timeline article div.inner h6 { padding-left: 20px; margin: 0 } .index-wrapper section#timeline article:nth-child(2n+2) div.inner { float: right } .index-wrapper section#timeline article:nth-child(2n+2) div.inner h2:after { left: -5px } .post-wrapper .cover-img { width: 110%; margin: -30px 0 20px -30px } .post-wrapper img { width: 110%; margin: 10px 0 0 -40px; } .post-date { color: #9a9a9a; margin-bottom: 1.6em } /* =============================================================================== Pagination =============================================================================== */ .pagination { max-width: 150px; margin: 100px auto; border-radius: 5px; } .pagination #next { color: #3A4145; font-size: 1em; padding: 15px; } #infscr-loading { width: 60px; height: 50px; padding: 5px 0; margin: 100px auto; text-align: center; border-radius: 100%; background: #fff; z-index: 1100; text-transform: uppercase; color: #3A4145; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); } #infscr-loading div { line-height: 3.1em; } .box { background: #F2F2F2; width: 70%; text-align: center; margin: 80px auto 0 auto; border: #E2E9ED solid 1px; } .author { position: relative; margin: 0 auto!important; width: 100px!important; height: auto; border-radius: 100%; top: -50px; } .more-posts { position: relative; top: -25px; } .more-posts p { margin: 10px; } footer, footer a { font-size: 12px; color: #3A4145; text-align: center; margin-top: 60px; text-decoration: none; } /* =============================================================================== Make it Responsive =============================================================================== */ @media screen and (max-width:1000px) { .index-wrapper section#timeline article:nth-child(n) div.inner { float: right } .index-wrapper section#timeline article div.inner span.date, .index-wrapper section#timeline:before { left: 0 } .index-wrapper section#timeline article div.inner, header { width: 90% } .post-wrapper .cover-img, .post-wrapper img { width: 115% } } @media screen and (max-width:600px) { .index-wrapper section#timeline article:nth-child(n) div.inner { float: right } .index-wrapper section#timeline, header { width: 95%; } .index-wrapper section#timeline article div.inner span.date, .index-wrapper section#timeline:before { left: 0; display: none } .index-wrapper section#timeline article div.inner, .post-wrapper section#timeline article div.inner { width: 100% } .post-wrapper .cover-img, .post-wrapper img { width: 130% } header .banner h1 { font-size: 3.5em } header .banner h2 { font-size: 1.2em; width: 80%; } header #nav li a { font-size: 12px; padding: 5px 10px; } .social .min-date { display: inline-block } .social .tag { display: none } .box { width: 90%; } }
0.434461
0.105257
:root { --font: "Rubik", sans-serif; --fontOrigin: 1rem; /* 16px */ --fontSmall: 0.625em; /* 10px */ --fontMedium: 0.875em; /* 14px */ --fontNormal: 1em; /* 16px */ --fontLarge: 1.375em; /* 22px */ --fontLight: 100; --fontRegular: 400; --speed: 0.65s; --martop: -499px; --marleft: 730px; } @media (max-width: 1007px) { :root { --martop: 30px; --marleft: 22px; --marlef: 22px; } }; @media (max-width: 1100px) { :root { --martop: 30px; --marleft: 22px; --marlef: 22px; } }; @keyframes zoom { from { object-position: 0 50%; } to { object-position: 100% 50%; } } @keyframes blur { from { -webkit-transform: scale(1, 1); transform: scale(1, 1); } to { -webkit-transform: scale(1.5, 1.5); transform: scale(2, 2); } } * { border: 0; margin: 0; padding: 0; box-sizing: border-box; } body { font-family: var(--font); font-weight: var(--fontOrigin); font-size: 1rem; line-height: 1.2; letter-spacing: 0.005rem; -webkit-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased; } .wrapper { display: grid; grid-template-columns: repeat( auto-fit, 1fr ); grid-template-rows: auto; grid-template-areas: "menu menu menu" ". cards ."; width: 100vw; min-height: 100vh; padding-top: 40px; padding-bottom: 40px; } .menu { grid-area: menu; align-self: end; } .menu__list { text-align: center; } .menu__item { position: relative; display: inline-block; padding: 10px 20px; font-size: var(--fontMedium); font-weight: var(--fontRegular); text-transform: uppercase; color: #a9a9a9; cursor: pointer; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .menu__item::after { content: ""; display: block; width: 0; height: 2px; margin-top: 6px; background: rgba(100, 100, 250, 1); -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .menu__item:hover { color: rgba(150, 150, 255, 1); } .menu__item.active { color: rgba(100, 100, 250, 1); } .menu__item.active::after { width: 100%; } .cards { position: relative; grid-area: card; align-self: center; justify-self: center; overflow: hidden; display: block; width: 100%; max-width: 350px; height: 500px; font-size: var(--fontOrigin); border-radius: 8px; box-shadow: 0 16px 60px rgba(0, 0, 0, 0.3); cursor: pointer; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover { box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } .card__save { position: absolute; top: 10px; right: 10px; display: block; width: 35px; height: 35px; background: transparent; border: 0; opacity: 0; border-radius: 3px; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .card__save:focus { outline: 0; background-color: rgba(255, 255, 255, 0); } .card:hover .card__save { opacity: 0.6; } .card__save i { font-size: 18px; color: rgba(255, 255, 255, 0.6); cursor: pointer; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .card__save:hover i { color: rgba(255, 255, 255, 0.8); } .card__save:active, .card__save.active { opacity: 1 !important; } .card__save:active i, .card__save.active i { color: white; } .card__image { position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; display: block; width: 100%; height: 100%; pointer-events: none; background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)); } .card__image img { -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); display: block; width: 100%; height: 100%; object-fit: cover; opacity: 1; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; animation-name: zoom; animation-duration: 30s; animation-direction: alternate; animation-timing-function: linear; animation-iteration-count: infinite; } .cards:hover .card__image img { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0.5; } .card__header { display: grid; width: 100%; height: 200px; } .card__profile { align-self: center; justify-self: center; display: block; overflow: hidden; width: 10vmax; height: 10vmax; max-width: 100px; max-height: 100px; border-radius: 50%; } .card__profile img { -webkit-transform: scale(1.5, 1.5) translateZ(0); transform: scale(1.5, 1.5) translateZ(0); display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; -webkit-filter: grayscale(50%) contrast(75%) brightness(1.3); filter: grayscale(50%) contrast(75%) brightness(1.3); -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; mix-blend-mode: normal; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .cards:hover .card__profile img { -webkit-transform: scale(1, 1) translateZ(0); transform: scale(1, 1) translateZ(0); } .card__body { display: grid; padding: 0 20px; } .card__name { align-self: center; justify-self: center; margin-bottom: 2px; color: white; font-size: var(--fontLarge); font-weight: var(--fontLight); letter-spacing: 0.1rem; text-align: center; text-transform: uppercase; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); background: -webkit-linear-gradient(white, #a1a1a1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover .card__name { background: -webkit-linear-gradient(white, #c1c1c1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .card__job { align-self: center; justify-self: center; display: inline-block; font-size: var(--fontSmall); font-weight: var(--fontLight); text-align: center; letter-spacing: 0.35rem; color: rgba(100, 130, 200, 0.45); -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover .card__job { color: rgba(100, 130, 200, 1); } .card__bio { position: relative; -webkit-transform: translateY(30%); transform: translateY(30%); display: block; margin: 22px 0 30px 0; font-size: var(--fontMedium); font-weight: var(--fontLight); /*text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.35);*/ color: rgba(255, 255, 255, 0.65); opacity: 0; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover .card__bio { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } .card__footer { position: relative; -webkit-transform: translateY(60%); transform: translateY(60%); display: grid; grid-template-columns: repeat(2, 1fr); grid-template-areas: "date category"; padding: 10px 20px; opacity: 0; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover .card__footer { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } .card__date { grid-area: date; display: inline-block; align-self: left; justify-self: left; font-size: var(--fontSmall); font-weight: var(--fontLight); text-transform: uppercase; text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.45); color: rgba(250, 250, 250, 0.4); } /* MODIFIERS */ .cards[data-effect="blur"]:hover .card__image img { -webkit-filter: blur(3px); filter: blur(3px); } .cards[data-effect="blur"] .card__image img { animation-name: blur; } .cards[data-effect="color"]:hover { -webkit-transform: scale(1, 1); transform: scale(1, 1); box-shadow: 0 40px 260px rgba(255, 0, 0, 0.1), 0 40px 130px rgba(250, 100, 100, 0.2), -80px -40px 230px rgba(0, 200, 250, 0.15), 80px 40px 230px rgba(120, 120, 255, 0.15); } .cards[data-effect="color"] .card__image { background: linear-gradient(to bottom, rgba(20, 20, 100, 1), rgba(255, 100, 100, 0.5)) } .cards[data-effect="color"]:hover .card__image img { opacity: 0.8; } .cards[data-effect="color"]:hover .card__profile img { -webkit-filter: grayscale(50%) contrast(80%) brightness(1.6); filter: grayscale(50%) contrast(80%) brightness(1.6); mix-blend-mode: normal; }
owl/pas.css
:root { --font: "Rubik", sans-serif; --fontOrigin: 1rem; /* 16px */ --fontSmall: 0.625em; /* 10px */ --fontMedium: 0.875em; /* 14px */ --fontNormal: 1em; /* 16px */ --fontLarge: 1.375em; /* 22px */ --fontLight: 100; --fontRegular: 400; --speed: 0.65s; --martop: -499px; --marleft: 730px; } @media (max-width: 1007px) { :root { --martop: 30px; --marleft: 22px; --marlef: 22px; } }; @media (max-width: 1100px) { :root { --martop: 30px; --marleft: 22px; --marlef: 22px; } }; @keyframes zoom { from { object-position: 0 50%; } to { object-position: 100% 50%; } } @keyframes blur { from { -webkit-transform: scale(1, 1); transform: scale(1, 1); } to { -webkit-transform: scale(1.5, 1.5); transform: scale(2, 2); } } * { border: 0; margin: 0; padding: 0; box-sizing: border-box; } body { font-family: var(--font); font-weight: var(--fontOrigin); font-size: 1rem; line-height: 1.2; letter-spacing: 0.005rem; -webkit-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased; } .wrapper { display: grid; grid-template-columns: repeat( auto-fit, 1fr ); grid-template-rows: auto; grid-template-areas: "menu menu menu" ". cards ."; width: 100vw; min-height: 100vh; padding-top: 40px; padding-bottom: 40px; } .menu { grid-area: menu; align-self: end; } .menu__list { text-align: center; } .menu__item { position: relative; display: inline-block; padding: 10px 20px; font-size: var(--fontMedium); font-weight: var(--fontRegular); text-transform: uppercase; color: #a9a9a9; cursor: pointer; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .menu__item::after { content: ""; display: block; width: 0; height: 2px; margin-top: 6px; background: rgba(100, 100, 250, 1); -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .menu__item:hover { color: rgba(150, 150, 255, 1); } .menu__item.active { color: rgba(100, 100, 250, 1); } .menu__item.active::after { width: 100%; } .cards { position: relative; grid-area: card; align-self: center; justify-self: center; overflow: hidden; display: block; width: 100%; max-width: 350px; height: 500px; font-size: var(--fontOrigin); border-radius: 8px; box-shadow: 0 16px 60px rgba(0, 0, 0, 0.3); cursor: pointer; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover { box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } .card__save { position: absolute; top: 10px; right: 10px; display: block; width: 35px; height: 35px; background: transparent; border: 0; opacity: 0; border-radius: 3px; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .card__save:focus { outline: 0; background-color: rgba(255, 255, 255, 0); } .card:hover .card__save { opacity: 0.6; } .card__save i { font-size: 18px; color: rgba(255, 255, 255, 0.6); cursor: pointer; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .card__save:hover i { color: rgba(255, 255, 255, 0.8); } .card__save:active, .card__save.active { opacity: 1 !important; } .card__save:active i, .card__save.active i { color: white; } .card__image { position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; display: block; width: 100%; height: 100%; pointer-events: none; background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)); } .card__image img { -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); display: block; width: 100%; height: 100%; object-fit: cover; opacity: 1; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; animation-name: zoom; animation-duration: 30s; animation-direction: alternate; animation-timing-function: linear; animation-iteration-count: infinite; } .cards:hover .card__image img { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0.5; } .card__header { display: grid; width: 100%; height: 200px; } .card__profile { align-self: center; justify-self: center; display: block; overflow: hidden; width: 10vmax; height: 10vmax; max-width: 100px; max-height: 100px; border-radius: 50%; } .card__profile img { -webkit-transform: scale(1.5, 1.5) translateZ(0); transform: scale(1.5, 1.5) translateZ(0); display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; -webkit-filter: grayscale(50%) contrast(75%) brightness(1.3); filter: grayscale(50%) contrast(75%) brightness(1.3); -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; mix-blend-mode: normal; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .cards:hover .card__profile img { -webkit-transform: scale(1, 1) translateZ(0); transform: scale(1, 1) translateZ(0); } .card__body { display: grid; padding: 0 20px; } .card__name { align-self: center; justify-self: center; margin-bottom: 2px; color: white; font-size: var(--fontLarge); font-weight: var(--fontLight); letter-spacing: 0.1rem; text-align: center; text-transform: uppercase; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); background: -webkit-linear-gradient(white, #a1a1a1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover .card__name { background: -webkit-linear-gradient(white, #c1c1c1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .card__job { align-self: center; justify-self: center; display: inline-block; font-size: var(--fontSmall); font-weight: var(--fontLight); text-align: center; letter-spacing: 0.35rem; color: rgba(100, 130, 200, 0.45); -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover .card__job { color: rgba(100, 130, 200, 1); } .card__bio { position: relative; -webkit-transform: translateY(30%); transform: translateY(30%); display: block; margin: 22px 0 30px 0; font-size: var(--fontMedium); font-weight: var(--fontLight); /*text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.35);*/ color: rgba(255, 255, 255, 0.65); opacity: 0; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover .card__bio { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } .card__footer { position: relative; -webkit-transform: translateY(60%); transform: translateY(60%); display: grid; grid-template-columns: repeat(2, 1fr); grid-template-areas: "date category"; padding: 10px 20px; opacity: 0; -webkit-transition: all var(--speed) ease; transition: all var(--speed) ease; } .cards:hover .card__footer { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } .card__date { grid-area: date; display: inline-block; align-self: left; justify-self: left; font-size: var(--fontSmall); font-weight: var(--fontLight); text-transform: uppercase; text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.45); color: rgba(250, 250, 250, 0.4); } /* MODIFIERS */ .cards[data-effect="blur"]:hover .card__image img { -webkit-filter: blur(3px); filter: blur(3px); } .cards[data-effect="blur"] .card__image img { animation-name: blur; } .cards[data-effect="color"]:hover { -webkit-transform: scale(1, 1); transform: scale(1, 1); box-shadow: 0 40px 260px rgba(255, 0, 0, 0.1), 0 40px 130px rgba(250, 100, 100, 0.2), -80px -40px 230px rgba(0, 200, 250, 0.15), 80px 40px 230px rgba(120, 120, 255, 0.15); } .cards[data-effect="color"] .card__image { background: linear-gradient(to bottom, rgba(20, 20, 100, 1), rgba(255, 100, 100, 0.5)) } .cards[data-effect="color"]:hover .card__image img { opacity: 0.8; } .cards[data-effect="color"]:hover .card__profile img { -webkit-filter: grayscale(50%) contrast(80%) brightness(1.6); filter: grayscale(50%) contrast(80%) brightness(1.6); mix-blend-mode: normal; }
0.439988
0.149625
:root { --venia-anim-bounce: cubic-bezier(0.5, 1.8, 0.9, 0.8); --venia-anim-in: cubic-bezier(0, 0, 0.2, 1); --venia-anim-out: cubic-bezier(0.4, 0, 1, 1); --venia-anim-standard: cubic-bezier(0.4, 0, 0.2, 1); --venia-border: 224, 224, 224; --venia-error: 192, 18, 63; --venia-error-alt: 255, 226, 234; --venia-font: Muli, -apple-system, BlinkMacSystemFont, sans-serif; --venia-grey: 246, 246, 246; --venia-grey-dark: 209, 209, 209; --venia-orange: 241, 99, 33; --venia-teal: 0, 115, 120; --venia-teal-alt: 224, 240, 241; --venia-teal-dark: 0, 104, 108; --venia-teal-light: 212, 243, 238; --venia-text: 33, 33, 33; --venia-text-alt: 112, 112, 112; --venia-text-hint: 158, 158, 158; --venia-text-spot: 255, 99, 51; --venia-warning-dark: 249, 93, 94; --venia-warning-light: 254, 229, 232; } .cif-demo { /* * Copyright 2019 Adobe Systems Incorporated * * 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. */ /******************************************************************************* * * Copyright 2019 Adobe. All rights reserved. * This file is licensed to you 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 REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License. * ******************************************************************************/ /******************************************************************************* * * Copyright 2019 Adobe. All rights reserved. * This file is licensed to you 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 REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License. * ******************************************************************************/ /******************************************************************************* * ADOBE CONFIDENTIAL * __________________ * * Copyright 2019 Adobe Systems Incorporated * All Rights Reserved. * * NOTICE: All information contained herein is, and remains * the property of Adobe Systems Incorporated and its suppliers, * if any. The intellectual and technical concepts contained * herein are proprietary to Adobe Systems Incorporated and its * suppliers and are protected by trade secret or copyright law. * Dissemination of this information or reproduction of this material * is strictly forbidden unless prior written permission is obtained * from Adobe Systems Incorporated. ******************************************************************************/ /******************************************************************************* * ADOBE CONFIDENTIAL * __________________ * * Copyright 2019 Adobe Systems Incorporated * All Rights Reserved. * * NOTICE: All information contained herein is, and remains * the property of Adobe Systems Incorporated and its suppliers, * if any. The intellectual and technical concepts contained * herein are proprietary to Adobe Systems Incorporated and its * suppliers and are protected by trade secret or copyright law. * Dissemination of this information or reproduction of this material * is strictly forbidden unless prior written permission is obtained * from Adobe Systems Incorporated. ******************************************************************************/ /* derived classes */ /* state: active */ /* state: open */ /* derived classes */ /* state: open */ /* keyframes */ /* derived classes */ /** The "thumbnail" is a round pil button below the product image in mobile or * as a thumbnail to the left of the product image in desktop. */ /* For desktop mode where buttons are an image... */ /* state: pending */ } .cif-demo * { box-sizing: border-box; } .cif-demo :root { --venia-anim-bounce: cubic-bezier(0.5, 1.8, 0.9, 0.8); --venia-anim-in: cubic-bezier(0, 0, 0.2, 1); --venia-anim-out: cubic-bezier(0.4, 0, 1, 1); --venia-anim-standard: cubic-bezier(0.4, 0, 0.2, 1); --venia-border: 224, 224, 224; --venia-error: 192, 18, 63; --venia-error-alt: 255, 226, 234; --venia-font: Muli, -apple-system, BlinkMacSystemFont, sans-serif; --venia-grey: 246, 246, 246; --venia-grey-dark: 209, 209, 209; --venia-orange: 241, 99, 33; --venia-teal: 0, 115, 120; --venia-teal-alt: 224, 240, 241; --venia-teal-dark: 0, 104, 108; --venia-teal-light: 212, 243, 238; --venia-text: 33, 33, 33; --venia-text-alt: 112, 112, 112; --venia-text-hint: 158, 158, 158; --venia-text-spot: 255, 99, 51; --venia-warning-dark: 249, 93, 94; --venia-warning-light: 254, 229, 232; } .cif-demo html { background-color: white; font-size: 100%; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } .cif-demo body { background-color: white; color: rgb(var(--venia-text)); margin: 0; padding: 0; } .cif-demo div.header + div.responsivegrid { margin: 0 auto; max-width: 1500px !important; float: none !important; } .cif-demo body, .cif-demo input, .cif-demo select, .cif-demo textarea { font-family: var(--venia-font); } .cif-demo h1, .cif-demo h2, .cif-demo h3, .cif-demo h4, .cif-demo h5, .cif-demo h6 { font-size: 1rem; font-weight: 400; margin: 0; } .cif-demo h1 { font-size: 1.5rem; } .cif-demo h2 { font-size: 1.25rem; } .cif-demo a { color: currentColor; text-decoration: none; } .cif-demo p { margin: 0; } .cif-demo dl, .cif-demo ol, .cif-demo ul { list-style-type: none; margin: 0; padding: 0; } .cif-demo dd, .cif-demo dt { margin: 0; } .cif-demo button { background: none; border: 0; cursor: pointer; font-family: var(--venia-font); font-size: 100%; padding: 0; touch-action: manipulation; user-select: none; -webkit-appearance: none; } .cif-demo button:disabled { cursor: default; touch-action: none; } .cif-demo .button { display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 1.75rem; font-size: 1rem; line-height: 1.5; border-radius: 1.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .cif-demo .button--secondary { color: #fff; background-color: #000000; border-color: #000000; } .cif-demo .cmp-categorylist { padding: 1rem; } .cif-demo .cmp-categorylist__content { display: grid; grid-gap: 3rem 1rem; grid-template-columns: repeat(auto-fit, 6rem); justify-content: center; } .cif-demo .cmp-categorylist__anchor { display: block; line-height: 1rem; text-align: center; width: 6rem; } .cif-demo .cmp-categorylist__imagewrapper { background-position: 50% 50%; background-size: cover; border-radius: 50%; box-shadow: 0 0 0 1px; display: block; height: 5rem; margin: 0 auto 1rem auto; width: 5rem; } .cif-demo .cmp-categorylist__image { height: 100%; opacity: 0; width: 100%; } .cif-demo .cmp-categorylist__name { display: block; } .cif-demo .cmp-categorylist__title { text-align: center; padding: 2rem; } .cif-demo .footer__root { background-color: rgb(var(--venia-grey)); border-top: 1px solid rgb(var(--venia-border)); color: black; margin-top: 1rem; padding: 0 1rem; } .cif-demo .footer__tile { border-bottom: 1px solid rgb(var(--venia-border)); padding: 1rem 2rem; } .cif-demo .footer__tileTitle { font-size: 1.25rem; margin: 1rem 0; } .cif-demo .footer__tileBody { font-size: 0.875rem; line-height: 1.25rem; margin: 1rem 0; } .cif-demo .footer__copyright { display: block; color: rgb(var(--venia-text-alt)); font-size: 0.75rem; padding: 1.5rem 2rem; text-align: center; } .cif-demo .header { position: -webkit-sticky; position: sticky; top: 0; z-index: 10; } .cif-demo .icon__root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .cartCounter__root { font-weight: 600; margin-left: 0.3rem; } .cif-demo .clickable__root { align-items: center; cursor: pointer; display: inline-flex; justify-content: center; line-height: 1; padding: 0; pointer-events: auto; text-align: center; white-space: nowrap; } .cif-demo .cartTrigger__root { height: 3rem; min-width: 3rem; } .cif-demo .navTrigger__root { height: 3rem; width: 3rem; } .cif-demo .searchTrigger__root { transition-property: color; transition-duration: 224ms; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); height: 3rem; width: 3rem; } .cif-demo .searchTrigger__open { color: rgb(var(--venia-teal)); } .cif-demo .header__root { background-color: rgb(var(--venia-grey)); box-shadow: 0 1px rgb(var(--venia-border)); display: grid; grid-auto-columns: 100%; grid-auto-flow: row; grid-auto-rows: auto; grid-row-gap: 0.5rem; position: -webkit-sticky; position: sticky; top: 0; z-index: 10; } .cif-demo .header__toolbar { align-content: center; align-items: center; display: grid; grid-template-areas: 'primary title secondary'; grid-template-columns: 1fr auto 1fr; grid-template-rows: 3rem; justify-items: center; min-height: 3.5rem; padding: 0 1rem; } .cif-demo .header__navTrigger, .cif-demo .header__cartTrigger { height: 3rem; width: 3rem; } .cif-demo .header__logo { grid-area: title; } .cif-demo .header__primaryActions { grid-area: primary; justify-self: start; } .cif-demo .header__secondaryActions { grid-area: secondary; width: 100%; display: grid; grid-template-columns: 1fr 1fr; justify-items: end; } .cif-demo .indicator__root { align-content: center; align-items: center; display: grid; gap: 3rem; height: calc(100% - 6rem); justify-content: center; justify-items: center; margin: 3rem 0; width: 100%; } .cif-demo .indicator__message { color: rgb(var(--venia-text-alt)); font-size: 1rem; letter-spacing: 0.25rem; text-transform: uppercase; } .cif-demo .indicator__indicator { animation-direction: alternate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: indicator__pulse; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @keyframes indicator__pulse { 0% { filter: grayscale(1); transform: scale(0.75) rotate(-540deg); } 100% { filter: grayscale(0); transform: scale(1) rotate(0deg); } } .cif-demo .suggestedCategories__root { padding: 0 1.5rem 1rem; } .cif-demo .suggestedCategories__item { padding-bottom: 0.72rem; } .cif-demo .suggestedCategories__item:last-child { padding-bottom: 0; } .cif-demo .suggestedProduct__root { align-content: start; align-items: center; display: grid; grid-gap: 0.375rem 1rem; grid-template-areas: 'image name price'; grid-template-columns: 60px 1fr; grid-template-rows: min-content; padding-bottom: 1rem; } .cif-demo .suggestedProduct__root:last-child { padding-bottom: 0; } .cif-demo .suggestedProduct__productImage { display: block; height: auto; width: 100%; } .cif-demo .suggestedProduct__productName { padding-right: 50%; word-break: break-word; } .cif-demo .suggestedProducts__items { padding: 0 1.5rem; } .cif-demo .suggestedProducts__title { padding-bottom: 1rem; text-transform: uppercase; } .cif-demo .suggestedProducts__titleText { display: block; border-bottom: 2px solid rgb(var(--venia-border)); padding: 0.5rem 1.5rem; } .cif-demo .autocomplete__root { border: 1px solid rgb(var(--venia-border)); font-size: 0.8125rem; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); background-color: white; z-index: 2; padding: 1rem 0; } .cif-demo .autocomplete__statusContent { padding: 0.5rem 1.5rem; } .cif-demo .field__root { color: rgb(var(--venia-text)); display: grid; } .cif-demo .field__label { align-items: center; display: flex; font-size: 0.875rem; font-weight: 600; line-height: 1rem; padding: 0.375rem 0.125rem; } .cif-demo .field__input { background: white; border: 1px solid rgb(var(--venia-text-alt)); border-radius: 2px; color: rgb(var(--venia-text)); display: inline-flex; flex: 0 0 100%; font-size: 1rem; height: 2.25rem; margin: 0; padding: calc(0.375rem - 1px) calc(0.625rem - 1px); width: 100%; -webkit-appearance: none; } .cif-demo .field__input:focus { border-color: rgb(var(--venia-teal)); box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; } .cif-demo .fieldIcons__root { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'before input after'; grid-template-columns: auto 1fr auto; height: 2.25rem; } .cif-demo .fieldIcons__input { align-items: center; display: flex; grid-column: before-start / after-end; grid-row: input-start / input-end; } .cif-demo .fieldIcons__input > input { padding-left: calc(1.875rem * var(--iconsBefore) - -0.375rem - 1px); padding-right: calc(1.875rem * var(--iconsAfter) - -0.375rem - 1px); } .cif-demo .fieldIcons__before, .cif-demo .fieldIcons__after { align-items: center; display: flex; justify-content: center; pointer-events: none; width: 2.25rem; } .cif-demo .fieldIcons__before:empty, .cif-demo .fieldIcons__after:empty { display: none; } .cif-demo .fieldIcons__before { grid-area: before; } .cif-demo .fieldIcons__after { grid-area: after; } .cif-demo .message__root { color: rgb(var(--venia-text)); font-size: 0.875rem; font-weight: 400; line-height: 1rem; padding: 0.375rem 0.125rem 0.125rem; } .cif-demo .message__root:empty { display: none; } .cif-demo .message__root_error { color: rgb(var(--venia-error)); } .cif-demo .searchBar__root { align-items: center; display: none; justify-content: center; padding: 0 1rem; } .cif-demo .searchBar__root_open { display: flex; } .cif-demo .searchBar__form { align-items: center; display: grid; justify-items: stretch; margin-bottom: 0.5rem; width: 100%; } .cif-demo .searchBar__searchInner { position: relative; display: inline-flex; align-items: center; justify-content: center; max-width: 24rem; width: 100%; } .cif-demo .searchBar__SearchAutocompleteWrapper { text-align: left; margin: -0.5rem 0 0.5rem; position: absolute; top: 100%; left: 0; right: 0; } .cif-demo .jumbotron { padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px; color: #fff; background-color: #eeeeee; } .cif-demo .jumbotron h1, .cif-demo .jumbotron .h1 { color: inherit; } .cif-demo .jumbotron p { margin-bottom: 10px; font-size: 24px; font-weight: 200; } .cif-demo .jumbotron > hr { border-top-color: #d5d5d5; } .container .cif-demo .jumbotron, .container-fluid .cif-demo .jumbotron { border-radius: 0px; } .cif-demo .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .cif-demo .jumbotron { padding-top: 32px; padding-bottom: 32px; } .container .cif-demo .jumbotron, .container-fluid .cif-demo .jumbotron { padding-left: 40px; padding-right: 40px; } .cif-demo .jumbotron h1, .cif-demo .jumbotron .h1 { font-size: 48px; } } .cif-demo .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 0px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .cif-demo .btn:focus, .cif-demo .btn:active:focus, .cif-demo .btn.active:focus, .cif-demo .btn.focus, .cif-demo .btn:active.focus, .cif-demo .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .cif-demo .btn:hover, .cif-demo .btn:focus, .cif-demo .btn.focus { color: #333; text-decoration: none; } .cif-demo .btn:active, .cif-demo .btn.active { outline: 0; background-image: none; -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); } .cif-demo .btn.disabled, .cif-demo .btn[disabled], fieldset[disabled] .cif-demo .btn { cursor: not-allowed; opacity: 0.65; -webkit-box-shadow: none; box-shadow: none; } a.cif-demo .btn.disabled, fieldset[disabled] a.cif-demo .btn { pointer-events: none; } .cif-demo .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .cif-demo .btn-default:focus, .cif-demo .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .cif-demo .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .cif-demo .btn-default:active, .cif-demo .btn-default.active, .open > .dropdown-toggle.cif-demo .btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .cif-demo .btn-default:active:hover, .cif-demo .btn-default.active:hover, .open > .dropdown-toggle.cif-demo .btn-default:hover, .cif-demo .btn-default:active:focus, .cif-demo .btn-default.active:focus, .open > .dropdown-toggle.cif-demo .btn-default:focus, .cif-demo .btn-default:active.focus, .cif-demo .btn-default.active.focus, .open > .dropdown-toggle.cif-demo .btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .cif-demo .btn-default:active, .cif-demo .btn-default.active, .open > .dropdown-toggle.cif-demo .btn-default { background-image: none; } .cif-demo .btn-default.disabled, .cif-demo .btn-default[disabled], fieldset[disabled] .cif-demo .btn-default, .cif-demo .btn-default.disabled:hover, .cif-demo .btn-default[disabled]:hover, fieldset[disabled] .cif-demo .btn-default:hover, .cif-demo .btn-default.disabled:focus, .cif-demo .btn-default[disabled]:focus, fieldset[disabled] .cif-demo .btn-default:focus, .cif-demo .btn-default.disabled.focus, .cif-demo .btn-default[disabled].focus, fieldset[disabled] .cif-demo .btn-default.focus, .cif-demo .btn-default.disabled:active, .cif-demo .btn-default[disabled]:active, fieldset[disabled] .cif-demo .btn-default:active, .cif-demo .btn-default.disabled.active, .cif-demo .btn-default[disabled].active, fieldset[disabled] .cif-demo .btn-default.active { background-color: #fff; border-color: #ccc; } .cif-demo .btn-default .badge { color: #fff; background-color: #333; } .cif-demo .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .cif-demo .btn-primary:focus, .cif-demo .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .cif-demo .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .cif-demo .btn-primary:active, .cif-demo .btn-primary.active, .open > .dropdown-toggle.cif-demo .btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .cif-demo .btn-primary:active:hover, .cif-demo .btn-primary.active:hover, .open > .dropdown-toggle.cif-demo .btn-primary:hover, .cif-demo .btn-primary:active:focus, .cif-demo .btn-primary.active:focus, .open > .dropdown-toggle.cif-demo .btn-primary:focus, .cif-demo .btn-primary:active.focus, .cif-demo .btn-primary.active.focus, .open > .dropdown-toggle.cif-demo .btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .cif-demo .btn-primary:active, .cif-demo .btn-primary.active, .open > .dropdown-toggle.cif-demo .btn-primary { background-image: none; } .cif-demo .btn-primary.disabled, .cif-demo .btn-primary[disabled], fieldset[disabled] .cif-demo .btn-primary, .cif-demo .btn-primary.disabled:hover, .cif-demo .btn-primary[disabled]:hover, fieldset[disabled] .cif-demo .btn-primary:hover, .cif-demo .btn-primary.disabled:focus, .cif-demo .btn-primary[disabled]:focus, fieldset[disabled] .cif-demo .btn-primary:focus, .cif-demo .btn-primary.disabled.focus, .cif-demo .btn-primary[disabled].focus, fieldset[disabled] .cif-demo .btn-primary.focus, .cif-demo .btn-primary.disabled:active, .cif-demo .btn-primary[disabled]:active, fieldset[disabled] .cif-demo .btn-primary:active, .cif-demo .btn-primary.disabled.active, .cif-demo .btn-primary[disabled].active, fieldset[disabled] .cif-demo .btn-primary.active { background-color: #337ab7; border-color: #2e6da4; } .cif-demo .btn-primary .badge { color: #337ab7; background-color: #fff; } .cif-demo .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .cif-demo .btn-success:focus, .cif-demo .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .cif-demo .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .cif-demo .btn-success:active, .cif-demo .btn-success.active, .open > .dropdown-toggle.cif-demo .btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .cif-demo .btn-success:active:hover, .cif-demo .btn-success.active:hover, .open > .dropdown-toggle.cif-demo .btn-success:hover, .cif-demo .btn-success:active:focus, .cif-demo .btn-success.active:focus, .open > .dropdown-toggle.cif-demo .btn-success:focus, .cif-demo .btn-success:active.focus, .cif-demo .btn-success.active.focus, .open > .dropdown-toggle.cif-demo .btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .cif-demo .btn-success:active, .cif-demo .btn-success.active, .open > .dropdown-toggle.cif-demo .btn-success { background-image: none; } .cif-demo .btn-success.disabled, .cif-demo .btn-success[disabled], fieldset[disabled] .cif-demo .btn-success, .cif-demo .btn-success.disabled:hover, .cif-demo .btn-success[disabled]:hover, fieldset[disabled] .cif-demo .btn-success:hover, .cif-demo .btn-success.disabled:focus, .cif-demo .btn-success[disabled]:focus, fieldset[disabled] .cif-demo .btn-success:focus, .cif-demo .btn-success.disabled.focus, .cif-demo .btn-success[disabled].focus, fieldset[disabled] .cif-demo .btn-success.focus, .cif-demo .btn-success.disabled:active, .cif-demo .btn-success[disabled]:active, fieldset[disabled] .cif-demo .btn-success:active, .cif-demo .btn-success.disabled.active, .cif-demo .btn-success[disabled].active, fieldset[disabled] .cif-demo .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .cif-demo .btn-success .badge { color: #5cb85c; background-color: #fff; } .cif-demo .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .cif-demo .btn-info:focus, .cif-demo .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .cif-demo .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .cif-demo .btn-info:active, .cif-demo .btn-info.active, .open > .dropdown-toggle.cif-demo .btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .cif-demo .btn-info:active:hover, .cif-demo .btn-info.active:hover, .open > .dropdown-toggle.cif-demo .btn-info:hover, .cif-demo .btn-info:active:focus, .cif-demo .btn-info.active:focus, .open > .dropdown-toggle.cif-demo .btn-info:focus, .cif-demo .btn-info:active.focus, .cif-demo .btn-info.active.focus, .open > .dropdown-toggle.cif-demo .btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .cif-demo .btn-info:active, .cif-demo .btn-info.active, .open > .dropdown-toggle.cif-demo .btn-info { background-image: none; } .cif-demo .btn-info.disabled, .cif-demo .btn-info[disabled], fieldset[disabled] .cif-demo .btn-info, .cif-demo .btn-info.disabled:hover, .cif-demo .btn-info[disabled]:hover, fieldset[disabled] .cif-demo .btn-info:hover, .cif-demo .btn-info.disabled:focus, .cif-demo .btn-info[disabled]:focus, fieldset[disabled] .cif-demo .btn-info:focus, .cif-demo .btn-info.disabled.focus, .cif-demo .btn-info[disabled].focus, fieldset[disabled] .cif-demo .btn-info.focus, .cif-demo .btn-info.disabled:active, .cif-demo .btn-info[disabled]:active, fieldset[disabled] .cif-demo .btn-info:active, .cif-demo .btn-info.disabled.active, .cif-demo .btn-info[disabled].active, fieldset[disabled] .cif-demo .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .cif-demo .btn-info .badge { color: #5bc0de; background-color: #fff; } .cif-demo .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .cif-demo .btn-warning:focus, .cif-demo .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .cif-demo .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .cif-demo .btn-warning:active, .cif-demo .btn-warning.active, .open > .dropdown-toggle.cif-demo .btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .cif-demo .btn-warning:active:hover, .cif-demo .btn-warning.active:hover, .open > .dropdown-toggle.cif-demo .btn-warning:hover, .cif-demo .btn-warning:active:focus, .cif-demo .btn-warning.active:focus, .open > .dropdown-toggle.cif-demo .btn-warning:focus, .cif-demo .btn-warning:active.focus, .cif-demo .btn-warning.active.focus, .open > .dropdown-toggle.cif-demo .btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .cif-demo .btn-warning:active, .cif-demo .btn-warning.active, .open > .dropdown-toggle.cif-demo .btn-warning { background-image: none; } .cif-demo .btn-warning.disabled, .cif-demo .btn-warning[disabled], fieldset[disabled] .cif-demo .btn-warning, .cif-demo .btn-warning.disabled:hover, .cif-demo .btn-warning[disabled]:hover, fieldset[disabled] .cif-demo .btn-warning:hover, .cif-demo .btn-warning.disabled:focus, .cif-demo .btn-warning[disabled]:focus, fieldset[disabled] .cif-demo .btn-warning:focus, .cif-demo .btn-warning.disabled.focus, .cif-demo .btn-warning[disabled].focus, fieldset[disabled] .cif-demo .btn-warning.focus, .cif-demo .btn-warning.disabled:active, .cif-demo .btn-warning[disabled]:active, fieldset[disabled] .cif-demo .btn-warning:active, .cif-demo .btn-warning.disabled.active, .cif-demo .btn-warning[disabled].active, fieldset[disabled] .cif-demo .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .cif-demo .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .cif-demo .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .cif-demo .btn-danger:focus, .cif-demo .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .cif-demo .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .cif-demo .btn-danger:active, .cif-demo .btn-danger.active, .open > .dropdown-toggle.cif-demo .btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .cif-demo .btn-danger:active:hover, .cif-demo .btn-danger.active:hover, .open > .dropdown-toggle.cif-demo .btn-danger:hover, .cif-demo .btn-danger:active:focus, .cif-demo .btn-danger.active:focus, .open > .dropdown-toggle.cif-demo .btn-danger:focus, .cif-demo .btn-danger:active.focus, .cif-demo .btn-danger.active.focus, .open > .dropdown-toggle.cif-demo .btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .cif-demo .btn-danger:active, .cif-demo .btn-danger.active, .open > .dropdown-toggle.cif-demo .btn-danger { background-image: none; } .cif-demo .btn-danger.disabled, .cif-demo .btn-danger[disabled], fieldset[disabled] .cif-demo .btn-danger, .cif-demo .btn-danger.disabled:hover, .cif-demo .btn-danger[disabled]:hover, fieldset[disabled] .cif-demo .btn-danger:hover, .cif-demo .btn-danger.disabled:focus, .cif-demo .btn-danger[disabled]:focus, fieldset[disabled] .cif-demo .btn-danger:focus, .cif-demo .btn-danger.disabled.focus, .cif-demo .btn-danger[disabled].focus, fieldset[disabled] .cif-demo .btn-danger.focus, .cif-demo .btn-danger.disabled:active, .cif-demo .btn-danger[disabled]:active, fieldset[disabled] .cif-demo .btn-danger:active, .cif-demo .btn-danger.disabled.active, .cif-demo .btn-danger[disabled].active, fieldset[disabled] .cif-demo .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .cif-demo .btn-danger .badge { color: #d9534f; background-color: #fff; } .cif-demo .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .cif-demo .btn-link, .cif-demo .btn-link:active, .cif-demo .btn-link.active, .cif-demo .btn-link[disabled], fieldset[disabled] .cif-demo .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .cif-demo .btn-link, .cif-demo .btn-link:hover, .cif-demo .btn-link:focus, .cif-demo .btn-link:active { border-color: transparent; } .cif-demo .btn-link:hover, .cif-demo .btn-link:focus { color: #296191; text-decoration: underline; background-color: transparent; } .cif-demo .btn-link[disabled]:hover, fieldset[disabled] .cif-demo .btn-link:hover, .cif-demo .btn-link[disabled]:focus, fieldset[disabled] .cif-demo .btn-link:focus { color: #a7a7a7; text-decoration: none; } .cif-demo .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 0px; } .cif-demo .btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0px; } .cif-demo .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 0px; } .cif-demo .btn-block { display: block; width: 100%; } .cif-demo .btn-block + .btn-block { margin-top: 5px; } .cif-demo input[type="submit"].btn-block, .cif-demo input[type="reset"].btn-block, .cif-demo input[type="button"].btn-block { width: 100%; } .cif-demo .container { margin-right: auto; margin-left: auto; padding-left: 12px; padding-right: 12px; } @media (min-width: 768px) { .cif-demo .container { width: 744px; } } @media (min-width: 992px) { .cif-demo .container { width: 964px; } } @media (min-width: 1248px) { .cif-demo .container { width: 1164px; } } .cif-demo .container-fluid { margin-right: auto; margin-left: auto; padding-left: 12px; padding-right: 12px; } .cif-demo .venia-HeroImage { min-height: 460px; padding: 20px 0; margin-bottom: 40px; background: #555555 50% no-repeat; background-size: cover; position: relative; text-align: center; } .cif-demo .venia-HeroImage .navbar { margin-top: 20px; } .cif-demo .venia-HeroImage-title { display: block; margin: 0 auto 20px; text-transform: uppercase; } .cif-demo .venia-HeroImage p { margin: 0 auto; } .cif-demo .venia-HeroImage p.h3 { font-weight: 400; line-height: 2.58333333; } .cif-demo .venia-HeroImage-title, .cif-demo .venia-HeroImage p { text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5); } .cif-demo .venia-HeroImage-title .btn, .cif-demo .venia-HeroImage p .btn { text-shadow: none; } .cif-demo .header ~ .heroimage, .cif-demo .header ~ .target .heroimage { position: relative; top: -1 * 100px - 30; margin-bottom: -1 * 100px - 30; overflow: visible; } @media (max-width: 1247px) { .cif-demo .header ~ .heroimage, .cif-demo .header ~ .target .heroimage { margin-top: -40px; } } @media (min-width: 992px) { .cif-demo .venia-HeroImage { text-align: left; } .cif-demo .venia-HeroImage .container { transform: translateX(-50%); position: absolute; top: 0; bottom: 0; left: 50%; } .cif-demo .venia-HeroImage-wrapper { transform: translateY(-50%); position: absolute; top: 50%; left: 0; } } @media (min-width: 992px) and (min-width: 992px) { .cif-demo .venia-HeroImage-wrapper { margin-left: 16.66666667%; } } @media (max-width: 991px) { .cif-demo .venia-HeroImage.width-full { padding: 180px 0 70px; } } .cif-demo .flow__root { --flow-footer-height: 5.5rem; position: relative; } .cif-demo .flow__body { animation-duration: 224ms; animation-iteration-count: 1; animation-name: enter; background-color: white; bottom: var(--flow-footer-height); box-shadow: 0 -1px rgb(var(--venia-border)); display: grid; left: 0; position: absolute; right: 0; } .cif-demo .flow__footer { align-items: center; background-color: white; display: grid; grid-auto-columns: min-content; grid-auto-flow: column; grid-gap: 0.75rem; height: var(--flow-footer-height); justify-content: center; justify-items: center; margin: 0 1.5rem; padding: 1.5rem 0 1rem; position: relative; } @keyframes enter { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } .cif-demo .icon__root { height: 25px; width: 25px; } .cif-demo .icon__root.icon__root-close { background: url('../../resources/close.svg'); } .cif-demo .icon__root.icon__root-kebab { background: url('../../resources/kebab.svg'); } .cif-demo .icon__root.icon__root_heart { background: no-repeat center center url('../../resources/heart.svg'); } .cif-demo .icon__root.icon__root_pencil { background: no-repeat center center url('../../resources/pencil.svg'); } .cif-demo .icon__root.icon__root_trash { background: no-repeat center center url('../../resources/trash.svg'); } .cif-demo .icon__root.icon__root_lock { background: no-repeat center center url('../../resources/lock.svg'); } .cif-demo .icon__root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .clickable__root { align-items: center; cursor: pointer; display: inline-flex; justify-content: center; line-height: 1; padding: 0; pointer-events: auto; text-align: center; white-space: nowrap; } .cif-demo .button__root { background: none; border: 1px solid rgb(var(--color)); border-radius: 1.5rem; color: rgb(var(--color)); font-size: 0.75rem; font-weight: 600; height: 2rem; min-width: 7.5rem; padding: 0 1rem; transition-duration: 384ms; transition-property: background-color, color; transition-timing-function: var(--venia-anim-standard); --color: var(--venia-text); } .cif-demo .button__filled { background-color: rgb(var(--color)); color: white; } .cif-demo .button__root:hover { --color: var(--venia-teal); } .cif-demo .button__root:focus { box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; transition-duration: 128ms; --color: var(--venia-teal); } .cif-demo .button__root:active { transition-duration: 128ms; --color: var(--venia-teal-dark); } .cif-demo .button__root:disabled { pointer-events: none; --color: var(--venia-grey-dark); } .cif-demo .button__content { align-items: center; display: inline-grid; gap: 0.5rem; grid-auto-flow: column; justify-content: center; justify-items: center; } .cif-demo .emptyMiniCart__root { align-items: center; display: flex; flex-direction: column; justify-content: center; padding: 1rem; text-align: center; } .cif-demo .emptyMiniCart__emptyTitle { font-size: 1.5rem; line-height: 1.25; margin-bottom: 1.5rem; } .cif-demo .emptyMiniCart__continue { color: white; background-color: rgb(var(--venia-teal)); } .cif-demo .emptyMiniCart__continue:hover { color: rgb(var(--venia-teal)); } .cif-demo .mask__root { background-color: black; cursor: pointer; display: block; height: 100vh; left: 0; opacity: 0; position: fixed; top: 0; transition-duration: 192ms; transition-property: opacity, visibility; transition-timing-function: linear; visibility: hidden; width: 100vw; z-index: 2; -webkit-appearance: none; } .cif-demo .mask__root_active { opacity: 0.5; transition-duration: 224ms; visibility: visible; } .cif-demo .kebab__root { display: inline-block; grid-row-start: 1; grid-row-end: 4; grid-column-start: 3; grid-column-end: 4; margin-top: 2px; position: relative; } .cif-demo .kebab__dropdown { align-items: center; box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); display: grid; position: absolute; right: 2px; top: 0; transition: 256ms ease-out; transform: scale(0); transform-origin: 100% 0; z-index: 3; } .cif-demo .kebab__dropdown_active { position: absolute; transform: scale(1); transition: 250ms var(--venia-anim-bounce); } .cif-demo .kebab__dropdown li { display: block; width: 100%; background-color: #fff; border-bottom: 1px solid rgb(var(--venia-border)); } .cif-demo .kebab__dropdown li:hover { background-color: #eee; } .cif-demo .kebab__kebab { outline: 0; border: none; background-color: #fff; } .cif-demo .section__menuItem button { width: 100%; padding: 0.6rem; padding-right: 1.6rem; padding-bottom: 0.72rem; display: flex; white-space: pre; box-sizing: border-box; text-align: left; align-items: center; justify-items: start; column-gap: 0.7rem; } .cif-demo .section__text { padding-top: 1px; padding-left: 0.4rem; font-size: 11px; } .cif-demo .product__root { position: relative; align-content: start; display: grid; grid-gap: 0 1rem; grid-template-areas: 'image name' 'image options' 'image quantity'; grid-template-columns: 80px 1fr; grid-template-rows: min-content minmax(54px, 1fr) min-content; } .cif-demo .product__root .product__mask { position: absolute; left: -24px; right: -24px; top: -7px; bottom: -7px; background-color: rgb(var(--venia-grey)); opacity: 0.5; z-index: 2; visibility: hidden; } .cif-demo .product__mask_active { opacity: 0.5; visibility: visible; } .cif-demo .product__image { background-color: rgb(var(--venia-grey)); background-position: 50% 50%; background-size: cover; border-radius: 2px; box-shadow: inset 0 0 0 1px rgb(var(--venia-border)); grid-area: image; } .cif-demo .product__name { font-size: 0.875rem; font-weight: 600; grid-area: name; padding-top: 0.125rem; } .cif-demo .product__options { font-size: 13px; grid-area: options; line-height: 1.5; margin-top: 0.25rem; max-height: 54px; overflow-y: auto; } .cif-demo .product__quantityRow { align-items: center; } .cif-demo .product__optionLabel { display: inline-block; } .cif-demo .product__quantity { align-items: flex-end; display: flex; grid-column: 2 / span 1; font-size: 13px; align-self: end; } .cif-demo .product__quantityOperator { align-items: center; color: rgb(var(--venia-text-alt)); display: inline-flex; margin: 0 0.375rem; } .cif-demo .product__price { align-items: center; display: inline-flex; } .cif-demo .product__modal { position: absolute; left: -24px; right: -24px; top: -7px; bottom: -7px; background-color: rgb(var(--venia-teal)); opacity: 0.1; z-index: 2; } .cif-demo .productList__root { display: grid; grid-gap: 1rem; margin: 0 1.5rem; padding: 1.5rem 0; } .cif-demo .miniCart__root { --base-z-index: 4; --minicart-height: 100vh; --minicart-header-height: 3.5rem; align-content: start; background-color: white; bottom: 0; box-shadow: -1px 0 rgb(var(--venia-border)); display: grid; grid-template-rows: min-content 1fr; height: var(--minicart-height); opacity: 0; overflow: hidden; position: fixed; right: 0; top: 0; transform: translate3d(100%, 0, 0); transition-duration: 192ms; transition-property: opacity, transform, visibility; transition-timing-function: cubic-bezier(0.4, 0, 1, 1); visibility: hidden; width: 100%; max-width: 360px; z-index: var(--base-z-index); } .cif-demo .miniCart__root_open { opacity: 1; transform: translate3d(0, 0, 0); transition-duration: 224ms; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); visibility: visible; } .cif-demo .miniCart__body { overflow: auto; } .cif-demo .miniCart__footer { box-shadow: 0 -1px rgb(var(--venia-border)); padding: 1.5rem 0 0.5rem; background-color: white; } .cif-demo .miniCart__footerMaskOpen { z-index: 3; } .cif-demo .miniCart__header { align-content: center; align-items: center; background-color: rgb(var(--venia-grey)); box-shadow: 0 1px rgb(var(--venia-border)); display: grid; grid-auto-columns: auto; grid-auto-flow: column; grid-auto-rows: 3rem; grid-template-columns: 1fr; height: var(--minicart-header-height); justify-content: end; padding: 0 1rem; position: relative; z-index: 1; } .cif-demo .miniCart__subtotalLabel { color: rgb(var(--venia-text-alt)); } .cif-demo .miniCart__subtotalValue { font-weight: 600; margin-left: 0.5rem; } .cif-demo .miniCart__title { align-items: center; display: inline-flex; font-size: 1rem; font-weight: 400; margin-right: auto; padding: 0; text-transform: uppercase; } .cif-demo .miniCart__totals { align-items: center; display: flex; flex-wrap: wrap; justify-content: center; } .cif-demo .miniCart__placeholderButton { text-align: center; margin: 1.5rem 0 1rem 0; } .cif-demo .indicator__root { align-content: center; align-items: center; display: grid; gap: 3rem; height: calc(100% - 6rem); justify-content: center; justify-items: center; margin: 3rem 0; width: 100%; } .cif-demo .indicator__message { color: rgb(var(--venia-text-alt)); font-size: 1rem; letter-spacing: 0.25rem; text-transform: uppercase; } .cif-demo .indicator__indicator { animation-direction: alternate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: indicator__pulse; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @keyframes indicator__pulse { 0% { filter: grayscale(1); transform: scale(0.75) rotate(-540deg); } 100% { filter: grayscale(0); transform: scale(1) rotate(0deg); } } .cif-demo .option__root { border-bottom: 1px solid rgb(var(--venia-border)); margin: 0 1.5rem; padding: 1.75rem 0; } .cif-demo .option__title { font-size: 1rem; font-weight: 600; line-height: 1.5; margin-bottom: 1.5rem; } .cif-demo .cartOptions__root { position: inherit; display: grid; grid-template-rows: min-content 1fr auto auto; width: 100%; bottom: 0; right: 0; top: 3.5rem; } .cif-demo .cartOptions__focusItem { box-shadow: 0 1px rgb(var(--venia-border)); display: grid; gap: 2rem; grid-auto-flow: column; grid-template-columns: 1fr; padding: 1rem; } .cif-demo .cartOptions__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .cif-demo .cartOptions__form { overflow: auto; height: 1fr; } .cif-demo .cartOptions__modal { visibility: hidden; height: 100%; width: 100%; background-color: rgb(var(--venia-grey)); text-align: center; position: absolute; bottom: 0; } .cif-demo .cartOptions__modal_active { visibility: visible; opacity: 0.9; } .cif-demo .cartOptions__options { font-weight: bold; } .cif-demo .cartOptions__quantity { border-color: rgb(var(--venia-border)); border-style: solid; border-width: 0 0 1px; margin: 0 1.5rem; padding-top: 1rem; padding-bottom: 1rem; } .cif-demo .cartOptions__save { box-shadow: 0 -1px rgb(var(--venia-border)); padding: 1.5rem 0 0.5rem; background-color: #fff; justify-content: center; padding: 1rem 0; display: flex; width: 100%; overflow: hidden; } .cif-demo .cartOptions__save button { margin-right: 5px; margin-left: 5px; } .cif-demo .field__root { color: rgb(var(--venia-text)); display: grid; } .cif-demo .field__label { align-items: center; display: flex; font-size: 0.875rem; font-weight: 600; line-height: 1rem; padding: 0.375rem 0.125rem; } .cif-demo .field__input { background: white; border: 1px solid rgb(var(--venia-text-alt)); border-radius: 2px; color: rgb(var(--venia-text)); display: inline-flex; flex: 0 0 100%; font-size: 1rem; height: 2.25rem; margin: 0; padding: calc(0.375rem - 1px) calc(0.625rem - 1px); width: 100%; -webkit-appearance: none; } .cif-demo .field__input:focus { border-color: rgb(var(--venia-teal)); box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; } .cif-demo .fieldIcons__root { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'before input after'; grid-template-columns: auto 1fr auto; height: 2.25rem; } .cif-demo .fieldIcons__input { align-items: center; display: flex; grid-column: before-start / after-end; grid-row: input-start / input-end; } .cif-demo .fieldIcons__input > input { padding-left: calc(1.875rem * var(--iconsBefore) - -0.375rem - 1px); padding-right: calc(1.875rem * var(--iconsAfter) - -0.375rem - 1px); } .cif-demo .fieldIcons__before, .cif-demo .fieldIcons__after { align-items: center; display: flex; justify-content: center; pointer-events: none; width: 2.25rem; } .cif-demo .fieldIcons__before:empty, .cif-demo .fieldIcons__after:empty { display: none; } .cif-demo .fieldIcons__before { grid-area: before; } .cif-demo .fieldIcons__after { grid-area: after; } .cif-demo .message__root { color: rgb(var(--venia-text)); font-size: 0.875rem; font-weight: 400; line-height: 1rem; padding: 0.375rem 0.125rem 0.125rem; } .cif-demo .message__root:empty { display: none; } .cif-demo .message__root_error { color: rgb(var(--venia-error)); } .cif-demo .select__wrapper { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'input icon'; grid-template-columns: auto 2.25rem; height: 2.25rem; } .cif-demo .select__input { grid-area: input-start / input-start / input-end / icon-end; padding-right: calc(2.25rem - 1px); } .cif-demo .quantity__root { display: flex; flex-direction: column; } .cif-demo .categoryTree__root--shadow { display: none; } .cif-demo .cmp-navigation__item--active .categoryLeaf__text { color: #c53457; } .cif-demo .cmp-navigation__item--active .icon__root--active { color: #c53457; } .cif-demo .categoryLeaf__root--link { padding-left: 0; padding-right: 0; } .cif-demo .categoryLeaf__root--box { border-bottom: 1px solid rgb(var(--venia-border)); padding-left: 0; padding-right: 0; } .cif-demo .navigation__mask { background-color: black; cursor: pointer; display: block; height: 100vh; left: 0; opacity: 0; position: fixed; top: 0; transition-duration: 192ms; transition-property: opacity, visibility; transition-timing-function: linear; visibility: hidden; width: 100vw; z-index: 2; -webkit-appearance: none; } .cif-demo .navigation__mask_active { opacity: 0.5; transition-duration: 224ms; visibility: visible; } .cif-demo .clickable__root { align-items: center; cursor: pointer; display: inline-flex; justify-content: center; line-height: 1; padding: 0; pointer-events: auto; text-align: center; white-space: nowrap; } .cif-demo .button__root { background: none; border: 1px solid rgb(var(--color)); border-radius: 1.5rem; color: rgb(var(--color)); font-size: 0.75rem; font-weight: 600; height: 2rem; min-width: 7.5rem; padding: 0 1rem; transition-duration: 384ms; transition-property: background-color, color; transition-timing-function: var(--venia-anim-standard); --color: var(--venia-text); } .cif-demo .button__filled { background-color: rgb(var(--color)); color: white; } .cif-demo .button__root:hover { --color: var(--venia-teal); } .cif-demo .button__root:focus { box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; transition-duration: 128ms; --color: var(--venia-teal); } .cif-demo .button__root:active { transition-duration: 128ms; --color: var(--venia-teal-dark); } .cif-demo .button__root:disabled { pointer-events: none; --color: var(--venia-grey-dark); } .cif-demo .button__content { align-items: center; display: inline-grid; gap: 0.5rem; grid-auto-flow: column; justify-content: center; justify-items: center; } .cif-demo .errorDisplay__root { background-color: rgb(var(--venia-error-alt)); border: 1px solid rgb(var(--venia-error)); border-radius: 2px; color: rgb(var(--venia-error)); font-size: 0.875rem; line-height: 1.25rem; margin: 1rem 0; max-height: 5rem; overflow-x: auto; padding: 0; } .cif-demo .errorDisplay__body { display: inline-block; font-size: 0.875rem; line-height: 1.25rem; margin: 1rem; } .cif-demo .field__root { color: rgb(var(--venia-text)); display: grid; } .cif-demo .field__label { align-items: center; display: flex; font-size: 0.875rem; font-weight: 600; line-height: 1rem; padding: 0.375rem 0.125rem; } .cif-demo .field__input { background: white; border: 1px solid rgb(var(--venia-text-alt)); border-radius: 2px; color: rgb(var(--venia-text)); display: inline-flex; flex: 0 0 100%; font-size: 1rem; height: 2.25rem; margin: 0; padding: calc(0.375rem - 1px) calc(0.625rem - 1px); width: 100%; -webkit-appearance: none; } .cif-demo .field__input:focus { border-color: rgb(var(--venia-teal)); box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; } .cif-demo .fieldIcons__root { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'before input after'; grid-template-columns: auto 1fr auto; height: 2.25rem; } .cif-demo .fieldIcons__input { align-items: center; display: flex; grid-column: before-start / after-end; grid-row: input-start / input-end; } .cif-demo .fieldIcons__input > input { padding-left: calc(1.875rem * var(--iconsBefore) - -0.375rem - 1px); padding-right: calc(1.875rem * var(--iconsAfter) - -0.375rem - 1px); } .cif-demo .fieldIcons__before, .cif-demo .fieldIcons__after { align-items: center; display: flex; justify-content: center; pointer-events: none; width: 2.25rem; } .cif-demo .fieldIcons__before:empty, .cif-demo .fieldIcons__after:empty { display: none; } .cif-demo .fieldIcons__before { grid-area: before; } .cif-demo .fieldIcons__after { grid-area: after; } .cif-demo .message__root { color: rgb(var(--venia-text)); font-size: 0.875rem; font-weight: 400; line-height: 1rem; padding: 0.375rem 0.125rem 0.125rem; } .cif-demo .message__root:empty { display: none; } .cif-demo .message__root_error { color: rgb(var(--venia-error)); } .cif-demo .createAccount__root { display: grid; gap: 0.5rem; justify-items: stretch; padding: 0 1.5rem; } .cif-demo .createAccount__actions { display: grid; justify-items: center; margin-top: 1rem; padding: 1rem 0; } .cif-demo .createAccount__lead { margin: 1rem 0; text-align: center; } .cif-demo .input__helpText { font-size: 0.7rem; margin: 0.4rem 0; } .cif-demo .input__requiredSymbol { background-color: black; width: 0.4em; height: 0.4em; border-radius: 50%; display: inline-block; vertical-align: top; } .cif-demo .input__hint { color: rgb(var(--venia-text-alt)); } .cif-demo .input__error { color: red; } .cif-demo .input__success { color: green; } .cif-demo .input__root { padding: 0.5rem 1.5rem; } .cif-demo .input__input { width: 100%; height: 1.85rem; border: 1px solid black; padding: 1rem; margin: 0.2rem 0 0 0; outline: none; } .cif-demo .input__label { display: flex; align-items: center; font-size: 0.85rem; } .cif-demo .input__labelFocused { color: rgb(var(--venia-teal)); transition: 200ms; } .cif-demo .input__rootFocused { background-color: rgb(var(--venia-teal-alt)); transition: 200ms; } .cif-demo .signIn__signInDivider { border-color: rgb(var(--venia-border)); border-style: solid; border-width: 0 0 1px; margin: 2rem 1rem; } .cif-demo .signIn__signInButton, .cif-demo .signIn__showCreateAccountButton { text-align: center; margin: 1rem 0; } .cif-demo .signIn__forgotPassword { display: block; text-decoration: underline; color: rgb(var(--venia-error)); font-size: 0.8rem; margin: 2rem auto 0; } .cif-demo .forgotPasswordForm__form { display: flex; flex-direction: column; } .cif-demo .forgotPasswordForm__buttonContainer { align-self: center; margin-top: 2rem; } .cif-demo .formSubmissionSuccessful__text { padding: 0.5rem 1.5rem; font-size: 0.875rem; font-weight: 300; line-height: 1.25rem; text-align: center; margin-bottom: 2rem; overflow-wrap: break-word; } .cif-demo .formSubmissionSuccessful__buttonContainer { margin: 0 auto; text-align: center; } .cif-demo .forgotPassword__instructions { padding: 0.5rem 1.5rem 0; margin-bottom: 1.5rem; font-size: 0.875rem; font-weight: 300; line-height: 1.25rem; } .cif-demo .indicator__root { align-content: center; align-items: center; display: grid; gap: 3rem; height: calc(100% - 6rem); justify-content: center; justify-items: center; margin: 3rem 0; width: 100%; } .cif-demo .indicator__message { color: rgb(var(--venia-text-alt)); font-size: 1rem; letter-spacing: 0.25rem; text-transform: uppercase; } .cif-demo .indicator__indicator { animation-direction: alternate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: indicator__pulse; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @keyframes indicator__pulse { 0% { filter: grayscale(1); transform: scale(0.75) rotate(-540deg); } 100% { filter: grayscale(0); transform: scale(1) rotate(0deg); } } .cif-demo .categoryLeaf__root { align-items: stretch; display: flex; height: 3.5rem; padding: 0 1.25rem; width: 100%; } .cif-demo .categoryLeaf__inactive { position: fixed; visibility: hidden; } .cif-demo .categoryLeaf__text { align-items: center; border-bottom: 1px solid rgb(var(--venia-border)); display: flex; flex: auto; height: 3.5rem; padding: 0 0.25rem; } .cif-demo .categoryTree__inactive { position: fixed; visibility: hidden; } .cif-demo .icon__root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .navHeader__title { align-items: center; display: inline-flex; font-size: 1rem; font-weight: 400; text-transform: uppercase; } .cif-demo .navigation__root { background-color: white; bottom: 0; display: grid; grid-template-rows: auto 1fr auto; left: 0; opacity: 0; position: fixed; top: 0; transform: translate3d(-100%, 0, 0); transition-duration: 192ms; transition-timing-function: cubic-bezier(0.4, 0, 1, 1); transition-property: opacity, transform, visibility; visibility: hidden; width: 100%; max-width: 360px; z-index: 3; } .cif-demo .navigation__header { align-content: center; background-color: rgb(var(--venia-grey)); box-shadow: 0 1px rgb(var(--venia-border)); display: grid; grid-auto-columns: 3.5rem; grid-auto-flow: column; grid-auto-rows: 3.5rem; grid-template-columns: 3.5rem 1fr 3.5rem; height: 3.5rem; position: relative; z-index: 1; } .cif-demo .navigation__body { min-height: 0; overflow: auto; } .cif-demo .navigation__footer { box-shadow: 0 -1px rgb(var(--venia-border)); } .cif-demo .navigation__authBar { align-items: center; background-color: white; display: flex; height: 5.5rem; justify-content: center; padding: 1.5rem 1rem 1rem; width: 100%; } .cif-demo .navigation__userChip { align-content: center; align-items: center; background-color: rgb(var(--venia-grey)); display: grid; flex: 0 0 100%; grid-template-columns: min-content 1fr min-content; grid-template-rows: 3.5rem; height: 4rem; padding: 0 1rem; width: 100%; } .cif-demo .navigation__userEmail { color: rgb(var(--venia-text-alt)); font-size: 0.8125rem; line-height: 1rem; } .cif-demo .navigation__userAvatar, .cif-demo .navigation__userMore { height: 3.5rem; width: 3.5rem; } .cif-demo .navigation__signIn { animation-duration: 244ms; animation-fill-mode: forwards; background: white; bottom: 0; left: 0; padding-top: 4.5rem; position: absolute; right: 0; top: 0; overflow-y: auto; } .cif-demo .navigation__signIn_open { animation-name: navigation__slidein; } .cif-demo .navigation__signIn_closed { animation-name: navigation__slideout; } .cif-demo .navigation__form_open { animation-name: navigation__slideinSide; } .cif-demo .navigation__form_closed { animation-name: navigation__slideoutSide; } .cif-demo .navigation__root_open { box-shadow: 1px 0 rgb(var(--venia-border)); opacity: 1; transform: translate3d(0, 0, 0); transition-duration: 224ms; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); visibility: visible; } @keyframes navigation__slidein { from { transform: translate3d(0, 100%, 0); } to { transform: translate3d(0, 0, 0); } } @keyframes navigation__slideout { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(0, 100%, 0); } } @keyframes navigation__slideinSide { from { transform: translate3d(-100%, 0, 0); } to { transform: translate3d(0, 0, 0); } } @keyframes navigation__slideoutSide { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-100%, 0, 0); } } .cif-demo .myAccountMenuTrigger__userChip { align-content: center; align-items: center; background-color: rgb(var(--venia-grey)); display: grid; flex: 0 0 100%; grid-template-columns: 1fr 3.5rem; grid-template-rows: 3.5rem; height: 4rem; width: 100%; } .cif-demo .myAccountMenuTrigger__userEmail { color: rgb(var(--venia-text-alt)); font-size: 0.8125rem; line-height: 1rem; } .cif-demo .myAccountMenuTrigger__userMore { height: 3.5rem; width: 3.5rem; } .cif-demo .myAccountMenuTrigger__menuOpen { position: fixed; z-index: 5; background-color: white; transition: top 244ms; top: 0; bottom: 0; left: 0; right: 0; height: 100%; } .cif-demo .myAccountMenuTrigger__menuClosed { top: 101%; } .cif-demo .userInformation__root { display: flex; align-items: center; } .cif-demo .userInformation__userInformationContainer { font-size: 0.875rem; font-weight: 300; line-height: 1rem; } .cif-demo .userInformation__email { color: rgb(var(--venia-text-alt)); font-size: 0.8125rem; line-height: 1rem; } .cif-demo .userInformation__iconContainer { margin: 0 1rem 0 1.25rem; } .cif-demo .menuItem__item { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 3.5rem; border-bottom: 1px solid rgb(var(--venia-border)); font-size: 0.875rem; font-weight: 300; line-height: 0.875rem; } .cif-demo .myAccountMenu__list { padding: 0 1.5rem; } .cif-demo .myAccountMenu__signOutTitle { color: rgb(var(--venia-text-spot)); } .cif-demo .myAccountMenu__rewardsPoints { font-size: 0.625rem; font-weight: 300; line-height: 0.875rem; } .cif-demo .header__closeButton { display: flex; justify-content: center; align-items: center; width: 3.5rem; } .cif-demo .myAccountMenuPage__root { display: grid; grid-template-rows: auto 1fr auto; height: 100%; width: 100%; background-color: white; } .cif-demo .myAccountMenuPage__logoContainer { margin: 2rem auto; } .cif-demo .indicator__root { align-content: center; align-items: center; display: grid; gap: 3rem; height: calc(100% - 6rem); justify-content: center; justify-items: center; margin: 3rem 0; width: 100%; } .cif-demo .indicator__message { color: rgb(var(--venia-text-alt)); font-size: 1rem; letter-spacing: 0.25rem; text-transform: uppercase; } .cif-demo .indicator__indicator { animation-direction: alternate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: indicator__pulse; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @keyframes indicator__pulse { 0% { filter: grayscale(1); transform: scale(0.75) rotate(-540deg); } 100% { filter: grayscale(0); transform: scale(1) rotate(0deg); } } .cif-demo .clickable__root { align-items: center; cursor: pointer; display: inline-flex; justify-content: center; line-height: 1; padding: 0; pointer-events: auto; text-align: center; white-space: nowrap; } .cif-demo .button__root { background: none; border: 1px solid rgb(var(--color)); border-radius: 1.5rem; color: rgb(var(--color)); font-size: 0.75rem; font-weight: 600; height: 2rem; min-width: 7.5rem; padding: 0 1rem; transition-duration: 384ms; transition-property: background-color, color; transition-timing-function: var(--venia-anim-standard); --color: var(--venia-text); } .cif-demo .button__filled { background-color: rgb(var(--color)); color: white; } .cif-demo .button__root:hover { --color: var(--venia-teal); } .cif-demo .button__root:focus { box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; transition-duration: 128ms; --color: var(--venia-teal); } .cif-demo .button__root:active { transition-duration: 128ms; --color: var(--venia-teal-dark); } .cif-demo .button__root:disabled { pointer-events: none; --color: var(--venia-grey-dark); } .cif-demo .button__content { align-items: center; display: inline-grid; gap: 0.5rem; grid-auto-flow: column; justify-content: center; justify-items: center; } .cif-demo .icon__root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .thumbnail__root { border: 1px solid rgb(var(--venia-text)); border-radius: 50%; height: 0.875rem; width: 0.875rem; box-shadow: 0 0 0 1px #ffffff; outline: none; } .cif-demo .thumbnail__rootSelected { background-color: rgb(var(--venia-text)); } .cif-demo .thumbnail__image { display: none; } @media (min-width: 1024px) { .cif-demo .thumbnail__root { border: 0; border-radius: 0; height: auto; width: auto; } .cif-demo .thumbnail__rootSelected { box-shadow: 0 0 10px 0 rgb(var(--venia-teal)); background-color: rgb(var(--venia-text)); } .cif-demo .thumbnail__image { background-color: rgb(var(--venia-grey)); border-radius: 2px; box-shadow: 0 0 0 1px white; display: block; height: auto; width: 100%; } } .cif-demo .thumbnailList__root { align-content: stretch; display: grid; grid-auto-flow: column; grid-gap: 1rem; grid-template-columns: repeat(auto-fit, 1rem); justify-content: center; margin-top: 1rem; z-index: 1; } @media (min-width: 1024px) { .cif-demo .thumbnailList__root { align-content: start; grid-auto-flow: row; grid-gap: 1.5rem; grid-template-columns: 1fr; margin-top: 0; } } .cif-demo .carousel__root { display: grid; grid-template-areas: 'main' 'thumbs'; grid-template-columns: auto; grid-template-rows: auto; } @media (min-width: 1024px) { .cif-demo .carousel__root { grid-gap: 1.5rem; grid-template-areas: 'thumbs main'; grid-template-columns: 17fr 80fr; } } .cif-demo .carousel__imageContainer { display: grid; grid-area: main; grid-template-columns: repeat(3, 1fr); } .cif-demo .carousel__currentImage { background-color: rgb(var(--venia-grey)); border-radius: 2px; width: 100%; grid-area: 1 / 1 / 2 / 4; } .cif-demo .carousel__chevron-left, .cif-demo .carousel__chevron-right { display: flex; outline: none; z-index: 1; } .cif-demo .carousel__chevron-left { justify-content: flex-start; grid-area: 1 / 1 / 2 / 2; margin-left: 1.625rem; } .cif-demo .carousel__chevron-right { justify-content: flex-end; grid-area: 1 / 3 / 2 / 4; margin-right: 1.625rem; } @media (min-width: 1024px) { .cif-demo .carousel__chevron-left, .cif-demo .carousel__chevron-right { display: none; } } .cif-demo .field__root { color: rgb(var(--venia-text)); display: grid; } .cif-demo .field__label { align-items: center; display: flex; font-size: 0.875rem; font-weight: 600; line-height: 1rem; padding: 0.375rem 0.125rem; } .cif-demo .field__input { background: white; border: 1px solid rgb(var(--venia-text-alt)); border-radius: 2px; color: rgb(var(--venia-text)); display: inline-flex; flex: 0 0 100%; font-size: 1rem; height: 2.25rem; margin: 0; padding: calc(0.375rem - 1px) calc(0.625rem - 1px); width: 100%; -webkit-appearance: none; } .cif-demo .field__input:focus { border-color: rgb(var(--venia-teal)); box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; } .cif-demo .fieldIcons__root { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'before input after'; grid-template-columns: auto 1fr auto; height: 2.25rem; } .cif-demo .fieldIcons__input { align-items: center; display: flex; grid-column: before-start / after-end; grid-row: input-start / input-end; } .cif-demo .fieldIcons__input > input { padding-left: calc(1.875rem * var(--iconsBefore) - -0.375rem - 1px); padding-right: calc(1.875rem * var(--iconsAfter) - -0.375rem - 1px); } .cif-demo .fieldIcons__before, .cif-demo .fieldIcons__after { align-items: center; display: flex; justify-content: center; pointer-events: none; width: 2.25rem; } .cif-demo .fieldIcons__before:empty, .cif-demo .fieldIcons__after:empty { display: none; } .cif-demo .fieldIcons__before { grid-area: before; } .cif-demo .fieldIcons__after { grid-area: after; } .cif-demo .message__root { color: rgb(var(--venia-text)); font-size: 0.875rem; font-weight: 400; line-height: 1rem; padding: 0.375rem 0.125rem 0.125rem; } .cif-demo .message__root:empty { display: none; } .cif-demo .message__root_error { color: rgb(var(--venia-error)); } .cif-demo .select__wrapper { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'input icon'; grid-template-columns: auto 2.25rem; height: 2.25rem; } .cif-demo .select__input { grid-area: input-start / input-start / input-end / icon-end; padding-right: calc(2.25rem - 1px); } .cif-demo .quantity__root { display: flex; flex-direction: column; } .cif-demo .richText__root { font-size: 0.875rem; line-height: 1.25rem; padding: 0 0.5rem; } .cif-demo .richText__root p { margin: 0 0 1rem; } .cif-demo .richText__root ul { list-style-type: disc; margin: 0 0 1rem; padding-left: 2.5rem; } .cif-demo .option__root { border-bottom: 1px solid rgb(var(--venia-border)); margin: 0 1.5rem; padding: 1.75rem 0; } .cif-demo .option__title { font-size: 1rem; font-weight: 600; line-height: 1.5; margin-bottom: 1.5rem; } .cif-demo .productFullDetail__root { display: block; } @media (min-width: 1024px) { .cif-demo .productFullDetail__root { align-items: start; display: grid; grid-auto-flow: row; grid-template-areas: 'images title' 'images actions' 'images options' 'images quantity' 'images cart' 'images .'; grid-template-columns: 1.5625fr 1fr; grid-template-rows: repeat(5, min-content) 1fr [fold]; padding: 2.5rem 4rem; } } .cif-demo .productFullDetail__section { border-color: rgb(var(--venia-border)); border-style: solid; border-width: 0 0 1px; margin: 0 1.5rem; padding: 1.5rem 0; } .cif-demo .productFullDetail__sectionTitle { align-items: center; display: flex; font-size: 1rem; font-weight: 600; line-height: 1.5; justify-content: center; margin-bottom: 1.5rem; text-align: center; } .cif-demo .productFullDetail__title { align-items: center; display: grid; grid-area: title; grid-gap: 1rem; grid-template-columns: 1fr max-content; line-height: 1.5; padding: 1rem 1.5rem; } @media (min-width: 1024px) { .cif-demo .productFullDetail__title { padding: 1.5rem; } } .cif-demo .productFullDetail__productName { font-size: 1rem; font-weight: 600; } @media (min-width: 1024px) { .cif-demo .productFullDetail__productName { font-size: 1.3125rem; font-weight: 400; } } .cif-demo .productFullDetail__title .price { text-align: right; } .cif-demo .productFullDetail__root .price { display: block; } .cif-demo .productFullDetail__root .price .regularPrice { text-decoration: line-through; font-size: 0.8rem; } .cif-demo .productFullDetail__root .price .discountedPrice { font-weight: bold; color: rgb(var(--venia-teal)); font-size: 1.2rem; } .cif-demo .productFullDetail__root .price .you-save { font-size: 0.9rem; color: rgb(var(--venia-text-alt)); } .cif-demo .productFullDetail__root .price .you-save:before { display: block; content: ' '; } .cif-demo .productFullDetail__imageCarousel { grid-area: images; grid-column: 1 / 2; grid-row: 1 / fold; margin: 0 auto; max-width: 640px; } @media (min-width: 1024px) { .cif-demo .productFullDetail__imageCarousel { margin: 0; max-width: 800px; padding: 1.5rem 0; } } .cif-demo .productFullDetail__options { grid-area: options; } .cif-demo .productFullDetail__quantity { grid-area: quantity; } .cif-demo .productFullDetail__groupedProducts table { width: 100%; } .cif-demo .productFullDetail__groupedProducts th, .cif-demo td { padding: 15px; } .cif-demo .productFullDetail__groupedProducts th, .cif-demo tr:nth-child(even) { background-color: #f2f2f2; } .cif-demo .productFullDetail__groupedProducts .price { margin-top: 5px; font-weight: bold; } .cif-demo .productFullDetail__cartActions { align-items: center; display: flex; grid-area: cart; justify-content: center; } @media (min-width: 1024px) { .cif-demo .productFullDetail__cartActions { border-bottom-width: 0; } } .cif-demo .productFullDetail__description { grid-column: 1 / span 1; grid-row: fold / span 1; } @media (min-width: 1024px) { .cif-demo .productFullDetail__description { align-self: stretch; border-top-width: 1px; margin: 0; padding-left: 1.5rem; padding-right: 1.5rem; } } .cif-demo .productFullDetail__details { grid-column: 2 / span 1; grid-row: fold / span 1; } @media (min-width: 1024px) { .cif-demo .productFullDetail__details { align-self: stretch; border-top-width: 1px; margin: 0; padding-left: 1.5rem; padding-right: 1.5rem; } } .cif-demo .productFullDetail__related { border-bottom-width: 0; grid-column: 1 / span 2; } .cif-demo .tile__root { border: 1px solid rgb(var(--venia-text)); border-radius: 2px; height: 3rem; margin-left: 1rem; margin-top: 1rem; min-width: 3rem; padding: 0 0.75rem; } @media (min-width: 1024px) { .cif-demo .tile__root { height: 2rem; min-width: 2rem; padding: 0 0.5rem; } } .cif-demo .tile__root_selected { background-color: rgb(var(--venia-text)); color: white; } .cif-demo .swatch__root { background-color: rgb(var(--venia-swatch-bg)); border-color: rgba(0, 0, 0, 0.1); color: white; padding: 0; --venia-swatch-bg: var(--venia-grey); } .cif-demo .swatch__root_selected { background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2), transparent); } .cif-demo .tileList__root { display: flex; flex-wrap: wrap; margin-left: -1rem; margin-top: -1rem; } .cif-demo .productcarousel__title { text-align: center; margin-bottom: 10px; color: #333; } .cif-demo .productcarousel__root .price { font-size: 0.875rem; line-height: 1rem; margin: 0.5rem 0; min-height: 1rem; } .cif-demo .productcarousel__root .price .regularPrice { text-decoration: line-through; font-size: 0.8rem; } .cif-demo .productcarousel__root .price .discountedPrice { font-weight: bold; color: rgb(var(--venia-teal)); font-size: 1.2rem; } .cif-demo .product__image { max-width: 240px; max-height: 240px; } .cif-demo .productcarousel__container { position: relative; margin: 25px auto; width: 240px; } @media screen and (min-width: 790px) { .cif-demo .productcarousel__container { width: 720px; } } @media screen and (min-width: 1090px) { .cif-demo .productcarousel__container { width: 960px; } } @media screen and (min-width: 1380px) { .cif-demo .productcarousel__container { width: 1200px; } } @media screen and (min-width: 1650px) { .cif-demo .productcarousel__container { width: 1440px; } } .cif-demo .productcarousel__root:before, .cif-demo .productcarousel__root:after { content: ""; display: table; } .cif-demo .productcarousel__root:after { clear: both; } .cif-demo .card { border: 10px solid #fff; float: left; font-size: 20px; text-align: center; width: 240px; } .cif-demo .productcarousel__root { overflow: hidden; } .cif-demo .productcarousel__cardscontainer { margin: auto; } .cif-demo .productcarousel__cardscontainer:before, .cif-demo .productcarousel__cardscontainer:after { content: ""; display: table; } .cif-demo .productcarousel__cardscontainer:after { clear: both; } .cif-demo .product__card { float: left; } .cif-demo .product__card__image { height: 243px; } .cif-demo .productcarousel__btn { background: transparent; border: 0; box-shadow: none; outline: none; cursor: pointer; height: 20px; margin-top: -25px; position: absolute; top: 50%; width: 20px; } .cif-demo .productcarousel__btn--next { border-bottom: 8px solid #aaa; border-right: 8px solid #aaa; right: 0; -moz-transform: rotate(315deg); -webkit-transform: rotate(315deg); transform: rotate(315deg); } .cif-demo .productcarousel__btn--prev { border-bottom: 8px solid #aaa; border-left: 8px solid #aaa; left: 0; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } @media screen and (max-width: 769px) { .cif-demo .productcarousel__btn--next { right: 8%; } .cif-demo .productcarousel__btn--prev { left: 8%; } } .cif-demo .category__pagination_root { display: grid; grid-template-rows: 1fr; grid-column-gap: 0.7rem; justify-content: center; padding-top: 1rem; padding-bottom: 1rem; background-color: white; border-top: 1px solid #ccc; text-align: center; } .cif-demo .category__pagination_navbutton-inactive { color: #999; } .cif-demo .category__pagination_navbutton-arrow { display: grid; padding-bottom: 1px; } .cif-demo .category__pagination_tilebutton { grid-row-start: 1; outline: none; } .cif-demo .category__pagination_tilebutton-text { border: 0; padding: 0.1rem 0.2rem; } .cif-demo .category__pagination_icon-root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .category__pagination_tilebutton-marker { border: 1px solid; border-radius: 2px; } .cif-demo .category__pagination_button { background: none; border: 0; cursor: pointer; font-family: var(--venia-font); font-size: 100%; padding: 0; touch-action: manipulation; user-select: none; -webkit-appearance: none; } .cif-demo .category__pagination_button:disabled { cursor: default; touch-action: none; } .cif-demo .category__image { min-height: 460px; padding: 20px 0; margin-bottom: 40px; background: rgb(var(--venia-grey)) 50% no-repeat; background-size: cover; position: relative; text-align: center; } .cif-demo .item__images { display: grid; grid-template-areas: 'main'; } .cif-demo .item__image { display: block; grid-area: main; height: auto; opacity: 1; transition-duration: 512ms; transition-property: opacity, visibility; transition-timing-function: ease-out; visibility: visible; width: 100%; } .cif-demo .item__imagePlaceholder { background-color: rgb(var(--venia-grey)); } .cif-demo .item__name, .cif-demo .item__root .price { font-size: 0.875rem; line-height: 1rem; margin: 0.5rem 0; min-height: 1rem; } .cif-demo .item__root .price .regularPrice { text-decoration: line-through; font-size: 0.8rem; } .cif-demo .item__root .price .discountedPrice { font-weight: bold; color: rgb(var(--venia-teal)); font-size: 1.2rem; } .cif-demo .item__image_pending { opacity: 0; visibility: hidden; } .cif-demo .item__name_pending { background-color: rgb(var(--venia-grey)); } .cif-demo .item__price_pending { background-color: rgb(var(--venia-grey)); width: 3rem; } .cif-demo .gallery__root { display: grid; grid-template-areas: 'actions' 'items'; grid-template-columns: 1fr; line-height: 1; } .cif-demo .category__style_grid .gallery__items { align-content: start; display: grid; grid-gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-bottom: 10px; } .cif-demo .category__style_list .gallery__items { display: block; margin-bottom: 10px; } @media (max-width: 640px) { .cif-demo div .gallery__items { grid-template-columns: repeat(2, 1fr); } } .cif-demo .category__root { padding: 1rem; } .cif-demo .category__root-message { text-align: center; } .cif-demo .category__title { font-size: 1.5rem; font-weight: 400; margin: 0 0 1rem; padding: 0 0.5rem 0.5rem 0.5rem; } .cif-demo .category__pagination { position: -webkit-sticky; position: sticky; bottom: 0; } .cif-demo .category__categoryTitle { color: rgb(var(--venia-text)); font-size: 1.375rem; font-weight: 300; line-height: 1.375rem; text-align: center; } .cif-demo .search__root { display: grid; grid-template-columns: minmax(240px, 1fr) auto; grid-column-gap: 2rem; } .cif-demo .filterSection-header { padding: 1.5rem 0; } .cif-demo .filterSection-title { font-size: 14px; font-weight: 800; line-height: 14px; } .cif-demo .filterBlock__root { display: grid; border-color: rgb(var(--venia-border)); border-style: solid; border-width: 1px 0 0; } .cif-demo .filterBlock__toggler { opacity: 0; } .cif-demo .filterBlock__header { align-items: center; display: grid; grid-auto-flow: column; grid-template-columns: 1fr auto; min-height: 3rem; cursor: pointer; } .cif-demo .filterBlock-name { height: 1.5rem; line-height: 1.5rem; text-align: left; font-weight: 600; } .cif-demo label { cursor: pointer; } .cif-demo .filterBlock__toggler:checked ~ .filterList-items { display: grid; } .cif-demo .filterBlock__toggler:checked + .filterBlock__header > .icon-closed { display: none; } .cif-demo .filterBlock__toggler:checked + .filterBlock__header > .icon-open { display: block; } .cif-demo .filterList-items { display: none; gap: 1rem; grid-template-columns: 100%; padding: 0.5rem 0; } .cif-demo .filterDefault-icon { background-color: white; border: 1px solid rgb(var(--venia-text)); width: 1rem; height: 1rem; display: inline-flex; border-radius: 3px; margin-right: 1rem; } .cif-demo .currentFilters__root { display: grid; gap: 0.5rem; grid-auto-flow: row; padding: 0.5rem 0; } .cif-demo .currentFilter__root { align-items: center; border: 1px solid rgb(var(--venia-border)); border-radius: 4px; display: inline-grid; gap: 0.5rem; grid-auto-flow: column; justify-content: center; padding: 0.2rem 0.5rem; white-space: nowrap; } .cif-demo .icon-closed { display: block; } .cif-demo .icon-open { display: none; } .cif-demo .productteaser .item__root { position: relative; } .cif-demo .productteaser .item__images { display: grid; grid-template-areas: "main"; } .cif-demo .productteaser .item__image { border: #3498db 1px solid; display: block; grid-area: main; height: auto; opacity: 1; transition-duration: 512ms; transition-property: opacity, visibility; transition-timing-function: ease-out; visibility: visible; width: 100%; } .cif-demo .productteaser .item__name { position: absolute; display: block; top: 40%; left: 20%; text-transform: uppercase; font-size: 22px; color: #ffffff; font-weight: 900; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); } .cif-demo .productteaser .price { position: absolute; display: block; top: 45%; left: 20%; font-size: 18px; color: #ffffff; font-weight: 900; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); } .cif-demo .productteaser .price .regularPrice { text-decoration: line-through; font-size: 0.8rem; } .cif-demo .productteaser .price .discountedPrice { font-weight: bold; color: rgb(var(--venia-teal)); font-size: 1.2rem; } .cif-demo .productteaser .item__badge { width: 150px; height: 150px; right: 0px; overflow: hidden; position: absolute; } .cif-demo .productteaser .item__badge::before, .cif-demo .productteaser .item__badge::after { position: absolute; z-index: -1; content: ""; display: block; border: 5px solid #2980b9; border-top-color: transparent; border-right-color: transparent; } .cif-demo .productteaser .item__badge::before { top: 0; left: 0; } .cif-demo .productteaser .item__badget::after { bottom: 0; right: 0; } .cif-demo .productteaser .item__badge span { position: absolute; display: block; width: 225px; padding: 15px 0; background-color: #3498db; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); color: #fff; font: 700 18px/1 "Lato", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-transform: uppercase; text-align: center; left: -25px; top: 30px; transform: rotate(45deg); } .cif-demo .productteaser .productteaser__cta { text-align: center; padding: 10px 0; } @media (max-width: 768px) { .cif-demo .productteaser .item__name { font-size: 15px; } .cif-demo .productteaser .item__price { top: 60%; font-size: 10px; } } @media (max-width: 992px) { .cif-demo .productteaser .item__name { font-size: 18px; } .cif-demo .productteaser .item__price { top: 60%; font-size: 14px; } } .cif-demo .cmp-teaser { position: relative; } .cif-demo .cmp-teaser .cmp-image__image { max-width: 100%; margin: 0 auto; display: block; } .cif-demo .cmp-teaser .cmp-teaser__title, .cif-demo .cmp-teaser .cmp-teaser__description, .cif-demo .cmp-teaser .cmp-teaser__action-container { position: absolute; left: 10%; display: block; margin: 0; color: #ffffff; font-weight: 900; text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5); } .cif-demo .cmp-teaser .cmp-teaser__title { top: 25%; text-transform: uppercase; font-size: 30px; } .cif-demo .cmp-teaser .cmp-teaser__description { top: 35%; font-size: 20px; } .cif-demo .cmp-teaser .cmp-teaser__action-container { top: 50%; font-size: 15px; text-shadow: none; } .cif-demo .cmp-teaser .cmp-teaser__action-link { display: inline-block; font-weight: 600; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: rgba(255, 255, 255, 0.1); border: 2px solid; padding: 0.375rem 1.75rem; font-size: 15px; line-height: 1.5; border-radius: 1.25rem; } @media (max-width: 768px) { .cif-demo .cmp-teaser .cmp-teaser__title { font-size: 20px; } .cif-demo .cmp-teaser .cmp-teaser__description { font-size: 15px; } .cif-demo .cmp-teaser .cmp-teaser__action-link { font-size: 10px; } }
examples/ui.apps/src/main/content/jcr_root/apps/cif-components-examples/clientlibs/venia-theme/venia.css
:root { --venia-anim-bounce: cubic-bezier(0.5, 1.8, 0.9, 0.8); --venia-anim-in: cubic-bezier(0, 0, 0.2, 1); --venia-anim-out: cubic-bezier(0.4, 0, 1, 1); --venia-anim-standard: cubic-bezier(0.4, 0, 0.2, 1); --venia-border: 224, 224, 224; --venia-error: 192, 18, 63; --venia-error-alt: 255, 226, 234; --venia-font: Muli, -apple-system, BlinkMacSystemFont, sans-serif; --venia-grey: 246, 246, 246; --venia-grey-dark: 209, 209, 209; --venia-orange: 241, 99, 33; --venia-teal: 0, 115, 120; --venia-teal-alt: 224, 240, 241; --venia-teal-dark: 0, 104, 108; --venia-teal-light: 212, 243, 238; --venia-text: 33, 33, 33; --venia-text-alt: 112, 112, 112; --venia-text-hint: 158, 158, 158; --venia-text-spot: 255, 99, 51; --venia-warning-dark: 249, 93, 94; --venia-warning-light: 254, 229, 232; } .cif-demo { /* * Copyright 2019 Adobe Systems Incorporated * * 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. */ /******************************************************************************* * * Copyright 2019 Adobe. All rights reserved. * This file is licensed to you 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 REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License. * ******************************************************************************/ /******************************************************************************* * * Copyright 2019 Adobe. All rights reserved. * This file is licensed to you 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 REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License. * ******************************************************************************/ /******************************************************************************* * ADOBE CONFIDENTIAL * __________________ * * Copyright 2019 Adobe Systems Incorporated * All Rights Reserved. * * NOTICE: All information contained herein is, and remains * the property of Adobe Systems Incorporated and its suppliers, * if any. The intellectual and technical concepts contained * herein are proprietary to Adobe Systems Incorporated and its * suppliers and are protected by trade secret or copyright law. * Dissemination of this information or reproduction of this material * is strictly forbidden unless prior written permission is obtained * from Adobe Systems Incorporated. ******************************************************************************/ /******************************************************************************* * ADOBE CONFIDENTIAL * __________________ * * Copyright 2019 Adobe Systems Incorporated * All Rights Reserved. * * NOTICE: All information contained herein is, and remains * the property of Adobe Systems Incorporated and its suppliers, * if any. The intellectual and technical concepts contained * herein are proprietary to Adobe Systems Incorporated and its * suppliers and are protected by trade secret or copyright law. * Dissemination of this information or reproduction of this material * is strictly forbidden unless prior written permission is obtained * from Adobe Systems Incorporated. ******************************************************************************/ /* derived classes */ /* state: active */ /* state: open */ /* derived classes */ /* state: open */ /* keyframes */ /* derived classes */ /** The "thumbnail" is a round pil button below the product image in mobile or * as a thumbnail to the left of the product image in desktop. */ /* For desktop mode where buttons are an image... */ /* state: pending */ } .cif-demo * { box-sizing: border-box; } .cif-demo :root { --venia-anim-bounce: cubic-bezier(0.5, 1.8, 0.9, 0.8); --venia-anim-in: cubic-bezier(0, 0, 0.2, 1); --venia-anim-out: cubic-bezier(0.4, 0, 1, 1); --venia-anim-standard: cubic-bezier(0.4, 0, 0.2, 1); --venia-border: 224, 224, 224; --venia-error: 192, 18, 63; --venia-error-alt: 255, 226, 234; --venia-font: Muli, -apple-system, BlinkMacSystemFont, sans-serif; --venia-grey: 246, 246, 246; --venia-grey-dark: 209, 209, 209; --venia-orange: 241, 99, 33; --venia-teal: 0, 115, 120; --venia-teal-alt: 224, 240, 241; --venia-teal-dark: 0, 104, 108; --venia-teal-light: 212, 243, 238; --venia-text: 33, 33, 33; --venia-text-alt: 112, 112, 112; --venia-text-hint: 158, 158, 158; --venia-text-spot: 255, 99, 51; --venia-warning-dark: 249, 93, 94; --venia-warning-light: 254, 229, 232; } .cif-demo html { background-color: white; font-size: 100%; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } .cif-demo body { background-color: white; color: rgb(var(--venia-text)); margin: 0; padding: 0; } .cif-demo div.header + div.responsivegrid { margin: 0 auto; max-width: 1500px !important; float: none !important; } .cif-demo body, .cif-demo input, .cif-demo select, .cif-demo textarea { font-family: var(--venia-font); } .cif-demo h1, .cif-demo h2, .cif-demo h3, .cif-demo h4, .cif-demo h5, .cif-demo h6 { font-size: 1rem; font-weight: 400; margin: 0; } .cif-demo h1 { font-size: 1.5rem; } .cif-demo h2 { font-size: 1.25rem; } .cif-demo a { color: currentColor; text-decoration: none; } .cif-demo p { margin: 0; } .cif-demo dl, .cif-demo ol, .cif-demo ul { list-style-type: none; margin: 0; padding: 0; } .cif-demo dd, .cif-demo dt { margin: 0; } .cif-demo button { background: none; border: 0; cursor: pointer; font-family: var(--venia-font); font-size: 100%; padding: 0; touch-action: manipulation; user-select: none; -webkit-appearance: none; } .cif-demo button:disabled { cursor: default; touch-action: none; } .cif-demo .button { display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 1.75rem; font-size: 1rem; line-height: 1.5; border-radius: 1.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .cif-demo .button--secondary { color: #fff; background-color: #000000; border-color: #000000; } .cif-demo .cmp-categorylist { padding: 1rem; } .cif-demo .cmp-categorylist__content { display: grid; grid-gap: 3rem 1rem; grid-template-columns: repeat(auto-fit, 6rem); justify-content: center; } .cif-demo .cmp-categorylist__anchor { display: block; line-height: 1rem; text-align: center; width: 6rem; } .cif-demo .cmp-categorylist__imagewrapper { background-position: 50% 50%; background-size: cover; border-radius: 50%; box-shadow: 0 0 0 1px; display: block; height: 5rem; margin: 0 auto 1rem auto; width: 5rem; } .cif-demo .cmp-categorylist__image { height: 100%; opacity: 0; width: 100%; } .cif-demo .cmp-categorylist__name { display: block; } .cif-demo .cmp-categorylist__title { text-align: center; padding: 2rem; } .cif-demo .footer__root { background-color: rgb(var(--venia-grey)); border-top: 1px solid rgb(var(--venia-border)); color: black; margin-top: 1rem; padding: 0 1rem; } .cif-demo .footer__tile { border-bottom: 1px solid rgb(var(--venia-border)); padding: 1rem 2rem; } .cif-demo .footer__tileTitle { font-size: 1.25rem; margin: 1rem 0; } .cif-demo .footer__tileBody { font-size: 0.875rem; line-height: 1.25rem; margin: 1rem 0; } .cif-demo .footer__copyright { display: block; color: rgb(var(--venia-text-alt)); font-size: 0.75rem; padding: 1.5rem 2rem; text-align: center; } .cif-demo .header { position: -webkit-sticky; position: sticky; top: 0; z-index: 10; } .cif-demo .icon__root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .cartCounter__root { font-weight: 600; margin-left: 0.3rem; } .cif-demo .clickable__root { align-items: center; cursor: pointer; display: inline-flex; justify-content: center; line-height: 1; padding: 0; pointer-events: auto; text-align: center; white-space: nowrap; } .cif-demo .cartTrigger__root { height: 3rem; min-width: 3rem; } .cif-demo .navTrigger__root { height: 3rem; width: 3rem; } .cif-demo .searchTrigger__root { transition-property: color; transition-duration: 224ms; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); height: 3rem; width: 3rem; } .cif-demo .searchTrigger__open { color: rgb(var(--venia-teal)); } .cif-demo .header__root { background-color: rgb(var(--venia-grey)); box-shadow: 0 1px rgb(var(--venia-border)); display: grid; grid-auto-columns: 100%; grid-auto-flow: row; grid-auto-rows: auto; grid-row-gap: 0.5rem; position: -webkit-sticky; position: sticky; top: 0; z-index: 10; } .cif-demo .header__toolbar { align-content: center; align-items: center; display: grid; grid-template-areas: 'primary title secondary'; grid-template-columns: 1fr auto 1fr; grid-template-rows: 3rem; justify-items: center; min-height: 3.5rem; padding: 0 1rem; } .cif-demo .header__navTrigger, .cif-demo .header__cartTrigger { height: 3rem; width: 3rem; } .cif-demo .header__logo { grid-area: title; } .cif-demo .header__primaryActions { grid-area: primary; justify-self: start; } .cif-demo .header__secondaryActions { grid-area: secondary; width: 100%; display: grid; grid-template-columns: 1fr 1fr; justify-items: end; } .cif-demo .indicator__root { align-content: center; align-items: center; display: grid; gap: 3rem; height: calc(100% - 6rem); justify-content: center; justify-items: center; margin: 3rem 0; width: 100%; } .cif-demo .indicator__message { color: rgb(var(--venia-text-alt)); font-size: 1rem; letter-spacing: 0.25rem; text-transform: uppercase; } .cif-demo .indicator__indicator { animation-direction: alternate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: indicator__pulse; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @keyframes indicator__pulse { 0% { filter: grayscale(1); transform: scale(0.75) rotate(-540deg); } 100% { filter: grayscale(0); transform: scale(1) rotate(0deg); } } .cif-demo .suggestedCategories__root { padding: 0 1.5rem 1rem; } .cif-demo .suggestedCategories__item { padding-bottom: 0.72rem; } .cif-demo .suggestedCategories__item:last-child { padding-bottom: 0; } .cif-demo .suggestedProduct__root { align-content: start; align-items: center; display: grid; grid-gap: 0.375rem 1rem; grid-template-areas: 'image name price'; grid-template-columns: 60px 1fr; grid-template-rows: min-content; padding-bottom: 1rem; } .cif-demo .suggestedProduct__root:last-child { padding-bottom: 0; } .cif-demo .suggestedProduct__productImage { display: block; height: auto; width: 100%; } .cif-demo .suggestedProduct__productName { padding-right: 50%; word-break: break-word; } .cif-demo .suggestedProducts__items { padding: 0 1.5rem; } .cif-demo .suggestedProducts__title { padding-bottom: 1rem; text-transform: uppercase; } .cif-demo .suggestedProducts__titleText { display: block; border-bottom: 2px solid rgb(var(--venia-border)); padding: 0.5rem 1.5rem; } .cif-demo .autocomplete__root { border: 1px solid rgb(var(--venia-border)); font-size: 0.8125rem; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); background-color: white; z-index: 2; padding: 1rem 0; } .cif-demo .autocomplete__statusContent { padding: 0.5rem 1.5rem; } .cif-demo .field__root { color: rgb(var(--venia-text)); display: grid; } .cif-demo .field__label { align-items: center; display: flex; font-size: 0.875rem; font-weight: 600; line-height: 1rem; padding: 0.375rem 0.125rem; } .cif-demo .field__input { background: white; border: 1px solid rgb(var(--venia-text-alt)); border-radius: 2px; color: rgb(var(--venia-text)); display: inline-flex; flex: 0 0 100%; font-size: 1rem; height: 2.25rem; margin: 0; padding: calc(0.375rem - 1px) calc(0.625rem - 1px); width: 100%; -webkit-appearance: none; } .cif-demo .field__input:focus { border-color: rgb(var(--venia-teal)); box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; } .cif-demo .fieldIcons__root { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'before input after'; grid-template-columns: auto 1fr auto; height: 2.25rem; } .cif-demo .fieldIcons__input { align-items: center; display: flex; grid-column: before-start / after-end; grid-row: input-start / input-end; } .cif-demo .fieldIcons__input > input { padding-left: calc(1.875rem * var(--iconsBefore) - -0.375rem - 1px); padding-right: calc(1.875rem * var(--iconsAfter) - -0.375rem - 1px); } .cif-demo .fieldIcons__before, .cif-demo .fieldIcons__after { align-items: center; display: flex; justify-content: center; pointer-events: none; width: 2.25rem; } .cif-demo .fieldIcons__before:empty, .cif-demo .fieldIcons__after:empty { display: none; } .cif-demo .fieldIcons__before { grid-area: before; } .cif-demo .fieldIcons__after { grid-area: after; } .cif-demo .message__root { color: rgb(var(--venia-text)); font-size: 0.875rem; font-weight: 400; line-height: 1rem; padding: 0.375rem 0.125rem 0.125rem; } .cif-demo .message__root:empty { display: none; } .cif-demo .message__root_error { color: rgb(var(--venia-error)); } .cif-demo .searchBar__root { align-items: center; display: none; justify-content: center; padding: 0 1rem; } .cif-demo .searchBar__root_open { display: flex; } .cif-demo .searchBar__form { align-items: center; display: grid; justify-items: stretch; margin-bottom: 0.5rem; width: 100%; } .cif-demo .searchBar__searchInner { position: relative; display: inline-flex; align-items: center; justify-content: center; max-width: 24rem; width: 100%; } .cif-demo .searchBar__SearchAutocompleteWrapper { text-align: left; margin: -0.5rem 0 0.5rem; position: absolute; top: 100%; left: 0; right: 0; } .cif-demo .jumbotron { padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px; color: #fff; background-color: #eeeeee; } .cif-demo .jumbotron h1, .cif-demo .jumbotron .h1 { color: inherit; } .cif-demo .jumbotron p { margin-bottom: 10px; font-size: 24px; font-weight: 200; } .cif-demo .jumbotron > hr { border-top-color: #d5d5d5; } .container .cif-demo .jumbotron, .container-fluid .cif-demo .jumbotron { border-radius: 0px; } .cif-demo .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .cif-demo .jumbotron { padding-top: 32px; padding-bottom: 32px; } .container .cif-demo .jumbotron, .container-fluid .cif-demo .jumbotron { padding-left: 40px; padding-right: 40px; } .cif-demo .jumbotron h1, .cif-demo .jumbotron .h1 { font-size: 48px; } } .cif-demo .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 0px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .cif-demo .btn:focus, .cif-demo .btn:active:focus, .cif-demo .btn.active:focus, .cif-demo .btn.focus, .cif-demo .btn:active.focus, .cif-demo .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .cif-demo .btn:hover, .cif-demo .btn:focus, .cif-demo .btn.focus { color: #333; text-decoration: none; } .cif-demo .btn:active, .cif-demo .btn.active { outline: 0; background-image: none; -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); } .cif-demo .btn.disabled, .cif-demo .btn[disabled], fieldset[disabled] .cif-demo .btn { cursor: not-allowed; opacity: 0.65; -webkit-box-shadow: none; box-shadow: none; } a.cif-demo .btn.disabled, fieldset[disabled] a.cif-demo .btn { pointer-events: none; } .cif-demo .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .cif-demo .btn-default:focus, .cif-demo .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .cif-demo .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .cif-demo .btn-default:active, .cif-demo .btn-default.active, .open > .dropdown-toggle.cif-demo .btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .cif-demo .btn-default:active:hover, .cif-demo .btn-default.active:hover, .open > .dropdown-toggle.cif-demo .btn-default:hover, .cif-demo .btn-default:active:focus, .cif-demo .btn-default.active:focus, .open > .dropdown-toggle.cif-demo .btn-default:focus, .cif-demo .btn-default:active.focus, .cif-demo .btn-default.active.focus, .open > .dropdown-toggle.cif-demo .btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .cif-demo .btn-default:active, .cif-demo .btn-default.active, .open > .dropdown-toggle.cif-demo .btn-default { background-image: none; } .cif-demo .btn-default.disabled, .cif-demo .btn-default[disabled], fieldset[disabled] .cif-demo .btn-default, .cif-demo .btn-default.disabled:hover, .cif-demo .btn-default[disabled]:hover, fieldset[disabled] .cif-demo .btn-default:hover, .cif-demo .btn-default.disabled:focus, .cif-demo .btn-default[disabled]:focus, fieldset[disabled] .cif-demo .btn-default:focus, .cif-demo .btn-default.disabled.focus, .cif-demo .btn-default[disabled].focus, fieldset[disabled] .cif-demo .btn-default.focus, .cif-demo .btn-default.disabled:active, .cif-demo .btn-default[disabled]:active, fieldset[disabled] .cif-demo .btn-default:active, .cif-demo .btn-default.disabled.active, .cif-demo .btn-default[disabled].active, fieldset[disabled] .cif-demo .btn-default.active { background-color: #fff; border-color: #ccc; } .cif-demo .btn-default .badge { color: #fff; background-color: #333; } .cif-demo .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .cif-demo .btn-primary:focus, .cif-demo .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .cif-demo .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .cif-demo .btn-primary:active, .cif-demo .btn-primary.active, .open > .dropdown-toggle.cif-demo .btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .cif-demo .btn-primary:active:hover, .cif-demo .btn-primary.active:hover, .open > .dropdown-toggle.cif-demo .btn-primary:hover, .cif-demo .btn-primary:active:focus, .cif-demo .btn-primary.active:focus, .open > .dropdown-toggle.cif-demo .btn-primary:focus, .cif-demo .btn-primary:active.focus, .cif-demo .btn-primary.active.focus, .open > .dropdown-toggle.cif-demo .btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .cif-demo .btn-primary:active, .cif-demo .btn-primary.active, .open > .dropdown-toggle.cif-demo .btn-primary { background-image: none; } .cif-demo .btn-primary.disabled, .cif-demo .btn-primary[disabled], fieldset[disabled] .cif-demo .btn-primary, .cif-demo .btn-primary.disabled:hover, .cif-demo .btn-primary[disabled]:hover, fieldset[disabled] .cif-demo .btn-primary:hover, .cif-demo .btn-primary.disabled:focus, .cif-demo .btn-primary[disabled]:focus, fieldset[disabled] .cif-demo .btn-primary:focus, .cif-demo .btn-primary.disabled.focus, .cif-demo .btn-primary[disabled].focus, fieldset[disabled] .cif-demo .btn-primary.focus, .cif-demo .btn-primary.disabled:active, .cif-demo .btn-primary[disabled]:active, fieldset[disabled] .cif-demo .btn-primary:active, .cif-demo .btn-primary.disabled.active, .cif-demo .btn-primary[disabled].active, fieldset[disabled] .cif-demo .btn-primary.active { background-color: #337ab7; border-color: #2e6da4; } .cif-demo .btn-primary .badge { color: #337ab7; background-color: #fff; } .cif-demo .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .cif-demo .btn-success:focus, .cif-demo .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .cif-demo .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .cif-demo .btn-success:active, .cif-demo .btn-success.active, .open > .dropdown-toggle.cif-demo .btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .cif-demo .btn-success:active:hover, .cif-demo .btn-success.active:hover, .open > .dropdown-toggle.cif-demo .btn-success:hover, .cif-demo .btn-success:active:focus, .cif-demo .btn-success.active:focus, .open > .dropdown-toggle.cif-demo .btn-success:focus, .cif-demo .btn-success:active.focus, .cif-demo .btn-success.active.focus, .open > .dropdown-toggle.cif-demo .btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .cif-demo .btn-success:active, .cif-demo .btn-success.active, .open > .dropdown-toggle.cif-demo .btn-success { background-image: none; } .cif-demo .btn-success.disabled, .cif-demo .btn-success[disabled], fieldset[disabled] .cif-demo .btn-success, .cif-demo .btn-success.disabled:hover, .cif-demo .btn-success[disabled]:hover, fieldset[disabled] .cif-demo .btn-success:hover, .cif-demo .btn-success.disabled:focus, .cif-demo .btn-success[disabled]:focus, fieldset[disabled] .cif-demo .btn-success:focus, .cif-demo .btn-success.disabled.focus, .cif-demo .btn-success[disabled].focus, fieldset[disabled] .cif-demo .btn-success.focus, .cif-demo .btn-success.disabled:active, .cif-demo .btn-success[disabled]:active, fieldset[disabled] .cif-demo .btn-success:active, .cif-demo .btn-success.disabled.active, .cif-demo .btn-success[disabled].active, fieldset[disabled] .cif-demo .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .cif-demo .btn-success .badge { color: #5cb85c; background-color: #fff; } .cif-demo .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .cif-demo .btn-info:focus, .cif-demo .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .cif-demo .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .cif-demo .btn-info:active, .cif-demo .btn-info.active, .open > .dropdown-toggle.cif-demo .btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .cif-demo .btn-info:active:hover, .cif-demo .btn-info.active:hover, .open > .dropdown-toggle.cif-demo .btn-info:hover, .cif-demo .btn-info:active:focus, .cif-demo .btn-info.active:focus, .open > .dropdown-toggle.cif-demo .btn-info:focus, .cif-demo .btn-info:active.focus, .cif-demo .btn-info.active.focus, .open > .dropdown-toggle.cif-demo .btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .cif-demo .btn-info:active, .cif-demo .btn-info.active, .open > .dropdown-toggle.cif-demo .btn-info { background-image: none; } .cif-demo .btn-info.disabled, .cif-demo .btn-info[disabled], fieldset[disabled] .cif-demo .btn-info, .cif-demo .btn-info.disabled:hover, .cif-demo .btn-info[disabled]:hover, fieldset[disabled] .cif-demo .btn-info:hover, .cif-demo .btn-info.disabled:focus, .cif-demo .btn-info[disabled]:focus, fieldset[disabled] .cif-demo .btn-info:focus, .cif-demo .btn-info.disabled.focus, .cif-demo .btn-info[disabled].focus, fieldset[disabled] .cif-demo .btn-info.focus, .cif-demo .btn-info.disabled:active, .cif-demo .btn-info[disabled]:active, fieldset[disabled] .cif-demo .btn-info:active, .cif-demo .btn-info.disabled.active, .cif-demo .btn-info[disabled].active, fieldset[disabled] .cif-demo .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .cif-demo .btn-info .badge { color: #5bc0de; background-color: #fff; } .cif-demo .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .cif-demo .btn-warning:focus, .cif-demo .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .cif-demo .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .cif-demo .btn-warning:active, .cif-demo .btn-warning.active, .open > .dropdown-toggle.cif-demo .btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .cif-demo .btn-warning:active:hover, .cif-demo .btn-warning.active:hover, .open > .dropdown-toggle.cif-demo .btn-warning:hover, .cif-demo .btn-warning:active:focus, .cif-demo .btn-warning.active:focus, .open > .dropdown-toggle.cif-demo .btn-warning:focus, .cif-demo .btn-warning:active.focus, .cif-demo .btn-warning.active.focus, .open > .dropdown-toggle.cif-demo .btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .cif-demo .btn-warning:active, .cif-demo .btn-warning.active, .open > .dropdown-toggle.cif-demo .btn-warning { background-image: none; } .cif-demo .btn-warning.disabled, .cif-demo .btn-warning[disabled], fieldset[disabled] .cif-demo .btn-warning, .cif-demo .btn-warning.disabled:hover, .cif-demo .btn-warning[disabled]:hover, fieldset[disabled] .cif-demo .btn-warning:hover, .cif-demo .btn-warning.disabled:focus, .cif-demo .btn-warning[disabled]:focus, fieldset[disabled] .cif-demo .btn-warning:focus, .cif-demo .btn-warning.disabled.focus, .cif-demo .btn-warning[disabled].focus, fieldset[disabled] .cif-demo .btn-warning.focus, .cif-demo .btn-warning.disabled:active, .cif-demo .btn-warning[disabled]:active, fieldset[disabled] .cif-demo .btn-warning:active, .cif-demo .btn-warning.disabled.active, .cif-demo .btn-warning[disabled].active, fieldset[disabled] .cif-demo .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .cif-demo .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .cif-demo .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .cif-demo .btn-danger:focus, .cif-demo .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .cif-demo .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .cif-demo .btn-danger:active, .cif-demo .btn-danger.active, .open > .dropdown-toggle.cif-demo .btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .cif-demo .btn-danger:active:hover, .cif-demo .btn-danger.active:hover, .open > .dropdown-toggle.cif-demo .btn-danger:hover, .cif-demo .btn-danger:active:focus, .cif-demo .btn-danger.active:focus, .open > .dropdown-toggle.cif-demo .btn-danger:focus, .cif-demo .btn-danger:active.focus, .cif-demo .btn-danger.active.focus, .open > .dropdown-toggle.cif-demo .btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .cif-demo .btn-danger:active, .cif-demo .btn-danger.active, .open > .dropdown-toggle.cif-demo .btn-danger { background-image: none; } .cif-demo .btn-danger.disabled, .cif-demo .btn-danger[disabled], fieldset[disabled] .cif-demo .btn-danger, .cif-demo .btn-danger.disabled:hover, .cif-demo .btn-danger[disabled]:hover, fieldset[disabled] .cif-demo .btn-danger:hover, .cif-demo .btn-danger.disabled:focus, .cif-demo .btn-danger[disabled]:focus, fieldset[disabled] .cif-demo .btn-danger:focus, .cif-demo .btn-danger.disabled.focus, .cif-demo .btn-danger[disabled].focus, fieldset[disabled] .cif-demo .btn-danger.focus, .cif-demo .btn-danger.disabled:active, .cif-demo .btn-danger[disabled]:active, fieldset[disabled] .cif-demo .btn-danger:active, .cif-demo .btn-danger.disabled.active, .cif-demo .btn-danger[disabled].active, fieldset[disabled] .cif-demo .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .cif-demo .btn-danger .badge { color: #d9534f; background-color: #fff; } .cif-demo .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .cif-demo .btn-link, .cif-demo .btn-link:active, .cif-demo .btn-link.active, .cif-demo .btn-link[disabled], fieldset[disabled] .cif-demo .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .cif-demo .btn-link, .cif-demo .btn-link:hover, .cif-demo .btn-link:focus, .cif-demo .btn-link:active { border-color: transparent; } .cif-demo .btn-link:hover, .cif-demo .btn-link:focus { color: #296191; text-decoration: underline; background-color: transparent; } .cif-demo .btn-link[disabled]:hover, fieldset[disabled] .cif-demo .btn-link:hover, .cif-demo .btn-link[disabled]:focus, fieldset[disabled] .cif-demo .btn-link:focus { color: #a7a7a7; text-decoration: none; } .cif-demo .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 0px; } .cif-demo .btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0px; } .cif-demo .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 0px; } .cif-demo .btn-block { display: block; width: 100%; } .cif-demo .btn-block + .btn-block { margin-top: 5px; } .cif-demo input[type="submit"].btn-block, .cif-demo input[type="reset"].btn-block, .cif-demo input[type="button"].btn-block { width: 100%; } .cif-demo .container { margin-right: auto; margin-left: auto; padding-left: 12px; padding-right: 12px; } @media (min-width: 768px) { .cif-demo .container { width: 744px; } } @media (min-width: 992px) { .cif-demo .container { width: 964px; } } @media (min-width: 1248px) { .cif-demo .container { width: 1164px; } } .cif-demo .container-fluid { margin-right: auto; margin-left: auto; padding-left: 12px; padding-right: 12px; } .cif-demo .venia-HeroImage { min-height: 460px; padding: 20px 0; margin-bottom: 40px; background: #555555 50% no-repeat; background-size: cover; position: relative; text-align: center; } .cif-demo .venia-HeroImage .navbar { margin-top: 20px; } .cif-demo .venia-HeroImage-title { display: block; margin: 0 auto 20px; text-transform: uppercase; } .cif-demo .venia-HeroImage p { margin: 0 auto; } .cif-demo .venia-HeroImage p.h3 { font-weight: 400; line-height: 2.58333333; } .cif-demo .venia-HeroImage-title, .cif-demo .venia-HeroImage p { text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5); } .cif-demo .venia-HeroImage-title .btn, .cif-demo .venia-HeroImage p .btn { text-shadow: none; } .cif-demo .header ~ .heroimage, .cif-demo .header ~ .target .heroimage { position: relative; top: -1 * 100px - 30; margin-bottom: -1 * 100px - 30; overflow: visible; } @media (max-width: 1247px) { .cif-demo .header ~ .heroimage, .cif-demo .header ~ .target .heroimage { margin-top: -40px; } } @media (min-width: 992px) { .cif-demo .venia-HeroImage { text-align: left; } .cif-demo .venia-HeroImage .container { transform: translateX(-50%); position: absolute; top: 0; bottom: 0; left: 50%; } .cif-demo .venia-HeroImage-wrapper { transform: translateY(-50%); position: absolute; top: 50%; left: 0; } } @media (min-width: 992px) and (min-width: 992px) { .cif-demo .venia-HeroImage-wrapper { margin-left: 16.66666667%; } } @media (max-width: 991px) { .cif-demo .venia-HeroImage.width-full { padding: 180px 0 70px; } } .cif-demo .flow__root { --flow-footer-height: 5.5rem; position: relative; } .cif-demo .flow__body { animation-duration: 224ms; animation-iteration-count: 1; animation-name: enter; background-color: white; bottom: var(--flow-footer-height); box-shadow: 0 -1px rgb(var(--venia-border)); display: grid; left: 0; position: absolute; right: 0; } .cif-demo .flow__footer { align-items: center; background-color: white; display: grid; grid-auto-columns: min-content; grid-auto-flow: column; grid-gap: 0.75rem; height: var(--flow-footer-height); justify-content: center; justify-items: center; margin: 0 1.5rem; padding: 1.5rem 0 1rem; position: relative; } @keyframes enter { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } .cif-demo .icon__root { height: 25px; width: 25px; } .cif-demo .icon__root.icon__root-close { background: url('../../resources/close.svg'); } .cif-demo .icon__root.icon__root-kebab { background: url('../../resources/kebab.svg'); } .cif-demo .icon__root.icon__root_heart { background: no-repeat center center url('../../resources/heart.svg'); } .cif-demo .icon__root.icon__root_pencil { background: no-repeat center center url('../../resources/pencil.svg'); } .cif-demo .icon__root.icon__root_trash { background: no-repeat center center url('../../resources/trash.svg'); } .cif-demo .icon__root.icon__root_lock { background: no-repeat center center url('../../resources/lock.svg'); } .cif-demo .icon__root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .clickable__root { align-items: center; cursor: pointer; display: inline-flex; justify-content: center; line-height: 1; padding: 0; pointer-events: auto; text-align: center; white-space: nowrap; } .cif-demo .button__root { background: none; border: 1px solid rgb(var(--color)); border-radius: 1.5rem; color: rgb(var(--color)); font-size: 0.75rem; font-weight: 600; height: 2rem; min-width: 7.5rem; padding: 0 1rem; transition-duration: 384ms; transition-property: background-color, color; transition-timing-function: var(--venia-anim-standard); --color: var(--venia-text); } .cif-demo .button__filled { background-color: rgb(var(--color)); color: white; } .cif-demo .button__root:hover { --color: var(--venia-teal); } .cif-demo .button__root:focus { box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; transition-duration: 128ms; --color: var(--venia-teal); } .cif-demo .button__root:active { transition-duration: 128ms; --color: var(--venia-teal-dark); } .cif-demo .button__root:disabled { pointer-events: none; --color: var(--venia-grey-dark); } .cif-demo .button__content { align-items: center; display: inline-grid; gap: 0.5rem; grid-auto-flow: column; justify-content: center; justify-items: center; } .cif-demo .emptyMiniCart__root { align-items: center; display: flex; flex-direction: column; justify-content: center; padding: 1rem; text-align: center; } .cif-demo .emptyMiniCart__emptyTitle { font-size: 1.5rem; line-height: 1.25; margin-bottom: 1.5rem; } .cif-demo .emptyMiniCart__continue { color: white; background-color: rgb(var(--venia-teal)); } .cif-demo .emptyMiniCart__continue:hover { color: rgb(var(--venia-teal)); } .cif-demo .mask__root { background-color: black; cursor: pointer; display: block; height: 100vh; left: 0; opacity: 0; position: fixed; top: 0; transition-duration: 192ms; transition-property: opacity, visibility; transition-timing-function: linear; visibility: hidden; width: 100vw; z-index: 2; -webkit-appearance: none; } .cif-demo .mask__root_active { opacity: 0.5; transition-duration: 224ms; visibility: visible; } .cif-demo .kebab__root { display: inline-block; grid-row-start: 1; grid-row-end: 4; grid-column-start: 3; grid-column-end: 4; margin-top: 2px; position: relative; } .cif-demo .kebab__dropdown { align-items: center; box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); display: grid; position: absolute; right: 2px; top: 0; transition: 256ms ease-out; transform: scale(0); transform-origin: 100% 0; z-index: 3; } .cif-demo .kebab__dropdown_active { position: absolute; transform: scale(1); transition: 250ms var(--venia-anim-bounce); } .cif-demo .kebab__dropdown li { display: block; width: 100%; background-color: #fff; border-bottom: 1px solid rgb(var(--venia-border)); } .cif-demo .kebab__dropdown li:hover { background-color: #eee; } .cif-demo .kebab__kebab { outline: 0; border: none; background-color: #fff; } .cif-demo .section__menuItem button { width: 100%; padding: 0.6rem; padding-right: 1.6rem; padding-bottom: 0.72rem; display: flex; white-space: pre; box-sizing: border-box; text-align: left; align-items: center; justify-items: start; column-gap: 0.7rem; } .cif-demo .section__text { padding-top: 1px; padding-left: 0.4rem; font-size: 11px; } .cif-demo .product__root { position: relative; align-content: start; display: grid; grid-gap: 0 1rem; grid-template-areas: 'image name' 'image options' 'image quantity'; grid-template-columns: 80px 1fr; grid-template-rows: min-content minmax(54px, 1fr) min-content; } .cif-demo .product__root .product__mask { position: absolute; left: -24px; right: -24px; top: -7px; bottom: -7px; background-color: rgb(var(--venia-grey)); opacity: 0.5; z-index: 2; visibility: hidden; } .cif-demo .product__mask_active { opacity: 0.5; visibility: visible; } .cif-demo .product__image { background-color: rgb(var(--venia-grey)); background-position: 50% 50%; background-size: cover; border-radius: 2px; box-shadow: inset 0 0 0 1px rgb(var(--venia-border)); grid-area: image; } .cif-demo .product__name { font-size: 0.875rem; font-weight: 600; grid-area: name; padding-top: 0.125rem; } .cif-demo .product__options { font-size: 13px; grid-area: options; line-height: 1.5; margin-top: 0.25rem; max-height: 54px; overflow-y: auto; } .cif-demo .product__quantityRow { align-items: center; } .cif-demo .product__optionLabel { display: inline-block; } .cif-demo .product__quantity { align-items: flex-end; display: flex; grid-column: 2 / span 1; font-size: 13px; align-self: end; } .cif-demo .product__quantityOperator { align-items: center; color: rgb(var(--venia-text-alt)); display: inline-flex; margin: 0 0.375rem; } .cif-demo .product__price { align-items: center; display: inline-flex; } .cif-demo .product__modal { position: absolute; left: -24px; right: -24px; top: -7px; bottom: -7px; background-color: rgb(var(--venia-teal)); opacity: 0.1; z-index: 2; } .cif-demo .productList__root { display: grid; grid-gap: 1rem; margin: 0 1.5rem; padding: 1.5rem 0; } .cif-demo .miniCart__root { --base-z-index: 4; --minicart-height: 100vh; --minicart-header-height: 3.5rem; align-content: start; background-color: white; bottom: 0; box-shadow: -1px 0 rgb(var(--venia-border)); display: grid; grid-template-rows: min-content 1fr; height: var(--minicart-height); opacity: 0; overflow: hidden; position: fixed; right: 0; top: 0; transform: translate3d(100%, 0, 0); transition-duration: 192ms; transition-property: opacity, transform, visibility; transition-timing-function: cubic-bezier(0.4, 0, 1, 1); visibility: hidden; width: 100%; max-width: 360px; z-index: var(--base-z-index); } .cif-demo .miniCart__root_open { opacity: 1; transform: translate3d(0, 0, 0); transition-duration: 224ms; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); visibility: visible; } .cif-demo .miniCart__body { overflow: auto; } .cif-demo .miniCart__footer { box-shadow: 0 -1px rgb(var(--venia-border)); padding: 1.5rem 0 0.5rem; background-color: white; } .cif-demo .miniCart__footerMaskOpen { z-index: 3; } .cif-demo .miniCart__header { align-content: center; align-items: center; background-color: rgb(var(--venia-grey)); box-shadow: 0 1px rgb(var(--venia-border)); display: grid; grid-auto-columns: auto; grid-auto-flow: column; grid-auto-rows: 3rem; grid-template-columns: 1fr; height: var(--minicart-header-height); justify-content: end; padding: 0 1rem; position: relative; z-index: 1; } .cif-demo .miniCart__subtotalLabel { color: rgb(var(--venia-text-alt)); } .cif-demo .miniCart__subtotalValue { font-weight: 600; margin-left: 0.5rem; } .cif-demo .miniCart__title { align-items: center; display: inline-flex; font-size: 1rem; font-weight: 400; margin-right: auto; padding: 0; text-transform: uppercase; } .cif-demo .miniCart__totals { align-items: center; display: flex; flex-wrap: wrap; justify-content: center; } .cif-demo .miniCart__placeholderButton { text-align: center; margin: 1.5rem 0 1rem 0; } .cif-demo .indicator__root { align-content: center; align-items: center; display: grid; gap: 3rem; height: calc(100% - 6rem); justify-content: center; justify-items: center; margin: 3rem 0; width: 100%; } .cif-demo .indicator__message { color: rgb(var(--venia-text-alt)); font-size: 1rem; letter-spacing: 0.25rem; text-transform: uppercase; } .cif-demo .indicator__indicator { animation-direction: alternate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: indicator__pulse; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @keyframes indicator__pulse { 0% { filter: grayscale(1); transform: scale(0.75) rotate(-540deg); } 100% { filter: grayscale(0); transform: scale(1) rotate(0deg); } } .cif-demo .option__root { border-bottom: 1px solid rgb(var(--venia-border)); margin: 0 1.5rem; padding: 1.75rem 0; } .cif-demo .option__title { font-size: 1rem; font-weight: 600; line-height: 1.5; margin-bottom: 1.5rem; } .cif-demo .cartOptions__root { position: inherit; display: grid; grid-template-rows: min-content 1fr auto auto; width: 100%; bottom: 0; right: 0; top: 3.5rem; } .cif-demo .cartOptions__focusItem { box-shadow: 0 1px rgb(var(--venia-border)); display: grid; gap: 2rem; grid-auto-flow: column; grid-template-columns: 1fr; padding: 1rem; } .cif-demo .cartOptions__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .cif-demo .cartOptions__form { overflow: auto; height: 1fr; } .cif-demo .cartOptions__modal { visibility: hidden; height: 100%; width: 100%; background-color: rgb(var(--venia-grey)); text-align: center; position: absolute; bottom: 0; } .cif-demo .cartOptions__modal_active { visibility: visible; opacity: 0.9; } .cif-demo .cartOptions__options { font-weight: bold; } .cif-demo .cartOptions__quantity { border-color: rgb(var(--venia-border)); border-style: solid; border-width: 0 0 1px; margin: 0 1.5rem; padding-top: 1rem; padding-bottom: 1rem; } .cif-demo .cartOptions__save { box-shadow: 0 -1px rgb(var(--venia-border)); padding: 1.5rem 0 0.5rem; background-color: #fff; justify-content: center; padding: 1rem 0; display: flex; width: 100%; overflow: hidden; } .cif-demo .cartOptions__save button { margin-right: 5px; margin-left: 5px; } .cif-demo .field__root { color: rgb(var(--venia-text)); display: grid; } .cif-demo .field__label { align-items: center; display: flex; font-size: 0.875rem; font-weight: 600; line-height: 1rem; padding: 0.375rem 0.125rem; } .cif-demo .field__input { background: white; border: 1px solid rgb(var(--venia-text-alt)); border-radius: 2px; color: rgb(var(--venia-text)); display: inline-flex; flex: 0 0 100%; font-size: 1rem; height: 2.25rem; margin: 0; padding: calc(0.375rem - 1px) calc(0.625rem - 1px); width: 100%; -webkit-appearance: none; } .cif-demo .field__input:focus { border-color: rgb(var(--venia-teal)); box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; } .cif-demo .fieldIcons__root { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'before input after'; grid-template-columns: auto 1fr auto; height: 2.25rem; } .cif-demo .fieldIcons__input { align-items: center; display: flex; grid-column: before-start / after-end; grid-row: input-start / input-end; } .cif-demo .fieldIcons__input > input { padding-left: calc(1.875rem * var(--iconsBefore) - -0.375rem - 1px); padding-right: calc(1.875rem * var(--iconsAfter) - -0.375rem - 1px); } .cif-demo .fieldIcons__before, .cif-demo .fieldIcons__after { align-items: center; display: flex; justify-content: center; pointer-events: none; width: 2.25rem; } .cif-demo .fieldIcons__before:empty, .cif-demo .fieldIcons__after:empty { display: none; } .cif-demo .fieldIcons__before { grid-area: before; } .cif-demo .fieldIcons__after { grid-area: after; } .cif-demo .message__root { color: rgb(var(--venia-text)); font-size: 0.875rem; font-weight: 400; line-height: 1rem; padding: 0.375rem 0.125rem 0.125rem; } .cif-demo .message__root:empty { display: none; } .cif-demo .message__root_error { color: rgb(var(--venia-error)); } .cif-demo .select__wrapper { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'input icon'; grid-template-columns: auto 2.25rem; height: 2.25rem; } .cif-demo .select__input { grid-area: input-start / input-start / input-end / icon-end; padding-right: calc(2.25rem - 1px); } .cif-demo .quantity__root { display: flex; flex-direction: column; } .cif-demo .categoryTree__root--shadow { display: none; } .cif-demo .cmp-navigation__item--active .categoryLeaf__text { color: #c53457; } .cif-demo .cmp-navigation__item--active .icon__root--active { color: #c53457; } .cif-demo .categoryLeaf__root--link { padding-left: 0; padding-right: 0; } .cif-demo .categoryLeaf__root--box { border-bottom: 1px solid rgb(var(--venia-border)); padding-left: 0; padding-right: 0; } .cif-demo .navigation__mask { background-color: black; cursor: pointer; display: block; height: 100vh; left: 0; opacity: 0; position: fixed; top: 0; transition-duration: 192ms; transition-property: opacity, visibility; transition-timing-function: linear; visibility: hidden; width: 100vw; z-index: 2; -webkit-appearance: none; } .cif-demo .navigation__mask_active { opacity: 0.5; transition-duration: 224ms; visibility: visible; } .cif-demo .clickable__root { align-items: center; cursor: pointer; display: inline-flex; justify-content: center; line-height: 1; padding: 0; pointer-events: auto; text-align: center; white-space: nowrap; } .cif-demo .button__root { background: none; border: 1px solid rgb(var(--color)); border-radius: 1.5rem; color: rgb(var(--color)); font-size: 0.75rem; font-weight: 600; height: 2rem; min-width: 7.5rem; padding: 0 1rem; transition-duration: 384ms; transition-property: background-color, color; transition-timing-function: var(--venia-anim-standard); --color: var(--venia-text); } .cif-demo .button__filled { background-color: rgb(var(--color)); color: white; } .cif-demo .button__root:hover { --color: var(--venia-teal); } .cif-demo .button__root:focus { box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; transition-duration: 128ms; --color: var(--venia-teal); } .cif-demo .button__root:active { transition-duration: 128ms; --color: var(--venia-teal-dark); } .cif-demo .button__root:disabled { pointer-events: none; --color: var(--venia-grey-dark); } .cif-demo .button__content { align-items: center; display: inline-grid; gap: 0.5rem; grid-auto-flow: column; justify-content: center; justify-items: center; } .cif-demo .errorDisplay__root { background-color: rgb(var(--venia-error-alt)); border: 1px solid rgb(var(--venia-error)); border-radius: 2px; color: rgb(var(--venia-error)); font-size: 0.875rem; line-height: 1.25rem; margin: 1rem 0; max-height: 5rem; overflow-x: auto; padding: 0; } .cif-demo .errorDisplay__body { display: inline-block; font-size: 0.875rem; line-height: 1.25rem; margin: 1rem; } .cif-demo .field__root { color: rgb(var(--venia-text)); display: grid; } .cif-demo .field__label { align-items: center; display: flex; font-size: 0.875rem; font-weight: 600; line-height: 1rem; padding: 0.375rem 0.125rem; } .cif-demo .field__input { background: white; border: 1px solid rgb(var(--venia-text-alt)); border-radius: 2px; color: rgb(var(--venia-text)); display: inline-flex; flex: 0 0 100%; font-size: 1rem; height: 2.25rem; margin: 0; padding: calc(0.375rem - 1px) calc(0.625rem - 1px); width: 100%; -webkit-appearance: none; } .cif-demo .field__input:focus { border-color: rgb(var(--venia-teal)); box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; } .cif-demo .fieldIcons__root { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'before input after'; grid-template-columns: auto 1fr auto; height: 2.25rem; } .cif-demo .fieldIcons__input { align-items: center; display: flex; grid-column: before-start / after-end; grid-row: input-start / input-end; } .cif-demo .fieldIcons__input > input { padding-left: calc(1.875rem * var(--iconsBefore) - -0.375rem - 1px); padding-right: calc(1.875rem * var(--iconsAfter) - -0.375rem - 1px); } .cif-demo .fieldIcons__before, .cif-demo .fieldIcons__after { align-items: center; display: flex; justify-content: center; pointer-events: none; width: 2.25rem; } .cif-demo .fieldIcons__before:empty, .cif-demo .fieldIcons__after:empty { display: none; } .cif-demo .fieldIcons__before { grid-area: before; } .cif-demo .fieldIcons__after { grid-area: after; } .cif-demo .message__root { color: rgb(var(--venia-text)); font-size: 0.875rem; font-weight: 400; line-height: 1rem; padding: 0.375rem 0.125rem 0.125rem; } .cif-demo .message__root:empty { display: none; } .cif-demo .message__root_error { color: rgb(var(--venia-error)); } .cif-demo .createAccount__root { display: grid; gap: 0.5rem; justify-items: stretch; padding: 0 1.5rem; } .cif-demo .createAccount__actions { display: grid; justify-items: center; margin-top: 1rem; padding: 1rem 0; } .cif-demo .createAccount__lead { margin: 1rem 0; text-align: center; } .cif-demo .input__helpText { font-size: 0.7rem; margin: 0.4rem 0; } .cif-demo .input__requiredSymbol { background-color: black; width: 0.4em; height: 0.4em; border-radius: 50%; display: inline-block; vertical-align: top; } .cif-demo .input__hint { color: rgb(var(--venia-text-alt)); } .cif-demo .input__error { color: red; } .cif-demo .input__success { color: green; } .cif-demo .input__root { padding: 0.5rem 1.5rem; } .cif-demo .input__input { width: 100%; height: 1.85rem; border: 1px solid black; padding: 1rem; margin: 0.2rem 0 0 0; outline: none; } .cif-demo .input__label { display: flex; align-items: center; font-size: 0.85rem; } .cif-demo .input__labelFocused { color: rgb(var(--venia-teal)); transition: 200ms; } .cif-demo .input__rootFocused { background-color: rgb(var(--venia-teal-alt)); transition: 200ms; } .cif-demo .signIn__signInDivider { border-color: rgb(var(--venia-border)); border-style: solid; border-width: 0 0 1px; margin: 2rem 1rem; } .cif-demo .signIn__signInButton, .cif-demo .signIn__showCreateAccountButton { text-align: center; margin: 1rem 0; } .cif-demo .signIn__forgotPassword { display: block; text-decoration: underline; color: rgb(var(--venia-error)); font-size: 0.8rem; margin: 2rem auto 0; } .cif-demo .forgotPasswordForm__form { display: flex; flex-direction: column; } .cif-demo .forgotPasswordForm__buttonContainer { align-self: center; margin-top: 2rem; } .cif-demo .formSubmissionSuccessful__text { padding: 0.5rem 1.5rem; font-size: 0.875rem; font-weight: 300; line-height: 1.25rem; text-align: center; margin-bottom: 2rem; overflow-wrap: break-word; } .cif-demo .formSubmissionSuccessful__buttonContainer { margin: 0 auto; text-align: center; } .cif-demo .forgotPassword__instructions { padding: 0.5rem 1.5rem 0; margin-bottom: 1.5rem; font-size: 0.875rem; font-weight: 300; line-height: 1.25rem; } .cif-demo .indicator__root { align-content: center; align-items: center; display: grid; gap: 3rem; height: calc(100% - 6rem); justify-content: center; justify-items: center; margin: 3rem 0; width: 100%; } .cif-demo .indicator__message { color: rgb(var(--venia-text-alt)); font-size: 1rem; letter-spacing: 0.25rem; text-transform: uppercase; } .cif-demo .indicator__indicator { animation-direction: alternate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: indicator__pulse; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @keyframes indicator__pulse { 0% { filter: grayscale(1); transform: scale(0.75) rotate(-540deg); } 100% { filter: grayscale(0); transform: scale(1) rotate(0deg); } } .cif-demo .categoryLeaf__root { align-items: stretch; display: flex; height: 3.5rem; padding: 0 1.25rem; width: 100%; } .cif-demo .categoryLeaf__inactive { position: fixed; visibility: hidden; } .cif-demo .categoryLeaf__text { align-items: center; border-bottom: 1px solid rgb(var(--venia-border)); display: flex; flex: auto; height: 3.5rem; padding: 0 0.25rem; } .cif-demo .categoryTree__inactive { position: fixed; visibility: hidden; } .cif-demo .icon__root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .navHeader__title { align-items: center; display: inline-flex; font-size: 1rem; font-weight: 400; text-transform: uppercase; } .cif-demo .navigation__root { background-color: white; bottom: 0; display: grid; grid-template-rows: auto 1fr auto; left: 0; opacity: 0; position: fixed; top: 0; transform: translate3d(-100%, 0, 0); transition-duration: 192ms; transition-timing-function: cubic-bezier(0.4, 0, 1, 1); transition-property: opacity, transform, visibility; visibility: hidden; width: 100%; max-width: 360px; z-index: 3; } .cif-demo .navigation__header { align-content: center; background-color: rgb(var(--venia-grey)); box-shadow: 0 1px rgb(var(--venia-border)); display: grid; grid-auto-columns: 3.5rem; grid-auto-flow: column; grid-auto-rows: 3.5rem; grid-template-columns: 3.5rem 1fr 3.5rem; height: 3.5rem; position: relative; z-index: 1; } .cif-demo .navigation__body { min-height: 0; overflow: auto; } .cif-demo .navigation__footer { box-shadow: 0 -1px rgb(var(--venia-border)); } .cif-demo .navigation__authBar { align-items: center; background-color: white; display: flex; height: 5.5rem; justify-content: center; padding: 1.5rem 1rem 1rem; width: 100%; } .cif-demo .navigation__userChip { align-content: center; align-items: center; background-color: rgb(var(--venia-grey)); display: grid; flex: 0 0 100%; grid-template-columns: min-content 1fr min-content; grid-template-rows: 3.5rem; height: 4rem; padding: 0 1rem; width: 100%; } .cif-demo .navigation__userEmail { color: rgb(var(--venia-text-alt)); font-size: 0.8125rem; line-height: 1rem; } .cif-demo .navigation__userAvatar, .cif-demo .navigation__userMore { height: 3.5rem; width: 3.5rem; } .cif-demo .navigation__signIn { animation-duration: 244ms; animation-fill-mode: forwards; background: white; bottom: 0; left: 0; padding-top: 4.5rem; position: absolute; right: 0; top: 0; overflow-y: auto; } .cif-demo .navigation__signIn_open { animation-name: navigation__slidein; } .cif-demo .navigation__signIn_closed { animation-name: navigation__slideout; } .cif-demo .navigation__form_open { animation-name: navigation__slideinSide; } .cif-demo .navigation__form_closed { animation-name: navigation__slideoutSide; } .cif-demo .navigation__root_open { box-shadow: 1px 0 rgb(var(--venia-border)); opacity: 1; transform: translate3d(0, 0, 0); transition-duration: 224ms; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); visibility: visible; } @keyframes navigation__slidein { from { transform: translate3d(0, 100%, 0); } to { transform: translate3d(0, 0, 0); } } @keyframes navigation__slideout { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(0, 100%, 0); } } @keyframes navigation__slideinSide { from { transform: translate3d(-100%, 0, 0); } to { transform: translate3d(0, 0, 0); } } @keyframes navigation__slideoutSide { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-100%, 0, 0); } } .cif-demo .myAccountMenuTrigger__userChip { align-content: center; align-items: center; background-color: rgb(var(--venia-grey)); display: grid; flex: 0 0 100%; grid-template-columns: 1fr 3.5rem; grid-template-rows: 3.5rem; height: 4rem; width: 100%; } .cif-demo .myAccountMenuTrigger__userEmail { color: rgb(var(--venia-text-alt)); font-size: 0.8125rem; line-height: 1rem; } .cif-demo .myAccountMenuTrigger__userMore { height: 3.5rem; width: 3.5rem; } .cif-demo .myAccountMenuTrigger__menuOpen { position: fixed; z-index: 5; background-color: white; transition: top 244ms; top: 0; bottom: 0; left: 0; right: 0; height: 100%; } .cif-demo .myAccountMenuTrigger__menuClosed { top: 101%; } .cif-demo .userInformation__root { display: flex; align-items: center; } .cif-demo .userInformation__userInformationContainer { font-size: 0.875rem; font-weight: 300; line-height: 1rem; } .cif-demo .userInformation__email { color: rgb(var(--venia-text-alt)); font-size: 0.8125rem; line-height: 1rem; } .cif-demo .userInformation__iconContainer { margin: 0 1rem 0 1.25rem; } .cif-demo .menuItem__item { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 3.5rem; border-bottom: 1px solid rgb(var(--venia-border)); font-size: 0.875rem; font-weight: 300; line-height: 0.875rem; } .cif-demo .myAccountMenu__list { padding: 0 1.5rem; } .cif-demo .myAccountMenu__signOutTitle { color: rgb(var(--venia-text-spot)); } .cif-demo .myAccountMenu__rewardsPoints { font-size: 0.625rem; font-weight: 300; line-height: 0.875rem; } .cif-demo .header__closeButton { display: flex; justify-content: center; align-items: center; width: 3.5rem; } .cif-demo .myAccountMenuPage__root { display: grid; grid-template-rows: auto 1fr auto; height: 100%; width: 100%; background-color: white; } .cif-demo .myAccountMenuPage__logoContainer { margin: 2rem auto; } .cif-demo .indicator__root { align-content: center; align-items: center; display: grid; gap: 3rem; height: calc(100% - 6rem); justify-content: center; justify-items: center; margin: 3rem 0; width: 100%; } .cif-demo .indicator__message { color: rgb(var(--venia-text-alt)); font-size: 1rem; letter-spacing: 0.25rem; text-transform: uppercase; } .cif-demo .indicator__indicator { animation-direction: alternate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: indicator__pulse; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @keyframes indicator__pulse { 0% { filter: grayscale(1); transform: scale(0.75) rotate(-540deg); } 100% { filter: grayscale(0); transform: scale(1) rotate(0deg); } } .cif-demo .clickable__root { align-items: center; cursor: pointer; display: inline-flex; justify-content: center; line-height: 1; padding: 0; pointer-events: auto; text-align: center; white-space: nowrap; } .cif-demo .button__root { background: none; border: 1px solid rgb(var(--color)); border-radius: 1.5rem; color: rgb(var(--color)); font-size: 0.75rem; font-weight: 600; height: 2rem; min-width: 7.5rem; padding: 0 1rem; transition-duration: 384ms; transition-property: background-color, color; transition-timing-function: var(--venia-anim-standard); --color: var(--venia-text); } .cif-demo .button__filled { background-color: rgb(var(--color)); color: white; } .cif-demo .button__root:hover { --color: var(--venia-teal); } .cif-demo .button__root:focus { box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; transition-duration: 128ms; --color: var(--venia-teal); } .cif-demo .button__root:active { transition-duration: 128ms; --color: var(--venia-teal-dark); } .cif-demo .button__root:disabled { pointer-events: none; --color: var(--venia-grey-dark); } .cif-demo .button__content { align-items: center; display: inline-grid; gap: 0.5rem; grid-auto-flow: column; justify-content: center; justify-items: center; } .cif-demo .icon__root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .thumbnail__root { border: 1px solid rgb(var(--venia-text)); border-radius: 50%; height: 0.875rem; width: 0.875rem; box-shadow: 0 0 0 1px #ffffff; outline: none; } .cif-demo .thumbnail__rootSelected { background-color: rgb(var(--venia-text)); } .cif-demo .thumbnail__image { display: none; } @media (min-width: 1024px) { .cif-demo .thumbnail__root { border: 0; border-radius: 0; height: auto; width: auto; } .cif-demo .thumbnail__rootSelected { box-shadow: 0 0 10px 0 rgb(var(--venia-teal)); background-color: rgb(var(--venia-text)); } .cif-demo .thumbnail__image { background-color: rgb(var(--venia-grey)); border-radius: 2px; box-shadow: 0 0 0 1px white; display: block; height: auto; width: 100%; } } .cif-demo .thumbnailList__root { align-content: stretch; display: grid; grid-auto-flow: column; grid-gap: 1rem; grid-template-columns: repeat(auto-fit, 1rem); justify-content: center; margin-top: 1rem; z-index: 1; } @media (min-width: 1024px) { .cif-demo .thumbnailList__root { align-content: start; grid-auto-flow: row; grid-gap: 1.5rem; grid-template-columns: 1fr; margin-top: 0; } } .cif-demo .carousel__root { display: grid; grid-template-areas: 'main' 'thumbs'; grid-template-columns: auto; grid-template-rows: auto; } @media (min-width: 1024px) { .cif-demo .carousel__root { grid-gap: 1.5rem; grid-template-areas: 'thumbs main'; grid-template-columns: 17fr 80fr; } } .cif-demo .carousel__imageContainer { display: grid; grid-area: main; grid-template-columns: repeat(3, 1fr); } .cif-demo .carousel__currentImage { background-color: rgb(var(--venia-grey)); border-radius: 2px; width: 100%; grid-area: 1 / 1 / 2 / 4; } .cif-demo .carousel__chevron-left, .cif-demo .carousel__chevron-right { display: flex; outline: none; z-index: 1; } .cif-demo .carousel__chevron-left { justify-content: flex-start; grid-area: 1 / 1 / 2 / 2; margin-left: 1.625rem; } .cif-demo .carousel__chevron-right { justify-content: flex-end; grid-area: 1 / 3 / 2 / 4; margin-right: 1.625rem; } @media (min-width: 1024px) { .cif-demo .carousel__chevron-left, .cif-demo .carousel__chevron-right { display: none; } } .cif-demo .field__root { color: rgb(var(--venia-text)); display: grid; } .cif-demo .field__label { align-items: center; display: flex; font-size: 0.875rem; font-weight: 600; line-height: 1rem; padding: 0.375rem 0.125rem; } .cif-demo .field__input { background: white; border: 1px solid rgb(var(--venia-text-alt)); border-radius: 2px; color: rgb(var(--venia-text)); display: inline-flex; flex: 0 0 100%; font-size: 1rem; height: 2.25rem; margin: 0; padding: calc(0.375rem - 1px) calc(0.625rem - 1px); width: 100%; -webkit-appearance: none; } .cif-demo .field__input:focus { border-color: rgb(var(--venia-teal)); box-shadow: 0 0 0 2px rgb(var(--venia-teal-light)), 0 0 0.5rem 2px rgba(var(--venia-teal), 0.2); outline: none; } .cif-demo .fieldIcons__root { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'before input after'; grid-template-columns: auto 1fr auto; height: 2.25rem; } .cif-demo .fieldIcons__input { align-items: center; display: flex; grid-column: before-start / after-end; grid-row: input-start / input-end; } .cif-demo .fieldIcons__input > input { padding-left: calc(1.875rem * var(--iconsBefore) - -0.375rem - 1px); padding-right: calc(1.875rem * var(--iconsAfter) - -0.375rem - 1px); } .cif-demo .fieldIcons__before, .cif-demo .fieldIcons__after { align-items: center; display: flex; justify-content: center; pointer-events: none; width: 2.25rem; } .cif-demo .fieldIcons__before:empty, .cif-demo .fieldIcons__after:empty { display: none; } .cif-demo .fieldIcons__before { grid-area: before; } .cif-demo .fieldIcons__after { grid-area: after; } .cif-demo .message__root { color: rgb(var(--venia-text)); font-size: 0.875rem; font-weight: 400; line-height: 1rem; padding: 0.375rem 0.125rem 0.125rem; } .cif-demo .message__root:empty { display: none; } .cif-demo .message__root_error { color: rgb(var(--venia-error)); } .cif-demo .select__wrapper { display: inline-grid; grid-auto-flow: column; grid-template-areas: 'input icon'; grid-template-columns: auto 2.25rem; height: 2.25rem; } .cif-demo .select__input { grid-area: input-start / input-start / input-end / icon-end; padding-right: calc(2.25rem - 1px); } .cif-demo .quantity__root { display: flex; flex-direction: column; } .cif-demo .richText__root { font-size: 0.875rem; line-height: 1.25rem; padding: 0 0.5rem; } .cif-demo .richText__root p { margin: 0 0 1rem; } .cif-demo .richText__root ul { list-style-type: disc; margin: 0 0 1rem; padding-left: 2.5rem; } .cif-demo .option__root { border-bottom: 1px solid rgb(var(--venia-border)); margin: 0 1.5rem; padding: 1.75rem 0; } .cif-demo .option__title { font-size: 1rem; font-weight: 600; line-height: 1.5; margin-bottom: 1.5rem; } .cif-demo .productFullDetail__root { display: block; } @media (min-width: 1024px) { .cif-demo .productFullDetail__root { align-items: start; display: grid; grid-auto-flow: row; grid-template-areas: 'images title' 'images actions' 'images options' 'images quantity' 'images cart' 'images .'; grid-template-columns: 1.5625fr 1fr; grid-template-rows: repeat(5, min-content) 1fr [fold]; padding: 2.5rem 4rem; } } .cif-demo .productFullDetail__section { border-color: rgb(var(--venia-border)); border-style: solid; border-width: 0 0 1px; margin: 0 1.5rem; padding: 1.5rem 0; } .cif-demo .productFullDetail__sectionTitle { align-items: center; display: flex; font-size: 1rem; font-weight: 600; line-height: 1.5; justify-content: center; margin-bottom: 1.5rem; text-align: center; } .cif-demo .productFullDetail__title { align-items: center; display: grid; grid-area: title; grid-gap: 1rem; grid-template-columns: 1fr max-content; line-height: 1.5; padding: 1rem 1.5rem; } @media (min-width: 1024px) { .cif-demo .productFullDetail__title { padding: 1.5rem; } } .cif-demo .productFullDetail__productName { font-size: 1rem; font-weight: 600; } @media (min-width: 1024px) { .cif-demo .productFullDetail__productName { font-size: 1.3125rem; font-weight: 400; } } .cif-demo .productFullDetail__title .price { text-align: right; } .cif-demo .productFullDetail__root .price { display: block; } .cif-demo .productFullDetail__root .price .regularPrice { text-decoration: line-through; font-size: 0.8rem; } .cif-demo .productFullDetail__root .price .discountedPrice { font-weight: bold; color: rgb(var(--venia-teal)); font-size: 1.2rem; } .cif-demo .productFullDetail__root .price .you-save { font-size: 0.9rem; color: rgb(var(--venia-text-alt)); } .cif-demo .productFullDetail__root .price .you-save:before { display: block; content: ' '; } .cif-demo .productFullDetail__imageCarousel { grid-area: images; grid-column: 1 / 2; grid-row: 1 / fold; margin: 0 auto; max-width: 640px; } @media (min-width: 1024px) { .cif-demo .productFullDetail__imageCarousel { margin: 0; max-width: 800px; padding: 1.5rem 0; } } .cif-demo .productFullDetail__options { grid-area: options; } .cif-demo .productFullDetail__quantity { grid-area: quantity; } .cif-demo .productFullDetail__groupedProducts table { width: 100%; } .cif-demo .productFullDetail__groupedProducts th, .cif-demo td { padding: 15px; } .cif-demo .productFullDetail__groupedProducts th, .cif-demo tr:nth-child(even) { background-color: #f2f2f2; } .cif-demo .productFullDetail__groupedProducts .price { margin-top: 5px; font-weight: bold; } .cif-demo .productFullDetail__cartActions { align-items: center; display: flex; grid-area: cart; justify-content: center; } @media (min-width: 1024px) { .cif-demo .productFullDetail__cartActions { border-bottom-width: 0; } } .cif-demo .productFullDetail__description { grid-column: 1 / span 1; grid-row: fold / span 1; } @media (min-width: 1024px) { .cif-demo .productFullDetail__description { align-self: stretch; border-top-width: 1px; margin: 0; padding-left: 1.5rem; padding-right: 1.5rem; } } .cif-demo .productFullDetail__details { grid-column: 2 / span 1; grid-row: fold / span 1; } @media (min-width: 1024px) { .cif-demo .productFullDetail__details { align-self: stretch; border-top-width: 1px; margin: 0; padding-left: 1.5rem; padding-right: 1.5rem; } } .cif-demo .productFullDetail__related { border-bottom-width: 0; grid-column: 1 / span 2; } .cif-demo .tile__root { border: 1px solid rgb(var(--venia-text)); border-radius: 2px; height: 3rem; margin-left: 1rem; margin-top: 1rem; min-width: 3rem; padding: 0 0.75rem; } @media (min-width: 1024px) { .cif-demo .tile__root { height: 2rem; min-width: 2rem; padding: 0 0.5rem; } } .cif-demo .tile__root_selected { background-color: rgb(var(--venia-text)); color: white; } .cif-demo .swatch__root { background-color: rgb(var(--venia-swatch-bg)); border-color: rgba(0, 0, 0, 0.1); color: white; padding: 0; --venia-swatch-bg: var(--venia-grey); } .cif-demo .swatch__root_selected { background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2), transparent); } .cif-demo .tileList__root { display: flex; flex-wrap: wrap; margin-left: -1rem; margin-top: -1rem; } .cif-demo .productcarousel__title { text-align: center; margin-bottom: 10px; color: #333; } .cif-demo .productcarousel__root .price { font-size: 0.875rem; line-height: 1rem; margin: 0.5rem 0; min-height: 1rem; } .cif-demo .productcarousel__root .price .regularPrice { text-decoration: line-through; font-size: 0.8rem; } .cif-demo .productcarousel__root .price .discountedPrice { font-weight: bold; color: rgb(var(--venia-teal)); font-size: 1.2rem; } .cif-demo .product__image { max-width: 240px; max-height: 240px; } .cif-demo .productcarousel__container { position: relative; margin: 25px auto; width: 240px; } @media screen and (min-width: 790px) { .cif-demo .productcarousel__container { width: 720px; } } @media screen and (min-width: 1090px) { .cif-demo .productcarousel__container { width: 960px; } } @media screen and (min-width: 1380px) { .cif-demo .productcarousel__container { width: 1200px; } } @media screen and (min-width: 1650px) { .cif-demo .productcarousel__container { width: 1440px; } } .cif-demo .productcarousel__root:before, .cif-demo .productcarousel__root:after { content: ""; display: table; } .cif-demo .productcarousel__root:after { clear: both; } .cif-demo .card { border: 10px solid #fff; float: left; font-size: 20px; text-align: center; width: 240px; } .cif-demo .productcarousel__root { overflow: hidden; } .cif-demo .productcarousel__cardscontainer { margin: auto; } .cif-demo .productcarousel__cardscontainer:before, .cif-demo .productcarousel__cardscontainer:after { content: ""; display: table; } .cif-demo .productcarousel__cardscontainer:after { clear: both; } .cif-demo .product__card { float: left; } .cif-demo .product__card__image { height: 243px; } .cif-demo .productcarousel__btn { background: transparent; border: 0; box-shadow: none; outline: none; cursor: pointer; height: 20px; margin-top: -25px; position: absolute; top: 50%; width: 20px; } .cif-demo .productcarousel__btn--next { border-bottom: 8px solid #aaa; border-right: 8px solid #aaa; right: 0; -moz-transform: rotate(315deg); -webkit-transform: rotate(315deg); transform: rotate(315deg); } .cif-demo .productcarousel__btn--prev { border-bottom: 8px solid #aaa; border-left: 8px solid #aaa; left: 0; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } @media screen and (max-width: 769px) { .cif-demo .productcarousel__btn--next { right: 8%; } .cif-demo .productcarousel__btn--prev { left: 8%; } } .cif-demo .category__pagination_root { display: grid; grid-template-rows: 1fr; grid-column-gap: 0.7rem; justify-content: center; padding-top: 1rem; padding-bottom: 1rem; background-color: white; border-top: 1px solid #ccc; text-align: center; } .cif-demo .category__pagination_navbutton-inactive { color: #999; } .cif-demo .category__pagination_navbutton-arrow { display: grid; padding-bottom: 1px; } .cif-demo .category__pagination_tilebutton { grid-row-start: 1; outline: none; } .cif-demo .category__pagination_tilebutton-text { border: 0; padding: 0.1rem 0.2rem; } .cif-demo .category__pagination_icon-root { align-items: center; display: inline-flex; justify-content: center; touch-action: manipulation; } .cif-demo .category__pagination_tilebutton-marker { border: 1px solid; border-radius: 2px; } .cif-demo .category__pagination_button { background: none; border: 0; cursor: pointer; font-family: var(--venia-font); font-size: 100%; padding: 0; touch-action: manipulation; user-select: none; -webkit-appearance: none; } .cif-demo .category__pagination_button:disabled { cursor: default; touch-action: none; } .cif-demo .category__image { min-height: 460px; padding: 20px 0; margin-bottom: 40px; background: rgb(var(--venia-grey)) 50% no-repeat; background-size: cover; position: relative; text-align: center; } .cif-demo .item__images { display: grid; grid-template-areas: 'main'; } .cif-demo .item__image { display: block; grid-area: main; height: auto; opacity: 1; transition-duration: 512ms; transition-property: opacity, visibility; transition-timing-function: ease-out; visibility: visible; width: 100%; } .cif-demo .item__imagePlaceholder { background-color: rgb(var(--venia-grey)); } .cif-demo .item__name, .cif-demo .item__root .price { font-size: 0.875rem; line-height: 1rem; margin: 0.5rem 0; min-height: 1rem; } .cif-demo .item__root .price .regularPrice { text-decoration: line-through; font-size: 0.8rem; } .cif-demo .item__root .price .discountedPrice { font-weight: bold; color: rgb(var(--venia-teal)); font-size: 1.2rem; } .cif-demo .item__image_pending { opacity: 0; visibility: hidden; } .cif-demo .item__name_pending { background-color: rgb(var(--venia-grey)); } .cif-demo .item__price_pending { background-color: rgb(var(--venia-grey)); width: 3rem; } .cif-demo .gallery__root { display: grid; grid-template-areas: 'actions' 'items'; grid-template-columns: 1fr; line-height: 1; } .cif-demo .category__style_grid .gallery__items { align-content: start; display: grid; grid-gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-bottom: 10px; } .cif-demo .category__style_list .gallery__items { display: block; margin-bottom: 10px; } @media (max-width: 640px) { .cif-demo div .gallery__items { grid-template-columns: repeat(2, 1fr); } } .cif-demo .category__root { padding: 1rem; } .cif-demo .category__root-message { text-align: center; } .cif-demo .category__title { font-size: 1.5rem; font-weight: 400; margin: 0 0 1rem; padding: 0 0.5rem 0.5rem 0.5rem; } .cif-demo .category__pagination { position: -webkit-sticky; position: sticky; bottom: 0; } .cif-demo .category__categoryTitle { color: rgb(var(--venia-text)); font-size: 1.375rem; font-weight: 300; line-height: 1.375rem; text-align: center; } .cif-demo .search__root { display: grid; grid-template-columns: minmax(240px, 1fr) auto; grid-column-gap: 2rem; } .cif-demo .filterSection-header { padding: 1.5rem 0; } .cif-demo .filterSection-title { font-size: 14px; font-weight: 800; line-height: 14px; } .cif-demo .filterBlock__root { display: grid; border-color: rgb(var(--venia-border)); border-style: solid; border-width: 1px 0 0; } .cif-demo .filterBlock__toggler { opacity: 0; } .cif-demo .filterBlock__header { align-items: center; display: grid; grid-auto-flow: column; grid-template-columns: 1fr auto; min-height: 3rem; cursor: pointer; } .cif-demo .filterBlock-name { height: 1.5rem; line-height: 1.5rem; text-align: left; font-weight: 600; } .cif-demo label { cursor: pointer; } .cif-demo .filterBlock__toggler:checked ~ .filterList-items { display: grid; } .cif-demo .filterBlock__toggler:checked + .filterBlock__header > .icon-closed { display: none; } .cif-demo .filterBlock__toggler:checked + .filterBlock__header > .icon-open { display: block; } .cif-demo .filterList-items { display: none; gap: 1rem; grid-template-columns: 100%; padding: 0.5rem 0; } .cif-demo .filterDefault-icon { background-color: white; border: 1px solid rgb(var(--venia-text)); width: 1rem; height: 1rem; display: inline-flex; border-radius: 3px; margin-right: 1rem; } .cif-demo .currentFilters__root { display: grid; gap: 0.5rem; grid-auto-flow: row; padding: 0.5rem 0; } .cif-demo .currentFilter__root { align-items: center; border: 1px solid rgb(var(--venia-border)); border-radius: 4px; display: inline-grid; gap: 0.5rem; grid-auto-flow: column; justify-content: center; padding: 0.2rem 0.5rem; white-space: nowrap; } .cif-demo .icon-closed { display: block; } .cif-demo .icon-open { display: none; } .cif-demo .productteaser .item__root { position: relative; } .cif-demo .productteaser .item__images { display: grid; grid-template-areas: "main"; } .cif-demo .productteaser .item__image { border: #3498db 1px solid; display: block; grid-area: main; height: auto; opacity: 1; transition-duration: 512ms; transition-property: opacity, visibility; transition-timing-function: ease-out; visibility: visible; width: 100%; } .cif-demo .productteaser .item__name { position: absolute; display: block; top: 40%; left: 20%; text-transform: uppercase; font-size: 22px; color: #ffffff; font-weight: 900; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); } .cif-demo .productteaser .price { position: absolute; display: block; top: 45%; left: 20%; font-size: 18px; color: #ffffff; font-weight: 900; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); } .cif-demo .productteaser .price .regularPrice { text-decoration: line-through; font-size: 0.8rem; } .cif-demo .productteaser .price .discountedPrice { font-weight: bold; color: rgb(var(--venia-teal)); font-size: 1.2rem; } .cif-demo .productteaser .item__badge { width: 150px; height: 150px; right: 0px; overflow: hidden; position: absolute; } .cif-demo .productteaser .item__badge::before, .cif-demo .productteaser .item__badge::after { position: absolute; z-index: -1; content: ""; display: block; border: 5px solid #2980b9; border-top-color: transparent; border-right-color: transparent; } .cif-demo .productteaser .item__badge::before { top: 0; left: 0; } .cif-demo .productteaser .item__badget::after { bottom: 0; right: 0; } .cif-demo .productteaser .item__badge span { position: absolute; display: block; width: 225px; padding: 15px 0; background-color: #3498db; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); color: #fff; font: 700 18px/1 "Lato", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-transform: uppercase; text-align: center; left: -25px; top: 30px; transform: rotate(45deg); } .cif-demo .productteaser .productteaser__cta { text-align: center; padding: 10px 0; } @media (max-width: 768px) { .cif-demo .productteaser .item__name { font-size: 15px; } .cif-demo .productteaser .item__price { top: 60%; font-size: 10px; } } @media (max-width: 992px) { .cif-demo .productteaser .item__name { font-size: 18px; } .cif-demo .productteaser .item__price { top: 60%; font-size: 14px; } } .cif-demo .cmp-teaser { position: relative; } .cif-demo .cmp-teaser .cmp-image__image { max-width: 100%; margin: 0 auto; display: block; } .cif-demo .cmp-teaser .cmp-teaser__title, .cif-demo .cmp-teaser .cmp-teaser__description, .cif-demo .cmp-teaser .cmp-teaser__action-container { position: absolute; left: 10%; display: block; margin: 0; color: #ffffff; font-weight: 900; text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5); } .cif-demo .cmp-teaser .cmp-teaser__title { top: 25%; text-transform: uppercase; font-size: 30px; } .cif-demo .cmp-teaser .cmp-teaser__description { top: 35%; font-size: 20px; } .cif-demo .cmp-teaser .cmp-teaser__action-container { top: 50%; font-size: 15px; text-shadow: none; } .cif-demo .cmp-teaser .cmp-teaser__action-link { display: inline-block; font-weight: 600; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: rgba(255, 255, 255, 0.1); border: 2px solid; padding: 0.375rem 1.75rem; font-size: 15px; line-height: 1.5; border-radius: 1.25rem; } @media (max-width: 768px) { .cif-demo .cmp-teaser .cmp-teaser__title { font-size: 20px; } .cif-demo .cmp-teaser .cmp-teaser__description { font-size: 15px; } .cif-demo .cmp-teaser .cmp-teaser__action-link { font-size: 10px; } }
0.798619
0.160332
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body { background: #ffffff url('../img/geometry2.png'); font-family: 'Monda', sans-serif; } .container { display: flex; justify-content: center; align-items: center; flex-direction: column; } h1 { font-size: 2.75em; font-weight: 600; font-family: 'Philosopher', sans-serif; } /* * Styles for the deck of cards */ .deck { width: 660px; min-height: 680px; background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); padding: 32px; border-radius: 10px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 0 3em; border: 5px solid #02ccba ; } .deck .card { height: 125px; width: 125px; background: #2e3d49; font-size: 0; color: #ffffff; border-radius: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; box-shadow: 0px 0px 15px 0 rgba(46, 61, 73, 0.493); } .deck .card.open { background: #02b3e4; cursor: default; } .deck .card.show { font-size: 33px; } .deck .card.match { cursor: default; background: #02ccba; font-size: 33px; } /* * Styles for the Score Panel */ .score-panel { width: 550px; margin-bottom: 10px; padding: 1rem 0; display: flex; flex-direction: row; justify-content: space-around; } .score-panel .stars { margin: 0; padding: 0; display: inline-block; margin: 0 10px 0 10px; } .score-panel .stars li { list-style: none; display: inline-block; } .score-panel .restart { float: right; cursor: pointer; } /* * Styles for the Finish Modal */ .modal_bkgd { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(46, 61, 73, 0.5); } .modal_body { position: relative; width: 450px; top: 50%; left: 50%; background: #ffffff url('../img/geometry2.png'); transform: translate(-50%, -50%); border-radius: 15px; border:3px solid #02ccba; } .modal_heading { display: flex; justify-content: space-between; align-items: center; padding: 0 30px; background: #02ccba; } .modal_close { font-weight: bolder; font-size: 1.75rem; } .modal_stats { display: flex; flex-direction: column; padding: 2rem; align-items: center; } .modal_stats span { font-size: 25px; } .modal_btns { display: flex; justify-content: space-around; padding: 3rem; } .modal_btn { width: 140px; height: 50px; background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); border-radius:9px; color:#fff; font-size:15px; border:1px solid #02ccba; cursor: pointer; } .modal_btn:hover { background: linear-gradient(160deg, #aa7ecd 0%, #02ccba 100%); border:1px solid #aa7ecd; } .modal_btn:active { background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); } /* Start Modal */ .modal_start { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(46, 61, 73, 0.883); } .modal_start_body { position: relative; width: 450px; top: 50%; left: 50%; background: #ffffff url('../img/geometry2.png'); transform: translate(-50%, -50%); border-radius: 15px; text-align: center; padding: 2rem 2rem; border:3px solid #02ccba; } .modal_start_btn { width: 200px; height: 200px; background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); border-radius:9px; color:#fff; font-size:30px; border:1px solid #02ccba; cursor: pointer; font-family: 'Philosopher', sans-serif; } .modal_start_btn:hover { background: linear-gradient(160deg, #aa7ecd 0%, #02ccba 100%); border:1px solid #aa7ecd; } .modal_start_btn:active { background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); } .hide { display: none; } .hero img { display: block; margin: auto; width: 0; } .show img { width: 50%; } .match img { margin: auto; display: block; width: 50%; } /* Success SVG animation */ svg{ width: 120px; padding: 20px 0; } path, polyline{ fill: none; stroke: #02ccba; stroke-width: 20; stroke-linecap: round; stroke-linejoin: round; } .circle{ stroke-dasharray: 1260; animation: circle 1s ease-out ; } .check{ stroke-dasharray: 430; animation: check 1s ease-in ; } @keyframes circle { 0%, 40% { stroke-dashoffset: -1260; } 100% { stroke-dashoffset: 0; } } @keyframes check { 0% { stroke-dashoffset: 430; } 40% { stroke-dashoffset: 0; } }
css/app.css
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body { background: #ffffff url('../img/geometry2.png'); font-family: 'Monda', sans-serif; } .container { display: flex; justify-content: center; align-items: center; flex-direction: column; } h1 { font-size: 2.75em; font-weight: 600; font-family: 'Philosopher', sans-serif; } /* * Styles for the deck of cards */ .deck { width: 660px; min-height: 680px; background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); padding: 32px; border-radius: 10px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 0 3em; border: 5px solid #02ccba ; } .deck .card { height: 125px; width: 125px; background: #2e3d49; font-size: 0; color: #ffffff; border-radius: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; box-shadow: 0px 0px 15px 0 rgba(46, 61, 73, 0.493); } .deck .card.open { background: #02b3e4; cursor: default; } .deck .card.show { font-size: 33px; } .deck .card.match { cursor: default; background: #02ccba; font-size: 33px; } /* * Styles for the Score Panel */ .score-panel { width: 550px; margin-bottom: 10px; padding: 1rem 0; display: flex; flex-direction: row; justify-content: space-around; } .score-panel .stars { margin: 0; padding: 0; display: inline-block; margin: 0 10px 0 10px; } .score-panel .stars li { list-style: none; display: inline-block; } .score-panel .restart { float: right; cursor: pointer; } /* * Styles for the Finish Modal */ .modal_bkgd { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(46, 61, 73, 0.5); } .modal_body { position: relative; width: 450px; top: 50%; left: 50%; background: #ffffff url('../img/geometry2.png'); transform: translate(-50%, -50%); border-radius: 15px; border:3px solid #02ccba; } .modal_heading { display: flex; justify-content: space-between; align-items: center; padding: 0 30px; background: #02ccba; } .modal_close { font-weight: bolder; font-size: 1.75rem; } .modal_stats { display: flex; flex-direction: column; padding: 2rem; align-items: center; } .modal_stats span { font-size: 25px; } .modal_btns { display: flex; justify-content: space-around; padding: 3rem; } .modal_btn { width: 140px; height: 50px; background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); border-radius:9px; color:#fff; font-size:15px; border:1px solid #02ccba; cursor: pointer; } .modal_btn:hover { background: linear-gradient(160deg, #aa7ecd 0%, #02ccba 100%); border:1px solid #aa7ecd; } .modal_btn:active { background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); } /* Start Modal */ .modal_start { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(46, 61, 73, 0.883); } .modal_start_body { position: relative; width: 450px; top: 50%; left: 50%; background: #ffffff url('../img/geometry2.png'); transform: translate(-50%, -50%); border-radius: 15px; text-align: center; padding: 2rem 2rem; border:3px solid #02ccba; } .modal_start_btn { width: 200px; height: 200px; background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); border-radius:9px; color:#fff; font-size:30px; border:1px solid #02ccba; cursor: pointer; font-family: 'Philosopher', sans-serif; } .modal_start_btn:hover { background: linear-gradient(160deg, #aa7ecd 0%, #02ccba 100%); border:1px solid #aa7ecd; } .modal_start_btn:active { background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%); } .hide { display: none; } .hero img { display: block; margin: auto; width: 0; } .show img { width: 50%; } .match img { margin: auto; display: block; width: 50%; } /* Success SVG animation */ svg{ width: 120px; padding: 20px 0; } path, polyline{ fill: none; stroke: #02ccba; stroke-width: 20; stroke-linecap: round; stroke-linejoin: round; } .circle{ stroke-dasharray: 1260; animation: circle 1s ease-out ; } .check{ stroke-dasharray: 430; animation: check 1s ease-in ; } @keyframes circle { 0%, 40% { stroke-dashoffset: -1260; } 100% { stroke-dashoffset: 0; } } @keyframes check { 0% { stroke-dashoffset: 430; } 40% { stroke-dashoffset: 0; } }
0.606615
0.10697
body { opacity: 1; transition: 0.7s opacity; margin: 0; font-family: 'Lucida-Sans', Arial, sans-serif; background-color: rgba(255, 255, 255, 0.7); color: black; } body.fade { opacity: 0; transition: none; } h1 { font-family: 'Lato', sans-serif; font-weight: bold; } .mainNavigation { overflow: hidden; background-color: black; z-index: 1; } .mainNavigation a { float: left; display: block; clear:none; background-color: black; color: white; text-align: center; text-decoration: none; font-size: 14px; padding: 10px 11px; } .mainNavigation a:hover { background-color: rgba(255, 255, 255, 0.9); color: black; } .mainNavigation.active { background-color: rgba(70,90,100,0.75); } .background { position: fixed; background: url(../photos/mobilefire2.jpg); background-size: cover; background-color: rgb(70, 90, 100); top: 0; height: 100%; width: 100vw; z-index: -1; overflow-x: hidden; } .white-bg{ position: absolute; top: 0; background-color: #fff; min-height: 50%; margin: 45% 0px; width: 100%; height: 100%; transform: skewY(7deg); z-index: -1; } .shadow { box-shadow: -2px -5px 5px 0px rgba(0,0,0,0.3); } .images { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 5px; display: block; cursor: pointer; transition: 0.3s; max-width: 200px; } .images:hover { opacity: 0.7; } .imageModal { display: none; position: fixed; z-index:1; padding-top: 100px; left:0; top:0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0, 0.7); } .imageModalContent { margin: auto; display: block; width:80%; max-width: 1080px; opacity: 1; } .imageModalClosebtn { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .imageModalClosebtn:hover,.imageModalClosebtn:focus { color: #bbb; text-decoration: none; cursor: pointer; } .mainNavigation { overflow: hidden; background-color: black; } .mainNavigation a { float: left; display: block; clear:none; background-color: black; color: white; text-align: center; text-decoration: none; font-size: 14px; padding: 10px 11px; } .mainNavigation a:hover { background-color: rgba(255, 255, 255, 0.9); color: black; } .mainNavigation.active { background-color: rgba(70,90,100,0.75); } .title { margin: auto; font-size: 18px; padding: 8px; } .title.under { font-size: 14px; padding-top: 0px; font-weight: bold; } .mainContent { position: absolute; text-align: left; font-size: 14px; margin-top: 40%; margin-left: 10%; width: 75%; } .mainContent::after{ content:""; clear: both; display: table; } .mainContent.Italic { text-indent: 0px; font-style: italic; text-align: center; } .leftSide { float: left; width: 100%; } .rightSide { width: 100%; float: left; } .stickyMainNavigation { position: fixed; top: 0; width: 100%; } .stickyMainNavigation + .mainContent { padding-top: 60px; } @media only screen and (min-width: 1025px){ .mainNavigation a { padding: 14px 16px; font-size: 17px; } .mainContent { width: 65%; font-size: 18px; padding: 16px; margin-left: 15%; } .title { padding: 16px; font-size:48px; margin-top: 5%; } .title.under { font-size: 24px; } .background{ background: url(../photos/fire.jpg); background-size:cover; } .images{ max-width:400px; } .leftSide { float: left; width: 45%; margin-top: 15%; } .rightSide{ width: 45%; float:right; margin-top: 15%; } }
media/css/aboutstyle.css
body { opacity: 1; transition: 0.7s opacity; margin: 0; font-family: 'Lucida-Sans', Arial, sans-serif; background-color: rgba(255, 255, 255, 0.7); color: black; } body.fade { opacity: 0; transition: none; } h1 { font-family: 'Lato', sans-serif; font-weight: bold; } .mainNavigation { overflow: hidden; background-color: black; z-index: 1; } .mainNavigation a { float: left; display: block; clear:none; background-color: black; color: white; text-align: center; text-decoration: none; font-size: 14px; padding: 10px 11px; } .mainNavigation a:hover { background-color: rgba(255, 255, 255, 0.9); color: black; } .mainNavigation.active { background-color: rgba(70,90,100,0.75); } .background { position: fixed; background: url(../photos/mobilefire2.jpg); background-size: cover; background-color: rgb(70, 90, 100); top: 0; height: 100%; width: 100vw; z-index: -1; overflow-x: hidden; } .white-bg{ position: absolute; top: 0; background-color: #fff; min-height: 50%; margin: 45% 0px; width: 100%; height: 100%; transform: skewY(7deg); z-index: -1; } .shadow { box-shadow: -2px -5px 5px 0px rgba(0,0,0,0.3); } .images { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 5px; display: block; cursor: pointer; transition: 0.3s; max-width: 200px; } .images:hover { opacity: 0.7; } .imageModal { display: none; position: fixed; z-index:1; padding-top: 100px; left:0; top:0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0, 0.7); } .imageModalContent { margin: auto; display: block; width:80%; max-width: 1080px; opacity: 1; } .imageModalClosebtn { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .imageModalClosebtn:hover,.imageModalClosebtn:focus { color: #bbb; text-decoration: none; cursor: pointer; } .mainNavigation { overflow: hidden; background-color: black; } .mainNavigation a { float: left; display: block; clear:none; background-color: black; color: white; text-align: center; text-decoration: none; font-size: 14px; padding: 10px 11px; } .mainNavigation a:hover { background-color: rgba(255, 255, 255, 0.9); color: black; } .mainNavigation.active { background-color: rgba(70,90,100,0.75); } .title { margin: auto; font-size: 18px; padding: 8px; } .title.under { font-size: 14px; padding-top: 0px; font-weight: bold; } .mainContent { position: absolute; text-align: left; font-size: 14px; margin-top: 40%; margin-left: 10%; width: 75%; } .mainContent::after{ content:""; clear: both; display: table; } .mainContent.Italic { text-indent: 0px; font-style: italic; text-align: center; } .leftSide { float: left; width: 100%; } .rightSide { width: 100%; float: left; } .stickyMainNavigation { position: fixed; top: 0; width: 100%; } .stickyMainNavigation + .mainContent { padding-top: 60px; } @media only screen and (min-width: 1025px){ .mainNavigation a { padding: 14px 16px; font-size: 17px; } .mainContent { width: 65%; font-size: 18px; padding: 16px; margin-left: 15%; } .title { padding: 16px; font-size:48px; margin-top: 5%; } .title.under { font-size: 24px; } .background{ background: url(../photos/fire.jpg); background-size:cover; } .images{ max-width:400px; } .leftSide { float: left; width: 45%; margin-top: 15%; } .rightSide{ width: 45%; float:right; margin-top: 15%; } }
0.576423
0.093058
.dark-grey-blue-1, .modal .liveresults .collection-item:hover { color: #ffffff; background-color: #4780b4; } .dark-grey-blue-2, nav .nav-wrapper .dropdown ul li:hover, .modal .modal-footer a:hover { color: #ffffff; background-color: #3c6c98; } .dark-grey-blue-3, .active { color: #ffffff; background-color: #31587c; } .letter-spacing-1 { letter-spacing: 1px; } .letter-spacing-2 { letter-spacing: 2px; } .letter-spacing-3 { letter-spacing: 3px; } .letter-spacing-4 { letter-spacing: 4px; } /* * Header */ /* * Setting up default Google material icons size * !important is necessary to rewrite Materialize icons styles */ .line-height, nav i, .card .card-action a i { height: 1.5em !important; line-height: 1.5em !important; } nav { height: 3em; line-height: 3em; } nav .nav-wrapper { height: inherit; } nav .nav-wrapper .dropdown { position: relative; } nav .nav-wrapper .dropdown ul { position: absolute; color: #454545; border: 1px solid #878787; background-color: #ffffff; border-top: none; text-align: center; z-index: 99; } nav .nav-wrapper .dropdown ul li { width: 100%; height: 2em; line-height: 2em; cursor: pointer; } nav .nav-wrapper .dropdown .sort-title { position: absolute; width: 100%; left: 0; top: 1.25em; font-size: 0.7em; text-align: center; } /* * Cards */ .card.very-small { height: 200px; } .card.hoverable:hover { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19); } .card .card-image { height: 100%; } .card .card-image img { display: inline-block; height: inherit; width: auto; max-width: 10em; } .card .card-content { display: inline-block; width: 55%; } .card .card-content .card-info { width: 65%; } .card .card-content ul { display: inline-block; margin: 0; padding-right: 1em; } .card .card-content ul.titles li:after { content: ':'; } .card .card-content ul li { padding: 0.2em 0; } .card .card-action { position: relative; height: 100%; border-top: 0; } .card .card-action a { position: absolute; cursor: pointer; } .card .card-action a.edit { top: 0; left: 0.5em; } .card .card-action a.delete { bottom: 0; left: 0.5em; } .card .card-action a i { color: #777777; } /* * Popup window */ .modal { width: 28em; max-height: 80%; } .modal input { height: 1.5em; margin: 0; } .modal .liveresults { max-height: 6em; overflow-x: hidden; overflow-y: auto; } .modal .liveresults .collection-item { padding: 4px 5px; cursor: pointer; } .modal .liveresults .collection-item .secondary-content { color: inherit; } .modal .liveresults .collection-item .secondary-content i { line-height: 0.75em; } .modal .row { margin-bottom: 0; } .modal .exit-container .modal-close { margin: 0 6px; } .modal .modal-footer { padding: 0 0.75rem; } .modal .modal-footer a { width: 10em; } @media only screen and (max-width: 600px) { .modal { width: 90%; } }
angular/dist/css/style.css
.dark-grey-blue-1, .modal .liveresults .collection-item:hover { color: #ffffff; background-color: #4780b4; } .dark-grey-blue-2, nav .nav-wrapper .dropdown ul li:hover, .modal .modal-footer a:hover { color: #ffffff; background-color: #3c6c98; } .dark-grey-blue-3, .active { color: #ffffff; background-color: #31587c; } .letter-spacing-1 { letter-spacing: 1px; } .letter-spacing-2 { letter-spacing: 2px; } .letter-spacing-3 { letter-spacing: 3px; } .letter-spacing-4 { letter-spacing: 4px; } /* * Header */ /* * Setting up default Google material icons size * !important is necessary to rewrite Materialize icons styles */ .line-height, nav i, .card .card-action a i { height: 1.5em !important; line-height: 1.5em !important; } nav { height: 3em; line-height: 3em; } nav .nav-wrapper { height: inherit; } nav .nav-wrapper .dropdown { position: relative; } nav .nav-wrapper .dropdown ul { position: absolute; color: #454545; border: 1px solid #878787; background-color: #ffffff; border-top: none; text-align: center; z-index: 99; } nav .nav-wrapper .dropdown ul li { width: 100%; height: 2em; line-height: 2em; cursor: pointer; } nav .nav-wrapper .dropdown .sort-title { position: absolute; width: 100%; left: 0; top: 1.25em; font-size: 0.7em; text-align: center; } /* * Cards */ .card.very-small { height: 200px; } .card.hoverable:hover { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19); } .card .card-image { height: 100%; } .card .card-image img { display: inline-block; height: inherit; width: auto; max-width: 10em; } .card .card-content { display: inline-block; width: 55%; } .card .card-content .card-info { width: 65%; } .card .card-content ul { display: inline-block; margin: 0; padding-right: 1em; } .card .card-content ul.titles li:after { content: ':'; } .card .card-content ul li { padding: 0.2em 0; } .card .card-action { position: relative; height: 100%; border-top: 0; } .card .card-action a { position: absolute; cursor: pointer; } .card .card-action a.edit { top: 0; left: 0.5em; } .card .card-action a.delete { bottom: 0; left: 0.5em; } .card .card-action a i { color: #777777; } /* * Popup window */ .modal { width: 28em; max-height: 80%; } .modal input { height: 1.5em; margin: 0; } .modal .liveresults { max-height: 6em; overflow-x: hidden; overflow-y: auto; } .modal .liveresults .collection-item { padding: 4px 5px; cursor: pointer; } .modal .liveresults .collection-item .secondary-content { color: inherit; } .modal .liveresults .collection-item .secondary-content i { line-height: 0.75em; } .modal .row { margin-bottom: 0; } .modal .exit-container .modal-close { margin: 0 6px; } .modal .modal-footer { padding: 0 0.75rem; } .modal .modal-footer a { width: 10em; } @media only screen and (max-width: 600px) { .modal { width: 90%; } }
0.50293
0.048137
.hen_div{ width: 100%;min-width:1000px; height: 718px; margin: 0 auto; background: url(../images/special_subject/hensheng/hensheng_ban.jpg) no-repeat center;} .hen_bg{ width: 100%; height: 1886px;background: url(../images/special_subject/hensheng/hensheng_bg1.jpg);} .hen_cneter{position: relative; z-index: 2; width: 1000px; height: 910px; margin: 0 auto; padding-top: 43px;} .hen_div2{ width: 990px; height: 292px; border-radius: 5px; border:5px solid #3d86ca; background: #edf9ff;} .hen_div3{ width: 300px; height: 51px;line-height: 46px; margin-left: 340px; color: #fff;font-size: 28px;text-align: center; font-weight: bold; background: url(../images/special_subject/hensheng/hensheng_title.jpg) no-repeat;} .hen_div4{ width: 620px; height: auto;line-height: 25px; color: #1b5689; font-size: 15px; float: left; } .hen_div5{ width: 290px; height: 170px; float: left;} .hen_img{margin-left:85px; margin-top: 24px;} .hen_div6{width: 470px; margin-left: 260px;background: url(../images/special_subject/hensheng/hensheng_title1.jpg) no-repeat;} .hen_div7{width: 660px;} .hen_img1{margin-left:70px; margin-top: 34px;} .hen_div8{ height: 282px;} .hen_div9{ height: 222px;} .hen_div10{width: 290px; margin-left: 350px;background: url(../images/special_subject/hensheng/hensheng_title2.jpg) no-repeat;} .hen_img2{margin-left:20px; margin-top: 30px; } .hen_div11{ width: 100%;min-width:1000px;position: relative; z-index: 1; height: 991px; margin-top: -15px; background: url(../images/special_subject/hensheng/hengsheng_bg.jpg) no-repeat center;} .hen_div12{ width: 1000px; padding-top: 95px; margin:0 auto; height: 625px;*height: 530px;} .hen_div13{ width:350px; margin-left: 350px; margin-bottom: 30px; height: 55px; line-height: 70px;color: #0b5a9f; font-size: 28px; font-weight: bold;text-align: center; } .hen_div13 i{display: block;} .hen_i{float: left;width: 13px;margin-top: 17px; height: 17px;background: url(../images/special_subject/hensheng/hengsheng_green.png) no-repeat;} .hen_i1{float: left;width: 66px; height: 51px;background: url(../images/special_subject/hensheng/hengsheng_blue.png) no-repeat;} .hen_i2{ width: auto;height: 55px; line-height: 70px;float: left; margin-left: 10px; } .hen_div14{width: 1000px; height: 270px; margin: 0 auto;} .hen_div15{width: 460px; margin-left: 295px; color: #fff; margin-top: 0px;} .hen_div16{width: 1000px; height: 172px; } .hen_div16 ul{width: 1000px; height: 172px; overflow: hidden;} .hen_div16 ul li{width: 235px; height: 162px; float: left;margin-top: 10px;} .section-fish { height: 630px; background: url(../images/special_subject/aboutus/a_bg.jpg); overflow: hidden; } .section3-main { width: 1000px; display: block; margin-left: auto; margin-right: auto; overflow: hidden; position: relative; z-index: 2; } .fish-content { height: 630px; position: relative; } .triangle { display: block; width: 243px; height: 301px; background: url(../images/special_subject/aboutus/a_pics.png) no-repeat -925px 0; float: left; text-align: right; margin-left: 50px; *margin-left: -58px; position: relative; z-index: 5; transition: all 1s; -webkit-transition: all 1s; } .triangle .c-icon-logo { display: block; width: 86px; height: 72px; background: url(../images/special_subject/aboutus/a_pics.png) no-repeat -772px -297px; position: absolute; left: 95px; top: 110px; } .triangle .c-oparate { font-size: 48px; line-height: 48px; color: #ffffff; font-family: arial; right: -12px; position: absolute; top: 50%; margin-top: -24px; } .triangle em { display: block; font-size: 14px; color: #ffffff; line-height: 25px; margin-right: 30px; } .triangle-fish { display: block; width: 57px; height: 90px; background: url(../images/special_subject/aboutus/a_pics.png) no-repeat -1180px -2px; position: absolute; top: 50%; margin-top: -45px; left: 0; } .fish-content.active .triangle { margin-left: -58px; } .fish-content.active .triangle1 { margin-left: 0; } .fish-content .triangle1 { margin-left: 0; } .xz-board { height: 355px; *height: 305px; padding: 25px 13px; background: #ffffff; } .board-content { width: 964px; height: 310px; overflow: hidden; } .board-content li { height: 280px; width: 225px; float: left; margin-right: 20px; } .board-content p { height: 280px; width: 225px; *height: 262px; *width: 207px; border:9px solid #e3e3e3; background: #fff; overflow: hidden; position: relative; cursor: pointer; } .board-content p em{ height: 28px; width: 207px; position: absolute; background: #000; filter:alpha(opacity=70);-moz-opacity:0.7; opacity:0.7; color: #fff; text-align: center; margin-top:234px; line-height: 28px; } .board-content img { position: absolute; height: 262px; width: 207px; } .board-content span { display: block; width: 100%; height: 44px; line-height: 44px; margin-top: 1px; font-size: 14px; color: #666666; text-align: center; background: #f5f5f5; } .board-list { width: 1480px; } .img_wall .pre-img input[type="button"], .img_wall .next-img input[type="button"] { width: 36px; height: 34px; border: none; background: url(../images/special_subject/fancybox_sprite.png) no-repeat 0 -36px; position: absolute; top: 50%; margin-top: -17px; left: 10px; opacity: 0; filter: alpha(opacity=0); cursor: pointer; transition: all 0.5s; -webkit-transition: all 0.5s; z-index: 5; } .img_wall .pre-img:hover input[type="button"], .img_wall .next-img:hover input[type="button"] { opacity: 1; filter: alpha(opacity=100); } .img_wall .next-img { float: right; } .img_wall .next-img input[type="button"] { background-position: 0 -72px; left: auto; right: 10px; } .imgwall_shadow { position: fixed; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; background: #000000; opacity: .4; filter: alpha(opacity=40); z-index: 109; display: none; } .img_wall { display: none; box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); width: 1000px; height: 680px; position: fixed; z-index: 201; } .img_wall .img_wall_close { display: block; width: 36px; height: 36px; border: none; background: url(../images/special_subject/fancybox_sprite.png) no-repeat; position: absolute; top: -18px; right: -18px; cursor: pointer; z-index: 8; opacity: 0; filter: alpha(opacity=0); transition: all 0.5s; -webkit-transition: all 0.5s; } .img_wall:hover .img_wall_close { opacity: 1; filter: alpha(opacity=100); } .img_wall img { transition: all 0.5s; -webkit-transition: all 0.5s; position: absolute; left: 0; top: 0; z-index: 2; } .img_wall img.last-img { z-index: 1; } .img_wall .pre-img, .img_wall .next-img { width: 49%; height: 100%; background: #ffffff; background: rgba(0, 0, 0, 0); filter: alpha(opacity=1); cursor: pointer; z-index: 4; float: left; position: relative; z-index: 3; }
Public/static/website/style/hensheng.css
.hen_div{ width: 100%;min-width:1000px; height: 718px; margin: 0 auto; background: url(../images/special_subject/hensheng/hensheng_ban.jpg) no-repeat center;} .hen_bg{ width: 100%; height: 1886px;background: url(../images/special_subject/hensheng/hensheng_bg1.jpg);} .hen_cneter{position: relative; z-index: 2; width: 1000px; height: 910px; margin: 0 auto; padding-top: 43px;} .hen_div2{ width: 990px; height: 292px; border-radius: 5px; border:5px solid #3d86ca; background: #edf9ff;} .hen_div3{ width: 300px; height: 51px;line-height: 46px; margin-left: 340px; color: #fff;font-size: 28px;text-align: center; font-weight: bold; background: url(../images/special_subject/hensheng/hensheng_title.jpg) no-repeat;} .hen_div4{ width: 620px; height: auto;line-height: 25px; color: #1b5689; font-size: 15px; float: left; } .hen_div5{ width: 290px; height: 170px; float: left;} .hen_img{margin-left:85px; margin-top: 24px;} .hen_div6{width: 470px; margin-left: 260px;background: url(../images/special_subject/hensheng/hensheng_title1.jpg) no-repeat;} .hen_div7{width: 660px;} .hen_img1{margin-left:70px; margin-top: 34px;} .hen_div8{ height: 282px;} .hen_div9{ height: 222px;} .hen_div10{width: 290px; margin-left: 350px;background: url(../images/special_subject/hensheng/hensheng_title2.jpg) no-repeat;} .hen_img2{margin-left:20px; margin-top: 30px; } .hen_div11{ width: 100%;min-width:1000px;position: relative; z-index: 1; height: 991px; margin-top: -15px; background: url(../images/special_subject/hensheng/hengsheng_bg.jpg) no-repeat center;} .hen_div12{ width: 1000px; padding-top: 95px; margin:0 auto; height: 625px;*height: 530px;} .hen_div13{ width:350px; margin-left: 350px; margin-bottom: 30px; height: 55px; line-height: 70px;color: #0b5a9f; font-size: 28px; font-weight: bold;text-align: center; } .hen_div13 i{display: block;} .hen_i{float: left;width: 13px;margin-top: 17px; height: 17px;background: url(../images/special_subject/hensheng/hengsheng_green.png) no-repeat;} .hen_i1{float: left;width: 66px; height: 51px;background: url(../images/special_subject/hensheng/hengsheng_blue.png) no-repeat;} .hen_i2{ width: auto;height: 55px; line-height: 70px;float: left; margin-left: 10px; } .hen_div14{width: 1000px; height: 270px; margin: 0 auto;} .hen_div15{width: 460px; margin-left: 295px; color: #fff; margin-top: 0px;} .hen_div16{width: 1000px; height: 172px; } .hen_div16 ul{width: 1000px; height: 172px; overflow: hidden;} .hen_div16 ul li{width: 235px; height: 162px; float: left;margin-top: 10px;} .section-fish { height: 630px; background: url(../images/special_subject/aboutus/a_bg.jpg); overflow: hidden; } .section3-main { width: 1000px; display: block; margin-left: auto; margin-right: auto; overflow: hidden; position: relative; z-index: 2; } .fish-content { height: 630px; position: relative; } .triangle { display: block; width: 243px; height: 301px; background: url(../images/special_subject/aboutus/a_pics.png) no-repeat -925px 0; float: left; text-align: right; margin-left: 50px; *margin-left: -58px; position: relative; z-index: 5; transition: all 1s; -webkit-transition: all 1s; } .triangle .c-icon-logo { display: block; width: 86px; height: 72px; background: url(../images/special_subject/aboutus/a_pics.png) no-repeat -772px -297px; position: absolute; left: 95px; top: 110px; } .triangle .c-oparate { font-size: 48px; line-height: 48px; color: #ffffff; font-family: arial; right: -12px; position: absolute; top: 50%; margin-top: -24px; } .triangle em { display: block; font-size: 14px; color: #ffffff; line-height: 25px; margin-right: 30px; } .triangle-fish { display: block; width: 57px; height: 90px; background: url(../images/special_subject/aboutus/a_pics.png) no-repeat -1180px -2px; position: absolute; top: 50%; margin-top: -45px; left: 0; } .fish-content.active .triangle { margin-left: -58px; } .fish-content.active .triangle1 { margin-left: 0; } .fish-content .triangle1 { margin-left: 0; } .xz-board { height: 355px; *height: 305px; padding: 25px 13px; background: #ffffff; } .board-content { width: 964px; height: 310px; overflow: hidden; } .board-content li { height: 280px; width: 225px; float: left; margin-right: 20px; } .board-content p { height: 280px; width: 225px; *height: 262px; *width: 207px; border:9px solid #e3e3e3; background: #fff; overflow: hidden; position: relative; cursor: pointer; } .board-content p em{ height: 28px; width: 207px; position: absolute; background: #000; filter:alpha(opacity=70);-moz-opacity:0.7; opacity:0.7; color: #fff; text-align: center; margin-top:234px; line-height: 28px; } .board-content img { position: absolute; height: 262px; width: 207px; } .board-content span { display: block; width: 100%; height: 44px; line-height: 44px; margin-top: 1px; font-size: 14px; color: #666666; text-align: center; background: #f5f5f5; } .board-list { width: 1480px; } .img_wall .pre-img input[type="button"], .img_wall .next-img input[type="button"] { width: 36px; height: 34px; border: none; background: url(../images/special_subject/fancybox_sprite.png) no-repeat 0 -36px; position: absolute; top: 50%; margin-top: -17px; left: 10px; opacity: 0; filter: alpha(opacity=0); cursor: pointer; transition: all 0.5s; -webkit-transition: all 0.5s; z-index: 5; } .img_wall .pre-img:hover input[type="button"], .img_wall .next-img:hover input[type="button"] { opacity: 1; filter: alpha(opacity=100); } .img_wall .next-img { float: right; } .img_wall .next-img input[type="button"] { background-position: 0 -72px; left: auto; right: 10px; } .imgwall_shadow { position: fixed; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; background: #000000; opacity: .4; filter: alpha(opacity=40); z-index: 109; display: none; } .img_wall { display: none; box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); width: 1000px; height: 680px; position: fixed; z-index: 201; } .img_wall .img_wall_close { display: block; width: 36px; height: 36px; border: none; background: url(../images/special_subject/fancybox_sprite.png) no-repeat; position: absolute; top: -18px; right: -18px; cursor: pointer; z-index: 8; opacity: 0; filter: alpha(opacity=0); transition: all 0.5s; -webkit-transition: all 0.5s; } .img_wall:hover .img_wall_close { opacity: 1; filter: alpha(opacity=100); } .img_wall img { transition: all 0.5s; -webkit-transition: all 0.5s; position: absolute; left: 0; top: 0; z-index: 2; } .img_wall img.last-img { z-index: 1; } .img_wall .pre-img, .img_wall .next-img { width: 49%; height: 100%; background: #ffffff; background: rgba(0, 0, 0, 0); filter: alpha(opacity=1); cursor: pointer; z-index: 4; float: left; position: relative; z-index: 3; }
0.317003
0.144239
.artist-img-td { width: 200px !important; } .artist-img { width: 120px !important; display: block !important; margin: 2px !important; } .artist-img-big { width: 300px !important; display: block !important; margin: 2px !important; } .ui-widget-content div a.ui-link.ui-widget.artist-link { color: #fff; margin: 5px; } .ui-widget-content div .ui-commandlink.ui-widget.artist-link-cancel { color: #A92323; } .ui-widget-content div .ui-commandlink.ui-widget.artist-link-edit { color: #0C0569; } .artist-table { border-color: #EAEAEA !important; min-width: 120px !important; max-width: 120px !important; } .ui-panelgrid td.ui-panelgrid-cell { padding: 0px; height: 2em; position: relative; } .ui-datascroller li.ui-datascroller-item:hover { background-color: #d2ecff; } .ui-datepicker { position: absolute; margin-top: 0px; top: 80px; right: 30px; } .ui-panelgrid { margin: 0 auto; } .ui-widget-header, .ui-datepicker .ui-datepicker-header { background: #ececec; } h1, h2, h3, h4, .h1, .h2, .h3, .h4 { margin-left: 30px; } .jumbotron { background-image: url("http://www.theboredroom.net/wp-content/uploads/2015/03/music_live_concert_desktop.jpg"); background-position: center center; background-size: cover; background-repeat: no-repeat; margin: 0; color: #EAEAEA; height: 400px; } .jumbotron h1 { margin-top: 50px; } .navbar-inverse { border: none; border-radius: 0; background-image: none; } .ui-autocomplete.form-control { padding: 0px; margin: 0px; border-radius: 0px; border: none; } .ui-corner-all { border-radius: 0px; -webkit-border-radius: 0px; } td.ui-panelgrid-cell.ui-widget-header { border-width: 0; } div.ui-autocomplete-panel.ui-widget-content.ui-corner-all { padding: 0px; margin-top: 20px; } .form-control { background-color: transparent !important; border: none !important; border-width: 0px !important; padding: 8px 10px 0px 0px !important; } .btn { border-radius: 0px !important; padding: 4px 18px !important; margin-left: 2px !important; } .div-login-panel { padding: 50px; }
UFO.Web/web/resources/css/ufo/ufo-base-style.css
.artist-img-td { width: 200px !important; } .artist-img { width: 120px !important; display: block !important; margin: 2px !important; } .artist-img-big { width: 300px !important; display: block !important; margin: 2px !important; } .ui-widget-content div a.ui-link.ui-widget.artist-link { color: #fff; margin: 5px; } .ui-widget-content div .ui-commandlink.ui-widget.artist-link-cancel { color: #A92323; } .ui-widget-content div .ui-commandlink.ui-widget.artist-link-edit { color: #0C0569; } .artist-table { border-color: #EAEAEA !important; min-width: 120px !important; max-width: 120px !important; } .ui-panelgrid td.ui-panelgrid-cell { padding: 0px; height: 2em; position: relative; } .ui-datascroller li.ui-datascroller-item:hover { background-color: #d2ecff; } .ui-datepicker { position: absolute; margin-top: 0px; top: 80px; right: 30px; } .ui-panelgrid { margin: 0 auto; } .ui-widget-header, .ui-datepicker .ui-datepicker-header { background: #ececec; } h1, h2, h3, h4, .h1, .h2, .h3, .h4 { margin-left: 30px; } .jumbotron { background-image: url("http://www.theboredroom.net/wp-content/uploads/2015/03/music_live_concert_desktop.jpg"); background-position: center center; background-size: cover; background-repeat: no-repeat; margin: 0; color: #EAEAEA; height: 400px; } .jumbotron h1 { margin-top: 50px; } .navbar-inverse { border: none; border-radius: 0; background-image: none; } .ui-autocomplete.form-control { padding: 0px; margin: 0px; border-radius: 0px; border: none; } .ui-corner-all { border-radius: 0px; -webkit-border-radius: 0px; } td.ui-panelgrid-cell.ui-widget-header { border-width: 0; } div.ui-autocomplete-panel.ui-widget-content.ui-corner-all { padding: 0px; margin-top: 20px; } .form-control { background-color: transparent !important; border: none !important; border-width: 0px !important; padding: 8px 10px 0px 0px !important; } .btn { border-radius: 0px !important; padding: 4px 18px !important; margin-left: 2px !important; } .div-login-panel { padding: 50px; }
0.33644
0.173183
* Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ /* You can override the default Infima variables here. */ :root { --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: rgb(33, 175, 144); --ifm-color-primary-darker: rgb(31, 165, 136); --ifm-color-primary-darkest: rgb(26, 136, 112); --ifm-color-primary-light: rgb(70, 203, 174); --ifm-color-primary-lighter: rgb(102, 212, 189); --ifm-color-primary-lightest: rgb(146, 224, 208); --ifm-code-font-size: 95%; } .docusaurus-highlight-code-line { background-color: rgb(72, 77, 91); display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } /* about */ .about-header { text-decoration: underline; } .parent { display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(5, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; } .div1 { grid-area: 1 / 2 / 2 / 5; display: flex; justify-content: center; font-size: 30px; margin-top: 9%; } .div2 { grid-area: 2 / 2 / 4 / 3; /* padding-bottom: 20px; */ } .div3 { grid-area: 2 / 4 / 4 / 5; /* padding-bottom: 20px; */ /* background-color: lawngreen; */ } .div4 { grid-area: 4 / 2 / 6 / 5; display: flex; justify-content: center; align-content: center; padding-top: 10px; font-size: 20px; border-radius: 10px; color: white; /* background-color: black; */ } .div4 .tech { padding-top: 2%; height: 30%; color: white; background-color: inherit; } .about-container { display: flex; justify-content: center; /* height: 100vh; */ font-size: 30px; margin-top: 2%; } .about-container h1 { color: black; background-color: white; } /* .about-img { width: 500px; display: flex; justify-content: center; } */ .daniel-img { border-radius: 100%; } .mo-img { border-radius: 100%; } .dev-name { display: flex; justify-content: center; margin-top: 10px; color: black; background-color: white; border-radius: 10%; } .links a { /* background-color: black; */ padding: 10px; cursor: hand; } html[data-theme="dark"] .navbar__logo { filter: invert(100%); }
src/css/custom.css
* Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ /* You can override the default Infima variables here. */ :root { --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: rgb(33, 175, 144); --ifm-color-primary-darker: rgb(31, 165, 136); --ifm-color-primary-darkest: rgb(26, 136, 112); --ifm-color-primary-light: rgb(70, 203, 174); --ifm-color-primary-lighter: rgb(102, 212, 189); --ifm-color-primary-lightest: rgb(146, 224, 208); --ifm-code-font-size: 95%; } .docusaurus-highlight-code-line { background-color: rgb(72, 77, 91); display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } /* about */ .about-header { text-decoration: underline; } .parent { display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(5, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; } .div1 { grid-area: 1 / 2 / 2 / 5; display: flex; justify-content: center; font-size: 30px; margin-top: 9%; } .div2 { grid-area: 2 / 2 / 4 / 3; /* padding-bottom: 20px; */ } .div3 { grid-area: 2 / 4 / 4 / 5; /* padding-bottom: 20px; */ /* background-color: lawngreen; */ } .div4 { grid-area: 4 / 2 / 6 / 5; display: flex; justify-content: center; align-content: center; padding-top: 10px; font-size: 20px; border-radius: 10px; color: white; /* background-color: black; */ } .div4 .tech { padding-top: 2%; height: 30%; color: white; background-color: inherit; } .about-container { display: flex; justify-content: center; /* height: 100vh; */ font-size: 30px; margin-top: 2%; } .about-container h1 { color: black; background-color: white; } /* .about-img { width: 500px; display: flex; justify-content: center; } */ .daniel-img { border-radius: 100%; } .mo-img { border-radius: 100%; } .dev-name { display: flex; justify-content: center; margin-top: 10px; color: black; background-color: white; border-radius: 10%; } .links a { /* background-color: black; */ padding: 10px; cursor: hand; } html[data-theme="dark"] .navbar__logo { filter: invert(100%); }
0.427755
0.071689
:root{ --green-color: #7ACC2D; --white-color: white; --black-color: #313337; /* TIPOGRAFÍA*/ --space: 10px; /* ESPACIADO*/ --normal: 12px; /* BOX SHADOW*/ --box: 0px 0 2px 1px #e6e5e9; } /* VARIABLEEEEEEEES*/ html,body{ padding: 0px; margin: 0px; font-size: 12px; font-family: Helvetica; } nav{ background-color: var(--green-color); padding: var(--space); font-size: var(--normal); font-family: Helvetica; color: var(--white-color); justify-content: space-between; display: flex; align-items: center; } label{ font-size: 12px; } nav ul{ display: flex; } nav ul li{ padding-left: var(--space); list-style: none; } nav ul li a{ color: var(--black-color); text-decoration: none; } nav ul li a:hover{ color: var(--white-color); } /* ------------------ MAIN SECTION */ .main_section{ padding: 15%; text-align: center; } .products{ background-image: url("../images/curve.png"); height: 95px; background-size: cover; background-position: center top; background-repeat: no-repeat; padding: 15%; display: flex; } .product{ padding: 20px; margin-top: -226px; } .content{ background: var(--white-color); padding: 20px; border-radius: 3px; box-shadow: var(--box); } .image_product{ text-align: center; } .main_button{ background-color: var(--green-color); width: 100%; padding: var(--space); font-size: var(--normal); color: var(--white-color); border: 0; cursor: pointer; border-radius: 2px; } .main_button:hover{ background-color: #5e9e22; } /* TAREAAAAAAAAAAAAAAAAAAAAAA*/ .productosxd{ padding: 10%; display: flex; margin-bottom: 100px; } .contenidoxd{ padding: 20px; text-align: center; } .contenido_fotoxd { max-height: 100px; } .text_beneficio{ text-align: justify; } .menciones{ text-align: center; } /* AQUÍ ESTÁ EL FINAAAAAAAAAAL */ .mentions{ display: flex; padding: 5%; } .mention img{ width: 100%; } h1.mentions_title{ text-align: center; } .mention{ padding: var(--space); } .content_mention{ box-shadow: 0px 0 2px 1px #e6e5e9; } .mention .text{ padding: var(--space); } .modulo_pago{ background-color: var(--white-color); box-shadow: var(--box); padding: 10px; } .modulo_pago_images{ max-width: 150px; width: 100%; text-align: center; margin: auto; } .data{ margin-top: var(--space); width: 100%; padding: 5px; height: 35px; border-radius: 2px; border: 1px solid var(--black-color); box-sizing: border-box; } .modulo_pago .main_button{ margin-top: 10px; } footer{ padding: 2px; background-color: var(--black-color); } .option{ color: var(--white-color); font-size: 15px; display: flex; justify-content: space-between; padding-right: 10px; } .option:hover{ color: var(--green-color); } .option a{ color: var(--white-color); text-decoration: none; } .option a:hover{ color: var(--green-color); }
css/estilos.css
:root{ --green-color: #7ACC2D; --white-color: white; --black-color: #313337; /* TIPOGRAFÍA*/ --space: 10px; /* ESPACIADO*/ --normal: 12px; /* BOX SHADOW*/ --box: 0px 0 2px 1px #e6e5e9; } /* VARIABLEEEEEEEES*/ html,body{ padding: 0px; margin: 0px; font-size: 12px; font-family: Helvetica; } nav{ background-color: var(--green-color); padding: var(--space); font-size: var(--normal); font-family: Helvetica; color: var(--white-color); justify-content: space-between; display: flex; align-items: center; } label{ font-size: 12px; } nav ul{ display: flex; } nav ul li{ padding-left: var(--space); list-style: none; } nav ul li a{ color: var(--black-color); text-decoration: none; } nav ul li a:hover{ color: var(--white-color); } /* ------------------ MAIN SECTION */ .main_section{ padding: 15%; text-align: center; } .products{ background-image: url("../images/curve.png"); height: 95px; background-size: cover; background-position: center top; background-repeat: no-repeat; padding: 15%; display: flex; } .product{ padding: 20px; margin-top: -226px; } .content{ background: var(--white-color); padding: 20px; border-radius: 3px; box-shadow: var(--box); } .image_product{ text-align: center; } .main_button{ background-color: var(--green-color); width: 100%; padding: var(--space); font-size: var(--normal); color: var(--white-color); border: 0; cursor: pointer; border-radius: 2px; } .main_button:hover{ background-color: #5e9e22; } /* TAREAAAAAAAAAAAAAAAAAAAAAA*/ .productosxd{ padding: 10%; display: flex; margin-bottom: 100px; } .contenidoxd{ padding: 20px; text-align: center; } .contenido_fotoxd { max-height: 100px; } .text_beneficio{ text-align: justify; } .menciones{ text-align: center; } /* AQUÍ ESTÁ EL FINAAAAAAAAAAL */ .mentions{ display: flex; padding: 5%; } .mention img{ width: 100%; } h1.mentions_title{ text-align: center; } .mention{ padding: var(--space); } .content_mention{ box-shadow: 0px 0 2px 1px #e6e5e9; } .mention .text{ padding: var(--space); } .modulo_pago{ background-color: var(--white-color); box-shadow: var(--box); padding: 10px; } .modulo_pago_images{ max-width: 150px; width: 100%; text-align: center; margin: auto; } .data{ margin-top: var(--space); width: 100%; padding: 5px; height: 35px; border-radius: 2px; border: 1px solid var(--black-color); box-sizing: border-box; } .modulo_pago .main_button{ margin-top: 10px; } footer{ padding: 2px; background-color: var(--black-color); } .option{ color: var(--white-color); font-size: 15px; display: flex; justify-content: space-between; padding-right: 10px; } .option:hover{ color: var(--green-color); } .option a{ color: var(--white-color); text-decoration: none; } .option a:hover{ color: var(--green-color); }
0.327776
0.1011
html, body { padding: 0; margin: 0; height:100%; } body { background-image: url("https://htmlcolorcodes.com/assets/images/colors/black-color-solid-background-1920x1080.png"); } .contact { background-image: url("https://htmlcolorcodes.com/assets/images/colors/white-color-solid-background-1920x1080.png"); } #start{ width: 80%; Height: 130%; background-color: #CC241F; margin-left: 10%; display: inline-flex; color: white; font-family: 'Comfortaa', cursive; } .startlinks{ width: 70%; Height: 100%; background-color: #E3CA27; text-align: center; } .start3{ margin-left: 20px; text-align: center; } #start h4{ text-align: center; } #picture1 { height: 150px; width: 275px; } #picture2 { height: 300px; width: 275px; } .center { display: block; margin-left: auto; margin-right: auto; } .Ccontainer { width: 100%; Height: 100%; background-color: white; } #grid { display: grid; grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%; grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%; height: 978px; } #grid h1{ color: black; text-align: center; } .image1 { grid-column-start: 2; grid-column-end: 10; grid-row-start: 2; grid-row-end: 10; padding-left: 15px; height: 200px; } .image2 { grid-column-start: 2; grid-column-end: 10; grid-row-start: 6; grid-row-end: 10; height: 220px; } .ch1 { grid-column-start: 4; grid-column-end: 8; grid-row-start: 6; grid-row-end: 8; padding-top: 50px; } .ch12 { grid-column-start: 4; grid-column-end: 8; grid-row-start: 2; grid-row-end: 3; padding-top: 45px; } .ch13 { grid-column-start: 4; grid-column-end: 8; grid-row-start: 1; grid-row-end: 2; padding-top: 50px; } .Ironh1{ color: rgb(243, 194, 0); } .Iron1{ color: #CC241F; } #Iron p{ color:rgb(243, 194, 0); } .container{ width: 80%; Height: 85%; background-color: #CC241F; margin-left: 10%; align-items: center; display: inline-flex; } .Ironlinks{ width: 46%; Height: 100%; background-color: #CC241F; } .IronRechts{ width: 54%; Height: 100%; background-color: rgb(243, 194, 0); } .Iron1{ color: #CC241F; } #Iron h2{ color: #CC241F; margin-left: 3%; font-size: 28px; } #Iron h3{ color: #CC241F; } .lokilinks{ width: 46%; Height: 100%; background-color: green; } .lokiRechts{ width: 54%; Height: 100%; background-color: goldenrod; color: green; } .lokih1{ color: goldenrod; } #loki p{ color: goldenrod; } .loki1{ color: green; } .caplinks{ width: 46%; Height: 100%; background-color: #000d58fa; } .capRechts{ width: 54%; Height: 100%; background-color: rgb(167, 14, 9); } #cap { color: silver; } #content { width: 10%; Height: 100%; background-color: #E3CA27; padding-left: 70%; } .eyelinks{ width: 46%; Height: 100%; background-color: goldenrod; } .eyeRechts{ width: 54%; Height: 100%; background-color: green; } .testbutton { font-family: arial; color: #000000 !important; font-size: 14px; text-shadow: 0px 0px 0px #FFFFFF; box-shadow: 2px 2px 5px #000000; padding: 10px 15px; border-radius: 0px; border: 2px solid #000000; background: #D4BA15; background: linear-gradient(to top, rgb(243, 194, 0), #CF0C0C); } .testbutton:hover { color: #000000 !important; background: #CFCFCF; } .lbutton { font-family: arial; color: #000000 !important; font-size: 14px; text-shadow: 0px 0px 0px #FFE8E8; box-shadow: 2px 2px 5px #000000; padding: 10px 15px; border-radius: 0px; border: 2px solid #000000; background: #D0D636; background: linear-gradient(to top, #D0D636, #258C1D); } .lbutton:hover { color: #000000 !important; background: #FFFFFF; } .Cbutton { font-family: arial; color: silver !important; font-size: 14px; text-shadow: 0px 0px 0px #FFFFFF; box-shadow: 2px 2px 5px #000000; padding: 10px 15px; border-radius: 0px; border: 2px solid #000000; background: #D4BA15; background: linear-gradient(to top, #000d58fa, rgb(167, 14, 9)); } .Cbutton:hover { color: #000000 !important; background: #CFCFCF; } .Ebutton { font-family: arial; color: #000000 !important; font-size: 14px; text-shadow: 0px 0px 0px #FFFFFF; box-shadow: 2px 2px 5px #000000; padding: 10px 15px; border-radius: 0px; border: 2px solid #000000; background: #D4BA15; background: linear-gradient(to top, green, goldenrod); } .Ebutton:hover { color: #000000 !important; background: #CFCFCF; } #menu { background: linear-gradient(to bottom, #CC241F, #E3CA27); color: #FFF; height: 75px; width: 80%; margin-left: 10%; /* dit stuk heb ik gekopieerd uitleg: gradient background betekend in elkaar overlopend in dit geval rood loopt over in geel, color is kleur tekst, hoogte menu is 75pixels, breedte 80% van de pagina, er zit een marge aan de linker kant van 10% van de pagina */ } #menu ul, #menu li { margin: 0 auto; padding: 0; list-style: none; /* dit stuk heb ik gekopieerd uitleg: margin tussen de in de lijst staande dingen is 0px, de padding is ook 0px, er is geen list style dus er komen geen puntjes voor elk menu */ } #menu ul { width: 100%; margin-left: 30%; /* dit stuk heb ik gekopieerd uitleg: breedte en margin left spreken voorzich */ } #menu li { float: left; display: inline; position: relative; /* dit stuk heb ik gekopieerd uitleg: float brengt de menus naar links totaan de margin van 30%, display inline laat het mogelijk zijn om tekst in de menus te laten zien, de position zet hem op de plek naast de margin ook wel de statische plek genoemd */ } #menu a { display: block; line-height: 69px; padding: 0 14px; text-decoration: none; color: white; font-size: 16px; /* dit stuk heb ik gekopieerd uitleg: display block betekend op een bepaalde regel zo vermogelijk naar de rechtekant na de margin todat hij bij het einde is van de totale width, lijn heigth laat de totale hoogte zien van de lijn (het menu van bijv: contact us) waarin de teksts kan staan, text decoration none zorgt ervoor dat er geen lijnen onder de tekst van een menutje staan, kleur en font size van de text is dus wit en 16px hoog */ } #menu a.dropdown-arrow:after { content: "\25BE"; margin-left: 5px; /* dit stuk heb ik gekopieerd uitleg: content laat me sub-menus eronder toevoegen en door de links naar de andere html pagina's gaan nadat er op wordt geklikt, de submenus staan 5 pixels opzij door de margin left */ } #menu li a:hover { color: #0099CC; background: #F2F2F2; /* dit stuk heb ik gekopieerd uitleg: als je over een van de menus heen gaat met je muis veranderd de tekst van kleur namelijk blauw, achtergrond van het desbetreffende veranderd dan in het wit */ } #menu input { display: none; margin: 0; padding: 0; height: 75px; width: 100%; opacity: 0; cursor: pointer /* dit stuk heb ik gekopieerd uitleg: er is hier geen bepaalde display, margin totaan width spreekt voorzich, opacity geeft het de mogelijkheid om doorzichtig te zijn, cursor laat je muis veranderen in een handje met een wijsvinger omhoog */ } #menu ul.sub-menus{ height: auto; overflow: hidden; width: 170px; background: #444444; position: absolute; display: none; /* dit stuk heb ik gekopieerd uitleg: sub-menu's zijn de menus die tevoorschijn komen als je muis op het menu erboven staat, height past hij automatisch aan aan het menu boven hem. de overflow hidden zorgt ervoor dat alle tekst die te lang is niet getoond wordt, width is hoe breed het submenu is background is de kleur van achtergrond, position absolute betekend dat het sub menu recht onder de parent gaat staan in dit geval dus onder dat menu, display none laat hem ozichtbaar zijn todat je met je muis op het debetreffende menu gaat staan */ } #menu ul.sub-menus li { display: block; width: 100%; /* dit stuk heb ik gekopieerd uitleg: de sub-menu's staan onder elkaar door display block dit betekend op een bepaalde rij zo vermogelijk van links naar rechts tot einde van de width dus niet verder als de groote van het menutje zelf */ } #menu ul.sub-menus a { color: #FFFFFF; font-size: 18px; /* dit stuk heb ik gekopieerd uitleg: de kleur en grotte van de tekst in de sub-menu's*/ } #menu li:hover ul.sub-menus { display: block /* dit stuk heb ik gekopieerd uitleg: de display laat zien waar de sub-menus moeten staan in dit geval block betekend dat het op een nieuwe regel begint */ } #menu ul.sub-menus a:hover{ background: #F2F2F2; color: #444444; /* dit stuk heb ik gekopieerd uitleg: wat hier word bedoeld is dat wanneer je over één van de sub menus heen gaat de achtergrondkleur en de kleur van de tekst veranderen */ }
PO/css/vormgeving.css
html, body { padding: 0; margin: 0; height:100%; } body { background-image: url("https://htmlcolorcodes.com/assets/images/colors/black-color-solid-background-1920x1080.png"); } .contact { background-image: url("https://htmlcolorcodes.com/assets/images/colors/white-color-solid-background-1920x1080.png"); } #start{ width: 80%; Height: 130%; background-color: #CC241F; margin-left: 10%; display: inline-flex; color: white; font-family: 'Comfortaa', cursive; } .startlinks{ width: 70%; Height: 100%; background-color: #E3CA27; text-align: center; } .start3{ margin-left: 20px; text-align: center; } #start h4{ text-align: center; } #picture1 { height: 150px; width: 275px; } #picture2 { height: 300px; width: 275px; } .center { display: block; margin-left: auto; margin-right: auto; } .Ccontainer { width: 100%; Height: 100%; background-color: white; } #grid { display: grid; grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%; grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%; height: 978px; } #grid h1{ color: black; text-align: center; } .image1 { grid-column-start: 2; grid-column-end: 10; grid-row-start: 2; grid-row-end: 10; padding-left: 15px; height: 200px; } .image2 { grid-column-start: 2; grid-column-end: 10; grid-row-start: 6; grid-row-end: 10; height: 220px; } .ch1 { grid-column-start: 4; grid-column-end: 8; grid-row-start: 6; grid-row-end: 8; padding-top: 50px; } .ch12 { grid-column-start: 4; grid-column-end: 8; grid-row-start: 2; grid-row-end: 3; padding-top: 45px; } .ch13 { grid-column-start: 4; grid-column-end: 8; grid-row-start: 1; grid-row-end: 2; padding-top: 50px; } .Ironh1{ color: rgb(243, 194, 0); } .Iron1{ color: #CC241F; } #Iron p{ color:rgb(243, 194, 0); } .container{ width: 80%; Height: 85%; background-color: #CC241F; margin-left: 10%; align-items: center; display: inline-flex; } .Ironlinks{ width: 46%; Height: 100%; background-color: #CC241F; } .IronRechts{ width: 54%; Height: 100%; background-color: rgb(243, 194, 0); } .Iron1{ color: #CC241F; } #Iron h2{ color: #CC241F; margin-left: 3%; font-size: 28px; } #Iron h3{ color: #CC241F; } .lokilinks{ width: 46%; Height: 100%; background-color: green; } .lokiRechts{ width: 54%; Height: 100%; background-color: goldenrod; color: green; } .lokih1{ color: goldenrod; } #loki p{ color: goldenrod; } .loki1{ color: green; } .caplinks{ width: 46%; Height: 100%; background-color: #000d58fa; } .capRechts{ width: 54%; Height: 100%; background-color: rgb(167, 14, 9); } #cap { color: silver; } #content { width: 10%; Height: 100%; background-color: #E3CA27; padding-left: 70%; } .eyelinks{ width: 46%; Height: 100%; background-color: goldenrod; } .eyeRechts{ width: 54%; Height: 100%; background-color: green; } .testbutton { font-family: arial; color: #000000 !important; font-size: 14px; text-shadow: 0px 0px 0px #FFFFFF; box-shadow: 2px 2px 5px #000000; padding: 10px 15px; border-radius: 0px; border: 2px solid #000000; background: #D4BA15; background: linear-gradient(to top, rgb(243, 194, 0), #CF0C0C); } .testbutton:hover { color: #000000 !important; background: #CFCFCF; } .lbutton { font-family: arial; color: #000000 !important; font-size: 14px; text-shadow: 0px 0px 0px #FFE8E8; box-shadow: 2px 2px 5px #000000; padding: 10px 15px; border-radius: 0px; border: 2px solid #000000; background: #D0D636; background: linear-gradient(to top, #D0D636, #258C1D); } .lbutton:hover { color: #000000 !important; background: #FFFFFF; } .Cbutton { font-family: arial; color: silver !important; font-size: 14px; text-shadow: 0px 0px 0px #FFFFFF; box-shadow: 2px 2px 5px #000000; padding: 10px 15px; border-radius: 0px; border: 2px solid #000000; background: #D4BA15; background: linear-gradient(to top, #000d58fa, rgb(167, 14, 9)); } .Cbutton:hover { color: #000000 !important; background: #CFCFCF; } .Ebutton { font-family: arial; color: #000000 !important; font-size: 14px; text-shadow: 0px 0px 0px #FFFFFF; box-shadow: 2px 2px 5px #000000; padding: 10px 15px; border-radius: 0px; border: 2px solid #000000; background: #D4BA15; background: linear-gradient(to top, green, goldenrod); } .Ebutton:hover { color: #000000 !important; background: #CFCFCF; } #menu { background: linear-gradient(to bottom, #CC241F, #E3CA27); color: #FFF; height: 75px; width: 80%; margin-left: 10%; /* dit stuk heb ik gekopieerd uitleg: gradient background betekend in elkaar overlopend in dit geval rood loopt over in geel, color is kleur tekst, hoogte menu is 75pixels, breedte 80% van de pagina, er zit een marge aan de linker kant van 10% van de pagina */ } #menu ul, #menu li { margin: 0 auto; padding: 0; list-style: none; /* dit stuk heb ik gekopieerd uitleg: margin tussen de in de lijst staande dingen is 0px, de padding is ook 0px, er is geen list style dus er komen geen puntjes voor elk menu */ } #menu ul { width: 100%; margin-left: 30%; /* dit stuk heb ik gekopieerd uitleg: breedte en margin left spreken voorzich */ } #menu li { float: left; display: inline; position: relative; /* dit stuk heb ik gekopieerd uitleg: float brengt de menus naar links totaan de margin van 30%, display inline laat het mogelijk zijn om tekst in de menus te laten zien, de position zet hem op de plek naast de margin ook wel de statische plek genoemd */ } #menu a { display: block; line-height: 69px; padding: 0 14px; text-decoration: none; color: white; font-size: 16px; /* dit stuk heb ik gekopieerd uitleg: display block betekend op een bepaalde regel zo vermogelijk naar de rechtekant na de margin todat hij bij het einde is van de totale width, lijn heigth laat de totale hoogte zien van de lijn (het menu van bijv: contact us) waarin de teksts kan staan, text decoration none zorgt ervoor dat er geen lijnen onder de tekst van een menutje staan, kleur en font size van de text is dus wit en 16px hoog */ } #menu a.dropdown-arrow:after { content: "\25BE"; margin-left: 5px; /* dit stuk heb ik gekopieerd uitleg: content laat me sub-menus eronder toevoegen en door de links naar de andere html pagina's gaan nadat er op wordt geklikt, de submenus staan 5 pixels opzij door de margin left */ } #menu li a:hover { color: #0099CC; background: #F2F2F2; /* dit stuk heb ik gekopieerd uitleg: als je over een van de menus heen gaat met je muis veranderd de tekst van kleur namelijk blauw, achtergrond van het desbetreffende veranderd dan in het wit */ } #menu input { display: none; margin: 0; padding: 0; height: 75px; width: 100%; opacity: 0; cursor: pointer /* dit stuk heb ik gekopieerd uitleg: er is hier geen bepaalde display, margin totaan width spreekt voorzich, opacity geeft het de mogelijkheid om doorzichtig te zijn, cursor laat je muis veranderen in een handje met een wijsvinger omhoog */ } #menu ul.sub-menus{ height: auto; overflow: hidden; width: 170px; background: #444444; position: absolute; display: none; /* dit stuk heb ik gekopieerd uitleg: sub-menu's zijn de menus die tevoorschijn komen als je muis op het menu erboven staat, height past hij automatisch aan aan het menu boven hem. de overflow hidden zorgt ervoor dat alle tekst die te lang is niet getoond wordt, width is hoe breed het submenu is background is de kleur van achtergrond, position absolute betekend dat het sub menu recht onder de parent gaat staan in dit geval dus onder dat menu, display none laat hem ozichtbaar zijn todat je met je muis op het debetreffende menu gaat staan */ } #menu ul.sub-menus li { display: block; width: 100%; /* dit stuk heb ik gekopieerd uitleg: de sub-menu's staan onder elkaar door display block dit betekend op een bepaalde rij zo vermogelijk van links naar rechts tot einde van de width dus niet verder als de groote van het menutje zelf */ } #menu ul.sub-menus a { color: #FFFFFF; font-size: 18px; /* dit stuk heb ik gekopieerd uitleg: de kleur en grotte van de tekst in de sub-menu's*/ } #menu li:hover ul.sub-menus { display: block /* dit stuk heb ik gekopieerd uitleg: de display laat zien waar de sub-menus moeten staan in dit geval block betekend dat het op een nieuwe regel begint */ } #menu ul.sub-menus a:hover{ background: #F2F2F2; color: #444444; /* dit stuk heb ik gekopieerd uitleg: wat hier word bedoeld is dat wanneer je over één van de sub menus heen gaat de achtergrondkleur en de kleur van de tekst veranderen */ }
0.445047
0.153391
.col_1{width: 100%;} .col_1_2{width: 50%;} .col_1_4{width: 25%;} .col_3_4{width: 75%;} .col_1_8{width: 12.5%;} .col_1_10{width: 10%;} .col_1_20{width: 5%;} .col_5_8{width: 62.5%;} .col_1_3{width: 33%;} .col_2_3{width: 66%;} .col_1_5{width: 20%} .col_2_5{width: 40%} .col_3_5{width: 60%} .col_4_5{width: 80%} .login-wrap{ margin: 0 auto; width: 50%; min-width: 300px; height: 100vh; } .login-wrap form{padding-top: 40%; text-align: center;} .login-wrap form .form-field{text-align: center} /*Forms*/ .form-field{ width: 50%; min-width: 250px; padding: 4px 8px; margin-bottom: 10px; font-size: 16px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 2px solid #999; } .action-button{ position: relative; width: 150px; text-decoration: none; text-align: center; margin-bottom: 10px; display: block; cursor: pointer; color: #000; padding: 4px 8px; font-size: 16px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 2px solid #999; background-color: #fff; } .button, .small-text-button{ width: 150px; text-decoration: none; text-align: center; margin-bottom: 10px; display: block; cursor: pointer; color: #fff; padding: 8px 0; font-size: 16px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 2px solid #367fa9; background-color: #367fa9; } .button.inline, .small-text-button.inline{display: inline-block; margin-right: 20px;} .small-text-button{font-size: 12px;} /*Footer*/ footer{ width: 100%; position: fixed; bottom: 0; background-color: #367fa9; } footer .footer-wrap{ width: 90%; position: relative; padding: 20px 10px; margin: 0 auto; justify-content: space-between; display: flex; color: #fff; box-sizing: border-box; align-items: center; } footer .status-bar{ position: relative; width: 25%; display: none; } footer .status-messages-wrap{ right: -10px; position: absolute; min-width: 320px; color: #000; bottom: -15px; border: 2px solid #367fa9; box-sizing: border-box; } footer .status-messages-wrap p{ padding: 5px 10px; border-bottom: 1px solid #eee; background-color: #fff; } footer .status-messages-wrap p.success{background-color: #c1e2b3;} footer .status-messages-wrap p.error{background-color: #ce8483;} footer .status-messages-wrap .close-status-bar{ position: absolute; top: -16px; right: -15px; font-size: 20px; cursor: pointer; color: #d58512; background-color: transparent; } /*Top Nav*/ .top-menu{ z-index: 100; width: 100%; background-color: #252839; position: relative; } .top-menu ul, .top-menu ul.active{display: block;} .top-menu li{ min-width: 10%; text-align: center; position: relative; list-style: none; float: left; display: block; border-right: 1px solid #dadadb; background-color: #252839; } .top-menu li a{ display: block; width: 100%; padding: 10px; color: #dadadb; box-sizing: border-box; text-decoration: none; } .top-menu li a:hover{ display: block; width: 100%; background-color: #dadadb; color: #252839; } .top-menu li a.active{background-color: #d58512; color: #252839;} .top-menu li:hover{background-color: #252839;} .top-menu li:hover:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #20212b; top: calc(50% - 2px); left: 5px; position: absolute; } .top-menu li:first-child{border-left: 1px solid #dadadb;} .top-menu li ul{ list-style: none; padding: 0; margin: 0; width: 100%; position: absolute; left: 0; top: 35px; display: flex; flex-direction: column; z-index: 10; transform: scale(1, 0); transition-delay: 50ms; transform-origin: top center; transition-timing-function: ease-in; } .top-menu>ul>li:hover>ul{transform: scale(1, 1); transition-duration: 200ms;} .top-menu>ul>li:last-child>ul>li>ul{ transform-origin: right center; position: absolute; left: calc(-100% - 4px); } .top-menu li ul li:hover ul{ transform: scale(1, 1); transition-duration: 150ms; display: block; } .top-menu li ul li{ margin: 0; width: 100%; text-align: center; display: block; border-right: none; border-left: 2px solid #a8b3bb; } .top-menu li ul li:first-child{border-left: 2px solid #a8b3bb;} .top-menu li ul li ul{ left: 100%; top: 0px; transform: scale(0,1); transform-origin: left center; } .top-menu .menu-img{font-size: 16px;} .top-menu .menu-img:before{margin-right: 5px;} .top-menu .menu-img strong{font-family: Ubuntu; font-size: 14px;} .nav-icon-menu{ width: 28px; display: none; cursor: pointer; padding: 2px 10px; font-size: 32px; font-family: FontAwesome; color: #fff; background-color: #252839; } .nav-icon-menu:hover{color: #fff; background-color: #d58512;} .nav-icon-menu:active{background-color: #c83939} .top-menu .user-menu{ position: absolute; top: 10px; right: 10px; display: flex; justify-content: flex-end; align-items: center; color: #fff; } .top-menu .user-menu>div{padding: 0 5px;} .top-menu .user-menu a{color: #fff; text-decoration: none;} .top-menu .user-menu a:hover{text-decoration: underline} .main-wrap{ min-width: 320px; width: 90%; margin: 0 auto; padding-bottom: 60px; } .page-info{ display: flex; justify-content: space-between; align-items: center; padding: 20px 0; } .page-info .page-title{ font-size: 32px; letter-spacing: 1px; padding: 5px 5px 5px 25px; } .breadcrumbs-wrap{font-size: 14px;} .breadcrumbs-wrap a{padding: 0 10px; color: #252839;} .breadcrumbs-wrap span{padding: 0 10px;} .items-list{width: 100%;} .items-list thead{background-color: #252839; color: #fff;} .items-list thead th{ position: relative; text-align: center; padding: 5px 10px; font-size: 16px; border-right: 1px solid #fff; } .items-list thead th .direction{ position: absolute; top: 0; right: 4px; font-size: 14px; } .items-list thead th .direction a{ text-decoration: none; display: block; color: #ccc; } .items-list thead th .direction a.active{color: #d58512;} .items-list thead th:last-child{border-right: none;} .items-list tbody{font-size: 14px;} .items-list tbody>tr:nth-child(odd){background-color: #fff;} .items-list tbody>tr:nth-child(even){background-color: #eee;} .items-list tbody td{ text-align: center; padding: 5px; line-height: 18px; vertical-align: middle; } .items-list a.view, .items-list a.edit, .items-list a.drop, .items-list a.delete{ width: 100%; text-decoration: none; font-size: 24px; } .items-list tbody td img{ max-width: 100px; max-height: 100px; } .items-list tbody td>p{ line-height: 24px; } .link-list-wrap{ width: 100%; text-align: left; box-sizing: border-box; } .link-list-wrap ul{position: relative; margin-left: 20px;} .link-list-wrap ul li{padding: 3px 0;} .link-list-wrap ul li a{color: #252839} .link-list-wrap ul li a:hover{color: #367fa9} .fa-check{color: #67b168} .fa-ban{color: #c83939} a.view{color: #367fa9;} a.edit{color: #d58512;} a.drop, a.delete{color: #c83939;} .items-controls-wrap{ position: relative; display: flex; justify-content: space-between; align-items: center; } .items-controls-wrap .button-wrap{padding: 10px 0;} .pagination-wrap{ width: 50%; display: flex; justify-content: flex-end; align-items: center; } .pagination-wrap .search-wrap{ position: relative; margin: 0 20px 8px 0; display: flex; justify-content: flex-start; align-items: center; } .pagination-wrap .search-field{ width: 250px; height: 38px; padding: 4px 10px; font-size: 20px; box-sizing: border-box; } .pagination-wrap .search-button{ width: 38px; position: relative; padding: 0; margin-left: -1px; font-size: 18px; height: 38px; cursor: pointer; } ul.pagination{ margin-bottom: 8px; display: flex; justify-content: flex-end; align-items: center; } ul.pagination li{font-size: 16px;} ul.pagination li a{ text-decoration: none; display: block; padding: 10px 15px; color: #252839; background-color: #f9f9f9; border: 1px solid #ccc; } ul.pagination li a.active{ color: #fff; background-color: #367fa9; border: 1px solid #367fa9; } .edition-wrap{ width: 100%; display: flex; justify-content: flex-start; align-items: stretch; } .goto-block{ width: 15%; padding: 40px 10px; box-sizing: border-box; } .goto-block ul{ position: fixed; top: 190px; } .goto-block ul li{ padding: 5px 0; cursor: pointer; box-sizing:border-box; } .goto-block ul li:hover{text-decoration: underline;} .workplace-wrap{ width: 100%; min-width: 320px; padding: 40px 15px; box-sizing: border-box; } .border{border-left: 1px solid #252839;} fieldset{ width: 100%; position: relative; margin-top: 15px; display: block; padding: 40px 10px 10px 10px; border: 1px solid #ccc; box-sizing: border-box; } fieldset legend{ position: absolute; top: 12px; left: 25px; font-size: 24px; } .workplace-wrap fieldset:nth-of-type(3n){border-top: 3px solid #367fa9;} .workplace-wrap fieldset:nth-of-type(3n+1){border-top: 3px solid #67b168;} .workplace-wrap fieldset:nth-of-type(3n+2){border-top: 3px solid #d58512;} .row-wrap{ position: relative; margin-top: 10px; box-sizing: border-box; } .row-wrap label{position: relative; width: 100%; display: block;} .row-wrap label span{line-height: 24px; padding-left: 15px;} .row-wrap>p{line-height: 24px; font-size: 16px;} #map-wrap{ width: 65%; height: 350px; } .details{ position: relative; margin-top: 10px; box-sizing: border-box; text-align: right; font-size: 12px; line-height: 18px; } .group-lists{ display: flex; justify-content: space-around; flex-wrap: wrap; align-items: stretch; } .group-lists ul{box-sizing: border-box; text-align: left;} .group-lists>ul{ margin: 10px; min-width: 475px; position: relative; } .group-lists ul strong{font-size: 20px; margin-left: 17px;} .group-lists ul li{padding: 2px 0;} .group-lists ul li .fa{ color: #252839; cursor: pointer; font-size: 20px; text-decoration: none; } .group-lists ul .fa-plus+ul{display: none;} .form-button-wrap{position: relative; padding: 30px 0 60px 0;} .form-button-wrap button{position: relative; margin: 0 auto;} .input-text, .input-text-small{ padding: 5px 10px; font-size: 14px; line-height: 16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-sizing: border-box; border: 1px solid #ccc; } .input-text{min-width: 250px;} .chbox-input{transform: scale(1.1);} .input-file{height: 28px;} .text-area, .text-area-middle{ width: 100%; min-height: 350px; box-sizing: border-box; resize: vertical; padding: 5px 10px; box-sizing: border-box; } .text-area-middle{min-height: 150px;} .chbox-selector-wrap{ width: 100%; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; } .chbox-selector-item{ width: 20%; margin: 0 5px 5px 5px; min-width: 210px; padding: 5px; box-sizing: border-box; border: 1px solid #ccc; } .chbox-selector-item .item-row{ position: relative; padding: 2px; display: flex; justify-content: flex-start; align-items: flex-start; } .chbox-selector-item .item-row span, .chbox-selector-item .item-row a{padding-left: 10px;} .chbox-selector-item .item-row .checkbox-wrap{ width: 10%; display: block; min-height: 1px; padding-top: 4px; box-sizing: border-box; } .chbox-selector-item .crud-wrap{ width: 100%; padding-top: 2px; border-top: 1px solid #eee; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; } .category-list-wrap{width: 100%; padding: 20px 0;} .preview-image{ display: flex; justify-content: flex-start; align-items: flex-start; } .preview-image-wrap{ width: 80%; text-align: center; padding: 5px; box-sizing: border-box; } .preview-image-wrap img{max-width: 100%; max-height: 320px;} .categories-list-wrap{width: 100%; margin-bottom: 20px;} .categories-list-wrap>ul{margin-left: 0px;} .categories-list-wrap .ui-sortable-placeholder{ border: 2px dashed #252839; min-height: 40px; margin-top: 4px; visibility: visible !important; } .categories-list-wrap>ul ul{margin-left: 40px;} .categories-list-wrap .category-wrap{ padding: 0 10px; min-height: 40px; margin-top: 5px; justify-content: space-between; display: flex; box-sizing: border-box; box-shadow: 0px 0px 3px #44db44; border-radius: 5px; background-color: #a8b3bb; align-items: center; } .categories-list-wrap .category-wrap.disabled{ box-shadow: 0px 0px 3px #fff; background-color: #eee; } .categories-list-wrap .category-wrap .category-title{ width: 35%; font-weight: bold; font-size: 18px; display: flex; align-items: center; color: #252839; } .categories-list-wrap .category-wrap .category-image{box-sizing: border-box; padding: 2px 10px;} .categories-list-wrap .category-wrap .category-image img{max-height: 40px; max-width: 80px;} .categories-list-wrap .category-wrap .category-title .sort-controls .urdl-wrap{display:flex; justify-content: flex-start;} .categories-list-wrap .category-wrap .category-title .sort-controls{margin-right: 10px;} .categories-list-wrap .category-wrap .category-title .sort-controls div[data-direction]{cursor: pointer;} .categories-list-wrap .category-wrap .category-title .sort-controls div[data-direction]:hover{color: #f9cb65;} .categories-list-wrap .category-wrap .category-title .sort-controls .item{ display: block; width: 20px; height: 20px; font-size: 16px; text-align: center; color: #252839; } .categories-list-wrap .category-wrap .category-slug{ width: 20%; font-size: 14px; color: #252839; } .categories-list-wrap .category-wrap .category-controls{ width: 20%; padding: 4px; display: flex; justify-content: space-around; font-size: 24px; } .categories-list-wrap .category-wrap .category-controls a{text-decoration: none;} .categories-list-wrap li ul.empty{ display: none; min-height: 24px; margin-top: 4px; } .images-wrap{ width: 100%; padding: 10px 0; display: flex; justify-content: space-around; align-items: stretch; flex-wrap: wrap; box-sizing: border-box; } .images-wrap .image-container{ width: 20%; padding: 10px; box-sizing: border-box; } .images-wrap .image-container .image-wrap{ position: relative; width: 200px; height: 200px; padding: 5px; border: 1px solid #eee; box-sizing: border-box; } .images-wrap .image-container .image-wrap.active{border: 1px solid #c83939;} .images-wrap .image-container .image-wrap img{ width: 100%; height: 100%; object-fit: contain; } .images-wrap .image-container .image-wrap .drop-image{ position: absolute; bottom: 5px; right: 5px; text-shadow: 0 0 2px #fff; color: #c83939; font-size: 24px; cursor: pointer; } .images-wrap .image-container .image-info{overflow: hidden} .images-wrap .image-container .image-info p{line-height: 20px;} .slider-wrap{ display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; width: 100%; padding: 5px; box-sizing: border-box; } .slider-wrap .slider-controls-wrap{ position: relative; width: 65%; display: none; } .slider-wrap .slider-controls-wrap .slider-images{ display: none; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; height: 400px; } .slider-wrap .slider-controls-wrap .slider-images.display{display: flex;} .slider-wrap .slider-controls-wrap .slider-control-elem{ width: 5%; min-width: 36px; min-height: 100%; font-size: 32px; font-weight: bold; display: flex; justify-content: center; cursor: pointer; border: 1px solid #f7f7f7; align-items: center; } .slider-wrap .slider-controls-wrap .slider-content-wrap{width: 90%; min-height: 100%;} .slider-content-wrap .slide-image-wrap{ width: 100%; display: none; box-sizing: border-box; } .slider-content-wrap .slide-image-wrap.active{display: block;} .slider-content-wrap .slide-image-wrap .slide-container{width: 100%; height: 370px;} .slider-content-wrap .slide-image-wrap .slide-container img{ width: 100%; height: 100%; display: block; object-fit: contain; } .slider-content-wrap .slide-image-wrap .slide-alt-wrap{ width: 100%; padding: 1px 10px; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; } .slider-content-wrap .slide-image-wrap .slide-alt-wrap input[type=text]{width: 95%;} .slider-content-wrap .slide-image-wrap .slide-alt-wrap .fa{ padding-left: 5px; font-size: 24px; cursor: pointer; color: #c83939; } .slider-wrap .slider-controls-wrap .slider-buttons{ padding-top: 20px; display: flex; justify-content: space-around; align-items: center; box-sizing: border-box; } .slider-wrap .slider-previews-wrap{width: 34%; display: none;} .slider-wrap .slider-previews-wrap ul{ width: 100%; max-height: 400px; overflow-y: auto; } .slider-wrap .slider-previews-wrap ul li{ width: 100%; position: relative; display: flex; justify-content: flex-start; align-items: center; border-bottom: 1px solid #f7f7f7; height: 120px; overflow: hidden; } .slider-wrap .slider-previews-wrap ul li:first-child:before{ position: absolute; top: 50%; left: 55%; transform: translate(-50%, -50%); opacity: .1; letter-spacing: .5em; font-size: 2.5vw; font-weight: bold; color: #367fa9; content: 'PREVIEW'; } .slider-wrap .slider-previews-wrap ul li:last-child{border-bottom: none} .slider-wrap .slider-previews-wrap ul li .drop-preview-icon{ position: absolute; top: 5px; right: 5px; font-size: 16px; cursor: pointer; color: #c83939; } .slider-wrap .slider-previews-wrap .controls{ width: 10%; font-size: 32px; cursor: pointer; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .slider-wrap .slider-previews-wrap .preview-image{ width: 40%; padding: 5px; box-sizing: border-box; height: 120px; } .slider-wrap .slider-previews-wrap .preview-image img{ width: 100%; height: 100%; display: block; object-fit: contain; } .slider-wrap .slider-previews-wrap .preview-data{ width: 50%; padding: 5px; font-size: 12px; line-height: 16px; box-sizing: border-box; } .helper-wrap{position: relative; width: 100%} .helper-wrap ul.list{ position: absolute; background-color: #fff; width: 50%; top: 22px; left: 2px; box-sizing: border-box; z-index: 80; } .helper-wrap ul.list li{ padding: 4px; cursor: pointer; border: 1px solid #eee; } .helper-wrap ul.list li:hover{background-color: #f7f7f7;} .error-popup, .overview-popup, .custom-slider-preview-popup{ width: 80%; transform: translate(-50%, -50%); top: 50%; position: fixed; padding: 40px; min-width: 300px; left: 50%; display: none; box-sizing: border-box; background-color: #fff; z-index: 90; } .error-popup{border: 3px solid #c83939; height: 90vh;} .overview-popup, .custom-slider-preview-popup{ border: 2px solid #252839; max-height: 90vh; padding-bottom: 20px; } .overview-popup .form-button-wrap{padding-bottom: 0;} .error-popup .close-popup, .overview-popup .close-popup, .custom-slider-preview-popup .close-popup{ width: 48px; top: -24px; right: -24px; position: absolute; height: 47px; font-size: 32px; display: flex; justify-content: center; cursor: pointer; box-sizing: border-box; align-items: center; background-color: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; z-index: 100; } .error-popup .close-popup{color: #c83939; border: 3px solid #c83939;} .overview-popup .close-popup, .custom-slider-preview-popup .close-popup{color: #252839; border: 2px solid #252839;} .error-popup .popup-caption{ line-height: 48px; font-weight: bold; font-size: 32px; } .error-popup .error-wrap{ width: 100%; overflow-y: auto; height: 75vh; border-top: 1px solid #eee; } .overview-popup .popup-images{ display: flex; justify-content: space-around; align-items: stretch; flex-wrap: wrap; overflow-y: scroll; height: 75vh; } .overview-popup .popup-images .image-wrap{ width: 150px; height: 150px; position: relative; cursor: pointer; margin: 20px 5px 0 5px; } .overview-popup .popup-images .image-wrap .hover-active{ position: absolute; top: 0; width: 100%; height: 100%; } .overview-popup .popup-images .image-wrap .hover-active.fa:before{ position: absolute; font-size: 10em; left: 50%; top: 50%; opacity: .6; transform: translate(-50%, -50%); } .overview-popup .popup-images .image-wrap .details{ position: absolute; width: 100%; padding: 4px 8px; opacity: 0; display: block; color: #fff; box-sizing: border-box; bottom: 0; background-color: #000; z-index: 100; transition: .2s; } .overview-popup .popup-images .image-wrap:hover .details{opacity: 0.8;} .overview-popup .popup-images .image-wrap .details p{font-size:10px; line-height: 14px;} .overview-popup .popup-images .image-wrap img{ margin: auto; display: block; width: 100%; height: 100%; object-fit: contain; } .custom-slider-preview-popup{display: none;} .custom-slider-preview-popup ul li{ width: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; } .custom-slider-preview-popup ul li:last-child{ border-bottom: none; } .custom-slider-preview-popup ul li .controls{ width: 5%; font-size: 32px; cursor: pointer; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .custom-slider-preview-popup ul li .block-wrap{ padding: 5px 10px; box-sizing: border-box; height: 120px; display: flex; justify-content: center; align-items: center; } .custom-slider-preview-popup ul li .block-wrap img{ width: 100%; height: 100%; display: block; object-fit: contain; } .overlay-popup{ position: absolute; width: 100%; left: 0; top:0; height: 100%; display: none; background-color: rgba(0,0,0,0.8); } .confirm-popup{ width: 310px; transform: translateX(-50%); position: fixed; padding-top: 10px; top: 30%; margin-left: 50%; display: none; border: 2px solid #367fa9; box-sizing: border-box; background-color: #eee; z-index: 90; } .confirm-popup .confirm-controls-wrap{ display: flex; justify-content: space-around; align-items: center; } .confirm-popup .confirm-message-wrap{ line-height: 16px; text-align: center; padding: 10px 20px 20px 20px; font-size: 14px; } .confirm-popup .confirm-controls-wrap .button{width: 110px;} .buttons-wrapper{ display: flex; justify-content: space-around; align-items: stretch; flex-wrap: wrap; } .buttons-wrapper li{margin: 0px 5px;} .custom-slider-wrap{ width: 100%; display: flex; justify-content: flex-start; align-items: stretch; } .custom-slider-wrap .custom-slider-controls{ width: 2.5%; min-height: 100%; font-size: 32px; font-weight: bold; display: flex; justify-content: center; cursor: pointer; border: 1px solid #f7f7f7; align-items: center; } .custom-slider-wrap .custom-slider-body{ width: 95%; padding: 10px; box-sizing: border-box; } .custom-slider-wrap .custom-slider-preview-controlls{ display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box; } .custom-slider-wrap .custom-slider-body .add-button, .custom-slider-wrap .custom-slider-body .view-button{ display: flex; width: 75px; height: 75px; margin-right: 1%; justify-content: center; align-items: center; font-size: 52px; cursor: pointer; } .custom-slider-wrap .custom-slider-body .add-button:hover, .custom-slider-wrap .custom-slider-body .view-button:hover {color: #67b168;} .custom-slider-wrap .custom-slider-content-wrap{ width: 100%; padding: 10px; box-sizing: border-box; } .custom-slider-content{display: none;} .custom-slider-content.active{display: block;} .checkbox-group-wrap{ display: flex; align-items: stretch; justify-content: flex-start; } .checkbox-group-item{ border: 1px solid #000; box-sizing: border-box; padding: 5px 10px 5px 5px; margin: 5px 5px 0 0; } @media screen and (max-width: 1280px){ .main-wrap{width: 98%} } @media screen and (max-width: 800px){ .main-wrap{width: 100%} .top-menu>ul{display: none;} .top-menu li{float: none; width: 100%} .nav-icon-menu{display: block;} .page-info{flex-direction: column-reverse; align-items: center;} .error-popup{width: 100%} .images-wrap .image-container{width: 50%;} }
public/css/admin.css
.col_1{width: 100%;} .col_1_2{width: 50%;} .col_1_4{width: 25%;} .col_3_4{width: 75%;} .col_1_8{width: 12.5%;} .col_1_10{width: 10%;} .col_1_20{width: 5%;} .col_5_8{width: 62.5%;} .col_1_3{width: 33%;} .col_2_3{width: 66%;} .col_1_5{width: 20%} .col_2_5{width: 40%} .col_3_5{width: 60%} .col_4_5{width: 80%} .login-wrap{ margin: 0 auto; width: 50%; min-width: 300px; height: 100vh; } .login-wrap form{padding-top: 40%; text-align: center;} .login-wrap form .form-field{text-align: center} /*Forms*/ .form-field{ width: 50%; min-width: 250px; padding: 4px 8px; margin-bottom: 10px; font-size: 16px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 2px solid #999; } .action-button{ position: relative; width: 150px; text-decoration: none; text-align: center; margin-bottom: 10px; display: block; cursor: pointer; color: #000; padding: 4px 8px; font-size: 16px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 2px solid #999; background-color: #fff; } .button, .small-text-button{ width: 150px; text-decoration: none; text-align: center; margin-bottom: 10px; display: block; cursor: pointer; color: #fff; padding: 8px 0; font-size: 16px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 2px solid #367fa9; background-color: #367fa9; } .button.inline, .small-text-button.inline{display: inline-block; margin-right: 20px;} .small-text-button{font-size: 12px;} /*Footer*/ footer{ width: 100%; position: fixed; bottom: 0; background-color: #367fa9; } footer .footer-wrap{ width: 90%; position: relative; padding: 20px 10px; margin: 0 auto; justify-content: space-between; display: flex; color: #fff; box-sizing: border-box; align-items: center; } footer .status-bar{ position: relative; width: 25%; display: none; } footer .status-messages-wrap{ right: -10px; position: absolute; min-width: 320px; color: #000; bottom: -15px; border: 2px solid #367fa9; box-sizing: border-box; } footer .status-messages-wrap p{ padding: 5px 10px; border-bottom: 1px solid #eee; background-color: #fff; } footer .status-messages-wrap p.success{background-color: #c1e2b3;} footer .status-messages-wrap p.error{background-color: #ce8483;} footer .status-messages-wrap .close-status-bar{ position: absolute; top: -16px; right: -15px; font-size: 20px; cursor: pointer; color: #d58512; background-color: transparent; } /*Top Nav*/ .top-menu{ z-index: 100; width: 100%; background-color: #252839; position: relative; } .top-menu ul, .top-menu ul.active{display: block;} .top-menu li{ min-width: 10%; text-align: center; position: relative; list-style: none; float: left; display: block; border-right: 1px solid #dadadb; background-color: #252839; } .top-menu li a{ display: block; width: 100%; padding: 10px; color: #dadadb; box-sizing: border-box; text-decoration: none; } .top-menu li a:hover{ display: block; width: 100%; background-color: #dadadb; color: #252839; } .top-menu li a.active{background-color: #d58512; color: #252839;} .top-menu li:hover{background-color: #252839;} .top-menu li:hover:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #20212b; top: calc(50% - 2px); left: 5px; position: absolute; } .top-menu li:first-child{border-left: 1px solid #dadadb;} .top-menu li ul{ list-style: none; padding: 0; margin: 0; width: 100%; position: absolute; left: 0; top: 35px; display: flex; flex-direction: column; z-index: 10; transform: scale(1, 0); transition-delay: 50ms; transform-origin: top center; transition-timing-function: ease-in; } .top-menu>ul>li:hover>ul{transform: scale(1, 1); transition-duration: 200ms;} .top-menu>ul>li:last-child>ul>li>ul{ transform-origin: right center; position: absolute; left: calc(-100% - 4px); } .top-menu li ul li:hover ul{ transform: scale(1, 1); transition-duration: 150ms; display: block; } .top-menu li ul li{ margin: 0; width: 100%; text-align: center; display: block; border-right: none; border-left: 2px solid #a8b3bb; } .top-menu li ul li:first-child{border-left: 2px solid #a8b3bb;} .top-menu li ul li ul{ left: 100%; top: 0px; transform: scale(0,1); transform-origin: left center; } .top-menu .menu-img{font-size: 16px;} .top-menu .menu-img:before{margin-right: 5px;} .top-menu .menu-img strong{font-family: Ubuntu; font-size: 14px;} .nav-icon-menu{ width: 28px; display: none; cursor: pointer; padding: 2px 10px; font-size: 32px; font-family: FontAwesome; color: #fff; background-color: #252839; } .nav-icon-menu:hover{color: #fff; background-color: #d58512;} .nav-icon-menu:active{background-color: #c83939} .top-menu .user-menu{ position: absolute; top: 10px; right: 10px; display: flex; justify-content: flex-end; align-items: center; color: #fff; } .top-menu .user-menu>div{padding: 0 5px;} .top-menu .user-menu a{color: #fff; text-decoration: none;} .top-menu .user-menu a:hover{text-decoration: underline} .main-wrap{ min-width: 320px; width: 90%; margin: 0 auto; padding-bottom: 60px; } .page-info{ display: flex; justify-content: space-between; align-items: center; padding: 20px 0; } .page-info .page-title{ font-size: 32px; letter-spacing: 1px; padding: 5px 5px 5px 25px; } .breadcrumbs-wrap{font-size: 14px;} .breadcrumbs-wrap a{padding: 0 10px; color: #252839;} .breadcrumbs-wrap span{padding: 0 10px;} .items-list{width: 100%;} .items-list thead{background-color: #252839; color: #fff;} .items-list thead th{ position: relative; text-align: center; padding: 5px 10px; font-size: 16px; border-right: 1px solid #fff; } .items-list thead th .direction{ position: absolute; top: 0; right: 4px; font-size: 14px; } .items-list thead th .direction a{ text-decoration: none; display: block; color: #ccc; } .items-list thead th .direction a.active{color: #d58512;} .items-list thead th:last-child{border-right: none;} .items-list tbody{font-size: 14px;} .items-list tbody>tr:nth-child(odd){background-color: #fff;} .items-list tbody>tr:nth-child(even){background-color: #eee;} .items-list tbody td{ text-align: center; padding: 5px; line-height: 18px; vertical-align: middle; } .items-list a.view, .items-list a.edit, .items-list a.drop, .items-list a.delete{ width: 100%; text-decoration: none; font-size: 24px; } .items-list tbody td img{ max-width: 100px; max-height: 100px; } .items-list tbody td>p{ line-height: 24px; } .link-list-wrap{ width: 100%; text-align: left; box-sizing: border-box; } .link-list-wrap ul{position: relative; margin-left: 20px;} .link-list-wrap ul li{padding: 3px 0;} .link-list-wrap ul li a{color: #252839} .link-list-wrap ul li a:hover{color: #367fa9} .fa-check{color: #67b168} .fa-ban{color: #c83939} a.view{color: #367fa9;} a.edit{color: #d58512;} a.drop, a.delete{color: #c83939;} .items-controls-wrap{ position: relative; display: flex; justify-content: space-between; align-items: center; } .items-controls-wrap .button-wrap{padding: 10px 0;} .pagination-wrap{ width: 50%; display: flex; justify-content: flex-end; align-items: center; } .pagination-wrap .search-wrap{ position: relative; margin: 0 20px 8px 0; display: flex; justify-content: flex-start; align-items: center; } .pagination-wrap .search-field{ width: 250px; height: 38px; padding: 4px 10px; font-size: 20px; box-sizing: border-box; } .pagination-wrap .search-button{ width: 38px; position: relative; padding: 0; margin-left: -1px; font-size: 18px; height: 38px; cursor: pointer; } ul.pagination{ margin-bottom: 8px; display: flex; justify-content: flex-end; align-items: center; } ul.pagination li{font-size: 16px;} ul.pagination li a{ text-decoration: none; display: block; padding: 10px 15px; color: #252839; background-color: #f9f9f9; border: 1px solid #ccc; } ul.pagination li a.active{ color: #fff; background-color: #367fa9; border: 1px solid #367fa9; } .edition-wrap{ width: 100%; display: flex; justify-content: flex-start; align-items: stretch; } .goto-block{ width: 15%; padding: 40px 10px; box-sizing: border-box; } .goto-block ul{ position: fixed; top: 190px; } .goto-block ul li{ padding: 5px 0; cursor: pointer; box-sizing:border-box; } .goto-block ul li:hover{text-decoration: underline;} .workplace-wrap{ width: 100%; min-width: 320px; padding: 40px 15px; box-sizing: border-box; } .border{border-left: 1px solid #252839;} fieldset{ width: 100%; position: relative; margin-top: 15px; display: block; padding: 40px 10px 10px 10px; border: 1px solid #ccc; box-sizing: border-box; } fieldset legend{ position: absolute; top: 12px; left: 25px; font-size: 24px; } .workplace-wrap fieldset:nth-of-type(3n){border-top: 3px solid #367fa9;} .workplace-wrap fieldset:nth-of-type(3n+1){border-top: 3px solid #67b168;} .workplace-wrap fieldset:nth-of-type(3n+2){border-top: 3px solid #d58512;} .row-wrap{ position: relative; margin-top: 10px; box-sizing: border-box; } .row-wrap label{position: relative; width: 100%; display: block;} .row-wrap label span{line-height: 24px; padding-left: 15px;} .row-wrap>p{line-height: 24px; font-size: 16px;} #map-wrap{ width: 65%; height: 350px; } .details{ position: relative; margin-top: 10px; box-sizing: border-box; text-align: right; font-size: 12px; line-height: 18px; } .group-lists{ display: flex; justify-content: space-around; flex-wrap: wrap; align-items: stretch; } .group-lists ul{box-sizing: border-box; text-align: left;} .group-lists>ul{ margin: 10px; min-width: 475px; position: relative; } .group-lists ul strong{font-size: 20px; margin-left: 17px;} .group-lists ul li{padding: 2px 0;} .group-lists ul li .fa{ color: #252839; cursor: pointer; font-size: 20px; text-decoration: none; } .group-lists ul .fa-plus+ul{display: none;} .form-button-wrap{position: relative; padding: 30px 0 60px 0;} .form-button-wrap button{position: relative; margin: 0 auto;} .input-text, .input-text-small{ padding: 5px 10px; font-size: 14px; line-height: 16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-sizing: border-box; border: 1px solid #ccc; } .input-text{min-width: 250px;} .chbox-input{transform: scale(1.1);} .input-file{height: 28px;} .text-area, .text-area-middle{ width: 100%; min-height: 350px; box-sizing: border-box; resize: vertical; padding: 5px 10px; box-sizing: border-box; } .text-area-middle{min-height: 150px;} .chbox-selector-wrap{ width: 100%; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; } .chbox-selector-item{ width: 20%; margin: 0 5px 5px 5px; min-width: 210px; padding: 5px; box-sizing: border-box; border: 1px solid #ccc; } .chbox-selector-item .item-row{ position: relative; padding: 2px; display: flex; justify-content: flex-start; align-items: flex-start; } .chbox-selector-item .item-row span, .chbox-selector-item .item-row a{padding-left: 10px;} .chbox-selector-item .item-row .checkbox-wrap{ width: 10%; display: block; min-height: 1px; padding-top: 4px; box-sizing: border-box; } .chbox-selector-item .crud-wrap{ width: 100%; padding-top: 2px; border-top: 1px solid #eee; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; } .category-list-wrap{width: 100%; padding: 20px 0;} .preview-image{ display: flex; justify-content: flex-start; align-items: flex-start; } .preview-image-wrap{ width: 80%; text-align: center; padding: 5px; box-sizing: border-box; } .preview-image-wrap img{max-width: 100%; max-height: 320px;} .categories-list-wrap{width: 100%; margin-bottom: 20px;} .categories-list-wrap>ul{margin-left: 0px;} .categories-list-wrap .ui-sortable-placeholder{ border: 2px dashed #252839; min-height: 40px; margin-top: 4px; visibility: visible !important; } .categories-list-wrap>ul ul{margin-left: 40px;} .categories-list-wrap .category-wrap{ padding: 0 10px; min-height: 40px; margin-top: 5px; justify-content: space-between; display: flex; box-sizing: border-box; box-shadow: 0px 0px 3px #44db44; border-radius: 5px; background-color: #a8b3bb; align-items: center; } .categories-list-wrap .category-wrap.disabled{ box-shadow: 0px 0px 3px #fff; background-color: #eee; } .categories-list-wrap .category-wrap .category-title{ width: 35%; font-weight: bold; font-size: 18px; display: flex; align-items: center; color: #252839; } .categories-list-wrap .category-wrap .category-image{box-sizing: border-box; padding: 2px 10px;} .categories-list-wrap .category-wrap .category-image img{max-height: 40px; max-width: 80px;} .categories-list-wrap .category-wrap .category-title .sort-controls .urdl-wrap{display:flex; justify-content: flex-start;} .categories-list-wrap .category-wrap .category-title .sort-controls{margin-right: 10px;} .categories-list-wrap .category-wrap .category-title .sort-controls div[data-direction]{cursor: pointer;} .categories-list-wrap .category-wrap .category-title .sort-controls div[data-direction]:hover{color: #f9cb65;} .categories-list-wrap .category-wrap .category-title .sort-controls .item{ display: block; width: 20px; height: 20px; font-size: 16px; text-align: center; color: #252839; } .categories-list-wrap .category-wrap .category-slug{ width: 20%; font-size: 14px; color: #252839; } .categories-list-wrap .category-wrap .category-controls{ width: 20%; padding: 4px; display: flex; justify-content: space-around; font-size: 24px; } .categories-list-wrap .category-wrap .category-controls a{text-decoration: none;} .categories-list-wrap li ul.empty{ display: none; min-height: 24px; margin-top: 4px; } .images-wrap{ width: 100%; padding: 10px 0; display: flex; justify-content: space-around; align-items: stretch; flex-wrap: wrap; box-sizing: border-box; } .images-wrap .image-container{ width: 20%; padding: 10px; box-sizing: border-box; } .images-wrap .image-container .image-wrap{ position: relative; width: 200px; height: 200px; padding: 5px; border: 1px solid #eee; box-sizing: border-box; } .images-wrap .image-container .image-wrap.active{border: 1px solid #c83939;} .images-wrap .image-container .image-wrap img{ width: 100%; height: 100%; object-fit: contain; } .images-wrap .image-container .image-wrap .drop-image{ position: absolute; bottom: 5px; right: 5px; text-shadow: 0 0 2px #fff; color: #c83939; font-size: 24px; cursor: pointer; } .images-wrap .image-container .image-info{overflow: hidden} .images-wrap .image-container .image-info p{line-height: 20px;} .slider-wrap{ display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; width: 100%; padding: 5px; box-sizing: border-box; } .slider-wrap .slider-controls-wrap{ position: relative; width: 65%; display: none; } .slider-wrap .slider-controls-wrap .slider-images{ display: none; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; height: 400px; } .slider-wrap .slider-controls-wrap .slider-images.display{display: flex;} .slider-wrap .slider-controls-wrap .slider-control-elem{ width: 5%; min-width: 36px; min-height: 100%; font-size: 32px; font-weight: bold; display: flex; justify-content: center; cursor: pointer; border: 1px solid #f7f7f7; align-items: center; } .slider-wrap .slider-controls-wrap .slider-content-wrap{width: 90%; min-height: 100%;} .slider-content-wrap .slide-image-wrap{ width: 100%; display: none; box-sizing: border-box; } .slider-content-wrap .slide-image-wrap.active{display: block;} .slider-content-wrap .slide-image-wrap .slide-container{width: 100%; height: 370px;} .slider-content-wrap .slide-image-wrap .slide-container img{ width: 100%; height: 100%; display: block; object-fit: contain; } .slider-content-wrap .slide-image-wrap .slide-alt-wrap{ width: 100%; padding: 1px 10px; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; } .slider-content-wrap .slide-image-wrap .slide-alt-wrap input[type=text]{width: 95%;} .slider-content-wrap .slide-image-wrap .slide-alt-wrap .fa{ padding-left: 5px; font-size: 24px; cursor: pointer; color: #c83939; } .slider-wrap .slider-controls-wrap .slider-buttons{ padding-top: 20px; display: flex; justify-content: space-around; align-items: center; box-sizing: border-box; } .slider-wrap .slider-previews-wrap{width: 34%; display: none;} .slider-wrap .slider-previews-wrap ul{ width: 100%; max-height: 400px; overflow-y: auto; } .slider-wrap .slider-previews-wrap ul li{ width: 100%; position: relative; display: flex; justify-content: flex-start; align-items: center; border-bottom: 1px solid #f7f7f7; height: 120px; overflow: hidden; } .slider-wrap .slider-previews-wrap ul li:first-child:before{ position: absolute; top: 50%; left: 55%; transform: translate(-50%, -50%); opacity: .1; letter-spacing: .5em; font-size: 2.5vw; font-weight: bold; color: #367fa9; content: 'PREVIEW'; } .slider-wrap .slider-previews-wrap ul li:last-child{border-bottom: none} .slider-wrap .slider-previews-wrap ul li .drop-preview-icon{ position: absolute; top: 5px; right: 5px; font-size: 16px; cursor: pointer; color: #c83939; } .slider-wrap .slider-previews-wrap .controls{ width: 10%; font-size: 32px; cursor: pointer; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .slider-wrap .slider-previews-wrap .preview-image{ width: 40%; padding: 5px; box-sizing: border-box; height: 120px; } .slider-wrap .slider-previews-wrap .preview-image img{ width: 100%; height: 100%; display: block; object-fit: contain; } .slider-wrap .slider-previews-wrap .preview-data{ width: 50%; padding: 5px; font-size: 12px; line-height: 16px; box-sizing: border-box; } .helper-wrap{position: relative; width: 100%} .helper-wrap ul.list{ position: absolute; background-color: #fff; width: 50%; top: 22px; left: 2px; box-sizing: border-box; z-index: 80; } .helper-wrap ul.list li{ padding: 4px; cursor: pointer; border: 1px solid #eee; } .helper-wrap ul.list li:hover{background-color: #f7f7f7;} .error-popup, .overview-popup, .custom-slider-preview-popup{ width: 80%; transform: translate(-50%, -50%); top: 50%; position: fixed; padding: 40px; min-width: 300px; left: 50%; display: none; box-sizing: border-box; background-color: #fff; z-index: 90; } .error-popup{border: 3px solid #c83939; height: 90vh;} .overview-popup, .custom-slider-preview-popup{ border: 2px solid #252839; max-height: 90vh; padding-bottom: 20px; } .overview-popup .form-button-wrap{padding-bottom: 0;} .error-popup .close-popup, .overview-popup .close-popup, .custom-slider-preview-popup .close-popup{ width: 48px; top: -24px; right: -24px; position: absolute; height: 47px; font-size: 32px; display: flex; justify-content: center; cursor: pointer; box-sizing: border-box; align-items: center; background-color: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; z-index: 100; } .error-popup .close-popup{color: #c83939; border: 3px solid #c83939;} .overview-popup .close-popup, .custom-slider-preview-popup .close-popup{color: #252839; border: 2px solid #252839;} .error-popup .popup-caption{ line-height: 48px; font-weight: bold; font-size: 32px; } .error-popup .error-wrap{ width: 100%; overflow-y: auto; height: 75vh; border-top: 1px solid #eee; } .overview-popup .popup-images{ display: flex; justify-content: space-around; align-items: stretch; flex-wrap: wrap; overflow-y: scroll; height: 75vh; } .overview-popup .popup-images .image-wrap{ width: 150px; height: 150px; position: relative; cursor: pointer; margin: 20px 5px 0 5px; } .overview-popup .popup-images .image-wrap .hover-active{ position: absolute; top: 0; width: 100%; height: 100%; } .overview-popup .popup-images .image-wrap .hover-active.fa:before{ position: absolute; font-size: 10em; left: 50%; top: 50%; opacity: .6; transform: translate(-50%, -50%); } .overview-popup .popup-images .image-wrap .details{ position: absolute; width: 100%; padding: 4px 8px; opacity: 0; display: block; color: #fff; box-sizing: border-box; bottom: 0; background-color: #000; z-index: 100; transition: .2s; } .overview-popup .popup-images .image-wrap:hover .details{opacity: 0.8;} .overview-popup .popup-images .image-wrap .details p{font-size:10px; line-height: 14px;} .overview-popup .popup-images .image-wrap img{ margin: auto; display: block; width: 100%; height: 100%; object-fit: contain; } .custom-slider-preview-popup{display: none;} .custom-slider-preview-popup ul li{ width: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; } .custom-slider-preview-popup ul li:last-child{ border-bottom: none; } .custom-slider-preview-popup ul li .controls{ width: 5%; font-size: 32px; cursor: pointer; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .custom-slider-preview-popup ul li .block-wrap{ padding: 5px 10px; box-sizing: border-box; height: 120px; display: flex; justify-content: center; align-items: center; } .custom-slider-preview-popup ul li .block-wrap img{ width: 100%; height: 100%; display: block; object-fit: contain; } .overlay-popup{ position: absolute; width: 100%; left: 0; top:0; height: 100%; display: none; background-color: rgba(0,0,0,0.8); } .confirm-popup{ width: 310px; transform: translateX(-50%); position: fixed; padding-top: 10px; top: 30%; margin-left: 50%; display: none; border: 2px solid #367fa9; box-sizing: border-box; background-color: #eee; z-index: 90; } .confirm-popup .confirm-controls-wrap{ display: flex; justify-content: space-around; align-items: center; } .confirm-popup .confirm-message-wrap{ line-height: 16px; text-align: center; padding: 10px 20px 20px 20px; font-size: 14px; } .confirm-popup .confirm-controls-wrap .button{width: 110px;} .buttons-wrapper{ display: flex; justify-content: space-around; align-items: stretch; flex-wrap: wrap; } .buttons-wrapper li{margin: 0px 5px;} .custom-slider-wrap{ width: 100%; display: flex; justify-content: flex-start; align-items: stretch; } .custom-slider-wrap .custom-slider-controls{ width: 2.5%; min-height: 100%; font-size: 32px; font-weight: bold; display: flex; justify-content: center; cursor: pointer; border: 1px solid #f7f7f7; align-items: center; } .custom-slider-wrap .custom-slider-body{ width: 95%; padding: 10px; box-sizing: border-box; } .custom-slider-wrap .custom-slider-preview-controlls{ display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box; } .custom-slider-wrap .custom-slider-body .add-button, .custom-slider-wrap .custom-slider-body .view-button{ display: flex; width: 75px; height: 75px; margin-right: 1%; justify-content: center; align-items: center; font-size: 52px; cursor: pointer; } .custom-slider-wrap .custom-slider-body .add-button:hover, .custom-slider-wrap .custom-slider-body .view-button:hover {color: #67b168;} .custom-slider-wrap .custom-slider-content-wrap{ width: 100%; padding: 10px; box-sizing: border-box; } .custom-slider-content{display: none;} .custom-slider-content.active{display: block;} .checkbox-group-wrap{ display: flex; align-items: stretch; justify-content: flex-start; } .checkbox-group-item{ border: 1px solid #000; box-sizing: border-box; padding: 5px 10px 5px 5px; margin: 5px 5px 0 0; } @media screen and (max-width: 1280px){ .main-wrap{width: 98%} } @media screen and (max-width: 800px){ .main-wrap{width: 100%} .top-menu>ul{display: none;} .top-menu li{float: none; width: 100%} .nav-icon-menu{display: block;} .page-info{flex-direction: column-reverse; align-items: center;} .error-popup{width: 100%} .images-wrap .image-container{width: 50%;} }
0.303216
0.083143
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro|Poppins:600,700|Work+Sans:600&amp;display=swap'; * { padding: 0; margin: 0 } body { background-color: #fff; font-family: source sans pro, sans-serif; font-size: 16px; line-height: 26px; color: #8d9aa8; font-weight: 400; letter-spacing: -.2px; position: relative; overflow-x: hidden } ::-webkit-scrollbar { width: 8px; height: 8px } ::-webkit-scrollbar-thumb { cursor: pointer; background: #07a4ff } ::selection { background-color: #07a4ff; color: #fff } -webkit-::selection { background-color: #07a4ff; color: #fff } ::-moz-selection { background-color: #07a4ff; color: #fff } h1, h2, h3, h4, h5, h6 { font-family: poppins, sans-serif; -webkit-font-smoothing: antialiased; color: #263a4f } .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5 { color: #fff } .bg-dark p, .bg-dark span { color: #999 } h1 { font-size: 45px; font-weight: 400; line-height: 55px; margin: 0 0 10px; color: #263a4f } h2 { font-size: 32px; line-height: 42px; color: #263a4f; margin: 0 0 10px; font-weight: 600; letter-spacing: -1px } h3, h4 { margin: 0 0 10px; font-weight: 400; line-height: 1.7; color: #263a4f; letter-spacing: -.5px } h3 { font-size: 20px } h4 { font-size: 16px } h5, h6 { font-size: 14px; margin: 0 0 10px } img { border: none; outline: none; max-width: 100% } ul { display: block; list-style: none; padding: 0; margin: 0 } p, li, a, span {} p { font-size: 16px; line-height: 26px; margin-bottom: 15px } a, a:hover { text-decoration: none } a:focus { outline: 0; text-decoration: none } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ddd !important } input:-moz-placeholder, textarea:-moz-placeholder { color: #ddd !important } input::-moz-placeholder, textarea::-moz-placeholder { color: #ddd !important } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ddd !important } button { border: none; background: 0 0 } .padding { padding: 50px 0 } .no-padding { padding: 0 } .padding-15 { padding: 15px } .padding-20 { padding: 20px } .box-padding { padding: 0 50px } .bg-white { background-color: #fff } .bg-grey { background-color: #f9fafa } .bg-dark { background-color: #242323 !important } .bd-top { border-top: 1px solid #e5e5e5 } .bd-bottom { border-bottom: 1px solid #e5e5e5 } .mb-10 { margin-bottom: 10px } .mb-15 { margin-bottom: 15px } .mb-20 { margin-bottom: 20px } .mb-25 { margin-bottom: 25px } .mb-30 { margin-bottom: 30px } .mb-35 { margin-bottom: 35px } .mb-40 { margin-bottom: 40px } .mb-45 { margin-bottom: 45px } .mb-50 { margin-bottom: 50px } .ml-15 { margin-left: 15px } .ml-20 { margin-left: 20px } .ml-25 { margin-left: 25px } .ml-30 { margin-left: 30px } .ml-35 { margin-left: 35px } .mt-20 { margin-top: 20px } .mt-30 { margin-top: 30px } .mt-40 { margin-top: 40px } .mt-50 { margin-top: 50px } .fz-28 { font-size: 28px } .fz-24 { font-size: 24px } .fz-22 { font-size: 22px } .fz-20 { font-size: 20px } .fz-18 { font-size: 18px } .fz-16 { font-size: 16px } .text-black { color: #333 } .text-white { color: #fff } .box-shadow { border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; } .box-shadow:hover { -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); transition: .5s ease; } .loaded .site-preloader-wrap { opacity: 0; visibility: hidden } .site-preloader-wrap { position: fixed; z-index: 999; height: 100%; width: 100%; background: #fff; top: 0; left: 0 } .site-preloader-wrap .spinner { background-color: #07a4ff; position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px } .spinner { width: 40px; height: 40px; border-radius: 100%; -webkit-animation: sk-scaleout 1s infinite ease-in-out; animation: sk-scaleout 1s infinite ease-in-out } @-webkit-keyframes sk-scaleout { 0% { -webkit-transform: scale(0) } 100% { -webkit-transform: scale(1); opacity: 0 } } @keyframes sk-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0) } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .btn_group {} .btn_group a { margin: 5px } .btn_group_left a { margin-right: 15px; margin-bottom: 15px } .default-btn { background-color: #07a4ff; text-transform: uppercase; font-family: work sans, sans-serif; color: #fff; font-size: 12px; border-radius: 2px; line-height: 45px; font-weight: 600; display: inline-block; letter-spacing: .5px; padding: 0 30px; -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, .2); box-shadow: 0 3px 10px rgba(71, 44, 173, .2) } .default-btn:hover { background-color: #232427; color: #fff } .section-heading h2 { font-size: 32px; display: block } .section-heading span { display: inline-block; text-transform: uppercase; font-size: 12px; color: #263a4f; font-weight: 600; letter-spacing: 0; font-family: work sans, sans-serif; position: relative; margin-bottom: 10px; z-index: 1 } .section-heading span:before { background-color: transparent; position: absolute; content: ""; width: 20px; height: 30px; left: calc(50% - 10px); top: calc(50% - 15px); border: 3px solid #07a4ff; opacity: .5; z-index: -1 } a, a:hover, .overlay, img, .form-control, .form-control:hover, button { -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s } .header { background-color: #fff; width: 100%; height: auto; display: block } .viewport-sm .primary-header { padding: 10px 0 } .header-menu-wrap { margin-left: auto } .sticky-header { width: 100%; position: fixed; left: 0; top: 0; transform: translateY(-100%); z-index: 99 } .sticky-header .primary-header { background-color: #fff; box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1) } .sticky-header.headroom--top { transform: translateY(-100%) } .headroom { transition: transform .25s ease-in-out; will-change: transform } .headroom--unpinned { transform: translateY(-100%) } .headroom--pinned { transform: translateY(0) } .header ul { margin: 0; padding: 0; list-style: none } .mobile-menu-icon { display: none } .burger-menu { width: 20px; height: 17px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; -webkit-transition: transform 330ms ease-out; -moz-transition: transform 330ms ease-out; -o-transition: transform 330ms ease-out; transition: transform 330ms ease-out } .burger-menu.menu-open { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg) } .line-menu { background-color: #222; border-radius: 2px; width: 100%; height: 3px } .line-menu.line-half { width: 50% } .line-menu.first-line { transition: transform 330ms cubic-bezier(.54, -.81, .57, .57); transform-origin: right } .menu-open .line-menu.first-line { -webkit-transform: rotate(-90deg) translateX(3px); -moz-transform: rotate(-90deg) translateX(3px); -o-transform: rotate(-90deg) translateX(3px); transform: rotate(-90deg) translateX(3px) } .line-menu.last-line { align-self: flex-end; transition: transform 330ms cubic-bezier(.54, -.81, .57, .57); transform-origin: left } .menu-open .line-menu.last-line { -webkit-transform: rotate(-90deg) translateX(-3px); -moz-transform: rotate(-90deg) translateX(-3px); -o-transform: rotate(-90deg) translateX(-3px); transform: rotate(-90deg) translateX(-3px) } .header-menu-wrap ul { margin: 0; padding: 0; list-style: none } .header-menu-wrap ul li { display: inline-block; position: relative } .header-menu-wrap ul li>a { display: block; font-family: work sans, sans-serif; font-size: 12px; letter-spacing: 0; text-transform: uppercase; font-weight: 600; color: #263a4f; padding: 0 20px; height: 80px; line-height: 80px; text-decoration: none; -webkit-font-smoothing: antialiased } .header-menu-wrap ul li:hover>a { color: #07a4ff } .header-menu-wrap li ul { background-color: #fff; display: block; width: 250px; padding: 30px 0; -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07); box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07); position: absolute; left: -35px; top: 100%; opacity: 0; visibility: hidden; z-index: 0; -webkit-transition: opacity .5s ease, visibility .5s ease; -o-transition: opacity .5s ease, visibility .5s ease; transition: opacity .5s ease, visibility .5s ease } .header-menu-wrap li:hover>ul { opacity: 1; visibility: visible; z-index: 99 } .header-menu-wrap li li { display: block; padding: 0 35px; margin-bottom: 5px; text-align: left; position: relative } .header-menu-wrap li li:last-child { margin: 0 } .header-menu-wrap li li>a { font-family: source sans pro, sans-serif; display: block; height: auto; line-height: inherit; color: #263a4f; font-weight: 400; letter-spacing: 0; line-height: 2.5; text-transform: capitalize; padding: 1px 8px; font-size: 14px; -webkit-font-smoothing: antialiased } .header-menu-wrap li li:hover>a { color: #07a4ff !important; background-color: #f9f9f9 } .header-menu-wrap li ul li ul { width: 250px; position: absolute; left: 100%; top: 0 } @media(min-width:993px) { .header-menu-wrap li ul { display: block !important } } @media(max-width:992px) { .headroom--top .header-menu-wrap, .headroom--unpinned .header-menu-wrap { display: none !important } .dropdown-plus { width: 49px; height: 49px; line-height: 49px; position: absolute; top: 0; right: 0; cursor: pointer } .dropdown-plus:before, .dropdown-plus:after { position: absolute; content: ''; top: 24px; right: 18px; width: 13px; height: 1px; background-color: #222 } .dropdown-plus:after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg) } .dropdown-plus.dropdown-open:after { display: none } .mobile-menu-icon { display: block } .header-menu-wrap { display: none; background-color: #fff; width: 100%; height: auto; padding: 0 20px; position: absolute; left: 0; top: 50px; z-index: 999 } .header-menu-wrap ul li { display: block; border-bottom: 1px solid rgba(0, 0, 0, .04) } .header-menu-wrap ul li:first-child { border-top: 1px solid rgba(0, 0, 0, .04) } .header-menu-wrap ul li>a { padding: 10px 15px; height: inherit; line-height: inherit } .header-menu-wrap ul li ul li ul, .header-menu-wrap ul li ul { background-color: transparent; width: 100%; opacity: 1; padding: 0; visibility: visible; position: inherit; display: none; top: inherit; left: inherit; box-shadow: none } .header-menu-wrap li li { padding-left: 11px } .header-menu-wrap li li:last-child { border-bottom: none } .header-menu-wrap li li>a { color: #263a4f; font-size: 13px } .header-menu-wrap li li:hover>a { color: #666 } } @media(max-width:580px) { .header-right a.menu-btn { line-height: 40px; font-size: 10px; padding: 0 25px } .primary-header .header-logo { max-width: 150px } } .primary-header-inner .header-right { display: flex; align-items: center; line-height: 80px; margin-left: 20px } .header-right .mobile-menu-icon { margin-left: 20px } .header-right a.menu-btn { background-color: #07a4ff; line-height: 40px; color: #fff; border-radius: 3px; margin: 0 auto; display: flex; align-items: center; padding: 0 20px } .header-right a.menu-btn:hover { background-color: #07a4ff; opacity: .8; color: #fff } .primary-header-inner { display: flex; align-items: center; justify-content: space-between; position: relative } .primary-header .header-logo { max-width: 180px } .viewport-lg .primary-header .header-menu-wrap { display: block !important } .about-section {} .about-wrap { display: flex; align-items: center } .about-content {} .about-content h2 { margin-bottom: 20px } .about-content p { margin-bottom: 30px } .about-promo { padding-left: 80px } .about-promo .about-promo-item { display: flex; align-items: center; margin-bottom: 15px } .about-promo .about-promo-item:last-child { margin-bottom: 0 } .about-promo .about-promo-item i { font-size: 70px; color: #07a4ff; margin-right: 30px } .service-section { position: relative; z-index: 1 } .service-section .dark-bg { position: absolute; background-color: #232427; width: 100%; height: 350px; left: 0; top: 0; z-index: -2; padding-top: 80px } .service-section:before { background-image: url(../img/map-pattern.png); background-repeat: no-repeat; background-position: top center; background-size: contain; position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .section-heading.dark-background h2 { color: #fff } .section-heading.dark-background span { color: #ddd } .service-item { background-color: #fff; padding: 40px 20px; border-right: 1px solid rgba(0, 0, 0, .03); transition: all .2s ease-in-out; text-align: center; position: relative; z-index: 1 } .service-item .service-icon { color: #07a4ff; font-size: 60px; margin-bottom: 10px } .service-item .overlay-icon { position: absolute; left: 50%; bottom: 50%; font-size: 130px; color: #07a4ff; opacity: .09; transform: translate(-50%, 50%); z-index: -1 } .service-item h3 { font-size: 18px } .service-item .read-more { font-family: work sans, sans-serif; color: #263a4f; font-size: 12px; font-weight: 600; text-transform: uppercase; position: relative } .service-item .read-more:hover { opacity: .8 } .service-item:hover { /* background-color: #07a4ff; */ transition: all .2s ease-in-out } .service-item:hover h3, .service-item:hover .service-icon, .service-item:hover .overlay-icon, .service-item:hover p, .service-item:hover .read-more { /* color: #fff; */ transition: all .2s ease-in-out } .service-carousel { position: relative } .service-carousel .owl-nav {} .service-carousel .owl-nav div { position: absolute; width: 50px; height: 50px; line-height: 50px; text-align: center; left: -70px; top: calc(50% - 20px); background-color: #fff; color: #263a4f; border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .service-carousel .owl-nav div.owl-next { left: auto; right: -70px } .service-section.section-2 { position: relative; z-index: 1; padding-bottom: 100px } .service-section.section-2 .dots { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .service-content {} .service-content span { font-family: work sans, sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; display: block } .service-content h2 { margin-bottom: 20px } .service-content p { margin-bottom: 30px } .services-list .offset-top { transform: translateY(30px) } .services-list .service-item { text-align: left } .services-list .service-item i { font-size: 50px; color: #07a4ff; margin-bottom: 10px; display: block } /* .services-list .service-item:hover i { color: #fff } */ .services-list .service-item h3 { margin: 0 0 5px } .services-list .service-item p { font-size: 14px; line-height: 1.6; margin: 0 } .promo-section {} .promo-wrap {} .promo-item { padding: 30px 15px } .promo-item h3 { font-size: 18px; margin: 0 0 5px } .promo-item i { display: block; font-size: 50px; color: #07a4ff; margin-bottom: 10px } .promo-item p { font-size: 14px; line-height: 1.6; margin-bottom: 0 } .work-pro-section { background-image: url(../img/d-slide-6.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; width: 100%; height: 100%; left: 0; top: 0; z-index: 1 } .work-pro-section:before { background-color: rgba(35, 36, 39, .8); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .work-pro-item {} .work-pro-item .number { font-size: 18px; color: #fff; font-family: poppins, sans-serif; font-weight: 600; width: 50px; height: 50px; line-height: 50px; text-align: center; background-color: #07a4ff; display: inline-block; border-radius: 50%; margin-bottom: 20px; position: relative; z-index: 1 } .work-pro-item .number-line { background-color: rgba(255, 255, 255, .08); position: absolute; content: ""; width: 100%; height: 2px; top: 25px; left: 150px; z-index: -1 } .work-pro-item h3 { color: #fff; font-size: 18px } .work-pro-item p { color: #ddd; margin: 0 } .projects-section {} .projects-section .container-fluid { padding: 0 } .projects-carousel {} .project-item { position: relative; overflow: hidden; z-index: 1 } .project-item img { width: 100% } .project-item .overlay { /* background-color: rgba(255, 118, 7, .8); */ content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: block; visibility: hidden; opacity: 0; z-index: 1 } .project-item:hover .overlay { visibility: visible; opacity: 1; cursor: pointer; transition: all 300ms ease } .projects-content { position: absolute; width: 100%; height: auto; left: 0; bottom: 0; padding: 30px; z-index: 1; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .4s cubic-bezier(.37, .31, .2, .85); transition: all .4s cubic-bezier(.37, .31, .2, .85) } .project-item:hover .projects-content { transform: translateY(0) } .project-item .tittle:hover { text-decoration: underline } .projects-content .category { font-family: work sans, sans-serif; text-transform: uppercase; font-weight: 500; font-size: 12px; margin-bottom: 15px; color: #fff; display: block } .projects-content .tittle { font-size: 18px; color: #fff; line-height: 26px; font-weight: 600; letter-spacing: 0; display: block } .project-item .view-icon { position: absolute; width: auto; height: auto; right: 40px; top: 30px; display: block; font-size: 25px; color: #fff; visibility: hidden; opacity: 0; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease } .project-item:hover .view-icon { cursor: pointer; right: 20px; visibility: visible; opacity: 1; z-index: 1 } .projects-carousel { position: relative } .projects-carousel .owl-nav {} .projects-carousel .owl-nav div { position: absolute; width: 50px; height: 50px; line-height: 50px; text-align: center; left: -70px; top: calc(50% - 20px); background-color: #fff; color: #263a4f; border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .projects-carousel .owl-nav div.owl-next { left: auto; right: -70px } .project-single-section { position: relative; z-index: 1 } .project-single-section .dots { width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .project-single-content { background-color: #fff; padding-left: 30px } .project-single-content p, .project-single-content h2 { margin-bottom: 20px } .project-single-content .project-details li { line-height: 40px } .project-single-content .project-details span { font-family: work sans, sans-serif; text-transform: uppercase; font-weight: 600; color: #263a4f; font-size: 14px; letter-spacing: 0; width: 150px; display: inline-block } .cta-section { background-image: url(../img/cta-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; width: 100%; height: 100%; left: 0; top: 0; z-index: 1 } .cta-section:before { background-color: rgba(35, 36, 39, .8); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .cta-content {} .cta-content span { font-family: work sans, sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; display: block; color: #ddd } .cta-content h2 { color: #fff; font-size: 42px; line-height: 46px; margin-bottom: 30px } .content-section {} .content-wrap { display: flex; align-items: center } .content-wrap img { border-radius: 5px } .content-info {} .content-info span { font-family: work sans, sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; display: block } .content-info h2 { margin-bottom: 20px } .content-info p { margin-bottom: 30px } .counter-section { background-image: url(../img/counter-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; width: 100%; height: 100%; left: 0; top: 0; z-index: 1 } .counter-section:before { background-color: rgba(35, 36, 39, .8); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .counter-content { text-align: center } .counter-content .counter { font-family: work sans, sans-serif; color: #07a4ff; font-size: 48px; line-height: 1; font-weight: 600; position: relative; display: block; margin: 0 0 10px } .counter-content h4 { font-family: work sans, sans-serif; font-size: 12px; color: #fff; font-weight: 600; display: block; text-transform: uppercase } .team-section { position: relative; z-index: 1 } .team-section .dots { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .team-wrap .col-lg-3 { padding: 0 } .team-item { position: relative; overflow: hidden; z-index: 1 } .team-item img { width: 100% } .team-item .team-content { display: block } .team-item .team-content h3 { position: absolute; width: auto; height: auto; left: 0; bottom: -58px; background-color: #fff; box-shadow: 0 14px 70px -10px rgba(0, 0, 0, .15); transform: rotate(-90deg); transform-origin: 0 0; padding: 10px 15px; font-size: 16px; z-index: 2 } .bg-dark .team-item .team-content h3 { color: #263a4f } .team-item .team-content span { position: absolute; width: auto; height: auto; right: 20px; bottom: 20px; color: #fff; font-size: 10px; letter-spacing: 1px; font-family: work sans, sans-serif; padding: 5px 10px; background-color: #07a4ff; box-shadow: 0 14px 70px -10px rgba(0, 0, 0, .15); text-transform: uppercase; font-weight: 600; z-index: 2 } .team-item .team-social { position: absolute; width: auto; height: auto; right: 20px; top: 20px; visibility: hidden; opacity: 0; z-index: 2; transition: all .3s linear } .team-item .team-social li { transform: translateX(100px); transition: all .3s linear } .team-item .team-social li:nth-child(1) { transition-delay: 0ms } .team-item .team-social li:nth-child(2) { transition-delay: 100ms } .team-item .team-social li:nth-child(3) { transition-delay: 150ms } .team-item .team-social li:nth-child(4) { transition-delay: 200ms } .team-item:hover .team-social li { transform: translateX(0) } .team-item .team-social li a { color: #fff; margin-bottom: 10px; display: block } .team-item:hover img { transform: scale(1.08); cursor: pointer } .team-item:hover .team-social { visibility: visible; opacity: 1 } .team-item .overlay { background-color: rgba(0, 0, 0, .2); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; visibility: hidden; opacity: 0 } .team-item:hover .overlay { visibility: visible; opacity: 1 } .testimonial-section { position: relative; z-index: 1 } .testimonial-section .dots { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .testi-item img { width: 100px !important; height: 100px; line-height: 100px; border-radius: 50% } .testi-content { padding-left: 20px } .testi-content h3 { font-size: 16px; display: inline-block; font-weight: 600; margin: 0 } .testi-content span { display: block; font-size: 12px; text-transform: uppercase; font-family: work sans, sans-serif } .testi-item { background-color: #fff; position: relative; padding: 30px; border-left: 4px solid #07a4ff; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .testi-item .fa-quote-right { position: absolute; right: 30px; bottom: 25px; font-size: 50px; color: #07a4ff; opacity: .5 } .testi-content .rattings { display: inline-block; margin-left: 5px } .testi-content .rattings li { display: inline-block } .testi-content .rattings li i { font-size: 10px; color: #07a4ff; display: inline-block } .owl-controls .owl-dots { width: 100%; height: auto; position: absolute; left: 0; bottom: -50px; text-align: center } .owl-controls .owl-dots .owl-dot { display: inline-block; width: 10px; height: 10px; border-radius: 1px; background-color: #555; margin: 0 3px; position: relative; text-align: center } .owl-controls .owl-dots .owl-dot.active { background-color: #07a4ff } .page-header { background-image: url(../img/page-header.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; height: 400px; display: flex; align-items: center; position: relative; z-index: 1 } .page-header:before { background-color: rgba(0, 0, 0, .1); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .page-content {} .page-content h2 { color: #fff; font-size: 36px } .page-content p { color: #ddd; margin: 0 } .error-section {} .error-content { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: center } .error-content img { max-width: 100% } .error-content .error-info { padding-left: 50px; text-align: center } .error-content .error-info h2 { font-size: 200px; line-height: 200px; letter-spacing: -10px } .error-content .error-info a { color: #263a4f; font-weight: 600; text-decoration: underline } .error-content .error-info a:hover { color: #07a4ff } .contact-section { position: relative; z-index: 1 } .contact-section .dots { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .contact-info h3 { line-height: 28px } .contact-info h4 { font-size: 15px; line-height: 28px } .contact-info span { text-transform: uppercase; margin-right: 5px } .form-control { background-color: #fff; border-radius: 5px; padding: 5px 5px; box-shadow: none } .form-control:focus { border-color: #07a4ff; box-shadow: none; outline: none } #form-messages { display: none } #form-messages.alert-danger, #form-messages.alert-success { display: block } #google-map { width: 100%; height: 400px } .blog-section {} .blog-section.bg-dark .dots { width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .blog-item .blog-thumb { position: relative } .blog-item .blog-thumb .category { background-color: #07a4ff; padding: 5px 15px; text-align: center; color: #fff; font-size: 12px; text-transform: uppercase; font-weight: 600; font-family: work sans, sans-serif; position: absolute; width: auto; height: auto; left: 0; bottom: 0 } .blog-item .blog-thumb .category a { color: #fff } .blog-item .blog-thumb img { width: 100%; margin: 0 } .blog-content { background-color: #f9fafa; padding: 30px } .blog-content h3 { line-height: 24px } .blog-content h3 a { color: #263a4f; font-size: 18px; line-height: 24px } /* .blog-content h3 a:hover { color: #07a4ff } */ .blog-content .read-more { font-family: work sans, sans-serif; color: #263a4f; font-size: 12px; font-weight: 600; text-transform: uppercase; position: relative; padding-left: 30px; transition: all 200ms linear 0ms } .blog-content .read-more:before { background-color: #07a4ff; position: absolute; content: ""; width: 20px; height: 2px; left: 0; top: calc(50% - 1px); transition: all 200ms linear 0ms } .blog-content .read-more:hover { color: #07a4ff; padding-left: 40px } .blog-content .read-more:hover:before { width: 30px } .pagination-wrap {} .pagination-wrap li { display: inline-block; margin: 0 5px } .pagination-wrap.text-left li { margin: 0 10px 0 0 } .pagination-wrap li a { border: 1px solid #e5e5e5; display: inline-block; width: 40px; height: 40px; line-height: 38px; text-align: center; color: #263a4f; font-weight: 600; border-radius: 2px } .pagination-wrap li a:hover { background-color: #07a4ff; color: #fff; opacity: 1; text-decoration: none } .pagination-wrap li a.active { background-color: #07a4ff; border: 1px solid #07a4ff; color: #fff } .sidebar-wrap { padding-left: 40px } .sidebar-wrap .widget-content { margin-bottom: 40px } .sidebar-wrap .widget-content h4 { position: relative; margin-bottom: 30px } .sidebar-wrap .widget-content h4:before { background-color: #07a4ff; position: absolute; content: ""; width: 20%; height: 3px; left: 0; bottom: -5px } .sidebar-wrap .widget-content .widget-links li a:hover { text-decoration: underline } .search-form { position: relative; margin-left: -2px } .search-form .form-control { background-color: #f5f5f5; box-shadow: none; width: 100%; display: block; border: 1px solid #e5e5e5; color: #263a4f; height: auto; padding: 15px 20px; border-radius: 2px; padding-right: 60px } .search-form .search-btn { background-color: transparent; font-size: 15px; color: #263a4f; width: 60px; height: 100%; position: absolute; top: 0; right: 0; display: block; padding: 10px 0; opacity: .6 } .search-form .search-btn:focus, .search-form .search-btn:hover { opacity: 1; cursor: pointer } .search-form input::-webkit-input-placeholder { color: #8d9aa8 !important } .search-form input:-moz-placeholder { color: #8d9aa8 !important } .search-form input::-moz-placeholder { color: #8d9aa8 !important } .search-form input:-ms-input-placeholder { color: #8d9aa8 !important } .thumb-post {} .thumb-post li { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: top; margin-bottom: 20px } .thumb-post li:last-child { margin-bottom: 0 } .thumb-post li img { width: 100px; display: block } .thumb-post li a { font-family: poppins, sans-serif; font-size: 15px; font-weight: 600; color: #263a4f; padding-left: 15px; letter-spacing: -.5px } .thumb-post li a:hover { color: #07a4ff; text-decoration: underline } .widget-content .tags {} .widget-content .tags li { display: inline-block } .widget-content .tags li a { display: inline-block; background-color: #07a4ff; padding: 5px 10px; border-radius: 2px; font-size: 12px; color: #fff; margin: 3px } .widget-content .tags li a:hover { background-color: #263a4f; color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .blog-thumb {} .blog-thumb img { margin-bottom: 20px } .blog-single-content {} .blog-single-content h2 a { font-size: 28px; color: #263a4f } .blog-single-content h2 a:hover { color: #07a4ff } .single-post-meta { margin-bottom: 20px } .single-post-meta li { display: inline-block; margin-right: 20px } .single-post-meta li i { font-size: 12px; color: #07a4ff; margin-right: 5px } .single-post-meta li a { display: inline-block; font-family: work sans, sans-serif; text-transform: uppercase; font-size: 12px; font-weight: 600; color: #263a4f } blockquote { background-color: #f5f5f5; padding: 40px; border-left: 4px solid #07a4ff; margin: 30px 0; position: relative; z-index: 1 } blockquote .dots { width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } blockquote p { color: #263a4f; font-size: 20px } blockquote span { display: block; margin-top: 20px; color: #263a4f } .post-tags { margin-top: 30px } .post-tags li { display: inline-block } .post-tags li a { display: inline-block; background-color: #07a4ff; padding: 5px 10px; border-radius: 2px; font-size: 12px; color: #fff; margin: 3px } .post-tags li a:hover { background-color: #263a4f; color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .author-box { display: flex; align-items: center; padding: 30px; margin-top: 30px; border-left: 4px solid #07a4ff } .author-box img { border-radius: 50% } .author-info { padding-left: 30px } .author-info h3 { font-size: 18px; line-height: 28px; margin-bottom: 5px } .author-box .social-icon {} .author-box .social-icon li { display: inline-block; margin-right: 8px } .author-box .social-icon li a { font-size: 14px; color: #263a4f } .author-box .social-icon li a:hover { color: #07a4ff } .post-navigation { border: 1px solid #e5e5e5; margin-top: 40px; margin-left: 0; margin-right: 0 } .post-navigation .col { padding: 20px } .post-navigation .col:not(:last-of-type) { border-right: 1px solid rgba(17, 17, 17, .04) } .post-navigation .col a { color: #263a4f; font-size: 12px; text-transform: uppercase; font-family: work sans, sans-serif; font-weight: 600; display: flex; align-items: center } .post-navigation .col.next-post a { justify-content: flex-end } .post-navigation .col i { display: inline-block; font-size: 14px } .post-navigation .ti-arrow-left { margin-right: 10px } .post-navigation .ti-arrow-right { margin-left: 10px } .post-navigation .col a:hover { color: #07a4ff } .post-navigation .col.prev-post .fa { margin-right: 10px } .post-navigation .col.next-post .fa { margin-left: 10px } .blog-single-wrap .comments-area { margin-top: 40px } .blog-single-wrap .comments-area .comments { border-bottom: 0 } .blog-single-wrap .comments-area li>div { border-bottom: 1px solid rgba(17, 17, 17, .05); padding: 35px } .blog-single-wrap .comments-area ol { list-style-type: none; padding-left: 0 } .blog-single-wrap .comments-area ol ul { padding-left: 30px; list-style-type: none; margin: 0 } .blog-single-wrap .comments-area ol>li:last-child div { border-bottom: 0 } .blog-single-wrap .comments-area .comments-title { font-size: 22px; font-weight: 600 } .blog-single-wrap .comments-area li>div { position: relative } .blog-single-wrap .comments-area .comment-thumb { position: absolute; left: 35px } .blog-single-wrap .comments-area .comment-thumb .comment-img { width: 80px; height: 80px; border-radius: 50% } .blog-single-wrap .comments-area .comment-thumb .comment-img img { border-radius: 50% } .blog-single-wrap .comments-area .comment-main-area { padding-left: 100px } .blog-single-wrap .comments-area .comment-main-area p { margin-bottom: 20px } .blog-single-wrap .comments-area .comments-meta h4 { font-family: poppins, sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -1px } .blog-single-wrap .comments-area .comments-meta h4 span { font-family: work sans, sans-serif; font-weight: 600; text-transform: none; display: inline-block; font-size: 12px; text-transform: uppercase; margin-left: 5px } .blog-single-wrap .comments-area .comment-reply-link { font-family: work sans, sans-serif; font-size: 12px; font-weight: 600; color: #07a4ff; display: inline-block; text-transform: uppercase; padding-left: 35px; position: relative } .blog-single-wrap .comments-area .comment-reply-link:before { background-color: #07a4ff; position: absolute; content: ""; width: 30px; height: 2px; left: 0; top: calc(50% - 1px) } .blog-single-wrap .comments-area .comment-reply-link:hover { text-decoration: underline } .blog-single-wrap .comment-respond {} .blog-single-wrap .comment-respond .comment-reply-title { font-size: 22px; font-weight: 600; letter-spacing: -1px; margin-bottom: 20px } .blog-single-wrap .comment-respond form input, .blog-single-wrap .comment-respond form textarea { background-color: #f5f5f5; border: 1px solid #e5e5e5; width: 100%; height: 50px; padding: 6px 15px; margin-bottom: 15px; outline: 0; -webkit-box-shadow: none; box-shadow: none; transition: all .3s } .blog-single-wrap .comment-respond form input:focus, .blog-single-wrap .comment-respond form textarea:focus { border-color: #07a4ff } .blog-single-wrap .comment-respond form textarea { height: 200px; padding: 15px } .blog-single-wrap .comment-respond .form-inputs { overflow: hidden } .blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) { width: 49%; float: left } .blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) { width: 49%; float: right } .blog-single-wrap .comment-respond .form-submit input { font-family: work sans, sans-serif; max-width: 180px; background-color: #07a4ff; color: #fff; font-weight: 600; font-size: 12px; letter-spacing: 1px; margin-bottom: 0; border: 0; outline: 0; cursor: pointer; border-radius: 0; text-transform: uppercase } .blog-single-wrap .comment-respond .form-submit input:hover { opacity: .9 } .sponsor-section { padding: 50px 0; position: relative; z-index: 1 } .sponsor-section .dots { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .sponsor-item {} .sponsor-item img { opacity: .5 } .sponsor-item:hover img { opacity: 1; cursor: pointer } .widget-section { background-color: #232427; border-bottom: 1px solid #333 } .widget-content {} .widget-content img { margin-bottom: 20px } .widget-section .widget-content h4 { color: #fff } .widget-content p {} .widget-content span { display: block } .widget-content .widget-links {} .widget-content .widget-links li {} .widget-content .widget-links li a { color: #8d9aa8; line-height: 1.9 } .widget-content .widget-links li a:hover { color: #07a4ff; text-decoration: underline } .subscribe-form { position: relative } .subscribe-form .form-input { border: 1px solid #e5e5e5; width: 100%; height: 50px; padding: 10px; padding-right: 140px; border-radius: 2px } .subscribe-form .submit-btn { background-color: #07a4ff; font-family: work sans, sans-serif; text-transform: uppercase; color: #fff; font-size: 12px; border-radius: 2px; line-height: 50px; font-weight: 600; display: inline-block; letter-spacing: .5px; padding: 0 30px; position: absolute; top: 0; right: 0; cursor: pointer } .footer-section { background-color: #232427; display: block; color: #fff; text-align: center; padding: 25px 0 } .footer-section p { font-size: 12px; color: #ababc7; margin: 0 } #scroll-to-top { background-color: #07a4ff; display: none; width: 45px; height: 45px; text-align: center; font-size: 14px; border-radius: 50%; line-height: 45px; color: #fff; position: fixed; bottom: 50px; right: 50px; z-index: 999 } #scroll-to-top:hover { background-color: #07a4ff; color: #fff; opacity: .8 }
assets/mockup/core/css/main.css
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro|Poppins:600,700|Work+Sans:600&amp;display=swap'; * { padding: 0; margin: 0 } body { background-color: #fff; font-family: source sans pro, sans-serif; font-size: 16px; line-height: 26px; color: #8d9aa8; font-weight: 400; letter-spacing: -.2px; position: relative; overflow-x: hidden } ::-webkit-scrollbar { width: 8px; height: 8px } ::-webkit-scrollbar-thumb { cursor: pointer; background: #07a4ff } ::selection { background-color: #07a4ff; color: #fff } -webkit-::selection { background-color: #07a4ff; color: #fff } ::-moz-selection { background-color: #07a4ff; color: #fff } h1, h2, h3, h4, h5, h6 { font-family: poppins, sans-serif; -webkit-font-smoothing: antialiased; color: #263a4f } .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5 { color: #fff } .bg-dark p, .bg-dark span { color: #999 } h1 { font-size: 45px; font-weight: 400; line-height: 55px; margin: 0 0 10px; color: #263a4f } h2 { font-size: 32px; line-height: 42px; color: #263a4f; margin: 0 0 10px; font-weight: 600; letter-spacing: -1px } h3, h4 { margin: 0 0 10px; font-weight: 400; line-height: 1.7; color: #263a4f; letter-spacing: -.5px } h3 { font-size: 20px } h4 { font-size: 16px } h5, h6 { font-size: 14px; margin: 0 0 10px } img { border: none; outline: none; max-width: 100% } ul { display: block; list-style: none; padding: 0; margin: 0 } p, li, a, span {} p { font-size: 16px; line-height: 26px; margin-bottom: 15px } a, a:hover { text-decoration: none } a:focus { outline: 0; text-decoration: none } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ddd !important } input:-moz-placeholder, textarea:-moz-placeholder { color: #ddd !important } input::-moz-placeholder, textarea::-moz-placeholder { color: #ddd !important } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ddd !important } button { border: none; background: 0 0 } .padding { padding: 50px 0 } .no-padding { padding: 0 } .padding-15 { padding: 15px } .padding-20 { padding: 20px } .box-padding { padding: 0 50px } .bg-white { background-color: #fff } .bg-grey { background-color: #f9fafa } .bg-dark { background-color: #242323 !important } .bd-top { border-top: 1px solid #e5e5e5 } .bd-bottom { border-bottom: 1px solid #e5e5e5 } .mb-10 { margin-bottom: 10px } .mb-15 { margin-bottom: 15px } .mb-20 { margin-bottom: 20px } .mb-25 { margin-bottom: 25px } .mb-30 { margin-bottom: 30px } .mb-35 { margin-bottom: 35px } .mb-40 { margin-bottom: 40px } .mb-45 { margin-bottom: 45px } .mb-50 { margin-bottom: 50px } .ml-15 { margin-left: 15px } .ml-20 { margin-left: 20px } .ml-25 { margin-left: 25px } .ml-30 { margin-left: 30px } .ml-35 { margin-left: 35px } .mt-20 { margin-top: 20px } .mt-30 { margin-top: 30px } .mt-40 { margin-top: 40px } .mt-50 { margin-top: 50px } .fz-28 { font-size: 28px } .fz-24 { font-size: 24px } .fz-22 { font-size: 22px } .fz-20 { font-size: 20px } .fz-18 { font-size: 18px } .fz-16 { font-size: 16px } .text-black { color: #333 } .text-white { color: #fff } .box-shadow { border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; } .box-shadow:hover { -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); transition: .5s ease; } .loaded .site-preloader-wrap { opacity: 0; visibility: hidden } .site-preloader-wrap { position: fixed; z-index: 999; height: 100%; width: 100%; background: #fff; top: 0; left: 0 } .site-preloader-wrap .spinner { background-color: #07a4ff; position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px } .spinner { width: 40px; height: 40px; border-radius: 100%; -webkit-animation: sk-scaleout 1s infinite ease-in-out; animation: sk-scaleout 1s infinite ease-in-out } @-webkit-keyframes sk-scaleout { 0% { -webkit-transform: scale(0) } 100% { -webkit-transform: scale(1); opacity: 0 } } @keyframes sk-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0) } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .btn_group {} .btn_group a { margin: 5px } .btn_group_left a { margin-right: 15px; margin-bottom: 15px } .default-btn { background-color: #07a4ff; text-transform: uppercase; font-family: work sans, sans-serif; color: #fff; font-size: 12px; border-radius: 2px; line-height: 45px; font-weight: 600; display: inline-block; letter-spacing: .5px; padding: 0 30px; -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, .2); box-shadow: 0 3px 10px rgba(71, 44, 173, .2) } .default-btn:hover { background-color: #232427; color: #fff } .section-heading h2 { font-size: 32px; display: block } .section-heading span { display: inline-block; text-transform: uppercase; font-size: 12px; color: #263a4f; font-weight: 600; letter-spacing: 0; font-family: work sans, sans-serif; position: relative; margin-bottom: 10px; z-index: 1 } .section-heading span:before { background-color: transparent; position: absolute; content: ""; width: 20px; height: 30px; left: calc(50% - 10px); top: calc(50% - 15px); border: 3px solid #07a4ff; opacity: .5; z-index: -1 } a, a:hover, .overlay, img, .form-control, .form-control:hover, button { -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s } .header { background-color: #fff; width: 100%; height: auto; display: block } .viewport-sm .primary-header { padding: 10px 0 } .header-menu-wrap { margin-left: auto } .sticky-header { width: 100%; position: fixed; left: 0; top: 0; transform: translateY(-100%); z-index: 99 } .sticky-header .primary-header { background-color: #fff; box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1) } .sticky-header.headroom--top { transform: translateY(-100%) } .headroom { transition: transform .25s ease-in-out; will-change: transform } .headroom--unpinned { transform: translateY(-100%) } .headroom--pinned { transform: translateY(0) } .header ul { margin: 0; padding: 0; list-style: none } .mobile-menu-icon { display: none } .burger-menu { width: 20px; height: 17px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; -webkit-transition: transform 330ms ease-out; -moz-transition: transform 330ms ease-out; -o-transition: transform 330ms ease-out; transition: transform 330ms ease-out } .burger-menu.menu-open { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg) } .line-menu { background-color: #222; border-radius: 2px; width: 100%; height: 3px } .line-menu.line-half { width: 50% } .line-menu.first-line { transition: transform 330ms cubic-bezier(.54, -.81, .57, .57); transform-origin: right } .menu-open .line-menu.first-line { -webkit-transform: rotate(-90deg) translateX(3px); -moz-transform: rotate(-90deg) translateX(3px); -o-transform: rotate(-90deg) translateX(3px); transform: rotate(-90deg) translateX(3px) } .line-menu.last-line { align-self: flex-end; transition: transform 330ms cubic-bezier(.54, -.81, .57, .57); transform-origin: left } .menu-open .line-menu.last-line { -webkit-transform: rotate(-90deg) translateX(-3px); -moz-transform: rotate(-90deg) translateX(-3px); -o-transform: rotate(-90deg) translateX(-3px); transform: rotate(-90deg) translateX(-3px) } .header-menu-wrap ul { margin: 0; padding: 0; list-style: none } .header-menu-wrap ul li { display: inline-block; position: relative } .header-menu-wrap ul li>a { display: block; font-family: work sans, sans-serif; font-size: 12px; letter-spacing: 0; text-transform: uppercase; font-weight: 600; color: #263a4f; padding: 0 20px; height: 80px; line-height: 80px; text-decoration: none; -webkit-font-smoothing: antialiased } .header-menu-wrap ul li:hover>a { color: #07a4ff } .header-menu-wrap li ul { background-color: #fff; display: block; width: 250px; padding: 30px 0; -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07); box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07); position: absolute; left: -35px; top: 100%; opacity: 0; visibility: hidden; z-index: 0; -webkit-transition: opacity .5s ease, visibility .5s ease; -o-transition: opacity .5s ease, visibility .5s ease; transition: opacity .5s ease, visibility .5s ease } .header-menu-wrap li:hover>ul { opacity: 1; visibility: visible; z-index: 99 } .header-menu-wrap li li { display: block; padding: 0 35px; margin-bottom: 5px; text-align: left; position: relative } .header-menu-wrap li li:last-child { margin: 0 } .header-menu-wrap li li>a { font-family: source sans pro, sans-serif; display: block; height: auto; line-height: inherit; color: #263a4f; font-weight: 400; letter-spacing: 0; line-height: 2.5; text-transform: capitalize; padding: 1px 8px; font-size: 14px; -webkit-font-smoothing: antialiased } .header-menu-wrap li li:hover>a { color: #07a4ff !important; background-color: #f9f9f9 } .header-menu-wrap li ul li ul { width: 250px; position: absolute; left: 100%; top: 0 } @media(min-width:993px) { .header-menu-wrap li ul { display: block !important } } @media(max-width:992px) { .headroom--top .header-menu-wrap, .headroom--unpinned .header-menu-wrap { display: none !important } .dropdown-plus { width: 49px; height: 49px; line-height: 49px; position: absolute; top: 0; right: 0; cursor: pointer } .dropdown-plus:before, .dropdown-plus:after { position: absolute; content: ''; top: 24px; right: 18px; width: 13px; height: 1px; background-color: #222 } .dropdown-plus:after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg) } .dropdown-plus.dropdown-open:after { display: none } .mobile-menu-icon { display: block } .header-menu-wrap { display: none; background-color: #fff; width: 100%; height: auto; padding: 0 20px; position: absolute; left: 0; top: 50px; z-index: 999 } .header-menu-wrap ul li { display: block; border-bottom: 1px solid rgba(0, 0, 0, .04) } .header-menu-wrap ul li:first-child { border-top: 1px solid rgba(0, 0, 0, .04) } .header-menu-wrap ul li>a { padding: 10px 15px; height: inherit; line-height: inherit } .header-menu-wrap ul li ul li ul, .header-menu-wrap ul li ul { background-color: transparent; width: 100%; opacity: 1; padding: 0; visibility: visible; position: inherit; display: none; top: inherit; left: inherit; box-shadow: none } .header-menu-wrap li li { padding-left: 11px } .header-menu-wrap li li:last-child { border-bottom: none } .header-menu-wrap li li>a { color: #263a4f; font-size: 13px } .header-menu-wrap li li:hover>a { color: #666 } } @media(max-width:580px) { .header-right a.menu-btn { line-height: 40px; font-size: 10px; padding: 0 25px } .primary-header .header-logo { max-width: 150px } } .primary-header-inner .header-right { display: flex; align-items: center; line-height: 80px; margin-left: 20px } .header-right .mobile-menu-icon { margin-left: 20px } .header-right a.menu-btn { background-color: #07a4ff; line-height: 40px; color: #fff; border-radius: 3px; margin: 0 auto; display: flex; align-items: center; padding: 0 20px } .header-right a.menu-btn:hover { background-color: #07a4ff; opacity: .8; color: #fff } .primary-header-inner { display: flex; align-items: center; justify-content: space-between; position: relative } .primary-header .header-logo { max-width: 180px } .viewport-lg .primary-header .header-menu-wrap { display: block !important } .about-section {} .about-wrap { display: flex; align-items: center } .about-content {} .about-content h2 { margin-bottom: 20px } .about-content p { margin-bottom: 30px } .about-promo { padding-left: 80px } .about-promo .about-promo-item { display: flex; align-items: center; margin-bottom: 15px } .about-promo .about-promo-item:last-child { margin-bottom: 0 } .about-promo .about-promo-item i { font-size: 70px; color: #07a4ff; margin-right: 30px } .service-section { position: relative; z-index: 1 } .service-section .dark-bg { position: absolute; background-color: #232427; width: 100%; height: 350px; left: 0; top: 0; z-index: -2; padding-top: 80px } .service-section:before { background-image: url(../img/map-pattern.png); background-repeat: no-repeat; background-position: top center; background-size: contain; position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .section-heading.dark-background h2 { color: #fff } .section-heading.dark-background span { color: #ddd } .service-item { background-color: #fff; padding: 40px 20px; border-right: 1px solid rgba(0, 0, 0, .03); transition: all .2s ease-in-out; text-align: center; position: relative; z-index: 1 } .service-item .service-icon { color: #07a4ff; font-size: 60px; margin-bottom: 10px } .service-item .overlay-icon { position: absolute; left: 50%; bottom: 50%; font-size: 130px; color: #07a4ff; opacity: .09; transform: translate(-50%, 50%); z-index: -1 } .service-item h3 { font-size: 18px } .service-item .read-more { font-family: work sans, sans-serif; color: #263a4f; font-size: 12px; font-weight: 600; text-transform: uppercase; position: relative } .service-item .read-more:hover { opacity: .8 } .service-item:hover { /* background-color: #07a4ff; */ transition: all .2s ease-in-out } .service-item:hover h3, .service-item:hover .service-icon, .service-item:hover .overlay-icon, .service-item:hover p, .service-item:hover .read-more { /* color: #fff; */ transition: all .2s ease-in-out } .service-carousel { position: relative } .service-carousel .owl-nav {} .service-carousel .owl-nav div { position: absolute; width: 50px; height: 50px; line-height: 50px; text-align: center; left: -70px; top: calc(50% - 20px); background-color: #fff; color: #263a4f; border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .service-carousel .owl-nav div.owl-next { left: auto; right: -70px } .service-section.section-2 { position: relative; z-index: 1; padding-bottom: 100px } .service-section.section-2 .dots { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .service-content {} .service-content span { font-family: work sans, sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; display: block } .service-content h2 { margin-bottom: 20px } .service-content p { margin-bottom: 30px } .services-list .offset-top { transform: translateY(30px) } .services-list .service-item { text-align: left } .services-list .service-item i { font-size: 50px; color: #07a4ff; margin-bottom: 10px; display: block } /* .services-list .service-item:hover i { color: #fff } */ .services-list .service-item h3 { margin: 0 0 5px } .services-list .service-item p { font-size: 14px; line-height: 1.6; margin: 0 } .promo-section {} .promo-wrap {} .promo-item { padding: 30px 15px } .promo-item h3 { font-size: 18px; margin: 0 0 5px } .promo-item i { display: block; font-size: 50px; color: #07a4ff; margin-bottom: 10px } .promo-item p { font-size: 14px; line-height: 1.6; margin-bottom: 0 } .work-pro-section { background-image: url(../img/d-slide-6.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; width: 100%; height: 100%; left: 0; top: 0; z-index: 1 } .work-pro-section:before { background-color: rgba(35, 36, 39, .8); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .work-pro-item {} .work-pro-item .number { font-size: 18px; color: #fff; font-family: poppins, sans-serif; font-weight: 600; width: 50px; height: 50px; line-height: 50px; text-align: center; background-color: #07a4ff; display: inline-block; border-radius: 50%; margin-bottom: 20px; position: relative; z-index: 1 } .work-pro-item .number-line { background-color: rgba(255, 255, 255, .08); position: absolute; content: ""; width: 100%; height: 2px; top: 25px; left: 150px; z-index: -1 } .work-pro-item h3 { color: #fff; font-size: 18px } .work-pro-item p { color: #ddd; margin: 0 } .projects-section {} .projects-section .container-fluid { padding: 0 } .projects-carousel {} .project-item { position: relative; overflow: hidden; z-index: 1 } .project-item img { width: 100% } .project-item .overlay { /* background-color: rgba(255, 118, 7, .8); */ content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: block; visibility: hidden; opacity: 0; z-index: 1 } .project-item:hover .overlay { visibility: visible; opacity: 1; cursor: pointer; transition: all 300ms ease } .projects-content { position: absolute; width: 100%; height: auto; left: 0; bottom: 0; padding: 30px; z-index: 1; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .4s cubic-bezier(.37, .31, .2, .85); transition: all .4s cubic-bezier(.37, .31, .2, .85) } .project-item:hover .projects-content { transform: translateY(0) } .project-item .tittle:hover { text-decoration: underline } .projects-content .category { font-family: work sans, sans-serif; text-transform: uppercase; font-weight: 500; font-size: 12px; margin-bottom: 15px; color: #fff; display: block } .projects-content .tittle { font-size: 18px; color: #fff; line-height: 26px; font-weight: 600; letter-spacing: 0; display: block } .project-item .view-icon { position: absolute; width: auto; height: auto; right: 40px; top: 30px; display: block; font-size: 25px; color: #fff; visibility: hidden; opacity: 0; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease } .project-item:hover .view-icon { cursor: pointer; right: 20px; visibility: visible; opacity: 1; z-index: 1 } .projects-carousel { position: relative } .projects-carousel .owl-nav {} .projects-carousel .owl-nav div { position: absolute; width: 50px; height: 50px; line-height: 50px; text-align: center; left: -70px; top: calc(50% - 20px); background-color: #fff; color: #263a4f; border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .projects-carousel .owl-nav div.owl-next { left: auto; right: -70px } .project-single-section { position: relative; z-index: 1 } .project-single-section .dots { width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .project-single-content { background-color: #fff; padding-left: 30px } .project-single-content p, .project-single-content h2 { margin-bottom: 20px } .project-single-content .project-details li { line-height: 40px } .project-single-content .project-details span { font-family: work sans, sans-serif; text-transform: uppercase; font-weight: 600; color: #263a4f; font-size: 14px; letter-spacing: 0; width: 150px; display: inline-block } .cta-section { background-image: url(../img/cta-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; width: 100%; height: 100%; left: 0; top: 0; z-index: 1 } .cta-section:before { background-color: rgba(35, 36, 39, .8); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .cta-content {} .cta-content span { font-family: work sans, sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; display: block; color: #ddd } .cta-content h2 { color: #fff; font-size: 42px; line-height: 46px; margin-bottom: 30px } .content-section {} .content-wrap { display: flex; align-items: center } .content-wrap img { border-radius: 5px } .content-info {} .content-info span { font-family: work sans, sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; display: block } .content-info h2 { margin-bottom: 20px } .content-info p { margin-bottom: 30px } .counter-section { background-image: url(../img/counter-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; width: 100%; height: 100%; left: 0; top: 0; z-index: 1 } .counter-section:before { background-color: rgba(35, 36, 39, .8); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .counter-content { text-align: center } .counter-content .counter { font-family: work sans, sans-serif; color: #07a4ff; font-size: 48px; line-height: 1; font-weight: 600; position: relative; display: block; margin: 0 0 10px } .counter-content h4 { font-family: work sans, sans-serif; font-size: 12px; color: #fff; font-weight: 600; display: block; text-transform: uppercase } .team-section { position: relative; z-index: 1 } .team-section .dots { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .team-wrap .col-lg-3 { padding: 0 } .team-item { position: relative; overflow: hidden; z-index: 1 } .team-item img { width: 100% } .team-item .team-content { display: block } .team-item .team-content h3 { position: absolute; width: auto; height: auto; left: 0; bottom: -58px; background-color: #fff; box-shadow: 0 14px 70px -10px rgba(0, 0, 0, .15); transform: rotate(-90deg); transform-origin: 0 0; padding: 10px 15px; font-size: 16px; z-index: 2 } .bg-dark .team-item .team-content h3 { color: #263a4f } .team-item .team-content span { position: absolute; width: auto; height: auto; right: 20px; bottom: 20px; color: #fff; font-size: 10px; letter-spacing: 1px; font-family: work sans, sans-serif; padding: 5px 10px; background-color: #07a4ff; box-shadow: 0 14px 70px -10px rgba(0, 0, 0, .15); text-transform: uppercase; font-weight: 600; z-index: 2 } .team-item .team-social { position: absolute; width: auto; height: auto; right: 20px; top: 20px; visibility: hidden; opacity: 0; z-index: 2; transition: all .3s linear } .team-item .team-social li { transform: translateX(100px); transition: all .3s linear } .team-item .team-social li:nth-child(1) { transition-delay: 0ms } .team-item .team-social li:nth-child(2) { transition-delay: 100ms } .team-item .team-social li:nth-child(3) { transition-delay: 150ms } .team-item .team-social li:nth-child(4) { transition-delay: 200ms } .team-item:hover .team-social li { transform: translateX(0) } .team-item .team-social li a { color: #fff; margin-bottom: 10px; display: block } .team-item:hover img { transform: scale(1.08); cursor: pointer } .team-item:hover .team-social { visibility: visible; opacity: 1 } .team-item .overlay { background-color: rgba(0, 0, 0, .2); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; visibility: hidden; opacity: 0 } .team-item:hover .overlay { visibility: visible; opacity: 1 } .testimonial-section { position: relative; z-index: 1 } .testimonial-section .dots { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .testi-item img { width: 100px !important; height: 100px; line-height: 100px; border-radius: 50% } .testi-content { padding-left: 20px } .testi-content h3 { font-size: 16px; display: inline-block; font-weight: 600; margin: 0 } .testi-content span { display: block; font-size: 12px; text-transform: uppercase; font-family: work sans, sans-serif } .testi-item { background-color: #fff; position: relative; padding: 30px; border-left: 4px solid #07a4ff; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .testi-item .fa-quote-right { position: absolute; right: 30px; bottom: 25px; font-size: 50px; color: #07a4ff; opacity: .5 } .testi-content .rattings { display: inline-block; margin-left: 5px } .testi-content .rattings li { display: inline-block } .testi-content .rattings li i { font-size: 10px; color: #07a4ff; display: inline-block } .owl-controls .owl-dots { width: 100%; height: auto; position: absolute; left: 0; bottom: -50px; text-align: center } .owl-controls .owl-dots .owl-dot { display: inline-block; width: 10px; height: 10px; border-radius: 1px; background-color: #555; margin: 0 3px; position: relative; text-align: center } .owl-controls .owl-dots .owl-dot.active { background-color: #07a4ff } .page-header { background-image: url(../img/page-header.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; height: 400px; display: flex; align-items: center; position: relative; z-index: 1 } .page-header:before { background-color: rgba(0, 0, 0, .1); position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: -1 } .page-content {} .page-content h2 { color: #fff; font-size: 36px } .page-content p { color: #ddd; margin: 0 } .error-section {} .error-content { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: center } .error-content img { max-width: 100% } .error-content .error-info { padding-left: 50px; text-align: center } .error-content .error-info h2 { font-size: 200px; line-height: 200px; letter-spacing: -10px } .error-content .error-info a { color: #263a4f; font-weight: 600; text-decoration: underline } .error-content .error-info a:hover { color: #07a4ff } .contact-section { position: relative; z-index: 1 } .contact-section .dots { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .contact-info h3 { line-height: 28px } .contact-info h4 { font-size: 15px; line-height: 28px } .contact-info span { text-transform: uppercase; margin-right: 5px } .form-control { background-color: #fff; border-radius: 5px; padding: 5px 5px; box-shadow: none } .form-control:focus { border-color: #07a4ff; box-shadow: none; outline: none } #form-messages { display: none } #form-messages.alert-danger, #form-messages.alert-success { display: block } #google-map { width: 100%; height: 400px } .blog-section {} .blog-section.bg-dark .dots { width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .blog-item .blog-thumb { position: relative } .blog-item .blog-thumb .category { background-color: #07a4ff; padding: 5px 15px; text-align: center; color: #fff; font-size: 12px; text-transform: uppercase; font-weight: 600; font-family: work sans, sans-serif; position: absolute; width: auto; height: auto; left: 0; bottom: 0 } .blog-item .blog-thumb .category a { color: #fff } .blog-item .blog-thumb img { width: 100%; margin: 0 } .blog-content { background-color: #f9fafa; padding: 30px } .blog-content h3 { line-height: 24px } .blog-content h3 a { color: #263a4f; font-size: 18px; line-height: 24px } /* .blog-content h3 a:hover { color: #07a4ff } */ .blog-content .read-more { font-family: work sans, sans-serif; color: #263a4f; font-size: 12px; font-weight: 600; text-transform: uppercase; position: relative; padding-left: 30px; transition: all 200ms linear 0ms } .blog-content .read-more:before { background-color: #07a4ff; position: absolute; content: ""; width: 20px; height: 2px; left: 0; top: calc(50% - 1px); transition: all 200ms linear 0ms } .blog-content .read-more:hover { color: #07a4ff; padding-left: 40px } .blog-content .read-more:hover:before { width: 30px } .pagination-wrap {} .pagination-wrap li { display: inline-block; margin: 0 5px } .pagination-wrap.text-left li { margin: 0 10px 0 0 } .pagination-wrap li a { border: 1px solid #e5e5e5; display: inline-block; width: 40px; height: 40px; line-height: 38px; text-align: center; color: #263a4f; font-weight: 600; border-radius: 2px } .pagination-wrap li a:hover { background-color: #07a4ff; color: #fff; opacity: 1; text-decoration: none } .pagination-wrap li a.active { background-color: #07a4ff; border: 1px solid #07a4ff; color: #fff } .sidebar-wrap { padding-left: 40px } .sidebar-wrap .widget-content { margin-bottom: 40px } .sidebar-wrap .widget-content h4 { position: relative; margin-bottom: 30px } .sidebar-wrap .widget-content h4:before { background-color: #07a4ff; position: absolute; content: ""; width: 20%; height: 3px; left: 0; bottom: -5px } .sidebar-wrap .widget-content .widget-links li a:hover { text-decoration: underline } .search-form { position: relative; margin-left: -2px } .search-form .form-control { background-color: #f5f5f5; box-shadow: none; width: 100%; display: block; border: 1px solid #e5e5e5; color: #263a4f; height: auto; padding: 15px 20px; border-radius: 2px; padding-right: 60px } .search-form .search-btn { background-color: transparent; font-size: 15px; color: #263a4f; width: 60px; height: 100%; position: absolute; top: 0; right: 0; display: block; padding: 10px 0; opacity: .6 } .search-form .search-btn:focus, .search-form .search-btn:hover { opacity: 1; cursor: pointer } .search-form input::-webkit-input-placeholder { color: #8d9aa8 !important } .search-form input:-moz-placeholder { color: #8d9aa8 !important } .search-form input::-moz-placeholder { color: #8d9aa8 !important } .search-form input:-ms-input-placeholder { color: #8d9aa8 !important } .thumb-post {} .thumb-post li { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: top; margin-bottom: 20px } .thumb-post li:last-child { margin-bottom: 0 } .thumb-post li img { width: 100px; display: block } .thumb-post li a { font-family: poppins, sans-serif; font-size: 15px; font-weight: 600; color: #263a4f; padding-left: 15px; letter-spacing: -.5px } .thumb-post li a:hover { color: #07a4ff; text-decoration: underline } .widget-content .tags {} .widget-content .tags li { display: inline-block } .widget-content .tags li a { display: inline-block; background-color: #07a4ff; padding: 5px 10px; border-radius: 2px; font-size: 12px; color: #fff; margin: 3px } .widget-content .tags li a:hover { background-color: #263a4f; color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .blog-thumb {} .blog-thumb img { margin-bottom: 20px } .blog-single-content {} .blog-single-content h2 a { font-size: 28px; color: #263a4f } .blog-single-content h2 a:hover { color: #07a4ff } .single-post-meta { margin-bottom: 20px } .single-post-meta li { display: inline-block; margin-right: 20px } .single-post-meta li i { font-size: 12px; color: #07a4ff; margin-right: 5px } .single-post-meta li a { display: inline-block; font-family: work sans, sans-serif; text-transform: uppercase; font-size: 12px; font-weight: 600; color: #263a4f } blockquote { background-color: #f5f5f5; padding: 40px; border-left: 4px solid #07a4ff; margin: 30px 0; position: relative; z-index: 1 } blockquote .dots { width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } blockquote p { color: #263a4f; font-size: 20px } blockquote span { display: block; margin-top: 20px; color: #263a4f } .post-tags { margin-top: 30px } .post-tags li { display: inline-block } .post-tags li a { display: inline-block; background-color: #07a4ff; padding: 5px 10px; border-radius: 2px; font-size: 12px; color: #fff; margin: 3px } .post-tags li a:hover { background-color: #263a4f; color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .1) } .author-box { display: flex; align-items: center; padding: 30px; margin-top: 30px; border-left: 4px solid #07a4ff } .author-box img { border-radius: 50% } .author-info { padding-left: 30px } .author-info h3 { font-size: 18px; line-height: 28px; margin-bottom: 5px } .author-box .social-icon {} .author-box .social-icon li { display: inline-block; margin-right: 8px } .author-box .social-icon li a { font-size: 14px; color: #263a4f } .author-box .social-icon li a:hover { color: #07a4ff } .post-navigation { border: 1px solid #e5e5e5; margin-top: 40px; margin-left: 0; margin-right: 0 } .post-navigation .col { padding: 20px } .post-navigation .col:not(:last-of-type) { border-right: 1px solid rgba(17, 17, 17, .04) } .post-navigation .col a { color: #263a4f; font-size: 12px; text-transform: uppercase; font-family: work sans, sans-serif; font-weight: 600; display: flex; align-items: center } .post-navigation .col.next-post a { justify-content: flex-end } .post-navigation .col i { display: inline-block; font-size: 14px } .post-navigation .ti-arrow-left { margin-right: 10px } .post-navigation .ti-arrow-right { margin-left: 10px } .post-navigation .col a:hover { color: #07a4ff } .post-navigation .col.prev-post .fa { margin-right: 10px } .post-navigation .col.next-post .fa { margin-left: 10px } .blog-single-wrap .comments-area { margin-top: 40px } .blog-single-wrap .comments-area .comments { border-bottom: 0 } .blog-single-wrap .comments-area li>div { border-bottom: 1px solid rgba(17, 17, 17, .05); padding: 35px } .blog-single-wrap .comments-area ol { list-style-type: none; padding-left: 0 } .blog-single-wrap .comments-area ol ul { padding-left: 30px; list-style-type: none; margin: 0 } .blog-single-wrap .comments-area ol>li:last-child div { border-bottom: 0 } .blog-single-wrap .comments-area .comments-title { font-size: 22px; font-weight: 600 } .blog-single-wrap .comments-area li>div { position: relative } .blog-single-wrap .comments-area .comment-thumb { position: absolute; left: 35px } .blog-single-wrap .comments-area .comment-thumb .comment-img { width: 80px; height: 80px; border-radius: 50% } .blog-single-wrap .comments-area .comment-thumb .comment-img img { border-radius: 50% } .blog-single-wrap .comments-area .comment-main-area { padding-left: 100px } .blog-single-wrap .comments-area .comment-main-area p { margin-bottom: 20px } .blog-single-wrap .comments-area .comments-meta h4 { font-family: poppins, sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -1px } .blog-single-wrap .comments-area .comments-meta h4 span { font-family: work sans, sans-serif; font-weight: 600; text-transform: none; display: inline-block; font-size: 12px; text-transform: uppercase; margin-left: 5px } .blog-single-wrap .comments-area .comment-reply-link { font-family: work sans, sans-serif; font-size: 12px; font-weight: 600; color: #07a4ff; display: inline-block; text-transform: uppercase; padding-left: 35px; position: relative } .blog-single-wrap .comments-area .comment-reply-link:before { background-color: #07a4ff; position: absolute; content: ""; width: 30px; height: 2px; left: 0; top: calc(50% - 1px) } .blog-single-wrap .comments-area .comment-reply-link:hover { text-decoration: underline } .blog-single-wrap .comment-respond {} .blog-single-wrap .comment-respond .comment-reply-title { font-size: 22px; font-weight: 600; letter-spacing: -1px; margin-bottom: 20px } .blog-single-wrap .comment-respond form input, .blog-single-wrap .comment-respond form textarea { background-color: #f5f5f5; border: 1px solid #e5e5e5; width: 100%; height: 50px; padding: 6px 15px; margin-bottom: 15px; outline: 0; -webkit-box-shadow: none; box-shadow: none; transition: all .3s } .blog-single-wrap .comment-respond form input:focus, .blog-single-wrap .comment-respond form textarea:focus { border-color: #07a4ff } .blog-single-wrap .comment-respond form textarea { height: 200px; padding: 15px } .blog-single-wrap .comment-respond .form-inputs { overflow: hidden } .blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) { width: 49%; float: left } .blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) { width: 49%; float: right } .blog-single-wrap .comment-respond .form-submit input { font-family: work sans, sans-serif; max-width: 180px; background-color: #07a4ff; color: #fff; font-weight: 600; font-size: 12px; letter-spacing: 1px; margin-bottom: 0; border: 0; outline: 0; cursor: pointer; border-radius: 0; text-transform: uppercase } .blog-single-wrap .comment-respond .form-submit input:hover { opacity: .9 } .sponsor-section { padding: 50px 0; position: relative; z-index: 1 } .sponsor-section .dots { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/bg-dots.png) 0 0 repeat; z-index: -1 } .sponsor-item {} .sponsor-item img { opacity: .5 } .sponsor-item:hover img { opacity: 1; cursor: pointer } .widget-section { background-color: #232427; border-bottom: 1px solid #333 } .widget-content {} .widget-content img { margin-bottom: 20px } .widget-section .widget-content h4 { color: #fff } .widget-content p {} .widget-content span { display: block } .widget-content .widget-links {} .widget-content .widget-links li {} .widget-content .widget-links li a { color: #8d9aa8; line-height: 1.9 } .widget-content .widget-links li a:hover { color: #07a4ff; text-decoration: underline } .subscribe-form { position: relative } .subscribe-form .form-input { border: 1px solid #e5e5e5; width: 100%; height: 50px; padding: 10px; padding-right: 140px; border-radius: 2px } .subscribe-form .submit-btn { background-color: #07a4ff; font-family: work sans, sans-serif; text-transform: uppercase; color: #fff; font-size: 12px; border-radius: 2px; line-height: 50px; font-weight: 600; display: inline-block; letter-spacing: .5px; padding: 0 30px; position: absolute; top: 0; right: 0; cursor: pointer } .footer-section { background-color: #232427; display: block; color: #fff; text-align: center; padding: 25px 0 } .footer-section p { font-size: 12px; color: #ababc7; margin: 0 } #scroll-to-top { background-color: #07a4ff; display: none; width: 45px; height: 45px; text-align: center; font-size: 14px; border-radius: 50%; line-height: 45px; color: #fff; position: fixed; bottom: 50px; right: 50px; z-index: 999 } #scroll-to-top:hover { background-color: #07a4ff; color: #fff; opacity: .8 }
0.315103
0.110136
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic); @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed); @import url(https://fonts.googleapis.com/css?family=Roboto+Mono); body { font-family: 'Lato', Arial, sans-serif; font-size: 26px; } h1, h2, h3, h4 { font-family: 'Roboto Condensed', 'Arial Narrow OS', Arial, sans-serif; font-weight: normal; } .remark-slide-content { font-size: 1em; } .remark-code, .remark-inline-code { font-family: 'Roboto Mono', 'Lucida Console', Monaco, Consolas, monospace; font-size: 1em; color: #650C92; } /* Make inline code slightly smaller; prevents vertical jumps from slides with to slides without inline code. */ .remark-inline-code { font-size: 0.94em; line-height: 1.0; } .title-font { font-family: 'Roboto Condensed', 'Arial Narrow OS', Arial, sans-serif; font-weight: normal; font-size: 1.5em; } .small-font { font-size: 0.86em; } .tiny-font { font-size: 0.66em; } .xtiny-font { font-size: 0.60em; } .white { color: white; } .highlight { font-weight: bold; color: #91322F; } .nogap p {margin-top: 0; margin-bottom: 0} a, a > code { color: #650C92; } td { padding: 5px 10px; } table { display: inline-block; } .width-10 { width: 10% } .width-15 { width: 15% } .width-20 { width: 20% } .width-25 { width: 25% } .width-30 { width: 30% } .width-35 { width: 35% } .width-40 { width: 40% } .width-45 { width: 45% } .width-50 { width: 50% } .width-55 { width: 55% } .width-60 { width: 60% } .width-65 { width: 65% } .width-70 { width: 70% } .width-75 { width: 75% } .width-80 { width: 80% } .width-85 { width: 85% } .width-90 { width: 90% } .move-up-1em { margin-top: -1em; } .move-up-2em { margin-top: -2em; } .move-up-3em { margin-top: -3em; } .move-down-1em { margin-top: 1em; } .move-down-2em { margin-top: 2em; } .move-down-3em { margin-top: 2em; } .absolute-bottom-left { position: absolute; bottom: 0; left: 4em; } .absolute-bottom-right { position: absolute; bottom: 0; right: 4em; }
slides/Wilke-slides-theme.css
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic); @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed); @import url(https://fonts.googleapis.com/css?family=Roboto+Mono); body { font-family: 'Lato', Arial, sans-serif; font-size: 26px; } h1, h2, h3, h4 { font-family: 'Roboto Condensed', 'Arial Narrow OS', Arial, sans-serif; font-weight: normal; } .remark-slide-content { font-size: 1em; } .remark-code, .remark-inline-code { font-family: 'Roboto Mono', 'Lucida Console', Monaco, Consolas, monospace; font-size: 1em; color: #650C92; } /* Make inline code slightly smaller; prevents vertical jumps from slides with to slides without inline code. */ .remark-inline-code { font-size: 0.94em; line-height: 1.0; } .title-font { font-family: 'Roboto Condensed', 'Arial Narrow OS', Arial, sans-serif; font-weight: normal; font-size: 1.5em; } .small-font { font-size: 0.86em; } .tiny-font { font-size: 0.66em; } .xtiny-font { font-size: 0.60em; } .white { color: white; } .highlight { font-weight: bold; color: #91322F; } .nogap p {margin-top: 0; margin-bottom: 0} a, a > code { color: #650C92; } td { padding: 5px 10px; } table { display: inline-block; } .width-10 { width: 10% } .width-15 { width: 15% } .width-20 { width: 20% } .width-25 { width: 25% } .width-30 { width: 30% } .width-35 { width: 35% } .width-40 { width: 40% } .width-45 { width: 45% } .width-50 { width: 50% } .width-55 { width: 55% } .width-60 { width: 60% } .width-65 { width: 65% } .width-70 { width: 70% } .width-75 { width: 75% } .width-80 { width: 80% } .width-85 { width: 85% } .width-90 { width: 90% } .move-up-1em { margin-top: -1em; } .move-up-2em { margin-top: -2em; } .move-up-3em { margin-top: -3em; } .move-down-1em { margin-top: 1em; } .move-down-2em { margin-top: 2em; } .move-down-3em { margin-top: 2em; } .absolute-bottom-left { position: absolute; bottom: 0; left: 4em; } .absolute-bottom-right { position: absolute; bottom: 0; right: 4em; }
0.479016
0.158435
.table tbody tr.filaEP:hover td { background-color: #EEDC82 !important; } .table tbody tr.filaActiva:hover td { background-color: #5cb85c !important; } .alert-hidden { display: none; } /*=================================== = CSS GENERAL = ===================================*/ /*========== CUERPO DE LA PAGINA ==========*/ html, body { height: 100%; background-color: #eee; } input[readonly], input[readonly="readonly"] { background-color: white !important; } #wrap { margin-top: 80px; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -35px; } #wrap > .container, .fluid-container { padding: 56px 15px 0; } .fluid-container { padding-left: 13px; padding-right: 15px; margin-left: auto; margin-right: auto; } .panel-top { padding-top: 10px; } /*========== ELEMENTOS ==========*/ textarea { resize: none; } ul>li>a { cursor: pointer; } td .list-inline { margin: 0 !important; } /*========== BARRA DE NAVEGACIÓN ==========*/ .navbar-brand img { padding: 4px 10px 3px 5px; height: 55px; } .navinfo .navuserinfo h4 { margin-bottom: 0; margin-top: 15px; } .navinfo .navuserinfo { text-align: right; position: relative; right: 25px; } .navinfo img { position: relative; right: 35px; top: 5px; width: 45px; height: 45px; border-radius: 100%; } .navinfo i { position: absolute; top: 7px; right: 35px; color: silver; } .navinfo i:hover { color: white; cursor: pointer; } /*========== Clases varias ==========*/ .reset { padding: 0 !important; margin: 0 !important; } .white { color: white !important; } .silver { color: silver; } .topspace { margin-top: 9px; } .hparent { position: relative; top: -5px; z-index: 100; } .img-center { margin-left: auto; margin-right: auto; } /*----- End of CSS GENERAL ------*/ /*===================================== = login.blade.php = =====================================*/ #logForm { background-color: white; box-shadow: 0 1px 20px -5px; margin: 100px 0; padding: 2em; border-radius: 15px; border: #ccc 1px solid; } #logForm input[type='checkbox'] { position: relative; top: 2px; } .form-control-feedback { display: none; } .has-feedback > .form-control-feedback { display: block; } /*----- End of login.blade.php ------*/ /*=========================================== = TOP-BAR, MENU Y CONTENT = ===========================================*/ /*========== Contenido ==========*/ .content { padding-left: 190px; margin-top: 45px; } /*========== Barra superior ==========*/ .top-bar { border-bottom: #ccc 1px solid; background-image:-webkit-gradient(linear, left 0, left 100%, from(#f5f5f5), to(#e8e8e8)); background-image:-webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%); background-image:-moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); height: 35px; position: fixed; left: 0; width: 100%; z-index:200; } .top-bar button, a { margin: 1.2px 1.5px; } .top-bar h2 { position: relative; top: 1px; color: #ccc; margin-left: 5px !important; margin-top: 1px; font-weight: 600; text-shadow:#fff 0 1px 0, #999999 0 -1px 0; } #show-menu { margin: 0; position: relative; padding-left: 25px; padding-right: 60px; border-bottom: none; border-left: none; border-top: none; left: -20px; height: 100%; padding-bottom: 8px; border-radius: 0; display: none; width: 50px; } /*========== Menu de navegación izquierdo ==========*/ #menu-container { position: absolute; height: 100%; } #menu-container > ul { background-color: #fafafa; background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); background-repeat: repeat-x; border: 1px solid #d4d4d4; border-left: none; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); /**zoom: 1;*/ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); position: fixed; top: 89px; height: 100%; width: 190px; border-right: #ccc 1px solid; z-index: 199; } .menuadmin > li { list-style: none; padding: 5px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-left: #ccc 5px solid; border-bottom: #ccc 2px dotted; background-position: 10%; /*SE CAMBIO*/ background-repeat: no-repeat; transition: border-bottom 0.5s, border-left 0.5s, background-image 0.5s; } .menuadmin > li:hover { border-bottom: #B70304 2px dotted; border-left: #B70304 5px solid; } #am-support { background-image: url('../img/iconos/preguntas__1.png'); background-size: 31px 28px; } #am-support:hover, #am-support.current { background-image: url('../img/iconos/preguntas__2.png'); transition: background-image 0.5s; } #am-help { background-image: url('../img/iconos/help__1.png'); background-size: 31px 28px; } #am-help:hover, #am-help.current { background-image: url('../img/iconos/help__2.png'); transition: background-image 0.5s; } .menuadmin li > a { position: relative; top: -3px; text-decoration: none; display: block; font-weight: bold; color: gray; transition: color 0.5s; } .menuadmin li > a > i { position: relative; top: 5px; margin-left: 10px; width: 50px; font-size: 24px; } #home-icon { font-size: 32px; } .menuadmin li, .menuadmin li > a:hover { color: #B70304; } .menuadmin > li > a > .badge { position: absolute; right: 5px; background-color: #B70304; } .menuadmin .current a { color: #B70304; } .menuadmin .current { border-left: #B70304 5px solid; border-bottom: 2px #B70304 dotted; } /*----- End of Menu de navegación izquierdo ------*/ /*================================================= = TABLA = =================================================*/ .table tbody tr.selected td { background-color: #B70304 !important; font-style: oblique; color: white; transition: background-color 0.5s; } .table tbody tr:hover td, .table tbody tr:hover th { background-color: #efefef; } .panel-heading .btn-group, #popmenubtn { position: relative; top: -7px; } #popmenubtn button:first-child { margin-top: 1em; } #popmenubtn button { border-radius: 8px !important; text-align: center; margin-top: 3px; width: 100%; } /*----- End of VIEW - VER DISTRIBUIDORES ------*/
public/css/style.css
.table tbody tr.filaEP:hover td { background-color: #EEDC82 !important; } .table tbody tr.filaActiva:hover td { background-color: #5cb85c !important; } .alert-hidden { display: none; } /*=================================== = CSS GENERAL = ===================================*/ /*========== CUERPO DE LA PAGINA ==========*/ html, body { height: 100%; background-color: #eee; } input[readonly], input[readonly="readonly"] { background-color: white !important; } #wrap { margin-top: 80px; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -35px; } #wrap > .container, .fluid-container { padding: 56px 15px 0; } .fluid-container { padding-left: 13px; padding-right: 15px; margin-left: auto; margin-right: auto; } .panel-top { padding-top: 10px; } /*========== ELEMENTOS ==========*/ textarea { resize: none; } ul>li>a { cursor: pointer; } td .list-inline { margin: 0 !important; } /*========== BARRA DE NAVEGACIÓN ==========*/ .navbar-brand img { padding: 4px 10px 3px 5px; height: 55px; } .navinfo .navuserinfo h4 { margin-bottom: 0; margin-top: 15px; } .navinfo .navuserinfo { text-align: right; position: relative; right: 25px; } .navinfo img { position: relative; right: 35px; top: 5px; width: 45px; height: 45px; border-radius: 100%; } .navinfo i { position: absolute; top: 7px; right: 35px; color: silver; } .navinfo i:hover { color: white; cursor: pointer; } /*========== Clases varias ==========*/ .reset { padding: 0 !important; margin: 0 !important; } .white { color: white !important; } .silver { color: silver; } .topspace { margin-top: 9px; } .hparent { position: relative; top: -5px; z-index: 100; } .img-center { margin-left: auto; margin-right: auto; } /*----- End of CSS GENERAL ------*/ /*===================================== = login.blade.php = =====================================*/ #logForm { background-color: white; box-shadow: 0 1px 20px -5px; margin: 100px 0; padding: 2em; border-radius: 15px; border: #ccc 1px solid; } #logForm input[type='checkbox'] { position: relative; top: 2px; } .form-control-feedback { display: none; } .has-feedback > .form-control-feedback { display: block; } /*----- End of login.blade.php ------*/ /*=========================================== = TOP-BAR, MENU Y CONTENT = ===========================================*/ /*========== Contenido ==========*/ .content { padding-left: 190px; margin-top: 45px; } /*========== Barra superior ==========*/ .top-bar { border-bottom: #ccc 1px solid; background-image:-webkit-gradient(linear, left 0, left 100%, from(#f5f5f5), to(#e8e8e8)); background-image:-webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%); background-image:-moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); height: 35px; position: fixed; left: 0; width: 100%; z-index:200; } .top-bar button, a { margin: 1.2px 1.5px; } .top-bar h2 { position: relative; top: 1px; color: #ccc; margin-left: 5px !important; margin-top: 1px; font-weight: 600; text-shadow:#fff 0 1px 0, #999999 0 -1px 0; } #show-menu { margin: 0; position: relative; padding-left: 25px; padding-right: 60px; border-bottom: none; border-left: none; border-top: none; left: -20px; height: 100%; padding-bottom: 8px; border-radius: 0; display: none; width: 50px; } /*========== Menu de navegación izquierdo ==========*/ #menu-container { position: absolute; height: 100%; } #menu-container > ul { background-color: #fafafa; background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); background-repeat: repeat-x; border: 1px solid #d4d4d4; border-left: none; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); /**zoom: 1;*/ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); position: fixed; top: 89px; height: 100%; width: 190px; border-right: #ccc 1px solid; z-index: 199; } .menuadmin > li { list-style: none; padding: 5px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-left: #ccc 5px solid; border-bottom: #ccc 2px dotted; background-position: 10%; /*SE CAMBIO*/ background-repeat: no-repeat; transition: border-bottom 0.5s, border-left 0.5s, background-image 0.5s; } .menuadmin > li:hover { border-bottom: #B70304 2px dotted; border-left: #B70304 5px solid; } #am-support { background-image: url('../img/iconos/preguntas__1.png'); background-size: 31px 28px; } #am-support:hover, #am-support.current { background-image: url('../img/iconos/preguntas__2.png'); transition: background-image 0.5s; } #am-help { background-image: url('../img/iconos/help__1.png'); background-size: 31px 28px; } #am-help:hover, #am-help.current { background-image: url('../img/iconos/help__2.png'); transition: background-image 0.5s; } .menuadmin li > a { position: relative; top: -3px; text-decoration: none; display: block; font-weight: bold; color: gray; transition: color 0.5s; } .menuadmin li > a > i { position: relative; top: 5px; margin-left: 10px; width: 50px; font-size: 24px; } #home-icon { font-size: 32px; } .menuadmin li, .menuadmin li > a:hover { color: #B70304; } .menuadmin > li > a > .badge { position: absolute; right: 5px; background-color: #B70304; } .menuadmin .current a { color: #B70304; } .menuadmin .current { border-left: #B70304 5px solid; border-bottom: 2px #B70304 dotted; } /*----- End of Menu de navegación izquierdo ------*/ /*================================================= = TABLA = =================================================*/ .table tbody tr.selected td { background-color: #B70304 !important; font-style: oblique; color: white; transition: background-color 0.5s; } .table tbody tr:hover td, .table tbody tr:hover th { background-color: #efefef; } .panel-heading .btn-group, #popmenubtn { position: relative; top: -7px; } #popmenubtn button:first-child { margin-top: 1em; } #popmenubtn button { border-radius: 8px !important; text-align: center; margin-top: 3px; width: 100%; } /*----- End of VIEW - VER DISTRIBUIDORES ------*/
0.395718
0.106226
@font-face { font-family: 'icon54-v2'; src: url('fonts/icon54-v2.eot?3tvhdh'); src: url('fonts/icon54-v2.eot?3tvhdh#iefix') format('embedded-opentype'), url('fonts/icon54-v2.ttf?3tvhdh') format('truetype'), url('fonts/icon54-v2.woff?3tvhdh') format('woff'), url('fonts/icon54-v2.svg?3tvhdh#icon54-v2') format('svg'); font-weight: normal; font-style: normal; } [class^='icon54-v2-'], [class*=' icon54-v2-'] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icon54-v2' !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; } .icon54-v2-israel::before { content: '\e900'; } .icon54-v2-year-aniversary-23::before { content: '\e901'; } .icon54-v2-year-aniversary3::before { content: '\e902'; } .icon54-v2-st-place::before { content: '\e903'; } .icon54-v2-nd-place::before { content: '\e904'; } .icon54-v2-rd-place::before { content: '\e905'; } .icon54-v2-stars::before { content: '\e906'; } .icon54-v2-year-aniversary-2::before { content: '\e907'; } .icon54-v2-year-aniversary::before { content: '\e908'; } .icon54-v2-year-aniversary-22::before { content: '\e909'; } .icon54-v2-year-aniversary2::before { content: '\e90a'; } .icon54-v2-accessibility::before { content: '\e90b'; } .icon54-v2-acorn::before { content: '\e90c'; } .icon54-v2-add-app::before { content: '\e90d'; } .icon54-v2-add-award-badge::before { content: '\e90e'; } .icon54-v2-add-heart::before { content: '\e90f'; } .icon54-v2-add-rating::before { content: '\e910'; } .icon54-v2-addon::before { content: '\e911'; } .icon54-v2-air-balloon::before { content: '\e912'; } .icon54-v2-air-condition::before { content: '\e913'; } .icon54-v2-airplane::before { content: '\e914'; } .icon54-v2-airport::before { content: '\e915'; } .icon54-v2-allert-app::before { content: '\e916'; } .icon54-v2-allow-copying::before { content: '\e917'; } .icon54-v2-allow-redistribution::before { content: '\e918'; } .icon54-v2-almond::before { content: '\e919'; } .icon54-v2-analitics::before { content: '\e91a'; } .icon54-v2-ananas::before { content: '\e91b'; } .icon54-v2-anchor::before { content: '\e91c'; } .icon54-v2-angle-ruler::before { content: '\e91d'; } .icon54-v2-app-1::before { content: '\e91e'; } .icon54-v2-app-2::before { content: '\e91f'; } .icon54-v2-app-error::before { content: '\e920'; } .icon54-v2-app-settings::before { content: '\e921'; } .icon54-v2-app-tile-task::before { content: '\e922'; } .icon54-v2-app-window::before { content: '\e923'; } .icon54-v2-apple::before { content: '\e924'; } .icon54-v2-application-user::before { content: '\e925'; } .icon54-v2-application::before { content: '\e926'; } .icon54-v2-arc-de-triomphe::before { content: '\e927'; } .icon54-v2-architecture::before { content: '\e928'; } .icon54-v2-arrived::before { content: '\e929'; } .icon54-v2-arriving::before { content: '\e92a'; } .icon54-v2-artichoke::before { content: '\e92b'; } .icon54-v2-asparagus::before { content: '\e92c'; } .icon54-v2-attach-app::before { content: '\e92d'; } .icon54-v2-attention::before { content: '\e92e'; } .icon54-v2-avocado::before { content: '\e92f'; } .icon54-v2-award-1::before { content: '\e930'; } .icon54-v2-award-2::before { content: '\e931'; } .icon54-v2-award-badge-shopping::before { content: '\e932'; } .icon54-v2-award-stamp-2::before { content: '\e933'; } .icon54-v2-award-stamp::before { content: '\e934'; } .icon54-v2-axe::before { content: '\e935'; } .icon54-v2-badge-star::before { content: '\e936'; } .icon54-v2-bag-conveyer::before { content: '\e937'; } .icon54-v2-bag-weight::before { content: '\e938'; } .icon54-v2-bag::before { content: '\e939'; } .icon54-v2-bakelite::before { content: '\e93a'; } .icon54-v2-ball::before { content: '\e93b'; } .icon54-v2-banana::before { content: '\e93c'; } .icon54-v2-bank-1::before { content: '\e93d'; } .icon54-v2-bank-2::before { content: '\e93e'; } .icon54-v2-barber-shop::before { content: '\e93f'; } .icon54-v2-barber\'s-razor::before { content: '\e940'; } .icon54-v2-barcode-app::before { content: '\e941'; } .icon54-v2-barn::before { content: '\e942'; } .icon54-v2-barrow::before { content: '\e943'; } .icon54-v2-basketball-cup::before { content: '\e944'; } .icon54-v2-beard-1::before { content: '\e945'; } .icon54-v2-beard-2::before { content: '\e946'; } .icon54-v2-beard-3::before { content: '\e947'; } .icon54-v2-beard-4::before { content: '\e948'; } .icon54-v2-berlin-tv-tower::before { content: '\e949'; } .icon54-v2-bicycle-1::before { content: '\e94a'; } .icon54-v2-bicycle-2::before { content: '\e94b'; } .icon54-v2-big-ben::before { content: '\e94c'; } .icon54-v2-binar-code-2::before { content: '\e94d'; } .icon54-v2-binar-code::before { content: '\e94e'; } .icon54-v2-bishop-1::before { content: '\e94f'; } .icon54-v2-bishop-2::before { content: '\e950'; } .icon54-v2-bitcoin-app::before { content: '\e951'; } .icon54-v2-blueberries::before { content: '\e952'; } .icon54-v2-bologna::before { content: '\e953'; } .icon54-v2-booklet-female-1::before { content: '\e954'; } .icon54-v2-booklet-female-2::before { content: '\e955'; } .icon54-v2-booklet-male-1::before { content: '\e956'; } .icon54-v2-booklet-male-2::before { content: '\e957'; } .icon54-v2-bookmark-app::before { content: '\e958'; } .icon54-v2-bow-1::before { content: '\e959'; } .icon54-v2-bow-2::before { content: '\e95a'; } .icon54-v2-brick::before { content: '\e95b'; } .icon54-v2-bridge-1::before { content: '\e95c'; } .icon54-v2-bridge-2::before { content: '\e95d'; } .icon54-v2-broccoli::before { content: '\e95e'; } .icon54-v2-bucket::before { content: '\e95f'; } .icon54-v2-bug-fix::before { content: '\e960'; } .icon54-v2-bug::before { content: '\e961'; } .icon54-v2-bulldozer::before { content: '\e962'; } .icon54-v2-burj-khalifa-dubai::before { content: '\e963'; } .icon54-v2-bus-station::before { content: '\e964'; } .icon54-v2-c-plus-plus-1::before { content: '\e965'; } .icon54-v2-c-plus-plus-2::before { content: '\e966'; } .icon54-v2-cabbage::before { content: '\e967'; } .icon54-v2-calippers::before { content: '\e968'; } .icon54-v2-camera::before { content: '\e969'; } .icon54-v2-caravan::before { content: '\e96a'; } .icon54-v2-carrot::before { content: '\e96b'; } .icon54-v2-cashew::before { content: '\e96c'; } .icon54-v2-castle::before { content: '\e96d'; } .icon54-v2-castte::before { content: '\e96e'; } .icon54-v2-cement-trovel::before { content: '\e96f'; } .icon54-v2-cemetery::before { content: '\e970'; } .icon54-v2-central-television-beijing::before { content: '\e971'; } .icon54-v2-chain-sawe::before { content: '\e972'; } .icon54-v2-chat-app::before { content: '\e973'; } .icon54-v2-cherry-tomato::before { content: '\e974'; } .icon54-v2-cherry::before { content: '\e975'; } .icon54-v2-chess-board::before { content: '\e976'; } .icon54-v2-chess-clock::before { content: '\e977'; } .icon54-v2-chili::before { content: '\e978'; } .icon54-v2-chinese-lettuce::before { content: '\e979'; } .icon54-v2-church-1::before { content: '\e97a'; } .icon54-v2-church-2::before { content: '\e97b'; } .icon54-v2-circle-star::before { content: '\e97c'; } .icon54-v2-clean-code::before { content: '\e97d'; } .icon54-v2-clear-rating::before { content: '\e97e'; } .icon54-v2-clipboard::before { content: '\e97f'; } .icon54-v2-cloud-app::before { content: '\e980'; } .icon54-v2-clove::before { content: '\e981'; } .icon54-v2-cocktail::before { content: '\e982'; } .icon54-v2-cocoa-pod::before { content: '\e983'; } .icon54-v2-coconut::before { content: '\e984'; } .icon54-v2-code-1::before { content: '\e985'; } .icon54-v2-code-2::before { content: '\e986'; } .icon54-v2-code-doc::before { content: '\e987'; } .icon54-v2-colosseum::before { content: '\e988'; } .icon54-v2-comb-1::before { content: '\e989'; } .icon54-v2-comb-2::before { content: '\e98a'; } .icon54-v2-compass::before { content: '\e98b'; } .icon54-v2-computer-app::before { content: '\e98c'; } .icon54-v2-computer-user::before { content: '\e98d'; } .icon54-v2-connecting-users::before { content: '\e98e'; } .icon54-v2-content-view::before { content: '\e98f'; } .icon54-v2-cop-badge::before { content: '\e990'; } .icon54-v2-copyright-app::before { content: '\e991'; } .icon54-v2-copyright-doc::before { content: '\e992'; } .icon54-v2-copyright::before { content: '\e993'; } .icon54-v2-crain-hook::before { content: '\e994'; } .icon54-v2-crain::before { content: '\e995'; } .icon54-v2-creative-commun-doc::before { content: '\e996'; } .icon54-v2-creative-commun::before { content: '\e997'; } .icon54-v2-css-2::before { content: '\e998'; } .icon54-v2-css-3::before { content: '\e999'; } .icon54-v2-css1::before { content: '\e99a'; } .icon54-v2-cup-2::before { content: '\e99b'; } .icon54-v2-cup-3::before { content: '\e99c'; } .icon54-v2-cut::before { content: '\e99d'; } .icon54-v2-cutlery::before { content: '\e99e'; } .icon54-v2-cutter::before { content: '\e99f'; } .icon54-v2-database::before { content: '\e9a0'; } .icon54-v2-deer::before { content: '\e9a1'; } .icon54-v2-departed::before { content: '\e9a2'; } .icon54-v2-departing::before { content: '\e9a3'; } .icon54-v2-detail-view::before { content: '\e9a4'; } .icon54-v2-detailes-pane::before { content: '\e9a5'; } .icon54-v2-diploma::before { content: '\e9a6'; } .icon54-v2-disabled-man::before { content: '\e9a7'; } .icon54-v2-disc-cutter::before { content: '\e9a8'; } .icon54-v2-discount-sticker::before { content: '\e9a9'; } .icon54-v2-dislike::before { content: '\e9aa'; } .icon54-v2-dismiss-app::before { content: '\e9ab'; } .icon54-v2-dismiss-award-badge::before { content: '\e9ac'; } .icon54-v2-dismiss-heart::before { content: '\e9ad'; } .icon54-v2-dismiss-rating::before { content: '\e9ae'; } .icon54-v2-diving-goggles::before { content: '\e9af'; } .icon54-v2-dog-tag::before { content: '\e9b0'; } .icon54-v2-dollar-app::before { content: '\e9b1'; } .icon54-v2-done-app::before { content: '\e9b2'; } .icon54-v2-done-award-badge::before { content: '\e9b3'; } .icon54-v2-done-heart::before { content: '\e9b4'; } .icon54-v2-done-rating::before { content: '\e9b5'; } .icon54-v2-door::before { content: '\e9b6'; } .icon54-v2-download-app::before { content: '\e9b7'; } .icon54-v2-download::before { content: '\e9b8'; } .icon54-v2-drag-and-drop::before { content: '\e9b9'; } .icon54-v2-drilling-machine-2::before { content: '\e9ba'; } .icon54-v2-drilling-machine::before { content: '\e9bb'; } .icon54-v2-drive-app::before { content: '\e9bc'; } .icon54-v2-driver-licence-female::before { content: '\e9bd'; } .icon54-v2-driver-license-male::before { content: '\e9be'; } .icon54-v2-dropbox-app::before { content: '\e9bf'; } .icon54-v2-dubai::before { content: '\e9c0'; } .icon54-v2-durian::before { content: '\e9c1'; } .icon54-v2-earth-map::before { content: '\e9c2'; } .icon54-v2-easter-island::before { content: '\e9c3'; } .icon54-v2-eat-heart::before { content: '\e9c4'; } .icon54-v2-eating-award-badge::before { content: '\e9c5'; } .icon54-v2-edit-app::before { content: '\e9c6'; } .icon54-v2-eggplant::before { content: '\e9c7'; } .icon54-v2-egypt-pyramid::before { content: '\e9c8'; } .icon54-v2-eiffel-tower::before { content: '\e9c9'; } .icon54-v2-elevator::before { content: '\e9ca'; } .icon54-v2-email-app-1::before { content: '\e9cb'; } .icon54-v2-email-app-2::before { content: '\e9cc'; } .icon54-v2-empire-state-building::before { content: '\e9cd'; } .icon54-v2-empty-star::before { content: '\e9ce'; } .icon54-v2-equalizer::before { content: '\e9cf'; } .icon54-v2-escalator-down::before { content: '\e9d0'; } .icon54-v2-escalator-up::before { content: '\e9d1'; } .icon54-v2-euro-app::before { content: '\e9d2'; } .icon54-v2-exhibition::before { content: '\e9d3'; } .icon54-v2-exit-full-screen::before { content: '\e9d4'; } .icon54-v2-exit::before { content: '\e9d5'; } .icon54-v2-factory::before { content: '\e9d6'; } .icon54-v2-favorite-app-1::before { content: '\e9d7'; } .icon54-v2-favorite-app::before { content: '\e9d8'; } .icon54-v2-favorite-restaurant::before { content: '\e9d9'; } .icon54-v2-female-circle-1::before { content: '\e9da'; } .icon54-v2-female-circle-2::before { content: '\e9db'; } .icon54-v2-female-group-1::before { content: '\e9dc'; } .icon54-v2-female-group-2::before { content: '\e9dd'; } .icon54-v2-fennel::before { content: '\e9de'; } .icon54-v2-ferris-wheel::before { content: '\e9df'; } .icon54-v2-figs::before { content: '\e9e0'; } .icon54-v2-fire-station::before { content: '\e9e1'; } .icon54-v2-firewall::before { content: '\e9e2'; } .icon54-v2-first-ad::before { content: '\e9e3'; } .icon54-v2-flashlight::before { content: '\e9e4'; } .icon54-v2-flippers::before { content: '\e9e5'; } .icon54-v2-flow-chart-4::before { content: '\e9e6'; } .icon54-v2-flow-chat-1::before { content: '\e9e7'; } .icon54-v2-flow-chat-2::before { content: '\e9e8'; } .icon54-v2-folder-female::before { content: '\e9e9'; } .icon54-v2-folder-male::before { content: '\e9ea'; } .icon54-v2-footer::before { content: '\e9eb'; } .icon54-v2-fork-lift::before { content: '\e9ec'; } .icon54-v2-fountain::before { content: '\e9ed'; } .icon54-v2-fow-chat-3::before { content: '\e9ee'; } .icon54-v2-fragile::before { content: '\e9ef'; } .icon54-v2-free-sticker::before { content: '\e9f0'; } .icon54-v2-fuel-station::before { content: '\e9f1'; } .icon54-v2-full-screen::before { content: '\e9f2'; } .icon54-v2-full-star::before { content: '\e9f3'; } .icon54-v2-gallery-app::before { content: '\e9f4'; } .icon54-v2-gallery-view::before { content: '\e9f5'; } .icon54-v2-game-app::before { content: '\e9f6'; } .icon54-v2-garlic::before { content: '\e9f7'; } .icon54-v2-ginger::before { content: '\e9f8'; } .icon54-v2-glasses-1::before { content: '\e9f9'; } .icon54-v2-glasses-2::before { content: '\e9fa'; } .icon54-v2-glasses-3::before { content: '\e9fb'; } .icon54-v2-glasses-4::before { content: '\e9fc'; } .icon54-v2-glasses-5::before { content: '\e9fd'; } .icon54-v2-global-award-badge::before { content: '\e9fe'; } .icon54-v2-global-heart::before { content: '\e9ff'; } .icon54-v2-global-rating::before { content: '\ea00'; } .icon54-v2-global-user::before { content: '\ea01'; } .icon54-v2-global::before { content: '\ea02'; } .icon54-v2-golden-gate-bridge::before { content: '\ea03'; } .icon54-v2-golden-globe::before { content: '\ea04'; } .icon54-v2-grain::before { content: '\ea05'; } .icon54-v2-grape::before { content: '\ea06'; } .icon54-v2-great-wall::before { content: '\ea07'; } .icon54-v2-grid-1::before { content: '\ea08'; } .icon54-v2-grid-2::before { content: '\ea09'; } .icon54-v2-group-1::before { content: '\ea0a'; } .icon54-v2-group-2::before { content: '\ea0b'; } .icon54-v2-group-defense::before { content: '\ea0c'; } .icon54-v2-group-download::before { content: '\ea0d'; } .icon54-v2-group-shopping::before { content: '\ea0e'; } .icon54-v2-group-statistics::before { content: '\ea0f'; } .icon54-v2-group-upload::before { content: '\ea10'; } .icon54-v2-hair-band::before { content: '\ea11'; } .icon54-v2-half-star::before { content: '\ea12'; } .icon54-v2-hammer::before { content: '\ea13'; } .icon54-v2-hand-washing::before { content: '\ea14'; } .icon54-v2-hanger::before { content: '\ea15'; } .icon54-v2-haricot::before { content: '\ea16'; } .icon54-v2-hat-1::before { content: '\ea17'; } .icon54-v2-hat-2::before { content: '\ea18'; } .icon54-v2-hat-3::before { content: '\ea19'; } .icon54-v2-hat-4::before { content: '\ea1a'; } .icon54-v2-hat-portrait-frame::before { content: '\ea1b'; } .icon54-v2-hazelnut::before { content: '\ea1c'; } .icon54-v2-header::before { content: '\ea1d'; } .icon54-v2-headset::before { content: '\ea1e'; } .icon54-v2-heart-flag::before { content: '\ea1f'; } .icon54-v2-heart-full::before { content: '\ea20'; } .icon54-v2-heart-half::before { content: '\ea21'; } .icon54-v2-heart-shopping::before { content: '\ea22'; } .icon54-v2-heart-waiting::before { content: '\ea23'; } .icon54-v2-hearts-empty::before { content: '\ea24'; } .icon54-v2-heavy::before { content: '\ea25'; } .icon54-v2-helmet::before { content: '\ea26'; } .icon54-v2-high-voltage::before { content: '\ea27'; } .icon54-v2-hoist::before { content: '\ea28'; } .icon54-v2-hoist2::before { content: '\ea29'; } .icon54-v2-hold-heart::before { content: '\ea2a'; } .icon54-v2-hold-male::before { content: '\ea2b'; } .icon54-v2-hold-star::before { content: '\ea2c'; } .icon54-v2-home-app::before { content: '\ea2d'; } .icon54-v2-home::before { content: '\ea2e'; } .icon54-v2-honeymelon::before { content: '\ea2f'; } .icon54-v2-hospital::before { content: '\ea30'; } .icon54-v2-hot-drink::before { content: '\ea31'; } .icon54-v2-hot-sticker::before { content: '\ea32'; } .icon54-v2-hotel-1::before { content: '\ea33'; } .icon54-v2-hotel-2::before { content: '\ea34'; } .icon54-v2-hotel-3::before { content: '\ea35'; } .icon54-v2-hotel-4::before { content: '\ea36'; } .icon54-v2-house-1::before { content: '\ea37'; } .icon54-v2-house-2::before { content: '\ea38'; } .icon54-v2-house-3::before { content: '\ea39'; } .icon54-v2-house-4::before { content: '\ea3a'; } .icon54-v2-house-5::before { content: '\ea3b'; } .icon54-v2-house-6::before { content: '\ea3c'; } .icon54-v2-house-7::before { content: '\ea3d'; } .icon54-v2-house-8::before { content: '\ea3e'; } .icon54-v2-house-9::before { content: '\ea3f'; } .icon54-v2-html-1::before { content: '\ea40'; } .icon54-v2-html-2::before { content: '\ea41'; } .icon54-v2-html-5::before { content: '\ea42'; } .icon54-v2-http-1::before { content: '\ea43'; } .icon54-v2-http-2::before { content: '\ea44'; } .icon54-v2-id-female::before { content: '\ea45'; } .icon54-v2-id-male::before { content: '\ea46'; } .icon54-v2-id-photo::before { content: '\ea47'; } .icon54-v2-information-booklet::before { content: '\ea48'; } .icon54-v2-information::before { content: '\ea49'; } .icon54-v2-ironing-1::before { content: '\ea4a'; } .icon54-v2-ironing-2::before { content: '\ea4b'; } .icon54-v2-jack-hammer::before { content: '\ea4c'; } .icon54-v2-java-1::before { content: '\ea4d'; } .icon54-v2-java-2::before { content: '\ea4e'; } .icon54-v2-java-script::before { content: '\ea4f'; } .icon54-v2-jet-ski::before { content: '\ea50'; } .icon54-v2-jsx-1::before { content: '\ea51'; } .icon54-v2-jsx-2::before { content: '\ea52'; } .icon54-v2-kenu::before { content: '\ea53'; } .icon54-v2-kilimanjaro::before { content: '\ea54'; } .icon54-v2-king-1::before { content: '\ea55'; } .icon54-v2-king-2::before { content: '\ea56'; } .icon54-v2-kiwi::before { content: '\ea57'; } .icon54-v2-knight-1::before { content: '\ea58'; } .icon54-v2-knight-2::before { content: '\ea59'; } .icon54-v2-ladder::before { content: '\ea5a'; } .icon54-v2-ladies-bag::before { content: '\ea5b'; } .icon54-v2-large-icons-view::before { content: '\ea5c'; } .icon54-v2-left-items::before { content: '\ea5d'; } .icon54-v2-left-sidebar::before { content: '\ea5e'; } .icon54-v2-lemon-1::before { content: '\ea5f'; } .icon54-v2-lemon-2::before { content: '\ea60'; } .icon54-v2-letter::before { content: '\ea61'; } .icon54-v2-lettuce::before { content: '\ea62'; } .icon54-v2-life-jacket::before { content: '\ea63'; } .icon54-v2-lighthouse::before { content: '\ea64'; } .icon54-v2-like::before { content: '\ea65'; } .icon54-v2-lips::before { content: '\ea66'; } .icon54-v2-list-view::before { content: '\ea67'; } .icon54-v2-load-app::before { content: '\ea68'; } .icon54-v2-lock-app-2::before { content: '\ea69'; } .icon54-v2-lock-app::before { content: '\ea6a'; } .icon54-v2-lock-award-badge::before { content: '\ea6b'; } .icon54-v2-lock-group::before { content: '\ea6c'; } .icon54-v2-lock-heart::before { content: '\ea6d'; } .icon54-v2-lock-rating::before { content: '\ea6e'; } .icon54-v2-lollipop-1::before { content: '\ea6f'; } .icon54-v2-lollipop-2::before { content: '\ea70'; } .icon54-v2-luggage-keeping::before { content: '\ea71'; } .icon54-v2-luggage-weight::before { content: '\ea72'; } .icon54-v2-machu-picchu::before { content: '\ea73'; } .icon54-v2-mail-app::before { content: '\ea74'; } .icon54-v2-maize::before { content: '\ea75'; } .icon54-v2-male-and-female-1::before { content: '\ea76'; } .icon54-v2-male-and-female-2::before { content: '\ea77'; } .icon54-v2-male-circle-1::before { content: '\ea78'; } .icon54-v2-male-circle-2::before { content: '\ea79'; } .icon54-v2-male-group-1::before { content: '\ea7a'; } .icon54-v2-male-group-2::before { content: '\ea7b'; } .icon54-v2-man-with-briefcase::before { content: '\ea7c'; } .icon54-v2-man::before { content: '\ea7d'; } .icon54-v2-mango::before { content: '\ea7e'; } .icon54-v2-map::before { content: '\ea7f'; } .icon54-v2-mark-bubble-1::before { content: '\ea80'; } .icon54-v2-mark-bubble-2::before { content: '\ea81'; } .icon54-v2-mark-bubble-3::before { content: '\ea82'; } .icon54-v2-mark-group::before { content: '\ea83'; } .icon54-v2-maximize::before { content: '\ea84'; } .icon54-v2-medal-1::before { content: '\ea85'; } .icon54-v2-medal-2::before { content: '\ea86'; } .icon54-v2-medal-3::before { content: '\ea87'; } .icon54-v2-medal-4::before { content: '\ea88'; } .icon54-v2-medal-5::before { content: '\ea89'; } .icon54-v2-medium-icons-view::before { content: '\ea8a'; } .icon54-v2-melon::before { content: '\ea8b'; } .icon54-v2-military-award-1::before { content: '\ea8c'; } .icon54-v2-military-award-2::before { content: '\ea8d'; } .icon54-v2-military-award-3::before { content: '\ea8e'; } .icon54-v2-military-award-4::before { content: '\ea8f'; } .icon54-v2-militay-shield::before { content: '\ea90'; } .icon54-v2-minimize-2::before { content: '\ea91'; } .icon54-v2-minimize::before { content: '\ea92'; } .icon54-v2-mosque::before { content: '\ea93'; } .icon54-v2-mountains::before { content: '\ea94'; } .icon54-v2-mouse-app::before { content: '\ea95'; } .icon54-v2-mouve-piece::before { content: '\ea96'; } .icon54-v2-multy-task-2::before { content: '\ea97'; } .icon54-v2-multy-task::before { content: '\ea98'; } .icon54-v2-museum::before { content: '\ea99'; } .icon54-v2-mushroom-1::before { content: '\ea9a'; } .icon54-v2-mushroom-2::before { content: '\ea9b'; } .icon54-v2-music-app::before { content: '\ea9c'; } .icon54-v2-mustache-1::before { content: '\ea9d'; } .icon54-v2-mysql-1::before { content: '\ea9e'; } .icon54-v2-mysql-2::before { content: '\ea9f'; } .icon54-v2-mysql-database::before { content: '\eaa0'; } .icon54-v2-name-plate-female-1::before { content: '\eaa1'; } .icon54-v2-name-plate-female-2::before { content: '\eaa2'; } .icon54-v2-name-plate-female-3::before { content: '\eaa3'; } .icon54-v2-name-plate-male-1::before { content: '\eaa4'; } .icon54-v2-name-plate-male-2::before { content: '\eaa5'; } .icon54-v2-name-plate-male-3::before { content: '\eaa6'; } .icon54-v2-nativity-facade-barcelona::before { content: '\eaa7'; } .icon54-v2-network-app::before { content: '\eaa8'; } .icon54-v2-new-sticker::before { content: '\eaa9'; } .icon54-v2-no-air-condition::before { content: '\eaaa'; } .icon54-v2-no-bleaching::before { content: '\eaab'; } .icon54-v2-no-copyright-doc::before { content: '\eaac'; } .icon54-v2-no-copyright::before { content: '\eaad'; } .icon54-v2-no-creative-commun::before { content: '\eaae'; } .icon54-v2-no-cut::before { content: '\eaaf'; } .icon54-v2-no-dogs::before { content: '\eab0'; } .icon54-v2-no-fishing::before { content: '\eab1'; } .icon54-v2-no-food::before { content: '\eab2'; } .icon54-v2-no-hoist::before { content: '\eab3'; } .icon54-v2-no-icecream::before { content: '\eab4'; } .icon54-v2-no-ironing::before { content: '\eab5'; } .icon54-v2-no-pack-up::before { content: '\eab6'; } .icon54-v2-no-phone::before { content: '\eab7'; } .icon54-v2-no-resel::before { content: '\eab8'; } .icon54-v2-no-resell-doc::before { content: '\eab9'; } .icon54-v2-no-shower::before { content: '\eaba'; } .icon54-v2-no-smoking::before { content: '\eabb'; } .icon54-v2-no-step::before { content: '\eabc'; } .icon54-v2-no-stream::before { content: '\eabd'; } .icon54-v2-no-swimming::before { content: '\eabe'; } .icon54-v2-no-touch::before { content: '\eabf'; } .icon54-v2-no-wet-ironing::before { content: '\eac0'; } .icon54-v2-no-wetting::before { content: '\eac1'; } .icon54-v2-nophoto::before { content: '\eac2'; } .icon54-v2-not-arrived::before { content: '\eac3'; } .icon54-v2-not-departed::before { content: '\eac4'; } .icon54-v2-not-drinking-water::before { content: '\eac5'; } .icon54-v2-not-loud::before { content: '\eac6'; } .icon54-v2-nuclear-reactor::before { content: '\eac7'; } .icon54-v2-nuclear::before { content: '\eac8'; } .icon54-v2-obelisc::before { content: '\eac9'; } .icon54-v2-office-1::before { content: '\eaca'; } .icon54-v2-office-2::before { content: '\eacb'; } .icon54-v2-office-3::before { content: '\eacc'; } .icon54-v2-office-4::before { content: '\eacd'; } .icon54-v2-office-5::before { content: '\eace'; } .icon54-v2-office-6::before { content: '\eacf'; } .icon54-v2-old-camera-1::before { content: '\ead0'; } .icon54-v2-old-camera-2::before { content: '\ead1'; } .icon54-v2-old-sticky-1::before { content: '\ead2'; } .icon54-v2-old-sticky-2::before { content: '\ead3'; } .icon54-v2-old-sticky-3::before { content: '\ead4'; } .icon54-v2-old-telephone::before { content: '\ead5'; } .icon54-v2-olive::before { content: '\ead6'; } .icon54-v2-onion::before { content: '\ead7'; } .icon54-v2-oscar::before { content: '\ead8'; } .icon54-v2-pack-up::before { content: '\ead9'; } .icon54-v2-pagoda-myanmar::before { content: '\eada'; } .icon54-v2-pagoda::before { content: '\eadb'; } .icon54-v2-paifang-china::before { content: '\eadc'; } .icon54-v2-paint-brush::before { content: '\eadd'; } .icon54-v2-paint-bucket::before { content: '\eade'; } .icon54-v2-paint-roller::before { content: '\eadf'; } .icon54-v2-palm-tree::before { content: '\eae0'; } .icon54-v2-pantheon::before { content: '\eae1'; } .icon54-v2-papaya::before { content: '\eae2'; } .icon54-v2-park::before { content: '\eae3'; } .icon54-v2-party-glasses::before { content: '\eae4'; } .icon54-v2-passport::before { content: '\eae5'; } .icon54-v2-pawn-1::before { content: '\eae6'; } .icon54-v2-pawn-2::before { content: '\eae7'; } .icon54-v2-pay-doc::before { content: '\eae8'; } .icon54-v2-pea::before { content: '\eae9'; } .icon54-v2-peach-1::before { content: '\eaea'; } .icon54-v2-peach-2::before { content: '\eaeb'; } .icon54-v2-peanut::before { content: '\eaec'; } .icon54-v2-pear::before { content: '\eaed'; } .icon54-v2-pecan::before { content: '\eaee'; } .icon54-v2-pentagon::before { content: '\eaef'; } .icon54-v2-pepper::before { content: '\eaf0'; } .icon54-v2-personal-award-badge::before { content: '\eaf1'; } .icon54-v2-personal-heart::before { content: '\eaf2'; } .icon54-v2-personal-use::before { content: '\eaf3'; } .icon54-v2-pesronal-use-doc::before { content: '\eaf4'; } .icon54-v2-phone-user::before { content: '\eaf5'; } .icon54-v2-php-1::before { content: '\eaf6'; } .icon54-v2-php-2::before { content: '\eaf7'; } .icon54-v2-pin-app::before { content: '\eaf8'; } .icon54-v2-pipe-1::before { content: '\eaf9'; } .icon54-v2-pipe-2::before { content: '\eafa'; } .icon54-v2-pisa::before { content: '\eafb'; } .icon54-v2-pistachio::before { content: '\eafc'; } .icon54-v2-playground::before { content: '\eafd'; } .icon54-v2-pliers::before { content: '\eafe'; } .icon54-v2-plugin::before { content: '\eaff'; } .icon54-v2-plum::before { content: '\eb00'; } .icon54-v2-pocket-watch::before { content: '\eb01'; } .icon54-v2-podium::before { content: '\eb02'; } .icon54-v2-police::before { content: '\eb03'; } .icon54-v2-pomegranate::before { content: '\eb04'; } .icon54-v2-port::before { content: '\eb05'; } .icon54-v2-portrait-frame::before { content: '\eb06'; } .icon54-v2-post-it::before { content: '\eb07'; } .icon54-v2-post-office::before { content: '\eb08'; } .icon54-v2-potato::before { content: '\eb09'; } .icon54-v2-presentation-1::before { content: '\eb0a'; } .icon54-v2-presentation-2::before { content: '\eb0b'; } .icon54-v2-presentation-3::before { content: '\eb0c'; } .icon54-v2-preview-pane::before { content: '\eb0d'; } .icon54-v2-profile-app::before { content: '\eb0e'; } .icon54-v2-profile-cardiograph::before { content: '\eb0f'; } .icon54-v2-profile-economy::before { content: '\eb10'; } .icon54-v2-profile-favourites::before { content: '\eb11'; } .icon54-v2-profile-head::before { content: '\eb12'; } .icon54-v2-profile-history::before { content: '\eb13'; } .icon54-v2-profile-lightbulb::before { content: '\eb14'; } .icon54-v2-profile-music::before { content: '\eb15'; } .icon54-v2-profile-settings::before { content: '\eb16'; } .icon54-v2-profile-star::before { content: '\eb17'; } .icon54-v2-profile-voltage::before { content: '\eb18'; } .icon54-v2-profile::before { content: '\eb19'; } .icon54-v2-programing::before { content: '\eb1a'; } .icon54-v2-property-rights::before { content: '\eb1b'; } .icon54-v2-public-app::before { content: '\eb1c'; } .icon54-v2-public-domain::before { content: '\eb1d'; } .icon54-v2-pumpkin::before { content: '\eb1e'; } .icon54-v2-puond-app::before { content: '\eb1f'; } .icon54-v2-queen-1::before { content: '\eb20'; } .icon54-v2-queen-2::before { content: '\eb21'; } .icon54-v2-question-app::before { content: '\eb22'; } .icon54-v2-radio::before { content: '\eb23'; } .icon54-v2-radish::before { content: '\eb24'; } .icon54-v2-raspberry::before { content: '\eb25'; } .icon54-v2-razor-blade::before { content: '\eb26'; } .icon54-v2-razor::before { content: '\eb27'; } .icon54-v2-recording-app::before { content: '\eb28'; } .icon54-v2-rectangle-star::before { content: '\eb29'; } .icon54-v2-refresh-app::before { content: '\eb2a'; } .icon54-v2-registered-mark::before { content: '\eb2b'; } .icon54-v2-reload-app::before { content: '\eb2c'; } .icon54-v2-remouve-app::before { content: '\eb2d'; } .icon54-v2-remouve-rating::before { content: '\eb2e'; } .icon54-v2-remove-award-badge::before { content: '\eb2f'; } .icon54-v2-remove-heart::before { content: '\eb30'; } .icon54-v2-restore::before { content: '\eb31'; } .icon54-v2-retina-scann-app::before { content: '\eb32'; } .icon54-v2-retro-perfume::before { content: '\eb33'; } .icon54-v2-rialto-venice::before { content: '\eb34'; } .icon54-v2-ribbon::before { content: '\eb35'; } .icon54-v2-right-sidebar::before { content: '\eb36'; } .icon54-v2-rio-de-jan::before { content: '\eb37'; } .icon54-v2-road-roller::before { content: '\eb38'; } .icon54-v2-rode-signe::before { content: '\eb39'; } .icon54-v2-rook-1::before { content: '\eb3a'; } .icon54-v2-rook-2::before { content: '\eb3b'; } .icon54-v2-route-66::before { content: '\eb3c'; } .icon54-v2-rudder::before { content: '\eb3d'; } .icon54-v2-sailboat::before { content: '\eb3e'; } .icon54-v2-sate-sticker::before { content: '\eb3f'; } .icon54-v2-saw::before { content: '\eb40'; } .icon54-v2-school::before { content: '\eb41'; } .icon54-v2-scissors::before { content: '\eb42'; } .icon54-v2-search-app-1::before { content: '\eb43'; } .icon54-v2-search-app-2::before { content: '\eb44'; } .icon54-v2-search-code::before { content: '\eb45'; } .icon54-v2-search-female::before { content: '\eb46'; } .icon54-v2-search-male::before { content: '\eb47'; } .icon54-v2-search-within-app::before { content: '\eb48'; } .icon54-v2-searching-group::before { content: '\eb49'; } .icon54-v2-security-gate::before { content: '\eb4a'; } .icon54-v2-sfinx::before { content: '\eb4b'; } .icon54-v2-shanghai-tv-tower::before { content: '\eb4c'; } .icon54-v2-share-app-1::before { content: '\eb4d'; } .icon54-v2-share-app::before { content: '\eb4e'; } .icon54-v2-share-with-group::before { content: '\eb4f'; } .icon54-v2-sharring-rights::before { content: '\eb50'; } .icon54-v2-shaving-brush::before { content: '\eb51'; } .icon54-v2-sherif-star::before { content: '\eb52'; } .icon54-v2-shoe-1::before { content: '\eb53'; } .icon54-v2-shoe-2::before { content: '\eb54'; } .icon54-v2-shop-rating::before { content: '\eb55'; } .icon54-v2-shop::before { content: '\eb56'; } .icon54-v2-shovel::before { content: '\eb57'; } .icon54-v2-signpost::before { content: '\eb58'; } .icon54-v2-sillence::before { content: '\eb59'; } .icon54-v2-single-female::before { content: '\eb5a'; } .icon54-v2-single-male::before { content: '\eb5b'; } .icon54-v2-ski::before { content: '\eb5c'; } .icon54-v2-sleeping-bag::before { content: '\eb5d'; } .icon54-v2-small-icons-view::before { content: '\eb5e'; } .icon54-v2-smoking-area::before { content: '\eb5f'; } .icon54-v2-social-media::before { content: '\eb60'; } .icon54-v2-space-needle-seattle::before { content: '\eb61'; } .icon54-v2-speach-bubble-1::before { content: '\eb62'; } .icon54-v2-speach-bubble-2::before { content: '\eb63'; } .icon54-v2-speach-bubble-3::before { content: '\eb64'; } .icon54-v2-speach-bubble-4::before { content: '\eb65'; } .icon54-v2-speach-bubble-5::before { content: '\eb66'; } .icon54-v2-speach-bubble-6::before { content: '\eb67'; } .icon54-v2-speach-bubble-7::before { content: '\eb68'; } .icon54-v2-speach-bubble-8::before { content: '\eb69'; } .icon54-v2-speach-bubble-9::before { content: '\eb6a'; } .icon54-v2-speach-bubble-10::before { content: '\eb6b'; } .icon54-v2-speach-bubble-11::before { content: '\eb6c'; } .icon54-v2-speach-bubbles-1::before { content: '\eb6d'; } .icon54-v2-speach-bubbles-2::before { content: '\eb6e'; } .icon54-v2-speach-bubbles-3::before { content: '\eb6f'; } .icon54-v2-speach-bubbles-5::before { content: '\eb70'; } .icon54-v2-speach-bubbles-6::before { content: '\eb71'; } .icon54-v2-speach-bubbles-7::before { content: '\eb72'; } .icon54-v2-speach-bubbles-8::before { content: '\eb73'; } .icon54-v2-speach-bubbles-9::before { content: '\eb74'; } .icon54-v2-speach-bubbles-10::before { content: '\eb75'; } .icon54-v2-speach-bubbles-11::before { content: '\eb76'; } .icon54-v2-speach-bubbles-12::before { content: '\eb77'; } .icon54-v2-speash-bubbles-4::before { content: '\eb78'; } .icon54-v2-speech::before { content: '\eb79'; } .icon54-v2-spinach::before { content: '\eb7a'; } .icon54-v2-st-petersburg::before { content: '\eb7b'; } .icon54-v2-stadium::before { content: '\eb7c'; } .icon54-v2-stairs-down::before { content: '\eb7d'; } .icon54-v2-stairs-up::before { content: '\eb7e'; } .icon54-v2-standing-position::before { content: '\eb7f'; } .icon54-v2-star-bookmark::before { content: '\eb80'; } .icon54-v2-star-flag::before { content: '\eb81'; } .icon54-v2-star-shield-1::before { content: '\eb82'; } .icon54-v2-star-shield-2::before { content: '\eb83'; } .icon54-v2-star-user::before { content: '\eb84'; } .icon54-v2-stonehenge::before { content: '\eb85'; } .icon54-v2-storage::before { content: '\eb86'; } .icon54-v2-strawberry::before { content: '\eb87'; } .icon54-v2-suitcase::before { content: '\eb88'; } .icon54-v2-sunflower-seed::before { content: '\eb89'; } .icon54-v2-sunshade::before { content: '\eb8a'; } .icon54-v2-super-bowl-cup::before { content: '\eb8b'; } .icon54-v2-surfboard::before { content: '\eb8c'; } .icon54-v2-surveillance::before { content: '\eb8d'; } .icon54-v2-suspenders::before { content: '\eb8e'; } .icon54-v2-sweet-potato::before { content: '\eb8f'; } .icon54-v2-switch-app::before { content: '\eb90'; } .icon54-v2-switch-males::before { content: '\eb91'; } .icon54-v2-sydney::before { content: '\eb92'; } .icon54-v2-synagogue::before { content: '\eb93'; } .icon54-v2-tablet-user::before { content: '\eb94'; } .icon54-v2-taj-mahal::before { content: '\eb95'; } .icon54-v2-targeted-head::before { content: '\eb96'; } .icon54-v2-task-manager::before { content: '\eb97'; } .icon54-v2-telephone::before { content: '\eb98'; } .icon54-v2-tent::before { content: '\eb99'; } .icon54-v2-text-editor::before { content: '\eb9a'; } .icon54-v2-theater::before { content: '\eb9b'; } .icon54-v2-theme::before { content: '\eb9c'; } .icon54-v2-ticket::before { content: '\eb9d'; } .icon54-v2-tie-1::before { content: '\eb9e'; } .icon54-v2-tie-2::before { content: '\eb9f'; } .icon54-v2-tie-3::before { content: '\eba0'; } .icon54-v2-tie-4::before { content: '\eba1'; } .icon54-v2-tiles-view::before { content: '\eba2'; } .icon54-v2-time-app::before { content: '\eba3'; } .icon54-v2-timed-rating::before { content: '\eba4'; } .icon54-v2-tomato::before { content: '\eba5'; } .icon54-v2-tower-bridge::before { content: '\eba6'; } .icon54-v2-trade-mark::before { content: '\eba7'; } .icon54-v2-trafic-cone::before { content: '\eba8'; } .icon54-v2-translate::before { content: '\eba9'; } .icon54-v2-trash::before { content: '\ebaa'; } .icon54-v2-tree-grid::before { content: '\ebab'; } .icon54-v2-tree-view-2::before { content: '\ebac'; } .icon54-v2-tree-view-3::before { content: '\ebad'; } .icon54-v2-tree-view::before { content: '\ebae'; } .icon54-v2-triangle-ruler::before { content: '\ebaf'; } .icon54-v2-trowel-and-brick::before { content: '\ebb0'; } .icon54-v2-trowel-and-wall::before { content: '\ebb1'; } .icon54-v2-truck-1::before { content: '\ebb2'; } .icon54-v2-turin::before { content: '\ebb3'; } .icon54-v2-two-females-1::before { content: '\ebb4'; } .icon54-v2-two-males-1::before { content: '\ebb5'; } .icon54-v2-tyle::before { content: '\ebb6'; } .icon54-v2-uefa-euro-cup::before { content: '\ebb7'; } .icon54-v2-umbrella::before { content: '\ebb8'; } .icon54-v2-uninstal-app::before { content: '\ebb9'; } .icon54-v2-university::before { content: '\ebba'; } .icon54-v2-upload-app::before { content: '\ebbb'; } .icon54-v2-upload::before { content: '\ebbc'; } .icon54-v2-user-app::before { content: '\ebbd'; } .icon54-v2-user-budget::before { content: '\ebbe'; } .icon54-v2-user-calendar::before { content: '\ebbf'; } .icon54-v2-user-cloud::before { content: '\ebc0'; } .icon54-v2-user-cup::before { content: '\ebc1'; } .icon54-v2-user-database::before { content: '\ebc2'; } .icon54-v2-user-fingerprint::before { content: '\ebc3'; } .icon54-v2-user-flowchart::before { content: '\ebc4'; } .icon54-v2-user-geometry::before { content: '\ebc5'; } .icon54-v2-user-hierarchy::before { content: '\ebc6'; } .icon54-v2-user-mail::before { content: '\ebc7'; } .icon54-v2-user-password::before { content: '\ebc8'; } .icon54-v2-user-path::before { content: '\ebc9'; } .icon54-v2-user-place::before { content: '\ebca'; } .icon54-v2-user-rating::before { content: '\ebcb'; } .icon54-v2-user-security-card::before { content: '\ebcc'; } .icon54-v2-user-security-female::before { content: '\ebcd'; } .icon54-v2-user-security-male::before { content: '\ebce'; } .icon54-v2-user-settings::before { content: '\ebcf'; } .icon54-v2-user-store::before { content: '\ebd0'; } .icon54-v2-user-target::before { content: '\ebd1'; } .icon54-v2-vector-app::before { content: '\ebd2'; } .icon54-v2-vest::before { content: '\ebd3'; } .icon54-v2-victory::before { content: '\ebd4'; } .icon54-v2-video-app-1::before { content: '\ebd5'; } .icon54-v2-video-app-2::before { content: '\ebd6'; } .icon54-v2-vip-star::before { content: '\ebd7'; } .icon54-v2-vote-2::before { content: '\ebd8'; } .icon54-v2-vote-3::before { content: '\ebd9'; } .icon54-v2-vote-4::before { content: '\ebda'; } .icon54-v2-vote-stamp-2::before { content: '\ebdb'; } .icon54-v2-vote-stamp::before { content: '\ebdc'; } .icon54-v2-vote::before { content: '\ebdd'; } .icon54-v2-voted::before { content: '\ebde'; } .icon54-v2-waiting-app::before { content: '\ebdf'; } .icon54-v2-waiting-award-badge::before { content: '\ebe0'; } .icon54-v2-waiting-room::before { content: '\ebe1'; } .icon54-v2-washing-1::before { content: '\ebe2'; } .icon54-v2-washing-2::before { content: '\ebe3'; } .icon54-v2-washing-3::before { content: '\ebe4'; } .icon54-v2-watch-1::before { content: '\ebe5'; } .icon54-v2-watch-2::before { content: '\ebe6'; } .icon54-v2-wet-ironing::before { content: '\ebe7'; } .icon54-v2-white-house::before { content: '\ebe8'; } .icon54-v2-white-radish::before { content: '\ebe9'; } .icon54-v2-windmill::before { content: '\ebea'; } .icon54-v2-wing-star::before { content: '\ebeb'; } .icon54-v2-woman::before { content: '\ebec'; } .icon54-v2-women\'s-collar::before { content: '\ebed'; } .icon54-v2-worlld-cup::before { content: '\ebee'; } .icon54-v2-wrench-tool::before { content: '\ebef'; } .icon54-v2-writing-group::before { content: '\ebf0'; } .icon54-v2-www-doc::before { content: '\ebf1'; } .icon54-v2-xml-1::before { content: '\ebf2'; } .icon54-v2-xml-2::before { content: '\ebf3'; } .icon54-v2-yacht::before { content: '\ebf4'; } .icon54-v2-zeppelin::before { content: '\ebf5'; } .icon54-v2-zucchini::before { content: '\ebf6'; } .icon54-v2-d-file::before { content: '\ebf7'; } .icon54-v2-ds::before { content: '\ebf8'; } .icon54-v2-add-house::before { content: '\ebf9'; } .icon54-v2-add-note::before { content: '\ebfa'; } .icon54-v2-add-post-it::before { content: '\ebfb'; } .icon54-v2-add-task::before { content: '\ebfc'; } .icon54-v2-atach-post-it::before { content: '\ebfd'; } .icon54-v2-atention-note::before { content: '\ebfe'; } .icon54-v2-atention-task::before { content: '\ebff'; } .icon54-v2-attache-note::before { content: '\ec00'; } .icon54-v2-attache-task::before { content: '\ec01'; } .icon54-v2-attention-house::before { content: '\ec02'; } .icon54-v2-attention-post-it::before { content: '\ec03'; } .icon54-v2-bad-1::before { content: '\ec04'; } .icon54-v2-bad-2::before { content: '\ec05'; } .icon54-v2-bad-3::before { content: '\ec06'; } .icon54-v2-bad-4::before { content: '\ec07'; } .icon54-v2-basic-shape-2::before { content: '\ec08'; } .icon54-v2-basic-shape::before { content: '\ec09'; } .icon54-v2-bathroom-cabinet-1::before { content: '\ec0a'; } .icon54-v2-batroom-cabinet-2::before { content: '\ec0b'; } .icon54-v2-bench::before { content: '\ec0c'; } .icon54-v2-brick-gouse::before { content: '\ec0d'; } .icon54-v2-cabinet-1::before { content: '\ec0e'; } .icon54-v2-cabinet-2::before { content: '\ec0f'; } .icon54-v2-cabinet-3::before { content: '\ec10'; } .icon54-v2-cabinet-4::before { content: '\ec11'; } .icon54-v2-cabinet-5::before { content: '\ec12'; } .icon54-v2-chair-1::before { content: '\ec13'; } .icon54-v2-chair-2::before { content: '\ec14'; } .icon54-v2-chair-3::before { content: '\ec15'; } .icon54-v2-change-house::before { content: '\ec16'; } .icon54-v2-circle::before { content: '\ec17'; } .icon54-v2-clear-house::before { content: '\ec18'; } .icon54-v2-clear-note::before { content: '\ec19'; } .icon54-v2-clear-post-it::before { content: '\ec1a'; } .icon54-v2-clear-task::before { content: '\ec1b'; } .icon54-v2-clipboard-pencil::before { content: '\ec1c'; } .icon54-v2-clipboard2::before { content: '\ec1d'; } .icon54-v2-cliped-post-it::before { content: '\ec1e'; } .icon54-v2-cone-2::before { content: '\ec1f'; } .icon54-v2-cone-3::before { content: '\ec20'; } .icon54-v2-cone::before { content: '\ec21'; } .icon54-v2-corel-file::before { content: '\ec22'; } .icon54-v2-couch-1::before { content: '\ec23'; } .icon54-v2-couch-2::before { content: '\ec24'; } .icon54-v2-couch-3::before { content: '\ec25'; } .icon54-v2-cube-2::before { content: '\ec26'; } .icon54-v2-cube-3::before { content: '\ec27'; } .icon54-v2-cube::before { content: '\ec28'; } .icon54-v2-cylinder-2::before { content: '\ec29'; } .icon54-v2-cylinder-3::before { content: '\ec2a'; } .icon54-v2-cylinder::before { content: '\ec2b'; } .icon54-v2-dekaeder-2::before { content: '\ec2c'; } .icon54-v2-dekaeder-3::before { content: '\ec2d'; } .icon54-v2-dekaeder::before { content: '\ec2e'; } .icon54-v2-delete-note::before { content: '\ec2f'; } .icon54-v2-delete-post-it::before { content: '\ec30'; } .icon54-v2-delete-task::before { content: '\ec31'; } .icon54-v2-design-document::before { content: '\ec32'; } .icon54-v2-dodekaeder-1::before { content: '\ec33'; } .icon54-v2-dodekaeder-2::before { content: '\ec34'; } .icon54-v2-dodekaeder-3::before { content: '\ec35'; } .icon54-v2-dodekaeder-4::before { content: '\ec36'; } .icon54-v2-dollar-house::before { content: '\ec37'; } .icon54-v2-done-house::before { content: '\ec38'; } .icon54-v2-done-note::before { content: '\ec39'; } .icon54-v2-done-post-it::before { content: '\ec3a'; } .icon54-v2-done-task::before { content: '\ec3b'; } .icon54-v2-download-note::before { content: '\ec3c'; } .icon54-v2-download-post-it::before { content: '\ec3d'; } .icon54-v2-download-task::before { content: '\ec3e'; } .icon54-v2-dream-house::before { content: '\ec3f'; } .icon54-v2-dwg::before { content: '\ec40'; } .icon54-v2-dxf::before { content: '\ec41'; } .icon54-v2-eco-house::before { content: '\ec42'; } .icon54-v2-edit-note::before { content: '\ec43'; } .icon54-v2-edit-post-it::before { content: '\ec44'; } .icon54-v2-edit-task::before { content: '\ec45'; } .icon54-v2-emf::before { content: '\ec46'; } .icon54-v2-eps::before { content: '\ec47'; } .icon54-v2-euro-house::before { content: '\ec48'; } .icon54-v2-favorite-house::before { content: '\ec49'; } .icon54-v2-fence::before { content: '\ec4a'; } .icon54-v2-for-rent::before { content: '\ec4b'; } .icon54-v2-for-sale::before { content: '\ec4c'; } .icon54-v2-garage::before { content: '\ec4d'; } .icon54-v2-garden::before { content: '\ec4e'; } .icon54-v2-globe-house::before { content: '\ec4f'; } .icon54-v2-hexaeder-1::before { content: '\ec50'; } .icon54-v2-hexaeder-2::before { content: '\ec51'; } .icon54-v2-hexaeder-3::before { content: '\ec52'; } .icon54-v2-hexaeder::before { content: '\ec53'; } .icon54-v2-hexagon::before { content: '\ec54'; } .icon54-v2-hexagonal-cone-2::before { content: '\ec55'; } .icon54-v2-hexagonal-cone-3::before { content: '\ec56'; } .icon54-v2-hexagonal-cone::before { content: '\ec57'; } .icon54-v2-hexagonal-cylinder-2::before { content: '\ec58'; } .icon54-v2-hexagonal-cylinder-3::before { content: '\ec59'; } .icon54-v2-hexagonal-cylinder::before { content: '\ec5a'; } .icon54-v2-house-12::before { content: '\ec5b'; } .icon54-v2-house-22::before { content: '\ec5c'; } .icon54-v2-house-care::before { content: '\ec5d'; } .icon54-v2-house-delay::before { content: '\ec5e'; } .icon54-v2-house-dimensions::before { content: '\ec5f'; } .icon54-v2-house-discount::before { content: '\ec60'; } .icon54-v2-house-insurance::before { content: '\ec61'; } .icon54-v2-house-key-2::before { content: '\ec62'; } .icon54-v2-house-key-3::before { content: '\ec63'; } .icon54-v2-house-key::before { content: '\ec64'; } .icon54-v2-house-location::before { content: '\ec65'; } .icon54-v2-ikosaeder-2::before { content: '\ec66'; } .icon54-v2-ikosaeder::before { content: '\ec67'; } .icon54-v2-illustrator-file::before { content: '\ec68'; } .icon54-v2-indesign::before { content: '\ec69'; } .icon54-v2-key-hold::before { content: '\ec6a'; } .icon54-v2-lamp-1::before { content: '\ec6b'; } .icon54-v2-lamp-2::before { content: '\ec6c'; } .icon54-v2-lamp-3::before { content: '\ec6d'; } .icon54-v2-layer-43::before { content: '\ec6e'; } .icon54-v2-mail-note::before { content: '\ec6f'; } .icon54-v2-mail-post-it::before { content: '\ec70'; } .icon54-v2-mail-task::before { content: '\ec71'; } .icon54-v2-max::before { content: '\ec72'; } .icon54-v2-mirror-1::before { content: '\ec73'; } .icon54-v2-mirror-2::before { content: '\ec74'; } .icon54-v2-note-1::before { content: '\ec75'; } .icon54-v2-note-2::before { content: '\ec76'; } .icon54-v2-note-book-1::before { content: '\ec77'; } .icon54-v2-note-book-2::before { content: '\ec78'; } .icon54-v2-note-pencil-1::before { content: '\ec79'; } .icon54-v2-note-pencil-2::before { content: '\ec7a'; } .icon54-v2-notebook-3::before { content: '\ec7b'; } .icon54-v2-octaeder-2::before { content: '\ec7c'; } .icon54-v2-octaeder-3::before { content: '\ec7d'; } .icon54-v2-octaeder::before { content: '\ec7e'; } .icon54-v2-office-building::before { content: '\ec7f'; } .icon54-v2-office-chair::before { content: '\ec80'; } .icon54-v2-office-desk-2::before { content: '\ec81'; } .icon54-v2-office-desk::before { content: '\ec82'; } .icon54-v2-otf::before { content: '\ec83'; } .icon54-v2-pentagonal-cone-2::before { content: '\ec84'; } .icon54-v2-pentagonal-cone-3::before { content: '\ec85'; } .icon54-v2-pentagonal-cone::before { content: '\ec86'; } .icon54-v2-pentagonal-cylinder-2::before { content: '\ec87'; } .icon54-v2-pentagonal-cylinder-3::before { content: '\ec88'; } .icon54-v2-pentagonal-cylinder::before { content: '\ec89'; } .icon54-v2-personal-note::before { content: '\ec8a'; } .icon54-v2-personal-post-it::before { content: '\ec8b'; } .icon54-v2-personal-task::before { content: '\ec8c'; } .icon54-v2-photoshop::before { content: '\ec8d'; } .icon54-v2-pined-post-it::before { content: '\ec8e'; } .icon54-v2-piramid-2::before { content: '\ec8f'; } .icon54-v2-piramid-3::before { content: '\ec90'; } .icon54-v2-piramyd-1::before { content: '\ec91'; } .icon54-v2-post-it-block::before { content: '\ec92'; } .icon54-v2-post-it-pencil::before { content: '\ec93'; } .icon54-v2-post-it-settings::before { content: '\ec94'; } .icon54-v2-pound-house::before { content: '\ec95'; } .icon54-v2-question-house::before { content: '\ec96'; } .icon54-v2-question-note::before { content: '\ec97'; } .icon54-v2-question-post-it::before { content: '\ec98'; } .icon54-v2-question-task::before { content: '\ec99'; } .icon54-v2-qxd::before { content: '\ec9a'; } .icon54-v2-rectangle-2::before { content: '\ec9b'; } .icon54-v2-rectangle::before { content: '\ec9c'; } .icon54-v2-remouve-house::before { content: '\ec9d'; } .icon54-v2-remouve-note::before { content: '\ec9e'; } .icon54-v2-remouve-post-it::before { content: '\ec9f'; } .icon54-v2-remouve-task::before { content: '\eca0'; } .icon54-v2-rent-hanger::before { content: '\eca1'; } .icon54-v2-rent-sale-sign::before { content: '\eca2'; } .icon54-v2-rent-sign-2::before { content: '\eca3'; } .icon54-v2-rent-sign::before { content: '\eca4'; } .icon54-v2-sale-hanger::before { content: '\eca5'; } .icon54-v2-sale-sign-2::before { content: '\eca6'; } .icon54-v2-sale-sign::before { content: '\eca7'; } .icon54-v2-search-house-2::before { content: '\eca8'; } .icon54-v2-search-house::before { content: '\eca9'; } .icon54-v2-search-note::before { content: '\ecaa'; } .icon54-v2-search-post-it::before { content: '\ecab'; } .icon54-v2-search-task::before { content: '\ecac'; } .icon54-v2-secure-house::before { content: '\ecad'; } .icon54-v2-setting-house::before { content: '\ecae'; } .icon54-v2-settings-note::before { content: '\ecaf'; } .icon54-v2-shape-file-2::before { content: '\ecb0'; } .icon54-v2-shape-file::before { content: '\ecb1'; } .icon54-v2-share-note::before { content: '\ecb2'; } .icon54-v2-share-post-it::before { content: '\ecb3'; } .icon54-v2-share-task::before { content: '\ecb4'; } .icon54-v2-sofa-1::before { content: '\ecb5'; } .icon54-v2-sofa-2::before { content: '\ecb6'; } .icon54-v2-sofa-3::before { content: '\ecb7'; } .icon54-v2-sold-hanger::before { content: '\ecb8'; } .icon54-v2-sold-sign-2::before { content: '\ecb9'; } .icon54-v2-sold-sign::before { content: '\ecba'; } .icon54-v2-sphere-2::before { content: '\ecbb'; } .icon54-v2-sphere-3::before { content: '\ecbc'; } .icon54-v2-sphere::before { content: '\ecbd'; } .icon54-v2-star-house::before { content: '\ecbe'; } .icon54-v2-storage2::before { content: '\ecbf'; } .icon54-v2-sttings-task::before { content: '\ecc0'; } .icon54-v2-svg::before { content: '\ecc1'; } .icon54-v2-swf::before { content: '\ecc2'; } .icon54-v2-table-1::before { content: '\ecc3'; } .icon54-v2-table-2::before { content: '\ecc4'; } .icon54-v2-table-3::before { content: '\ecc5'; } .icon54-v2-tasks-1::before { content: '\ecc6'; } .icon54-v2-tetraeder-2::before { content: '\ecc7'; } .icon54-v2-tetraeder-3::before { content: '\ecc8'; } .icon54-v2-tetraeder::before { content: '\ecc9'; } .icon54-v2-tga::before { content: '\ecca'; } .icon54-v2-tiff::before { content: '\eccb'; } .icon54-v2-triangle::before { content: '\eccc'; } .icon54-v2-true-type::before { content: '\eccd'; } .icon54-v2-ttf::before { content: '\ecce'; } .icon54-v2-tv-desk-2::before { content: '\eccf'; } .icon54-v2-tv-desk::before { content: '\ecd0'; } .icon54-v2-upload-note::before { content: '\ecd1'; } .icon54-v2-upload-post-it::before { content: '\ecd2'; } .icon54-v2-upload-task::before { content: '\ecd3'; } .icon54-v2-vector-file::before { content: '\ecd4'; } .icon54-v2-wardeobe-1::before { content: '\ecd5'; } .icon54-v2-wardrobe-2::before { content: '\ecd6'; } .icon54-v2-wardrobe-3::before { content: '\ecd7'; } .icon54-v2-wardrobe-mirror::before { content: '\ecd8'; }
public/assets/icon54-v2/style.css
@font-face { font-family: 'icon54-v2'; src: url('fonts/icon54-v2.eot?3tvhdh'); src: url('fonts/icon54-v2.eot?3tvhdh#iefix') format('embedded-opentype'), url('fonts/icon54-v2.ttf?3tvhdh') format('truetype'), url('fonts/icon54-v2.woff?3tvhdh') format('woff'), url('fonts/icon54-v2.svg?3tvhdh#icon54-v2') format('svg'); font-weight: normal; font-style: normal; } [class^='icon54-v2-'], [class*=' icon54-v2-'] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icon54-v2' !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; } .icon54-v2-israel::before { content: '\e900'; } .icon54-v2-year-aniversary-23::before { content: '\e901'; } .icon54-v2-year-aniversary3::before { content: '\e902'; } .icon54-v2-st-place::before { content: '\e903'; } .icon54-v2-nd-place::before { content: '\e904'; } .icon54-v2-rd-place::before { content: '\e905'; } .icon54-v2-stars::before { content: '\e906'; } .icon54-v2-year-aniversary-2::before { content: '\e907'; } .icon54-v2-year-aniversary::before { content: '\e908'; } .icon54-v2-year-aniversary-22::before { content: '\e909'; } .icon54-v2-year-aniversary2::before { content: '\e90a'; } .icon54-v2-accessibility::before { content: '\e90b'; } .icon54-v2-acorn::before { content: '\e90c'; } .icon54-v2-add-app::before { content: '\e90d'; } .icon54-v2-add-award-badge::before { content: '\e90e'; } .icon54-v2-add-heart::before { content: '\e90f'; } .icon54-v2-add-rating::before { content: '\e910'; } .icon54-v2-addon::before { content: '\e911'; } .icon54-v2-air-balloon::before { content: '\e912'; } .icon54-v2-air-condition::before { content: '\e913'; } .icon54-v2-airplane::before { content: '\e914'; } .icon54-v2-airport::before { content: '\e915'; } .icon54-v2-allert-app::before { content: '\e916'; } .icon54-v2-allow-copying::before { content: '\e917'; } .icon54-v2-allow-redistribution::before { content: '\e918'; } .icon54-v2-almond::before { content: '\e919'; } .icon54-v2-analitics::before { content: '\e91a'; } .icon54-v2-ananas::before { content: '\e91b'; } .icon54-v2-anchor::before { content: '\e91c'; } .icon54-v2-angle-ruler::before { content: '\e91d'; } .icon54-v2-app-1::before { content: '\e91e'; } .icon54-v2-app-2::before { content: '\e91f'; } .icon54-v2-app-error::before { content: '\e920'; } .icon54-v2-app-settings::before { content: '\e921'; } .icon54-v2-app-tile-task::before { content: '\e922'; } .icon54-v2-app-window::before { content: '\e923'; } .icon54-v2-apple::before { content: '\e924'; } .icon54-v2-application-user::before { content: '\e925'; } .icon54-v2-application::before { content: '\e926'; } .icon54-v2-arc-de-triomphe::before { content: '\e927'; } .icon54-v2-architecture::before { content: '\e928'; } .icon54-v2-arrived::before { content: '\e929'; } .icon54-v2-arriving::before { content: '\e92a'; } .icon54-v2-artichoke::before { content: '\e92b'; } .icon54-v2-asparagus::before { content: '\e92c'; } .icon54-v2-attach-app::before { content: '\e92d'; } .icon54-v2-attention::before { content: '\e92e'; } .icon54-v2-avocado::before { content: '\e92f'; } .icon54-v2-award-1::before { content: '\e930'; } .icon54-v2-award-2::before { content: '\e931'; } .icon54-v2-award-badge-shopping::before { content: '\e932'; } .icon54-v2-award-stamp-2::before { content: '\e933'; } .icon54-v2-award-stamp::before { content: '\e934'; } .icon54-v2-axe::before { content: '\e935'; } .icon54-v2-badge-star::before { content: '\e936'; } .icon54-v2-bag-conveyer::before { content: '\e937'; } .icon54-v2-bag-weight::before { content: '\e938'; } .icon54-v2-bag::before { content: '\e939'; } .icon54-v2-bakelite::before { content: '\e93a'; } .icon54-v2-ball::before { content: '\e93b'; } .icon54-v2-banana::before { content: '\e93c'; } .icon54-v2-bank-1::before { content: '\e93d'; } .icon54-v2-bank-2::before { content: '\e93e'; } .icon54-v2-barber-shop::before { content: '\e93f'; } .icon54-v2-barber\'s-razor::before { content: '\e940'; } .icon54-v2-barcode-app::before { content: '\e941'; } .icon54-v2-barn::before { content: '\e942'; } .icon54-v2-barrow::before { content: '\e943'; } .icon54-v2-basketball-cup::before { content: '\e944'; } .icon54-v2-beard-1::before { content: '\e945'; } .icon54-v2-beard-2::before { content: '\e946'; } .icon54-v2-beard-3::before { content: '\e947'; } .icon54-v2-beard-4::before { content: '\e948'; } .icon54-v2-berlin-tv-tower::before { content: '\e949'; } .icon54-v2-bicycle-1::before { content: '\e94a'; } .icon54-v2-bicycle-2::before { content: '\e94b'; } .icon54-v2-big-ben::before { content: '\e94c'; } .icon54-v2-binar-code-2::before { content: '\e94d'; } .icon54-v2-binar-code::before { content: '\e94e'; } .icon54-v2-bishop-1::before { content: '\e94f'; } .icon54-v2-bishop-2::before { content: '\e950'; } .icon54-v2-bitcoin-app::before { content: '\e951'; } .icon54-v2-blueberries::before { content: '\e952'; } .icon54-v2-bologna::before { content: '\e953'; } .icon54-v2-booklet-female-1::before { content: '\e954'; } .icon54-v2-booklet-female-2::before { content: '\e955'; } .icon54-v2-booklet-male-1::before { content: '\e956'; } .icon54-v2-booklet-male-2::before { content: '\e957'; } .icon54-v2-bookmark-app::before { content: '\e958'; } .icon54-v2-bow-1::before { content: '\e959'; } .icon54-v2-bow-2::before { content: '\e95a'; } .icon54-v2-brick::before { content: '\e95b'; } .icon54-v2-bridge-1::before { content: '\e95c'; } .icon54-v2-bridge-2::before { content: '\e95d'; } .icon54-v2-broccoli::before { content: '\e95e'; } .icon54-v2-bucket::before { content: '\e95f'; } .icon54-v2-bug-fix::before { content: '\e960'; } .icon54-v2-bug::before { content: '\e961'; } .icon54-v2-bulldozer::before { content: '\e962'; } .icon54-v2-burj-khalifa-dubai::before { content: '\e963'; } .icon54-v2-bus-station::before { content: '\e964'; } .icon54-v2-c-plus-plus-1::before { content: '\e965'; } .icon54-v2-c-plus-plus-2::before { content: '\e966'; } .icon54-v2-cabbage::before { content: '\e967'; } .icon54-v2-calippers::before { content: '\e968'; } .icon54-v2-camera::before { content: '\e969'; } .icon54-v2-caravan::before { content: '\e96a'; } .icon54-v2-carrot::before { content: '\e96b'; } .icon54-v2-cashew::before { content: '\e96c'; } .icon54-v2-castle::before { content: '\e96d'; } .icon54-v2-castte::before { content: '\e96e'; } .icon54-v2-cement-trovel::before { content: '\e96f'; } .icon54-v2-cemetery::before { content: '\e970'; } .icon54-v2-central-television-beijing::before { content: '\e971'; } .icon54-v2-chain-sawe::before { content: '\e972'; } .icon54-v2-chat-app::before { content: '\e973'; } .icon54-v2-cherry-tomato::before { content: '\e974'; } .icon54-v2-cherry::before { content: '\e975'; } .icon54-v2-chess-board::before { content: '\e976'; } .icon54-v2-chess-clock::before { content: '\e977'; } .icon54-v2-chili::before { content: '\e978'; } .icon54-v2-chinese-lettuce::before { content: '\e979'; } .icon54-v2-church-1::before { content: '\e97a'; } .icon54-v2-church-2::before { content: '\e97b'; } .icon54-v2-circle-star::before { content: '\e97c'; } .icon54-v2-clean-code::before { content: '\e97d'; } .icon54-v2-clear-rating::before { content: '\e97e'; } .icon54-v2-clipboard::before { content: '\e97f'; } .icon54-v2-cloud-app::before { content: '\e980'; } .icon54-v2-clove::before { content: '\e981'; } .icon54-v2-cocktail::before { content: '\e982'; } .icon54-v2-cocoa-pod::before { content: '\e983'; } .icon54-v2-coconut::before { content: '\e984'; } .icon54-v2-code-1::before { content: '\e985'; } .icon54-v2-code-2::before { content: '\e986'; } .icon54-v2-code-doc::before { content: '\e987'; } .icon54-v2-colosseum::before { content: '\e988'; } .icon54-v2-comb-1::before { content: '\e989'; } .icon54-v2-comb-2::before { content: '\e98a'; } .icon54-v2-compass::before { content: '\e98b'; } .icon54-v2-computer-app::before { content: '\e98c'; } .icon54-v2-computer-user::before { content: '\e98d'; } .icon54-v2-connecting-users::before { content: '\e98e'; } .icon54-v2-content-view::before { content: '\e98f'; } .icon54-v2-cop-badge::before { content: '\e990'; } .icon54-v2-copyright-app::before { content: '\e991'; } .icon54-v2-copyright-doc::before { content: '\e992'; } .icon54-v2-copyright::before { content: '\e993'; } .icon54-v2-crain-hook::before { content: '\e994'; } .icon54-v2-crain::before { content: '\e995'; } .icon54-v2-creative-commun-doc::before { content: '\e996'; } .icon54-v2-creative-commun::before { content: '\e997'; } .icon54-v2-css-2::before { content: '\e998'; } .icon54-v2-css-3::before { content: '\e999'; } .icon54-v2-css1::before { content: '\e99a'; } .icon54-v2-cup-2::before { content: '\e99b'; } .icon54-v2-cup-3::before { content: '\e99c'; } .icon54-v2-cut::before { content: '\e99d'; } .icon54-v2-cutlery::before { content: '\e99e'; } .icon54-v2-cutter::before { content: '\e99f'; } .icon54-v2-database::before { content: '\e9a0'; } .icon54-v2-deer::before { content: '\e9a1'; } .icon54-v2-departed::before { content: '\e9a2'; } .icon54-v2-departing::before { content: '\e9a3'; } .icon54-v2-detail-view::before { content: '\e9a4'; } .icon54-v2-detailes-pane::before { content: '\e9a5'; } .icon54-v2-diploma::before { content: '\e9a6'; } .icon54-v2-disabled-man::before { content: '\e9a7'; } .icon54-v2-disc-cutter::before { content: '\e9a8'; } .icon54-v2-discount-sticker::before { content: '\e9a9'; } .icon54-v2-dislike::before { content: '\e9aa'; } .icon54-v2-dismiss-app::before { content: '\e9ab'; } .icon54-v2-dismiss-award-badge::before { content: '\e9ac'; } .icon54-v2-dismiss-heart::before { content: '\e9ad'; } .icon54-v2-dismiss-rating::before { content: '\e9ae'; } .icon54-v2-diving-goggles::before { content: '\e9af'; } .icon54-v2-dog-tag::before { content: '\e9b0'; } .icon54-v2-dollar-app::before { content: '\e9b1'; } .icon54-v2-done-app::before { content: '\e9b2'; } .icon54-v2-done-award-badge::before { content: '\e9b3'; } .icon54-v2-done-heart::before { content: '\e9b4'; } .icon54-v2-done-rating::before { content: '\e9b5'; } .icon54-v2-door::before { content: '\e9b6'; } .icon54-v2-download-app::before { content: '\e9b7'; } .icon54-v2-download::before { content: '\e9b8'; } .icon54-v2-drag-and-drop::before { content: '\e9b9'; } .icon54-v2-drilling-machine-2::before { content: '\e9ba'; } .icon54-v2-drilling-machine::before { content: '\e9bb'; } .icon54-v2-drive-app::before { content: '\e9bc'; } .icon54-v2-driver-licence-female::before { content: '\e9bd'; } .icon54-v2-driver-license-male::before { content: '\e9be'; } .icon54-v2-dropbox-app::before { content: '\e9bf'; } .icon54-v2-dubai::before { content: '\e9c0'; } .icon54-v2-durian::before { content: '\e9c1'; } .icon54-v2-earth-map::before { content: '\e9c2'; } .icon54-v2-easter-island::before { content: '\e9c3'; } .icon54-v2-eat-heart::before { content: '\e9c4'; } .icon54-v2-eating-award-badge::before { content: '\e9c5'; } .icon54-v2-edit-app::before { content: '\e9c6'; } .icon54-v2-eggplant::before { content: '\e9c7'; } .icon54-v2-egypt-pyramid::before { content: '\e9c8'; } .icon54-v2-eiffel-tower::before { content: '\e9c9'; } .icon54-v2-elevator::before { content: '\e9ca'; } .icon54-v2-email-app-1::before { content: '\e9cb'; } .icon54-v2-email-app-2::before { content: '\e9cc'; } .icon54-v2-empire-state-building::before { content: '\e9cd'; } .icon54-v2-empty-star::before { content: '\e9ce'; } .icon54-v2-equalizer::before { content: '\e9cf'; } .icon54-v2-escalator-down::before { content: '\e9d0'; } .icon54-v2-escalator-up::before { content: '\e9d1'; } .icon54-v2-euro-app::before { content: '\e9d2'; } .icon54-v2-exhibition::before { content: '\e9d3'; } .icon54-v2-exit-full-screen::before { content: '\e9d4'; } .icon54-v2-exit::before { content: '\e9d5'; } .icon54-v2-factory::before { content: '\e9d6'; } .icon54-v2-favorite-app-1::before { content: '\e9d7'; } .icon54-v2-favorite-app::before { content: '\e9d8'; } .icon54-v2-favorite-restaurant::before { content: '\e9d9'; } .icon54-v2-female-circle-1::before { content: '\e9da'; } .icon54-v2-female-circle-2::before { content: '\e9db'; } .icon54-v2-female-group-1::before { content: '\e9dc'; } .icon54-v2-female-group-2::before { content: '\e9dd'; } .icon54-v2-fennel::before { content: '\e9de'; } .icon54-v2-ferris-wheel::before { content: '\e9df'; } .icon54-v2-figs::before { content: '\e9e0'; } .icon54-v2-fire-station::before { content: '\e9e1'; } .icon54-v2-firewall::before { content: '\e9e2'; } .icon54-v2-first-ad::before { content: '\e9e3'; } .icon54-v2-flashlight::before { content: '\e9e4'; } .icon54-v2-flippers::before { content: '\e9e5'; } .icon54-v2-flow-chart-4::before { content: '\e9e6'; } .icon54-v2-flow-chat-1::before { content: '\e9e7'; } .icon54-v2-flow-chat-2::before { content: '\e9e8'; } .icon54-v2-folder-female::before { content: '\e9e9'; } .icon54-v2-folder-male::before { content: '\e9ea'; } .icon54-v2-footer::before { content: '\e9eb'; } .icon54-v2-fork-lift::before { content: '\e9ec'; } .icon54-v2-fountain::before { content: '\e9ed'; } .icon54-v2-fow-chat-3::before { content: '\e9ee'; } .icon54-v2-fragile::before { content: '\e9ef'; } .icon54-v2-free-sticker::before { content: '\e9f0'; } .icon54-v2-fuel-station::before { content: '\e9f1'; } .icon54-v2-full-screen::before { content: '\e9f2'; } .icon54-v2-full-star::before { content: '\e9f3'; } .icon54-v2-gallery-app::before { content: '\e9f4'; } .icon54-v2-gallery-view::before { content: '\e9f5'; } .icon54-v2-game-app::before { content: '\e9f6'; } .icon54-v2-garlic::before { content: '\e9f7'; } .icon54-v2-ginger::before { content: '\e9f8'; } .icon54-v2-glasses-1::before { content: '\e9f9'; } .icon54-v2-glasses-2::before { content: '\e9fa'; } .icon54-v2-glasses-3::before { content: '\e9fb'; } .icon54-v2-glasses-4::before { content: '\e9fc'; } .icon54-v2-glasses-5::before { content: '\e9fd'; } .icon54-v2-global-award-badge::before { content: '\e9fe'; } .icon54-v2-global-heart::before { content: '\e9ff'; } .icon54-v2-global-rating::before { content: '\ea00'; } .icon54-v2-global-user::before { content: '\ea01'; } .icon54-v2-global::before { content: '\ea02'; } .icon54-v2-golden-gate-bridge::before { content: '\ea03'; } .icon54-v2-golden-globe::before { content: '\ea04'; } .icon54-v2-grain::before { content: '\ea05'; } .icon54-v2-grape::before { content: '\ea06'; } .icon54-v2-great-wall::before { content: '\ea07'; } .icon54-v2-grid-1::before { content: '\ea08'; } .icon54-v2-grid-2::before { content: '\ea09'; } .icon54-v2-group-1::before { content: '\ea0a'; } .icon54-v2-group-2::before { content: '\ea0b'; } .icon54-v2-group-defense::before { content: '\ea0c'; } .icon54-v2-group-download::before { content: '\ea0d'; } .icon54-v2-group-shopping::before { content: '\ea0e'; } .icon54-v2-group-statistics::before { content: '\ea0f'; } .icon54-v2-group-upload::before { content: '\ea10'; } .icon54-v2-hair-band::before { content: '\ea11'; } .icon54-v2-half-star::before { content: '\ea12'; } .icon54-v2-hammer::before { content: '\ea13'; } .icon54-v2-hand-washing::before { content: '\ea14'; } .icon54-v2-hanger::before { content: '\ea15'; } .icon54-v2-haricot::before { content: '\ea16'; } .icon54-v2-hat-1::before { content: '\ea17'; } .icon54-v2-hat-2::before { content: '\ea18'; } .icon54-v2-hat-3::before { content: '\ea19'; } .icon54-v2-hat-4::before { content: '\ea1a'; } .icon54-v2-hat-portrait-frame::before { content: '\ea1b'; } .icon54-v2-hazelnut::before { content: '\ea1c'; } .icon54-v2-header::before { content: '\ea1d'; } .icon54-v2-headset::before { content: '\ea1e'; } .icon54-v2-heart-flag::before { content: '\ea1f'; } .icon54-v2-heart-full::before { content: '\ea20'; } .icon54-v2-heart-half::before { content: '\ea21'; } .icon54-v2-heart-shopping::before { content: '\ea22'; } .icon54-v2-heart-waiting::before { content: '\ea23'; } .icon54-v2-hearts-empty::before { content: '\ea24'; } .icon54-v2-heavy::before { content: '\ea25'; } .icon54-v2-helmet::before { content: '\ea26'; } .icon54-v2-high-voltage::before { content: '\ea27'; } .icon54-v2-hoist::before { content: '\ea28'; } .icon54-v2-hoist2::before { content: '\ea29'; } .icon54-v2-hold-heart::before { content: '\ea2a'; } .icon54-v2-hold-male::before { content: '\ea2b'; } .icon54-v2-hold-star::before { content: '\ea2c'; } .icon54-v2-home-app::before { content: '\ea2d'; } .icon54-v2-home::before { content: '\ea2e'; } .icon54-v2-honeymelon::before { content: '\ea2f'; } .icon54-v2-hospital::before { content: '\ea30'; } .icon54-v2-hot-drink::before { content: '\ea31'; } .icon54-v2-hot-sticker::before { content: '\ea32'; } .icon54-v2-hotel-1::before { content: '\ea33'; } .icon54-v2-hotel-2::before { content: '\ea34'; } .icon54-v2-hotel-3::before { content: '\ea35'; } .icon54-v2-hotel-4::before { content: '\ea36'; } .icon54-v2-house-1::before { content: '\ea37'; } .icon54-v2-house-2::before { content: '\ea38'; } .icon54-v2-house-3::before { content: '\ea39'; } .icon54-v2-house-4::before { content: '\ea3a'; } .icon54-v2-house-5::before { content: '\ea3b'; } .icon54-v2-house-6::before { content: '\ea3c'; } .icon54-v2-house-7::before { content: '\ea3d'; } .icon54-v2-house-8::before { content: '\ea3e'; } .icon54-v2-house-9::before { content: '\ea3f'; } .icon54-v2-html-1::before { content: '\ea40'; } .icon54-v2-html-2::before { content: '\ea41'; } .icon54-v2-html-5::before { content: '\ea42'; } .icon54-v2-http-1::before { content: '\ea43'; } .icon54-v2-http-2::before { content: '\ea44'; } .icon54-v2-id-female::before { content: '\ea45'; } .icon54-v2-id-male::before { content: '\ea46'; } .icon54-v2-id-photo::before { content: '\ea47'; } .icon54-v2-information-booklet::before { content: '\ea48'; } .icon54-v2-information::before { content: '\ea49'; } .icon54-v2-ironing-1::before { content: '\ea4a'; } .icon54-v2-ironing-2::before { content: '\ea4b'; } .icon54-v2-jack-hammer::before { content: '\ea4c'; } .icon54-v2-java-1::before { content: '\ea4d'; } .icon54-v2-java-2::before { content: '\ea4e'; } .icon54-v2-java-script::before { content: '\ea4f'; } .icon54-v2-jet-ski::before { content: '\ea50'; } .icon54-v2-jsx-1::before { content: '\ea51'; } .icon54-v2-jsx-2::before { content: '\ea52'; } .icon54-v2-kenu::before { content: '\ea53'; } .icon54-v2-kilimanjaro::before { content: '\ea54'; } .icon54-v2-king-1::before { content: '\ea55'; } .icon54-v2-king-2::before { content: '\ea56'; } .icon54-v2-kiwi::before { content: '\ea57'; } .icon54-v2-knight-1::before { content: '\ea58'; } .icon54-v2-knight-2::before { content: '\ea59'; } .icon54-v2-ladder::before { content: '\ea5a'; } .icon54-v2-ladies-bag::before { content: '\ea5b'; } .icon54-v2-large-icons-view::before { content: '\ea5c'; } .icon54-v2-left-items::before { content: '\ea5d'; } .icon54-v2-left-sidebar::before { content: '\ea5e'; } .icon54-v2-lemon-1::before { content: '\ea5f'; } .icon54-v2-lemon-2::before { content: '\ea60'; } .icon54-v2-letter::before { content: '\ea61'; } .icon54-v2-lettuce::before { content: '\ea62'; } .icon54-v2-life-jacket::before { content: '\ea63'; } .icon54-v2-lighthouse::before { content: '\ea64'; } .icon54-v2-like::before { content: '\ea65'; } .icon54-v2-lips::before { content: '\ea66'; } .icon54-v2-list-view::before { content: '\ea67'; } .icon54-v2-load-app::before { content: '\ea68'; } .icon54-v2-lock-app-2::before { content: '\ea69'; } .icon54-v2-lock-app::before { content: '\ea6a'; } .icon54-v2-lock-award-badge::before { content: '\ea6b'; } .icon54-v2-lock-group::before { content: '\ea6c'; } .icon54-v2-lock-heart::before { content: '\ea6d'; } .icon54-v2-lock-rating::before { content: '\ea6e'; } .icon54-v2-lollipop-1::before { content: '\ea6f'; } .icon54-v2-lollipop-2::before { content: '\ea70'; } .icon54-v2-luggage-keeping::before { content: '\ea71'; } .icon54-v2-luggage-weight::before { content: '\ea72'; } .icon54-v2-machu-picchu::before { content: '\ea73'; } .icon54-v2-mail-app::before { content: '\ea74'; } .icon54-v2-maize::before { content: '\ea75'; } .icon54-v2-male-and-female-1::before { content: '\ea76'; } .icon54-v2-male-and-female-2::before { content: '\ea77'; } .icon54-v2-male-circle-1::before { content: '\ea78'; } .icon54-v2-male-circle-2::before { content: '\ea79'; } .icon54-v2-male-group-1::before { content: '\ea7a'; } .icon54-v2-male-group-2::before { content: '\ea7b'; } .icon54-v2-man-with-briefcase::before { content: '\ea7c'; } .icon54-v2-man::before { content: '\ea7d'; } .icon54-v2-mango::before { content: '\ea7e'; } .icon54-v2-map::before { content: '\ea7f'; } .icon54-v2-mark-bubble-1::before { content: '\ea80'; } .icon54-v2-mark-bubble-2::before { content: '\ea81'; } .icon54-v2-mark-bubble-3::before { content: '\ea82'; } .icon54-v2-mark-group::before { content: '\ea83'; } .icon54-v2-maximize::before { content: '\ea84'; } .icon54-v2-medal-1::before { content: '\ea85'; } .icon54-v2-medal-2::before { content: '\ea86'; } .icon54-v2-medal-3::before { content: '\ea87'; } .icon54-v2-medal-4::before { content: '\ea88'; } .icon54-v2-medal-5::before { content: '\ea89'; } .icon54-v2-medium-icons-view::before { content: '\ea8a'; } .icon54-v2-melon::before { content: '\ea8b'; } .icon54-v2-military-award-1::before { content: '\ea8c'; } .icon54-v2-military-award-2::before { content: '\ea8d'; } .icon54-v2-military-award-3::before { content: '\ea8e'; } .icon54-v2-military-award-4::before { content: '\ea8f'; } .icon54-v2-militay-shield::before { content: '\ea90'; } .icon54-v2-minimize-2::before { content: '\ea91'; } .icon54-v2-minimize::before { content: '\ea92'; } .icon54-v2-mosque::before { content: '\ea93'; } .icon54-v2-mountains::before { content: '\ea94'; } .icon54-v2-mouse-app::before { content: '\ea95'; } .icon54-v2-mouve-piece::before { content: '\ea96'; } .icon54-v2-multy-task-2::before { content: '\ea97'; } .icon54-v2-multy-task::before { content: '\ea98'; } .icon54-v2-museum::before { content: '\ea99'; } .icon54-v2-mushroom-1::before { content: '\ea9a'; } .icon54-v2-mushroom-2::before { content: '\ea9b'; } .icon54-v2-music-app::before { content: '\ea9c'; } .icon54-v2-mustache-1::before { content: '\ea9d'; } .icon54-v2-mysql-1::before { content: '\ea9e'; } .icon54-v2-mysql-2::before { content: '\ea9f'; } .icon54-v2-mysql-database::before { content: '\eaa0'; } .icon54-v2-name-plate-female-1::before { content: '\eaa1'; } .icon54-v2-name-plate-female-2::before { content: '\eaa2'; } .icon54-v2-name-plate-female-3::before { content: '\eaa3'; } .icon54-v2-name-plate-male-1::before { content: '\eaa4'; } .icon54-v2-name-plate-male-2::before { content: '\eaa5'; } .icon54-v2-name-plate-male-3::before { content: '\eaa6'; } .icon54-v2-nativity-facade-barcelona::before { content: '\eaa7'; } .icon54-v2-network-app::before { content: '\eaa8'; } .icon54-v2-new-sticker::before { content: '\eaa9'; } .icon54-v2-no-air-condition::before { content: '\eaaa'; } .icon54-v2-no-bleaching::before { content: '\eaab'; } .icon54-v2-no-copyright-doc::before { content: '\eaac'; } .icon54-v2-no-copyright::before { content: '\eaad'; } .icon54-v2-no-creative-commun::before { content: '\eaae'; } .icon54-v2-no-cut::before { content: '\eaaf'; } .icon54-v2-no-dogs::before { content: '\eab0'; } .icon54-v2-no-fishing::before { content: '\eab1'; } .icon54-v2-no-food::before { content: '\eab2'; } .icon54-v2-no-hoist::before { content: '\eab3'; } .icon54-v2-no-icecream::before { content: '\eab4'; } .icon54-v2-no-ironing::before { content: '\eab5'; } .icon54-v2-no-pack-up::before { content: '\eab6'; } .icon54-v2-no-phone::before { content: '\eab7'; } .icon54-v2-no-resel::before { content: '\eab8'; } .icon54-v2-no-resell-doc::before { content: '\eab9'; } .icon54-v2-no-shower::before { content: '\eaba'; } .icon54-v2-no-smoking::before { content: '\eabb'; } .icon54-v2-no-step::before { content: '\eabc'; } .icon54-v2-no-stream::before { content: '\eabd'; } .icon54-v2-no-swimming::before { content: '\eabe'; } .icon54-v2-no-touch::before { content: '\eabf'; } .icon54-v2-no-wet-ironing::before { content: '\eac0'; } .icon54-v2-no-wetting::before { content: '\eac1'; } .icon54-v2-nophoto::before { content: '\eac2'; } .icon54-v2-not-arrived::before { content: '\eac3'; } .icon54-v2-not-departed::before { content: '\eac4'; } .icon54-v2-not-drinking-water::before { content: '\eac5'; } .icon54-v2-not-loud::before { content: '\eac6'; } .icon54-v2-nuclear-reactor::before { content: '\eac7'; } .icon54-v2-nuclear::before { content: '\eac8'; } .icon54-v2-obelisc::before { content: '\eac9'; } .icon54-v2-office-1::before { content: '\eaca'; } .icon54-v2-office-2::before { content: '\eacb'; } .icon54-v2-office-3::before { content: '\eacc'; } .icon54-v2-office-4::before { content: '\eacd'; } .icon54-v2-office-5::before { content: '\eace'; } .icon54-v2-office-6::before { content: '\eacf'; } .icon54-v2-old-camera-1::before { content: '\ead0'; } .icon54-v2-old-camera-2::before { content: '\ead1'; } .icon54-v2-old-sticky-1::before { content: '\ead2'; } .icon54-v2-old-sticky-2::before { content: '\ead3'; } .icon54-v2-old-sticky-3::before { content: '\ead4'; } .icon54-v2-old-telephone::before { content: '\ead5'; } .icon54-v2-olive::before { content: '\ead6'; } .icon54-v2-onion::before { content: '\ead7'; } .icon54-v2-oscar::before { content: '\ead8'; } .icon54-v2-pack-up::before { content: '\ead9'; } .icon54-v2-pagoda-myanmar::before { content: '\eada'; } .icon54-v2-pagoda::before { content: '\eadb'; } .icon54-v2-paifang-china::before { content: '\eadc'; } .icon54-v2-paint-brush::before { content: '\eadd'; } .icon54-v2-paint-bucket::before { content: '\eade'; } .icon54-v2-paint-roller::before { content: '\eadf'; } .icon54-v2-palm-tree::before { content: '\eae0'; } .icon54-v2-pantheon::before { content: '\eae1'; } .icon54-v2-papaya::before { content: '\eae2'; } .icon54-v2-park::before { content: '\eae3'; } .icon54-v2-party-glasses::before { content: '\eae4'; } .icon54-v2-passport::before { content: '\eae5'; } .icon54-v2-pawn-1::before { content: '\eae6'; } .icon54-v2-pawn-2::before { content: '\eae7'; } .icon54-v2-pay-doc::before { content: '\eae8'; } .icon54-v2-pea::before { content: '\eae9'; } .icon54-v2-peach-1::before { content: '\eaea'; } .icon54-v2-peach-2::before { content: '\eaeb'; } .icon54-v2-peanut::before { content: '\eaec'; } .icon54-v2-pear::before { content: '\eaed'; } .icon54-v2-pecan::before { content: '\eaee'; } .icon54-v2-pentagon::before { content: '\eaef'; } .icon54-v2-pepper::before { content: '\eaf0'; } .icon54-v2-personal-award-badge::before { content: '\eaf1'; } .icon54-v2-personal-heart::before { content: '\eaf2'; } .icon54-v2-personal-use::before { content: '\eaf3'; } .icon54-v2-pesronal-use-doc::before { content: '\eaf4'; } .icon54-v2-phone-user::before { content: '\eaf5'; } .icon54-v2-php-1::before { content: '\eaf6'; } .icon54-v2-php-2::before { content: '\eaf7'; } .icon54-v2-pin-app::before { content: '\eaf8'; } .icon54-v2-pipe-1::before { content: '\eaf9'; } .icon54-v2-pipe-2::before { content: '\eafa'; } .icon54-v2-pisa::before { content: '\eafb'; } .icon54-v2-pistachio::before { content: '\eafc'; } .icon54-v2-playground::before { content: '\eafd'; } .icon54-v2-pliers::before { content: '\eafe'; } .icon54-v2-plugin::before { content: '\eaff'; } .icon54-v2-plum::before { content: '\eb00'; } .icon54-v2-pocket-watch::before { content: '\eb01'; } .icon54-v2-podium::before { content: '\eb02'; } .icon54-v2-police::before { content: '\eb03'; } .icon54-v2-pomegranate::before { content: '\eb04'; } .icon54-v2-port::before { content: '\eb05'; } .icon54-v2-portrait-frame::before { content: '\eb06'; } .icon54-v2-post-it::before { content: '\eb07'; } .icon54-v2-post-office::before { content: '\eb08'; } .icon54-v2-potato::before { content: '\eb09'; } .icon54-v2-presentation-1::before { content: '\eb0a'; } .icon54-v2-presentation-2::before { content: '\eb0b'; } .icon54-v2-presentation-3::before { content: '\eb0c'; } .icon54-v2-preview-pane::before { content: '\eb0d'; } .icon54-v2-profile-app::before { content: '\eb0e'; } .icon54-v2-profile-cardiograph::before { content: '\eb0f'; } .icon54-v2-profile-economy::before { content: '\eb10'; } .icon54-v2-profile-favourites::before { content: '\eb11'; } .icon54-v2-profile-head::before { content: '\eb12'; } .icon54-v2-profile-history::before { content: '\eb13'; } .icon54-v2-profile-lightbulb::before { content: '\eb14'; } .icon54-v2-profile-music::before { content: '\eb15'; } .icon54-v2-profile-settings::before { content: '\eb16'; } .icon54-v2-profile-star::before { content: '\eb17'; } .icon54-v2-profile-voltage::before { content: '\eb18'; } .icon54-v2-profile::before { content: '\eb19'; } .icon54-v2-programing::before { content: '\eb1a'; } .icon54-v2-property-rights::before { content: '\eb1b'; } .icon54-v2-public-app::before { content: '\eb1c'; } .icon54-v2-public-domain::before { content: '\eb1d'; } .icon54-v2-pumpkin::before { content: '\eb1e'; } .icon54-v2-puond-app::before { content: '\eb1f'; } .icon54-v2-queen-1::before { content: '\eb20'; } .icon54-v2-queen-2::before { content: '\eb21'; } .icon54-v2-question-app::before { content: '\eb22'; } .icon54-v2-radio::before { content: '\eb23'; } .icon54-v2-radish::before { content: '\eb24'; } .icon54-v2-raspberry::before { content: '\eb25'; } .icon54-v2-razor-blade::before { content: '\eb26'; } .icon54-v2-razor::before { content: '\eb27'; } .icon54-v2-recording-app::before { content: '\eb28'; } .icon54-v2-rectangle-star::before { content: '\eb29'; } .icon54-v2-refresh-app::before { content: '\eb2a'; } .icon54-v2-registered-mark::before { content: '\eb2b'; } .icon54-v2-reload-app::before { content: '\eb2c'; } .icon54-v2-remouve-app::before { content: '\eb2d'; } .icon54-v2-remouve-rating::before { content: '\eb2e'; } .icon54-v2-remove-award-badge::before { content: '\eb2f'; } .icon54-v2-remove-heart::before { content: '\eb30'; } .icon54-v2-restore::before { content: '\eb31'; } .icon54-v2-retina-scann-app::before { content: '\eb32'; } .icon54-v2-retro-perfume::before { content: '\eb33'; } .icon54-v2-rialto-venice::before { content: '\eb34'; } .icon54-v2-ribbon::before { content: '\eb35'; } .icon54-v2-right-sidebar::before { content: '\eb36'; } .icon54-v2-rio-de-jan::before { content: '\eb37'; } .icon54-v2-road-roller::before { content: '\eb38'; } .icon54-v2-rode-signe::before { content: '\eb39'; } .icon54-v2-rook-1::before { content: '\eb3a'; } .icon54-v2-rook-2::before { content: '\eb3b'; } .icon54-v2-route-66::before { content: '\eb3c'; } .icon54-v2-rudder::before { content: '\eb3d'; } .icon54-v2-sailboat::before { content: '\eb3e'; } .icon54-v2-sate-sticker::before { content: '\eb3f'; } .icon54-v2-saw::before { content: '\eb40'; } .icon54-v2-school::before { content: '\eb41'; } .icon54-v2-scissors::before { content: '\eb42'; } .icon54-v2-search-app-1::before { content: '\eb43'; } .icon54-v2-search-app-2::before { content: '\eb44'; } .icon54-v2-search-code::before { content: '\eb45'; } .icon54-v2-search-female::before { content: '\eb46'; } .icon54-v2-search-male::before { content: '\eb47'; } .icon54-v2-search-within-app::before { content: '\eb48'; } .icon54-v2-searching-group::before { content: '\eb49'; } .icon54-v2-security-gate::before { content: '\eb4a'; } .icon54-v2-sfinx::before { content: '\eb4b'; } .icon54-v2-shanghai-tv-tower::before { content: '\eb4c'; } .icon54-v2-share-app-1::before { content: '\eb4d'; } .icon54-v2-share-app::before { content: '\eb4e'; } .icon54-v2-share-with-group::before { content: '\eb4f'; } .icon54-v2-sharring-rights::before { content: '\eb50'; } .icon54-v2-shaving-brush::before { content: '\eb51'; } .icon54-v2-sherif-star::before { content: '\eb52'; } .icon54-v2-shoe-1::before { content: '\eb53'; } .icon54-v2-shoe-2::before { content: '\eb54'; } .icon54-v2-shop-rating::before { content: '\eb55'; } .icon54-v2-shop::before { content: '\eb56'; } .icon54-v2-shovel::before { content: '\eb57'; } .icon54-v2-signpost::before { content: '\eb58'; } .icon54-v2-sillence::before { content: '\eb59'; } .icon54-v2-single-female::before { content: '\eb5a'; } .icon54-v2-single-male::before { content: '\eb5b'; } .icon54-v2-ski::before { content: '\eb5c'; } .icon54-v2-sleeping-bag::before { content: '\eb5d'; } .icon54-v2-small-icons-view::before { content: '\eb5e'; } .icon54-v2-smoking-area::before { content: '\eb5f'; } .icon54-v2-social-media::before { content: '\eb60'; } .icon54-v2-space-needle-seattle::before { content: '\eb61'; } .icon54-v2-speach-bubble-1::before { content: '\eb62'; } .icon54-v2-speach-bubble-2::before { content: '\eb63'; } .icon54-v2-speach-bubble-3::before { content: '\eb64'; } .icon54-v2-speach-bubble-4::before { content: '\eb65'; } .icon54-v2-speach-bubble-5::before { content: '\eb66'; } .icon54-v2-speach-bubble-6::before { content: '\eb67'; } .icon54-v2-speach-bubble-7::before { content: '\eb68'; } .icon54-v2-speach-bubble-8::before { content: '\eb69'; } .icon54-v2-speach-bubble-9::before { content: '\eb6a'; } .icon54-v2-speach-bubble-10::before { content: '\eb6b'; } .icon54-v2-speach-bubble-11::before { content: '\eb6c'; } .icon54-v2-speach-bubbles-1::before { content: '\eb6d'; } .icon54-v2-speach-bubbles-2::before { content: '\eb6e'; } .icon54-v2-speach-bubbles-3::before { content: '\eb6f'; } .icon54-v2-speach-bubbles-5::before { content: '\eb70'; } .icon54-v2-speach-bubbles-6::before { content: '\eb71'; } .icon54-v2-speach-bubbles-7::before { content: '\eb72'; } .icon54-v2-speach-bubbles-8::before { content: '\eb73'; } .icon54-v2-speach-bubbles-9::before { content: '\eb74'; } .icon54-v2-speach-bubbles-10::before { content: '\eb75'; } .icon54-v2-speach-bubbles-11::before { content: '\eb76'; } .icon54-v2-speach-bubbles-12::before { content: '\eb77'; } .icon54-v2-speash-bubbles-4::before { content: '\eb78'; } .icon54-v2-speech::before { content: '\eb79'; } .icon54-v2-spinach::before { content: '\eb7a'; } .icon54-v2-st-petersburg::before { content: '\eb7b'; } .icon54-v2-stadium::before { content: '\eb7c'; } .icon54-v2-stairs-down::before { content: '\eb7d'; } .icon54-v2-stairs-up::before { content: '\eb7e'; } .icon54-v2-standing-position::before { content: '\eb7f'; } .icon54-v2-star-bookmark::before { content: '\eb80'; } .icon54-v2-star-flag::before { content: '\eb81'; } .icon54-v2-star-shield-1::before { content: '\eb82'; } .icon54-v2-star-shield-2::before { content: '\eb83'; } .icon54-v2-star-user::before { content: '\eb84'; } .icon54-v2-stonehenge::before { content: '\eb85'; } .icon54-v2-storage::before { content: '\eb86'; } .icon54-v2-strawberry::before { content: '\eb87'; } .icon54-v2-suitcase::before { content: '\eb88'; } .icon54-v2-sunflower-seed::before { content: '\eb89'; } .icon54-v2-sunshade::before { content: '\eb8a'; } .icon54-v2-super-bowl-cup::before { content: '\eb8b'; } .icon54-v2-surfboard::before { content: '\eb8c'; } .icon54-v2-surveillance::before { content: '\eb8d'; } .icon54-v2-suspenders::before { content: '\eb8e'; } .icon54-v2-sweet-potato::before { content: '\eb8f'; } .icon54-v2-switch-app::before { content: '\eb90'; } .icon54-v2-switch-males::before { content: '\eb91'; } .icon54-v2-sydney::before { content: '\eb92'; } .icon54-v2-synagogue::before { content: '\eb93'; } .icon54-v2-tablet-user::before { content: '\eb94'; } .icon54-v2-taj-mahal::before { content: '\eb95'; } .icon54-v2-targeted-head::before { content: '\eb96'; } .icon54-v2-task-manager::before { content: '\eb97'; } .icon54-v2-telephone::before { content: '\eb98'; } .icon54-v2-tent::before { content: '\eb99'; } .icon54-v2-text-editor::before { content: '\eb9a'; } .icon54-v2-theater::before { content: '\eb9b'; } .icon54-v2-theme::before { content: '\eb9c'; } .icon54-v2-ticket::before { content: '\eb9d'; } .icon54-v2-tie-1::before { content: '\eb9e'; } .icon54-v2-tie-2::before { content: '\eb9f'; } .icon54-v2-tie-3::before { content: '\eba0'; } .icon54-v2-tie-4::before { content: '\eba1'; } .icon54-v2-tiles-view::before { content: '\eba2'; } .icon54-v2-time-app::before { content: '\eba3'; } .icon54-v2-timed-rating::before { content: '\eba4'; } .icon54-v2-tomato::before { content: '\eba5'; } .icon54-v2-tower-bridge::before { content: '\eba6'; } .icon54-v2-trade-mark::before { content: '\eba7'; } .icon54-v2-trafic-cone::before { content: '\eba8'; } .icon54-v2-translate::before { content: '\eba9'; } .icon54-v2-trash::before { content: '\ebaa'; } .icon54-v2-tree-grid::before { content: '\ebab'; } .icon54-v2-tree-view-2::before { content: '\ebac'; } .icon54-v2-tree-view-3::before { content: '\ebad'; } .icon54-v2-tree-view::before { content: '\ebae'; } .icon54-v2-triangle-ruler::before { content: '\ebaf'; } .icon54-v2-trowel-and-brick::before { content: '\ebb0'; } .icon54-v2-trowel-and-wall::before { content: '\ebb1'; } .icon54-v2-truck-1::before { content: '\ebb2'; } .icon54-v2-turin::before { content: '\ebb3'; } .icon54-v2-two-females-1::before { content: '\ebb4'; } .icon54-v2-two-males-1::before { content: '\ebb5'; } .icon54-v2-tyle::before { content: '\ebb6'; } .icon54-v2-uefa-euro-cup::before { content: '\ebb7'; } .icon54-v2-umbrella::before { content: '\ebb8'; } .icon54-v2-uninstal-app::before { content: '\ebb9'; } .icon54-v2-university::before { content: '\ebba'; } .icon54-v2-upload-app::before { content: '\ebbb'; } .icon54-v2-upload::before { content: '\ebbc'; } .icon54-v2-user-app::before { content: '\ebbd'; } .icon54-v2-user-budget::before { content: '\ebbe'; } .icon54-v2-user-calendar::before { content: '\ebbf'; } .icon54-v2-user-cloud::before { content: '\ebc0'; } .icon54-v2-user-cup::before { content: '\ebc1'; } .icon54-v2-user-database::before { content: '\ebc2'; } .icon54-v2-user-fingerprint::before { content: '\ebc3'; } .icon54-v2-user-flowchart::before { content: '\ebc4'; } .icon54-v2-user-geometry::before { content: '\ebc5'; } .icon54-v2-user-hierarchy::before { content: '\ebc6'; } .icon54-v2-user-mail::before { content: '\ebc7'; } .icon54-v2-user-password::before { content: '\ebc8'; } .icon54-v2-user-path::before { content: '\ebc9'; } .icon54-v2-user-place::before { content: '\ebca'; } .icon54-v2-user-rating::before { content: '\ebcb'; } .icon54-v2-user-security-card::before { content: '\ebcc'; } .icon54-v2-user-security-female::before { content: '\ebcd'; } .icon54-v2-user-security-male::before { content: '\ebce'; } .icon54-v2-user-settings::before { content: '\ebcf'; } .icon54-v2-user-store::before { content: '\ebd0'; } .icon54-v2-user-target::before { content: '\ebd1'; } .icon54-v2-vector-app::before { content: '\ebd2'; } .icon54-v2-vest::before { content: '\ebd3'; } .icon54-v2-victory::before { content: '\ebd4'; } .icon54-v2-video-app-1::before { content: '\ebd5'; } .icon54-v2-video-app-2::before { content: '\ebd6'; } .icon54-v2-vip-star::before { content: '\ebd7'; } .icon54-v2-vote-2::before { content: '\ebd8'; } .icon54-v2-vote-3::before { content: '\ebd9'; } .icon54-v2-vote-4::before { content: '\ebda'; } .icon54-v2-vote-stamp-2::before { content: '\ebdb'; } .icon54-v2-vote-stamp::before { content: '\ebdc'; } .icon54-v2-vote::before { content: '\ebdd'; } .icon54-v2-voted::before { content: '\ebde'; } .icon54-v2-waiting-app::before { content: '\ebdf'; } .icon54-v2-waiting-award-badge::before { content: '\ebe0'; } .icon54-v2-waiting-room::before { content: '\ebe1'; } .icon54-v2-washing-1::before { content: '\ebe2'; } .icon54-v2-washing-2::before { content: '\ebe3'; } .icon54-v2-washing-3::before { content: '\ebe4'; } .icon54-v2-watch-1::before { content: '\ebe5'; } .icon54-v2-watch-2::before { content: '\ebe6'; } .icon54-v2-wet-ironing::before { content: '\ebe7'; } .icon54-v2-white-house::before { content: '\ebe8'; } .icon54-v2-white-radish::before { content: '\ebe9'; } .icon54-v2-windmill::before { content: '\ebea'; } .icon54-v2-wing-star::before { content: '\ebeb'; } .icon54-v2-woman::before { content: '\ebec'; } .icon54-v2-women\'s-collar::before { content: '\ebed'; } .icon54-v2-worlld-cup::before { content: '\ebee'; } .icon54-v2-wrench-tool::before { content: '\ebef'; } .icon54-v2-writing-group::before { content: '\ebf0'; } .icon54-v2-www-doc::before { content: '\ebf1'; } .icon54-v2-xml-1::before { content: '\ebf2'; } .icon54-v2-xml-2::before { content: '\ebf3'; } .icon54-v2-yacht::before { content: '\ebf4'; } .icon54-v2-zeppelin::before { content: '\ebf5'; } .icon54-v2-zucchini::before { content: '\ebf6'; } .icon54-v2-d-file::before { content: '\ebf7'; } .icon54-v2-ds::before { content: '\ebf8'; } .icon54-v2-add-house::before { content: '\ebf9'; } .icon54-v2-add-note::before { content: '\ebfa'; } .icon54-v2-add-post-it::before { content: '\ebfb'; } .icon54-v2-add-task::before { content: '\ebfc'; } .icon54-v2-atach-post-it::before { content: '\ebfd'; } .icon54-v2-atention-note::before { content: '\ebfe'; } .icon54-v2-atention-task::before { content: '\ebff'; } .icon54-v2-attache-note::before { content: '\ec00'; } .icon54-v2-attache-task::before { content: '\ec01'; } .icon54-v2-attention-house::before { content: '\ec02'; } .icon54-v2-attention-post-it::before { content: '\ec03'; } .icon54-v2-bad-1::before { content: '\ec04'; } .icon54-v2-bad-2::before { content: '\ec05'; } .icon54-v2-bad-3::before { content: '\ec06'; } .icon54-v2-bad-4::before { content: '\ec07'; } .icon54-v2-basic-shape-2::before { content: '\ec08'; } .icon54-v2-basic-shape::before { content: '\ec09'; } .icon54-v2-bathroom-cabinet-1::before { content: '\ec0a'; } .icon54-v2-batroom-cabinet-2::before { content: '\ec0b'; } .icon54-v2-bench::before { content: '\ec0c'; } .icon54-v2-brick-gouse::before { content: '\ec0d'; } .icon54-v2-cabinet-1::before { content: '\ec0e'; } .icon54-v2-cabinet-2::before { content: '\ec0f'; } .icon54-v2-cabinet-3::before { content: '\ec10'; } .icon54-v2-cabinet-4::before { content: '\ec11'; } .icon54-v2-cabinet-5::before { content: '\ec12'; } .icon54-v2-chair-1::before { content: '\ec13'; } .icon54-v2-chair-2::before { content: '\ec14'; } .icon54-v2-chair-3::before { content: '\ec15'; } .icon54-v2-change-house::before { content: '\ec16'; } .icon54-v2-circle::before { content: '\ec17'; } .icon54-v2-clear-house::before { content: '\ec18'; } .icon54-v2-clear-note::before { content: '\ec19'; } .icon54-v2-clear-post-it::before { content: '\ec1a'; } .icon54-v2-clear-task::before { content: '\ec1b'; } .icon54-v2-clipboard-pencil::before { content: '\ec1c'; } .icon54-v2-clipboard2::before { content: '\ec1d'; } .icon54-v2-cliped-post-it::before { content: '\ec1e'; } .icon54-v2-cone-2::before { content: '\ec1f'; } .icon54-v2-cone-3::before { content: '\ec20'; } .icon54-v2-cone::before { content: '\ec21'; } .icon54-v2-corel-file::before { content: '\ec22'; } .icon54-v2-couch-1::before { content: '\ec23'; } .icon54-v2-couch-2::before { content: '\ec24'; } .icon54-v2-couch-3::before { content: '\ec25'; } .icon54-v2-cube-2::before { content: '\ec26'; } .icon54-v2-cube-3::before { content: '\ec27'; } .icon54-v2-cube::before { content: '\ec28'; } .icon54-v2-cylinder-2::before { content: '\ec29'; } .icon54-v2-cylinder-3::before { content: '\ec2a'; } .icon54-v2-cylinder::before { content: '\ec2b'; } .icon54-v2-dekaeder-2::before { content: '\ec2c'; } .icon54-v2-dekaeder-3::before { content: '\ec2d'; } .icon54-v2-dekaeder::before { content: '\ec2e'; } .icon54-v2-delete-note::before { content: '\ec2f'; } .icon54-v2-delete-post-it::before { content: '\ec30'; } .icon54-v2-delete-task::before { content: '\ec31'; } .icon54-v2-design-document::before { content: '\ec32'; } .icon54-v2-dodekaeder-1::before { content: '\ec33'; } .icon54-v2-dodekaeder-2::before { content: '\ec34'; } .icon54-v2-dodekaeder-3::before { content: '\ec35'; } .icon54-v2-dodekaeder-4::before { content: '\ec36'; } .icon54-v2-dollar-house::before { content: '\ec37'; } .icon54-v2-done-house::before { content: '\ec38'; } .icon54-v2-done-note::before { content: '\ec39'; } .icon54-v2-done-post-it::before { content: '\ec3a'; } .icon54-v2-done-task::before { content: '\ec3b'; } .icon54-v2-download-note::before { content: '\ec3c'; } .icon54-v2-download-post-it::before { content: '\ec3d'; } .icon54-v2-download-task::before { content: '\ec3e'; } .icon54-v2-dream-house::before { content: '\ec3f'; } .icon54-v2-dwg::before { content: '\ec40'; } .icon54-v2-dxf::before { content: '\ec41'; } .icon54-v2-eco-house::before { content: '\ec42'; } .icon54-v2-edit-note::before { content: '\ec43'; } .icon54-v2-edit-post-it::before { content: '\ec44'; } .icon54-v2-edit-task::before { content: '\ec45'; } .icon54-v2-emf::before { content: '\ec46'; } .icon54-v2-eps::before { content: '\ec47'; } .icon54-v2-euro-house::before { content: '\ec48'; } .icon54-v2-favorite-house::before { content: '\ec49'; } .icon54-v2-fence::before { content: '\ec4a'; } .icon54-v2-for-rent::before { content: '\ec4b'; } .icon54-v2-for-sale::before { content: '\ec4c'; } .icon54-v2-garage::before { content: '\ec4d'; } .icon54-v2-garden::before { content: '\ec4e'; } .icon54-v2-globe-house::before { content: '\ec4f'; } .icon54-v2-hexaeder-1::before { content: '\ec50'; } .icon54-v2-hexaeder-2::before { content: '\ec51'; } .icon54-v2-hexaeder-3::before { content: '\ec52'; } .icon54-v2-hexaeder::before { content: '\ec53'; } .icon54-v2-hexagon::before { content: '\ec54'; } .icon54-v2-hexagonal-cone-2::before { content: '\ec55'; } .icon54-v2-hexagonal-cone-3::before { content: '\ec56'; } .icon54-v2-hexagonal-cone::before { content: '\ec57'; } .icon54-v2-hexagonal-cylinder-2::before { content: '\ec58'; } .icon54-v2-hexagonal-cylinder-3::before { content: '\ec59'; } .icon54-v2-hexagonal-cylinder::before { content: '\ec5a'; } .icon54-v2-house-12::before { content: '\ec5b'; } .icon54-v2-house-22::before { content: '\ec5c'; } .icon54-v2-house-care::before { content: '\ec5d'; } .icon54-v2-house-delay::before { content: '\ec5e'; } .icon54-v2-house-dimensions::before { content: '\ec5f'; } .icon54-v2-house-discount::before { content: '\ec60'; } .icon54-v2-house-insurance::before { content: '\ec61'; } .icon54-v2-house-key-2::before { content: '\ec62'; } .icon54-v2-house-key-3::before { content: '\ec63'; } .icon54-v2-house-key::before { content: '\ec64'; } .icon54-v2-house-location::before { content: '\ec65'; } .icon54-v2-ikosaeder-2::before { content: '\ec66'; } .icon54-v2-ikosaeder::before { content: '\ec67'; } .icon54-v2-illustrator-file::before { content: '\ec68'; } .icon54-v2-indesign::before { content: '\ec69'; } .icon54-v2-key-hold::before { content: '\ec6a'; } .icon54-v2-lamp-1::before { content: '\ec6b'; } .icon54-v2-lamp-2::before { content: '\ec6c'; } .icon54-v2-lamp-3::before { content: '\ec6d'; } .icon54-v2-layer-43::before { content: '\ec6e'; } .icon54-v2-mail-note::before { content: '\ec6f'; } .icon54-v2-mail-post-it::before { content: '\ec70'; } .icon54-v2-mail-task::before { content: '\ec71'; } .icon54-v2-max::before { content: '\ec72'; } .icon54-v2-mirror-1::before { content: '\ec73'; } .icon54-v2-mirror-2::before { content: '\ec74'; } .icon54-v2-note-1::before { content: '\ec75'; } .icon54-v2-note-2::before { content: '\ec76'; } .icon54-v2-note-book-1::before { content: '\ec77'; } .icon54-v2-note-book-2::before { content: '\ec78'; } .icon54-v2-note-pencil-1::before { content: '\ec79'; } .icon54-v2-note-pencil-2::before { content: '\ec7a'; } .icon54-v2-notebook-3::before { content: '\ec7b'; } .icon54-v2-octaeder-2::before { content: '\ec7c'; } .icon54-v2-octaeder-3::before { content: '\ec7d'; } .icon54-v2-octaeder::before { content: '\ec7e'; } .icon54-v2-office-building::before { content: '\ec7f'; } .icon54-v2-office-chair::before { content: '\ec80'; } .icon54-v2-office-desk-2::before { content: '\ec81'; } .icon54-v2-office-desk::before { content: '\ec82'; } .icon54-v2-otf::before { content: '\ec83'; } .icon54-v2-pentagonal-cone-2::before { content: '\ec84'; } .icon54-v2-pentagonal-cone-3::before { content: '\ec85'; } .icon54-v2-pentagonal-cone::before { content: '\ec86'; } .icon54-v2-pentagonal-cylinder-2::before { content: '\ec87'; } .icon54-v2-pentagonal-cylinder-3::before { content: '\ec88'; } .icon54-v2-pentagonal-cylinder::before { content: '\ec89'; } .icon54-v2-personal-note::before { content: '\ec8a'; } .icon54-v2-personal-post-it::before { content: '\ec8b'; } .icon54-v2-personal-task::before { content: '\ec8c'; } .icon54-v2-photoshop::before { content: '\ec8d'; } .icon54-v2-pined-post-it::before { content: '\ec8e'; } .icon54-v2-piramid-2::before { content: '\ec8f'; } .icon54-v2-piramid-3::before { content: '\ec90'; } .icon54-v2-piramyd-1::before { content: '\ec91'; } .icon54-v2-post-it-block::before { content: '\ec92'; } .icon54-v2-post-it-pencil::before { content: '\ec93'; } .icon54-v2-post-it-settings::before { content: '\ec94'; } .icon54-v2-pound-house::before { content: '\ec95'; } .icon54-v2-question-house::before { content: '\ec96'; } .icon54-v2-question-note::before { content: '\ec97'; } .icon54-v2-question-post-it::before { content: '\ec98'; } .icon54-v2-question-task::before { content: '\ec99'; } .icon54-v2-qxd::before { content: '\ec9a'; } .icon54-v2-rectangle-2::before { content: '\ec9b'; } .icon54-v2-rectangle::before { content: '\ec9c'; } .icon54-v2-remouve-house::before { content: '\ec9d'; } .icon54-v2-remouve-note::before { content: '\ec9e'; } .icon54-v2-remouve-post-it::before { content: '\ec9f'; } .icon54-v2-remouve-task::before { content: '\eca0'; } .icon54-v2-rent-hanger::before { content: '\eca1'; } .icon54-v2-rent-sale-sign::before { content: '\eca2'; } .icon54-v2-rent-sign-2::before { content: '\eca3'; } .icon54-v2-rent-sign::before { content: '\eca4'; } .icon54-v2-sale-hanger::before { content: '\eca5'; } .icon54-v2-sale-sign-2::before { content: '\eca6'; } .icon54-v2-sale-sign::before { content: '\eca7'; } .icon54-v2-search-house-2::before { content: '\eca8'; } .icon54-v2-search-house::before { content: '\eca9'; } .icon54-v2-search-note::before { content: '\ecaa'; } .icon54-v2-search-post-it::before { content: '\ecab'; } .icon54-v2-search-task::before { content: '\ecac'; } .icon54-v2-secure-house::before { content: '\ecad'; } .icon54-v2-setting-house::before { content: '\ecae'; } .icon54-v2-settings-note::before { content: '\ecaf'; } .icon54-v2-shape-file-2::before { content: '\ecb0'; } .icon54-v2-shape-file::before { content: '\ecb1'; } .icon54-v2-share-note::before { content: '\ecb2'; } .icon54-v2-share-post-it::before { content: '\ecb3'; } .icon54-v2-share-task::before { content: '\ecb4'; } .icon54-v2-sofa-1::before { content: '\ecb5'; } .icon54-v2-sofa-2::before { content: '\ecb6'; } .icon54-v2-sofa-3::before { content: '\ecb7'; } .icon54-v2-sold-hanger::before { content: '\ecb8'; } .icon54-v2-sold-sign-2::before { content: '\ecb9'; } .icon54-v2-sold-sign::before { content: '\ecba'; } .icon54-v2-sphere-2::before { content: '\ecbb'; } .icon54-v2-sphere-3::before { content: '\ecbc'; } .icon54-v2-sphere::before { content: '\ecbd'; } .icon54-v2-star-house::before { content: '\ecbe'; } .icon54-v2-storage2::before { content: '\ecbf'; } .icon54-v2-sttings-task::before { content: '\ecc0'; } .icon54-v2-svg::before { content: '\ecc1'; } .icon54-v2-swf::before { content: '\ecc2'; } .icon54-v2-table-1::before { content: '\ecc3'; } .icon54-v2-table-2::before { content: '\ecc4'; } .icon54-v2-table-3::before { content: '\ecc5'; } .icon54-v2-tasks-1::before { content: '\ecc6'; } .icon54-v2-tetraeder-2::before { content: '\ecc7'; } .icon54-v2-tetraeder-3::before { content: '\ecc8'; } .icon54-v2-tetraeder::before { content: '\ecc9'; } .icon54-v2-tga::before { content: '\ecca'; } .icon54-v2-tiff::before { content: '\eccb'; } .icon54-v2-triangle::before { content: '\eccc'; } .icon54-v2-true-type::before { content: '\eccd'; } .icon54-v2-ttf::before { content: '\ecce'; } .icon54-v2-tv-desk-2::before { content: '\eccf'; } .icon54-v2-tv-desk::before { content: '\ecd0'; } .icon54-v2-upload-note::before { content: '\ecd1'; } .icon54-v2-upload-post-it::before { content: '\ecd2'; } .icon54-v2-upload-task::before { content: '\ecd3'; } .icon54-v2-vector-file::before { content: '\ecd4'; } .icon54-v2-wardeobe-1::before { content: '\ecd5'; } .icon54-v2-wardrobe-2::before { content: '\ecd6'; } .icon54-v2-wardrobe-3::before { content: '\ecd7'; } .icon54-v2-wardrobe-mirror::before { content: '\ecd8'; }
0.36625
0.085061
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); */ @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); *{ margin: 0; padding:0; box-sizing: border-box; font-family: 'Rubik', sans-serif; } .sticky-container{ padding:10px; margin:0px; position:fixed; left:-10px; top:30%; width:210px; z-index: 2000; width:14vh; } .sticky li{ /*background-color:yellow;*/ box-shadow: /* -10px -10px 15px rgba(70,70,70,0.12),*/ 10px 10px 15px rgba(70,70,70,0.12); height:60px; margin:10%; width:60px; list-style:none; border-radius:50%; color:white; background-color:white; } .icon i{ padding:39%; } .icon a{ color:teal } /*---------------------------------------------------------------------------------------------------*/ /*.sticky li{ /*background-color: transparent; height:70px; padding:0px; margin:0px 0px 0px 0px; /*-webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; -o-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; cursor:pointer;*/ /*cursor:pointer; padding:6%; } .sticky li:hover{ /*margin-right:-24px;*/ /*} .sticky li span{ /* float:right; margin:5px 4px; margin-right:5px;*/ /*} .sticky li{ background:yellow; height:100%; margin-bottom:10%; } .container .icon{ box-shadow: -10px -10px 15px rgba(255,255,255,0.5), 10px 10px 15px rgba(70,70,70,0.12); /* margin:0 5px; text-align: center; cursor: pointer; align-items: center; justify-content: center; position: relative; z-index: 2; transition: 0.4s cubic-bezier(0.52, -0.50, 0.212, 1.45);*/ /*} .container .icon span{ /*position: relative; display: block; height: 60px; width: 60px; background: #fff; border-radius: 0%; z-index: 2; transition: 0.4s cubic-bezier(0.52, -0.50, 0.212, 1.45); box-shadow: 0px 10px 10px rgba(0,0,0,0.1);*/ /*} .container .icon span i{ /* line-height: 60px; font-size: 25px; color: #fff;*/ /*} .container .facebook span, .container .facebook :before{ /* padding-left:5px; background: #3b5999; color: #fff;*/ /*} .container .twitter span, .container .twitter :before{ /*padding-left:5px; background: #46c1f6; color: #fff;*/ /*} .container .instagram span, .container .instagram :before{ /*padding-left:5px; background: #e1306c; color: #fff;*/ /*}
assets/css/button.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); */ @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); *{ margin: 0; padding:0; box-sizing: border-box; font-family: 'Rubik', sans-serif; } .sticky-container{ padding:10px; margin:0px; position:fixed; left:-10px; top:30%; width:210px; z-index: 2000; width:14vh; } .sticky li{ /*background-color:yellow;*/ box-shadow: /* -10px -10px 15px rgba(70,70,70,0.12),*/ 10px 10px 15px rgba(70,70,70,0.12); height:60px; margin:10%; width:60px; list-style:none; border-radius:50%; color:white; background-color:white; } .icon i{ padding:39%; } .icon a{ color:teal } /*---------------------------------------------------------------------------------------------------*/ /*.sticky li{ /*background-color: transparent; height:70px; padding:0px; margin:0px 0px 0px 0px; /*-webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; -o-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; cursor:pointer;*/ /*cursor:pointer; padding:6%; } .sticky li:hover{ /*margin-right:-24px;*/ /*} .sticky li span{ /* float:right; margin:5px 4px; margin-right:5px;*/ /*} .sticky li{ background:yellow; height:100%; margin-bottom:10%; } .container .icon{ box-shadow: -10px -10px 15px rgba(255,255,255,0.5), 10px 10px 15px rgba(70,70,70,0.12); /* margin:0 5px; text-align: center; cursor: pointer; align-items: center; justify-content: center; position: relative; z-index: 2; transition: 0.4s cubic-bezier(0.52, -0.50, 0.212, 1.45);*/ /*} .container .icon span{ /*position: relative; display: block; height: 60px; width: 60px; background: #fff; border-radius: 0%; z-index: 2; transition: 0.4s cubic-bezier(0.52, -0.50, 0.212, 1.45); box-shadow: 0px 10px 10px rgba(0,0,0,0.1);*/ /*} .container .icon span i{ /* line-height: 60px; font-size: 25px; color: #fff;*/ /*} .container .facebook span, .container .facebook :before{ /* padding-left:5px; background: #3b5999; color: #fff;*/ /*} .container .twitter span, .container .twitter :before{ /*padding-left:5px; background: #46c1f6; color: #fff;*/ /*} .container .instagram span, .container .instagram :before{ /*padding-left:5px; background: #e1306c; color: #fff;*/ /*}
0.267026
0.061678
@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,latin-ext,cyrillic); #wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 960px; max-height:540px; margin:19px auto 17px; z-index:90; text-align:left; /* reset align=center */ font-size: 10px; text-shadow: none; /* fix some user styles */ /* reset box-sizing (to boostrap friendly) */ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } * html #wowslider-container1{ width:960px } #wowslider-container1 .ws_images ul{ position:relative; width: 10000%; height:100%; left:0; list-style:none; margin:0; padding:0; border-spacing:0; overflow: visible; /*table-layout:fixed;*/ } #wowslider-container1 .ws_images ul li{ position: relative; width:1%; height:100%; line-height:0; /*opera*/ overflow: hidden; float:left; /*font-size:0;*/ padding:0 0 0 0 !important; margin:0 0 0 0 !important; } #wowslider-container1 .ws_images{ position: relative; left:0; top:0; height:100%; max-height:540px; max-width: 960px; vertical-align: top; border:none; overflow: hidden; } #wowslider-container1 .ws_images ul a{ width:100%; height:100%; max-height:540px; display:block; color:transparent; } #wowslider-container1 img{ max-width: none !important; } #wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img{ width:100%; border:none 0; max-width: none; padding:0; margin:0; } #wowslider-container1 .ws_images > div > img { max-height:540px; } #wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; } #wowslider-container1 .ws-title > div { display: inline-block !important; } #wowslider-container1 a{ text-decoration: none; outline: none; border: none; } #wowslider-container1 .ws_bullets { float: left; position:absolute; z-index:70; } #wowslider-container1 .ws_bullets div{ position:relative; float:left; font-size: 0px; } /* compatibility with Joomla styles */ #wowslider-container1 .ws_bullets a { line-height: 0; } #wowslider-container1 .ws_script{ display:none; } #wowslider-container1 sound, #wowslider-container1 object{ position:absolute; } /* prevent some of users reset styles */ #wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; } #wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; } #wowslider-container1 .ws_cube_side { background: #A6A5A9; } #wowslider-container1.ws_gestures { cursor: -webkit-grab; cursor: -moz-grab; cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQ<KEY>), move; } #wowslider-container1.ws_gestures.ws_grabbing { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB<KEY>), move; } /* hide controls when video start play */ #wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev { display: none; } /* youtube/vimeo buttons */ #wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; } #wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo { display: block; } #wowslider-container1 .ws_video_btn div { position: absolute; background-image: url(./playvideo.png); background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; } #wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; } #wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; } #wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; } #wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; } #wowslider-container1 .ws_playpause.ws_hide { display: none !important; } #wowslider-container1 .ws_bullets { padding: 5px; } #wowslider-container1 .ws_bullets a { width:20px; height:21px; background: url(./bullet.png) left top; float: left; text-indent: -4000px; position:relative; margin-left:7px; color:transparent; } #wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{ background-position: 0 100%; } #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { background-size: 200%; position:absolute; top:50%; margin-top:-2em; z-index:60; height: 3.9em; width: 7em; background-image: url(./arrows.png); } #wowslider-container1 a.ws_next{ background-position: 100% 0; right:0.5em; } #wowslider-container1 a.ws_prev { left:0.5em; background-position: 0 0; } /*playpause*/ #wowslider-container1 .ws_playpause { width: 5.8em; height: 5.8em; position: absolute; top: 50%; left: 50%; margin-left: -1.9em; margin-top: -2.9em; z-index: 59; background-size: 100%; } #wowslider-container1 .ws_pause { background-image: url(./pause.png); } #wowslider-container1 .ws_play { background-image: url(./play.png); } /* bottom right */ #wowslider-container1 .ws_bullets { bottom: 5px; right:5px; } #wowslider-container1 .ws-title{ position:absolute; display:block; font: 3em 'Lobster', Comic Sans MS, cursive; bottom: 1.2em; left: 0; margin-right: 0.4em; color:#664b2b; z-index: 50; line-height: 1em; } #wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{ display:inline-block; padding:0.3em; background:#e7d7c3; border-radius:0 0.25em 0.25em 0; -moz-border-radius:0 0.25em 0.25em 0; -webkit-border-radius:0 0.25em 0.25em 0; box-shadow: 0.1em 0 0.15em rgba(114, 82, 45, 0.6); -moz-box-shadow: 0.1em 0 0.15em rgba(114, 82, 45, 0.6); -webkit-box-shadow: 0.1em 0 0.15em rgba(114, 82, 45, 0.6); } #wowslider-container1 .ws-title div{ font-family:"Palatino Linotype","Book Antiqua",Palatino,serif; line-height: 1.1em; color: #473520; display: block; font-size: 0.666em; margin-top: 0.4em; }#wowslider-container1 .ws_images > ul{ animation: wsBasic 26s infinite; -moz-animation: wsBasic 26s infinite; -webkit-animation: wsBasic 26s infinite; } @keyframes wsBasic{0%{left:-0%} 12.31%{left:-0%} 20%{left:-100%} 32.31%{left:-100%} 40%{left:-200%} 52.31%{left:-200%} 60%{left:-300%} 72.31%{left:-300%} 80%{left:-400%} 92.31%{left:-400%} } @-moz-keyframes wsBasic{0%{left:-0%} 12.31%{left:-0%} 20%{left:-100%} 32.31%{left:-100%} 40%{left:-200%} 52.31%{left:-200%} 60%{left:-300%} 72.31%{left:-300%} 80%{left:-400%} 92.31%{left:-400%} } @-webkit-keyframes wsBasic{0%{left:-0%} 12.31%{left:-0%} 20%{left:-100%} 32.31%{left:-100%} 40%{left:-200%} 52.31%{left:-200%} 60%{left:-300%} 72.31%{left:-300%} 80%{left:-400%} 92.31%{left:-400%} } #wowslider-container1 .ws_shadow{ background-image: url(./bg.png); background-repeat: no-repeat; background-size:100%; position:absolute; z-index: -1; left:-3.44%; top:-3.52%; width:106.87%; height:106.66%; } * html #wowslider-container1 .ws_shadow{/*ie6*/ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale'); } *+html #wowslider-container1 .ws_shadow{/*ie7*/ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale'); } #wowslider-container1 .ws_bullets a img{ text-indent:0; display:block; bottom:20px; left:-43px; visibility:hidden; position:absolute; box-shadow: 0 1px 3px rgba(46, 15, 0, 0.4); -moz-box-shadow: 0 1px 3px rgba(46, 15, 0, 0.4); -webkit-box-shadow:0 1px 3px rgba(46, 15, 0, 0.4); border: 3px solid #edd8a3; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; max-width:none; } #wowslider-container1 .ws_bullets a:hover img{ visibility:visible; } #wowslider-container1 .ws_bulframe div div{ height:48px; overflow:visible; position:relative; } #wowslider-container1 .ws_bulframe div { left:0; overflow:hidden; position:relative; width:85px; background-color:#edd8a3; } #wowslider-container1 .ws_bullets .ws_bulframe{ display:none; bottom:24px; overflow:visible; position:absolute; cursor:pointer; box-shadow: 0 1px 3px rgba(46, 15, 0, 0.4); -moz-box-shadow: 0 1px 3px rgba(46, 15, 0, 0.4); -webkit-box-shadow:0 1px 3px rgba(46, 15, 0, 0.4); border: 3px solid #edd8a3; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; } #wowslider-container1 .ws_bulframe span{ display:block; position:absolute; bottom:-8px; margin-left:-1px; left:43px; background:url(./triangle.png); width:15px; height:6px; }#wowslider-container1 .ws_bulframe div div{ height: auto; } @media all and (max-width:760px) { #wowslider-container1 .ws_fullscreen { display: block; } } @media all and (max-width:400px){ #wowslider-container1 .ws_controls, #wowslider-container1 .ws_bullets, #wowslider-container1 .ws_thumbs{ display: none } }
portfolio/engine1/style.css
@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,latin-ext,cyrillic); #wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 960px; max-height:540px; margin:19px auto 17px; z-index:90; text-align:left; /* reset align=center */ font-size: 10px; text-shadow: none; /* fix some user styles */ /* reset box-sizing (to boostrap friendly) */ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } * html #wowslider-container1{ width:960px } #wowslider-container1 .ws_images ul{ position:relative; width: 10000%; height:100%; left:0; list-style:none; margin:0; padding:0; border-spacing:0; overflow: visible; /*table-layout:fixed;*/ } #wowslider-container1 .ws_images ul li{ position: relative; width:1%; height:100%; line-height:0; /*opera*/ overflow: hidden; float:left; /*font-size:0;*/ padding:0 0 0 0 !important; margin:0 0 0 0 !important; } #wowslider-container1 .ws_images{ position: relative; left:0; top:0; height:100%; max-height:540px; max-width: 960px; vertical-align: top; border:none; overflow: hidden; } #wowslider-container1 .ws_images ul a{ width:100%; height:100%; max-height:540px; display:block; color:transparent; } #wowslider-container1 img{ max-width: none !important; } #wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img{ width:100%; border:none 0; max-width: none; padding:0; margin:0; } #wowslider-container1 .ws_images > div > img { max-height:540px; } #wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; } #wowslider-container1 .ws-title > div { display: inline-block !important; } #wowslider-container1 a{ text-decoration: none; outline: none; border: none; } #wowslider-container1 .ws_bullets { float: left; position:absolute; z-index:70; } #wowslider-container1 .ws_bullets div{ position:relative; float:left; font-size: 0px; } /* compatibility with Joomla styles */ #wowslider-container1 .ws_bullets a { line-height: 0; } #wowslider-container1 .ws_script{ display:none; } #wowslider-container1 sound, #wowslider-container1 object{ position:absolute; } /* prevent some of users reset styles */ #wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; } #wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; } #wowslider-container1 .ws_cube_side { background: #A6A5A9; } #wowslider-container1.ws_gestures { cursor: -webkit-grab; cursor: -moz-grab; cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQ<KEY>), move; } #wowslider-container1.ws_gestures.ws_grabbing { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB<KEY>), move; } /* hide controls when video start play */ #wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev { display: none; } /* youtube/vimeo buttons */ #wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; } #wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo { display: block; } #wowslider-container1 .ws_video_btn div { position: absolute; background-image: url(./playvideo.png); background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; } #wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; } #wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; } #wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; } #wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; } #wowslider-container1 .ws_playpause.ws_hide { display: none !important; } #wowslider-container1 .ws_bullets { padding: 5px; } #wowslider-container1 .ws_bullets a { width:20px; height:21px; background: url(./bullet.png) left top; float: left; text-indent: -4000px; position:relative; margin-left:7px; color:transparent; } #wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{ background-position: 0 100%; } #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { background-size: 200%; position:absolute; top:50%; margin-top:-2em; z-index:60; height: 3.9em; width: 7em; background-image: url(./arrows.png); } #wowslider-container1 a.ws_next{ background-position: 100% 0; right:0.5em; } #wowslider-container1 a.ws_prev { left:0.5em; background-position: 0 0; } /*playpause*/ #wowslider-container1 .ws_playpause { width: 5.8em; height: 5.8em; position: absolute; top: 50%; left: 50%; margin-left: -1.9em; margin-top: -2.9em; z-index: 59; background-size: 100%; } #wowslider-container1 .ws_pause { background-image: url(./pause.png); } #wowslider-container1 .ws_play { background-image: url(./play.png); } /* bottom right */ #wowslider-container1 .ws_bullets { bottom: 5px; right:5px; } #wowslider-container1 .ws-title{ position:absolute; display:block; font: 3em 'Lobster', Comic Sans MS, cursive; bottom: 1.2em; left: 0; margin-right: 0.4em; color:#664b2b; z-index: 50; line-height: 1em; } #wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{ display:inline-block; padding:0.3em; background:#e7d7c3; border-radius:0 0.25em 0.25em 0; -moz-border-radius:0 0.25em 0.25em 0; -webkit-border-radius:0 0.25em 0.25em 0; box-shadow: 0.1em 0 0.15em rgba(114, 82, 45, 0.6); -moz-box-shadow: 0.1em 0 0.15em rgba(114, 82, 45, 0.6); -webkit-box-shadow: 0.1em 0 0.15em rgba(114, 82, 45, 0.6); } #wowslider-container1 .ws-title div{ font-family:"Palatino Linotype","Book Antiqua",Palatino,serif; line-height: 1.1em; color: #473520; display: block; font-size: 0.666em; margin-top: 0.4em; }#wowslider-container1 .ws_images > ul{ animation: wsBasic 26s infinite; -moz-animation: wsBasic 26s infinite; -webkit-animation: wsBasic 26s infinite; } @keyframes wsBasic{0%{left:-0%} 12.31%{left:-0%} 20%{left:-100%} 32.31%{left:-100%} 40%{left:-200%} 52.31%{left:-200%} 60%{left:-300%} 72.31%{left:-300%} 80%{left:-400%} 92.31%{left:-400%} } @-moz-keyframes wsBasic{0%{left:-0%} 12.31%{left:-0%} 20%{left:-100%} 32.31%{left:-100%} 40%{left:-200%} 52.31%{left:-200%} 60%{left:-300%} 72.31%{left:-300%} 80%{left:-400%} 92.31%{left:-400%} } @-webkit-keyframes wsBasic{0%{left:-0%} 12.31%{left:-0%} 20%{left:-100%} 32.31%{left:-100%} 40%{left:-200%} 52.31%{left:-200%} 60%{left:-300%} 72.31%{left:-300%} 80%{left:-400%} 92.31%{left:-400%} } #wowslider-container1 .ws_shadow{ background-image: url(./bg.png); background-repeat: no-repeat; background-size:100%; position:absolute; z-index: -1; left:-3.44%; top:-3.52%; width:106.87%; height:106.66%; } * html #wowslider-container1 .ws_shadow{/*ie6*/ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale'); } *+html #wowslider-container1 .ws_shadow{/*ie7*/ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale'); } #wowslider-container1 .ws_bullets a img{ text-indent:0; display:block; bottom:20px; left:-43px; visibility:hidden; position:absolute; box-shadow: 0 1px 3px rgba(46, 15, 0, 0.4); -moz-box-shadow: 0 1px 3px rgba(46, 15, 0, 0.4); -webkit-box-shadow:0 1px 3px rgba(46, 15, 0, 0.4); border: 3px solid #edd8a3; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; max-width:none; } #wowslider-container1 .ws_bullets a:hover img{ visibility:visible; } #wowslider-container1 .ws_bulframe div div{ height:48px; overflow:visible; position:relative; } #wowslider-container1 .ws_bulframe div { left:0; overflow:hidden; position:relative; width:85px; background-color:#edd8a3; } #wowslider-container1 .ws_bullets .ws_bulframe{ display:none; bottom:24px; overflow:visible; position:absolute; cursor:pointer; box-shadow: 0 1px 3px rgba(46, 15, 0, 0.4); -moz-box-shadow: 0 1px 3px rgba(46, 15, 0, 0.4); -webkit-box-shadow:0 1px 3px rgba(46, 15, 0, 0.4); border: 3px solid #edd8a3; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; } #wowslider-container1 .ws_bulframe span{ display:block; position:absolute; bottom:-8px; margin-left:-1px; left:43px; background:url(./triangle.png); width:15px; height:6px; }#wowslider-container1 .ws_bulframe div div{ height: auto; } @media all and (max-width:760px) { #wowslider-container1 .ws_fullscreen { display: block; } } @media all and (max-width:400px){ #wowslider-container1 .ws_controls, #wowslider-container1 .ws_bullets, #wowslider-container1 .ws_thumbs{ display: none } }
0.227813
0.050237
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; box-sizing: border-box; } 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 { content: ""; content: none; } q:before, q:after { content: ""; content: none; } table { border-collapse: collapse; border-spacing: 0; } .floatleft, header { float: left; } .floatright { float: right; } .section-1-1 { width: 100%; } .section-1-2 { width: 50%; } .section-1-4 { width: 25%; } .section-3-4 { width: 75%; } .section-1-8 { width: 12.5%; } .section-3-8 { width: 37.5%; } .section-5-8 { width: 62.5%; } .section-7-8 { width: 87.5%; } [class*=section-] { margin: auto; padding: 5px; } @media (max-width: 50em) { [class*=section-] { width: 100%; float: none; padding: 0; } } .cols-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } .cols-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } @media (max-width: 40em) { [class*=cols-] { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } } * + * { margin: 0 auto 0; } ::-moz-selection { background: #fff100; } ::selection { background: #fff100; } ::-moz-selection { background: #fff100; } ::-webkit-scrollbar-track:vertical { width: 10px; } ::-webkit-scrollbar:horizontal { width: 0; height: 0; background: 0 0; } ::-webkit-scrollbar-track-piece { background: #eee; } ::-webkit-scrollbar-thumb { background: red; } .project .tail p, .sub-block p, header, li + li, section.header + section.everythingelse { margin: 0; } h1, h2, h3, h4 { font-size: 1em; font-weight: 800; line-height: 1.2; position: relative; margin: 0 0 1em; letter-spacing: -.05em; } hr { width: 25%; margin: 2em 0; color: #1e1e64; border: none; border-top: 2px solid; } .font_small, small { font-size: 0.833em; } p { margin-bottom: 1.3em; } strong { font-weight: bold; } em { font-style: italic; } table { font-size: 12px; color: inherit; background: transparent; border-collapse: collapse; min-width: 100%; text-align: left; } table thead { border-bottom: 2px solid; } table tr { border-bottom: 1px solid; } table td, table th { padding: 15px; background: transparent; } table th { text-transform: uppercase; text-align: left; } table td:first-of-type, table th:first-of-type { border-right: 1px solid; } a, a:visited { position: relative; z-index: 1; margin-bottom: 0; -webkit-transition: color 0.3s; transition: color 0.3s; white-space: nowrap; text-decoration: none; color: #1e1e64; } .art a[rel~=materials]:not(:last-child):after { display: inline-block; content: ', '; } /* .art a { color: #e94141 !important; } */ .art a.scrolltotop { border-bottom: none; } a:hover { font-style: italic; } a, a:active, a:hover, a:visited, img { outline: 0; } a.bigLink { width: auto; margin-left: 5rem; } a.button { text-align: center; border: 2px solid; } code { font-family: monospace; display: block; overflow: scroll; padding: 1.2em; background: #ddd; -webkit-overflow-scrolling: touch; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .centerfloat { float: none; margin: auto; } .leftfloat { float: left; } .rightfloat { float: right; } .clear:after, .clear:before { display: table; content: ' '; } .clear:after { clear: both; } body, html { width: 100%; } html { overflow: scroll; max-width: none; word-wrap: break-word; text-rendering: optimizeLegibility; font-variant-numeric: oldstyle-nums; font-feature-settings: "kern" 1; } html.come-in-top.slideUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; } html.come-in-top.slideDown, html.come-in-top.slideUp { -webkit-transform: none; transform: none; -webkit-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-delay: 0s; animation-delay: 0s; opacity: 1; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @media (max-width: 64em) { html { margin: 0; } } body { background: #f4b1a8; background: -webkit-gradient(linear, left top, left bottom, color-stop(0vh, #f4b1a8), color-stop(12vh, rgba(244, 177, 168, 0)), color-stop(100vh, rgba(244, 177, 168, 0))); background: linear-gradient(to bottom, #f4b1a8 0vh, rgba(244, 177, 168, 0) 12vh, rgba(244, 177, 168, 0) 100vh); color: #1e1e64; font: 1rem/1.45 "atc_harris", monospace; display: -webkit-box; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; min-height: 100vh; max-width: none; margin: 0; padding: 70px 0 7em; -webkit-text-size-adjust: 100%; } body.home { background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4b1a8), color-stop(75vh, rgba(244, 177, 168, 0)), color-stop(100vh, rgba(244, 177, 168, 0))); background: linear-gradient(to bottom, #f4b1a8 0, rgba(244, 177, 168, 0) 75vh, rgba(244, 177, 168, 0) 100vh); background-attachment: fixed; overflow: hidden; } body.error { margin-top: 0; background: url(/assets/images/yellow-brick-road.gif) center center; background-size: cover; } @media (max-width: 64em) { body { padding: 62px 0 0; } } @media (max-width: 50em) { body { padding-top: 56px; } } @media print { body { background: none; padding: 0; margin: 0; } } img { max-width: 100%; height: auto; vertical-align: middle; border: 0; } @media print { img { max-height: 50%; max-width: 50%; } } @media (max-width: 50em) { .js-nav-active body { overflow: hidden; } } .js-nav-active header { width: 100vw; height: 100vh; transition: 200ms -webkit-backdrop-filter; -webkit-backdrop-filter: blur(2px); } .js .nav-collapse { clip: rect(0 0 0 0); max-height: 0; position: absolute; display: block; overflow: hidden; zoom: 1; } .nav-collapse { position: absolute; display: block; overflow: hidden; clip: rect(0 0 0 0); zoom: 1; max-height: 0; } .nav-collapse.opened { max-height: 9999px; } @media (max-width: 50em) { .nav-collapse { position: relative; } } a.nav-toggle { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; -o-user-select: none; } @media (max-width: 50em) { a.nav-toggle { display: none; position: absolute; right: 2.5vw; z-index: 999; display: block; width: 30px; height: 30px; /* z-index: 1000; */ margin: .3% 0 0; top: 1.5vw; -webkit-transition: right .3s, top .3s; transition: right .3s, top .3s; -webkit-transform: scale(1.2); transform: scale(1.2); } a.nav-toggle:after, a.nav-toggle:before { left: 5px; display: block; width: 20px; height: 2px; border: 0 solid transparent; content: ' '; -webkit-transition: -webkit-transform .25s; transition: -webkit-transform .25s; transition: transform .25s; transition: transform .25s, -webkit-transform .25s; -webkit-animation: none; animation: none; background: #1e1e64; } a.nav-toggle:before { position: absolute; top: 12px; z-index: 1000; } a.nav-toggle:after, a.nav-toggle:hover:after { position: absolute; top: 20px; } a.nav-toggle.active { top: 14vw; right: 14vw; -webkit-transition: right .3s, top .3s; transition: right .3s, top .3s; } a.nav-toggle.active:after { top: 15px; -webkit-transition: -webkit-transform .3s, top .3s; -webkit-transition: top .3s, -webkit-transform .3s; transition: top .3s, -webkit-transform .3s; transition: transform .3s, top .3s; transition: transform .3s, top .3s, -webkit-transform .3s; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } a.nav-toggle.active:before { top: 15px; -webkit-transition: -webkit-transform .25s; transition: -webkit-transform .25s; transition: transform .25s; transition: transform .25s, -webkit-transform .25s; -webkit-transform: rotate(45deg); transform: rotate(45deg); } } @media (max-width: 50em) { .menu-box { width: auto; position: relative; padding: 0 0; margin: 0; z-index: 100; width: 80vw; background: #FFF; border: 1px solid #1e1e64; top: 10vw; left: 10vw; position: absolute; } } header { position: fixed; z-index: 999; top: 0; width: 100vw; padding: 0; transition: 200ms -webkit-backdrop-filter; padding: 1em 0 0; } header a.nav-toggle, header a.nav-toggle:hover { border: 0 solid transparent; background-color: transparent; } header nav { font-weight: 700; overflow: hidden; width: 80vw; max-width: none; margin: 0 auto 1em; padding: 0; -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); text-align: left; letter-spacing: 1px; text-transform: uppercase; } header nav a { position: relative; z-index: 1; } header nav ul { width: 100%; text-align: left; } header nav ul.links { display: inline-block; overflow-y: visible; min-width: none; max-width: none; margin: 0; padding-top: 4px; padding-bottom: 4px; vertical-align: middle; width: 100%; } @media (max-width: 50em) { header nav ul { overflow: scroll; overflow-y: hidden; width: 100%; padding-top: 1em; white-space: nowrap; -webkit-overflow-scrolling: touch; float: none; width: 100%; height: calc(100vh - 20vw); padding: 0; /* padding-top:20vh; */ overflow: scroll; } } header nav ul::-webkit-scrollbar { display: none; } header nav ul li { list-style: none; display: inline-block; overflow: visible; margin: 0 0.2em; padding: 0 0.25em 0.25em; } header nav ul li:first-of-type { margin-left: 0; padding-left: 0; } @media (max-width: 50em) { header nav ul li:first-of-type { margin-top: 25vh; } } header nav ul li:last-of-type { margin-right: 0; } header nav ul li:last-of-type:after { content: ''; } header nav ul li:after { font-weight: 700; /* color: #333; */ } @media (max-width: 64em) { header nav ul li:after { visibility: hidden; } } header nav ul li.link a { line-height: 1; position: relative; padding-top: 0.2em; text-align: center; } header nav ul li.link a:hover { background-color: transparent; } @media (max-width: 50em) { header nav ul li.link a { display: inline-block; border: 2px solid transparent; } } @media (max-width: 64em) { header nav ul li { padding: 0; width: auto; } } @media (max-width: 50em) { header nav ul li { display: block; margin: 2em auto; text-align: center; } } @media (max-width: 50em) { header nav ul { float: none; width: 100vw; height: calc(100vh - 20vw); padding: 0; /* padding-top:20vh; */ overflow: scroll; } } @media (max-width: 50em) { header nav.closed { z-index: -99; } } @media (max-width: 50em) { header nav.opened { z-index: 1; } } @media (max-width: 64em) { header { width: 100vw; box-sizing: border-box; margin: 0; padding: 10px 10px 0; } } @media (max-width: 50em) { header { padding: 0 0; } } @media screen and (min-width: 50.5em) { .js .nav-collapse { position: relative; } .js .nav-collapse.closed { max-height: none; } .nav-toggle { display: none; } } .art .project { overflow: hidden; } .art .project a { position: relative; } .art .project figure::after { display: none; visibility: hidden; } @media (max-width: 50em) { .art .project:first-of-type { margin-top: 0; } } @media (max-width: 50em) { .art .project { width: calc(100% - 4px); } } .art li.project figure { width: 100%; } .art h1.title { /* font-size: 1.3em; */ margin-bottom: 1em; text-align: left; border-bottom: 0 transparent; } .art section.header { width: 100%; padding: 4em 7px; position: relative; } @media (max-width: 64em) { .art section.header { float: left; width: 100%; padding: 2rem 0; } } main { position: relative; display: block; float: none; -webkit-box-flex: 1; flex: 1; width: 80vw; max-width: none; margin: 0 auto auto; } main .default .text { text-align: left; } @media (max-width: 64em) { main .text { padding: 3em 20px; } } @media (max-width: 40em) { main { padding: 0; width: 95vw; } } @media print { main { width: 100%; margin: 0; } main:before { content: '<NAME>'; text-transform: uppercase; text-align: left; font-size: 14pt; font-weight: bold; } } .meta h4:first-of-type, .text h1:first-of-type, .text h2:first-of-type, .text h3:first-of-type, .text h4:first-of-type, section:first-of-type { margin-top: 0; } section { width: 100%; margin: auto; } @media (max-width: 64em) { section#projects { max-width: none; margin: 0 auto; padding-left: 0 !important; } } section + section { margin: 0 auto; } section aside.sub-block { position: fixed; z-index: 2; left: 11vw; width: 20%; padding: 1vw; border: 1px solid transparent; } section aside.sub-block:hover { border: 1px solid; background: #fff; } @media (max-width: 50em) { section aside.sub-block { position: relative; width: 50%; left: 2.5vw; top: 3vw; } } @media print { section aside.sub-block { position: relative; left: 0; top: 0; right: 0; margin-top: 10px; width: 40%; border: 0px solid; background: #fff; } } section aside .tagged-with { font-weight: 400; } section.everythingelse { float: left; } section.everythingelse section:last-of-type { padding-bottom: 30px; } section.everythingelse .project-container { float: left; width: 100%; padding: 0; } section.project-content { float: left; overflow: hidden; width: 50%; max-width: 45em; height: auto; margin-top: 0; margin-right: auto; padding: 0 0 0 1.2em; } section.project-content article { float: left; width: 100%; max-width: 30em; padding: 2.9em 0; } @media (max-width: 64em) { section.project-content article { width: 100%; } } section.project-content .meta { font-weight: 700; float: left; min-width: 150px; margin: 0; } @media (max-width: 64em) { section.project-content .meta { width: 100%; } } section.project-content.one1 { float: none; width: 72.3588907%; margin: auto auto auto 4.35em; padding: 0; } @media (max-width: 64em) { section.project-content.one1 { margin-left: 20px; width: 90%; } } @media (max-width: 64em) { section.project-content { width: 100%; margin: 0; padding: 0; max-width: none; float: none; margin: auto; margin-left: 20px; width: 90%; } } section.content { float: none; width: 100%; margin: 0 auto; padding: 0 2em; } section.content p:last-of-type { margin-bottom: 0; } @media (max-width: 64em) { section.content { padding: 0; } } section.header { float: left; width: 100%; padding: 2em 16px 2em 4.35em; } section.gallery { float: left; width: 100%; padding: 3rem 0; } section.gallery .project { width: 100%; margin: 0; padding: 0; cursor: default; border: 0; } section.gallery .project:hover { border: 0; } @media (max-width: 64em) { section.gallery .project { padding: 5px 0; } } section.gallery.hero { display: inline-block; vertical-align: middle; } section.gallery.hero figure { max-height: 100vh; } section.gallery.hero img { display: block; width: auto !important; max-width: 100%; max-height: 80vh; margin: auto; } @media (max-width: 64em) { section.gallery.hero { padding: 1.728rem 1.728rem .5rem; } } section.gallery.slider { overflow-x: scroll; overflow-y: hidden; width: 100%; padding-bottom: 0 !important; white-space: nowrap; background: #c2c0bb; -webkit-overflow-scrolling: touch; } section.gallery.slider .gallery-item { display: inline-block; width: auto; height: 100%; margin: 0.5em; vertical-align: middle; } section.gallery.slider img { width: auto; max-width: none; height: 25em; } @media (max-width: 64em) { section.gallery.slider img { height: 50vh; width: auto; max-width: none; margin: 0 .25em; } } section.gallery .grid figure { overflow: hidden; width: calc(50% - 4px); margin: 2px; cursor: pointer; -webkit-transition: width 0.15s; transition: width 0.15s; -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } section.gallery .grid:after { display: block; clear: both; content: ''; } section.gallery.one1 { width: 100%; margin: 0; } section.gallery.one1 .project:only-child { width: 100%; padding-right: 0 !important; padding-left: 0 !important; } section.gallery div.caption { /* font-size: .833em; */ padding: 0 1rem; } @media print { section.gallery { padding: 0; } } section ul.projects { overflow: hidden; width: 100%; height: 100%; margin: 2em auto; padding: 0; list-style-type: none; } section .projects .grid-item, section .projects .grid-sizer { width: 100%; margin: 0 0 2em; } section .projects .grid-item img { display: block; max-width: 80vw; max-height: 80vh; margin: 10vh auto; } @media (max-width: 50em) { section .projects .grid-item img { max-width: 95vw; } } section .projects figure { position: relative; } section .video-container { position: relative; overflow: hidden; height: 0; } section .video-container .iphone5-hor, section .video-container .v16x9 { padding-bottom: 56.25%; } section .video-container .v4x3 { padding-bottom: 75%; } section .video-container .iphone5-vert { padding-bottom: 177.8%; } section .video-container iframe, section .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } @media (max-width: 70em) { section { width: 100%; } } .grid-item, .grid-sizer { width: calc(50% - 5px); margin: 5px 0; } @media (max-width: 64em) { .grid-item, .grid-sizer { width: 100%; margin: 0; } } .gutter-sizer { float: none; width: 10px; margin: 0; } .gutter-sizer:after { float: none; } .home main { width: 100%; } .home main a { display: block; float: left; width: auto; height: auto; margin: 0 0 15% 0; position: relative; } .home main a:hover { z-index: 500; } .home main a:nth-of-type(1n) { margin-left: 1%; margin-top: -3%; } .home main a:nth-of-type(2n) { margin-left: 18%; margin-top: -3%; } .home main a:nth-of-type(4n) { margin-left: 13%; margin-top: -30%; } .home main a:nth-of-type(5n) { margin-left: 10%; margin-top: -10%; } .home main a:nth-of-type(6n) { margin-left: 19%; margin-top: -23%; } .home main a:nth-of-type(7n) { margin-left: 19%; margin-top: -27%; } .home main a:nth-of-type(8n) { margin-left: 5%; margin-top: -11%; } .home main a:nth-of-type(9n) { margin-left: 24%; margin-top: -29%; } .home main a:nth-of-type(10n) { margin-left: 27%; margin-top: -18%; } .home main figure { margin: 0; width: 45%; text-align: right; } .home main figure img { max-width: 20vw; min-width: 5vw; max-height: 80vh; } figure figcaption { font-size: 0.75em; margin-top: 10px; margin-bottom: 0; } figure:hover figcaption { display: inline-block; } .userisLoggedIn { margin-top: 3em; } .userisLoggedIn header { padding-top: 0; } .privatenav { width: 100vw; background-color: white; position: relative; height: 3em; padding: 1em 0; font-size: 0.75em; margin-bottom: 0.5em; box-shadow: inset 0 -0.4em 0.6em -0.6em #8b2012; } .privatenav nav { margin-bottom: 0; height: 1em; } .privatenav nav .logout { text-align: right; float: right; } .privatenav nav ul.items { height: 1em; float: left; width: 50%; } .privatenav nav ul.items li { padding: 0; margin-bottom: 0; margin-right: 2em; height: 1em; } .login main { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; -webkit-box-flex: 1; flex: 1; text-align: center; } .login main > div { width: 100%; height: 100%; } .login .alert { color: #1e1e64; border: 1px solid #f4b1a8; background: #fadad5; padding: 1em; box-sizing: border-box; font-weight: 800; width: 25%; margin: auto; display: inline-block; margin-bottom: 1rem; } .login h1 { text-transform: uppercase; margin-bottom: 1em; } .login section { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; -webkit-box-flex: 1; flex: 1; width: 100%; height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; } .login form { -webkit-box-flex: 0; flex-grow: 0; width: 25%; padding: 1em; border: 1px solid #f4b1a8; margin: auto; font-size: 1rem; } .login form label { display: block; text-transform: uppercase; font-weight: bold; font-size: 0.66666em; } .login form input { display: block; width: 100%; padding: 1em 0.66em; font-size: 1rem; outline: 0; box-sizing: border-box; margin-bottom: 1em; border: 1px solid #f4b1a8; font-family: "atc_harris", monospace; } .login form input:focus { border-bottom-width: 3px; } .login form input[type='submit'] { background-color: #f4b1a8; cursor: pointer; } form.queries input[type='search'] { width: 100%; padding: 0.5em 0; border: 0; border-bottom: 2px solid; font-size: 2em; font-family: "atc_harris", monospace; color: #f4b1a8; margin-bottom: 1em; } form.queries input:focus { outline: 0; } table.results { table-layout: fixed; margin-bottom: 4em; } table.results th.invNo { width: 10%; } table.results th.figure { width: 20%; } table.results td { vertical-align: top; } a.panel-button { padding: 1em; background: #f4b1a8; border-radius: 3px; font-weight: bold; margin-top: 3em; color: #FFF; display: inline-block; } .timeline { position: relative; z-index: 0; float: left; width: 100%; height: 100px; margin: 0; padding: 10px 0; text-align: center; background: #fffffa; } .timeline .newer, .timeline .older { position: absolute; display: block; width: 50px; margin: 0; /* padding: 8px 0; */ text-align: center; } .timeline .newer { left: 0; } .timeline .older { right: 0; } .timeline .newer a, .timeline .older a { background: #f4b1a8; background: -webkit-gradient(linear, left top, left bottom, color-stop(85vh, #f4b1a8), color-stop(97vh, rgba(244, 177, 168, 0)), color-stop(100vh, rgba(244, 177, 168, 0))); background: linear-gradient(to bottom, #f4b1a8 85vh, rgba(244, 177, 168, 0) 97vh, rgba(244, 177, 168, 0) 100vh); display: block; width: 50px; height: 50px; padding-top: calc(25px - .8em); font-size: 2em; color: #FFF; border-radius: 50px; background-attachment: fixed; } @media print { .timeline { display: none; } } @media (max-width: 64em) { .hideonsmall { display: none !important; } } @-webkit-keyframes slideOutUp { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes slideOutUp { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @-webkit-keyframes slideInDown { 0% { visibility: visible; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInDown { 0% { visibility: visible; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @media print { body, html { max-width: 7in; } body { margin: 0; } header { display: none; visibility: hidden; } .print { display: none; } main section.content { padding: 0; } main .default .text { max-width: 100%; width: 100%; padding: 0; } }
assets/styles/styles.min.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; box-sizing: border-box; } 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 { content: ""; content: none; } q:before, q:after { content: ""; content: none; } table { border-collapse: collapse; border-spacing: 0; } .floatleft, header { float: left; } .floatright { float: right; } .section-1-1 { width: 100%; } .section-1-2 { width: 50%; } .section-1-4 { width: 25%; } .section-3-4 { width: 75%; } .section-1-8 { width: 12.5%; } .section-3-8 { width: 37.5%; } .section-5-8 { width: 62.5%; } .section-7-8 { width: 87.5%; } [class*=section-] { margin: auto; padding: 5px; } @media (max-width: 50em) { [class*=section-] { width: 100%; float: none; padding: 0; } } .cols-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } .cols-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } @media (max-width: 40em) { [class*=cols-] { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } } * + * { margin: 0 auto 0; } ::-moz-selection { background: #fff100; } ::selection { background: #fff100; } ::-moz-selection { background: #fff100; } ::-webkit-scrollbar-track:vertical { width: 10px; } ::-webkit-scrollbar:horizontal { width: 0; height: 0; background: 0 0; } ::-webkit-scrollbar-track-piece { background: #eee; } ::-webkit-scrollbar-thumb { background: red; } .project .tail p, .sub-block p, header, li + li, section.header + section.everythingelse { margin: 0; } h1, h2, h3, h4 { font-size: 1em; font-weight: 800; line-height: 1.2; position: relative; margin: 0 0 1em; letter-spacing: -.05em; } hr { width: 25%; margin: 2em 0; color: #1e1e64; border: none; border-top: 2px solid; } .font_small, small { font-size: 0.833em; } p { margin-bottom: 1.3em; } strong { font-weight: bold; } em { font-style: italic; } table { font-size: 12px; color: inherit; background: transparent; border-collapse: collapse; min-width: 100%; text-align: left; } table thead { border-bottom: 2px solid; } table tr { border-bottom: 1px solid; } table td, table th { padding: 15px; background: transparent; } table th { text-transform: uppercase; text-align: left; } table td:first-of-type, table th:first-of-type { border-right: 1px solid; } a, a:visited { position: relative; z-index: 1; margin-bottom: 0; -webkit-transition: color 0.3s; transition: color 0.3s; white-space: nowrap; text-decoration: none; color: #1e1e64; } .art a[rel~=materials]:not(:last-child):after { display: inline-block; content: ', '; } /* .art a { color: #e94141 !important; } */ .art a.scrolltotop { border-bottom: none; } a:hover { font-style: italic; } a, a:active, a:hover, a:visited, img { outline: 0; } a.bigLink { width: auto; margin-left: 5rem; } a.button { text-align: center; border: 2px solid; } code { font-family: monospace; display: block; overflow: scroll; padding: 1.2em; background: #ddd; -webkit-overflow-scrolling: touch; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .centerfloat { float: none; margin: auto; } .leftfloat { float: left; } .rightfloat { float: right; } .clear:after, .clear:before { display: table; content: ' '; } .clear:after { clear: both; } body, html { width: 100%; } html { overflow: scroll; max-width: none; word-wrap: break-word; text-rendering: optimizeLegibility; font-variant-numeric: oldstyle-nums; font-feature-settings: "kern" 1; } html.come-in-top.slideUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; } html.come-in-top.slideDown, html.come-in-top.slideUp { -webkit-transform: none; transform: none; -webkit-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-delay: 0s; animation-delay: 0s; opacity: 1; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @media (max-width: 64em) { html { margin: 0; } } body { background: #f4b1a8; background: -webkit-gradient(linear, left top, left bottom, color-stop(0vh, #f4b1a8), color-stop(12vh, rgba(244, 177, 168, 0)), color-stop(100vh, rgba(244, 177, 168, 0))); background: linear-gradient(to bottom, #f4b1a8 0vh, rgba(244, 177, 168, 0) 12vh, rgba(244, 177, 168, 0) 100vh); color: #1e1e64; font: 1rem/1.45 "atc_harris", monospace; display: -webkit-box; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; min-height: 100vh; max-width: none; margin: 0; padding: 70px 0 7em; -webkit-text-size-adjust: 100%; } body.home { background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4b1a8), color-stop(75vh, rgba(244, 177, 168, 0)), color-stop(100vh, rgba(244, 177, 168, 0))); background: linear-gradient(to bottom, #f4b1a8 0, rgba(244, 177, 168, 0) 75vh, rgba(244, 177, 168, 0) 100vh); background-attachment: fixed; overflow: hidden; } body.error { margin-top: 0; background: url(/assets/images/yellow-brick-road.gif) center center; background-size: cover; } @media (max-width: 64em) { body { padding: 62px 0 0; } } @media (max-width: 50em) { body { padding-top: 56px; } } @media print { body { background: none; padding: 0; margin: 0; } } img { max-width: 100%; height: auto; vertical-align: middle; border: 0; } @media print { img { max-height: 50%; max-width: 50%; } } @media (max-width: 50em) { .js-nav-active body { overflow: hidden; } } .js-nav-active header { width: 100vw; height: 100vh; transition: 200ms -webkit-backdrop-filter; -webkit-backdrop-filter: blur(2px); } .js .nav-collapse { clip: rect(0 0 0 0); max-height: 0; position: absolute; display: block; overflow: hidden; zoom: 1; } .nav-collapse { position: absolute; display: block; overflow: hidden; clip: rect(0 0 0 0); zoom: 1; max-height: 0; } .nav-collapse.opened { max-height: 9999px; } @media (max-width: 50em) { .nav-collapse { position: relative; } } a.nav-toggle { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; -o-user-select: none; } @media (max-width: 50em) { a.nav-toggle { display: none; position: absolute; right: 2.5vw; z-index: 999; display: block; width: 30px; height: 30px; /* z-index: 1000; */ margin: .3% 0 0; top: 1.5vw; -webkit-transition: right .3s, top .3s; transition: right .3s, top .3s; -webkit-transform: scale(1.2); transform: scale(1.2); } a.nav-toggle:after, a.nav-toggle:before { left: 5px; display: block; width: 20px; height: 2px; border: 0 solid transparent; content: ' '; -webkit-transition: -webkit-transform .25s; transition: -webkit-transform .25s; transition: transform .25s; transition: transform .25s, -webkit-transform .25s; -webkit-animation: none; animation: none; background: #1e1e64; } a.nav-toggle:before { position: absolute; top: 12px; z-index: 1000; } a.nav-toggle:after, a.nav-toggle:hover:after { position: absolute; top: 20px; } a.nav-toggle.active { top: 14vw; right: 14vw; -webkit-transition: right .3s, top .3s; transition: right .3s, top .3s; } a.nav-toggle.active:after { top: 15px; -webkit-transition: -webkit-transform .3s, top .3s; -webkit-transition: top .3s, -webkit-transform .3s; transition: top .3s, -webkit-transform .3s; transition: transform .3s, top .3s; transition: transform .3s, top .3s, -webkit-transform .3s; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } a.nav-toggle.active:before { top: 15px; -webkit-transition: -webkit-transform .25s; transition: -webkit-transform .25s; transition: transform .25s; transition: transform .25s, -webkit-transform .25s; -webkit-transform: rotate(45deg); transform: rotate(45deg); } } @media (max-width: 50em) { .menu-box { width: auto; position: relative; padding: 0 0; margin: 0; z-index: 100; width: 80vw; background: #FFF; border: 1px solid #1e1e64; top: 10vw; left: 10vw; position: absolute; } } header { position: fixed; z-index: 999; top: 0; width: 100vw; padding: 0; transition: 200ms -webkit-backdrop-filter; padding: 1em 0 0; } header a.nav-toggle, header a.nav-toggle:hover { border: 0 solid transparent; background-color: transparent; } header nav { font-weight: 700; overflow: hidden; width: 80vw; max-width: none; margin: 0 auto 1em; padding: 0; -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); text-align: left; letter-spacing: 1px; text-transform: uppercase; } header nav a { position: relative; z-index: 1; } header nav ul { width: 100%; text-align: left; } header nav ul.links { display: inline-block; overflow-y: visible; min-width: none; max-width: none; margin: 0; padding-top: 4px; padding-bottom: 4px; vertical-align: middle; width: 100%; } @media (max-width: 50em) { header nav ul { overflow: scroll; overflow-y: hidden; width: 100%; padding-top: 1em; white-space: nowrap; -webkit-overflow-scrolling: touch; float: none; width: 100%; height: calc(100vh - 20vw); padding: 0; /* padding-top:20vh; */ overflow: scroll; } } header nav ul::-webkit-scrollbar { display: none; } header nav ul li { list-style: none; display: inline-block; overflow: visible; margin: 0 0.2em; padding: 0 0.25em 0.25em; } header nav ul li:first-of-type { margin-left: 0; padding-left: 0; } @media (max-width: 50em) { header nav ul li:first-of-type { margin-top: 25vh; } } header nav ul li:last-of-type { margin-right: 0; } header nav ul li:last-of-type:after { content: ''; } header nav ul li:after { font-weight: 700; /* color: #333; */ } @media (max-width: 64em) { header nav ul li:after { visibility: hidden; } } header nav ul li.link a { line-height: 1; position: relative; padding-top: 0.2em; text-align: center; } header nav ul li.link a:hover { background-color: transparent; } @media (max-width: 50em) { header nav ul li.link a { display: inline-block; border: 2px solid transparent; } } @media (max-width: 64em) { header nav ul li { padding: 0; width: auto; } } @media (max-width: 50em) { header nav ul li { display: block; margin: 2em auto; text-align: center; } } @media (max-width: 50em) { header nav ul { float: none; width: 100vw; height: calc(100vh - 20vw); padding: 0; /* padding-top:20vh; */ overflow: scroll; } } @media (max-width: 50em) { header nav.closed { z-index: -99; } } @media (max-width: 50em) { header nav.opened { z-index: 1; } } @media (max-width: 64em) { header { width: 100vw; box-sizing: border-box; margin: 0; padding: 10px 10px 0; } } @media (max-width: 50em) { header { padding: 0 0; } } @media screen and (min-width: 50.5em) { .js .nav-collapse { position: relative; } .js .nav-collapse.closed { max-height: none; } .nav-toggle { display: none; } } .art .project { overflow: hidden; } .art .project a { position: relative; } .art .project figure::after { display: none; visibility: hidden; } @media (max-width: 50em) { .art .project:first-of-type { margin-top: 0; } } @media (max-width: 50em) { .art .project { width: calc(100% - 4px); } } .art li.project figure { width: 100%; } .art h1.title { /* font-size: 1.3em; */ margin-bottom: 1em; text-align: left; border-bottom: 0 transparent; } .art section.header { width: 100%; padding: 4em 7px; position: relative; } @media (max-width: 64em) { .art section.header { float: left; width: 100%; padding: 2rem 0; } } main { position: relative; display: block; float: none; -webkit-box-flex: 1; flex: 1; width: 80vw; max-width: none; margin: 0 auto auto; } main .default .text { text-align: left; } @media (max-width: 64em) { main .text { padding: 3em 20px; } } @media (max-width: 40em) { main { padding: 0; width: 95vw; } } @media print { main { width: 100%; margin: 0; } main:before { content: '<NAME>'; text-transform: uppercase; text-align: left; font-size: 14pt; font-weight: bold; } } .meta h4:first-of-type, .text h1:first-of-type, .text h2:first-of-type, .text h3:first-of-type, .text h4:first-of-type, section:first-of-type { margin-top: 0; } section { width: 100%; margin: auto; } @media (max-width: 64em) { section#projects { max-width: none; margin: 0 auto; padding-left: 0 !important; } } section + section { margin: 0 auto; } section aside.sub-block { position: fixed; z-index: 2; left: 11vw; width: 20%; padding: 1vw; border: 1px solid transparent; } section aside.sub-block:hover { border: 1px solid; background: #fff; } @media (max-width: 50em) { section aside.sub-block { position: relative; width: 50%; left: 2.5vw; top: 3vw; } } @media print { section aside.sub-block { position: relative; left: 0; top: 0; right: 0; margin-top: 10px; width: 40%; border: 0px solid; background: #fff; } } section aside .tagged-with { font-weight: 400; } section.everythingelse { float: left; } section.everythingelse section:last-of-type { padding-bottom: 30px; } section.everythingelse .project-container { float: left; width: 100%; padding: 0; } section.project-content { float: left; overflow: hidden; width: 50%; max-width: 45em; height: auto; margin-top: 0; margin-right: auto; padding: 0 0 0 1.2em; } section.project-content article { float: left; width: 100%; max-width: 30em; padding: 2.9em 0; } @media (max-width: 64em) { section.project-content article { width: 100%; } } section.project-content .meta { font-weight: 700; float: left; min-width: 150px; margin: 0; } @media (max-width: 64em) { section.project-content .meta { width: 100%; } } section.project-content.one1 { float: none; width: 72.3588907%; margin: auto auto auto 4.35em; padding: 0; } @media (max-width: 64em) { section.project-content.one1 { margin-left: 20px; width: 90%; } } @media (max-width: 64em) { section.project-content { width: 100%; margin: 0; padding: 0; max-width: none; float: none; margin: auto; margin-left: 20px; width: 90%; } } section.content { float: none; width: 100%; margin: 0 auto; padding: 0 2em; } section.content p:last-of-type { margin-bottom: 0; } @media (max-width: 64em) { section.content { padding: 0; } } section.header { float: left; width: 100%; padding: 2em 16px 2em 4.35em; } section.gallery { float: left; width: 100%; padding: 3rem 0; } section.gallery .project { width: 100%; margin: 0; padding: 0; cursor: default; border: 0; } section.gallery .project:hover { border: 0; } @media (max-width: 64em) { section.gallery .project { padding: 5px 0; } } section.gallery.hero { display: inline-block; vertical-align: middle; } section.gallery.hero figure { max-height: 100vh; } section.gallery.hero img { display: block; width: auto !important; max-width: 100%; max-height: 80vh; margin: auto; } @media (max-width: 64em) { section.gallery.hero { padding: 1.728rem 1.728rem .5rem; } } section.gallery.slider { overflow-x: scroll; overflow-y: hidden; width: 100%; padding-bottom: 0 !important; white-space: nowrap; background: #c2c0bb; -webkit-overflow-scrolling: touch; } section.gallery.slider .gallery-item { display: inline-block; width: auto; height: 100%; margin: 0.5em; vertical-align: middle; } section.gallery.slider img { width: auto; max-width: none; height: 25em; } @media (max-width: 64em) { section.gallery.slider img { height: 50vh; width: auto; max-width: none; margin: 0 .25em; } } section.gallery .grid figure { overflow: hidden; width: calc(50% - 4px); margin: 2px; cursor: pointer; -webkit-transition: width 0.15s; transition: width 0.15s; -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } section.gallery .grid:after { display: block; clear: both; content: ''; } section.gallery.one1 { width: 100%; margin: 0; } section.gallery.one1 .project:only-child { width: 100%; padding-right: 0 !important; padding-left: 0 !important; } section.gallery div.caption { /* font-size: .833em; */ padding: 0 1rem; } @media print { section.gallery { padding: 0; } } section ul.projects { overflow: hidden; width: 100%; height: 100%; margin: 2em auto; padding: 0; list-style-type: none; } section .projects .grid-item, section .projects .grid-sizer { width: 100%; margin: 0 0 2em; } section .projects .grid-item img { display: block; max-width: 80vw; max-height: 80vh; margin: 10vh auto; } @media (max-width: 50em) { section .projects .grid-item img { max-width: 95vw; } } section .projects figure { position: relative; } section .video-container { position: relative; overflow: hidden; height: 0; } section .video-container .iphone5-hor, section .video-container .v16x9 { padding-bottom: 56.25%; } section .video-container .v4x3 { padding-bottom: 75%; } section .video-container .iphone5-vert { padding-bottom: 177.8%; } section .video-container iframe, section .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } @media (max-width: 70em) { section { width: 100%; } } .grid-item, .grid-sizer { width: calc(50% - 5px); margin: 5px 0; } @media (max-width: 64em) { .grid-item, .grid-sizer { width: 100%; margin: 0; } } .gutter-sizer { float: none; width: 10px; margin: 0; } .gutter-sizer:after { float: none; } .home main { width: 100%; } .home main a { display: block; float: left; width: auto; height: auto; margin: 0 0 15% 0; position: relative; } .home main a:hover { z-index: 500; } .home main a:nth-of-type(1n) { margin-left: 1%; margin-top: -3%; } .home main a:nth-of-type(2n) { margin-left: 18%; margin-top: -3%; } .home main a:nth-of-type(4n) { margin-left: 13%; margin-top: -30%; } .home main a:nth-of-type(5n) { margin-left: 10%; margin-top: -10%; } .home main a:nth-of-type(6n) { margin-left: 19%; margin-top: -23%; } .home main a:nth-of-type(7n) { margin-left: 19%; margin-top: -27%; } .home main a:nth-of-type(8n) { margin-left: 5%; margin-top: -11%; } .home main a:nth-of-type(9n) { margin-left: 24%; margin-top: -29%; } .home main a:nth-of-type(10n) { margin-left: 27%; margin-top: -18%; } .home main figure { margin: 0; width: 45%; text-align: right; } .home main figure img { max-width: 20vw; min-width: 5vw; max-height: 80vh; } figure figcaption { font-size: 0.75em; margin-top: 10px; margin-bottom: 0; } figure:hover figcaption { display: inline-block; } .userisLoggedIn { margin-top: 3em; } .userisLoggedIn header { padding-top: 0; } .privatenav { width: 100vw; background-color: white; position: relative; height: 3em; padding: 1em 0; font-size: 0.75em; margin-bottom: 0.5em; box-shadow: inset 0 -0.4em 0.6em -0.6em #8b2012; } .privatenav nav { margin-bottom: 0; height: 1em; } .privatenav nav .logout { text-align: right; float: right; } .privatenav nav ul.items { height: 1em; float: left; width: 50%; } .privatenav nav ul.items li { padding: 0; margin-bottom: 0; margin-right: 2em; height: 1em; } .login main { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; -webkit-box-flex: 1; flex: 1; text-align: center; } .login main > div { width: 100%; height: 100%; } .login .alert { color: #1e1e64; border: 1px solid #f4b1a8; background: #fadad5; padding: 1em; box-sizing: border-box; font-weight: 800; width: 25%; margin: auto; display: inline-block; margin-bottom: 1rem; } .login h1 { text-transform: uppercase; margin-bottom: 1em; } .login section { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; -webkit-box-flex: 1; flex: 1; width: 100%; height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; } .login form { -webkit-box-flex: 0; flex-grow: 0; width: 25%; padding: 1em; border: 1px solid #f4b1a8; margin: auto; font-size: 1rem; } .login form label { display: block; text-transform: uppercase; font-weight: bold; font-size: 0.66666em; } .login form input { display: block; width: 100%; padding: 1em 0.66em; font-size: 1rem; outline: 0; box-sizing: border-box; margin-bottom: 1em; border: 1px solid #f4b1a8; font-family: "atc_harris", monospace; } .login form input:focus { border-bottom-width: 3px; } .login form input[type='submit'] { background-color: #f4b1a8; cursor: pointer; } form.queries input[type='search'] { width: 100%; padding: 0.5em 0; border: 0; border-bottom: 2px solid; font-size: 2em; font-family: "atc_harris", monospace; color: #f4b1a8; margin-bottom: 1em; } form.queries input:focus { outline: 0; } table.results { table-layout: fixed; margin-bottom: 4em; } table.results th.invNo { width: 10%; } table.results th.figure { width: 20%; } table.results td { vertical-align: top; } a.panel-button { padding: 1em; background: #f4b1a8; border-radius: 3px; font-weight: bold; margin-top: 3em; color: #FFF; display: inline-block; } .timeline { position: relative; z-index: 0; float: left; width: 100%; height: 100px; margin: 0; padding: 10px 0; text-align: center; background: #fffffa; } .timeline .newer, .timeline .older { position: absolute; display: block; width: 50px; margin: 0; /* padding: 8px 0; */ text-align: center; } .timeline .newer { left: 0; } .timeline .older { right: 0; } .timeline .newer a, .timeline .older a { background: #f4b1a8; background: -webkit-gradient(linear, left top, left bottom, color-stop(85vh, #f4b1a8), color-stop(97vh, rgba(244, 177, 168, 0)), color-stop(100vh, rgba(244, 177, 168, 0))); background: linear-gradient(to bottom, #f4b1a8 85vh, rgba(244, 177, 168, 0) 97vh, rgba(244, 177, 168, 0) 100vh); display: block; width: 50px; height: 50px; padding-top: calc(25px - .8em); font-size: 2em; color: #FFF; border-radius: 50px; background-attachment: fixed; } @media print { .timeline { display: none; } } @media (max-width: 64em) { .hideonsmall { display: none !important; } } @-webkit-keyframes slideOutUp { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes slideOutUp { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @-webkit-keyframes slideInDown { 0% { visibility: visible; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInDown { 0% { visibility: visible; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @media print { body, html { max-width: 7in; } body { margin: 0; } header { display: none; visibility: hidden; } .print { display: none; } main section.content { padding: 0; } main .default .text { max-width: 100%; width: 100%; padding: 0; } }
0.545528
0.160365
body.app-mode > #header { display: none !important; } /* remove background */ body.app-mode.notebook_app { background-color: white; } /* make full width */ body.app-mode #site { max-width: 100vw; overflow-x: hidden; } body.app-mode #notebook { padding: 0; } /* remove shadow and make full width */ body.app-mode #notebook-container { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; overflow-x: hidden; overflow-y: hidden; width: 100%; margin: 0; padding: 0; } /* hide all cells... */ body.app-mode div.cell { display: none; } /* remove borders of selected cells */ body.app-mode div.cell.selected { border-width: 0; } body.app-mode div.cell.selected::before { display: none; } /* ...except for app-view */ body.app-mode div.cell.app-view { display: block; width: 100%; margin-left: 0; height: auto; padding: 0; } /* hide input area of cells */ body.app-mode div.cell .input, body.app-mode div.cell .out_prompt_overlay, body.app-mode div.cell .output_area .prompt { display: none; } /* remove padding and and hide scroll bars */ body.app-mode .app-view .output > .output_area > .output_subarea { padding: 0 !important; overflow: hidden; } /* give content some padding, needs to be added manually */ body.app-mode .app-view-content { padding: 0 50px 0 50px; } /* make appbox (main box of app) full width */ body.app-mode .app-appbox > .widget-vbox { width: 100%; } /* some utility classes */ .width-100 { width: 100%; } .width-80 { width: 80%; } .width-60 { width: 60%; } .width-40 { width: 40%; } .width-20 { width: 20%; } .width-0 { width: 0%; } /* Hide checkbox for composer */ .composer-workarea > div.duo--Checkbox-wrapper { display: none; } /* dont show scrollbar */ body.app-mode .p-Widget { overflow: visible !important; } /* Restart button and restart overlay */ #restart-button-container { display: none; position: absolute; bottom: 10px; right: 10px; z-index: 9998; } body.app-mode #restart-button-container { display: block; } #restart-overlay { background-color: rgba(0, 0, 0, 0.8); z-index: 9999; padding: 20px; position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; } #restart-overlay h1 { color: white; font-size: 40px; } /* QR-Code Container */ #qrcode-container { position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; display: none; flex-direction: column; justify-content: center; background-color: rgba(0, 0, 0, 0.7); z-index: 3000; } #qrcode-container.active { display: flex; } #qrcode-container #qrcode { width: 100%; display: flex; flex-direction: row; justify-content: center; flex: 0 0 auto; } #qrcode-container #qrcode img { flex: 0 0 auto; max-width: 60vw; max-height: 60vh; border-color: white; border-style: solid; border-width: 20px; } #qrcode-container a { text-align: center; }
qoffeefrontend/app.css
body.app-mode > #header { display: none !important; } /* remove background */ body.app-mode.notebook_app { background-color: white; } /* make full width */ body.app-mode #site { max-width: 100vw; overflow-x: hidden; } body.app-mode #notebook { padding: 0; } /* remove shadow and make full width */ body.app-mode #notebook-container { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; overflow-x: hidden; overflow-y: hidden; width: 100%; margin: 0; padding: 0; } /* hide all cells... */ body.app-mode div.cell { display: none; } /* remove borders of selected cells */ body.app-mode div.cell.selected { border-width: 0; } body.app-mode div.cell.selected::before { display: none; } /* ...except for app-view */ body.app-mode div.cell.app-view { display: block; width: 100%; margin-left: 0; height: auto; padding: 0; } /* hide input area of cells */ body.app-mode div.cell .input, body.app-mode div.cell .out_prompt_overlay, body.app-mode div.cell .output_area .prompt { display: none; } /* remove padding and and hide scroll bars */ body.app-mode .app-view .output > .output_area > .output_subarea { padding: 0 !important; overflow: hidden; } /* give content some padding, needs to be added manually */ body.app-mode .app-view-content { padding: 0 50px 0 50px; } /* make appbox (main box of app) full width */ body.app-mode .app-appbox > .widget-vbox { width: 100%; } /* some utility classes */ .width-100 { width: 100%; } .width-80 { width: 80%; } .width-60 { width: 60%; } .width-40 { width: 40%; } .width-20 { width: 20%; } .width-0 { width: 0%; } /* Hide checkbox for composer */ .composer-workarea > div.duo--Checkbox-wrapper { display: none; } /* dont show scrollbar */ body.app-mode .p-Widget { overflow: visible !important; } /* Restart button and restart overlay */ #restart-button-container { display: none; position: absolute; bottom: 10px; right: 10px; z-index: 9998; } body.app-mode #restart-button-container { display: block; } #restart-overlay { background-color: rgba(0, 0, 0, 0.8); z-index: 9999; padding: 20px; position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; } #restart-overlay h1 { color: white; font-size: 40px; } /* QR-Code Container */ #qrcode-container { position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; display: none; flex-direction: column; justify-content: center; background-color: rgba(0, 0, 0, 0.7); z-index: 3000; } #qrcode-container.active { display: flex; } #qrcode-container #qrcode { width: 100%; display: flex; flex-direction: row; justify-content: center; flex: 0 0 auto; } #qrcode-container #qrcode img { flex: 0 0 auto; max-width: 60vw; max-height: 60vh; border-color: white; border-style: solid; border-width: 20px; } #qrcode-container a { text-align: center; }
0.333395
0.042325
.mx_FilePanel { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; -webkit-flex: 1 1 0; flex: 1 1 0; width: 100%; overflow-y: auto; } .mx_FilePanel .mx_RoomView_messageListWrapper { margin-right: 20px; } .mx_FilePanel .mx_RoomView_MessageList h2 { display: none; } /* FIXME: rather than having EventTile's default CSS be for MessagePanel, we should make EventTile a base CSS class and customise it specifically for usage in {Message,File,Notification}Panel. */ .mx_FilePanel .mx_EventTile_avatar { display: none; } /* Overrides for the attachment body tiles */ .mx_FilePanel .mx_EventTile .mx_MImageBody { margin-right: 0px; } .mx_FilePanel .mx_EventTile .mx_MImageBody_download { display: flex; font-size: 14px; color: #acacac; } .mx_FilePanel .mx_EventTile .mx_MImageBody_downloadLink { flex: 1 1 auto; color: #747474; word-wrap: break-word; } .mx_FilePanel .mx_EventTile .mx_MImageBody_size { flex: 1 0 0; font-size: 11px; text-align: right; white-space: nowrap; } /* Overides for the sender details line */ .mx_FilePanel .mx_EventTile_senderDetails { display: flex; margin-top: -2px; } .mx_FilePanel .mx_EventTile_senderDetailsLink { text-decoration: none; } .mx_FilePanel .mx_EventTile .mx_SenderProfile { flex: 1 1 auto; line-height: initial; padding: 0px; font-size: 11px; opacity: 1.0; color: #acacac; word-wrap: break-word; } .mx_FilePanel .mx_EventTile .mx_MessageTimestamp { flex: 1 0 0; text-align: right; visibility: visible; position: initial; font-size: 11px; opacity: 1.0; color: #acacac; } /* Overrides for the wrappers around the body tile */ .mx_FilePanel .mx_EventTile_line { margin-right: 0px; padding-left: 0px; } .mx_FilePanel .mx_EventTile:hover .mx_EventTile_line { background-color: #fff; } .mx_FilePanel .mx_EventTile_selected .mx_EventTile_line { padding-left: 0px; }
src/skins/vector/css/matrix-react-sdk/structures/FilePanel.css
.mx_FilePanel { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; -webkit-flex: 1 1 0; flex: 1 1 0; width: 100%; overflow-y: auto; } .mx_FilePanel .mx_RoomView_messageListWrapper { margin-right: 20px; } .mx_FilePanel .mx_RoomView_MessageList h2 { display: none; } /* FIXME: rather than having EventTile's default CSS be for MessagePanel, we should make EventTile a base CSS class and customise it specifically for usage in {Message,File,Notification}Panel. */ .mx_FilePanel .mx_EventTile_avatar { display: none; } /* Overrides for the attachment body tiles */ .mx_FilePanel .mx_EventTile .mx_MImageBody { margin-right: 0px; } .mx_FilePanel .mx_EventTile .mx_MImageBody_download { display: flex; font-size: 14px; color: #acacac; } .mx_FilePanel .mx_EventTile .mx_MImageBody_downloadLink { flex: 1 1 auto; color: #747474; word-wrap: break-word; } .mx_FilePanel .mx_EventTile .mx_MImageBody_size { flex: 1 0 0; font-size: 11px; text-align: right; white-space: nowrap; } /* Overides for the sender details line */ .mx_FilePanel .mx_EventTile_senderDetails { display: flex; margin-top: -2px; } .mx_FilePanel .mx_EventTile_senderDetailsLink { text-decoration: none; } .mx_FilePanel .mx_EventTile .mx_SenderProfile { flex: 1 1 auto; line-height: initial; padding: 0px; font-size: 11px; opacity: 1.0; color: #acacac; word-wrap: break-word; } .mx_FilePanel .mx_EventTile .mx_MessageTimestamp { flex: 1 0 0; text-align: right; visibility: visible; position: initial; font-size: 11px; opacity: 1.0; color: #acacac; } /* Overrides for the wrappers around the body tile */ .mx_FilePanel .mx_EventTile_line { margin-right: 0px; padding-left: 0px; } .mx_FilePanel .mx_EventTile:hover .mx_EventTile_line { background-color: #fff; } .mx_FilePanel .mx_EventTile_selected .mx_EventTile_line { padding-left: 0px; }
0.268749
0.046378
@charset "utf-8"; /* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 所有网站通用模块,可根据自身网站修改 */ /* 通用信息列表 */ .infoList { text-align: left; } .infoList li { height: 30px; line-height: 30px; overflow: hidden; padding:0 5px; } .infoList li a { padding-left: 16px; background: url(../img/icons.png) 0 7px no-repeat; } .infoList li .date { font-size: 14px; margin-left: 15px; float: right; color: #999; } .infoList li .node { color: #f00; margin-right: 5px; } .infoList-arrow li a{ background-position: 0 -1282px; } .infoList-letter li{ height: 32px; line-height: 32px; } .infoList-letter li a{ background-position: 0 -87px; padding-left: 23px; } .infoList-idea li a{background-position: 0 -162px;padding-left: 19px;} .infoList-2, .infoList-4{ overflow:hidden; padding:0 5px;} .infoList-2 li{ padding:0; width:49.5%; float:left;} .infoList-4 li{padding:0; width:24.9%; float:left;} /* 通用带图片的信息列表_普通式 */ .picList li { text-align: center; } .picList li .pic img { width: 95px; height: 125px; padding: 4px; border: 1px solid #ddd; background: #fff; } .picList li .pic a:hover img { border-color: #aaa; } .picList li .title { padding-top: 5px; } /* 通用带图片的信息列表_普通式 - 横排浮动 */ .picListFl { margin-right: -2%; overflow: hidden; zoom: 1; } .picListFl li { width: 23%; margin-right: 2%; text-align: center; float: left; _display: inline; overflow: hidden; } .picListFl li .pic { overflow: hidden } .picListFl li .pic img { width: 100%; transition: 200ms; -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; height:auto } .picListFl li .title { font-size: 14px; padding-top: 8px; max-height: 56px; } .picListFl li:hover .pic img { transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); } .picListFl-5 li{ width:18% } .picListFl-5 li img{ height:auto } /* 内容带图片的信息列表_普通式 - 左图片右文字 */ .txtPicList li { overflow: hidden; padding-bottom: 10px; margin-bottom: 10px; } .txtPicList li .pic { width: 96px; float: left; } .txtPicList li .pic img { width: 90px; height: 90px; padding: 2px; border: 1px solid #ddd; background: #fff; } .txtPicList li .pic a:hover img { border-color: #aaa; } .txtPicList li .con { width: 230px; float: left; padding-left: 8px; } .txtPicList li .title { height: 28px; line-height: 28px; font-size: 14px; color: #c30000; font-weight: bold; } .txtPicList li .title a { color: #c30000; } .txtPicList li .intro { color: #666; line-height: 20px; } .txtPicList li .intro .more { color: #c30000; font-size: 12px; } /* 内容带图片的信息列表_普通式 - 上图片下文字 */ .txtPicListB li .pic img { width: 190px; height: 120; padding: 4px; border: 1px solid #ddd; background: #fff; } .txtPicListB li .pic a:hover img { border-color: #aaa; } .txtPicListB li .title { height: 28px; line-height: 28px; font-weight: bold; } .txtPicListB li .title a { color: #9b770a; } .txtPicListB li .intro { color: #666; } .txtPicListB li .intro .more { color: #f60; } /* 头条图文信息列表_普通式 */ .topicList .t { padding-bottom: 12px; margin-bottom: 12px; border-bottom:1px dotted #ccc; } .topicList .t .title { font-size: 18px; height:30px; line-height:30px; overflow:hidden; text-align:center; font-weight:bold; margin-bottom:8px; } .topicList .t .tit { color: #3069B8; } .topicList .t .tit:hover { color: #c30000 } .topicList .t .intro { font-size: 12px; color: #999; text-align: left; line-height: 24px; height:48px; overflow:hidden; } .topicList .t .intro .more { color: #c30000; } .topicList .n { height: 30px; line-height: 30px; overflow: hidden; padding: 0 10px 0 0; } .topicList .n .tit { padding-left: 14px; background: url(../img/icons.png) 0 7px no-repeat; } .topicList .n .date { float: right; color: #999; margin-left: 10px; } /* 有图片时追加的类 class="topicList topicHasPic" */ .topicHasPic .t { position: relative; overflow: hidden; zoom: 1; border-bottom: 1px dashed #ccc; } .topicHasPic .pic { width: 160px; margin-right: 20px; float: left; } .topicHasPic .pic img { width: 100%; /* height: 120px; */ } .topicHasPic .pic a:hover img { border-color: #aaa; } .topicHasPic .con { overflow: hidden; zoom: 1; } /* 焦点图切换-广告 */ .slideBox { overflow: hidden; position: relative; } .slideBox .hd { padding-top:10px; text-align:center; height:6px; overflow:hidden; } .slideBox .hd ul li { font-size: 0; line-height:100px; display:inline-block; *display:inline; zoom:1; vertical-align:top; margin: 0 2px; width: 6px; height: 6px; background: #ccc; cursor: pointer; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms; } .slideBox .hd ul li.on { background: #CD3333; width:15px; } .slideBox .bd { position: relative; z-index: 0; } .slideBox .bd .pic img{ height:100px; width:100% } .slideBox .bd .con { display: none; } /* 焦点图切换-新闻内容 */ .focusBox { margin-bottom: 15px; overflow: hidden; position: relative; text-align: center; } .focusBox .hd { position: absolute; width:100%; z-index: 1; left: 0; height:6px; overflow:hidden; bottom: 46px; } .focusBox .hd ul { overflow: hidden; zoom: 1; } .focusBox .hd ul li { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0 2px; width: 6px; height: 6px; line-height: 6px; background: #ccc; cursor: pointer; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms; } .focusBox .hd ul li.on { background: #CD3333; width:15px; color: #fff; } .focusBox .hd ul li span { display: none; } .focusBox .bd { position: relative; overflow: hidden; } .focusBox .bd li { position: relative; } .focusBox .bd .pic { position: relative; z-index: 0; line-height: 0; } .focusBox .bd .pic img { width: 100%; height: 280px; border: 0; } .focusBox .bd .con { position: absolute; width: 100%; z-index: 1; bottom: 0; height: 48px; line-height: 48px; text-align: center; } .focusBox .bd .con .title { position: absolute; width: 100%; bottom: 0; left: 0; z-index: 1; height: 100%; overflow: hidden; font-size:16px; color:#fff; } .focusBox .bd .con .title a { color: #fff; padding-left: 10px; text-decoration: none; } .focusBox .bd .con .titleBg { position: absolute; width: 100%; z-index: 0; bottom: 0; left: 0; background: #000; filter: alpha(opacity=60); opacity: 0.6; height: 48px; padding-top:20px; } /* url_方块样式分页 */ .page { font-size: 0; text-align: center; padding: 25px 0; clear: both; overflow:hidden; } .page a, .page span { font-size: 14px; display:inline-block; _display: inline; zoom: 1; border: 1px solid #E1E1E1; padding: 0px 11px; margin: 0 3px 5px 0; line-height: 32px; height: 32px; } .page a:hover, .page span:hover { border: 1px solid #1258AD; text-decoration: none; color: #1258AD; } .page .current { background: #1258AD; border: 1px solid #1258AD; color: #fff !important; font-weight: bold; } .page select, .page input { margin: 0 4px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle; } .page input { text-align: center; padding: 0 4px; outline: none; } /*-- 网站地图 --*/ .siteMap { padding: 30px; overflow: hidden; zoom: 1; } .siteMap .li1 { margin-bottom: 20px; } .siteMap .h1 { height: 44px; line-height: 44px; background: #f6f6f6; } .siteMap .h1 .a1 { font: normal 18px/44px "Microsoft YaHei"; _font-weight: bold; color: #0068B7; padding-left: 15px; } .siteMap .ul1 { padding: 10px 20px; zoom: 1; } .siteMap .li2 { display: inline-block; *display: inline; zoom: 1; padding-right: 50px; vertical-align: top; padding-bottom: 5px; } .siteMap .a2 { color: #666; } .siteMap .ul2 { padding: 0 0 20px 0; } .siteMap .li3 { line-height: 18px; display: inline-block; *display: inline; zoom: 1; } .siteMap .a3 { color: #999; padding-right: 10px; margin-right: 10px; border-right: 1px solid #ddd; } .siteMap .last3 .a3 { border-right: 0; } .siteMap #liID41 .li2 { display: block; } .sideFixed{ display:none } /*-- 颜色代码 #1E72B4 深蓝色标题 #C4DEF8 淡蓝色边框 --*/
img/module.css
@charset "utf-8"; /* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 所有网站通用模块,可根据自身网站修改 */ /* 通用信息列表 */ .infoList { text-align: left; } .infoList li { height: 30px; line-height: 30px; overflow: hidden; padding:0 5px; } .infoList li a { padding-left: 16px; background: url(../img/icons.png) 0 7px no-repeat; } .infoList li .date { font-size: 14px; margin-left: 15px; float: right; color: #999; } .infoList li .node { color: #f00; margin-right: 5px; } .infoList-arrow li a{ background-position: 0 -1282px; } .infoList-letter li{ height: 32px; line-height: 32px; } .infoList-letter li a{ background-position: 0 -87px; padding-left: 23px; } .infoList-idea li a{background-position: 0 -162px;padding-left: 19px;} .infoList-2, .infoList-4{ overflow:hidden; padding:0 5px;} .infoList-2 li{ padding:0; width:49.5%; float:left;} .infoList-4 li{padding:0; width:24.9%; float:left;} /* 通用带图片的信息列表_普通式 */ .picList li { text-align: center; } .picList li .pic img { width: 95px; height: 125px; padding: 4px; border: 1px solid #ddd; background: #fff; } .picList li .pic a:hover img { border-color: #aaa; } .picList li .title { padding-top: 5px; } /* 通用带图片的信息列表_普通式 - 横排浮动 */ .picListFl { margin-right: -2%; overflow: hidden; zoom: 1; } .picListFl li { width: 23%; margin-right: 2%; text-align: center; float: left; _display: inline; overflow: hidden; } .picListFl li .pic { overflow: hidden } .picListFl li .pic img { width: 100%; transition: 200ms; -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; height:auto } .picListFl li .title { font-size: 14px; padding-top: 8px; max-height: 56px; } .picListFl li:hover .pic img { transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); } .picListFl-5 li{ width:18% } .picListFl-5 li img{ height:auto } /* 内容带图片的信息列表_普通式 - 左图片右文字 */ .txtPicList li { overflow: hidden; padding-bottom: 10px; margin-bottom: 10px; } .txtPicList li .pic { width: 96px; float: left; } .txtPicList li .pic img { width: 90px; height: 90px; padding: 2px; border: 1px solid #ddd; background: #fff; } .txtPicList li .pic a:hover img { border-color: #aaa; } .txtPicList li .con { width: 230px; float: left; padding-left: 8px; } .txtPicList li .title { height: 28px; line-height: 28px; font-size: 14px; color: #c30000; font-weight: bold; } .txtPicList li .title a { color: #c30000; } .txtPicList li .intro { color: #666; line-height: 20px; } .txtPicList li .intro .more { color: #c30000; font-size: 12px; } /* 内容带图片的信息列表_普通式 - 上图片下文字 */ .txtPicListB li .pic img { width: 190px; height: 120; padding: 4px; border: 1px solid #ddd; background: #fff; } .txtPicListB li .pic a:hover img { border-color: #aaa; } .txtPicListB li .title { height: 28px; line-height: 28px; font-weight: bold; } .txtPicListB li .title a { color: #9b770a; } .txtPicListB li .intro { color: #666; } .txtPicListB li .intro .more { color: #f60; } /* 头条图文信息列表_普通式 */ .topicList .t { padding-bottom: 12px; margin-bottom: 12px; border-bottom:1px dotted #ccc; } .topicList .t .title { font-size: 18px; height:30px; line-height:30px; overflow:hidden; text-align:center; font-weight:bold; margin-bottom:8px; } .topicList .t .tit { color: #3069B8; } .topicList .t .tit:hover { color: #c30000 } .topicList .t .intro { font-size: 12px; color: #999; text-align: left; line-height: 24px; height:48px; overflow:hidden; } .topicList .t .intro .more { color: #c30000; } .topicList .n { height: 30px; line-height: 30px; overflow: hidden; padding: 0 10px 0 0; } .topicList .n .tit { padding-left: 14px; background: url(../img/icons.png) 0 7px no-repeat; } .topicList .n .date { float: right; color: #999; margin-left: 10px; } /* 有图片时追加的类 class="topicList topicHasPic" */ .topicHasPic .t { position: relative; overflow: hidden; zoom: 1; border-bottom: 1px dashed #ccc; } .topicHasPic .pic { width: 160px; margin-right: 20px; float: left; } .topicHasPic .pic img { width: 100%; /* height: 120px; */ } .topicHasPic .pic a:hover img { border-color: #aaa; } .topicHasPic .con { overflow: hidden; zoom: 1; } /* 焦点图切换-广告 */ .slideBox { overflow: hidden; position: relative; } .slideBox .hd { padding-top:10px; text-align:center; height:6px; overflow:hidden; } .slideBox .hd ul li { font-size: 0; line-height:100px; display:inline-block; *display:inline; zoom:1; vertical-align:top; margin: 0 2px; width: 6px; height: 6px; background: #ccc; cursor: pointer; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms; } .slideBox .hd ul li.on { background: #CD3333; width:15px; } .slideBox .bd { position: relative; z-index: 0; } .slideBox .bd .pic img{ height:100px; width:100% } .slideBox .bd .con { display: none; } /* 焦点图切换-新闻内容 */ .focusBox { margin-bottom: 15px; overflow: hidden; position: relative; text-align: center; } .focusBox .hd { position: absolute; width:100%; z-index: 1; left: 0; height:6px; overflow:hidden; bottom: 46px; } .focusBox .hd ul { overflow: hidden; zoom: 1; } .focusBox .hd ul li { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0 2px; width: 6px; height: 6px; line-height: 6px; background: #ccc; cursor: pointer; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms; } .focusBox .hd ul li.on { background: #CD3333; width:15px; color: #fff; } .focusBox .hd ul li span { display: none; } .focusBox .bd { position: relative; overflow: hidden; } .focusBox .bd li { position: relative; } .focusBox .bd .pic { position: relative; z-index: 0; line-height: 0; } .focusBox .bd .pic img { width: 100%; height: 280px; border: 0; } .focusBox .bd .con { position: absolute; width: 100%; z-index: 1; bottom: 0; height: 48px; line-height: 48px; text-align: center; } .focusBox .bd .con .title { position: absolute; width: 100%; bottom: 0; left: 0; z-index: 1; height: 100%; overflow: hidden; font-size:16px; color:#fff; } .focusBox .bd .con .title a { color: #fff; padding-left: 10px; text-decoration: none; } .focusBox .bd .con .titleBg { position: absolute; width: 100%; z-index: 0; bottom: 0; left: 0; background: #000; filter: alpha(opacity=60); opacity: 0.6; height: 48px; padding-top:20px; } /* url_方块样式分页 */ .page { font-size: 0; text-align: center; padding: 25px 0; clear: both; overflow:hidden; } .page a, .page span { font-size: 14px; display:inline-block; _display: inline; zoom: 1; border: 1px solid #E1E1E1; padding: 0px 11px; margin: 0 3px 5px 0; line-height: 32px; height: 32px; } .page a:hover, .page span:hover { border: 1px solid #1258AD; text-decoration: none; color: #1258AD; } .page .current { background: #1258AD; border: 1px solid #1258AD; color: #fff !important; font-weight: bold; } .page select, .page input { margin: 0 4px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle; } .page input { text-align: center; padding: 0 4px; outline: none; } /*-- 网站地图 --*/ .siteMap { padding: 30px; overflow: hidden; zoom: 1; } .siteMap .li1 { margin-bottom: 20px; } .siteMap .h1 { height: 44px; line-height: 44px; background: #f6f6f6; } .siteMap .h1 .a1 { font: normal 18px/44px "Microsoft YaHei"; _font-weight: bold; color: #0068B7; padding-left: 15px; } .siteMap .ul1 { padding: 10px 20px; zoom: 1; } .siteMap .li2 { display: inline-block; *display: inline; zoom: 1; padding-right: 50px; vertical-align: top; padding-bottom: 5px; } .siteMap .a2 { color: #666; } .siteMap .ul2 { padding: 0 0 20px 0; } .siteMap .li3 { line-height: 18px; display: inline-block; *display: inline; zoom: 1; } .siteMap .a3 { color: #999; padding-right: 10px; margin-right: 10px; border-right: 1px solid #ddd; } .siteMap .last3 .a3 { border-right: 0; } .siteMap #liID41 .li2 { display: block; } .sideFixed{ display:none } /*-- 颜色代码 #1E72B4 深蓝色标题 #C4DEF8 淡蓝色边框 --*/
0.286668
0.105073
body,html { padding: 0; margin: 0; background-color: #F6F6F6; overflow: hidden; } .top{ width: 980px; height: 40px; text-align: center; margin:0 auto; } .main{ /*background-color: #63B12A;*/ /*border:1px solid black;*/ width: 100%; height:600px; top:50px; right:200px; } .main .content { width: 1280px; height: 600px; background: url(../images/loginBckA.png) no-repeat,url(../images/loginBckC.png) no-repeat; background-size:contain; margin: 0 auto; position: relative; } .main .content .notice { position: absolute; width: 400px; height:500px; top: 50px; left: 200px; } /***login begin***/ .main .content .login{ background-color: white; filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; padding: 10px; position: absolute; width: 350px; height:480px; top: 50px; right: 200px; } .main .content .login .login-header{ background: url(../images/blackLogo.png) no-repeat left center; background-size:80%; background-position-x: 35px; padding-top: 5px; padding-bottom: 5px; height:120px; } .main .content .login .login-username{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .login .login-password{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .login .login-remember-me{ padding-top: 5px; padding-bottom: 5px; padding-left: 35px; height:60px; } .main .content .login .login-button{ padding-left: 25px; padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .login .login-footer{ padding-top: 5px; padding-bottom: 5px; height:60px; } /***login end***/ /***register begin***/ .main .content .register{ background-color: white; filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; padding: 10px; /*border:1px solid black;*/ position: absolute; width: 350px; height:480px; top: 50px; right: 200px; } .main .content .register .register-header{ background: url(../images/blackLogo.png) no-repeat left center; background-size:80%; background-position-x: 35px; padding-top: 5px; padding-bottom: 5px; height:120px; } .main .content .register .register-username{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .register .register-password{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .register .register-rePassword{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .register .register-button{ padding-left: 25px; padding-top: 25px; padding-bottom: 5px; height:40px; } .main .content .register .register-footer{ padding-top: 5px; padding-bottom: 5px; height:60px; } /***register end***/ /***changePass begin***/ .main .content .changePass{ background-color: white; filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; padding: 10px; /*border:1px solid black;*/ position: absolute; width: 350px; height:480px; top: 50px; right: 200px; } .main .content .changePass .changePass-header{ background: url(../images/blackLogo.png) no-repeat left center; background-size:80%; background-position-x: 35px; padding-top: 5px; padding-bottom: 5px; height:120px; } .main .content .changePass .changePass-username{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .changePass .changePass-sendCode{ margin-bottom: -15px; color: #009f95; font-size: 13px; font-weight: 600; float: right; padding-top: 5px; padding-bottom: 5px; right: 0; height:30px; line-height: 30px; width: 70px; } .main .content .changePass .changePass-password{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .changePass .changePass-code{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .changePass .changePass-button{ padding-left: 25px; padding-top: 25px; padding-bottom: 5px; height:40px; } .main .content .changePass .changePass-footer{ padding-top: 5px; padding-bottom: 5px; height:60px; } /***changePass end***/ /****login and register common part begin***/ .main .main-footer-left{ line-height: 70px; position: absolute; width: 100px; left: 50px; text-align: left; font-size: 14px; color:#009f95; font-weight: 600; } .main .main-footer-right{ line-height: 70px; position: absolute; right: 50px; width: 100px; text-align: right; font-size: 14px; color:#009f95; font-weight: 600; } .main .input-ico{ position: relative; left: 10px; width: 50px; height: 50px; line-height: 50px; padding: 5px; } .main .main-input-outside{ position: relative; left:70px; top:-50px; width: 250px; height: 50px; } .main .main-input-inner{ width: 250px; height: 40px; border-width: 0; border-bottom: 1px solid #b2b2b2; font-size:14px; font-weight:bold; } /****login and register common part begin***/ .lawn{ width: 1280px; height: 100px; top:640px; margin:0 auto; color: #b2b2b2; text-align: center; } .footer-backPic{ background: url(../images/footer.png) no-repeat left center; background-size:100%; width: 900px; height: 50px; margin:0 auto; line-height: 20px; } .footer .description{ padding:5px; } .footer .copyright{ padding:5px; }
minsx-authorization-starter/src/main/resources/static/css/login.css
body,html { padding: 0; margin: 0; background-color: #F6F6F6; overflow: hidden; } .top{ width: 980px; height: 40px; text-align: center; margin:0 auto; } .main{ /*background-color: #63B12A;*/ /*border:1px solid black;*/ width: 100%; height:600px; top:50px; right:200px; } .main .content { width: 1280px; height: 600px; background: url(../images/loginBckA.png) no-repeat,url(../images/loginBckC.png) no-repeat; background-size:contain; margin: 0 auto; position: relative; } .main .content .notice { position: absolute; width: 400px; height:500px; top: 50px; left: 200px; } /***login begin***/ .main .content .login{ background-color: white; filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; padding: 10px; position: absolute; width: 350px; height:480px; top: 50px; right: 200px; } .main .content .login .login-header{ background: url(../images/blackLogo.png) no-repeat left center; background-size:80%; background-position-x: 35px; padding-top: 5px; padding-bottom: 5px; height:120px; } .main .content .login .login-username{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .login .login-password{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .login .login-remember-me{ padding-top: 5px; padding-bottom: 5px; padding-left: 35px; height:60px; } .main .content .login .login-button{ padding-left: 25px; padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .login .login-footer{ padding-top: 5px; padding-bottom: 5px; height:60px; } /***login end***/ /***register begin***/ .main .content .register{ background-color: white; filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; padding: 10px; /*border:1px solid black;*/ position: absolute; width: 350px; height:480px; top: 50px; right: 200px; } .main .content .register .register-header{ background: url(../images/blackLogo.png) no-repeat left center; background-size:80%; background-position-x: 35px; padding-top: 5px; padding-bottom: 5px; height:120px; } .main .content .register .register-username{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .register .register-password{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .register .register-rePassword{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .register .register-button{ padding-left: 25px; padding-top: 25px; padding-bottom: 5px; height:40px; } .main .content .register .register-footer{ padding-top: 5px; padding-bottom: 5px; height:60px; } /***register end***/ /***changePass begin***/ .main .content .changePass{ background-color: white; filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; padding: 10px; /*border:1px solid black;*/ position: absolute; width: 350px; height:480px; top: 50px; right: 200px; } .main .content .changePass .changePass-header{ background: url(../images/blackLogo.png) no-repeat left center; background-size:80%; background-position-x: 35px; padding-top: 5px; padding-bottom: 5px; height:120px; } .main .content .changePass .changePass-username{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .changePass .changePass-sendCode{ margin-bottom: -15px; color: #009f95; font-size: 13px; font-weight: 600; float: right; padding-top: 5px; padding-bottom: 5px; right: 0; height:30px; line-height: 30px; width: 70px; } .main .content .changePass .changePass-password{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .changePass .changePass-code{ padding-top: 5px; padding-bottom: 5px; height:60px; } .main .content .changePass .changePass-button{ padding-left: 25px; padding-top: 25px; padding-bottom: 5px; height:40px; } .main .content .changePass .changePass-footer{ padding-top: 5px; padding-bottom: 5px; height:60px; } /***changePass end***/ /****login and register common part begin***/ .main .main-footer-left{ line-height: 70px; position: absolute; width: 100px; left: 50px; text-align: left; font-size: 14px; color:#009f95; font-weight: 600; } .main .main-footer-right{ line-height: 70px; position: absolute; right: 50px; width: 100px; text-align: right; font-size: 14px; color:#009f95; font-weight: 600; } .main .input-ico{ position: relative; left: 10px; width: 50px; height: 50px; line-height: 50px; padding: 5px; } .main .main-input-outside{ position: relative; left:70px; top:-50px; width: 250px; height: 50px; } .main .main-input-inner{ width: 250px; height: 40px; border-width: 0; border-bottom: 1px solid #b2b2b2; font-size:14px; font-weight:bold; } /****login and register common part begin***/ .lawn{ width: 1280px; height: 100px; top:640px; margin:0 auto; color: #b2b2b2; text-align: center; } .footer-backPic{ background: url(../images/footer.png) no-repeat left center; background-size:100%; width: 900px; height: 50px; margin:0 auto; line-height: 20px; } .footer .description{ padding:5px; } .footer .copyright{ padding:5px; }
0.295942
0.048137