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
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; background-color: var(--color1); font-family: Poppins; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } :root{ --color1: #19181c; --color2: #737284; --color3: #ffd545; --color4: #ff971e; --color5: #d34833; } .overlay { z-index: 1; position: absolute; width: 100%; height: 100vh; background: var(--color1); top: 0%; color: var(--color3); overflow: hidden; } .overlay h1 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; font-weight: bolder; letter-spacing: 12px; } .nav { line-height: 40px; margin: 1.2em; position: absolute; right: 0; } .nav ul li { list-style: none; display: inline-block; color: #fff; padding-right: 36px; } .nav-item::after{ content: ''; display: block; width: 0; height: 2px; background-color: var(--color3); transition: width .3s; } .nav-item:hover::after{ width: 100%; transition: width .3s; } .header{ display: block; height: 30vh; background: url(../imgs/banner-bg4.jpg) center no-repeat; background-size: cover; margin-bottom: 40px; } .header h1{ position: absolute; transform: translate(-50%, -50%); top: 30vh; left: 50vw; font-size: 48px; font-weight: bolder; letter-spacing: 12px; color: var(--color3); font-family: "Wire One"; margin-bottom: 30px; text-align: center; } .minhas-info{ display: flex; justify-content: center; margin-bottom: 60px; } .minhas-info .txt{ color: #fff; font-family: Poppins; width: 500px; align-self: center; line-height: 30px; } .minhas-info .txt span{ text-decoration: line-through solid var(--color3); } .minhas-info .foto img{ width: 200px; border-radius: 50%; border: solid 5px var(--color3); } .vida-academica h2{ font-size: 48px; font-weight: bolder; letter-spacing: 12px; color: var(--color3); font-family: "Wire One"; margin-bottom: 30px; text-align: center; } .escolas{ display: flex; max-width: 769px; justify-content: center; align-self: center; margin: 0 auto; gap: 20px; margin-bottom: 35px } .cesta{ text-align: center; padding: 10px; border: 2px solid var(--color3); border-top-right-radius: 10px; border-top-left-radius:10px ; color: #fff; line-height: 25px; } .cesta a{ text-decoration: none; color: var(--color3); transition: all .4s; } .cesta a:hover{ color: var(--color4); } .puc{ text-align: center; padding: 10px; border: 2px solid var(--color3); border-top-right-radius: 10px; border-top-left-radius:10px ; color: #fff; line-height: 25px; } .puc a{ text-decoration: none; color: var(--color3); transition: all .4s; } .puc a:hover{ color: var(--color4); } .coisas-que-eu-gosto h2{ font-size: 48px; font-weight: bolder; letter-spacing: 12px; color: var(--color3); font-family: "Wire One"; margin-bottom: 30px; text-align: center; } .coisas-que-eu-gosto{ overflow:hidden; max-width: 90vw; padding: 20px; margin: 0 auto; box-sizing: border-box; } .coisa h3{ font-weight: bolder; letter-spacing: 12px; color: var(--color3); font-family: "Wire One"; margin-bottom: 10px; text-align: center; font-size: 30px; } .coisa p { color: white; text-align: center; margin-bottom: 10px; } .coisa{ margin-bottom: 20px; padding: 10px; max-width: 450px; justify-content: center; align-self: center; } .coisa a{ color: var(--color3); text-decoration: none; transition: all .4s; } .coisa a:hover{ color: var(--color4); } .coisas-que-eu-gosto{ display: flex; flex-direction: row; justify-content: baseline; } ::-webkit-scrollbar{ background-color: var(--color1); width: 5px; } ::-webkit-scrollbar-thumb{ background-color: var(--color3); width: 10px; border-radius: 15px; }
assets/css/quem-eu-sou.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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; background-color: var(--color1); font-family: Poppins; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } :root{ --color1: #19181c; --color2: #737284; --color3: #ffd545; --color4: #ff971e; --color5: #d34833; } .overlay { z-index: 1; position: absolute; width: 100%; height: 100vh; background: var(--color1); top: 0%; color: var(--color3); overflow: hidden; } .overlay h1 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; font-weight: bolder; letter-spacing: 12px; } .nav { line-height: 40px; margin: 1.2em; position: absolute; right: 0; } .nav ul li { list-style: none; display: inline-block; color: #fff; padding-right: 36px; } .nav-item::after{ content: ''; display: block; width: 0; height: 2px; background-color: var(--color3); transition: width .3s; } .nav-item:hover::after{ width: 100%; transition: width .3s; } .header{ display: block; height: 30vh; background: url(../imgs/banner-bg4.jpg) center no-repeat; background-size: cover; margin-bottom: 40px; } .header h1{ position: absolute; transform: translate(-50%, -50%); top: 30vh; left: 50vw; font-size: 48px; font-weight: bolder; letter-spacing: 12px; color: var(--color3); font-family: "Wire One"; margin-bottom: 30px; text-align: center; } .minhas-info{ display: flex; justify-content: center; margin-bottom: 60px; } .minhas-info .txt{ color: #fff; font-family: Poppins; width: 500px; align-self: center; line-height: 30px; } .minhas-info .txt span{ text-decoration: line-through solid var(--color3); } .minhas-info .foto img{ width: 200px; border-radius: 50%; border: solid 5px var(--color3); } .vida-academica h2{ font-size: 48px; font-weight: bolder; letter-spacing: 12px; color: var(--color3); font-family: "Wire One"; margin-bottom: 30px; text-align: center; } .escolas{ display: flex; max-width: 769px; justify-content: center; align-self: center; margin: 0 auto; gap: 20px; margin-bottom: 35px } .cesta{ text-align: center; padding: 10px; border: 2px solid var(--color3); border-top-right-radius: 10px; border-top-left-radius:10px ; color: #fff; line-height: 25px; } .cesta a{ text-decoration: none; color: var(--color3); transition: all .4s; } .cesta a:hover{ color: var(--color4); } .puc{ text-align: center; padding: 10px; border: 2px solid var(--color3); border-top-right-radius: 10px; border-top-left-radius:10px ; color: #fff; line-height: 25px; } .puc a{ text-decoration: none; color: var(--color3); transition: all .4s; } .puc a:hover{ color: var(--color4); } .coisas-que-eu-gosto h2{ font-size: 48px; font-weight: bolder; letter-spacing: 12px; color: var(--color3); font-family: "Wire One"; margin-bottom: 30px; text-align: center; } .coisas-que-eu-gosto{ overflow:hidden; max-width: 90vw; padding: 20px; margin: 0 auto; box-sizing: border-box; } .coisa h3{ font-weight: bolder; letter-spacing: 12px; color: var(--color3); font-family: "Wire One"; margin-bottom: 10px; text-align: center; font-size: 30px; } .coisa p { color: white; text-align: center; margin-bottom: 10px; } .coisa{ margin-bottom: 20px; padding: 10px; max-width: 450px; justify-content: center; align-self: center; } .coisa a{ color: var(--color3); text-decoration: none; transition: all .4s; } .coisa a:hover{ color: var(--color4); } .coisas-que-eu-gosto{ display: flex; flex-direction: row; justify-content: baseline; } ::-webkit-scrollbar{ background-color: var(--color1); width: 5px; } ::-webkit-scrollbar-thumb{ background-color: var(--color3); width: 10px; border-radius: 15px; }
0.399343
0.092934
form, p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, tr, th, td, input { margin: 0; padding: 0; } body { margin: 0; padding: 0; } #map { position: absolute; top: 0; bottom: 0; width: 100%; } #hover { position: absolute; bottom: 10px; left: 10px; z-index: 1000; background-color: #ffffff; } .hdmap-oldie{ border: 1px solid #999; } /*??????????*/ .popup_button { font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; position: fixed; z-index: 50000; left: 50px; /*height: 22px;*/ line-height: 24px; padding: 0 2px 0 8px; min-width: 60px; cursor: pointer; text-align: center; height: 26px; background: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0.8); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); /* For IE 8 */ /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";*/ margin-left: 10px; margin-top: 10px; } .popup_button a { color: #0a1520; padding-right: 5px; text-decoration: none; } .popup_button:hover { background: url(./images/index_a2f1ac4.png) no-repeat scroll 0px -238px; } .icon-city-change { float: right; margin-top: 0.51em; width: 15px; height: 15px; background: url(./images/index_a2f1ac4.png) no-repeat scroll -102px 0px; } /*?????????*/ #map_popup { font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; color: #4c4c4c; position: relative; top: 0; left: 0; z-index: 50000; width: 500px; height: 500px; } .map_popup a { color: #3d6dcc; text-decoration: none; margin: 0 9px 0 0; } .map_popup .popup_main { top: 3.08em; left: 60px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FFFFFF); background-color: rgba(255, 255, 255, 0.8); z-index: 2; position: absolute; width: 387px; height: 393px; } .map_popup .title { background-color: rgba(255, 255, 255, 0.9); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border-bottom: 1px solid #dadada; height: 25px; line-height: 25px; padding-left: 7px; font-weight: 700; color: #3d6dcc; } .sel_city td { vertical-align: top; } .sel_city td, .sel_city tr { margin: 0; padding: 0; } td, th { display: table-cell; vertical-align: inherit; } table { display: table; border-collapse: separate; border-spacing: 2px; border-color: grey; } .sel-city { display: block; line-height: 25px; margin: 7px 5px 5px; } .sel-city a { margin-right: 10px; } .sel-city tr { border-bottom: 1px solid #dadada; } .sel_city_default { display: none; padding: 5px 0 5px 7px; line-height: 22px; margin: 0 auto; } .sel_city_default a { margin: 0 7px 0 0; } .sel-city-searchbar { height: 32px; margin-left: 7px; } .sel-city-searchbar form { padding-top: 4px; padding-bottom: 4px; } .sel-city-searchinput { color: #919187; border: 1px solid #ccc; height: 21px; width: 300px; float: left; line-height: 20px; text-indent: 4px; background-color: rgba(255, 255, 255, 0.1); } .sel-city-btn-submit { float: left; background: url(./images/index_a2f1ac4.png) no-repeat scroll -302px -98px; height: 24px; line-height: 24px; width: 48px; cursor: pointer; margin-left: 5px; text-align: center; } .sel-city-btn-submit:hover { background-position: -355px -98px } .sel-city-letterbar { padding: 0 0 5px 9px; } td.sel-city-td-letter { padding: 0 14px 0 7px; border-collapse: collapse; border-spacing: 0; display: table-cell; vertical-align: top; } .sel-city-td-letter div { border-collapse: collapse; border-spacing: 0; font-size: 24px; line-height: 24px; font-weight: 700; color: #ccc; padding: 0; margin: 0 } .sel-city-td-sf { border-collapse: collapse; border-spacing: 0; padding-right: 18px; font-weight: 700; } td.sel-city-td-sf { width: 43px; height: 54px; display: block; padding-right: 8px; } .sel-city-td-sf a { font-size: 12px; margin: 0; } .sel-city-td-sf td a:hover { color: brown; } .sel-city-tr-splitline { /*border: 1px solid;*/ /*height: 0;*/ visibility: hidden; } #sea_land_select{ width: 36px; height: 36px; } .button { width:85%; color: black; padding: 8px 16px; text-align: center; text-decoration: none; display: inline-block; font-size: 6px; margin: 4px 2px; cursor: pointer; border-radius: 4px; background-color: #1E90FF; color: white; border: 1px solid #1E90FF; }
app/css/style.css
form, p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, tr, th, td, input { margin: 0; padding: 0; } body { margin: 0; padding: 0; } #map { position: absolute; top: 0; bottom: 0; width: 100%; } #hover { position: absolute; bottom: 10px; left: 10px; z-index: 1000; background-color: #ffffff; } .hdmap-oldie{ border: 1px solid #999; } /*??????????*/ .popup_button { font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; position: fixed; z-index: 50000; left: 50px; /*height: 22px;*/ line-height: 24px; padding: 0 2px 0 8px; min-width: 60px; cursor: pointer; text-align: center; height: 26px; background: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0.8); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); /* For IE 8 */ /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";*/ margin-left: 10px; margin-top: 10px; } .popup_button a { color: #0a1520; padding-right: 5px; text-decoration: none; } .popup_button:hover { background: url(./images/index_a2f1ac4.png) no-repeat scroll 0px -238px; } .icon-city-change { float: right; margin-top: 0.51em; width: 15px; height: 15px; background: url(./images/index_a2f1ac4.png) no-repeat scroll -102px 0px; } /*?????????*/ #map_popup { font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; color: #4c4c4c; position: relative; top: 0; left: 0; z-index: 50000; width: 500px; height: 500px; } .map_popup a { color: #3d6dcc; text-decoration: none; margin: 0 9px 0 0; } .map_popup .popup_main { top: 3.08em; left: 60px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FFFFFF); background-color: rgba(255, 255, 255, 0.8); z-index: 2; position: absolute; width: 387px; height: 393px; } .map_popup .title { background-color: rgba(255, 255, 255, 0.9); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border-bottom: 1px solid #dadada; height: 25px; line-height: 25px; padding-left: 7px; font-weight: 700; color: #3d6dcc; } .sel_city td { vertical-align: top; } .sel_city td, .sel_city tr { margin: 0; padding: 0; } td, th { display: table-cell; vertical-align: inherit; } table { display: table; border-collapse: separate; border-spacing: 2px; border-color: grey; } .sel-city { display: block; line-height: 25px; margin: 7px 5px 5px; } .sel-city a { margin-right: 10px; } .sel-city tr { border-bottom: 1px solid #dadada; } .sel_city_default { display: none; padding: 5px 0 5px 7px; line-height: 22px; margin: 0 auto; } .sel_city_default a { margin: 0 7px 0 0; } .sel-city-searchbar { height: 32px; margin-left: 7px; } .sel-city-searchbar form { padding-top: 4px; padding-bottom: 4px; } .sel-city-searchinput { color: #919187; border: 1px solid #ccc; height: 21px; width: 300px; float: left; line-height: 20px; text-indent: 4px; background-color: rgba(255, 255, 255, 0.1); } .sel-city-btn-submit { float: left; background: url(./images/index_a2f1ac4.png) no-repeat scroll -302px -98px; height: 24px; line-height: 24px; width: 48px; cursor: pointer; margin-left: 5px; text-align: center; } .sel-city-btn-submit:hover { background-position: -355px -98px } .sel-city-letterbar { padding: 0 0 5px 9px; } td.sel-city-td-letter { padding: 0 14px 0 7px; border-collapse: collapse; border-spacing: 0; display: table-cell; vertical-align: top; } .sel-city-td-letter div { border-collapse: collapse; border-spacing: 0; font-size: 24px; line-height: 24px; font-weight: 700; color: #ccc; padding: 0; margin: 0 } .sel-city-td-sf { border-collapse: collapse; border-spacing: 0; padding-right: 18px; font-weight: 700; } td.sel-city-td-sf { width: 43px; height: 54px; display: block; padding-right: 8px; } .sel-city-td-sf a { font-size: 12px; margin: 0; } .sel-city-td-sf td a:hover { color: brown; } .sel-city-tr-splitline { /*border: 1px solid;*/ /*height: 0;*/ visibility: hidden; } #sea_land_select{ width: 36px; height: 36px; } .button { width:85%; color: black; padding: 8px 16px; text-align: center; text-decoration: none; display: inline-block; font-size: 6px; margin: 4px 2px; cursor: pointer; border-radius: 4px; background-color: #1E90FF; color: white; border: 1px solid #1E90FF; }
0.259263
0.081046
@value icons_css: "../../icons.css"; @value layout_css: "../layout/layout.css"; @value flex_css: "../../flex.css"; @value buttons_css: "../../buttons.css"; .contentHd { composes: head from layout_css; composes: lightSep from layout_css; } .main { composes: textContentWidth from layout_css; display: flex; flex-flow: row nowrap; position: relative; width: 100%; align-items: center; } .details { composes: global(pure-g); position: absolute; top: 42px; right: 0; z-index: 10; /* Ensure schedule box is above content. */ padding: 20px; width: 75%; border: 1px solid #CCC; border-top: 0; background: #FFF; text-align: left; transform-origin: top center; animation: expandReveal 0.15s linear; } @keyframes expandReveal { 0% { transform: scaleY(0); } 100% { transform: scaleY(1); } } .headButton { margin-left: 10px; } .actions { overflow: hidden; } .publishContainer, .unpublish, .back, .save { max-width: 50%; } .actions { flex: 0 0 40%; } .publishing { flex: 0 0 60%; text-align: right; } .controls { flex: 1 1 25%; justify-content: flex-start; } .actions, .publishing { composes: hbox from flex_css; align-items: center; } .publishing { justify-content: flex-end; } .actions { justify-content: flex-start; } .save { composes: primary from buttons_css; composes: button from icons_css; composes: headButton; } .schedule { composes: color from buttons_css; composes: iconOnly from icons_css; composes: headButton; background-color: teal; } .scheduleInvalid { composes: schedule; } .scheduleInvalid svg { fill: red; } .publish { composes: add from buttons_css; composes: button from icons_css; composes: headButton; } .unpublish { composes: remove from buttons_css; composes: button from icons_css; composes: headButton; } .publishContainer { position: relative; } .icon { composes: button from icons_css; } .back { composes: icon; composes: warn from buttons_css; } .back svg { transform: rotate(180deg); } .start, .end { composes: global(pure-u-1-2); } .invalidDate { border: thin solid #E61010; color: #E61010; } .clearSchedule { composes: button from buttons_css; background: #AFAFAF; border: none; color: #FFF; text-transform: capitalize; text-decoration: none; } .clearSchedule:hover { background: #8F8F8F; text-decoration: none; } .clearSchedule:disabled { display: none; }
src/pages/content-edit/head.css
@value icons_css: "../../icons.css"; @value layout_css: "../layout/layout.css"; @value flex_css: "../../flex.css"; @value buttons_css: "../../buttons.css"; .contentHd { composes: head from layout_css; composes: lightSep from layout_css; } .main { composes: textContentWidth from layout_css; display: flex; flex-flow: row nowrap; position: relative; width: 100%; align-items: center; } .details { composes: global(pure-g); position: absolute; top: 42px; right: 0; z-index: 10; /* Ensure schedule box is above content. */ padding: 20px; width: 75%; border: 1px solid #CCC; border-top: 0; background: #FFF; text-align: left; transform-origin: top center; animation: expandReveal 0.15s linear; } @keyframes expandReveal { 0% { transform: scaleY(0); } 100% { transform: scaleY(1); } } .headButton { margin-left: 10px; } .actions { overflow: hidden; } .publishContainer, .unpublish, .back, .save { max-width: 50%; } .actions { flex: 0 0 40%; } .publishing { flex: 0 0 60%; text-align: right; } .controls { flex: 1 1 25%; justify-content: flex-start; } .actions, .publishing { composes: hbox from flex_css; align-items: center; } .publishing { justify-content: flex-end; } .actions { justify-content: flex-start; } .save { composes: primary from buttons_css; composes: button from icons_css; composes: headButton; } .schedule { composes: color from buttons_css; composes: iconOnly from icons_css; composes: headButton; background-color: teal; } .scheduleInvalid { composes: schedule; } .scheduleInvalid svg { fill: red; } .publish { composes: add from buttons_css; composes: button from icons_css; composes: headButton; } .unpublish { composes: remove from buttons_css; composes: button from icons_css; composes: headButton; } .publishContainer { position: relative; } .icon { composes: button from icons_css; } .back { composes: icon; composes: warn from buttons_css; } .back svg { transform: rotate(180deg); } .start, .end { composes: global(pure-u-1-2); } .invalidDate { border: thin solid #E61010; color: #E61010; } .clearSchedule { composes: button from buttons_css; background: #AFAFAF; border: none; color: #FFF; text-transform: capitalize; text-decoration: none; } .clearSchedule:hover { background: #8F8F8F; text-decoration: none; } .clearSchedule:disabled { display: none; }
0.749821
0.118283
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;700&display=swap'); *{ padding: 0px; margin: 0px; } body{ background-color: black; position: relative; background-image: url(imagens/wallpaper-madereira-trans.jpg); background-repeat: no-repeat; background-size: cover; padding-bottom: 81.4vh; } header { background-color: rgba(0, 0, 0, 0.747); text-align: center; color: white; font-family: 'Roboto', sans-serif; padding: 10px; } header > img { position: absolute; left: 95px; width: 80px; } nav{ background-color: rgba(0, 0, 0, 0.747); padding: 10px; } nav > a { padding-left: 10px; padding-bottom: 3px; padding-right: 10px; text-decoration: none; color: white; border-radius: 10px; } nav > a:hover{ text-decoration: underline; background-color: rgba(107, 100, 100, 0.589); transition-duration: 0.1s; } main { position: absolute; left: 10%; top: 250px; padding: 25px; border-radius: 10px; color: white; background-color: rgba(0, 0, 0, 0.747); padding-bottom: 40px; } div.logo-principal > img{ width: 400px; position: absolute; left: 700px; top: 200px; background-color: rgba(0, 0, 0, 0.747); border-radius: 20px; padding: 20px; } main > h2 { font-family: 'Ubuntu', sans-serif; font-weight: bold; text-indent: 45px; } main > p { font-family: 'Ubuntu', sans-serif; text-align: justify; } #contate { background-color: #7e3d19; border-radius: 5px; position: absolute; left: 130px; bottom: 10px; padding: 3px; color: white; text-decoration: none; font-family: sans-serif; font-weight: bold; } #contate:hover{ text-decoration: underline; background-color: #d2ae6d; } footer{ background-color: rgba(0, 0, 0, 0.705); width: 100%; height: 20px; padding: 3px 0px 3px 0px; position: absolute; bottom: 0; left: 0; text-align: center; color: white; font-family: 'Josefin Sans', sans-serif; } footer a { text-decoration: none; color: white; } footer a:hover{ text-decoration: underline; }
style.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;700&display=swap'); *{ padding: 0px; margin: 0px; } body{ background-color: black; position: relative; background-image: url(imagens/wallpaper-madereira-trans.jpg); background-repeat: no-repeat; background-size: cover; padding-bottom: 81.4vh; } header { background-color: rgba(0, 0, 0, 0.747); text-align: center; color: white; font-family: 'Roboto', sans-serif; padding: 10px; } header > img { position: absolute; left: 95px; width: 80px; } nav{ background-color: rgba(0, 0, 0, 0.747); padding: 10px; } nav > a { padding-left: 10px; padding-bottom: 3px; padding-right: 10px; text-decoration: none; color: white; border-radius: 10px; } nav > a:hover{ text-decoration: underline; background-color: rgba(107, 100, 100, 0.589); transition-duration: 0.1s; } main { position: absolute; left: 10%; top: 250px; padding: 25px; border-radius: 10px; color: white; background-color: rgba(0, 0, 0, 0.747); padding-bottom: 40px; } div.logo-principal > img{ width: 400px; position: absolute; left: 700px; top: 200px; background-color: rgba(0, 0, 0, 0.747); border-radius: 20px; padding: 20px; } main > h2 { font-family: 'Ubuntu', sans-serif; font-weight: bold; text-indent: 45px; } main > p { font-family: 'Ubuntu', sans-serif; text-align: justify; } #contate { background-color: #7e3d19; border-radius: 5px; position: absolute; left: 130px; bottom: 10px; padding: 3px; color: white; text-decoration: none; font-family: sans-serif; font-weight: bold; } #contate:hover{ text-decoration: underline; background-color: #d2ae6d; } footer{ background-color: rgba(0, 0, 0, 0.705); width: 100%; height: 20px; padding: 3px 0px 3px 0px; position: absolute; bottom: 0; left: 0; text-align: center; color: white; font-family: 'Josefin Sans', sans-serif; } footer a { text-decoration: none; color: white; } footer a:hover{ text-decoration: underline; }
0.453988
0.079175
@media (min-width:10px){ body{ background-color: black; } main{ width: 50rem; height: 120%; background-color: rgb(255, 255, 255); margin-left: 0rem; } .abdominal-descida .title h3{ margin-left: 12rem; border-bottom: solid 4px red; } .abdominal-normal-5 .title-flexao-giro h3{ margin-left: 13rem; } main h3{ border-bottom: solid 4px red; } main h4{ padding-top: 2rem; margin-left: 11.0rem; } .abdominal-normal{ display: block; width: 10rem; height: 40rem; } .abdominal-normal-5{ display: block; width: 10rem; height: 45rem; } .abdominal-descida{ display: block; width: 10rem; height: 60rem; } .abdominal-normal a div .voltar{ width: 0.2rem; height: 0.2rem; display: flex; align-items: center; justify-content: start; } .abdominal-normal div .voltar2{ width: 0.2rem; height: 0.2rem; display: flex; align-items: center; justify-content: start; } .abdominal-normal div .voltar:hover2{ transform: translateY(-4px); } .vazia{ width: 29.5rem; border-top: solid 4px black; margin-bottom: 2rem; margin-left: 1rem; } .abdominal-normal .title{ height: 1.5rem; padding-top: 0.1rem; margin-left: 1.35rem; margin-bottom: 0.5rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal .title-flexao-giro{ margin-left: 12rem; display: flex; } .abdominal-normal .title-1{ height: 1.5rem; padding-top: 0.1rem; margin-left: 8.5rem; margin-bottom: 1.5rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal .title-2{ height: 1.5rem; padding-top: 0.1rem; margin-left: 1.3rem; margin-bottom: 0.6rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal-5 .title-flexao-giro div{ width: 11rem; border-top: solid 4px red; margin-left: 10rem; margin-bottom: 1rem; } .abdominal-normal-5 .title-flexao-giro h3{ margin-bottom: 0rem; } .abdominal-descida .title div{ width: 11rem; border-top: solid 4px red; margin-left: 10rem; margin-bottom: 1rem; } .abdominal-descida .title h3{ margin-bottom: 0rem; } .abdominal-normal .img{ display: block; } .img-abdominal-1{ height: 15rem; width: 16.5rem; margin-right: 1.0rem; margin-left: 8rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-2{ height: 15rem; width: 16.5rem; margin-left: 8rem; margin-top: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .abdominal-normal .img-descida{ display: block; } .img-descida .img-abdominal-1{ height: 15rem; width: 15rem; margin-right: 0.5rem; margin-left: 8em; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-descida .img-abdominal-2{ height: 15rem; width: 15rem; margin-right: 0.5rem; margin-left: 8.2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-1{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 2.4rem; margin-bottom: 2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-2{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 1.5rem; margin-bottom: 2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-3{ height: 15rem; width: 20rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; margin-left: 2.5rem; } .img-abdominal-giro-4{ height: 15rem; width: 20rem; margin-left: 2.5rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-1-giro{ height: 10rem; width: 15rem; margin-right: 1.0rem; margin-left: 8rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-2-giro{ height: 10rem; width: 15rem; margin-right: 1.0rem; margin-left: 8rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-3-giro{ height: 10rem; width: 15rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; margin-left: 8rem; margin-bottom: 1rem; } .img-abdominal-4-giro{ height: 10rem; width: 15rem; margin-left: 8rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .abdominal-normal .title-RUSSO{ height: 1.5rem; padding-top: 0.1rem; margin-left: 2rem; margin-bottom: 1.0rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .img-toque-de-calcanhar{ display: block; margin-left: 8rem; } .img-calcanhar-1, .img-calcanhar-2, .img-calcanhar-3{ width: 16.5rem; height: 15rem; margin-top: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } } @media (min-width:700px){ body{ background-color: black; } main{ width: 60vw; height: 120%; background-color: rgb(255, 255, 255); margin-left: 14rem; } main h4{ padding-top: 2rem; margin-left: 18.0rem; } .abdominal-normal{ display: block; width: 30rem; height: 30rem; } .abdominal-normal a div .voltar{ width: 0.2rem; height: 0.2rem; display: flex; align-items: center; justify-content: start; } .abdominal-normal div .voltar2{ width: 0.2rem; height: 0.2rem; display: flex; align-items: center; justify-content: start; } .abdominal-normal div .voltar:hover2{ transform: translateY(-4px); } .vazia{ width: 40rem; border-top: solid 4px black; margin-bottom: 2rem; margin-left: 3rem; } .abdominal-normal .title{ padding-top: 0.3rem; margin-left: 8.2rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal .title-flexao-giro{ padding-top: 0.3rem; margin-left: 10.5rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal .title-2{ height: 1.5rem; padding-top: 0.1rem; margin-left: 9rem; margin-bottom: 0.6rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal-5{ height: 22rem; } .abdominal-normal-5 .title-flexao-giro{ width: 25rem; margin-left: 6rem; } .abdominal-normal-5 .title-flexao-giro div{ border-top: none; border-bottom: none; } .abdominal-descida{ height: 30rem; } .abdominal-descida .title{ margin-left: 9rem; } .abdominal-descida .img-descida{ display: flex; align-items: center; justify-content: center; } .abdominal-normal .img{ display: flex; align-items: center; justify-content: space-between; } .abdominal-normal .img-toque-de-calcanhar{ display: flex; align-items: center; justify-content: center; } main h3{ border-bottom: solid 4px red; } .img-abdominal-1{ height: 15rem; width: 20rem; margin-right: 1rem; margin-top: 1rem; margin-left: 5rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-2{ height: 15rem; width: 20rem; margin-left: 0rem; margin-right: 0rem; margin-top: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-1{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 2.4rem; margin-bottom: 2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-2{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 1.5rem; margin-bottom: 2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-3{ height: 15rem; width: 20rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; margin-left: 2.5rem; } .img-abdominal-giro-4{ height: 15rem; width: 20rem; margin-left: 2.5rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .abdominal-normal-5 .img{ display: flex; align-items: center; justify-content: center; } .img-abdominal-1-giro{ height: 10rem; width: 15rem; margin-right: 1rem; margin-left: 40rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-2-giro{ height: 10rem; width: 15rem; margin-right: 0rem; margin-left: 0rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-3-giro{ height: 10rem; width: 15rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; margin-left: 1rem; margin-bottom: 1rem; } .abdominal-normal .img-descida{ margin-left: 2rem; } .abdominal-normal .img-descida .img-abdominal-2{ margin-right: 0.5rem; margin-left: 1rem; } .img-toque-de-cotovelo-no-joelho{ display: flex; align-items: center; justify-content: center; } .img-toque-de-cotovelo-no-joelho .img-abdominal-1{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 20rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-toque-de-cotovelo-no-joelho .img-abdominal-2{ height: 15rem; width: 20rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .abdominal-normal .title-RUSSO{ margin-left: 10rem; } .title-RUSSO h3{ margin-bottom: 0rem; } .abdominal-normal .img-toque-de-calcanhar{ margin-top: 2rem; margin-left: 20rem; margin-bottom: 0rem; } .abdominal-normal .img-toque-de-calcanhar .img-calcanhar-1{ width: 20rem; height: 15rem; margin-left: 2rem; margin-top: 0rem; } .abdominal-normal .img-toque-de-calcanhar .img-calcanhar-2{ margin-top: 0rem; width: 22rem; height: 15rem; margin-left: 1.5rem; } .abdominal-descida .img-descida .img-abdominal-1{ margin-left: 40rem; margin-right: 1rem; } .abdominal-descida .img-descida .img-abdominal-2{ margin-left: 0; margin-right: 1rem; } }
STYLES/Imagens-Treino-core.1.3.css
@media (min-width:10px){ body{ background-color: black; } main{ width: 50rem; height: 120%; background-color: rgb(255, 255, 255); margin-left: 0rem; } .abdominal-descida .title h3{ margin-left: 12rem; border-bottom: solid 4px red; } .abdominal-normal-5 .title-flexao-giro h3{ margin-left: 13rem; } main h3{ border-bottom: solid 4px red; } main h4{ padding-top: 2rem; margin-left: 11.0rem; } .abdominal-normal{ display: block; width: 10rem; height: 40rem; } .abdominal-normal-5{ display: block; width: 10rem; height: 45rem; } .abdominal-descida{ display: block; width: 10rem; height: 60rem; } .abdominal-normal a div .voltar{ width: 0.2rem; height: 0.2rem; display: flex; align-items: center; justify-content: start; } .abdominal-normal div .voltar2{ width: 0.2rem; height: 0.2rem; display: flex; align-items: center; justify-content: start; } .abdominal-normal div .voltar:hover2{ transform: translateY(-4px); } .vazia{ width: 29.5rem; border-top: solid 4px black; margin-bottom: 2rem; margin-left: 1rem; } .abdominal-normal .title{ height: 1.5rem; padding-top: 0.1rem; margin-left: 1.35rem; margin-bottom: 0.5rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal .title-flexao-giro{ margin-left: 12rem; display: flex; } .abdominal-normal .title-1{ height: 1.5rem; padding-top: 0.1rem; margin-left: 8.5rem; margin-bottom: 1.5rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal .title-2{ height: 1.5rem; padding-top: 0.1rem; margin-left: 1.3rem; margin-bottom: 0.6rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal-5 .title-flexao-giro div{ width: 11rem; border-top: solid 4px red; margin-left: 10rem; margin-bottom: 1rem; } .abdominal-normal-5 .title-flexao-giro h3{ margin-bottom: 0rem; } .abdominal-descida .title div{ width: 11rem; border-top: solid 4px red; margin-left: 10rem; margin-bottom: 1rem; } .abdominal-descida .title h3{ margin-bottom: 0rem; } .abdominal-normal .img{ display: block; } .img-abdominal-1{ height: 15rem; width: 16.5rem; margin-right: 1.0rem; margin-left: 8rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-2{ height: 15rem; width: 16.5rem; margin-left: 8rem; margin-top: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .abdominal-normal .img-descida{ display: block; } .img-descida .img-abdominal-1{ height: 15rem; width: 15rem; margin-right: 0.5rem; margin-left: 8em; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-descida .img-abdominal-2{ height: 15rem; width: 15rem; margin-right: 0.5rem; margin-left: 8.2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-1{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 2.4rem; margin-bottom: 2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-2{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 1.5rem; margin-bottom: 2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-3{ height: 15rem; width: 20rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; margin-left: 2.5rem; } .img-abdominal-giro-4{ height: 15rem; width: 20rem; margin-left: 2.5rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-1-giro{ height: 10rem; width: 15rem; margin-right: 1.0rem; margin-left: 8rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-2-giro{ height: 10rem; width: 15rem; margin-right: 1.0rem; margin-left: 8rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-3-giro{ height: 10rem; width: 15rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; margin-left: 8rem; margin-bottom: 1rem; } .img-abdominal-4-giro{ height: 10rem; width: 15rem; margin-left: 8rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .abdominal-normal .title-RUSSO{ height: 1.5rem; padding-top: 0.1rem; margin-left: 2rem; margin-bottom: 1.0rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .img-toque-de-calcanhar{ display: block; margin-left: 8rem; } .img-calcanhar-1, .img-calcanhar-2, .img-calcanhar-3{ width: 16.5rem; height: 15rem; margin-top: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } } @media (min-width:700px){ body{ background-color: black; } main{ width: 60vw; height: 120%; background-color: rgb(255, 255, 255); margin-left: 14rem; } main h4{ padding-top: 2rem; margin-left: 18.0rem; } .abdominal-normal{ display: block; width: 30rem; height: 30rem; } .abdominal-normal a div .voltar{ width: 0.2rem; height: 0.2rem; display: flex; align-items: center; justify-content: start; } .abdominal-normal div .voltar2{ width: 0.2rem; height: 0.2rem; display: flex; align-items: center; justify-content: start; } .abdominal-normal div .voltar:hover2{ transform: translateY(-4px); } .vazia{ width: 40rem; border-top: solid 4px black; margin-bottom: 2rem; margin-left: 3rem; } .abdominal-normal .title{ padding-top: 0.3rem; margin-left: 8.2rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal .title-flexao-giro{ padding-top: 0.3rem; margin-left: 10.5rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal .title-2{ height: 1.5rem; padding-top: 0.1rem; margin-left: 9rem; margin-bottom: 0.6rem; width: 30rem; display: flex; align-items: center; justify-content: center; } .abdominal-normal-5{ height: 22rem; } .abdominal-normal-5 .title-flexao-giro{ width: 25rem; margin-left: 6rem; } .abdominal-normal-5 .title-flexao-giro div{ border-top: none; border-bottom: none; } .abdominal-descida{ height: 30rem; } .abdominal-descida .title{ margin-left: 9rem; } .abdominal-descida .img-descida{ display: flex; align-items: center; justify-content: center; } .abdominal-normal .img{ display: flex; align-items: center; justify-content: space-between; } .abdominal-normal .img-toque-de-calcanhar{ display: flex; align-items: center; justify-content: center; } main h3{ border-bottom: solid 4px red; } .img-abdominal-1{ height: 15rem; width: 20rem; margin-right: 1rem; margin-top: 1rem; margin-left: 5rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-2{ height: 15rem; width: 20rem; margin-left: 0rem; margin-right: 0rem; margin-top: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-1{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 2.4rem; margin-bottom: 2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-2{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 1.5rem; margin-bottom: 2rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-giro-3{ height: 15rem; width: 20rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; margin-left: 2.5rem; } .img-abdominal-giro-4{ height: 15rem; width: 20rem; margin-left: 2.5rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .abdominal-normal-5 .img{ display: flex; align-items: center; justify-content: center; } .img-abdominal-1-giro{ height: 10rem; width: 15rem; margin-right: 1rem; margin-left: 40rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-2-giro{ height: 10rem; width: 15rem; margin-right: 0rem; margin-left: 0rem; margin-bottom: 1rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-abdominal-3-giro{ height: 10rem; width: 15rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; margin-left: 1rem; margin-bottom: 1rem; } .abdominal-normal .img-descida{ margin-left: 2rem; } .abdominal-normal .img-descida .img-abdominal-2{ margin-right: 0.5rem; margin-left: 1rem; } .img-toque-de-cotovelo-no-joelho{ display: flex; align-items: center; justify-content: center; } .img-toque-de-cotovelo-no-joelho .img-abdominal-1{ height: 15rem; width: 20rem; margin-right: 1.0rem; margin-left: 20rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .img-toque-de-cotovelo-no-joelho .img-abdominal-2{ height: 15rem; width: 20rem; border-radius: 0.8rem; box-shadow: 10px 10px 5px #999; } .abdominal-normal .title-RUSSO{ margin-left: 10rem; } .title-RUSSO h3{ margin-bottom: 0rem; } .abdominal-normal .img-toque-de-calcanhar{ margin-top: 2rem; margin-left: 20rem; margin-bottom: 0rem; } .abdominal-normal .img-toque-de-calcanhar .img-calcanhar-1{ width: 20rem; height: 15rem; margin-left: 2rem; margin-top: 0rem; } .abdominal-normal .img-toque-de-calcanhar .img-calcanhar-2{ margin-top: 0rem; width: 22rem; height: 15rem; margin-left: 1.5rem; } .abdominal-descida .img-descida .img-abdominal-1{ margin-left: 40rem; margin-right: 1rem; } .abdominal-descida .img-descida .img-abdominal-2{ margin-left: 0; margin-right: 1rem; } }
0.477067
0.056133
.file-list, .file-list ul{ font-family: system-ui; list-style-type: none; font-size:1em; line-height:1.1em; /*margin-left:20px;*/ padding-left:5px; /*border-left:1px dotted #aaa;*/ } .file-list li{ font-family: system-ui; position: relative; padding-left:15px; } .file-list li a{ text-decoration: none; /*color:#9da5b4; */ } .file-list li a : hover{ background-color: blue; color:white; } .file-list li a:before{ display:block; content: " "; width:10px; height:1px; position:absolute; /*border-bottom:1px dotted #aaa;*/ top:.6em; left:-15px; } .file-list li:before{ list-style-type: none; font-family: FontAwesome; display:block; content: ""; background-image: url("../icons/document.svg"); /*content:'\f0f6';*/ background-size: 15px 15px; background-repeat: no-repeat; background-position-x : inherit; background-position-y : bottom; position:absolute; top:0px; left:0px; width:20px; height:20px; font-size:0.8em; color:#9da5b4; } .file-list .folder-root{ list-style-type: none; } .file-list .folder-root a{ text-decoration:none; } .file-list .folder-root:before{ color:#9da5b4; background-image: url('../icons/folder-public.svg'); content: ""; background-position-y : center; /*content: url('../icons/folder-public.svg');*/ /*content: "\f07b";*/ } .file-list .folder-root.open:before{ /*content: url('../icons/folder-public-open.svg');*/ content: ""; background-image: url('../icons/folder-public-open.svg'); background-position-y : center; /*content: "\f07c";*/ } li.folder-root ul{ transition: all .3s ease-in-out; overflow:hidden; } li.folder-root.closed>ul{ opacity:0; max-height:0px; } li.folder-root.open>ul{ opacity:1; display:block; /*max-height:1000px;*/ } .file-list li[data-extension $= ".chek"]:before{ content: ""; background-image: url('../icons/lock.svg'); } .file-list li[data-extension $= ".js"]:before{ content: ""; background-image: url('../icons/javascript.svg'); } .file-list li[data-extension $= ".html"]:before{ content: ""; background-image: url('../icons/html.svg'); } .file-list li[data-extension $= ".css"]:before{ content: ""; background-image: url('../icons/css.svg'); } .file-list li[data-extension $= ".c"]:before{ content: ""; background-image: url('../icons/c.svg'); } .file-list li[data-extension $= ".cpp"]:before{ content: ""; background-image: url('../icons/cpp.svg'); } .file-list li[data-extension $= ".py"]:before{ content: ""; background-image: url('../icons/python.svg'); } .file-list li[data-extension $= ".java"]:before{ content: ""; background-image: url('../icons/java.svg'); } .file-list li[data-extension $= ".class"]:before{ content: ""; background-image: url('../icons/java.svg'); } .file-list li[data-extension $= ".json"]:before{ content: ""; background-image: url('../icons/json.svg'); } .file-list li[data-extension $= ".cs"]:before{ content: ""; background-image: url('../icons/csharp.svg'); } .file-list li[data-extension $= ".md"]:before{ content: ""; background-image: url('../icons/markdown.svg'); } .file-list li[data-extension $= ".db"]:before{ content: ""; background-image: url('../icons/database.svg'); } .file-list li[data-extension $= ".sql"]:before{ content: ""; background-image: url('../icons/database.svg'); } .file-list li[data-extension $= ".php"]:before{ content: ""; background-image: url('../icons/php.svg'); } .file-list li[data-extension $= ".as"]:before{ content: ""; background-image: url('../icons/actionscript.svg'); } .file-list li[data-extension $= ".scpt"]:before{ content: ""; background-image: url('../icons/applescript.svg'); } .file-list li[data-extension $= ".asm"]:before{ content: ""; background-image: url('../icons/assembly.svg'); } .file-list li[data-extension $= ".wav"]:before{ content: ""; background-image: url('../icons/audio.svg'); } .file-list li[data-extension $= ".mp3"]:before{ content: ""; background-image: url('../icons/audio.svg'); } .file-list li[data-extension $= ".ahk"]:before{ content: ""; background-image: url('../icons/autohotkey.svg'); } .file-list li[data-extension $= ".au3"]:before{ content: ""; background-image: url('../icons/autoit.svg'); } .file-list li[data-extension $= ".cabal"]:before{ content: ""; background-image: url('../icons/cabal.svg'); } .file-list li[data-extension $= ".cake"]:before{ content: ""; background-image: url('../icons/cake.svg'); } .file-list li[data-extension $= ".clj"]:before{ content: ""; background-image: url('../icons/clojure.svg'); } .file-list li[data-extension $= ".coffee"]:before{ content: ""; background-image: url('../icons/coffee.svg'); } .file-list li[data-extension $= ".cfm"]:before{ content: ""; background-image: url('../icons/codefusion.svg'); } .file-list li[data-extension $= ".rpt"]:before{ content: ""; background-image: url('../icons/crystal.svg'); } .file-list li[data-extension $= ".css.map"]:before{ content: ""; background-image: url('../icons/css-map.svg'); } .file-list li[data-extension $= ".feature"]:before{ content: ""; background-image: url('../icons/cucumber.svg'); } .file-list li[data-extension $= ".cu"]:before{ content: ""; background-image: url('../icons/cuda.svg'); } .file-list li[data-extension $= ".d"]:before{ content: ""; background-image: url('../icons/d.svg'); } .file-list li[data-extension $= ".dart"]:before{ content: ""; background-image: url('../icons/dart.svg'); } .file-list li[data-extension $= "Dockerfile"]:before{ content: ""; background-image: url('../icons/docker.svg'); } .file-list li[data-extension $= ".ejs"]:before{ content: ""; background-image: url('../icons/ejs.svg'); } .file-list li[data-extension $= ".exs"]:before{ content: ""; background-image: url('../icons/elixir.svg'); } .file-list li[data-extension $= ".erl"]:before{ content: ""; background-image: url('../icons/erlang.svg'); } .file-list li[data-extension $= ".exe"]:before{ content: ""; background-image: url('../icons/exe.svg'); } .file-list li[data-extension $= ".fla"]:before{ content: ""; background-image: url('../icons/flash.svg'); } .file-list li[data-extension $= ".swf"]:before{ content: ""; background-image: url('../icons/flash.svg'); } .file-list li[data-extension $= ".flow"]:before{ content: ""; background-image: url('../icons/flow.svg'); } .file-list li[data-extension $= ".ttf"]:before{ content: ""; background-image: url('../icons/font.svg'); } .file-list li[data-extension $= ".fs"]:before{ content: ""; background-image: url('../icons/fsharp.svg'); } .file-list li[data-extension $= ".git"]:before{ content: ""; background-image: url('../icons/git.svg'); } .file-list li[data-extension $= ".go"]:before{ content: ""; background-image: url('../icons/go.svg'); } .file-list li[data-extension $= ".graphql"]:before{ content: ""; background-image: url('../icons/graphql.svg'); } .file-list li[data-extension $= ".groovy"]:before{ content: ""; background-image: url('../icons/groovy.svg'); } .file-list li[data-extension $= ".h"]:before{ content: ""; background-image: url('../icons/h.svg'); } .file-list li[data-extension $= ".hbs"]:before{ content: ""; background-image: url('../icons/hanlebars.svg'); } .file-list li[data-extension $= ".handlebars"]:before{ content: ""; background-image: url('../icons/handlebars.svg'); } .file-list li[data-extension $= ".hs"]:before{ content: ""; background-image: url('../icons/haskell.svg'); } .file-list li[data-extension $= ".lhs"]:before{ content: ""; background-image: url('../icons/haskell.svg'); } .file-list li[data-extension $= ".hx"]:before{ content: ""; background-image: url('../icons/haxe.svg'); } .file-list li[data-extension $= ".hpp"]:before{ content: ""; background-image: url('../icons/hpp.svg'); } .file-list li[data-extension $= ".jpg"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".jpeg"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".png"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".gif"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".tiff"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".js.map"]:before{ content: ""; background-image: url('../icons/javascript-map.svg'); } .file-list li[data-extension $= ".jinja"]:before{ content: ""; background-image: url('../icons/jinja.svg'); } .file-list li[data-extension $= ".jl"]:before{ content: ""; background-image: url('../icons/julia.svg'); } .file-list li[data-extension $= ".key"]:before{ content: ""; background-image: url('../icons/key.svg'); } .file-list li[data-extension $= ".kv"]:before{ content: ""; background-image: url('../icons/kivy.svg'); } .file-list li[data-extension $= ".kl"]:before{ content: ""; background-image: url('../icons/kl.svg'); } .file-list li[data-extension $= ".kt"]:before{ content: ""; background-image: url('../icons/kotlin.svg'); } .file-list li[data-extension $= ".less"]:before{ content: ""; background-image: url('../icons/less.svg'); } .file-list li[data-extension $= ".lock"]:before{ content: ""; background-image: url('../icons/lock.svg'); } .file-list li[data-extension $= ".lua"]:before{ content: ""; background-image: url('../icons/lua.svg'); } .file-list li[data-extension $= ".marko"]:before{ content: ""; background-image: url('../icons/markojs.svg'); } .file-list li[data-extension $= ".mdx"]:before{ content: ""; background-image: url('../icons/mdx.svg'); } .file-list li[data-extension $= ".merlin"]:before{ content: ""; background-image: url('../icons/merlin.svg'); } .file-list li[data-extension $= ".mxml"]:before{ content: ""; background-image: url('../icons/mxml.svg'); } .file-list li[data-extension $= ".pdf"]:before{ content: ""; background-image: url('../icons/pdf.svg'); } .file-list li[data-extension $= ".pl"]:before{ content: ""; background-image: url('../icons/perl.svg'); } .file-list li[data-extension $= ".pug"]:before{ content: ""; background-image: url('../icons/pug.svg'); } .file-list li[data-extension $= ".pp"]:before{ content: ""; background-image: url('../icons/puppet.svg'); } .file-list li[data-extension $= ".purs"]:before{ content: ""; background-image: url('../icons/purescript.svg'); } .file-list li[data-extension $= ".r"]:before{ content: ""; background-image: url('../icons/r.svg'); } .file-list li[data-extension $= ".rkt"]:before{ content: ""; background-image: url('../icons/racket.svg'); } .file-list li[data-extension $= ".jsx"]:before{ content: ""; background-image: url('../icons/react.svg'); } .file-list li[data-extension $= "readme"]:before{ content: ""; background-image: url('../icons/readme.svg'); } .file-list li[data-extension $= ".robot"]:before{ content: ""; background-image: url('../icons/robot.svg'); } .file-list li[data-extension $= ".rb"]:before{ content: ""; background-image: url('../icons/ruby.svg'); } .file-list li[data-extension $= ".rs"]:before{ content: ""; background-image: url('../icons/rust.svg'); } .file-list li[data-extension $= ".san"]:before{ content: ""; background-image: url('../icons/san.svg'); } .file-list li[data-extension $= ".scss"]:before{ content: ""; background-image: url('../icons/sass.svg'); } .file-list li[data-extension $= ".swift"]:before{ content: ""; background-image: url('../icons/swift.svg'); } .file-list li[data-extension $= ".ts"]:before{ content: ""; background-image: url('../icons/typescript.svg'); } .file-list li[data-extension $= ".vue"]:before{ content: ""; background-image: url('../icons/vue.svg'); } .file-list li[data-extension $= ".docx"]:before{ content: ""; background-image: url('../icons/word.svg'); } .file-list li[data-extension $= ".xaml"]:before{ content: ""; background-image: url('../icons/xaml.svg'); } .file-list li[data-extension $= ".xml"]:before{ content: ""; background-image: url('../icons/xml.svg'); } .file-list li[data-extension $= ".yarn"]:before{ content: ""; background-image: url('../icons/yarn.svg'); } .file-list li[data-extension $= ".zip"]:before{ content: ""; background-image: url('../icons/zip.svg'); } .file-list li[data-extension $= ".doc"]:before{ content: ""; background-image: url('../icons/document.svg'); }
assets/css/file-explore.css
.file-list, .file-list ul{ font-family: system-ui; list-style-type: none; font-size:1em; line-height:1.1em; /*margin-left:20px;*/ padding-left:5px; /*border-left:1px dotted #aaa;*/ } .file-list li{ font-family: system-ui; position: relative; padding-left:15px; } .file-list li a{ text-decoration: none; /*color:#9da5b4; */ } .file-list li a : hover{ background-color: blue; color:white; } .file-list li a:before{ display:block; content: " "; width:10px; height:1px; position:absolute; /*border-bottom:1px dotted #aaa;*/ top:.6em; left:-15px; } .file-list li:before{ list-style-type: none; font-family: FontAwesome; display:block; content: ""; background-image: url("../icons/document.svg"); /*content:'\f0f6';*/ background-size: 15px 15px; background-repeat: no-repeat; background-position-x : inherit; background-position-y : bottom; position:absolute; top:0px; left:0px; width:20px; height:20px; font-size:0.8em; color:#9da5b4; } .file-list .folder-root{ list-style-type: none; } .file-list .folder-root a{ text-decoration:none; } .file-list .folder-root:before{ color:#9da5b4; background-image: url('../icons/folder-public.svg'); content: ""; background-position-y : center; /*content: url('../icons/folder-public.svg');*/ /*content: "\f07b";*/ } .file-list .folder-root.open:before{ /*content: url('../icons/folder-public-open.svg');*/ content: ""; background-image: url('../icons/folder-public-open.svg'); background-position-y : center; /*content: "\f07c";*/ } li.folder-root ul{ transition: all .3s ease-in-out; overflow:hidden; } li.folder-root.closed>ul{ opacity:0; max-height:0px; } li.folder-root.open>ul{ opacity:1; display:block; /*max-height:1000px;*/ } .file-list li[data-extension $= ".chek"]:before{ content: ""; background-image: url('../icons/lock.svg'); } .file-list li[data-extension $= ".js"]:before{ content: ""; background-image: url('../icons/javascript.svg'); } .file-list li[data-extension $= ".html"]:before{ content: ""; background-image: url('../icons/html.svg'); } .file-list li[data-extension $= ".css"]:before{ content: ""; background-image: url('../icons/css.svg'); } .file-list li[data-extension $= ".c"]:before{ content: ""; background-image: url('../icons/c.svg'); } .file-list li[data-extension $= ".cpp"]:before{ content: ""; background-image: url('../icons/cpp.svg'); } .file-list li[data-extension $= ".py"]:before{ content: ""; background-image: url('../icons/python.svg'); } .file-list li[data-extension $= ".java"]:before{ content: ""; background-image: url('../icons/java.svg'); } .file-list li[data-extension $= ".class"]:before{ content: ""; background-image: url('../icons/java.svg'); } .file-list li[data-extension $= ".json"]:before{ content: ""; background-image: url('../icons/json.svg'); } .file-list li[data-extension $= ".cs"]:before{ content: ""; background-image: url('../icons/csharp.svg'); } .file-list li[data-extension $= ".md"]:before{ content: ""; background-image: url('../icons/markdown.svg'); } .file-list li[data-extension $= ".db"]:before{ content: ""; background-image: url('../icons/database.svg'); } .file-list li[data-extension $= ".sql"]:before{ content: ""; background-image: url('../icons/database.svg'); } .file-list li[data-extension $= ".php"]:before{ content: ""; background-image: url('../icons/php.svg'); } .file-list li[data-extension $= ".as"]:before{ content: ""; background-image: url('../icons/actionscript.svg'); } .file-list li[data-extension $= ".scpt"]:before{ content: ""; background-image: url('../icons/applescript.svg'); } .file-list li[data-extension $= ".asm"]:before{ content: ""; background-image: url('../icons/assembly.svg'); } .file-list li[data-extension $= ".wav"]:before{ content: ""; background-image: url('../icons/audio.svg'); } .file-list li[data-extension $= ".mp3"]:before{ content: ""; background-image: url('../icons/audio.svg'); } .file-list li[data-extension $= ".ahk"]:before{ content: ""; background-image: url('../icons/autohotkey.svg'); } .file-list li[data-extension $= ".au3"]:before{ content: ""; background-image: url('../icons/autoit.svg'); } .file-list li[data-extension $= ".cabal"]:before{ content: ""; background-image: url('../icons/cabal.svg'); } .file-list li[data-extension $= ".cake"]:before{ content: ""; background-image: url('../icons/cake.svg'); } .file-list li[data-extension $= ".clj"]:before{ content: ""; background-image: url('../icons/clojure.svg'); } .file-list li[data-extension $= ".coffee"]:before{ content: ""; background-image: url('../icons/coffee.svg'); } .file-list li[data-extension $= ".cfm"]:before{ content: ""; background-image: url('../icons/codefusion.svg'); } .file-list li[data-extension $= ".rpt"]:before{ content: ""; background-image: url('../icons/crystal.svg'); } .file-list li[data-extension $= ".css.map"]:before{ content: ""; background-image: url('../icons/css-map.svg'); } .file-list li[data-extension $= ".feature"]:before{ content: ""; background-image: url('../icons/cucumber.svg'); } .file-list li[data-extension $= ".cu"]:before{ content: ""; background-image: url('../icons/cuda.svg'); } .file-list li[data-extension $= ".d"]:before{ content: ""; background-image: url('../icons/d.svg'); } .file-list li[data-extension $= ".dart"]:before{ content: ""; background-image: url('../icons/dart.svg'); } .file-list li[data-extension $= "Dockerfile"]:before{ content: ""; background-image: url('../icons/docker.svg'); } .file-list li[data-extension $= ".ejs"]:before{ content: ""; background-image: url('../icons/ejs.svg'); } .file-list li[data-extension $= ".exs"]:before{ content: ""; background-image: url('../icons/elixir.svg'); } .file-list li[data-extension $= ".erl"]:before{ content: ""; background-image: url('../icons/erlang.svg'); } .file-list li[data-extension $= ".exe"]:before{ content: ""; background-image: url('../icons/exe.svg'); } .file-list li[data-extension $= ".fla"]:before{ content: ""; background-image: url('../icons/flash.svg'); } .file-list li[data-extension $= ".swf"]:before{ content: ""; background-image: url('../icons/flash.svg'); } .file-list li[data-extension $= ".flow"]:before{ content: ""; background-image: url('../icons/flow.svg'); } .file-list li[data-extension $= ".ttf"]:before{ content: ""; background-image: url('../icons/font.svg'); } .file-list li[data-extension $= ".fs"]:before{ content: ""; background-image: url('../icons/fsharp.svg'); } .file-list li[data-extension $= ".git"]:before{ content: ""; background-image: url('../icons/git.svg'); } .file-list li[data-extension $= ".go"]:before{ content: ""; background-image: url('../icons/go.svg'); } .file-list li[data-extension $= ".graphql"]:before{ content: ""; background-image: url('../icons/graphql.svg'); } .file-list li[data-extension $= ".groovy"]:before{ content: ""; background-image: url('../icons/groovy.svg'); } .file-list li[data-extension $= ".h"]:before{ content: ""; background-image: url('../icons/h.svg'); } .file-list li[data-extension $= ".hbs"]:before{ content: ""; background-image: url('../icons/hanlebars.svg'); } .file-list li[data-extension $= ".handlebars"]:before{ content: ""; background-image: url('../icons/handlebars.svg'); } .file-list li[data-extension $= ".hs"]:before{ content: ""; background-image: url('../icons/haskell.svg'); } .file-list li[data-extension $= ".lhs"]:before{ content: ""; background-image: url('../icons/haskell.svg'); } .file-list li[data-extension $= ".hx"]:before{ content: ""; background-image: url('../icons/haxe.svg'); } .file-list li[data-extension $= ".hpp"]:before{ content: ""; background-image: url('../icons/hpp.svg'); } .file-list li[data-extension $= ".jpg"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".jpeg"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".png"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".gif"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".tiff"]:before{ content: ""; background-image: url('../icons/image.svg'); } .file-list li[data-extension $= ".js.map"]:before{ content: ""; background-image: url('../icons/javascript-map.svg'); } .file-list li[data-extension $= ".jinja"]:before{ content: ""; background-image: url('../icons/jinja.svg'); } .file-list li[data-extension $= ".jl"]:before{ content: ""; background-image: url('../icons/julia.svg'); } .file-list li[data-extension $= ".key"]:before{ content: ""; background-image: url('../icons/key.svg'); } .file-list li[data-extension $= ".kv"]:before{ content: ""; background-image: url('../icons/kivy.svg'); } .file-list li[data-extension $= ".kl"]:before{ content: ""; background-image: url('../icons/kl.svg'); } .file-list li[data-extension $= ".kt"]:before{ content: ""; background-image: url('../icons/kotlin.svg'); } .file-list li[data-extension $= ".less"]:before{ content: ""; background-image: url('../icons/less.svg'); } .file-list li[data-extension $= ".lock"]:before{ content: ""; background-image: url('../icons/lock.svg'); } .file-list li[data-extension $= ".lua"]:before{ content: ""; background-image: url('../icons/lua.svg'); } .file-list li[data-extension $= ".marko"]:before{ content: ""; background-image: url('../icons/markojs.svg'); } .file-list li[data-extension $= ".mdx"]:before{ content: ""; background-image: url('../icons/mdx.svg'); } .file-list li[data-extension $= ".merlin"]:before{ content: ""; background-image: url('../icons/merlin.svg'); } .file-list li[data-extension $= ".mxml"]:before{ content: ""; background-image: url('../icons/mxml.svg'); } .file-list li[data-extension $= ".pdf"]:before{ content: ""; background-image: url('../icons/pdf.svg'); } .file-list li[data-extension $= ".pl"]:before{ content: ""; background-image: url('../icons/perl.svg'); } .file-list li[data-extension $= ".pug"]:before{ content: ""; background-image: url('../icons/pug.svg'); } .file-list li[data-extension $= ".pp"]:before{ content: ""; background-image: url('../icons/puppet.svg'); } .file-list li[data-extension $= ".purs"]:before{ content: ""; background-image: url('../icons/purescript.svg'); } .file-list li[data-extension $= ".r"]:before{ content: ""; background-image: url('../icons/r.svg'); } .file-list li[data-extension $= ".rkt"]:before{ content: ""; background-image: url('../icons/racket.svg'); } .file-list li[data-extension $= ".jsx"]:before{ content: ""; background-image: url('../icons/react.svg'); } .file-list li[data-extension $= "readme"]:before{ content: ""; background-image: url('../icons/readme.svg'); } .file-list li[data-extension $= ".robot"]:before{ content: ""; background-image: url('../icons/robot.svg'); } .file-list li[data-extension $= ".rb"]:before{ content: ""; background-image: url('../icons/ruby.svg'); } .file-list li[data-extension $= ".rs"]:before{ content: ""; background-image: url('../icons/rust.svg'); } .file-list li[data-extension $= ".san"]:before{ content: ""; background-image: url('../icons/san.svg'); } .file-list li[data-extension $= ".scss"]:before{ content: ""; background-image: url('../icons/sass.svg'); } .file-list li[data-extension $= ".swift"]:before{ content: ""; background-image: url('../icons/swift.svg'); } .file-list li[data-extension $= ".ts"]:before{ content: ""; background-image: url('../icons/typescript.svg'); } .file-list li[data-extension $= ".vue"]:before{ content: ""; background-image: url('../icons/vue.svg'); } .file-list li[data-extension $= ".docx"]:before{ content: ""; background-image: url('../icons/word.svg'); } .file-list li[data-extension $= ".xaml"]:before{ content: ""; background-image: url('../icons/xaml.svg'); } .file-list li[data-extension $= ".xml"]:before{ content: ""; background-image: url('../icons/xml.svg'); } .file-list li[data-extension $= ".yarn"]:before{ content: ""; background-image: url('../icons/yarn.svg'); } .file-list li[data-extension $= ".zip"]:before{ content: ""; background-image: url('../icons/zip.svg'); } .file-list li[data-extension $= ".doc"]:before{ content: ""; background-image: url('../icons/document.svg'); }
0.139587
0.038756
body{ font-family: 'Roboto', sans-serif; overflow-x: hidden; } header { background-image: url("../assets/backgrounds/h_img.jpg"); background-repeat: no-repeat; background-size: cover; text-align: center; color: white; padding-top: 230px; } #logo { padding-bottom: 30px; } #click { padding-top: 200px; padding-bottom: 30px; } #about-us{ text-align: center; padding: 60px; } #about-us h1{ padding-bottom: 13px; } #services{ background-image: url(../assets/backgrounds/s_image.jpg); background-repeat: no-repeat; background-size: cover; text-align: center; color: white; padding:70px; } #offers{ text-align: center; display: inline; } .toggle{ display: none; } .portfolio h2{ text-align: center; padding-top:2px; } .col-md-3 img{ width: 100%; height: 100%; } #portfolio{ align-items: center; } #overlay,#overlay2,#overlay3,#overlay4,#overlay5,#overlay6,#overlay7,#overlay8{ bottom: 0; background:white; color: #f1f1f1; width: 100%; opacity:-20; color: blue; font-size: 20px; padding: 10px; text-align: center; } .col-md-3:hover #overlay{ opacity: 1; } .col-md-3:hover #overlay2{ opacity: 1; } .col-md-3:hover #overlay3{ opacity: 1; } .col-md-3:hover #overlay4{ opacity: 1; } .col-md-3:hover #overlay5{ opacity: 1; } .col-md-3:hover #overlay6{ opacity: 1; } .col-md-3:hover #overlay7{ opacity: 1; } .col-md-3:hover #overlay8{ opacity: 1; } #form { background-image: url(../assets/backgrounds/c_image.jpg); border-radius: 5px; color: white; padding-top: 30px; } #email,#name ,#subject { background: transparent; color: white; } #form h2{ text-align: center; } #form{ margin-top: 50px; } input[type=text], select, textarea { width: 100%; padding: 12px; border-radius: 4px; box-sizing: border-box; margin-top: 6px; margin-bottom: 16px; resize: vertical; } input[type=submit] { cursor: pointer; text-align: center; } input[type=submit]:hover { background-color: #45a049; } form#formInput ::placeholder { color:white; } .sociallinks{ text-align: center; padding: 20px; } #media{ margin:8px; }
css/styles.css
body{ font-family: 'Roboto', sans-serif; overflow-x: hidden; } header { background-image: url("../assets/backgrounds/h_img.jpg"); background-repeat: no-repeat; background-size: cover; text-align: center; color: white; padding-top: 230px; } #logo { padding-bottom: 30px; } #click { padding-top: 200px; padding-bottom: 30px; } #about-us{ text-align: center; padding: 60px; } #about-us h1{ padding-bottom: 13px; } #services{ background-image: url(../assets/backgrounds/s_image.jpg); background-repeat: no-repeat; background-size: cover; text-align: center; color: white; padding:70px; } #offers{ text-align: center; display: inline; } .toggle{ display: none; } .portfolio h2{ text-align: center; padding-top:2px; } .col-md-3 img{ width: 100%; height: 100%; } #portfolio{ align-items: center; } #overlay,#overlay2,#overlay3,#overlay4,#overlay5,#overlay6,#overlay7,#overlay8{ bottom: 0; background:white; color: #f1f1f1; width: 100%; opacity:-20; color: blue; font-size: 20px; padding: 10px; text-align: center; } .col-md-3:hover #overlay{ opacity: 1; } .col-md-3:hover #overlay2{ opacity: 1; } .col-md-3:hover #overlay3{ opacity: 1; } .col-md-3:hover #overlay4{ opacity: 1; } .col-md-3:hover #overlay5{ opacity: 1; } .col-md-3:hover #overlay6{ opacity: 1; } .col-md-3:hover #overlay7{ opacity: 1; } .col-md-3:hover #overlay8{ opacity: 1; } #form { background-image: url(../assets/backgrounds/c_image.jpg); border-radius: 5px; color: white; padding-top: 30px; } #email,#name ,#subject { background: transparent; color: white; } #form h2{ text-align: center; } #form{ margin-top: 50px; } input[type=text], select, textarea { width: 100%; padding: 12px; border-radius: 4px; box-sizing: border-box; margin-top: 6px; margin-bottom: 16px; resize: vertical; } input[type=submit] { cursor: pointer; text-align: center; } input[type=submit]:hover { background-color: #45a049; } form#formInput ::placeholder { color:white; } .sociallinks{ text-align: center; padding: 20px; } #media{ margin:8px; }
0.326916
0.084985
.form-container { position: absolute; top: 17vh; width: 370px; box-shadow: 0px 0px 10px 0px rgb(0, 0, 0); padding: 20px; border-radius: 2px; } .form-container a:hover{ opacity: 0.7; text-decoration: none !important; } .hoverAbleInformation{ display: none; background-color: white; text-align: center; position: absolute; top: 50%; left:0; width: 100%; } .quick { background-color: white; text-align: center; position: absolute; top: 50%; left: 0; width: 100%; } .hideableinfo{ font-size: 0.6rem; position: absolute; top: 58%; } .hoverAbleInformation a{ font-size:1.7rem; } .content2:hover + .hoverAbleInformation { display: block; } .hoverAbleInformation:hover{ display: block; } .profile-pic-div { height: 200px; width: 200px; position: absolute; top: 20%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; overflow: hidden; border: 1px solid grey; } #photo { height: 100%; width: 100%; } #file { display: none; } #uploadBtn { height: 40px; width: 100%; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); text-align: center; background: rgba(0, 0, 0, 0.7); color: wheat; line-height: 30px; font-family: sans-serif; font-size: 15px; cursor: pointer; display: none; } .text-left{ float: right; padding: 5px; } .men{ background-repeat: no-repeat; width: 100%; } .navfont1{ font-size: 0.8rem; } .women{ background-repeat: no-repeat; width: 100%; } .HideAbleList li{ cursor: pointer; } .profile-div { position: relative; } .HoverAbleDivProfile { display: none; text-align: center; border: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; right: 0; left: 65%; overflow: hidden; z-index: 1000; background-color: white; border-radius: 2px; } .cart-div { position: relative; } .HoverAbleDivCart { display: none; text-align: center; border: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; right: 0; left: 65%; overflow: hidden; z-index: 1000; background-color: white; border-radius: 2px; } .profileList { list-style-type: none; margin-left: 30%; padding: 0; overflow: hidden; } .profileList li { float: left; } .profileList li a { display: block; text-align: center; padding: 16px; text-decoration: none; } .DivOverSlide0{ position: relative; } .HoverAbleDiv0{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide1 { position: relative; } .HoverAbleDiv1 { display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide2{ position: relative; } .HoverAbleDiv2{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide3{ position: relative; } .HoverAbleDiv3{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide4{ position: relative; } .HoverAbleDiv4{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide5{ position: relative; } .HoverAbleDiv5{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide6{ position: relative; } .HoverAbleDiv6{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide7{ position: relative; } .bg-hoodies { margin-bottom: 16px !important; height: 400px !important; background-repeat: no-repeat; background-position: top center; background-size: cover; } .single-col{ margin-bottom: 16px !important; height: 550px !important; background-repeat: no-repeat; background-position: top center; background-size: cover; } .single-col1{ margin-bottom: 16px !important; height: 650px !important; background-repeat: no-repeat; background-position: top center; background-size: cover; } .uppercontent{ position: relative; height: 100%; } .content2 { position: absolute; height: 100%; width: 100%; background-color: #0000002e; transition: background-color 0.1s ease-in-out; } .content{ position: absolute; height: 100%; width: 100%; background-color: #0000002e; transition: background-color 0.1s ease-in-out; } .content-name{ position: relative; top: 45%; font-size: 1.8rem; font-weight: 480; } .shop{ position: relative; top: 45%; font-size: 0.85rem; font-weight: 480; } .full-link{ position: absolute; top: 0; bottom: 0; left: 0; width: 100%; font-size: 0px !important; } .HoverAbleDiv7{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .HideAbleList li:hover{ opacity: 0.8; } .f1{ display: inline-block; } #sidebar { width: 250px; position: fixed; top: 0; bottom: 0; height: 100vh; left: -250px; z-index: 999; background-color: rgb(241, 238, 238); color: rgb(34, 33, 33); transition: all 0.3s; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); } #sidebar.active { left: 0; } #dismiss { width: 35px; height: 35px; line-height: 35px; text-align: center; position: absolute; top: 10px; right: 10px; cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #dismiss:hover { background: #fff; } .overlay { top: 0; display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.7); z-index: 998; opacity: 0; transition: all 0.5s ease-in-out; } .overlay.active { display: block; opacity: 1; } #sidebar .sidebar-header { padding: 20px; } #sidebar ul.components { padding: 20px 0; } #sidebar ul p { color: #fff; padding: 10px; } #sidebar ul li a { padding: 10px; font-size: 1.1em; display: block; } /* #sidebar ul li.active>a, a[aria-expanded="true"] { color: #fff; } */ a[data-toggle="collapse"] { position: relative; } .dropdown-toggle::after { display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); } ul ul a { font-size: 0.9em !important; padding-left: 30px !important; }
Content/css/style.css
.form-container { position: absolute; top: 17vh; width: 370px; box-shadow: 0px 0px 10px 0px rgb(0, 0, 0); padding: 20px; border-radius: 2px; } .form-container a:hover{ opacity: 0.7; text-decoration: none !important; } .hoverAbleInformation{ display: none; background-color: white; text-align: center; position: absolute; top: 50%; left:0; width: 100%; } .quick { background-color: white; text-align: center; position: absolute; top: 50%; left: 0; width: 100%; } .hideableinfo{ font-size: 0.6rem; position: absolute; top: 58%; } .hoverAbleInformation a{ font-size:1.7rem; } .content2:hover + .hoverAbleInformation { display: block; } .hoverAbleInformation:hover{ display: block; } .profile-pic-div { height: 200px; width: 200px; position: absolute; top: 20%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; overflow: hidden; border: 1px solid grey; } #photo { height: 100%; width: 100%; } #file { display: none; } #uploadBtn { height: 40px; width: 100%; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); text-align: center; background: rgba(0, 0, 0, 0.7); color: wheat; line-height: 30px; font-family: sans-serif; font-size: 15px; cursor: pointer; display: none; } .text-left{ float: right; padding: 5px; } .men{ background-repeat: no-repeat; width: 100%; } .navfont1{ font-size: 0.8rem; } .women{ background-repeat: no-repeat; width: 100%; } .HideAbleList li{ cursor: pointer; } .profile-div { position: relative; } .HoverAbleDivProfile { display: none; text-align: center; border: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; right: 0; left: 65%; overflow: hidden; z-index: 1000; background-color: white; border-radius: 2px; } .cart-div { position: relative; } .HoverAbleDivCart { display: none; text-align: center; border: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; right: 0; left: 65%; overflow: hidden; z-index: 1000; background-color: white; border-radius: 2px; } .profileList { list-style-type: none; margin-left: 30%; padding: 0; overflow: hidden; } .profileList li { float: left; } .profileList li a { display: block; text-align: center; padding: 16px; text-decoration: none; } .DivOverSlide0{ position: relative; } .HoverAbleDiv0{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide1 { position: relative; } .HoverAbleDiv1 { display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide2{ position: relative; } .HoverAbleDiv2{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide3{ position: relative; } .HoverAbleDiv3{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide4{ position: relative; } .HoverAbleDiv4{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide5{ position: relative; } .HoverAbleDiv5{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide6{ position: relative; } .HoverAbleDiv6{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .DivOverSlide7{ position: relative; } .bg-hoodies { margin-bottom: 16px !important; height: 400px !important; background-repeat: no-repeat; background-position: top center; background-size: cover; } .single-col{ margin-bottom: 16px !important; height: 550px !important; background-repeat: no-repeat; background-position: top center; background-size: cover; } .single-col1{ margin-bottom: 16px !important; height: 650px !important; background-repeat: no-repeat; background-position: top center; background-size: cover; } .uppercontent{ position: relative; height: 100%; } .content2 { position: absolute; height: 100%; width: 100%; background-color: #0000002e; transition: background-color 0.1s ease-in-out; } .content{ position: absolute; height: 100%; width: 100%; background-color: #0000002e; transition: background-color 0.1s ease-in-out; } .content-name{ position: relative; top: 45%; font-size: 1.8rem; font-weight: 480; } .shop{ position: relative; top: 45%; font-size: 0.85rem; font-weight: 480; } .full-link{ position: absolute; top: 0; bottom: 0; left: 0; width: 100%; font-size: 0px !important; } .HoverAbleDiv7{ display: none; border-top: solid 1px rgb(97, 92, 92); position: absolute; top: 0px; left: 20px; z-index: 1000; background-color: white; border-radius: 2px; } .HideAbleList li:hover{ opacity: 0.8; } .f1{ display: inline-block; } #sidebar { width: 250px; position: fixed; top: 0; bottom: 0; height: 100vh; left: -250px; z-index: 999; background-color: rgb(241, 238, 238); color: rgb(34, 33, 33); transition: all 0.3s; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); } #sidebar.active { left: 0; } #dismiss { width: 35px; height: 35px; line-height: 35px; text-align: center; position: absolute; top: 10px; right: 10px; cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #dismiss:hover { background: #fff; } .overlay { top: 0; display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.7); z-index: 998; opacity: 0; transition: all 0.5s ease-in-out; } .overlay.active { display: block; opacity: 1; } #sidebar .sidebar-header { padding: 20px; } #sidebar ul.components { padding: 20px 0; } #sidebar ul p { color: #fff; padding: 10px; } #sidebar ul li a { padding: 10px; font-size: 1.1em; display: block; } /* #sidebar ul li.active>a, a[aria-expanded="true"] { color: #fff; } */ a[data-toggle="collapse"] { position: relative; } .dropdown-toggle::after { display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); } ul ul a { font-size: 0.9em !important; padding-left: 30px !important; }
0.467089
0.09187
.contain{ background-image:linear-gradient(rgba(20,0,255,0.8),rgba(255,0,173,0.7)),url(../../assets/coffee.jpg); height:92vh; background-size:cover; background-position: center; } .login-box { width: 1030px; height: 500px; background: rgba(0, 0, 0, 0.5); color: #fff; top: 60%; left: 50%; position: absolute; transform: translate(-50%, -50%); box-sizing: border-box; padding: 70px 30px; -webkit-box-shadow: 0px 9px 30px -5px rgba(0,0,0,0.75); -moz-box-shadow: 0px 9px 30px -5px rgba(0,0,0,0.75); box-shadow: 0px 9px 30px -5px rgba(0,0,0,0.75); } .avatar { width: 100px; height: 100px; border-radius: 50%; position: absolute; top: -50px; left: calc(50% - 50px); } h1 { margin: 0; padding: 0 0 20px; text-align: center; font-size: 22px; } .login-box p { margin: 0; padding: 0; font-weight: bold; } .login-box input { width: 100%; margin-bottom: 20px; } .login-box input[type="text"], input[type="password"] { border: none; border-bottom: 1px solid #fff; background: transparent; outline: none; height: 40px; color: #fff; font-size: 16px; } .login-box input[type="submit"] { border: none; outline: none; height: 40px; background: #1c8adb; color: #fff; font-size: 18px; border-radius: 20px; } .login-box input[type="submit"]:hover { cursor: pointer; background: #39dc79; color: #000; } .login-box a { text-decoration: none; font-size: 14px; color: #fff; } .login-box a:hover { color: #39dc79; } /*Select option for selecting roles */ .custom-select { -webkit-appearance: button; -webkit-border-radius: 2px; -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); -webkit-padding-end: 20px; -webkit-padding-start: 2px; -webkit-user-select: none; background: transparent; background-position: 97% center; background-repeat: no-repeat; border: 1px solid #AAA; /* color: #fff; */ font-size: inherit; margin: 20px; overflow: hidden; padding: 5px 10px; text-overflow: ellipsis; white-space: nowrap; width: 220px; height: 40px }
src/app/register/register.component.css
.contain{ background-image:linear-gradient(rgba(20,0,255,0.8),rgba(255,0,173,0.7)),url(../../assets/coffee.jpg); height:92vh; background-size:cover; background-position: center; } .login-box { width: 1030px; height: 500px; background: rgba(0, 0, 0, 0.5); color: #fff; top: 60%; left: 50%; position: absolute; transform: translate(-50%, -50%); box-sizing: border-box; padding: 70px 30px; -webkit-box-shadow: 0px 9px 30px -5px rgba(0,0,0,0.75); -moz-box-shadow: 0px 9px 30px -5px rgba(0,0,0,0.75); box-shadow: 0px 9px 30px -5px rgba(0,0,0,0.75); } .avatar { width: 100px; height: 100px; border-radius: 50%; position: absolute; top: -50px; left: calc(50% - 50px); } h1 { margin: 0; padding: 0 0 20px; text-align: center; font-size: 22px; } .login-box p { margin: 0; padding: 0; font-weight: bold; } .login-box input { width: 100%; margin-bottom: 20px; } .login-box input[type="text"], input[type="password"] { border: none; border-bottom: 1px solid #fff; background: transparent; outline: none; height: 40px; color: #fff; font-size: 16px; } .login-box input[type="submit"] { border: none; outline: none; height: 40px; background: #1c8adb; color: #fff; font-size: 18px; border-radius: 20px; } .login-box input[type="submit"]:hover { cursor: pointer; background: #39dc79; color: #000; } .login-box a { text-decoration: none; font-size: 14px; color: #fff; } .login-box a:hover { color: #39dc79; } /*Select option for selecting roles */ .custom-select { -webkit-appearance: button; -webkit-border-radius: 2px; -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); -webkit-padding-end: 20px; -webkit-padding-start: 2px; -webkit-user-select: none; background: transparent; background-position: 97% center; background-repeat: no-repeat; border: 1px solid #AAA; /* color: #fff; */ font-size: inherit; margin: 20px; overflow: hidden; padding: 5px 10px; text-overflow: ellipsis; white-space: nowrap; width: 220px; height: 40px }
0.266357
0.078043
@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Sarala:wght@400;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } body { font-size: 100%; background:#2f2841; } .cabecalho{ display: flex; flex-direction: row; align-items: center; justify-content: space-around; padding: 24px; } .imagem { height: 250px; width: 100%; padding: 0px; } .monitorar { padding: 200px 16px; background: none; width: 600px; border-radius: 3px; position: absolute; z-index: 5000; margin-left: auto; margin-right: auto; top: 151px; left: 0; right: 0; text-align: center; } .monitorar:hover { color: #00ff88; } .rastreio { background: #00ff88; padding: 10px; border-radius: 7px; margin-top: 10px; margin-left: 10px; color: #fff; font-weight: 700; border: 1px solid #f3c5c5; color: rgb(5, 0, 0); cursor: pointer; } .rastreio:hover { background: #6b103d; } input#OrderTracking { background: none; width: 100%; text-align: center; padding: 10px; padding-left: 0px; border-radius: 6px; border: 1px solid #fffafa; color: #b9b9b9; } /* navbar */ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } li { float: left; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { background-color: #2f2841; } .sessao-contato { width: 100%; height: 100vh; background-color: #2f2841; display: flex; align-items: center; justify-content: center; } .contato-wrapper { width: 80%; height: 25rem; display: flex; box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.5); } .sessao-contato h1 { width: 100%; text-align: center; font-family: var(--font-primary); color: #2f2841; font-size: 3rem; font-weight: lighter; } .input-group { border-left: 50px; width: 100%; text-align: center; font-family: Arial, Helvetica, sans-serif; color: white; font-size: 1.0rem; font-weight: lighter; }
page.css
@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Sarala:wght@400;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } body { font-size: 100%; background:#2f2841; } .cabecalho{ display: flex; flex-direction: row; align-items: center; justify-content: space-around; padding: 24px; } .imagem { height: 250px; width: 100%; padding: 0px; } .monitorar { padding: 200px 16px; background: none; width: 600px; border-radius: 3px; position: absolute; z-index: 5000; margin-left: auto; margin-right: auto; top: 151px; left: 0; right: 0; text-align: center; } .monitorar:hover { color: #00ff88; } .rastreio { background: #00ff88; padding: 10px; border-radius: 7px; margin-top: 10px; margin-left: 10px; color: #fff; font-weight: 700; border: 1px solid #f3c5c5; color: rgb(5, 0, 0); cursor: pointer; } .rastreio:hover { background: #6b103d; } input#OrderTracking { background: none; width: 100%; text-align: center; padding: 10px; padding-left: 0px; border-radius: 6px; border: 1px solid #fffafa; color: #b9b9b9; } /* navbar */ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } li { float: left; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { background-color: #2f2841; } .sessao-contato { width: 100%; height: 100vh; background-color: #2f2841; display: flex; align-items: center; justify-content: center; } .contato-wrapper { width: 80%; height: 25rem; display: flex; box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.5); } .sessao-contato h1 { width: 100%; text-align: center; font-family: var(--font-primary); color: #2f2841; font-size: 3rem; font-weight: lighter; } .input-group { border-left: 50px; width: 100%; text-align: center; font-family: Arial, Helvetica, sans-serif; color: white; font-size: 1.0rem; font-weight: lighter; }
0.399929
0.096025
html, body, nav, ul, li, a,p,h1,h2,h3,h4 {margin: 0; padding: 0;} body{font-family: 'Open Sans', Helvetica, Arial, sans-serif;height: 100%;} a {text-decoration: none;color: #3498db;} #container { margin: 0 auto; max-width: 1000px; } /* INICIO: ESTILOS DEL MENU */ header,section { width: 100%; background: #f7f7f7; } /*INICIO: ESTILOS DEL MENU-DIV*/ .main-header { background: white; border-bottom: 1px solid #dbdbdb; } .left_container { width: 230px; -webkit-transition: margin-left .2s; transition: margin-left .2s; margin-left: -250px; position: absolute; top: 58px; z-index: 9999; } .left_container .drop_categories { padding: 10px; background: white; border-left: 1.5px solid #DDDDDD; border-bottom: 1.5px solid #DDDDDD; border-right: 1.5px solid #DDDDDD; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width: 223px; } .left_container_mobile { width: 230px; -webkit-transition: margin-left .2s; transition: margin-left .2s; margin-left: -250px; position: absolute; top: 99px; z-index: 9999; } .left_container_mobile .drop_categories { padding: 10px; background: white; border-left: 1.5px solid #DDDDDD; border-bottom: 1.5px solid #DDDDDD; border-right: 1.5px solid #DDDDDD; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .right_container { -webkit-transition: margin-left .2s; transition: margin-left .2s; overflow: hidden; } .left_container .up_direction,.left_container_mobile .up_direction { position: relative; height: 9px; } .left_container .up_direction i,.left_container_mobile .up_direction i { color: white; font-size: 25px; position: absolute; left: 10px; top: 0; } body .left_move { margin-left: 10px; z-index: 9999; } body .left_move_mobile { margin-left: 1px; z-index: 9999999; } .main-header .header-top .categories_btn .cate, .main-header .header-top .categories_btn .cate_after, .main-header .header-top .categories_btn .cate_mobile, .main-header .header-top .categories_btn .cate_mobile_after { border-color: #16a085; border-bottom-color: #16a085; background-color: #16a085; color: #fff; border-bottom: 2px solid #066150; padding: 8px 12px; font-weight: bold; font-size: 13px; font-family: Helvetica, Arial, sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; } .main-header .header-top .categories_btn .cate_after, .main-header .header-top .categories_btn .cate_mobile_after { border-color: #16a085; border-bottom-color: #16a085; background-color: #13836D; color: #fff; border-bottom: 2px solid #066150; padding: 8px 12px; font-weight: bold; font-size: 13px; font-family: Helvetica, Arial, sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; } .main-header .header-top .categories_btn .cate p,.main-header .header-top .categories_btn .cate i { display: inline-block; } .main-header .header-top .categories_btn .cate_mobile p,.main-header .header-top .categories_btn .cate_mobile i { display: inline-block; } .main-header .header-top .categories_btn .cate_after p,.main-header .header-top .categories_btn .cate_after i { display: inline-block; } .main-header .header-top .categories_btn .cate_mobile_after p,.main-header .header-top .categories_btn .cate_mobile_after i { display: inline-block; } .main-header .header-top .categories_btn .cate i, .main-header .header-top .categories_btn .cate_after i, .main-header .header-top .categories_btn .cate_mobile i .main-header .header-top .categories_btn .cate_mobile_after i { font-size: 17px; } .main-header .header-top .categories_btn .cate p, .main-header .header-top .categories_btn .cate_after p, .main-header .header-top .categories_btn .cate_mobile p, .main-header .header-top .categories_btn .cate_mobile_after p { padding-left: 5px; } .main-header .header-top .logo img { width: 150px; } .main-header .header-top { position: relative; height: 58px; } .main-header .header-top .logo { line-height: 0; padding: 8px 0 3px 0; background: white; } .main-header .header-top .categories_btn { position: absolute; left: 10px; } @media screen and (min-width: 1018px) { .main-header .header-top .logo { left: 40%; position: absolute; } .main-header .header-top .categories_btn { top: 12px; } .main-header .header-top .categories_btn .cate_mobile, .main-header .header-top .categories_btn .cate_mobile_after { display: none; } } @media screen and (max-width: 1017px) { .main-header { border-bottom: 0; } .main-header .header-top { position: relative; height: 110px; background: #34495e; } .main-header .header-top .logo { text-align: center; } .main-header .header-top .categories_btn { top: 67px; } .left_container { top: 108px; } .main-header .header-top .categories_btn .cate, .main-header .header-top .categories_btn .cate_after, .main-header .header-top .categories_btn .cate_mobile_after { display: none; } .main-header .header-top .categories_btn .cate_mobile { display: block; } } .left_container .drop_categories ul,.left_container_mobile .drop_categories ul { width: 225px; position: relative; } .left_container .drop_categories ul .hover_catery,.left_container_mobile .drop_categories ul .hover_catery { background: #16a085; } .left_container .drop_categories ul .hover_subcatery,.left_container_mobile .drop_categories ul .hover_subcatery { background: #16a085; } .left_container .drop_categories ul li .subcategory { position: absolute; left: -500px; } .left_container .drop_categories ul .hover_catery .subcategory { position: absolute; left: 220px; top: 0; border: 1px solid #DDDDDD; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: white; padding:10px; min-height: 320px; } .left_container .drop_categories ul .hover_catery .subcategory ul li a { color: rgb(90, 90, 90); } .left_container .drop_categories ul .hover_catery .subcategory ul .hover_subcatery a { color: white; } .left_container .drop_categories ul .hover_catery .subcategory ul #subcategory_li a { color: white; } .left_container .drop_categories ul .hover_catery .subcategory ul #subcategory_li a:hover { color: #16a085; } .left_container .drop_categories ul li,.left_container_mobile .drop_categories ul li { list-style: none; } .left_container .drop_categories ul li a,.left_container_mobile .drop_categories ul li a { color: rgb(90, 90, 90); padding: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 15px; max-width: 208px; position: relative; } .left_container .drop_categories ul .hover_catery a,.left_container_mobile .drop_categories ul .hover_catery a { color: white; } .left_container .drop_categories ul li a span,.left_container .drop_categories ul li a i { display: inline-block; } .left_container .drop_categories ul li a i { position: absolute; right: 0; top: 7px; } /*FIN: ESTILOS DEL MENU-DIV*/ /*INICIO: ESITLOS EL MENU RESPONSIVE */ .main-header .header-top .menu { display: inline-block; vertical-align: top; position: absolute; right: 0; top: 8px; } .main-header .header-top .menu ul li { display: inline-block; cursor: pointer; color: white; } @media screen and (min-width: 446px) { .main-header .header-top .menu ul li { padding: 10px 15px; } } @media screen and (max-width: 445px) { .main-header .header-top .menu ul { padding-bottom: 5px; } .main-header .header-top .menu ul li { display: block; padding: 10px 15px; text-align: left; } } .main-header .header-top .menu-drop-down{ border-color: #16a085; border-bottom-color: #16a085; background-color: #16a085; color: #fff; border-bottom: 2px solid #066150; padding: 8px 12px; font-weight: bold; font-size: 13px; font-family: Helvetica, Arial, sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; margin-top: 6px; margin-right: 10px; display: inline-block; right: 0; position: absolute; top: 62px; } .main-header .header-top .menu ul .user-name { font-size: 11px; font-weight: bold; position: relative; margin-left: 30px; } .main-header .header-top .menu ul .user-name img { position: absolute; width: 22px; height: 22px; top: 5px; left: -15px; } .main-header .header-top .menu ul li { color: #5a5a5a; } .main-header .header-top .menu ul li a { font-size: 11px; font-weight: bold; color: #5a5a5a; } .main-header .header-top .menu ul .create a { padding: 5px 10px; background-color: #fce359; background-image: -webkit-linear-gradient(#fce359, #fed231); background-image: linear-gradient(#fce359, #fed231); border: 1px solid #e5b50f; color: #393c3d; text-shadow: 0 1px 0 rgba(255,255,255,0.32); box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11),inset 0 0 1px 1px rgba(255,255,255,0.12); } @media screen and (min-width: 1018px) { .main-header .header-top .menu { display: inline-block; vertical-align: top; position: absolute; right: 0; top: 7px; } .main-header .header-top .menu ul .user-name { color: #5a5a5a; } .main-header .header-top .menu ul .user-name i{ position: absolute; right: 0; top: 13px; } .main-header .header-top .menu ul .user-name img { border: 1px solid rgb(52, 52, 52); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } } @media screen and (min-width: 678px) and (max-width: 1017px) { .main-header .header-top .menu { display: inline-block; vertical-align: top; position: absolute; right: 0; top: 62px; } .main-header .header-top .menu ul li { color: white; } .main-header .header-top .menu ul li a { font-size: 11px; font-weight: bold; color: white; } .main-header .header-top .menu ul .user-name { color: white; } .main-header .header-top .menu ul .user-name i{ position: absolute; right: 0; top: 12px; } .main-header .header-top .menu ul .user-name img { border: 1px solid white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } } @media screen and (max-width: 677px) { .main-header .header-top .menu { display: inline-block; vertical-align: top; position: absolute; right: 0; top: 109px; z-index: 999999; background: #243341; width: 100%; text-align: right; } .main-header .header-top .menu ul li { color: white; } .main-header .header-top .menu ul li a { font-size: 11px; font-weight: bold; color: white; } .main-header .header-top .menu ul .user-name { color: white; } .main-header .header-top .menu ul .user-name i{ position: absolute; right: 0; top: 12px; } .main-header .header-top .menu ul .user-name img { border: 1px solid white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } } .right_submenu { position: absolute; right: 10px; z-index: 9999999; width: 200px; -webkit-transition: margin-right .2s; transition: margin-right .2s; } @media screen and (min-width: 1018px) { .right_submenu { top: 50px; } } @media screen and (min-width: 678px) and (max-width: 1017px) { .right_submenu { top: 90px; } } @media screen and (max-width: 677px) { .right_submenu { top: 140px; } } .right_submenu .up_direction { color: white; font-size: 25px; height: 15px; margin-left: 10px; } .right_submenu .drop-down { background: white; border-left: 1.5px solid #DDDDDD; border-bottom: 1.5px solid #DDDDDD; border-right: 1.5px solid #DDDDDD; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .right_submenu .drop-down a li { width: 90%; list-style: none; } .right_submenu .drop-down a li { display: inline-block; padding: 10px 5%; cursor: pointer; } .right_submenu .drop-down a li { font-size: 11px; font-weight: bold; color: #5a5a5a; } .right_submenu .drop-down a li:hover { background: #16a085; color: white; } .right_submenu .drop-down a li i { padding-right: 10px; font-size: 14.5px; } /*FIN: ESITLOS EL MENU RESPONSIVE */ /*INICIO: ESTILOS DEL SELECT CATEGORY-SUBCATEGORY*/ .categorias-solicitud { background: #1abc9c; } .categorias { background: #16a085; } .categorias-lista { margin-left: 10px; } .categorias-lista .select-catecory,.categorias-lista .select-subcatecory { display: inline-block; vertical-align: top; padding-right: 7px; } .categorias-lista .summit { display: inline-block; vertical-align: top; } .categorias-lista select { display: inline-block; padding: 2px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; background: #DCF6F1; color: #1C7D6B; border: none; border-radius: 4px; } .categorias-solicitud .categorias-lista select { display: inline-block; padding: 2px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; background: rgb(169, 229, 205); color: rgb(27, 144, 74); border: none; } .categorias-lista ul input { color: white; -webkit-border-radius: 2.5px; -moz-border-radius: 2.5px; border-radius: 2.5px; background: #007a87; cursor: pointer; border: none; font-weight: bold; font-family: Helvetica,Arial,sans-serif; } .categorias-solicitud .categorias-lista ul input { -webkit-border-radius: 2.5px; -moz-border-radius: 2.5px; border-radius: 2.5px; border-color: #007a87; border-bottom-color: #004f58; background-color: #007a87; color: #fff; cursor: pointer; border: none; font-weight: bold; font-family: Helvetica,Arial,sans-serif; } @media screen and (min-width: 801px) { .categorias-solicitud { margin-top: 55px; } .categorias-lista ul { padding: 4px 1px 3px 1px; list-style: none; } .categorias-lista select { font-size: 14px; width: 290px; } .categorias-lista ul input { padding: 5px; font-size: 13px; } } @media screen and (min-width: 605px) and (max-width: 800px) { .categorias-lista ul { padding: 3px 1px; list-style: none; text-align: center; } .categorias-lista select { font-size: 14px; width: 200px; } .categorias-lista ul input { padding: 5px; font-size: 13px; } } @media screen and (min-width: 456px) and (max-width: 604px) { .categorias-lista ul { padding: 3px 1px 2px 1px; list-style: none; text-align: center; } .categorias-lista select { font-size: 14px; width: 200px; } .categorias-lista ul input { padding: 4px; font-size: 13px; } } @media screen and (max-width: 455px) { .categorias-lista ul { padding: 5px; list-style: none; text-align: center; } .categorias-lista select { display: inline-block; font-size: 14px; width: 210px; margin: 5px 0; } .categorias-lista ul input { padding: 6.5px 37px 6.5px 35px; font-size: 13px; margin-top: 4px; margin-right: 10px; } } @media screen and (min-width: 456px) and (max-width: 577px) { .categorias-lista .summit { padding: 3px 0; } } /*FIN: ESTILOS DEL SELECT CATEGORY-SUBCATEGORY*/ /* INICIO: ESTILOS DE SEARCH INPUT */ .search-principal { border-bottom: 1px solid #dbdbdb; } .search-principal .text-input { padding: 10px 10px; } .search-principal .summit-search { display: none; } .search-principal .text-input .form-content .background-search { text-align: center; } .search-principal .text-input .form-content .background-search input { font-weight: 700; padding: 8px 15px 8px 15px; font-family: Helvetica, Arial, sans-serif; color: #777; border: 1px solid rgb(154, 154, 154); opacity: 0.95; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 15px; background: rgb(253, 253, 253); } .search-principal .text-input .form-content .background-search input { width: 80%; } /*@media screen and (min-width: 934px) { .search-principal .text-input .form-content .background-search input { width: 70%; } }*/ /* FIN: ESTILOS DE SEARCH INPUT */ /*INICIO: ESTILOS DEL FOOTER */ @media screen and (min-width: 934px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { padding: 10px 20px; } .top-footer .logo a img { width: 80%; } .top-footer .content { padding: 20px 60px 10px 60px; } .top-footer .content li { list-style: none; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 60px 10px 60px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 794px) and (max-width: 933px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { padding: 10px 20px; } .top-footer .logo a img { width: 80%; } .top-footer .content { padding: 20px 20px 10px 20px; } .top-footer .content li { list-style: none; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 30px 10px 30px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 550px) and (max-width: 793px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { display: none; } .top-footer .content { padding: 20px 20px 10px 20px; } .top-footer .content li { list-style: none; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 30px 10px 30px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 490px) and (max-width: 549px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { display: none; } .top-footer .content { padding: 20px 10px 10px 10px; } .top-footer .content li { list-style: none; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 10px 10px 10px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 390px) and (max-width: 489px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { display: none; } .top-footer .content { padding: 20px 0px 10px 0px; } .top-footer .content li { display: inline-block; width: 49%; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 0px 10px 0px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 200px) and (max-width: 389px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; text-align: center; } .top-footer .logo { display: none; } .top-footer .content { padding: 10px 0px 10px 0px; width: 95%; } .top-footer .content li { display: block; text-align: center; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 10px 0px 10px 0px; width: 100%; } .top-footer .social div { display: none; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 5px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } .select_country_form { padding: 30px 10px 10px 10px; } .select_country_form select { width: 100%; max-width: 200px; padding: 2px 5px; border: 0; height: 30px; line-height: 1.5; -webkit-appearance: none; -moz-appearance: none; font-size: 15.5px; color: rgb(78, 78, 78); background: white url('http://tudemia.com/img/select_form.png') no-repeat scroll 100% 0px; } /*FIN: ESTILOS DEL FOOTER */ /*INICIO: ESTILOS TERMINOS-FOOTER */ .terminos-footer{ background: #2c3e50; color: white; } .terminos-footer ul p{ padding: 10px; color: white; } @media screen and (min-width: 389px) { .terminos-footer ul p { font-size: 14.5px; } } @media screen and (max-width: 389px) { .terminos-footer ul p { font-size: 13.5px; } } /*FIN: ESTILOS TERMINOS-FOOTER */ /* INICIO: ESTILOS DE LA VENTANA MODAL DEL LOGIN*/ .modal-login { display: none; position: fixed; top: 4em; color: #ffffff; z-index: 1002; overflow: auto; margin: 10px; line-height: 20px !important; } @media screen and (min-width: 901px) { .modal-login { left: 36%; } } @media screen and (max-width: 900px){ .modal-login { left: 30%; } } .overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 1001; opacity: .75; -moz-opacity: 0.75; filter: alpha(opacity=75); } .login_social { background: #ecf0f1; } .content_social { width: 320px; margin: 0 auto; padding: 30px 10px; text-align: center; } .content_social h1 { font-size: 23px; padding-bottom: 10px; color: #2c3e50; font-family: Helvetica, Arial, sans-serif; } .content_social .cuadro { margin: 30px 0; padding: 20px 10px 10px 10px; border: 1px solid rgb(172, 172, 172); -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.94); -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.94); box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.94); background: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .content_social .cuadro li { display: inline-block; padding: 10px; margin: 10px 20px; } .social-sign-in .fb { background: #297fb8; border: 1px solid #47637a; color: white; min-width: 210px; cursor: pointer; } .social-sign-in .go { background: #d03a3c; border: 1px solid #a0393a; color: white; min-width: 210px; cursor: pointer; } .social-sign-in .in { background: #1a97bb; border: 1px solid #07617A; color: white; min-width: 210px; cursor: pointer; } .social-sign-in li i { margin-right: 10px; } .social-sign-in li i, .social-sign-in li p { display: inline-block; font-size: 16px; } .social-sign-in .line { border: 1px solid rgb(172, 172, 172); width: 40%; display: inline-block; } .social-sign-in .o { width: 15%; display: inline-block; color: rgb(172, 172, 172); } .social-sign-in .usual_login { padding: 15px 0; } .social-sign-in .usual_login .input_login{ width: 225px; margin: 7px 0; padding: 5px 3px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid rgb(172, 172, 172); } .social-sign-in .usual_login p{ text-align: right; } .social-sign-in .usual_login .btn-usual-login{ padding: 5px 8px; margin: 10px 32px 0 0; color: #ffffff; background-color: #27ae60; border-color: #27ae60; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-weight: bold; border: 0; -webkit-box-shadow: 0px 0px 2px 0px #18703D; -moz-box-shadow: 0px 0px 2px 0px #18703D; box-shadow: 0px 0px 2px 0px #18703D; font-size: 12.5px; cursor: pointer; } .close_login_index { position: absolute; top: 30px; right: -160px; background: none repeat scroll 0% 0% #7C7C7C; border: 0px none; border-radius: 50%; color: #FFF; font-weight: bold; cursor: pointer; height: 25px; width: 25px; } /* FIN:; ESTILOS DE LA VENTANA MODAL DEL LOGIN*/
static/css/layouts/master.css
html, body, nav, ul, li, a,p,h1,h2,h3,h4 {margin: 0; padding: 0;} body{font-family: 'Open Sans', Helvetica, Arial, sans-serif;height: 100%;} a {text-decoration: none;color: #3498db;} #container { margin: 0 auto; max-width: 1000px; } /* INICIO: ESTILOS DEL MENU */ header,section { width: 100%; background: #f7f7f7; } /*INICIO: ESTILOS DEL MENU-DIV*/ .main-header { background: white; border-bottom: 1px solid #dbdbdb; } .left_container { width: 230px; -webkit-transition: margin-left .2s; transition: margin-left .2s; margin-left: -250px; position: absolute; top: 58px; z-index: 9999; } .left_container .drop_categories { padding: 10px; background: white; border-left: 1.5px solid #DDDDDD; border-bottom: 1.5px solid #DDDDDD; border-right: 1.5px solid #DDDDDD; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width: 223px; } .left_container_mobile { width: 230px; -webkit-transition: margin-left .2s; transition: margin-left .2s; margin-left: -250px; position: absolute; top: 99px; z-index: 9999; } .left_container_mobile .drop_categories { padding: 10px; background: white; border-left: 1.5px solid #DDDDDD; border-bottom: 1.5px solid #DDDDDD; border-right: 1.5px solid #DDDDDD; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .right_container { -webkit-transition: margin-left .2s; transition: margin-left .2s; overflow: hidden; } .left_container .up_direction,.left_container_mobile .up_direction { position: relative; height: 9px; } .left_container .up_direction i,.left_container_mobile .up_direction i { color: white; font-size: 25px; position: absolute; left: 10px; top: 0; } body .left_move { margin-left: 10px; z-index: 9999; } body .left_move_mobile { margin-left: 1px; z-index: 9999999; } .main-header .header-top .categories_btn .cate, .main-header .header-top .categories_btn .cate_after, .main-header .header-top .categories_btn .cate_mobile, .main-header .header-top .categories_btn .cate_mobile_after { border-color: #16a085; border-bottom-color: #16a085; background-color: #16a085; color: #fff; border-bottom: 2px solid #066150; padding: 8px 12px; font-weight: bold; font-size: 13px; font-family: Helvetica, Arial, sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; } .main-header .header-top .categories_btn .cate_after, .main-header .header-top .categories_btn .cate_mobile_after { border-color: #16a085; border-bottom-color: #16a085; background-color: #13836D; color: #fff; border-bottom: 2px solid #066150; padding: 8px 12px; font-weight: bold; font-size: 13px; font-family: Helvetica, Arial, sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; } .main-header .header-top .categories_btn .cate p,.main-header .header-top .categories_btn .cate i { display: inline-block; } .main-header .header-top .categories_btn .cate_mobile p,.main-header .header-top .categories_btn .cate_mobile i { display: inline-block; } .main-header .header-top .categories_btn .cate_after p,.main-header .header-top .categories_btn .cate_after i { display: inline-block; } .main-header .header-top .categories_btn .cate_mobile_after p,.main-header .header-top .categories_btn .cate_mobile_after i { display: inline-block; } .main-header .header-top .categories_btn .cate i, .main-header .header-top .categories_btn .cate_after i, .main-header .header-top .categories_btn .cate_mobile i .main-header .header-top .categories_btn .cate_mobile_after i { font-size: 17px; } .main-header .header-top .categories_btn .cate p, .main-header .header-top .categories_btn .cate_after p, .main-header .header-top .categories_btn .cate_mobile p, .main-header .header-top .categories_btn .cate_mobile_after p { padding-left: 5px; } .main-header .header-top .logo img { width: 150px; } .main-header .header-top { position: relative; height: 58px; } .main-header .header-top .logo { line-height: 0; padding: 8px 0 3px 0; background: white; } .main-header .header-top .categories_btn { position: absolute; left: 10px; } @media screen and (min-width: 1018px) { .main-header .header-top .logo { left: 40%; position: absolute; } .main-header .header-top .categories_btn { top: 12px; } .main-header .header-top .categories_btn .cate_mobile, .main-header .header-top .categories_btn .cate_mobile_after { display: none; } } @media screen and (max-width: 1017px) { .main-header { border-bottom: 0; } .main-header .header-top { position: relative; height: 110px; background: #34495e; } .main-header .header-top .logo { text-align: center; } .main-header .header-top .categories_btn { top: 67px; } .left_container { top: 108px; } .main-header .header-top .categories_btn .cate, .main-header .header-top .categories_btn .cate_after, .main-header .header-top .categories_btn .cate_mobile_after { display: none; } .main-header .header-top .categories_btn .cate_mobile { display: block; } } .left_container .drop_categories ul,.left_container_mobile .drop_categories ul { width: 225px; position: relative; } .left_container .drop_categories ul .hover_catery,.left_container_mobile .drop_categories ul .hover_catery { background: #16a085; } .left_container .drop_categories ul .hover_subcatery,.left_container_mobile .drop_categories ul .hover_subcatery { background: #16a085; } .left_container .drop_categories ul li .subcategory { position: absolute; left: -500px; } .left_container .drop_categories ul .hover_catery .subcategory { position: absolute; left: 220px; top: 0; border: 1px solid #DDDDDD; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: white; padding:10px; min-height: 320px; } .left_container .drop_categories ul .hover_catery .subcategory ul li a { color: rgb(90, 90, 90); } .left_container .drop_categories ul .hover_catery .subcategory ul .hover_subcatery a { color: white; } .left_container .drop_categories ul .hover_catery .subcategory ul #subcategory_li a { color: white; } .left_container .drop_categories ul .hover_catery .subcategory ul #subcategory_li a:hover { color: #16a085; } .left_container .drop_categories ul li,.left_container_mobile .drop_categories ul li { list-style: none; } .left_container .drop_categories ul li a,.left_container_mobile .drop_categories ul li a { color: rgb(90, 90, 90); padding: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 15px; max-width: 208px; position: relative; } .left_container .drop_categories ul .hover_catery a,.left_container_mobile .drop_categories ul .hover_catery a { color: white; } .left_container .drop_categories ul li a span,.left_container .drop_categories ul li a i { display: inline-block; } .left_container .drop_categories ul li a i { position: absolute; right: 0; top: 7px; } /*FIN: ESTILOS DEL MENU-DIV*/ /*INICIO: ESITLOS EL MENU RESPONSIVE */ .main-header .header-top .menu { display: inline-block; vertical-align: top; position: absolute; right: 0; top: 8px; } .main-header .header-top .menu ul li { display: inline-block; cursor: pointer; color: white; } @media screen and (min-width: 446px) { .main-header .header-top .menu ul li { padding: 10px 15px; } } @media screen and (max-width: 445px) { .main-header .header-top .menu ul { padding-bottom: 5px; } .main-header .header-top .menu ul li { display: block; padding: 10px 15px; text-align: left; } } .main-header .header-top .menu-drop-down{ border-color: #16a085; border-bottom-color: #16a085; background-color: #16a085; color: #fff; border-bottom: 2px solid #066150; padding: 8px 12px; font-weight: bold; font-size: 13px; font-family: Helvetica, Arial, sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; margin-top: 6px; margin-right: 10px; display: inline-block; right: 0; position: absolute; top: 62px; } .main-header .header-top .menu ul .user-name { font-size: 11px; font-weight: bold; position: relative; margin-left: 30px; } .main-header .header-top .menu ul .user-name img { position: absolute; width: 22px; height: 22px; top: 5px; left: -15px; } .main-header .header-top .menu ul li { color: #5a5a5a; } .main-header .header-top .menu ul li a { font-size: 11px; font-weight: bold; color: #5a5a5a; } .main-header .header-top .menu ul .create a { padding: 5px 10px; background-color: #fce359; background-image: -webkit-linear-gradient(#fce359, #fed231); background-image: linear-gradient(#fce359, #fed231); border: 1px solid #e5b50f; color: #393c3d; text-shadow: 0 1px 0 rgba(255,255,255,0.32); box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11),inset 0 0 1px 1px rgba(255,255,255,0.12); } @media screen and (min-width: 1018px) { .main-header .header-top .menu { display: inline-block; vertical-align: top; position: absolute; right: 0; top: 7px; } .main-header .header-top .menu ul .user-name { color: #5a5a5a; } .main-header .header-top .menu ul .user-name i{ position: absolute; right: 0; top: 13px; } .main-header .header-top .menu ul .user-name img { border: 1px solid rgb(52, 52, 52); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } } @media screen and (min-width: 678px) and (max-width: 1017px) { .main-header .header-top .menu { display: inline-block; vertical-align: top; position: absolute; right: 0; top: 62px; } .main-header .header-top .menu ul li { color: white; } .main-header .header-top .menu ul li a { font-size: 11px; font-weight: bold; color: white; } .main-header .header-top .menu ul .user-name { color: white; } .main-header .header-top .menu ul .user-name i{ position: absolute; right: 0; top: 12px; } .main-header .header-top .menu ul .user-name img { border: 1px solid white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } } @media screen and (max-width: 677px) { .main-header .header-top .menu { display: inline-block; vertical-align: top; position: absolute; right: 0; top: 109px; z-index: 999999; background: #243341; width: 100%; text-align: right; } .main-header .header-top .menu ul li { color: white; } .main-header .header-top .menu ul li a { font-size: 11px; font-weight: bold; color: white; } .main-header .header-top .menu ul .user-name { color: white; } .main-header .header-top .menu ul .user-name i{ position: absolute; right: 0; top: 12px; } .main-header .header-top .menu ul .user-name img { border: 1px solid white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } } .right_submenu { position: absolute; right: 10px; z-index: 9999999; width: 200px; -webkit-transition: margin-right .2s; transition: margin-right .2s; } @media screen and (min-width: 1018px) { .right_submenu { top: 50px; } } @media screen and (min-width: 678px) and (max-width: 1017px) { .right_submenu { top: 90px; } } @media screen and (max-width: 677px) { .right_submenu { top: 140px; } } .right_submenu .up_direction { color: white; font-size: 25px; height: 15px; margin-left: 10px; } .right_submenu .drop-down { background: white; border-left: 1.5px solid #DDDDDD; border-bottom: 1.5px solid #DDDDDD; border-right: 1.5px solid #DDDDDD; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .right_submenu .drop-down a li { width: 90%; list-style: none; } .right_submenu .drop-down a li { display: inline-block; padding: 10px 5%; cursor: pointer; } .right_submenu .drop-down a li { font-size: 11px; font-weight: bold; color: #5a5a5a; } .right_submenu .drop-down a li:hover { background: #16a085; color: white; } .right_submenu .drop-down a li i { padding-right: 10px; font-size: 14.5px; } /*FIN: ESITLOS EL MENU RESPONSIVE */ /*INICIO: ESTILOS DEL SELECT CATEGORY-SUBCATEGORY*/ .categorias-solicitud { background: #1abc9c; } .categorias { background: #16a085; } .categorias-lista { margin-left: 10px; } .categorias-lista .select-catecory,.categorias-lista .select-subcatecory { display: inline-block; vertical-align: top; padding-right: 7px; } .categorias-lista .summit { display: inline-block; vertical-align: top; } .categorias-lista select { display: inline-block; padding: 2px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; background: #DCF6F1; color: #1C7D6B; border: none; border-radius: 4px; } .categorias-solicitud .categorias-lista select { display: inline-block; padding: 2px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; background: rgb(169, 229, 205); color: rgb(27, 144, 74); border: none; } .categorias-lista ul input { color: white; -webkit-border-radius: 2.5px; -moz-border-radius: 2.5px; border-radius: 2.5px; background: #007a87; cursor: pointer; border: none; font-weight: bold; font-family: Helvetica,Arial,sans-serif; } .categorias-solicitud .categorias-lista ul input { -webkit-border-radius: 2.5px; -moz-border-radius: 2.5px; border-radius: 2.5px; border-color: #007a87; border-bottom-color: #004f58; background-color: #007a87; color: #fff; cursor: pointer; border: none; font-weight: bold; font-family: Helvetica,Arial,sans-serif; } @media screen and (min-width: 801px) { .categorias-solicitud { margin-top: 55px; } .categorias-lista ul { padding: 4px 1px 3px 1px; list-style: none; } .categorias-lista select { font-size: 14px; width: 290px; } .categorias-lista ul input { padding: 5px; font-size: 13px; } } @media screen and (min-width: 605px) and (max-width: 800px) { .categorias-lista ul { padding: 3px 1px; list-style: none; text-align: center; } .categorias-lista select { font-size: 14px; width: 200px; } .categorias-lista ul input { padding: 5px; font-size: 13px; } } @media screen and (min-width: 456px) and (max-width: 604px) { .categorias-lista ul { padding: 3px 1px 2px 1px; list-style: none; text-align: center; } .categorias-lista select { font-size: 14px; width: 200px; } .categorias-lista ul input { padding: 4px; font-size: 13px; } } @media screen and (max-width: 455px) { .categorias-lista ul { padding: 5px; list-style: none; text-align: center; } .categorias-lista select { display: inline-block; font-size: 14px; width: 210px; margin: 5px 0; } .categorias-lista ul input { padding: 6.5px 37px 6.5px 35px; font-size: 13px; margin-top: 4px; margin-right: 10px; } } @media screen and (min-width: 456px) and (max-width: 577px) { .categorias-lista .summit { padding: 3px 0; } } /*FIN: ESTILOS DEL SELECT CATEGORY-SUBCATEGORY*/ /* INICIO: ESTILOS DE SEARCH INPUT */ .search-principal { border-bottom: 1px solid #dbdbdb; } .search-principal .text-input { padding: 10px 10px; } .search-principal .summit-search { display: none; } .search-principal .text-input .form-content .background-search { text-align: center; } .search-principal .text-input .form-content .background-search input { font-weight: 700; padding: 8px 15px 8px 15px; font-family: Helvetica, Arial, sans-serif; color: #777; border: 1px solid rgb(154, 154, 154); opacity: 0.95; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 15px; background: rgb(253, 253, 253); } .search-principal .text-input .form-content .background-search input { width: 80%; } /*@media screen and (min-width: 934px) { .search-principal .text-input .form-content .background-search input { width: 70%; } }*/ /* FIN: ESTILOS DE SEARCH INPUT */ /*INICIO: ESTILOS DEL FOOTER */ @media screen and (min-width: 934px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { padding: 10px 20px; } .top-footer .logo a img { width: 80%; } .top-footer .content { padding: 20px 60px 10px 60px; } .top-footer .content li { list-style: none; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 60px 10px 60px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 794px) and (max-width: 933px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { padding: 10px 20px; } .top-footer .logo a img { width: 80%; } .top-footer .content { padding: 20px 20px 10px 20px; } .top-footer .content li { list-style: none; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 30px 10px 30px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 550px) and (max-width: 793px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { display: none; } .top-footer .content { padding: 20px 20px 10px 20px; } .top-footer .content li { list-style: none; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 30px 10px 30px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 490px) and (max-width: 549px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { display: none; } .top-footer .content { padding: 20px 10px 10px 10px; } .top-footer .content li { list-style: none; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 10px 10px 10px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 390px) and (max-width: 489px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; } .top-footer .logo { display: none; } .top-footer .content { padding: 20px 0px 10px 0px; } .top-footer .content li { display: inline-block; width: 49%; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 20px 0px 10px 0px; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 10px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } @media screen and (min-width: 200px) and (max-width: 389px) { .footer-top-x{ background: #34495e; } .top-footer { padding: 10px; } .top-footer .logo,.top-footer .content, .top-footer .social { display: inline-block; vertical-align: top; text-align: center; } .top-footer .logo { display: none; } .top-footer .content { padding: 10px 0px 10px 0px; width: 95%; } .top-footer .content li { display: block; text-align: center; } .top-footer .content li a { font-size: 17px; font-family: Helvetica, Arial, sans-serif; color: white; } .top-footer .social { padding: 10px 0px 10px 0px; width: 100%; } .top-footer .social div { display: none; } .top-footer .social div p { padding-bottom: 15px; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 17px; } .top-footer .social li { display: inline-block; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #16a085; width: 20px; height: 20px; text-align: center; margin-right: 5px; color: white; } .top-footer .social li a { color: rgb(49,99,126); } .top-footer .social li a i { font-size: 22px; } } .select_country_form { padding: 30px 10px 10px 10px; } .select_country_form select { width: 100%; max-width: 200px; padding: 2px 5px; border: 0; height: 30px; line-height: 1.5; -webkit-appearance: none; -moz-appearance: none; font-size: 15.5px; color: rgb(78, 78, 78); background: white url('http://tudemia.com/img/select_form.png') no-repeat scroll 100% 0px; } /*FIN: ESTILOS DEL FOOTER */ /*INICIO: ESTILOS TERMINOS-FOOTER */ .terminos-footer{ background: #2c3e50; color: white; } .terminos-footer ul p{ padding: 10px; color: white; } @media screen and (min-width: 389px) { .terminos-footer ul p { font-size: 14.5px; } } @media screen and (max-width: 389px) { .terminos-footer ul p { font-size: 13.5px; } } /*FIN: ESTILOS TERMINOS-FOOTER */ /* INICIO: ESTILOS DE LA VENTANA MODAL DEL LOGIN*/ .modal-login { display: none; position: fixed; top: 4em; color: #ffffff; z-index: 1002; overflow: auto; margin: 10px; line-height: 20px !important; } @media screen and (min-width: 901px) { .modal-login { left: 36%; } } @media screen and (max-width: 900px){ .modal-login { left: 30%; } } .overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 1001; opacity: .75; -moz-opacity: 0.75; filter: alpha(opacity=75); } .login_social { background: #ecf0f1; } .content_social { width: 320px; margin: 0 auto; padding: 30px 10px; text-align: center; } .content_social h1 { font-size: 23px; padding-bottom: 10px; color: #2c3e50; font-family: Helvetica, Arial, sans-serif; } .content_social .cuadro { margin: 30px 0; padding: 20px 10px 10px 10px; border: 1px solid rgb(172, 172, 172); -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.94); -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.94); box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.94); background: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .content_social .cuadro li { display: inline-block; padding: 10px; margin: 10px 20px; } .social-sign-in .fb { background: #297fb8; border: 1px solid #47637a; color: white; min-width: 210px; cursor: pointer; } .social-sign-in .go { background: #d03a3c; border: 1px solid #a0393a; color: white; min-width: 210px; cursor: pointer; } .social-sign-in .in { background: #1a97bb; border: 1px solid #07617A; color: white; min-width: 210px; cursor: pointer; } .social-sign-in li i { margin-right: 10px; } .social-sign-in li i, .social-sign-in li p { display: inline-block; font-size: 16px; } .social-sign-in .line { border: 1px solid rgb(172, 172, 172); width: 40%; display: inline-block; } .social-sign-in .o { width: 15%; display: inline-block; color: rgb(172, 172, 172); } .social-sign-in .usual_login { padding: 15px 0; } .social-sign-in .usual_login .input_login{ width: 225px; margin: 7px 0; padding: 5px 3px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid rgb(172, 172, 172); } .social-sign-in .usual_login p{ text-align: right; } .social-sign-in .usual_login .btn-usual-login{ padding: 5px 8px; margin: 10px 32px 0 0; color: #ffffff; background-color: #27ae60; border-color: #27ae60; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-weight: bold; border: 0; -webkit-box-shadow: 0px 0px 2px 0px #18703D; -moz-box-shadow: 0px 0px 2px 0px #18703D; box-shadow: 0px 0px 2px 0px #18703D; font-size: 12.5px; cursor: pointer; } .close_login_index { position: absolute; top: 30px; right: -160px; background: none repeat scroll 0% 0% #7C7C7C; border: 0px none; border-radius: 50%; color: #FFF; font-weight: bold; cursor: pointer; height: 25px; width: 25px; } /* FIN:; ESTILOS DE LA VENTANA MODAL DEL LOGIN*/
0.227384
0.03318
.detailpage { height: 8000px; min-width: 1400px; } .detailpage>div { margin: 0 60px 60px 60px; } .prime-text-container { background-image: url('../img/datail01png.png'); height: 475px; color: #fff; } .prime-text>* { margin-bottom: 20px; } .prime-text { float: left; margin: 20px 0 0px 40px; } .prime-detailcontainer { position: relative; } .prime-heading { margin-bottom: 20px; font-size: 2.5rem; } .prime-heading-sub { font-size: 1.5rem; } /* prime-btn css */ .primebtn { display: block; width: 360px; height: 54px; background: #ffa724; border-radius: 3px; border: 1px solid #ff6138; border-width: 1px 1px 2px; font-size: 1rem; font-weight: 700; margin-bottom: 10px; } .prime-btn>* { cursor: pointer; } .btnlist { width: 112px; height: 30px; border-radius: 2px; } .primebtn-month { background-color: #fae4cc; font-weight: 600; border-color: #ff6138; } .primebtn-annual { background-color: #fff; } .prime-logo { width: 80px; height: 50px; } .prime-carousel-container { height: 490px; position: relative; top: -101px; } .prime-carousel { width: 850px; height: 262px; margin: 0 auto; color: #fff; font-size: 1.3rem; } .prime-carousel>* { float: left; margin: 10px; } .prime-carousel img { width: 100px; height: 100px; } .carousel { text-align: center; width: 150px; height: 210px; padding: 30px; border-radius: 3px; cursor: pointer; } .carousel-btn { text-align: center; } .carousel-btn-txt { margin-bottom: 20px; } .carousel-btn .btn { display: inline-block; border-radius: 50%; background-color: #DBDBDB; width: 10px; height: 10px; } .shipcard { background: #373B44; background: -webkit-linear-gradient(to top, #4286f4, #293d6a); background: linear-gradient(to top, #4286f4, #293d6a); } .streamcard { background: #ED213A; background: -webkit-linear-gradient(to bottom, #93291E, #ED213A); background: linear-gradient(to bottom, #93291E, #ED213A); } .shopcard { background: #FF0099; background: -webkit-linear-gradient(to top, #493240, #FF0099); background: linear-gradient(to top, #493240, #FF0099); } .shopcardimg { position: relative; left: -17px; } .readcard { background: #11998e; background: -webkit-linear-gradient(to bottom, #38ef7d, #11998e); background: linear-gradient(to bottom, #38ef7d, #11998e); } .morecard { background: #FDC830; background: -webkit-linear-gradient(to top, #F37335, #FDC830); background: linear-gradient(to top, #F37335, #FDC830); } .carouselimg { width: 100%; } .fastdetail>* { width: 100%; } .left { transform: rotate(270deg); } .right { transform: rotate(90deg); } .prime-origin-carousel { overflow: hidden; display: flex; position: relative; } .origin-carousel-container { display: flex; margin: 25px auto; width: 330px; overflow: hidden; align-content: center; justify-content: center; } .originimg { height: 210px; display: inline-block; flex: 0 0 280px; } .arrowrapper { cursor: pointer; position: absolute; top: 50% } .arrow { width: 10px; height: 11px; } .leftarr { margin-right: 10px; left: 14%; } .rightarr { margin-left: 10px; left: 39%; } .imgWrapper { width: 280px; height: 210px; display: flex; overflow: hidden; transition: transform 0.2s ease-in-out 0.2s; } .origin-benefit { width: 45%; height: 200px; } .origin-benefit>div { margin-bottom: 30px; } .benefit-header { font-size: 2.5rem; } .benefit-context { font-size: 1.2rem; color: gray; }
amazoncopy/CSS/detailpage.css
.detailpage { height: 8000px; min-width: 1400px; } .detailpage>div { margin: 0 60px 60px 60px; } .prime-text-container { background-image: url('../img/datail01png.png'); height: 475px; color: #fff; } .prime-text>* { margin-bottom: 20px; } .prime-text { float: left; margin: 20px 0 0px 40px; } .prime-detailcontainer { position: relative; } .prime-heading { margin-bottom: 20px; font-size: 2.5rem; } .prime-heading-sub { font-size: 1.5rem; } /* prime-btn css */ .primebtn { display: block; width: 360px; height: 54px; background: #ffa724; border-radius: 3px; border: 1px solid #ff6138; border-width: 1px 1px 2px; font-size: 1rem; font-weight: 700; margin-bottom: 10px; } .prime-btn>* { cursor: pointer; } .btnlist { width: 112px; height: 30px; border-radius: 2px; } .primebtn-month { background-color: #fae4cc; font-weight: 600; border-color: #ff6138; } .primebtn-annual { background-color: #fff; } .prime-logo { width: 80px; height: 50px; } .prime-carousel-container { height: 490px; position: relative; top: -101px; } .prime-carousel { width: 850px; height: 262px; margin: 0 auto; color: #fff; font-size: 1.3rem; } .prime-carousel>* { float: left; margin: 10px; } .prime-carousel img { width: 100px; height: 100px; } .carousel { text-align: center; width: 150px; height: 210px; padding: 30px; border-radius: 3px; cursor: pointer; } .carousel-btn { text-align: center; } .carousel-btn-txt { margin-bottom: 20px; } .carousel-btn .btn { display: inline-block; border-radius: 50%; background-color: #DBDBDB; width: 10px; height: 10px; } .shipcard { background: #373B44; background: -webkit-linear-gradient(to top, #4286f4, #293d6a); background: linear-gradient(to top, #4286f4, #293d6a); } .streamcard { background: #ED213A; background: -webkit-linear-gradient(to bottom, #93291E, #ED213A); background: linear-gradient(to bottom, #93291E, #ED213A); } .shopcard { background: #FF0099; background: -webkit-linear-gradient(to top, #493240, #FF0099); background: linear-gradient(to top, #493240, #FF0099); } .shopcardimg { position: relative; left: -17px; } .readcard { background: #11998e; background: -webkit-linear-gradient(to bottom, #38ef7d, #11998e); background: linear-gradient(to bottom, #38ef7d, #11998e); } .morecard { background: #FDC830; background: -webkit-linear-gradient(to top, #F37335, #FDC830); background: linear-gradient(to top, #F37335, #FDC830); } .carouselimg { width: 100%; } .fastdetail>* { width: 100%; } .left { transform: rotate(270deg); } .right { transform: rotate(90deg); } .prime-origin-carousel { overflow: hidden; display: flex; position: relative; } .origin-carousel-container { display: flex; margin: 25px auto; width: 330px; overflow: hidden; align-content: center; justify-content: center; } .originimg { height: 210px; display: inline-block; flex: 0 0 280px; } .arrowrapper { cursor: pointer; position: absolute; top: 50% } .arrow { width: 10px; height: 11px; } .leftarr { margin-right: 10px; left: 14%; } .rightarr { margin-left: 10px; left: 39%; } .imgWrapper { width: 280px; height: 210px; display: flex; overflow: hidden; transition: transform 0.2s ease-in-out 0.2s; } .origin-benefit { width: 45%; height: 200px; } .origin-benefit>div { margin-bottom: 30px; } .benefit-header { font-size: 2.5rem; } .benefit-context { font-size: 1.2rem; color: gray; }
0.361503
0.113334
.titleImage { width: 100%; box-sizing: border-box; max-height: 589px; margin-top: var(--navbar-height); background-color: var(--cg-9); overflow: hidden; } .backButton { font-family: 'Termina'; font-size: 14px; font-weight: 500; font-style: normal; line-height: 1.29; letter-spacing: normal; color: var(--cg-1); display: block; padding-bottom: 25px; } /* Need a container to set the background-color, so it goes all the way out to the edges of the screem */ .pagePrefaceContainer { background-color: var(--cg-9); } /* So here background-color has to be set again, together with a max-with and padding to keep the text contents of the preface in place that are the same on the rest of the page */ .pagePreface { max-width: var(--max-content-width); margin: auto; background-color: var(--cg-9); padding-left: var(--page-padding); padding-right: var(--page-padding); padding-top: 60px; padding-bottom: 60px; } .pagePreface h1 { padding-bottom: 32px; } .pagePreface > p:first-child { padding-top: 100px; padding-bottom: 30px; } .pagePreface div p:not(:last-child) { padding-bottom: 20px; } .backButton + p { padding-top: 0; padding-bottom: 39px; } .pagePreface + p { padding-top: 20px; } /* Target both container and content of preface */ .pagePrefaceContainerThemeDark, .pageThemeDark { background-color: var(--offblack); background-image: url(../assets/images/visuals/texture/Noise-78px.png); } .pageThemeDark h1 { color: var(--cg-9); font-weight: 300; } .pageThemeDark p:not(:first-child) { color: var(--cg-6); font-weight: 300; } .pageThemeDark h1 + div p { color: var(--cg-6); } /* Add extra padding to pagePreface if firstSection is to cut background */ .firstSectionToCutBackground .pagePreface { padding-bottom: 200px; } /* Move only the container with content upwards, (not the section, then the background would move with it) */ .firstSectionToCutBackground + :global(.section .content-type-container) { margin-top: -250px; } @media screen and (min-width: 700px) { .pagePreface h1 { padding-bottom: 100px; } } @media screen and (min-width: 1060px) { /* Target container of both image and preface */ .pageTitleImagePrefaceContainer { max-width: var(--max-content-width); margin: auto; background-color: var(--cg-8); display: grid; grid-template-columns: auto; } /* The image */ .underlapPreface { grid-row-end: 2; grid-column-end: 2; background-color: var(--cg-8); margin-top: var(--navbar-height); justify-self: end; } /* The preface */ .overlapTitleImage { grid-row-end: 2; grid-column-end: 2; align-self: end; max-width: 760px; box-sizing: border-box; padding-left: 33px; padding-right: 43px; margin: 0; z-index: 1; } .overlapTitleImage h1 { padding-bottom: 20px; } .overlapTitleImage p { max-width: 588px; } .subheadingColumnLayout { column-count: 2; column-gap: 80px; break-inside: avoid; orphans: 3; widows: 3; } .subheadingColumnLayout p { padding-bottom: 20px; break-inside: avoid; } .pageThemeDark h1 + div p { color: var(--cg-6); font-size: 24px; } /* Add additional padding to the extra padding, on really large desktops, that is origainally added to the pagePreface if firstSection is to cut background*/ .firstSectionToCutBackground .pagePreface { padding-bottom: 260px; } .firstSectionToCutBackground + :global(.section .content-type-container) { margin-top: -250px; } }
src/templates/page.module.css
.titleImage { width: 100%; box-sizing: border-box; max-height: 589px; margin-top: var(--navbar-height); background-color: var(--cg-9); overflow: hidden; } .backButton { font-family: 'Termina'; font-size: 14px; font-weight: 500; font-style: normal; line-height: 1.29; letter-spacing: normal; color: var(--cg-1); display: block; padding-bottom: 25px; } /* Need a container to set the background-color, so it goes all the way out to the edges of the screem */ .pagePrefaceContainer { background-color: var(--cg-9); } /* So here background-color has to be set again, together with a max-with and padding to keep the text contents of the preface in place that are the same on the rest of the page */ .pagePreface { max-width: var(--max-content-width); margin: auto; background-color: var(--cg-9); padding-left: var(--page-padding); padding-right: var(--page-padding); padding-top: 60px; padding-bottom: 60px; } .pagePreface h1 { padding-bottom: 32px; } .pagePreface > p:first-child { padding-top: 100px; padding-bottom: 30px; } .pagePreface div p:not(:last-child) { padding-bottom: 20px; } .backButton + p { padding-top: 0; padding-bottom: 39px; } .pagePreface + p { padding-top: 20px; } /* Target both container and content of preface */ .pagePrefaceContainerThemeDark, .pageThemeDark { background-color: var(--offblack); background-image: url(../assets/images/visuals/texture/Noise-78px.png); } .pageThemeDark h1 { color: var(--cg-9); font-weight: 300; } .pageThemeDark p:not(:first-child) { color: var(--cg-6); font-weight: 300; } .pageThemeDark h1 + div p { color: var(--cg-6); } /* Add extra padding to pagePreface if firstSection is to cut background */ .firstSectionToCutBackground .pagePreface { padding-bottom: 200px; } /* Move only the container with content upwards, (not the section, then the background would move with it) */ .firstSectionToCutBackground + :global(.section .content-type-container) { margin-top: -250px; } @media screen and (min-width: 700px) { .pagePreface h1 { padding-bottom: 100px; } } @media screen and (min-width: 1060px) { /* Target container of both image and preface */ .pageTitleImagePrefaceContainer { max-width: var(--max-content-width); margin: auto; background-color: var(--cg-8); display: grid; grid-template-columns: auto; } /* The image */ .underlapPreface { grid-row-end: 2; grid-column-end: 2; background-color: var(--cg-8); margin-top: var(--navbar-height); justify-self: end; } /* The preface */ .overlapTitleImage { grid-row-end: 2; grid-column-end: 2; align-self: end; max-width: 760px; box-sizing: border-box; padding-left: 33px; padding-right: 43px; margin: 0; z-index: 1; } .overlapTitleImage h1 { padding-bottom: 20px; } .overlapTitleImage p { max-width: 588px; } .subheadingColumnLayout { column-count: 2; column-gap: 80px; break-inside: avoid; orphans: 3; widows: 3; } .subheadingColumnLayout p { padding-bottom: 20px; break-inside: avoid; } .pageThemeDark h1 + div p { color: var(--cg-6); font-size: 24px; } /* Add additional padding to the extra padding, on really large desktops, that is origainally added to the pagePreface if firstSection is to cut background*/ .firstSectionToCutBackground .pagePreface { padding-bottom: 260px; } .firstSectionToCutBackground + :global(.section .content-type-container) { margin-top: -250px; } }
0.499512
0.15704
main{ display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; align-items: center; justify-content: flex-start; } #cover{ width: 100%; height: 100%; } #cover .video-gb-item .video-gb-content{ text-align: center; top: 50%; left: 0; right: 0; position: absolute; -webkit-transform: translateY(-70%); -ms-transform: translateY(-70%); transform: translateY(-70%); color: rgba(255,255,255,0.85); } #cover .video-gb-item{ position: relative; top: 0px; left: 0px; right: 0px; bottom: 0px; } #cover .video-gb-item video{ width: 100%; height: 100%; object-fit: cover; } .main-content-list{ display: flex; width: 100%; justify-content: center; flex-direction: column; flex-wrap: nowrap; } .main-content-list .main-article-item .main-article-title a{ color: #72EDF2; text-decoration: none; position: relative; font-weight: 600; font-size: 2.4rem; line-height: 1.5; margin: 0; transition: ease-in-out 800ms; -webkit-transition: ease-in-out 800ms; -o-transition: ease-in-out 800ms; -moz-transition: ease-in-out 800ms; } .main-content-list .main-article-item .main-article-title a:hover{ color: #5151E5; } .main-content-list .main-article-item .main-article-body{ margin: 20px 0px 20px 0px; color: rgba(255, 255, 255, 0.55); /* 隐藏多余字符 */ overflow: hidden; text-overflow: ellipsis; word-break: break-word; display: -webkit-box; line-clamp: 4; -moz-line-clamp: 4; -webkit-line-clamp:4; box-orient:vertical; -webkit-box-orient:vertical; -moz-box-orient:vertical; } .main-content-list .main-article-item .main-artivle-footer{ display: flex; justify-content: space-between; } .main-content-list .main-article-item .main-artivle-footer a{ color: rgba(255, 255, 255, 0.4); transition: ease-in-out 600ms; -webkit-transition: ease-in-out 600ms; -o-transition: ease-in-out 600ms; -moz-transition: ease-in-out 600ms; } .main-content-list .main-article-item .main-artivle-footer a:hover{ transform: rotateZ(5deg); -webkit-transform: rotateZ(5deg); -o-transform: rotateZ(5deg); -moz-transform: rotateZ(5deg); } .main-content-list .main-article-item .main-artivle-footer .main-artivle-meta-info span{ margin-right: 10px; } .main-content-list .main-article-item .main-artivle-footer .main-artivle-meta-info{ color: rgba(255, 255, 255, 0.4); font-size: 15px; } .main-content-list li{ border: 1px solid rgba(172, 163, 163, 0.2); padding: 28px 8px 28px 8px; background: rgba(0,0,0,0.1); border-radius: 8px; margin-bottom: 20px; list-style: none; box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.25); transition: ease-in-out 200ms; -webkit-transition: ease-in-out 200ms; -o-transition: ease-in-out 200ms; -moz-transition: ease-in-out 200ms; } .main-content-list li:hover{ transform: rotateY(5deg); -webkit-transform: rotateY(5deg); -o-transform: rotateY(5deg); -moz-transform: rotateY(5deg); box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.1); } .main-content-list li:last-child{ margin-bottom: 0px; } .main-content{ display: flex; margin: 0 auto; padding: 10px; margin: 15px; background-color: #232323; border-radius: 8px; margin-top: 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); flex-direction: column; flex-wrap: nowrap; align-content: space-between; justify-content: flex-start; align-items: center; box-sizing: border-box; max-width: 1000px; } .con-card{ border-radius: 8px; height: 100px; } #partices-background{ position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; width: 100%; height: 100%; z-index: 1; } @media only screen and (max-width: 382px) { #cover .video-gb-item .video-gb-content h1{ font-size: 1.5em; } } @media only screen and (max-width: 300px) { #cover .video-gb-item .video-gb-content h1{ font-size: 0.5em; } } @media only screen and (min-width: 586px){ .main-content-list li{ min-width: 560px; } } @media only screen and (min-width: 1069px){ .main-content-list li{ min-width: 860px; } }
css/main.css
main{ display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; align-items: center; justify-content: flex-start; } #cover{ width: 100%; height: 100%; } #cover .video-gb-item .video-gb-content{ text-align: center; top: 50%; left: 0; right: 0; position: absolute; -webkit-transform: translateY(-70%); -ms-transform: translateY(-70%); transform: translateY(-70%); color: rgba(255,255,255,0.85); } #cover .video-gb-item{ position: relative; top: 0px; left: 0px; right: 0px; bottom: 0px; } #cover .video-gb-item video{ width: 100%; height: 100%; object-fit: cover; } .main-content-list{ display: flex; width: 100%; justify-content: center; flex-direction: column; flex-wrap: nowrap; } .main-content-list .main-article-item .main-article-title a{ color: #72EDF2; text-decoration: none; position: relative; font-weight: 600; font-size: 2.4rem; line-height: 1.5; margin: 0; transition: ease-in-out 800ms; -webkit-transition: ease-in-out 800ms; -o-transition: ease-in-out 800ms; -moz-transition: ease-in-out 800ms; } .main-content-list .main-article-item .main-article-title a:hover{ color: #5151E5; } .main-content-list .main-article-item .main-article-body{ margin: 20px 0px 20px 0px; color: rgba(255, 255, 255, 0.55); /* 隐藏多余字符 */ overflow: hidden; text-overflow: ellipsis; word-break: break-word; display: -webkit-box; line-clamp: 4; -moz-line-clamp: 4; -webkit-line-clamp:4; box-orient:vertical; -webkit-box-orient:vertical; -moz-box-orient:vertical; } .main-content-list .main-article-item .main-artivle-footer{ display: flex; justify-content: space-between; } .main-content-list .main-article-item .main-artivle-footer a{ color: rgba(255, 255, 255, 0.4); transition: ease-in-out 600ms; -webkit-transition: ease-in-out 600ms; -o-transition: ease-in-out 600ms; -moz-transition: ease-in-out 600ms; } .main-content-list .main-article-item .main-artivle-footer a:hover{ transform: rotateZ(5deg); -webkit-transform: rotateZ(5deg); -o-transform: rotateZ(5deg); -moz-transform: rotateZ(5deg); } .main-content-list .main-article-item .main-artivle-footer .main-artivle-meta-info span{ margin-right: 10px; } .main-content-list .main-article-item .main-artivle-footer .main-artivle-meta-info{ color: rgba(255, 255, 255, 0.4); font-size: 15px; } .main-content-list li{ border: 1px solid rgba(172, 163, 163, 0.2); padding: 28px 8px 28px 8px; background: rgba(0,0,0,0.1); border-radius: 8px; margin-bottom: 20px; list-style: none; box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.25); transition: ease-in-out 200ms; -webkit-transition: ease-in-out 200ms; -o-transition: ease-in-out 200ms; -moz-transition: ease-in-out 200ms; } .main-content-list li:hover{ transform: rotateY(5deg); -webkit-transform: rotateY(5deg); -o-transform: rotateY(5deg); -moz-transform: rotateY(5deg); box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.1); } .main-content-list li:last-child{ margin-bottom: 0px; } .main-content{ display: flex; margin: 0 auto; padding: 10px; margin: 15px; background-color: #232323; border-radius: 8px; margin-top: 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); flex-direction: column; flex-wrap: nowrap; align-content: space-between; justify-content: flex-start; align-items: center; box-sizing: border-box; max-width: 1000px; } .con-card{ border-radius: 8px; height: 100px; } #partices-background{ position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; width: 100%; height: 100%; z-index: 1; } @media only screen and (max-width: 382px) { #cover .video-gb-item .video-gb-content h1{ font-size: 1.5em; } } @media only screen and (max-width: 300px) { #cover .video-gb-item .video-gb-content h1{ font-size: 0.5em; } } @media only screen and (min-width: 586px){ .main-content-list li{ min-width: 560px; } } @media only screen and (min-width: 1069px){ .main-content-list li{ min-width: 860px; } }
0.316053
0.049866
* { margin: 0; padding: 0; /* Don't touch above code ^ */ font-family: Roboto; } html, body { height: 100%; /* Don't touch above code ^ */ } #container { min-height: 100%; /* Don't touch above code ^ */ } #main { overflow: auto; padding-bottom: 100px; /* Don't touch above code ^ */ height: 100%; } /* --------------------------------------------------- TopNav Style ----------------------------------------------------- */ .topnav { padding-top: 10px; } .navbar { overflow: hidden; background-color: #4c68a1; width: 84%; float: right; } .navbar a { float: right; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .dropdown { float: right; overflow: hidden; } .dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown:hover .dropbtn { background: #fff; color: #3b5998; } .dropdown-content { right: 0; display: none; position: absolute; background-color: #f9f9f9; 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: #fff; color: #3b5998; } .dropdown:hover .dropdown-content { display: block; } /* --------------------------------------------------- SideNav Style ----------------------------------------------------- */ #SideNavBar { position: fixed; top: 0px; bottom: 0px; left: 0px; height: 100%; width: 15%; background: #3b5998; color: #fff; } #SideNavBar h3 { font-size: 1.1em; text-align: center; padding-top: 15%; padding-bottom: 15%; } #SideNavBar ul { list-style-type: none; padding: 0px; } #SideNavBar ul li a { display: inline-block; width: 90%; text-align: left; padding: 5%; text-decoration: none; color: #fff; text-transform: uppercase; transition: background-color .2s; } #SideNavBar ul li a:hover { background: #fff; color: #3b5998; } /* --------------------------------------------------- Footer Style ----------------------------------------------------- */ #footer { position: relative; height: 100px; margin-top: -100px; clear: both; /* Don't touch above code ^ */ background-color: #4c68a1; } .footer { color: #fff; text-align: center; padding-top: 10px; padding-bottom: 10px; } .column { float: left; width: 25%; } .column ul li { list-style: none; } .column a { color: #d2d1d1; text-decoration: none; } .column a:hover { color: #fff; text-decoration: none; } /* --------------------------------------------------- Content Style ----------------------------------------------------- */ .content { padding-left: 16%; padding-top: 60px; }
MrsKsMathCram/MrsKsMathSite/templates/stylesheet.css
* { margin: 0; padding: 0; /* Don't touch above code ^ */ font-family: Roboto; } html, body { height: 100%; /* Don't touch above code ^ */ } #container { min-height: 100%; /* Don't touch above code ^ */ } #main { overflow: auto; padding-bottom: 100px; /* Don't touch above code ^ */ height: 100%; } /* --------------------------------------------------- TopNav Style ----------------------------------------------------- */ .topnav { padding-top: 10px; } .navbar { overflow: hidden; background-color: #4c68a1; width: 84%; float: right; } .navbar a { float: right; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .dropdown { float: right; overflow: hidden; } .dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown:hover .dropbtn { background: #fff; color: #3b5998; } .dropdown-content { right: 0; display: none; position: absolute; background-color: #f9f9f9; 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: #fff; color: #3b5998; } .dropdown:hover .dropdown-content { display: block; } /* --------------------------------------------------- SideNav Style ----------------------------------------------------- */ #SideNavBar { position: fixed; top: 0px; bottom: 0px; left: 0px; height: 100%; width: 15%; background: #3b5998; color: #fff; } #SideNavBar h3 { font-size: 1.1em; text-align: center; padding-top: 15%; padding-bottom: 15%; } #SideNavBar ul { list-style-type: none; padding: 0px; } #SideNavBar ul li a { display: inline-block; width: 90%; text-align: left; padding: 5%; text-decoration: none; color: #fff; text-transform: uppercase; transition: background-color .2s; } #SideNavBar ul li a:hover { background: #fff; color: #3b5998; } /* --------------------------------------------------- Footer Style ----------------------------------------------------- */ #footer { position: relative; height: 100px; margin-top: -100px; clear: both; /* Don't touch above code ^ */ background-color: #4c68a1; } .footer { color: #fff; text-align: center; padding-top: 10px; padding-bottom: 10px; } .column { float: left; width: 25%; } .column ul li { list-style: none; } .column a { color: #d2d1d1; text-decoration: none; } .column a:hover { color: #fff; text-decoration: none; } /* --------------------------------------------------- Content Style ----------------------------------------------------- */ .content { padding-left: 16%; padding-top: 60px; }
0.425128
0.082401
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Quattrocento:700'); body.switched { transition: color 0.6s, background-color 0.6s; } .header { padding-top: 3em; padding-bottom: 3em; } /* Built-in class: # author: Name */ .byline { font-style: italic; } .written-in-ink { z-index: 3; font-size: 9pt; text-align: center; font-weight: 700; display: block; width: 100%; transition: color 0.6s, background 0.6s; margin: 0; padding-top: 6px; padding-bottom: 6px; height: 14px; top: 0; } /* Enables <iframe> support work on itch.io when using mobile iOS */ .outerContainer { display: block; margin: 0; padding: 0; -webkit-overflow-scrolling: touch; overflow: scroll; overflow-x: hidden; height: 100%; width: 100%; top: 0; left: 0; margin-top: 24px; background-size: cover; background-repeat: no-repeat; } @media screen and (max-width: 980px) { .outerContainer { margin-top: 44px; background-size: cover; background-repeat: no-repeat; } } .container { display: block; max-width: 600px; margin: 0 auto; } .switched .container { transition: background-color 0.6s; } p { font-size: 13pt; color: #888; line-height: 1.7em; font-weight: lighter; } a { font-weight: 700; color: #b97c2c; transition: color 0.6s; text-decoration: none; } a:hover { color: black; transition: color 0.1s; } strong { color: black; font-weight: bold; } img { display: block; margin: 0 auto; max-width: 100%; } .container .hide { opacity: 0.0; } .container .invisible { display: none; } .container>* { opacity: 1.0; transition: opacity 1.0s; } /* Class applied to all choices (Will always appear inside <p> element by default.) */ .choice { text-align: center; line-height: 1.7em; } /* Class applied to first choice */ :not(.choice)+.choice { padding-top: 1em; } /* Class applied to choice links */ .choice a { font-size: 15pt; } /* Built-in class: The End # CLASS: end */ .end { text-align: center; font-weight: bold; color: black; padding-top: 20px; padding-bottom: 20px; } #controls { z-index: 4; font-size: 9pt; text-align: center; padding-bottom: 6px; right: 14px; top: 4px; user-select: none; transition: color 0.6s, background 0.6s; } #controls [disabled] { color: #ccc; } #controls>*:not(:last-child):after { content: " | "; } @media screen and (max-width: 980px) { #controls { z-index: 2; padding-top: 24px; top: 0; left: 0; right: 0; } }
public/ink/Untitled/style.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Quattrocento:700'); body.switched { transition: color 0.6s, background-color 0.6s; } .header { padding-top: 3em; padding-bottom: 3em; } /* Built-in class: # author: Name */ .byline { font-style: italic; } .written-in-ink { z-index: 3; font-size: 9pt; text-align: center; font-weight: 700; display: block; width: 100%; transition: color 0.6s, background 0.6s; margin: 0; padding-top: 6px; padding-bottom: 6px; height: 14px; top: 0; } /* Enables <iframe> support work on itch.io when using mobile iOS */ .outerContainer { display: block; margin: 0; padding: 0; -webkit-overflow-scrolling: touch; overflow: scroll; overflow-x: hidden; height: 100%; width: 100%; top: 0; left: 0; margin-top: 24px; background-size: cover; background-repeat: no-repeat; } @media screen and (max-width: 980px) { .outerContainer { margin-top: 44px; background-size: cover; background-repeat: no-repeat; } } .container { display: block; max-width: 600px; margin: 0 auto; } .switched .container { transition: background-color 0.6s; } p { font-size: 13pt; color: #888; line-height: 1.7em; font-weight: lighter; } a { font-weight: 700; color: #b97c2c; transition: color 0.6s; text-decoration: none; } a:hover { color: black; transition: color 0.1s; } strong { color: black; font-weight: bold; } img { display: block; margin: 0 auto; max-width: 100%; } .container .hide { opacity: 0.0; } .container .invisible { display: none; } .container>* { opacity: 1.0; transition: opacity 1.0s; } /* Class applied to all choices (Will always appear inside <p> element by default.) */ .choice { text-align: center; line-height: 1.7em; } /* Class applied to first choice */ :not(.choice)+.choice { padding-top: 1em; } /* Class applied to choice links */ .choice a { font-size: 15pt; } /* Built-in class: The End # CLASS: end */ .end { text-align: center; font-weight: bold; color: black; padding-top: 20px; padding-bottom: 20px; } #controls { z-index: 4; font-size: 9pt; text-align: center; padding-bottom: 6px; right: 14px; top: 4px; user-select: none; transition: color 0.6s, background 0.6s; } #controls [disabled] { color: #ccc; } #controls>*:not(:last-child):after { content: " | "; } @media screen and (max-width: 980px) { #controls { z-index: 2; padding-top: 24px; top: 0; left: 0; right: 0; } }
0.475605
0.114814
html, body { height: 100%; background-color: #F3ECE2; /*Island Spice*/ } body { padding-top: 50px; } h3 { font-family: 'Pacifico', cursive; color: } .mydivider { background-color:#DD4132; } .navbar { background-color: #DFCFBE; /*Sand Dollar*/ border-color: #e7e7e7; } .navbar .navbar-nav > li > a { color: #004B8D; /*Lapis Blue*/ } .navbar .navbar-brand { color: #004B8D; /*Lapis Blue*/ font-family: 'Pacifico', cursive; } .home-header { font-family: 'Pacifico', cursive; color: #98DDDE; /*Limpet Shell*/ } .page-header { color: #98DDDE; /*Limpet Shell*/ } .breadcrumb { background-color: #E2F3EC; /*Clear Day*/ } .panel-default > .panel-heading-custom{ background-image: none; background-color: #F5F0E8; /*Romance*/ } .btn-cool1 { font-family: 'Pacifico', cursive; color: #fff; background-color: #F0E68C; /*Khaki*/ } .btn-cool2 { font-family: 'Pacifico', cursive; color: #fff; background-color: #F7786B; /*Peach Echo*/ } .btn-cool3 { font-family: 'Pacifico', cursive; color: #fff; background-color: #8FBC8F; /*DarkSeaGreen*/ } .btn-cool4 { font-family: 'Pacifico', cursive; color: #fff; background-color: #92B6D5; /*Marina*/ } .style1 { font-family: 'Pacifico', cursive; color: #F0E68C; /*Khaki*/ } .style2 { font-family: 'Pacifico', cursive; color: #F7786B; /*Peach Echo*/ } .style3 { font-family: 'Pacifico', cursive; color: #8FBC8F; /*DarkSeaGreen*/ } .style4 { font-family: 'Pacifico', cursive; color: #92B6D5; /*Marina*/ } .img-portfolio { margin-bottom: 30px; } .img-hover:hover { opacity: 0.8; } .img-left { float: none; margin: 0 auto 0; } .box { margin-bottom: 20px; padding: 30px 15px; background: #F3ECE2; } .blogtitle { font-family: 'Pacifico', cursive; color: #8FBC8F; /*DarkSeaGreen*/ } .well { background-color: #F5F0E8; /*Romance*/ } .well > h4 { font-family: 'Pacifico', cursive; color: #98DDDE; /*Limpet Shell*/ } a.login { color: #DFCFBE; /*Sand Dollar*/ } /* textAngular Css */ .ta-editor { min-height: 300px; height: auto; overflow: auto; font-family: inherit; font-size: 100%; margin: 20px 0; } .ta-hidden-input { width: 1px; height: 1px; border: none; margin: 0; padding: 0; position: absolute; top: -10000px; left: -10000px; opacity: 0; overflow: hidden; } /* Home Page Carousel */ header.carousel { height: 50%; } header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner { height: 100%; } header.carousel .fill { width: 100%; height: 100%; background-position: center; background-size: cover; } /* 404 Page Styles */ .error-404 { font-size: 100px; } /* Pricing Page Styles */ .price { display: block; font-size: 50px; line-height: 50px; } .price sup { top: -20px; left: 2px; font-size: 20px; } .period { display: block; font-style: italic; } /* Footer Styles */ footer { margin: 50px 0; } .footer { background-color: #DFCFBE; border-color: #e7e7e7; } /* Responsive Styles */ @media(max-width:991px) { .customer-img, .img-related { margin-bottom: 30px; } .img-left { float: left; margin-right: 25px; } } @media(max-width:767px) { .img-portfolio { margin-bottom: 15px; } header.carousel .carousel { height: 70%; } } #crossfade { padding-bottom: 300px; } #crossfade > img { width: 1200px; height: 300px; position: absolute; top: 0px; left: 0px; color: transparent; opacity: 0; z-index: 0; -webkit-backface-visibility: hidden; -webkit-animation: imageAnimation 24s linear infinite 0s; -moz-animation: imageAnimation 24s linear infinite 0s; -o-animation: imageAnimation 24s linear infinite 0s; -ms-animation: imageAnimation 24s linear infinite 0s; animation: imageAnimation 24s linear infinite 0s; } #crossfade > img:nth-child(2) { -webkit-animation-delay: 6s; -moz-animation-delay: 6s; -o-animation-delay: 6s; -ms-animation-delay: 6s; animation-delay: 6s; } #crossfade > img:nth-child(3) { -webkit-animation-delay: 12s; -moz-animation-delay: 12s; -o-animation-delay: 12s; -ms-animation-delay: 12s; animation-delay: 12s; } #crossfade > img:nth-child(4) { -webkit-animation-delay: 18s; -moz-animation-delay: 18s; -o-animation-delay: 18s; -ms-animation-delay: 18s; animation-delay: 18s; } #crossfade > img:nth-child(5) { -webkit-animation-delay: 24s; -moz-animation-delay: 24s; -o-animation-delay: 24s; -ms-animation-delay: 24s; animation-delay: 24s; } @-webkit-keyframes imageAnimation { 0% { opacity: 0; -webkit-animation-timing-function: ease-in; } 8% { opacity: 1; -webkit-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } } @-moz-keyframes imageAnimation { 0% { opacity: 0; -moz-animation-timing-function: ease-in; } 8% { opacity: 1; -moz-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } } @-o-keyframes imageAnimation { 0% { opacity: 0; -o-animation-timing-function: ease-in; } 8% { opacity: 1; -o-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } } @-ms-keyframes imageAnimation { 0% { opacity: 0; -ms-animation-timing-function: ease-in; } 8% { opacity: 1; -ms-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } } @keyframes imageAnimation { 0% { opacity: 0; animation-timing-function: ease-in; } 8% { opacity: 1; animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } }
client/assets/css/modern-business.css
html, body { height: 100%; background-color: #F3ECE2; /*Island Spice*/ } body { padding-top: 50px; } h3 { font-family: 'Pacifico', cursive; color: } .mydivider { background-color:#DD4132; } .navbar { background-color: #DFCFBE; /*Sand Dollar*/ border-color: #e7e7e7; } .navbar .navbar-nav > li > a { color: #004B8D; /*Lapis Blue*/ } .navbar .navbar-brand { color: #004B8D; /*Lapis Blue*/ font-family: 'Pacifico', cursive; } .home-header { font-family: 'Pacifico', cursive; color: #98DDDE; /*Limpet Shell*/ } .page-header { color: #98DDDE; /*Limpet Shell*/ } .breadcrumb { background-color: #E2F3EC; /*Clear Day*/ } .panel-default > .panel-heading-custom{ background-image: none; background-color: #F5F0E8; /*Romance*/ } .btn-cool1 { font-family: 'Pacifico', cursive; color: #fff; background-color: #F0E68C; /*Khaki*/ } .btn-cool2 { font-family: 'Pacifico', cursive; color: #fff; background-color: #F7786B; /*Peach Echo*/ } .btn-cool3 { font-family: 'Pacifico', cursive; color: #fff; background-color: #8FBC8F; /*DarkSeaGreen*/ } .btn-cool4 { font-family: 'Pacifico', cursive; color: #fff; background-color: #92B6D5; /*Marina*/ } .style1 { font-family: 'Pacifico', cursive; color: #F0E68C; /*Khaki*/ } .style2 { font-family: 'Pacifico', cursive; color: #F7786B; /*Peach Echo*/ } .style3 { font-family: 'Pacifico', cursive; color: #8FBC8F; /*DarkSeaGreen*/ } .style4 { font-family: 'Pacifico', cursive; color: #92B6D5; /*Marina*/ } .img-portfolio { margin-bottom: 30px; } .img-hover:hover { opacity: 0.8; } .img-left { float: none; margin: 0 auto 0; } .box { margin-bottom: 20px; padding: 30px 15px; background: #F3ECE2; } .blogtitle { font-family: 'Pacifico', cursive; color: #8FBC8F; /*DarkSeaGreen*/ } .well { background-color: #F5F0E8; /*Romance*/ } .well > h4 { font-family: 'Pacifico', cursive; color: #98DDDE; /*Limpet Shell*/ } a.login { color: #DFCFBE; /*Sand Dollar*/ } /* textAngular Css */ .ta-editor { min-height: 300px; height: auto; overflow: auto; font-family: inherit; font-size: 100%; margin: 20px 0; } .ta-hidden-input { width: 1px; height: 1px; border: none; margin: 0; padding: 0; position: absolute; top: -10000px; left: -10000px; opacity: 0; overflow: hidden; } /* Home Page Carousel */ header.carousel { height: 50%; } header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner { height: 100%; } header.carousel .fill { width: 100%; height: 100%; background-position: center; background-size: cover; } /* 404 Page Styles */ .error-404 { font-size: 100px; } /* Pricing Page Styles */ .price { display: block; font-size: 50px; line-height: 50px; } .price sup { top: -20px; left: 2px; font-size: 20px; } .period { display: block; font-style: italic; } /* Footer Styles */ footer { margin: 50px 0; } .footer { background-color: #DFCFBE; border-color: #e7e7e7; } /* Responsive Styles */ @media(max-width:991px) { .customer-img, .img-related { margin-bottom: 30px; } .img-left { float: left; margin-right: 25px; } } @media(max-width:767px) { .img-portfolio { margin-bottom: 15px; } header.carousel .carousel { height: 70%; } } #crossfade { padding-bottom: 300px; } #crossfade > img { width: 1200px; height: 300px; position: absolute; top: 0px; left: 0px; color: transparent; opacity: 0; z-index: 0; -webkit-backface-visibility: hidden; -webkit-animation: imageAnimation 24s linear infinite 0s; -moz-animation: imageAnimation 24s linear infinite 0s; -o-animation: imageAnimation 24s linear infinite 0s; -ms-animation: imageAnimation 24s linear infinite 0s; animation: imageAnimation 24s linear infinite 0s; } #crossfade > img:nth-child(2) { -webkit-animation-delay: 6s; -moz-animation-delay: 6s; -o-animation-delay: 6s; -ms-animation-delay: 6s; animation-delay: 6s; } #crossfade > img:nth-child(3) { -webkit-animation-delay: 12s; -moz-animation-delay: 12s; -o-animation-delay: 12s; -ms-animation-delay: 12s; animation-delay: 12s; } #crossfade > img:nth-child(4) { -webkit-animation-delay: 18s; -moz-animation-delay: 18s; -o-animation-delay: 18s; -ms-animation-delay: 18s; animation-delay: 18s; } #crossfade > img:nth-child(5) { -webkit-animation-delay: 24s; -moz-animation-delay: 24s; -o-animation-delay: 24s; -ms-animation-delay: 24s; animation-delay: 24s; } @-webkit-keyframes imageAnimation { 0% { opacity: 0; -webkit-animation-timing-function: ease-in; } 8% { opacity: 1; -webkit-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } } @-moz-keyframes imageAnimation { 0% { opacity: 0; -moz-animation-timing-function: ease-in; } 8% { opacity: 1; -moz-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } } @-o-keyframes imageAnimation { 0% { opacity: 0; -o-animation-timing-function: ease-in; } 8% { opacity: 1; -o-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } } @-ms-keyframes imageAnimation { 0% { opacity: 0; -ms-animation-timing-function: ease-in; } 8% { opacity: 1; -ms-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } } @keyframes imageAnimation { 0% { opacity: 0; animation-timing-function: ease-in; } 8% { opacity: 1; animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } }
0.414662
0.061199
@media only screen and (min-width: 992px) and (max-width: 1200px) { /* Starting of Dashboard Sidebar menu area */ .sidebar-header {font-size: 20px;} .single-dashboard-product-head {margin-bottom: 30px;} .left-side {width: 20%;} .right-side { width: 80%; margin-left: 20%; } #sidebar-menu {min-width: 20%; padding-left: 0;} #sidebar-menu ul li a {padding: 10px 5px;} .dashboard-sidebar-area, .sidebar-menu-body {width: 20%;} /* Ending of Dashboard Sidebar menu area */ .sidebar-header {color: black;} #sidebar-menu ul.profile a {padding: 14px 10px;} } @media only screen and (min-width: 990px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 185px; } } /* Medium Layout: 1280px. */ @media only screen and (min-width: 1200px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 205px; } } @media only screen and (min-width: 1300px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 210px; } } @media only screen and (min-width: 1400px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 215px; } } @media only screen and (min-width: 1500px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 100%; } } /* Tablet Layout: 768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { /* Starting of Dashboard header items area */ .single-dashboard-product-head {margin-bottom: 30px;} /* Ending of Dashboard header items area */ /* Starting of Dashboard Sidebar menu area */ .navbar.navbar-default { display: block; visibility: visible; opacity: 1; } .dashboard-sidebar-area { margin-left: -250px; transform: rotateY(90deg); } .dashboard-sidebar-area.active { margin-left: 0; transform: none; } #sidebarCollapse span:first-of-type, #sidebarCollapse span:nth-of-type(2), #sidebarCollapse span:last-of-type { transform: none; opacity: 1; margin: 5px auto; } #sidebarCollapse.active span { margin: 0 auto; } #sidebarCollapse.active span:first-of-type { transform: rotate(45deg) translate(2px, 2px); } #sidebarCollapse.active span:nth-of-type(2) { opacity: 0; } #sidebarCollapse.active span:last-of-type { transform: rotate(-45deg) translate(1px, -1px); } .left-side, .right-side { width: auto; height: auto; position: relative; } .right-side {margin-left: 0;} #sidebar-menu {min-width: 28%;} .dashboard-sidebar-area, .sidebar-menu-body {width: 28%;} .sidebar-header-logo {margin-right: 8px;} /* Ending of Dashboard Sidebar menu area */ /* Starting of Dashboard Website Contents area */ .website-content-lower-form-right {padding-top: 10px;} /* Ending of Dashboard Website Contents area */ .sidebar-header {color: orange;} } /* Mobile Layout: 320px. */ @media only screen and (max-width: 767px) { .login-form { padding: 10px; padding-bottom: 10px; padding-top: 100px; } /* Starting of Dashboard header items area */ .single-dashboard-product-head {margin-bottom: 30px;} .dashboard-product-type {font-size: 15px;} /* Ending of Dashboard header items area */ /* Starting of Dashboard Sidebar menu area */ .left-side, .right-side { width: auto; height: auto; position: relative; } .right-side {margin-left: 0;} #sidebar-menu {min-width: 85%;} .dashboard-sidebar-area, .sidebar-menu-body {width: 85%;} .navbar.navbar-default { display: block; visibility: visible; opacity: 1; } .dashboard-sidebar-area { margin-left: -250px; transform: rotateY(90deg); } .dashboard-sidebar-area.active { margin-left: 0; transform: none; } #sidebarCollapse span:first-of-type, #sidebarCollapse span:nth-of-type(2), #sidebarCollapse span:last-of-type { transform: none; opacity: 1; margin: 5px auto; } #sidebarCollapse.active span { margin: 0 auto; } #sidebarCollapse.active span:first-of-type { transform: rotate(45deg) translate(2px, 2px); } #sidebarCollapse.active span:nth-of-type(2) { opacity: 0; } #sidebarCollapse.active span:last-of-type { transform: rotate(-45deg) translate(1px, -1px); } /* Ending of Dashboard Sidebar menu area */ /* Starting of Dashboard add-product-1 area */ .add-product-box .form-horizontal {padding: 20px 10px;} .add-product-header h2 { font-size: 18px; margin-top: 6px; } .add-product-header {padding-bottom: 12px;} .form-control.tags-input.input-md {height: 72px !important;} /* Ending of Dashboard add-product-1 area */ /* Starting of Dashboard Social Links area */ .switch {margin-top: 10px;} /* Ending of Dashboard Social Links area */ /* Starting of Dashboard Products area */ .add-back-btn, .add-newProduct-btn {padding: 8px 5px; font-size: 10px;} div.dataTables_wrapper div.dataTables_paginate ul.pagination { margin: 20px 0;} .dataTables_length { margin: 10px 0; padding-left: 0; } /* Ending of Dashboard Products area */ /* starting of Dashboard Orders area */ .add-product-header.orders {padding-bottom: 40px;} .order-header-right { display: block; float: left; margin: 20px 0; } /* Ending of Dashboard Orders area */ /* Starting of Dashboard Withdraws area */ .pending-withdraw { margin-left: 0; margin-top: 15px; } /* Ending of Dashboard Withdraws area */ /* Starting of Dashboard Main-category area */ .main-category .add-newProduct-btn { display: block; float: left; margin-top: 15px; } .main-category .add-product-header {padding-bottom: 70px;} .main-category .add-product-header h2 {float: left;} /* Ending of Dashboard Main-category area */ /* Starting of Dashboard Child-category area */ .add-product-header.child {padding: 20px 10px 10px;} /* Ending of Dashboard Child-category area */ /* Starting of Dashboard Website Contents area */ .website-content-lower-form-right {padding-top: 10px;} /* Ending of Dashboard Website Contents area */ /* Starting of Dashboard Website Pickup Locations area */ .add-product_btn.pickup-locations {margin-top: 15px;} /* Ending of Dashboard Website Pickup Locations area */ /* Starting of Dashboard home pie chart area */ #chartContainer2 { margin-bottom: 30px; } /* Ending of Dashboard home pie chart area */ .sidebar-header {color: yellow;} .row.reorder-xs { -webkit-transform: rotate(180deg); transform: rotate(180deg); direction: rtl; / Fix the horizontal alignment / } .row.reorder-xs > [class*="col-"] { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); direction: ltr; / Fix the horizontal alignment / } .product__header {padding: 10px;} .profile-wishlist {padding-left: 0; padding-right: 10px;} .profile-comments {padding: 0 10px;} .profile-info { margin-bottom: 20px; justify-content: flex-start; } .profile-comments-content, .profile-notifi-content, .profile-wishlist-content { right: auto; left: 0; margin-top: 20px; width: 100%; } .profile-content {margin-top: 20px;} .add-product-btn{ margin-top: 15px; text-align: center; } .order-table-wrap .table>tbody>tr>th.order-th { font-size: 18px;} .order-table-wrap .table>tbody>tr.tr-head:after {height: 35px;} .product__header .col-lg-6{ padding-left: 0; padding-right: 0; } .panel-heading .product__header {padding: 0px;} .panel-heading .product-header-title h2 { padding-left: 10px; } .profile-comments, .profile-notifi, .profile-wishlist { position: unset;} .profile-comments:first-child { padding-left: 10px; } } /* Wide Mobile Layout: 480px. */ @media only screen and (min-width: 480px) and (max-width: 767px) { .profile-wishlist-content { width: 250px; } }
public/assetsOld/admin/css/responsive.css
@media only screen and (min-width: 992px) and (max-width: 1200px) { /* Starting of Dashboard Sidebar menu area */ .sidebar-header {font-size: 20px;} .single-dashboard-product-head {margin-bottom: 30px;} .left-side {width: 20%;} .right-side { width: 80%; margin-left: 20%; } #sidebar-menu {min-width: 20%; padding-left: 0;} #sidebar-menu ul li a {padding: 10px 5px;} .dashboard-sidebar-area, .sidebar-menu-body {width: 20%;} /* Ending of Dashboard Sidebar menu area */ .sidebar-header {color: black;} #sidebar-menu ul.profile a {padding: 14px 10px;} } @media only screen and (min-width: 990px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 185px; } } /* Medium Layout: 1280px. */ @media only screen and (min-width: 1200px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 205px; } } @media only screen and (min-width: 1300px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 210px; } } @media only screen and (min-width: 1400px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 215px; } } @media only screen and (min-width: 1500px) { .dashboard-sidebar-area .sidebar-header img { height: 35px; max-width: 100%; } } /* Tablet Layout: 768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { /* Starting of Dashboard header items area */ .single-dashboard-product-head {margin-bottom: 30px;} /* Ending of Dashboard header items area */ /* Starting of Dashboard Sidebar menu area */ .navbar.navbar-default { display: block; visibility: visible; opacity: 1; } .dashboard-sidebar-area { margin-left: -250px; transform: rotateY(90deg); } .dashboard-sidebar-area.active { margin-left: 0; transform: none; } #sidebarCollapse span:first-of-type, #sidebarCollapse span:nth-of-type(2), #sidebarCollapse span:last-of-type { transform: none; opacity: 1; margin: 5px auto; } #sidebarCollapse.active span { margin: 0 auto; } #sidebarCollapse.active span:first-of-type { transform: rotate(45deg) translate(2px, 2px); } #sidebarCollapse.active span:nth-of-type(2) { opacity: 0; } #sidebarCollapse.active span:last-of-type { transform: rotate(-45deg) translate(1px, -1px); } .left-side, .right-side { width: auto; height: auto; position: relative; } .right-side {margin-left: 0;} #sidebar-menu {min-width: 28%;} .dashboard-sidebar-area, .sidebar-menu-body {width: 28%;} .sidebar-header-logo {margin-right: 8px;} /* Ending of Dashboard Sidebar menu area */ /* Starting of Dashboard Website Contents area */ .website-content-lower-form-right {padding-top: 10px;} /* Ending of Dashboard Website Contents area */ .sidebar-header {color: orange;} } /* Mobile Layout: 320px. */ @media only screen and (max-width: 767px) { .login-form { padding: 10px; padding-bottom: 10px; padding-top: 100px; } /* Starting of Dashboard header items area */ .single-dashboard-product-head {margin-bottom: 30px;} .dashboard-product-type {font-size: 15px;} /* Ending of Dashboard header items area */ /* Starting of Dashboard Sidebar menu area */ .left-side, .right-side { width: auto; height: auto; position: relative; } .right-side {margin-left: 0;} #sidebar-menu {min-width: 85%;} .dashboard-sidebar-area, .sidebar-menu-body {width: 85%;} .navbar.navbar-default { display: block; visibility: visible; opacity: 1; } .dashboard-sidebar-area { margin-left: -250px; transform: rotateY(90deg); } .dashboard-sidebar-area.active { margin-left: 0; transform: none; } #sidebarCollapse span:first-of-type, #sidebarCollapse span:nth-of-type(2), #sidebarCollapse span:last-of-type { transform: none; opacity: 1; margin: 5px auto; } #sidebarCollapse.active span { margin: 0 auto; } #sidebarCollapse.active span:first-of-type { transform: rotate(45deg) translate(2px, 2px); } #sidebarCollapse.active span:nth-of-type(2) { opacity: 0; } #sidebarCollapse.active span:last-of-type { transform: rotate(-45deg) translate(1px, -1px); } /* Ending of Dashboard Sidebar menu area */ /* Starting of Dashboard add-product-1 area */ .add-product-box .form-horizontal {padding: 20px 10px;} .add-product-header h2 { font-size: 18px; margin-top: 6px; } .add-product-header {padding-bottom: 12px;} .form-control.tags-input.input-md {height: 72px !important;} /* Ending of Dashboard add-product-1 area */ /* Starting of Dashboard Social Links area */ .switch {margin-top: 10px;} /* Ending of Dashboard Social Links area */ /* Starting of Dashboard Products area */ .add-back-btn, .add-newProduct-btn {padding: 8px 5px; font-size: 10px;} div.dataTables_wrapper div.dataTables_paginate ul.pagination { margin: 20px 0;} .dataTables_length { margin: 10px 0; padding-left: 0; } /* Ending of Dashboard Products area */ /* starting of Dashboard Orders area */ .add-product-header.orders {padding-bottom: 40px;} .order-header-right { display: block; float: left; margin: 20px 0; } /* Ending of Dashboard Orders area */ /* Starting of Dashboard Withdraws area */ .pending-withdraw { margin-left: 0; margin-top: 15px; } /* Ending of Dashboard Withdraws area */ /* Starting of Dashboard Main-category area */ .main-category .add-newProduct-btn { display: block; float: left; margin-top: 15px; } .main-category .add-product-header {padding-bottom: 70px;} .main-category .add-product-header h2 {float: left;} /* Ending of Dashboard Main-category area */ /* Starting of Dashboard Child-category area */ .add-product-header.child {padding: 20px 10px 10px;} /* Ending of Dashboard Child-category area */ /* Starting of Dashboard Website Contents area */ .website-content-lower-form-right {padding-top: 10px;} /* Ending of Dashboard Website Contents area */ /* Starting of Dashboard Website Pickup Locations area */ .add-product_btn.pickup-locations {margin-top: 15px;} /* Ending of Dashboard Website Pickup Locations area */ /* Starting of Dashboard home pie chart area */ #chartContainer2 { margin-bottom: 30px; } /* Ending of Dashboard home pie chart area */ .sidebar-header {color: yellow;} .row.reorder-xs { -webkit-transform: rotate(180deg); transform: rotate(180deg); direction: rtl; / Fix the horizontal alignment / } .row.reorder-xs > [class*="col-"] { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); direction: ltr; / Fix the horizontal alignment / } .product__header {padding: 10px;} .profile-wishlist {padding-left: 0; padding-right: 10px;} .profile-comments {padding: 0 10px;} .profile-info { margin-bottom: 20px; justify-content: flex-start; } .profile-comments-content, .profile-notifi-content, .profile-wishlist-content { right: auto; left: 0; margin-top: 20px; width: 100%; } .profile-content {margin-top: 20px;} .add-product-btn{ margin-top: 15px; text-align: center; } .order-table-wrap .table>tbody>tr>th.order-th { font-size: 18px;} .order-table-wrap .table>tbody>tr.tr-head:after {height: 35px;} .product__header .col-lg-6{ padding-left: 0; padding-right: 0; } .panel-heading .product__header {padding: 0px;} .panel-heading .product-header-title h2 { padding-left: 10px; } .profile-comments, .profile-notifi, .profile-wishlist { position: unset;} .profile-comments:first-child { padding-left: 10px; } } /* Wide Mobile Layout: 480px. */ @media only screen and (min-width: 480px) and (max-width: 767px) { .profile-wishlist-content { width: 250px; } }
0.294418
0.113187
* { background-color:#d8a968; margin:0px; } #navBar { margin-bottom:20px; } .restForms { font-family: "Acme", sans-serif; display:block; margin-left:auto; margin-right:auto; width:50%; padding:15px; border:solid rgb(50,50,50) 2px; background-color:lightGrey; } input { margin-left:20px; padding:3px 0px 3px 8px; background-color:white; border:solid black 1px; border-radius:20px; width:60%; float:right; } input:hover { background-color:rgb(240,240,240); } input#submit { font-family: "Acme", sans-serif; border-radius:20px; background-color:white; width:30%; margin:0px auto !important; border:solid black 1px; display:block; float:none; } input#submit:hover { background-color:rgb(230,230,230); } label { min-width:110px; display:block; margin-bottom:18px; padding-top:10px; width:100%; background-color:lightGrey; } h1 { text-align:center; font-family: 'Finger Paint', cursive; font-size:80px; color:rgba(152, 118, 69, .6); margin-top:0px; background-color:rgb(180,180,180); width:100%; border-bottom:rgb(70,70,70) solid 1px; } table { width:98%; padding:10px; background-color:grey; color:white; margin:10px; border:white solid 2px; font-family: 'Acme', sans-serif; box-sizing:border-box; } th { padding:3px; padding-top:8px; padding-bottom:8px; text-align:center; background-color:#a74826; border-bottom:solid grey 1px; font-size:24px; } th:first-child { background-color:#34321c; border-right:solid grey 1px; padding:7px; color:white; } td { padding:3px; padding-top:8px; padding-bottom:8px; text-align:center; background-color:#a74826; font-size:20px; } td:first-child { background-color:#34321c; padding:7px; color:white; border-right:solid grey 1px; } tr { background-color:white; } img { width: 30%; position:relative; margin-left: 35%; z-index:0; margin-top:10px; } nav { text-align:center; } ul { margin-top:15px; display:inline-block; border-style:border-box; } li { margin-top:10px; display:inline-block; border-right:solid black 1px; } li:first-child { border-left:solid black 1px; } a { text-decoration:none; padding:10px 15px 10px 15px; color:black; font-size:30px; font-family: "Acme", sans-serif; } nav a:hover { color:gold; background-color:#ba6749; }
style.css
* { background-color:#d8a968; margin:0px; } #navBar { margin-bottom:20px; } .restForms { font-family: "Acme", sans-serif; display:block; margin-left:auto; margin-right:auto; width:50%; padding:15px; border:solid rgb(50,50,50) 2px; background-color:lightGrey; } input { margin-left:20px; padding:3px 0px 3px 8px; background-color:white; border:solid black 1px; border-radius:20px; width:60%; float:right; } input:hover { background-color:rgb(240,240,240); } input#submit { font-family: "Acme", sans-serif; border-radius:20px; background-color:white; width:30%; margin:0px auto !important; border:solid black 1px; display:block; float:none; } input#submit:hover { background-color:rgb(230,230,230); } label { min-width:110px; display:block; margin-bottom:18px; padding-top:10px; width:100%; background-color:lightGrey; } h1 { text-align:center; font-family: 'Finger Paint', cursive; font-size:80px; color:rgba(152, 118, 69, .6); margin-top:0px; background-color:rgb(180,180,180); width:100%; border-bottom:rgb(70,70,70) solid 1px; } table { width:98%; padding:10px; background-color:grey; color:white; margin:10px; border:white solid 2px; font-family: 'Acme', sans-serif; box-sizing:border-box; } th { padding:3px; padding-top:8px; padding-bottom:8px; text-align:center; background-color:#a74826; border-bottom:solid grey 1px; font-size:24px; } th:first-child { background-color:#34321c; border-right:solid grey 1px; padding:7px; color:white; } td { padding:3px; padding-top:8px; padding-bottom:8px; text-align:center; background-color:#a74826; font-size:20px; } td:first-child { background-color:#34321c; padding:7px; color:white; border-right:solid grey 1px; } tr { background-color:white; } img { width: 30%; position:relative; margin-left: 35%; z-index:0; margin-top:10px; } nav { text-align:center; } ul { margin-top:15px; display:inline-block; border-style:border-box; } li { margin-top:10px; display:inline-block; border-right:solid black 1px; } li:first-child { border-left:solid black 1px; } a { text-decoration:none; padding:10px 15px 10px 15px; color:black; font-size:30px; font-family: "Acme", sans-serif; } nav a:hover { color:gold; background-color:#ba6749; }
0.475849
0.095602
@charset "gb2312"; /* css */ * { margin: 0; padding: 0 } body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #555; background: #efefef; line-height: 1.5; } img { border: 0; display: block } ul, li { list-style: none; } a { text-decoration: none; color: #555 } a:hover { text-decoration: none; color: #000; } .clear { clear: both; } .blank { height: 20px; overflow: hidden; width: 100%; margin: auto; clear: both } .f_l { float: left } .f_r { float: right } article { width: 1000px; margin: 80px auto 0; overflow: hidden; zoom: 1; } main { overflow: hidden; clear: both; z-index: 1; display: block; position: relative; } .container { width: 1000px; margin: auto } nav { width: 1000px; margin: auto } .logo { float: left; font-size: 22px } article, aside { display: block; position: relative; } #mnavh { display: none; width: 30px; height: 40px; float: right; text-align: center; padding: 0 5px } #starlist { float: right; } #starlist li { float: left; display: block; padding: 0 0 0 40px; font-size: 16px } .navicon { display: block; position: relative; width: 30px; height: 5px; background-color: #000; margin-top: 20px } .navicon:before, .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #000; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; } .navicon:before { margin-top: -10px; } .navicon:after { margin-top: 10px; } .open .navicon { background: none } .open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #000; } #starlist #selected { color: #f65a8a; } .header-navigation { position: fixed; top: 0; width: 100%; height: 60px; line-height: 60px; background: rgba(255, 255, 255, .9); text-align: center; border-bottom: 1px solid #ddd; box-shadow: 0 1px 1px rgba(0, 0, 0, .04); z-index: 9999; } /* Slide transitions */ .slideUp { -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: transform .5s ease-out; -o-transition: transform .5s ease-out; transition: transform .5s ease-out; } .slideDown { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: transform .5s ease-out; -o-transition: transform .5s ease-out; transition: transform .5s ease-out; } /*footer*/ footer { width: 100%; color: #a5a4a4; text-align: center; padding: 20px 0; clear: both; text-shadow: #fff 1px 0 2px, #fff 0 1px 2px, #fff -1px 0 2px, #fff 0 -1px 2px; } footer a { color: #a5a4a4; } /*cd-top*/ /*cd-top*/ .cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgba(0, 0, 0, 0.8) url(/static/img/top.png) no-repeat center; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .cd-top.cd-is-visible { visibility: visible; opacity: 1; }
src/HeartBolg/static/css/base.css
@charset "gb2312"; /* css */ * { margin: 0; padding: 0 } body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #555; background: #efefef; line-height: 1.5; } img { border: 0; display: block } ul, li { list-style: none; } a { text-decoration: none; color: #555 } a:hover { text-decoration: none; color: #000; } .clear { clear: both; } .blank { height: 20px; overflow: hidden; width: 100%; margin: auto; clear: both } .f_l { float: left } .f_r { float: right } article { width: 1000px; margin: 80px auto 0; overflow: hidden; zoom: 1; } main { overflow: hidden; clear: both; z-index: 1; display: block; position: relative; } .container { width: 1000px; margin: auto } nav { width: 1000px; margin: auto } .logo { float: left; font-size: 22px } article, aside { display: block; position: relative; } #mnavh { display: none; width: 30px; height: 40px; float: right; text-align: center; padding: 0 5px } #starlist { float: right; } #starlist li { float: left; display: block; padding: 0 0 0 40px; font-size: 16px } .navicon { display: block; position: relative; width: 30px; height: 5px; background-color: #000; margin-top: 20px } .navicon:before, .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #000; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; } .navicon:before { margin-top: -10px; } .navicon:after { margin-top: 10px; } .open .navicon { background: none } .open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #000; } #starlist #selected { color: #f65a8a; } .header-navigation { position: fixed; top: 0; width: 100%; height: 60px; line-height: 60px; background: rgba(255, 255, 255, .9); text-align: center; border-bottom: 1px solid #ddd; box-shadow: 0 1px 1px rgba(0, 0, 0, .04); z-index: 9999; } /* Slide transitions */ .slideUp { -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: transform .5s ease-out; -o-transition: transform .5s ease-out; transition: transform .5s ease-out; } .slideDown { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: transform .5s ease-out; -o-transition: transform .5s ease-out; transition: transform .5s ease-out; } /*footer*/ footer { width: 100%; color: #a5a4a4; text-align: center; padding: 20px 0; clear: both; text-shadow: #fff 1px 0 2px, #fff 0 1px 2px, #fff -1px 0 2px, #fff 0 -1px 2px; } footer a { color: #a5a4a4; } /*cd-top*/ /*cd-top*/ .cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgba(0, 0, 0, 0.8) url(/static/img/top.png) no-repeat center; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .cd-top.cd-is-visible { visibility: visible; opacity: 1; }
0.277669
0.06389
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } :root { --bg: steelblue; --text: #fff; } body { font-family: Roboto, sans-serif; overflow: hidden; margin: 0; } #forms-ui { background-color: var(--bg); color: var(--text); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; /* make default body height to it's view */ } #forms-ui > .container { background-color: rgba(0, 0, 0, 0.4); padding: 20px 40px; border-radius: 5px; } #forms-ui > .container > h1 { text-align: center; margin-bottom: 30px; } #forms-ui > .container > form .text { margin-top: 30px; } #forms-ui > .container form a { text-decoration: none; color: lightblue; } #forms-ui > .container .form-group { position: relative; width: 300px; margin: 20px 0 40px; } #forms-ui > .container form > .form-group label { position: absolute; top: 15px; left: 0; } #forms-ui > .container .form-group > input { background-color: transparent; border: none; border-bottom: 2px solid #fff; display: block; width: 100%; padding: 15px 0; font-size: 18px; color: var(--text); } #forms-ui > .container .form-group > input:focus, #forms-ui > .container .form-group > input:valid { outline: 0; border-bottom-color: lightblue; } #forms-ui > .container > form .btn { width: 100%; padding: 15px; background-color: lightblue; font-size: 18px; font-family: inherit; border: none; border-radius: 5px; cursor: pointer; } #forms-ui > .container > form .btn:focus { outline: 0; } #forms-ui > .container > form .btn:active { transform: scale(0.98); } #forms-ui > .container > form label span { display: inline-block; min-width: 5px; font-size: 18px; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); } #forms-ui > .container .form-group > input:focus + label span, #forms-ui > .container .form-group > input:valid + label span { color: lightblue; transform: translateY(-30px); }
forms-ui/style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } :root { --bg: steelblue; --text: #fff; } body { font-family: Roboto, sans-serif; overflow: hidden; margin: 0; } #forms-ui { background-color: var(--bg); color: var(--text); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; /* make default body height to it's view */ } #forms-ui > .container { background-color: rgba(0, 0, 0, 0.4); padding: 20px 40px; border-radius: 5px; } #forms-ui > .container > h1 { text-align: center; margin-bottom: 30px; } #forms-ui > .container > form .text { margin-top: 30px; } #forms-ui > .container form a { text-decoration: none; color: lightblue; } #forms-ui > .container .form-group { position: relative; width: 300px; margin: 20px 0 40px; } #forms-ui > .container form > .form-group label { position: absolute; top: 15px; left: 0; } #forms-ui > .container .form-group > input { background-color: transparent; border: none; border-bottom: 2px solid #fff; display: block; width: 100%; padding: 15px 0; font-size: 18px; color: var(--text); } #forms-ui > .container .form-group > input:focus, #forms-ui > .container .form-group > input:valid { outline: 0; border-bottom-color: lightblue; } #forms-ui > .container > form .btn { width: 100%; padding: 15px; background-color: lightblue; font-size: 18px; font-family: inherit; border: none; border-radius: 5px; cursor: pointer; } #forms-ui > .container > form .btn:focus { outline: 0; } #forms-ui > .container > form .btn:active { transform: scale(0.98); } #forms-ui > .container > form label span { display: inline-block; min-width: 5px; font-size: 18px; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); } #forms-ui > .container .form-group > input:focus + label span, #forms-ui > .container .form-group > input:valid + label span { color: lightblue; transform: translateY(-30px); }
0.492676
0.07971
.mt-a { margin-top: auto !important; } /* margin-right */ .mr-a { margin-right: auto !important; } /* margin-bottom */ .mb-a { margin-bottom: auto !important; } /* margin-left */ .ml-a { margin-left: auto !important; } /* horizontal margins */ .mh-a { margin-left: auto !important; margin-right: auto !important; } /* vertical margins */ .mv-a { margin-top: auto !important; margin-bottom: auto !important; } /* all margins */ .m-a { margin: auto !important; } /* margin-top */ .mt-0 { margin-top: 0 !important; } /* margin-right */ .mr-0 { margin-right: 0 !important; } /* margin-bottom */ .mb-0 { margin-bottom: 0 !important; } /* margin-left */ .ml-0 { margin-left: 0 !important; } /* horizontal margins */ .mh-0 { margin-left: 0 !important; margin-right: 0 !important; } /* vertical margins */ .mv-0 { margin-top: 0 !important; margin-bottom: 0 !important; } /* all margins */ .m-0 { margin: 0 !important; } /* margin-top */ .mt-xxxs { margin-top: 4px !important; } /* margin-right */ .mr-xxxs { margin-right: 4px !important; } /* margin-bottom */ .mb-xxxs { margin-bottom: 4px !important; } /* margin-left */ .ml-xxxs { margin-left: 4px !important; } /* horizontal margins */ .mh-xxxs { margin-left: 4px !important; margin-right: 4px !important; } /* vertical margins */ .mv-xxxs { margin-top: 4px !important; margin-bottom: 4px !important; } /* all margins */ .m-xxxs { margin: 4px !important; } /* margin-top */ .mt-xxs { margin-top: 8px !important; } /* margin-right */ .mr-xxs { margin-right: 8px !important; } /* margin-bottom */ .mb-xxs { margin-bottom: 8px !important; } /* margin-left */ .ml-xxs { margin-left: 8px !important; } /* horizontal margins */ .mh-xxs { margin-left: 8px !important; margin-right: 8px !important; } /* vertical margins */ .mv-xxs { margin-top: 8px !important; margin-bottom: 8px !important; } /* all margins */ .m-xxs { margin: 8px !important; } /* margin-top */ .mt-xs { margin-top: 16px !important; } /* margin-right */ .mr-xs { margin-right: 16px !important; } /* margin-bottom */ .mb-xs { margin-bottom: 16px !important; } /* margin-left */ .ml-xs { margin-left: 16px !important; } /* horizontal margins */ .mh-xs { margin-left: 16px !important; margin-right: 16px !important; } /* vertical margins */ .mv-xs { margin-top: 16px !important; margin-bottom: 16px !important; } /* all margins */ .m-xs { margin: 16px !important; } /* margin-top */ .mt-s { margin-top: 24px !important; } /* margin-right */ .mr-s { margin-right: 24px !important; } /* margin-bottom */ .mb-s { margin-bottom: 24px !important; } /* margin-left */ .ml-s { margin-left: 24px !important; } /* horizontal margins */ .mh-s { margin-left: 24px !important; margin-right: 24px !important; } /* vertical margins */ .mv-s { margin-top: 24px !important; margin-bottom: 24px !important; } /* all margins */ .m-s { margin: 24px !important; } /* margin-top */ .mt-m { margin-top: 36px !important; } /* margin-right */ .mr-m { margin-right: 36px !important; } /* margin-bottom */ .mb-m { margin-bottom: 36px !important; } /* margin-left */ .ml-m { margin-left: 36px !important; } /* horizontal margins */ .mh-m { margin-left: 36px !important; margin-right: 36px !important; } /* vertical margins */ .mv-m { margin-top: 36px !important; margin-bottom: 36px !important; } /* all margins */ .m-m { margin: 36px !important; } /* margin-top */ .mt-l { margin-top: 48px !important; } /* margin-right */ .mr-l { margin-right: 48px !important; } /* margin-bottom */ .mb-l { margin-bottom: 48px !important; } /* margin-left */ .ml-l { margin-left: 48px !important; } /* horizontal margins */ .mh-l { margin-left: 48px !important; margin-right: 48px !important; } /* vertical margins */ .mv-l { margin-top: 48px !important; margin-bottom: 48px !important; } /* all margins */ .m-l { margin: 48px !important; } /* margin-top */ .mt-xl { margin-top: 60px !important; } /* margin-right */ .mr-xl { margin-right: 60px !important; } /* margin-bottom */ .mb-xl { margin-bottom: 60px !important; } /* margin-left */ .ml-xl { margin-left: 60px !important; } /* horizontal margins */ .mh-xl { margin-left: 60px !important; margin-right: 60px !important; } /* vertical margins */ .mv-xl { margin-top: 60px !important; margin-bottom: 60px !important; } /* all margins */ .m-xl { margin: 60px !important; } /* margin-top */ .mt-xxl { margin-top: 96px !important; } /* margin-right */ .mr-xxl { margin-right: 96px !important; } /* margin-bottom */ .mb-xxl { margin-bottom: 96px !important; } /* margin-left */ .ml-xxl { margin-left: 96px !important; } /* horizontal margins */ .mh-xxl { margin-left: 96px !important; margin-right: 96px !important; } /* vertical margins */ .mv-xxl { margin-top: 96px !important; margin-bottom: 96px !important; } /* all margins */ .m-xxl { margin: 96px !important; } /* margin-top */ .mt-xxxl { margin-top: 144px !important; } /* margin-right */ .mr-xxxl { margin-right: 144px !important; } /* margin-bottom */ .mb-xxxl { margin-bottom: 144px !important; } /* margin-left */ .ml-xxxl { margin-left: 144px !important; } /* horizontal margins */ .mh-xxxl { margin-left: 144px !important; margin-right: 144px !important; } /* vertical margins */ .mv-xxxl { margin-top: 144px !important; margin-bottom: 144px !important; } /* all margins */ .m-xxxl { margin: 144px !important; } /* NEGATIVE MARGINS */ /* margin-top */ .mt--xxxs { margin-top: -4px !important; } /* margin-right */ .mr--xxxs { margin-right: -4px !important; } /* margin-bottom */ .mb--xxxs { margin-bottom: -4px !important; } /* margin-left */ .ml--xxxs { margin-left: -4px !important; } /* horizontal margins */ .mh--xxxs { margin-left: -4px !important; margin-right: -4px !important; } /* vertical margins */ .mv--xxxs { margin-top: -4px !important; margin-bottom: -4px !important; } /* all margins */ .m--xxxs { margin: -4px !important; } /* margin-top */ .mt--xxs { margin-top: -8px !important; } /* margin-right */ .mr--xxs { margin-right: -8px !important; } /* margin-bottom */ .mb--xxs { margin-bottom: -8px !important; } /* margin-left */ .ml--xxs { margin-left: -8px !important; } /* horizontal margins */ .mh--xxs { margin-left: -8px !important; margin-right: -8px !important; } /* vertical margins */ .mv--xxs { margin-top: -8px !important; margin-bottom: -8px !important; } /* all margins */ .m--xxs { margin: -8px !important; } /* margin-top */ .mt--xs { margin-top: -16px !important; } /* margin-right */ .mr--xs { margin-right: -16px !important; } /* margin-bottom */ .mb--xs { margin-bottom: -16px !important; } /* margin-left */ .ml--xs { margin-left: -16px !important; } /* horizontal margins */ .mh--xs { margin-left: -16px !important; margin-right: -16px !important; } /* vertical margins */ .mv--xs { margin-top: -16px !important; margin-bottom: -16px !important; } /* all margins */ .m--xs { margin: -16px !important; } /* margin-top */ .mt--s { margin-top: -24px !important; } /* margin-right */ .mr--s { margin-right: -24px !important; } /* margin-bottom */ .mb--s { margin-bottom: -24px !important; } /* margin-left */ .ml--s { margin-left: -24px !important; } /* horizontal margins */ .mh--s { margin-left: -24px !important; margin-right: -24px !important; } /* vertical margins */ .mv--s { margin-top: -24px !important; margin-bottom: -24px !important; } /* all margins */ .m--s { margin: -24px !important; } /* margin-top */ .mt--m { margin-top: -36px !important; } /* margin-right */ .mr--m { margin-right: -36px !important; } /* margin-bottom */ .mb--m { margin-bottom: -36px !important; } /* margin-left */ .ml--m { margin-left: -36px !important; } /* horizontal margins */ .mh--m { margin-left: -36px !important; margin-right: -36px !important; } /* vertical margins */ .mv--m { margin-top: -36px !important; margin-bottom: -36px !important; } /* all margins */ .m--m { margin: -36px !important; } /* margin-top */ .mt--l { margin-top: -48px !important; } /* margin-right */ .mr--l { margin-right: -48px !important; } /* margin-bottom */ .mb--l { margin-bottom: -48px !important; } /* margin-left */ .ml--l { margin-left: -48px !important; } /* horizontal margins */ .mh--l { margin-left: -48px !important; margin-right: -48px !important; } /* vertical margins */ .mv--l { margin-top: -48px !important; margin-bottom: -48px !important; } /* all margins */ .m--l { margin: -48px !important; } /* margin-top */ .mt--xl { margin-top: -60px !important; } /* margin-right */ .mr--xl { margin-right: -60px !important; } /* margin-bottom */ .mb--xl { margin-bottom: -60px !important; } /* margin-left */ .ml--xl { margin-left: -60px !important; } /* horizontal margins */ .mh--xl { margin-left: -60px !important; margin-right: -60px !important; } /* vertical margins */ .mv--xl { margin-top: -60px !important; margin-bottom: -60px !important; } /* all margins */ .m--xl { margin: -60px !important; } /* margin-top */ .mt--xxl { margin-top: -96px !important; } /* margin-right */ .mr--xxl { margin-right: -96px !important; } /* margin-bottom */ .mb--xxl { margin-bottom: -96px !important; } /* margin-left */ .ml--xxl { margin-left: -96px !important; } /* horizontal margins */ .mh--xxl { margin-left: -96px !important; margin-right: -96px !important; } /* vertical margins */ .mv--xxl { margin-top: -96px !important; margin-bottom: -96px !important; } /* all margins */ .m--xxl { margin: -96px !important; } /* margin-top */ .mt--xxxl { margin-top: -144px !important; } /* margin-right */ .mr--xxxl { margin-right: -144px !important; } /* margin-bottom */ .mb--xxxl { margin-bottom: -144px !important; } /* margin-left */ .ml--xxxl { margin-left: -144px !important; } /* horizontal margins */ .mh--xxxl { margin-left: -144px !important; margin-right: -144px !important; } /* vertical margins */ .mv--xxxl { margin-top: -144px !important; margin-bottom: -144px !important; } /* all margins */ .m--xxxl { margin: -144px !important; } /* padding-top */ .pt-a { padding-top: auto !important; } /* padding-right */ .pr-a { padding-right: auto !important; } /* padding-bottom */ .pb-a { padding-bottom: auto !important; } /* padding-left */ .pl-a { padding-left: auto !important; } /* horizontal paddings */ .ph-a { padding-left: auto !important; padding-right: auto !important; } /* vertical paddings */ .pv-a { padding-top: auto !important; padding-bottom: auto !important; } /* all paddings */ .p-a { padding: auto !important; } /* padding-top */ .pt-0 { padding-top: 0 !important; } /* padding-right */ .pr-0 { padding-right: 0 !important; } /* padding-bottom */ .pb-0 { padding-bottom: 0 !important; } /* padding-left */ .pl-0 { padding-left: 0 !important; } /* horizontal paddings */ .ph-0 { padding-left: 0 !important; padding-right: 0 !important; } /* vertical paddings */ .pv-0 { padding-top: 0 !important; padding-bottom: 0 !important; } /* all paddings */ .p-0 { padding: 0 !important; } /* padding-top */ .pt-xxxs { padding-top: 4px !important; } /* padding-right */ .pr-xxxs { padding-right: 4px !important; } /* padding-bottom */ .pb-xxxs { padding-bottom: 4px !important; } /* padding-left */ .pl-xxxs { padding-left: 4px !important; } /* horizontal paddings */ .ph-xxxs { padding-left: 4px !important; padding-right: 4px !important; } /* vertical paddings */ .pv-xxxs { padding-top: 4px !important; padding-bottom: 4px !important; } /* all paddings */ .p-xxxs { padding: 4px !important; } /* padding-top */ .pt-xxs { padding-top: 8px !important; } /* padding-right */ .pr-xxs { padding-right: 8px !important; } /* padding-bottom */ .pb-xxs { padding-bottom: 8px !important; } /* padding-left */ .pl-xxs { padding-left: 8px !important; } /* horizontal paddings */ .ph-xxs { padding-left: 8px !important; padding-right: 8px !important; } /* vertical paddings */ .pv-xxs { padding-top: 8px !important; padding-bottom: 8px !important; } /* all paddings */ .p-xxs { padding: 8px !important; } /* padding-top */ .pt-xs { padding-top: 16px !important; } /* padding-right */ .pr-xs { padding-right: 16px !important; } /* padding-bottom */ .pb-xs { padding-bottom: 16px !important; } /* padding-left */ .pl-xs { padding-left: 16px !important; } /* horizontal paddings */ .ph-xs { padding-left: 16px !important; padding-right: 16px !important; } /* vertical paddings */ .pv-xs { padding-top: 16px !important; padding-bottom: 16px !important; } /* all paddings */ .p-xs { padding: 16px !important; } /* padding-top */ .pt-s { padding-top: 24px !important; } /* padding-right */ .pr-s { padding-right: 24px !important; } /* padding-bottom */ .pb-s { padding-bottom: 24px !important; } /* padding-left */ .pl-s { padding-left: 24px !important; } /* horizontal paddings */ .ph-s { padding-left: 24px !important; padding-right: 24px !important; } /* vertical paddings */ .pv-s { padding-top: 24px !important; padding-bottom: 24px !important; } /* all paddings */ .p-s { padding: 24px !important; } /* padding-top */ .pt-m { padding-top: 36px !important; } /* padding-right */ .pr-m { padding-right: 36px !important; } /* padding-bottom */ .pb-m { padding-bottom: 36px !important; } /* padding-left */ .pl-m { padding-left: 36px !important; } /* horizontal paddings */ .ph-m { padding-left: 36px !important; padding-right: 36px !important; } /* vertical paddings */ .pv-m { padding-top: 36px !important; padding-bottom: 36px !important; } /* all paddings */ .p-m { padding: 36px !important; } /* padding-top */ .pt-l { padding-top: 48px !important; } /* padding-right */ .pr-l { padding-right: 48px !important; } /* padding-bottom */ .pb-l { padding-bottom: 48px !important; } /* padding-left */ .pl-l { padding-left: 48px !important; } /* horizontal paddings */ .ph-l { padding-left: 48px !important; padding-right: 48px !important; } /* vertical paddings */ .pv-l { padding-top: 48px !important; padding-bottom: 48px !important; } /* all paddings */ .p-l { padding: 48px !important; } /* padding-top */ .pt-xl { padding-top: 60px !important; } /* padding-right */ .pr-xl { padding-right: 60px !important; } /* padding-bottom */ .pb-xl { padding-bottom: 60px !important; } /* padding-left */ .pl-xl { padding-left: 60px !important; } /* horizontal paddings */ .ph-xl { padding-left: 60px !important; padding-right: 60px !important; } /* vertical paddings */ .pv-xl { padding-top: 60px !important; padding-bottom: 60px !important; } /* all paddings */ .p-xl { padding: 60px !important; } /* padding-top */ .pt-xxl { padding-top: 96px !important; } /* padding-right */ .pr-xxl { padding-right: 96px !important; } /* padding-bottom */ .pb-xxl { padding-bottom: 96px !important; } /* padding-left */ .pl-xxl { padding-left: 96px !important; } /* horizontal paddings */ .ph-xxl { padding-left: 96px !important; padding-right: 96px !important; } /* vertical paddings */ .pv-xxl { padding-top: 96px !important; padding-bottom: 96px !important; } /* all paddings */ .p-xxl { padding: 96px !important; } /* padding-top */ .pt-xxxl { padding-top: 144px !important; } /* padding-right */ .pr-xxxl { padding-right: 144px !important; } /* padding-bottom */ .pb-xxxl { padding-bottom: 144px !important; } /* padding-left */ .pl-xxxl { padding-left: 144px !important; } /* horizontal paddings */ .ph-xxxl { padding-left: 144px !important; padding-right: 144px !important; } /* vertical paddings */ .pv-xxxl { padding-top: 144px !important; padding-bottom: 144px !important; } /* all paddings */ .p-xxxl { padding: 144px !important; } /* widths */ .wa { width: auto !important; } .w0 { width: 0 !important; } .w5 { width: 5% !important; } .w10 { width: 10% !important; } .w25 { width: 25% !important; } .w33 { width: 33.33333% !important; } .w50 { width: 50% !important; } .w66 { width: 66.66667% !important; } .w100 { width: 100% !important; }
css/spaces.css
.mt-a { margin-top: auto !important; } /* margin-right */ .mr-a { margin-right: auto !important; } /* margin-bottom */ .mb-a { margin-bottom: auto !important; } /* margin-left */ .ml-a { margin-left: auto !important; } /* horizontal margins */ .mh-a { margin-left: auto !important; margin-right: auto !important; } /* vertical margins */ .mv-a { margin-top: auto !important; margin-bottom: auto !important; } /* all margins */ .m-a { margin: auto !important; } /* margin-top */ .mt-0 { margin-top: 0 !important; } /* margin-right */ .mr-0 { margin-right: 0 !important; } /* margin-bottom */ .mb-0 { margin-bottom: 0 !important; } /* margin-left */ .ml-0 { margin-left: 0 !important; } /* horizontal margins */ .mh-0 { margin-left: 0 !important; margin-right: 0 !important; } /* vertical margins */ .mv-0 { margin-top: 0 !important; margin-bottom: 0 !important; } /* all margins */ .m-0 { margin: 0 !important; } /* margin-top */ .mt-xxxs { margin-top: 4px !important; } /* margin-right */ .mr-xxxs { margin-right: 4px !important; } /* margin-bottom */ .mb-xxxs { margin-bottom: 4px !important; } /* margin-left */ .ml-xxxs { margin-left: 4px !important; } /* horizontal margins */ .mh-xxxs { margin-left: 4px !important; margin-right: 4px !important; } /* vertical margins */ .mv-xxxs { margin-top: 4px !important; margin-bottom: 4px !important; } /* all margins */ .m-xxxs { margin: 4px !important; } /* margin-top */ .mt-xxs { margin-top: 8px !important; } /* margin-right */ .mr-xxs { margin-right: 8px !important; } /* margin-bottom */ .mb-xxs { margin-bottom: 8px !important; } /* margin-left */ .ml-xxs { margin-left: 8px !important; } /* horizontal margins */ .mh-xxs { margin-left: 8px !important; margin-right: 8px !important; } /* vertical margins */ .mv-xxs { margin-top: 8px !important; margin-bottom: 8px !important; } /* all margins */ .m-xxs { margin: 8px !important; } /* margin-top */ .mt-xs { margin-top: 16px !important; } /* margin-right */ .mr-xs { margin-right: 16px !important; } /* margin-bottom */ .mb-xs { margin-bottom: 16px !important; } /* margin-left */ .ml-xs { margin-left: 16px !important; } /* horizontal margins */ .mh-xs { margin-left: 16px !important; margin-right: 16px !important; } /* vertical margins */ .mv-xs { margin-top: 16px !important; margin-bottom: 16px !important; } /* all margins */ .m-xs { margin: 16px !important; } /* margin-top */ .mt-s { margin-top: 24px !important; } /* margin-right */ .mr-s { margin-right: 24px !important; } /* margin-bottom */ .mb-s { margin-bottom: 24px !important; } /* margin-left */ .ml-s { margin-left: 24px !important; } /* horizontal margins */ .mh-s { margin-left: 24px !important; margin-right: 24px !important; } /* vertical margins */ .mv-s { margin-top: 24px !important; margin-bottom: 24px !important; } /* all margins */ .m-s { margin: 24px !important; } /* margin-top */ .mt-m { margin-top: 36px !important; } /* margin-right */ .mr-m { margin-right: 36px !important; } /* margin-bottom */ .mb-m { margin-bottom: 36px !important; } /* margin-left */ .ml-m { margin-left: 36px !important; } /* horizontal margins */ .mh-m { margin-left: 36px !important; margin-right: 36px !important; } /* vertical margins */ .mv-m { margin-top: 36px !important; margin-bottom: 36px !important; } /* all margins */ .m-m { margin: 36px !important; } /* margin-top */ .mt-l { margin-top: 48px !important; } /* margin-right */ .mr-l { margin-right: 48px !important; } /* margin-bottom */ .mb-l { margin-bottom: 48px !important; } /* margin-left */ .ml-l { margin-left: 48px !important; } /* horizontal margins */ .mh-l { margin-left: 48px !important; margin-right: 48px !important; } /* vertical margins */ .mv-l { margin-top: 48px !important; margin-bottom: 48px !important; } /* all margins */ .m-l { margin: 48px !important; } /* margin-top */ .mt-xl { margin-top: 60px !important; } /* margin-right */ .mr-xl { margin-right: 60px !important; } /* margin-bottom */ .mb-xl { margin-bottom: 60px !important; } /* margin-left */ .ml-xl { margin-left: 60px !important; } /* horizontal margins */ .mh-xl { margin-left: 60px !important; margin-right: 60px !important; } /* vertical margins */ .mv-xl { margin-top: 60px !important; margin-bottom: 60px !important; } /* all margins */ .m-xl { margin: 60px !important; } /* margin-top */ .mt-xxl { margin-top: 96px !important; } /* margin-right */ .mr-xxl { margin-right: 96px !important; } /* margin-bottom */ .mb-xxl { margin-bottom: 96px !important; } /* margin-left */ .ml-xxl { margin-left: 96px !important; } /* horizontal margins */ .mh-xxl { margin-left: 96px !important; margin-right: 96px !important; } /* vertical margins */ .mv-xxl { margin-top: 96px !important; margin-bottom: 96px !important; } /* all margins */ .m-xxl { margin: 96px !important; } /* margin-top */ .mt-xxxl { margin-top: 144px !important; } /* margin-right */ .mr-xxxl { margin-right: 144px !important; } /* margin-bottom */ .mb-xxxl { margin-bottom: 144px !important; } /* margin-left */ .ml-xxxl { margin-left: 144px !important; } /* horizontal margins */ .mh-xxxl { margin-left: 144px !important; margin-right: 144px !important; } /* vertical margins */ .mv-xxxl { margin-top: 144px !important; margin-bottom: 144px !important; } /* all margins */ .m-xxxl { margin: 144px !important; } /* NEGATIVE MARGINS */ /* margin-top */ .mt--xxxs { margin-top: -4px !important; } /* margin-right */ .mr--xxxs { margin-right: -4px !important; } /* margin-bottom */ .mb--xxxs { margin-bottom: -4px !important; } /* margin-left */ .ml--xxxs { margin-left: -4px !important; } /* horizontal margins */ .mh--xxxs { margin-left: -4px !important; margin-right: -4px !important; } /* vertical margins */ .mv--xxxs { margin-top: -4px !important; margin-bottom: -4px !important; } /* all margins */ .m--xxxs { margin: -4px !important; } /* margin-top */ .mt--xxs { margin-top: -8px !important; } /* margin-right */ .mr--xxs { margin-right: -8px !important; } /* margin-bottom */ .mb--xxs { margin-bottom: -8px !important; } /* margin-left */ .ml--xxs { margin-left: -8px !important; } /* horizontal margins */ .mh--xxs { margin-left: -8px !important; margin-right: -8px !important; } /* vertical margins */ .mv--xxs { margin-top: -8px !important; margin-bottom: -8px !important; } /* all margins */ .m--xxs { margin: -8px !important; } /* margin-top */ .mt--xs { margin-top: -16px !important; } /* margin-right */ .mr--xs { margin-right: -16px !important; } /* margin-bottom */ .mb--xs { margin-bottom: -16px !important; } /* margin-left */ .ml--xs { margin-left: -16px !important; } /* horizontal margins */ .mh--xs { margin-left: -16px !important; margin-right: -16px !important; } /* vertical margins */ .mv--xs { margin-top: -16px !important; margin-bottom: -16px !important; } /* all margins */ .m--xs { margin: -16px !important; } /* margin-top */ .mt--s { margin-top: -24px !important; } /* margin-right */ .mr--s { margin-right: -24px !important; } /* margin-bottom */ .mb--s { margin-bottom: -24px !important; } /* margin-left */ .ml--s { margin-left: -24px !important; } /* horizontal margins */ .mh--s { margin-left: -24px !important; margin-right: -24px !important; } /* vertical margins */ .mv--s { margin-top: -24px !important; margin-bottom: -24px !important; } /* all margins */ .m--s { margin: -24px !important; } /* margin-top */ .mt--m { margin-top: -36px !important; } /* margin-right */ .mr--m { margin-right: -36px !important; } /* margin-bottom */ .mb--m { margin-bottom: -36px !important; } /* margin-left */ .ml--m { margin-left: -36px !important; } /* horizontal margins */ .mh--m { margin-left: -36px !important; margin-right: -36px !important; } /* vertical margins */ .mv--m { margin-top: -36px !important; margin-bottom: -36px !important; } /* all margins */ .m--m { margin: -36px !important; } /* margin-top */ .mt--l { margin-top: -48px !important; } /* margin-right */ .mr--l { margin-right: -48px !important; } /* margin-bottom */ .mb--l { margin-bottom: -48px !important; } /* margin-left */ .ml--l { margin-left: -48px !important; } /* horizontal margins */ .mh--l { margin-left: -48px !important; margin-right: -48px !important; } /* vertical margins */ .mv--l { margin-top: -48px !important; margin-bottom: -48px !important; } /* all margins */ .m--l { margin: -48px !important; } /* margin-top */ .mt--xl { margin-top: -60px !important; } /* margin-right */ .mr--xl { margin-right: -60px !important; } /* margin-bottom */ .mb--xl { margin-bottom: -60px !important; } /* margin-left */ .ml--xl { margin-left: -60px !important; } /* horizontal margins */ .mh--xl { margin-left: -60px !important; margin-right: -60px !important; } /* vertical margins */ .mv--xl { margin-top: -60px !important; margin-bottom: -60px !important; } /* all margins */ .m--xl { margin: -60px !important; } /* margin-top */ .mt--xxl { margin-top: -96px !important; } /* margin-right */ .mr--xxl { margin-right: -96px !important; } /* margin-bottom */ .mb--xxl { margin-bottom: -96px !important; } /* margin-left */ .ml--xxl { margin-left: -96px !important; } /* horizontal margins */ .mh--xxl { margin-left: -96px !important; margin-right: -96px !important; } /* vertical margins */ .mv--xxl { margin-top: -96px !important; margin-bottom: -96px !important; } /* all margins */ .m--xxl { margin: -96px !important; } /* margin-top */ .mt--xxxl { margin-top: -144px !important; } /* margin-right */ .mr--xxxl { margin-right: -144px !important; } /* margin-bottom */ .mb--xxxl { margin-bottom: -144px !important; } /* margin-left */ .ml--xxxl { margin-left: -144px !important; } /* horizontal margins */ .mh--xxxl { margin-left: -144px !important; margin-right: -144px !important; } /* vertical margins */ .mv--xxxl { margin-top: -144px !important; margin-bottom: -144px !important; } /* all margins */ .m--xxxl { margin: -144px !important; } /* padding-top */ .pt-a { padding-top: auto !important; } /* padding-right */ .pr-a { padding-right: auto !important; } /* padding-bottom */ .pb-a { padding-bottom: auto !important; } /* padding-left */ .pl-a { padding-left: auto !important; } /* horizontal paddings */ .ph-a { padding-left: auto !important; padding-right: auto !important; } /* vertical paddings */ .pv-a { padding-top: auto !important; padding-bottom: auto !important; } /* all paddings */ .p-a { padding: auto !important; } /* padding-top */ .pt-0 { padding-top: 0 !important; } /* padding-right */ .pr-0 { padding-right: 0 !important; } /* padding-bottom */ .pb-0 { padding-bottom: 0 !important; } /* padding-left */ .pl-0 { padding-left: 0 !important; } /* horizontal paddings */ .ph-0 { padding-left: 0 !important; padding-right: 0 !important; } /* vertical paddings */ .pv-0 { padding-top: 0 !important; padding-bottom: 0 !important; } /* all paddings */ .p-0 { padding: 0 !important; } /* padding-top */ .pt-xxxs { padding-top: 4px !important; } /* padding-right */ .pr-xxxs { padding-right: 4px !important; } /* padding-bottom */ .pb-xxxs { padding-bottom: 4px !important; } /* padding-left */ .pl-xxxs { padding-left: 4px !important; } /* horizontal paddings */ .ph-xxxs { padding-left: 4px !important; padding-right: 4px !important; } /* vertical paddings */ .pv-xxxs { padding-top: 4px !important; padding-bottom: 4px !important; } /* all paddings */ .p-xxxs { padding: 4px !important; } /* padding-top */ .pt-xxs { padding-top: 8px !important; } /* padding-right */ .pr-xxs { padding-right: 8px !important; } /* padding-bottom */ .pb-xxs { padding-bottom: 8px !important; } /* padding-left */ .pl-xxs { padding-left: 8px !important; } /* horizontal paddings */ .ph-xxs { padding-left: 8px !important; padding-right: 8px !important; } /* vertical paddings */ .pv-xxs { padding-top: 8px !important; padding-bottom: 8px !important; } /* all paddings */ .p-xxs { padding: 8px !important; } /* padding-top */ .pt-xs { padding-top: 16px !important; } /* padding-right */ .pr-xs { padding-right: 16px !important; } /* padding-bottom */ .pb-xs { padding-bottom: 16px !important; } /* padding-left */ .pl-xs { padding-left: 16px !important; } /* horizontal paddings */ .ph-xs { padding-left: 16px !important; padding-right: 16px !important; } /* vertical paddings */ .pv-xs { padding-top: 16px !important; padding-bottom: 16px !important; } /* all paddings */ .p-xs { padding: 16px !important; } /* padding-top */ .pt-s { padding-top: 24px !important; } /* padding-right */ .pr-s { padding-right: 24px !important; } /* padding-bottom */ .pb-s { padding-bottom: 24px !important; } /* padding-left */ .pl-s { padding-left: 24px !important; } /* horizontal paddings */ .ph-s { padding-left: 24px !important; padding-right: 24px !important; } /* vertical paddings */ .pv-s { padding-top: 24px !important; padding-bottom: 24px !important; } /* all paddings */ .p-s { padding: 24px !important; } /* padding-top */ .pt-m { padding-top: 36px !important; } /* padding-right */ .pr-m { padding-right: 36px !important; } /* padding-bottom */ .pb-m { padding-bottom: 36px !important; } /* padding-left */ .pl-m { padding-left: 36px !important; } /* horizontal paddings */ .ph-m { padding-left: 36px !important; padding-right: 36px !important; } /* vertical paddings */ .pv-m { padding-top: 36px !important; padding-bottom: 36px !important; } /* all paddings */ .p-m { padding: 36px !important; } /* padding-top */ .pt-l { padding-top: 48px !important; } /* padding-right */ .pr-l { padding-right: 48px !important; } /* padding-bottom */ .pb-l { padding-bottom: 48px !important; } /* padding-left */ .pl-l { padding-left: 48px !important; } /* horizontal paddings */ .ph-l { padding-left: 48px !important; padding-right: 48px !important; } /* vertical paddings */ .pv-l { padding-top: 48px !important; padding-bottom: 48px !important; } /* all paddings */ .p-l { padding: 48px !important; } /* padding-top */ .pt-xl { padding-top: 60px !important; } /* padding-right */ .pr-xl { padding-right: 60px !important; } /* padding-bottom */ .pb-xl { padding-bottom: 60px !important; } /* padding-left */ .pl-xl { padding-left: 60px !important; } /* horizontal paddings */ .ph-xl { padding-left: 60px !important; padding-right: 60px !important; } /* vertical paddings */ .pv-xl { padding-top: 60px !important; padding-bottom: 60px !important; } /* all paddings */ .p-xl { padding: 60px !important; } /* padding-top */ .pt-xxl { padding-top: 96px !important; } /* padding-right */ .pr-xxl { padding-right: 96px !important; } /* padding-bottom */ .pb-xxl { padding-bottom: 96px !important; } /* padding-left */ .pl-xxl { padding-left: 96px !important; } /* horizontal paddings */ .ph-xxl { padding-left: 96px !important; padding-right: 96px !important; } /* vertical paddings */ .pv-xxl { padding-top: 96px !important; padding-bottom: 96px !important; } /* all paddings */ .p-xxl { padding: 96px !important; } /* padding-top */ .pt-xxxl { padding-top: 144px !important; } /* padding-right */ .pr-xxxl { padding-right: 144px !important; } /* padding-bottom */ .pb-xxxl { padding-bottom: 144px !important; } /* padding-left */ .pl-xxxl { padding-left: 144px !important; } /* horizontal paddings */ .ph-xxxl { padding-left: 144px !important; padding-right: 144px !important; } /* vertical paddings */ .pv-xxxl { padding-top: 144px !important; padding-bottom: 144px !important; } /* all paddings */ .p-xxxl { padding: 144px !important; } /* widths */ .wa { width: auto !important; } .w0 { width: 0 !important; } .w5 { width: 5% !important; } .w10 { width: 10% !important; } .w25 { width: 25% !important; } .w33 { width: 33.33333% !important; } .w50 { width: 50% !important; } .w66 { width: 66.66667% !important; } .w100 { width: 100% !important; }
0.240775
0.057705
@font-face { font-family: "cset-icons"; src:url("fonts/cset-icons.eot"); src:url("sass/fonts/cset-icons.eot?#iefix") format("embedded-opentype"), url("sass/fonts/cset-icons.woff") format("woff"), url("sass/fonts/cset-icons.ttf") format("truetype"), url("sass/fonts/cset-icons.svg#cset-icons") format("svg"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "cset-icons" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [class^="cset-icons-"]:before, [class*=" cset-icons-"]:before { font-family: "cset-icons" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .cset-icons-accessibility:before { content: "\61"; } .cset-icons-bar-chart-vertical:before { content: "\64"; } .cset-icons-book-bookmark:before { content: "\65"; } .cset-icons-book-open:before { content: "\66"; } .cset-icons-books:before { content: "\67"; } .cset-icons-books-stack-1:before { content: "\68"; } .cset-icons-books-stack-2:before { content: "\69"; } .cset-icons-chevron-down:before { content: "\6a"; } .cset-icons-chevron-left:before { content: "\6b"; } .cset-icons-chevron-right:before { content: "\6c"; } .cset-icons-chevron-up:before { content: "\6d"; } .cset-icons-cog:before { content: "\70"; } .cset-icons-comment:before { content: "\71"; } .cset-icons-cset-logo:before { content: "\73"; } .cset-icons-dhs-seal:before { content: "\74"; } .cset-icons-document:before { content: "\75"; } .cset-icons-export-excel:before { content: "\76"; } .cset-icons-floppy-disk:before { content: "\77"; } .cset-icons-gauge-high:before { content: "\78"; } .cset-icons-gauge-low:before { content: "\79"; } .cset-icons-gauge-max:before { content: "\7a"; } .cset-icons-gauge-med:before { content: "\41"; } .cset-icons-handshake:before { content: "\42"; } .cset-icons-help:before { content: "\43"; } .cset-icons-help-dark:before { content: "\44"; } .cset-icons-house:before { content: "\45"; } .cset-icons-import:before { content: "\46"; } .cset-icons-import-doc:before { content: "\47"; } .cset-icons-info-circle:before { content: "\48"; } .cset-icons-key:before { content: "\49"; } .cset-icons-key-shield:before { content: "\4a"; } .cset-icons-keyboard-shortcuts-board:before { content: "\4b"; } .cset-icons-keyboard-shortcuts-key:before { content: "\4c"; } .cset-icons-library:before { content: "\4d"; } .cset-icons-tools:before { content: "\4e"; } .cset-icons-library-simple:before { content: "\50"; } .cset-icons-trash-can:before { content: "\51"; } .cset-icons-light-bulb:before { content: "\52"; } .cset-icons-logout:before { content: "\53"; } .cset-icons-module:before { content: "\54"; } .cset-icons-page:before { content: "\55"; } .cset-icons-pages:before { content: "\56"; } .cset-icons-profile:before { content: "\58"; } .cset-icons-puzzle:before { content: "\59"; } .cset-icons-question-mark:before { content: "\5a"; } .cset-icons-question-circle-outline:before { content: "\30"; } .cset-icons-pdf-doc:before { content: "\57"; } .cset-icons-cset-lock:before { content: "\72"; } .cset-icons-advisory:before { content: "\63"; } .cset-icons-accessibility-doc:before { content: "\62"; } .cset-icons-clipboard-check:before { content: "\6e"; } .cset-icons-clipboard-pencil:before { content: "\6f"; } .cset-icons-results:before { content: "\4f"; } .cset-icons-browse:before { content: "\31"; } .cset-icons-check-box:before { content: "\32"; } .cset-icons-envelope:before { content: "\33"; } .cset-icons-export:before { content: "\34"; } .cset-icons-filter:before { content: "\35"; } .cset-icons-pencil:before { content: "\36"; } .cset-icons-phone:before { content: "\37"; } .cset-icons-plus:before { content: "\38"; } .cset-icons-question-mark-circle:before { content: "\39"; } .cset-icons-magnify-glass:before { content: "\21"; } .cset-icons-trash-x:before { content: "\22"; } .cset-icons-resize-full:before { content: "\23"; } .cset-icons-resize-small:before { content: "\24"; } .cset-icons-check-circle:before { content: "\25"; } .cset-icons-close-x:before { content: "\26"; } .cset-icons-exclamation-triangle:before { content: "\27"; } .cset-icons-export-up:before { content: "\28"; } .cset-icons-review:before { content: "\29"; } .cset-icons-copy:before { content: "\2a"; } .cset-icons-hamburger:before { content: "\2b"; } .cset-icons-bell:before { content: "\2c"; } .cset-icons-flag-light:before { content: "\2d"; } .cset-icons-flag-dark:before { content: "\2e"; }
CSETWebNg/src/assets/sass/cset-font-styles.css
@font-face { font-family: "cset-icons"; src:url("fonts/cset-icons.eot"); src:url("sass/fonts/cset-icons.eot?#iefix") format("embedded-opentype"), url("sass/fonts/cset-icons.woff") format("woff"), url("sass/fonts/cset-icons.ttf") format("truetype"), url("sass/fonts/cset-icons.svg#cset-icons") format("svg"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "cset-icons" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [class^="cset-icons-"]:before, [class*=" cset-icons-"]:before { font-family: "cset-icons" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .cset-icons-accessibility:before { content: "\61"; } .cset-icons-bar-chart-vertical:before { content: "\64"; } .cset-icons-book-bookmark:before { content: "\65"; } .cset-icons-book-open:before { content: "\66"; } .cset-icons-books:before { content: "\67"; } .cset-icons-books-stack-1:before { content: "\68"; } .cset-icons-books-stack-2:before { content: "\69"; } .cset-icons-chevron-down:before { content: "\6a"; } .cset-icons-chevron-left:before { content: "\6b"; } .cset-icons-chevron-right:before { content: "\6c"; } .cset-icons-chevron-up:before { content: "\6d"; } .cset-icons-cog:before { content: "\70"; } .cset-icons-comment:before { content: "\71"; } .cset-icons-cset-logo:before { content: "\73"; } .cset-icons-dhs-seal:before { content: "\74"; } .cset-icons-document:before { content: "\75"; } .cset-icons-export-excel:before { content: "\76"; } .cset-icons-floppy-disk:before { content: "\77"; } .cset-icons-gauge-high:before { content: "\78"; } .cset-icons-gauge-low:before { content: "\79"; } .cset-icons-gauge-max:before { content: "\7a"; } .cset-icons-gauge-med:before { content: "\41"; } .cset-icons-handshake:before { content: "\42"; } .cset-icons-help:before { content: "\43"; } .cset-icons-help-dark:before { content: "\44"; } .cset-icons-house:before { content: "\45"; } .cset-icons-import:before { content: "\46"; } .cset-icons-import-doc:before { content: "\47"; } .cset-icons-info-circle:before { content: "\48"; } .cset-icons-key:before { content: "\49"; } .cset-icons-key-shield:before { content: "\4a"; } .cset-icons-keyboard-shortcuts-board:before { content: "\4b"; } .cset-icons-keyboard-shortcuts-key:before { content: "\4c"; } .cset-icons-library:before { content: "\4d"; } .cset-icons-tools:before { content: "\4e"; } .cset-icons-library-simple:before { content: "\50"; } .cset-icons-trash-can:before { content: "\51"; } .cset-icons-light-bulb:before { content: "\52"; } .cset-icons-logout:before { content: "\53"; } .cset-icons-module:before { content: "\54"; } .cset-icons-page:before { content: "\55"; } .cset-icons-pages:before { content: "\56"; } .cset-icons-profile:before { content: "\58"; } .cset-icons-puzzle:before { content: "\59"; } .cset-icons-question-mark:before { content: "\5a"; } .cset-icons-question-circle-outline:before { content: "\30"; } .cset-icons-pdf-doc:before { content: "\57"; } .cset-icons-cset-lock:before { content: "\72"; } .cset-icons-advisory:before { content: "\63"; } .cset-icons-accessibility-doc:before { content: "\62"; } .cset-icons-clipboard-check:before { content: "\6e"; } .cset-icons-clipboard-pencil:before { content: "\6f"; } .cset-icons-results:before { content: "\4f"; } .cset-icons-browse:before { content: "\31"; } .cset-icons-check-box:before { content: "\32"; } .cset-icons-envelope:before { content: "\33"; } .cset-icons-export:before { content: "\34"; } .cset-icons-filter:before { content: "\35"; } .cset-icons-pencil:before { content: "\36"; } .cset-icons-phone:before { content: "\37"; } .cset-icons-plus:before { content: "\38"; } .cset-icons-question-mark-circle:before { content: "\39"; } .cset-icons-magnify-glass:before { content: "\21"; } .cset-icons-trash-x:before { content: "\22"; } .cset-icons-resize-full:before { content: "\23"; } .cset-icons-resize-small:before { content: "\24"; } .cset-icons-check-circle:before { content: "\25"; } .cset-icons-close-x:before { content: "\26"; } .cset-icons-exclamation-triangle:before { content: "\27"; } .cset-icons-export-up:before { content: "\28"; } .cset-icons-review:before { content: "\29"; } .cset-icons-copy:before { content: "\2a"; } .cset-icons-hamburger:before { content: "\2b"; } .cset-icons-bell:before { content: "\2c"; } .cset-icons-flag-light:before { content: "\2d"; } .cset-icons-flag-dark:before { content: "\2e"; }
0.263599
0.065515
@import '~ng-pick-datetime/assets/style/picker.min.css'; body { font-size: 14px !important; } p, .nb-theme-default nb-card, .label, .custom-select { font-size: 15px !important; } .btn.btn-primary { padding: 6px 18px !important; } .titleRight .btn.btn-primary { padding: 10px 18px !important; font-size: 15px !important; } .label { padding: 0px !important; color: black !important; margin-right: 8px !important; margin-bottom: 10px !important; font-weight: 600 !important; } h2 { font-size: 20px !important; font-weight: 600 !important; } .noTopPadding { padding-top: 0px !important; } .noLeftPadding { padding-left: 0px !important; } .noRightPadding { padding-right: 0px !important; } .invalid-feedback-frm { font-size: 13px !important; } .img-head-logo { width: 61px; } .halfWidht { width: 50%; } .rowPadBottom { padding-bottom: 15px !important; } .titleHeader { overflow: hidden; } .titleLeft { float: left; width: 84%; } .titleRight { text-align: right; float: right; width: 14%; } .LeftBgIcon, .LeftBgText { display: inline-block; vertical-align: top; } .LeftBgText { margin-left: 12px; width: 90%; } .LeftBgText h2 { line-height: 1.3 !important; } .LeftBgText p { margin: 0px; } .loginLogo { display: block; margin-left: auto; margin-right: auto; width: 53%; margin-bottom: 15px; } .forgotStyle a{ font-size: 12px; text-decoration: none; color: rgba(143, 155, 179, 0.48) !important; } @media only screen and (min-width: 10px)and (max-width: 1250px){ .LeftBgText { width: 85%; } } @media only screen and (min-width: 10px)and (max-width: 1200px){ .titleLeft { width: 70%; } .titleRight { width: 25%; } } @media only screen and (min-width: 10px)and (max-width: 1000px) { .titleLeft { width: 80%; } .titleRight { width: 19%; } } @media only screen and (min-width: 10px)and (max-width: 940px) { .LeftBgText{ width: 80%; } .noTopPadding { padding-top: 1rem !important; } } @media only screen and (min-width: 10px)and (max-width: 810px) { .titleRight { width: 19%; } } @media only screen and (min-width: 10px)and (max-width: 768px) { .titleRight { width: 22%; } .titleLeft { width: 78%; } .LeftBgText { width: 76%; } .rowPadding{ padding-bottom:0px !important; } .label, .btn.btn-primary{ margin-top:15px !important; } .enhanceBtn .label, nb-checkbox.enhanceBtn{ margin: 0px !important; } } @media only screen and (min-width: 10px)and (max-width: 740px) { .halfWidht { width: auto; } .titleLeft { width: 70%; } .LeftBgText { width: 70%; } } @media only screen and (min-width: 10px)and (max-width: 650px) { .titleRight { width: 25%; } } @media only screen and (min-width: 10px)and (max-width: 640px) { .noTopPadding { padding-top: 15px !important; } .no-left-padding { padding-bottom: 15px; } .loginLogo { width: 70%; } .loginLogo img { width: 265px; } } @media only screen and (min-width: 10px)and (max-width: 600px) { .titleLeft, .titleRight { width: auto; float: left; } .titleRight { margin-top: 15px; } .LeftBgText { width: auto; margin-left: 0; margin-top: 10px; } }
OpenBots.Server.Web/ClientApp/src/app/style.css
@import '~ng-pick-datetime/assets/style/picker.min.css'; body { font-size: 14px !important; } p, .nb-theme-default nb-card, .label, .custom-select { font-size: 15px !important; } .btn.btn-primary { padding: 6px 18px !important; } .titleRight .btn.btn-primary { padding: 10px 18px !important; font-size: 15px !important; } .label { padding: 0px !important; color: black !important; margin-right: 8px !important; margin-bottom: 10px !important; font-weight: 600 !important; } h2 { font-size: 20px !important; font-weight: 600 !important; } .noTopPadding { padding-top: 0px !important; } .noLeftPadding { padding-left: 0px !important; } .noRightPadding { padding-right: 0px !important; } .invalid-feedback-frm { font-size: 13px !important; } .img-head-logo { width: 61px; } .halfWidht { width: 50%; } .rowPadBottom { padding-bottom: 15px !important; } .titleHeader { overflow: hidden; } .titleLeft { float: left; width: 84%; } .titleRight { text-align: right; float: right; width: 14%; } .LeftBgIcon, .LeftBgText { display: inline-block; vertical-align: top; } .LeftBgText { margin-left: 12px; width: 90%; } .LeftBgText h2 { line-height: 1.3 !important; } .LeftBgText p { margin: 0px; } .loginLogo { display: block; margin-left: auto; margin-right: auto; width: 53%; margin-bottom: 15px; } .forgotStyle a{ font-size: 12px; text-decoration: none; color: rgba(143, 155, 179, 0.48) !important; } @media only screen and (min-width: 10px)and (max-width: 1250px){ .LeftBgText { width: 85%; } } @media only screen and (min-width: 10px)and (max-width: 1200px){ .titleLeft { width: 70%; } .titleRight { width: 25%; } } @media only screen and (min-width: 10px)and (max-width: 1000px) { .titleLeft { width: 80%; } .titleRight { width: 19%; } } @media only screen and (min-width: 10px)and (max-width: 940px) { .LeftBgText{ width: 80%; } .noTopPadding { padding-top: 1rem !important; } } @media only screen and (min-width: 10px)and (max-width: 810px) { .titleRight { width: 19%; } } @media only screen and (min-width: 10px)and (max-width: 768px) { .titleRight { width: 22%; } .titleLeft { width: 78%; } .LeftBgText { width: 76%; } .rowPadding{ padding-bottom:0px !important; } .label, .btn.btn-primary{ margin-top:15px !important; } .enhanceBtn .label, nb-checkbox.enhanceBtn{ margin: 0px !important; } } @media only screen and (min-width: 10px)and (max-width: 740px) { .halfWidht { width: auto; } .titleLeft { width: 70%; } .LeftBgText { width: 70%; } } @media only screen and (min-width: 10px)and (max-width: 650px) { .titleRight { width: 25%; } } @media only screen and (min-width: 10px)and (max-width: 640px) { .noTopPadding { padding-top: 15px !important; } .no-left-padding { padding-bottom: 15px; } .loginLogo { width: 70%; } .loginLogo img { width: 265px; } } @media only screen and (min-width: 10px)and (max-width: 600px) { .titleLeft, .titleRight { width: auto; float: left; } .titleRight { margin-top: 15px; } .LeftBgText { width: auto; margin-left: 0; margin-top: 10px; } }
0.299515
0.113481
.grid { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--null { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--auto { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--equal { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--fixed { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--none { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--initial { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--positive { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--positive-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 2; -ms-flex: 2 0 0px; flex: 2 0 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--positive-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 3; -ms-flex: 3 0 0px; flex: 3 0 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--positive-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 4; -ms-flex: 4 0 0px; flex: 4 0 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-7 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 56.3333333333%; flex: 0 0 56.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-8 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 64.6666666667%; flex: 0 0 64.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-9 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 73%; flex: 0 0 73%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-10 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 81.3333333333%; flex: 0 0 81.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-11 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 89.6666666667%; flex: 0 0 89.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-12 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 98%; flex: 0 0 98%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-3-columns { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid-3-columns > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-3-columns > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 64.6666666667%; flex: 0 0 64.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-3-columns > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 98%; flex: 0 0 98%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid-24-columns > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 2.1666666667%; flex: 0 0 2.1666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 10.5%; flex: 0 0 10.5%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 18.8333333333%; flex: 0 0 18.8333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-7 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 27.1666666667%; flex: 0 0 27.1666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-8 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-9 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 35.5%; flex: 0 0 35.5%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-10 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-11 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 43.8333333333%; flex: 0 0 43.8333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-12 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-13 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 52.1666666667%; flex: 0 0 52.1666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-14 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 56.3333333333%; flex: 0 0 56.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-15 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 60.5%; flex: 0 0 60.5%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-16 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 64.6666666667%; flex: 0 0 64.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-17 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 68.8333333333%; flex: 0 0 68.8333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-18 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 73%; flex: 0 0 73%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-19 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 77.1666666667%; flex: 0 0 77.1666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-20 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 81.3333333333%; flex: 0 0 81.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-21 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 85.5%; flex: 0 0 85.5%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-22 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 89.6666666667%; flex: 0 0 89.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-23 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 93.8333333333%; flex: 0 0 93.8333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-24 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 98%; flex: 0 0 98%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: -1%; margin-right: -1%; } .grid--multi-line .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-7 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 56.3333333333%; flex: 0 0 56.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-8 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 64.6666666667%; flex: 0 0 64.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-9 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 73%; flex: 0 0 73%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-10 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 81.3333333333%; flex: 0 0 81.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-11 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 89.6666666667%; flex: 0 0 89.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-12 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 98%; flex: 0 0 98%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } ul.grid { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: -1%; margin-right: -1%; } ul.grid li { list-style: none; padding: 2em; } .grid--no-gutter { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; } .grid--no-gutter .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; } .grid--no-gutter > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; } .grid--no-gutter > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; } .grid--no-gutter > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } .grid--no-gutter > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; } .grid--no-gutter > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; } .grid--no-gutter > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } .grid--no-gutter > .grid__col-7 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; } .grid--no-gutter > .grid__col-8 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; } .grid--no-gutter > .grid__col-9 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; } .grid--no-gutter > .grid__col-10 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; } .grid--no-gutter > .grid__col-11 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; } .grid--no-gutter > .grid__col-12 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } .grid--row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-left: -1%; margin-right: -1%; } .grid--row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row-reverse { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-left: -1%; margin-right: -1%; } .grid--row-reverse > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row-reverse > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row-reverse > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: -1%; margin-right: -1%; } .grid--column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column-reverse { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin-left: -1%; margin-right: -1%; } .grid--column-reverse > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column-reverse > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column-reverse > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-null { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid--wrap-null > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-null > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-null > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-nowrap { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-left: -1%; margin-right: -1%; } .grid--wrap-nowrap > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-nowrap > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-nowrap > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -1%; margin-right: -1%; } .grid--wrap > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-reverse { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; margin-left: -1%; margin-right: -1%; } .grid--wrap-reverse > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-reverse > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-reverse > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-left: -1%; margin-right: -1%; } .grid--left-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: -1%; margin-right: -1%; } .grid--center-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-left: -1%; margin-right: -1%; } .grid--right-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-between-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: -1%; margin-right: -1%; } .grid--space-between-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-between-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-between-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-around-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin-left: -1%; margin-right: -1%; } .grid--space-around-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-around-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-around-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-evenly-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; margin-left: -1%; margin-right: -1%; } .grid--space-evenly-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-evenly-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-evenly-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--top-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-left: -1%; margin-right: -1%; } .grid--top-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--top-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--top-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--middle-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: -1%; margin-right: -1%; } .grid--middle-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--middle-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--middle-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--bottom-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-left: -1%; margin-right: -1%; } .grid--bottom-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--bottom-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--bottom-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--stretch-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin-left: -1%; margin-right: -1%; } .grid--stretch-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--stretch-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--stretch-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--baseline-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; margin-left: -1%; margin-right: -1%; } .grid--baseline-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--baseline-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--baseline-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--baseline-row > .grid__col-2 { padding: 30px 0; } .grid--centered-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--centered-row > .grid__col-centered { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--items-row-alignment { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid--items-row-alignment > .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-auto { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: auto; align-self: auto; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-top { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: start; align-self: flex-start; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-middle { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: center; align-self: center; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-bottom { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: end; align-self: flex-end; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-stretch { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: stretch; align-self: stretch; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-baseline { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: baseline; align-self: baseline; margin-left: 1%; margin-right: 1%; } .grid--left-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-left: -1%; margin-right: -1%; } .grid--left-column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: -1%; margin-right: -1%; } .grid--center-column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-left: -1%; margin-right: -1%; } .grid--right-column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--centered-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--centered-column > .grid__col-centered { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--items-column-alignment { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: -1%; margin-right: -1%; } .grid--items-column-alignment > .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--items-column-alignment > .grid__col-auto { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -ms-flex-item-align: auto; align-self: auto; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--items-column-alignment > .grid__col-top { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -ms-flex-item-align: start; align-self: flex-start; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--items-column-alignment > .grid__col-middle { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -ms-flex-item-align: center; align-self: center; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--items-column-alignment > .grid__col-bottom { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -ms-flex-item-align: end; align-self: flex-end; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--order-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid--order-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-row > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-row > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: -1%; margin-right: -1%; } .grid--order-column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line-top { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: start; align-content: flex-start; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-top > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: center; align-content: center; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-middle > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: end; align-content: flex-end; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-bottom > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: justify; align-content: space-between; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-space-between > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: distribute; align-content: space-around; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-space-around > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: stretch; align-content: stretch; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-stretch > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--width { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid--width > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--width > .grid__col-100 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 100px; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--width > .grid__col-200 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 200px; min-width: 100px; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; }
docs/css/example.css
.grid { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--null { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--auto { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--equal { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--fixed { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--none { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--initial { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--positive { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--positive-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 2; -ms-flex: 2 0 0px; flex: 2 0 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--positive-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 3; -ms-flex: 3 0 0px; flex: 3 0 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid .grid__col--positive-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 4; -ms-flex: 4 0 0px; flex: 4 0 0; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-7 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 56.3333333333%; flex: 0 0 56.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-8 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 64.6666666667%; flex: 0 0 64.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-9 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 73%; flex: 0 0 73%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-10 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 81.3333333333%; flex: 0 0 81.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-11 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 89.6666666667%; flex: 0 0 89.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid > .grid__col-12 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 98%; flex: 0 0 98%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-3-columns { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid-3-columns > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-3-columns > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 64.6666666667%; flex: 0 0 64.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-3-columns > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 98%; flex: 0 0 98%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid-24-columns > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 2.1666666667%; flex: 0 0 2.1666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 10.5%; flex: 0 0 10.5%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 18.8333333333%; flex: 0 0 18.8333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-7 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 27.1666666667%; flex: 0 0 27.1666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-8 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-9 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 35.5%; flex: 0 0 35.5%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-10 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-11 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 43.8333333333%; flex: 0 0 43.8333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-12 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-13 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 52.1666666667%; flex: 0 0 52.1666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-14 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 56.3333333333%; flex: 0 0 56.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-15 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 60.5%; flex: 0 0 60.5%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-16 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 64.6666666667%; flex: 0 0 64.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-17 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 68.8333333333%; flex: 0 0 68.8333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-18 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 73%; flex: 0 0 73%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-19 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 77.1666666667%; flex: 0 0 77.1666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-20 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 81.3333333333%; flex: 0 0 81.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-21 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 85.5%; flex: 0 0 85.5%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-22 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 89.6666666667%; flex: 0 0 89.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-23 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 93.8333333333%; flex: 0 0 93.8333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid-24-columns > .grid__col-24 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 98%; flex: 0 0 98%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: -1%; margin-right: -1%; } .grid--multi-line .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-7 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 56.3333333333%; flex: 0 0 56.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-8 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 64.6666666667%; flex: 0 0 64.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-9 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 73%; flex: 0 0 73%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-10 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 81.3333333333%; flex: 0 0 81.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-11 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 89.6666666667%; flex: 0 0 89.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line > .grid__col-12 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 98%; flex: 0 0 98%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } ul.grid { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: -1%; margin-right: -1%; } ul.grid li { list-style: none; padding: 2em; } .grid--no-gutter { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; } .grid--no-gutter .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; } .grid--no-gutter > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; } .grid--no-gutter > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; } .grid--no-gutter > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } .grid--no-gutter > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; } .grid--no-gutter > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; } .grid--no-gutter > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } .grid--no-gutter > .grid__col-7 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; } .grid--no-gutter > .grid__col-8 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; } .grid--no-gutter > .grid__col-9 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; } .grid--no-gutter > .grid__col-10 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; } .grid--no-gutter > .grid__col-11 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; } .grid--no-gutter > .grid__col-12 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } .grid--row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-left: -1%; margin-right: -1%; } .grid--row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row-reverse { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-left: -1%; margin-right: -1%; } .grid--row-reverse > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row-reverse > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--row-reverse > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: -1%; margin-right: -1%; } .grid--column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column-reverse { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin-left: -1%; margin-right: -1%; } .grid--column-reverse > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column-reverse > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--column-reverse > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-null { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid--wrap-null > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-null > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-null > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-nowrap { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-left: -1%; margin-right: -1%; } .grid--wrap-nowrap > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-nowrap > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-nowrap > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -1%; margin-right: -1%; } .grid--wrap > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-reverse { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; margin-left: -1%; margin-right: -1%; } .grid--wrap-reverse > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-reverse > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--wrap-reverse > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-left: -1%; margin-right: -1%; } .grid--left-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: -1%; margin-right: -1%; } .grid--center-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-left: -1%; margin-right: -1%; } .grid--right-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-between-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: -1%; margin-right: -1%; } .grid--space-between-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-between-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-between-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-around-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin-left: -1%; margin-right: -1%; } .grid--space-around-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-around-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-around-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-evenly-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; margin-left: -1%; margin-right: -1%; } .grid--space-evenly-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-evenly-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--space-evenly-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--top-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-left: -1%; margin-right: -1%; } .grid--top-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--top-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--top-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--middle-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: -1%; margin-right: -1%; } .grid--middle-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--middle-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--middle-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--bottom-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-left: -1%; margin-right: -1%; } .grid--bottom-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--bottom-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--bottom-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--stretch-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin-left: -1%; margin-right: -1%; } .grid--stretch-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--stretch-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--stretch-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--baseline-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; margin-left: -1%; margin-right: -1%; } .grid--baseline-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--baseline-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--baseline-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--baseline-row > .grid__col-2 { padding: 30px 0; } .grid--centered-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--centered-row > .grid__col-centered { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--items-row-alignment { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid--items-row-alignment > .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-auto { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: auto; align-self: auto; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-top { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: start; align-self: flex-start; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-middle { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: center; align-self: center; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-bottom { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: end; align-self: flex-end; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-stretch { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: stretch; align-self: stretch; margin-left: 1%; margin-right: 1%; } .grid--items-row-alignment > .grid__col-baseline { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; -ms-flex-item-align: baseline; align-self: baseline; margin-left: 1%; margin-right: 1%; } .grid--left-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-left: -1%; margin-right: -1%; } .grid--left-column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--left-column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: -1%; margin-right: -1%; } .grid--center-column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--center-column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-left: -1%; margin-right: -1%; } .grid--right-column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; width: 6.3333333333%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--right-column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--centered-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--centered-column > .grid__col-centered { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--items-column-alignment { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: -1%; margin-right: -1%; } .grid--items-column-alignment > .grid__col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--items-column-alignment > .grid__col-auto { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -ms-flex-item-align: auto; align-self: auto; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--items-column-alignment > .grid__col-top { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -ms-flex-item-align: start; align-self: flex-start; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--items-column-alignment > .grid__col-middle { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -ms-flex-item-align: center; align-self: center; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--items-column-alignment > .grid__col-bottom { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -ms-flex-item-align: end; align-self: flex-end; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--order-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid--order-row > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-row > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-row > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-row > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-row > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: -1%; margin-right: -1%; } .grid--order-column > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--order-column > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; width: 14.6666666667%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--multi-line-top { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: start; align-content: flex-start; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-top > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-top > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: center; align-content: center; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-middle > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-middle > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: end; align-content: flex-end; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-bottom > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-bottom > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: justify; align-content: space-between; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-space-between > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-between > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: distribute; align-content: space-around; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-space-around > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-space-around > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: stretch; align-content: stretch; margin-left: -1%; margin-right: -1%; height: 18em; } .grid--multi-line-stretch > .grid__col-1 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 6.3333333333%; flex: 0 0 6.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-2 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 14.6666666667%; flex: 0 0 14.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-4 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 31.3333333333%; flex: 0 0 31.3333333333%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-5 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 39.6666666667%; flex: 0 0 39.6666666667%; margin-left: 1%; margin-right: 1%; } .grid--multi-line-stretch > .grid__col-6 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-left: 1%; margin-right: 1%; } .grid--width { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1%; margin-right: -1%; } .grid--width > .grid__col-3 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--width > .grid__col-100 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 100px; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; } .grid--width > .grid__col-200 { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 200px; min-width: 100px; margin-left: 1%; margin-right: 1%; margin-bottom: 2%; }
0.353094
0.060391
@tailwind base; @layer base { /* latin-ext */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 400; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUo9-KzpRiLCAt4Unrc-xIKmCU5qE9Gh09GixI.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 400; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUo9-KzpRiLCAt4Unrc-xIKmCU5qE9GiU9G.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUr9-KzpRiLCAt4Unrc-xIKmCU5qE9OemxTujO_PZ0.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUr9-KzpRiLCAt4Unrc-xIKmCU5qE9OemxTtDO_.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUr9-KzpRiLCAt4Unrc-xIKmCU5qE9OMmpTujO_PZ0.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUr9-KzpRiLCAt4Unrc-xIKmCU5qE9OMmpTtDO_.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUu9-KzpRiLCAt4Unrc-xIKmCU5qER2i1dC.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUu9-KzpRiLCAt4Unrc-xIKmCU5qEp2iw.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oLlVnmxjtiu7.woff2) format("woff2"); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oLlVnmtjtiu7.woff2) format("woff2"); unicode-range: U+0370-03FF; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oLlVnmZjtiu7.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oLlVnmhjtg.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmxjtiu7.woff2) format("woff2"); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmtjtiu7.woff2) format("woff2"); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmdjtiu7.woff2) format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmZjtiu7.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmhjtg.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } h1 { @apply text-2xl; } h2 { @apply text-xl; } } /* ///////////////////////////////////////////////////////////////////////////////////////////////////////// */ @tailwind components; /* ///////////////////////////////////////////////////////////////////////////////////////////////////////// */ @tailwind utilities; @layer utilities { /* purgecss start ignore */ .bg-wave { background: url(./img/waves.svg) left bottom no-repeat; background-size: cover; } .bg-nav { background-image: linear-gradient( to right, rgba(100, 96, 170, 0.9), rgba(0, 137, 208, 0.85) ); background-size: cover; } .linkinpost { box-shadow: rgb(52 152 219 / 35%) 0px -2px 0px inset; border-bottom: 1px solid rgba(52, 152, 219, 0.35); transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; text-decoration: none; } .linkinpost:hover { background: rgba(52, 152, 219, 0.35); } .unusedClass { } .h-520 { height: 520px; } .h-360 { height: 360px; } /* purgecss end ignore */ }
src/styles/tailwind.css
@tailwind base; @layer base { /* latin-ext */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 400; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUo9-KzpRiLCAt4Unrc-xIKmCU5qE9Gh09GixI.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 400; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUo9-KzpRiLCAt4Unrc-xIKmCU5qE9GiU9G.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUr9-KzpRiLCAt4Unrc-xIKmCU5qE9OemxTujO_PZ0.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUr9-KzpRiLCAt4Unrc-xIKmCU5qE9OemxTtDO_.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUr9-KzpRiLCAt4Unrc-xIKmCU5qE9OMmpTujO_PZ0.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: italic; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUr9-KzpRiLCAt4Unrc-xIKmCU5qE9OMmpTtDO_.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUu9-KzpRiLCAt4Unrc-xIKmCU5qER2i1dC.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUu9-KzpRiLCAt4Unrc-xIKmCU5qEp2iw.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oLlVnmxjtiu7.woff2) format("woff2"); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oLlVnmtjtiu7.woff2) format("woff2"); unicode-range: U+0370-03FF; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oLlVnmZjtiu7.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oLlVnmhjtg.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmxjtiu7.woff2) format("woff2"); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmtjtiu7.woff2) format("woff2"); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmdjtiu7.woff2) format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmZjtiu7.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUp9-KzpRiLCAt4Unrc-xIKmCU5oPFTnmhjtg.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } h1 { @apply text-2xl; } h2 { @apply text-xl; } } /* ///////////////////////////////////////////////////////////////////////////////////////////////////////// */ @tailwind components; /* ///////////////////////////////////////////////////////////////////////////////////////////////////////// */ @tailwind utilities; @layer utilities { /* purgecss start ignore */ .bg-wave { background: url(./img/waves.svg) left bottom no-repeat; background-size: cover; } .bg-nav { background-image: linear-gradient( to right, rgba(100, 96, 170, 0.9), rgba(0, 137, 208, 0.85) ); background-size: cover; } .linkinpost { box-shadow: rgb(52 152 219 / 35%) 0px -2px 0px inset; border-bottom: 1px solid rgba(52, 152, 219, 0.35); transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; text-decoration: none; } .linkinpost:hover { background: rgba(52, 152, 219, 0.35); } .unusedClass { } .h-520 { height: 520px; } .h-360 { height: 360px; } /* purgecss end ignore */ }
0.32146
0.083292
html, body { height: 100%; background-color: var(--bg-content); } .content-center { position: fixed; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; } .bg-toolbar { background-color: var(--white); } .bg-content { background-color: var(--bg-content); } .text-second { color: var(--second); } .container-fluid { height: 100%; } @media (max-width: 800px) { .hidden-phone { display: none; } } .error-image { width: 100px; height: 100px; } .pointer { cursor: pointer } .pt-6 { padding-top: 4rem; } .pt-2h { padding-top: .4rem; } .opacity-02 { opacity: 0.2; } .tb-btn { color: var(--gray); font-size: 20px; padding-right: 0; } .tb-btn:hover { color: var(--dark); } /* fallback */ @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(assets/fonts/google.woff2) format('woff2'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; /*margin-top: 1px;*/ -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ /*-khtml-user-select: none; Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ touch-action: none; } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ /*-khtml-user-select: none; Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ touch-action: none; } /*loader*/ .loading { position: absolute; top: 50%; left: 50%; } .loading-bar { display: inline-block; width: 6px; height: 25px; border-radius: 4px; animation: loading 1s ease-in-out infinite; } .loading-bar:nth-child(1) { background-color: #3498db; animation-delay: 0; } .loading-bar:nth-child(2) { background-color: #c0392b; animation-delay: 0.09s; } .loading-bar:nth-child(3) { background-color: #f1c40f; animation-delay: .18s; } .loading-bar:nth-child(4) { background-color: #27ae60; animation-delay: .27s; } @keyframes loading { 0% { transform: scale(1); } 20% { transform: scale(1, 2.2); } 40% { transform: scale(1); } }
Pilot.Web/ClientApp/src/styles.css
html, body { height: 100%; background-color: var(--bg-content); } .content-center { position: fixed; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; } .bg-toolbar { background-color: var(--white); } .bg-content { background-color: var(--bg-content); } .text-second { color: var(--second); } .container-fluid { height: 100%; } @media (max-width: 800px) { .hidden-phone { display: none; } } .error-image { width: 100px; height: 100px; } .pointer { cursor: pointer } .pt-6 { padding-top: 4rem; } .pt-2h { padding-top: .4rem; } .opacity-02 { opacity: 0.2; } .tb-btn { color: var(--gray); font-size: 20px; padding-right: 0; } .tb-btn:hover { color: var(--dark); } /* fallback */ @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(assets/fonts/google.woff2) format('woff2'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; /*margin-top: 1px;*/ -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ /*-khtml-user-select: none; Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ touch-action: none; } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ /*-khtml-user-select: none; Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ touch-action: none; } /*loader*/ .loading { position: absolute; top: 50%; left: 50%; } .loading-bar { display: inline-block; width: 6px; height: 25px; border-radius: 4px; animation: loading 1s ease-in-out infinite; } .loading-bar:nth-child(1) { background-color: #3498db; animation-delay: 0; } .loading-bar:nth-child(2) { background-color: #c0392b; animation-delay: 0.09s; } .loading-bar:nth-child(3) { background-color: #f1c40f; animation-delay: .18s; } .loading-bar:nth-child(4) { background-color: #27ae60; animation-delay: .27s; } @keyframes loading { 0% { transform: scale(1); } 20% { transform: scale(1, 2.2); } 40% { transform: scale(1); } }
0.506591
0.065187
.ios7 { width: 80%; margin: 0 auto; padding: 1em .8em; font-weight: 200; font-size: 16px; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; color: #000; } .ios7 strong { font-weight: 500; } .ios7 dt { margin-bottom: 1em; text-align: center; font-size: .6em; color: #999; } .ios7 dd + dt { margin-top: 1.5em; } .ios7 dd + dd { margin-top: .5em; } .ios7 dd:after { clear: both; content: " "; display: block; height: .1em; } .ios7 p { float: left; z-index: 1; margin-right: 25%; padding: .45em .75em; background: rgb(230,230,230); line-height: 1.25; -webkit-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em; } .ios7 .to p { float: right; margin-right: 0; margin-left: 25%; background: rgb(0,120,255); color: #fff; } .ios7 p + p { margin-top: .1em; } .ios7 p:last-child { position: relative; } /* .ios7 p:last-child::before { position: absolute; bottom: 0; left: -3em; z-index: -1; width: 3em; height: 2em; border-right: 1.5em solid rgb(230,230,230); border-bottom-right-radius: 50%; content: " "; clip: rect(1em,4em,3em,2em); } .ios7 .to p:last-child::before { right: -3em; left: auto; border-right: none; border-left: 1.5em solid rgb(0,120,255); border-bottom-left-radius: 50%; clip: rect(1em,2em,2em,0); } */ .ios7 dt, .ios7 p { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transition: -webkit-transform .75s ease; -moz-transition: -moz-transform .75s ease; -ms-transition: -ms-transform .75s ease; -o-transition: -o-transform .75s ease; transition: transform .75s ease; } .ios7 .past { -webkit-transform: translate3d(0,-10em,0); -moz-transform: translate3d(0,-10em,0); -ms-transform: translate3d(0,-10em,0); -o-transform: translate3d(0,-10em,0); transform: translate3d(0,-10em,0); } .ios7 .to .past { opacity: .5; } .ios7 .future { -webkit-transform: translate3d(0,10em,0); -moz-transform: translate3d(0,10em,0); -ms-transform: translate3d(0,10em,0); -o-transform: translate3d(0,10em,0); transform: translate3d(0,10em,0); } .ios7 .to .future { opacity: 1; }
css/messages.css
.ios7 { width: 80%; margin: 0 auto; padding: 1em .8em; font-weight: 200; font-size: 16px; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; color: #000; } .ios7 strong { font-weight: 500; } .ios7 dt { margin-bottom: 1em; text-align: center; font-size: .6em; color: #999; } .ios7 dd + dt { margin-top: 1.5em; } .ios7 dd + dd { margin-top: .5em; } .ios7 dd:after { clear: both; content: " "; display: block; height: .1em; } .ios7 p { float: left; z-index: 1; margin-right: 25%; padding: .45em .75em; background: rgb(230,230,230); line-height: 1.25; -webkit-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em; } .ios7 .to p { float: right; margin-right: 0; margin-left: 25%; background: rgb(0,120,255); color: #fff; } .ios7 p + p { margin-top: .1em; } .ios7 p:last-child { position: relative; } /* .ios7 p:last-child::before { position: absolute; bottom: 0; left: -3em; z-index: -1; width: 3em; height: 2em; border-right: 1.5em solid rgb(230,230,230); border-bottom-right-radius: 50%; content: " "; clip: rect(1em,4em,3em,2em); } .ios7 .to p:last-child::before { right: -3em; left: auto; border-right: none; border-left: 1.5em solid rgb(0,120,255); border-bottom-left-radius: 50%; clip: rect(1em,2em,2em,0); } */ .ios7 dt, .ios7 p { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transition: -webkit-transform .75s ease; -moz-transition: -moz-transform .75s ease; -ms-transition: -ms-transform .75s ease; -o-transition: -o-transform .75s ease; transition: transform .75s ease; } .ios7 .past { -webkit-transform: translate3d(0,-10em,0); -moz-transform: translate3d(0,-10em,0); -ms-transform: translate3d(0,-10em,0); -o-transform: translate3d(0,-10em,0); transform: translate3d(0,-10em,0); } .ios7 .to .past { opacity: .5; } .ios7 .future { -webkit-transform: translate3d(0,10em,0); -moz-transform: translate3d(0,10em,0); -ms-transform: translate3d(0,10em,0); -o-transform: translate3d(0,10em,0); transform: translate3d(0,10em,0); } .ios7 .to .future { opacity: 1; }
0.342242
0.117294
html { position: relative; min-height: 100%; } body{ margin-bottom: 60px; } .navbar { border-bottom: 3px solid #F78D1E; } .navbar-brand { font-size: 1.8em; } ul { list-style-type:none; } li { padding: 0; margin: 0; } .menuBorder { border: 0; } .listContainer { text-align: left; padding-bottom: 30px; } .mobile { display: none !important; visibility: hidden !important; } .visible-sm { display: block !important; visibility: visible !important; } .visible-xs { display: block !important; visibility: visible !important; } @media (max-width: 991px) { .navbar-header { float: none; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin: 7.5px -15px; } .navbar-nav>li { float: none; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } /* since 3.1.0 */ .navbar-collapse.collapse.in { display: block!important; } .collapsing { overflow: hidden!important; } .navOptions{ text-align: center; font-size: 1.8em; } .navbar-brand { font-size:2.0em; } .loginOptions{ text-align: center; } .footerOptions { font-size: 0.8em; } } @media (min-width: 992px) { .navOptions{ font-size: 0.8em; } .navbar-brand { font-size:1.8em; } .loginOptions{ font-size: 0.8em; } } @media (min-width: 1200px) { .navOptions{ font-size: 1.0em; } .navbar-brand { font-size:1.8em; } .loginOptions{ font-size: 1.0em; } } .categoryList { border-radius: 5px; font-size: 1.05em; padding-top: 12px; padding-left: 0px; } .categoryList h4{ padding-left: 20px; } .navList { padding-left: 30px; max-height: 200px; overflow-y: auto; overflow-x: hidden; } .marginTop { margin-top: 60px; height: 275px; } #footer { position: absolute; bottom: 0; height:50px; width: 100%; background-color: #F8F8F8; border-top: 1px solid #A9A9A9; } .footerContainer { margin-top: 20px; display: inline; margin-right: 10px; } #resetBtn{ height: 30px; width: 60px; background-color: #F8F8F8; font-size: 0.8em; /*border: 1px solid #A9A9A9;*/ } .map-info-window{ width:150px; height:50px; } .htmlAlign{ text-align: left; } .htmlAlign ul{ padding-left: 20px; } .wrenchMargin{ margin-top: 15px; } .map-info-window{ width:150px; height:50px; } .map-info-window img{ margin-left: 0; margin-right: 3px; } #googleMap { width: 100%; height: 400px; padding: 0; margin-top: 53px; margin-left: 0; } .panel{ margin-top:0px; } .panel-heading span { margin-top: -20px; font-size: 15px; } .row{ margin-left: 0; margin-right: 0; } .searchBtn { height: 34px; width:35px; margin: -2px 0 0 0; } .searchMarginTop{ margin-top: 60px; } .buttonMargin { margin: 50px 0 100px 0; } .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } .textArea{ background-color: #f7f7f7; border: none; font-size: 1.6em; } .submitMarginTop { margin-top: 50px; } .sbRow{ margin-left: -15px; margin-right: -15px; } input { width: 100%; float: left; margin-left: 0; margin-bottom: 17px; padding: 15px; background-color: #f7f7f7; border-radius: 2px; border: none; font-size:1.5em; overflow: hidden; } #error { color: red; margin-bottom: 10px; margin-left: 15px; } .feature { display: block; width: 100%; margin: 0; } .author { font-style: italic; line-height: 1.3; color: #aab6aa; } .blog-stripe .block-title { background: black; width: 100%; color: white; height: 100px; padding-top: 20px; margin-bottom: 90px; } .blog-stripe .block-title h4{ margin-left: 10px; } .all-blogs .media { margin-left: -40px; padding-bottom: 20px; border-bottom: 1px solid #CCCCCC; } .artImgSize { height: 100px; width: 200px; } .vaMarginTop { margin-top: 70px; } .contcustom { text-align: center; width: 600px; border-radius: 0.5rem; top: 0; bottom: 0; left: 0; right: 0; margin: 10px auto; background-color: white; padding: 10px; } .loginMarginTop{ margin-top: 0px; height: 125px; } .bigicon { font-size:97px; color: #f96145; } h2 { margin-bottom: 20px; font-weight: bold; color: #6D6D6D; } .btnLogin { border-radius: 2px; padding: 10px; font-weight: bold; } .med { font-size: 27px; color: white; } .wide { background-color: #6ba4e0; width: 100%; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } .registerMarginTop{ margin-top: 60px; } .aboutMarginTop { margin-top: 40px; } .aboutMarginTop p { font-size: 1.9em; text-align: justify; } #aboutUsText{ text-indent: 50px; } .cpMarginTop{ margin-top: 70px; } .subOptions li{ margin: 5px 0 5px 30px; } .subOptions a{ text-decoration: none; color: #6ba4e0; } .contentContainer ul { list-style-type:none; } .contentContainer li { padding: 0; margin: 0; } .addMarginTop{ margin-top: 60px; height: 135px; } .addCategoryList { border-radius: 10px; font-size: 0.8em; padding-top: 12px; } .addCategoryList .row { padding-top: 15px; margin-left: -15px; } .subMatModalBtn{ padding: 5px 0 0 0; margin: 5px 0 0 0; height: 30px; width: 75px; } .subProcModalBtn{ padding: 5px 0 0 0; margin: 5px 0 0 0; height: 30px; width: 75px; } .subServModalBtn{ padding: 5px 0 0 0; margin: 5px 0 0 0; height: 30px; width: 75px; } .modal-header .close { margin-top: -12px; } .addCategoryList .navList { padding-left: 40px; max-height: 200px; overflow-y: auto; } /*.addCategoryList .categoryList {*/ /*border-radius: 10px;*/ /*font-size: 0.8em;*/ /*padding-top: 12px;*/ /*}*/ .addMarginTop h2{ height: 135px; } #topRow{ padding-bottom: 80px; } .input-append{ font-size: 0; } .input-group .form-control { width:auto; } .checkbox input[type=checkbox]{ float: left; margin-left: 10px; } #editBsnSelectList input[type=radio]{ vertical-align: middle; border: 0px; width: 15px; } #removBsnTable input[type=checkbox]{ vertical-align: middle; border: 0px; width: 15px; }
www/css/indexfirefox.css
html { position: relative; min-height: 100%; } body{ margin-bottom: 60px; } .navbar { border-bottom: 3px solid #F78D1E; } .navbar-brand { font-size: 1.8em; } ul { list-style-type:none; } li { padding: 0; margin: 0; } .menuBorder { border: 0; } .listContainer { text-align: left; padding-bottom: 30px; } .mobile { display: none !important; visibility: hidden !important; } .visible-sm { display: block !important; visibility: visible !important; } .visible-xs { display: block !important; visibility: visible !important; } @media (max-width: 991px) { .navbar-header { float: none; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin: 7.5px -15px; } .navbar-nav>li { float: none; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } /* since 3.1.0 */ .navbar-collapse.collapse.in { display: block!important; } .collapsing { overflow: hidden!important; } .navOptions{ text-align: center; font-size: 1.8em; } .navbar-brand { font-size:2.0em; } .loginOptions{ text-align: center; } .footerOptions { font-size: 0.8em; } } @media (min-width: 992px) { .navOptions{ font-size: 0.8em; } .navbar-brand { font-size:1.8em; } .loginOptions{ font-size: 0.8em; } } @media (min-width: 1200px) { .navOptions{ font-size: 1.0em; } .navbar-brand { font-size:1.8em; } .loginOptions{ font-size: 1.0em; } } .categoryList { border-radius: 5px; font-size: 1.05em; padding-top: 12px; padding-left: 0px; } .categoryList h4{ padding-left: 20px; } .navList { padding-left: 30px; max-height: 200px; overflow-y: auto; overflow-x: hidden; } .marginTop { margin-top: 60px; height: 275px; } #footer { position: absolute; bottom: 0; height:50px; width: 100%; background-color: #F8F8F8; border-top: 1px solid #A9A9A9; } .footerContainer { margin-top: 20px; display: inline; margin-right: 10px; } #resetBtn{ height: 30px; width: 60px; background-color: #F8F8F8; font-size: 0.8em; /*border: 1px solid #A9A9A9;*/ } .map-info-window{ width:150px; height:50px; } .htmlAlign{ text-align: left; } .htmlAlign ul{ padding-left: 20px; } .wrenchMargin{ margin-top: 15px; } .map-info-window{ width:150px; height:50px; } .map-info-window img{ margin-left: 0; margin-right: 3px; } #googleMap { width: 100%; height: 400px; padding: 0; margin-top: 53px; margin-left: 0; } .panel{ margin-top:0px; } .panel-heading span { margin-top: -20px; font-size: 15px; } .row{ margin-left: 0; margin-right: 0; } .searchBtn { height: 34px; width:35px; margin: -2px 0 0 0; } .searchMarginTop{ margin-top: 60px; } .buttonMargin { margin: 50px 0 100px 0; } .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } .textArea{ background-color: #f7f7f7; border: none; font-size: 1.6em; } .submitMarginTop { margin-top: 50px; } .sbRow{ margin-left: -15px; margin-right: -15px; } input { width: 100%; float: left; margin-left: 0; margin-bottom: 17px; padding: 15px; background-color: #f7f7f7; border-radius: 2px; border: none; font-size:1.5em; overflow: hidden; } #error { color: red; margin-bottom: 10px; margin-left: 15px; } .feature { display: block; width: 100%; margin: 0; } .author { font-style: italic; line-height: 1.3; color: #aab6aa; } .blog-stripe .block-title { background: black; width: 100%; color: white; height: 100px; padding-top: 20px; margin-bottom: 90px; } .blog-stripe .block-title h4{ margin-left: 10px; } .all-blogs .media { margin-left: -40px; padding-bottom: 20px; border-bottom: 1px solid #CCCCCC; } .artImgSize { height: 100px; width: 200px; } .vaMarginTop { margin-top: 70px; } .contcustom { text-align: center; width: 600px; border-radius: 0.5rem; top: 0; bottom: 0; left: 0; right: 0; margin: 10px auto; background-color: white; padding: 10px; } .loginMarginTop{ margin-top: 0px; height: 125px; } .bigicon { font-size:97px; color: #f96145; } h2 { margin-bottom: 20px; font-weight: bold; color: #6D6D6D; } .btnLogin { border-radius: 2px; padding: 10px; font-weight: bold; } .med { font-size: 27px; color: white; } .wide { background-color: #6ba4e0; width: 100%; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } .registerMarginTop{ margin-top: 60px; } .aboutMarginTop { margin-top: 40px; } .aboutMarginTop p { font-size: 1.9em; text-align: justify; } #aboutUsText{ text-indent: 50px; } .cpMarginTop{ margin-top: 70px; } .subOptions li{ margin: 5px 0 5px 30px; } .subOptions a{ text-decoration: none; color: #6ba4e0; } .contentContainer ul { list-style-type:none; } .contentContainer li { padding: 0; margin: 0; } .addMarginTop{ margin-top: 60px; height: 135px; } .addCategoryList { border-radius: 10px; font-size: 0.8em; padding-top: 12px; } .addCategoryList .row { padding-top: 15px; margin-left: -15px; } .subMatModalBtn{ padding: 5px 0 0 0; margin: 5px 0 0 0; height: 30px; width: 75px; } .subProcModalBtn{ padding: 5px 0 0 0; margin: 5px 0 0 0; height: 30px; width: 75px; } .subServModalBtn{ padding: 5px 0 0 0; margin: 5px 0 0 0; height: 30px; width: 75px; } .modal-header .close { margin-top: -12px; } .addCategoryList .navList { padding-left: 40px; max-height: 200px; overflow-y: auto; } /*.addCategoryList .categoryList {*/ /*border-radius: 10px;*/ /*font-size: 0.8em;*/ /*padding-top: 12px;*/ /*}*/ .addMarginTop h2{ height: 135px; } #topRow{ padding-bottom: 80px; } .input-append{ font-size: 0; } .input-group .form-control { width:auto; } .checkbox input[type=checkbox]{ float: left; margin-left: 10px; } #editBsnSelectList input[type=radio]{ vertical-align: middle; border: 0px; width: 15px; } #removBsnTable input[type=checkbox]{ vertical-align: middle; border: 0px; width: 15px; }
0.408041
0.047074
@charset "UTF-8"; body { font-family: Arial; background-image: linear-gradient(45deg, purple, pink); } h1 { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 50px; } p { text-align: justify; font-size: 25px; font-family: Arial; } /* menu */ #check { display: none; } #icone { cursor: pointer; padding: 15px; position: absolute; z-index: 1; } .barra { background-color: #222; height: 100%; width: 300px; position: fixed; transition: all .2s linear; left: -300px; } nav { width: 100%; position: absolute; top: 60px; } nav a { text-decoration: none; } .link { background-color: #800080; padding: 20px; font-family: Arial; font-size: 12pt; transition: all .2s linear; color: white; border-bottom: 2px solid #222; opacity: 0; margin-top: 200px; } .link:hover { background-color: #939; } #check:checked ~ .barra { transform: translate(300px); } #check:checked ~ .barra nav a .link { opacity: 1; margin-top: 0; transition-delay: .2s; } #check:checked ~ main { margin-left: 300px; } /* menu acaba aqui: check:checked */ /* dar cor ao href*/ a{ font-family: Arial; font-size: 25px; color: white; } /*estilizacaoo das fotos*/ .estilizacao { display: block; width: 880px; list-style: none; } .estilizacao li { position: relative; display: block; float: left; width: 400px; height: 300px; margin: 20px; cursor: pointer; } .estilizacao li img { width: 100%; height: 100%; display: block; z-index: 999; position: absolute; transition: .5s; border-radius: 6px; } .conteudo { display: block; width: 100%; height: 80px; background-color: black; overflow: hidden; color: #fff; margin-top: 220px; } .estilizacao li:hover img { margin-top: -80px; } .conteudo p { display: block; color: #fff; position: relative; float: left; width: 250px; margin: 10px; margin-bottom: 0; font-family: 'Lato', sans-serif; text-indent: 7px; } .btn-more { display: block; text-decoration: none; color: #fff; position: relative; float: right; padding: 3px 3px; background: #CF9BCC; border-radius: 4px; margin: 5px; font-size: 19px; } .nome-secao { font-size: 18px; } .descricao { font-size: 14px; }
pacotedownload/certos/estiloacessogratis.css
@charset "UTF-8"; body { font-family: Arial; background-image: linear-gradient(45deg, purple, pink); } h1 { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 50px; } p { text-align: justify; font-size: 25px; font-family: Arial; } /* menu */ #check { display: none; } #icone { cursor: pointer; padding: 15px; position: absolute; z-index: 1; } .barra { background-color: #222; height: 100%; width: 300px; position: fixed; transition: all .2s linear; left: -300px; } nav { width: 100%; position: absolute; top: 60px; } nav a { text-decoration: none; } .link { background-color: #800080; padding: 20px; font-family: Arial; font-size: 12pt; transition: all .2s linear; color: white; border-bottom: 2px solid #222; opacity: 0; margin-top: 200px; } .link:hover { background-color: #939; } #check:checked ~ .barra { transform: translate(300px); } #check:checked ~ .barra nav a .link { opacity: 1; margin-top: 0; transition-delay: .2s; } #check:checked ~ main { margin-left: 300px; } /* menu acaba aqui: check:checked */ /* dar cor ao href*/ a{ font-family: Arial; font-size: 25px; color: white; } /*estilizacaoo das fotos*/ .estilizacao { display: block; width: 880px; list-style: none; } .estilizacao li { position: relative; display: block; float: left; width: 400px; height: 300px; margin: 20px; cursor: pointer; } .estilizacao li img { width: 100%; height: 100%; display: block; z-index: 999; position: absolute; transition: .5s; border-radius: 6px; } .conteudo { display: block; width: 100%; height: 80px; background-color: black; overflow: hidden; color: #fff; margin-top: 220px; } .estilizacao li:hover img { margin-top: -80px; } .conteudo p { display: block; color: #fff; position: relative; float: left; width: 250px; margin: 10px; margin-bottom: 0; font-family: 'Lato', sans-serif; text-indent: 7px; } .btn-more { display: block; text-decoration: none; color: #fff; position: relative; float: right; padding: 3px 3px; background: #CF9BCC; border-radius: 4px; margin: 5px; font-size: 19px; } .nome-secao { font-size: 18px; } .descricao { font-size: 14px; }
0.323594
0.079603
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap"); /* font-family: 'Roboto', sans-serif; */ * { box-sizing: border-box; list-style: none; text-decoration: none; margin: 0; padding: 0; font-family: "Roboto", sans-serif; } body { background: linear-gradient( 48deg, rgba(0, 212, 255, 1) 0%, rgba(251, 82, 131, 1) 100% ); display: flex; justify-content: center; align-items: center; height: 100vh; } .container { width: 80%; background-color: #f8f7f9; box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2); border-radius: 2.5rem; display: flex; flex-direction: column; padding: 1rem; overflow: hidden; overflow-y: auto; } .navbar { width: 100%; display: flex; align-items: center; } #img-logo { width: 50px; margin: 30px 0; } nav { width: 100%; text-align: right; } li { display: inline-block; margin-right: 30px; } .nav-link { cursor: pointer; color: black; font-size: 14px; font-weight: 500; transition: 0.15s; } .nav-link:hover { color: rgba(251, 82, 131, 1); } .nav-link:active { color: rgba(0, 212, 255, 1); } main { display: flex; justify-content: space-between; align-items: center; margin: 100px 0px; } /* left-content */ .left-content { margin-left: 3rem; position: relative; } .left-content > h2 { font-size: 3rem; } .left-content > h3 { font-size: 2rem; color: #707070; font-weight: 100; margin: 1.25rem 0; } .left-content > h4 { font-size: 1.25rem; color: black; margin: 2rem 0; } .left-content > p { color: #c4c4c4; margin: 1.25rem 0; font-weight: 100; } .btn { width: 8.75rem; padding: 0.75rem 0.625rem; background: linear-gradient(to right, #ff416c, #ff4b2b); border-radius: 0.5rem; cursor: pointer; border: none; outline: none; color: white; font-weight: 500; z-index: 2; transition: all 0.3s ease-in-out; } .btn:hover { width: 10rem; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .btn img { width: 30px; display: none; } .left-content::before { content: ""; width: 10px; height: 57%; background: linear-gradient(to right, #ff416c, #ff4b2b); position: absolute; left: -40px; top: 8px; } /* right-content */ .right-content { position: relative; display: flex; align-items: center; } #img-controller { z-index: 1; width: 70%; animation: controllerMove 2s infinite alternate ease-in-out; } .color-box { position: absolute; right: 0; top: 0; background: linear-gradient(to right, #ff416c, #ff4b2b); height: 100%; width: 80%; border-radius: 1.5rem 0 0 1.5rem; transform: translateX(90px); } #rc-btn { z-index: 1; margin-left: 20%; background: transparent; border-radius: 0.5rem; cursor: pointer; border: none; outline: none; } #rc-btn > img { height: 100%; width: 100%; max-width: 55px; } /* footer */ footer { width: 100%; display: flex; justify-content: center; align-items: center; } footer img { margin: 0 20px; height: 20px; } /* responsive */ .menu-icon { width: 25px; margin-right: 15px; display: none; cursor: pointer; } #img-btn { outline: none; border: none; text-decoration: none; border-style: none; background: transparent; } /* MEDIA QUERY */ @media (max-width: 760px) { .container { width: 100vw; height: 100vh; border-radius: 0; transition: 0.3s; } #menu-list { /* position: absolute; top: 78px; right: 0px; overflow: hidden; */ position: relative; overflow: hidden; top: 70px; left: 60px; transition: all 0.2s ease-out; } .menu-icon { display: block; } .nav-li { display: block; margin-top: 0.5rem; } main { display: flex; flex-direction: column-reverse; justify-content: space-between; align-items: center; margin: 100px 0px; } .left-content { margin: 40px 0px; } .color-box { transform: translateX(60px); } } /* Animation */ @keyframes controllerMove { from { transform: translate(-5%, -5%) rotate(-5deg); } }
style.css
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap"); /* font-family: 'Roboto', sans-serif; */ * { box-sizing: border-box; list-style: none; text-decoration: none; margin: 0; padding: 0; font-family: "Roboto", sans-serif; } body { background: linear-gradient( 48deg, rgba(0, 212, 255, 1) 0%, rgba(251, 82, 131, 1) 100% ); display: flex; justify-content: center; align-items: center; height: 100vh; } .container { width: 80%; background-color: #f8f7f9; box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2); border-radius: 2.5rem; display: flex; flex-direction: column; padding: 1rem; overflow: hidden; overflow-y: auto; } .navbar { width: 100%; display: flex; align-items: center; } #img-logo { width: 50px; margin: 30px 0; } nav { width: 100%; text-align: right; } li { display: inline-block; margin-right: 30px; } .nav-link { cursor: pointer; color: black; font-size: 14px; font-weight: 500; transition: 0.15s; } .nav-link:hover { color: rgba(251, 82, 131, 1); } .nav-link:active { color: rgba(0, 212, 255, 1); } main { display: flex; justify-content: space-between; align-items: center; margin: 100px 0px; } /* left-content */ .left-content { margin-left: 3rem; position: relative; } .left-content > h2 { font-size: 3rem; } .left-content > h3 { font-size: 2rem; color: #707070; font-weight: 100; margin: 1.25rem 0; } .left-content > h4 { font-size: 1.25rem; color: black; margin: 2rem 0; } .left-content > p { color: #c4c4c4; margin: 1.25rem 0; font-weight: 100; } .btn { width: 8.75rem; padding: 0.75rem 0.625rem; background: linear-gradient(to right, #ff416c, #ff4b2b); border-radius: 0.5rem; cursor: pointer; border: none; outline: none; color: white; font-weight: 500; z-index: 2; transition: all 0.3s ease-in-out; } .btn:hover { width: 10rem; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .btn img { width: 30px; display: none; } .left-content::before { content: ""; width: 10px; height: 57%; background: linear-gradient(to right, #ff416c, #ff4b2b); position: absolute; left: -40px; top: 8px; } /* right-content */ .right-content { position: relative; display: flex; align-items: center; } #img-controller { z-index: 1; width: 70%; animation: controllerMove 2s infinite alternate ease-in-out; } .color-box { position: absolute; right: 0; top: 0; background: linear-gradient(to right, #ff416c, #ff4b2b); height: 100%; width: 80%; border-radius: 1.5rem 0 0 1.5rem; transform: translateX(90px); } #rc-btn { z-index: 1; margin-left: 20%; background: transparent; border-radius: 0.5rem; cursor: pointer; border: none; outline: none; } #rc-btn > img { height: 100%; width: 100%; max-width: 55px; } /* footer */ footer { width: 100%; display: flex; justify-content: center; align-items: center; } footer img { margin: 0 20px; height: 20px; } /* responsive */ .menu-icon { width: 25px; margin-right: 15px; display: none; cursor: pointer; } #img-btn { outline: none; border: none; text-decoration: none; border-style: none; background: transparent; } /* MEDIA QUERY */ @media (max-width: 760px) { .container { width: 100vw; height: 100vh; border-radius: 0; transition: 0.3s; } #menu-list { /* position: absolute; top: 78px; right: 0px; overflow: hidden; */ position: relative; overflow: hidden; top: 70px; left: 60px; transition: all 0.2s ease-out; } .menu-icon { display: block; } .nav-li { display: block; margin-top: 0.5rem; } main { display: flex; flex-direction: column-reverse; justify-content: space-between; align-items: center; margin: 100px 0px; } .left-content { margin: 40px 0px; } .color-box { transform: translateX(60px); } } /* Animation */ @keyframes controllerMove { from { transform: translate(-5%, -5%) rotate(-5deg); } }
0.409811
0.075448
@font-face { font-family: AnonymousPro; src: url(AnonymousPro-Regular.ttf); } @font-face { font-family: SueEllenFrancisco; src: url(SueEllenFrancisco.ttf); } .font-SueEllenFrancisco { font-family: SueEllenFrancisco, sans-serif; } @font-face { font-family: Damion; src: url(Damion-Regular.ttf); } .font-Damion { font-family: Damion, sans-serif; } @font-face { font-family: IndieFlower; src: url(IndieFlower.ttf); } .font-IndieFlower { font-family: IndieFlower, sans-serif; } @font-face { font-family: Norican; src: url(Norican-Regular.ttf); } .font-Norican { font-family: Norican, sans-serif; } @font-face { font-family: GochiHand; src: url(GochiHand-Regular.ttf); } .font-GochiHand { font-family: GochiHand, sans-serif; } * { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 20px; font-family: AnonymousPro, Arial, monospace; background: url(background.jpg); background-size: cover; } html, body { height: 100%; } #page-wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -8em; } #main-footer, #push { height: 8em; padding: 10px; } li { list-style: none; } li * { /* display: block; */ width: 100%; min-height: 2.2em; margin: 10px auto; border-radius: 1em; } form * { padding: 0.4em; border: none; resize: vertical; overflow: hidden; font-size: 20px; background: rgba(0,0,0,0.5); color: #eee; } form *::placeholder { font-size: 20px; font-family: AnonymousPro, Arial, monospace; } input[type=submit] { cursor: pointer; font-family: AnonymousPro, Arial, monospace; } #main-header, #main-footer { text-align: center; color: #eee; background: rgba(0,0,0,0.5); } #main-column, #main-footer { width: 100%; margin: 0 auto; text-align: center; } #comment-list { margin: 0 30px; } .entry::after { display: block; content: ""; height: 7px; width: 20%; margin: 0 auto 10px; background: rgba(0,0,0,0.5); border-radius: 7px; } .author-name { font-size: 1.3em; } .entry-date { font-size: 0.8em; } @media only screen and (min-width: 1081px) { #main-column{ width: 1080px; margin: 0 auto; } li * { width: 80%; } }
grails-app/assets/stylesheets/general.css
@font-face { font-family: AnonymousPro; src: url(AnonymousPro-Regular.ttf); } @font-face { font-family: SueEllenFrancisco; src: url(SueEllenFrancisco.ttf); } .font-SueEllenFrancisco { font-family: SueEllenFrancisco, sans-serif; } @font-face { font-family: Damion; src: url(Damion-Regular.ttf); } .font-Damion { font-family: Damion, sans-serif; } @font-face { font-family: IndieFlower; src: url(IndieFlower.ttf); } .font-IndieFlower { font-family: IndieFlower, sans-serif; } @font-face { font-family: Norican; src: url(Norican-Regular.ttf); } .font-Norican { font-family: Norican, sans-serif; } @font-face { font-family: GochiHand; src: url(GochiHand-Regular.ttf); } .font-GochiHand { font-family: GochiHand, sans-serif; } * { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 20px; font-family: AnonymousPro, Arial, monospace; background: url(background.jpg); background-size: cover; } html, body { height: 100%; } #page-wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -8em; } #main-footer, #push { height: 8em; padding: 10px; } li { list-style: none; } li * { /* display: block; */ width: 100%; min-height: 2.2em; margin: 10px auto; border-radius: 1em; } form * { padding: 0.4em; border: none; resize: vertical; overflow: hidden; font-size: 20px; background: rgba(0,0,0,0.5); color: #eee; } form *::placeholder { font-size: 20px; font-family: AnonymousPro, Arial, monospace; } input[type=submit] { cursor: pointer; font-family: AnonymousPro, Arial, monospace; } #main-header, #main-footer { text-align: center; color: #eee; background: rgba(0,0,0,0.5); } #main-column, #main-footer { width: 100%; margin: 0 auto; text-align: center; } #comment-list { margin: 0 30px; } .entry::after { display: block; content: ""; height: 7px; width: 20%; margin: 0 auto 10px; background: rgba(0,0,0,0.5); border-radius: 7px; } .author-name { font-size: 1.3em; } .entry-date { font-size: 0.8em; } @media only screen and (min-width: 1081px) { #main-column{ width: 1080px; margin: 0 auto; } li * { width: 80%; } }
0.40028
0.113089
.footnote-container { display: inline-block; position: relative; text-indent: 0 } .footnote-backdrop { cursor: pointer } .footnote-button { background: #497799; border: 0; border-radius: .475em; cursor: pointer; display: inline-block; font-size: 1rem; height: 1.2em; line-height: 0; margin: 0 .1em 0 .4em; padding: .35em; position: relative; top: -.2em; -webkit-transition-duration: .25s; transition-duration: .25s; -webkit-transition-property: background; transition-property: background; vertical-align: super; width: 1.5em; z-index: 1; bottom: 0px; top: 2px; } .footnote-button:after { color: white; content: attr(data-fn-number); display: block; font-size: .8em; font-weight: 700; left: 50%; position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: color .25s ease; transition: color .25s ease } .footnote-button:hover { background: hsl(206, 35%, 44%, .5); outline: none } .footnote-button:hover:after { color: #fafafa } .footnote-button.is-active { background: #6e6e6e; -webkit-transition-delay: .1s; transition-delay: .1s } .footnote-button.is-active:after { color: #fafafa } .bf-footnote { background: #fafafa; border: 1px solid #d8d8d8; border-radius: .25em; left: 0; margin: 1.618em 0; max-width: 80vw; opacity: 0; position: absolute; top: 0; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-duration: .25s; transition-duration: .25s; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: ease; transition-timing-function: ease; z-index: 3 } .bf-footnote.footnote-is-active { opacity: .97 } .bf-footnote.footnote-is-top { bottom: 0; top: auto } .footnote-wrapper { background: inherit; border-radius: .25em; margin: 0; max-width: 100%; overflow: hidden; position: relative; width: 22em; z-index: 5 } .footnote-tooltip { background: inherit; border: 1px solid #d8d8d8; height: 1.3em; position: absolute; top: -.49em; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 1.3em; z-index: 4 } .footnote-is-top .footnote-tooltip { bottom: -.49em; top: auto } .footnote-content { font-size: 14px; -webkit-font-smoothing: subpixel-antialiased; line-height: 1.418em; max-height: 15em; overflow: auto; -webkit-overflow-scrolling: touch; padding: 1em; position: relative; z-index: 2 } .footnote-content :first-child { margin-top: 0; padding-top: 0 } .footnote-content :last-child { word-break: keep-all; margin-bottom: 0; padding-bottom: 0 } .footnote-content > ul:nth-child(1) { padding-left: 20px; }
static/css/barefoot.min.css
.footnote-container { display: inline-block; position: relative; text-indent: 0 } .footnote-backdrop { cursor: pointer } .footnote-button { background: #497799; border: 0; border-radius: .475em; cursor: pointer; display: inline-block; font-size: 1rem; height: 1.2em; line-height: 0; margin: 0 .1em 0 .4em; padding: .35em; position: relative; top: -.2em; -webkit-transition-duration: .25s; transition-duration: .25s; -webkit-transition-property: background; transition-property: background; vertical-align: super; width: 1.5em; z-index: 1; bottom: 0px; top: 2px; } .footnote-button:after { color: white; content: attr(data-fn-number); display: block; font-size: .8em; font-weight: 700; left: 50%; position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: color .25s ease; transition: color .25s ease } .footnote-button:hover { background: hsl(206, 35%, 44%, .5); outline: none } .footnote-button:hover:after { color: #fafafa } .footnote-button.is-active { background: #6e6e6e; -webkit-transition-delay: .1s; transition-delay: .1s } .footnote-button.is-active:after { color: #fafafa } .bf-footnote { background: #fafafa; border: 1px solid #d8d8d8; border-radius: .25em; left: 0; margin: 1.618em 0; max-width: 80vw; opacity: 0; position: absolute; top: 0; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-duration: .25s; transition-duration: .25s; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: ease; transition-timing-function: ease; z-index: 3 } .bf-footnote.footnote-is-active { opacity: .97 } .bf-footnote.footnote-is-top { bottom: 0; top: auto } .footnote-wrapper { background: inherit; border-radius: .25em; margin: 0; max-width: 100%; overflow: hidden; position: relative; width: 22em; z-index: 5 } .footnote-tooltip { background: inherit; border: 1px solid #d8d8d8; height: 1.3em; position: absolute; top: -.49em; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 1.3em; z-index: 4 } .footnote-is-top .footnote-tooltip { bottom: -.49em; top: auto } .footnote-content { font-size: 14px; -webkit-font-smoothing: subpixel-antialiased; line-height: 1.418em; max-height: 15em; overflow: auto; -webkit-overflow-scrolling: touch; padding: 1em; position: relative; z-index: 2 } .footnote-content :first-child { margin-top: 0; padding-top: 0 } .footnote-content :last-child { word-break: keep-all; margin-bottom: 0; padding-bottom: 0 } .footnote-content > ul:nth-child(1) { padding-left: 20px; }
0.331444
0.0559
#cubeContainer { height: 40%; display: flex; align-items: center; justify-content: center; } #cubeWrapper { width: 66%; display: flex; flex-direction: column; } #cubes { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .p1 { background: url('https://i.imgur.com/jhdr6w8.png') center; } .p2 { background: url('https://i.imgur.com/l5D731Y.png') center; } .p3 { background: url('https://i.imgur.com/juL9FsL.jpg') center; } .p4 { background: url('https://i.imgur.com/jl8AGrF.png') center; } .p5 { background: url('https://i.imgur.com/xOyIeRb.png') center; } .p6 { background: url('https://i.imgur.com/O1mhHOc.png') center; } .p7 { background: url('https://i.imgur.com/X0bSBmD.png') center; } .p8 { background: url('https://i.imgur.com/lid3Lze.png') center; } .p9 { background: url('https://i.imgur.com/uLXpTiY.png') center; } .p10 { background: url('https://i.imgur.com/WpPKPL6.png') center; } .p11 { background: url('https://i.imgur.com/4DFxTrM.png') center; } .p12 { background: url('https://i0.wp.com/frfars.org/wp-content/uploads/2018/12/place-holder-for-profile-picture-4.png?ssl=1') center; } .p13 { background: url('https://i.imgur.com/pMU0ULI.png') center; } .p14 { background: url('https://i.imgur.com/lX7xdFi.jpg') center; } .p15 { background: url('https://i.imgur.com/ibEIHlz.jpg') center; } .cube { height: 200px; width: 200px; background-size: cover; border: 5px solid #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; position: relative; margin-right: 10px; margin-bottom: 10px; } .cube .hello { position: absolute; bottom: 15px; left: 15px; text-shadow: 0 1px 3px #000; z-index: 3; } .cube .hello h1 { font-size: 16px; color: #fff; margin: 0; user-select: none; } .cube .hello p { color: #fff; margin: 0; font-size: 14px; user-select: none; } .cube .teambox { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; flex-direction: column; opacity: 0; transition: 0.5s ease; z-index: 2; } .cube .teambox ul { padding: 0; margin: 0 0 55px 0; cursor: default; text-align: center; } .cube .teambox ul li { list-style: none; display: inline-block; margin: 0 11.05px 10px 11.05px; top: 40px; position: relative; opacity: 0; transition: 0.3s ease; } .cube .teambox ul li a { display: block; color: #fff; font-size: 20px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 5px; transition: 0.3s ease; } .cube .teambox ul li a:hover { background: rgba(255, 255, 255, 0.2); } .cube:hover .teambox { opacity: 1; } .cube:hover .teambox li { top: 15px; opacity: 1; transition: 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55); } .cube:hover .teambox li:nth-child(2) { transition-delay: 0.2s; } .cube:hover .teambox li:nth-child(3) { transition-delay: 0.4s; } .cube:hover .teambox li:nth-child(4) { transition-delay: 0.6s; } .cube:hover .teambox h1 { top: 0; } .cube:hover .teambox p { top: 10px; } .cube:hover .innerBorder { width: 90%; height: 90%; opacity: 1; } .cube:hover .darken { opacity: 1; } .cube:last-child, .cube:nth-child(3) { margin-right: 0; } .darken { background: rgba(38, 50, 56, 0.85); height: 100%; width: 100%; position: absolute; top: 0; left: 0; opacity: 0; transition: 0.3s ease; } .innerBorder { width: 100%; height: 100%; position: absolute; border: 1px solid #fff; z-index: 1; opacity: 0; transition: 0.5s ease; }
assets/css/team.css
#cubeContainer { height: 40%; display: flex; align-items: center; justify-content: center; } #cubeWrapper { width: 66%; display: flex; flex-direction: column; } #cubes { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .p1 { background: url('https://i.imgur.com/jhdr6w8.png') center; } .p2 { background: url('https://i.imgur.com/l5D731Y.png') center; } .p3 { background: url('https://i.imgur.com/juL9FsL.jpg') center; } .p4 { background: url('https://i.imgur.com/jl8AGrF.png') center; } .p5 { background: url('https://i.imgur.com/xOyIeRb.png') center; } .p6 { background: url('https://i.imgur.com/O1mhHOc.png') center; } .p7 { background: url('https://i.imgur.com/X0bSBmD.png') center; } .p8 { background: url('https://i.imgur.com/lid3Lze.png') center; } .p9 { background: url('https://i.imgur.com/uLXpTiY.png') center; } .p10 { background: url('https://i.imgur.com/WpPKPL6.png') center; } .p11 { background: url('https://i.imgur.com/4DFxTrM.png') center; } .p12 { background: url('https://i0.wp.com/frfars.org/wp-content/uploads/2018/12/place-holder-for-profile-picture-4.png?ssl=1') center; } .p13 { background: url('https://i.imgur.com/pMU0ULI.png') center; } .p14 { background: url('https://i.imgur.com/lX7xdFi.jpg') center; } .p15 { background: url('https://i.imgur.com/ibEIHlz.jpg') center; } .cube { height: 200px; width: 200px; background-size: cover; border: 5px solid #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; position: relative; margin-right: 10px; margin-bottom: 10px; } .cube .hello { position: absolute; bottom: 15px; left: 15px; text-shadow: 0 1px 3px #000; z-index: 3; } .cube .hello h1 { font-size: 16px; color: #fff; margin: 0; user-select: none; } .cube .hello p { color: #fff; margin: 0; font-size: 14px; user-select: none; } .cube .teambox { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; flex-direction: column; opacity: 0; transition: 0.5s ease; z-index: 2; } .cube .teambox ul { padding: 0; margin: 0 0 55px 0; cursor: default; text-align: center; } .cube .teambox ul li { list-style: none; display: inline-block; margin: 0 11.05px 10px 11.05px; top: 40px; position: relative; opacity: 0; transition: 0.3s ease; } .cube .teambox ul li a { display: block; color: #fff; font-size: 20px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 5px; transition: 0.3s ease; } .cube .teambox ul li a:hover { background: rgba(255, 255, 255, 0.2); } .cube:hover .teambox { opacity: 1; } .cube:hover .teambox li { top: 15px; opacity: 1; transition: 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55); } .cube:hover .teambox li:nth-child(2) { transition-delay: 0.2s; } .cube:hover .teambox li:nth-child(3) { transition-delay: 0.4s; } .cube:hover .teambox li:nth-child(4) { transition-delay: 0.6s; } .cube:hover .teambox h1 { top: 0; } .cube:hover .teambox p { top: 10px; } .cube:hover .innerBorder { width: 90%; height: 90%; opacity: 1; } .cube:hover .darken { opacity: 1; } .cube:last-child, .cube:nth-child(3) { margin-right: 0; } .darken { background: rgba(38, 50, 56, 0.85); height: 100%; width: 100%; position: absolute; top: 0; left: 0; opacity: 0; transition: 0.3s ease; } .innerBorder { width: 100%; height: 100%; position: absolute; border: 1px solid #fff; z-index: 1; opacity: 0; transition: 0.5s ease; }
0.376852
0.137156
p { margin: 1em 0; } h1 { font-size: 24pt; line-height: 28pt; margin: 24pt 0 16pt; } h2 { font-size: 20pt; line-height: 24pt; } h3 { font-size: 16pt; } body { line-height: 1.4em; } ol { margin: 1em 0; margin-left: 2em; list-style-type: decimal; } ul { margin: 1em 0; margin-left: 2em; list-style-type: disc; } #tabhead .account-bar { position: absolute; top: 0px; right: 0px; background: #222; text-shadow: none; color: #FFF; font-size: 11pt; padding: 4px 12px 6px; color: #FFF; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; } #tabhead .account-bar a, #tabhead .account-bar a:visited { text-decoration: none; color: #BBB; } #tabhead .account-bar a:hover { color: #FFF; } /* FORMS */ form.uniForm { background: #CCC; padding: 15px; text-shadow: 0px 1px 0px #EEE; } form.uniForm .focused { background: #EEE; } .form_block { padding: 10px 5px; } #errorMsg ul { margin: 5px; list-style-type: none; } form label { font-size: 16pt; color: #222; } form.uniForm input[type=text], form.uniForm input[type=password] { font-size: 14pt; padding: 3px 6px; } form.uniForm input[type=submit] { float: right; margin: 0; color: #DEF; font-size: 12pt; background: #222; padding: 6px 12px 5px; border: none; cursor: pointer; } form.uniForm input[type=submit]:hover { background: #444; color: #FFF; border: 1px #444; } form.uniForm textarea { font-size: 14pt; padding: 2px; } form.uniForm select { font-size: 14pt; } /* MESSAGES */ ul#messages { margin: 0 0 10px 0; padding: 0; list-style: none; } ul#messages li { padding: 5px 10px; margin: 3px; } ul#messages li a { float: right; color: #693; } ul#messages .debug { background: #EEE; border: 1px solid #BBB; } ul#messages .info { background: #DEF; border: 1px solid #9BC; } ul#messages .success { background: #EFD; border: 1px solid #BC9; } ul#messages .warning { background: #FED; border: 1px solid #CB9; } ul#messages .error { background: #FDD; border: 1px solid #C99; }
pycon_project/static/2012/css/base.css
p { margin: 1em 0; } h1 { font-size: 24pt; line-height: 28pt; margin: 24pt 0 16pt; } h2 { font-size: 20pt; line-height: 24pt; } h3 { font-size: 16pt; } body { line-height: 1.4em; } ol { margin: 1em 0; margin-left: 2em; list-style-type: decimal; } ul { margin: 1em 0; margin-left: 2em; list-style-type: disc; } #tabhead .account-bar { position: absolute; top: 0px; right: 0px; background: #222; text-shadow: none; color: #FFF; font-size: 11pt; padding: 4px 12px 6px; color: #FFF; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; } #tabhead .account-bar a, #tabhead .account-bar a:visited { text-decoration: none; color: #BBB; } #tabhead .account-bar a:hover { color: #FFF; } /* FORMS */ form.uniForm { background: #CCC; padding: 15px; text-shadow: 0px 1px 0px #EEE; } form.uniForm .focused { background: #EEE; } .form_block { padding: 10px 5px; } #errorMsg ul { margin: 5px; list-style-type: none; } form label { font-size: 16pt; color: #222; } form.uniForm input[type=text], form.uniForm input[type=password] { font-size: 14pt; padding: 3px 6px; } form.uniForm input[type=submit] { float: right; margin: 0; color: #DEF; font-size: 12pt; background: #222; padding: 6px 12px 5px; border: none; cursor: pointer; } form.uniForm input[type=submit]:hover { background: #444; color: #FFF; border: 1px #444; } form.uniForm textarea { font-size: 14pt; padding: 2px; } form.uniForm select { font-size: 14pt; } /* MESSAGES */ ul#messages { margin: 0 0 10px 0; padding: 0; list-style: none; } ul#messages li { padding: 5px 10px; margin: 3px; } ul#messages li a { float: right; color: #693; } ul#messages .debug { background: #EEE; border: 1px solid #BBB; } ul#messages .info { background: #DEF; border: 1px solid #9BC; } ul#messages .success { background: #EFD; border: 1px solid #BC9; } ul#messages .warning { background: #FED; border: 1px solid #CB9; } ul#messages .error { background: #FDD; border: 1px solid #C99; }
0.282097
0.145996
@-moz-document domain("weristdeinfreund.de") { /* first try to create a light on dark high contrast theme... please improve it erster Verzuch zur erstellung eines Themes mit hohen kontrast hell auf dunkel... bitte um verbesserungen */ body { color: #999; font-family: Arial; font-size: 15px; background-color: #000000; margin:0px; padding:0px; background:-moz-linear-gradient(top, #fff, #000000); /* Firefox */ background:-webkit-linear-gradient(top, #fff, #000000); /* Safari, Chrome */ background:-o-linear-gradient(top, #fff, #000000); /* Opera */ background:-ms-linear-gradient(top, #fff, #000000); /* IE */ background:linear-gradient(top, #fff, #000000); /* W3C Standard */ } #tinymce body { color: #999; font-family: Arial; background-color: #000000; font-size: 15px; margin:0px; padding:0px; background:-moz-linear-gradient(top,black , black); /* Firefox */ background:-webkit-linear-gradient(top,black , black); /* Safari, Chrome */ background:-o-linear-gradient(top,black , black); /* Opera */ background:-ms-linear-gradient(top, black , black); /* IE */ background:linear-gradient(top, black , black); /* W3C Standard */ } .blauerbalken { margin:5px 0 5px 0; padding:1px; background-color: #000000 !important; background:-moz-linear-gradient(top, #000000, #434343)!important; /* Firefox */ background: -webkit-linear-gradient(top, #000000, #434343)!important; /* Safari, Chrome */ background:-o-linear-gradient(top, #000000, #434343)!important; /* Opera */ background:-ms-linear-gradient(top, #000000, #434343)!important; /* IE */ background:linear-gradient(top, #000000, #434343)!important; /* W3C Standard */ } #headerlogo { height:271!important; width:78!important; } #formdiv { text-align: center; border: 1px solid #704214; background-color: #000000 !important; padding: 20px 0 10px 0; margin-top: 10px; } a{ font-size:100%; color: #2D94F8!important; font-weight: bold; text-decoration:none; outline:none; } a:hover { color: #f92c2c; } a:active { color: #483fff; } #headerbg { -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; height: 100px !important; width: 0 !important; padding-left: 998px !important; padding-top: 0px !important; background: url(http://treaki.tk/upload/uploads/1464644122/headerbg_dark.jpg) no-repeat !important; background-image: url(http://treaki.tk/upload/uploads/1464644122/headerbg_dark.jpg) !important; overflow: hidden !important; background-color: black; } address { display:block; text-align:center; color:white; padding-bottom:30px; } label { font-weight:900; cursor:pointer; color:white; } input { vertical-align:middle; height:16px; width:100px; } input[type=text], input[type=password], input[type=checkbox] { border:1px solid gray; } input[type=submit] { border:1px solid #333; height:20px; width:auto; padding:0px 5px 4px 5px; color:#fff; background-color:black; border-radius:3px; cursor:pointer; } input[type=radio], input[type=checkbox] { width:30px; vertical-align:top; } input[type=file] { height:auto; width:40%; } select { border:1px solid black; padding:2px 0; background-color:#fff; vertical-align:middle; color:#333; width:100px; } option { background-color:#fff; color:#333; } textarea { border:1px solid black; color:#333; background-color:#fff; } ul { display: block; list-style-type: circle; line-height:30px; padding-left:25px; } li { line-height:30px; font-size:100%; } li { vertical-align:middle; } h1 { color:#2929f9; font-weight:500; } h2 { margin:5px 0; } .button { color:white; text-align:center; border:1px solid #333; padding:5px 10px; background-color:black; background:-moz-linear-gradient(top, #464646, black); /* Firefox */ background:-webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top,#464646, black); /* Opera */ background:-ms-linear-gradient(top,#464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ -moz-box-shadow: 5px 5px 8px #000; -webkit-box-shadow: 5px 5px 8px #000; box-shadow: 5px 5px 8px #000; } .button2 { vertical-align:middle; font-weight:500; border:1px solid #333; height:20px; width:auto; padding:2px 5px 3px 5px; color:#fff; background-color:black; border-radius:3px; } #mainbody { width:100%; height:100%; overflow:hidden; overflow-y:scroll; background:-moz-linear-gradient(top, #868686, #000000)!important; /* Firefox */ background: -webkit-linear-gradient(top, #868686, #000000)!important; /* Safari, Chrome */ background:-o-linear-gradient(top, #fff,#868686, #000000)!important; /* Opera */ background:-ms-linear-gradient(top, #fff, #868686, #000000)!important; /* IE */ background:linear-gradient(top, #fff, #868686, #000000)!important; /* W3C Standard */ } #container { position:relative; width:100%; max-width:1000px; margin:0px auto; padding-top:100px; } #maindiv { min-height:700px; /* background-color:#fff; */ border: 1px solid #000000; -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; -moz-box-shadow: 5px 5px 8px black; -webkit-box-shadow: 5px 5px 8px #000000; box-shadow: 5px 5px 8px #000000; background: black; } #header { position:relative; } #header a { color:black; } #header a:hover { color:#ec2e2e; } #headerbg { -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background-color: black; /* background-image: none; */ background-image: none !important; } #menu { padding:1px; background-color:black; background:-moz-linear-gradient(top, #464646, black); /* Firefox */ background: -webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top, #464646, black); /* Opera */ background:-ms-linear-gradient(top, #464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ } #navi { border:1px solid #fff; border-bottom:0px; color: #000; } #navi a { display:block; float:left; padding:5px 10px; color:#fff; } #navi a:hover { color:#3333e8; } .sublink_aktiv { background-color:black; background:-moz-linear-gradient(top, #464646, black); /* Firefox */ background:-webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top, #464646, black); /* Opera */ background:-ms-linear-gradient(top, #464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ color:#fff; } .sublink_aktiv:hover { color:#333; } #submenu { margin:10px 0; border-bottom:2px solid black; } #submenu a { display:block; float:left; padding:5px 10px; border:1px solid #999; border-bottom:0px; -webkit-border-top-left-radius:5px; -khtml-border-top-left-radius:5px; -moz-border-top-left-radius:5px; border-top-left-radius:5px; -webkit-border-top-right-radius:5px; -khtml-border-top-right-radius:5px; -moz-border-top-right-radius:5px; border-top-right-radius:5px; } .submenulink { background-color:black; background:-moz-linear-gradient(top,#464646, black); /* Firefox */ background:-webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top, #464646, black); /* Opera */ background:-ms-linear-gradient(top, #464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ } .submenulink:hover { background-color:black; background:-moz-linear-gradient(top, #464646, black); /* Firefox */ background:-webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top, #464646, black); /* Opera */ background:-ms-linear-gradient(top, #464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ color:#fff; } #headersuche { float:right; padding:4px; background-color:#fff; border:1px solid #999; } #content { padding:10px; } .blauerbalken { margin:5px 0 5px 0; padding:1px; background-color: #000000 !important; background:-moz-linear-gradient(top, #000000, #434343)!important; /* Firefox */ background: -webkit-linear-gradient(top, #000000, #434343)!important; /* Safari, Chrome */ background:-o-linear-gradient(top, #000000, #434343)!important; /* Opera */ background:-ms-linear-gradient(top, #000000, #434343)!important; /* IE */ background:linear-gradient(top, #000000, #434343)!important; /* W3C Standard */ } .blauinnen { padding:3px 5px; color:#fff; font-weight:bold; border:1px solid #fff; border-bottom:0px; } .smalltext { font-size:small; margin-bottom:5px; border:1px solid #777; padding:5px; line-height:15px; background-color:#efefef; } .gbeintrag { float:left; width:90%; position:relative; overflow:hidden; } .gbeintrag img { max-width:600px; height:auto; } .newsdiv img { max-width:200px; height:auto; } .newsdiv .ulink img { max-width:200px; height:auto; } .newsdiv a img { max-width:200px; height:auto; } .bbcode { max-width:200px; height:auto; } .altzeile { background-color:#EFEFEF; border-bottom:1px solid #999; } #footer { width:100%; max-width:1000px; margin:0px auto 0 auto; padding:10px 0px; text-align:center; color:#fff; } #footer a { padding:5px 10px; color:#fff; } #footer a:hover { color:#333; } #5559094 { text-align:center; height:90px; overflow:hidden; } #banneroben { position:absolute; width:92.8%; min-height:90px; top:5px; left:3.5%; text-align:center; overflow:hidden; } #bannerlinksa { position:absolute; top:100px; left:-310px; width:300px; min-height:600px; overflow:hidden; text-align:right; } #bannerlinksa2 { position:absolute; width:300px; min-height:600px; overflow:hidden; top:720px; left:-310px; text-align:right; } #bannerrechts1 { position:absolute; top:100px; right:-310px; width:300px; min-height:600px; text-align:left; } #bannerrechts2 { position:absolute; top:720px; right:-310px; width:300px; min-height:600px; text-align:left; } #footerwerbung { width:100%; max-width:1000px; margin:10px auto 0 auto; text-align:center; overflow:hidden; } .button2:hover { color:#fff; } .chatboxeintrag { position:relative; margin:0 10px; padding:5px; -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background-color: #EFEFEF; border:1px solid #999; -moz-box-shadow: 3px 3px 5px #ccc; -webkit-box-shadow: 3px 3px 5px #ccc; box-shadow: 3px 3px 5px #ccc; } .chatboxeintragw { position:relative; margin:0 10px; padding:5px; -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background-color: #FFF; border:1px solid #999; } }
data/usercss/128459.user.css
@-moz-document domain("weristdeinfreund.de") { /* first try to create a light on dark high contrast theme... please improve it erster Verzuch zur erstellung eines Themes mit hohen kontrast hell auf dunkel... bitte um verbesserungen */ body { color: #999; font-family: Arial; font-size: 15px; background-color: #000000; margin:0px; padding:0px; background:-moz-linear-gradient(top, #fff, #000000); /* Firefox */ background:-webkit-linear-gradient(top, #fff, #000000); /* Safari, Chrome */ background:-o-linear-gradient(top, #fff, #000000); /* Opera */ background:-ms-linear-gradient(top, #fff, #000000); /* IE */ background:linear-gradient(top, #fff, #000000); /* W3C Standard */ } #tinymce body { color: #999; font-family: Arial; background-color: #000000; font-size: 15px; margin:0px; padding:0px; background:-moz-linear-gradient(top,black , black); /* Firefox */ background:-webkit-linear-gradient(top,black , black); /* Safari, Chrome */ background:-o-linear-gradient(top,black , black); /* Opera */ background:-ms-linear-gradient(top, black , black); /* IE */ background:linear-gradient(top, black , black); /* W3C Standard */ } .blauerbalken { margin:5px 0 5px 0; padding:1px; background-color: #000000 !important; background:-moz-linear-gradient(top, #000000, #434343)!important; /* Firefox */ background: -webkit-linear-gradient(top, #000000, #434343)!important; /* Safari, Chrome */ background:-o-linear-gradient(top, #000000, #434343)!important; /* Opera */ background:-ms-linear-gradient(top, #000000, #434343)!important; /* IE */ background:linear-gradient(top, #000000, #434343)!important; /* W3C Standard */ } #headerlogo { height:271!important; width:78!important; } #formdiv { text-align: center; border: 1px solid #704214; background-color: #000000 !important; padding: 20px 0 10px 0; margin-top: 10px; } a{ font-size:100%; color: #2D94F8!important; font-weight: bold; text-decoration:none; outline:none; } a:hover { color: #f92c2c; } a:active { color: #483fff; } #headerbg { -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; height: 100px !important; width: 0 !important; padding-left: 998px !important; padding-top: 0px !important; background: url(http://treaki.tk/upload/uploads/1464644122/headerbg_dark.jpg) no-repeat !important; background-image: url(http://treaki.tk/upload/uploads/1464644122/headerbg_dark.jpg) !important; overflow: hidden !important; background-color: black; } address { display:block; text-align:center; color:white; padding-bottom:30px; } label { font-weight:900; cursor:pointer; color:white; } input { vertical-align:middle; height:16px; width:100px; } input[type=text], input[type=password], input[type=checkbox] { border:1px solid gray; } input[type=submit] { border:1px solid #333; height:20px; width:auto; padding:0px 5px 4px 5px; color:#fff; background-color:black; border-radius:3px; cursor:pointer; } input[type=radio], input[type=checkbox] { width:30px; vertical-align:top; } input[type=file] { height:auto; width:40%; } select { border:1px solid black; padding:2px 0; background-color:#fff; vertical-align:middle; color:#333; width:100px; } option { background-color:#fff; color:#333; } textarea { border:1px solid black; color:#333; background-color:#fff; } ul { display: block; list-style-type: circle; line-height:30px; padding-left:25px; } li { line-height:30px; font-size:100%; } li { vertical-align:middle; } h1 { color:#2929f9; font-weight:500; } h2 { margin:5px 0; } .button { color:white; text-align:center; border:1px solid #333; padding:5px 10px; background-color:black; background:-moz-linear-gradient(top, #464646, black); /* Firefox */ background:-webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top,#464646, black); /* Opera */ background:-ms-linear-gradient(top,#464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ -moz-box-shadow: 5px 5px 8px #000; -webkit-box-shadow: 5px 5px 8px #000; box-shadow: 5px 5px 8px #000; } .button2 { vertical-align:middle; font-weight:500; border:1px solid #333; height:20px; width:auto; padding:2px 5px 3px 5px; color:#fff; background-color:black; border-radius:3px; } #mainbody { width:100%; height:100%; overflow:hidden; overflow-y:scroll; background:-moz-linear-gradient(top, #868686, #000000)!important; /* Firefox */ background: -webkit-linear-gradient(top, #868686, #000000)!important; /* Safari, Chrome */ background:-o-linear-gradient(top, #fff,#868686, #000000)!important; /* Opera */ background:-ms-linear-gradient(top, #fff, #868686, #000000)!important; /* IE */ background:linear-gradient(top, #fff, #868686, #000000)!important; /* W3C Standard */ } #container { position:relative; width:100%; max-width:1000px; margin:0px auto; padding-top:100px; } #maindiv { min-height:700px; /* background-color:#fff; */ border: 1px solid #000000; -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; -moz-box-shadow: 5px 5px 8px black; -webkit-box-shadow: 5px 5px 8px #000000; box-shadow: 5px 5px 8px #000000; background: black; } #header { position:relative; } #header a { color:black; } #header a:hover { color:#ec2e2e; } #headerbg { -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background-color: black; /* background-image: none; */ background-image: none !important; } #menu { padding:1px; background-color:black; background:-moz-linear-gradient(top, #464646, black); /* Firefox */ background: -webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top, #464646, black); /* Opera */ background:-ms-linear-gradient(top, #464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ } #navi { border:1px solid #fff; border-bottom:0px; color: #000; } #navi a { display:block; float:left; padding:5px 10px; color:#fff; } #navi a:hover { color:#3333e8; } .sublink_aktiv { background-color:black; background:-moz-linear-gradient(top, #464646, black); /* Firefox */ background:-webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top, #464646, black); /* Opera */ background:-ms-linear-gradient(top, #464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ color:#fff; } .sublink_aktiv:hover { color:#333; } #submenu { margin:10px 0; border-bottom:2px solid black; } #submenu a { display:block; float:left; padding:5px 10px; border:1px solid #999; border-bottom:0px; -webkit-border-top-left-radius:5px; -khtml-border-top-left-radius:5px; -moz-border-top-left-radius:5px; border-top-left-radius:5px; -webkit-border-top-right-radius:5px; -khtml-border-top-right-radius:5px; -moz-border-top-right-radius:5px; border-top-right-radius:5px; } .submenulink { background-color:black; background:-moz-linear-gradient(top,#464646, black); /* Firefox */ background:-webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top, #464646, black); /* Opera */ background:-ms-linear-gradient(top, #464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ } .submenulink:hover { background-color:black; background:-moz-linear-gradient(top, #464646, black); /* Firefox */ background:-webkit-linear-gradient(top, #464646, black); /* Safari, Chrome */ background:-o-linear-gradient(top, #464646, black); /* Opera */ background:-ms-linear-gradient(top, #464646, black); /* IE */ background:linear-gradient(top, #464646, black); /* W3C Standard */ color:#fff; } #headersuche { float:right; padding:4px; background-color:#fff; border:1px solid #999; } #content { padding:10px; } .blauerbalken { margin:5px 0 5px 0; padding:1px; background-color: #000000 !important; background:-moz-linear-gradient(top, #000000, #434343)!important; /* Firefox */ background: -webkit-linear-gradient(top, #000000, #434343)!important; /* Safari, Chrome */ background:-o-linear-gradient(top, #000000, #434343)!important; /* Opera */ background:-ms-linear-gradient(top, #000000, #434343)!important; /* IE */ background:linear-gradient(top, #000000, #434343)!important; /* W3C Standard */ } .blauinnen { padding:3px 5px; color:#fff; font-weight:bold; border:1px solid #fff; border-bottom:0px; } .smalltext { font-size:small; margin-bottom:5px; border:1px solid #777; padding:5px; line-height:15px; background-color:#efefef; } .gbeintrag { float:left; width:90%; position:relative; overflow:hidden; } .gbeintrag img { max-width:600px; height:auto; } .newsdiv img { max-width:200px; height:auto; } .newsdiv .ulink img { max-width:200px; height:auto; } .newsdiv a img { max-width:200px; height:auto; } .bbcode { max-width:200px; height:auto; } .altzeile { background-color:#EFEFEF; border-bottom:1px solid #999; } #footer { width:100%; max-width:1000px; margin:0px auto 0 auto; padding:10px 0px; text-align:center; color:#fff; } #footer a { padding:5px 10px; color:#fff; } #footer a:hover { color:#333; } #5559094 { text-align:center; height:90px; overflow:hidden; } #banneroben { position:absolute; width:92.8%; min-height:90px; top:5px; left:3.5%; text-align:center; overflow:hidden; } #bannerlinksa { position:absolute; top:100px; left:-310px; width:300px; min-height:600px; overflow:hidden; text-align:right; } #bannerlinksa2 { position:absolute; width:300px; min-height:600px; overflow:hidden; top:720px; left:-310px; text-align:right; } #bannerrechts1 { position:absolute; top:100px; right:-310px; width:300px; min-height:600px; text-align:left; } #bannerrechts2 { position:absolute; top:720px; right:-310px; width:300px; min-height:600px; text-align:left; } #footerwerbung { width:100%; max-width:1000px; margin:10px auto 0 auto; text-align:center; overflow:hidden; } .button2:hover { color:#fff; } .chatboxeintrag { position:relative; margin:0 10px; padding:5px; -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background-color: #EFEFEF; border:1px solid #999; -moz-box-shadow: 3px 3px 5px #ccc; -webkit-box-shadow: 3px 3px 5px #ccc; box-shadow: 3px 3px 5px #ccc; } .chatboxeintragw { position:relative; margin:0 10px; padding:5px; -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background-color: #FFF; border:1px solid #999; } }
0.138055
0.042127
body{ background: #cccccc; } .header-box{ border-bottom: 3px solid rgb(205, 206, 206) ; text-align: left; font-size: 16pt; padding: 10px 10px 0px 0px; } .ab{ padding:0px 0px 9px 0px; margin: 0px 0px -3px 0px; width: fit-content; border-bottom: 3px solid #009688; } .cp{ padding: 0px 0px 0px 15px; } .news-list { margin-top: 10px; } .news-list .news-link{ text-decoration: none; color: #009688; font-size: 14pt; font-weight: 600; } .news-list .news-date{ text-decoration: none; color: #009688; margin-top: 10px; font-size: 10pt; font-weight: 300; border-bottom: 1px solid #dce7e6; } .news-list .fol-up{ color: yellow; background: #009688; font-size: 35pt; padding:7px; } .view-content .judul-view{ font-size: 18pt; font-weight: 700; color: #009688; } .ul-top{ list-style-type: none; margin: 0; padding: 0; } .ul-top>li{ display: inline; margin-right: 15px; } .ul-top>li>a>i{ margin-right: 3px; color: rgb(252, 237, 38); } .ul-top>li>a{ font-size: 11pt; color: #cccccc; } .ul-top>li>a:hover{ text-decoration: none; color: rgb(252, 237, 38); } .ul-top-right{ list-style-type: none; margin: 0; padding: 0; } .ul-top-right>li{ display: inline; margin-right: 15px; } .ul-top-right>li>a{ padding: 3px 6px; border-radius: 50%; border: 0.5px solid rgb(244, 250, 250); } .ul-top-right>li>a:hover{ background: rgb(244, 250, 250); transition: .3s; } .ul-top-right>li>a>i:hover{ color: rgb(30, 36, 36); } .ul-top-right>li>a>i{ color: rgb(244, 250, 250); } .ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } .mid{ border-left: 2px solid #009688; border-right: 2px solid #009688; margin: 0px 10px; padding: 0px 10px; } .li { float: left; } .custom-galeri{ box-shadow: -2px -2px 18px -1px rgba(0,0,0,0.75); opacity: 1; display: block; transition: .5s ease; backface-visibility: hidden; } .custom-info{ transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .box-galeri:hover .custom-galeri{ cursor: pointer; opacity: 0.3; box-shadow: none; } .box-galeri:hover .custom-info{ opacity: 1; cursor: pointer; } .link{ padding: 10px; color: black; text-decoration: none; } .link:hover{ color: black; text-decoration: none; } .site-footer { background-color:#26272b; padding:45px 0 20px; font-size:15px; line-height:24px; color:#737373; } .site-footer hr { border-top-color:#bbb; opacity:0.5 } .site-footer hr.small { margin:20px 0 } .site-footer h6 { color:#fff; font-size:16px; text-transform:uppercase; margin-top:5px; letter-spacing:2px } .site-footer a { color:#737373; } .site-footer a:hover { color:#3366cc; text-decoration:none; } .footer-links { padding-left:0; list-style:none } .footer-links li { display:block } .footer-links a { color:#737373 } .footer-links a:active,.footer-links a:focus,.footer-links a:hover { color:#3366cc; text-decoration:none; } .footer-links.inline li { display:inline-block } .site-footer .social-icons { text-align:right } .site-footer .social-icons a { width:40px; height:40px; line-height:40px; margin-left:6px; margin-right:0; border-radius:100%; background-color:#33353d } .copyright-text { margin:0 } .social-icons { padding-left:0; margin-bottom:0; list-style:none } .social-icons li { display:inline-block; margin-bottom:4px } .social-icons li.title { margin-right:15px; text-transform:uppercase; color:#96a2b2; font-weight:700; font-size:13px } .social-icons a{ background-color:#eceeef; color:#818a91; font-size:16px; display:inline-block; line-height:44px; width:44px; height:44px; text-align:center; margin-right:8px; border-radius:100%; -webkit-transition:all .2s linear; -o-transition:all .2s linear; transition:all .2s linear } .social-icons a:active,.social-icons a:focus,.social-icons a:hover { color:#fff; background-color:#29aafe } .fab1 { line-height:34px; margin-top: 8px; height:34px; width:34px; font-size:24px } .social-icons a.facebook:hover { background-color:#3b5998 } .social-icons a.twitter:hover { background-color:#00aced } .social-icons a.linkedin:hover { background-color:#007bb6 } .social-icons a.dribbble:hover { background-color:#ea4c89 } /* Navbar */ .nav-home{ display: none; } .nav-bar{ list-style-type: none; margin: 10px 0px; padding: 0; } .nav-bar>li{ display: inline; } .nav-bar>li>a{ color: #bbb; padding: 10px 20px 8px 1px; } .nav-bar>li>a:hover{ color: #bbb; text-decoration: none; border-bottom: 4px solid yellow; } .navbar-toggle{ display: none; } .active1{ color: #bbb; text-decoration: none; border-bottom: 4px solid yellow; } /* Slideshow */ .img-slide{ width: 100%; height: 550px; } .caption-slide{ position: absolute; right: 20%; bottom: 30%; top: 30%; left: 20%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #064942; background: aliceblue; opacity: 0.7; display: flex; align-items: center!important; } .content-slide{ width: 100%; text-align: center; } /* img sambutan */ .img-smbtn{ width:240px; } /* Bingkai Informasi */ .bingkai-info{ box-shadow: -1px 2px 13px 0px rgba(143,139,143,0.6); width: 100%; margin-bottom: 20px; margin-top: 20px; } .more-berita{ text-decoration: none; color: yellow; padding: 5px 10px; border-radius: 10px; background: #009688; transition: background-color .3s; } .more-berita:hover{ text-decoration: none; background: #017a6e; color: yellow; } .button-more{ color: #009688; cursor: pointer; border:2px solid #009688; text-decoration: none; padding: 5px 10px; font-size: 14pt; font-weight: 700; transition: background-color .5s; } .button-more:hover{ background: #009688; color: #fff; box-shadow: -1px 2px 13px 0px rgba(143,139,143,0.6); text-decoration: none; } .custom-section-item{ padding:10px; } /* owl 1 */ .custom-section-tendik{ box-shadow: -1px 2px 10px 0px rgba(143,139,143,0.6); } .image-card-guru{ height: 250px; overflow: hidden; } .image-card-guru img{ height: 250px; transition: transform .5s; } .image-card-guru:hover img{ cursor: pointer; transform: scale(1.1); } .description-card-guru{ padding-top: 10px; padding-bottom: 10px; text-align: center; background: #eff3f2; } .nama-guru{ margin-bottom: 0px; font-weight: 700; font-size: 14pt; color: #017a6e; text-transform: uppercase; } .ket-guru{ color: #017a6e; text-transform: uppercase; } .section-body{ position: relative; } #slider-tools-1 .owl-next,#slider-tools-3 .owl-next{ position: absolute; right: -40px; top:50%; z-index: 20; content: ""; background: #009688; border: none; border-radius: 50px; height: 35px; width: 35px; color: #fff; outline: none; transition: background-color 0.3s; } #slider-tools-1 .owl-prev,#slider-tools-3 .owl-prev{ position: absolute; left: -40px; z-index: 20; top:50%; content: ""; background: #009688; border: none; border-radius: 50px; height: 35px; width: 35px; color: #fff; outline: none; transition: background-color 0.3s; } #slider-tools-1 .owl-next:hover, #slider-tools-1 .owl-prev:hover,#slider-tools-3 .owl-next:hover, #slider-tools-3 .owl-prev:hover{ background: rgb(209, 209, 6); color: #1a5a54; } /* Alumni */ .custom-section-alumni{ border: 1px solid #fff; border-radius: 10px; height: 270px; color: #fff; } #slider-tools-2 .owl-next{ position: absolute; right: -40px; top:40%; z-index: 20; content: ""; background: rgb(209, 209, 6); border: none; border-radius: 50px; height: 35px; width: 35px; color: #fff; outline: none; transition: background-color 0.3s; } #slider-tools-2 .owl-prev{ position: absolute; left: -40px; z-index: 20; top:40%; content: ""; background: rgb(209, 209, 6); border: none; border-radius: 50px; height: 35px; width: 35px; color: #fff; outline: none; transition: background-color 0.3s; } #slider-tools-2 .owl-next:hover, #slider-tools-2 .owl-prev:hover{ background: rgb(255, 255, 255); color: #1a5a54; } .description-card-alumni .name-alumni{ color: yellow; font-size: 16pt; } .description-card-alumni .desk-alumni{ font-size: 12pt; } .description-card-alumni .more-alumni{ font-size: 12pt; text-decoration: none; color: yellow; } .description-card-alumni .more-alumni:hover{ color: #fff; } .image-card-alumni{ height: 250px; overflow: hidden; } .image-card-alumni img{ height: 250px; width: 100%; transition: transform .5s; } .image-card-alumni:hover img{ cursor: pointer; transform: scale(1.1); } /* Informasi */ .bg-informasi{ text-align: center; } .bg-informasi img{ height: 280px; transition: transform .5s; } .bg-informasi:hover img{ cursor: pointer; transform: scale(1.1); } /* card berita */ .description-card-berita { padding-top: 10px; } .description-card-berita .judul-berita{ margin-bottom: 10px; font-weight: 700; font-size: 14pt; color: #017a6e; } .image-card-berita{ text-align: center; height: 210px; overflow: hidden; } .image-card-berita img{ height: 200px; transition: transform .5s; } .image-card-berita:hover img{ cursor: pointer; transform: scale(1.1); } .info-admin{ background: #017a6e; font-size: 10pt; padding: 5px 20px; color: #fff; cursor: pointer; } .right-row{ border-right: 2px solid #017a6e; } .sharer{ border-top: 1px solid #017a6e ; padding-top: 10px; } .icon-share{ height: 40px; width: 40px; border-radius: 50%; float: left; text-align: center; margin-left: 10px; background:#017a6e; color: white; padding-top:7px; } .icon-share:hover{ background: white; border: 2px solid #017a6e; color: #017a6e; } .breadcrumb-item::before{ color:#ffc107!important; } .custom-scroll{ height: 500px; overflow: auto; margin-top: 5px; margin-bottom: 5px; } .custom-scroll::-webkit-scrollbar{ width: 10px; } .custom-scroll::-webkit-scrollbar-track{ border-radius: 10px; box-shadow: inset 0 0 5px grey;; } .custom-scroll::-webkit-scrollbar-thumb { background: #017a6e; border-radius: 10px; } .custom-scroll::-webkit-scrollbar-thumb:hover { background: #035850; } .kalender{ border-bottom: 1px dashed #017a6e; padding-top: 5px; padding-bottom: 5px; color: rgb(177, 182, 182); } .abc{ text-decoration: none; } .abc:hover{ text-decoration: none; } .kalender:hover{ color: #017a6e; cursor: pointer; transition: color .5s; } .kalender .tanggal{ font-size: 10pt; color: black; } /* Agenda */ .judul-agenda{ color: #017a6e; border-bottom: 2px solid #f39c11; } .waktu-agenda{ border-bottom: 1px solid #bec4c2; } .ket-agenda{ height: 200px; } .ket-agenda .ket{ font-weight: 600; } @media (max-width: 768px) { .nav-home{ display: block; float: left; padding-top: 3px; margin-top: 10px; margin-bottom: 10px; color: rgba(255,255,255,0.8); } .navbar-toggle { display: block; cursor: pointer; color: rgba(255,255,255,0.8); font-size: 18px; margin-top: 10px; margin-bottom: 10px; float: right; } .responsive{ display: none; } .nav-bar{ float: left; margin-left: -45px; margin-top: 40px; } .nav-bar>li{ display: block; margin-top: 15px; } .cp{ padding: 0px; } .social-icons li.title { display:block; margin-right:0; font-weight:600 } .center-head{ text-align: center; } #slider-tools-1 .owl-next, #slider-tools-2 .owl-next, #slider-tools-3 .owl-next{ right: 0; } #slider-tools-1 .owl-prev, #slider-tools-2 .owl-prev, #slider-tools-3 .owl-prev{ left: 0; } .image-card-alumni{ display: none; } .img-berita{ width: 300px; } .right-row{ border-right: none; } }
assets/css/custom.css
body{ background: #cccccc; } .header-box{ border-bottom: 3px solid rgb(205, 206, 206) ; text-align: left; font-size: 16pt; padding: 10px 10px 0px 0px; } .ab{ padding:0px 0px 9px 0px; margin: 0px 0px -3px 0px; width: fit-content; border-bottom: 3px solid #009688; } .cp{ padding: 0px 0px 0px 15px; } .news-list { margin-top: 10px; } .news-list .news-link{ text-decoration: none; color: #009688; font-size: 14pt; font-weight: 600; } .news-list .news-date{ text-decoration: none; color: #009688; margin-top: 10px; font-size: 10pt; font-weight: 300; border-bottom: 1px solid #dce7e6; } .news-list .fol-up{ color: yellow; background: #009688; font-size: 35pt; padding:7px; } .view-content .judul-view{ font-size: 18pt; font-weight: 700; color: #009688; } .ul-top{ list-style-type: none; margin: 0; padding: 0; } .ul-top>li{ display: inline; margin-right: 15px; } .ul-top>li>a>i{ margin-right: 3px; color: rgb(252, 237, 38); } .ul-top>li>a{ font-size: 11pt; color: #cccccc; } .ul-top>li>a:hover{ text-decoration: none; color: rgb(252, 237, 38); } .ul-top-right{ list-style-type: none; margin: 0; padding: 0; } .ul-top-right>li{ display: inline; margin-right: 15px; } .ul-top-right>li>a{ padding: 3px 6px; border-radius: 50%; border: 0.5px solid rgb(244, 250, 250); } .ul-top-right>li>a:hover{ background: rgb(244, 250, 250); transition: .3s; } .ul-top-right>li>a>i:hover{ color: rgb(30, 36, 36); } .ul-top-right>li>a>i{ color: rgb(244, 250, 250); } .ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } .mid{ border-left: 2px solid #009688; border-right: 2px solid #009688; margin: 0px 10px; padding: 0px 10px; } .li { float: left; } .custom-galeri{ box-shadow: -2px -2px 18px -1px rgba(0,0,0,0.75); opacity: 1; display: block; transition: .5s ease; backface-visibility: hidden; } .custom-info{ transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .box-galeri:hover .custom-galeri{ cursor: pointer; opacity: 0.3; box-shadow: none; } .box-galeri:hover .custom-info{ opacity: 1; cursor: pointer; } .link{ padding: 10px; color: black; text-decoration: none; } .link:hover{ color: black; text-decoration: none; } .site-footer { background-color:#26272b; padding:45px 0 20px; font-size:15px; line-height:24px; color:#737373; } .site-footer hr { border-top-color:#bbb; opacity:0.5 } .site-footer hr.small { margin:20px 0 } .site-footer h6 { color:#fff; font-size:16px; text-transform:uppercase; margin-top:5px; letter-spacing:2px } .site-footer a { color:#737373; } .site-footer a:hover { color:#3366cc; text-decoration:none; } .footer-links { padding-left:0; list-style:none } .footer-links li { display:block } .footer-links a { color:#737373 } .footer-links a:active,.footer-links a:focus,.footer-links a:hover { color:#3366cc; text-decoration:none; } .footer-links.inline li { display:inline-block } .site-footer .social-icons { text-align:right } .site-footer .social-icons a { width:40px; height:40px; line-height:40px; margin-left:6px; margin-right:0; border-radius:100%; background-color:#33353d } .copyright-text { margin:0 } .social-icons { padding-left:0; margin-bottom:0; list-style:none } .social-icons li { display:inline-block; margin-bottom:4px } .social-icons li.title { margin-right:15px; text-transform:uppercase; color:#96a2b2; font-weight:700; font-size:13px } .social-icons a{ background-color:#eceeef; color:#818a91; font-size:16px; display:inline-block; line-height:44px; width:44px; height:44px; text-align:center; margin-right:8px; border-radius:100%; -webkit-transition:all .2s linear; -o-transition:all .2s linear; transition:all .2s linear } .social-icons a:active,.social-icons a:focus,.social-icons a:hover { color:#fff; background-color:#29aafe } .fab1 { line-height:34px; margin-top: 8px; height:34px; width:34px; font-size:24px } .social-icons a.facebook:hover { background-color:#3b5998 } .social-icons a.twitter:hover { background-color:#00aced } .social-icons a.linkedin:hover { background-color:#007bb6 } .social-icons a.dribbble:hover { background-color:#ea4c89 } /* Navbar */ .nav-home{ display: none; } .nav-bar{ list-style-type: none; margin: 10px 0px; padding: 0; } .nav-bar>li{ display: inline; } .nav-bar>li>a{ color: #bbb; padding: 10px 20px 8px 1px; } .nav-bar>li>a:hover{ color: #bbb; text-decoration: none; border-bottom: 4px solid yellow; } .navbar-toggle{ display: none; } .active1{ color: #bbb; text-decoration: none; border-bottom: 4px solid yellow; } /* Slideshow */ .img-slide{ width: 100%; height: 550px; } .caption-slide{ position: absolute; right: 20%; bottom: 30%; top: 30%; left: 20%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #064942; background: aliceblue; opacity: 0.7; display: flex; align-items: center!important; } .content-slide{ width: 100%; text-align: center; } /* img sambutan */ .img-smbtn{ width:240px; } /* Bingkai Informasi */ .bingkai-info{ box-shadow: -1px 2px 13px 0px rgba(143,139,143,0.6); width: 100%; margin-bottom: 20px; margin-top: 20px; } .more-berita{ text-decoration: none; color: yellow; padding: 5px 10px; border-radius: 10px; background: #009688; transition: background-color .3s; } .more-berita:hover{ text-decoration: none; background: #017a6e; color: yellow; } .button-more{ color: #009688; cursor: pointer; border:2px solid #009688; text-decoration: none; padding: 5px 10px; font-size: 14pt; font-weight: 700; transition: background-color .5s; } .button-more:hover{ background: #009688; color: #fff; box-shadow: -1px 2px 13px 0px rgba(143,139,143,0.6); text-decoration: none; } .custom-section-item{ padding:10px; } /* owl 1 */ .custom-section-tendik{ box-shadow: -1px 2px 10px 0px rgba(143,139,143,0.6); } .image-card-guru{ height: 250px; overflow: hidden; } .image-card-guru img{ height: 250px; transition: transform .5s; } .image-card-guru:hover img{ cursor: pointer; transform: scale(1.1); } .description-card-guru{ padding-top: 10px; padding-bottom: 10px; text-align: center; background: #eff3f2; } .nama-guru{ margin-bottom: 0px; font-weight: 700; font-size: 14pt; color: #017a6e; text-transform: uppercase; } .ket-guru{ color: #017a6e; text-transform: uppercase; } .section-body{ position: relative; } #slider-tools-1 .owl-next,#slider-tools-3 .owl-next{ position: absolute; right: -40px; top:50%; z-index: 20; content: ""; background: #009688; border: none; border-radius: 50px; height: 35px; width: 35px; color: #fff; outline: none; transition: background-color 0.3s; } #slider-tools-1 .owl-prev,#slider-tools-3 .owl-prev{ position: absolute; left: -40px; z-index: 20; top:50%; content: ""; background: #009688; border: none; border-radius: 50px; height: 35px; width: 35px; color: #fff; outline: none; transition: background-color 0.3s; } #slider-tools-1 .owl-next:hover, #slider-tools-1 .owl-prev:hover,#slider-tools-3 .owl-next:hover, #slider-tools-3 .owl-prev:hover{ background: rgb(209, 209, 6); color: #1a5a54; } /* Alumni */ .custom-section-alumni{ border: 1px solid #fff; border-radius: 10px; height: 270px; color: #fff; } #slider-tools-2 .owl-next{ position: absolute; right: -40px; top:40%; z-index: 20; content: ""; background: rgb(209, 209, 6); border: none; border-radius: 50px; height: 35px; width: 35px; color: #fff; outline: none; transition: background-color 0.3s; } #slider-tools-2 .owl-prev{ position: absolute; left: -40px; z-index: 20; top:40%; content: ""; background: rgb(209, 209, 6); border: none; border-radius: 50px; height: 35px; width: 35px; color: #fff; outline: none; transition: background-color 0.3s; } #slider-tools-2 .owl-next:hover, #slider-tools-2 .owl-prev:hover{ background: rgb(255, 255, 255); color: #1a5a54; } .description-card-alumni .name-alumni{ color: yellow; font-size: 16pt; } .description-card-alumni .desk-alumni{ font-size: 12pt; } .description-card-alumni .more-alumni{ font-size: 12pt; text-decoration: none; color: yellow; } .description-card-alumni .more-alumni:hover{ color: #fff; } .image-card-alumni{ height: 250px; overflow: hidden; } .image-card-alumni img{ height: 250px; width: 100%; transition: transform .5s; } .image-card-alumni:hover img{ cursor: pointer; transform: scale(1.1); } /* Informasi */ .bg-informasi{ text-align: center; } .bg-informasi img{ height: 280px; transition: transform .5s; } .bg-informasi:hover img{ cursor: pointer; transform: scale(1.1); } /* card berita */ .description-card-berita { padding-top: 10px; } .description-card-berita .judul-berita{ margin-bottom: 10px; font-weight: 700; font-size: 14pt; color: #017a6e; } .image-card-berita{ text-align: center; height: 210px; overflow: hidden; } .image-card-berita img{ height: 200px; transition: transform .5s; } .image-card-berita:hover img{ cursor: pointer; transform: scale(1.1); } .info-admin{ background: #017a6e; font-size: 10pt; padding: 5px 20px; color: #fff; cursor: pointer; } .right-row{ border-right: 2px solid #017a6e; } .sharer{ border-top: 1px solid #017a6e ; padding-top: 10px; } .icon-share{ height: 40px; width: 40px; border-radius: 50%; float: left; text-align: center; margin-left: 10px; background:#017a6e; color: white; padding-top:7px; } .icon-share:hover{ background: white; border: 2px solid #017a6e; color: #017a6e; } .breadcrumb-item::before{ color:#ffc107!important; } .custom-scroll{ height: 500px; overflow: auto; margin-top: 5px; margin-bottom: 5px; } .custom-scroll::-webkit-scrollbar{ width: 10px; } .custom-scroll::-webkit-scrollbar-track{ border-radius: 10px; box-shadow: inset 0 0 5px grey;; } .custom-scroll::-webkit-scrollbar-thumb { background: #017a6e; border-radius: 10px; } .custom-scroll::-webkit-scrollbar-thumb:hover { background: #035850; } .kalender{ border-bottom: 1px dashed #017a6e; padding-top: 5px; padding-bottom: 5px; color: rgb(177, 182, 182); } .abc{ text-decoration: none; } .abc:hover{ text-decoration: none; } .kalender:hover{ color: #017a6e; cursor: pointer; transition: color .5s; } .kalender .tanggal{ font-size: 10pt; color: black; } /* Agenda */ .judul-agenda{ color: #017a6e; border-bottom: 2px solid #f39c11; } .waktu-agenda{ border-bottom: 1px solid #bec4c2; } .ket-agenda{ height: 200px; } .ket-agenda .ket{ font-weight: 600; } @media (max-width: 768px) { .nav-home{ display: block; float: left; padding-top: 3px; margin-top: 10px; margin-bottom: 10px; color: rgba(255,255,255,0.8); } .navbar-toggle { display: block; cursor: pointer; color: rgba(255,255,255,0.8); font-size: 18px; margin-top: 10px; margin-bottom: 10px; float: right; } .responsive{ display: none; } .nav-bar{ float: left; margin-left: -45px; margin-top: 40px; } .nav-bar>li{ display: block; margin-top: 15px; } .cp{ padding: 0px; } .social-icons li.title { display:block; margin-right:0; font-weight:600 } .center-head{ text-align: center; } #slider-tools-1 .owl-next, #slider-tools-2 .owl-next, #slider-tools-3 .owl-next{ right: 0; } #slider-tools-1 .owl-prev, #slider-tools-2 .owl-prev, #slider-tools-3 .owl-prev{ left: 0; } .image-card-alumni{ display: none; } .img-berita{ width: 300px; } .right-row{ border-right: none; } }
0.393735
0.089574
.tab_con{ display:none; padding:0 10px;} .tab_con .con_ul{ border-bottom:1px solid #e6e6e6;} .tab_con .con_ul li{ border-top:1px solid #e6e6e6; float:left; min-height:70px; padding-top:10px;padding-bottom:10px; position:relative; width:100%;} .tab_con .con_ul li dt{ border:1px solid #e0e0e0; border-radius:50%; height:51px; padding:3px; width:51px;} .fl{ float:left;} .tab_con .con_ul li dt a{ display:block; height:51px; width:51px; overflow:hidden;} .tab_con .con_ul li dt a img{ border:0 none; height:auto; max-width:100%; vertical-align:top;} .tab_con .con_ul li dd{ margin:0 70px;} .tab_con .con_ul li dd h3{ font-size:14px; font-weight:bold; line-height:28px;} .tab_con .con_ul li dd h3 a{ color:#444444;} .tab_con .con_ul li dd p{ color:#666; font-size:13px; line-height:22px;} .tab_con .list_dow{ background-color:white; font-size:13px; height:30px; line-height:30px; padding:0 14px 0 14px; right:8px; top:22px; border: 0.5px solid #f56400;border-radius: 3px; font-weight: none !important;color: #f56400;float: left;margin-left: 13px;text-align: center;width: 90px;} .abso{ position:absolute;} .tab_con .con_ul li dd h3.iphone{ color:#068afb; font-size:14px; font-weight:normal; line-height:28px;} .tab_con .con_ul li dd p.iphone{ color:#666; font-size:12px; line-height:22px;} .stare p span.stare_co{ color:#F56400; font-size:14px; } .text p { padding: 2px 10px 0px; line-height: 24px; font-size: 13px; } .text p.c3 { color: rgb(51, 51, 51); } .text p b { color: rgb(51, 51, 51); } .text p span { color: #444444; } .stare .srare_we, .srare_we{ font-size: 14px; color: #444444; font-weight: bold; margin-top: 8px; display: inline-block; } .ser-attention{background:#F98715; display: inline-block; height: 6px; margin-right: 5px; vertical-align: middle; width: 7px;position: relative; top: -2px;} .nchanp_choice{ float:right; width:820px;} .choice_o{ float:left; width:100%; } .choice_o p select{height:25px;width:114px; margin-left:8px; border:1px solid #e1e1e1;font-family:微软雅黑;} .choice_o ul li{ float:none; line-height:25px;margin-top: 20px;margin-bottom: -5px; width: 200px;} .choice_o ul li a, .pj_t ul li a{ color:#484d56; display: block; text-align: center;} .choice_o ul{ float:left; position:relative; margin-left: 10px;} .cho_r{ margin-right:17px;} .choice_o span{ float:left; font-size:20px; position:relative; top:10px; color:#444444; } .cho_btn{ float:right; background:#95bc21; color:white; padding:10px 80px; border-radius:5px; margin-right:10px;} .cp_img{ margin:5px 6px; float:left;} .cp_imgbox{ width:200px; float:left; border-bottom:1px dashed #e1e1df;} .cp_imgbox a{ float:left; line-height:25px; width:130px;} .fwtd ul li{ float:left; padding:10px 15px; width:130px;} .fwtd ul li img{ margin:0 0 0 18px;} .logo_zy{ background:#e74c3c; color: white; padding:3px 5px; float:left; border-radius:3px; position:relative; top:10px; margin-left:40px;} .logo_yh{ background:#e74c3c; color: white; padding:3px 5px; border-radius:3px; position:relative;font-size:12px;} .choice_o ul li a{border:1px solid #e1e1e1;} .choice_o ul li a.cho_hover{ background:#F98715; color:white; width: 200px; border:none;} */ .dljz_npbtwo td table.dljz_none td{ padding:0;} .wdzh_box{ width:98%; margin:0 auto; background:white; border:1px solid #D0D0D0; border-radius:4px; padding:5px;} .wdzh_box span{ color:#F98715; font-size:18px; font-weight:bold; margin-right:5px;} .wdzh_box p{ font-size:14px; margin:10px 0;} .wdzh_boxtwo{ width:100%;} .wdzh_boxtwo p{ font-size:14px;} .wdzh_boxtwo td{ padding:5px 8px; border-bottom:1px dashed rgb(221, 221, 221);} .wdzh_boxtwo span{color: #d92a00; font-size: 18px;} .wdzh_bottombtn{ width:100%; border-top:1px solid rgb(221, 221, 221); height:40px; background:white;} .wdzh_btnn{ padding: 5px; text-align: center;} .wdzh_bottombtn button{-moz-appearance: none; -moz-user-select: none; background:#F56400; border: medium none; border-radius: 3px; color: white; display: block; font-size: 1em; font-weight: normal; line-height: 1; padding: 1em; text-align: center; width: 100%;}
src/assets/css/zhuce.css
.tab_con{ display:none; padding:0 10px;} .tab_con .con_ul{ border-bottom:1px solid #e6e6e6;} .tab_con .con_ul li{ border-top:1px solid #e6e6e6; float:left; min-height:70px; padding-top:10px;padding-bottom:10px; position:relative; width:100%;} .tab_con .con_ul li dt{ border:1px solid #e0e0e0; border-radius:50%; height:51px; padding:3px; width:51px;} .fl{ float:left;} .tab_con .con_ul li dt a{ display:block; height:51px; width:51px; overflow:hidden;} .tab_con .con_ul li dt a img{ border:0 none; height:auto; max-width:100%; vertical-align:top;} .tab_con .con_ul li dd{ margin:0 70px;} .tab_con .con_ul li dd h3{ font-size:14px; font-weight:bold; line-height:28px;} .tab_con .con_ul li dd h3 a{ color:#444444;} .tab_con .con_ul li dd p{ color:#666; font-size:13px; line-height:22px;} .tab_con .list_dow{ background-color:white; font-size:13px; height:30px; line-height:30px; padding:0 14px 0 14px; right:8px; top:22px; border: 0.5px solid #f56400;border-radius: 3px; font-weight: none !important;color: #f56400;float: left;margin-left: 13px;text-align: center;width: 90px;} .abso{ position:absolute;} .tab_con .con_ul li dd h3.iphone{ color:#068afb; font-size:14px; font-weight:normal; line-height:28px;} .tab_con .con_ul li dd p.iphone{ color:#666; font-size:12px; line-height:22px;} .stare p span.stare_co{ color:#F56400; font-size:14px; } .text p { padding: 2px 10px 0px; line-height: 24px; font-size: 13px; } .text p.c3 { color: rgb(51, 51, 51); } .text p b { color: rgb(51, 51, 51); } .text p span { color: #444444; } .stare .srare_we, .srare_we{ font-size: 14px; color: #444444; font-weight: bold; margin-top: 8px; display: inline-block; } .ser-attention{background:#F98715; display: inline-block; height: 6px; margin-right: 5px; vertical-align: middle; width: 7px;position: relative; top: -2px;} .nchanp_choice{ float:right; width:820px;} .choice_o{ float:left; width:100%; } .choice_o p select{height:25px;width:114px; margin-left:8px; border:1px solid #e1e1e1;font-family:微软雅黑;} .choice_o ul li{ float:none; line-height:25px;margin-top: 20px;margin-bottom: -5px; width: 200px;} .choice_o ul li a, .pj_t ul li a{ color:#484d56; display: block; text-align: center;} .choice_o ul{ float:left; position:relative; margin-left: 10px;} .cho_r{ margin-right:17px;} .choice_o span{ float:left; font-size:20px; position:relative; top:10px; color:#444444; } .cho_btn{ float:right; background:#95bc21; color:white; padding:10px 80px; border-radius:5px; margin-right:10px;} .cp_img{ margin:5px 6px; float:left;} .cp_imgbox{ width:200px; float:left; border-bottom:1px dashed #e1e1df;} .cp_imgbox a{ float:left; line-height:25px; width:130px;} .fwtd ul li{ float:left; padding:10px 15px; width:130px;} .fwtd ul li img{ margin:0 0 0 18px;} .logo_zy{ background:#e74c3c; color: white; padding:3px 5px; float:left; border-radius:3px; position:relative; top:10px; margin-left:40px;} .logo_yh{ background:#e74c3c; color: white; padding:3px 5px; border-radius:3px; position:relative;font-size:12px;} .choice_o ul li a{border:1px solid #e1e1e1;} .choice_o ul li a.cho_hover{ background:#F98715; color:white; width: 200px; border:none;} */ .dljz_npbtwo td table.dljz_none td{ padding:0;} .wdzh_box{ width:98%; margin:0 auto; background:white; border:1px solid #D0D0D0; border-radius:4px; padding:5px;} .wdzh_box span{ color:#F98715; font-size:18px; font-weight:bold; margin-right:5px;} .wdzh_box p{ font-size:14px; margin:10px 0;} .wdzh_boxtwo{ width:100%;} .wdzh_boxtwo p{ font-size:14px;} .wdzh_boxtwo td{ padding:5px 8px; border-bottom:1px dashed rgb(221, 221, 221);} .wdzh_boxtwo span{color: #d92a00; font-size: 18px;} .wdzh_bottombtn{ width:100%; border-top:1px solid rgb(221, 221, 221); height:40px; background:white;} .wdzh_btnn{ padding: 5px; text-align: center;} .wdzh_bottombtn button{-moz-appearance: none; -moz-user-select: none; background:#F56400; border: medium none; border-radius: 3px; color: white; display: block; font-size: 1em; font-weight: normal; line-height: 1; padding: 1em; text-align: center; width: 100%;}
0.430866
0.200225
.list { width: calc(100% + 3rem); margin: 0.25rem -1.5rem 0; padding: 0.75rem 0 0; background: var(--color-dark); box-shadow: inset 0 -3px 6px rgb(var(--color-black-rgb) / 30%), inset 0 3px 6px rgb(var(--color-black-rgb) / 30%); list-style: none; overflow-y: scroll; scrollbar-width: none; } .list::-webkit-scrollbar { display: none; } .card { box-sizing: border-box; width: 100%; border-radius: 0.75rem 0.75rem 0 0; border: 1px solid rgb(var(--color-white-rgb) / 10%); box-shadow: 0 -1px 2px 0 rgb(var(--color-black-rgb) / 30%); --notification-size: 0.625rem; } .card:not(:first-child) { margin-top: -1rem; } .card:nth-child(2n + 1) { background-color: var(--color-medium); --card-color-secondary: var(--color-dark); --card-color-tertiary: var(--color-lighter); } .card:nth-child(2n) { background-color: var(--color-lighter); --card-color-secondary: var(--color-medium); --card-color-tertiary: #637ba3; } .expand { display: inline-flex; width: 100%; height: 3.25rem; padding: calc(11rem / 16) 0 0; background: url('../../components/images/chevron-down.svg') no-repeat right 1rem top 0.75rem/0.75rem; border: none; cursor: pointer; } .downloadPrompt { composes: expand; position: relative; } .downloadPrompt::after { content: ''; position: absolute; width: var(--notification-size); height: var(--notification-size); border-radius: 50%; top: calc(11rem / 16); right: 2.25rem; background: var(--color-orange); border: 1px solid rgb(var(--color-black-rgb) / 15%); } .card:last-child .expand { height: 2.25rem; } .card:last-child { border-bottom: none; box-shadow: 0 -1px 2px rgb(var(--color-black-rgb) / 30%), inset 0 -3px 6px rgb(var(--color-black-rgb) / 30%); } .cardText { composes: smallText from '../../components/Typography/Typography.module.css'; color: var(--color-grey-light); } .collapsedCard { composes: cardText; display: flex; align-items: flex-start; margin: 0; padding-left: 1.5rem; text-align: start; width: 85%; } .ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .collapsedName { composes: ellipsis; width: 35%; margin: 0; } .collapsedValue { composes: ellipsis; width: 60%; margin: 0; padding-left: 1.5rem; } .expanded { position: relative; padding: 1rem 2.5rem 2rem 1.5rem; } .buttons { position: absolute; top: 0; right: 0.5rem; display: flex; flex-direction: column; align-items: center; --button-size: 1.75rem; --icon-size: 0.75rem; } .button { composes: buttonIcon from '../../components/Button/Button.module.css'; width: var(--button-size); height: var(--button-size); background-size: var(--icon-size); } .collapse { composes: button; background-image: url('../../components/images/chevron-up.svg'); } .download { composes: button; background-image: url('../../components/images/backup.svg'); } .presentation { composes: button; background-image: url('../../components/images/share.svg'); } .downloadPromptExpanded { composes: download; position: relative; background-color: var(--card-color-secondary); border-radius: 50%; } .downloadPromptExpanded::after { content: ''; position: absolute; width: var(--notification-size); height: var(--notification-size); border-radius: 50%; top: -0.125rem; left: -0.125rem; background: var(--color-orange); border: 1px solid rgb(var(--color-black-rgb) / 15%); } .remove { composes: button; background-image: url('../../components/images/trash-bin.svg'); } .details { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1.875rem; justify-items: start; text-align: start; word-break: break-word; margin: 0; } .detail { width: 100%; } .detailName { composes: smallText from '../../components/Typography/Typography.module.css'; font-size: 0.625rem; } .detailValue { composes: cardText; margin: 0; } .fullWidthDetail { composes: detail; grid-column: span 2; } .technical { composes: balanceText from '../../components/Typography/Typography.module.css'; font-size: 0.625rem; position: relative; overflow: hidden; text-align: start; margin: 0.75rem 0; } .technical::after { content: ''; box-sizing: border-box; border-top: 1px solid var(--card-color-secondary); border-bottom: 1px solid var(--card-color-tertiary); border-left: none; border-right: none; display: inline-block; position: absolute; width: 100%; bottom: 2px; margin-left: 0.25rem; }
src/components/Card/Card.module.css
.list { width: calc(100% + 3rem); margin: 0.25rem -1.5rem 0; padding: 0.75rem 0 0; background: var(--color-dark); box-shadow: inset 0 -3px 6px rgb(var(--color-black-rgb) / 30%), inset 0 3px 6px rgb(var(--color-black-rgb) / 30%); list-style: none; overflow-y: scroll; scrollbar-width: none; } .list::-webkit-scrollbar { display: none; } .card { box-sizing: border-box; width: 100%; border-radius: 0.75rem 0.75rem 0 0; border: 1px solid rgb(var(--color-white-rgb) / 10%); box-shadow: 0 -1px 2px 0 rgb(var(--color-black-rgb) / 30%); --notification-size: 0.625rem; } .card:not(:first-child) { margin-top: -1rem; } .card:nth-child(2n + 1) { background-color: var(--color-medium); --card-color-secondary: var(--color-dark); --card-color-tertiary: var(--color-lighter); } .card:nth-child(2n) { background-color: var(--color-lighter); --card-color-secondary: var(--color-medium); --card-color-tertiary: #637ba3; } .expand { display: inline-flex; width: 100%; height: 3.25rem; padding: calc(11rem / 16) 0 0; background: url('../../components/images/chevron-down.svg') no-repeat right 1rem top 0.75rem/0.75rem; border: none; cursor: pointer; } .downloadPrompt { composes: expand; position: relative; } .downloadPrompt::after { content: ''; position: absolute; width: var(--notification-size); height: var(--notification-size); border-radius: 50%; top: calc(11rem / 16); right: 2.25rem; background: var(--color-orange); border: 1px solid rgb(var(--color-black-rgb) / 15%); } .card:last-child .expand { height: 2.25rem; } .card:last-child { border-bottom: none; box-shadow: 0 -1px 2px rgb(var(--color-black-rgb) / 30%), inset 0 -3px 6px rgb(var(--color-black-rgb) / 30%); } .cardText { composes: smallText from '../../components/Typography/Typography.module.css'; color: var(--color-grey-light); } .collapsedCard { composes: cardText; display: flex; align-items: flex-start; margin: 0; padding-left: 1.5rem; text-align: start; width: 85%; } .ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .collapsedName { composes: ellipsis; width: 35%; margin: 0; } .collapsedValue { composes: ellipsis; width: 60%; margin: 0; padding-left: 1.5rem; } .expanded { position: relative; padding: 1rem 2.5rem 2rem 1.5rem; } .buttons { position: absolute; top: 0; right: 0.5rem; display: flex; flex-direction: column; align-items: center; --button-size: 1.75rem; --icon-size: 0.75rem; } .button { composes: buttonIcon from '../../components/Button/Button.module.css'; width: var(--button-size); height: var(--button-size); background-size: var(--icon-size); } .collapse { composes: button; background-image: url('../../components/images/chevron-up.svg'); } .download { composes: button; background-image: url('../../components/images/backup.svg'); } .presentation { composes: button; background-image: url('../../components/images/share.svg'); } .downloadPromptExpanded { composes: download; position: relative; background-color: var(--card-color-secondary); border-radius: 50%; } .downloadPromptExpanded::after { content: ''; position: absolute; width: var(--notification-size); height: var(--notification-size); border-radius: 50%; top: -0.125rem; left: -0.125rem; background: var(--color-orange); border: 1px solid rgb(var(--color-black-rgb) / 15%); } .remove { composes: button; background-image: url('../../components/images/trash-bin.svg'); } .details { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1.875rem; justify-items: start; text-align: start; word-break: break-word; margin: 0; } .detail { width: 100%; } .detailName { composes: smallText from '../../components/Typography/Typography.module.css'; font-size: 0.625rem; } .detailValue { composes: cardText; margin: 0; } .fullWidthDetail { composes: detail; grid-column: span 2; } .technical { composes: balanceText from '../../components/Typography/Typography.module.css'; font-size: 0.625rem; position: relative; overflow: hidden; text-align: start; margin: 0.75rem 0; } .technical::after { content: ''; box-sizing: border-box; border-top: 1px solid var(--card-color-secondary); border-bottom: 1px solid var(--card-color-tertiary); border-left: none; border-right: none; display: inline-block; position: absolute; width: 100%; bottom: 2px; margin-left: 0.25rem; }
0.493409
0.088426
body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, table, td, th, ul { margin: 0; padding: 0; } body, table { font-family: Segoe UI, Arial, Sans-Serif; font-size: 12px; color: #000; } i { display: inline-block; } .pos-rt { position: relative; } .hv { cursor: pointer; } .clr:after { display: table; content: " "; clear: both; } .ul-clr li { float: left; list-style-type: none; } .c-hide { display: none; } .wMax { width: 100%; } .hMax { height: 100%; } .orange { background: #dc9305 !important; } .cntr { width: 100%; margin: 0 auto; } .whMax { width: 100%; height: 100%; } .icon-line { width: 1px; height: 10px; border-left: 1px solid #d6d6d6; } .icon-separate { width: 4px; height: 17px; background: url("../images/icon-separate.png") no-repeat; } .icon-preserved { width: 16px; height: 16px; background: url("../images/16_save.gif") no-repeat; } .icon-save { width: 16px; height: 16px; background: url("../images/saveas.gif") no-repeat; } .icon-stoped { width: 16px; height: 16px; background: url("../images/16_unpublish.gif") no-repeat; } .icon-booking { width: 16px; height: 16px; background: url("../images/ico_16_formorder.png") no-repeat; } .icon-securityrole { width: 16px; height: 16px; background: url("../images/AssignRoles_16.png") no-repeat; } .icon-dependency { width: 16px; height: 16px; background: url("../images/show_dependency.png") no-repeat; } .icon-operate { width: 16px; height: 16px; background: url("../images/mnu_actions.gif") no-repeat; } .icon-help { width: 16px; height: 16px; background: url("../images/16_help.gif") no-repeat; } .icon-sm-right-arrow { width: 6px; height: 8px; background: url('../images/sm-right-arrow.png') no-repeat; } .icon-addminus-config { width: 24px; height: 24px; background: url('../images/addminus-config.png') no-repeat; } .icon-plus, .icon-plus.active { width: 21px; height: 21px; background: url('../images/gray-plus.png') no-repeat; } .icon-plus.active { background: url('../images/orange-plus.png') no-repeat; } .icon-locked { width: 9px; height: 12px; background: url('../images/locked.png') no-repeat; } .icon-delete, .icon-delete:hover { width: 12px; height: 12px; background: url('../images/icon-delete.png') no-repeat; } .icon-delete:hover { background: url('../images/icon-delete-active.png') no-repeat; } .icon-arrow-top { width: 38px; height: 12px; background: url('../images/icon-arrow-top.png') no-repeat; } .icon-arrow-down-gray, // .icon-arrow-down-gray-t, .icon-arrow-down-orange, .icon-arrow-down-orange-t { border-top: 12px solid #666; border-left: 19px solid #fff; border-right: 19px solid #fff; border-bottom: 0px; } .icon-arrow-down-orange { border-top-color: #dc9305; } .icon-arrow-down-orange-t { border-color: #fff #dc9305 transparent #dc9305; } .icon-move-up, .icon-move-up.active, .icon-move-down, .icon-down-up.active { width: 30px; height: 30px; } .move-up-btn.active, .move-down-btn.active { cursor: pointer; } .icon-move-up { background: url('../images/disabled_move_up.png') no-repeat; } .icon-move-up.active { background: url('../images/move_up.png') no-repeat; } .icon-move-down { background: url('../images/disabled_move_down.png') no-repeat; } .icon-move-down.active { background: url('../images/move_down.png') no-repeat; } .icon-fold { width: 10px; height: 10px; background: url(../images/10_collapsed.png) no-repeat; } .icon-fold-down { width: 10px; height: 10px; background: url('../images/10_expanded.png') no-repeat; } .main-nav { margin-top: 10px; border-bottom: 1px solid #ccc; padding-left: 52px; position: relative; } .main-nav > ul { padding-left: 6px; padding-bottom: 6px; } .main-nav > ul li { text-align: center; } .main-nav > ul li > div { padding: 0 10px; display: inline-block; border-left: 1px solid #a5acb5; } .main-nav > ul li:first-child > div { border-left: none; } .main-nav > ul li i, .main-nav ul li span { float: left; } .main-nav > ul li i { bottom: 2px; position: relative; } .main-nav > ul li span { line-height: 1; margin-left: 4px; } .main-nav .file { position: absolute; left: 0; bottom: 0; display: inline-block; width: 52px; height: 24px; line-height: 24px; background: #0171c5; color: #fff; text-align: center; } .main-nav .file:hover { text-decoration: none; } .main-nav .help { float: right; } .main-nav li a { color: #000; display: inline-block; } .main-nav li a:hover { background: #d7ebf9; text-decoration: none; } .work-flow-title { margin-top: 10px; } .work-flow-title > h2 { color: #dc9305; } .work-flow { display: none; } .work-flow > div { margin-top: 10px; } .work-flow textarea { height: 82px; } .caret { bottom: -5px !important; } .fold { position: absolute; right: 0; bottom: 0; font-size: 14px; color: #dc9305; } a.fold, a.fold:hover { text-decoration: none; color: #dc9305; } .pcc-tab-wrap { margin-top: 10px; } .pcc-tab li { padding: 0 6px; } .pcc-tab li span { font-size: 14px; } .pcc-tab li span { border: 1px dashed #f00; cursor: pointer; } .pcc-tab li.active span { color: #dc9305; border: 1px solid #f00; } .addminus-config { margin-left: 20px; } .pcc-tbl-wrap { padding-bottom: 56px; } .pcc-tbl { height: 1px; } .pcc-tbl > thead th { font-weight: normal; } .pcc-tbl > thead span { color: #666; margin-top: 1px; } .pcc-tbl > thead .icon-line { margin-top: 5px; margin-right: 6px; } .pcc-tbl tr td { word-wrap: break-word; } .pcc-tbl > thead tr:first-child th { border-top: 1px solid #e5e5ff; border-bottom: 1px solid #e5e5ff; } .pcc-tbl > thead tr.blank-line td { padding-top: 10px; } .pcc-tbl tr th, .pcc-tbl tr td { vertical-align: middle; } .pcc-tbl tr th span, .pcc-tbl tr th i { float: left; } .pcc-tbl tbody.hover { background: #fde6b9; } .pcc-tbl tbody.normal { background: #fff; } .pcc-tbl { border-collapse: collapse; } .pcc-tbl tbody.active { background: #dc9305; border: 1px solid #a5c7fe; } .pcc-tbl tbody.hover .flow-bar { background-color: #fde6b9; } .pcc-tbl tbody td { padding: 2px 5px; } .pcc-tbl .special-field { padding-left: 3px; padding-right: 3px; } .pcc-tbl input, .pcc-tbl select { outline: none; } .pcc-tbl tbody.hover .tbor { border-top: 1px dashed red; } .pcc-tbl tbody.active .tbor { border-top: 1px solid #eb5606; } .pcc-tbl tbody.normal .tbor { border-top: none; } .pcc-tbl tbody.hover .rbor { border-right: 1px dashed red; } .pcc-tbl tbody.normal .rbor { border-right: none; } .pcc-tbl tbody.active .rbor { border-right: 1px solid #eb5606; } .pcc-tbl tbody.hover .bbor { border-bottom: 1px dashed red; } .pcc-tbl tbody.active .bbor { border-bottom: 1px solid #eb5606; } .pcc-tbl tbody.normal .bbor { border-bottom: none; } .pcc-tbl tbody.hover .lbor { border-left: 1px dashed red; } .pcc-tbl tbody.normal .lbor { border-left: none; } .pcc-tbl tbody.active .lbor { border-left: 1px solid #eb5606; } .pcc-tbl .delete-btn, .pcc-tbl .delete-all { cursor: pointer; display: none; } .pcc-tbl tbody.active .delete-all-wrap, .pcc-tbl tbody.hover .delete-all-wrap { background: #fff; } .pcc-tbl tbody.hover .delete-all { display: block; } .pcc-tbl .delete-all { margin-top: 6px; margin-left: 5px; } .pcc-tbl .delete-btn.active { display: block; } .pcc-tbl tbody.active .delete-all { display: inline-block; } .pcc-tbl tbody.hover .delete-all { display: inline-block; } .pcc-tbl .field { padding-left: 14px; position: relative; } .pcc-tbl .special-field.hover { background: #fde6b9; border-top: 1px dashed red; border-bottom: 1px dashed red; border-left: none; border-right: none; } .pcc-tbl .special-field.active { background: #dc9305; } .pcc-tbl .icon-locked { left: 2px; top: 4px; position: absolute; } .add-step-menu > span { display: inline-block; padding: 5px; cursor: pointer; position: absolute; top: 7px; } .add-step-menu .dropdown-menu { position: absolute; top: 19px; left: 52px; } .add-step-menu:hover .dropdown-menu { display: block; } .add-business-menu { left: 19px; width: 210px; } .add-business-menu > ul { max-height: 230px; overflow-y: auto; } .add-business-menu li { list-style-type: none; } .add-business-menu a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap; } .add-business-menu a:hover { color: #333; text-decoration: none; background-color: #e8e8e8; background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8)); background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); background-repeat: repeat-x; } .delete-last-body.disabled, .delete-last-body.disabled:hover { background: #f5f5f5; color: #cfcfcf; } .flow-bar { background: #666; border: 1px solid #fff; } .flow-bar i { float: left; } .flow-bar-wrap .arrow-bottom { background: url('../images/icon-arrow-bottom.png') no-repeat bottom #666; } .pcc-tbl tbody.hover .flow-bar { border: 1px dashed #f00; background: #fde6b9; } .pcc-tbl tbody.hover .icon-arrow-top { background: url('../images/icon-arrow-top-h.png') no-repeat; } .pcc-tbl tbody.active .flow-bar { border: 1px solid #f00; background: #dc9305; } .pcc-tbl tbody.active .arrow-bottom { background: url('../images/icon-arrow-bottom-a.png') no-repeat bottom #dc9305; } .pcc-tbl tbody.active .icon-arrow-top { background: url('../images/icon-arrow-top-a.png') no-repeat; } .pcc-tbl .input-box { width: 166px; height: 24px; line-height: 1; } .pcc-tbl .input-box > span { display: inline-block; padding: 4px 2px; } .pcc-tbl .select-box > span { display: inline-block; width: 120px; padding: 1px; } .pcc-tbl .input-box > input, .pcc-tbl .select-box > select { width: 100%; } .footer { width: 100%; bottom: 0; position: fixed; background: #fff; } .pcc-tbl > tbody tr:first-child td { } .status-bar { height: 20px; padding-left: 5px; background: #ececec; } .bussinessWrap { margin-top: 25px; } .stepItems { width: 100%; } .stepItems tr:hover td { background: #fde6b9; } .step-item .stepItems tr > td > .delstepBtn { display: none; } .step-item .stepItems tr:hover > td > .delstepBtn { position: absolute; right: 5px; height: 26px; margin-top: -13px; top: 50%; cursor: pointer; display: block; } .stepItems tr.active td { background: #fde6b9; } .stepItems td { height: 36px; padding: 2px 0; position: relative; vertical-align: middle; } .stepItems tr.step-item > td:first-child { background: #666; } .stepItems tr.step-item > td:first-child:after { content: ''; display: block; width: 38px; height: 12px; top: 0; left: 0; position: absolute; background: url('/content/images/icon-arrow-top.png') no-repeat bottom #666; } .stepItems tr.step-item:first-child > td:first-child { background: url(/content/images/icon-arrow-bottom.png) no-repeat bottom #666; } .stepItems tr.step-item:first-child > td:first-child:after { display: none; } .stepItems tr.step-item > td:first-child { background: url(/content/images/icon-arrow-bottom.png) no-repeat bottom #666; } .stepItems tr.step-item.active > td:first-child { background: none; background-color: #fde6b9; } .stepItems tr.step-item.active > td:first-child:after { display: none; } .stepItems tr.step-item:hover > td:first-child { background: none; background-color: #fde6b9; } .stepItems tr.step-item:hover > td:first-child:after { display: none; } tr.step-item span { padding: 0 5px; } tr.step-item > td.pos-rt > .delstepBtn { display: none; } tr.step-item:hover > td.pos-rt > .delstepBtn { position: absolute; right: -3px; height: 26px; font-size: 18px; top: -15px; cursor: pointer; display: block; } .placeRemover { background: #fde6b9; color: #333; text-align: center; padding: 5px 0; cursor: pointer; }
Presentation/Xms.Web/wwwroot/content/customize/css/businessworkflow.css
body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, table, td, th, ul { margin: 0; padding: 0; } body, table { font-family: Segoe UI, Arial, Sans-Serif; font-size: 12px; color: #000; } i { display: inline-block; } .pos-rt { position: relative; } .hv { cursor: pointer; } .clr:after { display: table; content: " "; clear: both; } .ul-clr li { float: left; list-style-type: none; } .c-hide { display: none; } .wMax { width: 100%; } .hMax { height: 100%; } .orange { background: #dc9305 !important; } .cntr { width: 100%; margin: 0 auto; } .whMax { width: 100%; height: 100%; } .icon-line { width: 1px; height: 10px; border-left: 1px solid #d6d6d6; } .icon-separate { width: 4px; height: 17px; background: url("../images/icon-separate.png") no-repeat; } .icon-preserved { width: 16px; height: 16px; background: url("../images/16_save.gif") no-repeat; } .icon-save { width: 16px; height: 16px; background: url("../images/saveas.gif") no-repeat; } .icon-stoped { width: 16px; height: 16px; background: url("../images/16_unpublish.gif") no-repeat; } .icon-booking { width: 16px; height: 16px; background: url("../images/ico_16_formorder.png") no-repeat; } .icon-securityrole { width: 16px; height: 16px; background: url("../images/AssignRoles_16.png") no-repeat; } .icon-dependency { width: 16px; height: 16px; background: url("../images/show_dependency.png") no-repeat; } .icon-operate { width: 16px; height: 16px; background: url("../images/mnu_actions.gif") no-repeat; } .icon-help { width: 16px; height: 16px; background: url("../images/16_help.gif") no-repeat; } .icon-sm-right-arrow { width: 6px; height: 8px; background: url('../images/sm-right-arrow.png') no-repeat; } .icon-addminus-config { width: 24px; height: 24px; background: url('../images/addminus-config.png') no-repeat; } .icon-plus, .icon-plus.active { width: 21px; height: 21px; background: url('../images/gray-plus.png') no-repeat; } .icon-plus.active { background: url('../images/orange-plus.png') no-repeat; } .icon-locked { width: 9px; height: 12px; background: url('../images/locked.png') no-repeat; } .icon-delete, .icon-delete:hover { width: 12px; height: 12px; background: url('../images/icon-delete.png') no-repeat; } .icon-delete:hover { background: url('../images/icon-delete-active.png') no-repeat; } .icon-arrow-top { width: 38px; height: 12px; background: url('../images/icon-arrow-top.png') no-repeat; } .icon-arrow-down-gray, // .icon-arrow-down-gray-t, .icon-arrow-down-orange, .icon-arrow-down-orange-t { border-top: 12px solid #666; border-left: 19px solid #fff; border-right: 19px solid #fff; border-bottom: 0px; } .icon-arrow-down-orange { border-top-color: #dc9305; } .icon-arrow-down-orange-t { border-color: #fff #dc9305 transparent #dc9305; } .icon-move-up, .icon-move-up.active, .icon-move-down, .icon-down-up.active { width: 30px; height: 30px; } .move-up-btn.active, .move-down-btn.active { cursor: pointer; } .icon-move-up { background: url('../images/disabled_move_up.png') no-repeat; } .icon-move-up.active { background: url('../images/move_up.png') no-repeat; } .icon-move-down { background: url('../images/disabled_move_down.png') no-repeat; } .icon-move-down.active { background: url('../images/move_down.png') no-repeat; } .icon-fold { width: 10px; height: 10px; background: url(../images/10_collapsed.png) no-repeat; } .icon-fold-down { width: 10px; height: 10px; background: url('../images/10_expanded.png') no-repeat; } .main-nav { margin-top: 10px; border-bottom: 1px solid #ccc; padding-left: 52px; position: relative; } .main-nav > ul { padding-left: 6px; padding-bottom: 6px; } .main-nav > ul li { text-align: center; } .main-nav > ul li > div { padding: 0 10px; display: inline-block; border-left: 1px solid #a5acb5; } .main-nav > ul li:first-child > div { border-left: none; } .main-nav > ul li i, .main-nav ul li span { float: left; } .main-nav > ul li i { bottom: 2px; position: relative; } .main-nav > ul li span { line-height: 1; margin-left: 4px; } .main-nav .file { position: absolute; left: 0; bottom: 0; display: inline-block; width: 52px; height: 24px; line-height: 24px; background: #0171c5; color: #fff; text-align: center; } .main-nav .file:hover { text-decoration: none; } .main-nav .help { float: right; } .main-nav li a { color: #000; display: inline-block; } .main-nav li a:hover { background: #d7ebf9; text-decoration: none; } .work-flow-title { margin-top: 10px; } .work-flow-title > h2 { color: #dc9305; } .work-flow { display: none; } .work-flow > div { margin-top: 10px; } .work-flow textarea { height: 82px; } .caret { bottom: -5px !important; } .fold { position: absolute; right: 0; bottom: 0; font-size: 14px; color: #dc9305; } a.fold, a.fold:hover { text-decoration: none; color: #dc9305; } .pcc-tab-wrap { margin-top: 10px; } .pcc-tab li { padding: 0 6px; } .pcc-tab li span { font-size: 14px; } .pcc-tab li span { border: 1px dashed #f00; cursor: pointer; } .pcc-tab li.active span { color: #dc9305; border: 1px solid #f00; } .addminus-config { margin-left: 20px; } .pcc-tbl-wrap { padding-bottom: 56px; } .pcc-tbl { height: 1px; } .pcc-tbl > thead th { font-weight: normal; } .pcc-tbl > thead span { color: #666; margin-top: 1px; } .pcc-tbl > thead .icon-line { margin-top: 5px; margin-right: 6px; } .pcc-tbl tr td { word-wrap: break-word; } .pcc-tbl > thead tr:first-child th { border-top: 1px solid #e5e5ff; border-bottom: 1px solid #e5e5ff; } .pcc-tbl > thead tr.blank-line td { padding-top: 10px; } .pcc-tbl tr th, .pcc-tbl tr td { vertical-align: middle; } .pcc-tbl tr th span, .pcc-tbl tr th i { float: left; } .pcc-tbl tbody.hover { background: #fde6b9; } .pcc-tbl tbody.normal { background: #fff; } .pcc-tbl { border-collapse: collapse; } .pcc-tbl tbody.active { background: #dc9305; border: 1px solid #a5c7fe; } .pcc-tbl tbody.hover .flow-bar { background-color: #fde6b9; } .pcc-tbl tbody td { padding: 2px 5px; } .pcc-tbl .special-field { padding-left: 3px; padding-right: 3px; } .pcc-tbl input, .pcc-tbl select { outline: none; } .pcc-tbl tbody.hover .tbor { border-top: 1px dashed red; } .pcc-tbl tbody.active .tbor { border-top: 1px solid #eb5606; } .pcc-tbl tbody.normal .tbor { border-top: none; } .pcc-tbl tbody.hover .rbor { border-right: 1px dashed red; } .pcc-tbl tbody.normal .rbor { border-right: none; } .pcc-tbl tbody.active .rbor { border-right: 1px solid #eb5606; } .pcc-tbl tbody.hover .bbor { border-bottom: 1px dashed red; } .pcc-tbl tbody.active .bbor { border-bottom: 1px solid #eb5606; } .pcc-tbl tbody.normal .bbor { border-bottom: none; } .pcc-tbl tbody.hover .lbor { border-left: 1px dashed red; } .pcc-tbl tbody.normal .lbor { border-left: none; } .pcc-tbl tbody.active .lbor { border-left: 1px solid #eb5606; } .pcc-tbl .delete-btn, .pcc-tbl .delete-all { cursor: pointer; display: none; } .pcc-tbl tbody.active .delete-all-wrap, .pcc-tbl tbody.hover .delete-all-wrap { background: #fff; } .pcc-tbl tbody.hover .delete-all { display: block; } .pcc-tbl .delete-all { margin-top: 6px; margin-left: 5px; } .pcc-tbl .delete-btn.active { display: block; } .pcc-tbl tbody.active .delete-all { display: inline-block; } .pcc-tbl tbody.hover .delete-all { display: inline-block; } .pcc-tbl .field { padding-left: 14px; position: relative; } .pcc-tbl .special-field.hover { background: #fde6b9; border-top: 1px dashed red; border-bottom: 1px dashed red; border-left: none; border-right: none; } .pcc-tbl .special-field.active { background: #dc9305; } .pcc-tbl .icon-locked { left: 2px; top: 4px; position: absolute; } .add-step-menu > span { display: inline-block; padding: 5px; cursor: pointer; position: absolute; top: 7px; } .add-step-menu .dropdown-menu { position: absolute; top: 19px; left: 52px; } .add-step-menu:hover .dropdown-menu { display: block; } .add-business-menu { left: 19px; width: 210px; } .add-business-menu > ul { max-height: 230px; overflow-y: auto; } .add-business-menu li { list-style-type: none; } .add-business-menu a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap; } .add-business-menu a:hover { color: #333; text-decoration: none; background-color: #e8e8e8; background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8)); background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); background-repeat: repeat-x; } .delete-last-body.disabled, .delete-last-body.disabled:hover { background: #f5f5f5; color: #cfcfcf; } .flow-bar { background: #666; border: 1px solid #fff; } .flow-bar i { float: left; } .flow-bar-wrap .arrow-bottom { background: url('../images/icon-arrow-bottom.png') no-repeat bottom #666; } .pcc-tbl tbody.hover .flow-bar { border: 1px dashed #f00; background: #fde6b9; } .pcc-tbl tbody.hover .icon-arrow-top { background: url('../images/icon-arrow-top-h.png') no-repeat; } .pcc-tbl tbody.active .flow-bar { border: 1px solid #f00; background: #dc9305; } .pcc-tbl tbody.active .arrow-bottom { background: url('../images/icon-arrow-bottom-a.png') no-repeat bottom #dc9305; } .pcc-tbl tbody.active .icon-arrow-top { background: url('../images/icon-arrow-top-a.png') no-repeat; } .pcc-tbl .input-box { width: 166px; height: 24px; line-height: 1; } .pcc-tbl .input-box > span { display: inline-block; padding: 4px 2px; } .pcc-tbl .select-box > span { display: inline-block; width: 120px; padding: 1px; } .pcc-tbl .input-box > input, .pcc-tbl .select-box > select { width: 100%; } .footer { width: 100%; bottom: 0; position: fixed; background: #fff; } .pcc-tbl > tbody tr:first-child td { } .status-bar { height: 20px; padding-left: 5px; background: #ececec; } .bussinessWrap { margin-top: 25px; } .stepItems { width: 100%; } .stepItems tr:hover td { background: #fde6b9; } .step-item .stepItems tr > td > .delstepBtn { display: none; } .step-item .stepItems tr:hover > td > .delstepBtn { position: absolute; right: 5px; height: 26px; margin-top: -13px; top: 50%; cursor: pointer; display: block; } .stepItems tr.active td { background: #fde6b9; } .stepItems td { height: 36px; padding: 2px 0; position: relative; vertical-align: middle; } .stepItems tr.step-item > td:first-child { background: #666; } .stepItems tr.step-item > td:first-child:after { content: ''; display: block; width: 38px; height: 12px; top: 0; left: 0; position: absolute; background: url('/content/images/icon-arrow-top.png') no-repeat bottom #666; } .stepItems tr.step-item:first-child > td:first-child { background: url(/content/images/icon-arrow-bottom.png) no-repeat bottom #666; } .stepItems tr.step-item:first-child > td:first-child:after { display: none; } .stepItems tr.step-item > td:first-child { background: url(/content/images/icon-arrow-bottom.png) no-repeat bottom #666; } .stepItems tr.step-item.active > td:first-child { background: none; background-color: #fde6b9; } .stepItems tr.step-item.active > td:first-child:after { display: none; } .stepItems tr.step-item:hover > td:first-child { background: none; background-color: #fde6b9; } .stepItems tr.step-item:hover > td:first-child:after { display: none; } tr.step-item span { padding: 0 5px; } tr.step-item > td.pos-rt > .delstepBtn { display: none; } tr.step-item:hover > td.pos-rt > .delstepBtn { position: absolute; right: -3px; height: 26px; font-size: 18px; top: -15px; cursor: pointer; display: block; } .placeRemover { background: #fde6b9; color: #333; text-align: center; padding: 5px 0; cursor: pointer; }
0.409693
0.085213
.message-box { max-width: 400px; min-width: 210px; } .message-box .message-box-icon { position: absolute; display: block; float: left; width: 32px; height: 32px; padding: 0; margin: 10px; background-image: url('../images/icons.png'); } .message-box .message-box-icon-none { display: none; } .message-box .message-box-icon-info { background-position: -16px -736px; } .message-box .message-box-icon-warning { background-position: -16px -800px; } .message-box .message-box-icon-error { background-position: -16px -768px; } .message-box .message-box-icon-question { background-position: -16px -832px; } .message-box .message-box-text-container { margin-left: 52px; max-width: 80%; } .message-box .message-box-text { display: inline-block; margin: 1em 0; } .insert-cells-dialog .horizontalseparator, .group-dialog .horizontalseparator, .ungroup-dialog .horizontalseparator, .delete-cells-dialog .horizontalseparator { direction: ltr; height: 1px; background: #d3d3d3; display: inline-block; margin-bottom: 5px; width: 150px; } .standard-height-dialog #standard-height-editor { width: 120px; } .standard-width-dialog #standard-width-editor { width: 110px; } .find-dialog { width: 481px; } .find-dialog .gcui-grid-freezing-handle-v, .find-dialog .gcui-grid-freezing-handle-h { visibility: hidden; display: none; } .find-dialog .gcui-superpanel-statecontainer { z-index: 5; } .find-dialog .findwhat-input { width: 83%; margin-bottom: 10px; } .find-dialog .column1 { width: 14%; } .find-dialog .column2 { width: 30%; } .find-dialog .column3 { width: 5%; } .find-dialog .column4 { width: 28%; } .find-dialog .column5 { vertical-align: bottom; } .find-dialog .select { width: 100%; } .find-dialog .row-hidden { display: none; } .find-dialog .column-hidden { visibility: hidden; } .find-dialog .findall-grid-container { display: none; visibility: hidden; } .find-dialog .findall-grid { display: none; visibility: hidden; height: 68px; } .find-dialog .show { display: block; visibility: visible; } .find-dialog .buttons { margin-top: 10px; margin-bottom: 5px; } .find-dialog .findall-description-label { display: none; visibility: hidden; margin-top: 5px; display: block; } .find-dialog .findall-description-label.show { display: block; visibility: visible; } .goto-dialog #goto-list { width: 302px; height: 174px; } .goto-dialog #goto-value { width: 300px; } .name-manager-dialog .gcui-grid-freezing-handle-v, .name-manager-dialog .gcui-grid-freezing-handle-h { visibility: hidden; display: none; } .name-manager-dialog .names-grid-container { margin-top: 10px; width: 608px; overflow: hidden; } .name-manager-dialog .filter-area { display: inline; margin-left: 100px; } .new-name-dialog .can-hidden-area.hidden { display: none; visibility: hidden; } .new-name-dialog .referTo { width: 247px; height: 20px; border: none; } .new-name-dialog #name-input { width: 270px; } .new-name-dialog #comment-input { width: 270px; height: 50px } .tag-dialog .tag-input { width: 260px; height: 40px; margin-right: 8px; } .tag-dialog textarea { resize: none; } .insert-function-dialog .function-category-select, .insert-function-dialog .function-list-select { width: 216px; } .insert-function-dialog .function-name, .insert-function-dialog .function-description { display: block; width: 100%; } .insert-function-dialog .function-description { height: 55px; } .insert-function-dialog .function-name { margin-top: 5px; height: 20px; font-weight: bold; } .insert-function-dialog .formula { width: 380px; } .button-celltype-dialog .color-frame { display: inline-block; width: 157px; margin-left: 10px; } .button-celltype-dialog .float-left { float: left; } .button-celltype-dialog .color-span { display: block; height: 15px; width: 125px; border: 1px solid lightgray; } .button-celltype-dialog .margin-left, .button-celltype-dialog .margin-top, .button-celltype-dialog .margin-right, .button-celltype-dialog .margin-bottom, .button-celltype-dialog .button-text { margin-left: 10px; } .button-celltype-dialog fieldset { margin-top: 5px; border: 1px solid #aaaaaa; } .button-celltype-dialog .first-column { width: 30%; } .checkbox-celltype-dialog fieldset { margin-top: 5px; border: 1px solid #aaaaaa; } .checkbox-celltype-dialog select { width: 162px; } .combobox-celltype-dialog { margin: 5px; } .combobox-celltype-dialog fieldset { height: 200px; width: 190px; border: 1px solid #aaaaaa; margin: 0px; } .combobox-celltype-dialog .items { width: 100%; height: 93%; } .combobox-celltype-dialog .editor-valuetype { width: 132px; } .combobox-celltype-dialog input { width: 128px; } .combobox-celltype-dialog input#combox-editable { width: 15px; } .combobox-celltype-dialog .combox-column1 { width: 105px; display: inline-block; } .hyperLink-celltype-dialog .link-color-frame, .hyperLink-celltype-dialog .visitedlink-color-frame { display: inline-block; width: 158px; } .hyperLink-celltype-dialog .link-color-span, .hyperLink-celltype-dialog .visitedlink-color-span { display: block; height: 16px; width: 125px; border: 1px solid lightgray; } .hyperLink-celltype-dialog fieldset { margin-top: 5px; border: 1px solid #aaaaaa; } .hyperLink-celltype-dialog input { width: 160px; } .header-cells-dialog .hidden { display: none; visibility: hidden; } .header-cells-dialog .visible { visibility: visible; } .header-cells-dialog .columnheader-sheet { width: 720px; height: 250px; margin-bottom: 5px; } .header-cells-dialog .columnheader-porpertygird { width: 700px; height: 60%; } .header-cells-dialog .columnheader-porpertygird .first-column { width: 30%; } .header-cells-dialog .rowheader-sheet { width: 314px; height: 565px; float: left; margin-right: 10px; overflow: hidden; } .header-cells-dialog .rowheader-porpertygird { width: 405px; height: auto; } .header-cells-dialog .rowheader-porpertygird .first-column { width: 46%; } .header-cells-dialog td { border: 1px #ebedef solid; height: 27px; } .header-cells-dialog table { border-collapse: collapse; } .header-cells-dialog .backColor-colorspan, .header-cells-dialog .foreColor-colorspan { display: block; height: 16px; width: 182px; border: 1px solid lightgray; } .header-cells-dialog .borderBottom-borderspan, .header-cells-dialog .borderLeft-borderspan, .header-cells-dialog .borderRight-borderspan, .header-cells-dialog .borderTop-borderspan, .header-cells-dialog .diagonalUp-borderspan, .header-cells-dialog .diagonalDown-borderspan{ display: block; height: 16px; width: 180px; border: 1px solid lightgray; background: transparent; } .header-cells-dialog #rowHeaderTab { padding: 0px; margin-right: 30px; height: 535px; width: 313px; } .header-cells-dialog #columnHeaderTab { padding: 0px; height: 218px; width: 720px; margin-bottom: 30px; margin-right: 30px; } .header-cells-dialog .font-popup { height: 20px; width: 20px; vertical-align: top; } .header-cells-dialog .font-popup .ui-button-text { padding: 0px; } .header-cells-dialog .merge { background-image: url(../images/icons.png); background-position: 0px -1808px; } .header-cells-dialog .unmerge { background-image: url(../images/icons.png); background-position: 0px -3376px; } .header-cells-dialog .insertrows { background-image: url(../images/icons.png); background-position: 0px -1616px; } .header-cells-dialog .addrows { background-image: url(../images/icons.png); background-position: 0px -3760px; } .header-cells-dialog .deleterows { background-image: url(../images/icons.png); background-position: 0px -928px; } .header-cells-dialog .insertcolumns { background-image: url(../images/icons.png); background-position: 0px -1568px; } .header-cells-dialog .addcolumns { background-image: url(../images/icons.png); background-position: 0px -3744px; } .header-cells-dialog .deletecolumns { background-image: url(../images/icons.png); background-position: 0px -912px; } .header-cells-dialog .clear { background-image: url(../images/icons.png); background-position: 0px -608px; } .header-cells-dialog .gcui-ribbon-separator { width: 0px; border-left: 1px solid lightgray; border-right: 0px; float: left; height: 20px; } .header-cells-dialog .columnheader-property-grid-container { height: 305px; overflow-y: scroll; width: 725px; } .header-cells-dialog .font { width: 185px; } .header-cells-dialog .formatter, .header-cells-dialog .textIndent, .header-cells-dialog .value, .header-cells-dialog .width, .header-cells-dialog .height { width: 210px; } .header-cells-dialog .hAlign, .header-cells-dialog .vAlign, .header-cells-dialog .value { width: 212px; } .cellValueRuleFormat-dialog .description, .textRuleFormat-dialog .description, .dateOccurringFormat-dialog .description, .duplicateValuesFormat-dialog .description, .top10RuleFormat-dialog .description, .averageRuleFormat-dialog .description { font-weight: bold; display: block; } .newFormattingRule-dialog .databar-description2-container { margin: 10px 0 5px 0; } .newFormattingRule-dialog .description { font-weight: bold; } .newFormattingRule-dialog .format-on-value-description { margin: 5px 0; } .newFormattingRule-dialog .boldFont { font-weight: bold; } .newFormattingRule-dialog .preview-description { font-weight: bold; } .newFormattingRule-dialog .borderContainer-description { display: block; margin-top: 10px; margin-bottom: 2px; } .newFormattingRule-dialog .borderContainer { border: 1px solid #abadb3; padding: 5px; } .newFormattingRule-dialog .borderContainer .formatStyle { margin-bottom: 5px; } .newFormattingRule-dialog table select, .newFormattingRule-dialog table input, .newFormattingRule-dialog .previewOfColor23 { width: 100%; height: 20px; } .newFormattingRule-dialog .format-rule-color-frame { width: 154px; } .newFormattingRule-dialog .format-rule-value { padding-left: 2px; width: 130px; border: none; } .newFormattingRule-dialog .format-rule-value2 { padding-left: 2px; width: 160px; border: none; } .newFormattingRule-dialog table tr td:nth-child(1), .newFormattingRule-dialog table tr td:nth-child(2), .newFormattingRule-dialog table tr td:nth-child(3) { padding-right: 30px; } .newFormattingRule-dialog table tr td.preview-td { padding: 0; } .newFormattingRule-dialog .color3.hidden { display: none; } .newFormattingRule-dialog .min-color-span, .newFormattingRule-dialog .mid-color-span, .newFormattingRule-dialog .max-color-span, .newFormattingRule-dialog .barcolor1-span, .newFormattingRule-dialog .barcolor2-span { display: block; height: 12px; width: 125px; border: 1px solid lightgray; } .newFormattingRule-dialog .previewContainer-dataBar { border: 1px solid black; width: 100px; display: inline-block; padding: 2px; vertical-align: middle; } .newFormattingRule-dialog .previewOfDatabar { height: 16px; width: 70px; } .newFormattingRule-dialog .inlineBlock { display: inline-block; width: 330px; } .newFormattingRule-dialog .horizontal-icon-set-item { display: inline-block; } .newFormattingRule-dialog .icon-button-container { display: block; white-space: nowrap; width: 100px; } .newFormattingRule-dialog .previewContainer-common { border: 1px solid black; width: 200px; height: 40px; display: inline-block; padding: 2px; } .newFormattingRule-dialog .preview-common { vertical-align: middle; text-align: center; width: 196px; height: 36px; line-height: 36px; margin: 2px; } .newFormattingRule-dialog .formula-input { width: 345px; border: none; padding-left: 2px; } .newFormattingRule-dialog .ruleType { padding: 2px; width: 100%; } .newFormattingRule-dialog .preview { margin-top: 5px; } .newFormattingRule-dialog .barcolor1-frame, .newFormattingRule-dialog .barcolor2-frame { width: 100px; } .newFormattingRule-dialog .barcolor1-span, .newFormattingRule-dialog .barcolor2-span { width: 70px; } .newFormattingRule-dialog .iconset-display-description { margin-top: 15px; } .newFormattingRule-dialog .iconset-title-label { font-weight: bold; } .newFormattingRule-dialog .format-rule-sperator-line { border: none; border-top: 1px solid #d3d3d3; width: 100%; margin: 20px 0 15px 0; } .newFormattingRule-dialog .formatRankedValue .itemCounts { width: 70px; } .newFormattingRule-dialog .formatRankedValue-type { vertical-align: middle; } .newFormattingRule-dialog .value1, .newFormattingRule-dialog .value2, .newFormattingRule-dialog .value3, .newFormattingRule-dialog .value4 { width: auto; border: none; padding-left: 2px; } .textBox-cell1, .textBox-cell2 { width: 125px; height: 20px; border: none; padding-left: 2px; } .negativeValueAndAxisSettings-dialog .fillcolor-span, .negativeValueAndAxisSettings-dialog .bordercolor-span, .negativeValueAndAxisSettings-dialog .axiscolor-span { display: block; height: 12px; width: 110px; border: 1px solid lightgray; } .negativeValueAndAxisSettings-dialog .vertical-top { vertical-align: top; } .negativeValueAndAxisSettings-dialog input { vertical-align: top; } .iconSetsIcons { background-image: url('../images/icons.png'); width: 16px; height: 16px; display: inline-block; } .up-arrow-green { background-position: 0px -240px; } .right-arrow-yellow { background-position: 0px -352px; } .down-arrow-red { background-position: 0px -320px; } .up-arrow-gray { background-position: 0px -304px; } .right-arrow-gray { background-position: 0px -288px; } .down-arrow-gray { background-position: 0px -272px; } .up-triangle-green { background-position: 0px -3280px; } .minus-yellow { background-position: 0px -3312px; } .down-triangle-red { background-position: 0px -3296px; } .right-up-arrow-gray { background-position: 0px -192px; } .right-down-arrow-gray { background-position: 0px -176px; } .right-up-arrow-yellow { background-position: 0px -224px; } .right-down-arrow-yellow { background-position: 0px -208px; } .traffic-light-green { background-position: 0px -1392px; } .traffic-light-yellow { background-position: 0px -3472px; } .traffic-light-red { background-position: 0px -2368px; } .traffic-light-rimmed-green { background-position: 0px -1424px; } .traffic-light-rimmed-yellow { background-position: 0px -3536px; } .traffic-light-rimmed-red { background-position: 0px -2480px; } .up-triangle-yellow { background-position: 0px -3552px; } .down-rhombus-red { background-position: 0px -2416px; } .traffic-light-black { background-position: 0px -368px; } .ball-red { background-position: 0px -2432px; } .ball-pink { background-position: 0px -2080px; } .ball-gray { background-position: 0px -1344px; } .ball-black { background-position: 0px -384px; } .check-circled-green { background-position: 0px -1376px; } .notice-circled-yellow { background-position: 0px -3504px; } .close-circled-red { background-position: 0px -2400px; } .check-uncircled-green { background-position: 0px -1360px; } .notice-uncircled-yellow { background-position: 0px -3488px; } .close-uncircled-red { background-position: 0px -2384px; } .flag-green { background-position: 0px -1408px; } .flag-yellow { background-position: 0px -3520px; } .flag-red { background-position: 0px -2448px; } .star-solid { background-position: 0px -3072px; } .star-half { background-position: 0px -3056px; } .star-hollow { background-position: 0px -3040px; } .rating-4 { background-position: 0px -2336px; } .rating-3 { background-position: 0px -2320px; } .rating-2 { background-position: 0px -2304px; } .rating-1 { background-position: 0px -2288px; } .rating-0 { background-position: 0px -2272px; } .quarters-4 { background-position: 0px -2256px; } .quarters-3 { background-position: 0px -2240px; } .quarters-2 { background-position: 0px -2224px; } .quarters-1 { background-position: 0px -2208px; } .quarters-0 { background-position: 0px -2192px; } .box-4 { background-position: 0px -528px; } .box-3 { background-position: 0px -512px; } .box-2 { background-position: 0px -496px; } .box-1 { background-position: 0px -480px; } .box-0 { background-position: 0px -464px; } #icon-sets-popup-dialog { border: 1px solid #d3d3d3; } #icon-sets-popup-dialog .horizontal-icon-set-item { display: inline-block; } #icon-sets-popup-dialog .horizontal-3-big-icon-button-container { width: 144px; } #icon-sets-popup-dialog .horizontal-4-big-icon-button-container { width: 192px; } #icon-sets-popup-dialog .horizontal-2-small-iconset-button-container { width: 232px; } #icon-sets-popup-dialog .submenu-title { font-weight: bold; background-color: #f0f2f5; padding-left: .5em; font-size: 11px; } #icon-sets-popup-dialog .small-icon-set-only { width: 112px; height: 28px; } #icon-sets-popup-dialog .ui-state-default { background: white; border: none; } #icon-sets-popup-dialog .ui-button { text-decoration: none; display: inline-block; position: relative; padding: 0; line-height: normal; cursor: pointer; vertical-align: middle; text-align: left; overflow: visible; background: none; border: none; color: #000; box-shadow: none; -webkit-box-shadow: none; margin: 0 0 1px 1px; } #icon-sets-popup-dialog .ui-button .ui-state-hover { border: none; text-decoration: none; } .icons-popup-dialog { width: 180px; height: auto; border: 1px solid #abadb3; } .icon-wrapper { border: 1px solid transparent; margin: 1px; display: inline-block; } .icons-popup-dialog .ui-state-hover { border: 1px solid #999; } .format-column .no-cell-icon { width: 16px; height: 16px; line-height: 16px; text-align: center; background: none; } .iconSets .no-cell-icon { width: 0; height: 0; background: none; } .no-cell-icon { width: 178px; height: 16px; line-height: 16px; text-align: center; background: none; } .iconWrapper { width: 95px; } #icon-sets-popup-dialog .ui-button .icon-button-container { padding: 6px; display: block; white-space: nowrap; } .icons-popup-dialog { width: 180px; height: auto; border: 1px solid #abadb3; } .icon-wrapper { border: 1px solid transparent; margin: 1px; display: inline-block; } .icons-popup-dialog .ui-state-hover { border: 1px solid #999; } .format-column .no-cell-icon { width: 16px; height: 16px; line-height: 16px; text-align: center; background: none; } .iconSets .no-cell-icon { width: 0px; height: 0px; background: none; } .no-cell-icon { width: 178px; height: 16px; line-height: 16px; text-align: center; background: none; } .iconWrapper { width: 95px; } .icon-frame { /*width: 100px;*/ text-align: center; } .icon-frame { /*width: 100px;*/ text-align: center; } .format-rules-manager-dialog .format-rules-description { margin-bottom: 5px; } .format-rules-manager-dialog .format-rules-view-container { border: 1px solid lightgray; } .format-rules-manager-dialog .format-rules-view-container .grid-border { border: 1px solid lightgray; } .format-rules-manager-dialog .format-rules-view-container .format-icon { background-image: url(../images/icons.png); display: inline-block; height: 16px; width: 16px; } .format-rules-manager-dialog .format-rules-view-container .add-format-rule { background-position: 0px -1920px; } .format-rules-manager-dialog .format-rules-view-container .edit-format-rule { background-position: 0px -944px; } .format-rules-manager-dialog .format-rules-view-container .delete-format-rule { background-position: 0px -880px; } .format-rules-manager-dialog .format-rules-view-container .move-up-format-rule { background-position: 0px -4096px; } .format-rules-manager-dialog .format-rules-view-container .move-down-format-rule { background-position: 0px -4080px; } .format-rules-manager-dialog .format-rules-view-container .format-rule-button { padding: 0; width: 32px; } .format-rules-manager-dialog .format-rules-view-container .rule-column { width: 200px; border-bottom: solid 1px lightgray; border-right: solid 1px lightgray; } .format-rules-manager-dialog .format-rules-view-container th { font-weight: normal; } .format-rules-manager-dialog .format-rules-view-container .format-column { width: 140px; border-bottom: solid 1px lightgray; border-right: solid 1px lightgray; } .format-rules-manager-dialog .format-rules-view-container .applies-to-column { width: 150px; border-bottom: solid 1px lightgray; border-right: solid 1px lightgray; } .format-rules-manager-dialog .format-rules-view-container .stop-if-true-column { width: 90px; border-bottom: solid 1px lightgray; border-right: solid 1px lightgray; } .format-rules-manager-dialog .format-rules-view-container .format-rules-grid-head-wrapper { padding-right: 17px; } .format-rules-manager-dialog .format-rules-view-container .format-rules-grid-head-wrapper .format-rules-grid-header { cursor: default; } .format-rules-manager-dialog .format-rules-view-container .format-rules-grid-scroll-wrapper { overflow-y: auto; height: 180px; background: white; } .format-rules-manager-dialog .format-rules-view-container .format-rules-grid-scroll-wrapper .format-rules-grid-body { cursor: default; } .format-rules-manager-dialog .format-rules-view-container .format-rules-button-set { margin: 5px 0 5px 3px; } .format-rules-manager-dialog .format-rules-view-container .format-rules-button-set span { font-family: "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif; font-size: 12px; vertical-align: top; } .format-rules-manager-dialog .format-rules-view-container .format-rules-button-set button { height: 30px; } .filemenu-options-dialog .option-title { display: block; } .filemenu-options-dialog .option-input { width: 260px; height: 20px; margin: 5px 0; } .password-dialog { padding-right: 14px; } .passwordInput { width: 100%; } .rangeSelectContainer { padding: 1px; display: inline-block; border: 1px solid #A9A9A9; } .rangeSelectContainer input { border: none; height: 20px; padding: 1px 0 1px 2px; } .rangeSelectButton { float: right; display: inline-block; width: 20px; height: 20px; padding: 1px; } .rangeSelectButton span { display: block; width: 20px; height: 20px; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAIAAACw+gCQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJSSURBVDhPY3hILqBYZ/eqV81LXpbNfp7S/yS0+Z5p+olD5x5OWXGyYcaBmql7yifuLOnbBkRFPVuACKIFqjNzwv2Qhhue5ReByK/qYlDtxb///n35+efd1z/PP/wB6vn2+/f7b79ffgIhiBaoTlPP5I2bN2/asmX7jh3Hjh+ft3wLUOfX779ef/h+6+nHtXsuffrx+/bj16euvwQiiBaETiAy904NTasGantRkvA8wetpsO0NJ839htKb9l/Jal6T3rgytX4FEEG0QHXuOnbr55+/P379AyIg40m8x8uZ3U+aC49bKn64eHzX0es4Xds0Y9ejl++vPXx3+f77Nx9/3PU3e5YR/CTM4WGs53pVPqBrgX6+8+QNFtdmNq0q6NpU1LOpe/6+o+fvH3fR36XCc9dE/KG3EdDNQPaF7VunLTuY0bA0omg2RAtUZ1LNUohjgCEJDJVtdlpPty6dr8x3yUDsvoPqRm2hqcp8Jy+9WbH/7cQ1EB0wnXEVCyBBt+fc8+NXXy9Yf/znz5/31swFaliiKjBZme/yrSe7z36YsuZBy4KbEC1QnRFFcxKqFgP1A1Fq7ZKcpqU1EzYuWX/kxIa1/WBtizYcAwqG5E71SZsA0QLVGZI3A+Lax+/+ACMwvHDmsn1v1xx8e+jSp83HXgP1ALmztryYsv4ZEEG0QHUGZk+FuHbHqadABORO3fC8Z/mdvmU3Oxdd9cuY1LX0VsOci/WzQQiiBaET4lQgii1fEFU6F4iAXgC6JShnakDWZKBmoDshCKIFqpMMQK7Ohw8BTajNa73pg9oAAAAASUVORK5CYII="); background-repeat: no-repeat; } .range-select-dialog .rangeSelectWrapper { height: 20px; width: 447px; background-color: white; border: 1px solid #A9A9A9; } .richtext-dialog div.childBlock{ /*padding-top: 18px;*/ margin-top: 10px; -webkit-appearance: none; -webkit-background-clip: border-box; -webkit-background-origin: padding-box; -webkit-background-size: auto; -webkit-border-image: none; -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-attachment: scroll; background-clip: border-box; background-color: rgba(0, 0, 0, 0); background-image: linear-gradient(rgba(0, 0, 0, 0.00784314) 0%, rgba(0, 0, 0, 0.0666667) 100%); background-origin: padding-box; background-position: 0% 0%; background-repeat: repeat; background-size: auto; border-bottom-color: rgba(255, 255, 255, 0.2); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgba(255, 255, 255, 0.2); border-left-style: solid; border-left-width: 1px; border-right-color: rgba(255, 255, 255, 0.2); border-right-style: solid; border-right-width: 1px; border-top-color: rgba(255, 255, 255, 0.2); border-top-left-radius: 3px; border-top-right-radius: 3px; border-top-style: solid; border-top-width: 1px; box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px 0px; } .richtext-dialog h1#title{ margin-left: 2px; color: rgb(78, 78, 78); display: block; font-family: Arial, Helvetica, sans-serif; font-size: 23px; font-weight: bold; height: 32px; line-height: 30px; } .richtext-dialog div.Header{ border-bottom: 1px solid #dfdfdf; width: 100%; height: 30px; margin: 2px; margin-bottom: 5px; } .richtext-dialog strong.HeaderTitle{ color: rgb(226, 107, 29); display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; height: 30px; line-height: 30px; } .richtext-dialog strong.sp-demo-click{ cursor: pointer; } .richtext-dialog strong#description{ color: rgb(78, 78, 78); display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; /*height: 30px;*/ /*line-height: 30px;*/ } .richtext-dialog strong#code{ color: rgb(78, 78, 78); } .richtext-dialog div#titleDiv{ height: auto; } .richtext-dialog div#discriptionDiv{ height: 50px; display: none; } .richtext-dialog div#sampleDiv{ margin: 2px; height: 500px; } .richtext-dialog div#codeDiv{ margin: 2px; height: 500px; display: none; background: #d3d3d3; } .richtext-dialog div#codeDiv textarea{ background: #f0f0f0; font-family: courier, monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; width: 100%; height: 100%; resize: none; border: 0px; margin: 0px; padding: 0px; } .richtext-dialog div#settingsDiv{ height: auto; margin-bottom: 4px; color: rgb(78, 78, 78); /*display: inline-block;*/ font-family: Calibri; } .richtext-dialog .separatorLine { height: 1px; border-top: 1px solid lightgray; margin-top: 10px; margin-bottom: 10px; } .richtext-dialog .list { list-style: none; display: none; position: absolute; box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, .15); background-color: white; overflow-y: auto; overflow-x: hidden; } .richtext-dialog .rich-editor-color-picker{ line-height: 15px; } .richtext-dialog .rich-editor { border: 1px solid rgba(10, 10, 10, 0.1); box-sizing: border-box; background-color: white; } .richtext-dialog .rich-editor-content { box-sizing: border-box; height: 250px; outline: 0; overflow-y: auto; padding: 10px; } .richtext-dialog .childBlock{ width:550px; } .richtext-dialog #setRichText { display: inline-block; background-color: white; border: none; width: 120px; height: 30px; line-height: 30px; margin-top: 5px; box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, .15); } .richtext-dialog .rich-editor-actionbar { background-color: #FFF; border-bottom: 1px solid rgba(10, 10, 10, 0.1); } .richtext-dialog .rich-editor-button { background-color: transparent; border: none; cursor: pointer; height: 30px; line-height: 30px; outline: 0; width: 30px; position: relative; display: inline-block; white-space: nowrap; margin: 0 3px; padding:0 2px; } .rich-editor-actionbar .font-family-value { max-width: 100px; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; height: 30px; vertical-align: top; } .richtext-dialog .drop-down-arrow { display: inline-block; height: 30px; line-height: 30px; float: right; } .richtext-dialog .drop-down-arrow:before{ display: block; content: ''; width: 0; border-width: 5px; border-style: solid; border-color: black transparent transparent transparent; margin-top: 14px; margin-left: -9px; } .richtext-dialog .colorpicker-outDiv { background-color: white; } .richtext-dialog .rich-editor-button-selected { background-color: #F0F0F0; } .richtext-dialog .color_picker_result { border-bottom: 5px solid black; } .richtext-dialog #fontSizeList { width: 32px; padding: 2px 2px; text-align: center; } .richtext-dialog #fontFamilyList { width: 140px; height: 200px; padding: 2px 11px; overflow: scroll; text-align: left; } .richtext-dialog #colorPicker { width: 70px; left: -16px; padding: 0px 3px; } .richtext-dialog .fontsize-item { width: 100%; height: 30px; line-height: 30px; text-align: center; cursor: pointer; } .richtext-dialog .fontfamily-item { width: 156px; height: 30px; line-height: 30px; text-align: left; padding-left: 13px; cursor: pointer; text-overflow: ellipsis; white-space: nowrap; } .richtext-dialog .colorpicker-item { width: 16px; height: 16px; margin: 1px; padding: 1px; border: 1px solid transparent; background-clip: content-box; float: left; display: inline-block; } .richtext-dialog .fontsize-item:hover { background-color: #DDDDDDAA; } .richtext-dialog .fontfamily-item:hover { background-color: #DDDDDDAA; } .richtext-dialog .colorpicker-item:hover { box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, .15); }
static/SpreadJS/src/dialogs/dialogs.css
.message-box { max-width: 400px; min-width: 210px; } .message-box .message-box-icon { position: absolute; display: block; float: left; width: 32px; height: 32px; padding: 0; margin: 10px; background-image: url('../images/icons.png'); } .message-box .message-box-icon-none { display: none; } .message-box .message-box-icon-info { background-position: -16px -736px; } .message-box .message-box-icon-warning { background-position: -16px -800px; } .message-box .message-box-icon-error { background-position: -16px -768px; } .message-box .message-box-icon-question { background-position: -16px -832px; } .message-box .message-box-text-container { margin-left: 52px; max-width: 80%; } .message-box .message-box-text { display: inline-block; margin: 1em 0; } .insert-cells-dialog .horizontalseparator, .group-dialog .horizontalseparator, .ungroup-dialog .horizontalseparator, .delete-cells-dialog .horizontalseparator { direction: ltr; height: 1px; background: #d3d3d3; display: inline-block; margin-bottom: 5px; width: 150px; } .standard-height-dialog #standard-height-editor { width: 120px; } .standard-width-dialog #standard-width-editor { width: 110px; } .find-dialog { width: 481px; } .find-dialog .gcui-grid-freezing-handle-v, .find-dialog .gcui-grid-freezing-handle-h { visibility: hidden; display: none; } .find-dialog .gcui-superpanel-statecontainer { z-index: 5; } .find-dialog .findwhat-input { width: 83%; margin-bottom: 10px; } .find-dialog .column1 { width: 14%; } .find-dialog .column2 { width: 30%; } .find-dialog .column3 { width: 5%; } .find-dialog .column4 { width: 28%; } .find-dialog .column5 { vertical-align: bottom; } .find-dialog .select { width: 100%; } .find-dialog .row-hidden { display: none; } .find-dialog .column-hidden { visibility: hidden; } .find-dialog .findall-grid-container { display: none; visibility: hidden; } .find-dialog .findall-grid { display: none; visibility: hidden; height: 68px; } .find-dialog .show { display: block; visibility: visible; } .find-dialog .buttons { margin-top: 10px; margin-bottom: 5px; } .find-dialog .findall-description-label { display: none; visibility: hidden; margin-top: 5px; display: block; } .find-dialog .findall-description-label.show { display: block; visibility: visible; } .goto-dialog #goto-list { width: 302px; height: 174px; } .goto-dialog #goto-value { width: 300px; } .name-manager-dialog .gcui-grid-freezing-handle-v, .name-manager-dialog .gcui-grid-freezing-handle-h { visibility: hidden; display: none; } .name-manager-dialog .names-grid-container { margin-top: 10px; width: 608px; overflow: hidden; } .name-manager-dialog .filter-area { display: inline; margin-left: 100px; } .new-name-dialog .can-hidden-area.hidden { display: none; visibility: hidden; } .new-name-dialog .referTo { width: 247px; height: 20px; border: none; } .new-name-dialog #name-input { width: 270px; } .new-name-dialog #comment-input { width: 270px; height: 50px } .tag-dialog .tag-input { width: 260px; height: 40px; margin-right: 8px; } .tag-dialog textarea { resize: none; } .insert-function-dialog .function-category-select, .insert-function-dialog .function-list-select { width: 216px; } .insert-function-dialog .function-name, .insert-function-dialog .function-description { display: block; width: 100%; } .insert-function-dialog .function-description { height: 55px; } .insert-function-dialog .function-name { margin-top: 5px; height: 20px; font-weight: bold; } .insert-function-dialog .formula { width: 380px; } .button-celltype-dialog .color-frame { display: inline-block; width: 157px; margin-left: 10px; } .button-celltype-dialog .float-left { float: left; } .button-celltype-dialog .color-span { display: block; height: 15px; width: 125px; border: 1px solid lightgray; } .button-celltype-dialog .margin-left, .button-celltype-dialog .margin-top, .button-celltype-dialog .margin-right, .button-celltype-dialog .margin-bottom, .button-celltype-dialog .button-text { margin-left: 10px; } .button-celltype-dialog fieldset { margin-top: 5px; border: 1px solid #aaaaaa; } .button-celltype-dialog .first-column { width: 30%; } .checkbox-celltype-dialog fieldset { margin-top: 5px; border: 1px solid #aaaaaa; } .checkbox-celltype-dialog select { width: 162px; } .combobox-celltype-dialog { margin: 5px; } .combobox-celltype-dialog fieldset { height: 200px; width: 190px; border: 1px solid #aaaaaa; margin: 0px; } .combobox-celltype-dialog .items { width: 100%; height: 93%; } .combobox-celltype-dialog .editor-valuetype { width: 132px; } .combobox-celltype-dialog input { width: 128px; } .combobox-celltype-dialog input#combox-editable { width: 15px; } .combobox-celltype-dialog .combox-column1 { width: 105px; display: inline-block; } .hyperLink-celltype-dialog .link-color-frame, .hyperLink-celltype-dialog .visitedlink-color-frame { display: inline-block; width: 158px; } .hyperLink-celltype-dialog .link-color-span, .hyperLink-celltype-dialog .visitedlink-color-span { display: block; height: 16px; width: 125px; border: 1px solid lightgray; } .hyperLink-celltype-dialog fieldset { margin-top: 5px; border: 1px solid #aaaaaa; } .hyperLink-celltype-dialog input { width: 160px; } .header-cells-dialog .hidden { display: none; visibility: hidden; } .header-cells-dialog .visible { visibility: visible; } .header-cells-dialog .columnheader-sheet { width: 720px; height: 250px; margin-bottom: 5px; } .header-cells-dialog .columnheader-porpertygird { width: 700px; height: 60%; } .header-cells-dialog .columnheader-porpertygird .first-column { width: 30%; } .header-cells-dialog .rowheader-sheet { width: 314px; height: 565px; float: left; margin-right: 10px; overflow: hidden; } .header-cells-dialog .rowheader-porpertygird { width: 405px; height: auto; } .header-cells-dialog .rowheader-porpertygird .first-column { width: 46%; } .header-cells-dialog td { border: 1px #ebedef solid; height: 27px; } .header-cells-dialog table { border-collapse: collapse; } .header-cells-dialog .backColor-colorspan, .header-cells-dialog .foreColor-colorspan { display: block; height: 16px; width: 182px; border: 1px solid lightgray; } .header-cells-dialog .borderBottom-borderspan, .header-cells-dialog .borderLeft-borderspan, .header-cells-dialog .borderRight-borderspan, .header-cells-dialog .borderTop-borderspan, .header-cells-dialog .diagonalUp-borderspan, .header-cells-dialog .diagonalDown-borderspan{ display: block; height: 16px; width: 180px; border: 1px solid lightgray; background: transparent; } .header-cells-dialog #rowHeaderTab { padding: 0px; margin-right: 30px; height: 535px; width: 313px; } .header-cells-dialog #columnHeaderTab { padding: 0px; height: 218px; width: 720px; margin-bottom: 30px; margin-right: 30px; } .header-cells-dialog .font-popup { height: 20px; width: 20px; vertical-align: top; } .header-cells-dialog .font-popup .ui-button-text { padding: 0px; } .header-cells-dialog .merge { background-image: url(../images/icons.png); background-position: 0px -1808px; } .header-cells-dialog .unmerge { background-image: url(../images/icons.png); background-position: 0px -3376px; } .header-cells-dialog .insertrows { background-image: url(../images/icons.png); background-position: 0px -1616px; } .header-cells-dialog .addrows { background-image: url(../images/icons.png); background-position: 0px -3760px; } .header-cells-dialog .deleterows { background-image: url(../images/icons.png); background-position: 0px -928px; } .header-cells-dialog .insertcolumns { background-image: url(../images/icons.png); background-position: 0px -1568px; } .header-cells-dialog .addcolumns { background-image: url(../images/icons.png); background-position: 0px -3744px; } .header-cells-dialog .deletecolumns { background-image: url(../images/icons.png); background-position: 0px -912px; } .header-cells-dialog .clear { background-image: url(../images/icons.png); background-position: 0px -608px; } .header-cells-dialog .gcui-ribbon-separator { width: 0px; border-left: 1px solid lightgray; border-right: 0px; float: left; height: 20px; } .header-cells-dialog .columnheader-property-grid-container { height: 305px; overflow-y: scroll; width: 725px; } .header-cells-dialog .font { width: 185px; } .header-cells-dialog .formatter, .header-cells-dialog .textIndent, .header-cells-dialog .value, .header-cells-dialog .width, .header-cells-dialog .height { width: 210px; } .header-cells-dialog .hAlign, .header-cells-dialog .vAlign, .header-cells-dialog .value { width: 212px; } .cellValueRuleFormat-dialog .description, .textRuleFormat-dialog .description, .dateOccurringFormat-dialog .description, .duplicateValuesFormat-dialog .description, .top10RuleFormat-dialog .description, .averageRuleFormat-dialog .description { font-weight: bold; display: block; } .newFormattingRule-dialog .databar-description2-container { margin: 10px 0 5px 0; } .newFormattingRule-dialog .description { font-weight: bold; } .newFormattingRule-dialog .format-on-value-description { margin: 5px 0; } .newFormattingRule-dialog .boldFont { font-weight: bold; } .newFormattingRule-dialog .preview-description { font-weight: bold; } .newFormattingRule-dialog .borderContainer-description { display: block; margin-top: 10px; margin-bottom: 2px; } .newFormattingRule-dialog .borderContainer { border: 1px solid #abadb3; padding: 5px; } .newFormattingRule-dialog .borderContainer .formatStyle { margin-bottom: 5px; } .newFormattingRule-dialog table select, .newFormattingRule-dialog table input, .newFormattingRule-dialog .previewOfColor23 { width: 100%; height: 20px; } .newFormattingRule-dialog .format-rule-color-frame { width: 154px; } .newFormattingRule-dialog .format-rule-value { padding-left: 2px; width: 130px; border: none; } .newFormattingRule-dialog .format-rule-value2 { padding-left: 2px; width: 160px; border: none; } .newFormattingRule-dialog table tr td:nth-child(1), .newFormattingRule-dialog table tr td:nth-child(2), .newFormattingRule-dialog table tr td:nth-child(3) { padding-right: 30px; } .newFormattingRule-dialog table tr td.preview-td { padding: 0; } .newFormattingRule-dialog .color3.hidden { display: none; } .newFormattingRule-dialog .min-color-span, .newFormattingRule-dialog .mid-color-span, .newFormattingRule-dialog .max-color-span, .newFormattingRule-dialog .barcolor1-span, .newFormattingRule-dialog .barcolor2-span { display: block; height: 12px; width: 125px; border: 1px solid lightgray; } .newFormattingRule-dialog .previewContainer-dataBar { border: 1px solid black; width: 100px; display: inline-block; padding: 2px; vertical-align: middle; } .newFormattingRule-dialog .previewOfDatabar { height: 16px; width: 70px; } .newFormattingRule-dialog .inlineBlock { display: inline-block; width: 330px; } .newFormattingRule-dialog .horizontal-icon-set-item { display: inline-block; } .newFormattingRule-dialog .icon-button-container { display: block; white-space: nowrap; width: 100px; } .newFormattingRule-dialog .previewContainer-common { border: 1px solid black; width: 200px; height: 40px; display: inline-block; padding: 2px; } .newFormattingRule-dialog .preview-common { vertical-align: middle; text-align: center; width: 196px; height: 36px; line-height: 36px; margin: 2px; } .newFormattingRule-dialog .formula-input { width: 345px; border: none; padding-left: 2px; } .newFormattingRule-dialog .ruleType { padding: 2px; width: 100%; } .newFormattingRule-dialog .preview { margin-top: 5px; } .newFormattingRule-dialog .barcolor1-frame, .newFormattingRule-dialog .barcolor2-frame { width: 100px; } .newFormattingRule-dialog .barcolor1-span, .newFormattingRule-dialog .barcolor2-span { width: 70px; } .newFormattingRule-dialog .iconset-display-description { margin-top: 15px; } .newFormattingRule-dialog .iconset-title-label { font-weight: bold; } .newFormattingRule-dialog .format-rule-sperator-line { border: none; border-top: 1px solid #d3d3d3; width: 100%; margin: 20px 0 15px 0; } .newFormattingRule-dialog .formatRankedValue .itemCounts { width: 70px; } .newFormattingRule-dialog .formatRankedValue-type { vertical-align: middle; } .newFormattingRule-dialog .value1, .newFormattingRule-dialog .value2, .newFormattingRule-dialog .value3, .newFormattingRule-dialog .value4 { width: auto; border: none; padding-left: 2px; } .textBox-cell1, .textBox-cell2 { width: 125px; height: 20px; border: none; padding-left: 2px; } .negativeValueAndAxisSettings-dialog .fillcolor-span, .negativeValueAndAxisSettings-dialog .bordercolor-span, .negativeValueAndAxisSettings-dialog .axiscolor-span { display: block; height: 12px; width: 110px; border: 1px solid lightgray; } .negativeValueAndAxisSettings-dialog .vertical-top { vertical-align: top; } .negativeValueAndAxisSettings-dialog input { vertical-align: top; } .iconSetsIcons { background-image: url('../images/icons.png'); width: 16px; height: 16px; display: inline-block; } .up-arrow-green { background-position: 0px -240px; } .right-arrow-yellow { background-position: 0px -352px; } .down-arrow-red { background-position: 0px -320px; } .up-arrow-gray { background-position: 0px -304px; } .right-arrow-gray { background-position: 0px -288px; } .down-arrow-gray { background-position: 0px -272px; } .up-triangle-green { background-position: 0px -3280px; } .minus-yellow { background-position: 0px -3312px; } .down-triangle-red { background-position: 0px -3296px; } .right-up-arrow-gray { background-position: 0px -192px; } .right-down-arrow-gray { background-position: 0px -176px; } .right-up-arrow-yellow { background-position: 0px -224px; } .right-down-arrow-yellow { background-position: 0px -208px; } .traffic-light-green { background-position: 0px -1392px; } .traffic-light-yellow { background-position: 0px -3472px; } .traffic-light-red { background-position: 0px -2368px; } .traffic-light-rimmed-green { background-position: 0px -1424px; } .traffic-light-rimmed-yellow { background-position: 0px -3536px; } .traffic-light-rimmed-red { background-position: 0px -2480px; } .up-triangle-yellow { background-position: 0px -3552px; } .down-rhombus-red { background-position: 0px -2416px; } .traffic-light-black { background-position: 0px -368px; } .ball-red { background-position: 0px -2432px; } .ball-pink { background-position: 0px -2080px; } .ball-gray { background-position: 0px -1344px; } .ball-black { background-position: 0px -384px; } .check-circled-green { background-position: 0px -1376px; } .notice-circled-yellow { background-position: 0px -3504px; } .close-circled-red { background-position: 0px -2400px; } .check-uncircled-green { background-position: 0px -1360px; } .notice-uncircled-yellow { background-position: 0px -3488px; } .close-uncircled-red { background-position: 0px -2384px; } .flag-green { background-position: 0px -1408px; } .flag-yellow { background-position: 0px -3520px; } .flag-red { background-position: 0px -2448px; } .star-solid { background-position: 0px -3072px; } .star-half { background-position: 0px -3056px; } .star-hollow { background-position: 0px -3040px; } .rating-4 { background-position: 0px -2336px; } .rating-3 { background-position: 0px -2320px; } .rating-2 { background-position: 0px -2304px; } .rating-1 { background-position: 0px -2288px; } .rating-0 { background-position: 0px -2272px; } .quarters-4 { background-position: 0px -2256px; } .quarters-3 { background-position: 0px -2240px; } .quarters-2 { background-position: 0px -2224px; } .quarters-1 { background-position: 0px -2208px; } .quarters-0 { background-position: 0px -2192px; } .box-4 { background-position: 0px -528px; } .box-3 { background-position: 0px -512px; } .box-2 { background-position: 0px -496px; } .box-1 { background-position: 0px -480px; } .box-0 { background-position: 0px -464px; } #icon-sets-popup-dialog { border: 1px solid #d3d3d3; } #icon-sets-popup-dialog .horizontal-icon-set-item { display: inline-block; } #icon-sets-popup-dialog .horizontal-3-big-icon-button-container { width: 144px; } #icon-sets-popup-dialog .horizontal-4-big-icon-button-container { width: 192px; } #icon-sets-popup-dialog .horizontal-2-small-iconset-button-container { width: 232px; } #icon-sets-popup-dialog .submenu-title { font-weight: bold; background-color: #f0f2f5; padding-left: .5em; font-size: 11px; } #icon-sets-popup-dialog .small-icon-set-only { width: 112px; height: 28px; } #icon-sets-popup-dialog .ui-state-default { background: white; border: none; } #icon-sets-popup-dialog .ui-button { text-decoration: none; display: inline-block; position: relative; padding: 0; line-height: normal; cursor: pointer; vertical-align: middle; text-align: left; overflow: visible; background: none; border: none; color: #000; box-shadow: none; -webkit-box-shadow: none; margin: 0 0 1px 1px; } #icon-sets-popup-dialog .ui-button .ui-state-hover { border: none; text-decoration: none; } .icons-popup-dialog { width: 180px; height: auto; border: 1px solid #abadb3; } .icon-wrapper { border: 1px solid transparent; margin: 1px; display: inline-block; } .icons-popup-dialog .ui-state-hover { border: 1px solid #999; } .format-column .no-cell-icon { width: 16px; height: 16px; line-height: 16px; text-align: center; background: none; } .iconSets .no-cell-icon { width: 0; height: 0; background: none; } .no-cell-icon { width: 178px; height: 16px; line-height: 16px; text-align: center; background: none; } .iconWrapper { width: 95px; } #icon-sets-popup-dialog .ui-button .icon-button-container { padding: 6px; display: block; white-space: nowrap; } .icons-popup-dialog { width: 180px; height: auto; border: 1px solid #abadb3; } .icon-wrapper { border: 1px solid transparent; margin: 1px; display: inline-block; } .icons-popup-dialog .ui-state-hover { border: 1px solid #999; } .format-column .no-cell-icon { width: 16px; height: 16px; line-height: 16px; text-align: center; background: none; } .iconSets .no-cell-icon { width: 0px; height: 0px; background: none; } .no-cell-icon { width: 178px; height: 16px; line-height: 16px; text-align: center; background: none; } .iconWrapper { width: 95px; } .icon-frame { /*width: 100px;*/ text-align: center; } .icon-frame { /*width: 100px;*/ text-align: center; } .format-rules-manager-dialog .format-rules-description { margin-bottom: 5px; } .format-rules-manager-dialog .format-rules-view-container { border: 1px solid lightgray; } .format-rules-manager-dialog .format-rules-view-container .grid-border { border: 1px solid lightgray; } .format-rules-manager-dialog .format-rules-view-container .format-icon { background-image: url(../images/icons.png); display: inline-block; height: 16px; width: 16px; } .format-rules-manager-dialog .format-rules-view-container .add-format-rule { background-position: 0px -1920px; } .format-rules-manager-dialog .format-rules-view-container .edit-format-rule { background-position: 0px -944px; } .format-rules-manager-dialog .format-rules-view-container .delete-format-rule { background-position: 0px -880px; } .format-rules-manager-dialog .format-rules-view-container .move-up-format-rule { background-position: 0px -4096px; } .format-rules-manager-dialog .format-rules-view-container .move-down-format-rule { background-position: 0px -4080px; } .format-rules-manager-dialog .format-rules-view-container .format-rule-button { padding: 0; width: 32px; } .format-rules-manager-dialog .format-rules-view-container .rule-column { width: 200px; border-bottom: solid 1px lightgray; border-right: solid 1px lightgray; } .format-rules-manager-dialog .format-rules-view-container th { font-weight: normal; } .format-rules-manager-dialog .format-rules-view-container .format-column { width: 140px; border-bottom: solid 1px lightgray; border-right: solid 1px lightgray; } .format-rules-manager-dialog .format-rules-view-container .applies-to-column { width: 150px; border-bottom: solid 1px lightgray; border-right: solid 1px lightgray; } .format-rules-manager-dialog .format-rules-view-container .stop-if-true-column { width: 90px; border-bottom: solid 1px lightgray; border-right: solid 1px lightgray; } .format-rules-manager-dialog .format-rules-view-container .format-rules-grid-head-wrapper { padding-right: 17px; } .format-rules-manager-dialog .format-rules-view-container .format-rules-grid-head-wrapper .format-rules-grid-header { cursor: default; } .format-rules-manager-dialog .format-rules-view-container .format-rules-grid-scroll-wrapper { overflow-y: auto; height: 180px; background: white; } .format-rules-manager-dialog .format-rules-view-container .format-rules-grid-scroll-wrapper .format-rules-grid-body { cursor: default; } .format-rules-manager-dialog .format-rules-view-container .format-rules-button-set { margin: 5px 0 5px 3px; } .format-rules-manager-dialog .format-rules-view-container .format-rules-button-set span { font-family: "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif; font-size: 12px; vertical-align: top; } .format-rules-manager-dialog .format-rules-view-container .format-rules-button-set button { height: 30px; } .filemenu-options-dialog .option-title { display: block; } .filemenu-options-dialog .option-input { width: 260px; height: 20px; margin: 5px 0; } .password-dialog { padding-right: 14px; } .passwordInput { width: 100%; } .rangeSelectContainer { padding: 1px; display: inline-block; border: 1px solid #A9A9A9; } .rangeSelectContainer input { border: none; height: 20px; padding: 1px 0 1px 2px; } .rangeSelectButton { float: right; display: inline-block; width: 20px; height: 20px; padding: 1px; } .rangeSelectButton span { display: block; width: 20px; height: 20px; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAIAAACw+gCQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJSSURBVDhPY3hILqBYZ/eqV81LXpbNfp7S/yS0+Z5p+olD5x5OWXGyYcaBmql7yifuLOnbBkRFPVuACKIFqjNzwv2Qhhue5ReByK/qYlDtxb///n35+efd1z/PP/wB6vn2+/f7b79ffgIhiBaoTlPP5I2bN2/asmX7jh3Hjh+ft3wLUOfX779ef/h+6+nHtXsuffrx+/bj16euvwQiiBaETiAy904NTasGantRkvA8wetpsO0NJ839htKb9l/Jal6T3rgytX4FEEG0QHXuOnbr55+/P379AyIg40m8x8uZ3U+aC49bKn64eHzX0es4Xds0Y9ejl++vPXx3+f77Nx9/3PU3e5YR/CTM4WGs53pVPqBrgX6+8+QNFtdmNq0q6NpU1LOpe/6+o+fvH3fR36XCc9dE/KG3EdDNQPaF7VunLTuY0bA0omg2RAtUZ1LNUohjgCEJDJVtdlpPty6dr8x3yUDsvoPqRm2hqcp8Jy+9WbH/7cQ1EB0wnXEVCyBBt+fc8+NXXy9Yf/znz5/31swFaliiKjBZme/yrSe7z36YsuZBy4KbEC1QnRFFcxKqFgP1A1Fq7ZKcpqU1EzYuWX/kxIa1/WBtizYcAwqG5E71SZsA0QLVGZI3A+Lax+/+ACMwvHDmsn1v1xx8e+jSp83HXgP1ALmztryYsv4ZEEG0QHUGZk+FuHbHqadABORO3fC8Z/mdvmU3Oxdd9cuY1LX0VsOci/WzQQiiBaET4lQgii1fEFU6F4iAXgC6JShnakDWZKBmoDshCKIFqpMMQK7Ohw8BTajNa73pg9oAAAAASUVORK5CYII="); background-repeat: no-repeat; } .range-select-dialog .rangeSelectWrapper { height: 20px; width: 447px; background-color: white; border: 1px solid #A9A9A9; } .richtext-dialog div.childBlock{ /*padding-top: 18px;*/ margin-top: 10px; -webkit-appearance: none; -webkit-background-clip: border-box; -webkit-background-origin: padding-box; -webkit-background-size: auto; -webkit-border-image: none; -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-attachment: scroll; background-clip: border-box; background-color: rgba(0, 0, 0, 0); background-image: linear-gradient(rgba(0, 0, 0, 0.00784314) 0%, rgba(0, 0, 0, 0.0666667) 100%); background-origin: padding-box; background-position: 0% 0%; background-repeat: repeat; background-size: auto; border-bottom-color: rgba(255, 255, 255, 0.2); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgba(255, 255, 255, 0.2); border-left-style: solid; border-left-width: 1px; border-right-color: rgba(255, 255, 255, 0.2); border-right-style: solid; border-right-width: 1px; border-top-color: rgba(255, 255, 255, 0.2); border-top-left-radius: 3px; border-top-right-radius: 3px; border-top-style: solid; border-top-width: 1px; box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px 0px; } .richtext-dialog h1#title{ margin-left: 2px; color: rgb(78, 78, 78); display: block; font-family: Arial, Helvetica, sans-serif; font-size: 23px; font-weight: bold; height: 32px; line-height: 30px; } .richtext-dialog div.Header{ border-bottom: 1px solid #dfdfdf; width: 100%; height: 30px; margin: 2px; margin-bottom: 5px; } .richtext-dialog strong.HeaderTitle{ color: rgb(226, 107, 29); display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; height: 30px; line-height: 30px; } .richtext-dialog strong.sp-demo-click{ cursor: pointer; } .richtext-dialog strong#description{ color: rgb(78, 78, 78); display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; /*height: 30px;*/ /*line-height: 30px;*/ } .richtext-dialog strong#code{ color: rgb(78, 78, 78); } .richtext-dialog div#titleDiv{ height: auto; } .richtext-dialog div#discriptionDiv{ height: 50px; display: none; } .richtext-dialog div#sampleDiv{ margin: 2px; height: 500px; } .richtext-dialog div#codeDiv{ margin: 2px; height: 500px; display: none; background: #d3d3d3; } .richtext-dialog div#codeDiv textarea{ background: #f0f0f0; font-family: courier, monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; width: 100%; height: 100%; resize: none; border: 0px; margin: 0px; padding: 0px; } .richtext-dialog div#settingsDiv{ height: auto; margin-bottom: 4px; color: rgb(78, 78, 78); /*display: inline-block;*/ font-family: Calibri; } .richtext-dialog .separatorLine { height: 1px; border-top: 1px solid lightgray; margin-top: 10px; margin-bottom: 10px; } .richtext-dialog .list { list-style: none; display: none; position: absolute; box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, .15); background-color: white; overflow-y: auto; overflow-x: hidden; } .richtext-dialog .rich-editor-color-picker{ line-height: 15px; } .richtext-dialog .rich-editor { border: 1px solid rgba(10, 10, 10, 0.1); box-sizing: border-box; background-color: white; } .richtext-dialog .rich-editor-content { box-sizing: border-box; height: 250px; outline: 0; overflow-y: auto; padding: 10px; } .richtext-dialog .childBlock{ width:550px; } .richtext-dialog #setRichText { display: inline-block; background-color: white; border: none; width: 120px; height: 30px; line-height: 30px; margin-top: 5px; box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, .15); } .richtext-dialog .rich-editor-actionbar { background-color: #FFF; border-bottom: 1px solid rgba(10, 10, 10, 0.1); } .richtext-dialog .rich-editor-button { background-color: transparent; border: none; cursor: pointer; height: 30px; line-height: 30px; outline: 0; width: 30px; position: relative; display: inline-block; white-space: nowrap; margin: 0 3px; padding:0 2px; } .rich-editor-actionbar .font-family-value { max-width: 100px; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; height: 30px; vertical-align: top; } .richtext-dialog .drop-down-arrow { display: inline-block; height: 30px; line-height: 30px; float: right; } .richtext-dialog .drop-down-arrow:before{ display: block; content: ''; width: 0; border-width: 5px; border-style: solid; border-color: black transparent transparent transparent; margin-top: 14px; margin-left: -9px; } .richtext-dialog .colorpicker-outDiv { background-color: white; } .richtext-dialog .rich-editor-button-selected { background-color: #F0F0F0; } .richtext-dialog .color_picker_result { border-bottom: 5px solid black; } .richtext-dialog #fontSizeList { width: 32px; padding: 2px 2px; text-align: center; } .richtext-dialog #fontFamilyList { width: 140px; height: 200px; padding: 2px 11px; overflow: scroll; text-align: left; } .richtext-dialog #colorPicker { width: 70px; left: -16px; padding: 0px 3px; } .richtext-dialog .fontsize-item { width: 100%; height: 30px; line-height: 30px; text-align: center; cursor: pointer; } .richtext-dialog .fontfamily-item { width: 156px; height: 30px; line-height: 30px; text-align: left; padding-left: 13px; cursor: pointer; text-overflow: ellipsis; white-space: nowrap; } .richtext-dialog .colorpicker-item { width: 16px; height: 16px; margin: 1px; padding: 1px; border: 1px solid transparent; background-clip: content-box; float: left; display: inline-block; } .richtext-dialog .fontsize-item:hover { background-color: #DDDDDDAA; } .richtext-dialog .fontfamily-item:hover { background-color: #DDDDDDAA; } .richtext-dialog .colorpicker-item:hover { box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, .15); }
0.450843
0.046877
.cm-s-takatano.CodeMirror { /* OneNote Dark Theme */ /*background: rgb(32, 31, 30);*/ /*color: rgb(237, 235, 233);*/ /* VS Code Dark Theme */ background: rgb(30, 30, 30); color: rgb(212, 212, 212); /* Boostnote Dark Theme */ /*background: rgb(49, 51, 54);*/ /* Transparent */ /*background: rgba(0, 0, 0, 0);*/ } .cm-s-takatano div.CodeMirror-selected { background: #253B76; } .cm-s-takatano .CodeMirror-line::selection, .cm-s-takatano .CodeMirror-line > span::selection, .cm-s-takatano .CodeMirror-line > span > span::selection { background: rgba(37, 59, 118, .99); } .cm-s-takatano .CodeMirror-line::-moz-selection, .cm-s-takatano .CodeMirror-line > span::-moz-selection, .cm-s-takatano .CodeMirror-line > span > span::-moz-selection { background: rgba(37, 59, 118, .99); } /* Line number */ .cm-s-takatano .CodeMirror-gutters { /* Transparent */ background: rgba(0, 0, 0, 0); /* OneNote Dark Theme */ /*background: rgb(32, 31, 30);*/ /* Boostnote Dark Theme */ /*background: rgb(49, 51, 54);*/ border-right: 0; } .cm-s-takatano .CodeMirror-guttermarker { color: #FBDE2D; } .cm-s-takatano .CodeMirror-guttermarker-subtle { color: #888; } .cm-s-takatano .CodeMirror-linenumber { color: #888; } .cm-s-takatano .CodeMirror-cursor { border-left: 1px solid #A7A7A7; } .cm-s-takatano .cm-keyword { color: rgb(86, 156, 214); } .cm-s-takatano .cm-atom { color: #D8FA3C; } .cm-s-takatano .cm-number { color: #D8FA3C; } .cm-s-takatano .cm-def { color: rgb(156, 220, 254); } .cm-s-takatano .cm-variable { color: rgb(212, 212, 212); } .cm-s-takatano .cm-property { color: rgb(220, 220, 170); } .cm-s-takatano .cm-operator { color: rgb(212, 212, 212); } .cm-s-takatano .cm-comment { color: rgba(106, 153, 85, 1); } .cm-s-takatano .cm-string { color: rgb(212, 212, 212); } .cm-s-takatano .cm-string-2 { color: #61CE3C; } .cm-s-takatano .cm-meta { color: #D8FA3C; } .cm-s-takatano .cm-builtin { color: #8DA6CE; } .cm-s-takatano .cm-tag { color: #8DA6CE; } .cm-s-takatano .cm-attribute { color: #8DA6CE; } .cm-s-takatano .cm-header { /* OneNote Dark Theme */ color: rgb(69, 161, 242); /* VS Code Dark Theme */ /*color: rgb(86, 156, 214);*/ } .cm-s-takatano .cm-hr { color: #AEAEAE; } .cm-s-takatano .cm-link { color: rgb(206, 145, 120); } .cm-s-takatano .cm-error { background: #9D1E15; color: #F8F8F8; } .cm-s-takatano .CodeMirror-activeline-background { background: #3C3636; } .cm-s-takatano .CodeMirror-matchingbracket { outline: 1px solid grey; color:white !important; }
takatano.css
.cm-s-takatano.CodeMirror { /* OneNote Dark Theme */ /*background: rgb(32, 31, 30);*/ /*color: rgb(237, 235, 233);*/ /* VS Code Dark Theme */ background: rgb(30, 30, 30); color: rgb(212, 212, 212); /* Boostnote Dark Theme */ /*background: rgb(49, 51, 54);*/ /* Transparent */ /*background: rgba(0, 0, 0, 0);*/ } .cm-s-takatano div.CodeMirror-selected { background: #253B76; } .cm-s-takatano .CodeMirror-line::selection, .cm-s-takatano .CodeMirror-line > span::selection, .cm-s-takatano .CodeMirror-line > span > span::selection { background: rgba(37, 59, 118, .99); } .cm-s-takatano .CodeMirror-line::-moz-selection, .cm-s-takatano .CodeMirror-line > span::-moz-selection, .cm-s-takatano .CodeMirror-line > span > span::-moz-selection { background: rgba(37, 59, 118, .99); } /* Line number */ .cm-s-takatano .CodeMirror-gutters { /* Transparent */ background: rgba(0, 0, 0, 0); /* OneNote Dark Theme */ /*background: rgb(32, 31, 30);*/ /* Boostnote Dark Theme */ /*background: rgb(49, 51, 54);*/ border-right: 0; } .cm-s-takatano .CodeMirror-guttermarker { color: #FBDE2D; } .cm-s-takatano .CodeMirror-guttermarker-subtle { color: #888; } .cm-s-takatano .CodeMirror-linenumber { color: #888; } .cm-s-takatano .CodeMirror-cursor { border-left: 1px solid #A7A7A7; } .cm-s-takatano .cm-keyword { color: rgb(86, 156, 214); } .cm-s-takatano .cm-atom { color: #D8FA3C; } .cm-s-takatano .cm-number { color: #D8FA3C; } .cm-s-takatano .cm-def { color: rgb(156, 220, 254); } .cm-s-takatano .cm-variable { color: rgb(212, 212, 212); } .cm-s-takatano .cm-property { color: rgb(220, 220, 170); } .cm-s-takatano .cm-operator { color: rgb(212, 212, 212); } .cm-s-takatano .cm-comment { color: rgba(106, 153, 85, 1); } .cm-s-takatano .cm-string { color: rgb(212, 212, 212); } .cm-s-takatano .cm-string-2 { color: #61CE3C; } .cm-s-takatano .cm-meta { color: #D8FA3C; } .cm-s-takatano .cm-builtin { color: #8DA6CE; } .cm-s-takatano .cm-tag { color: #8DA6CE; } .cm-s-takatano .cm-attribute { color: #8DA6CE; } .cm-s-takatano .cm-header { /* OneNote Dark Theme */ color: rgb(69, 161, 242); /* VS Code Dark Theme */ /*color: rgb(86, 156, 214);*/ } .cm-s-takatano .cm-hr { color: #AEAEAE; } .cm-s-takatano .cm-link { color: rgb(206, 145, 120); } .cm-s-takatano .cm-error { background: #9D1E15; color: #F8F8F8; } .cm-s-takatano .CodeMirror-activeline-background { background: #3C3636; } .cm-s-takatano .CodeMirror-matchingbracket { outline: 1px solid grey; color:white !important; }
0.458106
0.067026
.tree-outline .item.object-tree-property { margin-top: 0; border-top: 0; } .object-tree-property.boolean > .icon { content: url(../Images/TypeBoolean.svg); } .object-tree-property.function > .icon { content: url(../Images/Function.svg); } .object-tree-property.number > .icon { content: url(../Images/TypeNumber.svg); } .object-tree-property.object > .icon { content: url(../Images/TypeObject.svg); } .object-tree-property.object.null > .icon { content: url(../Images/TypeNull.svg); } .object-tree-property.object.node > .icon { content: url(../Images/DOMElement.svg); } .object-tree-property.regex > .icon { content: url(../Images/TypeRegex.svg); } .object-tree-property.string > .icon { content: url(../Images/TypeString.svg); } .object-tree-property.symbol > .icon { content: url(../Images/TypeSymbol.svg); } .object-tree-property.accessor > .icon, .object-tree-property.undefined > .icon { content: url(../Images/TypeUndefined.svg); } .object-tree-property.had-error > .icon { content: url(../Images/TypeUndefined.svg) !important; } .object-tree-property .property-name, .object-tree-property .function-parameters, .object-tree-property .prototype-name { font-family: -webkit-system-font, sans-serif; font-size: 12px; } .object-tree-property .property-name.not-enumerable { opacity: 0.6; } .item.object-tree-property.prototype-property { display: inline-block; border: 1px solid hsla(0, 0%, 0%, 0.06); background-color: hsla(0, 0%, 0%, 0.03); border-radius: 3px; padding: 0 10px 1px 0; margin: 3px 0 2px 0; } .object-tree-property.prototype-property:hover, .object-tree-property.prototype-property:focus { border-color: hsla(0, 0%, 0%, 0.1); } .object-tree-property.prototype-property > .icon { display: none; } .item.object-tree-property.prototype-property + ol { -webkit-padding-start: 0px; } .object-tree-property :matches(.getter, .setter) { position: relative; opacity: 0.6; vertical-align: top; } .object-tree-property .spacer { margin-left: 4px; } .object-tree-property .getter { top: 1px; content: url(../Images/Eye.svg); width: 16px; height: 11px; } .object-tree-property .setter { top: -1px; content: url(../Images/Pencil.svg); width: 13px; height: 13px; } .object-tree-property .getter + .setter { margin-left: 1px; } .object-tree-property :matches(.getter, .setter).disabled { opacity: 0.35; } .object-tree-property .getter:not(.disabled):hover { opacity: 1; } .object-tree-property .value.error { color: red; } @media (prefers-color-scheme: dark) { .object-tree-property .getter, .object-tree-property .setter { filter: invert(); } .item.object-tree-property.prototype-property { border-color: hsla(0, 0%, var(--foreground-lightness), 0.06); background-color: hsla(0, 0%, var(--foreground-lightness), 0.03); } .object-tree-property.prototype-property:hover, .object-tree-property.prototype-property:focus { border-color: hsla(0, 0%, var(--foreground-lightness), 0.1); } .object-tree-property .value.error { color: hsl(0, 100%, 60%); } }
build/SDK/inspector/Views/ObjectTreePropertyTreeElement.css
.tree-outline .item.object-tree-property { margin-top: 0; border-top: 0; } .object-tree-property.boolean > .icon { content: url(../Images/TypeBoolean.svg); } .object-tree-property.function > .icon { content: url(../Images/Function.svg); } .object-tree-property.number > .icon { content: url(../Images/TypeNumber.svg); } .object-tree-property.object > .icon { content: url(../Images/TypeObject.svg); } .object-tree-property.object.null > .icon { content: url(../Images/TypeNull.svg); } .object-tree-property.object.node > .icon { content: url(../Images/DOMElement.svg); } .object-tree-property.regex > .icon { content: url(../Images/TypeRegex.svg); } .object-tree-property.string > .icon { content: url(../Images/TypeString.svg); } .object-tree-property.symbol > .icon { content: url(../Images/TypeSymbol.svg); } .object-tree-property.accessor > .icon, .object-tree-property.undefined > .icon { content: url(../Images/TypeUndefined.svg); } .object-tree-property.had-error > .icon { content: url(../Images/TypeUndefined.svg) !important; } .object-tree-property .property-name, .object-tree-property .function-parameters, .object-tree-property .prototype-name { font-family: -webkit-system-font, sans-serif; font-size: 12px; } .object-tree-property .property-name.not-enumerable { opacity: 0.6; } .item.object-tree-property.prototype-property { display: inline-block; border: 1px solid hsla(0, 0%, 0%, 0.06); background-color: hsla(0, 0%, 0%, 0.03); border-radius: 3px; padding: 0 10px 1px 0; margin: 3px 0 2px 0; } .object-tree-property.prototype-property:hover, .object-tree-property.prototype-property:focus { border-color: hsla(0, 0%, 0%, 0.1); } .object-tree-property.prototype-property > .icon { display: none; } .item.object-tree-property.prototype-property + ol { -webkit-padding-start: 0px; } .object-tree-property :matches(.getter, .setter) { position: relative; opacity: 0.6; vertical-align: top; } .object-tree-property .spacer { margin-left: 4px; } .object-tree-property .getter { top: 1px; content: url(../Images/Eye.svg); width: 16px; height: 11px; } .object-tree-property .setter { top: -1px; content: url(../Images/Pencil.svg); width: 13px; height: 13px; } .object-tree-property .getter + .setter { margin-left: 1px; } .object-tree-property :matches(.getter, .setter).disabled { opacity: 0.35; } .object-tree-property .getter:not(.disabled):hover { opacity: 1; } .object-tree-property .value.error { color: red; } @media (prefers-color-scheme: dark) { .object-tree-property .getter, .object-tree-property .setter { filter: invert(); } .item.object-tree-property.prototype-property { border-color: hsla(0, 0%, var(--foreground-lightness), 0.06); background-color: hsla(0, 0%, var(--foreground-lightness), 0.03); } .object-tree-property.prototype-property:hover, .object-tree-property.prototype-property:focus { border-color: hsla(0, 0%, var(--foreground-lightness), 0.1); } .object-tree-property .value.error { color: hsl(0, 100%, 60%); } }
0.544317
0.087876
*{ margin:0; padding: 0; } body{ background-color: #E9ECF4; font-family: 'Roboto', sans-serif; } /*-------------Contenedor principal-----------------*/ .contenedor{ display: grid; grid-gap: 10px; grid-template-columns: repeat(4,1fr); /*Usando grid para estructurar la pagina*/ grid-template-rows: repeat(3,auto); /*Definiendo la esctructura de la pagina*/ grid-template-areas: "header header header header header" "menu_rastros menu_rastros menu_rastros menu_rastros menu_rastros" "verticall contenido contenido contenido contenido"; } /*-------------Contenedor principal-----------------*/ header{ grid-area: header; } /*--------IMAGENES------------*/ .imagenesHorizontales{ width: 100%; background-color: rgb(61, 182, 71); display: flex; /*Usando flexbox para alinear los elementos al centro*/ justify-content: space-between; align-items: center; flex-wrap: wrap; } header img{ max-height: 150px; } aside{ grid-area:verticall; } .contenedor_imagen_vertical{ text-align: center; margin-left: 20px; border-right:2px solid rgb(199, 199, 199); background-color: rgb(253, 253, 253); font-size: 15px; } .img_vertical{ max-width: 100%; max-height: 100%; } .imgFoto { max-width: 100%; max-height: 100%; } aside a{ color:rgb(0, 153, 255); } /*--------IMAGENES------------*/ /*------------- Menu de rastros --------------*/ /*Contenedor principal*/ .contenedor_menu_rastros{ margin-left: 20px; margin-right: 20px; grid-area:menu_rastros; background-color: rgb(226, 223, 223); padding:0.5% 0% 0.5% 2%; position: relative; } .menu_rastros{ display: inline-block; } .nombre_usuario{ display: inline-block; position: absolute; right:0; margin-right: 20px; } .rastro_item{ text-decoration: none; display: inline-block; } .rastro_link{ color:rgb(70, 69, 69); font-size: large; text-decoration: none; } .rastro_link:hover{ color:rgb(0, 0, 0); } /*Selector que ingresa un: ">" en medio de cada item, EXCEPTO del ultimo: Home>Pag1>Pag2 */ .rastro_item:not(:last-of-type)::after { content:">"; margin: 0px 5px; color:rgb(121, 121, 121); } .rastro_link_activo{ font-weight: bold; } /*------------- Menu de rastros --------------*/ /*Contendor del contenido de la pagina*/ .contenido{ width:100%; overflow-y:auto; margin-right: 20px; grid-area:contenido; background-color: rgb(253, 253, 253); padding: 0px; } footer{ grid-area: footer; background-color: rgb(226, 223, 223);; } /*------------------------------ RESPONSIVE ---------------------------*/ /*Hay distintos @media para poder ajustar el tamaño de la imagen una vez empieza disminuir el tamaño del dispositivo*/ @media screen and (max-width: 1426px) { header img{ max-height: 100px !important; } } @media screen and (max-width:970px) { .nombre_usuario{ display: block; position: relative; margin-top: 5px; } } @media screen and (max-width: 948px) { header img{ max-height: 80px; } } @media screen and (max-width: 768px){ .contenedor{ /*Definiendo la esctructura de la pagina*/ grid-template-areas: "header header header header" "menu_rastros menu_rastros menu_rastros menu_rastros" "contenido contenido contenido contenido"; } .contenedor_menu_rastros a { font-size: 13px; } .contenedor_imagen_vertical{ display: none; } .contenido{ margin-right: 0; } header img{ max-height: 50px; } } @media screen and (max-width: 493px) { .contenedor_menu_rastros a { font-size: 11px; } header img{ max-height: 30px; } } /*--------------------------------- RESPONSIVE -----------------------------*/ .row{ justify-content: center; position:relative; display: flex; align-items: center; flex-wrap: wrap; align-content: flex-start; top:60px; left:90px; } .tit1{ text-align: center; color: green; } .card{ width:20rem; } .centrado{ text-align: center; } .btn-primary, .btn-primary:active, .btn-primary:visited { background-color:#16AB26 !important; border-color:white !important; width: 190%; font-size:22px !important; font-weight:500 !important; } .btn-primary:hover{ background-color:#0A6514 !important; } .btn-success, btn-success hoover, btn-success visited{ top:20px; left:50px !important; background-color:#16AB26 !important; border-color:white !important; float:right !important; } .botonvolver{ position: absolute; top: 94%; }
public/css_personal/ListaProfesores.css
*{ margin:0; padding: 0; } body{ background-color: #E9ECF4; font-family: 'Roboto', sans-serif; } /*-------------Contenedor principal-----------------*/ .contenedor{ display: grid; grid-gap: 10px; grid-template-columns: repeat(4,1fr); /*Usando grid para estructurar la pagina*/ grid-template-rows: repeat(3,auto); /*Definiendo la esctructura de la pagina*/ grid-template-areas: "header header header header header" "menu_rastros menu_rastros menu_rastros menu_rastros menu_rastros" "verticall contenido contenido contenido contenido"; } /*-------------Contenedor principal-----------------*/ header{ grid-area: header; } /*--------IMAGENES------------*/ .imagenesHorizontales{ width: 100%; background-color: rgb(61, 182, 71); display: flex; /*Usando flexbox para alinear los elementos al centro*/ justify-content: space-between; align-items: center; flex-wrap: wrap; } header img{ max-height: 150px; } aside{ grid-area:verticall; } .contenedor_imagen_vertical{ text-align: center; margin-left: 20px; border-right:2px solid rgb(199, 199, 199); background-color: rgb(253, 253, 253); font-size: 15px; } .img_vertical{ max-width: 100%; max-height: 100%; } .imgFoto { max-width: 100%; max-height: 100%; } aside a{ color:rgb(0, 153, 255); } /*--------IMAGENES------------*/ /*------------- Menu de rastros --------------*/ /*Contenedor principal*/ .contenedor_menu_rastros{ margin-left: 20px; margin-right: 20px; grid-area:menu_rastros; background-color: rgb(226, 223, 223); padding:0.5% 0% 0.5% 2%; position: relative; } .menu_rastros{ display: inline-block; } .nombre_usuario{ display: inline-block; position: absolute; right:0; margin-right: 20px; } .rastro_item{ text-decoration: none; display: inline-block; } .rastro_link{ color:rgb(70, 69, 69); font-size: large; text-decoration: none; } .rastro_link:hover{ color:rgb(0, 0, 0); } /*Selector que ingresa un: ">" en medio de cada item, EXCEPTO del ultimo: Home>Pag1>Pag2 */ .rastro_item:not(:last-of-type)::after { content:">"; margin: 0px 5px; color:rgb(121, 121, 121); } .rastro_link_activo{ font-weight: bold; } /*------------- Menu de rastros --------------*/ /*Contendor del contenido de la pagina*/ .contenido{ width:100%; overflow-y:auto; margin-right: 20px; grid-area:contenido; background-color: rgb(253, 253, 253); padding: 0px; } footer{ grid-area: footer; background-color: rgb(226, 223, 223);; } /*------------------------------ RESPONSIVE ---------------------------*/ /*Hay distintos @media para poder ajustar el tamaño de la imagen una vez empieza disminuir el tamaño del dispositivo*/ @media screen and (max-width: 1426px) { header img{ max-height: 100px !important; } } @media screen and (max-width:970px) { .nombre_usuario{ display: block; position: relative; margin-top: 5px; } } @media screen and (max-width: 948px) { header img{ max-height: 80px; } } @media screen and (max-width: 768px){ .contenedor{ /*Definiendo la esctructura de la pagina*/ grid-template-areas: "header header header header" "menu_rastros menu_rastros menu_rastros menu_rastros" "contenido contenido contenido contenido"; } .contenedor_menu_rastros a { font-size: 13px; } .contenedor_imagen_vertical{ display: none; } .contenido{ margin-right: 0; } header img{ max-height: 50px; } } @media screen and (max-width: 493px) { .contenedor_menu_rastros a { font-size: 11px; } header img{ max-height: 30px; } } /*--------------------------------- RESPONSIVE -----------------------------*/ .row{ justify-content: center; position:relative; display: flex; align-items: center; flex-wrap: wrap; align-content: flex-start; top:60px; left:90px; } .tit1{ text-align: center; color: green; } .card{ width:20rem; } .centrado{ text-align: center; } .btn-primary, .btn-primary:active, .btn-primary:visited { background-color:#16AB26 !important; border-color:white !important; width: 190%; font-size:22px !important; font-weight:500 !important; } .btn-primary:hover{ background-color:#0A6514 !important; } .btn-success, btn-success hoover, btn-success visited{ top:20px; left:50px !important; background-color:#16AB26 !important; border-color:white !important; float:right !important; } .botonvolver{ position: absolute; top: 94%; }
0.243642
0.104981
nav.isotopeFilter a { padding: 4px 12px; line-height: 20px; text-decoration: none; background-color: #EEE; color:#555 !important; } nav.isotopeFilter a:hover, nav.isotopeFilter a.current { text-decoration: none; background-color: #44BCDD; color:#fff !important; } .portfolio-item-nav { z-index: 50; line-height: 20px; position: absolute; right: 0; top: 0; text-decoration: none; } .portfolioFilterGroup, .portfolioTileGroup { background-color: #d3d3d3!important; border-radius: 4px!important; -webkit-border-radius: 4px!important; -moz-border-radius: 4px!important; margin-bottom: 10px!important; } .portfolioTileGroup table { width: 100%!important; } .portfolioTileGroup td { vertical-align: middle!important; padding: 2px 5px!important; } .portfolioFilterGroup .btn, .portfolioTileGroup .btn { padding: 0!important; height: 100%!important; width: 30px!important; } .portfoliocontent article{ margin-bottom: 30px; } .portfoliocontent img { width:100%; } .portfoliocontent article p { margin-bottom:1.45em;/*set next row on the baseline*/ } nav.isotopeFilter { margin-bottom:1.5em; } nav.isotopeFilter li { display:inline-block; margin:0 0 0 5px; } nav.isotopeFilter .handle { padding: 4px 10px; cursor: move; } .portfolio-items article img {width:100%;} .portfolio-item { display: block; position: relative; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .portfolio-item img { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; } .portfolio-item .portfolio-desc { display: block; opacity: 0; position: absolute; width: 100%; left: 0; top: 0; color: rgba(70, 70, 70, 1); background: #FFF; } .portfolio-item:hover .portfolio-desc { padding-top: 10%; height: 100%; transition: all 200ms ease-in-out 0s; opacity: .8; } .portfolio-item .portfolio-desc a { color: rgba(70, 70, 70, 1); } .portfolio-item .portfolio-desc a:hover { text-decoration: none; } .portfolio-item .portfolio-desc .folio-info { top:-20px; padding: 30px; height: 0; opacity: 0; position: relative; } .portfolio-item:hover .folio-info{ height: 100%; opacity: 1; transition: all 500ms ease-in-out 0s; top:5px; } /*.portfolio-item .portfolio-desc .folio-info h5 { text-transform: uppercase; } .portfolio-item .portfolio-desc .folio-info h6 { font-size: 14px; } .portfolio-item .portfolio-desc .folio-info p { font-size: 12px; }*/ .portfolio-item .portfolio-desc .portfolio-desc-link { margin-top: 5px; text-align: center; } /* Isotope Filtering */ .isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } /**** Isotope CSS3 transitions ****/ .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; } /**** disabling Isotope CSS3 transitions ****/ .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } /* End: Recommended Isotope styles */ /* disable CSS transitions for containers with infinite scrolling*/ .isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } /**** Isotope styles ****/ .element { width: 110px; height: 110px; margin: 5px; float: left; overflow: hidden; position: relative; background: #888; color: #222; -webkit-border-top-right-radius: 1.2em; -moz-border-radius-topright: 1.2em; border-top-right-radius: 1.2em; } .element.alkali { background: #F00; background: hsl( 0, 100%, 50%); } .element.alkaline-earth { background: #F80; background: hsl( 36, 100%, 50%); } .element.lanthanoid { background: #FF0; background: hsl( 72, 100%, 50%); } .element.actinoid { background: #0F0; background: hsl( 108, 100%, 50%); } .element.transition { background: #0F8; background: hsl( 144, 100%, 50%); } .element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); } .element.metalloid { background: #08F; background: hsl( 216, 100%, 50%); } .element.other.nonmetal { background: #00F; background: hsl( 252, 100%, 50%); } .element.halogen { background: #F0F; background: hsl( 288, 100%, 50%); } .element.noble-gas { background: #F08; background: hsl( 324, 100%, 50%); } .element * { position: absolute; margin: 0; } .element .symbol { left: 0.2em; top: 0.4em; font-size: 3.8em; line-height: 1.0em; color: #FFF; } .element.large .symbol { font-size: 4.5em; } .element.fake .symbol { color: #000; } .element .name { left: 0.5em; bottom: 1.6em; font-size: 1.05em; } .element .weight { font-size: 0.9em; left: 0.5em; bottom: 0.5em; } .element .number { font-size: 1.25em; font-weight: bold; color: hsla(0,0%,0%,.5); right: 0.5em; top: 0.5em; } .variable-sizes .element.width2 { width: 230px; } .variable-sizes .element.height2 { height: 230px; } .variable-sizes .element.width2.height2 { font-size: 2.0em; } .element.large, .variable-sizes .element.large, .variable-sizes .element.large.width2.height2 { font-size: 3.0em; width: 350px; height: 350px; z-index: 100; } .clickable .element:hover { cursor: pointer; } .clickable .element:hover h3 { text-shadow: 0 0 10px white, 0 0 10px white ; } .clickable .element:hover h2 { color: white; }
assets/css/portfolio.css
nav.isotopeFilter a { padding: 4px 12px; line-height: 20px; text-decoration: none; background-color: #EEE; color:#555 !important; } nav.isotopeFilter a:hover, nav.isotopeFilter a.current { text-decoration: none; background-color: #44BCDD; color:#fff !important; } .portfolio-item-nav { z-index: 50; line-height: 20px; position: absolute; right: 0; top: 0; text-decoration: none; } .portfolioFilterGroup, .portfolioTileGroup { background-color: #d3d3d3!important; border-radius: 4px!important; -webkit-border-radius: 4px!important; -moz-border-radius: 4px!important; margin-bottom: 10px!important; } .portfolioTileGroup table { width: 100%!important; } .portfolioTileGroup td { vertical-align: middle!important; padding: 2px 5px!important; } .portfolioFilterGroup .btn, .portfolioTileGroup .btn { padding: 0!important; height: 100%!important; width: 30px!important; } .portfoliocontent article{ margin-bottom: 30px; } .portfoliocontent img { width:100%; } .portfoliocontent article p { margin-bottom:1.45em;/*set next row on the baseline*/ } nav.isotopeFilter { margin-bottom:1.5em; } nav.isotopeFilter li { display:inline-block; margin:0 0 0 5px; } nav.isotopeFilter .handle { padding: 4px 10px; cursor: move; } .portfolio-items article img {width:100%;} .portfolio-item { display: block; position: relative; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .portfolio-item img { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; } .portfolio-item .portfolio-desc { display: block; opacity: 0; position: absolute; width: 100%; left: 0; top: 0; color: rgba(70, 70, 70, 1); background: #FFF; } .portfolio-item:hover .portfolio-desc { padding-top: 10%; height: 100%; transition: all 200ms ease-in-out 0s; opacity: .8; } .portfolio-item .portfolio-desc a { color: rgba(70, 70, 70, 1); } .portfolio-item .portfolio-desc a:hover { text-decoration: none; } .portfolio-item .portfolio-desc .folio-info { top:-20px; padding: 30px; height: 0; opacity: 0; position: relative; } .portfolio-item:hover .folio-info{ height: 100%; opacity: 1; transition: all 500ms ease-in-out 0s; top:5px; } /*.portfolio-item .portfolio-desc .folio-info h5 { text-transform: uppercase; } .portfolio-item .portfolio-desc .folio-info h6 { font-size: 14px; } .portfolio-item .portfolio-desc .folio-info p { font-size: 12px; }*/ .portfolio-item .portfolio-desc .portfolio-desc-link { margin-top: 5px; text-align: center; } /* Isotope Filtering */ .isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } /**** Isotope CSS3 transitions ****/ .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; } /**** disabling Isotope CSS3 transitions ****/ .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } /* End: Recommended Isotope styles */ /* disable CSS transitions for containers with infinite scrolling*/ .isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } /**** Isotope styles ****/ .element { width: 110px; height: 110px; margin: 5px; float: left; overflow: hidden; position: relative; background: #888; color: #222; -webkit-border-top-right-radius: 1.2em; -moz-border-radius-topright: 1.2em; border-top-right-radius: 1.2em; } .element.alkali { background: #F00; background: hsl( 0, 100%, 50%); } .element.alkaline-earth { background: #F80; background: hsl( 36, 100%, 50%); } .element.lanthanoid { background: #FF0; background: hsl( 72, 100%, 50%); } .element.actinoid { background: #0F0; background: hsl( 108, 100%, 50%); } .element.transition { background: #0F8; background: hsl( 144, 100%, 50%); } .element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); } .element.metalloid { background: #08F; background: hsl( 216, 100%, 50%); } .element.other.nonmetal { background: #00F; background: hsl( 252, 100%, 50%); } .element.halogen { background: #F0F; background: hsl( 288, 100%, 50%); } .element.noble-gas { background: #F08; background: hsl( 324, 100%, 50%); } .element * { position: absolute; margin: 0; } .element .symbol { left: 0.2em; top: 0.4em; font-size: 3.8em; line-height: 1.0em; color: #FFF; } .element.large .symbol { font-size: 4.5em; } .element.fake .symbol { color: #000; } .element .name { left: 0.5em; bottom: 1.6em; font-size: 1.05em; } .element .weight { font-size: 0.9em; left: 0.5em; bottom: 0.5em; } .element .number { font-size: 1.25em; font-weight: bold; color: hsla(0,0%,0%,.5); right: 0.5em; top: 0.5em; } .variable-sizes .element.width2 { width: 230px; } .variable-sizes .element.height2 { height: 230px; } .variable-sizes .element.width2.height2 { font-size: 2.0em; } .element.large, .variable-sizes .element.large, .variable-sizes .element.large.width2.height2 { font-size: 3.0em; width: 350px; height: 350px; z-index: 100; } .clickable .element:hover { cursor: pointer; } .clickable .element:hover h3 { text-shadow: 0 0 10px white, 0 0 10px white ; } .clickable .element:hover h2 { color: white; }
0.356895
0.073897
margin:0 !important; border:0 !important; background: var(--grey-100); border:1px solid var(--grey-200) !important; /* border-width:0px 1px !important; */ padding:28px 25px !important; padding-left:35px !important /* border-bottom:1px solid #eee !important; */ } .solution { overflow: visible !important; } .solution .track-icon { left:-15px !important; top:36px !important; transition-property: left, top; transition-duration: 0.2s; } .solution:hover .track-icon { /* left:15px !important; */ /* top:0px !important; */ transition-property: left, top; transition-duration: 0.2s; } .solution .icons .joiner { visibility: hidden !important; } .solution .icons .exercise { border-radius: 5px !important; border: 1px solid #009cab99 !important; /* border: none !important; */ /* background: transparent !important; */ /* box-shadow: 1px 1px 5px var(--image-shadow); */ width: 53px !important; height: 53px !important; padding:5px !important; /* margin-top:-5px; */ /* position: relative; */ margin-bottom: 20px !important; transition-duration: 0.15s; transition-property: width,height,margin; } .solution:hover .icons .exercise { width: 63px !important; height: 63px !important; margin-top:-5px; margin-left:-5px; margin-right:-5px; } .solution .icons .person { border-radius: 100% !important; width: 56px !important; height: 56px !important; border:0 !important; margin-left:10px; margin-top:-2px; box-shadow: 0px 0px 5px var(--image-shadow); background:#d8d8d8 !important; } #mentor-dashboard-page .solution .track-icon, #mentor-next-solutions-page .solution .track-icon, #mentor-testimonials-page .solution .track-icon { /* top: 13px !important; */ } #mentor-dashboard-page .solution:nth-of-type(1), #mentor-next-solutions-page .solution:nth-of-type(1), #mentor-testimonials-page .solution:nth-of-type(1) { border-top:1px solid var(--grey-400) !important; border-radius: 10px 10px 0px 0px; } #mentor-dashboard-page .solution:hover, #mentor-next-solutions-page .solution:hover, #mentor-testimonials-page .solution:hover { border: 1px solid #4A90E2 !important; } #mentor-dashboard-page .solution:nth-child(even), #mentor-next-solutions-page .solution:nth-child(even), #mentor-testimonials-page .solution:nth-child(even) { background: transparent } .solution .title { font-size:0rem !important; display:flex; flex-direction: row; align-items: baseline; margin-bottom: 0px !important; } #profile-page .solution .title { font-size: 1.2rem !important } .solution .details { border-left: 0 !important; margin:7px 0 !important; } .solution .details .extra { color: #888 !important; color: var(--grey-700) !important; font-size: 14px !important; } .solution .details .extra .submitted-at { float:right; color: var(--grey-600) !important } /* extraneous */ #mentor-next-solutions-page .solution .extra .language { display: none !important; } #mentor-next-solutions-page .solution .extra .iteration span { /* color: var(--grey-500); */ } #mentor-next-solutions-page .solution .extra .iteration .badge { background: var(--grey-200); color: var(--grey-800); padding:2px 5px; display: inline-block; font-size: 10px; margin-left:1em; border-radius: 5px; background: rgba(58,178,146,0.1); border:1px solid var(--grey-300); } #mentor-next-solutions-page .solution .extra .iteration { /* display: none !important; */ /* padding-right:0.5em; */ } #mentor-dashboard-page .solution .extra .divider:nth-child(4) { display: none !important; } #mentor-next-solutions-page .solution .extra .divider { display: none !important; } .solution .title div { font-size:1.2rem !important; } .solution .title div.handle { order:2; font-weight: normal !important; font-size:0.75rem !important; } .solution .title div.exercise { font-weight:500; padding-right:1.5em; color: var(--grey-800) !important; order:1 } #mentor-next-solutions-page .solution .title div.handle { /* display: none !important; */ } .button, .pure-button { border-radius: 20px !important; padding-left:25px !important; padding-right:25px !important; } .analysis-section { border-radius: 5px; border:0 !important; box-shadow: 0px 0px 4px var(--image-shadow); width:99%; margin-top:3px; /* border:1px solid #eee !important; */ } .analysis-section .recommendation { border:0 !important} .analysis-section h3 i { color:#777 !important } .analysis-section h3 { font-size:0.8rem; border-radius: 5px 5px 0 0; padding:5px 10px !important; background: #79c9b366 !important; color:var(--grey-800) !important; } .misc-menu .dropdown .person { /* display: none; */ } /* slim header */ /* a.notifications { background: transparent !important; opacity: 0.9; } header .logo { display:none !important; } header { height:0px !important; } */ #mentor-solution-page nav.breadcrumb { display: none; } .widget-iterations-nav .title { font-size:14px !important; margin-top:0 !important; padding-bottom: 8px !important; } header .notifications { background: transparent !important; } #mentor-solution-page .track-header { padding: 30px 0 !important; background: #009cab !important; } #mentor-solution-page .tools-bar .notification { color: var(--grey-800) !important; font-weight: 500 !important; } #mentor-solution-page .tools-bar .mentoring-notes { padding-right: 0 !important } #mentor-solution-page .tools-bar { max-width:1200px; background: transparent !important; margin: 0 auto !important; margin-bottom:20px !important; opacity: 0.8; border: 0 !important; padding:10px 0 !important; border-bottom: 2px solid #009cab55 !important; } /* testimonials pop */ .testimonial .feedback i { color: var(--grey-400) !important; font-size:0.6em !important; } .testimonial .feedback { font-size:1.6em !important; line-height: 1.3em !important; font-weight: 200 !important; } #mentor-next-solutions-page .next-exercises-navigation .subtitle .label { /* background: #4A90E2; */ /* background:#179caa99; */ } /* less bold */ #mentor-next-solutions-page .next-exercises-navigation li .label { font-weight: normal !important; color:var(--grey-800) !important; padding:5px 0; display: block; margin:0 !important; /* position: relative; */ /* display: inline-block; */ } #mentor-next-solutions-page .next-exercises-navigation li .label:hover { color: #669cab !important; } #mentor-next-solutions-page .next-exercises-navigation .exercises .label:before { content: ""; position: absolute; /* border-left: 2px solid red; */ /* opacity:0; */ top: 0; left: -21px; /* transition-property: opacity; */ /* transition-duration: 0.5s; */ bottom: 0px; } #mentor-next-solutions-page .next-exercises-navigation .exercises .label:hover:before { content: ""; border-left: 2px solid #009cab; position: absolute; opacity:1; top: 0; left: -21px; bottom: 0px; } body #mentor-next-solutions-page .next-exercises-navigation .label.selected { font-weight: bold !important; } #mentor-dashboard-page .solution .core, #mentor-dashboard-page .solution .side, #mentor-dashboard-page .solution .independent, #mentor-next-solutions-page .solution .core, #mentor-next-solutions-page .solution .side, #mentor-next-solutions-page .solution .independent, #mentor-testimonials-page .solution .core, #mentor-testimonials-page .solution .side, #mentor-testimonials-page .solution .independent { font-weight: normal !important; } #mentor-dashboard-page .solution .core, #mentor-next-solutions-page .solution .core, #mentor-testimonials-page .solution .core { color: #179caacc !important; } .leave-button, .leave-button:hover { background:transparent !important; border:1px solid transparent !important; padding-left:15px !important; color:#666 !important; } .leave-button:hover { color:#c00 !important; text-decoration: underline !important; }
src/css/monolith.css
margin:0 !important; border:0 !important; background: var(--grey-100); border:1px solid var(--grey-200) !important; /* border-width:0px 1px !important; */ padding:28px 25px !important; padding-left:35px !important /* border-bottom:1px solid #eee !important; */ } .solution { overflow: visible !important; } .solution .track-icon { left:-15px !important; top:36px !important; transition-property: left, top; transition-duration: 0.2s; } .solution:hover .track-icon { /* left:15px !important; */ /* top:0px !important; */ transition-property: left, top; transition-duration: 0.2s; } .solution .icons .joiner { visibility: hidden !important; } .solution .icons .exercise { border-radius: 5px !important; border: 1px solid #009cab99 !important; /* border: none !important; */ /* background: transparent !important; */ /* box-shadow: 1px 1px 5px var(--image-shadow); */ width: 53px !important; height: 53px !important; padding:5px !important; /* margin-top:-5px; */ /* position: relative; */ margin-bottom: 20px !important; transition-duration: 0.15s; transition-property: width,height,margin; } .solution:hover .icons .exercise { width: 63px !important; height: 63px !important; margin-top:-5px; margin-left:-5px; margin-right:-5px; } .solution .icons .person { border-radius: 100% !important; width: 56px !important; height: 56px !important; border:0 !important; margin-left:10px; margin-top:-2px; box-shadow: 0px 0px 5px var(--image-shadow); background:#d8d8d8 !important; } #mentor-dashboard-page .solution .track-icon, #mentor-next-solutions-page .solution .track-icon, #mentor-testimonials-page .solution .track-icon { /* top: 13px !important; */ } #mentor-dashboard-page .solution:nth-of-type(1), #mentor-next-solutions-page .solution:nth-of-type(1), #mentor-testimonials-page .solution:nth-of-type(1) { border-top:1px solid var(--grey-400) !important; border-radius: 10px 10px 0px 0px; } #mentor-dashboard-page .solution:hover, #mentor-next-solutions-page .solution:hover, #mentor-testimonials-page .solution:hover { border: 1px solid #4A90E2 !important; } #mentor-dashboard-page .solution:nth-child(even), #mentor-next-solutions-page .solution:nth-child(even), #mentor-testimonials-page .solution:nth-child(even) { background: transparent } .solution .title { font-size:0rem !important; display:flex; flex-direction: row; align-items: baseline; margin-bottom: 0px !important; } #profile-page .solution .title { font-size: 1.2rem !important } .solution .details { border-left: 0 !important; margin:7px 0 !important; } .solution .details .extra { color: #888 !important; color: var(--grey-700) !important; font-size: 14px !important; } .solution .details .extra .submitted-at { float:right; color: var(--grey-600) !important } /* extraneous */ #mentor-next-solutions-page .solution .extra .language { display: none !important; } #mentor-next-solutions-page .solution .extra .iteration span { /* color: var(--grey-500); */ } #mentor-next-solutions-page .solution .extra .iteration .badge { background: var(--grey-200); color: var(--grey-800); padding:2px 5px; display: inline-block; font-size: 10px; margin-left:1em; border-radius: 5px; background: rgba(58,178,146,0.1); border:1px solid var(--grey-300); } #mentor-next-solutions-page .solution .extra .iteration { /* display: none !important; */ /* padding-right:0.5em; */ } #mentor-dashboard-page .solution .extra .divider:nth-child(4) { display: none !important; } #mentor-next-solutions-page .solution .extra .divider { display: none !important; } .solution .title div { font-size:1.2rem !important; } .solution .title div.handle { order:2; font-weight: normal !important; font-size:0.75rem !important; } .solution .title div.exercise { font-weight:500; padding-right:1.5em; color: var(--grey-800) !important; order:1 } #mentor-next-solutions-page .solution .title div.handle { /* display: none !important; */ } .button, .pure-button { border-radius: 20px !important; padding-left:25px !important; padding-right:25px !important; } .analysis-section { border-radius: 5px; border:0 !important; box-shadow: 0px 0px 4px var(--image-shadow); width:99%; margin-top:3px; /* border:1px solid #eee !important; */ } .analysis-section .recommendation { border:0 !important} .analysis-section h3 i { color:#777 !important } .analysis-section h3 { font-size:0.8rem; border-radius: 5px 5px 0 0; padding:5px 10px !important; background: #79c9b366 !important; color:var(--grey-800) !important; } .misc-menu .dropdown .person { /* display: none; */ } /* slim header */ /* a.notifications { background: transparent !important; opacity: 0.9; } header .logo { display:none !important; } header { height:0px !important; } */ #mentor-solution-page nav.breadcrumb { display: none; } .widget-iterations-nav .title { font-size:14px !important; margin-top:0 !important; padding-bottom: 8px !important; } header .notifications { background: transparent !important; } #mentor-solution-page .track-header { padding: 30px 0 !important; background: #009cab !important; } #mentor-solution-page .tools-bar .notification { color: var(--grey-800) !important; font-weight: 500 !important; } #mentor-solution-page .tools-bar .mentoring-notes { padding-right: 0 !important } #mentor-solution-page .tools-bar { max-width:1200px; background: transparent !important; margin: 0 auto !important; margin-bottom:20px !important; opacity: 0.8; border: 0 !important; padding:10px 0 !important; border-bottom: 2px solid #009cab55 !important; } /* testimonials pop */ .testimonial .feedback i { color: var(--grey-400) !important; font-size:0.6em !important; } .testimonial .feedback { font-size:1.6em !important; line-height: 1.3em !important; font-weight: 200 !important; } #mentor-next-solutions-page .next-exercises-navigation .subtitle .label { /* background: #4A90E2; */ /* background:#179caa99; */ } /* less bold */ #mentor-next-solutions-page .next-exercises-navigation li .label { font-weight: normal !important; color:var(--grey-800) !important; padding:5px 0; display: block; margin:0 !important; /* position: relative; */ /* display: inline-block; */ } #mentor-next-solutions-page .next-exercises-navigation li .label:hover { color: #669cab !important; } #mentor-next-solutions-page .next-exercises-navigation .exercises .label:before { content: ""; position: absolute; /* border-left: 2px solid red; */ /* opacity:0; */ top: 0; left: -21px; /* transition-property: opacity; */ /* transition-duration: 0.5s; */ bottom: 0px; } #mentor-next-solutions-page .next-exercises-navigation .exercises .label:hover:before { content: ""; border-left: 2px solid #009cab; position: absolute; opacity:1; top: 0; left: -21px; bottom: 0px; } body #mentor-next-solutions-page .next-exercises-navigation .label.selected { font-weight: bold !important; } #mentor-dashboard-page .solution .core, #mentor-dashboard-page .solution .side, #mentor-dashboard-page .solution .independent, #mentor-next-solutions-page .solution .core, #mentor-next-solutions-page .solution .side, #mentor-next-solutions-page .solution .independent, #mentor-testimonials-page .solution .core, #mentor-testimonials-page .solution .side, #mentor-testimonials-page .solution .independent { font-weight: normal !important; } #mentor-dashboard-page .solution .core, #mentor-next-solutions-page .solution .core, #mentor-testimonials-page .solution .core { color: #179caacc !important; } .leave-button, .leave-button:hover { background:transparent !important; border:1px solid transparent !important; padding-left:15px !important; color:#666 !important; } .leave-button:hover { color:#c00 !important; text-decoration: underline !important; }
0.357119
0.064418
==================================== [ CSS TABLE CONTENT ] ------------------------------------ 1.0 - General 2.0 - Typography 3.0 - Global Style 4.0 - Navigation 5.0 - Search Box 6.0 - Page Title Section 7.0 - Slider Section 8.0 - Creative Section 9.0 - Recent Project Section 9.1 - Overlay and hover effect 10.0 - Magnific Popup CSS 11.0 - Feature Section 12.0 - About Section 13.0 - Counter Section 14.0 - Team Section 15.0 - Video Section 16.0 - Service Section 17.0 - Process Section 18.0 - Portfolio Section 19.0 - Portfolio Single Page 20.0 - Partner Section 21.0 - Case study section 22.0 - Map Section 23.0 - Contact Section 24.0 - Footer Section 25.0 - Preloader 26.0 - Homepage Two 27.0 - Homepage Three 28.0 - About us Page 29.0 - About us page two 30.0 - Blog Page 31.0 - Blog Page Version Two 32.0 - Full Width Section 33.0 - Call to action section 34.0 - Client Testimonial Style 35.0 - Parallax Homepage 36.0 - Contact Page 37.0 - 404 page 38.0 - Slick slider customization ------------------------------------- [ END CSS TABLE CONTENT ] ===================================== */ /* Theme Reset Start */ @import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700|Karla:400,700|Montserrat:400,500,700,800,900|Poppins:300,400,500,700|Playfair+Display:400,400i,700,700i|Reenie+Beanie'); @import url("../css/bootstrap.min.css"); @import url("../css/custom-icons.min.css"); @import url("../css/icofonts.min.css"); @import url("../css/cubeportfolio.css"); @import url("../css/bootsnav.css"); @import url("../css/slick.css"); @import url("../css/animate.css"); /* Transitons */ * { transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } *:hover { transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } .transition-none *, .home-slider *, .mfp-container *, .attr-nav *, .cbp-wrapper *, .parallax, .rev-slider *, #loader-overlay *, .menu-overlay, .tr-products *, #loader-overlay, .main-box-title *, .skillbar-wrap * { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } .animation-move-top { transform: translateY(0); -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); } .animation-move-top:hover { transform: translateY(-30px); } .animation-move-top-sm { transform: translateY(0); -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); } .animation-move-top-sm:hover { transform: translateY(-10px); } /* Loader */ #loader-overlay { width: 100%; height: 100vh; background: #190a25; position: fixed; z-index: 999999; } .loader { display: inline-block; width: 50px; height: 50px; position: absolute; top: 50%; left: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); } .loader-inner { animation: rotate 1s infinite; height: 50px; width: 50px; } .loader-inner:before, .loader-inner:after { border-radius: 50%; content: ''; display: block; height: 20px; width: 20px; } .loader-inner:before { animation: ball1 1s infinite; background-color: #d51301; box-shadow: 30px 0 0 #fec924; margin-bottom: 10px; } .loader-inner:after { animation: ball2 1s infinite; background-color: #499bd2; box-shadow: 30px 0 0 #7877be; } @keyframes rotate { 0% { -webkit-transform: rotate(0deg) scale(0.8); -moz-transform: rotate(0deg) scale(0.8); } 50% { -webkit-transform: rotate(360deg) scale(1.2); -moz-transform: rotate(360deg) scale(1.2); } 100% { -webkit-transform: rotate(720deg) scale(0.8); -moz-transform: rotate(720deg) scale(0.8); } } @keyframes ball1 { 0% { box-shadow: 30px 0 0 #d51301; } 50% { box-shadow: 0 0 0 #d51301; margin-bottom: 0; -webkit-transform: translate(15px, 15px); -moz-transform: translate(15px, 15px); } 100% { box-shadow: 30px 0 0 #d51301; margin-bottom: 10px; } } @keyframes ball2 { 0% { box-shadow: 30px 0 0 #fec924; } 50% { box-shadow: 0 0 0 #fec924; margin-top: -20px; -webkit-transform: translate(15px, 15px); -moz-transform: translate(15px, 15px); } 100% { box-shadow: 30px 0 0 #fec924; margin-top: 0; } } /* Selection */ ::selection { background-color: #212121; color: #fff; } /* All */ * { margin: 0; padding: 0; min-height: 0; min-width: 0; } *, :after, :before { box-sizing: border-box; } html, body { position: relative; height: 100%; } body { color: #888; background: #fafafa; font-size: 16px; font-family: 'Karla', sans-serif; font-weight: 400; } iframe { border: 0; } video { background-size: cover; display: table-cell; vertical-align: middle; width: 100%; } .html5-video { background-color: #000; height: auto; left: 50%; min-height: 100%; min-width: 100%; position: absolute; top: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); width: auto; z-index: -3; } iframe, embed, object { max-width: 100%; } .wrapper { position: relative; z-index: 20; overflow-x: hidden; } /* Typography */ h1, h2, h3, h4, h5, h6 { color: #212121; margin: 20px 0 10px 0; font-style: normal; font-family: 'Poppins', sans-serif; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.5em; } h1 { font-size: 66px; } h2 { font-size: 40px; } h3 { font-size: 32px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 14px; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #212121; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5:hover a, h6 a:hover { color: #f857a6; } p a {} p a:hover { color: #f857a6; } p { letter-spacing: normal; line-height: 24px; color: #888; font-weight: 400; font-family: 'Karla', sans-serif; } a { text-decoration: none; color: #212121; } a:hover, a:focus, a:active { outline: none; text-decoration: none; color: #f857a6; } ul { list-style: disc; } li>ul, li>ol { padding: 0; margin-left: 15px; } figure { margin-bottom: 6px; position: relative; } img { height: auto; max-width: 100%; } .mark, mark { background-color: #f857a6; color: #fff; } pre { margin: 0 20px; padding: 10px; border: 1px solid #e2e2e2; background: #f1f1f1; border-radius: 0; } blockquote { border-left: 2px solid #f857a6; background: #fff; padding: 15px 40px; } blockquote p { font-size: 18px; line-height: 30px; margin-bottom: 17px !important; font-weight: 300; font-style: italic; } .blockquote-reverse, blockquote.pull-right { border-right: 2px solid #f857a6; background: #fff; } .outline-alert { background-color: transparent!important; } strong { color: #414141; } hr { border: 0; height: 3px; width: 100%; margin: 20px auto; } hr.left-line { margin: 20px 0 20px 0; width: 80px; } hr.center_line { width: 80px; } .text-decoration-underline { text-decoration: underline; } .text-decoration-none { text-decoration: none; } .line-trough { text-decoration: line-through; } /* Forms */ label { margin-bottom: 10px; font-weight: 500; color: #212121; font-family: 'Poppins', sans-serif; font-size: 14px; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: none; box-shadow: none; outline: 0 none; } .search-submit { position: absolute; right: 20px; top: 14px; background: none; border: 0; padding: 0; font-size: 20px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; color: #e0e0e0; } .search-submit:hover { color: #f857a6; } .select-custom { width: 100%; overflow: hidden; background: url(../images/select-arrow.png) no-repeat 97% 50%; border: 1px solid #fff; margin-bottom: 20px; } .select-custom select { width: 100%; border: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; } .md-input, .md-textarea, .md-select select { padding: 14px 20px; font-size: 14px; line-height: normal; border-radius: 0; } input, textarea, select { border: 1px solid #eee; font-size: 14px; padding: 8px 15px; width: 100%; margin: 0 0 10px 0; max-width: 100%; resize: none; background-color: transparent; color: #fff; } .has-error input, .has-error textarea, .has-error select { border-color: #f857a6!important; box-shadow: none!important; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #f857a6; } .help-block { display: none; } .contact-form-style-01 input, .contact-form-style-01 textarea, .contact-form-style-01 select, .comment-form input, .comment-form textarea, .commet-form select { color: #212121; } .contact-form-style-02 .form-control { background-color: transparent; border-top: 0; border-left: 0; border-right: 0; border-bottom: 1px solid #fff; padding: 10px 0; } .contact-form-style-02 .has-error input, .contact-form-style-02 .has-error textarea, .contact-form-style-02 .has-error select { border-color: #212121; } .contact-form-style-02 .has-error .help-block, .contact-form-style-02 .has-error .control-label, .contact-form-style-02 .has-error .radio, .contact-form-style-02 .has-error .checkbox, .contact-form-style-02 .has-error .radio-inline, .contact-form-style-02 .has-error .checkbox-inline, .contact-form-style-02 .has-error.radio label, .contact-form-style-02 .has-error.checkbox label, .contact-form-style-02 .has-error.radio-inline label, .contact-form-style-02 .has-error.checkbox-inline label { color: #fff; } .contact-form-style-03 input, .contact-form-style-03 textarea, .contact-form-style-03 select { color: #212121; background-color: #fff; } /* Sections */ section { padding-top: 120px; padding-bottom: 120px; position: relative; z-index: 10; overflow: hidden; background: #f5f5f5; } section.lg-section { padding-top: 150px; padding-bottom: 150px; } .section-heading { text-align: center; margin: auto; float: none; padding-bottom: 20px; } .color-code { justify-content: space-around; align-items: center; z-index: 0; } .bg-background-fade { background-color: #9911b1; -webkit-transition: background-color 700ms linear; -moz-transition: background-color 700ms linear; -o-transition: background-color 700ms linear; -ms-transition: background-color 700ms linear; transition: background-color 700ms linear; } .data-transition { -webkit-transition: background-color 700ms linear; -moz-transition: background-color 700ms linear; -o-transition: background-color 700ms linear; -ms-transition: background-color 700ms linear; transition: background-color 700ms linear; } /* Top Bar */ .top-bar { font-size: 12px; width: 100%; } .dropdown-style-01 .dropdown-menu { margin-top: 12px; min-width: 130px; border-radius: 0; border: none; z-index: 444; right: 0; left: auto; } .dropdown-style-01 .btn { color: #fff; font-size: 12px; padding: 0; margin: 0; background-color: transparent; font-weight: normal; text-transform: capitalize; border: 0; } /* Navigations */ .navbar-nav { float: right; margin: 0; padding: 0px 10px; } nav.navbar.bootsnav.navbar-transparent .logo { position: relative; z-index: 110; display: table; height: 80px; -webkit-transition: all .3s ease; transition: all .3s ease; } nav.navbar.bootsnav.navbar-transparent.brand-center .logo, .brand-center .logo { display: block; max-width: 150px; text-align: center; margin: 0 auto; height: auto; } nav.navbar.bootsnav.navbar-transparent.brand-center .navbar-brand { padding: 20px 15px; } .navbar-brand { padding: 11px 15px; } .logo { position: relative; z-index: 110; display: table; height: 60px; -webkit-transition: all .3s ease; transition: all .3s ease; } .logo img { max-height: 33px; -webkit-transition: all .5s ease; transition: all .5s ease; display: block; } .logo.z-index-1 { z-index: 1; } nav .logo>a { display: table-cell; vertical-align: middle; } .navbar-scrollspy .logo img { text-align: center; margin: 0 auto; } .menu-logo, .vcard-address { float: left; } nav.bootsnav.navbar-sidebar ul.nav { margin: 0 0 30px 0; } nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a.nav-btn-default { padding-top: 10px; padding-bottom: 10px; margin-top: 15px; } nav.navbar.bootsnav ul.nav>li>a.nav-btn-default { padding: 10px 15px; margin-top: 6.5px; color: #fff; } .navbar-nav>li>.dropdown-menu { margin-top: 2px; } .absolute-header { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 99; } .menu-logo-outside { max-width: 180px; } .menu-btn { position: fixed; right: 8%; z-index: 999; top: 2%; } .menu-btn a { background-color: #fff; width: 60px; height: 60px; display: block; text-align: center; line-height: 57px; box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07); font-size: 26px; } .btn-open:before { color: #333; content: "\f130"; font-family: "Ionicons"; -webkit-transition: all .2s linear 0s; -moz-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; transition-property: all .2s linear 0s; } .btn-open:hover:before { color: #f857a6; } .btn-close:before { color: #333; content: "\f2d7"; font-family: "Ionicons"; -webkit-transition: all .2s linear 0s; -moz-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; transition-property: all .2s linear 0s; } .btn-close:hover:before { color: #f857a6; } /* Menu Overlay */ body.overflow { overflow: hidden; } .menu-overlay { position: fixed; top: 0; z-index: 998; display: none; overflow: hidden; width: 100%; height: 100%; background: #060606; left: 0; right: 0; } .menu-overlay .menu-wrap { width: 100%; display: table; height: 100vh; } ul.vcard-menu { margin: 0 auto; padding: 0; width: 100%; } ul.vcard-menu li { padding: 10px 0; list-style: none; text-align: center; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 50px; } ul.vcard-menu li a { color: #fff; } ul.vcard-menu li a:hover { color: #f857a6; } .vcard-address { margin-top: 40px; margin-bottom: 40px; } /* Sliders Text */ .hero-text { display: table-cell; vertical-align: middle; position: relative; width: 100%; z-index: 10; color: #fff; } .hero-text h3, .hero-text h1 { color: #f857a6; } .hero-text h1 { font-size: 78px; letter-spacing: -2px; line-height: 1.25; } .hero-text h1.letter-spacing-10 { letter-spacing: 10px; } .hero-text h1.letter-spacing-0 { letter-spacing: 0px; } .hero-text-wrap .hero-text h1.font-90px { font-size: 90px; } .hero-text h2 { font-size: 62px; } .hero-text h3 { font-size: 49px; } .hero-text h4 { font-size: 30px; } .hero-text h5 { font-size: 19px; } .hero-text h6 { font-size: 14px; } .hero-text-wrap.color-overlay-bg { background: rgba(191, 7, 49, 0.75); width: 100%; height: 101vh; position: absolute; z-index: 1; } section.dark-block .hero-text-wrap, section.dark-block.title-hero-bg::before { background-color: transparent; } .hero-text-wrap h1.font-100px { font-size: 100px; } .hero-text-wrap h1.line-height-90 { line-height: 90px; } /* Helper Classes */ ::-webkit-input-placeholder { color: #212121!important; } ::-moz-placeholder { color: #212121!important; } :-ms-input-placeholder { color: #212121!important; } :-moz-placeholder { color: #212121!important; } .style-02::-webkit-input-placeholder { color: #fff!important; } .style-02::-moz-placeholder { color: #fff!important; } .style-02:-ms-input-placeholder { color: #fff!important; } .style-02:-moz-placeholder { color: #fff!important; } input.search-bar-top::-webkit-input-placeholder { color: #fff!important; } input.search-bar-top::-moz-placeholder { color: #fff!important; } input.search-bar-top:-ms-input-placeholder { color: #fff!important; } input.search-bar-top:-moz-placeholder { color: #fff!important; } /* Positions */ .fixed { position: fixed!important; } .relative { position: relative!important; } .absolute { position: absolute!important; } .static { position: static!important; } /* Z-index */ .z-index-1 { z-index: 1; } .z-index-2 { z-index: 2; } .z-index-3 { z-index: 3; } .z-index-4 { z-index: 4; } .z-index-5 { z-index: 5; } .z-index-0 { z-index: 0; } .z-index-minus2 { z-index: -2; } /* Displays */ .display-none { display: none!important; } .display-block { display: block!important; } .display-inline-block { display: inline-block!important; } .display-table { display: table; } .display-table-cell { display: table-cell!important; } .float-none { float: none; } .centerize-col { float: none!important; margin-left: auto; margin-right: auto; } .center-layout { display: table; table-layout: fixed; height: 100%; width: 100%; position: relative; } .v-align-middle { display: table-cell; vertical-align: middle; } /* Width Pixels */ .width-1px { width: 1px } .width-2px { width: 2px } .width-3px { width: 3px } .width-4px { width: 4px } .width-5px { width: 5px } .width-6px { width: 6px } .width-7px { width: 7px } .width-8px { width: 8px } .width-9px { width: 9px } .width-10px { width: 10px } .width-80px { width: 80px } .width-90px { width: 90px } .width-100px { width: 100px } .width-150px { width: 150px } .width-200px { width: 200px } .width-250px { width: 250px } .width-300px { width: 300px } .width-350px { width: 350px } .width-400px { width: 400px } .width-450px { width: 450px } .width-500px { width: 500px!important } .width-550px { width: 550px } .width-600px { width: 600px } .width-650px { width: 650px!important } .width-700px { width: 700px } .width-800px { width: 800px } /* Width Percentage */ .width-10-percent { width: 10% !important } .width-20-percent { width: 20% !important } .width-30-percent { width: 30% !important } .width-40-percent { width: 40% !important } .width-50-percent { width: 50% !important } .width-60-percent { width: 60% !important } .width-70-percent { width: 70% !important } .width-80-percent { width: 80% !important } .width-90-percent { width: 90% !important } .width-100-percent { width: 100% !important } .width-auto { width: auto !important } .max-width-100 { max-width: 100% } /* Minimum Width */ .min-width-100px { min-height: 100px } .min-width-200px { min-height: 200px } .min-width-300px { min-height: 300px } .min-width-400px { min-height: 400px } .min-width-500px { min-height: 500px } .min-width-600px { min-height: 600px } .min-width-700px { min-height: 700px } /* View Width */ .view-width-100vh { width: 100vh; } /* Height Pixels */ .height-1px { height: 1px!important } .height-2px { height: 2px!important } .height-3px { height: 3px!important } .height-4px { height: 4px!important } .height-5px { height: 5px!important } .height-6px { height: 6px!important } .height-7px { height: 7px!important } .height-8px { height: 8px!important } .height-9px { height: 9px!important } .height-10px { height: 10px!important } .height-80px { height: 80px } .height-90px { height: 90px } .height-100px { height: 100px } .height-150px { height: 150px } .height-200px { height: 200px } .height-250px { height: 250px } .height-300px { height: 300px } .height-350px { height: 350px } .height-400px { height: 400px } .height-450px { height: 450px } .height-500px { height: 500px!important; } .height-550px { height: 550px } .height-600px { height: 600px } .height-650px { height: 650px!important; } .height-700px { height: 700px } .height-800px { height: 800px!important; } /* Height Percentage */ .height-10-percent { height: 10% } .height-20-percent { height: 20% } .height-30-percent { height: 30% } .height-40-percent { height: 40% } .height-50-percent { height: 50% } .height-60-percent { height: 60% } .height-70-percent { height: 70% } .height-80-percent { height: 80% } .height-90-percent { height: 90% } .height-100-percent { height: 100% !important } .height-auto { height: auto !important } .max-height-100 { max-height: 100% } /* Minimum Heights */ .min-height-100px { min-height: 100px } .min-height-200px { min-height: 200px } .min-height-300px { min-height: 300px!important; } .min-height-400px { min-height: 400px } .min-height-500px { min-height: 500px } .min-height-600px { min-height: 600px } .min-height-700px { min-height: 700px!important; } .min-height-800px { min-height: 800px!important } .min-height-900px { min-height: 900px!important } /* Hero Heights */ .xs-screen { height: 300px; } .sm-screen { height: 400px; } .md-screen { height: 600px; } .lg-screen { height: 700px; } .xl-screen { height: 800px; } .xxl-screen { height: 1000px; } /* View Heights */ .view-height-100vh { height: 100vh!important; } /* Backgrounds */ .background-none { background-image: none !important; } .bordered-bg { background-color: transparent; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; } .transparent-bg { background-color: transparent!important; } .black-bg { background-color: #000; } .dark-bg { background-color: #212121; } .dark-night-bg { background-color: #240b36; } .witch-bg { background-color: #FFC371; } .white-bg { background-color: #fff; } .default-bg { background-color: #f857a6; } .secondary-bg { background-color: #ff5858; } .dark-grey-bg { background-color: #e0e0e0; } .grey-bg { background-color: #eee!important; } .lighten-grey-bg { background-color: #f5f5f5; } .l-lighten-bg { background-color: #fafafa; } .yellow-bg { background-color: #ffcc00; } .purple-bg { background-color: #8700f7; } .bordered-bg.white-bg { background-color: #fff; } .pattern-bg-dark { background-image: url(../images/background/pattern-bg-dark.jpg); background-repeat: repeat; } .pattern-bg-light { background-image: url(../images/light-pattern.png); background-repeat: repeat; } .pattern-bg-colored { background-image: url(../images/colored-pattern.png); background-repeat: repeat; } .light-br-r { border-right: 1px solid #eeeeee; } .fixed-bg { background-attachment: fixed!important; } .overlay-bg { background: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .front-overlay-bg { background: rgba(0, 0, 0, 0.582); width: 100%; height: 100%; position: absolute; z-index: 99; top: 0; left: 0; } .color-overlay-bg { background: rgba(187, 184, 184, 0.75); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; right: 0; } .front-color-overlay-bg { background: rgba(29, 19, 57, 0.75); width: 100%; height: 100%; position: absolute; z-index: 99; top: 0; left: 0; right: 0; } .secondary-color-overlay-bg { background: rgba(248, 87, 166, 0.75); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; right: 0; } .parallax-overlay { background: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .parallax-overlay-white { background: rgba(255, 255, 255, 0.6); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .parallax-bg { background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; } .overlay-gradient-bg { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .overlay-gradient-bg-2 { background: rgba(255, 193, 7, 0.6)!important; background: -moz-linear-gradient(left, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 193, 7, 0.6)), color-stop(100%, rgba(255, 17, 95, 0.6)))!important; background: -webkit-linear-gradient(left, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; background: -o-linear-gradient(left, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; background: -ms-linear-gradient(left, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; background: linear-gradient(to right, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ff115f', GradientType=1)!important; width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .gradient-bg { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); } .light-gradient-bg { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); } .gradient-bg-2 { background: rgba(255, 193, 7, 1)!important; background: -moz-linear-gradient(left, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 193, 7, 1)), color-stop(100%, rgba(255, 17, 95, 1)))!important; background: -webkit-linear-gradient(left, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; background: -o-linear-gradient(left, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; background: linear-gradient(to right, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ff115f', GradientType=1)!important; } .gradient-bg-3 { background: rgba(88, 14, 102, 1)!important; background: -moz-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88, 14, 102, 1)), color-stop(100%, rgba(231, 1, 104, 1)))!important; background: -webkit-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -o-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: linear-gradient(to right, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#580e66', endColorstr='#e70168', GradientType=1)!important; } .gradient-bg-4 { background: rgba(0, 189, 255, 1)!important; background: -moz-linear-gradient(left, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 189, 255, 1)), color-stop(100%, rgba(0, 128, 255, 1)))!important; background: -webkit-linear-gradient(left, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; background: -o-linear-gradient(left, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; background: linear-gradient(to right, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00bdff', endColorstr='#0080ff', GradientType=1)!important; } .gradient-bg-5 { background: rgba(17, 153, 142, 1)!important; background: -moz-linear-gradient(left, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 153, 142, 1)), color-stop(100%, rgba(56, 239, 125, 1)))!important; background: -webkit-linear-gradient(left, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; background: -o-linear-gradient(left, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; background: linear-gradient(to right, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#11998e', endColorstr='#38ef7d', GradientType=1)!important; } .gradient-bg-6 { background: rgb(245, 0, 87); /* Old browsers */ background: -moz-linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f50057', endColorstr='#ff8a65', GradientType=1); /* IE6-9 fallback on horizontal gradient */ ; } .parallax-content h2 { font-size: 50px; color: #fff; margin-top: 0; margin-bottom: 0; } .parallax-content h4 { color: #fff; font-size: 20px; margin-top: 0; } /* Horizontal Line */ .line-horizontal { width: 100%; height: 1px; } /* Box Shadows */ .box-shadow { box-shadow: 0 10px 30px 5px rgba(17, 21, 23, .1); } .box-shadow-hover {} .box-shadow-hover:hover { box-shadow: 0 10px 30px 5px rgba(17, 21, 23, .1); } /* Fonts */ .poppin-font { font-family: 'Poppins', sans-serif; } .play-font { font-family: 'Playfair Display', serif; } .karla-font { font-family: 'Karla', sans-serif; } .reenie-font { font-family: 'Reenie Beanie', cursive; } .work-font { font-family: 'Work Sans', sans-serif; } .font-100 { font-weight: 100; } .font-200 { font-weight: 200; } .font-300 { font-weight: 300; } .font-400 { font-weight: 400; } .font-500 { font-weight: 500; } .font-600 { font-weight: 600; } .font-700 { font-weight: 700; } .font-900 { font-weight: 900; } .font-12px { font-size: 12px; } .font-14px { font-size: 14px; } .font-16px { font-size: 16px!important; } .font-18px { font-size: 18px; } .font-20px { font-size: 20px!important; } .font-26px { font-size: 26px; } .font-30px { font-size: 30px; } .font-35px { font-size: 35px; } .font-40px { font-size: 40px; } .font-50px { font-size: 50px; } .font-60px { font-size: 60px!important; } .font-70px { font-size: 70px; } .font-80px { font-size: 80px; } .font-90px { font-size: 90px; } .font-100px { font-size: 100px; } .font-120px { font-size: 120px; } .font-130px { font-size: 130px; } .font-italic { font-style: italic; } .font-bold { font-weight: bold; } /* Fonts Colors */ .default-color { color: #f857a6!important; } .secondary-color { color: #ff5858!important; } .white-color { color: #fff; } .white-color p, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color i { color: #fff!important; } .white-smoke { color: #f9f9f9!important; } .white-smoke p, .white-smoke h1, .white-smoke h2, .white-smoke h3, .white-smoke h4, .white-smoke h5, .white-smoke h6 { color: #f9f9f9!important; } .dark-color { color: #212121!important; } .dark-color p, .dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6 { color: #212121!important; } .grey-color { color: #888 !important; } .grey-color p, .grey-color h1, .grey-color h2, .grey-color h3, .grey-color h4, .grey-color h5, .grey-color h6 { color: #888!important; } .yellow-color { color: #ffcc00; } .gradient-color { background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .gradient-color-2 { background: -webkit-linear-gradient(left, #ff105f 0%, #ffad06 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .gradient-color-3 { background: -webkit-linear-gradient(left, #a50075 0%, #ff0068 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .gradient-color-4 { background: -webkit-linear-gradient(left, #f50057 0%, #ff8a65 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* Line Heights */ .line-height-5 { line-height: 5px; } .line-height-10 { line-height: 10px; } .line-height-15 { line-height: 15px; } .line-height-20 { line-height: 20px; } .line-height-22 { line-height: 22px; } .line-height-24 { line-height: 24px; } .line-height-25 { line-height: 25px; } .line-height-26 { line-height: 26px; } .line-height-30 { line-height: 30px; } .line-height-35 { line-height: 35px; } .line-height-40 { line-height: 40px; } .line-height-45 { line-height: 45px; } .line-height-50 { line-height: 50px; } .line-height-60 { line-height: 60px; } .line-height-70 { line-height: 70px; } .line-height-80 { line-height: 80px; } .line-height-90 { line-height: 90px; } .line-height-100 { line-height: 100px; } .line-height-110 { line-height: 110px; } .line-height-120 { line-height: 120px; } /* Letter Spacings */ .letter-spacing-0 { letter-spacing: 0px; } .letter-spacing-1 { letter-spacing: 1px; } .letter-spacing-2 { letter-spacing: 2px; } .letter-spacing-3 { letter-spacing: 3px; } .letter-spacing-4 { letter-spacing: 4px; } .letter-spacing-5 { letter-spacing: 5px; } .letter-spacing-6 { letter-spacing: 6px; } .letter-spacing-7 { letter-spacing: 7px; } .letter-spacing-8 { letter-spacing: 8px; } .letter-spacing-9 { letter-spacing: 9px; } .letter-spacing-10 { letter-spacing: 10px; } /* Margins */ .margin-left-auto { margin-left: auto; } .margin-right-auto { margin-right: auto; } .remove-margin { margin: 0!important; } .all-margin-10 { margin: 10px; } .all-margin-20 { margin: 20px; } .all-margin-30 { margin: 30px; } .all-margin-40 { margin: 40px; } .all-margin-50 { margin: 50px; } .all-margin-60 { margin: 60px; } .all-margin-70 { margin: 70px; } .all-margin-80 { margin: 80px; } .all-margin-90 { margin: 90px; } .all-margin-100 { margin: 100px; } .all-margin-110 { margin: 110px; } .all-margin-120 { margin: 120px; } .mt-minus-10 { margin-top: -10px; } .mt-minus-20 { margin-top: -20px; } .mt-minus-30 { margin-top: -30px; } .mt-minus-40 { margin-top: -40px; } .mt-minus-50 { margin-top: -50px; } .mt-minus-60 { margin-top: -60px; } .mt-minus-70 { margin-top: -70px; } .mt-minus-80 { margin-top: -80px; } .mt-minus-90 { margin-top: -90px; } .mt-minus-100 { margin-top: -100px; } .mt-minus-110 { margin-top: -110px; } .mt-minus-120 { margin-top: -120px; } .mt-0 { margin-top: 0px; } .mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px!important; } .mt-40 { margin-top: 40px!important; } .mt-50 { margin-top: 50px!important; } .mt-60 { margin-top: 60px; } .mt-70 { margin-top: 70px; } .mt-80 { margin-top: 80px; } .mt-90 { margin-top: 90px; } .mt-100 { margin-top: 100px; } .mt-110 { margin-top: 110px; } .mt-120 { margin-top: 120px; } .mb-0 { margin-bottom: 0px; } .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; } .mb-60 { margin-bottom: 60px; } .mb-70 { margin-bottom: 70px; } .mb-80 { margin-bottom: 80px; } .mb-90 { margin-bottom: 90px; } .mb-100 { margin-bottom: 100px; } .mb-110 { margin-bottom: 110px; } .mb-120 { margin-bottom: 120px; } .mr-0 { margin-right: 0px!important; } .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .mr-20 { margin-right: 20px; } .mr-30 { margin-right: 30px; } .mr-40 { margin-right: 40px; } .mr-50 { margin-right: 50px; } .mr-60 { margin-right: 60px; } .mr-70 { margin-right: 70px; } .mr-80 { margin-right: 80px; } .mr-90 { margin-right: 90px; } .mr-100 { margin-right: 100px; } .mr-110 { margin-right: 110px; } .mr-120 { margin-right: 120px; } .ml-0 { margin-left: 0px!important; } .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .ml-30 { margin-left: 30px; } .ml-40 { margin-left: 40px; } .ml-50 { margin-left: 50px; } .ml-60 { margin-left: 60px; } .ml-70 { margin-left: 70px; } .ml-80 { margin-left: 80px; } .ml-90 { margin-left: 90px; } .ml-100 { margin-left: 100px; } .ml-110 { margin-left: 110px; } .ml-120 { margin-left: 120px; } /* Paddings */ .remove-padding { padding: 0!important; } .all-padding-10 { padding: 10px; } .all-padding-20 { padding: 20px; } .all-padding-30 { padding: 30px; } .all-padding-40 { padding: 40px; } .all-padding-50 { padding: 50px; } .all-padding-60 { padding: 60px; } .all-padding-70 { padding: 70px; } .all-padding-80 { padding: 80px; } .all-padding-90 { padding: 90px; } .all-padding-100 { padding: 100px; } .all-padding-110 { padding: 110px; } .all-padding-120 { padding: 120px; } .pt-0 { padding-top: 0; } .pt-10 { padding-top: 10px; } .pt-20 { padding-top: 20px; } .pt-30 { padding-top: 30px; } .pt-40 { padding-top: 40px; } .pt-50 { padding-top: 50px; } .pt-60 { padding-top: 60px; } .pt-70 { padding-top: 70px; } .pt-80 { padding-top: 80px; } .pt-90 { padding-top: 90px; } .pt-100 { padding-top: 100px; } .pt-110 { padding-top: 110px; } .pt-120 { padding-top: 120px; } .pt-130 { padding-top: 130px; } .pb-0 { padding-bottom: 0; } .pb-10 { padding-bottom: 10px; } .pb-20 { padding-bottom: 20px; } .pb-30 { padding-bottom: 30px; } .pb-40 { padding-bottom: 40px; } .pb-50 { padding-bottom: 50px; } .pb-60 { padding-bottom: 60px; } .pb-70 { padding-bottom: 70px; } .pb-80 { padding-bottom: 80px; } .pb-90 { padding-bottom: 90px; } .pb-100 { padding-bottom: 100px; } .pb-110 { padding-bottom: 110px; } .pb-120 { padding-bottom: 120px; } .pb-130 { padding-bottom: 130px; } .pr-0 { padding-right: 0; } .pr-10 { padding-right: 10px; } .pr-20 { padding-right: 20px; } .pr-30 { padding-right: 30px; } .pr-40 { padding-right: 40px; } .pr-50 { padding-right: 50px; } .pr-60 { padding-right: 60px; } .pr-70 { padding-right: 70px; } .pr-80 { padding-right: 80px; } .pr-90 { padding-right: 90px; } .pr-100 { padding-right: 100px; } .pr-110 { padding-right: 110px; } .pr-120 { padding-right: 120px; } .pl-0 { padding-left: 0; } .pl-10 { padding-left: 10px; } .pl-20 { padding-left: 20px; } .pl-30 { padding-left: 30px; } .pl-40 { padding-left: 40px; } .pl-50 { padding-left: 50px; } .pl-60 { padding-left: 60px; } .pl-70 { padding-left: 70px; } .pl-80 { padding-left: 80px; } .pl-90 { padding-left: 90px; } .pl-100 { padding-left: 100px; } .pl-110 { padding-left: 110px; } .pl-120 { padding-left: 120px; } /* Position Spaces */ .top-0 { top: 0; } .top-10 { top: 10px; } .top-20 { top: 20px!important; } .top-30 { top: 30px; } .top-40 { top: 40px; } .top-50 { top: 50px; } .top-60 { top: 60px; } .top-70 { top: 70px; } .top-80 { top: 80px; } .top-90 { top: 90px; } .top-100 { top: 100px; } .top-110 { top: 110px; } .top-120 { top: 120px; } .bottom-0 { bottom: 0; } .bottom-10 { bottom: 10px; } .bottom-20 { bottom: 20px; } .bottom-30 { bottom: 30px; } .bottom-40 { bottom: 40px; } .bottom-50 { bottom: 50px; } .bottom-60 { bottom: 60px; } .bottom-70 { bottom: 70px; } .bottom-80 { bottom: 80px; } .bottom-90 { bottom: 90px; } .bottom-100 { bottom: 100px; } .bottom-110 { bottom: 110px; } .bottom-120 { bottom: 120px; } .right-0 { right: 0; } .right-10 { right: 10px; } .right-20 { right: 20px; } .right-30 { right: 30px; } .right-40 { right: 40px; } .right-50 { right: 50px; } .right-60 { right: 60px; } .right-70 { right: 70px; } .right-80 { right: 80px; } .right-90 { right: 90px; } .right-100 { right: 100px; } .right-110 { right: 110px; } .right-120 { right: 120px; } .left-0 { left: 0; } .left-10 { left: 10px; } .left-20 { left: 20px; } .left-30 { left: 30px; } .left-40 { left: 40px; } .left-50 { left: 50px; } .left-60 { left: 60px; } .left-70 { left: 70px; } .left-80 { left: 80px; } .left-90 { left: 90px; } .left-100 { left: 100px; } .left-110 { left: 110px; } .left-120 { left: 120px; } .top-minus-10 { top: -10px; } .top-minus-20 { top: -20px; } .top-minus-30 { top: -30px; } .top-minus-40 { top: -40px; } .top-minus-50 { top: -50px; } .top-minus-60 { top: -60px; } .top-minus-70 { top: -70px; } .top-minus-80 { top: -80px; } .top-minus-90 { top: -90px; } .top-minus-100 { top: -100px; } .top-minus-110 { top: -110px; } .bottom-minus-10 { bottom: -10px; } .bottom-minus-20 { bottom: -20px; } .bottom-minus-30 { bottom: -30px; } .bottom-minus-40 { bottom: -40px; } .bottom-minus-50 { bottom: -50px; } .bottom-minus-60 { bottom: -60px; } .bottom-minus-70 { bottom: -70px; } .bottom-minus-80 { bottom: -80px; } .bottom-minus-90 { bottom: -90px; } .bottom-minus-100 { bottom: -100px; } .bottom-minus-110 { bottom: -110px; } .right-minus-10 { right: -10px; } .right-minus-20 { right: -20px; } .right-minus-30 { right: -30px; } .right-minus-40 { right: -40px; } .right-minus-50 { right: -50px; } .right-minus-60 { right: -60px; } .right-minus-70 { right: -70px; } .right-minus-80 { right: -80px; } .right-minus-90 { right: -90px; } .right-minus-100 { right: -100px; } .right-minus-110 { right: -110px; } .left-minus-10 { left: -10px; } .left-minus-20 { left: -20px; } .left-minus-30 { left: -30px; } .left-minus-40 { left: -40px; } .left-minus-50 { left: -50px; } .left-minus-60 { left: -60px; } .left-minus-70 { left: -70px; } .left-minus-80 { left: -80px; } .left-minus-90 { left: -90px; } .left-minus-100 { left: -100px; } .left-minus-110 { left: -110px; } /* Lines */ .line-verticle-sm { width: 1px; height: 8px; } /* Borders */ .bordered { border: 1px solid #e0e0e0; } .border-right { border-right: 1px solid #e0e0e0; } .border-left { border-left: 1px solid #e0e0e0; } .border-bottom { border-bottom: 1px solid #e0e0e0; } .border-radius-0 { border-radius: 0!important; } .border-radius-4 { border-radius: 4px!important; } .border-radius-10 { border-radius: 10px!important; } .border-radius-25 { border-radius: 25px!important; } .border-radius-50 { border-radius: 50px!important; } .border-radius-100 { border-radius: 100px!important; } /* dropcap */ .first-letter { float: left; font-size: 50px; margin: 0 20px 0 0; text-align: center; padding: 10px 0; font-weight: 600 } .first-letter-big { float: left; font-size: 110px; line-height: 110px; margin: 0 20px 0 0; padding: 0 8px; text-align: center; font-weight: 600; position: relative; } .first-letter-big:before { position: absolute; border-bottom: 1px solid; content: ""; display: block; width: 100%; top: 55%; left: 0 } .first-letter-block { font-size: 35px; height: 55px; line-height: 25px; padding: 15px 0; width: 55px; font-weight: 700; margin-top: 5px; } .first-letter-block-round { border-radius: 6px; border: 1px solid; } .first-letter-round { border-radius: 50%; font-size: 35px; padding: 15px; width: 65px; height: 65px; line-height: 32px; } /* Images */ .img-responsive, .full-width { width: 100%; } /* Buttons */ .btn, .form-control, .form-control:hover, .form-control:focus, .navbar-custom .dropdown-menu { -webkit-box-shadow: none; box-shadow: none; } button { transition-duration: 0.3s; transition-timing-function: ease-in-out; } button:focus { outline: none !important; } .btn { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 500; line-height: 1; letter-spacing: 1px; padding: 8px 10px 7px 10px; border-color: transparent; transition-duration: 0.3s; transition-timing-function: ease-in-out; } .btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active { border-color: transparent; } .btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus { color: #fff; background-color: #f857a6; border-color: #f857a6; outline: 0; } .btn.btn-animated { transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05); } .btn.btn-animated:hover, .btn.btn-animated:focus, .btn.btn-animated.focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.08), 0px 30px 25px 0px rgba(0, 0, 0, 0.05); } .btn+.btn { margin-left: 10px; } .btn i { margin-left: 5px; vertical-align: middle; position: relative; top: -1px; } .btn:focus, .btn:focus:active { outline: none; } .btn-circle { border-radius: 100px; } .btn-rounded { border-radius: 10px; } .btn-square { border-radius: 0px; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: none; box-shadow: none; } .btn-mobilize .btn { margin: 0 10px; } .btn.btn-xxl { padding: 20px 56px; font-size: 20px; } .btn.btn-xl { padding: 16px 44px; font-size: 14px; } .btn.btn-lg { padding: 13px 40px; font-size: 12px; } .btn.btn-md { padding: 12px 30px; font-size: 11px; } .btn.btn-sm { padding: 11px 20px; font-size: 9px; } .btn.btn-xs { padding: 8px 12px; font-size: 8px; } .btn.btn-fullwidth { width: 100%; min-width: 300px; } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { opacity: 1; } .btn-color { color: #fff; background-color: #f857a6; } .btn-color:hover, .btn-color:active, .btn-color:focus { background-color: #ff5858; color: #fff; } .btn-gradient { color: #fff; background-size: 300% 100%; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .btn-gradient:hover { background-position: 100% 0; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .btn-gradient.color-1 { background-image: linear-gradient(to right, #f857a6, #ff5858, #ff5858, #f857a6); } .btn-gradient:hover.color-1, .btn-gradient:focus.color-1, .btn-gradient:hover.color-2, .btn-gradient:focus.color-2, .btn-gradient:hover.color-3, .btn-gradient:focus.color-3 { color: #fff; } .btn-gradient.color-2 { background-image: linear-gradient(to right, #ff105f, #ffad06, #ffad06, #ff105f); } .btn-gradient.color-3 { background-image: linear-gradient(to right, #f50057, #ff8a65, #ff8a65, #f50057); } .btn-outline-color { color: #f857a6; border: 2px solid #f857a6; background-color: transparent; } .btn-outline-color:hover, .btn-outline-color:active, .btn-outline-color:focus { color: #fff; border: 2px solid #f857a6; background-color: #f857a6; } .btn-outline { color: #212121; border: 2px solid #e0e0e0; background-color: transparent; } .btn-outline:hover, .btn-outline:active, .btn-outline:focus { color: #212121; border: 2px solid #212121; background-color: transparent; } .btn-light { color: #212121; border-color: #fff; background-color: #fff; } .btn-light:hover, .btn-light:active, .btn-light:focus { color: #fff; border-color: #212121; background-color: #212121; } .btn-light-outline { color: #fff; border-color: #fff; background-color: transparent; } .btn-light-outline:hover, .btn-light-outline:active, .btn-light-outline:focus { color: #212121; border-color: #fff; background-color: #fff; } .btn-dark { color: #fff; border-color: #212121; background-color: #212121; } .btn-dark:hover, .btn-dark:active, .btn-dark:focus { color: #fff; border-color: #000; background-color: #000; } .btn-dark-outline { color: #212121; border-color: #212121; background-color: transparent; } .btn-dark-outline:hover, .btn-dark-outline:active, .btn-dark-outline:focus { color: #fff; border-color: #212121; background-color: #212121; } .btn-animate { text-align: center; position: relative; overflow: hidden; transition: all 0.2s; } .btn-animate span { display: inline-block; position: relative; padding: 0 8.5px 0 8.5px; transition: padding 0.2s; } .btn-animate i { position: absolute; top: 50%; right: 0px; opacity: 0; margin-top: -6px; transition: opacity 0.2s, right 0.2s; } .btn-animate:hover span { padding: 0 17px 0 0; } .btn-animate:hover i { transition: opacity 0.2s, right 0.2s; opacity: 1; top: 50%; right: 0px; } /* Icons */ .tr-icon { display: inline-block; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon { margin-left: 6px; } .feature-box, .feature-box-right { float: left; } .feature-box i { margin-bottom: 20px; display: inline-block; } .box-icon { margin-top: 35px; margin-bottom: 35px; position: relative; background-color: #fff; padding: 40px 30px; -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); } .box-icon:hover { -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); } .box-icon h6 { font-size: 13px; } .box-icon i { margin-bottom: 25px; } .white-bg-icon { background-color: #fff; border-color: #fff; } .white-bg-icon:hover { background-color: #f857a6; border-color: #f857a6; color: #fff!important; } .border-bg-default-color { border: 2px solid #212121; } .border-bg-default-color:hover { background-color: #f857a6; border-color: #f857a6; color: #fff; } .circle-icon { position: relative; width: 85px; height: 85px; line-height: 85px !important; border-radius: 100%; text-align: center; display: inline-block !important; } .feature-box .fade-icon:after { top: -7px; left: -7px; padding: 7px; box-shadow: 0 0 0 4px #f857a6; -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -webkit-transform: scale(.8); -moz-transition: -moz-transform 0.2s, opacity 0.2s; -moz-transform: scale(.8); -ms-transform: scale(.8); transition: transform 0.2s, opacity 0.2s; transform: scale(.8); opacity: 0; } .fade-icon:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .feature-box .fade-icon:hover:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .gradient-bg-icon { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); } .gradient-bg-icon-2 { background: rgb(245, 0, 87); /* Old browsers */ background: -moz-linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f50057', endColorstr='#ff8a65', GradientType=1); /* IE6-9 fallback on horizontal gradient */ ; position: relative; } .gradient-bg-icon-2::after { content: ''; position: absolute; top: 10px; left: -9px; right: 0; width: 100px; height: 100px; background-color: rgba(0, 0, 0, 0.1); border-radius: 100px; z-index: -1; } section.dark-block .team-member-container .member-caption, section.dark-block .portfolio .folio-overlay, .data-transition.dark-block .portfolio .folio-overlay { background: rgba(0, 0, 0, 0.8); } section.dark-block .team-slider .slick-dots li.slick-active button, section.dark-block .blog-slider .slick-dots li.slick-active button, section.dark-block .portfolio-slider .slick-dots li.slick-active button { background-color: #212121; } footer.dark-block .footer-main { background-color: #212121; } footer.dark-block .footer-copyright { background-color: #151515; } footer.dark-block .footer .widget-links li, footer.dark-block .widget-title { color: #fff; } footer.dark-block .widget-title:before { border-top: 1px solid #fff; } section.gradient-block .team-slider .slick-dots li.slick-active button { background-color: #212121; } .feature-box .pull-left { width: 15%; } .feature-box .pull-right { width: 80%; } .feature-box-2 .pull-left { width: 10%; } .feature-box-2 .pull-right { width: 85%; } .feature-box-right .pull-left { width: 80%; } .feature-box-right .pull-right { width: 15%; } .feature-box-big .pull-left { width: 20%; } .feature-box-big .pull-right { width: 80%; } .feature-box-square { background-color: #fff; padding: 30px; -webkit-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14); -moz-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14); box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14); } .service-item { margin-bottom: 50px; } /* Counters */ .counter-wrap { margin: 25px 0; text-align: center; width: 100%; } .counter-wrap h2 { margin: 25px 0 10px; font-size: 70px; line-height: 70px; text-align: center; } .counter-wrap h3 { margin: 0; font-size: 18px; line-height: 18px; text-align: center; color: #f1f1f1; font-family: 'Poppins', sans-serif; } .counter-type-2 { padding-left: 75px; } .counter-type-2 i { position: absolute; top: 10px; left: 0; } .counter-type-3 .counter-wrap { text-align: left; float: left; } .counter-style-two .counter-wrap i { font-size: 60px; } .counter-type-3 .counter-wrap h2 { text-align: left; display: inline-block; } .counter-type-3 .counter-wrap h2 { font-size: 30px; margin: -10px 0 0 0; } .counter-type-3 .counter-wrap .pull-left .line { height: 1px; width: 40px; margin-bottom: 10px; margin-top: 5px; } /* Portfolio */ .portfolio .folio-overlay { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); position: absolute; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } .portfolio:hover .folio-overlay { opacity: 1; visibility: visible; } .portfolio-wrap { position: absolute; top: 50%; left: 0; width: 100%; margin-top: -75px; } .portfolio-description .portfolio-title, .portfolio-description .links { position: relative; left: 0; color: #fff; width: 100%; opacity: 0; visibility: hidden; } .portfolio-description .portfolio-title { top: 0; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; font-size: 18px; font-weight: 700; } .portfolio:hover .portfolio-description .portfolio-title { top: 30px; opacity: 1; visibility: visible; } .portfolio-description .links { top: 0px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; text-transform: uppercase; font-size: 14px; font-weight: 400; } .portfolio:hover .portfolio-description .links { top: 25px; opacity: 1; visibility: visible; } .portfolio-description .btn { background-color: transparent; ; border-color: #fff; padding: 12px 22px; border-radius: 20px; } .portfolio-description .btn:hover { background-color: #fff; ; border-color: #fff; color: #ff2a40; } .portfolio-container .btn.view-more { margin-top: 40px; } .hover-type-2 .portfolio-wrap { margin-top: -110px; } .hover-type-2 .portfolio-details { top: 35px; } .portfolio-details { position: relative; left: 0; top: 50px; width: 100%; } .portfolio-details li { display: inline-block; position: relative; bottom: -40px; opacity: 0; visibility: hidden; transform: translateZ(0); margin-right: 15px; } .portfolio-details li:last-child { margin-right: 0; } .portfolio:hover .portfolio-details li { bottom: 0; opacity: 1; visibility: visible; } .portfolio:hover .portfolio-details li:nth-child(1) { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .portfolio:hover .portfolio-details li:nth-child(2) { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .portfolio-details li a { display: block; color: #f1f1f1; border: 2px solid #fff; border-radius: 100px; width: 50px; height: 50px; line-height: 48px; } .portfolio-details li a:hover { display: block; color: #f857a6; border: 2px solid #fff; background-color: #fff; } .portfolio-type-2 a { color: #fff; font-size: 40px; } .portfolio-type-2:hover figcaption { margin: 0!important; } .portfolio-filter-header { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); padding-top: 80px; padding-bottom: 80px; } .row.no-gutters { margin-right: 0; margin-left: 0; } .no-bottom-padding { padding-bottom: 0; } .no-gutters>[class^="col-"], .no-gutters>[class*="col-"], .row.no-gutters>[class^="col-"], .row.no-gutters>[class*="col-"] { padding-right: 0; padding-left: 0; } /* Portfolio Carousel */ .portfolio-carousel-slider .slick-slide img { height: 100vh; width: 100%; } .portfolio-carousel-slider .portfolio .folio-overlay { background: rgba(0, 0, 0, 0.8); } .portfolio-carousel-slider .portfolio-description .portfolio-title { font-size: 30px; } .portfolio-carousel-slider .portfolio-description .links { font-size: 20px; } .portfolio-carousel-slider .slick-dots { bottom: 25px; } .portfolio-carousel-slider .slick-dots li.slick-active button { background: rgba(255, 255, 255, 1); } .portfolio-carousel-slider .slick-dots li button { font-size: 0; width: 20px; height: 20px; padding: 0px; cursor: pointer; border: 0; outline: none; background: rgba(255, 255, 255, 0.5); border-radius: 100px; } .portfolio-carousel-slider .slick-prev, .portfolio-carousel-slider .slick-next, .portfolio-carousel-slider .slick-prev, .portfolio-carousel-slider .slick-next { width: 50px; height: 50px; color: #fff; } .portfolio-carousel-slider .slick-prev:hover, .portfolio-carousel-slider .slick-next:hover, .portfolio-carousel-slider .slick-prev:hover, .portfolio-carousel-slider .slick-next:hover { color: #212121; background: #fff; } .portfolio-carousel-slider .slick-prev:before { content: '\eb76'; } .portfolio-carousel-slider .slick-next:before { content: '\eb79'; } .portfolio-carousel-slider .slick-prev:before, .portfolio-carousel-slider .slick-next:before { font-family: 'icofont'; font-size: 25px; line-height: 1; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Portfolio Single Project 01 */ .portfolio-meta>li { margin: 25px 0; list-style: none; border-bottom: 1px solid #eee; padding-bottom: 15px; } .portfolio-meta>li:last-child { border-bottom: 0; } .portfolio-meta>li span { display: inline-block; width: 150px; color: #212121; font-size: 14px; text-transform: uppercase; font-weight: 500; font-family: 'Poppins', sans-serif; } .portfolio-meta>li a { margin-right: 10px; color: #a7a7a7; font-family: 'Poppins', sans-serif; } .portfolio-meta>li a:hover { color: #f857a6; } /* Portfolio Single Project 02 */ .portfolio-meta-style-02 .portfolio-meta>li { margin: 0px 0 10px 0; list-style: none; padding-bottom: 0px; border-bottom: 0; } .portfolio-meta-style-02 .portfolio-meta>li span { display: inline-block; width: 130px; letter-spacing: 1px; color: #fff; font-size: 12px; text-transform: uppercase; font-weight: 600; } .portfolio-meta-style-02 .portfolio-meta>li a { margin-right: 10px; color: #a7a7a7; } .portfolio-meta-style-02 .portfolio-meta>li a:hover { color: #f857a6; } /* Portfolio Single Project 03 */ .portfolio-meta-style-03 .portfolio-meta>li { margin: 0px 0 25px 0; list-style: none; border-bottom: 1px solid #dedede; padding-bottom: 15px; } .portfolio-meta-style-03 .portfolio-meta>li:last-child { border-bottom: 0; } .portfolio-meta-style-03 .portfolio-meta>li span { display: inline-block; width: 130px; letter-spacing: 1px; color: #212121; font-size: 12px; text-transform: uppercase; font-weight: 600; } .portfolio-meta-style-03 .portfolio-meta>li a { margin-right: 10px; color: #a7a7a7; } .portfolio-meta-style-03 .portfolio-meta>li a:hover { color: #f857a6; } /* Magnific Popup CSS */ .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #000; opacity: 0.9; filter: alpha(opacity=90); } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none; -webkit-backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none; } .mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } .mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #FFF; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: 'Poppins', sans-serif; } .mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } .mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; } .mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; } .mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; } .mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; } .mfp-arrow-right { right: 0; } .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; } .mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } /* Main image in popup */ img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } /* The shadow behind the image */ .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) { /** * Remove all paddings around the image on small screen */ .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width:900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .mfp-ie7 .mfp-img { padding: 0; } .mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; } .mfp-ie7 .mfp-container { padding: 0; } .mfp-ie7 .mfp-content { padding-top: 44px; } .mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; } .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .mfp-fade.mfp-bg.mfp-ready { opacity: 0.92; } .mfp-bottom-bar { display: none; } .mfp-fade.mfp-bg.mfp-removing { opacity: 0; } .mfp-arrow-right::after, .mfp-arrow-left::after { font-family: 'FontAwesome'; border: none; color: #fff; font-size: 65px; -webkit-transition: .5s; transition: .5s; } .mfp-arrow-right::after { content: "\f105"; } .mfp-arrow-left::after { content: "\f104"; } .mfp-arrow-right::before, .mfp-arrow-left::before { border: none; } .mfp-arrow { height: 60px; } .mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { margin-top: 15px; top: -1px; } img.mfp-img { padding: 40px 0px 0; } .mfp-fade.mfp-wrap .mfp-content { opacity: 0; transform: scale(0.95); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content { transform: scale(1); opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; transform: scale(0.95); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .mfp-zoom-in .mfp-with-anim { opacity: 0; transition: all 0.2s ease-in-out; transform: scale(0.8); } .mfp-zoom-in.mfp-bg { opacity: 0; transition: all 0.3s ease-out; } .mfp-zoom-in.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); } .mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-zoom-in.mfp-removing .mfp-with-anim { transform: scale(0.8); opacity: 0; } .mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; } /*====== Newspaper effect ======*/ .mfp-newspaper { /* start state */ /* animate in */ /* animate out */ } .mfp-newspaper .mfp-with-anim { opacity: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.5s; transform: scale(0) rotate(500deg); } .mfp-newspaper.mfp-bg { opacity: 0; transition: all 0.5s; } .mfp-newspaper.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1) rotate(0deg); } .mfp-newspaper.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-newspaper.mfp-removing .mfp-with-anim { transform: scale(0) rotate(500deg); opacity: 0; } .mfp-newspaper.mfp-removing.mfp-bg { opacity: 0; } /*====== Move-horizontal effect ======*/ .mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */ } .mfp-move-horizontal .mfp-with-anim { opacity: 0; transition: all 0.3s; transform: translateX(-50px); } .mfp-move-horizontal.mfp-bg { opacity: 0; transition: all 0.3s; } .mfp-move-horizontal.mfp-ready .mfp-with-anim { opacity: 1; transform: translateX(0); } .mfp-move-horizontal.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-move-horizontal.mfp-removing .mfp-with-anim { transform: translateX(50px); opacity: 0; } .mfp-move-horizontal.mfp-removing.mfp-bg { opacity: 0; } /*====== Move-from-top effect ======*/ .mfp-move-from-top { /* start state */ /* animate in */ /* animate out */ } .mfp-move-from-top .mfp-content { vertical-align: top; } .mfp-move-from-top .mfp-with-anim { opacity: 0; transition: all 0.2s; transform: translateY(-100px); } .mfp-move-from-top.mfp-bg { opacity: 0; transition: all 0.2s; } .mfp-move-from-top.mfp-ready .mfp-with-anim { opacity: 1; transform: translateY(0); } .mfp-move-from-top.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-move-from-top.mfp-removing .mfp-with-anim { transform: translateY(-50px); opacity: 0; } .mfp-move-from-top.mfp-removing.mfp-bg { opacity: 0; } /*====== 3d unfold ======*/ .mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */ } .mfp-3d-unfold .mfp-content { perspective: 2000px; } .mfp-3d-unfold .mfp-with-anim { opacity: 0; transition: all 0.3s ease-in-out; transform-style: preserve-3d; transform: rotateY(-60deg); } .mfp-3d-unfold.mfp-bg { opacity: 0; transition: all 0.5s; } .mfp-3d-unfold.mfp-ready .mfp-with-anim { opacity: 1; transform: rotateY(0deg); } .mfp-3d-unfold.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-3d-unfold.mfp-removing .mfp-with-anim { transform: rotateY(60deg); opacity: 0; } .mfp-3d-unfold.mfp-removing.mfp-bg { opacity: 0; } /*====== Zoom-out effect ======*/ .mfp-zoom-out { /* start state */ /* animate in */ /* animate out */ } .mfp-zoom-out .mfp-with-anim { opacity: 0; transition: all 0.3s ease-in-out; transform: scale(1.3); } .mfp-zoom-out.mfp-bg { opacity: 0; transition: all 0.3s ease-out; } .mfp-zoom-out.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); } .mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-zoom-out.mfp-removing .mfp-with-anim { transform: scale(1.3); opacity: 0; } .mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; } .project-image {} .project-info { list-style: none; padding-top: 50px; text-align: left; } .project-info li { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin: 15px 0; color: #212121; } .project-info li span { font-family: 'Poppins', sans-serif; color: #6d747c; font-size: 13px; text-transform: uppercase; font-weight: 300; letter-spacing: 1px; } .project-title { padding-top: 20px; font-family: 'Poppins', sans-serif; text-transform: uppercase; text-align: left; font-size: 20px; font-weight: 400; letter-spacing: 2px; color: #212121; margin-bottom: 20px; } .project-details { text-align: left; font-size: 16px; font-weight: 300; line-height: 1.8; padding-bottom: 50px; } .project-details p { color: #212121; font-size: 16px; font-weight: 300; margin-top: 35px; } .portfolio-slider { margin-bottom: 30px; } .portfolio-slider .slick-dots { position: absolute; bottom: 25px; } .portfolio-right .project-detail-box { margin-top: 10px; } .portfolio-right .project-detail-box.mt-50 { margin-top: 50px; } .portfolio-right .project-detail-box li strong { min-width: 110px; display: inline-block; } .portfolio-right .project-detail-box li strong.display-block { display: block; } .portfolio-right .project-detail-box li { line-height: 30px; list-style: none; } .portfolio-right .project-detail-box li a { color: #888; } .portfolio-right .project-detail-box li a:hover { color: #f857a6; } .project-type-list { margin-top: 30px; } .project-type-list li { padding: 10px 0; border-bottom: 1px solid #E8E8E8; font-weight: 300; font-size: 14px; list-style: none; } .project-type-list li i { margin-right: 10px; } .portfolio-right .project-type-list li, .portfolio-right .project-detail-box li { text-transform: uppercase; } .portfolio-nav a { overflow: hidden; color: inherit; cursor: default; display: block; } .portfolio-nav a.disabled { opacity: .6; pointer-events: none; } .portfolio-nav a.disabled>span { cursor: default; } .portfolio-nav a.disabled>span:hover { color: inherit; } .portfolio-nav a.disabled:hover { opacity: .4; } .portfolio-nav a.prev i { margin-right: 50px; } .portfolio-nav a.showall { text-align: center; } .portfolio-nav a.showall span { padding: 36px 0; } .portfolio-nav a.showall span i { font-size: 28px; display: block; } .portfolio-nav a.showall:hover span i { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); } @media only screen and (max-width:767px) { .portfolio-nav a.showall span i { font-size: 30px; } } .portfolio-nav a.next { text-align: right; } .portfolio-nav a.next i { margin-left: 50px; } .portfolio-nav a>span { display: inline-block; padding: 40px 0; font-size: 28px; cursor: pointer; font-family: 'Poppins', sans-serif; font-weight: 700; -webkit-transition: all .3s ease; transition: all .3s ease; color: #212121; } .portfolio-nav a>span:hover { color: #f857a6; } .portfolio-nav a>span i { font-size: 28px; } .portfolio-nav a>span i:before { vertical-align: middle; } @media only screen and (max-width:767px) { .portfolio-nav a>span { font-size: 0; } .portfolio-nav a>span i { font-size: 30px; } } /* Pricing Table */ .pricing-table { margin: 80px 0; } .pricing-box { padding: 40px; background: #fff; transition: all 0.2s ease; position: relative; } .pricing-box:hover { box-shadow: 0 10px 30px 5px rgba(17, 21, 23, .1); } .pricing-table.featured { margin: 40px 0; } .pricing-box.featured { padding: 80px 40px 80px 40px; } .pricing-box.featured .featured-mark { display: block; padding: 5px 18px 5px 10px; position: absolute; top: 44px; left: -4px; text-transform: uppercase; font-size: 12px; line-height: 1.4; font-weight: 700; color: #fff; background-color: #ff5858; } .pricing-box.featured .featured-mark:after { content: ""; position: absolute; top: 0; right: 0; border-right: 9px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; } .pricing-box h4 { font-size: 14px; margin-top: 0; } .pricing-box h3 { font-size: 30px; font-weight: 700; } .pricing-box h2 { margin-top: 25px; margin-bottom: 25px; font-weight: 700; } .pricing-box h2 sup { font-size: 25px; top: -15.6px; } .pricing-box h2 span { font-weight: 700; } .pricing-box ul { margin: 20px 0; padding: 0; } .pricing-box li { display: block; margin-bottom: 10px; list-style: none; font-size: 14px; } .pricing-box-bottom { margin-top: 40px; } .pricing-table-featured { margin: 5px 0; } .pricing-table-featured .pricicng-feature { min-height: 180px; } /* Teams */ .member { margin: 40px 0; padding: 0 10px; } .team-slider .member { margin: 20px 0 30px 0; padding: 0 10px; } .team-fullwidth .member { margin: 0; padding: 0; } .p0.member { margin: 0; padding: 0; } .team-member-container { position: relative; overflow: hidden; } .team-member-img img { width: 100%; } .team-member-container .member-caption { width: 100%; position: absolute; z-index: 2; height: 100%; opacity: 0; visibility: hidden; top: 0; background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); } .team-member-container:hover .member-caption { opacity: 1; visibility: visible; } .member-description { width: 100%; height: 100%; } .member-description-wrap { position: absolute; top: 0%; left: 0; width: 100%; margin-top: 0px; padding: 25px; height: 100%; } .member-description .member-title, .member-description .member-subtitle { position: relative; left: 0; color: #fff; width: 100%; opacity: 0; visibility: hidden; } .member-description .member-title { top: 0; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; margin-top: -35px; } .member-description .member-subtitle { top: 0; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; } .team-member-container:hover .member-description .member-title { opacity: 1; visibility: visible; top: 30px; } .team-member-container:hover .member-description .member-subtitle { opacity: 1; visibility: visible; top: 25px; } .member-icons, .product-btn-group { position: absolute; left: 0; bottom: 0px; width: 100%; padding: 25px; margin-bottom: 0; z-index: 9; } .member-icons li, .product-btn-group li { display: inline-block; position: relative; bottom: -40px; opacity: 0; visibility: hidden; transform: translateZ(0); margin-right: 5px; } .member-icons li a, .product-btn-group li a { display: block; color: #fff; font-size: 20px; } .member-icons li a:hover, .product-btn-group li a:hover { color: #fff; } .team-member-container:hover .member-icons li, .product-wrap:hover .product-btn-group li { opacity: 1; visibility: visible; bottom: 0; } .team-member-container:hover .member-icons li:nth-child(1), .product-wrap:hover .product-btn-group li:nth-child(1) { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .team-member-container:hover .member-icons li:nth-child(2), .product-wrap:hover .product-btn-group li:nth-child(2) { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .team-member-container:hover .member-icons li:nth-child(3), .product-wrap:hover .product-btn-group li:nth-child(3) { -webkit-transition: 0.6s; -moz-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; } .team-thumb { position: relative; overflow: hidden; } .team-thumb:after { content: ''; position: absolute; background: transparent; width: 100%; height: 100%; left: 0; top: 0; visibility: hidden; opacity: 0; -webkit-transition: all 0.2s ease-out .2s; -moz-transition: all 0.2s ease-out .2s; -o-transition: all 0.2s ease-out .2s; transition: all 0.2s ease-out .2s; } .team-thumb:hover:after { opacity: 1; visibility: visible; background-color: rgba(0, 0, 0, 0.5); z-index: 0; } .team-thumb img { width: 100%; } .member-info { margin-top: 15px; margin-bottom: 15px; } .member-info h3 { font-size: 22px; font-weight: 700; margin-top: 0; margin-bottom: 0; } .member-info h5 { font-size: 16px; margin-top: 5px; } /* Blogs */ .blog-slider .post { margin: 20px 0; padding: 0 10px; } .post .post-img, .service-style-01 .service-box .service-img { overflow: hidden; position: relative; z-index: 10; } .post-info { background-color: #fff; transition: all 0.2s ease; } .service-box .service-img img { -webkit-transition: all .5s ease; transition: all .5s ease; z-index: 0; -webkit-backface-visibility: hidden; } .service-box:hover .service-img img { -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); } .post-info h3 { font-size: 20px; margin-top: 0; margin-bottom: 0px; font-weight: 600; } .post-info h5 { color: #f857a6; font-size: 16px; margin-top: 5px; } .post-info a.viewmore { color: #f857a6; font-size: 16px; font-weight: 700; } .post-info a.viewmore:hover { color: #ff5858; } .post-info a { color: #212121; } .post-info a:hover { color: #888888; } .post-info p { margin-top: 20px; color: #bdbdbd; font-size: 12px; } .post-info .extras-wrap { padding: 0px 14px 0px 0px; display: inline-block; font-size: 14px; color: #9e9e9e; } .post-info .extras-wrap i { position: relative; top: 1px; padding: 0px 5px 0px 0px; } .post-info hr { border-top: 1px solid #e0e0e0; width: 100%; height: 1px; } .blog-style-dark .post-info a { color: #fff; } .blog-style-dark a:hover { color: #888888; } .blog-style-dark .post-info { background-color: #2f2f2f; transition: all 0.2s ease; } /* Blog Style 01 */ .blog-style-01 .post { -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); } .blog-style-01 .post:hover { box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); } .widget { margin-bottom: 30px; } .blog-masonry-item { margin-bottom: 25px; } .widget-title { position: relative; margin-bottom: 45px; } .aside-title { margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 10px; font-weight: 500; font-size: 20px; } .search-form input { background-color: #fff; } /* Blog Style 02 */ .blog-style-02 .post-info { position: relative; height: 100%; background: hsla(0, 0%, 100%, .1); border: 1px solid hsla(0, 0%, 100%, .2); border-radius: 5px; min-height: 350px; padding: 39px 40px 100px; } .blog-style-02 .post-info:hover { background: #fff; border-color: #fff; box-shadow: 0 30px 40px rgba(0, 0, 0, .11); } .blog-style-02 .post-info h3 { margin-top: 30px; margin-bottom: 30px; } .blog-style-02 .post-info h5, .blog-style-02 .post-info a.viewmore, .blog-style-02 .post-info a { color: #fff; } .blog-style-02 .post-info:hover h5, .blog-style-02 .post-info:hover a.viewmore, .blog-style-02 .post-info:hover h3 a { color: #212121; } /* 10.6 Widget Recent Post */ .post-item { overflow: hidden; margin-bottom: 20px; } .post-item:last-child { margin-bottom: 0; } .post-item h4 { margin: 0; } .post-item .post-thumb { float: left; } .post-item .post-thumb img { width: 75px; height: 58px; } .post-item .post-body { margin-left: 100px; } .post-item .post-time { font-size: 12px; line-height: 1.2; margin-top: 7px; color: #999; } .post-item .subtitle { line-height: 1.2; } /* 10.5 Widget Search */ .search-form { position: relative; } .search-field { border-color: #e9e9e9!important; background: #fff; } .search-field:focus { border-color: #f857a6!important; } /* Widget Categories */ .widget_categories ul li:first-child, .widget_archive ul li:first-child { margin-top: 0; } .widget_categories ul li, .widget_archive ul li { margin-top: 20px; line-height: 25px; list-style: none; position: relative; } .widget_archive ul li span { position: absolute; top: 0; right: 0; } .widget_categories ul li a, .widget_archive ul li a { color: #888; font-weight: 100; } .widget_categories ul li a:hover, .widget_archive ul li a:hover { color: #f857a6; text-decoration: none; } /* Widget Tags */ .post-tags a { display: inline-block; padding: 5px 11px; margin: 0 5px 15px 0; border: 1px solid #e0e0e0; font-size: 14px; color: #888; } .post-tags a:hover { background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); border: 1px solid #f857a6; color: #fff; text-decoration: none; } /* pagination */ .pagination { border-radius: 0; padding: 0; margin: 0 } .pagination ul { display: inline-block; *display: inline; *zoom: 1; margin-left: 0; margin-bottom: 0; padding: 0; } .pagination li { display: inline; } .pagination a { float: left; padding: 0 18px; line-height: 40px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; background: #fff } .pagination a:hover { color: #fff; background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); } .pagination .active a { background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); } .pagination .active a { color: #ffffff; cursor: default; } .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover { color: #999999; background-color: transparent; cursor: default; } .pagination li:first-child a { border-left-width: 1px; } .pagination-centered { text-align: center; } .pagination-right { text-align: right; } .blog-standard { margin-top: 20px; } .blog-standard blockquote { margin: 40px 0; background-color: #fff; padding: 30px; position: relative; border-left-color: #f857a6; font-size: inherit; line-height: 1.7; color: #888; } .post-controls { margin-top: 30px; overflow: hidden; } .post-share li { display: inline-block; padding-right: 10px; margin: 0; } .post-controls .post-share { float: left; } .post-controls .comments-info { float: right; } .post-controls .post-share li a { color: #212121; } .post-controls .post-share li a:hover { color: #f857a6; } /* 10.3 Comments */ .comments-info a { color: #212121; } .comments-info a:hover { color: #f857a6; text-decoration: none; } .comment-respond { margin-top: 70px; margin-bottom: 80px; } .comment-reply-title { font-size: 16px; margin-bottom: 20px; text-transform: uppercase; } .recent-post-title { font-size: 16px; margin-bottom: 20px; text-transform: uppercase; } .comment-box { margin-bottom: 80px; } .post-comment { margin: 30px 0; } li.post-comment { list-style: none; } .comment-content { padding: 20px; background-color: #fff; border: 1px solid #f1f1f1; } .post-comment .avatar { margin-right: 22px; float: left; } .post-comment .avatar img { width: 74px; height: 74px; border-radius: 100px; } .post-comment .post-body { overflow: hidden; } .post-comment .comment-header { line-height: 1; font-size: 13px; padding-right: 46px; margin-top: 3px; margin-bottom: 10px; } .post-comment .author a { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #212121; } .post-comment .comment-header .time-ago a { font-size: 12px; color: #888; margin-left: 6px; } .post-comment .reply a { font-size: 14px; color: #888; margin-right: 6px; float: right; background-color: #ececec; padding: 5px 10px; } .post-comment .reply a:hover { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); color: #fff; } .post-comment .reply-comment { padding-left: 90px; } .post-comment .reply-comment .avatar img { width: 50px; height: 50px; border-radius: 100px; } .comment-form .form-control { height: 55px; border: 1px solid #eee; } .comment-form textarea.form-control { height: auto; } /* Footer */ .footer { font-size: 16px; } .footer-main { padding: 60px 0 20px; background-color: #212121; position: relative; } .footer .widget-title { position: relative; line-height: 1.4; margin-bottom: 20px; color: #fff; margin-top: 0px; font-size: 18px; } .footer .widget-text p { color: #fff; font-size: 16px; margin-bottom: 13px; } .footer .widget-text strong { color: #fff; } .footer .widget-links { font-family: 'Karla', sans-serif; } .footer .widget-links li { margin-bottom: 20px; list-style: none; color: #fff; font-size: 16px; position: relative; } .footer .widget-links a { color: #fff; } .footer .widget-links a:hover { color: #f857a6; text-decoration: none; } .footer .contact-detail { position: relative; } .footer .contact-detail li { margin-bottom: 20px; list-style: none; color: #fff; font-size: 16px; position: relative; padding-left: 24px; } .footer .contact-detail li i { position: absolute; top: 0; left: 0; line-height: 24px; color: #fff; } .footer-copyright { padding: 35px 0; border-top: 1px solid #2d2d2d; background-color: #212121; } .copy-right { margin-top: 8px; color: #fff; font-size: 16px; } .copy-right .icon { color: #f857a6; margin-right: 5px; } .footer-copyright ul.social-media { float: right; display: block; margin-bottom: 0; margin-top: 5px; } .footer-copyright ul.social-media li { display: inline-block; margin-right: 20px; } .footer-copyright ul.social-media li:last-child { margin-right: 0; } .footer-copyright ul.social-media li a { font-size: 20px; display: inline-block; color: #fff; } .footer-copyright ul.social-media li a:hover { color: #f857a6; } ul.footer-gallery { margin: 0; } ul.footer-gallery li { display: inline-block; width: 24%; padding: 0 2px 0px 0; margin-bottom: 5px; } ul.footer-gallery li img { max-width: 100%; width: 100%; } .footer-gallery-box { position: relative; overflow: hidden; } .footer-gallery-box .skin-overlay { background-color: rgba(30, 192, 255, 0.9); position: absolute; width: 100%; height: 100%; opacity: 0; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; } .footer-gallery-box:hover .skin-overlay { opacity: 1; } .footer-gallery-box .zoom-wrap { position: absolute; top: 0%; left: 0; width: 100%; height: 100%; } .footer-gallery-zoom { position: absolute; left: 0; top: 40%; width: 100%; } .footer-gallery-zoom li { position: relative; bottom: -40px; opacity: 0; visibility: hidden; transform: translateZ(0); } .footer-gallery-box:hover .footer-gallery-zoom li { bottom: 0; opacity: 1; visibility: visible; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .footer-gallery-zoom li a { color: #fff; } .footer-gallery-zoom li a:hover, .footer-gallery-zoom li a:focus { color: #212121; } .logo-footer { height: 34px; margin-bottom: 10px; } .contact-widget.widget ul li { padding-left: 25px; position: relative; } .contact-widget.widget ul li i { position: absolute; left: 0; top: 1px; } /* Contact Us */ .contact-us p, .contact-us address { font-size: 14px; } .contact-us h3 { margin-top: 0; } .contact-us address { margin-bottom: 40px; line-height: 25px; } .contact-us address a { color: #f857a6; } .contact-us address a:hover { color: #212121; } /* Google Maps */ .map-section { position: relative; min-height: 500px; } .map-parallax { position: fixed; width: 100%; height: 45%; z-index: -3; } #myMap, #map-style-2, #map-style-3 { min-height: 500px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } #myMap *, #map-style-2 *, #map-style-3 * { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } #myMap.wide, #map-style-2.wide, #map-style-3.wide { height: 500px; width: 100%; position: relative!important; transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } #myMap.wide *, #map-style-2.wide *, #map-style-3.wide * { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } #mapcontent p { margin: 0; font-size: 16px; } /* Go Top */ #return-to-top { position: fixed; bottom: 20px; right: 20px; background: rgba(0, 0, 0, 0.7); width: 35px; height: 35px; text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 100px; display: none; z-index: 99; } #return-to-top i { color: #fff; margin: 0; position: relative; font-size: 15px; text-align: center; display: block; line-height: 36px; } #return-to-top:hover { background: rgba(0, 0, 0, 0.9); } /* Sliders */ .default-slider, .home-fullslide, .hero-half-slider { position: relative; height: 768px; overflow: hidden; } .hero-half-slider .hero-text-wrap { padding-top: 100px; padding-bottom: 100px; } .hero-half-slider .slide { position: relative; height: 768px; } .default-slider .container { padding-top: 60px; } .default-slider.slick-dotted.slick-slider, .blog-grid-slider.slick-dotted.slick-slider { margin-bottom: 0; } .home-slider { height: 100vh; padding: 0; } .home-slider .default-slider, .home-slider .slick-list, .home-slider .slide-img, .home-slider .hero-text-wrap { height: 100vh; width: 100%; } .default-slider .slide { position: relative; height: 768px; } .default-slider .slick-dots, .service-slider-2 .slick-dots { bottom: 40px; } .default-slider .slick-dots li button, .portfolio-slider .slick-dots li button { font-size: 0; width: 40px; height: 3px; padding: 0px; cursor: pointer; border: 0; outline: none; background: rgba(195, 195, 195, 0.5); } section.dark-block .default-slider .slick-dots li button { background: rgba(33, 33, 33, 0.5); } .slide-img, .parallax-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .full-screen-bg { height: 100vh; min-height: 100vh; } .hero-text-wrap { display: table; table-layout: fixed; height: 100%; width: 100%; position: relative; z-index: 200; background-color: rgba(0, 0, 0, 0.45); } .light-slider .hero-text-wrap { background-color: rgba(0, 0, 0, 0); } .inline-btn p { display: inline-block; text-transform: uppercase; font-size: 12px; letter-spacing: 0.1em; margin: 0 10px; font-family: 'Poppins', sans-serif; font-weight: 500; vertical-align: middle; } .inline-btn i { font-size: 20px; } .video-box { position: relative; overflow: hidden; } .video-box_overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; } .play-button { width: 80px; height: 80px; margin-left: auto; margin-right: auto; background-color: #fff; border-radius: 100px; -webkit-transition: all .3s ease; transition: all .3s ease; } .play-button:hover { -webkit-transform: scale(1.1); transform: scale(1.1); } .play-button i { line-height: inherit; display: block; text-align: center; color: #212121; font-size: 60px; } .hero-video { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .hero-video video { position: absolute; max-width: none; } .bg-flex.bg-flex-left { left: 0; } .bg-flex.bg-flex-right { right: 0; } .bg-flex { padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 100; } .bg-flex-holder { position: absolute; top: 0; width: 100%; height: 100%; } .bg-flex-cover { background-size: cover; background-position: center center; background-repeat: no-repeat; } .bg-flex-right { position: absolute; padding: 0; right: 0; top: 0; bottom: 0; overflow: hidden; } .col-about-right { padding-left: 60px; } .col-about-left { padding-right: 60px; } .about-section { position: relative; overflow: hidden; } .about-section:before { position: absolute; content: ''; width: 100%; height: 100%; bottom: -4.875em; background: rgba(88, 14, 102, 1)!important; background: -moz-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88, 14, 102, 1)), color-stop(100%, rgba(231, 1, 104, 1)))!important; background: -webkit-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -o-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: linear-gradient(to right, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#580e66', endColorstr='#e70168', GradientType=1)!important; } .about-section .about-text { margin-top: 10em; } .about-text blockquote { background-color: transparent; border-left: 0; color: #fff; } .about-text h2 { padding: 0 40px; margin: 0; color: #fff; font-size: 60px; } .info-box { padding-top: 30px; padding-left: 15px; } .row-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .row-flex:before { content: none; } .row-flex>[class*="col-"] { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } @media only screen and (max-width:767px) { .row-flex>[class*="col-"]:not([class*="col-xs"]) { width: 100%; } } .row-flex>[class*="col-"] .col-inner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: -15px; margin-right: -15px; } .col-inner.spacer-xl { padding: 200px 100px; } .col-inner.spacer { padding: 100px 50px; } .col-inner.spacer-md { padding: 90px 50px; } .col-inner.spacer-sm { padding: 80px 50px; } .col-inner.spacer-xs { padding: 60px 50px; } .row-flex.flex-center>[class*="col-"] { -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } @media only screen and (min-width:768px) { .row-flex.full-width-flex>[class*="col-"] { padding-left: 6.5%; padding-right: 6.5%; } } .row-flex.padding-row>[class*="col-"] { padding: 7.5% 6.5%; } .row-flex.flex-horizontal>[class*="col-"]:last-child { -webkit-box-pack: end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .row-flex.flex-spacing .column-inner { margin-left: 0; margin-right: 0; } .social-networks { padding: 0; list-style: none; } .social-networks>li { display: inline-block; margin-right: 12px; } .social-networks>li>a { display: block; width: 50px; height: 50px; line-height: 47px; text-align: center; font-size: 16px; border: 1px solid #e8e8e8; color: #212121; border-radius: 100%; } .social-networks>li>a:hover { color: #fff; } .social-networks>li.social-icon-fb>a:hover { background-color: #3b5998; border-color: #3b5998; } .social-networks>li.social-icon-tw>a:hover { background-color: #55acee; border-color: #55acee; } .social-networks>li.social-icon-lk>a:hover { background-color: #0077b5; border-color: #0077b5; } .social-networks>li.social-icon-be>a:hover { background-color: #053eff; border-color: #053eff; } .social-networks>li.social-icon-de>a:hover { background-color: #ea4c89; border-color: #ea4c89; } .social-networks>li.social-icon-sk>a:hover { background-color: #00aff0; border-color: #00aff0; } .social-networks>li>a i { font-size: 20px; } /* About Styles */ .design-studio-text { padding-top: 100px; padding-left: 80px; } .design-studio-text h2 { font-size: 50px; } /* Testimonials Style 01 */ .testimonial-item:focus { outline: none; } .testimonial-item .testimonial-content { background-color: #212121; padding: 40px; margin: 50px auto; text-align: center; position: relative; } .testimonial-item .testimonial-content:before { content: ''; display: inline-block; position: absolute; left: 42px; top: 100%; border: 14px solid transparent; border-top: 15px solid #212121; } .testimonial-item .testimonial-content img { width: 120px; margin-left: auto; margin-right: auto; } /* Testimonials Style 02 */ .testimonial-style-2 .testimonial-item .testimonial-content { background-color: transparent; padding: 0; float: left; display: inline-block; box-shadow: none; } .testimonial-style-2 .testimonial-item h4, .testimonial-style-2 .testimonial-item h5 { color: #fff; text-align: left; line-height: 1.5em; } .testimonial-style-2 .testimonial-item h5 { margin-bottom: 3px; font-size: 14px; font-weight: 300; } .testimonial-style-2 .testimonial .slick-prev:before, .testimonial-style-2 .testimonial .slick-next:before { opacity: .75; } .testimonial-style-2 .testimonial .slick-prev:hover:before, .testimonial-style-2 .testimonial .slick-next:hover:before { opacity: 1; } .testimonial-style-2 .testimonial-item .testimonial-content .display-table { height: 150px; } .testimonial-style-2 .slick-prev, section.parallax-bg .testimonial-style-2 .slick-next { color: rgba(255, 255, 255, 0.5); } .testimonial-style-2 .slick-prev:hover, section.parallax-bg .testimonial-style-2 .slick-next:hover { color: rgba(255, 255, 255, 1); } .testimonial-style-2 .slick-prev { left: -50px; } .testimonial-style-2 .slick-next { right: -40px; } .testimonial-style-2 .slick-prev:before { content: '\eb1a'; } .testimonial-style-2 .slick-next:before { content: '\eb1b'; } .testimonial-style-2 .testimonial-item .testimonial-content::before { display: none; } /* Testimonials Style 03 */ .testimonial-style-3 .testimonial-item .testimonial-content { background-color: transparent; box-shadow: none; } .testimonial-style-3 .testimonial-item .testimonial-content::before { display: none; } .testimonial-style-3 .testimonial-item .testimonial-content img { width: 120px; margin-left: auto; margin-right: auto; } /* Testimonials Style 06 */ .testimonial-style-6 .testimonial-item .testimonial-content { background-color: transparent; box-shadow: none; margin: 0 auto; } .testimonial-style-6 .testimonial-item .testimonial-content img { width: 120px; margin-left: auto; margin-right: auto; } /* Testimonials Dark */ .dark-testimonial .testimonial-item:focus { outline: none; } .dark-testimonial .testimonial-item .testimonial-content { background-color: #fff; padding: 40px; margin: 50px auto; text-align: center; position: relative; } .dark-testimonial .testimonial-item .testimonial-content:before { content: ''; display: inline-block; position: absolute; left: 42px; top: 100%; border: 14px solid transparent; border-top: 15px solid #fff; } .dark-testimonial .testimonial-item .testimonial-content img { width: 120px; margin-left: auto; margin-right: auto; } /* Arrows */ .slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; z-index: 10; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: #fff; outline: none; background: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; } .testimonial .slick-prev:before, .testimonial .slick-next:before { font-family: "Ionicons"; font-size: 35px; line-height: 1; opacity: 0.5; color: #212121; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .testimonial .slick-prev:hover:before, .testimonial .slick-prev:focus:before, .testimonial .slick-next:hover:before, .testimonial .slick-next:focus:before { opacity: 1; } .slick-prev { left: 25px; } .testimonial .slick-prev:before { content: '\f2ca'; } .slick-next { right: 25px; } .testimonial .slick-next:before { content: '\f30f'; } /* Dots */ .service-slider-2.slick-dotted.slick-slider { margin-bottom: 0; } .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li { display: inline-block; margin: 0 4px; } .slick-slide:focus { outline: none; } .testimonial .slick-dots li button, .team-slider .slick-dots li button, .blog-slider .slick-dots li button, .service-slider .slick-dots li button, .service-slider-2 .slick-dots li button, .testimonial-style-6 .slick-dots li button, .app-gallery-slider .slick-dots li button { font-size: 0; width: 50px; height: 3px; padding: 0px; cursor: pointer; border: 0; outline: none; background: rgba(195, 195, 195, 0.5); } .testimonial .slick-dots li.slick-active button, .team-slider .slick-dots li.slick-active button, .service-slider .slick-dots li.slick-active button, .service-slider-2 .slick-dots li.slick-active button { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); } .testimonial-style-6 .slick-dots li.slick-active button, .app-gallery-slider .slick-dots li.slick-active button { background-color: #fff; } .service-slider-2 .slick-prev:before, .blog-grid-slider .slick-prev:before, .blog-slider .slick-prev:before, .default-slider .slick-prev:before { content: '\eb76'; } .service-slider-2 .slick-next:before, .blog-grid-slider .slick-next:before, .blog-slider .slick-next:before, .default-slider .slick-next:before { content: '\eb79'; } .service-slider-2 .slick-prev:before, .service-slider-2 .slick-next:before, .blog-grid-slider .slick-prev:before, .blog-grid-slider .slick-next:before, .blog-slider .slick-prev:before, .blog-slider .slick-next:before, #product-slider .slick-prev:before, #product-slider .slick-next:before, section.parallax-bg .testimonial-style-2 .slick-prev:before, section.parallax-bg .testimonial-style-2 .slick-next:before, section.dark-block .default-slider .slick-prev:before, section.dark-block .default-slider .slick-next:before { font-family: 'icofont'; font-size: 25px; line-height: 1; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .service-slider-2 .slick-prev, .service-slider-2 .slick-next { border: 2px solid rgba(255, 255, 255, 0.7); width: 50px; height: 50px; color: #fff; border-radius: 100px; } .blog-grid-slider .slick-prev, .blog-grid-slider .slick-next, .blog-slider .slick-prev, .blog-slider .slick-next { width: 50px; height: 50px; color: #fff; } .blog-grid-slider .slick-prev:hover, .blog-grid-slider .slick-next:hover, .blog-slider .slick-prev:hover, .blog-slider .slick-next:hover { color: #f857a6; } .single-project-slider .slick-dots, .portfolio-slider .slick-dots { bottom: 25px; } .single-project-slider .slick-dots li button, .portfolio-slider .slick-dots li button { font-size: 0; width: 20px; height: 20px; padding: 0px; cursor: pointer; border: 0; outline: none; background: rgba(255, 255, 255, 0.5); border-radius: 100px; } .single-project-slider .slick-dots li.slick-active button, .portfolio-slider .slick-dots li.slick-active button { background: rgba(255, 255, 255, 1); } .service-slider-2 .slide { position: relative; } .service-slider-2, .service-slider-2 .slick-list { width: 100%; } .no-direction .slick-prev, .no-direction .slick-next { display: none!important; } .service-slider-2 .slick-prev:hover, .service-slider-2 .slick-next:hover, .blog-grid-slider .slick-prev:hover, .blog-grid-slider .slick-next:hover { color: #212121; background: #fff; } .service-slider-2 .slick-prev:focus, .default-slider .slick-next:focus { outline: none; } .default-slider .slick-dots li.slick-active button { background-color: #fff; } section.dark-block .default-slider .slick-dots li.slick-active button { background-color: #212121; } section.dark-block .default-slider .slick-prev, section.dark-block .default-slider .slick-next { border: 1px solid rgba(33, 33, 33, 0.7); color: #212121; width: 50px; height: 50px; border-radius: 100px; } section.dark-block .default-slider .slick-prev:hover, section.dark-block .default-slider .slick-next:hover { color: #fff; background: #212121; } /* Simple Slider */ .simple-content-slider { width: 100%; height: 100%; position: absolute; right: 0; left: 0; } .simple-content-slider-text { display: table; height: 100%; width: 100%; } .simple-content-text-inner { display: table-cell; vertical-align: middle; } /* Template Social Icons */ .member-socialicons { overflow: hidden; list-style: none; text-align: center; line-height: 20px; } .member-socialicons li { float: left; padding: 0 10px; line-height: inherit; list-style-type: none; } .member-socialicons li a { color: #fff; display: block; } .member-socialicons li a:hover { color: #ff4552; } .member-socialicons li a i { display: block; font-size: 13px; text-align: center; } ul.social-default, ul.social-default-no-border { display: block; } ul.social-default li, ul.social-default-no-border li { display: inline-block; margin-right: 12px; } ul.social-default li:last-child, ul.social-default-no-border li:last-child { margin-right: 0; } ul.social-default li a { font-size: 16px; display: block; border: solid 1px; text-align: center; width: 40px; height: 40px; line-height: 40px; border-radius: 100px; } ul.social-default li a.fb { border-color: #3C599F; color: #3C599F; } ul.social-default li a:hover.fb, ul.social-default li a:focus.fb { border-color: #3C599F; color: #fff; background-color: #3c599f; } ul.social-default li a.tw { border-color: #00aced; color: #00aced; } ul.social-default li a:hover.tw, ul.social-default li a:focus.tw { border-color: #00aced; color: #fff; background-color: #00aced; } ul.social-default li a.dr { border-color: #ea4c89; color: #ea4c89; } ul.social-default li a:hover.dr, ul.social-default li a:focus.dr { border-color: #ea4c89; color: #fff; background-color: #ea4c89; } ul.social-default li a.be { border-color: #1769FF; color: #1769FF; } ul.social-default li a:hover.be, ul.social-default li a:focus.be { border-color: #1769FF; color: #fff; background-color: #1769FF; } ul.social-default li a.ev { border-color: #528036; color: #528036; } ul.social-default li a:hover.ev, ul.social-default li a:focus.ev { border-color: #528036; color: #fff; background-color: #528036; } ul.social-default-no-border { margin-left: auto; margin-right: auto; text-align: center; } ul.social-default-no-border li a { font-size: 18px; display: inline-block; color: #212121; } ul.social-default-no-border.big li a { font-size: 26px; color: #fff; } ul.social-default-no-border li a:hover.facebook, ul.social-default-no-border li a:focus.facebook { color: #3C599F; } ul.social-default-no-border li a:hover.twitter, ul.social-default-no-border li a:focus.twitter { color: #00aced; } ul.social-default-no-border li a:hover.behance, ul.social-default-no-border li a:focus.behance { color: #1769FF; } ul.social-default-no-border li a:hover.dribble, ul.social-default-no-border li a:focus.dribble { color: #ea4c89; } ul.social-default-no-border li a:hover.google-plus, ul.social-default-no-border li a:focus.google-plus { color: #dd4b39; } ul.social-default-no-border li a:hover.linkedin, ul.social-default-no-border li a:focus.linkedin { color: #007bb6; } ul.social-default-no-border li a:hover.youtube, ul.social-default-no-border li a:focus.youtube { color: #bb0000; } ul.social-default-no-border li a:hover.instagram, ul.social-default-no-border li a:focus.instagram { color: #517fa4; } ul.social-default-no-border li a:hover.pinterest, ul.social-default-no-border li a:focus.pinterest { color: #cb2027; } ul.social-default-no-border li a:hover.flicker, ul.social-default-no-border li a:focus.flicker { color: #ff0084; } ul.social-default-no-border li a:hover.tumblr, ul.social-default-no-border li a:focus.tumblr { color: #32506d; } ul.social-default-no-border li a:hover.github, ul.social-default-no-border li a:focus.github { color: #171516; } .xs-icon, .sm-icon, .md-icon, .lg-icon, .xl-icon { list-style: none; padding: 0; } .xs-icon li, .sm-icon li, .md-icon li, .lg-icon li, .xl-icon li { display: inline-block; } footer .xs-icon li:first-child, footer .sm-icon li:first-child, footer .md-icon li:first-child, footer .lg-icon li:first-child, footer .xl-icon li:first-child { margin-left: 0; } footer .xs-icon li:last-child, footer .sm-icon li:last-child, footer .md-icon li:last-child, footer .lg-icon li:last-child, footer .xl-icon li:last-child { margin-right: 0; } .xs-icon li { margin: 0 2px } .sm-icon li { margin: 0 5px } .md-icon li { margin: 0 8px } .lg-icon li { margin: 0 10px } .xl-icon li { margin: 0 12px } .xs-icon a { font-size: 14px; width: 30px!important; height: 30px!important; line-height: 29px!important; } .sm-icon a { font-size: 16px; width: 40px!important; height: 40px!important; line-height: 38px!important; } .md-icon a { font-size: 20px; width: 50px; height: 50px; line-height: 48px; } .lg-icon a { font-size: 24px; width: 60px!important; height: 60px!important; line-height: 61px!important; } .xl-icon a { font-size: 30px; width: 70px!important; height: 70px!important; line-height: 68px!important; } .modern-icons.md-icon li { margin: 0 10px 0 0px; } /* Elememts Social Icons */ /* Social Icons Style 01 */ .social-icons-style-01 a, .social-icons-style-07 a { text-align: center; display: inline-block; transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; color: #fff } .social-icons-style-01 a:hover { border-radius: 100%; } .social-icons-style-01 a.fb, .social-icons-style-02 a.fb:hover, .social-icons-style-03 a.fb span, .social-icons-style-06 .icon.facebook:before, .social-icons-style-09 a.facebook, .social-icons-style-10 a.fb span, .social-icons-style-11 .facebook .back { background-color: #3b5998; } .social-icons-style-01 a.tw, .social-icons-style-02 a.tw:hover, .social-icons-style-03 a.tw span, .social-icons-style-06 .icon.twitter:before, .social-icons-style-09 a.twitter, .social-icons-style-10 a.tw span, .social-icons-style-11 .twitter .back { background-color: #00aced; } .social-icons-style-01 a.be, .social-icons-style-02 a.be:hover, .social-icons-style-03 a.be span, .social-icons-style-06 .icon.behance:before, .social-icons-style-09 a.behance, .social-icons-style-10 a.be span, .social-icons-style-11 .behance .back { background-color: #1769FF; } .social-icons-style-01 a.in, .social-icons-style-02 a.in:hover, .social-icons-style-03 a.in span, .social-icons-style-06 .icon.linkedin:before, .social-icons-style-09 a.linkedin, .social-icons-style-10 a.in span, .social-icons-style-11 .linkedin .back { background-color: #007bb6; } .social-icons-style-01 a.yt, .social-icons-style-02 a.yt:hover, .social-icons-style-03 a.yt span, .social-icons-style-06 .icon.youtube:before, .social-icons-style-09 a.youtube, .social-icons-style-10 a.yt span, .social-icons-style-11 .youtube .back { background-color: #bb0000; } .social-icons-style-01 a.ins, .social-icons-style-02 a.ins:hover, .social-icons-style-03 a.ins span, .social-icons-style-06 .icon.instagram:before, .social-icons-style-09 a.instagram, .social-icons-style-10 a.ins span, .social-icons-style-11 .instagram .back { background-color: #fe1f49; } .social-icons-style-01 a.tb, .social-icons-style-02 a.tb:hover, .social-icons-style-03 a.tb span, .social-icons-style-06 .icon.tumblr:before, .social-icons-style-09 a.tumblr, .social-icons-style-10 a.tb span, .social-icons-style-11 .tumblr .back { background-color: #32506d; } .social-icons-style-01 a.fk, .social-icons-style-02 a.fk:hover, .social-icons-style-03 a.fk span, .social-icons-style-06 .icon.flicker:before, .social-icons-style-09 a.flickr, .social-icons-style-10 a.fk span, .social-icons-style-11 .flickr .back { background-color: #ff0084; } .social-icons-style-01 a.rss, .social-icons-style-02 a.rss:hover, .social-icons-style-03 a.rss span, .social-icons-style-06 .icon.rss:before, .social-icons-style-09 a.rss, .social-icons-style-10 a.rss span, .social-icons-style-11 .rss .back { background-color: #f2890a; } .social-icons-style-01 a.pin, .social-icons-style-02 a.pin:hover, .social-icons-style-03 a.pin span, .social-icons-style-06 .icon.pinterest:before, .social-icons-style-09 a.pinterest, .social-icons-style-10 a.pin span, .social-icons-style-11 .pinterest .back { background-color: #cb2027; } .social-icons-style-01 a.git, .social-icons-style-02 a.git:hover, .social-icons-style-03 a.git span, .social-icons-style-06 .icon.github:before, .social-icons-style-09 a.github, .social-icons-style-10 a.git span, .social-icons-style-11 .github .back { background-color: #171516; } .social-icons-style-01 a.gplus, .social-icons-style-02 a.gplus:hover, .social-icons-style-03 a.gplus span, .social-icons-style-06 .icon.google-plus:before, .social-icons-style-09 a.google-plus, .social-icons-style-10 a.gplus span, .social-icons-style-11 .google-plus .back { background-color: #dd4b39; } .social-icons-style-01 a.dr, .social-icons-style-02 a.dr:hover, .social-icons-style-03 a.dr span, .social-icons-style-06 .icon.dribble:before, .social-icons-style-09 a.dribble, .social-icons-style-10 a.dr span, .social-icons-style-11 .dribble .back { background-color: #ea4c89; } /* Social Icons Style 02 */ .social-icons-style-02 a { text-align: center; display: inline-block; color: #fff } .social-icons-style-02 a:hover { color: #fff; border-radius: 100%; } /* Social Icons Style 03 */ .social-icons-style-03 { position: relative; } .social-icons-style-03 a { text-align: center; display: inline-block; border-radius: 100%; position: relative; text-align: center } .social-icons-style-03 a:hover { color: #fff; } .social-icons-style-03 a i { position: relative; z-index: 1; } .social-icons-style-03 a span { border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; width: 0; } .social-icons-style-03 a:hover span { width: 100%; height: 100%; border-radius: 100%; top: 0; left: 0; } /* Social Icons Style 04 */ .social-icons-style-04 a:hover.facebook { color: #3C599F; } .social-icons-style-04 a:hover.twitter { color: #00aced; } .social-icons-style-04 a:hover.behance { color: #1769FF; } .social-icons-style-04 a:hover.dribble { color: #ea4c89; } .social-icons-style-04 a:hover.google-plus { color: #dd4b39; } .social-icons-style-04 a:hover.linkedin { color: #007bb6; } .social-icons-style-04 a:hover.youtube { color: #bb0000; } .social-icons-style-04 a:hover.instagram { color: #517fa4; } .social-icons-style-04 a:hover.pinterest { color: #cb2027; } .social-icons-style-04 a:hover.flicker { color: #ff0084; } .social-icons-style-04 a:hover.tumblr { color: #32506d; } .social-icons-style-04 a:hover.github { color: #171516; } .social-icons-style-04 a:hover.rss { color: #f2890a; } /* Social Icons Style 05 */ .social-icons-style-05 a.facebook, .social-icons-style-06 .icon.facebook .icofont, .social-icons-style-12 a.facebook { color: #3C599F; } .social-icons-style-05 a.twitter, .social-icons-style-06 .icon.twitter .icofont, .social-icons-style-12 a.twitter { color: #00aced; } .social-icons-style-05 a.behance, .social-icons-style-06 .icon.behance .icofont, .social-icons-style-12 a.behance { color: #1769FF; } .social-icons-style-05 a.dribble, .social-icons-style-06 .icon.dribble .icofont, .social-icons-style-12 a.dribble { color: #ea4c89; } .social-icons-style-05 a.google-plus, .social-icons-style-06 .icon.google-plus .icofont, .social-icons-style-12 a.google-plus { color: #dd4b39; } .social-icons-style-05 a.linkedin, .social-icons-style-06 .icon.linkedin .icofont, .social-icons-style-12 a.linkedin { color: #007bb6; } .social-icons-style-05 a.youtube, .social-icons-style-06 .icon.youtube .icofont, .social-icons-style-12 a.youtube { color: #bb0000; } .social-icons-style-05 a.instagram, .social-icons-style-06 .icon.instagram .icofont, .social-icons-style-12 a.instagram { color: #517fa4; } .social-icons-style-05 a.pinterest, .social-icons-style-06 .icon.pinterest .icofont, .social-icons-style-12 a.pinterest { color: #cb2027; } .social-icons-style-05 a.flicker, .social-icons-style-06 .icon.flicker .icofont, .social-icons-style-12 a.flicker { color: #ff0084; } .social-icons-style-05 a.tumblr, .social-icons-style-06 .icon.tumblr .icofont, .social-icons-style-12 a.tumblr { color: #32506d; } .social-icons-style-05 a.github, .social-icons-style-06 .icon.github .icofont, .social-icons-style-12 a.github { color: #171516; } .social-icons-style-05 a.rss, .social-icons-style-06 .icon.rss .icofont, .social-icons-style-12 a.rss { color: #f2890a; } .social-icons-style-05 a:hover { color: #fff; } /* Social Icons Style 06 */ .social-icons-style-06 .icon { display: inline-block; background-color: #fff; width: 50px; height: 50px; line-height: 50px; margin: 0; text-align: center; position: relative; overflow: hidden; border-radius: 28%; box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); opacity: 0.99; } .social-icons-style-06 .icon, .social-icons-style-06 .icon:before, .social-icons-style-06 .icon .icofont { transition: all 0.35s; transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-icons-style-06 .icon:before { content: ''; width: 120%; height: 120%; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .social-icons-style-06 .icon:before { top: 90%; left: -110%; } .social-icons-style-06 .icon .icofont { vertical-align: middle; } .social-icons-style-06 .icon .icofont { -webkit-transform: scale(0.8); transform: scale(0.8); } .social-icons-style-06 .icon:focus:before, .social-icons-style-06 .icon:hover:before { top: -10%; left: -10%; } .social-icons-style-06 .icon:focus .icofont, .social-icons-style-06 .icon:hover .icofont { color: #fff; -webkit-transform: scale(1); transform: scale(1); position: relative; } /* Social Icons Style 07 */ .social-icons-style-07 a:hover { color: #f857a6; } /* Social Icons Style 08 */ .social-icons-style-08 a { text-align: center; display: inline-block; border: 1px solid rgba(0, 0, 0, 0.1); color: #232323; background-color: transparent; border-radius: 100%; } .social-icons-style-08 a:hover { background-color: transparent; } .social-icons-style-08 a.facebook:hover { border-color: #3b5998; color: #3b5998; } .social-icons-style-08 a.twitter:hover { border-color: #00aced; color: #00aced } .social-icons-style-08 a.google-plus:hover { border-color: #dc4a38; color: #dc4a38 } .social-icons-style-08 a.dribble:hover { border-color: #ea4c89; color: #ea4c89 } .social-icons-style-08 a.youtube:hover { border-color: #bb0000; color: #bb0000 } .social-icons-style-08 a.linkedin:hover { border-color: #0077b5; color: #0077b5 } .social-icons-style-08 a.instagram:hover { border-color: #FE1F49; color: #FE1F49 } .social-icons-style-08 a.pinterest:hover { border-color: #CB2027; color: #CB2027 } .social-icons-style-08 a.flickr:hover { border-color: #ff0084; color: #ff0084 } .social-icons-style-08 a.rss:hover { border-color: #f2890a; color: #f2890a } .social-icons-style-08 a.behance:hover { border-color: #1769ff; color: #1769ff } .social-icons-style-08 a.tumblr:hover { border-color: #32506d; color: #32506d } /* Social Icons Style 09 */ .social-icons-style-09 a { text-align: center; display: inline-block; -webkit-transition: -webkit-transform 1s, backgrond 0.4s; -moz-transition: -moz-transform 1s, background 0.4s; -o-transition: -o-transform 1s, background 0.4s; transition: transform 1s, background 0.4s; border-radius: 100%; color: #fff } .social-icons-style-09 a:hover { -webkit-transform: translateY(-10px)rotateZ(360deg); -moz-transform: translateY(-10px)rotateZ(360deg); -ms-transform: translateY(-10px)rotateZ(360deg); -o-transform: translateY(-10px)rotateZ(360deg); transform: translateY(-10px)rotateZ(360deg); } /* Social Icons Style 10 */ .social-icons-style-10 a { text-align: center; display: inline-block; border-radius: 100%; position: relative; border: 1px solid rgba(0, 0, 0, 0.1); color: #232323; text-align: center; z-index: 1; } .social-icons-style-10 a:hover { color: #fff; } .social-icons-style-10 a span { border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; width: 0; z-index: -1; } .social-icons-style-10 a:hover span { width: 100%; height: 100%; border-radius: 100%; top: 0; left: 0; } /* Social Icons Style 11 */ .social-icons-style-11 a { background: #fff; color: #212121; float: left; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; display: inline-block; ; position: relative; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .social-icons-style-11 .front, .social-icons-style-11 .back { width: 50px; height: 50px; position: absolute; top: 0; left: 0; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-backface-visibility: visible; -moz-backface-visibility: visible; -ms-backface-visibility: visible; -o-backface-visibility: visible; backface-visibility: visible; } .social-icons-style-11 .back { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } .social-icons-style-11 a:hover .back { -webkit-backface-visibility: visible; -moz-backface-visibility: visible; -ms-backface-visibility: visible; -o-backface-visibility: visible; backface-visibility: visible; } .social-icons-style-11 a:hover { color: #fff; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); } /* Social Icons Style 12 */ .social-icons-style-12 a { color: #fff; background-color: #fff; border-radius: 5px; text-align: center; text-decoration: none; position: relative; display: inline-block; width: 50px; height: 50px; -o-transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-font-smoothing: antialiased; } .social-icons-style-12 a span { color: #212121; position: absolute; bottom: 0; left: -25px; right: -25px; z-index: -1; font-size: 14px; border-radius: 2px; background: #fff; visibility: hidden; opacity: 0; -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .social-icons-style-12 a:hover span { bottom: 60px; visibility: visible; opacity: 1; } .social-icons-style-12 a span:before { content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); } .social-icons-style-12 .xl-icon a:hover span { bottom: 85px; } /* Elememts Service Boxes */ /* Service Box Style 01 */ .service-box-style-01 .feature-box-square:hover { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); } .service-box-style-01 .feature-box-square:hover i, .service-box-style-01 .feature-box-square:hover h1, .service-box-style-01 .feature-box-square:hover h2, .service-box-style-01 .feature-box-square:hover h3, .service-box-style-01 .feature-box-square:hover h4, .service-box-style-01 .feature-box-square:hover h5, .service-box-style-01 .feature-box-square:hover h6, .service-box-style-01 .feature-box-square:hover p { color: #fff!important; } /* Service Box Style 02 */ .service-box-style-02 .feature-box { overflow: hidden; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; padding: 100px 30px; height: 350px; text-align: center; } .service-box-style-02 .feature-box:hover { display: block; padding: 60px 30px; } .service-box-style-02 .feature-box .hidden-content { opacity: 0; } .service-box-style-02 .feature-box:hover .hidden-content { opacity: 1; } .service-box-style-02 .feature-box .icon-heading { text-align: center; vertical-align: middle; } .service-box-style-02 .feature-box:hover .icon-heading { display: block; } /* Service Box Style 03 */ .service-box-style-03 .main-box { position: relative; -webkit-perspective: 1000px; -moz-perspective: 1000px; } .service-box-style-03 .flipper { position: relative; } .service-box-style-03 .main-box .box-front, .service-box-style-03 .main-box .box-back { text-align: center; background-size: cover; z-index: 1; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: inherit; perspective: inherit; -webkit-transition: -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); transition: -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); transition: transform .8s cubic-bezier(.5, .2, .2, .8); transition: transform .8s cubic-bezier(.5, .2, .2, .8), -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); } .service-box-style-03 .content-wrap { position: absolute; width: 100%; display: block; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: inherit; perspective: inherit; -webkit-backface-visibility: hidden; backface-visibility: hidden; padding: 50px 30px; z-index: 2; top: 50%; left: 0; -webkit-transform: translate3d(0, -50%, 50px) scale(.9); transform: translate3d(0, -50%, 50px) scale(.9); } .service-box-style-03 .content-wrap .box-back { top: 50%; left: 0; -webkit-transform: translate3d(0, -50%, 50px) scale(.9); transform: translate3d(0, -50%, 50px) scale(.9); } .service-box-style-03 .main-box .box-front { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .service-box-style-03 .main-box:hover .box-front { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } .service-box-style-03 .flipper:hover .box-back, .service-box-style-03 .flipper:hover .box-front { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); transition: -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); transition: transform 1s cubic-bezier(.3, 1, .6, 1); transition: transform 1s cubic-bezier(.3, 1, .6, 1), -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); } .service-box-style-03 .main-box .box-back { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .service-box-style-03 .main-box:hover .box-back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .service-box-style-03 .main-box .box-back { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; } /* Service Box Style 04 */ .service-box-style-04 .main-box { position: relative; -webkit-perspective: 1000px; -moz-perspective: 1000px; } .service-box-style-04 .flipper { position: relative; } .service-box-style-04 .main-box .box-front, .service-box-style-04 .main-box .box-back { text-align: center; background-size: cover; z-index: 1; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: inherit; perspective: inherit; -webkit-transition: -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); transition: -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); transition: transform .8s cubic-bezier(.5, .2, .2, .8); transition: transform .8s cubic-bezier(.5, .2, .2, .8), -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); } .service-box-style-04 .content-wrap { position: absolute; width: 100%; display: block; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: inherit; perspective: inherit; -webkit-backface-visibility: hidden; backface-visibility: hidden; padding: 50px 30px; z-index: 2; top: 50%; left: 0; -webkit-transform: translate3d(0, -50%, 50px) scale(.9); transform: translate3d(0, -50%, 50px) scale(.9); } .service-box-style-04 .main-box .box-front .content-wrap .icon-wrap { display: block; text-align: center; width: 100px; height: 100px; line-height: 115px; border-radius: 50%; margin: 0 auto; } .service-box-style-04 .main-box .box-back .content-wrap .icon-wrap { display: block; text-align: center; width: 100px; height: 100px; line-height: 115px; border-radius: 50%; margin: 0 auto; } .service-box-style-04 .content-wrap .box-back { top: 50%; left: 0; -webkit-transform: translate3d(0, -50%, 50px) scale(.9); transform: translate3d(0, -50%, 50px) scale(.9); } .service-box-style-04 .main-box .box-front { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); border-bottom: 4px solid rgb(232, 232, 232); } .service-box-style-04 .main-box:hover .box-front { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); } .service-box-style-04 .flipper:hover .box-back, .service-box-style-04 .flipper:hover .box-front { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); transition: -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); transition: transform 1s cubic-bezier(.3, 1, .6, 1); transition: transform 1s cubic-bezier(.3, 1, .6, 1), -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); } .service-box-style-04 .main-box .box-back { -webkit-transform: rotateX(-180deg); transform: rotateX(-180deg); } .service-box-style-04 .main-box:hover .box-back { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); } .service-box-style-04 .main-box .box-back { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } /* Breadcrumb */ .breadcrumb { background: transparent; border-radius: 0; padding: 0 } .breadcrumb ul { list-style: none; padding: 0; margin: 0; } .breadcrumb ul li { display: inline-block; } .breadcrumb ul li a { color: #fff; font-size: 16px; font-family: 'Poppins', sans-serif; } .breadcrumb ul li a:hover, .breadcrumb ul li a:focus { border-bottom: 1px solid #fff; } .breadcrumb ul>li:after { content: "\eb8b"; font-family: icofont; padding: 0 11px 0 14px; display: inline-block; vertical-align: middle; font-size: 10px; color: #fff; } .breadcrumb ul>li:last-child:after { border-right: 0; content: ""; padding: 0 } /* Tabs */ /* Light Default Tabs */ .light-tabs .nav-tabs { border-top: 1px solid #f1f1f1; border-bottom: 0; margin-bottom: 5px; } .light-tabs .nav-tabs>li { float: none; display: inline-block; } .light-tabs p { margin-top: 20px; font-weight: 300; } .light-tabs .nav-tabs>li>a { margin-right: 0; font-size: 18px; line-height: 25px; color: #212121; border: 0; border-radius: 0; font-weight: 700; } .light-tabs .nav>li>a:focus, .light-tabs .nav>li>a:hover { background-color: transparent; } .light-tabs .nav-tabs>li.active>a, .light-tabs .nav-tabs>li.active>a:focus, .light-tabs .nav-tabs>li.active>a:hover { border: 0; color: #212121; position: relative; background: transparent; } .light-tabs .nav-tabs>li.active>a::before { content: ""; background-color: #f857a6; width: 100%; height: 1px; position: absolute; left: 0; top: -1px; } /* Light Tabs Style 02 */ .light-tabs-style-02 .light-tabs .nav-tabs { border-top: 0; border-bottom: 0; margin-bottom: 5px; } .light-tabs-style-02 .light-tabs .nav-tabs>li { float: none; display: inline-block; } .light-tabs-style-02 .light-tabs p { margin-top: 20px; font-weight: 300; } .light-tabs-style-02 .light-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #212121; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; } .light-tabs-style-02 .light-tabs .nav>li>a:focus, .light-tabs .nav>li>a:hover { background-color: transparent; } .light-tabs-style-02 .light-tabs .nav-tabs>li.active>a, .light-tabs .nav-tabs>li.active>a:focus, .light-tabs .nav-tabs>li.active>a:hover { border: 0; color: #212121; position: relative; background: transparent; } .light-tabs-style-02 .light-tabs .nav-tabs>li.active>a::before { content: ""; background-color: #212121; width: 100%; height: 1px; position: absolute; left: 0; top: -1px; } /* Icon Default Tabs */ .icon-tabs .nav-tabs { border-top: 0px solid #f1f1f1; border-bottom: 0; margin-bottom: 5px; } .icon-tabs .nav-tabs>li { float: none; display: inline-block; } .icon-tabs p { margin-top: 20px; } .icon-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #212121; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; } .icon-tabs .nav>li>a:focus, .icon-tabs .nav>li>a:hover { background-color: transparent; } .icon-tabs .nav-tabs>li.active>a, .icon-tabs .nav-tabs>li.active>a:focus, .icon-tabs .nav-tabs>li.active>a:hover { border: 0; color: #f857a6; position: relative; background: transparent; } .icon-tabs .nav-tabs>li>a i { display: block; font-size: 30px; margin-bottom: 20px; } /* Tabs Style 01 */ .tabs-style-01 .icon-tabs .nav-tabs { border-top: 0px solid #f1f1f1; border-bottom: 0; margin-bottom: 25px; background-color: #f857a6; } .tabs-style-01 .icon-tabs .nav-tabs>li { display: inline-block; width: 25%; float: left; } .tabs-style-01 .icon-tabs p { margin-top: 20px; } .tabs-style-01 .icon-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #fff; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; padding: 20px 25px; } .tabs-style-01 .icon-tabs .nav>li>a:focus, .tabs-style-01 .icon-tabs .nav>li>a:hover { background-color: transparent; } .tabs-style-01 .icon-tabs .nav-tabs>li.active>a, .tabs-style-01 .icon-tabs .nav-tabs>li.active>a:focus, .tabs-style-01 .icon-tabs .nav-tabs>li.active>a:hover { border: 0; color: #f857a6; position: relative; background: #fff; } .tabs-style-01 .icon-tabs .nav-tabs>li>a i { display: block; font-size: 30px; margin-bottom: 10px; } /* Tabs Style 02 */ .tabs-style-02 .light-tabs .nav-tabs { border-top: 1px solid #f1f1f1; border-bottom: 0; margin-bottom: 5px; } .tabs-style-02 .light-tabs .nav-tabs>li { float: none; display: inline-block; } .tabs-style-02 .light-tabs p { margin-top: 20px; font-weight: 300; } .tabs-style-02 .light-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #212121; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; padding: 10px 30px; } .tabs-style-02 .light-tabs .nav>li>a:focus, .light-tabs .nav>li>a:hover { background-color: transparent; } .tabs-style-02 .light-tabs .nav-tabs>li.active>a, .tabs-style-02 .light-tabs .nav-tabs>li.active>a:focus, .tabs-style-02 .light-tabs .nav-tabs>li.active>a:hover { border: 0; position: relative; background: #eee; } .tabs-style-02 .light-tabs .nav-tabs>li.active>a::before { content: ""; background-color: #212121; width: 100%; height: 1px; position: absolute; left: 0; top: -1px; } /* Tabs Style 03 */ .tabs-style-03 .icon-tabs .nav-tabs { border-top: 0px solid #f1f1f1; border-bottom: 0; margin-bottom: 25px; background-color: #f857a6; } .tabs-style-03 .icon-tabs .nav-tabs>li { display: inline-block; width: 100%; float: left; } .tabs-style-03 .icon-tabs p { margin-top: 20px; } .tabs-style-03 .icon-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #fff; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; padding: 20px 25px; } .tabs-style-03 .icon-tabs .nav>li>a:focus, .tabs-style-01 .icon-tabs .nav>li>a:hover { background-color: transparent; } .tabs-style-03 .icon-tabs .nav-tabs>li.active>a, .tabs-style-03 .icon-tabs .nav-tabs>li.active>a:focus, .tabs-style-03 .icon-tabs .nav-tabs>li.active>a:hover { border: 0; color: #f857a6; position: relative; background: #fff; } .tabs-style-03 .icon-tabs .nav-tabs>li>a i { display: block; font-size: 30px; margin-bottom: 10px; } /* Accordions */ /* Accordions Style 01 */ .accordion-style-01 .panel { background: transparent; box-shadow: none; margin-top: 0 !important } .accordion-style-01.panel-group .panel-heading { border: 0px; } .accordion-style-01 .panel .panel-heading { padding: 16px 0; background-color: transparent; } .accordion-style-01 .panel-heading.active-accordion a, .accordion-style-01 .panel-heading a:hover, .accordion-style-01 .panel-heading a:focus { color: #f857a6; } .accordion-style-01 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-01 .panel-title span.pull-right { position: absolute; right: 0; } .accordion-style-01 .panel-heading i { font-size: 18px; } .accordion-style-01.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style-01.panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 0; padding: 25px 0; background-color: transparent } /* Accordions Style 02 */ .accordion-style-02 .panel { background: transparent; box-shadow: none; margin-top: 0 !important } .accordion-style-02.panel-group .panel-heading { border: 0px; } .accordion-style-02 .panel .panel-heading { padding: 16px 0; background-color: transparent; border-bottom: 1px solid #212121; } .accordion-style-02 .panel-heading.active-accordion a, .accordion-style-02 .panel .panel-heading a:hover, .accordion-style-02 .panel .panel-heading a:focus { color: #f857a6; } .accordion-style-02 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-02 .panel-title span.pull-right { position: absolute; right: 0; } .accordion-style-02 .panel-heading i { font-size: 18px; } .accordion-style-02.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style-02.panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 0; padding: 25px 0; background-color: transparent } /* Accordions Style 03 */ .accordion-style-03 .panel { background: transparent; border: none; margin-bottom: 15px; box-shadow: none; } .accordion-style-03 .panel-title { background: transparent; border: none } .accordion-style-03 .panel .panel-heading { background: #212121; border-radius: 0; padding: 18px 28px 19px } .accordion-style-03 .panel-body { padding: 35px 28px 25px; border-top: none } .accordion-style-03 .panel-heading i { font-size: 18px; } .accordion-style-03 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-03 .tab-tag { font-size: 20px; padding: 0; margin-right: 7px; display: inline-block; vertical-align: top; } .accordion-style-03 .panel-heading a { color: #fff; } .accordion-style-03 .panel-heading.active-accordion a, .accordion-style-03 .panel .panel-heading a:hover, .accordion-style-03 .panel .panel-heading a:focus { color: #f857a6; } .accordion-style-03 .panel-default:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0); margin-bottom: 0; } .accordion-style-03 { margin-bottom: 0; } /* Accordions Style 04 */ .accordion-style-04 .panel { background-color: transparent; border: none; margin-bottom: 15px; box-shadow: none; border-radius: 0; } .accordion-style-04 .panel-title { background: transparent; border: none } .accordion-style-04 .panel .panel-heading { background: #fff; color: #212121; border-radius: 0; padding: 18px 28px 19px } .accordion-style-04 .panel-body { padding: 35px 28px 25px; border-top: none; background-color: #eee; } .accordion-style-04 .panel-heading i { font-size: 18px; } .accordion-style-04 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-04 .tab-tag { font-size: 20px; padding: 0; margin-right: 7px; display: inline-block; vertical-align: top; } .accordion-style-04 .panel-heading a { color: #212121; } .accordion-style-04 .panel-heading.active-accordion a, .accordion-style-04 .panel .panel-heading a:hover, .accordion-style-04 .panel .panel-heading a:focus { color: #f857a6; } .accordion-style-04 .panel-default:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0); margin-bottom: 0; } .accordion-style-04 { margin-bottom: 0; } /* Accordions Style 05 */ .accordion-style-05 .panel { background: transparent; box-shadow: none; margin-top: 0 !important } .accordion-style-05.panel-group .panel-heading { border: 0px; } .accordion-style-05 .panel .panel-heading { padding: 16px 0; background-color: transparent; border-bottom: 1px solid #212121; } .accordion-style-05 .panel .panel-heading a { color: #fff; } .accordion-style-05 .panel-heading.active-accordion a, .accordion-style-05 .panel .panel-heading a:hover, .accordion-style-05 .panel .panel-heading a:focus { color: #f857a6; } .accordion-style-05 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-05 .panel-title span.pull-right { position: absolute; right: 0; } .accordion-style-05 .panel-heading i { font-size: 18px; } .accordion-style-05.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style-05.panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 0; padding: 25px 0; background-color: transparent } /* Accordions Default */ .panel { box-shadow: none; border: 0; background-color: transparent; } .panel-group .panel { margin-bottom: 15px; border-radius: 0; } .panel .panel-heading { position: relative; padding: 0; background-color: #fff; border-radius: 0; } .panel-title a.collapsed { display: block; color: #212121; background-color: transparent; border-color: transparent; padding: 15px 30px; border-radius: 0px; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } .panel-title a:hover.collapsed { color: #f857a6; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } .panel-title a { display: block; color: #212121; background-color: transparent; border-color: transparent; padding: 15px 30px; border-radius: 0px; } .panel-title a i { font-size: 25px; } .panel-default>.panel-heading+.panel-collapse>.panel-body { border: 1px solid transparent; background-color: #f1f0f0; padding: 25px 30px; font-size: 14px; } /* Icon Fonts */ .icon-examples { color: #888; margin-left: 1px; vertical-align: middle; } .icon-examples .icon-box { display: block; width: 33%; float: left; padding: 0; border: 1px solid #e5e5e5; margin: -1px 0 0 -1px; font-size: 13px; } @media only screen and (max-width: 1024px) { .icon-examples .icon-box { width: 50%; } } @media only screen and (max-width: 480px) { .icon-examples .icon-box { width: 100%; } } .icon-examples .icon-box:hover { background: #fff; color: #212121; } .icon-examples .icon-box>span { display: inline-block; margin-right: 15px; min-width: 60px; min-height: 60px; border-right: 1px solid #e5e5e5; line-height: 70px; text-align: center; font-size: 25px; } /* List Styles */ /* list Style 01 */ .list-style-none li { list-style: none; } .list-style-01 li { padding: 5px 0 } /* list Style 02 */ .list-style-02 { list-style: none; margin: 0; padding: 0; } .list-style-02 li { position: relative; margin: 0 0 9px 0; } .list-style-02 li:before { content: "\efad"; font-family: icofont; margin-right: 10px; color: #f857a6; } /* list Style 03 */ .list-style-03 { list-style: none; margin: 0; padding: 0; } .list-style-03 li { position: relative; padding: 0 0 0 22px; margin: 0 0 9px 0; } .list-style-03 li:before { content: ""; width: 10px; height: 1px; background-color: #212121; position: absolute; top: 11px; left: 0; } /* list Style 04 */ .list-style-04 { list-style: none; margin: 0; padding: 0; } .list-style-04 li { padding: 0; margin: 0 0 10px 0; } .list-style-04 li i { margin-right: 10px; } /* Our Process */ /* Our Process Style 01 */ .our-process-style-01 .count-wrap { position: relative; width: 80px; height: 80px; margin: 0 auto 30px; } .our-process-style-01 .count-wrap:before { width: 80px; height: 80px; opacity: .2; z-index: 1; } .our-process-style-01 .count-wrap:after { width: 65px; height: 65px; opacity: .5; z-index: 2; } .our-process-style-01 .count-wrap:after, .our-process-style-01 .count-wrap:before { position: absolute; top: 50%; left: 50%; content: ''; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 100px; } .our-process-style-01 .count, .our-process-style-01 .count-wrap:after, .our-process-style-01 .count-wrap:before { background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); } .our-process-style-01 .count { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border-radius: 100px; text-align: center; line-height: 50px; color: #fff; font-size: 24px; font-weight: 600; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 3; } .our-process-style-01 .line:after, .our-process-style-01 .line:before { content: ""; display: block; width: 50%; height: 1px; background: #eee; position: absolute; top: 40px; text-align: center; } .our-process-style-01 .line:after { right: 0 } .our-process-style-01 .line:before { left: 0 } .our-process-style-01 .line:first-child:before { display: none; } .our-process-style-01 .line:last-child:after { display: none; } /* Our Process Style 02 */ .our-process-style-02 .icon-wrap { position: relative; width: 120px; height: 120px; margin: 0 auto 30px; border-radius: 100px; } .our-process-style-02 .icon { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; text-align: center; line-height: 65px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 3; margin-left: 0; } .our-process-style-02 .line:after { content: ""; display: block; width: 20%; height: 1px; background: #f857a6; position: absolute; top: 55px; text-align: center; right: -8%; } .our-process-style-02 .line:last-child:after { display: none; } /* Shop Styling */ .single-product-des, .product-fabric-detail { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #dddfe6; border-bottom: 1px solid #dddfe6; margin-top: 40px; } .single-product-qty { padding-top: 20px; padding-bottom: 20px; float: left; } .single-product-qty .qty { position: relative; float: left; height: 48px; width: 70px; background: transparent!important; border: 1px solid #dddfe6; z-index: 1; text-align: center; padding: 0 10px; color: #212121; } .single-product-qty .input-group-btn { margin-left: 10px; display: inline-block; } .single-product-qty .input-group-btn.input-group-btn:last-child>.btn { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .product-fabric-detail { float: left; width: 100%; margin-top: 0; border-bottom: 0; } .product-btn-group li a { background-color: #eeeeee; color: #212121; } .product-btn-group li a:hover { background-color: #f857a6; } .product-detail .product-star-rating { padding: 5px 0; } .product-star-rating .product-stars { display: inline-block; position: relative; } .product-star-rating .product-stars-rating { display: block; position: relative; overflow: hidden; } .product-star-rating .product-stars:before { content: "\f3ae\f3ae\f3ae\f3ae\f3ae"; font-family: "Ionicons"; color: #d2d2d2; position: absolute; left: 0; right: 0; } .product-star-rating .product-stars-rating:before { content: "\f2fc\f2fc\f2fc\f2fc\f2fc"; font-family: "Ionicons"; color: #fdca6d; } .shop-cart { border-color: #ececec; margin-bottom: 50px; background: #fff; } .shop-cart>thead>tr>th { border-bottom: 1px solid #ececec; font-size: 14px; font-family: 'Poppins', sans-serif; color: #212121; font-weight: 700; padding: 15px 20px; text-align: center; border: 1px solid #ececec; } .shop-cart>tbody>tr>td { padding: 30px 8px; vertical-align: middle; font-size: 14px; font-family: 'Poppins', sans-serif; font-weight: 400; border-bottom: 1px solid; border-color: #ececec; text-align: center; } .shop-cart>tbody>tr>td.product-subtotal { color: #212121; } .shop-cart>tbody>tr>td.product-remove i { font-size: 20px; } .shop-cart>tbody>tr>td>a { color: #212121; font-weight: 500; } .shop-cart>tbody>tr>td>span { font-weight: 500; } .shop-cart>tbody>tr>td>.form-control { width: 60px; padding: 0 12px; font-size: 13px; text-align: center; height: 45px; line-height: 43px; margin-left: auto; margin-right: auto; } .shop-cart>tbody>tr>td .cart-price { font-size: 14px; } .form-coupon .form-control { height: 60px; } .form-coupon .form-control:focus { border-color: #ac0e27; -webkit-box-shadow: none; box-shadow: inset none; } .shop-cart>tbody>tr>td img { max-height: 100px; width: auto; } .shop-cart input.input-sm, .shop-cart input.btn-sm { line-height: 35px; width: auto!important; } .shop-cart .coupon { float: left!important; } .shop-table th { font-weight: 400; color: #212121; } .shop-table.table-bordered>thead>tr>th, .shop-table.table-bordered>tbody>tr>th, .shop-table.table-bordered>tfoot>tr>th, .shop-table.table-bordered>thead>tr>td, .shop-table.table-bordered>tbody>tr>td, .shop-table.table-bordered>tfoot>tr>td { border-bottom: 0; } .form-coupon { padding-right: 0!important; } .form-coupon, .summary-cart { padding: 25px; } .summary-cart { border-left: 1px solid #ececec; } .form-coupon .btn, .form-domain .btn { height: 60px; } /* Range Slider */ .slider-container { width: 100%; } .slider-container .back-bar { height: 10px; position: relative; } .slider-container .back-bar .selected-bar { position: absolute; height: 100%; } .slider-container .back-bar .pointer { position: absolute; width: 10px; height: 10px; cursor: w-resize; opacity: 1; z-index: 2; } .slider-container .back-bar .pointer.last-active { z-index: 3; } .slider-container .back-bar .pointer-label { position: absolute; top: -17px; font-size: 8px; background: white; white-space: nowrap; line-height: 1; } .slider-container .back-bar .focused { z-index: 10; } .slider-container .clickable-dummy { cursor: pointer; position: absolute; width: 100%; height: 100%; z-index: 1; } .slider-container .scale { top: 2px; position: relative; } .slider-container .scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; } .slider-container .scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0; top: 5px; color: #999; line-height: 1; } .slider-container.slider-readonly .clickable-dummy, .slider-container.slider-readonly .pointer { cursor: auto; } .range-red .back-bar { height: 5px; background-color: #eee; } .range-red .back-bar .selected-bar { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); } .range-red .back-bar .pointer { width: 14px; height: 14px; top: -5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; border: 1px solid #f857a6; background-color: #eee; } .range-red .back-bar .pointer-label { color: #999; } .range-red .back-bar .focused { color: #333; } .range-red .scale span { border-left: 1px solid #e5e5e5; } .range-red .scale ins { color: #999; } /* Price Selected */ .cart-ordering select { background-color: #fff; color: #212121; } /* Order Table */ .order_table { border-radius: 0; border: 0; } .order_table td { padding: 8px 12px; } .order_table thead th { text-transform: uppercase; font-size: 14px; font-family: 'Poppins', sans-serif; font-weight: 500; letter-spacing: 1px; } .order_table tbody th, .order_table tbody td, .order_table tfoot td, .order_table tfoot th { font-weight: 500; font-size: 14px; letter-spacing: 1px; border-top: 1px solid #ececec!important; } .order_table .shipping p { font-size: 14px; font-weight: 400; } form.checkout_coupon, form.login, form.register { border-radius: 0; border-color: #ececec; } .order-total strong { font-weight: 500; } .checkout-form { background: #fff; padding: 30px; box-shadow: 0 10px 30px 5px rgba(17, 21, 23, .1); } .checkout-form .form-group label { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 500; } .checkout-form .form-group { float: left; width: 100%; } .checkout-form .form-control { font-size: 14px; border-radius: 0; height: 50px; } .checkout-form .form-select select, .form-select input { -webkit-appearance: none; -moz-appearance: none; appearance: none; line-height: 20px; } .checkout-form .form-select:after { content: "\f3d0"; font-family: "Ionicons"; position: absolute; top: 50%; right: 12px; margin-top: -12px; font-size: 20px; } .checkout-form .form-select { position: relative; } .tr-collection { position: relative; z-index: 10; } .tr-collection-type-1 .shop-banner { margin-bottom: 30px; } .shop-banner img { -webkit-transition: all 0.3s ease; -khtml-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .shop-banner img { width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .shop-banner:hover img { opacity: 0.7; } .tr-collection .tr-collection-btn { display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -khtml-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 180px; z-index: 10; padding: 15px 35px 13px; font-size: 12px; font-weight: 700; text-transform: uppercase; line-height: 20px; background-color: #fff; text-align: center; -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); color: #212121; } .tr-collection .tr-collection-btn:hover, .tr-collection .tr-collection-btn:focus { background-color: #f857a6; color: #fff; } .tr-products { cursor: pointer; margin-bottom: 30px; } .tr-products .tr-product-thumbnail { margin-bottom: 25px; position: relative; overflow: hidden; } .tr-products .tr-product-thumbnail>a { display: block; overflow: hidden; position: relative; } .tr-products .tr-product-thumbnail>a img { width: 100%; } .product-action .btn-shopping { position: absolute; bottom: 30px; left: 50%; min-width: 180px; text-align: center; -webkit-transform: translate(-50%, 100%); -khtml-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); opacity: 0; vertical-align: middle; z-index: 2; padding: 15px 28px 13px; -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); transition-duration: 0.3s; transition-timing-function: ease-in-out; } .tr-products:hover .btn-shopping, .tr-products:active .btn-shopping, .tr-products:focus .btn-shopping { -webkit-transform: translate(-50%, 0); -khtml-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; } .tr-products .tr-product-actions { position: absolute; top: 20px; right: 20px; visibility: hidden; opacity: 0; z-index: 2; -webkit-transform: translateX(20px); -khtml-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); -webkit-transform-origin: 50% 100%; -khtml-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition: all 0.3s ease; -khtml-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .tr-products:hover .tr-product-actions, .tr-products:active .tr-product-actions, .tr-products:focus .tr-product-actions { visibility: visible; opacity: 1; -webkit-transform: translateX(0); -khtml-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } .tr-products .tr-product-actions .act-btn { margin-bottom: 10px; font-size: 14px; position: relative; color: #212121; background: transparent; padding: 5px 10px 4px 10px; transition-duration: 0.3s; transition-timing-function: ease-in-out; -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); line-height: 25px; display: block; } .tr-products .tr-product-actions .act-btn:hover { color: #f857a6; } .tr-products .tr-product-actions .act-btn:before { content: attr(data-label); display: inline-block; position: absolute; top: 10px; right: 100%; margin-right: 5px; font-size: 12px; line-height: 20px; color: #f857a6; text-align: center; visibility: hidden; opacity: 0; text-transform: capitalize; font-weight: 400; font-family: 'Karla', sans-serif; padding: 0px 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .tr-products .tr-product-actions .act-btn:hover:before { visibility: visible; opacity: 1; } .tr-products .wrap-label { position: absolute; z-index: 2; top: 10px; left: 10px; } .wrap-label { position: absolute; top: 10px; left: 10px; z-index: 20; max-width: 55px; } .wrap-label span { margin-bottom: 10px; display: inline-block; padding: 0 10px; font-size: 11px; font-weight: 700; float: left; color: #fff; height: 20px; line-height: 21px; text-transform: uppercase; text-align: center; min-width: 50px; background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; } .tr-products .wrap-label>span { margin-bottom: 10px; } .wrap-label span.new-label { background: #00b9f1; } .wrap-label span.sale-label { background: #8ec545; } .tr-products .tr-product-content { text-align: center; } .tr-products .tr-product-title { display: block; font-size: 18px; line-height: 1.5em; color: #212121; font-weight: 500; font-family: 'Poppins', sans-serif; } .tr-products .tr-product-price { font-size: 14px; font-weight: 700; letter-spacing: 1.1px; text-align: center; color: #212121; margin-bottom: 10px; font-family: 'Poppins', sans-serif; } .tr-product-price-price { font-weight: 600; } .tr-products .tr-product-price .price-old { opacity: .5; text-decoration: line-through; } .tr-collection .tr-collection-content { margin-top: 100px; } .tr-collection .tr-collection-content h1 { margin-bottom: 25px; font-size: 60px; font-weight: 700; line-height: 1.3em; color: #212121; } .tr-collection .tr-collection-content h3 { color: #888; font-size: 21px; margin-bottom: 30px; font-weight: 100; } .tr-form-subscribe .input-group { display: block; } .tr-form-subscribe .password-input-group { max-width: 100%; margin-bottom: 20px; } .password-input-group { max-width: 340px; margin: 0 auto 30px; } .input-group { width: 100%; } .tr-form-subscribe input.form-control { height: 48px; -webkit-border-radius: 48px; -moz-border-radius: 48px; -ms-border-radius: 48px; border-radius: 48px; padding: 0 20px; text-align: center; font-size: 15px; font-weight: 400; border: 0; } .tr-form-subscribe .form-group { margin-bottom: 20px; display: block; } .input-group-btn { white-space: nowrap; width: 1%; } .input-group-field, .input-group-btn { display: table-cell; vertical-align: middle; margin: 0; } #product-slide .small-thumb.slick-slide { opacity: .7; margin-bottom: 15px; cursor: pointer; } #product-slide .small-thumb.slick-slide.slick-current { opacity: 1; } #product-slider .slick-prev, #product-slider .slick-next { font-size: 30px; } #product-slider .slick-prev i, #product-slider .slick-next i { color: #212121; opacity: 0.5; } #product-slider .slick-prev i:hover, #product-slider .slick-next i:hover { opacity: 1; } #product-slider .slick-prev { left: 10px; } #product-slider .slick-next { right: 10px; } .star-rating { line-height: 32px; font-size: 1.25em; } .star-rating .ion-android-star { color: #ffcc80; } /* App Landing Styling */ .single-mobile-wrap { position: relative; } .single-mobile-wrap img { position: absolute; top: -70px; left: 0; right: 0; } .app-gallery-slider .img-item { width: 100%; height: 100%; position: relative; top: 0; left: 0; } .app-gallery-slider .img-item img, .app-gallery-slider .img-item .folio-overlay { border-radius: 5px; } .app-gallery-slider .slick-dots { bottom: -60px; } /* Image hover effects */ [class^='imghvr-'], [class*=' imghvr-'] { position: relative; display: inline-block; margin: 0; max-width: 100%; background-color: rgba(191, 7, 49, 0.5); color: #fff; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } [class^='imghvr-']>img, [class*=' imghvr-']>img { vertical-align: middle; max-width: 100%; } [class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption { padding: 30px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: #ffffff; } /* [class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {color: #ffffff;} */ [class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6 { color: #ffffff; } [class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before, [class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before, [class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after { box-sizing: border-box; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; transition: all 200ms ease; } /* imghvr-fade-* ----------------------------- */ [class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption { opacity: 0; } [class^='imghvr-fade']:hover>img, [class*=' imghvr-fade']:hover>img { opacity: 0; } [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption { opacity: 1; } [class^='imghvr-fade']:hover>img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover>img, [class*=' imghvr-fade']:hover figcaption { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } /* imghvr-fade ----------------------------- */ /* imghvr-fade-in-up ----------------------------- */ .imghvr-fade-in-up figcaption { -webkit-transform: translate(0, 15%); -moz-transform: translate(0, 15%); -ms-transform: translate(0, 15%); -o-transform: translate(0, 15%); transform: translate(0, 15%); } /* imghvr-fade-in-down ----------------------------- */ .imghvr-fade-in-down figcaption { -webkit-transform: translate(0, -15%); -moz-transform: translate(0, -15%); -ms-transform: translate(0, -15%); -o-transform: translate(0, -15%); transform: translate(0, -15%); } /* imghvr-fade-in-left ----------------------------- */ .imghvr-fade-in-left figcaption { -webkit-transform: translate(-15%, 0); -moz-transform: translate(-15%, 0); -ms-transform: translate(-15%, 0); -o-transform: translate(-15%, 0); transform: translate(-15%, 0); } /* imghvr-fade-in-right ----------------------------- */ .imghvr-fade-in-right figcaption { -webkit-transform: translate(15%, 0); -moz-transform: translate(15%, 0); -ms-transform: translate(15%, 0); -o-transform: translate(15%, 0); transform: translate(15%, 0); } /* imghvr-push-* ----------------------------- */ [class^='imghvr-push-']:hover figcaption, [class*=' imghvr-push-']:hover figcaption { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } /* imghvr-push-up ----------------------------- */ .imghvr-push-up figcaption { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } .imghvr-push-up:hover>img { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } /* imghvr-push-down ----------------------------- */ .imghvr-push-down figcaption { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .imghvr-push-down:hover>img { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } /* imghvr-push-left ----------------------------- */ .imghvr-push-left figcaption { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } .imghvr-push-left:hover>img { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } /* imghvr-push--right ----------------------------- */ .imghvr-push-right figcaption { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } .imghvr-push-right:hover>img { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } /* imghvr-slide-* ----------------------------- */ [class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } /* imghvr-slide-up ----------------------------- */ .imghvr-slide-up figcaption { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } /* imghvr-slide-down ----------------------------- */ .imghvr-slide-down figcaption { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } /* imghvr-slide-left ----------------------------- */ .imghvr-slide-left figcaption { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } /* imghvr-slide-right ----------------------------- */ .imghvr-slide-right figcaption { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } /* imghvr-slide-top-left ----------------------------- */ .imghvr-slide-top-left figcaption { -webkit-transform: translate(-100%, -100%); -moz-transform: translate(-100%, -100%); -ms-transform: translate(-100%, -100%); -o-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } /* imghvr-slide-top-right ----------------------------- */ .imghvr-slide-top-right figcaption { -webkit-transform: translate(100%, -100%); -moz-transform: translate(100%, -100%); -ms-transform: translate(100%, -100%); -o-transform: translate(100%, -100%); transform: translate(100%, -100%); } /* imghvr-slide-bottom-left ----------------------------- */ .imghvr-slide-bottom-left figcaption { -webkit-transform: translate(-100%, 100%); -moz-transform: translate(-100%, 100%); -ms-transform: translate(-100%, 100%); -o-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } /* imghvr-slide-bottom-right ----------------------------- */ .imghvr-slide-bottom-right figcaption { -webkit-transform: translate(100%, 100%); -moz-transform: translate(100%, 100%); -ms-transform: translate(100%, 100%); -o-transform: translate(100%, 100%); transform: translate(100%, 100%); } /* imghvr-reveal-* ----------------------------- */ [class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ''; background-color: #f857a6; } [class^='imghvr-reveal-'] figcaption, [class*=' imghvr-reveal-'] figcaption { opacity: 0; } [class^='imghvr-reveal-']:hover:before, [class*=' imghvr-reveal-']:hover:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } [class^='imghvr-reveal-']:hover figcaption, [class*=' imghvr-reveal-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; } /* imghvr-reveal-up ----------------------------- */ .imghvr-reveal-up:before { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } /* imghvr-reveal-down ----------------------------- */ .imghvr-reveal-down:before { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } /* imghvr-reveal-left ----------------------------- */ .imghvr-reveal-left:before { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } /* imghvr-reveal-right ----------------------------- */ .imghvr-reveal-right:before { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } /* imghvr-reveal-top-left ----------------------------- */ .imghvr-reveal-top-left:before { -webkit-transform: translate(-100%, -100%); -moz-transform: translate(-100%, -100%); -ms-transform: translate(-100%, -100%); -o-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } /* imghvr-reveal-top-right ----------------------------- */ .imghvr-reveal-top-right:before { -webkit-transform: translate(100%, -100%); -moz-transform: translate(100%, -100%); -ms-transform: translate(100%, -100%); -o-transform: translate(100%, -100%); transform: translate(100%, -100%); } /* imghvr-reveal-bottom-left ----------------------------- */ .imghvr-reveal-bottom-left:before { -webkit-transform: translate(-100%, 100%); -moz-transform: translate(-100%, 100%); -ms-transform: translate(-100%, 100%); -o-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } /* imghvr-reveal-bottom-right ----------------------------- */ .imghvr-reveal-bottom-right:before { -webkit-transform: translate(100%, 100%); -moz-transform: translate(100%, 100%); -ms-transform: translate(100%, 100%); -o-transform: translate(100%, 100%); transform: translate(100%, 100%); } /* imghvr-hinge-* ----------------------------- */ [class^='imghvr-hinge-'], [class*=' imghvr-hinge-'] { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } [class^='imghvr-hinge-'] figcaption, [class*=' imghvr-hinge-'] figcaption { opacity: 0; z-index: 1; } [class^='imghvr-hinge-']:hover img, [class*=' imghvr-hinge-']:hover img { opacity: 0; } [class^='imghvr-hinge-']:hover figcaption, [class*=' imghvr-hinge-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; } /* imghvr-hinge-up ----------------------------- */ .imghvr-hinge-up img { -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } .imghvr-hinge-up figcaption { -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; } .imghvr-hinge-up:hover>img { -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); -ms-transform: rotateX(-90deg); -o-transform: rotateX(-90deg); transform: rotateX(-90deg); } .imghvr-hinge-up:hover figcaption { -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); } /* imghvr-hinge-down ----------------------------- */ .imghvr-hinge-down img { -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; } .imghvr-hinge-down figcaption { -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); -ms-transform: rotateX(-90deg); -o-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 50% -50%; -moz-transform-origin: 50% -50%; -ms-transform-origin: 50% -50%; -o-transform-origin: 50% -50%; transform-origin: 50% -50%; } .imghvr-hinge-down:hover>img { -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); opacity: 0; } .imghvr-hinge-down:hover figcaption { -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); } /* imghvr-hinge-left ----------------------------- */ .imghvr-hinge-left img { -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%; } .imghvr-hinge-left figcaption { -webkit-transform: rotateY(-90deg); -moz-transform: rotateY(-90deg); -ms-transform: rotateY(-90deg); -o-transform: rotateY(-90deg); transform: rotateY(-90deg); -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; } .imghvr-hinge-left:hover>img { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); } .imghvr-hinge-left:hover figcaption { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); } /* imghvr-hinge-right ----------------------------- */ .imghvr-hinge-right img { -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; } .imghvr-hinge-right figcaption { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -ms-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%; } .imghvr-hinge-right:hover>img { -webkit-transform: rotateY(-90deg); -moz-transform: rotateY(-90deg); -ms-transform: rotateY(-90deg); -o-transform: rotateY(-90deg); transform: rotateY(-90deg); } .imghvr-hinge-right:hover figcaption { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); } /* imghvr-flip-* ----------------------------- */ [class^='imghvr-flip-'], [class*=' imghvr-flip-'] { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } [class^='imghvr-flip-'] img, [class*=' imghvr-flip-'] img { backface-visibility: hidden; } [class^='imghvr-flip-'] figcaption, [class*=' imghvr-flip-'] figcaption { opacity: 0; } [class^='imghvr-flip-']:hover>img, [class*=' imghvr-flip-']:hover>img { opacity: 0; } [class^='imghvr-flip-']:hover figcaption, [class*=' imghvr-flip-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.14s; -moz-transition-delay: 0.14s; transition-delay: 0.14s; } /* imghvr-flip-horiz ----------------------------- */ .imghvr-flip-horiz figcaption { -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%; } .imghvr-flip-horiz:hover img { -webkit-transform: rotateX(-180deg); -moz-transform: rotateX(-180deg); -ms-transform: rotateX(-180deg); -o-transform: rotateX(-180deg); transform: rotateX(-180deg); } .imghvr-flip-horiz:hover figcaption { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); } /* imghvr-flip-vert ----------------------------- */ .imghvr-flip-vert figcaption { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } .imghvr-flip-vert:hover>img { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); } .imghvr-flip-vert:hover figcaption { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } /* imghvr-flip-diag-1 ----------------------------- */ .imghvr-flip-diag-1 figcaption { -webkit-transform: rotate3d(1, -1, 0, 100deg); -moz-transform: rotate3d(1, -1, 0, 100deg); -ms-transform: rotate3d(1, -1, 0, 100deg); -o-transform: rotate3d(1, -1, 0, 100deg); transform: rotate3d(1, -1, 0, 100deg); } .imghvr-flip-diag-1:hover>img { -webkit-transform: rotate3d(-1, 1, 0, 100deg); -moz-transform: rotate3d(-1, 1, 0, 100deg); -ms-transform: rotate3d(-1, 1, 0, 100deg); -o-transform: rotate3d(-1, 1, 0, 100deg); transform: rotate3d(-1, 1, 0, 100deg); } .imghvr-flip-diag-1:hover figcaption { -webkit-transform: rotate3d(0, 0, 0, 0deg); -moz-transform: rotate3d(0, 0, 0, 0deg); -ms-transform: rotate3d(0, 0, 0, 0deg); -o-transform: rotate3d(0, 0, 0, 0deg); transform: rotate3d(0, 0, 0, 0deg); } /* imghvr-flip-diag-2 ----------------------------- */ .imghvr-flip-diag-2 figcaption { -webkit-transform: rotate3d(1, 1, 0, 100deg); -moz-transform: rotate3d(1, 1, 0, 100deg); -ms-transform: rotate3d(1, 1, 0, 100deg); -o-transform: rotate3d(1, 1, 0, 100deg); transform: rotate3d(1, 1, 0, 100deg); } .imghvr-flip-diag-2:hover>img { -webkit-transform: rotate3d(-1, -1, 0, 100deg); -moz-transform: rotate3d(-1, -1, 0, 100deg); -ms-transform: rotate3d(-1, -1, 0, 100deg); -o-transform: rotate3d(-1, -1, 0, 100deg); transform: rotate3d(-1, -1, 0, 100deg); } .imghvr-flip-diag-2:hover figcaption { -webkit-transform: rotate3d(0, 0, 0, 0deg); -moz-transform: rotate3d(0, 0, 0, 0deg); -ms-transform: rotate3d(0, 0, 0, 0deg); -o-transform: rotate3d(0, 0, 0, 0deg); transform: rotate3d(0, 0, 0, 0deg); } /* imghvr-shutter-out-* ----------------------------- */ [class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before { background: #f857a6; position: absolute; content: ''; -webkit-transition-delay: 0.105s; -moz-transition-delay: 0.105s; transition-delay: 0.105s; } [class^='imghvr-shutter-out-'] figcaption, [class*=' imghvr-shutter-out-'] figcaption { opacity: 0; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; } [class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before { -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; } [class^='imghvr-shutter-out-']:hover figcaption, [class*=' imghvr-shutter-out-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.105s; -moz-transition-delay: 0.105s; transition-delay: 0.105s; } /* imghvr-shutter-out-horiz ----------------------------- */ .imghvr-shutter-out-horiz:before { left: 50%; right: 50%; top: 0; bottom: 0; } .imghvr-shutter-out-horiz:hover:before { left: 0; right: 0; } /* imghvr-shutter-out-vert ----------------------------- */ .imghvr-shutter-out-vert:before { top: 50%; bottom: 50%; left: 0; right: 0; } .imghvr-shutter-out-vert:hover:before { top: 0; bottom: 0; } /* imghvr-shutter-out-diag-1 ----------------------------- */ .imghvr-shutter-out-diag-1:before { top: 50%; bottom: 50%; left: -35%; right: -35%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .imghvr-shutter-out-diag-1:hover:before { top: -35%; bottom: -35%; } /* imghvr-shutter-out-diag-2 ----------------------------- */ .imghvr-shutter-out-diag-2:before { top: 50%; bottom: 50%; left: -35%; right: -35%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .imghvr-shutter-out-diag-2:hover:before { top: -35%; bottom: -35%; } /* imghvr-shutter-in-* ----------------------------- */ [class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before { background: #f857a6; position: absolute; content: ''; } [class^='imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:after { top: 0; left: 0; } [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:before { right: 0; bottom: 0; } [class^='imghvr-shutter-in-'] figcaption, [class*=' imghvr-shutter-in-'] figcaption { opacity: 0; z-index: 1; } [class^='imghvr-shutter-in-']:hover figcaption, [class*=' imghvr-shutter-in-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; } /* imghvr-shutter-in-horiz ----------------------------- */ .imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before { width: 0; height: 100%; } .imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before { width: 50%; } /* imghvr-shutter-in-vert ----------------------------- */ .imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before { height: 0; width: 100%; } .imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before { height: 50%; } /* imghvr-shutter-in-out-horiz ----------------------------- */ .imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before { width: 0; height: 100%; opacity: 0.75; } .imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before { width: 100%; } /* imghvr-shutter-in-out-vert ----------------------------- */ .imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before { height: 0; width: 100%; opacity: 0.75; } .imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before { height: 100%; } /* imghvr-shutter-in-out-diag-1 ----------------------------- */ .imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before { width: 200%; height: 200%; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; opacity: 0.75; } .imghvr-shutter-in-out-diag-1:after { -webkit-transform: skew(-45deg) translateX(-150%); -moz-transform: skew(-45deg) translateX(-150%); -ms-transform: skew(-45deg) translateX(-150%); -o-transform: skew(-45deg) translateX(-150%); transform: skew(-45deg) translateX(-150%); } .imghvr-shutter-in-out-diag-1:before { -webkit-transform: skew(-45deg) translateX(150%); -moz-transform: skew(-45deg) translateX(150%); -ms-transform: skew(-45deg) translateX(150%); -o-transform: skew(-45deg) translateX(150%); transform: skew(-45deg) translateX(150%); } .imghvr-shutter-in-out-diag-1:hover:after { -webkit-transform: skew(-45deg) translateX(-50%); -moz-transform: skew(-45deg) translateX(-50%); -ms-transform: skew(-45deg) translateX(-50%); -o-transform: skew(-45deg) translateX(-50%); transform: skew(-45deg) translateX(-50%); } .imghvr-shutter-in-out-diag-1:hover:before { -webkit-transform: skew(-45deg) translateX(50%); -moz-transform: skew(-45deg) translateX(50%); -ms-transform: skew(-45deg) translateX(50%); -o-transform: skew(-45deg) translateX(50%); transform: skew(-45deg) translateX(50%); } /* imghvr-shutter-in-out-diag-2 ----------------------------- */ .imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before { width: 200%; height: 200%; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; opacity: 0.75; } .imghvr-shutter-in-out-diag-2:after { -webkit-transform: skew(45deg) translateX(-100%); -moz-transform: skew(45deg) translateX(-100%); -ms-transform: skew(45deg) translateX(-100%); -o-transform: skew(45deg) translateX(-100%); transform: skew(45deg) translateX(-100%); } .imghvr-shutter-in-out-diag-2:before { -webkit-transform: skew(45deg) translateX(100%); -moz-transform: skew(45deg) translateX(100%); -ms-transform: skew(45deg) translateX(100%); -o-transform: skew(45deg) translateX(100%); transform: skew(45deg) translateX(100%); } .imghvr-shutter-in-out-diag-2:hover:after { -webkit-transform: skew(45deg) translateX(0%); -moz-transform: skew(45deg) translateX(0%); -ms-transform: skew(45deg) translateX(0%); -o-transform: skew(45deg) translateX(0%); transform: skew(45deg) translateX(0%); } .imghvr-shutter-in-out-diag-2:hover:before { -webkit-transform: skew(45deg) translateX(0%); -moz-transform: skew(45deg) translateX(0%); -ms-transform: skew(45deg) translateX(0%); -o-transform: skew(45deg) translateX(0%); transform: skew(45deg) translateX(0%); } /* imghvr-fold* ----------------------------- */ [class^='imghvr-fold'], [class*=' imghvr-fold'] { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } [class^='imghvr-fold'] img, [class*=' imghvr-fold'] img { -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } [class^='imghvr-fold'] figcaption, [class*=' imghvr-fold'] figcaption { z-index: 1; opacity: 0; } [class^='imghvr-fold']:hover>img, [class*=' imghvr-fold']:hover>img { opacity: 0; -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; } [class^='imghvr-fold']:hover figcaption, [class*=' imghvr-fold']:hover figcaption { -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1); -moz-transform: rotateX(0) translate3d(0, 0%, 0) scale(1); -ms-transform: rotateX(0) translate3d(0, 0%, 0) scale(1); -o-transform: rotateX(0) translate3d(0, 0%, 0) scale(1); transform: rotateX(0) translate3d(0, 0%, 0) scale(1); opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; } /* imghvr-fold-up ----------------------------- */ .imghvr-fold-up>img { -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } .imghvr-fold-up figcaption { -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -moz-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -ms-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -o-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; } .imghvr-fold-up:hover>img { -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%); -moz-transform: rotateX(90deg) scale(0.6) translateY(50%); -ms-transform: rotateX(90deg) scale(0.6) translateY(50%); -o-transform: rotateX(90deg) scale(0.6) translateY(50%); transform: rotateX(90deg) scale(0.6) translateY(50%); } /* imghvr-fold-down ----------------------------- */ .imghvr-fold-down>img { -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; } .imghvr-fold-down figcaption { -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); -moz-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); -ms-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); -o-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } .imghvr-fold-down:hover>img { -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%); -moz-transform: rotateX(-90deg) scale(0.6) translateY(-50%); -ms-transform: rotateX(-90deg) scale(0.6) translateY(-50%); -o-transform: rotateX(-90deg) scale(0.6) translateY(-50%); transform: rotateX(-90deg) scale(0.6) translateY(-50%); } /* imghvr-fold-left ----------------------------- */ .imghvr-fold-left>img { -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%; } .imghvr-fold-left figcaption { -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); -moz-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); -ms-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); -o-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; } .imghvr-fold-left:hover>img { -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%); -moz-transform: rotateY(-90deg) scale(0.6) translateX(50%); -ms-transform: rotateY(-90deg) scale(0.6) translateX(50%); -o-transform: rotateY(-90deg) scale(0.6) translateX(50%); transform: rotateY(-90deg) scale(0.6) translateX(50%); } /* imghvr-fold-right ----------------------------- */ .imghvr-fold-right>img { -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; } .imghvr-fold-right figcaption { -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); -moz-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); -ms-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); -o-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -ms-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%; } .imghvr-fold-right:hover>img { -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%); -moz-transform: rotateY(90deg) scale(0.6) translateX(-50%); -ms-transform: rotateY(90deg) scale(0.6) translateX(-50%); -o-transform: rotateY(90deg) scale(0.6) translateX(-50%); transform: rotateY(90deg) scale(0.6) translateX(-50%); } /* imghvr-zoom-in ----------------------------- */ .imghvr-zoom-in figcaption { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } .imghvr-zoom-in:hover figcaption { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } /* imghvr-zoom-out* ----------------------------- */ [class^='imghvr-zoom-out'] figcaption, [class*=' imghvr-zoom-out'] figcaption { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; opacity: 0; } [class^='imghvr-zoom-out']:hover figcaption, [class^='imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class*=' imghvr-zoom-out'].hover figcaption { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; -webkit-transition-delay: 0.35s; -moz-transition-delay: 0.35s; transition-delay: 0.35s; } /* imghvr-zoom-out ----------------------------- */ .imghvr-zoom-out:hover>img { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); opacity: 0; } /* imghvr-zoom-out-up ----------------------------- */ .imghvr-zoom-out-up:hover>img, .imghvr-zoom-out-up.hover>img { -webkit-animation: imghvr-zoom-out-up 0.4025s linear; -moz-animation: imghvr-zoom-out-up 0.4025s linear; animation: imghvr-zoom-out-up 0.4025s linear; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes imghvr-zoom-out-up { 50% } 100% { -webkit-transform: scale(0.8) translateY(-150%); -moz-transform: scale(0.8) translateY(-150%); -ms-transform: scale(0.8) translateY(-150%); -o-transform: scale(0.8) translateY(-150%); transform: scale(0.8) translateY(-150%); opacity: 0.5; } {} @keyframes imghvr-zoom-out-up { 50% } 100% { -webkit-transform: scale(0.8) translateY(-150%); -moz-transform: scale(0.8) translateY(-150%); -ms-transform: scale(0.8) translateY(-150%); -o-transform: scale(0.8) translateY(-150%); transform: scale(0.8) translateY(-150%); opacity: 0.5; } {} /* imghvr-zoom-out-down ----------------------------- */ .imghvr-zoom-out-down:hover>img, .imghvr-zoom-out-down.hover>img { -webkit-animation: imghvr-zoom-out-down 0.4025s linear; -moz-animation: imghvr-zoom-out-down 0.4025s linear; animation: imghvr-zoom-out-down 0.4025s linear; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes imghvr-zoom-out-down { 50% } 100% { -webkit-transform: scale(0.8) translateY(150%); -moz-transform: scale(0.8) translateY(150%); -ms-transform: scale(0.8) translateY(150%); -o-transform: scale(0.8) translateY(150%); transform: scale(0.8) translateY(150%); opacity: 0.5; } {} @keyframes imghvr-zoom-out-down { 50% } 100% { -webkit-transform: scale(0.8) translateY(150%); -moz-transform: scale(0.8) translateY(150%); -ms-transform: scale(0.8) translateY(150%); -o-transform: scale(0.8) translateY(150%); transform: scale(0.8) translateY(150%); opacity: 0.5; } {} /* imghvr-zoom-out-left ----------------------------- */ .imghvr-zoom-out-left:hover>img, .imghvr-zoom-out-left.hover>img { -webkit-animation: imghvr-zoom-out-left 0.4025s linear; -moz-animation: imghvr-zoom-out-left 0.4025s linear; animation: imghvr-zoom-out-left 0.4025s linear; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes imghvr-zoom-out-left { 50% } 100% { -webkit-transform: scale(0.8) translateX(-150%); -moz-transform: scale(0.8) translateX(-150%); -ms-transform: scale(0.8) translateX(-150%); -o-transform: scale(0.8) translateX(-150%); transform: scale(0.8) translateX(-150%); opacity: 0.5; } {} @keyframes imghvr-zoom-out-left { 50% } 100% { -webkit-transform: scale(0.8) translateX(-150%); -moz-transform: scale(0.8) translateX(-150%); -ms-transform: scale(0.8) translateX(-150%); -o-transform: scale(0.8) translateX(-150%); transform: scale(0.8) translateX(-150%); opacity: 0.5; } {} /* imghvr-zoom-out-right ----------------------------- */ .imghvr-zoom-out-right:hover>img, .imghvr-zoom-out-right.hover>img { -webkit-animation: imghvr-zoom-out-right 0.4025s linear; -moz-animation: imghvr-zoom-out-right 0.4025s linear; animation: imghvr-zoom-out-right 0.4025s linear; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes imghvr-zoom-out-right { 50% } 100% { -webkit-transform: scale(0.8) translateX(150%); -moz-transform: scale(0.8) translateX(150%); -ms-transform: scale(0.8) translateX(150%); -o-transform: scale(0.8) translateX(150%); transform: scale(0.8) translateX(150%); opacity: 0.5; } {} @keyframes imghvr-zoom-out-right { 50% } 100% { -webkit-transform: scale(0.8) translateX(150%); -moz-transform: scale(0.8) translateX(150%); -ms-transform: scale(0.8) translateX(150%); -o-transform: scale(0.8) translateX(150%); transform: scale(0.8) translateX(150%); opacity: 0.5; } {} /* imghvr-zoom-out-flip-horiz ----------------------------- */ .imghvr-zoom-out-flip-horiz { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } .imghvr-zoom-out-flip-horiz figcaption { opacity: 0; -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5); -moz-transform: rotateX(90deg) translateY(-100%) scale(0.5); -ms-transform: rotateX(90deg) translateY(-100%) scale(0.5); -o-transform: rotateX(90deg) translateY(-100%) scale(0.5); transform: rotateX(90deg) translateY(-100%) scale(0.5); } .imghvr-zoom-out-flip-horiz:hover>img, .imghvr-zoom-out-flip-horiz.hover>img { -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5); -moz-transform: rotateX(-100deg) translateY(50%) scale(0.5); -ms-transform: rotateX(-100deg) translateY(50%) scale(0.5); -o-transform: rotateX(-100deg) translateY(50%) scale(0.5); transform: rotateX(-100deg) translateY(50%) scale(0.5); opacity: 0; -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; } .imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption { -webkit-transform: rotateX(0) translateY(0%) scale(1); -moz-transform: rotateX(0) translateY(0%) scale(1); -ms-transform: rotateX(0) translateY(0%) scale(1); -o-transform: rotateX(0) translateY(0%) scale(1); transform: rotateX(0) translateY(0%) scale(1); opacity: 1; -webkit-transition-delay: 0.35s; -moz-transition-delay: 0.35s; transition-delay: 0.35s; } /* imghvr-zoom-out-flip-vert ----------------------------- */ .imghvr-zoom-out-flip-vert { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } .imghvr-zoom-out-flip-vert figcaption { opacity: 0; -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5); -moz-transform: rotateY(90deg) translate(50%, 0) scale(0.5); -ms-transform: rotateY(90deg) translate(50%, 0) scale(0.5); -o-transform: rotateY(90deg) translate(50%, 0) scale(0.5); transform: rotateY(90deg) translate(50%, 0) scale(0.5); } .imghvr-zoom-out-flip-vert:hover>img, .imghvr-zoom-out-flip-vert.hover>img { -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5); -moz-transform: rotateY(-100deg) translateX(50%) scale(0.5); -ms-transform: rotateY(-100deg) translateX(50%) scale(0.5); -o-transform: rotateY(-100deg) translateX(50%) scale(0.5); transform: rotateY(-100deg) translateX(50%) scale(0.5); opacity: 0; -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; } .imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption { -webkit-transform: rotateY(0) translate(0, 0) scale(1); -moz-transform: rotateY(0) translate(0, 0) scale(1); -ms-transform: rotateY(0) translate(0, 0) scale(1); -o-transform: rotateY(0) translate(0, 0) scale(1); transform: rotateY(0) translate(0, 0) scale(1); opacity: 1; -webkit-transition-delay: 0.35s; -moz-transition-delay: 0.35s; transition-delay: 0.35s; } /* imghvr-blur ----------------------------- */ .imghvr-blur figcaption { opacity: 0; } .imghvr-blur:hover>img { -webkit-filter: blur(30px); filter: blur(30px); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); opacity: 1; } .imghvr-blur:hover figcaption { opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; margin: 10px; } /* Custom Styles */ .sign { margin-left: auto; margin-right: auto; width: 250px } .left-img { bottom: -85px; position: absolute; left: -70px; width: 54%; } .left-img img { max-width: none; } .client-logo { margin: 0px 15px; } .client-logo img { margin: auto; opacity: 0.7; filter: alpha(opacity=70); } .client-logo img:hover { opacity: 1.0; filter: alpha(opacity=100); } section.big-block .client-logo { padding: 10%; } .client-sm-logos img { margin: 0 auto; width: 150px; } .client-logo-height img { -webkit-filter: grayscale(1); filter: grayscale(1); } .client-logo-height:hover img { filter: grayscale(0); -webkit-filter: grayscale(0); } .client-logo-height { height: 190px; box-shadow: 0 0 4px rgba(0, 0, 0, .1); } .client-logo-height:hover { box-shadow: 0 0 4px rgba(0, 0, 0, .1); } .client-logo-height.dark { border: 1px solid #3a3a3a; } .client-logo-height-2 img { -webkit-filter: grayscale(1); filter: grayscale(1); } .client-logo-height-2:hover img { filter: grayscale(0); -webkit-filter: grayscale(0); } .client-logo-height-2 { height: 140px; } .default-slider .slide:focus, .testimonial-item:focus, .quote-item:focus, .client-logo:focus, .zoom-text:focus, .portfolio-slider .item:focus, .blog-grid-slider .item:focus, .member:focus, .blog-slider .post:focus, #product-slide .small-thumb:focus, #product-slider .big-thumb:focus, .model-slider .item-model:focus { outline: none; } .cover-bg { position: relative !important; background-size: cover !important; overflow: hidden !important; background-position: center !important; background-repeat: no-repeat !important; } .title-hero-bg { background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; min-height: 100vh; } .page-title { position: absolute; top: 50%; width: 100%; left: 0; z-index: 15; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); transform: translate(0%, -50%); } .page-title h1 { font-size: 80px; line-height: 1.5em; font-weight: 700; margin: 0; } .page-title.big-heading h1 { font-size: 120px; line-height: 120px; margin-bottom: 35px; } .grid-box [class^=col-] { padding-top: 15px; padding-bottom: 15px; background-color: rgba(255, 255, 255, .05); border: 1px solid rgba(0, 0, 0, .09); margin-top: 5px; margin-bottom: 5px; } .bs-row { padding-top: 330px; padding-bottom: 340px; } .bs-row .title-content-left { padding-left: 100px; } .bs-row .title-content-right { padding-right: 100px; } .bs-left-space { padding-left: 15px; } /* Countdowns */ .countdown { margin-bottom: 0; } .countdown li { display: inline-block; text-align: center; margin-right: 50px; } .countdown li:last-child { margin-right: 0; } /* Skills Bar */ .skillbar-style-01 .skillbar { position: relative; display: inline-block; margin: 40px 0 10px; height: 7px; width: 93%; background-color: #eee; } .skillbar-style-01 .skillbar-title { position: absolute; top: -30px; left: 0; color: #212121; font-weight: 600; font-family: 'Poppins', sans-serif; } .skillbar-style-01 .skillbar-bar { height: 7px; width: 0px; background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); display: inline-block; } .skillbar-style-01 .skill-bar-percent { position: absolute; right: -40px; top: -8px; color: #212121; font-weight: 600; font-family: 'Poppins', sans-serif; } .skillbar-style-02 .skillbar { position: relative; display: inline-block; margin: 40px 0 10px; height: 7px; width: 93%; background-color: #eee; } .skillbar-style-02 .skillbar-title { position: absolute; top: -30px; left: 0; font-weight: 600; font-family: 'Poppins', sans-serif; color: #fff; } .skillbar-style-02 .skillbar-bar { height: 7px; width: 0px; display: inline-block; background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); } .skillbar-style-02 .skill-bar-percent { position: absolute; right: -40px; top: -8px; font-weight: 600; font-family: 'Poppins', sans-serif; color: #fff; } .skillbar-style-03 .skillbar { position: relative; display: inline-block; margin: 40px 0 10px; height: 7px; width: 93%; background-color: #212121; } .skillbar-style-03 .skillbar-title { position: absolute; top: -30px; left: 0; font-weight: 700; font-family: 'Poppins', sans-serif; color: #212121; } .skillbar-style-03 .skillbar-bar { height: 7px; width: 0px; background: #ff5858; display: inline-block; } .skillbar-style-03 .skill-bar-percent { position: absolute; right: 0px; top: -25px; font-weight: 700; font-family: 'Poppins', sans-serif; color: #212121; } .skillbar-style-04 .skillbar { position: relative; display: inline-block; margin: 40px 0 10px; height: 7px; width: 93%; background-color: #eee; } .skillbar-style-04 .skillbar-title { position: absolute; top: 10px; left: 0; font-weight: 700; font-family: 'Poppins', sans-serif; } .skillbar-style-04 .skillbar-bar { height: 7px; width: 0px; background: #f857a6; display: inline-block; } .skillbar-style-04 .skill-bar-percent { position: absolute; right: 0px; top: 10px; font-weight: 700; font-family: 'Poppins', sans-serif; } /* Pie Charts */ .chart-style-01 .chart-circle { margin: 0 0 20px 0; } .chart-style-01 .chart-01 { position: relative; display: inline-block; width: 150px; height: 150px; text-align: center; } .chart-style-01 .chart-01 canvas { position: absolute; top: 0; left: 0; } .chart-style-01 .percent { display: inline-block; line-height: 150px; z-index: 2; } .chart-style-01 .percent:after { content: '%'; } .chart-style-02 .chart-circle { margin: 0 0 20px 0; } .chart-style-02 .chart-02 { position: relative; display: inline-block; width: 120px; height: 120px; text-align: center; } .chart-style-02 .chart-02 canvas { position: absolute; top: 0; left: 0; } .chart-style-02 .percent { display: inline-block; line-height: 120px; z-index: 2; } .chart-style-02 .percent:after { content: '%'; } .chart-style-03 .chart-circle { margin: 0 0 20px 0; } .chart-style-03 .chart-03 { position: relative; display: inline-block; width: 140px; height: 140px; text-align: center; } .chart-style-03 .chart-03 canvas { position: absolute; top: 0; left: 0; } .chart-style-03 .percent { display: inline-block; line-height: 65px; z-index: 2; border-radius: 100px; width: 65px; height: 65px; background-color: #fff; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); } .chart-style-03 .percent:after { content: '%'; } /* Text Content Slider */ .text-content-slider .slick-dots { bottom: 50%; right: 50%; transform: translateX(35%)translateY(50%); text-align: right; } .text-content-slider .slick-dots li { display: block; margin: 0px 0px 20px 0; } .text-content-slider .slick-dots li button { font-size: 30px; padding: 0px; cursor: pointer; border: 0; outline: none; background: transparent; color: #212121; } /* Text Content Slider */ .slider-creative { width: 100%; height: 100%; position: absolute; right: 0; left: 0; } /* Custom Images */ .img-center { background-repeat: no-repeat; background-size: cover; background-position: center center; width: 100%; height: 550px; } .img-left, .img-right { background-repeat: no-repeat; background-size: cover; background-position: center center; width: 100%; height: 700px; } /* Demos */ .demo-container { padding-left: 45px; padding-right: 45px; } .demo-container .demo-block { text-align: center; margin-bottom: 50px; } .demo-container .demo-block .demo-block-wrapper { position: relative; display: block; height: 310px; border: 1px solid #f3f3f3; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; } .demo-container .demo-block .demo-block-wrapper::before { position: absolute; top: 0; left: 0; content: ''; background: left center no-repeat #333333; width: 100%; height: 30px; display: block; font-size: 20px; line-height: 28px; text-align: left; z-index: 1; } .demo-container .demo-block .demo-block-wrapper .demo-item:hover { background-position-y: 100%; } .demo-container .demo-block .demo-block-wrapper .demo-item { height: 290px; -webkit-background-size: cover; background-size: cover; overflow: hidden; -webkit-transition: background-position 3s ease-in, -webkit-transform 2s ease-out; -o-transition: background-position 3s ease-in, transform 2s ease-out; transition: background-position 3s ease-in, transform 2s ease-out; transition: background-position 3s ease-in, transform 2s ease-out, -webkit-transform 2s ease-out; margin-top: 30px; background-position-x: center; width: 100%; } .demo-container .demo-block .demo-block-wrapper::after { position: absolute; top: 10px; left: 25px; content: ''; background: #484848; -webkit-border-radius: 3px; border-radius: 3px; height: 10px; width: -webkit-calc(100% - 50px); width: calc(100% - 50px); z-index: 2; } .demo-container .demo-block a:not(.demo-block-wrapper) h4 { font-size: 16px; font-weight: 700; letter-spacing: 2px; background: -webkit-linear-gradient(left, #ff105f 0%, #ffad06 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.1; text-transform: uppercase; margin-top: 20px; } .core-feature { padding: 20px 10px; background: #ffffff; box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1); border-radius: 5px; width: 100%; height: 100%; } .core-feature span { margin-top: 20px; display: block; text-transform: capitalize; } .filter-white.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active { color: #f857a6; border-bottom: 1px solid #f857a6; } .filter-white.cbp-l-filters-alignCenter .cbp-filter-item { color: #fff; margin: 0 10px; } .filter-white.cbp-l-filters-alignCenter .cbp-filter-item:hover { color: #888; } .portfolio-layout-slider .item-img { margin: 0 15px; } .portfolio-layout-slider .item-img img { box-shadow: 0 10px 30px 0 rgba(31, 35, 37, .1); }
templates/assets/css/master.css
==================================== [ CSS TABLE CONTENT ] ------------------------------------ 1.0 - General 2.0 - Typography 3.0 - Global Style 4.0 - Navigation 5.0 - Search Box 6.0 - Page Title Section 7.0 - Slider Section 8.0 - Creative Section 9.0 - Recent Project Section 9.1 - Overlay and hover effect 10.0 - Magnific Popup CSS 11.0 - Feature Section 12.0 - About Section 13.0 - Counter Section 14.0 - Team Section 15.0 - Video Section 16.0 - Service Section 17.0 - Process Section 18.0 - Portfolio Section 19.0 - Portfolio Single Page 20.0 - Partner Section 21.0 - Case study section 22.0 - Map Section 23.0 - Contact Section 24.0 - Footer Section 25.0 - Preloader 26.0 - Homepage Two 27.0 - Homepage Three 28.0 - About us Page 29.0 - About us page two 30.0 - Blog Page 31.0 - Blog Page Version Two 32.0 - Full Width Section 33.0 - Call to action section 34.0 - Client Testimonial Style 35.0 - Parallax Homepage 36.0 - Contact Page 37.0 - 404 page 38.0 - Slick slider customization ------------------------------------- [ END CSS TABLE CONTENT ] ===================================== */ /* Theme Reset Start */ @import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700|Karla:400,700|Montserrat:400,500,700,800,900|Poppins:300,400,500,700|Playfair+Display:400,400i,700,700i|Reenie+Beanie'); @import url("../css/bootstrap.min.css"); @import url("../css/custom-icons.min.css"); @import url("../css/icofonts.min.css"); @import url("../css/cubeportfolio.css"); @import url("../css/bootsnav.css"); @import url("../css/slick.css"); @import url("../css/animate.css"); /* Transitons */ * { transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } *:hover { transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } .transition-none *, .home-slider *, .mfp-container *, .attr-nav *, .cbp-wrapper *, .parallax, .rev-slider *, #loader-overlay *, .menu-overlay, .tr-products *, #loader-overlay, .main-box-title *, .skillbar-wrap * { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } .animation-move-top { transform: translateY(0); -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); } .animation-move-top:hover { transform: translateY(-30px); } .animation-move-top-sm { transform: translateY(0); -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); } .animation-move-top-sm:hover { transform: translateY(-10px); } /* Loader */ #loader-overlay { width: 100%; height: 100vh; background: #190a25; position: fixed; z-index: 999999; } .loader { display: inline-block; width: 50px; height: 50px; position: absolute; top: 50%; left: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); } .loader-inner { animation: rotate 1s infinite; height: 50px; width: 50px; } .loader-inner:before, .loader-inner:after { border-radius: 50%; content: ''; display: block; height: 20px; width: 20px; } .loader-inner:before { animation: ball1 1s infinite; background-color: #d51301; box-shadow: 30px 0 0 #fec924; margin-bottom: 10px; } .loader-inner:after { animation: ball2 1s infinite; background-color: #499bd2; box-shadow: 30px 0 0 #7877be; } @keyframes rotate { 0% { -webkit-transform: rotate(0deg) scale(0.8); -moz-transform: rotate(0deg) scale(0.8); } 50% { -webkit-transform: rotate(360deg) scale(1.2); -moz-transform: rotate(360deg) scale(1.2); } 100% { -webkit-transform: rotate(720deg) scale(0.8); -moz-transform: rotate(720deg) scale(0.8); } } @keyframes ball1 { 0% { box-shadow: 30px 0 0 #d51301; } 50% { box-shadow: 0 0 0 #d51301; margin-bottom: 0; -webkit-transform: translate(15px, 15px); -moz-transform: translate(15px, 15px); } 100% { box-shadow: 30px 0 0 #d51301; margin-bottom: 10px; } } @keyframes ball2 { 0% { box-shadow: 30px 0 0 #fec924; } 50% { box-shadow: 0 0 0 #fec924; margin-top: -20px; -webkit-transform: translate(15px, 15px); -moz-transform: translate(15px, 15px); } 100% { box-shadow: 30px 0 0 #fec924; margin-top: 0; } } /* Selection */ ::selection { background-color: #212121; color: #fff; } /* All */ * { margin: 0; padding: 0; min-height: 0; min-width: 0; } *, :after, :before { box-sizing: border-box; } html, body { position: relative; height: 100%; } body { color: #888; background: #fafafa; font-size: 16px; font-family: 'Karla', sans-serif; font-weight: 400; } iframe { border: 0; } video { background-size: cover; display: table-cell; vertical-align: middle; width: 100%; } .html5-video { background-color: #000; height: auto; left: 50%; min-height: 100%; min-width: 100%; position: absolute; top: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); width: auto; z-index: -3; } iframe, embed, object { max-width: 100%; } .wrapper { position: relative; z-index: 20; overflow-x: hidden; } /* Typography */ h1, h2, h3, h4, h5, h6 { color: #212121; margin: 20px 0 10px 0; font-style: normal; font-family: 'Poppins', sans-serif; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.5em; } h1 { font-size: 66px; } h2 { font-size: 40px; } h3 { font-size: 32px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 14px; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #212121; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5:hover a, h6 a:hover { color: #f857a6; } p a {} p a:hover { color: #f857a6; } p { letter-spacing: normal; line-height: 24px; color: #888; font-weight: 400; font-family: 'Karla', sans-serif; } a { text-decoration: none; color: #212121; } a:hover, a:focus, a:active { outline: none; text-decoration: none; color: #f857a6; } ul { list-style: disc; } li>ul, li>ol { padding: 0; margin-left: 15px; } figure { margin-bottom: 6px; position: relative; } img { height: auto; max-width: 100%; } .mark, mark { background-color: #f857a6; color: #fff; } pre { margin: 0 20px; padding: 10px; border: 1px solid #e2e2e2; background: #f1f1f1; border-radius: 0; } blockquote { border-left: 2px solid #f857a6; background: #fff; padding: 15px 40px; } blockquote p { font-size: 18px; line-height: 30px; margin-bottom: 17px !important; font-weight: 300; font-style: italic; } .blockquote-reverse, blockquote.pull-right { border-right: 2px solid #f857a6; background: #fff; } .outline-alert { background-color: transparent!important; } strong { color: #414141; } hr { border: 0; height: 3px; width: 100%; margin: 20px auto; } hr.left-line { margin: 20px 0 20px 0; width: 80px; } hr.center_line { width: 80px; } .text-decoration-underline { text-decoration: underline; } .text-decoration-none { text-decoration: none; } .line-trough { text-decoration: line-through; } /* Forms */ label { margin-bottom: 10px; font-weight: 500; color: #212121; font-family: 'Poppins', sans-serif; font-size: 14px; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: none; box-shadow: none; outline: 0 none; } .search-submit { position: absolute; right: 20px; top: 14px; background: none; border: 0; padding: 0; font-size: 20px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; color: #e0e0e0; } .search-submit:hover { color: #f857a6; } .select-custom { width: 100%; overflow: hidden; background: url(../images/select-arrow.png) no-repeat 97% 50%; border: 1px solid #fff; margin-bottom: 20px; } .select-custom select { width: 100%; border: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; } .md-input, .md-textarea, .md-select select { padding: 14px 20px; font-size: 14px; line-height: normal; border-radius: 0; } input, textarea, select { border: 1px solid #eee; font-size: 14px; padding: 8px 15px; width: 100%; margin: 0 0 10px 0; max-width: 100%; resize: none; background-color: transparent; color: #fff; } .has-error input, .has-error textarea, .has-error select { border-color: #f857a6!important; box-shadow: none!important; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #f857a6; } .help-block { display: none; } .contact-form-style-01 input, .contact-form-style-01 textarea, .contact-form-style-01 select, .comment-form input, .comment-form textarea, .commet-form select { color: #212121; } .contact-form-style-02 .form-control { background-color: transparent; border-top: 0; border-left: 0; border-right: 0; border-bottom: 1px solid #fff; padding: 10px 0; } .contact-form-style-02 .has-error input, .contact-form-style-02 .has-error textarea, .contact-form-style-02 .has-error select { border-color: #212121; } .contact-form-style-02 .has-error .help-block, .contact-form-style-02 .has-error .control-label, .contact-form-style-02 .has-error .radio, .contact-form-style-02 .has-error .checkbox, .contact-form-style-02 .has-error .radio-inline, .contact-form-style-02 .has-error .checkbox-inline, .contact-form-style-02 .has-error.radio label, .contact-form-style-02 .has-error.checkbox label, .contact-form-style-02 .has-error.radio-inline label, .contact-form-style-02 .has-error.checkbox-inline label { color: #fff; } .contact-form-style-03 input, .contact-form-style-03 textarea, .contact-form-style-03 select { color: #212121; background-color: #fff; } /* Sections */ section { padding-top: 120px; padding-bottom: 120px; position: relative; z-index: 10; overflow: hidden; background: #f5f5f5; } section.lg-section { padding-top: 150px; padding-bottom: 150px; } .section-heading { text-align: center; margin: auto; float: none; padding-bottom: 20px; } .color-code { justify-content: space-around; align-items: center; z-index: 0; } .bg-background-fade { background-color: #9911b1; -webkit-transition: background-color 700ms linear; -moz-transition: background-color 700ms linear; -o-transition: background-color 700ms linear; -ms-transition: background-color 700ms linear; transition: background-color 700ms linear; } .data-transition { -webkit-transition: background-color 700ms linear; -moz-transition: background-color 700ms linear; -o-transition: background-color 700ms linear; -ms-transition: background-color 700ms linear; transition: background-color 700ms linear; } /* Top Bar */ .top-bar { font-size: 12px; width: 100%; } .dropdown-style-01 .dropdown-menu { margin-top: 12px; min-width: 130px; border-radius: 0; border: none; z-index: 444; right: 0; left: auto; } .dropdown-style-01 .btn { color: #fff; font-size: 12px; padding: 0; margin: 0; background-color: transparent; font-weight: normal; text-transform: capitalize; border: 0; } /* Navigations */ .navbar-nav { float: right; margin: 0; padding: 0px 10px; } nav.navbar.bootsnav.navbar-transparent .logo { position: relative; z-index: 110; display: table; height: 80px; -webkit-transition: all .3s ease; transition: all .3s ease; } nav.navbar.bootsnav.navbar-transparent.brand-center .logo, .brand-center .logo { display: block; max-width: 150px; text-align: center; margin: 0 auto; height: auto; } nav.navbar.bootsnav.navbar-transparent.brand-center .navbar-brand { padding: 20px 15px; } .navbar-brand { padding: 11px 15px; } .logo { position: relative; z-index: 110; display: table; height: 60px; -webkit-transition: all .3s ease; transition: all .3s ease; } .logo img { max-height: 33px; -webkit-transition: all .5s ease; transition: all .5s ease; display: block; } .logo.z-index-1 { z-index: 1; } nav .logo>a { display: table-cell; vertical-align: middle; } .navbar-scrollspy .logo img { text-align: center; margin: 0 auto; } .menu-logo, .vcard-address { float: left; } nav.bootsnav.navbar-sidebar ul.nav { margin: 0 0 30px 0; } nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a.nav-btn-default { padding-top: 10px; padding-bottom: 10px; margin-top: 15px; } nav.navbar.bootsnav ul.nav>li>a.nav-btn-default { padding: 10px 15px; margin-top: 6.5px; color: #fff; } .navbar-nav>li>.dropdown-menu { margin-top: 2px; } .absolute-header { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 99; } .menu-logo-outside { max-width: 180px; } .menu-btn { position: fixed; right: 8%; z-index: 999; top: 2%; } .menu-btn a { background-color: #fff; width: 60px; height: 60px; display: block; text-align: center; line-height: 57px; box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07); font-size: 26px; } .btn-open:before { color: #333; content: "\f130"; font-family: "Ionicons"; -webkit-transition: all .2s linear 0s; -moz-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; transition-property: all .2s linear 0s; } .btn-open:hover:before { color: #f857a6; } .btn-close:before { color: #333; content: "\f2d7"; font-family: "Ionicons"; -webkit-transition: all .2s linear 0s; -moz-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; transition-property: all .2s linear 0s; } .btn-close:hover:before { color: #f857a6; } /* Menu Overlay */ body.overflow { overflow: hidden; } .menu-overlay { position: fixed; top: 0; z-index: 998; display: none; overflow: hidden; width: 100%; height: 100%; background: #060606; left: 0; right: 0; } .menu-overlay .menu-wrap { width: 100%; display: table; height: 100vh; } ul.vcard-menu { margin: 0 auto; padding: 0; width: 100%; } ul.vcard-menu li { padding: 10px 0; list-style: none; text-align: center; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 50px; } ul.vcard-menu li a { color: #fff; } ul.vcard-menu li a:hover { color: #f857a6; } .vcard-address { margin-top: 40px; margin-bottom: 40px; } /* Sliders Text */ .hero-text { display: table-cell; vertical-align: middle; position: relative; width: 100%; z-index: 10; color: #fff; } .hero-text h3, .hero-text h1 { color: #f857a6; } .hero-text h1 { font-size: 78px; letter-spacing: -2px; line-height: 1.25; } .hero-text h1.letter-spacing-10 { letter-spacing: 10px; } .hero-text h1.letter-spacing-0 { letter-spacing: 0px; } .hero-text-wrap .hero-text h1.font-90px { font-size: 90px; } .hero-text h2 { font-size: 62px; } .hero-text h3 { font-size: 49px; } .hero-text h4 { font-size: 30px; } .hero-text h5 { font-size: 19px; } .hero-text h6 { font-size: 14px; } .hero-text-wrap.color-overlay-bg { background: rgba(191, 7, 49, 0.75); width: 100%; height: 101vh; position: absolute; z-index: 1; } section.dark-block .hero-text-wrap, section.dark-block.title-hero-bg::before { background-color: transparent; } .hero-text-wrap h1.font-100px { font-size: 100px; } .hero-text-wrap h1.line-height-90 { line-height: 90px; } /* Helper Classes */ ::-webkit-input-placeholder { color: #212121!important; } ::-moz-placeholder { color: #212121!important; } :-ms-input-placeholder { color: #212121!important; } :-moz-placeholder { color: #212121!important; } .style-02::-webkit-input-placeholder { color: #fff!important; } .style-02::-moz-placeholder { color: #fff!important; } .style-02:-ms-input-placeholder { color: #fff!important; } .style-02:-moz-placeholder { color: #fff!important; } input.search-bar-top::-webkit-input-placeholder { color: #fff!important; } input.search-bar-top::-moz-placeholder { color: #fff!important; } input.search-bar-top:-ms-input-placeholder { color: #fff!important; } input.search-bar-top:-moz-placeholder { color: #fff!important; } /* Positions */ .fixed { position: fixed!important; } .relative { position: relative!important; } .absolute { position: absolute!important; } .static { position: static!important; } /* Z-index */ .z-index-1 { z-index: 1; } .z-index-2 { z-index: 2; } .z-index-3 { z-index: 3; } .z-index-4 { z-index: 4; } .z-index-5 { z-index: 5; } .z-index-0 { z-index: 0; } .z-index-minus2 { z-index: -2; } /* Displays */ .display-none { display: none!important; } .display-block { display: block!important; } .display-inline-block { display: inline-block!important; } .display-table { display: table; } .display-table-cell { display: table-cell!important; } .float-none { float: none; } .centerize-col { float: none!important; margin-left: auto; margin-right: auto; } .center-layout { display: table; table-layout: fixed; height: 100%; width: 100%; position: relative; } .v-align-middle { display: table-cell; vertical-align: middle; } /* Width Pixels */ .width-1px { width: 1px } .width-2px { width: 2px } .width-3px { width: 3px } .width-4px { width: 4px } .width-5px { width: 5px } .width-6px { width: 6px } .width-7px { width: 7px } .width-8px { width: 8px } .width-9px { width: 9px } .width-10px { width: 10px } .width-80px { width: 80px } .width-90px { width: 90px } .width-100px { width: 100px } .width-150px { width: 150px } .width-200px { width: 200px } .width-250px { width: 250px } .width-300px { width: 300px } .width-350px { width: 350px } .width-400px { width: 400px } .width-450px { width: 450px } .width-500px { width: 500px!important } .width-550px { width: 550px } .width-600px { width: 600px } .width-650px { width: 650px!important } .width-700px { width: 700px } .width-800px { width: 800px } /* Width Percentage */ .width-10-percent { width: 10% !important } .width-20-percent { width: 20% !important } .width-30-percent { width: 30% !important } .width-40-percent { width: 40% !important } .width-50-percent { width: 50% !important } .width-60-percent { width: 60% !important } .width-70-percent { width: 70% !important } .width-80-percent { width: 80% !important } .width-90-percent { width: 90% !important } .width-100-percent { width: 100% !important } .width-auto { width: auto !important } .max-width-100 { max-width: 100% } /* Minimum Width */ .min-width-100px { min-height: 100px } .min-width-200px { min-height: 200px } .min-width-300px { min-height: 300px } .min-width-400px { min-height: 400px } .min-width-500px { min-height: 500px } .min-width-600px { min-height: 600px } .min-width-700px { min-height: 700px } /* View Width */ .view-width-100vh { width: 100vh; } /* Height Pixels */ .height-1px { height: 1px!important } .height-2px { height: 2px!important } .height-3px { height: 3px!important } .height-4px { height: 4px!important } .height-5px { height: 5px!important } .height-6px { height: 6px!important } .height-7px { height: 7px!important } .height-8px { height: 8px!important } .height-9px { height: 9px!important } .height-10px { height: 10px!important } .height-80px { height: 80px } .height-90px { height: 90px } .height-100px { height: 100px } .height-150px { height: 150px } .height-200px { height: 200px } .height-250px { height: 250px } .height-300px { height: 300px } .height-350px { height: 350px } .height-400px { height: 400px } .height-450px { height: 450px } .height-500px { height: 500px!important; } .height-550px { height: 550px } .height-600px { height: 600px } .height-650px { height: 650px!important; } .height-700px { height: 700px } .height-800px { height: 800px!important; } /* Height Percentage */ .height-10-percent { height: 10% } .height-20-percent { height: 20% } .height-30-percent { height: 30% } .height-40-percent { height: 40% } .height-50-percent { height: 50% } .height-60-percent { height: 60% } .height-70-percent { height: 70% } .height-80-percent { height: 80% } .height-90-percent { height: 90% } .height-100-percent { height: 100% !important } .height-auto { height: auto !important } .max-height-100 { max-height: 100% } /* Minimum Heights */ .min-height-100px { min-height: 100px } .min-height-200px { min-height: 200px } .min-height-300px { min-height: 300px!important; } .min-height-400px { min-height: 400px } .min-height-500px { min-height: 500px } .min-height-600px { min-height: 600px } .min-height-700px { min-height: 700px!important; } .min-height-800px { min-height: 800px!important } .min-height-900px { min-height: 900px!important } /* Hero Heights */ .xs-screen { height: 300px; } .sm-screen { height: 400px; } .md-screen { height: 600px; } .lg-screen { height: 700px; } .xl-screen { height: 800px; } .xxl-screen { height: 1000px; } /* View Heights */ .view-height-100vh { height: 100vh!important; } /* Backgrounds */ .background-none { background-image: none !important; } .bordered-bg { background-color: transparent; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; } .transparent-bg { background-color: transparent!important; } .black-bg { background-color: #000; } .dark-bg { background-color: #212121; } .dark-night-bg { background-color: #240b36; } .witch-bg { background-color: #FFC371; } .white-bg { background-color: #fff; } .default-bg { background-color: #f857a6; } .secondary-bg { background-color: #ff5858; } .dark-grey-bg { background-color: #e0e0e0; } .grey-bg { background-color: #eee!important; } .lighten-grey-bg { background-color: #f5f5f5; } .l-lighten-bg { background-color: #fafafa; } .yellow-bg { background-color: #ffcc00; } .purple-bg { background-color: #8700f7; } .bordered-bg.white-bg { background-color: #fff; } .pattern-bg-dark { background-image: url(../images/background/pattern-bg-dark.jpg); background-repeat: repeat; } .pattern-bg-light { background-image: url(../images/light-pattern.png); background-repeat: repeat; } .pattern-bg-colored { background-image: url(../images/colored-pattern.png); background-repeat: repeat; } .light-br-r { border-right: 1px solid #eeeeee; } .fixed-bg { background-attachment: fixed!important; } .overlay-bg { background: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .front-overlay-bg { background: rgba(0, 0, 0, 0.582); width: 100%; height: 100%; position: absolute; z-index: 99; top: 0; left: 0; } .color-overlay-bg { background: rgba(187, 184, 184, 0.75); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; right: 0; } .front-color-overlay-bg { background: rgba(29, 19, 57, 0.75); width: 100%; height: 100%; position: absolute; z-index: 99; top: 0; left: 0; right: 0; } .secondary-color-overlay-bg { background: rgba(248, 87, 166, 0.75); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; right: 0; } .parallax-overlay { background: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .parallax-overlay-white { background: rgba(255, 255, 255, 0.6); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .parallax-bg { background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; } .overlay-gradient-bg { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .overlay-gradient-bg-2 { background: rgba(255, 193, 7, 0.6)!important; background: -moz-linear-gradient(left, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 193, 7, 0.6)), color-stop(100%, rgba(255, 17, 95, 0.6)))!important; background: -webkit-linear-gradient(left, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; background: -o-linear-gradient(left, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; background: -ms-linear-gradient(left, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; background: linear-gradient(to right, rgba(255, 193, 7, 0.6) 0%, rgba(255, 17, 95, 0.6) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ff115f', GradientType=1)!important; width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; } .gradient-bg { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); } .light-gradient-bg { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.7) 0%, rgba(255, 88, 88, 0.7) 100%); } .gradient-bg-2 { background: rgba(255, 193, 7, 1)!important; background: -moz-linear-gradient(left, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 193, 7, 1)), color-stop(100%, rgba(255, 17, 95, 1)))!important; background: -webkit-linear-gradient(left, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; background: -o-linear-gradient(left, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; background: linear-gradient(to right, rgba(255, 193, 7, 1) 0%, rgba(255, 17, 95, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ff115f', GradientType=1)!important; } .gradient-bg-3 { background: rgba(88, 14, 102, 1)!important; background: -moz-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88, 14, 102, 1)), color-stop(100%, rgba(231, 1, 104, 1)))!important; background: -webkit-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -o-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: linear-gradient(to right, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#580e66', endColorstr='#e70168', GradientType=1)!important; } .gradient-bg-4 { background: rgba(0, 189, 255, 1)!important; background: -moz-linear-gradient(left, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 189, 255, 1)), color-stop(100%, rgba(0, 128, 255, 1)))!important; background: -webkit-linear-gradient(left, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; background: -o-linear-gradient(left, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; background: linear-gradient(to right, rgba(0, 189, 255, 1) 0%, rgba(0, 128, 255, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00bdff', endColorstr='#0080ff', GradientType=1)!important; } .gradient-bg-5 { background: rgba(17, 153, 142, 1)!important; background: -moz-linear-gradient(left, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 153, 142, 1)), color-stop(100%, rgba(56, 239, 125, 1)))!important; background: -webkit-linear-gradient(left, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; background: -o-linear-gradient(left, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; background: linear-gradient(to right, rgba(17, 153, 142, 1) 0%, rgba(56, 239, 125, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#11998e', endColorstr='#38ef7d', GradientType=1)!important; } .gradient-bg-6 { background: rgb(245, 0, 87); /* Old browsers */ background: -moz-linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f50057', endColorstr='#ff8a65', GradientType=1); /* IE6-9 fallback on horizontal gradient */ ; } .parallax-content h2 { font-size: 50px; color: #fff; margin-top: 0; margin-bottom: 0; } .parallax-content h4 { color: #fff; font-size: 20px; margin-top: 0; } /* Horizontal Line */ .line-horizontal { width: 100%; height: 1px; } /* Box Shadows */ .box-shadow { box-shadow: 0 10px 30px 5px rgba(17, 21, 23, .1); } .box-shadow-hover {} .box-shadow-hover:hover { box-shadow: 0 10px 30px 5px rgba(17, 21, 23, .1); } /* Fonts */ .poppin-font { font-family: 'Poppins', sans-serif; } .play-font { font-family: 'Playfair Display', serif; } .karla-font { font-family: 'Karla', sans-serif; } .reenie-font { font-family: 'Reenie Beanie', cursive; } .work-font { font-family: 'Work Sans', sans-serif; } .font-100 { font-weight: 100; } .font-200 { font-weight: 200; } .font-300 { font-weight: 300; } .font-400 { font-weight: 400; } .font-500 { font-weight: 500; } .font-600 { font-weight: 600; } .font-700 { font-weight: 700; } .font-900 { font-weight: 900; } .font-12px { font-size: 12px; } .font-14px { font-size: 14px; } .font-16px { font-size: 16px!important; } .font-18px { font-size: 18px; } .font-20px { font-size: 20px!important; } .font-26px { font-size: 26px; } .font-30px { font-size: 30px; } .font-35px { font-size: 35px; } .font-40px { font-size: 40px; } .font-50px { font-size: 50px; } .font-60px { font-size: 60px!important; } .font-70px { font-size: 70px; } .font-80px { font-size: 80px; } .font-90px { font-size: 90px; } .font-100px { font-size: 100px; } .font-120px { font-size: 120px; } .font-130px { font-size: 130px; } .font-italic { font-style: italic; } .font-bold { font-weight: bold; } /* Fonts Colors */ .default-color { color: #f857a6!important; } .secondary-color { color: #ff5858!important; } .white-color { color: #fff; } .white-color p, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color i { color: #fff!important; } .white-smoke { color: #f9f9f9!important; } .white-smoke p, .white-smoke h1, .white-smoke h2, .white-smoke h3, .white-smoke h4, .white-smoke h5, .white-smoke h6 { color: #f9f9f9!important; } .dark-color { color: #212121!important; } .dark-color p, .dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6 { color: #212121!important; } .grey-color { color: #888 !important; } .grey-color p, .grey-color h1, .grey-color h2, .grey-color h3, .grey-color h4, .grey-color h5, .grey-color h6 { color: #888!important; } .yellow-color { color: #ffcc00; } .gradient-color { background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .gradient-color-2 { background: -webkit-linear-gradient(left, #ff105f 0%, #ffad06 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .gradient-color-3 { background: -webkit-linear-gradient(left, #a50075 0%, #ff0068 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .gradient-color-4 { background: -webkit-linear-gradient(left, #f50057 0%, #ff8a65 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* Line Heights */ .line-height-5 { line-height: 5px; } .line-height-10 { line-height: 10px; } .line-height-15 { line-height: 15px; } .line-height-20 { line-height: 20px; } .line-height-22 { line-height: 22px; } .line-height-24 { line-height: 24px; } .line-height-25 { line-height: 25px; } .line-height-26 { line-height: 26px; } .line-height-30 { line-height: 30px; } .line-height-35 { line-height: 35px; } .line-height-40 { line-height: 40px; } .line-height-45 { line-height: 45px; } .line-height-50 { line-height: 50px; } .line-height-60 { line-height: 60px; } .line-height-70 { line-height: 70px; } .line-height-80 { line-height: 80px; } .line-height-90 { line-height: 90px; } .line-height-100 { line-height: 100px; } .line-height-110 { line-height: 110px; } .line-height-120 { line-height: 120px; } /* Letter Spacings */ .letter-spacing-0 { letter-spacing: 0px; } .letter-spacing-1 { letter-spacing: 1px; } .letter-spacing-2 { letter-spacing: 2px; } .letter-spacing-3 { letter-spacing: 3px; } .letter-spacing-4 { letter-spacing: 4px; } .letter-spacing-5 { letter-spacing: 5px; } .letter-spacing-6 { letter-spacing: 6px; } .letter-spacing-7 { letter-spacing: 7px; } .letter-spacing-8 { letter-spacing: 8px; } .letter-spacing-9 { letter-spacing: 9px; } .letter-spacing-10 { letter-spacing: 10px; } /* Margins */ .margin-left-auto { margin-left: auto; } .margin-right-auto { margin-right: auto; } .remove-margin { margin: 0!important; } .all-margin-10 { margin: 10px; } .all-margin-20 { margin: 20px; } .all-margin-30 { margin: 30px; } .all-margin-40 { margin: 40px; } .all-margin-50 { margin: 50px; } .all-margin-60 { margin: 60px; } .all-margin-70 { margin: 70px; } .all-margin-80 { margin: 80px; } .all-margin-90 { margin: 90px; } .all-margin-100 { margin: 100px; } .all-margin-110 { margin: 110px; } .all-margin-120 { margin: 120px; } .mt-minus-10 { margin-top: -10px; } .mt-minus-20 { margin-top: -20px; } .mt-minus-30 { margin-top: -30px; } .mt-minus-40 { margin-top: -40px; } .mt-minus-50 { margin-top: -50px; } .mt-minus-60 { margin-top: -60px; } .mt-minus-70 { margin-top: -70px; } .mt-minus-80 { margin-top: -80px; } .mt-minus-90 { margin-top: -90px; } .mt-minus-100 { margin-top: -100px; } .mt-minus-110 { margin-top: -110px; } .mt-minus-120 { margin-top: -120px; } .mt-0 { margin-top: 0px; } .mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px!important; } .mt-40 { margin-top: 40px!important; } .mt-50 { margin-top: 50px!important; } .mt-60 { margin-top: 60px; } .mt-70 { margin-top: 70px; } .mt-80 { margin-top: 80px; } .mt-90 { margin-top: 90px; } .mt-100 { margin-top: 100px; } .mt-110 { margin-top: 110px; } .mt-120 { margin-top: 120px; } .mb-0 { margin-bottom: 0px; } .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; } .mb-60 { margin-bottom: 60px; } .mb-70 { margin-bottom: 70px; } .mb-80 { margin-bottom: 80px; } .mb-90 { margin-bottom: 90px; } .mb-100 { margin-bottom: 100px; } .mb-110 { margin-bottom: 110px; } .mb-120 { margin-bottom: 120px; } .mr-0 { margin-right: 0px!important; } .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .mr-20 { margin-right: 20px; } .mr-30 { margin-right: 30px; } .mr-40 { margin-right: 40px; } .mr-50 { margin-right: 50px; } .mr-60 { margin-right: 60px; } .mr-70 { margin-right: 70px; } .mr-80 { margin-right: 80px; } .mr-90 { margin-right: 90px; } .mr-100 { margin-right: 100px; } .mr-110 { margin-right: 110px; } .mr-120 { margin-right: 120px; } .ml-0 { margin-left: 0px!important; } .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .ml-30 { margin-left: 30px; } .ml-40 { margin-left: 40px; } .ml-50 { margin-left: 50px; } .ml-60 { margin-left: 60px; } .ml-70 { margin-left: 70px; } .ml-80 { margin-left: 80px; } .ml-90 { margin-left: 90px; } .ml-100 { margin-left: 100px; } .ml-110 { margin-left: 110px; } .ml-120 { margin-left: 120px; } /* Paddings */ .remove-padding { padding: 0!important; } .all-padding-10 { padding: 10px; } .all-padding-20 { padding: 20px; } .all-padding-30 { padding: 30px; } .all-padding-40 { padding: 40px; } .all-padding-50 { padding: 50px; } .all-padding-60 { padding: 60px; } .all-padding-70 { padding: 70px; } .all-padding-80 { padding: 80px; } .all-padding-90 { padding: 90px; } .all-padding-100 { padding: 100px; } .all-padding-110 { padding: 110px; } .all-padding-120 { padding: 120px; } .pt-0 { padding-top: 0; } .pt-10 { padding-top: 10px; } .pt-20 { padding-top: 20px; } .pt-30 { padding-top: 30px; } .pt-40 { padding-top: 40px; } .pt-50 { padding-top: 50px; } .pt-60 { padding-top: 60px; } .pt-70 { padding-top: 70px; } .pt-80 { padding-top: 80px; } .pt-90 { padding-top: 90px; } .pt-100 { padding-top: 100px; } .pt-110 { padding-top: 110px; } .pt-120 { padding-top: 120px; } .pt-130 { padding-top: 130px; } .pb-0 { padding-bottom: 0; } .pb-10 { padding-bottom: 10px; } .pb-20 { padding-bottom: 20px; } .pb-30 { padding-bottom: 30px; } .pb-40 { padding-bottom: 40px; } .pb-50 { padding-bottom: 50px; } .pb-60 { padding-bottom: 60px; } .pb-70 { padding-bottom: 70px; } .pb-80 { padding-bottom: 80px; } .pb-90 { padding-bottom: 90px; } .pb-100 { padding-bottom: 100px; } .pb-110 { padding-bottom: 110px; } .pb-120 { padding-bottom: 120px; } .pb-130 { padding-bottom: 130px; } .pr-0 { padding-right: 0; } .pr-10 { padding-right: 10px; } .pr-20 { padding-right: 20px; } .pr-30 { padding-right: 30px; } .pr-40 { padding-right: 40px; } .pr-50 { padding-right: 50px; } .pr-60 { padding-right: 60px; } .pr-70 { padding-right: 70px; } .pr-80 { padding-right: 80px; } .pr-90 { padding-right: 90px; } .pr-100 { padding-right: 100px; } .pr-110 { padding-right: 110px; } .pr-120 { padding-right: 120px; } .pl-0 { padding-left: 0; } .pl-10 { padding-left: 10px; } .pl-20 { padding-left: 20px; } .pl-30 { padding-left: 30px; } .pl-40 { padding-left: 40px; } .pl-50 { padding-left: 50px; } .pl-60 { padding-left: 60px; } .pl-70 { padding-left: 70px; } .pl-80 { padding-left: 80px; } .pl-90 { padding-left: 90px; } .pl-100 { padding-left: 100px; } .pl-110 { padding-left: 110px; } .pl-120 { padding-left: 120px; } /* Position Spaces */ .top-0 { top: 0; } .top-10 { top: 10px; } .top-20 { top: 20px!important; } .top-30 { top: 30px; } .top-40 { top: 40px; } .top-50 { top: 50px; } .top-60 { top: 60px; } .top-70 { top: 70px; } .top-80 { top: 80px; } .top-90 { top: 90px; } .top-100 { top: 100px; } .top-110 { top: 110px; } .top-120 { top: 120px; } .bottom-0 { bottom: 0; } .bottom-10 { bottom: 10px; } .bottom-20 { bottom: 20px; } .bottom-30 { bottom: 30px; } .bottom-40 { bottom: 40px; } .bottom-50 { bottom: 50px; } .bottom-60 { bottom: 60px; } .bottom-70 { bottom: 70px; } .bottom-80 { bottom: 80px; } .bottom-90 { bottom: 90px; } .bottom-100 { bottom: 100px; } .bottom-110 { bottom: 110px; } .bottom-120 { bottom: 120px; } .right-0 { right: 0; } .right-10 { right: 10px; } .right-20 { right: 20px; } .right-30 { right: 30px; } .right-40 { right: 40px; } .right-50 { right: 50px; } .right-60 { right: 60px; } .right-70 { right: 70px; } .right-80 { right: 80px; } .right-90 { right: 90px; } .right-100 { right: 100px; } .right-110 { right: 110px; } .right-120 { right: 120px; } .left-0 { left: 0; } .left-10 { left: 10px; } .left-20 { left: 20px; } .left-30 { left: 30px; } .left-40 { left: 40px; } .left-50 { left: 50px; } .left-60 { left: 60px; } .left-70 { left: 70px; } .left-80 { left: 80px; } .left-90 { left: 90px; } .left-100 { left: 100px; } .left-110 { left: 110px; } .left-120 { left: 120px; } .top-minus-10 { top: -10px; } .top-minus-20 { top: -20px; } .top-minus-30 { top: -30px; } .top-minus-40 { top: -40px; } .top-minus-50 { top: -50px; } .top-minus-60 { top: -60px; } .top-minus-70 { top: -70px; } .top-minus-80 { top: -80px; } .top-minus-90 { top: -90px; } .top-minus-100 { top: -100px; } .top-minus-110 { top: -110px; } .bottom-minus-10 { bottom: -10px; } .bottom-minus-20 { bottom: -20px; } .bottom-minus-30 { bottom: -30px; } .bottom-minus-40 { bottom: -40px; } .bottom-minus-50 { bottom: -50px; } .bottom-minus-60 { bottom: -60px; } .bottom-minus-70 { bottom: -70px; } .bottom-minus-80 { bottom: -80px; } .bottom-minus-90 { bottom: -90px; } .bottom-minus-100 { bottom: -100px; } .bottom-minus-110 { bottom: -110px; } .right-minus-10 { right: -10px; } .right-minus-20 { right: -20px; } .right-minus-30 { right: -30px; } .right-minus-40 { right: -40px; } .right-minus-50 { right: -50px; } .right-minus-60 { right: -60px; } .right-minus-70 { right: -70px; } .right-minus-80 { right: -80px; } .right-minus-90 { right: -90px; } .right-minus-100 { right: -100px; } .right-minus-110 { right: -110px; } .left-minus-10 { left: -10px; } .left-minus-20 { left: -20px; } .left-minus-30 { left: -30px; } .left-minus-40 { left: -40px; } .left-minus-50 { left: -50px; } .left-minus-60 { left: -60px; } .left-minus-70 { left: -70px; } .left-minus-80 { left: -80px; } .left-minus-90 { left: -90px; } .left-minus-100 { left: -100px; } .left-minus-110 { left: -110px; } /* Lines */ .line-verticle-sm { width: 1px; height: 8px; } /* Borders */ .bordered { border: 1px solid #e0e0e0; } .border-right { border-right: 1px solid #e0e0e0; } .border-left { border-left: 1px solid #e0e0e0; } .border-bottom { border-bottom: 1px solid #e0e0e0; } .border-radius-0 { border-radius: 0!important; } .border-radius-4 { border-radius: 4px!important; } .border-radius-10 { border-radius: 10px!important; } .border-radius-25 { border-radius: 25px!important; } .border-radius-50 { border-radius: 50px!important; } .border-radius-100 { border-radius: 100px!important; } /* dropcap */ .first-letter { float: left; font-size: 50px; margin: 0 20px 0 0; text-align: center; padding: 10px 0; font-weight: 600 } .first-letter-big { float: left; font-size: 110px; line-height: 110px; margin: 0 20px 0 0; padding: 0 8px; text-align: center; font-weight: 600; position: relative; } .first-letter-big:before { position: absolute; border-bottom: 1px solid; content: ""; display: block; width: 100%; top: 55%; left: 0 } .first-letter-block { font-size: 35px; height: 55px; line-height: 25px; padding: 15px 0; width: 55px; font-weight: 700; margin-top: 5px; } .first-letter-block-round { border-radius: 6px; border: 1px solid; } .first-letter-round { border-radius: 50%; font-size: 35px; padding: 15px; width: 65px; height: 65px; line-height: 32px; } /* Images */ .img-responsive, .full-width { width: 100%; } /* Buttons */ .btn, .form-control, .form-control:hover, .form-control:focus, .navbar-custom .dropdown-menu { -webkit-box-shadow: none; box-shadow: none; } button { transition-duration: 0.3s; transition-timing-function: ease-in-out; } button:focus { outline: none !important; } .btn { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 500; line-height: 1; letter-spacing: 1px; padding: 8px 10px 7px 10px; border-color: transparent; transition-duration: 0.3s; transition-timing-function: ease-in-out; } .btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active { border-color: transparent; } .btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus { color: #fff; background-color: #f857a6; border-color: #f857a6; outline: 0; } .btn.btn-animated { transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05); } .btn.btn-animated:hover, .btn.btn-animated:focus, .btn.btn-animated.focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.08), 0px 30px 25px 0px rgba(0, 0, 0, 0.05); } .btn+.btn { margin-left: 10px; } .btn i { margin-left: 5px; vertical-align: middle; position: relative; top: -1px; } .btn:focus, .btn:focus:active { outline: none; } .btn-circle { border-radius: 100px; } .btn-rounded { border-radius: 10px; } .btn-square { border-radius: 0px; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: none; box-shadow: none; } .btn-mobilize .btn { margin: 0 10px; } .btn.btn-xxl { padding: 20px 56px; font-size: 20px; } .btn.btn-xl { padding: 16px 44px; font-size: 14px; } .btn.btn-lg { padding: 13px 40px; font-size: 12px; } .btn.btn-md { padding: 12px 30px; font-size: 11px; } .btn.btn-sm { padding: 11px 20px; font-size: 9px; } .btn.btn-xs { padding: 8px 12px; font-size: 8px; } .btn.btn-fullwidth { width: 100%; min-width: 300px; } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { opacity: 1; } .btn-color { color: #fff; background-color: #f857a6; } .btn-color:hover, .btn-color:active, .btn-color:focus { background-color: #ff5858; color: #fff; } .btn-gradient { color: #fff; background-size: 300% 100%; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .btn-gradient:hover { background-position: 100% 0; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .btn-gradient.color-1 { background-image: linear-gradient(to right, #f857a6, #ff5858, #ff5858, #f857a6); } .btn-gradient:hover.color-1, .btn-gradient:focus.color-1, .btn-gradient:hover.color-2, .btn-gradient:focus.color-2, .btn-gradient:hover.color-3, .btn-gradient:focus.color-3 { color: #fff; } .btn-gradient.color-2 { background-image: linear-gradient(to right, #ff105f, #ffad06, #ffad06, #ff105f); } .btn-gradient.color-3 { background-image: linear-gradient(to right, #f50057, #ff8a65, #ff8a65, #f50057); } .btn-outline-color { color: #f857a6; border: 2px solid #f857a6; background-color: transparent; } .btn-outline-color:hover, .btn-outline-color:active, .btn-outline-color:focus { color: #fff; border: 2px solid #f857a6; background-color: #f857a6; } .btn-outline { color: #212121; border: 2px solid #e0e0e0; background-color: transparent; } .btn-outline:hover, .btn-outline:active, .btn-outline:focus { color: #212121; border: 2px solid #212121; background-color: transparent; } .btn-light { color: #212121; border-color: #fff; background-color: #fff; } .btn-light:hover, .btn-light:active, .btn-light:focus { color: #fff; border-color: #212121; background-color: #212121; } .btn-light-outline { color: #fff; border-color: #fff; background-color: transparent; } .btn-light-outline:hover, .btn-light-outline:active, .btn-light-outline:focus { color: #212121; border-color: #fff; background-color: #fff; } .btn-dark { color: #fff; border-color: #212121; background-color: #212121; } .btn-dark:hover, .btn-dark:active, .btn-dark:focus { color: #fff; border-color: #000; background-color: #000; } .btn-dark-outline { color: #212121; border-color: #212121; background-color: transparent; } .btn-dark-outline:hover, .btn-dark-outline:active, .btn-dark-outline:focus { color: #fff; border-color: #212121; background-color: #212121; } .btn-animate { text-align: center; position: relative; overflow: hidden; transition: all 0.2s; } .btn-animate span { display: inline-block; position: relative; padding: 0 8.5px 0 8.5px; transition: padding 0.2s; } .btn-animate i { position: absolute; top: 50%; right: 0px; opacity: 0; margin-top: -6px; transition: opacity 0.2s, right 0.2s; } .btn-animate:hover span { padding: 0 17px 0 0; } .btn-animate:hover i { transition: opacity 0.2s, right 0.2s; opacity: 1; top: 50%; right: 0px; } /* Icons */ .tr-icon { display: inline-block; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon { margin-left: 6px; } .feature-box, .feature-box-right { float: left; } .feature-box i { margin-bottom: 20px; display: inline-block; } .box-icon { margin-top: 35px; margin-bottom: 35px; position: relative; background-color: #fff; padding: 40px 30px; -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); } .box-icon:hover { -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); } .box-icon h6 { font-size: 13px; } .box-icon i { margin-bottom: 25px; } .white-bg-icon { background-color: #fff; border-color: #fff; } .white-bg-icon:hover { background-color: #f857a6; border-color: #f857a6; color: #fff!important; } .border-bg-default-color { border: 2px solid #212121; } .border-bg-default-color:hover { background-color: #f857a6; border-color: #f857a6; color: #fff; } .circle-icon { position: relative; width: 85px; height: 85px; line-height: 85px !important; border-radius: 100%; text-align: center; display: inline-block !important; } .feature-box .fade-icon:after { top: -7px; left: -7px; padding: 7px; box-shadow: 0 0 0 4px #f857a6; -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -webkit-transform: scale(.8); -moz-transition: -moz-transform 0.2s, opacity 0.2s; -moz-transform: scale(.8); -ms-transform: scale(.8); transition: transform 0.2s, opacity 0.2s; transform: scale(.8); opacity: 0; } .fade-icon:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .feature-box .fade-icon:hover:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .gradient-bg-icon { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); } .gradient-bg-icon-2 { background: rgb(245, 0, 87); /* Old browsers */ background: -moz-linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(45deg, rgba(245, 0, 87, 1) 0%, rgba(255, 138, 101, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f50057', endColorstr='#ff8a65', GradientType=1); /* IE6-9 fallback on horizontal gradient */ ; position: relative; } .gradient-bg-icon-2::after { content: ''; position: absolute; top: 10px; left: -9px; right: 0; width: 100px; height: 100px; background-color: rgba(0, 0, 0, 0.1); border-radius: 100px; z-index: -1; } section.dark-block .team-member-container .member-caption, section.dark-block .portfolio .folio-overlay, .data-transition.dark-block .portfolio .folio-overlay { background: rgba(0, 0, 0, 0.8); } section.dark-block .team-slider .slick-dots li.slick-active button, section.dark-block .blog-slider .slick-dots li.slick-active button, section.dark-block .portfolio-slider .slick-dots li.slick-active button { background-color: #212121; } footer.dark-block .footer-main { background-color: #212121; } footer.dark-block .footer-copyright { background-color: #151515; } footer.dark-block .footer .widget-links li, footer.dark-block .widget-title { color: #fff; } footer.dark-block .widget-title:before { border-top: 1px solid #fff; } section.gradient-block .team-slider .slick-dots li.slick-active button { background-color: #212121; } .feature-box .pull-left { width: 15%; } .feature-box .pull-right { width: 80%; } .feature-box-2 .pull-left { width: 10%; } .feature-box-2 .pull-right { width: 85%; } .feature-box-right .pull-left { width: 80%; } .feature-box-right .pull-right { width: 15%; } .feature-box-big .pull-left { width: 20%; } .feature-box-big .pull-right { width: 80%; } .feature-box-square { background-color: #fff; padding: 30px; -webkit-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14); -moz-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14); box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14); } .service-item { margin-bottom: 50px; } /* Counters */ .counter-wrap { margin: 25px 0; text-align: center; width: 100%; } .counter-wrap h2 { margin: 25px 0 10px; font-size: 70px; line-height: 70px; text-align: center; } .counter-wrap h3 { margin: 0; font-size: 18px; line-height: 18px; text-align: center; color: #f1f1f1; font-family: 'Poppins', sans-serif; } .counter-type-2 { padding-left: 75px; } .counter-type-2 i { position: absolute; top: 10px; left: 0; } .counter-type-3 .counter-wrap { text-align: left; float: left; } .counter-style-two .counter-wrap i { font-size: 60px; } .counter-type-3 .counter-wrap h2 { text-align: left; display: inline-block; } .counter-type-3 .counter-wrap h2 { font-size: 30px; margin: -10px 0 0 0; } .counter-type-3 .counter-wrap .pull-left .line { height: 1px; width: 40px; margin-bottom: 10px; margin-top: 5px; } /* Portfolio */ .portfolio .folio-overlay { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); position: absolute; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } .portfolio:hover .folio-overlay { opacity: 1; visibility: visible; } .portfolio-wrap { position: absolute; top: 50%; left: 0; width: 100%; margin-top: -75px; } .portfolio-description .portfolio-title, .portfolio-description .links { position: relative; left: 0; color: #fff; width: 100%; opacity: 0; visibility: hidden; } .portfolio-description .portfolio-title { top: 0; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; font-size: 18px; font-weight: 700; } .portfolio:hover .portfolio-description .portfolio-title { top: 30px; opacity: 1; visibility: visible; } .portfolio-description .links { top: 0px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; text-transform: uppercase; font-size: 14px; font-weight: 400; } .portfolio:hover .portfolio-description .links { top: 25px; opacity: 1; visibility: visible; } .portfolio-description .btn { background-color: transparent; ; border-color: #fff; padding: 12px 22px; border-radius: 20px; } .portfolio-description .btn:hover { background-color: #fff; ; border-color: #fff; color: #ff2a40; } .portfolio-container .btn.view-more { margin-top: 40px; } .hover-type-2 .portfolio-wrap { margin-top: -110px; } .hover-type-2 .portfolio-details { top: 35px; } .portfolio-details { position: relative; left: 0; top: 50px; width: 100%; } .portfolio-details li { display: inline-block; position: relative; bottom: -40px; opacity: 0; visibility: hidden; transform: translateZ(0); margin-right: 15px; } .portfolio-details li:last-child { margin-right: 0; } .portfolio:hover .portfolio-details li { bottom: 0; opacity: 1; visibility: visible; } .portfolio:hover .portfolio-details li:nth-child(1) { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .portfolio:hover .portfolio-details li:nth-child(2) { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .portfolio-details li a { display: block; color: #f1f1f1; border: 2px solid #fff; border-radius: 100px; width: 50px; height: 50px; line-height: 48px; } .portfolio-details li a:hover { display: block; color: #f857a6; border: 2px solid #fff; background-color: #fff; } .portfolio-type-2 a { color: #fff; font-size: 40px; } .portfolio-type-2:hover figcaption { margin: 0!important; } .portfolio-filter-header { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); padding-top: 80px; padding-bottom: 80px; } .row.no-gutters { margin-right: 0; margin-left: 0; } .no-bottom-padding { padding-bottom: 0; } .no-gutters>[class^="col-"], .no-gutters>[class*="col-"], .row.no-gutters>[class^="col-"], .row.no-gutters>[class*="col-"] { padding-right: 0; padding-left: 0; } /* Portfolio Carousel */ .portfolio-carousel-slider .slick-slide img { height: 100vh; width: 100%; } .portfolio-carousel-slider .portfolio .folio-overlay { background: rgba(0, 0, 0, 0.8); } .portfolio-carousel-slider .portfolio-description .portfolio-title { font-size: 30px; } .portfolio-carousel-slider .portfolio-description .links { font-size: 20px; } .portfolio-carousel-slider .slick-dots { bottom: 25px; } .portfolio-carousel-slider .slick-dots li.slick-active button { background: rgba(255, 255, 255, 1); } .portfolio-carousel-slider .slick-dots li button { font-size: 0; width: 20px; height: 20px; padding: 0px; cursor: pointer; border: 0; outline: none; background: rgba(255, 255, 255, 0.5); border-radius: 100px; } .portfolio-carousel-slider .slick-prev, .portfolio-carousel-slider .slick-next, .portfolio-carousel-slider .slick-prev, .portfolio-carousel-slider .slick-next { width: 50px; height: 50px; color: #fff; } .portfolio-carousel-slider .slick-prev:hover, .portfolio-carousel-slider .slick-next:hover, .portfolio-carousel-slider .slick-prev:hover, .portfolio-carousel-slider .slick-next:hover { color: #212121; background: #fff; } .portfolio-carousel-slider .slick-prev:before { content: '\eb76'; } .portfolio-carousel-slider .slick-next:before { content: '\eb79'; } .portfolio-carousel-slider .slick-prev:before, .portfolio-carousel-slider .slick-next:before { font-family: 'icofont'; font-size: 25px; line-height: 1; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Portfolio Single Project 01 */ .portfolio-meta>li { margin: 25px 0; list-style: none; border-bottom: 1px solid #eee; padding-bottom: 15px; } .portfolio-meta>li:last-child { border-bottom: 0; } .portfolio-meta>li span { display: inline-block; width: 150px; color: #212121; font-size: 14px; text-transform: uppercase; font-weight: 500; font-family: 'Poppins', sans-serif; } .portfolio-meta>li a { margin-right: 10px; color: #a7a7a7; font-family: 'Poppins', sans-serif; } .portfolio-meta>li a:hover { color: #f857a6; } /* Portfolio Single Project 02 */ .portfolio-meta-style-02 .portfolio-meta>li { margin: 0px 0 10px 0; list-style: none; padding-bottom: 0px; border-bottom: 0; } .portfolio-meta-style-02 .portfolio-meta>li span { display: inline-block; width: 130px; letter-spacing: 1px; color: #fff; font-size: 12px; text-transform: uppercase; font-weight: 600; } .portfolio-meta-style-02 .portfolio-meta>li a { margin-right: 10px; color: #a7a7a7; } .portfolio-meta-style-02 .portfolio-meta>li a:hover { color: #f857a6; } /* Portfolio Single Project 03 */ .portfolio-meta-style-03 .portfolio-meta>li { margin: 0px 0 25px 0; list-style: none; border-bottom: 1px solid #dedede; padding-bottom: 15px; } .portfolio-meta-style-03 .portfolio-meta>li:last-child { border-bottom: 0; } .portfolio-meta-style-03 .portfolio-meta>li span { display: inline-block; width: 130px; letter-spacing: 1px; color: #212121; font-size: 12px; text-transform: uppercase; font-weight: 600; } .portfolio-meta-style-03 .portfolio-meta>li a { margin-right: 10px; color: #a7a7a7; } .portfolio-meta-style-03 .portfolio-meta>li a:hover { color: #f857a6; } /* Magnific Popup CSS */ .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #000; opacity: 0.9; filter: alpha(opacity=90); } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none; -webkit-backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none; } .mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } .mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #FFF; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: 'Poppins', sans-serif; } .mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } .mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; } .mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; } .mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; } .mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; } .mfp-arrow-right { right: 0; } .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; } .mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } /* Main image in popup */ img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } /* The shadow behind the image */ .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) { /** * Remove all paddings around the image on small screen */ .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width:900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .mfp-ie7 .mfp-img { padding: 0; } .mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; } .mfp-ie7 .mfp-container { padding: 0; } .mfp-ie7 .mfp-content { padding-top: 44px; } .mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; } .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .mfp-fade.mfp-bg.mfp-ready { opacity: 0.92; } .mfp-bottom-bar { display: none; } .mfp-fade.mfp-bg.mfp-removing { opacity: 0; } .mfp-arrow-right::after, .mfp-arrow-left::after { font-family: 'FontAwesome'; border: none; color: #fff; font-size: 65px; -webkit-transition: .5s; transition: .5s; } .mfp-arrow-right::after { content: "\f105"; } .mfp-arrow-left::after { content: "\f104"; } .mfp-arrow-right::before, .mfp-arrow-left::before { border: none; } .mfp-arrow { height: 60px; } .mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { margin-top: 15px; top: -1px; } img.mfp-img { padding: 40px 0px 0; } .mfp-fade.mfp-wrap .mfp-content { opacity: 0; transform: scale(0.95); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content { transform: scale(1); opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; transform: scale(0.95); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .mfp-zoom-in .mfp-with-anim { opacity: 0; transition: all 0.2s ease-in-out; transform: scale(0.8); } .mfp-zoom-in.mfp-bg { opacity: 0; transition: all 0.3s ease-out; } .mfp-zoom-in.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); } .mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-zoom-in.mfp-removing .mfp-with-anim { transform: scale(0.8); opacity: 0; } .mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; } /*====== Newspaper effect ======*/ .mfp-newspaper { /* start state */ /* animate in */ /* animate out */ } .mfp-newspaper .mfp-with-anim { opacity: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.5s; transform: scale(0) rotate(500deg); } .mfp-newspaper.mfp-bg { opacity: 0; transition: all 0.5s; } .mfp-newspaper.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1) rotate(0deg); } .mfp-newspaper.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-newspaper.mfp-removing .mfp-with-anim { transform: scale(0) rotate(500deg); opacity: 0; } .mfp-newspaper.mfp-removing.mfp-bg { opacity: 0; } /*====== Move-horizontal effect ======*/ .mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */ } .mfp-move-horizontal .mfp-with-anim { opacity: 0; transition: all 0.3s; transform: translateX(-50px); } .mfp-move-horizontal.mfp-bg { opacity: 0; transition: all 0.3s; } .mfp-move-horizontal.mfp-ready .mfp-with-anim { opacity: 1; transform: translateX(0); } .mfp-move-horizontal.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-move-horizontal.mfp-removing .mfp-with-anim { transform: translateX(50px); opacity: 0; } .mfp-move-horizontal.mfp-removing.mfp-bg { opacity: 0; } /*====== Move-from-top effect ======*/ .mfp-move-from-top { /* start state */ /* animate in */ /* animate out */ } .mfp-move-from-top .mfp-content { vertical-align: top; } .mfp-move-from-top .mfp-with-anim { opacity: 0; transition: all 0.2s; transform: translateY(-100px); } .mfp-move-from-top.mfp-bg { opacity: 0; transition: all 0.2s; } .mfp-move-from-top.mfp-ready .mfp-with-anim { opacity: 1; transform: translateY(0); } .mfp-move-from-top.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-move-from-top.mfp-removing .mfp-with-anim { transform: translateY(-50px); opacity: 0; } .mfp-move-from-top.mfp-removing.mfp-bg { opacity: 0; } /*====== 3d unfold ======*/ .mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */ } .mfp-3d-unfold .mfp-content { perspective: 2000px; } .mfp-3d-unfold .mfp-with-anim { opacity: 0; transition: all 0.3s ease-in-out; transform-style: preserve-3d; transform: rotateY(-60deg); } .mfp-3d-unfold.mfp-bg { opacity: 0; transition: all 0.5s; } .mfp-3d-unfold.mfp-ready .mfp-with-anim { opacity: 1; transform: rotateY(0deg); } .mfp-3d-unfold.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-3d-unfold.mfp-removing .mfp-with-anim { transform: rotateY(60deg); opacity: 0; } .mfp-3d-unfold.mfp-removing.mfp-bg { opacity: 0; } /*====== Zoom-out effect ======*/ .mfp-zoom-out { /* start state */ /* animate in */ /* animate out */ } .mfp-zoom-out .mfp-with-anim { opacity: 0; transition: all 0.3s ease-in-out; transform: scale(1.3); } .mfp-zoom-out.mfp-bg { opacity: 0; transition: all 0.3s ease-out; } .mfp-zoom-out.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); } .mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-zoom-out.mfp-removing .mfp-with-anim { transform: scale(1.3); opacity: 0; } .mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; } .project-image {} .project-info { list-style: none; padding-top: 50px; text-align: left; } .project-info li { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin: 15px 0; color: #212121; } .project-info li span { font-family: 'Poppins', sans-serif; color: #6d747c; font-size: 13px; text-transform: uppercase; font-weight: 300; letter-spacing: 1px; } .project-title { padding-top: 20px; font-family: 'Poppins', sans-serif; text-transform: uppercase; text-align: left; font-size: 20px; font-weight: 400; letter-spacing: 2px; color: #212121; margin-bottom: 20px; } .project-details { text-align: left; font-size: 16px; font-weight: 300; line-height: 1.8; padding-bottom: 50px; } .project-details p { color: #212121; font-size: 16px; font-weight: 300; margin-top: 35px; } .portfolio-slider { margin-bottom: 30px; } .portfolio-slider .slick-dots { position: absolute; bottom: 25px; } .portfolio-right .project-detail-box { margin-top: 10px; } .portfolio-right .project-detail-box.mt-50 { margin-top: 50px; } .portfolio-right .project-detail-box li strong { min-width: 110px; display: inline-block; } .portfolio-right .project-detail-box li strong.display-block { display: block; } .portfolio-right .project-detail-box li { line-height: 30px; list-style: none; } .portfolio-right .project-detail-box li a { color: #888; } .portfolio-right .project-detail-box li a:hover { color: #f857a6; } .project-type-list { margin-top: 30px; } .project-type-list li { padding: 10px 0; border-bottom: 1px solid #E8E8E8; font-weight: 300; font-size: 14px; list-style: none; } .project-type-list li i { margin-right: 10px; } .portfolio-right .project-type-list li, .portfolio-right .project-detail-box li { text-transform: uppercase; } .portfolio-nav a { overflow: hidden; color: inherit; cursor: default; display: block; } .portfolio-nav a.disabled { opacity: .6; pointer-events: none; } .portfolio-nav a.disabled>span { cursor: default; } .portfolio-nav a.disabled>span:hover { color: inherit; } .portfolio-nav a.disabled:hover { opacity: .4; } .portfolio-nav a.prev i { margin-right: 50px; } .portfolio-nav a.showall { text-align: center; } .portfolio-nav a.showall span { padding: 36px 0; } .portfolio-nav a.showall span i { font-size: 28px; display: block; } .portfolio-nav a.showall:hover span i { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); } @media only screen and (max-width:767px) { .portfolio-nav a.showall span i { font-size: 30px; } } .portfolio-nav a.next { text-align: right; } .portfolio-nav a.next i { margin-left: 50px; } .portfolio-nav a>span { display: inline-block; padding: 40px 0; font-size: 28px; cursor: pointer; font-family: 'Poppins', sans-serif; font-weight: 700; -webkit-transition: all .3s ease; transition: all .3s ease; color: #212121; } .portfolio-nav a>span:hover { color: #f857a6; } .portfolio-nav a>span i { font-size: 28px; } .portfolio-nav a>span i:before { vertical-align: middle; } @media only screen and (max-width:767px) { .portfolio-nav a>span { font-size: 0; } .portfolio-nav a>span i { font-size: 30px; } } /* Pricing Table */ .pricing-table { margin: 80px 0; } .pricing-box { padding: 40px; background: #fff; transition: all 0.2s ease; position: relative; } .pricing-box:hover { box-shadow: 0 10px 30px 5px rgba(17, 21, 23, .1); } .pricing-table.featured { margin: 40px 0; } .pricing-box.featured { padding: 80px 40px 80px 40px; } .pricing-box.featured .featured-mark { display: block; padding: 5px 18px 5px 10px; position: absolute; top: 44px; left: -4px; text-transform: uppercase; font-size: 12px; line-height: 1.4; font-weight: 700; color: #fff; background-color: #ff5858; } .pricing-box.featured .featured-mark:after { content: ""; position: absolute; top: 0; right: 0; border-right: 9px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; } .pricing-box h4 { font-size: 14px; margin-top: 0; } .pricing-box h3 { font-size: 30px; font-weight: 700; } .pricing-box h2 { margin-top: 25px; margin-bottom: 25px; font-weight: 700; } .pricing-box h2 sup { font-size: 25px; top: -15.6px; } .pricing-box h2 span { font-weight: 700; } .pricing-box ul { margin: 20px 0; padding: 0; } .pricing-box li { display: block; margin-bottom: 10px; list-style: none; font-size: 14px; } .pricing-box-bottom { margin-top: 40px; } .pricing-table-featured { margin: 5px 0; } .pricing-table-featured .pricicng-feature { min-height: 180px; } /* Teams */ .member { margin: 40px 0; padding: 0 10px; } .team-slider .member { margin: 20px 0 30px 0; padding: 0 10px; } .team-fullwidth .member { margin: 0; padding: 0; } .p0.member { margin: 0; padding: 0; } .team-member-container { position: relative; overflow: hidden; } .team-member-img img { width: 100%; } .team-member-container .member-caption { width: 100%; position: absolute; z-index: 2; height: 100%; opacity: 0; visibility: hidden; top: 0; background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); } .team-member-container:hover .member-caption { opacity: 1; visibility: visible; } .member-description { width: 100%; height: 100%; } .member-description-wrap { position: absolute; top: 0%; left: 0; width: 100%; margin-top: 0px; padding: 25px; height: 100%; } .member-description .member-title, .member-description .member-subtitle { position: relative; left: 0; color: #fff; width: 100%; opacity: 0; visibility: hidden; } .member-description .member-title { top: 0; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; margin-top: -35px; } .member-description .member-subtitle { top: 0; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; } .team-member-container:hover .member-description .member-title { opacity: 1; visibility: visible; top: 30px; } .team-member-container:hover .member-description .member-subtitle { opacity: 1; visibility: visible; top: 25px; } .member-icons, .product-btn-group { position: absolute; left: 0; bottom: 0px; width: 100%; padding: 25px; margin-bottom: 0; z-index: 9; } .member-icons li, .product-btn-group li { display: inline-block; position: relative; bottom: -40px; opacity: 0; visibility: hidden; transform: translateZ(0); margin-right: 5px; } .member-icons li a, .product-btn-group li a { display: block; color: #fff; font-size: 20px; } .member-icons li a:hover, .product-btn-group li a:hover { color: #fff; } .team-member-container:hover .member-icons li, .product-wrap:hover .product-btn-group li { opacity: 1; visibility: visible; bottom: 0; } .team-member-container:hover .member-icons li:nth-child(1), .product-wrap:hover .product-btn-group li:nth-child(1) { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .team-member-container:hover .member-icons li:nth-child(2), .product-wrap:hover .product-btn-group li:nth-child(2) { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .team-member-container:hover .member-icons li:nth-child(3), .product-wrap:hover .product-btn-group li:nth-child(3) { -webkit-transition: 0.6s; -moz-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; } .team-thumb { position: relative; overflow: hidden; } .team-thumb:after { content: ''; position: absolute; background: transparent; width: 100%; height: 100%; left: 0; top: 0; visibility: hidden; opacity: 0; -webkit-transition: all 0.2s ease-out .2s; -moz-transition: all 0.2s ease-out .2s; -o-transition: all 0.2s ease-out .2s; transition: all 0.2s ease-out .2s; } .team-thumb:hover:after { opacity: 1; visibility: visible; background-color: rgba(0, 0, 0, 0.5); z-index: 0; } .team-thumb img { width: 100%; } .member-info { margin-top: 15px; margin-bottom: 15px; } .member-info h3 { font-size: 22px; font-weight: 700; margin-top: 0; margin-bottom: 0; } .member-info h5 { font-size: 16px; margin-top: 5px; } /* Blogs */ .blog-slider .post { margin: 20px 0; padding: 0 10px; } .post .post-img, .service-style-01 .service-box .service-img { overflow: hidden; position: relative; z-index: 10; } .post-info { background-color: #fff; transition: all 0.2s ease; } .service-box .service-img img { -webkit-transition: all .5s ease; transition: all .5s ease; z-index: 0; -webkit-backface-visibility: hidden; } .service-box:hover .service-img img { -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); } .post-info h3 { font-size: 20px; margin-top: 0; margin-bottom: 0px; font-weight: 600; } .post-info h5 { color: #f857a6; font-size: 16px; margin-top: 5px; } .post-info a.viewmore { color: #f857a6; font-size: 16px; font-weight: 700; } .post-info a.viewmore:hover { color: #ff5858; } .post-info a { color: #212121; } .post-info a:hover { color: #888888; } .post-info p { margin-top: 20px; color: #bdbdbd; font-size: 12px; } .post-info .extras-wrap { padding: 0px 14px 0px 0px; display: inline-block; font-size: 14px; color: #9e9e9e; } .post-info .extras-wrap i { position: relative; top: 1px; padding: 0px 5px 0px 0px; } .post-info hr { border-top: 1px solid #e0e0e0; width: 100%; height: 1px; } .blog-style-dark .post-info a { color: #fff; } .blog-style-dark a:hover { color: #888888; } .blog-style-dark .post-info { background-color: #2f2f2f; transition: all 0.2s ease; } /* Blog Style 01 */ .blog-style-01 .post { -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); } .blog-style-01 .post:hover { box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); } .widget { margin-bottom: 30px; } .blog-masonry-item { margin-bottom: 25px; } .widget-title { position: relative; margin-bottom: 45px; } .aside-title { margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 10px; font-weight: 500; font-size: 20px; } .search-form input { background-color: #fff; } /* Blog Style 02 */ .blog-style-02 .post-info { position: relative; height: 100%; background: hsla(0, 0%, 100%, .1); border: 1px solid hsla(0, 0%, 100%, .2); border-radius: 5px; min-height: 350px; padding: 39px 40px 100px; } .blog-style-02 .post-info:hover { background: #fff; border-color: #fff; box-shadow: 0 30px 40px rgba(0, 0, 0, .11); } .blog-style-02 .post-info h3 { margin-top: 30px; margin-bottom: 30px; } .blog-style-02 .post-info h5, .blog-style-02 .post-info a.viewmore, .blog-style-02 .post-info a { color: #fff; } .blog-style-02 .post-info:hover h5, .blog-style-02 .post-info:hover a.viewmore, .blog-style-02 .post-info:hover h3 a { color: #212121; } /* 10.6 Widget Recent Post */ .post-item { overflow: hidden; margin-bottom: 20px; } .post-item:last-child { margin-bottom: 0; } .post-item h4 { margin: 0; } .post-item .post-thumb { float: left; } .post-item .post-thumb img { width: 75px; height: 58px; } .post-item .post-body { margin-left: 100px; } .post-item .post-time { font-size: 12px; line-height: 1.2; margin-top: 7px; color: #999; } .post-item .subtitle { line-height: 1.2; } /* 10.5 Widget Search */ .search-form { position: relative; } .search-field { border-color: #e9e9e9!important; background: #fff; } .search-field:focus { border-color: #f857a6!important; } /* Widget Categories */ .widget_categories ul li:first-child, .widget_archive ul li:first-child { margin-top: 0; } .widget_categories ul li, .widget_archive ul li { margin-top: 20px; line-height: 25px; list-style: none; position: relative; } .widget_archive ul li span { position: absolute; top: 0; right: 0; } .widget_categories ul li a, .widget_archive ul li a { color: #888; font-weight: 100; } .widget_categories ul li a:hover, .widget_archive ul li a:hover { color: #f857a6; text-decoration: none; } /* Widget Tags */ .post-tags a { display: inline-block; padding: 5px 11px; margin: 0 5px 15px 0; border: 1px solid #e0e0e0; font-size: 14px; color: #888; } .post-tags a:hover { background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); border: 1px solid #f857a6; color: #fff; text-decoration: none; } /* pagination */ .pagination { border-radius: 0; padding: 0; margin: 0 } .pagination ul { display: inline-block; *display: inline; *zoom: 1; margin-left: 0; margin-bottom: 0; padding: 0; } .pagination li { display: inline; } .pagination a { float: left; padding: 0 18px; line-height: 40px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; background: #fff } .pagination a:hover { color: #fff; background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); } .pagination .active a { background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); } .pagination .active a { color: #ffffff; cursor: default; } .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover { color: #999999; background-color: transparent; cursor: default; } .pagination li:first-child a { border-left-width: 1px; } .pagination-centered { text-align: center; } .pagination-right { text-align: right; } .blog-standard { margin-top: 20px; } .blog-standard blockquote { margin: 40px 0; background-color: #fff; padding: 30px; position: relative; border-left-color: #f857a6; font-size: inherit; line-height: 1.7; color: #888; } .post-controls { margin-top: 30px; overflow: hidden; } .post-share li { display: inline-block; padding-right: 10px; margin: 0; } .post-controls .post-share { float: left; } .post-controls .comments-info { float: right; } .post-controls .post-share li a { color: #212121; } .post-controls .post-share li a:hover { color: #f857a6; } /* 10.3 Comments */ .comments-info a { color: #212121; } .comments-info a:hover { color: #f857a6; text-decoration: none; } .comment-respond { margin-top: 70px; margin-bottom: 80px; } .comment-reply-title { font-size: 16px; margin-bottom: 20px; text-transform: uppercase; } .recent-post-title { font-size: 16px; margin-bottom: 20px; text-transform: uppercase; } .comment-box { margin-bottom: 80px; } .post-comment { margin: 30px 0; } li.post-comment { list-style: none; } .comment-content { padding: 20px; background-color: #fff; border: 1px solid #f1f1f1; } .post-comment .avatar { margin-right: 22px; float: left; } .post-comment .avatar img { width: 74px; height: 74px; border-radius: 100px; } .post-comment .post-body { overflow: hidden; } .post-comment .comment-header { line-height: 1; font-size: 13px; padding-right: 46px; margin-top: 3px; margin-bottom: 10px; } .post-comment .author a { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #212121; } .post-comment .comment-header .time-ago a { font-size: 12px; color: #888; margin-left: 6px; } .post-comment .reply a { font-size: 14px; color: #888; margin-right: 6px; float: right; background-color: #ececec; padding: 5px 10px; } .post-comment .reply a:hover { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); color: #fff; } .post-comment .reply-comment { padding-left: 90px; } .post-comment .reply-comment .avatar img { width: 50px; height: 50px; border-radius: 100px; } .comment-form .form-control { height: 55px; border: 1px solid #eee; } .comment-form textarea.form-control { height: auto; } /* Footer */ .footer { font-size: 16px; } .footer-main { padding: 60px 0 20px; background-color: #212121; position: relative; } .footer .widget-title { position: relative; line-height: 1.4; margin-bottom: 20px; color: #fff; margin-top: 0px; font-size: 18px; } .footer .widget-text p { color: #fff; font-size: 16px; margin-bottom: 13px; } .footer .widget-text strong { color: #fff; } .footer .widget-links { font-family: 'Karla', sans-serif; } .footer .widget-links li { margin-bottom: 20px; list-style: none; color: #fff; font-size: 16px; position: relative; } .footer .widget-links a { color: #fff; } .footer .widget-links a:hover { color: #f857a6; text-decoration: none; } .footer .contact-detail { position: relative; } .footer .contact-detail li { margin-bottom: 20px; list-style: none; color: #fff; font-size: 16px; position: relative; padding-left: 24px; } .footer .contact-detail li i { position: absolute; top: 0; left: 0; line-height: 24px; color: #fff; } .footer-copyright { padding: 35px 0; border-top: 1px solid #2d2d2d; background-color: #212121; } .copy-right { margin-top: 8px; color: #fff; font-size: 16px; } .copy-right .icon { color: #f857a6; margin-right: 5px; } .footer-copyright ul.social-media { float: right; display: block; margin-bottom: 0; margin-top: 5px; } .footer-copyright ul.social-media li { display: inline-block; margin-right: 20px; } .footer-copyright ul.social-media li:last-child { margin-right: 0; } .footer-copyright ul.social-media li a { font-size: 20px; display: inline-block; color: #fff; } .footer-copyright ul.social-media li a:hover { color: #f857a6; } ul.footer-gallery { margin: 0; } ul.footer-gallery li { display: inline-block; width: 24%; padding: 0 2px 0px 0; margin-bottom: 5px; } ul.footer-gallery li img { max-width: 100%; width: 100%; } .footer-gallery-box { position: relative; overflow: hidden; } .footer-gallery-box .skin-overlay { background-color: rgba(30, 192, 255, 0.9); position: absolute; width: 100%; height: 100%; opacity: 0; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; } .footer-gallery-box:hover .skin-overlay { opacity: 1; } .footer-gallery-box .zoom-wrap { position: absolute; top: 0%; left: 0; width: 100%; height: 100%; } .footer-gallery-zoom { position: absolute; left: 0; top: 40%; width: 100%; } .footer-gallery-zoom li { position: relative; bottom: -40px; opacity: 0; visibility: hidden; transform: translateZ(0); } .footer-gallery-box:hover .footer-gallery-zoom li { bottom: 0; opacity: 1; visibility: visible; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .footer-gallery-zoom li a { color: #fff; } .footer-gallery-zoom li a:hover, .footer-gallery-zoom li a:focus { color: #212121; } .logo-footer { height: 34px; margin-bottom: 10px; } .contact-widget.widget ul li { padding-left: 25px; position: relative; } .contact-widget.widget ul li i { position: absolute; left: 0; top: 1px; } /* Contact Us */ .contact-us p, .contact-us address { font-size: 14px; } .contact-us h3 { margin-top: 0; } .contact-us address { margin-bottom: 40px; line-height: 25px; } .contact-us address a { color: #f857a6; } .contact-us address a:hover { color: #212121; } /* Google Maps */ .map-section { position: relative; min-height: 500px; } .map-parallax { position: fixed; width: 100%; height: 45%; z-index: -3; } #myMap, #map-style-2, #map-style-3 { min-height: 500px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } #myMap *, #map-style-2 *, #map-style-3 * { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } #myMap.wide, #map-style-2.wide, #map-style-3.wide { height: 500px; width: 100%; position: relative!important; transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } #myMap.wide *, #map-style-2.wide *, #map-style-3.wide * { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; } #mapcontent p { margin: 0; font-size: 16px; } /* Go Top */ #return-to-top { position: fixed; bottom: 20px; right: 20px; background: rgba(0, 0, 0, 0.7); width: 35px; height: 35px; text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 100px; display: none; z-index: 99; } #return-to-top i { color: #fff; margin: 0; position: relative; font-size: 15px; text-align: center; display: block; line-height: 36px; } #return-to-top:hover { background: rgba(0, 0, 0, 0.9); } /* Sliders */ .default-slider, .home-fullslide, .hero-half-slider { position: relative; height: 768px; overflow: hidden; } .hero-half-slider .hero-text-wrap { padding-top: 100px; padding-bottom: 100px; } .hero-half-slider .slide { position: relative; height: 768px; } .default-slider .container { padding-top: 60px; } .default-slider.slick-dotted.slick-slider, .blog-grid-slider.slick-dotted.slick-slider { margin-bottom: 0; } .home-slider { height: 100vh; padding: 0; } .home-slider .default-slider, .home-slider .slick-list, .home-slider .slide-img, .home-slider .hero-text-wrap { height: 100vh; width: 100%; } .default-slider .slide { position: relative; height: 768px; } .default-slider .slick-dots, .service-slider-2 .slick-dots { bottom: 40px; } .default-slider .slick-dots li button, .portfolio-slider .slick-dots li button { font-size: 0; width: 40px; height: 3px; padding: 0px; cursor: pointer; border: 0; outline: none; background: rgba(195, 195, 195, 0.5); } section.dark-block .default-slider .slick-dots li button { background: rgba(33, 33, 33, 0.5); } .slide-img, .parallax-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .full-screen-bg { height: 100vh; min-height: 100vh; } .hero-text-wrap { display: table; table-layout: fixed; height: 100%; width: 100%; position: relative; z-index: 200; background-color: rgba(0, 0, 0, 0.45); } .light-slider .hero-text-wrap { background-color: rgba(0, 0, 0, 0); } .inline-btn p { display: inline-block; text-transform: uppercase; font-size: 12px; letter-spacing: 0.1em; margin: 0 10px; font-family: 'Poppins', sans-serif; font-weight: 500; vertical-align: middle; } .inline-btn i { font-size: 20px; } .video-box { position: relative; overflow: hidden; } .video-box_overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; } .play-button { width: 80px; height: 80px; margin-left: auto; margin-right: auto; background-color: #fff; border-radius: 100px; -webkit-transition: all .3s ease; transition: all .3s ease; } .play-button:hover { -webkit-transform: scale(1.1); transform: scale(1.1); } .play-button i { line-height: inherit; display: block; text-align: center; color: #212121; font-size: 60px; } .hero-video { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .hero-video video { position: absolute; max-width: none; } .bg-flex.bg-flex-left { left: 0; } .bg-flex.bg-flex-right { right: 0; } .bg-flex { padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 100; } .bg-flex-holder { position: absolute; top: 0; width: 100%; height: 100%; } .bg-flex-cover { background-size: cover; background-position: center center; background-repeat: no-repeat; } .bg-flex-right { position: absolute; padding: 0; right: 0; top: 0; bottom: 0; overflow: hidden; } .col-about-right { padding-left: 60px; } .col-about-left { padding-right: 60px; } .about-section { position: relative; overflow: hidden; } .about-section:before { position: absolute; content: ''; width: 100%; height: 100%; bottom: -4.875em; background: rgba(88, 14, 102, 1)!important; background: -moz-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88, 14, 102, 1)), color-stop(100%, rgba(231, 1, 104, 1)))!important; background: -webkit-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -o-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: -ms-linear-gradient(left, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; background: linear-gradient(to right, rgba(88, 14, 102, 1) 0%, rgba(231, 1, 104, 1) 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#580e66', endColorstr='#e70168', GradientType=1)!important; } .about-section .about-text { margin-top: 10em; } .about-text blockquote { background-color: transparent; border-left: 0; color: #fff; } .about-text h2 { padding: 0 40px; margin: 0; color: #fff; font-size: 60px; } .info-box { padding-top: 30px; padding-left: 15px; } .row-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .row-flex:before { content: none; } .row-flex>[class*="col-"] { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } @media only screen and (max-width:767px) { .row-flex>[class*="col-"]:not([class*="col-xs"]) { width: 100%; } } .row-flex>[class*="col-"] .col-inner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: -15px; margin-right: -15px; } .col-inner.spacer-xl { padding: 200px 100px; } .col-inner.spacer { padding: 100px 50px; } .col-inner.spacer-md { padding: 90px 50px; } .col-inner.spacer-sm { padding: 80px 50px; } .col-inner.spacer-xs { padding: 60px 50px; } .row-flex.flex-center>[class*="col-"] { -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } @media only screen and (min-width:768px) { .row-flex.full-width-flex>[class*="col-"] { padding-left: 6.5%; padding-right: 6.5%; } } .row-flex.padding-row>[class*="col-"] { padding: 7.5% 6.5%; } .row-flex.flex-horizontal>[class*="col-"]:last-child { -webkit-box-pack: end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .row-flex.flex-spacing .column-inner { margin-left: 0; margin-right: 0; } .social-networks { padding: 0; list-style: none; } .social-networks>li { display: inline-block; margin-right: 12px; } .social-networks>li>a { display: block; width: 50px; height: 50px; line-height: 47px; text-align: center; font-size: 16px; border: 1px solid #e8e8e8; color: #212121; border-radius: 100%; } .social-networks>li>a:hover { color: #fff; } .social-networks>li.social-icon-fb>a:hover { background-color: #3b5998; border-color: #3b5998; } .social-networks>li.social-icon-tw>a:hover { background-color: #55acee; border-color: #55acee; } .social-networks>li.social-icon-lk>a:hover { background-color: #0077b5; border-color: #0077b5; } .social-networks>li.social-icon-be>a:hover { background-color: #053eff; border-color: #053eff; } .social-networks>li.social-icon-de>a:hover { background-color: #ea4c89; border-color: #ea4c89; } .social-networks>li.social-icon-sk>a:hover { background-color: #00aff0; border-color: #00aff0; } .social-networks>li>a i { font-size: 20px; } /* About Styles */ .design-studio-text { padding-top: 100px; padding-left: 80px; } .design-studio-text h2 { font-size: 50px; } /* Testimonials Style 01 */ .testimonial-item:focus { outline: none; } .testimonial-item .testimonial-content { background-color: #212121; padding: 40px; margin: 50px auto; text-align: center; position: relative; } .testimonial-item .testimonial-content:before { content: ''; display: inline-block; position: absolute; left: 42px; top: 100%; border: 14px solid transparent; border-top: 15px solid #212121; } .testimonial-item .testimonial-content img { width: 120px; margin-left: auto; margin-right: auto; } /* Testimonials Style 02 */ .testimonial-style-2 .testimonial-item .testimonial-content { background-color: transparent; padding: 0; float: left; display: inline-block; box-shadow: none; } .testimonial-style-2 .testimonial-item h4, .testimonial-style-2 .testimonial-item h5 { color: #fff; text-align: left; line-height: 1.5em; } .testimonial-style-2 .testimonial-item h5 { margin-bottom: 3px; font-size: 14px; font-weight: 300; } .testimonial-style-2 .testimonial .slick-prev:before, .testimonial-style-2 .testimonial .slick-next:before { opacity: .75; } .testimonial-style-2 .testimonial .slick-prev:hover:before, .testimonial-style-2 .testimonial .slick-next:hover:before { opacity: 1; } .testimonial-style-2 .testimonial-item .testimonial-content .display-table { height: 150px; } .testimonial-style-2 .slick-prev, section.parallax-bg .testimonial-style-2 .slick-next { color: rgba(255, 255, 255, 0.5); } .testimonial-style-2 .slick-prev:hover, section.parallax-bg .testimonial-style-2 .slick-next:hover { color: rgba(255, 255, 255, 1); } .testimonial-style-2 .slick-prev { left: -50px; } .testimonial-style-2 .slick-next { right: -40px; } .testimonial-style-2 .slick-prev:before { content: '\eb1a'; } .testimonial-style-2 .slick-next:before { content: '\eb1b'; } .testimonial-style-2 .testimonial-item .testimonial-content::before { display: none; } /* Testimonials Style 03 */ .testimonial-style-3 .testimonial-item .testimonial-content { background-color: transparent; box-shadow: none; } .testimonial-style-3 .testimonial-item .testimonial-content::before { display: none; } .testimonial-style-3 .testimonial-item .testimonial-content img { width: 120px; margin-left: auto; margin-right: auto; } /* Testimonials Style 06 */ .testimonial-style-6 .testimonial-item .testimonial-content { background-color: transparent; box-shadow: none; margin: 0 auto; } .testimonial-style-6 .testimonial-item .testimonial-content img { width: 120px; margin-left: auto; margin-right: auto; } /* Testimonials Dark */ .dark-testimonial .testimonial-item:focus { outline: none; } .dark-testimonial .testimonial-item .testimonial-content { background-color: #fff; padding: 40px; margin: 50px auto; text-align: center; position: relative; } .dark-testimonial .testimonial-item .testimonial-content:before { content: ''; display: inline-block; position: absolute; left: 42px; top: 100%; border: 14px solid transparent; border-top: 15px solid #fff; } .dark-testimonial .testimonial-item .testimonial-content img { width: 120px; margin-left: auto; margin-right: auto; } /* Arrows */ .slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; z-index: 10; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: #fff; outline: none; background: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; } .testimonial .slick-prev:before, .testimonial .slick-next:before { font-family: "Ionicons"; font-size: 35px; line-height: 1; opacity: 0.5; color: #212121; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .testimonial .slick-prev:hover:before, .testimonial .slick-prev:focus:before, .testimonial .slick-next:hover:before, .testimonial .slick-next:focus:before { opacity: 1; } .slick-prev { left: 25px; } .testimonial .slick-prev:before { content: '\f2ca'; } .slick-next { right: 25px; } .testimonial .slick-next:before { content: '\f30f'; } /* Dots */ .service-slider-2.slick-dotted.slick-slider { margin-bottom: 0; } .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li { display: inline-block; margin: 0 4px; } .slick-slide:focus { outline: none; } .testimonial .slick-dots li button, .team-slider .slick-dots li button, .blog-slider .slick-dots li button, .service-slider .slick-dots li button, .service-slider-2 .slick-dots li button, .testimonial-style-6 .slick-dots li button, .app-gallery-slider .slick-dots li button { font-size: 0; width: 50px; height: 3px; padding: 0px; cursor: pointer; border: 0; outline: none; background: rgba(195, 195, 195, 0.5); } .testimonial .slick-dots li.slick-active button, .team-slider .slick-dots li.slick-active button, .service-slider .slick-dots li.slick-active button, .service-slider-2 .slick-dots li.slick-active button { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); } .testimonial-style-6 .slick-dots li.slick-active button, .app-gallery-slider .slick-dots li.slick-active button { background-color: #fff; } .service-slider-2 .slick-prev:before, .blog-grid-slider .slick-prev:before, .blog-slider .slick-prev:before, .default-slider .slick-prev:before { content: '\eb76'; } .service-slider-2 .slick-next:before, .blog-grid-slider .slick-next:before, .blog-slider .slick-next:before, .default-slider .slick-next:before { content: '\eb79'; } .service-slider-2 .slick-prev:before, .service-slider-2 .slick-next:before, .blog-grid-slider .slick-prev:before, .blog-grid-slider .slick-next:before, .blog-slider .slick-prev:before, .blog-slider .slick-next:before, #product-slider .slick-prev:before, #product-slider .slick-next:before, section.parallax-bg .testimonial-style-2 .slick-prev:before, section.parallax-bg .testimonial-style-2 .slick-next:before, section.dark-block .default-slider .slick-prev:before, section.dark-block .default-slider .slick-next:before { font-family: 'icofont'; font-size: 25px; line-height: 1; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .service-slider-2 .slick-prev, .service-slider-2 .slick-next { border: 2px solid rgba(255, 255, 255, 0.7); width: 50px; height: 50px; color: #fff; border-radius: 100px; } .blog-grid-slider .slick-prev, .blog-grid-slider .slick-next, .blog-slider .slick-prev, .blog-slider .slick-next { width: 50px; height: 50px; color: #fff; } .blog-grid-slider .slick-prev:hover, .blog-grid-slider .slick-next:hover, .blog-slider .slick-prev:hover, .blog-slider .slick-next:hover { color: #f857a6; } .single-project-slider .slick-dots, .portfolio-slider .slick-dots { bottom: 25px; } .single-project-slider .slick-dots li button, .portfolio-slider .slick-dots li button { font-size: 0; width: 20px; height: 20px; padding: 0px; cursor: pointer; border: 0; outline: none; background: rgba(255, 255, 255, 0.5); border-radius: 100px; } .single-project-slider .slick-dots li.slick-active button, .portfolio-slider .slick-dots li.slick-active button { background: rgba(255, 255, 255, 1); } .service-slider-2 .slide { position: relative; } .service-slider-2, .service-slider-2 .slick-list { width: 100%; } .no-direction .slick-prev, .no-direction .slick-next { display: none!important; } .service-slider-2 .slick-prev:hover, .service-slider-2 .slick-next:hover, .blog-grid-slider .slick-prev:hover, .blog-grid-slider .slick-next:hover { color: #212121; background: #fff; } .service-slider-2 .slick-prev:focus, .default-slider .slick-next:focus { outline: none; } .default-slider .slick-dots li.slick-active button { background-color: #fff; } section.dark-block .default-slider .slick-dots li.slick-active button { background-color: #212121; } section.dark-block .default-slider .slick-prev, section.dark-block .default-slider .slick-next { border: 1px solid rgba(33, 33, 33, 0.7); color: #212121; width: 50px; height: 50px; border-radius: 100px; } section.dark-block .default-slider .slick-prev:hover, section.dark-block .default-slider .slick-next:hover { color: #fff; background: #212121; } /* Simple Slider */ .simple-content-slider { width: 100%; height: 100%; position: absolute; right: 0; left: 0; } .simple-content-slider-text { display: table; height: 100%; width: 100%; } .simple-content-text-inner { display: table-cell; vertical-align: middle; } /* Template Social Icons */ .member-socialicons { overflow: hidden; list-style: none; text-align: center; line-height: 20px; } .member-socialicons li { float: left; padding: 0 10px; line-height: inherit; list-style-type: none; } .member-socialicons li a { color: #fff; display: block; } .member-socialicons li a:hover { color: #ff4552; } .member-socialicons li a i { display: block; font-size: 13px; text-align: center; } ul.social-default, ul.social-default-no-border { display: block; } ul.social-default li, ul.social-default-no-border li { display: inline-block; margin-right: 12px; } ul.social-default li:last-child, ul.social-default-no-border li:last-child { margin-right: 0; } ul.social-default li a { font-size: 16px; display: block; border: solid 1px; text-align: center; width: 40px; height: 40px; line-height: 40px; border-radius: 100px; } ul.social-default li a.fb { border-color: #3C599F; color: #3C599F; } ul.social-default li a:hover.fb, ul.social-default li a:focus.fb { border-color: #3C599F; color: #fff; background-color: #3c599f; } ul.social-default li a.tw { border-color: #00aced; color: #00aced; } ul.social-default li a:hover.tw, ul.social-default li a:focus.tw { border-color: #00aced; color: #fff; background-color: #00aced; } ul.social-default li a.dr { border-color: #ea4c89; color: #ea4c89; } ul.social-default li a:hover.dr, ul.social-default li a:focus.dr { border-color: #ea4c89; color: #fff; background-color: #ea4c89; } ul.social-default li a.be { border-color: #1769FF; color: #1769FF; } ul.social-default li a:hover.be, ul.social-default li a:focus.be { border-color: #1769FF; color: #fff; background-color: #1769FF; } ul.social-default li a.ev { border-color: #528036; color: #528036; } ul.social-default li a:hover.ev, ul.social-default li a:focus.ev { border-color: #528036; color: #fff; background-color: #528036; } ul.social-default-no-border { margin-left: auto; margin-right: auto; text-align: center; } ul.social-default-no-border li a { font-size: 18px; display: inline-block; color: #212121; } ul.social-default-no-border.big li a { font-size: 26px; color: #fff; } ul.social-default-no-border li a:hover.facebook, ul.social-default-no-border li a:focus.facebook { color: #3C599F; } ul.social-default-no-border li a:hover.twitter, ul.social-default-no-border li a:focus.twitter { color: #00aced; } ul.social-default-no-border li a:hover.behance, ul.social-default-no-border li a:focus.behance { color: #1769FF; } ul.social-default-no-border li a:hover.dribble, ul.social-default-no-border li a:focus.dribble { color: #ea4c89; } ul.social-default-no-border li a:hover.google-plus, ul.social-default-no-border li a:focus.google-plus { color: #dd4b39; } ul.social-default-no-border li a:hover.linkedin, ul.social-default-no-border li a:focus.linkedin { color: #007bb6; } ul.social-default-no-border li a:hover.youtube, ul.social-default-no-border li a:focus.youtube { color: #bb0000; } ul.social-default-no-border li a:hover.instagram, ul.social-default-no-border li a:focus.instagram { color: #517fa4; } ul.social-default-no-border li a:hover.pinterest, ul.social-default-no-border li a:focus.pinterest { color: #cb2027; } ul.social-default-no-border li a:hover.flicker, ul.social-default-no-border li a:focus.flicker { color: #ff0084; } ul.social-default-no-border li a:hover.tumblr, ul.social-default-no-border li a:focus.tumblr { color: #32506d; } ul.social-default-no-border li a:hover.github, ul.social-default-no-border li a:focus.github { color: #171516; } .xs-icon, .sm-icon, .md-icon, .lg-icon, .xl-icon { list-style: none; padding: 0; } .xs-icon li, .sm-icon li, .md-icon li, .lg-icon li, .xl-icon li { display: inline-block; } footer .xs-icon li:first-child, footer .sm-icon li:first-child, footer .md-icon li:first-child, footer .lg-icon li:first-child, footer .xl-icon li:first-child { margin-left: 0; } footer .xs-icon li:last-child, footer .sm-icon li:last-child, footer .md-icon li:last-child, footer .lg-icon li:last-child, footer .xl-icon li:last-child { margin-right: 0; } .xs-icon li { margin: 0 2px } .sm-icon li { margin: 0 5px } .md-icon li { margin: 0 8px } .lg-icon li { margin: 0 10px } .xl-icon li { margin: 0 12px } .xs-icon a { font-size: 14px; width: 30px!important; height: 30px!important; line-height: 29px!important; } .sm-icon a { font-size: 16px; width: 40px!important; height: 40px!important; line-height: 38px!important; } .md-icon a { font-size: 20px; width: 50px; height: 50px; line-height: 48px; } .lg-icon a { font-size: 24px; width: 60px!important; height: 60px!important; line-height: 61px!important; } .xl-icon a { font-size: 30px; width: 70px!important; height: 70px!important; line-height: 68px!important; } .modern-icons.md-icon li { margin: 0 10px 0 0px; } /* Elememts Social Icons */ /* Social Icons Style 01 */ .social-icons-style-01 a, .social-icons-style-07 a { text-align: center; display: inline-block; transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; color: #fff } .social-icons-style-01 a:hover { border-radius: 100%; } .social-icons-style-01 a.fb, .social-icons-style-02 a.fb:hover, .social-icons-style-03 a.fb span, .social-icons-style-06 .icon.facebook:before, .social-icons-style-09 a.facebook, .social-icons-style-10 a.fb span, .social-icons-style-11 .facebook .back { background-color: #3b5998; } .social-icons-style-01 a.tw, .social-icons-style-02 a.tw:hover, .social-icons-style-03 a.tw span, .social-icons-style-06 .icon.twitter:before, .social-icons-style-09 a.twitter, .social-icons-style-10 a.tw span, .social-icons-style-11 .twitter .back { background-color: #00aced; } .social-icons-style-01 a.be, .social-icons-style-02 a.be:hover, .social-icons-style-03 a.be span, .social-icons-style-06 .icon.behance:before, .social-icons-style-09 a.behance, .social-icons-style-10 a.be span, .social-icons-style-11 .behance .back { background-color: #1769FF; } .social-icons-style-01 a.in, .social-icons-style-02 a.in:hover, .social-icons-style-03 a.in span, .social-icons-style-06 .icon.linkedin:before, .social-icons-style-09 a.linkedin, .social-icons-style-10 a.in span, .social-icons-style-11 .linkedin .back { background-color: #007bb6; } .social-icons-style-01 a.yt, .social-icons-style-02 a.yt:hover, .social-icons-style-03 a.yt span, .social-icons-style-06 .icon.youtube:before, .social-icons-style-09 a.youtube, .social-icons-style-10 a.yt span, .social-icons-style-11 .youtube .back { background-color: #bb0000; } .social-icons-style-01 a.ins, .social-icons-style-02 a.ins:hover, .social-icons-style-03 a.ins span, .social-icons-style-06 .icon.instagram:before, .social-icons-style-09 a.instagram, .social-icons-style-10 a.ins span, .social-icons-style-11 .instagram .back { background-color: #fe1f49; } .social-icons-style-01 a.tb, .social-icons-style-02 a.tb:hover, .social-icons-style-03 a.tb span, .social-icons-style-06 .icon.tumblr:before, .social-icons-style-09 a.tumblr, .social-icons-style-10 a.tb span, .social-icons-style-11 .tumblr .back { background-color: #32506d; } .social-icons-style-01 a.fk, .social-icons-style-02 a.fk:hover, .social-icons-style-03 a.fk span, .social-icons-style-06 .icon.flicker:before, .social-icons-style-09 a.flickr, .social-icons-style-10 a.fk span, .social-icons-style-11 .flickr .back { background-color: #ff0084; } .social-icons-style-01 a.rss, .social-icons-style-02 a.rss:hover, .social-icons-style-03 a.rss span, .social-icons-style-06 .icon.rss:before, .social-icons-style-09 a.rss, .social-icons-style-10 a.rss span, .social-icons-style-11 .rss .back { background-color: #f2890a; } .social-icons-style-01 a.pin, .social-icons-style-02 a.pin:hover, .social-icons-style-03 a.pin span, .social-icons-style-06 .icon.pinterest:before, .social-icons-style-09 a.pinterest, .social-icons-style-10 a.pin span, .social-icons-style-11 .pinterest .back { background-color: #cb2027; } .social-icons-style-01 a.git, .social-icons-style-02 a.git:hover, .social-icons-style-03 a.git span, .social-icons-style-06 .icon.github:before, .social-icons-style-09 a.github, .social-icons-style-10 a.git span, .social-icons-style-11 .github .back { background-color: #171516; } .social-icons-style-01 a.gplus, .social-icons-style-02 a.gplus:hover, .social-icons-style-03 a.gplus span, .social-icons-style-06 .icon.google-plus:before, .social-icons-style-09 a.google-plus, .social-icons-style-10 a.gplus span, .social-icons-style-11 .google-plus .back { background-color: #dd4b39; } .social-icons-style-01 a.dr, .social-icons-style-02 a.dr:hover, .social-icons-style-03 a.dr span, .social-icons-style-06 .icon.dribble:before, .social-icons-style-09 a.dribble, .social-icons-style-10 a.dr span, .social-icons-style-11 .dribble .back { background-color: #ea4c89; } /* Social Icons Style 02 */ .social-icons-style-02 a { text-align: center; display: inline-block; color: #fff } .social-icons-style-02 a:hover { color: #fff; border-radius: 100%; } /* Social Icons Style 03 */ .social-icons-style-03 { position: relative; } .social-icons-style-03 a { text-align: center; display: inline-block; border-radius: 100%; position: relative; text-align: center } .social-icons-style-03 a:hover { color: #fff; } .social-icons-style-03 a i { position: relative; z-index: 1; } .social-icons-style-03 a span { border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; width: 0; } .social-icons-style-03 a:hover span { width: 100%; height: 100%; border-radius: 100%; top: 0; left: 0; } /* Social Icons Style 04 */ .social-icons-style-04 a:hover.facebook { color: #3C599F; } .social-icons-style-04 a:hover.twitter { color: #00aced; } .social-icons-style-04 a:hover.behance { color: #1769FF; } .social-icons-style-04 a:hover.dribble { color: #ea4c89; } .social-icons-style-04 a:hover.google-plus { color: #dd4b39; } .social-icons-style-04 a:hover.linkedin { color: #007bb6; } .social-icons-style-04 a:hover.youtube { color: #bb0000; } .social-icons-style-04 a:hover.instagram { color: #517fa4; } .social-icons-style-04 a:hover.pinterest { color: #cb2027; } .social-icons-style-04 a:hover.flicker { color: #ff0084; } .social-icons-style-04 a:hover.tumblr { color: #32506d; } .social-icons-style-04 a:hover.github { color: #171516; } .social-icons-style-04 a:hover.rss { color: #f2890a; } /* Social Icons Style 05 */ .social-icons-style-05 a.facebook, .social-icons-style-06 .icon.facebook .icofont, .social-icons-style-12 a.facebook { color: #3C599F; } .social-icons-style-05 a.twitter, .social-icons-style-06 .icon.twitter .icofont, .social-icons-style-12 a.twitter { color: #00aced; } .social-icons-style-05 a.behance, .social-icons-style-06 .icon.behance .icofont, .social-icons-style-12 a.behance { color: #1769FF; } .social-icons-style-05 a.dribble, .social-icons-style-06 .icon.dribble .icofont, .social-icons-style-12 a.dribble { color: #ea4c89; } .social-icons-style-05 a.google-plus, .social-icons-style-06 .icon.google-plus .icofont, .social-icons-style-12 a.google-plus { color: #dd4b39; } .social-icons-style-05 a.linkedin, .social-icons-style-06 .icon.linkedin .icofont, .social-icons-style-12 a.linkedin { color: #007bb6; } .social-icons-style-05 a.youtube, .social-icons-style-06 .icon.youtube .icofont, .social-icons-style-12 a.youtube { color: #bb0000; } .social-icons-style-05 a.instagram, .social-icons-style-06 .icon.instagram .icofont, .social-icons-style-12 a.instagram { color: #517fa4; } .social-icons-style-05 a.pinterest, .social-icons-style-06 .icon.pinterest .icofont, .social-icons-style-12 a.pinterest { color: #cb2027; } .social-icons-style-05 a.flicker, .social-icons-style-06 .icon.flicker .icofont, .social-icons-style-12 a.flicker { color: #ff0084; } .social-icons-style-05 a.tumblr, .social-icons-style-06 .icon.tumblr .icofont, .social-icons-style-12 a.tumblr { color: #32506d; } .social-icons-style-05 a.github, .social-icons-style-06 .icon.github .icofont, .social-icons-style-12 a.github { color: #171516; } .social-icons-style-05 a.rss, .social-icons-style-06 .icon.rss .icofont, .social-icons-style-12 a.rss { color: #f2890a; } .social-icons-style-05 a:hover { color: #fff; } /* Social Icons Style 06 */ .social-icons-style-06 .icon { display: inline-block; background-color: #fff; width: 50px; height: 50px; line-height: 50px; margin: 0; text-align: center; position: relative; overflow: hidden; border-radius: 28%; box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); opacity: 0.99; } .social-icons-style-06 .icon, .social-icons-style-06 .icon:before, .social-icons-style-06 .icon .icofont { transition: all 0.35s; transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-icons-style-06 .icon:before { content: ''; width: 120%; height: 120%; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .social-icons-style-06 .icon:before { top: 90%; left: -110%; } .social-icons-style-06 .icon .icofont { vertical-align: middle; } .social-icons-style-06 .icon .icofont { -webkit-transform: scale(0.8); transform: scale(0.8); } .social-icons-style-06 .icon:focus:before, .social-icons-style-06 .icon:hover:before { top: -10%; left: -10%; } .social-icons-style-06 .icon:focus .icofont, .social-icons-style-06 .icon:hover .icofont { color: #fff; -webkit-transform: scale(1); transform: scale(1); position: relative; } /* Social Icons Style 07 */ .social-icons-style-07 a:hover { color: #f857a6; } /* Social Icons Style 08 */ .social-icons-style-08 a { text-align: center; display: inline-block; border: 1px solid rgba(0, 0, 0, 0.1); color: #232323; background-color: transparent; border-radius: 100%; } .social-icons-style-08 a:hover { background-color: transparent; } .social-icons-style-08 a.facebook:hover { border-color: #3b5998; color: #3b5998; } .social-icons-style-08 a.twitter:hover { border-color: #00aced; color: #00aced } .social-icons-style-08 a.google-plus:hover { border-color: #dc4a38; color: #dc4a38 } .social-icons-style-08 a.dribble:hover { border-color: #ea4c89; color: #ea4c89 } .social-icons-style-08 a.youtube:hover { border-color: #bb0000; color: #bb0000 } .social-icons-style-08 a.linkedin:hover { border-color: #0077b5; color: #0077b5 } .social-icons-style-08 a.instagram:hover { border-color: #FE1F49; color: #FE1F49 } .social-icons-style-08 a.pinterest:hover { border-color: #CB2027; color: #CB2027 } .social-icons-style-08 a.flickr:hover { border-color: #ff0084; color: #ff0084 } .social-icons-style-08 a.rss:hover { border-color: #f2890a; color: #f2890a } .social-icons-style-08 a.behance:hover { border-color: #1769ff; color: #1769ff } .social-icons-style-08 a.tumblr:hover { border-color: #32506d; color: #32506d } /* Social Icons Style 09 */ .social-icons-style-09 a { text-align: center; display: inline-block; -webkit-transition: -webkit-transform 1s, backgrond 0.4s; -moz-transition: -moz-transform 1s, background 0.4s; -o-transition: -o-transform 1s, background 0.4s; transition: transform 1s, background 0.4s; border-radius: 100%; color: #fff } .social-icons-style-09 a:hover { -webkit-transform: translateY(-10px)rotateZ(360deg); -moz-transform: translateY(-10px)rotateZ(360deg); -ms-transform: translateY(-10px)rotateZ(360deg); -o-transform: translateY(-10px)rotateZ(360deg); transform: translateY(-10px)rotateZ(360deg); } /* Social Icons Style 10 */ .social-icons-style-10 a { text-align: center; display: inline-block; border-radius: 100%; position: relative; border: 1px solid rgba(0, 0, 0, 0.1); color: #232323; text-align: center; z-index: 1; } .social-icons-style-10 a:hover { color: #fff; } .social-icons-style-10 a span { border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; width: 0; z-index: -1; } .social-icons-style-10 a:hover span { width: 100%; height: 100%; border-radius: 100%; top: 0; left: 0; } /* Social Icons Style 11 */ .social-icons-style-11 a { background: #fff; color: #212121; float: left; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; display: inline-block; ; position: relative; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .social-icons-style-11 .front, .social-icons-style-11 .back { width: 50px; height: 50px; position: absolute; top: 0; left: 0; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-backface-visibility: visible; -moz-backface-visibility: visible; -ms-backface-visibility: visible; -o-backface-visibility: visible; backface-visibility: visible; } .social-icons-style-11 .back { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } .social-icons-style-11 a:hover .back { -webkit-backface-visibility: visible; -moz-backface-visibility: visible; -ms-backface-visibility: visible; -o-backface-visibility: visible; backface-visibility: visible; } .social-icons-style-11 a:hover { color: #fff; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); } /* Social Icons Style 12 */ .social-icons-style-12 a { color: #fff; background-color: #fff; border-radius: 5px; text-align: center; text-decoration: none; position: relative; display: inline-block; width: 50px; height: 50px; -o-transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-font-smoothing: antialiased; } .social-icons-style-12 a span { color: #212121; position: absolute; bottom: 0; left: -25px; right: -25px; z-index: -1; font-size: 14px; border-radius: 2px; background: #fff; visibility: hidden; opacity: 0; -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .social-icons-style-12 a:hover span { bottom: 60px; visibility: visible; opacity: 1; } .social-icons-style-12 a span:before { content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); } .social-icons-style-12 .xl-icon a:hover span { bottom: 85px; } /* Elememts Service Boxes */ /* Service Box Style 01 */ .service-box-style-01 .feature-box-square:hover { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); background: linear-gradient(left, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 100%); } .service-box-style-01 .feature-box-square:hover i, .service-box-style-01 .feature-box-square:hover h1, .service-box-style-01 .feature-box-square:hover h2, .service-box-style-01 .feature-box-square:hover h3, .service-box-style-01 .feature-box-square:hover h4, .service-box-style-01 .feature-box-square:hover h5, .service-box-style-01 .feature-box-square:hover h6, .service-box-style-01 .feature-box-square:hover p { color: #fff!important; } /* Service Box Style 02 */ .service-box-style-02 .feature-box { overflow: hidden; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; padding: 100px 30px; height: 350px; text-align: center; } .service-box-style-02 .feature-box:hover { display: block; padding: 60px 30px; } .service-box-style-02 .feature-box .hidden-content { opacity: 0; } .service-box-style-02 .feature-box:hover .hidden-content { opacity: 1; } .service-box-style-02 .feature-box .icon-heading { text-align: center; vertical-align: middle; } .service-box-style-02 .feature-box:hover .icon-heading { display: block; } /* Service Box Style 03 */ .service-box-style-03 .main-box { position: relative; -webkit-perspective: 1000px; -moz-perspective: 1000px; } .service-box-style-03 .flipper { position: relative; } .service-box-style-03 .main-box .box-front, .service-box-style-03 .main-box .box-back { text-align: center; background-size: cover; z-index: 1; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: inherit; perspective: inherit; -webkit-transition: -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); transition: -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); transition: transform .8s cubic-bezier(.5, .2, .2, .8); transition: transform .8s cubic-bezier(.5, .2, .2, .8), -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); } .service-box-style-03 .content-wrap { position: absolute; width: 100%; display: block; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: inherit; perspective: inherit; -webkit-backface-visibility: hidden; backface-visibility: hidden; padding: 50px 30px; z-index: 2; top: 50%; left: 0; -webkit-transform: translate3d(0, -50%, 50px) scale(.9); transform: translate3d(0, -50%, 50px) scale(.9); } .service-box-style-03 .content-wrap .box-back { top: 50%; left: 0; -webkit-transform: translate3d(0, -50%, 50px) scale(.9); transform: translate3d(0, -50%, 50px) scale(.9); } .service-box-style-03 .main-box .box-front { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .service-box-style-03 .main-box:hover .box-front { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } .service-box-style-03 .flipper:hover .box-back, .service-box-style-03 .flipper:hover .box-front { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); transition: -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); transition: transform 1s cubic-bezier(.3, 1, .6, 1); transition: transform 1s cubic-bezier(.3, 1, .6, 1), -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); } .service-box-style-03 .main-box .box-back { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .service-box-style-03 .main-box:hover .box-back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .service-box-style-03 .main-box .box-back { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; } /* Service Box Style 04 */ .service-box-style-04 .main-box { position: relative; -webkit-perspective: 1000px; -moz-perspective: 1000px; } .service-box-style-04 .flipper { position: relative; } .service-box-style-04 .main-box .box-front, .service-box-style-04 .main-box .box-back { text-align: center; background-size: cover; z-index: 1; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: inherit; perspective: inherit; -webkit-transition: -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); transition: -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); transition: transform .8s cubic-bezier(.5, .2, .2, .8); transition: transform .8s cubic-bezier(.5, .2, .2, .8), -webkit-transform .8s cubic-bezier(.5, .2, .2, .8); } .service-box-style-04 .content-wrap { position: absolute; width: 100%; display: block; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: inherit; perspective: inherit; -webkit-backface-visibility: hidden; backface-visibility: hidden; padding: 50px 30px; z-index: 2; top: 50%; left: 0; -webkit-transform: translate3d(0, -50%, 50px) scale(.9); transform: translate3d(0, -50%, 50px) scale(.9); } .service-box-style-04 .main-box .box-front .content-wrap .icon-wrap { display: block; text-align: center; width: 100px; height: 100px; line-height: 115px; border-radius: 50%; margin: 0 auto; } .service-box-style-04 .main-box .box-back .content-wrap .icon-wrap { display: block; text-align: center; width: 100px; height: 100px; line-height: 115px; border-radius: 50%; margin: 0 auto; } .service-box-style-04 .content-wrap .box-back { top: 50%; left: 0; -webkit-transform: translate3d(0, -50%, 50px) scale(.9); transform: translate3d(0, -50%, 50px) scale(.9); } .service-box-style-04 .main-box .box-front { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); border-bottom: 4px solid rgb(232, 232, 232); } .service-box-style-04 .main-box:hover .box-front { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); } .service-box-style-04 .flipper:hover .box-back, .service-box-style-04 .flipper:hover .box-front { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); transition: -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); transition: transform 1s cubic-bezier(.3, 1, .6, 1); transition: transform 1s cubic-bezier(.3, 1, .6, 1), -webkit-transform 1s cubic-bezier(.3, 1, .6, 1); } .service-box-style-04 .main-box .box-back { -webkit-transform: rotateX(-180deg); transform: rotateX(-180deg); } .service-box-style-04 .main-box:hover .box-back { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); } .service-box-style-04 .main-box .box-back { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } /* Breadcrumb */ .breadcrumb { background: transparent; border-radius: 0; padding: 0 } .breadcrumb ul { list-style: none; padding: 0; margin: 0; } .breadcrumb ul li { display: inline-block; } .breadcrumb ul li a { color: #fff; font-size: 16px; font-family: 'Poppins', sans-serif; } .breadcrumb ul li a:hover, .breadcrumb ul li a:focus { border-bottom: 1px solid #fff; } .breadcrumb ul>li:after { content: "\eb8b"; font-family: icofont; padding: 0 11px 0 14px; display: inline-block; vertical-align: middle; font-size: 10px; color: #fff; } .breadcrumb ul>li:last-child:after { border-right: 0; content: ""; padding: 0 } /* Tabs */ /* Light Default Tabs */ .light-tabs .nav-tabs { border-top: 1px solid #f1f1f1; border-bottom: 0; margin-bottom: 5px; } .light-tabs .nav-tabs>li { float: none; display: inline-block; } .light-tabs p { margin-top: 20px; font-weight: 300; } .light-tabs .nav-tabs>li>a { margin-right: 0; font-size: 18px; line-height: 25px; color: #212121; border: 0; border-radius: 0; font-weight: 700; } .light-tabs .nav>li>a:focus, .light-tabs .nav>li>a:hover { background-color: transparent; } .light-tabs .nav-tabs>li.active>a, .light-tabs .nav-tabs>li.active>a:focus, .light-tabs .nav-tabs>li.active>a:hover { border: 0; color: #212121; position: relative; background: transparent; } .light-tabs .nav-tabs>li.active>a::before { content: ""; background-color: #f857a6; width: 100%; height: 1px; position: absolute; left: 0; top: -1px; } /* Light Tabs Style 02 */ .light-tabs-style-02 .light-tabs .nav-tabs { border-top: 0; border-bottom: 0; margin-bottom: 5px; } .light-tabs-style-02 .light-tabs .nav-tabs>li { float: none; display: inline-block; } .light-tabs-style-02 .light-tabs p { margin-top: 20px; font-weight: 300; } .light-tabs-style-02 .light-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #212121; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; } .light-tabs-style-02 .light-tabs .nav>li>a:focus, .light-tabs .nav>li>a:hover { background-color: transparent; } .light-tabs-style-02 .light-tabs .nav-tabs>li.active>a, .light-tabs .nav-tabs>li.active>a:focus, .light-tabs .nav-tabs>li.active>a:hover { border: 0; color: #212121; position: relative; background: transparent; } .light-tabs-style-02 .light-tabs .nav-tabs>li.active>a::before { content: ""; background-color: #212121; width: 100%; height: 1px; position: absolute; left: 0; top: -1px; } /* Icon Default Tabs */ .icon-tabs .nav-tabs { border-top: 0px solid #f1f1f1; border-bottom: 0; margin-bottom: 5px; } .icon-tabs .nav-tabs>li { float: none; display: inline-block; } .icon-tabs p { margin-top: 20px; } .icon-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #212121; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; } .icon-tabs .nav>li>a:focus, .icon-tabs .nav>li>a:hover { background-color: transparent; } .icon-tabs .nav-tabs>li.active>a, .icon-tabs .nav-tabs>li.active>a:focus, .icon-tabs .nav-tabs>li.active>a:hover { border: 0; color: #f857a6; position: relative; background: transparent; } .icon-tabs .nav-tabs>li>a i { display: block; font-size: 30px; margin-bottom: 20px; } /* Tabs Style 01 */ .tabs-style-01 .icon-tabs .nav-tabs { border-top: 0px solid #f1f1f1; border-bottom: 0; margin-bottom: 25px; background-color: #f857a6; } .tabs-style-01 .icon-tabs .nav-tabs>li { display: inline-block; width: 25%; float: left; } .tabs-style-01 .icon-tabs p { margin-top: 20px; } .tabs-style-01 .icon-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #fff; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; padding: 20px 25px; } .tabs-style-01 .icon-tabs .nav>li>a:focus, .tabs-style-01 .icon-tabs .nav>li>a:hover { background-color: transparent; } .tabs-style-01 .icon-tabs .nav-tabs>li.active>a, .tabs-style-01 .icon-tabs .nav-tabs>li.active>a:focus, .tabs-style-01 .icon-tabs .nav-tabs>li.active>a:hover { border: 0; color: #f857a6; position: relative; background: #fff; } .tabs-style-01 .icon-tabs .nav-tabs>li>a i { display: block; font-size: 30px; margin-bottom: 10px; } /* Tabs Style 02 */ .tabs-style-02 .light-tabs .nav-tabs { border-top: 1px solid #f1f1f1; border-bottom: 0; margin-bottom: 5px; } .tabs-style-02 .light-tabs .nav-tabs>li { float: none; display: inline-block; } .tabs-style-02 .light-tabs p { margin-top: 20px; font-weight: 300; } .tabs-style-02 .light-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #212121; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; padding: 10px 30px; } .tabs-style-02 .light-tabs .nav>li>a:focus, .light-tabs .nav>li>a:hover { background-color: transparent; } .tabs-style-02 .light-tabs .nav-tabs>li.active>a, .tabs-style-02 .light-tabs .nav-tabs>li.active>a:focus, .tabs-style-02 .light-tabs .nav-tabs>li.active>a:hover { border: 0; position: relative; background: #eee; } .tabs-style-02 .light-tabs .nav-tabs>li.active>a::before { content: ""; background-color: #212121; width: 100%; height: 1px; position: absolute; left: 0; top: -1px; } /* Tabs Style 03 */ .tabs-style-03 .icon-tabs .nav-tabs { border-top: 0px solid #f1f1f1; border-bottom: 0; margin-bottom: 25px; background-color: #f857a6; } .tabs-style-03 .icon-tabs .nav-tabs>li { display: inline-block; width: 100%; float: left; } .tabs-style-03 .icon-tabs p { margin-top: 20px; } .tabs-style-03 .icon-tabs .nav-tabs>li>a { margin-right: 0; font-size: 14px; line-height: 25px; color: #fff; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; padding: 20px 25px; } .tabs-style-03 .icon-tabs .nav>li>a:focus, .tabs-style-01 .icon-tabs .nav>li>a:hover { background-color: transparent; } .tabs-style-03 .icon-tabs .nav-tabs>li.active>a, .tabs-style-03 .icon-tabs .nav-tabs>li.active>a:focus, .tabs-style-03 .icon-tabs .nav-tabs>li.active>a:hover { border: 0; color: #f857a6; position: relative; background: #fff; } .tabs-style-03 .icon-tabs .nav-tabs>li>a i { display: block; font-size: 30px; margin-bottom: 10px; } /* Accordions */ /* Accordions Style 01 */ .accordion-style-01 .panel { background: transparent; box-shadow: none; margin-top: 0 !important } .accordion-style-01.panel-group .panel-heading { border: 0px; } .accordion-style-01 .panel .panel-heading { padding: 16px 0; background-color: transparent; } .accordion-style-01 .panel-heading.active-accordion a, .accordion-style-01 .panel-heading a:hover, .accordion-style-01 .panel-heading a:focus { color: #f857a6; } .accordion-style-01 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-01 .panel-title span.pull-right { position: absolute; right: 0; } .accordion-style-01 .panel-heading i { font-size: 18px; } .accordion-style-01.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style-01.panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 0; padding: 25px 0; background-color: transparent } /* Accordions Style 02 */ .accordion-style-02 .panel { background: transparent; box-shadow: none; margin-top: 0 !important } .accordion-style-02.panel-group .panel-heading { border: 0px; } .accordion-style-02 .panel .panel-heading { padding: 16px 0; background-color: transparent; border-bottom: 1px solid #212121; } .accordion-style-02 .panel-heading.active-accordion a, .accordion-style-02 .panel .panel-heading a:hover, .accordion-style-02 .panel .panel-heading a:focus { color: #f857a6; } .accordion-style-02 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-02 .panel-title span.pull-right { position: absolute; right: 0; } .accordion-style-02 .panel-heading i { font-size: 18px; } .accordion-style-02.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style-02.panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 0; padding: 25px 0; background-color: transparent } /* Accordions Style 03 */ .accordion-style-03 .panel { background: transparent; border: none; margin-bottom: 15px; box-shadow: none; } .accordion-style-03 .panel-title { background: transparent; border: none } .accordion-style-03 .panel .panel-heading { background: #212121; border-radius: 0; padding: 18px 28px 19px } .accordion-style-03 .panel-body { padding: 35px 28px 25px; border-top: none } .accordion-style-03 .panel-heading i { font-size: 18px; } .accordion-style-03 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-03 .tab-tag { font-size: 20px; padding: 0; margin-right: 7px; display: inline-block; vertical-align: top; } .accordion-style-03 .panel-heading a { color: #fff; } .accordion-style-03 .panel-heading.active-accordion a, .accordion-style-03 .panel .panel-heading a:hover, .accordion-style-03 .panel .panel-heading a:focus { color: #f857a6; } .accordion-style-03 .panel-default:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0); margin-bottom: 0; } .accordion-style-03 { margin-bottom: 0; } /* Accordions Style 04 */ .accordion-style-04 .panel { background-color: transparent; border: none; margin-bottom: 15px; box-shadow: none; border-radius: 0; } .accordion-style-04 .panel-title { background: transparent; border: none } .accordion-style-04 .panel .panel-heading { background: #fff; color: #212121; border-radius: 0; padding: 18px 28px 19px } .accordion-style-04 .panel-body { padding: 35px 28px 25px; border-top: none; background-color: #eee; } .accordion-style-04 .panel-heading i { font-size: 18px; } .accordion-style-04 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-04 .tab-tag { font-size: 20px; padding: 0; margin-right: 7px; display: inline-block; vertical-align: top; } .accordion-style-04 .panel-heading a { color: #212121; } .accordion-style-04 .panel-heading.active-accordion a, .accordion-style-04 .panel .panel-heading a:hover, .accordion-style-04 .panel .panel-heading a:focus { color: #f857a6; } .accordion-style-04 .panel-default:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0); margin-bottom: 0; } .accordion-style-04 { margin-bottom: 0; } /* Accordions Style 05 */ .accordion-style-05 .panel { background: transparent; box-shadow: none; margin-top: 0 !important } .accordion-style-05.panel-group .panel-heading { border: 0px; } .accordion-style-05 .panel .panel-heading { padding: 16px 0; background-color: transparent; border-bottom: 1px solid #212121; } .accordion-style-05 .panel .panel-heading a { color: #fff; } .accordion-style-05 .panel-heading.active-accordion a, .accordion-style-05 .panel .panel-heading a:hover, .accordion-style-05 .panel .panel-heading a:focus { color: #f857a6; } .accordion-style-05 .panel-title { font-size: 18px; position: relative; font-family: 'Poppins', sans-serif; padding-right: 30px; font-weight: 700; } .accordion-style-05 .panel-title span.pull-right { position: absolute; right: 0; } .accordion-style-05 .panel-heading i { font-size: 18px; } .accordion-style-05.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style-05.panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 0; padding: 25px 0; background-color: transparent } /* Accordions Default */ .panel { box-shadow: none; border: 0; background-color: transparent; } .panel-group .panel { margin-bottom: 15px; border-radius: 0; } .panel .panel-heading { position: relative; padding: 0; background-color: #fff; border-radius: 0; } .panel-title a.collapsed { display: block; color: #212121; background-color: transparent; border-color: transparent; padding: 15px 30px; border-radius: 0px; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } .panel-title a:hover.collapsed { color: #f857a6; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; } .panel-title a { display: block; color: #212121; background-color: transparent; border-color: transparent; padding: 15px 30px; border-radius: 0px; } .panel-title a i { font-size: 25px; } .panel-default>.panel-heading+.panel-collapse>.panel-body { border: 1px solid transparent; background-color: #f1f0f0; padding: 25px 30px; font-size: 14px; } /* Icon Fonts */ .icon-examples { color: #888; margin-left: 1px; vertical-align: middle; } .icon-examples .icon-box { display: block; width: 33%; float: left; padding: 0; border: 1px solid #e5e5e5; margin: -1px 0 0 -1px; font-size: 13px; } @media only screen and (max-width: 1024px) { .icon-examples .icon-box { width: 50%; } } @media only screen and (max-width: 480px) { .icon-examples .icon-box { width: 100%; } } .icon-examples .icon-box:hover { background: #fff; color: #212121; } .icon-examples .icon-box>span { display: inline-block; margin-right: 15px; min-width: 60px; min-height: 60px; border-right: 1px solid #e5e5e5; line-height: 70px; text-align: center; font-size: 25px; } /* List Styles */ /* list Style 01 */ .list-style-none li { list-style: none; } .list-style-01 li { padding: 5px 0 } /* list Style 02 */ .list-style-02 { list-style: none; margin: 0; padding: 0; } .list-style-02 li { position: relative; margin: 0 0 9px 0; } .list-style-02 li:before { content: "\efad"; font-family: icofont; margin-right: 10px; color: #f857a6; } /* list Style 03 */ .list-style-03 { list-style: none; margin: 0; padding: 0; } .list-style-03 li { position: relative; padding: 0 0 0 22px; margin: 0 0 9px 0; } .list-style-03 li:before { content: ""; width: 10px; height: 1px; background-color: #212121; position: absolute; top: 11px; left: 0; } /* list Style 04 */ .list-style-04 { list-style: none; margin: 0; padding: 0; } .list-style-04 li { padding: 0; margin: 0 0 10px 0; } .list-style-04 li i { margin-right: 10px; } /* Our Process */ /* Our Process Style 01 */ .our-process-style-01 .count-wrap { position: relative; width: 80px; height: 80px; margin: 0 auto 30px; } .our-process-style-01 .count-wrap:before { width: 80px; height: 80px; opacity: .2; z-index: 1; } .our-process-style-01 .count-wrap:after { width: 65px; height: 65px; opacity: .5; z-index: 2; } .our-process-style-01 .count-wrap:after, .our-process-style-01 .count-wrap:before { position: absolute; top: 50%; left: 50%; content: ''; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 100px; } .our-process-style-01 .count, .our-process-style-01 .count-wrap:after, .our-process-style-01 .count-wrap:before { background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); } .our-process-style-01 .count { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border-radius: 100px; text-align: center; line-height: 50px; color: #fff; font-size: 24px; font-weight: 600; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 3; } .our-process-style-01 .line:after, .our-process-style-01 .line:before { content: ""; display: block; width: 50%; height: 1px; background: #eee; position: absolute; top: 40px; text-align: center; } .our-process-style-01 .line:after { right: 0 } .our-process-style-01 .line:before { left: 0 } .our-process-style-01 .line:first-child:before { display: none; } .our-process-style-01 .line:last-child:after { display: none; } /* Our Process Style 02 */ .our-process-style-02 .icon-wrap { position: relative; width: 120px; height: 120px; margin: 0 auto 30px; border-radius: 100px; } .our-process-style-02 .icon { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; text-align: center; line-height: 65px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 3; margin-left: 0; } .our-process-style-02 .line:after { content: ""; display: block; width: 20%; height: 1px; background: #f857a6; position: absolute; top: 55px; text-align: center; right: -8%; } .our-process-style-02 .line:last-child:after { display: none; } /* Shop Styling */ .single-product-des, .product-fabric-detail { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #dddfe6; border-bottom: 1px solid #dddfe6; margin-top: 40px; } .single-product-qty { padding-top: 20px; padding-bottom: 20px; float: left; } .single-product-qty .qty { position: relative; float: left; height: 48px; width: 70px; background: transparent!important; border: 1px solid #dddfe6; z-index: 1; text-align: center; padding: 0 10px; color: #212121; } .single-product-qty .input-group-btn { margin-left: 10px; display: inline-block; } .single-product-qty .input-group-btn.input-group-btn:last-child>.btn { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .product-fabric-detail { float: left; width: 100%; margin-top: 0; border-bottom: 0; } .product-btn-group li a { background-color: #eeeeee; color: #212121; } .product-btn-group li a:hover { background-color: #f857a6; } .product-detail .product-star-rating { padding: 5px 0; } .product-star-rating .product-stars { display: inline-block; position: relative; } .product-star-rating .product-stars-rating { display: block; position: relative; overflow: hidden; } .product-star-rating .product-stars:before { content: "\f3ae\f3ae\f3ae\f3ae\f3ae"; font-family: "Ionicons"; color: #d2d2d2; position: absolute; left: 0; right: 0; } .product-star-rating .product-stars-rating:before { content: "\f2fc\f2fc\f2fc\f2fc\f2fc"; font-family: "Ionicons"; color: #fdca6d; } .shop-cart { border-color: #ececec; margin-bottom: 50px; background: #fff; } .shop-cart>thead>tr>th { border-bottom: 1px solid #ececec; font-size: 14px; font-family: 'Poppins', sans-serif; color: #212121; font-weight: 700; padding: 15px 20px; text-align: center; border: 1px solid #ececec; } .shop-cart>tbody>tr>td { padding: 30px 8px; vertical-align: middle; font-size: 14px; font-family: 'Poppins', sans-serif; font-weight: 400; border-bottom: 1px solid; border-color: #ececec; text-align: center; } .shop-cart>tbody>tr>td.product-subtotal { color: #212121; } .shop-cart>tbody>tr>td.product-remove i { font-size: 20px; } .shop-cart>tbody>tr>td>a { color: #212121; font-weight: 500; } .shop-cart>tbody>tr>td>span { font-weight: 500; } .shop-cart>tbody>tr>td>.form-control { width: 60px; padding: 0 12px; font-size: 13px; text-align: center; height: 45px; line-height: 43px; margin-left: auto; margin-right: auto; } .shop-cart>tbody>tr>td .cart-price { font-size: 14px; } .form-coupon .form-control { height: 60px; } .form-coupon .form-control:focus { border-color: #ac0e27; -webkit-box-shadow: none; box-shadow: inset none; } .shop-cart>tbody>tr>td img { max-height: 100px; width: auto; } .shop-cart input.input-sm, .shop-cart input.btn-sm { line-height: 35px; width: auto!important; } .shop-cart .coupon { float: left!important; } .shop-table th { font-weight: 400; color: #212121; } .shop-table.table-bordered>thead>tr>th, .shop-table.table-bordered>tbody>tr>th, .shop-table.table-bordered>tfoot>tr>th, .shop-table.table-bordered>thead>tr>td, .shop-table.table-bordered>tbody>tr>td, .shop-table.table-bordered>tfoot>tr>td { border-bottom: 0; } .form-coupon { padding-right: 0!important; } .form-coupon, .summary-cart { padding: 25px; } .summary-cart { border-left: 1px solid #ececec; } .form-coupon .btn, .form-domain .btn { height: 60px; } /* Range Slider */ .slider-container { width: 100%; } .slider-container .back-bar { height: 10px; position: relative; } .slider-container .back-bar .selected-bar { position: absolute; height: 100%; } .slider-container .back-bar .pointer { position: absolute; width: 10px; height: 10px; cursor: w-resize; opacity: 1; z-index: 2; } .slider-container .back-bar .pointer.last-active { z-index: 3; } .slider-container .back-bar .pointer-label { position: absolute; top: -17px; font-size: 8px; background: white; white-space: nowrap; line-height: 1; } .slider-container .back-bar .focused { z-index: 10; } .slider-container .clickable-dummy { cursor: pointer; position: absolute; width: 100%; height: 100%; z-index: 1; } .slider-container .scale { top: 2px; position: relative; } .slider-container .scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; } .slider-container .scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0; top: 5px; color: #999; line-height: 1; } .slider-container.slider-readonly .clickable-dummy, .slider-container.slider-readonly .pointer { cursor: auto; } .range-red .back-bar { height: 5px; background-color: #eee; } .range-red .back-bar .selected-bar { background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); } .range-red .back-bar .pointer { width: 14px; height: 14px; top: -5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; border: 1px solid #f857a6; background-color: #eee; } .range-red .back-bar .pointer-label { color: #999; } .range-red .back-bar .focused { color: #333; } .range-red .scale span { border-left: 1px solid #e5e5e5; } .range-red .scale ins { color: #999; } /* Price Selected */ .cart-ordering select { background-color: #fff; color: #212121; } /* Order Table */ .order_table { border-radius: 0; border: 0; } .order_table td { padding: 8px 12px; } .order_table thead th { text-transform: uppercase; font-size: 14px; font-family: 'Poppins', sans-serif; font-weight: 500; letter-spacing: 1px; } .order_table tbody th, .order_table tbody td, .order_table tfoot td, .order_table tfoot th { font-weight: 500; font-size: 14px; letter-spacing: 1px; border-top: 1px solid #ececec!important; } .order_table .shipping p { font-size: 14px; font-weight: 400; } form.checkout_coupon, form.login, form.register { border-radius: 0; border-color: #ececec; } .order-total strong { font-weight: 500; } .checkout-form { background: #fff; padding: 30px; box-shadow: 0 10px 30px 5px rgba(17, 21, 23, .1); } .checkout-form .form-group label { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 500; } .checkout-form .form-group { float: left; width: 100%; } .checkout-form .form-control { font-size: 14px; border-radius: 0; height: 50px; } .checkout-form .form-select select, .form-select input { -webkit-appearance: none; -moz-appearance: none; appearance: none; line-height: 20px; } .checkout-form .form-select:after { content: "\f3d0"; font-family: "Ionicons"; position: absolute; top: 50%; right: 12px; margin-top: -12px; font-size: 20px; } .checkout-form .form-select { position: relative; } .tr-collection { position: relative; z-index: 10; } .tr-collection-type-1 .shop-banner { margin-bottom: 30px; } .shop-banner img { -webkit-transition: all 0.3s ease; -khtml-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .shop-banner img { width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .shop-banner:hover img { opacity: 0.7; } .tr-collection .tr-collection-btn { display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -khtml-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 180px; z-index: 10; padding: 15px 35px 13px; font-size: 12px; font-weight: 700; text-transform: uppercase; line-height: 20px; background-color: #fff; text-align: center; -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); color: #212121; } .tr-collection .tr-collection-btn:hover, .tr-collection .tr-collection-btn:focus { background-color: #f857a6; color: #fff; } .tr-products { cursor: pointer; margin-bottom: 30px; } .tr-products .tr-product-thumbnail { margin-bottom: 25px; position: relative; overflow: hidden; } .tr-products .tr-product-thumbnail>a { display: block; overflow: hidden; position: relative; } .tr-products .tr-product-thumbnail>a img { width: 100%; } .product-action .btn-shopping { position: absolute; bottom: 30px; left: 50%; min-width: 180px; text-align: center; -webkit-transform: translate(-50%, 100%); -khtml-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); opacity: 0; vertical-align: middle; z-index: 2; padding: 15px 28px 13px; -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); transition-duration: 0.3s; transition-timing-function: ease-in-out; } .tr-products:hover .btn-shopping, .tr-products:active .btn-shopping, .tr-products:focus .btn-shopping { -webkit-transform: translate(-50%, 0); -khtml-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; } .tr-products .tr-product-actions { position: absolute; top: 20px; right: 20px; visibility: hidden; opacity: 0; z-index: 2; -webkit-transform: translateX(20px); -khtml-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); -webkit-transform-origin: 50% 100%; -khtml-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition: all 0.3s ease; -khtml-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .tr-products:hover .tr-product-actions, .tr-products:active .tr-product-actions, .tr-products:focus .tr-product-actions { visibility: visible; opacity: 1; -webkit-transform: translateX(0); -khtml-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } .tr-products .tr-product-actions .act-btn { margin-bottom: 10px; font-size: 14px; position: relative; color: #212121; background: transparent; padding: 5px 10px 4px 10px; transition-duration: 0.3s; transition-timing-function: ease-in-out; -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); line-height: 25px; display: block; } .tr-products .tr-product-actions .act-btn:hover { color: #f857a6; } .tr-products .tr-product-actions .act-btn:before { content: attr(data-label); display: inline-block; position: absolute; top: 10px; right: 100%; margin-right: 5px; font-size: 12px; line-height: 20px; color: #f857a6; text-align: center; visibility: hidden; opacity: 0; text-transform: capitalize; font-weight: 400; font-family: 'Karla', sans-serif; padding: 0px 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .tr-products .tr-product-actions .act-btn:hover:before { visibility: visible; opacity: 1; } .tr-products .wrap-label { position: absolute; z-index: 2; top: 10px; left: 10px; } .wrap-label { position: absolute; top: 10px; left: 10px; z-index: 20; max-width: 55px; } .wrap-label span { margin-bottom: 10px; display: inline-block; padding: 0 10px; font-size: 11px; font-weight: 700; float: left; color: #fff; height: 20px; line-height: 21px; text-transform: uppercase; text-align: center; min-width: 50px; background: -webkit-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -moz-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -ms-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: -o-linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); background: linear-gradient(left, rgba(248, 87, 166, 1) 0%, rgba(255, 88, 88, 1) 100%); -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; } .tr-products .wrap-label>span { margin-bottom: 10px; } .wrap-label span.new-label { background: #00b9f1; } .wrap-label span.sale-label { background: #8ec545; } .tr-products .tr-product-content { text-align: center; } .tr-products .tr-product-title { display: block; font-size: 18px; line-height: 1.5em; color: #212121; font-weight: 500; font-family: 'Poppins', sans-serif; } .tr-products .tr-product-price { font-size: 14px; font-weight: 700; letter-spacing: 1.1px; text-align: center; color: #212121; margin-bottom: 10px; font-family: 'Poppins', sans-serif; } .tr-product-price-price { font-weight: 600; } .tr-products .tr-product-price .price-old { opacity: .5; text-decoration: line-through; } .tr-collection .tr-collection-content { margin-top: 100px; } .tr-collection .tr-collection-content h1 { margin-bottom: 25px; font-size: 60px; font-weight: 700; line-height: 1.3em; color: #212121; } .tr-collection .tr-collection-content h3 { color: #888; font-size: 21px; margin-bottom: 30px; font-weight: 100; } .tr-form-subscribe .input-group { display: block; } .tr-form-subscribe .password-input-group { max-width: 100%; margin-bottom: 20px; } .password-input-group { max-width: 340px; margin: 0 auto 30px; } .input-group { width: 100%; } .tr-form-subscribe input.form-control { height: 48px; -webkit-border-radius: 48px; -moz-border-radius: 48px; -ms-border-radius: 48px; border-radius: 48px; padding: 0 20px; text-align: center; font-size: 15px; font-weight: 400; border: 0; } .tr-form-subscribe .form-group { margin-bottom: 20px; display: block; } .input-group-btn { white-space: nowrap; width: 1%; } .input-group-field, .input-group-btn { display: table-cell; vertical-align: middle; margin: 0; } #product-slide .small-thumb.slick-slide { opacity: .7; margin-bottom: 15px; cursor: pointer; } #product-slide .small-thumb.slick-slide.slick-current { opacity: 1; } #product-slider .slick-prev, #product-slider .slick-next { font-size: 30px; } #product-slider .slick-prev i, #product-slider .slick-next i { color: #212121; opacity: 0.5; } #product-slider .slick-prev i:hover, #product-slider .slick-next i:hover { opacity: 1; } #product-slider .slick-prev { left: 10px; } #product-slider .slick-next { right: 10px; } .star-rating { line-height: 32px; font-size: 1.25em; } .star-rating .ion-android-star { color: #ffcc80; } /* App Landing Styling */ .single-mobile-wrap { position: relative; } .single-mobile-wrap img { position: absolute; top: -70px; left: 0; right: 0; } .app-gallery-slider .img-item { width: 100%; height: 100%; position: relative; top: 0; left: 0; } .app-gallery-slider .img-item img, .app-gallery-slider .img-item .folio-overlay { border-radius: 5px; } .app-gallery-slider .slick-dots { bottom: -60px; } /* Image hover effects */ [class^='imghvr-'], [class*=' imghvr-'] { position: relative; display: inline-block; margin: 0; max-width: 100%; background-color: rgba(191, 7, 49, 0.5); color: #fff; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } [class^='imghvr-']>img, [class*=' imghvr-']>img { vertical-align: middle; max-width: 100%; } [class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption { padding: 30px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: #ffffff; } /* [class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {color: #ffffff;} */ [class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6 { color: #ffffff; } [class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before, [class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before, [class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after { box-sizing: border-box; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; transition: all 200ms ease; } /* imghvr-fade-* ----------------------------- */ [class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption { opacity: 0; } [class^='imghvr-fade']:hover>img, [class*=' imghvr-fade']:hover>img { opacity: 0; } [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption { opacity: 1; } [class^='imghvr-fade']:hover>img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover>img, [class*=' imghvr-fade']:hover figcaption { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } /* imghvr-fade ----------------------------- */ /* imghvr-fade-in-up ----------------------------- */ .imghvr-fade-in-up figcaption { -webkit-transform: translate(0, 15%); -moz-transform: translate(0, 15%); -ms-transform: translate(0, 15%); -o-transform: translate(0, 15%); transform: translate(0, 15%); } /* imghvr-fade-in-down ----------------------------- */ .imghvr-fade-in-down figcaption { -webkit-transform: translate(0, -15%); -moz-transform: translate(0, -15%); -ms-transform: translate(0, -15%); -o-transform: translate(0, -15%); transform: translate(0, -15%); } /* imghvr-fade-in-left ----------------------------- */ .imghvr-fade-in-left figcaption { -webkit-transform: translate(-15%, 0); -moz-transform: translate(-15%, 0); -ms-transform: translate(-15%, 0); -o-transform: translate(-15%, 0); transform: translate(-15%, 0); } /* imghvr-fade-in-right ----------------------------- */ .imghvr-fade-in-right figcaption { -webkit-transform: translate(15%, 0); -moz-transform: translate(15%, 0); -ms-transform: translate(15%, 0); -o-transform: translate(15%, 0); transform: translate(15%, 0); } /* imghvr-push-* ----------------------------- */ [class^='imghvr-push-']:hover figcaption, [class*=' imghvr-push-']:hover figcaption { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } /* imghvr-push-up ----------------------------- */ .imghvr-push-up figcaption { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } .imghvr-push-up:hover>img { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } /* imghvr-push-down ----------------------------- */ .imghvr-push-down figcaption { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .imghvr-push-down:hover>img { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } /* imghvr-push-left ----------------------------- */ .imghvr-push-left figcaption { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } .imghvr-push-left:hover>img { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } /* imghvr-push--right ----------------------------- */ .imghvr-push-right figcaption { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } .imghvr-push-right:hover>img { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } /* imghvr-slide-* ----------------------------- */ [class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } /* imghvr-slide-up ----------------------------- */ .imghvr-slide-up figcaption { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } /* imghvr-slide-down ----------------------------- */ .imghvr-slide-down figcaption { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } /* imghvr-slide-left ----------------------------- */ .imghvr-slide-left figcaption { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } /* imghvr-slide-right ----------------------------- */ .imghvr-slide-right figcaption { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } /* imghvr-slide-top-left ----------------------------- */ .imghvr-slide-top-left figcaption { -webkit-transform: translate(-100%, -100%); -moz-transform: translate(-100%, -100%); -ms-transform: translate(-100%, -100%); -o-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } /* imghvr-slide-top-right ----------------------------- */ .imghvr-slide-top-right figcaption { -webkit-transform: translate(100%, -100%); -moz-transform: translate(100%, -100%); -ms-transform: translate(100%, -100%); -o-transform: translate(100%, -100%); transform: translate(100%, -100%); } /* imghvr-slide-bottom-left ----------------------------- */ .imghvr-slide-bottom-left figcaption { -webkit-transform: translate(-100%, 100%); -moz-transform: translate(-100%, 100%); -ms-transform: translate(-100%, 100%); -o-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } /* imghvr-slide-bottom-right ----------------------------- */ .imghvr-slide-bottom-right figcaption { -webkit-transform: translate(100%, 100%); -moz-transform: translate(100%, 100%); -ms-transform: translate(100%, 100%); -o-transform: translate(100%, 100%); transform: translate(100%, 100%); } /* imghvr-reveal-* ----------------------------- */ [class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ''; background-color: #f857a6; } [class^='imghvr-reveal-'] figcaption, [class*=' imghvr-reveal-'] figcaption { opacity: 0; } [class^='imghvr-reveal-']:hover:before, [class*=' imghvr-reveal-']:hover:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } [class^='imghvr-reveal-']:hover figcaption, [class*=' imghvr-reveal-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; } /* imghvr-reveal-up ----------------------------- */ .imghvr-reveal-up:before { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } /* imghvr-reveal-down ----------------------------- */ .imghvr-reveal-down:before { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } /* imghvr-reveal-left ----------------------------- */ .imghvr-reveal-left:before { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } /* imghvr-reveal-right ----------------------------- */ .imghvr-reveal-right:before { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } /* imghvr-reveal-top-left ----------------------------- */ .imghvr-reveal-top-left:before { -webkit-transform: translate(-100%, -100%); -moz-transform: translate(-100%, -100%); -ms-transform: translate(-100%, -100%); -o-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } /* imghvr-reveal-top-right ----------------------------- */ .imghvr-reveal-top-right:before { -webkit-transform: translate(100%, -100%); -moz-transform: translate(100%, -100%); -ms-transform: translate(100%, -100%); -o-transform: translate(100%, -100%); transform: translate(100%, -100%); } /* imghvr-reveal-bottom-left ----------------------------- */ .imghvr-reveal-bottom-left:before { -webkit-transform: translate(-100%, 100%); -moz-transform: translate(-100%, 100%); -ms-transform: translate(-100%, 100%); -o-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } /* imghvr-reveal-bottom-right ----------------------------- */ .imghvr-reveal-bottom-right:before { -webkit-transform: translate(100%, 100%); -moz-transform: translate(100%, 100%); -ms-transform: translate(100%, 100%); -o-transform: translate(100%, 100%); transform: translate(100%, 100%); } /* imghvr-hinge-* ----------------------------- */ [class^='imghvr-hinge-'], [class*=' imghvr-hinge-'] { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } [class^='imghvr-hinge-'] figcaption, [class*=' imghvr-hinge-'] figcaption { opacity: 0; z-index: 1; } [class^='imghvr-hinge-']:hover img, [class*=' imghvr-hinge-']:hover img { opacity: 0; } [class^='imghvr-hinge-']:hover figcaption, [class*=' imghvr-hinge-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; } /* imghvr-hinge-up ----------------------------- */ .imghvr-hinge-up img { -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } .imghvr-hinge-up figcaption { -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; } .imghvr-hinge-up:hover>img { -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); -ms-transform: rotateX(-90deg); -o-transform: rotateX(-90deg); transform: rotateX(-90deg); } .imghvr-hinge-up:hover figcaption { -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); } /* imghvr-hinge-down ----------------------------- */ .imghvr-hinge-down img { -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; } .imghvr-hinge-down figcaption { -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); -ms-transform: rotateX(-90deg); -o-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 50% -50%; -moz-transform-origin: 50% -50%; -ms-transform-origin: 50% -50%; -o-transform-origin: 50% -50%; transform-origin: 50% -50%; } .imghvr-hinge-down:hover>img { -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); opacity: 0; } .imghvr-hinge-down:hover figcaption { -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); } /* imghvr-hinge-left ----------------------------- */ .imghvr-hinge-left img { -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%; } .imghvr-hinge-left figcaption { -webkit-transform: rotateY(-90deg); -moz-transform: rotateY(-90deg); -ms-transform: rotateY(-90deg); -o-transform: rotateY(-90deg); transform: rotateY(-90deg); -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; } .imghvr-hinge-left:hover>img { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); } .imghvr-hinge-left:hover figcaption { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); } /* imghvr-hinge-right ----------------------------- */ .imghvr-hinge-right img { -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; } .imghvr-hinge-right figcaption { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -ms-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%; } .imghvr-hinge-right:hover>img { -webkit-transform: rotateY(-90deg); -moz-transform: rotateY(-90deg); -ms-transform: rotateY(-90deg); -o-transform: rotateY(-90deg); transform: rotateY(-90deg); } .imghvr-hinge-right:hover figcaption { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); } /* imghvr-flip-* ----------------------------- */ [class^='imghvr-flip-'], [class*=' imghvr-flip-'] { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } [class^='imghvr-flip-'] img, [class*=' imghvr-flip-'] img { backface-visibility: hidden; } [class^='imghvr-flip-'] figcaption, [class*=' imghvr-flip-'] figcaption { opacity: 0; } [class^='imghvr-flip-']:hover>img, [class*=' imghvr-flip-']:hover>img { opacity: 0; } [class^='imghvr-flip-']:hover figcaption, [class*=' imghvr-flip-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.14s; -moz-transition-delay: 0.14s; transition-delay: 0.14s; } /* imghvr-flip-horiz ----------------------------- */ .imghvr-flip-horiz figcaption { -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%; } .imghvr-flip-horiz:hover img { -webkit-transform: rotateX(-180deg); -moz-transform: rotateX(-180deg); -ms-transform: rotateX(-180deg); -o-transform: rotateX(-180deg); transform: rotateX(-180deg); } .imghvr-flip-horiz:hover figcaption { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); } /* imghvr-flip-vert ----------------------------- */ .imghvr-flip-vert figcaption { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } .imghvr-flip-vert:hover>img { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); } .imghvr-flip-vert:hover figcaption { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } /* imghvr-flip-diag-1 ----------------------------- */ .imghvr-flip-diag-1 figcaption { -webkit-transform: rotate3d(1, -1, 0, 100deg); -moz-transform: rotate3d(1, -1, 0, 100deg); -ms-transform: rotate3d(1, -1, 0, 100deg); -o-transform: rotate3d(1, -1, 0, 100deg); transform: rotate3d(1, -1, 0, 100deg); } .imghvr-flip-diag-1:hover>img { -webkit-transform: rotate3d(-1, 1, 0, 100deg); -moz-transform: rotate3d(-1, 1, 0, 100deg); -ms-transform: rotate3d(-1, 1, 0, 100deg); -o-transform: rotate3d(-1, 1, 0, 100deg); transform: rotate3d(-1, 1, 0, 100deg); } .imghvr-flip-diag-1:hover figcaption { -webkit-transform: rotate3d(0, 0, 0, 0deg); -moz-transform: rotate3d(0, 0, 0, 0deg); -ms-transform: rotate3d(0, 0, 0, 0deg); -o-transform: rotate3d(0, 0, 0, 0deg); transform: rotate3d(0, 0, 0, 0deg); } /* imghvr-flip-diag-2 ----------------------------- */ .imghvr-flip-diag-2 figcaption { -webkit-transform: rotate3d(1, 1, 0, 100deg); -moz-transform: rotate3d(1, 1, 0, 100deg); -ms-transform: rotate3d(1, 1, 0, 100deg); -o-transform: rotate3d(1, 1, 0, 100deg); transform: rotate3d(1, 1, 0, 100deg); } .imghvr-flip-diag-2:hover>img { -webkit-transform: rotate3d(-1, -1, 0, 100deg); -moz-transform: rotate3d(-1, -1, 0, 100deg); -ms-transform: rotate3d(-1, -1, 0, 100deg); -o-transform: rotate3d(-1, -1, 0, 100deg); transform: rotate3d(-1, -1, 0, 100deg); } .imghvr-flip-diag-2:hover figcaption { -webkit-transform: rotate3d(0, 0, 0, 0deg); -moz-transform: rotate3d(0, 0, 0, 0deg); -ms-transform: rotate3d(0, 0, 0, 0deg); -o-transform: rotate3d(0, 0, 0, 0deg); transform: rotate3d(0, 0, 0, 0deg); } /* imghvr-shutter-out-* ----------------------------- */ [class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before { background: #f857a6; position: absolute; content: ''; -webkit-transition-delay: 0.105s; -moz-transition-delay: 0.105s; transition-delay: 0.105s; } [class^='imghvr-shutter-out-'] figcaption, [class*=' imghvr-shutter-out-'] figcaption { opacity: 0; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; } [class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before { -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; } [class^='imghvr-shutter-out-']:hover figcaption, [class*=' imghvr-shutter-out-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.105s; -moz-transition-delay: 0.105s; transition-delay: 0.105s; } /* imghvr-shutter-out-horiz ----------------------------- */ .imghvr-shutter-out-horiz:before { left: 50%; right: 50%; top: 0; bottom: 0; } .imghvr-shutter-out-horiz:hover:before { left: 0; right: 0; } /* imghvr-shutter-out-vert ----------------------------- */ .imghvr-shutter-out-vert:before { top: 50%; bottom: 50%; left: 0; right: 0; } .imghvr-shutter-out-vert:hover:before { top: 0; bottom: 0; } /* imghvr-shutter-out-diag-1 ----------------------------- */ .imghvr-shutter-out-diag-1:before { top: 50%; bottom: 50%; left: -35%; right: -35%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .imghvr-shutter-out-diag-1:hover:before { top: -35%; bottom: -35%; } /* imghvr-shutter-out-diag-2 ----------------------------- */ .imghvr-shutter-out-diag-2:before { top: 50%; bottom: 50%; left: -35%; right: -35%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .imghvr-shutter-out-diag-2:hover:before { top: -35%; bottom: -35%; } /* imghvr-shutter-in-* ----------------------------- */ [class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before { background: #f857a6; position: absolute; content: ''; } [class^='imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:after { top: 0; left: 0; } [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:before { right: 0; bottom: 0; } [class^='imghvr-shutter-in-'] figcaption, [class*=' imghvr-shutter-in-'] figcaption { opacity: 0; z-index: 1; } [class^='imghvr-shutter-in-']:hover figcaption, [class*=' imghvr-shutter-in-']:hover figcaption { opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; } /* imghvr-shutter-in-horiz ----------------------------- */ .imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before { width: 0; height: 100%; } .imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before { width: 50%; } /* imghvr-shutter-in-vert ----------------------------- */ .imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before { height: 0; width: 100%; } .imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before { height: 50%; } /* imghvr-shutter-in-out-horiz ----------------------------- */ .imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before { width: 0; height: 100%; opacity: 0.75; } .imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before { width: 100%; } /* imghvr-shutter-in-out-vert ----------------------------- */ .imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before { height: 0; width: 100%; opacity: 0.75; } .imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before { height: 100%; } /* imghvr-shutter-in-out-diag-1 ----------------------------- */ .imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before { width: 200%; height: 200%; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; opacity: 0.75; } .imghvr-shutter-in-out-diag-1:after { -webkit-transform: skew(-45deg) translateX(-150%); -moz-transform: skew(-45deg) translateX(-150%); -ms-transform: skew(-45deg) translateX(-150%); -o-transform: skew(-45deg) translateX(-150%); transform: skew(-45deg) translateX(-150%); } .imghvr-shutter-in-out-diag-1:before { -webkit-transform: skew(-45deg) translateX(150%); -moz-transform: skew(-45deg) translateX(150%); -ms-transform: skew(-45deg) translateX(150%); -o-transform: skew(-45deg) translateX(150%); transform: skew(-45deg) translateX(150%); } .imghvr-shutter-in-out-diag-1:hover:after { -webkit-transform: skew(-45deg) translateX(-50%); -moz-transform: skew(-45deg) translateX(-50%); -ms-transform: skew(-45deg) translateX(-50%); -o-transform: skew(-45deg) translateX(-50%); transform: skew(-45deg) translateX(-50%); } .imghvr-shutter-in-out-diag-1:hover:before { -webkit-transform: skew(-45deg) translateX(50%); -moz-transform: skew(-45deg) translateX(50%); -ms-transform: skew(-45deg) translateX(50%); -o-transform: skew(-45deg) translateX(50%); transform: skew(-45deg) translateX(50%); } /* imghvr-shutter-in-out-diag-2 ----------------------------- */ .imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before { width: 200%; height: 200%; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; opacity: 0.75; } .imghvr-shutter-in-out-diag-2:after { -webkit-transform: skew(45deg) translateX(-100%); -moz-transform: skew(45deg) translateX(-100%); -ms-transform: skew(45deg) translateX(-100%); -o-transform: skew(45deg) translateX(-100%); transform: skew(45deg) translateX(-100%); } .imghvr-shutter-in-out-diag-2:before { -webkit-transform: skew(45deg) translateX(100%); -moz-transform: skew(45deg) translateX(100%); -ms-transform: skew(45deg) translateX(100%); -o-transform: skew(45deg) translateX(100%); transform: skew(45deg) translateX(100%); } .imghvr-shutter-in-out-diag-2:hover:after { -webkit-transform: skew(45deg) translateX(0%); -moz-transform: skew(45deg) translateX(0%); -ms-transform: skew(45deg) translateX(0%); -o-transform: skew(45deg) translateX(0%); transform: skew(45deg) translateX(0%); } .imghvr-shutter-in-out-diag-2:hover:before { -webkit-transform: skew(45deg) translateX(0%); -moz-transform: skew(45deg) translateX(0%); -ms-transform: skew(45deg) translateX(0%); -o-transform: skew(45deg) translateX(0%); transform: skew(45deg) translateX(0%); } /* imghvr-fold* ----------------------------- */ [class^='imghvr-fold'], [class*=' imghvr-fold'] { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } [class^='imghvr-fold'] img, [class*=' imghvr-fold'] img { -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } [class^='imghvr-fold'] figcaption, [class*=' imghvr-fold'] figcaption { z-index: 1; opacity: 0; } [class^='imghvr-fold']:hover>img, [class*=' imghvr-fold']:hover>img { opacity: 0; -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; } [class^='imghvr-fold']:hover figcaption, [class*=' imghvr-fold']:hover figcaption { -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1); -moz-transform: rotateX(0) translate3d(0, 0%, 0) scale(1); -ms-transform: rotateX(0) translate3d(0, 0%, 0) scale(1); -o-transform: rotateX(0) translate3d(0, 0%, 0) scale(1); transform: rotateX(0) translate3d(0, 0%, 0) scale(1); opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; } /* imghvr-fold-up ----------------------------- */ .imghvr-fold-up>img { -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } .imghvr-fold-up figcaption { -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -moz-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -ms-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -o-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; } .imghvr-fold-up:hover>img { -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%); -moz-transform: rotateX(90deg) scale(0.6) translateY(50%); -ms-transform: rotateX(90deg) scale(0.6) translateY(50%); -o-transform: rotateX(90deg) scale(0.6) translateY(50%); transform: rotateX(90deg) scale(0.6) translateY(50%); } /* imghvr-fold-down ----------------------------- */ .imghvr-fold-down>img { -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; } .imghvr-fold-down figcaption { -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); -moz-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); -ms-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); -o-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6); -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } .imghvr-fold-down:hover>img { -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%); -moz-transform: rotateX(-90deg) scale(0.6) translateY(-50%); -ms-transform: rotateX(-90deg) scale(0.6) translateY(-50%); -o-transform: rotateX(-90deg) scale(0.6) translateY(-50%); transform: rotateX(-90deg) scale(0.6) translateY(-50%); } /* imghvr-fold-left ----------------------------- */ .imghvr-fold-left>img { -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%; } .imghvr-fold-left figcaption { -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); -moz-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); -ms-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); -o-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6); -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; } .imghvr-fold-left:hover>img { -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%); -moz-transform: rotateY(-90deg) scale(0.6) translateX(50%); -ms-transform: rotateY(-90deg) scale(0.6) translateX(50%); -o-transform: rotateY(-90deg) scale(0.6) translateX(50%); transform: rotateY(-90deg) scale(0.6) translateX(50%); } /* imghvr-fold-right ----------------------------- */ .imghvr-fold-right>img { -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; } .imghvr-fold-right figcaption { -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); -moz-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); -ms-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); -o-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6); -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -ms-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%; } .imghvr-fold-right:hover>img { -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%); -moz-transform: rotateY(90deg) scale(0.6) translateX(-50%); -ms-transform: rotateY(90deg) scale(0.6) translateX(-50%); -o-transform: rotateY(90deg) scale(0.6) translateX(-50%); transform: rotateY(90deg) scale(0.6) translateX(-50%); } /* imghvr-zoom-in ----------------------------- */ .imghvr-zoom-in figcaption { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } .imghvr-zoom-in:hover figcaption { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } /* imghvr-zoom-out* ----------------------------- */ [class^='imghvr-zoom-out'] figcaption, [class*=' imghvr-zoom-out'] figcaption { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; opacity: 0; } [class^='imghvr-zoom-out']:hover figcaption, [class^='imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class*=' imghvr-zoom-out'].hover figcaption { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; -webkit-transition-delay: 0.35s; -moz-transition-delay: 0.35s; transition-delay: 0.35s; } /* imghvr-zoom-out ----------------------------- */ .imghvr-zoom-out:hover>img { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); opacity: 0; } /* imghvr-zoom-out-up ----------------------------- */ .imghvr-zoom-out-up:hover>img, .imghvr-zoom-out-up.hover>img { -webkit-animation: imghvr-zoom-out-up 0.4025s linear; -moz-animation: imghvr-zoom-out-up 0.4025s linear; animation: imghvr-zoom-out-up 0.4025s linear; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes imghvr-zoom-out-up { 50% } 100% { -webkit-transform: scale(0.8) translateY(-150%); -moz-transform: scale(0.8) translateY(-150%); -ms-transform: scale(0.8) translateY(-150%); -o-transform: scale(0.8) translateY(-150%); transform: scale(0.8) translateY(-150%); opacity: 0.5; } {} @keyframes imghvr-zoom-out-up { 50% } 100% { -webkit-transform: scale(0.8) translateY(-150%); -moz-transform: scale(0.8) translateY(-150%); -ms-transform: scale(0.8) translateY(-150%); -o-transform: scale(0.8) translateY(-150%); transform: scale(0.8) translateY(-150%); opacity: 0.5; } {} /* imghvr-zoom-out-down ----------------------------- */ .imghvr-zoom-out-down:hover>img, .imghvr-zoom-out-down.hover>img { -webkit-animation: imghvr-zoom-out-down 0.4025s linear; -moz-animation: imghvr-zoom-out-down 0.4025s linear; animation: imghvr-zoom-out-down 0.4025s linear; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes imghvr-zoom-out-down { 50% } 100% { -webkit-transform: scale(0.8) translateY(150%); -moz-transform: scale(0.8) translateY(150%); -ms-transform: scale(0.8) translateY(150%); -o-transform: scale(0.8) translateY(150%); transform: scale(0.8) translateY(150%); opacity: 0.5; } {} @keyframes imghvr-zoom-out-down { 50% } 100% { -webkit-transform: scale(0.8) translateY(150%); -moz-transform: scale(0.8) translateY(150%); -ms-transform: scale(0.8) translateY(150%); -o-transform: scale(0.8) translateY(150%); transform: scale(0.8) translateY(150%); opacity: 0.5; } {} /* imghvr-zoom-out-left ----------------------------- */ .imghvr-zoom-out-left:hover>img, .imghvr-zoom-out-left.hover>img { -webkit-animation: imghvr-zoom-out-left 0.4025s linear; -moz-animation: imghvr-zoom-out-left 0.4025s linear; animation: imghvr-zoom-out-left 0.4025s linear; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes imghvr-zoom-out-left { 50% } 100% { -webkit-transform: scale(0.8) translateX(-150%); -moz-transform: scale(0.8) translateX(-150%); -ms-transform: scale(0.8) translateX(-150%); -o-transform: scale(0.8) translateX(-150%); transform: scale(0.8) translateX(-150%); opacity: 0.5; } {} @keyframes imghvr-zoom-out-left { 50% } 100% { -webkit-transform: scale(0.8) translateX(-150%); -moz-transform: scale(0.8) translateX(-150%); -ms-transform: scale(0.8) translateX(-150%); -o-transform: scale(0.8) translateX(-150%); transform: scale(0.8) translateX(-150%); opacity: 0.5; } {} /* imghvr-zoom-out-right ----------------------------- */ .imghvr-zoom-out-right:hover>img, .imghvr-zoom-out-right.hover>img { -webkit-animation: imghvr-zoom-out-right 0.4025s linear; -moz-animation: imghvr-zoom-out-right 0.4025s linear; animation: imghvr-zoom-out-right 0.4025s linear; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes imghvr-zoom-out-right { 50% } 100% { -webkit-transform: scale(0.8) translateX(150%); -moz-transform: scale(0.8) translateX(150%); -ms-transform: scale(0.8) translateX(150%); -o-transform: scale(0.8) translateX(150%); transform: scale(0.8) translateX(150%); opacity: 0.5; } {} @keyframes imghvr-zoom-out-right { 50% } 100% { -webkit-transform: scale(0.8) translateX(150%); -moz-transform: scale(0.8) translateX(150%); -ms-transform: scale(0.8) translateX(150%); -o-transform: scale(0.8) translateX(150%); transform: scale(0.8) translateX(150%); opacity: 0.5; } {} /* imghvr-zoom-out-flip-horiz ----------------------------- */ .imghvr-zoom-out-flip-horiz { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } .imghvr-zoom-out-flip-horiz figcaption { opacity: 0; -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5); -moz-transform: rotateX(90deg) translateY(-100%) scale(0.5); -ms-transform: rotateX(90deg) translateY(-100%) scale(0.5); -o-transform: rotateX(90deg) translateY(-100%) scale(0.5); transform: rotateX(90deg) translateY(-100%) scale(0.5); } .imghvr-zoom-out-flip-horiz:hover>img, .imghvr-zoom-out-flip-horiz.hover>img { -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5); -moz-transform: rotateX(-100deg) translateY(50%) scale(0.5); -ms-transform: rotateX(-100deg) translateY(50%) scale(0.5); -o-transform: rotateX(-100deg) translateY(50%) scale(0.5); transform: rotateX(-100deg) translateY(50%) scale(0.5); opacity: 0; -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; } .imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption { -webkit-transform: rotateX(0) translateY(0%) scale(1); -moz-transform: rotateX(0) translateY(0%) scale(1); -ms-transform: rotateX(0) translateY(0%) scale(1); -o-transform: rotateX(0) translateY(0%) scale(1); transform: rotateX(0) translateY(0%) scale(1); opacity: 1; -webkit-transition-delay: 0.35s; -moz-transition-delay: 0.35s; transition-delay: 0.35s; } /* imghvr-zoom-out-flip-vert ----------------------------- */ .imghvr-zoom-out-flip-vert { -webkit-perspective: 50em; -moz-perspective: 50em; perspective: 50em; } .imghvr-zoom-out-flip-vert figcaption { opacity: 0; -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5); -moz-transform: rotateY(90deg) translate(50%, 0) scale(0.5); -ms-transform: rotateY(90deg) translate(50%, 0) scale(0.5); -o-transform: rotateY(90deg) translate(50%, 0) scale(0.5); transform: rotateY(90deg) translate(50%, 0) scale(0.5); } .imghvr-zoom-out-flip-vert:hover>img, .imghvr-zoom-out-flip-vert.hover>img { -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5); -moz-transform: rotateY(-100deg) translateX(50%) scale(0.5); -ms-transform: rotateY(-100deg) translateX(50%) scale(0.5); -o-transform: rotateY(-100deg) translateX(50%) scale(0.5); transform: rotateY(-100deg) translateX(50%) scale(0.5); opacity: 0; -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; } .imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption { -webkit-transform: rotateY(0) translate(0, 0) scale(1); -moz-transform: rotateY(0) translate(0, 0) scale(1); -ms-transform: rotateY(0) translate(0, 0) scale(1); -o-transform: rotateY(0) translate(0, 0) scale(1); transform: rotateY(0) translate(0, 0) scale(1); opacity: 1; -webkit-transition-delay: 0.35s; -moz-transition-delay: 0.35s; transition-delay: 0.35s; } /* imghvr-blur ----------------------------- */ .imghvr-blur figcaption { opacity: 0; } .imghvr-blur:hover>img { -webkit-filter: blur(30px); filter: blur(30px); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); opacity: 1; } .imghvr-blur:hover figcaption { opacity: 1; -webkit-transition-delay: 0.21s; -moz-transition-delay: 0.21s; transition-delay: 0.21s; margin: 10px; } /* Custom Styles */ .sign { margin-left: auto; margin-right: auto; width: 250px } .left-img { bottom: -85px; position: absolute; left: -70px; width: 54%; } .left-img img { max-width: none; } .client-logo { margin: 0px 15px; } .client-logo img { margin: auto; opacity: 0.7; filter: alpha(opacity=70); } .client-logo img:hover { opacity: 1.0; filter: alpha(opacity=100); } section.big-block .client-logo { padding: 10%; } .client-sm-logos img { margin: 0 auto; width: 150px; } .client-logo-height img { -webkit-filter: grayscale(1); filter: grayscale(1); } .client-logo-height:hover img { filter: grayscale(0); -webkit-filter: grayscale(0); } .client-logo-height { height: 190px; box-shadow: 0 0 4px rgba(0, 0, 0, .1); } .client-logo-height:hover { box-shadow: 0 0 4px rgba(0, 0, 0, .1); } .client-logo-height.dark { border: 1px solid #3a3a3a; } .client-logo-height-2 img { -webkit-filter: grayscale(1); filter: grayscale(1); } .client-logo-height-2:hover img { filter: grayscale(0); -webkit-filter: grayscale(0); } .client-logo-height-2 { height: 140px; } .default-slider .slide:focus, .testimonial-item:focus, .quote-item:focus, .client-logo:focus, .zoom-text:focus, .portfolio-slider .item:focus, .blog-grid-slider .item:focus, .member:focus, .blog-slider .post:focus, #product-slide .small-thumb:focus, #product-slider .big-thumb:focus, .model-slider .item-model:focus { outline: none; } .cover-bg { position: relative !important; background-size: cover !important; overflow: hidden !important; background-position: center !important; background-repeat: no-repeat !important; } .title-hero-bg { background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; min-height: 100vh; } .page-title { position: absolute; top: 50%; width: 100%; left: 0; z-index: 15; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); transform: translate(0%, -50%); } .page-title h1 { font-size: 80px; line-height: 1.5em; font-weight: 700; margin: 0; } .page-title.big-heading h1 { font-size: 120px; line-height: 120px; margin-bottom: 35px; } .grid-box [class^=col-] { padding-top: 15px; padding-bottom: 15px; background-color: rgba(255, 255, 255, .05); border: 1px solid rgba(0, 0, 0, .09); margin-top: 5px; margin-bottom: 5px; } .bs-row { padding-top: 330px; padding-bottom: 340px; } .bs-row .title-content-left { padding-left: 100px; } .bs-row .title-content-right { padding-right: 100px; } .bs-left-space { padding-left: 15px; } /* Countdowns */ .countdown { margin-bottom: 0; } .countdown li { display: inline-block; text-align: center; margin-right: 50px; } .countdown li:last-child { margin-right: 0; } /* Skills Bar */ .skillbar-style-01 .skillbar { position: relative; display: inline-block; margin: 40px 0 10px; height: 7px; width: 93%; background-color: #eee; } .skillbar-style-01 .skillbar-title { position: absolute; top: -30px; left: 0; color: #212121; font-weight: 600; font-family: 'Poppins', sans-serif; } .skillbar-style-01 .skillbar-bar { height: 7px; width: 0px; background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); display: inline-block; } .skillbar-style-01 .skill-bar-percent { position: absolute; right: -40px; top: -8px; color: #212121; font-weight: 600; font-family: 'Poppins', sans-serif; } .skillbar-style-02 .skillbar { position: relative; display: inline-block; margin: 40px 0 10px; height: 7px; width: 93%; background-color: #eee; } .skillbar-style-02 .skillbar-title { position: absolute; top: -30px; left: 0; font-weight: 600; font-family: 'Poppins', sans-serif; color: #fff; } .skillbar-style-02 .skillbar-bar { height: 7px; width: 0px; display: inline-block; background: -webkit-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -moz-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -ms-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: -o-linear-gradient(left, #f857a6 0%, #ff5858 100%); background: linear-gradient(left, #f857a6 0%, #ff5858 100%); } .skillbar-style-02 .skill-bar-percent { position: absolute; right: -40px; top: -8px; font-weight: 600; font-family: 'Poppins', sans-serif; color: #fff; } .skillbar-style-03 .skillbar { position: relative; display: inline-block; margin: 40px 0 10px; height: 7px; width: 93%; background-color: #212121; } .skillbar-style-03 .skillbar-title { position: absolute; top: -30px; left: 0; font-weight: 700; font-family: 'Poppins', sans-serif; color: #212121; } .skillbar-style-03 .skillbar-bar { height: 7px; width: 0px; background: #ff5858; display: inline-block; } .skillbar-style-03 .skill-bar-percent { position: absolute; right: 0px; top: -25px; font-weight: 700; font-family: 'Poppins', sans-serif; color: #212121; } .skillbar-style-04 .skillbar { position: relative; display: inline-block; margin: 40px 0 10px; height: 7px; width: 93%; background-color: #eee; } .skillbar-style-04 .skillbar-title { position: absolute; top: 10px; left: 0; font-weight: 700; font-family: 'Poppins', sans-serif; } .skillbar-style-04 .skillbar-bar { height: 7px; width: 0px; background: #f857a6; display: inline-block; } .skillbar-style-04 .skill-bar-percent { position: absolute; right: 0px; top: 10px; font-weight: 700; font-family: 'Poppins', sans-serif; } /* Pie Charts */ .chart-style-01 .chart-circle { margin: 0 0 20px 0; } .chart-style-01 .chart-01 { position: relative; display: inline-block; width: 150px; height: 150px; text-align: center; } .chart-style-01 .chart-01 canvas { position: absolute; top: 0; left: 0; } .chart-style-01 .percent { display: inline-block; line-height: 150px; z-index: 2; } .chart-style-01 .percent:after { content: '%'; } .chart-style-02 .chart-circle { margin: 0 0 20px 0; } .chart-style-02 .chart-02 { position: relative; display: inline-block; width: 120px; height: 120px; text-align: center; } .chart-style-02 .chart-02 canvas { position: absolute; top: 0; left: 0; } .chart-style-02 .percent { display: inline-block; line-height: 120px; z-index: 2; } .chart-style-02 .percent:after { content: '%'; } .chart-style-03 .chart-circle { margin: 0 0 20px 0; } .chart-style-03 .chart-03 { position: relative; display: inline-block; width: 140px; height: 140px; text-align: center; } .chart-style-03 .chart-03 canvas { position: absolute; top: 0; left: 0; } .chart-style-03 .percent { display: inline-block; line-height: 65px; z-index: 2; border-radius: 100px; width: 65px; height: 65px; background-color: #fff; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); } .chart-style-03 .percent:after { content: '%'; } /* Text Content Slider */ .text-content-slider .slick-dots { bottom: 50%; right: 50%; transform: translateX(35%)translateY(50%); text-align: right; } .text-content-slider .slick-dots li { display: block; margin: 0px 0px 20px 0; } .text-content-slider .slick-dots li button { font-size: 30px; padding: 0px; cursor: pointer; border: 0; outline: none; background: transparent; color: #212121; } /* Text Content Slider */ .slider-creative { width: 100%; height: 100%; position: absolute; right: 0; left: 0; } /* Custom Images */ .img-center { background-repeat: no-repeat; background-size: cover; background-position: center center; width: 100%; height: 550px; } .img-left, .img-right { background-repeat: no-repeat; background-size: cover; background-position: center center; width: 100%; height: 700px; } /* Demos */ .demo-container { padding-left: 45px; padding-right: 45px; } .demo-container .demo-block { text-align: center; margin-bottom: 50px; } .demo-container .demo-block .demo-block-wrapper { position: relative; display: block; height: 310px; border: 1px solid #f3f3f3; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; } .demo-container .demo-block .demo-block-wrapper::before { position: absolute; top: 0; left: 0; content: ''; background: left center no-repeat #333333; width: 100%; height: 30px; display: block; font-size: 20px; line-height: 28px; text-align: left; z-index: 1; } .demo-container .demo-block .demo-block-wrapper .demo-item:hover { background-position-y: 100%; } .demo-container .demo-block .demo-block-wrapper .demo-item { height: 290px; -webkit-background-size: cover; background-size: cover; overflow: hidden; -webkit-transition: background-position 3s ease-in, -webkit-transform 2s ease-out; -o-transition: background-position 3s ease-in, transform 2s ease-out; transition: background-position 3s ease-in, transform 2s ease-out; transition: background-position 3s ease-in, transform 2s ease-out, -webkit-transform 2s ease-out; margin-top: 30px; background-position-x: center; width: 100%; } .demo-container .demo-block .demo-block-wrapper::after { position: absolute; top: 10px; left: 25px; content: ''; background: #484848; -webkit-border-radius: 3px; border-radius: 3px; height: 10px; width: -webkit-calc(100% - 50px); width: calc(100% - 50px); z-index: 2; } .demo-container .demo-block a:not(.demo-block-wrapper) h4 { font-size: 16px; font-weight: 700; letter-spacing: 2px; background: -webkit-linear-gradient(left, #ff105f 0%, #ffad06 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.1; text-transform: uppercase; margin-top: 20px; } .core-feature { padding: 20px 10px; background: #ffffff; box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1); border-radius: 5px; width: 100%; height: 100%; } .core-feature span { margin-top: 20px; display: block; text-transform: capitalize; } .filter-white.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active { color: #f857a6; border-bottom: 1px solid #f857a6; } .filter-white.cbp-l-filters-alignCenter .cbp-filter-item { color: #fff; margin: 0 10px; } .filter-white.cbp-l-filters-alignCenter .cbp-filter-item:hover { color: #888; } .portfolio-layout-slider .item-img { margin: 0 15px; } .portfolio-layout-slider .item-img img { box-shadow: 0 10px 30px 0 rgba(31, 35, 37, .1); }
0.492676
0.113162
:where(.all) { display: block; white-space: inherit; grid-row: auto; grid-column: auto; position: relative; background: none; background-size: 100% 100%; background-repeat: no-repeat; box-shadow: none; box-sizing: border-box; text-decoration-line: none; margin: 0; border-width: 0px; } :where(.img) { display: inline-block; } :where(.li) { display: list-item; } :where(.span) { display: inline; position: static; font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; } :where(.input) { font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; background-image: linear-gradient(#ffffff, #ffffff); padding: 2px; border: 1px solid lightgray; } :where(.textarea) { font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; padding: 2px; border: 1px solid lightgray; } :where(.button) { font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; background-image: none; align-items: flex-start; text-align: center; padding: 2px 6px; border: 1px solid lightgray; } :where(.code) { font-family: inherit; line-height: inherit; } :where(.pre) { font-family: inherit; line-height: inherit; } :where(.p) { font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; } :where(.h1) { font-size: inherit; font-weight: inherit; } :where(.h2) { font-size: inherit; font-weight: inherit; } :where(.h3) { font-size: inherit; font-weight: inherit; } :where(.h4) { font-size: inherit; font-weight: inherit; } :where(.h5) { font-size: inherit; font-weight: inherit; } :where(.h6) { font-size: inherit; font-weight: inherit; } :where(.address) { font-style: inherit; } :where(.a) { color: inherit; } :where(.ol) { list-style-type: none; padding: 0; } :where(.ul) { list-style-type: none; padding: 0; } :where(.select) { padding: 2px 6px; } .plasmic_default__component_wrapper { display: grid; } .plasmic_default__inline { display: inline; } .plasmic_page_wrapper { display: flex; width: 100%; min-height: 100vh; align-items: stretch; align-self: start; } .plasmic_page_wrapper > * { height: auto !important; }
components/plasmic/plasmic__default_style.module.css
:where(.all) { display: block; white-space: inherit; grid-row: auto; grid-column: auto; position: relative; background: none; background-size: 100% 100%; background-repeat: no-repeat; box-shadow: none; box-sizing: border-box; text-decoration-line: none; margin: 0; border-width: 0px; } :where(.img) { display: inline-block; } :where(.li) { display: list-item; } :where(.span) { display: inline; position: static; font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; } :where(.input) { font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; background-image: linear-gradient(#ffffff, #ffffff); padding: 2px; border: 1px solid lightgray; } :where(.textarea) { font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; padding: 2px; border: 1px solid lightgray; } :where(.button) { font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; background-image: none; align-items: flex-start; text-align: center; padding: 2px 6px; border: 1px solid lightgray; } :where(.code) { font-family: inherit; line-height: inherit; } :where(.pre) { font-family: inherit; line-height: inherit; } :where(.p) { font-family: inherit; line-height: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; text-transform: inherit; } :where(.h1) { font-size: inherit; font-weight: inherit; } :where(.h2) { font-size: inherit; font-weight: inherit; } :where(.h3) { font-size: inherit; font-weight: inherit; } :where(.h4) { font-size: inherit; font-weight: inherit; } :where(.h5) { font-size: inherit; font-weight: inherit; } :where(.h6) { font-size: inherit; font-weight: inherit; } :where(.address) { font-style: inherit; } :where(.a) { color: inherit; } :where(.ol) { list-style-type: none; padding: 0; } :where(.ul) { list-style-type: none; padding: 0; } :where(.select) { padding: 2px 6px; } .plasmic_default__component_wrapper { display: grid; } .plasmic_default__inline { display: inline; } .plasmic_page_wrapper { display: flex; width: 100%; min-height: 100vh; align-items: stretch; align-self: start; } .plasmic_page_wrapper > * { height: auto !important; }
0.488771
0.115411
.background_glassyNavy1, .hover_background_glassyNavy1:hover, .active_background_glassyNavy1:active:hover { background: #c8c8ff; background-image: -moz-linear-gradient(top, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(155, 155, 255)), color-stop(50%, rgb(109, 109, 255)), color-stop(55%, rgb(64, 64, 255)), color-stop(100%, rgb(200, 200, 255))); background-image: -webkit-linear-gradient(top, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); background-image: -o-linear-gradient(top, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); background-image: -ms-linear-gradient(top, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); background-image: linear-gradient(to bottom, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9bff', endColorstr='#c8c8ff',GradientType=0 ); } .background_glassyNavy1h, .hover_background_glassyNavy1h:hover, .active_background_glassyNavy1h:active:hover { background: #c8c8ff; background-image: -moz-linear-gradient(top, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(237, 237, 255)), color-stop(50%, rgb(182, 182, 255)), color-stop(55%, rgb(127, 127, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededff', endColorstr='#ffffff',GradientType=0 ); } .background_glassyNavy1a, .hover_background_glassyNavy1a:hover, .active_background_glassyNavy1a:active:hover { background: #c8c8ff; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(127, 127, 255)), color-stop(55%, rgb(182, 182, 255)), color-stop(100%, rgb(237, 237, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededff',GradientType=0 ); } .background_glassyNavy1s, .hover_background_glassyNavy1s:hover, .active_background_glassyNavy1s:active:hover { background: #c8c8ff; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(55%, rgb(223, 223, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_glassyNavy1, .hover_background_color_glassyNavy1:hover, .active_background_color_glassyNavy1:active:hover { background-color:#c8c8ff; } .background_first_color_glassyNavy1, .hover_background_first_color_glassyNavy1:hover, .active_background_first_color_glassyNavy1:active:hover { background-color:#9b9bff; } .background_last_color_glassyNavy1, .hover_background_last_color_glassyNavy1:hover, .active_background_color_last_glassyNavy1:active:hover { background-color:#c8c8ff; } /* ------------------------------ color settings -------------------------------*/ .color_glassyNavy1, .hover_color_glassyNavy1:hover, .active_color_glassyNavy1:active:hover { color: #282828; } .color_glassyNavy1h, .hover_color_glassyNavy1h:hover, .active_color_glassyNavy1h:active:hover { color: #282828; } .color_glassyNavy1a, .hover_color_glassyNavy1a:hover, .active_color_glassyNavy1a:active:hover { color: #ff0; } .color_glassyNavy1s, .hover_color_glassyNavy1s:hover, .active_color_glassyNavy1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassyNavy1, .hover_border_glassyNavy1:hover, .active_border_glassyNavy1:active:hover { border-color: #4949ff #1212ff #1212ff #4949ff; } .border_glassyNavy1h, .hover_border_glassyNavy1h:hover, .active_border_glassyNavy1h:active:hover { border-color: #4949ff #1212ff #1212ff #4949ff; } .border_glassyNavy1a, .hover_border_glassyNavy1a:hover, .active_border_glassyNavy1a:active:hover { border-color: #0000ff #0000ff #0000ff #0000ff; } .border_glassyNavy1s, .hover_border_glassyNavy1s:hover, .active_border_glassyNavy1s:active:hover { border-color: #0000ff #0000ff #0000ff #0000ff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassyNavy1, .hover_shadow_expand_glassyNavy1:hover, .active_shadow_expand_glassyNavy1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 255, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 255, .39); box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 255, .39); } .shadow_expand_glassyNavy1h, .hover_shadow_expand_glassyNavy1h:hover, .active_shadow_expand_glassyNavy1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); } .shadow_expand_glassyNavy1a, .hover_shadow_expand_glassyNavy1a:hover, .active_shadow_expand_glassyNavy1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .63); } .shadow_expand_glassyNavy1s, .hover_shadow_expand_glassyNavy1s:hover, .active_shadow_expand_glassyNavy1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassyNavy1, .hover_shadow_left_glassyNavy1:hover, .active_shadow_left_glassyNavy1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); } .shadow_left_glassyNavy1h, .hover_shadow_left_glassyNavy1h:hover, .active_shadow_left_glassyNavy1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_left_glassyNavy1a, .hover_shadow_left_glassyNavy1a:hover, .active_shadow_left_glassyNavy1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); } .shadow_left_glassyNavy1s, .hover_shadow_left_glassyNavy1s:hover, .active_shadow_left_glassyNavy1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassyNavy1, .hover_shadow_right_glassyNavy1:hover, .active_shadow_right_glassyNavy1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0.5em 0em 1em rgba(200, 200, 255, .39); box-shadow: 0.5em 0em 1em rgba(200, 200, 255, .39); } .shadow_right_glassyNavy1h, .hover_shadow_right_glassyNavy1h:hover, .active_shadow_right_glassyNavy1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); } .shadow_right_glassyNavy1a, .hover_shadow_right_glassyNavy1a:hover, .active_shadow_right_glassyNavy1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .63); box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .63); } .shadow_right_glassyNavy1s, .hover_shadow_right_glassyNavy1s:hover, .active_shadow_right_glassyNavy1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .78); box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassyNavy1, .hover_shadow_top_glassyNavy1:hover, .active_shadow_top_glassyNavy1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0em -0.5em 1em rgba(200, 200, 255, .39); box-shadow: 0em -0.5em 1em rgba(200, 200, 255, .39); } .shadow_top_glassyNavy1h, .hover_shadow_top_glassyNavy1h:hover, .active_shadow_top_glassyNavy1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_glassyNavy1a, .hover_shadow_top_glassyNavy1a:hover, .active_shadow_top_glassyNavy1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .63); box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .63); } .shadow_top_glassyNavy1s, .hover_shadow_top_glassyNavy1s:hover, .active_shadow_top_glassyNavy1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .78); box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassyNavy1, .hover_shadow_bottom_glassyNavy1:hover, .active_shadow_bottom_glassyNavy1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0em 0.5em 1em rgba(200, 200, 255, .39); box-shadow: 0em 0.5em 1em rgba(200, 200, 255, .39); } .shadow_bottom_glassyNavy1h, .hover_shadow_bottom_glassyNavy1h:hover, .active_shadow_bottom_glassyNavy1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_glassyNavy1a, .hover_shadow_bottom_glassyNavy1a:hover, .active_shadow_bottom_glassyNavy1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .63); box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .63); } .shadow_bottom_glassyNavy1s, .hover_shadow_bottom_glassyNavy1s:hover, .active_shadow_bottom_glassyNavy1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .78); box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassyNavy1, .hover_shadow_top_left_glassyNavy1:hover, .active_shadow_top_left_glassyNavy1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); } .shadow_top_left_glassyNavy1h, .hover_shadow_top_left_glassyNavy1h:hover, .active_shadow_top_left_glassyNavy1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_left_glassyNavy1a, .hover_shadow_top_left_glassyNavy1a:hover, .active_shadow_top_left_glassyNavy1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); } .shadow_top_left_glassyNavy1s, .hover_shadow_top_left_glassyNavy1s:hover, .active_shadow_top_left_glassyNavy1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassyNavy1, .hover_shadow_top_right_glassyNavy1:hover, .active_shadow_top_right_glassyNavy1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(200, 200, 255, .39); box-shadow: 0.5em -0.5em 1em rgba(200, 200, 255, .39); } .shadow_top_right_glassyNavy1h, .hover_shadow_top_right_glassyNavy1h:hover, .active_shadow_top_right_glassyNavy1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_right_glassyNavy1a, .hover_shadow_top_right_glassyNavy1a:hover, .active_shadow_top_right_glassyNavy1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .63); } .shadow_top_right_glassyNavy1s, .hover_shadow_top_right_glassyNavy1s:hover, .active_shadow_top_right_glassyNavy1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassyNavy1, .hover_shadow_bottom_left_glassyNavy1:hover, .active_shadow_bottom_left_glassyNavy1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(200, 200, 255, .39); box-shadow: -0.5em 0.5em 1em rgba(200, 200, 255, .39); } .shadow_bottom_left_glassyNavy1h, .hover_shadow_bottom_left_glassyNavy1h:hover, .active_shadow_bottom_left_glassyNavy1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_left_glassyNavy1a, .hover_shadow_bottom_left_glassyNavy1a:hover, .active_shadow_bottom_left_glassyNavy1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .63); } .shadow_bottom_left_glassyNavy1s, .hover_shadow_bottom_left_glassyNavy1s:hover, .active_shadow_bottom_left_glassyNavy1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassyNavy1, .hover_shadow_bottom_right_glassyNavy1:hover, .active_shadow_bottom_right_glassyNavy1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(200, 200, 255, .39); box-shadow: 0.5em 0.5em 1em rgba(200, 200, 255, .39); } .shadow_bottom_right_glassyNavy1h, .hover_shadow_bottom_right_glassyNavy1h:hover, .active_shadow_bottom_right_glassyNavy1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_right_glassyNavy1a, .hover_shadow_bottom_right_glassyNavy1a:hover, .active_shadow_bottom_right_glassyNavy1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .63); } .shadow_bottom_right_glassyNavy1s, .hover_shadow_bottom_right_glassyNavy1s:hover, .active_shadow_bottom_right_glassyNavy1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .78); }
widgets/common/assets/gradients/glassy/glassyNavy/glassyNavy1.css
.background_glassyNavy1, .hover_background_glassyNavy1:hover, .active_background_glassyNavy1:active:hover { background: #c8c8ff; background-image: -moz-linear-gradient(top, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(155, 155, 255)), color-stop(50%, rgb(109, 109, 255)), color-stop(55%, rgb(64, 64, 255)), color-stop(100%, rgb(200, 200, 255))); background-image: -webkit-linear-gradient(top, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); background-image: -o-linear-gradient(top, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); background-image: -ms-linear-gradient(top, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); background-image: linear-gradient(to bottom, rgb(155, 155, 255) 0%, rgb(109, 109, 255) 50%, rgb(64, 64, 255) 55%, rgb(200, 200, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9bff', endColorstr='#c8c8ff',GradientType=0 ); } .background_glassyNavy1h, .hover_background_glassyNavy1h:hover, .active_background_glassyNavy1h:active:hover { background: #c8c8ff; background-image: -moz-linear-gradient(top, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(237, 237, 255)), color-stop(50%, rgb(182, 182, 255)), color-stop(55%, rgb(127, 127, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(237, 237, 255) 0%, rgb(182, 182, 255) 50%, rgb(127, 127, 255) 55%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededff', endColorstr='#ffffff',GradientType=0 ); } .background_glassyNavy1a, .hover_background_glassyNavy1a:hover, .active_background_glassyNavy1a:active:hover { background: #c8c8ff; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(127, 127, 255)), color-stop(55%, rgb(182, 182, 255)), color-stop(100%, rgb(237, 237, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(127, 127, 255) 50%, rgb(182, 182, 255) 55%, rgb(237, 237, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededff',GradientType=0 ); } .background_glassyNavy1s, .hover_background_glassyNavy1s:hover, .active_background_glassyNavy1s:active:hover { background: #c8c8ff; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(55%, rgb(223, 223, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 255) 55%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_glassyNavy1, .hover_background_color_glassyNavy1:hover, .active_background_color_glassyNavy1:active:hover { background-color:#c8c8ff; } .background_first_color_glassyNavy1, .hover_background_first_color_glassyNavy1:hover, .active_background_first_color_glassyNavy1:active:hover { background-color:#9b9bff; } .background_last_color_glassyNavy1, .hover_background_last_color_glassyNavy1:hover, .active_background_color_last_glassyNavy1:active:hover { background-color:#c8c8ff; } /* ------------------------------ color settings -------------------------------*/ .color_glassyNavy1, .hover_color_glassyNavy1:hover, .active_color_glassyNavy1:active:hover { color: #282828; } .color_glassyNavy1h, .hover_color_glassyNavy1h:hover, .active_color_glassyNavy1h:active:hover { color: #282828; } .color_glassyNavy1a, .hover_color_glassyNavy1a:hover, .active_color_glassyNavy1a:active:hover { color: #ff0; } .color_glassyNavy1s, .hover_color_glassyNavy1s:hover, .active_color_glassyNavy1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassyNavy1, .hover_border_glassyNavy1:hover, .active_border_glassyNavy1:active:hover { border-color: #4949ff #1212ff #1212ff #4949ff; } .border_glassyNavy1h, .hover_border_glassyNavy1h:hover, .active_border_glassyNavy1h:active:hover { border-color: #4949ff #1212ff #1212ff #4949ff; } .border_glassyNavy1a, .hover_border_glassyNavy1a:hover, .active_border_glassyNavy1a:active:hover { border-color: #0000ff #0000ff #0000ff #0000ff; } .border_glassyNavy1s, .hover_border_glassyNavy1s:hover, .active_border_glassyNavy1s:active:hover { border-color: #0000ff #0000ff #0000ff #0000ff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassyNavy1, .hover_shadow_expand_glassyNavy1:hover, .active_shadow_expand_glassyNavy1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 255, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 255, .39); box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 255, .39); } .shadow_expand_glassyNavy1h, .hover_shadow_expand_glassyNavy1h:hover, .active_shadow_expand_glassyNavy1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); } .shadow_expand_glassyNavy1a, .hover_shadow_expand_glassyNavy1a:hover, .active_shadow_expand_glassyNavy1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .63); } .shadow_expand_glassyNavy1s, .hover_shadow_expand_glassyNavy1s:hover, .active_shadow_expand_glassyNavy1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(237, 237, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassyNavy1, .hover_shadow_left_glassyNavy1:hover, .active_shadow_left_glassyNavy1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); } .shadow_left_glassyNavy1h, .hover_shadow_left_glassyNavy1h:hover, .active_shadow_left_glassyNavy1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_left_glassyNavy1a, .hover_shadow_left_glassyNavy1a:hover, .active_shadow_left_glassyNavy1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); } .shadow_left_glassyNavy1s, .hover_shadow_left_glassyNavy1s:hover, .active_shadow_left_glassyNavy1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassyNavy1, .hover_shadow_right_glassyNavy1:hover, .active_shadow_right_glassyNavy1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0.5em 0em 1em rgba(200, 200, 255, .39); box-shadow: 0.5em 0em 1em rgba(200, 200, 255, .39); } .shadow_right_glassyNavy1h, .hover_shadow_right_glassyNavy1h:hover, .active_shadow_right_glassyNavy1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); } .shadow_right_glassyNavy1a, .hover_shadow_right_glassyNavy1a:hover, .active_shadow_right_glassyNavy1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .63); box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .63); } .shadow_right_glassyNavy1s, .hover_shadow_right_glassyNavy1s:hover, .active_shadow_right_glassyNavy1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .78); box-shadow: 0.5em 0em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassyNavy1, .hover_shadow_top_glassyNavy1:hover, .active_shadow_top_glassyNavy1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0em -0.5em 1em rgba(200, 200, 255, .39); box-shadow: 0em -0.5em 1em rgba(200, 200, 255, .39); } .shadow_top_glassyNavy1h, .hover_shadow_top_glassyNavy1h:hover, .active_shadow_top_glassyNavy1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_glassyNavy1a, .hover_shadow_top_glassyNavy1a:hover, .active_shadow_top_glassyNavy1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .63); box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .63); } .shadow_top_glassyNavy1s, .hover_shadow_top_glassyNavy1s:hover, .active_shadow_top_glassyNavy1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .78); box-shadow: 0em -0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassyNavy1, .hover_shadow_bottom_glassyNavy1:hover, .active_shadow_bottom_glassyNavy1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0em 0.5em 1em rgba(200, 200, 255, .39); box-shadow: 0em 0.5em 1em rgba(200, 200, 255, .39); } .shadow_bottom_glassyNavy1h, .hover_shadow_bottom_glassyNavy1h:hover, .active_shadow_bottom_glassyNavy1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_glassyNavy1a, .hover_shadow_bottom_glassyNavy1a:hover, .active_shadow_bottom_glassyNavy1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .63); box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .63); } .shadow_bottom_glassyNavy1s, .hover_shadow_bottom_glassyNavy1s:hover, .active_shadow_bottom_glassyNavy1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .78); box-shadow: 0em 0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassyNavy1, .hover_shadow_top_left_glassyNavy1:hover, .active_shadow_top_left_glassyNavy1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); box-shadow: -0.5em -0.5em 1em rgba(200, 200, 255, .39); } .shadow_top_left_glassyNavy1h, .hover_shadow_top_left_glassyNavy1h:hover, .active_shadow_top_left_glassyNavy1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_left_glassyNavy1a, .hover_shadow_top_left_glassyNavy1a:hover, .active_shadow_top_left_glassyNavy1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .63); } .shadow_top_left_glassyNavy1s, .hover_shadow_top_left_glassyNavy1s:hover, .active_shadow_top_left_glassyNavy1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassyNavy1, .hover_shadow_top_right_glassyNavy1:hover, .active_shadow_top_right_glassyNavy1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(200, 200, 255, .39); box-shadow: 0.5em -0.5em 1em rgba(200, 200, 255, .39); } .shadow_top_right_glassyNavy1h, .hover_shadow_top_right_glassyNavy1h:hover, .active_shadow_top_right_glassyNavy1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_right_glassyNavy1a, .hover_shadow_top_right_glassyNavy1a:hover, .active_shadow_top_right_glassyNavy1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .63); } .shadow_top_right_glassyNavy1s, .hover_shadow_top_right_glassyNavy1s:hover, .active_shadow_top_right_glassyNavy1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassyNavy1, .hover_shadow_bottom_left_glassyNavy1:hover, .active_shadow_bottom_left_glassyNavy1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(200, 200, 255, .39); box-shadow: -0.5em 0.5em 1em rgba(200, 200, 255, .39); } .shadow_bottom_left_glassyNavy1h, .hover_shadow_bottom_left_glassyNavy1h:hover, .active_shadow_bottom_left_glassyNavy1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_left_glassyNavy1a, .hover_shadow_bottom_left_glassyNavy1a:hover, .active_shadow_bottom_left_glassyNavy1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .63); } .shadow_bottom_left_glassyNavy1s, .hover_shadow_bottom_left_glassyNavy1s:hover, .active_shadow_bottom_left_glassyNavy1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(237, 237, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassyNavy1, .hover_shadow_bottom_right_glassyNavy1:hover, .active_shadow_bottom_right_glassyNavy1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(200, 200, 255, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(200, 200, 255, .39); box-shadow: 0.5em 0.5em 1em rgba(200, 200, 255, .39); } .shadow_bottom_right_glassyNavy1h, .hover_shadow_bottom_right_glassyNavy1h:hover, .active_shadow_bottom_right_glassyNavy1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_right_glassyNavy1a, .hover_shadow_bottom_right_glassyNavy1a:hover, .active_shadow_bottom_right_glassyNavy1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .63); } .shadow_bottom_right_glassyNavy1s, .hover_shadow_bottom_right_glassyNavy1s:hover, .active_shadow_bottom_right_glassyNavy1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(237, 237, 255, .78); }
0.547706
0.068787
body { background: #F1F2E1; font-size: 80%; font-family: Arial; } #main-content { background: #FFF; background-image: url(http://scientific-alliance.wdfiles.com/local--files/admin%3Amanage/Ground); background-repeat: repeat-x; color: #555; padding: 0 30px 3px; margin: 0 0 -15px 216px; } /* #page-content { width: 863px; } */ #page-title { font-family: Verdana; padding-bottom: 10px; } a { color: #B01; text-decoration: none; } a.newpage { color: #79B; text-decoration: none; } a:hover { background: transparent; text-decoration: underline; } blockquote { border: solid 1px #BBB; background: #EEE; } h3 { font-family: Arial; font-size: 125%; margin: 25px 0 -5px; } hr { margin: 1em 0 } #edit-page-textarea { font-family: Arial; font-size: 100%; padding-left: 3px; } #edit-section-content { border: 0; padding: 0; } .collapsible-block { margin: 12px 0 0 } .collapsible-block-folded::before { content: '❑'; color:#555; padding-right: 0.5em; } .collapsible-block-unfolded>.collapsible-block-unfolded-link::before { content: '❒'; color:#555; padding-right: 0.5em; }. join-box a { background: #FFF; color: #555; font-size: 500%; margin-top: -31px; } /* ===== Логотип сайта ===== */ #header { border-bottom: 2px solid #222; background: #000 url(/local--files/admin:manage/logo) no-repeat; height: 7em; } #header h1 { color: #F1F2E1; font-size: 220%; } #header h1 a, #header h1 a:hover { display: block; background: transparent url(http://scientific-alliance.wikidot.com) no-repeat; color: #F1F2E1; text-decoration: none; text-indent: 127px; margin-left: 0px; height: 80px; width: 700px; } #header h2 { color: #C9CAB9; font-size: 130%; margin: -39px 132px; } #header #login-status, #login-status a { color: #EEE; } #account-options a, #account-options, a#account-topbutton { color: #222; font-weight: normal; } /* ===== Левое меню ===== */ #side-bar { padding-top: 0px; width: 180px; } .symbols { position: absolute; left: 0; bottom: 0; border-top: solid 15px #222; background: #FFF; padding-right: -30px; width: 100%; } /* ===== Верхнее меню ===== */ #search-top-box { text-align: right } #top-bar { top: 70px; background: #555; color: #FFF; font-size: 95%; margin: auto -1em -2px; width: 100%; } #top-bar ul { float: right; border: 0 !important; padding: 0 100px; } #top-bar ul li { border: solid #555; border-width: 1px 1px 0; } #top-bar ul li ul { margin-left: -1px; width: auto; } #top-bar ul li a { display: block; color: #FFF; text-decoration: none; } #top-bar ul li.sfhover a { border-bottom: solid 1px #555; background: #F1F2E1; color: #555; padding: 2px 1em 3px; margin-top: -1px; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #FFF; text-decoration: none; } /* ===== Вкладки ===== */ .yui-navset .yui-content { border: none; background: transparent; padding: 0; margin-top: 10px; } .yui-nav { border-width: 0 !important; } .yui-navset .yui-nav a { border: solid 1px #555; background: transparent; color: #555; font-size: 90%; padding: 1px; } .yui-navset .yui-nav .selected a { border-color: #555; background: #C9CAB9 !important; color: #555 !important; } .yui-navset .yui-nav a:hover { background: #F1F2E1; } .yui-navset .yui-nav li { margin: 0 1px !important; } .yui-navset .yui-nav li a em { border: none; padding: 5px 10px !important; margin: 0; } /* ===== Дивные стили ===== */ .rimg { float: right; border: 1px solid; background: #EEE; font: Helvetica 9pt; text-align: center; margin: 15px auto 10px 10px; } .rimg span { display: block; margin: 2px; } .hide { background: #555; } .list { line-height: 18px } .list blockquote { padding: 0 } .list table.wiki-content-table { margin: 0 0 -1px; width: 100%; } .list table.wiki-content-table td { border: solid 1px #BBB; border-right: 0; } .list table.wiki-content-table th { border: solid 1px #BBB; font-weight: normal; padding: 0 0.3em; width: 5em; } .menu { line-height: 22px } /* ===== Полоса в нижней части страницы ===== */ #footer { font-size: 0; height: 20px; }
style/style.css
body { background: #F1F2E1; font-size: 80%; font-family: Arial; } #main-content { background: #FFF; background-image: url(http://scientific-alliance.wdfiles.com/local--files/admin%3Amanage/Ground); background-repeat: repeat-x; color: #555; padding: 0 30px 3px; margin: 0 0 -15px 216px; } /* #page-content { width: 863px; } */ #page-title { font-family: Verdana; padding-bottom: 10px; } a { color: #B01; text-decoration: none; } a.newpage { color: #79B; text-decoration: none; } a:hover { background: transparent; text-decoration: underline; } blockquote { border: solid 1px #BBB; background: #EEE; } h3 { font-family: Arial; font-size: 125%; margin: 25px 0 -5px; } hr { margin: 1em 0 } #edit-page-textarea { font-family: Arial; font-size: 100%; padding-left: 3px; } #edit-section-content { border: 0; padding: 0; } .collapsible-block { margin: 12px 0 0 } .collapsible-block-folded::before { content: '❑'; color:#555; padding-right: 0.5em; } .collapsible-block-unfolded>.collapsible-block-unfolded-link::before { content: '❒'; color:#555; padding-right: 0.5em; }. join-box a { background: #FFF; color: #555; font-size: 500%; margin-top: -31px; } /* ===== Логотип сайта ===== */ #header { border-bottom: 2px solid #222; background: #000 url(/local--files/admin:manage/logo) no-repeat; height: 7em; } #header h1 { color: #F1F2E1; font-size: 220%; } #header h1 a, #header h1 a:hover { display: block; background: transparent url(http://scientific-alliance.wikidot.com) no-repeat; color: #F1F2E1; text-decoration: none; text-indent: 127px; margin-left: 0px; height: 80px; width: 700px; } #header h2 { color: #C9CAB9; font-size: 130%; margin: -39px 132px; } #header #login-status, #login-status a { color: #EEE; } #account-options a, #account-options, a#account-topbutton { color: #222; font-weight: normal; } /* ===== Левое меню ===== */ #side-bar { padding-top: 0px; width: 180px; } .symbols { position: absolute; left: 0; bottom: 0; border-top: solid 15px #222; background: #FFF; padding-right: -30px; width: 100%; } /* ===== Верхнее меню ===== */ #search-top-box { text-align: right } #top-bar { top: 70px; background: #555; color: #FFF; font-size: 95%; margin: auto -1em -2px; width: 100%; } #top-bar ul { float: right; border: 0 !important; padding: 0 100px; } #top-bar ul li { border: solid #555; border-width: 1px 1px 0; } #top-bar ul li ul { margin-left: -1px; width: auto; } #top-bar ul li a { display: block; color: #FFF; text-decoration: none; } #top-bar ul li.sfhover a { border-bottom: solid 1px #555; background: #F1F2E1; color: #555; padding: 2px 1em 3px; margin-top: -1px; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #FFF; text-decoration: none; } /* ===== Вкладки ===== */ .yui-navset .yui-content { border: none; background: transparent; padding: 0; margin-top: 10px; } .yui-nav { border-width: 0 !important; } .yui-navset .yui-nav a { border: solid 1px #555; background: transparent; color: #555; font-size: 90%; padding: 1px; } .yui-navset .yui-nav .selected a { border-color: #555; background: #C9CAB9 !important; color: #555 !important; } .yui-navset .yui-nav a:hover { background: #F1F2E1; } .yui-navset .yui-nav li { margin: 0 1px !important; } .yui-navset .yui-nav li a em { border: none; padding: 5px 10px !important; margin: 0; } /* ===== Дивные стили ===== */ .rimg { float: right; border: 1px solid; background: #EEE; font: Helvetica 9pt; text-align: center; margin: 15px auto 10px 10px; } .rimg span { display: block; margin: 2px; } .hide { background: #555; } .list { line-height: 18px } .list blockquote { padding: 0 } .list table.wiki-content-table { margin: 0 0 -1px; width: 100%; } .list table.wiki-content-table td { border: solid 1px #BBB; border-right: 0; } .list table.wiki-content-table th { border: solid 1px #BBB; font-weight: normal; padding: 0 0.3em; width: 5em; } .menu { line-height: 22px } /* ===== Полоса в нижней части страницы ===== */ #footer { font-size: 0; height: 20px; }
0.247351
0.078008
width: 1.5rem; margin: 0; padding: 0; } #hero-img { background-image: url(assets/apple-line.jpg); background-color: #cccccc; height: 750px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap'); html { box-sizing: border-box; background-color:var(--gcolor); } *, *::before, *::after { box-sizing: inherit; } :root { --gcolor:rgb(245,245,247); } html, body, header, nav, ul, li, main, article, section, figure, iframe, footer, img { margin:0; padding:0; font-family: "Source Sans Pro",sans-serif; list-style-type: none; } a { text-decoration:none; color:black; } a:hover { text-decoration: underline; } #header { width:100%; padding:1em; background-color:rgba(33, 33, 33, 0.96); display:flex; justify-content:space-between; align-items:center; position:fixed; top:0; left:0; z-index: 999; } #header a, #nav-bar a { color:var(--gcolor); opacity:0.8; transition: opacity 0.3s ease-in-out; } #header a:hover, #nav-bar a:hover { opacity: 1; text-decoration: none; } #header #nav-bar{ display:none; height:0; width:0; } .product { padding:4rem 2rem; min-height: 100vh; text-align: center; display:flex; flex-direction: column; } .product .product-img { flex:1; display: flex; flex-direction: column; justify-content: center; align-items: center; } #iphone, #macbook, #airpods { padding-top:6rem; } .macbook, .iphone { background-color: #131313; color:var(--gcolor); } .ipad, .watch { background-color:rgb(250,250,250); color:black; } .main-info { display:flex; flex-direction: column; align-items: center; } .product h2 { margin:0.5rem; font-weight: 600; font-size: calc(1.5rem + 3vw); } .product p { margin:0; font-size:calc(1rem + 0.8vw); } .main-info .other-payment { margin:0.5rem; color:gray; font-size:calc(0.75rem + 0.8vw); } .extra-info { margin:0.4rem; display:flex; justify-content:center; } .extra-info p:last-child { margin-left:2rem; } .extra-info a, .extra-info span { color:rgb(41,151,255); } .extra-info span { margin-left:10px; } .product-img img { max-width:90%; height:auto; } .video-wrapper { /* height:100vh; */ position: relative; margin: 5% auto; width: 80%; height: 100%; } .video { position: absolute; top:0; left:0; /* width: 80%; height:80%; */ } .support.product > section:first-child { flex:1 1 50vh; display: flex; flex-flow: row wrap; } .support.product section:first-child > * { flex:1 1 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .support.product, footer { padding:2rem 1.5rem; } #form input { padding:0rem 0.9375rem; height:2.625rem; font-size:1.0625rem; line-height: 1.3; background-color:rgb(255,255,255); color:rgb(49,49,49); border:0.09375rem solid rgb(200,200,200); border-radius:0.375rem; } #form input:focus { outline:0; } #form { position: relative; } #form input[type="submit"] { position: absolute; top:0; right:0; } #t-and-c > *, .contact-apple, .footer-legal { font-size:0.8rem; text-align:justify; color:rgb(134,134,139); } #t-and-c a { color:rgb(81,81,84); } .contact-apple { padding-bottom: 0.7rem; border-bottom:1px solid #d2d2d7; } .contact-apple a { color:#06c; } .footer-legal { display: flex; flex-flow: row wrap; } .footer-legal > * { flex:1 1 100%; margin:5px 0px 5px 0px; } .footer-legal-copyright { margin-right:20px; } .footer-legal-links ul { display: flex; flex-flow: wrap; } .footer-legal-links li { margin-right:7px; padding-right:10px; border-right:1px solid #d2d2d7; } .footer-legal-links li:last-child { border:0; margin-right:0; } .footer-legal-links a { display: inline-block; width:100%; color:rgb(51,51,54); } .footer-country a { color:rgb(51,51,54); } @media all and (min-width:688px) { .extra-info p { font-size:calc(1rem + 0.7vw); } .support.product section:first-child > * { flex-basis:50%; } .support.product, footer { padding:2rem 2rem; } #header > a { display: none; height:0; width:0; } #header { padding: 0; display: flex; justify-content: center; } #header #nav-bar { display:block; width:75%; height: auto; } .apple-logo-nav { font-size:1.5rem; } #header #nav-bar ul { font-size:1.0625rem; display: flex; justify-content: space-between; align-items: center; } } @media all and (min-width:850px) { .main-info .other-payment { font-size:calc(0.75rem + 0.7vw); } .support.product, footer { padding:2rem 3rem; } .footer-legal > * { flex: 0 1 auto; } .footer-legal-links { flex-grow:1; } } @media all and (min-width:1050px){ .main-info .other-payment { font-size:calc(0.75rem + 0.6vw); } .extra-info p { font-size:calc(1rem + 0.6vw); } .support.product, footer { padding:2rem 5rem; } } @media all and (min-width:1250px){ .main-info .other-payment { font-size:calc(0.7rem + 0.5vw); } .extra-info p { font-size:calc(1rem + 0.5vw); } .support.product, footer { padding:2rem 8rem; } }
style.css
width: 1.5rem; margin: 0; padding: 0; } #hero-img { background-image: url(assets/apple-line.jpg); background-color: #cccccc; height: 750px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap'); html { box-sizing: border-box; background-color:var(--gcolor); } *, *::before, *::after { box-sizing: inherit; } :root { --gcolor:rgb(245,245,247); } html, body, header, nav, ul, li, main, article, section, figure, iframe, footer, img { margin:0; padding:0; font-family: "Source Sans Pro",sans-serif; list-style-type: none; } a { text-decoration:none; color:black; } a:hover { text-decoration: underline; } #header { width:100%; padding:1em; background-color:rgba(33, 33, 33, 0.96); display:flex; justify-content:space-between; align-items:center; position:fixed; top:0; left:0; z-index: 999; } #header a, #nav-bar a { color:var(--gcolor); opacity:0.8; transition: opacity 0.3s ease-in-out; } #header a:hover, #nav-bar a:hover { opacity: 1; text-decoration: none; } #header #nav-bar{ display:none; height:0; width:0; } .product { padding:4rem 2rem; min-height: 100vh; text-align: center; display:flex; flex-direction: column; } .product .product-img { flex:1; display: flex; flex-direction: column; justify-content: center; align-items: center; } #iphone, #macbook, #airpods { padding-top:6rem; } .macbook, .iphone { background-color: #131313; color:var(--gcolor); } .ipad, .watch { background-color:rgb(250,250,250); color:black; } .main-info { display:flex; flex-direction: column; align-items: center; } .product h2 { margin:0.5rem; font-weight: 600; font-size: calc(1.5rem + 3vw); } .product p { margin:0; font-size:calc(1rem + 0.8vw); } .main-info .other-payment { margin:0.5rem; color:gray; font-size:calc(0.75rem + 0.8vw); } .extra-info { margin:0.4rem; display:flex; justify-content:center; } .extra-info p:last-child { margin-left:2rem; } .extra-info a, .extra-info span { color:rgb(41,151,255); } .extra-info span { margin-left:10px; } .product-img img { max-width:90%; height:auto; } .video-wrapper { /* height:100vh; */ position: relative; margin: 5% auto; width: 80%; height: 100%; } .video { position: absolute; top:0; left:0; /* width: 80%; height:80%; */ } .support.product > section:first-child { flex:1 1 50vh; display: flex; flex-flow: row wrap; } .support.product section:first-child > * { flex:1 1 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .support.product, footer { padding:2rem 1.5rem; } #form input { padding:0rem 0.9375rem; height:2.625rem; font-size:1.0625rem; line-height: 1.3; background-color:rgb(255,255,255); color:rgb(49,49,49); border:0.09375rem solid rgb(200,200,200); border-radius:0.375rem; } #form input:focus { outline:0; } #form { position: relative; } #form input[type="submit"] { position: absolute; top:0; right:0; } #t-and-c > *, .contact-apple, .footer-legal { font-size:0.8rem; text-align:justify; color:rgb(134,134,139); } #t-and-c a { color:rgb(81,81,84); } .contact-apple { padding-bottom: 0.7rem; border-bottom:1px solid #d2d2d7; } .contact-apple a { color:#06c; } .footer-legal { display: flex; flex-flow: row wrap; } .footer-legal > * { flex:1 1 100%; margin:5px 0px 5px 0px; } .footer-legal-copyright { margin-right:20px; } .footer-legal-links ul { display: flex; flex-flow: wrap; } .footer-legal-links li { margin-right:7px; padding-right:10px; border-right:1px solid #d2d2d7; } .footer-legal-links li:last-child { border:0; margin-right:0; } .footer-legal-links a { display: inline-block; width:100%; color:rgb(51,51,54); } .footer-country a { color:rgb(51,51,54); } @media all and (min-width:688px) { .extra-info p { font-size:calc(1rem + 0.7vw); } .support.product section:first-child > * { flex-basis:50%; } .support.product, footer { padding:2rem 2rem; } #header > a { display: none; height:0; width:0; } #header { padding: 0; display: flex; justify-content: center; } #header #nav-bar { display:block; width:75%; height: auto; } .apple-logo-nav { font-size:1.5rem; } #header #nav-bar ul { font-size:1.0625rem; display: flex; justify-content: space-between; align-items: center; } } @media all and (min-width:850px) { .main-info .other-payment { font-size:calc(0.75rem + 0.7vw); } .support.product, footer { padding:2rem 3rem; } .footer-legal > * { flex: 0 1 auto; } .footer-legal-links { flex-grow:1; } } @media all and (min-width:1050px){ .main-info .other-payment { font-size:calc(0.75rem + 0.6vw); } .extra-info p { font-size:calc(1rem + 0.6vw); } .support.product, footer { padding:2rem 5rem; } } @media all and (min-width:1250px){ .main-info .other-payment { font-size:calc(0.7rem + 0.5vw); } .extra-info p { font-size:calc(1rem + 0.5vw); } .support.product, footer { padding:2rem 8rem; } }
0.448909
0.068694
@import url(http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister); @import url(http://fonts.googleapis.com/css?family=Cabin); @import url(http://fonts.googleapis.com/css?family=Lora); html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li { margin:0px; padding:0px; } html, body { height:100%; width:100%; } html { font-family: 'Lora', sans-serif; line-height: 1.5; } h1 { font-family: 'Love Ya Like A Sister', cursive; } h3{ margin-top:-10px; font-weight: 200; } .rgba-primary-0 { color: rgba( 23,208, 64,1) } /* Main Primary color */ .rgba-primary-1 { color: rgba(144,239,165,1) } .rgba-primary-2 { color: rgba(112,223,136,1) } .rgba-primary-3 { color: rgba( 0,147, 33,1) } .rgba-primary-4 { color: rgba( 0,105, 23,1) } .rgba-secondary-1-0 { color: rgba(255,234, 28,1) } /* Main Secondary color (1) */ .rgba-secondary-1-1 { color: rgba(255,246,154,1) } .rgba-secondary-1-2 { color: rgba(255,243,127,1) } .rgba-secondary-1-3 { color: rgba(195,177, 0,1) } .rgba-secondary-1-4 { color: rgba(138,126, 0,1) } .rgba-secondary-2-0 { color: rgba( 65, 44,196,1) } /* Main Secondary color (2) */ .rgba-secondary-2-1 { color: rgba(165,154,235,1) } .rgba-secondary-2-2 { color: rgba(134,122,215,1) } .rgba-secondary-2-3 { color: rgba( 29, 12,135,1) } .rgba-secondary-2-4 { color: rgba( 21, 9, 96,1) } /* dark blue */ /* top menu */ .navigation { margin-left:8%; width:84%; height:12%; background-color: rgba( 21, 9, 96,1); color: rgba(255,234, 28,1); display:flex; justify-content:space-between; } .navigation a:hover { color: rgba(255,234, 28,1); background-color: rgba( 21, 9, 96,1); } .navigation a { color: rgba( 21, 9, 96,1); background-color: rgba(255,234, 28,1); } .navigation ul, .navigation div { padding: 1%; } .logo { flex: 0 0 15%; } .sublogo { font-family: 'Love Ya Like A Sister', cursive; font-weight: 400; text-align:right; } .main-menu { flex: 0 0 50%; align-self:center; } .main-menu li { padding: 1% 5%; font-family: 'Love Ya Like A Sister', cursive; } .assist-menu { flex: 0 0 10%; align-self: center; } .assist-menu li { color:white; font-size: 12px; } ul { list-style: none; text-align: center; } ul li { display: inline-block; padding:1% 5%; } ul .chamada { display:block; } .typography { width: 40%; padding:30px; line-height: 1.5; } /* main content */ .content { margin-left:8%; width:84%; height:88%; } .main-image { background-image: url(beach.jpg); background-position: left bottom; height:65%; width:100%; } .headlines { display:flex; height: 35%; align-items:top; margin-top: 1%; } .headline { flex: 0 0 25%; padding:3% 4% 3% 4% ; text-align:center; } .headline h3 { font-family: 'Love Ya Like A Sister', cursive; font-size: 24px; color: rgba( 0,105, 23,1) ; border-bottom: 1px solid rgba( 0,105, 23,0.2) ; margin-bottom: 5%; } .headline p { font-size: 12px; color: rgba( 21, 9, 96,1) } /* footer */ .second-page { margin-left: 8%; width:84%; height:100%; } .question { height:33%; font-family: 'Love Ya Like A Sister', cursive; text-align: center; color:rgba( 0,105, 23, 1) ; } .question > div { } .question h1 { padding-top: 1%; padding-bottom: 3%; } .question img { width:100px; height:auto; } .question img:nth-child(2n) { padding-right:5%; padding-left: 5%; } .question input { box-shadow: 3px 3px 3px rgba( 0,105, 23, 0.3) , inset 1px 1px 1px rgba( 0,105, 23, 0.3); border-radius: 5%; width:20%; text-align: center; font-size: 24px; padding:5px; font-family: 'Lora', sans-serif; background-image: url(currency.png); background-position: center left; background-repeat: no-repeat; background-size: 26px 26px; } /* specific for typhography page */ .typography h1{ font-family: 'Love Ya Like A Sister', cursive; } .typography h3{ margin-top: -10px; font-family: 'Lora', sans-serif; color:rgba(0,0,0,0.8); font-weight: 200; } .typography p{ padding-top:10px; font-family: 'Lora', sans-serif; }
Css/toquebrado/style.css
@import url(http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister); @import url(http://fonts.googleapis.com/css?family=Cabin); @import url(http://fonts.googleapis.com/css?family=Lora); html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li { margin:0px; padding:0px; } html, body { height:100%; width:100%; } html { font-family: 'Lora', sans-serif; line-height: 1.5; } h1 { font-family: 'Love Ya Like A Sister', cursive; } h3{ margin-top:-10px; font-weight: 200; } .rgba-primary-0 { color: rgba( 23,208, 64,1) } /* Main Primary color */ .rgba-primary-1 { color: rgba(144,239,165,1) } .rgba-primary-2 { color: rgba(112,223,136,1) } .rgba-primary-3 { color: rgba( 0,147, 33,1) } .rgba-primary-4 { color: rgba( 0,105, 23,1) } .rgba-secondary-1-0 { color: rgba(255,234, 28,1) } /* Main Secondary color (1) */ .rgba-secondary-1-1 { color: rgba(255,246,154,1) } .rgba-secondary-1-2 { color: rgba(255,243,127,1) } .rgba-secondary-1-3 { color: rgba(195,177, 0,1) } .rgba-secondary-1-4 { color: rgba(138,126, 0,1) } .rgba-secondary-2-0 { color: rgba( 65, 44,196,1) } /* Main Secondary color (2) */ .rgba-secondary-2-1 { color: rgba(165,154,235,1) } .rgba-secondary-2-2 { color: rgba(134,122,215,1) } .rgba-secondary-2-3 { color: rgba( 29, 12,135,1) } .rgba-secondary-2-4 { color: rgba( 21, 9, 96,1) } /* dark blue */ /* top menu */ .navigation { margin-left:8%; width:84%; height:12%; background-color: rgba( 21, 9, 96,1); color: rgba(255,234, 28,1); display:flex; justify-content:space-between; } .navigation a:hover { color: rgba(255,234, 28,1); background-color: rgba( 21, 9, 96,1); } .navigation a { color: rgba( 21, 9, 96,1); background-color: rgba(255,234, 28,1); } .navigation ul, .navigation div { padding: 1%; } .logo { flex: 0 0 15%; } .sublogo { font-family: 'Love Ya Like A Sister', cursive; font-weight: 400; text-align:right; } .main-menu { flex: 0 0 50%; align-self:center; } .main-menu li { padding: 1% 5%; font-family: 'Love Ya Like A Sister', cursive; } .assist-menu { flex: 0 0 10%; align-self: center; } .assist-menu li { color:white; font-size: 12px; } ul { list-style: none; text-align: center; } ul li { display: inline-block; padding:1% 5%; } ul .chamada { display:block; } .typography { width: 40%; padding:30px; line-height: 1.5; } /* main content */ .content { margin-left:8%; width:84%; height:88%; } .main-image { background-image: url(beach.jpg); background-position: left bottom; height:65%; width:100%; } .headlines { display:flex; height: 35%; align-items:top; margin-top: 1%; } .headline { flex: 0 0 25%; padding:3% 4% 3% 4% ; text-align:center; } .headline h3 { font-family: 'Love Ya Like A Sister', cursive; font-size: 24px; color: rgba( 0,105, 23,1) ; border-bottom: 1px solid rgba( 0,105, 23,0.2) ; margin-bottom: 5%; } .headline p { font-size: 12px; color: rgba( 21, 9, 96,1) } /* footer */ .second-page { margin-left: 8%; width:84%; height:100%; } .question { height:33%; font-family: 'Love Ya Like A Sister', cursive; text-align: center; color:rgba( 0,105, 23, 1) ; } .question > div { } .question h1 { padding-top: 1%; padding-bottom: 3%; } .question img { width:100px; height:auto; } .question img:nth-child(2n) { padding-right:5%; padding-left: 5%; } .question input { box-shadow: 3px 3px 3px rgba( 0,105, 23, 0.3) , inset 1px 1px 1px rgba( 0,105, 23, 0.3); border-radius: 5%; width:20%; text-align: center; font-size: 24px; padding:5px; font-family: 'Lora', sans-serif; background-image: url(currency.png); background-position: center left; background-repeat: no-repeat; background-size: 26px 26px; } /* specific for typhography page */ .typography h1{ font-family: 'Love Ya Like A Sister', cursive; } .typography h3{ margin-top: -10px; font-family: 'Lora', sans-serif; color:rgba(0,0,0,0.8); font-weight: 200; } .typography p{ padding-top:10px; font-family: 'Lora', sans-serif; }
0.32306
0.071267
@import url(https://fonts.googleapis.com/css?family=Open+Sans); body { color: #333; font-family: 'Open Sans', sans-serif; margin: 0px; font-size: 15px; background-color:#f1f1f1; } body * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; } ::selection { background:#6ba9c6; color:#fff; } html { overflow-y:scroll; } img { border: 0px; max-width: 100%; } a img { -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } a img:hover { opacity: 0.8; } h1,h2,h3,h4 { padding: 6px 0px; margin: 0px; } h1 { font-size: 24px; } h2 { font-size: 22px; } h3 { font-size: 18px; } a { color:#337ab7; text-decoration:none; } a:hover { color:#23527c; text-decoration:underline; } p { margin: 0px; padding: 5px 0px; overflow: hidden; } input, textarea, button { font-family: 'Open Sans', sans-serif; font-size: 14px; } textarea { resize: vertical; } blockquote { margin: 10px 0px; padding: 10px; background-color: #f5f5f5; border: 1px solid #e1e1e8; font-size: 13px; } header { overflow: hidden; } .no-hidden { overflow: visible !important; } .negrita { font-weight: bold; } .contenedor { max-width: 1000px; margin: 0px auto; overflow: hidden; } .logo { color: #fff; font-size: 25px; overflow: hidden; } .logo img { float: left; } /* fondos */ .fondo-blanco { background-color: #c9302c; } .fondo-negro { background-color: #343F42; } /* Modal */ .flotante-fondo { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 990; background-color: #000000; opacity: 0.5; } .flotante { background-color: #fff; border: 1px solid #999; border-radius: 3px; z-index: 999; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5); box-shadow: 0 5px 15px rgba(0,0,0,.5); margin-top: 30px; margin-left: -301px; width: 600px; top: 0; left: 50%; position: fixed; display: none; } .flotante-mediano { margin-left: -201px !important; width: 400px !important; } .flotante-grande { margin-left: -450px; width: 900px; } .flotante-encabezado { min-height: 16px; padding: 15px; border-bottom: 1px solid #e5e5e5; overflow: hidden; } .flotante-contenido { padding: 15px; } .flotante-encabezado h4 { line-height: 25px; font-size: 18px; } .flotante-pie { padding: 15px; overflow: hidden; border-top: 1px solid #e5e5e5; } .flotante-cerrar { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; } .flotante-cerrar:hover { cursor: pointer; opacity: 0.4; } .modal { display: none; position: absolute; } /* Margenes */ .margen-8 { margin:8px; } .margen-16 { margin:16px; } .margen-abajo { margin-bottom: 8px; } .margen-arriba { margin-top: 8px; } .margen-izquierda { margin-left: 4px; } .margen-derecha { margin-right: 4px; } /* padding */ .relleno-0 { padding:0 !important; } .relleno-8 { padding: 8px; overflow: hidden; } .relleno-16 { padding: 16px; overflow: hidden; } .relleno-abajo-8 { padding-bottom: 8px; } /* float */ .izquierda { float: left !important; } .derecha { float: right !important; } .en-linea { display: inline !important; } .sin-margen { margin: 0px !important; } .centrado { margin: 0px auto !important; } .visible { display: block !important; } .oculto { display: none; } /* textos */ .texto-centrado { text-align: center; display: block; } .texto-justificado { text-align: justify; display: block; } .texto-derecha { text-align: right; display: block; } .texto-izquierda { text-align: left; display: block; } .color-blanco { color: #fff; } .color-negro { color: #000; } .color-gris { color: #A9A9A9; } .texto-12 { font-size: 12px; } .texto-14 { font-size: 14px; } .texto-16 { font-size: 16px; } .texto-18 { font-size: 18px; } .texto-20 { font-size: 20px; } .texto-22 { font-size: 22px; } .texto-24 { font-size: 24px; } .texto-26 { font-size: 26px; } .texto-28 { font-size: 28px; } /* Formularios */ .formulario { position: relative; border-radius: 3px; } .formulario label { display: block; font-weight: bold; padding: 6px 0px; text-align: left; } .formulario input[type="text"], .formulario input[type="tel"], .formulario input[type="date"], .formulario input[type="password"], .formulario input[type="email"], .formulario textarea, .formulario select { width: 100%; outline: none; padding: 8px 12px; display: block; font-size: 14px; color: #333; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); } .formulario select { padding: 8.5px 12px; } .formulario input[type="date"] { padding: 7px 12px; } .formulario input[type="text"]:focus, .formulario input[type="tel"]:focus, .formulario input[type="date"]:focus, .formulario input[type="password"]:focus, .formulario input[type="email"]:focus, .formulario textarea:focus, .formulario select:focus { border-color:#66afe9; outline:none; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .recordarme { overflow: hidden; } .recordarme label { font-size: 13px; float: left; padding: 0px; font-weight: normal; } .recordarme input { float: left; } .formulario-grupo { padding: 8px 0px; overflow: hidden; } .buscador { position: relative; } .buscador-campo { outline: none; padding: 8px 12px; display: inline-block; font-size: 14px; color: #333; float: left; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); } .buscador-campo:focus { border-color:#66afe9; outline:none; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .buscador-boton { background: url(../img/seach.png) no-repeat center; cursor: pointer; width: 37px; height: 37px; background-color: #5cb85c; border-color: #4cae4c; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; border: 1px solid transparent; border-radius: 3px; display: inline-block; outline: none; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; margin-left: 4px; } .buscador-boton:hover { color: #fff; background-color: #449d44; border-color: #398439; } /* Botones */ .boton { padding: 8px 12px; font-size: 14px; font-weight: normal; text-align: center; white-space: nowrap; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; border: 1px solid transparent; border-color: #ddd; border-radius: 3px; background-color: #F0F0F0; display: inline-block; line-height: 16px; outline: none; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .boton:hover { text-decoration: none; } .boton-grande { padding: 12px 16px; font-size: 18px; border-radius: 4px; } .boton-pequenio { padding: 4px 8px; font-size: 12px; border-radius: 2px; } .boton-azul { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .boton-azul:hover { color: #fff; background-color: #286090; border-color: #204d74; } .boton-azul .notificacion { color: #337ab7 !important; background: #fff !important; } .boton-verde { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .boton-verde:hover { color: #fff; background-color: #449d44; border-color: #398439; } .boton-verde .notificacion { color: #5cb85c !important; background: #fff !important; } .boton-rojo { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .boton-rojo:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .boton-rojo .notificacion { color: #d9534f !important; background: #fff !important; } .notificacion { display: inline-block; min-width: 10px; float: left; margin-right: 4px; padding: 2px 6px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; border-radius: 10px; } .notificacion-globo { font-size: 12px; height: 19px; width: 19px !important; position: absolute; z-index: 0; margin-top: -22px; margin-left: -29px; border-radius: 2px !important; text-align: center; line-height: 20px; color: #fff; background-color: #c9302c; border-color: #ac2925; } /* capas */ .separador { margin: 4px 0px; border-top: 1px solid #eee; } .borde-gris { border: 1px solid #c9302c; border-top: none; overflow: hidden; } /* Etiquetas */ .etiqueta { border: 1px solid #E8E8E8; padding: 4px 8px; text-align: center; white-space: nowrap; border-radius: 3px; background-color: #F0F0F0; font-size: 14px; display: inline-block; margin: 2px 2px 2px 0px; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .etiqueta:hover { text-decoration: none; } .etiqueta-grande { padding: 6px 12px; border-radius: 4px; font-size: 15px; } .etiqueta-pequenia { padding: 2px 7px; border-radius: 2px; font-size: 12px; } .etiqueta-azul { background-color: #337ab7; color: #fff; } .etiqueta-azul:hover { background-color: #286090; color: #fff; text-decoration: none; } .etiqueta-verde { background-color: #5cb85c; color: #fff; } .etiqueta-verde:hover { background-color: #449d44; color: #fff; text-decoration: none; } .etiqueta-rojo { background-color: #d9534f; color: #fff; } .etiqueta-rojo:hover { background-color: #c9302c; color: #fff; text-decoration: none; } .alerta { padding: 15px; border: 1px solid transparent; border-radius: 3px; border-color: #E5E5E5; margin-bottom: 4px; } .alerta a { cursor: pointer; } .alerta-pequenia { padding: 3px 8px; border-radius: 2px; } .alerta-info { background-color: #F0F0F0; } .alerta-rojo { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alerta-verde { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } /* Barras */ .barra { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 3px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .barra-progreso { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #D0D0D0; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; } .barra-progreso-azul { background-color: #337ab7; } .barra-progreso-verde { background-color: #5cb85c; } .barra-progreso-rojo { background-color: #d9534f; } /* Menus */ .menu { background-color: #f8f8f8; border-bottom: 1px solid #e7e7e7; position: relative; min-height: 48px; color: #333; overflow: visible; } .menu-negro { background-color: #222222; border-bottom: 1px solid #101010; color: #9d9d9d; } .menu-negro .menu-activo { background-color: #080808; } .menu-negro .menu-activo a { color: #E4E4E4 !important; } .menu-negro ul a { color: #B6B6B6 !important; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu-negro ul a:hover { color: #fff !important; } .menu ul { margin: 0; padding-left: 0; list-style: none; width: 100%; } .menu ul li { float: left; position: relative; display: inline-block; } .menu ul a { padding: 14.5px; position: relative; display: inline-block; font-size: 14px; cursor: pointer; color: #5E5E5E; text-decoration: none; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu ul a:hover { color: #000; } .menu ul li ul li { background-color: #FBFBFB; border: 1px solid #e7e7e7; border-top: 0; width: 100%; text-align: center; } .menu-negro ul li ul li { background-color: #2F2F2F; border: 1px solid #101010; border-top: 0; width: 100%; text-align: center; } .menu-mas { display: none; position: absolute; z-index: 1000; } .menu-activo { background-color: #E7E7E7; } .menu-lista { overflow: hidden; display: inline; } .menu .menu-logo { float: left; position: relative; display: inline-block; color: #222222; font-weight: bold; font-size: 18px; padding: 12.5px 11px 12.5px 0px; line-height: 22px; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu-negro .menu-logo { float: left; position: relative; display: inline-block; color: #fff; font-weight: normal; font-size: 18px; padding: 12.5px 11px 12.5px 0px; line-height: 22px; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu .menu-logo:hover { color: #676767; text-decoration: none; } .menu-negro .menu-logo:hover { color: #ddd; text-decoration: none; } .listado li { list-style: square url(../img/lista.png); line-height: 27px; } .listado-azul li { list-style: square url(../img/lista-azul.png); } .listado-verde li { list-style: square url(../img/lista-verde.png); } .menu-boton { overflow: hidden; display: none; margin: 7px 0px; color: #fff; float: right; height: 34px; width: 44px; border: 1px solid #C3C3C3 !important; border-radius: 3px; cursor: pointer; background: url(../img/menu.png) no-repeat center; } .menu-boton-negro { border: 1px solid #5A5A5A !important; background: url(../img/menu-negro.png) no-repeat center; } .imagen-adaptable { max-width: 100%; height: auto; border: 0px; margin: 8px 8px 8px 0px; } .imagen-miniatura { padding: 4px; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; } .imagen-centrada { margin: 0px auto 4px auto; display: block; } .ver-imagenes { overflow: hidden; } .fila { overflow: hidden; } .columna-texto { display: block; line-height: 20px; } .categorias { border: 1px solid #E5E5E5; border-bottom: none; border-radius: 3px; } .categorias h1, .categorias h2, .categorias h3 { border-bottom: 1px solid #E5E5E5; font-size: 16px; padding: 8px; } .categorias ul { list-style: none; padding: 0px; margin: 0px; } .categorias ul li a { padding: 7px 8px; border-bottom: 1px solid #E5E5E5; position: relative; display: inline-block; color: #333; width: 100%; font-size: 14px; } .categorias ul li a:hover { background: #f5f5f5; text-decoration: none; } .articulo h1 { padding:0px; } .articulo-contenido { min-height: 100px; } .articulo-contenido img { max-width: 80%; margin-top: 4px; } .articulo-pie { font-size: 13px; color: #989898; padding: 8px; margin: 8px 0 16px 0; border-top: 1px dashed #E5E5E5; border-bottom: 1px solid #E5E5E5; overflow: hidden; text-align: right; } .alto-minimo { min-height: 500px; } h1 a, h2 a, h3 a, h4 a { color: #333; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: #6C6C6C; text-decoration: none; } .columna-imagen { margin: 0px auto 4px auto; display: block; max-width: 100%; } .columna { float: left; padding: 8px; width: 100%; } .migas { list-style: none; border-left: 2px solid #286090; background-color: #f5f5f5; font-size: 14px; overflow: hidden; } .migas ul { margin: 0; padding-left: 0; list-style: none; width: 100%; } .migas ul li { position: relative; display: inline-block; } .migas ul li a { padding: 8px 15px; position: relative; display: inline-block; text-decoration: none; cursor: pointer; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .subir { border: 1px solid #ddd; width: 43px; height: 43px; position: fixed; top: 50%; margin-top: -21.5px; right: 18px; background: url(../img/subir.png) no-repeat center; cursor: pointer; border-radius: 3px; background-color: #F8F8F8; display: none; } .subir-negro { border: 1px solid #333; background: url(../img/subir-negro.png) no-repeat center; background-color: #343F42; } pre { padding: 18px; background-color: #f5f5f5; border: 1px solid #e1e1e8; border-radius: 3px; word-wrap: break-word; color: #3E4D57; display: inline-block; width: 100%; } .panel { overflow: hidden; border-radius: 3px; border: 1px solid transparent; border-color: #ddd; margin-bottom: 5px; } .panel-encabezado { padding: 10px 15px; border-top-left-radius: 3px; border-top-right-radius: 3px; color: #333; background-color: #f5f5f5; -webkit-user-select: none; -moz-user-select: none; cursor: default; } .panel-contenido { overflow: hidden; padding: 15px; border-top: 1px solid transparent; border-color: #ddd; } .panel-acordeon .panel-contenido { display: none; } .panel-acordeon .panel-encabezado { cursor: pointer; } .gigante { background-color: #33A5D5; height: 250px; padding-top: 63px; } .gigante h1, .gigante h2 { font-weight: normal; color: #fff; } .elemento-fijo { position: fixed; z-index: 999; width: 100%; bottom: 0; left: 0; text-align: center; background-color: #222222; } .pagina-titulo { padding: 7px 8px; font-size: 16px; } .pagina-titulo-azul { background-color: #33A5D5; color: #fff; } .pagina-titulo h1 { font-size: 16px !important; font-weight: normal; } .pagina-titulo-verde { background-color: #5cb85c; color: #fff; } .pagina-titulo-rojo { background-color: #5cb85c; color: #fff; } .pagina-lista { font-size: 18px; } .pagina-lista-g { font-size: 22px; } .flecha { display: inline-block; width: 0 !important; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .video-adaptable { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; overflow: hidden; } .video-adaptable iframe, .video-adaptable object { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .pantalla-p-visible { display: none; } /*Cookies */ .cookies { position: fixed; bottom: 0px; left: 0; right: 0; width: 100%; z-index: 999; background-color: #2F2F2F; padding: 12px 40px; } .cookies span { color: #fff; line-height: 26px; font-size: 13px; float: left; } /* Dispositivos */ @media all and (min-width: 651px) { .menu-lista { display: inline !important; } .columna-m-12 { width: 100%; } .columna-m-11 { width: 91.66666667%; } .columna-m-10 { width: 83.33333333%; } .columna-m-9 { width: 75%; } .columna-m-8 { width: 66.66666667%; } .columna-m-7 { width: 58.33333333%; } .columna-m-6 { width: 50%; } .columna-m-5 { width: 41.66666667%; } .columna-m-4 { width: 33.33333333%; } .columna-m-3 { width: 25%; } .columna-m-2 { width: 16.66666667%; } .columna-m-1 { width: 8.33333333%; } } @media all and (min-width: 1200px) { .columna-g-12 { width: 100%; } .columna-g-11 { width: 91.66666667%; } .columna-g-10 { width: 83.33333333%; } .columna-g-9 { width: 75%; } .columna-g-8 { width: 66.66666667%; } .columna-g-7 { width: 58.33333333%; } .columna-g-6 { width: 50%; } .columna-g-5 { width: 41.66666667%; } .columna-g-4 { width: 33.33333333%; } .columna-g-3 { width: 25%; } .columna-g-2 { width: 16.66666667%; } .columna-g-1 { width: 8.33333333%; } } @media all and (max-width: 1020px) { .contenedor { margin: 0px 8px; text-align:center; } .flotante { width: 600px; margin-left: -301px; } .menu-mas { position: relative !important; } } @media all and (max-width: 650px) { .flotante { width: 301px !important; margin-left: -152px !important; } .menu-lista { width: 100%; display: none; border-top: 1px solid #DFDFDF; padding: 8px 0px; margin: 0px !important; } .menu-lista .boton { margin-bottom: 3px; } .menu-lista * { width: 100%; float: none; margin: 0px; } .menu-boton { display: block; } .boton-buscar { margin-top: 4px !important; } .fila img { max-width: 100% !important; } h1,h2,h3 { font-size: 20px; line-height: 24px; } .pantalla-p-oculto { display: none !important; } .pantalla-p-visible { display: block !important; } .notificacion-globo { margin: -20px 0 0px -29px !important; } .buscador-campo { margin-bottom: 6px; } }
public/css/base.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans); body { color: #333; font-family: 'Open Sans', sans-serif; margin: 0px; font-size: 15px; background-color:#f1f1f1; } body * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; } ::selection { background:#6ba9c6; color:#fff; } html { overflow-y:scroll; } img { border: 0px; max-width: 100%; } a img { -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } a img:hover { opacity: 0.8; } h1,h2,h3,h4 { padding: 6px 0px; margin: 0px; } h1 { font-size: 24px; } h2 { font-size: 22px; } h3 { font-size: 18px; } a { color:#337ab7; text-decoration:none; } a:hover { color:#23527c; text-decoration:underline; } p { margin: 0px; padding: 5px 0px; overflow: hidden; } input, textarea, button { font-family: 'Open Sans', sans-serif; font-size: 14px; } textarea { resize: vertical; } blockquote { margin: 10px 0px; padding: 10px; background-color: #f5f5f5; border: 1px solid #e1e1e8; font-size: 13px; } header { overflow: hidden; } .no-hidden { overflow: visible !important; } .negrita { font-weight: bold; } .contenedor { max-width: 1000px; margin: 0px auto; overflow: hidden; } .logo { color: #fff; font-size: 25px; overflow: hidden; } .logo img { float: left; } /* fondos */ .fondo-blanco { background-color: #c9302c; } .fondo-negro { background-color: #343F42; } /* Modal */ .flotante-fondo { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 990; background-color: #000000; opacity: 0.5; } .flotante { background-color: #fff; border: 1px solid #999; border-radius: 3px; z-index: 999; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5); box-shadow: 0 5px 15px rgba(0,0,0,.5); margin-top: 30px; margin-left: -301px; width: 600px; top: 0; left: 50%; position: fixed; display: none; } .flotante-mediano { margin-left: -201px !important; width: 400px !important; } .flotante-grande { margin-left: -450px; width: 900px; } .flotante-encabezado { min-height: 16px; padding: 15px; border-bottom: 1px solid #e5e5e5; overflow: hidden; } .flotante-contenido { padding: 15px; } .flotante-encabezado h4 { line-height: 25px; font-size: 18px; } .flotante-pie { padding: 15px; overflow: hidden; border-top: 1px solid #e5e5e5; } .flotante-cerrar { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; } .flotante-cerrar:hover { cursor: pointer; opacity: 0.4; } .modal { display: none; position: absolute; } /* Margenes */ .margen-8 { margin:8px; } .margen-16 { margin:16px; } .margen-abajo { margin-bottom: 8px; } .margen-arriba { margin-top: 8px; } .margen-izquierda { margin-left: 4px; } .margen-derecha { margin-right: 4px; } /* padding */ .relleno-0 { padding:0 !important; } .relleno-8 { padding: 8px; overflow: hidden; } .relleno-16 { padding: 16px; overflow: hidden; } .relleno-abajo-8 { padding-bottom: 8px; } /* float */ .izquierda { float: left !important; } .derecha { float: right !important; } .en-linea { display: inline !important; } .sin-margen { margin: 0px !important; } .centrado { margin: 0px auto !important; } .visible { display: block !important; } .oculto { display: none; } /* textos */ .texto-centrado { text-align: center; display: block; } .texto-justificado { text-align: justify; display: block; } .texto-derecha { text-align: right; display: block; } .texto-izquierda { text-align: left; display: block; } .color-blanco { color: #fff; } .color-negro { color: #000; } .color-gris { color: #A9A9A9; } .texto-12 { font-size: 12px; } .texto-14 { font-size: 14px; } .texto-16 { font-size: 16px; } .texto-18 { font-size: 18px; } .texto-20 { font-size: 20px; } .texto-22 { font-size: 22px; } .texto-24 { font-size: 24px; } .texto-26 { font-size: 26px; } .texto-28 { font-size: 28px; } /* Formularios */ .formulario { position: relative; border-radius: 3px; } .formulario label { display: block; font-weight: bold; padding: 6px 0px; text-align: left; } .formulario input[type="text"], .formulario input[type="tel"], .formulario input[type="date"], .formulario input[type="password"], .formulario input[type="email"], .formulario textarea, .formulario select { width: 100%; outline: none; padding: 8px 12px; display: block; font-size: 14px; color: #333; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); } .formulario select { padding: 8.5px 12px; } .formulario input[type="date"] { padding: 7px 12px; } .formulario input[type="text"]:focus, .formulario input[type="tel"]:focus, .formulario input[type="date"]:focus, .formulario input[type="password"]:focus, .formulario input[type="email"]:focus, .formulario textarea:focus, .formulario select:focus { border-color:#66afe9; outline:none; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .recordarme { overflow: hidden; } .recordarme label { font-size: 13px; float: left; padding: 0px; font-weight: normal; } .recordarme input { float: left; } .formulario-grupo { padding: 8px 0px; overflow: hidden; } .buscador { position: relative; } .buscador-campo { outline: none; padding: 8px 12px; display: inline-block; font-size: 14px; color: #333; float: left; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); } .buscador-campo:focus { border-color:#66afe9; outline:none; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .buscador-boton { background: url(../img/seach.png) no-repeat center; cursor: pointer; width: 37px; height: 37px; background-color: #5cb85c; border-color: #4cae4c; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; border: 1px solid transparent; border-radius: 3px; display: inline-block; outline: none; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; margin-left: 4px; } .buscador-boton:hover { color: #fff; background-color: #449d44; border-color: #398439; } /* Botones */ .boton { padding: 8px 12px; font-size: 14px; font-weight: normal; text-align: center; white-space: nowrap; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; border: 1px solid transparent; border-color: #ddd; border-radius: 3px; background-color: #F0F0F0; display: inline-block; line-height: 16px; outline: none; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .boton:hover { text-decoration: none; } .boton-grande { padding: 12px 16px; font-size: 18px; border-radius: 4px; } .boton-pequenio { padding: 4px 8px; font-size: 12px; border-radius: 2px; } .boton-azul { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .boton-azul:hover { color: #fff; background-color: #286090; border-color: #204d74; } .boton-azul .notificacion { color: #337ab7 !important; background: #fff !important; } .boton-verde { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .boton-verde:hover { color: #fff; background-color: #449d44; border-color: #398439; } .boton-verde .notificacion { color: #5cb85c !important; background: #fff !important; } .boton-rojo { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .boton-rojo:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .boton-rojo .notificacion { color: #d9534f !important; background: #fff !important; } .notificacion { display: inline-block; min-width: 10px; float: left; margin-right: 4px; padding: 2px 6px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; border-radius: 10px; } .notificacion-globo { font-size: 12px; height: 19px; width: 19px !important; position: absolute; z-index: 0; margin-top: -22px; margin-left: -29px; border-radius: 2px !important; text-align: center; line-height: 20px; color: #fff; background-color: #c9302c; border-color: #ac2925; } /* capas */ .separador { margin: 4px 0px; border-top: 1px solid #eee; } .borde-gris { border: 1px solid #c9302c; border-top: none; overflow: hidden; } /* Etiquetas */ .etiqueta { border: 1px solid #E8E8E8; padding: 4px 8px; text-align: center; white-space: nowrap; border-radius: 3px; background-color: #F0F0F0; font-size: 14px; display: inline-block; margin: 2px 2px 2px 0px; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .etiqueta:hover { text-decoration: none; } .etiqueta-grande { padding: 6px 12px; border-radius: 4px; font-size: 15px; } .etiqueta-pequenia { padding: 2px 7px; border-radius: 2px; font-size: 12px; } .etiqueta-azul { background-color: #337ab7; color: #fff; } .etiqueta-azul:hover { background-color: #286090; color: #fff; text-decoration: none; } .etiqueta-verde { background-color: #5cb85c; color: #fff; } .etiqueta-verde:hover { background-color: #449d44; color: #fff; text-decoration: none; } .etiqueta-rojo { background-color: #d9534f; color: #fff; } .etiqueta-rojo:hover { background-color: #c9302c; color: #fff; text-decoration: none; } .alerta { padding: 15px; border: 1px solid transparent; border-radius: 3px; border-color: #E5E5E5; margin-bottom: 4px; } .alerta a { cursor: pointer; } .alerta-pequenia { padding: 3px 8px; border-radius: 2px; } .alerta-info { background-color: #F0F0F0; } .alerta-rojo { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alerta-verde { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } /* Barras */ .barra { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 3px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .barra-progreso { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #D0D0D0; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; } .barra-progreso-azul { background-color: #337ab7; } .barra-progreso-verde { background-color: #5cb85c; } .barra-progreso-rojo { background-color: #d9534f; } /* Menus */ .menu { background-color: #f8f8f8; border-bottom: 1px solid #e7e7e7; position: relative; min-height: 48px; color: #333; overflow: visible; } .menu-negro { background-color: #222222; border-bottom: 1px solid #101010; color: #9d9d9d; } .menu-negro .menu-activo { background-color: #080808; } .menu-negro .menu-activo a { color: #E4E4E4 !important; } .menu-negro ul a { color: #B6B6B6 !important; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu-negro ul a:hover { color: #fff !important; } .menu ul { margin: 0; padding-left: 0; list-style: none; width: 100%; } .menu ul li { float: left; position: relative; display: inline-block; } .menu ul a { padding: 14.5px; position: relative; display: inline-block; font-size: 14px; cursor: pointer; color: #5E5E5E; text-decoration: none; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu ul a:hover { color: #000; } .menu ul li ul li { background-color: #FBFBFB; border: 1px solid #e7e7e7; border-top: 0; width: 100%; text-align: center; } .menu-negro ul li ul li { background-color: #2F2F2F; border: 1px solid #101010; border-top: 0; width: 100%; text-align: center; } .menu-mas { display: none; position: absolute; z-index: 1000; } .menu-activo { background-color: #E7E7E7; } .menu-lista { overflow: hidden; display: inline; } .menu .menu-logo { float: left; position: relative; display: inline-block; color: #222222; font-weight: bold; font-size: 18px; padding: 12.5px 11px 12.5px 0px; line-height: 22px; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu-negro .menu-logo { float: left; position: relative; display: inline-block; color: #fff; font-weight: normal; font-size: 18px; padding: 12.5px 11px 12.5px 0px; line-height: 22px; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu .menu-logo:hover { color: #676767; text-decoration: none; } .menu-negro .menu-logo:hover { color: #ddd; text-decoration: none; } .listado li { list-style: square url(../img/lista.png); line-height: 27px; } .listado-azul li { list-style: square url(../img/lista-azul.png); } .listado-verde li { list-style: square url(../img/lista-verde.png); } .menu-boton { overflow: hidden; display: none; margin: 7px 0px; color: #fff; float: right; height: 34px; width: 44px; border: 1px solid #C3C3C3 !important; border-radius: 3px; cursor: pointer; background: url(../img/menu.png) no-repeat center; } .menu-boton-negro { border: 1px solid #5A5A5A !important; background: url(../img/menu-negro.png) no-repeat center; } .imagen-adaptable { max-width: 100%; height: auto; border: 0px; margin: 8px 8px 8px 0px; } .imagen-miniatura { padding: 4px; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; } .imagen-centrada { margin: 0px auto 4px auto; display: block; } .ver-imagenes { overflow: hidden; } .fila { overflow: hidden; } .columna-texto { display: block; line-height: 20px; } .categorias { border: 1px solid #E5E5E5; border-bottom: none; border-radius: 3px; } .categorias h1, .categorias h2, .categorias h3 { border-bottom: 1px solid #E5E5E5; font-size: 16px; padding: 8px; } .categorias ul { list-style: none; padding: 0px; margin: 0px; } .categorias ul li a { padding: 7px 8px; border-bottom: 1px solid #E5E5E5; position: relative; display: inline-block; color: #333; width: 100%; font-size: 14px; } .categorias ul li a:hover { background: #f5f5f5; text-decoration: none; } .articulo h1 { padding:0px; } .articulo-contenido { min-height: 100px; } .articulo-contenido img { max-width: 80%; margin-top: 4px; } .articulo-pie { font-size: 13px; color: #989898; padding: 8px; margin: 8px 0 16px 0; border-top: 1px dashed #E5E5E5; border-bottom: 1px solid #E5E5E5; overflow: hidden; text-align: right; } .alto-minimo { min-height: 500px; } h1 a, h2 a, h3 a, h4 a { color: #333; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: #6C6C6C; text-decoration: none; } .columna-imagen { margin: 0px auto 4px auto; display: block; max-width: 100%; } .columna { float: left; padding: 8px; width: 100%; } .migas { list-style: none; border-left: 2px solid #286090; background-color: #f5f5f5; font-size: 14px; overflow: hidden; } .migas ul { margin: 0; padding-left: 0; list-style: none; width: 100%; } .migas ul li { position: relative; display: inline-block; } .migas ul li a { padding: 8px 15px; position: relative; display: inline-block; text-decoration: none; cursor: pointer; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .subir { border: 1px solid #ddd; width: 43px; height: 43px; position: fixed; top: 50%; margin-top: -21.5px; right: 18px; background: url(../img/subir.png) no-repeat center; cursor: pointer; border-radius: 3px; background-color: #F8F8F8; display: none; } .subir-negro { border: 1px solid #333; background: url(../img/subir-negro.png) no-repeat center; background-color: #343F42; } pre { padding: 18px; background-color: #f5f5f5; border: 1px solid #e1e1e8; border-radius: 3px; word-wrap: break-word; color: #3E4D57; display: inline-block; width: 100%; } .panel { overflow: hidden; border-radius: 3px; border: 1px solid transparent; border-color: #ddd; margin-bottom: 5px; } .panel-encabezado { padding: 10px 15px; border-top-left-radius: 3px; border-top-right-radius: 3px; color: #333; background-color: #f5f5f5; -webkit-user-select: none; -moz-user-select: none; cursor: default; } .panel-contenido { overflow: hidden; padding: 15px; border-top: 1px solid transparent; border-color: #ddd; } .panel-acordeon .panel-contenido { display: none; } .panel-acordeon .panel-encabezado { cursor: pointer; } .gigante { background-color: #33A5D5; height: 250px; padding-top: 63px; } .gigante h1, .gigante h2 { font-weight: normal; color: #fff; } .elemento-fijo { position: fixed; z-index: 999; width: 100%; bottom: 0; left: 0; text-align: center; background-color: #222222; } .pagina-titulo { padding: 7px 8px; font-size: 16px; } .pagina-titulo-azul { background-color: #33A5D5; color: #fff; } .pagina-titulo h1 { font-size: 16px !important; font-weight: normal; } .pagina-titulo-verde { background-color: #5cb85c; color: #fff; } .pagina-titulo-rojo { background-color: #5cb85c; color: #fff; } .pagina-lista { font-size: 18px; } .pagina-lista-g { font-size: 22px; } .flecha { display: inline-block; width: 0 !important; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .video-adaptable { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; overflow: hidden; } .video-adaptable iframe, .video-adaptable object { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .pantalla-p-visible { display: none; } /*Cookies */ .cookies { position: fixed; bottom: 0px; left: 0; right: 0; width: 100%; z-index: 999; background-color: #2F2F2F; padding: 12px 40px; } .cookies span { color: #fff; line-height: 26px; font-size: 13px; float: left; } /* Dispositivos */ @media all and (min-width: 651px) { .menu-lista { display: inline !important; } .columna-m-12 { width: 100%; } .columna-m-11 { width: 91.66666667%; } .columna-m-10 { width: 83.33333333%; } .columna-m-9 { width: 75%; } .columna-m-8 { width: 66.66666667%; } .columna-m-7 { width: 58.33333333%; } .columna-m-6 { width: 50%; } .columna-m-5 { width: 41.66666667%; } .columna-m-4 { width: 33.33333333%; } .columna-m-3 { width: 25%; } .columna-m-2 { width: 16.66666667%; } .columna-m-1 { width: 8.33333333%; } } @media all and (min-width: 1200px) { .columna-g-12 { width: 100%; } .columna-g-11 { width: 91.66666667%; } .columna-g-10 { width: 83.33333333%; } .columna-g-9 { width: 75%; } .columna-g-8 { width: 66.66666667%; } .columna-g-7 { width: 58.33333333%; } .columna-g-6 { width: 50%; } .columna-g-5 { width: 41.66666667%; } .columna-g-4 { width: 33.33333333%; } .columna-g-3 { width: 25%; } .columna-g-2 { width: 16.66666667%; } .columna-g-1 { width: 8.33333333%; } } @media all and (max-width: 1020px) { .contenedor { margin: 0px 8px; text-align:center; } .flotante { width: 600px; margin-left: -301px; } .menu-mas { position: relative !important; } } @media all and (max-width: 650px) { .flotante { width: 301px !important; margin-left: -152px !important; } .menu-lista { width: 100%; display: none; border-top: 1px solid #DFDFDF; padding: 8px 0px; margin: 0px !important; } .menu-lista .boton { margin-bottom: 3px; } .menu-lista * { width: 100%; float: none; margin: 0px; } .menu-boton { display: block; } .boton-buscar { margin-top: 4px !important; } .fila img { max-width: 100% !important; } h1,h2,h3 { font-size: 20px; line-height: 24px; } .pantalla-p-oculto { display: none !important; } .pantalla-p-visible { display: block !important; } .notificacion-globo { margin: -20px 0 0px -29px !important; } .buscador-campo { margin-bottom: 6px; } }
0.220175
0.086632
* { margin: 0; padding: 0; font-family: "Roboto", "微软雅黑", "Microsoft YaHei", "冬青黑体", "Hiragino Sans GB", "华文细黑", "STXihei", "文泉驿微米黑", "WenQuanYi Micro Hei", sans-serif; } .input-field { margin-top: 0; } html,body{ height:100%; width:100%; } #aaaaa{ height:100%; width:100%; position:fixed; z-index:100; } .btn:hover, .btn-large:hover { background-color: #6DACEB; } .btn { background-color: #6DACEB; padding: 0 13px; } header { display: -ms-flexbox; display: flex; background-color: #1B1E32; box-shadow: 0 2px 4px 0 #888888; height: 57px; } #head_icon { background-color: #1B1E32; -ms-flex: 0 1 40px; flex: 0 1 40px; padding: 12px 15px; } .head_tag { font-family: '微软雅黑'; font-size: 17px; color: #F2F2F2; background-color: #1B1E32; -ms-flex: 0 1 auto; flex: 0 1 auto; padding: 15px 19px; } .head_tag:hover { color: #1B1E32; cursor: pointer; background-color: #6DACEB; } .choose{ color: #1B1E32; cursor: pointer; background-color: #6DACEB; } footer { padding: 8px 0; height: 40px; text-align: center; font-size: 16px; background-color: #1B1E32; color: white; position: relative; top: 50px; } .sidebar{ width: 130px; position: fixed; top:50px; box-shadow: 1px; } /*item_list相关css*/ .item_list { margin: 20px 30px; } #item_title, #item_search, .item { display: -ms-flexbox; display: flex; padding: 5px 0; border-bottom: 1px solid #ddd; } #item_title>div, #item_search>div, .item>div { flex: 0 1 160px; } #item_title>div:nth-child(1), #item_search>div:nth-child(1), .item>div:nth-child(1) { padding-left: 15px; flex: 0 1 190px; } #item_search>div { text-align: center; padding-left: 10px; } .item>div{ text-align: center; } #item_title>div{ text-align: center; } .all_btn>a { margin-top: 10px; margin-bottom: 10px; text-align: center; font-size: 13px; } .search_btn { margin-right: 10px; } .clear_btn { margin-left: 10px; } .new_create{ display: inline-block; margin:28px; margin-top:-19px; } .overlay{ background-color:gray; opacity: 0.4; width:100%; height:100%; z-index:999; position: fixed; } .overDetail{ width:1200px; height:600px; background-color: white; z-index:1000; position: fixed; top:50%; left:50%; margin-left:-600px; margin-top:-300px; } .edit_field_O{ margin:10px; } .edit_item_O{ width:150px; display: inline-block; padding:5px; } #aaaaa{ display:none; } .overDetail{ padding:15px; } #item_title div{ font-size: 20px; } .header_name{ position: relative; font-size: 25px; padding-left: 30px; padding-top: 40px; }
public/css/main.css
* { margin: 0; padding: 0; font-family: "Roboto", "微软雅黑", "Microsoft YaHei", "冬青黑体", "Hiragino Sans GB", "华文细黑", "STXihei", "文泉驿微米黑", "WenQuanYi Micro Hei", sans-serif; } .input-field { margin-top: 0; } html,body{ height:100%; width:100%; } #aaaaa{ height:100%; width:100%; position:fixed; z-index:100; } .btn:hover, .btn-large:hover { background-color: #6DACEB; } .btn { background-color: #6DACEB; padding: 0 13px; } header { display: -ms-flexbox; display: flex; background-color: #1B1E32; box-shadow: 0 2px 4px 0 #888888; height: 57px; } #head_icon { background-color: #1B1E32; -ms-flex: 0 1 40px; flex: 0 1 40px; padding: 12px 15px; } .head_tag { font-family: '微软雅黑'; font-size: 17px; color: #F2F2F2; background-color: #1B1E32; -ms-flex: 0 1 auto; flex: 0 1 auto; padding: 15px 19px; } .head_tag:hover { color: #1B1E32; cursor: pointer; background-color: #6DACEB; } .choose{ color: #1B1E32; cursor: pointer; background-color: #6DACEB; } footer { padding: 8px 0; height: 40px; text-align: center; font-size: 16px; background-color: #1B1E32; color: white; position: relative; top: 50px; } .sidebar{ width: 130px; position: fixed; top:50px; box-shadow: 1px; } /*item_list相关css*/ .item_list { margin: 20px 30px; } #item_title, #item_search, .item { display: -ms-flexbox; display: flex; padding: 5px 0; border-bottom: 1px solid #ddd; } #item_title>div, #item_search>div, .item>div { flex: 0 1 160px; } #item_title>div:nth-child(1), #item_search>div:nth-child(1), .item>div:nth-child(1) { padding-left: 15px; flex: 0 1 190px; } #item_search>div { text-align: center; padding-left: 10px; } .item>div{ text-align: center; } #item_title>div{ text-align: center; } .all_btn>a { margin-top: 10px; margin-bottom: 10px; text-align: center; font-size: 13px; } .search_btn { margin-right: 10px; } .clear_btn { margin-left: 10px; } .new_create{ display: inline-block; margin:28px; margin-top:-19px; } .overlay{ background-color:gray; opacity: 0.4; width:100%; height:100%; z-index:999; position: fixed; } .overDetail{ width:1200px; height:600px; background-color: white; z-index:1000; position: fixed; top:50%; left:50%; margin-left:-600px; margin-top:-300px; } .edit_field_O{ margin:10px; } .edit_item_O{ width:150px; display: inline-block; padding:5px; } #aaaaa{ display:none; } .overDetail{ padding:15px; } #item_title div{ font-size: 20px; } .header_name{ position: relative; font-size: 25px; padding-left: 30px; padding-top: 40px; }
0.292899
0.118309
* 1. GENERAL SECTION ******************* */ *{margin: 0;padding: 0px;} body { font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; position: relative; background: #fff; padding: 0; margin: 0; overflow: visible; } div.body { height: 100%; width: 100%; } .clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%; } ::-moz-selection { color: #ccc; text-shadow: none; background: #ccc; } ::-webkit-input-placeholder { color: #fff !important; } :-moz-placeholder { color: #fff !important; } ::-moz-placeholder { color: #000 !important; } :-ms-input-placeholder { color: #000 !important; } .subscribe::-webkit-input-placeholder { color: #000 !important; } .subscribe:-moz-placeholder { color: #000 !important; } .subscribe::-moz-placeholder { color: #000 !important; } .subscribe:-ms-input-placeholder { color: #000 !important; } *,*:after,*:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } a { color: #f3392f; padding: 0; margin: 0; text-decoration: none; } a:hover,a:focus { text-decoration: none; color: #01090C; } a img { border: none; vertical-align: bottom; } a.remove { display: block; height: 18px; width: 18px; margin: 10px; padding-left: 0 !important; text-indent: -9999px; background: #01090C; border-radius: 100px; border-style: solid; border-width: 1px } h1,h2,h3,h4,h5,h6 { letter-spacing: 0px; font-weight: normal; position: relative; padding: 0 0 10px 0; font-weight: normal; font-family: 'Roboto', serif; line-height: 140% !important; color: #f3392f; } h1 {font-size: 22px;} h2 {font-size: 20px;} h3 {font-size: 18px;} h4 {font-size: 16px;} h5 {font-size: 14px;} h6 {font-size: 13px;} .lead { font-family: 'Raleway', Arial,sans-serif !important; font-size: 18px; margin: 15px 0; padding: 0; } audio,video { max-width: 100%; height: auto; } iframe,embed,object { max-width: 100%; } input, textarea { color: #8F8F8F !important; box-shadow: none; outline: none } .left { float: left; display: block; } .center { margin: 0 auto; display: block; clear: both; display: block; } .right { float: right; display: block; } body .fixed{ position: fixed; width: 100%; display: block; background: rgba(0, 0, 0, 0.7); z-index: 999; } /* HEADER SECTION */ .header-section { position: absolute; top: 0; width: 100%; background: transparent; margin: 0; padding: 0; border: none; border-radius: 0; min-height: auto; } .navbar-header { } .navbar-brand { height: auto; padding-left: 0; padding-right: 0; } button.navbar-toggle { margin-top: 25px; } .nav { } .navbar-nav { margin-left: 80px; margin-top: 16px; display: block; } .navbar-nav > li { } .navbar-nav > li > a { color: #fff !important; font-size: 14px; font-family:'ProximaNovaA-Semibold'; } .navbar-nav > li > a:hover{ color: #e42a97 !important; } i.fa.fa-shopping-cart { color: #e42a97; margin-right: 10px; } .navbar-right > li { } .navbar-right > li > a { } .fa-search { } .fa-cart { } .cover-section { background: url(../image/slider.png) no-repeat; background-size: cover; text-align: center; padding: 150px 0; } .container { } .row { } .col-md-12 { } .col-md-12 > h4 { } .col-md-12 > h2 { } .col-md-12 > a { } .col-md-12 > p { } .slider-item { } .slider-item > img { } .slider-item > h2 { font-size: 24px; font-weight: 800; text-transform: uppercase; font-family:'ProximaNova-Extrabld'; color: #fff; margin:0; } .slider-item > p { font-family:'ProximaNovaA-Regular'; font-size: 14px; font-weight: 400; color: #fff; margin: 0; } /* Purilfy section */ .purilfy-section { color: #fff; background: #cb5d9e; display: block; text-align: center; padding: 105px 0; } .purifliy-item { } .purifliy-item > h3 { margin: 0; padding: 0; color:#fff; font-weight: 700; font-family:'ProximaNovaA-Bold'; font-size: 26px; margin-bottom: 15px; } .purifliy-item > p { font-family:'ProximaNovaA-Regular'; font-size: 15px; line-height: 24px; } /* OFFER SECTION */ .offer-section { padding: 110px 0; display: block; text-align: center; background: url(../image/bg1.jpg) no-repeat; background-size: cover; } .offer-section h2{ margin: 0; padding: 0; color:#fff; font-weight: 700; font-family:'ProximaNovaA-Bold'; font-size: 26px; margin-bottom: 15px; } .offer-section h4{ font-size: 16px; color: #fff; display: block; font-family:'ProximaNovaA-Semibold'; margin: 0; padding: 0; } .offer-section a{ background: #e42a97; color: #fff; font-size: 16px; text-transform: uppercase; font-family:'ProximaNovaA-Semibold'; padding: 10px 30px; display: inline-block; margin-top: 10px; border-radius: 5px; transition: all 0.5s } .offer-section a:hover{ background: #C8197F; } .benefit-section { text-align: center; } .section-title { color: #e42a97; font-family:'ProximaNovaA-Semibold'; font-weight: 600; } .benefit-item { text-align: center; border-top: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; padding: 0; } .benefit-item:last-child{ border-right: 1px solid #e2e2e2; } .benefit-item > h3 { color: #474747; font-family:'ProximaNovaA-Semibold'; font-weight: 600; } .benefit-item > a { } .benefit-item > a > img { margin: 0; padding: 0; border-radius: 50%; margin: 0; text-align: center; display: inline-block; width: 200px; height: 200px; } .benefit-item > h2 { color: #e42a97; font-family:'ProximaNovaA-Bold'; font-size: 18px; font-weight: 700; } .benefit-item > p { font-family:'ProximaNovaA-Regular'; font-size: 15px; line-height: 24px; color: #5e5e5e; padding: 0 10px; margin: 0; min-height: 65px; } .benefit-item:hover{ background: #e42a97; color: #e42a97 } .benefit-item:hover p{ color: #fff; } .benefit-item:hover h2{ color: #fff; } .benefit-item:hover img{ border: 5px solid #e955ac; } .benefit-item:hover h3{ color: #fff; } /* MESSAGE SECTION */ .message-section { padding: 75px 0; text-align: center; background: #fbf8fb; display: block; } .message-section h2{ font-size: 30px; font-family:'ProximaNovaA-Bold'; font-weight: 700; text-align: center; color:#e42a97 } .message-section p{ font-family:'ProximaNovaA-Regular'; font-size: 16px; font-weight: 400; line-height: 26px; color: #474747 } .news-section { display: block; background: url(../image/news-bg.jpg) no-repeat; background-size: cover; padding: 75px 0; } .col-md-6 { } .news-item { } .news-deatils { background: #fff; display: block; overflow: hidden; border-radius: 5px; } .thumbnail { border: none; background: transparent; padding: 0; margin:0; } .thumbnail > img { margin: 0; width: 100%; padding: 0; border: none; } .content { padding-top: 13% } .content > span { font-size: 20px; color: #777777; font-family:'ProximaNovaA-Regular'; font-weight: 400; } .content > p { font-size: 30px; font-family:'ProximaNovaA-Bold'; font-weight: 700; text-align: left; color:#e42a97; line-height: 40px; } /* CLIENT SECTION */ .client-section { text-align: center; display: block; background: #fbf8fb; padding-top: 82px } .client-section .section-title{ color: #e53099; font-weight: 700; font-size: 34px; font-family:'ProximaNovaA-Bold'; margin: 0; padding: 0; } .client-section .title-cap { font-size: 16px; color: #474747; font-family:'ProximaNovaA-Regular'; font-weight: 400; display: block; margin-bottom: 30px; } i.fa.fa-quote-left { display: block; color: #e53099; margin-bottom: 15px; } .client-item{ display: block; } .client-item .client-content { background: #fff; padding: 20px; padding-bottom: 60px; box-shadow: 0 1px 10px 1px #E8E8E8; } .client-item{ display: block; } .client-item .client-content { background: #fff; padding: 20px; padding-bottom: 60px; } .client-item p { font-size: 14px; color: #474747; font-family:'ProximaNovaA-Regular'; font-weight: 400; } .client-item > img { } .client-item > h3 { color: #e42a97; font-weight: 600; font-family:'ProximaNovaA-Semibold'; font-size: 16px; position: relative; top: -40px; } .client-item a { height: 80px; width: 80px; overflow: hidden; border-radius: 50%; display: block; position: relative; margin: 0 auto; top: -40px; } /* BLOG SECTION */ .blog-section { background: #fff; display: block; text-align: center; padding: 80px 0; } .blog-section .title-section{ color: #e53099; font-weight: 700; font-size: 34px; font-family:'ProximaNovaA-Bold'; margin: 0; padding: 0; } .blog-section .title-cap { font-size: 16px; color: #474747; font-family:'ProximaNovaA-Regular'; font-weight: 400; display: block; margin-bottom: 30px; } .blog-thumb { } .blog-thumb a{ width: 100px; height: 100px; border-radius: 50%; overflow: hidden; display: block; } .blog-thumb > img { } .blog-content { text-align: left; } .blog-content > h3 { margin: 0; padding: 0; font-size: 18px; font-weight: 700; color: #e53099; font-family:'ProximaNovaA-Bold'; margin-bottom: 10px; } .blog-content > p { font-size: 14px; color: #474747; font-family:'ProximaNovaA-Regular'; font-weight: 400; line-height: 24px; display: block; margin-right: 20% } .blog-content > a { color: #e53099 } /* TABLE SECTION */ .table-section { background: url(../image/table-bg.png) no-repeat; background-size: cover; display: block; text-align: center; padding: 80px 0 105px; } .table-section .section-title{ color: #fff; font-weight: 700; font-size: 34px; font-family:'ProximaNovaA-Bold'; margin: 0; padding: 0; } .table-section .section-cap { font-size: 16px; color: #fff; font-family:'ProximaNovaA-Regular'; font-weight: 400; display: block; margin-bottom: 30px; } .table-content{ padding: 0 50px; display: block; } .table-item { background: #fff; border-radius: 5px; padding-top: 30px; padding-bottom: 10px; } .sliver { } .table-item > h2 { font-size: 50px; font-weight: 600; color: #303030; font-family:'ProximaNovaA-Semibold'; margin: 0; padding: 0; } .table-item > h2 > sup { color: #303030; font-family:'ProximaNovaA-Regular'; font-weight: 400; } .table-item > h3{ font-size: 20px; font-weight: 700; color: #303030; font-family:'ProximaNovaA-Bold'; text-transform: uppercase; margin: 0; padding: 0; } .table-item > a { color: #fff; font-weight: 600; border-radius: 20px; padding: 10px 30px; font-size: 17px; position: relative; top: 18px; } .sliver > h3 { color: #45c9eb } .table-item > ul { display: block; margin-top: 0px; } .table-item > ul > li { font-size: 16px; line-height:30px; color: #5e5e5e; font-family:'ProximaNovaA-Regular'; list-style: none } .sliver > a { background: #45c9eb } .gold > h3 { color: #e53099; } .gold > a { background: #e53099 } .platinum > h3 { color: #ffae00 } .platinum > a { background: #ffae00 } /* FOOTER SECTION */ .footer-section { text-align: center; padding: 30px 0 } .col-md-3 > h3 { } .col-md-3 > a { } .col-md-3 > a > img { } .col-md-3 > h2 { } .col-md-3 > p { } .social-media { margin-top: 24px; } .social-media > li { float: left; list-style: none; margin: 5px; } .social-media > li > a { background: #e2e2e2; border-radius: 50%; display: block; height: 40px; width: 40px; text-align: center; color: #919191; } .social-media > li > a:hover , .social-media > li > a:hover i{ background: #ea59ad; color: #fff !important; } .social-media > li > a i{ color: #919191; margin-top: 10px; font-size: 18px; } .social-media > li > a:hover , .social-media > li > a:hover i{ background: #ea59ad; color: #fff !important; } .copyright { } .copyright ul{} .copyright ul li{ } .copyright ul li a{ color: #474747 !important; } .copyright ul li a:hover{ background: transparent !important } .copyright > p , .copyright > p a{ color: #e53099; font-weight: 600; font-family:'ProximaNovaA-Regular'; font-size: 16px; } .copyright > p a:hover{ color: #000 } .top-button a{ height: 40px; width: 40px; display: block; background: url(../image/arrow.bg.png) #ea59ad no-repeat; background-size: auto; background-position: center; border-radius: 50%; float: right; margin-top: 30px; display: block; } /* RESPONSIVE */ @media (max-width: 1200px) { .navbar-nav { margin-left: 30px; } .navbar-nav > li > a{ font-size: 12px; } } @media (max-width: 992px) { .navbar-header { width: 100%; text-align: center; } ul.nav.navbar-nav { margin: 0; } .navbar-brand { height: auto; padding-left: 0; padding-right: 0; float: none; margin: 0 auto; display: inline-block; } .news-item { margin: 20px 0; } .table-content { padding: 0 50px; display: block; margin: 40px 0; } .social-media { margin-top: 24px; display: block; width: 100%; overflow: hidden; text-align: center; } .social-media > li { float: none; list-style: none; margin: 5px; display: inline-block; } a.scroll { margin: 10px auto; float: none; } .blog-thumb a { margin: 0 auto; } .blog-content { text-align: center; margin-bottom: 40px; } } @media (max-width: 768px) { .navbar-brand { height: auto; padding-left: 0; padding-right: 0; float: left; margin: 0 auto; display: inline-block; margin-left: 15px; } button.navbar-toggle.collapsed { margin-top: 25px; margin-top: 25px; } .news-item { margin: 20px 0; } .table-content { padding: 0 50px; display: block; margin: 40px 0; } .social-media { margin-top: 24px; display: block; width: 100%; overflow: hidden; text-align: center; } .social-media > li { float: none; list-style: none; margin: 5px; display: inline-block; } a.scroll { margin: 10px auto; float: none; } .blog-thumb a { margin: 0 auto; } .blog-content { text-align: center; margin-bottom: 40px; } }
projects/rainbow/css/style.css
* 1. GENERAL SECTION ******************* */ *{margin: 0;padding: 0px;} body { font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; position: relative; background: #fff; padding: 0; margin: 0; overflow: visible; } div.body { height: 100%; width: 100%; } .clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%; } ::-moz-selection { color: #ccc; text-shadow: none; background: #ccc; } ::-webkit-input-placeholder { color: #fff !important; } :-moz-placeholder { color: #fff !important; } ::-moz-placeholder { color: #000 !important; } :-ms-input-placeholder { color: #000 !important; } .subscribe::-webkit-input-placeholder { color: #000 !important; } .subscribe:-moz-placeholder { color: #000 !important; } .subscribe::-moz-placeholder { color: #000 !important; } .subscribe:-ms-input-placeholder { color: #000 !important; } *,*:after,*:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } a { color: #f3392f; padding: 0; margin: 0; text-decoration: none; } a:hover,a:focus { text-decoration: none; color: #01090C; } a img { border: none; vertical-align: bottom; } a.remove { display: block; height: 18px; width: 18px; margin: 10px; padding-left: 0 !important; text-indent: -9999px; background: #01090C; border-radius: 100px; border-style: solid; border-width: 1px } h1,h2,h3,h4,h5,h6 { letter-spacing: 0px; font-weight: normal; position: relative; padding: 0 0 10px 0; font-weight: normal; font-family: 'Roboto', serif; line-height: 140% !important; color: #f3392f; } h1 {font-size: 22px;} h2 {font-size: 20px;} h3 {font-size: 18px;} h4 {font-size: 16px;} h5 {font-size: 14px;} h6 {font-size: 13px;} .lead { font-family: 'Raleway', Arial,sans-serif !important; font-size: 18px; margin: 15px 0; padding: 0; } audio,video { max-width: 100%; height: auto; } iframe,embed,object { max-width: 100%; } input, textarea { color: #8F8F8F !important; box-shadow: none; outline: none } .left { float: left; display: block; } .center { margin: 0 auto; display: block; clear: both; display: block; } .right { float: right; display: block; } body .fixed{ position: fixed; width: 100%; display: block; background: rgba(0, 0, 0, 0.7); z-index: 999; } /* HEADER SECTION */ .header-section { position: absolute; top: 0; width: 100%; background: transparent; margin: 0; padding: 0; border: none; border-radius: 0; min-height: auto; } .navbar-header { } .navbar-brand { height: auto; padding-left: 0; padding-right: 0; } button.navbar-toggle { margin-top: 25px; } .nav { } .navbar-nav { margin-left: 80px; margin-top: 16px; display: block; } .navbar-nav > li { } .navbar-nav > li > a { color: #fff !important; font-size: 14px; font-family:'ProximaNovaA-Semibold'; } .navbar-nav > li > a:hover{ color: #e42a97 !important; } i.fa.fa-shopping-cart { color: #e42a97; margin-right: 10px; } .navbar-right > li { } .navbar-right > li > a { } .fa-search { } .fa-cart { } .cover-section { background: url(../image/slider.png) no-repeat; background-size: cover; text-align: center; padding: 150px 0; } .container { } .row { } .col-md-12 { } .col-md-12 > h4 { } .col-md-12 > h2 { } .col-md-12 > a { } .col-md-12 > p { } .slider-item { } .slider-item > img { } .slider-item > h2 { font-size: 24px; font-weight: 800; text-transform: uppercase; font-family:'ProximaNova-Extrabld'; color: #fff; margin:0; } .slider-item > p { font-family:'ProximaNovaA-Regular'; font-size: 14px; font-weight: 400; color: #fff; margin: 0; } /* Purilfy section */ .purilfy-section { color: #fff; background: #cb5d9e; display: block; text-align: center; padding: 105px 0; } .purifliy-item { } .purifliy-item > h3 { margin: 0; padding: 0; color:#fff; font-weight: 700; font-family:'ProximaNovaA-Bold'; font-size: 26px; margin-bottom: 15px; } .purifliy-item > p { font-family:'ProximaNovaA-Regular'; font-size: 15px; line-height: 24px; } /* OFFER SECTION */ .offer-section { padding: 110px 0; display: block; text-align: center; background: url(../image/bg1.jpg) no-repeat; background-size: cover; } .offer-section h2{ margin: 0; padding: 0; color:#fff; font-weight: 700; font-family:'ProximaNovaA-Bold'; font-size: 26px; margin-bottom: 15px; } .offer-section h4{ font-size: 16px; color: #fff; display: block; font-family:'ProximaNovaA-Semibold'; margin: 0; padding: 0; } .offer-section a{ background: #e42a97; color: #fff; font-size: 16px; text-transform: uppercase; font-family:'ProximaNovaA-Semibold'; padding: 10px 30px; display: inline-block; margin-top: 10px; border-radius: 5px; transition: all 0.5s } .offer-section a:hover{ background: #C8197F; } .benefit-section { text-align: center; } .section-title { color: #e42a97; font-family:'ProximaNovaA-Semibold'; font-weight: 600; } .benefit-item { text-align: center; border-top: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; padding: 0; } .benefit-item:last-child{ border-right: 1px solid #e2e2e2; } .benefit-item > h3 { color: #474747; font-family:'ProximaNovaA-Semibold'; font-weight: 600; } .benefit-item > a { } .benefit-item > a > img { margin: 0; padding: 0; border-radius: 50%; margin: 0; text-align: center; display: inline-block; width: 200px; height: 200px; } .benefit-item > h2 { color: #e42a97; font-family:'ProximaNovaA-Bold'; font-size: 18px; font-weight: 700; } .benefit-item > p { font-family:'ProximaNovaA-Regular'; font-size: 15px; line-height: 24px; color: #5e5e5e; padding: 0 10px; margin: 0; min-height: 65px; } .benefit-item:hover{ background: #e42a97; color: #e42a97 } .benefit-item:hover p{ color: #fff; } .benefit-item:hover h2{ color: #fff; } .benefit-item:hover img{ border: 5px solid #e955ac; } .benefit-item:hover h3{ color: #fff; } /* MESSAGE SECTION */ .message-section { padding: 75px 0; text-align: center; background: #fbf8fb; display: block; } .message-section h2{ font-size: 30px; font-family:'ProximaNovaA-Bold'; font-weight: 700; text-align: center; color:#e42a97 } .message-section p{ font-family:'ProximaNovaA-Regular'; font-size: 16px; font-weight: 400; line-height: 26px; color: #474747 } .news-section { display: block; background: url(../image/news-bg.jpg) no-repeat; background-size: cover; padding: 75px 0; } .col-md-6 { } .news-item { } .news-deatils { background: #fff; display: block; overflow: hidden; border-radius: 5px; } .thumbnail { border: none; background: transparent; padding: 0; margin:0; } .thumbnail > img { margin: 0; width: 100%; padding: 0; border: none; } .content { padding-top: 13% } .content > span { font-size: 20px; color: #777777; font-family:'ProximaNovaA-Regular'; font-weight: 400; } .content > p { font-size: 30px; font-family:'ProximaNovaA-Bold'; font-weight: 700; text-align: left; color:#e42a97; line-height: 40px; } /* CLIENT SECTION */ .client-section { text-align: center; display: block; background: #fbf8fb; padding-top: 82px } .client-section .section-title{ color: #e53099; font-weight: 700; font-size: 34px; font-family:'ProximaNovaA-Bold'; margin: 0; padding: 0; } .client-section .title-cap { font-size: 16px; color: #474747; font-family:'ProximaNovaA-Regular'; font-weight: 400; display: block; margin-bottom: 30px; } i.fa.fa-quote-left { display: block; color: #e53099; margin-bottom: 15px; } .client-item{ display: block; } .client-item .client-content { background: #fff; padding: 20px; padding-bottom: 60px; box-shadow: 0 1px 10px 1px #E8E8E8; } .client-item{ display: block; } .client-item .client-content { background: #fff; padding: 20px; padding-bottom: 60px; } .client-item p { font-size: 14px; color: #474747; font-family:'ProximaNovaA-Regular'; font-weight: 400; } .client-item > img { } .client-item > h3 { color: #e42a97; font-weight: 600; font-family:'ProximaNovaA-Semibold'; font-size: 16px; position: relative; top: -40px; } .client-item a { height: 80px; width: 80px; overflow: hidden; border-radius: 50%; display: block; position: relative; margin: 0 auto; top: -40px; } /* BLOG SECTION */ .blog-section { background: #fff; display: block; text-align: center; padding: 80px 0; } .blog-section .title-section{ color: #e53099; font-weight: 700; font-size: 34px; font-family:'ProximaNovaA-Bold'; margin: 0; padding: 0; } .blog-section .title-cap { font-size: 16px; color: #474747; font-family:'ProximaNovaA-Regular'; font-weight: 400; display: block; margin-bottom: 30px; } .blog-thumb { } .blog-thumb a{ width: 100px; height: 100px; border-radius: 50%; overflow: hidden; display: block; } .blog-thumb > img { } .blog-content { text-align: left; } .blog-content > h3 { margin: 0; padding: 0; font-size: 18px; font-weight: 700; color: #e53099; font-family:'ProximaNovaA-Bold'; margin-bottom: 10px; } .blog-content > p { font-size: 14px; color: #474747; font-family:'ProximaNovaA-Regular'; font-weight: 400; line-height: 24px; display: block; margin-right: 20% } .blog-content > a { color: #e53099 } /* TABLE SECTION */ .table-section { background: url(../image/table-bg.png) no-repeat; background-size: cover; display: block; text-align: center; padding: 80px 0 105px; } .table-section .section-title{ color: #fff; font-weight: 700; font-size: 34px; font-family:'ProximaNovaA-Bold'; margin: 0; padding: 0; } .table-section .section-cap { font-size: 16px; color: #fff; font-family:'ProximaNovaA-Regular'; font-weight: 400; display: block; margin-bottom: 30px; } .table-content{ padding: 0 50px; display: block; } .table-item { background: #fff; border-radius: 5px; padding-top: 30px; padding-bottom: 10px; } .sliver { } .table-item > h2 { font-size: 50px; font-weight: 600; color: #303030; font-family:'ProximaNovaA-Semibold'; margin: 0; padding: 0; } .table-item > h2 > sup { color: #303030; font-family:'ProximaNovaA-Regular'; font-weight: 400; } .table-item > h3{ font-size: 20px; font-weight: 700; color: #303030; font-family:'ProximaNovaA-Bold'; text-transform: uppercase; margin: 0; padding: 0; } .table-item > a { color: #fff; font-weight: 600; border-radius: 20px; padding: 10px 30px; font-size: 17px; position: relative; top: 18px; } .sliver > h3 { color: #45c9eb } .table-item > ul { display: block; margin-top: 0px; } .table-item > ul > li { font-size: 16px; line-height:30px; color: #5e5e5e; font-family:'ProximaNovaA-Regular'; list-style: none } .sliver > a { background: #45c9eb } .gold > h3 { color: #e53099; } .gold > a { background: #e53099 } .platinum > h3 { color: #ffae00 } .platinum > a { background: #ffae00 } /* FOOTER SECTION */ .footer-section { text-align: center; padding: 30px 0 } .col-md-3 > h3 { } .col-md-3 > a { } .col-md-3 > a > img { } .col-md-3 > h2 { } .col-md-3 > p { } .social-media { margin-top: 24px; } .social-media > li { float: left; list-style: none; margin: 5px; } .social-media > li > a { background: #e2e2e2; border-radius: 50%; display: block; height: 40px; width: 40px; text-align: center; color: #919191; } .social-media > li > a:hover , .social-media > li > a:hover i{ background: #ea59ad; color: #fff !important; } .social-media > li > a i{ color: #919191; margin-top: 10px; font-size: 18px; } .social-media > li > a:hover , .social-media > li > a:hover i{ background: #ea59ad; color: #fff !important; } .copyright { } .copyright ul{} .copyright ul li{ } .copyright ul li a{ color: #474747 !important; } .copyright ul li a:hover{ background: transparent !important } .copyright > p , .copyright > p a{ color: #e53099; font-weight: 600; font-family:'ProximaNovaA-Regular'; font-size: 16px; } .copyright > p a:hover{ color: #000 } .top-button a{ height: 40px; width: 40px; display: block; background: url(../image/arrow.bg.png) #ea59ad no-repeat; background-size: auto; background-position: center; border-radius: 50%; float: right; margin-top: 30px; display: block; } /* RESPONSIVE */ @media (max-width: 1200px) { .navbar-nav { margin-left: 30px; } .navbar-nav > li > a{ font-size: 12px; } } @media (max-width: 992px) { .navbar-header { width: 100%; text-align: center; } ul.nav.navbar-nav { margin: 0; } .navbar-brand { height: auto; padding-left: 0; padding-right: 0; float: none; margin: 0 auto; display: inline-block; } .news-item { margin: 20px 0; } .table-content { padding: 0 50px; display: block; margin: 40px 0; } .social-media { margin-top: 24px; display: block; width: 100%; overflow: hidden; text-align: center; } .social-media > li { float: none; list-style: none; margin: 5px; display: inline-block; } a.scroll { margin: 10px auto; float: none; } .blog-thumb a { margin: 0 auto; } .blog-content { text-align: center; margin-bottom: 40px; } } @media (max-width: 768px) { .navbar-brand { height: auto; padding-left: 0; padding-right: 0; float: left; margin: 0 auto; display: inline-block; margin-left: 15px; } button.navbar-toggle.collapsed { margin-top: 25px; margin-top: 25px; } .news-item { margin: 20px 0; } .table-content { padding: 0 50px; display: block; margin: 40px 0; } .social-media { margin-top: 24px; display: block; width: 100%; overflow: hidden; text-align: center; } .social-media > li { float: none; list-style: none; margin: 5px; display: inline-block; } a.scroll { margin: 10px auto; float: none; } .blog-thumb a { margin: 0 auto; } .blog-content { text-align: center; margin-bottom: 40px; } }
0.234933
0.044245
body{ padding: 0; margin: 0; font-family: Arial; } span{ position: relative; } span::after{ /* #fffcd6 */ background-color: #fffcd6; content: ''; width: 100%; height: 50%; position: absolute; bottom: -4px; left: 0; z-index: -1; } p a{ /* #184DA8 */ color: #184DA8; text-decoration: none; } p a:hover{ /* #184DA8 */ text-decoration: underline; } .center-align{ margin: 0 auto; width: 1100px; } .black{color: black;} .white{color: white;} .section-columns{ } .section-columns > div{ display: inline-block; vertical-align: top; width: 49%; } .section-columns h2{ font-size: 72px; } #intro-container .section-columns h2{ padding-top: 120px; padding-bottom: 30px; } .section-columns h3{ font-size: 26px; font-weight: lighter; line-height: 40px; } .section-columns p{ font-weight: lighter; font-size: 16px; line-height: 30px; padding-bottom: 10px; } .section-columns #image-bg{ background-image: url('../img/header-background-michael.jpg'); background-repeat: no-repeat; background-size: 750px; background-position: -140px -80px; height: 600px; } .section-columns #image-bg-02{ } .section-columns #bio{ height: 600px; } #work, #work02, #work03, #work04{ background-repeat: no-repeat; background-size: 750px; background-position: right center; height: 600px; padding-top: 150px; margin-top: -50px; } #work {background-image: url('../img/poster-design-series.jpg');} #work02{background-image: url('../img/nerddiary-blog.jpg');} #work03{background-image: url('../img/nismo-design-concept.jpg');} #work04{background-image: url('../img/pixelschupser-mediendesign-website.jpg');} #footer{ margin-top: -30px; padding-top: 30px; height: 300px; background-image: url('../img/footer-background-mountain.jpg'); background-size: 100%; background-position: center bottom; background-repeat: no-repeat; } #footer h3{color: white; padding-top: 70px; margin: 0;} #footer p {color: gray; padding-bottom: 30px;} .rectangle{ height: 100px; margin-top: -50px; } .bg-white{ background-color: white; } .bg-gray{ background-color: #666; } .bg-black{ background-color: #000; } .skew-left{ transform: skewY(-4deg); } .skew-right{ transform: skewY(4deg); } .btn{ border: solid 1px; padding: 20px 40px; text-decoration: none; margin-right: 10px; } .btn-black{ border-color: black; color: black; } .btn-black:hover{ background-color: black; border-color: white; color: white; } .btn-white{ border-color: white; color: white; } .btn-white:hover{ background-color: white; border-color: black; color: black; } #intro-container{ background-color: black; padding-top: 100px; } #intro-container nav{ margin: 0; padding: 0; } #intro-container nav div{ display: inline-block; vertical-align: top; } #intro-container nav #logo{ width: 9%; } #intro-container nav #menu-lista{ width: 89%; text-align: right; } #intro-container nav #menu-lista ul{ margin: 0; padding: 0; } #intro-container nav #menu-lista ul li{ display: inline-block; padding: 0; margin: 0; list-style: none; } #intro-container nav #menu-lista ul li a{ color: #777; text-decoration: none; } #intro-container nav #menu-lista ul li a:hover{ color: white; text-decoration: white; }
public/assets/css/main.css
body{ padding: 0; margin: 0; font-family: Arial; } span{ position: relative; } span::after{ /* #fffcd6 */ background-color: #fffcd6; content: ''; width: 100%; height: 50%; position: absolute; bottom: -4px; left: 0; z-index: -1; } p a{ /* #184DA8 */ color: #184DA8; text-decoration: none; } p a:hover{ /* #184DA8 */ text-decoration: underline; } .center-align{ margin: 0 auto; width: 1100px; } .black{color: black;} .white{color: white;} .section-columns{ } .section-columns > div{ display: inline-block; vertical-align: top; width: 49%; } .section-columns h2{ font-size: 72px; } #intro-container .section-columns h2{ padding-top: 120px; padding-bottom: 30px; } .section-columns h3{ font-size: 26px; font-weight: lighter; line-height: 40px; } .section-columns p{ font-weight: lighter; font-size: 16px; line-height: 30px; padding-bottom: 10px; } .section-columns #image-bg{ background-image: url('../img/header-background-michael.jpg'); background-repeat: no-repeat; background-size: 750px; background-position: -140px -80px; height: 600px; } .section-columns #image-bg-02{ } .section-columns #bio{ height: 600px; } #work, #work02, #work03, #work04{ background-repeat: no-repeat; background-size: 750px; background-position: right center; height: 600px; padding-top: 150px; margin-top: -50px; } #work {background-image: url('../img/poster-design-series.jpg');} #work02{background-image: url('../img/nerddiary-blog.jpg');} #work03{background-image: url('../img/nismo-design-concept.jpg');} #work04{background-image: url('../img/pixelschupser-mediendesign-website.jpg');} #footer{ margin-top: -30px; padding-top: 30px; height: 300px; background-image: url('../img/footer-background-mountain.jpg'); background-size: 100%; background-position: center bottom; background-repeat: no-repeat; } #footer h3{color: white; padding-top: 70px; margin: 0;} #footer p {color: gray; padding-bottom: 30px;} .rectangle{ height: 100px; margin-top: -50px; } .bg-white{ background-color: white; } .bg-gray{ background-color: #666; } .bg-black{ background-color: #000; } .skew-left{ transform: skewY(-4deg); } .skew-right{ transform: skewY(4deg); } .btn{ border: solid 1px; padding: 20px 40px; text-decoration: none; margin-right: 10px; } .btn-black{ border-color: black; color: black; } .btn-black:hover{ background-color: black; border-color: white; color: white; } .btn-white{ border-color: white; color: white; } .btn-white:hover{ background-color: white; border-color: black; color: black; } #intro-container{ background-color: black; padding-top: 100px; } #intro-container nav{ margin: 0; padding: 0; } #intro-container nav div{ display: inline-block; vertical-align: top; } #intro-container nav #logo{ width: 9%; } #intro-container nav #menu-lista{ width: 89%; text-align: right; } #intro-container nav #menu-lista ul{ margin: 0; padding: 0; } #intro-container nav #menu-lista ul li{ display: inline-block; padding: 0; margin: 0; list-style: none; } #intro-container nav #menu-lista ul li a{ color: #777; text-decoration: none; } #intro-container nav #menu-lista ul li a:hover{ color: white; text-decoration: white; }
0.273283
0.052038
*{ padding: 0; margin: 0; } body{ background-color: #fff; color: #555; font-family: "微软雅黑"; font-size: 14px; -webkit-font-smoothing: antialiased; } @font-face{ font-family: 'icons'; src: url('../fonts/icomoon.woff') format("woff") ; font-weight: normal; font-size: 16px; } img{ width: 100%; } .wrap{ width: 100%; height: 100%; position: absolute; overflow: hidden; background-color: #333; perspective: 800px; } .photo{ width: 260px; height: 320px; position: absolute; z-index: 1; transition: all 1s ; } .photo .side{ width: 100%; height: 100%; background-color: #eee; position: absolute; top: 0; right: 0; padding: 20px; box-sizing: border-box; backface-visibility: hidden; } .photo .side-front{ transform: rotateY(0deg); } .photo .side-front .image{ width: 100%; height: 250px; line-height: 250px; overflow: hidden; } .photo .side-front .caption{ text-align: center; font-size: 16px; line-height: 50px; } .photo .side-back{ transform: rotateY(180deg); } .photo .side-back .desc{ color: #666; font-size: 14px; line-height: 1.5em; } .photo-center{ left: 50%; top: 50%; margin: -160px 0 0 -130px; z-index: 999; } .photo-wrap{ position: absolute; width: 100%; height: 100%; box-shadow: 0 0 8px 2px rgba(0, 0, 0, .7); transform-style: preserve-3d; transition: all 1s; transform-origin: 0% 50%; } .photo-front .photo-wrap{ transform: translate(0px, 0px) rotateY(0deg); } .photo-back .photo-wrap{ transform: translate(260px, 0px) rotateY(180deg); } /*控制按钮*/ .nav{ width: 80%; height: 30px; line-height: 30px; position: absolute; left: 10%; bottom: 20px; z-index: 999; text-align: center; } .nav .i{ width: 30px; height: 30px; display: inline-block; cursor: pointer; background-color: #aaa; text-align: center; border-radius: 50%; transform: scale(.48); transition: all .9s ; } .nav .i-current{ transform: scale(1); } .nav .i-current::before{ content: '\e965'; font-family: 'icons'; position: absolute; width: 80%; height: 30px; left: 10%; font-size: 80%; display: inline-block; line-height: 30px; text-align: center; color: #fff; } .nav .i-back{ transform: rotateY(-180deg) ; background-color: #555; }
src/static/css/common.css
*{ padding: 0; margin: 0; } body{ background-color: #fff; color: #555; font-family: "微软雅黑"; font-size: 14px; -webkit-font-smoothing: antialiased; } @font-face{ font-family: 'icons'; src: url('../fonts/icomoon.woff') format("woff") ; font-weight: normal; font-size: 16px; } img{ width: 100%; } .wrap{ width: 100%; height: 100%; position: absolute; overflow: hidden; background-color: #333; perspective: 800px; } .photo{ width: 260px; height: 320px; position: absolute; z-index: 1; transition: all 1s ; } .photo .side{ width: 100%; height: 100%; background-color: #eee; position: absolute; top: 0; right: 0; padding: 20px; box-sizing: border-box; backface-visibility: hidden; } .photo .side-front{ transform: rotateY(0deg); } .photo .side-front .image{ width: 100%; height: 250px; line-height: 250px; overflow: hidden; } .photo .side-front .caption{ text-align: center; font-size: 16px; line-height: 50px; } .photo .side-back{ transform: rotateY(180deg); } .photo .side-back .desc{ color: #666; font-size: 14px; line-height: 1.5em; } .photo-center{ left: 50%; top: 50%; margin: -160px 0 0 -130px; z-index: 999; } .photo-wrap{ position: absolute; width: 100%; height: 100%; box-shadow: 0 0 8px 2px rgba(0, 0, 0, .7); transform-style: preserve-3d; transition: all 1s; transform-origin: 0% 50%; } .photo-front .photo-wrap{ transform: translate(0px, 0px) rotateY(0deg); } .photo-back .photo-wrap{ transform: translate(260px, 0px) rotateY(180deg); } /*控制按钮*/ .nav{ width: 80%; height: 30px; line-height: 30px; position: absolute; left: 10%; bottom: 20px; z-index: 999; text-align: center; } .nav .i{ width: 30px; height: 30px; display: inline-block; cursor: pointer; background-color: #aaa; text-align: center; border-radius: 50%; transform: scale(.48); transition: all .9s ; } .nav .i-current{ transform: scale(1); } .nav .i-current::before{ content: '\e965'; font-family: 'icons'; position: absolute; width: 80%; height: 30px; left: 10%; font-size: 80%; display: inline-block; line-height: 30px; text-align: center; color: #fff; } .nav .i-back{ transform: rotateY(-180deg) ; background-color: #555; }
0.451327
0.066297
body { font-family: 'Helvetica Neue', Arial, "Hiragino Sans GB", sans-serif; /*background:#f4f5f7; 灰色*/ padding-top:0px; } p { line-height: 24px; } /*导航栏*/ .navbar-fixed{ border:1px solid #ccc; background-color: ; } .navbar-brand{ color:black; text-decoration:none; font-size:22px; font-weight:bold; } .navbar-brand:hover, .navbar-brand:focus{ color:black; font-weight:bold; text-decoration:none; outline:none; } .navbar-nav >li >a{ color:black; text-decoration:none; } .navbar-nav >li >a:hover, .navbar-nav >li >a:focus{ color:black; background:white; font-weight:bold; text-decoration:none; outline:none; } .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{ background-color:white; } /**/ .nav >li >a .fa-search:hover{ font-size:16px; } /*导航栏下拉菜单 hover效果*/ .dropdown .dropdown-toggle:hover .caret{ transform:rotate(180deg); } /*主页文章列表*/ .caption{ border:1px solid #ccc; border-radius: 10px; padding: 0 20px 0 20px; margin:20px 0 20px 0; } .caption:hover, .caption:focus, .caption:active { box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } .caption-link{ outline:none; color:#333; text-decoration:none; } .caption-link:hover, .caption-link:focus{ outline:none; color:#333; text-decoration:none; } .caption-title{ margin-top:10px; font-size:18px; } .caption-body-small{ border-bottom:1px solid #ccc; font-size:12px; } .caption-body{ margin-bottom:10px; } .caption-body >p{ margin: 0; text-align:center; } .info { color: #999; } /*博客侧边目录 markdown*/ /* change from docs.css bootstrap3.0 */ .sidebar .affix { position: static; } /* First level of nav */ /* #toc sidebar */ #toc >ul{ margin-top: 30px; margin-bottom: 30px; padding-top: 10px; padding-bottom: 10px; text-shadow: 0 1px 0 #fff; /*background-color: #f7f5fa;*/ border-radius: 5px; } /* All levels of nav */ .sidebar >ul > li > a { display: block; color: #767676; padding: 4px 20px; } .nav >li >a:hover, .nav >li >a:focus{ outline:none; background-color:transparent; } .sidebar >ul >li >a:hover{ text-decoration: none; color: black; border-left: 1px solid black; background-color: transparent; outline:none; padding-left:19px; } .sidebar >ul .active >a{ text-decoration: none; color: black; font-weight: bold; border-left: 2px solid black; background-color: transparent; outline:none; padding-left:18px; } .sidebar .nav > .active >a:focus, .sidebar .nav > .active >nav .active >a:focus{ outline:none; } /* Nav: second level (shown on .active) */ .sidebar .nav .nav { display: none; margin-bottom: 8px; } .sidebar .nav > .active > ul { display: block; } .sidebar .nav .nav > li > a { padding-top: 3px; padding-bottom: 3px; padding-left: 30px; font-size: 90%; color:#767676; } .sidebar .nav .nav >li >a:hover{ color:black; padding-left:29px; background-color:transparent; border-left: 1px solid black; } .sidebar >ul .active >ul .active a, .sidebar >ul .active >ul .active a:focus{ text-decoration: none; color: black; font-weight: bold; border-left: 2px solid black; background-color: transparent; outline:none; padding-left:28px; } /*bs-docs-container*/ .article-container{ padding-top:15px; } .article-item{ border: 1px solid #ccc; border-radius:10px; padding:15px; margin-top:15px; } /*博客下方评论模块*/ .article-comment .container-fulid .row{ border-bottom : 1px solid #ccc; border-radius: 0%; } /* Footer -------------------------------------------------- */ .footer { padding-top: 40px; padding-bottom: 30px; margin-top: 100px; text-align: center; border-top: 1px solid #e5e5e5; /* 使footer 到底部 bottom: 0; left: 0; position: absolute;*/ } .footer >div >div >div>p{ margin-bottom:0px; } /*关于页面*/ .bg-header{ height: 400px; background-size: 100% 100%; } /*照片墙页面*/ .album-photo{ border: 1px solid #ccc; border-radius: 10px; padding: 0 0 0 0; margin-top:10px; } .album-photo >a{ outline:none; } .album-photo>a>img{ border-radius: 10px 10px 0 0; } .album-photo>h3{ margin:20px 20px 20px 20px; color:#6c757d; }
static/myblog/css/chenfeng123.css
body { font-family: 'Helvetica Neue', Arial, "Hiragino Sans GB", sans-serif; /*background:#f4f5f7; 灰色*/ padding-top:0px; } p { line-height: 24px; } /*导航栏*/ .navbar-fixed{ border:1px solid #ccc; background-color: ; } .navbar-brand{ color:black; text-decoration:none; font-size:22px; font-weight:bold; } .navbar-brand:hover, .navbar-brand:focus{ color:black; font-weight:bold; text-decoration:none; outline:none; } .navbar-nav >li >a{ color:black; text-decoration:none; } .navbar-nav >li >a:hover, .navbar-nav >li >a:focus{ color:black; background:white; font-weight:bold; text-decoration:none; outline:none; } .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{ background-color:white; } /**/ .nav >li >a .fa-search:hover{ font-size:16px; } /*导航栏下拉菜单 hover效果*/ .dropdown .dropdown-toggle:hover .caret{ transform:rotate(180deg); } /*主页文章列表*/ .caption{ border:1px solid #ccc; border-radius: 10px; padding: 0 20px 0 20px; margin:20px 0 20px 0; } .caption:hover, .caption:focus, .caption:active { box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } .caption-link{ outline:none; color:#333; text-decoration:none; } .caption-link:hover, .caption-link:focus{ outline:none; color:#333; text-decoration:none; } .caption-title{ margin-top:10px; font-size:18px; } .caption-body-small{ border-bottom:1px solid #ccc; font-size:12px; } .caption-body{ margin-bottom:10px; } .caption-body >p{ margin: 0; text-align:center; } .info { color: #999; } /*博客侧边目录 markdown*/ /* change from docs.css bootstrap3.0 */ .sidebar .affix { position: static; } /* First level of nav */ /* #toc sidebar */ #toc >ul{ margin-top: 30px; margin-bottom: 30px; padding-top: 10px; padding-bottom: 10px; text-shadow: 0 1px 0 #fff; /*background-color: #f7f5fa;*/ border-radius: 5px; } /* All levels of nav */ .sidebar >ul > li > a { display: block; color: #767676; padding: 4px 20px; } .nav >li >a:hover, .nav >li >a:focus{ outline:none; background-color:transparent; } .sidebar >ul >li >a:hover{ text-decoration: none; color: black; border-left: 1px solid black; background-color: transparent; outline:none; padding-left:19px; } .sidebar >ul .active >a{ text-decoration: none; color: black; font-weight: bold; border-left: 2px solid black; background-color: transparent; outline:none; padding-left:18px; } .sidebar .nav > .active >a:focus, .sidebar .nav > .active >nav .active >a:focus{ outline:none; } /* Nav: second level (shown on .active) */ .sidebar .nav .nav { display: none; margin-bottom: 8px; } .sidebar .nav > .active > ul { display: block; } .sidebar .nav .nav > li > a { padding-top: 3px; padding-bottom: 3px; padding-left: 30px; font-size: 90%; color:#767676; } .sidebar .nav .nav >li >a:hover{ color:black; padding-left:29px; background-color:transparent; border-left: 1px solid black; } .sidebar >ul .active >ul .active a, .sidebar >ul .active >ul .active a:focus{ text-decoration: none; color: black; font-weight: bold; border-left: 2px solid black; background-color: transparent; outline:none; padding-left:28px; } /*bs-docs-container*/ .article-container{ padding-top:15px; } .article-item{ border: 1px solid #ccc; border-radius:10px; padding:15px; margin-top:15px; } /*博客下方评论模块*/ .article-comment .container-fulid .row{ border-bottom : 1px solid #ccc; border-radius: 0%; } /* Footer -------------------------------------------------- */ .footer { padding-top: 40px; padding-bottom: 30px; margin-top: 100px; text-align: center; border-top: 1px solid #e5e5e5; /* 使footer 到底部 bottom: 0; left: 0; position: absolute;*/ } .footer >div >div >div>p{ margin-bottom:0px; } /*关于页面*/ .bg-header{ height: 400px; background-size: 100% 100%; } /*照片墙页面*/ .album-photo{ border: 1px solid #ccc; border-radius: 10px; padding: 0 0 0 0; margin-top:10px; } .album-photo >a{ outline:none; } .album-photo>a>img{ border-radius: 10px 10px 0 0; } .album-photo>h3{ margin:20px 20px 20px 20px; color:#6c757d; }
0.259732
0.0537
:root { --double-size: 6px; --width: 75%; --vh: 100%vh; } html { background-color: transparent; font-family: 'Source Code Pro', monospace; /*font-family: 'Aldrich', sans-serif;*/ } p { font-family: inherit; } button { font-family: inherit; text-transform: uppercase; } div { font-family: inherit; font-size: 16px; } body { height: 100%; } #container { position: relative; margin: 50px auto; display: grid; border: 10px solid #000; border-radius: 4px; padding: 10px; width: var(--width); height: 75%; max-width: 700px; max-height: 90%; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(6, 1fr); grid-template-areas: "csb csb . comp" ". uf cf comp" "user uf cf ." "user uf usb usb" "ta ta ta ta" "ta ta ta ta"; /* csb = computer scoreboard // comp = computer avatar // user = user avatar // uf = user fight choice // cf = computer fight choice // usb = user scoreboard // ta = text area */ column-gap: 5px; } #user-fighter { grid-area: uf; margin: 25px 15px 25px 15px; } #computer-fighter { grid-area: cf; margin: 0 15px 20px 15px; } #user-avatar { grid-area: user; background: url('../RPG-roshambo/assets/user-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: bottom; } #computer-avatar { grid-area: comp; background: url('../RPG-roshambo/assets/cpu-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } .rock { background: url('../RPG-roshambo/assets/rock-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } .paper { background: url('../RPG-roshambo/assets/paper-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } .scissors { background: url('../RPG-roshambo/assets/scissors-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } #starter { height: 100%; width: 100%; position: absolute; display: grid; background-color: rgba(0, 0, 0, 0.98); grid-template-columns: 1fr 3fr 1fr; grid-template-rows: repeat(6, 1fr); place-items: center center; } #play-button { position: absolute; background-color: rgb(240, 240, 240); display: inline-block; border: solid rgb(255, 255, 255); width: auto; text-align: center; padding: .4rem 2rem; border-radius: 4px; grid-row: 4 / span 1; grid-column: 2 / span 1; } #play-button:hover { transform: translateY(-3px); box-shadow: 0px 5px 15px -9px rgba(128,128,128,1); transition: .2s; } #play-button:active { transform: translateY(3px); } .splash-p { color: rgb(255, 255, 255); grid-row: 3 / span 1; grid-column: 2 / span 1; } #ko { height: 100%; width: 100%; position: absolute; display: grid; background-color: rgba(255, 255, 255, 0.98); grid-template-columns: 1fr 3fr 1fr; grid-template-rows: repeat(6, 1fr); place-items: center center; } .post-game { position: absolute; font-family: inherit; width: auto; text-align: center; color: #000; grid-row: 4 / span 1; grid-column: 2 / span 1; } .trophy { height: 85%; width: 45%; margin-top: 25%; position: absolute; background: url('../RPG-roshambo/assets/trophy-pixel.png'); background-size: contain; background-repeat: no-repeat; grid-row: 1 / span 3; grid-column: 2 / span 1; } .sad { height: 100%; width: 90%; position: absolute; background: url('../RPG-roshambo/assets/sad-pixel.png'); background-size: contain; background-repeat: no-repeat; grid-row: 2; grid-column: 2 / span 1; } #play-again { position: absolute; background-color: #d3d3d3; display: inline-block; border: solid #000; width: auto; text-align: center; padding: .4rem 2rem; border-radius: 4px; grid-row: 5 / span 1; grid-column: 2 / span 1; } #play-again:active { transform: translateY(3px); } #play-again:hover { transform: translateY(-3px); box-shadow: 0px 5px 15px -9px rgba(128,128,128,1); transition: .2s; } #text-area { display: grid; border: var(--double-size) double #000; grid-area: ta; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2, 1fr); border-radius: 4px; } #score { grid-row: 1 / span 1; grid-column: 1 / span 1; align-self: center; justify-self: center; padding: 15px; } #player-selection { border: var(--double-size) #000; border-style: none none double double; flex-direction: column; grid-row: 1 / span 1; grid-column: 2 / -1; border-radius: 4px; } .btn { font-size: 16px; font-weight: 600; background-color: transparent; display: block; border: none; text-align: left; padding: .2rem 2rem; width: 100%; cursor: pointer; } .btn:active, .btn:focus, .btn.active { outline: none; outline-offset: -2px; } .active-button:hover { transform: translateX(3px); text-shadow: 0px 5px 15px -9px rgba(128,128,128,1); transition: .2s; } .btn:hover:before { position: absolute; border-color: transparent #000; border-style: solid; border-width: 6px 0px 6px 6px; height: 0px; width: 0px; content: ""; margin: 4px 0 0 -15px; transition: 0.5s; } .btn:focus:after { position: absolute; border-color: transparent rgba(0, 0, 0, 0.5); border-style: solid; border-width: 6px 6px 6px 0px; height: 0px; width: 0px; content: ""; margin: 4px 0 0 7px; } #round-result { align-self: center; justify-self: center; grid-row: 2 / -1; grid-column: 1 / -1; padding: 15px; } #user-score-balls { margin: 10px; border-bottom: 3px solid #000; border-right: 3px solid #000; grid-area: usb; align-self: center; border-radius: 4px; display: flex; justify-content: space-evenly; } #cpu-score-balls { margin: 10px; border-bottom: 3px solid #000; border-left: 3px solid #000; grid-area: csb; align-self: center; border-radius: 4px; display: flex; justify-content: space-evenly; } .ball { height: 1rem; width: 1rem; background-color: transparent; border-radius: 50%; border: 2px solid rgba(124, 124, 124, 0.5); display: inline-block; margin-bottom: .2rem; } .win-round { background-color: rgba(51, 161, 0, 0.75); }
style.css
:root { --double-size: 6px; --width: 75%; --vh: 100%vh; } html { background-color: transparent; font-family: 'Source Code Pro', monospace; /*font-family: 'Aldrich', sans-serif;*/ } p { font-family: inherit; } button { font-family: inherit; text-transform: uppercase; } div { font-family: inherit; font-size: 16px; } body { height: 100%; } #container { position: relative; margin: 50px auto; display: grid; border: 10px solid #000; border-radius: 4px; padding: 10px; width: var(--width); height: 75%; max-width: 700px; max-height: 90%; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(6, 1fr); grid-template-areas: "csb csb . comp" ". uf cf comp" "user uf cf ." "user uf usb usb" "ta ta ta ta" "ta ta ta ta"; /* csb = computer scoreboard // comp = computer avatar // user = user avatar // uf = user fight choice // cf = computer fight choice // usb = user scoreboard // ta = text area */ column-gap: 5px; } #user-fighter { grid-area: uf; margin: 25px 15px 25px 15px; } #computer-fighter { grid-area: cf; margin: 0 15px 20px 15px; } #user-avatar { grid-area: user; background: url('../RPG-roshambo/assets/user-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: bottom; } #computer-avatar { grid-area: comp; background: url('../RPG-roshambo/assets/cpu-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } .rock { background: url('../RPG-roshambo/assets/rock-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } .paper { background: url('../RPG-roshambo/assets/paper-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } .scissors { background: url('../RPG-roshambo/assets/scissors-pixel.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } #starter { height: 100%; width: 100%; position: absolute; display: grid; background-color: rgba(0, 0, 0, 0.98); grid-template-columns: 1fr 3fr 1fr; grid-template-rows: repeat(6, 1fr); place-items: center center; } #play-button { position: absolute; background-color: rgb(240, 240, 240); display: inline-block; border: solid rgb(255, 255, 255); width: auto; text-align: center; padding: .4rem 2rem; border-radius: 4px; grid-row: 4 / span 1; grid-column: 2 / span 1; } #play-button:hover { transform: translateY(-3px); box-shadow: 0px 5px 15px -9px rgba(128,128,128,1); transition: .2s; } #play-button:active { transform: translateY(3px); } .splash-p { color: rgb(255, 255, 255); grid-row: 3 / span 1; grid-column: 2 / span 1; } #ko { height: 100%; width: 100%; position: absolute; display: grid; background-color: rgba(255, 255, 255, 0.98); grid-template-columns: 1fr 3fr 1fr; grid-template-rows: repeat(6, 1fr); place-items: center center; } .post-game { position: absolute; font-family: inherit; width: auto; text-align: center; color: #000; grid-row: 4 / span 1; grid-column: 2 / span 1; } .trophy { height: 85%; width: 45%; margin-top: 25%; position: absolute; background: url('../RPG-roshambo/assets/trophy-pixel.png'); background-size: contain; background-repeat: no-repeat; grid-row: 1 / span 3; grid-column: 2 / span 1; } .sad { height: 100%; width: 90%; position: absolute; background: url('../RPG-roshambo/assets/sad-pixel.png'); background-size: contain; background-repeat: no-repeat; grid-row: 2; grid-column: 2 / span 1; } #play-again { position: absolute; background-color: #d3d3d3; display: inline-block; border: solid #000; width: auto; text-align: center; padding: .4rem 2rem; border-radius: 4px; grid-row: 5 / span 1; grid-column: 2 / span 1; } #play-again:active { transform: translateY(3px); } #play-again:hover { transform: translateY(-3px); box-shadow: 0px 5px 15px -9px rgba(128,128,128,1); transition: .2s; } #text-area { display: grid; border: var(--double-size) double #000; grid-area: ta; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2, 1fr); border-radius: 4px; } #score { grid-row: 1 / span 1; grid-column: 1 / span 1; align-self: center; justify-self: center; padding: 15px; } #player-selection { border: var(--double-size) #000; border-style: none none double double; flex-direction: column; grid-row: 1 / span 1; grid-column: 2 / -1; border-radius: 4px; } .btn { font-size: 16px; font-weight: 600; background-color: transparent; display: block; border: none; text-align: left; padding: .2rem 2rem; width: 100%; cursor: pointer; } .btn:active, .btn:focus, .btn.active { outline: none; outline-offset: -2px; } .active-button:hover { transform: translateX(3px); text-shadow: 0px 5px 15px -9px rgba(128,128,128,1); transition: .2s; } .btn:hover:before { position: absolute; border-color: transparent #000; border-style: solid; border-width: 6px 0px 6px 6px; height: 0px; width: 0px; content: ""; margin: 4px 0 0 -15px; transition: 0.5s; } .btn:focus:after { position: absolute; border-color: transparent rgba(0, 0, 0, 0.5); border-style: solid; border-width: 6px 6px 6px 0px; height: 0px; width: 0px; content: ""; margin: 4px 0 0 7px; } #round-result { align-self: center; justify-self: center; grid-row: 2 / -1; grid-column: 1 / -1; padding: 15px; } #user-score-balls { margin: 10px; border-bottom: 3px solid #000; border-right: 3px solid #000; grid-area: usb; align-self: center; border-radius: 4px; display: flex; justify-content: space-evenly; } #cpu-score-balls { margin: 10px; border-bottom: 3px solid #000; border-left: 3px solid #000; grid-area: csb; align-self: center; border-radius: 4px; display: flex; justify-content: space-evenly; } .ball { height: 1rem; width: 1rem; background-color: transparent; border-radius: 50%; border: 2px solid rgba(124, 124, 124, 0.5); display: inline-block; margin-bottom: .2rem; } .win-round { background-color: rgba(51, 161, 0, 0.75); }
0.426202
0.14253
.container { position: fixed; z-index: 1; width: -webkit-fill-available; height: -webkit-fill-available; background-color: #0c0a0a7d; } .circle-container { position: absolute; transform: translateY(-10vh); -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; } .circle-container .circle { width: 100%; height: 100%; border-radius: 50%; mix-blend-mode: screen; background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%); -webkit-animation: fadein-frames 500ms infinite, scale-frames 5s infinite; animation: fadein-frames 500ms infinite, scale-frames 5s infinite; } @-webkit-keyframes fade-frames { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } } @keyframes fade-frames { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } } @-webkit-keyframes scale-frames { 0% { transform: scale3d(0.4, 0.4, 1); } 50% { transform: scale3d(2.2, 2.2, 1); } 100% { transform: scale3d(0.4, 0.4, 1); } } @keyframes scale-frames { 0% { transform: scale3d(0.4, 0.4, 1); } 50% { transform: scale3d(2.2, 2.2, 1); } 100% { transform: scale3d(0.4, 0.4, 1); } } .circle-container:nth-child(1) { width: 2px; height: 2px; -webkit-animation-name: move-frames-1; animation-name: move-frames-1; -webkit-animation-duration: 30109ms; animation-duration: 30109ms; -webkit-animation-delay: 23621ms; animation-delay: 23621ms; } @-webkit-keyframes move-frames-1 { from { transform: translate3d(6vw, 105vh, 0); } to { transform: translate3d(39vw, -132vh, 0); } } @keyframes move-frames-1 { from { transform: translate3d(6vw, 105vh, 0); } to { transform: translate3d(39vw, -132vh, 0); } } .circle-container:nth-child(1) .circle { -webkit-animation-delay: 3405ms; animation-delay: 3405ms; } .circle-container:nth-child(2) { width: 8px; height: 8px; -webkit-animation-name: move-frames-2; animation-name: move-frames-2; -webkit-animation-duration: 33202ms; animation-duration: 33202ms; -webkit-animation-delay: 24216ms; animation-delay: 24216ms; } @-webkit-keyframes move-frames-2 { from { transform: translate3d(42vw, 105vh, 0); } to { transform: translate3d(67vw, -118vh, 0); } } @keyframes move-frames-2 { from { transform: translate3d(42vw, 105vh, 0); } to { transform: translate3d(67vw, -118vh, 0); } } .circle-container:nth-child(2) .circle { -webkit-animation-delay: 2008ms; animation-delay: 2008ms; } .circle-container:nth-child(3) { width: 3px; height: 3px; -webkit-animation-name: move-frames-3; animation-name: move-frames-3; -webkit-animation-duration: 31880ms; animation-duration: 31880ms; -webkit-animation-delay: 30743ms; animation-delay: 30743ms; } @-webkit-keyframes move-frames-3 { from { transform: translate3d(95vw, 106vh, 0); } to { transform: translate3d(2vw, -112vh, 0); } } @keyframes move-frames-3 { from { transform: translate3d(95vw, 106vh, 0); } to { transform: translate3d(2vw, -112vh, 0); } } .circle-container:nth-child(3) .circle { -webkit-animation-delay: 2124ms; animation-delay: 2124ms; } .circle-container:nth-child(4) { width: 5px; height: 5px; -webkit-animation-name: move-frames-4; animation-name: move-frames-4; -webkit-animation-duration: 34241ms; animation-duration: 34241ms; -webkit-animation-delay: 3925ms; animation-delay: 3925ms; } @-webkit-keyframes move-frames-4 { from { transform: translate3d(40vw, 107vh, 0); } to { transform: translate3d(79vw, -117vh, 0); } } @keyframes move-frames-4 { from { transform: translate3d(40vw, 107vh, 0); } to { transform: translate3d(79vw, -117vh, 0); } } .circle-container:nth-child(4) .circle { -webkit-animation-delay: 2175ms; animation-delay: 2175ms; } .circle-container:nth-child(5) { width: 8px; height: 8px; -webkit-animation-name: move-frames-5; animation-name: move-frames-5; -webkit-animation-duration: 28555ms; animation-duration: 28555ms; -webkit-animation-delay: 34653ms; animation-delay: 34653ms; } @-webkit-keyframes move-frames-5 { from { transform: translate3d(12vw, 103vh, 0); } to { transform: translate3d(25vw, -127vh, 0); } } @keyframes move-frames-5 { from { transform: translate3d(12vw, 103vh, 0); } to { transform: translate3d(25vw, -127vh, 0); } } .circle-container:nth-child(5) .circle { -webkit-animation-delay: 3182ms; animation-delay: 3182ms; } .circle-container:nth-child(6) { width: 1px; height: 1px; -webkit-animation-name: move-frames-6; animation-name: move-frames-6; -webkit-animation-duration: 29590ms; animation-duration: 29590ms; -webkit-animation-delay: 26051ms; animation-delay: 26051ms; } @-webkit-keyframes move-frames-6 { from { transform: translate3d(6vw, 104vh, 0); } to { transform: translate3d(45vw, -106vh, 0); } } @keyframes move-frames-6 { from { transform: translate3d(6vw, 104vh, 0); } to { transform: translate3d(45vw, -106vh, 0); } } .circle-container:nth-child(6) .circle { -webkit-animation-delay: 611ms; animation-delay: 611ms; } .circle-container:nth-child(7) { width: 3px; height: 3px; -webkit-animation-name: move-frames-7; animation-name: move-frames-7; -webkit-animation-duration: 34123ms; animation-duration: 34123ms; -webkit-animation-delay: 31834ms; animation-delay: 31834ms; } @-webkit-keyframes move-frames-7 { from { transform: translate3d(21vw, 105vh, 0); } to { transform: translate3d(48vw, -131vh, 0); } } @keyframes move-frames-7 { from { transform: translate3d(21vw, 105vh, 0); } to { transform: translate3d(48vw, -131vh, 0); } } .circle-container:nth-child(7) .circle { -webkit-animation-delay: 3108ms; animation-delay: 3108ms; } .circle-container:nth-child(8) { width: 6px; height: 6px; -webkit-animation-name: move-frames-8; animation-name: move-frames-8; -webkit-animation-duration: 30155ms; animation-duration: 30155ms; -webkit-animation-delay: 9728ms; animation-delay: 9728ms; } @-webkit-keyframes move-frames-8 { from { transform: translate3d(23vw, 110vh, 0); } to { transform: translate3d(55vw, -128vh, 0); } } @keyframes move-frames-8 { from { transform: translate3d(23vw, 110vh, 0); } to { transform: translate3d(55vw, -128vh, 0); } } .circle-container:nth-child(8) .circle { -webkit-animation-delay: 1383ms; animation-delay: 1383ms; } .circle-container:nth-child(9) { width: 1px; height: 1px; -webkit-animation-name: move-frames-9; animation-name: move-frames-9; -webkit-animation-duration: 32083ms; animation-duration: 32083ms; -webkit-animation-delay: 5851ms; animation-delay: 5851ms; } @-webkit-keyframes move-frames-9 { from { transform: translate3d(99vw, 109vh, 0); } to { transform: translate3d(91vw, -130vh, 0); } } @keyframes move-frames-9 { from { transform: translate3d(99vw, 109vh, 0); } to { transform: translate3d(91vw, -130vh, 0); } } .circle-container:nth-child(9) .circle { -webkit-animation-delay: 2914ms; animation-delay: 2914ms; } .circle-container:nth-child(10) { width: 1px; height: 1px; -webkit-animation-name: move-frames-10; animation-name: move-frames-10; -webkit-animation-duration: 36859ms; animation-duration: 36859ms; -webkit-animation-delay: 35107ms; animation-delay: 35107ms; } @-webkit-keyframes move-frames-10 { from { transform: translate3d(19vw, 103vh, 0); } to { transform: translate3d(56vw, -118vh, 0); } } @keyframes move-frames-10 { from { transform: translate3d(19vw, 103vh, 0); } to { transform: translate3d(56vw, -118vh, 0); } } .circle-container:nth-child(10) .circle { -webkit-animation-delay: 431ms; animation-delay: 431ms; } .circle-container:nth-child(11) { width: 2px; height: 2px; -webkit-animation-name: move-frames-11; animation-name: move-frames-11; -webkit-animation-duration: 34402ms; animation-duration: 34402ms; -webkit-animation-delay: 20052ms; animation-delay: 20052ms; } @-webkit-keyframes move-frames-11 { from { transform: translate3d(72vw, 107vh, 0); } to { transform: translate3d(91vw, -109vh, 0); } } @keyframes move-frames-11 { from { transform: translate3d(72vw, 107vh, 0); } to { transform: translate3d(91vw, -109vh, 0); } } .circle-container:nth-child(11) .circle { -webkit-animation-delay: 1077ms; animation-delay: 1077ms; } .circle-container:nth-child(12) { width: 2px; height: 2px; -webkit-animation-name: move-frames-12; animation-name: move-frames-12; -webkit-animation-duration: 31734ms; animation-duration: 31734ms; -webkit-animation-delay: 35946ms; animation-delay: 35946ms; } @-webkit-keyframes move-frames-12 { from { transform: translate3d(86vw, 104vh, 0); } to { transform: translate3d(34vw, -123vh, 0); } } @keyframes move-frames-12 { from { transform: translate3d(86vw, 104vh, 0); } to { transform: translate3d(34vw, -123vh, 0); } } .circle-container:nth-child(12) .circle { -webkit-animation-delay: 990ms; animation-delay: 990ms; } .circle-container:nth-child(13) { width: 7px; height: 7px; -webkit-animation-name: move-frames-13; animation-name: move-frames-13; -webkit-animation-duration: 33057ms; animation-duration: 33057ms; -webkit-animation-delay: 29555ms; animation-delay: 29555ms; } @-webkit-keyframes move-frames-13 { from { transform: translate3d(100vw, 107vh, 0); } to { transform: translate3d(99vw, -115vh, 0); } } @keyframes move-frames-13 { from { transform: translate3d(100vw, 107vh, 0); } to { transform: translate3d(99vw, -115vh, 0); } } .circle-container:nth-child(13) .circle { -webkit-animation-delay: 3813ms; animation-delay: 3813ms; } .circle-container:nth-child(14) { width: 2px; height: 2px; -webkit-animation-name: move-frames-14; animation-name: move-frames-14; -webkit-animation-duration: 33485ms; animation-duration: 33485ms; -webkit-animation-delay: 22171ms; animation-delay: 22171ms; } @-webkit-keyframes move-frames-14 { from { transform: translate3d(18vw, 109vh, 0); } to { transform: translate3d(47vw, -119vh, 0); } } @keyframes move-frames-14 { from { transform: translate3d(18vw, 109vh, 0); } to { transform: translate3d(47vw, -119vh, 0); } } .circle-container:nth-child(14) .circle { -webkit-animation-delay: 1059ms; animation-delay: 1059ms; } .circle-container:nth-child(15) { width: 2px; height: 2px; -webkit-animation-name: move-frames-15; animation-name: move-frames-15; -webkit-animation-duration: 28687ms; animation-duration: 28687ms; -webkit-animation-delay: 29576ms; animation-delay: 29576ms; } @-webkit-keyframes move-frames-15 { from { transform: translate3d(88vw, 105vh, 0); } to { transform: translate3d(1vw, -126vh, 0); } } @keyframes move-frames-15 { from { transform: translate3d(88vw, 105vh, 0); } to { transform: translate3d(1vw, -126vh, 0); } } .circle-container:nth-child(15) .circle { -webkit-animation-delay: 1028ms; animation-delay: 1028ms; } .circle-container:nth-child(16) { width: 1px; height: 1px; -webkit-animation-name: move-frames-16; animation-name: move-frames-16; -webkit-animation-duration: 32543ms; animation-duration: 32543ms; -webkit-animation-delay: 12809ms; animation-delay: 12809ms; } @-webkit-keyframes move-frames-16 { from { transform: translate3d(14vw, 107vh, 0); } to { transform: translate3d(70vw, -137vh, 0); } } @keyframes move-frames-16 { from { transform: translate3d(14vw, 107vh, 0); } to { transform: translate3d(70vw, -137vh, 0); } } .circle-container:nth-child(16) .circle { -webkit-animation-delay: 2229ms; animation-delay: 2229ms; } .circle-container:nth-child(17) { width: 2px; height: 2px; -webkit-animation-name: move-frames-17; animation-name: move-frames-17; -webkit-animation-duration: 31557ms; animation-duration: 31557ms; -webkit-animation-delay: 2863ms; animation-delay: 2863ms; } @-webkit-keyframes move-frames-17 { from { transform: translate3d(28vw, 104vh, 0); } to { transform: translate3d(51vw, -115vh, 0); } } @keyframes move-frames-17 { from { transform: translate3d(28vw, 104vh, 0); } to { transform: translate3d(51vw, -115vh, 0); } } .circle-container:nth-child(17) .circle { -webkit-animation-delay: 362ms; animation-delay: 362ms; } .circle-container:nth-child(18) { width: 5px; height: 5px; -webkit-animation-name: move-frames-18; animation-name: move-frames-18; -webkit-animation-duration: 32324ms; animation-duration: 32324ms; -webkit-animation-delay: 22848ms; animation-delay: 22848ms; } @-webkit-keyframes move-frames-18 { from { transform: translate3d(71vw, 105vh, 0); } to { transform: translate3d(19vw, -116vh, 0); } } @keyframes move-frames-18 { from { transform: translate3d(71vw, 105vh, 0); } to { transform: translate3d(19vw, -116vh, 0); } } .circle-container:nth-child(18) .circle { -webkit-animation-delay: 113ms; animation-delay: 113ms; } .circle-container:nth-child(19) { width: 6px; height: 6px; -webkit-animation-name: move-frames-19; animation-name: move-frames-19; -webkit-animation-duration: 31748ms; animation-duration: 31748ms; -webkit-animation-delay: 9211ms; animation-delay: 9211ms; } @-webkit-keyframes move-frames-19 { from { transform: translate3d(91vw, 106vh, 0); } to { transform: translate3d(93vw, -125vh, 0); } } @keyframes move-frames-19 { from { transform: translate3d(91vw, 106vh, 0); } to { transform: translate3d(93vw, -125vh, 0); } } .circle-container:nth-child(19) .circle { -webkit-animation-delay: 2989ms; animation-delay: 2989ms; } .circle-container:nth-child(20) { width: 8px; height: 8px; -webkit-animation-name: move-frames-20; animation-name: move-frames-20; -webkit-animation-duration: 35730ms; animation-duration: 35730ms; -webkit-animation-delay: 3622ms; animation-delay: 3622ms; } @-webkit-keyframes move-frames-20 { from { transform: translate3d(5vw, 105vh, 0); } to { transform: translate3d(13vw, -129vh, 0); } } @keyframes move-frames-20 { from { transform: translate3d(5vw, 105vh, 0); } to { transform: translate3d(13vw, -129vh, 0); } } .circle-container:nth-child(20) .circle { -webkit-animation-delay: 28ms; animation-delay: 28ms; } .circle-container:nth-child(21) { width: 4px; height: 4px; -webkit-animation-name: move-frames-21; animation-name: move-frames-21; -webkit-animation-duration: 30293ms; animation-duration: 30293ms; -webkit-animation-delay: 15622ms; animation-delay: 15622ms; } @-webkit-keyframes move-frames-21 { from { transform: translate3d(59vw, 101vh, 0); } to { transform: translate3d(63vw, -106vh, 0); } } @keyframes move-frames-21 { from { transform: translate3d(59vw, 101vh, 0); } to { transform: translate3d(63vw, -106vh, 0); } } .circle-container:nth-child(21) .circle { -webkit-animation-delay: 1902ms; animation-delay: 1902ms; } .circle-container:nth-child(22) { width: 4px; height: 4px; -webkit-animation-name: move-frames-22; animation-name: move-frames-22; -webkit-animation-duration: 35366ms; animation-duration: 35366ms; -webkit-animation-delay: 6443ms; animation-delay: 6443ms; } @-webkit-keyframes move-frames-22 { from { transform: translate3d(49vw, 108vh, 0); } to { transform: translate3d(18vw, -118vh, 0); } } @keyframes move-frames-22 { from { transform: translate3d(49vw, 108vh, 0); } to { transform: translate3d(18vw, -118vh, 0); } } .circle-container:nth-child(22) .circle { -webkit-animation-delay: 206ms; animation-delay: 206ms; } .circle-container:nth-child(23) { width: 1px; height: 1px; -webkit-animation-name: move-frames-23; animation-name: move-frames-23; -webkit-animation-duration: 29680ms; animation-duration: 29680ms; -webkit-animation-delay: 8476ms; animation-delay: 8476ms; } @-webkit-keyframes move-frames-23 { from { transform: translate3d(90vw, 106vh, 0); } to { transform: translate3d(54vw, -111vh, 0); } } @keyframes move-frames-23 { from { transform: translate3d(90vw, 106vh, 0); } to { transform: translate3d(54vw, -111vh, 0); } } .circle-container:nth-child(23) .circle { -webkit-animation-delay: 54ms; animation-delay: 54ms; } .circle-container:nth-child(24) { width: 3px; height: 3px; -webkit-animation-name: move-frames-24; animation-name: move-frames-24; -webkit-animation-duration: 34615ms; animation-duration: 34615ms; -webkit-animation-delay: 34155ms; animation-delay: 34155ms; } @-webkit-keyframes move-frames-24 { from { transform: translate3d(88vw, 107vh, 0); } to { transform: translate3d(27vw, -129vh, 0); } } @keyframes move-frames-24 { from { transform: translate3d(88vw, 107vh, 0); } to { transform: translate3d(27vw, -129vh, 0); } } .circle-container:nth-child(24) .circle { -webkit-animation-delay: 1607ms; animation-delay: 1607ms; } .circle-container:nth-child(25) { width: 3px; height: 3px; -webkit-animation-name: move-frames-25; animation-name: move-frames-25; -webkit-animation-duration: 32476ms; animation-duration: 32476ms; -webkit-animation-delay: 1475ms; animation-delay: 1475ms; } @-webkit-keyframes move-frames-25 { from { transform: translate3d(69vw, 106vh, 0); } to { transform: translate3d(99vw, -120vh, 0); } } @keyframes move-frames-25 { from { transform: translate3d(69vw, 106vh, 0); } to { transform: translate3d(99vw, -120vh, 0); } } .circle-container:nth-child(25) .circle { -webkit-animation-delay: 615ms; animation-delay: 615ms; } .circle-container:nth-child(26) { width: 2px; height: 2px; -webkit-animation-name: move-frames-26; animation-name: move-frames-26; -webkit-animation-duration: 32611ms; animation-duration: 32611ms; -webkit-animation-delay: 8112ms; animation-delay: 8112ms; } @-webkit-keyframes move-frames-26 { from { transform: translate3d(70vw, 101vh, 0); } to { transform: translate3d(87vw, -118vh, 0); } } @keyframes move-frames-26 { from { transform: translate3d(70vw, 101vh, 0); } to { transform: translate3d(87vw, -118vh, 0); } } .circle-container:nth-child(26) .circle { -webkit-animation-delay: 3105ms; animation-delay: 3105ms; } .circle-container:nth-child(27) { width: 2px; height: 2px; -webkit-animation-name: move-frames-27; animation-name: move-frames-27; -webkit-animation-duration: 36135ms; animation-duration: 36135ms; -webkit-animation-delay: 35833ms; animation-delay: 35833ms; } @-webkit-keyframes move-frames-27 { from { transform: translate3d(85vw, 106vh, 0); } to { transform: translate3d(58vw, -126vh, 0); } } @keyframes move-frames-27 { from { transform: translate3d(85vw, 106vh, 0); } to { transform: translate3d(58vw, -126vh, 0); } } .circle-container:nth-child(27) .circle { -webkit-animation-delay: 1977ms; animation-delay: 1977ms; } .circle-container:nth-child(28) { width: 6px; height: 6px; -webkit-animation-name: move-frames-28; animation-name: move-frames-28; -webkit-animation-duration: 34216ms; animation-duration: 34216ms; -webkit-animation-delay: 23817ms; animation-delay: 23817ms; } @-webkit-keyframes move-frames-28 { from { transform: translate3d(91vw, 102vh, 0); } to { transform: translate3d(22vw, -120vh, 0); } } @keyframes move-frames-28 { from { transform: translate3d(91vw, 102vh, 0); } to { transform: translate3d(22vw, -120vh, 0); } } .circle-container:nth-child(28) .circle { -webkit-animation-delay: 1148ms; animation-delay: 1148ms; } .circle-container:nth-child(29) { width: 7px; height: 7px; -webkit-animation-name: move-frames-29; animation-name: move-frames-29; -webkit-animation-duration: 34464ms; animation-duration: 34464ms; -webkit-animation-delay: 8273ms; animation-delay: 8273ms; } @-webkit-keyframes move-frames-29 { from { transform: translate3d(71vw, 102vh, 0); } to { transform: translate3d(26vw, -119vh, 0); } } @keyframes move-frames-29 { from { transform: translate3d(71vw, 102vh, 0); } to { transform: translate3d(26vw, -119vh, 0); } } .circle-container:nth-child(29) .circle { -webkit-animation-delay: 280ms; animation-delay: 280ms; } .circle-container:nth-child(30) { width: 2px; height: 2px; -webkit-animation-name: move-frames-30; animation-name: move-frames-30; -webkit-animation-duration: 36740ms; animation-duration: 36740ms; -webkit-animation-delay: 25047ms; animation-delay: 25047ms; } @-webkit-keyframes move-frames-30 { from { transform: translate3d(79vw, 101vh, 0); } to { transform: translate3d(40vw, -111vh, 0); } } @keyframes move-frames-30 { from { transform: translate3d(79vw, 101vh, 0); } to { transform: translate3d(40vw, -111vh, 0); } } .circle-container:nth-child(30) .circle { -webkit-animation-delay: 888ms; animation-delay: 888ms; } .circle-container:nth-child(31) { width: 5px; height: 5px; -webkit-animation-name: move-frames-31; animation-name: move-frames-31; -webkit-animation-duration: 35221ms; animation-duration: 35221ms; -webkit-animation-delay: 36382ms; animation-delay: 36382ms; } @-webkit-keyframes move-frames-31 { from { transform: translate3d(82vw, 108vh, 0); } to { transform: translate3d(37vw, -134vh, 0); } } @keyframes move-frames-31 { from { transform: translate3d(82vw, 108vh, 0); } to { transform: translate3d(37vw, -134vh, 0); } } .circle-container:nth-child(31) .circle { -webkit-animation-delay: 2945ms; animation-delay: 2945ms; } .circle-container:nth-child(32) { width: 8px; height: 8px; -webkit-animation-name: move-frames-32; animation-name: move-frames-32; -webkit-animation-duration: 29392ms; animation-duration: 29392ms; -webkit-animation-delay: 17538ms; animation-delay: 17538ms; } @-webkit-keyframes move-frames-32 { from { transform: translate3d(19vw, 109vh, 0); } to { transform: translate3d(63vw, -111vh, 0); } } @keyframes move-frames-32 { from { transform: translate3d(19vw, 109vh, 0); } to { transform: translate3d(63vw, -111vh, 0); } } .circle-container:nth-child(32) .circle { -webkit-animation-delay: 698ms; animation-delay: 698ms; } .circle-container:nth-child(33) { width: 1px; height: 1px; -webkit-animation-name: move-frames-33; animation-name: move-frames-33; -webkit-animation-duration: 28221ms; animation-duration: 28221ms; -webkit-animation-delay: 12467ms; animation-delay: 12467ms; } @-webkit-keyframes move-frames-33 { from { transform: translate3d(18vw, 104vh, 0); } to { transform: translate3d(71vw, -106vh, 0); } } @keyframes move-frames-33 { from { transform: translate3d(18vw, 104vh, 0); } to { transform: translate3d(71vw, -106vh, 0); } } .circle-container:nth-child(33) .circle { -webkit-animation-delay: 2797ms; animation-delay: 2797ms; } .circle-container:nth-child(34) { width: 2px; height: 2px; -webkit-animation-name: move-frames-34; animation-name: move-frames-34; -webkit-animation-duration: 33703ms; animation-duration: 33703ms; -webkit-animation-delay: 34669ms; animation-delay: 34669ms; } @-webkit-keyframes move-frames-34 { from { transform: translate3d(78vw, 107vh, 0); } to { transform: translate3d(70vw, -115vh, 0); } } @keyframes move-frames-34 { from { transform: translate3d(78vw, 107vh, 0); } to { transform: translate3d(70vw, -115vh, 0); } } .circle-container:nth-child(34) .circle { -webkit-animation-delay: 1712ms; animation-delay: 1712ms; } .circle-container:nth-child(35) { width: 3px; height: 3px; -webkit-animation-name: move-frames-35; animation-name: move-frames-35; -webkit-animation-duration: 35499ms; animation-duration: 35499ms; -webkit-animation-delay: 13852ms; animation-delay: 13852ms; } @-webkit-keyframes move-frames-35 { from { transform: translate3d(45vw, 105vh, 0); } to { transform: translate3d(42vw, -132vh, 0); } } @keyframes move-frames-35 { from { transform: translate3d(45vw, 105vh, 0); } to { transform: translate3d(42vw, -132vh, 0); } } .circle-container:nth-child(35) .circle { -webkit-animation-delay: 115ms; animation-delay: 115ms; } .circle-container:nth-child(36) { width: 4px; height: 4px; -webkit-animation-name: move-frames-36; animation-name: move-frames-36; -webkit-animation-duration: 35677ms; animation-duration: 35677ms; -webkit-animation-delay: 26519ms; animation-delay: 26519ms; } @-webkit-keyframes move-frames-36 { from { transform: translate3d(39vw, 103vh, 0); } to { transform: translate3d(47vw, -131vh, 0); } } @keyframes move-frames-36 { from { transform: translate3d(39vw, 103vh, 0); } to { transform: translate3d(47vw, -131vh, 0); } } .circle-container:nth-child(36) .circle { -webkit-animation-delay: 1726ms; animation-delay: 1726ms; } .circle-container:nth-child(37) { width: 4px; height: 4px; -webkit-animation-name: move-frames-37; animation-name: move-frames-37; -webkit-animation-duration: 31868ms; animation-duration: 31868ms; -webkit-animation-delay: 14210ms; animation-delay: 14210ms; } @-webkit-keyframes move-frames-37 { from { transform: translate3d(16vw, 106vh, 0); } to { transform: translate3d(43vw, -124vh, 0); } } @keyframes move-frames-37 { from { transform: translate3d(16vw, 106vh, 0); } to { transform: translate3d(43vw, -124vh, 0); } } .circle-container:nth-child(37) .circle { -webkit-animation-delay: 952ms; animation-delay: 952ms; } .circle-container:nth-child(38) { width: 4px; height: 4px; -webkit-animation-name: move-frames-38; animation-name: move-frames-38; -webkit-animation-duration: 29147ms; animation-duration: 29147ms; -webkit-animation-delay: 17586ms; animation-delay: 17586ms; } @-webkit-keyframes move-frames-38 { from { transform: translate3d(9vw, 108vh, 0); } to { transform: translate3d(92vw, -131vh, 0); } } @keyframes move-frames-38 { from { transform: translate3d(9vw, 108vh, 0); } to { transform: translate3d(92vw, -131vh, 0); } } .circle-container:nth-child(38) .circle { -webkit-animation-delay: 2305ms; animation-delay: 2305ms; } .circle-container:nth-child(39) { width: 3px; height: 3px; -webkit-animation-name: move-frames-39; animation-name: move-frames-39; -webkit-animation-duration: 30799ms; animation-duration: 30799ms; -webkit-animation-delay: 23661ms; animation-delay: 23661ms; } @-webkit-keyframes move-frames-39 { from { transform: translate3d(17vw, 108vh, 0); } to { transform: translate3d(60vw, -131vh, 0); } } @keyframes move-frames-39 { from { transform: translate3d(17vw, 108vh, 0); } to { transform: translate3d(60vw, -131vh, 0); } } .circle-container:nth-child(39) .circle { -webkit-animation-delay: 3165ms; animation-delay: 3165ms; } .circle-container:nth-child(40) { width: 6px; height: 6px; -webkit-animation-name: move-frames-40; animation-name: move-frames-40; -webkit-animation-duration: 36395ms; animation-duration: 36395ms; -webkit-animation-delay: 19206ms; animation-delay: 19206ms; } @-webkit-keyframes move-frames-40 { from { transform: translate3d(35vw, 105vh, 0); } to { transform: translate3d(74vw, -120vh, 0); } } @keyframes move-frames-40 { from { transform: translate3d(35vw, 105vh, 0); } to { transform: translate3d(74vw, -120vh, 0); } } .circle-container:nth-child(40) .circle { -webkit-animation-delay: 2155ms; animation-delay: 2155ms; } .circle-container:nth-child(41) { width: 6px; height: 6px; -webkit-animation-name: move-frames-41; animation-name: move-frames-41; -webkit-animation-duration: 29935ms; animation-duration: 29935ms; -webkit-animation-delay: 25930ms; animation-delay: 25930ms; } @-webkit-keyframes move-frames-41 { from { transform: translate3d(5vw, 102vh, 0); } to { transform: translate3d(100vw, -125vh, 0); } } @keyframes move-frames-41 { from { transform: translate3d(5vw, 102vh, 0); } to { transform: translate3d(100vw, -125vh, 0); } } .circle-container:nth-child(41) .circle { -webkit-animation-delay: 3756ms; animation-delay: 3756ms; } .circle-container:nth-child(42) { width: 2px; height: 2px; -webkit-animation-name: move-frames-42; animation-name: move-frames-42; -webkit-animation-duration: 29100ms; animation-duration: 29100ms; -webkit-animation-delay: 29850ms; animation-delay: 29850ms; } @-webkit-keyframes move-frames-42 { from { transform: translate3d(84vw, 105vh, 0); } to { transform: translate3d(22vw, -118vh, 0); } } @keyframes move-frames-42 { from { transform: translate3d(84vw, 105vh, 0); } to { transform: translate3d(22vw, -118vh, 0); } } .circle-container:nth-child(42) .circle { -webkit-animation-delay: 27ms; animation-delay: 27ms; } .circle-container:nth-child(43) { width: 8px; height: 8px; -webkit-animation-name: move-frames-43; animation-name: move-frames-43; -webkit-animation-duration: 35557ms; animation-duration: 35557ms; -webkit-animation-delay: 14730ms; animation-delay: 14730ms; } @-webkit-keyframes move-frames-43 { from { transform: translate3d(94vw, 103vh, 0); } to { transform: translate3d(100vw, -124vh, 0); } } @keyframes move-frames-43 { from { transform: translate3d(94vw, 103vh, 0); } to { transform: translate3d(100vw, -124vh, 0); } } .circle-container:nth-child(43) .circle { -webkit-animation-delay: 3226ms; animation-delay: 3226ms; } .circle-container:nth-child(44) { width: 3px; height: 3px; -webkit-animation-name: move-frames-44; animation-name: move-frames-44; -webkit-animation-duration: 31834ms; animation-duration: 31834ms; -webkit-animation-delay: 28041ms; animation-delay: 28041ms; } @-webkit-keyframes move-frames-44 { from { transform: translate3d(100vw, 107vh, 0); } to { transform: translate3d(93vw, -116vh, 0); } } @keyframes move-frames-44 { from { transform: translate3d(100vw, 107vh, 0); } to { transform: translate3d(93vw, -116vh, 0); } } .circle-container:nth-child(44) .circle { -webkit-animation-delay: 1420ms; animation-delay: 1420ms; } .circle-container:nth-child(45) { width: 1px; height: 1px; -webkit-animation-name: move-frames-45; animation-name: move-frames-45; -webkit-animation-duration: 28179ms; animation-duration: 28179ms; -webkit-animation-delay: 27618ms; animation-delay: 27618ms; } @-webkit-keyframes move-frames-45 { from { transform: translate3d(94vw, 108vh, 0); } to { transform: translate3d(55vw, -127vh, 0); } } @keyframes move-frames-45 { from { transform: translate3d(94vw, 108vh, 0); } to { transform: translate3d(55vw, -127vh, 0); } } .circle-container:nth-child(45) .circle { -webkit-animation-delay: 787ms; animation-delay: 787ms; } .circle-container:nth-child(46) { width: 3px; height: 3px; -webkit-animation-name: move-frames-46; animation-name: move-frames-46; -webkit-animation-duration: 34293ms; animation-duration: 34293ms; -webkit-animation-delay: 3618ms; animation-delay: 3618ms; } @-webkit-keyframes move-frames-46 { from { transform: translate3d(38vw, 101vh, 0); } to { transform: translate3d(77vw, -103vh, 0); } } @keyframes move-frames-46 { from { transform: translate3d(38vw, 101vh, 0); } to { transform: translate3d(77vw, -103vh, 0); } } .circle-container:nth-child(46) .circle { -webkit-animation-delay: 2743ms; animation-delay: 2743ms; } .circle-container:nth-child(47) { width: 1px; height: 1px; -webkit-animation-name: move-frames-47; animation-name: move-frames-47; -webkit-animation-duration: 29879ms; animation-duration: 29879ms; -webkit-animation-delay: 29934ms; animation-delay: 29934ms; } @-webkit-keyframes move-frames-47 { from { transform: translate3d(92vw, 109vh, 0); } to { transform: translate3d(62vw, -133vh, 0); } } @keyframes move-frames-47 { from { transform: translate3d(92vw, 109vh, 0); } to { transform: translate3d(62vw, -133vh, 0); } } .circle-container:nth-child(47) .circle { -webkit-animation-delay: 3816ms; animation-delay: 3816ms; } .circle-container:nth-child(48) { width: 1px; height: 1px; -webkit-animation-name: move-frames-48; animation-name: move-frames-48; -webkit-animation-duration: 31560ms; animation-duration: 31560ms; -webkit-animation-delay: 16011ms; animation-delay: 16011ms; } @-webkit-keyframes move-frames-48 { from { transform: translate3d(97vw, 104vh, 0); } to { transform: translate3d(15vw, -133vh, 0); } } @keyframes move-frames-48 { from { transform: translate3d(97vw, 104vh, 0); } to { transform: translate3d(15vw, -133vh, 0); } } .circle-container:nth-child(48) .circle { -webkit-animation-delay: 3447ms; animation-delay: 3447ms; } .circle-container:nth-child(49) { width: 3px; height: 3px; -webkit-animation-name: move-frames-49; animation-name: move-frames-49; -webkit-animation-duration: 35813ms; animation-duration: 35813ms; -webkit-animation-delay: 18300ms; animation-delay: 18300ms; } @-webkit-keyframes move-frames-49 { from { transform: translate3d(93vw, 108vh, 0); } to { transform: translate3d(44vw, -135vh, 0); } } @keyframes move-frames-49 { from { transform: translate3d(93vw, 108vh, 0); } to { transform: translate3d(44vw, -135vh, 0); } } .circle-container:nth-child(49) .circle { -webkit-animation-delay: 1401ms; animation-delay: 1401ms; } .circle-container:nth-child(50) { width: 8px; height: 8px; -webkit-animation-name: move-frames-50; animation-name: move-frames-50; -webkit-animation-duration: 34992ms; animation-duration: 34992ms; -webkit-animation-delay: 27121ms; animation-delay: 27121ms; } @-webkit-keyframes move-frames-50 { from { transform: translate3d(48vw, 105vh, 0); } to { transform: translate3d(73vw, -110vh, 0); } } @keyframes move-frames-50 { from { transform: translate3d(48vw, 105vh, 0); } to { transform: translate3d(73vw, -110vh, 0); } } .circle-container:nth-child(50) .circle { -webkit-animation-delay: 1620ms; animation-delay: 1620ms; } .circle-container:nth-child(51) { width: 7px; height: 7px; -webkit-animation-name: move-frames-51; animation-name: move-frames-51; -webkit-animation-duration: 29165ms; animation-duration: 29165ms; -webkit-animation-delay: 19901ms; animation-delay: 19901ms; } @-webkit-keyframes move-frames-51 { from { transform: translate3d(9vw, 110vh, 0); } to { transform: translate3d(13vw, -121vh, 0); } } @keyframes move-frames-51 { from { transform: translate3d(9vw, 110vh, 0); } to { transform: translate3d(13vw, -121vh, 0); } } .circle-container:nth-child(51) .circle { -webkit-animation-delay: 1526ms; animation-delay: 1526ms; } .circle-container:nth-child(52) { width: 4px; height: 4px; -webkit-animation-name: move-frames-52; animation-name: move-frames-52; -webkit-animation-duration: 28643ms; animation-duration: 28643ms; -webkit-animation-delay: 20275ms; animation-delay: 20275ms; } @-webkit-keyframes move-frames-52 { from { transform: translate3d(97vw, 110vh, 0); } to { transform: translate3d(29vw, -111vh, 0); } } @keyframes move-frames-52 { from { transform: translate3d(97vw, 110vh, 0); } to { transform: translate3d(29vw, -111vh, 0); } } .circle-container:nth-child(52) .circle { -webkit-animation-delay: 1858ms; animation-delay: 1858ms; } .circle-container:nth-child(53) { width: 2px; height: 2px; -webkit-animation-name: move-frames-53; animation-name: move-frames-53; -webkit-animation-duration: 30960ms; animation-duration: 30960ms; -webkit-animation-delay: 13301ms; animation-delay: 13301ms; } @-webkit-keyframes move-frames-53 { from { transform: translate3d(66vw, 108vh, 0); } to { transform: translate3d(40vw, -116vh, 0); } } @keyframes move-frames-53 { from { transform: translate3d(66vw, 108vh, 0); } to { transform: translate3d(40vw, -116vh, 0); } } .circle-container:nth-child(53) .circle { -webkit-animation-delay: 3435ms; animation-delay: 3435ms; } .circle-container:nth-child(54) { width: 8px; height: 8px; -webkit-animation-name: move-frames-54; animation-name: move-frames-54; -webkit-animation-duration: 32153ms; animation-duration: 32153ms; -webkit-animation-delay: 35673ms; animation-delay: 35673ms; } @-webkit-keyframes move-frames-54 { from { transform: translate3d(4vw, 103vh, 0); } to { transform: translate3d(47vw, -110vh, 0); } } @keyframes move-frames-54 { from { transform: translate3d(4vw, 103vh, 0); } to { transform: translate3d(47vw, -110vh, 0); } } .circle-container:nth-child(54) .circle { -webkit-animation-delay: 269ms; animation-delay: 269ms; } .circle-container:nth-child(55) { width: 7px; height: 7px; -webkit-animation-name: move-frames-55; animation-name: move-frames-55; -webkit-animation-duration: 33413ms; animation-duration: 33413ms; -webkit-animation-delay: 18095ms; animation-delay: 18095ms; } @-webkit-keyframes move-frames-55 { from { transform: translate3d(19vw, 110vh, 0); } to { transform: translate3d(25vw, -132vh, 0); } } @keyframes move-frames-55 { from { transform: translate3d(19vw, 110vh, 0); } to { transform: translate3d(25vw, -132vh, 0); } } .circle-container:nth-child(55) .circle { -webkit-animation-delay: 849ms; animation-delay: 849ms; } .circle-container:nth-child(56) { width: 6px; height: 6px; -webkit-animation-name: move-frames-56; animation-name: move-frames-56; -webkit-animation-duration: 33882ms; animation-duration: 33882ms; -webkit-animation-delay: 14004ms; animation-delay: 14004ms; } @-webkit-keyframes move-frames-56 { from { transform: translate3d(8vw, 109vh, 0); } to { transform: translate3d(3vw, -131vh, 0); } } @keyframes move-frames-56 { from { transform: translate3d(8vw, 109vh, 0); } to { transform: translate3d(3vw, -131vh, 0); } } .circle-container:nth-child(56) .circle { -webkit-animation-delay: 2914ms; animation-delay: 2914ms; } .circle-container:nth-child(57) { width: 1px; height: 1px; -webkit-animation-name: move-frames-57; animation-name: move-frames-57; -webkit-animation-duration: 33753ms; animation-duration: 33753ms; -webkit-animation-delay: 8728ms; animation-delay: 8728ms; } @-webkit-keyframes move-frames-57 { from { transform: translate3d(47vw, 110vh, 0); } to { transform: translate3d(1vw, -126vh, 0); } } @keyframes move-frames-57 { from { transform: translate3d(47vw, 110vh, 0); } to { transform: translate3d(1vw, -126vh, 0); } } .circle-container:nth-child(57) .circle { -webkit-animation-delay: 508ms; animation-delay: 508ms; } .circle-container:nth-child(58) { width: 3px; height: 3px; -webkit-animation-name: move-frames-58; animation-name: move-frames-58; -webkit-animation-duration: 32282ms; animation-duration: 32282ms; -webkit-animation-delay: 36007ms; animation-delay: 36007ms; } @-webkit-keyframes move-frames-58 { from { transform: translate3d(8vw, 102vh, 0); } to { transform: translate3d(53vw, -118vh, 0); } } @keyframes move-frames-58 { from { transform: translate3d(8vw, 102vh, 0); } to { transform: translate3d(53vw, -118vh, 0); } } .circle-container:nth-child(58) .circle { -webkit-animation-delay: 1192ms; animation-delay: 1192ms; } .circle-container:nth-child(59) { width: 5px; height: 5px; -webkit-animation-name: move-frames-59; animation-name: move-frames-59; -webkit-animation-duration: 28652ms; animation-duration: 28652ms; -webkit-animation-delay: 12943ms; animation-delay: 12943ms; } @-webkit-keyframes move-frames-59 { from { transform: translate3d(78vw, 103vh, 0); } to { transform: translate3d(26vw, -120vh, 0); } } @keyframes move-frames-59 { from { transform: translate3d(78vw, 103vh, 0); } to { transform: translate3d(26vw, -120vh, 0); } } .circle-container:nth-child(59) .circle { -webkit-animation-delay: 3322ms; animation-delay: 3322ms; } .circle-container:nth-child(60) { width: 4px; height: 4px; -webkit-animation-name: move-frames-60; animation-name: move-frames-60; -webkit-animation-duration: 36567ms; animation-duration: 36567ms; -webkit-animation-delay: 13714ms; animation-delay: 13714ms; } @-webkit-keyframes move-frames-60 { from { transform: translate3d(25vw, 106vh, 0); } to { transform: translate3d(55vw, -119vh, 0); } } @keyframes move-frames-60 { from { transform: translate3d(25vw, 106vh, 0); } to { transform: translate3d(55vw, -119vh, 0); } } .circle-container:nth-child(60) .circle { -webkit-animation-delay: 3237ms; animation-delay: 3237ms; } .circle-container:nth-child(61) { width: 1px; height: 1px; -webkit-animation-name: move-frames-61; animation-name: move-frames-61; -webkit-animation-duration: 33935ms; animation-duration: 33935ms; -webkit-animation-delay: 20977ms; animation-delay: 20977ms; } @-webkit-keyframes move-frames-61 { from { transform: translate3d(63vw, 103vh, 0); } to { transform: translate3d(27vw, -105vh, 0); } } @keyframes move-frames-61 { from { transform: translate3d(63vw, 103vh, 0); } to { transform: translate3d(27vw, -105vh, 0); } } .circle-container:nth-child(61) .circle { -webkit-animation-delay: 603ms; animation-delay: 603ms; } .circle-container:nth-child(62) { width: 6px; height: 6px; -webkit-animation-name: move-frames-62; animation-name: move-frames-62; -webkit-animation-duration: 28934ms; animation-duration: 28934ms; -webkit-animation-delay: 12793ms; animation-delay: 12793ms; } @-webkit-keyframes move-frames-62 { from { transform: translate3d(50vw, 103vh, 0); } to { transform: translate3d(77vw, -123vh, 0); } } @keyframes move-frames-62 { from { transform: translate3d(50vw, 103vh, 0); } to { transform: translate3d(77vw, -123vh, 0); } } .circle-container:nth-child(62) .circle { -webkit-animation-delay: 1258ms; animation-delay: 1258ms; } .circle-container:nth-child(63) { width: 6px; height: 6px; -webkit-animation-name: move-frames-63; animation-name: move-frames-63; -webkit-animation-duration: 35593ms; animation-duration: 35593ms; -webkit-animation-delay: 33216ms; animation-delay: 33216ms; } @-webkit-keyframes move-frames-63 { from { transform: translate3d(24vw, 108vh, 0); } to { transform: translate3d(68vw, -111vh, 0); } } @keyframes move-frames-63 { from { transform: translate3d(24vw, 108vh, 0); } to { transform: translate3d(68vw, -111vh, 0); } } .circle-container:nth-child(63) .circle { -webkit-animation-delay: 3341ms; animation-delay: 3341ms; } .circle-container:nth-child(64) { width: 2px; height: 2px; -webkit-animation-name: move-frames-64; animation-name: move-frames-64; -webkit-animation-duration: 32626ms; animation-duration: 32626ms; -webkit-animation-delay: 17176ms; animation-delay: 17176ms; } @-webkit-keyframes move-frames-64 { from { transform: translate3d(16vw, 104vh, 0); } to { transform: translate3d(42vw, -111vh, 0); } } @keyframes move-frames-64 { from { transform: translate3d(16vw, 104vh, 0); } to { transform: translate3d(42vw, -111vh, 0); } } .circle-container:nth-child(64) .circle { -webkit-animation-delay: 531ms; animation-delay: 531ms; } .circle-container:nth-child(65) { width: 1px; height: 1px; -webkit-animation-name: move-frames-65; animation-name: move-frames-65; -webkit-animation-duration: 36062ms; animation-duration: 36062ms; -webkit-animation-delay: 16979ms; animation-delay: 16979ms; } @-webkit-keyframes move-frames-65 { from { transform: translate3d(13vw, 106vh, 0); } to { transform: translate3d(55vw, -125vh, 0); } } @keyframes move-frames-65 { from { transform: translate3d(13vw, 106vh, 0); } to { transform: translate3d(55vw, -125vh, 0); } } .circle-container:nth-child(65) .circle { -webkit-animation-delay: 1212ms; animation-delay: 1212ms; } .circle-container:nth-child(66) { width: 1px; height: 1px; -webkit-animation-name: move-frames-66; animation-name: move-frames-66; -webkit-animation-duration: 28680ms; animation-duration: 28680ms; -webkit-animation-delay: 12205ms; animation-delay: 12205ms; } @-webkit-keyframes move-frames-66 { from { transform: translate3d(93vw, 107vh, 0); } to { transform: translate3d(83vw, -133vh, 0); } } @keyframes move-frames-66 { from { transform: translate3d(93vw, 107vh, 0); } to { transform: translate3d(83vw, -133vh, 0); } } .circle-container:nth-child(66) .circle { -webkit-animation-delay: 2000ms; animation-delay: 2000ms; } .circle-container:nth-child(67) { width: 4px; height: 4px; -webkit-animation-name: move-frames-67; animation-name: move-frames-67; -webkit-animation-duration: 33922ms; animation-duration: 33922ms; -webkit-animation-delay: 21640ms; animation-delay: 21640ms; } @-webkit-keyframes move-frames-67 { from { transform: translate3d(66vw, 105vh, 0); } to { transform: translate3d(40vw, -124vh, 0); } } @keyframes move-frames-67 { from { transform: translate3d(66vw, 105vh, 0); } to { transform: translate3d(40vw, -124vh, 0); } } .circle-container:nth-child(67) .circle { -webkit-animation-delay: 3646ms; animation-delay: 3646ms; } .circle-container:nth-child(68) { width: 6px; height: 6px; -webkit-animation-name: move-frames-68; animation-name: move-frames-68; -webkit-animation-duration: 30725ms; animation-duration: 30725ms; -webkit-animation-delay: 14218ms; animation-delay: 14218ms; } @-webkit-keyframes move-frames-68 { from { transform: translate3d(43vw, 108vh, 0); } to { transform: translate3d(62vw, -125vh, 0); } } @keyframes move-frames-68 { from { transform: translate3d(43vw, 108vh, 0); } to { transform: translate3d(62vw, -125vh, 0); } } .circle-container:nth-child(68) .circle { -webkit-animation-delay: 475ms; animation-delay: 475ms; } .circle-container:nth-child(69) { width: 7px; height: 7px; -webkit-animation-name: move-frames-69; animation-name: move-frames-69; -webkit-animation-duration: 28026ms; animation-duration: 28026ms; -webkit-animation-delay: 5634ms; animation-delay: 5634ms; } @-webkit-keyframes move-frames-69 { from { transform: translate3d(41vw, 108vh, 0); } to { transform: translate3d(1vw, -116vh, 0); } } @keyframes move-frames-69 { from { transform: translate3d(41vw, 108vh, 0); } to { transform: translate3d(1vw, -116vh, 0); } } .circle-container:nth-child(69) .circle { -webkit-animation-delay: 159ms; animation-delay: 159ms; } .circle-container:nth-child(70) { width: 8px; height: 8px; -webkit-animation-name: move-frames-70; animation-name: move-frames-70; -webkit-animation-duration: 32044ms; animation-duration: 32044ms; -webkit-animation-delay: 15859ms; animation-delay: 15859ms; } @-webkit-keyframes move-frames-70 { from { transform: translate3d(1vw, 103vh, 0); } to { transform: translate3d(25vw, -113vh, 0); } } @keyframes move-frames-70 { from { transform: translate3d(1vw, 103vh, 0); } to { transform: translate3d(25vw, -113vh, 0); } } .circle-container:nth-child(70) .circle { -webkit-animation-delay: 29ms; animation-delay: 29ms; } .circle-container:nth-child(71) { width: 6px; height: 6px; -webkit-animation-name: move-frames-71; animation-name: move-frames-71; -webkit-animation-duration: 32666ms; animation-duration: 32666ms; -webkit-animation-delay: 32387ms; animation-delay: 32387ms; } @-webkit-keyframes move-frames-71 { from { transform: translate3d(76vw, 106vh, 0); } to { transform: translate3d(95vw, -115vh, 0); } } @keyframes move-frames-71 { from { transform: translate3d(76vw, 106vh, 0); } to { transform: translate3d(95vw, -115vh, 0); } } .circle-container:nth-child(71) .circle { -webkit-animation-delay: 1555ms; animation-delay: 1555ms; } .circle-container:nth-child(72) { width: 3px; height: 3px; -webkit-animation-name: move-frames-72; animation-name: move-frames-72; -webkit-animation-duration: 31519ms; animation-duration: 31519ms; -webkit-animation-delay: 12216ms; animation-delay: 12216ms; } @-webkit-keyframes move-frames-72 { from { transform: translate3d(79vw, 110vh, 0); } to { transform: translate3d(42vw, -130vh, 0); } } @keyframes move-frames-72 { from { transform: translate3d(79vw, 110vh, 0); } to { transform: translate3d(42vw, -130vh, 0); } } .circle-container:nth-child(72) .circle { -webkit-animation-delay: 3734ms; animation-delay: 3734ms; } .circle-container:nth-child(73) { width: 4px; height: 4px; -webkit-animation-name: move-frames-73; animation-name: move-frames-73; -webkit-animation-duration: 34943ms; animation-duration: 34943ms; -webkit-animation-delay: 23771ms; animation-delay: 23771ms; } @-webkit-keyframes move-frames-73 { from { transform: translate3d(96vw, 108vh, 0); } to { transform: translate3d(96vw, -125vh, 0); } } @keyframes move-frames-73 { from { transform: translate3d(96vw, 108vh, 0); } to { transform: translate3d(96vw, -125vh, 0); } } .circle-container:nth-child(73) .circle { -webkit-animation-delay: 144ms; animation-delay: 144ms; } .circle-container:nth-child(74) { width: 1px; height: 1px; -webkit-animation-name: move-frames-74; animation-name: move-frames-74; -webkit-animation-duration: 31196ms; animation-duration: 31196ms; -webkit-animation-delay: 5941ms; animation-delay: 5941ms; } @-webkit-keyframes move-frames-74 { from { transform: translate3d(27vw, 105vh, 0); } to { transform: translate3d(91vw, -113vh, 0); } } @keyframes move-frames-74 { from { transform: translate3d(27vw, 105vh, 0); } to { transform: translate3d(91vw, -113vh, 0); } } .circle-container:nth-child(74) .circle { -webkit-animation-delay: 31ms; animation-delay: 31ms; } .circle-container:nth-child(75) { width: 7px; height: 7px; -webkit-animation-name: move-frames-75; animation-name: move-frames-75; -webkit-animation-duration: 36850ms; animation-duration: 36850ms; -webkit-animation-delay: 20467ms; animation-delay: 20467ms; } @-webkit-keyframes move-frames-75 { from { transform: translate3d(75vw, 107vh, 0); } to { transform: translate3d(95vw, -127vh, 0); } } @keyframes move-frames-75 { from { transform: translate3d(75vw, 107vh, 0); } to { transform: translate3d(95vw, -127vh, 0); } } .circle-container:nth-child(75) .circle { -webkit-animation-delay: 527ms; animation-delay: 527ms; } .circle-container:nth-child(76) { width: 2px; height: 2px; -webkit-animation-name: move-frames-76; animation-name: move-frames-76; -webkit-animation-duration: 34667ms; animation-duration: 34667ms; -webkit-animation-delay: 33565ms; animation-delay: 33565ms; } @-webkit-keyframes move-frames-76 { from { transform: translate3d(13vw, 108vh, 0); } to { transform: translate3d(31vw, -118vh, 0); } } @keyframes move-frames-76 { from { transform: translate3d(13vw, 108vh, 0); } to { transform: translate3d(31vw, -118vh, 0); } } .circle-container:nth-child(76) .circle { -webkit-animation-delay: 352ms; animation-delay: 352ms; } .circle-container:nth-child(77) { width: 5px; height: 5px; -webkit-animation-name: move-frames-77; animation-name: move-frames-77; -webkit-animation-duration: 31057ms; animation-duration: 31057ms; -webkit-animation-delay: 5716ms; animation-delay: 5716ms; } @-webkit-keyframes move-frames-77 { from { transform: translate3d(72vw, 104vh, 0); } to { transform: translate3d(61vw, -108vh, 0); } } @keyframes move-frames-77 { from { transform: translate3d(72vw, 104vh, 0); } to { transform: translate3d(61vw, -108vh, 0); } } .circle-container:nth-child(77) .circle { -webkit-animation-delay: 2202ms; animation-delay: 2202ms; } .circle-container:nth-child(78) { width: 4px; height: 4px; -webkit-animation-name: move-frames-78; animation-name: move-frames-78; -webkit-animation-duration: 33187ms; animation-duration: 33187ms; -webkit-animation-delay: 36548ms; animation-delay: 36548ms; } @-webkit-keyframes move-frames-78 { from { transform: translate3d(23vw, 108vh, 0); } to { transform: translate3d(45vw, -109vh, 0); } } @keyframes move-frames-78 { from { transform: translate3d(23vw, 108vh, 0); } to { transform: translate3d(45vw, -109vh, 0); } } .circle-container:nth-child(78) .circle { -webkit-animation-delay: 1913ms; animation-delay: 1913ms; } .circle-container:nth-child(79) { width: 7px; height: 7px; -webkit-animation-name: move-frames-79; animation-name: move-frames-79; -webkit-animation-duration: 35097ms; animation-duration: 35097ms; -webkit-animation-delay: 1007ms; animation-delay: 1007ms; } @-webkit-keyframes move-frames-79 { from { transform: translate3d(18vw, 107vh, 0); } to { transform: translate3d(17vw, -122vh, 0); } } @keyframes move-frames-79 { from { transform: translate3d(18vw, 107vh, 0); } to { transform: translate3d(17vw, -122vh, 0); } } .circle-container:nth-child(79) .circle { -webkit-animation-delay: 3907ms; animation-delay: 3907ms; } .circle-container:nth-child(80) { width: 8px; height: 8px; -webkit-animation-name: move-frames-80; animation-name: move-frames-80; -webkit-animation-duration: 32838ms; animation-duration: 32838ms; -webkit-animation-delay: 283ms; animation-delay: 283ms; } @-webkit-keyframes move-frames-80 { from { transform: translate3d(18vw, 103vh, 0); } to { transform: translate3d(47vw, -113vh, 0); } } @keyframes move-frames-80 { from { transform: translate3d(18vw, 103vh, 0); } to { transform: translate3d(47vw, -113vh, 0); } } .circle-container:nth-child(80) .circle { -webkit-animation-delay: 1742ms; animation-delay: 1742ms; } .circle-container:nth-child(81) { width: 6px; height: 6px; -webkit-animation-name: move-frames-81; animation-name: move-frames-81; -webkit-animation-duration: 34427ms; animation-duration: 34427ms; -webkit-animation-delay: 6264ms; animation-delay: 6264ms; } @-webkit-keyframes move-frames-81 { from { transform: translate3d(70vw, 104vh, 0); } to { transform: translate3d(64vw, -133vh, 0); } } @keyframes move-frames-81 { from { transform: translate3d(70vw, 104vh, 0); } to { transform: translate3d(64vw, -133vh, 0); } } .circle-container:nth-child(81) .circle { -webkit-animation-delay: 2557ms; animation-delay: 2557ms; } .circle-container:nth-child(82) { width: 2px; height: 2px; -webkit-animation-name: move-frames-82; animation-name: move-frames-82; -webkit-animation-duration: 31830ms; animation-duration: 31830ms; -webkit-animation-delay: 3655ms; animation-delay: 3655ms; } @-webkit-keyframes move-frames-82 { from { transform: translate3d(23vw, 107vh, 0); } to { transform: translate3d(82vw, -127vh, 0); } } @keyframes move-frames-82 { from { transform: translate3d(23vw, 107vh, 0); } to { transform: translate3d(82vw, -127vh, 0); } } .circle-container:nth-child(82) .circle { -webkit-animation-delay: 2799ms; animation-delay: 2799ms; } .circle-container:nth-child(83) { width: 2px; height: 2px; -webkit-animation-name: move-frames-83; animation-name: move-frames-83; -webkit-animation-duration: 32147ms; animation-duration: 32147ms; -webkit-animation-delay: 21468ms; animation-delay: 21468ms; } @-webkit-keyframes move-frames-83 { from { transform: translate3d(8vw, 107vh, 0); } to { transform: translate3d(44vw, -111vh, 0); } } @keyframes move-frames-83 { from { transform: translate3d(8vw, 107vh, 0); } to { transform: translate3d(44vw, -111vh, 0); } } .circle-container:nth-child(83) .circle { -webkit-animation-delay: 1108ms; animation-delay: 1108ms; } .circle-container:nth-child(84) { width: 8px; height: 8px; -webkit-animation-name: move-frames-84; animation-name: move-frames-84; -webkit-animation-duration: 31593ms; animation-duration: 31593ms; -webkit-animation-delay: 4870ms; animation-delay: 4870ms; } @-webkit-keyframes move-frames-84 { from { transform: translate3d(38vw, 101vh, 0); } to { transform: translate3d(79vw, -118vh, 0); } } @keyframes move-frames-84 { from { transform: translate3d(38vw, 101vh, 0); } to { transform: translate3d(79vw, -118vh, 0); } } .circle-container:nth-child(84) .circle { -webkit-animation-delay: 3721ms; animation-delay: 3721ms; } .circle-container:nth-child(85) { width: 8px; height: 8px; -webkit-animation-name: move-frames-85; animation-name: move-frames-85; -webkit-animation-duration: 32166ms; animation-duration: 32166ms; -webkit-animation-delay: 1428ms; animation-delay: 1428ms; } @-webkit-keyframes move-frames-85 { from { transform: translate3d(70vw, 108vh, 0); } to { transform: translate3d(41vw, -123vh, 0); } } @keyframes move-frames-85 { from { transform: translate3d(70vw, 108vh, 0); } to { transform: translate3d(41vw, -123vh, 0); } } .circle-container:nth-child(85) .circle { -webkit-animation-delay: 1127ms; animation-delay: 1127ms; } .circle-container:nth-child(86) { width: 2px; height: 2px; -webkit-animation-name: move-frames-86; animation-name: move-frames-86; -webkit-animation-duration: 32241ms; animation-duration: 32241ms; -webkit-animation-delay: 15454ms; animation-delay: 15454ms; } @-webkit-keyframes move-frames-86 { from { transform: translate3d(80vw, 106vh, 0); } to { transform: translate3d(2vw, -135vh, 0); } } @keyframes move-frames-86 { from { transform: translate3d(80vw, 106vh, 0); } to { transform: translate3d(2vw, -135vh, 0); } } .circle-container:nth-child(86) .circle { -webkit-animation-delay: 631ms; animation-delay: 631ms; } .circle-container:nth-child(87) { width: 1px; height: 1px; -webkit-animation-name: move-frames-87; animation-name: move-frames-87; -webkit-animation-duration: 31205ms; animation-duration: 31205ms; -webkit-animation-delay: 1110ms; animation-delay: 1110ms; } @-webkit-keyframes move-frames-87 { from { transform: translate3d(45vw, 110vh, 0); } to { transform: translate3d(39vw, -129vh, 0); } } @keyframes move-frames-87 { from { transform: translate3d(45vw, 110vh, 0); } to { transform: translate3d(39vw, -129vh, 0); } } .circle-container:nth-child(87) .circle { -webkit-animation-delay: 3381ms; animation-delay: 3381ms; } .circle-container:nth-child(88) { width: 4px; height: 4px; -webkit-animation-name: move-frames-88; animation-name: move-frames-88; -webkit-animation-duration: 33202ms; animation-duration: 33202ms; -webkit-animation-delay: 28671ms; animation-delay: 28671ms; } @-webkit-keyframes move-frames-88 { from { transform: translate3d(6vw, 102vh, 0); } to { transform: translate3d(49vw, -115vh, 0); } } @keyframes move-frames-88 { from { transform: translate3d(6vw, 102vh, 0); } to { transform: translate3d(49vw, -115vh, 0); } } .circle-container:nth-child(88) .circle { -webkit-animation-delay: 3133ms; animation-delay: 3133ms; } .circle-container:nth-child(89) { width: 4px; height: 4px; -webkit-animation-name: move-frames-89; animation-name: move-frames-89; -webkit-animation-duration: 34239ms; animation-duration: 34239ms; -webkit-animation-delay: 30390ms; animation-delay: 30390ms; } @-webkit-keyframes move-frames-89 { from { transform: translate3d(25vw, 104vh, 0); } to { transform: translate3d(94vw, -112vh, 0); } } @keyframes move-frames-89 { from { transform: translate3d(25vw, 104vh, 0); } to { transform: translate3d(94vw, -112vh, 0); } } .circle-container:nth-child(89) .circle { -webkit-animation-delay: 526ms; animation-delay: 526ms; } .circle-container:nth-child(90) { width: 1px; height: 1px; -webkit-animation-name: move-frames-90; animation-name: move-frames-90; -webkit-animation-duration: 32186ms; animation-duration: 32186ms; -webkit-animation-delay: 6122ms; animation-delay: 6122ms; } @-webkit-keyframes move-frames-90 { from { transform: translate3d(46vw, 105vh, 0); } to { transform: translate3d(1vw, -119vh, 0); } } @keyframes move-frames-90 { from { transform: translate3d(46vw, 105vh, 0); } to { transform: translate3d(1vw, -119vh, 0); } } .circle-container:nth-child(90) .circle { -webkit-animation-delay: 2088ms; animation-delay: 2088ms; } .circle-container:nth-child(91) { width: 8px; height: 8px; -webkit-animation-name: move-frames-91; animation-name: move-frames-91; -webkit-animation-duration: 30631ms; animation-duration: 30631ms; -webkit-animation-delay: 24428ms; animation-delay: 24428ms; } @-webkit-keyframes move-frames-91 { from { transform: translate3d(38vw, 104vh, 0); } to { transform: translate3d(61vw, -112vh, 0); } } @keyframes move-frames-91 { from { transform: translate3d(38vw, 104vh, 0); } to { transform: translate3d(61vw, -112vh, 0); } } .circle-container:nth-child(91) .circle { -webkit-animation-delay: 2646ms; animation-delay: 2646ms; } .circle-container:nth-child(92) { width: 3px; height: 3px; -webkit-animation-name: move-frames-92; animation-name: move-frames-92; -webkit-animation-duration: 33119ms; animation-duration: 33119ms; -webkit-animation-delay: 27073ms; animation-delay: 27073ms; } @-webkit-keyframes move-frames-92 { from { transform: translate3d(19vw, 107vh, 0); } to { transform: translate3d(74vw, -126vh, 0); } } @keyframes move-frames-92 { from { transform: translate3d(19vw, 107vh, 0); } to { transform: translate3d(74vw, -126vh, 0); } } .circle-container:nth-child(92) .circle { -webkit-animation-delay: 3639ms; animation-delay: 3639ms; } .circle-container:nth-child(93) { width: 8px; height: 8px; -webkit-animation-name: move-frames-93; animation-name: move-frames-93; -webkit-animation-duration: 29554ms; animation-duration: 29554ms; -webkit-animation-delay: 2307ms; animation-delay: 2307ms; } @-webkit-keyframes move-frames-93 { from { transform: translate3d(43vw, 106vh, 0); } to { transform: translate3d(87vw, -124vh, 0); } } @keyframes move-frames-93 { from { transform: translate3d(43vw, 106vh, 0); } to { transform: translate3d(87vw, -124vh, 0); } } .circle-container:nth-child(93) .circle { -webkit-animation-delay: 1953ms; animation-delay: 1953ms; } .circle-container:nth-child(94) { width: 2px; height: 2px; -webkit-animation-name: move-frames-94; animation-name: move-frames-94; -webkit-animation-duration: 35388ms; animation-duration: 35388ms; -webkit-animation-delay: 677ms; animation-delay: 677ms; } @-webkit-keyframes move-frames-94 { from { transform: translate3d(43vw, 101vh, 0); } to { transform: translate3d(25vw, -116vh, 0); } } @keyframes move-frames-94 { from { transform: translate3d(43vw, 101vh, 0); } to { transform: translate3d(25vw, -116vh, 0); } } .circle-container:nth-child(94) .circle { -webkit-animation-delay: 3603ms; animation-delay: 3603ms; } .circle-container:nth-child(95) { width: 8px; height: 8px; -webkit-animation-name: move-frames-95; animation-name: move-frames-95; -webkit-animation-duration: 32528ms; animation-duration: 32528ms; -webkit-animation-delay: 32450ms; animation-delay: 32450ms; } @-webkit-keyframes move-frames-95 { from { transform: translate3d(61vw, 110vh, 0); } to { transform: translate3d(85vw, -118vh, 0); } } @keyframes move-frames-95 { from { transform: translate3d(61vw, 110vh, 0); } to { transform: translate3d(85vw, -118vh, 0); } } .circle-container:nth-child(95) .circle { -webkit-animation-delay: 3886ms; animation-delay: 3886ms; } .circle-container:nth-child(96) { width: 8px; height: 8px; -webkit-animation-name: move-frames-96; animation-name: move-frames-96; -webkit-animation-duration: 30290ms; animation-duration: 30290ms; -webkit-animation-delay: 30590ms; animation-delay: 30590ms; } @-webkit-keyframes move-frames-96 { from { transform: translate3d(55vw, 102vh, 0); } to { transform: translate3d(81vw, -122vh, 0); } } @keyframes move-frames-96 { from { transform: translate3d(55vw, 102vh, 0); } to { transform: translate3d(81vw, -122vh, 0); } } .circle-container:nth-child(96) .circle { -webkit-animation-delay: 2803ms; animation-delay: 2803ms; } .circle-container:nth-child(97) { width: 3px; height: 3px; -webkit-animation-name: move-frames-97; animation-name: move-frames-97; -webkit-animation-duration: 34676ms; animation-duration: 34676ms; -webkit-animation-delay: 31744ms; animation-delay: 31744ms; } @-webkit-keyframes move-frames-97 { from { transform: translate3d(55vw, 107vh, 0); } to { transform: translate3d(2vw, -126vh, 0); } } @keyframes move-frames-97 { from { transform: translate3d(55vw, 107vh, 0); } to { transform: translate3d(2vw, -126vh, 0); } } .circle-container:nth-child(97) .circle { -webkit-animation-delay: 2592ms; animation-delay: 2592ms; } .circle-container:nth-child(98) { width: 2px; height: 2px; -webkit-animation-name: move-frames-98; animation-name: move-frames-98; -webkit-animation-duration: 35751ms; animation-duration: 35751ms; -webkit-animation-delay: 10023ms; animation-delay: 10023ms; } @-webkit-keyframes move-frames-98 { from { transform: translate3d(41vw, 105vh, 0); } to { transform: translate3d(25vw, -107vh, 0); } } @keyframes move-frames-98 { from { transform: translate3d(41vw, 105vh, 0); } to { transform: translate3d(25vw, -107vh, 0); } } .circle-container:nth-child(98) .circle { -webkit-animation-delay: 2251ms; animation-delay: 2251ms; } .circle-container:nth-child(99) { width: 7px; height: 7px; -webkit-animation-name: move-frames-99; animation-name: move-frames-99; -webkit-animation-duration: 36009ms; animation-duration: 36009ms; -webkit-animation-delay: 18673ms; animation-delay: 18673ms; } @-webkit-keyframes move-frames-99 { from { transform: translate3d(46vw, 110vh, 0); } to { transform: translate3d(93vw, -132vh, 0); } } @keyframes move-frames-99 { from { transform: translate3d(46vw, 110vh, 0); } to { transform: translate3d(93vw, -132vh, 0); } } .circle-container:nth-child(99) .circle { -webkit-animation-delay: 888ms; animation-delay: 888ms; } .circle-container:nth-child(100) { width: 2px; height: 2px; -webkit-animation-name: move-frames-100; animation-name: move-frames-100; -webkit-animation-duration: 29250ms; animation-duration: 29250ms; -webkit-animation-delay: 3003ms; animation-delay: 3003ms; } @-webkit-keyframes move-frames-100 { from { transform: translate3d(89vw, 109vh, 0); } to { transform: translate3d(29vw, -135vh, 0); } } @keyframes move-frames-100 { from { transform: translate3d(89vw, 109vh, 0); } to { transform: translate3d(29vw, -135vh, 0); } } .circle-container:nth-child(100) .circle { -webkit-animation-delay: 596ms; animation-delay: 596ms; } .circle-container:nth-child(101) { width: 5px; height: 5px; -webkit-animation-name: move-frames-101; animation-name: move-frames-101; -webkit-animation-duration: 28192ms; animation-duration: 28192ms; -webkit-animation-delay: 160ms; animation-delay: 160ms; } @-webkit-keyframes move-frames-101 { from { transform: translate3d(36vw, 108vh, 0); } to { transform: translate3d(44vw, -138vh, 0); } } @keyframes move-frames-101 { from { transform: translate3d(36vw, 108vh, 0); } to { transform: translate3d(44vw, -138vh, 0); } } .circle-container:nth-child(101) .circle { -webkit-animation-delay: 1622ms; animation-delay: 1622ms; } .circle-container:nth-child(102) { width: 3px; height: 3px; -webkit-animation-name: move-frames-102; animation-name: move-frames-102; -webkit-animation-duration: 29851ms; animation-duration: 29851ms; -webkit-animation-delay: 31549ms; animation-delay: 31549ms; } @-webkit-keyframes move-frames-102 { from { transform: translate3d(81vw, 103vh, 0); } to { transform: translate3d(31vw, -127vh, 0); } } @keyframes move-frames-102 { from { transform: translate3d(81vw, 103vh, 0); } to { transform: translate3d(31vw, -127vh, 0); } } .circle-container:nth-child(102) .circle { -webkit-animation-delay: 2025ms; animation-delay: 2025ms; } .circle-container:nth-child(103) { width: 3px; height: 3px; -webkit-animation-name: move-frames-103; animation-name: move-frames-103; -webkit-animation-duration: 33532ms; animation-duration: 33532ms; -webkit-animation-delay: 5724ms; animation-delay: 5724ms; } @-webkit-keyframes move-frames-103 { from { transform: translate3d(12vw, 107vh, 0); } to { transform: translate3d(16vw, -112vh, 0); } } @keyframes move-frames-103 { from { transform: translate3d(12vw, 107vh, 0); } to { transform: translate3d(16vw, -112vh, 0); } } .circle-container:nth-child(103) .circle { -webkit-animation-delay: 3640ms; animation-delay: 3640ms; } .circle-container:nth-child(104) { width: 5px; height: 5px; -webkit-animation-name: move-frames-104; animation-name: move-frames-104; -webkit-animation-duration: 36293ms; animation-duration: 36293ms; -webkit-animation-delay: 34416ms; animation-delay: 34416ms; } @-webkit-keyframes move-frames-104 { from { transform: translate3d(49vw, 110vh, 0); } to { transform: translate3d(79vw, -122vh, 0); } } @keyframes move-frames-104 { from { transform: translate3d(49vw, 110vh, 0); } to { transform: translate3d(79vw, -122vh, 0); } } .circle-container:nth-child(104) .circle { -webkit-animation-delay: 338ms; animation-delay: 338ms; } .circle-container:nth-child(105) { width: 3px; height: 3px; -webkit-animation-name: move-frames-105; animation-name: move-frames-105; -webkit-animation-duration: 33067ms; animation-duration: 33067ms; -webkit-animation-delay: 26645ms; animation-delay: 26645ms; } @-webkit-keyframes move-frames-105 { from { transform: translate3d(27vw, 103vh, 0); } to { transform: translate3d(11vw, -122vh, 0); } } @keyframes move-frames-105 { from { transform: translate3d(27vw, 103vh, 0); } to { transform: translate3d(11vw, -122vh, 0); } } .circle-container:nth-child(105) .circle { -webkit-animation-delay: 3093ms; animation-delay: 3093ms; } .circle-container:nth-child(106) { width: 1px; height: 1px; -webkit-animation-name: move-frames-106; animation-name: move-frames-106; -webkit-animation-duration: 32227ms; animation-duration: 32227ms; -webkit-animation-delay: 5037ms; animation-delay: 5037ms; } @-webkit-keyframes move-frames-106 { from { transform: translate3d(25vw, 110vh, 0); } to { transform: translate3d(77vw, -128vh, 0); } } @keyframes move-frames-106 { from { transform: translate3d(25vw, 110vh, 0); } to { transform: translate3d(77vw, -128vh, 0); } } .circle-container:nth-child(106) .circle { -webkit-animation-delay: 3212ms; animation-delay: 3212ms; } .circle-container:nth-child(107) { width: 3px; height: 3px; -webkit-animation-name: move-frames-107; animation-name: move-frames-107; -webkit-animation-duration: 31768ms; animation-duration: 31768ms; -webkit-animation-delay: 10059ms; animation-delay: 10059ms; } @-webkit-keyframes move-frames-107 { from { transform: translate3d(20vw, 102vh, 0); } to { transform: translate3d(30vw, -107vh, 0); } } @keyframes move-frames-107 { from { transform: translate3d(20vw, 102vh, 0); } to { transform: translate3d(30vw, -107vh, 0); } } .circle-container:nth-child(107) .circle { -webkit-animation-delay: 1110ms; animation-delay: 1110ms; } .circle-container:nth-child(108) { width: 6px; height: 6px; -webkit-animation-name: move-frames-108; animation-name: move-frames-108; -webkit-animation-duration: 32376ms; animation-duration: 32376ms; -webkit-animation-delay: 21730ms; animation-delay: 21730ms; } @-webkit-keyframes move-frames-108 { from { transform: translate3d(13vw, 109vh, 0); } to { transform: translate3d(21vw, -135vh, 0); } } @keyframes move-frames-108 { from { transform: translate3d(13vw, 109vh, 0); } to { transform: translate3d(21vw, -135vh, 0); } } .circle-container:nth-child(108) .circle { -webkit-animation-delay: 3080ms; animation-delay: 3080ms; } .circle-container:nth-child(109) { width: 1px; height: 1px; -webkit-animation-name: move-frames-109; animation-name: move-frames-109; -webkit-animation-duration: 28174ms; animation-duration: 28174ms; -webkit-animation-delay: 12668ms; animation-delay: 12668ms; } @-webkit-keyframes move-frames-109 { from { transform: translate3d(65vw, 107vh, 0); } to { transform: translate3d(64vw, -115vh, 0); } } @keyframes move-frames-109 { from { transform: translate3d(65vw, 107vh, 0); } to { transform: translate3d(64vw, -115vh, 0); } } .circle-container:nth-child(109) .circle { -webkit-animation-delay: 1366ms; animation-delay: 1366ms; } .circle-container:nth-child(110) { width: 1px; height: 1px; -webkit-animation-name: move-frames-110; animation-name: move-frames-110; -webkit-animation-duration: 28026ms; animation-duration: 28026ms; -webkit-animation-delay: 2973ms; animation-delay: 2973ms; } @-webkit-keyframes move-frames-110 { from { transform: translate3d(9vw, 105vh, 0); } to { transform: translate3d(94vw, -115vh, 0); } } @keyframes move-frames-110 { from { transform: translate3d(9vw, 105vh, 0); } to { transform: translate3d(94vw, -115vh, 0); } } .circle-container:nth-child(110) .circle { -webkit-animation-delay: 3273ms; animation-delay: 3273ms; } .circle-container:nth-child(111) { width: 7px; height: 7px; -webkit-animation-name: move-frames-111; animation-name: move-frames-111; -webkit-animation-duration: 33453ms; animation-duration: 33453ms; -webkit-animation-delay: 5725ms; animation-delay: 5725ms; } @-webkit-keyframes move-frames-111 { from { transform: translate3d(67vw, 102vh, 0); } to { transform: translate3d(90vw, -132vh, 0); } } @keyframes move-frames-111 { from { transform: translate3d(67vw, 102vh, 0); } to { transform: translate3d(90vw, -132vh, 0); } } .circle-container:nth-child(111) .circle { -webkit-animation-delay: 845ms; animation-delay: 845ms; } .circle-container:nth-child(112) { width: 3px; height: 3px; -webkit-animation-name: move-frames-112; animation-name: move-frames-112; -webkit-animation-duration: 33965ms; animation-duration: 33965ms; -webkit-animation-delay: 3825ms; animation-delay: 3825ms; } @-webkit-keyframes move-frames-112 { from { transform: translate3d(20vw, 102vh, 0); } to { transform: translate3d(80vw, -126vh, 0); } } @keyframes move-frames-112 { from { transform: translate3d(20vw, 102vh, 0); } to { transform: translate3d(80vw, -126vh, 0); } } .circle-container:nth-child(112) .circle { -webkit-animation-delay: 2498ms; animation-delay: 2498ms; } .circle-container:nth-child(113) { width: 5px; height: 5px; -webkit-animation-name: move-frames-113; animation-name: move-frames-113; -webkit-animation-duration: 30402ms; animation-duration: 30402ms; -webkit-animation-delay: 9507ms; animation-delay: 9507ms; } @-webkit-keyframes move-frames-113 { from { transform: translate3d(47vw, 107vh, 0); } to { transform: translate3d(53vw, -124vh, 0); } } @keyframes move-frames-113 { from { transform: translate3d(47vw, 107vh, 0); } to { transform: translate3d(53vw, -124vh, 0); } } .circle-container:nth-child(113) .circle { -webkit-animation-delay: 2768ms; animation-delay: 2768ms; } .circle-container:nth-child(114) { width: 5px; height: 5px; -webkit-animation-name: move-frames-114; animation-name: move-frames-114; -webkit-animation-duration: 32114ms; animation-duration: 32114ms; -webkit-animation-delay: 3053ms; animation-delay: 3053ms; } @-webkit-keyframes move-frames-114 { from { transform: translate3d(72vw, 102vh, 0); } to { transform: translate3d(23vw, -118vh, 0); } } @keyframes move-frames-114 { from { transform: translate3d(72vw, 102vh, 0); } to { transform: translate3d(23vw, -118vh, 0); } } .circle-container:nth-child(114) .circle { -webkit-animation-delay: 735ms; animation-delay: 735ms; } .circle-container:nth-child(115) { width: 8px; height: 8px; -webkit-animation-name: move-frames-115; animation-name: move-frames-115; -webkit-animation-duration: 34792ms; animation-duration: 34792ms; -webkit-animation-delay: 20673ms; animation-delay: 20673ms; } @-webkit-keyframes move-frames-115 { from { transform: translate3d(65vw, 102vh, 0); } to { transform: translate3d(65vw, -123vh, 0); } } @keyframes move-frames-115 { from { transform: translate3d(65vw, 102vh, 0); } to { transform: translate3d(65vw, -123vh, 0); } } .circle-container:nth-child(115) .circle { -webkit-animation-delay: 2203ms; animation-delay: 2203ms; } .circle-container:nth-child(116) { width: 5px; height: 5px; -webkit-animation-name: move-frames-116; animation-name: move-frames-116; -webkit-animation-duration: 33779ms; animation-duration: 33779ms; -webkit-animation-delay: 13550ms; animation-delay: 13550ms; } @-webkit-keyframes move-frames-116 { from { transform: translate3d(52vw, 103vh, 0); } to { transform: translate3d(23vw, -113vh, 0); } } @keyframes move-frames-116 { from { transform: translate3d(52vw, 103vh, 0); } to { transform: translate3d(23vw, -113vh, 0); } } .circle-container:nth-child(116) .circle { -webkit-animation-delay: 3172ms; animation-delay: 3172ms; } .circle-container:nth-child(117) { width: 5px; height: 5px; -webkit-animation-name: move-frames-117; animation-name: move-frames-117; -webkit-animation-duration: 33554ms; animation-duration: 33554ms; -webkit-animation-delay: 30193ms; animation-delay: 30193ms; } @-webkit-keyframes move-frames-117 { from { transform: translate3d(79vw, 109vh, 0); } to { transform: translate3d(66vw, -136vh, 0); } } @keyframes move-frames-117 { from { transform: translate3d(79vw, 109vh, 0); } to { transform: translate3d(66vw, -136vh, 0); } } .circle-container:nth-child(117) .circle { -webkit-animation-delay: 3514ms; animation-delay: 3514ms; } .circle-container:nth-child(118) { width: 2px; height: 2px; -webkit-animation-name: move-frames-118; animation-name: move-frames-118; -webkit-animation-duration: 30654ms; animation-duration: 30654ms; -webkit-animation-delay: 33154ms; animation-delay: 33154ms; } @-webkit-keyframes move-frames-118 { from { transform: translate3d(70vw, 102vh, 0); } to { transform: translate3d(98vw, -116vh, 0); } } @keyframes move-frames-118 { from { transform: translate3d(70vw, 102vh, 0); } to { transform: translate3d(98vw, -116vh, 0); } } .circle-container:nth-child(118) .circle { -webkit-animation-delay: 1071ms; animation-delay: 1071ms; } .circle-container:nth-child(119) { width: 3px; height: 3px; -webkit-animation-name: move-frames-119; animation-name: move-frames-119; -webkit-animation-duration: 35166ms; animation-duration: 35166ms; -webkit-animation-delay: 11965ms; animation-delay: 11965ms; } @-webkit-keyframes move-frames-119 { from { transform: translate3d(26vw, 105vh, 0); } to { transform: translate3d(54vw, -125vh, 0); } } @keyframes move-frames-119 { from { transform: translate3d(26vw, 105vh, 0); } to { transform: translate3d(54vw, -125vh, 0); } } .circle-container:nth-child(119) .circle { -webkit-animation-delay: 2898ms; animation-delay: 2898ms; } .circle-container:nth-child(120) { width: 6px; height: 6px; -webkit-animation-name: move-frames-120; animation-name: move-frames-120; -webkit-animation-duration: 29482ms; animation-duration: 29482ms; -webkit-animation-delay: 13183ms; animation-delay: 13183ms; } @-webkit-keyframes move-frames-120 { from { transform: translate3d(24vw, 105vh, 0); } to { transform: translate3d(79vw, -133vh, 0); } } @keyframes move-frames-120 { from { transform: translate3d(24vw, 105vh, 0); } to { transform: translate3d(79vw, -133vh, 0); } } .circle-container:nth-child(120) .circle { -webkit-animation-delay: 3157ms; animation-delay: 3157ms; } .circle-container:nth-child(121) { width: 4px; height: 4px; -webkit-animation-name: move-frames-121; animation-name: move-frames-121; -webkit-animation-duration: 36634ms; animation-duration: 36634ms; -webkit-animation-delay: 34024ms; animation-delay: 34024ms; } @-webkit-keyframes move-frames-121 { from { transform: translate3d(8vw, 110vh, 0); } to { transform: translate3d(55vw, -119vh, 0); } } @keyframes move-frames-121 { from { transform: translate3d(8vw, 110vh, 0); } to { transform: translate3d(55vw, -119vh, 0); } } .circle-container:nth-child(121) .circle { -webkit-animation-delay: 3754ms; animation-delay: 3754ms; } .circle-container:nth-child(122) { width: 4px; height: 4px; -webkit-animation-name: move-frames-122; animation-name: move-frames-122; -webkit-animation-duration: 35085ms; animation-duration: 35085ms; -webkit-animation-delay: 24319ms; animation-delay: 24319ms; } @-webkit-keyframes move-frames-122 { from { transform: translate3d(83vw, 106vh, 0); } to { transform: translate3d(100vw, -110vh, 0); } } @keyframes move-frames-122 { from { transform: translate3d(83vw, 106vh, 0); } to { transform: translate3d(100vw, -110vh, 0); } } .circle-container:nth-child(122) .circle { -webkit-animation-delay: 2817ms; animation-delay: 2817ms; } .circle-container:nth-child(123) { width: 2px; height: 2px; -webkit-animation-name: move-frames-123; animation-name: move-frames-123; -webkit-animation-duration: 29566ms; animation-duration: 29566ms; -webkit-animation-delay: 10650ms; animation-delay: 10650ms; } @-webkit-keyframes move-frames-123 { from { transform: translate3d(94vw, 105vh, 0); } to { transform: translate3d(25vw, -124vh, 0); } } @keyframes move-frames-123 { from { transform: translate3d(94vw, 105vh, 0); } to { transform: translate3d(25vw, -124vh, 0); } } .circle-container:nth-child(123) .circle { -webkit-animation-delay: 1745ms; animation-delay: 1745ms; } .circle-container:nth-child(124) { width: 7px; height: 7px; -webkit-animation-name: move-frames-124; animation-name: move-frames-124; -webkit-animation-duration: 31599ms; animation-duration: 31599ms; -webkit-animation-delay: 29188ms; animation-delay: 29188ms; } @-webkit-keyframes move-frames-124 { from { transform: translate3d(75vw, 101vh, 0); } to { transform: translate3d(25vw, -104vh, 0); } } @keyframes move-frames-124 { from { transform: translate3d(75vw, 101vh, 0); } to { transform: translate3d(25vw, -104vh, 0); } } .circle-container:nth-child(124) .circle { -webkit-animation-delay: 451ms; animation-delay: 451ms; } .circle-container:nth-child(125) { width: 5px; height: 5px; -webkit-animation-name: move-frames-125; animation-name: move-frames-125; -webkit-animation-duration: 35786ms; animation-duration: 35786ms; -webkit-animation-delay: 31420ms; animation-delay: 31420ms; } @-webkit-keyframes move-frames-125 { from { transform: translate3d(2vw, 102vh, 0); } to { transform: translate3d(35vw, -108vh, 0); } } @keyframes move-frames-125 { from { transform: translate3d(2vw, 102vh, 0); } to { transform: translate3d(35vw, -108vh, 0); } } .circle-container:nth-child(125) .circle { -webkit-animation-delay: 2470ms; animation-delay: 2470ms; } .circle-container:nth-child(126) { width: 7px; height: 7px; -webkit-animation-name: move-frames-126; animation-name: move-frames-126; -webkit-animation-duration: 32119ms; animation-duration: 32119ms; -webkit-animation-delay: 30579ms; animation-delay: 30579ms; } @-webkit-keyframes move-frames-126 { from { transform: translate3d(53vw, 110vh, 0); } to { transform: translate3d(18vw, -123vh, 0); } } @keyframes move-frames-126 { from { transform: translate3d(53vw, 110vh, 0); } to { transform: translate3d(18vw, -123vh, 0); } } .circle-container:nth-child(126) .circle { -webkit-animation-delay: 2528ms; animation-delay: 2528ms; } .circle-container:nth-child(127) { width: 4px; height: 4px; -webkit-animation-name: move-frames-127; animation-name: move-frames-127; -webkit-animation-duration: 33011ms; animation-duration: 33011ms; -webkit-animation-delay: 2385ms; animation-delay: 2385ms; } @-webkit-keyframes move-frames-127 { from { transform: translate3d(72vw, 105vh, 0); } to { transform: translate3d(10vw, -123vh, 0); } } @keyframes move-frames-127 { from { transform: translate3d(72vw, 105vh, 0); } to { transform: translate3d(10vw, -123vh, 0); } } .circle-container:nth-child(127) .circle { -webkit-animation-delay: 239ms; animation-delay: 239ms; } .circle-container:nth-child(128) { width: 2px; height: 2px; -webkit-animation-name: move-frames-128; animation-name: move-frames-128; -webkit-animation-duration: 30652ms; animation-duration: 30652ms; -webkit-animation-delay: 2879ms; animation-delay: 2879ms; } @-webkit-keyframes move-frames-128 { from { transform: translate3d(37vw, 110vh, 0); } to { transform: translate3d(86vw, -113vh, 0); } } @keyframes move-frames-128 { from { transform: translate3d(37vw, 110vh, 0); } to { transform: translate3d(86vw, -113vh, 0); } } .circle-container:nth-child(128) .circle { -webkit-animation-delay: 2319ms; animation-delay: 2319ms; } .circle-container:nth-child(129) { width: 5px; height: 5px; -webkit-animation-name: move-frames-129; animation-name: move-frames-129; -webkit-animation-duration: 28225ms; animation-duration: 28225ms; -webkit-animation-delay: 20419ms; animation-delay: 20419ms; } @-webkit-keyframes move-frames-129 { from { transform: translate3d(4vw, 107vh, 0); } to { transform: translate3d(47vw, -120vh, 0); } } @keyframes move-frames-129 { from { transform: translate3d(4vw, 107vh, 0); } to { transform: translate3d(47vw, -120vh, 0); } } .circle-container:nth-child(129) .circle { -webkit-animation-delay: 2076ms; animation-delay: 2076ms; } .circle-container:nth-child(130) { width: 1px; height: 1px; -webkit-animation-name: move-frames-130; animation-name: move-frames-130; -webkit-animation-duration: 34615ms; animation-duration: 34615ms; -webkit-animation-delay: 12721ms; animation-delay: 12721ms; } @-webkit-keyframes move-frames-130 { from { transform: translate3d(59vw, 104vh, 0); } to { transform: translate3d(83vw, -117vh, 0); } } @keyframes move-frames-130 { from { transform: translate3d(59vw, 104vh, 0); } to { transform: translate3d(83vw, -117vh, 0); } } .circle-container:nth-child(130) .circle { -webkit-animation-delay: 3979ms; animation-delay: 3979ms; } .circle-container:nth-child(131) { width: 1px; height: 1px; -webkit-animation-name: move-frames-131; animation-name: move-frames-131; -webkit-animation-duration: 35327ms; animation-duration: 35327ms; -webkit-animation-delay: 32044ms; animation-delay: 32044ms; } @-webkit-keyframes move-frames-131 { from { transform: translate3d(77vw, 101vh, 0); } to { transform: translate3d(47vw, -119vh, 0); } } @keyframes move-frames-131 { from { transform: translate3d(77vw, 101vh, 0); } to { transform: translate3d(47vw, -119vh, 0); } } .circle-container:nth-child(131) .circle { -webkit-animation-delay: 890ms; animation-delay: 890ms; } .circle-container:nth-child(132) { width: 6px; height: 6px; -webkit-animation-name: move-frames-132; animation-name: move-frames-132; -webkit-animation-duration: 36848ms; animation-duration: 36848ms; -webkit-animation-delay: 17004ms; animation-delay: 17004ms; } @-webkit-keyframes move-frames-132 { from { transform: translate3d(38vw, 109vh, 0); } to { transform: translate3d(4vw, -115vh, 0); } } @keyframes move-frames-132 { from { transform: translate3d(38vw, 109vh, 0); } to { transform: translate3d(4vw, -115vh, 0); } } .circle-container:nth-child(132) .circle { -webkit-animation-delay: 1311ms; animation-delay: 1311ms; } .circle-container:nth-child(133) { width: 8px; height: 8px; -webkit-animation-name: move-frames-133; animation-name: move-frames-133; -webkit-animation-duration: 32042ms; animation-duration: 32042ms; -webkit-animation-delay: 31714ms; animation-delay: 31714ms; } @-webkit-keyframes move-frames-133 { from { transform: translate3d(95vw, 104vh, 0); } to { transform: translate3d(70vw, -131vh, 0); } } @keyframes move-frames-133 { from { transform: translate3d(95vw, 104vh, 0); } to { transform: translate3d(70vw, -131vh, 0); } } .circle-container:nth-child(133) .circle { -webkit-animation-delay: 373ms; animation-delay: 373ms; } .circle-container:nth-child(134) { width: 6px; height: 6px; -webkit-animation-name: move-frames-134; animation-name: move-frames-134; -webkit-animation-duration: 29566ms; animation-duration: 29566ms; -webkit-animation-delay: 2020ms; animation-delay: 2020ms; } @-webkit-keyframes move-frames-134 { from { transform: translate3d(9vw, 105vh, 0); } to { transform: translate3d(27vw, -131vh, 0); } } @keyframes move-frames-134 { from { transform: translate3d(9vw, 105vh, 0); } to { transform: translate3d(27vw, -131vh, 0); } } .circle-container:nth-child(134) .circle { -webkit-animation-delay: 3898ms; animation-delay: 3898ms; } .circle-container:nth-child(135) { width: 4px; height: 4px; -webkit-animation-name: move-frames-135; animation-name: move-frames-135; -webkit-animation-duration: 29167ms; animation-duration: 29167ms; -webkit-animation-delay: 25981ms; animation-delay: 25981ms; } @-webkit-keyframes move-frames-135 { from { transform: translate3d(52vw, 104vh, 0); } to { transform: translate3d(61vw, -119vh, 0); } } @keyframes move-frames-135 { from { transform: translate3d(52vw, 104vh, 0); } to { transform: translate3d(61vw, -119vh, 0); } } .circle-container:nth-child(135) .circle { -webkit-animation-delay: 182ms; animation-delay: 182ms; } .circle-container:nth-child(136) { width: 8px; height: 8px; -webkit-animation-name: move-frames-136; animation-name: move-frames-136; -webkit-animation-duration: 31278ms; animation-duration: 31278ms; -webkit-animation-delay: 2681ms; animation-delay: 2681ms; } @-webkit-keyframes move-frames-136 { from { transform: translate3d(21vw, 104vh, 0); } to { transform: translate3d(56vw, -115vh, 0); } } @keyframes move-frames-136 { from { transform: translate3d(21vw, 104vh, 0); } to { transform: translate3d(56vw, -115vh, 0); } } .circle-container:nth-child(136) .circle { -webkit-animation-delay: 1870ms; animation-delay: 1870ms; } .circle-container:nth-child(137) { width: 2px; height: 2px; -webkit-animation-name: move-frames-137; animation-name: move-frames-137; -webkit-animation-duration: 35697ms; animation-duration: 35697ms; -webkit-animation-delay: 22487ms; animation-delay: 22487ms; } @-webkit-keyframes move-frames-137 { from { transform: translate3d(82vw, 101vh, 0); } to { transform: translate3d(50vw, -127vh, 0); } } @keyframes move-frames-137 { from { transform: translate3d(82vw, 101vh, 0); } to { transform: translate3d(50vw, -127vh, 0); } } .circle-container:nth-child(137) .circle { -webkit-animation-delay: 3957ms; animation-delay: 3957ms; } .circle-container:nth-child(138) { width: 4px; height: 4px; -webkit-animation-name: move-frames-138; animation-name: move-frames-138; -webkit-animation-duration: 35953ms; animation-duration: 35953ms; -webkit-animation-delay: 34192ms; animation-delay: 34192ms; } @-webkit-keyframes move-frames-138 { from { transform: translate3d(68vw, 105vh, 0); } to { transform: translate3d(43vw, -109vh, 0); } } @keyframes move-frames-138 { from { transform: translate3d(68vw, 105vh, 0); } to { transform: translate3d(43vw, -109vh, 0); } } .circle-container:nth-child(138) .circle { -webkit-animation-delay: 1064ms; animation-delay: 1064ms; } .circle-container:nth-child(139) { width: 8px; height: 8px; -webkit-animation-name: move-frames-139; animation-name: move-frames-139; -webkit-animation-duration: 29296ms; animation-duration: 29296ms; -webkit-animation-delay: 25838ms; animation-delay: 25838ms; } @-webkit-keyframes move-frames-139 { from { transform: translate3d(4vw, 106vh, 0); } to { transform: translate3d(50vw, -131vh, 0); } } @keyframes move-frames-139 { from { transform: translate3d(4vw, 106vh, 0); } to { transform: translate3d(50vw, -131vh, 0); } } .circle-container:nth-child(139) .circle { -webkit-animation-delay: 450ms; animation-delay: 450ms; } .circle-container:nth-child(140) { width: 1px; height: 1px; -webkit-animation-name: move-frames-140; animation-name: move-frames-140; -webkit-animation-duration: 28649ms; animation-duration: 28649ms; -webkit-animation-delay: 7177ms; animation-delay: 7177ms; } @-webkit-keyframes move-frames-140 { from { transform: translate3d(78vw, 101vh, 0); } to { transform: translate3d(1vw, -119vh, 0); } } @keyframes move-frames-140 { from { transform: translate3d(78vw, 101vh, 0); } to { transform: translate3d(1vw, -119vh, 0); } } .circle-container:nth-child(140) .circle { -webkit-animation-delay: 3169ms; animation-delay: 3169ms; } .circle-container:nth-child(141) { width: 1px; height: 1px; -webkit-animation-name: move-frames-141; animation-name: move-frames-141; -webkit-animation-duration: 35711ms; animation-duration: 35711ms; -webkit-animation-delay: 10519ms; animation-delay: 10519ms; } @-webkit-keyframes move-frames-141 { from { transform: translate3d(50vw, 108vh, 0); } to { transform: translate3d(72vw, -134vh, 0); } } @keyframes move-frames-141 { from { transform: translate3d(50vw, 108vh, 0); } to { transform: translate3d(72vw, -134vh, 0); } } .circle-container:nth-child(141) .circle { -webkit-animation-delay: 105ms; animation-delay: 105ms; } .circle-container:nth-child(142) { width: 4px; height: 4px; -webkit-animation-name: move-frames-142; animation-name: move-frames-142; -webkit-animation-duration: 30038ms; animation-duration: 30038ms; -webkit-animation-delay: 29673ms; animation-delay: 29673ms; } @-webkit-keyframes move-frames-142 { from { transform: translate3d(66vw, 108vh, 0); } to { transform: translate3d(1vw, -133vh, 0); } } @keyframes move-frames-142 { from { transform: translate3d(66vw, 108vh, 0); } to { transform: translate3d(1vw, -133vh, 0); } } .circle-container:nth-child(142) .circle { -webkit-animation-delay: 1362ms; animation-delay: 1362ms; } .circle-container:nth-child(143) { width: 3px; height: 3px; -webkit-animation-name: move-frames-143; animation-name: move-frames-143; -webkit-animation-duration: 30033ms; animation-duration: 30033ms; -webkit-animation-delay: 18205ms; animation-delay: 18205ms; } @-webkit-keyframes move-frames-143 { from { transform: translate3d(23vw, 102vh, 0); } to { transform: translate3d(18vw, -108vh, 0); } } @keyframes move-frames-143 { from { transform: translate3d(23vw, 102vh, 0); } to { transform: translate3d(18vw, -108vh, 0); } } .circle-container:nth-child(143) .circle { -webkit-animation-delay: 643ms; animation-delay: 643ms; } .circle-container:nth-child(144) { width: 3px; height: 3px; -webkit-animation-name: move-frames-144; animation-name: move-frames-144; -webkit-animation-duration: 28191ms; animation-duration: 28191ms; -webkit-animation-delay: 26022ms; animation-delay: 26022ms; } @-webkit-keyframes move-frames-144 { from { transform: translate3d(65vw, 107vh, 0); } to { transform: translate3d(55vw, -113vh, 0); } } @keyframes move-frames-144 { from { transform: translate3d(65vw, 107vh, 0); } to { transform: translate3d(55vw, -113vh, 0); } } .circle-container:nth-child(144) .circle { -webkit-animation-delay: 2701ms; animation-delay: 2701ms; } .circle-container:nth-child(145) { width: 2px; height: 2px; -webkit-animation-name: move-frames-145; animation-name: move-frames-145; -webkit-animation-duration: 32098ms; animation-duration: 32098ms; -webkit-animation-delay: 5779ms; animation-delay: 5779ms; } @-webkit-keyframes move-frames-145 { from { transform: translate3d(72vw, 108vh, 0); } to { transform: translate3d(21vw, -130vh, 0); } } @keyframes move-frames-145 { from { transform: translate3d(72vw, 108vh, 0); } to { transform: translate3d(21vw, -130vh, 0); } } .circle-container:nth-child(145) .circle { -webkit-animation-delay: 1206ms; animation-delay: 1206ms; } .circle-container:nth-child(146) { width: 3px; height: 3px; -webkit-animation-name: move-frames-146; animation-name: move-frames-146; -webkit-animation-duration: 29698ms; animation-duration: 29698ms; -webkit-animation-delay: 6342ms; animation-delay: 6342ms; } @-webkit-keyframes move-frames-146 { from { transform: translate3d(8vw, 101vh, 0); } to { transform: translate3d(8vw, -130vh, 0); } } @keyframes move-frames-146 { from { transform: translate3d(8vw, 101vh, 0); } to { transform: translate3d(8vw, -130vh, 0); } } .circle-container:nth-child(146) .circle { -webkit-animation-delay: 1094ms; animation-delay: 1094ms; } .circle-container:nth-child(147) { width: 3px; height: 3px; -webkit-animation-name: move-frames-147; animation-name: move-frames-147; -webkit-animation-duration: 34279ms; animation-duration: 34279ms; -webkit-animation-delay: 15238ms; animation-delay: 15238ms; } @-webkit-keyframes move-frames-147 { from { transform: translate3d(74vw, 104vh, 0); } to { transform: translate3d(5vw, -116vh, 0); } } @keyframes move-frames-147 { from { transform: translate3d(74vw, 104vh, 0); } to { transform: translate3d(5vw, -116vh, 0); } } .circle-container:nth-child(147) .circle { -webkit-animation-delay: 980ms; animation-delay: 980ms; } .circle-container:nth-child(148) { width: 2px; height: 2px; -webkit-animation-name: move-frames-148; animation-name: move-frames-148; -webkit-animation-duration: 34763ms; animation-duration: 34763ms; -webkit-animation-delay: 18673ms; animation-delay: 18673ms; } @-webkit-keyframes move-frames-148 { from { transform: translate3d(96vw, 110vh, 0); } to { transform: translate3d(75vw, -124vh, 0); } } @keyframes move-frames-148 { from { transform: translate3d(96vw, 110vh, 0); } to { transform: translate3d(75vw, -124vh, 0); } } .circle-container:nth-child(148) .circle { -webkit-animation-delay: 1123ms; animation-delay: 1123ms; } .circle-container:nth-child(149) { width: 3px; height: 3px; -webkit-animation-name: move-frames-149; animation-name: move-frames-149; -webkit-animation-duration: 28829ms; animation-duration: 28829ms; -webkit-animation-delay: 7705ms; animation-delay: 7705ms; } @-webkit-keyframes move-frames-149 { from { transform: translate3d(13vw, 103vh, 0); } to { transform: translate3d(73vw, -114vh, 0); } } @keyframes move-frames-149 { from { transform: translate3d(13vw, 103vh, 0); } to { transform: translate3d(73vw, -114vh, 0); } } .circle-container:nth-child(149) .circle { -webkit-animation-delay: 2977ms; animation-delay: 2977ms; } .circle-container:nth-child(150) { width: 1px; height: 1px; -webkit-animation-name: move-frames-150; animation-name: move-frames-150; -webkit-animation-duration: 30418ms; animation-duration: 30418ms; -webkit-animation-delay: 29681ms; animation-delay: 29681ms; } @-webkit-keyframes move-frames-150 { from { transform: translate3d(5vw, 105vh, 0); } to { transform: translate3d(35vw, -107vh, 0); } } @keyframes move-frames-150 { from { transform: translate3d(5vw, 105vh, 0); } to { transform: translate3d(35vw, -107vh, 0); } } .circle-container:nth-child(150) .circle { -webkit-animation-delay: 799ms; animation-delay: 799ms; } .circle-container:nth-child(151) { width: 6px; height: 6px; -webkit-animation-name: move-frames-151; animation-name: move-frames-151; -webkit-animation-duration: 30865ms; animation-duration: 30865ms; -webkit-animation-delay: 24844ms; animation-delay: 24844ms; } @-webkit-keyframes move-frames-151 { from { transform: translate3d(53vw, 104vh, 0); } to { transform: translate3d(100vw, -115vh, 0); } } @keyframes move-frames-151 { from { transform: translate3d(53vw, 104vh, 0); } to { transform: translate3d(100vw, -115vh, 0); } } .circle-container:nth-child(151) .circle { -webkit-animation-delay: 3658ms; animation-delay: 3658ms; } .circle-container:nth-child(152) { width: 2px; height: 2px; -webkit-animation-name: move-frames-152; animation-name: move-frames-152; -webkit-animation-duration: 29930ms; animation-duration: 29930ms; -webkit-animation-delay: 13185ms; animation-delay: 13185ms; } @-webkit-keyframes move-frames-152 { from { transform: translate3d(44vw, 104vh, 0); } to { transform: translate3d(54vw, -130vh, 0); } } @keyframes move-frames-152 { from { transform: translate3d(44vw, 104vh, 0); } to { transform: translate3d(54vw, -130vh, 0); } } .circle-container:nth-child(152) .circle { -webkit-animation-delay: 3893ms; animation-delay: 3893ms; } .circle-container:nth-child(153) { width: 3px; height: 3px; -webkit-animation-name: move-frames-153; animation-name: move-frames-153; -webkit-animation-duration: 28966ms; animation-duration: 28966ms; -webkit-animation-delay: 13996ms; animation-delay: 13996ms; } @-webkit-keyframes move-frames-153 { from { transform: translate3d(63vw, 101vh, 0); } to { transform: translate3d(65vw, -118vh, 0); } } @keyframes move-frames-153 { from { transform: translate3d(63vw, 101vh, 0); } to { transform: translate3d(65vw, -118vh, 0); } } .circle-container:nth-child(153) .circle { -webkit-animation-delay: 2030ms; animation-delay: 2030ms; } .circle-container:nth-child(154) { width: 4px; height: 4px; -webkit-animation-name: move-frames-154; animation-name: move-frames-154; -webkit-animation-duration: 28117ms; animation-duration: 28117ms; -webkit-animation-delay: 14299ms; animation-delay: 14299ms; } @-webkit-keyframes move-frames-154 { from { transform: translate3d(24vw, 101vh, 0); } to { transform: translate3d(9vw, -113vh, 0); } } @keyframes move-frames-154 { from { transform: translate3d(24vw, 101vh, 0); } to { transform: translate3d(9vw, -113vh, 0); } } .circle-container:nth-child(154) .circle { -webkit-animation-delay: 672ms; animation-delay: 672ms; } .circle-container:nth-child(155) { width: 4px; height: 4px; -webkit-animation-name: move-frames-155; animation-name: move-frames-155; -webkit-animation-duration: 36490ms; animation-duration: 36490ms; -webkit-animation-delay: 607ms; animation-delay: 607ms; } @-webkit-keyframes move-frames-155 { from { transform: translate3d(83vw, 106vh, 0); } to { transform: translate3d(53vw, -110vh, 0); } } @keyframes move-frames-155 { from { transform: translate3d(83vw, 106vh, 0); } to { transform: translate3d(53vw, -110vh, 0); } } .circle-container:nth-child(155) .circle { -webkit-animation-delay: 2241ms; animation-delay: 2241ms; } .circle-container:nth-child(156) { width: 8px; height: 8px; -webkit-animation-name: move-frames-156; animation-name: move-frames-156; -webkit-animation-duration: 34481ms; animation-duration: 34481ms; -webkit-animation-delay: 23200ms; animation-delay: 23200ms; } @-webkit-keyframes move-frames-156 { from { transform: translate3d(28vw, 107vh, 0); } to { transform: translate3d(11vw, -123vh, 0); } } @keyframes move-frames-156 { from { transform: translate3d(28vw, 107vh, 0); } to { transform: translate3d(11vw, -123vh, 0); } } .circle-container:nth-child(156) .circle { -webkit-animation-delay: 416ms; animation-delay: 416ms; } .circle-container:nth-child(157) { width: 8px; height: 8px; -webkit-animation-name: move-frames-157; animation-name: move-frames-157; -webkit-animation-duration: 29020ms; animation-duration: 29020ms; -webkit-animation-delay: 22988ms; animation-delay: 22988ms; } @-webkit-keyframes move-frames-157 { from { transform: translate3d(69vw, 110vh, 0); } to { transform: translate3d(93vw, -111vh, 0); } } @keyframes move-frames-157 { from { transform: translate3d(69vw, 110vh, 0); } to { transform: translate3d(93vw, -111vh, 0); } } .circle-container:nth-child(157) .circle { -webkit-animation-delay: 967ms; animation-delay: 967ms; } .circle-container:nth-child(158) { width: 8px; height: 8px; -webkit-animation-name: move-frames-158; animation-name: move-frames-158; -webkit-animation-duration: 29764ms; animation-duration: 29764ms; -webkit-animation-delay: 31289ms; animation-delay: 31289ms; } @-webkit-keyframes move-frames-158 { from { transform: translate3d(60vw, 110vh, 0); } to { transform: translate3d(100vw, -118vh, 0); } } @keyframes move-frames-158 { from { transform: translate3d(60vw, 110vh, 0); } to { transform: translate3d(100vw, -118vh, 0); } } .circle-container:nth-child(158) .circle { -webkit-animation-delay: 3969ms; animation-delay: 3969ms; } .circle-container:nth-child(159) { width: 6px; height: 6px; -webkit-animation-name: move-frames-159; animation-name: move-frames-159; -webkit-animation-duration: 29215ms; animation-duration: 29215ms; -webkit-animation-delay: 1113ms; animation-delay: 1113ms; } @-webkit-keyframes move-frames-159 { from { transform: translate3d(13vw, 110vh, 0); } to { transform: translate3d(6vw, -133vh, 0); } } @keyframes move-frames-159 { from { transform: translate3d(13vw, 110vh, 0); } to { transform: translate3d(6vw, -133vh, 0); } } .circle-container:nth-child(159) .circle { -webkit-animation-delay: 3143ms; animation-delay: 3143ms; } .circle-container:nth-child(160) { width: 6px; height: 6px; -webkit-animation-name: move-frames-160; animation-name: move-frames-160; -webkit-animation-duration: 34901ms; animation-duration: 34901ms; -webkit-animation-delay: 7349ms; animation-delay: 7349ms; } @-webkit-keyframes move-frames-160 { from { transform: translate3d(49vw, 101vh, 0); } to { transform: translate3d(68vw, -103vh, 0); } } @keyframes move-frames-160 { from { transform: translate3d(49vw, 101vh, 0); } to { transform: translate3d(68vw, -103vh, 0); } } .circle-container:nth-child(160) .circle { -webkit-animation-delay: 3098ms; animation-delay: 3098ms; } .circle-container:nth-child(161) { width: 8px; height: 8px; -webkit-animation-name: move-frames-161; animation-name: move-frames-161; -webkit-animation-duration: 34059ms; animation-duration: 34059ms; -webkit-animation-delay: 10057ms; animation-delay: 10057ms; } @-webkit-keyframes move-frames-161 { from { transform: translate3d(91vw, 110vh, 0); } to { transform: translate3d(46vw, -136vh, 0); } } @keyframes move-frames-161 { from { transform: translate3d(91vw, 110vh, 0); } to { transform: translate3d(46vw, -136vh, 0); } } .circle-container:nth-child(161) .circle { -webkit-animation-delay: 505ms; animation-delay: 505ms; } .circle-container:nth-child(162) { width: 3px; height: 3px; -webkit-animation-name: move-frames-162; animation-name: move-frames-162; -webkit-animation-duration: 33516ms; animation-duration: 33516ms; -webkit-animation-delay: 17212ms; animation-delay: 17212ms; } @-webkit-keyframes move-frames-162 { from { transform: translate3d(25vw, 110vh, 0); } to { transform: translate3d(3vw, -140vh, 0); } } @keyframes move-frames-162 { from { transform: translate3d(25vw, 110vh, 0); } to { transform: translate3d(3vw, -140vh, 0); } } .circle-container:nth-child(162) .circle { -webkit-animation-delay: 2347ms; animation-delay: 2347ms; } .circle-container:nth-child(163) { width: 6px; height: 6px; -webkit-animation-name: move-frames-163; animation-name: move-frames-163; -webkit-animation-duration: 30034ms; animation-duration: 30034ms; -webkit-animation-delay: 27388ms; animation-delay: 27388ms; } @-webkit-keyframes move-frames-163 { from { transform: translate3d(80vw, 104vh, 0); } to { transform: translate3d(24vw, -108vh, 0); } } @keyframes move-frames-163 { from { transform: translate3d(80vw, 104vh, 0); } to { transform: translate3d(24vw, -108vh, 0); } } .circle-container:nth-child(163) .circle { -webkit-animation-delay: 2308ms; animation-delay: 2308ms; } .circle-container:nth-child(164) { width: 1px; height: 1px; -webkit-animation-name: move-frames-164; animation-name: move-frames-164; -webkit-animation-duration: 36834ms; animation-duration: 36834ms; -webkit-animation-delay: 3477ms; animation-delay: 3477ms; } @-webkit-keyframes move-frames-164 { from { transform: translate3d(44vw, 106vh, 0); } to { transform: translate3d(52vw, -127vh, 0); } } @keyframes move-frames-164 { from { transform: translate3d(44vw, 106vh, 0); } to { transform: translate3d(52vw, -127vh, 0); } } .circle-container:nth-child(164) .circle { -webkit-animation-delay: 2465ms; animation-delay: 2465ms; } .circle-container:nth-child(165) { width: 2px; height: 2px; -webkit-animation-name: move-frames-165; animation-name: move-frames-165; -webkit-animation-duration: 35052ms; animation-duration: 35052ms; -webkit-animation-delay: 13815ms; animation-delay: 13815ms; } @-webkit-keyframes move-frames-165 { from { transform: translate3d(77vw, 106vh, 0); } to { transform: translate3d(52vw, -109vh, 0); } } @keyframes move-frames-165 { from { transform: translate3d(77vw, 106vh, 0); } to { transform: translate3d(52vw, -109vh, 0); } } .circle-container:nth-child(165) .circle { -webkit-animation-delay: 2740ms; animation-delay: 2740ms; } .circle-container:nth-child(166) { width: 8px; height: 8px; -webkit-animation-name: move-frames-166; animation-name: move-frames-166; -webkit-animation-duration: 31746ms; animation-duration: 31746ms; -webkit-animation-delay: 30824ms; animation-delay: 30824ms; } @-webkit-keyframes move-frames-166 { from { transform: translate3d(55vw, 110vh, 0); } to { transform: translate3d(6vw, -133vh, 0); } } @keyframes move-frames-166 { from { transform: translate3d(55vw, 110vh, 0); } to { transform: translate3d(6vw, -133vh, 0); } } .circle-container:nth-child(166) .circle { -webkit-animation-delay: 2318ms; animation-delay: 2318ms; } .circle-container:nth-child(167) { width: 6px; height: 6px; -webkit-animation-name: move-frames-167; animation-name: move-frames-167; -webkit-animation-duration: 30074ms; animation-duration: 30074ms; -webkit-animation-delay: 14507ms; animation-delay: 14507ms; } @-webkit-keyframes move-frames-167 { from { transform: translate3d(69vw, 109vh, 0); } to { transform: translate3d(61vw, -113vh, 0); } } @keyframes move-frames-167 { from { transform: translate3d(69vw, 109vh, 0); } to { transform: translate3d(61vw, -113vh, 0); } } .circle-container:nth-child(167) .circle { -webkit-animation-delay: 3113ms; animation-delay: 3113ms; } .circle-container:nth-child(168) { width: 2px; height: 2px; -webkit-animation-name: move-frames-168; animation-name: move-frames-168; -webkit-animation-duration: 31984ms; animation-duration: 31984ms; -webkit-animation-delay: 10614ms; animation-delay: 10614ms; } @-webkit-keyframes move-frames-168 { from { transform: translate3d(16vw, 101vh, 0); } to { transform: translate3d(82vw, -129vh, 0); } } @keyframes move-frames-168 { from { transform: translate3d(16vw, 101vh, 0); } to { transform: translate3d(82vw, -129vh, 0); } } .circle-container:nth-child(168) .circle { -webkit-animation-delay: 3879ms; animation-delay: 3879ms; } .circle-container:nth-child(169) { width: 1px; height: 1px; -webkit-animation-name: move-frames-169; animation-name: move-frames-169; -webkit-animation-duration: 32771ms; animation-duration: 32771ms; -webkit-animation-delay: 801ms; animation-delay: 801ms; } @-webkit-keyframes move-frames-169 { from { transform: translate3d(56vw, 102vh, 0); } to { transform: translate3d(28vw, -120vh, 0); } } @keyframes move-frames-169 { from { transform: translate3d(56vw, 102vh, 0); } to { transform: translate3d(28vw, -120vh, 0); } } .circle-container:nth-child(169) .circle { -webkit-animation-delay: 1516ms; animation-delay: 1516ms; } .circle-container:nth-child(170) { width: 2px; height: 2px; -webkit-animation-name: move-frames-170; animation-name: move-frames-170; -webkit-animation-duration: 32419ms; animation-duration: 32419ms; -webkit-animation-delay: 16080ms; animation-delay: 16080ms; } @-webkit-keyframes move-frames-170 { from { transform: translate3d(32vw, 108vh, 0); } to { transform: translate3d(94vw, -117vh, 0); } } @keyframes move-frames-170 { from { transform: translate3d(32vw, 108vh, 0); } to { transform: translate3d(94vw, -117vh, 0); } } .circle-container:nth-child(170) .circle { -webkit-animation-delay: 3144ms; animation-delay: 3144ms; } .circle-container:nth-child(171) { width: 6px; height: 6px; -webkit-animation-name: move-frames-171; animation-name: move-frames-171; -webkit-animation-duration: 34969ms; animation-duration: 34969ms; -webkit-animation-delay: 6632ms; animation-delay: 6632ms; } @-webkit-keyframes move-frames-171 { from { transform: translate3d(28vw, 109vh, 0); } to { transform: translate3d(2vw, -124vh, 0); } } @keyframes move-frames-171 { from { transform: translate3d(28vw, 109vh, 0); } to { transform: translate3d(2vw, -124vh, 0); } } .circle-container:nth-child(171) .circle { -webkit-animation-delay: 3466ms; animation-delay: 3466ms; } .circle-container:nth-child(172) { width: 8px; height: 8px; -webkit-animation-name: move-frames-172; animation-name: move-frames-172; -webkit-animation-duration: 35470ms; animation-duration: 35470ms; -webkit-animation-delay: 8243ms; animation-delay: 8243ms; } @-webkit-keyframes move-frames-172 { from { transform: translate3d(26vw, 102vh, 0); } to { transform: translate3d(3vw, -125vh, 0); } } @keyframes move-frames-172 { from { transform: translate3d(26vw, 102vh, 0); } to { transform: translate3d(3vw, -125vh, 0); } } .circle-container:nth-child(172) .circle { -webkit-animation-delay: 2041ms; animation-delay: 2041ms; } .circle-container:nth-child(173) { width: 5px; height: 5px; -webkit-animation-name: move-frames-173; animation-name: move-frames-173; -webkit-animation-duration: 32893ms; animation-duration: 32893ms; -webkit-animation-delay: 22065ms; animation-delay: 22065ms; } @-webkit-keyframes move-frames-173 { from { transform: translate3d(7vw, 109vh, 0); } to { transform: translate3d(70vw, -113vh, 0); } } @keyframes move-frames-173 { from { transform: translate3d(7vw, 109vh, 0); } to { transform: translate3d(70vw, -113vh, 0); } } .circle-container:nth-child(173) .circle { -webkit-animation-delay: 1560ms; animation-delay: 1560ms; } .circle-container:nth-child(174) { width: 8px; height: 8px; -webkit-animation-name: move-frames-174; animation-name: move-frames-174; -webkit-animation-duration: 29431ms; animation-duration: 29431ms; -webkit-animation-delay: 8809ms; animation-delay: 8809ms; } @-webkit-keyframes move-frames-174 { from { transform: translate3d(60vw, 109vh, 0); } to { transform: translate3d(86vw, -125vh, 0); } } @keyframes move-frames-174 { from { transform: translate3d(60vw, 109vh, 0); } to { transform: translate3d(86vw, -125vh, 0); } } .circle-container:nth-child(174) .circle { -webkit-animation-delay: 1655ms; animation-delay: 1655ms; } .circle-container:nth-child(175) { width: 3px; height: 3px; -webkit-animation-name: move-frames-175; animation-name: move-frames-175; -webkit-animation-duration: 33963ms; animation-duration: 33963ms; -webkit-animation-delay: 20921ms; animation-delay: 20921ms; } @-webkit-keyframes move-frames-175 { from { transform: translate3d(100vw, 106vh, 0); } to { transform: translate3d(96vw, -112vh, 0); } } @keyframes move-frames-175 { from { transform: translate3d(100vw, 106vh, 0); } to { transform: translate3d(96vw, -112vh, 0); } } .circle-container:nth-child(175) .circle { -webkit-animation-delay: 3766ms; animation-delay: 3766ms; } .circle-container:nth-child(176) { width: 4px; height: 4px; -webkit-animation-name: move-frames-176; animation-name: move-frames-176; -webkit-animation-duration: 33478ms; animation-duration: 33478ms; -webkit-animation-delay: 26757ms; animation-delay: 26757ms; } @-webkit-keyframes move-frames-176 { from { transform: translate3d(80vw, 108vh, 0); } to { transform: translate3d(62vw, -120vh, 0); } } @keyframes move-frames-176 { from { transform: translate3d(80vw, 108vh, 0); } to { transform: translate3d(62vw, -120vh, 0); } } .circle-container:nth-child(176) .circle { -webkit-animation-delay: 1041ms; animation-delay: 1041ms; } .circle-container:nth-child(177) { width: 6px; height: 6px; -webkit-animation-name: move-frames-177; animation-name: move-frames-177; -webkit-animation-duration: 36680ms; animation-duration: 36680ms; -webkit-animation-delay: 27149ms; animation-delay: 27149ms; } @-webkit-keyframes move-frames-177 { from { transform: translate3d(7vw, 107vh, 0); } to { transform: translate3d(5vw, -137vh, 0); } } @keyframes move-frames-177 { from { transform: translate3d(7vw, 107vh, 0); } to { transform: translate3d(5vw, -137vh, 0); } } .circle-container:nth-child(177) .circle { -webkit-animation-delay: 3995ms; animation-delay: 3995ms; } .circle-container:nth-child(178) { width: 4px; height: 4px; -webkit-animation-name: move-frames-178; animation-name: move-frames-178; -webkit-animation-duration: 32249ms; animation-duration: 32249ms; -webkit-animation-delay: 32118ms; animation-delay: 32118ms; } @-webkit-keyframes move-frames-178 { from { transform: translate3d(59vw, 110vh, 0); } to { transform: translate3d(77vw, -130vh, 0); } } @keyframes move-frames-178 { from { transform: translate3d(59vw, 110vh, 0); } to { transform: translate3d(77vw, -130vh, 0); } } .circle-container:nth-child(178) .circle { -webkit-animation-delay: 1137ms; animation-delay: 1137ms; } .circle-container:nth-child(179) { width: 5px; height: 5px; -webkit-animation-name: move-frames-179; animation-name: move-frames-179; -webkit-animation-duration: 33440ms; animation-duration: 33440ms; -webkit-animation-delay: 12123ms; animation-delay: 12123ms; } @-webkit-keyframes move-frames-179 { from { transform: translate3d(57vw, 108vh, 0); } to { transform: translate3d(40vw, -131vh, 0); } } @keyframes move-frames-179 { from { transform: translate3d(57vw, 108vh, 0); } to { transform: translate3d(40vw, -131vh, 0); } } .circle-container:nth-child(179) .circle { -webkit-animation-delay: 3656ms; animation-delay: 3656ms; } .circle-container:nth-child(180) { width: 8px; height: 8px; -webkit-animation-name: move-frames-180; animation-name: move-frames-180; -webkit-animation-duration: 34407ms; animation-duration: 34407ms; -webkit-animation-delay: 35337ms; animation-delay: 35337ms; } @-webkit-keyframes move-frames-180 { from { transform: translate3d(91vw, 101vh, 0); } to { transform: translate3d(55vw, -115vh, 0); } } @keyframes move-frames-180 { from { transform: translate3d(91vw, 101vh, 0); } to { transform: translate3d(55vw, -115vh, 0); } } .circle-container:nth-child(180) .circle { -webkit-animation-delay: 2220ms; animation-delay: 2220ms; } .circle-container:nth-child(181) { width: 6px; height: 6px; -webkit-animation-name: move-frames-181; animation-name: move-frames-181; -webkit-animation-duration: 36231ms; animation-duration: 36231ms; -webkit-animation-delay: 26750ms; animation-delay: 26750ms; } @-webkit-keyframes move-frames-181 { from { transform: translate3d(16vw, 108vh, 0); } to { transform: translate3d(26vw, -136vh, 0); } } @keyframes move-frames-181 { from { transform: translate3d(16vw, 108vh, 0); } to { transform: translate3d(26vw, -136vh, 0); } } .circle-container:nth-child(181) .circle { -webkit-animation-delay: 3275ms; animation-delay: 3275ms; } .circle-container:nth-child(182) { width: 8px; height: 8px; -webkit-animation-name: move-frames-182; animation-name: move-frames-182; -webkit-animation-duration: 30457ms; animation-duration: 30457ms; -webkit-animation-delay: 19208ms; animation-delay: 19208ms; } @-webkit-keyframes move-frames-182 { from { transform: translate3d(19vw, 110vh, 0); } to { transform: translate3d(89vw, -115vh, 0); } } @keyframes move-frames-182 { from { transform: translate3d(19vw, 110vh, 0); } to { transform: translate3d(89vw, -115vh, 0); } } .circle-container:nth-child(182) .circle { -webkit-animation-delay: 1950ms; animation-delay: 1950ms; } .circle-container:nth-child(183) { width: 8px; height: 8px; -webkit-animation-name: move-frames-183; animation-name: move-frames-183; -webkit-animation-duration: 29818ms; animation-duration: 29818ms; -webkit-animation-delay: 12704ms; animation-delay: 12704ms; } @-webkit-keyframes move-frames-183 { from { transform: translate3d(6vw, 101vh, 0); } to { transform: translate3d(31vw, -122vh, 0); } } @keyframes move-frames-183 { from { transform: translate3d(6vw, 101vh, 0); } to { transform: translate3d(31vw, -122vh, 0); } } .circle-container:nth-child(183) .circle { -webkit-animation-delay: 2037ms; animation-delay: 2037ms; } .circle-container:nth-child(184) { width: 7px; height: 7px; -webkit-animation-name: move-frames-184; animation-name: move-frames-184; -webkit-animation-duration: 34972ms; animation-duration: 34972ms; -webkit-animation-delay: 1275ms; animation-delay: 1275ms; } @-webkit-keyframes move-frames-184 { from { transform: translate3d(41vw, 103vh, 0); } to { transform: translate3d(53vw, -125vh, 0); } } @keyframes move-frames-184 { from { transform: translate3d(41vw, 103vh, 0); } to { transform: translate3d(53vw, -125vh, 0); } } .circle-container:nth-child(184) .circle { -webkit-animation-delay: 3595ms; animation-delay: 3595ms; } .circle-container:nth-child(185) { width: 6px; height: 6px; -webkit-animation-name: move-frames-185; animation-name: move-frames-185; -webkit-animation-duration: 34822ms; animation-duration: 34822ms; -webkit-animation-delay: 27639ms; animation-delay: 27639ms; } @-webkit-keyframes move-frames-185 { from { transform: translate3d(58vw, 109vh, 0); } to { transform: translate3d(26vw, -138vh, 0); } } @keyframes move-frames-185 { from { transform: translate3d(58vw, 109vh, 0); } to { transform: translate3d(26vw, -138vh, 0); } } .circle-container:nth-child(185) .circle { -webkit-animation-delay: 1498ms; animation-delay: 1498ms; } .circle-container:nth-child(186) { width: 4px; height: 4px; -webkit-animation-name: move-frames-186; animation-name: move-frames-186; -webkit-animation-duration: 31394ms; animation-duration: 31394ms; -webkit-animation-delay: 6286ms; animation-delay: 6286ms; } @-webkit-keyframes move-frames-186 { from { transform: translate3d(82vw, 107vh, 0); } to { transform: translate3d(88vw, -134vh, 0); } } @keyframes move-frames-186 { from { transform: translate3d(82vw, 107vh, 0); } to { transform: translate3d(88vw, -134vh, 0); } } .circle-container:nth-child(186) .circle { -webkit-animation-delay: 2571ms; animation-delay: 2571ms; } .circle-container:nth-child(187) { width: 2px; height: 2px; -webkit-animation-name: move-frames-187; animation-name: move-frames-187; -webkit-animation-duration: 36116ms; animation-duration: 36116ms; -webkit-animation-delay: 10461ms; animation-delay: 10461ms; } @-webkit-keyframes move-frames-187 { from { transform: translate3d(58vw, 105vh, 0); } to { transform: translate3d(23vw, -113vh, 0); } } @keyframes move-frames-187 { from { transform: translate3d(58vw, 105vh, 0); } to { transform: translate3d(23vw, -113vh, 0); } } .circle-container:nth-child(187) .circle { -webkit-animation-delay: 3050ms; animation-delay: 3050ms; } .circle-container:nth-child(188) { width: 1px; height: 1px; -webkit-animation-name: move-frames-188; animation-name: move-frames-188; -webkit-animation-duration: 35428ms; animation-duration: 35428ms; -webkit-animation-delay: 16460ms; animation-delay: 16460ms; } @-webkit-keyframes move-frames-188 { from { transform: translate3d(62vw, 102vh, 0); } to { transform: translate3d(33vw, -112vh, 0); } } @keyframes move-frames-188 { from { transform: translate3d(62vw, 102vh, 0); } to { transform: translate3d(33vw, -112vh, 0); } } .circle-container:nth-child(188) .circle { -webkit-animation-delay: 2951ms; animation-delay: 2951ms; } .circle-container:nth-child(189) { width: 8px; height: 8px; -webkit-animation-name: move-frames-189; animation-name: move-frames-189; -webkit-animation-duration: 32522ms; animation-duration: 32522ms; -webkit-animation-delay: 32181ms; animation-delay: 32181ms; } @-webkit-keyframes move-frames-189 { from { transform: translate3d(20vw, 104vh, 0); } to { transform: translate3d(93vw, -131vh, 0); } } @keyframes move-frames-189 { from { transform: translate3d(20vw, 104vh, 0); } to { transform: translate3d(93vw, -131vh, 0); } } .circle-container:nth-child(189) .circle { -webkit-animation-delay: 3666ms; animation-delay: 3666ms; } .circle-container:nth-child(190) { width: 2px; height: 2px; -webkit-animation-name: move-frames-190; animation-name: move-frames-190; -webkit-animation-duration: 34537ms; animation-duration: 34537ms; -webkit-animation-delay: 587ms; animation-delay: 587ms; } @-webkit-keyframes move-frames-190 { from { transform: translate3d(37vw, 108vh, 0); } to { transform: translate3d(90vw, -135vh, 0); } } @keyframes move-frames-190 { from { transform: translate3d(37vw, 108vh, 0); } to { transform: translate3d(90vw, -135vh, 0); } } .circle-container:nth-child(190) .circle { -webkit-animation-delay: 2287ms; animation-delay: 2287ms; } .circle-container:nth-child(191) { width: 1px; height: 1px; -webkit-animation-name: move-frames-191; animation-name: move-frames-191; -webkit-animation-duration: 30865ms; animation-duration: 30865ms; -webkit-animation-delay: 9844ms; animation-delay: 9844ms; } @-webkit-keyframes move-frames-191 { from { transform: translate3d(49vw, 104vh, 0); } to { transform: translate3d(87vw, -132vh, 0); } } @keyframes move-frames-191 { from { transform: translate3d(49vw, 104vh, 0); } to { transform: translate3d(87vw, -132vh, 0); } } .circle-container:nth-child(191) .circle { -webkit-animation-delay: 3343ms; animation-delay: 3343ms; } .circle-container:nth-child(192) { width: 8px; height: 8px; -webkit-animation-name: move-frames-192; animation-name: move-frames-192; -webkit-animation-duration: 28096ms; animation-duration: 28096ms; -webkit-animation-delay: 15773ms; animation-delay: 15773ms; } @-webkit-keyframes move-frames-192 { from { transform: translate3d(32vw, 105vh, 0); } to { transform: translate3d(11vw, -131vh, 0); } } @keyframes move-frames-192 { from { transform: translate3d(32vw, 105vh, 0); } to { transform: translate3d(11vw, -131vh, 0); } } .circle-container:nth-child(192) .circle { -webkit-animation-delay: 1273ms; animation-delay: 1273ms; } .circle-container:nth-child(193) { width: 7px; height: 7px; -webkit-animation-name: move-frames-193; animation-name: move-frames-193; -webkit-animation-duration: 36969ms; animation-duration: 36969ms; -webkit-animation-delay: 31961ms; animation-delay: 31961ms; } @-webkit-keyframes move-frames-193 { from { transform: translate3d(31vw, 101vh, 0); } to { transform: translate3d(44vw, -127vh, 0); } } @keyframes move-frames-193 { from { transform: translate3d(31vw, 101vh, 0); } to { transform: translate3d(44vw, -127vh, 0); } } .circle-container:nth-child(193) .circle { -webkit-animation-delay: 2115ms; animation-delay: 2115ms; } .circle-container:nth-child(194) { width: 1px; height: 1px; -webkit-animation-name: move-frames-194; animation-name: move-frames-194; -webkit-animation-duration: 36471ms; animation-duration: 36471ms; -webkit-animation-delay: 3019ms; animation-delay: 3019ms; } @-webkit-keyframes move-frames-194 { from { transform: translate3d(92vw, 101vh, 0); } to { transform: translate3d(56vw, -122vh, 0); } } @keyframes move-frames-194 { from { transform: translate3d(92vw, 101vh, 0); } to { transform: translate3d(56vw, -122vh, 0); } } .circle-container:nth-child(194) .circle { -webkit-animation-delay: 2742ms; animation-delay: 2742ms; } .circle-container:nth-child(195) { width: 8px; height: 8px; -webkit-animation-name: move-frames-195; animation-name: move-frames-195; -webkit-animation-duration: 33286ms; animation-duration: 33286ms; -webkit-animation-delay: 29804ms; animation-delay: 29804ms; } @-webkit-keyframes move-frames-195 { from { transform: translate3d(90vw, 106vh, 0); } to { transform: translate3d(27vw, -110vh, 0); } } @keyframes move-frames-195 { from { transform: translate3d(90vw, 106vh, 0); } to { transform: translate3d(27vw, -110vh, 0); } } .circle-container:nth-child(195) .circle { -webkit-animation-delay: 3180ms; animation-delay: 3180ms; } .circle-container:nth-child(196) { width: 8px; height: 8px; -webkit-animation-name: move-frames-196; animation-name: move-frames-196; -webkit-animation-duration: 35204ms; animation-duration: 35204ms; -webkit-animation-delay: 3743ms; animation-delay: 3743ms; } @-webkit-keyframes move-frames-196 { from { transform: translate3d(34vw, 104vh, 0); } to { transform: translate3d(63vw, -110vh, 0); } } @keyframes move-frames-196 { from { transform: translate3d(34vw, 104vh, 0); } to { transform: translate3d(63vw, -110vh, 0); } } .circle-container:nth-child(196) .circle { -webkit-animation-delay: 150ms; animation-delay: 150ms; } .circle-container:nth-child(197) { width: 8px; height: 8px; -webkit-animation-name: move-frames-197; animation-name: move-frames-197; -webkit-animation-duration: 31335ms; animation-duration: 31335ms; -webkit-animation-delay: 10592ms; animation-delay: 10592ms; } @-webkit-keyframes move-frames-197 { from { transform: translate3d(79vw, 104vh, 0); } to { transform: translate3d(69vw, -133vh, 0); } } @keyframes move-frames-197 { from { transform: translate3d(79vw, 104vh, 0); } to { transform: translate3d(69vw, -133vh, 0); } } .circle-container:nth-child(197) .circle { -webkit-animation-delay: 475ms; animation-delay: 475ms; } .circle-container:nth-child(198) { width: 1px; height: 1px; -webkit-animation-name: move-frames-198; animation-name: move-frames-198; -webkit-animation-duration: 32667ms; animation-duration: 32667ms; -webkit-animation-delay: 12830ms; animation-delay: 12830ms; } @-webkit-keyframes move-frames-198 { from { transform: translate3d(60vw, 101vh, 0); } to { transform: translate3d(73vw, -122vh, 0); } } @keyframes move-frames-198 { from { transform: translate3d(60vw, 101vh, 0); } to { transform: translate3d(73vw, -122vh, 0); } } .circle-container:nth-child(198) .circle { -webkit-animation-delay: 453ms; animation-delay: 453ms; } .circle-container:nth-child(199) { width: 4px; height: 4px; -webkit-animation-name: move-frames-199; animation-name: move-frames-199; -webkit-animation-duration: 32303ms; animation-duration: 32303ms; -webkit-animation-delay: 1352ms; animation-delay: 1352ms; } @-webkit-keyframes move-frames-199 { from { transform: translate3d(58vw, 101vh, 0); } to { transform: translate3d(20vw, -115vh, 0); } } @keyframes move-frames-199 { from { transform: translate3d(58vw, 101vh, 0); } to { transform: translate3d(20vw, -115vh, 0); } } .circle-container:nth-child(199) .circle { -webkit-animation-delay: 3783ms; animation-delay: 3783ms; } .circle-container:nth-child(200) { width: 5px; height: 5px; -webkit-animation-name: move-frames-200; animation-name: move-frames-200; -webkit-animation-duration: 31883ms; animation-duration: 31883ms; -webkit-animation-delay: 11857ms; animation-delay: 11857ms; } @-webkit-keyframes move-frames-200 { from { transform: translate3d(96vw, 109vh, 0); } to { transform: translate3d(61vw, -112vh, 0); } } @keyframes move-frames-200 { from { transform: translate3d(96vw, 109vh, 0); } to { transform: translate3d(61vw, -112vh, 0); } } .circle-container:nth-child(200) .circle { -webkit-animation-delay: 3529ms; animation-delay: 3529ms; } .message { position: absolute; right: 20px; bottom: 10px; color: white; font-family: "Josefin Slab", serif; line-height: 27px; font-size: 18px; text-align: right; pointer-events: none; -webkit-animation: message-frames 1.5s ease 5s forwards; animation: message-frames 1.5s ease 5s forwards; opacity: 0; } @-webkit-keyframes message-frames { from { opacity: 0; } to { opacity: 1; } } @keyframes message-frames { from { opacity: 0; } to { opacity: 1; } }
src/Layout/Background/Background.css
.container { position: fixed; z-index: 1; width: -webkit-fill-available; height: -webkit-fill-available; background-color: #0c0a0a7d; } .circle-container { position: absolute; transform: translateY(-10vh); -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; } .circle-container .circle { width: 100%; height: 100%; border-radius: 50%; mix-blend-mode: screen; background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%); -webkit-animation: fadein-frames 500ms infinite, scale-frames 5s infinite; animation: fadein-frames 500ms infinite, scale-frames 5s infinite; } @-webkit-keyframes fade-frames { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } } @keyframes fade-frames { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } } @-webkit-keyframes scale-frames { 0% { transform: scale3d(0.4, 0.4, 1); } 50% { transform: scale3d(2.2, 2.2, 1); } 100% { transform: scale3d(0.4, 0.4, 1); } } @keyframes scale-frames { 0% { transform: scale3d(0.4, 0.4, 1); } 50% { transform: scale3d(2.2, 2.2, 1); } 100% { transform: scale3d(0.4, 0.4, 1); } } .circle-container:nth-child(1) { width: 2px; height: 2px; -webkit-animation-name: move-frames-1; animation-name: move-frames-1; -webkit-animation-duration: 30109ms; animation-duration: 30109ms; -webkit-animation-delay: 23621ms; animation-delay: 23621ms; } @-webkit-keyframes move-frames-1 { from { transform: translate3d(6vw, 105vh, 0); } to { transform: translate3d(39vw, -132vh, 0); } } @keyframes move-frames-1 { from { transform: translate3d(6vw, 105vh, 0); } to { transform: translate3d(39vw, -132vh, 0); } } .circle-container:nth-child(1) .circle { -webkit-animation-delay: 3405ms; animation-delay: 3405ms; } .circle-container:nth-child(2) { width: 8px; height: 8px; -webkit-animation-name: move-frames-2; animation-name: move-frames-2; -webkit-animation-duration: 33202ms; animation-duration: 33202ms; -webkit-animation-delay: 24216ms; animation-delay: 24216ms; } @-webkit-keyframes move-frames-2 { from { transform: translate3d(42vw, 105vh, 0); } to { transform: translate3d(67vw, -118vh, 0); } } @keyframes move-frames-2 { from { transform: translate3d(42vw, 105vh, 0); } to { transform: translate3d(67vw, -118vh, 0); } } .circle-container:nth-child(2) .circle { -webkit-animation-delay: 2008ms; animation-delay: 2008ms; } .circle-container:nth-child(3) { width: 3px; height: 3px; -webkit-animation-name: move-frames-3; animation-name: move-frames-3; -webkit-animation-duration: 31880ms; animation-duration: 31880ms; -webkit-animation-delay: 30743ms; animation-delay: 30743ms; } @-webkit-keyframes move-frames-3 { from { transform: translate3d(95vw, 106vh, 0); } to { transform: translate3d(2vw, -112vh, 0); } } @keyframes move-frames-3 { from { transform: translate3d(95vw, 106vh, 0); } to { transform: translate3d(2vw, -112vh, 0); } } .circle-container:nth-child(3) .circle { -webkit-animation-delay: 2124ms; animation-delay: 2124ms; } .circle-container:nth-child(4) { width: 5px; height: 5px; -webkit-animation-name: move-frames-4; animation-name: move-frames-4; -webkit-animation-duration: 34241ms; animation-duration: 34241ms; -webkit-animation-delay: 3925ms; animation-delay: 3925ms; } @-webkit-keyframes move-frames-4 { from { transform: translate3d(40vw, 107vh, 0); } to { transform: translate3d(79vw, -117vh, 0); } } @keyframes move-frames-4 { from { transform: translate3d(40vw, 107vh, 0); } to { transform: translate3d(79vw, -117vh, 0); } } .circle-container:nth-child(4) .circle { -webkit-animation-delay: 2175ms; animation-delay: 2175ms; } .circle-container:nth-child(5) { width: 8px; height: 8px; -webkit-animation-name: move-frames-5; animation-name: move-frames-5; -webkit-animation-duration: 28555ms; animation-duration: 28555ms; -webkit-animation-delay: 34653ms; animation-delay: 34653ms; } @-webkit-keyframes move-frames-5 { from { transform: translate3d(12vw, 103vh, 0); } to { transform: translate3d(25vw, -127vh, 0); } } @keyframes move-frames-5 { from { transform: translate3d(12vw, 103vh, 0); } to { transform: translate3d(25vw, -127vh, 0); } } .circle-container:nth-child(5) .circle { -webkit-animation-delay: 3182ms; animation-delay: 3182ms; } .circle-container:nth-child(6) { width: 1px; height: 1px; -webkit-animation-name: move-frames-6; animation-name: move-frames-6; -webkit-animation-duration: 29590ms; animation-duration: 29590ms; -webkit-animation-delay: 26051ms; animation-delay: 26051ms; } @-webkit-keyframes move-frames-6 { from { transform: translate3d(6vw, 104vh, 0); } to { transform: translate3d(45vw, -106vh, 0); } } @keyframes move-frames-6 { from { transform: translate3d(6vw, 104vh, 0); } to { transform: translate3d(45vw, -106vh, 0); } } .circle-container:nth-child(6) .circle { -webkit-animation-delay: 611ms; animation-delay: 611ms; } .circle-container:nth-child(7) { width: 3px; height: 3px; -webkit-animation-name: move-frames-7; animation-name: move-frames-7; -webkit-animation-duration: 34123ms; animation-duration: 34123ms; -webkit-animation-delay: 31834ms; animation-delay: 31834ms; } @-webkit-keyframes move-frames-7 { from { transform: translate3d(21vw, 105vh, 0); } to { transform: translate3d(48vw, -131vh, 0); } } @keyframes move-frames-7 { from { transform: translate3d(21vw, 105vh, 0); } to { transform: translate3d(48vw, -131vh, 0); } } .circle-container:nth-child(7) .circle { -webkit-animation-delay: 3108ms; animation-delay: 3108ms; } .circle-container:nth-child(8) { width: 6px; height: 6px; -webkit-animation-name: move-frames-8; animation-name: move-frames-8; -webkit-animation-duration: 30155ms; animation-duration: 30155ms; -webkit-animation-delay: 9728ms; animation-delay: 9728ms; } @-webkit-keyframes move-frames-8 { from { transform: translate3d(23vw, 110vh, 0); } to { transform: translate3d(55vw, -128vh, 0); } } @keyframes move-frames-8 { from { transform: translate3d(23vw, 110vh, 0); } to { transform: translate3d(55vw, -128vh, 0); } } .circle-container:nth-child(8) .circle { -webkit-animation-delay: 1383ms; animation-delay: 1383ms; } .circle-container:nth-child(9) { width: 1px; height: 1px; -webkit-animation-name: move-frames-9; animation-name: move-frames-9; -webkit-animation-duration: 32083ms; animation-duration: 32083ms; -webkit-animation-delay: 5851ms; animation-delay: 5851ms; } @-webkit-keyframes move-frames-9 { from { transform: translate3d(99vw, 109vh, 0); } to { transform: translate3d(91vw, -130vh, 0); } } @keyframes move-frames-9 { from { transform: translate3d(99vw, 109vh, 0); } to { transform: translate3d(91vw, -130vh, 0); } } .circle-container:nth-child(9) .circle { -webkit-animation-delay: 2914ms; animation-delay: 2914ms; } .circle-container:nth-child(10) { width: 1px; height: 1px; -webkit-animation-name: move-frames-10; animation-name: move-frames-10; -webkit-animation-duration: 36859ms; animation-duration: 36859ms; -webkit-animation-delay: 35107ms; animation-delay: 35107ms; } @-webkit-keyframes move-frames-10 { from { transform: translate3d(19vw, 103vh, 0); } to { transform: translate3d(56vw, -118vh, 0); } } @keyframes move-frames-10 { from { transform: translate3d(19vw, 103vh, 0); } to { transform: translate3d(56vw, -118vh, 0); } } .circle-container:nth-child(10) .circle { -webkit-animation-delay: 431ms; animation-delay: 431ms; } .circle-container:nth-child(11) { width: 2px; height: 2px; -webkit-animation-name: move-frames-11; animation-name: move-frames-11; -webkit-animation-duration: 34402ms; animation-duration: 34402ms; -webkit-animation-delay: 20052ms; animation-delay: 20052ms; } @-webkit-keyframes move-frames-11 { from { transform: translate3d(72vw, 107vh, 0); } to { transform: translate3d(91vw, -109vh, 0); } } @keyframes move-frames-11 { from { transform: translate3d(72vw, 107vh, 0); } to { transform: translate3d(91vw, -109vh, 0); } } .circle-container:nth-child(11) .circle { -webkit-animation-delay: 1077ms; animation-delay: 1077ms; } .circle-container:nth-child(12) { width: 2px; height: 2px; -webkit-animation-name: move-frames-12; animation-name: move-frames-12; -webkit-animation-duration: 31734ms; animation-duration: 31734ms; -webkit-animation-delay: 35946ms; animation-delay: 35946ms; } @-webkit-keyframes move-frames-12 { from { transform: translate3d(86vw, 104vh, 0); } to { transform: translate3d(34vw, -123vh, 0); } } @keyframes move-frames-12 { from { transform: translate3d(86vw, 104vh, 0); } to { transform: translate3d(34vw, -123vh, 0); } } .circle-container:nth-child(12) .circle { -webkit-animation-delay: 990ms; animation-delay: 990ms; } .circle-container:nth-child(13) { width: 7px; height: 7px; -webkit-animation-name: move-frames-13; animation-name: move-frames-13; -webkit-animation-duration: 33057ms; animation-duration: 33057ms; -webkit-animation-delay: 29555ms; animation-delay: 29555ms; } @-webkit-keyframes move-frames-13 { from { transform: translate3d(100vw, 107vh, 0); } to { transform: translate3d(99vw, -115vh, 0); } } @keyframes move-frames-13 { from { transform: translate3d(100vw, 107vh, 0); } to { transform: translate3d(99vw, -115vh, 0); } } .circle-container:nth-child(13) .circle { -webkit-animation-delay: 3813ms; animation-delay: 3813ms; } .circle-container:nth-child(14) { width: 2px; height: 2px; -webkit-animation-name: move-frames-14; animation-name: move-frames-14; -webkit-animation-duration: 33485ms; animation-duration: 33485ms; -webkit-animation-delay: 22171ms; animation-delay: 22171ms; } @-webkit-keyframes move-frames-14 { from { transform: translate3d(18vw, 109vh, 0); } to { transform: translate3d(47vw, -119vh, 0); } } @keyframes move-frames-14 { from { transform: translate3d(18vw, 109vh, 0); } to { transform: translate3d(47vw, -119vh, 0); } } .circle-container:nth-child(14) .circle { -webkit-animation-delay: 1059ms; animation-delay: 1059ms; } .circle-container:nth-child(15) { width: 2px; height: 2px; -webkit-animation-name: move-frames-15; animation-name: move-frames-15; -webkit-animation-duration: 28687ms; animation-duration: 28687ms; -webkit-animation-delay: 29576ms; animation-delay: 29576ms; } @-webkit-keyframes move-frames-15 { from { transform: translate3d(88vw, 105vh, 0); } to { transform: translate3d(1vw, -126vh, 0); } } @keyframes move-frames-15 { from { transform: translate3d(88vw, 105vh, 0); } to { transform: translate3d(1vw, -126vh, 0); } } .circle-container:nth-child(15) .circle { -webkit-animation-delay: 1028ms; animation-delay: 1028ms; } .circle-container:nth-child(16) { width: 1px; height: 1px; -webkit-animation-name: move-frames-16; animation-name: move-frames-16; -webkit-animation-duration: 32543ms; animation-duration: 32543ms; -webkit-animation-delay: 12809ms; animation-delay: 12809ms; } @-webkit-keyframes move-frames-16 { from { transform: translate3d(14vw, 107vh, 0); } to { transform: translate3d(70vw, -137vh, 0); } } @keyframes move-frames-16 { from { transform: translate3d(14vw, 107vh, 0); } to { transform: translate3d(70vw, -137vh, 0); } } .circle-container:nth-child(16) .circle { -webkit-animation-delay: 2229ms; animation-delay: 2229ms; } .circle-container:nth-child(17) { width: 2px; height: 2px; -webkit-animation-name: move-frames-17; animation-name: move-frames-17; -webkit-animation-duration: 31557ms; animation-duration: 31557ms; -webkit-animation-delay: 2863ms; animation-delay: 2863ms; } @-webkit-keyframes move-frames-17 { from { transform: translate3d(28vw, 104vh, 0); } to { transform: translate3d(51vw, -115vh, 0); } } @keyframes move-frames-17 { from { transform: translate3d(28vw, 104vh, 0); } to { transform: translate3d(51vw, -115vh, 0); } } .circle-container:nth-child(17) .circle { -webkit-animation-delay: 362ms; animation-delay: 362ms; } .circle-container:nth-child(18) { width: 5px; height: 5px; -webkit-animation-name: move-frames-18; animation-name: move-frames-18; -webkit-animation-duration: 32324ms; animation-duration: 32324ms; -webkit-animation-delay: 22848ms; animation-delay: 22848ms; } @-webkit-keyframes move-frames-18 { from { transform: translate3d(71vw, 105vh, 0); } to { transform: translate3d(19vw, -116vh, 0); } } @keyframes move-frames-18 { from { transform: translate3d(71vw, 105vh, 0); } to { transform: translate3d(19vw, -116vh, 0); } } .circle-container:nth-child(18) .circle { -webkit-animation-delay: 113ms; animation-delay: 113ms; } .circle-container:nth-child(19) { width: 6px; height: 6px; -webkit-animation-name: move-frames-19; animation-name: move-frames-19; -webkit-animation-duration: 31748ms; animation-duration: 31748ms; -webkit-animation-delay: 9211ms; animation-delay: 9211ms; } @-webkit-keyframes move-frames-19 { from { transform: translate3d(91vw, 106vh, 0); } to { transform: translate3d(93vw, -125vh, 0); } } @keyframes move-frames-19 { from { transform: translate3d(91vw, 106vh, 0); } to { transform: translate3d(93vw, -125vh, 0); } } .circle-container:nth-child(19) .circle { -webkit-animation-delay: 2989ms; animation-delay: 2989ms; } .circle-container:nth-child(20) { width: 8px; height: 8px; -webkit-animation-name: move-frames-20; animation-name: move-frames-20; -webkit-animation-duration: 35730ms; animation-duration: 35730ms; -webkit-animation-delay: 3622ms; animation-delay: 3622ms; } @-webkit-keyframes move-frames-20 { from { transform: translate3d(5vw, 105vh, 0); } to { transform: translate3d(13vw, -129vh, 0); } } @keyframes move-frames-20 { from { transform: translate3d(5vw, 105vh, 0); } to { transform: translate3d(13vw, -129vh, 0); } } .circle-container:nth-child(20) .circle { -webkit-animation-delay: 28ms; animation-delay: 28ms; } .circle-container:nth-child(21) { width: 4px; height: 4px; -webkit-animation-name: move-frames-21; animation-name: move-frames-21; -webkit-animation-duration: 30293ms; animation-duration: 30293ms; -webkit-animation-delay: 15622ms; animation-delay: 15622ms; } @-webkit-keyframes move-frames-21 { from { transform: translate3d(59vw, 101vh, 0); } to { transform: translate3d(63vw, -106vh, 0); } } @keyframes move-frames-21 { from { transform: translate3d(59vw, 101vh, 0); } to { transform: translate3d(63vw, -106vh, 0); } } .circle-container:nth-child(21) .circle { -webkit-animation-delay: 1902ms; animation-delay: 1902ms; } .circle-container:nth-child(22) { width: 4px; height: 4px; -webkit-animation-name: move-frames-22; animation-name: move-frames-22; -webkit-animation-duration: 35366ms; animation-duration: 35366ms; -webkit-animation-delay: 6443ms; animation-delay: 6443ms; } @-webkit-keyframes move-frames-22 { from { transform: translate3d(49vw, 108vh, 0); } to { transform: translate3d(18vw, -118vh, 0); } } @keyframes move-frames-22 { from { transform: translate3d(49vw, 108vh, 0); } to { transform: translate3d(18vw, -118vh, 0); } } .circle-container:nth-child(22) .circle { -webkit-animation-delay: 206ms; animation-delay: 206ms; } .circle-container:nth-child(23) { width: 1px; height: 1px; -webkit-animation-name: move-frames-23; animation-name: move-frames-23; -webkit-animation-duration: 29680ms; animation-duration: 29680ms; -webkit-animation-delay: 8476ms; animation-delay: 8476ms; } @-webkit-keyframes move-frames-23 { from { transform: translate3d(90vw, 106vh, 0); } to { transform: translate3d(54vw, -111vh, 0); } } @keyframes move-frames-23 { from { transform: translate3d(90vw, 106vh, 0); } to { transform: translate3d(54vw, -111vh, 0); } } .circle-container:nth-child(23) .circle { -webkit-animation-delay: 54ms; animation-delay: 54ms; } .circle-container:nth-child(24) { width: 3px; height: 3px; -webkit-animation-name: move-frames-24; animation-name: move-frames-24; -webkit-animation-duration: 34615ms; animation-duration: 34615ms; -webkit-animation-delay: 34155ms; animation-delay: 34155ms; } @-webkit-keyframes move-frames-24 { from { transform: translate3d(88vw, 107vh, 0); } to { transform: translate3d(27vw, -129vh, 0); } } @keyframes move-frames-24 { from { transform: translate3d(88vw, 107vh, 0); } to { transform: translate3d(27vw, -129vh, 0); } } .circle-container:nth-child(24) .circle { -webkit-animation-delay: 1607ms; animation-delay: 1607ms; } .circle-container:nth-child(25) { width: 3px; height: 3px; -webkit-animation-name: move-frames-25; animation-name: move-frames-25; -webkit-animation-duration: 32476ms; animation-duration: 32476ms; -webkit-animation-delay: 1475ms; animation-delay: 1475ms; } @-webkit-keyframes move-frames-25 { from { transform: translate3d(69vw, 106vh, 0); } to { transform: translate3d(99vw, -120vh, 0); } } @keyframes move-frames-25 { from { transform: translate3d(69vw, 106vh, 0); } to { transform: translate3d(99vw, -120vh, 0); } } .circle-container:nth-child(25) .circle { -webkit-animation-delay: 615ms; animation-delay: 615ms; } .circle-container:nth-child(26) { width: 2px; height: 2px; -webkit-animation-name: move-frames-26; animation-name: move-frames-26; -webkit-animation-duration: 32611ms; animation-duration: 32611ms; -webkit-animation-delay: 8112ms; animation-delay: 8112ms; } @-webkit-keyframes move-frames-26 { from { transform: translate3d(70vw, 101vh, 0); } to { transform: translate3d(87vw, -118vh, 0); } } @keyframes move-frames-26 { from { transform: translate3d(70vw, 101vh, 0); } to { transform: translate3d(87vw, -118vh, 0); } } .circle-container:nth-child(26) .circle { -webkit-animation-delay: 3105ms; animation-delay: 3105ms; } .circle-container:nth-child(27) { width: 2px; height: 2px; -webkit-animation-name: move-frames-27; animation-name: move-frames-27; -webkit-animation-duration: 36135ms; animation-duration: 36135ms; -webkit-animation-delay: 35833ms; animation-delay: 35833ms; } @-webkit-keyframes move-frames-27 { from { transform: translate3d(85vw, 106vh, 0); } to { transform: translate3d(58vw, -126vh, 0); } } @keyframes move-frames-27 { from { transform: translate3d(85vw, 106vh, 0); } to { transform: translate3d(58vw, -126vh, 0); } } .circle-container:nth-child(27) .circle { -webkit-animation-delay: 1977ms; animation-delay: 1977ms; } .circle-container:nth-child(28) { width: 6px; height: 6px; -webkit-animation-name: move-frames-28; animation-name: move-frames-28; -webkit-animation-duration: 34216ms; animation-duration: 34216ms; -webkit-animation-delay: 23817ms; animation-delay: 23817ms; } @-webkit-keyframes move-frames-28 { from { transform: translate3d(91vw, 102vh, 0); } to { transform: translate3d(22vw, -120vh, 0); } } @keyframes move-frames-28 { from { transform: translate3d(91vw, 102vh, 0); } to { transform: translate3d(22vw, -120vh, 0); } } .circle-container:nth-child(28) .circle { -webkit-animation-delay: 1148ms; animation-delay: 1148ms; } .circle-container:nth-child(29) { width: 7px; height: 7px; -webkit-animation-name: move-frames-29; animation-name: move-frames-29; -webkit-animation-duration: 34464ms; animation-duration: 34464ms; -webkit-animation-delay: 8273ms; animation-delay: 8273ms; } @-webkit-keyframes move-frames-29 { from { transform: translate3d(71vw, 102vh, 0); } to { transform: translate3d(26vw, -119vh, 0); } } @keyframes move-frames-29 { from { transform: translate3d(71vw, 102vh, 0); } to { transform: translate3d(26vw, -119vh, 0); } } .circle-container:nth-child(29) .circle { -webkit-animation-delay: 280ms; animation-delay: 280ms; } .circle-container:nth-child(30) { width: 2px; height: 2px; -webkit-animation-name: move-frames-30; animation-name: move-frames-30; -webkit-animation-duration: 36740ms; animation-duration: 36740ms; -webkit-animation-delay: 25047ms; animation-delay: 25047ms; } @-webkit-keyframes move-frames-30 { from { transform: translate3d(79vw, 101vh, 0); } to { transform: translate3d(40vw, -111vh, 0); } } @keyframes move-frames-30 { from { transform: translate3d(79vw, 101vh, 0); } to { transform: translate3d(40vw, -111vh, 0); } } .circle-container:nth-child(30) .circle { -webkit-animation-delay: 888ms; animation-delay: 888ms; } .circle-container:nth-child(31) { width: 5px; height: 5px; -webkit-animation-name: move-frames-31; animation-name: move-frames-31; -webkit-animation-duration: 35221ms; animation-duration: 35221ms; -webkit-animation-delay: 36382ms; animation-delay: 36382ms; } @-webkit-keyframes move-frames-31 { from { transform: translate3d(82vw, 108vh, 0); } to { transform: translate3d(37vw, -134vh, 0); } } @keyframes move-frames-31 { from { transform: translate3d(82vw, 108vh, 0); } to { transform: translate3d(37vw, -134vh, 0); } } .circle-container:nth-child(31) .circle { -webkit-animation-delay: 2945ms; animation-delay: 2945ms; } .circle-container:nth-child(32) { width: 8px; height: 8px; -webkit-animation-name: move-frames-32; animation-name: move-frames-32; -webkit-animation-duration: 29392ms; animation-duration: 29392ms; -webkit-animation-delay: 17538ms; animation-delay: 17538ms; } @-webkit-keyframes move-frames-32 { from { transform: translate3d(19vw, 109vh, 0); } to { transform: translate3d(63vw, -111vh, 0); } } @keyframes move-frames-32 { from { transform: translate3d(19vw, 109vh, 0); } to { transform: translate3d(63vw, -111vh, 0); } } .circle-container:nth-child(32) .circle { -webkit-animation-delay: 698ms; animation-delay: 698ms; } .circle-container:nth-child(33) { width: 1px; height: 1px; -webkit-animation-name: move-frames-33; animation-name: move-frames-33; -webkit-animation-duration: 28221ms; animation-duration: 28221ms; -webkit-animation-delay: 12467ms; animation-delay: 12467ms; } @-webkit-keyframes move-frames-33 { from { transform: translate3d(18vw, 104vh, 0); } to { transform: translate3d(71vw, -106vh, 0); } } @keyframes move-frames-33 { from { transform: translate3d(18vw, 104vh, 0); } to { transform: translate3d(71vw, -106vh, 0); } } .circle-container:nth-child(33) .circle { -webkit-animation-delay: 2797ms; animation-delay: 2797ms; } .circle-container:nth-child(34) { width: 2px; height: 2px; -webkit-animation-name: move-frames-34; animation-name: move-frames-34; -webkit-animation-duration: 33703ms; animation-duration: 33703ms; -webkit-animation-delay: 34669ms; animation-delay: 34669ms; } @-webkit-keyframes move-frames-34 { from { transform: translate3d(78vw, 107vh, 0); } to { transform: translate3d(70vw, -115vh, 0); } } @keyframes move-frames-34 { from { transform: translate3d(78vw, 107vh, 0); } to { transform: translate3d(70vw, -115vh, 0); } } .circle-container:nth-child(34) .circle { -webkit-animation-delay: 1712ms; animation-delay: 1712ms; } .circle-container:nth-child(35) { width: 3px; height: 3px; -webkit-animation-name: move-frames-35; animation-name: move-frames-35; -webkit-animation-duration: 35499ms; animation-duration: 35499ms; -webkit-animation-delay: 13852ms; animation-delay: 13852ms; } @-webkit-keyframes move-frames-35 { from { transform: translate3d(45vw, 105vh, 0); } to { transform: translate3d(42vw, -132vh, 0); } } @keyframes move-frames-35 { from { transform: translate3d(45vw, 105vh, 0); } to { transform: translate3d(42vw, -132vh, 0); } } .circle-container:nth-child(35) .circle { -webkit-animation-delay: 115ms; animation-delay: 115ms; } .circle-container:nth-child(36) { width: 4px; height: 4px; -webkit-animation-name: move-frames-36; animation-name: move-frames-36; -webkit-animation-duration: 35677ms; animation-duration: 35677ms; -webkit-animation-delay: 26519ms; animation-delay: 26519ms; } @-webkit-keyframes move-frames-36 { from { transform: translate3d(39vw, 103vh, 0); } to { transform: translate3d(47vw, -131vh, 0); } } @keyframes move-frames-36 { from { transform: translate3d(39vw, 103vh, 0); } to { transform: translate3d(47vw, -131vh, 0); } } .circle-container:nth-child(36) .circle { -webkit-animation-delay: 1726ms; animation-delay: 1726ms; } .circle-container:nth-child(37) { width: 4px; height: 4px; -webkit-animation-name: move-frames-37; animation-name: move-frames-37; -webkit-animation-duration: 31868ms; animation-duration: 31868ms; -webkit-animation-delay: 14210ms; animation-delay: 14210ms; } @-webkit-keyframes move-frames-37 { from { transform: translate3d(16vw, 106vh, 0); } to { transform: translate3d(43vw, -124vh, 0); } } @keyframes move-frames-37 { from { transform: translate3d(16vw, 106vh, 0); } to { transform: translate3d(43vw, -124vh, 0); } } .circle-container:nth-child(37) .circle { -webkit-animation-delay: 952ms; animation-delay: 952ms; } .circle-container:nth-child(38) { width: 4px; height: 4px; -webkit-animation-name: move-frames-38; animation-name: move-frames-38; -webkit-animation-duration: 29147ms; animation-duration: 29147ms; -webkit-animation-delay: 17586ms; animation-delay: 17586ms; } @-webkit-keyframes move-frames-38 { from { transform: translate3d(9vw, 108vh, 0); } to { transform: translate3d(92vw, -131vh, 0); } } @keyframes move-frames-38 { from { transform: translate3d(9vw, 108vh, 0); } to { transform: translate3d(92vw, -131vh, 0); } } .circle-container:nth-child(38) .circle { -webkit-animation-delay: 2305ms; animation-delay: 2305ms; } .circle-container:nth-child(39) { width: 3px; height: 3px; -webkit-animation-name: move-frames-39; animation-name: move-frames-39; -webkit-animation-duration: 30799ms; animation-duration: 30799ms; -webkit-animation-delay: 23661ms; animation-delay: 23661ms; } @-webkit-keyframes move-frames-39 { from { transform: translate3d(17vw, 108vh, 0); } to { transform: translate3d(60vw, -131vh, 0); } } @keyframes move-frames-39 { from { transform: translate3d(17vw, 108vh, 0); } to { transform: translate3d(60vw, -131vh, 0); } } .circle-container:nth-child(39) .circle { -webkit-animation-delay: 3165ms; animation-delay: 3165ms; } .circle-container:nth-child(40) { width: 6px; height: 6px; -webkit-animation-name: move-frames-40; animation-name: move-frames-40; -webkit-animation-duration: 36395ms; animation-duration: 36395ms; -webkit-animation-delay: 19206ms; animation-delay: 19206ms; } @-webkit-keyframes move-frames-40 { from { transform: translate3d(35vw, 105vh, 0); } to { transform: translate3d(74vw, -120vh, 0); } } @keyframes move-frames-40 { from { transform: translate3d(35vw, 105vh, 0); } to { transform: translate3d(74vw, -120vh, 0); } } .circle-container:nth-child(40) .circle { -webkit-animation-delay: 2155ms; animation-delay: 2155ms; } .circle-container:nth-child(41) { width: 6px; height: 6px; -webkit-animation-name: move-frames-41; animation-name: move-frames-41; -webkit-animation-duration: 29935ms; animation-duration: 29935ms; -webkit-animation-delay: 25930ms; animation-delay: 25930ms; } @-webkit-keyframes move-frames-41 { from { transform: translate3d(5vw, 102vh, 0); } to { transform: translate3d(100vw, -125vh, 0); } } @keyframes move-frames-41 { from { transform: translate3d(5vw, 102vh, 0); } to { transform: translate3d(100vw, -125vh, 0); } } .circle-container:nth-child(41) .circle { -webkit-animation-delay: 3756ms; animation-delay: 3756ms; } .circle-container:nth-child(42) { width: 2px; height: 2px; -webkit-animation-name: move-frames-42; animation-name: move-frames-42; -webkit-animation-duration: 29100ms; animation-duration: 29100ms; -webkit-animation-delay: 29850ms; animation-delay: 29850ms; } @-webkit-keyframes move-frames-42 { from { transform: translate3d(84vw, 105vh, 0); } to { transform: translate3d(22vw, -118vh, 0); } } @keyframes move-frames-42 { from { transform: translate3d(84vw, 105vh, 0); } to { transform: translate3d(22vw, -118vh, 0); } } .circle-container:nth-child(42) .circle { -webkit-animation-delay: 27ms; animation-delay: 27ms; } .circle-container:nth-child(43) { width: 8px; height: 8px; -webkit-animation-name: move-frames-43; animation-name: move-frames-43; -webkit-animation-duration: 35557ms; animation-duration: 35557ms; -webkit-animation-delay: 14730ms; animation-delay: 14730ms; } @-webkit-keyframes move-frames-43 { from { transform: translate3d(94vw, 103vh, 0); } to { transform: translate3d(100vw, -124vh, 0); } } @keyframes move-frames-43 { from { transform: translate3d(94vw, 103vh, 0); } to { transform: translate3d(100vw, -124vh, 0); } } .circle-container:nth-child(43) .circle { -webkit-animation-delay: 3226ms; animation-delay: 3226ms; } .circle-container:nth-child(44) { width: 3px; height: 3px; -webkit-animation-name: move-frames-44; animation-name: move-frames-44; -webkit-animation-duration: 31834ms; animation-duration: 31834ms; -webkit-animation-delay: 28041ms; animation-delay: 28041ms; } @-webkit-keyframes move-frames-44 { from { transform: translate3d(100vw, 107vh, 0); } to { transform: translate3d(93vw, -116vh, 0); } } @keyframes move-frames-44 { from { transform: translate3d(100vw, 107vh, 0); } to { transform: translate3d(93vw, -116vh, 0); } } .circle-container:nth-child(44) .circle { -webkit-animation-delay: 1420ms; animation-delay: 1420ms; } .circle-container:nth-child(45) { width: 1px; height: 1px; -webkit-animation-name: move-frames-45; animation-name: move-frames-45; -webkit-animation-duration: 28179ms; animation-duration: 28179ms; -webkit-animation-delay: 27618ms; animation-delay: 27618ms; } @-webkit-keyframes move-frames-45 { from { transform: translate3d(94vw, 108vh, 0); } to { transform: translate3d(55vw, -127vh, 0); } } @keyframes move-frames-45 { from { transform: translate3d(94vw, 108vh, 0); } to { transform: translate3d(55vw, -127vh, 0); } } .circle-container:nth-child(45) .circle { -webkit-animation-delay: 787ms; animation-delay: 787ms; } .circle-container:nth-child(46) { width: 3px; height: 3px; -webkit-animation-name: move-frames-46; animation-name: move-frames-46; -webkit-animation-duration: 34293ms; animation-duration: 34293ms; -webkit-animation-delay: 3618ms; animation-delay: 3618ms; } @-webkit-keyframes move-frames-46 { from { transform: translate3d(38vw, 101vh, 0); } to { transform: translate3d(77vw, -103vh, 0); } } @keyframes move-frames-46 { from { transform: translate3d(38vw, 101vh, 0); } to { transform: translate3d(77vw, -103vh, 0); } } .circle-container:nth-child(46) .circle { -webkit-animation-delay: 2743ms; animation-delay: 2743ms; } .circle-container:nth-child(47) { width: 1px; height: 1px; -webkit-animation-name: move-frames-47; animation-name: move-frames-47; -webkit-animation-duration: 29879ms; animation-duration: 29879ms; -webkit-animation-delay: 29934ms; animation-delay: 29934ms; } @-webkit-keyframes move-frames-47 { from { transform: translate3d(92vw, 109vh, 0); } to { transform: translate3d(62vw, -133vh, 0); } } @keyframes move-frames-47 { from { transform: translate3d(92vw, 109vh, 0); } to { transform: translate3d(62vw, -133vh, 0); } } .circle-container:nth-child(47) .circle { -webkit-animation-delay: 3816ms; animation-delay: 3816ms; } .circle-container:nth-child(48) { width: 1px; height: 1px; -webkit-animation-name: move-frames-48; animation-name: move-frames-48; -webkit-animation-duration: 31560ms; animation-duration: 31560ms; -webkit-animation-delay: 16011ms; animation-delay: 16011ms; } @-webkit-keyframes move-frames-48 { from { transform: translate3d(97vw, 104vh, 0); } to { transform: translate3d(15vw, -133vh, 0); } } @keyframes move-frames-48 { from { transform: translate3d(97vw, 104vh, 0); } to { transform: translate3d(15vw, -133vh, 0); } } .circle-container:nth-child(48) .circle { -webkit-animation-delay: 3447ms; animation-delay: 3447ms; } .circle-container:nth-child(49) { width: 3px; height: 3px; -webkit-animation-name: move-frames-49; animation-name: move-frames-49; -webkit-animation-duration: 35813ms; animation-duration: 35813ms; -webkit-animation-delay: 18300ms; animation-delay: 18300ms; } @-webkit-keyframes move-frames-49 { from { transform: translate3d(93vw, 108vh, 0); } to { transform: translate3d(44vw, -135vh, 0); } } @keyframes move-frames-49 { from { transform: translate3d(93vw, 108vh, 0); } to { transform: translate3d(44vw, -135vh, 0); } } .circle-container:nth-child(49) .circle { -webkit-animation-delay: 1401ms; animation-delay: 1401ms; } .circle-container:nth-child(50) { width: 8px; height: 8px; -webkit-animation-name: move-frames-50; animation-name: move-frames-50; -webkit-animation-duration: 34992ms; animation-duration: 34992ms; -webkit-animation-delay: 27121ms; animation-delay: 27121ms; } @-webkit-keyframes move-frames-50 { from { transform: translate3d(48vw, 105vh, 0); } to { transform: translate3d(73vw, -110vh, 0); } } @keyframes move-frames-50 { from { transform: translate3d(48vw, 105vh, 0); } to { transform: translate3d(73vw, -110vh, 0); } } .circle-container:nth-child(50) .circle { -webkit-animation-delay: 1620ms; animation-delay: 1620ms; } .circle-container:nth-child(51) { width: 7px; height: 7px; -webkit-animation-name: move-frames-51; animation-name: move-frames-51; -webkit-animation-duration: 29165ms; animation-duration: 29165ms; -webkit-animation-delay: 19901ms; animation-delay: 19901ms; } @-webkit-keyframes move-frames-51 { from { transform: translate3d(9vw, 110vh, 0); } to { transform: translate3d(13vw, -121vh, 0); } } @keyframes move-frames-51 { from { transform: translate3d(9vw, 110vh, 0); } to { transform: translate3d(13vw, -121vh, 0); } } .circle-container:nth-child(51) .circle { -webkit-animation-delay: 1526ms; animation-delay: 1526ms; } .circle-container:nth-child(52) { width: 4px; height: 4px; -webkit-animation-name: move-frames-52; animation-name: move-frames-52; -webkit-animation-duration: 28643ms; animation-duration: 28643ms; -webkit-animation-delay: 20275ms; animation-delay: 20275ms; } @-webkit-keyframes move-frames-52 { from { transform: translate3d(97vw, 110vh, 0); } to { transform: translate3d(29vw, -111vh, 0); } } @keyframes move-frames-52 { from { transform: translate3d(97vw, 110vh, 0); } to { transform: translate3d(29vw, -111vh, 0); } } .circle-container:nth-child(52) .circle { -webkit-animation-delay: 1858ms; animation-delay: 1858ms; } .circle-container:nth-child(53) { width: 2px; height: 2px; -webkit-animation-name: move-frames-53; animation-name: move-frames-53; -webkit-animation-duration: 30960ms; animation-duration: 30960ms; -webkit-animation-delay: 13301ms; animation-delay: 13301ms; } @-webkit-keyframes move-frames-53 { from { transform: translate3d(66vw, 108vh, 0); } to { transform: translate3d(40vw, -116vh, 0); } } @keyframes move-frames-53 { from { transform: translate3d(66vw, 108vh, 0); } to { transform: translate3d(40vw, -116vh, 0); } } .circle-container:nth-child(53) .circle { -webkit-animation-delay: 3435ms; animation-delay: 3435ms; } .circle-container:nth-child(54) { width: 8px; height: 8px; -webkit-animation-name: move-frames-54; animation-name: move-frames-54; -webkit-animation-duration: 32153ms; animation-duration: 32153ms; -webkit-animation-delay: 35673ms; animation-delay: 35673ms; } @-webkit-keyframes move-frames-54 { from { transform: translate3d(4vw, 103vh, 0); } to { transform: translate3d(47vw, -110vh, 0); } } @keyframes move-frames-54 { from { transform: translate3d(4vw, 103vh, 0); } to { transform: translate3d(47vw, -110vh, 0); } } .circle-container:nth-child(54) .circle { -webkit-animation-delay: 269ms; animation-delay: 269ms; } .circle-container:nth-child(55) { width: 7px; height: 7px; -webkit-animation-name: move-frames-55; animation-name: move-frames-55; -webkit-animation-duration: 33413ms; animation-duration: 33413ms; -webkit-animation-delay: 18095ms; animation-delay: 18095ms; } @-webkit-keyframes move-frames-55 { from { transform: translate3d(19vw, 110vh, 0); } to { transform: translate3d(25vw, -132vh, 0); } } @keyframes move-frames-55 { from { transform: translate3d(19vw, 110vh, 0); } to { transform: translate3d(25vw, -132vh, 0); } } .circle-container:nth-child(55) .circle { -webkit-animation-delay: 849ms; animation-delay: 849ms; } .circle-container:nth-child(56) { width: 6px; height: 6px; -webkit-animation-name: move-frames-56; animation-name: move-frames-56; -webkit-animation-duration: 33882ms; animation-duration: 33882ms; -webkit-animation-delay: 14004ms; animation-delay: 14004ms; } @-webkit-keyframes move-frames-56 { from { transform: translate3d(8vw, 109vh, 0); } to { transform: translate3d(3vw, -131vh, 0); } } @keyframes move-frames-56 { from { transform: translate3d(8vw, 109vh, 0); } to { transform: translate3d(3vw, -131vh, 0); } } .circle-container:nth-child(56) .circle { -webkit-animation-delay: 2914ms; animation-delay: 2914ms; } .circle-container:nth-child(57) { width: 1px; height: 1px; -webkit-animation-name: move-frames-57; animation-name: move-frames-57; -webkit-animation-duration: 33753ms; animation-duration: 33753ms; -webkit-animation-delay: 8728ms; animation-delay: 8728ms; } @-webkit-keyframes move-frames-57 { from { transform: translate3d(47vw, 110vh, 0); } to { transform: translate3d(1vw, -126vh, 0); } } @keyframes move-frames-57 { from { transform: translate3d(47vw, 110vh, 0); } to { transform: translate3d(1vw, -126vh, 0); } } .circle-container:nth-child(57) .circle { -webkit-animation-delay: 508ms; animation-delay: 508ms; } .circle-container:nth-child(58) { width: 3px; height: 3px; -webkit-animation-name: move-frames-58; animation-name: move-frames-58; -webkit-animation-duration: 32282ms; animation-duration: 32282ms; -webkit-animation-delay: 36007ms; animation-delay: 36007ms; } @-webkit-keyframes move-frames-58 { from { transform: translate3d(8vw, 102vh, 0); } to { transform: translate3d(53vw, -118vh, 0); } } @keyframes move-frames-58 { from { transform: translate3d(8vw, 102vh, 0); } to { transform: translate3d(53vw, -118vh, 0); } } .circle-container:nth-child(58) .circle { -webkit-animation-delay: 1192ms; animation-delay: 1192ms; } .circle-container:nth-child(59) { width: 5px; height: 5px; -webkit-animation-name: move-frames-59; animation-name: move-frames-59; -webkit-animation-duration: 28652ms; animation-duration: 28652ms; -webkit-animation-delay: 12943ms; animation-delay: 12943ms; } @-webkit-keyframes move-frames-59 { from { transform: translate3d(78vw, 103vh, 0); } to { transform: translate3d(26vw, -120vh, 0); } } @keyframes move-frames-59 { from { transform: translate3d(78vw, 103vh, 0); } to { transform: translate3d(26vw, -120vh, 0); } } .circle-container:nth-child(59) .circle { -webkit-animation-delay: 3322ms; animation-delay: 3322ms; } .circle-container:nth-child(60) { width: 4px; height: 4px; -webkit-animation-name: move-frames-60; animation-name: move-frames-60; -webkit-animation-duration: 36567ms; animation-duration: 36567ms; -webkit-animation-delay: 13714ms; animation-delay: 13714ms; } @-webkit-keyframes move-frames-60 { from { transform: translate3d(25vw, 106vh, 0); } to { transform: translate3d(55vw, -119vh, 0); } } @keyframes move-frames-60 { from { transform: translate3d(25vw, 106vh, 0); } to { transform: translate3d(55vw, -119vh, 0); } } .circle-container:nth-child(60) .circle { -webkit-animation-delay: 3237ms; animation-delay: 3237ms; } .circle-container:nth-child(61) { width: 1px; height: 1px; -webkit-animation-name: move-frames-61; animation-name: move-frames-61; -webkit-animation-duration: 33935ms; animation-duration: 33935ms; -webkit-animation-delay: 20977ms; animation-delay: 20977ms; } @-webkit-keyframes move-frames-61 { from { transform: translate3d(63vw, 103vh, 0); } to { transform: translate3d(27vw, -105vh, 0); } } @keyframes move-frames-61 { from { transform: translate3d(63vw, 103vh, 0); } to { transform: translate3d(27vw, -105vh, 0); } } .circle-container:nth-child(61) .circle { -webkit-animation-delay: 603ms; animation-delay: 603ms; } .circle-container:nth-child(62) { width: 6px; height: 6px; -webkit-animation-name: move-frames-62; animation-name: move-frames-62; -webkit-animation-duration: 28934ms; animation-duration: 28934ms; -webkit-animation-delay: 12793ms; animation-delay: 12793ms; } @-webkit-keyframes move-frames-62 { from { transform: translate3d(50vw, 103vh, 0); } to { transform: translate3d(77vw, -123vh, 0); } } @keyframes move-frames-62 { from { transform: translate3d(50vw, 103vh, 0); } to { transform: translate3d(77vw, -123vh, 0); } } .circle-container:nth-child(62) .circle { -webkit-animation-delay: 1258ms; animation-delay: 1258ms; } .circle-container:nth-child(63) { width: 6px; height: 6px; -webkit-animation-name: move-frames-63; animation-name: move-frames-63; -webkit-animation-duration: 35593ms; animation-duration: 35593ms; -webkit-animation-delay: 33216ms; animation-delay: 33216ms; } @-webkit-keyframes move-frames-63 { from { transform: translate3d(24vw, 108vh, 0); } to { transform: translate3d(68vw, -111vh, 0); } } @keyframes move-frames-63 { from { transform: translate3d(24vw, 108vh, 0); } to { transform: translate3d(68vw, -111vh, 0); } } .circle-container:nth-child(63) .circle { -webkit-animation-delay: 3341ms; animation-delay: 3341ms; } .circle-container:nth-child(64) { width: 2px; height: 2px; -webkit-animation-name: move-frames-64; animation-name: move-frames-64; -webkit-animation-duration: 32626ms; animation-duration: 32626ms; -webkit-animation-delay: 17176ms; animation-delay: 17176ms; } @-webkit-keyframes move-frames-64 { from { transform: translate3d(16vw, 104vh, 0); } to { transform: translate3d(42vw, -111vh, 0); } } @keyframes move-frames-64 { from { transform: translate3d(16vw, 104vh, 0); } to { transform: translate3d(42vw, -111vh, 0); } } .circle-container:nth-child(64) .circle { -webkit-animation-delay: 531ms; animation-delay: 531ms; } .circle-container:nth-child(65) { width: 1px; height: 1px; -webkit-animation-name: move-frames-65; animation-name: move-frames-65; -webkit-animation-duration: 36062ms; animation-duration: 36062ms; -webkit-animation-delay: 16979ms; animation-delay: 16979ms; } @-webkit-keyframes move-frames-65 { from { transform: translate3d(13vw, 106vh, 0); } to { transform: translate3d(55vw, -125vh, 0); } } @keyframes move-frames-65 { from { transform: translate3d(13vw, 106vh, 0); } to { transform: translate3d(55vw, -125vh, 0); } } .circle-container:nth-child(65) .circle { -webkit-animation-delay: 1212ms; animation-delay: 1212ms; } .circle-container:nth-child(66) { width: 1px; height: 1px; -webkit-animation-name: move-frames-66; animation-name: move-frames-66; -webkit-animation-duration: 28680ms; animation-duration: 28680ms; -webkit-animation-delay: 12205ms; animation-delay: 12205ms; } @-webkit-keyframes move-frames-66 { from { transform: translate3d(93vw, 107vh, 0); } to { transform: translate3d(83vw, -133vh, 0); } } @keyframes move-frames-66 { from { transform: translate3d(93vw, 107vh, 0); } to { transform: translate3d(83vw, -133vh, 0); } } .circle-container:nth-child(66) .circle { -webkit-animation-delay: 2000ms; animation-delay: 2000ms; } .circle-container:nth-child(67) { width: 4px; height: 4px; -webkit-animation-name: move-frames-67; animation-name: move-frames-67; -webkit-animation-duration: 33922ms; animation-duration: 33922ms; -webkit-animation-delay: 21640ms; animation-delay: 21640ms; } @-webkit-keyframes move-frames-67 { from { transform: translate3d(66vw, 105vh, 0); } to { transform: translate3d(40vw, -124vh, 0); } } @keyframes move-frames-67 { from { transform: translate3d(66vw, 105vh, 0); } to { transform: translate3d(40vw, -124vh, 0); } } .circle-container:nth-child(67) .circle { -webkit-animation-delay: 3646ms; animation-delay: 3646ms; } .circle-container:nth-child(68) { width: 6px; height: 6px; -webkit-animation-name: move-frames-68; animation-name: move-frames-68; -webkit-animation-duration: 30725ms; animation-duration: 30725ms; -webkit-animation-delay: 14218ms; animation-delay: 14218ms; } @-webkit-keyframes move-frames-68 { from { transform: translate3d(43vw, 108vh, 0); } to { transform: translate3d(62vw, -125vh, 0); } } @keyframes move-frames-68 { from { transform: translate3d(43vw, 108vh, 0); } to { transform: translate3d(62vw, -125vh, 0); } } .circle-container:nth-child(68) .circle { -webkit-animation-delay: 475ms; animation-delay: 475ms; } .circle-container:nth-child(69) { width: 7px; height: 7px; -webkit-animation-name: move-frames-69; animation-name: move-frames-69; -webkit-animation-duration: 28026ms; animation-duration: 28026ms; -webkit-animation-delay: 5634ms; animation-delay: 5634ms; } @-webkit-keyframes move-frames-69 { from { transform: translate3d(41vw, 108vh, 0); } to { transform: translate3d(1vw, -116vh, 0); } } @keyframes move-frames-69 { from { transform: translate3d(41vw, 108vh, 0); } to { transform: translate3d(1vw, -116vh, 0); } } .circle-container:nth-child(69) .circle { -webkit-animation-delay: 159ms; animation-delay: 159ms; } .circle-container:nth-child(70) { width: 8px; height: 8px; -webkit-animation-name: move-frames-70; animation-name: move-frames-70; -webkit-animation-duration: 32044ms; animation-duration: 32044ms; -webkit-animation-delay: 15859ms; animation-delay: 15859ms; } @-webkit-keyframes move-frames-70 { from { transform: translate3d(1vw, 103vh, 0); } to { transform: translate3d(25vw, -113vh, 0); } } @keyframes move-frames-70 { from { transform: translate3d(1vw, 103vh, 0); } to { transform: translate3d(25vw, -113vh, 0); } } .circle-container:nth-child(70) .circle { -webkit-animation-delay: 29ms; animation-delay: 29ms; } .circle-container:nth-child(71) { width: 6px; height: 6px; -webkit-animation-name: move-frames-71; animation-name: move-frames-71; -webkit-animation-duration: 32666ms; animation-duration: 32666ms; -webkit-animation-delay: 32387ms; animation-delay: 32387ms; } @-webkit-keyframes move-frames-71 { from { transform: translate3d(76vw, 106vh, 0); } to { transform: translate3d(95vw, -115vh, 0); } } @keyframes move-frames-71 { from { transform: translate3d(76vw, 106vh, 0); } to { transform: translate3d(95vw, -115vh, 0); } } .circle-container:nth-child(71) .circle { -webkit-animation-delay: 1555ms; animation-delay: 1555ms; } .circle-container:nth-child(72) { width: 3px; height: 3px; -webkit-animation-name: move-frames-72; animation-name: move-frames-72; -webkit-animation-duration: 31519ms; animation-duration: 31519ms; -webkit-animation-delay: 12216ms; animation-delay: 12216ms; } @-webkit-keyframes move-frames-72 { from { transform: translate3d(79vw, 110vh, 0); } to { transform: translate3d(42vw, -130vh, 0); } } @keyframes move-frames-72 { from { transform: translate3d(79vw, 110vh, 0); } to { transform: translate3d(42vw, -130vh, 0); } } .circle-container:nth-child(72) .circle { -webkit-animation-delay: 3734ms; animation-delay: 3734ms; } .circle-container:nth-child(73) { width: 4px; height: 4px; -webkit-animation-name: move-frames-73; animation-name: move-frames-73; -webkit-animation-duration: 34943ms; animation-duration: 34943ms; -webkit-animation-delay: 23771ms; animation-delay: 23771ms; } @-webkit-keyframes move-frames-73 { from { transform: translate3d(96vw, 108vh, 0); } to { transform: translate3d(96vw, -125vh, 0); } } @keyframes move-frames-73 { from { transform: translate3d(96vw, 108vh, 0); } to { transform: translate3d(96vw, -125vh, 0); } } .circle-container:nth-child(73) .circle { -webkit-animation-delay: 144ms; animation-delay: 144ms; } .circle-container:nth-child(74) { width: 1px; height: 1px; -webkit-animation-name: move-frames-74; animation-name: move-frames-74; -webkit-animation-duration: 31196ms; animation-duration: 31196ms; -webkit-animation-delay: 5941ms; animation-delay: 5941ms; } @-webkit-keyframes move-frames-74 { from { transform: translate3d(27vw, 105vh, 0); } to { transform: translate3d(91vw, -113vh, 0); } } @keyframes move-frames-74 { from { transform: translate3d(27vw, 105vh, 0); } to { transform: translate3d(91vw, -113vh, 0); } } .circle-container:nth-child(74) .circle { -webkit-animation-delay: 31ms; animation-delay: 31ms; } .circle-container:nth-child(75) { width: 7px; height: 7px; -webkit-animation-name: move-frames-75; animation-name: move-frames-75; -webkit-animation-duration: 36850ms; animation-duration: 36850ms; -webkit-animation-delay: 20467ms; animation-delay: 20467ms; } @-webkit-keyframes move-frames-75 { from { transform: translate3d(75vw, 107vh, 0); } to { transform: translate3d(95vw, -127vh, 0); } } @keyframes move-frames-75 { from { transform: translate3d(75vw, 107vh, 0); } to { transform: translate3d(95vw, -127vh, 0); } } .circle-container:nth-child(75) .circle { -webkit-animation-delay: 527ms; animation-delay: 527ms; } .circle-container:nth-child(76) { width: 2px; height: 2px; -webkit-animation-name: move-frames-76; animation-name: move-frames-76; -webkit-animation-duration: 34667ms; animation-duration: 34667ms; -webkit-animation-delay: 33565ms; animation-delay: 33565ms; } @-webkit-keyframes move-frames-76 { from { transform: translate3d(13vw, 108vh, 0); } to { transform: translate3d(31vw, -118vh, 0); } } @keyframes move-frames-76 { from { transform: translate3d(13vw, 108vh, 0); } to { transform: translate3d(31vw, -118vh, 0); } } .circle-container:nth-child(76) .circle { -webkit-animation-delay: 352ms; animation-delay: 352ms; } .circle-container:nth-child(77) { width: 5px; height: 5px; -webkit-animation-name: move-frames-77; animation-name: move-frames-77; -webkit-animation-duration: 31057ms; animation-duration: 31057ms; -webkit-animation-delay: 5716ms; animation-delay: 5716ms; } @-webkit-keyframes move-frames-77 { from { transform: translate3d(72vw, 104vh, 0); } to { transform: translate3d(61vw, -108vh, 0); } } @keyframes move-frames-77 { from { transform: translate3d(72vw, 104vh, 0); } to { transform: translate3d(61vw, -108vh, 0); } } .circle-container:nth-child(77) .circle { -webkit-animation-delay: 2202ms; animation-delay: 2202ms; } .circle-container:nth-child(78) { width: 4px; height: 4px; -webkit-animation-name: move-frames-78; animation-name: move-frames-78; -webkit-animation-duration: 33187ms; animation-duration: 33187ms; -webkit-animation-delay: 36548ms; animation-delay: 36548ms; } @-webkit-keyframes move-frames-78 { from { transform: translate3d(23vw, 108vh, 0); } to { transform: translate3d(45vw, -109vh, 0); } } @keyframes move-frames-78 { from { transform: translate3d(23vw, 108vh, 0); } to { transform: translate3d(45vw, -109vh, 0); } } .circle-container:nth-child(78) .circle { -webkit-animation-delay: 1913ms; animation-delay: 1913ms; } .circle-container:nth-child(79) { width: 7px; height: 7px; -webkit-animation-name: move-frames-79; animation-name: move-frames-79; -webkit-animation-duration: 35097ms; animation-duration: 35097ms; -webkit-animation-delay: 1007ms; animation-delay: 1007ms; } @-webkit-keyframes move-frames-79 { from { transform: translate3d(18vw, 107vh, 0); } to { transform: translate3d(17vw, -122vh, 0); } } @keyframes move-frames-79 { from { transform: translate3d(18vw, 107vh, 0); } to { transform: translate3d(17vw, -122vh, 0); } } .circle-container:nth-child(79) .circle { -webkit-animation-delay: 3907ms; animation-delay: 3907ms; } .circle-container:nth-child(80) { width: 8px; height: 8px; -webkit-animation-name: move-frames-80; animation-name: move-frames-80; -webkit-animation-duration: 32838ms; animation-duration: 32838ms; -webkit-animation-delay: 283ms; animation-delay: 283ms; } @-webkit-keyframes move-frames-80 { from { transform: translate3d(18vw, 103vh, 0); } to { transform: translate3d(47vw, -113vh, 0); } } @keyframes move-frames-80 { from { transform: translate3d(18vw, 103vh, 0); } to { transform: translate3d(47vw, -113vh, 0); } } .circle-container:nth-child(80) .circle { -webkit-animation-delay: 1742ms; animation-delay: 1742ms; } .circle-container:nth-child(81) { width: 6px; height: 6px; -webkit-animation-name: move-frames-81; animation-name: move-frames-81; -webkit-animation-duration: 34427ms; animation-duration: 34427ms; -webkit-animation-delay: 6264ms; animation-delay: 6264ms; } @-webkit-keyframes move-frames-81 { from { transform: translate3d(70vw, 104vh, 0); } to { transform: translate3d(64vw, -133vh, 0); } } @keyframes move-frames-81 { from { transform: translate3d(70vw, 104vh, 0); } to { transform: translate3d(64vw, -133vh, 0); } } .circle-container:nth-child(81) .circle { -webkit-animation-delay: 2557ms; animation-delay: 2557ms; } .circle-container:nth-child(82) { width: 2px; height: 2px; -webkit-animation-name: move-frames-82; animation-name: move-frames-82; -webkit-animation-duration: 31830ms; animation-duration: 31830ms; -webkit-animation-delay: 3655ms; animation-delay: 3655ms; } @-webkit-keyframes move-frames-82 { from { transform: translate3d(23vw, 107vh, 0); } to { transform: translate3d(82vw, -127vh, 0); } } @keyframes move-frames-82 { from { transform: translate3d(23vw, 107vh, 0); } to { transform: translate3d(82vw, -127vh, 0); } } .circle-container:nth-child(82) .circle { -webkit-animation-delay: 2799ms; animation-delay: 2799ms; } .circle-container:nth-child(83) { width: 2px; height: 2px; -webkit-animation-name: move-frames-83; animation-name: move-frames-83; -webkit-animation-duration: 32147ms; animation-duration: 32147ms; -webkit-animation-delay: 21468ms; animation-delay: 21468ms; } @-webkit-keyframes move-frames-83 { from { transform: translate3d(8vw, 107vh, 0); } to { transform: translate3d(44vw, -111vh, 0); } } @keyframes move-frames-83 { from { transform: translate3d(8vw, 107vh, 0); } to { transform: translate3d(44vw, -111vh, 0); } } .circle-container:nth-child(83) .circle { -webkit-animation-delay: 1108ms; animation-delay: 1108ms; } .circle-container:nth-child(84) { width: 8px; height: 8px; -webkit-animation-name: move-frames-84; animation-name: move-frames-84; -webkit-animation-duration: 31593ms; animation-duration: 31593ms; -webkit-animation-delay: 4870ms; animation-delay: 4870ms; } @-webkit-keyframes move-frames-84 { from { transform: translate3d(38vw, 101vh, 0); } to { transform: translate3d(79vw, -118vh, 0); } } @keyframes move-frames-84 { from { transform: translate3d(38vw, 101vh, 0); } to { transform: translate3d(79vw, -118vh, 0); } } .circle-container:nth-child(84) .circle { -webkit-animation-delay: 3721ms; animation-delay: 3721ms; } .circle-container:nth-child(85) { width: 8px; height: 8px; -webkit-animation-name: move-frames-85; animation-name: move-frames-85; -webkit-animation-duration: 32166ms; animation-duration: 32166ms; -webkit-animation-delay: 1428ms; animation-delay: 1428ms; } @-webkit-keyframes move-frames-85 { from { transform: translate3d(70vw, 108vh, 0); } to { transform: translate3d(41vw, -123vh, 0); } } @keyframes move-frames-85 { from { transform: translate3d(70vw, 108vh, 0); } to { transform: translate3d(41vw, -123vh, 0); } } .circle-container:nth-child(85) .circle { -webkit-animation-delay: 1127ms; animation-delay: 1127ms; } .circle-container:nth-child(86) { width: 2px; height: 2px; -webkit-animation-name: move-frames-86; animation-name: move-frames-86; -webkit-animation-duration: 32241ms; animation-duration: 32241ms; -webkit-animation-delay: 15454ms; animation-delay: 15454ms; } @-webkit-keyframes move-frames-86 { from { transform: translate3d(80vw, 106vh, 0); } to { transform: translate3d(2vw, -135vh, 0); } } @keyframes move-frames-86 { from { transform: translate3d(80vw, 106vh, 0); } to { transform: translate3d(2vw, -135vh, 0); } } .circle-container:nth-child(86) .circle { -webkit-animation-delay: 631ms; animation-delay: 631ms; } .circle-container:nth-child(87) { width: 1px; height: 1px; -webkit-animation-name: move-frames-87; animation-name: move-frames-87; -webkit-animation-duration: 31205ms; animation-duration: 31205ms; -webkit-animation-delay: 1110ms; animation-delay: 1110ms; } @-webkit-keyframes move-frames-87 { from { transform: translate3d(45vw, 110vh, 0); } to { transform: translate3d(39vw, -129vh, 0); } } @keyframes move-frames-87 { from { transform: translate3d(45vw, 110vh, 0); } to { transform: translate3d(39vw, -129vh, 0); } } .circle-container:nth-child(87) .circle { -webkit-animation-delay: 3381ms; animation-delay: 3381ms; } .circle-container:nth-child(88) { width: 4px; height: 4px; -webkit-animation-name: move-frames-88; animation-name: move-frames-88; -webkit-animation-duration: 33202ms; animation-duration: 33202ms; -webkit-animation-delay: 28671ms; animation-delay: 28671ms; } @-webkit-keyframes move-frames-88 { from { transform: translate3d(6vw, 102vh, 0); } to { transform: translate3d(49vw, -115vh, 0); } } @keyframes move-frames-88 { from { transform: translate3d(6vw, 102vh, 0); } to { transform: translate3d(49vw, -115vh, 0); } } .circle-container:nth-child(88) .circle { -webkit-animation-delay: 3133ms; animation-delay: 3133ms; } .circle-container:nth-child(89) { width: 4px; height: 4px; -webkit-animation-name: move-frames-89; animation-name: move-frames-89; -webkit-animation-duration: 34239ms; animation-duration: 34239ms; -webkit-animation-delay: 30390ms; animation-delay: 30390ms; } @-webkit-keyframes move-frames-89 { from { transform: translate3d(25vw, 104vh, 0); } to { transform: translate3d(94vw, -112vh, 0); } } @keyframes move-frames-89 { from { transform: translate3d(25vw, 104vh, 0); } to { transform: translate3d(94vw, -112vh, 0); } } .circle-container:nth-child(89) .circle { -webkit-animation-delay: 526ms; animation-delay: 526ms; } .circle-container:nth-child(90) { width: 1px; height: 1px; -webkit-animation-name: move-frames-90; animation-name: move-frames-90; -webkit-animation-duration: 32186ms; animation-duration: 32186ms; -webkit-animation-delay: 6122ms; animation-delay: 6122ms; } @-webkit-keyframes move-frames-90 { from { transform: translate3d(46vw, 105vh, 0); } to { transform: translate3d(1vw, -119vh, 0); } } @keyframes move-frames-90 { from { transform: translate3d(46vw, 105vh, 0); } to { transform: translate3d(1vw, -119vh, 0); } } .circle-container:nth-child(90) .circle { -webkit-animation-delay: 2088ms; animation-delay: 2088ms; } .circle-container:nth-child(91) { width: 8px; height: 8px; -webkit-animation-name: move-frames-91; animation-name: move-frames-91; -webkit-animation-duration: 30631ms; animation-duration: 30631ms; -webkit-animation-delay: 24428ms; animation-delay: 24428ms; } @-webkit-keyframes move-frames-91 { from { transform: translate3d(38vw, 104vh, 0); } to { transform: translate3d(61vw, -112vh, 0); } } @keyframes move-frames-91 { from { transform: translate3d(38vw, 104vh, 0); } to { transform: translate3d(61vw, -112vh, 0); } } .circle-container:nth-child(91) .circle { -webkit-animation-delay: 2646ms; animation-delay: 2646ms; } .circle-container:nth-child(92) { width: 3px; height: 3px; -webkit-animation-name: move-frames-92; animation-name: move-frames-92; -webkit-animation-duration: 33119ms; animation-duration: 33119ms; -webkit-animation-delay: 27073ms; animation-delay: 27073ms; } @-webkit-keyframes move-frames-92 { from { transform: translate3d(19vw, 107vh, 0); } to { transform: translate3d(74vw, -126vh, 0); } } @keyframes move-frames-92 { from { transform: translate3d(19vw, 107vh, 0); } to { transform: translate3d(74vw, -126vh, 0); } } .circle-container:nth-child(92) .circle { -webkit-animation-delay: 3639ms; animation-delay: 3639ms; } .circle-container:nth-child(93) { width: 8px; height: 8px; -webkit-animation-name: move-frames-93; animation-name: move-frames-93; -webkit-animation-duration: 29554ms; animation-duration: 29554ms; -webkit-animation-delay: 2307ms; animation-delay: 2307ms; } @-webkit-keyframes move-frames-93 { from { transform: translate3d(43vw, 106vh, 0); } to { transform: translate3d(87vw, -124vh, 0); } } @keyframes move-frames-93 { from { transform: translate3d(43vw, 106vh, 0); } to { transform: translate3d(87vw, -124vh, 0); } } .circle-container:nth-child(93) .circle { -webkit-animation-delay: 1953ms; animation-delay: 1953ms; } .circle-container:nth-child(94) { width: 2px; height: 2px; -webkit-animation-name: move-frames-94; animation-name: move-frames-94; -webkit-animation-duration: 35388ms; animation-duration: 35388ms; -webkit-animation-delay: 677ms; animation-delay: 677ms; } @-webkit-keyframes move-frames-94 { from { transform: translate3d(43vw, 101vh, 0); } to { transform: translate3d(25vw, -116vh, 0); } } @keyframes move-frames-94 { from { transform: translate3d(43vw, 101vh, 0); } to { transform: translate3d(25vw, -116vh, 0); } } .circle-container:nth-child(94) .circle { -webkit-animation-delay: 3603ms; animation-delay: 3603ms; } .circle-container:nth-child(95) { width: 8px; height: 8px; -webkit-animation-name: move-frames-95; animation-name: move-frames-95; -webkit-animation-duration: 32528ms; animation-duration: 32528ms; -webkit-animation-delay: 32450ms; animation-delay: 32450ms; } @-webkit-keyframes move-frames-95 { from { transform: translate3d(61vw, 110vh, 0); } to { transform: translate3d(85vw, -118vh, 0); } } @keyframes move-frames-95 { from { transform: translate3d(61vw, 110vh, 0); } to { transform: translate3d(85vw, -118vh, 0); } } .circle-container:nth-child(95) .circle { -webkit-animation-delay: 3886ms; animation-delay: 3886ms; } .circle-container:nth-child(96) { width: 8px; height: 8px; -webkit-animation-name: move-frames-96; animation-name: move-frames-96; -webkit-animation-duration: 30290ms; animation-duration: 30290ms; -webkit-animation-delay: 30590ms; animation-delay: 30590ms; } @-webkit-keyframes move-frames-96 { from { transform: translate3d(55vw, 102vh, 0); } to { transform: translate3d(81vw, -122vh, 0); } } @keyframes move-frames-96 { from { transform: translate3d(55vw, 102vh, 0); } to { transform: translate3d(81vw, -122vh, 0); } } .circle-container:nth-child(96) .circle { -webkit-animation-delay: 2803ms; animation-delay: 2803ms; } .circle-container:nth-child(97) { width: 3px; height: 3px; -webkit-animation-name: move-frames-97; animation-name: move-frames-97; -webkit-animation-duration: 34676ms; animation-duration: 34676ms; -webkit-animation-delay: 31744ms; animation-delay: 31744ms; } @-webkit-keyframes move-frames-97 { from { transform: translate3d(55vw, 107vh, 0); } to { transform: translate3d(2vw, -126vh, 0); } } @keyframes move-frames-97 { from { transform: translate3d(55vw, 107vh, 0); } to { transform: translate3d(2vw, -126vh, 0); } } .circle-container:nth-child(97) .circle { -webkit-animation-delay: 2592ms; animation-delay: 2592ms; } .circle-container:nth-child(98) { width: 2px; height: 2px; -webkit-animation-name: move-frames-98; animation-name: move-frames-98; -webkit-animation-duration: 35751ms; animation-duration: 35751ms; -webkit-animation-delay: 10023ms; animation-delay: 10023ms; } @-webkit-keyframes move-frames-98 { from { transform: translate3d(41vw, 105vh, 0); } to { transform: translate3d(25vw, -107vh, 0); } } @keyframes move-frames-98 { from { transform: translate3d(41vw, 105vh, 0); } to { transform: translate3d(25vw, -107vh, 0); } } .circle-container:nth-child(98) .circle { -webkit-animation-delay: 2251ms; animation-delay: 2251ms; } .circle-container:nth-child(99) { width: 7px; height: 7px; -webkit-animation-name: move-frames-99; animation-name: move-frames-99; -webkit-animation-duration: 36009ms; animation-duration: 36009ms; -webkit-animation-delay: 18673ms; animation-delay: 18673ms; } @-webkit-keyframes move-frames-99 { from { transform: translate3d(46vw, 110vh, 0); } to { transform: translate3d(93vw, -132vh, 0); } } @keyframes move-frames-99 { from { transform: translate3d(46vw, 110vh, 0); } to { transform: translate3d(93vw, -132vh, 0); } } .circle-container:nth-child(99) .circle { -webkit-animation-delay: 888ms; animation-delay: 888ms; } .circle-container:nth-child(100) { width: 2px; height: 2px; -webkit-animation-name: move-frames-100; animation-name: move-frames-100; -webkit-animation-duration: 29250ms; animation-duration: 29250ms; -webkit-animation-delay: 3003ms; animation-delay: 3003ms; } @-webkit-keyframes move-frames-100 { from { transform: translate3d(89vw, 109vh, 0); } to { transform: translate3d(29vw, -135vh, 0); } } @keyframes move-frames-100 { from { transform: translate3d(89vw, 109vh, 0); } to { transform: translate3d(29vw, -135vh, 0); } } .circle-container:nth-child(100) .circle { -webkit-animation-delay: 596ms; animation-delay: 596ms; } .circle-container:nth-child(101) { width: 5px; height: 5px; -webkit-animation-name: move-frames-101; animation-name: move-frames-101; -webkit-animation-duration: 28192ms; animation-duration: 28192ms; -webkit-animation-delay: 160ms; animation-delay: 160ms; } @-webkit-keyframes move-frames-101 { from { transform: translate3d(36vw, 108vh, 0); } to { transform: translate3d(44vw, -138vh, 0); } } @keyframes move-frames-101 { from { transform: translate3d(36vw, 108vh, 0); } to { transform: translate3d(44vw, -138vh, 0); } } .circle-container:nth-child(101) .circle { -webkit-animation-delay: 1622ms; animation-delay: 1622ms; } .circle-container:nth-child(102) { width: 3px; height: 3px; -webkit-animation-name: move-frames-102; animation-name: move-frames-102; -webkit-animation-duration: 29851ms; animation-duration: 29851ms; -webkit-animation-delay: 31549ms; animation-delay: 31549ms; } @-webkit-keyframes move-frames-102 { from { transform: translate3d(81vw, 103vh, 0); } to { transform: translate3d(31vw, -127vh, 0); } } @keyframes move-frames-102 { from { transform: translate3d(81vw, 103vh, 0); } to { transform: translate3d(31vw, -127vh, 0); } } .circle-container:nth-child(102) .circle { -webkit-animation-delay: 2025ms; animation-delay: 2025ms; } .circle-container:nth-child(103) { width: 3px; height: 3px; -webkit-animation-name: move-frames-103; animation-name: move-frames-103; -webkit-animation-duration: 33532ms; animation-duration: 33532ms; -webkit-animation-delay: 5724ms; animation-delay: 5724ms; } @-webkit-keyframes move-frames-103 { from { transform: translate3d(12vw, 107vh, 0); } to { transform: translate3d(16vw, -112vh, 0); } } @keyframes move-frames-103 { from { transform: translate3d(12vw, 107vh, 0); } to { transform: translate3d(16vw, -112vh, 0); } } .circle-container:nth-child(103) .circle { -webkit-animation-delay: 3640ms; animation-delay: 3640ms; } .circle-container:nth-child(104) { width: 5px; height: 5px; -webkit-animation-name: move-frames-104; animation-name: move-frames-104; -webkit-animation-duration: 36293ms; animation-duration: 36293ms; -webkit-animation-delay: 34416ms; animation-delay: 34416ms; } @-webkit-keyframes move-frames-104 { from { transform: translate3d(49vw, 110vh, 0); } to { transform: translate3d(79vw, -122vh, 0); } } @keyframes move-frames-104 { from { transform: translate3d(49vw, 110vh, 0); } to { transform: translate3d(79vw, -122vh, 0); } } .circle-container:nth-child(104) .circle { -webkit-animation-delay: 338ms; animation-delay: 338ms; } .circle-container:nth-child(105) { width: 3px; height: 3px; -webkit-animation-name: move-frames-105; animation-name: move-frames-105; -webkit-animation-duration: 33067ms; animation-duration: 33067ms; -webkit-animation-delay: 26645ms; animation-delay: 26645ms; } @-webkit-keyframes move-frames-105 { from { transform: translate3d(27vw, 103vh, 0); } to { transform: translate3d(11vw, -122vh, 0); } } @keyframes move-frames-105 { from { transform: translate3d(27vw, 103vh, 0); } to { transform: translate3d(11vw, -122vh, 0); } } .circle-container:nth-child(105) .circle { -webkit-animation-delay: 3093ms; animation-delay: 3093ms; } .circle-container:nth-child(106) { width: 1px; height: 1px; -webkit-animation-name: move-frames-106; animation-name: move-frames-106; -webkit-animation-duration: 32227ms; animation-duration: 32227ms; -webkit-animation-delay: 5037ms; animation-delay: 5037ms; } @-webkit-keyframes move-frames-106 { from { transform: translate3d(25vw, 110vh, 0); } to { transform: translate3d(77vw, -128vh, 0); } } @keyframes move-frames-106 { from { transform: translate3d(25vw, 110vh, 0); } to { transform: translate3d(77vw, -128vh, 0); } } .circle-container:nth-child(106) .circle { -webkit-animation-delay: 3212ms; animation-delay: 3212ms; } .circle-container:nth-child(107) { width: 3px; height: 3px; -webkit-animation-name: move-frames-107; animation-name: move-frames-107; -webkit-animation-duration: 31768ms; animation-duration: 31768ms; -webkit-animation-delay: 10059ms; animation-delay: 10059ms; } @-webkit-keyframes move-frames-107 { from { transform: translate3d(20vw, 102vh, 0); } to { transform: translate3d(30vw, -107vh, 0); } } @keyframes move-frames-107 { from { transform: translate3d(20vw, 102vh, 0); } to { transform: translate3d(30vw, -107vh, 0); } } .circle-container:nth-child(107) .circle { -webkit-animation-delay: 1110ms; animation-delay: 1110ms; } .circle-container:nth-child(108) { width: 6px; height: 6px; -webkit-animation-name: move-frames-108; animation-name: move-frames-108; -webkit-animation-duration: 32376ms; animation-duration: 32376ms; -webkit-animation-delay: 21730ms; animation-delay: 21730ms; } @-webkit-keyframes move-frames-108 { from { transform: translate3d(13vw, 109vh, 0); } to { transform: translate3d(21vw, -135vh, 0); } } @keyframes move-frames-108 { from { transform: translate3d(13vw, 109vh, 0); } to { transform: translate3d(21vw, -135vh, 0); } } .circle-container:nth-child(108) .circle { -webkit-animation-delay: 3080ms; animation-delay: 3080ms; } .circle-container:nth-child(109) { width: 1px; height: 1px; -webkit-animation-name: move-frames-109; animation-name: move-frames-109; -webkit-animation-duration: 28174ms; animation-duration: 28174ms; -webkit-animation-delay: 12668ms; animation-delay: 12668ms; } @-webkit-keyframes move-frames-109 { from { transform: translate3d(65vw, 107vh, 0); } to { transform: translate3d(64vw, -115vh, 0); } } @keyframes move-frames-109 { from { transform: translate3d(65vw, 107vh, 0); } to { transform: translate3d(64vw, -115vh, 0); } } .circle-container:nth-child(109) .circle { -webkit-animation-delay: 1366ms; animation-delay: 1366ms; } .circle-container:nth-child(110) { width: 1px; height: 1px; -webkit-animation-name: move-frames-110; animation-name: move-frames-110; -webkit-animation-duration: 28026ms; animation-duration: 28026ms; -webkit-animation-delay: 2973ms; animation-delay: 2973ms; } @-webkit-keyframes move-frames-110 { from { transform: translate3d(9vw, 105vh, 0); } to { transform: translate3d(94vw, -115vh, 0); } } @keyframes move-frames-110 { from { transform: translate3d(9vw, 105vh, 0); } to { transform: translate3d(94vw, -115vh, 0); } } .circle-container:nth-child(110) .circle { -webkit-animation-delay: 3273ms; animation-delay: 3273ms; } .circle-container:nth-child(111) { width: 7px; height: 7px; -webkit-animation-name: move-frames-111; animation-name: move-frames-111; -webkit-animation-duration: 33453ms; animation-duration: 33453ms; -webkit-animation-delay: 5725ms; animation-delay: 5725ms; } @-webkit-keyframes move-frames-111 { from { transform: translate3d(67vw, 102vh, 0); } to { transform: translate3d(90vw, -132vh, 0); } } @keyframes move-frames-111 { from { transform: translate3d(67vw, 102vh, 0); } to { transform: translate3d(90vw, -132vh, 0); } } .circle-container:nth-child(111) .circle { -webkit-animation-delay: 845ms; animation-delay: 845ms; } .circle-container:nth-child(112) { width: 3px; height: 3px; -webkit-animation-name: move-frames-112; animation-name: move-frames-112; -webkit-animation-duration: 33965ms; animation-duration: 33965ms; -webkit-animation-delay: 3825ms; animation-delay: 3825ms; } @-webkit-keyframes move-frames-112 { from { transform: translate3d(20vw, 102vh, 0); } to { transform: translate3d(80vw, -126vh, 0); } } @keyframes move-frames-112 { from { transform: translate3d(20vw, 102vh, 0); } to { transform: translate3d(80vw, -126vh, 0); } } .circle-container:nth-child(112) .circle { -webkit-animation-delay: 2498ms; animation-delay: 2498ms; } .circle-container:nth-child(113) { width: 5px; height: 5px; -webkit-animation-name: move-frames-113; animation-name: move-frames-113; -webkit-animation-duration: 30402ms; animation-duration: 30402ms; -webkit-animation-delay: 9507ms; animation-delay: 9507ms; } @-webkit-keyframes move-frames-113 { from { transform: translate3d(47vw, 107vh, 0); } to { transform: translate3d(53vw, -124vh, 0); } } @keyframes move-frames-113 { from { transform: translate3d(47vw, 107vh, 0); } to { transform: translate3d(53vw, -124vh, 0); } } .circle-container:nth-child(113) .circle { -webkit-animation-delay: 2768ms; animation-delay: 2768ms; } .circle-container:nth-child(114) { width: 5px; height: 5px; -webkit-animation-name: move-frames-114; animation-name: move-frames-114; -webkit-animation-duration: 32114ms; animation-duration: 32114ms; -webkit-animation-delay: 3053ms; animation-delay: 3053ms; } @-webkit-keyframes move-frames-114 { from { transform: translate3d(72vw, 102vh, 0); } to { transform: translate3d(23vw, -118vh, 0); } } @keyframes move-frames-114 { from { transform: translate3d(72vw, 102vh, 0); } to { transform: translate3d(23vw, -118vh, 0); } } .circle-container:nth-child(114) .circle { -webkit-animation-delay: 735ms; animation-delay: 735ms; } .circle-container:nth-child(115) { width: 8px; height: 8px; -webkit-animation-name: move-frames-115; animation-name: move-frames-115; -webkit-animation-duration: 34792ms; animation-duration: 34792ms; -webkit-animation-delay: 20673ms; animation-delay: 20673ms; } @-webkit-keyframes move-frames-115 { from { transform: translate3d(65vw, 102vh, 0); } to { transform: translate3d(65vw, -123vh, 0); } } @keyframes move-frames-115 { from { transform: translate3d(65vw, 102vh, 0); } to { transform: translate3d(65vw, -123vh, 0); } } .circle-container:nth-child(115) .circle { -webkit-animation-delay: 2203ms; animation-delay: 2203ms; } .circle-container:nth-child(116) { width: 5px; height: 5px; -webkit-animation-name: move-frames-116; animation-name: move-frames-116; -webkit-animation-duration: 33779ms; animation-duration: 33779ms; -webkit-animation-delay: 13550ms; animation-delay: 13550ms; } @-webkit-keyframes move-frames-116 { from { transform: translate3d(52vw, 103vh, 0); } to { transform: translate3d(23vw, -113vh, 0); } } @keyframes move-frames-116 { from { transform: translate3d(52vw, 103vh, 0); } to { transform: translate3d(23vw, -113vh, 0); } } .circle-container:nth-child(116) .circle { -webkit-animation-delay: 3172ms; animation-delay: 3172ms; } .circle-container:nth-child(117) { width: 5px; height: 5px; -webkit-animation-name: move-frames-117; animation-name: move-frames-117; -webkit-animation-duration: 33554ms; animation-duration: 33554ms; -webkit-animation-delay: 30193ms; animation-delay: 30193ms; } @-webkit-keyframes move-frames-117 { from { transform: translate3d(79vw, 109vh, 0); } to { transform: translate3d(66vw, -136vh, 0); } } @keyframes move-frames-117 { from { transform: translate3d(79vw, 109vh, 0); } to { transform: translate3d(66vw, -136vh, 0); } } .circle-container:nth-child(117) .circle { -webkit-animation-delay: 3514ms; animation-delay: 3514ms; } .circle-container:nth-child(118) { width: 2px; height: 2px; -webkit-animation-name: move-frames-118; animation-name: move-frames-118; -webkit-animation-duration: 30654ms; animation-duration: 30654ms; -webkit-animation-delay: 33154ms; animation-delay: 33154ms; } @-webkit-keyframes move-frames-118 { from { transform: translate3d(70vw, 102vh, 0); } to { transform: translate3d(98vw, -116vh, 0); } } @keyframes move-frames-118 { from { transform: translate3d(70vw, 102vh, 0); } to { transform: translate3d(98vw, -116vh, 0); } } .circle-container:nth-child(118) .circle { -webkit-animation-delay: 1071ms; animation-delay: 1071ms; } .circle-container:nth-child(119) { width: 3px; height: 3px; -webkit-animation-name: move-frames-119; animation-name: move-frames-119; -webkit-animation-duration: 35166ms; animation-duration: 35166ms; -webkit-animation-delay: 11965ms; animation-delay: 11965ms; } @-webkit-keyframes move-frames-119 { from { transform: translate3d(26vw, 105vh, 0); } to { transform: translate3d(54vw, -125vh, 0); } } @keyframes move-frames-119 { from { transform: translate3d(26vw, 105vh, 0); } to { transform: translate3d(54vw, -125vh, 0); } } .circle-container:nth-child(119) .circle { -webkit-animation-delay: 2898ms; animation-delay: 2898ms; } .circle-container:nth-child(120) { width: 6px; height: 6px; -webkit-animation-name: move-frames-120; animation-name: move-frames-120; -webkit-animation-duration: 29482ms; animation-duration: 29482ms; -webkit-animation-delay: 13183ms; animation-delay: 13183ms; } @-webkit-keyframes move-frames-120 { from { transform: translate3d(24vw, 105vh, 0); } to { transform: translate3d(79vw, -133vh, 0); } } @keyframes move-frames-120 { from { transform: translate3d(24vw, 105vh, 0); } to { transform: translate3d(79vw, -133vh, 0); } } .circle-container:nth-child(120) .circle { -webkit-animation-delay: 3157ms; animation-delay: 3157ms; } .circle-container:nth-child(121) { width: 4px; height: 4px; -webkit-animation-name: move-frames-121; animation-name: move-frames-121; -webkit-animation-duration: 36634ms; animation-duration: 36634ms; -webkit-animation-delay: 34024ms; animation-delay: 34024ms; } @-webkit-keyframes move-frames-121 { from { transform: translate3d(8vw, 110vh, 0); } to { transform: translate3d(55vw, -119vh, 0); } } @keyframes move-frames-121 { from { transform: translate3d(8vw, 110vh, 0); } to { transform: translate3d(55vw, -119vh, 0); } } .circle-container:nth-child(121) .circle { -webkit-animation-delay: 3754ms; animation-delay: 3754ms; } .circle-container:nth-child(122) { width: 4px; height: 4px; -webkit-animation-name: move-frames-122; animation-name: move-frames-122; -webkit-animation-duration: 35085ms; animation-duration: 35085ms; -webkit-animation-delay: 24319ms; animation-delay: 24319ms; } @-webkit-keyframes move-frames-122 { from { transform: translate3d(83vw, 106vh, 0); } to { transform: translate3d(100vw, -110vh, 0); } } @keyframes move-frames-122 { from { transform: translate3d(83vw, 106vh, 0); } to { transform: translate3d(100vw, -110vh, 0); } } .circle-container:nth-child(122) .circle { -webkit-animation-delay: 2817ms; animation-delay: 2817ms; } .circle-container:nth-child(123) { width: 2px; height: 2px; -webkit-animation-name: move-frames-123; animation-name: move-frames-123; -webkit-animation-duration: 29566ms; animation-duration: 29566ms; -webkit-animation-delay: 10650ms; animation-delay: 10650ms; } @-webkit-keyframes move-frames-123 { from { transform: translate3d(94vw, 105vh, 0); } to { transform: translate3d(25vw, -124vh, 0); } } @keyframes move-frames-123 { from { transform: translate3d(94vw, 105vh, 0); } to { transform: translate3d(25vw, -124vh, 0); } } .circle-container:nth-child(123) .circle { -webkit-animation-delay: 1745ms; animation-delay: 1745ms; } .circle-container:nth-child(124) { width: 7px; height: 7px; -webkit-animation-name: move-frames-124; animation-name: move-frames-124; -webkit-animation-duration: 31599ms; animation-duration: 31599ms; -webkit-animation-delay: 29188ms; animation-delay: 29188ms; } @-webkit-keyframes move-frames-124 { from { transform: translate3d(75vw, 101vh, 0); } to { transform: translate3d(25vw, -104vh, 0); } } @keyframes move-frames-124 { from { transform: translate3d(75vw, 101vh, 0); } to { transform: translate3d(25vw, -104vh, 0); } } .circle-container:nth-child(124) .circle { -webkit-animation-delay: 451ms; animation-delay: 451ms; } .circle-container:nth-child(125) { width: 5px; height: 5px; -webkit-animation-name: move-frames-125; animation-name: move-frames-125; -webkit-animation-duration: 35786ms; animation-duration: 35786ms; -webkit-animation-delay: 31420ms; animation-delay: 31420ms; } @-webkit-keyframes move-frames-125 { from { transform: translate3d(2vw, 102vh, 0); } to { transform: translate3d(35vw, -108vh, 0); } } @keyframes move-frames-125 { from { transform: translate3d(2vw, 102vh, 0); } to { transform: translate3d(35vw, -108vh, 0); } } .circle-container:nth-child(125) .circle { -webkit-animation-delay: 2470ms; animation-delay: 2470ms; } .circle-container:nth-child(126) { width: 7px; height: 7px; -webkit-animation-name: move-frames-126; animation-name: move-frames-126; -webkit-animation-duration: 32119ms; animation-duration: 32119ms; -webkit-animation-delay: 30579ms; animation-delay: 30579ms; } @-webkit-keyframes move-frames-126 { from { transform: translate3d(53vw, 110vh, 0); } to { transform: translate3d(18vw, -123vh, 0); } } @keyframes move-frames-126 { from { transform: translate3d(53vw, 110vh, 0); } to { transform: translate3d(18vw, -123vh, 0); } } .circle-container:nth-child(126) .circle { -webkit-animation-delay: 2528ms; animation-delay: 2528ms; } .circle-container:nth-child(127) { width: 4px; height: 4px; -webkit-animation-name: move-frames-127; animation-name: move-frames-127; -webkit-animation-duration: 33011ms; animation-duration: 33011ms; -webkit-animation-delay: 2385ms; animation-delay: 2385ms; } @-webkit-keyframes move-frames-127 { from { transform: translate3d(72vw, 105vh, 0); } to { transform: translate3d(10vw, -123vh, 0); } } @keyframes move-frames-127 { from { transform: translate3d(72vw, 105vh, 0); } to { transform: translate3d(10vw, -123vh, 0); } } .circle-container:nth-child(127) .circle { -webkit-animation-delay: 239ms; animation-delay: 239ms; } .circle-container:nth-child(128) { width: 2px; height: 2px; -webkit-animation-name: move-frames-128; animation-name: move-frames-128; -webkit-animation-duration: 30652ms; animation-duration: 30652ms; -webkit-animation-delay: 2879ms; animation-delay: 2879ms; } @-webkit-keyframes move-frames-128 { from { transform: translate3d(37vw, 110vh, 0); } to { transform: translate3d(86vw, -113vh, 0); } } @keyframes move-frames-128 { from { transform: translate3d(37vw, 110vh, 0); } to { transform: translate3d(86vw, -113vh, 0); } } .circle-container:nth-child(128) .circle { -webkit-animation-delay: 2319ms; animation-delay: 2319ms; } .circle-container:nth-child(129) { width: 5px; height: 5px; -webkit-animation-name: move-frames-129; animation-name: move-frames-129; -webkit-animation-duration: 28225ms; animation-duration: 28225ms; -webkit-animation-delay: 20419ms; animation-delay: 20419ms; } @-webkit-keyframes move-frames-129 { from { transform: translate3d(4vw, 107vh, 0); } to { transform: translate3d(47vw, -120vh, 0); } } @keyframes move-frames-129 { from { transform: translate3d(4vw, 107vh, 0); } to { transform: translate3d(47vw, -120vh, 0); } } .circle-container:nth-child(129) .circle { -webkit-animation-delay: 2076ms; animation-delay: 2076ms; } .circle-container:nth-child(130) { width: 1px; height: 1px; -webkit-animation-name: move-frames-130; animation-name: move-frames-130; -webkit-animation-duration: 34615ms; animation-duration: 34615ms; -webkit-animation-delay: 12721ms; animation-delay: 12721ms; } @-webkit-keyframes move-frames-130 { from { transform: translate3d(59vw, 104vh, 0); } to { transform: translate3d(83vw, -117vh, 0); } } @keyframes move-frames-130 { from { transform: translate3d(59vw, 104vh, 0); } to { transform: translate3d(83vw, -117vh, 0); } } .circle-container:nth-child(130) .circle { -webkit-animation-delay: 3979ms; animation-delay: 3979ms; } .circle-container:nth-child(131) { width: 1px; height: 1px; -webkit-animation-name: move-frames-131; animation-name: move-frames-131; -webkit-animation-duration: 35327ms; animation-duration: 35327ms; -webkit-animation-delay: 32044ms; animation-delay: 32044ms; } @-webkit-keyframes move-frames-131 { from { transform: translate3d(77vw, 101vh, 0); } to { transform: translate3d(47vw, -119vh, 0); } } @keyframes move-frames-131 { from { transform: translate3d(77vw, 101vh, 0); } to { transform: translate3d(47vw, -119vh, 0); } } .circle-container:nth-child(131) .circle { -webkit-animation-delay: 890ms; animation-delay: 890ms; } .circle-container:nth-child(132) { width: 6px; height: 6px; -webkit-animation-name: move-frames-132; animation-name: move-frames-132; -webkit-animation-duration: 36848ms; animation-duration: 36848ms; -webkit-animation-delay: 17004ms; animation-delay: 17004ms; } @-webkit-keyframes move-frames-132 { from { transform: translate3d(38vw, 109vh, 0); } to { transform: translate3d(4vw, -115vh, 0); } } @keyframes move-frames-132 { from { transform: translate3d(38vw, 109vh, 0); } to { transform: translate3d(4vw, -115vh, 0); } } .circle-container:nth-child(132) .circle { -webkit-animation-delay: 1311ms; animation-delay: 1311ms; } .circle-container:nth-child(133) { width: 8px; height: 8px; -webkit-animation-name: move-frames-133; animation-name: move-frames-133; -webkit-animation-duration: 32042ms; animation-duration: 32042ms; -webkit-animation-delay: 31714ms; animation-delay: 31714ms; } @-webkit-keyframes move-frames-133 { from { transform: translate3d(95vw, 104vh, 0); } to { transform: translate3d(70vw, -131vh, 0); } } @keyframes move-frames-133 { from { transform: translate3d(95vw, 104vh, 0); } to { transform: translate3d(70vw, -131vh, 0); } } .circle-container:nth-child(133) .circle { -webkit-animation-delay: 373ms; animation-delay: 373ms; } .circle-container:nth-child(134) { width: 6px; height: 6px; -webkit-animation-name: move-frames-134; animation-name: move-frames-134; -webkit-animation-duration: 29566ms; animation-duration: 29566ms; -webkit-animation-delay: 2020ms; animation-delay: 2020ms; } @-webkit-keyframes move-frames-134 { from { transform: translate3d(9vw, 105vh, 0); } to { transform: translate3d(27vw, -131vh, 0); } } @keyframes move-frames-134 { from { transform: translate3d(9vw, 105vh, 0); } to { transform: translate3d(27vw, -131vh, 0); } } .circle-container:nth-child(134) .circle { -webkit-animation-delay: 3898ms; animation-delay: 3898ms; } .circle-container:nth-child(135) { width: 4px; height: 4px; -webkit-animation-name: move-frames-135; animation-name: move-frames-135; -webkit-animation-duration: 29167ms; animation-duration: 29167ms; -webkit-animation-delay: 25981ms; animation-delay: 25981ms; } @-webkit-keyframes move-frames-135 { from { transform: translate3d(52vw, 104vh, 0); } to { transform: translate3d(61vw, -119vh, 0); } } @keyframes move-frames-135 { from { transform: translate3d(52vw, 104vh, 0); } to { transform: translate3d(61vw, -119vh, 0); } } .circle-container:nth-child(135) .circle { -webkit-animation-delay: 182ms; animation-delay: 182ms; } .circle-container:nth-child(136) { width: 8px; height: 8px; -webkit-animation-name: move-frames-136; animation-name: move-frames-136; -webkit-animation-duration: 31278ms; animation-duration: 31278ms; -webkit-animation-delay: 2681ms; animation-delay: 2681ms; } @-webkit-keyframes move-frames-136 { from { transform: translate3d(21vw, 104vh, 0); } to { transform: translate3d(56vw, -115vh, 0); } } @keyframes move-frames-136 { from { transform: translate3d(21vw, 104vh, 0); } to { transform: translate3d(56vw, -115vh, 0); } } .circle-container:nth-child(136) .circle { -webkit-animation-delay: 1870ms; animation-delay: 1870ms; } .circle-container:nth-child(137) { width: 2px; height: 2px; -webkit-animation-name: move-frames-137; animation-name: move-frames-137; -webkit-animation-duration: 35697ms; animation-duration: 35697ms; -webkit-animation-delay: 22487ms; animation-delay: 22487ms; } @-webkit-keyframes move-frames-137 { from { transform: translate3d(82vw, 101vh, 0); } to { transform: translate3d(50vw, -127vh, 0); } } @keyframes move-frames-137 { from { transform: translate3d(82vw, 101vh, 0); } to { transform: translate3d(50vw, -127vh, 0); } } .circle-container:nth-child(137) .circle { -webkit-animation-delay: 3957ms; animation-delay: 3957ms; } .circle-container:nth-child(138) { width: 4px; height: 4px; -webkit-animation-name: move-frames-138; animation-name: move-frames-138; -webkit-animation-duration: 35953ms; animation-duration: 35953ms; -webkit-animation-delay: 34192ms; animation-delay: 34192ms; } @-webkit-keyframes move-frames-138 { from { transform: translate3d(68vw, 105vh, 0); } to { transform: translate3d(43vw, -109vh, 0); } } @keyframes move-frames-138 { from { transform: translate3d(68vw, 105vh, 0); } to { transform: translate3d(43vw, -109vh, 0); } } .circle-container:nth-child(138) .circle { -webkit-animation-delay: 1064ms; animation-delay: 1064ms; } .circle-container:nth-child(139) { width: 8px; height: 8px; -webkit-animation-name: move-frames-139; animation-name: move-frames-139; -webkit-animation-duration: 29296ms; animation-duration: 29296ms; -webkit-animation-delay: 25838ms; animation-delay: 25838ms; } @-webkit-keyframes move-frames-139 { from { transform: translate3d(4vw, 106vh, 0); } to { transform: translate3d(50vw, -131vh, 0); } } @keyframes move-frames-139 { from { transform: translate3d(4vw, 106vh, 0); } to { transform: translate3d(50vw, -131vh, 0); } } .circle-container:nth-child(139) .circle { -webkit-animation-delay: 450ms; animation-delay: 450ms; } .circle-container:nth-child(140) { width: 1px; height: 1px; -webkit-animation-name: move-frames-140; animation-name: move-frames-140; -webkit-animation-duration: 28649ms; animation-duration: 28649ms; -webkit-animation-delay: 7177ms; animation-delay: 7177ms; } @-webkit-keyframes move-frames-140 { from { transform: translate3d(78vw, 101vh, 0); } to { transform: translate3d(1vw, -119vh, 0); } } @keyframes move-frames-140 { from { transform: translate3d(78vw, 101vh, 0); } to { transform: translate3d(1vw, -119vh, 0); } } .circle-container:nth-child(140) .circle { -webkit-animation-delay: 3169ms; animation-delay: 3169ms; } .circle-container:nth-child(141) { width: 1px; height: 1px; -webkit-animation-name: move-frames-141; animation-name: move-frames-141; -webkit-animation-duration: 35711ms; animation-duration: 35711ms; -webkit-animation-delay: 10519ms; animation-delay: 10519ms; } @-webkit-keyframes move-frames-141 { from { transform: translate3d(50vw, 108vh, 0); } to { transform: translate3d(72vw, -134vh, 0); } } @keyframes move-frames-141 { from { transform: translate3d(50vw, 108vh, 0); } to { transform: translate3d(72vw, -134vh, 0); } } .circle-container:nth-child(141) .circle { -webkit-animation-delay: 105ms; animation-delay: 105ms; } .circle-container:nth-child(142) { width: 4px; height: 4px; -webkit-animation-name: move-frames-142; animation-name: move-frames-142; -webkit-animation-duration: 30038ms; animation-duration: 30038ms; -webkit-animation-delay: 29673ms; animation-delay: 29673ms; } @-webkit-keyframes move-frames-142 { from { transform: translate3d(66vw, 108vh, 0); } to { transform: translate3d(1vw, -133vh, 0); } } @keyframes move-frames-142 { from { transform: translate3d(66vw, 108vh, 0); } to { transform: translate3d(1vw, -133vh, 0); } } .circle-container:nth-child(142) .circle { -webkit-animation-delay: 1362ms; animation-delay: 1362ms; } .circle-container:nth-child(143) { width: 3px; height: 3px; -webkit-animation-name: move-frames-143; animation-name: move-frames-143; -webkit-animation-duration: 30033ms; animation-duration: 30033ms; -webkit-animation-delay: 18205ms; animation-delay: 18205ms; } @-webkit-keyframes move-frames-143 { from { transform: translate3d(23vw, 102vh, 0); } to { transform: translate3d(18vw, -108vh, 0); } } @keyframes move-frames-143 { from { transform: translate3d(23vw, 102vh, 0); } to { transform: translate3d(18vw, -108vh, 0); } } .circle-container:nth-child(143) .circle { -webkit-animation-delay: 643ms; animation-delay: 643ms; } .circle-container:nth-child(144) { width: 3px; height: 3px; -webkit-animation-name: move-frames-144; animation-name: move-frames-144; -webkit-animation-duration: 28191ms; animation-duration: 28191ms; -webkit-animation-delay: 26022ms; animation-delay: 26022ms; } @-webkit-keyframes move-frames-144 { from { transform: translate3d(65vw, 107vh, 0); } to { transform: translate3d(55vw, -113vh, 0); } } @keyframes move-frames-144 { from { transform: translate3d(65vw, 107vh, 0); } to { transform: translate3d(55vw, -113vh, 0); } } .circle-container:nth-child(144) .circle { -webkit-animation-delay: 2701ms; animation-delay: 2701ms; } .circle-container:nth-child(145) { width: 2px; height: 2px; -webkit-animation-name: move-frames-145; animation-name: move-frames-145; -webkit-animation-duration: 32098ms; animation-duration: 32098ms; -webkit-animation-delay: 5779ms; animation-delay: 5779ms; } @-webkit-keyframes move-frames-145 { from { transform: translate3d(72vw, 108vh, 0); } to { transform: translate3d(21vw, -130vh, 0); } } @keyframes move-frames-145 { from { transform: translate3d(72vw, 108vh, 0); } to { transform: translate3d(21vw, -130vh, 0); } } .circle-container:nth-child(145) .circle { -webkit-animation-delay: 1206ms; animation-delay: 1206ms; } .circle-container:nth-child(146) { width: 3px; height: 3px; -webkit-animation-name: move-frames-146; animation-name: move-frames-146; -webkit-animation-duration: 29698ms; animation-duration: 29698ms; -webkit-animation-delay: 6342ms; animation-delay: 6342ms; } @-webkit-keyframes move-frames-146 { from { transform: translate3d(8vw, 101vh, 0); } to { transform: translate3d(8vw, -130vh, 0); } } @keyframes move-frames-146 { from { transform: translate3d(8vw, 101vh, 0); } to { transform: translate3d(8vw, -130vh, 0); } } .circle-container:nth-child(146) .circle { -webkit-animation-delay: 1094ms; animation-delay: 1094ms; } .circle-container:nth-child(147) { width: 3px; height: 3px; -webkit-animation-name: move-frames-147; animation-name: move-frames-147; -webkit-animation-duration: 34279ms; animation-duration: 34279ms; -webkit-animation-delay: 15238ms; animation-delay: 15238ms; } @-webkit-keyframes move-frames-147 { from { transform: translate3d(74vw, 104vh, 0); } to { transform: translate3d(5vw, -116vh, 0); } } @keyframes move-frames-147 { from { transform: translate3d(74vw, 104vh, 0); } to { transform: translate3d(5vw, -116vh, 0); } } .circle-container:nth-child(147) .circle { -webkit-animation-delay: 980ms; animation-delay: 980ms; } .circle-container:nth-child(148) { width: 2px; height: 2px; -webkit-animation-name: move-frames-148; animation-name: move-frames-148; -webkit-animation-duration: 34763ms; animation-duration: 34763ms; -webkit-animation-delay: 18673ms; animation-delay: 18673ms; } @-webkit-keyframes move-frames-148 { from { transform: translate3d(96vw, 110vh, 0); } to { transform: translate3d(75vw, -124vh, 0); } } @keyframes move-frames-148 { from { transform: translate3d(96vw, 110vh, 0); } to { transform: translate3d(75vw, -124vh, 0); } } .circle-container:nth-child(148) .circle { -webkit-animation-delay: 1123ms; animation-delay: 1123ms; } .circle-container:nth-child(149) { width: 3px; height: 3px; -webkit-animation-name: move-frames-149; animation-name: move-frames-149; -webkit-animation-duration: 28829ms; animation-duration: 28829ms; -webkit-animation-delay: 7705ms; animation-delay: 7705ms; } @-webkit-keyframes move-frames-149 { from { transform: translate3d(13vw, 103vh, 0); } to { transform: translate3d(73vw, -114vh, 0); } } @keyframes move-frames-149 { from { transform: translate3d(13vw, 103vh, 0); } to { transform: translate3d(73vw, -114vh, 0); } } .circle-container:nth-child(149) .circle { -webkit-animation-delay: 2977ms; animation-delay: 2977ms; } .circle-container:nth-child(150) { width: 1px; height: 1px; -webkit-animation-name: move-frames-150; animation-name: move-frames-150; -webkit-animation-duration: 30418ms; animation-duration: 30418ms; -webkit-animation-delay: 29681ms; animation-delay: 29681ms; } @-webkit-keyframes move-frames-150 { from { transform: translate3d(5vw, 105vh, 0); } to { transform: translate3d(35vw, -107vh, 0); } } @keyframes move-frames-150 { from { transform: translate3d(5vw, 105vh, 0); } to { transform: translate3d(35vw, -107vh, 0); } } .circle-container:nth-child(150) .circle { -webkit-animation-delay: 799ms; animation-delay: 799ms; } .circle-container:nth-child(151) { width: 6px; height: 6px; -webkit-animation-name: move-frames-151; animation-name: move-frames-151; -webkit-animation-duration: 30865ms; animation-duration: 30865ms; -webkit-animation-delay: 24844ms; animation-delay: 24844ms; } @-webkit-keyframes move-frames-151 { from { transform: translate3d(53vw, 104vh, 0); } to { transform: translate3d(100vw, -115vh, 0); } } @keyframes move-frames-151 { from { transform: translate3d(53vw, 104vh, 0); } to { transform: translate3d(100vw, -115vh, 0); } } .circle-container:nth-child(151) .circle { -webkit-animation-delay: 3658ms; animation-delay: 3658ms; } .circle-container:nth-child(152) { width: 2px; height: 2px; -webkit-animation-name: move-frames-152; animation-name: move-frames-152; -webkit-animation-duration: 29930ms; animation-duration: 29930ms; -webkit-animation-delay: 13185ms; animation-delay: 13185ms; } @-webkit-keyframes move-frames-152 { from { transform: translate3d(44vw, 104vh, 0); } to { transform: translate3d(54vw, -130vh, 0); } } @keyframes move-frames-152 { from { transform: translate3d(44vw, 104vh, 0); } to { transform: translate3d(54vw, -130vh, 0); } } .circle-container:nth-child(152) .circle { -webkit-animation-delay: 3893ms; animation-delay: 3893ms; } .circle-container:nth-child(153) { width: 3px; height: 3px; -webkit-animation-name: move-frames-153; animation-name: move-frames-153; -webkit-animation-duration: 28966ms; animation-duration: 28966ms; -webkit-animation-delay: 13996ms; animation-delay: 13996ms; } @-webkit-keyframes move-frames-153 { from { transform: translate3d(63vw, 101vh, 0); } to { transform: translate3d(65vw, -118vh, 0); } } @keyframes move-frames-153 { from { transform: translate3d(63vw, 101vh, 0); } to { transform: translate3d(65vw, -118vh, 0); } } .circle-container:nth-child(153) .circle { -webkit-animation-delay: 2030ms; animation-delay: 2030ms; } .circle-container:nth-child(154) { width: 4px; height: 4px; -webkit-animation-name: move-frames-154; animation-name: move-frames-154; -webkit-animation-duration: 28117ms; animation-duration: 28117ms; -webkit-animation-delay: 14299ms; animation-delay: 14299ms; } @-webkit-keyframes move-frames-154 { from { transform: translate3d(24vw, 101vh, 0); } to { transform: translate3d(9vw, -113vh, 0); } } @keyframes move-frames-154 { from { transform: translate3d(24vw, 101vh, 0); } to { transform: translate3d(9vw, -113vh, 0); } } .circle-container:nth-child(154) .circle { -webkit-animation-delay: 672ms; animation-delay: 672ms; } .circle-container:nth-child(155) { width: 4px; height: 4px; -webkit-animation-name: move-frames-155; animation-name: move-frames-155; -webkit-animation-duration: 36490ms; animation-duration: 36490ms; -webkit-animation-delay: 607ms; animation-delay: 607ms; } @-webkit-keyframes move-frames-155 { from { transform: translate3d(83vw, 106vh, 0); } to { transform: translate3d(53vw, -110vh, 0); } } @keyframes move-frames-155 { from { transform: translate3d(83vw, 106vh, 0); } to { transform: translate3d(53vw, -110vh, 0); } } .circle-container:nth-child(155) .circle { -webkit-animation-delay: 2241ms; animation-delay: 2241ms; } .circle-container:nth-child(156) { width: 8px; height: 8px; -webkit-animation-name: move-frames-156; animation-name: move-frames-156; -webkit-animation-duration: 34481ms; animation-duration: 34481ms; -webkit-animation-delay: 23200ms; animation-delay: 23200ms; } @-webkit-keyframes move-frames-156 { from { transform: translate3d(28vw, 107vh, 0); } to { transform: translate3d(11vw, -123vh, 0); } } @keyframes move-frames-156 { from { transform: translate3d(28vw, 107vh, 0); } to { transform: translate3d(11vw, -123vh, 0); } } .circle-container:nth-child(156) .circle { -webkit-animation-delay: 416ms; animation-delay: 416ms; } .circle-container:nth-child(157) { width: 8px; height: 8px; -webkit-animation-name: move-frames-157; animation-name: move-frames-157; -webkit-animation-duration: 29020ms; animation-duration: 29020ms; -webkit-animation-delay: 22988ms; animation-delay: 22988ms; } @-webkit-keyframes move-frames-157 { from { transform: translate3d(69vw, 110vh, 0); } to { transform: translate3d(93vw, -111vh, 0); } } @keyframes move-frames-157 { from { transform: translate3d(69vw, 110vh, 0); } to { transform: translate3d(93vw, -111vh, 0); } } .circle-container:nth-child(157) .circle { -webkit-animation-delay: 967ms; animation-delay: 967ms; } .circle-container:nth-child(158) { width: 8px; height: 8px; -webkit-animation-name: move-frames-158; animation-name: move-frames-158; -webkit-animation-duration: 29764ms; animation-duration: 29764ms; -webkit-animation-delay: 31289ms; animation-delay: 31289ms; } @-webkit-keyframes move-frames-158 { from { transform: translate3d(60vw, 110vh, 0); } to { transform: translate3d(100vw, -118vh, 0); } } @keyframes move-frames-158 { from { transform: translate3d(60vw, 110vh, 0); } to { transform: translate3d(100vw, -118vh, 0); } } .circle-container:nth-child(158) .circle { -webkit-animation-delay: 3969ms; animation-delay: 3969ms; } .circle-container:nth-child(159) { width: 6px; height: 6px; -webkit-animation-name: move-frames-159; animation-name: move-frames-159; -webkit-animation-duration: 29215ms; animation-duration: 29215ms; -webkit-animation-delay: 1113ms; animation-delay: 1113ms; } @-webkit-keyframes move-frames-159 { from { transform: translate3d(13vw, 110vh, 0); } to { transform: translate3d(6vw, -133vh, 0); } } @keyframes move-frames-159 { from { transform: translate3d(13vw, 110vh, 0); } to { transform: translate3d(6vw, -133vh, 0); } } .circle-container:nth-child(159) .circle { -webkit-animation-delay: 3143ms; animation-delay: 3143ms; } .circle-container:nth-child(160) { width: 6px; height: 6px; -webkit-animation-name: move-frames-160; animation-name: move-frames-160; -webkit-animation-duration: 34901ms; animation-duration: 34901ms; -webkit-animation-delay: 7349ms; animation-delay: 7349ms; } @-webkit-keyframes move-frames-160 { from { transform: translate3d(49vw, 101vh, 0); } to { transform: translate3d(68vw, -103vh, 0); } } @keyframes move-frames-160 { from { transform: translate3d(49vw, 101vh, 0); } to { transform: translate3d(68vw, -103vh, 0); } } .circle-container:nth-child(160) .circle { -webkit-animation-delay: 3098ms; animation-delay: 3098ms; } .circle-container:nth-child(161) { width: 8px; height: 8px; -webkit-animation-name: move-frames-161; animation-name: move-frames-161; -webkit-animation-duration: 34059ms; animation-duration: 34059ms; -webkit-animation-delay: 10057ms; animation-delay: 10057ms; } @-webkit-keyframes move-frames-161 { from { transform: translate3d(91vw, 110vh, 0); } to { transform: translate3d(46vw, -136vh, 0); } } @keyframes move-frames-161 { from { transform: translate3d(91vw, 110vh, 0); } to { transform: translate3d(46vw, -136vh, 0); } } .circle-container:nth-child(161) .circle { -webkit-animation-delay: 505ms; animation-delay: 505ms; } .circle-container:nth-child(162) { width: 3px; height: 3px; -webkit-animation-name: move-frames-162; animation-name: move-frames-162; -webkit-animation-duration: 33516ms; animation-duration: 33516ms; -webkit-animation-delay: 17212ms; animation-delay: 17212ms; } @-webkit-keyframes move-frames-162 { from { transform: translate3d(25vw, 110vh, 0); } to { transform: translate3d(3vw, -140vh, 0); } } @keyframes move-frames-162 { from { transform: translate3d(25vw, 110vh, 0); } to { transform: translate3d(3vw, -140vh, 0); } } .circle-container:nth-child(162) .circle { -webkit-animation-delay: 2347ms; animation-delay: 2347ms; } .circle-container:nth-child(163) { width: 6px; height: 6px; -webkit-animation-name: move-frames-163; animation-name: move-frames-163; -webkit-animation-duration: 30034ms; animation-duration: 30034ms; -webkit-animation-delay: 27388ms; animation-delay: 27388ms; } @-webkit-keyframes move-frames-163 { from { transform: translate3d(80vw, 104vh, 0); } to { transform: translate3d(24vw, -108vh, 0); } } @keyframes move-frames-163 { from { transform: translate3d(80vw, 104vh, 0); } to { transform: translate3d(24vw, -108vh, 0); } } .circle-container:nth-child(163) .circle { -webkit-animation-delay: 2308ms; animation-delay: 2308ms; } .circle-container:nth-child(164) { width: 1px; height: 1px; -webkit-animation-name: move-frames-164; animation-name: move-frames-164; -webkit-animation-duration: 36834ms; animation-duration: 36834ms; -webkit-animation-delay: 3477ms; animation-delay: 3477ms; } @-webkit-keyframes move-frames-164 { from { transform: translate3d(44vw, 106vh, 0); } to { transform: translate3d(52vw, -127vh, 0); } } @keyframes move-frames-164 { from { transform: translate3d(44vw, 106vh, 0); } to { transform: translate3d(52vw, -127vh, 0); } } .circle-container:nth-child(164) .circle { -webkit-animation-delay: 2465ms; animation-delay: 2465ms; } .circle-container:nth-child(165) { width: 2px; height: 2px; -webkit-animation-name: move-frames-165; animation-name: move-frames-165; -webkit-animation-duration: 35052ms; animation-duration: 35052ms; -webkit-animation-delay: 13815ms; animation-delay: 13815ms; } @-webkit-keyframes move-frames-165 { from { transform: translate3d(77vw, 106vh, 0); } to { transform: translate3d(52vw, -109vh, 0); } } @keyframes move-frames-165 { from { transform: translate3d(77vw, 106vh, 0); } to { transform: translate3d(52vw, -109vh, 0); } } .circle-container:nth-child(165) .circle { -webkit-animation-delay: 2740ms; animation-delay: 2740ms; } .circle-container:nth-child(166) { width: 8px; height: 8px; -webkit-animation-name: move-frames-166; animation-name: move-frames-166; -webkit-animation-duration: 31746ms; animation-duration: 31746ms; -webkit-animation-delay: 30824ms; animation-delay: 30824ms; } @-webkit-keyframes move-frames-166 { from { transform: translate3d(55vw, 110vh, 0); } to { transform: translate3d(6vw, -133vh, 0); } } @keyframes move-frames-166 { from { transform: translate3d(55vw, 110vh, 0); } to { transform: translate3d(6vw, -133vh, 0); } } .circle-container:nth-child(166) .circle { -webkit-animation-delay: 2318ms; animation-delay: 2318ms; } .circle-container:nth-child(167) { width: 6px; height: 6px; -webkit-animation-name: move-frames-167; animation-name: move-frames-167; -webkit-animation-duration: 30074ms; animation-duration: 30074ms; -webkit-animation-delay: 14507ms; animation-delay: 14507ms; } @-webkit-keyframes move-frames-167 { from { transform: translate3d(69vw, 109vh, 0); } to { transform: translate3d(61vw, -113vh, 0); } } @keyframes move-frames-167 { from { transform: translate3d(69vw, 109vh, 0); } to { transform: translate3d(61vw, -113vh, 0); } } .circle-container:nth-child(167) .circle { -webkit-animation-delay: 3113ms; animation-delay: 3113ms; } .circle-container:nth-child(168) { width: 2px; height: 2px; -webkit-animation-name: move-frames-168; animation-name: move-frames-168; -webkit-animation-duration: 31984ms; animation-duration: 31984ms; -webkit-animation-delay: 10614ms; animation-delay: 10614ms; } @-webkit-keyframes move-frames-168 { from { transform: translate3d(16vw, 101vh, 0); } to { transform: translate3d(82vw, -129vh, 0); } } @keyframes move-frames-168 { from { transform: translate3d(16vw, 101vh, 0); } to { transform: translate3d(82vw, -129vh, 0); } } .circle-container:nth-child(168) .circle { -webkit-animation-delay: 3879ms; animation-delay: 3879ms; } .circle-container:nth-child(169) { width: 1px; height: 1px; -webkit-animation-name: move-frames-169; animation-name: move-frames-169; -webkit-animation-duration: 32771ms; animation-duration: 32771ms; -webkit-animation-delay: 801ms; animation-delay: 801ms; } @-webkit-keyframes move-frames-169 { from { transform: translate3d(56vw, 102vh, 0); } to { transform: translate3d(28vw, -120vh, 0); } } @keyframes move-frames-169 { from { transform: translate3d(56vw, 102vh, 0); } to { transform: translate3d(28vw, -120vh, 0); } } .circle-container:nth-child(169) .circle { -webkit-animation-delay: 1516ms; animation-delay: 1516ms; } .circle-container:nth-child(170) { width: 2px; height: 2px; -webkit-animation-name: move-frames-170; animation-name: move-frames-170; -webkit-animation-duration: 32419ms; animation-duration: 32419ms; -webkit-animation-delay: 16080ms; animation-delay: 16080ms; } @-webkit-keyframes move-frames-170 { from { transform: translate3d(32vw, 108vh, 0); } to { transform: translate3d(94vw, -117vh, 0); } } @keyframes move-frames-170 { from { transform: translate3d(32vw, 108vh, 0); } to { transform: translate3d(94vw, -117vh, 0); } } .circle-container:nth-child(170) .circle { -webkit-animation-delay: 3144ms; animation-delay: 3144ms; } .circle-container:nth-child(171) { width: 6px; height: 6px; -webkit-animation-name: move-frames-171; animation-name: move-frames-171; -webkit-animation-duration: 34969ms; animation-duration: 34969ms; -webkit-animation-delay: 6632ms; animation-delay: 6632ms; } @-webkit-keyframes move-frames-171 { from { transform: translate3d(28vw, 109vh, 0); } to { transform: translate3d(2vw, -124vh, 0); } } @keyframes move-frames-171 { from { transform: translate3d(28vw, 109vh, 0); } to { transform: translate3d(2vw, -124vh, 0); } } .circle-container:nth-child(171) .circle { -webkit-animation-delay: 3466ms; animation-delay: 3466ms; } .circle-container:nth-child(172) { width: 8px; height: 8px; -webkit-animation-name: move-frames-172; animation-name: move-frames-172; -webkit-animation-duration: 35470ms; animation-duration: 35470ms; -webkit-animation-delay: 8243ms; animation-delay: 8243ms; } @-webkit-keyframes move-frames-172 { from { transform: translate3d(26vw, 102vh, 0); } to { transform: translate3d(3vw, -125vh, 0); } } @keyframes move-frames-172 { from { transform: translate3d(26vw, 102vh, 0); } to { transform: translate3d(3vw, -125vh, 0); } } .circle-container:nth-child(172) .circle { -webkit-animation-delay: 2041ms; animation-delay: 2041ms; } .circle-container:nth-child(173) { width: 5px; height: 5px; -webkit-animation-name: move-frames-173; animation-name: move-frames-173; -webkit-animation-duration: 32893ms; animation-duration: 32893ms; -webkit-animation-delay: 22065ms; animation-delay: 22065ms; } @-webkit-keyframes move-frames-173 { from { transform: translate3d(7vw, 109vh, 0); } to { transform: translate3d(70vw, -113vh, 0); } } @keyframes move-frames-173 { from { transform: translate3d(7vw, 109vh, 0); } to { transform: translate3d(70vw, -113vh, 0); } } .circle-container:nth-child(173) .circle { -webkit-animation-delay: 1560ms; animation-delay: 1560ms; } .circle-container:nth-child(174) { width: 8px; height: 8px; -webkit-animation-name: move-frames-174; animation-name: move-frames-174; -webkit-animation-duration: 29431ms; animation-duration: 29431ms; -webkit-animation-delay: 8809ms; animation-delay: 8809ms; } @-webkit-keyframes move-frames-174 { from { transform: translate3d(60vw, 109vh, 0); } to { transform: translate3d(86vw, -125vh, 0); } } @keyframes move-frames-174 { from { transform: translate3d(60vw, 109vh, 0); } to { transform: translate3d(86vw, -125vh, 0); } } .circle-container:nth-child(174) .circle { -webkit-animation-delay: 1655ms; animation-delay: 1655ms; } .circle-container:nth-child(175) { width: 3px; height: 3px; -webkit-animation-name: move-frames-175; animation-name: move-frames-175; -webkit-animation-duration: 33963ms; animation-duration: 33963ms; -webkit-animation-delay: 20921ms; animation-delay: 20921ms; } @-webkit-keyframes move-frames-175 { from { transform: translate3d(100vw, 106vh, 0); } to { transform: translate3d(96vw, -112vh, 0); } } @keyframes move-frames-175 { from { transform: translate3d(100vw, 106vh, 0); } to { transform: translate3d(96vw, -112vh, 0); } } .circle-container:nth-child(175) .circle { -webkit-animation-delay: 3766ms; animation-delay: 3766ms; } .circle-container:nth-child(176) { width: 4px; height: 4px; -webkit-animation-name: move-frames-176; animation-name: move-frames-176; -webkit-animation-duration: 33478ms; animation-duration: 33478ms; -webkit-animation-delay: 26757ms; animation-delay: 26757ms; } @-webkit-keyframes move-frames-176 { from { transform: translate3d(80vw, 108vh, 0); } to { transform: translate3d(62vw, -120vh, 0); } } @keyframes move-frames-176 { from { transform: translate3d(80vw, 108vh, 0); } to { transform: translate3d(62vw, -120vh, 0); } } .circle-container:nth-child(176) .circle { -webkit-animation-delay: 1041ms; animation-delay: 1041ms; } .circle-container:nth-child(177) { width: 6px; height: 6px; -webkit-animation-name: move-frames-177; animation-name: move-frames-177; -webkit-animation-duration: 36680ms; animation-duration: 36680ms; -webkit-animation-delay: 27149ms; animation-delay: 27149ms; } @-webkit-keyframes move-frames-177 { from { transform: translate3d(7vw, 107vh, 0); } to { transform: translate3d(5vw, -137vh, 0); } } @keyframes move-frames-177 { from { transform: translate3d(7vw, 107vh, 0); } to { transform: translate3d(5vw, -137vh, 0); } } .circle-container:nth-child(177) .circle { -webkit-animation-delay: 3995ms; animation-delay: 3995ms; } .circle-container:nth-child(178) { width: 4px; height: 4px; -webkit-animation-name: move-frames-178; animation-name: move-frames-178; -webkit-animation-duration: 32249ms; animation-duration: 32249ms; -webkit-animation-delay: 32118ms; animation-delay: 32118ms; } @-webkit-keyframes move-frames-178 { from { transform: translate3d(59vw, 110vh, 0); } to { transform: translate3d(77vw, -130vh, 0); } } @keyframes move-frames-178 { from { transform: translate3d(59vw, 110vh, 0); } to { transform: translate3d(77vw, -130vh, 0); } } .circle-container:nth-child(178) .circle { -webkit-animation-delay: 1137ms; animation-delay: 1137ms; } .circle-container:nth-child(179) { width: 5px; height: 5px; -webkit-animation-name: move-frames-179; animation-name: move-frames-179; -webkit-animation-duration: 33440ms; animation-duration: 33440ms; -webkit-animation-delay: 12123ms; animation-delay: 12123ms; } @-webkit-keyframes move-frames-179 { from { transform: translate3d(57vw, 108vh, 0); } to { transform: translate3d(40vw, -131vh, 0); } } @keyframes move-frames-179 { from { transform: translate3d(57vw, 108vh, 0); } to { transform: translate3d(40vw, -131vh, 0); } } .circle-container:nth-child(179) .circle { -webkit-animation-delay: 3656ms; animation-delay: 3656ms; } .circle-container:nth-child(180) { width: 8px; height: 8px; -webkit-animation-name: move-frames-180; animation-name: move-frames-180; -webkit-animation-duration: 34407ms; animation-duration: 34407ms; -webkit-animation-delay: 35337ms; animation-delay: 35337ms; } @-webkit-keyframes move-frames-180 { from { transform: translate3d(91vw, 101vh, 0); } to { transform: translate3d(55vw, -115vh, 0); } } @keyframes move-frames-180 { from { transform: translate3d(91vw, 101vh, 0); } to { transform: translate3d(55vw, -115vh, 0); } } .circle-container:nth-child(180) .circle { -webkit-animation-delay: 2220ms; animation-delay: 2220ms; } .circle-container:nth-child(181) { width: 6px; height: 6px; -webkit-animation-name: move-frames-181; animation-name: move-frames-181; -webkit-animation-duration: 36231ms; animation-duration: 36231ms; -webkit-animation-delay: 26750ms; animation-delay: 26750ms; } @-webkit-keyframes move-frames-181 { from { transform: translate3d(16vw, 108vh, 0); } to { transform: translate3d(26vw, -136vh, 0); } } @keyframes move-frames-181 { from { transform: translate3d(16vw, 108vh, 0); } to { transform: translate3d(26vw, -136vh, 0); } } .circle-container:nth-child(181) .circle { -webkit-animation-delay: 3275ms; animation-delay: 3275ms; } .circle-container:nth-child(182) { width: 8px; height: 8px; -webkit-animation-name: move-frames-182; animation-name: move-frames-182; -webkit-animation-duration: 30457ms; animation-duration: 30457ms; -webkit-animation-delay: 19208ms; animation-delay: 19208ms; } @-webkit-keyframes move-frames-182 { from { transform: translate3d(19vw, 110vh, 0); } to { transform: translate3d(89vw, -115vh, 0); } } @keyframes move-frames-182 { from { transform: translate3d(19vw, 110vh, 0); } to { transform: translate3d(89vw, -115vh, 0); } } .circle-container:nth-child(182) .circle { -webkit-animation-delay: 1950ms; animation-delay: 1950ms; } .circle-container:nth-child(183) { width: 8px; height: 8px; -webkit-animation-name: move-frames-183; animation-name: move-frames-183; -webkit-animation-duration: 29818ms; animation-duration: 29818ms; -webkit-animation-delay: 12704ms; animation-delay: 12704ms; } @-webkit-keyframes move-frames-183 { from { transform: translate3d(6vw, 101vh, 0); } to { transform: translate3d(31vw, -122vh, 0); } } @keyframes move-frames-183 { from { transform: translate3d(6vw, 101vh, 0); } to { transform: translate3d(31vw, -122vh, 0); } } .circle-container:nth-child(183) .circle { -webkit-animation-delay: 2037ms; animation-delay: 2037ms; } .circle-container:nth-child(184) { width: 7px; height: 7px; -webkit-animation-name: move-frames-184; animation-name: move-frames-184; -webkit-animation-duration: 34972ms; animation-duration: 34972ms; -webkit-animation-delay: 1275ms; animation-delay: 1275ms; } @-webkit-keyframes move-frames-184 { from { transform: translate3d(41vw, 103vh, 0); } to { transform: translate3d(53vw, -125vh, 0); } } @keyframes move-frames-184 { from { transform: translate3d(41vw, 103vh, 0); } to { transform: translate3d(53vw, -125vh, 0); } } .circle-container:nth-child(184) .circle { -webkit-animation-delay: 3595ms; animation-delay: 3595ms; } .circle-container:nth-child(185) { width: 6px; height: 6px; -webkit-animation-name: move-frames-185; animation-name: move-frames-185; -webkit-animation-duration: 34822ms; animation-duration: 34822ms; -webkit-animation-delay: 27639ms; animation-delay: 27639ms; } @-webkit-keyframes move-frames-185 { from { transform: translate3d(58vw, 109vh, 0); } to { transform: translate3d(26vw, -138vh, 0); } } @keyframes move-frames-185 { from { transform: translate3d(58vw, 109vh, 0); } to { transform: translate3d(26vw, -138vh, 0); } } .circle-container:nth-child(185) .circle { -webkit-animation-delay: 1498ms; animation-delay: 1498ms; } .circle-container:nth-child(186) { width: 4px; height: 4px; -webkit-animation-name: move-frames-186; animation-name: move-frames-186; -webkit-animation-duration: 31394ms; animation-duration: 31394ms; -webkit-animation-delay: 6286ms; animation-delay: 6286ms; } @-webkit-keyframes move-frames-186 { from { transform: translate3d(82vw, 107vh, 0); } to { transform: translate3d(88vw, -134vh, 0); } } @keyframes move-frames-186 { from { transform: translate3d(82vw, 107vh, 0); } to { transform: translate3d(88vw, -134vh, 0); } } .circle-container:nth-child(186) .circle { -webkit-animation-delay: 2571ms; animation-delay: 2571ms; } .circle-container:nth-child(187) { width: 2px; height: 2px; -webkit-animation-name: move-frames-187; animation-name: move-frames-187; -webkit-animation-duration: 36116ms; animation-duration: 36116ms; -webkit-animation-delay: 10461ms; animation-delay: 10461ms; } @-webkit-keyframes move-frames-187 { from { transform: translate3d(58vw, 105vh, 0); } to { transform: translate3d(23vw, -113vh, 0); } } @keyframes move-frames-187 { from { transform: translate3d(58vw, 105vh, 0); } to { transform: translate3d(23vw, -113vh, 0); } } .circle-container:nth-child(187) .circle { -webkit-animation-delay: 3050ms; animation-delay: 3050ms; } .circle-container:nth-child(188) { width: 1px; height: 1px; -webkit-animation-name: move-frames-188; animation-name: move-frames-188; -webkit-animation-duration: 35428ms; animation-duration: 35428ms; -webkit-animation-delay: 16460ms; animation-delay: 16460ms; } @-webkit-keyframes move-frames-188 { from { transform: translate3d(62vw, 102vh, 0); } to { transform: translate3d(33vw, -112vh, 0); } } @keyframes move-frames-188 { from { transform: translate3d(62vw, 102vh, 0); } to { transform: translate3d(33vw, -112vh, 0); } } .circle-container:nth-child(188) .circle { -webkit-animation-delay: 2951ms; animation-delay: 2951ms; } .circle-container:nth-child(189) { width: 8px; height: 8px; -webkit-animation-name: move-frames-189; animation-name: move-frames-189; -webkit-animation-duration: 32522ms; animation-duration: 32522ms; -webkit-animation-delay: 32181ms; animation-delay: 32181ms; } @-webkit-keyframes move-frames-189 { from { transform: translate3d(20vw, 104vh, 0); } to { transform: translate3d(93vw, -131vh, 0); } } @keyframes move-frames-189 { from { transform: translate3d(20vw, 104vh, 0); } to { transform: translate3d(93vw, -131vh, 0); } } .circle-container:nth-child(189) .circle { -webkit-animation-delay: 3666ms; animation-delay: 3666ms; } .circle-container:nth-child(190) { width: 2px; height: 2px; -webkit-animation-name: move-frames-190; animation-name: move-frames-190; -webkit-animation-duration: 34537ms; animation-duration: 34537ms; -webkit-animation-delay: 587ms; animation-delay: 587ms; } @-webkit-keyframes move-frames-190 { from { transform: translate3d(37vw, 108vh, 0); } to { transform: translate3d(90vw, -135vh, 0); } } @keyframes move-frames-190 { from { transform: translate3d(37vw, 108vh, 0); } to { transform: translate3d(90vw, -135vh, 0); } } .circle-container:nth-child(190) .circle { -webkit-animation-delay: 2287ms; animation-delay: 2287ms; } .circle-container:nth-child(191) { width: 1px; height: 1px; -webkit-animation-name: move-frames-191; animation-name: move-frames-191; -webkit-animation-duration: 30865ms; animation-duration: 30865ms; -webkit-animation-delay: 9844ms; animation-delay: 9844ms; } @-webkit-keyframes move-frames-191 { from { transform: translate3d(49vw, 104vh, 0); } to { transform: translate3d(87vw, -132vh, 0); } } @keyframes move-frames-191 { from { transform: translate3d(49vw, 104vh, 0); } to { transform: translate3d(87vw, -132vh, 0); } } .circle-container:nth-child(191) .circle { -webkit-animation-delay: 3343ms; animation-delay: 3343ms; } .circle-container:nth-child(192) { width: 8px; height: 8px; -webkit-animation-name: move-frames-192; animation-name: move-frames-192; -webkit-animation-duration: 28096ms; animation-duration: 28096ms; -webkit-animation-delay: 15773ms; animation-delay: 15773ms; } @-webkit-keyframes move-frames-192 { from { transform: translate3d(32vw, 105vh, 0); } to { transform: translate3d(11vw, -131vh, 0); } } @keyframes move-frames-192 { from { transform: translate3d(32vw, 105vh, 0); } to { transform: translate3d(11vw, -131vh, 0); } } .circle-container:nth-child(192) .circle { -webkit-animation-delay: 1273ms; animation-delay: 1273ms; } .circle-container:nth-child(193) { width: 7px; height: 7px; -webkit-animation-name: move-frames-193; animation-name: move-frames-193; -webkit-animation-duration: 36969ms; animation-duration: 36969ms; -webkit-animation-delay: 31961ms; animation-delay: 31961ms; } @-webkit-keyframes move-frames-193 { from { transform: translate3d(31vw, 101vh, 0); } to { transform: translate3d(44vw, -127vh, 0); } } @keyframes move-frames-193 { from { transform: translate3d(31vw, 101vh, 0); } to { transform: translate3d(44vw, -127vh, 0); } } .circle-container:nth-child(193) .circle { -webkit-animation-delay: 2115ms; animation-delay: 2115ms; } .circle-container:nth-child(194) { width: 1px; height: 1px; -webkit-animation-name: move-frames-194; animation-name: move-frames-194; -webkit-animation-duration: 36471ms; animation-duration: 36471ms; -webkit-animation-delay: 3019ms; animation-delay: 3019ms; } @-webkit-keyframes move-frames-194 { from { transform: translate3d(92vw, 101vh, 0); } to { transform: translate3d(56vw, -122vh, 0); } } @keyframes move-frames-194 { from { transform: translate3d(92vw, 101vh, 0); } to { transform: translate3d(56vw, -122vh, 0); } } .circle-container:nth-child(194) .circle { -webkit-animation-delay: 2742ms; animation-delay: 2742ms; } .circle-container:nth-child(195) { width: 8px; height: 8px; -webkit-animation-name: move-frames-195; animation-name: move-frames-195; -webkit-animation-duration: 33286ms; animation-duration: 33286ms; -webkit-animation-delay: 29804ms; animation-delay: 29804ms; } @-webkit-keyframes move-frames-195 { from { transform: translate3d(90vw, 106vh, 0); } to { transform: translate3d(27vw, -110vh, 0); } } @keyframes move-frames-195 { from { transform: translate3d(90vw, 106vh, 0); } to { transform: translate3d(27vw, -110vh, 0); } } .circle-container:nth-child(195) .circle { -webkit-animation-delay: 3180ms; animation-delay: 3180ms; } .circle-container:nth-child(196) { width: 8px; height: 8px; -webkit-animation-name: move-frames-196; animation-name: move-frames-196; -webkit-animation-duration: 35204ms; animation-duration: 35204ms; -webkit-animation-delay: 3743ms; animation-delay: 3743ms; } @-webkit-keyframes move-frames-196 { from { transform: translate3d(34vw, 104vh, 0); } to { transform: translate3d(63vw, -110vh, 0); } } @keyframes move-frames-196 { from { transform: translate3d(34vw, 104vh, 0); } to { transform: translate3d(63vw, -110vh, 0); } } .circle-container:nth-child(196) .circle { -webkit-animation-delay: 150ms; animation-delay: 150ms; } .circle-container:nth-child(197) { width: 8px; height: 8px; -webkit-animation-name: move-frames-197; animation-name: move-frames-197; -webkit-animation-duration: 31335ms; animation-duration: 31335ms; -webkit-animation-delay: 10592ms; animation-delay: 10592ms; } @-webkit-keyframes move-frames-197 { from { transform: translate3d(79vw, 104vh, 0); } to { transform: translate3d(69vw, -133vh, 0); } } @keyframes move-frames-197 { from { transform: translate3d(79vw, 104vh, 0); } to { transform: translate3d(69vw, -133vh, 0); } } .circle-container:nth-child(197) .circle { -webkit-animation-delay: 475ms; animation-delay: 475ms; } .circle-container:nth-child(198) { width: 1px; height: 1px; -webkit-animation-name: move-frames-198; animation-name: move-frames-198; -webkit-animation-duration: 32667ms; animation-duration: 32667ms; -webkit-animation-delay: 12830ms; animation-delay: 12830ms; } @-webkit-keyframes move-frames-198 { from { transform: translate3d(60vw, 101vh, 0); } to { transform: translate3d(73vw, -122vh, 0); } } @keyframes move-frames-198 { from { transform: translate3d(60vw, 101vh, 0); } to { transform: translate3d(73vw, -122vh, 0); } } .circle-container:nth-child(198) .circle { -webkit-animation-delay: 453ms; animation-delay: 453ms; } .circle-container:nth-child(199) { width: 4px; height: 4px; -webkit-animation-name: move-frames-199; animation-name: move-frames-199; -webkit-animation-duration: 32303ms; animation-duration: 32303ms; -webkit-animation-delay: 1352ms; animation-delay: 1352ms; } @-webkit-keyframes move-frames-199 { from { transform: translate3d(58vw, 101vh, 0); } to { transform: translate3d(20vw, -115vh, 0); } } @keyframes move-frames-199 { from { transform: translate3d(58vw, 101vh, 0); } to { transform: translate3d(20vw, -115vh, 0); } } .circle-container:nth-child(199) .circle { -webkit-animation-delay: 3783ms; animation-delay: 3783ms; } .circle-container:nth-child(200) { width: 5px; height: 5px; -webkit-animation-name: move-frames-200; animation-name: move-frames-200; -webkit-animation-duration: 31883ms; animation-duration: 31883ms; -webkit-animation-delay: 11857ms; animation-delay: 11857ms; } @-webkit-keyframes move-frames-200 { from { transform: translate3d(96vw, 109vh, 0); } to { transform: translate3d(61vw, -112vh, 0); } } @keyframes move-frames-200 { from { transform: translate3d(96vw, 109vh, 0); } to { transform: translate3d(61vw, -112vh, 0); } } .circle-container:nth-child(200) .circle { -webkit-animation-delay: 3529ms; animation-delay: 3529ms; } .message { position: absolute; right: 20px; bottom: 10px; color: white; font-family: "Josefin Slab", serif; line-height: 27px; font-size: 18px; text-align: right; pointer-events: none; -webkit-animation: message-frames 1.5s ease 5s forwards; animation: message-frames 1.5s ease 5s forwards; opacity: 0; } @-webkit-keyframes message-frames { from { opacity: 0; } to { opacity: 1; } } @keyframes message-frames { from { opacity: 0; } to { opacity: 1; } }
0.45423
0.081119
img{ max-width: 100%; } span.red{ color: red; } a{ color: #0073aa; cursor: pointer; } table input[type=checkbox],table input[type=radio] { border: 1px solid #7e8993; border-radius: 4px; background: #fff; color: #555; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 1rem; margin: -.25rem .25rem 0 0; outline: 0; padding: 0!important; text-align: center; vertical-align: middle; width: 1rem; min-width: 1rem; -webkit-appearance: none; box-shadow: inset 0 1px 2px rgba(0,0,0,.1); transition: .05s border-color ease-in-out; } table input[type=checkbox]:checked::before { content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E); margin: -.1875rem 0 0 -.25rem; height: 1.3125rem; width: 1.3125rem; } table input[type=checkbox]:checked::before,table input[type=radio]:checked::before { float: left; display: inline-block; vertical-align: middle; width: 20px; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } table .column-thumb{ width: 52px; text-align: center; white-space: nowrap; } .um-field-error { width: auto; max-width: 100%; background: #C74A4A; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #fff; box-sizing: border-box; position: relative; padding: 8px 12px; font-size: 14px; line-height: 20px !important; margin: 12px 0 0 0; display: inline-block; } .um-field-arrow { top: -17px; left: 10px; position: absolute; z-index: 1; color: #C74A4A; font-size: 28px; line-height: 1em !important; } #form-upload-media{ padding: 20px; border: 2px dashed #a8a5a5; text-align: center; position: relative; } #form-upload-media [name="UploadMedia"]{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.01; cursor: pointer; } #form-upload-media .btn-button-upload{ border: 2px dashed #a8a5a5; background-color: #fff; padding: 10px 30px; text-transform: uppercase; color: #a8a5a5; margin-bottom: 20px; } #form-upload-media:hover, #form-upload-media:hover .btn-button-upload{ border-color: #000; color: #000; } .item-media{ text-align: center; } #grid-medias .link{ height: 200px; width: 200px; display: inline-block; background-size: cover; background-repeat: no-repeat; border: 2px solid transparent; padding: 10px; position: relative; } .item-media:hover .link{ border-color: #000 !important; cursor: pointer; } #grid-medias .link img{ display: none; } #grid-medias .link.active:after, #grid-medias .link:hover:after{ content: ""; position: absolute; background-color: #6ec6e87d; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; } #grid-medias .link:hover img{ display: block; position: absolute; width: 80px; top: calc(50% - 40px); left: calc(50% - 40px); z-index: 2; } .btn-default.active { background-color: #e9ecef; color: #2b2b2b; } .item-media .name-media{ position: absolute; bottom: -25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; font-size: 12px; } #grid-medias .item-media:hover .name-media{ display: none !important; } #MediaModal .content .card-body{ text-align: center; } .callout-info .btn-app{ text-decoration: none; } .callout-info .btn-app:hover{ border-color: #aaa; color: #444; } .img_featured{ width: 100px; height: 100px; background-size: cover; background-repeat: no-repeat; } table.list-media .item-media{ text-align: left; } #list-medias tr:hover td.link a{ color: #007bff; cursor: pointer; } .upload-file{ padding: 20px; border: 2px dashed #a8a5a5; text-align: center; position: relative; } .upload-file .file-audio { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.01; cursor: pointer; } .upload-file > button { border: 2px dashed #a8a5a5; background-color: #fff; padding: 10px 30px; text-transform: uppercase; color: #a8a5a5; } .upload-file:hover,.upload-file:hover > button { border-color: #000; color: #000; } #MediaModal .card-primary.card-outline{ border-top: none; } #tabs-library #grid-medias .link{ width: 150px; height: 150px; } .item-gallery{ position: relative; } .item-gallery > button{ position: absolute; top: 0; right: 0; background-color: transparent; border: none; } .item-gallery:hover > img{ opacity: 0.25; } .form-control.d-error{ border-color: red; } .item-faq-additional_information .btn-tool { background: 0 0; color: #adb5bd !important; font-size: .875rem; margin: -.75rem 0; padding: .25rem .5rem; } .item-faq-additional_information .btn-tool:hover{ color: #17a2b8 !important; } .list-pages{ position: relative; } #page_menu{ position: absolute; list-style: none; padding: 0; margin: 0; z-index: 2; background-color: #fff; border: 1px solid #ced4da; width: 100%; max-height: 200px; overflow: auto; top: 37px; } /* width */ #page_menu::-webkit-scrollbar { width: 10px; } /* Track */ #page_menu::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ #page_menu::-webkit-scrollbar-thumb { background: #888; } /* Handle on hover */ #page_menu::-webkit-scrollbar-thumb:hover { background: #555; } #page_menu li{ padding: 5px 10px; } #page_menu li:hover{ background-color: #007bff; color: #fff; cursor: pointer; } .product_image{ max-width: 100px; } .product_name{ max-width: 300px; white-space: normal; } .item-attibute .action{ opacity: 0; font-size: 15px; } .item-attibute:hover .action{ opacity: 1; } i[data-toggle="tooltip"]{ font-size: 24px; } #form-create-attribute img{ max-width: 200px; } .item-product-varition{ position:relative ; } .item-product-varition .delete_attribute { position: absolute; right: 0; cursor: pointer; } .item-product-varition .delete_attribute:hover{ color: #007bff; } .list-product-invoice a{ color: #000; text-decoration: none; } .form-group{ position: relative; } div[DataCurrency]{ position: absolute; color:#000 ; } .DataCurrencyGet{ position: relative; z-index: 9; width: 100%; color: transparent; background-color: transparent; opacity: 0; } .DataCurrencyGet:focus{ opacity: 1; } #display_categories .badge.color{ box-shadow: 0px 0px 5px #00000066; text-shadow: 0px 0px 4px black; } #import_file_products .custom-file-import{ padding: 20px; border: 2px dashed #a8a5a5; text-align: center; position: relative; } #import_file_products .custom-file-import .custom-file-input{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.01; cursor: pointer; } #import_file_products .custom-file-import .custom-file-button{ border: 2px dashed #a8a5a5; background-color: #fff; padding: 10px 30px; text-transform: uppercase; color: #a8a5a5; margin-bottom: 20px; } #import_file_products .custom-file-import:hover, #import_file_products .custom-file-import:hover .custom-file-button{ border-color: #000; color: #000; } #show_info .table_product{ max-height:600px; overflow: auto; } #show_info .table_product img{ max-height: 80px; width: auto; } #show_info .table_product .table .thead-dark th:not(:first-child){ min-width: 185px; } /* width */ .table_product::-webkit-scrollbar { width: 10px; } /* Track */ .table_product::-webkit-scrollbar-track { background: #fff; } /* Handle */ .table_product::-webkit-scrollbar-thumb { background: #0c1b41; border-right: 3px solid #fff; } /* Handle on hover */ .table_product::-webkit-scrollbar-thumb:hover { background: #0c1b41; } .product_name .title a{ color: #000; } .item_reply_question{ outline: none; } .error-input{ border-width: 2px !important; height: 42px; border-radius: 7px; } .list_product_category{ overflow: auto; height: 200px; border: 1px solid #ced4da; padding: 10px; margin-bottom: 20px; } .apply-edit-product{ display: flex; padding: 20px 0; } .apply-edit-product .form-group-edit{ width: 100%; margin: 0 20px; } td.category_product{ max-width: 300px; display: block; white-space: normal; color: #17a2b8; } td.category_product a:hover{ color: #343a40; } .group-button-apply{ max-width: 200px; } .list_fail_product > div{ color: red; margin-bottom: 5px; } [Data-Check-Default]{ margin-right: 10px; cursor: pointer; } [Data-Check-Default] i{ color: #17a2b8; font-size: 26px; } .active[Data-Check-Default] .far.fa-star, .none[Data-Check-Default] .fas.fa-star{ display: none; } .bd-callout { padding: 1.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem; border: 1px solid #e9ecef; border-left-width: .25rem; border-radius: .25rem; } .bd-callout-warning { border-left-color: #f0ad4e; } [data-check-default]{ display: inline-block; } [Display-Attribute-Product] span.badge{ font-size: 18px; } .display-media-attribute > .btn{ position: relative; } .display-media-attribute .button_upload_media_i{ border: 1px solid #ccc; border-radius: 3px; } .display-media-attribute .btn > div{ width: 100px; } .display-media-attribute .btn button{ display: none; } .display-media-attribute .btn:hover button{ display: block; border: 0; font-size: 11px; padding: 0; position: absolute; top: 0; left: 0; background-color: #00000070; color: #fff; margin: 0 !important; width: 100%; height: 100%; border-radius: 0; } .display-media-attribute .btn div img{ width: 60px; } [Display-Attribute-Product] .title-attribute{ min-width: 100px; } [data_thumbnail_color_min]{ padding: 3px; } [data_thumbnail_color_min] > div{ width: 30px !important; } [data_thumbnail_color_min] > button{ min-width: auto !important; font-size: 0 !important; } [data_thumbnail_color_min] img{ width: 30px !important; } [Data_Thumbnail_Product]{ margin-left: 20px; } .color-gallery .item-gallery{ position: relative; height: 150px; padding: 5px; border: 1px solid #ccc; margin: 0px 5px; border-radius: 3px; } .color-gallery .item-gallery img{ height: 140px; } .color-gallery .item-gallery button{ display: none; } .color-gallery .item-gallery:hover button{ display: block; } .add_gallery_media{ padding: 62px 15px; border: 2px dashed #000; display: inline-block; text-transform: uppercase; font-size: 14px; } /*Loading page*/ #loadingpage{ display: block; position: fixed; width: 100%; height: 100%; background-color: #0c1b4199; top: 0; left: 0; z-index: 999; } .lds-ripple { display: inline-block; position: absolute; width: 150px; height: 150px; top: calc( 50% - 75px); left: calc( 50% - 75px); } .lds-ripple div { position: absolute; border: 4px solid #fff; opacity: 1; border-radius: 50%; animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .lds-ripple div:nth-child(2) { animation-delay: -0.5s; } @keyframes lds-ripple { 0% { top: 72px; left: 72px; width: 0; height: 0; opacity: 1; } 100% { top: 0px; left: 0px; width: 144px; height: 144px; opacity: 0; } } .lds-ellipsis { position: relative; height: 40px; width: 80px; margin: 0 auto; } .lds-ellipsis div { position: absolute; top: 15px; width: 13px; height: 13px; border-radius: 50%; background: #0c1b41; animation-timing-function: cubic-bezier(0, 1, 1, 0); } .lds-ellipsis div:nth-child(1) { left: 8px; animation: lds-ellipsis1 0.6s infinite; } .lds-ellipsis div:nth-child(2) { left: 8px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(3) { left: 32px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(4) { left: 56px; animation: lds-ellipsis3 0.6s infinite; } @keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(24px, 0); } } .lds-ring { display: inline-block; position: relative; width: 80px; height: 80px; } .lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 64px; height: 64px; margin: 8px; border: 8px solid #cef; border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #cef transparent transparent transparent; } .lds-ring div:nth-child(1) { animation-delay: -0.45s; } .lds-ring div:nth-child(2) { animation-delay: -0.3s; } .lds-ring div:nth-child(3) { animation-delay: -0.15s; } @keyframes lds-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .btn-remove:hover{ cursor: pointer; color: #007bff; } #show-images-gallery .add_gallery_media{ width: 100%; text-align: center; padding: 10px 0px; } [data-gallery="button_gallery_product_main"] .item-gallery{ margin-bottom: 20px; max-width: 45%; } [data-gallery="button_gallery_product_main"] [Data_Thumbnail_Product]{ margin: 0px 5px; } .select2-container { max-width: 100%; } [data-type]{ cursor: pointer; }
public_html/css/style_admin.css
img{ max-width: 100%; } span.red{ color: red; } a{ color: #0073aa; cursor: pointer; } table input[type=checkbox],table input[type=radio] { border: 1px solid #7e8993; border-radius: 4px; background: #fff; color: #555; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 1rem; margin: -.25rem .25rem 0 0; outline: 0; padding: 0!important; text-align: center; vertical-align: middle; width: 1rem; min-width: 1rem; -webkit-appearance: none; box-shadow: inset 0 1px 2px rgba(0,0,0,.1); transition: .05s border-color ease-in-out; } table input[type=checkbox]:checked::before { content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E); margin: -.1875rem 0 0 -.25rem; height: 1.3125rem; width: 1.3125rem; } table input[type=checkbox]:checked::before,table input[type=radio]:checked::before { float: left; display: inline-block; vertical-align: middle; width: 20px; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } table .column-thumb{ width: 52px; text-align: center; white-space: nowrap; } .um-field-error { width: auto; max-width: 100%; background: #C74A4A; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #fff; box-sizing: border-box; position: relative; padding: 8px 12px; font-size: 14px; line-height: 20px !important; margin: 12px 0 0 0; display: inline-block; } .um-field-arrow { top: -17px; left: 10px; position: absolute; z-index: 1; color: #C74A4A; font-size: 28px; line-height: 1em !important; } #form-upload-media{ padding: 20px; border: 2px dashed #a8a5a5; text-align: center; position: relative; } #form-upload-media [name="UploadMedia"]{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.01; cursor: pointer; } #form-upload-media .btn-button-upload{ border: 2px dashed #a8a5a5; background-color: #fff; padding: 10px 30px; text-transform: uppercase; color: #a8a5a5; margin-bottom: 20px; } #form-upload-media:hover, #form-upload-media:hover .btn-button-upload{ border-color: #000; color: #000; } .item-media{ text-align: center; } #grid-medias .link{ height: 200px; width: 200px; display: inline-block; background-size: cover; background-repeat: no-repeat; border: 2px solid transparent; padding: 10px; position: relative; } .item-media:hover .link{ border-color: #000 !important; cursor: pointer; } #grid-medias .link img{ display: none; } #grid-medias .link.active:after, #grid-medias .link:hover:after{ content: ""; position: absolute; background-color: #6ec6e87d; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; } #grid-medias .link:hover img{ display: block; position: absolute; width: 80px; top: calc(50% - 40px); left: calc(50% - 40px); z-index: 2; } .btn-default.active { background-color: #e9ecef; color: #2b2b2b; } .item-media .name-media{ position: absolute; bottom: -25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; font-size: 12px; } #grid-medias .item-media:hover .name-media{ display: none !important; } #MediaModal .content .card-body{ text-align: center; } .callout-info .btn-app{ text-decoration: none; } .callout-info .btn-app:hover{ border-color: #aaa; color: #444; } .img_featured{ width: 100px; height: 100px; background-size: cover; background-repeat: no-repeat; } table.list-media .item-media{ text-align: left; } #list-medias tr:hover td.link a{ color: #007bff; cursor: pointer; } .upload-file{ padding: 20px; border: 2px dashed #a8a5a5; text-align: center; position: relative; } .upload-file .file-audio { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.01; cursor: pointer; } .upload-file > button { border: 2px dashed #a8a5a5; background-color: #fff; padding: 10px 30px; text-transform: uppercase; color: #a8a5a5; } .upload-file:hover,.upload-file:hover > button { border-color: #000; color: #000; } #MediaModal .card-primary.card-outline{ border-top: none; } #tabs-library #grid-medias .link{ width: 150px; height: 150px; } .item-gallery{ position: relative; } .item-gallery > button{ position: absolute; top: 0; right: 0; background-color: transparent; border: none; } .item-gallery:hover > img{ opacity: 0.25; } .form-control.d-error{ border-color: red; } .item-faq-additional_information .btn-tool { background: 0 0; color: #adb5bd !important; font-size: .875rem; margin: -.75rem 0; padding: .25rem .5rem; } .item-faq-additional_information .btn-tool:hover{ color: #17a2b8 !important; } .list-pages{ position: relative; } #page_menu{ position: absolute; list-style: none; padding: 0; margin: 0; z-index: 2; background-color: #fff; border: 1px solid #ced4da; width: 100%; max-height: 200px; overflow: auto; top: 37px; } /* width */ #page_menu::-webkit-scrollbar { width: 10px; } /* Track */ #page_menu::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ #page_menu::-webkit-scrollbar-thumb { background: #888; } /* Handle on hover */ #page_menu::-webkit-scrollbar-thumb:hover { background: #555; } #page_menu li{ padding: 5px 10px; } #page_menu li:hover{ background-color: #007bff; color: #fff; cursor: pointer; } .product_image{ max-width: 100px; } .product_name{ max-width: 300px; white-space: normal; } .item-attibute .action{ opacity: 0; font-size: 15px; } .item-attibute:hover .action{ opacity: 1; } i[data-toggle="tooltip"]{ font-size: 24px; } #form-create-attribute img{ max-width: 200px; } .item-product-varition{ position:relative ; } .item-product-varition .delete_attribute { position: absolute; right: 0; cursor: pointer; } .item-product-varition .delete_attribute:hover{ color: #007bff; } .list-product-invoice a{ color: #000; text-decoration: none; } .form-group{ position: relative; } div[DataCurrency]{ position: absolute; color:#000 ; } .DataCurrencyGet{ position: relative; z-index: 9; width: 100%; color: transparent; background-color: transparent; opacity: 0; } .DataCurrencyGet:focus{ opacity: 1; } #display_categories .badge.color{ box-shadow: 0px 0px 5px #00000066; text-shadow: 0px 0px 4px black; } #import_file_products .custom-file-import{ padding: 20px; border: 2px dashed #a8a5a5; text-align: center; position: relative; } #import_file_products .custom-file-import .custom-file-input{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.01; cursor: pointer; } #import_file_products .custom-file-import .custom-file-button{ border: 2px dashed #a8a5a5; background-color: #fff; padding: 10px 30px; text-transform: uppercase; color: #a8a5a5; margin-bottom: 20px; } #import_file_products .custom-file-import:hover, #import_file_products .custom-file-import:hover .custom-file-button{ border-color: #000; color: #000; } #show_info .table_product{ max-height:600px; overflow: auto; } #show_info .table_product img{ max-height: 80px; width: auto; } #show_info .table_product .table .thead-dark th:not(:first-child){ min-width: 185px; } /* width */ .table_product::-webkit-scrollbar { width: 10px; } /* Track */ .table_product::-webkit-scrollbar-track { background: #fff; } /* Handle */ .table_product::-webkit-scrollbar-thumb { background: #0c1b41; border-right: 3px solid #fff; } /* Handle on hover */ .table_product::-webkit-scrollbar-thumb:hover { background: #0c1b41; } .product_name .title a{ color: #000; } .item_reply_question{ outline: none; } .error-input{ border-width: 2px !important; height: 42px; border-radius: 7px; } .list_product_category{ overflow: auto; height: 200px; border: 1px solid #ced4da; padding: 10px; margin-bottom: 20px; } .apply-edit-product{ display: flex; padding: 20px 0; } .apply-edit-product .form-group-edit{ width: 100%; margin: 0 20px; } td.category_product{ max-width: 300px; display: block; white-space: normal; color: #17a2b8; } td.category_product a:hover{ color: #343a40; } .group-button-apply{ max-width: 200px; } .list_fail_product > div{ color: red; margin-bottom: 5px; } [Data-Check-Default]{ margin-right: 10px; cursor: pointer; } [Data-Check-Default] i{ color: #17a2b8; font-size: 26px; } .active[Data-Check-Default] .far.fa-star, .none[Data-Check-Default] .fas.fa-star{ display: none; } .bd-callout { padding: 1.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem; border: 1px solid #e9ecef; border-left-width: .25rem; border-radius: .25rem; } .bd-callout-warning { border-left-color: #f0ad4e; } [data-check-default]{ display: inline-block; } [Display-Attribute-Product] span.badge{ font-size: 18px; } .display-media-attribute > .btn{ position: relative; } .display-media-attribute .button_upload_media_i{ border: 1px solid #ccc; border-radius: 3px; } .display-media-attribute .btn > div{ width: 100px; } .display-media-attribute .btn button{ display: none; } .display-media-attribute .btn:hover button{ display: block; border: 0; font-size: 11px; padding: 0; position: absolute; top: 0; left: 0; background-color: #00000070; color: #fff; margin: 0 !important; width: 100%; height: 100%; border-radius: 0; } .display-media-attribute .btn div img{ width: 60px; } [Display-Attribute-Product] .title-attribute{ min-width: 100px; } [data_thumbnail_color_min]{ padding: 3px; } [data_thumbnail_color_min] > div{ width: 30px !important; } [data_thumbnail_color_min] > button{ min-width: auto !important; font-size: 0 !important; } [data_thumbnail_color_min] img{ width: 30px !important; } [Data_Thumbnail_Product]{ margin-left: 20px; } .color-gallery .item-gallery{ position: relative; height: 150px; padding: 5px; border: 1px solid #ccc; margin: 0px 5px; border-radius: 3px; } .color-gallery .item-gallery img{ height: 140px; } .color-gallery .item-gallery button{ display: none; } .color-gallery .item-gallery:hover button{ display: block; } .add_gallery_media{ padding: 62px 15px; border: 2px dashed #000; display: inline-block; text-transform: uppercase; font-size: 14px; } /*Loading page*/ #loadingpage{ display: block; position: fixed; width: 100%; height: 100%; background-color: #0c1b4199; top: 0; left: 0; z-index: 999; } .lds-ripple { display: inline-block; position: absolute; width: 150px; height: 150px; top: calc( 50% - 75px); left: calc( 50% - 75px); } .lds-ripple div { position: absolute; border: 4px solid #fff; opacity: 1; border-radius: 50%; animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .lds-ripple div:nth-child(2) { animation-delay: -0.5s; } @keyframes lds-ripple { 0% { top: 72px; left: 72px; width: 0; height: 0; opacity: 1; } 100% { top: 0px; left: 0px; width: 144px; height: 144px; opacity: 0; } } .lds-ellipsis { position: relative; height: 40px; width: 80px; margin: 0 auto; } .lds-ellipsis div { position: absolute; top: 15px; width: 13px; height: 13px; border-radius: 50%; background: #0c1b41; animation-timing-function: cubic-bezier(0, 1, 1, 0); } .lds-ellipsis div:nth-child(1) { left: 8px; animation: lds-ellipsis1 0.6s infinite; } .lds-ellipsis div:nth-child(2) { left: 8px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(3) { left: 32px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(4) { left: 56px; animation: lds-ellipsis3 0.6s infinite; } @keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(24px, 0); } } .lds-ring { display: inline-block; position: relative; width: 80px; height: 80px; } .lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 64px; height: 64px; margin: 8px; border: 8px solid #cef; border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #cef transparent transparent transparent; } .lds-ring div:nth-child(1) { animation-delay: -0.45s; } .lds-ring div:nth-child(2) { animation-delay: -0.3s; } .lds-ring div:nth-child(3) { animation-delay: -0.15s; } @keyframes lds-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .btn-remove:hover{ cursor: pointer; color: #007bff; } #show-images-gallery .add_gallery_media{ width: 100%; text-align: center; padding: 10px 0px; } [data-gallery="button_gallery_product_main"] .item-gallery{ margin-bottom: 20px; max-width: 45%; } [data-gallery="button_gallery_product_main"] [Data_Thumbnail_Product]{ margin: 0px 5px; } .select2-container { max-width: 100%; } [data-type]{ cursor: pointer; }
0.372391
0.098166
html { width: 100%; height: 100%; background-color: #2D2D2D; } body { width: 100%; font-family: "Raleway", "Times New Roman", Times, serif; background-image: url("/themes/simple/images/main-bg.png"); background-position: center; background-repeat: no-repeat; background-size: cover; } .no-gutter { padding: 0 !important; margin: 0 !important; } .no-padding { padding: 0 !important; } .primary-font { color: #2C78AF; } .secondary-font { color: #FFC110; } .main { min-height: 500px; } .ellipsis { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .good { color: green; } .bad { color: red; } .block { background-color: #FEFEFE; min-height: 300px; border-top: 5px solid #FFC110; border-bottom: 5px solid #FFC110; padding: 20px 30px; margin-bottom: 20px; } header { min-height: 120px; } header .nav-row { background-color: #F8F8F8; } header .nav-row .navbar { margin-bottom: 0; border: none; } header .container { position: relative; } header .brand { width: 300px; position: absolute; top: 0; left: 0; } header .current { text-align: right; } header .current a { color: #FFC110 !important; } header .link { text-align: right; } header .link a { color: #2C78AF !important; } .HomePage .content { margin-top: 50px; } .HomePage .content .calc-form .field#GasAmount { display: none; } .HomePage .content .calc-form .field { margin-bottom: 10px; } .HomePage .content .calc-form input.checkbox { margin-left: 0; } .HomePage .content .calc-form .middleColumn input { width: 100%; } .HomePage .content .calc-form .Actions { float: right; margin-top: 10px; } .HomePage .content .calc-form .Actions .action { background-color: #FFC110; border: 1px solid #2C78AF; border-radius: 5px; } .HomePage .content .news { position: relative; padding-top: 10px; padding-bottom: 15px; } .HomePage .content .news .title { position: absolute; top: 0; left: 0; right: 0; padding: 5px 30px; height: 36px; line-height: 26px; background-color: #F1F1F1; border-bottom: 1px solid #C7C7C7; color: #FFC110; font-weight: bold; font-size: 18px; } .HomePage .content .news .summaries { padding: 20px 0 0 0; } .HomePage .content .news .summaries li { list-style: none; border-bottom: 1px solid #CCCCCC; } .HomePage .content .news .summaries li h4 { font-weight: bold; font-size: 16px; } .BlogsPage .articles li { list-style: none; border-bottom: 1px solid #CCCCCC; } .ArticlePage h3 { border-bottom: 1px solid #CCCCCC; padding-bottom: 10px; } .ProductsPage .gallery .fancybox { display: none; } .ProductsPage .gallery .fancybox:first-of-type, .ProductsPage .gallery .fancybox:last-of-type { display: block; text-decoration: none; } .ProductsPage .gallery .fancybox:first-of-type img, .ProductsPage .gallery .fancybox:last-of-type img { width: 100%; } .AboutPage .img-container { margin-bottom: 30px; } .ContactPage .title { font-size: 22px; border-bottom: 1px solid #CCCCCC; margin-bottom: 20px; padding-bottom: 10px; } .ContactPage .field { margin-bottom: 20px; } .ContactPage .middleColumn input, .ContactPage .middleColumn textarea { width: 100%; } .ContactPage .contact-info { background-color: #E3E3E3; border-radius: 5px; padding: 15px; line-height: 40px; box-shadow: 5px 5px 3px #888888; margin-top: 20px; } .SignupPage .title { background-color: #F1F1F1; margin-bottom: 20px; color: #2C78AF; } .SignupPage #Form_SignupForm .CompositeField { border: 3px solid #FFC110; padding: 30px; margin-bottom: 20px; box-shadow: 5px 5px 3px #333; } .SignupPage #Form_SignupForm .CompositeField .title { padding: 10px; margin-bottom: 5px; } .SignupPage #Form_SignupForm .field { overflow: auto; background-color: #F1F1F1; margin-bottom: 10px; padding: 10px; } .SignupPage #Form_SignupForm .field .left { padding: 0 20px; } .SignupPage #Form_SignupForm .field .middleColumn { padding: 0 20px; } .SignupPage #Form_SignupForm .field:not(.optionset) .left { float: left; width: 30%; } .SignupPage #Form_SignupForm .field:not(.optionset) .middleColumn { float: left; width: 70%; } .SignupPage #Form_SignupForm .field:not(.optionset) .middleColumn input { width: 100%; } .SignupPage #Form_SignupForm .field:not(#Version):not(#License) .left:after { content: '*'; color: red; font-size: 24px; line-height: 20px; display: inline; position: relative; top: 8px; } .SignupPage #Form_SignupForm .optionset { overflow: auto; } .SignupPage #Form_SignupForm .optionset li { list-style: none; overflow: auto; } .SignupPage #Form_SignupForm .optionset li input { float: left; width: 20px; margin-right: 10px; } .SignupPage #Form_SignupForm .optionset li label { float: left; } .SignupPage #Form_SignupForm .Actions { text-align: center; } .SignupPage .action { background-color: #2C78AF; border-radius: 5px; font-size: 14px; padding: 10px; color: #ffffff; text-decoration: none; } .SignupPage .bad, .SignupPage .good { margin-bottom: 30px; } footer { color: #ffffff; } footer .social { background-color: #2C78AF; padding: 10px; } footer .social .links .follow-text { line-height: 40px; font-size: 16px; padding-left: 0; padding: 0; } footer .social .links ul { margin-bottom: 0; } footer .social .links ul li { list-style: none; display: block; float: left; margin: 0 5px; } footer .social .links ul li a { text-align: center; text-decoration: none; display: block; color: #2C78AF; width: 40px; height: 40px; background-color: #F5F5F2; border-radius: 5px; font-size: 30px; line-height: 40px; } footer .social ul.languages { line-height: 40px; margin-bottom: 0; } footer .social ul.languages li { list-style: none; display: block; float: left; margin: 0 20px; } footer .social ul.languages li a { text-decoration: none; color: #ffffff; } footer .copyright { background-color: #747374; height: 50px; line-height: 50px; color: #ffffff; } footer .copyright a { color: #ffffff !important; text-decoration: none; } /*# sourceMappingURL=customise.css.map */
themes/simple/css/customise.css
html { width: 100%; height: 100%; background-color: #2D2D2D; } body { width: 100%; font-family: "Raleway", "Times New Roman", Times, serif; background-image: url("/themes/simple/images/main-bg.png"); background-position: center; background-repeat: no-repeat; background-size: cover; } .no-gutter { padding: 0 !important; margin: 0 !important; } .no-padding { padding: 0 !important; } .primary-font { color: #2C78AF; } .secondary-font { color: #FFC110; } .main { min-height: 500px; } .ellipsis { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .good { color: green; } .bad { color: red; } .block { background-color: #FEFEFE; min-height: 300px; border-top: 5px solid #FFC110; border-bottom: 5px solid #FFC110; padding: 20px 30px; margin-bottom: 20px; } header { min-height: 120px; } header .nav-row { background-color: #F8F8F8; } header .nav-row .navbar { margin-bottom: 0; border: none; } header .container { position: relative; } header .brand { width: 300px; position: absolute; top: 0; left: 0; } header .current { text-align: right; } header .current a { color: #FFC110 !important; } header .link { text-align: right; } header .link a { color: #2C78AF !important; } .HomePage .content { margin-top: 50px; } .HomePage .content .calc-form .field#GasAmount { display: none; } .HomePage .content .calc-form .field { margin-bottom: 10px; } .HomePage .content .calc-form input.checkbox { margin-left: 0; } .HomePage .content .calc-form .middleColumn input { width: 100%; } .HomePage .content .calc-form .Actions { float: right; margin-top: 10px; } .HomePage .content .calc-form .Actions .action { background-color: #FFC110; border: 1px solid #2C78AF; border-radius: 5px; } .HomePage .content .news { position: relative; padding-top: 10px; padding-bottom: 15px; } .HomePage .content .news .title { position: absolute; top: 0; left: 0; right: 0; padding: 5px 30px; height: 36px; line-height: 26px; background-color: #F1F1F1; border-bottom: 1px solid #C7C7C7; color: #FFC110; font-weight: bold; font-size: 18px; } .HomePage .content .news .summaries { padding: 20px 0 0 0; } .HomePage .content .news .summaries li { list-style: none; border-bottom: 1px solid #CCCCCC; } .HomePage .content .news .summaries li h4 { font-weight: bold; font-size: 16px; } .BlogsPage .articles li { list-style: none; border-bottom: 1px solid #CCCCCC; } .ArticlePage h3 { border-bottom: 1px solid #CCCCCC; padding-bottom: 10px; } .ProductsPage .gallery .fancybox { display: none; } .ProductsPage .gallery .fancybox:first-of-type, .ProductsPage .gallery .fancybox:last-of-type { display: block; text-decoration: none; } .ProductsPage .gallery .fancybox:first-of-type img, .ProductsPage .gallery .fancybox:last-of-type img { width: 100%; } .AboutPage .img-container { margin-bottom: 30px; } .ContactPage .title { font-size: 22px; border-bottom: 1px solid #CCCCCC; margin-bottom: 20px; padding-bottom: 10px; } .ContactPage .field { margin-bottom: 20px; } .ContactPage .middleColumn input, .ContactPage .middleColumn textarea { width: 100%; } .ContactPage .contact-info { background-color: #E3E3E3; border-radius: 5px; padding: 15px; line-height: 40px; box-shadow: 5px 5px 3px #888888; margin-top: 20px; } .SignupPage .title { background-color: #F1F1F1; margin-bottom: 20px; color: #2C78AF; } .SignupPage #Form_SignupForm .CompositeField { border: 3px solid #FFC110; padding: 30px; margin-bottom: 20px; box-shadow: 5px 5px 3px #333; } .SignupPage #Form_SignupForm .CompositeField .title { padding: 10px; margin-bottom: 5px; } .SignupPage #Form_SignupForm .field { overflow: auto; background-color: #F1F1F1; margin-bottom: 10px; padding: 10px; } .SignupPage #Form_SignupForm .field .left { padding: 0 20px; } .SignupPage #Form_SignupForm .field .middleColumn { padding: 0 20px; } .SignupPage #Form_SignupForm .field:not(.optionset) .left { float: left; width: 30%; } .SignupPage #Form_SignupForm .field:not(.optionset) .middleColumn { float: left; width: 70%; } .SignupPage #Form_SignupForm .field:not(.optionset) .middleColumn input { width: 100%; } .SignupPage #Form_SignupForm .field:not(#Version):not(#License) .left:after { content: '*'; color: red; font-size: 24px; line-height: 20px; display: inline; position: relative; top: 8px; } .SignupPage #Form_SignupForm .optionset { overflow: auto; } .SignupPage #Form_SignupForm .optionset li { list-style: none; overflow: auto; } .SignupPage #Form_SignupForm .optionset li input { float: left; width: 20px; margin-right: 10px; } .SignupPage #Form_SignupForm .optionset li label { float: left; } .SignupPage #Form_SignupForm .Actions { text-align: center; } .SignupPage .action { background-color: #2C78AF; border-radius: 5px; font-size: 14px; padding: 10px; color: #ffffff; text-decoration: none; } .SignupPage .bad, .SignupPage .good { margin-bottom: 30px; } footer { color: #ffffff; } footer .social { background-color: #2C78AF; padding: 10px; } footer .social .links .follow-text { line-height: 40px; font-size: 16px; padding-left: 0; padding: 0; } footer .social .links ul { margin-bottom: 0; } footer .social .links ul li { list-style: none; display: block; float: left; margin: 0 5px; } footer .social .links ul li a { text-align: center; text-decoration: none; display: block; color: #2C78AF; width: 40px; height: 40px; background-color: #F5F5F2; border-radius: 5px; font-size: 30px; line-height: 40px; } footer .social ul.languages { line-height: 40px; margin-bottom: 0; } footer .social ul.languages li { list-style: none; display: block; float: left; margin: 0 20px; } footer .social ul.languages li a { text-decoration: none; color: #ffffff; } footer .copyright { background-color: #747374; height: 50px; line-height: 50px; color: #ffffff; } footer .copyright a { color: #ffffff !important; text-decoration: none; } /*# sourceMappingURL=customise.css.map */
0.440469
0.051463
li { list-style-type: none; } .header { padding-top: 25px; padding-bottom: 20px; } .header__fixed-container { width: 1024px; margin: 0 auto; } .header__flex-container { display: flex; justify-content: space-between; align-items: center; } .logotip { display: inline-block; } .logo { display: inline-block; height: 45px; width: 30px; margin-left: 15px; margin-top: 5px; } .logo-name { display: inline-block; vertical-align: middle; margin-left: 6px; } .pinball { font-family: "OpenSans"; font-weight: bold; font-style: normal; font-display: swap; font-size: 35px; color: #363636; line-height: 1em; max-width: 300px; } .theme { font-family: "OpenSans"; font-weight: normal; font-style: normal; font-display: swap; font-size: 15px; color: #503737; } .foto { display: flex; align-items: center; } .foto img { width: 40px; height: 40px; border-radius: 50%; } .theme3 { display: inline-block; font-family: "OpenSans"; font-weight: normal; font-style: normal; font-display: swap; font-size: 15px; color: #8c8c8c; right: 28px; margin-left: 13px; } .logOff { color: #e77161; background-color: #fff; border: none; cursor: pointer; } .comeIn { background-color: #48b4ce; color: #fff; width: auto; height: 34px; border: none; cursor: pointer; border-radius: 5px; margin-right: 15px; } /*навигация*/ .menu-container { display: flex; font-size: 16px; margin-left: 366px; padding-bottom: 15px; flex-basis: 1000px; align-items: center; } .menu-container a { font-family: "OpenSans"; font-weight: normal; font-style: normal; font-display: swap; font-size: 15px; color: #8c8c8c; } .menu-container li::after { margin-left: 16px; margin-right: 50px; color: #b7b7b9; } .menu-container ul { display: block; } @media screen and (max-width: 1199px) { .header__fixed-container { width: 770px; } } @media screen and (max-width: 991px) { .header__fixed-container { width: 490px; } .logo { height: 32px; width: 20px; margin-left: 0px; margin-top: 5px; } .pinball { font-size: 30px; color: #363636; line-height: 1em; } .theme { font-size: 12px; } .foto img { display: none; } } @media screen and (max-width: 767px) { .header__fixed-container { width: 320px; } .pinball { display: none; } .theme { display: none; } .logo { margin-left: 30px; } .comeIn { margin-right: 30px; } .logOff { margin-right: 30px; } }
src/components/header/Header.css
li { list-style-type: none; } .header { padding-top: 25px; padding-bottom: 20px; } .header__fixed-container { width: 1024px; margin: 0 auto; } .header__flex-container { display: flex; justify-content: space-between; align-items: center; } .logotip { display: inline-block; } .logo { display: inline-block; height: 45px; width: 30px; margin-left: 15px; margin-top: 5px; } .logo-name { display: inline-block; vertical-align: middle; margin-left: 6px; } .pinball { font-family: "OpenSans"; font-weight: bold; font-style: normal; font-display: swap; font-size: 35px; color: #363636; line-height: 1em; max-width: 300px; } .theme { font-family: "OpenSans"; font-weight: normal; font-style: normal; font-display: swap; font-size: 15px; color: #503737; } .foto { display: flex; align-items: center; } .foto img { width: 40px; height: 40px; border-radius: 50%; } .theme3 { display: inline-block; font-family: "OpenSans"; font-weight: normal; font-style: normal; font-display: swap; font-size: 15px; color: #8c8c8c; right: 28px; margin-left: 13px; } .logOff { color: #e77161; background-color: #fff; border: none; cursor: pointer; } .comeIn { background-color: #48b4ce; color: #fff; width: auto; height: 34px; border: none; cursor: pointer; border-radius: 5px; margin-right: 15px; } /*навигация*/ .menu-container { display: flex; font-size: 16px; margin-left: 366px; padding-bottom: 15px; flex-basis: 1000px; align-items: center; } .menu-container a { font-family: "OpenSans"; font-weight: normal; font-style: normal; font-display: swap; font-size: 15px; color: #8c8c8c; } .menu-container li::after { margin-left: 16px; margin-right: 50px; color: #b7b7b9; } .menu-container ul { display: block; } @media screen and (max-width: 1199px) { .header__fixed-container { width: 770px; } } @media screen and (max-width: 991px) { .header__fixed-container { width: 490px; } .logo { height: 32px; width: 20px; margin-left: 0px; margin-top: 5px; } .pinball { font-size: 30px; color: #363636; line-height: 1em; } .theme { font-size: 12px; } .foto img { display: none; } } @media screen and (max-width: 767px) { .header__fixed-container { width: 320px; } .pinball { display: none; } .theme { display: none; } .logo { margin-left: 30px; } .comeIn { margin-right: 30px; } .logOff { margin-right: 30px; } }
0.478773
0.114171
margin: 0px; padding: 0px; } .flow-maximized { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 12; background-color: #ffffff; } #flowContainerWrapper { width: 30000px; height: 30000px; overflow: hidden; } #flowContainerScroll { width: 100%; height: 819px; overflow: scroll; } .flow-maximized #flowContainerScroll { height: 100%; } .hidden { display: none; } #flowContainer { position: relative; width: 30000px; height: 30000px; background-color: #FBFBFB; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently not supported by any browser */ } .cursor-move { cursor: move; } .cursor-resize { cursor: nwse-resize; } #selection-rectangle { border: 1px dotted #000; position: absolute; } #flow-menu-wrapper { width: 100%; position: relative; right: 0px; z-index: 11; } #flow-menu { position: absolute; top: 10px; right: 30px; } #flow-menu * { margin: 10px; } .node { border: 1px solid black; position: absolute; z-index: 7; background-color: rgba(255, 255, 255, 0.8); } .node-content { width: 100%; display: table; } .node-content-left { display: table-cell; padding-right: 4px; } .node-content-right { display: table-cell; padding-left: 4px; } .node-active { z-index: 8; } .node-selected { border: 1px solid blue; background-color: #DFEFF5; } .node-selected-candidate { border: 1px solid orange; background-color: #DFEFF5; } .node-header-icons { float: right; position: relative; top: 0; right: 0; height: 16px; } .node-header { word-wrap: break-word; padding-left: 5px; padding-right: 5px; font-weight: bold; border-bottom: solid grey 1px; } .node-header a { cursor: pointer; } .node-footer { width: 100%; padding: 3px; } .nodeStart { } .nodeEnd { } .portLabel { padding-left: 3px; padding-right: 3px; margin-top: 12px; font-size: small; white-space: nowrap; height: 18px; cursor: pointer; } .portLabel span { overflow: hidden; display: inline-grid; } .portLabel i { width: 17px; } .portLabelIn { font-weight: bold; } .portInputIcon { color: #337ab7; } .portLabelInput { } .portBranchIcon { color: #cca335; } .portLabelBranch { font-weight: bold; text-align: right; } .portLabelReturn { text-align: right; cursor: pointer; } .portReturnIcon { color: #a52937; } .port-non-default-value { font-style: italic; } .port-overlay { pointer-events: none; } .return-function-default { color: #1bd334; } .pointer-icon { color: #ffffff; font-size: 1.2em; } .ctx-menu { z-index: 10; position: fixed; } .ctx-menu-ul { max-height: 400px; overflow-y: auto; } .ctx-element { padding-left: 10px; padding-right: 10px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } .ctx-action { } .ctx-action-active { cursor: pointer; } .ctx-action-inactive { color: #d7d8d7; } .ctx-action-active:hover { background-color: #FBFBFB; } ._jsPlumb_connector { z-index: 4; } ._jsPlumb_endpoint { z-index: 5; } ._jsPlumb_overlay { z-index: 10; } ._jsPlumb_hover._jsPlumb_connector { z-index: 9; } ._jsPlumb_hover._jsPlumb_connector path { stroke: black; stroke-width: 4; }
src/Concerto/PanelBundle/Resources/public/css/flow.css
margin: 0px; padding: 0px; } .flow-maximized { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 12; background-color: #ffffff; } #flowContainerWrapper { width: 30000px; height: 30000px; overflow: hidden; } #flowContainerScroll { width: 100%; height: 819px; overflow: scroll; } .flow-maximized #flowContainerScroll { height: 100%; } .hidden { display: none; } #flowContainer { position: relative; width: 30000px; height: 30000px; background-color: #FBFBFB; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently not supported by any browser */ } .cursor-move { cursor: move; } .cursor-resize { cursor: nwse-resize; } #selection-rectangle { border: 1px dotted #000; position: absolute; } #flow-menu-wrapper { width: 100%; position: relative; right: 0px; z-index: 11; } #flow-menu { position: absolute; top: 10px; right: 30px; } #flow-menu * { margin: 10px; } .node { border: 1px solid black; position: absolute; z-index: 7; background-color: rgba(255, 255, 255, 0.8); } .node-content { width: 100%; display: table; } .node-content-left { display: table-cell; padding-right: 4px; } .node-content-right { display: table-cell; padding-left: 4px; } .node-active { z-index: 8; } .node-selected { border: 1px solid blue; background-color: #DFEFF5; } .node-selected-candidate { border: 1px solid orange; background-color: #DFEFF5; } .node-header-icons { float: right; position: relative; top: 0; right: 0; height: 16px; } .node-header { word-wrap: break-word; padding-left: 5px; padding-right: 5px; font-weight: bold; border-bottom: solid grey 1px; } .node-header a { cursor: pointer; } .node-footer { width: 100%; padding: 3px; } .nodeStart { } .nodeEnd { } .portLabel { padding-left: 3px; padding-right: 3px; margin-top: 12px; font-size: small; white-space: nowrap; height: 18px; cursor: pointer; } .portLabel span { overflow: hidden; display: inline-grid; } .portLabel i { width: 17px; } .portLabelIn { font-weight: bold; } .portInputIcon { color: #337ab7; } .portLabelInput { } .portBranchIcon { color: #cca335; } .portLabelBranch { font-weight: bold; text-align: right; } .portLabelReturn { text-align: right; cursor: pointer; } .portReturnIcon { color: #a52937; } .port-non-default-value { font-style: italic; } .port-overlay { pointer-events: none; } .return-function-default { color: #1bd334; } .pointer-icon { color: #ffffff; font-size: 1.2em; } .ctx-menu { z-index: 10; position: fixed; } .ctx-menu-ul { max-height: 400px; overflow-y: auto; } .ctx-element { padding-left: 10px; padding-right: 10px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } .ctx-action { } .ctx-action-active { cursor: pointer; } .ctx-action-inactive { color: #d7d8d7; } .ctx-action-active:hover { background-color: #FBFBFB; } ._jsPlumb_connector { z-index: 4; } ._jsPlumb_endpoint { z-index: 5; } ._jsPlumb_overlay { z-index: 10; } ._jsPlumb_hover._jsPlumb_connector { z-index: 9; } ._jsPlumb_hover._jsPlumb_connector path { stroke: black; stroke-width: 4; }
0.521715
0.096323
@import url("../bower_components/bootstrap/dist/css/bootstrap.css"); @import url("../bower_components/angular-motion/dist/angular-motion.css"); body { padding: 70px 40px 40px 40px; color: #333; background-color: #fff; } div#main { margin: 20px; } .ng-cloak, .x-ng-cloak { display: none !important; } .form-signin, .form-reset-password { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .form-reset-password button[type="submit"] { margin-top: 10px; } .form-signin button[type="submit"] { margin-bottom: 10px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } table tr .btn-danger { visibility: hidden; } table tr:hover .btn-danger { visibility: visible; } /*! * angular-loading-bar v0.5.0 * https://chieffancypants.github.io/angular-loading-bar * Copyright (c) 2014 <NAME> * License: MIT */ /* Make clicks pass-through */ #loading-bar, #loading-bar-spinner { pointer-events: none; -webkit-pointer-events: none; -webkit-transition: 350ms linear all; -moz-transition: 350ms linear all; -o-transition: 350ms linear all; transition: 350ms linear all; } #loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active, #loading-bar-spinner.ng-enter, #loading-bar-spinner.ng-leave.ng-leave-active { opacity: 0; } #loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave, #loading-bar-spinner.ng-enter.ng-enter-active, #loading-bar-spinner.ng-leave { opacity: 1; } #loading-bar .bar { -webkit-transition: width 350ms; -moz-transition: width 350ms; -o-transition: width 350ms; transition: width 350ms; background: #29d; position: fixed; z-index: 10002; top: 0; left: 0; width: 100%; height: 2px; border-bottom-right-radius: 1px; border-top-right-radius: 1px; } /* Fancy blur effect */ #loading-bar .peg { position: absolute; width: 70px; right: 0; top: 0; height: 2px; opacity: .45; -moz-box-shadow: #29d 1px 0 6px 1px; -ms-box-shadow: #29d 1px 0 6px 1px; -webkit-box-shadow: #29d 1px 0 6px 1px; box-shadow: #29d 1px 0 6px 1px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; } #loading-bar-spinner { display: block; position: fixed; z-index: 10002; top: 10px; left: 10px; } #loading-bar-spinner .spinner-icon { width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: loading-bar-spinner 400ms linear infinite; -moz-animation: loading-bar-spinner 400ms linear infinite; -ms-animation: loading-bar-spinner 400ms linear infinite; -o-animation: loading-bar-spinner 400ms linear infinite; animation: loading-bar-spinner 400ms linear infinite; } @-webkit-keyframes loading-bar-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes loading-bar-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes loading-bar-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes loading-bar-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loading-bar-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } } /* Alerts */ #alerts { position: fixed; z-index: 1051; top: 0; left: 0; right: 0; height: auto; } #alerts .success { color: #3c763d; background-color: #dff0d8; border-bottom: 1px solid #3c763d; } #alerts .success:after { content: ' ✔'; } #alerts .error { color: #bf120f; background-color: #f2dede; border-bottom: 1px solid #bf120f; } #alerts .error:before { content: '✘ '; } #alerts .warning { color: #8a6d3b; background-color: #fcf8e3; border-bottom: 1px solid #8a6d3b; } #alerts .warning:before { content: '⚠ '; } #alerts .info { color: #333333; background-color: #fefefe; border-bottom: 1px solid #333333 } #alerts .alert { display: block; left: 0; right: 0; min-height: 14px; padding: 5px 10px 5px 10px; font-size: 13px; font-weight: bold; opacity: 0.8; border-radius: 0; margin: 0; } /*************** Weather Demo ********************/ * { } body { background-image: url("/images/strand.JPG"); } form { padding: 10px; background: rgba(255, 255, 255, 0.3); } .navbar-default { margin-top: 30px; margin-bottom: 50px; } #now { margin-bottom: 50px; font-size: 1.2em; } .icon{ vertical-align: center; padding: 10px; } header h1 { font-size: 6em; font-family: Times, Courier, serif; font-style: italic; }
web/css/main.css
@import url("../bower_components/bootstrap/dist/css/bootstrap.css"); @import url("../bower_components/angular-motion/dist/angular-motion.css"); body { padding: 70px 40px 40px 40px; color: #333; background-color: #fff; } div#main { margin: 20px; } .ng-cloak, .x-ng-cloak { display: none !important; } .form-signin, .form-reset-password { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .form-reset-password button[type="submit"] { margin-top: 10px; } .form-signin button[type="submit"] { margin-bottom: 10px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } table tr .btn-danger { visibility: hidden; } table tr:hover .btn-danger { visibility: visible; } /*! * angular-loading-bar v0.5.0 * https://chieffancypants.github.io/angular-loading-bar * Copyright (c) 2014 <NAME> * License: MIT */ /* Make clicks pass-through */ #loading-bar, #loading-bar-spinner { pointer-events: none; -webkit-pointer-events: none; -webkit-transition: 350ms linear all; -moz-transition: 350ms linear all; -o-transition: 350ms linear all; transition: 350ms linear all; } #loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active, #loading-bar-spinner.ng-enter, #loading-bar-spinner.ng-leave.ng-leave-active { opacity: 0; } #loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave, #loading-bar-spinner.ng-enter.ng-enter-active, #loading-bar-spinner.ng-leave { opacity: 1; } #loading-bar .bar { -webkit-transition: width 350ms; -moz-transition: width 350ms; -o-transition: width 350ms; transition: width 350ms; background: #29d; position: fixed; z-index: 10002; top: 0; left: 0; width: 100%; height: 2px; border-bottom-right-radius: 1px; border-top-right-radius: 1px; } /* Fancy blur effect */ #loading-bar .peg { position: absolute; width: 70px; right: 0; top: 0; height: 2px; opacity: .45; -moz-box-shadow: #29d 1px 0 6px 1px; -ms-box-shadow: #29d 1px 0 6px 1px; -webkit-box-shadow: #29d 1px 0 6px 1px; box-shadow: #29d 1px 0 6px 1px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; } #loading-bar-spinner { display: block; position: fixed; z-index: 10002; top: 10px; left: 10px; } #loading-bar-spinner .spinner-icon { width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: loading-bar-spinner 400ms linear infinite; -moz-animation: loading-bar-spinner 400ms linear infinite; -ms-animation: loading-bar-spinner 400ms linear infinite; -o-animation: loading-bar-spinner 400ms linear infinite; animation: loading-bar-spinner 400ms linear infinite; } @-webkit-keyframes loading-bar-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes loading-bar-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes loading-bar-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes loading-bar-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loading-bar-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } } /* Alerts */ #alerts { position: fixed; z-index: 1051; top: 0; left: 0; right: 0; height: auto; } #alerts .success { color: #3c763d; background-color: #dff0d8; border-bottom: 1px solid #3c763d; } #alerts .success:after { content: ' ✔'; } #alerts .error { color: #bf120f; background-color: #f2dede; border-bottom: 1px solid #bf120f; } #alerts .error:before { content: '✘ '; } #alerts .warning { color: #8a6d3b; background-color: #fcf8e3; border-bottom: 1px solid #8a6d3b; } #alerts .warning:before { content: '⚠ '; } #alerts .info { color: #333333; background-color: #fefefe; border-bottom: 1px solid #333333 } #alerts .alert { display: block; left: 0; right: 0; min-height: 14px; padding: 5px 10px 5px 10px; font-size: 13px; font-weight: bold; opacity: 0.8; border-radius: 0; margin: 0; } /*************** Weather Demo ********************/ * { } body { background-image: url("/images/strand.JPG"); } form { padding: 10px; background: rgba(255, 255, 255, 0.3); } .navbar-default { margin-top: 30px; margin-bottom: 50px; } #now { margin-bottom: 50px; font-size: 1.2em; } .icon{ vertical-align: center; padding: 10px; } header h1 { font-size: 6em; font-family: Times, Courier, serif; font-style: italic; }
0.261425
0.07088
body { font-family: "Open Sans", sans-serif; color: #444444; } a { text-decoration: none; color: #0880e8; } a:hover { color: #2b99f8; text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; } /*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/ .back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: #0880e8; width: 40px; height: 40px; border-radius: 50px; transition: all 0.4s; } .back-to-top i { font-size: 28px; color: #fff; line-height: 0; } .back-to-top:hover { background: #2194f7; color: #fff; } .back-to-top.active { visibility: visible; opacity: 1; } /*-------------------------------------------------------------- # Preloader --------------------------------------------------------------*/ #preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; } #preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #0880e8; border-top-color: #bfe0fd; border-radius: 50%; width: 60px; height: 60px; -webkit-animation: animate-preloader 1s linear infinite; animation: animate-preloader 1s linear infinite; } @-webkit-keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /*-------------------------------------------------------------- # Disable aos animation delay on mobile devices --------------------------------------------------------------*/ @media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } } /*-------------------------------------------------------------- # Top Bar --------------------------------------------------------------*/ #topbar { height: 60px; padding: 0; font-size: 14px; transition: all 0.5s; overflow: hidden; color: rgba(255, 255, 255); z-index: 996; } #topbar.topbar-scrolled { top: -60px; } #topbar .contact-info a { line-height: 0; color: rgba(255, 255, 255, 0.8); transition: 0.3s; } #topbar .contact-info a:hover { text-decoration: underline; } #topbar .contact-info i { color: #fff; line-height: 0; margin-right: 5px; } .contact-info i { font-size: 20px; } #topbar .contact-info .phone-icon { margin-left: 15px; } #topbar .office-address { background: transparent; } .office-address { color: #fff; } #topbar .office-address a { color: #fff; background: rgba(20, 157, 221, 0.75); padding: 6px 24px 8px 24px; display: inline-block; transition: 0.3s; border-radius: 50px; } #topbar .office-address a:hover { background: rgba(20, 157, 221, 0.95); } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ #header { background: rgba(0, 0, 0, 0.1); transition: all 0.5s; z-index: 997; height: 70px; top: 60px; } #header.header-scrolled { background: rgba(5, 87, 158, 0.9); top: 0; } #header .logo { font-size: 30px; margin: 0; padding: 0; line-height: 1; font-weight: 400; letter-spacing: 2px; text-transform: capitalize; } #header .logo a { color: #fff; } #header .logo img { max-height: 40px; } .header-inner-pages { background: rgba(5, 87, 158, 0.9) !important; } .topbar-inner-pages { background: rgba(6, 98, 178, 0.9) !important; } /*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/ /** * Desktop Navigation */ .navbar { padding: 0; } .navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { position: relative; } .navbar > ul > li { position: relative; white-space: nowrap; padding: 10px 0 10px 24px; } .navbar a, .navbar a:focus { display: flex; align-items: center; justify-content: space-between; padding: 0 3px; font-size: 14px; color: rgba(255, 255, 255); white-space: nowrap; transition: 0.3s; position: relative; } .navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; } .navbar > ul > li > a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: -5px; left: 0; background-color: #f6b024; visibility: hidden; width: 0px; transition: all 0.3s ease-in-out 0s; } .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before { visibility: visible; width: 100%; } .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: #fff; } .navbar .dropdown ul { display: block; position: absolute; left: 14px; top: calc(100% + 30px); margin: 0; padding: 10px 0; z-index: 99; opacity: 0; visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6); transition: 0.3s; border-radius: 8px; } .navbar .dropdown ul li { min-width: 200px; } .navbar .dropdown ul a { padding: 10px 20px; font-size: 14px; font-weight: 500; text-transform: none; color: #032e54; } .navbar .dropdown ul a i { font-size: 12px; } .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a { color: #0880e8; } .navbar .dropdown:hover > ul { opacity: 1; top: 100%; visibility: visible; } .navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden; } .navbar .dropdown .dropdown:hover > ul { opacity: 1; top: 0; left: 100%; visibility: visible; } @media (max-width: 1366px) { .navbar .dropdown .dropdown ul { left: -90%; } .navbar .dropdown .dropdown:hover > ul { left: -100%; } } /** * Mobile Navigation */ .mobile-nav-toggle { color: #fff; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; } .mobile-nav-toggle.bi-x { color: #f6b024; } @media (max-width: 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: none; } } .navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(5, 74, 133, 0.9); transition: 0.3s; z-index: 999; } .navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; } .navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; border-radius: 10px; background-color: #fff; overflow-y: auto; transition: 0.3s; } .navbar-mobile > ul > li { padding: 0; } .navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: #0665b7; } .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before { visibility: hidden; } .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a { color: #f6b024; } .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; } .navbar-mobile .dropdown ul { position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); } .navbar-mobile .dropdown ul li { min-width: 200px; } .navbar-mobile .dropdown ul a { padding: 10px 20px; } .navbar-mobile .dropdown ul a i { font-size: 12px; } .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a { color: #f6b024; } .navbar-mobile .dropdown > .dropdown-active { display: block; } /*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/ #hero { width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.8); overflow: hidden; position: relative; margin-bottom: -20px; z-index: 99; } #hero .carousel-item::before { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; } #hero .carousel, #hero .carousel-inner, #hero .carousel-item { background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; top: 0; right: 0; left: 0; bottom: 0; } #hero .carousel-container { display: flex; align-items: flex-end; justify-content: center; position: absolute; bottom: 60px; top: 70px; left: 55px; right: 55px; } #hero .carousel-content { background: rgba(4, 4, 4, 0.7); padding: 20px; color: #fff; border-top: 5px solid #1bbd36; } #hero .carousel-content h2 { color: #fff; margin-bottom: 20px; font-size: 28px; font-weight: 700; } #hero .btn-get-started { font-family: "Roboto", sans-serif; font-weight: 500; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 4px; transition: 0.5s; line-height: 1; margin: 10px; color: #fff; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; border: 2px solid #1bbd36; } #hero .btn-get-started:hover { background: #1bbd36; color: #fff; text-decoration: none; } #hero .carousel-inner .carousel-item { transition-property: opacity; background-position: center top; } #hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { opacity: 0; } #hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end { opacity: 1; transition: 0.5s; } #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { left: 0; transform: translate3d(0, 0, 0); } #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon { background: none; font-size: 30px; line-height: 0; width: auto; height: auto; background: rgba(255, 255, 255, 0.4); border-radius: 50px; transition: 0.3s; color: rgba(255, 255, 255, 0.6); width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; } #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover { background: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.8); } #hero .carousel-indicators li { cursor: pointer; background: #fff; overflow: hidden; border: 0; width: 12px; height: 12px; border-radius: 50px; opacity: 0.6; transition: 0.3s; } #hero .carousel-indicators li.active { opacity: 1; background: #1bbd36; } @media (min-width: 1024px) { #hero .carousel-content { width: 60%; } #hero .carousel-control-prev, #hero .carousel-control-next { width: 5%; } } @media (max-width: 992px) { #hero .carousel-container { top: 58px; } #hero .carousel-content h2 { margin-bottom: 15px; font-size: 22px; } #hero .carousel-content p { font-size: 15px; } } @media (max-height: 500px) { #hero { height: 120vh; } } /*-------------------------------------------------------------- # Sections General --------------------------------------------------------------*/ section { padding: 60px 0; overflow: hidden; } .section-bg { background-color: #f1f8ff; } .section-ag { background-color: #f3f5fa; } .section-bgg { background-color: #fffaf3; } .section-header { text-align: center; padding-bottom: 40px; } .section-header h2 { font-size: 48px; font-weight: 300; margin-bottom: 20px; color: var(--color-secondary); } .section-header p { margin: 0 auto; color: var(--color-secondary-light); } @media (min-width: 1280px) { .section-header p { max-width: 80%; } } .section-title { text-align: center; padding-bottom: 30px; } .section-title h2 { font-size: 32px; font-weight: normal; text-transform: capitalize; margin-bottom: 20px; padding-bottom: 0; color: #054a85; } .section-title h3 { font-size: 32px; font-weight: normal; text-transform: capitalize; margin-bottom: 20px; padding-bottom: 0; color: #04AA6D; } .section-title p { margin-bottom: 0; font-style: italic; } /*-------------------------------------------------------------- # Icon Boxes --------------------------------------------------------------*/ .about-carnival { padding-top: 0; position: relative; z-index: 100; margin-bottom: -40px; } .about-carnival .icon-box { padding: 40px 30px; position: relative; overflow: hidden; background: #fff; box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2); transition: all 0.3s ease-in-out; border-radius: 10px; } .about-carnival .icon { margin: 0 auto 20px auto; display: inline-block; text-align: center; } .about-carnival .icon i { font-size: 36px; line-height: 1; color: #f6b024; } .about-carnival .title { font-weight: 700; margin-bottom: 15px; font-size: 18px; } .about-carnival .title a { color: #05579e; } .about-carnival .description { font-size: 15px; line-height: 28px; margin-bottom: 0; color: #777777; } /*-------------------------------------------------------------- # Icon Boxes --------------------------------------------------------------*/ .keep-in-mind { padding-top: 0; position: relative; z-index: 100; margin-bottom: -40px; } .keep-in-mind .icon-box { padding: 40px 30px; position: relative; overflow: hidden; background: #fff; box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2); transition: all 0.3s ease-in-out; border-radius: 10px; } .keep-in-mind .icon { margin: 0 auto 20px auto; display: inline-block; text-align: center; } .keep-in-mind .icon i { font-size: 36px; line-height: 1; color: #f6b024; } .keep-in-mind .title { font-weight: 700; margin-bottom: 15px; font-size: 18px; } .keep-in-mind .title a { color: #05579e; } .keep-in-mind .description { font-size: 15px; line-height: 28px; margin-bottom: 0; color: #777777; } /*-------------------------------------------------------------- # About Us --------------------------------------------------------------*/ .about { padding: 100px 0; background: url("../img/about-bg.png") top center no-repeat; position: relative; } .about:before { content: ""; background: rgba(255, 255, 255, 0.75); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } .about .container { position: relative; } .about .content h3 { font-weight: 600; font-size: 26px; } .about .content ul { list-style: none; padding: 0; } .about .content ul li { padding-left: 28px; position: relative; } .about .content ul li + li { margin-top: 10px; } .about .content ul i { position: absolute; left: 0; top: 2px; font-size: 20px; color: #0880e8; line-height: 1; } .about .content p:last-child { margin-bottom: 0; } .about .content .btn-learn-more { font-family: "Raleway", sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 5px; transition: 0.3s; line-height: 1; color: #0880e8; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; margin-top: 6px; border: 2px solid #0880e8; } .about .content .btn-learn-more:hover { background: #0880e8; color: #fff; text-decoration: none; } @media (max-width: 992px) { .about { padding: 60px 0; } } /*-------------------------------------------------------------- # Process --------------------------------------------------------------*/ .process { padding: 50px 0; background: url("../img/sales_process.png") top center no-repeat; position: relative; } .process:before { content: ""; background: rgba(255, 255, 255, 0.75); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } .process .container { position: relative; } .process .content h3 { font-weight: 600; font-size: 26px; } .process .content ul { list-style: none; padding: 0; } .process .content ul li { padding-left: 28px; position: relative; } .process .content ul li + li { margin-top: 10px; } .process .content ul i { position: absolute; left: 0; top: 2px; font-size: 20px; color: #0880e8; line-height: 1; } .process .content p:last-child { margin-bottom: 0; } .process .content .btn-learn-more { font-family: "Raleway", sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 5px; transition: 0.3s; line-height: 1; color: #0880e8; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; margin-top: 6px; border: 2px solid #0880e8; } .process .content .btn-learn-more:hover { background: #0880e8; color: #fff; text-decoration: none; } @media (max-width: 992px) { .process { padding: 60px 0; } } /*-------------------------------------------------------------- # Router --------------------------------------------------------------*/ .router { padding: 100px 0; background: #f1f8ff; position: relative; } .router:before { content: ""; background: rgba(255, 255, 255, 0.75); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } .router .container { position: relative; } .router .content h3 { font-weight: 600; font-size: 26px; } .router .content ul { list-style: none; padding: 0; } .router .content ul li { padding-left: 28px; position: relative; } .router .content ul li + li { margin-top: 10px; } .router .content ul i { position: absolute; left: 0; top: 2px; font-size: 20px; color: #0880e8; line-height: 1; } .router .content p:last-child { margin-bottom: 0; } .router .content .btn-learn-more { font-family: "Raleway", sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 5px; transition: 0.3s; line-height: 1; color: #0880e8; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; margin-top: 6px; border: 2px solid #0880e8; } .router .content .btn-learn-more:hover { background: #0880e8; color: #fff; text-decoration: none; } @media (max-width: 992px) { .router { padding: 60px 0; } } /*-------------------------------------------------------------- # Clients --------------------------------------------------------------*/ .clients .swiper-slide img { opacity: 0.5; transition: 0.3s; } .clients .swiper-slide:hover img { opacity: 1; } .clients .swiper-pagination { margin-top: 20px; position: relative; } .clients .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #0880e8; } .clients .swiper-pagination .swiper-pagination-bullet-active { background-color: #0880e8; } .clients .owl-item { display: flex; justify-content: center; align-items: center; padding: 0 20px; } .clients .owl-item img { width: 60%; opacity: 0.5; transition: 0.3s; } .clients .owl-item img:hover { opacity: 1; } .clients .owl-nav, .clients .owl-dots { margin-top: 5px; text-align: center; } .clients .owl-dot { display: inline-block; margin: 0 5px; width: 12px; height: 12px; border-radius: 50%; background-color: #ddd !important; } .clients .owl-dot.active { background-color: #0880e8 !important; } /*-------------------------------------------------------------- # Why Us --------------------------------------------------------------*/ .why-us { background: #f1f8ff; padding: 0; } .why-us .content { padding: 60px 100px 0 100px; } .why-us .content h3 { font-weight: 400; font-size: 34px; } .why-us .content h4 { font-size: 20px; font-weight: 700; margin-top: 5px; } .why-us .content p { font-size: 15px; color: #848484; } .why-us .video-box { background-size: cover; background-repeat: no-repeat; background-position: center center; min-height: 400px; position: relative; } .why-us .accordion-list { padding: 0 100px 60px 100px; } .why-us .accordion-list ul { padding: 0; list-style: none; } .why-us .accordion-list li + li { margin-top: 15px; } .why-us .accordion-list li { padding: 20px; background: #fff; border-radius: 4px; } .why-us .accordion-list a { display: block; position: relative; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 24px; font-weight: 500; padding-right: 30px; outline: none; cursor: pointer; } .why-us .accordion-list span { color: #0880e8; font-weight: 600; font-size: 18px; padding-right: 10px; } .why-us .accordion-list i { font-size: 24px; position: absolute; right: 0; top: 0; } .why-us .accordion-list p { margin-bottom: 0; padding: 10px 0 0 0; } .why-us .accordion-list .icon-show { display: none; } .why-us .accordion-list a.collapsed { color: #343a40; } .why-us .accordion-list a.collapsed:hover { color: #0880e8; } .why-us .accordion-list a.collapsed .icon-show { display: inline-block; } .why-us .accordion-list a.collapsed .icon-close { display: none; } .why-us .play-btn { width: 94px; height: 94px; background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%); border-radius: 50%; display: block; position: absolute; left: calc(50% - 47px); top: calc(50% - 47px); overflow: hidden; } .why-us .play-btn::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; z-index: 100; transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); } .why-us .play-btn::before { content: ""; position: absolute; width: 120px; height: 120px; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation: pulsate-btn 2s; animation: pulsate-btn 2s; -webkit-animation-direction: forwards; animation-direction: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: steps; animation-timing-function: steps; opacity: 1; border-radius: 50%; border: 5px solid rgba(8, 128, 232, 0.7); top: -15%; left: -15%; background: rgba(198, 16, 0, 0); } .why-us .play-btn:hover::after { border-left: 15px solid #0880e8; transform: scale(20); } .why-us .play-btn:hover::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0; height: 0; border: none; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; z-index: 200; -webkit-animation: none; animation: none; border-radius: 0; } @media (max-width: 1024px) { .why-us .content, .why-us .accordion-list { padding-left: 0; padding-right: 0; } } @media (max-width: 992px) { .why-us .content { padding-top: 30px; } .why-us .accordion-list { padding-bottom: 30px; } } @-webkit-keyframes pulsate-btn { 0% { transform: scale(0.6, 0.6); opacity: 1; } 100% { transform: scale(1, 1); opacity: 0; } } @keyframes pulsate-btn { 0% { transform: scale(0.6, 0.6); opacity: 1; } 100% { transform: scale(1, 1); opacity: 0; } } /*-------------------------------------------------------------- # Services --------------------------------------------------------------*/ .services .icon-box { margin-bottom: 20px; padding: 50px 40px; border-radius: 6px; background: #fff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } .services .icon-box i { float: left; color: #f6b024; font-size: 40px; line-height: 0; } .services .icon-box h4 { margin-left: 70px; font-weight: 700; margin-bottom: 15px; font-size: 18px; } .services .icon-box h4 a { color: #05579e; transition: 0.3s; } .services .icon-box h4 a:hover { color: #0880e8; } .services .icon-box p { margin-left: 70px; line-height: 24px; font-size: 14px; margin-bottom: 0; } /*-------------------------------------------------------------- # Cta --------------------------------------------------------------*/ .office-address { background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/office-address-bg.jpg") fixed center center; background-size: cover; padding: 80px 0; } .office-address h3 { color: #fff; font-size: 28px; font-weight: 700; } .office-address h2 { color: #fff; } .office-address p { color: #fff; } .office-address .office-address-btn { font-family: "Raleway", sans-serif; text-transform: uppercase; font-weight: 500; font-size: 15px; letter-spacing: 0.5px; display: inline-block; padding: 8px 26px; border-radius: 2px; transition: 0.5s; margin: 10px; border-radius: 50px; border: 2px solid #f6b024; color: #fff; } .office-address .office-address-btn:hover { background: #f6b024; } @media (max-width: 1024px) { .office-address { background-attachment: scroll; } } @media (min-width: 769px) { .office-address .office-address-btn-container { display: flex; align-items: center; justify-content: flex-end; } } /*-------------------------------------------------------------- # Portfoio --------------------------------------------------------------*/ .portfoio #portfolio-flters { padding: 0; margin: 0 auto 25px auto; list-style: none; text-align: center; border-radius: 50px; } .portfoio #portfolio-flters li { cursor: pointer; display: inline-block; padding: 8px 18px 10px 18px; font-size: 14px; font-weight: 500; line-height: 1; color: #444444; margin: 0 3px 10px 3px; transition: all ease-in-out 0.3s; border-radius: 50px; } .portfoio #portfolio-flters li:hover, .portfoio #portfolio-flters li.filter-active { color: #fff; background: #0880e8; } .portfoio #portfolio-flters li:last-child { margin-right: 0; } .portfoio .portfolio-item { margin-bottom: 30px; overflow: hidden; } .portfoio .portfolio-item img { position: relative; top: 0; transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); } .portfoio .portfolio-item .portfolio-info { opacity: 0; position: absolute; left: 15px; right: 15px; bottom: -50px; z-index: 3; transition: all ease-in-out 0.3s; background: #0880e8; padding: 15px 20px; } .portfoio .portfolio-item .portfolio-info h4 { font-size: 18px; color: #fff; font-weight: 600; } .portfoio .portfolio-item .portfolio-info p { color: #fff; font-size: 14px; margin-bottom: 0; } .portfoio .portfolio-item .portfolio-info .preview-link, .portfoio .portfolio-item .portfolio-info .details-link { position: absolute; right: 50px; font-size: 24px; top: calc(50% - 18px); color: white; transition: ease-in-out 0.3s; } .portfoio .portfolio-item .portfolio-info .preview-link:hover, .portfoio .portfolio-item .portfolio-info .details-link:hover { color: #8ec8fb; } .portfoio .portfolio-item .portfolio-info .details-link { right: 15px; } .portfoio .portfolio-item:hover img { top: -30px; } .portfoio .portfolio-item:hover .portfolio-info { opacity: 1; bottom: 0; } /*-------------------------------------------------------------- # Portfolio Details --------------------------------------------------------------*/ .portfolio-details { padding-top: 40px; } .portfolio-details .portfolio-details-slider img { width: 100%; } .portfolio-details .portfolio-details-slider .swiper-pagination { margin-top: 20px; position: relative; } .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #0880e8; } .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { background-color: #0880e8; } .portfolio-details .portfolio-info { padding: 30px; box-shadow: 0px 0 30px rgba(246, 176, 36, 0.08); } .portfolio-details .portfolio-info h3 { font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; } .portfolio-details .portfolio-info ul { list-style: none; padding: 0; font-size: 15px; } .portfolio-details .portfolio-info ul li + li { margin-top: 10px; } .portfolio-details .portfolio-description { padding-top: 30px; } .portfolio-details .portfolio-description h2 { font-size: 26px; font-weight: 700; margin-bottom: 20px; } .portfolio-details .portfolio-description p { padding: 0; } /*-------------------------------------------------------------- # Team --------------------------------------------------------------*/ .team .member { position: relative; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); padding: 30px; border-radius: 10px; background: #fff; } .team .member .pic { overflow: hidden; width: 180px; border-radius: 50%; } .team .member .pic img { transition: ease-in-out 0.3s; } .team .member:hover img { transform: scale(1.1); } .team .member .member-info { padding-left: 30px; } .team .member h4 { font-weight: 700; margin-bottom: 5px; font-size: 20px; color: #05579e; } .team .member span { display: block; font-size: 15px; padding-bottom: 10px; position: relative; font-weight: 500; } .team .member span::after { content: ""; position: absolute; display: block; width: 50px; height: 1px; background: #bfe0fd; bottom: 0; left: 0; } .team .member p { margin: 10px 0 0 0; font-size: 14px; } .team .member .social { margin-top: 12px; display: flex; align-items: center; justify-content: flex-start; } .team .member .social a { transition: ease-in-out 0.3s; display: flex; align-items: center; justify-content: center; border-radius: 50px; width: 32px; height: 32px; background: #ecf6fe; color: #0665b7; } .team .member .social a i { font-size: 16px; margin: 0 2px; } .team .member .social a:hover { background: #0880e8; color: #fff; } .team .member .social a + a { margin-left: 8px; } /*-------------------------------------------------------------- # Pricing --------------------------------------------------------------*/ .pricing .box { padding: 20px; background: #fff; text-align: center; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12); border-radius: 5px; position: relative; overflow: hidden; } .pricing h3 { font-weight: 400; margin: -20px -20px 20px -20px; padding: 20px 15px; font-size: 18px; font-weight: 700; color: #05579e; background: #f8f8f8; } .pricing h4 { font-size: 36px; color: #0880e8; font-weight: 600; font-family: "Poppins", sans-serif; margin-bottom: 20px; } .pricing h4 sup { font-size: 20px; top: -15px; left: -3px; } .pricing h4 span { color: #bababa; font-size: 16px; font-weight: 300; } .pricing ul { padding: 0; list-style: none; color: #444444; text-align: center; line-height: 20px; font-size: 14px; } .pricing ul li { padding-bottom: 16px; } .pricing ul i { color: #0880e8; font-size: 18px; padding-right: 4px; } .pricing ul .na { color: #ccc; text-decoration: line-through; } .pricing .btn-wrap { margin: 20px -20px -20px -20px; padding: 20px 15px; background: #f8f8f8; text-align: center; } .pricing .btn-buy { background: #0880e8; display: inline-block; padding: 8px 35px 10px 35px; border-radius: 50px; color: #fff; transition: none; font-size: 14px; font-weight: 400; font-family: "Raleway", sans-serif; font-weight: 600; transition: 0.3s; } .pricing .btn-buy:hover { background: #2b99f8; } .pricing .featured h3 { color: #fff; background: #0880e8; } .pricing .advanced { width: 200px; position: absolute; top: 18px; right: -68px; transform: rotate(45deg); z-index: 1; font-size: 14px; padding: 1px 0 3px 0; background: #0880e8; color: #fff; } /*-------------------------------------------------------------- # Frequently Asked Questions --------------------------------------------------------------*/ .faq .faq-list { padding: 0 100px; } .faq .faq-list ul { padding: 0; list-style: none; } .faq .faq-list li + li { margin-top: 15px; } .faq .faq-list li { padding: 20px; background: #fff; border-radius: 4px; position: relative; } .faq .faq-list a { display: block; position: relative; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 24px; font-weight: 500; padding: 0 30px; outline: none; cursor: pointer; } .faq .faq-list .icon-help { font-size: 24px; position: absolute; right: 0; left: 20px; color: #75bdfa; } .faq .faq-list .icon-show, .faq .faq-list .icon-close { font-size: 24px; position: absolute; right: 0; top: 0; } .faq .faq-list p { margin-bottom: 0; padding: 10px 0 0 0; } .faq .faq-list .icon-show { display: none; } .faq .faq-list a.collapsed { color: #343a40; } .faq .faq-list a.collapsed:hover { color: #0880e8; } .faq .faq-list a.collapsed .icon-show { display: inline-block; } .faq .faq-list a.collapsed .icon-close { display: none; } @media (max-width: 1200px) { .faq .faq-list { padding: 0; } } /*-------------------------------------------------------------- # Contact --------------------------------------------------------------*/ .contact { background: url("../img/contact-bg.png") left center no-repeat; position: relative; } .contact:before { content: ""; background: rgba(255, 255, 255, 0.7); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } .contact .container { position: relative; } .contact .info { width: 100%; } .contact .info i { font-size: 20px; background: #0880e8; color: #fff; float: left; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 0.3s ease-in-out; } .contact .info h4 { padding: 0 0 0 60px; font-size: 20px; font-weight: 700; margin-bottom: 5px; color: #043c6d; } .contact .info p { padding: 0 0 0 60px; margin-bottom: 0; font-size: 14px; color: #444444; } .contact .info .email, .contact .info .phone { margin-top: 40px; } .contact .php-email-form { width: 100%; background: #fff; } .contact .php-email-form .form-group { padding-bottom: 8px; } .contact .php-email-form .error-message { display: none; color: #fff; background: #ed3c0d; text-align: left; padding: 15px; font-weight: 600; } .contact .php-email-form .error-message br + br { margin-top: 25px; } .contact .php-email-form .sent-message { display: none; color: #fff; background: #18d26e; text-align: center; padding: 15px; font-weight: 600; } .contact .php-email-form .loading { display: none; background: #fff; text-align: center; padding: 15px; } .contact .php-email-form .loading:before { content: ""; display: inline-block; border-radius: 50%; width: 24px; height: 24px; margin: 0 10px -6px 0; border: 3px solid #18d26e; border-top-color: #eee; -webkit-animation: animate-loading 1s linear infinite; animation: animate-loading 1s linear infinite; } .contact .php-email-form input, .contact .php-email-form textarea { border-radius: 4px; box-shadow: none; font-size: 14px; } .contact .php-email-form input { height: 44px; } .contact .php-email-form textarea { padding: 10px 12px; } .contact .php-email-form button[type=submit] { border: 0; padding: 10px 32px; color: #0880e8; transition: 0.4s; border-radius: 50px; border: 2px solid #0880e8; background: #fff; } .contact .php-email-form button[type=submit]:hover { background: #0880e8; color: #fff; } @-webkit-keyframes animate-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes animate-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /*-------------------------------------------------------------- # Breadcrumbs --------------------------------------------------------------*/ .breadcrumbs { padding: 15px 0; background: #ecf6fe; margin-top: 130px; } .breadcrumbs h2 { font-size: 26px; font-weight: 300; color: #043c6d; } .breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0 0 10px 0; margin: 0; font-size: 14px; } .breadcrumbs ol li + li { padding-left: 10px; } .breadcrumbs ol li + li::before { display: inline-block; padding-right: 10px; color: #f8c255; content: "/"; } /*-------------------------------------------------------------- # Blog --------------------------------------------------------------*/ .blog { padding: 40px 0 20px 0; } .blog .entry { padding: 30px; margin-bottom: 60px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .blog .entry .entry-img { max-height: 440px; margin: -30px -30px 20px -30px; overflow: hidden; } .blog .entry .entry-title { font-size: 28px; font-weight: bold; padding: 0; margin: 0 0 20px 0; } .blog .entry .entry-title a { color: #054a85; transition: 0.3s; } .blog .entry .entry-title a:hover { color: #f6b024; } .blog .entry .entry-meta { margin-bottom: 15px; color: #2b99f8; } .blog .entry .entry-meta ul { display: flex; flex-wrap: wrap; list-style: none; align-items: center; padding: 0; margin: 0; } .blog .entry .entry-meta ul li + li { padding-left: 20px; } .blog .entry .entry-meta i { font-size: 16px; margin-right: 8px; line-height: 0; } .blog .entry .entry-meta a { color: #777777; font-size: 14px; display: inline-block; line-height: 1; } .blog .entry .entry-content p { line-height: 24px; } .blog .entry .entry-content .read-more { -moz-text-align-last: right; text-align-last: right; } .blog .entry .entry-content .read-more a { display: inline-block; background: #f6b024; color: #fff; padding: 6px 20px; transition: 0.3s; font-size: 14px; border-radius: 4px; } .blog .entry .entry-content .read-more a:hover { background: #f7b93c; } .blog .entry .entry-content h3 { font-size: 22px; margin-top: 30px; font-weight: bold; } .blog .entry .entry-content blockquote { overflow: hidden; background-color: #fafafa; padding: 60px; position: relative; text-align: center; margin: 20px 0; } .blog .entry .entry-content blockquote p { color: #444444; line-height: 1.6; margin-bottom: 0; font-style: italic; font-weight: 500; font-size: 22px; } .blog .entry .entry-content blockquote::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background-color: #0880e8; margin-top: 20px; margin-bottom: 20px; } .blog .entry .entry-link { padding-top: 10px; border-top: 1px solid #e6e6e6; } .blog .entry .entry-link i { color: #8ec8fb; display: inline; } .blog .entry .entry-link a { color: #138df7; transition: 0.3s; } .blog .entry .entry-link a:hover { color: #f6b024; } .blog .entry .entry-link .cats { list-style: none; display: inline; padding: 0 20px 0 0; font-size: 14px; } .blog .entry .entry-link .cats li { display: inline-block; } .blog .entry .entry-link .tags { list-style: none; display: inline; padding: 0; font-size: 14px; } .blog .entry .entry-link .tags li { display: inline-block; } .blog .entry .entry-link .tags li + li::before { padding-right: 6px; color: #6c757d; content: ","; } .blog .entry .entry-link .share { font-size: 16px; } .blog .entry .entry-link .share i { padding-left: 5px; } .blog .entry-single { margin-bottom: 30px; } .blog .blog-author { padding: 20px; margin-bottom: 30px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .blog .blog-author img { width: 120px; margin-right: 20px; } .blog .blog-author h4 { font-weight: 600; font-size: 22px; margin-bottom: 0px; padding: 0; color: #0880e8; } .blog .blog-author .social-links { margin: 0 10px 10px 0; } .blog .blog-author .social-links a { color: rgba(8, 128, 232, 0.5); margin-right: 5px; } .blog .blog-author p { font-style: italic; color: #b7b7b7; } .blog .blog-comments { margin-bottom: 30px; } .blog .blog-comments .comments-count { font-weight: bold; } .blog .blog-comments .comment { margin-top: 30px; position: relative; } .blog .blog-comments .comment .comment-img { margin-right: 14px; } .blog .blog-comments .comment .comment-img img { width: 60px; } .blog .blog-comments .comment h5 { font-size: 16px; margin-bottom: 2px; } .blog .blog-comments .comment h5 a { font-weight: bold; color: #444444; transition: 0.3s; } .blog .blog-comments .comment h5 a:hover { color: #f6b024; } .blog .blog-comments .comment h5 .reply { padding-left: 10px; color: #0880e8; } .blog .blog-comments .comment h5 .reply i { font-size: 20px; } .blog .blog-comments .comment time { display: block; font-size: 14px; color: #2b99f8; margin-bottom: 5px; } .blog .blog-comments .comment.comment-reply { padding-left: 40px; } .blog .blog-comments .reply-form { margin-top: 30px; padding: 30px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .blog .blog-comments .reply-form h4 { font-weight: bold; font-size: 22px; } .blog .blog-comments .reply-form p { font-size: 14px; } .blog .blog-comments .reply-form input { border-radius: 4px; padding: 10px 10px; font-size: 14px; } .blog .blog-comments .reply-form input:focus { box-shadow: none; border-color: #fad386; } .blog .blog-comments .reply-form textarea { border-radius: 4px; padding: 10px 10px; font-size: 14px; } .blog .blog-comments .reply-form textarea:focus { box-shadow: none; border-color: #fad386; } .blog .blog-comments .reply-form .form-group { margin-bottom: 25px; } .blog .blog-comments .reply-form .btn-primary { border-radius: 4px; padding: 10px 20px; border: 0; background-color: #0880e8; } .blog .blog-comments .reply-form .btn-primary:hover { background-color: #138df7; } .blog .blog-pagination { color: #0880e8; } .blog .blog-pagination ul { display: flex; padding: 0; margin: 0; list-style: none; } .blog .blog-pagination li { margin: 0 5px; transition: 0.3s; } .blog .blog-pagination li a { color: #0880e8; padding: 7px 16px; display: flex; align-items: center; justify-content: center; } .blog .blog-pagination li.active, .blog .blog-pagination li:hover { background: #f6b024; } .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a { color: #fff; } .blog .sidebar { padding: 30px; margin: 0 0 60px 20px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .blog .sidebar .sidebar-title { font-size: 20px; font-weight: 700; padding: 0 0 0 0; margin: 0 0 15px 0; color: #0665b7; position: relative; } .blog .sidebar .sidebar-item { margin-bottom: 30px; } .blog .sidebar .search-form form { background: #fff; border: 1px solid #ddd; padding: 3px 10px; position: relative; } .blog .sidebar .search-form form input[type=text] { border: 0; padding: 4px; border-radius: 4px; width: calc(100% - 40px); } .blog .sidebar .search-form form button { position: absolute; top: 0; right: 0; bottom: 0; border: 0; background: none; font-size: 16px; padding: 0 15px; margin: -1px; background: #f6b024; color: #fff; transition: 0.3s; border-radius: 0 4px 4px 0; line-height: 0; } .blog .sidebar .search-form form button i { line-height: 0; } .blog .sidebar .search-form form button:hover { background: #f8c255; } .blog .sidebar .categories ul { list-style: none; padding: 0; } .blog .sidebar .categories ul li + li { padding-top: 10px; } .blog .sidebar .categories ul a { color: #0665b7; transition: 0.3s; } .blog .sidebar .categories ul a:hover { color: #f6b024; } .blog .sidebar .categories ul a span { padding-left: 5px; color: #aaaaaa; font-size: 14px; } .blog .sidebar .recent-posts .post-item + .post-item { margin-top: 15px; } .blog .sidebar .recent-posts img { width: 80px; float: left; } .blog .sidebar .recent-posts h4 { font-size: 15px; margin-left: 95px; font-weight: bold; } .blog .sidebar .recent-posts h4 a { color: #0665b7; transition: 0.3s; } .blog .sidebar .recent-posts h4 a:hover { color: #f6b024; } .blog .sidebar .recent-posts time { display: block; margin-left: 95px; font-style: italic; font-size: 14px; color: #aaaaaa; } .blog .sidebar .tags { margin-bottom: -10px; } .blog .sidebar .tags ul { list-style: none; padding: 0; } .blog .sidebar .tags ul li { display: inline-block; } .blog .sidebar .tags ul a { color: #0880e8; font-size: 14px; padding: 6px 14px; margin: 0 6px 8px 0; border: 1px solid white; display: inline-block; transition: 0.3s; } .blog .sidebar .tags ul a:hover { color: #fff; border: 1px solid #f6b024; background: #f6b024; } .blog .sidebar .tags ul a span { padding-left: 5px; color: white; font-size: 14px; } /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ #link { background: #212b2b; padding: 0 0 30px 0; color: #fff; font-size: 14px; } #link .link-newsletter { padding: 50px 0; background: #05579e; } #link .link-newsletter h4 { font-size: 24px; margin: 0 0 20px 0; padding: 0; line-height: 1; font-weight: 600; } #link .link-newsletter form { margin-top: 30px; background: #fff; padding: 6px 10px; position: relative; border-radius: 50px; } #link .link-newsletter form input[type=email] { border: 0; padding: 4px; width: calc(100% - 100px); } #link .link-newsletter form input[type=submit] { position: absolute; top: 0; right: 0; bottom: 0; border: 0; background: none; font-size: 16px; padding: 0 20px; margin: 3px; background: #f6b024; color: #fff; transition: 0.3s; border-radius: 50px; } #link .link-newsletter form input[type=submit]:hover { background: #0880e8; } #link .link-top { background: #212b2b; padding: 60px 0 30px 0; } #link .link-top .link-info { margin-bottom: 30px; } #link .link-top .link-info h3 { font-size: 18px; margin: 0 0 20px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 700; } #link .link-top .link-info p { font-size: 14px; line-height: 24px; margin-bottom: 0; font-family: "Raleway", sans-serif; color: #fff; } #link .link-top .social-links a { font-size: 16px; display: inline-block; background: rgba(255, 255, 255, 0.1); color: #fff; line-height: 1; padding: 10px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; } #link .link-top .social-links a:hover { background: #f6b024; color: #fff; text-decoration: none; } #link .link-top h4 { font-size: 16px; font-weight: bold; color: #fff; text-transform: uppercase; position: relative; padding-bottom: 12px; } #link .link-top .link-links { margin-bottom: 30px; } #link .link-top .link-links ul { list-style: none; padding: 0; margin: 0; } #link .link-top .link-links ul i { padding-right: 2px; color: #5db1f9; font-size: 18px; line-height: 1; } #link .link-top .link-links ul li { padding: 10px 0; display: flex; align-items: center; } #link .link-top .link-links ul li:first-child { padding-top: 0; } #link .link-top .link-links ul a { color: rgba(255, 255, 255, 0.75); transition: 0.3s; display: inline-block; line-height: 1; } #link .link-top .link-links ul a:hover { color: #fff; } #link .link-top .link-contact { margin-bottom: 30px; } #link .link-top .link-contact p { line-height: 26px; } #link .copyright { text-align: center; padding-top: 10px; } #link .credits { padding-top: 5px; text-align: center; font-size: 13px; color: #fff; } #link .credits a { color: #f6b024; } /* TABLE STYLING */ #customers { font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } #customers td, #customers th { border: 1px solid #ddd; padding: 3px; } #customers tr:nth-child(even){background-color: #f2f2f2;} #customers tr:hover {background-color: #ddd;} #customers th { padding-top: 3px; padding-bottom: 3px; text-align: left; background-color: #04AA6D; color: white; } @import 'https://fonts.googleapis.com/css?family=Open+Sans:600,700'; * {font-family: 'Open Sans', sans-serif;} #rwd-table { margin: auto; min-width: 300px; max-width: 100%; border-collapse: collapse; } #rwd-table thead tr { border-top: none; background: #428bca; color: #fff; } #rwd-table tbody tr { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #f5f9fc; } #rwd-table tr:nth-child(even):not(:first-child) { background-color: #ebf3f9; } #rwd-table th { display: none; } #rwd-table td { display: block; } #rwd-table td:first-child { margin-top: .5em; } #rwd-table td:last-child { margin-bottom: .5em; } #rwd-table td:before { content: attr(data-th) ''; font-weight: bold; width: 120px; display: inline-block; color: #000; } #rwd-table th, #rwd-table td { text-align: left; } #rwd-table { color: #333; border-radius: .4em; overflow: hidden; } #rwd-table tr { border-color: #bfbfbf; } #rwd-table th, #rwd-table td { padding: .5em 1em; } @media screen and (max-width: 601px) { #rwd-table tr:nth-child(2) { border-top: none; } } @media screen and (min-width: 600px) { #rwd-table tr:hover:not(:first-child) { background-color: #d8e7f3; } #rwd-table td:before { display: none; } #rwd-table th, #rwd-table td { display: table-cell; padding: .25em .5em; } #rwd-table th:first-child, #rwd-table td:first-child { padding-left: 0; } #rwd-table th:last-child, #rwd-table td:last-child { padding-right: 0; } #rwd-table th, #rwd-table td { padding: .5em !important; } } .image-container, .table-container { width: 45%; height: 100%; display: inline-block; } #routertable { margin: auto; max-width: 100%; border-collapse: collapse; border: 1px solid #ddd; border-radius:6px; overflow:hidden; } #routertable thead tr { height:50px; background:#428bca; font-size:15px; color: #fff; padding:8px 0; } #routertable tbody tr { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #f5f9fc; height:40px; } #routertable tbody tr:nth-child(odd):not { background-color: #ebf3f9; } #routertable th, #routertable td { padding: .5em 1.64em; } #routertable thead th { background-color: #428bca; color: white; } #routertable tr:nth-child(even):hover { background-color: #d8e7f3; } #routertable tr:hover::after { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; display: inline-block; background-size: contain; background-position: center center; background-repeat: no-repeat no-repeat; } #routertable tbody tr:nth-child(1)::after { background-image: url("../img/ASUS_RT-AC53U.png"); } #routertable tbody tr:nth-child(2)::after { background-image: url("../img/TPLINK - 841.png"); } #routertable tbody tr:nth-child(3)::after { background-image: url("../img/Archer-C5.png"); } #routertable tbody tr:nth-child(4)::after { background-image: url("../img/TP LINK-C6.png"); } #routertable tbody tr:nth-child(5)::after { background-image: url("../img/TP_link_deco_m4_1_pack.png"); } #routertable tbody tr:nth-child(6)::after { background-image: url("../img/deco m4 2 pack.png"); } #routertable tbody tr:nth-child(7)::after { background-image: url("../img/deco m5 2pac.png"); } #routertable tbody tr:nth-child(8)::after { background-image: url("../img/Mikrotik RB 951.png"); } .table caption { padding: .5em 0; } .table.dataTable th, .table.dataTable td { white-space: nowrap; } .table p { text-align: center; padding-top: 140px; font-size: 14px; } /*Carnival Style*/ .ff-mon { font-family: "Montserrat", sans-serif; font-weight: 300; } .txt-navy-blue { color: #2b388d; } .txt-maroon { color: #d71c5c; } .txt-blue { color: #25a8df; } .txt-purple { color: #652d8e; } .txt-yellow { color: #ffca05; } .txt-orange { color: #f4901e; } .txt-orange-deep { color: #ee5927; } .txt-gray { color: #909294; } .txt-gray-deep { color: #707070; } .txt-green { color: #8ac440; } .txt-red { color: #AA0114; } .bg-orange { background: #f05a2a; } .bg-purple { background: #652f8e; } .bg-yellow { background: #ffca05; } .bg-red { background: #ea2127; } .bg-yellow-deep { background: #ddad30; } .bg-green { background: #8ac440; } .package-list { text-align: center; } .package-list h2, .package-list h3 { display: inline-block; margin-bottom: 40px; padding: 0 20px 20px 20px; border-bottom: 2px solid #b9bbbd; font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 600; } .package-list h3 { font-size: 30px; } .package-list .package-offer .value { display: inline-block; font-family: "Montserrat", sans-serif; font-size: 128px; font-weight: 700; line-height: 100px; } .package-list .package-offer .info { display: inline-block; width: 35%; margin-left: 30px; text-align: left; color: #000; } .package-list .package-offer .info span { display: block; font-family: "Comfortaa", "cursive"; font-size: 30px; font-weight: 200; } .package-list .package-offer .info strong { color: #909294; font-family: "Montserrat", sans-serif; font-size: 20px; font-weight: 600; line-height: normal; } .package-list .package-caption { margin-bottom: 30px; } .package-list .package-caption.hide { visibility: hidden; } .package-list .package-price { display: inline-block; width: 100%; margin-top: 20px; margin-bottom: 20px; text-align: center; font-size: 34px; font-weight: 700; } .package-list .package-price span { font-size: 23px; font-weight: 500; } .package-list.package-separator { border-right: 1px solid #b9bbbd; border-left: 1px solid #b9bbbd; } .family-package { background: #fff; } .family-package-offer { position: relative; } .family-package-offer .family-package-offer-txt { position: absolute; top: 52%; right: 0; left: 38%; width: 35%; font-weight: 500; line-height: normal; } .package-com-offer { font-weight: 700; font-size: 18px; color: #da6ea9; margin-top: 24px; } .package-list .package-price { display: inline-block; width: 100%; margin-top: 20px; margin-bottom: 20px; text-align: center; font-size: 34px; font-weight: 700; } .package-list .package-price span { font-size: 23px; font-weight: 500; } .section-gap { position: relative; padding: 80px 0; } .text-justify { text-align:justify!important } .text-nowrap { white-space:nowrap!important } .text-truncate { overflow:hidden; text-overflow:ellipsis; white-space:nowrap } .text-left { text-align:left!important } .text-right { text-align:right!important } .text-center { text-align:center!important } .union-package { padding-bottom: 50px; } .union-package ul { display: flex; justify-content: space-around; padding: 0; } .union-package ul li { list-style: none; padding: 0 20px; border: 1px solid #888; border-radius: 8px; text-align: center; width: 30%; } .union-package ul li p { margin: 0; padding-top: 10px; } .union-package ul li h4 { font-family: "Montserrat", sans-serif; margin: 0; padding: 10px 0 15px; font-size: 30px; } .union-package ul li h3 { margin: 0 -20px; color: #fff; font-size: 18px; font-weight: 500; line-height: normal; padding: 10px 0; border-radius: 0 0 8px 8px; } .union-package ul li:nth-child(1) { border: 1px solid #25a8df; } .union-package ul li:nth-child(2) { border: 1px solid #652d8e; } .union-package ul li:nth-child(3) { border: 1px solid #ee5927; } .union-package ul li:nth-child(1) h3 { background: #25a8df; } .union-package ul li:nth-child(2) h3 { background: #652d8e; } .union-package ul li:nth-child(3) h3 { background: #ee5927; } @media all and (max-width:767px) { .union-package { margin: 0 -15px; } .union-package ul { justify-content: space-between; } .union-package ul li { padding: 0 10px; width: 32%; } .union-package ul li h4 strong { display: block; } .union-package ul li h3 { margin: 0 -10px; } .union-package ul li p { display: none; } } #sticky { position: sticky; position: -webkit-sticky; background: #f83d23; width: 400px; height: 200px; top: 100px; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 6px #000; color: #fff; } /*-------------------------------------------------------------- # SMS Section --------------------------------------------------------------*/ #sms { padding: 60px 0 60px 0; } #sms .nav-tabs { text-align: center; margin: auto; display: block; border-bottom: 0; margin-bottom: 30px; } #sms .nav-tabs li { display: inline-block; margin-bottom: 0; } #sms .nav-tabs a { border: none; border-radius: 50px; font-weight: 600; background-color: #0e1b4d; color: #fff; padding: 10px 100px; } @media (max-width: 991px) { #sms .nav-tabs a { padding: 8px 60px; } } @media (max-width: 767px) { #sms .nav-tabs a { padding: 8px 50px; } } @media (max-width: 480px) { #sms .nav-tabs a { padding: 8px 30px; } } #sms .nav-tabs a.active { background-color: #f82249; color: #fff; } #sms .sub-heading { text-align: center; font-size: 18px; font-style: italic; margin: 0 auto 30px auto; } @media (min-width: 991px) { #sms .sub-heading { width: 75%; } } #sms .tab-pane { transition: ease-in-out 0.2s; } #sms .sms-item { border-bottom: 1px solid #cad4f6; padding-top: 15px; padding-bottom: 15px; transition: background-color ease-in-out 0.3s; } #sms .sms-item:hover { background-color: #fff; } #sms .sms-item time { padding-bottom: 5px; display: inline-block; } #sms .sms-item .speaker { width: 60px; height: 60px; overflow: hidden; border-radius: 50%; float: left; margin: 0 10px 10px 0; } #sms .sms-item .speaker img { height: 100%; transform: translateX(-50%); margin-left: 50%; transition: all ease-in-out 0.3s; } #sms .sms-item h4 { font-size: 18px; font-weight: 600; margin-bottom: 5px; } #sms .sms-item h4 span { font-style: italic; color: #19328e; font-weight: normal; font-size: 16px; } #sms .sms-item p { font-style: italic; color: #152b79; margin-bottom: 0; } /*-------------------------------------------------------------- # Features --------------------------------------------------------------*/ .features .nav-tabs { border: 0; } .features .nav-link { border: 1px solid #d4d6df; padding: 1px; transition: 0.3s; color: #2a2c39; border-radius: 0; display: flex; align-items: center; justify-content: center; } .features .nav-link i { padding-right: 15px; font-size: 48px; } .features .nav-link h4 { font-size: 18px; font-weight: 600; margin: 0; } .features .nav-link:hover { color: #ef6603; } .features .nav-link.active { background: #ef6603; color: #fff; border-color: #ef6603; } @media (max-width: 768px) { .features .nav-link i { padding: 0; line-height: 1; font-size: 36px; } } @media (max-width: 575px) { .features .nav-link { padding: 15px; } .features .nav-link i { font-size: 24px; } } .features .tab-content { margin-top: 30px; } .features .tab-pane h3 { font-weight: 600; font-size: 26px; } .features .tab-pane ul { list-style: none; padding: 0; } .features .tab-pane ul li { padding-bottom: 10px; } .features .tab-pane ul i { font-size: 20px; padding-right: 4px; color: #ef6603; } .features .tab-pane p:last-child { margin-bottom: 0; } #myBtn { display: none; position: fixed; bottom: 15px; right: 15px; z-index: 996; font-size: 18px; border: none; outline: none; background-color: #0880e8; color: white; cursor: pointer; width: 40px; height: 40px; border-radius: 50px; transition: all 0.4s; } #myBtn i { font-size: 28px; color: #fff; line-height: 0; } #myBtn:hover { background: #2194f7; color: #fff; } /* Floating Media Bar Style Starts Here */ .side-bar-navigation--wrapper{ position:fixed; z-index:997; width:auto; left:calc(100% - 50px); top:calc(50vh - 5px); transform:rotate(0) translateY(-50%); }@media(max-width:767px){ .side-bar-navigation--wrapper{ top:auto; left:auto; transform:none; position:fixed; bottom:0; display:table; table-layout:fixed; width:100%; z-index:997; }} @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation{ display:flex;}} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element{ background-color:#227dc6; padding:10px; margin-bottom:2px; width:250px; transition:transform 0.5s ease 0s; transform:translateX(0px); animation-name:StartFadeIn; animation-duration:1s; animation-timing-function:ease-out; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:hover{ transform:translateX(-200px); } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element{ width:100%; display:table-cell; animation-name:none; transform:none; border-right:2px solid #fff; margin-bottom:0;padding:10px 5px 5px; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:hover{ transform:none; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:last-child{ border-right:none; }} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a{ color:#fff; display:flex; } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a{ flex-direction:column; width:100%; max-width:100px; margin:0 auto; }} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a img{ width:30px; } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a img{ margin:0 auto 5px auto; height:30px; }} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a span{ font-size:18px; line-height:28px; padding:0 20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a span{ padding:0; font-size:12px; overflow:hidden; text-overflow:ellipsis; text-align:center; white-space:nowrap; }} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(1){ animation-delay:0.6s; }.side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(2){ animation-delay:0.8s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(3){ animation-delay:1s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(4){ animation-delay:1.2s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(5){ animation-delay:1.4s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(6){ animation-delay:1.6s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(7){ animation-delay:1.8s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(8){ animation-delay:2s; }.side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element .productcomparisonlink .glyphicon{ font-size:26px; } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element .productcomparisonlink .glyphicon{margin:0 auto 5px auto;height:30px;}}@media(max-width:767px){.side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element .productcomparisonlink .badge{left:50%;}}.side-bar-navigation--wrapper .side-bar-navigation .productcomparisonlink{display:none;}.side-bar-navigation--wrapper .side-bar-navigation .productcomparisonlink.productcomparisonlinksidenavigation{display:block;}@keyframes StartFadeIn{0%{transform:translateX(0px);}100%{transform:translateX(-200px);}}@keyframes StartFadeOut{0%{transform:translateX(-200px);}100%{transform:translateX(0px);}} #popUp { position: fixed; max-width: 390px; height: ''; background: rgba(236, 240, 241,1); border: 7px solid #fff; border-left: none; bottom: 0; margin-left: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #new span{ background: #fff; position: absolute; color: #1c8dc4; padding: 4px 10px; font-size: 16px; font-weight: 600; letter-spacing: 1px; margin-top: -5px; } #popUp .close { color: #464646; right: 8px; top: 0px; position: absolute; font-size: 20px; cursor: pointer; } #popUp h2{ font-size: 16px; color: #464646; line-height: 24px; font-weight: 400; text-align: center; margin-top: 40px; padding: 0 20px; } a.button{ margin: 0 auto; text-align: center; right: 0; left: 0; position: absolute; width: 220px; font-size: 15px; color: #fff; border-bottom: 2px solid #18729f; background: #1c8dc4; border-radius: 4px; padding: 6px 0; } #plus{ position: fixed; color: #fff; bottom: 15%; font-size: 14px; margin-left: -507px; -webkit-transition: all 1.25s ease; -moz-transition: all 1.25s ease; -o-transition: all 1.25s ease; transition: all 1.25s ease; cursor: pointer; text-align: left; letter-spacing: 1px; } #plus span{ position: absolute; margin-top: 38px; left: 5px; } #plus span i{ font-size: 16px; } #plus::after{ content: ''; display: block; display: relative; border-top: 55px solid transparent; border-bottom: 55px solid transparent; border-left: 55px solid #1c8dc4; } @media all and (max-width: 1024px){ #popUp{ margin-left: -507px; } #plus{ margin-left: -117px; } } /*-------------------------------------------------------------- # video --------------------------------------------------------------*/ /* This is purely for the demo */ .video { max-width: 800px; margin: 0 auto; } .plyr { border-radius: 4px; margin-bottom: 15px; } .purple { background-color: #170F50; background-image: linear-gradient(#261984 0%, #170F50 70%); } .wine { background-color: #850178; background-image: linear-gradient(#c201af 0%, #850178 70%); } .green { background-color: #13693B; background-image: linear-gradient(#1c9d58 0%, #13693B 70%); } .aqua { background-color: #00FFED; background-image: linear-gradient(#3dfff1 0%, #00FFED 70%); color: #1E1F26; } .blue { background-color: #2245AD; background-image: linear-gradient(#355ed7 0%, #2245AD 70%); } .red { background-color: #a90e0e; background-image: linear-gradient(#e21313 0%, #a90e0e 70%); } .orange { background-color: #fa952a; background-image: linear-gradient(#fbb366 0%, #fa952a 70%); } .yellow { background-color: #f7ea1c; background-image: linear-gradient(#f9ef57 0%, #f7ea1c 70%); } .pink { background-color: #FFA4F9; background-image: linear-gradient(#ffe1fd 0%, #FFA4F9 70%); color: #1E1F26; } .magenta { background-color: #AD2266; background-image: linear-gradient(#d73584 0%, #AD2266 70%); } .grid-parent { display: grid; } .flex-parent { display: flex; min-height: 0px; } .jc-center { justify-content: center; } .content { font-size: 2rem; border: 2px solid #AD2266; padding: 20px; margin-bottom: 40px; } .text-center { text-align: center; } .button_p { border: 2px solid #ffffff; border-radius: 8px; background: #2245AD; padding: 15px 40px; color: #ffffff; font-size: 1.25rem; cursor: pointer; transition: all 150ms ease-in-out; } .button_p:hover { background: #1b378b; } .button_p.block { display: block; width: 200px; color: #000000; } .button_p.block:hover { background: #AD2266; } .button_p.margin-auto { margin: 0 auto; } .button_p.margin-right { margin-right: 20px; } .about-img { position: relative; margin: 60px 0 0 60px; } .about-img:before { position: absolute; inset: -60px 0 0 -60px; z-index: -1; content: ""; background: url("../img/about-bgg.png") top left; background-repeat: no-repeat; } @media (max-width: 575px) { .about-img { margin: 30px 0 0 30px; } .about-img:before { inset: -30px 0 0 -30px; } } .schedule .schedule-tab { display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; margin-top: 14px; } .schedule .schedule-tab ul li.nav-item { margin-right: 10px; } @media (max-width: 767px) { .schedule .schedule-tab ul li.nav-item { width: 100%; margin-bottom: 10px; } } .schedule .schedule-tab ul li.nav-item a { font-family: "Montserrat", sans-serif; text-transform: uppercase; font-size: 1.5rem; color: #ff6600; font-weight: 500; display: block; border-radius: 0; border: 1px solid #e5e5e5; padding: 20px 30px; } .schedule .schedule-tab ul li.nav-item a span { margin-top: 2px; font-family: "Roboto", sans-serif; display: block; font-size: 1rem; color: #848484; font-weight: 400; } .schedule .schedule-tab ul li.nav-item a.active { background: #ff6600; color: #fff; position: relative; } .schedule .schedule-tab ul li.nav-item a.active span { color: #fff; } .schedule .schedule-tab ul li.nav-item a.active:after { content: ''; position: absolute; left: 0; bottom: -20px; width: 0; height: 0; border-style: solid; border-width: 0 20px 20px 0; border-color: transparent #ff6600 transparent transparent; } @media (max-width: 767px) { .schedule .schedule-tab ul li.nav-item a.active:after { content: none; } } .schedule .schedule-contents { margin-top: 30px; margin-bottom: 30px; padding: 30px; } .schedule .schedule-contents .schedule-item ul { margin-bottom: 0; } .schedule .schedule-contents .schedule-item ul li { list-style: none; } .schedule .schedule-contents .schedule-item ul li div { display: inline-block; } .schedule .schedule-contents .schedule-item ul li .time { width: 20%; } @media (max-width: 767px) { .schedule .schedule-contents .schedule-item ul li .time { width: 37%; } } @media (max-width: 575px) { .schedule .schedule-contents .schedule-item ul li .time { width: 48%; } } .schedule .schedule-contents .schedule-item ul li .speaker { width: 30%; } @media (max-width: 991px) { .schedule .schedule-contents .schedule-item ul li .speaker { width: 50%; } } @media (max-width: 767px) { .schedule .schedule-contents .schedule-item ul li .speaker { width: 60%; } } @media (max-width: 575px) { .schedule .schedule-contents .schedule-item ul li .speaker { width: 50%; } } @media (max-width: 575px) { .schedule .schedule-contents .schedule-item ul li .speaker img { display: none; } } .schedule .schedule-contents .schedule-item ul li .subject { width: 30%; } @media (max-width: 1200px) { .schedule .schedule-contents .schedule-item ul li .subject { display: none; } } @media (max-width: 767px) { .schedule .schedule-contents .schedule-item ul li .venue { display: none; } } .schedule .schedule-contents .schedule-item li.headings { padding: 22px 40px; background: #ff6600; } .schedule .schedule-contents .schedule-item li.headings div { color: #fff; text-transform: uppercase; font-family: "Montserrat", sans-serif; } .schedule .schedule-contents .schedule-item li.schedule-details { border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-color: #e5e5e5; } .schedule .schedule-contents .schedule-item li.schedule-details .block { padding: 10px 40px; background: #fff; width: 100%; -webkit-transition: .2s ease-in; transition: .2s ease-in; } .schedule .schedule-contents .schedule-item li.schedule-details .block div { color: #222222; font-family: "Montserrat", sans-serif; } .schedule .schedule-contents .schedule-item li.schedule-details .block div i { font-size: 1.1875em; color: #c7c8c9; } .schedule .schedule-contents .schedule-item li.schedule-details .block div img { border-radius: 100%; } .schedule .schedule-contents .schedule-item li.schedule-details .block div span.time { margin-left: 5px; } .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name { margin-left: 20px; -webkit-transition: .2s ease-in; transition: .2s ease-in; } @media (max-width: 575px) { .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name { margin-left: 0; } } .schedule .schedule-contents .schedule-item li.schedule-details .block:hover { box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15); -webkit-transform: scale(1.01); transform: scale(1.01); } .schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name { color: #ff6600; } .schedule .download-button { padding-top: 40px; margin-bottom: 30px; } .schedule.two .schedule-tab { display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; margin-top: 30px; } .schedule.two .schedule-tab ul li.nav-item { margin-right: 0; margin-bottom: 10px; } @media (max-width: 991px) { .schedule.two .schedule-tab ul li.nav-item { margin-right: 10px; } } @media (max-width: 767px) { .schedule.two .schedule-tab ul li.nav-item { width: 100%; margin-bottom: 10px; margin-right: 0; } } .schedule.two .schedule-tab ul li.nav-item a { font-family: "Montserrat", sans-serif; text-transform: uppercase; font-size: 20px; color: #222222; font-weight: 500; display: block; border-radius: 0; border: 1px solid #e5e5e5; padding: 20px 30px; } .schedule.two .schedule-tab ul li.nav-item a span { margin-top: 2px; font-family: "Roboto", sans-serif; display: block; font-size: 14px; color: #848484; font-weight: 400; } .schedule.two .schedule-tab ul li.nav-item a.active { background: #ff6600; color: #fff; position: relative; } .schedule.two .schedule-tab ul li.nav-item a.active span { color: #fff; } .schedule.two .schedule-tab ul li.nav-item a.active:after { content: ''; position: absolute; left: 100%; right: 0; bottom: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #ff6600; } @media (max-width: 991px) { .schedule.two .schedule-tab ul li.nav-item a.active:after { content: none; } } .schedule.two .schedule-contents { margin-top: 30px; margin-bottom: 30px; padding: 0; } .schedule.two .schedule-contents .schedule-item ul { margin-bottom: 0; } .schedule.two .schedule-contents .schedule-item ul li { list-style: none; } .schedule.two .schedule-contents .schedule-item ul li div { display: inline-block; } .schedule.two .schedule-contents .schedule-item ul li .time { width: 20%; } @media (max-width: 767px) { .schedule.two .schedule-contents .schedule-item ul li .time { width: 37%; } } @media (max-width: 575px) { .schedule.two .schedule-contents .schedule-item ul li .time { width: 48%; } } .schedule.two .schedule-contents .schedule-item ul li .speaker { width: 30%; } @media (max-width: 991px) { .schedule.two .schedule-contents .schedule-item ul li .speaker { width: 50%; } } @media (max-width: 767px) { .schedule.two .schedule-contents .schedule-item ul li .speaker { width: 60%; } } @media (max-width: 575px) { .schedule.two .schedule-contents .schedule-item ul li .speaker { width: 50%; } } .schedule.two .schedule-contents .schedule-item ul li .subject { width: 30%; } @media (max-width: 1200px) { .schedule.two .schedule-contents .schedule-item ul li .subject { display: none; } } .schedule.two .schedule-contents .schedule-item ul li .venue { width: 18.6%; } @media (max-width: 767px) { .schedule.two .schedule-contents .schedule-item ul li .venue { display: none; } } .schedule.two .schedule-contents .schedule-item li.headings { padding: 25px 0; background: #ff6600; } .schedule.two .schedule-contents .schedule-item li.headings div { color: #fff; text-transform: uppercase; font-family: "Montserrat", sans-serif; } .schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) { border-bottom: 1px solid #e5e5e5; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block { text-align: center; padding: 0; background: #fff; width: 100%; -webkit-transition: .2s ease-in; transition: .2s ease-in; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div { padding-top: 25px; padding-bottom: 25px; color: #222222; font-family: "Montserrat", sans-serif; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div i { font-size: 1.1875em; color: #c7c8c9; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div img { border-radius: 100%; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time { margin-left: 0px; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name { margin-left: 0px; -webkit-transition: .2s ease-in; transition: .2s ease-in; } @media (max-width: 575px) { .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name { margin-left: 0; } } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) { border-right: 1px solid #e5e5e5; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) { border-bottom: 1px solid #e5e5e5; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover { box-shadow: none; -webkit-transform: scale(1); transform: scale(1); } .schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name { color: #ff6600; } .bg-schedule { background: url("../img/chedule-bg.png") no-repeat; background-size: cover; } .feature-top-shape { position: absolute; top: -80px; width: 100%; height: 201px; content: ''; background: url("../img/feature-top-shape.svg") no-repeat; } .feature-top-shape { position: absolute; top: 110px; width: 100%; height: 201px; content: ""; background-image: url("../img/feature-top-shape.svg"); background-repeat: no-repeat; background-position: center; } .hero-bottom-shape { position: absolute; z-index: 1; bottom: 0px; width: 100%; height: 80px; content: ""; background-image: url("../img/shape-banner.svg"); background-repeat: no-repeat; background-position: center; } .feture-tabs { margin-top: 120px; } .feture-tabs h3 { font-weight: 700; font-size: 32px; margin-bottom: 10px; } @media (max-width: 768px) { .feture-tabs h3 { font-size: 28px; } } .feture-tabs .nav-pills { border-bottom: 1px solid #eee; } .feture-tabs .nav-link { background: none; text-transform: uppercase; font-size: 15px; font-weight: 600; color: #012970; padding: 12px 0; margin-right: 25px; margin-bottom: -2px; border-radius: 0; } .feture-tabs .nav-link.active { color: #4154f1; border-bottom: 3px solid #4154f1; } .feture-tabs .tab-content h4 { font-size: 18px; margin: 0; font-weight: 700; color: #012970; } .feture-tabs .tab-content i { font-size: 24px; line-height: 0; margin-right: 8px; color: #4154f1; }
assets/css/style.css
body { font-family: "Open Sans", sans-serif; color: #444444; } a { text-decoration: none; color: #0880e8; } a:hover { color: #2b99f8; text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; } /*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/ .back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: #0880e8; width: 40px; height: 40px; border-radius: 50px; transition: all 0.4s; } .back-to-top i { font-size: 28px; color: #fff; line-height: 0; } .back-to-top:hover { background: #2194f7; color: #fff; } .back-to-top.active { visibility: visible; opacity: 1; } /*-------------------------------------------------------------- # Preloader --------------------------------------------------------------*/ #preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; } #preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #0880e8; border-top-color: #bfe0fd; border-radius: 50%; width: 60px; height: 60px; -webkit-animation: animate-preloader 1s linear infinite; animation: animate-preloader 1s linear infinite; } @-webkit-keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /*-------------------------------------------------------------- # Disable aos animation delay on mobile devices --------------------------------------------------------------*/ @media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } } /*-------------------------------------------------------------- # Top Bar --------------------------------------------------------------*/ #topbar { height: 60px; padding: 0; font-size: 14px; transition: all 0.5s; overflow: hidden; color: rgba(255, 255, 255); z-index: 996; } #topbar.topbar-scrolled { top: -60px; } #topbar .contact-info a { line-height: 0; color: rgba(255, 255, 255, 0.8); transition: 0.3s; } #topbar .contact-info a:hover { text-decoration: underline; } #topbar .contact-info i { color: #fff; line-height: 0; margin-right: 5px; } .contact-info i { font-size: 20px; } #topbar .contact-info .phone-icon { margin-left: 15px; } #topbar .office-address { background: transparent; } .office-address { color: #fff; } #topbar .office-address a { color: #fff; background: rgba(20, 157, 221, 0.75); padding: 6px 24px 8px 24px; display: inline-block; transition: 0.3s; border-radius: 50px; } #topbar .office-address a:hover { background: rgba(20, 157, 221, 0.95); } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ #header { background: rgba(0, 0, 0, 0.1); transition: all 0.5s; z-index: 997; height: 70px; top: 60px; } #header.header-scrolled { background: rgba(5, 87, 158, 0.9); top: 0; } #header .logo { font-size: 30px; margin: 0; padding: 0; line-height: 1; font-weight: 400; letter-spacing: 2px; text-transform: capitalize; } #header .logo a { color: #fff; } #header .logo img { max-height: 40px; } .header-inner-pages { background: rgba(5, 87, 158, 0.9) !important; } .topbar-inner-pages { background: rgba(6, 98, 178, 0.9) !important; } /*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/ /** * Desktop Navigation */ .navbar { padding: 0; } .navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { position: relative; } .navbar > ul > li { position: relative; white-space: nowrap; padding: 10px 0 10px 24px; } .navbar a, .navbar a:focus { display: flex; align-items: center; justify-content: space-between; padding: 0 3px; font-size: 14px; color: rgba(255, 255, 255); white-space: nowrap; transition: 0.3s; position: relative; } .navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; } .navbar > ul > li > a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: -5px; left: 0; background-color: #f6b024; visibility: hidden; width: 0px; transition: all 0.3s ease-in-out 0s; } .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before { visibility: visible; width: 100%; } .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: #fff; } .navbar .dropdown ul { display: block; position: absolute; left: 14px; top: calc(100% + 30px); margin: 0; padding: 10px 0; z-index: 99; opacity: 0; visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6); transition: 0.3s; border-radius: 8px; } .navbar .dropdown ul li { min-width: 200px; } .navbar .dropdown ul a { padding: 10px 20px; font-size: 14px; font-weight: 500; text-transform: none; color: #032e54; } .navbar .dropdown ul a i { font-size: 12px; } .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a { color: #0880e8; } .navbar .dropdown:hover > ul { opacity: 1; top: 100%; visibility: visible; } .navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden; } .navbar .dropdown .dropdown:hover > ul { opacity: 1; top: 0; left: 100%; visibility: visible; } @media (max-width: 1366px) { .navbar .dropdown .dropdown ul { left: -90%; } .navbar .dropdown .dropdown:hover > ul { left: -100%; } } /** * Mobile Navigation */ .mobile-nav-toggle { color: #fff; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; } .mobile-nav-toggle.bi-x { color: #f6b024; } @media (max-width: 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: none; } } .navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(5, 74, 133, 0.9); transition: 0.3s; z-index: 999; } .navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; } .navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; border-radius: 10px; background-color: #fff; overflow-y: auto; transition: 0.3s; } .navbar-mobile > ul > li { padding: 0; } .navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: #0665b7; } .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before { visibility: hidden; } .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a { color: #f6b024; } .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; } .navbar-mobile .dropdown ul { position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); } .navbar-mobile .dropdown ul li { min-width: 200px; } .navbar-mobile .dropdown ul a { padding: 10px 20px; } .navbar-mobile .dropdown ul a i { font-size: 12px; } .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a { color: #f6b024; } .navbar-mobile .dropdown > .dropdown-active { display: block; } /*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/ #hero { width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.8); overflow: hidden; position: relative; margin-bottom: -20px; z-index: 99; } #hero .carousel-item::before { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; } #hero .carousel, #hero .carousel-inner, #hero .carousel-item { background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; top: 0; right: 0; left: 0; bottom: 0; } #hero .carousel-container { display: flex; align-items: flex-end; justify-content: center; position: absolute; bottom: 60px; top: 70px; left: 55px; right: 55px; } #hero .carousel-content { background: rgba(4, 4, 4, 0.7); padding: 20px; color: #fff; border-top: 5px solid #1bbd36; } #hero .carousel-content h2 { color: #fff; margin-bottom: 20px; font-size: 28px; font-weight: 700; } #hero .btn-get-started { font-family: "Roboto", sans-serif; font-weight: 500; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 4px; transition: 0.5s; line-height: 1; margin: 10px; color: #fff; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; border: 2px solid #1bbd36; } #hero .btn-get-started:hover { background: #1bbd36; color: #fff; text-decoration: none; } #hero .carousel-inner .carousel-item { transition-property: opacity; background-position: center top; } #hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { opacity: 0; } #hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end { opacity: 1; transition: 0.5s; } #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { left: 0; transform: translate3d(0, 0, 0); } #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon { background: none; font-size: 30px; line-height: 0; width: auto; height: auto; background: rgba(255, 255, 255, 0.4); border-radius: 50px; transition: 0.3s; color: rgba(255, 255, 255, 0.6); width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; } #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover { background: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.8); } #hero .carousel-indicators li { cursor: pointer; background: #fff; overflow: hidden; border: 0; width: 12px; height: 12px; border-radius: 50px; opacity: 0.6; transition: 0.3s; } #hero .carousel-indicators li.active { opacity: 1; background: #1bbd36; } @media (min-width: 1024px) { #hero .carousel-content { width: 60%; } #hero .carousel-control-prev, #hero .carousel-control-next { width: 5%; } } @media (max-width: 992px) { #hero .carousel-container { top: 58px; } #hero .carousel-content h2 { margin-bottom: 15px; font-size: 22px; } #hero .carousel-content p { font-size: 15px; } } @media (max-height: 500px) { #hero { height: 120vh; } } /*-------------------------------------------------------------- # Sections General --------------------------------------------------------------*/ section { padding: 60px 0; overflow: hidden; } .section-bg { background-color: #f1f8ff; } .section-ag { background-color: #f3f5fa; } .section-bgg { background-color: #fffaf3; } .section-header { text-align: center; padding-bottom: 40px; } .section-header h2 { font-size: 48px; font-weight: 300; margin-bottom: 20px; color: var(--color-secondary); } .section-header p { margin: 0 auto; color: var(--color-secondary-light); } @media (min-width: 1280px) { .section-header p { max-width: 80%; } } .section-title { text-align: center; padding-bottom: 30px; } .section-title h2 { font-size: 32px; font-weight: normal; text-transform: capitalize; margin-bottom: 20px; padding-bottom: 0; color: #054a85; } .section-title h3 { font-size: 32px; font-weight: normal; text-transform: capitalize; margin-bottom: 20px; padding-bottom: 0; color: #04AA6D; } .section-title p { margin-bottom: 0; font-style: italic; } /*-------------------------------------------------------------- # Icon Boxes --------------------------------------------------------------*/ .about-carnival { padding-top: 0; position: relative; z-index: 100; margin-bottom: -40px; } .about-carnival .icon-box { padding: 40px 30px; position: relative; overflow: hidden; background: #fff; box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2); transition: all 0.3s ease-in-out; border-radius: 10px; } .about-carnival .icon { margin: 0 auto 20px auto; display: inline-block; text-align: center; } .about-carnival .icon i { font-size: 36px; line-height: 1; color: #f6b024; } .about-carnival .title { font-weight: 700; margin-bottom: 15px; font-size: 18px; } .about-carnival .title a { color: #05579e; } .about-carnival .description { font-size: 15px; line-height: 28px; margin-bottom: 0; color: #777777; } /*-------------------------------------------------------------- # Icon Boxes --------------------------------------------------------------*/ .keep-in-mind { padding-top: 0; position: relative; z-index: 100; margin-bottom: -40px; } .keep-in-mind .icon-box { padding: 40px 30px; position: relative; overflow: hidden; background: #fff; box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2); transition: all 0.3s ease-in-out; border-radius: 10px; } .keep-in-mind .icon { margin: 0 auto 20px auto; display: inline-block; text-align: center; } .keep-in-mind .icon i { font-size: 36px; line-height: 1; color: #f6b024; } .keep-in-mind .title { font-weight: 700; margin-bottom: 15px; font-size: 18px; } .keep-in-mind .title a { color: #05579e; } .keep-in-mind .description { font-size: 15px; line-height: 28px; margin-bottom: 0; color: #777777; } /*-------------------------------------------------------------- # About Us --------------------------------------------------------------*/ .about { padding: 100px 0; background: url("../img/about-bg.png") top center no-repeat; position: relative; } .about:before { content: ""; background: rgba(255, 255, 255, 0.75); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } .about .container { position: relative; } .about .content h3 { font-weight: 600; font-size: 26px; } .about .content ul { list-style: none; padding: 0; } .about .content ul li { padding-left: 28px; position: relative; } .about .content ul li + li { margin-top: 10px; } .about .content ul i { position: absolute; left: 0; top: 2px; font-size: 20px; color: #0880e8; line-height: 1; } .about .content p:last-child { margin-bottom: 0; } .about .content .btn-learn-more { font-family: "Raleway", sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 5px; transition: 0.3s; line-height: 1; color: #0880e8; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; margin-top: 6px; border: 2px solid #0880e8; } .about .content .btn-learn-more:hover { background: #0880e8; color: #fff; text-decoration: none; } @media (max-width: 992px) { .about { padding: 60px 0; } } /*-------------------------------------------------------------- # Process --------------------------------------------------------------*/ .process { padding: 50px 0; background: url("../img/sales_process.png") top center no-repeat; position: relative; } .process:before { content: ""; background: rgba(255, 255, 255, 0.75); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } .process .container { position: relative; } .process .content h3 { font-weight: 600; font-size: 26px; } .process .content ul { list-style: none; padding: 0; } .process .content ul li { padding-left: 28px; position: relative; } .process .content ul li + li { margin-top: 10px; } .process .content ul i { position: absolute; left: 0; top: 2px; font-size: 20px; color: #0880e8; line-height: 1; } .process .content p:last-child { margin-bottom: 0; } .process .content .btn-learn-more { font-family: "Raleway", sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 5px; transition: 0.3s; line-height: 1; color: #0880e8; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; margin-top: 6px; border: 2px solid #0880e8; } .process .content .btn-learn-more:hover { background: #0880e8; color: #fff; text-decoration: none; } @media (max-width: 992px) { .process { padding: 60px 0; } } /*-------------------------------------------------------------- # Router --------------------------------------------------------------*/ .router { padding: 100px 0; background: #f1f8ff; position: relative; } .router:before { content: ""; background: rgba(255, 255, 255, 0.75); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } .router .container { position: relative; } .router .content h3 { font-weight: 600; font-size: 26px; } .router .content ul { list-style: none; padding: 0; } .router .content ul li { padding-left: 28px; position: relative; } .router .content ul li + li { margin-top: 10px; } .router .content ul i { position: absolute; left: 0; top: 2px; font-size: 20px; color: #0880e8; line-height: 1; } .router .content p:last-child { margin-bottom: 0; } .router .content .btn-learn-more { font-family: "Raleway", sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 5px; transition: 0.3s; line-height: 1; color: #0880e8; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; margin-top: 6px; border: 2px solid #0880e8; } .router .content .btn-learn-more:hover { background: #0880e8; color: #fff; text-decoration: none; } @media (max-width: 992px) { .router { padding: 60px 0; } } /*-------------------------------------------------------------- # Clients --------------------------------------------------------------*/ .clients .swiper-slide img { opacity: 0.5; transition: 0.3s; } .clients .swiper-slide:hover img { opacity: 1; } .clients .swiper-pagination { margin-top: 20px; position: relative; } .clients .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #0880e8; } .clients .swiper-pagination .swiper-pagination-bullet-active { background-color: #0880e8; } .clients .owl-item { display: flex; justify-content: center; align-items: center; padding: 0 20px; } .clients .owl-item img { width: 60%; opacity: 0.5; transition: 0.3s; } .clients .owl-item img:hover { opacity: 1; } .clients .owl-nav, .clients .owl-dots { margin-top: 5px; text-align: center; } .clients .owl-dot { display: inline-block; margin: 0 5px; width: 12px; height: 12px; border-radius: 50%; background-color: #ddd !important; } .clients .owl-dot.active { background-color: #0880e8 !important; } /*-------------------------------------------------------------- # Why Us --------------------------------------------------------------*/ .why-us { background: #f1f8ff; padding: 0; } .why-us .content { padding: 60px 100px 0 100px; } .why-us .content h3 { font-weight: 400; font-size: 34px; } .why-us .content h4 { font-size: 20px; font-weight: 700; margin-top: 5px; } .why-us .content p { font-size: 15px; color: #848484; } .why-us .video-box { background-size: cover; background-repeat: no-repeat; background-position: center center; min-height: 400px; position: relative; } .why-us .accordion-list { padding: 0 100px 60px 100px; } .why-us .accordion-list ul { padding: 0; list-style: none; } .why-us .accordion-list li + li { margin-top: 15px; } .why-us .accordion-list li { padding: 20px; background: #fff; border-radius: 4px; } .why-us .accordion-list a { display: block; position: relative; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 24px; font-weight: 500; padding-right: 30px; outline: none; cursor: pointer; } .why-us .accordion-list span { color: #0880e8; font-weight: 600; font-size: 18px; padding-right: 10px; } .why-us .accordion-list i { font-size: 24px; position: absolute; right: 0; top: 0; } .why-us .accordion-list p { margin-bottom: 0; padding: 10px 0 0 0; } .why-us .accordion-list .icon-show { display: none; } .why-us .accordion-list a.collapsed { color: #343a40; } .why-us .accordion-list a.collapsed:hover { color: #0880e8; } .why-us .accordion-list a.collapsed .icon-show { display: inline-block; } .why-us .accordion-list a.collapsed .icon-close { display: none; } .why-us .play-btn { width: 94px; height: 94px; background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%); border-radius: 50%; display: block; position: absolute; left: calc(50% - 47px); top: calc(50% - 47px); overflow: hidden; } .why-us .play-btn::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; z-index: 100; transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); } .why-us .play-btn::before { content: ""; position: absolute; width: 120px; height: 120px; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation: pulsate-btn 2s; animation: pulsate-btn 2s; -webkit-animation-direction: forwards; animation-direction: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: steps; animation-timing-function: steps; opacity: 1; border-radius: 50%; border: 5px solid rgba(8, 128, 232, 0.7); top: -15%; left: -15%; background: rgba(198, 16, 0, 0); } .why-us .play-btn:hover::after { border-left: 15px solid #0880e8; transform: scale(20); } .why-us .play-btn:hover::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0; height: 0; border: none; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; z-index: 200; -webkit-animation: none; animation: none; border-radius: 0; } @media (max-width: 1024px) { .why-us .content, .why-us .accordion-list { padding-left: 0; padding-right: 0; } } @media (max-width: 992px) { .why-us .content { padding-top: 30px; } .why-us .accordion-list { padding-bottom: 30px; } } @-webkit-keyframes pulsate-btn { 0% { transform: scale(0.6, 0.6); opacity: 1; } 100% { transform: scale(1, 1); opacity: 0; } } @keyframes pulsate-btn { 0% { transform: scale(0.6, 0.6); opacity: 1; } 100% { transform: scale(1, 1); opacity: 0; } } /*-------------------------------------------------------------- # Services --------------------------------------------------------------*/ .services .icon-box { margin-bottom: 20px; padding: 50px 40px; border-radius: 6px; background: #fff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } .services .icon-box i { float: left; color: #f6b024; font-size: 40px; line-height: 0; } .services .icon-box h4 { margin-left: 70px; font-weight: 700; margin-bottom: 15px; font-size: 18px; } .services .icon-box h4 a { color: #05579e; transition: 0.3s; } .services .icon-box h4 a:hover { color: #0880e8; } .services .icon-box p { margin-left: 70px; line-height: 24px; font-size: 14px; margin-bottom: 0; } /*-------------------------------------------------------------- # Cta --------------------------------------------------------------*/ .office-address { background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/office-address-bg.jpg") fixed center center; background-size: cover; padding: 80px 0; } .office-address h3 { color: #fff; font-size: 28px; font-weight: 700; } .office-address h2 { color: #fff; } .office-address p { color: #fff; } .office-address .office-address-btn { font-family: "Raleway", sans-serif; text-transform: uppercase; font-weight: 500; font-size: 15px; letter-spacing: 0.5px; display: inline-block; padding: 8px 26px; border-radius: 2px; transition: 0.5s; margin: 10px; border-radius: 50px; border: 2px solid #f6b024; color: #fff; } .office-address .office-address-btn:hover { background: #f6b024; } @media (max-width: 1024px) { .office-address { background-attachment: scroll; } } @media (min-width: 769px) { .office-address .office-address-btn-container { display: flex; align-items: center; justify-content: flex-end; } } /*-------------------------------------------------------------- # Portfoio --------------------------------------------------------------*/ .portfoio #portfolio-flters { padding: 0; margin: 0 auto 25px auto; list-style: none; text-align: center; border-radius: 50px; } .portfoio #portfolio-flters li { cursor: pointer; display: inline-block; padding: 8px 18px 10px 18px; font-size: 14px; font-weight: 500; line-height: 1; color: #444444; margin: 0 3px 10px 3px; transition: all ease-in-out 0.3s; border-radius: 50px; } .portfoio #portfolio-flters li:hover, .portfoio #portfolio-flters li.filter-active { color: #fff; background: #0880e8; } .portfoio #portfolio-flters li:last-child { margin-right: 0; } .portfoio .portfolio-item { margin-bottom: 30px; overflow: hidden; } .portfoio .portfolio-item img { position: relative; top: 0; transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); } .portfoio .portfolio-item .portfolio-info { opacity: 0; position: absolute; left: 15px; right: 15px; bottom: -50px; z-index: 3; transition: all ease-in-out 0.3s; background: #0880e8; padding: 15px 20px; } .portfoio .portfolio-item .portfolio-info h4 { font-size: 18px; color: #fff; font-weight: 600; } .portfoio .portfolio-item .portfolio-info p { color: #fff; font-size: 14px; margin-bottom: 0; } .portfoio .portfolio-item .portfolio-info .preview-link, .portfoio .portfolio-item .portfolio-info .details-link { position: absolute; right: 50px; font-size: 24px; top: calc(50% - 18px); color: white; transition: ease-in-out 0.3s; } .portfoio .portfolio-item .portfolio-info .preview-link:hover, .portfoio .portfolio-item .portfolio-info .details-link:hover { color: #8ec8fb; } .portfoio .portfolio-item .portfolio-info .details-link { right: 15px; } .portfoio .portfolio-item:hover img { top: -30px; } .portfoio .portfolio-item:hover .portfolio-info { opacity: 1; bottom: 0; } /*-------------------------------------------------------------- # Portfolio Details --------------------------------------------------------------*/ .portfolio-details { padding-top: 40px; } .portfolio-details .portfolio-details-slider img { width: 100%; } .portfolio-details .portfolio-details-slider .swiper-pagination { margin-top: 20px; position: relative; } .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #0880e8; } .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { background-color: #0880e8; } .portfolio-details .portfolio-info { padding: 30px; box-shadow: 0px 0 30px rgba(246, 176, 36, 0.08); } .portfolio-details .portfolio-info h3 { font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; } .portfolio-details .portfolio-info ul { list-style: none; padding: 0; font-size: 15px; } .portfolio-details .portfolio-info ul li + li { margin-top: 10px; } .portfolio-details .portfolio-description { padding-top: 30px; } .portfolio-details .portfolio-description h2 { font-size: 26px; font-weight: 700; margin-bottom: 20px; } .portfolio-details .portfolio-description p { padding: 0; } /*-------------------------------------------------------------- # Team --------------------------------------------------------------*/ .team .member { position: relative; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); padding: 30px; border-radius: 10px; background: #fff; } .team .member .pic { overflow: hidden; width: 180px; border-radius: 50%; } .team .member .pic img { transition: ease-in-out 0.3s; } .team .member:hover img { transform: scale(1.1); } .team .member .member-info { padding-left: 30px; } .team .member h4 { font-weight: 700; margin-bottom: 5px; font-size: 20px; color: #05579e; } .team .member span { display: block; font-size: 15px; padding-bottom: 10px; position: relative; font-weight: 500; } .team .member span::after { content: ""; position: absolute; display: block; width: 50px; height: 1px; background: #bfe0fd; bottom: 0; left: 0; } .team .member p { margin: 10px 0 0 0; font-size: 14px; } .team .member .social { margin-top: 12px; display: flex; align-items: center; justify-content: flex-start; } .team .member .social a { transition: ease-in-out 0.3s; display: flex; align-items: center; justify-content: center; border-radius: 50px; width: 32px; height: 32px; background: #ecf6fe; color: #0665b7; } .team .member .social a i { font-size: 16px; margin: 0 2px; } .team .member .social a:hover { background: #0880e8; color: #fff; } .team .member .social a + a { margin-left: 8px; } /*-------------------------------------------------------------- # Pricing --------------------------------------------------------------*/ .pricing .box { padding: 20px; background: #fff; text-align: center; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12); border-radius: 5px; position: relative; overflow: hidden; } .pricing h3 { font-weight: 400; margin: -20px -20px 20px -20px; padding: 20px 15px; font-size: 18px; font-weight: 700; color: #05579e; background: #f8f8f8; } .pricing h4 { font-size: 36px; color: #0880e8; font-weight: 600; font-family: "Poppins", sans-serif; margin-bottom: 20px; } .pricing h4 sup { font-size: 20px; top: -15px; left: -3px; } .pricing h4 span { color: #bababa; font-size: 16px; font-weight: 300; } .pricing ul { padding: 0; list-style: none; color: #444444; text-align: center; line-height: 20px; font-size: 14px; } .pricing ul li { padding-bottom: 16px; } .pricing ul i { color: #0880e8; font-size: 18px; padding-right: 4px; } .pricing ul .na { color: #ccc; text-decoration: line-through; } .pricing .btn-wrap { margin: 20px -20px -20px -20px; padding: 20px 15px; background: #f8f8f8; text-align: center; } .pricing .btn-buy { background: #0880e8; display: inline-block; padding: 8px 35px 10px 35px; border-radius: 50px; color: #fff; transition: none; font-size: 14px; font-weight: 400; font-family: "Raleway", sans-serif; font-weight: 600; transition: 0.3s; } .pricing .btn-buy:hover { background: #2b99f8; } .pricing .featured h3 { color: #fff; background: #0880e8; } .pricing .advanced { width: 200px; position: absolute; top: 18px; right: -68px; transform: rotate(45deg); z-index: 1; font-size: 14px; padding: 1px 0 3px 0; background: #0880e8; color: #fff; } /*-------------------------------------------------------------- # Frequently Asked Questions --------------------------------------------------------------*/ .faq .faq-list { padding: 0 100px; } .faq .faq-list ul { padding: 0; list-style: none; } .faq .faq-list li + li { margin-top: 15px; } .faq .faq-list li { padding: 20px; background: #fff; border-radius: 4px; position: relative; } .faq .faq-list a { display: block; position: relative; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 24px; font-weight: 500; padding: 0 30px; outline: none; cursor: pointer; } .faq .faq-list .icon-help { font-size: 24px; position: absolute; right: 0; left: 20px; color: #75bdfa; } .faq .faq-list .icon-show, .faq .faq-list .icon-close { font-size: 24px; position: absolute; right: 0; top: 0; } .faq .faq-list p { margin-bottom: 0; padding: 10px 0 0 0; } .faq .faq-list .icon-show { display: none; } .faq .faq-list a.collapsed { color: #343a40; } .faq .faq-list a.collapsed:hover { color: #0880e8; } .faq .faq-list a.collapsed .icon-show { display: inline-block; } .faq .faq-list a.collapsed .icon-close { display: none; } @media (max-width: 1200px) { .faq .faq-list { padding: 0; } } /*-------------------------------------------------------------- # Contact --------------------------------------------------------------*/ .contact { background: url("../img/contact-bg.png") left center no-repeat; position: relative; } .contact:before { content: ""; background: rgba(255, 255, 255, 0.7); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } .contact .container { position: relative; } .contact .info { width: 100%; } .contact .info i { font-size: 20px; background: #0880e8; color: #fff; float: left; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 0.3s ease-in-out; } .contact .info h4 { padding: 0 0 0 60px; font-size: 20px; font-weight: 700; margin-bottom: 5px; color: #043c6d; } .contact .info p { padding: 0 0 0 60px; margin-bottom: 0; font-size: 14px; color: #444444; } .contact .info .email, .contact .info .phone { margin-top: 40px; } .contact .php-email-form { width: 100%; background: #fff; } .contact .php-email-form .form-group { padding-bottom: 8px; } .contact .php-email-form .error-message { display: none; color: #fff; background: #ed3c0d; text-align: left; padding: 15px; font-weight: 600; } .contact .php-email-form .error-message br + br { margin-top: 25px; } .contact .php-email-form .sent-message { display: none; color: #fff; background: #18d26e; text-align: center; padding: 15px; font-weight: 600; } .contact .php-email-form .loading { display: none; background: #fff; text-align: center; padding: 15px; } .contact .php-email-form .loading:before { content: ""; display: inline-block; border-radius: 50%; width: 24px; height: 24px; margin: 0 10px -6px 0; border: 3px solid #18d26e; border-top-color: #eee; -webkit-animation: animate-loading 1s linear infinite; animation: animate-loading 1s linear infinite; } .contact .php-email-form input, .contact .php-email-form textarea { border-radius: 4px; box-shadow: none; font-size: 14px; } .contact .php-email-form input { height: 44px; } .contact .php-email-form textarea { padding: 10px 12px; } .contact .php-email-form button[type=submit] { border: 0; padding: 10px 32px; color: #0880e8; transition: 0.4s; border-radius: 50px; border: 2px solid #0880e8; background: #fff; } .contact .php-email-form button[type=submit]:hover { background: #0880e8; color: #fff; } @-webkit-keyframes animate-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes animate-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /*-------------------------------------------------------------- # Breadcrumbs --------------------------------------------------------------*/ .breadcrumbs { padding: 15px 0; background: #ecf6fe; margin-top: 130px; } .breadcrumbs h2 { font-size: 26px; font-weight: 300; color: #043c6d; } .breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0 0 10px 0; margin: 0; font-size: 14px; } .breadcrumbs ol li + li { padding-left: 10px; } .breadcrumbs ol li + li::before { display: inline-block; padding-right: 10px; color: #f8c255; content: "/"; } /*-------------------------------------------------------------- # Blog --------------------------------------------------------------*/ .blog { padding: 40px 0 20px 0; } .blog .entry { padding: 30px; margin-bottom: 60px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .blog .entry .entry-img { max-height: 440px; margin: -30px -30px 20px -30px; overflow: hidden; } .blog .entry .entry-title { font-size: 28px; font-weight: bold; padding: 0; margin: 0 0 20px 0; } .blog .entry .entry-title a { color: #054a85; transition: 0.3s; } .blog .entry .entry-title a:hover { color: #f6b024; } .blog .entry .entry-meta { margin-bottom: 15px; color: #2b99f8; } .blog .entry .entry-meta ul { display: flex; flex-wrap: wrap; list-style: none; align-items: center; padding: 0; margin: 0; } .blog .entry .entry-meta ul li + li { padding-left: 20px; } .blog .entry .entry-meta i { font-size: 16px; margin-right: 8px; line-height: 0; } .blog .entry .entry-meta a { color: #777777; font-size: 14px; display: inline-block; line-height: 1; } .blog .entry .entry-content p { line-height: 24px; } .blog .entry .entry-content .read-more { -moz-text-align-last: right; text-align-last: right; } .blog .entry .entry-content .read-more a { display: inline-block; background: #f6b024; color: #fff; padding: 6px 20px; transition: 0.3s; font-size: 14px; border-radius: 4px; } .blog .entry .entry-content .read-more a:hover { background: #f7b93c; } .blog .entry .entry-content h3 { font-size: 22px; margin-top: 30px; font-weight: bold; } .blog .entry .entry-content blockquote { overflow: hidden; background-color: #fafafa; padding: 60px; position: relative; text-align: center; margin: 20px 0; } .blog .entry .entry-content blockquote p { color: #444444; line-height: 1.6; margin-bottom: 0; font-style: italic; font-weight: 500; font-size: 22px; } .blog .entry .entry-content blockquote::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background-color: #0880e8; margin-top: 20px; margin-bottom: 20px; } .blog .entry .entry-link { padding-top: 10px; border-top: 1px solid #e6e6e6; } .blog .entry .entry-link i { color: #8ec8fb; display: inline; } .blog .entry .entry-link a { color: #138df7; transition: 0.3s; } .blog .entry .entry-link a:hover { color: #f6b024; } .blog .entry .entry-link .cats { list-style: none; display: inline; padding: 0 20px 0 0; font-size: 14px; } .blog .entry .entry-link .cats li { display: inline-block; } .blog .entry .entry-link .tags { list-style: none; display: inline; padding: 0; font-size: 14px; } .blog .entry .entry-link .tags li { display: inline-block; } .blog .entry .entry-link .tags li + li::before { padding-right: 6px; color: #6c757d; content: ","; } .blog .entry .entry-link .share { font-size: 16px; } .blog .entry .entry-link .share i { padding-left: 5px; } .blog .entry-single { margin-bottom: 30px; } .blog .blog-author { padding: 20px; margin-bottom: 30px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .blog .blog-author img { width: 120px; margin-right: 20px; } .blog .blog-author h4 { font-weight: 600; font-size: 22px; margin-bottom: 0px; padding: 0; color: #0880e8; } .blog .blog-author .social-links { margin: 0 10px 10px 0; } .blog .blog-author .social-links a { color: rgba(8, 128, 232, 0.5); margin-right: 5px; } .blog .blog-author p { font-style: italic; color: #b7b7b7; } .blog .blog-comments { margin-bottom: 30px; } .blog .blog-comments .comments-count { font-weight: bold; } .blog .blog-comments .comment { margin-top: 30px; position: relative; } .blog .blog-comments .comment .comment-img { margin-right: 14px; } .blog .blog-comments .comment .comment-img img { width: 60px; } .blog .blog-comments .comment h5 { font-size: 16px; margin-bottom: 2px; } .blog .blog-comments .comment h5 a { font-weight: bold; color: #444444; transition: 0.3s; } .blog .blog-comments .comment h5 a:hover { color: #f6b024; } .blog .blog-comments .comment h5 .reply { padding-left: 10px; color: #0880e8; } .blog .blog-comments .comment h5 .reply i { font-size: 20px; } .blog .blog-comments .comment time { display: block; font-size: 14px; color: #2b99f8; margin-bottom: 5px; } .blog .blog-comments .comment.comment-reply { padding-left: 40px; } .blog .blog-comments .reply-form { margin-top: 30px; padding: 30px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .blog .blog-comments .reply-form h4 { font-weight: bold; font-size: 22px; } .blog .blog-comments .reply-form p { font-size: 14px; } .blog .blog-comments .reply-form input { border-radius: 4px; padding: 10px 10px; font-size: 14px; } .blog .blog-comments .reply-form input:focus { box-shadow: none; border-color: #fad386; } .blog .blog-comments .reply-form textarea { border-radius: 4px; padding: 10px 10px; font-size: 14px; } .blog .blog-comments .reply-form textarea:focus { box-shadow: none; border-color: #fad386; } .blog .blog-comments .reply-form .form-group { margin-bottom: 25px; } .blog .blog-comments .reply-form .btn-primary { border-radius: 4px; padding: 10px 20px; border: 0; background-color: #0880e8; } .blog .blog-comments .reply-form .btn-primary:hover { background-color: #138df7; } .blog .blog-pagination { color: #0880e8; } .blog .blog-pagination ul { display: flex; padding: 0; margin: 0; list-style: none; } .blog .blog-pagination li { margin: 0 5px; transition: 0.3s; } .blog .blog-pagination li a { color: #0880e8; padding: 7px 16px; display: flex; align-items: center; justify-content: center; } .blog .blog-pagination li.active, .blog .blog-pagination li:hover { background: #f6b024; } .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a { color: #fff; } .blog .sidebar { padding: 30px; margin: 0 0 60px 20px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .blog .sidebar .sidebar-title { font-size: 20px; font-weight: 700; padding: 0 0 0 0; margin: 0 0 15px 0; color: #0665b7; position: relative; } .blog .sidebar .sidebar-item { margin-bottom: 30px; } .blog .sidebar .search-form form { background: #fff; border: 1px solid #ddd; padding: 3px 10px; position: relative; } .blog .sidebar .search-form form input[type=text] { border: 0; padding: 4px; border-radius: 4px; width: calc(100% - 40px); } .blog .sidebar .search-form form button { position: absolute; top: 0; right: 0; bottom: 0; border: 0; background: none; font-size: 16px; padding: 0 15px; margin: -1px; background: #f6b024; color: #fff; transition: 0.3s; border-radius: 0 4px 4px 0; line-height: 0; } .blog .sidebar .search-form form button i { line-height: 0; } .blog .sidebar .search-form form button:hover { background: #f8c255; } .blog .sidebar .categories ul { list-style: none; padding: 0; } .blog .sidebar .categories ul li + li { padding-top: 10px; } .blog .sidebar .categories ul a { color: #0665b7; transition: 0.3s; } .blog .sidebar .categories ul a:hover { color: #f6b024; } .blog .sidebar .categories ul a span { padding-left: 5px; color: #aaaaaa; font-size: 14px; } .blog .sidebar .recent-posts .post-item + .post-item { margin-top: 15px; } .blog .sidebar .recent-posts img { width: 80px; float: left; } .blog .sidebar .recent-posts h4 { font-size: 15px; margin-left: 95px; font-weight: bold; } .blog .sidebar .recent-posts h4 a { color: #0665b7; transition: 0.3s; } .blog .sidebar .recent-posts h4 a:hover { color: #f6b024; } .blog .sidebar .recent-posts time { display: block; margin-left: 95px; font-style: italic; font-size: 14px; color: #aaaaaa; } .blog .sidebar .tags { margin-bottom: -10px; } .blog .sidebar .tags ul { list-style: none; padding: 0; } .blog .sidebar .tags ul li { display: inline-block; } .blog .sidebar .tags ul a { color: #0880e8; font-size: 14px; padding: 6px 14px; margin: 0 6px 8px 0; border: 1px solid white; display: inline-block; transition: 0.3s; } .blog .sidebar .tags ul a:hover { color: #fff; border: 1px solid #f6b024; background: #f6b024; } .blog .sidebar .tags ul a span { padding-left: 5px; color: white; font-size: 14px; } /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ #link { background: #212b2b; padding: 0 0 30px 0; color: #fff; font-size: 14px; } #link .link-newsletter { padding: 50px 0; background: #05579e; } #link .link-newsletter h4 { font-size: 24px; margin: 0 0 20px 0; padding: 0; line-height: 1; font-weight: 600; } #link .link-newsletter form { margin-top: 30px; background: #fff; padding: 6px 10px; position: relative; border-radius: 50px; } #link .link-newsletter form input[type=email] { border: 0; padding: 4px; width: calc(100% - 100px); } #link .link-newsletter form input[type=submit] { position: absolute; top: 0; right: 0; bottom: 0; border: 0; background: none; font-size: 16px; padding: 0 20px; margin: 3px; background: #f6b024; color: #fff; transition: 0.3s; border-radius: 50px; } #link .link-newsletter form input[type=submit]:hover { background: #0880e8; } #link .link-top { background: #212b2b; padding: 60px 0 30px 0; } #link .link-top .link-info { margin-bottom: 30px; } #link .link-top .link-info h3 { font-size: 18px; margin: 0 0 20px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 700; } #link .link-top .link-info p { font-size: 14px; line-height: 24px; margin-bottom: 0; font-family: "Raleway", sans-serif; color: #fff; } #link .link-top .social-links a { font-size: 16px; display: inline-block; background: rgba(255, 255, 255, 0.1); color: #fff; line-height: 1; padding: 10px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; } #link .link-top .social-links a:hover { background: #f6b024; color: #fff; text-decoration: none; } #link .link-top h4 { font-size: 16px; font-weight: bold; color: #fff; text-transform: uppercase; position: relative; padding-bottom: 12px; } #link .link-top .link-links { margin-bottom: 30px; } #link .link-top .link-links ul { list-style: none; padding: 0; margin: 0; } #link .link-top .link-links ul i { padding-right: 2px; color: #5db1f9; font-size: 18px; line-height: 1; } #link .link-top .link-links ul li { padding: 10px 0; display: flex; align-items: center; } #link .link-top .link-links ul li:first-child { padding-top: 0; } #link .link-top .link-links ul a { color: rgba(255, 255, 255, 0.75); transition: 0.3s; display: inline-block; line-height: 1; } #link .link-top .link-links ul a:hover { color: #fff; } #link .link-top .link-contact { margin-bottom: 30px; } #link .link-top .link-contact p { line-height: 26px; } #link .copyright { text-align: center; padding-top: 10px; } #link .credits { padding-top: 5px; text-align: center; font-size: 13px; color: #fff; } #link .credits a { color: #f6b024; } /* TABLE STYLING */ #customers { font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } #customers td, #customers th { border: 1px solid #ddd; padding: 3px; } #customers tr:nth-child(even){background-color: #f2f2f2;} #customers tr:hover {background-color: #ddd;} #customers th { padding-top: 3px; padding-bottom: 3px; text-align: left; background-color: #04AA6D; color: white; } @import 'https://fonts.googleapis.com/css?family=Open+Sans:600,700'; * {font-family: 'Open Sans', sans-serif;} #rwd-table { margin: auto; min-width: 300px; max-width: 100%; border-collapse: collapse; } #rwd-table thead tr { border-top: none; background: #428bca; color: #fff; } #rwd-table tbody tr { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #f5f9fc; } #rwd-table tr:nth-child(even):not(:first-child) { background-color: #ebf3f9; } #rwd-table th { display: none; } #rwd-table td { display: block; } #rwd-table td:first-child { margin-top: .5em; } #rwd-table td:last-child { margin-bottom: .5em; } #rwd-table td:before { content: attr(data-th) ''; font-weight: bold; width: 120px; display: inline-block; color: #000; } #rwd-table th, #rwd-table td { text-align: left; } #rwd-table { color: #333; border-radius: .4em; overflow: hidden; } #rwd-table tr { border-color: #bfbfbf; } #rwd-table th, #rwd-table td { padding: .5em 1em; } @media screen and (max-width: 601px) { #rwd-table tr:nth-child(2) { border-top: none; } } @media screen and (min-width: 600px) { #rwd-table tr:hover:not(:first-child) { background-color: #d8e7f3; } #rwd-table td:before { display: none; } #rwd-table th, #rwd-table td { display: table-cell; padding: .25em .5em; } #rwd-table th:first-child, #rwd-table td:first-child { padding-left: 0; } #rwd-table th:last-child, #rwd-table td:last-child { padding-right: 0; } #rwd-table th, #rwd-table td { padding: .5em !important; } } .image-container, .table-container { width: 45%; height: 100%; display: inline-block; } #routertable { margin: auto; max-width: 100%; border-collapse: collapse; border: 1px solid #ddd; border-radius:6px; overflow:hidden; } #routertable thead tr { height:50px; background:#428bca; font-size:15px; color: #fff; padding:8px 0; } #routertable tbody tr { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #f5f9fc; height:40px; } #routertable tbody tr:nth-child(odd):not { background-color: #ebf3f9; } #routertable th, #routertable td { padding: .5em 1.64em; } #routertable thead th { background-color: #428bca; color: white; } #routertable tr:nth-child(even):hover { background-color: #d8e7f3; } #routertable tr:hover::after { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; display: inline-block; background-size: contain; background-position: center center; background-repeat: no-repeat no-repeat; } #routertable tbody tr:nth-child(1)::after { background-image: url("../img/ASUS_RT-AC53U.png"); } #routertable tbody tr:nth-child(2)::after { background-image: url("../img/TPLINK - 841.png"); } #routertable tbody tr:nth-child(3)::after { background-image: url("../img/Archer-C5.png"); } #routertable tbody tr:nth-child(4)::after { background-image: url("../img/TP LINK-C6.png"); } #routertable tbody tr:nth-child(5)::after { background-image: url("../img/TP_link_deco_m4_1_pack.png"); } #routertable tbody tr:nth-child(6)::after { background-image: url("../img/deco m4 2 pack.png"); } #routertable tbody tr:nth-child(7)::after { background-image: url("../img/deco m5 2pac.png"); } #routertable tbody tr:nth-child(8)::after { background-image: url("../img/Mikrotik RB 951.png"); } .table caption { padding: .5em 0; } .table.dataTable th, .table.dataTable td { white-space: nowrap; } .table p { text-align: center; padding-top: 140px; font-size: 14px; } /*Carnival Style*/ .ff-mon { font-family: "Montserrat", sans-serif; font-weight: 300; } .txt-navy-blue { color: #2b388d; } .txt-maroon { color: #d71c5c; } .txt-blue { color: #25a8df; } .txt-purple { color: #652d8e; } .txt-yellow { color: #ffca05; } .txt-orange { color: #f4901e; } .txt-orange-deep { color: #ee5927; } .txt-gray { color: #909294; } .txt-gray-deep { color: #707070; } .txt-green { color: #8ac440; } .txt-red { color: #AA0114; } .bg-orange { background: #f05a2a; } .bg-purple { background: #652f8e; } .bg-yellow { background: #ffca05; } .bg-red { background: #ea2127; } .bg-yellow-deep { background: #ddad30; } .bg-green { background: #8ac440; } .package-list { text-align: center; } .package-list h2, .package-list h3 { display: inline-block; margin-bottom: 40px; padding: 0 20px 20px 20px; border-bottom: 2px solid #b9bbbd; font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 600; } .package-list h3 { font-size: 30px; } .package-list .package-offer .value { display: inline-block; font-family: "Montserrat", sans-serif; font-size: 128px; font-weight: 700; line-height: 100px; } .package-list .package-offer .info { display: inline-block; width: 35%; margin-left: 30px; text-align: left; color: #000; } .package-list .package-offer .info span { display: block; font-family: "Comfortaa", "cursive"; font-size: 30px; font-weight: 200; } .package-list .package-offer .info strong { color: #909294; font-family: "Montserrat", sans-serif; font-size: 20px; font-weight: 600; line-height: normal; } .package-list .package-caption { margin-bottom: 30px; } .package-list .package-caption.hide { visibility: hidden; } .package-list .package-price { display: inline-block; width: 100%; margin-top: 20px; margin-bottom: 20px; text-align: center; font-size: 34px; font-weight: 700; } .package-list .package-price span { font-size: 23px; font-weight: 500; } .package-list.package-separator { border-right: 1px solid #b9bbbd; border-left: 1px solid #b9bbbd; } .family-package { background: #fff; } .family-package-offer { position: relative; } .family-package-offer .family-package-offer-txt { position: absolute; top: 52%; right: 0; left: 38%; width: 35%; font-weight: 500; line-height: normal; } .package-com-offer { font-weight: 700; font-size: 18px; color: #da6ea9; margin-top: 24px; } .package-list .package-price { display: inline-block; width: 100%; margin-top: 20px; margin-bottom: 20px; text-align: center; font-size: 34px; font-weight: 700; } .package-list .package-price span { font-size: 23px; font-weight: 500; } .section-gap { position: relative; padding: 80px 0; } .text-justify { text-align:justify!important } .text-nowrap { white-space:nowrap!important } .text-truncate { overflow:hidden; text-overflow:ellipsis; white-space:nowrap } .text-left { text-align:left!important } .text-right { text-align:right!important } .text-center { text-align:center!important } .union-package { padding-bottom: 50px; } .union-package ul { display: flex; justify-content: space-around; padding: 0; } .union-package ul li { list-style: none; padding: 0 20px; border: 1px solid #888; border-radius: 8px; text-align: center; width: 30%; } .union-package ul li p { margin: 0; padding-top: 10px; } .union-package ul li h4 { font-family: "Montserrat", sans-serif; margin: 0; padding: 10px 0 15px; font-size: 30px; } .union-package ul li h3 { margin: 0 -20px; color: #fff; font-size: 18px; font-weight: 500; line-height: normal; padding: 10px 0; border-radius: 0 0 8px 8px; } .union-package ul li:nth-child(1) { border: 1px solid #25a8df; } .union-package ul li:nth-child(2) { border: 1px solid #652d8e; } .union-package ul li:nth-child(3) { border: 1px solid #ee5927; } .union-package ul li:nth-child(1) h3 { background: #25a8df; } .union-package ul li:nth-child(2) h3 { background: #652d8e; } .union-package ul li:nth-child(3) h3 { background: #ee5927; } @media all and (max-width:767px) { .union-package { margin: 0 -15px; } .union-package ul { justify-content: space-between; } .union-package ul li { padding: 0 10px; width: 32%; } .union-package ul li h4 strong { display: block; } .union-package ul li h3 { margin: 0 -10px; } .union-package ul li p { display: none; } } #sticky { position: sticky; position: -webkit-sticky; background: #f83d23; width: 400px; height: 200px; top: 100px; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 6px #000; color: #fff; } /*-------------------------------------------------------------- # SMS Section --------------------------------------------------------------*/ #sms { padding: 60px 0 60px 0; } #sms .nav-tabs { text-align: center; margin: auto; display: block; border-bottom: 0; margin-bottom: 30px; } #sms .nav-tabs li { display: inline-block; margin-bottom: 0; } #sms .nav-tabs a { border: none; border-radius: 50px; font-weight: 600; background-color: #0e1b4d; color: #fff; padding: 10px 100px; } @media (max-width: 991px) { #sms .nav-tabs a { padding: 8px 60px; } } @media (max-width: 767px) { #sms .nav-tabs a { padding: 8px 50px; } } @media (max-width: 480px) { #sms .nav-tabs a { padding: 8px 30px; } } #sms .nav-tabs a.active { background-color: #f82249; color: #fff; } #sms .sub-heading { text-align: center; font-size: 18px; font-style: italic; margin: 0 auto 30px auto; } @media (min-width: 991px) { #sms .sub-heading { width: 75%; } } #sms .tab-pane { transition: ease-in-out 0.2s; } #sms .sms-item { border-bottom: 1px solid #cad4f6; padding-top: 15px; padding-bottom: 15px; transition: background-color ease-in-out 0.3s; } #sms .sms-item:hover { background-color: #fff; } #sms .sms-item time { padding-bottom: 5px; display: inline-block; } #sms .sms-item .speaker { width: 60px; height: 60px; overflow: hidden; border-radius: 50%; float: left; margin: 0 10px 10px 0; } #sms .sms-item .speaker img { height: 100%; transform: translateX(-50%); margin-left: 50%; transition: all ease-in-out 0.3s; } #sms .sms-item h4 { font-size: 18px; font-weight: 600; margin-bottom: 5px; } #sms .sms-item h4 span { font-style: italic; color: #19328e; font-weight: normal; font-size: 16px; } #sms .sms-item p { font-style: italic; color: #152b79; margin-bottom: 0; } /*-------------------------------------------------------------- # Features --------------------------------------------------------------*/ .features .nav-tabs { border: 0; } .features .nav-link { border: 1px solid #d4d6df; padding: 1px; transition: 0.3s; color: #2a2c39; border-radius: 0; display: flex; align-items: center; justify-content: center; } .features .nav-link i { padding-right: 15px; font-size: 48px; } .features .nav-link h4 { font-size: 18px; font-weight: 600; margin: 0; } .features .nav-link:hover { color: #ef6603; } .features .nav-link.active { background: #ef6603; color: #fff; border-color: #ef6603; } @media (max-width: 768px) { .features .nav-link i { padding: 0; line-height: 1; font-size: 36px; } } @media (max-width: 575px) { .features .nav-link { padding: 15px; } .features .nav-link i { font-size: 24px; } } .features .tab-content { margin-top: 30px; } .features .tab-pane h3 { font-weight: 600; font-size: 26px; } .features .tab-pane ul { list-style: none; padding: 0; } .features .tab-pane ul li { padding-bottom: 10px; } .features .tab-pane ul i { font-size: 20px; padding-right: 4px; color: #ef6603; } .features .tab-pane p:last-child { margin-bottom: 0; } #myBtn { display: none; position: fixed; bottom: 15px; right: 15px; z-index: 996; font-size: 18px; border: none; outline: none; background-color: #0880e8; color: white; cursor: pointer; width: 40px; height: 40px; border-radius: 50px; transition: all 0.4s; } #myBtn i { font-size: 28px; color: #fff; line-height: 0; } #myBtn:hover { background: #2194f7; color: #fff; } /* Floating Media Bar Style Starts Here */ .side-bar-navigation--wrapper{ position:fixed; z-index:997; width:auto; left:calc(100% - 50px); top:calc(50vh - 5px); transform:rotate(0) translateY(-50%); }@media(max-width:767px){ .side-bar-navigation--wrapper{ top:auto; left:auto; transform:none; position:fixed; bottom:0; display:table; table-layout:fixed; width:100%; z-index:997; }} @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation{ display:flex;}} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element{ background-color:#227dc6; padding:10px; margin-bottom:2px; width:250px; transition:transform 0.5s ease 0s; transform:translateX(0px); animation-name:StartFadeIn; animation-duration:1s; animation-timing-function:ease-out; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:hover{ transform:translateX(-200px); } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element{ width:100%; display:table-cell; animation-name:none; transform:none; border-right:2px solid #fff; margin-bottom:0;padding:10px 5px 5px; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:hover{ transform:none; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:last-child{ border-right:none; }} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a{ color:#fff; display:flex; } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a{ flex-direction:column; width:100%; max-width:100px; margin:0 auto; }} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a img{ width:30px; } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a img{ margin:0 auto 5px auto; height:30px; }} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a span{ font-size:18px; line-height:28px; padding:0 20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element a span{ padding:0; font-size:12px; overflow:hidden; text-overflow:ellipsis; text-align:center; white-space:nowrap; }} .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(1){ animation-delay:0.6s; }.side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(2){ animation-delay:0.8s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(3){ animation-delay:1s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(4){ animation-delay:1.2s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(5){ animation-delay:1.4s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(6){ animation-delay:1.6s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(7){ animation-delay:1.8s; } .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element:nth-child(8){ animation-delay:2s; }.side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element .productcomparisonlink .glyphicon{ font-size:26px; } @media(max-width:767px){ .side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element .productcomparisonlink .glyphicon{margin:0 auto 5px auto;height:30px;}}@media(max-width:767px){.side-bar-navigation--wrapper .side-bar-navigation .side-bar-navigation--element .productcomparisonlink .badge{left:50%;}}.side-bar-navigation--wrapper .side-bar-navigation .productcomparisonlink{display:none;}.side-bar-navigation--wrapper .side-bar-navigation .productcomparisonlink.productcomparisonlinksidenavigation{display:block;}@keyframes StartFadeIn{0%{transform:translateX(0px);}100%{transform:translateX(-200px);}}@keyframes StartFadeOut{0%{transform:translateX(-200px);}100%{transform:translateX(0px);}} #popUp { position: fixed; max-width: 390px; height: ''; background: rgba(236, 240, 241,1); border: 7px solid #fff; border-left: none; bottom: 0; margin-left: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #new span{ background: #fff; position: absolute; color: #1c8dc4; padding: 4px 10px; font-size: 16px; font-weight: 600; letter-spacing: 1px; margin-top: -5px; } #popUp .close { color: #464646; right: 8px; top: 0px; position: absolute; font-size: 20px; cursor: pointer; } #popUp h2{ font-size: 16px; color: #464646; line-height: 24px; font-weight: 400; text-align: center; margin-top: 40px; padding: 0 20px; } a.button{ margin: 0 auto; text-align: center; right: 0; left: 0; position: absolute; width: 220px; font-size: 15px; color: #fff; border-bottom: 2px solid #18729f; background: #1c8dc4; border-radius: 4px; padding: 6px 0; } #plus{ position: fixed; color: #fff; bottom: 15%; font-size: 14px; margin-left: -507px; -webkit-transition: all 1.25s ease; -moz-transition: all 1.25s ease; -o-transition: all 1.25s ease; transition: all 1.25s ease; cursor: pointer; text-align: left; letter-spacing: 1px; } #plus span{ position: absolute; margin-top: 38px; left: 5px; } #plus span i{ font-size: 16px; } #plus::after{ content: ''; display: block; display: relative; border-top: 55px solid transparent; border-bottom: 55px solid transparent; border-left: 55px solid #1c8dc4; } @media all and (max-width: 1024px){ #popUp{ margin-left: -507px; } #plus{ margin-left: -117px; } } /*-------------------------------------------------------------- # video --------------------------------------------------------------*/ /* This is purely for the demo */ .video { max-width: 800px; margin: 0 auto; } .plyr { border-radius: 4px; margin-bottom: 15px; } .purple { background-color: #170F50; background-image: linear-gradient(#261984 0%, #170F50 70%); } .wine { background-color: #850178; background-image: linear-gradient(#c201af 0%, #850178 70%); } .green { background-color: #13693B; background-image: linear-gradient(#1c9d58 0%, #13693B 70%); } .aqua { background-color: #00FFED; background-image: linear-gradient(#3dfff1 0%, #00FFED 70%); color: #1E1F26; } .blue { background-color: #2245AD; background-image: linear-gradient(#355ed7 0%, #2245AD 70%); } .red { background-color: #a90e0e; background-image: linear-gradient(#e21313 0%, #a90e0e 70%); } .orange { background-color: #fa952a; background-image: linear-gradient(#fbb366 0%, #fa952a 70%); } .yellow { background-color: #f7ea1c; background-image: linear-gradient(#f9ef57 0%, #f7ea1c 70%); } .pink { background-color: #FFA4F9; background-image: linear-gradient(#ffe1fd 0%, #FFA4F9 70%); color: #1E1F26; } .magenta { background-color: #AD2266; background-image: linear-gradient(#d73584 0%, #AD2266 70%); } .grid-parent { display: grid; } .flex-parent { display: flex; min-height: 0px; } .jc-center { justify-content: center; } .content { font-size: 2rem; border: 2px solid #AD2266; padding: 20px; margin-bottom: 40px; } .text-center { text-align: center; } .button_p { border: 2px solid #ffffff; border-radius: 8px; background: #2245AD; padding: 15px 40px; color: #ffffff; font-size: 1.25rem; cursor: pointer; transition: all 150ms ease-in-out; } .button_p:hover { background: #1b378b; } .button_p.block { display: block; width: 200px; color: #000000; } .button_p.block:hover { background: #AD2266; } .button_p.margin-auto { margin: 0 auto; } .button_p.margin-right { margin-right: 20px; } .about-img { position: relative; margin: 60px 0 0 60px; } .about-img:before { position: absolute; inset: -60px 0 0 -60px; z-index: -1; content: ""; background: url("../img/about-bgg.png") top left; background-repeat: no-repeat; } @media (max-width: 575px) { .about-img { margin: 30px 0 0 30px; } .about-img:before { inset: -30px 0 0 -30px; } } .schedule .schedule-tab { display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; margin-top: 14px; } .schedule .schedule-tab ul li.nav-item { margin-right: 10px; } @media (max-width: 767px) { .schedule .schedule-tab ul li.nav-item { width: 100%; margin-bottom: 10px; } } .schedule .schedule-tab ul li.nav-item a { font-family: "Montserrat", sans-serif; text-transform: uppercase; font-size: 1.5rem; color: #ff6600; font-weight: 500; display: block; border-radius: 0; border: 1px solid #e5e5e5; padding: 20px 30px; } .schedule .schedule-tab ul li.nav-item a span { margin-top: 2px; font-family: "Roboto", sans-serif; display: block; font-size: 1rem; color: #848484; font-weight: 400; } .schedule .schedule-tab ul li.nav-item a.active { background: #ff6600; color: #fff; position: relative; } .schedule .schedule-tab ul li.nav-item a.active span { color: #fff; } .schedule .schedule-tab ul li.nav-item a.active:after { content: ''; position: absolute; left: 0; bottom: -20px; width: 0; height: 0; border-style: solid; border-width: 0 20px 20px 0; border-color: transparent #ff6600 transparent transparent; } @media (max-width: 767px) { .schedule .schedule-tab ul li.nav-item a.active:after { content: none; } } .schedule .schedule-contents { margin-top: 30px; margin-bottom: 30px; padding: 30px; } .schedule .schedule-contents .schedule-item ul { margin-bottom: 0; } .schedule .schedule-contents .schedule-item ul li { list-style: none; } .schedule .schedule-contents .schedule-item ul li div { display: inline-block; } .schedule .schedule-contents .schedule-item ul li .time { width: 20%; } @media (max-width: 767px) { .schedule .schedule-contents .schedule-item ul li .time { width: 37%; } } @media (max-width: 575px) { .schedule .schedule-contents .schedule-item ul li .time { width: 48%; } } .schedule .schedule-contents .schedule-item ul li .speaker { width: 30%; } @media (max-width: 991px) { .schedule .schedule-contents .schedule-item ul li .speaker { width: 50%; } } @media (max-width: 767px) { .schedule .schedule-contents .schedule-item ul li .speaker { width: 60%; } } @media (max-width: 575px) { .schedule .schedule-contents .schedule-item ul li .speaker { width: 50%; } } @media (max-width: 575px) { .schedule .schedule-contents .schedule-item ul li .speaker img { display: none; } } .schedule .schedule-contents .schedule-item ul li .subject { width: 30%; } @media (max-width: 1200px) { .schedule .schedule-contents .schedule-item ul li .subject { display: none; } } @media (max-width: 767px) { .schedule .schedule-contents .schedule-item ul li .venue { display: none; } } .schedule .schedule-contents .schedule-item li.headings { padding: 22px 40px; background: #ff6600; } .schedule .schedule-contents .schedule-item li.headings div { color: #fff; text-transform: uppercase; font-family: "Montserrat", sans-serif; } .schedule .schedule-contents .schedule-item li.schedule-details { border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-color: #e5e5e5; } .schedule .schedule-contents .schedule-item li.schedule-details .block { padding: 10px 40px; background: #fff; width: 100%; -webkit-transition: .2s ease-in; transition: .2s ease-in; } .schedule .schedule-contents .schedule-item li.schedule-details .block div { color: #222222; font-family: "Montserrat", sans-serif; } .schedule .schedule-contents .schedule-item li.schedule-details .block div i { font-size: 1.1875em; color: #c7c8c9; } .schedule .schedule-contents .schedule-item li.schedule-details .block div img { border-radius: 100%; } .schedule .schedule-contents .schedule-item li.schedule-details .block div span.time { margin-left: 5px; } .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name { margin-left: 20px; -webkit-transition: .2s ease-in; transition: .2s ease-in; } @media (max-width: 575px) { .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name { margin-left: 0; } } .schedule .schedule-contents .schedule-item li.schedule-details .block:hover { box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15); -webkit-transform: scale(1.01); transform: scale(1.01); } .schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name { color: #ff6600; } .schedule .download-button { padding-top: 40px; margin-bottom: 30px; } .schedule.two .schedule-tab { display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; margin-top: 30px; } .schedule.two .schedule-tab ul li.nav-item { margin-right: 0; margin-bottom: 10px; } @media (max-width: 991px) { .schedule.two .schedule-tab ul li.nav-item { margin-right: 10px; } } @media (max-width: 767px) { .schedule.two .schedule-tab ul li.nav-item { width: 100%; margin-bottom: 10px; margin-right: 0; } } .schedule.two .schedule-tab ul li.nav-item a { font-family: "Montserrat", sans-serif; text-transform: uppercase; font-size: 20px; color: #222222; font-weight: 500; display: block; border-radius: 0; border: 1px solid #e5e5e5; padding: 20px 30px; } .schedule.two .schedule-tab ul li.nav-item a span { margin-top: 2px; font-family: "Roboto", sans-serif; display: block; font-size: 14px; color: #848484; font-weight: 400; } .schedule.two .schedule-tab ul li.nav-item a.active { background: #ff6600; color: #fff; position: relative; } .schedule.two .schedule-tab ul li.nav-item a.active span { color: #fff; } .schedule.two .schedule-tab ul li.nav-item a.active:after { content: ''; position: absolute; left: 100%; right: 0; bottom: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #ff6600; } @media (max-width: 991px) { .schedule.two .schedule-tab ul li.nav-item a.active:after { content: none; } } .schedule.two .schedule-contents { margin-top: 30px; margin-bottom: 30px; padding: 0; } .schedule.two .schedule-contents .schedule-item ul { margin-bottom: 0; } .schedule.two .schedule-contents .schedule-item ul li { list-style: none; } .schedule.two .schedule-contents .schedule-item ul li div { display: inline-block; } .schedule.two .schedule-contents .schedule-item ul li .time { width: 20%; } @media (max-width: 767px) { .schedule.two .schedule-contents .schedule-item ul li .time { width: 37%; } } @media (max-width: 575px) { .schedule.two .schedule-contents .schedule-item ul li .time { width: 48%; } } .schedule.two .schedule-contents .schedule-item ul li .speaker { width: 30%; } @media (max-width: 991px) { .schedule.two .schedule-contents .schedule-item ul li .speaker { width: 50%; } } @media (max-width: 767px) { .schedule.two .schedule-contents .schedule-item ul li .speaker { width: 60%; } } @media (max-width: 575px) { .schedule.two .schedule-contents .schedule-item ul li .speaker { width: 50%; } } .schedule.two .schedule-contents .schedule-item ul li .subject { width: 30%; } @media (max-width: 1200px) { .schedule.two .schedule-contents .schedule-item ul li .subject { display: none; } } .schedule.two .schedule-contents .schedule-item ul li .venue { width: 18.6%; } @media (max-width: 767px) { .schedule.two .schedule-contents .schedule-item ul li .venue { display: none; } } .schedule.two .schedule-contents .schedule-item li.headings { padding: 25px 0; background: #ff6600; } .schedule.two .schedule-contents .schedule-item li.headings div { color: #fff; text-transform: uppercase; font-family: "Montserrat", sans-serif; } .schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) { border-bottom: 1px solid #e5e5e5; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block { text-align: center; padding: 0; background: #fff; width: 100%; -webkit-transition: .2s ease-in; transition: .2s ease-in; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div { padding-top: 25px; padding-bottom: 25px; color: #222222; font-family: "Montserrat", sans-serif; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div i { font-size: 1.1875em; color: #c7c8c9; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div img { border-radius: 100%; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time { margin-left: 0px; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name { margin-left: 0px; -webkit-transition: .2s ease-in; transition: .2s ease-in; } @media (max-width: 575px) { .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name { margin-left: 0; } } .schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) { border-right: 1px solid #e5e5e5; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) { border-bottom: 1px solid #e5e5e5; } .schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover { box-shadow: none; -webkit-transform: scale(1); transform: scale(1); } .schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name { color: #ff6600; } .bg-schedule { background: url("../img/chedule-bg.png") no-repeat; background-size: cover; } .feature-top-shape { position: absolute; top: -80px; width: 100%; height: 201px; content: ''; background: url("../img/feature-top-shape.svg") no-repeat; } .feature-top-shape { position: absolute; top: 110px; width: 100%; height: 201px; content: ""; background-image: url("../img/feature-top-shape.svg"); background-repeat: no-repeat; background-position: center; } .hero-bottom-shape { position: absolute; z-index: 1; bottom: 0px; width: 100%; height: 80px; content: ""; background-image: url("../img/shape-banner.svg"); background-repeat: no-repeat; background-position: center; } .feture-tabs { margin-top: 120px; } .feture-tabs h3 { font-weight: 700; font-size: 32px; margin-bottom: 10px; } @media (max-width: 768px) { .feture-tabs h3 { font-size: 28px; } } .feture-tabs .nav-pills { border-bottom: 1px solid #eee; } .feture-tabs .nav-link { background: none; text-transform: uppercase; font-size: 15px; font-weight: 600; color: #012970; padding: 12px 0; margin-right: 25px; margin-bottom: -2px; border-radius: 0; } .feture-tabs .nav-link.active { color: #4154f1; border-bottom: 3px solid #4154f1; } .feture-tabs .tab-content h4 { font-size: 18px; margin: 0; font-weight: 700; color: #012970; } .feture-tabs .tab-content i { font-size: 24px; line-height: 0; margin-right: 8px; color: #4154f1; }
0.388154
0.061003
.nav-text { display: flex; justify-content: start; align-items: center; padding: 8px 0px 8px 16px; list-style: none; height: 60px; } .nav-text:hover,.nav-text:active{ background-color: rgb(169, 238, 230); color: #000; } .navbar { background-color: #000; height: 80px; display: flex; overflow-y: 40; justify-content: start; align-items: center; position: relative; z-index: 10; } .menu-bars { margin-left: 2rem; font-size: 2rem; background: none; } .nav-menu { background-color: #000; width: 250px; height: 100vh; display: flex; justify-content: center; position: fixed; top: 0; left: -100%; transition: 850ms; } .nav-menu.active { left: 0; transition: 350ms; } .nav-text { display: flex; justify-content: start; align-items: center; padding: 8px 0px 8px 16px; list-style: none; height: 60px; } /* span.logo img{ border: solid 1px red; align-self: flex-end; } */ /* .menu-bars:hover { background-color: rgb(53, 53, 53); border-radius: 100%; padding: 1px; } */ /* .nav-menu-items { width: 100%; } .navbar-toggle { background-color: #000; width: 100%; height: 80px; display: flex; justify-content: start; align-items: center; } */ /* #wrapper { overflow-x: hidden; } .sidebar { background-color: #93329e; } #sidebar-wrapper { min-height: 100vh; margin-left: -15rem; -webkit-transition: margin 0.25s ease-out; -moz-transition: margin 0.25s ease-out; -o-transition: margin 0.25s ease-out; transition: margin 0.25s ease-out; } #sidebar-wrapper .sidebar-heading { padding: 0.875rem 1.25rem; font-size: 1.2rem; } #sidebar-wrapper .list-group { width: 15rem; } #page-content-wrapper { min-width: 100vw; } #wrapper.toggled #sidebar-wrapper { margin-left: 0; } @media (min-width: 768px) { #sidebar-wrapper { margin-left: 0; } #page-content-wrapper { min-width: 0; width: 100%; } #wrapper.toggled #sidebar-wrapper { margin-left: -15rem; } */ /* } .name{ color: rgb(255, 255, 255); background-color: #A01C29; width: fit-content; padding: 10px 15px; border-radius: 10px; } */ @import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet'; :root { --dk-gray-100: #F3F4F6; --dk-gray-200: #E5E7EB; --dk-gray-300: #D1D5DB; --dk-gray-400: #9CA3AF; --dk-gray-500: #6B7280; --dk-gray-600: #4B5563; --dk-gray-700: #374151; --dk-gray-800: #1F2937; --dk-gray-900: #111827; --dk-dark-bg: #313348; --dk-darker-bg: #2a2b3d; --navbar-bg-color: #6f6486; --sidebar-bg-color: #252636; --sidebar-width: 250px; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; background-color: var(--dk-darker-bg); font-size: .925rem; } #wrapper { margin-left: var(--sidebar-width); transition: all .3s ease-in-out; } #wrapper.fullwidth { margin-left: 0; } /** -------------------------------- -- Sidebar -------------------------------- */ .sidebar { /* background-color: var(--sidebar-bg-color); */ background-color: #301b3f; width: var(--sidebar-width); overflow-y:40; transition: all .3s ease-in-out; transform: translateX(0); z-index: 9999999; height: 1000px; } .sidebar .close-aside { position: absolute; top: 7px; right: 7px; cursor: pointer; color: #EEE; } .sidebar .sidebar-header { border-bottom: 1px solid #2a2b3c } .sidebar .sidebar-header h5 a { color: var(--dk-gray-300) } .sidebar .sidebar-header p { color: var(--dk-gray-400); font-size: .825rem; } .sidebar .search .form-control ~ i { color: #2b2f3a; right: 40px; top: 22px; } .sidebar > ul > li { padding: .7rem 1.75rem; } .sidebar ul > li > a { color: var(--dk-gray-400); text-decoration: none; } .sidebar ul > li > a:hover { color: #000; text-decoration: none; } /* Start numbers */ .sidebar ul > li > a > .num { line-height: 0; border-radius: 3px; font-size: 14px; padding: 0px 5px } .sidebar ul > li > i { font-size: 18px; margin-right: .7rem; color: var(--dk-gray-500); } .sidebar ul > li.has-dropdown > a:after { content: '\eb3a'; font-family: unicons-line; font-size: 1rem; line-height: 1.8; float: right; color: var(--dk-gray-500); transition: all .3s ease-in-out; } .sidebar ul .opened > a:after { transform: rotate(-90deg); } /* Start dropdown menu */ .sidebar ul .sidebar-dropdown { padding-top: 10px; padding-left: 30px; display: none; } .sidebar ul .sidebar-dropdown.active { display: block; } .sidebar ul .sidebar-dropdown > li > a { font-size: .85rem; padding: .5rem 0; display: block; } /* End dropdown menu */ .show-sidebar { transform: translateX(-270px); } @media (max-width: 767px) { .sidebar ul > li { padding-top: 12px; padding-bottom: 12px; } .sidebar .search { padding: 10px 0 10px 30px } } /** -------------------------------- -- welcome -------------------------------- */ .welcome { color: var(--dk-gray-300); } .welcome .content { background-color: var(--dk-dark-bg); } .welcome p { color: var(--dk-gray-400); } /** -------------------------------- -- Statistics -------------------------------- */ .statistics { color: var(--dk-gray-200); } .statistics .box { background-color: var(--dk-dark-bg); } .statistics .box i { width: 60px; height: 60px; line-height: 60px; } .statistics .box p { color: var(--dk-gray-400); } /** -------------------------------- -- Charts -------------------------------- */ .charts .chart-container { background-color: var(--dk-dark-bg); } .charts .chart-container h3 { color: var(--dk-gray-400) } /** -------------------------------- -- users -------------------------------- */ .admins .box .admin { background-color: var(--dk-dark-bg); } .admins .box h3 { color: var(--dk-gray-300); } .admins .box p { color: var(--dk-gray-400) } /** -------------------------------- -- statis -------------------------------- */ .statis { color: var(--dk-gray-100); } .statis .box { position: relative; overflow: hidden; border-radius: 3px; } .statis .box h3:after { content: ""; height: 2px; width: 70%; margin: auto; background-color: rgba(255, 255, 255, 0.12); display: block; margin-top: 10px; } .statis .box i { position: absolute; height: 70px; width: 70px; font-size: 22px; padding: 15px; top: -25px; left: -25px; background-color: rgba(255, 255, 255, 0.15); line-height: 60px; text-align: right; border-radius: 50%; } .main-color { color: #ffc107 } /** -------------------------------- -- Please don't do that in real-world projects! -- use Bootstrap variables instead. -------------------------------- */ .navbar { background-color: var(--navbar-bg-color) !important; border: none !important; } .navbar .dropdown-menu { right: auto !important; left: 0 !important; } .navbar .navbar-nav>li>a { color: #EEE !important; line-height: 55px !important; padding: 0 10px !important; } .navbar .navbar-brand {color:#FFF !important} .navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {color: #EEE !important} .navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover {background-color: transparent !important; color: #FFF !important} .navbar .navbar-brand {line-height: 55px !important; padding: 0 !important} .navbar .navbar-brand:focus, .navbar .navbar-brand:hover {color: #FFF !important} .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin: 0 !important} @media (max-width: 767px) { .navbar>.container-fluid .navbar-brand { margin-left: 15px !important; } .navbar .navbar-nav>li>a { padding-left: 0 !important; } .navbar-nav { margin: 0 !important; } .navbar .navbar-collapse, .navbar .navbar-form { border: none !important; } } .navbar .navbar-nav>li>a { float: left !important; } .navbar .navbar-nav>li>a>span:not(.caret) { background-color: #e74c3c !important; border-radius: 50% !important; height: 25px !important; width: 25px !important; padding: 2px !important; font-size: 11px !important; position: relative !important; top: -10px !important; right: 5px !important } .dropdown-menu>li>a { padding-top: 5px !important; padding-right: 5px !important; } .navbar .navbar-nav>li>a>i { font-size: 18px !important; } /* Start media query */ @media (max-width: 767px) { #wrapper { margin: 0 !important } .statistics .box { margin-bottom: 25px !important; } .navbar .navbar-nav .open .dropdown-menu>li>a { color: #CCC !important } .navbar .navbar-nav .open .dropdown-menu>li>a:hover { color: #FFF !important } .navbar .navbar-toggle{ border:none !important; color: #EEE !important; font-size: 18px !important; } .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {background-color: transparent !important} } ::-webkit-scrollbar { background: transparent; width: 5px; height: 5px; } ::-webkit-scrollbar-thumb { background-color: #3c3f58; } ::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.3); } .side-option{ background-color: red; } .btn-log { margin-left: 25px; width: 200px; margin-top: 200px; position: fixed; bottom: 20px; }
client/src/components/controllers/sidebar.css
.nav-text { display: flex; justify-content: start; align-items: center; padding: 8px 0px 8px 16px; list-style: none; height: 60px; } .nav-text:hover,.nav-text:active{ background-color: rgb(169, 238, 230); color: #000; } .navbar { background-color: #000; height: 80px; display: flex; overflow-y: 40; justify-content: start; align-items: center; position: relative; z-index: 10; } .menu-bars { margin-left: 2rem; font-size: 2rem; background: none; } .nav-menu { background-color: #000; width: 250px; height: 100vh; display: flex; justify-content: center; position: fixed; top: 0; left: -100%; transition: 850ms; } .nav-menu.active { left: 0; transition: 350ms; } .nav-text { display: flex; justify-content: start; align-items: center; padding: 8px 0px 8px 16px; list-style: none; height: 60px; } /* span.logo img{ border: solid 1px red; align-self: flex-end; } */ /* .menu-bars:hover { background-color: rgb(53, 53, 53); border-radius: 100%; padding: 1px; } */ /* .nav-menu-items { width: 100%; } .navbar-toggle { background-color: #000; width: 100%; height: 80px; display: flex; justify-content: start; align-items: center; } */ /* #wrapper { overflow-x: hidden; } .sidebar { background-color: #93329e; } #sidebar-wrapper { min-height: 100vh; margin-left: -15rem; -webkit-transition: margin 0.25s ease-out; -moz-transition: margin 0.25s ease-out; -o-transition: margin 0.25s ease-out; transition: margin 0.25s ease-out; } #sidebar-wrapper .sidebar-heading { padding: 0.875rem 1.25rem; font-size: 1.2rem; } #sidebar-wrapper .list-group { width: 15rem; } #page-content-wrapper { min-width: 100vw; } #wrapper.toggled #sidebar-wrapper { margin-left: 0; } @media (min-width: 768px) { #sidebar-wrapper { margin-left: 0; } #page-content-wrapper { min-width: 0; width: 100%; } #wrapper.toggled #sidebar-wrapper { margin-left: -15rem; } */ /* } .name{ color: rgb(255, 255, 255); background-color: #A01C29; width: fit-content; padding: 10px 15px; border-radius: 10px; } */ @import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet'; :root { --dk-gray-100: #F3F4F6; --dk-gray-200: #E5E7EB; --dk-gray-300: #D1D5DB; --dk-gray-400: #9CA3AF; --dk-gray-500: #6B7280; --dk-gray-600: #4B5563; --dk-gray-700: #374151; --dk-gray-800: #1F2937; --dk-gray-900: #111827; --dk-dark-bg: #313348; --dk-darker-bg: #2a2b3d; --navbar-bg-color: #6f6486; --sidebar-bg-color: #252636; --sidebar-width: 250px; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; background-color: var(--dk-darker-bg); font-size: .925rem; } #wrapper { margin-left: var(--sidebar-width); transition: all .3s ease-in-out; } #wrapper.fullwidth { margin-left: 0; } /** -------------------------------- -- Sidebar -------------------------------- */ .sidebar { /* background-color: var(--sidebar-bg-color); */ background-color: #301b3f; width: var(--sidebar-width); overflow-y:40; transition: all .3s ease-in-out; transform: translateX(0); z-index: 9999999; height: 1000px; } .sidebar .close-aside { position: absolute; top: 7px; right: 7px; cursor: pointer; color: #EEE; } .sidebar .sidebar-header { border-bottom: 1px solid #2a2b3c } .sidebar .sidebar-header h5 a { color: var(--dk-gray-300) } .sidebar .sidebar-header p { color: var(--dk-gray-400); font-size: .825rem; } .sidebar .search .form-control ~ i { color: #2b2f3a; right: 40px; top: 22px; } .sidebar > ul > li { padding: .7rem 1.75rem; } .sidebar ul > li > a { color: var(--dk-gray-400); text-decoration: none; } .sidebar ul > li > a:hover { color: #000; text-decoration: none; } /* Start numbers */ .sidebar ul > li > a > .num { line-height: 0; border-radius: 3px; font-size: 14px; padding: 0px 5px } .sidebar ul > li > i { font-size: 18px; margin-right: .7rem; color: var(--dk-gray-500); } .sidebar ul > li.has-dropdown > a:after { content: '\eb3a'; font-family: unicons-line; font-size: 1rem; line-height: 1.8; float: right; color: var(--dk-gray-500); transition: all .3s ease-in-out; } .sidebar ul .opened > a:after { transform: rotate(-90deg); } /* Start dropdown menu */ .sidebar ul .sidebar-dropdown { padding-top: 10px; padding-left: 30px; display: none; } .sidebar ul .sidebar-dropdown.active { display: block; } .sidebar ul .sidebar-dropdown > li > a { font-size: .85rem; padding: .5rem 0; display: block; } /* End dropdown menu */ .show-sidebar { transform: translateX(-270px); } @media (max-width: 767px) { .sidebar ul > li { padding-top: 12px; padding-bottom: 12px; } .sidebar .search { padding: 10px 0 10px 30px } } /** -------------------------------- -- welcome -------------------------------- */ .welcome { color: var(--dk-gray-300); } .welcome .content { background-color: var(--dk-dark-bg); } .welcome p { color: var(--dk-gray-400); } /** -------------------------------- -- Statistics -------------------------------- */ .statistics { color: var(--dk-gray-200); } .statistics .box { background-color: var(--dk-dark-bg); } .statistics .box i { width: 60px; height: 60px; line-height: 60px; } .statistics .box p { color: var(--dk-gray-400); } /** -------------------------------- -- Charts -------------------------------- */ .charts .chart-container { background-color: var(--dk-dark-bg); } .charts .chart-container h3 { color: var(--dk-gray-400) } /** -------------------------------- -- users -------------------------------- */ .admins .box .admin { background-color: var(--dk-dark-bg); } .admins .box h3 { color: var(--dk-gray-300); } .admins .box p { color: var(--dk-gray-400) } /** -------------------------------- -- statis -------------------------------- */ .statis { color: var(--dk-gray-100); } .statis .box { position: relative; overflow: hidden; border-radius: 3px; } .statis .box h3:after { content: ""; height: 2px; width: 70%; margin: auto; background-color: rgba(255, 255, 255, 0.12); display: block; margin-top: 10px; } .statis .box i { position: absolute; height: 70px; width: 70px; font-size: 22px; padding: 15px; top: -25px; left: -25px; background-color: rgba(255, 255, 255, 0.15); line-height: 60px; text-align: right; border-radius: 50%; } .main-color { color: #ffc107 } /** -------------------------------- -- Please don't do that in real-world projects! -- use Bootstrap variables instead. -------------------------------- */ .navbar { background-color: var(--navbar-bg-color) !important; border: none !important; } .navbar .dropdown-menu { right: auto !important; left: 0 !important; } .navbar .navbar-nav>li>a { color: #EEE !important; line-height: 55px !important; padding: 0 10px !important; } .navbar .navbar-brand {color:#FFF !important} .navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {color: #EEE !important} .navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover {background-color: transparent !important; color: #FFF !important} .navbar .navbar-brand {line-height: 55px !important; padding: 0 !important} .navbar .navbar-brand:focus, .navbar .navbar-brand:hover {color: #FFF !important} .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin: 0 !important} @media (max-width: 767px) { .navbar>.container-fluid .navbar-brand { margin-left: 15px !important; } .navbar .navbar-nav>li>a { padding-left: 0 !important; } .navbar-nav { margin: 0 !important; } .navbar .navbar-collapse, .navbar .navbar-form { border: none !important; } } .navbar .navbar-nav>li>a { float: left !important; } .navbar .navbar-nav>li>a>span:not(.caret) { background-color: #e74c3c !important; border-radius: 50% !important; height: 25px !important; width: 25px !important; padding: 2px !important; font-size: 11px !important; position: relative !important; top: -10px !important; right: 5px !important } .dropdown-menu>li>a { padding-top: 5px !important; padding-right: 5px !important; } .navbar .navbar-nav>li>a>i { font-size: 18px !important; } /* Start media query */ @media (max-width: 767px) { #wrapper { margin: 0 !important } .statistics .box { margin-bottom: 25px !important; } .navbar .navbar-nav .open .dropdown-menu>li>a { color: #CCC !important } .navbar .navbar-nav .open .dropdown-menu>li>a:hover { color: #FFF !important } .navbar .navbar-toggle{ border:none !important; color: #EEE !important; font-size: 18px !important; } .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {background-color: transparent !important} } ::-webkit-scrollbar { background: transparent; width: 5px; height: 5px; } ::-webkit-scrollbar-thumb { background-color: #3c3f58; } ::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.3); } .side-option{ background-color: red; } .btn-log { margin-left: 25px; width: 200px; margin-top: 200px; position: fixed; bottom: 20px; }
0.244453
0.043023
.progress { overflow: visible; } .progress-ui { height: 10px; } .progress-bar { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .progress-bar.ui-widget-content { background: none; border: 0; height: 100%; position: relative; box-shadow: none; } .progress-bar .ui-state-default { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height: 20px; width: 20px; top: 0; margin-left: -5px; cursor:pointer; border:0px solid #d3d3d3; outline:none !important; background-color: #f0f0f0; background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf); background-image: -moz-linear-gradient(top, #f0f0f0, #dfdfdf); background-image: -ms-linear-gradient(top, #f0f0f0, #dfdfdf); background-image: -o-linear-gradient(top, #f0f0f0, #dfdfdf); background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf); } .progress-ui .progress-bar .ui-state-default{ height: 10px; width: 10px; } .progress-bar .ui-widget-header { background: #D8D8D8; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset; } .progress-bar-primary .ui-widget-header { background: #6AA6D6; } .progress-bar-success .ui-widget-header { background: #5cb85c; } .progress-bar-info .ui-widget-header { background: #5bc0de; } .progress-bar-warning .ui-widget-header { background: #f0ad4e; } .progress-bar-danger .ui-widget-header { background: #d9534f; } .progress-bar .ui-state-default { background: #b8b8b8; } .progress-bar-primary .ui-state-default { background: #5a8db6; } .progress-bar-success .ui-state-default { background: #53a553; } .progress-bar-info .ui-state-default { background: #52acc7; } .progress-bar-warning .ui-state-default { background: #d89b46; } .progress-bar-danger .ui-state-default { background: #c34b47; } .slider-range-min-amount, .slider-range-min-amount2, .slider-range-max-amount, .slider-range-amount, .slider-range-amount2 { border: 0; background: none; outline: none !important; } .progress-bar.ui-slider-vertical { width:20px; } .progress-bar.ui-slider-vertical .ui-state-default { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height: 20px; width: 20px; top: auto; margin-left: 0px; left: 0; } .equalizer .progress { height:160px; display:inline-block; margin:15px; }
web/bundles/applicationbootstrap/css/sliders/jquery-ui/sliders.css
.progress { overflow: visible; } .progress-ui { height: 10px; } .progress-bar { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .progress-bar.ui-widget-content { background: none; border: 0; height: 100%; position: relative; box-shadow: none; } .progress-bar .ui-state-default { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height: 20px; width: 20px; top: 0; margin-left: -5px; cursor:pointer; border:0px solid #d3d3d3; outline:none !important; background-color: #f0f0f0; background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf); background-image: -moz-linear-gradient(top, #f0f0f0, #dfdfdf); background-image: -ms-linear-gradient(top, #f0f0f0, #dfdfdf); background-image: -o-linear-gradient(top, #f0f0f0, #dfdfdf); background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf); } .progress-ui .progress-bar .ui-state-default{ height: 10px; width: 10px; } .progress-bar .ui-widget-header { background: #D8D8D8; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset; } .progress-bar-primary .ui-widget-header { background: #6AA6D6; } .progress-bar-success .ui-widget-header { background: #5cb85c; } .progress-bar-info .ui-widget-header { background: #5bc0de; } .progress-bar-warning .ui-widget-header { background: #f0ad4e; } .progress-bar-danger .ui-widget-header { background: #d9534f; } .progress-bar .ui-state-default { background: #b8b8b8; } .progress-bar-primary .ui-state-default { background: #5a8db6; } .progress-bar-success .ui-state-default { background: #53a553; } .progress-bar-info .ui-state-default { background: #52acc7; } .progress-bar-warning .ui-state-default { background: #d89b46; } .progress-bar-danger .ui-state-default { background: #c34b47; } .slider-range-min-amount, .slider-range-min-amount2, .slider-range-max-amount, .slider-range-amount, .slider-range-amount2 { border: 0; background: none; outline: none !important; } .progress-bar.ui-slider-vertical { width:20px; } .progress-bar.ui-slider-vertical .ui-state-default { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height: 20px; width: 20px; top: auto; margin-left: 0px; left: 0; } .equalizer .progress { height:160px; display:inline-block; margin:15px; }
0.366136
0.087525
h3 { display: inline-block ; vertical-align: middle; } .data_grid { border: 0px !important; } .data_grid * { /* background-color: transparent !important; */ border: 0px !important; } /* .ngViewport{ */ /* height:auto !important; */ /* } */ /* .ngCanvas, .ngViewport, .ngRow, .ngFooterPanel, .ngTopPanel { */ /* width: 100% !important; */ /* } */ /* .ngRow { */ /* border-bottom:none !important; */ /* } */ .error_msg { padding-top : 6px; padding-bottom : 6px; } .form-horizontal .checkbox-inline { padding-top: 0px; } .tree-node-title-only-view { vertical-align: middle; } .container > div { margin-top: 30px; } .header { /* height: 20%; */ } .row { /* height: 100%; */ } .search_bar { /* height: 20%; */ } .search_bar .glyphicon { /* font-size: 32px; */ /* color: red; */ } .main_content { /* height: 50%; */ } textarea { resize: vertical; } /* ui-tree */ /* .btn { */ /* margin-right: 8px; */ /* } */ .tree-node { background: #f8faff; border: 1px solid #dae2ea; color: #7c9eb2; padding: 6px 12px; } .tree-node:hover { color: #438eb9; background: #f4f6f7; border-color: #dce2e8; } .angular-ui-tree-placeholder { background: #f0f9ff; border: 2px dashed #bed2db; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .angular-ui-tree-empty { border: 1px dashed #BBB; min-height: 100px; background-color: #E5E5E5; background-image: none; background-size: 0px; background-position: 0px; } .group-title { background-color: #687074 !important; color: #FFF !important; } .no-resource-message { font-size: 150%; line-height:2; margin: 10px 0px; } /* .no-resource { */ /* position: relative; */ /* vertical-align: middle; */ /* } */ .tree-view { padding-left: 0; } .tree-view > li { display: block; } .tree-view > li > div:first-child { margin-left: -15px; margin-right: -15px; margin: 0; padding: 8px 0; border-bottom: 1px solid #e4eaec; } .tree-view > li > div:first-child:before, .tree-view > li > div:first-child:after { content: " "; display: table; } .tree-view > li > div:first-child:after { clear: both; } .tree-view > li > div:first-child:before, .tree-view > li > div:first-child:after { content: " "; display: table; } .tree-view > li > div:first-child:after { clear: both; } .tree-view > li > div:first-child > div:first-child { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 368px) { .tree-view > li > div:first-child > div:first-child { float: left; width: 66.66666667%; } } .tree-view > li > div:first-child > div:first-child > i { margin-right: 5px; } .tree-view > li > div:first-child > div:first-child > i.no-child { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .tree-view > li > div:first-child > div:first-child > i.no-child:before { content: "\f016"; } .tree-view > li > div:first-child > div:first-child > i.has-child { cursor: pointer; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .tree-view > li > div:first-child > div:first-child > i.has-child:before { content: "\f054"; } .tree-view > li > div:first-child > div:first-child > i.has-child-open { cursor: pointer; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .tree-view > li > div:first-child > div:first-child > i.has-child-open:before { content: "\f078"; } .tree-view > li > div:first-child > div:first-child > span { padding: 5px; cursor: pointer; } .tree-view > li > div:first-child > div:first-child > span.selected { background: #dde6e9; } .tree-view > li > div:first-child > div:nth-child(2) { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } .tree-view > li > .tree-view { padding-left: 15px; }
app/css/main.css
h3 { display: inline-block ; vertical-align: middle; } .data_grid { border: 0px !important; } .data_grid * { /* background-color: transparent !important; */ border: 0px !important; } /* .ngViewport{ */ /* height:auto !important; */ /* } */ /* .ngCanvas, .ngViewport, .ngRow, .ngFooterPanel, .ngTopPanel { */ /* width: 100% !important; */ /* } */ /* .ngRow { */ /* border-bottom:none !important; */ /* } */ .error_msg { padding-top : 6px; padding-bottom : 6px; } .form-horizontal .checkbox-inline { padding-top: 0px; } .tree-node-title-only-view { vertical-align: middle; } .container > div { margin-top: 30px; } .header { /* height: 20%; */ } .row { /* height: 100%; */ } .search_bar { /* height: 20%; */ } .search_bar .glyphicon { /* font-size: 32px; */ /* color: red; */ } .main_content { /* height: 50%; */ } textarea { resize: vertical; } /* ui-tree */ /* .btn { */ /* margin-right: 8px; */ /* } */ .tree-node { background: #f8faff; border: 1px solid #dae2ea; color: #7c9eb2; padding: 6px 12px; } .tree-node:hover { color: #438eb9; background: #f4f6f7; border-color: #dce2e8; } .angular-ui-tree-placeholder { background: #f0f9ff; border: 2px dashed #bed2db; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .angular-ui-tree-empty { border: 1px dashed #BBB; min-height: 100px; background-color: #E5E5E5; background-image: none; background-size: 0px; background-position: 0px; } .group-title { background-color: #687074 !important; color: #FFF !important; } .no-resource-message { font-size: 150%; line-height:2; margin: 10px 0px; } /* .no-resource { */ /* position: relative; */ /* vertical-align: middle; */ /* } */ .tree-view { padding-left: 0; } .tree-view > li { display: block; } .tree-view > li > div:first-child { margin-left: -15px; margin-right: -15px; margin: 0; padding: 8px 0; border-bottom: 1px solid #e4eaec; } .tree-view > li > div:first-child:before, .tree-view > li > div:first-child:after { content: " "; display: table; } .tree-view > li > div:first-child:after { clear: both; } .tree-view > li > div:first-child:before, .tree-view > li > div:first-child:after { content: " "; display: table; } .tree-view > li > div:first-child:after { clear: both; } .tree-view > li > div:first-child > div:first-child { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 368px) { .tree-view > li > div:first-child > div:first-child { float: left; width: 66.66666667%; } } .tree-view > li > div:first-child > div:first-child > i { margin-right: 5px; } .tree-view > li > div:first-child > div:first-child > i.no-child { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .tree-view > li > div:first-child > div:first-child > i.no-child:before { content: "\f016"; } .tree-view > li > div:first-child > div:first-child > i.has-child { cursor: pointer; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .tree-view > li > div:first-child > div:first-child > i.has-child:before { content: "\f054"; } .tree-view > li > div:first-child > div:first-child > i.has-child-open { cursor: pointer; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .tree-view > li > div:first-child > div:first-child > i.has-child-open:before { content: "\f078"; } .tree-view > li > div:first-child > div:first-child > span { padding: 5px; cursor: pointer; } .tree-view > li > div:first-child > div:first-child > span.selected { background: #dde6e9; } .tree-view > li > div:first-child > div:nth-child(2) { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } .tree-view > li > .tree-view { padding-left: 15px; }
0.173989
0.058534
*{ margin: 0; padding: 0; } /* navbar css */ #header-nav .nav-link { color: white; font-size: 20px; margin-left: 20px; } .menu li a:hover { color: red !important; opacity: 0.5; } #variety{ margin-top: 1rem; margin-bottom: 0.5rem; } img { -webkit-user-drag: none; -moz-user-drag: none; -o-user-drag: none; } img { pointer-events: none; } .movie_card { padding: 0 !important; width: 14rem; margin: 5px; border-radius: 20px; background-color: rgb(15, 15, 73) !important; color: white; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19); } .movie_card img { height: 16rem; } .movie_info { color: red; } .movie_info i { font-size: 10px; } .card-title { width: 80%; font-size: 15px; height: 2rem; } .section-title { color: red; font-size: 25px; margin-bottom: 40px; } .movie_info_rating { color: goldenrod; float: right; } .scroll-bar { height: auto; width: auto; margin: auto; overflow-y: auto; overflow-x: hidden; max-width: 100%; } ::-webkit-scrollbar-track { border: 5px solid #2c2f30; background-color: black; } ::-webkit-scrollbar { width: 15px; background-color: #2c2f30; } ::-webkit-scrollbar-thumb { background-color: red; border-radius: 10px; } .logo { width: 81px; height: 52px; padding: 3px; } .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-left: 0px !important; } .row>*{ padding-left: 0px !important; } /* CSS FOR FOOTER */ @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700); .footer-distributed { background-color: #292c2f; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); box-sizing: border-box; width: 100%; text-align: left; font: normal 16px sans-serif; padding: 20px 20px; } .footer-distributed .footer-left p { color: #8f9296; font-size: 14px; margin: 0; } /* Footer links */ .footer-distributed p.footer-links { font-size: 18px; font-weight: bold; color: #ffffff; margin: 0 0 10px; padding: 0; transition: ease .25s; font-family: Verdana, Geneva, Tahoma, sans-serif; } .footer-distributed p.footer-links a { display: inline-block; line-height: 1.8; text-decoration: none; color: inherit; transition: ease .25s; } .footer-distributed .footer-links a:before { content: "·"; font-size: 20px; left: 0; color: #fff; display: inline-block; padding-right: 5px; } .footer-distributed .footer-links .link-1:before { content: none; } .footer-distributed .footer-right { float: right; margin-top: 6px; max-width: 180px; } .footer-distributed .footer-right a { display: inline-block; width: 35px; height: 35px; background-color: #647681; border-radius: 2px; font-size: 20px; color: #ffffff; text-align: center; line-height: 35px; margin-left: 3px; transition: all .25s; } .footer-distributed .footer-right a:hover { transform: scale(1.1); -webkit-transform: scale(1.1); } .footer-distributed p.footer-links a:hover { text-decoration: underline; } /* Media Queries */ @media (max-width: 600px) { .footer-distributed .footer-left, .footer-distributed .footer-right { text-align: center; } .footer-distributed .footer-right { float: none; margin: 0 auto 20px; } .footer-distributed .footer-left p.footer-links { line-height: 1.8; } } #waterdrop { height: 30px; } #waterdrop canvas { bottom: -70px !important; }
webStyle.css
*{ margin: 0; padding: 0; } /* navbar css */ #header-nav .nav-link { color: white; font-size: 20px; margin-left: 20px; } .menu li a:hover { color: red !important; opacity: 0.5; } #variety{ margin-top: 1rem; margin-bottom: 0.5rem; } img { -webkit-user-drag: none; -moz-user-drag: none; -o-user-drag: none; } img { pointer-events: none; } .movie_card { padding: 0 !important; width: 14rem; margin: 5px; border-radius: 20px; background-color: rgb(15, 15, 73) !important; color: white; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19); } .movie_card img { height: 16rem; } .movie_info { color: red; } .movie_info i { font-size: 10px; } .card-title { width: 80%; font-size: 15px; height: 2rem; } .section-title { color: red; font-size: 25px; margin-bottom: 40px; } .movie_info_rating { color: goldenrod; float: right; } .scroll-bar { height: auto; width: auto; margin: auto; overflow-y: auto; overflow-x: hidden; max-width: 100%; } ::-webkit-scrollbar-track { border: 5px solid #2c2f30; background-color: black; } ::-webkit-scrollbar { width: 15px; background-color: #2c2f30; } ::-webkit-scrollbar-thumb { background-color: red; border-radius: 10px; } .logo { width: 81px; height: 52px; padding: 3px; } .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-left: 0px !important; } .row>*{ padding-left: 0px !important; } /* CSS FOR FOOTER */ @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700); .footer-distributed { background-color: #292c2f; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); box-sizing: border-box; width: 100%; text-align: left; font: normal 16px sans-serif; padding: 20px 20px; } .footer-distributed .footer-left p { color: #8f9296; font-size: 14px; margin: 0; } /* Footer links */ .footer-distributed p.footer-links { font-size: 18px; font-weight: bold; color: #ffffff; margin: 0 0 10px; padding: 0; transition: ease .25s; font-family: Verdana, Geneva, Tahoma, sans-serif; } .footer-distributed p.footer-links a { display: inline-block; line-height: 1.8; text-decoration: none; color: inherit; transition: ease .25s; } .footer-distributed .footer-links a:before { content: "·"; font-size: 20px; left: 0; color: #fff; display: inline-block; padding-right: 5px; } .footer-distributed .footer-links .link-1:before { content: none; } .footer-distributed .footer-right { float: right; margin-top: 6px; max-width: 180px; } .footer-distributed .footer-right a { display: inline-block; width: 35px; height: 35px; background-color: #647681; border-radius: 2px; font-size: 20px; color: #ffffff; text-align: center; line-height: 35px; margin-left: 3px; transition: all .25s; } .footer-distributed .footer-right a:hover { transform: scale(1.1); -webkit-transform: scale(1.1); } .footer-distributed p.footer-links a:hover { text-decoration: underline; } /* Media Queries */ @media (max-width: 600px) { .footer-distributed .footer-left, .footer-distributed .footer-right { text-align: center; } .footer-distributed .footer-right { float: none; margin: 0 auto 20px; } .footer-distributed .footer-left p.footer-links { line-height: 1.8; } } #waterdrop { height: 30px; } #waterdrop canvas { bottom: -70px !important; }
0.362743
0.089256
html, body{ -webkit-tap-highlight-color:rgba(0,0,0,0); width:100%; overflow-x:hidden; background-color:white; } #head{ width:100%; overflow:auto; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); background-color: white; z-index:10; } .link{ display :block; border:1px solid grey; width:40px; margin: 0 auto; overflow: :auto; } #brand{ display:block; margin:0 auto; width:50%; height:6.5vw; margin-top:3%; } #brand2 { width:100%; height:8vw; margin: 3%; } #svg{ margin-left: 35%; } #svg2{ width:90px; display:block; margin:0 auto; } .boxlinks{ background-color:white; margin:0 auto; width:100%; color:white; overflow:auto; text-align:center; } .boxlinks a:focus{ outline:none; } .lilbox{ display:inline-block; background-color:white; border-bottom-style:solid; border-bottom-color:white; border-bottom-width:2px; color:#3ccfcf; font-size:70%; margin-right:5px; margin-left:5px; width:40px; } .lilbox:hover{ color:blue; } #facebox2{ overflow: hidden; padding-top: 30%; height:200px; width: 95%; border-radius: 15px; background-size: cover; background-position:center; overflow:hidden; margin: 0 auto; margin-top: 40%; margin: 2%; background-image:url("../imgr.png"); box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #message1{ opacity: 0.8; color: #fff; font-weight:700; padding-top: 5%; padding-bottom: 5%; text-align:center; background-color:#3ccfcf; } #loginformbox{ margin:6%; border-radius:15px; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); background: linear-gradient(to bottom right,red,#7cfc00) } #loginregbutton{ padding: 3px; float:left; margin-left:2%; } #margin0{ max-height: 5px; padding:0%; margin-bottom:1%; } .ajax-load{ background: #e1e1e1; padding: 10px 0px; width: 100%; } .boxes{ background-color:#ffffff ; margin: 0 auto; border-width:1px; border-radius:15px; border-color:#a9a9a9; overflow-x:hidden; overflow:hidden; width:98%; margin-left: 1%; padding-left: 0%; padding-right: 0%; margin-bottom: 3%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #number{ display:block; width:50px; font-size:80%; margin:0 auto; margin-top:5px; border-radius:10px; padding:1px; margin-bottom:5px; text-align:center; } #number:hover{ text-decoration:none; color: black; } #number a{ text-decoration:none; } #search{ display:block; margin:0 auto; width:92%; margin-top:10%; margin-bottom:5%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #results{ width:100%; } .centered{ display:block; margin:0 auto; width:98%; margin-top: 30%; } .ajax-load{ background-color: white; } .scroll{ margin:0 auto; width:100%; padding-bottom:3%; overflow:auto; margin-left:0%; margin-right:0%; background-color:white; margin-top:5%; padding-top:2%; } .outer{ padding: 0%; margin:0%; } .lightblue{ background-color:white; margin:0 auto; margin-bottom:1px; width:100%; overflow:auto; } .time{ font-size:70%; margin-right:4%; margin-top:2%; float:right; display:block; color:#808080; } .name{ display:block; font-weight:bold; float:left; margin:1%; background-color:white; color:#3ccfcf; font-size:100%; padding:5px; padding-top:10px; } .name a::-moz-focus-inner{ outline:none; } .name a::-moz-focus-outer{ outline:none; } .name a:focus{ outline:none; } .name a{ text-decoration:none; color:black; font-weight:bold; } .line{ margin:0 auto; width:100%; border-bottom-style:solid; border-bottom-color:rgb(60, 207, 207); border-bottom-width:2px; } .skill{ width:80%; margin:0 auto; background-color:white; padding:10px; font-weight:regular; overflow:auto; font-size:100%; color:#808080; } .pic{ width:90%; margin:0 auto; overflow:auto; background-color:white; border-radius:5px; } .pic img{ max-width:100%; border-radius:5px; image-orientation:from-image; } .time{ font-size:70%; margin-right:4%; margin-top:2%; float:right; display:block; color:#808080; } .dp7{ display: block; position:fixed; top:1%; right:5%; width:10px; height:10px; overflow:hidden; border-radius:50%; margin:0%; } .dp7 img{ min-height:100%; width:100%; } .dp{ margin:5px; margin-left:10px; float:left; width:45px; height:45px; overflow:hidden; border-radius:50%; } .dp img{ min-height:100%; width:100%; image-orientation:from-image; } #portfoliobox{ max-width:90%; overflow:hidden; background-color: yellow; } #head{ width:100%; overflow:auto; } #scrollable{ margin: 0%; padding: 0%; } #post-data{ margin:0 auto; display: block; width:100%; padding-bottom:2%; margin-bottom:60px; overflow:auto; background-color:white; margin-top: 4%; padding-top: 2%; } #post-data2{ margin:0 auto; display: block; width:100%; padding-bottom:10%; margin-bottom:60px; overflow:auto; background-color:white; margin-top: 5%; padding-top: 3%; padding-left: 2%; } #post-data3{ margin:0 auto; width:100%; padding-bottom:10%; margin-bottom:60px; overflow:auto; background-color:white; display: block; padding-top: 2%; } #ports{ display:block; width:90%; display: block; margin:0 auto; margin-bottom:10px; padding:1%; border-top-right-radius:15px; border-top-left-radius:15px; border-bottom-style:solid; border-bottom-color:rgb(60, 207, 207); border-bottom-width:6px; background-color:white; overflow-y:auto; overflow-x:hidden; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #ports2{ display:block; width:95%; margin:0 auto; margin-bottom:10px; margin-top: 20%; padding:1%; border-top-right-radius:15px; border-top-left-radius:15px; border-bottom-style:solid; border-bottom-color:rgb(60, 207, 207); border-bottom-width:6px; background-color:white; overflow-y:auto; overflow-x:hidden; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #passport{ float:left; background-color:white; width:100px; height:100px; margin-bottom:5px; margin-right: 10%; border-radius:50%; overflow:hidden; border-style:solid; border-width:1px; border-color:#3ccfcf; } .portlabel{ float:left; clear:both; font-weight:bold; margin:2px; color:black; font-size:100%; } #nameport{ display:block; float:left; background-color:white; color:black; width:270px; clear:left; overflow:auto; margin:1px; padding:1px; margin-bottom:5px; color:black; } #contactport{ float:left; margin:1px; padding:1px; clear:both; min-width:50%; overflow:auto; margin-bottom:5px; color:black; } #skillset{ float:left; clear:left; margin:1px; padding:1px; overflow:auto; width:100%; margin-bottom:5px; color:black; } #accountcubes{ margin: 0 auto; overflow: auto; padding: 1%; margin-top:20%; margin-bottom:60px; } #aboutus{ font-size:200%; font-weight:bold; background-color: #3ccfcf; text-decoration: :none; color: white; text-align: center; border-style: solid; border-color: #3ccfcf; border-radius:15px; overflow:hidden; width: 80%; height: 22vw; margin: 0 auto; padding: 1%; margin-top: 20px; margin-bottom: 20px; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #aboutus a:hover ,#aboutus a:active{ text-decoration: none; background-color:#f75f28; border-color:#f75f28; color:white; } #aboutus:hover ,#aboutus:active{ text-decoration: none; background-color:#f75f28; border-color:#f75f28; color:white; } .linkit:hover{ text-decoration: none; } .vertical{ line-height:190%; text-decoration:none; } #floatright{ float:left; width:60%; padding: 1%; } #scrollfaq{ margin-top:1%; overflow:auto; margin-bottom:15%; padding-bottom:10%; } .floatfaq{ margin:0 auto; margin-top:10%; margin-bottom: 10%; width:90%; overflow:auto; border-radius:15px; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #frown{ text-align:center; margin:0 auto; } #mid{ text-align:center; margin:0 auto; color:black; font-weight:bold; } #mid2{ width:50%; margin:0 auto; text-align:center; } .answer1{ color:black; padding:3%; background-color:white; } .question{ margin:0 auto; padding:10px; overflow:auto; color:black; background-color:white; font-weight:bold; } .answer{ padding:3%; background-color:white; } #footer{ position:fixed; bottom:0; margin:0 auto; width:100%; background-color:white; color:white; z-index:100; text-align:left; overflow:auto; padding-right:5px; padding-left:5px; padding-bottom:10px; box-shadow: 0 0.3125rem 3rem 0 rgba(0,0,0,0.24); } #footer a:focus{ outline:none; } #boxlinksf{ background-color:white; width:100%; float:left; color:white; overflow:auto; clear:both; text-align:center; } #boxlinksf a:focus{ outline:none; } .lilboxp{ display:inline-block; background-color:white; border-top-style:solid; border-top-color:white; border-bottom-width:3px; color:#3ccfcf; padding:4px; font-weight:bold; margin-right:5px; margin-left:5px; width:40px; } .lilboxp::-moz-focus-inner{ outline:none; } .lilboxp::-moz-focus-outer{ outline:none; } .lilboxp:focus{ outline:none; } .lilboxp:hover{ color:#f75f28; } .change{ float:left; width:100%; clear:both; padding:1%; clear:both; z-index:3; border-radius:10px; font-size:100%; color:black; } .inputchange{ float:left; padding:5px; clear:both; width:90%; margin-bottom:20px; border-style:solid; border-radius:5px; border-width:1px; border-color:#3ccfcf; font-size:17px; color:gray; font-family:'Helvetica Neue', Helvetica; } .inputchange::-moz-focus-inner{ border:0; } .inputchange:focus{ outline:none; } .button{ float:right; clear:both; margin:2%; margin-right:10%; } #passportchange{ background-color:white; width:150px; height:150px; border-radius:50%; overflow:hidden; border-style:solid; border-width:1px; border-color:#3ccfcf; } #camera{ background-color:#3ccfcf; cursor:pointer; float:left; clear:both; margin-bottom:10px; margin-top:10px; width:50%; border-style:solid; border-width:1px; border-radius:3px; padding:5px; color:white; font-weight:bold; font-size:100%; text-align:center; } #camera a{ text-decoration:none; color:white; } #camera:hover, #camera:active{ background-color:#f75f28; border-color:#f75f28; } #changephoto{ margin-top:3%; float:left; width:100%; } #update{ margin:0 auto; margin-top:5%; margin-bottom:100px; border-radius:15px; overflow:auto; padding:3%; padding-top:1%; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); border-radius:15px; width:90%; } #update a { text-decoration:none; color:white; } .content{ margin-top: 18%; } #likebutton{ display:block; text-align:center; padding:10px; border-style:solid; border-radius:15px; cursor:pointer; color:black; border-color:#3ccfcf; margin:0 auto; margin-top:20px; width:60px; height:10px; } .chatbutt{ display:block; float:right; text-align:center; padding:2px; border-style:solid; border-radius:7px; cursor:pointer; width:70px; color:white; background-color:#ffa500; font-size:100%; font-weight:bold; margin-top:1%; } #approvebutton{ display:block; float:left; clear:left; text-align:center; border-style:solid; border-radius:5px; cursor:pointer; margin-top:2%; margin-left:2%; width:70px; height:25px; color:white; padding:1%; font-weight:bold; } #approvebutton::-moz-focus-inner{ border:0; } #approvebutton:focus{ outline:none; } #updatecrop{ margin:0 auto; margin-top:22%; margin-bottom:30%; border-radius:15px; overflow:auto; width:85%; padding:4%; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #upload-demo{ margin-bottom:0%; } #upload{ display:none; margin:0 auto; } #camera2{ color:#40e0d0; cursor:pointer; float:left; clear:both; margin-bottom:5px; margin-top:5px; border-radius:5px; margin-left:50%; font-weight:bold; font-size:100%; text-align:center; } #skilladd{ margin: 0 auto; margin-top: 20%; margin-bottom:50px; border-radius:15px; overflow-x:hidden; width: 280px; padding: 3%; padding-top: 1%; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #disp{ width:200px; margin-left:15%; margin-bottom:10px; overflow:hidden; background-size:cover; border-radius:10px; align-self:center; } #disp img{ width:100%; } #skillpic{ width:50%; height:100px; float:left; display:none; } #full{ overflow:auto; width:100%; } #words{ float:left; padding: 1%; margin: 1%; width:70%; height:30px; border-style:solid; border-width:1px; border-color:gray; border-radius:5px; font-size:16px; font-family:'Helvetica Neue', Helvetica; margin-left:3%; } #words::-moz-focus-inner{ border:0; } #words:focus{ outline:none; } #uploadimage{ float:left; clear:both; } #number2{ background-color:#f75f28; border-radius:5px; min-width:60px; padding:4px; font-weight:bold; margin:0 auto; margin-top:2px; margin-bottom:3px; text-align:center; clear:left; float:left; color:white; } #captiontag{ float:left; font-weight:bold; } .newmess{ float:right; margin: 2%; font-size: 80%; } .floatfaq{ margin:0 auto; margin-top:10%; margin-bottom: 10%; width:90%; overflow:auto; border-radius:15px; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } .floatfaq2{ margin:0 auto; margin-top:5%; margin-bottom: 1%; width:90%; overflow:auto; border-radius:15px; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #us{ padding:2%; text-align:center; font-size:30px; background-color:white; color:white; font-family:'Helvetica Neue', Helvetica; overflow:auto; } #wizadrop{ width:100%; height:7.5vw; overflow:hidden; margin-bottom:1%; } #hide{ width:90px; margin-left: 36%; margin-top: 0%; } .read-more-show{ cursor:pointer; color: #ed8323; } .read-more-hide{ cursor:pointer; color: #ed8323; } .hide_content{ display: none; } @media screen and (min-width:700px ){ #camera2{ clear:both; margin:0 auto; margin-left:50%; margin-bottom:2%; } #scrollfaq{ margin-top:5%; overflow:auto; margin-bottom:15%; padding-bottom:10%; } .namecrate{ display: block; overflow: hidden; max-width:50px; height:20px; padding: 1px; position: fixed; right:10%; } #post-data3{ margin:0 auto; display: block; width:100%; padding-bottom:2%; margin-bottom:10px; overflow:auto; background-color:white; } #hide{ width:150px; margin-left: 45%; margin-bottom: 5%; } #answer1{ padding:2%; } #wizadrop{ width:32%; height:7.5vw; float:left; overflow:hidden; margin-bottom:0%; } .floatfaq{ width:60%; margin-top:7%; } .floatfaq2{ width:60%; margin-top:2%; } #number2{ min-width:60px; padding:6px; } #uploadimage{ float:left; clear:both; margin-top: 3%; } #words{ border-width:1px; padding: 1%; margin:0 auto; width:75%; height:30px; border-style:solid; border-color:#a9a9a9; border-radius:5px; font-size:16px; margin-left:3%; font-family:'Helvetica Neue', Helvetica; } #disp{ width:400px; margin-left:15%; margin-bottom:10px; overflow:hidden; background-size:cover; border-radius:10px; align-self:center; } #skilladd{ margin: 0 auto; margin-top: 5%; margin-bottom:50px; border-radius:15px; overflow: auto; width: 50%; padding: 3%; padding-top: 1%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #camera2{ width:30%; clear:both; margin:0 auto; margin-left:33%; margin-bottom:2%; } #updatecrop{ width:45%; margin-top:5%; padding:2%; min-height:30vw; overflow:auto; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #approvebutton{ display:block; float:left; clear:left; text-align:center; padding:5px; border-style:solid; border-radius:5px; cursor:pointer; width:75px; height:30px; margin-bottom:5px; color:white; } #accountcubes{ margin:0 auto; margin-top:3%; } #aboutus{ width:30%; height:7vw; padding:0; } .chatbutt{ margin-right:5%; width:100px; } #search{ display:block; margin:0 auto; margin-top:3%; width:60%; margin-bottom:2%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #post-data2{ margin-top: 1%; padding-top: 1%; } .centered{ display:block; margin:0 auto; width:30%; margin-top: 10%; } #changephoto{ margin-top:3%; float:left; width:45%; } #camera{ width:60%; } .lilboxp{ display:inline-block; background-color:white; color:#3ccfcf; border-top-color:white; border-top-width:2px; padding:5px; font-weight:bold; font-size:90%; margin:0 auto; margin-right:5px; margin-left:5px; width:65px; -webkit-tap-highlight-color:rgba(0,0,0,0); } .inputchange{ font-size:100%; padding:7px; } #svg2{ width:100px; margin-top:2%; } #wizadrop{ width:32%; height:2vw; float:left; overflow:hidden; margin-bottom:0%; } #brand{ float:left; width:40%; height:3.0vw; background-color: white; } #svg{ margin-left:5%; } .link{ width:70px; } .boxlinks{ display:block; float:left; margin-top:0%; padding-top:1%; margin-left:0%; width:75%; margin:0 auto; } .lilbox{ display:inline-block; background-color:white; color:#3ccfcf; border-color:white; border-bottom-width:2px; padding:5px; font-weight:bold; font-size:90%; margin:0 auto; margin-right:5px; margin-left:5px; width:65px; -webkit-tap-highlight-color:rgba(0,0,0,0); } #facebox2{ float: left; width: 48%; margin-top: 5%; height: 35vw; max-height: 35vw; background-image:url("../imgr.png"); opacity: 50%; background-size: cover; background-position: center; z-index: 1; padding-top: 25%; overflow:hidden; clear:none; margin-right: 0%; } #loginformbox{ float: right; height: 35vw; margin-right: 2%; width: 40%; margin-top: 5%; margin-left: 0%; padding-top: 1%; } #register{ float:right; margin-right: 15%; } .content{ margin:0 auto; margin-top: 3%; width:100%; } #message1{ opacity: 0.8; font-size: 2em; color: #fff; padding-top: 5%; padding-bottom: 5%; text-align:center; background-color:#3ccfcf; } .dp3{ display:none; } .navbar-header{ padding-top: 0%; } .boxes{ overflow-x: hidden; margin:0 auto; width:65%; margin-bottom: 4%; } .pic{ width:40%; height:45%; } .pic img{ border-radius:15px; } } .dp7{ display: block; float:right; margin-right:10%; width:35px; height:35px; overflow:hidden; border-radius:50%; margin:0%; } .dp7 img{ min-height:100%; width:100%; } #ports{ padding:0.5%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #ports2{ width:80%; margin-top: 8%; padding:0.5%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } } //this is a new css testing
public/css/dress.css
html, body{ -webkit-tap-highlight-color:rgba(0,0,0,0); width:100%; overflow-x:hidden; background-color:white; } #head{ width:100%; overflow:auto; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); background-color: white; z-index:10; } .link{ display :block; border:1px solid grey; width:40px; margin: 0 auto; overflow: :auto; } #brand{ display:block; margin:0 auto; width:50%; height:6.5vw; margin-top:3%; } #brand2 { width:100%; height:8vw; margin: 3%; } #svg{ margin-left: 35%; } #svg2{ width:90px; display:block; margin:0 auto; } .boxlinks{ background-color:white; margin:0 auto; width:100%; color:white; overflow:auto; text-align:center; } .boxlinks a:focus{ outline:none; } .lilbox{ display:inline-block; background-color:white; border-bottom-style:solid; border-bottom-color:white; border-bottom-width:2px; color:#3ccfcf; font-size:70%; margin-right:5px; margin-left:5px; width:40px; } .lilbox:hover{ color:blue; } #facebox2{ overflow: hidden; padding-top: 30%; height:200px; width: 95%; border-radius: 15px; background-size: cover; background-position:center; overflow:hidden; margin: 0 auto; margin-top: 40%; margin: 2%; background-image:url("../imgr.png"); box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #message1{ opacity: 0.8; color: #fff; font-weight:700; padding-top: 5%; padding-bottom: 5%; text-align:center; background-color:#3ccfcf; } #loginformbox{ margin:6%; border-radius:15px; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); background: linear-gradient(to bottom right,red,#7cfc00) } #loginregbutton{ padding: 3px; float:left; margin-left:2%; } #margin0{ max-height: 5px; padding:0%; margin-bottom:1%; } .ajax-load{ background: #e1e1e1; padding: 10px 0px; width: 100%; } .boxes{ background-color:#ffffff ; margin: 0 auto; border-width:1px; border-radius:15px; border-color:#a9a9a9; overflow-x:hidden; overflow:hidden; width:98%; margin-left: 1%; padding-left: 0%; padding-right: 0%; margin-bottom: 3%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #number{ display:block; width:50px; font-size:80%; margin:0 auto; margin-top:5px; border-radius:10px; padding:1px; margin-bottom:5px; text-align:center; } #number:hover{ text-decoration:none; color: black; } #number a{ text-decoration:none; } #search{ display:block; margin:0 auto; width:92%; margin-top:10%; margin-bottom:5%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #results{ width:100%; } .centered{ display:block; margin:0 auto; width:98%; margin-top: 30%; } .ajax-load{ background-color: white; } .scroll{ margin:0 auto; width:100%; padding-bottom:3%; overflow:auto; margin-left:0%; margin-right:0%; background-color:white; margin-top:5%; padding-top:2%; } .outer{ padding: 0%; margin:0%; } .lightblue{ background-color:white; margin:0 auto; margin-bottom:1px; width:100%; overflow:auto; } .time{ font-size:70%; margin-right:4%; margin-top:2%; float:right; display:block; color:#808080; } .name{ display:block; font-weight:bold; float:left; margin:1%; background-color:white; color:#3ccfcf; font-size:100%; padding:5px; padding-top:10px; } .name a::-moz-focus-inner{ outline:none; } .name a::-moz-focus-outer{ outline:none; } .name a:focus{ outline:none; } .name a{ text-decoration:none; color:black; font-weight:bold; } .line{ margin:0 auto; width:100%; border-bottom-style:solid; border-bottom-color:rgb(60, 207, 207); border-bottom-width:2px; } .skill{ width:80%; margin:0 auto; background-color:white; padding:10px; font-weight:regular; overflow:auto; font-size:100%; color:#808080; } .pic{ width:90%; margin:0 auto; overflow:auto; background-color:white; border-radius:5px; } .pic img{ max-width:100%; border-radius:5px; image-orientation:from-image; } .time{ font-size:70%; margin-right:4%; margin-top:2%; float:right; display:block; color:#808080; } .dp7{ display: block; position:fixed; top:1%; right:5%; width:10px; height:10px; overflow:hidden; border-radius:50%; margin:0%; } .dp7 img{ min-height:100%; width:100%; } .dp{ margin:5px; margin-left:10px; float:left; width:45px; height:45px; overflow:hidden; border-radius:50%; } .dp img{ min-height:100%; width:100%; image-orientation:from-image; } #portfoliobox{ max-width:90%; overflow:hidden; background-color: yellow; } #head{ width:100%; overflow:auto; } #scrollable{ margin: 0%; padding: 0%; } #post-data{ margin:0 auto; display: block; width:100%; padding-bottom:2%; margin-bottom:60px; overflow:auto; background-color:white; margin-top: 4%; padding-top: 2%; } #post-data2{ margin:0 auto; display: block; width:100%; padding-bottom:10%; margin-bottom:60px; overflow:auto; background-color:white; margin-top: 5%; padding-top: 3%; padding-left: 2%; } #post-data3{ margin:0 auto; width:100%; padding-bottom:10%; margin-bottom:60px; overflow:auto; background-color:white; display: block; padding-top: 2%; } #ports{ display:block; width:90%; display: block; margin:0 auto; margin-bottom:10px; padding:1%; border-top-right-radius:15px; border-top-left-radius:15px; border-bottom-style:solid; border-bottom-color:rgb(60, 207, 207); border-bottom-width:6px; background-color:white; overflow-y:auto; overflow-x:hidden; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #ports2{ display:block; width:95%; margin:0 auto; margin-bottom:10px; margin-top: 20%; padding:1%; border-top-right-radius:15px; border-top-left-radius:15px; border-bottom-style:solid; border-bottom-color:rgb(60, 207, 207); border-bottom-width:6px; background-color:white; overflow-y:auto; overflow-x:hidden; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #passport{ float:left; background-color:white; width:100px; height:100px; margin-bottom:5px; margin-right: 10%; border-radius:50%; overflow:hidden; border-style:solid; border-width:1px; border-color:#3ccfcf; } .portlabel{ float:left; clear:both; font-weight:bold; margin:2px; color:black; font-size:100%; } #nameport{ display:block; float:left; background-color:white; color:black; width:270px; clear:left; overflow:auto; margin:1px; padding:1px; margin-bottom:5px; color:black; } #contactport{ float:left; margin:1px; padding:1px; clear:both; min-width:50%; overflow:auto; margin-bottom:5px; color:black; } #skillset{ float:left; clear:left; margin:1px; padding:1px; overflow:auto; width:100%; margin-bottom:5px; color:black; } #accountcubes{ margin: 0 auto; overflow: auto; padding: 1%; margin-top:20%; margin-bottom:60px; } #aboutus{ font-size:200%; font-weight:bold; background-color: #3ccfcf; text-decoration: :none; color: white; text-align: center; border-style: solid; border-color: #3ccfcf; border-radius:15px; overflow:hidden; width: 80%; height: 22vw; margin: 0 auto; padding: 1%; margin-top: 20px; margin-bottom: 20px; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #aboutus a:hover ,#aboutus a:active{ text-decoration: none; background-color:#f75f28; border-color:#f75f28; color:white; } #aboutus:hover ,#aboutus:active{ text-decoration: none; background-color:#f75f28; border-color:#f75f28; color:white; } .linkit:hover{ text-decoration: none; } .vertical{ line-height:190%; text-decoration:none; } #floatright{ float:left; width:60%; padding: 1%; } #scrollfaq{ margin-top:1%; overflow:auto; margin-bottom:15%; padding-bottom:10%; } .floatfaq{ margin:0 auto; margin-top:10%; margin-bottom: 10%; width:90%; overflow:auto; border-radius:15px; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #frown{ text-align:center; margin:0 auto; } #mid{ text-align:center; margin:0 auto; color:black; font-weight:bold; } #mid2{ width:50%; margin:0 auto; text-align:center; } .answer1{ color:black; padding:3%; background-color:white; } .question{ margin:0 auto; padding:10px; overflow:auto; color:black; background-color:white; font-weight:bold; } .answer{ padding:3%; background-color:white; } #footer{ position:fixed; bottom:0; margin:0 auto; width:100%; background-color:white; color:white; z-index:100; text-align:left; overflow:auto; padding-right:5px; padding-left:5px; padding-bottom:10px; box-shadow: 0 0.3125rem 3rem 0 rgba(0,0,0,0.24); } #footer a:focus{ outline:none; } #boxlinksf{ background-color:white; width:100%; float:left; color:white; overflow:auto; clear:both; text-align:center; } #boxlinksf a:focus{ outline:none; } .lilboxp{ display:inline-block; background-color:white; border-top-style:solid; border-top-color:white; border-bottom-width:3px; color:#3ccfcf; padding:4px; font-weight:bold; margin-right:5px; margin-left:5px; width:40px; } .lilboxp::-moz-focus-inner{ outline:none; } .lilboxp::-moz-focus-outer{ outline:none; } .lilboxp:focus{ outline:none; } .lilboxp:hover{ color:#f75f28; } .change{ float:left; width:100%; clear:both; padding:1%; clear:both; z-index:3; border-radius:10px; font-size:100%; color:black; } .inputchange{ float:left; padding:5px; clear:both; width:90%; margin-bottom:20px; border-style:solid; border-radius:5px; border-width:1px; border-color:#3ccfcf; font-size:17px; color:gray; font-family:'Helvetica Neue', Helvetica; } .inputchange::-moz-focus-inner{ border:0; } .inputchange:focus{ outline:none; } .button{ float:right; clear:both; margin:2%; margin-right:10%; } #passportchange{ background-color:white; width:150px; height:150px; border-radius:50%; overflow:hidden; border-style:solid; border-width:1px; border-color:#3ccfcf; } #camera{ background-color:#3ccfcf; cursor:pointer; float:left; clear:both; margin-bottom:10px; margin-top:10px; width:50%; border-style:solid; border-width:1px; border-radius:3px; padding:5px; color:white; font-weight:bold; font-size:100%; text-align:center; } #camera a{ text-decoration:none; color:white; } #camera:hover, #camera:active{ background-color:#f75f28; border-color:#f75f28; } #changephoto{ margin-top:3%; float:left; width:100%; } #update{ margin:0 auto; margin-top:5%; margin-bottom:100px; border-radius:15px; overflow:auto; padding:3%; padding-top:1%; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); border-radius:15px; width:90%; } #update a { text-decoration:none; color:white; } .content{ margin-top: 18%; } #likebutton{ display:block; text-align:center; padding:10px; border-style:solid; border-radius:15px; cursor:pointer; color:black; border-color:#3ccfcf; margin:0 auto; margin-top:20px; width:60px; height:10px; } .chatbutt{ display:block; float:right; text-align:center; padding:2px; border-style:solid; border-radius:7px; cursor:pointer; width:70px; color:white; background-color:#ffa500; font-size:100%; font-weight:bold; margin-top:1%; } #approvebutton{ display:block; float:left; clear:left; text-align:center; border-style:solid; border-radius:5px; cursor:pointer; margin-top:2%; margin-left:2%; width:70px; height:25px; color:white; padding:1%; font-weight:bold; } #approvebutton::-moz-focus-inner{ border:0; } #approvebutton:focus{ outline:none; } #updatecrop{ margin:0 auto; margin-top:22%; margin-bottom:30%; border-radius:15px; overflow:auto; width:85%; padding:4%; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #upload-demo{ margin-bottom:0%; } #upload{ display:none; margin:0 auto; } #camera2{ color:#40e0d0; cursor:pointer; float:left; clear:both; margin-bottom:5px; margin-top:5px; border-radius:5px; margin-left:50%; font-weight:bold; font-size:100%; text-align:center; } #skilladd{ margin: 0 auto; margin-top: 20%; margin-bottom:50px; border-radius:15px; overflow-x:hidden; width: 280px; padding: 3%; padding-top: 1%; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #disp{ width:200px; margin-left:15%; margin-bottom:10px; overflow:hidden; background-size:cover; border-radius:10px; align-self:center; } #disp img{ width:100%; } #skillpic{ width:50%; height:100px; float:left; display:none; } #full{ overflow:auto; width:100%; } #words{ float:left; padding: 1%; margin: 1%; width:70%; height:30px; border-style:solid; border-width:1px; border-color:gray; border-radius:5px; font-size:16px; font-family:'Helvetica Neue', Helvetica; margin-left:3%; } #words::-moz-focus-inner{ border:0; } #words:focus{ outline:none; } #uploadimage{ float:left; clear:both; } #number2{ background-color:#f75f28; border-radius:5px; min-width:60px; padding:4px; font-weight:bold; margin:0 auto; margin-top:2px; margin-bottom:3px; text-align:center; clear:left; float:left; color:white; } #captiontag{ float:left; font-weight:bold; } .newmess{ float:right; margin: 2%; font-size: 80%; } .floatfaq{ margin:0 auto; margin-top:10%; margin-bottom: 10%; width:90%; overflow:auto; border-radius:15px; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } .floatfaq2{ margin:0 auto; margin-top:5%; margin-bottom: 1%; width:90%; overflow:auto; border-radius:15px; background-color:white; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #us{ padding:2%; text-align:center; font-size:30px; background-color:white; color:white; font-family:'Helvetica Neue', Helvetica; overflow:auto; } #wizadrop{ width:100%; height:7.5vw; overflow:hidden; margin-bottom:1%; } #hide{ width:90px; margin-left: 36%; margin-top: 0%; } .read-more-show{ cursor:pointer; color: #ed8323; } .read-more-hide{ cursor:pointer; color: #ed8323; } .hide_content{ display: none; } @media screen and (min-width:700px ){ #camera2{ clear:both; margin:0 auto; margin-left:50%; margin-bottom:2%; } #scrollfaq{ margin-top:5%; overflow:auto; margin-bottom:15%; padding-bottom:10%; } .namecrate{ display: block; overflow: hidden; max-width:50px; height:20px; padding: 1px; position: fixed; right:10%; } #post-data3{ margin:0 auto; display: block; width:100%; padding-bottom:2%; margin-bottom:10px; overflow:auto; background-color:white; } #hide{ width:150px; margin-left: 45%; margin-bottom: 5%; } #answer1{ padding:2%; } #wizadrop{ width:32%; height:7.5vw; float:left; overflow:hidden; margin-bottom:0%; } .floatfaq{ width:60%; margin-top:7%; } .floatfaq2{ width:60%; margin-top:2%; } #number2{ min-width:60px; padding:6px; } #uploadimage{ float:left; clear:both; margin-top: 3%; } #words{ border-width:1px; padding: 1%; margin:0 auto; width:75%; height:30px; border-style:solid; border-color:#a9a9a9; border-radius:5px; font-size:16px; margin-left:3%; font-family:'Helvetica Neue', Helvetica; } #disp{ width:400px; margin-left:15%; margin-bottom:10px; overflow:hidden; background-size:cover; border-radius:10px; align-self:center; } #skilladd{ margin: 0 auto; margin-top: 5%; margin-bottom:50px; border-radius:15px; overflow: auto; width: 50%; padding: 3%; padding-top: 1%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #camera2{ width:30%; clear:both; margin:0 auto; margin-left:33%; margin-bottom:2%; } #updatecrop{ width:45%; margin-top:5%; padding:2%; min-height:30vw; overflow:auto; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #approvebutton{ display:block; float:left; clear:left; text-align:center; padding:5px; border-style:solid; border-radius:5px; cursor:pointer; width:75px; height:30px; margin-bottom:5px; color:white; } #accountcubes{ margin:0 auto; margin-top:3%; } #aboutus{ width:30%; height:7vw; padding:0; } .chatbutt{ margin-right:5%; width:100px; } #search{ display:block; margin:0 auto; margin-top:3%; width:60%; margin-bottom:2%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #post-data2{ margin-top: 1%; padding-top: 1%; } .centered{ display:block; margin:0 auto; width:30%; margin-top: 10%; } #changephoto{ margin-top:3%; float:left; width:45%; } #camera{ width:60%; } .lilboxp{ display:inline-block; background-color:white; color:#3ccfcf; border-top-color:white; border-top-width:2px; padding:5px; font-weight:bold; font-size:90%; margin:0 auto; margin-right:5px; margin-left:5px; width:65px; -webkit-tap-highlight-color:rgba(0,0,0,0); } .inputchange{ font-size:100%; padding:7px; } #svg2{ width:100px; margin-top:2%; } #wizadrop{ width:32%; height:2vw; float:left; overflow:hidden; margin-bottom:0%; } #brand{ float:left; width:40%; height:3.0vw; background-color: white; } #svg{ margin-left:5%; } .link{ width:70px; } .boxlinks{ display:block; float:left; margin-top:0%; padding-top:1%; margin-left:0%; width:75%; margin:0 auto; } .lilbox{ display:inline-block; background-color:white; color:#3ccfcf; border-color:white; border-bottom-width:2px; padding:5px; font-weight:bold; font-size:90%; margin:0 auto; margin-right:5px; margin-left:5px; width:65px; -webkit-tap-highlight-color:rgba(0,0,0,0); } #facebox2{ float: left; width: 48%; margin-top: 5%; height: 35vw; max-height: 35vw; background-image:url("../imgr.png"); opacity: 50%; background-size: cover; background-position: center; z-index: 1; padding-top: 25%; overflow:hidden; clear:none; margin-right: 0%; } #loginformbox{ float: right; height: 35vw; margin-right: 2%; width: 40%; margin-top: 5%; margin-left: 0%; padding-top: 1%; } #register{ float:right; margin-right: 15%; } .content{ margin:0 auto; margin-top: 3%; width:100%; } #message1{ opacity: 0.8; font-size: 2em; color: #fff; padding-top: 5%; padding-bottom: 5%; text-align:center; background-color:#3ccfcf; } .dp3{ display:none; } .navbar-header{ padding-top: 0%; } .boxes{ overflow-x: hidden; margin:0 auto; width:65%; margin-bottom: 4%; } .pic{ width:40%; height:45%; } .pic img{ border-radius:15px; } } .dp7{ display: block; float:right; margin-right:10%; width:35px; height:35px; overflow:hidden; border-radius:50%; margin:0%; } .dp7 img{ min-height:100%; width:100%; } #ports{ padding:0.5%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } #ports2{ width:80%; margin-top: 8%; padding:0.5%; box-shadow: 0 0.3125rem 1rem 0 rgba(0,0,0,0.24); } } //this is a new css testing
0.240864
0.044598
BODY { BACKGROUND: #044d82; COLOR: #053561; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; FONT: 0.9em "Trebuchet MS",verdana, sans-serif; PADDING-LEFT: 0px; MARGIN: 0px; DISPLAY: table; PADDING-RIGHT: 0px; WIDTH: 100% } A:link { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: none } A:visited { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: none } A:hover { TEXT-DECORATION: underline } A:focus { TEXT-DECORATION: underline } #headWrapper { BACKGROUND: url(/images/headBg.jpg) no-repeat center top } #head { MARGIN: 0px auto; WIDTH: 900px } #content { MARGIN: 0px auto; WIDTH: 900px } #foot { MARGIN: 0px auto; WIDTH: 900px } #head { POSITION: relative } #contentWrapper { BACKGROUND: url(/images/contentWrapper.jpg) no-repeat center top; MIN-HEIGHT: 675px } #contentBg { BACKGROUND: url(/images/contentWrapperRepeat.jpg) repeat-y center top } .clr { CLEAR: both } #annual { FONT-SIZE: 24px; FLOAT: left; COLOR: #ffd457; PADDING-BOTTOM: 0px; TEXT-ALIGN: right; PADDING-TOP: 23px; PADDING-LEFT: 15px; PADDING-RIGHT: 0px; WIDTH: 161px } #annual P { PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px } #annual .block-region { FONT-SIZE: 12px; COLOR: #000 } .block-region { PADDING-BOTTOM: 3px; PADDING-TOP: 3px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px } #annual STRONG { FONT-SIZE: 120% } #annual .smaller { FONT-SIZE: 49% } #head H1 { MARGIN: 0px 0px 0px 201px } #sidebar { FLOAT: left; COLOR: #fff; WIDTH: 201px } #sidebar A:link { COLOR: #ffd457; TEXT-DECORATION: none } #sidebar A:visited { COLOR: #ffd457; TEXT-DECORATION: none } #mainContent { FONT-FAMILY: "Helvetica Neue", arial,sans-serif; BACKGROUND: #fff; PADDING-BOTTOM: 15px; PADDING-TOP: 7px; PADDING-LEFT: 15px; MARGIN: 0px 37px 0px 203px; PADDING-RIGHT: 15px; opacity: 0.9 } #mainContent H1 { FONT-SIZE: 1.9em; MARGIN: 0px 0px 10px } #home #mainContent { BACKGROUND: #053561; COLOR: #fff; MARGIN: 0px 37px 0px 202px } #home #mainContent A:link { COLOR: #fff; TEXT-DECORATION: none } #home #mainContent A:visited { COLOR: #fff; TEXT-DECORATION: none } #home #mainContent A:hover { TEXT-DECORATION: underline } #home #mainContent A:focus { TEXT-DECORATION: underline } #mainContent .content A:link { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: none } #mainContent .content A:visited { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: none } #mainContent .content A:hover { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: underline } #mainContent .content A:focus { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: underline } #mainContent .content IMG { PADDING-BOTTOM: 5px; PADDING-TOP: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px } .block-user { MARGIN: 15px } #block-user-0 H2 { DISPLAY: none } .node-form .standard { CLEAR: none } .profile { CLEAR: none } #user-login-form { DISPLAY: none } #block-user-1 { OVERFLOW: auto; BACKGROUND: #053561; RIGHT: 10px; POSITION: fixed; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; PADDING-LEFT: 5px; Z-INDEX: 1000; TOP: 10px; PADDING-RIGHT: 5px; MAX-HEIGHT: 550px; WIDTH: 190px; -moz-box-shadow: 5px 5px 20px #555; -webkit-box-shadow: 5px 5px 20px #555; box-shadow: 5px 5px 20px #555 } LI.expanded { LIST-STYLE-IMAGE: url(/images/new-expanded.png) } LI.collapsed { LIST-STYLE-IMAGE: url(/images/new-collapsed.png) } #block-user-1 H2 { MARGIN: 0px } UL.nice-menu { FONT-SIZE: 108%; MARGIN: 10px 0px 10px 1px; LETTER-SPACING: 1px } UL.nice-menu { BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none } UL.nice-menu UL { BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none } UL.nice-menu LI { BORDER-TOP-STYLE: none; FONT-SIZE: 14px; BORDER-LEFT-STYLE: none; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-STYLE: none; TEXT-ALIGN: right; BORDER-RIGHT-STYLE: none } UL.nice-menu LI A { FONT-WEIGHT: normal; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; PADDING-LEFT: 10px; DISPLAY: block; LETTER-SPACING: 0px; PADDING-RIGHT: 25px } UL.nice-menu UL LI { TEXT-ALIGN: left } UL.nice-menu-right LI.menuparent { BACKGROUND: none transparent scroll repeat 0% 0% } UL.nice-menu-right LI LI.menuparent { BACKGROUND: none transparent scroll repeat 0% 0% } UL.nice-menu-right LI A:hover { BACKGROUND: #053561 } UL.nice-menu-right LI.over A { BACKGROUND: #053561 } UL.nice-menu-right LI.menuparent { BACKGROUND: none transparent scroll repeat 0% 0% } UL.nice-menu-right LI LI.menuparent { BACKGROUND: none transparent scroll repeat 0% 0% } UL.nice-menu-right LI.menuparent:hover { BACKGROUND: #053561 } UL.nice-menu-right LI.over { BACKGROUND: #053561 } UL.nice-menu-right LI LI.menuparent:hover { BACKGROUND: #053561 } UL.nice-menu-right LI LI.over { BACKGROUND: #053561 } UL.nice-menu-right { WIDTH: 202px } UL.nice-menu-left { WIDTH: 202px } UL.nice-menu-right LI { WIDTH: 202px } UL.nice-menu-left LI { WIDTH: 202px } UL.nice-menu-right UL { BACKGROUND: #053561; LEFT: 202px; TOP: 0px; -moz-box-shadow: 5px 5px 10px #2b2b2b; -webkit-box-shadow: 5px 5px 10px #2b2b2b; box-shadow: 5px 5px 10px #2b2b2b } UL.nice-menu UL LI { WIDTH: 200px } UL.nice-menu-right UL { WIDTH: 200px } #sidebar LI A.active { BACKGROUND: #053561 } #sidebar UL.nice-menu-right LI LI A:visited { BACKGROUND: #053561; COLOR: #ffd457 } #sidebar UL.nice-menu-right LI LI A:link { BACKGROUND: #053561; COLOR: #ffd457 } #sidebar UL.nice-menu-right LI LI A:hover { BACKGROUND: #ffd457; COLOR: #053561 } #sidebar UL.nice-menu-right LI LI A:focus { BACKGROUND: #ffd457; COLOR: #053561 } #sidebar UL.nice-menu-right LI LI.over A { BACKGROUND: #ffd457; COLOR: #053561 } #footWrapper { BACKGROUND: url(/images/bottomBg.jpg) #044d82 no-repeat center top; MIN-HEIGHT: 205px } #foot H2 { DISPLAY: none } #block-menu-secondary-links { FONT-SIZE: 12px; PADDING-BOTTOM: 0px; PADDING-TOP: 60px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px } #block-menu-secondary-links .menu LI { LIST-STYLE-TYPE: none; FLOAT: left; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px } #block-menu-secondary-links .menu LI A { BORDER-RIGHT: #03325e 1px solid; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 7px; DISPLAY: block; PADDING-RIGHT: 7px } #block-menu-secondary-links .menu LI A:link { COLOR: #03325e; TEXT-DECORATION: none } #block-menu-secondary-links .menu LI A:visited { COLOR: #03325e; TEXT-DECORATION: none } #block-menu-secondary-links .menu LI A:hover { TEXT-DECORATION: underline } #block-menu-secondary-links .menu LI A:focus { TEXT-DECORATION: underline } .copyright { FONT-SIZE: 90%; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 15px; PADDING-LEFT: 0px; CLEAR: both; MARGIN: 0px; PADDING-RIGHT: 0px } #block-menu-secondary-links .menu LI.last A { BORDER-RIGHT-STYLE: none } #textSize { FONT-SIZE: 90%; PADDING-BOTTOM: 0px; TEXT-ALIGN: right; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 4px 0px; PADDING-RIGHT: 0px } #textSize LI { DISPLAY: inline } #textSize .largeText A:link { COLOR: #053561 } #textSize .largeText A:visited { COLOR: #053561 } #textSize .smallText A:link { COLOR: #053561 } #textSize .smallText A:visited { COLOR: #053561 } #block-google_cse-0 { RIGHT: 45px; POSITION: absolute; TOP: 5px } #block-google_cse-0 H2 { DISPLAY: none } .section-search #tabs-wrapper { DISPLAY: none } #edit-sa { BORDER-TOP-STYLE: none; FONT-SIZE: 1em; BORDER-LEFT-STYLE: none; FONT-FAMILY: "Trebuchet MS",verdana, sans-serif; BACKGROUND: #ffd457; BORDER-BOTTOM-STYLE: none; TEXT-TRANSFORM: uppercase; COLOR: #053a6c; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; BORDER-RIGHT-STYLE: none; PADDING-LEFT: 7px; PADDING-RIGHT: 7px } #edit-query { FONT-SIZE: 1em; BORDER-TOP: #053561 1px solid; FONT-FAMILY: "Trebuchet MS",verdana, sans-serif; BORDER-RIGHT: #053561 1px solid; BORDER-BOTTOM: #053561 1px solid; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; PADDING-LEFT: 3px; BORDER-LEFT: #053561 1px solid; PADDING-RIGHT: 3px; WIDTH: 120px } INPUT#edit-query { BACKGROUND: #fff } TABLE.timeSchedule { BORDER-COLLAPSE: separate } .timeSchedule TD { BORDER-TOP: #053561 1px solid; BORDER-RIGHT: #053561 1px solid; BORDER-BOTTOM: #053561 1px solid; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 4px; BORDER-LEFT: #053561 1px solid; PADDING-RIGHT: 4px; -moz-box-shadow: 2px 2px 5px #2b2b2b; -webkit-box-shadow: 2px 2px 5px #2b2b2b; box-shadow: 2px 2px 5px #2b2b2b } .timeSchedule TH { BORDER-TOP: #053561 1px solid; BORDER-RIGHT: #053561 1px solid; BORDER-BOTTOM: #053561 1px solid; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 4px; BORDER-LEFT: #053561 1px solid; PADDING-RIGHT: 4px; -moz-box-shadow: 2px 2px 5px #2b2b2b; -webkit-box-shadow: 2px 2px 5px #2b2b2b; box-shadow: 2px 2px 5px #2b2b2b } .timeSchedule TH { BACKGROUND: url(/images/thBg.gif) #063662 repeat-x left top; COLOR: #fff } .updated-schedule-date { FONT-SIZE: 80%; MARGIN: 4px 0px 4px 7px } #page-timeschedule H3 { MARGIN: 15px 0px 4px 7px } .site-map-menu LI.expanded { LIST-STYLE-TYPE: none } .site-map-menu LI.leaf { LIST-STYLE-TYPE: none } .site-map-box H2 { DISPLAY: none } BODY#tinymce { BACKGROUND: #fff }
templates/si.css
BODY { BACKGROUND: #044d82; COLOR: #053561; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; FONT: 0.9em "Trebuchet MS",verdana, sans-serif; PADDING-LEFT: 0px; MARGIN: 0px; DISPLAY: table; PADDING-RIGHT: 0px; WIDTH: 100% } A:link { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: none } A:visited { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: none } A:hover { TEXT-DECORATION: underline } A:focus { TEXT-DECORATION: underline } #headWrapper { BACKGROUND: url(/images/headBg.jpg) no-repeat center top } #head { MARGIN: 0px auto; WIDTH: 900px } #content { MARGIN: 0px auto; WIDTH: 900px } #foot { MARGIN: 0px auto; WIDTH: 900px } #head { POSITION: relative } #contentWrapper { BACKGROUND: url(/images/contentWrapper.jpg) no-repeat center top; MIN-HEIGHT: 675px } #contentBg { BACKGROUND: url(/images/contentWrapperRepeat.jpg) repeat-y center top } .clr { CLEAR: both } #annual { FONT-SIZE: 24px; FLOAT: left; COLOR: #ffd457; PADDING-BOTTOM: 0px; TEXT-ALIGN: right; PADDING-TOP: 23px; PADDING-LEFT: 15px; PADDING-RIGHT: 0px; WIDTH: 161px } #annual P { PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px } #annual .block-region { FONT-SIZE: 12px; COLOR: #000 } .block-region { PADDING-BOTTOM: 3px; PADDING-TOP: 3px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px } #annual STRONG { FONT-SIZE: 120% } #annual .smaller { FONT-SIZE: 49% } #head H1 { MARGIN: 0px 0px 0px 201px } #sidebar { FLOAT: left; COLOR: #fff; WIDTH: 201px } #sidebar A:link { COLOR: #ffd457; TEXT-DECORATION: none } #sidebar A:visited { COLOR: #ffd457; TEXT-DECORATION: none } #mainContent { FONT-FAMILY: "Helvetica Neue", arial,sans-serif; BACKGROUND: #fff; PADDING-BOTTOM: 15px; PADDING-TOP: 7px; PADDING-LEFT: 15px; MARGIN: 0px 37px 0px 203px; PADDING-RIGHT: 15px; opacity: 0.9 } #mainContent H1 { FONT-SIZE: 1.9em; MARGIN: 0px 0px 10px } #home #mainContent { BACKGROUND: #053561; COLOR: #fff; MARGIN: 0px 37px 0px 202px } #home #mainContent A:link { COLOR: #fff; TEXT-DECORATION: none } #home #mainContent A:visited { COLOR: #fff; TEXT-DECORATION: none } #home #mainContent A:hover { TEXT-DECORATION: underline } #home #mainContent A:focus { TEXT-DECORATION: underline } #mainContent .content A:link { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: none } #mainContent .content A:visited { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: none } #mainContent .content A:hover { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: underline } #mainContent .content A:focus { FONT-WEIGHT: bold; COLOR: #053561; TEXT-DECORATION: underline } #mainContent .content IMG { PADDING-BOTTOM: 5px; PADDING-TOP: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px } .block-user { MARGIN: 15px } #block-user-0 H2 { DISPLAY: none } .node-form .standard { CLEAR: none } .profile { CLEAR: none } #user-login-form { DISPLAY: none } #block-user-1 { OVERFLOW: auto; BACKGROUND: #053561; RIGHT: 10px; POSITION: fixed; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; PADDING-LEFT: 5px; Z-INDEX: 1000; TOP: 10px; PADDING-RIGHT: 5px; MAX-HEIGHT: 550px; WIDTH: 190px; -moz-box-shadow: 5px 5px 20px #555; -webkit-box-shadow: 5px 5px 20px #555; box-shadow: 5px 5px 20px #555 } LI.expanded { LIST-STYLE-IMAGE: url(/images/new-expanded.png) } LI.collapsed { LIST-STYLE-IMAGE: url(/images/new-collapsed.png) } #block-user-1 H2 { MARGIN: 0px } UL.nice-menu { FONT-SIZE: 108%; MARGIN: 10px 0px 10px 1px; LETTER-SPACING: 1px } UL.nice-menu { BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none } UL.nice-menu UL { BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none } UL.nice-menu LI { BORDER-TOP-STYLE: none; FONT-SIZE: 14px; BORDER-LEFT-STYLE: none; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-STYLE: none; TEXT-ALIGN: right; BORDER-RIGHT-STYLE: none } UL.nice-menu LI A { FONT-WEIGHT: normal; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; PADDING-LEFT: 10px; DISPLAY: block; LETTER-SPACING: 0px; PADDING-RIGHT: 25px } UL.nice-menu UL LI { TEXT-ALIGN: left } UL.nice-menu-right LI.menuparent { BACKGROUND: none transparent scroll repeat 0% 0% } UL.nice-menu-right LI LI.menuparent { BACKGROUND: none transparent scroll repeat 0% 0% } UL.nice-menu-right LI A:hover { BACKGROUND: #053561 } UL.nice-menu-right LI.over A { BACKGROUND: #053561 } UL.nice-menu-right LI.menuparent { BACKGROUND: none transparent scroll repeat 0% 0% } UL.nice-menu-right LI LI.menuparent { BACKGROUND: none transparent scroll repeat 0% 0% } UL.nice-menu-right LI.menuparent:hover { BACKGROUND: #053561 } UL.nice-menu-right LI.over { BACKGROUND: #053561 } UL.nice-menu-right LI LI.menuparent:hover { BACKGROUND: #053561 } UL.nice-menu-right LI LI.over { BACKGROUND: #053561 } UL.nice-menu-right { WIDTH: 202px } UL.nice-menu-left { WIDTH: 202px } UL.nice-menu-right LI { WIDTH: 202px } UL.nice-menu-left LI { WIDTH: 202px } UL.nice-menu-right UL { BACKGROUND: #053561; LEFT: 202px; TOP: 0px; -moz-box-shadow: 5px 5px 10px #2b2b2b; -webkit-box-shadow: 5px 5px 10px #2b2b2b; box-shadow: 5px 5px 10px #2b2b2b } UL.nice-menu UL LI { WIDTH: 200px } UL.nice-menu-right UL { WIDTH: 200px } #sidebar LI A.active { BACKGROUND: #053561 } #sidebar UL.nice-menu-right LI LI A:visited { BACKGROUND: #053561; COLOR: #ffd457 } #sidebar UL.nice-menu-right LI LI A:link { BACKGROUND: #053561; COLOR: #ffd457 } #sidebar UL.nice-menu-right LI LI A:hover { BACKGROUND: #ffd457; COLOR: #053561 } #sidebar UL.nice-menu-right LI LI A:focus { BACKGROUND: #ffd457; COLOR: #053561 } #sidebar UL.nice-menu-right LI LI.over A { BACKGROUND: #ffd457; COLOR: #053561 } #footWrapper { BACKGROUND: url(/images/bottomBg.jpg) #044d82 no-repeat center top; MIN-HEIGHT: 205px } #foot H2 { DISPLAY: none } #block-menu-secondary-links { FONT-SIZE: 12px; PADDING-BOTTOM: 0px; PADDING-TOP: 60px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px } #block-menu-secondary-links .menu LI { LIST-STYLE-TYPE: none; FLOAT: left; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px } #block-menu-secondary-links .menu LI A { BORDER-RIGHT: #03325e 1px solid; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 7px; DISPLAY: block; PADDING-RIGHT: 7px } #block-menu-secondary-links .menu LI A:link { COLOR: #03325e; TEXT-DECORATION: none } #block-menu-secondary-links .menu LI A:visited { COLOR: #03325e; TEXT-DECORATION: none } #block-menu-secondary-links .menu LI A:hover { TEXT-DECORATION: underline } #block-menu-secondary-links .menu LI A:focus { TEXT-DECORATION: underline } .copyright { FONT-SIZE: 90%; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 15px; PADDING-LEFT: 0px; CLEAR: both; MARGIN: 0px; PADDING-RIGHT: 0px } #block-menu-secondary-links .menu LI.last A { BORDER-RIGHT-STYLE: none } #textSize { FONT-SIZE: 90%; PADDING-BOTTOM: 0px; TEXT-ALIGN: right; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 4px 0px; PADDING-RIGHT: 0px } #textSize LI { DISPLAY: inline } #textSize .largeText A:link { COLOR: #053561 } #textSize .largeText A:visited { COLOR: #053561 } #textSize .smallText A:link { COLOR: #053561 } #textSize .smallText A:visited { COLOR: #053561 } #block-google_cse-0 { RIGHT: 45px; POSITION: absolute; TOP: 5px } #block-google_cse-0 H2 { DISPLAY: none } .section-search #tabs-wrapper { DISPLAY: none } #edit-sa { BORDER-TOP-STYLE: none; FONT-SIZE: 1em; BORDER-LEFT-STYLE: none; FONT-FAMILY: "Trebuchet MS",verdana, sans-serif; BACKGROUND: #ffd457; BORDER-BOTTOM-STYLE: none; TEXT-TRANSFORM: uppercase; COLOR: #053a6c; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; BORDER-RIGHT-STYLE: none; PADDING-LEFT: 7px; PADDING-RIGHT: 7px } #edit-query { FONT-SIZE: 1em; BORDER-TOP: #053561 1px solid; FONT-FAMILY: "Trebuchet MS",verdana, sans-serif; BORDER-RIGHT: #053561 1px solid; BORDER-BOTTOM: #053561 1px solid; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; PADDING-LEFT: 3px; BORDER-LEFT: #053561 1px solid; PADDING-RIGHT: 3px; WIDTH: 120px } INPUT#edit-query { BACKGROUND: #fff } TABLE.timeSchedule { BORDER-COLLAPSE: separate } .timeSchedule TD { BORDER-TOP: #053561 1px solid; BORDER-RIGHT: #053561 1px solid; BORDER-BOTTOM: #053561 1px solid; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 4px; BORDER-LEFT: #053561 1px solid; PADDING-RIGHT: 4px; -moz-box-shadow: 2px 2px 5px #2b2b2b; -webkit-box-shadow: 2px 2px 5px #2b2b2b; box-shadow: 2px 2px 5px #2b2b2b } .timeSchedule TH { BORDER-TOP: #053561 1px solid; BORDER-RIGHT: #053561 1px solid; BORDER-BOTTOM: #053561 1px solid; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 4px; BORDER-LEFT: #053561 1px solid; PADDING-RIGHT: 4px; -moz-box-shadow: 2px 2px 5px #2b2b2b; -webkit-box-shadow: 2px 2px 5px #2b2b2b; box-shadow: 2px 2px 5px #2b2b2b } .timeSchedule TH { BACKGROUND: url(/images/thBg.gif) #063662 repeat-x left top; COLOR: #fff } .updated-schedule-date { FONT-SIZE: 80%; MARGIN: 4px 0px 4px 7px } #page-timeschedule H3 { MARGIN: 15px 0px 4px 7px } .site-map-menu LI.expanded { LIST-STYLE-TYPE: none } .site-map-menu LI.leaf { LIST-STYLE-TYPE: none } .site-map-box H2 { DISPLAY: none } BODY#tinymce { BACKGROUND: #fff }
0.18228
0.099034
:root { --blue: #083755; } .side-drawer { height: 100%; background: rgb(30, 30, 30); box-shadow: 1px 0 7px rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; max-width: 320px; width: 80%; z-index: 100; transform: translateX(-100%); transition: transform 0.5s ease-out; display: flex; flex-direction: column; } .avatar { margin-top: 50px; clear: right; } .avatar img { margin: auto; width: 90%; max-width: 170px; display: block; border: 8px solid white; } .name { color: rgb(242, 239, 228); margin-top: 1rem; text-align: center; } .contact__center { text-align: center; } div.contact-me { text-transform: uppercase; display: inline-block; margin: 1rem auto; font-size: 14px; padding: 10px 15px; border: 1px white solid; color: var(--blue); background: white; cursor: pointer; transition: all 0.2s ease-in-out; } div.contact-me:hover { background: var(--blue); color: white; } div.contact-me a { transition: all 0.2s ease-in-out; color: var(--blue); text-decoration: none; } div.contact-me:hover a { color: white; } .side-drawer_navigation-items { list-style: none; display: flex; flex-direction: column; flex: 1; } .side-drawer ul { height: 100%; list-style: none; display: flex; flex-direction: column; justify-content: center; } .side-drawer ul li { height: 30px; padding-left: 30px; } .side-drawer ul a { text-decoration: none; color: rgb(242, 239, 228); opacity: 0.7; text-decoration: none; font-size: 0.75rem; line-height: 100%; } .side-drawer a:hover, .side-drawer a:active { color: white; font-weight: 400; opacity: 1; } .bottom-section { display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; } .github__logo, .github__logo img { height: 35px; } span.active { opacity: 1; } .side-drawer span { padding: 0 5px; opacity: 0.5; cursor: pointer; } .active-route { border-bottom: 1px solid rgb(242, 239, 228); } .side-drawer .language__switcher * { color: rgb(242, 239, 228); opacity: 0.7; } .side-drawer span.active-lang { opacity: 1; }
src/components/SideDrawer/SideDrawer.css
:root { --blue: #083755; } .side-drawer { height: 100%; background: rgb(30, 30, 30); box-shadow: 1px 0 7px rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; max-width: 320px; width: 80%; z-index: 100; transform: translateX(-100%); transition: transform 0.5s ease-out; display: flex; flex-direction: column; } .avatar { margin-top: 50px; clear: right; } .avatar img { margin: auto; width: 90%; max-width: 170px; display: block; border: 8px solid white; } .name { color: rgb(242, 239, 228); margin-top: 1rem; text-align: center; } .contact__center { text-align: center; } div.contact-me { text-transform: uppercase; display: inline-block; margin: 1rem auto; font-size: 14px; padding: 10px 15px; border: 1px white solid; color: var(--blue); background: white; cursor: pointer; transition: all 0.2s ease-in-out; } div.contact-me:hover { background: var(--blue); color: white; } div.contact-me a { transition: all 0.2s ease-in-out; color: var(--blue); text-decoration: none; } div.contact-me:hover a { color: white; } .side-drawer_navigation-items { list-style: none; display: flex; flex-direction: column; flex: 1; } .side-drawer ul { height: 100%; list-style: none; display: flex; flex-direction: column; justify-content: center; } .side-drawer ul li { height: 30px; padding-left: 30px; } .side-drawer ul a { text-decoration: none; color: rgb(242, 239, 228); opacity: 0.7; text-decoration: none; font-size: 0.75rem; line-height: 100%; } .side-drawer a:hover, .side-drawer a:active { color: white; font-weight: 400; opacity: 1; } .bottom-section { display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; } .github__logo, .github__logo img { height: 35px; } span.active { opacity: 1; } .side-drawer span { padding: 0 5px; opacity: 0.5; cursor: pointer; } .active-route { border-bottom: 1px solid rgb(242, 239, 228); } .side-drawer .language__switcher * { color: rgb(242, 239, 228); opacity: 0.7; } .side-drawer span.active-lang { opacity: 1; }
0.634317
0.181608
@import url("../fonts/OpenSans/OpenSans.css"); @import url("../fonts/Lato/Lato.css"); body { font-family: Lato; font-weight: 400; font-size: 16px; background: #fff; background-image: none; } h2.login-heading { font-family: Lato; font-size: 1.75rem; color: #202020; margin-bottom: 10px; } p.text { font-family: Lato; font-size: 1.2rem; line-height: 1.6; color: #fff; } p.text.login-text { color: #989da8; font-size: .875rem; margin-bottom: 40px; } p.text.copyright { margin-bottom: 2px; color: #8C8C8C; } p.text.footer-text { font-size: .8125rem; margin: 13px 0; } .login-hero-container { background: #202020; position: absolute; right: 0; height: 100%; } .login-hero { height: 100%; opacity: .8; } .login-logo { position: absolute; left: 0; width: 46px; margin: 80px 0 0 15px; } form.login-form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } form input { font-size: 1rem; color: #8E9091; padding: 24px 30px 16px 24px; border: #C5C9D5 solid 1px; width: 100%; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } form input.top { border-radius: 3px 3px 0 0; } form input.top:focus+.label-email { -webkit-transform: translateY(-100%); transform: translateY(-100%); font-size: .75rem; } form input.top:valid+.label-email { -webkit-transform: translateY(-100%); transform: translateY(-100%); font-size: .75rem; } form input.bottom { border-radius: 0 0 3px 3px; margin-top: -1px; } form input.bottom:focus+.label-password { -webkit-transform: translateY(-100%); transform: translateY(-100%); font-size: .75rem; } form input.bottom:valid+.label-password { -webkit-transform: translateY(-100%); transform: translateY(-100%); font-size: .75rem; } form input.login-button { padding: 13px 45px; background: #62B9E9; color: #fff; border: none; width: 145px; border-radius: 25px; margin-top: 30px; } form input.login-button:hover { -webkit-transition: .3s; transition: .3s; background: #59A9D1; cursor: pointer; } form input#cookie { width: 13px; height: 13px; padding: 0; margin: 0; } .email-input { position: relative; } .email-input .label-email { position: absolute; left: 24px; top: 20px; font-size: 1rem; color: #8E9091; -webkit-transition: all .3s ease; transition: all .3s ease; } .password-input { position: relative; } .password-input .label-password { position: absolute; left: 24px; top: 20px; font-size: 1rem; color: #8E9091; -webkit-transition: all .3s ease; transition: all .3s ease; } .cookie-wrapper { margin-top: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .cookie-wrapper label { font-size: .75rem; color: #989da8; padding-bottom: 2px; } .cookie-wrapper label.forgot-password { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: absolute; right: 15px; } .cookie-wrapper label.forgot-password:hover { color: #202020; cursor: pointer; -webkit-transition: .3s; transition: .3s; } .si { --color-default: #dee5f2; --color-active: #62B9E9; --rotate-default: 180deg; --rotate-active: 40deg; --border-size-checkmark: 2px; --border-size-box: 1px; --input-size: 20px; --guter: 15px; } .si, .si *, .si *::before, .si *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } .si { cursor: pointer; position: relative; } .si .si-label { display: inline-block; padding-left: var(--guter); color: #9aa6bf; vertical-align: text-top; } .si .si-label::before, .si .si-label::after { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .si .si-label::before { content: ''; display: block; width: var(--input-size); height: var(--input-size); border: var(--border-size-box) solid var(--color-default); position: absolute; top: -3px; left: 0; -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); } .si .si-label:hover::before { border-color: var(--color-active); } .si.si-switcher .si-label { padding-left: 45px; } .si.si-switcher .si-label::before { content: ''; width: 36px; height: 20px; border-radius: 20px; top: -3px; } .si.si-switcher .si-label::after { content: ''; border-radius: 4px; width: 6px; height: 12px; background-color: var(--color-default); position: absolute; top: 1px; left: 7px; } .si.si-switcher>input:checked+.si-label::before { background-color: var(--color-active); border-color: var(--color-active); } .si.si-switcher>input:checked+.si-label::after { background-color: #fff; left: 24px; } .login-wrapper { margin: 260px 0 0 0; } .login-wrapper .copyright-wrapper { margin-top: 80px; } @media (max-width: 768px) { .not-mobile { display: none; } .container-wide { padding: 0 40px; } .login-logo { margin-left: 40px; margin-top: 40px; } .login-wrapper { margin: 190px 0 0 0; } .login-wrapper .copyright-wrapper { margin-top: 80px; } .cookie-wrapper label { margin-left: 5px; } p.text { font-size: 1rem; line-height: 1.6; } p.text.footer-text { font-size: .8125rem; margin: 13px 0; } } @media (min-width: 769px) and (orientation: portrait) { .not-mobile { display: none; } .login-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .login-logo { margin-left: calc(16.66% + 15px); } } @media (max-width: 1500px) { .container-wide { padding: 0 40px; } .login-logo { margin-left: 40px; margin-top: 40px; } .login-wrapper { margin: 190px 0 0 0; } }
assets/css/user.css
@import url("../fonts/OpenSans/OpenSans.css"); @import url("../fonts/Lato/Lato.css"); body { font-family: Lato; font-weight: 400; font-size: 16px; background: #fff; background-image: none; } h2.login-heading { font-family: Lato; font-size: 1.75rem; color: #202020; margin-bottom: 10px; } p.text { font-family: Lato; font-size: 1.2rem; line-height: 1.6; color: #fff; } p.text.login-text { color: #989da8; font-size: .875rem; margin-bottom: 40px; } p.text.copyright { margin-bottom: 2px; color: #8C8C8C; } p.text.footer-text { font-size: .8125rem; margin: 13px 0; } .login-hero-container { background: #202020; position: absolute; right: 0; height: 100%; } .login-hero { height: 100%; opacity: .8; } .login-logo { position: absolute; left: 0; width: 46px; margin: 80px 0 0 15px; } form.login-form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } form input { font-size: 1rem; color: #8E9091; padding: 24px 30px 16px 24px; border: #C5C9D5 solid 1px; width: 100%; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } form input.top { border-radius: 3px 3px 0 0; } form input.top:focus+.label-email { -webkit-transform: translateY(-100%); transform: translateY(-100%); font-size: .75rem; } form input.top:valid+.label-email { -webkit-transform: translateY(-100%); transform: translateY(-100%); font-size: .75rem; } form input.bottom { border-radius: 0 0 3px 3px; margin-top: -1px; } form input.bottom:focus+.label-password { -webkit-transform: translateY(-100%); transform: translateY(-100%); font-size: .75rem; } form input.bottom:valid+.label-password { -webkit-transform: translateY(-100%); transform: translateY(-100%); font-size: .75rem; } form input.login-button { padding: 13px 45px; background: #62B9E9; color: #fff; border: none; width: 145px; border-radius: 25px; margin-top: 30px; } form input.login-button:hover { -webkit-transition: .3s; transition: .3s; background: #59A9D1; cursor: pointer; } form input#cookie { width: 13px; height: 13px; padding: 0; margin: 0; } .email-input { position: relative; } .email-input .label-email { position: absolute; left: 24px; top: 20px; font-size: 1rem; color: #8E9091; -webkit-transition: all .3s ease; transition: all .3s ease; } .password-input { position: relative; } .password-input .label-password { position: absolute; left: 24px; top: 20px; font-size: 1rem; color: #8E9091; -webkit-transition: all .3s ease; transition: all .3s ease; } .cookie-wrapper { margin-top: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .cookie-wrapper label { font-size: .75rem; color: #989da8; padding-bottom: 2px; } .cookie-wrapper label.forgot-password { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: absolute; right: 15px; } .cookie-wrapper label.forgot-password:hover { color: #202020; cursor: pointer; -webkit-transition: .3s; transition: .3s; } .si { --color-default: #dee5f2; --color-active: #62B9E9; --rotate-default: 180deg; --rotate-active: 40deg; --border-size-checkmark: 2px; --border-size-box: 1px; --input-size: 20px; --guter: 15px; } .si, .si *, .si *::before, .si *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } .si { cursor: pointer; position: relative; } .si .si-label { display: inline-block; padding-left: var(--guter); color: #9aa6bf; vertical-align: text-top; } .si .si-label::before, .si .si-label::after { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .si .si-label::before { content: ''; display: block; width: var(--input-size); height: var(--input-size); border: var(--border-size-box) solid var(--color-default); position: absolute; top: -3px; left: 0; -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); } .si .si-label:hover::before { border-color: var(--color-active); } .si.si-switcher .si-label { padding-left: 45px; } .si.si-switcher .si-label::before { content: ''; width: 36px; height: 20px; border-radius: 20px; top: -3px; } .si.si-switcher .si-label::after { content: ''; border-radius: 4px; width: 6px; height: 12px; background-color: var(--color-default); position: absolute; top: 1px; left: 7px; } .si.si-switcher>input:checked+.si-label::before { background-color: var(--color-active); border-color: var(--color-active); } .si.si-switcher>input:checked+.si-label::after { background-color: #fff; left: 24px; } .login-wrapper { margin: 260px 0 0 0; } .login-wrapper .copyright-wrapper { margin-top: 80px; } @media (max-width: 768px) { .not-mobile { display: none; } .container-wide { padding: 0 40px; } .login-logo { margin-left: 40px; margin-top: 40px; } .login-wrapper { margin: 190px 0 0 0; } .login-wrapper .copyright-wrapper { margin-top: 80px; } .cookie-wrapper label { margin-left: 5px; } p.text { font-size: 1rem; line-height: 1.6; } p.text.footer-text { font-size: .8125rem; margin: 13px 0; } } @media (min-width: 769px) and (orientation: portrait) { .not-mobile { display: none; } .login-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .login-logo { margin-left: calc(16.66% + 15px); } } @media (max-width: 1500px) { .container-wide { padding: 0 40px; } .login-logo { margin-left: 40px; margin-top: 40px; } .login-wrapper { margin: 190px 0 0 0; } }
0.401336
0.061452
html, body { margin: 0; padding: 0; height: 100%; width: 100%; background-size: cover; } .intro { margin: auto; padding: 0; height: 100%; width: 100%; font-size: 15px; font-family: sans-serif; background-color: white; background-image: url(potolapor.png) no-repeat 50% 50%; } .container { width: 80%; margin: auto; overflow: hidden; } header { background: #ec1063; padding-top: 30px; min-height: 50px; border-bottom: 5px hotpink solid; } header #menukiri { float: left; } header #menukanan { float: right; } header li { float: left; display: inline; padding: 0 20px 0 20px; } header a { color: white; text-decoration: none; text-transform: uppercase; font-size: 15px; } ul { margin: 0; padding: 0; } header #menukiri, header #menukanan, .active a { color: #fff; font-weight: bold; } header a:hover { color: #960083; font-weight: bold; } body #komen { background: white; box-shadow: 0 5px 15px rgba(0, 0, 0, .5); font-variant-position: super; font-display: inherit; font-display: flex; font-size: 25pt; position: relative; max-width: 550px; padding: 50px; } body #komen #kateg { padding: 5px; position: static; width: 131px; height: 500px; } body #sidebar { float: right; color: blue; display: inline; } .container .wrap .sidebar .instansi { float: right; margin-top: 0; box-shadow: 10px 5px 15px rgba(0, 0, 0, .5); font-display: inherit; font-display: flex; font-size: 10pt; } .container .wrap .sidebar .kisah { float: right-bottom; margin-top: 5px; box-shadow: 10px 5px 15px rgba(0, 0, 0, .5); font-size: 10pt; } #spons { margin-top: 20px; width: 1500px; height: 250px; } #spons .box { float: left; text-align: center; width: 30%; padding: 10px; } #footer { width: 1500px; height: 250px; background: linear-gradient(to-right, grey, white); background-color: grey; margin: 2px 3px 0 3px; } footer #copyright { text-align: center; } body #komen .li { text-align: inherit; text-decoration: ivory; float: center; padding: 5px 5px; }
asset/css/stylelapor.css
html, body { margin: 0; padding: 0; height: 100%; width: 100%; background-size: cover; } .intro { margin: auto; padding: 0; height: 100%; width: 100%; font-size: 15px; font-family: sans-serif; background-color: white; background-image: url(potolapor.png) no-repeat 50% 50%; } .container { width: 80%; margin: auto; overflow: hidden; } header { background: #ec1063; padding-top: 30px; min-height: 50px; border-bottom: 5px hotpink solid; } header #menukiri { float: left; } header #menukanan { float: right; } header li { float: left; display: inline; padding: 0 20px 0 20px; } header a { color: white; text-decoration: none; text-transform: uppercase; font-size: 15px; } ul { margin: 0; padding: 0; } header #menukiri, header #menukanan, .active a { color: #fff; font-weight: bold; } header a:hover { color: #960083; font-weight: bold; } body #komen { background: white; box-shadow: 0 5px 15px rgba(0, 0, 0, .5); font-variant-position: super; font-display: inherit; font-display: flex; font-size: 25pt; position: relative; max-width: 550px; padding: 50px; } body #komen #kateg { padding: 5px; position: static; width: 131px; height: 500px; } body #sidebar { float: right; color: blue; display: inline; } .container .wrap .sidebar .instansi { float: right; margin-top: 0; box-shadow: 10px 5px 15px rgba(0, 0, 0, .5); font-display: inherit; font-display: flex; font-size: 10pt; } .container .wrap .sidebar .kisah { float: right-bottom; margin-top: 5px; box-shadow: 10px 5px 15px rgba(0, 0, 0, .5); font-size: 10pt; } #spons { margin-top: 20px; width: 1500px; height: 250px; } #spons .box { float: left; text-align: center; width: 30%; padding: 10px; } #footer { width: 1500px; height: 250px; background: linear-gradient(to-right, grey, white); background-color: grey; margin: 2px 3px 0 3px; } footer #copyright { text-align: center; } body #komen .li { text-align: inherit; text-decoration: ivory; float: center; padding: 5px 5px; }
0.391173
0.079961
.red{ color: red; } .blue{ color: blue; } .marginTopProfile{ margin-top: 25px; } .mercuryContainer{ padding-top: 60px; } .uploadImageInput{ display: none; margin-top: 15px; } .hideElement{ display:none; } .navbar{ border:0px; } .panel-primary > .panel-heading { background-color:#127EA2; border-color:#127EA2; } .navbar-custom { background-color:#00b0eb; color:#ffffff; border-radius:0; } .navbar-custom .navbar-nav > li > a { color:#fff; } .navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus, .modal-header { color: #ffffff; background-color:#127EA2; } .navbar-custom .navbar-brand { color:#eeeeee; } .navbar-custom .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color: white; } .label-badge{ float: right; font-size: 18px; } .label-badge-authorized{ float: right; font-size: 14px; } .label-badge-group-chat{; font-size: 14px; margin-left: 5px; } .mainName{ font-size: 22px; font-weight: bold; } .fontBold{ font-weight: bold; } .subName{ font-size: 14px; } .collapseLink:hover, .collapseLink:active, .collapseLink:focus{ text-decoration: none; } .userImageProfile{ max-height: 150px; margin: 0px auto; } .imgUsr{ max-height: 75px; margin: 0px auto; } .avatar { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2); box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2); } .autocompletedemoCustomTemplate .autocomplete-custom-template li { border-bottom: 1px solid #ccc; height: auto; padding-top: 8px; padding-bottom: 8px; white-space: normal; } .autocompletedemoCustomTemplate .autocomplete-custom-template li:last-child { border-bottom-width: 0; } .autocompletedemoCustomTemplate .autocomplete-custom-template .item-title, .autocompletedemoCustomTemplate .autocomplete-custom-template .item-metadata { display: block; line-height: 2; } .autocompletedemoCustomTemplate .autocomplete-custom-template .item-title md-icon { height: 18px; width: 18px; } a.logout { margin: 3px 0px 3px 0px; } #project-label { display: block; font-weight: bold; margin-bottom: 1em; } #project-icon { float: left; height: 32px; width: 32px; } #project-description { margin: 0; padding: 0; } .memberContainer { display: none; } html, body { width: auto !important; overflow-x: hidden !important; } #myModal .imgAdmin { margin-bottom: 5%; } button .chat-group { background-color: #ff1a1a; } div.info { margin-left: 12%; } .removeMargin{ margin: 0; } .showWhenLoad{ display: none; }
public/css/style.css
.red{ color: red; } .blue{ color: blue; } .marginTopProfile{ margin-top: 25px; } .mercuryContainer{ padding-top: 60px; } .uploadImageInput{ display: none; margin-top: 15px; } .hideElement{ display:none; } .navbar{ border:0px; } .panel-primary > .panel-heading { background-color:#127EA2; border-color:#127EA2; } .navbar-custom { background-color:#00b0eb; color:#ffffff; border-radius:0; } .navbar-custom .navbar-nav > li > a { color:#fff; } .navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus, .modal-header { color: #ffffff; background-color:#127EA2; } .navbar-custom .navbar-brand { color:#eeeeee; } .navbar-custom .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color: white; } .label-badge{ float: right; font-size: 18px; } .label-badge-authorized{ float: right; font-size: 14px; } .label-badge-group-chat{; font-size: 14px; margin-left: 5px; } .mainName{ font-size: 22px; font-weight: bold; } .fontBold{ font-weight: bold; } .subName{ font-size: 14px; } .collapseLink:hover, .collapseLink:active, .collapseLink:focus{ text-decoration: none; } .userImageProfile{ max-height: 150px; margin: 0px auto; } .imgUsr{ max-height: 75px; margin: 0px auto; } .avatar { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2); box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2); } .autocompletedemoCustomTemplate .autocomplete-custom-template li { border-bottom: 1px solid #ccc; height: auto; padding-top: 8px; padding-bottom: 8px; white-space: normal; } .autocompletedemoCustomTemplate .autocomplete-custom-template li:last-child { border-bottom-width: 0; } .autocompletedemoCustomTemplate .autocomplete-custom-template .item-title, .autocompletedemoCustomTemplate .autocomplete-custom-template .item-metadata { display: block; line-height: 2; } .autocompletedemoCustomTemplate .autocomplete-custom-template .item-title md-icon { height: 18px; width: 18px; } a.logout { margin: 3px 0px 3px 0px; } #project-label { display: block; font-weight: bold; margin-bottom: 1em; } #project-icon { float: left; height: 32px; width: 32px; } #project-description { margin: 0; padding: 0; } .memberContainer { display: none; } html, body { width: auto !important; overflow-x: hidden !important; } #myModal .imgAdmin { margin-bottom: 5%; } button .chat-group { background-color: #ff1a1a; } div.info { margin-left: 12%; } .removeMargin{ margin: 0; } .showWhenLoad{ display: none; }
0.457137
0.12018
body { margin: 12px; padding: 0px; text-align: center; } form { padding: 0px; margin: 0px; } p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; margin-left: 10px; } ul { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; } td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; } a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; } a:link { text-decoration: none; } a:visted { text-decoration: none; } a:hover { text-decoration: underline; } #pageContainer { margin-left: auto; margin-right: auto; text-align: center; width: 860px; } #pageHeader { padding: 20px 20px 20px 20px; height: 40px; width: 800px; } #content { color: #666666; width: 620px; float: left; padding: 12px; text-align: left; background-repeat: repeat-y; background-position: top left; } #contentHeader { color:#007F64; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:22px; padding-bottom: 14px; } #logo { float:left; } #siteTitle { float: right; } .subheader { background-image: url(yellowBlob.png); background-repeat: no-repeat; background-position: 0px 22px; padding: 20px 0px 8px 30px; font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #E98300; } .errorheader { background-image: url(redGrad.jpg); background-repeat: repeat-x; background-position: top left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; margin-top: 20px; padding: 12px; border: #daa7a6 1px solid; } .smalltext { font-family: Arial, Helvetica; font-size: 10px; color: #666666; } .code { font-family: courier, Arial, Helvetica; font-size: 11px; color: #666666; } .greybar { background-color:#cbcbcb; background-position:center; background-image: url(greyglass.gif); width: 865px; } .greyBoxTop { background: transparent url(greyBorderTop.gif); background-repeat: no-repeat; background-position: top left; padding-top: 5px; padding-bottom: 6px; } .greyBoxBottom { background: transparent url(greyBorderBottom.gif); background-repeat: no-repeat; background-position: bottom left; } .greyBoxSides { background: transparent url(greyBorderSides.gif); background-repeat: repeat-y; background-position: top left; width: 210px; } .resourcecontent { width: 200px; font-family: Arial, Helvetica, sans-serif; color: #675C53; text-align: center; } .resourcecontent td { padding: 15px; font-size: 11px; } .warning { list-style-image:url(form_bullet.gif); font-size: 12px; color: #CC0000; } .formTable { width: 100%; border: 0px none; border-collapse: collapse; } .formTable td { border-top: 0px none; border-right: 0px none; border-left: 0px none; border-bottom: 1px solid #d3d3d3; padding: 3px 10px 6px 3px; vertical-align: top; } .formFooter { margin: 12px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .fieldLabel { font-family: Arial, Helvetica, sans-serif; color:#575C53; font-size:14px; font-weight:normal; text-align: right; width: 33%; } .fieldData { width: 70%; } .inputBoxDisable { background-color: #DDDDDD; border: 1px solid #999999; } .inputBoxEnable { background-color: #FFFFFF; border: 1px solid #999999; } .greyHzShadeBar { height: 20px; background-image: url(greyGrad.png); background-repeat: repeat-x; background-position: bottom left; }
css/formKitStyle.css
body { margin: 12px; padding: 0px; text-align: center; } form { padding: 0px; margin: 0px; } p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; margin-left: 10px; } ul { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; } td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; } a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; } a:link { text-decoration: none; } a:visted { text-decoration: none; } a:hover { text-decoration: underline; } #pageContainer { margin-left: auto; margin-right: auto; text-align: center; width: 860px; } #pageHeader { padding: 20px 20px 20px 20px; height: 40px; width: 800px; } #content { color: #666666; width: 620px; float: left; padding: 12px; text-align: left; background-repeat: repeat-y; background-position: top left; } #contentHeader { color:#007F64; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:22px; padding-bottom: 14px; } #logo { float:left; } #siteTitle { float: right; } .subheader { background-image: url(yellowBlob.png); background-repeat: no-repeat; background-position: 0px 22px; padding: 20px 0px 8px 30px; font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #E98300; } .errorheader { background-image: url(redGrad.jpg); background-repeat: repeat-x; background-position: top left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; margin-top: 20px; padding: 12px; border: #daa7a6 1px solid; } .smalltext { font-family: Arial, Helvetica; font-size: 10px; color: #666666; } .code { font-family: courier, Arial, Helvetica; font-size: 11px; color: #666666; } .greybar { background-color:#cbcbcb; background-position:center; background-image: url(greyglass.gif); width: 865px; } .greyBoxTop { background: transparent url(greyBorderTop.gif); background-repeat: no-repeat; background-position: top left; padding-top: 5px; padding-bottom: 6px; } .greyBoxBottom { background: transparent url(greyBorderBottom.gif); background-repeat: no-repeat; background-position: bottom left; } .greyBoxSides { background: transparent url(greyBorderSides.gif); background-repeat: repeat-y; background-position: top left; width: 210px; } .resourcecontent { width: 200px; font-family: Arial, Helvetica, sans-serif; color: #675C53; text-align: center; } .resourcecontent td { padding: 15px; font-size: 11px; } .warning { list-style-image:url(form_bullet.gif); font-size: 12px; color: #CC0000; } .formTable { width: 100%; border: 0px none; border-collapse: collapse; } .formTable td { border-top: 0px none; border-right: 0px none; border-left: 0px none; border-bottom: 1px solid #d3d3d3; padding: 3px 10px 6px 3px; vertical-align: top; } .formFooter { margin: 12px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .fieldLabel { font-family: Arial, Helvetica, sans-serif; color:#575C53; font-size:14px; font-weight:normal; text-align: right; width: 33%; } .fieldData { width: 70%; } .inputBoxDisable { background-color: #DDDDDD; border: 1px solid #999999; } .inputBoxEnable { background-color: #FFFFFF; border: 1px solid #999999; } .greyHzShadeBar { height: 20px; background-image: url(greyGrad.png); background-repeat: repeat-x; background-position: bottom left; }
0.168309
0.044932
body { background: url('IMG_8011.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .WebContainer{ width: 100%; height: auto; } .articles{ width:90%; /*Takes 90% width from WebContainer*/ height: auto; margin: auto; } p { font-family: 'Josefin Sans', sans-serif; font-size: 500%; color: white; text-align: right; margin-top: 25%; padding-right: 10%; opacity: 1; animation-name: fadeInOpacity; animation-iteration-count: 1; animation-timing-function: ease-in; animation-duration: 1s; } @keyframes fadeInOpacity { 0% { opacity: 0; } 100% { opacity: 2; } } * {box-sizing:border-box} /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; } /* Hide the images by default */ .mySlides { display: none; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; 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:white; } /* 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: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .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} } @import url(https://fonts.googleapis.com/css?family=Open+Sans:600); .item-1, .item-2, .item-3 { position: absolute; display: block; top: 1em; width: 80%; animation-duration: 15s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; } .item-1{ animation-name: anim-1; } .item-2{ animation-name: anim-2; } .item-3{ animation-name: anim-3; } @keyframes anim-1 { 0%, 8.3% { left: -100%; opacity: 0; } 8.3%,25% { left: 25%; opacity: 1; } 33.33%, 100% { left: 110%; opacity: 0; } } @keyframes anim-2 { 0%, 33.33% { left: -100%; opacity: 0; } 41.63%, 58.29% { left: 25%; opacity: 1; } 66.66%, 100% { left: 110%; opacity: 0; } } @keyframes anim-3 { 0%, 66.66% { left: -100%; opacity: 0; } 74.96%, 91.62% { left: 25%; opacity: 1; } 100% { left: 110%; opacity: 0; } } .logo { display: inline-block; height: 40px; position: absolute; margin: 2%; background-color: transparent; border-color: black; border-radius: 15%; color: black; font-size: 100%; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } button:hover { cursor: pointer; background-color: black; color: white; } .column { float: left; width: 5%; padding: 1%; } /* Clearfix (clear floats) */ .row::after { content: ""; clear: both; display: table; }
styles.css
body { background: url('IMG_8011.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .WebContainer{ width: 100%; height: auto; } .articles{ width:90%; /*Takes 90% width from WebContainer*/ height: auto; margin: auto; } p { font-family: 'Josefin Sans', sans-serif; font-size: 500%; color: white; text-align: right; margin-top: 25%; padding-right: 10%; opacity: 1; animation-name: fadeInOpacity; animation-iteration-count: 1; animation-timing-function: ease-in; animation-duration: 1s; } @keyframes fadeInOpacity { 0% { opacity: 0; } 100% { opacity: 2; } } * {box-sizing:border-box} /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; } /* Hide the images by default */ .mySlides { display: none; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; 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:white; } /* 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: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .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} } @import url(https://fonts.googleapis.com/css?family=Open+Sans:600); .item-1, .item-2, .item-3 { position: absolute; display: block; top: 1em; width: 80%; animation-duration: 15s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; } .item-1{ animation-name: anim-1; } .item-2{ animation-name: anim-2; } .item-3{ animation-name: anim-3; } @keyframes anim-1 { 0%, 8.3% { left: -100%; opacity: 0; } 8.3%,25% { left: 25%; opacity: 1; } 33.33%, 100% { left: 110%; opacity: 0; } } @keyframes anim-2 { 0%, 33.33% { left: -100%; opacity: 0; } 41.63%, 58.29% { left: 25%; opacity: 1; } 66.66%, 100% { left: 110%; opacity: 0; } } @keyframes anim-3 { 0%, 66.66% { left: -100%; opacity: 0; } 74.96%, 91.62% { left: 25%; opacity: 1; } 100% { left: 110%; opacity: 0; } } .logo { display: inline-block; height: 40px; position: absolute; margin: 2%; background-color: transparent; border-color: black; border-radius: 15%; color: black; font-size: 100%; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } button:hover { cursor: pointer; background-color: black; color: white; } .column { float: left; width: 5%; padding: 1%; } /* Clearfix (clear floats) */ .row::after { content: ""; clear: both; display: table; }
0.460774
0.086246
.fade { opacity: 0; } .show { opacity: 1; } /* Position fixed required for IOS, Just putting overflow: hidden is not enough. */ html.lightbox-scroll-disable { overflow: hidden; position: fixed; height: 100vh; width: 100vw; } .lightbox-overlay { position: absolute; top: 0; left: 0; z-index: 9999; background-color: #26292E; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); transition: background .5s linear 0s, opacity 1s linear 0s; } .lightbox-overlay.show { opacity: .9; } .lightbox { position: absolute; display: none; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-weight: 400; transition: background 0.1s linear 0s, opacity 1s linear 0s; } .lightbox a img { border: none; } .lightbox .lightbox-image { display: block; height: auto; max-width: inherit; max-height: none; border-radius: 3px; border: 2px solid #ffffff; transition: background 0.1s linear 0s, opacity 1s linear 0s; } .lightbox .lightbox-image.slide-prev { animation: slide-prev 1s ease 0s 1 normal; } @keyframes slide-prev { 0% { opacity: 1; transform: translateX(0px); } 35% { opacity: 0; transform: translateX(-100%); } 36% { opacity: 0; transform: translateX(100%); } 50% { opacity: 1; transform: translateX(0px); } } .lightbox .lightbox-image.slide-next { animation: slide-next 1s ease 0s 1 normal; } @keyframes slide-next { 0% { opacity: 1; transform: translateX(0px); } 60% { opacity: 0; transform: translateX(100%); } 40% { opacity: 0; transform: translateX(-100%); } 100% { opacity: 1; transform: translateX(0px); } } .lightbox .lightbox-outer { position: relative; zoom: 1; width: 250px; height: 250px; margin: 0 auto; border-radius: 4px; background-color: #26292E; } .lightbox .lightbox-outer::after { content: ""; display: table; clear: both; } .lightbox .lightbox-container > .nav { left: 0; } .lightbox .lightbox-loader { position: absolute; top: 43%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; } .lightbox .lightbox-cancel { display: block; width: 32px; height: 32px; margin: 0 auto; background: url(/native-lightbox/img/loading.gif) no-repeat; } .lightbox .arrow-prev, .lightbox .arrow-next { height: 100%; cursor: pointer; display: block; } .lightbox .lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } .lightbox .lightbox-nav a { outline: none; background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); } .lightbox .lightbox-nav a.arrow-prev { width: 34%; left: 0; float: left; background: url(/native-lightbox/img/prev.png) left 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; transition: opacity 0.6s; } .lightbox .lightbox-nav a.arrow-prev:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } .lightbox .lightbox-nav a.arrow-next { width: 64%; right: 0; float: right; background: url(/native-lightbox/img/next.png) right 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; transition: opacity 0.6s; } .lightbox .lightbox-nav a.arrow-next:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } .lightbox .lightbox-data-container { margin: 0 auto; padding-top: 5px; zoom: 1; width: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .lightbox .lightbox-data-container::after { content: ""; display: table; clear: both; } .lightbox .lightbox-data { padding: 0 4px; color: #ccc; } .lightbox .lightbox-data .lightbox-details { width: 85%; float: left; text-align: left; line-height: 1.1em; } .lightbox .lightbox-data .lightbox-caption { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Yu Gothic", YuGothic, sans-serif; font-size: 13px; font-weight: 700; line-height: 1em; } .lightbox .lightbox-data .lightbox-caption a { color: #4ae; } .lightbox .lightbox-data .lightbox-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999999; } .lightbox .lightbox-close { position: absolute; display: block; float: right; right: 0 !important; top: 0 !important; width: 55px !important; height: 55px !important; border: 2px solid #6b6b6b; border-radius: 4px; background-image: none; background-color: #26292E; text-align: right; outline: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; transition: background 0.1s linear 0s, opacity 0.1s linear 0s; cursor: pointer; z-index: 9000; } .lightbox .lightbox-close::after { position: absolute; content: ""; background: url(/native-lightbox/img/close.png) center no-repeat; left: 0; width: 100%; height: 100%; font-size: 22px; line-height: 1em; color: #ffffff; speak: none; } .lightbox .lightbox-close:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; -webkit-font-smoothing: antialiased; } .lightbox .lightbox-indicators { position: absolute; bottom: 20px; width: 100%; text-align: center; z-index: 10; } .lightbox .lightbox-indicator { height: 15px; width: 15px; border-radius: 50%; display: inline-block; opacity: .35; margin: 0 2.5px; background-color: #ffffff; cursor: pointer !important; } .lightbox .lightbox-indicator.active { background-color: #FE980F; opacity: 1; }
dist/lightbox.css
.fade { opacity: 0; } .show { opacity: 1; } /* Position fixed required for IOS, Just putting overflow: hidden is not enough. */ html.lightbox-scroll-disable { overflow: hidden; position: fixed; height: 100vh; width: 100vw; } .lightbox-overlay { position: absolute; top: 0; left: 0; z-index: 9999; background-color: #26292E; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); transition: background .5s linear 0s, opacity 1s linear 0s; } .lightbox-overlay.show { opacity: .9; } .lightbox { position: absolute; display: none; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-weight: 400; transition: background 0.1s linear 0s, opacity 1s linear 0s; } .lightbox a img { border: none; } .lightbox .lightbox-image { display: block; height: auto; max-width: inherit; max-height: none; border-radius: 3px; border: 2px solid #ffffff; transition: background 0.1s linear 0s, opacity 1s linear 0s; } .lightbox .lightbox-image.slide-prev { animation: slide-prev 1s ease 0s 1 normal; } @keyframes slide-prev { 0% { opacity: 1; transform: translateX(0px); } 35% { opacity: 0; transform: translateX(-100%); } 36% { opacity: 0; transform: translateX(100%); } 50% { opacity: 1; transform: translateX(0px); } } .lightbox .lightbox-image.slide-next { animation: slide-next 1s ease 0s 1 normal; } @keyframes slide-next { 0% { opacity: 1; transform: translateX(0px); } 60% { opacity: 0; transform: translateX(100%); } 40% { opacity: 0; transform: translateX(-100%); } 100% { opacity: 1; transform: translateX(0px); } } .lightbox .lightbox-outer { position: relative; zoom: 1; width: 250px; height: 250px; margin: 0 auto; border-radius: 4px; background-color: #26292E; } .lightbox .lightbox-outer::after { content: ""; display: table; clear: both; } .lightbox .lightbox-container > .nav { left: 0; } .lightbox .lightbox-loader { position: absolute; top: 43%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; } .lightbox .lightbox-cancel { display: block; width: 32px; height: 32px; margin: 0 auto; background: url(/native-lightbox/img/loading.gif) no-repeat; } .lightbox .arrow-prev, .lightbox .arrow-next { height: 100%; cursor: pointer; display: block; } .lightbox .lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } .lightbox .lightbox-nav a { outline: none; background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); } .lightbox .lightbox-nav a.arrow-prev { width: 34%; left: 0; float: left; background: url(/native-lightbox/img/prev.png) left 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; transition: opacity 0.6s; } .lightbox .lightbox-nav a.arrow-prev:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } .lightbox .lightbox-nav a.arrow-next { width: 64%; right: 0; float: right; background: url(/native-lightbox/img/next.png) right 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; transition: opacity 0.6s; } .lightbox .lightbox-nav a.arrow-next:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } .lightbox .lightbox-data-container { margin: 0 auto; padding-top: 5px; zoom: 1; width: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .lightbox .lightbox-data-container::after { content: ""; display: table; clear: both; } .lightbox .lightbox-data { padding: 0 4px; color: #ccc; } .lightbox .lightbox-data .lightbox-details { width: 85%; float: left; text-align: left; line-height: 1.1em; } .lightbox .lightbox-data .lightbox-caption { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Yu Gothic", YuGothic, sans-serif; font-size: 13px; font-weight: 700; line-height: 1em; } .lightbox .lightbox-data .lightbox-caption a { color: #4ae; } .lightbox .lightbox-data .lightbox-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999999; } .lightbox .lightbox-close { position: absolute; display: block; float: right; right: 0 !important; top: 0 !important; width: 55px !important; height: 55px !important; border: 2px solid #6b6b6b; border-radius: 4px; background-image: none; background-color: #26292E; text-align: right; outline: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; transition: background 0.1s linear 0s, opacity 0.1s linear 0s; cursor: pointer; z-index: 9000; } .lightbox .lightbox-close::after { position: absolute; content: ""; background: url(/native-lightbox/img/close.png) center no-repeat; left: 0; width: 100%; height: 100%; font-size: 22px; line-height: 1em; color: #ffffff; speak: none; } .lightbox .lightbox-close:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; -webkit-font-smoothing: antialiased; } .lightbox .lightbox-indicators { position: absolute; bottom: 20px; width: 100%; text-align: center; z-index: 10; } .lightbox .lightbox-indicator { height: 15px; width: 15px; border-radius: 50%; display: inline-block; opacity: .35; margin: 0 2.5px; background-color: #ffffff; cursor: pointer !important; } .lightbox .lightbox-indicator.active { background-color: #FE980F; opacity: 1; }
0.58166
0.126407
:root { --header-height: ; /*========== Colors ==========*/ /* Change favorite color */ --hue-color: ; /*Purple 250 - Green 142 - Blue 230 - Pink 340*/ /* HSL color mode */ --first-color: ; --first-color-second: ; --first-color-alt: ; --first-color-lighter: ; --title-color: ; --text-color: ; --text-color-light: ; --input-color: ; --body-color: ; --container-color: ; /*========== Font and typography ==========*/ --body-font: ; /* .5rem = 8px, 1rem = 16px, 1.5rem = 24px ... */ --big-font-size: ; --h1-font-size: ; --h2-font-size: ; --h3-font-size: ; --normal-font-size: ; --small-font-size: ; --smaller-font-size: ; /*========== Font weight ==========*/ --font-medium: ; --font-semi-bold: ; /*========== Margenes Bottom ==========*/ /* .25rem = 4px, .5rem = 8px, .75rem = 12px ... */ --mb-0-25: ; --mb-0-5: ; --mb-0-75: ; --mb-1: ; --mb-1-5: ; --mb-2: ; --mb-2-5: ; --mb-3: ; /*========== z index ==========*/ --z-tooltip: ; --z-fixed: ; --z-modal: ; } /* Font size for large devices */ @media screen and (min-width: 968px) { :root { --big-font-size: ; --h1-font-size: ; --h2-font-size: ; --h3-font-size: ; --normal-font-size: ; --small-font-size: ; --smaller-font-size: ; } } /*========== Variables Dark theme ==========*/ /*========== Button Dark/Light ==========*/ /*==================== BASE ====================*/ /*==================== REUSABLE CSS CLASSES ====================*/ /*==================== LAYOUT ====================*/ /*==================== NAV ====================*/ /* show menu */ /* Active link */ /* Change background header */ /*==================== HOME ====================*/ /*==================== BUTTONS ====================*/ /*==================== ABOUT ====================*/ /*==================== SKILLS ====================*/ /*==================== QUALIFICATION ====================*/ /*==================== SERVICES ====================*/ /* Active Modal */ /*==================== PORTFOLIO ====================*/ /*==================== PROJECT IN MIND ====================*/ /*==================== TESTIMONIAL ====================*/ /*==================== CONTACT ME ====================*/ /*==================== FOOTER ====================*/ /*========== SCROLL UP ==========*/ /* Show scroll */ /*========== SCROLL BAR ==========*/ /*==================== MEDIA QUERIES ====================*/ /* For small devices */ /* For medium devices */ /* For large devices */
styles.css
:root { --header-height: ; /*========== Colors ==========*/ /* Change favorite color */ --hue-color: ; /*Purple 250 - Green 142 - Blue 230 - Pink 340*/ /* HSL color mode */ --first-color: ; --first-color-second: ; --first-color-alt: ; --first-color-lighter: ; --title-color: ; --text-color: ; --text-color-light: ; --input-color: ; --body-color: ; --container-color: ; /*========== Font and typography ==========*/ --body-font: ; /* .5rem = 8px, 1rem = 16px, 1.5rem = 24px ... */ --big-font-size: ; --h1-font-size: ; --h2-font-size: ; --h3-font-size: ; --normal-font-size: ; --small-font-size: ; --smaller-font-size: ; /*========== Font weight ==========*/ --font-medium: ; --font-semi-bold: ; /*========== Margenes Bottom ==========*/ /* .25rem = 4px, .5rem = 8px, .75rem = 12px ... */ --mb-0-25: ; --mb-0-5: ; --mb-0-75: ; --mb-1: ; --mb-1-5: ; --mb-2: ; --mb-2-5: ; --mb-3: ; /*========== z index ==========*/ --z-tooltip: ; --z-fixed: ; --z-modal: ; } /* Font size for large devices */ @media screen and (min-width: 968px) { :root { --big-font-size: ; --h1-font-size: ; --h2-font-size: ; --h3-font-size: ; --normal-font-size: ; --small-font-size: ; --smaller-font-size: ; } } /*========== Variables Dark theme ==========*/ /*========== Button Dark/Light ==========*/ /*==================== BASE ====================*/ /*==================== REUSABLE CSS CLASSES ====================*/ /*==================== LAYOUT ====================*/ /*==================== NAV ====================*/ /* show menu */ /* Active link */ /* Change background header */ /*==================== HOME ====================*/ /*==================== BUTTONS ====================*/ /*==================== ABOUT ====================*/ /*==================== SKILLS ====================*/ /*==================== QUALIFICATION ====================*/ /*==================== SERVICES ====================*/ /* Active Modal */ /*==================== PORTFOLIO ====================*/ /*==================== PROJECT IN MIND ====================*/ /*==================== TESTIMONIAL ====================*/ /*==================== CONTACT ME ====================*/ /*==================== FOOTER ====================*/ /*========== SCROLL UP ==========*/ /* Show scroll */ /*========== SCROLL BAR ==========*/ /*==================== MEDIA QUERIES ====================*/ /* For small devices */ /* For medium devices */ /* For large devices */
0.29584
0.13059
.css-load-parent { min-height: 600px; } .css-load-parent-small { min-height: 50px; } .css-load-scale { transform: scale(0.4); } .cssload-loader-inner-small { /* bottom: 0; */ /* height: 195px; */ /* left: 0; */ margin: auto; position: relative; right: 0; /* top: 0; */ width: 325px; } .cssload-loader-inner { bottom: 0; height: 195px; /* left: 0; */ margin: auto; position: relative; right: 0; top: 0; width: 325px; } .cssload-cssload-loader-line-wrap-wrap { animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; -o-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; -ms-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; -webkit-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; -moz-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; height: 163px; left: 0; overflow: hidden; position: absolute; top: 0; transform-origin: 50% 100%; -o-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; width: 325px; } .cssload-loader-line-wrap { border: 13px solid transparent; border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; height: 325px; left: 0; margin: 0 auto; position: absolute; right: 0; top: 0; width: 325px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(1) { animation-delay: -57.5ms; -o-animation-delay: -57.5ms; -ms-animation-delay: -57.5ms; -webkit-animation-delay: -57.5ms; -moz-animation-delay: -57.5ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(2) { animation-delay: -115ms; -o-animation-delay: -115ms; -ms-animation-delay: -115ms; -webkit-animation-delay: -115ms; -moz-animation-delay: -115ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(3) { animation-delay: -172.5ms; -o-animation-delay: -172.5ms; -ms-animation-delay: -172.5ms; -webkit-animation-delay: -172.5ms; -moz-animation-delay: -172.5ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(4) { animation-delay: -230ms; -o-animation-delay: -230ms; -ms-animation-delay: -230ms; -webkit-animation-delay: -230ms; -moz-animation-delay: -230ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(5) { animation-delay: -287.5ms; -o-animation-delay: -287.5ms; -ms-animation-delay: -287.5ms; -webkit-animation-delay: -287.5ms; -moz-animation-delay: -287.5ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(1) .cssload-loader-line-wrap { border-color: #222; height: 293px; width: 293px; top: 23px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(2) .cssload-loader-line-wrap { border-color: #333; height: 247px; width: 247px; top: 46px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(3) .cssload-loader-line-wrap { border-color: #555; height: 202px; width: 202px; top: 68px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(4) .cssload-loader-line-wrap { border-color: #888; height: 156px; width: 156px; top: 91px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(5) .cssload-loader-line-wrap { border-color: #bbb; height: 111px; width: 111px; top: 114px; } @keyframes cssload-spin { 0%, 15% { transform: rotate(0); transform: rotate(0); } 100% { transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes cssload-spin { 0%, 15% { -o-transform: rotate(0); transform: rotate(0); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes cssload-spin { 0%, 15% { -ms-transform: rotate(0); transform: rotate(0); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes cssload-spin { 0%, 15% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes cssload-spin { 0%, 15% { -moz-transform: rotate(0); transform: rotate(0); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }
src/wwwroot/css/loader.css
.css-load-parent { min-height: 600px; } .css-load-parent-small { min-height: 50px; } .css-load-scale { transform: scale(0.4); } .cssload-loader-inner-small { /* bottom: 0; */ /* height: 195px; */ /* left: 0; */ margin: auto; position: relative; right: 0; /* top: 0; */ width: 325px; } .cssload-loader-inner { bottom: 0; height: 195px; /* left: 0; */ margin: auto; position: relative; right: 0; top: 0; width: 325px; } .cssload-cssload-loader-line-wrap-wrap { animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; -o-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; -ms-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; -webkit-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; -moz-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; height: 163px; left: 0; overflow: hidden; position: absolute; top: 0; transform-origin: 50% 100%; -o-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; width: 325px; } .cssload-loader-line-wrap { border: 13px solid transparent; border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; height: 325px; left: 0; margin: 0 auto; position: absolute; right: 0; top: 0; width: 325px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(1) { animation-delay: -57.5ms; -o-animation-delay: -57.5ms; -ms-animation-delay: -57.5ms; -webkit-animation-delay: -57.5ms; -moz-animation-delay: -57.5ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(2) { animation-delay: -115ms; -o-animation-delay: -115ms; -ms-animation-delay: -115ms; -webkit-animation-delay: -115ms; -moz-animation-delay: -115ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(3) { animation-delay: -172.5ms; -o-animation-delay: -172.5ms; -ms-animation-delay: -172.5ms; -webkit-animation-delay: -172.5ms; -moz-animation-delay: -172.5ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(4) { animation-delay: -230ms; -o-animation-delay: -230ms; -ms-animation-delay: -230ms; -webkit-animation-delay: -230ms; -moz-animation-delay: -230ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(5) { animation-delay: -287.5ms; -o-animation-delay: -287.5ms; -ms-animation-delay: -287.5ms; -webkit-animation-delay: -287.5ms; -moz-animation-delay: -287.5ms; } .cssload-cssload-loader-line-wrap-wrap:nth-child(1) .cssload-loader-line-wrap { border-color: #222; height: 293px; width: 293px; top: 23px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(2) .cssload-loader-line-wrap { border-color: #333; height: 247px; width: 247px; top: 46px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(3) .cssload-loader-line-wrap { border-color: #555; height: 202px; width: 202px; top: 68px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(4) .cssload-loader-line-wrap { border-color: #888; height: 156px; width: 156px; top: 91px; } .cssload-cssload-loader-line-wrap-wrap:nth-child(5) .cssload-loader-line-wrap { border-color: #bbb; height: 111px; width: 111px; top: 114px; } @keyframes cssload-spin { 0%, 15% { transform: rotate(0); transform: rotate(0); } 100% { transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes cssload-spin { 0%, 15% { -o-transform: rotate(0); transform: rotate(0); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes cssload-spin { 0%, 15% { -ms-transform: rotate(0); transform: rotate(0); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes cssload-spin { 0%, 15% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes cssload-spin { 0%, 15% { -moz-transform: rotate(0); transform: rotate(0); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }
0.548432
0.058025
body { background-color: #444444; font-family:Arial, Helvetica, sans-serif; font-size:13px; background-image:url(../images/default/fhemicon_dark.png); background-repeat:no-repeat; } body[id~=Media] { background-color: #A5A5A5; font-family:Arial, Helvetica, sans-serif; font-size:13px; background-image:url(../icons/Media.bak); background-repeat:no-repeat; } #backimg {position:absolute; top:15px; left:190px;} #logo { position:absolute; top: 10px; left: 10px; width:180px; height:600px; background-image:url(../images/default/fhemicon_dark.png); visibility:hidden;} #fpmenu.fp_arrange { position:absolute; bottom:20px; left:30px; min-width:310px; font-size:9px; border:1px solid #CCCCCC; background: #111111; -moz-border-radius:8px; border-radius:8px; border-spacing: 6px; padding: 6px; box-shadow:5px 5px 5px #000; } #menu { position:absolute; top:180px; left:30px; width:128px; -moz-border-radius:8px; border-radius:8px; border-spacing: 6px; padding-bottom: 6px; padding-top: 6px;} #menu.floorplan { position:absolute; top:180px; left:30px; width:128px; font-size:13px; border:1px solid #CCCCCC; background: #111111; box-shadow:5px 5px 5px #000; padding: 6px;} #hdr { position:absolute; top:15px; left:190px; border:1px solid #CCCCCC; background: #111111; -moz-border-radius:8px; border-radius:8px; border-spacing: 6px; padding: 6px; box-shadow:5px 5px 5px #000; margin-bottom: 10px;} #content { position:absolute; top:50px; left:180px; bottom:10px; right:10px; text-align:center} #startcontent {position:absolute; top:20px; left:200px; text-align:left; font-size: 16px; color:gray; } #errmsg { background-color: #000000; color: #FFFFFF; position:absolute; top:0px; left:40px; z-index: 10; } a { color:#CCCCCC; text-decoration:none;} td {padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px;} img { -moz-border-radius:8px; border-radius:8px;} table { -moz-border-radius:8px; border-radius:8px; } table tr.sel { backround: #333333;} table a:hover {color: #ffffff;} .devicename { font-size: 14px; text-align:center; color: #111111; } .devicestate { text-align:center; color: #111111; } .devicecommands { font-size:14px; text-align:center; color: #111111; } .devicetimestamp{ font-size:10px; text-align:center; color: #111111; } #sz_Rollo.devicename {font-size:14px;} #sz_Rollo.devicecommands {font-size:12px; text-align:center; } #ez_Aussentemperatur_dummy.devicestate {color:green; font-size:30px; } #HomeStatus.devicestate {color:green; font-size:30px; } table.dummy {min-width:100px;} table.FHT {min-width:100px; } #wakeup.devicestate {color:green; font-size:11px; } #ez_FHT.devicestate {color:green; font-size:30px; } #Home.fp_Grundriss {font-size:14px; width:100px; } #Home.fp_Media {font-size:14px; text-align:left; } #Media {font-size:14px; } #Grundriss {font-size:14px; text-align:left; } #w_MucWeather {font-size:16px; color:#D4D4D4} #w_WertListe1 {font-size:20px; color:gray} .fp_tempvalue {color:red; font-size:20px; } .fp_humvalue {color:blue; font-size:20px; } h2,h3,h4 { color:#52865D; line-height:1.3; margin-top:1.5em; font-family:Verdana; } /* detail-selector & slider */ select { margin-left:5px; margin-right:5px; } .set,.attr { margin-bottom:5px; float:left; } .slider { margin-left:10px; float:left; width:140px; height:26px; border:2px solid; color:grey; } .set .slider { background:#101010; border-radius:8px; } /* timepicker */ .set .set { margin-bottom:2px; margin-top:3px; } .handle { position:relative; cursor:pointer; width:50px; height:20px; line-height:20px; border:2px solid; color:white; text-align:center; } .downText { margin-top:2px; } /* next lines are for openautomation-svg */ svg { height:32px; width:32px; fill:#fff; vertical-align:middle; margin:2px 0; } g.on { fill:red; } /* next lines are for remotecontrol */ .rc_body { border-style: solid; border-color: gray; border-width: 2px; padding: 5px; background: #101010; font-size:6px;} .rc_button { padding: 5px 7px;} .rc_button img { border-style: solid; border-width: 1px; border-color: transparent; } .rc_button img:active { border-color: gray; }
fhem/core/www/pgm2/darkfloorplanstyle.css
body { background-color: #444444; font-family:Arial, Helvetica, sans-serif; font-size:13px; background-image:url(../images/default/fhemicon_dark.png); background-repeat:no-repeat; } body[id~=Media] { background-color: #A5A5A5; font-family:Arial, Helvetica, sans-serif; font-size:13px; background-image:url(../icons/Media.bak); background-repeat:no-repeat; } #backimg {position:absolute; top:15px; left:190px;} #logo { position:absolute; top: 10px; left: 10px; width:180px; height:600px; background-image:url(../images/default/fhemicon_dark.png); visibility:hidden;} #fpmenu.fp_arrange { position:absolute; bottom:20px; left:30px; min-width:310px; font-size:9px; border:1px solid #CCCCCC; background: #111111; -moz-border-radius:8px; border-radius:8px; border-spacing: 6px; padding: 6px; box-shadow:5px 5px 5px #000; } #menu { position:absolute; top:180px; left:30px; width:128px; -moz-border-radius:8px; border-radius:8px; border-spacing: 6px; padding-bottom: 6px; padding-top: 6px;} #menu.floorplan { position:absolute; top:180px; left:30px; width:128px; font-size:13px; border:1px solid #CCCCCC; background: #111111; box-shadow:5px 5px 5px #000; padding: 6px;} #hdr { position:absolute; top:15px; left:190px; border:1px solid #CCCCCC; background: #111111; -moz-border-radius:8px; border-radius:8px; border-spacing: 6px; padding: 6px; box-shadow:5px 5px 5px #000; margin-bottom: 10px;} #content { position:absolute; top:50px; left:180px; bottom:10px; right:10px; text-align:center} #startcontent {position:absolute; top:20px; left:200px; text-align:left; font-size: 16px; color:gray; } #errmsg { background-color: #000000; color: #FFFFFF; position:absolute; top:0px; left:40px; z-index: 10; } a { color:#CCCCCC; text-decoration:none;} td {padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px;} img { -moz-border-radius:8px; border-radius:8px;} table { -moz-border-radius:8px; border-radius:8px; } table tr.sel { backround: #333333;} table a:hover {color: #ffffff;} .devicename { font-size: 14px; text-align:center; color: #111111; } .devicestate { text-align:center; color: #111111; } .devicecommands { font-size:14px; text-align:center; color: #111111; } .devicetimestamp{ font-size:10px; text-align:center; color: #111111; } #sz_Rollo.devicename {font-size:14px;} #sz_Rollo.devicecommands {font-size:12px; text-align:center; } #ez_Aussentemperatur_dummy.devicestate {color:green; font-size:30px; } #HomeStatus.devicestate {color:green; font-size:30px; } table.dummy {min-width:100px;} table.FHT {min-width:100px; } #wakeup.devicestate {color:green; font-size:11px; } #ez_FHT.devicestate {color:green; font-size:30px; } #Home.fp_Grundriss {font-size:14px; width:100px; } #Home.fp_Media {font-size:14px; text-align:left; } #Media {font-size:14px; } #Grundriss {font-size:14px; text-align:left; } #w_MucWeather {font-size:16px; color:#D4D4D4} #w_WertListe1 {font-size:20px; color:gray} .fp_tempvalue {color:red; font-size:20px; } .fp_humvalue {color:blue; font-size:20px; } h2,h3,h4 { color:#52865D; line-height:1.3; margin-top:1.5em; font-family:Verdana; } /* detail-selector & slider */ select { margin-left:5px; margin-right:5px; } .set,.attr { margin-bottom:5px; float:left; } .slider { margin-left:10px; float:left; width:140px; height:26px; border:2px solid; color:grey; } .set .slider { background:#101010; border-radius:8px; } /* timepicker */ .set .set { margin-bottom:2px; margin-top:3px; } .handle { position:relative; cursor:pointer; width:50px; height:20px; line-height:20px; border:2px solid; color:white; text-align:center; } .downText { margin-top:2px; } /* next lines are for openautomation-svg */ svg { height:32px; width:32px; fill:#fff; vertical-align:middle; margin:2px 0; } g.on { fill:red; } /* next lines are for remotecontrol */ .rc_body { border-style: solid; border-color: gray; border-width: 2px; padding: 5px; background: #101010; font-size:6px;} .rc_button { padding: 5px 7px;} .rc_button img { border-style: solid; border-width: 1px; border-color: transparent; } .rc_button img:active { border-color: gray; }
0.281702
0.108001
@font-face { font-family: Avenir; src: url(Fonts/AvenirLTW04-65Medium.eot?#iefix); src: url(Fonts/AvenirLTW04-65Medium.eot?#iefix) format("eot"), url(Fonts/AvenirLTW04-65Medium.woff2) format("woff2"), url(Fonts/AvenirLTW04-65Medium.woff) format("woff"), url(Fonts/AvenirLTW04-65Medium.ttf) format("truetype"); font-weight: 400; font-style: normal; font-stretch: normal } /* ------------------------------------- */ /* Colors & Fonts Variables */ :root { --skyBlue: #3ebfcf; --black : #000000; --lightGray: #c3c3c3; --fontFamily: Avenir, Arial, san-serif; --fontSize: 12px; } /* ------------------------------------- */ * { font-family: var(--fontFamily); font-size: var(--fontSize); } .multiselect-picker{ width: 201px; } .picker-card{ width: 100%; height: 205px; border-radius: 5px; box-shadow: 0 0 50px 0 #c3c3c370; padding: 20px 1px 20px 20px; box-sizing: border-box; margin-bottom: 20px; } /* ------------------------------------- */ /* Search Input */ .search-input{ color: var(--black); outline: none; border: none; padding: 0 0 20px 0; border-bottom: solid 1px #c3c3c380; width: calc(100% - 19px) } .search-input::placeholder { color: var(--lightGray); } /* ------------------------------------- */ /* Items */ .items-list{ display: flex; flex-direction: column; max-height: 132px; overflow-y: scroll; scrollbar-color: rgba(194, 194, 197, 0.4) #FFF; scrollbar-width: thin; } .item { margin-top: 11px; width: calc(100% - 12px) } .item-label { display: block; width: 100%; padding: 4px 0; } .item-label:hover { color: var(--skyBlue); } .item-label::after { float:right; position: relative; top: -2px; } .item-unselected::after { content: "+"; font-size: 15px; } .item-selected::after { content: "\2713"; font-size: 13px; } .item-checkbox{ display: none; } .item-checkbox:disabled + .item-label { color: var(--lightGray); } /* ------------------------------------- */ /* Custom Scrollbar */ .items-list::-webkit-scrollbar{ width: 6px; } .items-list::-webkit-scrollbar-track{ margin-top: 11px; } .items-list::-webkit-scrollbar-thumb{ background: rgba(194, 194, 197, 0.4); border-radius: 20px; } /* ------------------------------------- */ /* Chips */ .chips{ display: flex; flex-wrap: wrap; } .chip{ padding: 4px 6px; color: white; background-color: var(--skyBlue); border-radius: 2px; box-shadow: 0 0 20px 0 #c3c3c340; margin: 3px; cursor: pointer; line-height: 18px; } .chip:hover{ background-color: #e34a3b; } .chip::before{ content: "\2713"; margin-right: 5px; font-size: 13px; } .chip:hover:before{ content: "\2716"; margin-right: 5px; font-size: 12px; } /* ------------------------------------- */
src/index.css
@font-face { font-family: Avenir; src: url(Fonts/AvenirLTW04-65Medium.eot?#iefix); src: url(Fonts/AvenirLTW04-65Medium.eot?#iefix) format("eot"), url(Fonts/AvenirLTW04-65Medium.woff2) format("woff2"), url(Fonts/AvenirLTW04-65Medium.woff) format("woff"), url(Fonts/AvenirLTW04-65Medium.ttf) format("truetype"); font-weight: 400; font-style: normal; font-stretch: normal } /* ------------------------------------- */ /* Colors & Fonts Variables */ :root { --skyBlue: #3ebfcf; --black : #000000; --lightGray: #c3c3c3; --fontFamily: Avenir, Arial, san-serif; --fontSize: 12px; } /* ------------------------------------- */ * { font-family: var(--fontFamily); font-size: var(--fontSize); } .multiselect-picker{ width: 201px; } .picker-card{ width: 100%; height: 205px; border-radius: 5px; box-shadow: 0 0 50px 0 #c3c3c370; padding: 20px 1px 20px 20px; box-sizing: border-box; margin-bottom: 20px; } /* ------------------------------------- */ /* Search Input */ .search-input{ color: var(--black); outline: none; border: none; padding: 0 0 20px 0; border-bottom: solid 1px #c3c3c380; width: calc(100% - 19px) } .search-input::placeholder { color: var(--lightGray); } /* ------------------------------------- */ /* Items */ .items-list{ display: flex; flex-direction: column; max-height: 132px; overflow-y: scroll; scrollbar-color: rgba(194, 194, 197, 0.4) #FFF; scrollbar-width: thin; } .item { margin-top: 11px; width: calc(100% - 12px) } .item-label { display: block; width: 100%; padding: 4px 0; } .item-label:hover { color: var(--skyBlue); } .item-label::after { float:right; position: relative; top: -2px; } .item-unselected::after { content: "+"; font-size: 15px; } .item-selected::after { content: "\2713"; font-size: 13px; } .item-checkbox{ display: none; } .item-checkbox:disabled + .item-label { color: var(--lightGray); } /* ------------------------------------- */ /* Custom Scrollbar */ .items-list::-webkit-scrollbar{ width: 6px; } .items-list::-webkit-scrollbar-track{ margin-top: 11px; } .items-list::-webkit-scrollbar-thumb{ background: rgba(194, 194, 197, 0.4); border-radius: 20px; } /* ------------------------------------- */ /* Chips */ .chips{ display: flex; flex-wrap: wrap; } .chip{ padding: 4px 6px; color: white; background-color: var(--skyBlue); border-radius: 2px; box-shadow: 0 0 20px 0 #c3c3c340; margin: 3px; cursor: pointer; line-height: 18px; } .chip:hover{ background-color: #e34a3b; } .chip::before{ content: "\2713"; margin-right: 5px; font-size: 13px; } .chip:hover:before{ content: "\2716"; margin-right: 5px; font-size: 12px; } /* ------------------------------------- */
0.336113
0.136724
*{ padding:0; margin:0; box-sizing: border-box; } body{ font-family:"Robeto", sans-serif; /*background: #e5e5f7!important;*/ background: #e5e5f7!important; display:flex; min-height: 100vh; } .form{ margin:auto; width:90%; display: flex; position:relative; } .form__title{ font-size:2rem; margin-bottom:.5em; text-align:center; } .form__paragraph{ font-weight: 300; text-align:center; } .form__paragraph a{ font-weight: 400; } .form__container{ max-width:400px; min-width:400px; width:50%; margin: 0 1.25em; margin-top: 0.10em; background: #fff; padding:4.5em 3em; border-radius:10px; box-shadow: 0 5px 10px -5px rgb(0 0 0 /30%) } .form__group{ position: relative; --color:#5757577e; } .form__group div{ position: relative; margin: 0 1em; margin-top: 3em; } .form__input{ width:100%; background: none; color:#707c6c; font-size:1rem; padding: .6em .3em; padding-top: 1em; border:none; outline: none; border-bottom:1px solid#000; font-family: "Robeto", sans-serif; } .form__input:focus + .form__label, .form__input:not(:placeholder-shown) + .form__label{ transform: translateY(-17px); transform: scale(.7); transform-origin: left top; color:#3866f2; } .form__label{ color: var(--color); position: absolute; top:-5; left:5px; transform: translateY(10px); transition: transform .5s color .3s; } #button{ background: #3866f2; color:#fff; font-family:"Roboto", sans-serif; font-weight: 300; font-size:1rem; padding:.8em 0; border:none; border-radius:.5em; width:90%; margin-left:5%; margin-top:20px; cursor:pointer; } .form__line{ position:absolute; bottom:0; left:0; width:100%; height: 1px; background: #3866f2; transform: scale(0); transform: left bottom; transition: transform .4s; } .form__input:focus ~ .form__line, .form__input:not(:placeholder-shown) ~ .form__line{ transform: scale(1); } .form__input:focus, .form__input:not(:placeholder-shown){ color:#4d4646; border-bottom:none; } #container{ /*position: relative;*/ width:calc(100% - 440px); /*position: absolute; top:0; bottom:0; right:10px;*/ display:flex; } .div__icons{ width:100%; height: 100%; } #container img{ flex-basis:100%; max-width:650px; height: 100%; max-height: 500px; margin-left:5%; } body{ display: flex; } .form__container{ margin:auto; } #container{ display:none; } /* @media screen and (max-width:1000px){ body{ display: flex; } .form__container{ margin:auto; } #container{ display:none; } }*/
public/css/estilos.css
*{ padding:0; margin:0; box-sizing: border-box; } body{ font-family:"Robeto", sans-serif; /*background: #e5e5f7!important;*/ background: #e5e5f7!important; display:flex; min-height: 100vh; } .form{ margin:auto; width:90%; display: flex; position:relative; } .form__title{ font-size:2rem; margin-bottom:.5em; text-align:center; } .form__paragraph{ font-weight: 300; text-align:center; } .form__paragraph a{ font-weight: 400; } .form__container{ max-width:400px; min-width:400px; width:50%; margin: 0 1.25em; margin-top: 0.10em; background: #fff; padding:4.5em 3em; border-radius:10px; box-shadow: 0 5px 10px -5px rgb(0 0 0 /30%) } .form__group{ position: relative; --color:#5757577e; } .form__group div{ position: relative; margin: 0 1em; margin-top: 3em; } .form__input{ width:100%; background: none; color:#707c6c; font-size:1rem; padding: .6em .3em; padding-top: 1em; border:none; outline: none; border-bottom:1px solid#000; font-family: "Robeto", sans-serif; } .form__input:focus + .form__label, .form__input:not(:placeholder-shown) + .form__label{ transform: translateY(-17px); transform: scale(.7); transform-origin: left top; color:#3866f2; } .form__label{ color: var(--color); position: absolute; top:-5; left:5px; transform: translateY(10px); transition: transform .5s color .3s; } #button{ background: #3866f2; color:#fff; font-family:"Roboto", sans-serif; font-weight: 300; font-size:1rem; padding:.8em 0; border:none; border-radius:.5em; width:90%; margin-left:5%; margin-top:20px; cursor:pointer; } .form__line{ position:absolute; bottom:0; left:0; width:100%; height: 1px; background: #3866f2; transform: scale(0); transform: left bottom; transition: transform .4s; } .form__input:focus ~ .form__line, .form__input:not(:placeholder-shown) ~ .form__line{ transform: scale(1); } .form__input:focus, .form__input:not(:placeholder-shown){ color:#4d4646; border-bottom:none; } #container{ /*position: relative;*/ width:calc(100% - 440px); /*position: absolute; top:0; bottom:0; right:10px;*/ display:flex; } .div__icons{ width:100%; height: 100%; } #container img{ flex-basis:100%; max-width:650px; height: 100%; max-height: 500px; margin-left:5%; } body{ display: flex; } .form__container{ margin:auto; } #container{ display:none; } /* @media screen and (max-width:1000px){ body{ display: flex; } .form__container{ margin:auto; } #container{ display:none; } }*/
0.314366
0.04439
.hidden { display: none; } .typeList { margin-bottom: 10px; } .labelRow .label { margin-bottom: 0px; } .type-segment{ margin-left: 0px; margin-right: 5px; margin-bottom: 5px; } button.btn.damageType-token, button.btn.damageType-token:hover, button.btn.damageType-token:focus, button.btn.damageType-token:active, button.btn.damageType-token:active:hover, button.btn.damageType-token.active, .open { color: white; background-position: 0 0; cursor: default; /*font-weight: 700;*/ text-shadow: none; border-color: #616161; } /*Styles for different damage types*/ /*Fire*/ button.btn.fire, button.btn.fire:focus { background-image: linear-gradient(to bottom,#F08030 0,#9C531F 100%);/*fire reg:F08030 / dark:9C531F / light:F5AC78*/ background-color: #F08030; } button.btn.editing.fire:hover { background-image: linear-gradient(to bottom,#F5AC78 0,#F08030 100%); } button.btn.editing.fire:active, button.btn.editing.fire:active:hover, button.btn.editing.fire.active, .open { background-color: #9C531F; background-image: none; } /*Thunder*/ button.btn.thunder, button.btn.editing.thunder, button.btn.thunder:focus, button.btn.thunder:hover{ color: white; background-image: linear-gradient(to bottom,#B8B8D0 0,#787887 100%); /*steel reg:B8B8D0 / dark:787887 / light:D1D1E0 */ } button.btn.editing.thunder:hover { color: white; background-image: linear-gradient(to bottom,#D1D1E0 0,#B8B8D0 100%); } button.btn.editing.thunder:active, button.btn.editing.thunder:active:hover, button.btn.editing.thunder.active, .open { background-color: #787887; background-image: none; } /*Radiant*/ button.btn.radiant, .radiant:hover{ background-image: linear-gradient(to bottom,#A890F0 0,#6D5E9C 100%); /*flying reg:A890F0 / dark:6D5E9C / light:C6B7F5 */ } button.btn.editing.radiant:hover { background-image: linear-gradient(to bottom,#C6B7F5 0,#A890F0 100%); } button.btn.editing.radiant:active, button.btn.editing.radiant:active:hover, button.btn.editing.radiant.active, .open { background-color: #6D5E9C; background-image: none; } /*Poison*/ button.btn.poison, .poison:hover{ color: white; background-image: linear-gradient(to bottom,#A040A0 0,#682A68 100%);/*poison reg:A040A0 / dark:682A68 / light:C183C1 */ } button.btn.editing.poison:hover { background-image: linear-gradient(to bottom,#C183C1 0,#A040A0 100%); } button.btn.editing.poison:active, button.btn.editing.poison:active:hover, button.btn.editing.poison.active, .open { background-color: #682A68; background-image: none; } /*Slashing*/ button.btn.slashing, .slashing:hover{ background-image: linear-gradient(to bottom,#6890F0 0,#445E9C 100%); /*water reg:6890F0 / dark:445E9C / light:9DB7F5 */ } button.btn.editing.slashing:hover { background-image: linear-gradient(to bottom,#9DB7F5 0,#6890F0 100%); } button.btn.editing.slashing:active, button.btn.editing.slashing:active:hover, button.btn.editing.slashing.active, .open { background-color: #445E9C; background-image: none; } /*Piercing*/ button.btn.piercing, .piercing:hover{ color: white; background-image: linear-gradient(to bottom,#705848 0,#49392F 100%); /*dark reg:705848 / dark:49392F / light:A29288 */ } button.btn.editing.piercing:hover { background-image: linear-gradient(to bottom,#A29288 0,#705848 100%); } button.btn.editing.piercing:active, button.btn.editing.piercing:active:hover, button.btn.editing.piercing.active, .open { background-color: #49392F; background-image: none; } /*Bludgeoning*/ button.btn.bludgeoning, .bludgeoning:hover{ background-image: linear-gradient(to bottom,#C03028 0,#7D1F1A 100%); /*fighting reg:C03028 / dark:7D1F1A / light:D67873 */ } button.btn.editing.bludgeoning:hover { background-image: linear-gradient(to bottom,#D67873 0,#C03028 100%); } button.btn.editing.bludgeoning:active, button.btn.editing.bludgeoning:active:hover, button.btn.editing.bludgeoning.active, .open { background-color: #7D1F1A; background-image: none; } /*Lightning*/ button.btn.lightning, button.btn.lightning:hover, button.btn.lightning:focus { color: white; background-image: linear-gradient(to bottom,#F8D030 0,#A1871F 100%); /*electric reg:F8D030 / dark:A1871F / light:FAE078 */ } button.btn.editing.lightning:hover { color: white; background-image: linear-gradient(to bottom,#FAE078 0,#F8D030 100%); } button.btn.editing.lightning:active, button.btn.editing.lightning:active:hover, button.btn.editing.lightning.active, .open { color:white; background-color: #A1871F; background-image: none; } /*Psychic*/ button.btn.psychic, .psychic:hover{ background-image: linear-gradient(to bottom,#F85888 0,#A13959 100%);/*psychic reg:F85888 / dark:A13959 / light:FA92B2 */ } button.btn.editing.psychic:hover { background-image: linear-gradient(to bottom,#FA92B2 0,#F85888 100%); } button.btn.editing.psychic:active, button.btn.editing.psychic:active:hover, button.btn.editing.psychic.active, .open { background-color: #A13959; background-image: none; } /*Necrotic*/ button.btn.necrotic, .necrotic:hover{ color: white; background-image: linear-gradient(to bottom,#705898 0,#493963 100%); /*ghost reg:705898 / dark:493963 / light:A292BC */ } button.btn.editing.necrotic:hover { background-image: linear-gradient(to bottom,#A292BC 0,#705898 100%); } button.btn.editing.necrotic:active, button.btn.editing.necrotic:active:hover, button.btn.editing.necrotic.active, .open { background-color: #493963; background-image: none; } /*Cold*/ button.btn.cold, button.btn.cold:hover, button.btn.cold:focus{ color: white; background-image: linear-gradient(to bottom,#BCE6E6 0,#638D8D 100%);/*ice reg:98D8D8 / dark:638D8D / light:BCE6E6 */ } button.btn.editing.cold:hover { color: white; background-image: linear-gradient(to bottom,#BCE6E6 0,#98D8D8 100%); } button.btn.editing.cold:active, button.btn.editing.cold:active:hover, button.btn.editing.cold.active, .open { color: white; background-color: #638D8D; background-image: none; } /*Acid*/ button.btn.acid, button.btn.acid:hover{ background-image: linear-gradient(to bottom,#A8B820 0,#6D7815 100%);/*bug reg:A8B820 / dark:6D7815 / light:C6D16E */ } button.btn.editing.acid:hover { background-image: linear-gradient(to bottom,#C6D16E 0,#A8B820 100%); } button.btn.editing.acid:active, button.btn.editing.acid:active:hover, button.btn.editing.acid.active, .open { background-color: #6D7815; background-image: none; } /*Force*/ button.btn.force, button.btn.force:hover{ color: white; background-image: linear-gradient(to bottom,#A8A878 0,#6D6D4E 100%);/*normal reg:A8A878 / dark:6D6D4E / light:C6C6A7 */ } button.btn.editing.force:hover { background-image: linear-gradient(to bottom,#C6C6A7 0,#A8A878 100%); } button.btn.editing.force:active, button.btn.editing.force:active:hover, button.btn.editing.force.active, .open { background-color: #6D6D4E; background-image: none; } /*misc*/ /*background-image: linear-gradient(to bottom,#A890F0 0,#6D5E9C 100%); /*flying*/ /*background-image: linear-gradient(to bottom,#E0C068 0,#927D44 100%); /*ground*/
src/Components/CreatureBuilder/HealthMod/style.css
.hidden { display: none; } .typeList { margin-bottom: 10px; } .labelRow .label { margin-bottom: 0px; } .type-segment{ margin-left: 0px; margin-right: 5px; margin-bottom: 5px; } button.btn.damageType-token, button.btn.damageType-token:hover, button.btn.damageType-token:focus, button.btn.damageType-token:active, button.btn.damageType-token:active:hover, button.btn.damageType-token.active, .open { color: white; background-position: 0 0; cursor: default; /*font-weight: 700;*/ text-shadow: none; border-color: #616161; } /*Styles for different damage types*/ /*Fire*/ button.btn.fire, button.btn.fire:focus { background-image: linear-gradient(to bottom,#F08030 0,#9C531F 100%);/*fire reg:F08030 / dark:9C531F / light:F5AC78*/ background-color: #F08030; } button.btn.editing.fire:hover { background-image: linear-gradient(to bottom,#F5AC78 0,#F08030 100%); } button.btn.editing.fire:active, button.btn.editing.fire:active:hover, button.btn.editing.fire.active, .open { background-color: #9C531F; background-image: none; } /*Thunder*/ button.btn.thunder, button.btn.editing.thunder, button.btn.thunder:focus, button.btn.thunder:hover{ color: white; background-image: linear-gradient(to bottom,#B8B8D0 0,#787887 100%); /*steel reg:B8B8D0 / dark:787887 / light:D1D1E0 */ } button.btn.editing.thunder:hover { color: white; background-image: linear-gradient(to bottom,#D1D1E0 0,#B8B8D0 100%); } button.btn.editing.thunder:active, button.btn.editing.thunder:active:hover, button.btn.editing.thunder.active, .open { background-color: #787887; background-image: none; } /*Radiant*/ button.btn.radiant, .radiant:hover{ background-image: linear-gradient(to bottom,#A890F0 0,#6D5E9C 100%); /*flying reg:A890F0 / dark:6D5E9C / light:C6B7F5 */ } button.btn.editing.radiant:hover { background-image: linear-gradient(to bottom,#C6B7F5 0,#A890F0 100%); } button.btn.editing.radiant:active, button.btn.editing.radiant:active:hover, button.btn.editing.radiant.active, .open { background-color: #6D5E9C; background-image: none; } /*Poison*/ button.btn.poison, .poison:hover{ color: white; background-image: linear-gradient(to bottom,#A040A0 0,#682A68 100%);/*poison reg:A040A0 / dark:682A68 / light:C183C1 */ } button.btn.editing.poison:hover { background-image: linear-gradient(to bottom,#C183C1 0,#A040A0 100%); } button.btn.editing.poison:active, button.btn.editing.poison:active:hover, button.btn.editing.poison.active, .open { background-color: #682A68; background-image: none; } /*Slashing*/ button.btn.slashing, .slashing:hover{ background-image: linear-gradient(to bottom,#6890F0 0,#445E9C 100%); /*water reg:6890F0 / dark:445E9C / light:9DB7F5 */ } button.btn.editing.slashing:hover { background-image: linear-gradient(to bottom,#9DB7F5 0,#6890F0 100%); } button.btn.editing.slashing:active, button.btn.editing.slashing:active:hover, button.btn.editing.slashing.active, .open { background-color: #445E9C; background-image: none; } /*Piercing*/ button.btn.piercing, .piercing:hover{ color: white; background-image: linear-gradient(to bottom,#705848 0,#49392F 100%); /*dark reg:705848 / dark:49392F / light:A29288 */ } button.btn.editing.piercing:hover { background-image: linear-gradient(to bottom,#A29288 0,#705848 100%); } button.btn.editing.piercing:active, button.btn.editing.piercing:active:hover, button.btn.editing.piercing.active, .open { background-color: #49392F; background-image: none; } /*Bludgeoning*/ button.btn.bludgeoning, .bludgeoning:hover{ background-image: linear-gradient(to bottom,#C03028 0,#7D1F1A 100%); /*fighting reg:C03028 / dark:7D1F1A / light:D67873 */ } button.btn.editing.bludgeoning:hover { background-image: linear-gradient(to bottom,#D67873 0,#C03028 100%); } button.btn.editing.bludgeoning:active, button.btn.editing.bludgeoning:active:hover, button.btn.editing.bludgeoning.active, .open { background-color: #7D1F1A; background-image: none; } /*Lightning*/ button.btn.lightning, button.btn.lightning:hover, button.btn.lightning:focus { color: white; background-image: linear-gradient(to bottom,#F8D030 0,#A1871F 100%); /*electric reg:F8D030 / dark:A1871F / light:FAE078 */ } button.btn.editing.lightning:hover { color: white; background-image: linear-gradient(to bottom,#FAE078 0,#F8D030 100%); } button.btn.editing.lightning:active, button.btn.editing.lightning:active:hover, button.btn.editing.lightning.active, .open { color:white; background-color: #A1871F; background-image: none; } /*Psychic*/ button.btn.psychic, .psychic:hover{ background-image: linear-gradient(to bottom,#F85888 0,#A13959 100%);/*psychic reg:F85888 / dark:A13959 / light:FA92B2 */ } button.btn.editing.psychic:hover { background-image: linear-gradient(to bottom,#FA92B2 0,#F85888 100%); } button.btn.editing.psychic:active, button.btn.editing.psychic:active:hover, button.btn.editing.psychic.active, .open { background-color: #A13959; background-image: none; } /*Necrotic*/ button.btn.necrotic, .necrotic:hover{ color: white; background-image: linear-gradient(to bottom,#705898 0,#493963 100%); /*ghost reg:705898 / dark:493963 / light:A292BC */ } button.btn.editing.necrotic:hover { background-image: linear-gradient(to bottom,#A292BC 0,#705898 100%); } button.btn.editing.necrotic:active, button.btn.editing.necrotic:active:hover, button.btn.editing.necrotic.active, .open { background-color: #493963; background-image: none; } /*Cold*/ button.btn.cold, button.btn.cold:hover, button.btn.cold:focus{ color: white; background-image: linear-gradient(to bottom,#BCE6E6 0,#638D8D 100%);/*ice reg:98D8D8 / dark:638D8D / light:BCE6E6 */ } button.btn.editing.cold:hover { color: white; background-image: linear-gradient(to bottom,#BCE6E6 0,#98D8D8 100%); } button.btn.editing.cold:active, button.btn.editing.cold:active:hover, button.btn.editing.cold.active, .open { color: white; background-color: #638D8D; background-image: none; } /*Acid*/ button.btn.acid, button.btn.acid:hover{ background-image: linear-gradient(to bottom,#A8B820 0,#6D7815 100%);/*bug reg:A8B820 / dark:6D7815 / light:C6D16E */ } button.btn.editing.acid:hover { background-image: linear-gradient(to bottom,#C6D16E 0,#A8B820 100%); } button.btn.editing.acid:active, button.btn.editing.acid:active:hover, button.btn.editing.acid.active, .open { background-color: #6D7815; background-image: none; } /*Force*/ button.btn.force, button.btn.force:hover{ color: white; background-image: linear-gradient(to bottom,#A8A878 0,#6D6D4E 100%);/*normal reg:A8A878 / dark:6D6D4E / light:C6C6A7 */ } button.btn.editing.force:hover { background-image: linear-gradient(to bottom,#C6C6A7 0,#A8A878 100%); } button.btn.editing.force:active, button.btn.editing.force:active:hover, button.btn.editing.force.active, .open { background-color: #6D6D4E; background-image: none; } /*misc*/ /*background-image: linear-gradient(to bottom,#A890F0 0,#6D5E9C 100%); /*flying*/ /*background-image: linear-gradient(to bottom,#E0C068 0,#927D44 100%); /*ground*/
0.450118
0.090655
* { margin: 0; } html { position:relative; } .zenario_skin { min-height: 100%; } #zenario_citem { position:relative; } .zenario_slot_padding { display:none; } /* HEADER --------------------------------------------------------------------------------------------------*/ .slot_top { position:relative; z-index:3; height:35px; text-align:center; background:#fff; border-bottom:1px solid #f0f0f0; margin-bottom:80px; } .Grid_Header { position:absolute; z-index:98; top:36px; width:100%; height:80px; background:#fff; box-shadow: 0px 2px 6.44px 0.56px rgba(0, 0, 0, 0.18); } .Grid_Header.fixed_header { position:fixed; top:0; } /* ADMIN HACKS */ .zenario_adminLoggedIn.zenario_pageMode_item .Grid_Header, .zenario_adminLoggedIn.zenario_pageMode_menu .Grid_Header, .zenario_adminLoggedIn.zenario_pageMode_template .Grid_Header { height:auto; } .zenario_adminLoggedIn.zenario_pageMode_item .slot_top, .zenario_adminLoggedIn.zenario_pageMode_menu .slot_top, .zenario_adminLoggedIn.zenario_pageMode_template .slot_top { margin-bottom:133px; } /* HEADER WITH RESPOSIVE DATA PUSH AND PULL MENU --------------------------------------------------------------------------------------------------*/ body > .Grid_Header { position:absolute; z-index:97 !important; width:100%; top:36px; left:0; right:0; } .mm-wrapper_opening .Grid_Header { z-index:1 !important; } body.zenario_adminLoggedIn > .Grid_Header { top:165px; } body.zenario_adminLoggedIn > .Grid_Header.fixed_header { top:0; } body.zenario_adminLoggedIn.zenario_pageMode_template > .Grid_Header, body.zenario_adminLoggedIn.zenario_pageMode_item > .Grid_Header { z-index:1 !important; } /* BODY --------------------------------------------------------------------------------------------------*/ .Grid_Body .container { min-height:450px; } .Grid_Body .zenario_slot, .slot_masthead .zenario_slot { margin-bottom:50px; } .Grid_Body .zenario_slot .zenario_slot, .slot_masthead .zenario_slot .zenario_slot { margin-bottom:0; } .section { margin-top:65px; } .Grid_Full_Boxes { padding:100px 0; background:#292e35; } .Grid_Full_Boxes *, .Grid_Full_Boxes h2, .Grid_Full_Boxes a { color:#FFF; } .Grouping_Contact { background:url('../images/vertical-divider.png') repeat-y center top; } body.desktop .Grouping_Contact .zenario_slot { padding-right:40px; } /* FOOTER --------------------------------------------------------------------------------------------------*/ .Grid_Footer { padding:30px 0 40px; background:#292e35; } .Grid_Footer *, .Grid_Footer a { color:#FFF; } .Grid_Footer .zenario_slot { padding-top:10px; } .Grid_Footer .zenario_slot .zenario_slot { padding-top:0; } .Grid_Footer .Grouping_Footer { text-align:right; }
zenario_custom/skins/blackdog/editable_css/1.layout.css
* { margin: 0; } html { position:relative; } .zenario_skin { min-height: 100%; } #zenario_citem { position:relative; } .zenario_slot_padding { display:none; } /* HEADER --------------------------------------------------------------------------------------------------*/ .slot_top { position:relative; z-index:3; height:35px; text-align:center; background:#fff; border-bottom:1px solid #f0f0f0; margin-bottom:80px; } .Grid_Header { position:absolute; z-index:98; top:36px; width:100%; height:80px; background:#fff; box-shadow: 0px 2px 6.44px 0.56px rgba(0, 0, 0, 0.18); } .Grid_Header.fixed_header { position:fixed; top:0; } /* ADMIN HACKS */ .zenario_adminLoggedIn.zenario_pageMode_item .Grid_Header, .zenario_adminLoggedIn.zenario_pageMode_menu .Grid_Header, .zenario_adminLoggedIn.zenario_pageMode_template .Grid_Header { height:auto; } .zenario_adminLoggedIn.zenario_pageMode_item .slot_top, .zenario_adminLoggedIn.zenario_pageMode_menu .slot_top, .zenario_adminLoggedIn.zenario_pageMode_template .slot_top { margin-bottom:133px; } /* HEADER WITH RESPOSIVE DATA PUSH AND PULL MENU --------------------------------------------------------------------------------------------------*/ body > .Grid_Header { position:absolute; z-index:97 !important; width:100%; top:36px; left:0; right:0; } .mm-wrapper_opening .Grid_Header { z-index:1 !important; } body.zenario_adminLoggedIn > .Grid_Header { top:165px; } body.zenario_adminLoggedIn > .Grid_Header.fixed_header { top:0; } body.zenario_adminLoggedIn.zenario_pageMode_template > .Grid_Header, body.zenario_adminLoggedIn.zenario_pageMode_item > .Grid_Header { z-index:1 !important; } /* BODY --------------------------------------------------------------------------------------------------*/ .Grid_Body .container { min-height:450px; } .Grid_Body .zenario_slot, .slot_masthead .zenario_slot { margin-bottom:50px; } .Grid_Body .zenario_slot .zenario_slot, .slot_masthead .zenario_slot .zenario_slot { margin-bottom:0; } .section { margin-top:65px; } .Grid_Full_Boxes { padding:100px 0; background:#292e35; } .Grid_Full_Boxes *, .Grid_Full_Boxes h2, .Grid_Full_Boxes a { color:#FFF; } .Grouping_Contact { background:url('../images/vertical-divider.png') repeat-y center top; } body.desktop .Grouping_Contact .zenario_slot { padding-right:40px; } /* FOOTER --------------------------------------------------------------------------------------------------*/ .Grid_Footer { padding:30px 0 40px; background:#292e35; } .Grid_Footer *, .Grid_Footer a { color:#FFF; } .Grid_Footer .zenario_slot { padding-top:10px; } .Grid_Footer .zenario_slot .zenario_slot { padding-top:0; } .Grid_Footer .Grouping_Footer { text-align:right; }
0.306423
0.107719
.header_fix{ z-index: 200; width: 100%; position: relative; } #logo{ z-index: 999; top:0; left:0; width:60px; height:180px; /* position: fixed; */ position: absolute; } #logo img{ z-index: 999; } .new_header{ left: 0; margin-bottom: 0; min-width: 1320px; transition: all 0.3s; position: relative; } #header{ min-width: 1200px; background-color: #333333; margin-bottom: 0; clear: both; } div#header>a{ display: block; } #small_logo{ width: 50px; height: 50px; position: fixed; left: 0; z-index: 200; top: 0; } img{ vertical-align:top; border:none; } .top_box{ height: 34px !important; background: #444 !important; min-width: 1200px; } .top_cont{ height: 34px; line-height: 34px; color: #9e9e9e; font-size: 12px; width: 1200px; margin: 0 auto; } /*左上角灰色小字*/ .top_ul{ margin-left: 0; float: left; } .top_ul li{ line-height: 34px; padding: 0 8px; float: left; } .top_ul li a{ color:#cacaca; font-size: 12px; } /*悬浮点亮*/ #top-nav li a:hover{ color:#fff; } .top_link{ width: 90px; position: relative; float: left; z-index: 999; } /*左上角手机版小字*/ .top_title{ color: #cacaca; font-size: 12px; height:34px; line-height: 34px; position: relative; cursor:pointer; padding-left: 10px; } /*手机版右侧下拉箭头*/ .top_down{ top: 11px; background:url(../img/top/01.png) -211px -25px; width:12px; height:12px; position: absolute; margin-left: 4px; display: none; } /*手机版右侧上拉箭头*/ .top_usepng{ display: inline-block; background-repeat:no-repeat; } .top_link .phone_ul{ height:100px; position: absolute; width: 100px; } /*悬浮字体变色*/ .top_link:hover .top_title{ color:#fff; } /*悬浮出上拉箭头*/ .top_link:hover .top_down{ display: none; } .top_link:hover .top_up{ top: 11px; background:url(../img/top/01.png) -196px -25px; width:12px; height:12px; position: absolute; margin-left: 6px; } /*悬浮弹出二维码*/ .top_link:hover .phone_ul{ display:block; } /*手机版下拉二维码 区域*/ .top_link ul{ top:34px; left: 0; padding: 8px 0; background: #fff; } .phone_ul{ display: none; } /*手机版下拉二维码设置*/ .top_link .phone_d{ position: relative; padding-left: 116px; padding-top: 14px; } .top_link ul li{ padding:2px 0; } /*二维码图片*/ .top_link .phone_d .phoneicon{ position: absolute; top:4px; left:12px; background:url(../img/top/02.png) -88px -592px; display: block; width:76px; height:76px; } /*二维码配文字*/ .phoneul_code{ position: absolute; top: 80px; left: 21px; } /*小喇叭*/ .horn_ring{ float: left; margin-top:11px; margin-left:5px; width:16px; height:13px; background:url(../img/top/ring.png); } .header-main{ width:1200px; height:50px; margin:0 auto; position:relative; } .header-main .nav{ width:760px; height:50px; display: flex; margin-left:8px; padding-left:0; position:absolute; /*margin:0 auto;*/ } .nav_box{ padding-left:0; width:760px; height:50px; } .nav_box ul{ float:left; } .nav_box ul li{ padding-right:25px; line-height: 30px; font-size:16px; position: relative; float:left; } .nav_box ul li>a{ font-size: 16px; color: #fff; vertical-align: middle; line-height: 50px; height:50px; } .header-main .search{ margin-top:9px; position: absolute; right: 219px; } .logo_text{ float: right; position: relative; } .search_box{ position: relative; } /*input输入框底层色框样式*/ .search_input_bg{ width: 270px; height:36px; background-color: #eee; border-radius: 30px; position: absolute; top: 0; left:-210px; opacity: 0.35; } /*input输入框右侧放大镜图案,白色底图样式*/ a.serch_box_img{ display: block; margin-right: 0; position: absolute; right: -55px; top: 3px; width:30px; height:30px; background-color: #fff; cursor:pointer; z-index: 2; border-radius: 50%; } /*input输入框旁放大镜图案样式*/ a.serch_box_img span{ display: inline-block; width: 14px; height:14px; position:absolute; top:8px; left: 8px; background:url(../img/top/search.png); } /*input输入框样式*/ .search_box input{ width:220px; height:36px; outline:0; font-size: 12px; line-height: 36px; position: absolute; left: -205px; top:1px; z-index: 1; background:transparent; border:none; color: #fff; padding:0 10px; } /*input底文字颜色样式*/ .search_box input::-webkit-input-placeholder{ color: #d3d3d3; } /*右上角购物车区域设置*/ .top_login_r{ top:6px; width:78px; position: relative; float: right; z-index: 999; } .top_login_title{ height:35px; line-height: 35px; position: relative; cursor: pointer; padding-left: 10px; font-size: 14px; } /*购物车*/ .home_cart{ width: 26px; height:19px; background:url(../img/top/03.png) -71px -76px no-repeat; cursor: pointer; display: inline-block; margin-top: 9px; } /*购物车小红点*/ #top_cart_count{ margin-left: -2px; color:#fff; font-size: 11px; position: absolute; display: inline-block; background: url(../img/top/02.png) -185px -201px; width:19px; height:19px; line-height: 18px; padding-left: 2px; top: 0; text-align: center; } /*用户登陆区域*/ .top_login{ padding-top:8px; cursor: pointer; float: right; } .top_login li{ float: left; height: 14px; line-height: 14px; padding: 0 10px; } /*登陆头像*/ .top_login li a{ color:#fff; font-size: 13px; } .top_login li a:active #ppWrapper{ display:block; } .login{ width:35px; height:35px; display:inline-block; margin-right: 7px; background: url(../img/top/user.png) no-repeat; } /*注册送礼包图标*/ .top_login #head_bubble{ position: absolute; display: block; top: -30px; right: 92px; height: 26px; width: 157px; background-image: url(../img/top/gift.png); background-size: contain; background-repeat: no-repeat; } /*登陆跳转*/ .top_phone{ position: absolute; right: 94px; top: 8px; z-index: 999; display: none; width: 35px; height: 40px; } .top_phone span.top_msg_tipdot{ position: absolute; width: 10px; height: 10px; background: red; top: -2PX; right: 0; border-radius: 50%; /* display: none; */ } .gotomycenter{ line-height: 38px; } .top_phone ul{ width: 130px; border: 1px solid #d3d3d3; background: #fff; padding: 10px 5px; top: 40px; /* z-index: 999; */ display: none; position: absolute; left: 50%; transform: translate(-50%); } .top_phone ul li{ line-height: 28px; height: 28px; text-align: center; } .top_phone_title{ color:#000; position: relative; cursor: pointer; padding-left: 10px; font-size: 14px; overflow: hidden; } .top_phone ul li a{ color: #000; font-size: 13px; } .header_bottom{ display: none; width: 100%; height: 118px; min-width: 1320px; } /* 小三角 */ .yetlogin_icon{ display: none; width: 0px; height: 0px; border-top: 10px solid transparent; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #fff; position: absolute; top: 21px; z-index: 1; left: 50%; transform: translate(-50%); } /* 鼠标移入移出事件 */ .top_username:hover ul,.top_username:hover .yetlogin_icon{ display: block; } .yetlogin a{ display: inline-block; width: 32px; height: 33px; }
css/header.css
.header_fix{ z-index: 200; width: 100%; position: relative; } #logo{ z-index: 999; top:0; left:0; width:60px; height:180px; /* position: fixed; */ position: absolute; } #logo img{ z-index: 999; } .new_header{ left: 0; margin-bottom: 0; min-width: 1320px; transition: all 0.3s; position: relative; } #header{ min-width: 1200px; background-color: #333333; margin-bottom: 0; clear: both; } div#header>a{ display: block; } #small_logo{ width: 50px; height: 50px; position: fixed; left: 0; z-index: 200; top: 0; } img{ vertical-align:top; border:none; } .top_box{ height: 34px !important; background: #444 !important; min-width: 1200px; } .top_cont{ height: 34px; line-height: 34px; color: #9e9e9e; font-size: 12px; width: 1200px; margin: 0 auto; } /*左上角灰色小字*/ .top_ul{ margin-left: 0; float: left; } .top_ul li{ line-height: 34px; padding: 0 8px; float: left; } .top_ul li a{ color:#cacaca; font-size: 12px; } /*悬浮点亮*/ #top-nav li a:hover{ color:#fff; } .top_link{ width: 90px; position: relative; float: left; z-index: 999; } /*左上角手机版小字*/ .top_title{ color: #cacaca; font-size: 12px; height:34px; line-height: 34px; position: relative; cursor:pointer; padding-left: 10px; } /*手机版右侧下拉箭头*/ .top_down{ top: 11px; background:url(../img/top/01.png) -211px -25px; width:12px; height:12px; position: absolute; margin-left: 4px; display: none; } /*手机版右侧上拉箭头*/ .top_usepng{ display: inline-block; background-repeat:no-repeat; } .top_link .phone_ul{ height:100px; position: absolute; width: 100px; } /*悬浮字体变色*/ .top_link:hover .top_title{ color:#fff; } /*悬浮出上拉箭头*/ .top_link:hover .top_down{ display: none; } .top_link:hover .top_up{ top: 11px; background:url(../img/top/01.png) -196px -25px; width:12px; height:12px; position: absolute; margin-left: 6px; } /*悬浮弹出二维码*/ .top_link:hover .phone_ul{ display:block; } /*手机版下拉二维码 区域*/ .top_link ul{ top:34px; left: 0; padding: 8px 0; background: #fff; } .phone_ul{ display: none; } /*手机版下拉二维码设置*/ .top_link .phone_d{ position: relative; padding-left: 116px; padding-top: 14px; } .top_link ul li{ padding:2px 0; } /*二维码图片*/ .top_link .phone_d .phoneicon{ position: absolute; top:4px; left:12px; background:url(../img/top/02.png) -88px -592px; display: block; width:76px; height:76px; } /*二维码配文字*/ .phoneul_code{ position: absolute; top: 80px; left: 21px; } /*小喇叭*/ .horn_ring{ float: left; margin-top:11px; margin-left:5px; width:16px; height:13px; background:url(../img/top/ring.png); } .header-main{ width:1200px; height:50px; margin:0 auto; position:relative; } .header-main .nav{ width:760px; height:50px; display: flex; margin-left:8px; padding-left:0; position:absolute; /*margin:0 auto;*/ } .nav_box{ padding-left:0; width:760px; height:50px; } .nav_box ul{ float:left; } .nav_box ul li{ padding-right:25px; line-height: 30px; font-size:16px; position: relative; float:left; } .nav_box ul li>a{ font-size: 16px; color: #fff; vertical-align: middle; line-height: 50px; height:50px; } .header-main .search{ margin-top:9px; position: absolute; right: 219px; } .logo_text{ float: right; position: relative; } .search_box{ position: relative; } /*input输入框底层色框样式*/ .search_input_bg{ width: 270px; height:36px; background-color: #eee; border-radius: 30px; position: absolute; top: 0; left:-210px; opacity: 0.35; } /*input输入框右侧放大镜图案,白色底图样式*/ a.serch_box_img{ display: block; margin-right: 0; position: absolute; right: -55px; top: 3px; width:30px; height:30px; background-color: #fff; cursor:pointer; z-index: 2; border-radius: 50%; } /*input输入框旁放大镜图案样式*/ a.serch_box_img span{ display: inline-block; width: 14px; height:14px; position:absolute; top:8px; left: 8px; background:url(../img/top/search.png); } /*input输入框样式*/ .search_box input{ width:220px; height:36px; outline:0; font-size: 12px; line-height: 36px; position: absolute; left: -205px; top:1px; z-index: 1; background:transparent; border:none; color: #fff; padding:0 10px; } /*input底文字颜色样式*/ .search_box input::-webkit-input-placeholder{ color: #d3d3d3; } /*右上角购物车区域设置*/ .top_login_r{ top:6px; width:78px; position: relative; float: right; z-index: 999; } .top_login_title{ height:35px; line-height: 35px; position: relative; cursor: pointer; padding-left: 10px; font-size: 14px; } /*购物车*/ .home_cart{ width: 26px; height:19px; background:url(../img/top/03.png) -71px -76px no-repeat; cursor: pointer; display: inline-block; margin-top: 9px; } /*购物车小红点*/ #top_cart_count{ margin-left: -2px; color:#fff; font-size: 11px; position: absolute; display: inline-block; background: url(../img/top/02.png) -185px -201px; width:19px; height:19px; line-height: 18px; padding-left: 2px; top: 0; text-align: center; } /*用户登陆区域*/ .top_login{ padding-top:8px; cursor: pointer; float: right; } .top_login li{ float: left; height: 14px; line-height: 14px; padding: 0 10px; } /*登陆头像*/ .top_login li a{ color:#fff; font-size: 13px; } .top_login li a:active #ppWrapper{ display:block; } .login{ width:35px; height:35px; display:inline-block; margin-right: 7px; background: url(../img/top/user.png) no-repeat; } /*注册送礼包图标*/ .top_login #head_bubble{ position: absolute; display: block; top: -30px; right: 92px; height: 26px; width: 157px; background-image: url(../img/top/gift.png); background-size: contain; background-repeat: no-repeat; } /*登陆跳转*/ .top_phone{ position: absolute; right: 94px; top: 8px; z-index: 999; display: none; width: 35px; height: 40px; } .top_phone span.top_msg_tipdot{ position: absolute; width: 10px; height: 10px; background: red; top: -2PX; right: 0; border-radius: 50%; /* display: none; */ } .gotomycenter{ line-height: 38px; } .top_phone ul{ width: 130px; border: 1px solid #d3d3d3; background: #fff; padding: 10px 5px; top: 40px; /* z-index: 999; */ display: none; position: absolute; left: 50%; transform: translate(-50%); } .top_phone ul li{ line-height: 28px; height: 28px; text-align: center; } .top_phone_title{ color:#000; position: relative; cursor: pointer; padding-left: 10px; font-size: 14px; overflow: hidden; } .top_phone ul li a{ color: #000; font-size: 13px; } .header_bottom{ display: none; width: 100%; height: 118px; min-width: 1320px; } /* 小三角 */ .yetlogin_icon{ display: none; width: 0px; height: 0px; border-top: 10px solid transparent; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #fff; position: absolute; top: 21px; z-index: 1; left: 50%; transform: translate(-50%); } /* 鼠标移入移出事件 */ .top_username:hover ul,.top_username:hover .yetlogin_icon{ display: block; } .yetlogin a{ display: inline-block; width: 32px; height: 33px; }
0.315736
0.057865
.ekit-free-labal { position: relative; } .ekit-free-labal:after { content: 'PRO'; position: absolute; top: 6px; font-size: 9px; right: 5px; color: #f2295b; } #mobile_submenu_content_type.ekit-free-labal:after { left: 26px; top: -15px; right: auto; } .ekit-free-labal-container { position: relative; } .ekit-free-labal-container:before { content: ''; position: absolute; background: #fff; opacity: .4; top: 0; left: 0; bottom: 0; right: 0; z-index: 99; } #elementskit-options-megamenu { margin-top: 15px; } #elementskit-options-megamenu .checkbox-input label { vertical-align: top; } #mobile_submenu_content_type { margin: 20px 0 10px; } #mobile_submenu_content_type * { opacity: .5; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; } #mobile_submenu_content_type span { margin: 0 10px 0 0; } .is_enabled #mobile_submenu_content_type * { opacity: 1; -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; pointer-events: auto; } .attr-text-bold { font-weight: bold; } .is_mega_disabled .elementskit_menu_trigger { visibility: hidden !important; } .elementskit-menu-modal-loading #elementskit-menu-modal-spinner { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%); -ms-transform: translate(-50%); transform: translate(-50%); z-index: 999; visibility: visible; } .elementskit-menu-modal-loading .uk-modal-body:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #fff; display: block; z-index: 998; } .elementskit-menu-has-child .builder-tab { display: none; } .menu-item-handle .item-title { width: 100%; } .spinner.loading { visibility: visible; } .elementskit_menu_trigger::before { content: "\f107"; display: inline-block; font-family: dashicons; font-size: 10px; margin-right: 2px; vertical-align: bottom; } .elementskit_menu_trigger { background: #0085ba; border-radius: 2px; color: #fff !important; text-decoration: none !important; cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: normal; height: auto; margin-left: 10px; opacity: 0; padding: 0 5px; position: relative; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: auto; z-index: 1; } .rtl .elementskit_menu_trigger { direction: ltr; margin-left: 0; margin-right: 10px; } .menu-item-bar .menu-item-handle:hover .elementskit_menu_trigger { opacity: 1; } /* switch */ .switch-wrapper { text-align: center; } .switch-wrapper input { position: absolute; left: -9999px; } .rtl .switch-wrapper input { left: auto; right: -9999px; } .switch-wrapper input + label { width: 54px; height: 29px; background: #f3f3f3; display: inline-block; border-radius: 50px; position: relative; cursor: pointer; z-index: 3; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.04); } .switch-wrapper input + label span { position: absolute; height: 25px; top: 2px; left: 2px; border-radius: 25px; width: 25px; background: #aaa; -webkit-transition: all 0.3s; -mox-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .switch-wrapper input + label span em { height: 16px; width: 16px; position: absolute; top: 50%; left: 50%; margin-top: -8px; margin-left: -8px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); -webkit-transition: all 0.3s; -mox-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .switch-wrapper input + label span em::after { height: 100%; width: 2px; background: #ffffff; content: ''; position: absolute; left: 50%; margin-left: -1px; top: 0; } .switch-wrapper input + label span em::before { left: 0; width: 100%; height: 2px; background: #ffffff; top: 50%; margin-top: -1px; content: ''; position: absolute; -webkit-transition: all 0.3s; -mox-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .switch-wrapper input:checked + label + .overlay { background: #81c784; } .switch-wrapper input:checked + label span { background: #81c784; left: calc(100% - 27px); } .switch-wrapper input:checked + label span em { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-left: -6px; } .switch-wrapper input:checked + label span em::before { left: 0; width: 50%; height: 2px; background: #ffffff; top: 100%; margin-top: -2px; content: ''; position: absolute; } /* switch */ .elementskit-menu-mega-submenu { font-size: 12px; display: block; margin-top: 5px; } .elementskit-menu-mega-submenu.enabled_item { color: #81c784; display: none; } .elementskit-menu-mega-submenu.disabled_item { color: #aaa; } #elementskit-menu-builder-warper { text-align: center; } #elementskit-menu-builder-warper .enabled_item { display: none; } #elementskit-menu-builder-warper img { height: 30px; margin-right: 5px; border-radius: 2px; } .rtl #elementskit-menu-builder-warper img { margin-left: 5px; margin-right: 0; } #elementskit-menu-builder-warper .button { height: 46px; font-size: 16px; text-transform: uppercase; margin: auto; margin-top: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #elementskit-menu-builder-warper.is_enabled .disabled_item { display: none; } #elementskit-menu-builder-warper.is_enabled .enabled_item { display: block; } #elementskit-menu-item-settings-modal .no-elementor-notice { text-align: center; padding-top: 30px; } #elementskit-menu-item-settings-modal .wp-picker-holder { position: relative; } #elementskit-menu-item-settings-modal .wp-picker-container .iris-picker { position: absolute; z-index: 100; } #elementskit-menu-item-settings-modal .button.wp-color-result { margin-right: 0; } #elementskit-menu-item-settings-modal .wp-picker-container .wp-color-result.button { height: 30px; } #elementskit-menu-item-settings-modal .wp-color-result-text { line-height: 28px; } #elementskit-menu-item-settings-modal .option-table { width: 100%; margin: auto; max-width: 400px; } #elementskit-menu-item-settings-modal .icons-selector .selector { color: #555; border: 1px solid #ccc; background: #f7f7f7; -webkit-box-shadow: 0 1px 0 #ccc; box-shadow: 0 1px 0 #ccc; border-radius: 3px; width: 101px; height: 30px; line-height: 30px; } #elementskit-menu-item-settings-modal .icons-selector .selector-popup { right: 0; z-index: 99; border: 1px solid #ddd; } #elementskit-menu-item-settings-modal .icons-selector .selector-button { display: block; text-align: right; width: 100%; background: transparent !important; position: absolute; } #elementskit-menu-item-settings-modal .icons-selector .selector-button > i { line-height: 30px; padding-right: 2px; } #elementskit-menu-item-settings-modal .icons-selector .selector-search { padding: 0 8px; margin-top: 8px; } #elementskit-menu-item-settings-modal .icons-selector .selector-search input[type="text"] { border: 1px solid #dcdada; } #elementskit-menu-item-settings-modal .icons-selector .selector-search > i { right: 15px; top: 10px; } #elementskit-menu-item-settings-modal .icons-selector .selected-icon { width: 30px; border-right: 1px solid #ccc; } #elementskit-menu-item-settings-modal .icons-selector .selected-icon i { line-height: inherit; } #elementskit-menu-item-settings-modal #elementskit-menu-badge-text-field { width: 103.03px; border-radius: 3px; margin: 0; height: 30px; margin-bottom: 6px; } #elementskit-menu-item-settings-modal .wp-picker-input-wrap input { height: 30px; } #elementskit-menu-item-settings-modal .controls { border-top: 1px solid #e5e5e5; padding: 10px 15px; } #elementskit-menu-item-settings-modal .controls .spinner { top: 3px; margin-right: 10px; position: relative; float: none; } #elementskit-menu-item-settings-modal #elementskit-menu-modal-spinner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #elementskit-menu-item-settings-modal .uk-margin-medium { margin-bottom: 0px; } #elementskit-menu-item-settings-modal .uk-switcher { min-height: 130px; } #elementskit-menu-builder-modal { width: 100%; height: 100%; max-width: 100%; min-height: auto; padding: 40px !important; } #elementskit-menu-builder-modal .attr-modal-content { height: 100%; } #elementskit-menu-builder-modal .attr-modal-body { min-height: auto; height: 100%; } #elementskit-menu-builder-modal .attr-modal-dialog { height: 100%; width: 100%; min-width: 100%; min-height: auto; } #elementskit-menu-builder-modal #elementskit-menu-builder-iframe { height: 100%; width: 100%; } #elementskit-menu-builder-modal .attr-modal-body { padding: 0px; } #elementskit-menu-builder-modal .ekit_close { top: 0; left: 0; background: #d30c5c; color: #fff; -webkit-transition: color 500s linear; -o-transition: color 500s linear; transition: color 500s linear; cursor: pointer; border: 0px; display: inline-block; padding: 8px; position: absolute; } .modal-backdrop { z-index: 9999; } .attr-modal { z-index: 99999; } .icons-selector .fip-box { border: 1px solid #ccc; -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in; } .icons-selector .fip-box:hover { background-color: #ccc; } @media (max-width: 767px) { #elementskit-menu-item-settings-modal .wp-color-result-text { padding: 0 7px; font-size: 9px; } #elementskit-menu-item-settings-modal .wp-color-result.button { width: 103px; } #elementskit-menu-item-settings-modal.uk-modal { padding: 100px 0; } #elementskit-menu-item-settings-modal .icons-selector .selector-popup { width: 300px; } } #sections-general { background-color: #fdfdfd; display: -webkit-box; display: -ms-flexbox; display: flex; } #sections-general > .admin-page-framework-section-tabs { width: 190px; -webkit-box-flex: 0; -ms-flex: 0 0 190px; flex: 0 0 190px; height: 100%; border-bottom: 0px solid #ccc; border-top: 1px solid #dfdfdf; padding-top: 18px; } #sections-general > .admin-page-framework-section-tabs > .nav-tab { width: 100%; float: none; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; border: 0; background-color: transparent; border-left: 2px solid transparent; padding: 0px; } #sections-general > .admin-page-framework-section-tabs > .nav-tab.active { color: #0074a2; border-left-color: currentColor; } #sections-general > .admin-page-framework-section-tabs > .nav-tab.active .section-title, #sections-general > .admin-page-framework-section-tabs > .nav-tab.active a { color: inherit; } #sections-general > .admin-page-framework-tab-content { margin-bottom: 0px; } #sections-general #section_table-section-general__ .admin-page-framework-input-label-container { min-width: auto; } #sections-general #section_table-section-general__ #general_responsive_breakpoint__0 { width: 80px; } #sections-general .admin-page-framework-sectionset #fieldrow-style_style_default_theme_select_edit_container th { display: none; } #sections-general .admin-page-framework-sectionset .form-table #fieldrow-style_style_default__text_selected_theme th { padding: 0px; } #sections-general .admin-page-framework-sectionset .form-table th { padding: 30px 20px 30px 0; } #sections-general .admin-page-framework-sectionset .form-table td { width: 80%; padding: 0; } #sections-general .admin-page-framework-sectionset fieldset { margin: 5PX; } #sections-general .wp-picker-container .wp-color-result.button { margin: 0px; margin-top: 2px; } #sections-general .form-table td fieldset label { margin: 0px !important; width: auto; } #sections-general .admin-page-framework-field input[type='number'] { text-align: right; width: 125px; } #sections-general .admin-page-framework-field input[type='number'], #sections-general .admin-page-framework-field input[type='text'] { margin: 0; border-radius: 3px; height: 25px; -webkit-box-shadow: 0 1px 0 #ccc; box-shadow: 0 1px 0 #ccc; } #sections-general .admin-page-framework-field input[type='text'] { margin-top: 2px; } #sections-general .admin-page-framework-field-number { margin-top: 4px; } #sections-general .admin-page-framework-field .admin-page-framework-input-label-container { margin-bottom: 0; } #sections-general .wp-picker-container { position: relative; } #sections-general .wp-picker-holder { position: absolute; z-index: 15; } #sections-general .admin-page-framework-section .form-table td label { display: inline-block; } #sections-general .wp-picker-input-wrap { margin: 2px; margin-left: 5px; } #sections-general .admin-page-framework-field .button.button-small { margin-left: 5px; } #sections-general .admin-page-framework-field-inline_mixed { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sections-general .admin-page-framework-field-inline_mixed > fieldset > .admin-page-framework-fields { display: table; width: 100%; } #sections-general .admin-page-framework-fields { table-layout: auto; } #sections-general span.dashicons { font-size: 12px; color: #aaaaaa; line-height: 20px; position: relative; top: 12px; } #sections-general .admin-page-framework-section .admin-page-framework-field .admin-page-framework-field-title span { text-transform: uppercase; font-size: 9.36px; color: #aaaaaa; } .ekit_menu_modal_content .attr-modal-header { padding: 0px; } .ekit_menu_control_nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; margin: 0px; } .ekit_menu_control_nav .attr-nav-link { padding: 20px; text-decoration: none; color: #999999; font-size: 14px; font-weight: 600; display: block; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .ekit_menu_control_nav .attr-nav-link:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; } .ekit_menu_control_nav > li { margin-bottom: 0px; } .ekit_menu_control_nav > li:not(:last-child) .attr-nav-link { border-right: 1px solid #f5f5f5; } .rtl .ekit_menu_control_nav > li:not(:last-child) .attr-nav-link { border-left: 1px solid #f5f5f5; border-right-width: 0; } .ekit_menu_control_nav > li.attr-active .attr-nav-link { color: #333333; } .btn-modal-close { border: 0px solid #000; background-color: transparent; cursor: pointer; padding: 5px; display: inline-block; } .btn-modal-close:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; } .ekit-modal-controls { width: 100%; } .left-content { float: left; } .rtl .left-content { float: right; } .right-content { float: right; } .rtl .right-content { float: left; } .right-content .spinner { float: none; } .ekit_menu_modal_content #elementskit-menu-modal-spinner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .option-table { width: 100%; } .ekit_menu_modal_content .icons-selector .selector { color: #555; border: 1px solid #ccc; background: #f7f7f7; -webkit-box-shadow: 0 1px 0 #ccc; box-shadow: 0 1px 0 #ccc; border-radius: 3px; width: 101px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; } .ekit_menu_modal_content .icons-selector .selector-popup { margin-top: 0px; right: 0; z-index: 99; border: 1px solid #ddd; } .ekit_menu_modal_content .icons-selector .selected-icon, .ekit_menu_modal_content .icons-selector .selector-button { float: none; height: auto; display: initial; } .ekit_menu_modal_content .icons-selector .selected-icon { width: 30px; border-right: 1px solid #ccc; -webkit-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; } .rtl .ekit_menu_modal_content .icons-selector .selected-icon { border-left: 1px solid #ccc; border-right-width: 0; } .ekit_menu_modal_content .icons-selector .selector-button { cursor: pointer; text-align: right; width: 100%; } .ekit_menu_modal_content .wp-picker-container .iris-picker { position: absolute; z-index: 100; } .tab-content { padding: 0px; } .modal-body { min-height: 155px; } .modal-backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.5); } .attr-modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .attr-modal-content { width: 100%; -webkit-box-shadow: none; box-shadow: none; } .attr-modal-body .attr-tab-content { padding: 0px; background-color: inherit; } .attr-modal-body .attr-tab-content .wp-color-result { margin-left: 0; margin-right: 0; } .elementskit-menu-has-child #attr_content_nav, .elementskit-menu-has-child #attr_content_tab { display: none; } @media (min-width: 576px) { .attr-modal-dialog { max-width: 500px; } } .attr-modal-body { min-height: 155px; } .attr-modal .selector-search .fip-icon-search { left: 10px; right: auto; } .icons-selector .selector-arrows { float: left; direction: ltr; } .icons-selector .selector-pages { float: right; } .menu-width-container { display: none; } .menu-width-container.is_enabled { display: table-row; } .xs_menu_settings_panel > tr:not(:last-child) > td { line-height: 3; }
web/app/plugins/elementskit-lite/modules/megamenu/assets/css/admin-style.css
.ekit-free-labal { position: relative; } .ekit-free-labal:after { content: 'PRO'; position: absolute; top: 6px; font-size: 9px; right: 5px; color: #f2295b; } #mobile_submenu_content_type.ekit-free-labal:after { left: 26px; top: -15px; right: auto; } .ekit-free-labal-container { position: relative; } .ekit-free-labal-container:before { content: ''; position: absolute; background: #fff; opacity: .4; top: 0; left: 0; bottom: 0; right: 0; z-index: 99; } #elementskit-options-megamenu { margin-top: 15px; } #elementskit-options-megamenu .checkbox-input label { vertical-align: top; } #mobile_submenu_content_type { margin: 20px 0 10px; } #mobile_submenu_content_type * { opacity: .5; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; } #mobile_submenu_content_type span { margin: 0 10px 0 0; } .is_enabled #mobile_submenu_content_type * { opacity: 1; -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; pointer-events: auto; } .attr-text-bold { font-weight: bold; } .is_mega_disabled .elementskit_menu_trigger { visibility: hidden !important; } .elementskit-menu-modal-loading #elementskit-menu-modal-spinner { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%); -ms-transform: translate(-50%); transform: translate(-50%); z-index: 999; visibility: visible; } .elementskit-menu-modal-loading .uk-modal-body:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #fff; display: block; z-index: 998; } .elementskit-menu-has-child .builder-tab { display: none; } .menu-item-handle .item-title { width: 100%; } .spinner.loading { visibility: visible; } .elementskit_menu_trigger::before { content: "\f107"; display: inline-block; font-family: dashicons; font-size: 10px; margin-right: 2px; vertical-align: bottom; } .elementskit_menu_trigger { background: #0085ba; border-radius: 2px; color: #fff !important; text-decoration: none !important; cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: normal; height: auto; margin-left: 10px; opacity: 0; padding: 0 5px; position: relative; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: auto; z-index: 1; } .rtl .elementskit_menu_trigger { direction: ltr; margin-left: 0; margin-right: 10px; } .menu-item-bar .menu-item-handle:hover .elementskit_menu_trigger { opacity: 1; } /* switch */ .switch-wrapper { text-align: center; } .switch-wrapper input { position: absolute; left: -9999px; } .rtl .switch-wrapper input { left: auto; right: -9999px; } .switch-wrapper input + label { width: 54px; height: 29px; background: #f3f3f3; display: inline-block; border-radius: 50px; position: relative; cursor: pointer; z-index: 3; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.04); } .switch-wrapper input + label span { position: absolute; height: 25px; top: 2px; left: 2px; border-radius: 25px; width: 25px; background: #aaa; -webkit-transition: all 0.3s; -mox-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .switch-wrapper input + label span em { height: 16px; width: 16px; position: absolute; top: 50%; left: 50%; margin-top: -8px; margin-left: -8px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); -webkit-transition: all 0.3s; -mox-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .switch-wrapper input + label span em::after { height: 100%; width: 2px; background: #ffffff; content: ''; position: absolute; left: 50%; margin-left: -1px; top: 0; } .switch-wrapper input + label span em::before { left: 0; width: 100%; height: 2px; background: #ffffff; top: 50%; margin-top: -1px; content: ''; position: absolute; -webkit-transition: all 0.3s; -mox-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .switch-wrapper input:checked + label + .overlay { background: #81c784; } .switch-wrapper input:checked + label span { background: #81c784; left: calc(100% - 27px); } .switch-wrapper input:checked + label span em { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-left: -6px; } .switch-wrapper input:checked + label span em::before { left: 0; width: 50%; height: 2px; background: #ffffff; top: 100%; margin-top: -2px; content: ''; position: absolute; } /* switch */ .elementskit-menu-mega-submenu { font-size: 12px; display: block; margin-top: 5px; } .elementskit-menu-mega-submenu.enabled_item { color: #81c784; display: none; } .elementskit-menu-mega-submenu.disabled_item { color: #aaa; } #elementskit-menu-builder-warper { text-align: center; } #elementskit-menu-builder-warper .enabled_item { display: none; } #elementskit-menu-builder-warper img { height: 30px; margin-right: 5px; border-radius: 2px; } .rtl #elementskit-menu-builder-warper img { margin-left: 5px; margin-right: 0; } #elementskit-menu-builder-warper .button { height: 46px; font-size: 16px; text-transform: uppercase; margin: auto; margin-top: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #elementskit-menu-builder-warper.is_enabled .disabled_item { display: none; } #elementskit-menu-builder-warper.is_enabled .enabled_item { display: block; } #elementskit-menu-item-settings-modal .no-elementor-notice { text-align: center; padding-top: 30px; } #elementskit-menu-item-settings-modal .wp-picker-holder { position: relative; } #elementskit-menu-item-settings-modal .wp-picker-container .iris-picker { position: absolute; z-index: 100; } #elementskit-menu-item-settings-modal .button.wp-color-result { margin-right: 0; } #elementskit-menu-item-settings-modal .wp-picker-container .wp-color-result.button { height: 30px; } #elementskit-menu-item-settings-modal .wp-color-result-text { line-height: 28px; } #elementskit-menu-item-settings-modal .option-table { width: 100%; margin: auto; max-width: 400px; } #elementskit-menu-item-settings-modal .icons-selector .selector { color: #555; border: 1px solid #ccc; background: #f7f7f7; -webkit-box-shadow: 0 1px 0 #ccc; box-shadow: 0 1px 0 #ccc; border-radius: 3px; width: 101px; height: 30px; line-height: 30px; } #elementskit-menu-item-settings-modal .icons-selector .selector-popup { right: 0; z-index: 99; border: 1px solid #ddd; } #elementskit-menu-item-settings-modal .icons-selector .selector-button { display: block; text-align: right; width: 100%; background: transparent !important; position: absolute; } #elementskit-menu-item-settings-modal .icons-selector .selector-button > i { line-height: 30px; padding-right: 2px; } #elementskit-menu-item-settings-modal .icons-selector .selector-search { padding: 0 8px; margin-top: 8px; } #elementskit-menu-item-settings-modal .icons-selector .selector-search input[type="text"] { border: 1px solid #dcdada; } #elementskit-menu-item-settings-modal .icons-selector .selector-search > i { right: 15px; top: 10px; } #elementskit-menu-item-settings-modal .icons-selector .selected-icon { width: 30px; border-right: 1px solid #ccc; } #elementskit-menu-item-settings-modal .icons-selector .selected-icon i { line-height: inherit; } #elementskit-menu-item-settings-modal #elementskit-menu-badge-text-field { width: 103.03px; border-radius: 3px; margin: 0; height: 30px; margin-bottom: 6px; } #elementskit-menu-item-settings-modal .wp-picker-input-wrap input { height: 30px; } #elementskit-menu-item-settings-modal .controls { border-top: 1px solid #e5e5e5; padding: 10px 15px; } #elementskit-menu-item-settings-modal .controls .spinner { top: 3px; margin-right: 10px; position: relative; float: none; } #elementskit-menu-item-settings-modal #elementskit-menu-modal-spinner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #elementskit-menu-item-settings-modal .uk-margin-medium { margin-bottom: 0px; } #elementskit-menu-item-settings-modal .uk-switcher { min-height: 130px; } #elementskit-menu-builder-modal { width: 100%; height: 100%; max-width: 100%; min-height: auto; padding: 40px !important; } #elementskit-menu-builder-modal .attr-modal-content { height: 100%; } #elementskit-menu-builder-modal .attr-modal-body { min-height: auto; height: 100%; } #elementskit-menu-builder-modal .attr-modal-dialog { height: 100%; width: 100%; min-width: 100%; min-height: auto; } #elementskit-menu-builder-modal #elementskit-menu-builder-iframe { height: 100%; width: 100%; } #elementskit-menu-builder-modal .attr-modal-body { padding: 0px; } #elementskit-menu-builder-modal .ekit_close { top: 0; left: 0; background: #d30c5c; color: #fff; -webkit-transition: color 500s linear; -o-transition: color 500s linear; transition: color 500s linear; cursor: pointer; border: 0px; display: inline-block; padding: 8px; position: absolute; } .modal-backdrop { z-index: 9999; } .attr-modal { z-index: 99999; } .icons-selector .fip-box { border: 1px solid #ccc; -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in; } .icons-selector .fip-box:hover { background-color: #ccc; } @media (max-width: 767px) { #elementskit-menu-item-settings-modal .wp-color-result-text { padding: 0 7px; font-size: 9px; } #elementskit-menu-item-settings-modal .wp-color-result.button { width: 103px; } #elementskit-menu-item-settings-modal.uk-modal { padding: 100px 0; } #elementskit-menu-item-settings-modal .icons-selector .selector-popup { width: 300px; } } #sections-general { background-color: #fdfdfd; display: -webkit-box; display: -ms-flexbox; display: flex; } #sections-general > .admin-page-framework-section-tabs { width: 190px; -webkit-box-flex: 0; -ms-flex: 0 0 190px; flex: 0 0 190px; height: 100%; border-bottom: 0px solid #ccc; border-top: 1px solid #dfdfdf; padding-top: 18px; } #sections-general > .admin-page-framework-section-tabs > .nav-tab { width: 100%; float: none; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; border: 0; background-color: transparent; border-left: 2px solid transparent; padding: 0px; } #sections-general > .admin-page-framework-section-tabs > .nav-tab.active { color: #0074a2; border-left-color: currentColor; } #sections-general > .admin-page-framework-section-tabs > .nav-tab.active .section-title, #sections-general > .admin-page-framework-section-tabs > .nav-tab.active a { color: inherit; } #sections-general > .admin-page-framework-tab-content { margin-bottom: 0px; } #sections-general #section_table-section-general__ .admin-page-framework-input-label-container { min-width: auto; } #sections-general #section_table-section-general__ #general_responsive_breakpoint__0 { width: 80px; } #sections-general .admin-page-framework-sectionset #fieldrow-style_style_default_theme_select_edit_container th { display: none; } #sections-general .admin-page-framework-sectionset .form-table #fieldrow-style_style_default__text_selected_theme th { padding: 0px; } #sections-general .admin-page-framework-sectionset .form-table th { padding: 30px 20px 30px 0; } #sections-general .admin-page-framework-sectionset .form-table td { width: 80%; padding: 0; } #sections-general .admin-page-framework-sectionset fieldset { margin: 5PX; } #sections-general .wp-picker-container .wp-color-result.button { margin: 0px; margin-top: 2px; } #sections-general .form-table td fieldset label { margin: 0px !important; width: auto; } #sections-general .admin-page-framework-field input[type='number'] { text-align: right; width: 125px; } #sections-general .admin-page-framework-field input[type='number'], #sections-general .admin-page-framework-field input[type='text'] { margin: 0; border-radius: 3px; height: 25px; -webkit-box-shadow: 0 1px 0 #ccc; box-shadow: 0 1px 0 #ccc; } #sections-general .admin-page-framework-field input[type='text'] { margin-top: 2px; } #sections-general .admin-page-framework-field-number { margin-top: 4px; } #sections-general .admin-page-framework-field .admin-page-framework-input-label-container { margin-bottom: 0; } #sections-general .wp-picker-container { position: relative; } #sections-general .wp-picker-holder { position: absolute; z-index: 15; } #sections-general .admin-page-framework-section .form-table td label { display: inline-block; } #sections-general .wp-picker-input-wrap { margin: 2px; margin-left: 5px; } #sections-general .admin-page-framework-field .button.button-small { margin-left: 5px; } #sections-general .admin-page-framework-field-inline_mixed { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sections-general .admin-page-framework-field-inline_mixed > fieldset > .admin-page-framework-fields { display: table; width: 100%; } #sections-general .admin-page-framework-fields { table-layout: auto; } #sections-general span.dashicons { font-size: 12px; color: #aaaaaa; line-height: 20px; position: relative; top: 12px; } #sections-general .admin-page-framework-section .admin-page-framework-field .admin-page-framework-field-title span { text-transform: uppercase; font-size: 9.36px; color: #aaaaaa; } .ekit_menu_modal_content .attr-modal-header { padding: 0px; } .ekit_menu_control_nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; margin: 0px; } .ekit_menu_control_nav .attr-nav-link { padding: 20px; text-decoration: none; color: #999999; font-size: 14px; font-weight: 600; display: block; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .ekit_menu_control_nav .attr-nav-link:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; } .ekit_menu_control_nav > li { margin-bottom: 0px; } .ekit_menu_control_nav > li:not(:last-child) .attr-nav-link { border-right: 1px solid #f5f5f5; } .rtl .ekit_menu_control_nav > li:not(:last-child) .attr-nav-link { border-left: 1px solid #f5f5f5; border-right-width: 0; } .ekit_menu_control_nav > li.attr-active .attr-nav-link { color: #333333; } .btn-modal-close { border: 0px solid #000; background-color: transparent; cursor: pointer; padding: 5px; display: inline-block; } .btn-modal-close:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; } .ekit-modal-controls { width: 100%; } .left-content { float: left; } .rtl .left-content { float: right; } .right-content { float: right; } .rtl .right-content { float: left; } .right-content .spinner { float: none; } .ekit_menu_modal_content #elementskit-menu-modal-spinner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .option-table { width: 100%; } .ekit_menu_modal_content .icons-selector .selector { color: #555; border: 1px solid #ccc; background: #f7f7f7; -webkit-box-shadow: 0 1px 0 #ccc; box-shadow: 0 1px 0 #ccc; border-radius: 3px; width: 101px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; } .ekit_menu_modal_content .icons-selector .selector-popup { margin-top: 0px; right: 0; z-index: 99; border: 1px solid #ddd; } .ekit_menu_modal_content .icons-selector .selected-icon, .ekit_menu_modal_content .icons-selector .selector-button { float: none; height: auto; display: initial; } .ekit_menu_modal_content .icons-selector .selected-icon { width: 30px; border-right: 1px solid #ccc; -webkit-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; } .rtl .ekit_menu_modal_content .icons-selector .selected-icon { border-left: 1px solid #ccc; border-right-width: 0; } .ekit_menu_modal_content .icons-selector .selector-button { cursor: pointer; text-align: right; width: 100%; } .ekit_menu_modal_content .wp-picker-container .iris-picker { position: absolute; z-index: 100; } .tab-content { padding: 0px; } .modal-body { min-height: 155px; } .modal-backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.5); } .attr-modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .attr-modal-content { width: 100%; -webkit-box-shadow: none; box-shadow: none; } .attr-modal-body .attr-tab-content { padding: 0px; background-color: inherit; } .attr-modal-body .attr-tab-content .wp-color-result { margin-left: 0; margin-right: 0; } .elementskit-menu-has-child #attr_content_nav, .elementskit-menu-has-child #attr_content_tab { display: none; } @media (min-width: 576px) { .attr-modal-dialog { max-width: 500px; } } .attr-modal-body { min-height: 155px; } .attr-modal .selector-search .fip-icon-search { left: 10px; right: auto; } .icons-selector .selector-arrows { float: left; direction: ltr; } .icons-selector .selector-pages { float: right; } .menu-width-container { display: none; } .menu-width-container.is_enabled { display: table-row; } .xs_menu_settings_panel > tr:not(:last-child) > td { line-height: 3; }
0.325521
0.126273
body { padding: 0; margin: 0; overflow: hidden; } html { /*prevents that annoying scroll bar from showing up*/ overflow-y: hidden; } /*#preloader {*/ /* position: fixed;*/ /* top: 0;*/ /* left: 0;*/ /* right: 0;*/ /* bottom: 0;*/ /* background-color: #000000;*/ /* !* change if the mask should have another color then white *!*/ /* z-index: 1100;*/ /* !* makes sure it stays on top *!*/ /*}*/ #status { width: 200px; height: 200px; position: absolute; left: 50%; /* centers the loading animation horizontally one the screen */ top: 50%; /* centers the loading animation vertically one the screen */ background-image: url('./OD80myK.gif'); /* path to your loading animation */ background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; /* is width and height divided by two */ } /*fullscreen map*/ html, body, #mymap { height: 100%; width: 100%; } [class*="popup_block_"] { position: absolute; bottom: 85px; left: 50px; zIndex: 1002; background-color: white; padding: 8px; border: 1px solid #ccc; } .leaflet-container { background: #000000; } th { font-size: 12px; } td { font-size: 11px; } /*piemarkers settings*/ .piemarker .leaflet-popup-tip-container { display: none; } .piemarker .leaflet-popup-close-button { display: none; } .piemarker .leaflet-popup-content { margin: 0px 0px; } .piemarker .leaflet-popup-content-wrapper, .leaflet-popup-tip { background: none; color: #333; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0); } .piemarker { margin-bottom: -10px; } /*mouse coordinates control settings*/ .leaflet-verticalcenter { /********************************************/ /* Same as .leaflet-top and .leaflet-bottom */ position: absolute; z-index: 1000; pointer-events: none; /********************************************/ top: 50%; transform: translateY(-50%); padding-top: 10px; } .leaflet-verticalcenter .leaflet-control { margin-bottom: 10px; } .leaflet-horizontalcenter { /********************************************/ /* Same as .leaflet-top and .leaflet-bottom */ position: absolute; z-index: 1000; pointer-events: none; /********************************************/ left: 50%; transform: translateX(-50%); padding-left: 10px; } /*Info popup control settings*/ .info { padding: 6px 8px; font: 14px/16px Apercu-Light, Verdana, Geneva, sans-serif; background: white; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } .info h4 { font-family: Apercu-Light, Verdana, Geneva, sans-serif; margin: 0 0 5px; color: #065581; } table { border-collapse: collapse; } /*Summary popup control settings*/ .summary { padding: 6px 8px; font: 14px/16px Apercu-Light, Verdana, Geneva, sans-serif; background: white; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } .summary h4 { font-family: Apercu-Light, Verdana, Geneva, sans-serif; margin: 0 0 5px; color: #065581; } /*dtTable control settings*/ #dtTable { padding: 6px 8px; font: 14px/16px Apercu-Light, Verdana, Geneva, sans-serif; background: white; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } #dtTable h4 { font-family: Verdana, Geneva, sans-serif; margin: 0 0 5px; color: #065581; } /*styling for the glyphs' tooltip*/ .myCSSClass { font-size: 15px; font-weight: bold; padding: 20px !important; background: none; border: none; color: #FFCE00; /*text-shadow: 0px 0px 10px black;*/ box-shadow: none; outline: none; } /*.leaflet-tooltip-left.myCSSClass::before {*/ /* border-left-color: cyan;*/ /*}*/ /*.leaflet-tooltip-right.myCSSClass::before {*/ /* border-right-color: cyan;*/ /*}*/ .leaflet-tooltip-left.myCSSClass::before { border-left-color: transparent; } .leaflet-tooltip-right.myCSSClass::before { border-right-color: transparent; } /*styling for the popup on the glyphs*/ .spotPopupCustom .leaflet-popup-tip-container { display: none; } .spotPopupCustom .leaflet-popup-content { margin: 0px 0px; } .spotPopupCustom .leaflet-popup-content-wrapper, .leaflet-popup-tip { background: #d7d7d7; color: #333; opacity: 1.0; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0); } .spotPopupCustom { margin-bottom: 20px; } .spotPopupCustom a.leaflet-popup-close-button { color: #777777; } /*styling for the donut popup*/ .piePopupCustom { /*style goes here*/ } /*Donut chart settings*/ path.slice { stroke: #3d4a57; /*stroke-dasharray: 10,5;*/ /*stroke-linecap: butt;*/ stroke-width: 1px; } polyline { opacity: .3; stroke: black; stroke-width: 2px; fill: none; } .sliceLabels { font-family: sans-serif; font-size: 10px; opacity: 1; } .text { font-size: 16pt; font-family: Arial; } .toolTip { font-family: Apercu-Light, "Helvetica Neue", Helvetica, Arial, sans-serif; position: absolute; /*display: none;*/ width: auto; height: auto; background: none repeat scroll 0 0 white; border: 0 none; border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; box-shadow: -3px 3px 15px #888888; color: black; font: 12px sans-serif; padding: 5px; text-align: center; z-index: 1000; } /*Donut chart settings*/ table.no-spacing { border-spacing: 0; /* Removes the cell spacing via CSS */ border-collapse: collapse; /* Optional - if you don't want to have double border where cells touch */ } table.no-spacing td { font-family: sans-serif; font-size: 10px; } .dataTables_wrapper { font-size: 10px } .dataTables { "pageLength": 5 } .myTitle { padding: 4px 6px; font: 14px/16px Apercu-Light, Verdana, Geneva, sans-serif; background: white; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } .myTitle h4 { font-family: Apercu-Light, Verdana, Geneva, sans-serif; margin: 0 0 5px; color: #065581; } /*Set the label color because it is overwitten by bootstrap*/ .label { color: #2B292E; } .myTitle { position: relative; } .myTitle img { position: absolute; top: 2px; right: 2px; height: 85% } .infoTitle { position: relative; } .infoTitle img { position: absolute; top: 2px; right: 2px; height: 85% } .map-content { position: absolute; z-index: 1000; padding: 4px 7px 5px; border-top: 1px solid #777; border-left: 1px solid #777; border-right: 2px solid #444; border-bottom: 2px solid #444; line-height: 1.6; font-size: 1em; /*font-family: Apercu-Light;*/ background: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } #legend { top: 9px; left: 172px; cursor: pointer; } #hideDapiAndPanels { top: 9px; left: 50px; cursor: text; } #webgl{ top: 9px; left: 350px; cursor: pointer; pointer-events: none; display: none; } .greenDot { height: 10px; width: 10px; background-color: #0ecc18; border-radius: 50%; display: inline-block; } .redDot { height: 10px; width: 10px; background-color: #cc0008; border-radius: 50%; display: inline-block; } .blinking { -webkit-animation: 1s blink ease infinite; -moz-animation: 1s blink ease infinite; -ms-animation: 1s blink ease infinite; -o-animation: 1s blink ease infinite; animation: 1s blink ease infinite; } @keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } @-moz-keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } @-webkit-keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } @-ms-keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } @-o-keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } div.b { font-size: 20px; font-family: "Helvetica Neue"; color: #EDEEF5; } div.a { /*font-size: 20px;*/ /*font-family: "Helvetica Neue";*/ color: #AACCFF; } /*#chart-container > div {*/ /* position: absolute;*/ /* top: 0;*/ /* bottom: 0;*/ /* right: 0;*/ /* left: 0;*/ /* text-align: middle;*/ /* vertical-align: middle;*/ /*}*/ /*.loading {*/ /* display: flex;*/ /* flex-direction: column;*/ /* justify-content: center;*/ /* align-items: center;*/ /* !*background-color: rgba(125, 185, 222, 1.0);*!*/ /* !*background-color: rgba(250, 214, 137, 1.0);*!*/ /* background-color: rgba(252, 250, 242, 1.0);*/ /*}*/ /*.loading span {*/ /* flex: 1;*/ /* text-align: center;*/ /* font-size: 3em;*/ /*}*/ /*#container {*/ /* margin: 20px;*/ /* width: 200px;*/ /* height: 200px;*/ /* position: relative;*/ /*}*/
viewer/css/index.css
body { padding: 0; margin: 0; overflow: hidden; } html { /*prevents that annoying scroll bar from showing up*/ overflow-y: hidden; } /*#preloader {*/ /* position: fixed;*/ /* top: 0;*/ /* left: 0;*/ /* right: 0;*/ /* bottom: 0;*/ /* background-color: #000000;*/ /* !* change if the mask should have another color then white *!*/ /* z-index: 1100;*/ /* !* makes sure it stays on top *!*/ /*}*/ #status { width: 200px; height: 200px; position: absolute; left: 50%; /* centers the loading animation horizontally one the screen */ top: 50%; /* centers the loading animation vertically one the screen */ background-image: url('./OD80myK.gif'); /* path to your loading animation */ background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; /* is width and height divided by two */ } /*fullscreen map*/ html, body, #mymap { height: 100%; width: 100%; } [class*="popup_block_"] { position: absolute; bottom: 85px; left: 50px; zIndex: 1002; background-color: white; padding: 8px; border: 1px solid #ccc; } .leaflet-container { background: #000000; } th { font-size: 12px; } td { font-size: 11px; } /*piemarkers settings*/ .piemarker .leaflet-popup-tip-container { display: none; } .piemarker .leaflet-popup-close-button { display: none; } .piemarker .leaflet-popup-content { margin: 0px 0px; } .piemarker .leaflet-popup-content-wrapper, .leaflet-popup-tip { background: none; color: #333; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0); } .piemarker { margin-bottom: -10px; } /*mouse coordinates control settings*/ .leaflet-verticalcenter { /********************************************/ /* Same as .leaflet-top and .leaflet-bottom */ position: absolute; z-index: 1000; pointer-events: none; /********************************************/ top: 50%; transform: translateY(-50%); padding-top: 10px; } .leaflet-verticalcenter .leaflet-control { margin-bottom: 10px; } .leaflet-horizontalcenter { /********************************************/ /* Same as .leaflet-top and .leaflet-bottom */ position: absolute; z-index: 1000; pointer-events: none; /********************************************/ left: 50%; transform: translateX(-50%); padding-left: 10px; } /*Info popup control settings*/ .info { padding: 6px 8px; font: 14px/16px Apercu-Light, Verdana, Geneva, sans-serif; background: white; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } .info h4 { font-family: Apercu-Light, Verdana, Geneva, sans-serif; margin: 0 0 5px; color: #065581; } table { border-collapse: collapse; } /*Summary popup control settings*/ .summary { padding: 6px 8px; font: 14px/16px Apercu-Light, Verdana, Geneva, sans-serif; background: white; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } .summary h4 { font-family: Apercu-Light, Verdana, Geneva, sans-serif; margin: 0 0 5px; color: #065581; } /*dtTable control settings*/ #dtTable { padding: 6px 8px; font: 14px/16px Apercu-Light, Verdana, Geneva, sans-serif; background: white; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } #dtTable h4 { font-family: Verdana, Geneva, sans-serif; margin: 0 0 5px; color: #065581; } /*styling for the glyphs' tooltip*/ .myCSSClass { font-size: 15px; font-weight: bold; padding: 20px !important; background: none; border: none; color: #FFCE00; /*text-shadow: 0px 0px 10px black;*/ box-shadow: none; outline: none; } /*.leaflet-tooltip-left.myCSSClass::before {*/ /* border-left-color: cyan;*/ /*}*/ /*.leaflet-tooltip-right.myCSSClass::before {*/ /* border-right-color: cyan;*/ /*}*/ .leaflet-tooltip-left.myCSSClass::before { border-left-color: transparent; } .leaflet-tooltip-right.myCSSClass::before { border-right-color: transparent; } /*styling for the popup on the glyphs*/ .spotPopupCustom .leaflet-popup-tip-container { display: none; } .spotPopupCustom .leaflet-popup-content { margin: 0px 0px; } .spotPopupCustom .leaflet-popup-content-wrapper, .leaflet-popup-tip { background: #d7d7d7; color: #333; opacity: 1.0; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0); } .spotPopupCustom { margin-bottom: 20px; } .spotPopupCustom a.leaflet-popup-close-button { color: #777777; } /*styling for the donut popup*/ .piePopupCustom { /*style goes here*/ } /*Donut chart settings*/ path.slice { stroke: #3d4a57; /*stroke-dasharray: 10,5;*/ /*stroke-linecap: butt;*/ stroke-width: 1px; } polyline { opacity: .3; stroke: black; stroke-width: 2px; fill: none; } .sliceLabels { font-family: sans-serif; font-size: 10px; opacity: 1; } .text { font-size: 16pt; font-family: Arial; } .toolTip { font-family: Apercu-Light, "Helvetica Neue", Helvetica, Arial, sans-serif; position: absolute; /*display: none;*/ width: auto; height: auto; background: none repeat scroll 0 0 white; border: 0 none; border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; box-shadow: -3px 3px 15px #888888; color: black; font: 12px sans-serif; padding: 5px; text-align: center; z-index: 1000; } /*Donut chart settings*/ table.no-spacing { border-spacing: 0; /* Removes the cell spacing via CSS */ border-collapse: collapse; /* Optional - if you don't want to have double border where cells touch */ } table.no-spacing td { font-family: sans-serif; font-size: 10px; } .dataTables_wrapper { font-size: 10px } .dataTables { "pageLength": 5 } .myTitle { padding: 4px 6px; font: 14px/16px Apercu-Light, Verdana, Geneva, sans-serif; background: white; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } .myTitle h4 { font-family: Apercu-Light, Verdana, Geneva, sans-serif; margin: 0 0 5px; color: #065581; } /*Set the label color because it is overwitten by bootstrap*/ .label { color: #2B292E; } .myTitle { position: relative; } .myTitle img { position: absolute; top: 2px; right: 2px; height: 85% } .infoTitle { position: relative; } .infoTitle img { position: absolute; top: 2px; right: 2px; height: 85% } .map-content { position: absolute; z-index: 1000; padding: 4px 7px 5px; border-top: 1px solid #777; border-left: 1px solid #777; border-right: 2px solid #444; border-bottom: 2px solid #444; line-height: 1.6; font-size: 1em; /*font-family: Apercu-Light;*/ background: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } #legend { top: 9px; left: 172px; cursor: pointer; } #hideDapiAndPanels { top: 9px; left: 50px; cursor: text; } #webgl{ top: 9px; left: 350px; cursor: pointer; pointer-events: none; display: none; } .greenDot { height: 10px; width: 10px; background-color: #0ecc18; border-radius: 50%; display: inline-block; } .redDot { height: 10px; width: 10px; background-color: #cc0008; border-radius: 50%; display: inline-block; } .blinking { -webkit-animation: 1s blink ease infinite; -moz-animation: 1s blink ease infinite; -ms-animation: 1s blink ease infinite; -o-animation: 1s blink ease infinite; animation: 1s blink ease infinite; } @keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } @-moz-keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } @-webkit-keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } @-ms-keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } @-o-keyframes blink { from, to { opacity: 0; } 50% { opacity: 1; } } div.b { font-size: 20px; font-family: "Helvetica Neue"; color: #EDEEF5; } div.a { /*font-size: 20px;*/ /*font-family: "Helvetica Neue";*/ color: #AACCFF; } /*#chart-container > div {*/ /* position: absolute;*/ /* top: 0;*/ /* bottom: 0;*/ /* right: 0;*/ /* left: 0;*/ /* text-align: middle;*/ /* vertical-align: middle;*/ /*}*/ /*.loading {*/ /* display: flex;*/ /* flex-direction: column;*/ /* justify-content: center;*/ /* align-items: center;*/ /* !*background-color: rgba(125, 185, 222, 1.0);*!*/ /* !*background-color: rgba(250, 214, 137, 1.0);*!*/ /* background-color: rgba(252, 250, 242, 1.0);*/ /*}*/ /*.loading span {*/ /* flex: 1;*/ /* text-align: center;*/ /* font-size: 3em;*/ /*}*/ /*#container {*/ /* margin: 20px;*/ /* width: 200px;*/ /* height: 200px;*/ /* position: relative;*/ /*}*/
0.371479
0.093017
@import url("https://fonts.googleapis.com/css2?family=Arimo"); * { font-family: "Arimo", sans-serif; } .container { display: flex; flex-direction: column; min-width: 80%; min-height: fit-content; border: 0; box-shadow: 0 0 2em rgba(0, 0, 0, 0.483); border-radius: 1em; padding: 1em; margin: 1% 2%; box-sizing: border-box; background-image: linear-gradient(180deg,white, rgba(0, 0, 0, 0.545)); } .container img{ height: 2em; vertical-align: middle; display: inline-block; padding-right: 0.5em; } .title { flex-wrap: nowrap; text-align: center; background-color: rgba(0, 0, 0, 1); box-shadow: 0 0 .2em rgb(92, 91, 91); color: rgb(255, 255, 255); padding: 1em; font-size: 3vh; border-radius: .25em; font-weight: 800; } .question { font-size: 1.2em; font-weight: bold; margin-bottom: .3em; } .questionBox { border: .1em solid rgba(0, 0, 0, 0.2); margin-top: .3em; padding: 1em; box-sizing: border-box; background-color: rgb(250, 250, 250); } .answerBtn { padding: 10px; background-color: rgb(23, 133, 51); box-shadow: .2em .2em .2em rgba(95, 94, 94, 0.456); display: inline-block; margin: .75em; outline: none; border: none; font-size: 1em; color: rgb(255, 255, 255); font-weight: bold; border-radius: .2em; cursor: pointer; } .answerBtn:hover { background-color: springgreen; color:black; transition: .3s; transform:translateY(-.25em) } .score-board { height: 85%; background-color: rgb(255, 255, 255); padding: 1em; margin: 1em; width: fit-content; border-radius: 1em; text-align: center; justify-self: center; align-self: center; } .score { font-size: 2em; justify-self: center; align-self: center; } .playBtn { font-size: 1.4em; padding: .75em; min-width: 25%; margin: 5% 35%; background-color: rgb(3, 83, 3); border-radius: 10px; color: white; cursor: pointer; box-shadow: .2em .2em .2em rgba(95, 94, 94, 0.456); border: 0; } .playBtn:hover { background-color: rgb(0, 255, 13); color:black; transition: .3s; transform:translateY(-.25em) }
client/src/assets/style.css
@import url("https://fonts.googleapis.com/css2?family=Arimo"); * { font-family: "Arimo", sans-serif; } .container { display: flex; flex-direction: column; min-width: 80%; min-height: fit-content; border: 0; box-shadow: 0 0 2em rgba(0, 0, 0, 0.483); border-radius: 1em; padding: 1em; margin: 1% 2%; box-sizing: border-box; background-image: linear-gradient(180deg,white, rgba(0, 0, 0, 0.545)); } .container img{ height: 2em; vertical-align: middle; display: inline-block; padding-right: 0.5em; } .title { flex-wrap: nowrap; text-align: center; background-color: rgba(0, 0, 0, 1); box-shadow: 0 0 .2em rgb(92, 91, 91); color: rgb(255, 255, 255); padding: 1em; font-size: 3vh; border-radius: .25em; font-weight: 800; } .question { font-size: 1.2em; font-weight: bold; margin-bottom: .3em; } .questionBox { border: .1em solid rgba(0, 0, 0, 0.2); margin-top: .3em; padding: 1em; box-sizing: border-box; background-color: rgb(250, 250, 250); } .answerBtn { padding: 10px; background-color: rgb(23, 133, 51); box-shadow: .2em .2em .2em rgba(95, 94, 94, 0.456); display: inline-block; margin: .75em; outline: none; border: none; font-size: 1em; color: rgb(255, 255, 255); font-weight: bold; border-radius: .2em; cursor: pointer; } .answerBtn:hover { background-color: springgreen; color:black; transition: .3s; transform:translateY(-.25em) } .score-board { height: 85%; background-color: rgb(255, 255, 255); padding: 1em; margin: 1em; width: fit-content; border-radius: 1em; text-align: center; justify-self: center; align-self: center; } .score { font-size: 2em; justify-self: center; align-self: center; } .playBtn { font-size: 1.4em; padding: .75em; min-width: 25%; margin: 5% 35%; background-color: rgb(3, 83, 3); border-radius: 10px; color: white; cursor: pointer; box-shadow: .2em .2em .2em rgba(95, 94, 94, 0.456); border: 0; } .playBtn:hover { background-color: rgb(0, 255, 13); color:black; transition: .3s; transform:translateY(-.25em) }
0.485844
0.145328
ul[role="menubar"] { margin: 0; margin-top: 0.5em; margin-bottom: 0.5em; padding: 12px; font-size: 110%; list-style: none; background-color: #eee; border: #eee solid 0px; border-radius: 5px; } ul[role="menubar"].focus { padding: 9px; border: #034575 solid 3px; } ul[role="menubar"] li { margin: 0; padding: 0; list-style: none; } ul[role="menubar"] > li { display: inline; position: relative; } ul[role="menubar"] > li > [role="menuitem"]::after { content: url('../images/down-arrow-brown.png'); padding-left: 0.25em; } ul[role="menubar"] ul[role="menu"] { display: none; position: absolute; margin: 0; padding: 0; } ul[role="menubar"] ul[role="group"] { margin: 0; padding: 0; } ul[role="menubar"] li[aria-disabled="true"] { color: #666; text-decoration: line-through; } ul[role="menubar"] [role="menuitem"], ul[role="menubar"] [role="menuitemcheckbox"], ul[role="menubar"] [role="menuitemradio"], ul[role="menubar"] [role="separator"] { margin-left: 0.25em; margin-right: 0.25em; padding: 6px; background-color: #eee; border: 0px solid #eee; color: black; } ul[role="menubar"] a[role="menuitem"] { border-radius: 5px; } ul[role="menubar"] [role="menu"] [role="menuitem"], ul[role="menubar"] [role="menu"] [role="menuitemcheckbox"], ul[role="menubar"] [role="menu"] [role="menuitemradio"], ul[role="menubar"] [role="menu"] [role="separator"] { padding-left: 27px; width: 8em; } ul[role="menubar"] [role="separator"] { padding-top: 3px; background-image: url('../images/separator.png'); background-position: center; background-repeat: repeat-x; } ul[role="menubar"] [role="menuitem"]:focus { padding: 3px; border: 3px solid #034575; } ul[role="menubar"] [role="menuitem"][aria-expanded="true"] { padding: 4px; border: 2px solid #034575; } ul[role="menubar"] [role="menuitem"]:hover { padding: 3px; border: 3px solid #034575; } ul[role="menubar"] [role="menu"] [role="menuitem"]:hover, ul[role="menubar"] [role="menu"] [role="menuitem"]:focus { padding: 3px; padding-left: 24px; border: 3px solid #034575; } ul[role="menubar"] [role="menu"] [aria-checked='false']:hover, ul[role="menubar"] [role="menu"] [aria-checked='false']:focus { padding: 3px; padding-left: 24px; border: 3px solid #034575; } ul[role="menubar"] [role="menu"] [aria-checked='true'] { padding: 6px; padding-left: 12px; padding-right: 18px; } ul[role="menubar"] [role="menu"] [aria-checked='true']:hover, ul[role="menubar"] [role="menu"] [aria-checked='true']:focus { padding: 3px; padding-left: 9px; padding-right: 18px; border: 3px solid #034575; } ul[role="menubar"] [role="menu"] [aria-checked='true']::before { content: url('../images/dot-brown.png'); padding-right: 5px; } /* * Text area styles */ .italic { font-style: italic; } .bold { font-weight: bold; } .underline { text-decoration: underline; } #textarea1 { padding: 0.5em; border: 1px solid black; height: 400px; width: 70%; font-size: medium; font-family: sans-serif; }
tests/menubar-editor/reference/css/menubar-editor.css
ul[role="menubar"] { margin: 0; margin-top: 0.5em; margin-bottom: 0.5em; padding: 12px; font-size: 110%; list-style: none; background-color: #eee; border: #eee solid 0px; border-radius: 5px; } ul[role="menubar"].focus { padding: 9px; border: #034575 solid 3px; } ul[role="menubar"] li { margin: 0; padding: 0; list-style: none; } ul[role="menubar"] > li { display: inline; position: relative; } ul[role="menubar"] > li > [role="menuitem"]::after { content: url('../images/down-arrow-brown.png'); padding-left: 0.25em; } ul[role="menubar"] ul[role="menu"] { display: none; position: absolute; margin: 0; padding: 0; } ul[role="menubar"] ul[role="group"] { margin: 0; padding: 0; } ul[role="menubar"] li[aria-disabled="true"] { color: #666; text-decoration: line-through; } ul[role="menubar"] [role="menuitem"], ul[role="menubar"] [role="menuitemcheckbox"], ul[role="menubar"] [role="menuitemradio"], ul[role="menubar"] [role="separator"] { margin-left: 0.25em; margin-right: 0.25em; padding: 6px; background-color: #eee; border: 0px solid #eee; color: black; } ul[role="menubar"] a[role="menuitem"] { border-radius: 5px; } ul[role="menubar"] [role="menu"] [role="menuitem"], ul[role="menubar"] [role="menu"] [role="menuitemcheckbox"], ul[role="menubar"] [role="menu"] [role="menuitemradio"], ul[role="menubar"] [role="menu"] [role="separator"] { padding-left: 27px; width: 8em; } ul[role="menubar"] [role="separator"] { padding-top: 3px; background-image: url('../images/separator.png'); background-position: center; background-repeat: repeat-x; } ul[role="menubar"] [role="menuitem"]:focus { padding: 3px; border: 3px solid #034575; } ul[role="menubar"] [role="menuitem"][aria-expanded="true"] { padding: 4px; border: 2px solid #034575; } ul[role="menubar"] [role="menuitem"]:hover { padding: 3px; border: 3px solid #034575; } ul[role="menubar"] [role="menu"] [role="menuitem"]:hover, ul[role="menubar"] [role="menu"] [role="menuitem"]:focus { padding: 3px; padding-left: 24px; border: 3px solid #034575; } ul[role="menubar"] [role="menu"] [aria-checked='false']:hover, ul[role="menubar"] [role="menu"] [aria-checked='false']:focus { padding: 3px; padding-left: 24px; border: 3px solid #034575; } ul[role="menubar"] [role="menu"] [aria-checked='true'] { padding: 6px; padding-left: 12px; padding-right: 18px; } ul[role="menubar"] [role="menu"] [aria-checked='true']:hover, ul[role="menubar"] [role="menu"] [aria-checked='true']:focus { padding: 3px; padding-left: 9px; padding-right: 18px; border: 3px solid #034575; } ul[role="menubar"] [role="menu"] [aria-checked='true']::before { content: url('../images/dot-brown.png'); padding-right: 5px; } /* * Text area styles */ .italic { font-style: italic; } .bold { font-weight: bold; } .underline { text-decoration: underline; } #textarea1 { padding: 0.5em; border: 1px solid black; height: 400px; width: 70%; font-size: medium; font-family: sans-serif; }
0.25842
0.156781
p > img { border: 1px solid; border-radius: 5px; } .table-span{padding: 5px 30px; display: inline-block;} div[xm-select-skin=zhongguohong] .xm-select-title div.xm-select-label>span {background-color: #FF0000;color: #FFF;border: 1px solid #FF0000} div[xm-select-skin=zhongguohong] .xm-select-title div.xm-select-label>span i {background-color: #FF0000;color: #FFF} div[xm-select-skin=zhongguohong] dl dd.xm-select-this:not(.xm-dis-disabled) i {color: #FF0000} div[xm-select-skin=zhongguohong].xm-form-selected .xm-select,div[xm-select-skin=zhongguohong].xm-form-selected .xm-select:hover {border-color: #FF0000!important} .md-danger{margin: 0px !important; padding-left: 10px; color: red; font-weight: bold;} .md-normal{margin: 0px !important; padding-left: 10px; color: #1E9FFF; font-weight: bold;} .card {padding: 0;box-sizing: inherit;} .card img{opacity: 0;} .card .card-header{background: url(//img.juzimi.com/juzimi/images/ju_top.jpg) no-repeat center top; width: 100%; margin-left: 1px;} .card .card-content{margin-top: -47px;margin-bottom: -47px;padding-left: 130px;line-height: 38px;letter-spacing: 1px;font-size: 18px;text-align: justify;} .card .card-footer{background: url(//img.juzimi.com/juzimi/images/ju_ce.jpg) no-repeat center top; width: 100%;} @media screen and (max-width: 768px){ .card .card-content{padding-left: 10px; margin-top: 20px; margin-bottom: 20px;} .card .card-header,.card .card-footer{display: none;} } .md-danger{margin: 0px !important; padding-left: 10px; color: red; font-weight: bold;} .md-normal{margin: 0px !important; padding-left: 10px; color: #1E9FFF; font-weight: bold;} .layui-btn{display: inline-block; vertical-align: middle; height: 36px; line-height: 36px; padding: 0 18px; background-color: #009688; color: #fff; white-space: nowrap; text-align: center; font-size: 14px; border: none; border-radius: 2px; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; margin-right: 10px;} .layui-btn:hover{opacity: 0.8; filter:alpha(opacity=80); color: #fff;} .layui-btn:active{opacity: 1; filter:alpha(opacity=100);} .syntaxhighlighter {overflow-y: hidden !important; margin: 0 !important;} .syntaxhighlighter .toolbar{background: none !important;} .syntaxhighlighter .toolbar a {display: none !important;} #runcode-content{display: none;} .overflow-hidden{overflow: hidden;}
docs/public/index.css
p > img { border: 1px solid; border-radius: 5px; } .table-span{padding: 5px 30px; display: inline-block;} div[xm-select-skin=zhongguohong] .xm-select-title div.xm-select-label>span {background-color: #FF0000;color: #FFF;border: 1px solid #FF0000} div[xm-select-skin=zhongguohong] .xm-select-title div.xm-select-label>span i {background-color: #FF0000;color: #FFF} div[xm-select-skin=zhongguohong] dl dd.xm-select-this:not(.xm-dis-disabled) i {color: #FF0000} div[xm-select-skin=zhongguohong].xm-form-selected .xm-select,div[xm-select-skin=zhongguohong].xm-form-selected .xm-select:hover {border-color: #FF0000!important} .md-danger{margin: 0px !important; padding-left: 10px; color: red; font-weight: bold;} .md-normal{margin: 0px !important; padding-left: 10px; color: #1E9FFF; font-weight: bold;} .card {padding: 0;box-sizing: inherit;} .card img{opacity: 0;} .card .card-header{background: url(//img.juzimi.com/juzimi/images/ju_top.jpg) no-repeat center top; width: 100%; margin-left: 1px;} .card .card-content{margin-top: -47px;margin-bottom: -47px;padding-left: 130px;line-height: 38px;letter-spacing: 1px;font-size: 18px;text-align: justify;} .card .card-footer{background: url(//img.juzimi.com/juzimi/images/ju_ce.jpg) no-repeat center top; width: 100%;} @media screen and (max-width: 768px){ .card .card-content{padding-left: 10px; margin-top: 20px; margin-bottom: 20px;} .card .card-header,.card .card-footer{display: none;} } .md-danger{margin: 0px !important; padding-left: 10px; color: red; font-weight: bold;} .md-normal{margin: 0px !important; padding-left: 10px; color: #1E9FFF; font-weight: bold;} .layui-btn{display: inline-block; vertical-align: middle; height: 36px; line-height: 36px; padding: 0 18px; background-color: #009688; color: #fff; white-space: nowrap; text-align: center; font-size: 14px; border: none; border-radius: 2px; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; margin-right: 10px;} .layui-btn:hover{opacity: 0.8; filter:alpha(opacity=80); color: #fff;} .layui-btn:active{opacity: 1; filter:alpha(opacity=100);} .syntaxhighlighter {overflow-y: hidden !important; margin: 0 !important;} .syntaxhighlighter .toolbar{background: none !important;} .syntaxhighlighter .toolbar a {display: none !important;} #runcode-content{display: none;} .overflow-hidden{overflow: hidden;}
0.211498
0.115287
*{ /* retira espaço da parte de cima e baixo*/ margin:0px; padding: 0px; } body{ background-image: url("../IMAGENS/mountain.jpg"); background-position: 50% 50% ; color: white; font-family: arial; } input{ display: block; /* deixa um envima do outro*/ height: 55px; /*altura*/ width: 400px; /*largura*/ margin:10px; /* margem entre os inputs*/ border-radius: 40px; /*borda arredondada*/ border:1px solid white; /*borda solida na cor preta*/ font-size: 16pt; /*tamanho da letra*/ padding: 10px 20px; /*espaço dentro dos inputs*/ background-color: rgba(255,255,255,0.01); /*deixando os inputs quase transparentes*/ color: white; /*alterando a cor da letra do botão*/ outline: none; /*retirando o contorno azul*/ } div#corpo-form{ /*background-color: red;*/ /*altera a cor de fundo do formulario*/ width: 420px; margin:150px auto 0px auto; } div#corpo-form-cad{ /*background-color: red;*/ /*altera a cor de fundo do formulario*/ width: 420px; margin:100px auto 1px auto; } div#corpo-form h1, div#corpo-form-cad h1{ text-align: center; /* centralizando o titulo*/ padding: 20px; /*espaçando o titulo*/ } a{ color: white; /*alterando a cor para branca*/ text-decoration: none; /*retirando o "_" que vem por padrão*/ text-align: center; /*Centralizando o texto*/ display: block; /* deixa um encima do outro*/ } a:hover{ text-decoration: underline; /*Mostrando o "_" quando passar o mouse encima*/ } input[type=submit]{ background-color: #FF0066; /*definindo a cor vermelha para o botão acessar*/ border:none; /*retirando a borda preta do botão acessar*/ cursor: pointer; /*desenho da mão sobre o botão*/ } ::-webkit-input-placeholder { /*alterando a cor do placeholder para branco em varios browsers*/ color: #fff; } ::-moz-placeholder { /*alterando a cor do placeholder para branco em varios browsers*/ color: #fff; } ::-moz-placeholder { /*alterando a cor do placeholder para branco em varios browsers*/ color: #fff; } ::-ms-input-placeholder { /*alterando a cor do placeholder para branco em varios browsers*/ color: #fff; } div#msg-sucesso{ width: 380px; margin: 15px auto; padding: 10px; background-color: rgba(34,139,34); border: 1px solid rgb(34,139,34); border-radius: 40px; text-align: center; } div.msg-erro{ width: 380px; margin: 15px auto; padding: 10px; background-color: rgba(139,0,0); border: 1px solid rgb(165,42,42); border-radius: 40px; text-align: center; }
CSS/estilo.css
*{ /* retira espaço da parte de cima e baixo*/ margin:0px; padding: 0px; } body{ background-image: url("../IMAGENS/mountain.jpg"); background-position: 50% 50% ; color: white; font-family: arial; } input{ display: block; /* deixa um envima do outro*/ height: 55px; /*altura*/ width: 400px; /*largura*/ margin:10px; /* margem entre os inputs*/ border-radius: 40px; /*borda arredondada*/ border:1px solid white; /*borda solida na cor preta*/ font-size: 16pt; /*tamanho da letra*/ padding: 10px 20px; /*espaço dentro dos inputs*/ background-color: rgba(255,255,255,0.01); /*deixando os inputs quase transparentes*/ color: white; /*alterando a cor da letra do botão*/ outline: none; /*retirando o contorno azul*/ } div#corpo-form{ /*background-color: red;*/ /*altera a cor de fundo do formulario*/ width: 420px; margin:150px auto 0px auto; } div#corpo-form-cad{ /*background-color: red;*/ /*altera a cor de fundo do formulario*/ width: 420px; margin:100px auto 1px auto; } div#corpo-form h1, div#corpo-form-cad h1{ text-align: center; /* centralizando o titulo*/ padding: 20px; /*espaçando o titulo*/ } a{ color: white; /*alterando a cor para branca*/ text-decoration: none; /*retirando o "_" que vem por padrão*/ text-align: center; /*Centralizando o texto*/ display: block; /* deixa um encima do outro*/ } a:hover{ text-decoration: underline; /*Mostrando o "_" quando passar o mouse encima*/ } input[type=submit]{ background-color: #FF0066; /*definindo a cor vermelha para o botão acessar*/ border:none; /*retirando a borda preta do botão acessar*/ cursor: pointer; /*desenho da mão sobre o botão*/ } ::-webkit-input-placeholder { /*alterando a cor do placeholder para branco em varios browsers*/ color: #fff; } ::-moz-placeholder { /*alterando a cor do placeholder para branco em varios browsers*/ color: #fff; } ::-moz-placeholder { /*alterando a cor do placeholder para branco em varios browsers*/ color: #fff; } ::-ms-input-placeholder { /*alterando a cor do placeholder para branco em varios browsers*/ color: #fff; } div#msg-sucesso{ width: 380px; margin: 15px auto; padding: 10px; background-color: rgba(34,139,34); border: 1px solid rgb(34,139,34); border-radius: 40px; text-align: center; } div.msg-erro{ width: 380px; margin: 15px auto; padding: 10px; background-color: rgba(139,0,0); border: 1px solid rgb(165,42,42); border-radius: 40px; text-align: center; }
0.218419
0.075619
.chameleon_slider.NewsTwo { font-family: Verdana, Helvetica, sans-serif; background-color: #454444; } .chameleon_slider.NewsTwo .loading_slider_overlay { background: #e8e8e8; } .chameleon_slider.NewsTwo .loading_slider_overlay p { color: white; font-size: 16px; } .chameleon_slider.NewsTwo .loading_slider_overlay .indicator { top: 50%; left: 50%; height: 38px; width: 38px; margin: -19px 0 0 -19px; padding: 0; background: url(images/loading_white_bg.gif) no-repeat; } .chameleon_slider.NewsTwo .main_panel .media_link:hover { background: url(images/lightbox_button_bg.png) no-repeat center center; } .chameleon_slider.NewsTwo .main_panel .preloading_item { background: url(images/loading_white_bg.gif) no-repeat center center #e8e8e8; } .chameleon_slider.NewsTwo a.navigation_button { overflow: hidden; background: url(images/buttons.png) no-repeat 0 0; height: 47px; width: 47px; } .chameleon_slider.NewsTwo a.navigation_button.prev:hover { background-position: 0 -50px; } .chameleon_slider.NewsTwo a.navigation_button.next { background-position: -49px 0; } .chameleon_slider.NewsTwo a.navigation_button.next:hover { background-position: -49px -50px; } .chameleon_slider.NewsTwo .title_box.current_item { background: url(images/title_box-current_item-bg.png); } .chameleon_slider.NewsTwo .title_box.current_gallery { background: url(images/title_box-current_gallery-bg.png); } .chameleon_slider.NewsTwo .title_box span { color: white; font-size: 19px; padding: 3px 25px 2px; } .chameleon_slider.NewsTwo .scrollable_box { background: url(images/scrollable_box-bg.png); } .chameleon_slider.NewsTwo .scrollable_box .scrollbar { background: url(images/scroll_top_bg.png) no-repeat; right: 10px; width: 5px; padding: 4px 0 0; margin: 6px 0 10px; } .chameleon_slider.NewsTwo .scrollable_box .scrollbar .track { padding: 0 0 4px; background: url(images/scroll_bottom_bg.png) no-repeat bottom; } .chameleon_slider.NewsTwo .scrollable_box .scrollbar .track .thumb { background: #252525; width: 1px; border: 1px solid #32312f; border-top: 0; border-bottom: 0; margin: 0 0 0 1px; } .chameleon_slider.NewsTwo .scrollable_box .viewport { margin: 10px 25px; } .chameleon_slider.NewsTwo .scrollable_box .viewport.scrollable { margin-right: 20px; } .chameleon_slider.NewsTwo .scrollable_box .viewport a { color: white; } .chameleon_slider.NewsTwo .scrollable_box .viewport a:hover { color: white; } .chameleon_slider.NewsTwo .scrollable_box .viewport h2 { font-size: 14px; color: white; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; } .chameleon_slider.NewsTwo .scrollable_box .viewport .overview, .chameleon_slider.NewsTwo .scrollable_box .viewport p { font-size: 12px; line-height: 18px; color: white; font-family: Verdana, Helvetica, sans-serif; } .chameleon_slider.NewsTwo .scrollable_box.item_info { background: url(images/transparent_black_2.png) repeat; } .chameleon_slider.NewsTwo .scrollable_box.gallery_info { background: url(images/gallery_info-bg.png) repeat; } .chameleon_slider.NewsTwo .categories_wrapper { background: url(images/categories_bg.png) 0 0 repeat-x #555454; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window { background: none; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container { background: none; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul { padding: 0; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li { margin: 0; border-right: 1px solid #7d7d7d; text-align: center; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li a { text-decoration: none; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li a span { color: white; font: 12px Verdana, Helvetica, sans-serif; text-decoration: none; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg.png) 0 bottom repeat-x #575757; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li:hover a span { color: #e6e6e6; } .chameleon_slider.NewsTwo .categories_wrapper.vertical { background: url(images/categories_bg_vertical.png) 0 0 repeat-y #555454; } .chameleon_slider.NewsTwo .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #7d7d7d; border-right: none; } .chameleon_slider.NewsTwo .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_vertical.png) right 0 repeat-y #575757; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation { background: url(images/buttons.png) no-repeat 0 0; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal { margin-top: -7px; top: 50%; width: 17px; height: 16px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal.next { background-position: -252px -103px; margin-right: 15px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal.next:hover { background-position: -252px -121px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal.prev { background-position: -232px -103px; margin-left: 15px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -232px -121px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical { left: 50%; width: 17px; height: 16px; margin-left: -7px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical.next { background-position: -453px -103px; margin-top: -15px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical.next:hover { background-position: -453px -121px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical.prev { background-position: -433px -103px; margin-top: 15px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical.prev:hover { background-position: -433px -121px; } .chameleon_slider.NewsTwo .thumb_wrapper { background: url(images/shadow.png) no-repeat center 1px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation { background: url(images/buttons.png) no-repeat 0 0; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal { top: 50%; margin-top: -8px; width: 13px; height: 19px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal.next { background-position: -258px -141px; margin-right: 15px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -258px -162px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal.prev { background-position: -235px -141px; margin-left: 15px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -235px -162px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical { left: 50%; width: 19px; height: 13px; margin-left: -7px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical.next { background-position: -484px -144px; margin-top: -15px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical.next:hover { background-position: -484px -165px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical.prev { background-position: -460px -144px; margin-top: 15px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -460px -165px; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window { background: none; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container { background: none; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul { padding: 15px 15px 0 0; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li { margin: 0 0 12px 12px; border: 2px solid white; box-shadow: 1px 1px 1px rgba(60, 60, 60, 0.7); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .thumb_preloading { background: url(images/preloader_thumb.gif) no-repeat center center #f8f8f8; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon { background: no-repeat center center; display: none; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon.video { background-image: url(images/video_item_icon.png); display: block; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon.audio { background-image: url(images/audio_item_icon.png); display: block; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .caption_wrapper .caption { padding: 3px; color: white; font-size: 9px; background: url(images/transparent_black_1.png); line-height: 11px; text-align: center; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li.on { border: 2px solid red; } .chameleon_slider.NewsTwo .thumb_wrapper.not_transparent .thumb_window { background: #ededed; } .chameleon_slider.NewsTwo .social_buttons_toggle { width: 34px; height: 27px; background: url(images/buttons.png) no-repeat 6px -103px; cursor: pointer; } .chameleon_slider.NewsTwo .social_buttons_toggle:hover { background-position: -28px -103px; } .chameleon_slider.NewsTwo .social_buttons_toggle.active { background-position: -28px -103px; } .chameleon_slider.NewsTwo .social_buttons { padding: 10px; background: url(images/transparent_black_1.png) repeat; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .chameleon_slider.NewsTwo .social_buttons.vertical .social_button { margin: 0 0 5px; } .chameleon_slider.NewsTwo .standalone_button { text-indent: -10000px; width: 28px; height: 28px; background: url(images/buttons.png) no-repeat; } .chameleon_slider.NewsTwo .standalone_button.email { background-position: 0 -134px; } .chameleon_slider.NewsTwo .standalone_button.email:hover { background-position: -34px -134px; } .chameleon_slider.NewsTwo .standalone_button.download { background-position: 0 -164px; } .chameleon_slider.NewsTwo .standalone_button.download:hover { background-position: -34px -164px; } .chameleon_slider.NewsTwo .standalone_button.fullscreen { background-position: 0 -194px; } .chameleon_slider.NewsTwo .standalone_button.fullscreen:hover { background-position: -34px -194px; } .chameleon_slider.NewsTwo .standalone_button.exit_fullscreen { width: 42px; height: 42px; background: url(images/fullscreenbuttons.png) no-repeat 0 -42px; } .chameleon_slider.NewsTwo .standalone_button.exit_fullscreen:hover { background-position: -44px -42px; } .chameleon_slider.NewsTwo .pagination { margin: 0 0 5px 5px; } .chameleon_slider.NewsTwo .pagination .pages_container li { margin: 5px 5px 0 0; width: 12px; height: 12px; background: url(images/buttons.png) no-repeat -74px -183px; } .chameleon_slider.NewsTwo .pagination .pages_container li:hover { background-position: -74px -195px; } .chameleon_slider.NewsTwo .pagination .pages_container li.current { background-position: -74px -207px; } .chameleon_slider.NewsTwo .autoplay_toggle { width: 54px; height: 51px; background: url(images/buttons.png) no-repeat -516px 0px; } .chameleon_slider.NewsTwo .autoplay_toggle:hover { background-position: -516px -52px; } .chameleon_slider.NewsTwo .autoplay_toggle.pause { background-position: -516px -104px; } .chameleon_slider.NewsTwo .autoplay_toggle.pause:hover { background-position: -516px -156px; } .chameleon_slider.NewsTwo .autoplay_container { background: url(images/transparent_white_bg.png); } .chameleon_slider.NewsTwo .autoplay_container .indicator { background-color: #575757; } .chameleon_slider.NewsTwo.green { background-color: #619601; } .chameleon_slider.NewsTwo.green .navigation_button.prev { background-position: -100px 0; } .chameleon_slider.NewsTwo.green .navigation_button.prev:hover { background-position: -100px -50px; } .chameleon_slider.NewsTwo.green .navigation_button.next { background-position: -149px 0; } .chameleon_slider.NewsTwo.green .navigation_button.next:hover { background-position: -149px -50px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.horizontal.next { background-position: -138px -141px; margin-right: 15px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -138px -162px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.horizontal.prev { background-position: -115px -141px; margin-left: 15px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -115px -162px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.vertical.next { background-position: -342px -144px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.vertical.next:hover { background-position: -342px -165px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.vertical.prev { background-position: -319px -144px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -319px -165px; } .chameleon_slider.NewsTwo.green .thumb_wrapper .thumb_window .thumb_container ul li { border: 2px solid #acd01c; } .chameleon_slider.NewsTwo.green .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo.green .thumb_wrapper .thumb_window .thumb_container ul li.on { border-color: #ffea00; } .chameleon_slider.NewsTwo.green .categories_wrapper { background-image: url(images/categories_bg_green.png); background-color: #638f22; } .chameleon_slider.NewsTwo.green .categories_wrapper .categories_window .categories_container ul li { border-right: 1px solid #527619; } .chameleon_slider.NewsTwo.green .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg_green.png) 0 bottom repeat-x #628f23; } .chameleon_slider.NewsTwo.green .categories_wrapper.vertical { background: url(images/categories_bg_green_vertical.png) 0 0 repeat-y #638f22; } .chameleon_slider.NewsTwo.green .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #527619; border-right: none; } .chameleon_slider.NewsTwo.green .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_green_vertical.png) right 0 repeat-y #628f23; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.horizontal.next { background-position: -132px -103px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.horizontal.next:hover { background-position: -132px -121px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.horizontal.prev { background-position: -112px -103px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -112px -121px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.vertical.next { background-position: -333px -103px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.vertical.next:hover { background-position: -333px -121px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.vertical.prev { background-position: -313px -103px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.vertical.prev:hover { background-position: -313px -121px; } .chameleon_slider.NewsTwo.green .scrollable_box .scrollbar .track .thumb { background: #81b81f; border-color: #7eaa2b; } .chameleon_slider.NewsTwo.green .autoplay_container .indicator { background-color: #628f23; } .chameleon_slider.NewsTwo.red { background-color: #a40202; } .chameleon_slider.NewsTwo.red .navigation_button.prev { background-position: -398px 0; } .chameleon_slider.NewsTwo.red .navigation_button.prev:hover { background-position: -398px -50px; } .chameleon_slider.NewsTwo.red .navigation_button.next { background-position: -447px 0; } .chameleon_slider.NewsTwo.red .navigation_button.next:hover { background-position: -447px -50px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.horizontal.next { background-position: -218px -141px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -218px -162px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.horizontal.prev { background-position: -195px -141px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -195px -162px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.vertical.next { background-position: -436px -144px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.vertical.next:hover { background-position: -436px -165px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.vertical.prev { background-position: -412px -144px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -412px -165px; } .chameleon_slider.NewsTwo.red .thumb_wrapper .thumb_window .thumb_container ul li { border: 2px solid #c83636; } .chameleon_slider.NewsTwo.red .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo.red .thumb_wrapper .thumb_window .thumb_container ul li.on { border-color: #ffae00; } .chameleon_slider.NewsTwo.red .categories_wrapper { background-image: url(images/categories_bg_red.png); background-color: #b30000; } .chameleon_slider.NewsTwo.red .categories_wrapper .categories_window .categories_container ul li { border-right: 1px solid #a60101; } .chameleon_slider.NewsTwo.red .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg_red.png) 0 bottom repeat-x #ba0000; } .chameleon_slider.NewsTwo.red .categories_wrapper.vertical { background: url(images/categories_bg_red_vertical.png) 0 0 repeat-y #b30000; } .chameleon_slider.NewsTwo.red .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #a60101; border-right: none; } .chameleon_slider.NewsTwo.red .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_red_vertical.png) right 0 repeat-y #ba0000; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.horizontal.next { background-position: -212px -103px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.horizontal.next:hover { background-position: -212px -121px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.horizontal.prev { background-position: -192px -103px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -192px -121px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical { left: 50%; width: 17px; height: 16px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical.next { background-position: -413px -103px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical.next:hover { background-position: -413px -121px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical.prev { background-position: -393px -103px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical.prev:hover { background-position: -393px -121px; } .chameleon_slider.NewsTwo.red .scrollable_box .scrollbar .track .thumb { background: #b30000; border-color: #a81412; } .chameleon_slider.NewsTwo.red .autoplay_container .indicator { background-color: #ba0000; } .chameleon_slider.NewsTwo.blue { background-color: #30a1cf; } .chameleon_slider.NewsTwo.blue .navigation_button.prev { background-position: -200px 0; } .chameleon_slider.NewsTwo.blue .navigation_button.prev:hover { background-position: -200px -50px; } .chameleon_slider.NewsTwo.blue .navigation_button.next { background-position: -249px 0; } .chameleon_slider.NewsTwo.blue .navigation_button.next:hover { background-position: -249px -50px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.horizontal.next { background-position: -98px -141px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -98px -162px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.horizontal.prev { background-position: -75px -141px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -75px -162px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.vertical.next { background-position: -296px -144px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.vertical.next:hover { background-position: -296px -165px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.vertical.prev { background-position: -273px -144px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -273px -165px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper .thumb_window .thumb_container ul li { border: 2px solid #128cbc; } .chameleon_slider.NewsTwo.blue .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo.blue .thumb_wrapper .thumb_window .thumb_container ul li.on { border-color: #ffea00; } .chameleon_slider.NewsTwo.blue .categories_wrapper { background-image: url(images/categories_bg_blue.png); background-color: #0781ae; } .chameleon_slider.NewsTwo.blue .categories_wrapper .categories_window .categories_container ul li { border-right: 1px solid #09739c; } .chameleon_slider.NewsTwo.blue .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg_blue.png) 0 bottom repeat-x #0078a5; } .chameleon_slider.NewsTwo.blue .categories_wrapper.vertical { background: url(images/categories_bg_blue_vertical.png) 0 0 repeat-y #0781ae; } .chameleon_slider.NewsTwo.blue .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #09739c; border-right: none; } .chameleon_slider.NewsTwo.blue .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_blue_vertical.png) right 0 repeat-y #0078a5; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.horizontal.next { background-position: -92px -103px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.horizontal.next:hover { background-position: -92px -121px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.horizontal.prev { background-position: -72px -103px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -72px -121px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical { left: 50%; width: 17px; height: 16px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical.next { background-position: -293px -103px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical.next:hover { background-position: -293px -121px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical.prev { background-position: -273px -103px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical.prev:hover { background-position: -273px -121px; } .chameleon_slider.NewsTwo.blue .scrollable_box .scrollbar .track .thumb { background: #006991; border-color: #156a8a; } .chameleon_slider.NewsTwo.blue .autoplay_container .indicator { background-color: #0078a5; } .chameleon_slider.NewsTwo.pink { background-color: #971551; } .chameleon_slider.NewsTwo.pink .navigation_button.prev { background-position: -299px 0; } .chameleon_slider.NewsTwo.pink .navigation_button.prev:hover { background-position: -299px -50px; } .chameleon_slider.NewsTwo.pink .navigation_button.next { background-position: -348px 0; } .chameleon_slider.NewsTwo.pink .navigation_button.next:hover { background-position: -348px -50px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.horizontal.next { background-position: -178px -141px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -178px -162px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.horizontal.prev { background-position: -155px -141px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -155px -162px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.vertical.next { background-position: -388px -144px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.vertical.next:hover { background-position: -388px -165px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.vertical.prev { background-position: -365px -144px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -365px -165px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper .thumb_window .thumb_container ul li { border: 2px solid #d0156c; } .chameleon_slider.NewsTwo.pink .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo.pink .thumb_wrapper .thumb_window .thumb_container ul li.on { border-color: #ffae00; } .chameleon_slider.NewsTwo.pink .categories_wrapper { background-image: url(images/categories_bg_pink.png); background-color: #af125c; } .chameleon_slider.NewsTwo.pink .categories_wrapper .categories_window .categories_container ul li { border-right: 1px solid #a60101; } .chameleon_slider.NewsTwo.pink .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg_pink.png) 0 bottom repeat-x #b5145f; } .chameleon_slider.NewsTwo.pink .categories_wrapper.vertical { background: url(images/categories_bg_pink_vertical.png) 0 0 repeat-y #af125c; } .chameleon_slider.NewsTwo.pink .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #a60101; border-right: none; } .chameleon_slider.NewsTwo.pink .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_pink_vertical.png) right 0 repeat-y #b5145f; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.horizontal.next { background-position: -172px -103px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.horizontal.next:hover { background-position: -172px -121px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.horizontal.prev { background-position: -152px -103px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -152px -121px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical { left: 50%; width: 17px; height: 16px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical.next { background-position: -373px -103px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical.next:hover { background-position: -373px -121px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical.prev { background-position: -353px -103px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical.prev:hover { background-position: -353px -121px; } .chameleon_slider.NewsTwo.pink .scrollable_box .scrollbar .track .thumb { background: #bc1763; border-color: #af2663; } .chameleon_slider.NewsTwo.pink .autoplay_container .indicator { background-color: #b5145f; }
VS2013_PROJECT/NZPortalWeb/DesktopModules/EasyDNNnews/ChameleonGalleryPresets/themes/NewsTwo/NewsTwo.css
.chameleon_slider.NewsTwo { font-family: Verdana, Helvetica, sans-serif; background-color: #454444; } .chameleon_slider.NewsTwo .loading_slider_overlay { background: #e8e8e8; } .chameleon_slider.NewsTwo .loading_slider_overlay p { color: white; font-size: 16px; } .chameleon_slider.NewsTwo .loading_slider_overlay .indicator { top: 50%; left: 50%; height: 38px; width: 38px; margin: -19px 0 0 -19px; padding: 0; background: url(images/loading_white_bg.gif) no-repeat; } .chameleon_slider.NewsTwo .main_panel .media_link:hover { background: url(images/lightbox_button_bg.png) no-repeat center center; } .chameleon_slider.NewsTwo .main_panel .preloading_item { background: url(images/loading_white_bg.gif) no-repeat center center #e8e8e8; } .chameleon_slider.NewsTwo a.navigation_button { overflow: hidden; background: url(images/buttons.png) no-repeat 0 0; height: 47px; width: 47px; } .chameleon_slider.NewsTwo a.navigation_button.prev:hover { background-position: 0 -50px; } .chameleon_slider.NewsTwo a.navigation_button.next { background-position: -49px 0; } .chameleon_slider.NewsTwo a.navigation_button.next:hover { background-position: -49px -50px; } .chameleon_slider.NewsTwo .title_box.current_item { background: url(images/title_box-current_item-bg.png); } .chameleon_slider.NewsTwo .title_box.current_gallery { background: url(images/title_box-current_gallery-bg.png); } .chameleon_slider.NewsTwo .title_box span { color: white; font-size: 19px; padding: 3px 25px 2px; } .chameleon_slider.NewsTwo .scrollable_box { background: url(images/scrollable_box-bg.png); } .chameleon_slider.NewsTwo .scrollable_box .scrollbar { background: url(images/scroll_top_bg.png) no-repeat; right: 10px; width: 5px; padding: 4px 0 0; margin: 6px 0 10px; } .chameleon_slider.NewsTwo .scrollable_box .scrollbar .track { padding: 0 0 4px; background: url(images/scroll_bottom_bg.png) no-repeat bottom; } .chameleon_slider.NewsTwo .scrollable_box .scrollbar .track .thumb { background: #252525; width: 1px; border: 1px solid #32312f; border-top: 0; border-bottom: 0; margin: 0 0 0 1px; } .chameleon_slider.NewsTwo .scrollable_box .viewport { margin: 10px 25px; } .chameleon_slider.NewsTwo .scrollable_box .viewport.scrollable { margin-right: 20px; } .chameleon_slider.NewsTwo .scrollable_box .viewport a { color: white; } .chameleon_slider.NewsTwo .scrollable_box .viewport a:hover { color: white; } .chameleon_slider.NewsTwo .scrollable_box .viewport h2 { font-size: 14px; color: white; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; } .chameleon_slider.NewsTwo .scrollable_box .viewport .overview, .chameleon_slider.NewsTwo .scrollable_box .viewport p { font-size: 12px; line-height: 18px; color: white; font-family: Verdana, Helvetica, sans-serif; } .chameleon_slider.NewsTwo .scrollable_box.item_info { background: url(images/transparent_black_2.png) repeat; } .chameleon_slider.NewsTwo .scrollable_box.gallery_info { background: url(images/gallery_info-bg.png) repeat; } .chameleon_slider.NewsTwo .categories_wrapper { background: url(images/categories_bg.png) 0 0 repeat-x #555454; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window { background: none; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container { background: none; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul { padding: 0; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li { margin: 0; border-right: 1px solid #7d7d7d; text-align: center; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li a { text-decoration: none; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li a span { color: white; font: 12px Verdana, Helvetica, sans-serif; text-decoration: none; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg.png) 0 bottom repeat-x #575757; } .chameleon_slider.NewsTwo .categories_wrapper .categories_window .categories_container ul li:hover a span { color: #e6e6e6; } .chameleon_slider.NewsTwo .categories_wrapper.vertical { background: url(images/categories_bg_vertical.png) 0 0 repeat-y #555454; } .chameleon_slider.NewsTwo .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #7d7d7d; border-right: none; } .chameleon_slider.NewsTwo .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_vertical.png) right 0 repeat-y #575757; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation { background: url(images/buttons.png) no-repeat 0 0; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal { margin-top: -7px; top: 50%; width: 17px; height: 16px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal.next { background-position: -252px -103px; margin-right: 15px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal.next:hover { background-position: -252px -121px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal.prev { background-position: -232px -103px; margin-left: 15px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -232px -121px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical { left: 50%; width: 17px; height: 16px; margin-left: -7px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical.next { background-position: -453px -103px; margin-top: -15px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical.next:hover { background-position: -453px -121px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical.prev { background-position: -433px -103px; margin-top: 15px; } .chameleon_slider.NewsTwo .categories_wrapper a.navigation.vertical.prev:hover { background-position: -433px -121px; } .chameleon_slider.NewsTwo .thumb_wrapper { background: url(images/shadow.png) no-repeat center 1px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation { background: url(images/buttons.png) no-repeat 0 0; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal { top: 50%; margin-top: -8px; width: 13px; height: 19px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal.next { background-position: -258px -141px; margin-right: 15px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -258px -162px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal.prev { background-position: -235px -141px; margin-left: 15px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -235px -162px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical { left: 50%; width: 19px; height: 13px; margin-left: -7px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical.next { background-position: -484px -144px; margin-top: -15px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical.next:hover { background-position: -484px -165px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical.prev { background-position: -460px -144px; margin-top: 15px; } .chameleon_slider.NewsTwo .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -460px -165px; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window { background: none; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container { background: none; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul { padding: 15px 15px 0 0; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li { margin: 0 0 12px 12px; border: 2px solid white; box-shadow: 1px 1px 1px rgba(60, 60, 60, 0.7); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .thumb_preloading { background: url(images/preloader_thumb.gif) no-repeat center center #f8f8f8; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon { background: no-repeat center center; display: none; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon.video { background-image: url(images/video_item_icon.png); display: block; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon.audio { background-image: url(images/audio_item_icon.png); display: block; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li .caption_wrapper .caption { padding: 3px; color: white; font-size: 9px; background: url(images/transparent_black_1.png); line-height: 11px; text-align: center; } .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo .thumb_wrapper .thumb_window .thumb_container ul li.on { border: 2px solid red; } .chameleon_slider.NewsTwo .thumb_wrapper.not_transparent .thumb_window { background: #ededed; } .chameleon_slider.NewsTwo .social_buttons_toggle { width: 34px; height: 27px; background: url(images/buttons.png) no-repeat 6px -103px; cursor: pointer; } .chameleon_slider.NewsTwo .social_buttons_toggle:hover { background-position: -28px -103px; } .chameleon_slider.NewsTwo .social_buttons_toggle.active { background-position: -28px -103px; } .chameleon_slider.NewsTwo .social_buttons { padding: 10px; background: url(images/transparent_black_1.png) repeat; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .chameleon_slider.NewsTwo .social_buttons.vertical .social_button { margin: 0 0 5px; } .chameleon_slider.NewsTwo .standalone_button { text-indent: -10000px; width: 28px; height: 28px; background: url(images/buttons.png) no-repeat; } .chameleon_slider.NewsTwo .standalone_button.email { background-position: 0 -134px; } .chameleon_slider.NewsTwo .standalone_button.email:hover { background-position: -34px -134px; } .chameleon_slider.NewsTwo .standalone_button.download { background-position: 0 -164px; } .chameleon_slider.NewsTwo .standalone_button.download:hover { background-position: -34px -164px; } .chameleon_slider.NewsTwo .standalone_button.fullscreen { background-position: 0 -194px; } .chameleon_slider.NewsTwo .standalone_button.fullscreen:hover { background-position: -34px -194px; } .chameleon_slider.NewsTwo .standalone_button.exit_fullscreen { width: 42px; height: 42px; background: url(images/fullscreenbuttons.png) no-repeat 0 -42px; } .chameleon_slider.NewsTwo .standalone_button.exit_fullscreen:hover { background-position: -44px -42px; } .chameleon_slider.NewsTwo .pagination { margin: 0 0 5px 5px; } .chameleon_slider.NewsTwo .pagination .pages_container li { margin: 5px 5px 0 0; width: 12px; height: 12px; background: url(images/buttons.png) no-repeat -74px -183px; } .chameleon_slider.NewsTwo .pagination .pages_container li:hover { background-position: -74px -195px; } .chameleon_slider.NewsTwo .pagination .pages_container li.current { background-position: -74px -207px; } .chameleon_slider.NewsTwo .autoplay_toggle { width: 54px; height: 51px; background: url(images/buttons.png) no-repeat -516px 0px; } .chameleon_slider.NewsTwo .autoplay_toggle:hover { background-position: -516px -52px; } .chameleon_slider.NewsTwo .autoplay_toggle.pause { background-position: -516px -104px; } .chameleon_slider.NewsTwo .autoplay_toggle.pause:hover { background-position: -516px -156px; } .chameleon_slider.NewsTwo .autoplay_container { background: url(images/transparent_white_bg.png); } .chameleon_slider.NewsTwo .autoplay_container .indicator { background-color: #575757; } .chameleon_slider.NewsTwo.green { background-color: #619601; } .chameleon_slider.NewsTwo.green .navigation_button.prev { background-position: -100px 0; } .chameleon_slider.NewsTwo.green .navigation_button.prev:hover { background-position: -100px -50px; } .chameleon_slider.NewsTwo.green .navigation_button.next { background-position: -149px 0; } .chameleon_slider.NewsTwo.green .navigation_button.next:hover { background-position: -149px -50px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.horizontal.next { background-position: -138px -141px; margin-right: 15px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -138px -162px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.horizontal.prev { background-position: -115px -141px; margin-left: 15px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -115px -162px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.vertical.next { background-position: -342px -144px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.vertical.next:hover { background-position: -342px -165px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.vertical.prev { background-position: -319px -144px; } .chameleon_slider.NewsTwo.green .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -319px -165px; } .chameleon_slider.NewsTwo.green .thumb_wrapper .thumb_window .thumb_container ul li { border: 2px solid #acd01c; } .chameleon_slider.NewsTwo.green .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo.green .thumb_wrapper .thumb_window .thumb_container ul li.on { border-color: #ffea00; } .chameleon_slider.NewsTwo.green .categories_wrapper { background-image: url(images/categories_bg_green.png); background-color: #638f22; } .chameleon_slider.NewsTwo.green .categories_wrapper .categories_window .categories_container ul li { border-right: 1px solid #527619; } .chameleon_slider.NewsTwo.green .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg_green.png) 0 bottom repeat-x #628f23; } .chameleon_slider.NewsTwo.green .categories_wrapper.vertical { background: url(images/categories_bg_green_vertical.png) 0 0 repeat-y #638f22; } .chameleon_slider.NewsTwo.green .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #527619; border-right: none; } .chameleon_slider.NewsTwo.green .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_green_vertical.png) right 0 repeat-y #628f23; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.horizontal.next { background-position: -132px -103px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.horizontal.next:hover { background-position: -132px -121px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.horizontal.prev { background-position: -112px -103px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -112px -121px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.vertical.next { background-position: -333px -103px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.vertical.next:hover { background-position: -333px -121px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.vertical.prev { background-position: -313px -103px; } .chameleon_slider.NewsTwo.green .categories_wrapper a.navigation.vertical.prev:hover { background-position: -313px -121px; } .chameleon_slider.NewsTwo.green .scrollable_box .scrollbar .track .thumb { background: #81b81f; border-color: #7eaa2b; } .chameleon_slider.NewsTwo.green .autoplay_container .indicator { background-color: #628f23; } .chameleon_slider.NewsTwo.red { background-color: #a40202; } .chameleon_slider.NewsTwo.red .navigation_button.prev { background-position: -398px 0; } .chameleon_slider.NewsTwo.red .navigation_button.prev:hover { background-position: -398px -50px; } .chameleon_slider.NewsTwo.red .navigation_button.next { background-position: -447px 0; } .chameleon_slider.NewsTwo.red .navigation_button.next:hover { background-position: -447px -50px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.horizontal.next { background-position: -218px -141px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -218px -162px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.horizontal.prev { background-position: -195px -141px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -195px -162px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.vertical.next { background-position: -436px -144px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.vertical.next:hover { background-position: -436px -165px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.vertical.prev { background-position: -412px -144px; } .chameleon_slider.NewsTwo.red .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -412px -165px; } .chameleon_slider.NewsTwo.red .thumb_wrapper .thumb_window .thumb_container ul li { border: 2px solid #c83636; } .chameleon_slider.NewsTwo.red .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo.red .thumb_wrapper .thumb_window .thumb_container ul li.on { border-color: #ffae00; } .chameleon_slider.NewsTwo.red .categories_wrapper { background-image: url(images/categories_bg_red.png); background-color: #b30000; } .chameleon_slider.NewsTwo.red .categories_wrapper .categories_window .categories_container ul li { border-right: 1px solid #a60101; } .chameleon_slider.NewsTwo.red .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg_red.png) 0 bottom repeat-x #ba0000; } .chameleon_slider.NewsTwo.red .categories_wrapper.vertical { background: url(images/categories_bg_red_vertical.png) 0 0 repeat-y #b30000; } .chameleon_slider.NewsTwo.red .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #a60101; border-right: none; } .chameleon_slider.NewsTwo.red .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_red_vertical.png) right 0 repeat-y #ba0000; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.horizontal.next { background-position: -212px -103px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.horizontal.next:hover { background-position: -212px -121px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.horizontal.prev { background-position: -192px -103px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -192px -121px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical { left: 50%; width: 17px; height: 16px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical.next { background-position: -413px -103px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical.next:hover { background-position: -413px -121px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical.prev { background-position: -393px -103px; } .chameleon_slider.NewsTwo.red .categories_wrapper a.navigation.vertical.prev:hover { background-position: -393px -121px; } .chameleon_slider.NewsTwo.red .scrollable_box .scrollbar .track .thumb { background: #b30000; border-color: #a81412; } .chameleon_slider.NewsTwo.red .autoplay_container .indicator { background-color: #ba0000; } .chameleon_slider.NewsTwo.blue { background-color: #30a1cf; } .chameleon_slider.NewsTwo.blue .navigation_button.prev { background-position: -200px 0; } .chameleon_slider.NewsTwo.blue .navigation_button.prev:hover { background-position: -200px -50px; } .chameleon_slider.NewsTwo.blue .navigation_button.next { background-position: -249px 0; } .chameleon_slider.NewsTwo.blue .navigation_button.next:hover { background-position: -249px -50px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.horizontal.next { background-position: -98px -141px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -98px -162px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.horizontal.prev { background-position: -75px -141px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -75px -162px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.vertical.next { background-position: -296px -144px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.vertical.next:hover { background-position: -296px -165px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.vertical.prev { background-position: -273px -144px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -273px -165px; } .chameleon_slider.NewsTwo.blue .thumb_wrapper .thumb_window .thumb_container ul li { border: 2px solid #128cbc; } .chameleon_slider.NewsTwo.blue .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo.blue .thumb_wrapper .thumb_window .thumb_container ul li.on { border-color: #ffea00; } .chameleon_slider.NewsTwo.blue .categories_wrapper { background-image: url(images/categories_bg_blue.png); background-color: #0781ae; } .chameleon_slider.NewsTwo.blue .categories_wrapper .categories_window .categories_container ul li { border-right: 1px solid #09739c; } .chameleon_slider.NewsTwo.blue .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg_blue.png) 0 bottom repeat-x #0078a5; } .chameleon_slider.NewsTwo.blue .categories_wrapper.vertical { background: url(images/categories_bg_blue_vertical.png) 0 0 repeat-y #0781ae; } .chameleon_slider.NewsTwo.blue .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #09739c; border-right: none; } .chameleon_slider.NewsTwo.blue .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_blue_vertical.png) right 0 repeat-y #0078a5; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.horizontal.next { background-position: -92px -103px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.horizontal.next:hover { background-position: -92px -121px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.horizontal.prev { background-position: -72px -103px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -72px -121px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical { left: 50%; width: 17px; height: 16px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical.next { background-position: -293px -103px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical.next:hover { background-position: -293px -121px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical.prev { background-position: -273px -103px; } .chameleon_slider.NewsTwo.blue .categories_wrapper a.navigation.vertical.prev:hover { background-position: -273px -121px; } .chameleon_slider.NewsTwo.blue .scrollable_box .scrollbar .track .thumb { background: #006991; border-color: #156a8a; } .chameleon_slider.NewsTwo.blue .autoplay_container .indicator { background-color: #0078a5; } .chameleon_slider.NewsTwo.pink { background-color: #971551; } .chameleon_slider.NewsTwo.pink .navigation_button.prev { background-position: -299px 0; } .chameleon_slider.NewsTwo.pink .navigation_button.prev:hover { background-position: -299px -50px; } .chameleon_slider.NewsTwo.pink .navigation_button.next { background-position: -348px 0; } .chameleon_slider.NewsTwo.pink .navigation_button.next:hover { background-position: -348px -50px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.horizontal.next { background-position: -178px -141px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.horizontal.next:hover { background-position: -178px -162px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.horizontal.prev { background-position: -155px -141px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.horizontal.prev:hover { background-position: -155px -162px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.vertical.next { background-position: -388px -144px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.vertical.next:hover { background-position: -388px -165px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.vertical.prev { background-position: -365px -144px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper a.navigation.vertical.prev:hover { background-position: -365px -165px; } .chameleon_slider.NewsTwo.pink .thumb_wrapper .thumb_window .thumb_container ul li { border: 2px solid #d0156c; } .chameleon_slider.NewsTwo.pink .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsTwo.pink .thumb_wrapper .thumb_window .thumb_container ul li.on { border-color: #ffae00; } .chameleon_slider.NewsTwo.pink .categories_wrapper { background-image: url(images/categories_bg_pink.png); background-color: #af125c; } .chameleon_slider.NewsTwo.pink .categories_wrapper .categories_window .categories_container ul li { border-right: 1px solid #a60101; } .chameleon_slider.NewsTwo.pink .categories_wrapper .categories_window .categories_container ul li.on { background: url(images/category_bg_pink.png) 0 bottom repeat-x #b5145f; } .chameleon_slider.NewsTwo.pink .categories_wrapper.vertical { background: url(images/categories_bg_pink_vertical.png) 0 0 repeat-y #af125c; } .chameleon_slider.NewsTwo.pink .categories_wrapper.vertical .categories_window .categories_container ul li { border-bottom: 1px solid #a60101; border-right: none; } .chameleon_slider.NewsTwo.pink .categories_wrapper.vertical .categories_window .categories_container ul li.on { background: url(images/category_bg_pink_vertical.png) right 0 repeat-y #b5145f; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.horizontal.next { background-position: -172px -103px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.horizontal.next:hover { background-position: -172px -121px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.horizontal.prev { background-position: -152px -103px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.horizontal.prev:hover { background-position: -152px -121px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical { left: 50%; width: 17px; height: 16px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical.next { background-position: -373px -103px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical.next:hover { background-position: -373px -121px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical.prev { background-position: -353px -103px; } .chameleon_slider.NewsTwo.pink .categories_wrapper a.navigation.vertical.prev:hover { background-position: -353px -121px; } .chameleon_slider.NewsTwo.pink .scrollable_box .scrollbar .track .thumb { background: #bc1763; border-color: #af2663; } .chameleon_slider.NewsTwo.pink .autoplay_container .indicator { background-color: #b5145f; }
0.464416
0.095139
@font-face { font-family: 'noto-subset'; src: url('data:application/x-font-woff;charset=utf-8;base64,\ AAEAAAARAQAABAAQR0RFRggWBDIAAGOQAAAAgkdQT1MS8vjYAABkFAAABIJHU1VC7cjvyAAA\ aJgAAAHuT1MvMuorZ6AAAAGYAAAAYGNtYXAw3DHnAAAEhAAAAKxjdnQgCkEH6AAAE/AAAAAy\ ZnBnbZ42EcoAAAUwAAAOFWdhc3AAAAAQAABjiAAAAAhnbHlm47HFPAAAFYAAAEvoaGVhZBRU\ 5VcAAAEcAAAANmhoZWEGqwMvAAABVAAAACRobXR4WQoOmwAAAfgAAAKKbG9jYUBfLWAAABQk\ AAABWm1heHADag8jAAABeAAAACBuYW1lKd1ChQAAYWgAAAH+cG9zdP+fADIAAGNoAAAAIHBy\ ZXCoRcadAAATSAAAAKcAAQAAAAIAQrq7peFfDzz1AAcD6AAAAADZXtDRAAAAANle0NH+VP8Q\ BCcDgAAAAAYAAgAAAAAAAAABAAAELf7bAAAD//5U/7sEJwABAAAAAAAAAAAAAAAAAAAAmQAB\ AAAArABNAAMAXgAEAAIAmABgAI0AAAGJDhUACAABAAQCNwGQAAUAAAKKAlgAAABLAooCWAAA\ AV4AMgFCAAACCwUCBAUEAgIEAACAAQAAAAAAAAAAAAAAAEdPT0cBQAAgCWsELf7bAAAELQEl\ AAABnwAAAAACGAJuAAAAIAAAAlgAXgEEAAAC/AAdA/8AHQHrAAAB6wAAAiQAAAL9AAADVQAA\ AikAAAIpAAAD/wAdA/8AHQP/AB0C+gAAAzIAAAIzAAACTwAAAnoAAAK9AAAC5gAAAvQAAALm\ AAAB+AAAAkkAAAJBAAACMwAAAtMAAAI6AAACggAuAggAAAJnACoCKwAAAjgAAAMDAAACOwAA\ Ar8ALgJWAAACRAAAAZkAAAKmAAACLAAAAqgAKAJCAAACpAAAAhMAAAAA/q4AAP6gAAD+ZwAA\ /lQC5gAAAkEAAAMDAAACJwBLAicAgAInAFQCJwBaAicAPgInAFQAAP8QArsAAAKfAAADnAAu\ AicAWAInADACJwBXAicALwInACgCJwALAicAQAInADcCJwAsAicANAInADQBm//+AlgAXgEE\ AAACPAAxAjwAWQI8ADACPAAtAjwAFQI8AD8CPAA3AjwALAI8ADECPAAyAn8AAAKKAGECeAA9\ AtoAYQIsAGECBwBhAtgAPQLlAGEBUwAoAmsAYQIMAGEDiwBhAvgAYQMNAD0CXQBhAw0APQJu\ AGECJQAzAiwACgLbAFoCWAAAA6IADAJKAAQCNgAAAjwAJgG8//4CMQAuAmcAVQHgADcCZwA3\ AjQANwFYAA8CZwA3AmoAVQECAE4BAgBVA6cAVQJqAFUCXQA3AmcAVQJnADcBnQBVAd8AMwFp\ ABACagBPAfwAAAMSAAsCEQASAf4AAQHWACcBXgAYAV4AEQFeACUBXgAKAV4AHgFeABwBXgAZ\ AV4AEwFeABQBXgARArAADwJaAA8CWgAPA7IADwOyAA8BXgATACUAGAARAAoAHgAUABwAGQAR\ ABMAJQAYABEACgAeABQAHAAZABEAAAAAAAEAAwABAAAADAAEAKAAAAAkACAABAAEACAAOQBJ\ AFoAXwBpAHoJCwkRCRgJKAkwCTIJOQlcCV4Ja///AAAAIAAwAEEASwBfAGEAbAkFCQ8JEwka\ CSoJMgk1CVsJXglm////4QAQABYAFf/rABAADvb99vr2+fb49vf29vb09tf21vbPAAEAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwACwgsABVWEVZICBLuAAOUUuwBlNa\ WLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2w\ AiwjISMhLbADLCBkswMUFQBCQ7ATQyBgYEKxAhRDQrElA0OwAkNUeCCwDCOwAkNDYWSwBFB4\ sgICAkNgQrAhZRwhsAJDQ7IOFQFCHCCwAkMjQrITARNDYEIjsABQWGVZshYBAkNgQi2wBCyw\ AyuwFUNYIyEjIbAWQ0MjsABQWGVZGyBkILDAULAEJlqyKAENQ0VjRbAGRVghsAMlWVJbWCEj\ IRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBDUNFY0VhZLAoUFghsQENQ0VjRSCwMFBYIbAw\ WRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAIlsAxDY7AA\ UliwAEuwClBYIbAMQxtLsB5QWCGwHkthuBAAY7AMQ2O4BQBiWVlkYVmwAStZWSOwAFBYZVlZ\ IGSwFkMjQlktsAUsIEUgsAQlYWQgsAdDUFiwByNCsAgjQhshIVmwAWAtsAYsIyEjIbADKyBk\ sQdiQiCwCCNCsAZFWBuxAQ1DRWOxAQ1DsAFgRWOwBSohILAIQyCKIIqwASuxMAUlsAQmUVhg\ UBthUllYI1khWSCwQFNYsAErGyGwQFkjsABQWGVZLbAHLLAJQyuyAAIAQ2BCLbAILLAJI0Ij\ ILAAI0JhsAJiZrABY7ABYLAHKi2wCSwgIEUgsA5DY7gEAGIgsABQWLBAYFlmsAFjYESwAWAt\ sAossgkOAENFQiohsgABAENgQi2wCyywAEMjRLIAAQBDYEItsAwsICBFILABKyOwAEOwBCVg\ IEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsA0sICBFILAB\ KyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDiwgsAAjQrMN\ DAADRVBYIRsjIVkqIS2wDyyxAgJFsGRhRC2wECywAWAgILAPQ0qwAFBYILAPI0JZsBBDSrAA\ UlggsBAjQlktsBEsILAQYmawAWMguAQAY4ojYbARQ2AgimAgsBEjQiMtsBIsS1RYsQRkRFkk\ sA1lI3gtsBMsS1FYS1NYsQRkRFkbIVkksBNlI3gtsBQssQASQ1VYsRISQ7ABYUKwEStZsABD\ sAIlQrEPAiVCsRACJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsBAqISOwAWEgiiNhsBAq\ IRuxAQBDYLACJUKwAiVhsBAqIVmwD0NHsBBDR2CwAmIgsABQWLBAYFlmsAFjILAOQ2O4BABi\ ILAAUFiwQGBZZrABY2CxAAATI0SwAUOwAD6yAQEBQ2BCLbAVLACxAAJFVFiwEiNCIEWwDiNC\ sA0jsAFgQiCwFCNCIGCwAWG3GBgBABEAEwBCQkKKYCCwFENgsBQjQrEUCCuwiysbIlktsBYs\ sQAVKy2wFyyxARUrLbAYLLECFSstsBkssQMVKy2wGiyxBBUrLbAbLLEFFSstsBwssQYVKy2w\ HSyxBxUrLbAeLLEIFSstsB8ssQkVKy2wKywjILAQYmawAWOwBmBLVFgjIC6wAV0bISFZLbAs\ LCMgsBBiZrABY7AWYEtUWCMgLrABcRshIVktsC0sIyCwEGJmsAFjsCZgS1RYIyAusAFyGyEh\ WS2wICwAsA8rsQACRVRYsBIjQiBFsA4jQrANI7ABYEIgYLABYbUYGAEAEQBCQopgsRQIK7CL\ KxsiWS2wISyxACArLbAiLLEBICstsCMssQIgKy2wJCyxAyArLbAlLLEEICstsCYssQUgKy2w\ JyyxBiArLbAoLLEHICstsCkssQggKy2wKiyxCSArLbAuLCA8sAFgLbAvLCBgsBhgIEMjsAFg\ Q7ACJWGwAWCwLiohLbAwLLAvK7AvKi2wMSwgIEcgILAOQ2O4BABiILAAUFiwQGBZZrABY2Aj\ YTgjIIpVWCBHICCwDkNjuAQAYiCwAFBYsEBgWWawAWNgI2E4GyFZLbAyLACxAAJFVFixDgZF\ QrABFrAxKrEFARVFWDBZGyJZLbAzLACwDyuxAAJFVFixDgZFQrABFrAxKrEFARVFWDBZGyJZ\ LbA0LCA1sAFgLbA1LACxDgZFQrABRWO4BABiILAAUFiwQGBZZrABY7ABK7AOQ2O4BABiILAA\ UFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixNAEVKiEtsDYsIDwgRyCwDkNjuAQAYiCwAFBY\ sEBgWWawAWNgsABDYTgtsDcsLhc8LbA4LCA8IEcgsA5DY7gEAGIgsABQWLBAYFlmsAFjYLAA\ Q2GwAUNjOC2wOSyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsjgBARUUKi2w\ OiywABawFyNCsAQlsAQlRyNHI2GxDABCsAtDK2WKLiMgIDyKOC2wOyywABawFyNCsAQlsAQl\ IC5HI0cjYSCwBiNCsQwAQrALQysgsGBQWCCwQFFYswQgBSAbswQmBRpZQkIjILAKQyCKI0cj\ RyNhI0ZgsAZDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwBENgZCOwBUNhZFBYsARDYRuw\ BUNgWbADJbACYiCwAFBYsEBgWWawAWNhIyAgsAQmI0ZhOBsjsApDRrACJbAKQ0cjRyNhYCCw\ BkOwAmIgsABQWLBAYFlmsAFjYCMgsAErI7AGQ2CwASuwBSVhsAUlsAJiILAAUFiwQGBZZrAB\ Y7AEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDwssAAWsBcjQiAgILAFJiAu\ RyNHI2EjPDgtsD0ssAAWsBcjQiCwCiNCICAgRiNHsAErI2E4LbA+LLAAFrAXI0KwAyWwAiVH\ I0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABj\ YyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsD8ssAAWsBcjQiCwCkMg\ LkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wQCwjIC5GsAIlRrAXQ1hQG1JZ\ WCA8WS6xMAEUKy2wQSwjIC5GsAIlRrAXQ1hSG1BZWCA8WS6xMAEUKy2wQiwjIC5GsAIlRrAX\ Q1hQG1JZWCA8WSMgLkawAiVGsBdDWFIbUFlYIDxZLrEwARQrLbBDLLA6KyMgLkawAiVGsBdD\ WFAbUllYIDxZLrEwARQrLbBELLA7K4ogIDywBiNCijgjIC5GsAIlRrAXQ1hQG1JZWCA8WS6x\ MAEUK7AGQy6wMCstsEUssAAWsAQlsAQmICAgRiNHYbAMI0IuRyNHI2GwC0MrIyA8IC4jOLEw\ ARQrLbBGLLEKBCVCsAAWsAQlsAQlIC5HI0cjYSCwBiNCsQwAQrALQysgsGBQWCCwQFFYswQg\ BSAbswQmBRpZQkIjIEewBkOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILAEQ2BkI7AFQ2Fk\ UFiwBENhG7AFQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsj\ YTghWbEwARQrLbBHLLEAOisusTABFCstsEgssQA7KyEjICA8sAYjQiM4sTABFCuwBkMusDAr\ LbBJLLAAFSBHsAAjQrIAAQEVFBMusDYqLbBKLLAAFSBHsAAjQrIAAQEVFBMusDYqLbBLLLEA\ ARQTsDcqLbBMLLA5Ki2wTSywABZFIyAuIEaKI2E4sTABFCstsE4ssAojQrBNKy2wTyyyAABG\ Ky2wUCyyAAFGKy2wUSyyAQBGKy2wUiyyAQFGKy2wUyyyAABHKy2wVCyyAAFHKy2wVSyyAQBH\ Ky2wViyyAQFHKy2wVyyzAAAAQystsFgsswABAEMrLbBZLLMBAABDKy2wWiyzAQEAQystsFss\ swAAAUMrLbBcLLMAAQFDKy2wXSyzAQABQystsF4sswEBAUMrLbBfLLIAAEUrLbBgLLIAAUUr\ LbBhLLIBAEUrLbBiLLIBAUUrLbBjLLIAAEgrLbBkLLIAAUgrLbBlLLIBAEgrLbBmLLIBAUgr\ LbBnLLMAAABEKy2waCyzAAEARCstsGksswEAAEQrLbBqLLMBAQBEKy2wayyzAAABRCstsGws\ swABAUQrLbBtLLMBAAFEKy2wbiyzAQEBRCstsG8ssQA8Ky6xMAEUKy2wcCyxADwrsEArLbBx\ LLEAPCuwQSstsHIssAAWsQA8K7BCKy2wcyyxATwrsEArLbB0LLEBPCuwQSstsHUssAAWsQE8\ K7BCKy2wdiyxAD0rLrEwARQrLbB3LLEAPSuwQCstsHgssQA9K7BBKy2weSyxAD0rsEIrLbB6\ LLEBPSuwQCstsHsssQE9K7BBKy2wfCyxAT0rsEIrLbB9LLEAPisusTABFCstsH4ssQA+K7BA\ Ky2wfyyxAD4rsEErLbCALLEAPiuwQistsIEssQE+K7BAKy2wgiyxAT4rsEErLbCDLLEBPiuw\ QistsIQssQA/Ky6xMAEUKy2whSyxAD8rsEArLbCGLLEAPyuwQSstsIcssQA/K7BCKy2wiCyx\ AT8rsEArLbCJLLEBPyuwQSstsIossQE/K7BCKy2wiyyyCwADRVBYsAYbsgQCA0VYIyEbIVlZ\ QiuwCGWwAyRQeLEFARVFWDBZLQAAAABLuADIUlixAQGOWbABuQgACABjcLEAB0KyFgEAKrEA\ B0KzDQcBCiqxAAdCsxQFAQoqsQAIQroDgAABAAsqsQAJQroAQAABAAsquQADAABEsSQBiFFY\ sECIWLkAAwBkRLEoAYhRWLgIAIhYuQADAABEWRuxJwGIUVi6CIAAAQRAiGNUWLkAAwAARFlZ\ WVlZsw8FAQ4quAH/hbAEjbECAESzBWQGAEREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFEAUQJY\ AEcARwOAAm4CbgAA/vQDgAJuAm4AAP70AAAAAAAAAAAA1gG3AjgCRAKYAw8DugQSBB4EKgQ2\ BEIEsAVkBaAGAQZQBtwHMAfUCDQIfgjRCTsJpQn4CkAK0Qs3C+MMMgx7DOUNQg3yDjcOhA7J\ DyUPdhAmEHUQ6RFUEXYRpBHYEicSOBJEElUSmRL7E1cT1hQ5FIgUvBUjFZsWdBbNFw4XNxd5\ F9sYHRhzGNsY/xlpGdAZ7RntGe0aFxowGlwamhq+Gu8bMBtCG5Mb1Rv5HC0cWBx4HI8coxzV\ HOwdBB0hHTAdVh13HaQdxx36HiMeYR5yHpIerx7pHwQfGh8xHz4feh+tH9cgCyA9IGMgoiDF\ IOIg7iEgIUEhayGhIdYh+SI3Il4ifyKdItki8iMgIzcjYSObI7Uj1yQGJBgkYiSFJMIk/CUI\ JRQlICUwJUAlSSVSJVslZCVtJXYlfyWIJZElmiWjJawltSW+Jccl0CXZJeIl6yX0AAAAAQAd\ AAADCwJ4ADsBAkALOjUsJR0cBwYIBUlLsBZQWEArAAAAAQsAAW0ACwAGAwsGbQACAAMEAgNt\ AAoKEk0JBwIEBAViCAEFBRAFThtLsBhQWEA1AAAAAQsAAW0ACwAGAwsGbQACAAMHAgNtAAoK\ Ek0JAQcHBWIIAQUFEE0ABAQFYQgBBQUQBU4bS7AxUFhAMwAAAAELAAFtAAsABgMLBm0AAgAD\ BwIDbQAKChJNCQEHBwhgAAgIEE0ABAQFYQAFBRAFThtAMAAAAAELAAFtAAsABgMLBm0AAgAD\ BwIDbQAEAAUEBWUACgoSTQkBBwcIYAAICBAITllZWUASOTc0MzIxERMnJSQRFiUiDAcfKyUU\ BiMiJic3FhYzMjY1NCYnBgcnNjY1NCYjIgYHJzY2MzIWFRQHFhcWMzI2NzUjNSEVIxEjEQYG\ IyInFgHWW0NWhj9HK2Q+JjApIBsfBUQ5Lx8lPCIZGk0xTlNDCwkmJCAyGkkBAmhRGC4aERoP\ 2kZEgJQaansjJyU6GQUBRgIsJSQgFBFFDhhOO04qCgoFBge8R0f92QEiBgUDHgABAB0AAAQO\ AngAPwEOQAs+OSwlHRwHBggFSUuwFlBYQC0AAAABDQABbQANAAYDDQZtAAIAAwQCA20MAQoK\ Ek0LCQcDBAQFYggBBQUQBU4bS7AYUFhANwAAAAENAAFtAA0ABgMNBm0AAgADBwIDbQwBCgoS\ TQsJAgcHBWIIAQUFEE0ABAQFYQgBBQUQBU4bS7AxUFhANQAAAAENAAFtAA0ABgMNBm0AAgAD\ BwIDbQwBCgoSTQsJAgcHCGAACAgQTQAEBAVhAAUFEAVOG0AyAAAAAQ0AAW0ADQAGAw0GbQAC\ AAMHAgNtAAQABQQFZQwBCgoSTQsJAgcHCGAACAgQCE5ZWVlAFj07ODc2NTQzMjEREyclJBEW\ JSIOBx8rJRQGIyImJzcWFjMyNjU0JicGByc2NjU0JiMiBgcnNjYzMhYVFAcWFxYzMjY3NSM1\ IRUjESMRIxEjEQYGIyInFgHWW0NWhj9HK2Q+JjApIBsfBUQ5Lx8lPCIZGk0xTlNDCwkmJCAy\ GkkCBWhRslEYLhoRGg/aRkSAlBpqeyMnJToZBQFGAiwlJCAUEUUOGE47TioKCgUGB7xHR/3Z\ Aif92QEiBgUDHgABAAD/kgH5Am4APABVQFIpKCUdAwUDSQAJBwgHCQiDCgEAAAYFAAZtAAUA\ AQIFAWsACAgHYQAHBxJNBAECAgNfAAMDEANOAQA4NjMxLSwgHhYUExIREA8ODQsAPAE8CwcW\ KyUiBgcmJjU0Njc2NjMzNSE1IRUjFSMiBgcGFRQWFzYzMhYVFAYHFhYXByYmJyYmNTQ2MzIW\ FxYzMjY1NCYBDx06Fy9AFBEXPjFd/sYB+W64HxoJDxwQLjdKYlNLHT8iITloLTtFGxoUKx4O\ C0ZNMd4OCxxMMxwoDREPVkdHnQYHDBYYIQ0RS0FBSwoMFgpGGjkcAx0gFh0VGQIpLCEkAP//\ AAD/kgH5A4ACJgAEAAAABwA7AeMAAAABAAAAAAIzAm4AJwAxQC4TEgcDAEkABAAFAQQFbQAD\ AwJhAAICEk0GAQEBAF8AAAAQAE4VERYnKhEQBwcdKxEhFSMWFRQHFhYVFAYGIyImJic3HgIz\ MjY1NCYnBgcnNjY1NCYnIQIzbiBPJDktTjA5Z18sRxxDTy4pNS0oHiMFSkceF/6hAm5HJzBa\ LiBVOzJEIj2KchlOd0MlMSlFHwYBRgIwMR4tDQABAAAAAAMMAm4APAA/QDwoJxwUEwoHBwBJ\ AAMAAgcDAm0ABgAHAQYHbQAFBQRhAAQEEk0IAQEBAF8AAAAQAE4VERYnJyspERAJBx8rESEV\ IRYVFAcWFhc2NjMyFhUUBgcnNjY1NCYjIgcWFhUUBgYjIiYmJzceAjMyNjU0JicGByc2NjU0\ JichAwz+uSBPCxQJHz4iQVMeI0gZICkjJyoHCC1OMDlnXyxHHENPLik1LSgeIwVKRx4X/qEC\ bkcnMFouCRQLFhdPRS5cLykdRygsJyUQJhUyRCI9inIZTndDJTEpRR8GAUYCMDEeLQ0AAQAA\ /94DYwJuAEYAi0AQRj88MzIoJRoQCQgCAQ0DSUuwJlBYQCoACAAHCQgHbQAJAAUACQVtAAAG\ AQECAAFtAAoKEk0EAQICA2AAAwMQA04bQDEABgABAAYBgwAIAAcJCAdtAAkABQAJBW0AAAAB\ AgABbQAKChJNBAECAgNgAAMDEANOWUAQRURDQiUuJhERERQlJAsHHys3JzcmJiMiBgcnNjYz\ MhYWFzUhNSEVIRU2NjcmNTQ2MzIWFRQGBxYWFwcGBhUUFjMyNjcXBgYjIiY1NDY3JiYnDgIH\ ESM1fy/2Kj0qHDkpHCJKLChAPiX+ggNj/msiQxUKKhkmLRwUDhsNCzQuMR8gLyIaGkIpTFQv\ LggPBBA1OhhQQUOVNi0QFUoQFxk5MOFHR94CCQYUFSAfLCEcIggYKxMhCCkhIh8PEkYNFU8+\ KEUSDxsKBgsIAf786gAAAQAA/0gCOAJuAC8AIEAdHh0IBwQDSQIBAgAAA18AAwMQA04vLi0s\ HhAEBxgrASMVFAYHBgcnNjY3NjY1NSMVFB4CFxcWFhUUBgcnNjY1NCYmJycmJicmNTUjNSEC\ OF4PEiVREBYfCgwL6QYUKCJuPzUhDkgNFxAwMVcnNw4QTwI4AierMzwXMAZKBAsLDCMpq8Yu\ OiYfFD4kQTIoRxQqFC0WEx0jHDIXMSIkROtHAP//AAD/SAI4A4ACJgAJAAAABwAwAjMAAP//\ AB0AAAQnA3kCJgADAAAABwAvA+IAAP//AB0AAAQOA4ACJgADAAAABwAwA/8AAP//AB0AAAQ<KEY>hAQVM5LCwmLi0aKjv//wAPAAAC2wL9ACYAdgAAAAcAdgFY\ AAD//wAPAAACDQL9ACYAdgAAAAcAeQFYAAD//wAPAAACBQL9ACYAdgAAAAcAegFYAAD//wAP\ AAADZQL9ACYAdgAAACcAdgFYAAAABwB5ArAAAP//AA8AAANdAv0AJgB2AAAAJwB2AVgAAAAH\ AHoCsAAA//8AE//4AUoBtAIHAJAAAP5g//8AJQAAAPABrAIHAIsAAP5g//8AGAAAATMBtQIH\ AIkAAP5g//8AEf/4AUEBtQIHAIoAAP5g//8ACgAAAVUBrwIHAIwAAP5g//8AHv/3AUABrAIH\ AI0AAP5g//8AFP/4AUwBtAIHAJEAAP5g//8AHAAAAUMBrAIHAI4AAP5g//8AGf/4AUUBtAIH\ AI8AAP5g//8AEf/4AUkBtgIHAJIAAP5g//8AEwEWAUoC0gIHAJAAAP9+//8AJQEeAPACygIH\ AIsAAP9+//8AGAEeATMC0wIHAIkAAP9+//8AEQEWAUEC0wIHAIoAAP9+//8ACgEeAVUCzQIH\ AIwAAP9+//8AHgEVAUACygIHAI0AAP9+//8AFAEWAUwC0gIHAJEAAP9+//8AHAEeAUMCygIH\ AI4AAP9+//8AGQEWAUUC0gIHAI8AAP9+//8AEQEWAUkC1AIHAJIAAP9+AAAABwBaAAMAAQQJ\ AAAAXgAAAAMAAQQJAAEALgBeAAMAAQQJAAIADgCMAAMAAQQJAAMATgCaAAMAAQQJAAQAPgDo\ AAMAAQQJAAUARgEmAAMAAQQJAAYAOAFsAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADEANQAg\ AEcAbwBvAGcAbABlACAASQBuAGMALgAgAEEAbABsACAAUgBpAGcAaAB0AHMAIABSAGUAcwBl\ AHIAdgBlAGQALgBOAG8AdABvACAAUwBhAG4AcwAgAEQAZQB2AGEAbgBhAGcAYQByAGkAIABV\ AEkAUgBlAGcAdQBsAGEAcgAyAC4AMAAwADAAOwBHAE8ATwBHADsATgBvAHQAbwBTAGEAbgBz\ AEQAZQB2AGEAbgBhAGcAYQByAGkAVQBJAC0AUgBlAGcAdQBsAGEAcgBOAG8AdABvACAAUwBh\ AG4AcwAgAEQAZQB2AGEAbgBhAGcAYQByAGkAIABVAEkAIABSAGUAZwB1AGwAYQByAFYAZQBy\ AHMAaQBvAG4AIAAyAC4AMAAwADAAOwAgAHQAdABmAGEAdQB0AG8AaABpAG4AdAAgACgAdgAx\ AC4AOAAuADIAKQBOAG8AdABvAFMAYQBuAHMARABlAHYAYQBuAGEAZwBhAHIAaQBVAEkALQBS\ AGUAZwB1AGwAYQByAAAAAwAAAAAAAP+cADIAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP\ AAEAAgAOAAAAPAAAAGoAAgAHAAIALQABADIANAACADUAOgABADwAPwABAFcAbwABAHEAiAAB\ AJMAlwACAA4ABQAYABgAGAAgACAAAgABAJMAlwAAAAEABAABAS0AAgAGAAoAAQE7AAECdwAB\ AAQAAAAUAAAAFAAAABQAAAAUAAEAAAAAAAEAAAAKADAAPgAEREZMVAAaY3lybAAaZ3JlawAa\ bGF0bgAaAAQAAAAA//8AAQAAAAFrZXJuAAgAAAABAAAAAQAEAAIACAACAAoAOAABABQABAAA\ AAUAKAAiACgAKAAoAAEABQBaAFwAZABlAGYAAQBX/+wAAQBt/+wAAgK8AAQAAAMAA4AAEwAS\ AAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAA/8QAAP/YAAAAAP+6AAAAAAAA\ AAAAAAAAAAAAAP/sAAAAAAAA//YAAP/2AAAAAP/iAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/zv/s/+L/zv/EAAAAAAAA\ AAAAAAAAAAD/zgAA/+z/2AAAAAD/7P/2//b/7P/YAAAAAAAAAAAAAAAAAAD/9gAAAAD/9gAA\ AAAAAP/sAAAAAAAA//YAAAAA/+IAAP/sAAAAAP/sAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAD/uv/s/87/sP+6AAD/7AAAAAAAAAAAAAD/ugAU/9j/xAAAAAD/7AAAAAD/7AAAAAAAAAAA\ AAAAAAAAAAD/9gAAAAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAP/OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAEAIABXAFkAWgBbAGAAYQBk\ AGUAZgBpAGoAawBsAG0AbgBvAHEAcgB1AHYAeAB7AHwAfQB+AIAAggCEAIUAhgCHAJMAAQBX\ AD0AAgAAAAoAAwAEAAAAAAAAAAAADwAJAAAAAAADABIAAwAAAAAADAAGAAgACAAPAAcADgAA\ AAEAAAAAAAAAAAARAAAAAQAAAAAAAQABAAAAAAAAAA0AAAALAAAABQAFABAABQAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAEQABAFcAQQAFAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAC\ AAAAAAAOAAYACwALAAAACQARAAAABAAIAAEAAQABAAoADQAIAAAACAADAAMAAQADAAEAAwAQ\ AAwAAwAHAAcABwAHAA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAoACgAKAAoAAAABAAAACgB2\ ANIABkRGTFQAWmN5cmwAJmRldjIAOmRldmEAOmdyZWsAWmxhdG4AWgAEAAAAAP//AAUAAAAB\ AAIABQAGAAAAAk1BUiAAEE5FUCAAGAAA//8AAQADAAD//wABAAQABAAAAAD//wAEAAAAAQAC\ AAYAB2Rub20ALGZyYWMAMmxpZ2EAOmxvY2wAQGxvY2wARmxvY2wATG51bXIAVgAAAAEAAwAA\ AAIABAAFAAAAAQAHAAAAAQAAAAAAAQABAAAAAwAIAAgACAAAAAEAAgAJABQALgBWAEgAVgBu\ AJIAqgDuAAEAAAABAAgAAgAKAAIAPAA9AAEAAgAoACoAAQAAAAEACAACAAoAAgA+AD8AAQAC\ ABUAOgABAAAAAQAIAAEAFABLAAEAAAABAAgAAQAGAFUAAgABAE0AVgAAAAYAAAABAAgAAwAB\ ABIAAQAqAAAAAQAAAAYAAgABAJgAoQAAAAEAAAABAAgAAQAG//YAAgABAKIAqwAAAAQAAAAB\ AAgAAQA2AAEACAAFAAwAFAAcACIAKACWAAMAdgB5AJcAAwB2AHoAkwACAHYAlAACAHkAlQAC\ AHoAAQABAHYAAQAAAAEACAACABwACwBNAE4ATwBQAFEAUgBTAFQAVQBWAHAAAgABAEAASgAA\ AAA=') format('woff'); font-style: normal; font-weight: normal; unicode-range: U+20,U+30-39,U+41-49,U+4B-5A,U+5F,U+61-69,U+6C-7A,U+905-90B,U+90F-911,U+913-918,U+91A-928,U+92A-930,U+932,U+935-939,U+95B-95C,U+95E,U+966-96B; font-display: swap; } @font-face { font-family: 'noto-subset'; src: url('data:application/x-font-woff;charset=utf-8;base64,\ AAEAAAARAQAABAAQR0RFRggWBDIAAGKgAAAAgkdQT1MS8vjYAABjJAAABIJHU1VC7cjvyAAA\ Z6gAAAHuT1MvMutXaqsAAAGYAAAAYGNtYXAw3DHnAAAEhAAAAKxjdnQgCr4IRQAAE/AAAAAy\ ZnBnbZ42EcoAAAUwAAAOFWdhc3AAAAAQAABimAAAAAhnbHlmlEMxpgAAFYAAAEsOaGVhZBS/\ 5VcAAAEcAAAANmhoZWEHFQOlAAABVAAAACRobXR4bz8LNAAAAfgAAAKKbG9jYSEBDjIAABQk\ AAABWm1heHADag8iAAABeAAAACBuYW1lJyI/rgAAYJAAAAHmcG9zdP+fADIAAGJ4AAAAIHBy\ ZXCoRcadAAATSAAAAKcAAQAAAAIAQmxlFqVfDzz1AAcD6AAAAADZXtDRAAAAANle0NH+OP8Q\ BK0DgAABAAYAAgAAAAAAAAABAAAELf7bAAAEdP44/7wErQABAAAAAAAAAAAAAAAAAAAAmQAB\ AAAArABMAAMAXgAEAAIAmABgAI0AAAGJDhUACAABAAQCYgK8AAUAAAKKAlgAAABLAooCWAAA\ AV4AMgFCAAACCwgCBAUEAgIEAACAAQAAAAAAAAAAAAAAAEdPT0cBIAAgCWsELf7bAAAELQEl\ AAABnwAAAAACGAJuAAAAIAAAAlgAXgEEAAADTQAUBHQAFAIGAAACBgAAAkgAAAM8AAADlgAA\ AmAAAAJgAAAEdAAUBHQAFAR0ABQDNwAAA4AAAAJiAAAChQAAArIAAAL4AAADMAAAAykAAAM9\ AAACHQAAAmoAAAJqAAACWgAAAx4AAAJwAAACzgAqAi4AAAKvACoCagAAAmUAAAM1AAACbAAA\ AwUAKgKGAAACewAAAbYAAALiAAACXQAAAu4AJAJxAAAC6AAAAjoAAAAA/pwAAP5eAAD+SgAA\ /jgDMAAAAmoAAAM1AAACOgA1AjoAagI6AE4COgBaAjoAOQI6AEIAAP7rAvUAAALlAAAD6QAq\ AjoATAInAB8CJwAtAicAJgInABwCJwACAicAKgInACUCJwAbAicAIwInAB8Bm//+AlgAXgEE\ AAACPAAkAjwAOwI8ACYCPAAmAjwAEQI8ADECPAAjAjwAGwI8ACMCPAAgArIAAAKgAFoCfQA6\ AuQAWgIwAFoCJQBaAtQAOgL9AFoBhQAgApgAWgI1AFoDrwBaAy0AWgMcADoCdABaAxwAOgKU\ AFoCJwAuAkMAFAL0AFUCigAAA8cAAAKbAAACcAAAAkMAGAGb//4CXAAqAnkATgICAC0CeQAt\ Ak8ALQGDABQCeQAtApEATgExAEgBMQBOA9YATgKRAE4CawAtAnkATgJ5AC0BxgBOAfEALQGy\ ABcCkQBLAjkAAANYAAoCQgAFAjkAAAHoABsBewAXAXsAHQF7AC0BewAGAXsAKQF7AB0BewAW\ AXsAFAF7ABkBewAVAwYAFAK0ABQCtAAUBDcAFAQ3ABQBewAUAC0AFwAdAAYAKQAZAB0AFgAV\ ABQALQAXAB0ABgApABkAHQAWABUAAAAAAAEAAwABAAAADAAEAKAAAAAkACAABAAEACAAOQBJ\ AFoAXwBpAHoJCwkRCRgJKAkwCTIJOQlcCV4Ja///AAAAIAAwAEEASwBfAGEAbAkFCQ8JEwka\ CSoJMgk1CVsJXglm////4QAQABYAFf/rABAADvb99vr2+fb49vf29vb09tf21vbPAAEAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwACwgsABVWEVZICBLuAAOUUuwBlNa\ WLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2w\ AiwjISMhLbADLCBkswMUFQBCQ7ATQyBgYEKxAhRDQrElA0OwAkNUeCCwDCOwAkNDYWSwBFB4\ sgICAkNgQrAhZRwhsAJDQ7IOFQFCHCCwAkMjQrITARNDYEIjsABQWGVZshYBAkNgQi2wBCyw\ AyuwFUNYIyEjIbAWQ0MjsABQWGVZGyBkILDAULAEJlqyKAENQ0VjRbAGRVghsAMlWVJbWCEj\ IRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBDUNFY0VhZLAoUFghsQENQ0VjRSCwMFBYIbAw\ WRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAIlsAxDY7AA\ UliwAEuwClBYIbAMQxtLsB5QWCGwHkthuBAAY7AMQ2O4BQBiWVlkYVmwAStZWSOwAFBYZVlZ\ IGSwFkMjQlktsAUsIEUgsAQlYWQgsAdDUFiwByNCsAgjQhshIVmwAWAtsAYsIyEjIbADKyBk\ sQdiQiCwCCNCsAZFWBuxAQ1DRWOxAQ1DsAFgRWOwBSohILAIQyCKIIqwASuxMAUlsAQmUVhg\ UBthUllYI1khWSCwQFNYsAErGyGwQFkjsABQWGVZLbAHLLAJQyuyAAIAQ2BCLbAILLAJI0Ij\ ILAAI0JhsAJiZrABY7ABYLAHKi2wCSwgIEUgsA5DY7gEAGIgsABQWLBAYFlmsAFjYESwAWAt\ sAossgkOAENFQiohsgABAENgQi2wCyywAEMjRLIAAQBDYEItsAwsICBFILABKyOwAEOwBCVg\ IEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsA0sICBFILAB\ KyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDiwgsAAjQrMN\ DAADRVBYIRsjIVkqIS2wDyyxAgJFsGRhRC2wECywAWAgILAPQ0qwAFBYILAPI0JZsBBDSrAA\ UlggsBAjQlktsBEsILAQYmawAWMguAQAY4ojYbARQ2AgimAgsBEjQiMtsBIsS1RYsQRkRFkk\ sA1lI3gtsBMsS1FYS1NYsQRkRFkbIVkksBNlI3gtsBQssQASQ1VYsRISQ7ABYUKwEStZsABD\ sAIlQrEPAiVCsRACJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsBAqISOwAWEgiiNhsBAq\ IRuxAQBDYLACJUKwAiVhsBAqIVmwD0NHsBBDR2CwAmIgsABQWLBAYFlmsAFjILAOQ2O4BABi\ ILAAUFiwQGBZZrABY2CxAAATI0SwAUOwAD6yAQEBQ2BCLbAVLACxAAJFVFiwEiNCIEWwDiNC\ <KEY>NCY<KEY> //8AFAAAAm0C/QAmAHYAAAAHAHkBgwAA//8AFAAAAmYC/QAmAHYAAAAHAHoBgwAA//8AFAAA\ A/AC/QAmAHYAAAAnAHYBgwAAAAcAeQMGAAD//wAUAAAD6QL9ACYAdgAAACcAdgGDAAAABwB6\ AwYAAP//ABT/9gFnAbYCBwCQAAD+YP//AC0AAAEdAawCBwCLAAD+YP//ABcAAAFXAbYCBwCJ\ AAD+YP//AB3/+AFTAbUCBwCKAAD+YP//AAYAAAFyAa8CBwCMAAD+YP//ACn/+AFdAawCBwCN\ AAD+YP//ABn/+AFmAbUCBwCRAAD+YP//AB0AAAFjAawCBwCOAAD+YP//ABb/9gFlAbYCBwCP\ AAD+<KEY>\ AAD/fv//ABcBHgFXAtQCBwCJAAD/fv//AB<KEY>CKAAD/fv//AA<KEY>0CBwCM\ AAD/fv//ACkBFgFdAsoCBwCNAAD/fv//AB<KEY>//<KEY>\ AAD/fv//<KEY>//<KEY>AAAAAABwBaAAMAAQQJ\ AAAAXgAAAAMAAQQJAAEALgBeAAMAAQQJAAIACACMAAMAAQQJAAMASACUAAMAAQQJAAQAOADc\ AAMAAQQJAAUARgEUAAMAAQQJAAYAMgFaAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADEANQAg\ AEcAbwBvAGcAbABlACAASQBuAGMALgAgAEEAbABsACAAUgBpAGcAaAB0AHMAIABSAGUAcwBl\ AHIAdgBlAGQALgBOAG8AdABvACAAUwBhAG4AcwAgAEQAZQB2AGEAbgBhAGcAYQByAGkAIABV\ AEkAQgBvAGwAZAAyAC4AMAAwADAAOwBHAE8ATwBHADsATgBvAHQAbwBTAGEAbgBzAEQAZQB2\ AGEAbgBhAGcAYQByAGkAVQBJAC0AQgBvAGwAZABOAG8AdABvACAAUwBhAG4AcwAgAEQAZQB2\ AGEAbgBhAGcAYQByAGkAIABVAEkAIABCAG8AbABkAFYAZQByAHMAaQBvAG4AIAAyAC4AMAAw\ ADAAOwAgAHQAdABmAGEAdQB0AG8AaABpAG4AdAAgACgAdgAxAC4AOAAuADIAKQBOAG8AdABv\ AFMAYQBuAHMARABlAHYAYQBuAGEAZwBhAHIAaQBVAEkALQBCAG8AbABkAAAAAwAAAAAAAP+c\ ADIAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAgAOAAAAPAAAAGoAAgAHAAIALQAB\ ADIANAACADUAOgABADwAPwABAFcAbwABAHEAiAABAJMAlwACAA4ABQAYABgAGAAgACAAAgAB\ AJMAlwAAAAEABAABAS0AAgAGAAoAAQE7AAECdwABAAQAAAAUAAAAFAAAABQAAAAUAAEAAAAA\ AAEAAAAKADAAPgAEREZMVAAaY3lybAAaZ3JlawAabGF0bgAaAAQAAAAA//8AAQAAAAFrZXJu\ AAgAAAABAAAAAQAEAAIACAACAAoAOAABABQABAAAAAUAKAAiACgAKAAoAAEABQBaAFwAZABl\ AGYAAQBX/+wAAQBt/+wAAgK8AAQAAAMAA4AAEwASAAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAA\ AAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/s\ AAAAAAAAAAAAAAAA/8QAAP/YAAAAAP+6AAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAA//YAAP/2\ AAAAAP/iAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAD/zv/s/+L/zv/EAAAAAAAAAAAAAAAAAAD/zgAA/+z/2AAAAAD/7P/2\ //b/7P/YAAAAAAAAAAAAAAAAAAD/9gAAAAD/9gAAAAAAAP/sAAAAAAAA//YAAAAA/+IAAP/s\ AAAAAP/sAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/uv/s/87/sP+6AAD/7AAAAAAAAAAA\ AAD/ugAU/9j/xAAAAAD/7AAAAAD/7AAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAP/2\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/OAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAP/2AAEAIABXAFkAWgBbAGAAYQBkAGUAZgBpAGoAawBsAG0AbgBvAHEAcgB1\ AHYAeAB7AHwAfQB+AIAAggCEAIUAhgCHAJMAAQBXAD0AAgAAAAoAAwAEAAAAAAAAAAAADwAJ\ AAAAAAADABIAAwAAAAAADAAGAAgACAAPAAcADgAAAAEAAAAAAAAAAAARAAAAAQAAAAAAAQAB\ AAAAAAAAAA0AAAALAAAABQAFABAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQABAFcAQQAF\ AAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAACAAAAAAAOAAYACwALAAAACQARAAAABAAI\ AAEAAQABAAoADQAIAAAACAADAAMAAQADAAEAAwAQAAwAAwAHAAcABwAHAA8AAAAAAAAAAAAA\ AAAAAAAAAAAAAAAKAAoACgAKAAoAAAABAAAACgB2ANIABkRGTFQAWmN5cmwAJmRldjIAOmRl\ dmEAOmdyZWsAWmxhdG4AWgAEAAAAAP//AAUAAAABAAIABQAGAAAAAk1BUiAAEE5FUCAAGAAA\ //8AAQADAAD//wABAAQABAAAAAD//wAEAAAAAQACAAYAB2Rub20ALGZyYWMAMmxpZ2EAOmxv\ Y2wAQGxvY2wARmxvY2wATG51bXIAVgAAAAEAAwAAAAIABAAFAAAAAQAHAAAAAQAAAAAAAQAB\ AAAAAwAIAAgACAAAAAEAAgAJABQALgBWAEgAVgBuAJIAqgDuAAEAAAABAAgAAgAKAAIAPAA9\ AAEAAgAoACoAAQAAAAEACAACAAoAAgA+AD8AAQACABUAOgABAAAAAQAIAAEAFABLAAEAAAAB\ AAgAAQAGAFUAAgABAE0AVgAAAAYAAAABAAgAAwABABIAAQAqAAAAAQAAAAYAAgABAJgAoQAA\ AAEAAAABAAgAAQAG//YAAgABAKIAqwAAAAQAAAABAAgAAQA2AAEACAAFAAwAFAAcACIAKACW\ AAMAdgB5AJcAAwB2AHoAkwACAHYAlAACAHkAlQACAHoAAQABAHYAAQAAAAEACAACABwACwBN\ AE4ATwBQAFEAUgBTAFQAVQBWAHAAAgABAEAASgAAAAA=') format('woff'); font-style: normal; font-weight: bold; unicode-range: U+20,U+30-39,U+41-49,U+4B-5A,U+5F,U+61-69,U+6C-7A,U+905-90B,U+90F-911,U+913-918,U+91A-928,U+92A-930,U+932,U+935-939,U+95B-95C,U+95E,U+966-96B; font-display: swap; }
kolibri/core/static/assets/fonts/noto-subset.hi-in.css
@font-face { font-family: 'noto-subset'; src: url('data:application/x-font-woff;charset=utf-8;base64,\ AAEAAAARAQAABAAQR0RFRggWBDIAAGOQAAAAgkdQT1MS8vjYAABkFAAABIJHU1VC7cjvyAAA\ aJgAAAHuT1MvMuorZ6AAAAGYAAAAYGNtYXAw3DHnAAAEhAAAAKxjdnQgCkEH6AAAE/AAAAAy\ ZnBnbZ42EcoAAAUwAAAOFWdhc3AAAAAQAABjiAAAAAhnbHlm47HFPAAAFYAAAEvoaGVhZBRU\ 5VcAAAEcAAAANmhoZWEGqwMvAAABVAAAACRobXR4WQoOmwAAAfgAAAKKbG9jYUBfLWAAABQk\ AAABWm1heHADag8jAAABeAAAACBuYW1lKd1ChQAAYWgAAAH+cG9zdP+fADIAAGNoAAAAIHBy\ ZXCoRcadAAATSAAAAKcAAQAAAAIAQrq7peFfDzz1AAcD6AAAAADZXtDRAAAAANle0NH+VP8Q\ BCcDgAAAAAYAAgAAAAAAAAABAAAELf7bAAAD//5U/7sEJwABAAAAAAAAAAAAAAAAAAAAmQAB\ AAAArABNAAMAXgAEAAIAmABgAI0AAAGJDhUACAABAAQCNwGQAAUAAAKKAlgAAABLAooCWAAA\ AV4AMgFCAAACCwUCBAUEAgIEAACAAQAAAAAAAAAAAAAAAEdPT0cBQAAgCWsELf7bAAAELQEl\ AAABnwAAAAACGAJuAAAAIAAAAlgAXgEEAAAC/AAdA/8AHQHrAAAB6wAAAiQAAAL9AAADVQAA\ AikAAAIpAAAD/wAdA/8AHQP/AB0C+gAAAzIAAAIzAAACTwAAAnoAAAK9AAAC5gAAAvQAAALm\ AAAB+AAAAkkAAAJBAAACMwAAAtMAAAI6AAACggAuAggAAAJnACoCKwAAAjgAAAMDAAACOwAA\ Ar8ALgJWAAACRAAAAZkAAAKmAAACLAAAAqgAKAJCAAACpAAAAhMAAAAA/q4AAP6gAAD+ZwAA\ /lQC5gAAAkEAAAMDAAACJwBLAicAgAInAFQCJwBaAicAPgInAFQAAP8QArsAAAKfAAADnAAu\ AicAWAInADACJwBXAicALwInACgCJwALAicAQAInADcCJwAsAicANAInADQBm//+AlgAXgEE\ AAACPAAxAjwAWQI8ADACPAAtAjwAFQI8AD8CPAA3AjwALAI8ADECPAAyAn8AAAKKAGECeAA9\ AtoAYQIsAGECBwBhAtgAPQLlAGEBUwAoAmsAYQIMAGEDiwBhAvgAYQMNAD0CXQBhAw0APQJu\ AGECJQAzAiwACgLbAFoCWAAAA6IADAJKAAQCNgAAAjwAJgG8//4CMQAuAmcAVQHgADcCZwA3\ AjQANwFYAA8CZwA3AmoAVQECAE4BAgBVA6cAVQJqAFUCXQA3AmcAVQJnADcBnQBVAd8AMwFp\ ABACagBPAfwAAAMSAAsCEQASAf4AAQHWACcBXgAYAV4AEQFeACUBXgAKAV4AHgFeABwBXgAZ\ AV4AEwFeABQBXgARArAADwJaAA8CWgAPA7IADwOyAA8BXgATACUAGAARAAoAHgAUABwAGQAR\ ABMAJQAYABEACgAeABQAHAAZABEAAAAAAAEAAwABAAAADAAEAKAAAAAkACAABAAEACAAOQBJ\ AFoAXwBpAHoJCwkRCRgJKAkwCTIJOQlcCV4Ja///AAAAIAAwAEEASwBfAGEAbAkFCQ8JEwka\ CSoJMgk1CVsJXglm////4QAQABYAFf/rABAADvb99vr2+fb49vf29vb09tf21vbPAAEAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwACwgsABVWEVZICBLuAAOUUuwBlNa\ WLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2w\ AiwjISMhLbADLCBkswMUFQBCQ7ATQyBgYEKxAhRDQrElA0OwAkNUeCCwDCOwAkNDYWSwBFB4\ sgICAkNgQrAhZRwhsAJDQ7IOFQFCHCCwAkMjQrITARNDYEIjsABQWGVZshYBAkNgQi2wBCyw\ AyuwFUNYIyEjIbAWQ0MjsABQWGVZGyBkILDAULAEJlqyKAENQ0VjRbAGRVghsAMlWVJbWCEj\ IRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBDUNFY0VhZLAoUFghsQENQ0VjRSCwMFBYIbAw\ WRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAIlsAxDY7AA\ UliwAEuwClBYIbAMQxtLsB5QWCGwHkthuBAAY7AMQ2O4BQBiWVlkYVmwAStZWSOwAFBYZVlZ\ IGSwFkMjQlktsAUsIEUgsAQlYWQgsAdDUFiwByNCsAgjQhshIVmwAWAtsAYsIyEjIbADKyBk\ sQdiQiCwCCNCsAZFWBuxAQ1DRWOxAQ1DsAFgRWOwBSohILAIQyCKIIqwASuxMAUlsAQmUVhg\ UBthUllYI1khWSCwQFNYsAErGyGwQFkjsABQWGVZLbAHLLAJQyuyAAIAQ2BCLbAILLAJI0Ij\ ILAAI0JhsAJiZrABY7ABYLAHKi2wCSwgIEUgsA5DY7gEAGIgsABQWLBAYFlmsAFjYESwAWAt\ sAossgkOAENFQiohsgABAENgQi2wCyywAEMjRLIAAQBDYEItsAwsICBFILABKyOwAEOwBCVg\ IEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsA0sICBFILAB\ KyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDiwgsAAjQrMN\ DAADRVBYIRsjIVkqIS2wDyyxAgJFsGRhRC2wECywAWAgILAPQ0qwAFBYILAPI0JZsBBDSrAA\ UlggsBAjQlktsBEsILAQYmawAWMguAQAY4ojYbARQ2AgimAgsBEjQiMtsBIsS1RYsQRkRFkk\ sA1lI3gtsBMsS1FYS1NYsQRkRFkbIVkksBNlI3gtsBQssQASQ1VYsRISQ7ABYUKwEStZsABD\ sAIlQrEPAiVCsRACJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsBAqISOwAWEgiiNhsBAq\ IRuxAQBDYLACJUKwAiVhsBAqIVmwD0NHsBBDR2CwAmIgsABQWLBAYFlmsAFjILAOQ2O4BABi\ ILAAUFiwQGBZZrABY2CxAAATI0SwAUOwAD6yAQEBQ2BCLbAVLACxAAJFVFiwEiNCIEWwDiNC\ sA0jsAFgQiCwFCNCIGCwAWG3GBgBABEAEwBCQkKKYCCwFENgsBQjQrEUCCuwiysbIlktsBYs\ sQAVKy2wFyyxARUrLbAYLLECFSstsBkssQMVKy2wGiyxBBUrLbAbLLEFFSstsBwssQYVKy2w\ HSyxBxUrLbAeLLEIFSstsB8ssQkVKy2wKywjILAQYmawAWOwBmBLVFgjIC6wAV0bISFZLbAs\ LCMgsBBiZrABY7AWYEtUWCMgLrABcRshIVktsC0sIyCwEGJmsAFjsCZgS1RYIyAusAFyGyEh\ WS2wICwAsA8rsQACRVRYsBIjQiBFsA4jQrANI7ABYEIgYLABYbUYGAEAEQBCQopgsRQIK7CL\ KxsiWS2wISyxACArLbAiLLEBICstsCMssQIgKy2wJCyxAyArLbAlLLEEICstsCYssQUgKy2w\ JyyxBiArLbAoLLEHICstsCkssQggKy2wKiyxCSArLbAuLCA8sAFgLbAvLCBgsBhgIEMjsAFg\ Q7ACJWGwAWCwLiohLbAwLLAvK7AvKi2wMSwgIEcgILAOQ2O4BABiILAAUFiwQGBZZrABY2Aj\ YTgjIIpVWCBHICCwDkNjuAQAYiCwAFBYsEBgWWawAWNgI2E4GyFZLbAyLACxAAJFVFixDgZF\ QrABFrAxKrEFARVFWDBZGyJZLbAzLACwDyuxAAJFVFixDgZFQrABFrAxKrEFARVFWDBZGyJZ\ LbA0LCA1sAFgLbA1LACxDgZFQrABRWO4BABiILAAUFiwQGBZZrABY7ABK7AOQ2O4BABiILAA\ UFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixNAEVKiEtsDYsIDwgRyCwDkNjuAQAYiCwAFBY\ sEBgWWawAWNgsABDYTgtsDcsLhc8LbA4LCA8IEcgsA5DY7gEAGIgsABQWLBAYFlmsAFjYLAA\ Q2GwAUNjOC2wOSyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsjgBARUUKi2w\ OiywABawFyNCsAQlsAQlRyNHI2GxDABCsAtDK2WKLiMgIDyKOC2wOyywABawFyNCsAQlsAQl\ IC5HI0cjYSCwBiNCsQwAQrALQysgsGBQWCCwQFFYswQgBSAbswQmBRpZQkIjILAKQyCKI0cj\ RyNhI0ZgsAZDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwBENgZCOwBUNhZFBYsARDYRuw\ BUNgWbADJbACYiCwAFBYsEBgWWawAWNhIyAgsAQmI0ZhOBsjsApDRrACJbAKQ0cjRyNhYCCw\ BkOwAmIgsABQWLBAYFlmsAFjYCMgsAErI7AGQ2CwASuwBSVhsAUlsAJiILAAUFiwQGBZZrAB\ Y7AEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDwssAAWsBcjQiAgILAFJiAu\ RyNHI2EjPDgtsD0ssAAWsBcjQiCwCiNCICAgRiNHsAErI2E4LbA+LLAAFrAXI0KwAyWwAiVH\ I0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABj\ YyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsD8ssAAWsBcjQiCwCkMg\ LkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wQCwjIC5GsAIlRrAXQ1hQG1JZ\ WCA8WS6xMAEUKy2wQSwjIC5GsAIlRrAXQ1hSG1BZWCA8WS6xMAEUKy2wQiwjIC5GsAIlRrAX\ Q1hQG1JZWCA8WSMgLkawAiVGsBdDWFIbUFlYIDxZLrEwARQrLbBDLLA6KyMgLkawAiVGsBdD\ WFAbUllYIDxZLrEwARQrLbBELLA7K4ogIDywBiNCijgjIC5GsAIlRrAXQ1hQG1JZWCA8WS6x\ MAEUK7AGQy6wMCstsEUssAAWsAQlsAQmICAgRiNHYbAMI0IuRyNHI2GwC0MrIyA8IC4jOLEw\ ARQrLbBGLLEKBCVCsAAWsAQlsAQlIC5HI0cjYSCwBiNCsQwAQrALQysgsGBQWCCwQFFYswQg\ BSAbswQmBRpZQkIjIEewBkOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILAEQ2BkI7AFQ2Fk\ UFiwBENhG7AFQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsj\ YTghWbEwARQrLbBHLLEAOisusTABFCstsEgssQA7KyEjICA8sAYjQiM4sTABFCuwBkMusDAr\ LbBJLLAAFSBHsAAjQrIAAQEVFBMusDYqLbBKLLAAFSBHsAAjQrIAAQEVFBMusDYqLbBLLLEA\ ARQTsDcqLbBMLLA5Ki2wTSywABZFIyAuIEaKI2E4sTABFCstsE4ssAojQrBNKy2wTyyyAABG\ Ky2wUCyyAAFGKy2wUSyyAQBGKy2wUiyyAQFGKy2wUyyyAABHKy2wVCyyAAFHKy2wVSyyAQBH\ Ky2wViyyAQFHKy2wVyyzAAAAQystsFgsswABAEMrLbBZLLMBAABDKy2wWiyzAQEAQystsFss\ swAAAUMrLbBcLLMAAQFDKy2wXSyzAQABQystsF4sswEBAUMrLbBfLLIAAEUrLbBgLLIAAUUr\ LbBhLLIBAEUrLbBiLLIBAUUrLbBjLLIAAEgrLbBkLLIAAUgrLbBlLLIBAEgrLbBmLLIBAUgr\ LbBnLLMAAABEKy2waCyzAAEARCstsGksswEAAEQrLbBqLLMBAQBEKy2wayyzAAABRCstsGws\ swABAUQrLbBtLLMBAAFEKy2wbiyzAQEBRCstsG8ssQA8Ky6xMAEUKy2wcCyxADwrsEArLbBx\ LLEAPCuwQSstsHIssAAWsQA8K7BCKy2wcyyxATwrsEArLbB0LLEBPCuwQSstsHUssAAWsQE8\ K7BCKy2wdiyxAD0rLrEwARQrLbB3LLEAPSuwQCstsHgssQA9K7BBKy2weSyxAD0rsEIrLbB6\ LLEBPSuwQCstsHsssQE9K7BBKy2wfCyxAT0rsEIrLbB9LLEAPisusTABFCstsH4ssQA+K7BA\ Ky2wfyyxAD4rsEErLbCALLEAPiuwQistsIEssQE+K7BAKy2wgiyxAT4rsEErLbCDLLEBPiuw\ QistsIQssQA/Ky6xMAEUKy2whSyxAD8rsEArLbCGLLEAPyuwQSstsIcssQA/K7BCKy2wiCyx\ AT8rsEArLbCJLLEBPyuwQSstsIossQE/K7BCKy2wiyyyCwADRVBYsAYbsgQCA0VYIyEbIVlZ\ QiuwCGWwAyRQeLEFARVFWDBZLQAAAABLuADIUlixAQGOWbABuQgACABjcLEAB0KyFgEAKrEA\ B0KzDQcBCiqxAAdCsxQFAQoqsQAIQroDgAABAAsqsQAJQroAQAABAAsquQADAABEsSQBiFFY\ sECIWLkAAwBkRLEoAYhRWLgIAIhYuQADAABEWRuxJwGIUVi6CIAAAQRAiGNUWLkAAwAARFlZ\ WVlZsw8FAQ4quAH/hbAEjbECAESzBWQGAEREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFEAUQJY\ AEcARwOAAm4CbgAA/vQDgAJuAm4AAP70AAAAAAAAAAAA1gG3AjgCRAKYAw8DugQSBB4EKgQ2\ BEIEsAVkBaAGAQZQBtwHMAfUCDQIfgjRCTsJpQn4CkAK0Qs3C+MMMgx7DOUNQg3yDjcOhA7J\ DyUPdhAmEHUQ6RFUEXYRpBHYEicSOBJEElUSmRL7E1cT1hQ5FIgUvBUjFZsWdBbNFw4XNxd5\ F9sYHRhzGNsY/xlpGdAZ7RntGe0aFxowGlwamhq+Gu8bMBtCG5Mb1Rv5HC0cWBx4HI8coxzV\ HOwdBB0hHTAdVh13HaQdxx36HiMeYR5yHpIerx7pHwQfGh8xHz4feh+tH9cgCyA9IGMgoiDF\ IOIg7iEgIUEhayGhIdYh+SI3Il4ifyKdItki8iMgIzcjYSObI7Uj1yQGJBgkYiSFJMIk/CUI\ JRQlICUwJUAlSSVSJVslZCVtJXYlfyWIJZElmiWjJawltSW+Jccl0CXZJeIl6yX0AAAAAQAd\ AAADCwJ4ADsBAkALOjUsJR0cBwYIBUlLsBZQWEArAAAAAQsAAW0ACwAGAwsGbQACAAMEAgNt\ AAoKEk0JBwIEBAViCAEFBRAFThtLsBhQWEA1AAAAAQsAAW0ACwAGAwsGbQACAAMHAgNtAAoK\ Ek0JAQcHBWIIAQUFEE0ABAQFYQgBBQUQBU4bS7AxUFhAMwAAAAELAAFtAAsABgMLBm0AAgAD\ BwIDbQAKChJNCQEHBwhgAAgIEE0ABAQFYQAFBRAFThtAMAAAAAELAAFtAAsABgMLBm0AAgAD\ BwIDbQAEAAUEBWUACgoSTQkBBwcIYAAICBAITllZWUASOTc0MzIxERMnJSQRFiUiDAcfKyUU\ BiMiJic3FhYzMjY1NCYnBgcnNjY1NCYjIgYHJzY2MzIWFRQHFhcWMzI2NzUjNSEVIxEjEQYG\ IyInFgHWW0NWhj9HK2Q+JjApIBsfBUQ5Lx8lPCIZGk0xTlNDCwkmJCAyGkkBAmhRGC4aERoP\ 2kZEgJQaansjJyU6GQUBRgIsJSQgFBFFDhhOO04qCgoFBge8R0f92QEiBgUDHgABAB0AAAQO\ AngAPwEOQAs+OSwlHRwHBggFSUuwFlBYQC0AAAABDQABbQANAAYDDQZtAAIAAwQCA20MAQoK\ Ek0LCQcDBAQFYggBBQUQBU4bS7AYUFhANwAAAAENAAFtAA0ABgMNBm0AAgADBwIDbQwBCgoS\ TQsJAgcHBWIIAQUFEE0ABAQFYQgBBQUQBU4bS7AxUFhANQAAAAENAAFtAA0ABgMNBm0AAgAD\ BwIDbQwBCgoSTQsJAgcHCGAACAgQTQAEBAVhAAUFEAVOG0AyAAAAAQ0AAW0ADQAGAw0GbQAC\ AAMHAgNtAAQABQQFZQwBCgoSTQsJAgcHCGAACAgQCE5ZWVlAFj07ODc2NTQzMjEREyclJBEW\ JSIOBx8rJRQGIyImJzcWFjMyNjU0JicGByc2NjU0JiMiBgcnNjYzMhYVFAcWFxYzMjY3NSM1\ IRUjESMRIxEjEQYGIyInFgHWW0NWhj9HK2Q+JjApIBsfBUQ5Lx8lPCIZGk0xTlNDCwkmJCAy\ GkkCBWhRslEYLhoRGg/aRkSAlBpqeyMnJToZBQFGAiwlJCAUEUUOGE47TioKCgUGB7xHR/3Z\ Aif92QEiBgUDHgABAAD/kgH5Am4APABVQFIpKCUdAwUDSQAJBwgHCQiDCgEAAAYFAAZtAAUA\ AQIFAWsACAgHYQAHBxJNBAECAgNfAAMDEANOAQA4NjMxLSwgHhYUExIREA8ODQsAPAE8CwcW\ KyUiBgcmJjU0Njc2NjMzNSE1IRUjFSMiBgcGFRQWFzYzMhYVFAYHFhYXByYmJyYmNTQ2MzIW\ FxYzMjY1NCYBDx06Fy9AFBEXPjFd/sYB+W64HxoJDxwQLjdKYlNLHT8iITloLTtFGxoUKx4O\ C0ZNMd4OCxxMMxwoDREPVkdHnQYHDBYYIQ0RS0FBSwoMFgpGGjkcAx0gFh0VGQIpLCEkAP//\ AAD/kgH5A4ACJgAEAAAABwA7AeMAAAABAAAAAAIzAm4AJwAxQC4TEgcDAEkABAAFAQQFbQAD\ AwJhAAICEk0GAQEBAF8AAAAQAE4VERYnKhEQBwcdKxEhFSMWFRQHFhYVFAYGIyImJic3HgIz\ MjY1NCYnBgcnNjY1NCYnIQIzbiBPJDktTjA5Z18sRxxDTy4pNS0oHiMFSkceF/6hAm5HJzBa\ LiBVOzJEIj2KchlOd0MlMSlFHwYBRgIwMR4tDQABAAAAAAMMAm4APAA/QDwoJxwUEwoHBwBJ\ AAMAAgcDAm0ABgAHAQYHbQAFBQRhAAQEEk0IAQEBAF8AAAAQAE4VERYnJyspERAJBx8rESEV\ IRYVFAcWFhc2NjMyFhUUBgcnNjY1NCYjIgcWFhUUBgYjIiYmJzceAjMyNjU0JicGByc2NjU0\ JichAwz+uSBPCxQJHz4iQVMeI0gZICkjJyoHCC1OMDlnXyxHHENPLik1LSgeIwVKRx4X/qEC\ bkcnMFouCRQLFhdPRS5cLykdRygsJyUQJhUyRCI9inIZTndDJTEpRR8GAUYCMDEeLQ0AAQAA\ /94DYwJuAEYAi0AQRj88MzIoJRoQCQgCAQ0DSUuwJlBYQCoACAAHCQgHbQAJAAUACQVtAAAG\ AQECAAFtAAoKEk0EAQICA2AAAwMQA04bQDEABgABAAYBgwAIAAcJCAdtAAkABQAJBW0AAAAB\ AgABbQAKChJNBAECAgNgAAMDEANOWUAQRURDQiUuJhERERQlJAsHHys3JzcmJiMiBgcnNjYz\ MhYWFzUhNSEVIRU2NjcmNTQ2MzIWFRQGBxYWFwcGBhUUFjMyNjcXBgYjIiY1NDY3JiYnDgIH\ ESM1fy/2Kj0qHDkpHCJKLChAPiX+ggNj/msiQxUKKhkmLRwUDhsNCzQuMR8gLyIaGkIpTFQv\ LggPBBA1OhhQQUOVNi0QFUoQFxk5MOFHR94CCQYUFSAfLCEcIggYKxMhCCkhIh8PEkYNFU8+\ KEUSDxsKBgsIAf786gAAAQAA/0gCOAJuAC8AIEAdHh0IBwQDSQIBAgAAA18AAwMQA04vLi0s\ HhAEBxgrASMVFAYHBgcnNjY3NjY1NSMVFB4CFxcWFhUUBgcnNjY1NCYmJycmJicmNTUjNSEC\ OF4PEiVREBYfCgwL6QYUKCJuPzUhDkgNFxAwMVcnNw4QTwI4AierMzwXMAZKBAsLDCMpq8Yu\ OiYfFD4kQTIoRxQqFC0WEx0jHDIXMSIkROtHAP//AAD/SAI4A4ACJgAJAAAABwAwAjMAAP//\ AB0AAAQnA3kCJgADAAAABwAvA+IAAP//AB0AAAQOA4ACJgADAAAABwAwA/8AAP//AB0AAAQ<KEY>hAQVM5LCwmLi0aKjv//wAPAAAC2wL9ACYAdgAAAAcAdgFY\ AAD//wAPAAACDQL9ACYAdgAAAAcAeQFYAAD//wAPAAACBQL9ACYAdgAAAAcAegFYAAD//wAP\ AAADZQL9ACYAdgAAACcAdgFYAAAABwB5ArAAAP//AA8AAANdAv0AJgB2AAAAJwB2AVgAAAAH\ AHoCsAAA//8AE//4AUoBtAIHAJAAAP5g//8AJQAAAPABrAIHAIsAAP5g//8AGAAAATMBtQIH\ AIkAAP5g//8AEf/4AUEBtQIHAIoAAP5g//8ACgAAAVUBrwIHAIwAAP5g//8AHv/3AUABrAIH\ AI0AAP5g//8AFP/4AUwBtAIHAJEAAP5g//8AHAAAAUMBrAIHAI4AAP5g//8AGf/4AUUBtAIH\ AI8AAP5g//8AEf/4AUkBtgIHAJIAAP5g//8AEwEWAUoC0gIHAJAAAP9+//8AJQEeAPACygIH\ AIsAAP9+//8AGAEeATMC0wIHAIkAAP9+//8AEQEWAUEC0wIHAIoAAP9+//8ACgEeAVUCzQIH\ AIwAAP9+//8AHgEVAUACygIHAI0AAP9+//8AFAEWAUwC0gIHAJEAAP9+//8AHAEeAUMCygIH\ AI4AAP9+//8AGQEWAUUC0gIHAI8AAP9+//8AEQEWAUkC1AIHAJIAAP9+AAAABwBaAAMAAQQJ\ AAAAXgAAAAMAAQQJAAEALgBeAAMAAQQJAAIADgCMAAMAAQQJAAMATgCaAAMAAQQJAAQAPgDo\ AAMAAQQJAAUARgEmAAMAAQQJAAYAOAFsAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADEANQAg\ AEcAbwBvAGcAbABlACAASQBuAGMALgAgAEEAbABsACAAUgBpAGcAaAB0AHMAIABSAGUAcwBl\ AHIAdgBlAGQALgBOAG8AdABvACAAUwBhAG4AcwAgAEQAZQB2AGEAbgBhAGcAYQByAGkAIABV\ AEkAUgBlAGcAdQBsAGEAcgAyAC4AMAAwADAAOwBHAE8ATwBHADsATgBvAHQAbwBTAGEAbgBz\ AEQAZQB2AGEAbgBhAGcAYQByAGkAVQBJAC0AUgBlAGcAdQBsAGEAcgBOAG8AdABvACAAUwBh\ AG4AcwAgAEQAZQB2AGEAbgBhAGcAYQByAGkAIABVAEkAIABSAGUAZwB1AGwAYQByAFYAZQBy\ AHMAaQBvAG4AIAAyAC4AMAAwADAAOwAgAHQAdABmAGEAdQB0AG8AaABpAG4AdAAgACgAdgAx\ AC4AOAAuADIAKQBOAG8AdABvAFMAYQBuAHMARABlAHYAYQBuAGEAZwBhAHIAaQBVAEkALQBS\ AGUAZwB1AGwAYQByAAAAAwAAAAAAAP+cADIAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP\ AAEAAgAOAAAAPAAAAGoAAgAHAAIALQABADIANAACADUAOgABADwAPwABAFcAbwABAHEAiAAB\ AJMAlwACAA4ABQAYABgAGAAgACAAAgABAJMAlwAAAAEABAABAS0AAgAGAAoAAQE7AAECdwAB\ AAQAAAAUAAAAFAAAABQAAAAUAAEAAAAAAAEAAAAKADAAPgAEREZMVAAaY3lybAAaZ3JlawAa\ bGF0bgAaAAQAAAAA//8AAQAAAAFrZXJuAAgAAAABAAAAAQAEAAIACAACAAoAOAABABQABAAA\ AAUAKAAiACgAKAAoAAEABQBaAFwAZABlAGYAAQBX/+wAAQBt/+wAAgK8AAQAAAMAA4AAEwAS\ AAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAA/8QAAP/YAAAAAP+6AAAAAAAA\ AAAAAAAAAAAAAP/sAAAAAAAA//YAAP/2AAAAAP/iAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/zv/s/+L/zv/EAAAAAAAA\ AAAAAAAAAAD/zgAA/+z/2AAAAAD/7P/2//b/7P/YAAAAAAAAAAAAAAAAAAD/9gAAAAD/9gAA\ AAAAAP/sAAAAAAAA//YAAAAA/+IAAP/sAAAAAP/sAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAD/uv/s/87/sP+6AAD/7AAAAAAAAAAAAAD/ugAU/9j/xAAAAAD/7AAAAAD/7AAAAAAAAAAA\ AAAAAAAAAAD/9gAAAAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAP/OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAEAIABXAFkAWgBbAGAAYQBk\ AGUAZgBpAGoAawBsAG0AbgBvAHEAcgB1AHYAeAB7AHwAfQB+AIAAggCEAIUAhgCHAJMAAQBX\ AD0AAgAAAAoAAwAEAAAAAAAAAAAADwAJAAAAAAADABIAAwAAAAAADAAGAAgACAAPAAcADgAA\ AAEAAAAAAAAAAAARAAAAAQAAAAAAAQABAAAAAAAAAA0AAAALAAAABQAFABAABQAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAEQABAFcAQQAFAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAC\ AAAAAAAOAAYACwALAAAACQARAAAABAAIAAEAAQABAAoADQAIAAAACAADAAMAAQADAAEAAwAQ\ AAwAAwAHAAcABwAHAA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAoACgAKAAoAAAABAAAACgB2\ ANIABkRGTFQAWmN5cmwAJmRldjIAOmRldmEAOmdyZWsAWmxhdG4AWgAEAAAAAP//AAUAAAAB\ AAIABQAGAAAAAk1BUiAAEE5FUCAAGAAA//8AAQADAAD//wABAAQABAAAAAD//wAEAAAAAQAC\ AAYAB2Rub20ALGZyYWMAMmxpZ2EAOmxvY2wAQGxvY2wARmxvY2wATG51bXIAVgAAAAEAAwAA\ AAIABAAFAAAAAQAHAAAAAQAAAAAAAQABAAAAAwAIAAgACAAAAAEAAgAJABQALgBWAEgAVgBu\ AJIAqgDuAAEAAAABAAgAAgAKAAIAPAA9AAEAAgAoACoAAQAAAAEACAACAAoAAgA+AD8AAQAC\ ABUAOgABAAAAAQAIAAEAFABLAAEAAAABAAgAAQAGAFUAAgABAE0AVgAAAAYAAAABAAgAAwAB\ ABIAAQAqAAAAAQAAAAYAAgABAJgAoQAAAAEAAAABAAgAAQAG//YAAgABAKIAqwAAAAQAAAAB\ AAgAAQA2AAEACAAFAAwAFAAcACIAKACWAAMAdgB5AJcAAwB2AHoAkwACAHYAlAACAHkAlQAC\ AHoAAQABAHYAAQAAAAEACAACABwACwBNAE4ATwBQAFEAUgBTAFQAVQBWAHAAAgABAEAASgAA\ AAA=') format('woff'); font-style: normal; font-weight: normal; unicode-range: U+20,U+30-39,U+41-49,U+4B-5A,U+5F,U+61-69,U+6C-7A,U+905-90B,U+90F-911,U+913-918,U+91A-928,U+92A-930,U+932,U+935-939,U+95B-95C,U+95E,U+966-96B; font-display: swap; } @font-face { font-family: 'noto-subset'; src: url('data:application/x-font-woff;charset=utf-8;base64,\ AAEAAAARAQAABAAQR0RFRggWBDIAAGKgAAAAgkdQT1MS8vjYAABjJAAABIJHU1VC7cjvyAAA\ Z6gAAAHuT1MvMutXaqsAAAGYAAAAYGNtYXAw3DHnAAAEhAAAAKxjdnQgCr4IRQAAE/AAAAAy\ ZnBnbZ42EcoAAAUwAAAOFWdhc3AAAAAQAABimAAAAAhnbHlmlEMxpgAAFYAAAEsOaGVhZBS/\ 5VcAAAEcAAAANmhoZWEHFQOlAAABVAAAACRobXR4bz8LNAAAAfgAAAKKbG9jYSEBDjIAABQk\ AAABWm1heHADag8iAAABeAAAACBuYW1lJyI/rgAAYJAAAAHmcG9zdP+fADIAAGJ4AAAAIHBy\ ZXCoRcadAAATSAAAAKcAAQAAAAIAQmxlFqVfDzz1AAcD6AAAAADZXtDRAAAAANle0NH+OP8Q\ BK0DgAABAAYAAgAAAAAAAAABAAAELf7bAAAEdP44/7wErQABAAAAAAAAAAAAAAAAAAAAmQAB\ AAAArABMAAMAXgAEAAIAmABgAI0AAAGJDhUACAABAAQCYgK8AAUAAAKKAlgAAABLAooCWAAA\ AV4AMgFCAAACCwgCBAUEAgIEAACAAQAAAAAAAAAAAAAAAEdPT0cBIAAgCWsELf7bAAAELQEl\ AAABnwAAAAACGAJuAAAAIAAAAlgAXgEEAAADTQAUBHQAFAIGAAACBgAAAkgAAAM8AAADlgAA\ AmAAAAJgAAAEdAAUBHQAFAR0ABQDNwAAA4AAAAJiAAAChQAAArIAAAL4AAADMAAAAykAAAM9\ AAACHQAAAmoAAAJqAAACWgAAAx4AAAJwAAACzgAqAi4AAAKvACoCagAAAmUAAAM1AAACbAAA\ AwUAKgKGAAACewAAAbYAAALiAAACXQAAAu4AJAJxAAAC6AAAAjoAAAAA/pwAAP5eAAD+SgAA\ /jgDMAAAAmoAAAM1AAACOgA1AjoAagI6AE4COgBaAjoAOQI6AEIAAP7rAvUAAALlAAAD6QAq\ AjoATAInAB8CJwAtAicAJgInABwCJwACAicAKgInACUCJwAbAicAIwInAB8Bm//+AlgAXgEE\ AAACPAAkAjwAOwI8ACYCPAAmAjwAEQI8ADECPAAjAjwAGwI8ACMCPAAgArIAAAKgAFoCfQA6\ AuQAWgIwAFoCJQBaAtQAOgL9AFoBhQAgApgAWgI1AFoDrwBaAy0AWgMcADoCdABaAxwAOgKU\ AFoCJwAuAkMAFAL0AFUCigAAA8cAAAKbAAACcAAAAkMAGAGb//4CXAAqAnkATgICAC0CeQAt\ Ak8ALQGDABQCeQAtApEATgExAEgBMQBOA9YATgKRAE4CawAtAnkATgJ5AC0BxgBOAfEALQGy\ ABcCkQBLAjkAAANYAAoCQgAFAjkAAAHoABsBewAXAXsAHQF7AC0BewAGAXsAKQF7AB0BewAW\ AXsAFAF7ABkBewAVAwYAFAK0ABQCtAAUBDcAFAQ3ABQBewAUAC0AFwAdAAYAKQAZAB0AFgAV\ ABQALQAXAB0ABgApABkAHQAWABUAAAAAAAEAAwABAAAADAAEAKAAAAAkACAABAAEACAAOQBJ\ AFoAXwBpAHoJCwkRCRgJKAkwCTIJOQlcCV4Ja///AAAAIAAwAEEASwBfAGEAbAkFCQ8JEwka\ CSoJMgk1CVsJXglm////4QAQABYAFf/rABAADvb99vr2+fb49vf29vb09tf21vbPAAEAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwACwgsABVWEVZICBLuAAOUUuwBlNa\ WLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2w\ AiwjISMhLbADLCBkswMUFQBCQ7ATQyBgYEKxAhRDQrElA0OwAkNUeCCwDCOwAkNDYWSwBFB4\ sgICAkNgQrAhZRwhsAJDQ7IOFQFCHCCwAkMjQrITARNDYEIjsABQWGVZshYBAkNgQi2wBCyw\ AyuwFUNYIyEjIbAWQ0MjsABQWGVZGyBkILDAULAEJlqyKAENQ0VjRbAGRVghsAMlWVJbWCEj\ IRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBDUNFY0VhZLAoUFghsQENQ0VjRSCwMFBYIbAw\ WRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAIlsAxDY7AA\ UliwAEuwClBYIbAMQxtLsB5QWCGwHkthuBAAY7AMQ2O4BQBiWVlkYVmwAStZWSOwAFBYZVlZ\ IGSwFkMjQlktsAUsIEUgsAQlYWQgsAdDUFiwByNCsAgjQhshIVmwAWAtsAYsIyEjIbADKyBk\ sQdiQiCwCCNCsAZFWBuxAQ1DRWOxAQ1DsAFgRWOwBSohILAIQyCKIIqwASuxMAUlsAQmUVhg\ UBthUllYI1khWSCwQFNYsAErGyGwQFkjsABQWGVZLbAHLLAJQyuyAAIAQ2BCLbAILLAJI0Ij\ ILAAI0JhsAJiZrABY7ABYLAHKi2wCSwgIEUgsA5DY7gEAGIgsABQWLBAYFlmsAFjYESwAWAt\ sAossgkOAENFQiohsgABAENgQi2wCyywAEMjRLIAAQBDYEItsAwsICBFILABKyOwAEOwBCVg\ IEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsA0sICBFILAB\ KyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDiwgsAAjQrMN\ DAADRVBYIRsjIVkqIS2wDyyxAgJFsGRhRC2wECywAWAgILAPQ0qwAFBYILAPI0JZsBBDSrAA\ UlggsBAjQlktsBEsILAQYmawAWMguAQAY4ojYbARQ2AgimAgsBEjQiMtsBIsS1RYsQRkRFkk\ sA1lI3gtsBMsS1FYS1NYsQRkRFkbIVkksBNlI3gtsBQssQASQ1VYsRISQ7ABYUKwEStZsABD\ sAIlQrEPAiVCsRACJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsBAqISOwAWEgiiNhsBAq\ IRuxAQBDYLACJUKwAiVhsBAqIVmwD0NHsBBDR2CwAmIgsABQWLBAYFlmsAFjILAOQ2O4BABi\ ILAAUFiwQGBZZrABY2CxAAATI0SwAUOwAD6yAQEBQ2BCLbAVLACxAAJFVFiwEiNCIEWwDiNC\ <KEY>NCY<KEY> //8AFAAAAm0C/QAmAHYAAAAHAHkBgwAA//8AFAAAAmYC/QAmAHYAAAAHAHoBgwAA//8AFAAA\ A/AC/QAmAHYAAAAnAHYBgwAAAAcAeQMGAAD//wAUAAAD6QL9ACYAdgAAACcAdgGDAAAABwB6\ AwYAAP//ABT/9gFnAbYCBwCQAAD+YP//AC0AAAEdAawCBwCLAAD+YP//ABcAAAFXAbYCBwCJ\ AAD+YP//AB3/+AFTAbUCBwCKAAD+YP//AAYAAAFyAa8CBwCMAAD+YP//ACn/+AFdAawCBwCN\ AAD+YP//ABn/+AFmAbUCBwCRAAD+YP//AB0AAAFjAawCBwCOAAD+YP//ABb/9gFlAbYCBwCP\ AAD+<KEY>\ AAD/fv//ABcBHgFXAtQCBwCJAAD/fv//AB<KEY>CKAAD/fv//AA<KEY>0CBwCM\ AAD/fv//ACkBFgFdAsoCBwCNAAD/fv//AB<KEY>//<KEY>\ AAD/fv//<KEY>//<KEY>AAAAAABwBaAAMAAQQJ\ AAAAXgAAAAMAAQQJAAEALgBeAAMAAQQJAAIACACMAAMAAQQJAAMASACUAAMAAQQJAAQAOADc\ AAMAAQQJAAUARgEUAAMAAQQJAAYAMgFaAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADEANQAg\ AEcAbwBvAGcAbABlACAASQBuAGMALgAgAEEAbABsACAAUgBpAGcAaAB0AHMAIABSAGUAcwBl\ AHIAdgBlAGQALgBOAG8AdABvACAAUwBhAG4AcwAgAEQAZQB2AGEAbgBhAGcAYQByAGkAIABV\ AEkAQgBvAGwAZAAyAC4AMAAwADAAOwBHAE8ATwBHADsATgBvAHQAbwBTAGEAbgBzAEQAZQB2\ AGEAbgBhAGcAYQByAGkAVQBJAC0AQgBvAGwAZABOAG8AdABvACAAUwBhAG4AcwAgAEQAZQB2\ AGEAbgBhAGcAYQByAGkAIABVAEkAIABCAG8AbABkAFYAZQByAHMAaQBvAG4AIAAyAC4AMAAw\ ADAAOwAgAHQAdABmAGEAdQB0AG8AaABpAG4AdAAgACgAdgAxAC4AOAAuADIAKQBOAG8AdABv\ AFMAYQBuAHMARABlAHYAYQBuAGEAZwBhAHIAaQBVAEkALQBCAG8AbABkAAAAAwAAAAAAAP+c\ ADIAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAgAOAAAAPAAAAGoAAgAHAAIALQAB\ ADIANAACADUAOgABADwAPwABAFcAbwABAHEAiAABAJMAlwACAA4ABQAYABgAGAAgACAAAgAB\ AJMAlwAAAAEABAABAS0AAgAGAAoAAQE7AAECdwABAAQAAAAUAAAAFAAAABQAAAAUAAEAAAAA\ AAEAAAAKADAAPgAEREZMVAAaY3lybAAaZ3JlawAabGF0bgAaAAQAAAAA//8AAQAAAAFrZXJu\ AAgAAAABAAAAAQAEAAIACAACAAoAOAABABQABAAAAAUAKAAiACgAKAAoAAEABQBaAFwAZABl\ AGYAAQBX/+wAAQBt/+wAAgK8AAQAAAMAA4AAEwASAAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAA\ AAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/s\ AAAAAAAAAAAAAAAA/8QAAP/YAAAAAP+6AAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAA//YAAP/2\ AAAAAP/iAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAD/zv/s/+L/zv/EAAAAAAAAAAAAAAAAAAD/zgAA/+z/2AAAAAD/7P/2\ //b/7P/YAAAAAAAAAAAAAAAAAAD/9gAAAAD/9gAAAAAAAP/sAAAAAAAA//YAAAAA/+IAAP/s\ AAAAAP/sAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/uv/s/87/sP+6AAD/7AAAAAAAAAAA\ AAD/ugAU/9j/xAAAAAD/7AAAAAD/7AAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAP/2\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/OAAAAAAAAAAAAAAAA\ AAAAAAAAAAAAAP/2AAEAIABXAFkAWgBbAGAAYQBkAGUAZgBpAGoAawBsAG0AbgBvAHEAcgB1\ AHYAeAB7AHwAfQB+AIAAggCEAIUAhgCHAJMAAQBXAD0AAgAAAAoAAwAEAAAAAAAAAAAADwAJ\ AAAAAAADABIAAwAAAAAADAAGAAgACAAPAAcADgAAAAEAAAAAAAAAAAARAAAAAQAAAAAAAQAB\ AAAAAAAAAA0AAAALAAAABQAFABAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQABAFcAQQAF\ AAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAACAAAAAAAOAAYACwALAAAACQARAAAABAAI\ AAEAAQABAAoADQAIAAAACAADAAMAAQADAAEAAwAQAAwAAwAHAAcABwAHAA8AAAAAAAAAAAAA\ AAAAAAAAAAAAAAAKAAoACgAKAAoAAAABAAAACgB2ANIABkRGTFQAWmN5cmwAJmRldjIAOmRl\ dmEAOmdyZWsAWmxhdG4AWgAEAAAAAP//AAUAAAABAAIABQAGAAAAAk1BUiAAEE5FUCAAGAAA\ //8AAQADAAD//wABAAQABAAAAAD//wAEAAAAAQACAAYAB2Rub20ALGZyYWMAMmxpZ2EAOmxv\ Y2wAQGxvY2wARmxvY2wATG51bXIAVgAAAAEAAwAAAAIABAAFAAAAAQAHAAAAAQAAAAAAAQAB\ AAAAAwAIAAgACAAAAAEAAgAJABQALgBWAEgAVgBuAJIAqgDuAAEAAAABAAgAAgAKAAIAPAA9\ AAEAAgAoACoAAQAAAAEACAACAAoAAgA+AD8AAQACABUAOgABAAAAAQAIAAEAFABLAAEAAAAB\ AAgAAQAGAFUAAgABAE0AVgAAAAYAAAABAAgAAwABABIAAQAqAAAAAQAAAAYAAgABAJgAoQAA\ AAEAAAABAAgAAQAG//YAAgABAKIAqwAAAAQAAAABAAgAAQA2AAEACAAFAAwAFAAcACIAKACW\ AAMAdgB5AJcAAwB2AHoAkwACAHYAlAACAHkAlQACAHoAAQABAHYAAQAAAAEACAACABwACwBN\ AE4ATwBQAFEAUgBTAFQAVQBWAHAAAgABAEAASgAAAAA=') format('woff'); font-style: normal; font-weight: bold; unicode-range: U+20,U+30-39,U+41-49,U+4B-5A,U+5F,U+61-69,U+6C-7A,U+905-90B,U+90F-911,U+913-918,U+91A-928,U+92A-930,U+932,U+935-939,U+95B-95C,U+95E,U+966-96B; font-display: swap; }
0.239083
0.13215
*,body,body *{margin:0;padding:0}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body,body *{vertical-align:baseline;border:0;outline:0;font-family:Arial,sans-serif;font-size:9px;color:#333}*{border:none;box-sizing:border-box;color:#fff}img{display:inline-block} /*Preloader*/ .preloader .rondel_loader .pre-loader-ani{text-align:center;margin:-5px auto;fill:rgba(0,0,0,0.25);display:block;position:relative}.pre-loader-rondel{width:100px;margin:0px auto 0px;display:block;position:relative}.preloader{position:absolute;height:100%;width:100%;padding:5% 0;background:white;z-index:15}.rondel_loader{width:100px;height:105px;margin:auto;left:0;right:0;top:0;bottom:0;position:absolute} .preloader{top: 0 !important; left: 0 !important; border: 1px solid black; } /* SET THE DEFAULTS FOR YOUR STAGE*/ #stage { width: 970px; height: 250px; position: absolute; background: white; text-align: left; overflow: hidden; /*cursor: pointer;*/ -webkit-font-smoothing: antialiased; -moz-font-smoothing: unset; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } #stage > * { position: absolute; } #stage::after{ content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid black; } .disclaimerButton, .disclaimerButton > *, .disclaimerContainer, .disclaimerContainer > *, #disclaimer { color: white; font-family: Verdana, sans-serif; font-style: normal; font-weight: 500; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; } .disclaimerButton { opacity: 0; position: absolute; z-index: 17; /*bottom: 2px; left:4px;*/ font-size: 9px; } .disclaimerButton p { cursor: pointer; color: white; } .disclaimerButton p:hover { color: white; } .disclaimerButton p, #disclaimer { font-size: 10px !important; } .disclaimerText { width: 95%; height: 95%; margin: 20px auto 0px auto; } .disclaimerContainer { width: 100%; height: 100%; background: rgba(0,0,0,0.85); position: absolute; z-index: 15; top: 0px !important; left: 0px !important; } #disclaimer { line-height: 12px; font-style: normal; font-size: 8px; } #closeBTN { /*line-height: 12px;*/ font-style: normal; color:white; right:3px; top:3px; z-index: 17; opacity:0; } .btnImg{ width: 25px; height: 25px; } /* Generic Mobile Animated Banners CSS */ .background { top: 0px; left: 0; } .brand, .copy, .asset { top: 0; left: 0; position: absolute; } .copy, .asset, .hidden { opacity: 0; filter: alpha(opacity=0); } .visible { opacity: 1; filter: alpha(opacity=100); } .ribbon-container1, .ribbon-container2 { left:2px; width: 395px; height: 250px; overflow: hidden; } .ribbon-container1 { transform: translateX(-100%) translateY(-100%); } .ribbon1 { transform: translateX(100%) translateY(100%); } .ribbon-container2 { transform: translateX(100%) translateY(-100%); } .ribbon22, .ribbon2 { transform: translateX(-100%) translateY(100%); } .title-down { top: 20px !important; } .ctaHover { transition: all 0.3s ease; opacity: 0; filter: alpha(opacity=0); z-index: 14; display: none; } /*.ctaHover:hover { transition: all 0.3s ease; opacity: 1; }*/ .logo,.bg, .retina{ width: 970px; height: 250px; } .pink3_container{ width: 287px; height: 250px; /*background:#8FD3D3;*/ position: absolute; overflow: hidden; /*transform: ;*/ } .pink3_container { transform: translateX(110%) skew(-20deg); } .pink3_container > * { position: absolute; } .pink3 { /*transform: translateX(-32.5%) skew(20deg);*/ } .frame1{ /*clip: rect(0px, 450px, 250px, 0px);*/ /*clip-path: url(#clipping1);*/ } .frame2{ /*clip: rect(0px, 450px, 250px, 0px);*/ /* clip-path: url(#clipping2); -webkit-clip-path: url(#clipping2); -moz-clip-path: url(#clipping2);*/ } .frame3{ /*clip: rect(0px, 450px, 250px, 0px);*/ clip-path: url(#clipping3); -webkit-clip-path: url(#clipping3); -moz-clip-path: url(#clipping3); } .car1{ left:-700px; } /*Car*/ .trax { left: -385px; top: 80px; } .trax > * { position: absolute; } .wheel_back { top: 61px; left: 112px; width: 28px; } .wheel_front { left: 270px; top: 61px; width: 28px; } .car{ width: 393px; } .mid{ left:-300px; } #mask_image2{ left:-970px; }
asset/banner/holden_3dom_mh/style.css
*,body,body *{margin:0;padding:0}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body,body *{vertical-align:baseline;border:0;outline:0;font-family:Arial,sans-serif;font-size:9px;color:#333}*{border:none;box-sizing:border-box;color:#fff}img{display:inline-block} /*Preloader*/ .preloader .rondel_loader .pre-loader-ani{text-align:center;margin:-5px auto;fill:rgba(0,0,0,0.25);display:block;position:relative}.pre-loader-rondel{width:100px;margin:0px auto 0px;display:block;position:relative}.preloader{position:absolute;height:100%;width:100%;padding:5% 0;background:white;z-index:15}.rondel_loader{width:100px;height:105px;margin:auto;left:0;right:0;top:0;bottom:0;position:absolute} .preloader{top: 0 !important; left: 0 !important; border: 1px solid black; } /* SET THE DEFAULTS FOR YOUR STAGE*/ #stage { width: 970px; height: 250px; position: absolute; background: white; text-align: left; overflow: hidden; /*cursor: pointer;*/ -webkit-font-smoothing: antialiased; -moz-font-smoothing: unset; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } #stage > * { position: absolute; } #stage::after{ content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid black; } .disclaimerButton, .disclaimerButton > *, .disclaimerContainer, .disclaimerContainer > *, #disclaimer { color: white; font-family: Verdana, sans-serif; font-style: normal; font-weight: 500; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; } .disclaimerButton { opacity: 0; position: absolute; z-index: 17; /*bottom: 2px; left:4px;*/ font-size: 9px; } .disclaimerButton p { cursor: pointer; color: white; } .disclaimerButton p:hover { color: white; } .disclaimerButton p, #disclaimer { font-size: 10px !important; } .disclaimerText { width: 95%; height: 95%; margin: 20px auto 0px auto; } .disclaimerContainer { width: 100%; height: 100%; background: rgba(0,0,0,0.85); position: absolute; z-index: 15; top: 0px !important; left: 0px !important; } #disclaimer { line-height: 12px; font-style: normal; font-size: 8px; } #closeBTN { /*line-height: 12px;*/ font-style: normal; color:white; right:3px; top:3px; z-index: 17; opacity:0; } .btnImg{ width: 25px; height: 25px; } /* Generic Mobile Animated Banners CSS */ .background { top: 0px; left: 0; } .brand, .copy, .asset { top: 0; left: 0; position: absolute; } .copy, .asset, .hidden { opacity: 0; filter: alpha(opacity=0); } .visible { opacity: 1; filter: alpha(opacity=100); } .ribbon-container1, .ribbon-container2 { left:2px; width: 395px; height: 250px; overflow: hidden; } .ribbon-container1 { transform: translateX(-100%) translateY(-100%); } .ribbon1 { transform: translateX(100%) translateY(100%); } .ribbon-container2 { transform: translateX(100%) translateY(-100%); } .ribbon22, .ribbon2 { transform: translateX(-100%) translateY(100%); } .title-down { top: 20px !important; } .ctaHover { transition: all 0.3s ease; opacity: 0; filter: alpha(opacity=0); z-index: 14; display: none; } /*.ctaHover:hover { transition: all 0.3s ease; opacity: 1; }*/ .logo,.bg, .retina{ width: 970px; height: 250px; } .pink3_container{ width: 287px; height: 250px; /*background:#8FD3D3;*/ position: absolute; overflow: hidden; /*transform: ;*/ } .pink3_container { transform: translateX(110%) skew(-20deg); } .pink3_container > * { position: absolute; } .pink3 { /*transform: translateX(-32.5%) skew(20deg);*/ } .frame1{ /*clip: rect(0px, 450px, 250px, 0px);*/ /*clip-path: url(#clipping1);*/ } .frame2{ /*clip: rect(0px, 450px, 250px, 0px);*/ /* clip-path: url(#clipping2); -webkit-clip-path: url(#clipping2); -moz-clip-path: url(#clipping2);*/ } .frame3{ /*clip: rect(0px, 450px, 250px, 0px);*/ clip-path: url(#clipping3); -webkit-clip-path: url(#clipping3); -moz-clip-path: url(#clipping3); } .car1{ left:-700px; } /*Car*/ .trax { left: -385px; top: 80px; } .trax > * { position: absolute; } .wheel_back { top: 61px; left: 112px; width: 28px; } .wheel_front { left: 270px; top: 61px; width: 28px; } .car{ width: 393px; } .mid{ left:-300px; } #mask_image2{ left:-970px; }
0.243283
0.068662
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("springloops.io") { /* Using default system font*/ body, textarea, input[type="text"], input[type="email"], input[type="password"], select { font: inherit; background: #222; color: #eee; } .event-details .event-title { color: inherit; font-size: inherit; } h2 a , .project-tile h2 a { color: inherit; } a, .table._tasks td.ticket-title a { color: #393; text-decoration: underline; } a:hover { color: green; } .BigBen { background: inherit; } /* Narrow tables to save space */ table.table th, table.table td { line-height: inherit; } .table._tasks td { padding: 0; } /* Simple Flat "buttons" */ .btn-wrap .btn { background-image: none; box-shadow: none; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(0, 0, 0, 0.3); border-radius: 0; } .btn-wrap .btn:hover { background: rgba(0, 0, 0, 0.6); border: 1px solid rgba(255, 255, 255, 0.2); color: inherit; } .btn-wrap .btn > em, .btn-wrap .btn span > em { color: inherit; } input[type="text"], input[type="email"], input[type="password"], textarea, select { transition: none; } .nav-dropdown { transition: none; } .right-wrap, #sidebar { transition: none; } /* Narrow top "all projects" link */ .BigBen { top: 0px; } .BigBen .go-home { left: 0px; right: 0px; top: -10px; height: 10px; } .BigBen .go-home > a { height: 10px; padding: 0; line-height: 100%; color: inherit; box-shadow: none; border: none; background: black; color: white; font-size: 9px; text-align: center; } .BigBen .go-home > a > strong { display: none; } .BigBen._project { top: 10px; right: 0; left: 32px; } .BigBen._project #sideBar { top: -10px; left: -32px; width: 32px; } .BigBen #sideBar { overflow: hidden; } .BigBen #sideBar:hover { overflow: visible; } .BigBen > header { height: 20px; overflow: hidden; background : #383A3C; } .links-box p { border-color: rgba(255, 255, 255, 0.2) ; } .project-tile h2 { border-color: rgba(255, 255, 255, 0.2) ; } .project-tile .users-wrap > button { background: rgba(0, 0, 0, 0.3); border-color: rgba(0, 0, 0, 1); } .BigBen > header:hover { height: auto; background : white; overflow: visible; } /* Hidint project colour-coded strip */ .springloops .BigBen > header .account-name, .springloops .BigBen > header nav{ box-shadow: none; } .servicesBox { display: none; } .right-wrap, .left-wrap { top: 20px; } .left-wrap .leftContentWrap { padding: 0; max-height: none !important; } #sideBar .sidebar-elements > ul li:before { display: none; } #sideBar .sidebar-elements, #sideBar .sidebar-elements > ul, #sideBar .sidebar-elements > ul li { width: auto !important; font-size: inherit; overflow: visible; background: #383A3C; } #sideBar .sidebar-elements > ul li:hover { background: black; } /* No max width */ .window-size { width: auto; } .left-wrap, .right-wrap { background: transparent; } body.fullScreen .BigBen._project #sideBar { top: 0; } #sideBar .sidebar-elements > ul li { transition: none; } /* Dropdown menus */ /*.BigBen > header > nav > ul > li:hover > ul:not(.search-dropdown) {*/ .BigBen > header > nav > ul > li > ul:not(.search-dropdown) { display: block; } .BigBen > header > nav > ul > li > ul { /*width: 130px;*/ min-width: 0; max-width: none; padding: 0; box-shadow: none; background: #222; } .BigBen > header > nav > ul > li > ul:hover a._hover, .BigBen > header > nav > ul > li > ul:hover a:hover { background-color: black; } .BigBen > header > nav > ul > li > ul:hover a._hover, .BigBen > header > nav > ul > li > ul:hover a._hover:hover { background-color: black; } .project-tile > p { display: none; } .project-tile h2 { height: auto; line-height: 100%; } .project-tile > a._acs { background: none; } .project-tile > a._acs:before { content: 'GET SOURCE URL'; } .project-tile > span, .project-tile > a._acs { height: auto; width: 100%; border-radius: 0; } .project-tile { height: 160px; width: 168px; transition: none; } .project-tile > em { display: none; } .project-tile .users-wrap { background: transparent; } .table._tasks { background: transparent; } ._zebra tbody > tr:nth-child(2n+1) > td, ._zebra tbody > tr:nth-child(2n) > th { background: rgba(255, 255, 255, 0.05); } .prv_pn { background: transparent; } table.table td { border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .event-preview { background: #222222; } .sidebar-wrap .close-sidebar { background: darkred; height: 100%; width: 16px; right: -16px; top: 0px; } .sidebar-wrap .close-sidebar:before { content: 'CLOSE'; background: darkred; } .sidebar-wrap .close-sidebar:hover { background: red; } .sidebar-wrap .close-sidebar:hover:before { background: red; } .sidebar-wrap { background: #222222; } .jQ_tickerMask { background: black; } .project-tile { border-color: rgba(255, 255, 255, 0.2); } div.project-tile > h2 > a { color: #aaa; padding: 3px; text-decoration: none; } div.project-tile > h2 { background: rgba(255, 255, 255, 0.1); } .project-tile > span._str:hover, .project-tile > a._acs:hover { background: transparent; } .jQ_scrollMe { overflow: visible; overflow-x: hidden; height: auto !important; } .jQ_rowColumns { transition: none; } #ticketDesk .right-wrap { overflow: scroll; } .table._tasks td.ticket-title a { font-size: 14px; } body.external.login { background: #111; } body.external .register-wrap, body.external .login-wrap { background: #222; border: none; } .external-top-info h2 { color: inherit; } .project-tile:hover { border-color: rgba(255, 255, 255, 0.4) !important; } .log-wrap input[type="password"]:focus, .log-wrap input[type="email"]:focus, .log-wrap input[type="text"]:focus, .existing-log-wrap input[type="password"]:focus, .existing-log-wrap input[type="email"]:focus, .existing-log-wrap input[type="text"]:focus { background: #222; } body.external .login-wrap .external-app-logo { display: none; } body.external.springloops .login-wrap:before { display: none; } .project-tile .users-wrap { padding: 0; height: auto; } .BigBen > header > nav, .springloops .BigBen > header .account-name { background: #333; } .BigBen > header .account-name .name { color: #bbb; } .BigBen > header > nav > ul > li:hover > a { color: #bbb; } .project-tile .users-wrap > a { margin: 0; display: inline-block; float: none; } .project-tile .users-wrap .in-touch { margin: 0; display: inline-block; float: none; } .project-tile .stack-a { display: none; } .project-tile .users-wrap { text-align: center; } .BigBen > header > nav > ul a:hover { color: white; } .BigBen > header > nav > ul > li > ul a { color: #bbb; } .activity-update { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); } .tx_tl { color: inherit; } .statement-box .s-header .user { color: inherit; } .s-wrap-blank { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); } .activity-update:before { border-bottom-color: rgba(255, 255, 255, 0.2); top: -7px; } .links-box > div { border-color: rgba(255, 255, 255, 0.2); } .stacked-wrap header > span { border-color: rgba(255, 255, 255, 0.2); } .links-box p:last-child { border-bottom: none; } .links-box > div:last-child { border-bottom: none; } .in-touch > span { opacity: 0.7; } .description-event { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .description-event:before { border-bottom-color: rgba(255, 255, 255, 0.2); top: -17px; } .bC { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .deploy-wrap .bC .autDy { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .switch-wrap._sml { background: rgba(0, 0, 0, 0.2); } .actionBar { background: rgba(255, 255, 255, 0.05); border: none; } .prv_pn { border-color: rgba(255, 255, 255, 0.2); } .actionBar > .btn-oce:hover { background: rgba(255, 255, 255, 0.05); } .actionBar > .btn-oce { border-color: rgba(255, 255, 255, 0.2); } .ticket-card { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .ticket-card .info-action { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .ticket-simple { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.3); } .ticket-simple.low { border-color: rgba(255, 255, 255, 0.1); } .ticket-simple.minor { border-color: rgba(255, 255, 255, 0); } .ticket-simple > p { background: #333; } .ticket-simple .t-title { color: #bbb !important; } .sts { background: rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.2); box-shadow: none; } .ticket-simple.act_prv, .ticket-simple.selTic, .ticket-card.act_prv, .ticket-card.selTic { background: rgba(0, 0, 0, 0.4); } .ticket-simple.act_prv > p, .ticket-simple.selTic > p, .ticket-card.act_prv > p, .ticket-card.selTic > p { background: #111; } .sidebar-wrap .project-list:hover { background-color: rgba(255, 255, 255, 0.1); } .ui-datepicker { background-color: rgba(255, 255, 255, 0.1); } .int1 a { background-color:rgba(160, 234, 190, 0.2); } .int2 a { background-color:rgba(250, 219, 98, 0.2); } .int3 a { background-color:rgba(251, 179, 55, 0.2); } .int4 a { background-color:rgba(255, 116, 58, 0.2); } .int5 a { background-color:rgba(254, 73, 67, 0.2); } .int6 a { background-color:rgba(170, 14, 0, 0.2); } .ui-datepicker .ui-datepicker-header .ui-datepicker-title { color: inherit; } .btn-wrap .btn._main, .btn-wrap .btn._action, .btn-wrap .btn._mega { background: #777; color: #FFF; text-shadow: none; border: 1px solid #aaa; } .stackedBoxes-wrap { background: none; } .new-ticket-blank { background: none; border: none; } .cloud-notice.jQ_msg { display: none; } }
data/usercss/105014.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("springloops.io") { /* Using default system font*/ body, textarea, input[type="text"], input[type="email"], input[type="password"], select { font: inherit; background: #222; color: #eee; } .event-details .event-title { color: inherit; font-size: inherit; } h2 a , .project-tile h2 a { color: inherit; } a, .table._tasks td.ticket-title a { color: #393; text-decoration: underline; } a:hover { color: green; } .BigBen { background: inherit; } /* Narrow tables to save space */ table.table th, table.table td { line-height: inherit; } .table._tasks td { padding: 0; } /* Simple Flat "buttons" */ .btn-wrap .btn { background-image: none; box-shadow: none; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(0, 0, 0, 0.3); border-radius: 0; } .btn-wrap .btn:hover { background: rgba(0, 0, 0, 0.6); border: 1px solid rgba(255, 255, 255, 0.2); color: inherit; } .btn-wrap .btn > em, .btn-wrap .btn span > em { color: inherit; } input[type="text"], input[type="email"], input[type="password"], textarea, select { transition: none; } .nav-dropdown { transition: none; } .right-wrap, #sidebar { transition: none; } /* Narrow top "all projects" link */ .BigBen { top: 0px; } .BigBen .go-home { left: 0px; right: 0px; top: -10px; height: 10px; } .BigBen .go-home > a { height: 10px; padding: 0; line-height: 100%; color: inherit; box-shadow: none; border: none; background: black; color: white; font-size: 9px; text-align: center; } .BigBen .go-home > a > strong { display: none; } .BigBen._project { top: 10px; right: 0; left: 32px; } .BigBen._project #sideBar { top: -10px; left: -32px; width: 32px; } .BigBen #sideBar { overflow: hidden; } .BigBen #sideBar:hover { overflow: visible; } .BigBen > header { height: 20px; overflow: hidden; background : #383A3C; } .links-box p { border-color: rgba(255, 255, 255, 0.2) ; } .project-tile h2 { border-color: rgba(255, 255, 255, 0.2) ; } .project-tile .users-wrap > button { background: rgba(0, 0, 0, 0.3); border-color: rgba(0, 0, 0, 1); } .BigBen > header:hover { height: auto; background : white; overflow: visible; } /* Hidint project colour-coded strip */ .springloops .BigBen > header .account-name, .springloops .BigBen > header nav{ box-shadow: none; } .servicesBox { display: none; } .right-wrap, .left-wrap { top: 20px; } .left-wrap .leftContentWrap { padding: 0; max-height: none !important; } #sideBar .sidebar-elements > ul li:before { display: none; } #sideBar .sidebar-elements, #sideBar .sidebar-elements > ul, #sideBar .sidebar-elements > ul li { width: auto !important; font-size: inherit; overflow: visible; background: #383A3C; } #sideBar .sidebar-elements > ul li:hover { background: black; } /* No max width */ .window-size { width: auto; } .left-wrap, .right-wrap { background: transparent; } body.fullScreen .BigBen._project #sideBar { top: 0; } #sideBar .sidebar-elements > ul li { transition: none; } /* Dropdown menus */ /*.BigBen > header > nav > ul > li:hover > ul:not(.search-dropdown) {*/ .BigBen > header > nav > ul > li > ul:not(.search-dropdown) { display: block; } .BigBen > header > nav > ul > li > ul { /*width: 130px;*/ min-width: 0; max-width: none; padding: 0; box-shadow: none; background: #222; } .BigBen > header > nav > ul > li > ul:hover a._hover, .BigBen > header > nav > ul > li > ul:hover a:hover { background-color: black; } .BigBen > header > nav > ul > li > ul:hover a._hover, .BigBen > header > nav > ul > li > ul:hover a._hover:hover { background-color: black; } .project-tile > p { display: none; } .project-tile h2 { height: auto; line-height: 100%; } .project-tile > a._acs { background: none; } .project-tile > a._acs:before { content: 'GET SOURCE URL'; } .project-tile > span, .project-tile > a._acs { height: auto; width: 100%; border-radius: 0; } .project-tile { height: 160px; width: 168px; transition: none; } .project-tile > em { display: none; } .project-tile .users-wrap { background: transparent; } .table._tasks { background: transparent; } ._zebra tbody > tr:nth-child(2n+1) > td, ._zebra tbody > tr:nth-child(2n) > th { background: rgba(255, 255, 255, 0.05); } .prv_pn { background: transparent; } table.table td { border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .event-preview { background: #222222; } .sidebar-wrap .close-sidebar { background: darkred; height: 100%; width: 16px; right: -16px; top: 0px; } .sidebar-wrap .close-sidebar:before { content: 'CLOSE'; background: darkred; } .sidebar-wrap .close-sidebar:hover { background: red; } .sidebar-wrap .close-sidebar:hover:before { background: red; } .sidebar-wrap { background: #222222; } .jQ_tickerMask { background: black; } .project-tile { border-color: rgba(255, 255, 255, 0.2); } div.project-tile > h2 > a { color: #aaa; padding: 3px; text-decoration: none; } div.project-tile > h2 { background: rgba(255, 255, 255, 0.1); } .project-tile > span._str:hover, .project-tile > a._acs:hover { background: transparent; } .jQ_scrollMe { overflow: visible; overflow-x: hidden; height: auto !important; } .jQ_rowColumns { transition: none; } #ticketDesk .right-wrap { overflow: scroll; } .table._tasks td.ticket-title a { font-size: 14px; } body.external.login { background: #111; } body.external .register-wrap, body.external .login-wrap { background: #222; border: none; } .external-top-info h2 { color: inherit; } .project-tile:hover { border-color: rgba(255, 255, 255, 0.4) !important; } .log-wrap input[type="password"]:focus, .log-wrap input[type="email"]:focus, .log-wrap input[type="text"]:focus, .existing-log-wrap input[type="password"]:focus, .existing-log-wrap input[type="email"]:focus, .existing-log-wrap input[type="text"]:focus { background: #222; } body.external .login-wrap .external-app-logo { display: none; } body.external.springloops .login-wrap:before { display: none; } .project-tile .users-wrap { padding: 0; height: auto; } .BigBen > header > nav, .springloops .BigBen > header .account-name { background: #333; } .BigBen > header .account-name .name { color: #bbb; } .BigBen > header > nav > ul > li:hover > a { color: #bbb; } .project-tile .users-wrap > a { margin: 0; display: inline-block; float: none; } .project-tile .users-wrap .in-touch { margin: 0; display: inline-block; float: none; } .project-tile .stack-a { display: none; } .project-tile .users-wrap { text-align: center; } .BigBen > header > nav > ul a:hover { color: white; } .BigBen > header > nav > ul > li > ul a { color: #bbb; } .activity-update { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); } .tx_tl { color: inherit; } .statement-box .s-header .user { color: inherit; } .s-wrap-blank { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); } .activity-update:before { border-bottom-color: rgba(255, 255, 255, 0.2); top: -7px; } .links-box > div { border-color: rgba(255, 255, 255, 0.2); } .stacked-wrap header > span { border-color: rgba(255, 255, 255, 0.2); } .links-box p:last-child { border-bottom: none; } .links-box > div:last-child { border-bottom: none; } .in-touch > span { opacity: 0.7; } .description-event { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .description-event:before { border-bottom-color: rgba(255, 255, 255, 0.2); top: -17px; } .bC { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .deploy-wrap .bC .autDy { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .switch-wrap._sml { background: rgba(0, 0, 0, 0.2); } .actionBar { background: rgba(255, 255, 255, 0.05); border: none; } .prv_pn { border-color: rgba(255, 255, 255, 0.2); } .actionBar > .btn-oce:hover { background: rgba(255, 255, 255, 0.05); } .actionBar > .btn-oce { border-color: rgba(255, 255, 255, 0.2); } .ticket-card { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .ticket-card .info-action { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.2); } .ticket-simple { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.3); } .ticket-simple.low { border-color: rgba(255, 255, 255, 0.1); } .ticket-simple.minor { border-color: rgba(255, 255, 255, 0); } .ticket-simple > p { background: #333; } .ticket-simple .t-title { color: #bbb !important; } .sts { background: rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.2); box-shadow: none; } .ticket-simple.act_prv, .ticket-simple.selTic, .ticket-card.act_prv, .ticket-card.selTic { background: rgba(0, 0, 0, 0.4); } .ticket-simple.act_prv > p, .ticket-simple.selTic > p, .ticket-card.act_prv > p, .ticket-card.selTic > p { background: #111; } .sidebar-wrap .project-list:hover { background-color: rgba(255, 255, 255, 0.1); } .ui-datepicker { background-color: rgba(255, 255, 255, 0.1); } .int1 a { background-color:rgba(160, 234, 190, 0.2); } .int2 a { background-color:rgba(250, 219, 98, 0.2); } .int3 a { background-color:rgba(251, 179, 55, 0.2); } .int4 a { background-color:rgba(255, 116, 58, 0.2); } .int5 a { background-color:rgba(254, 73, 67, 0.2); } .int6 a { background-color:rgba(170, 14, 0, 0.2); } .ui-datepicker .ui-datepicker-header .ui-datepicker-title { color: inherit; } .btn-wrap .btn._main, .btn-wrap .btn._action, .btn-wrap .btn._mega { background: #777; color: #FFF; text-shadow: none; border: 1px solid #aaa; } .stackedBoxes-wrap { background: none; } .new-ticket-blank { background: none; border: none; } .cloud-notice.jQ_msg { display: none; } }
0.486332
0.105948
.search-input { padding: 10px 0; padding-left: 25px; padding-right: 5px; width: 100%; font-size: 1.1em; color: #000; outline: none; border: 0; } #search-img { margin-left: 5px; height: 40px; width: 40px; } .search-block { display: flex; align-items: center; background-color: #575757; padding: 10px; } .filter-wrapper { display: flex; justify-content: center; align-items: center; flex-direction: column; } .filter { width: 100%; display: flex; justify-content: center; align-items: center; background-color: #202020; padding: 15px; } .catalog-heading, .filter-heading { margin: 0; margin-top: 25px; padding: 15px; text-align: center; font-size: 2em; width: 100%; background-color: #202020; color: #fff; } .filter-select, .filter-year, .filter-length, .filter-price, .filter-rate { box-sizing: border-box; padding: 10px; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .filter select { height: 100%; padding: 10px; outline: none; } .filter-buttons-wrapper { display: flex; justify-content: center; align-items: center; width: 100%; padding-top: 15px; } .filter-button { cursor: pointer; width: 300px; padding: 15px 0; font-size: 1.5em; color: #007bff; background: #202020; border: none; border-radius: 5px; transition: all 0.25s; outline: none; } .filter-button:hover { background: #000; } .filter-button:first-child { margin-right: 15px; } .filter p { padding-right: 10px; font-size: 1.1em; color: #007bff; } .filter input { height: 100%; width: 100px; padding: 10px; margin-right: 5px; font-size: 1.1em; outline: none; } .filter-select { font-size: 1.2em; outline: none; } @media screen and (max-width: 1400px) { .filter { flex-wrap: wrap; } .filter-select, .filter-year, .filter-length, .filter-price, .filter-rate { width: 30%; } } @media screen and (max-width: 992px) { .filter-select, .filter-year, .filter-length, .filter-price, .filter-rate { width: 50%; } } @media screen and (max-width: 768px) { .filter-select, .filter-year, .filter-length, .filter-price, .filter-rate { width: 100%; } .filter-buttons-wrapper { flex-direction: row; } .filter-button { width: 50%; } } @media screen and (max-width: 576px) { .filter-buttons-wrapper { flex-direction: column; } .filter-button { width: 100%; } .filter-button:first-child { margin-right: 0; margin-bottom: 10px; } }
front/src/components/Filter/Filter.module.css
.search-input { padding: 10px 0; padding-left: 25px; padding-right: 5px; width: 100%; font-size: 1.1em; color: #000; outline: none; border: 0; } #search-img { margin-left: 5px; height: 40px; width: 40px; } .search-block { display: flex; align-items: center; background-color: #575757; padding: 10px; } .filter-wrapper { display: flex; justify-content: center; align-items: center; flex-direction: column; } .filter { width: 100%; display: flex; justify-content: center; align-items: center; background-color: #202020; padding: 15px; } .catalog-heading, .filter-heading { margin: 0; margin-top: 25px; padding: 15px; text-align: center; font-size: 2em; width: 100%; background-color: #202020; color: #fff; } .filter-select, .filter-year, .filter-length, .filter-price, .filter-rate { box-sizing: border-box; padding: 10px; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .filter select { height: 100%; padding: 10px; outline: none; } .filter-buttons-wrapper { display: flex; justify-content: center; align-items: center; width: 100%; padding-top: 15px; } .filter-button { cursor: pointer; width: 300px; padding: 15px 0; font-size: 1.5em; color: #007bff; background: #202020; border: none; border-radius: 5px; transition: all 0.25s; outline: none; } .filter-button:hover { background: #000; } .filter-button:first-child { margin-right: 15px; } .filter p { padding-right: 10px; font-size: 1.1em; color: #007bff; } .filter input { height: 100%; width: 100px; padding: 10px; margin-right: 5px; font-size: 1.1em; outline: none; } .filter-select { font-size: 1.2em; outline: none; } @media screen and (max-width: 1400px) { .filter { flex-wrap: wrap; } .filter-select, .filter-year, .filter-length, .filter-price, .filter-rate { width: 30%; } } @media screen and (max-width: 992px) { .filter-select, .filter-year, .filter-length, .filter-price, .filter-rate { width: 50%; } } @media screen and (max-width: 768px) { .filter-select, .filter-year, .filter-length, .filter-price, .filter-rate { width: 100%; } .filter-buttons-wrapper { flex-direction: row; } .filter-button { width: 50%; } } @media screen and (max-width: 576px) { .filter-buttons-wrapper { flex-direction: column; } .filter-button { width: 100%; } .filter-button:first-child { margin-right: 0; margin-bottom: 10px; } }
0.608012
0.158077
.left { /*float:left; width:250px;*/ /*margin-right:10px; margin: 30px 0;*/ margin: 0 0 0 1px; float:left; width:140px; height:524px; position: absolute; top: 36px; } .middle { /*margin-top: -30px;*/ /*float:right; width:1160px; margin:0 0 0 -10px; background-color: #ffffff; z-index: 10; margin-top: -29px; margin: -29px -30px;*/ margin-left:145px !important; position: absolute; top: 36px; bottom: 0px; left: 0px; } .right { float:right; width:210px; } .breadcrumb span { padding-left:10px; } .breadcrumb span { padding-left:10px; } .pi { right:10px; text-align:center; } .p-price strong { font-size:14px; font-family:verdana; color:#e4393c; } /*sortlist*/ #sortlist { width:138px; border:1px solid #4AB318; height:500px; background-color:#FAFAFA; margin-top:-1px; } #sortlist .mc { width:138px; } #sortlist,#sortlist .mc { overflow:visible; } *html #sortlist .mc { overflow:hidden; } #sortlist .item { position:relative; z-index:2; zoom:1; background:#fff; } #sortlist .item:after,#sortlist .con:after,#sortlist ul:after { content:'\20'; display:block; clear:both; } #sortlist .item-mc { display:none; position:absolute; left:206px; top:0px; z-index:2; zoom:1; /*width:500px;*/ border: solid #C8D9CA; border-width:1px 1px 1px 1px; background:#fff; padding-right:0px; } #sortlist h3 { position:relative; z-index:6; clear:both; /*height:22px;*/ padding-left:20px; /*line-height:30px;*/ background:#FAFAFA; font-size:15px; font-weight:bold; color:#333; overflow:visible; padding-top:8px; } #sortlist h3 a { color:#033; } #sortlist h3 s { position:absolute; z-index:1; left:18px; top: 2px; width: auto; height:33px; /*background:url(images/20130524A.jpg) no-repeat;*/ font-size:0; } #sortlist h3 .i1 { background-position:0 0; } #sortlist h3 .i2 { background-position:0 -45px; } #sortlist h3 .i3 { background-position:0 -90px; } #sortlist h3 .i4 { background-position:0 -135px; } #sortlist h3 .i5 { background-position:0 -180px; } #sortlist h3 .i6 { background-position:0 -225px; } #sortlist h3 .i7 { background-position:0 -270px; } #sortlist h3 .i8 { background-position:0 -315px; } #sortlist h3 .i9 { background-position:0 -360px; } #sortlist h3 .i10 { background-position:0 -405px; } #sortlist b { position:absolute; left:115px; top:10px; width:10px; height:32px; font-family:\5b8b\4f53; color:#999; } #sortlist .con { position:relative; *zoom:1; background:#FAFAFA !important; /*line-height:22px; padding:0 0 4px 60px;*/ height:5px; overflow:hidden; border-bottom: 4px solid #FBFBFB !important; margin:0 0; } #sortlist .fore10 .con { border-bottom:0; } #sortlist .con a,#sortlist li a { float:left; overflow:hidden; width:56px; height:22px; padding-left:0; margin-right:8px; border-bottom:1px solid #fdf8f7; line-height:22px; color:#666; } #sortlist .item li a { float:left; overflow:hidden; width:43px; height:22px; padding-left:3px; line-height:22px; border-bottom:1px solid #fdf8f7; color:#666; text-align:center; } #sortlist .con a:hover,#sortlist .item li a:hover { color:#c00; } #sortlist .item li .whole { width:372px; height:29px; line-height:29px; background:#fdf8f7; font-weight:bold; } #sortlist .hover { z-index:5; margin:-2px 0 -2px -1px; border:solid #D6D6D6; border-width:1px 0 1px 1px; background:#fff; } #sortlist .hover h3 { z-index:6; width:120px; background:#FAFAFA; } #sortlist .hover .con { z-index:5; width:140px; border-bottom:1px dashed #fff; height:4px; margin-right:0; background:#fff; } #sortlist .hover .item-mc { display:block; z-index:4; left:138px; top:-2px; background:#FAFAFA; zoom:1; /*min-height:134px;*/ } #sortlist .fore1 .item-mc { top:0px; } #sortlist .fore2 .item-mc { top:-1px; } #sortlist .fore3 .item-mc { top:-1px; } #sortlist .fore4 .item-mc { top:-1px; } #sortlist .fore5 .item-mc { top:-1px; } #sortlist .fore6 .item-mc { top:-1px; } #sortlist .fore7 .item-mc { top:-1px; } #sortlist .fore8 .item-mc { top:-1px; } #sortlist .fore9 .item-mc { top:-1px; } #sortlist .fore10 .item-mc { top:-1px; } #sortlist .fore11 .item-mc { top:-1px; } #sortlist .fore12 .item-mc { top:-1px; } *html #sortlist .hover .item-mc { height:134px; } #sortlist .panel-container { float:left; width:300px; padding-left:5px; background-color:#FAFAFA; } #sortlist .panel-container dl { overflow:hidden; padding:0 0; height:auto; /*border-top:1px dotted #ccc;*/ zoom:1; width:auto; float:left; /*padding-left:12px;*/ } #sortlist .panel-container dl.fore1 { border:none; } #sortlist .panel-container dt { float:left; width:80px; padding-top:25px; padding-left:12px; line-height:40px; text-align:center; font-weight:bold; color:#333; overflow: hidden; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; cursor:pointer; } #sortlist .panel-container dt a { color:#333; } #sortlist .panel-container dd { float:left; overflow:hidden; width:430px; padding:3px 0; } #sortlist .panel-container dd em { float:left; height:14px; padding:0 8px; border-left:1px solid #ffc28c; margin:4px 0; line-height:14px; } #sortlist .panel-container dd a { white-space:nowrap; color:#666; } #sortlist .panel-container dd a:hover { color:#6ECD4D; } /*slide*/ #slide { position:relative; overflow:hidden; width:550px; height:230px; } #slide ul { position:absolute; top:0; overflow:hidden; width:550px; } #slide li { overflow:hidden; width:550px; height:230px; } #slide .slide-controls { position:absolute; left:0; bottom:0; width:534px; height:22px; padding:0 8px 10px; text-align:right; } #slide .slide-controls span { display:inline-block; width:22px; height:22px; border-radius:12px; margin:0 2px; background:#999; line-height:22px; text-align:center; cursor:default; color:#FFF; } #slide .slide-controls .curr { background:#ff950b; } /*bargain*/ #bargain { float:left; position:relative; width:550px; padding-top:38px; border-top:2px solid #6ECD4D; margin-bottom:0; } #bargain .mt { position:absolute; top:0; width:136px; height:37px; border:1px solid #DEDEDE; border-top:none; background:#F9F9F9; line-height:37px; text-align:center; } #bargain .fore1 .mt { left:0px; width:137px; } #bargain .fore2 .mt { left:138px; } #bargain .fore3 .mt { left:275px; } #bargain .fore4 .mt { left:412px; } #bargain .curr .mt { height:38px; border-bottom:none; background:#fff; } #bargain .mt h2 { font-size:16px; font-weight:normal; color:#333; } #bargain .curr .mt h2 { color:#6ECD4D; } #bargain .mc { display:none; width:548px; height:219px; border:1px solid #6ECD4D; border-top:none; } #bargain .curr .mc { display:block; } #bargain .mc ul { overflow:hidden; height:219px; } #bargain .mc li { position:relative; float:left; width:160px; padding:0 11px; } #bargain .mc .p-img { padding:10px 0px 5px; } #bargain .mc .p-name { height:1.5em; line-height:1.5em; } #bargain .mc strong { font-family:verdana; font-size:12px; } /*bulletin*/ #bulletin { position:relative; width:204px; height:174px; border:3px solid #6ECD4D; } #bulletin .mt { height:36px; padding-left:10px; font-size:16px; color:#333; } #bulletin .mt h2 { height:36px; line-height:36px; font-size:16px; font-weight:normal; color:#333; } #bulletin .mc { overflow:hidden; height:138px; padding:0 10px; } #bulletin .mc li { overflow:hidden; width:184px; height:22px; line-height:22px; font-family:\5b8b\4f53; } #bulletin .mc li a { font-family:verdana; } #bulletin .mc li a:hover { color:#6ECD4D; } /*limitbuy*/ #limitbuy { position:relative; z-index:0; width:204px; height:224px; border:3px solid #6ECD4D; } #limitbuy .mt { position:absolute; left:0; top:0px; z-index:2; width:70px; height:36px; background:none; font-size:16px; color:#333; } #limitbuy .mt h2 { width:50px; height:36px; padding-left:10px; background:#fff; line-height:36px; font-size:16px; font-weight:normal; color:#333; } #limitbuy .mc { position:relative; overflow:visible; z-index:1; height:188px; /*padding-top:36px;*/ } #limitbuy .mc ul { position:absolute; left:0px; top:0px; height:224px; } #limitbuy li { float:left; width:204px; height:224px; text-align:center; } #limitbuy li .clock { width:145px; height:20px; margin:8px 0 13px 60px; color:#999; } #limitbuy li .clock b { position:relative; top:2px; font-family:arial; font-size:20px; font-weight:normal; color:#c00; } #limitbuy li .p-img { padding:0; } #limitbuy li .p-name { height:16px; padding:0 22px; margin-bottom:5px; line-height:16px; } #limitbuy .btns { position:absolute; top:79px; width:25px; height:52px; background:url(i/20130524B.png) no-repeat; cursor:pointer; } #limitbuy #prev { left:0px; background-position:-54px 0; } #limitbuy #prev.disabled { background-position:0 0; cursor:default; } #limitbuy #next { right:0px; background-position:-79px 0; } #limitbuy #next.disabled { background-position:-27px 0; cursor:default; } /*limitbuy-ad*/ #limitbuy-ad { width:210px; height:70px; } /*floor*/ .floor { float:left; width:770px; } .floor .mt { height:32px; } .floor h2 { float:left; height:32px; line-height:32px; font-size:16px; font-weight:normal; } .floor .extra { float:right; width:600px; height:18px; line-height:18px; padding:10px 0 0; overflow:hidden; text-align:right; font-family:\5b8b\4f53; overflow:hidden; margin-right:-9px; } .floor .mt .extra a:visited,.floor .mt .extra a:link { display:inline-block; height:18px; line-height:18px; margin:0; padding:0 8px; border-right:1px solid #ccc; color:#333; max-width:75px; overflow:hidden; vertical-align:middle; } .floor .mt .extra a.more:visited,.floor .mt .extra a.more:link { padding-right:0; border:none; font-family:'\5b8b\4f53'; } .floor .mc { position:relative; height:320px; border-color:#6ECD4D #dedede #dedede; border-style:solid; border-width:2px 1px 1px; width:768px; } .floor .activity { position:absolute; left:10px; top:10px; width:200px; height:300px; } .floor .activity-ads { position:relative; width:200px; height:300px; } .floor .con { overflow:hidden; width:548px; height:320px; padding-left:220px; } .floor .con ul { overflow:hidden; width:550px; height:320px; margin-left:1px; } .floor .con li { float:left; width:114px; height:160px; padding:0px 11px; border-right:1px dotted #ccc; border-bottom:1px dotted #ccc; } .floor .con li .p-img { padding-top:10px; text-align:center; } .floor .con li .p-name { height:1.5em; line-height:1.5em; overflow:hidden; } .floor .con li .p-price { height:22px; line-height:22px; } .floor .con li strong,.floor .con li del { display:inline-block; font-family:verdana; font-size:12px; vertical-align:middle; } .floor .con li del { letter-spacing:-1px; height:22px; font-size:13px; line-height:22px; *display:inline; } /*top1*/ .top1 { float:right; width:210px; height:323px; margin-top:32px; overflow:hidden; } .floor-brandlist { position:relative; width:210px; height:173px; } .floor-brandlist .mc { width:204px; height:167px; border:3px solid #6ECD4D; overflow:hidden; } .floor-brandlist ul { width:206px; height:167px; } .floor-brandlist li { float:left; width:90px; height:32px; padding:4px 6px 5px; border-right:1px solid #f3f3f3; border-bottom:1px solid #f3f3f3; } #product-track { *float:left; } .tbdy { height:100%; } .root61 .right { /*width:250px;*/ } .root61 .middle, .root61 #slide, .root61 #slide ul, .root61 #slide li { /*width:990px;*/ } .root61 #slide .slide-controls { width:714px; } .root61 #bargain { width:730px; } .root61 #bargain .mt { width:181px; } .root61 #bargain .fore1 .mt { width:182px; } .root61 #bargain .fore2 .mt { left:183px; } .root61 #bargain .fore3 .mt { left:365px; } .root61 #bargain .fore4 .mt { left:547px; } .root61 #bargain .mc { width:728px; } .root61 #bulletin { width:244px; } .root61 #bulletin .mc li { width:204px; } .root61 #limitbuy { width:244px; } .root61 #limitbuy .mt { width:80px; } .root61 #limitbuy .mt h2 { width:70px; } .root61 #limitbuy li { width:244px; } .root61 #limitbuy li .clock { margin:9px 0 13px 85px; } .root61 #limitbuy-ad { width:250px; } .root61 .floor { width:950px; } .root61 .floor .mc { width:948px; } .root61 .floor .con { width:728px; } .root61 .floor .con ul { width:730px; } .root61 .floor .con li { width:123px; } .root61 .top1 { width:250px; } .root61 .floor-brandlist { width:250px; } .root61 .floor-brandlist .mc { width:244px; } .root61 .floor-brandlist ul { width:246px; } .root61 .floor-brandlist li { padding:4px 16px 5px; } #content{ width:1055px; }
XGMvc/Scripts/jquery-easyui-1.3.4/themes/skin/blue/style.css
.left { /*float:left; width:250px;*/ /*margin-right:10px; margin: 30px 0;*/ margin: 0 0 0 1px; float:left; width:140px; height:524px; position: absolute; top: 36px; } .middle { /*margin-top: -30px;*/ /*float:right; width:1160px; margin:0 0 0 -10px; background-color: #ffffff; z-index: 10; margin-top: -29px; margin: -29px -30px;*/ margin-left:145px !important; position: absolute; top: 36px; bottom: 0px; left: 0px; } .right { float:right; width:210px; } .breadcrumb span { padding-left:10px; } .breadcrumb span { padding-left:10px; } .pi { right:10px; text-align:center; } .p-price strong { font-size:14px; font-family:verdana; color:#e4393c; } /*sortlist*/ #sortlist { width:138px; border:1px solid #4AB318; height:500px; background-color:#FAFAFA; margin-top:-1px; } #sortlist .mc { width:138px; } #sortlist,#sortlist .mc { overflow:visible; } *html #sortlist .mc { overflow:hidden; } #sortlist .item { position:relative; z-index:2; zoom:1; background:#fff; } #sortlist .item:after,#sortlist .con:after,#sortlist ul:after { content:'\20'; display:block; clear:both; } #sortlist .item-mc { display:none; position:absolute; left:206px; top:0px; z-index:2; zoom:1; /*width:500px;*/ border: solid #C8D9CA; border-width:1px 1px 1px 1px; background:#fff; padding-right:0px; } #sortlist h3 { position:relative; z-index:6; clear:both; /*height:22px;*/ padding-left:20px; /*line-height:30px;*/ background:#FAFAFA; font-size:15px; font-weight:bold; color:#333; overflow:visible; padding-top:8px; } #sortlist h3 a { color:#033; } #sortlist h3 s { position:absolute; z-index:1; left:18px; top: 2px; width: auto; height:33px; /*background:url(images/20130524A.jpg) no-repeat;*/ font-size:0; } #sortlist h3 .i1 { background-position:0 0; } #sortlist h3 .i2 { background-position:0 -45px; } #sortlist h3 .i3 { background-position:0 -90px; } #sortlist h3 .i4 { background-position:0 -135px; } #sortlist h3 .i5 { background-position:0 -180px; } #sortlist h3 .i6 { background-position:0 -225px; } #sortlist h3 .i7 { background-position:0 -270px; } #sortlist h3 .i8 { background-position:0 -315px; } #sortlist h3 .i9 { background-position:0 -360px; } #sortlist h3 .i10 { background-position:0 -405px; } #sortlist b { position:absolute; left:115px; top:10px; width:10px; height:32px; font-family:\5b8b\4f53; color:#999; } #sortlist .con { position:relative; *zoom:1; background:#FAFAFA !important; /*line-height:22px; padding:0 0 4px 60px;*/ height:5px; overflow:hidden; border-bottom: 4px solid #FBFBFB !important; margin:0 0; } #sortlist .fore10 .con { border-bottom:0; } #sortlist .con a,#sortlist li a { float:left; overflow:hidden; width:56px; height:22px; padding-left:0; margin-right:8px; border-bottom:1px solid #fdf8f7; line-height:22px; color:#666; } #sortlist .item li a { float:left; overflow:hidden; width:43px; height:22px; padding-left:3px; line-height:22px; border-bottom:1px solid #fdf8f7; color:#666; text-align:center; } #sortlist .con a:hover,#sortlist .item li a:hover { color:#c00; } #sortlist .item li .whole { width:372px; height:29px; line-height:29px; background:#fdf8f7; font-weight:bold; } #sortlist .hover { z-index:5; margin:-2px 0 -2px -1px; border:solid #D6D6D6; border-width:1px 0 1px 1px; background:#fff; } #sortlist .hover h3 { z-index:6; width:120px; background:#FAFAFA; } #sortlist .hover .con { z-index:5; width:140px; border-bottom:1px dashed #fff; height:4px; margin-right:0; background:#fff; } #sortlist .hover .item-mc { display:block; z-index:4; left:138px; top:-2px; background:#FAFAFA; zoom:1; /*min-height:134px;*/ } #sortlist .fore1 .item-mc { top:0px; } #sortlist .fore2 .item-mc { top:-1px; } #sortlist .fore3 .item-mc { top:-1px; } #sortlist .fore4 .item-mc { top:-1px; } #sortlist .fore5 .item-mc { top:-1px; } #sortlist .fore6 .item-mc { top:-1px; } #sortlist .fore7 .item-mc { top:-1px; } #sortlist .fore8 .item-mc { top:-1px; } #sortlist .fore9 .item-mc { top:-1px; } #sortlist .fore10 .item-mc { top:-1px; } #sortlist .fore11 .item-mc { top:-1px; } #sortlist .fore12 .item-mc { top:-1px; } *html #sortlist .hover .item-mc { height:134px; } #sortlist .panel-container { float:left; width:300px; padding-left:5px; background-color:#FAFAFA; } #sortlist .panel-container dl { overflow:hidden; padding:0 0; height:auto; /*border-top:1px dotted #ccc;*/ zoom:1; width:auto; float:left; /*padding-left:12px;*/ } #sortlist .panel-container dl.fore1 { border:none; } #sortlist .panel-container dt { float:left; width:80px; padding-top:25px; padding-left:12px; line-height:40px; text-align:center; font-weight:bold; color:#333; overflow: hidden; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; cursor:pointer; } #sortlist .panel-container dt a { color:#333; } #sortlist .panel-container dd { float:left; overflow:hidden; width:430px; padding:3px 0; } #sortlist .panel-container dd em { float:left; height:14px; padding:0 8px; border-left:1px solid #ffc28c; margin:4px 0; line-height:14px; } #sortlist .panel-container dd a { white-space:nowrap; color:#666; } #sortlist .panel-container dd a:hover { color:#6ECD4D; } /*slide*/ #slide { position:relative; overflow:hidden; width:550px; height:230px; } #slide ul { position:absolute; top:0; overflow:hidden; width:550px; } #slide li { overflow:hidden; width:550px; height:230px; } #slide .slide-controls { position:absolute; left:0; bottom:0; width:534px; height:22px; padding:0 8px 10px; text-align:right; } #slide .slide-controls span { display:inline-block; width:22px; height:22px; border-radius:12px; margin:0 2px; background:#999; line-height:22px; text-align:center; cursor:default; color:#FFF; } #slide .slide-controls .curr { background:#ff950b; } /*bargain*/ #bargain { float:left; position:relative; width:550px; padding-top:38px; border-top:2px solid #6ECD4D; margin-bottom:0; } #bargain .mt { position:absolute; top:0; width:136px; height:37px; border:1px solid #DEDEDE; border-top:none; background:#F9F9F9; line-height:37px; text-align:center; } #bargain .fore1 .mt { left:0px; width:137px; } #bargain .fore2 .mt { left:138px; } #bargain .fore3 .mt { left:275px; } #bargain .fore4 .mt { left:412px; } #bargain .curr .mt { height:38px; border-bottom:none; background:#fff; } #bargain .mt h2 { font-size:16px; font-weight:normal; color:#333; } #bargain .curr .mt h2 { color:#6ECD4D; } #bargain .mc { display:none; width:548px; height:219px; border:1px solid #6ECD4D; border-top:none; } #bargain .curr .mc { display:block; } #bargain .mc ul { overflow:hidden; height:219px; } #bargain .mc li { position:relative; float:left; width:160px; padding:0 11px; } #bargain .mc .p-img { padding:10px 0px 5px; } #bargain .mc .p-name { height:1.5em; line-height:1.5em; } #bargain .mc strong { font-family:verdana; font-size:12px; } /*bulletin*/ #bulletin { position:relative; width:204px; height:174px; border:3px solid #6ECD4D; } #bulletin .mt { height:36px; padding-left:10px; font-size:16px; color:#333; } #bulletin .mt h2 { height:36px; line-height:36px; font-size:16px; font-weight:normal; color:#333; } #bulletin .mc { overflow:hidden; height:138px; padding:0 10px; } #bulletin .mc li { overflow:hidden; width:184px; height:22px; line-height:22px; font-family:\5b8b\4f53; } #bulletin .mc li a { font-family:verdana; } #bulletin .mc li a:hover { color:#6ECD4D; } /*limitbuy*/ #limitbuy { position:relative; z-index:0; width:204px; height:224px; border:3px solid #6ECD4D; } #limitbuy .mt { position:absolute; left:0; top:0px; z-index:2; width:70px; height:36px; background:none; font-size:16px; color:#333; } #limitbuy .mt h2 { width:50px; height:36px; padding-left:10px; background:#fff; line-height:36px; font-size:16px; font-weight:normal; color:#333; } #limitbuy .mc { position:relative; overflow:visible; z-index:1; height:188px; /*padding-top:36px;*/ } #limitbuy .mc ul { position:absolute; left:0px; top:0px; height:224px; } #limitbuy li { float:left; width:204px; height:224px; text-align:center; } #limitbuy li .clock { width:145px; height:20px; margin:8px 0 13px 60px; color:#999; } #limitbuy li .clock b { position:relative; top:2px; font-family:arial; font-size:20px; font-weight:normal; color:#c00; } #limitbuy li .p-img { padding:0; } #limitbuy li .p-name { height:16px; padding:0 22px; margin-bottom:5px; line-height:16px; } #limitbuy .btns { position:absolute; top:79px; width:25px; height:52px; background:url(i/20130524B.png) no-repeat; cursor:pointer; } #limitbuy #prev { left:0px; background-position:-54px 0; } #limitbuy #prev.disabled { background-position:0 0; cursor:default; } #limitbuy #next { right:0px; background-position:-79px 0; } #limitbuy #next.disabled { background-position:-27px 0; cursor:default; } /*limitbuy-ad*/ #limitbuy-ad { width:210px; height:70px; } /*floor*/ .floor { float:left; width:770px; } .floor .mt { height:32px; } .floor h2 { float:left; height:32px; line-height:32px; font-size:16px; font-weight:normal; } .floor .extra { float:right; width:600px; height:18px; line-height:18px; padding:10px 0 0; overflow:hidden; text-align:right; font-family:\5b8b\4f53; overflow:hidden; margin-right:-9px; } .floor .mt .extra a:visited,.floor .mt .extra a:link { display:inline-block; height:18px; line-height:18px; margin:0; padding:0 8px; border-right:1px solid #ccc; color:#333; max-width:75px; overflow:hidden; vertical-align:middle; } .floor .mt .extra a.more:visited,.floor .mt .extra a.more:link { padding-right:0; border:none; font-family:'\5b8b\4f53'; } .floor .mc { position:relative; height:320px; border-color:#6ECD4D #dedede #dedede; border-style:solid; border-width:2px 1px 1px; width:768px; } .floor .activity { position:absolute; left:10px; top:10px; width:200px; height:300px; } .floor .activity-ads { position:relative; width:200px; height:300px; } .floor .con { overflow:hidden; width:548px; height:320px; padding-left:220px; } .floor .con ul { overflow:hidden; width:550px; height:320px; margin-left:1px; } .floor .con li { float:left; width:114px; height:160px; padding:0px 11px; border-right:1px dotted #ccc; border-bottom:1px dotted #ccc; } .floor .con li .p-img { padding-top:10px; text-align:center; } .floor .con li .p-name { height:1.5em; line-height:1.5em; overflow:hidden; } .floor .con li .p-price { height:22px; line-height:22px; } .floor .con li strong,.floor .con li del { display:inline-block; font-family:verdana; font-size:12px; vertical-align:middle; } .floor .con li del { letter-spacing:-1px; height:22px; font-size:13px; line-height:22px; *display:inline; } /*top1*/ .top1 { float:right; width:210px; height:323px; margin-top:32px; overflow:hidden; } .floor-brandlist { position:relative; width:210px; height:173px; } .floor-brandlist .mc { width:204px; height:167px; border:3px solid #6ECD4D; overflow:hidden; } .floor-brandlist ul { width:206px; height:167px; } .floor-brandlist li { float:left; width:90px; height:32px; padding:4px 6px 5px; border-right:1px solid #f3f3f3; border-bottom:1px solid #f3f3f3; } #product-track { *float:left; } .tbdy { height:100%; } .root61 .right { /*width:250px;*/ } .root61 .middle, .root61 #slide, .root61 #slide ul, .root61 #slide li { /*width:990px;*/ } .root61 #slide .slide-controls { width:714px; } .root61 #bargain { width:730px; } .root61 #bargain .mt { width:181px; } .root61 #bargain .fore1 .mt { width:182px; } .root61 #bargain .fore2 .mt { left:183px; } .root61 #bargain .fore3 .mt { left:365px; } .root61 #bargain .fore4 .mt { left:547px; } .root61 #bargain .mc { width:728px; } .root61 #bulletin { width:244px; } .root61 #bulletin .mc li { width:204px; } .root61 #limitbuy { width:244px; } .root61 #limitbuy .mt { width:80px; } .root61 #limitbuy .mt h2 { width:70px; } .root61 #limitbuy li { width:244px; } .root61 #limitbuy li .clock { margin:9px 0 13px 85px; } .root61 #limitbuy-ad { width:250px; } .root61 .floor { width:950px; } .root61 .floor .mc { width:948px; } .root61 .floor .con { width:728px; } .root61 .floor .con ul { width:730px; } .root61 .floor .con li { width:123px; } .root61 .top1 { width:250px; } .root61 .floor-brandlist { width:250px; } .root61 .floor-brandlist .mc { width:244px; } .root61 .floor-brandlist ul { width:246px; } .root61 .floor-brandlist li { padding:4px 16px 5px; } #content{ width:1055px; }
0.229276
0.077378
.button-wrapper { position: absolute; top: 24%; width: 63%; height: 85px; right: 8%; z-index: 999; -webkit-transform: translate3d(0,0,0); } button { display: block; margin: 10px; background-color: var(--button-background-color); color: var(--text); border: none; text-align: left; font-size: 30px; padding: 15px; width: 100%; z-index: 999; } button:hover { text-shadow: var(--text-shadow); } button:focus { display: none; } .bi.bi-chevron-down, .bi.bi-chevron-up { font-size: 22px; padding: 5px 10px; } .bi.bi-person, .bi.bi-code-slash, .bi.bi-award { font-size: 30px; padding: 5px 10px; } #about-expanded { display: block; font-size: 1.4rem; text-align: left; background-color: var(--expanded-div-background-color); margin: 10px; text-align: left; padding: 15px; width: 97%; z-index: 999; } #tech-expanded { display: flex; justify-content: space-evenly; padding: 10px 0; background-color: var(--expanded-div-background-color); width: 100%; margin-left: 12px; z-index: 999; } #tech-expanded .fab { font-size: 28px; } #tech-expanded .inline { position: relative; display: inline; margin: auto; } #tech-expanded .add-padding { padding-top: 7px; } #tech-expanded .markdown-icon-styles { line-height:normal; font-variant-ligatures:normal; font-variant-position:normal; font-variant-caps:normal; font-variant-numeric:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-feature-settings:normal; font-variation-settings:normal; text-indent:0; text-align:start; text-decoration-line:none; text-decoration-style:solid; text-decoration-color:#000; text-transform:none; text-orientation:mixed; white-space:normal; shape-margin:0; inline-size:0; isolation:auto; mix-blend-mode:normal; color:#000; } #certification-expanded { width: 96.5%; text-align: left; margin-left: 15px; background-color: var(--expanded-div-background-color); padding: 10px; z-index: 999; } #certification-expanded a { font-size: 20px; text-decoration: none; color: var(--text); cursor: pointer; line-height: 1.3; align-items: center; } #certification-expanded a:hover { font-weight: bolder; text-shadow: var(--text-shadow); } @media (max-width: 425px) { .button-wrapper { width: 80%; } button { font-size: 25px; } #about-expanded { width: 90.5%; } #tech-expanded { width: 99.5%; } #certification-expanded { width: 93%; } } @media (max-width: 375px) { .button-wrapper { width: 87%; } .bi.bi-person, .bi.bi-code-slash, .bi.bi-award { font-size: 24px; padding: 5px; } .bi.bi-chevron-down, .bi.bi-chevron-up { font-size: 20px; } } @media screen and (max-height: 812px) { .button-wrapper { top: 26%; } } @media screen and (max-height: 720px) { .button-wrapper { top: 30%; } } @media screen and (max-height: 568px) { .button-wrapper { top: 36%; } }
src/styles/buttons.css
.button-wrapper { position: absolute; top: 24%; width: 63%; height: 85px; right: 8%; z-index: 999; -webkit-transform: translate3d(0,0,0); } button { display: block; margin: 10px; background-color: var(--button-background-color); color: var(--text); border: none; text-align: left; font-size: 30px; padding: 15px; width: 100%; z-index: 999; } button:hover { text-shadow: var(--text-shadow); } button:focus { display: none; } .bi.bi-chevron-down, .bi.bi-chevron-up { font-size: 22px; padding: 5px 10px; } .bi.bi-person, .bi.bi-code-slash, .bi.bi-award { font-size: 30px; padding: 5px 10px; } #about-expanded { display: block; font-size: 1.4rem; text-align: left; background-color: var(--expanded-div-background-color); margin: 10px; text-align: left; padding: 15px; width: 97%; z-index: 999; } #tech-expanded { display: flex; justify-content: space-evenly; padding: 10px 0; background-color: var(--expanded-div-background-color); width: 100%; margin-left: 12px; z-index: 999; } #tech-expanded .fab { font-size: 28px; } #tech-expanded .inline { position: relative; display: inline; margin: auto; } #tech-expanded .add-padding { padding-top: 7px; } #tech-expanded .markdown-icon-styles { line-height:normal; font-variant-ligatures:normal; font-variant-position:normal; font-variant-caps:normal; font-variant-numeric:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-feature-settings:normal; font-variation-settings:normal; text-indent:0; text-align:start; text-decoration-line:none; text-decoration-style:solid; text-decoration-color:#000; text-transform:none; text-orientation:mixed; white-space:normal; shape-margin:0; inline-size:0; isolation:auto; mix-blend-mode:normal; color:#000; } #certification-expanded { width: 96.5%; text-align: left; margin-left: 15px; background-color: var(--expanded-div-background-color); padding: 10px; z-index: 999; } #certification-expanded a { font-size: 20px; text-decoration: none; color: var(--text); cursor: pointer; line-height: 1.3; align-items: center; } #certification-expanded a:hover { font-weight: bolder; text-shadow: var(--text-shadow); } @media (max-width: 425px) { .button-wrapper { width: 80%; } button { font-size: 25px; } #about-expanded { width: 90.5%; } #tech-expanded { width: 99.5%; } #certification-expanded { width: 93%; } } @media (max-width: 375px) { .button-wrapper { width: 87%; } .bi.bi-person, .bi.bi-code-slash, .bi.bi-award { font-size: 24px; padding: 5px; } .bi.bi-chevron-down, .bi.bi-chevron-up { font-size: 20px; } } @media screen and (max-height: 812px) { .button-wrapper { top: 26%; } } @media screen and (max-height: 720px) { .button-wrapper { top: 30%; } } @media screen and (max-height: 568px) { .button-wrapper { top: 36%; } }
0.388618
0.070752